hexsha stringlengths 40 40 | size int64 5 1.05M | ext stringclasses 588
values | lang stringclasses 305
values | max_stars_repo_path stringlengths 3 363 | max_stars_repo_name stringlengths 5 118 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 10 | max_stars_count float64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringdate 2015-01-01 00:00:35 2022-03-31 23:43:49 ⌀ | max_stars_repo_stars_event_max_datetime stringdate 2015-01-01 12:37:38 2022-03-31 23:59:52 ⌀ | max_issues_repo_path stringlengths 3 363 | max_issues_repo_name stringlengths 5 118 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses listlengths 1 10 | max_issues_count float64 1 134k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 363 | max_forks_repo_name stringlengths 5 135 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses listlengths 1 10 | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringdate 2015-01-01 00:01:02 2022-03-31 23:27:27 ⌀ | max_forks_repo_forks_event_max_datetime stringdate 2015-01-03 08:55:07 2022-03-31 23:59:24 ⌀ | content stringlengths 5 1.05M | avg_line_length float64 1.13 1.04M | max_line_length int64 1 1.05M | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a84b31949e5f54070db7a086cd6e2d38ac290cff | 870 | h | C | Aplicacion Movil/generated/bundles/login-transition/build/Android/Preview/app/src/main/include/FuseJS.Bundle.ReadClosure.h | marferfer/SpinOff-LoL | a9dba8ac9dd476ec1ef94712d9a8e76d3b45aca8 | [
"Apache-2.0"
] | null | null | null | Aplicacion Movil/generated/bundles/login-transition/build/Android/Preview/app/src/main/include/FuseJS.Bundle.ReadClosure.h | marferfer/SpinOff-LoL | a9dba8ac9dd476ec1ef94712d9a8e76d3b45aca8 | [
"Apache-2.0"
] | null | null | null | Aplicacion Movil/generated/bundles/login-transition/build/Android/Preview/app/src/main/include/FuseJS.Bundle.ReadClosure.h | marferfer/SpinOff-LoL | a9dba8ac9dd476ec1ef94712d9a8e76d3b45aca8 | [
"Apache-2.0"
] | null | null | null | // This file was generated based on C:/Users/JuanJose/AppData/Local/Fusetools/Packages/FuseJS/1.9.0/Bundle.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.Object.h>
namespace g{namespace FuseJS{struct Bundle__ReadClosure;}}
namespace g{
namespace FuseJS{
// private sealed class Bundle.ReadClosure :251
// {
uType* Bundle__ReadClosure_typeof();
void Bundle__ReadClosure__ctor__fn(Bundle__ReadClosure* __this, uString* filename);
void Bundle__ReadClosure__Invoke_fn(Bundle__ReadClosure* __this, uString** __retval);
void Bundle__ReadClosure__New1_fn(uString* filename, Bundle__ReadClosure** __retval);
struct Bundle__ReadClosure : uObject
{
uStrong<uString*> _filename;
void ctor_(uString* filename);
uString* Invoke();
static Bundle__ReadClosure* New1(uString* filename);
};
// }
}} // ::g::FuseJS
| 30 | 111 | 0.773563 |
a32c06cdf5f6c153f3374f4597de0ec0fca3c3ce | 869 | h | C | llvm/unittests/Support/DynamicLibrary/PipSqueak.h | medismailben/llvm-project | e334a839032fe500c3bba22bf976ab7af13ce1c1 | [
"Apache-2.0"
] | 4,812 | 2015-01-02T19:38:10.000Z | 2022-03-27T12:42:24.000Z | llvm/unittests/Support/DynamicLibrary/PipSqueak.h | medismailben/llvm-project | e334a839032fe500c3bba22bf976ab7af13ce1c1 | [
"Apache-2.0"
] | 11,789 | 2015-01-05T04:50:15.000Z | 2022-03-31T23:39:19.000Z | llvm/unittests/Support/DynamicLibrary/PipSqueak.h | medismailben/llvm-project | e334a839032fe500c3bba22bf976ab7af13ce1c1 | [
"Apache-2.0"
] | 2,543 | 2015-01-01T11:18:36.000Z | 2022-03-22T21:32:36.000Z | //===- llvm/unittest/Support/DynamicLibrary/PipSqueak.h -------------------===//
//
// 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 LLVM_PIPSQUEAK_H
#define LLVM_PIPSQUEAK_H
#if defined(_WIN32) && !defined(__GNUC__)
// Disable warnings from inclusion of xlocale & exception
#pragma warning(push)
#pragma warning(disable: 4530)
#pragma warning(disable: 4577)
#include <string>
#include <vector>
#pragma warning(pop)
#else
#include <string>
#include <vector>
#endif
#ifdef _WIN32
#define PIPSQUEAK_EXPORT __declspec(dllexport)
#else
#define PIPSQUEAK_EXPORT
#endif
extern "C" PIPSQUEAK_EXPORT const char *TestA();
#endif
| 25.558824 | 80 | 0.672037 |
c2fe4d5793b66fa11a4dacb9e4b8aedf1337c8a6 | 1,744 | h | C | src/file-management.h | pesor/Kamstrup-Omnipower | e2d263d8d920e933ecae0beba4c9ac124b616966 | [
"MIT"
] | 14 | 2020-11-09T10:37:22.000Z | 2022-01-11T21:25:15.000Z | src/file-management.h | pesor/Fronius-Data-Manager | 01b61235b013da4fb2d6702bba0b7999b06dfdea | [
"MIT"
] | 1 | 2021-02-11T13:35:30.000Z | 2021-02-14T14:47:10.000Z | src/file-management.h | pesor/Fronius-Data-Manager | 01b61235b013da4fb2d6702bba0b7999b06dfdea | [
"MIT"
] | 2 | 2020-12-08T21:18:05.000Z | 2021-03-12T15:51:49.000Z | // Subroutines file management
// Write files
void writeFile(fs::FS &fs, const char * path, const char * message) {
Serial.printf("Writing file: %s\r\n", path);
File file = fs.open(path, FILE_WRITE);
if (!file) {
Serial.println("- failed to open file for writing");
goToDeepSleepFiveMinutes();
}
if (file.print(message)) {
Serial.println("- file written");
} else {
Serial.println("- frite failed");
}
}
// Read files
void readFile(fs::FS &fs, const char * path) {
// Serial.printf("Reading file: %s\r\n", path);
File file = fs.open(path);
if (!file || file.isDirectory()) {
Serial.println("- failed to open file for reading");
goToDeepSleepFiveMinutes();
}
// Serial.println("- read from file:");
while (file.available()) {
delay(2); //delay to allow byte to arrive in input buffer
char c = file.read();
readString += c;
}
// Serial.println(readString);
file.close();
}
// List files on module
void listDir(fs::FS &fs, const char * dirname, uint8_t levels) {
Serial.printf("Listing directory: %s\r\n", dirname);
File root = fs.open(dirname);
if (!root) {
Serial.println("- failed to open directory");
goToDeepSleepFiveMinutes();
}
if (!root.isDirectory()) {
Serial.println(" - not a directory");
goToDeepSleepFiveMinutes();
}
File file = root.openNextFile();
while (file) {
if (file.isDirectory()) {
Serial.print(" DIR : ");
Serial.println(file.name());
if (levels) {
listDir(fs, file.name(), levels - 1);
}
} else {
Serial.print(" FILE: ");
Serial.print(file.name());
Serial.print("\tSIZE: ");
Serial.println(file.size());
}
file = root.openNextFile();
}
} | 26.029851 | 69 | 0.607225 |
814ccf4a79681267079122fcaf08a8dc2d748d5f | 12,957 | c | C | tls/s2n_tls13_key_schedule.c | czakian/s2n-tls | 31d99d2226fe352d3989b92378d8595a07711427 | [
"Apache-2.0"
] | null | null | null | tls/s2n_tls13_key_schedule.c | czakian/s2n-tls | 31d99d2226fe352d3989b92378d8595a07711427 | [
"Apache-2.0"
] | null | null | null | tls/s2n_tls13_key_schedule.c | czakian/s2n-tls | 31d99d2226fe352d3989b92378d8595a07711427 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
#include "tls/s2n_tls13_handshake.h"
#include "utils/s2n_result.h"
/* The state machine refers to the "master" secret as the "application" secret.
* Let's use that terminology here to match.
*/
#define S2N_APPLICATION_SECRET S2N_MASTER_SECRET
/**
*= https://tools.ietf.org/rfc/rfc8446#appendix-A
*# The notation "K_{send,recv} = foo" means "set
*# the send/recv key to the given key".
*/
#define K_send(conn, secret_type) RESULT_GUARD(s2n_set_key(conn, secret_type, (conn)->mode))
#define K_recv(conn, secret_type) RESULT_GUARD(s2n_set_key(conn, secret_type, S2N_PEER_MODE((conn)->mode)))
static const struct s2n_blob s2n_zero_length_context = { 0 };
static S2N_RESULT s2n_zero_sequence_number(struct s2n_connection *conn, s2n_mode mode)
{
RESULT_ENSURE_REF(conn);
struct s2n_blob sequence_number;
if (mode == S2N_CLIENT) {
RESULT_GUARD_POSIX(s2n_blob_init(&sequence_number,
conn->secure.client_sequence_number, sizeof(conn->secure.client_sequence_number)));
} else {
RESULT_GUARD_POSIX(s2n_blob_init(&sequence_number,
conn->secure.server_sequence_number, sizeof(conn->secure.server_sequence_number)));
}
RESULT_GUARD_POSIX(s2n_blob_zero(&sequence_number));
return S2N_RESULT_OK;
}
static S2N_RESULT s2n_set_key(struct s2n_connection *conn, s2n_extract_secret_type_t secret_type, s2n_mode mode)
{
RESULT_ENSURE_REF(conn);
RESULT_ENSURE_REF(conn->secure.cipher_suite);
const struct s2n_cipher_suite *cipher_suite = conn->secure.cipher_suite;
RESULT_ENSURE_REF(conn->secure.cipher_suite->record_alg);
RESULT_ENSURE_REF(conn->secure.cipher_suite->record_alg->cipher);
const struct s2n_cipher *cipher = conn->secure.cipher_suite->record_alg->cipher;
uint8_t *implicit_iv_data = NULL;
struct s2n_session_key *session_key = NULL;
if (mode == S2N_CLIENT) {
implicit_iv_data = conn->secure.client_implicit_iv;
session_key = &conn->secure.client_key;
conn->client = &conn->secure;
} else {
implicit_iv_data = conn->secure.server_implicit_iv;
session_key = &conn->secure.server_key;
conn->server = &conn->secure;
}
/**
*= https://tools.ietf.org/rfc/rfc8446#section-7.3
*# The traffic keying material is generated from the following input
*# values:
*#
*# - A secret value
**/
struct s2n_blob secret = { 0 };
uint8_t secret_bytes[S2N_TLS13_SECRET_MAX_LEN] = { 0 };
RESULT_GUARD_POSIX(s2n_blob_init(&secret, secret_bytes, S2N_TLS13_SECRET_MAX_LEN));
RESULT_GUARD(s2n_tls13_secrets_get(conn, secret_type, mode, &secret));
/**
*= https://tools.ietf.org/rfc/rfc8446#section-7.3
*#
*# - A purpose value indicating the specific value being generated
**/
const struct s2n_blob *key_purpose = &s2n_tls13_label_traffic_secret_key;
const struct s2n_blob *iv_purpose = &s2n_tls13_label_traffic_secret_iv;
/**
*= https://tools.ietf.org/rfc/rfc8446#section-7.3
*#
*# - The length of the key being generated
**/
const uint32_t key_size = cipher->key_material_size;
const uint32_t iv_size = S2N_TLS13_FIXED_IV_LEN;
/*
* TODO: We should be able to reuse the prf_work_space rather
* than allocating a new HMAC every time.
* https://github.com/aws/s2n-tls/issues/3206
*/
s2n_hmac_algorithm hmac_alg = cipher_suite->prf_alg;
DEFER_CLEANUP(struct s2n_hmac_state hmac = { 0 }, s2n_hmac_free);
RESULT_GUARD_POSIX(s2n_hmac_new(&hmac));
/**
*= https://tools.ietf.org/rfc/rfc8446#section-7.3
*#
*# The traffic keying material is generated from an input traffic secret
*# value using:
*#
*# [sender]_write_key = HKDF-Expand-Label(Secret, "key", "", key_length)
**/
struct s2n_blob key = { 0 };
uint8_t key_bytes[S2N_TLS13_SECRET_MAX_LEN] = { 0 };
RESULT_GUARD_POSIX(s2n_blob_init(&key, key_bytes, key_size));
RESULT_GUARD_POSIX(s2n_hkdf_expand_label(&hmac, hmac_alg,
&secret, key_purpose, &s2n_zero_length_context, &key));
/**
*= https://tools.ietf.org/rfc/rfc8446#section-7.3
*# [sender]_write_iv = HKDF-Expand-Label(Secret, "iv", "", iv_length)
**/
struct s2n_blob iv = { 0 };
RESULT_GUARD_POSIX(s2n_blob_init(&iv, implicit_iv_data, iv_size));
RESULT_GUARD_POSIX(s2n_hkdf_expand_label(&hmac, hmac_alg,
&secret, iv_purpose, &s2n_zero_length_context, &iv));
bool is_sending_secret = (mode == conn->mode);
if (is_sending_secret) {
RESULT_GUARD_POSIX(cipher->set_encryption_key(session_key, &key));
} else {
RESULT_GUARD_POSIX(cipher->set_decryption_key(session_key, &key));
}
/**
*= https://tools.ietf.org/rfc/rfc8446#section-5.3
*# Each sequence number is
*# set to zero at the beginning of a connection and whenever the key is
*# changed; the first record transmitted under a particular traffic key
*# MUST use sequence number 0.
*/
RESULT_GUARD(s2n_zero_sequence_number(conn, mode));
return S2N_RESULT_OK;
}
static S2N_RESULT s2n_client_key_schedule(struct s2n_connection *conn)
{
message_type_t message_type = s2n_conn_get_current_message_type(conn);
/**
* How client keys are set varies depending on early data state.
*
*= https://tools.ietf.org/rfc/rfc8446#appendix-A
*# Actions which are taken only in certain circumstances
*# are indicated in [].
*/
/**
*= https://tools.ietf.org/rfc/rfc8446#appendix-A.1
*# START <----+
*# Send ClientHello | | Recv HelloRetryRequest
*# [K_send = early data] | |
*/
if (message_type == CLIENT_HELLO
&& conn->early_data_state == S2N_EARLY_DATA_REQUESTED) {
K_send(conn, S2N_EARLY_SECRET);
}
/**
*= https://tools.ietf.org/rfc/rfc8446#appendix-A.1
*# v |
*# / WAIT_SH ----+
*# | | Recv ServerHello
*# | | K_recv = handshake
*/
if (message_type == SERVER_HELLO) {
K_recv(conn, S2N_HANDSHAKE_SECRET);
}
/**
*= https://tools.ietf.org/rfc/rfc8446#appendix-A.1
*# Can | V
*# send | WAIT_EE
*# early | | Recv EncryptedExtensions
*# data | +--------+--------+
*# | Using | | Using certificate
*# | PSK | v
*# | | WAIT_CERT_CR
*# | | Recv | | Recv CertificateRequest
*# | | Certificate | v
*# | | | WAIT_CERT
*# | | | | Recv Certificate
*# | | v v
*# | | WAIT_CV
*# | | | Recv CertificateVerify
*# | +> WAIT_FINISHED <+
*# | | Recv Finished
*# \ | [Send EndOfEarlyData]
*# | K_send = handshake
*/
if ((message_type == SERVER_FINISHED && !WITH_EARLY_DATA(conn))
|| (message_type == END_OF_EARLY_DATA)) {
K_send(conn, S2N_HANDSHAKE_SECRET);
}
/**
*= https://tools.ietf.org/rfc/rfc8446#appendix-A.1
*# | [Send Certificate [+ CertificateVerify]]
*# Can send | Send Finished
*# app data --> | K_send = K_recv = application
*/
if (message_type == CLIENT_FINISHED) {
K_send(conn, S2N_APPLICATION_SECRET);
K_recv(conn, S2N_APPLICATION_SECRET);
}
/**
*= https://tools.ietf.org/rfc/rfc8446#appendix-A.1
*# after here v
*# CONNECTED
*/
return S2N_RESULT_OK;
}
static S2N_RESULT s2n_server_key_schedule(struct s2n_connection *conn)
{
message_type_t message_type = s2n_conn_get_current_message_type(conn);
/**
*= https://tools.ietf.org/rfc/rfc8446#appendix-A.2
*# START <-----+
*# Recv ClientHello | | Send HelloRetryRequest
*# v |
*# RECVD_CH ----+
*# | Select parameters
*# v
*# NEGOTIATED
*# | Send ServerHello
*# | K_send = handshake
*/
if (message_type == SERVER_HELLO) {
K_send(conn, S2N_HANDSHAKE_SECRET);
}
/**
*= https://tools.ietf.org/rfc/rfc8446#appendix-A.2
*# | Send EncryptedExtensions
*# | [Send CertificateRequest]
*# Can send | [Send Certificate + CertificateVerify]
*# app data | Send Finished
*# after --> | K_send = application
*/
if (message_type == SERVER_FINISHED) {
K_send(conn, S2N_APPLICATION_SECRET);
/**
*= https://tools.ietf.org/rfc/rfc8446#appendix-A.2
*# here +--------+--------+
*# No 0-RTT | | 0-RTT
*# | |
*# K_recv = handshake | | K_recv = early data
*/
if (WITH_EARLY_DATA(conn)) {
K_recv(conn, S2N_EARLY_SECRET);
} else {
K_recv(conn, S2N_HANDSHAKE_SECRET);
}
}
/**
*= https://tools.ietf.org/rfc/rfc8446#appendix-A.2
*# [Skip decrypt errors] | +------> WAIT_EOED -+
*# | | Recv | | Recv EndOfEarlyData
*# | | early data | | K_recv = handshake
*# | +------------+ |
*/
if (message_type == END_OF_EARLY_DATA) {
K_recv(conn, S2N_HANDSHAKE_SECRET);
}
/**
*= https://tools.ietf.org/rfc/rfc8446#appendix-A.2
*# | |
*# +> WAIT_FLIGHT2 <--------+
*# |
*# +--------+--------+
*# No auth | | Client auth
*# | |
*# | v
*# | WAIT_CERT
*# | Recv | | Recv Certificate
*# | empty | v
*# | Certificate | WAIT_CV
*# | | | Recv
*# | v | CertificateVerify
*# +-> WAIT_FINISHED <---+
*# | Recv Finished
*# | K_recv = application
*/
if (message_type == CLIENT_FINISHED) {
K_recv(conn, S2N_APPLICATION_SECRET);
}
/**
*= https://tools.ietf.org/rfc/rfc8446#appendix-A.2
*# v
*# CONNECTED
*/
return S2N_RESULT_OK;
}
s2n_result (*key_schedules[])(struct s2n_connection*) = {
[S2N_CLIENT] = &s2n_client_key_schedule,
[S2N_SERVER] = &s2n_server_key_schedule,
};
S2N_RESULT s2n_tls13_key_schedule_update(struct s2n_connection *conn)
{
RESULT_ENSURE_REF(conn);
if (s2n_connection_get_protocol_version(conn) < S2N_TLS13) {
return S2N_RESULT_OK;
}
RESULT_GUARD(s2n_tls13_secrets_update(conn));
RESULT_ENSURE_REF(key_schedules[conn->mode]);
RESULT_GUARD(key_schedules[conn->mode](conn));
return S2N_RESULT_OK;
}
S2N_RESULT s2n_tls13_key_schedule_reset(struct s2n_connection *conn)
{
RESULT_ENSURE_REF(conn);
conn->client = &conn->initial;
conn->server = &conn->initial;
conn->secrets.tls13.secrets_state = S2N_NONE_SECRET;
return S2N_RESULT_OK;
}
| 39.263636 | 112 | 0.539863 |
54aebfd22e57a6bdab6efbc0cc26a906385d4390 | 3,098 | h | C | src/Utils/ObjUtils.h | rromanchuk/xptools | deff017fecd406e24f60dfa6aae296a0b30bff56 | [
"X11",
"MIT"
] | 71 | 2015-12-15T19:32:27.000Z | 2022-02-25T04:46:01.000Z | src/Utils/ObjUtils.h | rromanchuk/xptools | deff017fecd406e24f60dfa6aae296a0b30bff56 | [
"X11",
"MIT"
] | 19 | 2016-07-09T19:08:15.000Z | 2021-07-29T10:30:20.000Z | src/Utils/ObjUtils.h | rromanchuk/xptools | deff017fecd406e24f60dfa6aae296a0b30bff56 | [
"X11",
"MIT"
] | 42 | 2015-12-14T19:13:02.000Z | 2022-03-01T15:15:03.000Z | /*
* Copyright (c) 2004, Laminar Research.
*
* 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 OBJUTILS_H
#define OBJUTILS_H
//#include "CompGeomDefs2.h"
//#include "CompGeomDefs3.h"
//#include "XProtoDefs.h"
#include "XObjDefs.h"
//void ApplyPrototype(const Prototype_t& inPrototype,
// const Polygon2& inPoints,
// int inFloors,
// XObj& outObject);
void GetObjBoundingSphere(const XObj& inObj, float outSphere[4]);
//void GetObjBoundingSphere8(const XObj8& inObj, float outSphere[4]);
void OffsetObject(XObj& ioObj, double x, double y, double z);
void GetObjDimensions(const XObj& inObj,
float minCoords[3],
float maxCoords[3]);
void GetObjDimensions8(const XObj8& inObj,
float minCoords[3],
float maxCoords[3]);
// Given two points that will be the minimum and max X
// locations for a given object at the min and max Y locations
// this routine extrudes them in an axis opposite the wall
// line to make sure X-Z coordinates are square.
//void ExtrudeBoxZ(float minCorner[3], float maxCorner[3],
// float outNewCoords[8][3]);
// New coords go xyz Xyz xYz XYz xyZ Xyz xYZ XYZ
// where caps = max, lower = min
void ConformObjectToBox(XObj& ioObj,
float inMinCoords[3],
float inMaxCoords[3],
float inNewCoords[8][3]);
//bool LoadPrototype(const char * inFileName, Prototype_t& outProto);
//bool SavePrototype(const char * inFileName, const Prototype_t& outProto);
//void ExtrudeFuncToObj(int polyType, int count, float * pts, float * sts, float LOD_near, float LOD_far, void * inRef);
void DecomposeObjCmd(const XObjCmd& inCmd, vector<XObjCmd>& outCmd, int maxValence);
void DecomposeObj(const XObj& inObj, XObj& outObj, int maxValence);
void ChangePolyCmdCW(XObjCmd& ioCmd);
// WARNING: this is a dumb radius, a radius from 0,0,0. It is not
// the radius of a bounding sphere! Why it is in this translation
// unit is also rather questionable.
double GetObjRadius(const XObj& inObj);
double GetObjRadius8(const XObj8& inObj);
#endif
| 37.325301 | 120 | 0.729503 |
f110265ba5f31d16ec75598ddc61dec2b2f0c8c0 | 2,874 | h | C | code/render/resources/ogl4streaming/ogl4texturestreamer.h | gscept/nebula-trifid | e7c0a0acb05eedad9ed37a72c1bdf2d658511b42 | [
"BSD-2-Clause"
] | 67 | 2015-03-30T19:56:16.000Z | 2022-03-11T13:52:17.000Z | code/render/resources/ogl4streaming/ogl4texturestreamer.h | gscept/nebula-trifid | e7c0a0acb05eedad9ed37a72c1bdf2d658511b42 | [
"BSD-2-Clause"
] | 5 | 2015-04-15T17:17:33.000Z | 2016-02-11T00:40:17.000Z | code/render/resources/ogl4streaming/ogl4texturestreamer.h | gscept/nebula-trifid | e7c0a0acb05eedad9ed37a72c1bdf2d658511b42 | [
"BSD-2-Clause"
] | 34 | 2015-03-30T15:08:00.000Z | 2021-09-23T05:55:10.000Z | #pragma once
//------------------------------------------------------------------------------
/**
@class Resources::OGL4TextureStreamer
Resource loader for loading texture data from a Nebula3 stream. Supports
synchronous and asynchronous loading. Specialized for DirectX 9.
(C) 2010 Radon Labs GmbH
(C) 2013-2016 Individual contributors, see AUTHORS file
*/
#include "resources/streamresourceloader.h"
#include "debug/debugtimer.h"
#include "coregraphics/texture.h"
namespace Resources
{
#define MAX_DEFAULT_MIPS 36
class OGL4TextureStreamer : public Resources::StreamResourceLoader
{
__DeclareClass(OGL4TextureStreamer);
public:
/// constructor
OGL4TextureStreamer();
//destructor
~OGL4TextureStreamer();
/// setup the texture from a Nebula3 stream
virtual bool SetupResourceFromStream(const Ptr<IO::Stream>& stream);
/// sets the texture to reuse on load
void SetReuseTexture(const Ptr<CoreGraphics::Texture>& tex);
/// get the texture to reuse on load (may return 0!)
const Ptr<CoreGraphics::Texture>& GetReuseTexture() const;
/// resets loader-stats e.g. state and reuseTexture (does not cut connection to Resource!)
virtual void Reset();
/// called by resource when a load is requested
virtual bool OnLoadRequested();
protected:
/// setup a 2D texture from a Nebula3 stream
virtual bool SetupTexture2DFromStream(const Ptr<IO::Stream>& stream);
/// setup a cube texture from a Nebula3 stream
virtual bool SetupTextureCubeFromStream(const Ptr<IO::Stream>& stream);
/// copies mips from reuseTexture to targeted texture
virtual bool ReuseMips();
/// calculates surface information depending on given width, height and pixel format
void GetSurfaceInfo(uint width, uint height, GLenum fmt, uint* pNumBytes, uint* pRowBytes, uint* pNumRows) const;
/// returns appropriate bit-per-pixel-count of given pixel format by looking it up in a table
uint BitsPerPixel(GLenum fmt) const;
Ptr<CoreGraphics::Texture> reuseTexture;
#define ENABLE_LOAD_TIMERS (0)
#if ENABLE_LOAD_TIMERS
_declare_timer(LoadingTimerTotal);
_declare_timer(LoadingTimer1);
_declare_timer(LoadingTimer2);
_declare_timer(LoadingTimer3);
_declare_timer(LoadingTimerCopy);
#endif
};
//------------------------------------------------------------------------------
/**
*/
inline void
OGL4TextureStreamer::SetReuseTexture(const Ptr<CoreGraphics::Texture>& tex)
{
n_assert(!this->reuseTexture.isvalid());
this->reuseTexture = tex;
}
//------------------------------------------------------------------------------
/**
*/
inline const Ptr<CoreGraphics::Texture>&
OGL4TextureStreamer::GetReuseTexture() const
{
return this->reuseTexture;
}
} // namespace Resources
//------------------------------------------------------------------------------
| 32.659091 | 117 | 0.654836 |
11882307899c98b24e79a284268863edef3472c1 | 307 | h | C | Lux.Service/D3D11Buffer.h | axodox/Lux | 00e8da582233ab4ecf22d773e647c9bd84eb7b32 | [
"MIT"
] | 9 | 2020-11-30T01:13:25.000Z | 2022-03-14T15:17:44.000Z | Lux.Service/D3D11Buffer.h | axodox/Lux | 00e8da582233ab4ecf22d773e647c9bd84eb7b32 | [
"MIT"
] | 1 | 2020-11-30T15:45:27.000Z | 2021-02-17T22:11:14.000Z | Lux.Service/D3D11Buffer.h | axodox/Lux | 00e8da582233ab4ecf22d773e647c9bd84eb7b32 | [
"MIT"
] | 1 | 2021-02-15T22:17:37.000Z | 2021-02-15T22:17:37.000Z | #pragma once
#include "D3D11Resource.h"
namespace Lux::Graphics
{
class d3d11_buffer : public d3d11_resource
{
protected:
winrt::com_ptr<ID3D11Buffer> _buffer;
public:
d3d11_buffer(const winrt::com_ptr<ID3D11Buffer>& buffer);
const winrt::com_ptr<ID3D11Buffer>& buffer() const;
};
} | 19.1875 | 61 | 0.71987 |
8bb24edb12b775840808d964b26a447a6f1b5f69 | 1,131 | h | C | Navigation.framework/MNTransitLocationCoordinator.h | reels-research/iOS-Private-Frameworks | 9a4f4534939310a51fdbf5a439dd22487efb0f01 | [
"MIT"
] | 4 | 2021-10-06T12:15:26.000Z | 2022-02-21T02:26:00.000Z | Navigation.framework/MNTransitLocationCoordinator.h | reels-research/iOS-Private-Frameworks | 9a4f4534939310a51fdbf5a439dd22487efb0f01 | [
"MIT"
] | null | null | null | Navigation.framework/MNTransitLocationCoordinator.h | reels-research/iOS-Private-Frameworks | 9a4f4534939310a51fdbf5a439dd22487efb0f01 | [
"MIT"
] | 1 | 2021-10-08T07:40:53.000Z | 2021-10-08T07:40:53.000Z | /* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/Navigation.framework/Navigation
*/
@interface MNTransitLocationCoordinator : NSObject <MNMapsAppStateMonitorObserver, MNNavigationSessionObserver> {
MNMapsAppStateMonitor * _appStateMonitor;
MNHybridLocationProvider * _locationProvider;
}
@property (readonly, copy) NSString *debugDescription;
@property (readonly, copy) NSString *description;
@property (readonly) unsigned long long hash;
@property (nonatomic, readonly) MNHybridLocationProvider *locationProvider;
@property (readonly) Class superclass;
- (void).cxx_destruct;
- (void)_invalidateXPCActivities;
- (void)_scheduleXPCActivityAfter:(double)arg1 duration:(double)arg2;
- (void)_start;
- (void)_stop;
- (void)dealloc;
- (id)init;
- (id)initWithHybridLocationProvider:(id)arg1;
- (id)locationProvider;
- (void)mapsAppStateMonitor:(id)arg1 didChangeToState:(unsigned int)arg2;
- (void)navigationSession:(id)arg1 matchedToStepIndex:(unsigned long long)arg2 legIndex:(unsigned long long)arg3;
- (void)navigationSessionDidStart:(id)arg1;
- (void)navigationSessionDidStop:(id)arg1;
@end
| 36.483871 | 113 | 0.79664 |
8f0360debe86f3fe3d1c8f153e7f66da708baef2 | 266 | c | C | patch/unfloatvisible.c | darksworm/dwm | 3050470a333c0aadb6a8913752e372dbaa2a42d3 | [
"MIT"
] | 154 | 2020-08-30T17:11:31.000Z | 2022-03-19T18:06:39.000Z | patch/unfloatvisible.c | darksworm/dwm | 3050470a333c0aadb6a8913752e372dbaa2a42d3 | [
"MIT"
] | 9 | 2020-10-23T14:24:34.000Z | 2021-10-04T14:15:10.000Z | dwm-flexipatch/patch/unfloatvisible.c | thuanpham2311/suckless | b7eafb022fde0fdd8dd73ef84df6c8b48dc522bf | [
"Unlicense"
] | 13 | 2020-08-31T07:28:03.000Z | 2021-06-04T19:05:31.000Z | void
unfloatvisible(const Arg *arg)
{
Client *c;
for (c = selmon->clients; c; c = c->next)
if (ISVISIBLE(c) && c->isfloating)
c->isfloating = c->isfixed;
if (arg && arg->v)
setlayout(arg);
else
arrange(selmon);
} | 19 | 45 | 0.526316 |
2707ef07e9fa378f6e30d0ce4082ced26d9e35eb | 812 | c | C | datapath/linux/compat/skbuff-openvswitch.c | yamt/openvswitch | 5ed2d819bb27cd8d899ed060460c8a28b481cf2f | [
"Apache-2.0"
] | null | null | null | datapath/linux/compat/skbuff-openvswitch.c | yamt/openvswitch | 5ed2d819bb27cd8d899ed060460c8a28b481cf2f | [
"Apache-2.0"
] | null | null | null | datapath/linux/compat/skbuff-openvswitch.c | yamt/openvswitch | 5ed2d819bb27cd8d899ed060460c8a28b481cf2f | [
"Apache-2.0"
] | null | null | null | #include <linux/module.h>
#include <linux/netdevice.h>
#include <linux/skbuff.h>
#if !defined(HAVE_SKB_WARN_LRO) && defined(NETIF_F_LRO)
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
void __skb_warn_lro_forwarding(const struct sk_buff *skb)
{
if (net_ratelimit())
pr_warn("%s: received packets cannot be forwarded while LRO is enabled\n",
skb->dev->name);
}
#endif
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19)
int skb_checksum_help(struct sk_buff *skb, int inward)
#else
int skb_checksum_help(struct sk_buff *skb)
#endif
{
if (unlikely(skb_is_nonlinear(skb))) {
int err;
err = __skb_linearize(skb);
if (unlikely(err))
return err;
}
#undef skb_checksum_help
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19)
return skb_checksum_help(skb, 0);
#else
return skb_checksum_help(skb);
#endif
}
| 20.820513 | 76 | 0.741379 |
b1a205708bafa754bffe2b37c63924297d002bbb | 1,154 | h | C | src/storage/blobfs/service/startup.h | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | 5 | 2022-01-10T20:22:17.000Z | 2022-01-21T20:14:17.000Z | src/storage/blobfs/service/startup.h | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | 1 | 2022-03-01T01:12:04.000Z | 2022-03-01T01:17:26.000Z | src/storage/blobfs/service/startup.h | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | null | null | null | // Copyright 2021 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SRC_STORAGE_BLOBFS_SERVICE_STARTUP_H_
#define SRC_STORAGE_BLOBFS_SERVICE_STARTUP_H_
#include <fidl/fuchsia.fs.startup/cpp/wire.h>
#include <lib/fit/function.h>
#include <lib/zx/resource.h>
#include "src/lib/storage/vfs/cpp/service.h"
#include "src/storage/blobfs/mount.h"
namespace blobfs {
using ConfigureCallback =
fit::callback<zx::status<>(std::unique_ptr<BlockDevice>, const MountOptions&)>;
class StartupService final : public fidl::WireServer<fuchsia_fs_startup::Startup>,
public fs::Service {
public:
StartupService(async_dispatcher_t* dispatcher, ConfigureCallback cb);
void Start(StartRequestView request, StartCompleter::Sync& completer) final;
void Format(FormatRequestView request, FormatCompleter::Sync& completer) final;
void Check(CheckRequestView request, CheckCompleter::Sync& completer) final;
private:
ConfigureCallback configure_;
};
} // namespace blobfs
#endif // SRC_STORAGE_BLOBFS_SERVICE_STARTUP_H_
| 32.055556 | 83 | 0.766898 |
16960812ea4c2e2f34d2fcaeb9b4949a2b003b30 | 7,737 | c | C | board/cr50/u2f.c | EttusResearch/usrp-firmware | cde203544515d0d1fd10409431f53a28e10f39a7 | [
"BSD-3-Clause"
] | 6 | 2019-06-12T02:50:35.000Z | 2022-03-03T02:50:55.000Z | board/cr50/u2f.c | EttusResearch/usrp-firmware | cde203544515d0d1fd10409431f53a28e10f39a7 | [
"BSD-3-Clause"
] | null | null | null | board/cr50/u2f.c | EttusResearch/usrp-firmware | cde203544515d0d1fd10409431f53a28e10f39a7 | [
"BSD-3-Clause"
] | 2 | 2020-03-28T07:15:16.000Z | 2021-01-19T15:53:24.000Z | /* Copyright 2017 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/* Helpers to emulate a U2F HID dongle over the TPM transport */
#include "console.h"
#include "dcrypto.h"
#include "extension.h"
#include "nvmem_vars.h"
#include "rbox.h"
#include "registers.h"
#include "signed_header.h"
#include "system.h"
#include "tpm_nvmem_ops.h"
#include "tpm_vendor_cmds.h"
#include "u2f.h"
#include "u2f_impl.h"
#include "util.h"
#define CPRINTS(format, args...) cprints(CC_EXTENSION, format, ## args)
/* ---- physical presence (using the laptop power button) ---- */
static timestamp_t last_press;
/* how long do we keep the last button press as valid presence */
#define PRESENCE_TIMEOUT (10 * SECOND)
void power_button_record(void)
{
if (ap_is_on() && rbox_powerbtn_is_pressed()) {
last_press = get_time();
#ifdef CR50_DEV
CPRINTS("record pp");
#endif
}
}
enum touch_state pop_check_presence(int consume)
{
int recent = ((last_press.val > 0) &&
((get_time().val - last_press.val) < PRESENCE_TIMEOUT));
CPRINTS("Presence:%d", recent);
if (consume)
last_press.val = 0;
/* user physical presence on the power button */
return recent ? POP_TOUCH_YES : POP_TOUCH_NO;
}
/* ---- non-volatile U2F parameters ---- */
/*
* Current mode defining the behavior of the U2F feature.
* Identical to the one defined on the host side by the enum U2fMode
* in the chrome_device_policy.proto protobuf.
*/
enum u2f_mode {
MODE_UNSET = 0,
/* Feature disabled */
MODE_DISABLED = 1,
/* U2F as defined by the FIDO Alliance specification */
MODE_U2F = 2,
/* U2F plus extensions for individual attestation certificate */
MODE_U2F_EXTENDED = 3,
};
static uint32_t salt[8];
static uint32_t salt_kek[8];
static uint8_t u2f_mode = MODE_UNSET;
static const uint8_t k_salt = NVMEM_VAR_U2F_SALT;
static int load_state(void)
{
const struct tuple *t_salt = getvar(&k_salt, sizeof(k_salt));
if (!t_salt) {
/* create random salt */
if (!DCRYPTO_ladder_random(salt))
return 0;
if (setvar(&k_salt, sizeof(k_salt),
(const uint8_t *)salt, sizeof(salt)))
return 0;
/* really save the new variable to flash */
writevars();
} else {
memcpy(salt, tuple_val(t_salt), sizeof(salt));
}
if (read_tpm_nvmem_hidden(
TPM_HIDDEN_U2F_KEK,
sizeof(salt_kek), salt_kek) ==
tpm_read_not_found) {
/*
* Not found means that we have not used u2f before,
* or not used it with updated fw that resets kek seed
* on TPM clear.
*/
if (t_salt) {
/*
* We have previously used u2f, and may have
* existing registrations; we don't want to
* invalidate these, so preserve the existing
* seed as a one-off. It will be changed on
* next TPM clear.
*/
memcpy(salt_kek, salt, sizeof(salt_kek));
} else {
/*
* We have never used u2f before - generate
* new seed.
*/
if (!DCRYPTO_ladder_random(salt_kek))
return 0;
}
if (write_tpm_nvmem_hidden(
TPM_HIDDEN_U2F_KEK,
sizeof(salt_kek), salt_kek, 1 /* commit */) !=
tpm_write_created)
return 0;
}
return 1;
}
static int use_u2f(void)
{
/*
* TODO(b/62294740): Put board ID check here if needed
* if (!board_id_we_want)
* return 0;
*/
if (u2f_mode == MODE_UNSET) {
if (load_state())
/* Start without extension enabled, host will set it */
u2f_mode = MODE_U2F;
}
return u2f_mode >= MODE_U2F;
}
int use_g2f(void)
{
return use_u2f() && u2f_mode == MODE_U2F_EXTENDED;
}
unsigned u2f_custom_dispatch(uint8_t ins, struct apdu apdu,
uint8_t *buf, unsigned *ret_len)
{
if (ins == U2F_VENDOR_MODE) {
if (apdu.p1) { /* Set mode */
u2f_mode = apdu.p2;
}
/* return the current mode */
buf[0] = use_u2f() ? u2f_mode : 0;
*ret_len = 1;
return U2F_SW_NO_ERROR;
}
return U2F_SW_INS_NOT_SUPPORTED;
}
/* ---- chip-specific U2F crypto ---- */
static int _derive_key(enum dcrypto_appid appid, const uint32_t input[8],
uint32_t output[8])
{
struct APPKEY_CTX ctx;
int result;
/* Setup USR-based application key. */
if (!DCRYPTO_appkey_init(appid, &ctx))
return 0;
result = DCRYPTO_appkey_derive(appid, input, output);
DCRYPTO_appkey_finish(&ctx);
return result;
}
int u2f_origin_keypair(uint8_t *seed, p256_int *d,
p256_int *pk_x, p256_int *pk_y)
{
uint32_t tmp[P256_NDIGITS];
do {
if (!DCRYPTO_ladder_random(seed))
return EC_ERROR_UNKNOWN;
memcpy(tmp, seed, sizeof(tmp));
if (!_derive_key(U2F_ORIGIN, tmp, tmp))
return EC_ERROR_UNKNOWN;
} while (
!DCRYPTO_p256_key_from_bytes(pk_x, pk_y, d, (const uint8_t *)tmp));
return EC_SUCCESS;
}
int u2f_origin_key(const uint8_t *seed, p256_int *d)
{
uint32_t tmp[P256_NDIGITS];
memcpy(tmp, seed, sizeof(tmp));
if (!_derive_key(U2F_ORIGIN, tmp, tmp))
return EC_ERROR_UNKNOWN;
return DCRYPTO_p256_key_from_bytes(NULL, NULL, d,
(const uint8_t *)tmp) == 0;
}
int u2f_origin_user_keyhandle(const uint8_t *origin,
const uint8_t *user,
const uint8_t *origin_seed,
uint8_t *key_handle)
{
LITE_HMAC_CTX ctx;
memcpy(key_handle, origin_seed, P256_NBYTES);
DCRYPTO_HMAC_SHA256_init(&ctx, salt_kek, SHA256_DIGEST_SIZE);
HASH_update(&ctx.hash, origin, P256_NBYTES);
HASH_update(&ctx.hash, user, P256_NBYTES);
HASH_update(&ctx.hash, origin_seed, P256_NBYTES);
memcpy(key_handle + P256_NBYTES,
DCRYPTO_HMAC_final(&ctx), SHA256_DIGEST_SIZE);
return EC_SUCCESS;
}
int u2f_origin_user_keypair(const uint8_t *key_handle,
p256_int *d,
p256_int *pk_x,
p256_int *pk_y)
{
uint32_t dev_salt[P256_NDIGITS];
uint8_t key_seed[P256_NBYTES];
struct drbg_ctx drbg;
if (!_derive_key(U2F_ORIGIN, salt_kek, dev_salt))
return EC_ERROR_UNKNOWN;
hmac_drbg_init(&drbg,
dev_salt, P256_NBYTES,
key_handle, P256_NBYTES * 2,
NULL, 0);
hmac_drbg_generate(&drbg,
key_seed, sizeof(key_seed),
NULL, 0);
return DCRYPTO_p256_key_from_bytes(
pk_x, pk_y, d, key_seed) == 0;
}
int u2f_gen_kek(const uint8_t *origin, uint8_t *kek, size_t key_len)
{
uint32_t buf[P256_NDIGITS];
if (key_len != sizeof(buf))
return EC_ERROR_UNKNOWN;
if (!_derive_key(U2F_WRAP, salt_kek, buf))
return EC_ERROR_UNKNOWN;
memcpy(kek, buf, key_len);
return EC_SUCCESS;
}
int g2f_individual_keypair(p256_int *d, p256_int *pk_x, p256_int *pk_y)
{
uint8_t buf[SHA256_DIGEST_SIZE];
/* Incorporate HIK & diversification constant */
if (!_derive_key(U2F_ATTEST, salt, (uint32_t *)buf))
return EC_ERROR_UNKNOWN;
/* Generate unbiased private key */
while (!DCRYPTO_p256_key_from_bytes(pk_x, pk_y, d, buf)) {
HASH_CTX sha;
DCRYPTO_SHA256_init(&sha, 0);
HASH_update(&sha, buf, sizeof(buf));
memcpy(buf, HASH_final(&sha), sizeof(buf));
}
return EC_SUCCESS;
}
int u2f_gen_kek_seed(int commit)
{
if (!DCRYPTO_ladder_random(salt_kek))
return EC_ERROR_HW_INTERNAL;
if (write_tpm_nvmem_hidden(
TPM_HIDDEN_U2F_KEK, sizeof(salt_kek), salt_kek, commit) ==
tpm_write_fail)
return EC_ERROR_UNKNOWN;
return EC_SUCCESS;
}
/* ---- Send/receive U2F APDU over TPM vendor commands ---- */
enum vendor_cmd_rc vc_u2f_apdu(enum vendor_cmd_cc code, void *body,
size_t cmd_size, size_t *response_size)
{
unsigned retlen;
if (!use_u2f()) { /* the feature is disabled */
uint8_t *cmd = body;
/* process it only if the host tries to enable the feature */
if (cmd_size < 2 || cmd[1] != U2F_VENDOR_MODE) {
*response_size = 0;
return VENDOR_RC_NO_SUCH_COMMAND;
}
}
/* Process U2F APDU */
retlen = u2f_apdu_rcv(body, cmd_size, *response_size);
*response_size = retlen;
return VENDOR_RC_SUCCESS;
}
DECLARE_VENDOR_COMMAND(VENDOR_CC_U2F_APDU, vc_u2f_apdu);
| 23.733129 | 73 | 0.697686 |
751279fd3eb0235582bd32ef56162bcec9bf159a | 376 | h | C | include/ecs_memory.h | mblenczewski/libecs | 1d652d545bf8703fb53e9499d47f5693aa0fa07a | [
"CC0-1.0"
] | null | null | null | include/ecs_memory.h | mblenczewski/libecs | 1d652d545bf8703fb53e9499d47f5693aa0fa07a | [
"CC0-1.0"
] | null | null | null | include/ecs_memory.h | mblenczewski/libecs | 1d652d545bf8703fb53e9499d47f5693aa0fa07a | [
"CC0-1.0"
] | null | null | null | #ifndef ECS_MEMORY_H
#define ECS_MEMORY_H
#include "ecs.h"
struct ecs_memory_arena;
extern b8 ecs_memory_arena_try_create(usize alignment, usize size, struct ecs_memory_arena **out);
extern void ecs_memory_arena_destroy(struct ecs_memory_arena *arena);
extern b8 ecs_memory_arena_try_alloc(struct ecs_memory_arena *arena, usize size, void **out);
#endif // ECS_MEMORY_H
| 25.066667 | 98 | 0.816489 |
556d0ad20eb48733059dd88a8f1f7bbc9d7b3091 | 4,861 | h | C | Engine/Source/ThirdParty/PhysX/APEX_1.4/module/clothing/embedded/LowLevelCloth/src/SimdTypes.h | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | 1 | 2022-01-29T18:36:12.000Z | 2022-01-29T18:36:12.000Z | Engine/Source/ThirdParty/PhysX/APEX_1.4/module/clothing/embedded/LowLevelCloth/src/SimdTypes.h | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | null | null | null | Engine/Source/ThirdParty/PhysX/APEX_1.4/module/clothing/embedded/LowLevelCloth/src/SimdTypes.h | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | null | null | null | // This code contains NVIDIA Confidential Information and is disclosed to you
// under a form of NVIDIA software license agreement provided separately to you.
//
// Notice
// NVIDIA Corporation and its licensors retain all intellectual property and
// proprietary rights in and to this software and related documentation and
// any modifications thereto. Any use, reproduction, disclosure, or
// distribution of this software and related documentation without an express
// license agreement from NVIDIA Corporation is strictly prohibited.
//
// ALL NVIDIA DESIGN SPECIFICATIONS, CODE ARE PROVIDED "AS IS.". NVIDIA MAKES
// NO WARRANTIES, EXPRESSED, IMPLIED, STATUTORY, OR OTHERWISE WITH RESPECT TO
// THE MATERIALS, AND EXPRESSLY DISCLAIMS ALL IMPLIED WARRANTIES OF NONINFRINGEMENT,
// MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE.
//
// Information and code furnished is believed to be accurate and reliable.
// However, NVIDIA Corporation assumes no responsibility for the consequences of use of such
// information or for any infringement of patents or other rights of third parties that may
// result from its use. No license is granted by implication or otherwise under any patent
// or patent rights of NVIDIA Corporation. Details are subject to change without notice.
// This code supersedes and replaces all information previously supplied.
// NVIDIA Corporation products are not authorized for use as critical
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
#pragma once
#include <cmath>
// ps4 compiler defines _M_X64 without value
#if !defined(PX_SIMD_DISABLED)
#if((defined _M_IX86) || (defined _M_X64) || (defined __i386__) || (defined __x86_64__) || (defined __EMSCRIPTEN__ && defined __SSE2__))
#define NVMATH_SSE2 1
#else
#define NVMATH_SSE2 0
#endif
#if((defined _M_ARM) || (defined __ARM_NEON__) || (defined __ARM_NEON_FP))
#define NVMATH_NEON 1
#else
#define NVMATH_NEON 0
#endif
#else
#define NVMATH_SSE2 0
#define NVMATH_NEON 0
#endif
// which simd types are implemented (one or both are all valid options)
#define NVMATH_SIMD (NVMATH_SSE2 || NVMATH_NEON)
#define NVMATH_SCALAR !NVMATH_SIMD
// #define NVMATH_SCALAR 1
// use template expression to fuse multiply-adds into a single instruction
#define NVMATH_FUSE_MULTIPLY_ADD (NVMATH_NEON)
// support shift by vector operarations
#define NVMATH_SHIFT_BY_VECTOR (NVMATH_NEON)
// Simd4f and Simd4i map to different types
#define NVMATH_DISTINCT_TYPES (NVMATH_SSE2 || NVMATH_NEON)
// support inline assembler
#if !((defined _M_ARM) || (defined SN_TARGET_PSP2) || (defined __arm64__) || (defined __aarch64__))
#define NVMATH_INLINE_ASSEMBLER 1
#else
#define NVMATH_INLINE_ASSEMBLER 0
#endif
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// expression template
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
/*! \brief Expression template to fuse and-not. */
template <typename T>
struct ComplementExpr
{
inline ComplementExpr(T const& v_) : v(v_)
{
}
inline operator T() const;
const T v;
private:
ComplementExpr& operator=(const ComplementExpr&); // not implemented
};
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// helper functions
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
template <typename T>
T sqr(const T& x)
{
return x * x;
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// details
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
namespace detail
{
template <typename T>
struct AlignedPointer
{
AlignedPointer(const T* p) : ptr(p)
{
}
const T* ptr;
};
template <typename T>
struct OffsetPointer
{
OffsetPointer(const T* p, unsigned int off) : ptr(p), offset(off)
{
}
const T* ptr;
unsigned int offset;
};
struct FourTuple
{
};
// zero and one literals
template <int i>
struct IntType
{
};
}
// Supress warnings
#if defined(__GNUC__) || defined(__SNC__)
#define NVMATH_UNUSED __attribute__((unused))
#else
#define NVMATH_UNUSED
#endif
static detail::IntType<0> _0 NVMATH_UNUSED;
static detail::IntType<1> _1 NVMATH_UNUSED;
static detail::IntType<int(0x80000000)> _sign NVMATH_UNUSED;
static detail::IntType<-1> _true NVMATH_UNUSED;
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// platform specific includes
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#if NVMATH_SSE2
#include "sse2/SimdTypes.h"
#elif NVMATH_NEON
#include "neon/SimdTypes.h"
#else
struct Simd4f;
struct Simd4i;
#endif
#if NVMATH_SCALAR
#include "scalar/SimdTypes.h"
#else
struct Scalar4f;
struct Scalar4i;
#endif
| 29.640244 | 136 | 0.679696 |
3625c813e0b49405cf5018e5fffd07adcb6fff12 | 200 | h | C | src/tool/imagehelper.h | wzhhh123/SimpleRT | e2ff1a2773eecbc388568fdc2b5c20ead45d262d | [
"Apache-2.0"
] | null | null | null | src/tool/imagehelper.h | wzhhh123/SimpleRT | e2ff1a2773eecbc388568fdc2b5c20ead45d262d | [
"Apache-2.0"
] | null | null | null | src/tool/imagehelper.h | wzhhh123/SimpleRT | e2ff1a2773eecbc388568fdc2b5c20ead45d262d | [
"Apache-2.0"
] | null | null | null | #pragma once
#include "base/header.h"
#include "stb_image_write.h"
void SaveImage(int w, int h, int channels_num, unsigned char* imageData);
dVec3 fastToneMap(dVec3 col);
dVec3 toSRGB(dVec3 col); | 18.181818 | 73 | 0.755 |
36430b066da57a535abd35433815765f39024a1a | 1,131 | h | C | Src/Hardware/Hardware.h | DanielMartensson/Open-SAE-J1939 | 3fa351d73dab130f2935abd1612152798347e868 | [
"MIT"
] | 66 | 2021-07-14T17:54:45.000Z | 2022-03-29T07:33:51.000Z | Src/Hardware/Hardware.h | gao19874/Open-SAE-J1939 | 3fa351d73dab130f2935abd1612152798347e868 | [
"MIT"
] | 7 | 2021-09-13T01:10:39.000Z | 2022-03-05T10:45:30.000Z | Src/Hardware/Hardware.h | gao19874/Open-SAE-J1939 | 3fa351d73dab130f2935abd1612152798347e868 | [
"MIT"
] | 26 | 2021-08-20T11:46:26.000Z | 2022-03-31T14:03:33.000Z | /*
* Hardware.h
*
* Created on: 6 nov. 2021
* Author: Daniel Mårtensson
*/
#ifndef HARDWARE_HARDWARE_H_
#define HARDWARE_HARDWARE_H_
/* Select your processor choice here */
#define STM32 1
#define ARDUINO 2
#define PIC 3
#define AVR 4
#define QT_USB 5
#define PROCESSOR_CHOICE 0
/* C Standard library */
#include <stdbool.h>
#include <stdint.h>
/* Enums */
#include "../SAE_J1939/SAE_J1939_Enums/Enum_DM14_DM15.h"
#include "../SAE_J1939/SAE_J1939_Enums/Enum_Send_Status.h"
#ifdef __cplusplus
extern "C" {
#endif
ENUM_J1939_STATUS_CODES CAN_Send_Message(uint32_t ID, uint8_t data[]);
ENUM_J1939_STATUS_CODES CAN_Send_Request(uint32_t ID, uint8_t PGN[]);
bool CAN_Read_Message(uint32_t *ID, uint8_t data[]);
void FLASH_EEPROM_RAM_Memory(uint16_t *number_of_requested_bytes, uint8_t pointer_type, uint8_t *command, uint32_t *pointer, uint8_t *pointer_extension, uint16_t *key, uint8_t raw_binary_data[]);
bool Save_Struct(uint8_t data[], uint32_t data_length, char file_name[]);
bool Load_Struct(uint8_t data[], uint32_t data_length, char file_name[]);
#ifdef __cplusplus
}
#endif
#endif /* HARDWARE_HARDWARE_H_ */
| 26.302326 | 195 | 0.769231 |
3816430ca1198cc90b75220cbd50ac8f47c65cc1 | 10,307 | c | C | software/tottag/firmware/nrf5x-base/sdk/nrf5_sdk_17.1.0/components/drivers_ext/nrf21540/nrf21540_spi.c | wsluo/socitrack | b559c407ae46f62b23517c7968718ce5e0061d6e | [
"Apache-2.0"
] | 10 | 2020-10-17T00:24:19.000Z | 2022-03-08T11:09:15.000Z | software/tottag/firmware/nrf5x-base/sdk/nrf5_sdk_17.1.0/components/drivers_ext/nrf21540/nrf21540_spi.c | wsluo/socitrack | b559c407ae46f62b23517c7968718ce5e0061d6e | [
"Apache-2.0"
] | 13 | 2020-07-30T14:49:11.000Z | 2021-10-04T16:18:20.000Z | software/tottag/firmware/nrf5x-base/sdk/nrf5_sdk_17.1.0/components/drivers_ext/nrf21540/nrf21540_spi.c | wsluo/socitrack | b559c407ae46f62b23517c7968718ce5e0061d6e | [
"Apache-2.0"
] | 7 | 2020-07-29T22:05:28.000Z | 2022-03-08T11:09:17.000Z | /**
* Copyright (c) 2020 - 2021, Nordic Semiconductor ASA
*
* All rights reserved.
*
* 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, except as embedded into a Nordic
* Semiconductor ASA integrated circuit in a product or a software update for
* such product, 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. Neither the name of Nordic Semiconductor ASA nor the names of its
* contributors may be used to endorse or promote products derived from this
* software without specific prior written permission.
*
* 4. This software, with or without modification, must only be used with a
* Nordic Semiconductor ASA integrated circuit.
*
* 5. Any software provided in binary form under this license must not be reverse
* engineered, decompiled, modified and/or disassembled.
*
* THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS
* OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
#include "nrf21540_spi.h"
#include <string.h>
#include "nrf_assert.h"
#include "boards.h"
#include "nrf_ppi.h"
#include "nrf21540_defs.h"
#include "nrf_timer.h"
#if NRF21540_USE_SPI_MANAGEMENT
static uint8_t m_spi_tx_data[NRF21540_SPI_LENGTH_BYTES]; ///< SPI tx buffer.
static uint8_t m_spi_rx_data[NRF21540_SPI_LENGTH_BYTES]; ///< SPI rx buffer.
static volatile bool m_spi_xfer_done; ///< Flag indicates that SPI completed the transfer.
/**@brief Structure keeps content of important registers of nRF21540.
*
* @details Driver keeps this data because it needs to operate at single bits
* included in these registers (otherwise it should read it content
* during every operation).
*/
static struct {
uint8_t CONFREG0; ///< CONFREG0 register's content.
uint8_t CONFREG1; ///< CONFREG1 register's content.
} m_confreg_statics;
static const nrfx_spim_t spi = NRFX_SPIM_INSTANCE(NRF21540_SPIM_NO); /**< SPI instance. */
/**@brief Function waits for SPI transfer has finished
*
* @details Used in blocking mode transfer
*/
static inline void wait_for_transfer_end(void)
{
while (!m_spi_xfer_done)
{}
m_spi_xfer_done = false;
}
/**@brief Handler called by nrfx driver when SPI event occurs.
*
* @param[in] p_event Event which triggers the handler.
* @param[in] p_context Context.
*/
static void spim_event_handler(nrfx_spim_evt_t const *p_event, void *p_context)
{
m_spi_xfer_done = true;
}
/**@brief Function reads the content of nRF21540 chip register.
*
* @details Preparation of read register operation. Every register has one byte size.
*
* @param[in] reg Register address to read.
* @param[in] mode if NRF21540_EXEC_MODE_BLOCKING the function will wait for data
* received.
* @param[in] start_now if enabled, transmision immediately initialized,
* otherwise transfer will be triggered by external event.
*/
static uint8_t spi_reg_read(nrf21540_reg_t reg, nrf21540_execution_mode_t mode, bool start_now)
{
ASSERT(!(mode == NRF21540_EXEC_MODE_BLOCKING && start_now == false));
nrfx_spim_xfer_desc_t xfer_desc = NRFX_SPIM_XFER_TRX(m_spi_tx_data,
NRF21540_SPI_LENGTH_BYTES,
m_spi_rx_data,
NRF21540_SPI_LENGTH_BYTES);
m_spi_tx_data[NRF21540_SPI_COMMAND_ADDR_BYTE] =
(NRF21540_SPI_COMMAND_READ << NRF21540_SPI_COMMAND_Pos) | (reg << NRF21540_SPI_REG_Pos);
(void)nrfx_spim_xfer(&spi, &xfer_desc, 0);
if (mode == NRF21540_EXEC_MODE_BLOCKING)
{
wait_for_transfer_end();
}
return m_spi_rx_data[NRF21540_SPI_DATA_BYTE];
}
/**@brief Function writes the content of nRF21540 chip register.
*
* @details Preparation of data to send. Every register has one byte size.
*
* @param[in] reg Register address to write.
* @param[in] data Data to write.
* @param[in] mode if NRF21540_EXEC_MODE_BLOCKING the function will wait for transfer
* finished after sending data.
* @param[in] start_now if enabled, transmision immediately initialized,
* otherwise transfer will be triggered by external event.
*/
static void spi_reg_write(nrf21540_reg_t reg, uint8_t data, nrf21540_execution_mode_t mode, bool start_now)
{
ASSERT(!(mode == NRF21540_EXEC_MODE_BLOCKING && start_now == false));
nrfx_spim_xfer_desc_t xfer_desc = NRFX_SPIM_XFER_TRX(m_spi_tx_data,
NRF21540_SPI_LENGTH_BYTES,
m_spi_rx_data,
NRF21540_SPI_LENGTH_BYTES);
m_spi_tx_data[NRF21540_SPI_COMMAND_ADDR_BYTE] =
(NRF21540_SPI_COMMAND_WRITE << NRF21540_SPI_COMMAND_Pos) | (reg << NRF21540_SPI_REG_Pos);
m_spi_tx_data[NRF21540_SPI_DATA_BYTE] = data;
uint32_t flags = start_now ? 0 : NRFX_SPIM_FLAG_HOLD_XFER;
(void)nrfx_spim_xfer(&spi, &xfer_desc, flags);
if (mode == NRF21540_EXEC_MODE_BLOCKING)
{
wait_for_transfer_end();
}
}
/**@brief Function reads content of important nRF21540's registers and stores
* it to dedicated structure (@ref m_confreg_statics).
*
* @return Return NRF based error code.
*/
static ret_code_t m_confreg_statics_content_update(void)
{
ret_code_t ret = nrf21540_pdn_drive(true, NRF21540_EXEC_MODE_BLOCKING);
if (ret != NRF_SUCCESS)
{
return ret;
}
m_confreg_statics.CONFREG0 = spi_reg_read(NRF21540_REG_CONFREG0,
NRF21540_EXEC_MODE_BLOCKING, true);
m_confreg_statics.CONFREG1 = spi_reg_read(NRF21540_REG_CONFREG1,
NRF21540_EXEC_MODE_BLOCKING, true);
return nrf21540_pdn_drive(false, NRF21540_EXEC_MODE_BLOCKING);
}
ret_code_t nrf21540_spi_init(void)
{
ret_code_t ret;
nrfx_spim_config_t spi_config = NRFX_SPIM_DEFAULT_CONFIG;
spi_config.frequency = NRF_SPIM_FREQ_4M;
spi_config.ss_pin = NRF21540_CS_PIN;
spi_config.miso_pin = NRF21540_MISO_PIN;
spi_config.mosi_pin = NRF21540_MOSI_PIN;
spi_config.sck_pin = NRF21540_CLK_PIN;
spi_config.ss_active_high = false;
ret = nrfx_spim_init(&spi, &spi_config, spim_event_handler, NULL);
if (ret != NRFX_SUCCESS)
{
return NRF_ERROR_INTERNAL;
}
return m_confreg_statics_content_update();
}
/**@brief Function enables or disables nRF21540 TX mode.
*
* @details Preparation of appropriate register content and tranfer initialization.
*
* @param[in] state NRF21540_DISABLE/NRF21540_ENABLE causes TX mode disabled/enabled.
*/
static void tx_en_drive(nrf21540_bool_state_t state)
{
uint8_t reg_val;
if (state == NRF21540_ENABLE)
{
reg_val = m_confreg_statics.CONFREG0 | NRF21540_BITS_CONFREG0_TX_EN_Enable;
}
else
{
reg_val = m_confreg_statics.CONFREG0 &(~NRF21540_BITS_CONFREG0_TX_EN_Enable);
}
spi_reg_write(NRF21540_REG_CONFREG0, reg_val, NRF21540_EXEC_MODE_NON_BLOCKING, false);
}
/**@brief Function enables or disables nRF21540 RX mode.
*
* @details Preparation of appropriate register content and tranfer initialization.
*
* @param[in] state NRF21540_DISABLE/NRF21540_ENABLE causes RX mode disabled/enabled.
*/
static void rx_en_drive(nrf21540_bool_state_t state)
{
uint8_t reg_val;
if (state == NRF21540_ENABLE)
{
reg_val = m_confreg_statics.CONFREG1 | NRF21540_BITS_CONFREG1_RX_EN_Enable;
}
else
{
reg_val = m_confreg_statics.CONFREG1 &(~NRF21540_BITS_CONFREG1_RX_EN_Disable);
}
spi_reg_write(NRF21540_REG_CONFREG1, reg_val, NRF21540_EXEC_MODE_NON_BLOCKING, false);
}
inline uint32_t nrf21540_spim_trx_task_start_address_get(void)
{
return nrfx_spim_start_task_get(&spi);
}
void nrf21540_spim_for_trx_configure(nrf21540_trx_t dir, nrf21540_bool_state_t required_state)
{
if (dir == NRF21540_TX)
{
tx_en_drive(required_state);
}
else
{
rx_en_drive(required_state);
}
if (required_state == NRF21540_ENABLE)
{
uint32_t task_start_address = nrfx_spim_start_task_get(&spi);
nrf_ppi_channel_endpoint_setup(NRF21540_TRX_PPI_CHANNEL,
(uint32_t)nrf_timer_event_address_get(NRF21540_TIMER,
NRF21540_TIMER_CC_PD_PG_EVENT),
task_start_address);
nrf_ppi_channel_enable(NRF21540_TRX_PPI_CHANNEL);
}
}
ret_code_t nrf21540_spi_pwr_mode_set(nrf21540_pwr_mode_t mode)
{
if (mode == NRF21540_PWR_MODE_A)
{
spi_reg_write(NRF21540_REG_CONFREG0, NRF21540_BITS_CONFREG0_MODE_0,
NRF21540_EXEC_MODE_BLOCKING, true);
}
else if (mode == NRF21540_PWR_MODE_B)
{
spi_reg_write(NRF21540_REG_CONFREG0, NRF21540_BITS_CONFREG0_MODE_1,
NRF21540_EXEC_MODE_BLOCKING, true);
}
else
{
return NRF_ERROR_INVALID_PARAM;
}
return NRF_SUCCESS;
}
#endif /*NRF21540_USE_SPI_MANAGEMENT*/
| 38.174074 | 107 | 0.695547 |
a8426c216f6432c93d734b217d89924db57687a5 | 2,963 | h | C | CPP/Targets/WayFinder/symbian/WFCommonCommandConstants.h | wayfinder/Wayfinder-S60-Navigator | 14d1b729b2cea52f726874687e78f17492949585 | [
"BSD-3-Clause"
] | 6 | 2015-12-01T01:12:33.000Z | 2021-07-24T09:02:34.000Z | CPP/Targets/WayFinder/symbian/WFCommonCommandConstants.h | wayfinder/Wayfinder-S60-Navigator | 14d1b729b2cea52f726874687e78f17492949585 | [
"BSD-3-Clause"
] | null | null | null | CPP/Targets/WayFinder/symbian/WFCommonCommandConstants.h | wayfinder/Wayfinder-S60-Navigator | 14d1b729b2cea52f726874687e78f17492949585 | [
"BSD-3-Clause"
] | 2 | 2017-02-02T19:31:29.000Z | 2018-12-17T21:00:45.000Z | /*
Copyright (c) 1999 - 2010, Vodafone Group Services Ltd
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
* 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.
* Neither the name of the Vodafone Group Services Ltd nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
//Enumeration of custom messages sent to views being activated.
//Uses strange number since stupid uiq3 sometimes
//sends 1 as message id which interferes with our messages.
enum TCustomMessageIds {
ERangeHolderStart = 60,
//Used on all platforms
ENoMessage = 61,
EKeepOldStateMessage = 62,
EBackOnExit = 63,
EExitOnExit = 64,
EBackHistoryThenView = 65,
EBackHistory = 66,
EShutdown = 67,
ERoutePlannerSetAsOrigin = 68,
ERoutePlannerSetAsDest = 69,
EMapAsOverview = 70,
EMapAsNavigation = 71,
//Used on uiq only
ESearchDetailFavoriteInfo = 72,
//Used on s60 only
ESearchReply = 73,
ENewSearch = 74,
EFromNewDest = 75,
EFromConnect = 76,
EShowUpgrade = 77,
EShowNews = 78,
EFullScreen = 79,
EToggleRingCycle = 80,
EShowOnMap = 81,
EAddFavorite = 82,
EEditFavorite = 83,
EShowMapFromItineraryView = 84,
ERangeHolderEnd = 85
};
inline TBool IsWFCustomCommandId(TInt aCommand)
{
if (aCommand >= ERangeHolderStart &&
aCommand <= ERangeHolderEnd) {
return ETrue;
} else {
return EFalse;
}
}
| 51.086207 | 758 | 0.671954 |
69dea3031f5d58dd2acd4f62e33076ec73093888 | 611 | h | C | Include/KAI/ObjectConstructParams.h | kalineh/KAI | 43ab555bcbad1886715cd00b2cdac89e12d5cfe5 | [
"MIT"
] | 1 | 2018-06-16T17:53:43.000Z | 2018-06-16T17:53:43.000Z | Include/KAI/ObjectConstructParams.h | kalineh/KAI | 43ab555bcbad1886715cd00b2cdac89e12d5cfe5 | [
"MIT"
] | null | null | null | Include/KAI/ObjectConstructParams.h | kalineh/KAI | 43ab555bcbad1886715cd00b2cdac89e12d5cfe5 | [
"MIT"
] | null | null | null |
#ifdef KAI_HAVE_PRAGMA_ONCE
# pragma once
#endif
#ifndef KAI_OBJECT_CONSTRUCT_PARAMS_H
# define KAI_OBJECT_CONSTRUCT_PARAMS_H
KAI_BEGIN
struct ObjectConstructParams
{
const ClassBase *class_base;
Registry *registry;
Handle handle;
Constness constness;
ObjectConstructParams() : class_base(0), registry(0) { }
ObjectConstructParams(Registry *, const ClassBase *, Handle, Constness = Constness::Mutable);
ObjectConstructParams(const Object &, Constness);
ObjectConstructParams(const StorageBase *);
ObjectConstructParams(StorageBase *);
};
KAI_END
#endif // KAI_OBJECT_CONSTRUCT_PARAMS_H
//EOF
| 19.09375 | 94 | 0.793781 |
35bf01d954a0bfff98eefd11ccb9b4a6f0c2750b | 198 | h | C | commands/send.h | Lee-Null/NullShell | 98ae9c3d0ab3aaff6e13a877bb03ce5eb3ed15dc | [
"MIT"
] | null | null | null | commands/send.h | Lee-Null/NullShell | 98ae9c3d0ab3aaff6e13a877bb03ce5eb3ed15dc | [
"MIT"
] | 3 | 2019-04-24T14:52:43.000Z | 2019-04-28T11:11:24.000Z | commands/send.h | Lee-Null/NullShell | 98ae9c3d0ab3aaff6e13a877bb03ce5eb3ed15dc | [
"MIT"
] | null | null | null | /**
* Fuction: send
* --------------
* send a signal to a process
*
* pid : process id.
* sig : signal number.
*
* return : 0 if non error otherwise error is occured
*/
int send(int, int); | 18 | 53 | 0.565657 |
e0417ababfacb4772d01045ed80ac9da0a5a2614 | 227 | h | C | AT88CK590/fw/DevelopmentKits/AT88CK590/USB/usb/utility.h | Wintekso/CryptoAuth-explorations | b0f7ec0363f5379f3d971e647c0806cfcb08d5f0 | [
"Apache-2.0"
] | 15 | 2017-06-22T23:14:20.000Z | 2021-04-05T18:53:09.000Z | AT88CK590/fw/DevelopmentKits/AT88CK590/USB/usb/utility.h | Wintekso/CryptoAuth-explorations | b0f7ec0363f5379f3d971e647c0806cfcb08d5f0 | [
"Apache-2.0"
] | 2 | 2017-09-15T05:12:51.000Z | 2017-09-15T18:56:15.000Z | AT88CK590/fw/DevelopmentKits/AT88CK590/USB/usb/utility.h | Wintekso/CryptoAuth-explorations | b0f7ec0363f5379f3d971e647c0806cfcb08d5f0 | [
"Apache-2.0"
] | 3 | 2017-06-23T10:51:53.000Z | 2020-05-28T00:56:12.000Z | /** \file
* \brief Header file for utility.c.
*/
#ifndef _UTILITY_H_
#define _UTILITY_H_
#include "..\conf\config.h"
U8 Ascii_to_nible ( U8 ucData );
U8 Nible_to_ascii ( U8 ucData );
#endif // UTILITY_H
| 14.1875 | 38 | 0.634361 |
6dad895cb80310ab96c2855fc3fdb7ee2101f6af | 1,306 | c | C | basins/src/UpdateBasins.c | BrettPWRE/HDB | be7cd4f20064f3f0599810ebf4c6fe85e67ccfac | [
"Apache-2.0"
] | null | null | null | basins/src/UpdateBasins.c | BrettPWRE/HDB | be7cd4f20064f3f0599810ebf4c6fe85e67ccfac | [
"Apache-2.0"
] | null | null | null | basins/src/UpdateBasins.c | BrettPWRE/HDB | be7cd4f20064f3f0599810ebf4c6fe85e67ccfac | [
"Apache-2.0"
] | null | null | null | /*****************************************************************************
* DESCRIPTION
* This function calls the two Ingres update functions required for
* updating basin info in the database.
*
* ASSUMPTIONS
*
* INPUT
* BASIN - array of basin site info
* int - number of elements in array
* char * - date
*
* OUTPUT
* warnings and error messages
*
* RETURN
* OK or ERROR
*
*
* COMMENTS
*
* AUTHOR - EDITORS
* Carol Marra
*****************************************************************************/
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "basins.h"
#include "basinTypedefs.h"
#include "dbutils.h"
#include "utils.h"
#include "defines.h"
#include "typedefs.h"
#define FUNC_NAME "UpdateBasins"
int UpdateBasins (BASIN *basinArray, int numSites, SQL_DATE date)
{
int result,
totalNumValues;
if ((result = SqlUpdateBasPctSnow (basinArray, numSites, date,
&totalNumValues)) != OK)
{
exit (ERROR);
}
fprintf (stdout, "NUM basin pct snow updates: %d\n", totalNumValues);
if ((result = SqlUpdateBasPctPrecip (basinArray, numSites, date,
&totalNumValues)) != OK)
{
exit (ERROR);
}
fprintf (stdout, "NUM basin pct precip updates: %d\n", totalNumValues);
return (OK);
}
| 20.730159 | 78 | 0.571975 |
b8d910cc974234bd670647a2cb4d5f35b5434f79 | 204 | h | C | lab_08_7_12/sum_matrix.h | Willsem/c-programming | 35ae9183c9e5c5c4fb3557113dc774c702ba218e | [
"MIT"
] | 2 | 2020-06-08T18:50:46.000Z | 2021-02-27T11:21:05.000Z | lab_08_7_12/sum_matrix.h | Willsem/c-programming | 35ae9183c9e5c5c4fb3557113dc774c702ba218e | [
"MIT"
] | null | null | null | lab_08_7_12/sum_matrix.h | Willsem/c-programming | 35ae9183c9e5c5c4fb3557113dc774c702ba218e | [
"MIT"
] | null | null | null | #include "work_memory.h"
#ifndef __SUM_MATRIX_H
#define __SUM_MATRIX_H
double **sum_matrix(double **mat1, const int n1, const int m1, double **mat2, const int n2, const int m2, int *n, int *m);
#endif
| 22.666667 | 122 | 0.72549 |
b4f68d74ac025011eb47ab5831e5ab2179fefa18 | 242 | h | C | Pods/Headers/Public/WMZDialog/WMZDialog+TabbarMenu.h | Miles087/iOSFrame | 177dbc471162c682d84bdaedb054bd9600dca685 | [
"MIT"
] | null | null | null | Pods/Headers/Public/WMZDialog/WMZDialog+TabbarMenu.h | Miles087/iOSFrame | 177dbc471162c682d84bdaedb054bd9600dca685 | [
"MIT"
] | null | null | null | Pods/Headers/Public/WMZDialog/WMZDialog+TabbarMenu.h | Miles087/iOSFrame | 177dbc471162c682d84bdaedb054bd9600dca685 | [
"MIT"
] | null | null | null | //
// WMZDialog+TabbarMenu.h
// WMZDialog
//
// Created by wmz on 2019/9/12.
// Copyright © 2019 wmz. All rights reserved.
//
#import "WMZDialog.h"
NS_ASSUME_NONNULL_BEGIN
@interface WMZDialog (TabbarMenu)
@end
NS_ASSUME_NONNULL_END
| 13.444444 | 46 | 0.719008 |
dcb321d2afab7670571370c5045d7e19c86a5b76 | 3,475 | h | C | audio_engine/msgf_osc_pipe.h | hasebems/Musical_Sound_Generator_Framework | abadac7a2bf0f9f6ab0b66809c53cb205840bd9c | [
"MIT"
] | 6 | 2015-02-09T22:43:25.000Z | 2021-01-22T04:19:17.000Z | audio_engine/msgf_osc_pipe.h | hasebems/Musical_Sound_Generator_Framework | abadac7a2bf0f9f6ab0b66809c53cb205840bd9c | [
"MIT"
] | null | null | null | audio_engine/msgf_osc_pipe.h | hasebems/Musical_Sound_Generator_Framework | abadac7a2bf0f9f6ab0b66809c53cb205840bd9c | [
"MIT"
] | 2 | 2018-04-13T11:40:36.000Z | 2018-10-11T10:11:13.000Z | //
// msgf_osc_pipe.h
// ToneGenerator
//
// Created by Hasebe Masahiko on 2013/12/01.
// Copyright (c) 2013 Hasebe Masahiko. All rights reserved.
//
#ifndef __ToneGenerator__msgf_osc_pipe__
#define __ToneGenerator__msgf_osc_pipe__
#include <iostream>
#include <math.h>
#include "msgf_type.h"
#include "msgf_signal_process_core.h"
#include "msgf_voice_context.h"
#include "msgf_note.h"
#include "msgf_eg2seg.h"
#include "msgf_lfo.h"
namespace msgf {
// to be defined in every Audio Engine that demands an original parameter set
const int VP_OSC_PIPE_ID = 320;
//---------------------------------------------------------
typedef enum {
// Overtone Type
VP_OVERTONE_TYPE, // 0:Sine, 1:LikeRecorder, 2:LikeOboe
// Pitch
VP_TUNING, // -100 - 100[cent]
VP_TRANSPOSE, // -24 - 24(seminote)
// Portamento
VP_PORTAMENTO_MODE, // 0:rate constant, 1:time constant
VP_PORTAMENTO_CURVE, // 0:cent linear, 1:freqency linear
// LFO
VP_LFO_FREQUENCY, // 0 - ??? (*0.1 =[Hz])
VP_LFO_DELAY_TIME, // 0 - ??? (*10 =[ms])
VP_LFO_FADEIN_TIME, // 0 - ??? (*10 =[ms])
// Note Change EG
VP_WAITING_DCNT, // 0 - inf (*22.67 =[us])
VP_FAST_MOVE_DCNT, // 0 - inf (*22.67 =[us])
VP_PORTAMENTO_DIFF, // 1 - 24(semitone)
VP_OSCILLATOR_MAX
} VoiceParameter_OscMono;
//---------------------------------------------------------
typedef enum {
SINE,
TRIANGLE,
WAVEFORM_MAX
} WAVEFORM;
//---------------------------------------------------------
typedef enum {
NO_MOVE,
WAITING_PRTM, // Time of from event to begin to move
FAST_MOVE, // fast move time
SLOW_MOVE, // slow move time
PRTM_STATE_MAX
} PRTM_STATE;
//---------------------------------------------------------
class TgAudioBuffer;
class PegCallBack;
//---------------------------------------------------------
class OscPipe : public SignalProcessCore {
friend class PegCallBack;
public:
OscPipe( Note& parent );
~OscPipe( void );
void init( void ){ init(true);}
void init( bool phaseReset );
void changeNote( bool chgNote );
void release( void ){}
// process thread
void process( TgAudioBuffer& buf );
static const int PEG_MAX = 60;
static const int PEG_DEPTH_MAX = 2; // /2 Octave
static const int MAX_OVERTONE = 8;
private:
double calcPitch( const Uint8 note );
double getPegPitch( int depth );
void reflectMidiController( void );
double calcDeltaLFO( double lfoDpt );
void stateOfWaitingPortamento( void );
void stateOfFastMove( void );
void stateOfSlowMove( void );
void managePortamentoState( void );
void setPortamentoCounter( double centDiff );
double generateWave( double phase );
int getVoicePrm( int id ){ return _parentNote.getVoiceContext()->getParameter( VP_OSC_PIPE_ID, id ); }
static const double tPitchOfA[11];
static const int MAX_OVERTONE_TYPE = 3;
static const int tOverToneRatio[MAX_OVERTONE_TYPE][MAX_OVERTONE];
// Basic Reference
Note& _parentNote;
// generate waveform
Uint8 _note;
double _pitch;
double _pitchAdj;
double _crntPhase;
double _cent2pitch;
double _chromaticRatio;
// portamento
int _portamentoCounter;
int _prtmDiff; // copy from VP_PORTAMENTO_DIFF
int _maxPortamentoCounter; // prohibit 0
double _sourcePitch;
double _targetPitch;
double _targetCent;
PRTM_STATE _prtmState;
// LFO
Lfo* _pm;
};
}
#endif /* defined(__ToneGenerator__msgf_osc_pipe__) */
| 25.551471 | 105 | 0.633669 |
3756500e186541b7f2ea08c49cb284d983837077 | 3,092 | h | C | CoreLib/LibIO.h | csyonghe/spire-engine | 9c98b277a6643688365f9ce308e8621d90af9c97 | [
"MIT"
] | 42 | 2020-06-06T13:54:11.000Z | 2022-03-21T20:29:48.000Z | CoreLib/LibIO.h | csyonghe/spire-engine | 9c98b277a6643688365f9ce308e8621d90af9c97 | [
"MIT"
] | 2 | 2020-05-19T21:50:27.000Z | 2020-05-31T15:54:07.000Z | CoreLib/LibIO.h | csyonghe/spire-engine | 9c98b277a6643688365f9ce308e8621d90af9c97 | [
"MIT"
] | 5 | 2020-06-06T12:57:18.000Z | 2021-11-13T16:35:57.000Z | #ifndef CORE_LIB_IO_H
#define CORE_LIB_IO_H
#include "LibString.h"
#include "Stream.h"
#include "TextIO.h"
#include "SecureCRT.h"
namespace CoreLib
{
namespace IO
{
class File
{
public:
static bool Exists(const CoreLib::Basic::String & fileName);
static CoreLib::Basic::String ReadAllText(const CoreLib::Basic::String & fileName);
static void WriteAllText(const CoreLib::Basic::String & fileName, const CoreLib::Basic::String & text);
static CoreLib::Basic::List<unsigned char> ReadAllBytes(const CoreLib::Basic::String & fileName);
static void WriteAllBytes(const CoreLib::Basic::String & fileName, void * buffer, size_t size);
};
enum class DirectoryEntryType
{
Unknown,
File,
Directory
};
class DirectoryEntry
{
public:
CoreLib::String name;
CoreLib::String fullPath;
DirectoryEntryType type;
};
struct DirectoryIteratorContext;
class DirectoryIterator
{
public:
CoreLib::ObjPtr<DirectoryIteratorContext> context;
public:
DirectoryIterator();
DirectoryIterator(const DirectoryIterator& other);
DirectoryIterator(DirectoryIterator &&other);
DirectoryIterator(String path);
~DirectoryIterator();
DirectoryIterator begin()
{
return *this;
}
DirectoryIterator end()
{
return DirectoryIterator();
}
DirectoryEntry operator*();
DirectoryIterator& operator++();
bool operator==(const DirectoryIterator& other);
bool operator!=(const DirectoryIterator& other)
{
return !(*this == other);
}
};
class Path
{
public:
#ifdef _WIN32
static const char PathDelimiter = '\\';
static const char AltPathDelimiter = '/';
#else
static const char PathDelimiter = '/';
static const char AltPathDelimiter = '\\';
#endif
static String TruncateExt(const String & path);
static String ReplaceExt(const String & path, const char * newExt);
static String GetFileName(const String & path);
static String GetFileNameWithoutEXT(const String & path);
static String GetFileExt(const String & path);
static String GetDirectoryName(const String & path);
static String Combine(const String & path1, const String & path2);
static String Combine(const String & path1, const String & path2, const String & path3);
static bool CreateDir(const String & path);
static List<String> Split(String path);
static String Normalize(String path);
static bool IsSubPathOf(String path, String parentPath);
static String GetRelativePath(String path, String referencePath);
static bool IsDirectory(String path);
static bool IsAbsolute(String path);
};
class CommandLineWriter : public Object
{
public:
virtual void Write(const String & text) = 0;
};
void SetCommandLineWriter(CommandLineWriter * writer);
extern CommandLineWriter * currentCommandWriter;
template<typename ...Args>
void uiprintf(const wchar_t * format, Args... args)
{
if (currentCommandWriter)
{
char buffer[1024];
snprintf(buffer, 1024, format, args...);
currentCommandWriter->Write(buffer);
}
}
}
}
#endif | 25.766667 | 107 | 0.708926 |
883029be9c3a405bf1e218bdc2cef26bb3502809 | 3,996 | h | C | dune/fem/oseen/oemsolver/cghs.h | renemilk/DUNE-FEM-Oseen | 2cc2a1a70f81469f13a2330be285960a13f78fdf | [
"BSD-2-Clause"
] | null | null | null | dune/fem/oseen/oemsolver/cghs.h | renemilk/DUNE-FEM-Oseen | 2cc2a1a70f81469f13a2330be285960a13f78fdf | [
"BSD-2-Clause"
] | null | null | null | dune/fem/oseen/oemsolver/cghs.h | renemilk/DUNE-FEM-Oseen | 2cc2a1a70f81469f13a2330be285960a13f78fdf | [
"BSD-2-Clause"
] | null | null | null | #ifndef DUNE_STOKES_CGHS_BLAS_H
#define DUNE_STOKES_CGHS_BLAS_H
// ============================================================================
//
// CG nach Hestenes und Stiefel
//
// siehe auch:
// Ashby, Manteuffel, Saylor
// A taxononmy for conjugate gradient methods
// SIAM J Numer Anal 27, 1542-1568 (1990)
//
// oder:
// Willy D"orfler:
// Orthogonale Fehlermethoden
//
// ----------------------------
// Christian Badura, Mai 1998
//
// Modification for parallel use: Robert Kloefkorn
//
// ============================================================================
#include <utility>
// ============================================================================
#include "cblas.h"
#include "tmpmem.hh"
static OEMTmpMem cghsMem;
// CommunicatorType has to fulfill interface of CollectiveCommunication
// see dune-common/common/collectivecommunication.hh
template< bool usePC,
class CommunicatorType,
class MATRIX ,
class PC_MATRIX >
inline
std::pair < int , double >
cghs_algo2( const CommunicatorType & comm,
unsigned int N, const MATRIX &A, const PC_MATRIX& C,
const double *b, double *x, double eps,
bool detailed )
{
if ( N==0 )
{
std::cerr << "WARNING: N = 0 in cghs, file: " << __FILE__ << " line:" << __LINE__ << "\n";
return std::pair<int,double> (-1,0.0);
}
// define type of multiplication
// typedef Mult<MATRIX,PC_MATRIX,usePC,use_bgf_cg_scheme> MultType;
typedef Mult<MATRIX,PC_MATRIX,usePC> MultType;
typedef typename MultType :: mult_t mult_t;
double* tmp = 0;
#ifdef USE_MEMPROVIDER
cghsMem.resize( (usePC) ? 4*N : 3*N );
double *p = cghsMem.getMem (N);
double *r = cghsMem.getMem (N);
double *g = cghsMem.getMem (N);
if( usePC ) tmp = cghsMem.getMem(N);
#else
double *g = new double[N];
double *r = new double[N];
double *p = new double[N];
if( usePC ) tmp = new double [N];
#endif
for(size_t k =0 ; k<N; ++k)
{
g[k] = 0.0;
r[k] = 0.0;
p[k] = 0.0;
}
int its=0;
double t, gam;
double rho, sig, tau;
double err= eps * eps * MultType :: ddot(A,b,b);
IterationInfo info;
// apply first multiplication
MultType :: mult_pc(A,C,x,g,tmp, info);
daxpy(N,-1.,b,1,g,1);
dscal(N,-1.,g,1);
dcopy(N,g,1,r,1);
double gg = MultType :: ddot(A,g,g);
while ( gg >err )
{
// apply multiplication
info.first = its+1;
info.second = std::pair<double,double>(eps,sqrt(gg));
MultType :: mult_pc(A,C,r,p,tmp,info);
rho = MultType :: ddot(A,p,p);
sig = MultType :: ddot(A,r,p);
tau = MultType :: ddot(A,g,r);
t=tau/sig;
daxpy(N,t,r,1,x,1);
daxpy(N,-t,p,1,g,1);
gam=(t*t*rho-tau)/tau;
dscal(N,gam,r,1);
daxpy(N,1.,g,1,r,1);
gg = MultType :: ddot(A,g,g);
if ( detailed && (comm.rank() == 0) )
{
std::cout<<"cghs "<<its<<"\t"<<sqrt(gg)<< std::endl;
}
++its;
}
// if right preconditioning then do back solve
MultType :: back_solve(N,C,x,tmp);
std::pair<int,double> val (its,sqrt(gg));
#ifdef USE_MEMPROVIDER
cghsMem.reset();
#else
delete[] g;
delete[] r;
delete[] p;
if( tmp ) delete [] tmp;
#endif
return val;
}
// cghs with preconditioning
template<class CommunicatorType, class MATRIX, class PC_MATRIX >
inline
std::pair < int , double >
cghs( const CommunicatorType & comm,
unsigned int N, const MATRIX &A, const PC_MATRIX &C,
const double *b, double *x, double eps, bool detailed )
{
return cghs_algo2<true> (comm,N,A,C,b,x,eps,detailed );
}
// cghs without preconditioning
template<class CommunicatorType, class MATRIX>
inline
std::pair < int , double >
cghs( const CommunicatorType & comm,
unsigned int N, const MATRIX &A,
const double *b, double *x, double eps, bool detailed )
{
return cghs_algo2<false> (comm,N,A,A,b,x,eps,detailed );
}
#endif // DUNE_STOKES_CGHS_BLAS_H
| 24.515337 | 94 | 0.568569 |
8ee5c2b305a422fae29b8c7c00c6c920a7a03724 | 65,246 | c | C | branches/64x/microsoft_windows/MVS_2015/Source/Interface/Dialog2.c | Mistuke/CLIPSE | dd0009168720bbaccac543ed9b122d6d38d8418b | [
"MIT"
] | 2 | 2020-06-02T23:43:22.000Z | 2021-12-30T21:00:00.000Z | branches/64x/microsoft_windows/MVS_2015/Source/Interface/Dialog2.c | Mistuke/CLIPSE | dd0009168720bbaccac543ed9b122d6d38d8418b | [
"MIT"
] | null | null | null | branches/64x/microsoft_windows/MVS_2015/Source/Interface/Dialog2.c | Mistuke/CLIPSE | dd0009168720bbaccac543ed9b122d6d38d8418b | [
"MIT"
] | 1 | 2020-06-02T23:43:25.000Z | 2020-06-02T23:43:25.000Z | /*******************************************************/
/* "C" Language Integrated Production System */
/* */
/* Microsoft Windows Version 3.0 01/31/02 */
/* */
/* DIALOG2 MODULE */
/*******************************************************/
/**************************************************************/
/* Purpose: Contains the callback functions for all the */
/* list manager dialog items. */
/* */
/* Principal Programmer(s): */
/* Christopher J. Ortiz */
/* */
/* Contributing Programmer(s): */
/* Gary D. Riley */
/* */
/* Revision History: */
/* */
/* 6.30: Removed help button from command completion */
/* dialog. */
/* */
/**************************************************************/
#define _DIALOG2_SOURCE_
/*-------------------------------+
| Windows & System Include Files |
+-------------------------------*/
#include <windows.h>
#include <windowsx.h>
/*------------------------+
| CLIPS 6.0 Include Files |
+------------------------*/
#include "setup.h"
#include "classcom.h"
#include "classexm.h"
#include "classinf.h"
#include "commline.h"
#include "defins.h"
#include "dffctbsc.h"
#include "dffctdef.h"
#include "dffnxfun.h"
#include "engine.h"
#include "genrccom.h"
#include "globlbsc.h"
#include "globldef.h"
#include "msgcom.h"
#include "prntutil.h"
#include "router.h"
#include "rulebsc.h"
#include "rulecom.h"
#include "tmpltbsc.h"
#include "tmpltdef.h"
/*------------------------+
| Interface Include Files |
+------------------------*/
#include "initialization.h"
#include "resource.h"
#include "display.h"
#include "MDI.h"
#include "dialog2.h"
char DialogName[80];
char CompleteString[255];
struct symbolMatch *GlobalMatches;
void ShowButtons(HWND,int,int,int,int,int,unsigned,unsigned,unsigned,int);
void HandleButton(HWND,int,int );
void HandleCkBox(HWND,unsigned,int );
#define HIDE 3
#define DISABLE 0
#define ENABLE 1
#define CHECK 1
#define UNCHECK 0
#define GRAY 2
/************************************************/
/* HandleCkBox: procedure will update the state */
/* of a check box in the list manager. */
/************************************************/
void HandleCkBox(
HWND hDlg, /* Pointer to the Window */
unsigned state, /* HIDE, CHECK, UNCHECK OR GRAY */
int ident) /* Checkbox ID */
{
switch (state)
{
case HIDE:
ShowWindow(GetDlgItem(hDlg,ident),SW_HIDE);
break;
case CHECK:
case UNCHECK:
ShowWindow(GetDlgItem(hDlg,ident), SW_SHOW);
EnableWindow(GetDlgItem(hDlg,ident), TRUE);
CheckDlgButton(hDlg,ident,state );
break;
case GRAY:
ShowWindow(GetDlgItem(hDlg,ident),SW_SHOW);
EnableWindow(GetDlgItem(hDlg,ident),FALSE);
CheckDlgButton(hDlg,ident,DISABLE);
break;
}
}
/********************************************/
/* HandleButton: procedure will update the */
/* state of a button in the list manager. */
/********************************************/
void HandleButton(
HWND hDlg, /* Window Pointer */
int State, /* HIDE, ENABLE, DISABLE */
int Ident) /* Button ID */
{
switch (State)
{
case HIDE:
ShowWindow(GetDlgItem(hDlg, Ident), SW_HIDE);
break;
case ENABLE:
case DISABLE:
EnableWindow(GetDlgItem(hDlg, Ident), State);
break;
}
}
/****************************************************************/
/* ShowButtons: Common procedure to Activate, Deactivate, Hide, */
/* and Gray controls within the list manager dialog. */
/****************************************************************/
void ShowButtons(
HWND hDlg,
int PB1,
int PB2,
int PB3,
int PB4,
int PB5,
unsigned CB1,
unsigned CB2,
unsigned CB3,
int PB6)
{
HandleButton(hDlg,PB1,IDC_PBUTTON1);
HandleButton(hDlg,PB2,IDC_PBUTTON2);
HandleButton(hDlg,PB3,IDC_PBUTTON3);
HandleButton(hDlg,PB4,IDC_PBUTTON4);
HandleButton(hDlg,PB5,IDC_PBUTTON5);
HandleButton(hDlg,PB6,IDC_PBUTTON6);
HandleCkBox(hDlg,CB1,IDC_CBOX1);
HandleCkBox(hDlg,CB2,IDC_CBOX2);
HandleCkBox(hDlg,CB3,IDC_CBOX3);
}
/******************************************/
/* DeffactsManager: Callback Function for */
/* the Deffacts List Box Manager. */
/******************************************/
INT_PTR CALLBACK DeffactsManager(
HWND hDlg,
UINT message,
WPARAM wParam,
LPARAM lParam)
{
#if DEFFACTS_CONSTRUCT
HWND hListBox;
Deffacts *deffactPtr = NULL;
int count;
unsigned index;
int stringsize;
HANDLE hString;
char *string;
HCURSOR hSaveCursor;
Environment *theEnv = GlobalEnv;
hListBox = GetDlgItem(hDlg, IDC_LISTBOX);
switch (message)
{
case WM_INITDIALOG:
count=0;
hSaveCursor = SetCursor(hHourGlass);
while ((deffactPtr = EnvGetNextDeffacts(theEnv,deffactPtr )) != NULL)
{
count ++;
SendMessage(hListBox, LB_ADDSTRING, 0,(LPARAM)(LPCSTR) DeffactsName (deffactPtr));
//WinRunEvent();
}
SetCursor(hSaveCursor);
SendMessage(hListBox, LB_SETCURSEL, 0, 0L);
sprintf(DialogName,"Deffacts Manager - %4d Items",count);
SetWindowText(hDlg, (LPSTR)DialogName );
ShowButtons(hDlg,DISABLE,HIDE,HIDE,DISABLE,HIDE,HIDE,HIDE,HIDE,ENABLE);
return(TRUE);
case WM_COMMAND:
switch (LOWORD(wParam))
{
case IDC_PBUTTON6:
EndDialog(hDlg,IDOK);
return (TRUE);
/*--------*/
case IDC_PBUTTON1: /* Remove */
case IDC_PBUTTON4: /* PPrint */
case IDC_LISTBOX: /*--------*/
index = (unsigned) SendMessage(hListBox,LB_GETCURSEL,0,0L);
stringsize = (int) SendMessage(hListBox,LB_GETTEXTLEN,index, 0);
if (stringsize == LB_ERR)
break;
hString = (HANDLE) GlobalAlloc(GMEM_FIXED,(DWORD) stringsize + 1);
if (hString == NULL)
{
EndDialog( hDlg, IDOK);
ExitToShell();
}
string = (char *) GlobalLock(hString );
if (string == NULL)
{
EndDialog( hDlg, IDOK);
ExitToShell();
}
SendMessage(hListBox, LB_GETTEXT, index,(LPARAM)((LPSTR) string) );
deffactPtr = EnvFindDeffacts(theEnv,string );
/*----------------+
| Remove Deffacts |
+----------------*/
if (wParam == IDC_PBUTTON1)
{
Undeffacts(deffactPtr,NULL);
SendMessage(hListBox,LB_DELETESTRING,index,0L );
count = (int) SendMessage(hListBox,LB_GETCOUNT,0,0);
sprintf(DialogName,"Deffacts Manager - %4d Items",count);
SetWindowText(hDlg,(LPSTR) DialogName);
EnvPrintRouter(theEnv,WPROMPT,"(undeffacts ");
EnvPrintRouter(theEnv,WPROMPT,string );
EnvPrintRouter(theEnv,WPROMPT,")\n");
PrintPrompt(theEnv);
SetFocus(hListBox);
//InvalidateRect (WinDialog.hWnd, NULL, TRUE );
GlobalUnlock(hString);
GlobalFree(hString);
break;
}
/*----------------+
| PPrint Deffacts |
+----------------*/
if (wParam == IDC_PBUTTON4)
{
EnvPrintRouter(theEnv,WPROMPT, "(ppdeffacts ");
EnvPrintRouter(theEnv,WPROMPT, string );
EnvPrintRouter(theEnv,WPROMPT, ")\n");
EnvPrintRouter(theEnv,WPROMPT, DeffactsPPForm(deffactPtr ));
PrintPrompt (theEnv);
//InvalidateRect (WinDialog.hWnd, NULL, TRUE );
SetFocus(hListBox);
}
ShowButtons(hDlg,DeffactsIsDeletable(deffactPtr),HIDE,HIDE,
(DeffactsPPForm(deffactPtr) != NULL),
HIDE, HIDE, HIDE, HIDE, ENABLE );
GlobalUnlock(hString);
GlobalFree(hString);
return(TRUE);
}
break;
}
#endif
return (FALSE);
}
/*********************************************/
/* DeftemplateManager: Callback Function for */
/* the Deftemplate List Box Manager. */
/*********************************************/
INT_PTR CALLBACK DeftemplateManager(
HWND hDlg,
UINT message,
WPARAM wParam,
LPARAM lParam)
{
#if DEFTEMPLATE_CONSTRUCT
HWND hListBox = GetDlgItem(hDlg,IDC_LISTBOX);
Deftemplate *deftemplatePtr = NULL;
int count=0;
unsigned index;
int stringsize;
HANDLE hString;
char *string;
HCURSOR hSaveCursor;
Environment *theEnv = GlobalEnv;
switch (message)
{
case WM_INITDIALOG:
hSaveCursor = SetCursor(hHourGlass);
while ((deftemplatePtr = EnvGetNextDeftemplate(theEnv,deftemplatePtr )) != NULL)
{
count ++;
SendMessage(hListBox, LB_ADDSTRING, 0,(LPARAM)(LPCSTR) DeftemplateName (deftemplatePtr));
//WinRunEvent();
}
SetCursor(hSaveCursor);
SendMessage(hListBox, LB_SETCURSEL, 0, 0L);
sprintf(DialogName,"Deftemplate Manager - %4d Items",count);
SetWindowText(hDlg, (LPSTR)DialogName );
ShowButtons(hDlg,DISABLE,HIDE,HIDE,DISABLE, HIDE,
GRAY, HIDE, HIDE, ENABLE);
return (TRUE);
case WM_COMMAND:
switch (LOWORD(wParam))
{
case IDC_PBUTTON6:
EndDialog( hDlg, IDOK);
return (TRUE);
/*--------*/
case IDC_PBUTTON1: /* Remove */
case IDC_PBUTTON4: /* PPrint */
case IDC_CBOX1: /* Trace */
case IDC_LISTBOX: /*--------*/
index = (unsigned) SendMessage(hListBox,LB_GETCURSEL,0,0L);
stringsize = (int) SendMessage(hListBox,LB_GETTEXTLEN,index,0);
if (stringsize == LB_ERR)
{ break; }
hString = (HANDLE) GlobalAlloc(GMEM_FIXED,(DWORD) stringsize+1);
if (hString == NULL)
{
EndDialog( hDlg, IDOK);
ExitToShell();
}
string = (char *) GlobalLock(hString );
SendMessage( hListBox, LB_GETTEXT, index,(LPARAM)((LPSTR) string) );
deftemplatePtr = EnvFindDeftemplate(theEnv,string );
/*-------------------+
| Remove Deftemplate |
+-------------------*/
if (wParam == IDC_PBUTTON1)
{
Undeftemplate(deftemplatePtr,NULL);
SendMessage (hListBox, LB_DELETESTRING, index, 0L );
count = (int) SendMessage (hListBox, LB_GETCOUNT, 0, 0);
sprintf(DialogName,"Deftemplate Manager - %4d Items",count);
SetWindowText(hDlg, (LPSTR)DialogName );
EnvPrintRouter(theEnv,WPROMPT, "(undeftemplate ");
EnvPrintRouter(theEnv,WPROMPT, string );
EnvPrintRouter(theEnv,WPROMPT, ")\n");
PrintPrompt (theEnv);
//InvalidateRect(WinDialog.hWnd, NULL, TRUE );
SetFocus(hListBox);
GlobalUnlock(hString );
GlobalFree(hString );
break;
}
/*-------------------+
| PPrint Deftemplate |
+-------------------*/
if (wParam == IDC_PBUTTON4)
{
EnvPrintRouter(theEnv,WPROMPT, "(ppdeftemplate ");
EnvPrintRouter(theEnv,WPROMPT, string );
EnvPrintRouter(theEnv,WPROMPT, ")\n");
EnvPrintRouter(theEnv,WPROMPT, DeftemplatePPForm(deftemplatePtr));
PrintPrompt(theEnv);
//InvalidateRect(WinDialog.hWnd, NULL, TRUE );
SetFocus(hListBox);
}
/*-----------------+
| Set-Remove Trace |
+-----------------*/
if (wParam == IDC_CBOX1)
{
DeftemplateSetWatch (deftemplatePtr,! DeftemplateGetWatch(deftemplatePtr));
SetFocus (hListBox);
}
/*-------------------+
| Toggle Check Boxes |
+-------------------*/
GlobalUnlock(hString );
GlobalFree(hString );
ShowButtons(hDlg,DeftemplateIsDeletable (deftemplatePtr), HIDE, HIDE,
(DeftemplatePPForm(deftemplatePtr ) != NULL), HIDE,
DeftemplateGetWatch(deftemplatePtr), HIDE, HIDE, ENABLE);
return (TRUE);
}
break;
}
#endif
return (FALSE);
}
/*********************************************/
/* DeffunctionManager: Callback Function for */
/* the Deffunction List Box Manager. */
/*********************************************/
INT_PTR CALLBACK DeffunctionManager(
HWND hDlg,
UINT message,
WPARAM wParam,
LPARAM lParam)
{
#if DEFFUNCTION_CONSTRUCT
HWND hListBox = GetDlgItem(hDlg,IDC_LISTBOX);
Deffunction *DeffunctionPtr = NULL;
int count = 0;
unsigned index;
int stringsize;
HANDLE hString;
char *string;
HCURSOR hSaveCursor;
Environment *theEnv = GlobalEnv;
switch (message)
{
case WM_INITDIALOG:
hSaveCursor = SetCursor(hHourGlass);
while ((DeffunctionPtr = EnvGetNextDeffunction(theEnv,DeffunctionPtr)) != NULL)
{
count ++;
//WinRunEvent();
SendMessage(hListBox,LB_ADDSTRING,0,(LPARAM)(LPCSTR) DeffunctionName(DeffunctionPtr));
}
SetCursor(hSaveCursor);
SendMessage(hListBox,LB_SETCURSEL,0,0L);
sprintf(DialogName,"Deffunction Manager - %4d Items",count);
SetWindowText(hDlg,(LPSTR) DialogName );
ShowButtons(hDlg,DISABLE,HIDE,HIDE,DISABLE,HIDE,
GRAY,HIDE,HIDE,ENABLE);
return(TRUE);
case WM_COMMAND:
switch (LOWORD(wParam))
{
case IDC_PBUTTON6:
EndDialog(hDlg,IDOK);
return (TRUE);
/*--------*/
case IDC_CBOX1: /* Trace */
case IDC_PBUTTON1: /* Remove */
case IDC_PBUTTON4: /* PPrint */
case IDC_LISTBOX: /*--------*/
index = (unsigned) SendMessage(hListBox,LB_GETCURSEL,0,0L);
stringsize = (int) SendMessage(hListBox,LB_GETTEXTLEN,index,0);
if (stringsize == LB_ERR)
{ break; }
hString = (HANDLE) GlobalAlloc(GMEM_FIXED,(DWORD) stringsize+1);
if (hString == NULL)
{
EndDialog(hDlg,IDOK);
ExitToShell();
}
string = (char *) GlobalLock(hString );
SendMessage( hListBox, LB_GETTEXT, index,(LPARAM)((LPSTR) string) );
DeffunctionPtr = EnvFindDeffunction(theEnv,string );
/*-------------------+
| Remove Deffunction |
+-------------------*/
if (wParam == IDC_PBUTTON1)
{
Undeffunction(DeffunctionPtr,NULL);
SendMessage(hListBox,LB_DELETESTRING,index,0L);
count = (int) SendMessage(hListBox,LB_GETCOUNT,0,0);
sprintf(DialogName,"Deffunction Manager - %4d Items",count);
SetWindowText(hDlg,(LPSTR)DialogName );
EnvPrintRouter(theEnv,WPROMPT,"(undeffunction ");
EnvPrintRouter(theEnv,WPROMPT,string );
EnvPrintRouter(theEnv,WPROMPT,")\n");
PrintPrompt(theEnv);
//InvalidateRect(WinDialog.hWnd,NULL,TRUE);
SetFocus(hListBox);
GlobalUnlock(hString);
GlobalFree(hString);
break;
}
/*-------------------+
| PPrint Deffunction |
+-------------------*/
if (wParam == IDC_PBUTTON4)
{
EnvPrintRouter(theEnv,WPROMPT, "(ppdeffunction ");
EnvPrintRouter(theEnv,WPROMPT, string );
EnvPrintRouter(theEnv,WPROMPT, ")\n");
EnvPrintRouter(theEnv,WPROMPT, DeffunctionPPForm(DeffunctionPtr ));
PrintPrompt (theEnv);
//InvalidateRect (WinDialog.hWnd, NULL, TRUE);
SetFocus(hListBox );
}
/*-----------------+
| Set-Remove Trace |
+-----------------*/
if (wParam == IDC_CBOX1)
{
DeffunctionSetWatch(DeffunctionPtr, ! DeffunctionGetWatch(DeffunctionPtr));
SetFocus (hListBox);
}
/*-------------------+
| Toggle Check Boxes |
+-------------------*/
ShowButtons(hDlg,DeffunctionIsDeletable(DeffunctionPtr),HIDE,HIDE,
(DeffunctionPPForm(DeffunctionPtr) != NULL),HIDE,
DeffunctionGetWatch(DeffunctionPtr),HIDE,HIDE,ENABLE);
GlobalUnlock(hString);
GlobalFree(hString);
return (TRUE);
}
break;
}
#endif
return (FALSE);
}
/********************************************/
/* DefmethodsManager: Callback Function for */
/* the Defmethods List Box Manager. */
/********************************************/
INT_PTR CALLBACK DefmethodsManager(
HWND hDlg,
UINT message,
WPARAM wParam,
LPARAM lParam)
{
#if DEFGENERIC_CONSTRUCT
HWND hListBox = GetDlgItem(hDlg,IDC_LISTBOX);
static Defgeneric *defgenericPtr;
unsigned theMethod = 0;
int count=0;
char buffer[100];
char Name[100];
unsigned index;
HCURSOR hSaveCursor;
Environment *theEnv = GlobalEnv;
switch (message)
{
case WM_INITDIALOG:
defgenericPtr = (Defgeneric *) lParam;
SetWindowText(GetDlgItem (hDlg, NIDC_TEXT), "Methods for - ");
hSaveCursor = SetCursor(hHourGlass);
while ((theMethod = EnvGetNextDefmethod(theEnv,defgenericPtr, theMethod )) != 0)
{
DefmethodDescription(Name,50,defgenericPtr,theMethod);
index = (unsigned) SendMessage(hListBox,LB_ADDSTRING,0,(LPARAM)(LPCSTR) Name);
SendMessage(hListBox,LB_SETITEMDATA,index,(LPARAM) theMethod);
//WinRunEvent();
count++;
}
SetCursor(hSaveCursor);
SendMessage(hListBox,LB_SETCURSEL,0,0L);
sprintf(DialogName,"Defmethod-Handler Manager - %4d Items (in precedence order)",count);
SetWindowText(hDlg,(LPSTR)DialogName);
sprintf(buffer,"Methods for - <%s>", DefgenericName (defgenericPtr));
SetWindowText(GetDlgItem (hDlg, NIDC_TEXT), buffer);
ShowButtons(hDlg,DISABLE,HIDE,HIDE,DISABLE,HIDE,
DISABLE, HIDE, HIDE, ENABLE);
return (TRUE);
case WM_COMMAND:
switch (LOWORD(wParam))
{
/*------*/
/* Done */
/*------*/
case IDC_PBUTTON6:
EndDialog( hDlg, IDOK);
return (TRUE);
/*------------------*/
case IDC_PBUTTON1: /* Remove Defmethod */
case IDC_PBUTTON4: /* PPrint Defmethod */
case IDC_CBOX1: /* Trace Defmethod */
case IDC_LISTBOX: /*------------------*/
index = (unsigned) SendMessage(hListBox, LB_GETCURSEL,0,0L);
count = (int) SendMessage(hListBox, LB_GETCOUNT, 0, 0);
if (index == LB_ERR )
{ break; }
theMethod = (unsigned) SendMessage(hListBox,LB_GETITEMDATA,index ,0);
/*-------------------*/
/* Remove Defmethod */
/*-------------------*/
if (wParam == IDC_PBUTTON1)
{
count--;
sprintf(DialogName,"Defmethod-Handler Manager - %4d Items",count);
SetWindowText(hDlg, (LPSTR)DialogName );
SendMessage (hListBox, LB_DELETESTRING, index, 0L );
ClearCommandFromDisplay(DialogWindow,theEnv);
FlushCommandString(theEnv);
EnvPrintRouter(theEnv,WPROMPT, "(undefmethod ");
EnvPrintRouter(theEnv,WPROMPT, DefgenericName(defgenericPtr));
EnvPrintRouter(theEnv,WPROMPT," ");
PrintLongInteger (theEnv,"wclips", (long int) theMethod);
EnvPrintRouter(theEnv,WPROMPT, ")\n");
PrintPrompt (theEnv);
Undefmethod (defgenericPtr,theMethod,NULL);
//InvalidateRect(WinDialog.hWnd, NULL, TRUE );
SetFocus (hListBox);
break;
}
/*-------------------*/
/* Pprint Defmethod */
/*-------------------*/
if (wParam == IDC_PBUTTON4)
{
ClearCommandFromDisplay(DialogWindow,theEnv);
FlushCommandString(theEnv);
EnvPrintRouter(theEnv,WPROMPT, "(ppdefmethod ");
EnvPrintRouter(theEnv,WPROMPT, DefgenericName(defgenericPtr));
EnvPrintRouter(theEnv,WPROMPT," ");
PrintLongInteger (theEnv,"wclips", (long int) theMethod);
EnvPrintRouter(theEnv,WPROMPT, ")\n");
EnvPrintRouter(theEnv,WPROMPT, DefmethodPPForm(defgenericPtr, theMethod ));
PrintPrompt (theEnv);
//InvalidateRect(WinDialog.hWnd, NULL, TRUE );
SetFocus (hListBox);
}
/*----------------------------+
| Set-Remove Defmethod Trace |
+----------------------------*/
if (wParam == IDC_CBOX1 )
{
DefmethodSetWatch(defgenericPtr, theMethod,! DefmethodGetWatch(defgenericPtr, theMethod) );
SetFocus (hListBox);
}
ShowButtons(hDlg,DefmethodIsDeletable(defgenericPtr,theMethod),
HIDE,HIDE,(DefmethodPPForm(defgenericPtr, theMethod)!= NULL),
HIDE,DefmethodGetWatch(defgenericPtr, theMethod),
HIDE,HIDE,ENABLE);
return (TRUE);
}
break;
}
#endif
return (FALSE);
}
/**********************************************/
/* DefinstancesManager: Callback Function for */
/* the DefInstances List Box Manager. */
/**********************************************/
INT_PTR CALLBACK DefinstancesManager(
HWND hDlg,
UINT message,
WPARAM wParam,
LPARAM lParam)
{
#if OBJECT_SYSTEM
HWND hListBox = GetDlgItem(hDlg,IDC_LISTBOX);
Definstances *definstancesPtr = NULL;
int count=0;
unsigned index;
int stringsize;
char *string;
HANDLE hString;
HCURSOR hSaveCursor;
Environment *theEnv = GlobalEnv;
switch (message)
{
case WM_INITDIALOG:
hSaveCursor = SetCursor(hHourGlass);
while ((definstancesPtr = EnvGetNextDefinstances(theEnv,definstancesPtr )) != NULL)
{
count ++;
//WinRunEvent();
SendMessage(hListBox, LB_ADDSTRING, 0,(LPARAM)(LPCSTR) DefinstancesName (definstancesPtr));
}
SetCursor(hSaveCursor);
SendMessage(hListBox, LB_SETCURSEL, 0, 0L);
sprintf(DialogName,"Definstances Manager - %4d Items",count);
SetWindowText(hDlg,(LPSTR) DialogName);
ShowButtons(hDlg,DISABLE,HIDE,HIDE,DISABLE,HIDE,
HIDE,HIDE,HIDE,ENABLE);
return (TRUE);
case WM_COMMAND:
switch (LOWORD(wParam))
{
case IDC_PBUTTON6:
EndDialog( hDlg, IDOK);
return (TRUE);
/*--------*/
case IDC_PBUTTON1: /* Remove */
case IDC_PBUTTON4: /* PPrint */
case IDC_LISTBOX: /*--------*/
index = (unsigned) SendMessage(hListBox, LB_GETCURSEL,0,0L);
stringsize = (int) SendMessage(hListBox, LB_GETTEXTLEN, index, 0);
if (stringsize == LB_ERR)
{ break; }
hString = (HANDLE) GlobalAlloc(GMEM_FIXED,(DWORD) stringsize+1);
if (hString == NULL)
{
EndDialog( hDlg, IDOK);
ExitToShell();
}
string = (char *) GlobalLock(hString);
SendMessage(hListBox,LB_GETTEXT,index,(LPARAM)((LPSTR) string) );
definstancesPtr = EnvFindDefinstances(theEnv,string);
/*--------------------+
| Remove Definstances |
+--------------------*/
if (wParam == IDC_PBUTTON1)
{
Undefinstances(definstancesPtr,NULL);
SendMessage(hListBox,LB_DELETESTRING,index,0L);
count = (int) SendMessage (hListBox, LB_GETCOUNT, 0, 0);
sprintf(DialogName,"Definstances Manager - %4d Items",count);
SetWindowText(hDlg, (LPSTR)DialogName );
EnvPrintRouter(theEnv,WPROMPT, "(undefinstances ");
EnvPrintRouter(theEnv,WPROMPT, string );
EnvPrintRouter(theEnv,WPROMPT, ")\n");
PrintPrompt(theEnv);
//InvalidateRect( WinDialog.hWnd, NULL, TRUE );
GlobalUnlock( hString );
GlobalFree( hString );
SetFocus(hListBox );
break;
}
/*----------------+
| PPrint Deffacts |
+----------------*/
if (wParam == IDC_PBUTTON4)
{
EnvPrintRouter(theEnv,WPROMPT, "(ppdefinstances ");
EnvPrintRouter(theEnv,WPROMPT, string );
EnvPrintRouter(theEnv,WPROMPT, ")\n");
EnvPrintRouter(theEnv,WPROMPT, DefinstancesPPForm(definstancesPtr ));
PrintPrompt (theEnv);
//InvalidateRect(WinDialog.hWnd, NULL, TRUE );
SetFocus(hListBox );
}
GlobalUnlock(hString );
GlobalFree(hString );
ShowButtons(hDlg,DefinstancesIsDeletable(definstancesPtr),
HIDE,HIDE,(DefinstancesPPForm (definstancesPtr)!= NULL),
HIDE,HIDE, HIDE, HIDE, ENABLE );
return (TRUE);
}
break;
}
#endif
return(FALSE);
}
/******************************************/
/* DefclassManager: Callback Function for */
/* the Defclass List Box Manager. */
/******************************************/
INT_PTR CALLBACK DefclassManager(
HWND hDlg,
UINT message,
WPARAM wParam,
LPARAM lParam)
{
#if OBJECT_SYSTEM
HWND hListBox = GetDlgItem(hDlg, IDC_LISTBOX);
Defclass *defclassPtr = NULL;
int count=0;
unsigned index;
int stringsize;
char *string;
HANDLE hString;
unsigned instances = GRAY;
unsigned slots = GRAY;
HCURSOR hSaveCursor;
Environment *theEnv = GlobalEnv;
switch (message)
{
case WM_INITDIALOG:
hSaveCursor = SetCursor(hHourGlass);
while ((defclassPtr = EnvGetNextDefclass(theEnv,defclassPtr)) != NULL)
{
count ++;
//WinRunEvent();
SendMessage(hListBox,LB_ADDSTRING, 0,(LPARAM)(LPCSTR) DefclassName (defclassPtr));
}
SetCursor(hSaveCursor);
SendMessage(hListBox, LB_SETCURSEL, 0, 0L);
sprintf(DialogName,"Defclass Manager - %4d Items",count);
SetWindowText(hDlg, (LPSTR)DialogName );
ShowButtons(hDlg, DISABLE, DISABLE ,DISABLE , DISABLE, DISABLE,
HIDE, GRAY, GRAY, ENABLE);
SetWindowText(GetDlgItem (hDlg, IDC_PBUTTON2), "&Describe");
SetWindowText(GetDlgItem (hDlg, IDC_PBUTTON3), "&Browse");
SetWindowText(GetDlgItem(hDlg, IDC_CBOX2 ), "Watch &Instances" );
return (TRUE);
case WM_COMMAND:
switch (LOWORD(wParam))
{
/*-----+
| Done |
+-----*/
case IDC_PBUTTON6:
EndDialog( hDlg, IDOK);
return (TRUE);
/*--------------------*/
case IDC_CBOX2: /* Trace Instances */
case IDC_CBOX3: /* Trace Slot Changes */
case IDC_PBUTTON1: /* Remove */
case IDC_PBUTTON2: /* Describe */
case IDC_PBUTTON3: /* Browse */
case IDC_PBUTTON4: /* PPrint */
case IDC_PBUTTON5: /* Message Handlers */
case IDC_LISTBOX: /*--------------------*/
index = (unsigned) SendMessage(hListBox, LB_GETCURSEL,0,0L);
stringsize = (int) SendMessage(hListBox, LB_GETTEXTLEN, index, 0);
if (stringsize == LB_ERR)
{ break; }
hString = (HANDLE) GlobalAlloc(GMEM_FIXED,(DWORD) stringsize+1);
if (hString == NULL)
{
EndDialog( hDlg, IDOK);
ExitToShell();
}
string = (char *) GlobalLock(hString );
SendMessage( hListBox, LB_GETTEXT, index,(LPARAM)((LPSTR) string));
defclassPtr = EnvFindDefclass(theEnv,string );
/*------------------+
| Remove Defclasses |
+------------------*/
if (wParam == IDC_PBUTTON1)
{
Undefclass(defclassPtr,NULL);
SendMessage (hListBox, LB_DELETESTRING, index, 0L );
count = (int) SendMessage (hListBox, LB_GETCOUNT, 0, 0);
sprintf(DialogName,"Defclasss Manager - %4d Items",count);
SetWindowText(hDlg,(LPSTR) DialogName );
EnvPrintRouter(theEnv,WPROMPT, "(undefclass ");
EnvPrintRouter(theEnv,WPROMPT, string );
EnvPrintRouter(theEnv,WPROMPT, ")\n");
PrintPrompt (theEnv);
//InvalidateRect(WinDialog.hWnd, NULL, TRUE );
SetFocus(hListBox );
GlobalUnlock(hString );
GlobalFree(hString );
break;
}
/*--------------------+
| Describe Defclasses |
+--------------------*/
if (wParam == IDC_PBUTTON2)
{
EnvPrintRouter(theEnv,WPROMPT, "(describe-class ");
EnvPrintRouter(theEnv,WPROMPT, string );
EnvPrintRouter(theEnv,WPROMPT, ")\n");
DescribeClass ("wclips", defclassPtr );
PrintPrompt (theEnv);
//InvalidateRect(WinDialog.hWnd, NULL, TRUE );
}
/*------------------+
| Browse Defclasses |
+------------------*/
if (wParam == IDC_PBUTTON3)
{
EnvPrintRouter(theEnv,WPROMPT, "(browse-classes ");
EnvPrintRouter(theEnv,WPROMPT, string );
EnvPrintRouter(theEnv,WPROMPT, ")\n");
BrowseClasses ("wclips" ,defclassPtr );
PrintPrompt (theEnv);
//InvalidateRect(WinDialog.hWnd, NULL, TRUE );
}
/*------------------+
| PPrint Defclasses |
+------------------*/
if (wParam == IDC_PBUTTON4)
{
EnvPrintRouter(theEnv,WPROMPT, "(ppdefclass ");
EnvPrintRouter(theEnv,WPROMPT, string );
EnvPrintRouter(theEnv,WPROMPT, ")\n");
EnvPrintRouter(theEnv,WPROMPT, DefclassPPForm(defclassPtr ));
PrintPrompt (theEnv);
//InvalidateRect(WinDialog.hWnd, NULL, TRUE );
}
/*----------------+
| Message Handler |
+----------------*/
if (wParam == IDC_PBUTTON5)
{
DialogBoxParam((HINSTANCE) GetWindowInstance(hDlg),"List_Manager2",hDlg,
DefmessageHandlerManager,(LPARAM) defclassPtr);
}
/*---------------------------+
| Set-Remove Trace Instances |
+---------------------------*/
if (wParam == IDC_CBOX2)
{
DefclassSetWatchInstances(defclassPtr,! DefclassGetWatchInstances(defclassPtr) );
SetFocus (hListBox);
}
/*------------------------------+
| Set-Remove Trace Slot Changes |
+------------------------------*/
if (wParam == IDC_CBOX3)
{
DefclassSetWatchSlots (defclassPtr, ! DefclassGetWatchSlots(defclassPtr) );
SetFocus (hListBox);
}
/*-------------------+
| Update Check Boxes |
+-------------------*/
if (! (ClassAbstractP(defclassPtr)))
{
instances = DefclassGetWatchInstances(defclassPtr);
slots = DefclassGetWatchSlots(defclassPtr);
}
ShowButtons(hDlg,DefclassIsDeletable(defclassPtr),ENABLE,ENABLE,
(DefclassPPForm(defclassPtr)!= NULL),
(EnvGetNextDefmessageHandler(theEnv,defclassPtr,0) != 0),
HIDE,instances,slots,ENABLE);
GlobalUnlock(hString );
GlobalFree(hString );
return (TRUE);
}
break;
}
#endif
return (FALSE);
}
/***************************************************/
/* DefmessageHandlerManager: Callback Function for */
/* the DefmessageHandler List Box Manager. */
/***************************************************/
INT_PTR CALLBACK DefmessageHandlerManager(
HWND hDlg,
UINT message,
WPARAM wParam,
LPARAM lParam)
{
#if OBJECT_SYSTEM
HWND hListBox = GetDlgItem(hDlg,IDC_LISTBOX);
static Defclass *defclassPtr;
unsigned handlerIndex = 0 ;
int count=0;
char buffer[100];
char Name[100];
unsigned index;
HCURSOR hSaveCursor;
Environment *theEnv = GlobalEnv;
switch (message)
{
case WM_INITDIALOG:
defclassPtr = (void *)lParam;
hSaveCursor = SetCursor(hHourGlass);
while ((handlerIndex = EnvGetNextDefmessageHandler(theEnv,defclassPtr,handlerIndex)) != 0)
{
sprintf(Name,"%s (%s)",
DefmessageHandlerName (defclassPtr, handlerIndex),
DefmessageHandlerType(defclassPtr, handlerIndex));
index = (unsigned) SendMessage(hListBox, LB_ADDSTRING, 0,(LPARAM)(LPCSTR) Name);
SendMessage(hListBox,LB_SETITEMDATA,index,(LPARAM) handlerIndex);
//WinRunEvent();
count++;
}
SetCursor(hSaveCursor);
SendMessage( hListBox, LB_SETCURSEL, 0, 0L);
sprintf( DialogName,"Defmessage-Handler Manager - %4d Items",count);
sprintf(buffer,"Message Handler for - <%s>",DefclassName(defclassPtr));
SetWindowText(GetDlgItem (hDlg, NIDC_TEXT), buffer);
SetWindowText(hDlg, (LPSTR)DialogName );
ShowButtons(hDlg,DISABLE,HIDE,HIDE,DISABLE,HIDE,
DISABLE,HIDE,HIDE,ENABLE);
return (TRUE);
case WM_COMMAND:
switch (LOWORD(wParam))
{
/*------*/
/* Done */
/*------*/
case IDC_PBUTTON6:
EndDialog( hDlg, IDOK);
return (TRUE);
/*-------------------*/
case IDC_PBUTTON1: /* Remove Defmessage */
case IDC_PBUTTON4: /* PPrint Defmessage */
case IDC_CBOX1: /* Trace Defmessage */
case IDC_LISTBOX: /*-------------------*/
index = (unsigned) SendMessage(hListBox,LB_GETCURSEL,0,0L);
count = (int) SendMessage(hListBox,LB_GETCOUNT,0,0);
if (index == LB_ERR)
{ break; }
handlerIndex = (unsigned) SendMessage(hListBox,LB_GETITEMDATA,index ,0);
/*-------------------*/
/* Remove Defmessage */
/*-------------------*/
if (wParam == IDC_PBUTTON1 )
{
count--;
sprintf(DialogName,"Defmessage-Handler Manager - %4d Items",count);
SetWindowText(hDlg, (LPSTR)DialogName );
SendMessage (hListBox, LB_DELETESTRING, index, 0L );
UndefmessageHandler(defclassPtr, handlerIndex,NULL);
PrintPrompt (theEnv);
//InvalidateRect(WinDialog.hWnd, NULL, TRUE );
SetFocus (hListBox);
break;
}
/*-------------------*/
/* Pprint Defmessage */
/*-------------------*/
if (wParam == IDC_PBUTTON4 )
{
EnvPrintRouter(theEnv,WPROMPT, "(ppdefmessage-handler ");
EnvPrintRouter(theEnv,WPROMPT, DefclassName(defclassPtr));
EnvPrintRouter(theEnv,WPROMPT," ");
EnvPrintRouter(theEnv,WPROMPT, DefmessageHandlerName(defclassPtr, handlerIndex));
EnvPrintRouter(theEnv,WPROMPT," ");
EnvPrintRouter(theEnv,WPROMPT, DefmessageHandlerType(defclassPtr, handlerIndex));
EnvPrintRouter(theEnv,WPROMPT, ")\n");
EnvPrintRouter(theEnv,WPROMPT, DefmessageHandlerPPForm(defclassPtr, handlerIndex ));
PrintPrompt (theEnv);
//InvalidateRect(WinDialog.hWnd, NULL, TRUE );
SetFocus (hListBox);
}
/*----------------------------+
| Set-Remove Defmessage Trace |
+----------------------------*/
if (wParam == IDC_CBOX1 )
{
DefmessageHandlerSetWatch(defclassPtr, handlerIndex, ! DefmessageHandlerGetWatch(defclassPtr,handlerIndex) );
SetFocus (hListBox);
}
ShowButtons(hDlg,DefmessageHandlerIsDeletable(defclassPtr, handlerIndex),
HIDE, HIDE,(DefmessageHandlerPPForm(defclassPtr, handlerIndex)!= NULL),
HIDE,DefmessageHandlerGetWatch(defclassPtr, handlerIndex),
HIDE, HIDE, ENABLE);
return (TRUE);
}
break;
}
#endif
return (FALSE);
}
/****************************************/
/* AgendaManager: Callback Function for */
/* the Agenda List Box Manager. */
/****************************************/
INT_PTR CALLBACK AgendaManager(
HWND hDlg,
UINT message,
WPARAM wParam,
LPARAM lParam)
{
#if DEFRULE_CONSTRUCT
HWND hListBox = GetDlgItem(hDlg, IDC_LISTBOX);
Activation *activationPtr = NULL;
int count=0;
char Buffer[200];
unsigned index;
HCURSOR hSaveCursor;
Environment *theEnv = GlobalEnv;
switch (message)
{
case WM_INITDIALOG:
ShowButtons(hDlg,DISABLE,HIDE,HIDE,DISABLE,HIDE,
HIDE,HIDE,HIDE,ENABLE);
SetWindowText(GetDlgItem(hDlg,IDC_PBUTTON4),"&Fire");
hSaveCursor = SetCursor(hHourGlass);
while((activationPtr=EnvGetNextActivation(theEnv,activationPtr)) != NULL)
{
ActivationPPForm(activationPtr,Buffer,199);
index = (unsigned) SendMessage(hListBox, LB_ADDSTRING, 0,(LPARAM)(LPCSTR) Buffer);
SendMessage(hListBox, LB_SETITEMDATA, (WPARAM)index, (LPARAM)activationPtr );
//WinRunEvent();
count++;
}
SetCursor(hSaveCursor);
SendMessage(hListBox, LB_SETCURSEL, 0, 0L);
sprintf(DialogName,"Agenda Manager - %4d Items",count);
SetWindowText(hDlg,(LPSTR)DialogName );
return (TRUE);
case WM_COMMAND:
switch (LOWORD(wParam))
{
/*-----+
| Done |
+-----*/
case IDC_PBUTTON6:
EndDialog(hDlg,IDOK);
return(TRUE);
/*-------------------*/
case IDC_PBUTTON1: /* Remove Activation */
case IDC_PBUTTON4: /* Fire Activation */
case IDC_LISTBOX: /*-------------------*/
index = (unsigned) SendMessage(hListBox, LB_GETCURSEL,0,0L);
if (index == LB_ERR ) break;
activationPtr = (void *)SendMessage (hListBox, LB_GETITEMDATA, (WPARAM)index, 0L);
/*------------------+
| Remove Activation |
+------------------*/
if (wParam == IDC_PBUTTON1)
{
SendMessage (hListBox, LB_DELETESTRING, (WPARAM)index, 0L );
ActivationDelete(activationPtr,theEnv);
count = (int) SendMessage(hListBox, LB_GETCOUNT, 0, 0);
sprintf(DialogName,"Agenda Manager - %4d Items",count);
SetWindowText(hDlg, (LPSTR)DialogName );
SetFocus(hListBox );
}
/*-----+
| Fire |
+-----*/
if (wParam == IDC_PBUTTON4)
{
MoveActivationToTop(theEnv,activationPtr );
//InvalidateRect(WinAgenda.hWnd, NULL, TRUE );
ClearCommandFromDisplay(DialogWindow,theEnv);
EnvSetAgendaChanged (theEnv,FALSE);
FlushCommandString(theEnv);
SetCommandString (theEnv,"(run 1)\n");
EnvPrintRouter (theEnv,"stdout","(run 1)\n");
SendMessage(hDlg, WM_COMMAND, IDC_PBUTTON6, 0L );
break;
}
ShowButtons(hDlg,ENABLE, HIDE, HIDE,ENABLE, HIDE,
HIDE, HIDE, HIDE,ENABLE);
return (TRUE);
}
break;
}
#endif
return (FALSE);
}
/*******************************************/
/* DefglobalManager: Callback Function for */
/* the Defglobal List Box Manager. */
/*******************************************/
INT_PTR CALLBACK DefglobalManager(
HWND hDlg,
UINT message,
WPARAM wParam,
LPARAM lParam)
{
#if DEFGLOBAL_CONSTRUCT
HWND hListBox = GetDlgItem(hDlg,IDC_LISTBOX);
int count = 0;
Defglobal *Ptr = NULL;
unsigned index;
int stringsize;
HANDLE hString;
char *string;
HCURSOR hSaveCursor;
Environment *theEnv = GlobalEnv;
switch (message)
{
case WM_INITDIALOG:
hSaveCursor = SetCursor(hHourGlass);
while ((Ptr = EnvGetNextDefglobal(theEnv,Ptr )) != NULL)
{
count ++;
SendMessage(hListBox, LB_ADDSTRING, 0,(LPARAM)(LPCSTR) DefglobalName (Ptr));
//WinRunEvent();
}
SetCursor(hSaveCursor);
SendMessage(hListBox, LB_SETCURSEL, 0, 0L );
sprintf(DialogName,"Defglobal Manager - %4d Items",count);
SetWindowText( hDlg, (LPSTR)DialogName );
ShowButtons(hDlg,DISABLE,HIDE,HIDE,DISABLE,HIDE,
HIDE, HIDE, HIDE, ENABLE);
return (TRUE);
case WM_COMMAND:
switch (LOWORD(wParam))
{
case IDC_PBUTTON6: /* Done */
EndDialog( hDlg, IDOK);
return (TRUE);
/*--------*/
case IDC_PBUTTON1: /* Remove */
case IDC_PBUTTON4: /* PPrint */
case IDC_LISTBOX: /*--------*/
index = (unsigned) SendMessage(hListBox,LB_GETCURSEL,0,0L);
stringsize = (int) SendMessage(hListBox,LB_GETTEXTLEN,index,0);
if (stringsize == LB_ERR)
{ break; }
hString = (HANDLE) GlobalAlloc(GMEM_FIXED,(DWORD) stringsize+1);
if (hString == NULL)
{
EndDialog( hDlg, IDOK);
ExitToShell();
}
string = (char *) GlobalLock(hString );
SendMessage( hListBox, LB_GETTEXT, index,(LPARAM)((LPSTR) string) );
Ptr = EnvFindDefglobal(theEnv,string );
if (Ptr == NULL) break;
/*-----------------+
| Remove Defglobal |
+-----------------*/
if (wParam == IDC_PBUTTON1)
{
Undefglobal(Ptr,NULL );
SendMessage (hListBox, LB_DELETESTRING, index, 0L );
count = (int) SendMessage (hListBox, LB_GETCOUNT, 0, 0);
sprintf(DialogName,"Defglobal Manager - %4d Items",count);
SetWindowText(hDlg, (LPSTR)DialogName );
EnvPrintRouter(theEnv,WPROMPT, "(undefglobal ");
EnvPrintRouter(theEnv,WPROMPT, string );
EnvPrintRouter(theEnv,WPROMPT, ")\n");
PrintPrompt (theEnv);
//InvalidateRect (WinDialog.hWnd, NULL, TRUE );
SetFocus (hListBox);
GlobalUnlock(hString );
GlobalFree(hString );
break;
}
/*-----------------+
| PPrint Defglobal |
+-----------------*/
if (wParam == IDC_PBUTTON4)
{
EnvPrintRouter(theEnv,WPROMPT, "(ppdefglobal ");
EnvPrintRouter(theEnv,WPROMPT, string );
EnvPrintRouter(theEnv,WPROMPT, ")\n");
EnvPrintRouter(theEnv,WPROMPT, DefglobalPPForm(Ptr ));
PrintPrompt (theEnv);
//InvalidateRect (WinDialog.hWnd, NULL, TRUE );
SetFocus (hListBox);
}
/*-------------------+
| Update Check Boxes |
+-------------------*/
ShowButtons(hDlg,DefglobalIsDeletable(Ptr), HIDE, HIDE,
(DefglobalPPForm(Ptr) != NULL),
HIDE, HIDE, HIDE, HIDE, ENABLE);
GlobalUnlock(hString );
GlobalFree(hString );
return (TRUE);
}
break;
}
#endif
return (FALSE);
}
/*****************************************/
/* DefruleManager: Callback Function for */
/* the Defrule List Box Manager. */
/*****************************************/
INT_PTR CALLBACK DefruleManager(
HWND hDlg,
UINT message,
WPARAM wParam,
LPARAM lParam)
{
#if DEFRULE_CONSTRUCT
HWND hListBox = GetDlgItem(hDlg,IDC_LISTBOX);
int count = 0;
Defrule *defrulePtr = NULL;
unsigned index;
int stringsize;
HANDLE hString;
char *string;
HCURSOR hSaveCursor;
CLIPSValue result;
Environment *theEnv = GlobalEnv;
switch (message)
{
case WM_INITDIALOG:
{
hSaveCursor = SetCursor(hHourGlass);
while ((defrulePtr = EnvGetNextDefrule(theEnv,defrulePtr )) != NULL)
{
count ++;
SendMessage(hListBox,LB_ADDSTRING,0,(LPARAM)(LPCSTR) DefruleName (defrulePtr));
//WinRunEvent();
}
SetCursor(hSaveCursor);
SendMessage(hListBox,LB_SETCURSEL,0,0L);
sprintf(DialogName,"Defrule Manager - %4d Items",count);
SetWindowText(hDlg,(LPSTR) DialogName);
ShowButtons(hDlg,DISABLE,DISABLE,DISABLE,DISABLE,HIDE,
GRAY,GRAY,GRAY,ENABLE);
SetWindowText(GetDlgItem(hDlg,IDC_CBOX1 ),"&Breakpoint");
SetWindowText(GetDlgItem(hDlg,IDC_CBOX3 ),"Watch &Firings");
return (TRUE);
}
case WM_COMMAND:
switch (LOWORD(wParam))
{
case IDC_PBUTTON6:
EndDialog( hDlg, IDOK);
return (TRUE);
/*------------------------------*/
case IDC_PBUTTON1: /* Remove */
case IDC_PBUTTON2: /* Refresh */
case IDC_PBUTTON3: /* Matches */
case IDC_PBUTTON4: /* PPrint */
case IDC_CBOX1: /* Remove-Set Break */
case IDC_CBOX2: /* Remove-Set Trace Activations */
case IDC_CBOX3: /* Remove-Set Trace Firings */
case IDC_LISTBOX: /*------------------------------*/
index = (unsigned) SendMessage(hListBox, LB_GETCURSEL,0,0L);
stringsize = (int) SendMessage(hListBox, LB_GETTEXTLEN, index, 0);
if (stringsize == LB_ERR)
{ break; }
hString = (HANDLE) GlobalAlloc(GMEM_FIXED,(DWORD) stringsize+1);
if (hString == NULL)
{
EndDialog( hDlg, IDOK);
ExitToShell();
}
string = (char *) GlobalLock(hString);
SendMessage(hListBox,LB_GETTEXT,index,(LPARAM)((LPSTR) string));
defrulePtr = EnvFindDefrule(theEnv,string);
if (defrulePtr == NULL) break;
/*---------------+
| Remove Defrule |
+---------------*/
if (wParam == IDC_PBUTTON1)
{
Undefrule(defrulePtr, NULL );
SendMessage (hListBox, LB_DELETESTRING, index, 0L );
count = (int) SendMessage(hListBox,LB_GETCOUNT,0,0);
sprintf(DialogName,"Defrule Manager - %4d Items",count);
SetWindowText(hDlg,(LPSTR) DialogName);
EnvPrintRouter(theEnv,WPROMPT, "(undefrule ");
EnvPrintRouter(theEnv,WPROMPT, string );
EnvPrintRouter(theEnv,WPROMPT, ")\n");
PrintPrompt (theEnv);
//InvalidateRect (WinDialog.hWnd, NULL, TRUE );
SetFocus(hListBox);
GlobalUnlock(hString);
GlobalFree(hString);
break;
}
/*----------------+
| Refresh Defrule |
+----------------*/
if (wParam == IDC_PBUTTON2)
{
DefruleRefresh(defrulePtr);
EnvPrintRouter(theEnv,WPROMPT, "(refresh ");
EnvPrintRouter(theEnv,WPROMPT, string );
EnvPrintRouter(theEnv,WPROMPT, ")\n");
PrintPrompt (theEnv);
//InvalidateRect (WinDialog.hWnd, NULL, TRUE );
SetFocus(hListBox);
}
/*--------------+
| Match Defrule |
+--------------*/
if (wParam == IDC_PBUTTON3)
{
EnvPrintRouter(theEnv,WPROMPT,"(matches ");
EnvPrintRouter(theEnv,WPROMPT,string );
EnvPrintRouter(theEnv,WPROMPT,")\n");
DefruleMatches(defrulePtr,VERBOSE,&result);
PrintPrompt(theEnv);
//InvalidateRect(WinDialog.hWnd,NULL,TRUE);
SetFocus(hListBox);
}
/*---------------+
| PPrint Defrule |
+---------------*/
if (wParam == IDC_PBUTTON4)
{
EnvPrintRouter(theEnv,WPROMPT, "(ppdefrule ");
EnvPrintRouter(theEnv,WPROMPT, string );
EnvPrintRouter(theEnv,WPROMPT, ")\n");
EnvPrintRouter(theEnv,WPROMPT, DefrulePPForm(defrulePtr ));
PrintPrompt(theEnv);
//InvalidateRect(WinDialog.hWnd,NULL,TRUE);
SetFocus(hListBox);
}
/*----------------------------+
| Set-Remove Break on Defrule |
+----------------------------*/
if (wParam == IDC_CBOX1)
{
if (DefruleHasBreakpoint(defrulePtr))
{
DefruleRemoveBreak(defrulePtr);
EnvPrintRouter(theEnv,WPROMPT, "(remove-break ");
}
else
{
DefruleSetBreak(defrulePtr);
EnvPrintRouter(theEnv,WPROMPT, "(set-break ");
}
EnvPrintRouter(theEnv,WPROMPT, string );
EnvPrintRouter(theEnv,WPROMPT, ")\n");
PrintPrompt(theEnv);
SetFocus(hListBox);
}
/*----------------------------+
| Set-Remove Trace Activation |
+----------------------------*/
if (wParam == IDC_CBOX2)
{
DefruleSetWatchActivations(defrulePtr,! DefruleGetWatchActivations(defrulePtr));
SetFocus (hListBox);
}
/*-------------------------+
| Set-Remove Trace Firings |
+-------------------------*/
if (wParam == IDC_CBOX3)
{
DefruleSetWatchFirings(defrulePtr,! DefruleGetWatchFirings(defrulePtr));
SetFocus (hListBox);
}
/*-------------------+
| Update Check Boxes |
+-------------------*/
ShowButtons(hDlg,DefruleIsDeletable(defrulePtr),ENABLE,ENABLE,
(DefrulePPForm(defrulePtr) != NULL),
HIDE,(unsigned) DefruleHasBreakpoint(defrulePtr),
DefruleGetWatchActivations(defrulePtr),
DefruleGetWatchFirings(defrulePtr),ENABLE);
GlobalUnlock(hString);
GlobalFree(hString);
return (TRUE);
}
break;
}
#endif
return (FALSE);
}
/********************************************/
/* DefgenericManager: Callback Function for */
/* the Defgeneric List Box Manager. */
/********************************************/
INT_PTR CALLBACK DefgenericManager(
HWND hDlg,
UINT message,
WPARAM wParam,
LPARAM lParam)
{
#if DEFGENERIC_CONSTRUCT
HWND hListBox = GetDlgItem(hDlg,IDC_LISTBOX);
Defgeneric *defPtr = NULL;
int count=0;
unsigned index;
int stringsize;
char *string;
HANDLE hString;
HCURSOR hSaveCursor;
Environment *theEnv = GlobalEnv;
switch (message)
{
case WM_INITDIALOG:
hSaveCursor = SetCursor(hHourGlass);
while ((defPtr = EnvGetNextDefgeneric(theEnv,defPtr )) != NULL)
{
count ++;
//WinRunEvent();
SendMessage(hListBox,LB_ADDSTRING,0,(LPARAM)(LPCSTR) DefgenericName(defPtr));
}
SetCursor(hSaveCursor);
SendMessage(hListBox, LB_SETCURSEL, 0, 0L);
sprintf(DialogName,"Defgeneric Manager - %4d Items",count);
SetWindowText(hDlg, (LPSTR)DialogName );
ShowButtons(hDlg, DISABLE, HIDE ,HIDE , DISABLE, DISABLE,
GRAY, HIDE, HIDE, ENABLE);
SetWindowText(GetDlgItem (hDlg, IDC_PBUTTON5), "&Methods");
return (TRUE);
case WM_COMMAND:
switch (LOWORD(wParam))
{
/*-----+
| Done |
+-----*/
case IDC_PBUTTON6:
EndDialog( hDlg, IDOK);
return (TRUE);
/*---------*/
case IDC_CBOX1: /* Trace */
case IDC_PBUTTON1: /* Remove */
case IDC_PBUTTON4: /* PPrint */
case IDC_PBUTTON5: /* Methods */
case IDC_LISTBOX: /*---------*/
index = (unsigned) SendMessage(hListBox, LB_GETCURSEL,0,0L);
stringsize = (int) SendMessage(hListBox, LB_GETTEXTLEN, index, 0);
if (stringsize == LB_ERR)
{ break; }
hString = (HANDLE) GlobalAlloc(GMEM_FIXED,(DWORD) stringsize+1);
if (hString == NULL)
{
EndDialog( hDlg, IDOK);
ExitToShell();
}
string = (char *) GlobalLock(hString );
SendMessage( hListBox, LB_GETTEXT, index,(LPARAM)((LPSTR) string));
defPtr = EnvFindDefgeneric(theEnv,string );
/*------------------+
| Remove Defgeneric |
+------------------*/
if (wParam == IDC_PBUTTON1 )
{
Undefgeneric(defPtr,NULL );
SendMessage (hListBox, LB_DELETESTRING, index, 0L );
count = (int) SendMessage (hListBox, LB_GETCOUNT, 0, 0);
sprintf(DialogName,"Defgenerics Manager - %4d Items",count);
SetWindowText(hDlg, (LPSTR)DialogName );
EnvPrintRouter(theEnv,WPROMPT, "(undefgeneric ");
EnvPrintRouter(theEnv,WPROMPT, string );
EnvPrintRouter(theEnv,WPROMPT, ")\n");
PrintPrompt (theEnv);
//InvalidateRect(WinDialog.hWnd, NULL, TRUE );
SetFocus( hListBox );
GlobalUnlock(hString );
GlobalFree(hString );
break;
}
/*------------------+
| PPrint Defgeneric |
+------------------*/
if (wParam == IDC_PBUTTON4)
{
EnvPrintRouter(theEnv,WPROMPT, "(ppdefgeneric ");
EnvPrintRouter(theEnv,WPROMPT, string );
EnvPrintRouter(theEnv,WPROMPT, ")\n");
EnvPrintRouter(theEnv,WPROMPT, DefgenericPPForm(defPtr ));
PrintPrompt (theEnv);
//InvalidateRect(WinDialog.hWnd, NULL, TRUE );
}
/*----------------+
| Methods Handler |
+----------------*/
if (wParam == IDC_PBUTTON5 )
{
DialogBoxParam((HINSTANCE) GetWindowInstance(hDlg),"List_Manager2",hDlg,
DefmethodsManager, (LPARAM)defPtr);
}
/*---------------------------+
| Set-Remove Trace Instances |
+---------------------------*/
if (wParam == IDC_CBOX1)
{
DefgenericSetWatch (defPtr, ! DefgenericGetWatch(defPtr));
SetFocus (hListBox);
}
/*-------------------+
| Update Check Boxes |
+-------------------*/
ShowButtons(hDlg,DefgenericIsDeletable(defPtr), HIDE, HIDE,
(DefgenericPPForm(defPtr)!= NULL),
(EnvGetNextDefmethod(theEnv,defPtr,0) != 0),
DefgenericGetWatch(defPtr),HIDE,HIDE,ENABLE);
GlobalUnlock(hString );
GlobalFree(hString );
return (TRUE);
}
}
#endif
return (FALSE);
}
/******************************************/
/* CommandComplete: Callback Function for */
/* the Command Complete Dialog. */
/******************************************/
INT_PTR CALLBACK CommandComplete(
HWND hDlg,
UINT message,
WPARAM wParam,
LPARAM lParam)
{
HWND hListBox = GetDlgItem(hDlg,IDC_LISTBOX);
int count = 0;
struct symbolMatch *matchPtr;
LPSTR foo;
unsigned index;
HCURSOR hSaveCursor;
switch (message)
{
case WM_INITDIALOG:
CompleteString[0] = '\0';
matchPtr = GlobalMatches;
hSaveCursor = SetCursor(hHourGlass);
while (matchPtr != NULL)
{
count ++;
foo = (LPSTR) matchPtr->match->contents;
SendMessage(hListBox,LB_ADDSTRING,0,(LPARAM) foo);
//WinRunEvent();
matchPtr = matchPtr->next;
}
SetCursor(hSaveCursor);
SendMessage(hListBox, LB_SETCURSEL,0, 0L);
sprintf(DialogName,"Command Completion for \"%s\" - %4d Items",(LPSTR)lParam, count);
SetWindowText( hDlg, (LPSTR)DialogName );
ShowButtons(hDlg,ENABLE, HIDE, HIDE, HIDE, HIDE,
HIDE, HIDE, HIDE, ENABLE );
SetWindowText(GetDlgItem(hDlg, IDC_PBUTTON6 ), "&OK" );
SetWindowText(GetDlgItem(hDlg, IDC_PBUTTON1 ), "&Cancel" );
//SetWindowText(GetDlgItem(hDlg, IDC_PBUTTON1 ), "&Help" );
return (TRUE);
case WM_COMMAND:
switch (LOWORD(wParam))
{
/*-------+
| Cancel |
+-------*/
case IDC_PBUTTON1:
CompleteString[0] = '\0';
EndDialog( hDlg, IDC_CANCEL);
return (TRUE);
/*------------+
| Help Button |
+------------*/
/*
case IDC_PBUTTON1:
index = (unsigned) SendMessage(hListBox, LB_GETCURSEL, 0, 0L);
SendMessage(hListBox,LB_GETTEXT,index,(LPARAM)(CompleteString));
WinHelp (hDlg, "CLIPS6.HLP", HELP_KEY, (DWORD) CompleteString);
return (TRUE);
*/
case IDC_LISTBOX:
if (HIWORD(lParam) != LBN_DBLCLK)
break;
/*----------+
| OK Button |
+----------*/
case IDC_PBUTTON6:
index = (unsigned) SendMessage(hListBox, LB_GETCURSEL, 0, 0L );
SendMessage(hListBox,LB_GETTEXT,index,(LPARAM)(CompleteString));
EndDialog (hDlg, IDC_OK);
return (TRUE);
}
break;
}
return (FALSE);
}
| 35.498368 | 126 | 0.464151 |
8eec308da283786b9082f7ea432021e1fcd3aac6 | 1,530 | h | C | DataSource/include/DPDataSourceContainer.h | AlexFedoriev/DPDataStorage | 10e17cfa1df0e9448eb64d6ef7a4e95feec0d711 | [
"MIT"
] | null | null | null | DataSource/include/DPDataSourceContainer.h | AlexFedoriev/DPDataStorage | 10e17cfa1df0e9448eb64d6ef7a4e95feec0d711 | [
"MIT"
] | null | null | null | DataSource/include/DPDataSourceContainer.h | AlexFedoriev/DPDataStorage | 10e17cfa1df0e9448eb64d6ef7a4e95feec0d711 | [
"MIT"
] | null | null | null | //
// DPDataSourceContainer.h
// DPDataStorageDemo
//
// Created by Alex Bakhtin on 10/7/15.
// Copyright © 2015 dmitriy.petrusevich. All rights reserved.
//
#import <CoreData/CoreData.h>
NS_ASSUME_NONNULL_BEGIN
@protocol DataSourceContainerController;
@protocol DataSourceContainerControllerDelegate <NSObject>
@optional
- (void)controller:(id<DataSourceContainerController>)controller didChangeObject:(id)anObject atIndexPath:(nullable NSIndexPath *)indexPath forChangeType:(NSFetchedResultsChangeType)type newIndexPath:(nullable NSIndexPath *)newIndexPath;
@optional
- (void)controller:(id<DataSourceContainerController>)controller didChangeSection:(id <NSFetchedResultsSectionInfo>)sectionInfo atIndex:(NSUInteger)sectionIndex forChangeType:(NSFetchedResultsChangeType)type;
@optional
- (void)controllerWillChangeContent:(id<DataSourceContainerController>)controller;
@optional
- (void)controllerDidChangeContent:(id<DataSourceContainerController>)controller;
@end
@protocol DataSourceContainerController <NSObject>
@property (nonatomic, weak) id<DataSourceContainerControllerDelegate> delegate;
@property (nonatomic, readonly) NSArray<id<NSFetchedResultsSectionInfo>> * sections;
@property (nonatomic, readonly) BOOL hasData;
@property (nonatomic, readonly) NSArray *fetchedObjects;
- (id _Nonnull)objectAtIndexPath:(NSIndexPath *)indexPath;
- (NSIndexPath * _Nullable)indexPathForObject:(id)object;
- (NSInteger)numberOfSections;
- (NSInteger)numberOfItemsInSection:(NSInteger)section;
@end
NS_ASSUME_NONNULL_END
| 39.230769 | 237 | 0.829412 |
6920b58fc2eeea00fbcfb74feef3995c31b9f9fd | 1,074 | h | C | src/third_party/angle/src/libGL/entry_points_wgl.h | rhencke/engine | 1016db292c4e73374a0a11536b18303c9522a224 | [
"BSD-3-Clause"
] | 20 | 2019-04-18T07:37:34.000Z | 2022-02-02T21:43:47.000Z | src/third_party/angle/src/libGL/entry_points_wgl.h | rhencke/engine | 1016db292c4e73374a0a11536b18303c9522a224 | [
"BSD-3-Clause"
] | 11 | 2019-10-21T13:39:41.000Z | 2021-11-05T08:11:54.000Z | src/third_party/angle/src/libGL/entry_points_wgl.h | rhencke/engine | 1016db292c4e73374a0a11536b18303c9522a224 | [
"BSD-3-Clause"
] | 1 | 2021-12-03T18:11:36.000Z | 2021-12-03T18:11:36.000Z | //
// Copyright 2019 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// entry_points_wgl.h: Declares the exported WGL functions.
#ifndef LIBGL_WGL_H_
#define LIBGL_WGL_H_
// Define _GDI32_ so that wingdi.h doesn't declare functions as imports
#ifndef _GDI32_
# define _GDI32_
#endif
#include "angle_gl.h"
#include "WGL/wgl.h"
extern "C" {
// WGL 1.0
int GL_APIENTRY wglChoosePixelFormat(HDC hDc, const PIXELFORMATDESCRIPTOR *pPfd);
int GL_APIENTRY wglDescribePixelFormat(HDC hdc, int ipfd, UINT cjpfd, PIXELFORMATDESCRIPTOR *ppfd);
UINT GL_APIENTRY wglGetEnhMetaFilePixelFormat(HENHMETAFILE hemf,
UINT cbBuffer,
PIXELFORMATDESCRIPTOR *ppfd);
int GL_APIENTRY wglGetPixelFormat(HDC hdc);
BOOL GL_APIENTRY wglSetPixelFormat(HDC hdc, int ipfd, const PIXELFORMATDESCRIPTOR *ppfd);
BOOL GL_APIENTRY wglSwapBuffers(HDC hdc);
} // extern "C"
#endif // LIBGL_WGL_H_
| 26.85 | 99 | 0.710428 |
11718e944b370793c092d25f160a09d915bb281c | 2,113 | c | C | src/logic/slbt_exec_execute.c | rossburton/slibtool | 5c4d52d78ab5f2a925ad0ac185d8a4d4738c9b0a | [
"MIT"
] | null | null | null | src/logic/slbt_exec_execute.c | rossburton/slibtool | 5c4d52d78ab5f2a925ad0ac185d8a4d4738c9b0a | [
"MIT"
] | null | null | null | src/logic/slbt_exec_execute.c | rossburton/slibtool | 5c4d52d78ab5f2a925ad0ac185d8a4d4738c9b0a | [
"MIT"
] | null | null | null | /*******************************************************************/
/* slibtool: a skinny libtool implementation, written in C */
/* Copyright (C) 2016--2018 Z. Gilboa */
/* Released under the Standard MIT License; see COPYING.SLIBTOOL. */
/*******************************************************************/
#include <string.h>
#include <stdbool.h>
#include <fcntl.h>
#include <errno.h>
#include <sys/stat.h>
#include <slibtool/slibtool.h>
#include "slibtool_spawn_impl.h"
#include "slibtool_errinfo_impl.h"
int slbt_exec_execute(
const struct slbt_driver_ctx * dctx,
struct slbt_exec_ctx * ectx)
{
int ret;
char * program;
char * script;
char * base;
char * mark;
char exeref [PATH_MAX];
char wrapper[PATH_MAX];
struct stat st;
struct slbt_exec_ctx * actx = 0;
/* dry run */
if (dctx->cctx->drvflags & SLBT_DRIVER_DRY_RUN)
return 0;
/* context */
if (ectx)
slbt_disable_placeholders(ectx);
else if ((ret = slbt_get_exec_ctx(dctx,&ectx)))
return ret;
else {
actx = ectx;
slbt_disable_placeholders(ectx);
}
/* script, program */
program = ectx->cargv[0];
script = ectx->cargv[1];
/* wrapper */
if ((size_t)snprintf(wrapper,sizeof(wrapper),"%s%s.exe.wrapper",
(script[0] == '/') ? "" : "./",
script)
>= sizeof(wrapper)) {
slbt_free_exec_ctx(actx);
return SLBT_BUFFER_ERROR(dctx);
}
/* exeref */
if ((base = strrchr(script,'/')))
base++;
else
base = script;
strcpy(exeref,script);
mark = exeref + (base - script);
sprintf(mark,".libs/%s",base);
/* swap vector */
if (!(stat(script,&st)) && !(stat(wrapper,&st))) {
ectx->cargv[0] = wrapper;
ectx->cargv[1] = program;
ectx->cargv[2] = exeref;
} else {
script = program;
}
/* execute mode */
ectx->program = script;
ectx->argv = ectx->cargv;
/* step output */
if (!(dctx->cctx->drvflags & SLBT_DRIVER_SILENT))
if (slbt_output_execute(dctx,ectx)) {
slbt_free_exec_ctx(actx);
return SLBT_NESTED_ERROR(dctx);
}
execvp(ectx->cargv[0],ectx->argv);
slbt_free_exec_ctx(actx);
return SLBT_SYSTEM_ERROR(dctx);
}
| 22.72043 | 69 | 0.596782 |
52eb96ccbaa6dc07611735417a3b6062acfcc112 | 2,142 | h | C | contrib/libpoco/Foundation/include/Poco/UniqueExpireCache.h | 189569400/ClickHouse | 0b8683c8c9f0e17446bef5498403c39e9cb483b8 | [
"Apache-2.0"
] | 3,170 | 2015-02-13T12:35:00.000Z | 2022-03-31T15:32:42.000Z | contrib/libpoco/Foundation/include/Poco/UniqueExpireCache.h | 189569400/ClickHouse | 0b8683c8c9f0e17446bef5498403c39e9cb483b8 | [
"Apache-2.0"
] | 1,314 | 2015-02-13T12:30:08.000Z | 2021-11-22T14:10:02.000Z | contrib/libpoco/Foundation/include/Poco/UniqueExpireCache.h | 189569400/ClickHouse | 0b8683c8c9f0e17446bef5498403c39e9cb483b8 | [
"Apache-2.0"
] | 683 | 2015-02-13T12:35:06.000Z | 2022-03-31T16:13:54.000Z | //
// UniqueExpireCache.h
//
// $Id: //poco/1.4/Foundation/include/Poco/UniqueExpireCache.h#1 $
//
// Library: Foundation
// Package: Cache
// Module: UniqueExpireCache
//
// Definition of the UniqueExpireCache class.
//
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#ifndef Foundation_UniqueExpireCache_INCLUDED
#define Foundation_UniqueExpireCache_INCLUDED
#include "Poco/AbstractCache.h"
#include "Poco/UniqueExpireStrategy.h"
namespace Poco {
template <
class TKey,
class TValue,
class TMutex = FastMutex,
class TEventMutex = FastMutex
>
class UniqueExpireCache: public AbstractCache<TKey, TValue, UniqueExpireStrategy<TKey, TValue>, TMutex, TEventMutex>
/// An UniqueExpireCache caches entries for a given time amount. In contrast
/// to ExpireCache which only allows to set a per cache expiration value, it allows to define
/// expiration per CacheEntry.
/// Each TValue object must thus offer the following method:
///
/// const Poco::Timestamp& getExpiration() const;
///
/// which returns the absolute timepoint when the entry will be invalidated.
/// Accessing an object will NOT update this absolute expire timepoint.
/// You can use the Poco::ExpirationDecorator to add the getExpiration
/// method to values that do not have a getExpiration function.
///
/// Be careful when using an UniqueExpireCache. A cache is often used
/// like cache.has(x) followed by cache.get x). Note that it could happen
/// that the "has" call works, then the current execution thread gets descheduled, time passes,
/// the entry gets invalid, thus leading to an empty SharedPtr being returned
/// when "get" is invoked.
{
public:
UniqueExpireCache():
AbstractCache<TKey, TValue, UniqueExpireStrategy<TKey, TValue>, TMutex, TEventMutex>(UniqueExpireStrategy<TKey, TValue>())
{
}
~UniqueExpireCache()
{
}
private:
UniqueExpireCache(const UniqueExpireCache& aCache);
UniqueExpireCache& operator = (const UniqueExpireCache& aCache);
};
} // namespace Poco
#endif // Foundation_UniqueExpireCache_INCLUDED
| 28.56 | 124 | 0.746032 |
da5f2cf16bc715686e7123a4d00d06fc61cbec05 | 720 | h | C | half.h | ekmett/vr | 8d321730e9bbacddbe652e0fb501e82fb0b7d76b | [
"BSD-2-Clause"
] | 21 | 2016-08-16T22:31:37.000Z | 2020-04-27T20:29:04.000Z | half.h | ekmett/vr | 8d321730e9bbacddbe652e0fb501e82fb0b7d76b | [
"BSD-2-Clause"
] | null | null | null | half.h | ekmett/vr | 8d321730e9bbacddbe652e0fb501e82fb0b7d76b | [
"BSD-2-Clause"
] | 3 | 2016-08-26T06:32:37.000Z | 2021-05-12T20:49:49.000Z | #pragma once
#include "glm.h"
#include <glm/detail/type_half.hpp>
namespace framework {
struct half {
half() : data(0) {}
half(float f) : data(glm::detail::toFloat16(f)) {}
half & operator = (float f) {
data = glm::detail::toFloat16(f);
}
operator float() const { return glm::detail::toFloat32(data); }
uint16_t data;
};
template <typename ostream> static inline ostream & operator << (ostream & os, half h) {
return os << float(h);
}
template <typename istream> static inline istream & operator >> (istream & is, half & h) {
float f;
is >> f;
h = f;
return is;
}
static inline half operator "" _half(long double f) {
return half(float(f));
}
} | 22.5 | 92 | 0.604167 |
fb6f788386f44b15f98cf80fc585edf7ae8c7570 | 6,450 | h | C | src/core/visual/win32/krmovie/IRendererBufferAccess.h | weimingtom/krkrz110_fork | dda1177f75428e030853c0de237076986818fa65 | [
"BSD-3-Clause"
] | 1 | 2019-05-16T09:30:11.000Z | 2019-05-16T09:30:11.000Z | src/core/visual/win32/krmovie/IRendererBufferAccess.h | weimingtom/krkrz110_fork | dda1177f75428e030853c0de237076986818fa65 | [
"BSD-3-Clause"
] | null | null | null | src/core/visual/win32/krmovie/IRendererBufferAccess.h | weimingtom/krkrz110_fork | dda1177f75428e030853c0de237076986818fa65 | [
"BSD-3-Clause"
] | null | null | null |
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 6.00.0361 */
/* at Wed Sep 01 22:45:46 2004
*/
/* Compiler settings for IRendererBufferAccess.idl:
Oicf, W1, Zp8, env=Win32 (32b run)
protocol : dce , ms_ext, c_ext, robust
error checks: allocation ref bounds_check enum stub_data
VC __declspec() decoration level:
__declspec(uuid()), __declspec(selectany), __declspec(novtable)
DECLSPEC_UUID(), MIDL_INTERFACE()
*/
//@@MIDL_FILE_HEADING( )
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 475
#endif
#include "rpc.h"
#include "rpcndr.h"
#ifndef __RPCNDR_H_VERSION__
#error this stub requires an updated version of <rpcndr.h>
#endif // __RPCNDR_H_VERSION__
#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif /*COM_NO_WINDOWS_H*/
#ifndef __IRendererBufferAccess_h__
#define __IRendererBufferAccess_h__
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
/* Forward Declarations */
#ifndef __IRendererBufferAccess_FWD_DEFINED__
#define __IRendererBufferAccess_FWD_DEFINED__
typedef interface IRendererBufferAccess IRendererBufferAccess;
#endif /* __IRendererBufferAccess_FWD_DEFINED__ */
/* header files for imported files */
#include "oaidl.h"
#ifdef __cplusplus
extern "C"{
#endif
void * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void * );
#ifndef __IRendererBufferAccess_INTERFACE_DEFINED__
#define __IRendererBufferAccess_INTERFACE_DEFINED__
/* interface IRendererBufferAccess */
/* [uuid][object] */
EXTERN_C const IID IID_IRendererBufferAccess;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("2F8FFFC5-E7BE-497a-9254-DB97639131A6")
IRendererBufferAccess : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE SetFrontBuffer(
/* [in] */ BYTE *buff,
/* [out][in] */ long *size) = 0;
virtual HRESULT STDMETHODCALLTYPE SetBackBuffer(
/* [in] */ BYTE *buff,
/* [out][in] */ long *size) = 0;
virtual HRESULT STDMETHODCALLTYPE GetFrontBuffer(
/* [out] */ BYTE **buff,
/* [out][in] */ long *size) = 0;
virtual HRESULT STDMETHODCALLTYPE GetBackBuffer(
/* [out] */ BYTE **buff,
/* [out][in] */ long *size) = 0;
};
#else /* C style interface */
typedef struct IRendererBufferAccessVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
IRendererBufferAccess * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
IRendererBufferAccess * This);
ULONG ( STDMETHODCALLTYPE *Release )(
IRendererBufferAccess * This);
HRESULT ( STDMETHODCALLTYPE *SetFrontBuffer )(
IRendererBufferAccess * This,
/* [in] */ BYTE *buff,
/* [out][in] */ long *size);
HRESULT ( STDMETHODCALLTYPE *SetBackBuffer )(
IRendererBufferAccess * This,
/* [in] */ BYTE *buff,
/* [out][in] */ long *size);
HRESULT ( STDMETHODCALLTYPE *GetFrontBuffer )(
IRendererBufferAccess * This,
/* [out] */ BYTE **buff,
/* [out][in] */ long *size);
HRESULT ( STDMETHODCALLTYPE *GetBackBuffer )(
IRendererBufferAccess * This,
/* [out] */ BYTE **buff,
/* [out][in] */ long *size);
END_INTERFACE
} IRendererBufferAccessVtbl;
interface IRendererBufferAccess
{
CONST_VTBL struct IRendererBufferAccessVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define IRendererBufferAccess_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IRendererBufferAccess_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IRendererBufferAccess_Release(This) \
(This)->lpVtbl -> Release(This)
#define IRendererBufferAccess_SetFrontBuffer(This,buff,size) \
(This)->lpVtbl -> SetFrontBuffer(This,buff,size)
#define IRendererBufferAccess_SetBackBuffer(This,buff,size) \
(This)->lpVtbl -> SetBackBuffer(This,buff,size)
#define IRendererBufferAccess_GetFrontBuffer(This,buff,size) \
(This)->lpVtbl -> GetFrontBuffer(This,buff,size)
#define IRendererBufferAccess_GetBackBuffer(This,buff,size) \
(This)->lpVtbl -> GetBackBuffer(This,buff,size)
#endif /* COBJMACROS */
#endif /* C style interface */
HRESULT STDMETHODCALLTYPE IRendererBufferAccess_SetFrontBuffer_Proxy(
IRendererBufferAccess * This,
/* [in] */ BYTE *buff,
/* [out][in] */ long *size);
void __RPC_STUB IRendererBufferAccess_SetFrontBuffer_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE IRendererBufferAccess_SetBackBuffer_Proxy(
IRendererBufferAccess * This,
/* [in] */ BYTE *buff,
/* [out][in] */ long *size);
void __RPC_STUB IRendererBufferAccess_SetBackBuffer_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE IRendererBufferAccess_GetFrontBuffer_Proxy(
IRendererBufferAccess * This,
/* [out] */ BYTE **buff,
/* [out][in] */ long *size);
void __RPC_STUB IRendererBufferAccess_GetFrontBuffer_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE IRendererBufferAccess_GetBackBuffer_Proxy(
IRendererBufferAccess * This,
/* [out] */ BYTE **buff,
/* [out][in] */ long *size);
void __RPC_STUB IRendererBufferAccess_GetBackBuffer_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __IRendererBufferAccess_INTERFACE_DEFINED__ */
/* Additional Prototypes for ALL interfaces */
/* end of Additional Prototypes */
#ifdef __cplusplus
}
#endif
#endif
| 26.54321 | 76 | 0.672403 |
dadde7d52f46a8454250f8c5062546ae06ac30f8 | 826 | h | C | kernel/linux-5.4/arch/powerpc/include/asm/eeh_event.h | josehu07/SplitFS | d7442fa67a17de7057664f91defbfdbf10dd7f4a | [
"Apache-2.0"
] | 44 | 2022-03-16T08:32:31.000Z | 2022-03-31T16:02:35.000Z | kernel/linux-5.4/arch/powerpc/include/asm/eeh_event.h | josehu07/SplitFS | d7442fa67a17de7057664f91defbfdbf10dd7f4a | [
"Apache-2.0"
] | 13 | 2021-07-10T04:36:17.000Z | 2022-03-03T10:50:05.000Z | kernel/linux-5.4/arch/powerpc/include/asm/eeh_event.h | josehu07/SplitFS | d7442fa67a17de7057664f91defbfdbf10dd7f4a | [
"Apache-2.0"
] | 18 | 2022-03-19T04:41:04.000Z | 2022-03-31T03:32:12.000Z | /* SPDX-License-Identifier: GPL-2.0-or-later */
/*
*
* Copyright (c) 2005 Linas Vepstas <linas@linas.org>
*/
#ifndef ASM_POWERPC_EEH_EVENT_H
#define ASM_POWERPC_EEH_EVENT_H
#ifdef __KERNEL__
/*
* structure holding pci controller data that describes a
* change in the isolation status of a PCI slot. A pointer
* to this struct is passed as the data pointer in a notify
* callback.
*/
struct eeh_event {
struct list_head list; /* to form event queue */
struct eeh_pe *pe; /* EEH PE */
};
int eeh_event_init(void);
int eeh_send_failure_event(struct eeh_pe *pe);
int __eeh_send_failure_event(struct eeh_pe *pe);
void eeh_remove_event(struct eeh_pe *pe, bool force);
void eeh_handle_normal_event(struct eeh_pe *pe);
void eeh_handle_special_event(void);
#endif /* __KERNEL__ */
#endif /* ASM_POWERPC_EEH_EVENT_H */
| 26.645161 | 59 | 0.748184 |
1cf51efd9896e8780383e855487b487f47399d89 | 745 | h | C | convert/omega/omega.h | lashtear/tinymux | f8bc593d77889e8ace0c8a5fd063816bdc65548b | [
"RSA-MD"
] | 2 | 2016-03-26T17:48:50.000Z | 2017-05-23T20:16:15.000Z | convert/omega/omega.h | lashtear/tinymux | f8bc593d77889e8ace0c8a5fd063816bdc65548b | [
"RSA-MD"
] | 9 | 2015-01-03T16:01:23.000Z | 2017-05-23T21:51:25.000Z | convert/omega/omega.h | lashtear/tinymux | f8bc593d77889e8ace0c8a5fd063816bdc65548b | [
"RSA-MD"
] | 1 | 2016-09-18T16:15:28.000Z | 2016-09-18T16:15:28.000Z | #ifndef _OMEGA_H_
#define _OMEGA_H_
#include "autoconf.h"
#include <stdio.h>
#include <memory.h>
#include <stdlib.h>
#include <ctype.h>
#include <time.h>
#include <unistd.h>
#include <vector>
#include <map>
using namespace std;
#define LBUF_SIZE 65536
#define ESC_CHAR '\x1b'
char *StringClone(const char *str);
char *StringCloneLen(const char *str, size_t nStr);
bool ConvertTimeString(char *pTime, time_t *pt);
typedef struct
{
const char *pName;
const int mask;
} NameMask;
struct ltstr
{
bool operator()(const char* s1, const char* s2) const
{
return strcmp(s1, s2) < 0;
}
};
struct lti
{
bool operator()(int i1, int i2) const
{
return i1 < i2;
}
};
#define OMEGA_VERSION "1.1.0.0"
#endif
| 15.204082 | 57 | 0.665772 |
9735e01f0046180bdb9a0475e5a0970ddc096fad | 466 | c | C | examples/c/nullptr/nullptr14.c | tunz/chow | 66a78e231ffe1afcaf7bad8abcc981b97dd1e9d2 | [
"MIT"
] | 11 | 2018-03-10T15:23:12.000Z | 2020-03-22T19:12:13.000Z | examples/c/nullptr/nullptr14.c | tunz/chow | 66a78e231ffe1afcaf7bad8abcc981b97dd1e9d2 | [
"MIT"
] | null | null | null | examples/c/nullptr/nullptr14.c | tunz/chow | 66a78e231ffe1afcaf7bad8abcc981b97dd1e9d2 | [
"MIT"
] | 1 | 2019-01-28T21:23:20.000Z | 2019-01-28T21:23:20.000Z | #include <stdio.h>
#include <stdlib.h>
struct some_struct {
int elem1;
int elem2;
int *ptrelem;
struct some_struct *next;
};
typedef struct some_struct MyStruct;
void case14(MyStruct *ptr, int val) {
if (ptr) {
ptr->elem1 = 2; // False positive case
}
if (!ptr) {
printf("??\n");
}
}
int main() {
int val = 10;
MyStruct* ptr = malloc(sizeof(MyStruct));
ptr->elem1 = 1;
ptr->elem2 = 1;
ptr->ptrelem = &val;
case14(NULL, 2);
}
| 15.032258 | 43 | 0.603004 |
46a92d1a00c0f8717c6db13762a645fc70e4e34b | 316 | h | C | src/common.h | JonLevin25/soviet_silvester | f75bd1d0f99c53c78dff120a54ae84b17325db5f | [
"MIT"
] | null | null | null | src/common.h | JonLevin25/soviet_silvester | f75bd1d0f99c53c78dff120a54ae84b17325db5f | [
"MIT"
] | null | null | null | src/common.h | JonLevin25/soviet_silvester | f75bd1d0f99c53c78dff120a54ae84b17325db5f | [
"MIT"
] | null | null | null | #include <Arduino.h>
#ifndef COMMON_H
#define COMMON_H
#define I2C_ADDR_MASTER 0x66
#define I2C_ADDR_SLAVE 0x55
#define NUM_LEDS 60
// #define P(x) Serial.print(x)
#define P(...) Serial.print(__VA_ARGS__)
#define Pln(x) Serial.println(x)
const size_t MSG_SIZE = 2;
const uint16_t END_VALUE = UINT16_MAX;
#endif | 17.555556 | 40 | 0.753165 |
875f9fb7cc011a5f5fa93131d134577e48b9b6a9 | 1,400 | h | C | libconfluo/confluo/compression/delta_encoder.h | Mu-L/confluo | e9b8621e99f56b1adf5675c4296c006d89e6e582 | [
"Apache-2.0"
] | 1,398 | 2018-12-05T19:13:15.000Z | 2022-03-29T08:26:03.000Z | libconfluo/confluo/compression/delta_encoder.h | Mu-L/confluo | e9b8621e99f56b1adf5675c4296c006d89e6e582 | [
"Apache-2.0"
] | 53 | 2018-10-21T03:28:25.000Z | 2021-03-16T03:50:54.000Z | libconfluo/confluo/compression/delta_encoder.h | Mu-L/confluo | e9b8621e99f56b1adf5675c4296c006d89e6e582 | [
"Apache-2.0"
] | 208 | 2018-10-28T03:05:46.000Z | 2022-02-06T06:16:37.000Z | #ifndef CONFLUO_COMPRESSION_DELTA_ENCODER_H_
#define CONFLUO_COMPRESSION_DELTA_ENCODER_H_
#include <cstdint>
#include <cassert>
#include <cstddef>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <vector>
#include <algorithm>
#include <math.h>
#include "container/bitmap/delta_encoded_array.h"
#include "container/unique_byte_array.h"
namespace confluo {
namespace compression {
/**
* A stateless encoder. Takes as input a buffer of bytes and applies delta
* encoding on that data. Supports full encoding and packaged for full
* or partial decoding
*/
class delta_encoder {
public:
/**
* Encodes the input buffer data using delta encoding
*
* @param source_buffer The buffer data to encode
* @param source_length The length of the input buffer array
*/
template<typename T>
static unique_byte_array encode(T *source_buffer, size_t source_length) {
std::sort(source_buffer, source_buffer + source_length);
elias_gamma_encoded_array<T> enc_array(source_buffer, source_length);
size_t buffer_size = enc_array.storage_size() + sizeof(size_t);
uint8_t *output_buffer = new uint8_t[buffer_size];
std::memcpy(output_buffer, &source_length, sizeof(size_t));
enc_array.to_byte_array(output_buffer + sizeof(size_t));
return unique_byte_array(output_buffer, buffer_size);
}
};
}
}
#endif /* CONFLUO_COMPRESSION_DELTA_ENCODER_H_ */
| 28.571429 | 75 | 0.761429 |
0c8138c689437fc98bcde9c3c923c9c81dd854f5 | 1,122 | h | C | include/TxtMiru/TxtMiruTheme.h | gearsns/TxtMiru2 | f829803721354e0639e791ba63962bd702aebfd1 | [
"MIT"
] | 5 | 2019-09-28T09:41:24.000Z | 2020-08-28T07:38:32.000Z | include/TxtMiru/TxtMiruTheme.h | gearsns/TxtMiru2 | f829803721354e0639e791ba63962bd702aebfd1 | [
"MIT"
] | null | null | null | include/TxtMiru/TxtMiruTheme.h | gearsns/TxtMiru2 | f829803721354e0639e791ba63962bd702aebfd1 | [
"MIT"
] | null | null | null | #pragma once
#ifdef TXTMIRUTHEME_EXPORTS
#define TXTMIRUTHEME_API __declspec(dllexport)
#else
#define TXTMIRUTHEME_API __declspec(dllimport)
#endif
#include <windows.h>
extern "C" {
TXTMIRUTHEME_API bool TxtMiruTheme_IsDarkThemeActive();
TXTMIRUTHEME_API COLORREF TxtMiruTheme_GetSysColor(int iIndex);
TXTMIRUTHEME_API HBRUSH TxtMiruTheme_GetSysColorBrush(int iIndex);
TXTMIRUTHEME_API HRESULT TxtMiruTheme_SetWindowTheme(HWND hwnd, LPCWSTR pszSubAppName, LPCWSTR pszSubIdList);
TXTMIRUTHEME_API void TxtMiruTheme_RefreshThemeColor();
TXTMIRUTHEME_API bool TxtMiruTheme_IsImmersiveColorSet(LPARAM lParam);
TXTMIRUTHEME_API void TxtMiruTheme_SetTouchMenu(HMENU hMenu);
TXTMIRUTHEME_API void TxtMiruTheme_MenuMeasureItem(HWND hWnd, LPARAM lParam);
TXTMIRUTHEME_API void TxtMiruTheme_MenuDrawItem(HWND hWnd, LPARAM lParam);
TXTMIRUTHEME_API void TxtMiruTheme_Hook();
TXTMIRUTHEME_API void TxtMiruTheme_Unhook();
TXTMIRUTHEME_API void TxtMiruTheme_SetWindowSubclass(HWND hWnd);
TXTMIRUTHEME_API void TxtMiruTheme_RemoveWindowSubclass(HWND hWnd);
TXTMIRUTHEME_API void TxtMiruTheme_UpdateDarkMode(HWND hWnd);
} | 43.153846 | 110 | 0.85918 |
0c94f47344b1fa27d60248493f53b14abf1c0362 | 121 | h | C | mps2_template/example/jeg/cpu6502_debug.h | ianhom/EmbeddedNES | 41144274bc75a0b6d7f2752e305678d555c61b2a | [
"Apache-2.0"
] | 37 | 2018-03-19T14:57:14.000Z | 2022-01-20T01:32:20.000Z | mps2_template/example/jeg/cpu6502_debug.h | ianhom/EmbeddedNES | 41144274bc75a0b6d7f2752e305678d555c61b2a | [
"Apache-2.0"
] | 2 | 2018-05-15T22:51:39.000Z | 2018-05-25T12:46:44.000Z | mps2_template/example/jeg/cpu6502_debug.h | ianhom/EmbeddedNES | 41144274bc75a0b6d7f2752e305678d555c61b2a | [
"Apache-2.0"
] | 10 | 2018-04-22T01:55:54.000Z | 2021-09-19T14:50:32.000Z | #ifndef CPU6502_DEBUG_H
#define CPU6502_DEBUG_H
#include "cpu6502.h"
extern void cpu6502_dump(cpu6502_t *cpu);
#endif
| 13.444444 | 41 | 0.793388 |
56171b99cfe8044ae74262fd465c2f43369cce26 | 157 | h | C | src/ch2/myfirst.h | Jiasm/learning-cpp | 2c56035c85367421d17f66f6330d4d7b2f111f74 | [
"MIT"
] | 1 | 2020-07-21T02:40:21.000Z | 2020-07-21T02:40:21.000Z | src/ch2/myfirst.h | Jiasm/learning-cpp | 2c56035c85367421d17f66f6330d4d7b2f111f74 | [
"MIT"
] | null | null | null | src/ch2/myfirst.h | Jiasm/learning-cpp | 2c56035c85367421d17f66f6330d4d7b2f111f74 | [
"MIT"
] | null | null | null | //
// Created by 贾顺名 on 2020/7/20.
//
#ifndef LEARNING_CPP_MYFIRST_H
#define LEARNING_CPP_MYFIRST_H
class myfirst {
};
#endif //LEARNING_CPP_MYFIRST_H
| 10.466667 | 31 | 0.738854 |
56345aa4c0a57b9484d442363c43c887c01f1525 | 13,200 | h | C | iPhoneOS13.7.sdk/System/Library/Frameworks/ImageCaptureCore.framework/Headers/ImageCaptureConstants.h | bakedpotato191/sdks | 7b5c8c299a8afcb6d68b356668b4949a946734d9 | [
"MIT"
] | 10 | 2019-04-09T19:28:16.000Z | 2021-08-11T19:23:00.000Z | iPhoneOS13.7.sdk/System/Library/Frameworks/ImageCaptureCore.framework/Headers/ImageCaptureConstants.h | bakedpotato191/sdks | 7b5c8c299a8afcb6d68b356668b4949a946734d9 | [
"MIT"
] | null | null | null | iPhoneOS13.7.sdk/System/Library/Frameworks/ImageCaptureCore.framework/Headers/ImageCaptureConstants.h | bakedpotato191/sdks | 7b5c8c299a8afcb6d68b356668b4949a946734d9 | [
"MIT"
] | 4 | 2020-06-08T04:40:28.000Z | 2021-04-06T13:39:20.000Z | //------------------------------------------------------------------------------------------------------------------------------
//
// ImageCaptureConstants.h
// ImageCaptureCore
//
// Copyright (c) 2008 Apple, Inc., all rights reserved.
//
// Best viewed with the following settings: Tab width 4, Indent width 2, Wrap lines, Indent wrapped lines by 3, Page guide 128.
//
//------------------------------------------------------------------------------------------------------------------------------
#pragma once
#import <Foundation/Foundation.h>
#define ICRunLoopMode @"com.apple.ImageCaptureCore"
//------------------------------------------------------------------------------------------------------------------------------
/*!
@ICEXIFOrientationType
@abstract Type representing EXIF Orientation tag value
@discussion The meaning of this value is defined by the EXIF specification. Here is what the letter F would look like if it were tagged correctly and displayed by a program that ignores the orientation tag (thus showing the stored image):
1 2 3 4
8888888 8888888 88 88
88 88 88 88
8888 8888 8888 8888
88 88 88 88
88 88 8888888 8888888
5 6 7 8
8888888888 88 88 8888888888
88 88 88 88 88 88 88 88
88 8888888888 8888888888 88
*/
extern NSErrorDomain const ICErrorDomain API_AVAILABLE(macos(10.15), ios(13.0));
typedef NS_ENUM(NSUInteger, ICEXIFOrientationType)
{
ICEXIFOrientation1 = 1, // Normal
ICEXIFOrientation2 = 2, // Flipped horizontally
ICEXIFOrientation3 = 3, // Rotated 180°
ICEXIFOrientation4 = 4, // Flipped vertically
ICEXIFOrientation5 = 5, // Rotated 90° CCW and flipped vertically
ICEXIFOrientation6 = 6, // Rotated 90° CCW
ICEXIFOrientation7 = 7, // Rotated 90° CW and flipped vertically
ICEXIFOrientation8 = 8 // Rotated 90° CW
};
//------------------------------------------------------------------------------------------------------------------------------
typedef NS_ENUM (NSInteger)
{
ICReturnCodeThumbnailOffset = -21000,
ICReturnCodeMetadataOffset = -21050,
ICReturnCodeDownloadOffset = -21100,
ICReturnCodeDeleteOffset = -21150,
ICReturnCodeExFATOffset = -21200,
ICReturnCodePTPOffset = -21250,
ICReturnCodeSystemOffset = -21300,
ICReturnCodeDeviceOffset = -21350,
ICReturnCodeDeviceConnection = -21400,
ICReturnCodeObjectOffset = -21450,
} ICReturnCodeOffset;
typedef NS_ERROR_ENUM (ICErrorDomain, ICReturnThumbnailErrorCode)
{
ICReturnThumbnailNotAvailable = -21000, // Item does not have thumbnail available.
ICReturnThumbnailAlreadyFetching = -20999, // Item thumbnail request is being serviced.
ICReturnThumbnailCanceled = -20098, // Item thumbnail request has been canceled.
ICReturnThumbnailInvalid = -20097, // Item thumbnail request completed with invalid result.
};
typedef NS_ERROR_ENUM (ICErrorDomain, ICReturnMetadataErrorCode)
{
ICReturnMetadataNotAvailable = -20150, // Item does not have metadata available.
ICReturnMetadataAlreadyFetching = -20149, // Item metadata request is being serviced.
ICReturnMetadataCanceled = -20148, // Item metadata request has been canceled.
ICReturnMetadataInvalid = -20147, // Item metadata request completed with invalid result.
};
typedef NS_ERROR_ENUM (ICErrorDomain, ICReturnConnectionErrorCode)
{
ICReturnConnectionDriverExited = -21350, // Device driver exited without request.
ICReturnConnectionClosedSessionSuddenly = -21349, // Device closed session without request.
ICReturnConnectionEjectedSuddenly = -21348, // Device ejected without request.
ICReturnConnectionSessionAlreadyOpen = -21347, // Device reports session is already open.
ICReturnConnectionEjectFailed = -21346, // Device reports eject has failed.
ICReturnConnectionFailedToOpen = -21345, // Failed to open a connection to the device.
ICReturnConnectionFailedToOpenDevice = -21344, // Failed to open the device.
};
typedef NS_ERROR_ENUM (ICErrorDomain, ICReturnPTPDeviceErrorCode)
{
ICReturnPTPFailedToSendCommand = -21250, // PTP Command failed to send
ICReturnPTPNotAuthorizedToSendCommand = -21249, // PTP Command not authorized
};
typedef NS_ERROR_ENUM (ICErrorDomain, ICReturnDownloadErrorCode)
{
ICReturnDownloadPathInvalid = -21100, // Destination path supplied is invalid
ICReturnDownloadFileWritable = -21099, // Destination file is not writable
};
typedef NS_ERROR_ENUM (ICErrorDomain, ICLegacyReturnCode)
{
ICLegacyReturnCodeCommunicationErr = -9900, // An communication error occurred.
ICLegacyReturnCodeDeviceNotFoundErr = -9901, // The specified device is not found.
ICLegacyReturnCodeDeviceNotOpenErr = -9902, // The specified device is not open.
ICLegacyReturnCodeFileCorruptedErr = -9903, // Encountered a corrupt file
ICLegacyReturnCodeIOPendingErr = -9904, // There is Pending I/O
ICLegacyReturnCodeInvalidObjectErr = -9905, // The specified object is invalid
ICLegacyReturnCodeInvalidPropertyErr = -9906, // The specified property is invalid
ICLegacyReturnCodeIndexOutOfRangeErr = -9907, // The index of the object specified is outside of the available object indexes
ICLegacyReturnCodePropertyTypeNotFoundErr = -9908, // Specific property type not found on object
ICLegacyReturnCodeCannotYieldDevice = -9909, // Unable to yield device to a secondary process
ICLegacyReturnCodeDataTypeNotFoundErr = -9910, // Device does not support data type
ICLegacyReturnCodeDeviceMemoryAllocationErr = -9911, // Unable to allocate memory
ICLegacyReturnCodeDeviceInternalErr = -9912, // Generic internal error
ICLegacyReturnCodeDeviceInvalidParamErr = -9913, // Generic parameter invalid error
ICLegacyReturnCodeDeviceAlreadyOpenErr = -9914, // Device already opened
ICLegacyReturnCodeDeviceLocationIDNotFoundErr = -9915, // Device USB locationID is not valid
ICLegacyReturnCodeDeviceGUIDNotFoundErr = -9916, // Device FireWire GUID is not valid
ICLegacyReturnCodeDeviceIOServicePathNotFoundErr = -9917, // Device IOService point is not valid
ICLegacyReturnCodeDeviceUnsupportedErr = -9918, // Device is not supported under ICA
ICLegacyReturnCodeFrameworkInternalErr = -9919, // Generic framework internal error
ICLegacyReturnCodeExtensionInternalErr = -9920, // Generic ImageCaptureExtension internal error
ICLegacyReturnCodeInvalidSessionErr = -9921, // Session is invalid
};
typedef NS_ERROR_ENUM (ICErrorDomain, ICReturnCode)
{
ICReturnSuccess = 0, // Operation successful.
ICReturnInvalidParam = -9922, // An invalid parameter was found.
ICReturnCommunicationTimedOut = -9923, // Communication between different components of Image Capture timed out.
ICReturnScanOperationCanceled = -9924, // The scan operation is canceled.
ICReturnScannerInUseByLocalUser = -9925, // Scanner is being used by a local user.
ICReturnScannerInUseByRemoteUser = -9926, // Scanner is being used by a remote user.
ICReturnDeviceFailedToOpenSession = -9927, // Failed to open a session on a specified device.
ICReturnDeviceFailedToCloseSession = -9928, // Failed to close a session on a specified device.
ICReturnScannerFailedToSelectFunctionalUnit = -9929, // Failed to select a functional unit on the specified scanner.
ICReturnScannerFailedToCompleteOverviewScan = -9930, // Overview scan operation failed to complete on the specified scanner.
ICReturnScannerFailedToCompleteScan = -9931, // Scan operation failed to complete on the specified scanner.
ICReturnReceivedUnsolicitedScannerStatusInfo = -9932, // An unsolicited status information was received from a scanner.
ICReturnReceivedUnsolicitedScannerErrorInfo = -9933, // An unsolicited error information was received from a scanner.
ICReturnDownloadFailed = -9934, // A non-specific error occurred while downloading a file.
ICReturnUploadFailed = -9935, // A non-specific error occurred while updownloading a file.
ICReturnFailedToCompletePassThroughCommand = -9936, // Failed to complete a pass-through (e.g., PTP pass-through) command.
ICReturnDownloadCanceled = -9937, // A download operation was canceled.
ICReturnFailedToEnabeTethering = -9938, // Failed to enable tethered-capture on a camera device.
ICReturnFailedToDisabeTethering = -9939, // Failed to disable tethered-capture on a camera device.
ICReturnFailedToCompleteSendMessageRequest = -9940, // A request to send a message to a device failed.
ICReturnDeleteFilesFailed = -9941, // A request to delete files failed.
ICReturnDeleteFilesCanceled = -9942, // A request to delete files was canceled.
ICReturnDeviceIsPasscodeLocked = -9943, // The device is locked with a passcode. Its contents cannot be seen unless it is unlocked.
ICReturnDeviceFailedToTakePicture = -9944, // Failed to take a tethered-capture picture on a camera device.
ICReturnDeviceSoftwareNotInstalled = -9945, // Failed to open session because software to communicate with the device is not installed.
ICReturnDeviceSoftwareIsBeingInstalled = -9946, // Failed to open session because software to communicate with the device is being installed.
ICReturnDeviceSoftwareInstallationCompleted = -9947, // Software installation for the device has completed successfully.
ICReturnDeviceSoftwareInstallationCanceled = -9948, // Software installation for the device has been canceled.
ICReturnDeviceSoftwareInstallationFailed = -9949, // Software installation for the device failed.
ICReturnDeviceSoftwareNotAvailable = -9950, // Software for the device is not available from Apple.
ICReturnDeviceCouldNotPair = -9951, // A pairing request for a Apple Device failed.
ICReturnDeviceCouldNotUnpair = -9952, // A unpairing request for a Apple Device failed.
ICReturnDeviceNeedsCredentials = -9953, // The device reports credentials are required to open the device.
ICReturnDeviceIsBusyEnumerating = -9954, // The device is currently enumerating assets.
ICReturnDeviceCommandGeneralFailure = -9955, // The device has experienced a general failure.
ICReturnDeviceFailedToCompleteTransfer = -9956, // Failed to complete a data transaction.
ICReturnDeviceFailedToSendData = -9957, // Failed to send data.
ICReturnSessionNotOpened = -9958, // Session is not open.
ICReturnExFATVolumeInvalid = 21200, // EXFAT volume is invalid, and cannot be enumerated.
ICReturnMultiErrorDictionary = -30000, // Multierror
};
typedef NS_ERROR_ENUM(ICErrorDomain, ICReturnObjectErrorCode)
{
ICReturnCodeObjectDoesNotExist = -21450, // Object does not exist.
ICReturnCodeObjectDataOffsetInvalid = -21449, // Object data offset invalid.
ICReturnCodeObjectCouldNotBeRead = -21448, // Object could not be read
ICReturnCodeObjectDataEmpty = -21447, // Object data empty.
ICReturnCodeObjectDataRequestTooLarge = -21446, // Requested transfer size is greater than the current maximum allowed.
};
#define ICReturnDeviceIsAccessRestrictedAppleDevice ICReturnDeviceIsPasscodeLocked
#define ICReturnFailedToEnableTethering ICReturnFailedToEnabeTethering
#define ICReturnFailedToDisableTethering ICReturnFailedToDisabeTethering
//------------------------------------------------------------------------------------------------------------------------------
| 68.041237 | 240 | 0.628561 |
4c5fe8d03affe177909c52b27b4cc32a4f7e5aaa | 935 | c | C | src/example8.5/src/example8.5.c | billsix/cprogrammingbook | 80fda9675558d65f5252688b47ef3b1749c3c59f | [
"MIT"
] | null | null | null | src/example8.5/src/example8.5.c | billsix/cprogrammingbook | 80fda9675558d65f5252688b47ef3b1749c3c59f | [
"MIT"
] | null | null | null | src/example8.5/src/example8.5.c | billsix/cprogrammingbook | 80fda9675558d65f5252688b47ef3b1749c3c59f | [
"MIT"
] | null | null | null | /*
* Declare the device registers
* Whether to use int or short
* is implementation dependent
*/
struct devregs {
unsigned short volatile csr;
unsigned short const volatile data;
};
/* bit patterns in the csr */
#define ERROR 0x1
#define READY 0x2
#define RESET 0x4
/* absolute address of the device */
#define DEVADDR ((struct devregs *)0xffff0004)
/* number of such devices in system */
#define NDEVS 4
/*
* Busy-wait function to read a byte from device n.
* check range of device number.
* Wait until READY or ERROR
* if no error, read byte, return it
* otherwise reset error, return 0xffff
*/
unsigned int read_dev(unsigned devno) {
struct devregs *const dvp = DEVADDR + devno;
if (devno >= NDEVS)
return (0xffff);
while ((dvp->csr & (READY | ERROR)) == 0)
; /* NULL - wait till done */
if (dvp->csr & ERROR) {
dvp->csr = RESET;
return (0xffff);
}
return ((dvp->data) & 0xff);
}
| 19.893617 | 51 | 0.663102 |
4caed5e25613d9a0d516eaf3058331e31f60e2a4 | 1,242 | h | C | Revolved/RVSegment.h | Ciechan/Revolved | c817c1533519ca528e34c56662416c686ce71f9b | [
"BSD-3-Clause"
] | 207 | 2015-01-02T20:42:36.000Z | 2022-02-21T20:02:10.000Z | Revolved/RVSegment.h | tomjal/Revolved | c817c1533519ca528e34c56662416c686ce71f9b | [
"BSD-3-Clause"
] | 2 | 2016-07-10T18:47:43.000Z | 2019-05-29T20:06:50.000Z | Revolved/RVSegment.h | tomjal/Revolved | c817c1533519ca528e34c56662416c686ce71f9b | [
"BSD-3-Clause"
] | 37 | 2015-01-07T11:47:50.000Z | 2020-12-11T08:23:02.000Z | //
// Segment.h
// Revolved
//
// Created by Bartosz Ciechanowski on 03.08.2013.
// Copyright (c) 2013 Bartosz Ciechanowski. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "RVPoint.h"
#import "RVSegmentConnection.h"
#import "SegmentEnd.h"
typedef struct SegmentTesselation {
GLKVector2 p;
GLKVector2 n;
} SegmentTesselation;
typedef SegmentTesselation (^SegmentTesselator)(float t);
@class RVEndPoint, RVControlPoint, RVAnchorPoint;
@interface RVSegment : NSObject
@property (nonatomic) NSUInteger colorIndex;
- (RVEndPoint *)endPointAtSegmentEnd:(SegmentEnd)segmentEnd;
- (RVControlPoint *)controlPointAtSegmentEnd:(SegmentEnd)segmentEnd;
- (RVAnchorPoint *)anchorPointAtSegmentEnd:(SegmentEnd)segmentEnd;
- (RVSegmentConnection *)connectionAtSegmentEnd:(SegmentEnd)segmentEnd;
- (void)setConnection:(RVSegmentConnection *)conncetion atSegmentEnd:(SegmentEnd)segmentEnd;
- (NSUInteger)modelTesselationSegments;
- (NSUInteger)lineTesselationSegments;
- (SegmentTesselator)tesselator;
- (void)adjustAnchorPoints;
- (float)hitSquareDistance:(GLKVector2)point;
- (NSArray *)endPoints;
- (NSArray *)controlPoints;
- (NSArray *)anchorPoints;
- (NSSet *)draggablePoints;
- (NSSet *)allPoints;
@end
| 22.581818 | 92 | 0.772947 |
5d39bbf27d422b5dd14d1db05e37a65363c5597d | 938 | h | C | AtriusCore.framework/Headers/ATRSiteManager.h | deanandreakis/atl-demo-ios-app | 0b55210736bf39529aab68fed01919d2ce5efce9 | [
"MIT"
] | null | null | null | AtriusCore.framework/Headers/ATRSiteManager.h | deanandreakis/atl-demo-ios-app | 0b55210736bf39529aab68fed01919d2ce5efce9 | [
"MIT"
] | null | null | null | AtriusCore.framework/Headers/ATRSiteManager.h | deanandreakis/atl-demo-ios-app | 0b55210736bf39529aab68fed01919d2ce5efce9 | [
"MIT"
] | null | null | null | //
// ATRSiteManager.h
// AtriusCore
//
// Created by Satya Mukkavilli on 8/23/17.
// Copyright © 2017 Acuity Brands. All rights reserved.
//
#import <Foundation/Foundation.h>
@protocol ATRSiteManagerDelegate;
@interface ATRSiteManager : NSObject
/**
Fetches a list of all available sites for the provided token in ATRCore.
*/
-(void)fetchAllSites;
/**
The delegate to be called in response to ATR site Manager listener.
*/
@property (weak, nonatomic,nullable, getter=getDelegate, setter=setDelegate:)id<ATRSiteManagerDelegate> delegate;
@end
@protocol ATRSiteManagerDelegate <NSObject>
/**
Called by framework when the list of sites are available after the download task is complete
@param siteList value indicates the array list of sites available
@param isError value indicates if an error occured retrieving the site list*/
-(void)onAtrSiteListReady: (NSArray *_Nullable) siteList andError:(BOOL)isError;
@end
| 23.45 | 113 | 0.763326 |
f6272ad14463ae086e14583ccbbd4922a1fb6e75 | 980 | h | C | src/macro.h | elehcim/WVTICs | 91a0e46425cb38ab81dd2d289a1e886abbb07c03 | [
"MIT"
] | 5 | 2019-07-29T04:44:13.000Z | 2022-03-25T08:18:47.000Z | src/macro.h | elehcim/WVTICs | 91a0e46425cb38ab81dd2d289a1e886abbb07c03 | [
"MIT"
] | 1 | 2021-02-23T12:22:14.000Z | 2021-02-23T12:22:14.000Z | src/macro.h | elehcim/WVTICs | 91a0e46425cb38ab81dd2d289a1e886abbb07c03 | [
"MIT"
] | 2 | 2019-07-29T09:38:57.000Z | 2021-02-19T12:31:56.000Z | /* Try to avoid macros (especially global ones). If you can't do without
* dump them here */
#if __STDC_VERSION__ < 199901L
# error Recompile with C99 support
#endif
#define Assert(...) Assert_Info(__func__, __FILE__, __LINE__, __VA_ARGS__)
#define Reallocate_P(...) Reallocate_P_Info(__func__, __FILE__, __LINE__, __VA_ARGS__)
#define Malloc(x) Malloc_info( __func__, __FILE__, __LINE__, x)
#define Realloc(x,y) Realloc_info(__func__, __FILE__, __LINE__, x, y)
#define Free(x) Free_info(__func__, __FILE__, __LINE__, x)
#define Profile(x) Profile_Info(__func__, __FILE__, __LINE__, x)
#define min(a,b) ((a)<(b)?(a):(b)) // this doesnt always work: c = max(a++, b)
#define max(a,b) ((a)>(b)?(a):(b))
#define len3(a) sqrt(a[0]*a[0] + a[1]*a[1] + a[2]*a[2]) // these are slow !
#define len2(a) sqrt(a[0]*a[0] + a[1]*a[1])
#define len3_sq(a) (a[0]*a[0] + a[1]*a[1] + a[2]*a[2])
#define len2_sq(a) (a[0]*a[0] + a[1]*a[1])
#define p2(a) ((a)*(a))
#define p3(a) ((a)*(a)*(a))
| 33.793103 | 86 | 0.652041 |
5e699824b4973aaadd203f66eefe2bb0882f768b | 4,082 | h | C | RCModel/RCModelDefine.h | sunchengxiu/SCXKit | 245aa89449d8a302634aee5d10fa9e0a5170f9c2 | [
"MIT"
] | null | null | null | RCModel/RCModelDefine.h | sunchengxiu/SCXKit | 245aa89449d8a302634aee5d10fa9e0a5170f9c2 | [
"MIT"
] | null | null | null | RCModel/RCModelDefine.h | sunchengxiu/SCXKit | 245aa89449d8a302634aee5d10fa9e0a5170f9c2 | [
"MIT"
] | null | null | null | //
// RCModelDefine.h
// RCModel
//
// Copyed and modified by 孙承秀 on 2018/10/15.
// Thank you for YY
// YYKit <https://github.com/ibireme/YYKit>
//
// Created by ibireme on 15/5/9.
// Copyright (c) 2015 ibireme.
//
// This source code is licensed under the MIT-style license found in the
// LICENSE file in the root directory of this source tree.
//
#ifndef RCModelDefine_h
#define RCModelDefine_h
/**
encoding type
*/
typedef NS_OPTIONS(NSUInteger, RCEncodingType) {
/**
类型编码
*/
RCEncodingTypeMask = 0xFF ,
/**
unknow
*/
RCEncodingTypeUnknow = 0 ,
/**
void
*/
RCEncodingTypeVoid = 1 ,
/**
bool
*/
RCEncodingTypeBool = 2 ,
/**
char / bool
*/
RCEncodingTypeInt8 = 3 ,
/**
unsigned char
*/
RCEncodingTypeUInt8 = 4 ,
/**
short
*/
RCEncodingTypeInt16 = 5 ,
/**
unsigned short
*/
RCEncodingTypeUInt16 = 6 ,
/**
int
*/
RCEncodingTypeInt32 = 7 ,
/**
unsigned int
*/
RCEncodingTypeUInt32 = 8 ,
/**
long long
*/
RCEncodingTypeInt64 = 9 ,
/**
unsigned long long
*/
RCEncodingTypeUInt64 = 10 ,
/**
float
*/
RCEncodingTypeFloat = 11 ,
/**
double
*/
RCEncodingTypeDouble = 12 ,
/**
long double
*/
RCEncodingTypeLongDouble= 13 ,
/**
id
*/
RCEncodingTypeObject = 14 ,
/**
class
*/
RCEncodingTypeClass = 15 ,
/**
SEL
*/
RCEncodingTypeSEL = 16 ,
/**
Block
*/
RCEncodingTypeBlock = 17 ,
/**
void *
*/
RCEncodingTypePointer = 18 ,
/**
struct
*/
RCEncodingTypeStruct = 19 ,
/**
union
*/
RCEncodingTypeUnion =20 ,
/**
CString (char *)
*/
RCEncodingTypeCString = 21 ,
/**
CArray (char[10])
*/
RCEncodingTypeCArray = 22 ,
/**
方法编码修饰符
*/
RCEncodingTypeQualifierMask = 0xFF00 ,
/**
const
*/
RCEncodingTypeQualifierConst = 1 << 8 ,
/**
in
*/
RCEncodingTypeQualifierIn = 1 << 9 ,
/**
inout
*/
RCEncodingTypeQualifierInout = 1 << 10 ,
/**
out
*/
RCEncodingTypeQualifierOut = 1 << 11 ,
/**
Bycopy
*/
RCEncodingTypeQualifierBycopy = 1 << 12 ,
/**
Byref
*/
RCEncodingTypeQualifierByref = 1 << 13 ,
/**
oneway
*/
RCEncodingTypeQualifierOneway = 1 << 14 ,
/**
修饰类型
*/
RCEncodingTypePropertyMask = 0xFF0000 ,
/**
readonly
*/
RCEncodingTypePropertyReadonly = 1 << 16,
/**
copy
*/
RCEncodingTypePropertyCopy = 1 << 17,
/**
retain
*/
RCEncodingTypePropertyRetain = 1 << 18,
/**
nonatomic
*/
RCEncodingTypePropertyNonatomic = 1 << 19,
/**
weak
*/
RCEncodingTypePropertyWeak = 1 << 20,
/**
custom getter
*/
RCEncodingTypePropertyCustomGetter = 1 << 21,
/**
custom setter
*/
RCEncodingTypePropertyCustomSetter = 1 << 22,
/**
dynamic
*/
RCEncodingTypePropertyDynamic = 1 << 23,
};
typedef NS_ENUM (NSUInteger, RCEncodingNSType) {
RCEncodingTypeNSUnknown = 0,
RCEncodingTypeNSString,
RCEncodingTypeNSMutableString,
RCEncodingTypeNSValue,
RCEncodingTypeNSNumber,
RCEncodingTypeNSDecimalNumber,
RCEncodingTypeNSData,
RCEncodingTypeNSMutableData,
RCEncodingTypeNSDate,
RCEncodingTypeNSURL,
RCEncodingTypeNSArray,
RCEncodingTypeNSMutableArray,
RCEncodingTypeNSDictionary,
RCEncodingTypeNSMutableDictionary,
RCEncodingTypeNSSet,
RCEncodingTypeNSMutableSet,
};
#endif /* RCModelDefine_h */
| 16.459677 | 73 | 0.515434 |
5e7a7f0b5f4111c159db38a42ae2b6024e74b207 | 314 | h | C | frame.h | gavanfantom/hello-firmware | e7516ae45d83657b4256d39f343026d4df1e6c2e | [
"MIT"
] | 6 | 2019-07-25T12:08:12.000Z | 2021-02-24T15:10:42.000Z | frame.h | gavanfantom/hello-firmware | e7516ae45d83657b4256d39f343026d4df1e6c2e | [
"MIT"
] | 3 | 2019-08-23T10:26:23.000Z | 2021-03-18T15:18:45.000Z | frame.h | gavanfantom/hello-firmware | e7516ae45d83657b4256d39f343026d4df1e6c2e | [
"MIT"
] | null | null | null | /* frame.h */
#ifndef FRAME_H
#define FRAME_H
#define IDLE_FRAME_RATE 50
extern uint8_t *screen_buf;
void frame_init(void);
#define DISPLAY_NOTHING 0
#define DISPLAY_IMAGE 1
#define DISPLAY_VIDEO 2
extern int displaytype;
void set_frame_rate(int frame_rate);
void frame_update(void);
#endif /* FRAME_H */
| 13.652174 | 36 | 0.767516 |
39273910914680f59be402000d6994e22067202a | 1,502 | h | C | include/khorne/Skarbrand.h | rweyrauch/AoSSimulator | d2bfbbe0fab904cc543f1a01e62e0b82cf67c27b | [
"MIT"
] | 5 | 2019-02-01T01:41:19.000Z | 2021-06-17T02:16:13.000Z | include/khorne/Skarbrand.h | rweyrauch/AoSSimulator | d2bfbbe0fab904cc543f1a01e62e0b82cf67c27b | [
"MIT"
] | 2 | 2020-01-14T16:57:42.000Z | 2021-04-01T00:53:18.000Z | include/khorne/Skarbrand.h | rweyrauch/AoSSimulator | d2bfbbe0fab904cc543f1a01e62e0b82cf67c27b | [
"MIT"
] | 1 | 2019-03-02T20:03:51.000Z | 2019-03-02T20:03:51.000Z | /*
* Warhammer Age of Sigmar battle simulator.
*
* Copyright (C) 2019 by Rick Weyrauch - rpweyrauch@gmail.com
*
* This code is licensed under the MIT license (MIT) (http://opensource.org/licenses/MIT)
*/
#pragma once
#include <khorne/KhorneBase.h>
#include <Weapon.h>
namespace Khorne {
class Skarbrand : public KhorneBase {
public:
static Unit *Create(const ParameterList ¶meters);
static int ComputePoints(const ParameterList& parameters);
static void Init();
Skarbrand(SlaughterHost host, bool isGeneral);
Skarbrand() = delete;
~Skarbrand() override = default;
protected:
size_t getDamageTableIndex() const;
void onWounded() override;
Rerolls chargeRerolls() const override;
int generateMortalWounds(const Unit *unit) override;
void onStartShooting(PlayerId player) override;
void onEndRound(int battleRound) override;
private:
bool m_attackedInPreviousRound = false;
Weapon m_slaughter{Weapon::Type::Melee, "Slaughter", 2, 5, 4, 3, -2, 3},
m_carnage{Weapon::Type::Melee, "Carnage", 2, 1, 4, 0, 0, 0};
static bool s_registered;
};
//
// Abilities Implemented
// -------------------------------------------
// Skarbrand's Rage Yes
// Roar of Total Rage Yes
// Total Carnage Yes
// Inescapable Wrath Yes
//
} // namespace Khorne
| 23.46875 | 89 | 0.59787 |
fbe61ff3ac1820911732c83aa89abe42a115535e | 2,099 | h | C | src/modules/sdk_net/sdk_request.h | wotsen/learning_platform_server | 38b3483ae5496927acec53c179a78f86f403e2d3 | [
"MIT"
] | null | null | null | src/modules/sdk_net/sdk_request.h | wotsen/learning_platform_server | 38b3483ae5496927acec53c179a78f86f403e2d3 | [
"MIT"
] | null | null | null | src/modules/sdk_net/sdk_request.h | wotsen/learning_platform_server | 38b3483ae5496927acec53c179a78f86f403e2d3 | [
"MIT"
] | 1 | 2020-02-16T09:57:01.000Z | 2020-02-16T09:57:01.000Z | /**
* @file sdk_request.h
* @author yuwangliang (astralrovers@outlook.com)
* @brief
* @version 0.1
* @date 2020-01-29
*
* @copyright Copyright (c) 2020
*
*/
#pragma once
#include <string>
#include <inttypes.h>
#include "base/sdk_protocol/in_sdk.pb.h"
using namespace insider::sdk;
namespace wotsen
{
/**
* @brief sdk 网络接口
*
*/
struct SdkNetInterface {
insider::sdk::IpVersion ip_version; ///< ip版本
insider::sdk::TransProto trans_protocol; ///< 传输层
std::string interface; ///< 本地网口
std::string gateway; ///< 本地网关
std::string src_ip; ///< 源地址
uint32_t src_port; ///< 源端口
std::string des_ip; ///< 目的地址
uint32_t des_port; ///< 目的端口
};
/**
* @brief 消息头,FIXME:可以去掉
*
*/
struct SdkMsgHead
{
OperationType method;
// TODO
};
/**
* @brief sdk请求
*
*/
struct SdkRequest
{
public:
SdkRequest(const SdkNetInterface &interface, const SdkMsgHead &head, const Sdk &request, Sdk &response) :
interface(interface), head(head), request(request), response(response) {}
const SdkNetInterface &interface; ///< 网络接口信息
const SdkMsgHead &head; ///< 消息头
const Sdk &request; ///< sdk请求消息
Sdk &response; ///< sdk相应消息
// TODO:增加透传通道
};
// 设置sdk响应码
void sdk_set_result(const insider::sdk::ResponseResult &status_code, const std::string &code, insider::sdk::Sdk &sdk_res);
void sdk_set_result(const insider::sdk::ResponseResult &status_code, const char *code, insider::sdk::Sdk &sdk_res);
// 设置业务内容响应码
void sdk_content_set_result(const insider::sdk::ContentResultE &status_code, const std::string &code, insider::sdk::Sdk &sdk_res);
void sdk_content_set_result(const insider::sdk::ContentResultE &status_code, const char *code, insider::sdk::Sdk &sdk_res);
void sdk_content_set_result(const insider::sdk::ContentResultE &status_code, insider::sdk::Sdk &sdk_res);
void sdk_content_set_result(const std::string &code, insider::sdk::Sdk &sdk_res);
void sdk_content_set_result(const char *code, insider::sdk::Sdk &sdk_res);
} // !namespace wotsen
| 27.25974 | 131 | 0.667461 |
06a61c80923a3cfe6ca5f0fb58e155a30258d301 | 2,954 | h | C | src/tools/examples/mcurvit/QvisColorManagerWidget.h | visit-dav/vis | c08bc6e538ecd7d30ddc6399ec3022b9e062127e | [
"BSD-3-Clause"
] | 226 | 2018-12-29T01:13:49.000Z | 2022-03-30T19:16:31.000Z | src/tools/examples/mcurvit/QvisColorManagerWidget.h | visit-dav/vis | c08bc6e538ecd7d30ddc6399ec3022b9e062127e | [
"BSD-3-Clause"
] | 5,100 | 2019-01-14T18:19:25.000Z | 2022-03-31T23:08:36.000Z | src/tools/examples/mcurvit/QvisColorManagerWidget.h | visit-dav/vis | c08bc6e538ecd7d30ddc6399ec3022b9e062127e | [
"BSD-3-Clause"
] | 84 | 2019-01-24T17:41:50.000Z | 2022-03-10T10:01:46.000Z | // Copyright (c) Lawrence Livermore National Security, LLC and other VisIt
// Project developers. See the top-level LICENSE file for dates and other
// details. No copyright assignment is required to contribute to VisIt.
#ifndef QVIS_COLOR_MANAGER_WIDGET_H
#define QVIS_COLOR_MANAGER_WIDGET_H
#include <gui_exports.h>
#include <vector>
#include <QColor>
#include <QLayout>
#include <QScrollArea>
#include <QString>
// Forward declarations.
class QGrid;
class QLabel;
class QvisColorButton;
class QvisOpacitySlider;
// ****************************************************************************
// Class: QvisColorManagerWidget
//
// Purpose:
// This class contains a list of names items and can select colors and
// opacities for them.
//
// Notes:
//
// Programmer: Brad Whitlock
// Creation: Fri Dec 8 16:28:39 PST 2000
//
// Modifications:
// Brad Whitlock, Fri Feb 16 17:46:57 PST 2001
// Made the column header labels class members and added methods to set
// the text that is displayed in them.
//
// Brad Whitlock, Thu Sep 6 15:25:19 PST 2001
// Added a method that is called when the palette changes.
//
// Brad Whitlock, Thu Aug 22 12:12:25 PDT 2002
// I added an override for the setEnabled method.
//
// Brad Whitlock, Tue Jul 15 15:01:03 PDT 2008
// Qt 4.
//
// ****************************************************************************
class GUI_API QvisColorManagerWidget : public QScrollArea
{
Q_OBJECT
typedef struct
{
QLabel *nameLabel;
QvisColorButton *colorBox;
QvisOpacitySlider *opacitySlider;
} ColorEntry;
typedef std::vector<ColorEntry *> ColorEntryVector;
public:
QvisColorManagerWidget(QWidget *parent = 0);
virtual ~QvisColorManagerWidget();
virtual QSize sizeHint() const;
virtual void setEnabled(bool val);
void addEntry(const QString &name, const QColor &color, int opacity);
void removeLastEntry();
void setEntry(int index, const QString &name, const QColor &color,
int opacity);
void setAttributeName(int index, const QString &name);
void setColor(int index, const QColor &color);
void setOpacity(int index, int opacity);
void setNameLabelText(const QString &s);
void setColorLabelText(const QString &s);
void setOpacityLabelText(const QString &s);
int numEntries() const;
QString name(int index) const;
QColor color(int index) const;
int opacity(int index) const;
signals:
void colorChanged(const QColor &color, int index);
void opacityChanged(int opacity, int index);
private slots:
void selectedColor(const QColor &color, const void *userData);
void changedOpacity(int opacity, const void *userData);
private:
QWidget *top;
QGridLayout *grid;
QLabel *nameLabel;
QLabel *colorLabel;
QLabel *opacityLabel;
ColorEntryVector colorEntries;
};
#endif
| 29.838384 | 79 | 0.659106 |
197e59da713f32d8fb23e575add9346f0953b0d8 | 23,944 | c | C | windows/core/ntuser/imm/layout.c | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | windows/core/ntuser/imm/layout.c | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | windows/core/ntuser/imm/layout.c | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | /**************************************************************************\
* Module Name: layout.c (corresponds to Win95 ime.c)
*
* Copyright (c) 1985 - 1999, Microsoft Corporation
*
* IME Keyboard Layout related functionality
*
* History:
* 03-Jan-1996 wkwok Created
\**************************************************************************/
#include "precomp.h"
#pragma hdrstop
/*
* Local Defines.
*/
#define szLZOpenFileW "LZOpenFileW"
#define szLZCopy "LZCopy"
#define szLZClose "LZClose"
typedef HFILE (WINAPI *LPFNLZOPENFILEW)(LPTSTR, LPOFSTRUCT, WORD);
typedef LONG (WINAPI *LPFNLZCOPY)(INT, INT);
typedef VOID (WINAPI *LPFNLZCLOSE)(INT);
/*
* Local Routines.
*/
UINT StrToUInt(LPWSTR);
VOID UIntToStr(UINT, ULONG, LPWSTR, USHORT);
BOOL CopyImeFile(LPWSTR, LPCWSTR);
INT GetImeLayout(PIMELAYOUT, INT);
BOOL WriteImeLayout(HKL, LPCWSTR, LPCWSTR);
HKL AssignNewLayout(INT, PIMELAYOUT, HKL);
/***************************************************************************\
* ImmGetIMEFileNameW
*
* Gets the description of the IME with the specified HKL.
*
* History:
* 28-Feb-1995 wkwok Created
\***************************************************************************/
UINT WINAPI ImmGetDescriptionW(
HKL hKL,
LPWSTR lpwszDescription,
UINT uBufLen)
{
IMEINFOEX iiex;
UINT uRet;
if (!ImmGetImeInfoEx(&iiex, ImeInfoExKeyboardLayout, &hKL))
return 0;
#if defined(CUAS_ENABLE)
if (!IS_IME_KBDLAYOUT(hKL))
return 0;
#endif
uRet = wcslen(iiex.wszImeDescription);
/*
* ask buffer length
*/
if (uBufLen == 0)
return uRet;
if (uBufLen > uRet) {
wcscpy(lpwszDescription, iiex.wszImeDescription);
}
else {
uRet = uBufLen - 1;
wcsncpy(lpwszDescription, iiex.wszImeDescription, uRet);
lpwszDescription[uRet] = L'\0';
}
return uRet;
}
/***************************************************************************\
* ImmGetIMEFileNameA
*
* Gets the description of the IME with the specified HKL.
*
* History:
* 28-Feb-1995 wkwok Created
\***************************************************************************/
UINT WINAPI ImmGetDescriptionA(
HKL hKL,
LPSTR lpszDescription,
UINT uBufLen)
{
IMEINFOEX iiex;
INT i;
BOOL bUDC;
if (!ImmGetImeInfoEx(&iiex, ImeInfoExKeyboardLayout, &hKL))
return 0;
#if defined(CUAS_ENABLE)
if (!IS_IME_KBDLAYOUT(hKL))
return 0;
#endif
i = WideCharToMultiByte(CP_ACP,
(DWORD)0,
(LPWSTR)iiex.wszImeDescription, // src
wcslen(iiex.wszImeDescription),
lpszDescription, // dest
uBufLen,
(LPSTR)NULL,
(LPBOOL)&bUDC);
if (uBufLen != 0)
lpszDescription[i] = '\0';
return (UINT)i;
}
/***************************************************************************\
* ImmGetIMEFileNameW
*
* Gets the file name of the IME with the specified HKL.
*
* History:
* 28-Feb-1995 wkwok Created
\***************************************************************************/
UINT WINAPI ImmGetIMEFileNameW(
HKL hKL,
LPWSTR lpwszFile,
UINT uBufLen)
{
IMEINFOEX iiex;
UINT uRet;
if (!ImmGetImeInfoEx(&iiex, ImeInfoExKeyboardLayout, &hKL))
return 0;
#if defined(CUAS_ENABLE)
if (!IS_IME_KBDLAYOUT(hKL))
{
//
// #602631
//
// Ichitaro12 ATOKLIB.DLL does not check the return value of
// ImmGetIMEFileName()
//
if (uBufLen)
*lpwszFile = L'\0';
return 0;
}
#endif
uRet = wcslen(iiex.wszImeFile);
/*
* ask buffer length
*/
if (uBufLen == 0)
return uRet;
if (uBufLen > uRet) {
wcscpy(lpwszFile, iiex.wszImeFile);
}
else {
uRet = uBufLen - 1;
wcsncpy(lpwszFile, iiex.wszImeFile, uRet);
lpwszFile[uRet] = L'\0';
}
return uRet;
}
/***************************************************************************\
* ImmGetIMEFileNameA
*
* Gets the file name of the IME with the specified HKL.
*
* History:
* 28-Feb-1995 wkwok Created
\***************************************************************************/
UINT WINAPI ImmGetIMEFileNameA(
HKL hKL,
LPSTR lpszFile,
UINT uBufLen)
{
IMEINFOEX iiex;
INT i;
BOOL bUDC;
if (!ImmGetImeInfoEx(&iiex, ImeInfoExKeyboardLayout, &hKL))
return 0;
#if defined(CUAS_ENABLE)
if (!IS_IME_KBDLAYOUT(hKL))
{
//
// #602631
//
// Ichitaro12 ATOKLIB.DLL does not check the return value of
// ImmGetIMEFileName()
//
if (uBufLen)
*lpszFile = '\0';
return 0;
}
#endif
i = WideCharToMultiByte(CP_ACP,
(DWORD)0,
(LPWSTR)iiex.wszImeFile, // src
wcslen(iiex.wszImeFile),
lpszFile, // dest
uBufLen,
(LPSTR)NULL,
(LPBOOL)&bUDC);
if (uBufLen != 0)
lpszFile[i] = '\0';
return i;
}
/***************************************************************************\
* ImmGetProperty
*
* Gets the property and capability of the IME with the specified HKL.
*
* History:
* 28-Feb-1995 wkwok Created
\***************************************************************************/
DWORD WINAPI ImmGetProperty(
HKL hKL,
DWORD dwIndex)
{
IMEINFOEX iiex;
PIMEDPI pImeDpi = NULL;
PIMEINFO pImeInfo;
DWORD dwRet;
if (!ImmGetImeInfoEx(&iiex, ImeInfoExKeyboardLayout, &hKL))
return 0;
if (dwIndex == IGP_GETIMEVERSION)
return iiex.dwImeWinVersion;
if (iiex.fLoadFlag != IMEF_LOADED) {
pImeDpi = FindOrLoadImeDpi(hKL);
if (pImeDpi == NULL) {
RIPMSG0(RIP_WARNING, "ImmGetProperty: load IME failure.");
return 0;
}
pImeInfo = &pImeDpi->ImeInfo;
}
else {
pImeInfo = &iiex.ImeInfo;
}
switch (dwIndex) {
case IGP_PROPERTY:
dwRet = pImeInfo->fdwProperty;
break;
case IGP_CONVERSION:
dwRet = pImeInfo->fdwConversionCaps;
break;
case IGP_SENTENCE:
dwRet = pImeInfo->fdwSentenceCaps;
break;
case IGP_UI:
dwRet = pImeInfo->fdwUICaps;
break;
case IGP_SETCOMPSTR:
dwRet = pImeInfo->fdwSCSCaps;
break;
case IGP_SELECT:
dwRet = pImeInfo->fdwSelectCaps;
break;
default:
RIPMSG1(RIP_WARNING, "ImmGetProperty: wrong index %lx.", dwIndex);
dwRet = 0;
break;
}
ImmUnlockImeDpi(pImeDpi);
return dwRet;
}
HKL WINAPI ImmInstallIMEW(
LPCWSTR lpszIMEFileName,
LPCWSTR lpszLayoutText)
{
LPWSTR lpwszImeFileName;
LPWSTR lpwszImeFilePart;
LPWSTR lpwszImeCopiedPath;
int i, nIMEs;
PIMELAYOUT pImeLayout = NULL;
HKL hImeKL, hLangKL;
WCHAR szKeyName[HEX_ASCII_SIZE];
IMEINFOEX iiex;
lpwszImeFileName = ImmLocalAlloc(0, (MAX_PATH+1) * sizeof(WCHAR));
if (lpwszImeFileName == NULL)
return (HKL)0;
lpwszImeCopiedPath = ImmLocalAlloc(0, (MAX_PATH+1) * sizeof(WCHAR));
if (lpwszImeCopiedPath == NULL) {
ImmLocalFree(lpwszImeFileName);
return (HKL)0;
}
/*
* Get the file name only into lpwszImeFilePart
*/
GetFullPathNameW(lpszIMEFileName, MAX_PATH,
lpwszImeFileName, &lpwszImeFilePart);
CharUpper(lpwszImeFileName);
if (lpwszImeFilePart == NULL) {
ImmLocalFree(lpwszImeFileName);
ImmLocalFree(lpwszImeCopiedPath);
return (HKL)0;
}
hImeKL = hLangKL = iiex.hkl = (HKL)0;
wcsncpy(iiex.wszImeFile, lpwszImeFilePart, IM_FILE_SIZE-1);
iiex.wszImeFile[IM_FILE_SIZE - 1] = L'\0';
if (LoadVersionInfo(&iiex) && iiex.hkl != (HKL)0) {
hLangKL = iiex.hkl;
}
else {
ImmLocalFree(lpwszImeFileName);
ImmLocalFree(lpwszImeCopiedPath);
return (HKL)0;
}
nIMEs = GetImeLayout(NULL, 0);
if (nIMEs != 0) {
pImeLayout = (PIMELAYOUT)ImmLocalAlloc(0, nIMEs * sizeof(IMELAYOUT));
if (pImeLayout == NULL) {
ImmLocalFree(lpwszImeFileName);
ImmLocalFree(lpwszImeCopiedPath);
return (HKL)0;
}
GetImeLayout(pImeLayout, nIMEs);
for (i=0; i < nIMEs; i++) {
if (_wcsicmp(pImeLayout[i].szImeName, lpwszImeFilePart) == 0) {
/*
* We got the same IME name, ISV wants to upgrade.
*/
if (LOWORD(HandleToUlong(hLangKL)) != LOWORD(HandleToUlong(pImeLayout[i].hImeKL))) {
/*
* IME name conflict, blow out!
*/
RIPMSG0(RIP_WARNING, "ImmInstallIME: different language!");
goto ImmInstallIMEWFailed;
}
hImeKL = pImeLayout[i].hImeKL;
break;
}
}
}
if (ImmGetImeInfoEx(&iiex, ImeInfoExImeFileName, lpwszImeFilePart)) {
/*
* The specified IME has been activated. Unload it first.
*/
if (!UnloadKeyboardLayout(iiex.hkl)) {
hImeKL = (HKL)0;
goto ImmInstallIMEWFailed;
}
}
/*
* We will copy to system directory
*/
#if 0
i = (INT)GetSystemDirectory(lpwszImeCopiedPath, MAX_PATH);
lpwszImeCopiedPath[i] = L'\0';
AddBackslash(lpwszImeCopiedPath);
wcscat(lpwszImeCopiedPath, lpwszImeFilePart);
#else
GetSystemPathName(lpwszImeCopiedPath, lpwszImeFilePart, MAX_PATH);
#endif
CharUpper(lpwszImeCopiedPath);
if (_wcsicmp(lpwszImeFileName, lpwszImeCopiedPath) != 0) {
/*
* path is different, need to copy into system directory
*/
if (!CopyImeFile(lpwszImeFileName, lpwszImeCopiedPath)) {
hImeKL = (HKL)0;
goto ImmInstallIMEWFailed;
}
}
if (hImeKL == 0) {
hImeKL = AssignNewLayout(nIMEs, pImeLayout, hLangKL);
}
if (hImeKL != 0) {
/*
* Write HKL under "keyboard layouts"
*/
if (WriteImeLayout(hImeKL, lpwszImeFilePart, lpszLayoutText)) {
UIntToStr(HandleToUlong(hImeKL), 16, szKeyName, sizeof(szKeyName));
hImeKL = LoadKeyboardLayout(szKeyName, KLF_REPLACELANG);
}
else {
hImeKL = (HKL)0;
}
}
ImmInstallIMEWFailed:
if (pImeLayout != NULL)
ImmLocalFree(pImeLayout);
ImmLocalFree(lpwszImeFileName);
ImmLocalFree(lpwszImeCopiedPath);
return (HKL)hImeKL;
}
HKL WINAPI ImmInstallIMEA(
LPCSTR lpszIMEFileName,
LPCSTR lpszLayoutText)
{
HKL hKL;
LPWSTR lpwszIMEFileName;
LPWSTR lpwszLayoutText;
DWORD cbIMEFileName;
DWORD cbLayoutText;
INT i;
cbIMEFileName = strlen(lpszIMEFileName) + sizeof(CHAR);
cbLayoutText = strlen(lpszLayoutText) + sizeof(CHAR);
lpwszIMEFileName = ImmLocalAlloc(0, cbIMEFileName * sizeof(WCHAR));
if (lpwszIMEFileName == NULL) {
RIPMSG0(RIP_WARNING, "ImmInstallIMEA: memory failure!");
return (HKL)0;
}
lpwszLayoutText = ImmLocalAlloc(0, cbLayoutText * sizeof(WCHAR));
if (lpwszLayoutText == NULL) {
RIPMSG0(RIP_WARNING, "ImmInstallIMEA: memory failure!");
ImmLocalFree(lpwszIMEFileName);
return (HKL)0;
}
i = MultiByteToWideChar(CP_ACP,
(DWORD)MB_PRECOMPOSED,
(LPSTR)lpszIMEFileName, // src
(INT)strlen(lpszIMEFileName),
(LPWSTR)lpwszIMEFileName, // dest
(INT)cbIMEFileName);
lpwszIMEFileName[i] = L'\0';
i = MultiByteToWideChar(CP_ACP,
(DWORD)MB_PRECOMPOSED,
(LPSTR)lpszLayoutText, // src
(INT)strlen(lpszLayoutText),
(LPWSTR)lpwszLayoutText, // dest
(INT)cbLayoutText);
lpwszLayoutText[i] = L'\0';
hKL = ImmInstallIMEW(lpwszIMEFileName, lpwszLayoutText);
ImmLocalFree(lpwszLayoutText);
ImmLocalFree(lpwszIMEFileName);
return hKL;
}
/***************************************************************************\
* ImmIsIME
*
* Checks whether the specified hKL is a HKL of an IME or not.
*
* History:
* 28-Feb-1995 wkwok Created
\***************************************************************************/
BOOL WINAPI ImmIsIME(
HKL hKL)
{
IMEINFOEX iiex;
#if !defined(CUAS_ENABLE)
if (!ImmGetImeInfoEx(&iiex, ImeInfoExKeyboardLayout, &hKL))
return FALSE;
#else
if (!ImmGetImeInfoEx(&iiex, ImeInfoExKeyboardLayoutWithCUAS, &hKL))
return FALSE;
#endif
return TRUE;
}
UINT StrToUInt(
LPWSTR lpsz)
{
UNICODE_STRING Value;
UINT ReturnValue;
Value.Length = wcslen(lpsz) * sizeof(WCHAR);
Value.Buffer = lpsz;
/*
* Convert string to int.
*/
RtlUnicodeStringToInteger(&Value, 16, &ReturnValue);
return(ReturnValue);
}
VOID UIntToStr(
UINT Value,
ULONG Base,
LPWSTR lpsz,
USHORT dwBufLen)
{
UNICODE_STRING String;
String.Length = dwBufLen;
String.MaximumLength = dwBufLen;
String.Buffer = lpsz;
/*
* Convert int to string.
*/
RtlIntegerToUnicodeString(Value, Base, &String);
}
BOOL CopyImeFile(
LPWSTR lpwszImeFileName,
LPCWSTR lpwszImeCopiedPath)
{
HMODULE hLzExpandDll;
BOOL fUnloadExpandDll;
LPFNLZOPENFILEW lpfnLZOpenFileW;
LPFNLZCOPY lpfnLZCopy;
LPFNLZCLOSE lpfnLZClose;
OFSTRUCT ofStruc;
HFILE hfSource, hfDest;
LPSTR lpszImeCopiedPath;
INT i, cbBuffer;
BOOL fRet = FALSE;
hLzExpandDll = GetModuleHandle(L"LZ32");
if (hLzExpandDll) {
fUnloadExpandDll = FALSE;
} else {
WCHAR szLzExpand[MAX_PATH];
GetSystemPathName(szLzExpand, L"LZ32", MAX_PATH);
hLzExpandDll = LoadLibrary(szLzExpand);
if (!hLzExpandDll) {
return FALSE;
}
fUnloadExpandDll = TRUE;
}
#define GET_PROC(x) \
if (!(lpfn##x = (PVOID) GetProcAddress(hLzExpandDll, sz##x))) { \
goto CopyImeFileFailed; }
GET_PROC(LZOpenFileW);
GET_PROC(LZCopy);
GET_PROC(LZClose);
#undef GET_PROC
cbBuffer = (wcslen(lpwszImeCopiedPath) + 1) * sizeof(WCHAR);
if ((lpszImeCopiedPath = ImmLocalAlloc(0, cbBuffer)) == NULL)
goto CopyImeFileFailed;
i = WideCharToMultiByte(CP_ACP,
(DWORD)0,
lpwszImeCopiedPath, // src
wcslen(lpwszImeCopiedPath),
lpszImeCopiedPath, // dest
cbBuffer,
(LPSTR)NULL,
(LPBOOL)NULL);
if (i == 0) {
ImmLocalFree(lpszImeCopiedPath);
goto CopyImeFileFailed;
}
lpszImeCopiedPath[i] = '\0';
hfSource = (*lpfnLZOpenFileW)(lpwszImeFileName, &ofStruc, OF_READ);
if (hfSource < 0) {
ImmLocalFree(lpszImeCopiedPath);
goto CopyImeFileFailed;
}
hfDest = OpenFile(lpszImeCopiedPath, &ofStruc, OF_CREATE);
if (hfDest != HFILE_ERROR) {
if ((*lpfnLZCopy)(hfSource, hfDest) >= 0) {
fRet = TRUE;
}
_lclose(hfDest);
}
(*lpfnLZClose)(hfSource);
ImmLocalFree(lpszImeCopiedPath);
CopyImeFileFailed:
if (fUnloadExpandDll)
FreeLibrary(hLzExpandDll);
return fRet;
}
INT GetImeLayout(
PIMELAYOUT pImeLayout,
INT cEntery)
{
int i, nIMEs;
HKEY hKeyKbdLayout;
HKEY hKeyOneIME;
WCHAR szKeyName[HEX_ASCII_SIZE];
WCHAR szImeFileName[IM_FILE_SIZE];
CONST DWORD dwKeyNameSize = ARRAY_SIZE(szKeyName);
DWORD dwTmp;
RegOpenKey(HKEY_LOCAL_MACHINE, gszRegKbdLayout, &hKeyKbdLayout);
for (i = 0, nIMEs = 0;
RegEnumKey(hKeyKbdLayout, i, szKeyName, dwKeyNameSize) == ERROR_SUCCESS;
i++)
{
if (szKeyName[0] != L'E' && szKeyName[0] != L'e')
continue; // this is not an IME based keyboard layout.
if (pImeLayout != NULL) {
if (nIMEs >= cEntery)
break;
RegOpenKey(hKeyKbdLayout, szKeyName, &hKeyOneIME);
dwTmp = IM_FILE_SIZE;
RegQueryValueEx(hKeyOneIME,
gszValImeFile,
NULL,
NULL,
(LPBYTE)szImeFileName,
&dwTmp);
// avoid length problem
szImeFileName[IM_FILE_SIZE - 1] = L'\0';
RegCloseKey(hKeyOneIME);
CharUpper(szImeFileName);
pImeLayout[nIMEs].hImeKL = (HKL)IntToPtr( StrToUInt(szKeyName) );
wcscpy(pImeLayout[nIMEs].szKeyName, szKeyName);
wcscpy(pImeLayout[nIMEs].szImeName, szImeFileName);
}
nIMEs++;
}
RegCloseKey(hKeyKbdLayout);
return nIMEs;
}
BOOL WriteImeLayout(
HKL hImeKL,
LPCWSTR lpwszImeFilePart,
LPCWSTR lpszLayoutText)
{
int i;
HKEY hKeyKbdLayout;
HKEY hKeyOneIME;
HKEY hKeyKbdOrder;
WCHAR szKeyName[HEX_ASCII_SIZE];
WCHAR szImeFileName[IM_FILE_SIZE];
WCHAR szOrderNum[HEX_ASCII_SIZE];
WCHAR szOrderKeyName[HEX_ASCII_SIZE];
DWORD dwTmp;
if (RegOpenKey(HKEY_LOCAL_MACHINE,
gszRegKbdLayout,
&hKeyKbdLayout) != ERROR_SUCCESS) {
RIPMSG0(RIP_WARNING, "WriteImeLayout: RegOpenKey() failed!");
return FALSE;
}
UIntToStr(HandleToUlong(hImeKL), 16, szKeyName, sizeof(szKeyName));
if (RegCreateKey(hKeyKbdLayout,
szKeyName,
&hKeyOneIME) != ERROR_SUCCESS) {
RIPMSG0(RIP_WARNING, "WriteImeLayout: RegCreateKey() failed!");
RegCloseKey(hKeyKbdLayout);
return FALSE;
}
if (RegSetValueExW(hKeyOneIME,
gszValImeFile,
0,
REG_SZ,
(CONST BYTE*)lpwszImeFilePart,
(wcslen(lpwszImeFilePart) + 1) * sizeof(WCHAR)) != ERROR_SUCCESS) {
goto WriteImeLayoutFail;
}
if (RegSetValueExW(hKeyOneIME,
gszValLayoutText,
0,
REG_SZ,
(CONST BYTE*)lpszLayoutText,
(wcslen(lpszLayoutText) + 1) * sizeof(WCHAR)) != ERROR_SUCCESS) {
goto WriteImeLayoutFail;
}
switch (LANGIDFROMHKL(hImeKL)) {
case LANG_JAPANESE:
wcscpy(szImeFileName, L"kbdjpn.dll");
break;
case LANG_KOREAN:
wcscpy(szImeFileName, L"kbdkor.dll");
break;
case LANG_CHINESE:
default:
wcscpy(szImeFileName, L"kbdus.dll");
break;
}
if (RegSetValueExW(hKeyOneIME,
gszValLayoutFile,
0,
REG_SZ,
(CONST BYTE*)szImeFileName,
(wcslen(szImeFileName) + 1) * sizeof(WCHAR)) != ERROR_SUCCESS) {
goto WriteImeLayoutFail;
}
RegCloseKey(hKeyOneIME);
RegCloseKey(hKeyKbdLayout);
/*
* Update CurrentUser's preload keyboard layout setting
*/
RegCreateKey(HKEY_CURRENT_USER, gszRegKbdOrder, &hKeyKbdOrder);
for (i = 1; i < 1024; i++) {
UIntToStr(i, 10, szOrderNum, sizeof(szOrderNum));
dwTmp = sizeof(szOrderKeyName);
if (RegQueryValueEx(hKeyKbdOrder,
szOrderNum,
NULL,
NULL,
(LPBYTE)szOrderKeyName,
&dwTmp) != ERROR_SUCCESS) {
break;
}
if (_wcsicmp(szKeyName, szOrderKeyName) == 0) {
/*
* We have the same value in the preload!
* OK, ISV is developing their IMEs
* so even it is in preload, but it can not be loaded
*/
break;
}
}
if (i < 1024) {
/*
* Write a subkey under "preload"
*/
RegSetValueExW(hKeyKbdOrder,
szOrderNum,
0,
REG_SZ,
(CONST BYTE*)szKeyName,
(lstrlen(szKeyName) + 1) * sizeof(WCHAR));
RegCloseKey(hKeyKbdOrder);
}
else {
RegCloseKey(hKeyKbdOrder);
return FALSE;
}
return TRUE;
WriteImeLayoutFail:
RegCloseKey(hKeyOneIME);
RegDeleteKey(hKeyKbdLayout, szKeyName);
RegCloseKey(hKeyKbdLayout);
return FALSE;
}
#define IMELANGID(hkl) \
LOWORD(HandleToUlong(hkl))
#define IMELAYOUTID(hkl) \
HIWORD(HandleToUlong(hkl))
HKL AssignNewLayout(
INT nIMEs,
PIMELAYOUT pImeLayout,
HKL hLangKL)
{
DWORD dwNewId = 0;
DWORD dwHighId = 0xE01F;
DWORD dwLowId = 0xE0FF;
INT i;
/*
* We prefer the value higher than E01F for ISVs, we will use
* E001 ~ E01F in Microsoft .INF file
*/
/*
* Find out the high and low one
*/
for (i = 0; i < nIMEs; ++i) {
/*
* Let's try to keep the previous behavior, not to
* have the duplicated hiword in hkl.
*/
if (IMELAYOUTID(pImeLayout[i].hImeKL) > dwHighId) {
dwHighId = IMELAYOUTID(pImeLayout[i].hImeKL);
}
if (IMELAYOUTID(pImeLayout[i].hImeKL) < dwLowId) {
dwLowId = IMELAYOUTID(pImeLayout[i].hImeKL);
}
}
if (dwHighId < 0xE0FF) {
dwNewId = dwHighId + 1;
} else if (dwLowId > 0xE001) {
dwNewId = dwLowId - 1;
} else {
/*
* Need to find out unused hKL using full search.
* Find it one by one.
*/
DWORD dwId;
for (dwId = 0xE020; dwId < 0xE100; ++dwId) {
for (i = 0; i < nIMEs; ++i) {
if (IMELAYOUTID(pImeLayout[i].hImeKL) == dwId &&
IMELANGID(pImeLayout[i].hImeKL) == IMELANGID(hLangKL)) {
// conflicts with existing IME, try the next dwLowId
break;
}
}
if (i >= nIMEs) {
break;
}
}
if (dwId < 0xE100) {
dwNewId = dwId;
}
}
if (dwNewId == 0) {
return NULL;
}
return (HKL)UIntToPtr(MAKELONG(IMELANGID(hLangKL), dwNewId));
}
| 26.341034 | 101 | 0.511652 |
b00586c48e93c2c466851c4ef8fae7d8d2f1cb68 | 1,955 | h | C | src/cpp/include/pre-generated/EVENT/TrackerHitZCylinder.h | tmadlener/LCIO | 8f9e86b93b7d5d83221fabb872ed7e82f1638476 | [
"BSD-3-Clause"
] | 17 | 2016-09-12T15:39:23.000Z | 2021-07-27T00:25:25.000Z | src/cpp/include/pre-generated/EVENT/TrackerHitZCylinder.h | tmadlener/LCIO | 8f9e86b93b7d5d83221fabb872ed7e82f1638476 | [
"BSD-3-Clause"
] | 88 | 2016-10-03T18:49:06.000Z | 2022-03-23T18:19:28.000Z | src/cpp/include/pre-generated/EVENT/TrackerHitZCylinder.h | tmadlener/LCIO | 8f9e86b93b7d5d83221fabb872ed7e82f1638476 | [
"BSD-3-Clause"
] | 44 | 2016-09-12T15:42:26.000Z | 2021-12-02T12:33:05.000Z | // -*- C++ -*-
// AID-GENERATED
// =========================================================================
// This class was generated by AID - Abstract Interface Definition
// DO NOT MODIFY, but use the org.freehep.aid.Aid utility to regenerate it.
// =========================================================================
#ifndef EVENT_TRACKERHITZCYLINDER_H
#define EVENT_TRACKERHITZCYLINDER_H 1
#include "EVENT/TrackerHit.h"
#include "empty_ignore.h"
namespace EVENT {
/** A tracker hit on a cylindrical surface that runs parallel to the z-axis -
* the hit is stored as:<br>
* x,y,z, center(x,y), dRPhi, dz <br>
* where (x,y,z) is the position in global cartesian coordinates, center(x,y) is the center of the cylinder and
* Rphi and z are the measurement errors.
* Note the radius of the cylinder is given by R=sqrt( dx^2c+ dy^2 ) and dx=x-x_c, dy=y-y_c.
*
* @implements TrackerHit
*
* @author gaede
* @version $Id:$
*/
class TrackerHitZCylinder : public TrackerHit {
public:
/// Destructor.
virtual ~TrackerHitZCylinder() { /* nop */; }
/** Useful typedef for template programming with LCIO */
typedef TrackerHitZCylinder lcobject_type ;
/** Same name as in CalorimeterHit, even though there are no 'cells' in this case
*/
virtual int getCellID0() const = 0;
/** Same name as in CalorimeterHit, even though there are no 'cells' in this case
* Optional, check/set flag(LCIO::RTHZBIT_ID1)==1.
*/
virtual int getCellID1() const = 0;
/** Radius of cylinder.
*/
//public const float getR() const ;
/** Center of cylinder in RPhi-plane - given as (x,y).
*/
virtual const float* getCenter() const = 0;
/** Measurement error along RPhi */
virtual float getdRPhi() const = 0;
/** Measurement error along z */
virtual float getdZ() const = 0;
}; // class
} // namespace EVENT
#endif /* ifndef EVENT_TRACKERHITZCYLINDER_H */
| 31.532258 | 113 | 0.613299 |
c95dd7b21014d9c3c274c5c473b2433fe58b4fbe | 1,453 | h | C | src/main/include/common/BC_TriggerCal.h | BlueCrewRobotics/2022-RapidReact | 83d5bb57e68cbb5ef5c7f2100e30ce95a023a86b | [
"BSD-3-Clause"
] | null | null | null | src/main/include/common/BC_TriggerCal.h | BlueCrewRobotics/2022-RapidReact | 83d5bb57e68cbb5ef5c7f2100e30ce95a023a86b | [
"BSD-3-Clause"
] | null | null | null | src/main/include/common/BC_TriggerCal.h | BlueCrewRobotics/2022-RapidReact | 83d5bb57e68cbb5ef5c7f2100e30ce95a023a86b | [
"BSD-3-Clause"
] | null | null | null | /*-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=*/
/* Blue Crew Robotics #6153 */
/* Infinite Recharge 2020 */
/*-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=*/
class BC_TriggerCal {
public:
/*-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=--=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=--=+=--=+=-
// Calibrates the controller trigger to remove the deadband in the trigger.
//
// @param inverted
// Reverses the output to be negative -1.0-0.
//-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=--=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=--=+=--=+=-
*/
BC_TriggerCal(bool inverted);
/*-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=--=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=--=+=--=+=-
// Calibrates the controller trigger to remove the deadband in the trigger.
//
// @param xValue
// Input from the trigger typically 0-1.0.
// @param outputDeadband
// Deadband of when the motor starts to move when trigger is pulled.
// @param joyStickZero
// The value of the joystick that cuts the output to 0. Must be
// greater than zero, typically 0.02.
//-=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=--=+=-=+=-=+=-=+=-=+=-=+=-=+=-=+=--=+=--=+=-
*/
double GetCalibratedTrigger(double xValue, double outputDeadband,
double joyStickZero);
private:
bool m_bInverted;
}; | 41.514286 | 80 | 0.384721 |
c9a2fb16dc03a08858821fb1903ecfc775ff12a0 | 191 | h | C | Editor/src/Interfaces/IUndoable.h | mfkiwl/Cross-Platform-Game-Engine | 72e6c1adc4fc78fdd0e326cc47ed819d6aa06d3b | [
"MIT"
] | 10 | 2020-01-27T06:30:20.000Z | 2022-03-22T03:55:28.000Z | Editor/src/Interfaces/IUndoable.h | mfkiwl/Cross-Platform-Game-Engine | 72e6c1adc4fc78fdd0e326cc47ed819d6aa06d3b | [
"MIT"
] | 1 | 2021-12-31T15:35:37.000Z | 2022-01-01T10:38:06.000Z | Editor/src/Interfaces/IUndoable.h | mfkiwl/Cross-Platform-Game-Engine | 72e6c1adc4fc78fdd0e326cc47ed819d6aa06d3b | [
"MIT"
] | 1 | 2021-11-19T04:33:08.000Z | 2021-11-19T04:33:08.000Z | #pragma once
class IUndoable
{
public:
virtual void Undo(int asteps = 1) = 0;
virtual void Redo(int asteps = 1) = 0;
virtual bool CanUndo() const = 0;
virtual bool CanRedo() const = 0;
}; | 21.222222 | 39 | 0.680628 |
d764409c1c96a654100adcc0425d0c15d736e245 | 481 | h | C | CoreConcept/componentization/ComponentProtocol.h | raojunbo/iOSCoreConcept | 7ce10373518b40363f050263feaecf7413dd95e9 | [
"MIT"
] | null | null | null | CoreConcept/componentization/ComponentProtocol.h | raojunbo/iOSCoreConcept | 7ce10373518b40363f050263feaecf7413dd95e9 | [
"MIT"
] | null | null | null | CoreConcept/componentization/ComponentProtocol.h | raojunbo/iOSCoreConcept | 7ce10373518b40363f050263feaecf7413dd95e9 | [
"MIT"
] | null | null | null | //
// ComponentProtocol.h
// CoreConcept
//
// Created by rjb on 2018/9/3.
// Copyright © 2018年 rjb. All rights reserved.
//
#ifndef ComponentProtocol_h
#define ComponentProtocol_h
#import <UIKit/UIKit.h>
@protocol BookDetailComponentProtocol<NSObject>
- (UIViewController *)bookDetailViewController:(NSString *)bookId;
@end
@protocol ReviewComponentProtocol<NSObject>
- (UIViewController *)reviewController:(NSString *)bookId;
@end
#endif /* ComponentProtocol_h */
| 16.586207 | 66 | 0.752599 |
b559992c6a78c33d7b804cc1d1dd1a9715c3618a | 62,618 | h | C | firmware/export/s5l8700.h | Rockbox-Chinese-Community/Rockbox-RCC | a701aefe45f03ca391a8e2f1a6e3da1b8774b2f2 | [
"BSD-3-Clause"
] | 24 | 2015-03-10T08:43:56.000Z | 2022-01-05T14:09:46.000Z | firmware/export/s5l8700.h | Rockbox-Chinese-Community/Rockbox-RCC | a701aefe45f03ca391a8e2f1a6e3da1b8774b2f2 | [
"BSD-3-Clause"
] | 4 | 2015-07-04T18:15:33.000Z | 2018-05-18T05:33:33.000Z | firmware/export/s5l8700.h | Rockbox-Chinese-Community/Rockbox-RCC | a701aefe45f03ca391a8e2f1a6e3da1b8774b2f2 | [
"BSD-3-Clause"
] | 15 | 2015-01-21T13:58:13.000Z | 2020-11-04T04:30:22.000Z | /***************************************************************************
* __________ __ ___.
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
* Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
* \/ \/ \/ \/ \/
* $Id$
*
* Copyright (C) 2008 by Marcoen Hirschberg, Bart van Adrichem
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
****************************************************************************/
#include <inttypes.h>
#define REG8_PTR_T volatile uint8_t *
#define REG16_PTR_T volatile uint16_t *
#define REG32_PTR_T volatile uint32_t *
#define TIMER_FREQ (1843200 * 4 * 26 / 1 / 4) /* 47923200 Hz */
#define CACHEALIGN_BITS (4) /* 2^4 = 16 bytes */
/* 04. CALMADM2E */
/* Following registers are mapped on IO Area in data memory area of Calm. */
#define CONFIG0 (*(REG16_PTR_T)(0x3F000000)) /* configuration/control register 0 */
#define CONFIG1 (*(REG16_PTR_T)(0x3F000002)) /* configuration/control register 1*/
#define COMMUN (*(REG16_PTR_T)(0x3F000004)) /* Communication Control Register */
#define DDATA0 (*(REG16_PTR_T)(0x3F000006)) /* Communication data from host to ADM */
#define DDATA1 (*(REG16_PTR_T)(0x3F000008)) /* Communication data from host to ADM */
#define DDATA2 (*(REG16_PTR_T)(0x3F00000A)) /* Communication data from host to ADM */
#define DDATA3 (*(REG16_PTR_T)(0x3F00000C)) /* Communication data from host to ADM */
#define DDATA4 (*(REG16_PTR_T)(0x3F00000E)) /* Communication data from host to ADM */
#define DDATA5 (*(REG16_PTR_T)(0x3F000010)) /* Communication data from host to ADM */
#define DDATA6 (*(REG16_PTR_T)(0x3F000012)) /* Communication data from host to ADM */
#define DDATA7 (*(REG16_PTR_T)(0x3F000014)) /* Communication data from host to ADM */
#define UDATA0 (*(REG16_PTR_T)(0x3F000016)) /* Communication data from ADM to host */
#define UDATA1 (*(REG16_PTR_T)(0x3F000018)) /* Communication data from ADM to host */
#define UDATA2 (*(REG16_PTR_T)(0x3F00001A)) /* Communication data from ADM to host */
#define UDATA3 (*(REG16_PTR_T)(0x3F00001C)) /* Communication data from ADM to host */
#define UDATA4 (*(REG16_PTR_T)(0x3F00001E)) /* Communication data from ADM to host */
#define UDATA5 (*(REG16_PTR_T)(0x3F000020)) /* Communication data from ADM to host */
#define UDATA6 (*(REG16_PTR_T)(0x3F000022)) /* Communication data from ADM to host */
#define UDATA7 (*(REG16_PTR_T)(0x3F000024)) /* Communication data from ADM to host */
#define IBASE_H (*(REG16_PTR_T)(0x3F000026)) /* Higher half of start address for ADM instruction area */
#define IBASE_L (*(REG16_PTR_T)(0x3F000028)) /* Lower half of start address for ADM instruction area */
#define DBASE_H (*(REG16_PTR_T)(0x3F00002A)) /* Higher half of start address for CalmRISC data area */
#define DBASE_L (*(REG16_PTR_T)(0x3F00002C)) /* Lower half of start address for CalmRISC data area */
#define XBASE_H (*(REG16_PTR_T)(0x3F00002E)) /* Higher half of start address for Mac X area */
#define XBASE_L (*(REG16_PTR_T)(0x3F000030)) /* Lower half of start address for Mac X area */
#define YBASE_H (*(REG16_PTR_T)(0x3F000032)) /* Higher half of start address for Mac Y area */
#define YBASE_L (*(REG16_PTR_T)(0x3F000034)) /* Lower half of start address for Mac Y area */
#define S0BASE_H (*(REG16_PTR_T)(0x3F000036)) /* Higher half of start address for sequential buffer 0 area */
#define S0BASE_L (*(REG16_PTR_T)(0x3F000038)) /* Lower half of start address for sequential buffer 0 area */
#define S1BASE_H (*(REG16_PTR_T)(0x3F00003A)) /* Higher half of start address for sequential buffer 1 area */
#define S1BASE_L (*(REG16_PTR_T)(0x3F00003C)) /* Lower half of start address for sequential buffer 1 area */
#define CACHECON (*(REG16_PTR_T)(0x3F00003E)) /* Cache Control Register */
#define CACHESTAT (*(REG16_PTR_T)(0x3F000040)) /* Cache status register */
#define SBFCON (*(REG16_PTR_T)(0x3F000042)) /* Sequential Buffer Control Register */
#define SBFSTAT (*(REG16_PTR_T)(0x3F000044)) /* Sequential Buffer Status Register */
#define SBL0OFF_H (*(REG16_PTR_T)(0x3F000046)) /* Higher bits of Offset register of sequential block 0 area */
#define SBL0OFF_L (*(REG16_PTR_T)(0x3F000048)) /* Lower bits of Offset register of sequential block 0 area */
#define SBL1OFF_H (*(REG16_PTR_T)(0x3F00004A)) /* Higher bits of Offset register of sequential block 1 area */
#define SBL1OFF_L (*(REG16_PTR_T)(0x3F00004C)) /* Lower bits of Offset register of sequential block 1 area */
#define SBL0BEGIN_H (*(REG16_PTR_T)(0x3F00004E)) /* Higher bits of Begin Offset of sequential block 0 area in ring mode */
#define SBL0BEGIN_L (*(REG16_PTR_T)(0x3F000050)) /* Lower bits of Begin Offset of sequential block 0 area in ring mode */
#define SBL1BEGIN_H (*(REG16_PTR_T)(0x3F000052)) /* Higher bits of Begin Offset of sequential block 1 area in ring mode */
#define SBL1BEGIN_L (*(REG16_PTR_T)(0x3F000054)) /* Lower bits of Begin Offset of sequential block 1 area in ring mode */
#define SBL0END_H (*(REG16_PTR_T)(0x3F000056)) /* Lower bits of End Offset of sequential block 0 area in ring mode */
#define SBL0END_L (*(REG16_PTR_T)(0x3F000058)) /* Higher bits of End Offset of sequential block 0 area in ring mode */
#define SBL1END_H (*(REG16_PTR_T)(0x3F00005A)) /* Lower bits of End Offset of sequential block 1 area in ring mode */
#define SBL1END_L (*(REG16_PTR_T)(0x3F00005C)) /* Higher bits of End Offset of sequential block 1 area in ring mode */
/* Following registers are components of SFRS of the target system */
#define ADM_CONFIG (*(REG32_PTR_T)(0x39000000)) /* Configuration/Control Register */
#define ADM_COMMUN (*(REG32_PTR_T)(0x39000004)) /* Communication Control Register */
#define ADM_DDATA0 (*(REG32_PTR_T)(0x39000010)) /* Communication data from host to ADM */
#define ADM_DDATA1 (*(REG32_PTR_T)(0x39000014)) /* Communication data from host to ADM */
#define ADM_DDATA2 (*(REG32_PTR_T)(0x39000018)) /* Communication data from host to ADM */
#define ADM_DDATA3 (*(REG32_PTR_T)(0x3900001C)) /* Communication data from host to ADM */
#define ADM_DDATA4 (*(REG32_PTR_T)(0x39000020)) /* Communication data from host to ADM */
#define ADM_DDATA5 (*(REG32_PTR_T)(0x39000024)) /* Communication data from host to ADM */
#define ADM_DDATA6 (*(REG32_PTR_T)(0x39000028)) /* Communication data from host to ADM */
#define ADM_DDATA7 (*(REG32_PTR_T)(0x3900002C)) /* Communication data from host to ADM */
#define ADM_UDATA0 (*(REG32_PTR_T)(0x39000030)) /* Communication data from ADM to host */
#define ADM_UDATA1 (*(REG32_PTR_T)(0x39000034)) /* Communication data from ADM to host */
#define ADM_UDATA2 (*(REG32_PTR_T)(0x39000038)) /* Communication data from ADM to host */
#define ADM_UDATA3 (*(REG32_PTR_T)(0x3900003C)) /* Communication data from ADM to host */
#define ADM_UDATA4 (*(REG32_PTR_T)(0x39000040)) /* Communication data from ADM to host */
#define ADM_UDATA5 (*(REG32_PTR_T)(0x39000044)) /* Communication data from ADM to host */
#define ADM_UDATA6 (*(REG32_PTR_T)(0x39000048)) /* Communication data from ADM to host */
#define ADM_UDATA7 (*(REG32_PTR_T)(0x3900004C)) /* Communication data from ADM to host */
#define ADM_IBASE (*(REG32_PTR_T)(0x39000050)) /* Start Address for ADM Instruction Area */
#define ADM_DBASE (*(REG32_PTR_T)(0x39000054)) /* Start Address for CalmRISC Data Area */
#define ADM_XBASE (*(REG32_PTR_T)(0x39000058)) /* Start Address for Mac X Area */
#define ADM_YBASE (*(REG32_PTR_T)(0x3900005C)) /* Start Address for Mac Y Area */
#define ADM_S0BASE (*(REG32_PTR_T)(0x39000060)) /* Start Address for Sequential Block 0 Area */
#define ADM_S1BASE (*(REG32_PTR_T)(0x39000064)) /* Start Address for Sequential Block 1 Area */
/* 05. CLOCK & POWER MANAGEMENT */
#define CLKCON (*(REG32_PTR_T)(0x3C500000)) /* Clock control register */
#define PLL0PMS (*(REG32_PTR_T)(0x3C500004)) /* PLL PMS value register */
#define PLL1PMS (*(REG32_PTR_T)(0x3C500008)) /* PLL PMS value register */
#define PLL2PMS (*(REG32_PTR_T)(0x3C50000C)) /* PLL PMS value register - S5L8701 only? */
#define CLKCON3 (*(REG32_PTR_T)(0x3C500010)) /* Clock control register 3 */
#define PLL0LCNT (*(REG32_PTR_T)(0x3C500014)) /* PLL0 lock count register */
#define PLL1LCNT (*(REG32_PTR_T)(0x3C500018)) /* PLL1 lock count register */
#define PLL2LCNT (*(REG32_PTR_T)(0x3C50001C)) /* PLL2 lock count register - S5L8701 only? */
#define PLLLOCK (*(REG32_PTR_T)(0x3C500020)) /* PLL lock status register */
#define PLLCON (*(REG32_PTR_T)(0x3C500024)) /* PLL control register */
#define PWRCON (*(REG32_PTR_T)(0x3C500028)) /* Clock power control register */
#if CONFIG_CPU==S5L8701
#define CLOCKGATE_UARTC0 8
#define CLOCKGATE_UARTC1 9
#define CLOCKGATE_UARTC2 13
#else /* S5L8700 */
#define CLOCKGATE_UARTC 8
#endif
#define PWRMODE (*(REG32_PTR_T)(0x3C50002C)) /* Power mode control register */
#define SWRCON (*(REG32_PTR_T)(0x3C500030)) /* Software reset control register */
#define RSTSR (*(REG32_PTR_T)(0x3C500034)) /* Reset status register */
#define DSPCLKMD (*(REG32_PTR_T)(0x3C500038)) /* DSP clock mode register */
#define CLKCON2 (*(REG32_PTR_T)(0x3C50003C)) /* Clock control register 2 */
#define PWRCONEXT (*(REG32_PTR_T)(0x3C500040)) /* Clock power control register 2 */
/* 06. INTERRUPT CONTROLLER UNIT */
#if CONFIG_CPU==S5L8700
#define SRCPND (*(REG32_PTR_T)(0x39C00000)) /* Indicates the interrupt request status. */
#define INTMOD (*(REG32_PTR_T)(0x39C00004)) /* Interrupt mode register. */
#define INTMSK (*(REG32_PTR_T)(0x39C00008)) /* Determines which interrupt source is masked. The */
#define INTMSK_TIMERA (1<<5)
#define INTMSK_TIMERB (1<<7)
#define INTMSK_TIMERC (1<<8)
#define INTMSK_TIMERD (1<<9)
#define INTMSK_UART0 (1<<22)
#define INTMSK_UART1 (1<<14)
#define PRIORITY (*(REG32_PTR_T)(0x39C0000C)) /* IRQ priority control register */
#define INTPND (*(REG32_PTR_T)(0x39C00010)) /* Indicates the interrupt request status. */
#define INTOFFSET (*(REG32_PTR_T)(0x39C00014)) /* Indicates the IRQ interrupt request source */
#define EINTPOL (*(REG32_PTR_T)(0x39C00018)) /* Indicates external interrupt polarity */
#define EINTPEND (*(REG32_PTR_T)(0x39C0001C)) /* Indicates whether external interrupts are pending. */
#define EINTMSK (*(REG32_PTR_T)(0x39C00020)) /* Indicates whether external interrupts are masked */
#else /* S5L8701 */
#define SRCPND (*(REG32_PTR_T)(0x39C00000)) /* Indicates the interrupt request status. */
#define INTMOD (*(REG32_PTR_T)(0x39C00004)) /* Interrupt mode register. */
#define INTMSK (*(REG32_PTR_T)(0x39C00008)) /* Determines which interrupt source is masked. The */
#define INTMSK_EINTG0 (1<<1)
#define INTMSK_EINTG1 (1<<2)
#define INTMSK_EINTG2 (1<<3)
#define INTMSK_EINTG3 (1<<4)
#define INTMSK_TIMERA (1<<5)
#define INTMSK_TIMERB (1<<5)
#define INTMSK_TIMERC (1<<5)
#define INTMSK_TIMERD (1<<5)
#define INTMSK_ECC (1<<19)
#define INTMSK_USB_OTG (1<<16)
#define INTMSK_UART0 (0) /* (AFAIK) no IRQ to ICU, uses EINTG0 */
#define INTMSK_UART1 (1<<12)
#define INTMSK_UART2 (1<<7)
#define PRIORITY (*(REG32_PTR_T)(0x39C0000C)) /* IRQ priority control register */
#define INTPND (*(REG32_PTR_T)(0x39C00010)) /* Indicates the interrupt request status. */
#define INTOFFSET (*(REG32_PTR_T)(0x39C00014)) /* Indicates the IRQ interrupt request source */
/*
* s5l8701 GPIO (External) Interrupt Controller.
*
* At first glance it looks very similar to gpio-s5l8702, but
* not fully tested, so this information could be wrong.
*
* Group0[31:10] Not used
* [9] UART0 IRQ
* [8] VBUS
* [7:0] PDAT1
* Group1[31:0] PDAT5:PDAT4:PDAT3:PDAT2
* Group2[31:0] PDAT11:PDAT10:PDAT7:PDAT6
* Group3[31:0] PDAT15:PDAT14:PDAT13:PDAT12
*/
#define GPIOIC_INTLEVEL(g) (*(REG32_PTR_T)(0x39C00018 + 4*(g)))
#define GPIOIC_INTSTAT(g) (*(REG32_PTR_T)(0x39C00028 + 4*(g)))
#define GPIOIC_INTEN(g) (*(REG32_PTR_T)(0x39C00038 + 4*(g)))
#define GPIOIC_INTTYPE(g) (*(REG32_PTR_T)(0x39C00048 + 4*(g)))
#endif
/* 07. MEMORY INTERFACE UNIT (MIU) */
/* SDRAM */
#define MIUCON (*(REG32_PTR_T)(0x38200000)) /* External Memory configuration register */
#define MIUCOM (*(REG32_PTR_T)(0x38200004)) /* Command and status register */
#define MIUAREF (*(REG32_PTR_T)(0x38200008)) /* Auto-refresh control register */
#define MIUMRS (*(REG32_PTR_T)(0x3820000C)) /* SDRAM Mode Register Set Value Register */
#define MIUSDPARA (*(REG32_PTR_T)(0x38200010)) /* SDRAM parameter register */
/* DDR */
#define MEMCONF (*(REG32_PTR_T)(0x38200020)) /* External Memory configuration register */
#define USRCMD (*(REG32_PTR_T)(0x38200024)) /* Command and Status register */
#define AREF (*(REG32_PTR_T)(0x38200028)) /* Auto-refresh control register */
#define MRS (*(REG32_PTR_T)(0x3820002C)) /* DRAM mode register set value register */
#define DPARAM (*(REG32_PTR_T)(0x38200030)) /* DRAM parameter register (Unit of ‘tXXX’ : tCK */
#define SMEMCONF (*(REG32_PTR_T)(0x38200034)) /* Static memory mode register set value register */
#define MIUS01PARA (*(REG32_PTR_T)(0x38200038)) /* SRAM0, SRAM1 static memory parameter register (In S5L8700, SRAM0 is Nor Flash) */
#define MIUS23PARA (*(REG32_PTR_T)(0x3820003C)) /* SRAM2 and SRAM3 static memory parameter register */
#define MIUORG (*(REG32_PTR_T)(0x38200040)) /* SDR/DDR selection */
#define MIUDLYDQS (*(REG32_PTR_T)(0x38200044)) /* DQS/DQS-rst delay parameter */
#define MIUDLYCLK (*(REG32_PTR_T)(0x38200048)) /* SDR/DDR Clock delay parameter */
#define MIU_DSS_SEL_B (*(REG32_PTR_T)(0x3820004C)) /* SSTL2 Drive Strength parameter for Bi-direction signal */
#define MIU_DSS_SEL_O (*(REG32_PTR_T)(0x38200050)) /* SSTL2 Drive Strength parameter for Output signal */
#define MIU_DSS_SEL_C (*(REG32_PTR_T)(0x38200054)) /* SSTL2 Drive Strength parameter for Clock signal */
#define PAD_DSS_SEL_NOR (*(REG32_PTR_T)(0x38200058)) /* Wide range I/O Drive Strength parameter for NOR interface */
#define PAD_DSS_SEL_ATA (*(REG32_PTR_T)(0x3820005C)) /* Wide range I/O Drive Strength parameter for ATA interface */
#define SSTL2_PAD_ON (*(REG32_PTR_T)(0x38200060)) /* SSTL2 pad ON/OFF select */
/* 08. IODMA CONTROLLER */
#define DMABASE0 (*(REG32_PTR_T)(0x38400000)) /* Base address register for channel 0 */
#define DMACON0 (*(REG32_PTR_T)(0x38400004)) /* Configuration register for channel 0 */
#define DMATCNT0 (*(REG32_PTR_T)(0x38400008)) /* Transfer count register for channel 0 */
#define DMACADDR0 (*(REG32_PTR_T)(0x3840000C)) /* Current memory address register for channel 0 */
#define DMACTCNT0 (*(REG32_PTR_T)(0x38400010)) /* Current transfer count register for channel 0 */
#define DMACOM0 (*(REG32_PTR_T)(0x38400014)) /* Channel 0 command register */
#define DMANOFF0 (*(REG32_PTR_T)(0x38400018)) /* Channel 0 offset2 register */
#define DMABASE1 (*(REG32_PTR_T)(0x38400020)) /* Base address register for channel 1 */
#define DMACON1 (*(REG32_PTR_T)(0x38400024)) /* Configuration register for channel 1 */
#define DMATCNT1 (*(REG32_PTR_T)(0x38400028)) /* Transfer count register for channel 1 */
#define DMACADDR1 (*(REG32_PTR_T)(0x3840002C)) /* Current memory address register for channel 1 */
#define DMACTCNT1 (*(REG32_PTR_T)(0x38400030)) /* Current transfer count register for channel 1 */
#define DMACOM1 (*(REG32_PTR_T)(0x38400034)) /* Channel 1 command register */
#define DMABASE2 (*(REG32_PTR_T)(0x38400040)) /* Base address register for channel 2 */
#define DMACON2 (*(REG32_PTR_T)(0x38400044)) /* Configuration register for channel 2 */
#define DMATCNT2 (*(REG32_PTR_T)(0x38400048)) /* Transfer count register for channel 2 */
#define DMACADDR2 (*(REG32_PTR_T)(0x3840004C)) /* Current memory address register for channel 2 */
#define DMACTCNT2 (*(REG32_PTR_T)(0x38400050)) /* Current transfer count register for channel 2 */
#define DMACOM2 (*(REG32_PTR_T)(0x38400054)) /* Channel 2 command register */
#define DMABASE3 (*(REG32_PTR_T)(0x38400060)) /* Base address register for channel 3 */
#define DMACON3 (*(REG32_PTR_T)(0x38400064)) /* Configuration register for channel 3 */
#define DMATCNT3 (*(REG32_PTR_T)(0x38400068)) /* Transfer count register for channel 3 */
#define DMACADDR3 (*(REG32_PTR_T)(0x3840006C)) /* Current memory address register for channel 3 */
#define DMACTCNT3 (*(REG32_PTR_T)(0x38400070)) /* Current transfer count register for channel 3 */
#define DMACOM3 (*(REG32_PTR_T)(0x38400074)) /* Channel 3 command register */
#if CONFIG_CPU==S5L8701
#define DMABASE4 (*(REG32_PTR_T)(0x38400080)) /* Base address register for channel 4 */
#define DMACON4 (*(REG32_PTR_T)(0x38400084)) /* Configuration register for channel 4 */
#define DMATCNT4 (*(REG32_PTR_T)(0x38400088)) /* Transfer count register for channel 4 */
#define DMACADDR4 (*(REG32_PTR_T)(0x3840008C)) /* Current memory address register for channel 4 */
#define DMACTCNT4 (*(REG32_PTR_T)(0x38400090)) /* Current transfer count register for channel 4 */
#define DMACOM4 (*(REG32_PTR_T)(0x38400094)) /* Channel 4 command register */
#define DMABASE5 (*(REG32_PTR_T)(0x384000A0)) /* Base address register for channel 5 */
#define DMACON5 (*(REG32_PTR_T)(0x384000A4)) /* Configuration register for channel 5 */
#define DMATCNT5 (*(REG32_PTR_T)(0x384000A8)) /* Transfer count register for channel 5 */
#define DMACADDR5 (*(REG32_PTR_T)(0x384000AC)) /* Current memory address register for channel 5 */
#define DMACTCNT5 (*(REG32_PTR_T)(0x384000B0)) /* Current transfer count register for channel 5 */
#define DMACOM5 (*(REG32_PTR_T)(0x384000B4)) /* Channel 5 command register */
#define DMABASE6 (*(REG32_PTR_T)(0x384000C0)) /* Base address register for channel 6 */
#define DMACON6 (*(REG32_PTR_T)(0x384000C4)) /* Configuration register for channel 6 */
#define DMATCNT6 (*(REG32_PTR_T)(0x384000C8)) /* Transfer count register for channel 6 */
#define DMACADDR6 (*(REG32_PTR_T)(0x384000CC)) /* Current memory address register for channel 6 */
#define DMACTCNT6 (*(REG32_PTR_T)(0x384000D0)) /* Current transfer count register for channel 6 */
#define DMACOM6 (*(REG32_PTR_T)(0x384000D4)) /* Channel 6 command register */
#define DMABASE7 (*(REG32_PTR_T)(0x384000E0)) /* Base address register for channel 7 */
#define DMACON7 (*(REG32_PTR_T)(0x384000E4)) /* Configuration register for channel 7 */
#define DMATCNT7 (*(REG32_PTR_T)(0x384000E8)) /* Transfer count register for channel 7 */
#define DMACADDR7 (*(REG32_PTR_T)(0x384000EC)) /* Current memory address register for channel 7 */
#define DMACTCNT7 (*(REG32_PTR_T)(0x384000F0)) /* Current transfer count register for channel 7 */
#define DMACOM7 (*(REG32_PTR_T)(0x384000F4)) /* Channel 7 command register */
#define DMABASE8 (*(REG32_PTR_T)(0x38400100)) /* Base address register for channel 8 */
#define DMACON8 (*(REG32_PTR_T)(0x38400104)) /* Configuration register for channel 8 */
#define DMATCNT8 (*(REG32_PTR_T)(0x38400108)) /* Transfer count register for channel 8 */
#define DMACADDR8 (*(REG32_PTR_T)(0x3840010C)) /* Current memory address register for channel 8 */
#define DMACTCNT8 (*(REG32_PTR_T)(0x38400110)) /* Current transfer count register for channel 8 */
#define DMACOM8 (*(REG32_PTR_T)(0x38400114)) /* Channel 8 command register */
#define DMAALLST (*(REG32_PTR_T)(0x38400180)) /* All channel status register */
#else
#define DMAALLST (*(REG32_PTR_T)(0x38400100)) /* All channel status register */
#endif
#define DMACON_DEVICE_SHIFT 30
#define DMACON_DIRECTION_SHIFT 29
#define DMACON_DATA_SIZE_SHIFT 22
#define DMACON_BURST_LEN_SHIFT 19
#define DMACOM_START 4
#define DMACOM_CLEARBOTHDONE 7
#define DMAALLST_WCOM0 (1 << 0)
#define DMAALLST_HCOM0 (1 << 1)
#define DMAALLST_DMABUSY0 (1 << 2)
#define DMAALLST_HOLD_SKIP (1 << 3)
#define DMAALLST_WCOM1 (1 << 4)
#define DMAALLST_HCOM1 (1 << 5)
#define DMAALLST_DMABUSY1 (1 << 6)
#define DMAALLST_WCOM2 (1 << 8)
#define DMAALLST_HCOM2 (1 << 9)
#define DMAALLST_DMABUSY2 (1 << 10)
#define DMAALLST_WCOM3 (1 << 12)
#define DMAALLST_HCOM3 (1 << 13)
#define DMAALLST_DMABUSY3 (1 << 14)
#define DMAALLST_CHAN0_MASK (0xF << 0)
#define DMAALLST_CHAN1_MASK (0xF << 4)
#define DMAALLST_CHAN2_MASK (0xF << 8)
#define DMAALLST_CHAN3_MASK (0xF << 12)
/* 10. REAL TIMER CLOCK (RTC) */
#define RTCCON (*(REG32_PTR_T)(0x3D200000)) /* RTC Control Register */
#define RTCRST (*(REG32_PTR_T)(0x3D200004)) /* RTC Round Reset Register */
#define RTCALM (*(REG32_PTR_T)(0x3D200008)) /* RTC Alarm Control Register */
#define ALMSEC (*(REG32_PTR_T)(0x3D20000C)) /* Alarm Second Data Register */
#define ALMMIN (*(REG32_PTR_T)(0x3D200010)) /* Alarm Minute Data Register */
#define ALMHOUR (*(REG32_PTR_T)(0x3D200014)) /* Alarm Hour Data Register */
#define ALMDATE (*(REG32_PTR_T)(0x3D200018)) /* Alarm Date Data Register */
#define ALMDAY (*(REG32_PTR_T)(0x3D20001C)) /* Alarm Day of Week Data Register */
#define ALMMON (*(REG32_PTR_T)(0x3D200020)) /* Alarm Month Data Register */
#define ALMYEAR (*(REG32_PTR_T)(0x3D200024)) /* Alarm Year Data Register */
#define BCDSEC (*(REG32_PTR_T)(0x3D200028)) /* BCD Second Register */
#define BCDMIN (*(REG32_PTR_T)(0x3D20002C)) /* BCD Minute Register */
#define BCDHOUR (*(REG32_PTR_T)(0x3D200030)) /* BCD Hour Register */
#define BCDDATE (*(REG32_PTR_T)(0x3D200034)) /* BCD Date Register */
#define BCDDAY (*(REG32_PTR_T)(0x3D200038)) /* BCD Day of Week Register */
#define BCDMON (*(REG32_PTR_T)(0x3D20003C)) /* BCD Month Register */
#define BCDYEAR (*(REG32_PTR_T)(0x3D200040)) /* BCD Year Register */
#define RTCIM (*(REG32_PTR_T)(0x3D200044)) /* RTC Interrupt Mode Register */
#define RTCPEND (*(REG32_PTR_T)(0x3D200048)) /* RTC Interrupt Pending Register */
/* 09. WATCHDOG TIMER*/
#define WDTCON (*(REG32_PTR_T)(0x3C800000)) /* Control Register */
#define WDTCNT (*(REG32_PTR_T)(0x3C800004)) /* 11-bits internal counter */
/* 11. 16 BIT TIMER */
#define TACON (*(REG32_PTR_T)(0x3C700000)) /* Control Register for timer A */
#define TACMD (*(REG32_PTR_T)(0x3C700004)) /* Command Register for timer A */
#define TADATA0 (*(REG32_PTR_T)(0x3C700008)) /* Data0 Register */
#define TADATA1 (*(REG32_PTR_T)(0x3C70000C)) /* Data1 Register */
#define TAPRE (*(REG32_PTR_T)(0x3C700010)) /* Pre-scale register */
#define TACNT (*(REG32_PTR_T)(0x3C700014)) /* Counter register */
#define TBCON (*(REG32_PTR_T)(0x3C700020)) /* Control Register for timer B */
#define TBCMD (*(REG32_PTR_T)(0x3C700024)) /* Command Register for timer B */
#define TBDATA0 (*(REG32_PTR_T)(0x3C700028)) /* Data0 Register */
#define TBDATA1 (*(REG32_PTR_T)(0x3C70002C)) /* Data1 Register */
#define TBPRE (*(REG32_PTR_T)(0x3C700030)) /* Pre-scale register */
#define TBCNT (*(REG32_PTR_T)(0x3C700034)) /* Counter register */
#define TCCON (*(REG32_PTR_T)(0x3C700040)) /* Control Register for timer C */
#define TCCMD (*(REG32_PTR_T)(0x3C700044)) /* Command Register for timer C */
#define TCDATA0 (*(REG32_PTR_T)(0x3C700048)) /* Data0 Register */
#define TCDATA1 (*(REG32_PTR_T)(0x3C70004C)) /* Data1 Register */
#define TCPRE (*(REG32_PTR_T)(0x3C700050)) /* Pre-scale register */
#define TCCNT (*(REG32_PTR_T)(0x3C700054)) /* Counter register */
#define TDCON (*(REG32_PTR_T)(0x3C700060)) /* Control Register for timer D */
#define TDCMD (*(REG32_PTR_T)(0x3C700064)) /* Command Register for timer D */
#define TDDATA0 (*(REG32_PTR_T)(0x3C700068)) /* Data0 Register */
#define TDDATA1 (*(REG32_PTR_T)(0x3C70006C)) /* Data1 Register */
#define TDPRE (*(REG32_PTR_T)(0x3C700070)) /* Pre-scale register */
#define TDCNT (*(REG32_PTR_T)(0x3C700074)) /* Counter register */
#define FIVE_USEC_TIMER (((uint64_t)(*(REG32_PTR_T)(0x3C700080)) << 32) \
| (*(REG32_PTR_T)(0x3C700084))) /* 64bit 5usec timer */
#define USEC_TIMER (FIVE_USEC_TIMER * 5) /* usecs */
/* 12. NAND FLASH CONTROLER */
#if CONFIG_CPU==S5L8701
#define FMC_BASE 0x39400000
#else
#define FMC_BASE 0x3C200000
#endif
#define FMCTRL0 (*(REG32_PTR_T)(FMC_BASE + 0x0000)) /* Control Register0 */
#define FMCTRL1 (*(REG32_PTR_T)(FMC_BASE + 0x0004)) /* Control Register1 */
#define FMCMD (*(REG32_PTR_T)(FMC_BASE + 0x0008)) /* Command Register */
#define FMADDR0 (*(REG32_PTR_T)(FMC_BASE + 0x000C)) /* Address Register0 */
#define FMADDR1 (*(REG32_PTR_T)(FMC_BASE + 0x0010)) /* Address Register1 */
#define FMADDR2 (*(REG32_PTR_T)(FMC_BASE + 0x0014)) /* Address Register2 */
#define FMADDR3 (*(REG32_PTR_T)(FMC_BASE + 0x0018)) /* Address Register3 */
#define FMADDR4 (*(REG32_PTR_T)(FMC_BASE + 0x001C)) /* Address Register4 */
#define FMADDR5 (*(REG32_PTR_T)(FMC_BASE + 0x0020)) /* Address Register5 */
#define FMADDR6 (*(REG32_PTR_T)(FMC_BASE + 0x0024)) /* Address Register6 */
#define FMADDR7 (*(REG32_PTR_T)(FMC_BASE + 0x0028)) /* Address Register7 */
#define FMANUM (*(REG32_PTR_T)(FMC_BASE + 0x002C)) /* Address Counter Register */
#define FMDNUM (*(REG32_PTR_T)(FMC_BASE + 0x0030)) /* Data Counter Register */
#define FMDATAW0 (*(REG32_PTR_T)(FMC_BASE + 0x0034)) /* Write Data Register0 */
#define FMDATAW1 (*(REG32_PTR_T)(FMC_BASE + 0x0038)) /* Write Data Register1 */
#define FMDATAW2 (*(REG32_PTR_T)(FMC_BASE + 0x003C)) /* Write Data Register2 */
#define FMDATAW3 (*(REG32_PTR_T)(FMC_BASE + 0x0040)) /* Write Data Register3 */
#define FMCSTAT (*(REG32_PTR_T)(FMC_BASE + 0x0048)) /* Status Register */
#define FMSYND0 (*(REG32_PTR_T)(FMC_BASE + 0x004C)) /* Hamming Syndrome0 */
#define FMSYND1 (*(REG32_PTR_T)(FMC_BASE + 0x0050)) /* Hamming Syndrome1 */
#define FMSYND2 (*(REG32_PTR_T)(FMC_BASE + 0x0054)) /* Hamming Syndrome2 */
#define FMSYND3 (*(REG32_PTR_T)(FMC_BASE + 0x0058)) /* Hamming Syndrome3 */
#define FMSYND4 (*(REG32_PTR_T)(FMC_BASE + 0x005C)) /* Hamming Syndrome4 */
#define FMSYND5 (*(REG32_PTR_T)(FMC_BASE + 0x0060)) /* Hamming Syndrome5 */
#define FMSYND6 (*(REG32_PTR_T)(FMC_BASE + 0x0064)) /* Hamming Syndrome6 */
#define FMSYND7 (*(REG32_PTR_T)(FMC_BASE + 0x0068)) /* Hamming Syndrome7 */
#define FMFIFO (*(REG32_PTR_T)(FMC_BASE + 0x0080)) /* WRITE/READ FIFO FIXME */
#define RSCRTL (*(REG32_PTR_T)(FMC_BASE + 0x0100)) /* Reed-Solomon Control Register */
#define RSPARITY0_0 (*(REG32_PTR_T)(FMC_BASE + 0x0110)) /* On-the-fly Parity Register0[31:0] */
#define RSPARITY0_1 (*(REG32_PTR_T)(FMC_BASE + 0x0114)) /* On-the-fly Parity Register0[63:32] */
#define RSPARITY0_2 (*(REG32_PTR_T)(FMC_BASE + 0x0118)) /* On-the-fly Parity Register0[71:64] */
#define RSPARITY1_0 (*(REG32_PTR_T)(FMC_BASE + 0x0120)) /* On-the-fly Parity Register1[31:0] */
#define RSPARITY1_1 (*(REG32_PTR_T)(FMC_BASE + 0x0124)) /* On-the-fly Parity Register1[63:32] */
#define RSPARITY1_2 (*(REG32_PTR_T)(FMC_BASE + 0x0128)) /* On-the-fly Parity Register1[71:64] */
#define RSPARITY2_0 (*(REG32_PTR_T)(FMC_BASE + 0x0130)) /* On-the-fly Parity Register2[31:0] */
#define RSPARITY2_1 (*(REG32_PTR_T)(FMC_BASE + 0x0134)) /* On-the-fly Parity Register2[63:32] */
#define RSPARITY2_2 (*(REG32_PTR_T)(FMC_BASE + 0x0138)) /* On-the-fly Parity Register2[71:64] */
#define RSPARITY3_0 (*(REG32_PTR_T)(FMC_BASE + 0x0140)) /* On-the-fly Parity Register3[31:0] */
#define RSPARITY3_1 (*(REG32_PTR_T)(FMC_BASE + 0x0144)) /* On-the-fly Parity Register3[63:32] */
#define RSPARITY3_2 (*(REG32_PTR_T)(FMC_BASE + 0x0148)) /* On-the-fly Parity Register3[71:64] */
#define RSSYND0_0 (*(REG32_PTR_T)(FMC_BASE + 0x0150)) /* On-the-fly Synd Register0[31:0] */
#define RSSYND0_1 (*(REG32_PTR_T)(FMC_BASE + 0x0154)) /* On-the-fly Synd Register0[63:32] */
#define RSSYND0_2 (*(REG32_PTR_T)(FMC_BASE + 0x0158)) /* On-the-fly Synd Register0[71:64] */
#define RSSYND1_0 (*(REG32_PTR_T)(FMC_BASE + 0x0160)) /* On-the-fly Synd Register1[31:0] */
#define RSSYND1_1 (*(REG32_PTR_T)(FMC_BASE + 0x0164)) /* On-the-fly Synd Register1[63:32] */
#define RSSYND1_2 (*(REG32_PTR_T)(FMC_BASE + 0x0168)) /* On-the-fly Synd Register1[71:64] */
#define RSSYND2_0 (*(REG32_PTR_T)(FMC_BASE + 0x0170)) /* On-the-fly Synd Register2[31:0] */
#define RSSYND2_1 (*(REG32_PTR_T)(FMC_BASE + 0x0174)) /* On-the-fly Synd Register2[63:32] */
#define RSSYND2_2 (*(REG32_PTR_T)(FMC_BASE + 0x0178)) /* On-the-fly Synd Register2[71:64] */
#define RSSYND3_0 (*(REG32_PTR_T)(FMC_BASE + 0x0180)) /* On-the-fly Synd Register3[31:0] */
#define RSSYND3_1 (*(REG32_PTR_T)(FMC_BASE + 0x0184)) /* On-the-fly Synd Register3[63:32] */
#define RSSYND3_2 (*(REG32_PTR_T)(FMC_BASE + 0x0188)) /* On-the-fly Synd Register3[71:64] */
#define FLAGSYND (*(REG32_PTR_T)(FMC_BASE + 0x0190)) /* On-the-fly ECC Result Flag */
#define FMCTRL0_ENABLEDMA (1 << 10)
#define FMCTRL0_UNK1 (1 << 11)
#define FMCTRL1_DOTRANSADDR (1 << 0)
#define FMCTRL1_DOREADDATA (1 << 1)
#define FMCTRL1_DOWRITEDATA (1 << 2)
#define FMCTRL1_CLEARWFIFO (1 << 6)
#define FMCTRL1_CLEARRFIFO (1 << 7)
#define FMCSTAT_RBB (1 << 0)
#define FMCSTAT_RBBDONE (1 << 1)
#define FMCSTAT_CMDDONE (1 << 2)
#define FMCSTAT_ADDRDONE (1 << 3)
#define FMCSTAT_BANK0READY (1 << 4)
#define FMCSTAT_BANK1READY (1 << 5)
#define FMCSTAT_BANK2READY (1 << 6)
#define FMCSTAT_BANK3READY (1 << 7)
/* 13. SECURE DIGITAL CARD INTERFACE (SDCI) */
#define SDCI_CTRL (*(REG32_PTR_T)(0x3C300000)) /* Control Register */
#define SDCI_DCTRL (*(REG32_PTR_T)(0x3C300004)) /* Data Control Register */
#define SDCI_CMD (*(REG32_PTR_T)(0x3C300008)) /* Command Register */
#define SDCI_ARGU (*(REG32_PTR_T)(0x3C30000C)) /* Argument Register */
#define SDCI_STATE (*(REG32_PTR_T)(0x3C300010)) /* State Register */
#define SDCI_STAC (*(REG32_PTR_T)(0x3C300014)) /* Status Clear Register */
#define SDCI_DSTA (*(REG32_PTR_T)(0x3C300018)) /* Data Status Register */
#define SDCI_FSTA (*(REG32_PTR_T)(0x3C30001C)) /* FIFO Status Register */
#define SDCI_RESP0 (*(REG32_PTR_T)(0x3C300020)) /* Response0 Register */
#define SDCI_RESP1 (*(REG32_PTR_T)(0x3C300024)) /* Response1 Register */
#define SDCI_RESP2 (*(REG32_PTR_T)(0x3C300028)) /* Response2 Register */
#define SDCI_RESP3 (*(REG32_PTR_T)(0x3C30002C)) /* Response3 Register */
#define SDCI_CLKDIV (*(REG32_PTR_T)(0x3C300030)) /* Clock Divider Register */
#define SDIO_CSR (*(REG32_PTR_T)(0x3C300034)) /* SDIO Control & Status Register */
#define SDIO_IRQ (*(REG32_PTR_T)(0x3C300038)) /* Interrupt Source Register */
/* 14. MEMORY STICK HOST CONTROLLER */
#define MSPRE (*(REG32_PTR_T)(0x3C600000)) /* Prescaler Register */
#define MSINTEN (*(REG32_PTR_T)(0x3C600004)) /* Interrupt Enable Register */
#define MSCMD (*(REG32_PTR_T)(0x3C601000)) /* Command Register */
#define MSFIFO (*(REG32_PTR_T)(0x3C601008)) /* Receive/Transmit Register */
#define MSPP (*(REG32_PTR_T)(0x3C601010)) /* Parallel Port Control/Data Register */
#define MSCTRL2 (*(REG32_PTR_T)(0x3C601014)) /* Control Register 2 */
#define MSACD (*(REG32_PTR_T)(0x3C601018)) /* ACD Command Register */
/* 15. SPDIF TRANSMITTER (SPDIFOUT) */
#define SPDCLKCON (*(REG32_PTR_T)(0x3CB00000)) /* Clock Control Register */
#define SPDCON (*(REG32_PTR_T)(0x3CB00004)) /* Control Register 0020 */
#define SPDBSTAS (*(REG32_PTR_T)(0x3CB00008)) /* Burst Status Register */
#define SPDCSTAS (*(REG32_PTR_T)(0x3CB0000C)) /* Channel Status Register 0x2000 8000 */
#define SPDDAT (*(REG32_PTR_T)(0x3CB00010)) /* SPDIFOUT Data Buffer */
#define SPDCNT (*(REG32_PTR_T)(0x3CB00014)) /* Repetition Count Register */
/* 16. REED-SOLOMON ECC CODEC */
#define ECC_DATA_PTR (*(REG32_PTR_T)(0x39E00004)) /* Data Area Start Pointer */
#define ECC_SPARE_PTR (*(REG32_PTR_T)(0x39E00008)) /* Spare Area Start Pointer */
#define ECC_CTRL (*(REG32_PTR_T)(0x39E0000C)) /* ECC Control Register */
#define ECC_RESULT (*(REG32_PTR_T)(0x39E00010)) /* ECC Result */
#define ECC_UNK1 (*(REG32_PTR_T)(0x39E00014)) /* No idea what this is, but the OFW uses it on S5L8701 */
#define ECC_EVAL0 (*(REG32_PTR_T)(0x39E00020)) /* Error Eval0 Poly */
#define ECC_EVAL1 (*(REG32_PTR_T)(0x39E00024)) /* Error Eval1 Poly */
#define ECC_LOC0 (*(REG32_PTR_T)(0x39E00028)) /* Error Loc0 Poly */
#define ECC_LOC1 (*(REG32_PTR_T)(0x39E0002C)) /* Error Loc1 Poly */
#define ECC_PARITY0 (*(REG32_PTR_T)(0x39E00030)) /* Encode Parity0 Poly */
#define ECC_PARITY1 (*(REG32_PTR_T)(0x39E00034)) /* Encode Pariyt1 Poly */
#define ECC_PARITY2 (*(REG32_PTR_T)(0x39E00038)) /* Encode Parity2 Poly */
#define ECC_INT_CLR (*(REG32_PTR_T)(0x39E00040)) /* Interrupt Clear Register */
#define ECC_SYND0 (*(REG32_PTR_T)(0x39E00044)) /* Syndrom0 Poly */
#define ECC_SYND1 (*(REG32_PTR_T)(0x39E00048)) /* Syndrom1 Poly */
#define ECC_SYND2 (*(REG32_PTR_T)(0x39E0004C)) /* Syndrom2 Poly */
#define ECCCTRL_STARTDECODING (1 << 0)
#define ECCCTRL_STARTENCODING (1 << 1)
#define ECCCTRL_STARTDECNOSYND (1 << 2)
/* 17. IIS Tx/Rx INTERFACE */
#define I2SCLKCON (*(REG32_PTR_T)(0x3CA00000)) /* Clock Control Register */
#define I2STXCON (*(REG32_PTR_T)(0x3CA00004)) /* Tx configuration Register */
#define I2STXCOM (*(REG32_PTR_T)(0x3CA00008)) /* Tx command Register */
#define I2STXDB0 (*(REG32_PTR_T)(0x3CA00010)) /* Tx data buffer */
#define I2SRXCON (*(REG32_PTR_T)(0x3CA00030)) /* Rx configuration Register */
#define I2SRXCOM (*(REG32_PTR_T)(0x3CA00034)) /* Rx command Register */
#define I2SRXDB (*(REG32_PTR_T)(0x3CA00038)) /* Rx data buffer */
#define I2SSTATUS (*(REG32_PTR_T)(0x3CA0003C)) /* status register */
/* 18. IIC BUS INTERFACE */
#define IICCON (*(REG32_PTR_T)(0x3C900000)) /* Control Register */
#define IICSTAT (*(REG32_PTR_T)(0x3C900004)) /* Control/Status Register */
#define IICADD (*(REG32_PTR_T)(0x3C900008)) /* Bus Address Register */
#define IICDS (*(REG32_PTR_T)(0x3C90000C))
/* 19. SPI (SERIAL PERHIPERAL INTERFACE) */
#define SPCLKCON (*(REG32_PTR_T)(0x3CD00000)) /* Clock Control Register */
#define SPCON (*(REG32_PTR_T)(0x3CD00004)) /* Control Register */
#define SPSTA (*(REG32_PTR_T)(0x3CD00008)) /* Status Register */
#define SPPIN (*(REG32_PTR_T)(0x3CD0000C)) /* Pin Control Register */
#define SPTDAT (*(REG32_PTR_T)(0x3CD00010)) /* Tx Data Register */
#define SPRDAT (*(REG32_PTR_T)(0x3CD00014)) /* Rx Data Register */
#define SPPRE (*(REG32_PTR_T)(0x3CD00018)) /* Baud Rate Prescaler Register */
/* 20. ADC CONTROLLER */
#define ADCCON (*(REG32_PTR_T)(0x3CE00000)) /* ADC Control Register */
#define ADCTSC (*(REG32_PTR_T)(0x3CE00004)) /* ADC Touch Screen Control Register */
#define ADCDLY (*(REG32_PTR_T)(0x3CE00008)) /* ADC Start or Interval Delay Register */
#define ADCDAT0 (*(REG32_PTR_T)(0x3CE0000C)) /* ADC Conversion Data Register */
#define ADCDAT1 (*(REG32_PTR_T)(0x3CE00010)) /* ADC Conversion Data Register */
#define ADCUPDN (*(REG32_PTR_T)(0x3CE00014)) /* Stylus Up or Down Interrpt Register */
/* 21. USB 2.0 FUNCTION CONTROLER SPECIAL REGISTER */
#define USB_IR (*(REG32_PTR_T)(0x38800000)) /* Index Register */
#define USB_EIR (*(REG32_PTR_T)(0x38800004)) /* Endpoint Interrupt Register */
#define USB_EIER (*(REG32_PTR_T)(0x38800008)) /* Endpoint Interrupt Enable Register */
#define USB_FAR (*(REG32_PTR_T)(0x3880000C)) /* Function Address Register */
#define USB_FNR (*(REG32_PTR_T)(0x38800010)) /* Frame Number Register */
#define USB_EDR (*(REG32_PTR_T)(0x38800014)) /* Endpoint Direction Register */
#define USB_TR (*(REG32_PTR_T)(0x38800018)) /* Test Register */
#define USB_SSR (*(REG32_PTR_T)(0x3880001C)) /* System Status Register */
#define USB_SCR (*(REG32_PTR_T)(0x38800020)) /* System Control Register */
#define USB_EP0SR (*(REG32_PTR_T)(0x38800024)) /* EP0 Status Register */
#define USB_EP0CR (*(REG32_PTR_T)(0x38800028)) /* EP0 Control Register */
#define USB_ESR (*(REG32_PTR_T)(0x3880002C)) /* Endpoints Status Register */
#define USB_ECR (*(REG32_PTR_T)(0x38800030)) /* Endpoints Control Register */
#define USB_BRCR (*(REG32_PTR_T)(0x38800034)) /* Byte Read Count Register */
#define USB_BWCR (*(REG32_PTR_T)(0x38800038)) /* Byte Write Count Register */
#define USB_MPR (*(REG32_PTR_T)(0x3880003C)) /* Max Packet Register */
#define USB_MCR (*(REG32_PTR_T)(0x38800040)) /* Master Control Register */
#define USB_MTCR (*(REG32_PTR_T)(0x38800044)) /* Master Transfer Counter Register */
#define USB_MFCR (*(REG32_PTR_T)(0x38800048)) /* Master FIFO Counter Register */
#define USB_MTTCR1 (*(REG32_PTR_T)(0x3880004C)) /* Master Total Transfer Counter1 Register */
#define USB_MTTCR2 (*(REG32_PTR_T)(0x38800050)) /* Master Total Transfer Counter2 Register */
#define USB_EP0BR (*(REG32_PTR_T)(0x38800060)) /* EP0 Buffer Register */
#define USB_EP1BR (*(REG32_PTR_T)(0x38800064)) /* EP1 Buffer Register */
#define USB_EP2BR (*(REG32_PTR_T)(0x38800068)) /* EP2 Buffer Register */
#define USB_EP3BR (*(REG32_PTR_T)(0x3880006C)) /* EP3 Buffer Register */
#define USB_EP4BR (*(REG32_PTR_T)(0x38800070)) /* EP4 Buffer Register */
#define USB_EP5BR (*(REG32_PTR_T)(0x38800074)) /* EP5 Buffer Register */
#define USB_EP6BR (*(REG32_PTR_T)(0x38800078)) /* EP6 Buffer Register */
#define USB_MICR (*(REG32_PTR_T)(0x38800084)) /* Master Interface Counter Register */
#define USB_MBAR1 (*(REG32_PTR_T)(0x38800088)) /* Memory Base Address Register1 */
#define USB_MBAR2 (*(REG32_PTR_T)(0x3880008C)) /* Memory Base Address Register2 */
#define USB_MCAR1 (*(REG32_PTR_T)(0x38800094)) /* Memory Current Address Register1 */
#define USB_MCAR2 (*(REG32_PTR_T)(0x38800098)) /* Memory Current Address Register2 */
/* 22. USB 1.1 HOST CONTROLLER SPECIAL REGISTER */
#define HcRevision (*(REG32_PTR_T)(0x38600000))
#define HcControl (*(REG32_PTR_T)(0x38600004))
#define HcCommandStatus (*(REG32_PTR_T)(0x38600008))
#define HcInterruptStatus (*(REG32_PTR_T)(0x3860000C))
#define HcInterruptEnable (*(REG32_PTR_T)(0x38600010))
#define HcInterruptDisable (*(REG32_PTR_T)(0x38600014))
#define HcHCCA (*(REG32_PTR_T)(0x38600018))
#define HcPeriodCurrentED (*(REG32_PTR_T)(0x3860001C))
#define HcControlHeadED (*(REG32_PTR_T)(0x38600020))
#define HcControlCurrentED (*(REG32_PTR_T)(0x38600024))
#define HcBulkHeadED (*(REG32_PTR_T)(0x38600028))
#define HcBulkCurrentED (*(REG32_PTR_T)(0x3860002C))
#define HcDoneHead (*(REG32_PTR_T)(0x38600030))
#define HcFmInterval (*(REG32_PTR_T)(0x38600034))
#define HcFmRemaining (*(REG32_PTR_T)(0x38600038))
#define HcFmNumber (*(REG32_PTR_T)(0x3860003C))
#define HcPeriodicStart (*(REG32_PTR_T)(0x38600040))
#define HcLSThreshold (*(REG32_PTR_T)(0x38600044))
#define HcRhDescriptorA (*(REG32_PTR_T)(0x38600048))
#define HcRhDescriptorB (*(REG32_PTR_T)(0x3860004C))
#define HcRhStatus (*(REG32_PTR_T)(0x38600050))
#define HcRhPortStatus (*(REG32_PTR_T)(0x38600054))
/* 23. USB 2.0 PHY CONTROL */
#define PHYCTRL (*(REG32_PTR_T)(0x3C400000)) /* USB2.0 PHY Control Register */
#define PHYPWR (*(REG32_PTR_T)(0x3C400004)) /* USB2.0 PHY Power Control Register */
#define URSTCON (*(REG32_PTR_T)(0x3C400008)) /* USB Reset Control Register */
#define UCLKCON (*(REG32_PTR_T)(0x3C400010)) /* USB Clock Control Register */
/* 24. GPIO PORT CONTROL */
#define PCON0 (*(REG32_PTR_T)(0x3CF00000)) /* Configures the pins of port 0 */
#define PDAT0 (*(REG32_PTR_T)(0x3CF00004)) /* The data register for port 0 */
#define PCON1 (*(REG32_PTR_T)(0x3CF00010)) /* Configures the pins of port 1 */
#define PDAT1 (*(REG32_PTR_T)(0x3CF00014)) /* The data register for port 1 */
#define PCON2 (*(REG32_PTR_T)(0x3CF00020)) /* Configures the pins of port 2 */
#define PDAT2 (*(REG32_PTR_T)(0x3CF00024)) /* The data register for port 2 */
#define PCON3 (*(REG32_PTR_T)(0x3CF00030)) /* Configures the pins of port 3 */
#define PDAT3 (*(REG32_PTR_T)(0x3CF00034)) /* The data register for port 3 */
#define PCON4 (*(REG32_PTR_T)(0x3CF00040)) /* Configures the pins of port 4 */
#define PDAT4 (*(REG32_PTR_T)(0x3CF00044)) /* The data register for port 4 */
#define PCON5 (*(REG32_PTR_T)(0x3CF00050)) /* Configures the pins of port 5 */
#define PDAT5 (*(REG32_PTR_T)(0x3CF00054)) /* The data register for port 5 */
#define PUNK5 (*(REG32_PTR_T)(0x3CF0005C)) /* Unknown thing for port 5 */
#define PCON6 (*(REG32_PTR_T)(0x3CF00060)) /* Configures the pins of port 6 */
#define PDAT6 (*(REG32_PTR_T)(0x3CF00064)) /* The data register for port 6 */
#define PCON7 (*(REG32_PTR_T)(0x3CF00070)) /* Configures the pins of port 7 */
#define PDAT7 (*(REG32_PTR_T)(0x3CF00074)) /* The data register for port 7 */
#define PCON10 (*(REG32_PTR_T)(0x3CF000A0)) /* Configures the pins of port 10 */
#define PDAT10 (*(REG32_PTR_T)(0x3CF000A4)) /* The data register for port 10 */
#define PCON11 (*(REG32_PTR_T)(0x3CF000B0)) /* Configures the pins of port 11 */
#define PDAT11 (*(REG32_PTR_T)(0x3CF000B4)) /* The data register for port 11 */
#define PCON13 (*(REG32_PTR_T)(0x3CF000D0)) /* Configures the pins of port 13 */
#define PDAT13 (*(REG32_PTR_T)(0x3CF000D4)) /* The data register for port 13 */
#define PCON14 (*(REG32_PTR_T)(0x3CF000E0)) /* Configures the pins of port 14 */
#define PDAT14 (*(REG32_PTR_T)(0x3CF000E4)) /* The data register for port 14 */
#define PCON15 (*(REG32_PTR_T)(0x3CF000F0)) /* Configures the pins of port 15 */
#define PUNK15 (*(REG32_PTR_T)(0x3CF000FC)) /* Unknown thing for port 15 */
#define PCON_ASRAM (*(REG32_PTR_T)(0x3CF000F0)) /* Configures the pins of port nor flash */
#define PCON_SDRAM (*(REG32_PTR_T)(0x3CF000F4)) /* Configures the pins of port sdram */
/* 25. UART */
#if CONFIG_CPU==S5L8701
/* s5l8701 UC870X HW: 3 UARTC, 1 port per UARTC */
#define S5L8701_N_UARTC 3
#define S5L8701_N_PORTS 3
#define UARTC0_BASE_ADDR 0x3CC00000
#define UARTC0_N_PORTS 1
#define UARTC0_PORT_OFFSET 0x0
#define UARTC1_BASE_ADDR 0x3CC08000
#define UARTC1_N_PORTS 1
#define UARTC1_PORT_OFFSET 0x0
#define UARTC2_BASE_ADDR 0x3CC0C000
#define UARTC2_N_PORTS 1
#define UARTC2_PORT_OFFSET 0x0
#else
/* s5l8700 UC870X HW: 1 UARTC, 2 ports */
#define S5L8700_N_UARTC 1
#define S5L8700_N_PORTS 2
#define UARTC_BASE_ADDR 0x3CC00000
#define UARTC_N_PORTS 2
#define UARTC_PORT_OFFSET 0x8000
/* UART 0 */
#define ULCON0 (*(REG32_PTR_T)(0x3CC00000)) /* Line Control Register */
#define UCON0 (*(REG32_PTR_T)(0x3CC00004)) /* Control Register */
#define UFCON0 (*(REG32_PTR_T)(0x3CC00008)) /* FIFO Control Register */
#define UMCON0 (*(REG32_PTR_T)(0x3CC0000C)) /* Modem Control Register */
#define UTRSTAT0 (*(REG32_PTR_T)(0x3CC00010)) /* Tx/Rx Status Register */
#define UERSTAT0 (*(REG32_PTR_T)(0x3CC00014)) /* Rx Error Status Register */
#define UFSTAT0 (*(REG32_PTR_T)(0x3CC00018)) /* FIFO Status Register */
#define UMSTAT0 (*(REG32_PTR_T)(0x3CC0001C)) /* Modem Status Register */
#define UTXH0 (*(REG32_PTR_T)(0x3CC00020)) /* Transmit Buffer Register */
#define URXH0 (*(REG32_PTR_T)(0x3CC00024)) /* Receive Buffer Register */
#define UBRDIV0 (*(REG32_PTR_T)(0x3CC00028)) /* Baud Rate Divisor Register */
/* UART 1*/
#define ULCON1 (*(REG32_PTR_T)(0x3CC08000)) /* Line Control Register */
#define UCON1 (*(REG32_PTR_T)(0x3CC08004)) /* Control Register */
#define UFCON1 (*(REG32_PTR_T)(0x3CC08008)) /* FIFO Control Register */
#define UMCON1 (*(REG32_PTR_T)(0x3CC0800C)) /* Modem Control Register */
#define UTRSTAT1 (*(REG32_PTR_T)(0x3CC08010)) /* Tx/Rx Status Register */
#define UERSTAT1 (*(REG32_PTR_T)(0x3CC08014)) /* Rx Error Status Register */
#define UFSTAT1 (*(REG32_PTR_T)(0x3CC08018)) /* FIFO Status Register */
#define UMSTAT1 (*(REG32_PTR_T)(0x3CC0801C)) /* Modem Status Register */
#define UTXH1 (*(REG32_PTR_T)(0x3CC08020)) /* Transmit Buffer Register */
#define URXH1 (*(REG32_PTR_T)(0x3CC08024)) /* Receive Buffer Register */
#define UBRDIV1 (*(REG32_PTR_T)(0x3CC08028)) /* Baud Rate Divisor Register */
#endif
/* 26. LCD INTERFACE CONTROLLER */
#if CONFIG_CPU==S5L8700
#define LCD_BASE 0x3C100000
#else /* CPU_S5L8701 */
#define LCD_BASE 0x38600000
#endif
#define LCD_CON (*(REG32_PTR_T)(LCD_BASE+0x00)) /* Control register. */
#define LCD_WCMD (*(REG32_PTR_T)(LCD_BASE+0x04)) /* Write command register. */
#define LCD_RCMD (*(REG32_PTR_T)(LCD_BASE+0x0C)) /* Read command register. */
#define LCD_RDATA (*(REG32_PTR_T)(LCD_BASE+0x10)) /* Read data register. */
#define LCD_DBUFF (*(REG32_PTR_T)(LCD_BASE+0x14)) /* Read Data buffer */
#define LCD_INTCON (*(REG32_PTR_T)(LCD_BASE+0x18)) /* Interrupt control register */
#define LCD_STATUS (*(REG32_PTR_T)(LCD_BASE+0x1C)) /* LCD Interface status 0106 */
#define LCD_PHTIME (*(REG32_PTR_T)(LCD_BASE+0x20)) /* Phase time register 0060 */
#define LCD_RST_TIME (*(REG32_PTR_T)(LCD_BASE+0x24)) /* Reset active period 07FF */
#define LCD_DRV_RST (*(REG32_PTR_T)(LCD_BASE+0x28)) /* Reset drive signal */
#define LCD_WDATA (*(REG32_PTR_T)(LCD_BASE+0x40)) /* Write data register (0x40...0x5C) FIXME */
/* 27. CLCD CONTROLLER */
#define LCDCON1 (*(REG32_PTR_T)(0x39200000)) /* LCD control 1 register */
#define LCDCON2 (*(REG32_PTR_T)(0x39200004)) /* LCD control 2 register */
#define LCDTCON1 (*(REG32_PTR_T)(0x39200008)) /* LCD time control 1 register */
#define LCDTCON2 (*(REG32_PTR_T)(0x3920000C)) /* LCD time control 2 register */
#define LCDTCON3 (*(REG32_PTR_T)(0x39200010)) /* LCD time control 3 register */
#define LCDOSD1 (*(REG32_PTR_T)(0x39200014)) /* LCD OSD control 1 register */
#define LCDOSD2 (*(REG32_PTR_T)(0x39200018)) /* LCD OSD control 2 register */
#define LCDOSD3 (*(REG32_PTR_T)(0x3920001C)) /* LCD OSD control 3 register */
#define LCDB1SADDR1 (*(REG32_PTR_T)(0x39200020)) /* Frame buffer start address register for Back-Ground buffer 1 */
#define LCDB2SADDR1 (*(REG32_PTR_T)(0x39200024)) /* Frame buffer start address register for Back-Ground buffer 2 */
#define LCDF1SADDR1 (*(REG32_PTR_T)(0x39200028)) /* Frame buffer start address register for Fore-Ground (OSD) buffer 1 */
#define LCDF2SADDR1 (*(REG32_PTR_T)(0x3920002C)) /* Frame buffer start address register for Fore-Ground (OSD) buffer 2 */
#define LCDB1SADDR2 (*(REG32_PTR_T)(0x39200030)) /* Frame buffer end address register for Back-Ground buffer 1 */
#define LCDB2SADDR2 (*(REG32_PTR_T)(0x39200034)) /* Frame buffer end address register for Back-Ground buffer 2 */
#define LCDF1SADDR2 (*(REG32_PTR_T)(0x39200038)) /* Frame buffer end address register for Fore-Ground (OSD) buffer 1 */
#define LCDF2SADDR2 (*(REG32_PTR_T)(0x3920003C)) /* Frame buffer end address register for Fore-Ground (OSD) buffer 2 */
#define LCDB1SADDR3 (*(REG32_PTR_T)(0x39200040)) /* Virtual screen address set for Back-Ground buffer 1 */
#define LCDB2SADDR3 (*(REG32_PTR_T)(0x39200044)) /* Virtual screen address set for Back-Ground buffer 2 */
#define LCDF1SADDR3 (*(REG32_PTR_T)(0x39200048)) /* Virtual screen address set for Fore-Ground(OSD) buffer 1 */
#define LCDF2SADDR3 (*(REG32_PTR_T)(0x3920004C)) /* Virtual screen address set for Fore-Ground(OSD) buffer 2 */
#define LCDINTCON (*(REG32_PTR_T)(0x39200050)) /* Indicate the LCD interrupt control register */
#define LCDKEYCON (*(REG32_PTR_T)(0x39200054)) /* Color key control register */
#define LCDCOLVAL (*(REG32_PTR_T)(0x39200058)) /* Color key value ( transparent value) register */
#define LCDBGCON (*(REG32_PTR_T)(0x3920005C)) /* Back-Ground color control */
#define LCDFGCON (*(REG32_PTR_T)(0x39200060)) /* Fore-Ground color control */
#define LCDDITHMODE (*(REG32_PTR_T)(0x39200064)) /* Dithering mode register. */
/* 28. ATA CONTROLLER */
#define ATA_CONTROL (*(REG32_PTR_T)(0x38E00000)) /* Enable and clock down status */
#define ATA_STATUS (*(REG32_PTR_T)(0x38E00004)) /* Status */
#define ATA_COMMAND (*(REG32_PTR_T)(0x38E00008)) /* Command */
#define ATA_SWRST (*(REG32_PTR_T)(0x38E0000C)) /* Software reset */
#define ATA_IRQ (*(REG32_PTR_T)(0x38E00010)) /* Interrupt sources */
#define ATA_IRQ_MASK (*(REG32_PTR_T)(0x38E00014)) /* Interrupt mask */
#define ATA_CFG (*(REG32_PTR_T)(0x38E00018)) /* Configuration for ATA interface */
#define ATA_PIO_TIME (*(REG32_PTR_T)(0x38E0002C)) /* PIO timing */
#define ATA_UDMA_TIME (*(REG32_PTR_T)(0x38E00030)) /* UDMA timing */
#define ATA_XFR_NUM (*(REG32_PTR_T)(0x38E00034)) /* Transfer number */
#define ATA_XFR_CNT (*(REG32_PTR_T)(0x38E00038)) /* Current transfer count */
#define ATA_TBUF_START (*(REG32_PTR_T)(0x38E0003C)) /* Start address of track buffer */
#define ATA_TBUF_SIZE (*(REG32_PTR_T)(0x38E00040)) /* Size of track buffer */
#define ATA_SBUF_START (*(REG32_PTR_T)(0x38E00044)) /* Start address of Source buffer1 */
#define ATA_SBUF_SIZE (*(REG32_PTR_T)(0x38E00048)) /* Size of source buffer1 */
#define ATA_CADR_TBUF (*(REG32_PTR_T)(0x38E0004C)) /* Current write address of track buffer */
#define ATA_CADR_SBUF (*(REG32_PTR_T)(0x38E00050)) /* Current read address of source buffer */
#define ATA_PIO_DTR (*(REG32_PTR_T)(0x38E00054)) /* PIO device data register */
#define ATA_PIO_FED (*(REG32_PTR_T)(0x38E00058)) /* PIO device Feature/Error register */
#define ATA_PIO_SCR (*(REG32_PTR_T)(0x38E0005C)) /* PIO sector count register */
#define ATA_PIO_LLR (*(REG32_PTR_T)(0x38E00060)) /* PIO device LBA low register */
#define ATA_PIO_LMR (*(REG32_PTR_T)(0x38E00064)) /* PIO device LBA middle register */
#define ATA_PIO_LHR (*(REG32_PTR_T)(0x38E00068)) /* PIO device LBA high register */
#define ATA_PIO_DVR (*(REG32_PTR_T)(0x38E0006C)) /* PIO device register */
#define ATA_PIO_CSD (*(REG32_PTR_T)(0x38E00070)) /* PIO device command/status register */
#define ATA_PIO_DAD (*(REG32_PTR_T)(0x38E00074)) /* PIO control/alternate status register */
#define ATA_PIO_READY (*(REG32_PTR_T)(0x38E00078)) /* PIO data read/write ready */
#define ATA_PIO_RDATA (*(REG32_PTR_T)(0x38E0007C)) /* PIO read data from device register */
#define BUS_FIFO_STATUS (*(REG32_PTR_T)(0x38E00080)) /* Reserved */
#define ATA_FIFO_STATUS (*(REG32_PTR_T)(0x38E00084)) /* Reserved */
/* 29. CHIP ID */
#define REG_ONE (*(REG32_PTR_T)(0x3D100000)) /* Receive the first 32 bits from a fuse box */
#define REG_TWO (*(REG32_PTR_T)(0x3D100004)) /* Receive the other 8 bits from a fuse box */
#if CONFIG_CPU==S5L8701
/* Hardware AES crypto unit - S5L8701 only */
#define ICONSRCPND (*(REG32_PTR_T)(0x39C00000))
#define ICONINTPND (*(REG32_PTR_T)(0x39C00010))
#define AESCONTROL (*(REG32_PTR_T)(0x39800000))
#define AESGO (*(REG32_PTR_T)(0x39800004))
#define AESUNKREG0 (*(REG32_PTR_T)(0x39800008))
#define AESSTATUS (*(REG32_PTR_T)(0x3980000C))
#define AESUNKREG1 (*(REG32_PTR_T)(0x39800010))
#define AESKEYLEN (*(REG32_PTR_T)(0x39800014))
#define AESOUTSIZE (*(REG32_PTR_T)(0x39800018))
#define AESOUTADDR (*(REG32_PTR_T)(0x39800020))
#define AESINSIZE (*(REG32_PTR_T)(0x39800024))
#define AESINADDR (*(REG32_PTR_T)(0x39800028))
#define AESAUXSIZE (*(REG32_PTR_T)(0x3980002C))
#define AESAUXADDR (*(REG32_PTR_T)(0x39800030))
#define AESSIZE3 (*(REG32_PTR_T)(0x39800034))
#define AESTYPE (*(REG32_PTR_T)(0x3980006C))
#define HASHCTRL (*(REG32_PTR_T)(0x3C600000))
#define HASHRESULT ((REG32_PTR_T)(0x3C600020))
#define HASHDATAIN ((REG32_PTR_T)(0x3C600040))
/* Clickwheel controller - S5L8701 only */
#define WHEEL00 (*((uint32_t volatile*)(0x3C200000)))
#define WHEEL04 (*((uint32_t volatile*)(0x3C200004)))
#define WHEEL08 (*((uint32_t volatile*)(0x3C200008)))
#define WHEEL0C (*((uint32_t volatile*)(0x3C20000C)))
#define WHEEL10 (*((uint32_t volatile*)(0x3C200010)))
#define WHEELINT (*((uint32_t volatile*)(0x3C200014)))
#define WHEELRX (*((uint32_t volatile*)(0x3C200018)))
#define WHEELTX (*((uint32_t volatile*)(0x3C20001C)))
/* Synopsys OTG - S5L8701 only */
#define OTGBASE 0x38800000
#define PHYBASE 0x3C400000
/* OTG PHY control registers */
#define OPHYPWR (*((uint32_t volatile*)(PHYBASE + 0x000)))
#define OPHYCLK (*((uint32_t volatile*)(PHYBASE + 0x004)))
#define ORSTCON (*((uint32_t volatile*)(PHYBASE + 0x008)))
#define OPHYUNK3 (*((uint32_t volatile*)(PHYBASE + 0x018)))
#define OPHYUNK1 (*((uint32_t volatile*)(PHYBASE + 0x01c)))
#define OPHYUNK2 (*((uint32_t volatile*)(PHYBASE + 0x044)))
/* 7 available EPs (0b00000000011101010000000001101011), 6 used */
#define USB_NUM_ENDPOINTS 6
/* Define this if the DWC implemented on this SoC does not support
dedicated FIFOs. */
#define USB_DW_SHARED_FIFO
/* Define this if the DWC implemented on this SoC does not support
DMA or you want to disable it. */
// #define USB_DW_ARCH_SLAVE
#endif /* CONFIG_CPU==S5L8701 */
| 77.115764 | 149 | 0.601057 |
4413cdd00e40cdab53a345cdfc955e4a11e665dc | 219 | h | C | Penn/PNKit/PNKitViewController.h | ALLENPONG/Penn | 62e457286777b915ff9bbbe638eff7ddcb38803c | [
"MIT"
] | 2 | 2017-09-07T05:05:31.000Z | 2017-11-04T06:03:00.000Z | Penn/PNKit/PNKitViewController.h | ALLENPONG/Penn | 62e457286777b915ff9bbbe638eff7ddcb38803c | [
"MIT"
] | null | null | null | Penn/PNKit/PNKitViewController.h | ALLENPONG/Penn | 62e457286777b915ff9bbbe638eff7ddcb38803c | [
"MIT"
] | null | null | null | //
// PNKitViewController.h
// Penn
//
// Created by PENN on 2017/11/4.
// Copyright © 2017年 PENN. All rights reserved.
//
#import "BaseViewController.h"
@interface PNKitViewController : BaseViewController
@end
| 14.6 | 51 | 0.707763 |
57913af0d5a867e57834a65303d5b4c89335926b | 410 | h | C | src/gui/user_widget.h | thesstefan/trenchcoatinator | fcd9780ae4ee42c28476a7f1fb7cf44a9919a859 | [
"MIT"
] | null | null | null | src/gui/user_widget.h | thesstefan/trenchcoatinator | fcd9780ae4ee42c28476a7f1fb7cf44a9919a859 | [
"MIT"
] | null | null | null | src/gui/user_widget.h | thesstefan/trenchcoatinator | fcd9780ae4ee42c28476a7f1fb7cf44a9919a859 | [
"MIT"
] | null | null | null | #pragma once
#include <QWidget>
#include <QTableWidget>
#include "../user_service.h"
class UserWidget : public QWidget {
Q_OBJECT
private:
std::shared_ptr<UserService> service;
void updateTable();
public:
UserWidget(std::shared_ptr<UserService> service, QWidget *parent);
public slots:
void openFile();
void seeCart();
void buyCoats();
};
| 17.083333 | 74 | 0.629268 |
b996615d26b6e96ca50d165ebc14cab8e0733eb4 | 103 | h | C | src/qt/src/3rdparty/webkit/Source/WebCore/ForwardingHeaders/jit/JITCode.h | ant0ine/phantomjs | 8114d44a28134b765ab26b7e13ce31594fa81253 | [
"BSD-3-Clause"
] | 46 | 2015-01-08T14:32:34.000Z | 2022-02-05T16:48:26.000Z | src/qt/src/3rdparty/webkit/Source/WebCore/ForwardingHeaders/jit/JITCode.h | ant0ine/phantomjs | 8114d44a28134b765ab26b7e13ce31594fa81253 | [
"BSD-3-Clause"
] | 9 | 2020-04-18T18:47:18.000Z | 2020-04-18T18:52:41.000Z | src/qt/src/3rdparty/webkit/Source/WebCore/ForwardingHeaders/jit/JITCode.h | ant0ine/phantomjs | 8114d44a28134b765ab26b7e13ce31594fa81253 | [
"BSD-3-Clause"
] | 14 | 2015-10-27T06:17:48.000Z | 2020-03-03T06:15:50.000Z | #ifndef WebCore_FWD_JITCode_h
#define WebCore_FWD_JITCode_h
#include <JavaScriptCore/JITCode.h>
#endif
| 20.6 | 35 | 0.854369 |
27a50d47742b15a1501f96f2537c335874366ea7 | 2,079 | h | C | source/de/hackcraft/util/Geomap.h | DMJC/linwarrior | 50cd46660c11e58cc6fbc431a150cf55ce0dd682 | [
"Apache-2.0"
] | 23 | 2015-12-08T19:29:10.000Z | 2021-09-22T04:13:31.000Z | source/de/hackcraft/util/Geomap.h | DMJC/linwarrior | 50cd46660c11e58cc6fbc431a150cf55ce0dd682 | [
"Apache-2.0"
] | 7 | 2018-04-30T13:05:57.000Z | 2021-08-25T03:58:07.000Z | source/de/hackcraft/util/Geomap.h | DMJC/linwarrior | 50cd46660c11e58cc6fbc431a150cf55ce0dd682 | [
"Apache-2.0"
] | 4 | 2018-01-25T03:05:19.000Z | 2021-08-25T03:30:15.000Z | /*
* File: Geomap.h
* Project: LinWarrior 3D
* Home: hackcraft.de
*
* Created on April 21, 2012, 6:08 PM
*/
#ifndef GEOMAP_H
#define GEOMAP_H
#include <unordered_map>
#include <list>
#include <stdlib.h>
/**
* Generic Geo-Hash-Table for spatial indexing.
*/
template <class T>
class Geomap {
public:
void clear() {
unsigned long geosize = geomap.size();
geomap.clear();
geomap.reserve(geosize * 2);
}
void put(long x, long z, T value) {
Geokey key = getGeokey(x, z);
geomap[key].push_back(value);
}
std::list<T>* getGeoInterval(float* min2f, float* max2f) {
std::list<T>* found = new std::list<T>();
const long f = 1 << 5;
long ax = ((long) min2f[0] / f) * f;
long az = ((long) min2f[1] / f) * f;
long bx = ((long) max2f[0] / f) * f;
long bz = ((long) max2f[1] / f) * f;
int n = 0;
for (long j = az - f * 1; j <= bz + f * 1; j += f) {
for (long i = ax - f * 1; i <= bx + f * 1; i += f) {
std::list<T>* l = &(geomap[getGeokey(i, j)]);
if (l != NULL) {
//cout << "found " << l->size() << "\n";
found->insert(found->begin(), l->begin(), l->end());
}
n++;
}
}
//cout << min2f[0] << ":" << min2f[1] << " - " << max2f[0] << ":" << max2f[1] << " " << n << " FOUND " << found->size() << "\n";
//cout << ax << ":" << az << " - " << bx << ":" << bz << " " << n << " FOUND " << found->size() << "\n";
return found;
}
private:
typedef unsigned long long Geokey;
std::unordered_map<Geokey,std::list<T> > geomap;
Geokey getGeokey(long x, long z) {
Geokey xpart = ((Geokey) ((long(x))&0xFFFFFFFF)) >> 5;
//cout << x << " ~ " << xpart << "\n";
Geokey zpart = ((Geokey) ((long(z))&0xFFFFFFFF)) >> 5;
Geokey key = (xpart << 32) | zpart;
//cout << key << "\n";
return key;
};
};
#endif /* GEOMAP_H */
| 26.653846 | 137 | 0.446368 |
7e98efeb708fa70d396312d861ce7c6b30b4566a | 413 | h | C | robot_primary/LED.h | Robosoc-Southampton/Eurobot-2018 | 9eb473e2f923e001a921efb67452c46e0afadd2d | [
"MIT"
] | null | null | null | robot_primary/LED.h | Robosoc-Southampton/Eurobot-2018 | 9eb473e2f923e001a921efb67452c46e0afadd2d | [
"MIT"
] | 1 | 2018-03-14T14:54:13.000Z | 2018-03-14T14:54:13.000Z | robot/LED.h | Robosoc-Southampton/Eurobot-2018 | 9eb473e2f923e001a921efb67452c46e0afadd2d | [
"MIT"
] | 1 | 2021-06-17T05:01:25.000Z | 2021-06-17T05:01:25.000Z | /* This library was created by Daniel Hausner in Nov 2017 for odometry assignment
* at University of Southampton. It eases interaction with LEDs.
* dh4n16@soton.ac.uk
*/
#ifndef LED_H
#define LED_H
#include <Arduino.h>
class LED {
public:
LED(byte pin); // constructor
void on(); // switch on
void off(); // switch off
void blink(int time); // blink with period of time
private:
byte _pin;
};
#endif
| 17.956522 | 81 | 0.7046 |
b481fda5308f409ee9e96917fcfb9301d1fbb861 | 887 | h | C | KYLinkageFrame/KYLinkageFrame/KYSegmentView/KYSegmentView.h | KY-zero/KY_CircleFrame | 5468058963f19e7c6874eda2281b741a24605694 | [
"Apache-2.0"
] | 2 | 2016-11-11T04:24:19.000Z | 2017-03-23T03:51:40.000Z | KYLinkageFrame/KYLinkageFrame/KYSegmentView/KYSegmentView.h | KY-zero/KY_CircleFrame | 5468058963f19e7c6874eda2281b741a24605694 | [
"Apache-2.0"
] | null | null | null | KYLinkageFrame/KYLinkageFrame/KYSegmentView/KYSegmentView.h | KY-zero/KY_CircleFrame | 5468058963f19e7c6874eda2281b741a24605694 | [
"Apache-2.0"
] | null | null | null | //
// KYSegmentView.h
// KYLinkageFrame
//
// Created by Sherry Lai on 16/11/12.
// Copyright © 2016年 KY_zero. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface KYSegmentView : UIView <UIScrollViewDelegate>
@property (nonatomic,strong)NSArray * nameArray;
@property (nonatomic,strong)NSArray * headScrollViews;
@property (nonatomic,strong)UIScrollView * headScrollView;
@property (nonatomic,strong)NSArray *controllers;
@property (nonatomic,strong)UIView * segmentView;
@property (nonatomic,strong)UIScrollView * segmentScrollV;
@property (nonatomic,strong)UILabel * line;
@property (nonatomic ,strong)UIButton * seleBtn;
@property (nonatomic,strong)UILabel * down;
- (instancetype)initWithFrame:(CGRect)frame controllers:(NSArray*)controllers titleArray:(NSArray*)titleArray headScrollVoews:(NSArray *)headScrollVoews ParentController:(UIViewController*)parentC;
@end
| 35.48 | 198 | 0.785795 |
f1d8d8d63a833a3815a0ca61965832e6f51e90c6 | 104 | h | C | include/sys/reboot.h | p-durlej/xenus | 44a83de9f863672c349adf6e7b0baac2337183f8 | [
"BSD-2-Clause"
] | 2 | 2019-06-06T06:19:25.000Z | 2019-12-29T19:33:28.000Z | include/sys/reboot.h | p-durlej/xenus | 44a83de9f863672c349adf6e7b0baac2337183f8 | [
"BSD-2-Clause"
] | 1 | 2019-06-06T07:21:07.000Z | 2019-06-08T09:39:08.000Z | include/sys/reboot.h | p-durlej/xenus | 44a83de9f863672c349adf6e7b0baac2337183f8 | [
"BSD-2-Clause"
] | null | null | null |
#define RB_MODE 7
#define RB_HALT 0
#define RB_AUTOBOOT 1
#define RB_NOSYNC 8
int reboot(int mode);
| 13 | 21 | 0.75 |
f2f40636b1b14028a630fd795db6369017156736 | 822 | h | C | src/OpenGLAutoMaskObj/OpenGL_Auto_Obj_Masker/EasyPolygon2D.h | 565353780/opengl-automaskobj | bae7c35a0aece5a09ec67b02241aff58932c6daf | [
"MIT"
] | null | null | null | src/OpenGLAutoMaskObj/OpenGL_Auto_Obj_Masker/EasyPolygon2D.h | 565353780/opengl-automaskobj | bae7c35a0aece5a09ec67b02241aff58932c6daf | [
"MIT"
] | null | null | null | src/OpenGLAutoMaskObj/OpenGL_Auto_Obj_Masker/EasyPolygon2D.h | 565353780/opengl-automaskobj | bae7c35a0aece5a09ec67b02241aff58932c6daf | [
"MIT"
] | null | null | null | #ifndef EASYPOLYGON_H
#define EASYPOLYGON_H
#include <iostream>
#include <vector>
#include <algorithm>
#include <stdlib.h>
#include <cmath>
#include "EasyPoint2D.h"
#include "EasyRect2D.h"
#include "EasyLine2D.h"
#include "EasyIntersection2D.h"
class EasyPolygon2D
{
public:
EasyPolygon2D()
{
}
bool reset();
bool setID(
const int &id_data);
bool addPoint(
const EasyPoint2D &point_2d);
bool insertPoint(
const EasyPoint2D &point_2d,
const size_t &insert_idx1);
bool removePoint(
const size_t &remove_idx);
bool isClockWise();
bool setClockWise();
bool setAntiClockWise();
float getPolygonArea();
bool getPolygonRect(
EasyRect2D &rect_2d);
std::vector<EasyPoint2D> point_list;
};
#endif //EASYPOLYGON_H
| 15.807692 | 40 | 0.663017 |
a4bd79ae62da97c51682f2427bd4a868aadb4dee | 2,723 | c | C | src/src/motors.c | DanielHeise/microbach-robot | 402b00a4d51ef7b58e6d0332da2851b7cd3d0e89 | [
"MIT"
] | null | null | null | src/src/motors.c | DanielHeise/microbach-robot | 402b00a4d51ef7b58e6d0332da2851b7cd3d0e89 | [
"MIT"
] | null | null | null | src/src/motors.c | DanielHeise/microbach-robot | 402b00a4d51ef7b58e6d0332da2851b7cd3d0e89 | [
"MIT"
] | null | null | null | /**
*
* file: motors.c
* author: Daniel Heise
* description: implementation for operating the stepper motors
*
*/
#include "motors.h"
#include "sensors.h"
#include "driver-boards.h"
/**
* function: move
* description: initialization of the universal synch/asynch rx/tx registers
*/
void move(u8_t direction, u8_t distance)
{
DirectionBefore_LastDirection = LastDirection; // Store the move before the most recent last move...ha
switch(direction)
{
case FORWARD: // Move Forward
LM_DIR = LM_FORWARD; // Left motor = Forward motion
RM_DIR = RM_FORWARD; // Right motor = Forward motion
LastDirection = FORWARD; // Set this as the last direction moved
motion_planning(distance); // Drive the motors
break;
case RIGHT: // Move Right
RM_DIR = RM_REVERSE; // Right motor = Reverse motion
LastDirection = RIGHT; // Set this as the last direction moved
motion_planning(distance); // Drive the motors
break;
case LEFT: // Move Left
LM_DIR = LM_REVERSE; // Left motor = Reverse motion
LastDirection = LEFT; // Set this as the last direction moved
motion_planning(distance); // Drive the motors
break;
case TURN_AROUND: // Turn Around
RM_DIR = RM_REVERSE; // Right motor = Reverse motion
LastDirection = TURN_AROUND; // Set this as the last direction moved
motion_planning(distance); // Drive the motors
break;
default:
break;
}
} // End move
/**
* function: motion_planning
* description: prep for the next move of the robot
*/
void motion_planning(u8_t num_cells)
{
if(LastDirection != FORWARD || DirectionBefore_LastDirection != FORWARD) // We need to give a very little pause BEFORE and AFTER turning or the
delay(80); // steps for the next decision will come too fast and the stepper
// motors will stumble and fail; proper Delay(x) will vary with PWM speeds
if(!num_cells)
{
if(CorrectLeft)
Destination = (correction_cnt - REFERENCE_POINT);
else //(CorrectRight)
Destination = (REFERENCE_POINT - correction_cnt);
}
else
{
Destination = SINGLE_CELL * num_cells;
Second_Trip_Point = Destination - FIRST_TRIP_POINT;
}
odometer = 0; // reset the trip
moving = 1; // Set moving flag
TIMER2_TIME = 0; // Clear timer count value
TIMER2 = ON; // Turn ON the timer
} // End motion_planning
/**
* function: delay
* description: allow some arbitrary time to pass; meant for motor stabilzation
*/
void delay(u16_t time)
{
u16_t m, n;
for(m=0;m<time;m++)
{
for(n=0;n<250;n++);
}
} // End delay
| 30.595506 | 144 | 0.646346 |
00e4a4005338ae7329148212c90ba0e37526941c | 495 | h | C | SwrveSDKCommon/Common/SwrveLogger.h | Swrve/swrve-ios-sdk | d4edf327fd89c8a2a424bcf69d153b7aae1ba33c | [
"Apache-2.0"
] | 18 | 2015-04-20T09:33:12.000Z | 2022-03-01T07:21:10.000Z | SwrveSDKCommon/Common/SwrveLogger.h | Swrve/swrve-ios-sdk | d4edf327fd89c8a2a424bcf69d153b7aae1ba33c | [
"Apache-2.0"
] | 203 | 2015-01-15T11:37:07.000Z | 2021-08-16T12:00:57.000Z | SwrveSDKCommon/Common/SwrveLogger.h | Swrve/swrve-ios-sdk | d4edf327fd89c8a2a424bcf69d153b7aae1ba33c | [
"Apache-2.0"
] | 50 | 2015-01-15T10:38:57.000Z | 2021-06-15T16:46:48.000Z | #import <Foundation/Foundation.h>
/*! Swrve SDK logger class. Defaults to verbose on DEBUG builds and to none on release builds. You can change the level at runtime with setLogLevel */
typedef enum SwrveLogLevel : NSUInteger {
NONE,
ERROR,
WARNING,
VERBOSE
} SwrveLogLevel;
@interface SwrveLogger : NSObject
+ (void)setLogLevel:(SwrveLogLevel)level;
+ (void)error:(NSString *)format, ...;
+ (void)warning:(NSString *)format, ...;
+ (void)debug:(NSString *)format, ...;
@end
| 24.75 | 150 | 0.705051 |
28e115171f9711c8d0ed5b742c04492f663f0fff | 5,816 | h | C | Libraries/Arc/include/Arc/Vector2.h | WhoBrokeTheBuild/Water-and-Oil-Engine | aaaed0664a394dd1f670524832b5ca3ec065512e | [
"MIT"
] | null | null | null | Libraries/Arc/include/Arc/Vector2.h | WhoBrokeTheBuild/Water-and-Oil-Engine | aaaed0664a394dd1f670524832b5ca3ec065512e | [
"MIT"
] | null | null | null | Libraries/Arc/include/Arc/Vector2.h | WhoBrokeTheBuild/Water-and-Oil-Engine | aaaed0664a394dd1f670524832b5ca3ec065512e | [
"MIT"
] | 1 | 2019-12-25T15:04:56.000Z | 2019-12-25T15:04:56.000Z | /* This file is part of ArcCore.
*
* ArcCore is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* ArcCore is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with ArcCore; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* Author: Stephen Lane-Walsh
*
*/
#ifndef ARC_CORE_VECTOR_2_H
#define ARC_CORE_VECTOR_2_H
#include <sstream>
#include <cmath>
#include "ManagedObject.h"
#include "Types.h"
#include "RandomFunctions.h"
#include "MathFunctions.h"
using std::stringstream;
namespace Arc
{
class Vector2
: public ManagedObject
{
public:
static Vector2 ZERO;
static Vector2 ONE;
static Vector2 NEGATIVE_ONE;
inline Vector2( void )
: m_X(),
m_Y()
{ }
inline Vector2( const float& x, const float& y )
: m_X(x),
m_Y(y)
{ }
inline Vector2( const float& both )
: m_X(both),
m_Y(both)
{ }
inline Vector2( const Vector2& rhs )
: m_X(rhs.m_X),
m_Y(rhs.m_Y)
{ }
virtual inline void operator=( const Vector2& rhs )
{
m_X = rhs.m_X;
m_Y = rhs.m_Y;
}
virtual inline ~Vector2( void ) { }
virtual inline string getClassName( void ) const { return "Arc Vector2"; }
virtual inline string toString( void ) const
{
stringstream ss;
ss << "[X: " << m_X << ", Y: " << m_Y << "]";
return ss.str();
}
/* Generate a random Vector2 between the min and max values
*
* @param minX: The minimum X value to be generated randomly
* @param minY: The minimum Y value to be generated randomly
* @param maxX: The maximum X value to be generated randomly
* @param maxY: The maximum Y value to be generated randomly
* @returns: A random number between the min and max values
*/
inline static Vector2 Rand( float minX, float minY, float maxX, float maxY )
{
return Vector2(Arc_RandFloat(minX, maxX), Arc_RandFloat(minY, maxY));
}
/* Lerp between the start and end vectors by the fraction amount
*
* @param start: The starting values
* @param end: The ending values
* @param fraction: The amount to lerp between the values, should be between 0 and 1
* @returns: The lerped value between the start and end vectors by the fraction amount
*/
inline static Vector2 Lerp( const Vector2& start, const Vector2& end, float fraction )
{
return Vector2(Arc_Lerp(start.m_X, end.m_X, fraction), Arc_Lerp(start.m_Y, end.m_Y, fraction));
}
virtual inline float getX( void ) const { return m_X; }
virtual inline float getY( void ) const { return m_Y; }
virtual inline void setX( float x ) { m_X = x; }
virtual inline void setY( float y ) { m_Y = y; }
/*
* @returns: Half of the X value
*/
inline float getHalfX( void ) const { return (getX() * 0.5f); }
/*
* @returns: Half of the Y value
*/
inline float getHalfY( void ) const { return (getY() * 0.5f); }
/* Normalizes the vector and stores the new values in X and Y
*/
virtual void normalize( void );
/* Gets a normalized copy of this vector
*
* @returns: A normalized copy of this vector
*/
Vector2 getNormalized( void );
virtual inline float getLengthSquared( void )
{
return (m_X * m_X) + (m_Y * m_Y);
}
virtual inline float getLength( void )
{
return (float)std::sqrt(getLengthSquared());
}
inline float getDot( const Vector2& rhs )
{
return (getX() * rhs.getX()) + (getY() * rhs.getY());
}
virtual inline Vector2 operator-( const Vector2& rhs )
{
Vector2 tmp;
tmp.m_X = m_X - rhs.m_X;
tmp.m_Y = m_Y - rhs.m_Y;
return tmp;
}
virtual inline Vector2 operator+( const Vector2& rhs )
{
Vector2 tmp;
tmp.m_X = m_X + rhs.m_X;
tmp.m_Y = m_Y + rhs.m_Y;
return tmp;
}
virtual inline Vector2 operator/( const Vector2& rhs )
{
Vector2 tmp;
tmp.m_X = m_X / rhs.m_X;
tmp.m_Y = m_Y / rhs.m_Y;
return tmp;
}
virtual inline Vector2 operator*( const Vector2& rhs )
{
Vector2 tmp;
tmp.m_X = m_X * rhs.m_X;
tmp.m_Y = m_Y * rhs.m_Y;
return tmp;
}
virtual inline Vector2& operator+=( const Vector2& rhs )
{
m_X += rhs.m_X;
m_Y += rhs.m_Y;
return *this;
}
virtual inline Vector2& operator-=( const Vector2& rhs )
{
m_X -= rhs.m_X;
m_Y -= rhs.m_Y;
return *this;
}
virtual inline Vector2& operator*=( const Vector2& rhs )
{
m_X *= rhs.m_X;
m_Y *= rhs.m_Y;
return *this;
}
virtual inline Vector2& operator/=( const Vector2& rhs )
{
m_X /= rhs.m_X;
m_Y /= rhs.m_Y;
return *this;
}
virtual inline Vector2& operator*=( float value )
{
m_X *= value;
m_Y *= value;
return *this;
}
virtual inline Vector2& operator/=( float value )
{
m_X /= value;
m_Y /= value;
return *this;
}
virtual inline bool operator==( const Vector2& rhs ) const
{
return (m_X == rhs.m_X && m_Y == rhs.m_Y);
}
virtual inline bool operator!=( const Vector2& rhs ) const
{
return ! (*this == rhs);
}
virtual inline bool operator<( const Vector2& rhs ) const
{
return (m_X < rhs.m_X && m_Y < rhs.m_Y);
}
virtual inline bool operator>( const Vector2& rhs ) const
{
return (m_X > rhs.m_X && m_Y > rhs.m_Y);
}
virtual inline bool operator<=( const Vector2& rhs ) const
{
return (m_X <= rhs.m_X && m_Y <= rhs.m_Y);
}
virtual inline bool operator>=( const Vector2& rhs ) const
{
return (m_X >= rhs.m_X && m_Y >= rhs.m_Y);
}
protected:
float m_X;
float m_Y;
};
} // namespace Arc
#endif // ARC_CORE_VECTOR_2_H
| 21.540741 | 97 | 0.662827 |
7a3d42a48dbdc11982cf95f9ae788bd1e8623262 | 1,148 | h | C | main.h | LEdoian/leren | f633651b7b89262e350a90b607e714956c848ec6 | [
"Artistic-2.0"
] | null | null | null | main.h | LEdoian/leren | f633651b7b89262e350a90b607e714956c848ec6 | [
"Artistic-2.0"
] | null | null | null | main.h | LEdoian/leren | f633651b7b89262e350a90b607e714956c848ec6 | [
"Artistic-2.0"
] | null | null | null | /*
* main.h: header file for main.c
*/
//TODO: Add Doxygen documentation
#ifndef LER_MAIN_H
#define LER_MAIN_H
#include <stdbool.h>
struct LER_cell_s {
unsigned int x; // redundant?
unsigned int y; // redundant?
bool wall;
};
struct LER_field_s {
unsigned int width;
unsigned int height;
struct LER_cell_s * * cells;
};
enum LER_ori_e {
NORTH,
EAST,
SOUTH,
WEST,
};
enum LER_rot_e {
CW,
CCW,
};
struct LER_robot_s {
int x;
int y;
struct LER_field_s * field;
enum LER_ori_e ori;
};
// Typedefs!!
typedef struct LER_cell_s LER_cell_t;
typedef struct LER_field_s LER_field_t;
typedef enum LER_ori_e LER_ori_t;
typedef enum LER_rot_e LER_rot_t;
typedef struct LER_robot_s LER_robot_t;
int LER_init(void/*??*/);
LER_field_t * LER_create_field(unsigned int width, unsigned int height);
LER_robot_t * LER_spawn_robot(unsigned int x, unsigned int y, LER_field_t * field);
void LER_go(LER_robot_t * robot);
//void LER_wall_handler(/*a pointer to function to be run when a robot collides into a wall. Possible parameters: x, y, field, robot*/);
void LER_turn(LER_robot_t * robot, LER_rot_t rot);
#endif /*ifndef LER_MAIN_H*/
| 19.133333 | 136 | 0.736063 |
4301570a0ffcad6cbb9626bf67daf63683606f62 | 7,886 | h | C | src/prod/src/Reliability/Failover/fm/ServiceInfo.h | gridgentoo/ServiceFabricAzure | c3e7a07617e852322d73e6cc9819d266146866a4 | [
"MIT"
] | 2,542 | 2018-03-14T21:56:12.000Z | 2019-05-06T01:18:20.000Z | src/prod/src/Reliability/Failover/fm/ServiceInfo.h | gridgentoo/ServiceFabricAzure | c3e7a07617e852322d73e6cc9819d266146866a4 | [
"MIT"
] | 994 | 2019-05-07T02:39:30.000Z | 2022-03-31T13:23:04.000Z | src/prod/src/Reliability/Failover/fm/ServiceInfo.h | gridgentoo/ServiceFabricAzure | c3e7a07617e852322d73e6cc9819d266146866a4 | [
"MIT"
] | 300 | 2018-03-14T21:57:17.000Z | 2019-05-06T20:07:00.000Z | // ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
#pragma once
namespace Reliability
{
namespace FailoverManagerComponent
{
class ServiceInfo : public StoreData
{
DENY_COPY_ASSIGNMENT(ServiceInfo);
public:
ServiceInfo();
ServiceInfo(ServiceInfo const & other);
ServiceInfo(ServiceInfo const & other, Reliability::ServiceDescription && serviceDescription);
ServiceInfo(
Reliability::ServiceDescription const& serviceDesc,
ServiceTypeSPtr const& serviceType,
FABRIC_SEQUENCE_NUMBER healthSequence,
bool isServiceUpdateNeeded);
static std::wstring const& GetStoreType();
virtual std::wstring const& GetStoreKey() const;
__declspec (property(get = get_ServiceDescription)) Reliability::ServiceDescription const& ServiceDescription;
Reliability::ServiceDescription const& get_ServiceDescription() const { return serviceDesc_; }
Reliability::ServiceDescription & get_ServiceDescription() { return serviceDesc_; }
__declspec (property(get = get_Instance)) uint64 Instance;
uint64 get_Instance() const { return serviceDesc_.Instance; }
__declspec (property(get = get_Name)) std::wstring const& Name;
std::wstring const& get_Name() const { return serviceDesc_.Name; }
__declspec (property(get = get_ServiceType, put = set_ServiceType)) ServiceTypeSPtr & ServiceType;
ServiceTypeSPtr const& get_ServiceType() const { return serviceType_; }
void set_ServiceType(ServiceTypeSPtr const& serviceType) { serviceType_ = serviceType; }
__declspec (property(get = get_IsServiceUpdateNeeded, put=set_IsServiceUpdateNeeded)) bool IsServiceUpdateNeeded;
bool get_IsServiceUpdateNeeded() const { return isServiceUpdateNeeded_; }
void set_IsServiceUpdateNeeded(bool value) { isServiceUpdateNeeded_ = value; }
__declspec (property(get=get_UpdatedNodes)) std::set<Federation::NodeId> const& UpdatedNodes;
std::set<Federation::NodeId> const& get_UpdatedNodes() const { return updatedNodes_; }
__declspec (property(get=get_IsToBeDeleted, put=set_IsToBeDeleted)) bool IsToBeDeleted;
bool get_IsToBeDeleted() const { return isToBeDeleted_; }
void set_IsToBeDeleted(bool value) { isToBeDeleted_ = value; }
__declspec (property(get=get_IsDeleted, put=set_IsDeleted)) bool IsDeleted;
bool get_IsDeleted() const { return isDeleted_; }
void set_IsDeleted(bool value) { isDeleted_ = value; }
__declspec (property(get=get_IsForceDelete, put=put_IsForceDelete)) bool IsForceDelete;
bool get_IsForceDelete() const { return isForceDelete_; }
void put_IsForceDelete(bool const value) { isForceDelete_ = value; }
__declspec(property(get = get_RepartitionInfo, put = set_RepartitionInfo)) RepartitionInfoUPtr RepartitionInfo;
RepartitionInfoUPtr const& get_RepartitionInfo() const { return repartitionInfo_; }
RepartitionInfoUPtr & get_RepartitionInfo() { return repartitionInfo_; }
void set_RepartitionInfo(RepartitionInfoUPtr && repartitionInfo) { repartitionInfo_ = move(repartitionInfo); }
__declspec (property(get = get_Status)) FABRIC_QUERY_SERVICE_STATUS Status;
FABRIC_QUERY_SERVICE_STATUS get_Status() const;
__declspec (property(get = get_HealthSequence, put = set_HealthSequence)) FABRIC_SEQUENCE_NUMBER HealthSequence;
FABRIC_SEQUENCE_NUMBER get_HealthSequence() const { return healthSequence_; }
void set_HealthSequence(FABRIC_SEQUENCE_NUMBER value) { healthSequence_ = value; }
__declspec (property(get=get_IsStale, put=set_IsStale)) bool IsStale;
bool get_IsStale() const { return isStale_; }
void set_IsStale(bool value) { isStale_ = value; }
__declspec (property(get=get_LastUpdated)) Common::DateTime LastUpdated;
Common::DateTime get_LastUpdated() const { return lastUpdated_; }
__declspec (property(get = get_FailoverUnitIds)) std::set<FailoverUnitId> const& FailoverUnitIds;
std::set<FailoverUnitId> const& get_FailoverUnitIds() const { return failoverUnitIds_; }
__declspec (property(get = get_DeleteOperation)) Common::AsyncOperationSPtr const& DeleteOperation;
Common::AsyncOperationSPtr const& get_DeleteOperation() const { return deleteOperation_; }
ServiceModel::ServicePackageVersionInstance GetTargetVersion(std::wstring const & upgradeDomain) const;
void AddUpdatedNode(Federation::NodeId nodeId);
void ClearUpdatedNodes();
void AddDeleteOperation(Common::AsyncOperationSPtr const& deleteOperation);
void CompleteDeleteOperation(Common::ErrorCode const& error);
void AddFailoverUnitId(FailoverUnitId const& failoverUnitId);
bool SetFailoverUnitIds(std::set<FailoverUnitId> && failoverUnitIds);
void ClearFailoverUnitIds();
void PostUpdate(Common::DateTime updatedTime);
void PostRead(int64 operationLSN);
LoadBalancingComponent::ServiceDescription GetPLBServiceDescription() const;
void WriteTo(Common::TextWriter&, Common::FormatOptions const &) const;
ServiceModel::ServiceQueryResult ToServiceQueryResult(Common::FabricCodeVersion const& fabricCodeVersion) const;
ServiceModel::ServiceGroupMemberQueryResult ToServiceGroupMemberQueryResult(Common::FabricCodeVersion const& fabricCodeVersion) const;
static std::string AddField(Common::TraceEvent & traceEvent, std::string const & name);
void FillEventData(Common::TraceEventContext & context) const;
FABRIC_FIELDS_08(
serviceDesc_,
lastUpdated_,
isToBeDeleted_,
isDeleted_,
isServiceUpdateNeeded_,
healthSequence_,
failoverUnitIds_,
repartitionInfo_);
private:
Reliability::ServiceDescription serviceDesc_;
ServiceTypeSPtr serviceType_;
// Indicates if the ServiceDescription needs to be updated on all ndoes
bool isServiceUpdateNeeded_;
// List of nodes from which NodeUpdateServiceReply message has been recevied,
// but not processed yet.
std::set<Federation::NodeId> updatedNodes_;
// The ongoing delete operation for this service
Common::AsyncOperationSPtr deleteOperation_;
// Lock for protecting the the following:
// - updatedNodes_
// - deleteOperation_
Common::ExclusiveLock lock_;
Common::DateTime lastUpdated_;
bool isToBeDeleted_;
bool isDeleted_;
bool isForceDelete_;
FABRIC_SEQUENCE_NUMBER healthSequence_;
// this fields indicate that whether there is a newer
// ServiceInfo in the service cache for this service
bool isStale_;
// The set of FailoverUnitIds for this service
std::set<FailoverUnitId> failoverUnitIds_;
// This is set when the service is going through repartitioning
RepartitionInfoUPtr repartitionInfo_;
std::string MakeFlags() const;
};
}
}
| 46.940476 | 146 | 0.660284 |
9ebfe970599f8a6c9364749cbf5235fda5c85009 | 15,919 | c | C | drivers/leds/userled_upper.c | alvin1991/incubator-nuttx | b4fe0422624cfdc5a1925696f6ca7191a6d45326 | [
"Apache-2.0"
] | 201 | 2015-01-23T06:06:31.000Z | 2022-01-28T22:25:51.000Z | drivers/leds/userled_upper.c | alvin1991/incubator-nuttx | b4fe0422624cfdc5a1925696f6ca7191a6d45326 | [
"Apache-2.0"
] | 126 | 2015-01-02T12:54:29.000Z | 2022-02-15T15:01:00.000Z | drivers/leds/userled_upper.c | alvin1991/incubator-nuttx | b4fe0422624cfdc5a1925696f6ca7191a6d45326 | [
"Apache-2.0"
] | 380 | 2015-01-08T10:40:04.000Z | 2022-03-19T06:59:50.000Z | /****************************************************************************
* drivers/leds/userled_upper.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The
* ASF licenses this file to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance with the
* License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*
****************************************************************************/
/* This file provides a driver for a LED input devices.
*
* The LEDs driver exports a standard character driver interface. By
* convention, the LED driver is registered as an input device at
* /dev/btnN where N uniquely identifies the driver instance.
*/
/****************************************************************************
* Included Files
****************************************************************************/
#include <nuttx/config.h>
#include <sys/types.h>
#include <stdbool.h>
#include <string.h>
#include <assert.h>
#include <errno.h>
#include <debug.h>
#include <nuttx/irq.h>
#include <nuttx/kmalloc.h>
#include <nuttx/fs/fs.h>
#include <nuttx/leds/userled.h>
/****************************************************************************
* Private Types
****************************************************************************/
/* This structure provides the state of one LED driver */
struct userled_upperhalf_s
{
/* Saved binding to the lower half LED driver */
FAR const struct userled_lowerhalf_s *lu_lower;
userled_set_t lu_supported; /* The set of supported LEDs */
userled_set_t lu_ledset; /* Current state of LEDs */
sem_t lu_exclsem; /* Supports exclusive access to the device */
/* The following is a singly linked list of open references to the
* LED device.
*/
FAR struct userled_open_s *lu_open;
};
/* This structure describes the state of one open LED driver instance */
struct userled_open_s
{
/* Supports a singly linked list */
FAR struct userled_open_s *bo_flink;
/* The following will be true if we are closing */
volatile bool bo_closing;
};
/****************************************************************************
* Private Function Prototypes
****************************************************************************/
/* Semaphore helpers */
static inline int userled_takesem(sem_t *sem);
#define userled_givesem(s) nxsem_post(s);
/* Character driver methods */
static int userled_open(FAR struct file *filep);
static int userled_close(FAR struct file *filep);
static ssize_t userled_write(FAR struct file *filep, FAR const char *buffer,
size_t buflen);
static int userled_ioctl(FAR struct file *filep, int cmd,
unsigned long arg);
/****************************************************************************
* Private Data
****************************************************************************/
static const struct file_operations userled_fops =
{
userled_open, /* open */
userled_close, /* close */
NULL, /* read */
userled_write, /* write */
NULL, /* seek */
userled_ioctl, /* ioctl */
NULL /* poll */
#ifndef CONFIG_DISABLE_PSEUDOFS_OPERATIONS
, NULL /* unlink */
#endif
};
/****************************************************************************
* Private Functions
****************************************************************************/
/****************************************************************************
* Name: userled_takesem
****************************************************************************/
static inline int userled_takesem(sem_t *sem)
{
return nxsem_wait(sem);
}
/****************************************************************************
* Name: userled_open
****************************************************************************/
static int userled_open(FAR struct file *filep)
{
FAR struct inode *inode;
FAR struct userled_upperhalf_s *priv;
FAR struct userled_open_s *opriv;
int ret;
DEBUGASSERT(filep && filep->f_inode);
inode = filep->f_inode;
DEBUGASSERT(inode->i_private);
priv = (FAR struct userled_upperhalf_s *)inode->i_private;
/* Get exclusive access to the driver structure */
ret = userled_takesem(&priv->lu_exclsem);
if (ret < 0)
{
lederr("ERROR: userled_takesem failed: %d\n", ret);
return ret;
}
/* Allocate a new open structure */
opriv = (FAR struct userled_open_s *)
kmm_zalloc(sizeof(struct userled_open_s));
if (!opriv)
{
lederr("ERROR: Failed to allocate open structure\n");
ret = -ENOMEM;
goto errout_with_sem;
}
/* Attach the open structure to the device */
opriv->bo_flink = priv->lu_open;
priv->lu_open = opriv;
/* Attach the open structure to the file structure */
filep->f_priv = (FAR void *)opriv;
ret = OK;
errout_with_sem:
userled_givesem(&priv->lu_exclsem);
return ret;
}
/****************************************************************************
* Name: userled_close
****************************************************************************/
static int userled_close(FAR struct file *filep)
{
FAR struct inode *inode;
FAR struct userled_upperhalf_s *priv;
FAR struct userled_open_s *opriv;
FAR struct userled_open_s *curr;
FAR struct userled_open_s *prev;
irqstate_t flags;
bool closing;
int ret;
DEBUGASSERT(filep && filep->f_priv && filep->f_inode);
opriv = filep->f_priv;
inode = filep->f_inode;
DEBUGASSERT(inode->i_private);
priv = (FAR struct userled_upperhalf_s *)inode->i_private;
/* Handle an improbable race conditions with the following atomic test
* and set.
*
* This is actually a pretty feeble attempt to handle this. The
* improbable race condition occurs if two different threads try to
* close the LED driver at the same time. The rule: don't do
* that! It is feeble because we do not really enforce stale pointer
* detection anyway.
*/
flags = enter_critical_section();
closing = opriv->bo_closing;
opriv->bo_closing = true;
leave_critical_section(flags);
if (closing)
{
/* Another thread is doing the close */
return OK;
}
/* Get exclusive access to the driver structure */
ret = userled_takesem(&priv->lu_exclsem);
if (ret < 0)
{
lederr("ERROR: userled_takesem failed: %d\n", ret);
return ret;
}
/* Find the open structure in the list of open structures for the device */
for (prev = NULL, curr = priv->lu_open;
curr && curr != opriv;
prev = curr, curr = curr->bo_flink);
DEBUGASSERT(curr);
if (!curr)
{
lederr("ERROR: Failed to find open entry\n");
ret = -ENOENT;
goto errout_with_exclsem;
}
/* Remove the structure from the device */
if (prev)
{
prev->bo_flink = opriv->bo_flink;
}
else
{
priv->lu_open = opriv->bo_flink;
}
/* And free the open structure */
kmm_free(opriv);
ret = OK;
errout_with_exclsem:
userled_givesem(&priv->lu_exclsem);
return ret;
}
/****************************************************************************
* Name: userled_write
****************************************************************************/
static ssize_t userled_write(FAR struct file *filep, FAR const char *buffer,
size_t len)
{
FAR struct inode *inode;
FAR struct userled_upperhalf_s *priv;
FAR const struct userled_lowerhalf_s *lower;
userled_set_t ledset;
int ret;
DEBUGASSERT(filep && filep->f_inode);
inode = filep->f_inode;
DEBUGASSERT(inode->i_private);
priv = (FAR struct userled_upperhalf_s *)inode->i_private;
/* Make sure that the buffer is sufficiently large to hold at least one
* complete sample.
*
* REVISIT: Should also check buffer alignment.
*/
if (len < sizeof(userled_set_t))
{
lederr("ERROR: buffer too small: %lu\n", (unsigned long)len);
return -EINVAL;
}
/* Get the LED set to write.
* REVISIT: if sizeof(userled_set_t) > 1, then we will have to address
* some buffer alignment issues.
*/
DEBUGASSERT(buffer != NULL);
ledset = *(userled_set_t *)buffer;
/* Get exclusive access to the driver structure */
ret = userled_takesem(&priv->lu_exclsem);
if (ret < 0)
{
lederr("ERROR: userled_takesem failed: %d\n", ret);
return ret;
}
/* Read and return the current state of the LEDs */
lower = priv->lu_lower;
DEBUGASSERT(lower && lower->ll_ledset);
lower->ll_ledset(lower, ledset);
userled_givesem(&priv->lu_exclsem);
return (ssize_t)sizeof(userled_set_t);
}
/****************************************************************************
* Name: userled_ioctl
****************************************************************************/
static int userled_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
{
FAR struct inode *inode;
FAR struct userled_upperhalf_s *priv;
FAR const struct userled_lowerhalf_s *lower;
int ret;
DEBUGASSERT(filep != NULL && filep->f_priv != NULL &&
filep->f_inode != NULL);
inode = filep->f_inode;
DEBUGASSERT(inode->i_private);
priv = (FAR struct userled_upperhalf_s *)inode->i_private;
/* Get exclusive access to the driver structure */
ret = userled_takesem(&priv->lu_exclsem);
if (ret < 0)
{
lederr("ERROR: userled_takesem failed: %d\n", ret);
return ret;
}
/* Handle the ioctl command */
ret = -EINVAL;
switch (cmd)
{
/* Command: ULEDIOC_SUPPORTED
* Description: Report the set of LEDs supported by the hardware;
* Argument: A pointer to writeable userled_set_t value in which to
* return the set of supported LEDs.
* Return: Zero (OK) on success. Minus one will be returned on
* failure with the errno value set appropriately.
*/
case ULEDIOC_SUPPORTED:
{
FAR userled_set_t *supported = (FAR userled_set_t *)((uintptr_t)arg);
/* Verify that a non-NULL pointer was provided */
if (supported)
{
*supported = priv->lu_supported;
ret = OK;
}
}
break;
/* Command: ULEDIOC_SETLED
* Description: Set the state of one LED.
* Argument: A read-only pointer to an instance of struct userled_s
* Return: Zero (OK) on success. Minus one will be returned on
* failure with the errno value set appropriately.
*/
case ULEDIOC_SETLED:
{
FAR struct userled_s *userled = (FAR struct userled_s *)
((uintptr_t)arg);
int led;
bool ledon;
/* Verify that a non-NULL pointer was provided */
if (userled)
{
led = userled->ul_led;
ledon = userled->ul_on;
/* Check that a valid LED is being set */
if ((size_t)led < 8 * sizeof(userled_set_t) &&
(priv->lu_supported & (1 << led)) != 0)
{
/* Update the LED state */
if (ledon)
{
priv->lu_ledset |= (1 << led);
}
else
{
priv->lu_ledset &= ~(1 << led);
}
/* Set the LED state */
lower = priv->lu_lower;
DEBUGASSERT(lower != NULL && lower->ll_led != NULL);
lower->ll_led(lower, led, ledon);
ret = OK;
}
}
}
break;
/* Command: ULEDIOC_SETALL
* Description: Set the state of all LEDs.
* Argument: A value of type userled_set_t cast to unsigned long
* Return: Zero (OK) on success. Minus one will be returned on
* failure with the errno value set appropriately.
*/
case ULEDIOC_SETALL:
{
userled_set_t ledset = (userled_set_t)((uintptr_t)arg);
/* Verify that a valid LED set was provided */
if ((ledset & ~priv->lu_supported) == 0)
{
/* Update the LED state */
priv->lu_ledset = ledset;
/* Set the new LED state */
lower = priv->lu_lower;
DEBUGASSERT(lower != NULL && lower->ll_led != NULL);
lower->ll_ledset(lower, ledset);
ret = OK;
}
}
break;
/* Command: ULEDIOC_GETALL
* Description: Get the state of one LED.
* Argument: A write-able pointer to a userled_set_t memory location
* in which to return the LED state.
* Return: Zero (OK) on success. Minus one will be returned on
* failure with the errno value set appropriately.
*/
case ULEDIOC_GETALL:
{
FAR userled_set_t *ledset = (FAR userled_set_t *)((uintptr_t)arg);
/* Verify that a non-NULL pointer was provided */
if (ledset)
{
*ledset = priv->lu_ledset;
ret = OK;
}
}
break;
default:
lederr("ERROR: Unrecognized command: %d\n", cmd);
ret = -ENOTTY;
break;
}
userled_givesem(&priv->lu_exclsem);
return ret;
}
/****************************************************************************
* Public Functions
****************************************************************************/
/****************************************************************************
* Name: userled_register
*
* Description:
* Bind the lower half LED driver to an instance of the upper half
* LED driver and register the composite character driver as the
* specified device.
*
* Input Parameters:
* devname - The name of the LED device to be registered.
* This should be a string of the form "/dev/ledN" where N is the
* minor device number.
* lower - An instance of the platform-specific LED lower half driver.
*
* Returned Value:
* Zero (OK) is returned on success. Otherwise a negated errno value is
* returned to indicate the nature of the failure.
*
****************************************************************************/
int userled_register(FAR const char *devname,
FAR const struct userled_lowerhalf_s *lower)
{
FAR struct userled_upperhalf_s *priv;
int ret;
DEBUGASSERT(devname && lower);
/* Allocate a new LED driver instance */
priv = (FAR struct userled_upperhalf_s *)
kmm_zalloc(sizeof(struct userled_upperhalf_s));
if (!priv)
{
lederr("ERROR: Failed to allocate device structure\n");
return -ENOMEM;
}
/* Initialize the new LED driver instance */
priv->lu_lower = lower;
nxsem_init(&priv->lu_exclsem, 0, 1);
DEBUGASSERT(lower && lower->ll_supported);
priv->lu_supported = lower->ll_supported(lower);
DEBUGASSERT(lower && lower->ll_ledset);
priv->lu_ledset = 0;
lower->ll_ledset(lower, priv->lu_ledset);
/* And register the LED driver */
ret = register_driver(devname, &userled_fops, 0666, priv);
if (ret < 0)
{
lederr("ERROR: register_driver failed: %d\n", ret);
goto errout_with_priv;
}
return OK;
errout_with_priv:
nxsem_destroy(&priv->lu_exclsem);
kmm_free(priv);
return ret;
}
| 28.477639 | 78 | 0.549658 |
9ee1ceec174393a744e23189328048483ec07bb7 | 5,364 | h | C | nfsroot/usr/lib/x86_64-linux-gnu/perl/5.20.2/CORE/patchlevel.h | simontakite/FAI | 077f94c83700cdd29433d09372f916f9e277497b | [
"Apache-2.0"
] | 1 | 2019-02-26T16:02:06.000Z | 2019-02-26T16:02:06.000Z | nfsroot/usr/lib/x86_64-linux-gnu/perl/5.20.2/CORE/patchlevel.h | simontakite/fully-automatic-installation | 077f94c83700cdd29433d09372f916f9e277497b | [
"Apache-2.0"
] | null | null | null | nfsroot/usr/lib/x86_64-linux-gnu/perl/5.20.2/CORE/patchlevel.h | simontakite/fully-automatic-installation | 077f94c83700cdd29433d09372f916f9e277497b | [
"Apache-2.0"
] | null | null | null | /* patchlevel.h
*
* Copyright (C) 1993, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
* 2003, 2004, 2005, 2006, 2007, 2008, 2009, by Larry Wall and others
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
*
*/
#ifndef __PATCHLEVEL_H_INCLUDED__
/* do not adjust the whitespace! Configure expects the numbers to be
* exactly on the third column */
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 20 /* epoch */
#define PERL_SUBVERSION 2 /* generation */
/* The following numbers describe the earliest compatible version of
Perl ("compatibility" here being defined as sufficient binary/API
compatibility to run XS code built with the older version).
Normally this should not change across maintenance releases.
Note that this only refers to an out-of-the-box build. Many non-default
options such as usemultiplicity tend to break binary compatibility
more often.
This is used by Configure et al to figure out
PERL_INC_VERSION_LIST, which lists version libraries
to include in @INC. See INSTALL for how this works.
Porting/bump-perl-version will automatically set these to the version of perl
to be released for blead releases, and to 5.X.0 for maint releases. Manually
changing them should not be necessary.
*/
#define PERL_API_REVISION 5
#define PERL_API_VERSION 20
#define PERL_API_SUBVERSION 0
/*
XXX Note: The selection of non-default Configure options, such
as -Duselonglong may invalidate these settings. Currently, Configure
does not adequately test for this. A.D. Jan 13, 2000
*/
#define __PATCHLEVEL_H_INCLUDED__
#endif
/*
local_patches -- list of locally applied less-than-subversion patches.
If you're distributing such a patch, please give it a name and a
one-line description, placed just before the last NULL in the array
below. If your patch fixes a bug in the perlbug database, please
mention the bugid. If your patch *IS* dependent on a prior patch,
please place your applied patch line after its dependencies. This
will help tracking of patch dependencies.
Please either use 'diff --unified=0' if your diff supports
that or edit the hunk of the diff output which adds your patch
to this list, to remove context lines which would give patch
problems. For instance, if the original context diff is
*** patchlevel.h.orig <date here>
--- patchlevel.h <date here>
*** 38,43 ***
--- 38,44 ---
,"FOO1235 - some patch"
,"BAR3141 - another patch"
,"BAZ2718 - and another patch"
+ ,"MINE001 - my new patch"
,NULL
};
please change it to
*** patchlevel.h.orig <date here>
--- patchlevel.h <date here>
*** 41,43 ***
--- 41,44 ---
+ ,"MINE001 - my new patch"
,NULL
};
(Note changes to line numbers as well as removal of context lines.)
This will prevent patch from choking if someone has previously
applied different patches than you.
History has shown that nobody distributes patches that also
modify patchlevel.h. Do it yourself. The following perl
program can be used to add a comment to patchlevel.h:
#!perl
die "Usage: perl -x patchlevel.h comment ..." unless @ARGV;
open PLIN, "patchlevel.h" or die "Couldn't open patchlevel.h : $!";
open PLOUT, ">patchlevel.new" or die "Couldn't write on patchlevel.new : $!";
my $seen=0;
while (<PLIN>) {
if (/\t,NULL/ and $seen) {
while (my $c = shift @ARGV){
$c =~ s|\\|\\\\|g;
$c =~ s|"|\\"|g;
print PLOUT qq{\t,"$c"\n};
}
}
$seen++ if /local_patches\[\]/;
print PLOUT;
}
close PLOUT or die "Couldn't close filehandle writing to patchlevel.new : $!";
close PLIN or die "Couldn't close filehandle reading from patchlevel.h : $!";
close DATA; # needed to allow unlink to work win32.
unlink "patchlevel.bak" or warn "Couldn't unlink patchlevel.bak : $!"
if -e "patchlevel.bak";
rename "patchlevel.h", "patchlevel.bak" or
die "Couldn't rename patchlevel.h to patchlevel.bak : $!";
rename "patchlevel.new", "patchlevel.h" or
die "Couldn't rename patchlevel.new to patchlevel.h : $!";
__END__
Please keep empty lines below so that context diffs of this file do
not ever collect the lines belonging to local_patches() into the same
hunk.
*/
#if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
# if defined(PERL_IS_MINIPERL)
# define PERL_PATCHNUM "UNKNOWN-miniperl"
# define PERL_GIT_UNPUSHED_COMMITS /*leave-this-comment*/
# elif defined(PERL_MICRO)
# define PERL_PATCHNUM "UNKNOWN-microperl"
# define PERL_GIT_UNPUSHED_COMMITS /*leave-this-comment*/
# else
#include "git_version.h"
# endif
static const char * const local_patches[] = {
NULL
#ifdef PERL_GIT_UNCOMMITTED_CHANGES
,"uncommitted-changes"
#endif
PERL_GIT_UNPUSHED_COMMITS /* do not remove this line */
#ifdef DEBIAN
#include "patchlevel-debian.h"
#endif
,NULL
};
/* Initial space prevents this variable from being inserted in config.sh */
# define LOCAL_PATCH_COUNT \
((int)(C_ARRAY_LENGTH(local_patches)-2))
/* the old terms of reference, add them only when explicitly included */
#define PATCHLEVEL PERL_VERSION
#undef SUBVERSION /* OS/390 has a SUBVERSION in a system header */
#define SUBVERSION PERL_SUBVERSION
#endif
| 34.165605 | 80 | 0.70824 |
7f49e2eaddca4511c9028e7774f70559194e2db7 | 5,111 | h | C | src/arch/MovieTexture/MovieTexture_FFMpeg.h | caiohsr14/stepmania | 7d33efe587c75a683938aeabafc1ec2bec3007d6 | [
"MIT"
] | null | null | null | src/arch/MovieTexture/MovieTexture_FFMpeg.h | caiohsr14/stepmania | 7d33efe587c75a683938aeabafc1ec2bec3007d6 | [
"MIT"
] | null | null | null | src/arch/MovieTexture/MovieTexture_FFMpeg.h | caiohsr14/stepmania | 7d33efe587c75a683938aeabafc1ec2bec3007d6 | [
"MIT"
] | null | null | null | /* MovieTexture_FFMpeg - FFMpeg movie renderer. */
#ifndef RAGE_MOVIE_TEXTURE_FFMPEG_H
#define RAGE_MOVIE_TEXTURE_FFMPEG_H
#include "MovieTexture_Generic.h"
struct RageSurface;
namespace avcodec
{
extern "C"
{
#include <libavformat/avformat.h>
#include <libswscale/swscale.h>
#include <libavutil/pixdesc.h>
}
};
#define STEPMANIA_FFMPEG_BUFFER_SIZE 4096
static const int sws_flags = SWS_BICUBIC; // XXX: Reasonable default?
class MovieTexture_FFMpeg: public MovieTexture_Generic
{
public:
MovieTexture_FFMpeg( const RageTextureID &ID );
static void RegisterProtocols();
static RageSurface *AVCodecCreateCompatibleSurface( int iTextureWidth, int iTextureHeight, bool bPreferHighColor, int &iAVTexfmt, MovieDecoderPixelFormatYCbCr &fmtout );
};
class RageMovieTextureDriver_FFMpeg: public RageMovieTextureDriver
{
public:
virtual RageMovieTexture *Create( const RageTextureID &ID, RString &sError );
static RageSurface *AVCodecCreateCompatibleSurface( int iTextureWidth, int iTextureHeight, bool bPreferHighColor, int &iAVTexfmt, MovieDecoderPixelFormatYCbCr &fmtout );
};
class MovieDecoder_FFMpeg: public MovieDecoder
{
public:
MovieDecoder_FFMpeg();
~MovieDecoder_FFMpeg();
RString Open( const RString &sFile );
void Close();
void Rewind();
void GetFrame( RageSurface *pOut );
int DecodeFrame( float fTargetTime );
int GetWidth() const { return m_pStream->codec->width; }
int GetHeight() const { return m_pStream->codec->height; }
RageSurface *CreateCompatibleSurface( int iTextureWidth, int iTextureHeight, bool bPreferHighColor, MovieDecoderPixelFormatYCbCr &fmtout );
float GetTimestamp() const;
float GetFrameDuration() const;
private:
void Init();
RString OpenCodec();
int ReadPacket();
int DecodePacket( float fTargetTime );
avcodec::AVStream *m_pStream;
avcodec::AVFrame *m_Frame;
avcodec::PixelFormat m_AVTexfmt; /* PixelFormat of output surface */
avcodec::SwsContext *m_swsctx;
avcodec::AVFormatContext *m_fctx;
float m_fTimestamp;
float m_fTimestampOffset;
float m_fLastFrameDelay;
int m_iFrameNumber;
unsigned char *m_buffer;
avcodec::AVIOContext *m_avioContext;
avcodec::AVPacket m_Packet;
int m_iCurrentPacketOffset;
float m_fLastFrame;
/* 0 = no EOF
* 1 = EOF from ReadPacket
* 2 = EOF from ReadPacket and DecodePacket */
int m_iEOF;
};
static struct AVPixelFormat_t
{
int bpp;
uint32_t masks[4];
avcodec::PixelFormat pf;
bool bHighColor;
bool bByteSwapOnLittleEndian;
MovieDecoderPixelFormatYCbCr YUV;
} AVPixelFormats[] = {
{
32,
{ 0xFF000000,
0x00FF0000,
0x0000FF00,
0x000000FF },
avcodec::PIX_FMT_YUYV422,
false, /* N/A */
true,
PixelFormatYCbCr_YUYV422,
},
{
32,
{ 0x0000FF00,
0x00FF0000,
0xFF000000,
0x000000FF },
avcodec::PIX_FMT_BGRA,
true,
true,
PixelFormatYCbCr_Invalid,
},
{
32,
{ 0x00FF0000,
0x0000FF00,
0x000000FF,
0xFF000000 },
avcodec::PIX_FMT_ARGB,
true,
true,
PixelFormatYCbCr_Invalid,
},
/*
{
32,
{ 0x000000FF,
0x0000FF00,
0x00FF0000,
0xFF000000 },
avcodec::PIX_FMT_ABGR,
true,
true,
PixelFormatYCbCr_Invalid,
},
{
32,
{ 0xFF000000,
0x00FF0000,
0x0000FF00,
0x000000FF },
avcodec::PIX_FMT_RGBA,
true,
true,
PixelFormatYCbCr_Invalid,
}, */
{
24,
{ 0xFF0000,
0x00FF00,
0x0000FF,
0x000000 },
avcodec::PIX_FMT_RGB24,
true,
true,
PixelFormatYCbCr_Invalid,
},
{
24,
{ 0x0000FF,
0x00FF00,
0xFF0000,
0x000000 },
avcodec::PIX_FMT_BGR24,
true,
true,
PixelFormatYCbCr_Invalid,
},
{
16,
{ 0x7C00,
0x03E0,
0x001F,
0x0000 },
avcodec::PIX_FMT_RGB555,
false,
false,
PixelFormatYCbCr_Invalid,
},
{ 0, { 0,0,0,0 }, avcodec::PIX_FMT_NB, true, false, PixelFormatYCbCr_Invalid }
};
#endif
/*
* (c) 2003-2005 Glenn Maynard
* All rights reserved.
*
* 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, and/or sell copies of the Software, and to permit persons to
* whom the Software is furnished to do so, provided that the above
* copyright notice(s) and this permission notice appear in all copies of
* the Software and that both the above copyright notice(s) and this
* permission notice appear in supporting documentation.
*
* 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 OF
* THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
* INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT
* OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
* OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
| 23.662037 | 170 | 0.735277 |
3d12a16489e8d0c583d8d84af54c10729b8281c6 | 7,240 | c | C | Minix3/commands/dhcpd/devices.c | Angold-4/OSDI | 3424282923559c9b0c4b5ecf7008370e43961bab | [
"MIT"
] | 12 | 2020-09-01T07:07:33.000Z | 2022-03-30T11:16:20.000Z | Minix3/commands/dhcpd/devices.c | Angold-4/OSDI | 3424282923559c9b0c4b5ecf7008370e43961bab | [
"MIT"
] | null | null | null | Minix3/commands/dhcpd/devices.c | Angold-4/OSDI | 3424282923559c9b0c4b5ecf7008370e43961bab | [
"MIT"
] | 4 | 2020-09-14T08:14:37.000Z | 2021-12-19T07:18:30.000Z | /* devices.c - Handle network devices.
* Author: Kees J. Bot
* 11 Jun 1999
*/
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <string.h>
#include <limits.h>
#include <time.h>
#include <sys/ioctl.h>
#include <sys/asynchio.h>
#include <net/hton.h>
#include <net/gen/in.h>
#include <net/gen/ether.h>
#include <net/gen/eth_hdr.h>
#include <net/gen/eth_io.h>
#include <net/gen/ip_hdr.h>
#include <net/gen/ip_io.h>
#include <net/gen/udp.h>
#include <net/gen/udp_hdr.h>
#include <net/gen/udp_io.h>
#include <net/gen/dhcp.h>
#include "dhcpd.h"
void get_buf(buf_t **bp)
{
/* Allocate and return a buffer pointer iff *bp == nil. */
if (*bp != nil) {
/* Already has one. */
} else {
/* Get one from the heap. */
buf_t *new= allocate(sizeof(*new));
new->dhcp= (dhcp_t *) (new->buf + sizeof(eth_hdr_t)
+ sizeof(ip_hdr_t) + sizeof(udp_hdr_t));
new->udpio= ((udp_io_hdr_t *) new->dhcp) - 1;
new->udp= ((udp_hdr_t *) new->dhcp) - 1;
new->ip= ((ip_hdr_t *) new->udp) - 1;
new->eth= ((eth_hdr_t *) new->ip) - 1;
*bp= new;
}
}
void put_buf(buf_t **bp)
{
/* Return a buffer to the heap. */
if (*bp != nil) {
free(*bp);
*bp= nil;
}
}
void give_buf(buf_t **dbp, buf_t **sbp)
{
/* Hand over a buffer to another variable. */
put_buf(dbp);
*dbp= *sbp;
*sbp= nil;
}
#if __minix_vmd
#define N_FDS 16 /* Minix-vmd can go async on many fds. */
#else
#define N_FDS 1 /* Minix doesn't have async I/O. */
#endif
static fd_t fds[N_FDS]; /* List of open descriptors. */
static struct network *fdwaitq; /* Queue of nets waiting for fds. */
network_t *newnetwork(void)
{
/* Create and initialize a network structure. */
network_t *new;
new= allocate(sizeof(*new));
memset(new, 0, sizeof(*new));
new->hostname= nil;
new->solicit= NEVER;
new->sol_ct= -1;
return new;
}
void closefd(fd_t *fdp)
{
/* Close a descriptor. */
if (fdp->fdtype != FT_CLOSED) {
asyn_close(&asyn, fdp->fd);
close(fdp->fd);
fdp->fdtype= FT_CLOSED;
fdp->since= 0;
put_buf(&fdp->bp);
if (debug >= 3) printf("%s: Closed\n", fdp->device);
}
}
int opendev(network_t *np, fdtype_t fdtype, int compete)
{
/* Make sure that a network has the proper device open and configured.
* Return true if this is made so, or false if the device doesn't exist.
* If compete is true then the caller competes for old descriptors.
* The errno value is EAGAIN if we're out of descriptors.
*/
fd_t *fdp, *fdold;
time_t oldest;
nwio_ethstat_t ethstat;
nwio_ethopt_t ethopt;
nwio_ipopt_t ipopt;
nwio_udpopt_t udpopt;
network_t **pqp;
static char devbytype[][4] = { "", "eth", "ip", "udp", "udp" };
/* Don't attempt to open higher level devices if not bound. */
if (!(np->flags & NF_BOUND) && fdtype > FT_ETHERNET) {
errno= EAGAIN;
return 0;
}
/* Check if already open / Find the oldest descriptor. */
fdold= nil;
oldest= NEVER;
for (fdp= fds; fdp < arraylimit(fds); fdp++) {
if (fdp->n == np->n && fdp->fdtype == fdtype) {
/* Already open. */
np->fdp= fdp;
return 1;
}
if (fdp->since <= oldest) { fdold= fdp; oldest= fdp->since; }
}
/* None free? Then wait for one to get old if so desired. */
if (fdold->fdtype != FT_CLOSED && !compete) {
errno= EAGAIN;
return 0;
}
if (!(np->flags & NF_WAIT)) {
for (pqp= &fdwaitq; *pqp != nil; pqp= &(*pqp)->wait) {}
*pqp= np;
np->wait= nil;
np->flags |= NF_WAIT;
}
/* We allow a net to keep a descriptor for half of the fast period. */
oldest += DELTA_FAST/2;
if (fdwaitq != np || (fdold->fdtype != FT_CLOSED && oldest > now)) {
/* This net is not the first in the queue, or the oldest isn't
* old enough. Forget it for now.
*/
if (oldest < event) event= oldest;
errno= EAGAIN;
return 0;
}
/* The oldest is mine. */
np->flags &= ~NF_WAIT;
fdwaitq= np->wait;
closefd(fdold);
/* Open the proper device in the proper mode. */
fdp= fdold;
fdp->n= np->n;
sprintf(fdp->device, "/dev/%s%d", devbytype[fdtype], np->n);
np->fdp= fdp;
if ((fdp->fd= open(fdp->device, O_RDWR)) < 0) {
if (errno == ENOENT || errno == ENODEV || errno == ENXIO) return 0;
fatal(fdp->device);
}
switch (fdtype) {
case FT_ETHERNET:
/* Set NONBLOCK to avoid waiting for a device driver to become ready */
fcntl(np->fdp->fd, F_SETFL, fcntl(np->fdp->fd, F_GETFL) | O_NONBLOCK);
if (ioctl(np->fdp->fd, NWIOGETHSTAT, ðstat) < 0) {
/* Not an Ethernet. */
close(fdp->fd);
return 0;
}
fcntl(np->fdp->fd, F_SETFL, fcntl(np->fdp->fd, F_GETFL) & ~O_NONBLOCK);
np->eth= ethstat.nwes_addr;
ethopt.nweo_flags= NWEO_COPY | NWEO_EN_LOC | NWEO_EN_BROAD
| NWEO_REMANY | NWEO_TYPEANY | NWEO_RWDATALL;
if (ioctl(fdp->fd, NWIOSETHOPT, ðopt) < 0) {
fprintf(stderr, "%s: %s: Unable to set eth options: %s\n",
program, fdp->device, strerror(errno));
exit(1);
}
break;
case FT_ICMP:
ipopt.nwio_flags= NWIO_COPY | NWIO_EN_LOC | NWIO_EN_BROAD
| NWIO_REMANY | NWIO_PROTOSPEC
| NWIO_HDR_O_SPEC | NWIO_RWDATALL;
ipopt.nwio_tos= 0;
ipopt.nwio_ttl= 1;
ipopt.nwio_df= 0;
ipopt.nwio_hdropt.iho_opt_siz= 0;
ipopt.nwio_proto= IPPROTO_ICMP;
if (ioctl(fdp->fd, NWIOSIPOPT, &ipopt) < 0) {
fprintf(stderr, "%s: %s: Unable to set IP options: %s\n",
program, fdp->device, strerror(errno));
exit(1);
}
break;
case FT_BOOTPC:
udpopt.nwuo_flags= NWUO_COPY | NWUO_EN_LOC | NWUO_EN_BROAD
| NWUO_RP_ANY | NWUO_RA_ANY | NWUO_RWDATALL
| NWUO_DI_IPOPT | NWUO_LP_SET;
udpopt.nwuo_locport= port_client;
goto udp;
case FT_BOOTPS:
udpopt.nwuo_flags= NWUO_EXCL | NWUO_EN_LOC | NWUO_EN_BROAD
| NWUO_RP_ANY | NWUO_RA_ANY | NWUO_RWDATALL
| NWUO_DI_IPOPT | NWUO_LP_SET;
udpopt.nwuo_locport= port_server;
udp:
if (ioctl(fdp->fd, NWIOSUDPOPT, &udpopt) == -1) {
fprintf(stderr, "%s: %s: Unable to set UDP options: %s\n",
program, fdp->device, strerror(errno));
exit(1);
}
break;
default:;
}
fdp->fdtype= fdtype;
fdp->since= now;
if (debug >= 3) printf("%s: Opened\n", fdp->device);
return 1;
}
void closedev(network_t *np, fdtype_t fdtype)
{
/* We no longer need a given type of device to be open. */
fd_t *fdp;
for (fdp= fds; fdp < arraylimit(fds); fdp++) {
if (fdp->n == np->n && (fdp->fdtype == fdtype || fdtype == FT_ALL)) {
closefd(fdp);
}
}
}
char *ipdev(int n)
{
/* IP device for network #n. */
static char device[sizeof("/dev/ipNNN")];
sprintf(device, "/dev/ip%d", n);
return device;
}
void set_ipconf(char *device, ipaddr_t ip, ipaddr_t mask, unsigned mtu)
{
/* Set IP address and netmask of an IP device. */
int fd;
nwio_ipconf_t ipconf;
if (test > 0) return;
if ((fd= open(device, O_RDWR)) < 0) fatal(device);
ipconf.nwic_flags= NWIC_IPADDR_SET | NWIC_NETMASK_SET;
ipconf.nwic_ipaddr= ip;
ipconf.nwic_netmask= mask;
#ifdef NWIC_MTU_SET
if (mtu != 0) {
ipconf.nwic_flags |= NWIC_MTU_SET;
ipconf.nwic_mtu= mtu;
}
#endif
if (ioctl(fd, NWIOSIPCONF, &ipconf) < 0) fatal(device);
close(fd);
}
| 25.583039 | 76 | 0.620718 |
82a07bbe1f6e44cba569d4403ff29a64df9a6700 | 654 | h | C | halfnetwork/HalfNetwork/ACE_wrappers/ace/Pair.h | cjwcjswo/com2us_cppNetStudy_work | 3aab26cfd2e9bf1544fa41a0f2694d81167b2584 | [
"MIT"
] | 25 | 2019-05-20T08:07:39.000Z | 2021-08-17T11:25:02.000Z | halfnetwork/HalfNetwork/ACE_wrappers/ace/Pair.h | cjwcjswo/com2us_cppNetStudy_work | 3aab26cfd2e9bf1544fa41a0f2694d81167b2584 | [
"MIT"
] | null | null | null | halfnetwork/HalfNetwork/ACE_wrappers/ace/Pair.h | cjwcjswo/com2us_cppNetStudy_work | 3aab26cfd2e9bf1544fa41a0f2694d81167b2584 | [
"MIT"
] | 17 | 2019-07-07T12:20:16.000Z | 2022-01-11T08:27:44.000Z | // -*- C++ -*-
//=============================================================================
/**
* @file Pair.h
*
* $Id: Pair.h 80826 2008-03-04 14:51:23Z wotte $
*
* ACE_Pair<> convenience header.
*
* @author Irfan Pyarali
*/
//=============================================================================
#ifndef ACE_PAIR_H
#define ACE_PAIR_H
#include /**/ "ace/pre.h"
#include /**/ "ace/config-all.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
// Include the templates here.
#include "ace/Pair_T.h"
#include /**/ "ace/post.h"
#endif /* ACE_PAIR_H */
| 19.818182 | 80 | 0.438838 |
aaf65e7483a5d1aca26131742e33e9c3c8cf99ec | 7,713 | c | C | src/sys/mips/nlm/dev/net/xaui.c | lastweek/source-freebsd | 0821950b0c40cbc891a27964b342e0202a3859ec | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | src/sys/mips/nlm/dev/net/xaui.c | lastweek/source-freebsd | 0821950b0c40cbc891a27964b342e0202a3859ec | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | src/sys/mips/nlm/dev/net/xaui.c | lastweek/source-freebsd | 0821950b0c40cbc891a27964b342e0202a3859ec | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | /*-
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
* Copyright (c) 2003-2012 Broadcom Corporation
* All Rights Reserved
*
* 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.
*
* THIS SOFTWARE IS PROVIDED BY BROADCOM ``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 BROADCOM OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
* BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/systm.h>
#include <mips/nlm/hal/mips-extns.h>
#include <mips/nlm/hal/haldefs.h>
#include <mips/nlm/hal/iomap.h>
#include <mips/nlm/hal/sys.h>
#include <mips/nlm/hal/nae.h>
#include <mips/nlm/hal/mdio.h>
#include <mips/nlm/hal/sgmii.h>
#include <mips/nlm/hal/xaui.h>
#include <mips/nlm/xlp.h>
void
nlm_xaui_pcs_init(uint64_t nae_base, int xaui_cplx_mask)
{
int block, lane_ctrl, reg;
int cplx_lane_enable;
int lane_enable = 0;
uint32_t regval;
cplx_lane_enable = LM_XAUI |
(LM_XAUI << 4) |
(LM_XAUI << 8) |
(LM_XAUI << 12);
if (xaui_cplx_mask == 0)
return;
/* write 0x2 to enable SGMII for all lane */
block = 7;
if (xaui_cplx_mask & 0x3) { /* Complexes 0, 1 */
lane_enable = nlm_read_nae_reg(nae_base,
NAE_REG(block, LANE_CFG, LANE_CFG_CPLX_0_1));
if (xaui_cplx_mask & 0x1) { /* Complex 0 */
lane_enable &= ~(0xFFFF);
lane_enable |= cplx_lane_enable;
}
if (xaui_cplx_mask & 0x2) { /* Complex 1 */
lane_enable &= ~(0xFFFF<<16);
lane_enable |= (cplx_lane_enable << 16);
}
nlm_write_nae_reg(nae_base,
NAE_REG(block, LANE_CFG, LANE_CFG_CPLX_0_1),
lane_enable);
}
lane_enable = 0;
if (xaui_cplx_mask & 0xc) { /* Complexes 2, 3 */
lane_enable = nlm_read_nae_reg(nae_base,
NAE_REG(block, LANE_CFG, LANE_CFG_CPLX_2_3));
if (xaui_cplx_mask & 0x4) { /* Complex 2 */
lane_enable &= ~(0xFFFF);
lane_enable |= cplx_lane_enable;
}
if (xaui_cplx_mask & 0x8) { /* Complex 3 */
lane_enable &= ~(0xFFFF<<16);
lane_enable |= (cplx_lane_enable << 16);
}
nlm_write_nae_reg(nae_base,
NAE_REG(block, LANE_CFG, LANE_CFG_CPLX_2_3),
lane_enable);
}
/* Bring txpll out of reset */
for (block = 0; block < 4; block++) {
if ((xaui_cplx_mask & (1 << block)) == 0)
continue;
for (lane_ctrl = PHY_LANE_0_CTRL;
lane_ctrl <= PHY_LANE_3_CTRL; lane_ctrl++) {
if (!nlm_is_xlp8xx_ax())
xlp_nae_lane_reset_txpll(nae_base,
block, lane_ctrl, PHYMODE_XAUI);
else
xlp_ax_nae_lane_reset_txpll(nae_base, block,
lane_ctrl, PHYMODE_XAUI);
}
}
/* Wait for Rx & TX clock stable */
for (block = 0; block < 4; block++) {
if ((xaui_cplx_mask & (1 << block)) == 0)
continue;
for (lane_ctrl = PHY_LANE_0_CTRL;
lane_ctrl <= PHY_LANE_3_CTRL; lane_ctrl++) {
reg = NAE_REG(block, PHY, lane_ctrl - 4);
/* Wait for TX clock to be set */
do {
regval = nlm_read_nae_reg(nae_base, reg);
} while ((regval & LANE_TX_CLK) == 0);
/* Wait for RX clock to be set */
do {
regval = nlm_read_nae_reg(nae_base, reg);
} while ((regval & LANE_RX_CLK) == 0);
/* Wait for XAUI Lane fault to be cleared */
do {
regval = nlm_read_nae_reg(nae_base, reg);
} while ((regval & XAUI_LANE_FAULT) != 0);
}
}
}
void
nlm_nae_setup_rx_mode_xaui(uint64_t base, int nblock, int iface, int port_type,
int broadcast_en, int multicast_en, int pause_en, int promisc_en)
{
uint32_t val;
val = ((broadcast_en & 0x1) << 10) |
((pause_en & 0x1) << 9) |
((multicast_en & 0x1) << 8) |
((promisc_en & 0x1) << 7) | /* unicast_enable - enables promisc mode */
1; /* MAC address is always valid */
nlm_write_nae_reg(base, XAUI_MAC_FILTER_CFG(nblock), val);
}
void
nlm_nae_setup_mac_addr_xaui(uint64_t base, int nblock, int iface,
int port_type, unsigned char *mac_addr)
{
nlm_write_nae_reg(base,
XAUI_MAC_ADDR0_LO(nblock),
(mac_addr[5] << 24) |
(mac_addr[4] << 16) |
(mac_addr[3] << 8) |
mac_addr[2]);
nlm_write_nae_reg(base,
XAUI_MAC_ADDR0_HI(nblock),
(mac_addr[1] << 24) |
(mac_addr[0] << 16));
nlm_write_nae_reg(base,
XAUI_MAC_ADDR_MASK0_LO(nblock),
0xffffffff);
nlm_write_nae_reg(base,
XAUI_MAC_ADDR_MASK0_HI(nblock),
0xffffffff);
nlm_nae_setup_rx_mode_xaui(base, nblock, iface,
XAUIC,
1, /* broadcast enabled */
1, /* multicast enabled */
0, /* do not accept pause frames */
0 /* promisc mode disabled */
);
}
void
nlm_config_xaui_mtu(uint64_t nae_base, int nblock,
int max_tx_frame_sz, int max_rx_frame_sz)
{
uint32_t tx_words = max_tx_frame_sz >> 2; /* max_tx_frame_sz / 4 */
/* write max frame length */
nlm_write_nae_reg(nae_base,
XAUI_MAX_FRAME_LEN(nblock),
((tx_words & 0x3ff) << 16) | (max_rx_frame_sz & 0xffff));
}
void
nlm_config_xaui(uint64_t nae_base, int nblock,
int max_tx_frame_sz, int max_rx_frame_sz, int vlan_pri_en)
{
uint32_t val;
val = nlm_read_nae_reg(nae_base, XAUI_NETIOR_XGMAC_CTRL1(nblock));
val &= ~(0x1 << 11); /* clear soft reset */
nlm_write_nae_reg(nae_base, XAUI_NETIOR_XGMAC_CTRL1(nblock), val);
val = nlm_read_nae_reg(nae_base, XAUI_NETIOR_XGMAC_CTRL1(nblock));
val &= ~(0x3 << 11); /* clear soft reset and hard reset */
nlm_write_nae_reg(nae_base, XAUI_NETIOR_XGMAC_CTRL1(nblock), val);
nlm_write_nae_reg(nae_base, XAUI_CONFIG0(nblock), 0xffffffff);
nlm_write_nae_reg(nae_base, XAUI_CONFIG0(nblock), 0);
/* Enable tx/rx frame */
val = 0x000010A8;
val |= XAUI_CONFIG_LENCHK;
val |= XAUI_CONFIG_GENFCS;
val |= XAUI_CONFIG_PAD_64;
nlm_write_nae_reg(nae_base, XAUI_CONFIG1(nblock), val);
/* write max frame length */
nlm_config_xaui_mtu(nae_base, nblock, max_tx_frame_sz,
max_rx_frame_sz);
/* set stats counter */
val = nlm_read_nae_reg(nae_base, XAUI_NETIOR_XGMAC_CTRL1(nblock));
val |= (0x1 << NETIOR_XGMAC_VLAN_DC_POS);
val |= (0x1 << NETIOR_XGMAC_STATS_EN_POS);
if (vlan_pri_en) {
val |= (0x1 << NETIOR_XGMAC_TX_PFC_EN_POS);
val |= (0x1 << NETIOR_XGMAC_RX_PFC_EN_POS);
val |= (0x1 << NETIOR_XGMAC_TX_PAUSE_POS);
} else {
val &= ~(0x1 << NETIOR_XGMAC_TX_PFC_EN_POS);
val |= (0x1 << NETIOR_XGMAC_TX_PAUSE_POS);
}
nlm_write_nae_reg(nae_base, XAUI_NETIOR_XGMAC_CTRL1(nblock), val);
/* configure on / off timer */
if (vlan_pri_en)
val = 0xF1230000; /* PFC mode, offtimer = 0xf123, ontimer = 0 */
else
val = 0x0000F123; /* link level FC mode, offtimer = 0xf123 */
nlm_write_nae_reg(nae_base, XAUI_NETIOR_XGMAC_CTRL2(nblock), val);
/* set xaui tx threshold */
val = nlm_read_nae_reg(nae_base, XAUI_NETIOR_XGMAC_CTRL3(nblock));
val &= ~(0x1f << 10);
val |= ~(15 << 10);
nlm_write_nae_reg(nae_base, XAUI_NETIOR_XGMAC_CTRL3(nblock), val);
}
| 30.607143 | 79 | 0.689096 |
5c9c2c39f62e4d2bb9f18e13daa919d75aefa2bf | 11,285 | c | C | gcc/cmassoc/search.c | razzlefratz/MotleyTools | 3c69c574351ce6f4b7e687c13278d4b6cbb200f3 | [
"0BSD"
] | 2 | 2015-10-15T19:32:42.000Z | 2021-12-20T15:56:04.000Z | gcc/cmassoc/search.c | razzlefratz/MotleyTools | 3c69c574351ce6f4b7e687c13278d4b6cbb200f3 | [
"0BSD"
] | null | null | null | gcc/cmassoc/search.c | razzlefratz/MotleyTools | 3c69c574351ce6f4b7e687c13278d4b6cbb200f3 | [
"0BSD"
] | null | null | null | /*====================================================================*
*
* search.c - select (or delete) records by pattern;
*
* this program is similar to the UNIX grep utility;
*
*. Motley Tools by Charles Maier;
*: Copyright (c) 2001-2006 by Charles Maier Associates Limited;
*; Licensed under the Internet Software Consortium License;
*
*--------------------------------------------------------------------*/
#define _GETOPT_H
/*====================================================================*
* system header files;
*--------------------------------------------------------------------*/
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <stddef.h>
#include <string.h>
#include <limits.h>
#include <dirent.h>
#include <sys/stat.h>
#include <errno.h>
/*====================================================================*
* custom header files;
*--------------------------------------------------------------------*/
#include "../tools/cmassoc.h"
#include "../files/files.h"
#include "../regex/regex.h"
#include "../strlib/strlib.h"
#include "../chrlib/chrlib.h"
/*====================================================================*
* custom source files;
*--------------------------------------------------------------------*/
#ifndef MAKEFILE
#include "../tools/console.c"
#include "../tools/fgetline.c"
#include "../tools/efreopen.c"
#include "../tools/emalloc.c"
#include "../tools/fputn.c"
#include "../tools/uintspec.c"
#include "../tools/todigit.c"
#endif
#ifndef MAKEFILE
#include "../regex/regexmake.c"
#include "../regex/regexspan.c"
#include "../regex/regexcomp.c"
#include "../regex/regexhelp.c"
#include "../regex/regexfree.c"
#include "../regex/regexshow.c"
#endif
#ifndef MAKEFILE
#include "../files/match.c"
#include "../files/makepath.c"
#include "../files/splitpath.c"
#include "../files/mergepath.c"
#include "../files/makefind.c"
#include "../files/showfind.c"
#include "../files/partpath.c"
#include "../files/partfile.c"
#include "../files/find.c"
#endif
#ifndef MAKEFILE
#include "../strlib/struesc.c"
#include "../chrlib/charset.c"
#include "../chrlib/chruesc.c"
#include "../chrlib/chruescmap.c"
#endif
#ifndef MAKEFILE
#include "../sv/sv_ascii.c"
#endif
/*====================================================================*
* program constants;
*--------------------------------------------------------------------*/
#define SEARCH_B_HEADER (1 << 0)
#define SEARCH_B_NUMBER (1 << 1)
#define SEARCH_B_RECORD (1 << 2)
#define SEARCH_B_INVERT (1 << 3)
#define SEARCH_B_REPORT (1 << 4)
#define SEARCH_B_SEARCH (1 << 5)
#define SEARCH_B_REVIEW (1 << 6)
#define RADIX 10
#define FIELD 6
/*====================================================================*
* program variables;
*--------------------------------------------------------------------*/
typedef struct _edit_
{
regexp * list [_LISTSIZE];
unsigned size;
char buffer [TEXTLINE_MAX];
unsigned length;
}
EDIT;
/*====================================================================*
* program functions;
*--------------------------------------------------------------------*/
static void openfile (FIND * find, EDIT * edit, flag_t flags);
static void editfile (FIND * find, EDIT * edit, flag_t flags);
static void testfile (FIND * find, EDIT * edit, flag_t flags);
static void findfile (FIND * find, EDIT * edit, flag_t flags);
/*====================================================================*
*
* void editfile (FIND * find, EDIT * edit, flag_t flags);
*
* selectively copy lines from stdin to stdout based on
* the regular expressions list and bits set within the mode flags.
*
* #define SEARCH_B_HEADER 0x0001 (show file name)
* #define SEARCH_B_NUMBER 0x0002 (show file line)
* #define SEARCH_B_RECORD 0x0004
* #define SEARCH_B_INVERT 0x0008 (delete matching lines)
*
* if bit field SEARCH_B_HEADER is set, the input filename is output to
* separate record groups; otherwise, records appear as a continuous
* list of lines;
*
* if bit field SEARCH_B_NUMBER is set, output lines are numbered by file
* position; otherwise, numbers are not displayed.
*
* if bit field SEARCH_B_RECORD is set, the qualifying lines are output as
* records; this is the default but output can be suppressed;
*
* if bit field SEARCH_B_INVERT is set, input lines that do not match any
* list item are output; otherwise, lines match any list are output;
*
*. Motley Tools by Charles Maier;
*: Copyright (c) 2001-2006 by Charles Maier Associates Limited;
*; Licensed under the Internet Software Consortium License;
*
*--------------------------------------------------------------------*/
static void editfile (FIND * find, EDIT * edit, flag_t flags)
{
unsigned line;
unsigned item;
unsigned once = 0;
for (line = 1; ~ fgetline (edit->buffer, edit->length, stdin); line++)
{
for (item = 0; item < edit->size; item++)
{
char const * cp = regexspan (edit->list [item], edit->buffer);
if (cp != (char *) (0))
{
if (* cp == (char) (0))
{
break;
}
}
}
if (! (flags & (SEARCH_B_INVERT)) == (item < edit->size))
{
if (! once)
{
if (flags & (SEARCH_B_HEADER))
{
if (flags & (SEARCH_B_NUMBER))
{
fputn (NONE, RADIX, FIELD, stdout);
fputc (' ', stdout);
}
fputs (find->fullname, stdout);
fputc ('\n', stdout);
if ((flags & SEARCH_B_RECORD) == 0)
{
break;
}
once = 1;
}
}
if (flags & (SEARCH_B_RECORD))
{
if (flags & (SEARCH_B_NUMBER))
{
fputn (line, RADIX, FIELD, stdout);
fputc (' ', stdout);
}
fputs (edit->buffer, stdout);
fputc ('\n', stdout);
}
}
}
if (once)
{
if (flags & (SEARCH_B_RECORD))
{
fputc ('\n', stdout);
}
}
return;
}
/*====================================================================*
*
* void openfile (FIND * find, EDIT * edit, flag_t flags);
*
*. Motley Tools by Charles Maier;
*: Copyright (c) 2001-2006 by Charles Maier Associates Limited;
*; Licensed under the Internet Software Consortium License;
*
*--------------------------------------------------------------------*/
static void openfile (FIND * find, EDIT * edit, flag_t flags)
{
if (match (find->filename, find->wildcard))
{
if (freopen (find->fullname, "rb", stdin))
{
editfile (find, edit, flags);
return;
}
}
return;
}
/*====================================================================*
*
* void testfile (FIND * find, EDIT * edit, flag_t flags);
*
*. Motley Tools by Charles Maier;
*: Copyright (c) 2001-2006 by Charles Maier Associates Limited;
*; Licensed under the Internet Software Consortium License;
*
*--------------------------------------------------------------------*/
static void testfile (FIND * find, EDIT * edit, flag_t flags)
{
if (lstat (find->fullname, & find->statinfo))
{
error (0, errno, "%s", find->fullname);
return;
}
if (S_ISDIR (find->statinfo.st_mode))
{
char const * filename = find->filename;
if (* filename == '.')
{
filename++;
}
if (* filename == '.')
{
filename++;
}
if (* filename == (char) (0))
{
return;
}
if (_anyset (find->flagword, FIND_B_RECURSE))
{
findfile (find, edit, flags);
}
return;
}
if (S_ISLNK (find->statinfo.st_mode))
{
if (_anyset (find->flagword, FIND_B_TRAVERSE))
{
openfile (find, edit, flags);
}
return;
}
if (S_ISREG (find->statinfo.st_mode))
{
openfile (find, edit, flags);
return;
}
return;
}
/*====================================================================*
*
* void findfile (FIND * find, EDIT * edit, flag_t flags);
*
*. Motley Tools by Charles Maier;
*: Copyright (c) 2001-2006 by Charles Maier Associates Limited;
*; Licensed under the Internet Software Consortium License;
*
*--------------------------------------------------------------------*/
static void findfile (FIND * find, EDIT * edit, flag_t flags)
{
DIR * dir;
char * filename = find->fullname;
if ((dir = opendir (filename)))
{
struct dirent * dirent;
while (* filename)
{
filename++;
}
* filename = PATH_C_EXTENDER;
while ((dirent = readdir (dir)))
{
strcpy (filename + 1, dirent->d_name);
partpath (find->fullname, find->pathname, find->filename);
partfile (find->filename, find->basename, find->extender);
testfile (find, edit, flags);
}
* filename = (char) (0);
closedir (dir);
return;
}
testfile (find, edit, flags);
return;
}
/*====================================================================*
*
* int main (int argc, const char * argv[]);
*
* th use of ".*(s).* here is opposite of that needed by search;
*
*. Motley Tools by Charles Maier;
*; Licensed under the Internet Software Consortium License;
*: Copyright (c) 2001-2006 by Charles Maier Associates Limited;
*
*--------------------------------------------------------------------*/
int main (int argc, char const * argv [])
{
extern const unsigned char ct_unescape [];
extern FIND find;
static char const * optv [] =
{
"output lines matching any of several regular expressions",
PUTOPTV_S_FUNNEL,
"e:fHl:nrRtTv",
"e e\texpression (e) can be anywhere on line as in \".*{e}.*\"",
"f\tprint filenames only",
"H\treview expression expansion",
"l e\texpression (e) describes entire line as in \"^{e}$\"",
"n\tdisplay line numbers",
"r\trecursive folder search",
"R\tregular expression rules",
"t\ttraverse file links",
"T\tescape sequence rules",
"v\tinvert selection",
(char const *) (0)
};
EDIT edit =
{
{
(regexp *) (0)
},
(unsigned) (0),
"",
sizeof (edit.buffer)
};
flag_t flags = SEARCH_B_RECORD;
signed c;
while (~ (c = getoptv (argc, argv, optv)))
{
switch (c)
{
case 'n':
_setbits (flags, SEARCH_B_HEADER);
_setbits (flags, SEARCH_B_NUMBER);
_setbits (flags, SEARCH_B_RECORD);
break;
case 'f':
_setbits (flags, SEARCH_B_HEADER);
_clrbits (flags, SEARCH_B_NUMBER);
_clrbits (flags, SEARCH_B_RECORD);
break;
case 'l':
strcpy (edit.buffer, struesc ((char *) (optarg)));
edit.list [edit.size++] = regexmake (edit.buffer);
edit.list [edit.size] = (regexp *) (0);
break;
case 'e':
strcpy (edit.buffer, REGEX_S_SPAN);
strcat (edit.buffer, struesc ((char *) (optarg)));
strcat (edit.buffer, REGEX_S_SPAN);
edit.list [edit.size++] = regexmake (edit.buffer);
edit.list [edit.size] = (regexp *) (0);
break;
case 'r':
_setbits (find.flagword, FIND_B_RECURSE);
break;
case 't':
_setbits (find.flagword, FIND_B_TRAVERSE);
break;
case 'v':
_setbits (flags, SEARCH_B_INVERT);
break;
case 'H':
_setbits (flags, SEARCH_B_REVIEW);
break;
case 'R':
regexhelp ();
exit (0);
case 'T':
chruescmap (ct_unescape, REGEX_C_ESC);
exit (0);
default:
break;
}
}
argc -= optind;
argv += optind;
if (flags & (SEARCH_B_REVIEW))
{
for (edit.size = 0; edit.list [edit.size]; edit.size++)
{
regexshow (edit.list [edit.size]);
}
exit (0);
}
if (! argc)
{
editfile (& find, & edit, flags);
}
while ((argc) && (* argv))
{
makefind (& find, * argv);
findfile (& find, & edit, flags);
argc--;
argv++;
}
exit (0);
}
| 25.13363 | 76 | 0.539389 |
c5f0cd64de8c4e542e9f7922fa6e14cab8236aaf | 1,922 | h | C | chrome/browser/chromeos/printing/cups_print_job_notification_manager.h | metux/chromium-deb | 3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | chrome/browser/chromeos/printing/cups_print_job_notification_manager.h | metux/chromium-deb | 3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | chrome/browser/chromeos/printing/cups_print_job_notification_manager.h | metux/chromium-deb | 3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_CHROMEOS_PRINTING_CUPS_PRINT_JOB_NOTIFICATION_MANAGER_H_
#define CHROME_BROWSER_CHROMEOS_PRINTING_CUPS_PRINT_JOB_NOTIFICATION_MANAGER_H_
#include <memory>
#include <string>
#include <unordered_map>
#include "base/macros.h"
#include "chrome/browser/chromeos/printing/cups_print_job_manager.h"
#include "chrome/browser/chromeos/printing/cups_print_job_notification.h"
class Profile;
namespace chromeos {
class CupsPrintJob;
class CupsPrintJobNotificationManager : public CupsPrintJobManager::Observer {
public:
using PrintJobNotificationMap =
std::unordered_map<CupsPrintJob*,
std::unique_ptr<CupsPrintJobNotification>>;
CupsPrintJobNotificationManager(Profile* profile,
CupsPrintJobManager* print_job_manager);
~CupsPrintJobNotificationManager() override;
// CupsPrintJobManager::Observer overrides:
void OnPrintJobCreated(CupsPrintJob* job) override;
void OnPrintJobStarted(CupsPrintJob* job) override;
void OnPrintJobUpdated(CupsPrintJob* job) override;
void OnPrintJobSuspended(CupsPrintJob* job) override;
void OnPrintJobResumed(CupsPrintJob* job) override;
void OnPrintJobDone(CupsPrintJob* job) override;
void OnPrintJobError(CupsPrintJob* job) override;
void OnPrintJobCancelled(CupsPrintJob* job) override;
void OnPrintJobNotificationRemoved(CupsPrintJobNotification* notification);
private:
void UpdateNotification(CupsPrintJob* job);
PrintJobNotificationMap notification_map_;
CupsPrintJobManager* print_job_manager_;
Profile* profile_;
DISALLOW_COPY_AND_ASSIGN(CupsPrintJobNotificationManager);
};
} // namespace chromeos
#endif // CHROME_BROWSER_CHROMEOS_PRINTING_CUPS_PRINT_JOB_NOTIFICATION_MANAGER_H_
| 33.719298 | 82 | 0.801249 |
04c4c002d3059a5868cb0819b89bc556a599aeb4 | 1,489 | h | C | Engine/Systems/CameraSystem.h | danielsefton/Dangine | 94f6b778c735ae0924f68ed078a47319acc6ddfd | [
"MIT"
] | 3 | 2020-06-22T22:59:59.000Z | 2021-08-29T05:04:42.000Z | Engine/Systems/CameraSystem.h | danielsefton/Dangine | 94f6b778c735ae0924f68ed078a47319acc6ddfd | [
"MIT"
] | 1 | 2021-09-10T21:45:41.000Z | 2021-09-10T21:45:41.000Z | Engine/Systems/CameraSystem.h | danielsefton/Dangine | 94f6b778c735ae0924f68ed078a47319acc6ddfd | [
"MIT"
] | 1 | 2020-09-17T01:54:51.000Z | 2020-09-17T01:54:51.000Z | //------------------------------------------------------------------------------
// Created by Daniel Sefton
//------------------------------------------------------------------------------
#ifndef CAMERASYSTEM_H
#define CAMERASYSTEM_H
#include "Platform/Prerequisites.h"
#include "Util/Entity/System.h"
//------------------------------------------------------------------------------
namespace Dangine {
//------------------------------------------------------------------------------
class CameraSystem : public System
{
public:
CameraSystem(ComponentType type);
~CameraSystem();
void yaw(Entity& rEntity, Real amount);
void pitch(Entity& rEntity, Real amount);
void roll(Entity& rEntity, Real amount);
void moveForward(Entity& rEntity, Real amount);
void moveRight(Entity& rEntity, Real amount);
void moveUp(Entity& rEntity, Real amount);
inline void setRenderSystem(RenderSystem* pRenderSystem)
{
mRenderSystem = pRenderSystem;
}
static const ComponentType type = COMPONENTTYPE_CAMERA;
private:
void _initialise(Entity& rEntity);
void _destroy(Entity& rEntity);
void _process(Entity& rEntity);
Real _restrictAngleTo360Range(Real angle) const;
RenderSystem* mRenderSystem;
}; // class CameraSystem
//------------------------------------------------------------------------------
} // namespace Dangine
//------------------------------------------------------------------------------
#endif // CAMERASYSTEM_H | 30.387755 | 81 | 0.492948 |
ca4125efe3db286d51548d0089429511f1d52940 | 18,946 | c | C | plugins/tray/eggtraymanager.c | akozlins/fbpanel | 572830e82f49380367a085995c64c935f3644242 | [
"MIT"
] | 3 | 2020-08-17T02:03:50.000Z | 2021-09-19T20:48:46.000Z | plugins/tray/eggtraymanager.c | akozlins/fbpanel | 572830e82f49380367a085995c64c935f3644242 | [
"MIT"
] | 2 | 2020-06-06T15:14:17.000Z | 2020-09-14T19:25:13.000Z | plugins/tray/eggtraymanager.c | akozlins/fbpanel | 572830e82f49380367a085995c64c935f3644242 | [
"MIT"
] | null | null | null | /* eggtraymanager.c
* Copyright (C) 2002 Anders Carlsson <andersca@gnu.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#include <string.h>
#include <gdk/gdkx.h>
#include <gtk/gtkinvisible.h>
#include <gtk/gtksocket.h>
#include <gtk/gtkwindow.h>
#include "eggtraymanager.h"
#include "eggmarshalers.h"
//#define DEBUGPRN
#include "dbg.h"
/* Signals */
enum
{
TRAY_ICON_ADDED,
TRAY_ICON_REMOVED,
MESSAGE_SENT,
MESSAGE_CANCELLED,
LOST_SELECTION,
LAST_SIGNAL
};
typedef struct
{
long id, len;
long remaining_len;
long timeout;
Window window;
char *str;
} PendingMessage;
static GObjectClass *parent_class = NULL;
static guint manager_signals[LAST_SIGNAL] = { 0 };
#define SYSTEM_TRAY_REQUEST_DOCK 0
#define SYSTEM_TRAY_BEGIN_MESSAGE 1
#define SYSTEM_TRAY_CANCEL_MESSAGE 2
static gboolean egg_tray_manager_check_running_xscreen (Screen *xscreen);
static void egg_tray_manager_init (EggTrayManager *manager);
static void egg_tray_manager_class_init (EggTrayManagerClass *klass);
static void egg_tray_manager_finalize (GObject *object);
static void egg_tray_manager_unmanage (EggTrayManager *manager);
GType
egg_tray_manager_get_type (void)
{
static GType our_type = 0;
if (our_type == 0)
{
static const GTypeInfo our_info =
{
sizeof (EggTrayManagerClass),
(GBaseInitFunc) NULL,
(GBaseFinalizeFunc) NULL,
(GClassInitFunc) egg_tray_manager_class_init,
NULL, /* class_finalize */
NULL, /* class_data */
sizeof (EggTrayManager),
0, /* n_preallocs */
(GInstanceInitFunc) egg_tray_manager_init
};
our_type = g_type_register_static (G_TYPE_OBJECT, "EggTrayManager", &our_info, 0);
}
return our_type;
}
static void
egg_tray_manager_init (EggTrayManager *manager)
{
manager->socket_table = g_hash_table_new (NULL, NULL);
}
static void
egg_tray_manager_class_init (EggTrayManagerClass *klass)
{
GObjectClass *gobject_class;
parent_class = g_type_class_peek_parent (klass);
gobject_class = (GObjectClass *)klass;
gobject_class->finalize = egg_tray_manager_finalize;
manager_signals[TRAY_ICON_ADDED] =
g_signal_new ("tray_icon_added",
G_OBJECT_CLASS_TYPE (klass),
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (EggTrayManagerClass, tray_icon_added),
NULL, NULL,
g_cclosure_marshal_VOID__OBJECT,
G_TYPE_NONE, 1,
GTK_TYPE_SOCKET);
manager_signals[TRAY_ICON_REMOVED] =
g_signal_new ("tray_icon_removed",
G_OBJECT_CLASS_TYPE (klass),
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (EggTrayManagerClass, tray_icon_removed),
NULL, NULL,
g_cclosure_marshal_VOID__OBJECT,
G_TYPE_NONE, 1,
GTK_TYPE_SOCKET);
manager_signals[MESSAGE_SENT] =
g_signal_new ("message_sent",
G_OBJECT_CLASS_TYPE (klass),
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (EggTrayManagerClass, message_sent),
NULL, NULL,
_egg_marshal_VOID__OBJECT_STRING_LONG_LONG,
G_TYPE_NONE, 4,
GTK_TYPE_SOCKET,
G_TYPE_STRING,
G_TYPE_LONG,
G_TYPE_LONG);
manager_signals[MESSAGE_CANCELLED] =
g_signal_new ("message_cancelled",
G_OBJECT_CLASS_TYPE (klass),
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (EggTrayManagerClass, message_cancelled),
NULL, NULL,
_egg_marshal_VOID__OBJECT_LONG,
G_TYPE_NONE, 2,
GTK_TYPE_SOCKET,
G_TYPE_LONG);
manager_signals[LOST_SELECTION] =
g_signal_new ("lost_selection",
G_OBJECT_CLASS_TYPE (klass),
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (EggTrayManagerClass, lost_selection),
NULL, NULL,
g_cclosure_marshal_VOID__VOID,
G_TYPE_NONE, 0);
}
static void
egg_tray_manager_finalize (GObject *object)
{
EggTrayManager *manager;
manager = EGG_TRAY_MANAGER (object);
egg_tray_manager_unmanage (manager);
G_OBJECT_CLASS (parent_class)->finalize (object);
}
EggTrayManager *
egg_tray_manager_new (void)
{
EggTrayManager *manager;
manager = g_object_new (EGG_TYPE_TRAY_MANAGER, NULL);
return manager;
}
static gboolean
egg_tray_manager_plug_removed (GtkSocket *socket,
EggTrayManager *manager)
{
Window *window;
ENTER;
window = g_object_get_data (G_OBJECT (socket), "egg-tray-child-window");
g_hash_table_remove (manager->socket_table, GINT_TO_POINTER (*window));
g_object_set_data (G_OBJECT (socket), "egg-tray-child-window",
NULL);
g_signal_emit (manager, manager_signals[TRAY_ICON_REMOVED], 0, socket);
/* This destroys the socket. */
RET(FALSE);
}
static gboolean
egg_tray_manager_socket_exposed (GtkWidget *widget,
GdkEventExpose *event,
gpointer user_data)
{
ENTER;
gdk_window_clear_area (widget->window,
event->area.x, event->area.y,
event->area.width, event->area.height);
RET(FALSE);
}
static void
egg_tray_manager_make_socket_transparent (GtkWidget *widget,
gpointer user_data)
{
ENTER;
if (GTK_WIDGET_NO_WINDOW (widget))
RET();
gdk_window_set_back_pixmap (widget->window, NULL, TRUE);
RET();
}
static void
egg_tray_manager_socket_style_set (GtkWidget *widget,
GtkStyle *previous_style,
gpointer user_data)
{
ENTER;
if (widget->window == NULL)
RET();
egg_tray_manager_make_socket_transparent(widget, user_data);
RET();
}
static void
egg_tray_manager_handle_dock_request(EggTrayManager *manager,
XClientMessageEvent *xevent)
{
GtkWidget *socket;
Window *window;
ENTER;
socket = gtk_socket_new ();
gtk_widget_set_app_paintable (socket, TRUE);
gtk_widget_set_double_buffered (socket, FALSE);
gtk_widget_add_events (socket, GDK_EXPOSURE_MASK);
g_signal_connect (socket, "realize",
G_CALLBACK (egg_tray_manager_make_socket_transparent), NULL);
g_signal_connect (socket, "expose_event",
G_CALLBACK (egg_tray_manager_socket_exposed), NULL);
g_signal_connect_after (socket, "style_set",
G_CALLBACK (egg_tray_manager_socket_style_set), NULL);
gtk_widget_show (socket);
/* We need to set the child window here
* so that the client can call _get functions
* in the signal handler
*/
window = g_new (Window, 1);
*window = xevent->data.l[2];
DBG("plug window %lx\n", *window);
g_object_set_data_full (G_OBJECT (socket), "egg-tray-child-window",
window, g_free);
g_signal_emit(manager, manager_signals[TRAY_ICON_ADDED], 0,
socket);
/* Add the socket only if it's been attached */
if (GTK_IS_WINDOW(gtk_widget_get_toplevel(GTK_WIDGET(socket)))) {
GtkRequisition req;
XWindowAttributes wa;
DBG("socket has window. going on\n");
gtk_socket_add_id(GTK_SOCKET (socket), xevent->data.l[2]);
g_signal_connect(socket, "plug_removed",
G_CALLBACK(egg_tray_manager_plug_removed), manager);
gdk_error_trap_push();
XGetWindowAttributes(GDK_DISPLAY(), *window, &wa);
if (gdk_error_trap_pop()) {
ERR("can't embed window %lx\n", xevent->data.l[2]);
goto error;
}
g_hash_table_insert(manager->socket_table,
GINT_TO_POINTER(xevent->data.l[2]), socket);
req.width = req.height = 1;
gtk_widget_size_request(socket, &req);
RET();
}
error:
DBG("socket has NO window. destroy it\n");
g_signal_emit(manager, manager_signals[TRAY_ICON_REMOVED], 0,
socket);
gtk_widget_destroy(socket);
RET();
}
static void
pending_message_free (PendingMessage *message)
{
g_free (message->str);
g_free (message);
}
static void
egg_tray_manager_handle_message_data (EggTrayManager *manager,
XClientMessageEvent *xevent)
{
GList *p;
int len;
/* Try to see if we can find the
* pending message in the list
*/
for (p = manager->messages; p; p = p->next)
{
PendingMessage *msg = p->data;
if (xevent->window == msg->window)
{
/* Append the message */
len = MIN (msg->remaining_len, 20);
memcpy ((msg->str + msg->len - msg->remaining_len),
&xevent->data, len);
msg->remaining_len -= len;
if (msg->remaining_len == 0)
{
GtkSocket *socket;
socket = g_hash_table_lookup (manager->socket_table, GINT_TO_POINTER (msg->window));
if (socket)
{
g_signal_emit (manager, manager_signals[MESSAGE_SENT], 0,
socket, msg->str, msg->id, msg->timeout);
}
manager->messages = g_list_remove_link (manager->messages,
p);
pending_message_free (msg);
}
return;
}
}
}
static void
egg_tray_manager_handle_begin_message (EggTrayManager *manager,
XClientMessageEvent *xevent)
{
GList *p;
PendingMessage *msg;
/* Check if the same message is
* already in the queue and remove it if so
*/
for (p = manager->messages; p; p = p->next)
{
PendingMessage *msg = p->data;
if (xevent->window == msg->window &&
xevent->data.l[4] == msg->id)
{
/* Hmm, we found it, now remove it */
pending_message_free (msg);
manager->messages = g_list_remove_link (manager->messages, p);
break;
}
}
/* Now add the new message to the queue */
msg = g_new0 (PendingMessage, 1);
msg->window = xevent->window;
msg->timeout = xevent->data.l[2];
msg->len = xevent->data.l[3];
msg->id = xevent->data.l[4];
msg->remaining_len = msg->len;
msg->str = g_malloc (msg->len + 1);
msg->str[msg->len] = '\0';
manager->messages = g_list_prepend (manager->messages, msg);
}
static void
egg_tray_manager_handle_cancel_message (EggTrayManager *manager,
XClientMessageEvent *xevent)
{
GtkSocket *socket;
socket = g_hash_table_lookup (manager->socket_table, GINT_TO_POINTER (xevent->window));
if (socket)
{
g_signal_emit (manager, manager_signals[MESSAGE_CANCELLED], 0,
socket, xevent->data.l[2]);
}
}
static GdkFilterReturn
egg_tray_manager_handle_event (EggTrayManager *manager,
XClientMessageEvent *xevent)
{
switch (xevent->data.l[1])
{
case SYSTEM_TRAY_REQUEST_DOCK:
egg_tray_manager_handle_dock_request (manager, xevent);
return GDK_FILTER_REMOVE;
case SYSTEM_TRAY_BEGIN_MESSAGE:
egg_tray_manager_handle_begin_message (manager, xevent);
return GDK_FILTER_REMOVE;
case SYSTEM_TRAY_CANCEL_MESSAGE:
egg_tray_manager_handle_cancel_message (manager, xevent);
return GDK_FILTER_REMOVE;
default:
break;
}
return GDK_FILTER_CONTINUE;
}
static GdkFilterReturn
egg_tray_manager_window_filter (GdkXEvent *xev, GdkEvent *event, gpointer data)
{
XEvent *xevent = (GdkXEvent *)xev;
EggTrayManager *manager = data;
if (xevent->type == ClientMessage)
{
if (xevent->xclient.message_type == manager->opcode_atom)
{
return egg_tray_manager_handle_event (manager, (XClientMessageEvent *)xevent);
}
else if (xevent->xclient.message_type == manager->message_data_atom)
{
egg_tray_manager_handle_message_data (manager, (XClientMessageEvent *)xevent);
return GDK_FILTER_REMOVE;
}
}
else if (xevent->type == SelectionClear)
{
g_signal_emit (manager, manager_signals[LOST_SELECTION], 0);
egg_tray_manager_unmanage (manager);
}
return GDK_FILTER_CONTINUE;
}
static void
egg_tray_manager_unmanage (EggTrayManager *manager)
{
Display *display;
guint32 timestamp;
GtkWidget *invisible;
if (manager->invisible == NULL)
return;
invisible = manager->invisible;
g_assert (GTK_IS_INVISIBLE (invisible));
g_assert (GTK_WIDGET_REALIZED (invisible));
g_assert (GDK_IS_WINDOW (invisible->window));
display = GDK_WINDOW_XDISPLAY (invisible->window);
if (XGetSelectionOwner (display, manager->selection_atom) ==
GDK_WINDOW_XWINDOW (invisible->window))
{
timestamp = gdk_x11_get_server_time (invisible->window);
XSetSelectionOwner (display, manager->selection_atom, None, timestamp);
}
gdk_window_remove_filter (invisible->window, egg_tray_manager_window_filter, manager);
manager->invisible = NULL; /* prior to destroy for reentrancy paranoia */
gtk_widget_destroy (invisible);
g_object_unref (G_OBJECT (invisible));
}
static gboolean
egg_tray_manager_manage_xscreen (EggTrayManager *manager, Screen *xscreen)
{
GtkWidget *invisible;
char *selection_atom_name;
guint32 timestamp;
GdkScreen *screen;
g_return_val_if_fail (EGG_IS_TRAY_MANAGER (manager), FALSE);
g_return_val_if_fail (manager->screen == NULL, FALSE);
/* If there's already a manager running on the screen
* we can't create another one.
*/
#if 0
if (egg_tray_manager_check_running_xscreen (xscreen))
return FALSE;
#endif
screen = gdk_display_get_screen (gdk_x11_lookup_xdisplay (DisplayOfScreen (xscreen)),
XScreenNumberOfScreen (xscreen));
invisible = gtk_invisible_new_for_screen (screen);
gtk_widget_realize (invisible);
gtk_widget_add_events (invisible, GDK_PROPERTY_CHANGE_MASK | GDK_STRUCTURE_MASK);
selection_atom_name = g_strdup_printf ("_NET_SYSTEM_TRAY_S%d",
XScreenNumberOfScreen (xscreen));
manager->selection_atom = XInternAtom (DisplayOfScreen (xscreen), selection_atom_name, False);
g_free (selection_atom_name);
timestamp = gdk_x11_get_server_time (invisible->window);
XSetSelectionOwner (DisplayOfScreen (xscreen), manager->selection_atom,
GDK_WINDOW_XWINDOW (invisible->window), timestamp);
/* Check if we were could set the selection owner successfully */
if (XGetSelectionOwner (DisplayOfScreen (xscreen), manager->selection_atom) ==
GDK_WINDOW_XWINDOW (invisible->window))
{
XClientMessageEvent xev;
xev.type = ClientMessage;
xev.window = RootWindowOfScreen (xscreen);
xev.message_type = XInternAtom (DisplayOfScreen (xscreen), "MANAGER", False);
xev.format = 32;
xev.data.l[0] = timestamp;
xev.data.l[1] = manager->selection_atom;
xev.data.l[2] = GDK_WINDOW_XWINDOW (invisible->window);
xev.data.l[3] = 0; /* manager specific data */
xev.data.l[4] = 0; /* manager specific data */
XSendEvent (DisplayOfScreen (xscreen),
RootWindowOfScreen (xscreen),
False, StructureNotifyMask, (XEvent *)&xev);
manager->invisible = invisible;
g_object_ref (G_OBJECT (manager->invisible));
manager->opcode_atom = XInternAtom (DisplayOfScreen (xscreen),
"_NET_SYSTEM_TRAY_OPCODE",
False);
manager->message_data_atom = XInternAtom (DisplayOfScreen (xscreen),
"_NET_SYSTEM_TRAY_MESSAGE_DATA",
False);
/* Add a window filter */
gdk_window_add_filter (invisible->window, egg_tray_manager_window_filter, manager);
return TRUE;
}
else
{
gtk_widget_destroy (invisible);
return FALSE;
}
}
gboolean
egg_tray_manager_manage_screen (EggTrayManager *manager,
GdkScreen *screen)
{
g_return_val_if_fail (GDK_IS_SCREEN (screen), FALSE);
g_return_val_if_fail (manager->screen == NULL, FALSE);
return egg_tray_manager_manage_xscreen (manager,
GDK_SCREEN_XSCREEN (screen));
}
static gboolean
egg_tray_manager_check_running_xscreen (Screen *xscreen)
{
Atom selection_atom;
char *selection_atom_name;
selection_atom_name = g_strdup_printf ("_NET_SYSTEM_TRAY_S%d",
XScreenNumberOfScreen (xscreen));
selection_atom = XInternAtom (DisplayOfScreen (xscreen), selection_atom_name, False);
g_free (selection_atom_name);
if (XGetSelectionOwner (DisplayOfScreen (xscreen), selection_atom))
return TRUE;
else
return FALSE;
}
gboolean
egg_tray_manager_check_running (GdkScreen *screen)
{
g_return_val_if_fail (GDK_IS_SCREEN (screen), FALSE);
return egg_tray_manager_check_running_xscreen (GDK_SCREEN_XSCREEN (screen));
}
char *
egg_tray_manager_get_child_title (EggTrayManager *manager,
EggTrayManagerChild *child)
{
Window *child_window;
Atom utf8_string, atom, type;
int result;
gchar *val, *retval;
int format;
gulong nitems;
gulong bytes_after;
guchar *tmp = NULL;
g_return_val_if_fail (EGG_IS_TRAY_MANAGER (manager), NULL);
g_return_val_if_fail (GTK_IS_SOCKET (child), NULL);
child_window = g_object_get_data (G_OBJECT (child),
"egg-tray-child-window");
utf8_string = XInternAtom (GDK_DISPLAY (), "UTF8_STRING", False);
atom = XInternAtom (GDK_DISPLAY (), "_NET_WM_NAME", False);
gdk_error_trap_push();
result = XGetWindowProperty (GDK_DISPLAY (), *child_window, atom, 0,
G_MAXLONG, False, utf8_string, &type, &format, &nitems,
&bytes_after, &tmp);
val = (gchar *) tmp;
if (gdk_error_trap_pop() || result != Success || type != utf8_string)
return NULL;
if (format != 8 || nitems == 0) {
if (val)
XFree (val);
return NULL;
}
if (!g_utf8_validate (val, nitems, NULL))
{
XFree (val);
return NULL;
}
retval = g_strndup (val, nitems);
XFree (val);
return retval;
}
| 28.881098 | 98 | 0.653753 |
a9d7fab9f0bcff263d92e1e733449d2c0075f589 | 486 | h | C | qqtw/qqheaders7.2/RqdRegisterDataCollector.h | onezens/QQTweak | 04b9efd1d93eba8ef8fec5cf9a20276637765777 | [
"MIT"
] | 5 | 2018-02-20T14:24:17.000Z | 2020-08-06T09:31:21.000Z | qqtw/qqheaders7.2/RqdRegisterDataCollector.h | onezens/QQTweak | 04b9efd1d93eba8ef8fec5cf9a20276637765777 | [
"MIT"
] | 1 | 2020-06-10T07:49:16.000Z | 2020-06-12T02:08:35.000Z | qqtw/qqheaders7.2/RqdRegisterDataCollector.h | onezens/SmartQQ | 04b9efd1d93eba8ef8fec5cf9a20276637765777 | [
"MIT"
] | null | null | null | //
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
@interface RqdRegisterDataCollector : NSObject
{
}
+ (id)sharedInstance;
- // Error parsing type: v32@0:8I16^{__darwin_mcontext64={__darwin_arm_exception_state64=QII}{__darwin_arm_thread_state64=[29Q]QQQQII}{__darwin_arm_neon_state64=[32T]II}}20B28, name: collectAllRegisterInfos:context:needCheckFirstLineOcMsg:
@end
| 27 | 243 | 0.748971 |
a637aae76f5918ae4b8f3d0f82033443d3414fdc | 13,563 | h | C | src/appleseed/foundation/utility/test/helpers.h | dcoeurjo/appleseed | d5558afa7a351cb834977d8c8411b62542ea7019 | [
"MIT"
] | null | null | null | src/appleseed/foundation/utility/test/helpers.h | dcoeurjo/appleseed | d5558afa7a351cb834977d8c8411b62542ea7019 | [
"MIT"
] | null | null | null | src/appleseed/foundation/utility/test/helpers.h | dcoeurjo/appleseed | d5558afa7a351cb834977d8c8411b62542ea7019 | [
"MIT"
] | null | null | null |
//
// This source file is part of appleseed.
// Visit https://appleseedhq.net/ for additional information and resources.
//
// This software is released under the MIT license.
//
// Copyright (c) 2010-2013 Francois Beaune, Jupiter Jazz Limited
// Copyright (c) 2014-2018 Francois Beaune, The appleseedhq Organization
//
// 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 APPLESEED_FOUNDATION_UTILITY_TEST_HELPERS_H
#define APPLESEED_FOUNDATION_UTILITY_TEST_HELPERS_H
// appleseed.foundation headers.
#include "foundation/utility/test/itestcase.h"
#include "foundation/utility/test/itestcasefactory.h"
#include "foundation/utility/test/testsuite.h"
#include "foundation/utility/test/testsuiterepository.h"
// Forward declarations.
namespace foundation { class ITestListener; }
namespace foundation { class TestResult; }
namespace foundation
{
//
// Define a test suite.
//
#define TEST_SUITE(Name) \
namespace TestSuite##Name \
{ \
struct TestSuite##Name \
: public foundation::TestSuite \
{ \
TestSuite##Name() \
: foundation::TestSuite(#Name) \
{ \
} \
}; \
\
foundation::TestSuite& current_test_suite__() \
{ \
static TestSuite##Name suite; \
return suite; \
} \
\
struct RegisterTestSuite##Name \
{ \
RegisterTestSuite##Name() \
{ \
using namespace foundation; \
TestSuite& suite = current_test_suite__(); \
TestSuiteRepository::instance().register_suite(&suite); \
} \
}; \
\
static RegisterTestSuite##Name RegisterTestSuite##Name##_instance__; \
} \
\
namespace TestSuite##Name
//
// Define a test case without fixture.
//
#define TEST_CASE(Name) \
struct TestCase##Name \
: public foundation::ITestCase \
{ \
virtual const char* get_name() const \
{ \
return #Name; \
} \
\
virtual void run( \
foundation::ITestListener& test_listener, \
foundation::TestResult& case_result); \
}; \
\
struct TestCase##Name##Factory \
: public foundation::ITestCaseFactory \
{ \
virtual const char* get_name() const \
{ \
return #Name; \
} \
\
virtual foundation::ITestCase* create() \
{ \
return new TestCase##Name(); \
} \
}; \
\
struct RegisterTestCase##Name \
{ \
RegisterTestCase##Name() \
{ \
using namespace foundation; \
static TestCase##Name##Factory factory; \
current_test_suite__().register_case(&factory); \
} \
}; \
\
static RegisterTestCase##Name RegisterTestCase##Name##_instance__; \
\
void TestCase##Name::run( \
foundation::ITestListener& test_listener, \
foundation::TestResult& case_result)
//
// Define a test case with fixture.
//
#define TEST_CASE_F(Name, FixtureName) \
struct TestCase##Name \
: public foundation::ITestCase \
, public FixtureName \
{ \
virtual const char* get_name() const \
{ \
return #Name; \
} \
\
virtual void run( \
foundation::ITestListener& test_listener, \
foundation::TestResult& case_result); \
}; \
\
struct TestCase##Name##Factory \
: public foundation::ITestCaseFactory \
{ \
virtual const char* get_name() const \
{ \
return #Name; \
} \
\
virtual foundation::ITestCase* create() \
{ \
return new TestCase##Name(); \
} \
}; \
\
struct RegisterTestCase##Name \
{ \
RegisterTestCase##Name() \
{ \
using namespace foundation; \
static TestCase##Name##Factory factory; \
current_test_suite__().register_case(&factory); \
} \
}; \
\
static RegisterTestCase##Name RegisterTestCase##Name##_instance__; \
\
void TestCase##Name::run( \
foundation::ITestListener& test_listener, \
foundation::TestResult& case_result)
//
// Forward-declare a test case.
//
#define DECLARE_TEST_CASE(SuiteName, CaseName) \
namespace TestSuite##SuiteName { struct TestCase##CaseName; }
//
// Declare that a test case has access to the internals of a class.
//
#define GRANT_ACCESS_TO_TEST_CASE(SuiteName, CaseName) \
friend struct TestSuite##SuiteName::TestCase##CaseName
} // namespace foundation
#endif // !APPLESEED_FOUNDATION_UTILITY_TEST_HELPERS_H
| 67.477612 | 93 | 0.261963 |
43ec75f84af68aaf720be3febc462a2d41a59031 | 19,224 | c | C | product/n1sdp/module/n1sdp_i2c/src/mod_n1sdp_i2c.c | iwishguo/SCP-firmware | 85d038227bb3553965703ee19d7328cf7e157e81 | [
"BSD-3-Clause"
] | 1 | 2020-05-05T06:03:53.000Z | 2020-05-05T06:03:53.000Z | product/n1sdp/module/n1sdp_i2c/src/mod_n1sdp_i2c.c | Culhane/SCP-firmware | 887e4495ffdb9cbe1c9b9ce4dc042a6dbe14d91e | [
"BSD-3-Clause"
] | null | null | null | product/n1sdp/module/n1sdp_i2c/src/mod_n1sdp_i2c.c | Culhane/SCP-firmware | 887e4495ffdb9cbe1c9b9ce4dc042a6dbe14d91e | [
"BSD-3-Clause"
] | null | null | null | /*
* Arm SCP/MCP Software
* Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Description:
* N1SDP I2C Driver
*/
#include "n1sdp_core.h"
#include <internal/n1sdp_i2c.h>
#include <mod_n1sdp_i2c.h>
#include <fwk_assert.h>
#include <fwk_event.h>
#include <fwk_id.h>
#include <fwk_interrupt.h>
#include <fwk_mm.h>
#include <fwk_module.h>
#include <fwk_module_idx.h>
#include <fwk_notification.h>
#include <fwk_status.h>
#include <stdbool.h>
#include <string.h>
/* I2C divider calculation values */
#define I2C_HZ 22
#define I2C_DIV 1
#define I2C_DIV_MAX 0x3F
#define I2C_DIV_VAL 4
#define I2C_DIV_VAL1 3
#define I2C_DIV_SHIFT 6
/* Timeout value */
#define I2C_TRANSFER_TIMEOUT 10000U
/* Read-modify-write a register field and leave other bits intact. */
#define I2C_REG_RMW(reg, mask, shift, val) ((reg) = (((reg) & ~(mask)) | \
(((val) << (shift)) & (mask))))
/* Write a single register field. */
#define I2C_REG_W(reg, mask, shift, val) ((reg) = ((val) << (shift)) & (mask))
/* Read a register field. */
#define I2C_REG_R(reg, mask, shift) (((reg) & (mask)) >> (shift))
/* ISR error mask */
#define I2C_ISR_ERROR_MASK (I2C_ISR_RXUNF_MASK | \
I2C_ISR_TXOVF_MASK | \
I2C_ISR_RXOVF_MASK | \
I2C_ISR_NACK_MASK | \
I2C_ISR_TO_MASK)
/* Device context */
struct n1sdp_i2c_dev_ctx {
/* Pointer to the device configuration */
const struct mod_n1sdp_i2c_device_config *config;
/* Pointer to associated I2C registers */
struct i2c_reg *reg;
/* Track repeated transfer of data */
bool perform_repeat_start;
/* IRQ mode data context */
struct mod_n1sdp_i2c_irq_data_ctx irq_data_ctx;
/* I2C ID */
unsigned int i2c_id;
/* I2C callback pointer */
void (*i2c_callback)(struct n1sdp_i2c_dev_ctx *ctx,
enum mod_n1sdp_i2c_notifications cb_type);
};
/* Module context */
struct n1sdp_i2c_ctx {
/* Table of device contexts */
struct n1sdp_i2c_dev_ctx *device_ctx_table;
};
static struct n1sdp_i2c_ctx i2c_ctx;
/* Callback function */
static void i2c_callback_fn(struct n1sdp_i2c_dev_ctx *ctx,
enum mod_n1sdp_i2c_notifications cb_type)
{
unsigned int i;
struct fwk_event c2c_event;
fwk_assert(ctx != NULL);
if (!fwk_id_is_equal(ctx->config->callback_mod_id, FWK_ID_NONE)) {
memset((void *)&c2c_event, 0, sizeof(struct fwk_event));
switch (cb_type) {
case MOD_N1SDP_I2C_NOTIFICATION_IDX_TX:
c2c_event.id = mod_n1sdp_i2c_notification_id_slave_tx;
break;
case MOD_N1SDP_I2C_NOTIFICATION_IDX_RX:
c2c_event.id = mod_n1sdp_i2c_notification_id_slave_rx;
break;
case MOD_N1SDP_I2C_NOTIFICATION_IDX_ERROR:
c2c_event.id = mod_n1sdp_i2c_notification_id_slave_error;
break;
default:
fwk_assert(false);
return;
}
c2c_event.response_requested = false;
c2c_event.source_id = FWK_ID_ELEMENT(FWK_MODULE_IDX_N1SDP_I2C,
ctx->i2c_id);
c2c_event.target_id = ctx->config->callback_mod_id;
fwk_notification_notify(&c2c_event, &i);
}
}
static void clear_isr(struct n1sdp_i2c_dev_ctx *device_ctx)
{
uint16_t reg;
reg = I2C_REG_R(device_ctx->reg->ISR, I2C_ISR_MASK, I2C_ISR_SHIFT);
I2C_REG_W(device_ctx->reg->ISR, I2C_ISR_MASK, I2C_ISR_SHIFT, reg);
}
static void i2c_isr(uintptr_t data)
{
struct n1sdp_i2c_dev_ctx *ctx;
uint16_t isr = 0;
uint32_t i = 0;
ctx = (struct n1sdp_i2c_dev_ctx *)data;
/* Save ISR and clear the register */
isr = ctx->reg->ISR;
ctx->reg->ISR = isr;
if (isr == 0)
return;
if (isr & I2C_ISR_ERROR_MASK)
goto i2c_error;
switch (ctx->irq_data_ctx.state) {
case MOD_N1SDP_I2C_STATE_TX:
/* Check for data interrupt */
if (isr & I2C_ISR_DATA_MASK) {
for (i = 0; (i < (I2C_TSR_TANSFER_SIZE - 2)) &&
(ctx->irq_data_ctx.index < ctx->irq_data_ctx.size);
i++) {
ctx->reg->DR = ctx->irq_data_ctx.data[ctx->irq_data_ctx.index];
ctx->irq_data_ctx.index++;
}
}
break;
case MOD_N1SDP_I2C_STATE_RX:
/* Read new data from FIFO. */
for (; (ctx->reg->SR & I2C_SR_RXDV_MASK) &&
(ctx->irq_data_ctx.index < ctx->irq_data_ctx.size);
ctx->irq_data_ctx.index++) {
ctx->irq_data_ctx.data[ctx->irq_data_ctx.index] =
(uint8_t)ctx->reg->DR;
}
/* Make sure transaction sizes align. */
if (ctx->reg->SR & I2C_SR_RXDV_MASK)
goto i2c_error;
/* If master, reload TSR if more data expected. */
if ((ctx->config->mode == MOD_N1SDP_I2C_MASTER_MODE) &&
(ctx->irq_data_ctx.index < ctx->irq_data_ctx.size)) {
if ((ctx->irq_data_ctx.size - ctx->irq_data_ctx.index) >
I2C_TSR_TANSFER_SIZE)
ctx->reg->TSR = I2C_TSR_TANSFER_SIZE;
else
ctx->reg->TSR = (ctx->irq_data_ctx.size -
ctx->irq_data_ctx.index);
}
break;
default:
goto i2c_error;
}
/* Check for completion interrupt */
if (isr & I2C_ISR_COMP_MASK) {
/* Make sure the correct amount of data was transferred */
if (ctx->irq_data_ctx.index != ctx->irq_data_ctx.size)
goto i2c_error;
ctx->irq_data_ctx.busy = false;
I2C_REG_W(ctx->reg->AR, I2C_AR_ADD7_MASK, I2C_AR_ADD7_SHIFT, 0);
/* Run completion callback */
if ((ctx->irq_data_ctx.state == MOD_N1SDP_I2C_STATE_TX) &&
(ctx->i2c_callback))
ctx->i2c_callback(ctx, MOD_N1SDP_I2C_NOTIFICATION_IDX_TX);
else if ((ctx->irq_data_ctx.state == MOD_N1SDP_I2C_STATE_RX) &&
(ctx->i2c_callback))
ctx->i2c_callback(ctx, MOD_N1SDP_I2C_NOTIFICATION_IDX_RX);
/* Reset I2C driver state */
ctx->reg->IDR = 0xFFFF;
I2C_REG_RMW(ctx->reg->CR, I2C_CR_CLRFIFO_MASK, I2C_CR_CLRFIFO_SHIFT,
I2C_CLRFIFO_ON);
ctx->irq_data_ctx.data = NULL;
}
return;
i2c_error:
if (ctx->i2c_callback)
ctx->i2c_callback(ctx, MOD_N1SDP_I2C_NOTIFICATION_IDX_ERROR);
ctx->reg->IDR = 0xFFFF;
I2C_REG_RMW(ctx->reg->CR, I2C_CR_CLRFIFO_MASK, I2C_CR_CLRFIFO_SHIFT,
I2C_CLRFIFO_ON);
ctx->irq_data_ctx.data = NULL;
}
/*
* Module I2C driver APIs
*/
/*
* I2C master polled mode driver API
*/
static int i2c_master_read_polled(fwk_id_t device_id,
uint16_t address, char *data, uint16_t length)
{
bool complete = false;
unsigned int timeout;
struct n1sdp_i2c_dev_ctx *device_ctx;
fwk_assert(length != 0);
device_ctx = &i2c_ctx.device_ctx_table[fwk_id_get_element_idx(device_id)];
I2C_REG_RMW(device_ctx->reg->CR, I2C_CR_HOLD_MASK, I2C_CR_HOLD_SHIFT,
I2C_HOLD_ON);
I2C_REG_RMW(device_ctx->reg->CR, I2C_CR_RW_MASK, I2C_CR_RW_SHIFT,
I2C_RW_READ);
if (!device_ctx->perform_repeat_start)
I2C_REG_RMW(device_ctx->reg->CR, I2C_CR_CLRFIFO_MASK,
I2C_CR_CLRFIFO_SHIFT, I2C_CLRFIFO_ON);
clear_isr(device_ctx);
/* Set the expected number of bytes to be received */
I2C_REG_RMW(device_ctx->reg->TSR, I2C_TSR_SIZE_MASK, I2C_TSR_SIZE_SHIFT,
length);
I2C_REG_RMW(device_ctx->reg->AR, I2C_AR_ADD7_MASK, I2C_AR_ADD7_SHIFT,
address);
/* Wait for transfer completion */
timeout = I2C_TRANSFER_TIMEOUT;
while (!complete && (timeout != 0)) {
if (I2C_REG_R(device_ctx->reg->SR, I2C_SR_RXDV_MASK,
I2C_SR_RXDV_SHIFT)) {
if (I2C_REG_R(device_ctx->reg->ISR, I2C_ISR_COMP_MASK,
I2C_ISR_COMP_SHIFT))
complete = true;
}
timeout--;
}
if (timeout == 0) {
I2C_REG_RMW(device_ctx->reg->CR, I2C_CR_HOLD_MASK, I2C_CR_HOLD_SHIFT,
I2C_HOLD_OFF);
return FWK_E_STATE;
}
timeout = I2C_TRANSFER_TIMEOUT;
while ((length != 0) && (timeout != 0)) {
if (I2C_REG_R(device_ctx->reg->SR, I2C_SR_RXDV_MASK,
I2C_SR_RXDV_SHIFT)) {
*data++ = I2C_REG_R(device_ctx->reg->DR, I2C_DR_DATA_MASK,
I2C_DR_DATA_SHIFT);
length--;
}
timeout--;
}
clear_isr(device_ctx);
/* Clear the hold bit to signify the end of the read sequence */
I2C_REG_RMW(device_ctx->reg->CR, I2C_CR_HOLD_MASK, I2C_CR_HOLD_SHIFT,
I2C_HOLD_OFF);
clear_isr(device_ctx);
device_ctx->perform_repeat_start = false;
return FWK_SUCCESS;
}
static int i2c_master_write_polled(fwk_id_t device_id, uint16_t address,
const char *data, uint16_t length, bool stop)
{
bool complete = false;
unsigned int timeout;
struct n1sdp_i2c_dev_ctx *device_ctx;
uint16_t sr, isr;
fwk_assert(length != 0);
device_ctx = &i2c_ctx.device_ctx_table[fwk_id_get_element_idx(device_id)];
I2C_REG_RMW(device_ctx->reg->CR, I2C_CR_HOLD_MASK, I2C_CR_HOLD_SHIFT,
I2C_HOLD_ON);
I2C_REG_RMW(device_ctx->reg->CR, I2C_CR_RW_MASK, I2C_CR_RW_SHIFT,
I2C_RW_WRITE);
clear_isr(device_ctx);
/* Set the expected number of bytes to be transmitted */
I2C_REG_RMW(device_ctx->reg->TSR, I2C_TSR_SIZE_MASK, I2C_TSR_SIZE_SHIFT,
length);
if (!device_ctx->perform_repeat_start) {
/*
* Preload the FIFO with a single data byte. If this write is to
* generate a repeat start then don't write any data until the
* address has been set.
*/
I2C_REG_RMW(device_ctx->reg->DR, I2C_DR_DATA_MASK, I2C_DR_DATA_SHIFT,
*data++);
length--;
}
/* Write the address, triggering the start of the transfer */
I2C_REG_RMW(device_ctx->reg->AR, I2C_AR_ADD7_MASK, I2C_AR_ADD7_SHIFT,
address);
/* If there are further bytes to send, write to the FIFO sequentially */
while (length != 0) {
I2C_REG_RMW(device_ctx->reg->DR, I2C_DR_DATA_MASK, I2C_DR_DATA_SHIFT,
*data++);
length--;
}
/* Wait for transfer completion */
timeout = I2C_TRANSFER_TIMEOUT;
while (!complete && (timeout != 0)) {
sr = I2C_REG_R(device_ctx->reg->SR, I2C_SR_TXDV_MASK,
I2C_SR_TXDV_SHIFT);
if (sr == 0) {
isr = I2C_REG_R(device_ctx->reg->ISR, I2C_ISR_COMP_MASK,
I2C_ISR_COMP_SHIFT);
if (isr != 0)
complete = true;
}
timeout--;
}
if (timeout == 0) {
/* Clear the hold bit to signify the end of the write sequence */
I2C_REG_RMW(device_ctx->reg->CR, I2C_CR_HOLD_MASK, I2C_CR_HOLD_SHIFT,
I2C_HOLD_OFF);
clear_isr(device_ctx);
return FWK_E_STATE;
}
clear_isr(device_ctx);
if (stop) {
/* Clear the hold bit to signify the end of the write sequence */
I2C_REG_RMW(device_ctx->reg->CR, I2C_CR_HOLD_MASK, I2C_CR_HOLD_SHIFT,
I2C_HOLD_OFF);
clear_isr(device_ctx);
device_ctx->perform_repeat_start = false;
} else {
/* Track repeated start so that the following read or write is aware */
device_ctx->perform_repeat_start = true;
}
return FWK_SUCCESS;
}
static const struct mod_n1sdp_i2c_master_api_polled i2c_master_api_polled = {
.read = i2c_master_read_polled,
.write = i2c_master_write_polled,
};
/*
* I2C slave interrupt mode driver API
*/
static int i2c_slave_write_irq(fwk_id_t device_id,
uint8_t *data, uint8_t length)
{
struct n1sdp_i2c_dev_ctx *device_ctx;
device_ctx = &i2c_ctx.device_ctx_table[fwk_id_get_element_idx(device_id)];
fwk_assert((length != 0) && (data != NULL));
if (device_ctx->irq_data_ctx.busy)
return FWK_E_BUSY;
device_ctx->irq_data_ctx.state = MOD_N1SDP_I2C_STATE_TX;
device_ctx->irq_data_ctx.data = data;
device_ctx->irq_data_ctx.size = length;
device_ctx->irq_data_ctx.index = 0;
device_ctx->irq_data_ctx.busy = true;
/* Clear FIFO */
I2C_REG_RMW(device_ctx->reg->CR, I2C_CR_CLRFIFO_MASK, I2C_CR_CLRFIFO_SHIFT,
I2C_CLRFIFO_ON);
/* Set address in AR register */
I2C_REG_W(device_ctx->reg->AR, I2C_AR_ADD7_MASK, I2C_AR_ADD7_SHIFT,
device_ctx->config->slave_addr);
/* Clear any pending IRQs and re-enable interrupts */
device_ctx->reg->ISR = I2C_ISR_MASK;
device_ctx->reg->IER = (I2C_IER_COMP_MASK | I2C_IER_DATA_MASK |
I2C_IER_NACK_MASK | I2C_IER_RXOVF_MASK |
I2C_IER_TXOVF_MASK | I2C_IER_RXUNF_MASK);
/* ISR will take over from here */
return FWK_SUCCESS;
}
static int i2c_slave_read_irq(fwk_id_t device_id,
uint8_t *data, uint8_t length)
{
struct n1sdp_i2c_dev_ctx *device_ctx;
device_ctx = &i2c_ctx.device_ctx_table[fwk_id_get_element_idx(device_id)];
fwk_assert((length != 0) && (data != NULL));
if (device_ctx->irq_data_ctx.busy)
return FWK_E_BUSY;
device_ctx->irq_data_ctx.state = MOD_N1SDP_I2C_STATE_RX;
device_ctx->irq_data_ctx.data = data;
device_ctx->irq_data_ctx.size = length;
device_ctx->irq_data_ctx.index = 0;
device_ctx->irq_data_ctx.busy = true;
/* Clear FIFO */
I2C_REG_RMW(device_ctx->reg->CR, I2C_CR_CLRFIFO_MASK, I2C_CR_CLRFIFO_SHIFT,
I2C_CLRFIFO_ON);
/* Set address in AR register */
I2C_REG_W(device_ctx->reg->AR, I2C_AR_ADD7_MASK, I2C_AR_ADD7_SHIFT,
device_ctx->config->slave_addr);
if (length < (I2C_TSR_TANSFER_SIZE - 2))
device_ctx->reg->TSR = length;
/* Clear any pending IRQs and re-enable interrupts */
device_ctx->reg->ISR = I2C_ISR_MASK;
device_ctx->reg->IER = (I2C_IER_COMP_MASK | I2C_IER_DATA_MASK |
I2C_IER_NACK_MASK | I2C_IER_RXOVF_MASK |
I2C_IER_TXOVF_MASK | I2C_IER_RXUNF_MASK);
/* ISR will take over from here */
return FWK_SUCCESS;
}
static const struct mod_n1sdp_i2c_slave_api_irq i2c_slave_api_irq = {
.read = i2c_slave_read_irq,
.write = i2c_slave_write_irq,
};
static void i2c_init(struct n1sdp_i2c_dev_ctx *device_ctx,
enum mod_n1sdp_i2c_speed hz)
{
uint32_t aclk = (uint32_t)device_ctx->config->clock_rate_hz;
uint32_t divider;
fwk_assert(hz != 0);
divider = (aclk / (I2C_HZ * hz)) - I2C_DIV;
if (divider > I2C_DIV_MAX)
divider = (divider / I2C_DIV_VAL) | (I2C_DIV_VAL1 << I2C_DIV_SHIFT);
I2C_REG_RMW(device_ctx->reg->CR, I2C_CR_DIV_MASK, I2C_CR_DIV_SHIFT,
divider);
}
/*
* Framework handlers
*/
static int n1sdp_i2c_init(fwk_id_t module_id, unsigned int element_count,
const void *data)
{
if (element_count == 0)
return FWK_E_DATA;
i2c_ctx.device_ctx_table = fwk_mm_calloc(element_count,
sizeof(i2c_ctx.device_ctx_table[0]));
return FWK_SUCCESS;
}
static int n1sdp_i2c_element_init(fwk_id_t element_id, unsigned int unused,
const void *data)
{
struct mod_n1sdp_i2c_device_config *config;
struct n1sdp_i2c_dev_ctx *device_ctx;
if (data == NULL)
return FWK_E_PARAM;
config = (struct mod_n1sdp_i2c_device_config *)data;
if ((config->addr_size != MOD_N1SDP_I2C_ADDRESS_7_BIT) ||
(config->ack_en != MOD_N1SDP_I2C_ACK_ENABLE))
return FWK_E_SUPPORT;
device_ctx = &i2c_ctx.device_ctx_table[fwk_id_get_element_idx(element_id)];
if (device_ctx == NULL)
return FWK_E_DATA;
device_ctx->config = config;
device_ctx->reg = (struct i2c_reg *)config->reg_base;
if (config->c2c_mode) {
if (n1sdp_get_chipid() == 0x0) {
I2C_REG_RMW(device_ctx->reg->CR, I2C_CR_MS_MASK, I2C_CR_MS_SHIFT,
MOD_N1SDP_I2C_MASTER_MODE);
} else {
I2C_REG_RMW(device_ctx->reg->CR, I2C_CR_MS_MASK, I2C_CR_MS_SHIFT,
MOD_N1SDP_I2C_SLAVE_MODE);
I2C_REG_W(device_ctx->reg->AR, I2C_AR_ADD7_MASK, I2C_AR_ADD7_SHIFT,
config->slave_addr);
}
} else {
I2C_REG_RMW(device_ctx->reg->CR, I2C_CR_MS_MASK, I2C_CR_MS_SHIFT,
config->mode);
}
I2C_REG_RMW(device_ctx->reg->CR, I2C_CR_NEA_MASK, I2C_CR_NEA_SHIFT,
config->addr_size);
I2C_REG_RMW(device_ctx->reg->CR, I2C_CR_ACKEN_MASK, I2C_CR_ACKEN_SHIFT,
config->ack_en);
I2C_REG_RMW(device_ctx->reg->CR, I2C_CR_HOLD_MASK, I2C_CR_HOLD_SHIFT,
config->hold_mode);
device_ctx->perform_repeat_start = false;
i2c_init(device_ctx, config->bus_speed_hz);
return FWK_SUCCESS;
}
static int n1sdp_i2c_process_bind_request(fwk_id_t requester_id,
fwk_id_t target_id, fwk_id_t api_id, const void **api)
{
switch (fwk_id_get_api_idx(api_id)) {
case MOD_N1SDP_I2C_API_MASTER_POLLED:
*api = &i2c_master_api_polled;
break;
case MOD_N1SDP_I2C_API_SLAVE_IRQ:
*api = &i2c_slave_api_irq;
break;
default:
return FWK_E_PARAM;
}
return FWK_SUCCESS;
}
static int n1sdp_i2c_start(fwk_id_t id)
{
int status;
struct n1sdp_i2c_dev_ctx *device_ctx;
unsigned int i2c_irq;
unsigned int i2c_element_id;
/* Nothing to do for module */
if (!fwk_module_is_valid_element_id(id))
return FWK_SUCCESS;
i2c_element_id = fwk_id_get_element_idx(id);
device_ctx = &i2c_ctx.device_ctx_table[i2c_element_id];
if (device_ctx == NULL)
return FWK_E_DATA;
device_ctx->i2c_id = i2c_element_id;
if (device_ctx->config->c2c_mode && (n1sdp_get_chipid() != 0x0)) {
i2c_irq = device_ctx->config->irq;
status = fwk_interrupt_set_isr_param(i2c_irq, i2c_isr,
(uintptr_t)device_ctx);
if (status != FWK_SUCCESS)
return FWK_E_DEVICE;
status = fwk_interrupt_clear_pending(i2c_irq);
if (status != FWK_SUCCESS)
return FWK_E_DEVICE;
status = fwk_interrupt_enable(i2c_irq);
if (status != FWK_SUCCESS)
return FWK_E_DEVICE;
device_ctx->i2c_callback = i2c_callback_fn;
}
return FWK_SUCCESS;
}
const struct fwk_module module_n1sdp_i2c = {
.name = "N1SDP_I2C",
.type = FWK_MODULE_TYPE_DRIVER,
.api_count = MOD_N1SDP_I2C_API_COUNT,
.notification_count = MOD_N1SDP_I2C_NOTIFICATION_COUNT,
.init = n1sdp_i2c_init,
.element_init = n1sdp_i2c_element_init,
.process_bind_request = n1sdp_i2c_process_bind_request,
.start = n1sdp_i2c_start,
};
| 30.7584 | 80 | 0.631034 |
2edc21dec3aed8fa340c4668de017c58e68e93b1 | 2,481 | c | C | tests/tests.c | SYNwall/SYNwall_ATAES132 | bf95bd9f704227d7c16e48674e37eebfec03ff12 | [
"MIT"
] | 1 | 2020-10-26T22:36:38.000Z | 2020-10-26T22:36:38.000Z | tests/tests.c | SYNwall/SYNwall_ATAES132 | bf95bd9f704227d7c16e48674e37eebfec03ff12 | [
"MIT"
] | null | null | null | tests/tests.c | SYNwall/SYNwall_ATAES132 | bf95bd9f704227d7c16e48674e37eebfec03ff12 | [
"MIT"
] | 2 | 2019-05-27T09:33:20.000Z | 2020-06-16T12:31:08.000Z | /*
* Galois/Counter Mode (GCM) and GMAC with AES
*
* Copyright (c) 2012, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
// http://ww1.microchip.com/downloads/en/DeviceDoc/ATAES132A-Data-Sheet-40002023A.pdf
// Read datasheet for more information
#include "tests.h"
int fd = 0;
void test_connection()
{
uint8_t config[4] = {0};
uint8_t ret = aes132_read_size(config, AES132_LOCK_KEYS_ADDR, 4);
TEST_ASSERT_EQUAL(AES132_DEVICE_RETCODE_SUCCESS, ret) ;
}
void test_write_key()
{
uint8_t ret = 0;
uint8_t config[4] = {0};
config[0] = AES132_KEY_CONFIG_CHANGE_KEYS | AES132_KEY_CONFIG_RANDOM_NONCE; // Check datasheet for more config examples. Just an example
ret = aes132m_write_memory(AES132_KEY_CONFIG_LENGTH, AES132_KEY_CONFIG_ADDR(0), config);
TEST_ASSERT_EQUAL(AES132_DEVICE_RETCODE_SUCCESS, ret) ;
ret = aes132m_write_memory(AES132_KEY_LENGTH, AES132_KEY_ADDR(0), key00);
TEST_ASSERT_EQUAL(AES132_DEVICE_RETCODE_SUCCESS, ret) ;
}
void test_write_data()
{
uint8_t ret = 0;
uint8_t config[4] = {0}, data[16] = {0};
// If uncommented this would require authentication to read/write from this data slot. More on the datasheet
// data[0] = AES132_ZONE_CONFIG_AUTH_READ | AES132_ZONE_CONFIG_AUTH_WRITE;
ret = aes132m_write_memory(AES132_KEY_CONFIG_LENGTH, AES132_ZONE_CONFIG_ADDR(0), config);
TEST_ASSERT_EQUAL(AES132_DEVICE_RETCODE_SUCCESS, ret) ;
// ret = aes132m_write_memory(16, AES132_USER_ZONE_ADDR(0), key00);
TEST_ASSERT_EQUAL(AES132_DEVICE_RETCODE_SUCCESS, ret) ;
//ret = aes132_read_size(data, AES132_USER_ZONE_ADDR(0), 16);
TEST_ASSERT_EQUAL(AES132_DEVICE_RETCODE_SUCCESS, ret) ;
//TEST_ASSERT_EQUAL(memcmp(data, key00, 16), 0);
}
/*
* In accordance with test_write_key
*/
void test_authentication()
{
uint8_t ret = 0;
ret = aes132_nonce();
TEST_ASSERT_EQUAL(AES132_DEVICE_RETCODE_SUCCESS, ret) ;
ret = aes132_inbound_auth_key(0, key00, (AES132_AUTH_USAGE_READ_OK | AES132_AUTH_USAGE_WRITE_OK | AES132_AUTH_USAGE_KEY_USE));
TEST_ASSERT_EQUAL(AES132_DEVICE_RETCODE_SUCCESS, ret) ;
}
int main(void) {
fd = open("/dev/i2c-1", O_RDWR);
if (ioctl(fd, I2C_SLAVE, ((uint8_t)0xA0)>>1) < 0) {
close(fd);
return -1;
}
UNITY_BEGIN();
RUN_TEST(test_connection);
RUN_TEST(test_write_key);
RUN_TEST(test_write_data);
RUN_TEST(test_authentication);
close(fd);
return UNITY_END();
}
| 26.967391 | 138 | 0.74204 |
0871fa7d0c963d42e6e90adc8612738d1fdb83b8 | 2,122 | h | C | osprey/libopenmp-pcl/pcl.h | sharugupta/OpenUH | daddd76858a53035f5d713f648d13373c22506e8 | [
"BSD-2-Clause"
] | null | null | null | osprey/libopenmp-pcl/pcl.h | sharugupta/OpenUH | daddd76858a53035f5d713f648d13373c22506e8 | [
"BSD-2-Clause"
] | null | null | null | osprey/libopenmp-pcl/pcl.h | sharugupta/OpenUH | daddd76858a53035f5d713f648d13373c22506e8 | [
"BSD-2-Clause"
] | null | null | null | /*
* PCL by Davide Libenzi ( Portable Coroutine Library )
* Copyright (C) 2003 Davide Libenzi
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Davide Libenzi <davidel@xmailserver.org>
*
*/
/* Copyright (C) 2008-2011 University of Houston. */
#include <stdint.h>
#if !defined(PCL_H)
#define PCL_H
#ifdef __cplusplus
extern "C" {
#endif
#define CO_USE_UCONEXT
#if defined(CO_USE_UCONEXT)
#include <ucontext.h>
#include <pthread.h>
typedef ucontext_t co_core_ctx_t;
#else
#include <setjmp.h>
typedef jmp_buf co_core_ctx_t;
#endif
typedef enum {
OMP_TASK_DEFAULT,
OMP_TASK_SUSPENDED,
OMP_TASK_EXIT,
OMP_TASK_DONE
} omp_task_state_t;
typedef struct s_co_ctx {
co_core_ctx_t cc;
} co_ctx_t;
typedef struct s_coroutine {
co_ctx_t ctx;
int alloc;
struct s_coroutine *caller;
struct s_coroutine *restarget;
#ifdef UH_PCL
void (*func)(void *, void *);
void *slink;
#else
void (*func)(void *);
#endif
void *data;
} coroutine;
typedef coroutine * coroutine_t;
#ifdef UH_PCL
coroutine_t co_create(void (*func)(void *, void *), void *data, void *slink, void *stack, int size);
#else
coroutine_t co_create(void (*func)(void *), void *data, void *stack, int size);
#endif
void co_delete(coroutine_t coro);
void co_call(coroutine_t coro);
void co_resume(void);
void co_exit_to(coroutine_t coro);
void co_exit(void);
coroutine_t co_current(void);
void co_vp_init();
#ifdef __cplusplus
}
#endif
#endif
| 21.653061 | 100 | 0.7295 |
ecd31237556e3ccb1a3cd6f3a61d59c2125ca66c | 2,182 | c | C | test/test_cpu.c | FrescoFlacko/NES_emulator | 84c7046c53d8957ef18d67831543f02c804d209d | [
"MIT"
] | null | null | null | test/test_cpu.c | FrescoFlacko/NES_emulator | 84c7046c53d8957ef18d67831543f02c804d209d | [
"MIT"
] | 1 | 2018-09-09T16:57:40.000Z | 2018-09-09T16:57:40.000Z | test/test_cpu.c | FrescoFlacko/NES_emulator | 84c7046c53d8957ef18d67831543f02c804d209d | [
"MIT"
] | null | null | null | #include "test_cpu.h"
int main()
{
/* test_addresses();
test_stack();
test_bitman();
test_opcodes(); */
return 0;
}
void test_addresses()
{
/* Set up */
initialize_cpu();
memory[0x00FD] = 0x4D;
memory[0x00FE] = 0xE3;
uint16_t address = 0x8000;
/* Test */
/* Read from memory */
uint8_t value = READ(0x00FD);
assert(value == 0x4D);
/* Get 16-bit address from memory given address */
uint16_t addr_16 = ADDR_16(0x00FD);
assert(addr_16 == 0xE34D);
/* Write to memory */
write(0x003D, 0x4C);
value = READ(0x003D);
assert(value == 0x4C);
/* Relative Addressing */
address = RELATIVE(address, 0xA7);
assert(address == 0x7FD9);
/* Tear down */
deinitialize_cpu();
}
void test_stack()
{
/* Set up */
initialize_cpu();
/* Test */
/* Push byte to stack */
push_stack8(0x10);
assert(sp == 0x0101);
assert(memory[0x0100] == 0x10);
/* Push word to stack */
push_stack16(0xFFED);
assert(sp == 0x0103);
assert(READ(0x0101) == 0xED);
assert(READ(0x0102) == 0xFF);
/* Pop word from stack */
uint16_t value16 = pop_stack16();
assert(sp == 0x0101);
assert(value16 == 0xFFED);
/* Pop byte from stack */
uint8_t value8 = pop_stack8();
assert(sp == 0x0100);
assert(value8 == 0x10);
/* Tear down */
deinitialize_cpu();
}
void test_bitman()
{
/* Set up */
initialize_cpu();
uint8_t value8;
uint16_t value16;
processor_status = 0x80;
/* Test */
/* Get most significant bit */
value8 = highbit(0xF0);
assert(value8 == 0x01);
/* Get bit */
value8 = getflag(n);
assert(value8 == 0x01);
/* Set bit */
processor_status = 0;
setflag(n, 1);
value8 = getflag(n);
assert(value8 == 0x01);
setflag(n, 0);
value8 = getflag(n);
assert(value8 == 0);
/* Tear down */
deinitialize_cpu();
}
void test_opcodes()
{
/* Set up */
initialize_cpu();
write(0x1000, 0x04);
/* Test */
/* Add with carry */
ADC(0x4D);
assert(accumulator == 0x4D);
/* And accumulator */
AND(0x3D);
assert(accumulator == 0x0D);
/* Arithmetic shift left */
ASL(READ(0x1000), 0x1000, 1);
assert(READ(0x1000) == 0x08);
/* Tear down */
deinitialize_cpu();
}
| 16.656489 | 52 | 0.607699 |
0c0ba9513ac7611cd172017a8382f6c43a33eb47 | 124 | h | C | tests/zcc/staticassert.C1X/Error_badarg3.h | zaimoni/Z.C- | 7ca97ec0af14d092c87a25e07d7ed486c7912266 | [
"BSL-1.0"
] | null | null | null | tests/zcc/staticassert.C1X/Error_badarg3.h | zaimoni/Z.C- | 7ca97ec0af14d092c87a25e07d7ed486c7912266 | [
"BSL-1.0"
] | 4 | 2019-12-07T08:08:29.000Z | 2021-01-22T00:19:10.000Z | tests/zcc/staticassert.C1X/Error_badarg3.h | zaimoni/Z.C- | 7ca97ec0af14d092c87a25e07d7ed486c7912266 | [
"BSL-1.0"
] | null | null | null | // tests/zcc/staticassert.C99/Error_badarg3.h
// (C)2009 Kenneth Boyd, license: MIT.txt
_Static_assert(,"bad form");
| 20.666667 | 46 | 0.701613 |
bd3cf55c557cd1da4924e659008c89a175ca8b94 | 10,998 | h | C | System/Library/PrivateFrameworks/WebKitLegacy.framework/WebHTMLView.h | lechium/tvOS130Headers | 6b47cdcd4a6f453b399aa9d742b5d0f7e3f732fd | [
"MIT"
] | 11 | 2019-11-06T04:48:48.000Z | 2022-02-09T17:48:15.000Z | System/Library/PrivateFrameworks/WebKitLegacy.framework/WebHTMLView.h | lechium/tvOS130Headers | 6b47cdcd4a6f453b399aa9d742b5d0f7e3f732fd | [
"MIT"
] | 1 | 2020-04-16T01:41:56.000Z | 2020-04-16T04:32:00.000Z | System/Library/PrivateFrameworks/WebKitLegacy.framework/WebHTMLView.h | lechium/tvOS130Headers | 6b47cdcd4a6f453b399aa9d742b5d0f7e3f732fd | [
"MIT"
] | 3 | 2019-12-22T20:17:53.000Z | 2021-01-25T09:47:49.000Z | /*
* This header is generated by classdump-dyld 1.0
* on Tuesday, November 5, 2019 at 2:47:03 AM Mountain Standard Time
* Operating System: Version 13.0 (Build 17J586)
* Image Source: /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
#import <WebKitLegacy/WebKitLegacy-Structs.h>
#import <WebCore/WAKView.h>
#import <WebKitLegacy/WebDocumentSelection.h>
#import <WebKitLegacy/WebDocumentIncrementalSearching.h>
#import <WebKitLegacy/WebDocumentElement.h>
#import <WebKitLegacy/WebMultipleTextMatches.h>
#import <WebKitLegacy/WebDocumentOptionsSearching.h>
#import <WebKitLegacy/WebDocumentView.h>
#import <WebKitLegacy/WebDocumentSearching.h>
@class WebHTMLViewPrivate, NSString;
@interface WebHTMLView : WAKView <WebDocumentSelection, WebDocumentIncrementalSearching, WebDocumentElement, WebMultipleTextMatches, WebDocumentOptionsSearching, WebDocumentView, WebDocumentSearching> {
WebHTMLViewPrivate* _private;
}
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (copy,readonly) NSString * description;
@property (copy,readonly) NSString * debugDescription;
+(id)supportedNonImageMIMETypes;
+(id)supportedMediaMIMETypes;
+(id)supportedMIMETypes;
+(id)supportedImageMIMETypes;
+(id)unsupportedTextMIMETypes;
-(oneway void)release;
-(oneway void)_webcore_releaseOnWebThread;
-(void)dealloc;
-(id)string;
-(void)close;
-(id)_frame;
-(void)layout;
-(void)setScale:(float)arg1 ;
-(BOOL)isOpaque;
-(BOOL)_isEditable;
-(void)setNeedsDisplayInRect:(CGRect)arg1 ;
-(id)hitTest:(CGPoint)arg1 ;
-(void)layoutIfNeeded;
-(id)_dataSource;
-(void)setDataSource:(id)arg1 ;
-(id)initWithFrame:(CGRect)arg1 ;
-(NSRange)selectedRange;
-(void)insertText:(id)arg1 ;
-(void)deleteBackward:(id)arg1 ;
-(void)deleteForward:(id)arg1 ;
-(id)_selectedRange;
-(id)accessibilityHitTest:(CGPoint)arg1 ;
-(id)accessibilityFocusedUIElement;
-(id)_accessibilityParentForSubview:(id)arg1 ;
-(BOOL)acceptsFirstResponder;
-(void)mouseDown:(id)arg1 ;
-(void)mouseUp:(id)arg1 ;
-(void)scrollWheel:(id)arg1 ;
-(void)viewWillDraw;
-(void)addSubview:(id)arg1 ;
-(void)drawRect:(CGRect)arg1 ;
-(void)mouseMoved:(id)arg1 ;
-(void)keyDown:(id)arg1 ;
-(void)keyUp:(id)arg1 ;
-(void)touch:(id)arg1 ;
-(void)insertParagraphSeparator:(id)arg1 ;
-(void)moveDown:(id)arg1 ;
-(void)moveDownAndModifySelection:(id)arg1 ;
-(void)moveLeft:(id)arg1 ;
-(void)moveLeftAndModifySelection:(id)arg1 ;
-(void)moveRight:(id)arg1 ;
-(void)moveRightAndModifySelection:(id)arg1 ;
-(void)moveUp:(id)arg1 ;
-(void)moveUpAndModifySelection:(id)arg1 ;
-(BOOL)becomeFirstResponder;
-(BOOL)resignFirstResponder;
-(void)willRemoveSubview:(id)arg1 ;
-(void)viewDidMoveToWindow;
-(void)setNeedsLayout:(BOOL)arg1 ;
-(void)_setToolTip:(id)arg1 ;
-(void)dataSourceUpdated:(id)arg1 ;
-(id)_webView;
-(id)_documentRange;
-(void)_selectionChanged;
-(BOOL)_handleEditingKeyEvent:(KeyboardEvent*)arg1 ;
-(void)insertBacktab:(id)arg1 ;
-(void)insertTab:(id)arg1 ;
-(void)insertNewline:(id)arg1 ;
-(BOOL)supportsTextEncoding;
-(id)selectedString;
-(void)selectAll;
-(void)deselectAll;
-(BOOL)_hasSelection;
-(BOOL)_needsLayout;
-(void)setMarkedText:(id)arg1 selectedRange:(NSRange)arg2 ;
-(id)elementAtPoint:(CGPoint)arg1 ;
-(CGRect)selectionRect;
-(id)_pluginController;
-(void)closeIfNotCurrentView;
-(void)viewWillMoveToHostWindow:(id)arg1 ;
-(void)viewDidMoveToHostWindow;
-(BOOL)_shouldInsertText:(id)arg1 replacingDOMRange:(id)arg2 givenAction:(long long)arg3 ;
-(id)_topHTMLView;
-(id)_frameView;
-(BOOL)_shouldInsertFragment:(id)arg1 replacingDOMRange:(id)arg2 givenAction:(long long)arg3 ;
-(BOOL)_shouldReplaceSelectionWithText:(id)arg1 givenAction:(long long)arg2 ;
-(void)_setMouseDownEvent:(id)arg1 ;
-(BOOL)_isTopHTMLView;
-(void)_web_updateLayoutAndStyleIfNeededRecursive;
-(void)_layoutIfNeeded;
-(BOOL)_hasSelectionOrInsertionPoint;
-(BOOL)_isInScreenPaginationMode;
-(void)_setPrinting:(BOOL)arg1 minimumPageLogicalWidth:(float)arg2 logicalHeight:(float)arg3 originalPageWidth:(float)arg4 originalPageHeight:(float)arg5 maximumShrinkRatio:(float)arg6 adjustViewSize:(BOOL)arg7 paginateScreenContent:(BOOL)arg8 ;
-(BOOL)_isInPrintMode;
-(void)_frameOrBoundsChanged;
-(void)_setAsideSubviews;
-(void)_restoreSubviews;
-(CGRect)_selectionRect;
-(BOOL)_canEdit;
-(BOOL)_canEditRichly;
-(BOOL)_canAlterCurrentSelection;
-(BOOL)_hasInsertionPoint;
-(id)_insertOrderedList;
-(id)_insertUnorderedList;
-(BOOL)_canIncreaseSelectionListLevel;
-(BOOL)_canDecreaseSelectionListLevel;
-(id)_increaseSelectionListLevel;
-(id)_increaseSelectionListLevelOrdered;
-(id)_increaseSelectionListLevelUnordered;
-(void)_decreaseSelectionListLevel;
-(BOOL)_isUsingAcceleratedCompositing;
-(id)_compositingLayersHostingView;
-(BOOL)_beginPrintModeWithMinimumPageWidth:(double)arg1 height:(double)arg2 maximumPageWidth:(double)arg3 ;
-(BOOL)_beginPrintModeWithPageWidth:(float)arg1 height:(float)arg2 shrinkToFit:(BOOL)arg3 ;
-(void)_endPrintMode;
-(BOOL)_beginScreenPaginationModeWithPageSize:(CGSize)arg1 shrinkToFit:(BOOL)arg2 ;
-(void)_endScreenPaginationMode;
-(double)_adjustedBottomOfPageWithTop:(double)arg1 bottom:(double)arg2 limit:(double)arg3 ;
-(id)accessibilityRootElement;
-(void)markedTextUpdate:(id)arg1 ;
-(BOOL)callDelegateDoCommandBySelectorIfNeeded:(SEL)arg1 ;
-(Command*)coreCommandBySelector:(SEL)arg1 ;
-(Command*)coreCommandByName:(const char*)arg1 ;
-(void)executeCoreCommandBySelector:(SEL)arg1 ;
-(BOOL)maintainsInactiveSelection;
-(void)_stopAutoscrollTimer;
-(void)layoutToMinimumPageWidth:(float)arg1 height:(float)arg2 originalPageWidth:(float)arg3 originalPageHeight:(float)arg4 maximumShrinkRatio:(float)arg5 adjustingViewSize:(BOOL)arg6 ;
-(BOOL)searchFor:(id)arg1 direction:(BOOL)arg2 caseSensitive:(BOOL)arg3 wrap:(BOOL)arg4 startInSelection:(BOOL)arg5 ;
-(void)drawSingleRect:(CGRect)arg1 ;
-(id)elementAtPoint:(CGPoint)arg1 allowShadowContent:(BOOL)arg2 ;
-(void)clearFocus;
-(void)_applyEditingStyleToSelection:(Ref<WebCore::EditingStyle, WTF::DumbPtrTraits<WebCore::EditingStyle> >*)arg1 withUndoAction:(unsigned char)arg2 ;
-(void)selectWord:(id)arg1 ;
-(void)_changeWordCaseWithSelector:(SEL)arg1 ;
-(BOOL)searchFor:(id)arg1 direction:(BOOL)arg2 caseSensitive:(BOOL)arg3 wrap:(BOOL)arg4 ;
-(void)executeCoreCommandByName:(const char*)arg1 ;
-(void)alignCenter:(id)arg1 ;
-(void)alignJustified:(id)arg1 ;
-(void)alignLeft:(id)arg1 ;
-(void)alignRight:(id)arg1 ;
-(void)copy:(id)arg1 ;
-(void)cut:(id)arg1 ;
-(void)paste:(id)arg1 ;
-(void)delete:(id)arg1 ;
-(void)deleteBackwardByDecomposingPreviousCharacter:(id)arg1 ;
-(void)deleteToBeginningOfLine:(id)arg1 ;
-(void)deleteToBeginningOfParagraph:(id)arg1 ;
-(void)deleteToEndOfLine:(id)arg1 ;
-(void)deleteToEndOfParagraph:(id)arg1 ;
-(void)deleteToMark:(id)arg1 ;
-(void)deleteWordBackward:(id)arg1 ;
-(void)deleteWordForward:(id)arg1 ;
-(void)ignoreSpelling:(id)arg1 ;
-(void)indent:(id)arg1 ;
-(void)insertLineBreak:(id)arg1 ;
-(void)insertNewlineIgnoringFieldEditor:(id)arg1 ;
-(void)insertTabIgnoringFieldEditor:(id)arg1 ;
-(void)makeTextWritingDirectionLeftToRight:(id)arg1 ;
-(void)makeTextWritingDirectionNatural:(id)arg1 ;
-(void)makeTextWritingDirectionRightToLeft:(id)arg1 ;
-(void)moveBackward:(id)arg1 ;
-(void)moveBackwardAndModifySelection:(id)arg1 ;
-(void)moveForward:(id)arg1 ;
-(void)moveForwardAndModifySelection:(id)arg1 ;
-(void)moveParagraphBackwardAndModifySelection:(id)arg1 ;
-(void)moveParagraphForwardAndModifySelection:(id)arg1 ;
-(void)moveToBeginningOfDocument:(id)arg1 ;
-(void)moveToBeginningOfDocumentAndModifySelection:(id)arg1 ;
-(void)moveToBeginningOfLine:(id)arg1 ;
-(void)moveToBeginningOfLineAndModifySelection:(id)arg1 ;
-(void)moveToBeginningOfParagraph:(id)arg1 ;
-(void)moveToBeginningOfParagraphAndModifySelection:(id)arg1 ;
-(void)moveToBeginningOfSentence:(id)arg1 ;
-(void)moveToBeginningOfSentenceAndModifySelection:(id)arg1 ;
-(void)moveToEndOfDocument:(id)arg1 ;
-(void)moveToEndOfDocumentAndModifySelection:(id)arg1 ;
-(void)moveToEndOfLine:(id)arg1 ;
-(void)moveToEndOfLineAndModifySelection:(id)arg1 ;
-(void)moveToEndOfParagraph:(id)arg1 ;
-(void)moveToEndOfParagraphAndModifySelection:(id)arg1 ;
-(void)moveToEndOfSentence:(id)arg1 ;
-(void)moveToEndOfSentenceAndModifySelection:(id)arg1 ;
-(void)moveToLeftEndOfLine:(id)arg1 ;
-(void)moveToLeftEndOfLineAndModifySelection:(id)arg1 ;
-(void)moveToRightEndOfLine:(id)arg1 ;
-(void)moveToRightEndOfLineAndModifySelection:(id)arg1 ;
-(void)moveWordBackward:(id)arg1 ;
-(void)moveWordBackwardAndModifySelection:(id)arg1 ;
-(void)moveWordForward:(id)arg1 ;
-(void)moveWordForwardAndModifySelection:(id)arg1 ;
-(void)moveWordLeft:(id)arg1 ;
-(void)moveWordLeftAndModifySelection:(id)arg1 ;
-(void)moveWordRight:(id)arg1 ;
-(void)moveWordRightAndModifySelection:(id)arg1 ;
-(void)outdent:(id)arg1 ;
-(void)overWrite:(id)arg1 ;
-(void)pageDown:(id)arg1 ;
-(void)pageDownAndModifySelection:(id)arg1 ;
-(void)pageUp:(id)arg1 ;
-(void)pageUpAndModifySelection:(id)arg1 ;
-(void)pasteAsPlainText:(id)arg1 ;
-(void)selectAll:(id)arg1 ;
-(void)selectLine:(id)arg1 ;
-(void)selectParagraph:(id)arg1 ;
-(void)selectSentence:(id)arg1 ;
-(void)selectToMark:(id)arg1 ;
-(void)setMark:(id)arg1 ;
-(void)subscript:(id)arg1 ;
-(void)superscript:(id)arg1 ;
-(void)swapWithMark:(id)arg1 ;
-(void)transpose:(id)arg1 ;
-(void)underline:(id)arg1 ;
-(void)unscript:(id)arg1 ;
-(void)yank:(id)arg1 ;
-(void)yankAndSelect:(id)arg1 ;
-(void)clearText:(id)arg1 ;
-(void)toggleBold:(id)arg1 ;
-(void)toggleItalic:(id)arg1 ;
-(void)toggleUnderline:(id)arg1 ;
-(void)jumpToSelection:(id)arg1 ;
-(void)viewWillMoveToWindow:(id)arg1 ;
-(void)reapplyStyles;
-(void)setNeedsToApplyStyles:(BOOL)arg1 ;
-(BOOL)_isSelectionEvent:(id)arg1 ;
-(void)pressureChangeWithEvent:(id)arg1 ;
-(void)centerSelectionInVisibleArea:(id)arg1 ;
-(id)_emptyStyle;
-(void)_applyStyleToSelection:(id)arg1 withUndoAction:(unsigned char)arg2 ;
-(void)uppercaseWord:(id)arg1 ;
-(void)lowercaseWord:(id)arg1 ;
-(void)capitalizeWord:(id)arg1 ;
-(void)makeBaseWritingDirectionNatural:(id)arg1 ;
-(BOOL)_wantsKeyDownForEvent:(id)arg1 ;
-(void)doCommandBySelector:(SEL)arg1 ;
-(BOOL)_canSmartCopyOrDelete;
-(void)_executeSavedKeypressCommands;
-(void)_destroyAllWebPlugins;
-(unsigned long long)characterIndexForPoint:(CGPoint)arg1 ;
-(CGRect)firstRectForCharacterRange:(NSRange)arg1 ;
-(NSRange)markedRange;
-(long long)conversationIdentifier;
-(BOOL)hasMarkedText;
-(void)unmarkText;
-(BOOL)_findString:(id)arg1 options:(unsigned long long)arg2 ;
-(id)selectionTextRects;
-(id)selectionView;
-(CGImageRef)selectionImageForcingBlackText:(BOOL)arg1 ;
-(CGRect)selectionImageRect;
-(unsigned long long)countMatchesForText:(id)arg1 inDOMRange:(id)arg2 options:(unsigned long long)arg3 limit:(unsigned long long)arg4 markMatches:(BOOL)arg5 ;
-(void)setMarkedTextMatchesAreHighlighted:(BOOL)arg1 ;
-(BOOL)markedTextMatchesAreHighlighted;
-(void)unmarkAllTextMatches;
-(id)rectsForTextMatches;
@end
| 39.13879 | 245 | 0.788689 |
39f143474f8a69bdd35d845ccafc83c73da0b88e | 2,000 | h | C | BluetoothBeaconManager.h | Notificare/bluetooth-manager | 8c2d58d2387c8fe2c01682e0de8c6ba4ccf13b87 | [
"MIT"
] | null | null | null | BluetoothBeaconManager.h | Notificare/bluetooth-manager | 8c2d58d2387c8fe2c01682e0de8c6ba4ccf13b87 | [
"MIT"
] | null | null | null | BluetoothBeaconManager.h | Notificare/bluetooth-manager | 8c2d58d2387c8fe2c01682e0de8c6ba4ccf13b87 | [
"MIT"
] | null | null | null | //
// Glimworm.h
// Dashboard
//
// Created by Joel Oliveira on 15/02/15.
// Copyright (c) 2015 Notificare. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <CoreBluetooth/CoreBluetooth.h>
#import "Glimworm.h"
#import "BluetoothLEBeacon.h"
@class BluetoothBeaconManager;
@protocol BluetoothBeaconManagerDelegate <NSObject>
@optional
- (void)bluetoothBeaconManager:(BluetoothBeaconManager *)library didConnectToBeacon:(BluetoothLEBeacon *)beacon;
- (void)bluetoothBeaconManager:(BluetoothBeaconManager *)library didFailConnectToBeacon:(BluetoothLEBeacon *)peripheral withError:(NSError *)error;
- (void)bluetoothBeaconManager:(BluetoothBeaconManager *)library didUpdateBeacon:(BluetoothLEBeacon *)beacon;
- (void)bluetoothBeaconManager:(BluetoothBeaconManager *)library didFailUpdateBeacon:(BluetoothLEBeacon *)beacon withError:(NSError *)error;
- (void)bluetoothBeaconManager:(BluetoothBeaconManager *)library didDiscoverServices:(NSArray *)services forBeacon:(BluetoothLEBeacon *)beacon;
@required
- (void)bluetoothBeaconManager:(BluetoothBeaconManager *)library didPowerOn:(CBCentralManager *)manager;
- (void)bluetoothBeaconManager:(BluetoothBeaconManager *)library didPowerOff:(CBCentralManager *)manager;
- (void)bluetoothBeaconManager:(BluetoothBeaconManager *)library didDiscoverPeripherals:(NSArray *)peripherals;
@end
@interface BluetoothBeaconManager : NSObject <CBPeripheralManagerDelegate,CBCentralManagerDelegate,CBPeripheralDelegate, GlimwormDelegate>
@property (nonatomic, assign) id <BluetoothBeaconManagerDelegate> delegate;
@property (nonatomic, strong) CBCentralManager * centralManager;
@property (nonatomic, strong) Glimworm * glimworm;
@property (nonatomic, strong) BluetoothLEBeacon * currentBeacon;
+(BluetoothBeaconManager*)shared;
-(void)scanPeripherals;
-(void)stopScan;
-(void)connectToBeacon:(BluetoothLEBeacon *)beacon;
-(void)closeConnectionToBeacon:(BluetoothLEBeacon *)beacon;
-(void)updateBeacon:(BluetoothLEBeacon *)beacon;
@end
| 38.461538 | 147 | 0.8155 |
033ad33f931ce4a0775fe18da360cda79b00d18c | 505 | h | C | src/imgwrap.h | renaldobf/D4Player | 511ead4774160a56d1a0591d2dc8f822abe4140e | [
"MIT"
] | 7 | 2018-12-04T01:51:25.000Z | 2021-05-21T08:52:52.000Z | src/imgwrap.h | Dekmoto/D4Player | 511ead4774160a56d1a0591d2dc8f822abe4140e | [
"MIT"
] | 1 | 2021-03-06T16:00:14.000Z | 2021-05-29T01:36:11.000Z | src/imgwrap.h | Dekmoto/D4Player | 511ead4774160a56d1a0591d2dc8f822abe4140e | [
"MIT"
] | 1 | 2021-03-06T15:58:42.000Z | 2021-03-06T15:58:42.000Z | /*
D4Player
* imgwrap.h
*/
#ifndef _IMGWRAP_H
#define _IMGWRAP_H
#include <stdio.h>
#if !defined(ENABLE_PNG)
#define ENABLE_PNG 1
#endif
extern int (*write_img)(FILE*, unsigned char*, int, int, int, unsigned char *, int);
int write_png(
FILE *fp, unsigned char *buffer, int width, int height, int color_depth,
unsigned char *palette, int palette_size
);
int write_ppm(
FILE *fp, unsigned char *buffer, int width, int height, int color_depth,
unsigned char *palette, int palette_size
);
#endif
| 19.423077 | 84 | 0.726733 |
03917ad2641d84d18a9bcc1b7b8f199e94f9122f | 534 | h | C | Implementations/crypto_hash/drygascon256/ref/drysponge.h | sebastien-riou/DryGASCON | 406b51914b4e8df752769feac48643c0fd1bd74b | [
"BSD-3-Clause"
] | 2 | 2019-11-11T08:12:16.000Z | 2021-04-13T07:00:53.000Z | Implementations/crypto_aead/drygascon256k32/ref/drysponge.h | sebastien-riou/DryGASCON | 406b51914b4e8df752769feac48643c0fd1bd74b | [
"BSD-3-Clause"
] | null | null | null | Implementations/crypto_aead/drygascon256k32/ref/drysponge.h | sebastien-riou/DryGASCON | 406b51914b4e8df752769feac48643c0fd1bd74b | [
"BSD-3-Clause"
] | 1 | 2019-08-10T13:26:11.000Z | 2019-08-10T13:26:11.000Z | /**
DryGascon256
Sebastien Riou, January 27th 2019
c99 ref implementation meant to fit in the supercop framework
*/
#ifndef __DRYGASCON256_H__
#define __DRYGASCON256_H__
#define DRYSPONGE_DBG_EN 0
#define DRYSPONGE_KEYSIZE 32
#define DRYSPONGE_NONCESIZE 16
#define DRYSPONGE_BLOCKSIZE 16
#define DRYSPONGE_CAPACITYSIZE (9*64/8)
#define DRYSPONGE_XSIZE (4*32/8)
#define DRYSPONGE_INIT_ROUNDS 12
#define DRYSPONGE_ROUNDS 8
#define DRYSPONGE_ACCUMULATE_FACTOR 4
#define DRYSPONGE_MPR_INPUT_WIDTH 18
#include "drygascon_ref.h"
#endif
| 22.25 | 61 | 0.831461 |
004d05da6d9000abb263e797183013d41d4c7dbb | 1,377 | c | C | test/test_stringlist.c | andrewrk/rucksack | cde3180501b863c54f300aa58cd0a213451e71fd | [
"MIT"
] | 27 | 2015-02-01T07:07:12.000Z | 2022-02-13T08:12:15.000Z | test/test_stringlist.c | andrewrk/rucksack | cde3180501b863c54f300aa58cd0a213451e71fd | [
"MIT"
] | 12 | 2015-02-02T05:10:28.000Z | 2017-10-16T16:34:31.000Z | test/test_stringlist.c | andrewrk/rucksack | cde3180501b863c54f300aa58cd0a213451e71fd | [
"MIT"
] | 5 | 2016-04-26T04:50:10.000Z | 2020-09-02T18:04:05.000Z | /*
* Copyright (c) 2015 Andrew Kelley
*
* This file is part of rucksack, which is MIT licensed.
* See http://opensource.org/licenses/MIT
*/
#undef NDEBUG
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "stringlist.h"
static void test_create_destroy(void) {
struct RuckSackStringList *list = rucksack_stringlist_create();
rucksack_stringlist_destroy(list);
}
static void test_dupe_str(void) {
struct RuckSackStringList *list = rucksack_stringlist_create();
char foo[100] = "derp";
rucksack_stringlist_append(list, foo, -1);
foo[0] = 't';
struct RuckSackString *str = &list->strs[0];
assert(strcmp(str->str, "derp") == 0);
rucksack_stringlist_destroy(list);
}
struct Test {
const char *name;
void (*fn)(void);
};
static struct Test tests[] = {
{"create and destroy", test_create_destroy},
{"duplicates strings", test_dupe_str},
{NULL, NULL},
};
static void exec_test(struct Test *test) {
fprintf(stderr, "testing %s...", test->name);
test->fn();
fprintf(stderr, "OK\n");
}
int main(int argc, char *argv[]) {
if (argc == 2) {
int index = atoi(argv[1]);
exec_test(&tests[index]);
return 0;
}
struct Test *test = &tests[0];
while (test->name) {
exec_test(test);
test += 1;
}
return 0;
}
| 19.394366 | 67 | 0.625999 |
53694e28d01874a0354a588c11825494281a1127 | 621 | c | C | week-1/2prog.c | NavinShrinivas/UE20CS207-DSLAB | 4912999de0c4205d48491f4eaa7388a827f0b33c | [
"Unlicense"
] | null | null | null | week-1/2prog.c | NavinShrinivas/UE20CS207-DSLAB | 4912999de0c4205d48491f4eaa7388a827f0b33c | [
"Unlicense"
] | null | null | null | week-1/2prog.c | NavinShrinivas/UE20CS207-DSLAB | 4912999de0c4205d48491f4eaa7388a827f0b33c | [
"Unlicense"
] | null | null | null | #include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<stdbool.h>
void swap(char* str , int i , int j)
{
char temp = str[i];
str[i]=str[j];
str[j]=temp;
}
void permute(char* str , int l , int r)
{
if(l==r)
printf("%s \n",str);
else{
for(int i=l;i<=r;i++)
{
swap(str,l,i);
permute(str , l+1 ,r); // swapping terms recursively
swap(str , l ,i);//return string to original
}
}
}
int main(){
char str[1000];
printf("Enter string : ");
scanf("%[^\n]%*c",str);
int n=strlen(str);
permute(str , 0 , n-1);
} | 20.7 | 64 | 0.500805 |
1847954037707a57c30dc3128cf906955694302d | 62,909 | c | C | components/esp-azure-pnp/azure-iot-sdk-c/uamqp/src/saslclientio.c | konichi3/ESP-Samples | a3ef5351439371824cdc133594dd8e36639ef031 | [
"MIT"
] | 46 | 2020-01-22T06:26:26.000Z | 2022-02-16T18:45:45.000Z | components/esp-azure-pnp/azure-iot-sdk-c/uamqp/src/saslclientio.c | konichi3/ESP-Samples | a3ef5351439371824cdc133594dd8e36639ef031 | [
"MIT"
] | 10 | 2020-02-18T07:08:53.000Z | 2021-03-10T05:19:46.000Z | components/esp-azure-pnp/azure-iot-sdk-c/uamqp/src/saslclientio.c | konichi3/ESP-Samples | a3ef5351439371824cdc133594dd8e36639ef031 | [
"MIT"
] | 24 | 2020-01-24T19:17:14.000Z | 2021-12-19T14:41:23.000Z | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include <stdlib.h>
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include "azure_c_shared_utility/gballoc.h"
#include "azure_macro_utils/macro_utils.h"
#include "azure_uamqp_c/saslclientio.h"
#include "azure_c_shared_utility/xio.h"
#include "azure_c_shared_utility/xlogging.h"
#include "azure_uamqp_c/frame_codec.h"
#include "azure_uamqp_c/sasl_frame_codec.h"
#include "azure_uamqp_c/amqp_definitions.h"
#include "azure_uamqp_c/amqpvalue_to_string.h"
typedef enum IO_STATE_TAG
{
IO_STATE_NOT_OPEN,
IO_STATE_OPENING_UNDERLYING_IO,
IO_STATE_SASL_HANDSHAKE,
IO_STATE_OPEN,
IO_STATE_CLOSING,
IO_STATE_ERROR
} IO_STATE;
#define SASL_HEADER_EXCHANGE_STATE_VALUES \
SASL_HEADER_EXCHANGE_IDLE, \
SASL_HEADER_EXCHANGE_HEADER_SENT, \
SASL_HEADER_EXCHANGE_HEADER_RCVD, \
SASL_HEADER_EXCHANGE_HEADER_EXCH
// Suppress unused function warning for SASL_HEADER_EXCHANGE_STATEstrings
#ifdef NO_LOGGING
#define ENUM_TO_STRING_UNUSED
#include "azure_macro_utils/macro_utils.h"
#endif
MU_DEFINE_LOCAL_ENUM(SASL_HEADER_EXCHANGE_STATE, SASL_HEADER_EXCHANGE_STATE_VALUES)
#define SASL_CLIENT_NEGOTIATION_STATE_VALUES \
SASL_CLIENT_NEGOTIATION_NOT_STARTED, \
SASL_CLIENT_NEGOTIATION_MECH_RCVD, \
SASL_CLIENT_NEGOTIATION_INIT_SENT, \
SASL_CLIENT_NEGOTIATION_CHALLENGE_RCVD, \
SASL_CLIENT_NEGOTIATION_RESPONSE_SENT, \
SASL_CLIENT_NEGOTIATION_OUTCOME_RCVD, \
SASL_CLIENT_NEGOTIATION_ERROR
MU_DEFINE_LOCAL_ENUM(SASL_CLIENT_NEGOTIATION_STATE, SASL_CLIENT_NEGOTIATION_STATE_VALUES)
typedef struct SASL_CLIENT_IO_INSTANCE_TAG
{
XIO_HANDLE underlying_io;
ON_BYTES_RECEIVED on_bytes_received;
ON_IO_OPEN_COMPLETE on_io_open_complete;
ON_IO_CLOSE_COMPLETE on_io_close_complete;
ON_IO_ERROR on_io_error;
void* on_bytes_received_context;
void* on_io_open_complete_context;
void* on_io_close_complete_context;
void* on_io_error_context;
SASL_HEADER_EXCHANGE_STATE sasl_header_exchange_state;
SASL_CLIENT_NEGOTIATION_STATE sasl_client_negotiation_state;
size_t header_bytes_received;
SASL_FRAME_CODEC_HANDLE sasl_frame_codec;
FRAME_CODEC_HANDLE frame_codec;
IO_STATE io_state;
SASL_MECHANISM_HANDLE sasl_mechanism;
unsigned int is_trace_on : 1;
unsigned int is_trace_on_set : 1;
} SASL_CLIENT_IO_INSTANCE;
/* Codes_SRS_SASLCLIENTIO_01_002: [The protocol header consists of the upper case ASCII letters "AMQP" followed by a protocol id of three, followed by three unsigned bytes representing the major, minor, and revision of the specification version (currently 1 (SASL-MAJOR), 0 (SASLMINOR), 0 (SASL-REVISION)).] */
/* Codes_SRS_SASLCLIENTIO_01_124: [SASL-MAJOR 1 major protocol version.] */
/* Codes_SRS_SASLCLIENTIO_01_125: [SASL-MINOR 0 minor protocol version.] */
/* Codes_SRS_SASLCLIENTIO_01_126: [SASL-REVISION 0 protocol revision.] */
static const unsigned char sasl_header[] = { 'A', 'M', 'Q', 'P', 3, 1, 0, 0 };
static void indicate_error(SASL_CLIENT_IO_INSTANCE* sasl_client_io_instance)
{
if (sasl_client_io_instance->on_io_error != NULL)
{
sasl_client_io_instance->on_io_error(sasl_client_io_instance->on_io_error_context);
}
}
static void indicate_open_complete(SASL_CLIENT_IO_INSTANCE* sasl_client_io_instance, IO_OPEN_RESULT open_result)
{
if (sasl_client_io_instance->on_io_open_complete != NULL)
{
sasl_client_io_instance->on_io_open_complete(sasl_client_io_instance->on_io_open_complete_context, open_result);
}
}
static void indicate_close_complete(SASL_CLIENT_IO_INSTANCE* sasl_client_io_instance)
{
if (sasl_client_io_instance->on_io_close_complete != NULL)
{
sasl_client_io_instance->on_io_close_complete(sasl_client_io_instance->on_io_close_complete_context);
}
}
static void on_underlying_io_close_complete(void* context)
{
SASL_CLIENT_IO_INSTANCE* sasl_client_io_instance = (SASL_CLIENT_IO_INSTANCE*)context;
switch (sasl_client_io_instance->io_state)
{
default:
break;
case IO_STATE_OPENING_UNDERLYING_IO:
case IO_STATE_SASL_HANDSHAKE:
sasl_client_io_instance->io_state = IO_STATE_NOT_OPEN;
indicate_open_complete(sasl_client_io_instance, IO_OPEN_ERROR);
break;
case IO_STATE_CLOSING:
sasl_client_io_instance->io_state = IO_STATE_NOT_OPEN;
indicate_close_complete(sasl_client_io_instance);
break;
}
}
static void handle_error(SASL_CLIENT_IO_INSTANCE* sasl_client_io_instance)
{
switch (sasl_client_io_instance->io_state)
{
default:
case IO_STATE_NOT_OPEN:
break;
case IO_STATE_OPENING_UNDERLYING_IO:
case IO_STATE_SASL_HANDSHAKE:
if (xio_close(sasl_client_io_instance->underlying_io, on_underlying_io_close_complete, sasl_client_io_instance) != 0)
{
sasl_client_io_instance->io_state = IO_STATE_NOT_OPEN;
indicate_open_complete(sasl_client_io_instance, IO_OPEN_ERROR);
}
break;
case IO_STATE_OPEN:
sasl_client_io_instance->io_state = IO_STATE_ERROR;
indicate_error(sasl_client_io_instance);
break;
}
}
// This callback usage needs to be either verified and commented or integrated into
// the state machine.
static void unchecked_on_send_complete(void* context, IO_SEND_RESULT send_result)
{
(void)context;
(void)send_result;
}
static int send_sasl_header(SASL_CLIENT_IO_INSTANCE* sasl_client_io_instance)
{
int result;
/* Codes_SRS_SASLCLIENTIO_01_078: [SASL client IO shall start the header exchange by sending the SASL header.] */
/* Codes_SRS_SASLCLIENTIO_01_095: [Sending the header shall be done by using `xio_send`.]*/
if (xio_send(sasl_client_io_instance->underlying_io, sasl_header, sizeof(sasl_header), unchecked_on_send_complete, NULL) != 0)
{
LogError("Sending SASL header failed");
result = MU_FAILURE;
}
else
{
if (sasl_client_io_instance->is_trace_on != 0)
{
LOG(AZ_LOG_TRACE, LOG_LINE, "-> Header (AMQP 3.1.0.0)");
}
result = 0;
}
return result;
}
static void on_underlying_io_open_complete(void* context, IO_OPEN_RESULT open_result)
{
SASL_CLIENT_IO_INSTANCE* sasl_client_io_instance = (SASL_CLIENT_IO_INSTANCE*)context;
switch (sasl_client_io_instance->io_state)
{
default:
LogError("Open complete received in unexpected state");
break;
case IO_STATE_SASL_HANDSHAKE:
/* Codes_SRS_SASLCLIENTIO_01_110: [raise ERROR] */
case IO_STATE_OPEN:
/* Codes_SRS_SASLCLIENTIO_01_106: [raise error] */
handle_error(sasl_client_io_instance);
break;
case IO_STATE_OPENING_UNDERLYING_IO:
if (open_result == IO_OPEN_OK)
{
sasl_client_io_instance->io_state = IO_STATE_SASL_HANDSHAKE;
if (sasl_client_io_instance->sasl_header_exchange_state != SASL_HEADER_EXCHANGE_IDLE)
{
/* Codes_SRS_SASLCLIENTIO_01_116: [If the underlying IO indicates another open while the after the header exchange has been started an error shall be indicated by calling `on_io_error`.]*/
handle_error(sasl_client_io_instance);
}
else
{
/* Codes_SRS_SASLCLIENTIO_01_105: [start header exchange] */
/* Codes_SRS_SASLCLIENTIO_01_001: [To establish a SASL layer, each peer MUST start by sending a protocol header.] */
if (send_sasl_header(sasl_client_io_instance) != 0)
{
/* Codes_SRS_SASLCLIENTIO_01_073: [If the handshake fails (i.e. the outcome is an error) the `on_io_open_complete` callback shall be triggered with `IO_OPEN_ERROR`.]*/
/* Codes_SRS_SASLCLIENTIO_01_077: [If sending the SASL header fails, the `on_io_open_complete` callback shall be triggered with `IO_OPEN_ERROR`.]*/
handle_error(sasl_client_io_instance);
}
else
{
sasl_client_io_instance->sasl_header_exchange_state = SASL_HEADER_EXCHANGE_HEADER_SENT;
}
}
}
else
{
handle_error(sasl_client_io_instance);
}
break;
}
}
static void on_underlying_io_error(void* context)
{
SASL_CLIENT_IO_INSTANCE* sasl_client_io_instance = (SASL_CLIENT_IO_INSTANCE*)context;
switch (sasl_client_io_instance->io_state)
{
default:
LogError("Error callback received in unexpected state");
break;
case IO_STATE_OPENING_UNDERLYING_IO:
case IO_STATE_SASL_HANDSHAKE:
/* Codes_SRS_SASLCLIENTIO_01_101: [`on_open_complete` with `IO_OPEN_ERROR`]*/
if (xio_close(sasl_client_io_instance->underlying_io, on_underlying_io_close_complete, sasl_client_io_instance) != 0)
{
sasl_client_io_instance->io_state = IO_STATE_NOT_OPEN;
indicate_open_complete(sasl_client_io_instance, IO_OPEN_ERROR);
}
break;
case IO_STATE_OPEN:
sasl_client_io_instance->io_state = IO_STATE_ERROR;
indicate_error(sasl_client_io_instance);
break;
}
}
#ifndef NO_LOGGING
static const char* get_frame_type_as_string(AMQP_VALUE descriptor)
{
const char* result;
if (is_sasl_mechanisms_type_by_descriptor(descriptor))
{
result = "[SASL MECHANISMS]";
}
else if (is_sasl_init_type_by_descriptor(descriptor))
{
result = "[SASL INIT]";
}
else if (is_sasl_challenge_type_by_descriptor(descriptor))
{
result = "[SASL CHALLENGE]";
}
else if (is_sasl_response_type_by_descriptor(descriptor))
{
result = "[SASL RESPONSE]";
}
else if (is_sasl_outcome_type_by_descriptor(descriptor))
{
result = "[SASL OUTCOME]";
}
else
{
result = "[Unknown]";
}
return result;
}
#endif // NO_LOGGING
static void log_incoming_frame(AMQP_VALUE performative)
{
#ifdef NO_LOGGING
UNUSED(performative);
#else
if (xlogging_get_log_function() != NULL)
{
AMQP_VALUE descriptor = amqpvalue_get_inplace_descriptor(performative);
if (descriptor != NULL)
{
char* performative_as_string;
LOG(AZ_LOG_TRACE, 0, "<- ");
LOG(AZ_LOG_TRACE, 0, "%s", (char*)get_frame_type_as_string(descriptor));
performative_as_string = NULL;
LOG(AZ_LOG_TRACE, LOG_LINE, "%s", (performative_as_string = amqpvalue_to_string(performative)));
if (performative_as_string != NULL)
{
free(performative_as_string);
}
}
}
#endif
}
static void log_outgoing_frame(AMQP_VALUE performative)
{
#ifdef NO_LOGGING
UNUSED(performative);
#else
if (xlogging_get_log_function() != NULL)
{
AMQP_VALUE descriptor = amqpvalue_get_inplace_descriptor(performative);
if (descriptor != NULL)
{
char* performative_as_string;
LOG(AZ_LOG_TRACE, 0, "-> ");
LOG(AZ_LOG_TRACE, 0, "%s", (char*)get_frame_type_as_string(descriptor));
performative_as_string = NULL;
LOG(AZ_LOG_TRACE, LOG_LINE, "%s", (performative_as_string = amqpvalue_to_string(performative)));
if (performative_as_string != NULL)
{
free(performative_as_string);
}
}
}
#endif
}
static int saslclientio_receive_byte(SASL_CLIENT_IO_INSTANCE* sasl_client_io_instance, unsigned char b)
{
int result;
switch (sasl_client_io_instance->sasl_header_exchange_state)
{
default:
LogError("Byte being received in unexpected state: %s", MU_ENUM_TO_STRING(SASL_HEADER_EXCHANGE_STATE, sasl_client_io_instance->sasl_header_exchange_state));
result = MU_FAILURE;
break;
case SASL_HEADER_EXCHANGE_HEADER_EXCH:
switch (sasl_client_io_instance->sasl_client_negotiation_state)
{
case SASL_CLIENT_NEGOTIATION_ERROR:
LogError("Byte being received in unexpected state: %s", MU_ENUM_TO_STRING(SASL_CLIENT_NEGOTIATION_STATE, SASL_CLIENT_NEGOTIATION_ERROR));
result = MU_FAILURE;
break;
default:
/* Codes_SRS_SASLCLIENTIO_01_068: [During the SASL frame exchange that constitutes the handshake the received bytes from the underlying IO shall be fed to the frame codec instance created in `saslclientio_create` by calling `frame_codec_receive_bytes`.]*/
if (frame_codec_receive_bytes(sasl_client_io_instance->frame_codec, &b, 1) != 0)
{
/* Codes_SRS_SASLCLIENTIO_01_088: [If `frame_codec_receive_bytes` fails, the `on_io_error` callback shall be triggered.]*/
result = MU_FAILURE;
}
else
{
result = 0;
}
break;
case SASL_CLIENT_NEGOTIATION_OUTCOME_RCVD:
sasl_client_io_instance->on_bytes_received(sasl_client_io_instance->on_bytes_received_context, &b, 1);
result = 0;
break;
}
break;
/* Codes_SRS_SASLCLIENTIO_01_003: [Other than using a protocol id of three, the exchange of SASL layer headers follows the same rules specified in the version negotiation section of the transport specification (See Part 2: section 2.2).] */
case SASL_HEADER_EXCHANGE_IDLE:
case SASL_HEADER_EXCHANGE_HEADER_SENT:
if (b != sasl_header[sasl_client_io_instance->header_bytes_received])
{
LogError("Mismatched SASL header");
result = MU_FAILURE;
}
else
{
sasl_client_io_instance->header_bytes_received++;
if (sasl_client_io_instance->header_bytes_received == sizeof(sasl_header))
{
if (sasl_client_io_instance->is_trace_on != 0)
{
LOG(AZ_LOG_TRACE, LOG_LINE, "<- Header (AMQP 3.1.0.0)");
}
switch (sasl_client_io_instance->sasl_header_exchange_state)
{
default:
LogError("Invalid SASL header exchange state: %s", MU_ENUM_TO_STRING(SASL_HEADER_EXCHANGE_STATE, sasl_client_io_instance->sasl_header_exchange_state));
result = MU_FAILURE;
break;
case SASL_HEADER_EXCHANGE_HEADER_SENT:
/* from this point on we need to decode SASL frames */
sasl_client_io_instance->sasl_header_exchange_state = SASL_HEADER_EXCHANGE_HEADER_EXCH;
result = 0;
break;
case SASL_HEADER_EXCHANGE_IDLE:
sasl_client_io_instance->sasl_header_exchange_state = SASL_HEADER_EXCHANGE_HEADER_RCVD;
if (send_sasl_header(sasl_client_io_instance) != 0)
{
/* Codes_SRS_SASLCLIENTIO_01_077: [If sending the SASL header fails, the `on_io_open_complete` callback shall be triggered with `IO_OPEN_ERROR`.]*/
LogError("Could not send SASL header");
result = MU_FAILURE;
}
else
{
result = 0;
}
break;
}
}
else
{
result = 0;
}
}
break;
}
return result;
}
static void on_underlying_io_bytes_received(void* context, const unsigned char* buffer, size_t size)
{
SASL_CLIENT_IO_INSTANCE* sasl_client_io_instance = (SASL_CLIENT_IO_INSTANCE*)context;
/* Codes_SRS_SASLCLIENTIO_01_028: [If `buffer` is NULL or `size` is zero, nothing should be indicated as received, the state shall be switched to ERROR and the `on_io_error` callback shall be triggered.]*/
if ((buffer == NULL) ||
(size == 0))
{
LogError("Bad buffer received from the underlying IO, buffer = %p, size = %u",
buffer, (unsigned int)size);
handle_error(sasl_client_io_instance);
}
else
{
switch (sasl_client_io_instance->io_state)
{
default:
break;
case IO_STATE_OPEN:
/* Codes_SRS_SASLCLIENTIO_01_027: [When the `on_underlying_io_bytes_received` callback passed to the underlying IO is called and the SASL client IO state is `IO_STATE_OPEN`, the bytes shall be indicated to the user of SASL client IO by calling the `on_bytes_received` callback that was passed in `saslclientio_open`.]*/
/* Codes_SRS_SASLCLIENTIO_01_029: [The `context` argument for `on_io_error` shall be set to the `on_io_error_context` passed in `saslclientio_open`.]*/
sasl_client_io_instance->on_bytes_received(sasl_client_io_instance->on_bytes_received_context, buffer, size);
break;
case IO_STATE_SASL_HANDSHAKE:
{
size_t i;
/* Codes_SRS_SASLCLIENTIO_01_030: [If bytes are received when the SASL client IO state is `IO_STATE_OPENING`, the bytes shall be consumed by the SASL client IO to satisfy the SASL handshake.]*/
for (i = 0; i < size; i++)
{
if (saslclientio_receive_byte(sasl_client_io_instance, buffer[i]) != 0)
{
break;
}
}
if (i < size)
{
/* Codes_SRS_SASLCLIENTIO_01_073: [If the handshake fails (i.e. the outcome is an error) the `on_io_open_complete` callback shall be triggered with `IO_OPEN_ERROR`.]*/
handle_error(sasl_client_io_instance);
}
break;
}
case IO_STATE_ERROR:
/* Codes_SRS_SASLCLIENTIO_01_031: [If bytes are received when the SASL client IO state is `IO_STATE_ERROR`, SASL client IO shall do nothing.]*/
break;
}
}
}
static void on_bytes_encoded(void* context, const unsigned char* bytes, size_t length, bool encode_complete)
{
SASL_CLIENT_IO_INSTANCE* sasl_client_io_instance = (SASL_CLIENT_IO_INSTANCE*)context;
(void)encode_complete;
/* Codes_SRS_SASLCLIENTIO_01_120: [When SASL client IO is notified by `sasl_frame_codec` of bytes that have been encoded via the `on_bytes_encoded` callback and SASL client IO is in the state OPENING, SASL client IO shall send these bytes by using `xio_send`.]*/
if (xio_send(sasl_client_io_instance->underlying_io, bytes, length, unchecked_on_send_complete, NULL) != 0)
{
/* Codes_SRS_SASLCLIENTIO_01_121: [If `xio_send` fails, the `on_io_error` callback shall be triggered.]*/
LogError("xio_send failed");
handle_error(sasl_client_io_instance);
}
}
static int send_sasl_init(SASL_CLIENT_IO_INSTANCE* sasl_client_io, const char* sasl_mechanism_name)
{
int result;
SASL_INIT_HANDLE sasl_init;
SASL_MECHANISM_BYTES init_bytes;
init_bytes.length = 0;
init_bytes.bytes = NULL;
/* Codes_SRS_SASLCLIENTIO_01_045: [The name of the SASL mechanism used for the SASL exchange.] */
sasl_init = sasl_init_create(sasl_mechanism_name);
if (sasl_init == NULL)
{
/* Codes_SRS_SASLCLIENTIO_01_119: [If any error is encountered when parsing the received frame, the `on_io_open_complete` callback shall be triggered with `IO_OPEN_ERROR`.]*/
LogError("Could not create sasl_init");
result = MU_FAILURE;
}
else
{
/* Codes_SRS_SASLCLIENTIO_01_048: [The contents of this data are defined by the SASL security mechanism.] */
if (saslmechanism_get_init_bytes(sasl_client_io->sasl_mechanism, &init_bytes) != 0)
{
/* Codes_SRS_SASLCLIENTIO_01_119: [If any error is encountered when parsing the received frame, the `on_io_open_complete` callback shall be triggered with `IO_OPEN_ERROR`.]*/
LogError("Could not get SASL init bytes");
result = MU_FAILURE;
}
else
{
amqp_binary creds;
creds.bytes = init_bytes.bytes;
creds.length = init_bytes.length;
if ((init_bytes.length > 0) &&
/* Codes_SRS_SASLCLIENTIO_01_047: [A block of opaque data passed to the security mechanism.] */
(sasl_init_set_initial_response(sasl_init, creds) != 0))
{
/* Codes_SRS_SASLCLIENTIO_01_119: [If any error is encountered when parsing the received frame, the `on_io_open_complete` callback shall be triggered with `IO_OPEN_ERROR`.]*/
LogError("Could not set initial response");
result = MU_FAILURE;
}
else
{
AMQP_VALUE sasl_init_value = amqpvalue_create_sasl_init(sasl_init);
if (sasl_init_value == NULL)
{
/* Codes_SRS_SASLCLIENTIO_01_119: [If any error is encountered when parsing the received frame, the `on_io_open_complete` callback shall be triggered with `IO_OPEN_ERROR`.]*/
LogError("Could not create SASL init");
result = MU_FAILURE;
}
else
{
/* Codes_SRS_SASLCLIENTIO_01_070: [When a frame needs to be sent as part of the SASL handshake frame exchange, the send shall be done by calling `sasl_frame_codec_encode_frame`.]*/
if (sasl_frame_codec_encode_frame(sasl_client_io->sasl_frame_codec, sasl_init_value, on_bytes_encoded, sasl_client_io) != 0)
{
/* Codes_SRS_SASLCLIENTIO_01_071: [If `sasl_frame_codec_encode_frame` fails, then the `on_io_error` callback shall be triggered.]*/
LogError("Could not encode SASL init value");
result = MU_FAILURE;
}
else
{
if (sasl_client_io->is_trace_on != 0)
{
log_outgoing_frame(sasl_init_value);
}
result = 0;
}
amqpvalue_destroy(sasl_init_value);
}
}
}
sasl_init_destroy(sasl_init);
}
return result;
}
static int send_sasl_response(SASL_CLIENT_IO_INSTANCE* sasl_client_io, SASL_MECHANISM_BYTES sasl_response)
{
int result;
SASL_RESPONSE_HANDLE sasl_response_handle;
amqp_binary response_binary_value;
response_binary_value.bytes = sasl_response.bytes;
response_binary_value.length = sasl_response.length;
/* Codes_SRS_SASLCLIENTIO_01_055: [Send the SASL response data as defined by the SASL specification.] */
/* Codes_SRS_SASLCLIENTIO_01_056: [A block of opaque data passed to the security mechanism.] */
if ((sasl_response_handle = sasl_response_create(response_binary_value)) == NULL)
{
LogError("Could not create SASL response");
result = MU_FAILURE;
}
else
{
AMQP_VALUE sasl_response_value = amqpvalue_create_sasl_response(sasl_response_handle);
if (sasl_response_value == NULL)
{
LogError("Could not create SASL response AMQP value");
result = MU_FAILURE;
}
else
{
/* Codes_SRS_SASLCLIENTIO_01_070: [When a frame needs to be sent as part of the SASL handshake frame exchange, the send shall be done by calling `sasl_frame_codec_encode_frame`.]*/
if (sasl_frame_codec_encode_frame(sasl_client_io->sasl_frame_codec, sasl_response_value, on_bytes_encoded, sasl_client_io) != 0)
{
LogError("Could not encode SASL response in the frame");
result = MU_FAILURE;
}
else
{
if (sasl_client_io->is_trace_on != 0)
{
log_outgoing_frame(sasl_response_value);
}
result = 0;
}
amqpvalue_destroy(sasl_response_value);
}
sasl_response_destroy(sasl_response_handle);
}
return result;
}
static void on_sasl_frame_received_callback(void* context, AMQP_VALUE sasl_frame)
{
SASL_CLIENT_IO_INSTANCE* sasl_client_io_instance = (SASL_CLIENT_IO_INSTANCE*)context;
/* Codes_SRS_SASLCLIENTIO_01_067: [The SASL frame exchange shall be started as soon as the SASL header handshake is done.] */
switch (sasl_client_io_instance->io_state)
{
default:
LogError("SASL frame received while in state %d", (int)sasl_client_io_instance->io_state);
break;
case IO_STATE_OPEN:
case IO_STATE_OPENING_UNDERLYING_IO:
case IO_STATE_CLOSING:
/* Codes_SRS_SASLCLIENTIO_01_117: [If `on_sasl_frame_received_callback` is called when the state of the IO is OPEN then the `on_io_error` callback shall be triggered.]*/
handle_error(sasl_client_io_instance);
break;
case IO_STATE_SASL_HANDSHAKE:
if (sasl_client_io_instance->sasl_header_exchange_state != SASL_HEADER_EXCHANGE_HEADER_EXCH)
{
/* Codes_SRS_SASLCLIENTIO_01_118: [If `on_sasl_frame_received_callback` is called in the OPENING state but the header exchange has not yet been completed, then the `on_io_error` callback shall be triggered.]*/
handle_error(sasl_client_io_instance);
}
else
{
AMQP_VALUE descriptor = amqpvalue_get_inplace_descriptor(sasl_frame);
if (descriptor == NULL)
{
/* Codes_SRS_SASLCLIENTIO_01_119: [If any error is encountered when parsing the received frame, the `on_io_open_complete` callback shall be triggered with `IO_OPEN_ERROR`.]*/
LogError("Could not obtain SASL frame descriptor");
handle_error(sasl_client_io_instance);
}
else
{
if (sasl_client_io_instance->is_trace_on != 0)
{
log_incoming_frame(sasl_frame);
}
/* Codes_SRS_SASLCLIENTIO_01_032: [The peer acting as the SASL server MUST announce supported authentication mechanisms using the sasl-mechanisms frame.] */
/* Codes_SRS_SASLCLIENTIO_01_040: [The peer playing the role of the SASL client and the peer playing the role of the SASL server MUST correspond to the TCP client and server respectively.] */
/* Codes_SRS_SASLCLIENTIO_01_034: [<-- SASL-MECHANISMS] */
if (is_sasl_mechanisms_type_by_descriptor(descriptor))
{
switch (sasl_client_io_instance->sasl_client_negotiation_state)
{
default:
LogError("SASL mechanisms frame received in %s state", MU_ENUM_TO_STRING(SASL_CLIENT_NEGOTIATION_STATE, sasl_client_io_instance->sasl_client_negotiation_state));
handle_error(sasl_client_io_instance);
break;
case SASL_CLIENT_NEGOTIATION_NOT_STARTED:
{
SASL_MECHANISMS_HANDLE sasl_mechanisms_handle;
if (amqpvalue_get_sasl_mechanisms(sasl_frame, &sasl_mechanisms_handle) != 0)
{
/* Codes_SRS_SASLCLIENTIO_01_119: [If any error is encountered when parsing the received frame, the `on_io_open_complete` callback shall be triggered with `IO_OPEN_ERROR`.]*/
LogError("Could not get SASL mechanisms");
handle_error(sasl_client_io_instance);
}
else
{
AMQP_VALUE sasl_server_mechanisms;
uint32_t mechanisms_count;
if ((sasl_mechanisms_get_sasl_server_mechanisms(sasl_mechanisms_handle, &sasl_server_mechanisms) != 0) ||
(amqpvalue_get_array_item_count(sasl_server_mechanisms, &mechanisms_count) != 0) ||
(mechanisms_count == 0))
{
/* Codes_SRS_SASLCLIENTIO_01_042: [It is invalid for this list to be null or empty.] */
LogError("Invalid SASL mechanisms list");
handle_error(sasl_client_io_instance);
}
else
{
const char* sasl_mechanism_name = saslmechanism_get_mechanism_name(sasl_client_io_instance->sasl_mechanism);
if (sasl_mechanism_name == NULL)
{
/* Codes_SRS_SASLCLIENTIO_01_119: [If any error is encountered when parsing the received frame, the `on_io_open_complete` callback shall be triggered with `IO_OPEN_ERROR`.]*/
LogError("Cannot get the mechanism name");
handle_error(sasl_client_io_instance);
}
else
{
uint32_t i;
for (i = 0; i < mechanisms_count; i++)
{
AMQP_VALUE sasl_server_mechanism;
sasl_server_mechanism = amqpvalue_get_array_item(sasl_server_mechanisms, i);
if (sasl_server_mechanism == NULL)
{
LogError("Cannot get SASL mechanisms array item for index %u", (unsigned int)i);
i = mechanisms_count;
}
else
{
const char* sasl_server_mechanism_name;
if (amqpvalue_get_symbol(sasl_server_mechanism, &sasl_server_mechanism_name) != 0)
{
LogError("Error getting server SASL mechanism from array item");
i = mechanisms_count;
}
else
{
if (strcmp(sasl_mechanism_name, sasl_server_mechanism_name) == 0)
{
amqpvalue_destroy(sasl_server_mechanism);
break;
}
}
amqpvalue_destroy(sasl_server_mechanism);
}
}
if (i == mechanisms_count)
{
/* Codes_SRS_SASLCLIENTIO_01_119: [If any error is encountered when parsing the received frame, the `on_io_open_complete` callback shall be triggered with `IO_OPEN_ERROR`.]*/
LogError("Could not find desired SASL mechanism in the list presented by server");
handle_error(sasl_client_io_instance);
}
else
{
sasl_client_io_instance->sasl_client_negotiation_state = SASL_CLIENT_NEGOTIATION_MECH_RCVD;
/* Codes_SRS_SASLCLIENTIO_01_035: [SASL-INIT -->] */
/* Codes_SRS_SASLCLIENTIO_01_033: [The partner MUST then choose one of the supported mechanisms and initiate a sasl exchange.] */
/* Codes_SRS_SASLCLIENTIO_01_054: [Selects the sasl mechanism and provides the initial response if needed.] */
if (send_sasl_init(sasl_client_io_instance, sasl_mechanism_name) != 0)
{
/* Codes_SRS_SASLCLIENTIO_01_119: [If any error is encountered when parsing the received frame, the `on_io_open_complete` callback shall be triggered with `IO_OPEN_ERROR`.]*/
LogError("Could not send SASL init");
handle_error(sasl_client_io_instance);
}
else
{
sasl_client_io_instance->sasl_client_negotiation_state = SASL_CLIENT_NEGOTIATION_INIT_SENT;
}
}
}
}
sasl_mechanisms_destroy(sasl_mechanisms_handle);
}
break;
}
}
}
/* Codes_SRS_SASLCLIENTIO_01_052: [Send the SASL challenge data as defined by the SASL specification.] */
/* Codes_SRS_SASLCLIENTIO_01_036: [<-- SASL-CHALLENGE *] */
/* Codes_SRS_SASLCLIENTIO_01_039: [the SASL challenge/response step can occur zero or more times depending on the details of the SASL mechanism chosen.] */
else if (is_sasl_challenge_type_by_descriptor(descriptor))
{
/* Codes_SRS_SASLCLIENTIO_01_032: [The peer acting as the SASL server MUST announce supported authentication mechanisms using the sasl-mechanisms frame.] */
if ((sasl_client_io_instance->sasl_client_negotiation_state != SASL_CLIENT_NEGOTIATION_INIT_SENT) &&
(sasl_client_io_instance->sasl_client_negotiation_state != SASL_CLIENT_NEGOTIATION_RESPONSE_SENT))
{
LogError("SASL challenge received in a bad state: %s", MU_ENUM_TO_STRING(SASL_CLIENT_NEGOTIATION_STATE, sasl_client_io_instance->sasl_client_negotiation_state));
handle_error(sasl_client_io_instance);
}
else
{
SASL_CHALLENGE_HANDLE sasl_challenge_handle;
if (amqpvalue_get_sasl_challenge(sasl_frame, &sasl_challenge_handle) != 0)
{
/* Codes_SRS_SASLCLIENTIO_01_119: [If any error is encountered when parsing the received frame, the `on_io_open_complete` callback shall be triggered with `IO_OPEN_ERROR`.]*/
LogError("Cannot get SASL challenge values");
handle_error(sasl_client_io_instance);
}
else
{
amqp_binary challenge_binary_value;
challenge_binary_value.bytes = NULL;
challenge_binary_value.length = 0;
/* Codes_SRS_SASLCLIENTIO_01_053: [Challenge information, a block of opaque binary data passed to the security mechanism.] */
if (sasl_challenge_get_challenge(sasl_challenge_handle, &challenge_binary_value) != 0)
{
/* Codes_SRS_SASLCLIENTIO_01_119: [If any error is encountered when parsing the received frame, the `on_io_open_complete` callback shall be triggered with `IO_OPEN_ERROR`.]*/
LogError("Cannot get SASL challenge binary value");
handle_error(sasl_client_io_instance);
}
else
{
SASL_MECHANISM_BYTES challenge;
SASL_MECHANISM_BYTES response_bytes;
challenge.bytes = challenge_binary_value.bytes;
challenge.length = challenge_binary_value.length;
response_bytes.bytes = NULL;
response_bytes.length = 0;
/* Codes_SRS_SASLCLIENTIO_01_057: [The contents of this data are defined by the SASL security mechanism.] */
/* Codes_SRS_SASLCLIENTIO_01_037: [SASL-RESPONSE -->] */
if (saslmechanism_challenge(sasl_client_io_instance->sasl_mechanism, &challenge, &response_bytes) != 0)
{
/* Codes_SRS_SASLCLIENTIO_01_119: [If any error is encountered when parsing the received frame, the `on_io_open_complete` callback shall be triggered with `IO_OPEN_ERROR`.]*/
LogError("SASL Challenge failed");
handle_error(sasl_client_io_instance);
}
else if (send_sasl_response(sasl_client_io_instance, response_bytes) != 0)
{
/* Codes_SRS_SASLCLIENTIO_01_119: [If any error is encountered when parsing the received frame, the `on_io_open_complete` callback shall be triggered with `IO_OPEN_ERROR`.]*/
LogError("Cannot send SASL reponse");
handle_error(sasl_client_io_instance);
}
}
sasl_challenge_destroy(sasl_challenge_handle);
}
}
}
/* Codes_SRS_SASLCLIENTIO_01_058: [This frame indicates the outcome of the SASL dialog.] */
/* Codes_SRS_SASLCLIENTIO_01_038: [<-- SASL-OUTCOME] */
else if (is_sasl_outcome_type_by_descriptor(descriptor))
{
/* Codes_SRS_SASLCLIENTIO_01_032: [The peer acting as the SASL server MUST announce supported authentication mechanisms using the sasl-mechanisms frame.] */
if ((sasl_client_io_instance->sasl_client_negotiation_state != SASL_CLIENT_NEGOTIATION_INIT_SENT) &&
(sasl_client_io_instance->sasl_client_negotiation_state != SASL_CLIENT_NEGOTIATION_RESPONSE_SENT))
{
LogError("SASL outcome received in a bad state: %s", MU_ENUM_TO_STRING(SASL_CLIENT_NEGOTIATION_STATE, sasl_client_io_instance->sasl_client_negotiation_state));
handle_error(sasl_client_io_instance);
}
else
{
SASL_OUTCOME_HANDLE sasl_outcome;
sasl_client_io_instance->sasl_client_negotiation_state = SASL_CLIENT_NEGOTIATION_OUTCOME_RCVD;
if (amqpvalue_get_sasl_outcome(sasl_frame, &sasl_outcome) != 0)
{
LogError("Cannot get SASL outcome");
handle_error(sasl_client_io_instance);
}
else
{
sasl_code sasl_code;
/* Codes_SRS_SASLCLIENTIO_01_060: [A reply-code indicating the outcome of the SASL dialog.] */
if (sasl_outcome_get_code(sasl_outcome, &sasl_code) != 0)
{
LogError("Cannot get SASL outcome code");
handle_error(sasl_client_io_instance);
}
else
{
switch (sasl_code)
{
default:
case sasl_code_auth:
/* Codes_SRS_SASLCLIENTIO_01_063: [1 Connection authentication failed due to an unspecified problem with the supplied credentials.] */
case sasl_code_sys:
/* Codes_SRS_SASLCLIENTIO_01_064: [2 Connection authentication failed due to a system error.] */
case sasl_code_sys_perm:
/* Codes_SRS_SASLCLIENTIO_01_065: [3 Connection authentication failed due to a system error that is unlikely to be corrected without intervention.] */
case sasl_code_sys_temp:
/* Codes_SRS_SASLCLIENTIO_01_066: [4 Connection authentication failed due to a transient system error.] */
LogError("SASL handshake failed with code %02X", (unsigned char)sasl_code);
handle_error(sasl_client_io_instance);
break;
case sasl_code_ok:
/* Codes_SRS_SASLCLIENTIO_01_059: [Upon successful completion of the SASL dialog the security layer has been established] */
/* Codes_SRS_SASLCLIENTIO_01_062: [0 Connection authentication succeeded.] */
sasl_client_io_instance->io_state = IO_STATE_OPEN;
/* Codes_SRS_SASLCLIENTIO_01_072: [When the SASL handshake is complete, if the handshake is successful, the SASL client IO state shall be switched to `IO_STATE_OPEN` and the `on_io_open_complete` callback shall be called with `IO_OPEN_OK`.]*/
indicate_open_complete(sasl_client_io_instance, IO_OPEN_OK);
break;
}
}
sasl_outcome_destroy(sasl_outcome);
}
}
}
else
{
LogError("Bad SASL frame");
}
}
}
break;
}
}
static void on_frame_codec_error(void* context)
{
SASL_CLIENT_IO_INSTANCE* sasl_client_io_instance = (SASL_CLIENT_IO_INSTANCE*)context;
/* Codes_SRS_SASLCLIENTIO_01_122: [When `on_frame_codec_error` is called while in the OPENING state the `on_io_open_complete` callback shall be triggered with `IO_OPEN_ERROR`.]*/
/* Codes_SRS_SASLCLIENTIO_01_143: [ When `on_frame_codec_error` is called while in the OPEN state the `on_io_error` callback shall be triggered. ]*/
/* Codes_SRS_SASLCLIENTIO_01_123: [When `on_frame_codec_error` is called in the ERROR state nothing shall be done.]*/
LogError("Error encoding frame (on_frame_codec_error)");
handle_error(sasl_client_io_instance);
}
static void on_sasl_frame_codec_error(void* context)
{
SASL_CLIENT_IO_INSTANCE* sasl_client_io_instance = (SASL_CLIENT_IO_INSTANCE*)context;
/* Codes_SRS_SASLCLIENTIO_01_141: [ When `on_sasl_frame_codec_error` is called while in the OPENING state the `on_io_open_complete` callback shall be triggered with `IO_OPEN_ERROR`. ]*/
/* Codes_SRS_SASLCLIENTIO_01_144: [ When `on_sasl_frame_codec_error` is called while OPEN state the `on_io_error` callback shall be triggered. ]*/
/* Codes_SRS_SASLCLIENTIO_01_142: [ When `on_sasl_frame_codec_error` is called in the ERROR state nothing shall be done. ]*/
LogError("Error encoding SASL frame (on_sasl_frame_codec_error)");
handle_error(sasl_client_io_instance);
}
CONCRETE_IO_HANDLE saslclientio_create(void* io_create_parameters)
{
SASLCLIENTIO_CONFIG* sasl_client_io_config = (SASLCLIENTIO_CONFIG*)io_create_parameters;
SASL_CLIENT_IO_INSTANCE* result;
/* Codes_SRS_SASLCLIENTIO_01_005: [If `io_create_parameters` is NULL, `saslclientio_create` shall fail and return NULL.] */
if (sasl_client_io_config == NULL)
{
LogError("NULL io_create_parameters");
result = NULL;
}
/* Codes_SRS_SASLCLIENTIO_01_092: [If any of the `sasl_mechanism` or `underlying_io` members of the configuration structure are NULL, `saslclientio_create` shall fail and return NULL.] */
else if ((sasl_client_io_config->underlying_io == NULL) ||
(sasl_client_io_config->sasl_mechanism == NULL))
{
LogError("Bad parameters: underlying_io = %p, sasl_mechanism = %p",
sasl_client_io_config->underlying_io, sasl_client_io_config->sasl_mechanism);
result = NULL;
}
else
{
result = (SASL_CLIENT_IO_INSTANCE*)malloc(sizeof(SASL_CLIENT_IO_INSTANCE));
if (result == NULL)
{
/* Codes_SRS_SASLCLIENTIO_01_006: [If memory cannot be allocated for the new instance, `saslclientio_create` shall fail and return NULL.] */
LogError("Cannot allocate sasl client IO instance");
}
else
{
result->underlying_io = sasl_client_io_config->underlying_io;
/* Codes_SRS_SASLCLIENTIO_01_089: [`saslclientio_create` shall create a frame codec to be used for encoding/decoding frames by calling `frame_codec_create` and passing `on_frame_codec_error` and a context as arguments.] */
result->frame_codec = frame_codec_create(on_frame_codec_error, result);
if (result->frame_codec == NULL)
{
/* Codes_SRS_SASLCLIENTIO_01_090: [If `frame_codec_create` fails, then `saslclientio_create` shall fail and return NULL.] */
LogError("frame_codec_create failed");
free(result);
result = NULL;
}
else
{
/* Codes_SRS_SASLCLIENTIO_01_084: [`saslclientio_create` shall create a SASL frame codec to be used for SASL frame encoding/decoding by calling `sasl_frame_codec_create` and passing the just created frame codec as argument.] */
result->sasl_frame_codec = sasl_frame_codec_create(result->frame_codec, on_sasl_frame_received_callback, on_sasl_frame_codec_error, result);
if (result->sasl_frame_codec == NULL)
{
/* Codes_SRS_SASLCLIENTIO_01_085: [If `sasl_frame_codec_create` fails, then `saslclientio_create` shall fail and return NULL.] */
LogError("sasl_frame_codec_create failed");
frame_codec_destroy(result->frame_codec);
free(result);
result = NULL;
}
else
{
/* Codes_SRS_SASLCLIENTIO_01_004: [`saslclientio_create` shall return on success a non-NULL handle to a new SASL client IO instance.] */
result->on_bytes_received = NULL;
result->on_io_open_complete = NULL;
result->on_io_error = NULL;
result->on_io_close_complete = NULL;
result->on_bytes_received_context = NULL;
result->on_io_open_complete_context = NULL;
result->on_io_close_complete_context = NULL;
result->on_io_error_context = NULL;
result->sasl_mechanism = sasl_client_io_config->sasl_mechanism;
result->io_state = IO_STATE_NOT_OPEN;
}
}
}
}
return result;
}
void saslclientio_destroy(CONCRETE_IO_HANDLE sasl_client_io)
{
if (sasl_client_io == NULL)
{
/* Codes_SRS_SASLCLIENTIO_01_008: [If the argument `sasl_client_io` is NULL, `saslclientio_destroy` shall do nothing.] */
LogError("NULL sasl_client_io");
}
else
{
SASL_CLIENT_IO_INSTANCE* sasl_client_io_instance = (SASL_CLIENT_IO_INSTANCE*)sasl_client_io;
/* Codes_SRS_SASLCLIENTIO_01_007: [`saslclientio_destroy` shall free all resources associated with the SASL client IO handle.] */
/* Codes_SRS_SASLCLIENTIO_01_086: [`saslclientio_destroy` shall destroy the SASL frame codec created in `saslclientio_create` by calling `sasl_frame_codec_destroy`.] */
sasl_frame_codec_destroy(sasl_client_io_instance->sasl_frame_codec);
/* Codes_SRS_SASLCLIENTIO_01_091: [`saslclientio_destroy` shall destroy the frame codec created in `saslclientio_create` by calling `frame_codec_destroy`.] */
frame_codec_destroy(sasl_client_io_instance->frame_codec);
free(sasl_client_io);
}
}
int saslclientio_open_async(CONCRETE_IO_HANDLE sasl_client_io, ON_IO_OPEN_COMPLETE on_io_open_complete, void* on_io_open_complete_context, ON_BYTES_RECEIVED on_bytes_received, void* on_bytes_received_context, ON_IO_ERROR on_io_error, void* on_io_error_context)
{
int result = 0;
if ((sasl_client_io == NULL) ||
(on_io_open_complete == NULL) ||
(on_bytes_received == NULL) ||
(on_io_error == NULL))
{
/* Codes_SRS_SASLCLIENTIO_01_011: [If any of the `sasl_client_io`, `on_io_open_complete`, `on_bytes_received` or `on_io_error` arguments is NULL, `saslclientio_open` shall fail and return a non-zero value.] */
LogError("Bad arguments: sasl_client_io = %p, on_io_open_complete = %p, on_bytes_received = %p, on_io_error = %p",
sasl_client_io, on_io_open_complete, on_bytes_received, on_io_error);
result = MU_FAILURE;
}
else
{
SASL_CLIENT_IO_INSTANCE* sasl_client_io_instance = (SASL_CLIENT_IO_INSTANCE*)sasl_client_io;
if (sasl_client_io_instance->io_state != IO_STATE_NOT_OPEN)
{
LogError("Open called while already OPEN");
result = MU_FAILURE;
}
else
{
sasl_client_io_instance->on_bytes_received = on_bytes_received;
sasl_client_io_instance->on_io_open_complete = on_io_open_complete;
sasl_client_io_instance->on_io_error = on_io_error;
sasl_client_io_instance->on_bytes_received_context = on_bytes_received_context;
sasl_client_io_instance->on_io_open_complete_context = on_io_open_complete_context;
sasl_client_io_instance->on_io_error_context = on_io_error_context;
sasl_client_io_instance->sasl_header_exchange_state = SASL_HEADER_EXCHANGE_IDLE;
sasl_client_io_instance->sasl_client_negotiation_state = SASL_CLIENT_NEGOTIATION_NOT_STARTED;
sasl_client_io_instance->header_bytes_received = 0;
sasl_client_io_instance->io_state = IO_STATE_OPENING_UNDERLYING_IO;
sasl_client_io_instance->is_trace_on = 0;
sasl_client_io_instance->is_trace_on_set = 0;
/* Codes_SRS_SASLCLIENTIO_01_009: [`saslclientio_open` shall call `xio_open` on the `underlying_io` passed to `saslclientio_create`.] */
/* Codes_SRS_SASLCLIENTIO_01_013: [`saslclientio_open_async` shall pass to `xio_open` the `on_underlying_io_open_complete` as `on_io_open_complete` argument, `on_underlying_io_bytes_received` as `on_bytes_received` argument and `on_underlying_io_error` as `on_io_error` argument.] */
if (xio_open(sasl_client_io_instance->underlying_io, on_underlying_io_open_complete, sasl_client_io_instance, on_underlying_io_bytes_received, sasl_client_io_instance, on_underlying_io_error, sasl_client_io_instance) != 0)
{
/* Codes_SRS_SASLCLIENTIO_01_012: [If the open of the `underlying_io` fails, `saslclientio_open_async` shall fail and return non-zero value.] */
LogError("xio_open failed");
result = MU_FAILURE;
}
else
{
/* Codes_SRS_SASLCLIENTIO_01_010: [On success, `saslclientio_open_async` shall return 0.]*/
result = 0;
}
}
}
return result;
}
int saslclientio_close_async(CONCRETE_IO_HANDLE sasl_client_io, ON_IO_CLOSE_COMPLETE on_io_close_complete, void* on_io_close_complete_context)
{
int result = 0;
/* Codes_SRS_SASLCLIENTIO_01_017: [If `sasl_client_io` is NULL, `saslclientio_close_async` shall fail and return a non-zero value.] */
if (sasl_client_io == NULL)
{
LogError("NULL saslclientio_close");
result = MU_FAILURE;
}
else
{
SASL_CLIENT_IO_INSTANCE* sasl_client_io_instance = (SASL_CLIENT_IO_INSTANCE*)sasl_client_io;
/* Codes_SRS_SASLCLIENTIO_01_098: [`saslclientio_close_async` shall only perform the close if the state is OPEN, OPENING or ERROR.] */
if ((sasl_client_io_instance->io_state == IO_STATE_NOT_OPEN) ||
(sasl_client_io_instance->io_state == IO_STATE_CLOSING))
{
/* Codes_SRS_SASLCLIENTIO_01_097: [If `saslclientio_close_async` is called when the IO is in the `IO_STATE_NOT_OPEN` state, `saslclientio_close_async` shall fail and return a non zero value.] */
LogError("saslclientio_close called while not open");
result = MU_FAILURE;
}
else
{
sasl_client_io_instance->io_state = IO_STATE_CLOSING;
sasl_client_io_instance->on_io_close_complete = on_io_close_complete;
sasl_client_io_instance->on_io_close_complete_context = on_io_close_complete_context;
/* Codes_SRS_SASLCLIENTIO_01_015: [`saslclientio_close_async` shall close the underlying io handle passed in `saslclientio_create` by calling `xio_close`.] */
if (xio_close(sasl_client_io_instance->underlying_io, on_underlying_io_close_complete, sasl_client_io_instance) != 0)
{
/* Codes_SRS_SASLCLIENTIO_01_018: [If `xio_close` fails, then `saslclientio_close_async` shall return a non-zero value.] */
LogError("xio_close failed");
result = MU_FAILURE;
}
else
{
/* Codes_SRS_SASLCLIENTIO_01_016: [On success, `saslclientio_close_async` shall return 0.] */
result = 0;
}
}
}
return result;
}
int saslclientio_send_async(CONCRETE_IO_HANDLE sasl_client_io, const void* buffer, size_t size, ON_SEND_COMPLETE on_send_complete, void* callback_context)
{
int result;
/* Codes_SRS_SASLCLIENTIO_01_022: [If the `sasl_client_io` or `buffer` argument is NULL, `saslclientio_send_async` shall fail and return a non-zero value.]*/
/* Codes_SRS_SASLCLIENTIO_01_127: [ `on_send_complete` shall be allowed to be NULL. ]*/
if ((sasl_client_io == NULL) ||
(buffer == NULL) ||
/* Codes_SRS_SASLCLIENTIO_01_023: [If `size` is 0, `saslclientio_send_async` shall fail and return a non-zero value.]*/
(size == 0))
{
/* Invalid arguments */
LogError("Bad arguments: sasl_client_io = %p, buffer = %p, size = %u",
sasl_client_io, buffer, (unsigned int)size);
result = MU_FAILURE;
}
else
{
SASL_CLIENT_IO_INSTANCE* sasl_client_io_instance = (SASL_CLIENT_IO_INSTANCE*)sasl_client_io;
/* Codes_SRS_SASLCLIENTIO_01_019: [If `saslclientio_send_async` is called while the SASL client IO state is not `IO_STATE_OPEN`, `saslclientio_send_async` shall fail and return a non-zero value.]*/
if (sasl_client_io_instance->io_state != IO_STATE_OPEN)
{
LogError("send called while not open");
result = MU_FAILURE;
}
else
{
/* Codes_SRS_SASLCLIENTIO_01_020: [If the SASL client IO state is `IO_STATE_OPEN`, `saslclientio_send_async` shall call `xio_send` on the `underlying_io` passed to `saslclientio_create`, while passing as arguments the `buffer`,`size`, `on_send_complete` and `callback_context`.]*/
if (xio_send(sasl_client_io_instance->underlying_io, buffer, size, on_send_complete, callback_context) != 0)
{
/* Codes_SRS_SASLCLIENTIO_01_024: [If the call to `xio_send` fails, then `saslclientio_send_async` shall fail and return a non-zero value.]*/
LogError("xio_send failed");
result = MU_FAILURE;
}
else
{
/* Codes_SRS_SASLCLIENTIO_01_021: [On success, `saslclientio_send_async` shall return 0.]*/
result = 0;
}
}
}
return result;
}
void saslclientio_dowork(CONCRETE_IO_HANDLE sasl_client_io)
{
/* Codes_SRS_SASLCLIENTIO_01_026: [If the `sasl_client_io` argument is NULL, `saslclientio_dowork` shall do nothing.]*/
if (sasl_client_io == NULL)
{
LogError("NULL sasl_client_io");
}
else
{
SASL_CLIENT_IO_INSTANCE* sasl_client_io_instance = (SASL_CLIENT_IO_INSTANCE*)sasl_client_io;
/* Codes_SRS_SASLCLIENTIO_01_099: [If the state of the IO is `IO_NOT_OPEN`, `saslclientio_dowork` shall make no calls to the underlying IO.]*/
if (sasl_client_io_instance->io_state != IO_STATE_NOT_OPEN)
{
/* Codes_SRS_SASLCLIENTIO_01_025: [`saslclientio_dowork` shall call the `xio_dowork` on the `underlying_io` passed in `saslclientio_create`.]*/
xio_dowork(sasl_client_io_instance->underlying_io);
}
}
}
int saslclientio_setoption(CONCRETE_IO_HANDLE sasl_client_io, const char* option_name, const void* value)
{
int result;
if ((sasl_client_io == NULL) ||
(option_name == NULL))
{
/* Codes_SRS_SASLCLIENTIO_01_130: [ If `sasl_client_io` or `option_name` is NULL, `saslclientio_setoption` shall fail and return a non-zero value. ]*/
LogError("Bad arguments: sasl_client_io = %p, option_name = %p",
sasl_client_io, option_name);
result = MU_FAILURE;
}
else
{
SASL_CLIENT_IO_INSTANCE* sasl_client_io_instance = (SASL_CLIENT_IO_INSTANCE*)sasl_client_io;
if (sasl_client_io_instance->underlying_io == NULL)
{
LogError("NULL underlying_io");
result = MU_FAILURE;
}
/* Codes_SRS_SASLCLIENTIO_01_131: [ SASL client IO shall handle the following options: ]*/
/* Codes_SRS_SASLCLIENTIO_01_132: [ - logtrace - bool. ]*/
else if (strcmp("logtrace", option_name) == 0)
{
sasl_client_io_instance->is_trace_on = *((bool*)value) == true ? 1 : 0;
sasl_client_io_instance->is_trace_on_set = 1;
/* Codes_SRS_SASLCLIENTIO_01_128: [ On success, `saslclientio_setoption` shall return 0. ]*/
result = 0;
}
else
{
/* Codes_SRS_SASLCLIENTIO_03_001: [`saslclientio_setoption` shall forward all unhandled options to underlying io by calling `xio_setoption`.]*/
if (xio_setoption(sasl_client_io_instance->underlying_io, option_name, value) != 0)
{
LogError("Error executing xio_setoption");
result = MU_FAILURE;
}
else
{
/* Codes_SRS_SASLCLIENTIO_01_128: [ On success, `saslclientio_setoption` shall return 0. ]*/
result = 0;
}
}
}
return result;
}
/*this function will clone an option given by name and value*/
static void* saslclientio_clone_option(const char* name, const void* value)
{
(void)name;
(void)value;
return NULL;
}
/*this function destroys an option previously created*/
static void saslclientio_destroy_option(const char* name, const void* value)
{
(void)name;
(void)value;
}
static OPTIONHANDLER_HANDLE saslclientio_retrieveoptions(CONCRETE_IO_HANDLE sasl_client_io)
{
OPTIONHANDLER_HANDLE result;
if (sasl_client_io == NULL)
{
/* Codes_SRS_SASLCLIENTIO_01_139: [ When `saslclientio_retrieveoptions` is called with NULL `sasl_client_io` it shall fail and return NULL. ]*/
result = NULL;
}
else
{
/* Codes_SRS_SASLCLIENTIO_01_133: [ `saslclientio_retrieveoptions` shall create an option handler by calling `OptionHandler_Create`. ]*/
result = OptionHandler_Create(saslclientio_clone_option, saslclientio_destroy_option, saslclientio_setoption);
if (result == NULL)
{
/* Codes_SRS_SASLCLIENTIO_01_138: [ If `OptionHandler_AddOption` or `OptionHandler_Create` fails then `saslclientio_retrieveoptions` shall fail and return NULL. ]*/
LogError("unable to OptionHandler_Create");
/*return as is*/
}
else
{
SASL_CLIENT_IO_INSTANCE* sasl_client_io_instance = (SASL_CLIENT_IO_INSTANCE*)sasl_client_io;
/*insert here work to add the options to "result" handle*/
if (sasl_client_io_instance->is_trace_on_set)
{
bool logtrace = sasl_client_io_instance->is_trace_on ? true : false;
/* Codes_SRS_SASLCLIENTIO_01_137: [ The options shall be added by calling `OptionHandler_AddOption`. ]*/
if (OptionHandler_AddOption(result, "logtrace", &logtrace) != 0)
{
/* Codes_SRS_SASLCLIENTIO_01_138: [ If `OptionHandler_AddOption` or `OptionHandler_Create` fails then `saslclientio_retrieveoptions` shall fail and return NULL. ]*/
LogError("unable to add logtrace option");
OptionHandler_Destroy(result);
result = NULL;
}
}
}
}
return result;
}
static const IO_INTERFACE_DESCRIPTION sasl_client_io_interface_description =
{
saslclientio_retrieveoptions,
saslclientio_create,
saslclientio_destroy,
saslclientio_open_async,
saslclientio_close_async,
saslclientio_send_async,
saslclientio_dowork,
saslclientio_setoption
};
/* Codes_SRS_SASLCLIENTIO_01_087: [`saslclientio_get_interface_description` shall return a pointer to an `IO_INTERFACE_DESCRIPTION` structure that contains pointers to the functions: `saslclientio_create`, `saslclientio_destroy`, `saslclientio_open_async`, `saslclientio_close_async`, `saslclientio_send_async`, `saslclientio_setoption`, `saslclientio_retrieveoptions` and `saslclientio_dowork`.]*/
const IO_INTERFACE_DESCRIPTION* saslclientio_get_interface_description(void)
{
return &sasl_client_io_interface_description;
}
| 46.668398 | 398 | 0.620468 |
4b43e183f9e863568bf9b17696417033f4c49946 | 21,615 | c | C | kernel/2.6.32/drivers/staging/dream/qdsp5/audio_evrc.c | haizhenhan/Kepler | d15293a7ef69f44b1fe61d5cdeceb0bd73f0d315 | [
"BSD-3-Clause"
] | 55 | 2015-01-20T00:09:45.000Z | 2021-08-19T05:40:27.000Z | linux/linux-2.6.32/drivers/staging/dream/qdsp5/audio_evrc.c | jwegan/TCP-RST-Guard | 8734350ef09b0cd79e72797ffa009d75441886bb | [
"MIT"
] | 1 | 2017-04-22T18:17:57.000Z | 2017-09-15T11:28:26.000Z | linux/linux-2.6.32/drivers/staging/dream/qdsp5/audio_evrc.c | jwegan/TCP-RST-Guard | 8734350ef09b0cd79e72797ffa009d75441886bb | [
"MIT"
] | 36 | 2015-02-13T00:58:22.000Z | 2021-08-19T08:08:07.000Z | /* arch/arm/mach-msm/audio_evrc.c
*
* Copyright (c) 2008 QUALCOMM USA, INC.
*
* This code also borrows from audio_aac.c, which is
* Copyright (C) 2008 Google, Inc.
* Copyright (C) 2008 HTC Corporation
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* See the GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program; if not, you can find it at http://www.fsf.org.
*/
#include <linux/module.h>
#include <linux/fs.h>
#include <linux/miscdevice.h>
#include <linux/uaccess.h>
#include <linux/kthread.h>
#include <linux/wait.h>
#include <linux/dma-mapping.h>
#include <linux/delay.h>
#include <asm/atomic.h>
#include <asm/ioctls.h>
#include <mach/msm_adsp.h>
#include <linux/msm_audio.h>
#include "audmgr.h"
#include <mach/qdsp5/qdsp5audppcmdi.h>
#include <mach/qdsp5/qdsp5audppmsg.h>
#include <mach/qdsp5/qdsp5audplaycmdi.h>
#include <mach/qdsp5/qdsp5audplaymsg.h>
#include "adsp.h"
#ifdef DEBUG
#define dprintk(format, arg...) \
printk(KERN_DEBUG format, ## arg)
#else
#define dprintk(format, arg...) do {} while (0)
#endif
/* Hold 30 packets of 24 bytes each*/
#define BUFSZ 720
#define DMASZ (BUFSZ * 2)
#define AUDDEC_DEC_EVRC 12
#define PCM_BUFSZ_MIN 1600 /* 100ms worth of data */
#define PCM_BUF_MAX_COUNT 5
/* DSP only accepts 5 buffers at most
* but support 2 buffers currently
*/
#define EVRC_DECODED_FRSZ 320 /* EVRC 20ms 8KHz mono PCM size */
#define ROUTING_MODE_FTRT 1
#define ROUTING_MODE_RT 2
/* Decoder status received from AUDPPTASK */
#define AUDPP_DEC_STATUS_SLEEP 0
#define AUDPP_DEC_STATUS_INIT 1
#define AUDPP_DEC_STATUS_CFG 2
#define AUDPP_DEC_STATUS_PLAY 3
struct buffer {
void *data;
unsigned size;
unsigned used; /* Input usage actual DSP produced PCM size */
unsigned addr;
};
struct audio {
struct buffer out[2];
spinlock_t dsp_lock;
uint8_t out_head;
uint8_t out_tail;
uint8_t out_needed; /* number of buffers the dsp is waiting for */
atomic_t out_bytes;
struct mutex lock;
struct mutex write_lock;
wait_queue_head_t write_wait;
/* Host PCM section */
struct buffer in[PCM_BUF_MAX_COUNT];
struct mutex read_lock;
wait_queue_head_t read_wait; /* Wait queue for read */
char *read_data; /* pointer to reader buffer */
dma_addr_t read_phys; /* physical address of reader buffer */
uint8_t read_next; /* index to input buffers to be read next */
uint8_t fill_next; /* index to buffer that DSP should be filling */
uint8_t pcm_buf_count; /* number of pcm buffer allocated */
/* ---- End of Host PCM section */
struct msm_adsp_module *audplay;
struct audmgr audmgr;
/* data allocated for various buffers */
char *data;
dma_addr_t phys;
uint8_t opened:1;
uint8_t enabled:1;
uint8_t running:1;
uint8_t stopped:1; /* set when stopped, cleared on flush */
uint8_t pcm_feedback:1;
uint8_t buf_refresh:1;
unsigned volume;
uint16_t dec_id;
uint32_t read_ptr_offset;
};
static struct audio the_evrc_audio;
static int auddec_dsp_config(struct audio *audio, int enable);
static void audpp_cmd_cfg_adec_params(struct audio *audio);
static void audpp_cmd_cfg_routing_mode(struct audio *audio);
static void audevrc_send_data(struct audio *audio, unsigned needed);
static void audevrc_dsp_event(void *private, unsigned id, uint16_t *msg);
static void audevrc_config_hostpcm(struct audio *audio);
static void audevrc_buffer_refresh(struct audio *audio);
/* must be called with audio->lock held */
static int audevrc_enable(struct audio *audio)
{
struct audmgr_config cfg;
int rc;
if (audio->enabled)
return 0;
audio->out_tail = 0;
audio->out_needed = 0;
cfg.tx_rate = RPC_AUD_DEF_SAMPLE_RATE_NONE;
cfg.rx_rate = RPC_AUD_DEF_SAMPLE_RATE_48000;
cfg.def_method = RPC_AUD_DEF_METHOD_PLAYBACK;
cfg.codec = RPC_AUD_DEF_CODEC_EVRC;
cfg.snd_method = RPC_SND_METHOD_MIDI;
rc = audmgr_enable(&audio->audmgr, &cfg);
if (rc < 0)
return rc;
if (msm_adsp_enable(audio->audplay)) {
pr_err("audio: msm_adsp_enable(audplay) failed\n");
audmgr_disable(&audio->audmgr);
return -ENODEV;
}
if (audpp_enable(audio->dec_id, audevrc_dsp_event, audio)) {
pr_err("audio: audpp_enable() failed\n");
msm_adsp_disable(audio->audplay);
audmgr_disable(&audio->audmgr);
return -ENODEV;
}
audio->enabled = 1;
return 0;
}
/* must be called with audio->lock held */
static int audevrc_disable(struct audio *audio)
{
if (audio->enabled) {
audio->enabled = 0;
auddec_dsp_config(audio, 0);
wake_up(&audio->write_wait);
wake_up(&audio->read_wait);
msm_adsp_disable(audio->audplay);
audpp_disable(audio->dec_id, audio);
audmgr_disable(&audio->audmgr);
audio->out_needed = 0;
}
return 0;
}
/* ------------------- dsp --------------------- */
static void audevrc_update_pcm_buf_entry(struct audio *audio,
uint32_t *payload)
{
uint8_t index;
unsigned long flags;
spin_lock_irqsave(&audio->dsp_lock, flags);
for (index = 0; index < payload[1]; index++) {
if (audio->in[audio->fill_next].addr
== payload[2 + index * 2]) {
dprintk("audevrc_update_pcm_buf_entry: in[%d] ready\n",
audio->fill_next);
audio->in[audio->fill_next].used =
payload[3 + index * 2];
if ((++audio->fill_next) == audio->pcm_buf_count)
audio->fill_next = 0;
} else {
pr_err
("audevrc_update_pcm_buf_entry: expected=%x ret=%x\n",
audio->in[audio->fill_next].addr,
payload[1 + index * 2]);
break;
}
}
if (audio->in[audio->fill_next].used == 0) {
audevrc_buffer_refresh(audio);
} else {
dprintk("audevrc_update_pcm_buf_entry: read cannot keep up\n");
audio->buf_refresh = 1;
}
spin_unlock_irqrestore(&audio->dsp_lock, flags);
wake_up(&audio->read_wait);
}
static void audplay_dsp_event(void *data, unsigned id, size_t len,
void (*getevent) (void *ptr, size_t len))
{
struct audio *audio = data;
uint32_t msg[28];
getevent(msg, sizeof(msg));
dprintk("audplay_dsp_event: msg_id=%x\n", id);
switch (id) {
case AUDPLAY_MSG_DEC_NEEDS_DATA:
audevrc_send_data(audio, 1);
break;
case AUDPLAY_MSG_BUFFER_UPDATE:
dprintk("audevrc_update_pcm_buf_entry:======> \n");
audevrc_update_pcm_buf_entry(audio, msg);
break;
default:
pr_err("unexpected message from decoder \n");
}
}
static void audevrc_dsp_event(void *private, unsigned id, uint16_t *msg)
{
struct audio *audio = private;
switch (id) {
case AUDPP_MSG_STATUS_MSG:{
unsigned status = msg[1];
switch (status) {
case AUDPP_DEC_STATUS_SLEEP:
dprintk("decoder status: sleep \n");
break;
case AUDPP_DEC_STATUS_INIT:
dprintk("decoder status: init \n");
audpp_cmd_cfg_routing_mode(audio);
break;
case AUDPP_DEC_STATUS_CFG:
dprintk("decoder status: cfg \n");
break;
case AUDPP_DEC_STATUS_PLAY:
dprintk("decoder status: play \n");
if (audio->pcm_feedback) {
audevrc_config_hostpcm(audio);
audevrc_buffer_refresh(audio);
}
break;
default:
pr_err("unknown decoder status \n");
}
break;
}
case AUDPP_MSG_CFG_MSG:
if (msg[0] == AUDPP_MSG_ENA_ENA) {
dprintk("audevrc_dsp_event: CFG_MSG ENABLE\n");
auddec_dsp_config(audio, 1);
audio->out_needed = 0;
audio->running = 1;
audpp_set_volume_and_pan(audio->dec_id, audio->volume,
0);
audpp_avsync(audio->dec_id, 22050);
} else if (msg[0] == AUDPP_MSG_ENA_DIS) {
dprintk("audevrc_dsp_event: CFG_MSG DISABLE\n");
audpp_avsync(audio->dec_id, 0);
audio->running = 0;
} else {
pr_err("audevrc_dsp_event: CFG_MSG %d?\n", msg[0]);
}
break;
case AUDPP_MSG_ROUTING_ACK:
dprintk("audevrc_dsp_event: ROUTING_ACK\n");
audpp_cmd_cfg_adec_params(audio);
break;
default:
pr_err("audevrc_dsp_event: UNKNOWN (%d)\n", id);
}
}
struct msm_adsp_ops audplay_adsp_ops_evrc = {
.event = audplay_dsp_event,
};
#define audplay_send_queue0(audio, cmd, len) \
msm_adsp_write(audio->audplay, QDSP_uPAudPlay0BitStreamCtrlQueue, \
cmd, len)
static int auddec_dsp_config(struct audio *audio, int enable)
{
audpp_cmd_cfg_dec_type cmd;
memset(&cmd, 0, sizeof(cmd));
cmd.cmd_id = AUDPP_CMD_CFG_DEC_TYPE;
if (enable)
cmd.dec0_cfg = AUDPP_CMD_UPDATDE_CFG_DEC |
AUDPP_CMD_ENA_DEC_V | AUDDEC_DEC_EVRC;
else
cmd.dec0_cfg = AUDPP_CMD_UPDATDE_CFG_DEC | AUDPP_CMD_DIS_DEC_V;
return audpp_send_queue1(&cmd, sizeof(cmd));
}
static void audpp_cmd_cfg_adec_params(struct audio *audio)
{
struct audpp_cmd_cfg_adec_params_evrc cmd;
memset(&cmd, 0, sizeof(cmd));
cmd.common.cmd_id = AUDPP_CMD_CFG_ADEC_PARAMS;
cmd.common.length = sizeof(cmd);
cmd.common.dec_id = audio->dec_id;
cmd.common.input_sampling_frequency = 8000;
cmd.stereo_cfg = AUDPP_CMD_PCM_INTF_MONO_V;
audpp_send_queue2(&cmd, sizeof(cmd));
}
static void audpp_cmd_cfg_routing_mode(struct audio *audio)
{
struct audpp_cmd_routing_mode cmd;
dprintk("audpp_cmd_cfg_routing_mode()\n");
memset(&cmd, 0, sizeof(cmd));
cmd.cmd_id = AUDPP_CMD_ROUTING_MODE;
cmd.object_number = audio->dec_id;
if (audio->pcm_feedback)
cmd.routing_mode = ROUTING_MODE_FTRT;
else
cmd.routing_mode = ROUTING_MODE_RT;
audpp_send_queue1(&cmd, sizeof(cmd));
}
static int audplay_dsp_send_data_avail(struct audio *audio,
unsigned idx, unsigned len)
{
audplay_cmd_bitstream_data_avail cmd;
cmd.cmd_id = AUDPLAY_CMD_BITSTREAM_DATA_AVAIL;
cmd.decoder_id = audio->dec_id;
cmd.buf_ptr = audio->out[idx].addr;
cmd.buf_size = len / 2;
cmd.partition_number = 0;
return audplay_send_queue0(audio, &cmd, sizeof(cmd));
}
static void audevrc_buffer_refresh(struct audio *audio)
{
struct audplay_cmd_buffer_refresh refresh_cmd;
refresh_cmd.cmd_id = AUDPLAY_CMD_BUFFER_REFRESH;
refresh_cmd.num_buffers = 1;
refresh_cmd.buf0_address = audio->in[audio->fill_next].addr;
refresh_cmd.buf0_length = audio->in[audio->fill_next].size;
refresh_cmd.buf_read_count = 0;
dprintk("audplay_buffer_fresh: buf0_addr=%x buf0_len=%d\n",
refresh_cmd.buf0_address, refresh_cmd.buf0_length);
audplay_send_queue0(audio, &refresh_cmd, sizeof(refresh_cmd));
}
static void audevrc_config_hostpcm(struct audio *audio)
{
struct audplay_cmd_hpcm_buf_cfg cfg_cmd;
dprintk("audevrc_config_hostpcm()\n");
cfg_cmd.cmd_id = AUDPLAY_CMD_HPCM_BUF_CFG;
cfg_cmd.max_buffers = 1;
cfg_cmd.byte_swap = 0;
cfg_cmd.hostpcm_config = (0x8000) | (0x4000);
cfg_cmd.feedback_frequency = 1;
cfg_cmd.partition_number = 0;
audplay_send_queue0(audio, &cfg_cmd, sizeof(cfg_cmd));
}
static void audevrc_send_data(struct audio *audio, unsigned needed)
{
struct buffer *frame;
unsigned long flags;
spin_lock_irqsave(&audio->dsp_lock, flags);
if (!audio->running)
goto done;
if (needed) {
/* We were called from the callback because the DSP
* requested more data. Note that the DSP does want
* more data, and if a buffer was in-flight, mark it
* as available (since the DSP must now be done with
* it).
*/
audio->out_needed = 1;
frame = audio->out + audio->out_tail;
if (frame->used == 0xffffffff) {
dprintk("frame %d free\n", audio->out_tail);
frame->used = 0;
audio->out_tail ^= 1;
wake_up(&audio->write_wait);
}
}
if (audio->out_needed) {
/* If the DSP currently wants data and we have a
* buffer available, we will send it and reset
* the needed flag. We'll mark the buffer as in-flight
* so that it won't be recycled until the next buffer
* is requested
*/
frame = audio->out + audio->out_tail;
if (frame->used) {
BUG_ON(frame->used == 0xffffffff);
dprintk("frame %d busy\n", audio->out_tail);
audplay_dsp_send_data_avail(audio, audio->out_tail,
frame->used);
frame->used = 0xffffffff;
audio->out_needed = 0;
}
}
done:
spin_unlock_irqrestore(&audio->dsp_lock, flags);
}
/* ------------------- device --------------------- */
static void audevrc_flush(struct audio *audio)
{
audio->out[0].used = 0;
audio->out[1].used = 0;
audio->out_head = 0;
audio->out_tail = 0;
audio->stopped = 0;
atomic_set(&audio->out_bytes, 0);
}
static void audevrc_flush_pcm_buf(struct audio *audio)
{
uint8_t index;
for (index = 0; index < PCM_BUF_MAX_COUNT; index++)
audio->in[index].used = 0;
audio->read_next = 0;
audio->fill_next = 0;
}
static long audevrc_ioctl(struct file *file, unsigned int cmd,
unsigned long arg)
{
struct audio *audio = file->private_data;
int rc = 0;
dprintk("audevrc_ioctl() cmd = %d\n", cmd);
if (cmd == AUDIO_GET_STATS) {
struct msm_audio_stats stats;
stats.byte_count = audpp_avsync_byte_count(audio->dec_id);
stats.sample_count = audpp_avsync_sample_count(audio->dec_id);
if (copy_to_user((void *)arg, &stats, sizeof(stats)))
return -EFAULT;
return 0;
}
if (cmd == AUDIO_SET_VOLUME) {
unsigned long flags;
spin_lock_irqsave(&audio->dsp_lock, flags);
audio->volume = arg;
if (audio->running)
audpp_set_volume_and_pan(audio->dec_id, arg, 0);
spin_unlock_irqrestore(&audio->dsp_lock, flags);
return 0;
}
mutex_lock(&audio->lock);
switch (cmd) {
case AUDIO_START:
rc = audevrc_enable(audio);
break;
case AUDIO_STOP:
rc = audevrc_disable(audio);
audio->stopped = 1;
break;
case AUDIO_SET_CONFIG:{
dprintk("AUDIO_SET_CONFIG not applicable \n");
break;
}
case AUDIO_GET_CONFIG:{
struct msm_audio_config config;
config.buffer_size = BUFSZ;
config.buffer_count = 2;
config.sample_rate = 8000;
config.channel_count = 1;
config.unused[0] = 0;
config.unused[1] = 0;
config.unused[2] = 0;
config.unused[3] = 0;
if (copy_to_user((void *)arg, &config, sizeof(config)))
rc = -EFAULT;
else
rc = 0;
break;
}
case AUDIO_GET_PCM_CONFIG:{
struct msm_audio_pcm_config config;
config.pcm_feedback = 0;
config.buffer_count = PCM_BUF_MAX_COUNT;
config.buffer_size = PCM_BUFSZ_MIN;
if (copy_to_user((void *)arg, &config, sizeof(config)))
rc = -EFAULT;
else
rc = 0;
break;
}
case AUDIO_SET_PCM_CONFIG:{
struct msm_audio_pcm_config config;
if (copy_from_user
(&config, (void *)arg, sizeof(config))) {
rc = -EFAULT;
break;
}
if ((config.buffer_count > PCM_BUF_MAX_COUNT) ||
(config.buffer_count == 1))
config.buffer_count = PCM_BUF_MAX_COUNT;
if (config.buffer_size < PCM_BUFSZ_MIN)
config.buffer_size = PCM_BUFSZ_MIN;
/* Check if pcm feedback is required */
if ((config.pcm_feedback) && (!audio->read_data)) {
dprintk("audevrc_ioctl: allocate PCM buf %d\n",
config.buffer_count *
config.buffer_size);
audio->read_data =
dma_alloc_coherent(NULL,
config.buffer_size *
config.buffer_count,
&audio->read_phys,
GFP_KERNEL);
if (!audio->read_data) {
pr_err
("audevrc_ioctl: no mem for pcm buf\n");
rc = -1;
} else {
uint8_t index;
uint32_t offset = 0;
audio->pcm_feedback = 1;
audio->buf_refresh = 0;
audio->pcm_buf_count =
config.buffer_count;
audio->read_next = 0;
audio->fill_next = 0;
for (index = 0;
index < config.buffer_count;
index++) {
audio->in[index].data =
audio->read_data + offset;
audio->in[index].addr =
audio->read_phys + offset;
audio->in[index].size =
config.buffer_size;
audio->in[index].used = 0;
offset += config.buffer_size;
}
rc = 0;
}
} else {
rc = 0;
}
break;
}
case AUDIO_PAUSE:
dprintk("%s: AUDIO_PAUSE %ld\n", __func__, arg);
rc = audpp_pause(audio->dec_id, (int) arg);
break;
default:
rc = -EINVAL;
}
mutex_unlock(&audio->lock);
return rc;
}
static ssize_t audevrc_read(struct file *file, char __user *buf, size_t count,
loff_t *pos)
{
struct audio *audio = file->private_data;
const char __user *start = buf;
int rc = 0;
if (!audio->pcm_feedback) {
return 0;
/* PCM feedback is not enabled. Nothing to read */
}
mutex_lock(&audio->read_lock);
dprintk("audevrc_read() \n");
while (count > 0) {
rc = wait_event_interruptible(audio->read_wait,
(audio->in[audio->read_next].
used > 0) || (audio->stopped));
dprintk("audevrc_read() wait terminated \n");
if (rc < 0)
break;
if (audio->stopped) {
rc = -EBUSY;
break;
}
if (count < audio->in[audio->read_next].used) {
/* Read must happen in frame boundary. Since driver does
* not know frame size, read count must be greater or
* equal to size of PCM samples
*/
dprintk("audevrc_read:read stop - partial frame\n");
break;
} else {
dprintk("audevrc_read: read from in[%d]\n",
audio->read_next);
if (copy_to_user
(buf, audio->in[audio->read_next].data,
audio->in[audio->read_next].used)) {
pr_err("audevrc_read: invalid addr %x \n",
(unsigned int)buf);
rc = -EFAULT;
break;
}
count -= audio->in[audio->read_next].used;
buf += audio->in[audio->read_next].used;
audio->in[audio->read_next].used = 0;
if ((++audio->read_next) == audio->pcm_buf_count)
audio->read_next = 0;
if (audio->in[audio->read_next].used == 0)
break; /* No data ready at this moment
* Exit while loop to prevent
* output thread sleep too long
*/
}
}
if (audio->buf_refresh) {
audio->buf_refresh = 0;
dprintk("audevrc_read: kick start pcm feedback again\n");
audevrc_buffer_refresh(audio);
}
mutex_unlock(&audio->read_lock);
if (buf > start)
rc = buf - start;
dprintk("audevrc_read: read %d bytes\n", rc);
return rc;
}
static ssize_t audevrc_write(struct file *file, const char __user *buf,
size_t count, loff_t *pos)
{
struct audio *audio = file->private_data;
const char __user *start = buf;
struct buffer *frame;
size_t xfer;
int rc = 0;
if (count & 1)
return -EINVAL;
mutex_lock(&audio->write_lock);
dprintk("audevrc_write() \n");
while (count > 0) {
frame = audio->out + audio->out_head;
rc = wait_event_interruptible(audio->write_wait,
(frame->used == 0)
|| (audio->stopped));
if (rc < 0)
break;
if (audio->stopped) {
rc = -EBUSY;
break;
}
xfer = (count > frame->size) ? frame->size : count;
if (copy_from_user(frame->data, buf, xfer)) {
rc = -EFAULT;
break;
}
frame->used = xfer;
audio->out_head ^= 1;
count -= xfer;
buf += xfer;
audevrc_send_data(audio, 0);
}
mutex_unlock(&audio->write_lock);
if (buf > start)
return buf - start;
return rc;
}
static int audevrc_release(struct inode *inode, struct file *file)
{
struct audio *audio = file->private_data;
dprintk("audevrc_release()\n");
mutex_lock(&audio->lock);
audevrc_disable(audio);
audevrc_flush(audio);
audevrc_flush_pcm_buf(audio);
msm_adsp_put(audio->audplay);
audio->audplay = NULL;
audio->opened = 0;
dma_free_coherent(NULL, DMASZ, audio->data, audio->phys);
audio->data = NULL;
if (audio->read_data != NULL) {
dma_free_coherent(NULL,
audio->in[0].size * audio->pcm_buf_count,
audio->read_data, audio->read_phys);
audio->read_data = NULL;
}
audio->pcm_feedback = 0;
mutex_unlock(&audio->lock);
return 0;
}
static struct audio the_evrc_audio;
static int audevrc_open(struct inode *inode, struct file *file)
{
struct audio *audio = &the_evrc_audio;
int rc;
if (audio->opened) {
pr_err("audio: busy\n");
return -EBUSY;
}
/* Acquire Lock */
mutex_lock(&audio->lock);
if (!audio->data) {
audio->data = dma_alloc_coherent(NULL, DMASZ,
&audio->phys, GFP_KERNEL);
if (!audio->data) {
pr_err("audio: could not allocate DMA buffers\n");
rc = -ENOMEM;
goto dma_fail;
}
}
rc = audmgr_open(&audio->audmgr);
if (rc)
goto audmgr_fail;
rc = msm_adsp_get("AUDPLAY0TASK", &audio->audplay,
&audplay_adsp_ops_evrc, audio);
if (rc) {
pr_err("audio: failed to get audplay0 dsp module\n");
goto adsp_fail;
}
audio->dec_id = 0;
audio->out[0].data = audio->data + 0;
audio->out[0].addr = audio->phys + 0;
audio->out[0].size = BUFSZ;
audio->out[1].data = audio->data + BUFSZ;
audio->out[1].addr = audio->phys + BUFSZ;
audio->out[1].size = BUFSZ;
audio->volume = 0x3FFF;
audevrc_flush(audio);
audio->opened = 1;
file->private_data = audio;
mutex_unlock(&audio->lock);
return rc;
adsp_fail:
audmgr_close(&audio->audmgr);
audmgr_fail:
dma_free_coherent(NULL, DMASZ, audio->data, audio->phys);
dma_fail:
mutex_unlock(&audio->lock);
return rc;
}
static struct file_operations audio_evrc_fops = {
.owner = THIS_MODULE,
.open = audevrc_open,
.release = audevrc_release,
.read = audevrc_read,
.write = audevrc_write,
.unlocked_ioctl = audevrc_ioctl,
};
struct miscdevice audio_evrc_misc = {
.minor = MISC_DYNAMIC_MINOR,
.name = "msm_evrc",
.fops = &audio_evrc_fops,
};
static int __init audevrc_init(void)
{
mutex_init(&the_evrc_audio.lock);
mutex_init(&the_evrc_audio.write_lock);
mutex_init(&the_evrc_audio.read_lock);
spin_lock_init(&the_evrc_audio.dsp_lock);
init_waitqueue_head(&the_evrc_audio.write_wait);
init_waitqueue_head(&the_evrc_audio.read_wait);
the_evrc_audio.read_data = NULL;
return misc_register(&audio_evrc_misc);
}
static void __exit audevrc_exit(void)
{
misc_deregister(&audio_evrc_misc);
}
module_init(audevrc_init);
module_exit(audevrc_exit);
MODULE_DESCRIPTION("MSM EVRC driver");
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("QUALCOMM Inc");
| 25.549645 | 78 | 0.69114 |
f4d184eec8771acaf58d7640c1b079bfeae4f646 | 922,744 | c | C | examples/hmi/lvgl_coffee/main/coffee_flower.c | lask/esp-iot-solution | 40cec135eace36cf11ab72988e27546a2c0d025b | [
"Apache-2.0"
] | 8 | 2021-03-29T16:42:39.000Z | 2022-02-18T07:05:00.000Z | examples/hmi/lvgl_coffee/main/coffee_flower.c | Conanzhou/esp-iot-solution | f2e0a8ee2448b26171fe361add1b6786b7cf43a0 | [
"Apache-2.0"
] | 1 | 2021-02-24T05:40:52.000Z | 2021-02-24T06:02:24.000Z | examples/hmi/lvgl_coffee/main/coffee_flower.c | Conanzhou/esp-iot-solution | f2e0a8ee2448b26171fe361add1b6786b7cf43a0 | [
"Apache-2.0"
] | 2 | 2021-06-28T19:54:17.000Z | 2021-12-02T06:24:27.000Z | #include "lv_conf.h"
#include "lvgl/lv_draw/lv_draw_img.h"
const uint8_t coffee_flower_map[] = {
#if LV_COLOR_DEPTH == 16 && LV_COLOR_16_SWAP == 0
/*Pixel format: Red: 5 bit, Green: 6 bit, Blue: 5 bit*/
0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x19, 0xc6, 0xf8, 0xc5, 0xb7, 0xbd, 0x96, 0xb5, 0x55, 0xb5, 0x34, 0xad, 0xf3, 0xa4, 0xd3, 0xa4, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x91, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x91, 0x94, 0x91, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x91, 0x94, 0x71, 0x94, 0x71, 0x94, 0x91, 0x94, 0x91, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x91, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x95, 0xb5, 0x95, 0xb5, 0x95, 0xb5, 0x95, 0xb5, 0x95, 0xb5, 0x95, 0xb5, 0x95, 0xb5, 0x95, 0xb5, 0x95, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x75, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x35, 0xad, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0x9c, 0xd3, 0x9c, 0xb3, 0x94, 0x92, 0x94, 0x92, 0x94, 0x72, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x31, 0x8c, 0x31, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0xf0, 0x7b, 0xf0, 0x7b, 0xf0, 0x7b, 0xcf, 0x7b, 0xf0, 0x83, 0x31, 0x8c, 0x51, 0x8c, 0x72, 0x94, 0xb3, 0x9c, 0xd3, 0x9c, 0xf4, 0xa4, 0x14, 0xa5, 0x35, 0xad, 0x55, 0xad, 0x76, 0xb5, 0x96, 0xb5, 0x97, 0xb5, 0xb7, 0xbd, 0xd7, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x58, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xce, 0x18, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xef, 0x3d, 0xef,
0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x19, 0xc6, 0xf8, 0xc5, 0xb7, 0xbd, 0x96, 0xb5, 0x55, 0xb5, 0x34, 0xad, 0xf3, 0xa4, 0xd3, 0xa4, 0xb2, 0x9c, 0x92, 0x9c, 0x91, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x91, 0x94, 0x71, 0x94, 0x91, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x91, 0x94, 0x91, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x91, 0x94, 0x91, 0x94, 0x71, 0x94, 0x91, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x95, 0xb5, 0x95, 0xb5, 0x95, 0xb5, 0x95, 0xb5, 0x95, 0xb5, 0x95, 0xb5, 0x95, 0xb5, 0x95, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xb5, 0x76, 0xb5, 0x75, 0xb5, 0x75, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x35, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xd3, 0x9c, 0xd3, 0x9c, 0xb3, 0x94, 0x92, 0x94, 0x92, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x51, 0x8c, 0x31, 0x8c, 0x31, 0x84, 0x10, 0x84, 0x10, 0x84, 0xf0, 0x83, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xf0, 0x83, 0x31, 0x8c, 0x51, 0x8c, 0x72, 0x94, 0xb3, 0x9c, 0xd3, 0x9c, 0xf4, 0xa4, 0x14, 0xa5, 0x35, 0xad, 0x55, 0xad, 0x76, 0xb5, 0x96, 0xb5, 0x97, 0xb5, 0xb7, 0xbd, 0xd7, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x58, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xce, 0x18, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3d, 0xef, 0x3d, 0xef,
0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x19, 0xc6, 0xf8, 0xc5, 0xb7, 0xbd, 0x96, 0xb5, 0x55, 0xb5, 0x34, 0xad, 0xf3, 0xa4, 0xd3, 0xa4, 0xb2, 0x9c, 0x92, 0x9c, 0x91, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x91, 0x94, 0x71, 0x94, 0x91, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x91, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x91, 0x94, 0x91, 0x94, 0x71, 0x94, 0x91, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x54, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xb5, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x35, 0xad, 0x35, 0xa5, 0x14, 0xa5, 0xf4, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xb3, 0x94, 0x92, 0x94, 0x72, 0x8c, 0x72, 0x8c, 0x51, 0x8c, 0x31, 0x8c, 0x31, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0xf0, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xf0, 0x83, 0x31, 0x8c, 0x51, 0x8c, 0x72, 0x94, 0x93, 0x94, 0xd3, 0x9c, 0xf4, 0xa4, 0x14, 0xa5, 0x35, 0xad, 0x55, 0xad, 0x76, 0xb5, 0x96, 0xb5, 0x97, 0xb5, 0xb7, 0xbd, 0xd7, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x58, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xce, 0x38, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3d, 0xef, 0x3d, 0xef,
0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0x9b, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x19, 0xc6, 0xf8, 0xc5, 0xb7, 0xbd, 0x96, 0xb5, 0x75, 0xb5, 0x34, 0xad, 0x13, 0xa5, 0xf3, 0xa4, 0xd2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x91, 0x94, 0x91, 0x94, 0x91, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x35, 0xad, 0x35, 0xad, 0x14, 0xa5, 0xf4, 0xa4, 0xf4, 0x9c, 0xd3, 0x9c, 0xb3, 0x9c, 0x92, 0x94, 0x72, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x31, 0x8c, 0x31, 0x84, 0x31, 0x84, 0x10, 0x84, 0x10, 0x84, 0xf0, 0x83, 0xf0, 0x7b, 0xcf, 0x7b, 0xaf, 0x73, 0xaf, 0x7b, 0xcf, 0x7b, 0xf0, 0x83, 0x11, 0x84, 0x51, 0x8c, 0x72, 0x94, 0x93, 0x94, 0xd3, 0x9c, 0xf4, 0xa4, 0x14, 0xa5, 0x35, 0xad, 0x55, 0xad, 0x76, 0xb5, 0x96, 0xb5, 0x97, 0xb5, 0xb7, 0xbd, 0xd7, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xce, 0x38, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xde, 0xdb, 0xde, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xef, 0x3d, 0xef, 0x3d, 0xef,
0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x39, 0xce, 0xf8, 0xc5, 0xd7, 0xbd, 0x96, 0xbd, 0x75, 0xb5, 0x35, 0xad, 0x14, 0xa5, 0xf3, 0xa4, 0xd3, 0xa4, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x91, 0x94, 0x91, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xf3, 0x9c, 0xf3, 0x9c, 0xf3, 0x9c, 0xf3, 0x9c, 0xf3, 0x9c, 0xf3, 0x9c, 0xf3, 0x9c, 0xf3, 0x9c, 0xf3, 0x9c, 0xf3, 0x9c, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x54, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x35, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xf4, 0x9c, 0xd3, 0x9c, 0xb3, 0x94, 0x92, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x51, 0x8c, 0x31, 0x84, 0x10, 0x84, 0x31, 0x84, 0x10, 0x84, 0xf0, 0x83, 0xf0, 0x7b, 0xcf, 0x7b, 0xaf, 0x7b, 0xaf, 0x73, 0xaf, 0x73, 0xaf, 0x7b, 0xf0, 0x83, 0x10, 0x84, 0x51, 0x8c, 0x72, 0x94, 0x93, 0x94, 0xd3, 0x9c, 0xf4, 0xa4, 0x14, 0xa5, 0x35, 0xad, 0x55, 0xad, 0x76, 0xb5, 0x96, 0xb5, 0x97, 0xb5, 0xb7, 0xbd, 0xd7, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x39, 0xce, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xce, 0x38, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xde, 0xdb, 0xde, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xef, 0x3d, 0xef, 0x3d, 0xef,
0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x39, 0xce, 0xf8, 0xc5, 0xd7, 0xbd, 0x96, 0xbd, 0x75, 0xb5, 0x55, 0xad, 0x14, 0xad, 0xf3, 0xa4, 0xd3, 0xa4, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xf3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xf3, 0x9c, 0xf3, 0x9c, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x34, 0xad, 0x34, 0xad, 0x14, 0xad, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0x9c, 0xd3, 0x9c, 0xb3, 0x94, 0x92, 0x94, 0x72, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x31, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0xf0, 0x83, 0xf0, 0x7b, 0xf0, 0x7b, 0xcf, 0x7b, 0xaf, 0x73, 0xaf, 0x73, 0xaf, 0x73, 0xaf, 0x7b, 0xd0, 0x7b, 0x10, 0x84, 0x51, 0x8c, 0x72, 0x94, 0x92, 0x94, 0xd3, 0x9c, 0xf4, 0xa4, 0x14, 0xa5, 0x35, 0xad, 0x55, 0xad, 0x76, 0xb5, 0x96, 0xb5, 0x97, 0xb5, 0xb7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xce, 0x38, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xce, 0x38, 0xce, 0x18, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3d, 0xef, 0x3d, 0xef,
0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x39, 0xce, 0x18, 0xc6, 0xd7, 0xc5, 0xb7, 0xbd, 0x96, 0xb5, 0x55, 0xb5, 0x34, 0xad, 0x13, 0xa5, 0xd3, 0xa4, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0x9c, 0xf3, 0x9c, 0xf3, 0x9c, 0xf3, 0x9c, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xad, 0x34, 0xad, 0x34, 0xad, 0x14, 0xad, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x34, 0xa5, 0x34, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xd3, 0x9c, 0xd3, 0x9c, 0x92, 0x94, 0x92, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x51, 0x8c, 0x31, 0x84, 0x10, 0x84, 0x10, 0x84, 0xf0, 0x83, 0xf0, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xaf, 0x7b, 0x8e, 0x73, 0x8e, 0x73, 0x8e, 0x73, 0xaf, 0x7b, 0xcf, 0x7b, 0x10, 0x84, 0x31, 0x8c, 0x72, 0x94, 0x92, 0x94, 0xd3, 0x9c, 0xf4, 0xa4, 0x14, 0xa5, 0x35, 0xad, 0x55, 0xad, 0x76, 0xb5, 0x96, 0xb5, 0x97, 0xb5, 0xb7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xc6, 0x18, 0xc6, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3d, 0xef, 0x3d, 0xef,
0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x39, 0xce, 0x18, 0xce, 0xd7, 0xc5, 0xb7, 0xbd, 0x96, 0xb5, 0x55, 0xb5, 0x34, 0xad, 0x14, 0xa5, 0xf3, 0xa4, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb3, 0x9c, 0xb3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xf3, 0x9c, 0xf3, 0x9c, 0xf3, 0x9c, 0xf3, 0x9c, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x14, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xf4, 0x9c, 0xd3, 0x9c, 0xb3, 0x9c, 0x92, 0x94, 0x72, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x31, 0x8c, 0x31, 0x84, 0x10, 0x84, 0x10, 0x84, 0xf0, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xaf, 0x7b, 0xaf, 0x73, 0x8e, 0x73, 0x8e, 0x73, 0x8e, 0x73, 0xaf, 0x7b, 0xcf, 0x7b, 0x10, 0x84, 0x31, 0x8c, 0x72, 0x94, 0x92, 0x94, 0xd3, 0x9c, 0xf4, 0xa4, 0x14, 0xa5, 0x35, 0xad, 0x55, 0xad, 0x76, 0xb5, 0x96, 0xb5, 0x97, 0xb5, 0xb7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xef, 0x3d, 0xef,
0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x39, 0xce, 0x19, 0xce, 0xf7, 0xc5, 0xb7, 0xbd, 0x96, 0xb5, 0x55, 0xb5, 0x34, 0xad, 0x34, 0xad, 0xf3, 0xa4, 0xd3, 0xa4, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x94, 0x91, 0x94, 0x91, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xf3, 0x9c, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x34, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xd3, 0x9c, 0xb3, 0x9c, 0x92, 0x94, 0x92, 0x94, 0x72, 0x94, 0x51, 0x8c, 0x31, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0xf0, 0x83, 0xf0, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xaf, 0x7b, 0xaf, 0x73, 0x8e, 0x73, 0x8e, 0x73, 0x8e, 0x73, 0x8f, 0x73, 0xcf, 0x7b, 0x10, 0x84, 0x31, 0x8c, 0x72, 0x94, 0x92, 0x94, 0xd3, 0x9c, 0xf4, 0xa4, 0x14, 0xa5, 0x35, 0xad, 0x55, 0xad, 0x76, 0xb5, 0x96, 0xb5, 0xb7, 0xbd, 0xb7, 0xbd, 0xd7, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xce, 0x38, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xce, 0x38, 0xce, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3d, 0xef,
0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x19, 0xce, 0xf8, 0xc5, 0xb7, 0xbd, 0x96, 0xb5, 0x55, 0xb5, 0x34, 0xad, 0x34, 0xad, 0xf3, 0xa4, 0xd3, 0xa4, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x94, 0x91, 0x94, 0x91, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb3, 0x9c, 0xb3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xf3, 0x9c, 0xf3, 0x9c, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x54, 0xad, 0x34, 0xad, 0x14, 0xad, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xf4, 0x9c, 0xd3, 0x9c, 0xb3, 0x9c, 0x92, 0x94, 0x92, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x31, 0x84, 0x10, 0x84, 0x10, 0x84, 0xf0, 0x83, 0xf0, 0x83, 0xf0, 0x7b, 0xcf, 0x7b, 0xaf, 0x7b, 0xaf, 0x7b, 0xaf, 0x73, 0x8e, 0x73, 0x8e, 0x73, 0x8e, 0x73, 0x8f, 0x73, 0xcf, 0x7b, 0x10, 0x84, 0x31, 0x8c, 0x72, 0x94, 0x93, 0x94, 0xd3, 0x9c, 0xf4, 0xa4, 0x14, 0xa5, 0x35, 0xad, 0x55, 0xad, 0x76, 0xb5, 0x96, 0xb5, 0xb7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xce, 0x38, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3d, 0xef,
0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x39, 0xce, 0xf8, 0xc5, 0xd7, 0xbd, 0x96, 0xbd, 0x75, 0xb5, 0x54, 0xad, 0x34, 0xad, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd3, 0xa4, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0xa4, 0xd2, 0xa4, 0xd2, 0xa4, 0xd2, 0xa4, 0xd2, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x94, 0x91, 0x94, 0x91, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xf3, 0x9c, 0xf3, 0x9c, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x54, 0xad, 0x54, 0xad, 0x34, 0xad, 0x34, 0xad, 0x14, 0xad, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0x9c, 0xd3, 0x9c, 0xb3, 0x9c, 0x92, 0x94, 0x92, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x31, 0x84, 0x10, 0x84, 0x10, 0x84, 0xf0, 0x83, 0xf0, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xaf, 0x73, 0xaf, 0x73, 0x8e, 0x73, 0x8e, 0x73, 0x6e, 0x73, 0x8e, 0x73, 0x8f, 0x73, 0xcf, 0x7b, 0x10, 0x84, 0x31, 0x8c, 0x72, 0x94, 0x93, 0x94, 0xd3, 0x9c, 0xf4, 0xa4, 0x15, 0xa5, 0x35, 0xad, 0x56, 0xad, 0x76, 0xb5, 0x97, 0xb5, 0xb7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xce, 0x38, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xce, 0x38, 0xce, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3d, 0xef,
0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x39, 0xce, 0x18, 0xc6, 0xd7, 0xc5, 0xb6, 0xbd, 0x75, 0xb5, 0x55, 0xad, 0x34, 0xad, 0x14, 0xad, 0xf3, 0xa4, 0xd3, 0xa4, 0xd2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd2, 0xa4, 0xd2, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd2, 0xa4, 0xd2, 0xa4, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xf3, 0x9c, 0xf3, 0x9c, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x55, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x14, 0xad, 0x14, 0xad, 0xf4, 0xa4, 0x14, 0xa5, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0x9c, 0xf4, 0x9c, 0xd3, 0x9c, 0xb3, 0x94, 0x92, 0x94, 0x92, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x31, 0x84, 0x10, 0x84, 0x10, 0x84, 0xf0, 0x7b, 0xf0, 0x7b, 0xcf, 0x7b, 0xaf, 0x7b, 0xaf, 0x73, 0xaf, 0x73, 0x8e, 0x73, 0x6e, 0x73, 0x6e, 0x6b, 0x6e, 0x73, 0xaf, 0x7b, 0xcf, 0x7b, 0x10, 0x84, 0x51, 0x8c, 0x72, 0x94, 0xb3, 0x9c, 0xd4, 0x9c, 0xf4, 0xa4, 0x35, 0xad, 0x35, 0xad, 0x76, 0xb5, 0x96, 0xb5, 0x97, 0xb5, 0xb7, 0xbd, 0xd7, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0x18, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x38, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3d, 0xef,
0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9a, 0xd6, 0x9a, 0xd6, 0x5a, 0xce, 0x39, 0xce, 0x18, 0xce, 0xf7, 0xc5, 0xb6, 0xbd, 0x96, 0xb5, 0x55, 0xb5, 0x34, 0xad, 0x14, 0xad, 0xf3, 0xa4, 0xd3, 0xa4, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xf3, 0x9c, 0xf3, 0x9c, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x55, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x14, 0xad, 0x13, 0xa5, 0xf4, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xf4, 0xa4, 0xf3, 0x9c, 0xf4, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xb3, 0x94, 0x92, 0x94, 0x72, 0x94, 0x72, 0x8c, 0x31, 0x8c, 0x31, 0x84, 0x10, 0x84, 0xf0, 0x83, 0xf0, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xaf, 0x73, 0xaf, 0x73, 0xaf, 0x73, 0x8e, 0x73, 0x6e, 0x6b, 0x6e, 0x6b, 0x6e, 0x6b, 0xaf, 0x7b, 0xcf, 0x7b, 0x10, 0x84, 0x51, 0x8c, 0x72, 0x94, 0xb3, 0x9c, 0xf4, 0xa4, 0x14, 0xa5, 0x35, 0xad, 0x55, 0xad, 0x76, 0xb5, 0x96, 0xb5, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xce, 0x38, 0xce, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x38, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3d, 0xef,
0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x18, 0xce, 0xf8, 0xc5, 0xd7, 0xbd, 0x96, 0xbd, 0x75, 0xb5, 0x55, 0xad, 0x34, 0xad, 0x13, 0xa5, 0xf3, 0xa4, 0xd3, 0xa4, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd3, 0xa4, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd2, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xf3, 0x9c, 0xf3, 0x9c, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x54, 0xad, 0x34, 0xad, 0x34, 0xad, 0x14, 0xad, 0x13, 0xa5, 0xf4, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xb3, 0x94, 0x92, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x31, 0x8c, 0x10, 0x84, 0x10, 0x84, 0xf0, 0x7b, 0xf0, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xaf, 0x73, 0xaf, 0x73, 0x8e, 0x73, 0x8e, 0x73, 0x6e, 0x6b, 0x6e, 0x6b, 0x6e, 0x6b, 0xaf, 0x7b, 0xcf, 0x7b, 0x10, 0x84, 0x51, 0x8c, 0x92, 0x94, 0xb3, 0x9c, 0xf4, 0xa4, 0x14, 0xa5, 0x35, 0xad, 0x55, 0xad, 0x76, 0xb5, 0x96, 0xb5, 0xb7, 0xbd, 0xd7, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0x18, 0xc6, 0x18, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xce, 0x38, 0xce, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x38, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3d, 0xef,
0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xd6, 0x39, 0xce, 0xf8, 0xc5, 0xd7, 0xbd, 0x96, 0xbd, 0x75, 0xb5, 0x55, 0xb5, 0x34, 0xad, 0x14, 0xad, 0xf3, 0xa4, 0xd2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd2, 0x9c, 0xd2, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0x9c, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x54, 0xad, 0x34, 0xad, 0x14, 0xad, 0x13, 0xa5, 0xf4, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xf4, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xb3, 0x94, 0x92, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x31, 0x84, 0x10, 0x84, 0x10, 0x84, 0xf0, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xaf, 0x73, 0xaf, 0x73, 0x8e, 0x73, 0x8e, 0x73, 0x6e, 0x6b, 0x6e, 0x6b, 0x6e, 0x6b, 0xaf, 0x7b, 0xcf, 0x7b, 0x11, 0x84, 0x51, 0x8c, 0x92, 0x94, 0xb3, 0x9c, 0xf4, 0xa4, 0x14, 0xa5, 0x55, 0xad, 0x56, 0xad, 0x76, 0xb5, 0x96, 0xb5, 0xb7, 0xbd, 0xd7, 0xbd, 0xf8, 0xc5, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xc6, 0x38, 0xc6, 0x38, 0xc6, 0x38, 0xc6, 0x38, 0xc6, 0x38, 0xc6, 0x38, 0xc6, 0x38, 0xc6, 0x38, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3d, 0xef,
0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x5a, 0xd6, 0x39, 0xce, 0x18, 0xc6, 0xd7, 0xc5, 0xb6, 0xbd, 0x75, 0xb5, 0x55, 0xb5, 0x34, 0xad, 0x14, 0xad, 0xf3, 0xa4, 0xd2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x34, 0xad, 0x14, 0xad, 0x13, 0xa5, 0xf4, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xf4, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xb3, 0x94, 0x92, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x31, 0x84, 0x10, 0x84, 0x10, 0x84, 0xf0, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xaf, 0x73, 0xaf, 0x73, 0x8e, 0x73, 0x8e, 0x73, 0x6e, 0x6b, 0x6e, 0x6b, 0x6e, 0x6b, 0xaf, 0x7b, 0xd0, 0x7b, 0x11, 0x84, 0x51, 0x8c, 0x92, 0x94, 0xb3, 0x9c, 0xf4, 0xa4, 0x14, 0xa5, 0x55, 0xad, 0x56, 0xad, 0x76, 0xb5, 0x96, 0xb5, 0xb7, 0xbd, 0xd7, 0xbd, 0xf8, 0xc5, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xce, 0x38, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3d, 0xef,
0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x7a, 0xd6, 0x5a, 0xd6, 0x39, 0xce, 0xf8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0x76, 0xb5, 0x56, 0xb5, 0x34, 0xad, 0x14, 0xad, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xb2, 0x9c, 0xd2, 0x9c, 0xd2, 0xa4, 0xd2, 0xa4, 0xd2, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x54, 0xad, 0x34, 0xad, 0x34, 0xad, 0x14, 0xad, 0xf4, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xd3, 0x9c, 0xb3, 0x9c, 0xb3, 0x94, 0x92, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x31, 0x8c, 0x10, 0x84, 0x10, 0x84, 0xf0, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xaf, 0x73, 0xaf, 0x73, 0x8e, 0x73, 0x8e, 0x73, 0x8e, 0x73, 0x6e, 0x6b, 0x6e, 0x6b, 0x8e, 0x73, 0xaf, 0x7b, 0xf0, 0x83, 0x31, 0x8c, 0x72, 0x94, 0x92, 0x94, 0xd3, 0x9c, 0xf4, 0xa4, 0x15, 0xa5, 0x55, 0xad, 0x56, 0xad, 0x76, 0xb5, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x79, 0xd6, 0x79, 0xd6, 0x79, 0xd6, 0x79, 0xd6, 0x79, 0xd6, 0x79, 0xd6, 0x79, 0xd6, 0x79, 0xd6, 0x79, 0xd6, 0x79, 0xd6, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x18, 0xc6, 0x39, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0xba, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xe7, 0x3c, 0xef,
0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x7a, 0xd6, 0x5a, 0xd6, 0x39, 0xce, 0x18, 0xc6, 0xd8, 0xc5, 0xb7, 0xbd, 0x76, 0xb5, 0x56, 0xb5, 0x34, 0xad, 0x14, 0xad, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xb2, 0x9c, 0xd2, 0x9c, 0xd2, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x13, 0xa5, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd3, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb3, 0x9c, 0xb3, 0x9c, 0xb3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x54, 0xad, 0x34, 0xad, 0x34, 0xad, 0x14, 0xad, 0xf4, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xd3, 0x9c, 0xb3, 0x9c, 0xb3, 0x94, 0x92, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x31, 0x8c, 0x10, 0x84, 0x10, 0x84, 0xf0, 0x7b, 0xf0, 0x7b, 0xcf, 0x7b, 0xaf, 0x7b, 0xaf, 0x73, 0xaf, 0x73, 0xaf, 0x73, 0x8e, 0x73, 0x6e, 0x73, 0x6e, 0x73, 0x8e, 0x73, 0xcf, 0x7b, 0xf0, 0x83, 0x31, 0x8c, 0x72, 0x94, 0x92, 0x94, 0xd3, 0x9c, 0xf4, 0xa4, 0x15, 0xa5, 0x55, 0xad, 0x76, 0xb5, 0x96, 0xb5, 0xb7, 0xbd, 0xd7, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x79, 0xd6, 0x79, 0xd6, 0x79, 0xd6, 0x79, 0xd6, 0x79, 0xd6, 0x79, 0xd6, 0x79, 0xd6, 0x79, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x18, 0xc6, 0x39, 0xce, 0x19, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xe7, 0x3c, 0xef,
0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9a, 0xd6, 0x5a, 0xd6, 0x39, 0xce, 0x18, 0xce, 0xf8, 0xc5, 0xb7, 0xbd, 0x96, 0xb5, 0x56, 0xb5, 0x34, 0xad, 0x14, 0xad, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xb2, 0x9c, 0xd2, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x91, 0x94, 0x91, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x54, 0xad, 0x54, 0xad, 0x34, 0xad, 0x34, 0xad, 0x14, 0xad, 0xf4, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xd3, 0x9c, 0xb3, 0x9c, 0xb3, 0x94, 0x92, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x31, 0x8c, 0x10, 0x84, 0x10, 0x84, 0xf0, 0x7b, 0xf0, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xaf, 0x7b, 0xaf, 0x73, 0xaf, 0x73, 0x8e, 0x73, 0x8e, 0x73, 0x8e, 0x73, 0xaf, 0x73, 0xcf, 0x7b, 0xf0, 0x83, 0x31, 0x8c, 0x72, 0x94, 0x93, 0x94, 0xd3, 0x9c, 0xf4, 0xa4, 0x35, 0xad, 0x56, 0xad, 0x76, 0xb5, 0x96, 0xb5, 0xb7, 0xbd, 0xd7, 0xbd, 0xf8, 0xc5, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x79, 0xd6, 0x79, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x79, 0xd6, 0x79, 0xd6, 0x79, 0xd6, 0x79, 0xd6, 0x79, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x79, 0xd6, 0x79, 0xd6, 0x59, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x18, 0xc6, 0x39, 0xce, 0x19, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfb, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xe7, 0x3c, 0xef,
0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x39, 0xce, 0x19, 0xce, 0xf8, 0xc5, 0xb7, 0xbd, 0x96, 0xbd, 0x76, 0xb5, 0x34, 0xad, 0x14, 0xad, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd2, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xad, 0x13, 0xad, 0x13, 0xad, 0x13, 0xad, 0x13, 0xad, 0x13, 0xad, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0xf3, 0xa4, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x94, 0x91, 0x94, 0x91, 0x94, 0x91, 0x94, 0x91, 0x94, 0x91, 0x94, 0x91, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x54, 0xad, 0x54, 0xad, 0x34, 0xad, 0x34, 0xad, 0x14, 0xad, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xd3, 0x9c, 0xb3, 0x9c, 0xb3, 0x94, 0x92, 0x94, 0x72, 0x8c, 0x72, 0x8c, 0x31, 0x8c, 0x31, 0x84, 0x10, 0x84, 0xf0, 0x83, 0xf0, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xaf, 0x7b, 0xaf, 0x73, 0xaf, 0x73, 0xaf, 0x73, 0x8e, 0x73, 0x8e, 0x73, 0xaf, 0x73, 0xcf, 0x7b, 0xf0, 0x83, 0x31, 0x8c, 0x72, 0x94, 0xb3, 0x9c, 0xd3, 0x9c, 0x14, 0xa5, 0x35, 0xad, 0x56, 0xad, 0x76, 0xb5, 0x97, 0xb5, 0xb7, 0xbd, 0xd7, 0xbd, 0xf8, 0xc5, 0x18, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x79, 0xd6, 0x79, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x79, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfb, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xe7, 0x3c, 0xef,
0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x19, 0xce, 0xf8, 0xc5, 0xd7, 0xc5, 0x97, 0xbd, 0x76, 0xb5, 0x54, 0xad, 0x34, 0xad, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd2, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xa5, 0x14, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x13, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x13, 0xa5, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x94, 0x91, 0x94, 0x91, 0x94, 0x71, 0x94, 0x71, 0x94, 0x71, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xad, 0x14, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xbd, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x54, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xf4, 0x9c, 0xd3, 0x9c, 0xb3, 0x94, 0x92, 0x94, 0x72, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x31, 0x84, 0x10, 0x84, 0xf0, 0x83, 0xf0, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xaf, 0x7b, 0xaf, 0x73, 0xaf, 0x73, 0xaf, 0x73, 0x8e, 0x73, 0x8e, 0x73, 0xaf, 0x73, 0xd0, 0x7b, 0x10, 0x84, 0x51, 0x8c, 0x92, 0x94, 0xb3, 0x9c, 0xf4, 0xa4, 0x14, 0xa5, 0x35, 0xad, 0x76, 0xb5, 0x76, 0xb5, 0x97, 0xb5, 0xb7, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0x18, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfb, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xe7, 0x3c, 0xef,
0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x39, 0xce, 0x18, 0xc6, 0xd8, 0xc5, 0x97, 0xbd, 0x76, 0xb5, 0x55, 0xb5, 0x34, 0xad, 0x14, 0xad, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x13, 0xa5, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x13, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xad, 0x14, 0xad, 0x14, 0xa5, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xa5, 0x13, 0xa5, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x94, 0x91, 0x94, 0x91, 0x94, 0x91, 0x94, 0x91, 0x94, 0x91, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xad, 0x14, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x35, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0xb6, 0xb5, 0xb6, 0xb5, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xb5, 0x96, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x54, 0xad, 0x34, 0xad, 0x34, 0xad, 0x14, 0xad, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xad, 0x35, 0xad, 0x35, 0xad, 0x34, 0xad, 0x34, 0xad, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0x9c, 0xd3, 0x9c, 0xb3, 0x94, 0x92, 0x94, 0x72, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x31, 0x84, 0x10, 0x84, 0xf0, 0x83, 0xf0, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xaf, 0x7b, 0xaf, 0x7b, 0xaf, 0x7b, 0xaf, 0x73, 0x8e, 0x73, 0xaf, 0x73, 0xaf, 0x7b, 0xf0, 0x83, 0x10, 0x84, 0x51, 0x8c, 0x92, 0x94, 0xd3, 0x9c, 0xf4, 0xa4, 0x35, 0xad, 0x55, 0xad, 0x76, 0xb5, 0x76, 0xb5, 0xb7, 0xbd, 0xd7, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0x18, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xef, 0x3c, 0xef,
0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9a, 0xd6, 0x5a, 0xce, 0x39, 0xce, 0x18, 0xce, 0xd8, 0xc5, 0x97, 0xbd, 0x76, 0xb5, 0x55, 0xb5, 0x34, 0xad, 0x14, 0xad, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x13, 0xa5, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xd3, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf4, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xad, 0x14, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0xb6, 0xb5, 0xb6, 0xb5, 0xb6, 0xb5, 0xb6, 0xb5, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x76, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x35, 0xad, 0x35, 0xad, 0x34, 0xad, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x34, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xd3, 0x9c, 0xb3, 0x9c, 0x92, 0x94, 0x72, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x31, 0x84, 0x10, 0x84, 0xf0, 0x83, 0xf0, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xaf, 0x73, 0xaf, 0x73, 0xaf, 0x73, 0xcf, 0x7b, 0xf0, 0x83, 0x31, 0x8c, 0x72, 0x94, 0x93, 0x94, 0xd3, 0x9c, 0xf4, 0xa4, 0x35, 0xad, 0x55, 0xad, 0x76, 0xb5, 0x96, 0xb5, 0xb7, 0xbd, 0xd7, 0xbd, 0xf8, 0xc5, 0x18, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xef, 0x3c, 0xef,
0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x39, 0xce, 0x19, 0xc6, 0xf8, 0xc5, 0xb7, 0xbd, 0x76, 0xb5, 0x75, 0xb5, 0x54, 0xad, 0x14, 0xad, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x13, 0xa5, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0xb6, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0xb6, 0xb5, 0xb6, 0xb5, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x35, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x34, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xf4, 0x9c, 0xb3, 0x9c, 0xb3, 0x94, 0x72, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x31, 0x84, 0x10, 0x84, 0xf0, 0x83, 0xf0, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xaf, 0x73, 0xaf, 0x73, 0xcf, 0x7b, 0x10, 0x84, 0x31, 0x8c, 0x72, 0x94, 0xb3, 0x9c, 0xd3, 0x9c, 0x14, 0xa5, 0x35, 0xad, 0x56, 0xad, 0x76, 0xb5, 0x96, 0xb5, 0xb7, 0xbd, 0xd7, 0xbd, 0xf8, 0xc5, 0x18, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0xba, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xef, 0x3c, 0xef,
0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x19, 0xc6, 0xf8, 0xc5, 0xb7, 0xbd, 0x96, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x34, 0xad, 0x14, 0xad, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x13, 0xa5, 0xf3, 0xa4, 0x13, 0xa5, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0xb6, 0xb5, 0xb6, 0xb5, 0xb6, 0xb5, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0x96, 0xb5, 0x96, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x96, 0xbd, 0x76, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x34, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xd3, 0x9c, 0xb3, 0x9c, 0xb3, 0x94, 0x92, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x31, 0x84, 0x10, 0x84, 0x10, 0x84, 0xf0, 0x7b, 0xf0, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xaf, 0x73, 0xcf, 0x7b, 0xf0, 0x7b, 0x10, 0x84, 0x51, 0x8c, 0x92, 0x94, 0xb3, 0x9c, 0xf4, 0xa4, 0x15, 0xa5, 0x55, 0xad, 0x55, 0xad, 0x96, 0xb5, 0x97, 0xb5, 0xb7, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0x18, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xef, 0x5d, 0xef,
0xbb, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x39, 0xce, 0xf8, 0xc5, 0xb7, 0xbd, 0x97, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x34, 0xad, 0x14, 0xad, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x13, 0xa5, 0xf3, 0xa4, 0x13, 0xa5, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0xb6, 0xb5, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xb7, 0xbd, 0xd7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x76, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x35, 0xad, 0x35, 0xad, 0x34, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xf4, 0x9c, 0xb3, 0x9c, 0xb3, 0x94, 0x92, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x31, 0x8c, 0x31, 0x84, 0x10, 0x84, 0x10, 0x84, 0xf0, 0x83, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xaf, 0x73, 0xcf, 0x7b, 0xf0, 0x7b, 0x10, 0x84, 0x51, 0x8c, 0x92, 0x94, 0xb3, 0x9c, 0xf4, 0xa4, 0x15, 0xa5, 0x55, 0xad, 0x56, 0xad, 0x96, 0xb5, 0x97, 0xb5, 0xd7, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xe7, 0x3c, 0xef, 0x5d, 0xef,
0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xd6, 0xbb, 0xde, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x39, 0xce, 0xf8, 0xc5, 0xd7, 0xbd, 0xb7, 0xbd, 0x95, 0xb5, 0x55, 0xb5, 0x34, 0xad, 0x14, 0xad, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xb7, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x76, 0xb5, 0x76, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x35, 0xad, 0x35, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xd3, 0x9c, 0xd3, 0x9c, 0x92, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x51, 0x8c, 0x31, 0x84, 0x10, 0x84, 0xf0, 0x83, 0xf0, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xaf, 0x7b, 0xaf, 0x73, 0xcf, 0x7b, 0xf0, 0x7b, 0x10, 0x84, 0x51, 0x8c, 0x92, 0x94, 0xb3, 0x9c, 0xf4, 0xa4, 0x35, 0xad, 0x55, 0xad, 0x76, 0xb5, 0x96, 0xb5, 0xb7, 0xbd, 0xd7, 0xbd, 0xf8, 0xc5, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xba, 0xde, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x19, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xef, 0x3c, 0xef, 0x5d, 0xef,
0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xd6, 0xbb, 0xde, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x39, 0xce, 0xf8, 0xc5, 0xd7, 0xbd, 0xb7, 0xbd, 0x95, 0xb5, 0x55, 0xb5, 0x34, 0xad, 0x14, 0xad, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xa5, 0x34, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xd3, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0xb6, 0xb5, 0xb6, 0xbd, 0xb6, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0xb6, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x76, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x35, 0xad, 0x35, 0xad, 0x34, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0x9c, 0xd3, 0x9c, 0xb3, 0x9c, 0x92, 0x94, 0x92, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x31, 0x84, 0x10, 0x84, 0xf0, 0x7b, 0xcf, 0x7b, 0xf0, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xaf, 0x7b, 0xaf, 0x73, 0xcf, 0x7b, 0xf0, 0x83, 0x31, 0x8c, 0x52, 0x8c, 0x92, 0x94, 0xd3, 0x9c, 0xf4, 0xa4, 0x35, 0xad, 0x56, 0xad, 0x76, 0xb5, 0x96, 0xb5, 0xb7, 0xbd, 0xd7, 0xbd, 0xf8, 0xc5, 0x18, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xdb, 0xde, 0xba, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfc, 0xe6, 0x1c, 0xe7, 0x3c, 0xef, 0x3c, 0xef, 0x5d, 0xef, 0x5d, 0xef,
0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x39, 0xce, 0xf8, 0xc5, 0xd7, 0xbd, 0xb7, 0xbd, 0x95, 0xb5, 0x55, 0xb5, 0x34, 0xad, 0x13, 0xa5, 0xf3, 0xa4, 0xd3, 0xa4, 0xd2, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf3, 0xa4, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0xb6, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x76, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xad, 0x55, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xd3, 0x9c, 0xd3, 0x9c, 0xb3, 0x94, 0x92, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x31, 0x8c, 0x31, 0x84, 0x10, 0x84, 0xf0, 0x7b, 0xf0, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xaf, 0x7b, 0xaf, 0x7b, 0xcf, 0x7b, 0x10, 0x84, 0x31, 0x8c, 0x72, 0x94, 0x93, 0x94, 0xd3, 0x9c, 0xf4, 0xa4, 0x35, 0xad, 0x76, 0xb5, 0x76, 0xb5, 0x97, 0xb5, 0xb7, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0x18, 0xc6, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0x1c, 0xe7, 0x3c, 0xe7, 0x3c, 0xef, 0x3c, 0xef, 0x5d, 0xef, 0x5d, 0xef,
0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x39, 0xce, 0xf8, 0xc5, 0xd7, 0xbd, 0xb7, 0xbd, 0x95, 0xb5, 0x55, 0xb5, 0x14, 0xad, 0xf3, 0xa4, 0xf3, 0xa4, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x34, 0xad, 0x34, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x13, 0xa5, 0x13, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0xb6, 0xb5, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0xb7, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x76, 0xb5, 0x76, 0xb5, 0x75, 0xb5, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x55, 0xad, 0x55, 0xad, 0x35, 0xad, 0x55, 0xad, 0x55, 0xad, 0x35, 0xad, 0x35, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xd3, 0x9c, 0xb3, 0x9c, 0x92, 0x94, 0x92, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x31, 0x84, 0x31, 0x84, 0x10, 0x84, 0x10, 0x84, 0xf0, 0x7b, 0xf0, 0x7b, 0xf0, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0x10, 0x84, 0x31, 0x8c, 0x72, 0x94, 0xb3, 0x9c, 0xd3, 0x9c, 0xf4, 0xa4, 0x35, 0xad, 0x76, 0xb5, 0x96, 0xb5, 0xb7, 0xbd, 0xb7, 0xbd, 0xf8, 0xc5, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0x1c, 0xe7, 0x3c, 0xe7, 0x3c, 0xef, 0x3c, 0xef, 0x5d, 0xef, 0x5d, 0xef,
0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x39, 0xc6, 0xf8, 0xc5, 0xd7, 0xbd, 0xb7, 0xbd, 0x75, 0xb5, 0x55, 0xb5, 0x14, 0xad, 0xf3, 0xa4, 0xd3, 0xa4, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd2, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xad, 0x14, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x13, 0xa5, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x13, 0xa5, 0x14, 0xa5, 0x14, 0xad, 0x34, 0xa5, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0xb6, 0xb5, 0xb6, 0xb5, 0xb6, 0xb5, 0xb6, 0xbd, 0xb6, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xc5, 0xf7, 0xc5, 0xf7, 0xc5, 0xf7, 0xc5, 0xf7, 0xc5, 0xf7, 0xc5, 0xf7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xf7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0x18, 0xce, 0x18, 0xce, 0xf8, 0xc5, 0xf8, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xb7, 0xbd, 0xb6, 0xbd, 0x76, 0xb5, 0x76, 0xb5, 0x75, 0xad, 0x55, 0xad, 0x35, 0xa5, 0x14, 0xa5, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xb3, 0x94, 0x72, 0x8c, 0x51, 0x8c, 0x31, 0x84, 0x31, 0x84, 0x10, 0x84, 0x10, 0x84, 0xf0, 0x7b, 0xf0, 0x7b, 0xf0, 0x7b, 0xf0, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xf0, 0x7b, 0x10, 0x84, 0x31, 0x8c, 0x72, 0x94, 0xb3, 0x9c, 0xd3, 0x9c, 0xf4, 0xa4, 0x35, 0xad, 0x76, 0xb5, 0x96, 0xb5, 0xb7, 0xbd, 0xd7, 0xbd, 0xf8, 0xc5, 0x18, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0x1c, 0xe7, 0x3c, 0xe7, 0x3c, 0xef, 0x3c, 0xef, 0x5d, 0xef, 0x5d, 0xef,
0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xce, 0x59, 0xce, 0x39, 0xc6, 0xf8, 0xc5, 0xd7, 0xbd, 0xb7, 0xbd, 0x75, 0xb5, 0x54, 0xad, 0x14, 0xad, 0xf3, 0xa4, 0xd3, 0xa4, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd2, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x34, 0xad, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x13, 0xa5, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0xb6, 0xb5, 0xb6, 0xb5, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xbd, 0xf7, 0xc5, 0xf7, 0xc5, 0xf7, 0xc5, 0xf7, 0xc5, 0xf7, 0xc5, 0x18, 0xc6, 0xf8, 0xc5, 0xf8, 0xc5, 0x18, 0xc6, 0x18, 0xce, 0x38, 0xce, 0x38, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xd6, 0x59, 0xd6, 0x59, 0xd6, 0x7a, 0xd6, 0x9a, 0xde, 0x9a, 0xde, 0x9a, 0xde, 0x9a, 0xde, 0x9a, 0xde, 0x9a, 0xde, 0xbb, 0xde, 0x9a, 0xde, 0x9a, 0xde, 0x7a, 0xd6, 0xba, 0xde, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x79, 0xd6, 0x7a, 0xd6, 0x79, 0xce, 0x59, 0xce, 0x39, 0xc6, 0x18, 0xc6, 0xd7, 0xbd, 0xb7, 0xb5, 0x96, 0xb5, 0x14, 0xa5, 0xf4, 0x9c, 0xb3, 0x94, 0x72, 0x94, 0x51, 0x8c, 0x31, 0x8c, 0x31, 0x84, 0x10, 0x84, 0xf0, 0x7b, 0xf0, 0x7b, 0xf0, 0x7b, 0xf0, 0x7b, 0xf0, 0x7b, 0xcf, 0x7b, 0xf0, 0x7b, 0x10, 0x84, 0x51, 0x8c, 0x72, 0x94, 0xb3, 0x9c, 0xd3, 0x9c, 0x14, 0xa5, 0x55, 0xad, 0x76, 0xb5, 0x96, 0xb5, 0xb7, 0xbd, 0xd7, 0xbd, 0xf8, 0xc5, 0x18, 0xc6, 0x39, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0x1c, 0xe7, 0x3c, 0xe7, 0x3c, 0xef, 0x3c, 0xef, 0x5d, 0xef, 0x5d, 0xef,
0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x18, 0xc6, 0xf8, 0xc5, 0xd7, 0xbd, 0xb6, 0xbd, 0x76, 0xb5, 0x55, 0xad, 0x14, 0xa5, 0xf4, 0xa4, 0xd3, 0x9c, 0xb2, 0x9c, 0x92, 0x94, 0xb2, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0xb2, 0x94, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf4, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xf3, 0x9c, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x54, 0xad, 0x54, 0xad, 0x54, 0xad, 0x55, 0xad, 0x74, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x95, 0xb5, 0x95, 0xb5, 0x95, 0xb5, 0x96, 0xb5, 0xb6, 0xbd, 0xb7, 0xbd, 0xb7, 0xb5, 0xb7, 0xb5, 0xb6, 0xc5, 0xb6, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd7, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0xf8, 0xbd, 0xf8, 0xbd, 0xf8, 0xbd, 0xf8, 0xbd, 0xf8, 0xbd, 0xf8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xf7, 0xc5, 0xf7, 0xcd, 0x18, 0xce, 0x38, 0xd6, 0x38, 0xd6, 0x58, 0xde, 0x58, 0xde, 0x78, 0xe6, 0x78, 0xe6, 0x98, 0xee, 0x98, 0xee, 0x78, 0xee, 0x78, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x97, 0xee, 0x97, 0xee, 0x97, 0xee, 0x97, 0xee, 0xb7, 0xf6, 0x97, 0xee, 0x97, 0xf6, 0x97, 0xee, 0x97, 0xee, 0x97, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0xb8, 0xee, 0xb8, 0xee, 0xb8, 0xee, 0xb8, 0xee, 0xb8, 0xee, 0xb8, 0xee, 0xb8, 0xee, 0xb9, 0xee, 0xd9, 0xee, 0xd9, 0xee, 0xd9, 0xee, 0xd9, 0xee, 0xda, 0xee, 0xda, 0xee, 0xba, 0xe6, 0xb9, 0xe6, 0x9a, 0xde, 0x79, 0xde, 0x38, 0xce, 0xf7, 0xc5, 0xb6, 0xbd, 0x76, 0xb5, 0x35, 0xa5, 0xd4, 0x9c, 0x72, 0x8c, 0x52, 0x84, 0x11, 0x7c, 0xf1, 0x73, 0xd0, 0x73, 0xf1, 0x73, 0x11, 0x74, 0x32, 0x7c, 0x71, 0x8c, 0x91, 0x94, 0xb2, 0x94, 0xf3, 0x9c, 0x14, 0xa5, 0x55, 0xa5, 0x76, 0xad, 0x96, 0xb5, 0xb7, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0x18, 0xce, 0x19, 0xce, 0x39, 0xd6, 0x39, 0xde, 0x59, 0xde, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xd6, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xd6, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xd6, 0x9a, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x79, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xd6, 0xba, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfb, 0xe6, 0x1c, 0xe7, 0x3c, 0xef, 0x3c, 0xef, 0x3c, 0xef, 0x5d, 0xef, 0x5d, 0xef,
0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x18, 0xc6, 0xf8, 0xc5, 0xd7, 0xbd, 0x96, 0xb5, 0x76, 0xb5, 0x55, 0xad, 0x14, 0xa5, 0xf4, 0xa4, 0xd3, 0x9c, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x71, 0x94, 0x71, 0x94, 0x92, 0x94, 0x91, 0x94, 0x92, 0x94, 0xb2, 0x94, 0xb2, 0x9c, 0xb2, 0x9c, 0xb3, 0x9c, 0xb3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf4, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xad, 0x14, 0xad, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0x9c, 0xf3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xf3, 0x9c, 0xf3, 0x9c, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x54, 0xad, 0x54, 0xad, 0x54, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x95, 0xbd, 0xb6, 0xbd, 0x96, 0xbd, 0xb6, 0xb5, 0xb6, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x96, 0xbd, 0xb7, 0xbd, 0xd7, 0xc5, 0xf7, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf7, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xf8, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0x38, 0xd6, 0x38, 0xd6, 0x59, 0xd6, 0x59, 0xde, 0x79, 0xde, 0x79, 0xde, 0x99, 0xe6, 0x99, 0xe6, 0x78, 0xe6, 0x78, 0xe6, 0x78, 0xe6, 0x78, 0xee, 0x78, 0xee, 0x77, 0xee, 0x57, 0xe6, 0x57, 0xe6, 0x56, 0xe6, 0x56, 0xe6, 0x56, 0xe6, 0x56, 0xe6, 0x56, 0xe6, 0x56, 0xe6, 0x56, 0xe6, 0x56, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x56, 0xe6, 0x56, 0xe6, 0x56, 0xe6, 0x56, 0xe6, 0x56, 0xe6, 0x57, 0xe6, 0x57, 0xe6, 0x57, 0xe6, 0x77, 0xe6, 0x77, 0xe6, 0x77, 0xe6, 0x78, 0xe6, 0x98, 0xe6, 0xb9, 0xee, 0xb9, 0xee, 0xb9, 0xee, 0xfb, 0xee, 0xfb, 0xee, 0xdb, 0xe6, 0xda, 0xe6, 0xdb, 0xe6, 0xfb, 0xe6, 0xdb, 0xde, 0x9a, 0xd6, 0x59, 0xce, 0x19, 0xc6, 0xb7, 0xb5, 0x56, 0xa5, 0xf4, 0x94, 0x93, 0x8c, 0x52, 0x84, 0x11, 0x7c, 0x31, 0x84, 0x51, 0x8c, 0x92, 0x94, 0xf4, 0x9c, 0x35, 0xa5, 0x56, 0xad, 0x76, 0xad, 0x76, 0xb5, 0xb7, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0x18, 0xc6, 0x38, 0xce, 0x59, 0xd6, 0x59, 0xd6, 0x79, 0xde, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfb, 0xe6, 0x1c, 0xe7, 0x3c, 0xef, 0x3c, 0xef, 0x3c, 0xef, 0x5d, 0xef, 0x5d, 0xef,
0x9a, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x18, 0xc6, 0xf8, 0xc5, 0xd7, 0xbd, 0x96, 0xb5, 0x76, 0xb5, 0x55, 0xad, 0x14, 0xa5, 0xf3, 0xa4, 0xb2, 0x9c, 0x92, 0x94, 0x71, 0x94, 0x71, 0x94, 0x71, 0x8c, 0x71, 0x94, 0x71, 0x94, 0x71, 0x94, 0x91, 0x94, 0x91, 0x94, 0x92, 0x94, 0x92, 0x94, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf4, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xf4, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0xf4, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x54, 0xad, 0x54, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x95, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0xb6, 0xb5, 0xb6, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd7, 0xbd, 0xf7, 0xc5, 0xf7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xf7, 0xc5, 0xf7, 0xc5, 0x18, 0xce, 0x38, 0xce, 0x58, 0xd6, 0x79, 0xd6, 0x79, 0xde, 0x79, 0xde, 0x79, 0xe6, 0x99, 0xe6, 0x99, 0xe6, 0x99, 0xe6, 0x98, 0xe6, 0x78, 0xe6, 0x78, 0xe6, 0x57, 0xe6, 0x57, 0xe6, 0x57, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x16, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x15, 0xde, 0x15, 0xde, 0x15, 0xde, 0x15, 0xde, 0x15, 0xde, 0x15, 0xde, 0xf5, 0xdd, 0xf5, 0xdd, 0xf5, 0xdd, 0xf5, 0xdd, 0xf5, 0xdd, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0xf5, 0xdd, 0x15, 0xde, 0xf5, 0xdd, 0xf5, 0xdd, 0xf5, 0xdd, 0xf5, 0xdd, 0x15, 0xde, 0x15, 0xde, 0x16, 0xde, 0x16, 0xde, 0xf5, 0xdd, 0x16, 0xde, 0x16, 0xde, 0x36, 0xde, 0x37, 0xde, 0x57, 0xde, 0x78, 0xde, 0x78, 0xe6, 0x99, 0xe6, 0xb9, 0xe6, 0xfa, 0xee, 0x3b, 0xf7, 0x3c, 0xf7, 0x1c, 0xef, 0x3c, 0xef, 0x3c, 0xef, 0x1c, 0xef, 0xdb, 0xde, 0x9a, 0xd6, 0x39, 0xc6, 0xd8, 0xbd, 0xb7, 0xb5, 0x36, 0xad, 0x15, 0xa5, 0xf5, 0xa4, 0xf5, 0xa4, 0x15, 0xa5, 0x36, 0xad, 0x76, 0xad, 0x97, 0xb5, 0xd7, 0xb5, 0xf8, 0xbd, 0x18, 0xc6, 0x38, 0xc6, 0x38, 0xce, 0x58, 0xce, 0x78, 0xd6, 0x78, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xd6, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xef, 0x3c, 0xef, 0x3c, 0xef, 0x5d, 0xef, 0x5d, 0xef,
0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x39, 0xce, 0xf8, 0xc5, 0xd7, 0xbd, 0x97, 0xb5, 0x75, 0xb5, 0x55, 0xad, 0x14, 0xa5, 0xf3, 0x9c, 0xb2, 0x9c, 0x71, 0x94, 0x51, 0x8c, 0x51, 0x8c, 0x51, 0x8c, 0x51, 0x8c, 0x71, 0x8c, 0x71, 0x94, 0x71, 0x94, 0x91, 0x94, 0x91, 0x94, 0x91, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x13, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0xf3, 0xa4, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x14, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x54, 0xad, 0x54, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x76, 0xb5, 0x96, 0xb5, 0x76, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xc5, 0xf7, 0xc5, 0xf7, 0xcd, 0x17, 0xce, 0x17, 0xd6, 0x58, 0xde, 0x78, 0xde, 0x99, 0xe6, 0x99, 0xe6, 0x99, 0xe6, 0x98, 0xe6, 0x78, 0xe6, 0x78, 0xe6, 0x57, 0xe6, 0x57, 0xe6, 0x57, 0xe6, 0x37, 0xde, 0x16, 0xde, 0x16, 0xde, 0x16, 0xde, 0x15, 0xde, 0x15, 0xde, 0xf5, 0xdd, 0xf5, 0xdd, 0xf5, 0xdd, 0xf5, 0xdd, 0xf4, 0xdd, 0xf5, 0xdd, 0xf5, 0xdd, 0xf5, 0xdd, 0xf5, 0xdd, 0x15, 0xde, 0x15, 0xde, 0x15, 0xde, 0x15, 0xde, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0xf4, 0xdd, 0xf4, 0xdd, 0xf5, 0xdd, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0xf5, 0xdd, 0xf5, 0xdd, 0xd4, 0xdd, 0xd4, 0xdd, 0xd5, 0xdd, 0xd5, 0xdd, 0xd4, 0xdd, 0xf5, 0xdd, 0xf5, 0xdd, 0x16, 0xde, 0x36, 0xde, 0x78, 0xe6, 0x98, 0xee, 0x99, 0xe6, 0x98, 0xe6, 0xb9, 0xe6, 0xda, 0xee, 0x1b, 0xef, 0x3c, 0xf7, 0x5c, 0xf7, 0x7d, 0xf7, 0x5d, 0xf7, 0x5d, 0xf7, 0xdd, 0xe6, 0x9c, 0xde, 0x1a, 0xce, 0xb8, 0xbd, 0x97, 0xb5, 0x77, 0xb5, 0x97, 0xb5, 0x97, 0xb5, 0xb7, 0xb5, 0xd7, 0xbd, 0x18, 0xbe, 0x38, 0xc6, 0x58, 0xce, 0x78, 0xce, 0x78, 0xce, 0x98, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xd6, 0xba, 0xde, 0xba, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfb, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xef, 0x3c, 0xef, 0x3c, 0xef, 0x5d, 0xef, 0x5d, 0xef,
0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x39, 0xce, 0x18, 0xc6, 0xd7, 0xbd, 0x96, 0xb5, 0x75, 0xb5, 0x55, 0xad, 0x14, 0xa5, 0xd3, 0x9c, 0xb2, 0x94, 0x71, 0x8c, 0x50, 0x8c, 0x50, 0x8c, 0x51, 0x8c, 0x51, 0x8c, 0x51, 0x8c, 0x71, 0x94, 0x71, 0x94, 0x71, 0x94, 0x91, 0x94, 0x91, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xad, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x54, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xad, 0x76, 0xad, 0x96, 0xad, 0x96, 0xad, 0x96, 0xb5, 0x96, 0xb5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xf7, 0xc5, 0xf7, 0xc5, 0x17, 0xce, 0x38, 0xd6, 0x58, 0xde, 0x98, 0xe6, 0x98, 0xe6, 0x98, 0xe6, 0x98, 0xee, 0x98, 0xee, 0x77, 0xee, 0x57, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x15, 0xe6, 0x15, 0xde, 0xf5, 0xdd, 0xf5, 0xdd, 0xf5, 0xdd, 0xf5, 0xe5, 0xf5, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xee, 0x36, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x35, 0xee, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0x14, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x14, 0xe6, 0xf4, 0xe5, 0xf5, 0xe5, 0xf5, 0xe5, 0xf5, 0xdd, 0xf5, 0xdd, 0x15, 0xde, 0x16, 0xe6, 0x16, 0xde, 0xf5, 0xdd, 0x16, 0xde, 0x16, 0xde, 0x37, 0xde, 0x78, 0xe6, 0xb9, 0xee, 0xfa, 0xee, 0x1b, 0xf7, 0x3b, 0xf7, 0x3e, 0xf7, 0x3e, 0xf7, 0x3e, 0xf7, 0x1d, 0xef, 0xdc, 0xe6, 0x9b, 0xd6, 0x5a, 0xce, 0x19, 0xc6, 0xf8, 0xbd, 0xf8, 0xbd, 0x18, 0xbe, 0x38, 0xc6, 0x58, 0xc6, 0x79, 0xce, 0x99, 0xce, 0xb9, 0xd6, 0x99, 0xd6, 0x99, 0xd6, 0x99, 0xd6, 0xba, 0xd6, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xe6, 0xbb, 0xe6, 0xbb, 0xe6, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xd6, 0xba, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xdb, 0xde, 0xfb, 0xde, 0xfb, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xe7, 0x3c, 0xef, 0x3c, 0xef, 0x3c, 0xef, 0x5d, 0xef, 0x5d, 0xef,
0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x39, 0xce, 0x18, 0xc6, 0xd7, 0xbd, 0x96, 0xb5, 0x75, 0xb5, 0x55, 0xad, 0x13, 0xa5, 0xd3, 0x9c, 0x92, 0x94, 0x51, 0x8c, 0x30, 0x8c, 0x30, 0x8c, 0x50, 0x8c, 0x50, 0x8c, 0x50, 0x8c, 0x51, 0x8c, 0x71, 0x8c, 0x71, 0x94, 0x71, 0x94, 0x71, 0x94, 0x71, 0x94, 0x91, 0x94, 0x92, 0x94, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x13, 0xa5, 0x14, 0xa5, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xa5, 0x14, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x54, 0xad, 0x55, 0xad, 0x55, 0xad, 0x76, 0xad, 0x76, 0xad, 0x76, 0xad, 0x96, 0xad, 0x96, 0xad, 0x97, 0xb5, 0x97, 0xb5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb6, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x95, 0xc5, 0xb6, 0xbd, 0xd7, 0xc5, 0x18, 0xce, 0x58, 0xd6, 0x79, 0xde, 0x99, 0xde, 0x99, 0xe6, 0x98, 0xe6, 0x98, 0xe6, 0x77, 0xee, 0x77, 0xe6, 0x56, 0xe6, 0x36, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0xf5, 0xe5, 0xf5, 0xe5, 0x14, 0xe6, 0x14, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x76, 0xee, 0x76, 0xee, 0x56, 0xee, 0x76, 0xee, 0x76, 0xee, 0x76, 0xf6, 0x76, 0xee, 0x76, 0xee, 0x76, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x55, 0xee, 0x55, 0xee, 0x55, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x15, 0xee, 0x14, 0xee, 0x14, 0xee, 0xf4, 0xed, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xf4, 0xe5, 0xd4, 0xdd, 0xb4, 0xdd, 0xd4, 0xdd, 0xd4, 0xd5, 0xd4, 0xd5, 0xd5, 0xd5, 0xf5, 0xdd, 0x16, 0xde, 0x36, 0xe6, 0x57, 0xe6, 0xba, 0xe6, 0xfb, 0xee, 0x3c, 0xf7, 0x7d, 0xff, 0x7d, 0xff, 0x7d, 0xf7, 0x5d, 0xef, 0x3d, 0xef, 0xbb, 0xde, 0xbb, 0xd6, 0x7a, 0xce, 0x59, 0xc6, 0x39, 0xc6, 0x59, 0xc6, 0x7a, 0xc6, 0x7a, 0xce, 0x99, 0xd6, 0x99, 0xd6, 0x99, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xe6, 0xbb, 0xe6, 0xbb, 0xe6, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xd6, 0xba, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xd6, 0xba, 0xde, 0xba, 0xde, 0xdb, 0xde, 0xfb, 0xde, 0xfb, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xe7, 0x3c, 0xef, 0x3c, 0xef, 0x3c, 0xef, 0x5d, 0xef, 0x5d, 0xef,
0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x39, 0xce, 0x18, 0xc6, 0xd7, 0xbd, 0x96, 0xb5, 0x75, 0xb5, 0x54, 0xad, 0x13, 0xa5, 0xd3, 0x9c, 0x92, 0x94, 0x51, 0x8c, 0x30, 0x8c, 0x30, 0x8c, 0x30, 0x8c, 0x30, 0x8c, 0x30, 0x8c, 0x50, 0x8c, 0x50, 0x8c, 0x51, 0x8c, 0x71, 0x8c, 0x71, 0x8c, 0x71, 0x94, 0x91, 0x94, 0x91, 0x94, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x13, 0xa5, 0x14, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x14, 0xad, 0x14, 0xad, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0x13, 0xa5, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x76, 0xad, 0x76, 0xad, 0x76, 0xad, 0x97, 0xad, 0x97, 0xad, 0x97, 0xb5, 0x97, 0xb5, 0x96, 0xb5, 0x96, 0xbd, 0x96, 0xbd, 0x95, 0xc5, 0xb6, 0xcd, 0xf6, 0xcd, 0x17, 0xce, 0x38, 0xd6, 0x78, 0xde, 0x99, 0xde, 0x98, 0xe6, 0x98, 0xe6, 0x98, 0xe6, 0x77, 0xe6, 0x56, 0xe6, 0x36, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x14, 0xe6, 0x14, 0xee, 0x14, 0xee, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x55, 0xee, 0x55, 0xee, 0x55, 0xee, 0x55, 0xf6, 0x55, 0xf6, 0x55, 0xf6, 0x55, 0xf6, 0x55, 0xf6, 0x76, 0xee, 0x76, 0xee, 0x76, 0xee, 0x76, 0xee, 0x76, 0xee, 0x76, 0xee, 0x56, 0xee, 0x56, 0xee, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0x55, 0xee, 0x55, 0xee, 0x55, 0xee, 0x55, 0xee, 0x35, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0xf4, 0xed, 0xf4, 0xe5, 0xf4, 0xe5, 0xd3, 0xed, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xed, 0xf3, 0xed, 0xf3, 0xed, 0xd3, 0xe5, 0xd3, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xd4, 0xe5, 0xd3, 0xdd, 0xd3, 0xdd, 0xb4, 0xdd, 0xb3, 0xdd, 0xb4, 0xdd, 0xd4, 0xdd, 0xd4, 0xdd, 0xd4, 0xdd, 0x15, 0xd6, 0x36, 0xde, 0x77, 0xe6, 0xb8, 0xee, 0xd9, 0xee, 0x1b, 0xf7, 0x5c, 0xf7, 0x9e, 0xff, 0x7d, 0xf7, 0x5e, 0xef, 0x3d, 0xe7, 0xdd, 0xde, 0xbc, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xe6, 0xbb, 0xe6, 0xbb, 0xe6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xd6, 0xba, 0xde, 0xba, 0xde, 0xdb, 0xde, 0xfb, 0xde, 0xfb, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xe7, 0x3c, 0xef, 0x3c, 0xef, 0x3c, 0xef, 0x5d, 0xef, 0x5d, 0xef,
0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0x39, 0xce, 0x18, 0xc6, 0xd7, 0xbd, 0x96, 0xb5, 0x75, 0xb5, 0x34, 0xad, 0x13, 0xa5, 0xd3, 0x9c, 0x92, 0x94, 0x51, 0x8c, 0x30, 0x8c, 0x30, 0x8c, 0x30, 0x84, 0x30, 0x84, 0x30, 0x8c, 0x30, 0x8c, 0x30, 0x8c, 0x50, 0x8c, 0x50, 0x8c, 0x50, 0x8c, 0x71, 0x94, 0x71, 0x94, 0x91, 0x94, 0x91, 0x94, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd2, 0x9c, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0x9c, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xad, 0x14, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x14, 0xad, 0x14, 0xad, 0x13, 0xa5, 0x13, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x35, 0xad, 0x55, 0xad, 0x55, 0xad, 0x76, 0xad, 0x76, 0xad, 0x76, 0xad, 0x97, 0xad, 0x97, 0xad, 0x97, 0xb5, 0x97, 0xb5, 0x96, 0xbd, 0x96, 0xbd, 0xb6, 0xc5, 0xd6, 0xcd, 0x37, 0xde, 0x58, 0xe6, 0xb8, 0xe6, 0xb8, 0xe6, 0x98, 0xe6, 0x98, 0xe6, 0x77, 0xe6, 0x56, 0xde, 0x36, 0xde, 0x15, 0xde, 0x15, 0xde, 0x15, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x15, 0xe6, 0x34, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x34, 0xee, 0x35, 0xee, 0x55, 0xee, 0x55, 0xee, 0x55, 0xee, 0x55, 0xee, 0x55, 0xee, 0x55, 0xee, 0x55, 0xee, 0x55, 0xee, 0x56, 0xee, 0x56, 0xee, 0x55, 0xee, 0x55, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x55, 0xee, 0x55, 0xee, 0x55, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x56, 0xee, 0x55, 0xee, 0x55, 0xee, 0x35, 0xee, 0x15, 0xee, 0x14, 0xe6, 0xf4, 0xe5, 0xd3, 0xe5, 0xb3, 0xe5, 0xb3, 0xe5, 0xb3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xb2, 0xe5, 0xb2, 0xe5, 0xb2, 0xe5, 0xb2, 0xe5, 0xb3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd4, 0xe5, 0xd3, 0xdd, 0xb3, 0xdd, 0xb3, 0xdd, 0x92, 0xd5, 0x72, 0xd5, 0xb1, 0xcd, 0xd2, 0xd5, 0xf3, 0xd5, 0xf4, 0xdd, 0x14, 0xde, 0x56, 0xde, 0xb8, 0xe6, 0xfa, 0xee, 0x7d, 0xff, 0x9e, 0xff, 0x9f, 0xff, 0x7f, 0xf7, 0x3f, 0xef, 0xfe, 0xe6, 0xbd, 0xde, 0x9d, 0xd6, 0x9a, 0xce, 0x9a, 0xd6, 0x9b, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xe6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xd6, 0xba, 0xde, 0xba, 0xde, 0xdb, 0xde, 0xfb, 0xde, 0xfb, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xe7, 0x3c, 0xef, 0x3c, 0xef, 0x3c, 0xef, 0x5d, 0xef, 0x5d, 0xef,
0x7a, 0xce, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xce, 0x59, 0xce, 0x39, 0xce, 0xf8, 0xc5, 0xd7, 0xbd, 0xb7, 0xbd, 0x75, 0xb5, 0x54, 0xad, 0x13, 0xa5, 0xd2, 0x9c, 0x92, 0x94, 0x71, 0x8c, 0x30, 0x8c, 0x30, 0x84, 0x30, 0x84, 0x10, 0x84, 0x10, 0x84, 0x30, 0x8c, 0x50, 0x8c, 0x50, 0x8c, 0x50, 0x8c, 0x71, 0x8c, 0x71, 0x94, 0x71, 0x94, 0x71, 0x94, 0x91, 0x94, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xb5, 0x35, 0xad, 0x55, 0xad, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xad, 0x76, 0xb5, 0x97, 0xb5, 0x76, 0xad, 0x96, 0xbd, 0xd7, 0xc5, 0x17, 0xce, 0x58, 0xde, 0x78, 0xe6, 0x78, 0xe6, 0x98, 0xee, 0x77, 0xee, 0x76, 0xe6, 0x56, 0xe6, 0x36, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x15, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x15, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x55, 0xee, 0x55, 0xee, 0x56, 0xee, 0x76, 0xf6, 0x75, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x55, 0xf6, 0x55, 0xee, 0x55, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x35, 0xee, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xee, 0x35, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0x15, 0xe6, 0xf4, 0xe5, 0xd4, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xb3, 0xe5, 0xb2, 0xe5, 0xb2, 0xe5, 0xb2, 0xe5, 0xb2, 0xe5, 0xb3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xb3, 0xe5, 0xd3, 0xe5, 0xd3, 0xdd, 0xb3, 0xdd, 0xb3, 0xdd, 0xb3, 0xdd, 0x93, 0xdd, 0x93, 0xdd, 0xb1, 0xd5, 0xb1, 0xd5, 0x91, 0xd5, 0x91, 0xd5, 0x92, 0xd5, 0xb3, 0xd5, 0xf4, 0xd5, 0x16, 0xde, 0x99, 0xe6, 0xda, 0xee, 0x3c, 0xf7, 0x7e, 0xff, 0x7f, 0xff, 0x7f, 0xf7, 0x5f, 0xf7, 0x5f, 0xef, 0xfc, 0xde, 0xbc, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xd6, 0xbb, 0xde, 0xdb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xd6, 0xba, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfb, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xef, 0x3c, 0xef, 0x5d, 0xef, 0x5d, 0xef, 0x5d, 0xef,
0x7a, 0xce, 0x7a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7a, 0xd6, 0x7a, 0xce, 0x5a, 0xce, 0x39, 0xce, 0xf8, 0xc5, 0xd8, 0xbd, 0xb7, 0xbd, 0x75, 0xb5, 0x55, 0xad, 0x14, 0xa5, 0xd3, 0x9c, 0x92, 0x94, 0x71, 0x8c, 0x30, 0x8c, 0x30, 0x84, 0x10, 0x84, 0x0f, 0x84, 0x10, 0x84, 0x30, 0x8c, 0x30, 0x8c, 0x30, 0x8c, 0x50, 0x8c, 0x51, 0x8c, 0x51, 0x94, 0x71, 0x94, 0x71, 0x94, 0x71, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xf3, 0xa4, 0xf3, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x96, 0xb5, 0xf7, 0xc5, 0x18, 0xce, 0x58, 0xd6, 0x78, 0xde, 0x78, 0xe6, 0x78, 0xe6, 0x57, 0xe6, 0x57, 0xe6, 0x35, 0xee, 0x35, 0xe6, 0x35, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x76, 0xee, 0x76, 0xee, 0x76, 0xee, 0x75, 0xee, 0x75, 0xee, 0x55, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf5, 0xe5, 0x15, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xee, 0x15, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x35, 0xee, 0x35, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xe6, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0xf5, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xb3, 0xe5, 0xb3, 0xe5, 0xb3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xd3, 0xe5, 0xb3, 0xdd, 0xb3, 0xdd, 0x93, 0xdd, 0x93, 0xdd, 0x91, 0xdd, 0x91, 0xdd, 0x91, 0xdd, 0x71, 0xd5, 0x71, 0xd5, 0x92, 0xd5, 0x93, 0xd5, 0xb4, 0xd5, 0xd5, 0xd5, 0x16, 0xde, 0x78, 0xe6, 0xda, 0xee, 0x3c, 0xf7, 0x5d, 0xff, 0x9e, 0xff, 0xbf, 0xff, 0x9f, 0xf7, 0x5e, 0xef, 0x1d, 0xe7, 0xbc, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x79, 0xd6, 0x59, 0xce, 0x59, 0xce, 0x79, 0xd6, 0x79, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xd6, 0xba, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfb, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xe7, 0x3c, 0xef, 0x3c, 0xef, 0x5d, 0xef, 0x5d, 0xef, 0x5d, 0xef,
0x7a, 0xce, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xce, 0x5a, 0xce, 0x39, 0xce, 0xf8, 0xc5, 0xd8, 0xbd, 0xb7, 0xbd, 0x75, 0xb5, 0x55, 0xad, 0x14, 0xa5, 0xd3, 0x9c, 0x92, 0x94, 0x51, 0x8c, 0x30, 0x8c, 0x10, 0x84, 0x10, 0x84, 0x0f, 0x84, 0x0f, 0x84, 0x30, 0x84, 0x30, 0x8c, 0x30, 0x8c, 0x50, 0x8c, 0x51, 0x8c, 0x51, 0x94, 0x51, 0x94, 0x71, 0x94, 0x71, 0x94, 0x71, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xd2, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xf3, 0xa4, 0xf3, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0xf4, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xb5, 0x76, 0xb5, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0xb6, 0xc5, 0x17, 0xce, 0x79, 0xde, 0x99, 0xe6, 0x99, 0xe6, 0x98, 0xe6, 0x77, 0xe6, 0x57, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x34, 0xe6, 0x35, 0xee, 0x55, 0xee, 0x56, 0xee, 0x76, 0xee, 0x76, 0xee, 0x76, 0xee, 0x76, 0xee, 0x76, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xd4, 0xdd, 0xd4, 0xdd, 0xd4, 0xdd, 0xd4, 0xdd, 0xd4, 0xdd, 0xf4, 0xdd, 0xf5, 0xdd, 0xf5, 0xe5, 0xf5, 0xe5, 0xf5, 0xe5, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x15, 0xe6, 0xf4, 0xe5, 0x14, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x35, 0xee, 0x36, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xee, 0x15, 0xe6, 0xf5, 0xe5, 0xf5, 0xe5, 0xf5, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xed, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x14, 0xee, 0x14, 0xe6, 0xf4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xd3, 0xdd, 0xb3, 0xe5, 0x93, 0xe5, 0x92, 0xdd, 0x72, 0xdd, 0x72, 0xdd, 0x72, 0xd5, 0x72, 0xd5, 0x72, 0xd5, 0x52, 0xcd, 0x93, 0xcd, 0xd4, 0xd5, 0x36, 0xde, 0x77, 0xe6, 0xd9, 0xee, 0x3a, 0xf7, 0x5b, 0xff, 0x7f, 0xff, 0x9f, 0xff, 0x7f, 0xf7, 0x3e, 0xef, 0xfc, 0xe6, 0xdc, 0xde, 0xdc, 0xd6, 0xbb, 0xd6, 0x9b, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xda, 0xd6, 0xda, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x79, 0xd6, 0x79, 0xd6, 0x79, 0xd6, 0x79, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xd6, 0xba, 0xde, 0xba, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfb, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xe7, 0x3c, 0xef, 0x3c, 0xef, 0x5d, 0xef, 0x5d, 0xef, 0x5d, 0xef,
0x7a, 0xce, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xce, 0x5a, 0xce, 0x39, 0xce, 0x18, 0xc6, 0xd8, 0xbd, 0xb7, 0xbd, 0x76, 0xb5, 0x55, 0xad, 0x14, 0xa5, 0xd3, 0x9c, 0x92, 0x94, 0x71, 0x94, 0x51, 0x8c, 0x30, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x30, 0x8c, 0x30, 0x8c, 0x30, 0x8c, 0x50, 0x8c, 0x51, 0x8c, 0x51, 0x94, 0x51, 0x94, 0x71, 0x94, 0x71, 0x94, 0x72, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb2, 0x9c, 0xb3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x34, 0xad, 0x34, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x75, 0xb5, 0x96, 0xbd, 0xf7, 0xcd, 0x58, 0xde, 0x99, 0xe6, 0x99, 0xe6, 0x98, 0xee, 0x77, 0xe6, 0x57, 0xe6, 0x36, 0xe6, 0x16, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x14, 0xee, 0x14, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x56, 0xee, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xee, 0x76, 0xee, 0x76, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x57, 0xee, 0x56, 0xe6, 0x35, 0xee, 0x35, 0xe6, 0x35, 0xe6, 0x15, 0xe6, 0x14, 0xe6, 0xf4, 0xdd, 0xf4, 0xdd, 0xd4, 0xdd, 0xf5, 0xe5, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xee, 0x36, 0xee, 0x36, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xd5, 0xed, 0xd4, 0xe5, 0xb4, 0xe5, 0x93, 0xe5, 0x93, 0xe5, 0x93, 0xdd, 0x92, 0xdd, 0x72, 0xd5, 0x72, 0xd5, 0x72, 0xd5, 0x72, 0xd5, 0xb2, 0xd5, 0xd3, 0xd5, 0x14, 0xde, 0x55, 0xde, 0x75, 0xe6, 0xba, 0xe6, 0x3d, 0xf7, 0x9e, 0xff, 0x9e, 0xff, 0x9e, 0xff, 0x7e, 0xf7, 0x1d, 0xe7, 0xbb, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xda, 0xd6, 0xda, 0xde, 0xda, 0xde, 0xba, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xde, 0xba, 0xde, 0xdb, 0xde, 0xfb, 0xde, 0xfb, 0xe6, 0xfb, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xe7, 0x3c, 0xef, 0x3c, 0xef, 0x5d, 0xef, 0x5d, 0xef, 0x5d, 0xef,
0x7a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xce, 0x7a, 0xce, 0x5a, 0xce, 0x39, 0xce, 0x19, 0xc6, 0xd8, 0xbd, 0xb7, 0xbd, 0x96, 0xb5, 0x76, 0xb5, 0x35, 0xad, 0xf4, 0xa4, 0xd3, 0x9c, 0x92, 0x94, 0x72, 0x94, 0x51, 0x8c, 0x31, 0x8c, 0x30, 0x8c, 0x30, 0x8c, 0x51, 0x8c, 0x51, 0x8c, 0x51, 0x8c, 0x71, 0x8c, 0x71, 0x94, 0x72, 0x94, 0x72, 0x94, 0x72, 0x94, 0x92, 0x94, 0x92, 0x9c, 0x92, 0x9c, 0xb2, 0x9c, 0xb3, 0x9c, 0xb3, 0x9c, 0xb3, 0x9c, 0xb3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x76, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0xb6, 0xc5, 0x58, 0xde, 0xb9, 0xee, 0xb9, 0xee, 0x77, 0xe6, 0x57, 0xee, 0x56, 0xe6, 0x36, 0xe6, 0x35, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x35, 0xe6, 0x56, 0xee, 0x55, 0xee, 0x55, 0xee, 0x55, 0xee, 0x56, 0xee, 0x76, 0xf6, 0x76, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x77, 0xee, 0x76, 0xee, 0x77, 0xee, 0x77, 0xee, 0x76, 0xee, 0x56, 0xe6, 0x56, 0xe6, 0x76, 0xee, 0x56, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x36, 0xee, 0x36, 0xee, 0x36, 0xee, 0x36, 0xee, 0x36, 0xee, 0x55, 0xee, 0x55, 0xee, 0x55, 0xee, 0x55, 0xee, 0x55, 0xee, 0x56, 0xee, 0x56, 0xf6, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x36, 0xee, 0x36, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xee, 0x15, 0xe6, 0x35, 0xee, 0x36, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xe6, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xd3, 0xe5, 0xd4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf5, 0xed, 0xf5, 0xed, 0xd5, 0xe5, 0xd4, 0xe5, 0xd4, 0xed, 0xd4, 0xe5, 0xb3, 0xe5, 0xb3, 0xdd, 0x92, 0xdd, 0x92, 0xd5, 0x71, 0xd5, 0x71, 0xd5, 0x71, 0xcd, 0x91, 0xd5, 0xb2, 0xd5, 0xb2, 0xd5, 0xf6, 0xd5, 0x79, 0xe6, 0x1b, 0xf7, 0x7d, 0xff, 0x9e, 0xff, 0xbe, 0xff, 0x7d, 0xf7, 0x1c, 0xe7, 0xfc, 0xde, 0xbb, 0xde, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xd6, 0xdb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xd6, 0xba, 0xde, 0xba, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfb, 0xde, 0xfb, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xe7, 0x3c, 0xef, 0x5d, 0xef, 0x5d, 0xef, 0x5d, 0xef, 0x5d, 0xef,
0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x39, 0xce, 0xf8, 0xc5, 0xd8, 0xbd, 0xb7, 0xbd, 0x96, 0xb5, 0x76, 0xb5, 0x35, 0xad, 0x15, 0xa5, 0xf4, 0xa4, 0xd3, 0x9c, 0xb3, 0x9c, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0x92, 0x94, 0xb2, 0x9c, 0xb2, 0x94, 0xb2, 0x9c, 0xd3, 0x9c, 0xb3, 0x9c, 0xb3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf3, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x34, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x75, 0xad, 0x55, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x75, 0xb5, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0xb7, 0xbd, 0x38, 0xce, 0x79, 0xde, 0xb9, 0xe6, 0x99, 0xee, 0x77, 0xee, 0x36, 0xe6, 0x35, 0xe6, 0x35, 0xee, 0x55, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x76, 0xee, 0x76, 0xee, 0x76, 0xee, 0x77, 0xee, 0x77, 0xee, 0x97, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x77, 0xee, 0x76, 0xee, 0x76, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xe6, 0x56, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0xf5, 0xed, 0x15, 0xee, 0x15, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0x15, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0xf4, 0xed, 0xf4, 0xe5, 0xd4, 0xe5, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xf5, 0xe5, 0xf5, 0xe5, 0xf5, 0xed, 0xf4, 0xe5, 0xf4, 0xed, 0xf4, 0xed, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd2, 0xe5, 0xb2, 0xdd, 0x92, 0xdd, 0x92, 0xd5, 0x71, 0xd5, 0x71, 0xcd, 0x51, 0xcd, 0x73, 0xcd, 0xb4, 0xd5, 0x16, 0xe6, 0x78, 0xee, 0xfa, 0xf6, 0x7d, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0x7d, 0xf7, 0x3c, 0xef, 0xdb, 0xde, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfb, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xef, 0x3c, 0xef, 0x5d, 0xef, 0x5d, 0xef, 0x5d, 0xef, 0x5d, 0xef,
0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x59, 0xce, 0x39, 0xce, 0x19, 0xc6, 0xf8, 0xc5, 0xd7, 0xbd, 0xb7, 0xbd, 0x96, 0xb5, 0x76, 0xb5, 0x56, 0xad, 0x55, 0xad, 0x35, 0xad, 0x35, 0xad, 0x14, 0xa5, 0x14, 0xa5, 0x14, 0xa5, 0x34, 0xad, 0x14, 0xa5, 0x14, 0xa5, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x75, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x96, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xb5, 0x75, 0xad, 0x75, 0xad, 0x75, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0xd7, 0xbd, 0x59, 0xd6, 0xdb, 0xe6, 0xda, 0xee, 0x78, 0xe6, 0x57, 0xe6, 0x36, 0xe6, 0x36, 0xee, 0x35, 0xee, 0x35, 0xee, 0x55, 0xf6, 0x75, 0xf6, 0x55, 0xf6, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x76, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0xf5, 0xed, 0xf5, 0xed, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x14, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x36, 0xee, 0x56, 0xee, 0x77, 0xee, 0x77, 0xf6, 0x97, 0xf6, 0x77, 0xf6, 0x77, 0xee, 0x57, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0x15, 0xee, 0x35, 0xee, 0x35, 0xf6, 0x35, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0xf4, 0xed, 0xf4, 0xe5, 0xd4, 0xe5, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0xf4, 0xed, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0xf3, 0xe5, 0xf3, 0xe5, 0xf3, 0xe5, 0xf3, 0xe5, 0xf3, 0xed, 0xf3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xb3, 0xdd, 0x93, 0xdd, 0x72, 0xd5, 0x52, 0xcd, 0x51, 0xcd, 0x51, 0xcd, 0x72, 0xcd, 0xb3, 0xd5, 0x15, 0xde, 0xb8, 0xee, 0x5b, 0xff, 0xbe, 0xff, 0x9e, 0xff, 0x7e, 0xf7, 0x3d, 0xef, 0xfc, 0xe6, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xba, 0xde, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfb, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xef, 0x3c, 0xef, 0x5d, 0xef, 0x5d, 0xef, 0x5d, 0xef, 0x5d, 0xef,
0xbb, 0xd6, 0xbb, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xc6, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x96, 0xb5, 0x76, 0xb5, 0x96, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x96, 0xb5, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0xb6, 0xbd, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0x96, 0xb5, 0xb6, 0xb5, 0xd7, 0xbd, 0xf7, 0xc5, 0xdc, 0xde, 0xdb, 0xde, 0xba, 0xde, 0x78, 0xde, 0x58, 0xe6, 0x57, 0xe6, 0x56, 0xee, 0x35, 0xee, 0x35, 0xf6, 0x35, 0xf6, 0x55, 0xf6, 0x55, 0xf6, 0x55, 0xee, 0x55, 0xee, 0x76, 0xee, 0x76, 0xee, 0x77, 0xe6, 0x77, 0xe6, 0x77, 0xe6, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x56, 0xee, 0x36, 0xee, 0x35, 0xe6, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xed, 0xd4, 0xed, 0xd4, 0xed, 0xd4, 0xed, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x35, 0xee, 0x56, 0xee, 0x77, 0xee, 0x97, 0xf6, 0xb8, 0xf6, 0x98, 0xf6, 0x97, 0xf6, 0x77, 0xf6, 0x56, 0xf6, 0x55, 0xf6, 0x35, 0xee, 0x35, 0xf6, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0xf5, 0xed, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xed, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xed, 0xf4, 0xed, 0x14, 0xee, 0x13, 0xe6, 0x13, 0xe6, 0x13, 0xe6, 0x13, 0xe6, 0xf3, 0xe5, 0xf3, 0xe5, 0xf3, 0xe5, 0xf3, 0xed, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xb4, 0xdd, 0x94, 0xdd, 0x94, 0xd5, 0x71, 0xd5, 0x51, 0xd5, 0x51, 0xcd, 0x51, 0xcd, 0x72, 0xcd, 0xd4, 0xcd, 0x78, 0xe6, 0xfb, 0xee, 0x7d, 0xff, 0x9e, 0xff, 0x9f, 0xff, 0x7e, 0xf7, 0xfd, 0xe6, 0xbb, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xba, 0xde, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xef, 0x3c, 0xef, 0x5d, 0xef, 0x5d, 0xef, 0x5d, 0xef, 0x5d, 0xef,
0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7a, 0xce, 0x7a, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0xf9, 0xc5, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0xf9, 0xc5, 0xf9, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf7, 0xc5, 0xf7, 0xbd, 0xf7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0x98, 0xbd, 0x77, 0xbd, 0x96, 0xbd, 0xd7, 0xc5, 0x78, 0xde, 0xfa, 0xee, 0x97, 0xf6, 0x76, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xee, 0x35, 0xe6, 0x35, 0xe6, 0x56, 0xee, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x56, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x56, 0xee, 0x56, 0xee, 0x76, 0xee, 0x76, 0xee, 0x56, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x34, 0xee, 0x14, 0xee, 0xf4, 0xed, 0xf4, 0xed, 0xf3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x14, 0xe6, 0x14, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x35, 0xee, 0x55, 0xee, 0x55, 0xee, 0x56, 0xee, 0x57, 0xee, 0x98, 0xf6, 0xd9, 0xf6, 0xfa, 0xfe, 0xda, 0xf6, 0xb9, 0xee, 0xd9, 0xee, 0xb9, 0xee, 0x78, 0xe6, 0x56, 0xe6, 0x36, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xe6, 0x36, 0xe6, 0x36, 0xee, 0x36, 0xee, 0x36, 0xee, 0x36, 0xf6, 0x15, 0xee, 0x15, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xee, 0x15, 0xe6, 0xf5, 0xe5, 0xf5, 0xe5, 0x15, 0xe6, 0x15, 0xee, 0x15, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0xf5, 0xe5, 0xf5, 0xe5, 0xf5, 0xe5, 0xf4, 0xe5, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xb3, 0xe5, 0xb3, 0xdd, 0xb3, 0xdd, 0x92, 0xdd, 0x72, 0xd5, 0x51, 0xd5, 0x30, 0xcd, 0x31, 0xcd, 0x72, 0xd5, 0xf4, 0xdd, 0xb8, 0xf6, 0x3a, 0xff, 0x9d, 0xff, 0xbe, 0xff, 0x7e, 0xf7, 0x3d, 0xef, 0xfd, 0xde, 0x9c, 0xd6, 0x9a, 0xd6, 0x9b, 0xde, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xd6, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0x9a, 0xde, 0x9a, 0xde, 0x9a, 0xde, 0x9a, 0xde, 0x9b, 0xde, 0x9b, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0x9a, 0xde, 0x9a, 0xde, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xde, 0x9a, 0xde, 0x9a, 0xde, 0x9a, 0xde, 0x9a, 0xde, 0x9a, 0xde, 0xba, 0xde, 0xba, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xe6, 0xfb, 0xe6, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xef, 0x1c, 0xef, 0x3c, 0xef, 0x3c, 0xef, 0x5d, 0xef, 0x5d, 0xef, 0x5d, 0xf7, 0x5d, 0xf7,
0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x17, 0xc6, 0x18, 0xc6, 0xf8, 0xc5, 0xf9, 0xc5, 0xd9, 0xc5, 0xb9, 0xc5, 0xd8, 0xc5, 0x39, 0xd6, 0xba, 0xe6, 0xda, 0xe6, 0xb9, 0xe6, 0x76, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x14, 0xee, 0x14, 0xee, 0xf4, 0xe5, 0xf3, 0xe5, 0xd3, 0xe5, 0xf3, 0xe5, 0xf4, 0xe5, 0xf4, 0xed, 0x14, 0xee, 0xf4, 0xed, 0xf4, 0xe5, 0xd3, 0xe5, 0xf4, 0xed, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x15, 0xee, 0x35, 0xe6, 0x56, 0xee, 0x56, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x55, 0xee, 0x76, 0xee, 0x77, 0xf6, 0x97, 0xf6, 0x98, 0xee, 0x98, 0xee, 0xb9, 0xee, 0xba, 0xee, 0xda, 0xee, 0xfa, 0xf6, 0xd9, 0xee, 0x98, 0xee, 0x57, 0xee, 0x56, 0xe6, 0x56, 0xee, 0x97, 0xf6, 0x98, 0xf6, 0xf9, 0xfe, 0xb8, 0xf6, 0xb8, 0xf6, 0x98, 0xf6, 0x78, 0xee, 0x57, 0xf6, 0x57, 0xf6, 0x16, 0xee, 0x35, 0xee, 0x15, 0xee, 0x15, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0xf5, 0xe5, 0xf5, 0xe5, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xb3, 0xdd, 0xb2, 0xdd, 0xb2, 0xdd, 0x92, 0xdd, 0x71, 0xd5, 0x51, 0xcd, 0x52, 0xcd, 0x93, 0xd5, 0xd4, 0xd5, 0x77, 0xe6, 0x1a, 0xf7, 0x9d, 0xff, 0xbf, 0xff, 0xbf, 0xff, 0x5e, 0xef, 0xfd, 0xde, 0xbb, 0xde, 0x9a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0x9a, 0xd6, 0xba, 0xde, 0x9a, 0xde, 0x9a, 0xde, 0x9a, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfb, 0xde, 0xfb, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xe7, 0x3c, 0xef, 0x3c, 0xef, 0x5d, 0xef, 0x5d, 0xef, 0x5d, 0xef, 0x7d, 0xef,
0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xd6, 0x7a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x1a, 0xce, 0x1a, 0xce, 0x7b, 0xde, 0xdb, 0xee, 0x1b, 0xef, 0xd9, 0xee, 0x98, 0xe6, 0x56, 0xee, 0x36, 0xee, 0x36, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x76, 0xf6, 0x56, 0xee, 0x56, 0xee, 0x36, 0xee, 0x36, 0xee, 0x36, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x55, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xf3, 0xe5, 0xd3, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x14, 0xe6, 0x14, 0xee, 0x35, 0xee, 0x35, 0xee, 0x14, 0xee, 0x14, 0xe6, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x56, 0xee, 0x76, 0xee, 0x76, 0xf6, 0x76, 0xee, 0x56, 0xee, 0x55, 0xee, 0x56, 0xee, 0x76, 0xee, 0x97, 0xf6, 0x97, 0xee, 0x98, 0xee, 0x98, 0xee, 0xb9, 0xee, 0xda, 0xee, 0xfb, 0xee, 0x1c, 0xf7, 0xfa, 0xf6, 0xda, 0xee, 0xb9, 0xee, 0x98, 0xee, 0x98, 0xee, 0xd9, 0xf6, 0x1a, 0xff, 0x5b, 0xff, 0x9c, 0xff, 0x7c, 0xff, 0x7c, 0xff, 0x5c, 0xff, 0x1a, 0xff, 0xd9, 0xf6, 0x98, 0xee, 0x37, 0xe6, 0x36, 0xee, 0x35, 0xee, 0x35, 0xee, 0x36, 0xee, 0x36, 0xee, 0x36, 0xee, 0x36, 0xee, 0x56, 0xee, 0x36, 0xee, 0x36, 0xee, 0x36, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xe6, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xb3, 0xdd, 0xd3, 0xdd, 0xd3, 0xdd, 0xd3, 0xdd, 0xb2, 0xdd, 0x71, 0xd5, 0x51, 0xcd, 0x51, 0xcd, 0x32, 0xc5, 0xb4, 0xcd, 0x57, 0xde, 0xfb, 0xf6, 0x9e, 0xff, 0xdf, 0xff, 0xbf, 0xff, 0x7e, 0xf7, 0xfc, 0xe6, 0x9b, 0xde, 0x7a, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xde, 0x9a, 0xde, 0x9a, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xd6, 0x9a, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xd6, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfb, 0xde, 0xfb, 0xe6, 0xfb, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x3c, 0xe7, 0x3c, 0xef, 0x3c, 0xef, 0x5d, 0xef, 0x5d, 0xef, 0x5d, 0xef, 0x5d, 0xef,
0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xde, 0x9c, 0xde, 0x9c, 0xde, 0x9c, 0xde, 0x9c, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x5a, 0xd6, 0xbb, 0xe6, 0x1c, 0xef, 0xfb, 0xf6, 0x99, 0xe6, 0x77, 0xe6, 0xb7, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0x15, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x55, 0xee, 0x56, 0xee, 0x55, 0xee, 0x36, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x14, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x55, 0xee, 0x55, 0xee, 0x55, 0xee, 0x55, 0xee, 0x35, 0xee, 0x55, 0xee, 0x56, 0xee, 0x36, 0xee, 0x56, 0xee, 0x76, 0xee, 0x76, 0xee, 0x56, 0xee, 0x76, 0xee, 0x76, 0xee, 0x97, 0xee, 0x97, 0xee, 0x77, 0xe6, 0x78, 0xe6, 0xb9, 0xee, 0x3c, 0xf7, 0x7d, 0xff, 0x7e, 0xff, 0x7e, 0xff, 0x5c, 0xff, 0x1b, 0xf7, 0xda, 0xf6, 0xd9, 0xee, 0xfa, 0xf6, 0x5c, 0xff, 0xbd, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0x9e, 0xff, 0x7d, 0xff, 0x1b, 0xf7, 0x99, 0xe6, 0x56, 0xee, 0x36, 0xee, 0x36, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xf6, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x55, 0xee, 0x35, 0xee, 0x15, 0xee, 0x14, 0xe6, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf3, 0xe5, 0xf3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xb3, 0xe5, 0xb3, 0xdd, 0x92, 0xdd, 0x72, 0xd5, 0x72, 0xd5, 0x52, 0xcd, 0x52, 0xc5, 0xb4, 0xcd, 0x37, 0xde, 0xda, 0xee, 0x5d, 0xf7, 0xbe, 0xff, 0xdf, 0xff, 0x5e, 0xf7, 0xfc, 0xe6, 0xbb, 0xde, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xd6, 0xbb, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xba, 0xde, 0x9a, 0xd6, 0xba, 0xde, 0xba, 0xde, 0xba, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfc, 0xe6, 0xfc, 0xe6, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x3d, 0xef, 0x3d, 0xef, 0x5d, 0xef, 0x5d, 0xef, 0x5d, 0xef,
0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xdc, 0xe6, 0x1d, 0xef, 0x1c, 0xf7, 0xb9, 0xee, 0x77, 0xe6, 0x56, 0xe6, 0x96, 0xee, 0x36, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x35, 0xee, 0x55, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0xf5, 0xe5, 0xf4, 0xdd, 0xf4, 0xdd, 0xf4, 0xe5, 0xf4, 0xe5, 0x15, 0xe6, 0x15, 0xee, 0x35, 0xee, 0x35, 0xee, 0x36, 0xe6, 0x35, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x15, 0xee, 0x35, 0xee, 0x55, 0xee, 0x55, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x76, 0xee, 0x97, 0xf6, 0x97, 0xee, 0x77, 0xee, 0x77, 0xe6, 0xb9, 0xee, 0x3c, 0xf7, 0xbe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0x9d, 0xff, 0x3c, 0xff, 0x1b, 0xf7, 0x5c, 0xff, 0xbe, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x7d, 0xff, 0x1c, 0xef, 0x56, 0xee, 0x36, 0xee, 0x35, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x76, 0xf6, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0x14, 0xe6, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xd4, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xb3, 0xe5, 0xb3, 0xdd, 0xb2, 0xdd, 0x92, 0xd5, 0x72, 0xd5, 0x52, 0xcd, 0x52, 0xc5, 0x94, 0xcd, 0xf6, 0xd5, 0x99, 0xe6, 0x5c, 0xff, 0xde, 0xff, 0xbf, 0xff, 0x9e, 0xff, 0x3d, 0xef, 0xbb, 0xde, 0x9a, 0xd6, 0xbb, 0xd6, 0xbb, 0xde, 0x9b, 0xd6, 0xbb, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xba, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xfb, 0xe6, 0xfc, 0xe6, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x3d, 0xef, 0x3d, 0xef, 0x3d, 0xef, 0x3d, 0xef,
0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xe6, 0xdc, 0xe6, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xfc, 0xde, 0x3d, 0xef, 0x3c, 0xf7, 0xba, 0xee, 0x78, 0xe6, 0xb7, 0xf6, 0x96, 0xf6, 0x55, 0xee, 0x35, 0xe6, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x76, 0xee, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x36, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xee, 0x15, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x14, 0xe6, 0xf4, 0xe5, 0xd4, 0xdd, 0xd4, 0xdd, 0xf4, 0xe5, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x56, 0xee, 0x56, 0xee, 0x77, 0xee, 0x76, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0x15, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x15, 0xee, 0x35, 0xee, 0x55, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xf6, 0x36, 0xee, 0x35, 0xee, 0x36, 0xee, 0x76, 0xf6, 0x97, 0xf6, 0x97, 0xee, 0x57, 0xe6, 0xb8, 0xe6, 0x3b, 0xf7, 0xbe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xbe, 0xff, 0x7d, 0xff, 0x7d, 0xff, 0xbe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xf7, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x7d, 0xf7, 0x76, 0xf6, 0x56, 0xee, 0x35, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0x36, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x55, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xd4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xb3, 0xdd, 0x92, 0xdd, 0x92, 0xd5, 0x52, 0xcd, 0x52, 0xcd, 0x52, 0xcd, 0x73, 0xcd, 0xd5, 0xd5, 0x99, 0xee, 0x5c, 0xff, 0xdf, 0xff, 0xff, 0xff, 0x9f, 0xff, 0x1c, 0xe7, 0xbb, 0xde, 0xdb, 0xd6, 0xbb, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdc, 0xde, 0xfc, 0xe6, 0xfc, 0xe6, 0xfc, 0xe6, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x1d, 0xe7, 0x3d, 0xef, 0x3d, 0xef, 0x3d, 0xef,
0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x1d, 0xe7, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xdd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfc, 0xde, 0x3d, 0xef, 0x1c, 0xef, 0xfb, 0xee, 0x98, 0xe6, 0x77, 0xee, 0x97, 0xf6, 0x76, 0xf6, 0x34, 0xee, 0x36, 0xee, 0x56, 0xee, 0x76, 0xee, 0x76, 0xee, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0x15, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xee, 0x15, 0xee, 0x35, 0xee, 0x34, 0xee, 0x14, 0xee, 0x14, 0xee, 0xf4, 0xe5, 0xf4, 0xe5, 0xd4, 0xdd, 0xd4, 0xdd, 0xf4, 0xdd, 0x15, 0xe6, 0x35, 0xe6, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x76, 0xee, 0x76, 0xf6, 0x97, 0xee, 0x97, 0xf6, 0x97, 0xf6, 0x77, 0xf6, 0x76, 0xf6, 0x55, 0xee, 0x15, 0xe6, 0xf4, 0xe5, 0xd3, 0xdd, 0xf4, 0xe5, 0x15, 0xee, 0x35, 0xee, 0x55, 0xee, 0x55, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xee, 0x36, 0xee, 0x15, 0xee, 0x15, 0xe6, 0x55, 0xee, 0x97, 0xf6, 0x97, 0xf6, 0x77, 0xee, 0x56, 0xe6, 0xb8, 0xee, 0x5b, 0xff, 0xde, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xbf, 0xff, 0xbf, 0xff, 0xbf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xf7, 0xff, 0xf7, 0xff, 0xf7, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x5d, 0xf7, 0x76, 0xf6, 0x56, 0xee, 0x35, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x36, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x55, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xd4, 0xe5, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xe5, 0xd3, 0xe5, 0xf3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xb3, 0xdd, 0x92, 0xd5, 0x72, 0xd5, 0x72, 0xcd, 0x52, 0xcd, 0x52, 0xcd, 0xd5, 0xdd, 0x98, 0xee, 0x5d, 0xf7, 0xbf, 0xff, 0xdf, 0xff, 0x9e, 0xf7, 0x3d, 0xe7, 0xfc, 0xde, 0xdb, 0xd6, 0x9b, 0xd6, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdc, 0xde, 0xfc, 0xe6, 0xfc, 0xe6, 0xfc, 0xe6, 0xfc, 0xe6, 0xfc, 0xe6, 0xfc, 0xe6, 0x1c, 0xe7, 0x1c, 0xe7, 0x1c, 0xe7, 0x1d, 0xe7, 0x3d, 0xef,
0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0xfd, 0xe6, 0xfd, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfc, 0xde, 0xfc, 0xe6, 0x7d, 0xf7, 0xdb, 0xe6, 0x99, 0xe6, 0xb8, 0xee, 0x97, 0xf6, 0x35, 0xee, 0x14, 0xee, 0x54, 0xf6, 0x56, 0xee, 0x96, 0xf6, 0x96, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x35, 0xee, 0x55, 0xee, 0x35, 0xee, 0x15, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xee, 0x35, 0xee, 0x14, 0xee, 0x14, 0xee, 0xf4, 0xe5, 0xd3, 0xe5, 0xd3, 0xdd, 0xd4, 0xdd, 0x15, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x56, 0xee, 0x76, 0xee, 0x97, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0xb7, 0xf6, 0xb7, 0xf6, 0x97, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x14, 0xee, 0xf4, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xf4, 0xe5, 0x14, 0xee, 0x35, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xe6, 0xf5, 0xe5, 0x15, 0xee, 0xf4, 0xe5, 0xf4, 0xe5, 0x35, 0xee, 0x97, 0xf6, 0x97, 0xf6, 0x56, 0xee, 0x56, 0xe6, 0x98, 0xe6, 0xfa, 0xf6, 0xbd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xf7, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x9d, 0xff, 0x1b, 0xf7, 0x97, 0xf6, 0x56, 0xee, 0x36, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xe6, 0x35, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x76, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xee, 0x36, 0xee, 0x35, 0xee, 0x55, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xed, 0xf4, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xf4, 0xe5, 0xf4, 0xed, 0x14, 0xee, 0x14, 0xee, 0xd3, 0xdd, 0x93, 0xdd, 0x92, 0xd5, 0x31, 0xcd, 0xf1, 0xc4, 0x52, 0xcd, 0xd4, 0xdd, 0xdb, 0xee, 0x5d, 0xf7, 0xdf, 0xff, 0xff, 0xff, 0x9e, 0xf7, 0x1c, 0xe7, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xe6, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xfc, 0xe6, 0xfc, 0xe6, 0xfc, 0xe6, 0xfc, 0xe6, 0xfc, 0xe6, 0xfc, 0xe6, 0xfc, 0xe6, 0x1c, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7,
0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x1d, 0xe7, 0xdd, 0xe6, 0xfd, 0xe6, 0x1e, 0xe7, 0xdc, 0xde, 0xdc, 0xde, 0x7e, 0xf7, 0xfb, 0xee, 0xda, 0xee, 0x98, 0xe6, 0x77, 0xee, 0x56, 0xee, 0x55, 0xf6, 0x54, 0xf6, 0x54, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0xf4, 0xe5, 0x15, 0xe6, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0xf4, 0xed, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x15, 0xe6, 0x56, 0xee, 0x76, 0xee, 0xb7, 0xf6, 0xb8, 0xf6, 0xd8, 0xfe, 0xd8, 0xfe, 0xb8, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x56, 0xee, 0x56, 0xee, 0x55, 0xee, 0x14, 0xee, 0xf4, 0xed, 0xf3, 0xed, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0x14, 0xee, 0x35, 0xf6, 0x35, 0xee, 0xf4, 0xe5, 0xf4, 0xe5, 0x35, 0xe6, 0x15, 0xee, 0x36, 0xee, 0x35, 0xee, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xe6, 0x77, 0xe6, 0xd9, 0xee, 0x7c, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x9d, 0xff, 0x1a, 0xff, 0xb9, 0xee, 0x76, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xee, 0x56, 0xee, 0x77, 0xee, 0x77, 0xee, 0x56, 0xee, 0x36, 0xe6, 0x36, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0x55, 0xee, 0x56, 0xee, 0x35, 0xee, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xf4, 0xe5, 0xf4, 0xed, 0xf3, 0xed, 0xf3, 0xe5, 0xd3, 0xe5, 0xf3, 0xe5, 0xf4, 0xe5, 0xd3, 0xdd, 0x72, 0xd5, 0x51, 0xcd, 0x31, 0xcd, 0x31, 0xcd, 0xf7, 0xd5, 0xba, 0xee, 0x9d, 0xff, 0xdf, 0xff, 0xbf, 0xff, 0x9e, 0xf7, 0x3d, 0xe7, 0xdc, 0xde, 0xdc, 0xde, 0xfd, 0xe6, 0xdd, 0xe6, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xe6, 0xfc, 0xe6, 0xfc, 0xe6, 0xfc, 0xe6, 0xfc, 0xe6, 0xfc, 0xe6, 0xfc, 0xe6, 0xfc, 0xe6,
0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xdd, 0xe6, 0x1d, 0xe7, 0x3d, 0xef, 0x3d, 0xf7, 0xda, 0xee, 0xb9, 0xee, 0x97, 0xee, 0x76, 0xee, 0x76, 0xf6, 0x75, 0xf6, 0x55, 0xf6, 0x55, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0x15, 0xe6, 0x15, 0xee, 0x35, 0xee, 0x15, 0xee, 0x15, 0xe6, 0x15, 0xee, 0xd4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x14, 0xe6, 0x15, 0xe6, 0x55, 0xee, 0x76, 0xee, 0x97, 0xf6, 0xd8, 0xfe, 0xb8, 0xf6, 0xb7, 0xf6, 0xb7, 0xf6, 0xb7, 0xf6, 0x97, 0xf6, 0x76, 0xee, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0xf4, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xed, 0xf3, 0xed, 0xd3, 0xe5, 0xb2, 0xe5, 0xd3, 0xe5, 0x14, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xe6, 0x35, 0xe6, 0x36, 0xee, 0x36, 0xee, 0x56, 0xee, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x56, 0xee, 0x56, 0xe6, 0x98, 0xee, 0xfa, 0xf6, 0x7c, 0xff, 0xde, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xbd, 0xff, 0x7c, 0xff, 0x1a, 0xff, 0xb8, 0xf6, 0x77, 0xee, 0x56, 0xee, 0x76, 0xee, 0x77, 0xee, 0x77, 0xee, 0x76, 0xee, 0x56, 0xee, 0x36, 0xee, 0x35, 0xe6, 0x36, 0xe6, 0x56, 0xee, 0x77, 0xf6, 0x97, 0xf6, 0x56, 0xee, 0x35, 0xe6, 0x36, 0xee, 0x56, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x76, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xf4, 0xe5, 0xf3, 0xe5, 0xf3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xf3, 0xe5, 0xd3, 0xe5, 0xb3, 0xe5, 0x72, 0xd5, 0x31, 0xcd, 0x11, 0xcd, 0x54, 0xc5, 0x17, 0xde, 0x1b, 0xf7, 0xbd, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0x7e, 0xef, 0x1d, 0xe7, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xe6, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xfc, 0xde, 0xfc, 0xde, 0xfc, 0xde, 0xfc, 0xde, 0xfc, 0xe6, 0xfc, 0xe6, 0xfc, 0xe6, 0xfc, 0xe6,
0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0xfd, 0xe6, 0xfd, 0xe6, 0x1e, 0xe7, 0xdd, 0xe6, 0x9c, 0xde, 0x3d, 0xef, 0x5e, 0xff, 0xba, 0xe6, 0xb9, 0xe6, 0x98, 0xee, 0x97, 0xee, 0x96, 0xee, 0x76, 0xf6, 0x76, 0xf6, 0x55, 0xf6, 0x55, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x15, 0xee, 0x15, 0xee, 0x35, 0xee, 0x15, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xd3, 0xe5, 0xf4, 0xe5, 0x15, 0xee, 0x55, 0xee, 0x76, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0xb8, 0xf6, 0xd8, 0xfe, 0xb7, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x35, 0xe6, 0x15, 0xee, 0x35, 0xee, 0x34, 0xee, 0xf4, 0xed, 0xf3, 0xed, 0xf3, 0xed, 0xf3, 0xed, 0xf3, 0xed, 0xd3, 0xed, 0xd3, 0xe5, 0xd3, 0xe5, 0x14, 0xe6, 0x35, 0xee, 0x35, 0xee, 0x56, 0xee, 0x56, 0xee, 0x77, 0xee, 0x77, 0xee, 0x57, 0xee, 0x77, 0xee, 0x97, 0xf6, 0x97, 0xf6, 0x76, 0xee, 0x56, 0xee, 0x97, 0xf6, 0x56, 0xee, 0x56, 0xe6, 0x77, 0xee, 0xf9, 0xf6, 0x5b, 0xff, 0xbd, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xde, 0xff, 0xbd, 0xff, 0x5c, 0xff, 0x1a, 0xf7, 0xb9, 0xf6, 0x77, 0xee, 0x56, 0xee, 0x35, 0xee, 0x56, 0xee, 0x56, 0xee, 0x76, 0xee, 0x76, 0xee, 0x76, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xe6, 0x15, 0xe6, 0x56, 0xee, 0x97, 0xf6, 0x97, 0xf6, 0x56, 0xee, 0x35, 0xe6, 0x36, 0xe6, 0x56, 0xee, 0x97, 0xf6, 0xb7, 0xf6, 0xb8, 0xf6, 0xb7, 0xf6, 0x97, 0xf6, 0x77, 0xee, 0x76, 0xee, 0x76, 0xee, 0x76, 0xee, 0x56, 0xee, 0x36, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xee, 0x15, 0xe6, 0x15, 0xee, 0x15, 0xe6, 0xf4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xf3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xf4, 0xe5, 0xb3, 0xe5, 0x72, 0xd5, 0x31, 0xcd, 0xf2, 0xbc, 0x74, 0xcd, 0x57, 0xe6, 0x3c, 0xf7, 0xde, 0xff, 0xff, 0xff, 0xbf, 0xf7, 0x7e, 0xef, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfc, 0xde, 0xfc, 0xde, 0xfc, 0xde, 0xfc, 0xde, 0xfc, 0xde, 0xfc, 0xde, 0xfc, 0xde, 0xfc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xfc, 0xde, 0xfc, 0xde, 0xfc, 0xde, 0xfc, 0xde,
0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0xfd, 0xe6, 0xfd, 0xe6, 0xbc, 0xde, 0xbc, 0xde, 0x1d, 0xf7, 0x1c, 0xf7, 0x78, 0xe6, 0x98, 0xee, 0x97, 0xee, 0x96, 0xee, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xf6, 0x56, 0xf6, 0x56, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xee, 0x15, 0xee, 0x15, 0xe6, 0x15, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x35, 0xee, 0x56, 0xee, 0x76, 0xf6, 0x97, 0xf6, 0xb7, 0xf6, 0xb7, 0xf6, 0xb8, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x77, 0xee, 0x76, 0xee, 0x76, 0xee, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x55, 0xf6, 0x55, 0xf6, 0x35, 0xf6, 0x34, 0xf6, 0x14, 0xee, 0xf3, 0xed, 0xd3, 0xe5, 0xf4, 0xed, 0x15, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x36, 0xe6, 0xb8, 0xee, 0xf9, 0xfe, 0x3b, 0xff, 0xfa, 0xf6, 0xb9, 0xee, 0x98, 0xee, 0x97, 0xee, 0x77, 0xee, 0x76, 0xee, 0x56, 0xee, 0x97, 0xf6, 0x76, 0xee, 0x56, 0xe6, 0x36, 0xe6, 0x57, 0xe6, 0xb8, 0xee, 0x1a, 0xff, 0x7c, 0xff, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xde, 0xff, 0x9d, 0xff, 0x9c, 0xff, 0x1b, 0xf7, 0xfa, 0xf6, 0xd9, 0xee, 0x98, 0xee, 0x77, 0xee, 0x56, 0xee, 0x56, 0xf6, 0x76, 0xf6, 0x76, 0xee, 0x76, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x76, 0xee, 0x76, 0xee, 0x35, 0xe6, 0x56, 0xee, 0x77, 0xee, 0x97, 0xf6, 0x76, 0xee, 0x36, 0xe6, 0x36, 0xe6, 0x56, 0xee, 0x97, 0xf6, 0xb8, 0xf6, 0xd8, 0xfe, 0xd8, 0xfe, 0xb8, 0xf6, 0xb7, 0xf6, 0xb7, 0xf6, 0xb7, 0xf6, 0x97, 0xf6, 0x76, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x76, 0xee, 0x56, 0xee, 0x36, 0xee, 0x35, 0xee, 0x15, 0xee, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x14, 0xe6, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xf4, 0xe5, 0xd4, 0xe5, 0x93, 0xdd, 0x72, 0xd5, 0x32, 0xcd, 0x53, 0xcd, 0xd5, 0xd5, 0xb9, 0xee, 0x7c, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xbf, 0xf7, 0x3e, 0xef, 0xfd, 0xe6, 0xdd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde,
0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x1e, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xdf, 0x1e, 0xe7, 0xbc, 0xde, 0xbc, 0xde, 0xfd, 0xee, 0x1d, 0xf7, 0xba, 0xee, 0x98, 0xee, 0xb7, 0xf6, 0x96, 0xf6, 0x75, 0xf6, 0x75, 0xf6, 0x55, 0xf6, 0x56, 0xf6, 0x56, 0xf6, 0x36, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xee, 0x15, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x15, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0xd4, 0xe5, 0xf4, 0xe5, 0x15, 0xe6, 0x56, 0xee, 0x76, 0xf6, 0x97, 0xf6, 0xb7, 0xf6, 0xb7, 0xf6, 0xb7, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x77, 0xee, 0x97, 0xf6, 0x76, 0xf6, 0x76, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x55, 0xf6, 0x55, 0xf6, 0x55, 0xf6, 0x34, 0xf6, 0xf4, 0xed, 0xd3, 0xe5, 0xf4, 0xe5, 0x15, 0xe6, 0x15, 0xe6, 0x36, 0xe6, 0xb8, 0xee, 0x5b, 0xff, 0xbd, 0xff, 0xbe, 0xff, 0xbd, 0xff, 0x7c, 0xff, 0x3b, 0xf7, 0xd9, 0xee, 0x98, 0xee, 0x77, 0xee, 0x76, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x56, 0xee, 0x36, 0xe6, 0x37, 0xe6, 0x98, 0xee, 0xd9, 0xfe, 0x9f, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xbd, 0xff, 0x9c, 0xff, 0x3a, 0xff, 0xf9, 0xf6, 0xd9, 0xf6, 0x98, 0xee, 0x98, 0xee, 0x77, 0xe6, 0x77, 0xee, 0x77, 0xee, 0x77, 0xf6, 0x77, 0xf6, 0x76, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x76, 0xee, 0x76, 0xee, 0x76, 0xee, 0x76, 0xee, 0x76, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x97, 0xf6, 0x97, 0xf6, 0x77, 0xee, 0x56, 0xee, 0x36, 0xe6, 0x77, 0xee, 0x97, 0xf6, 0xd8, 0xf6, 0xd8, 0xfe, 0xd8, 0xf6, 0xd8, 0xf6, 0xd8, 0xf6, 0xd8, 0xfe, 0xb7, 0xf6, 0x97, 0xf6, 0x77, 0xee, 0x76, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xd3, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xb4, 0xe5, 0xb3, 0xdd, 0x72, 0xdd, 0x31, 0xcd, 0x52, 0xcd, 0x16, 0xde, 0x1a, 0xf7, 0xbd, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x9f, 0xf7, 0x3e, 0xef, 0xdd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0x1d, 0xdf, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde,
0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0xbc, 0xd6, 0xdc, 0xe6, 0x5e, 0xff, 0xfc, 0xf6, 0x79, 0xee, 0xd9, 0xf6, 0xb7, 0xf6, 0x96, 0xf6, 0x75, 0xf6, 0x55, 0xf6, 0x55, 0xee, 0x56, 0xee, 0x36, 0xee, 0x36, 0xee, 0x15, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x15, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0x15, 0xee, 0xf4, 0xe5, 0xd4, 0xe5, 0xf4, 0xe5, 0x35, 0xee, 0x97, 0xf6, 0xb7, 0xf6, 0xb7, 0xfe, 0xb8, 0xf6, 0xb7, 0xf6, 0x97, 0xf6, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x97, 0xf6, 0x77, 0xf6, 0x56, 0xee, 0x35, 0xee, 0x14, 0xe6, 0x15, 0xe6, 0x35, 0xee, 0x35, 0xe6, 0x35, 0xee, 0x15, 0xe6, 0x15, 0xee, 0x35, 0xee, 0x55, 0xf6, 0x55, 0xf6, 0x34, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x15, 0xde, 0x77, 0xe6, 0x3b, 0xff, 0xbd, 0xff, 0xde, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xbd, 0xff, 0x5c, 0xf7, 0xfa, 0xf6, 0xb8, 0xee, 0x97, 0xee, 0x77, 0xee, 0x77, 0xee, 0x97, 0xf6, 0x77, 0xee, 0x36, 0xee, 0x16, 0xe6, 0x57, 0xee, 0x78, 0xf6, 0x5d, 0xf7, 0x9d, 0xff, 0x7c, 0xff, 0x1a, 0xf7, 0xd8, 0xf6, 0x97, 0xee, 0x76, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x57, 0xee, 0x57, 0xee, 0x77, 0xee, 0x77, 0xee, 0x57, 0xee, 0x36, 0xee, 0x76, 0xee, 0x76, 0xee, 0x76, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x76, 0xee, 0x76, 0xee, 0x76, 0xee, 0x56, 0xee, 0x56, 0xee, 0x77, 0xee, 0xb7, 0xf6, 0x97, 0xf6, 0x77, 0xee, 0x56, 0xee, 0x56, 0xe6, 0x77, 0xee, 0x97, 0xf6, 0xb8, 0xf6, 0xb8, 0xf6, 0xb8, 0xf6, 0xd8, 0xf6, 0xd8, 0xfe, 0xd8, 0xf6, 0xd8, 0xfe, 0xb8, 0xf6, 0x97, 0xf6, 0x77, 0xee, 0x76, 0xee, 0x76, 0xee, 0x77, 0xee, 0x35, 0xee, 0x35, 0xee, 0x14, 0xee, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xd4, 0xe5, 0xb4, 0xe5, 0x93, 0xdd, 0x51, 0xdd, 0x31, 0xcd, 0x11, 0xc5, 0xb3, 0xcd, 0x98, 0xe6, 0x5c, 0xf7, 0xde, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0x7f, 0xf7, 0xfd, 0xe6, 0xdd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfc, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde,
0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x1d, 0xdf, 0xbc, 0xd6, 0xbc, 0xd6, 0x1e, 0xef, 0x3e, 0xf7, 0xdb, 0xf6, 0x99, 0xee, 0xd8, 0xfe, 0x96, 0xf6, 0x95, 0xf6, 0x75, 0xf6, 0x75, 0xf6, 0x55, 0xee, 0x36, 0xee, 0x36, 0xe6, 0x17, 0xe6, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0x14, 0xe6, 0x15, 0xe6, 0x35, 0xee, 0x15, 0xee, 0x15, 0xe6, 0x35, 0xee, 0x15, 0xee, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x14, 0xe6, 0x35, 0xee, 0x76, 0xf6, 0xb8, 0xf6, 0xb8, 0xf6, 0xb8, 0xf6, 0xb8, 0xf6, 0x97, 0xf6, 0x97, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x76, 0xee, 0x56, 0xee, 0x35, 0xee, 0x15, 0xee, 0x15, 0xee, 0x35, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x55, 0xf6, 0x55, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xe6, 0x36, 0xde, 0x99, 0xe6, 0x5c, 0xff, 0xde, 0xff, 0xde, 0xff, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xde, 0xff, 0x7c, 0xff, 0x3a, 0xf7, 0xf9, 0xf6, 0xb8, 0xee, 0x98, 0xf6, 0x98, 0xf6, 0x97, 0xf6, 0x77, 0xee, 0x36, 0xee, 0x37, 0xee, 0x57, 0xee, 0xfa, 0xee, 0x3b, 0xf7, 0xfa, 0xf6, 0x97, 0xee, 0x77, 0xee, 0x76, 0xee, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xee, 0x76, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x78, 0xee, 0x78, 0xee, 0x78, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x76, 0xee, 0x76, 0xee, 0x77, 0xee, 0x77, 0xee, 0x76, 0xee, 0x56, 0xe6, 0x56, 0xe6, 0x77, 0xee, 0x97, 0xf6, 0x97, 0xf6, 0x97, 0xee, 0x97, 0xee, 0x56, 0xe6, 0x77, 0xee, 0x77, 0xee, 0x97, 0xee, 0x97, 0xf6, 0xb8, 0xf6, 0xb8, 0xf6, 0xb8, 0xf6, 0xd8, 0xfe, 0xf9, 0xfe, 0xf8, 0xfe, 0xd8, 0xfe, 0xb7, 0xf6, 0x97, 0xf6, 0x77, 0xee, 0x76, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xd5, 0xe5, 0xd4, 0xe5, 0xb4, 0xdd, 0x51, 0xdd, 0x51, 0xd5, 0x31, 0xcd, 0x52, 0xc5, 0xf5, 0xd5, 0xda, 0xe6, 0x9d, 0xf7, 0xdf, 0xff, 0xff, 0xff, 0xbf, 0xf7, 0x5e, 0xef, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xe6, 0x1d, 0xdf, 0xfc, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde,
0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x3e, 0xdf, 0x9b, 0xce, 0xdc, 0xde, 0x3e, 0xf7, 0xfd, 0xf6, 0xba, 0xee, 0xb9, 0xf6, 0x97, 0xf6, 0x76, 0xf6, 0x75, 0xf6, 0x74, 0xf6, 0x75, 0xf6, 0x76, 0xf6, 0x36, 0xee, 0x16, 0xe6, 0xf6, 0xe5, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0x14, 0xe6, 0x15, 0xe6, 0x15, 0xee, 0x14, 0xe6, 0x14, 0xe6, 0x35, 0xee, 0xf4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xf4, 0xe5, 0x35, 0xee, 0x76, 0xf6, 0xd7, 0xfe, 0xb8, 0xf6, 0xb8, 0xf6, 0xb8, 0xf6, 0xb7, 0xf6, 0x97, 0xee, 0x97, 0xee, 0x97, 0xee, 0x97, 0xee, 0x77, 0xee, 0x76, 0xee, 0x56, 0xee, 0x55, 0xee, 0x35, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x77, 0xee, 0xb7, 0xf6, 0xb8, 0xf6, 0x97, 0xf6, 0x56, 0xee, 0x55, 0xee, 0x55, 0xee, 0x56, 0xee, 0x35, 0xe6, 0x56, 0xee, 0x77, 0xe6, 0x57, 0xde, 0x99, 0xe6, 0x5c, 0xf7, 0xde, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xbd, 0xff, 0x7c, 0xff, 0x1a, 0xff, 0xd9, 0xf6, 0x98, 0xf6, 0x97, 0xf6, 0x77, 0xf6, 0x77, 0xf6, 0x57, 0xee, 0x57, 0xee, 0xfa, 0xee, 0x1a, 0xf7, 0xd9, 0xee, 0x77, 0xee, 0x76, 0xee, 0x76, 0xf6, 0x75, 0xf6, 0x75, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x97, 0xee, 0x98, 0xee, 0x98, 0xee, 0xb9, 0xee, 0xd9, 0xf6, 0xfa, 0xfe, 0xd8, 0xfe, 0xb8, 0xf6, 0x97, 0xee, 0x76, 0xee, 0x56, 0xe6, 0x56, 0xee, 0x76, 0xee, 0x77, 0xee, 0x56, 0xee, 0x56, 0xe6, 0x56, 0xe6, 0x76, 0xee, 0x77, 0xee, 0x97, 0xee, 0x97, 0xee, 0x97, 0xf6, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x97, 0xee, 0x97, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0xd8, 0xfe, 0xd8, 0xfe, 0xf8, 0xfe, 0xf8, 0xfe, 0xd8, 0xfe, 0xb7, 0xf6, 0x77, 0xee, 0x56, 0xee, 0x55, 0xee, 0x55, 0xee, 0x55, 0xee, 0x35, 0xee, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x15, 0xe6, 0xf4, 0xe5, 0xb4, 0xdd, 0xb3, 0xdd, 0xd4, 0xdd, 0xd4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0x91, 0xe5, 0x92, 0xdd, 0x51, 0xd5, 0x11, 0xc5, 0x73, 0xc5, 0x77, 0xd6, 0x5c, 0xf7, 0xdf, 0xff, 0xdf, 0xff, 0xbf, 0xff, 0x7f, 0xf7, 0x1d, 0xe7, 0xdd, 0xde, 0xfd, 0xde, 0x1d, 0xdf, 0xfc, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde,
0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0xfd, 0xde, 0x1e, 0xe7, 0x1d, 0xe7, 0xfd, 0xe6, 0x1e, 0xe7, 0x1d, 0xe7, 0xfd, 0xe6, 0x1d, 0xe7, 0xfe, 0xd6, 0x5b, 0xc6, 0x1d, 0xe7, 0x5d, 0xf7, 0xda, 0xee, 0xd9, 0xf6, 0xb8, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x36, 0xee, 0x35, 0xee, 0x15, 0xee, 0xf5, 0xed, 0xf4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xf4, 0xe5, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x15, 0xee, 0xf4, 0xe5, 0xd4, 0xdd, 0xd4, 0xdd, 0x36, 0xe6, 0xb8, 0xf6, 0xd9, 0xf6, 0xb8, 0xf6, 0xb8, 0xf6, 0xb8, 0xf6, 0x97, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0xb8, 0xf6, 0xb8, 0xf6, 0x97, 0xee, 0x97, 0xf6, 0x55, 0xf6, 0x14, 0xf6, 0x13, 0xf6, 0x14, 0xee, 0x16, 0xe6, 0x58, 0xde, 0xba, 0xde, 0xfc, 0xe6, 0x3d, 0xef, 0x5d, 0xf7, 0x1c, 0xef, 0xba, 0xee, 0x78, 0xe6, 0x57, 0xee, 0x56, 0xee, 0x55, 0xee, 0x56, 0xf6, 0x35, 0xee, 0x36, 0xe6, 0xb8, 0xee, 0x7c, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x9d, 0xff, 0x3b, 0xf7, 0xd9, 0xee, 0xb8, 0xf6, 0x97, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0xd7, 0xfe, 0x97, 0xf6, 0x76, 0xee, 0x56, 0xe6, 0x57, 0xe6, 0x98, 0xe6, 0xb9, 0xe6, 0xb9, 0xe6, 0xda, 0xe6, 0xfb, 0xee, 0x3c, 0xf7, 0x7d, 0xf7, 0x9d, 0xff, 0x9e, 0xff, 0xbe, 0xff, 0xde, 0xff, 0xdf, 0xf7, 0xbf, 0xf7, 0x5d, 0xef, 0xb9, 0xe6, 0x57, 0xe6, 0x56, 0xe6, 0x55, 0xee, 0x35, 0xee, 0x56, 0xf6, 0x56, 0xee, 0x55, 0xee, 0x36, 0xee, 0x56, 0xee, 0x76, 0xee, 0x77, 0xee, 0x77, 0xee, 0x97, 0xf6, 0x76, 0xee, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x96, 0xf6, 0x97, 0xf6, 0x76, 0xee, 0xb8, 0xee, 0xb8, 0xee, 0xd9, 0xf6, 0xf9, 0xfe, 0xf9, 0xfe, 0xb8, 0xfe, 0x77, 0xfe, 0x56, 0xf6, 0x77, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0xf4, 0xe5, 0xd4, 0xe5, 0xf4, 0xed, 0xd3, 0xe5, 0xb3, 0xdd, 0xb3, 0xdd, 0xd3, 0xe5, 0xf4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xf5, 0xdd, 0x93, 0xd5, 0x72, 0xdd, 0x51, 0xd5, 0x10, 0xcd, 0xf4, 0xdd, 0x3b, 0xf7, 0x9e, 0xf7, 0xdf, 0xf7, 0xff, 0xff, 0xbf, 0xf7, 0x3e, 0xef, 0xdd, 0xde, 0xfd, 0xe6, 0x1f, 0xdf, 0xff, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xdd, 0xde, 0xfc, 0xde, 0xdc, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde,
0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0xfd, 0xde, 0x1d, 0xe7, 0x1d, 0xe7, 0xfd, 0xe6, 0x1d, 0xe7, 0x1d, 0xe7, 0xfd, 0xe6, 0xfd, 0xe6, 0xbd, 0xce, 0x7b, 0xc6, 0x3e, 0xef, 0x5d, 0xf7, 0xda, 0xee, 0xd9, 0xee, 0xb8, 0xf6, 0x97, 0xf6, 0x96, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xf6, 0x56, 0xee, 0x35, 0xee, 0x15, 0xee, 0x15, 0xee, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xed, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xe6, 0xf5, 0xe5, 0x15, 0xe6, 0x77, 0xee, 0xd8, 0xf6, 0xf9, 0xf6, 0xb8, 0xf6, 0xb8, 0xf6, 0xb8, 0xf6, 0x97, 0xf6, 0x96, 0xf6, 0x97, 0xf6, 0xb8, 0xf6, 0xb8, 0xf6, 0x97, 0xee, 0x76, 0xee, 0x35, 0xee, 0xf3, 0xed, 0xf3, 0xf5, 0x14, 0xee, 0x36, 0xe6, 0x99, 0xe6, 0xfb, 0xe6, 0x9e, 0xf7, 0xbe, 0xff, 0xbe, 0xff, 0x9d, 0xff, 0x3c, 0xff, 0xfa, 0xf6, 0x98, 0xee, 0x56, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x98, 0xe6, 0x3b, 0xf7, 0xde, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xbe, 0xff, 0x7c, 0xff, 0x3b, 0xf7, 0xf9, 0xf6, 0xb8, 0xf6, 0x97, 0xf6, 0x76, 0xee, 0x97, 0xee, 0x97, 0xee, 0x97, 0xee, 0xb8, 0xee, 0xd9, 0xf6, 0x1a, 0xf7, 0x3b, 0xf7, 0x3c, 0xf7, 0xbe, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xbe, 0xff, 0xfa, 0xee, 0x77, 0xe6, 0x36, 0xe6, 0x35, 0xee, 0x35, 0xee, 0x56, 0xf6, 0x56, 0xf6, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x76, 0xee, 0x76, 0xee, 0x76, 0xee, 0x77, 0xf6, 0x77, 0xee, 0x77, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x96, 0xf6, 0x97, 0xf6, 0x76, 0xee, 0x77, 0xee, 0xb8, 0xee, 0xd9, 0xf6, 0xf9, 0xfe, 0xf9, 0xfe, 0xd8, 0xfe, 0xb8, 0xfe, 0x97, 0xfe, 0x77, 0xee, 0x56, 0xee, 0x36, 0xee, 0x35, 0xe6, 0x35, 0xee, 0x15, 0xe6, 0xf4, 0xe5, 0xd3, 0xe5, 0xf4, 0xe5, 0xd3, 0xe5, 0xb3, 0xdd, 0xb3, 0xe5, 0xd3, 0xe5, 0xd4, 0xe5, 0xf4, 0xe5, 0xd4, 0xe5, 0xf5, 0xdd, 0xb3, 0xdd, 0x92, 0xdd, 0x51, 0xd5, 0x10, 0xcd, 0x93, 0xd5, 0xb9, 0xe6, 0x9d, 0xf7, 0xdf, 0xf7, 0xff, 0xf7, 0xdf, 0xff, 0x5e, 0xef, 0xfd, 0xe6, 0xfd, 0xde, 0xfe, 0xde, 0xff, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde,
0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x1d, 0xe7, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xe6, 0x1d, 0xe7, 0xfd, 0xe6, 0xfd, 0xde, 0x5b, 0xc6, 0x9b, 0xce, 0x5e, 0xef, 0x3c, 0xef, 0xb9, 0xe6, 0xb8, 0xee, 0xb8, 0xf6, 0x97, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xf6, 0x56, 0xee, 0x15, 0xee, 0x15, 0xee, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xed, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0xf4, 0xe5, 0xf4, 0xe5, 0xf5, 0xe5, 0x56, 0xee, 0x98, 0xf6, 0xd9, 0xfe, 0xd9, 0xf6, 0xb8, 0xf6, 0xb8, 0xee, 0xd8, 0xf6, 0xb7, 0xfe, 0x97, 0xf6, 0x97, 0xf6, 0xb8, 0xf6, 0xb8, 0xf6, 0x97, 0xee, 0x56, 0xee, 0x15, 0xee, 0xf3, 0xed, 0xf3, 0xed, 0x14, 0xee, 0x56, 0xe6, 0xda, 0xee, 0x7d, 0xf7, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xde, 0xff, 0xbd, 0xff, 0x5b, 0xff, 0xd9, 0xf6, 0x56, 0xee, 0x56, 0xf6, 0x55, 0xee, 0x35, 0xee, 0x35, 0xe6, 0x77, 0xe6, 0xf9, 0xee, 0x7c, 0xff, 0xde, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xde, 0xff, 0x9d, 0xff, 0x5b, 0xff, 0xf9, 0xf6, 0xb8, 0xf6, 0x98, 0xee, 0x98, 0xee, 0xd9, 0xee, 0x1a, 0xf7, 0x3b, 0xff, 0x7c, 0xff, 0x9d, 0xff, 0xbe, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xde, 0xff, 0x3b, 0xff, 0x77, 0xee, 0x15, 0xe6, 0x35, 0xee, 0x55, 0xf6, 0x55, 0xee, 0x55, 0xee, 0x36, 0xee, 0x56, 0xee, 0x56, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x97, 0xf6, 0x76, 0xee, 0x77, 0xee, 0x97, 0xee, 0xd9, 0xf6, 0xf9, 0xfe, 0xf9, 0xfe, 0xd9, 0xfe, 0xd8, 0xfe, 0xb8, 0xfe, 0x97, 0xf6, 0x77, 0xee, 0x36, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0xf4, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xb3, 0xe5, 0xb3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd4, 0xe5, 0xf4, 0xe5, 0xf5, 0xdd, 0xd4, 0xe5, 0xb3, 0xdd, 0x51, 0xdd, 0x30, 0xcd, 0x52, 0xcd, 0x57, 0xd6, 0x5d, 0xef, 0xbf, 0xf7, 0xdf, 0xff, 0xdf, 0xff, 0x9f, 0xf7, 0x3d, 0xef, 0xfd, 0xe6, 0xfe, 0xde, 0xff, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfe, 0xe6, 0xfe, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde,
0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0x1d, 0xe7, 0x1d, 0xe7, 0xdc, 0xde, 0x1a, 0xbe, 0xbc, 0xd6, 0x3d, 0xef, 0xdb, 0xe6, 0x98, 0xe6, 0xb8, 0xf6, 0xd8, 0xf6, 0x97, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xf6, 0x15, 0xee, 0x15, 0xee, 0xf4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xf4, 0xe5, 0x14, 0xee, 0xf4, 0xed, 0xf4, 0xed, 0x14, 0xee, 0xd4, 0xe5, 0xd4, 0xe5, 0xf5, 0xe5, 0x76, 0xee, 0xd8, 0xf6, 0xd9, 0xfe, 0xd9, 0xf6, 0xb8, 0xf6, 0xf9, 0xf6, 0xf9, 0xf6, 0xd8, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0xb8, 0xf6, 0x98, 0xee, 0x77, 0xe6, 0x56, 0xee, 0x35, 0xee, 0x14, 0xf6, 0x13, 0xf6, 0x14, 0xee, 0x56, 0xee, 0xfa, 0xf6, 0x9d, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xde, 0xff, 0x9d, 0xff, 0x1a, 0xff, 0xb8, 0xf6, 0x97, 0xf6, 0x56, 0xf6, 0x35, 0xee, 0x35, 0xee, 0x36, 0xe6, 0x77, 0xee, 0xf9, 0xf6, 0x7c, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x9d, 0xff, 0x5c, 0xff, 0xfa, 0xf6, 0xd9, 0xee, 0x1b, 0xef, 0x5c, 0xf7, 0x9d, 0xff, 0xbe, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xde, 0xff, 0xde, 0xff, 0x9c, 0xff, 0xf9, 0xfe, 0x56, 0xee, 0x35, 0xee, 0x35, 0xf6, 0x55, 0xf6, 0x55, 0xf6, 0x56, 0xee, 0x56, 0xee, 0x56, 0xe6, 0x56, 0xe6, 0x77, 0xe6, 0x77, 0xee, 0x77, 0xee, 0x78, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xf6, 0x56, 0xee, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xee, 0x97, 0xee, 0xb8, 0xf6, 0xf9, 0xfe, 0x1a, 0xff, 0xf9, 0xfe, 0xd9, 0xfe, 0xd8, 0xfe, 0xb8, 0xfe, 0xb8, 0xf6, 0x77, 0xf6, 0x56, 0xee, 0x36, 0xee, 0x56, 0xee, 0x35, 0xee, 0x15, 0xe6, 0xd4, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xb3, 0xe5, 0xb3, 0xdd, 0xd3, 0xe5, 0xf4, 0xe5, 0xf5, 0xdd, 0xf4, 0xe5, 0x92, 0xdd, 0x51, 0xdd, 0x51, 0xd5, 0x31, 0xc5, 0xd5, 0xcd, 0x1c, 0xef, 0xbf, 0xf7, 0xdf, 0xf7, 0xdf, 0xff, 0xbf, 0xff, 0x5e, 0xf7, 0xfd, 0xe6, 0xdd, 0xde, 0x1f, 0xdf, 0xfe, 0xde, 0xfe, 0xde, 0xfe, 0xde, 0x1e, 0xe7, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0xfe, 0xe6, 0x1d, 0xe7, 0x1d, 0xe7, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde,
0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xdd, 0xde, 0x1d, 0xe7, 0xfd, 0xe6, 0x9c, 0xd6, 0x19, 0xbe, 0xdc, 0xde, 0xfc, 0xe6, 0x99, 0xde, 0x78, 0xe6, 0xd8, 0xf6, 0xd8, 0xfe, 0x96, 0xf6, 0x96, 0xf6, 0x96, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x15, 0xee, 0xf4, 0xed, 0xf4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xf4, 0xe5, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xe5, 0xf4, 0xe5, 0xd4, 0xe5, 0x15, 0xe6, 0x97, 0xf6, 0xf9, 0xfe, 0xf9, 0xfe, 0xf9, 0xf6, 0xfa, 0xfe, 0x3b, 0xff, 0x1a, 0xff, 0xd8, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0xb7, 0xf6, 0x98, 0xee, 0x77, 0xe6, 0x57, 0xee, 0x55, 0xee, 0x34, 0xf6, 0x34, 0xf6, 0x34, 0xf6, 0x76, 0xee, 0xf9, 0xf6, 0x9d, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xde, 0xff, 0xbe, 0xff, 0x7c, 0xff, 0x5b, 0xff, 0x97, 0xf6, 0x76, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x35, 0xe6, 0x77, 0xee, 0xf9, 0xf6, 0x9d, 0xff, 0xbe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x9e, 0xff, 0x5d, 0xf7, 0x1b, 0xef, 0x7d, 0xf7, 0xbe, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdd, 0xff, 0x9c, 0xff, 0x1a, 0xff, 0x97, 0xf6, 0x35, 0xee, 0x35, 0xee, 0x55, 0xf6, 0x55, 0xf6, 0x76, 0xf6, 0x76, 0xee, 0x57, 0xee, 0x77, 0xe6, 0x77, 0xe6, 0x78, 0xe6, 0x98, 0xe6, 0x98, 0xe6, 0xb9, 0xee, 0x78, 0xee, 0x77, 0xee, 0x77, 0xf6, 0x56, 0xee, 0x56, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x97, 0xf6, 0xd8, 0xf6, 0x19, 0xff, 0x1a, 0xff, 0x1a, 0xff, 0xf9, 0xfe, 0xd9, 0xf6, 0xd9, 0xf6, 0xd8, 0xf6, 0x97, 0xf6, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x55, 0xee, 0x15, 0xee, 0xf4, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd4, 0xe5, 0xd3, 0xe5, 0xb3, 0xe5, 0xb3, 0xdd, 0xd3, 0xdd, 0xd3, 0xe5, 0xd4, 0xdd, 0xd4, 0xe5, 0x71, 0xdd, 0x30, 0xd5, 0x71, 0xdd, 0x31, 0xc5, 0x94, 0xc5, 0xda, 0xe6, 0xbe, 0xf7, 0xbf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x5e, 0xf7, 0xfd, 0xe6, 0xdd, 0xde, 0x1f, 0xe7, 0xfe, 0xe6, 0xfe, 0xe6, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x1d, 0xe7, 0xdd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xdd, 0xde, 0x1d, 0xe7, 0xfd, 0xe6, 0x5b, 0xce, 0xf9, 0xbd, 0x1d, 0xe7, 0xdb, 0xe6, 0x58, 0xde, 0x78, 0xe6, 0xd8, 0xf6, 0xd8, 0xfe, 0x96, 0xf6, 0x96, 0xf6, 0x96, 0xf6, 0x96, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x15, 0xee, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x14, 0xee, 0x14, 0xee, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x35, 0xee, 0xb8, 0xf6, 0xf9, 0xfe, 0xd9, 0xf6, 0xf9, 0xf6, 0x3b, 0xff, 0x7c, 0xff, 0x3a, 0xff, 0xd8, 0xf6, 0x97, 0xee, 0x97, 0xf6, 0xd8, 0xf6, 0xd8, 0xee, 0x98, 0xe6, 0x77, 0xe6, 0x55, 0xee, 0x35, 0xf6, 0x34, 0xf6, 0x34, 0xf6, 0x76, 0xf6, 0xf9, 0xf6, 0x9c, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0xbd, 0xff, 0x9c, 0xff, 0xd9, 0xf6, 0x97, 0xee, 0x56, 0xee, 0x55, 0xee, 0x15, 0xee, 0x15, 0xe6, 0x35, 0xee, 0x76, 0xf6, 0xfa, 0xee, 0x3c, 0xf7, 0xbd, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x9e, 0xff, 0x5e, 0xf7, 0xbe, 0xf7, 0xdf, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x9c, 0xff, 0x3a, 0xff, 0xb8, 0xf6, 0x56, 0xee, 0x55, 0xee, 0x55, 0xf6, 0x55, 0xf6, 0x55, 0xee, 0x56, 0xee, 0x77, 0xee, 0x98, 0xee, 0xb9, 0xee, 0xfa, 0xee, 0x1b, 0xf7, 0x3b, 0xf7, 0x3b, 0xf7, 0xfa, 0xf6, 0x99, 0xee, 0x78, 0xee, 0x77, 0xf6, 0x56, 0xf6, 0x56, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x77, 0xf6, 0xb8, 0xf6, 0xf9, 0xfe, 0x3a, 0xff, 0x3a, 0xff, 0x1a, 0xff, 0xfa, 0xf6, 0xfa, 0xf6, 0xd8, 0xf6, 0x98, 0xf6, 0x77, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0x15, 0xee, 0xf4, 0xe5, 0xd3, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xd3, 0xe5, 0xb3, 0xe5, 0xb3, 0xdd, 0xd3, 0xdd, 0xd3, 0xe5, 0xd5, 0xdd, 0xd4, 0xe5, 0x72, 0xdd, 0x51, 0xdd, 0x71, 0xdd, 0x51, 0xcd, 0x94, 0xcd, 0x99, 0xde, 0x9e, 0xf7, 0xbf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0x7e, 0xff, 0x1d, 0xef, 0xfd, 0xe6, 0x1e, 0xe7, 0xfe, 0xe6, 0xfe, 0xe6, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0x1d, 0xe7, 0xdd, 0xde, 0xfd, 0xe6, 0x1d, 0xe7, 0xdd, 0xde, 0x1d, 0xe7, 0xfd, 0xde, 0x3a, 0xc6, 0xf9, 0xbd, 0x1d, 0xe7, 0xdb, 0xe6, 0x58, 0xde, 0x98, 0xee, 0xb7, 0xf6, 0xb7, 0xfe, 0x96, 0xf6, 0x96, 0xf6, 0x96, 0xf6, 0x96, 0xf6, 0x96, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x35, 0xee, 0x15, 0xee, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x14, 0xee, 0x14, 0xee, 0xf4, 0xed, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x36, 0xee, 0xd8, 0xfe, 0xf9, 0xfe, 0xb9, 0xf6, 0xd9, 0xf6, 0x5b, 0xff, 0x7c, 0xff, 0x3b, 0xf7, 0xd9, 0xf6, 0x97, 0xee, 0xd8, 0xf6, 0x19, 0xff, 0x1a, 0xf7, 0xd9, 0xee, 0x98, 0xe6, 0x56, 0xee, 0x35, 0xee, 0x34, 0xf6, 0x34, 0xee, 0x55, 0xee, 0xd8, 0xf6, 0x7b, 0xff, 0xde, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xbf, 0xff, 0xbe, 0xff, 0x9e, 0xff, 0x7d, 0xff, 0x3b, 0xff, 0xfa, 0xf6, 0xb8, 0xf6, 0x76, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x98, 0xe6, 0xb9, 0xee, 0x1a, 0xf7, 0x7c, 0xff, 0xbd, 0xff, 0xde, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xbf, 0xff, 0xbf, 0xf7, 0xbf, 0xf7, 0xdf, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xde, 0xff, 0xbe, 0xff, 0x19, 0xff, 0xd8, 0xf6, 0x77, 0xee, 0x56, 0xee, 0x56, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x77, 0xee, 0xb8, 0xee, 0xfa, 0xee, 0x3c, 0xf7, 0x9d, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0x3b, 0xff, 0xd9, 0xf6, 0x98, 0xee, 0x97, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xf6, 0x76, 0xee, 0xb8, 0xf6, 0xf9, 0xf6, 0x3a, 0xff, 0x5b, 0xff, 0x5b, 0xff, 0x3b, 0xf7, 0x1a, 0xf7, 0xd9, 0xfe, 0xb8, 0xf6, 0x97, 0xee, 0x77, 0xee, 0x56, 0xee, 0x56, 0xee, 0x15, 0xee, 0x14, 0xe6, 0xd3, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd5, 0xdd, 0xd4, 0xe5, 0x92, 0xe5, 0x71, 0xdd, 0x71, 0xdd, 0x51, 0xcd, 0x93, 0xcd, 0x58, 0xd6, 0x7d, 0xf7, 0xbe, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x9e, 0xff, 0x3d, 0xef, 0x1d, 0xe7, 0xfe, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0xfd, 0xe6, 0x1d, 0xe7, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0x1d, 0xe7, 0xdd, 0xde, 0x1d, 0xe7, 0x1d, 0xe7, 0xdd, 0xde, 0x1d, 0xe7, 0xfd, 0xde, 0x19, 0xc6, 0xd8, 0xbd, 0x3d, 0xef, 0xdb, 0xe6, 0x58, 0xde, 0x98, 0xee, 0x97, 0xf6, 0xb7, 0xf6, 0x96, 0xf6, 0x96, 0xf6, 0x96, 0xf6, 0x96, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xf6, 0x35, 0xee, 0x35, 0xee, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xed, 0xf4, 0xed, 0xf3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0x14, 0xee, 0xf4, 0xe5, 0x76, 0xee, 0x19, 0xff, 0x1a, 0xff, 0xd9, 0xf6, 0xfa, 0xf6, 0x7c, 0xff, 0x7d, 0xff, 0x3b, 0xf7, 0xd9, 0xee, 0xb8, 0xf6, 0xf9, 0xfe, 0x5b, 0xff, 0x5b, 0xff, 0x1a, 0xf7, 0xb9, 0xee, 0x77, 0xee, 0x35, 0xee, 0x34, 0xee, 0x14, 0xee, 0x35, 0xee, 0xb8, 0xf6, 0x3a, 0xff, 0xbe, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xbf, 0xf7, 0x9e, 0xf7, 0x7d, 0xf7, 0xbe, 0xff, 0x7c, 0xff, 0xfa, 0xf6, 0x97, 0xee, 0x77, 0xee, 0x76, 0xee, 0x56, 0xee, 0x35, 0xee, 0x77, 0xee, 0x77, 0xe6, 0x97, 0xe6, 0xd9, 0xee, 0x3b, 0xff, 0xbd, 0xff, 0xde, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xde, 0xff, 0xde, 0xff, 0xbd, 0xff, 0x7c, 0xff, 0x3b, 0xf7, 0xfa, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x76, 0xee, 0x76, 0xee, 0x76, 0xee, 0x77, 0xee, 0x77, 0xee, 0xfa, 0xf6, 0x3b, 0xf7, 0x7d, 0xff, 0xde, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xbe, 0xff, 0x5c, 0xff, 0xfa, 0xf6, 0x98, 0xee, 0x97, 0xf6, 0x77, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xf6, 0x76, 0xee, 0x98, 0xf6, 0xf9, 0xf6, 0x5b, 0xff, 0x7c, 0xff, 0x7c, 0xff, 0x5b, 0xf7, 0x3b, 0xf7, 0xf9, 0xfe, 0xd8, 0xf6, 0xb8, 0xf6, 0x97, 0xf6, 0x77, 0xee, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0xd4, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd4, 0xd5, 0xd4, 0xdd, 0x92, 0xe5, 0x71, 0xdd, 0x30, 0xd5, 0x10, 0xcd, 0x53, 0xc5, 0x16, 0xce, 0x5c, 0xef, 0x9e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xbe, 0xff, 0x5e, 0xf7, 0x1d, 0xe7, 0xdd, 0xd6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x1d, 0xe7, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x1e, 0xe7, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde,
0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xde, 0x19, 0xc6, 0xf9, 0xbd, 0x1d, 0xe7, 0x1c, 0xef, 0x58, 0xde, 0x77, 0xe6, 0xb8, 0xf6, 0x96, 0xf6, 0x96, 0xf6, 0x76, 0xf6, 0x75, 0xf6, 0x75, 0xee, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x55, 0xee, 0x35, 0xee, 0x14, 0xe6, 0xf4, 0xe5, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0xf4, 0xed, 0xf3, 0xed, 0xf4, 0xe5, 0xf4, 0xe5, 0x55, 0xee, 0xb7, 0xf6, 0xf9, 0xfe, 0xfa, 0xfe, 0xd9, 0xf6, 0xfa, 0xf6, 0x9c, 0xff, 0x7d, 0xf7, 0x5c, 0xf7, 0xf9, 0xf6, 0xb8, 0xee, 0xf9, 0xfe, 0x7b, 0xff, 0x9c, 0xff, 0x5c, 0xff, 0xda, 0xee, 0x98, 0xee, 0x56, 0xee, 0x55, 0xee, 0x14, 0xee, 0x14, 0xee, 0x76, 0xee, 0xf8, 0xf6, 0x9e, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xf7, 0x9e, 0xf7, 0xbe, 0xff, 0x9d, 0xff, 0x7c, 0xff, 0x3b, 0xff, 0xf9, 0xfe, 0x97, 0xee, 0x56, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x56, 0xe6, 0x77, 0xee, 0x77, 0xe6, 0x97, 0xe6, 0xb9, 0xee, 0x3a, 0xf7, 0x9c, 0xff, 0xde, 0xff, 0xbe, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xde, 0xff, 0xde, 0xff, 0x9d, 0xff, 0x5b, 0xff, 0x1a, 0xf7, 0xd9, 0xee, 0x98, 0xee, 0x98, 0xe6, 0x98, 0xee, 0x77, 0xee, 0x57, 0xe6, 0x56, 0xe6, 0x57, 0xee, 0xb8, 0xee, 0xf9, 0xf6, 0x1b, 0xf7, 0xbd, 0xff, 0xde, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x7c, 0xff, 0xfa, 0xf6, 0x99, 0xee, 0x98, 0xf6, 0x77, 0xf6, 0x35, 0xee, 0x35, 0xee, 0x76, 0xf6, 0x57, 0xee, 0xd8, 0xf6, 0x1a, 0xff, 0x5b, 0xff, 0x7c, 0xff, 0x9d, 0xff, 0x7c, 0xff, 0x3b, 0xf7, 0x19, 0xff, 0xd9, 0xfe, 0xb8, 0xf6, 0x77, 0xee, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x14, 0xe6, 0xf4, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xb3, 0xe5, 0xb3, 0xe5, 0xd3, 0xe5, 0xd4, 0xdd, 0xb3, 0xdd, 0xb2, 0xe5, 0x71, 0xe5, 0x50, 0xdd, 0x31, 0xcd, 0x52, 0xc5, 0x17, 0xd6, 0x3c, 0xef, 0x9e, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xbf, 0xff, 0x7e, 0xf7, 0x1d, 0xdf, 0xfe, 0xd6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0x1d, 0xe7, 0xfd, 0xe6, 0xfd, 0xe6, 0xdd, 0xe6, 0xdd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xde, 0x1d, 0xe7, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xde, 0x19, 0xc6, 0xd9, 0xbd, 0xfd, 0xe6, 0x1c, 0xef, 0x79, 0xde, 0x78, 0xe6, 0xb8, 0xf6, 0xb7, 0xf6, 0x96, 0xf6, 0x96, 0xf6, 0x75, 0xf6, 0x75, 0xee, 0x75, 0xee, 0x76, 0xf6, 0x76, 0xf6, 0x55, 0xee, 0x35, 0xee, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xed, 0xf3, 0xed, 0xd3, 0xe5, 0xd3, 0xe5, 0x35, 0xee, 0x97, 0xf6, 0xf9, 0xfe, 0x1a, 0xff, 0xfa, 0xf6, 0x1a, 0xf7, 0x7c, 0xff, 0x9e, 0xf7, 0x5c, 0xf7, 0xfa, 0xf6, 0xb8, 0xee, 0xf9, 0xfe, 0x7b, 0xff, 0x9d, 0xff, 0x9d, 0xff, 0x1b, 0xef, 0xb9, 0xee, 0x57, 0xee, 0x35, 0xee, 0x34, 0xee, 0x14, 0xee, 0x56, 0xee, 0x97, 0xee, 0x3c, 0xf7, 0x9e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xf7, 0xdf, 0xf7, 0xdf, 0xff, 0xde, 0xff, 0xbe, 0xff, 0x9d, 0xff, 0x5b, 0xff, 0x1a, 0xff, 0xd9, 0xf6, 0x98, 0xee, 0x36, 0xe6, 0x36, 0xe6, 0x77, 0xee, 0x97, 0xee, 0x97, 0xee, 0x98, 0xee, 0x98, 0xe6, 0x98, 0xe6, 0xd9, 0xee, 0xfa, 0xee, 0x7d, 0xff, 0xde, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xbf, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xde, 0xff, 0xbd, 0xff, 0x7d, 0xff, 0x5c, 0xff, 0x1a, 0xf7, 0xfa, 0xf6, 0xd9, 0xf6, 0xb8, 0xee, 0x98, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x78, 0xe6, 0x78, 0xe6, 0x78, 0xe6, 0x98, 0xee, 0xd9, 0xf6, 0x3b, 0xff, 0x7c, 0xff, 0x9d, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x7c, 0xff, 0xfa, 0xf6, 0x98, 0xee, 0x98, 0xf6, 0x97, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x77, 0xf6, 0x98, 0xee, 0xf9, 0xf6, 0x3b, 0xff, 0x5c, 0xff, 0x9d, 0xff, 0xbd, 0xff, 0x9d, 0xff, 0x5c, 0xf7, 0x1a, 0xff, 0xf9, 0xfe, 0xb8, 0xf6, 0x77, 0xee, 0x56, 0xee, 0x36, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0xf4, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xb3, 0xe5, 0xb3, 0xe5, 0xd3, 0xe5, 0xf5, 0xdd, 0xd4, 0xdd, 0xb3, 0xe5, 0x71, 0xdd, 0x50, 0xdd, 0x31, 0xcd, 0x52, 0xc5, 0x17, 0xd6, 0x3c, 0xef, 0x9e, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0x7e, 0xef, 0x1e, 0xdf, 0x1e, 0xd7, 0xfe, 0xe6, 0xfe, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xe6, 0xdd, 0xe6, 0xdd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0x1d, 0xe7, 0xfd, 0xe6, 0x1d, 0xe7, 0xfd, 0xde, 0x19, 0xc6, 0xb8, 0xb5, 0xfd, 0xde, 0x3d, 0xef, 0x9a, 0xde, 0x78, 0xe6, 0xb8, 0xf6, 0xb7, 0xf6, 0xb7, 0xf6, 0x96, 0xf6, 0x76, 0xf6, 0x75, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x55, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xed, 0x14, 0xee, 0xf3, 0xed, 0xd3, 0xe5, 0xd3, 0xe5, 0x14, 0xe6, 0x56, 0xee, 0xf9, 0xfe, 0x3b, 0xff, 0x1a, 0xf7, 0x1b, 0xf7, 0x7d, 0xff, 0xbf, 0xff, 0x7d, 0xf7, 0x1a, 0xf7, 0xb8, 0xee, 0xf9, 0xf6, 0x5b, 0xff, 0xbd, 0xff, 0xde, 0xff, 0x7d, 0xf7, 0xfa, 0xee, 0x77, 0xee, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xe6, 0x56, 0xee, 0xd9, 0xe6, 0x5c, 0xf7, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xbe, 0xff, 0x9d, 0xff, 0x5c, 0xff, 0x5c, 0xff, 0xb8, 0xf6, 0x98, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xe6, 0x77, 0xee, 0x77, 0xe6, 0x77, 0xe6, 0x77, 0xe6, 0x98, 0xe6, 0xda, 0xee, 0x1b, 0xf7, 0x5c, 0xff, 0xbe, 0xff, 0xff, 0xff, 0xbe, 0xff, 0xde, 0xff, 0x9d, 0xff, 0x7c, 0xff, 0x3b, 0xff, 0x1b, 0xf7, 0x1a, 0xf7, 0xfa, 0xf6, 0xd9, 0xf6, 0xb9, 0xee, 0x98, 0xee, 0x78, 0xee, 0x57, 0xe6, 0x57, 0xe6, 0x77, 0xe6, 0x77, 0xee, 0x97, 0xee, 0x99, 0xe6, 0xba, 0xee, 0xfa, 0xee, 0x3b, 0xf7, 0x7c, 0xff, 0x9d, 0xff, 0xde, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x5b, 0xff, 0xd9, 0xf6, 0x98, 0xee, 0x77, 0xf6, 0x97, 0xf6, 0x77, 0xf6, 0x57, 0xee, 0x77, 0xee, 0xd9, 0xf6, 0x1b, 0xf7, 0x7c, 0xff, 0x7d, 0xff, 0x9d, 0xff, 0xbe, 0xff, 0xbd, 0xff, 0x9d, 0xf7, 0x5b, 0xff, 0x1a, 0xff, 0xd9, 0xf6, 0x97, 0xee, 0x56, 0xee, 0x36, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0xf4, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xb3, 0xe5, 0xb3, 0xe5, 0xd3, 0xe5, 0xf5, 0xdd, 0xd3, 0xdd, 0xb2, 0xdd, 0x50, 0xdd, 0x50, 0xdd, 0x31, 0xd5, 0x52, 0xc5, 0x17, 0xd6, 0x3c, 0xf7, 0x9e, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x7f, 0xef, 0x1e, 0xdf, 0x1e, 0xd7, 0xfe, 0xde, 0xfe, 0xde, 0xfe, 0xde, 0xfe, 0xde, 0xfe, 0xde, 0xfe, 0xde, 0x1e, 0xdf, 0x1d, 0xdf, 0xfd, 0xd6, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x1d, 0xe7, 0x1d, 0xe7, 0xfd, 0xe6, 0xfd, 0xde, 0x1d, 0xe7, 0xfd, 0xe6, 0x1d, 0xe7, 0xfd, 0xe6, 0x1a, 0xc6, 0x98, 0xad, 0xdd, 0xd6, 0x3e, 0xef, 0xbb, 0xe6, 0x78, 0xe6, 0xb8, 0xee, 0xb8, 0xf6, 0xd7, 0xfe, 0xb7, 0xf6, 0x96, 0xf6, 0x76, 0xee, 0x55, 0xee, 0x55, 0xee, 0x56, 0xee, 0x55, 0xee, 0x55, 0xee, 0x35, 0xee, 0x15, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0x14, 0xee, 0x14, 0xee, 0xf3, 0xed, 0xd3, 0xed, 0xd3, 0xe5, 0xf4, 0xe5, 0x36, 0xee, 0xf9, 0xfe, 0x5b, 0xff, 0x3b, 0xff, 0x1b, 0xf7, 0x7c, 0xff, 0xdf, 0xff, 0x9e, 0xff, 0x3b, 0xf7, 0xd9, 0xf6, 0xd8, 0xf6, 0x1a, 0xff, 0x9d, 0xff, 0xdf, 0xff, 0xbe, 0xff, 0x5c, 0xf7, 0xd9, 0xee, 0x77, 0xee, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x56, 0xee, 0x98, 0xe6, 0xfa, 0xf6, 0x7c, 0xff, 0xbe, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0x9c, 0xff, 0x5b, 0xff, 0xfa, 0xf6, 0xb9, 0xee, 0xb8, 0xee, 0xb8, 0xee, 0xb8, 0xee, 0xb8, 0xee, 0xb8, 0xee, 0x98, 0xe6, 0x98, 0xe6, 0x78, 0xe6, 0xb9, 0xee, 0x7c, 0xff, 0xde, 0xff, 0xbe, 0xff, 0x5b, 0xff, 0x1a, 0xf7, 0xd9, 0xee, 0x98, 0xee, 0x98, 0xee, 0x98, 0xee, 0x98, 0xee, 0x78, 0xee, 0x98, 0xee, 0x78, 0xee, 0x78, 0xee, 0x78, 0xee, 0x98, 0xee, 0xb8, 0xee, 0xd9, 0xf6, 0xd9, 0xf6, 0x3c, 0xf7, 0x5c, 0xf7, 0x7d, 0xff, 0x9d, 0xff, 0xbe, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x9e, 0xff, 0x1a, 0xff, 0xb8, 0xf6, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x56, 0xee, 0x57, 0xee, 0x78, 0xee, 0x1a, 0xf7, 0x5c, 0xff, 0x9d, 0xff, 0x9e, 0xff, 0x9e, 0xff, 0x9e, 0xff, 0xbe, 0xff, 0x9d, 0xff, 0x7c, 0xff, 0x3a, 0xff, 0xf9, 0xfe, 0x98, 0xf6, 0x77, 0xee, 0x56, 0xee, 0x36, 0xee, 0x35, 0xee, 0x15, 0xe6, 0xf4, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xb3, 0xe5, 0xb3, 0xe5, 0xd3, 0xe5, 0xf5, 0xdd, 0xb3, 0xdd, 0x92, 0xdd, 0x51, 0xdd, 0x51, 0xdd, 0x52, 0xd5, 0x73, 0xcd, 0x37, 0xd6, 0x5d, 0xf7, 0xbe, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x7f, 0xe7, 0x1e, 0xd7, 0x1f, 0xcf, 0xff, 0xd6, 0xfe, 0xd6, 0xfe, 0xd6, 0xfe, 0xd6, 0xfe, 0xd6, 0xfe, 0xd6, 0xfe, 0xd6, 0x1e, 0xd7, 0xfe, 0xd6, 0x1e, 0xd7, 0x1e, 0xdf, 0x1d, 0xdf, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x1d, 0xe7, 0x1d, 0xe7, 0xfd, 0xe6, 0xfd, 0xde, 0x1e, 0xe7, 0xfd, 0xe6, 0x1d, 0xe7, 0xfd, 0xe6, 0x3a, 0xce, 0x78, 0xa5, 0x9c, 0xce, 0x5e, 0xef, 0xfc, 0xee, 0x99, 0xe6, 0x98, 0xee, 0xb8, 0xf6, 0xd8, 0xfe, 0xb7, 0xf6, 0x96, 0xf6, 0x76, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xed, 0x14, 0xee, 0xf3, 0xed, 0xf3, 0xed, 0xf4, 0xe5, 0xf4, 0xe5, 0x36, 0xee, 0xd9, 0xf6, 0x5b, 0xff, 0x5b, 0xff, 0x3b, 0xf7, 0x7c, 0xff, 0xbf, 0xf7, 0xbe, 0xff, 0x7c, 0xff, 0x1a, 0xff, 0xb8, 0xf6, 0xd9, 0xf6, 0x5c, 0xf7, 0xbf, 0xff, 0xdf, 0xff, 0x9e, 0xff, 0x1b, 0xf7, 0xb8, 0xf6, 0x56, 0xee, 0x35, 0xee, 0x36, 0xe6, 0x56, 0xee, 0x56, 0xee, 0x98, 0xee, 0xf9, 0xf6, 0x5c, 0xff, 0xbe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xde, 0xff, 0xbd, 0xff, 0x7c, 0xff, 0x3b, 0xff, 0xfa, 0xf6, 0xb8, 0xee, 0x98, 0xe6, 0xb8, 0xee, 0x98, 0xee, 0x98, 0xe6, 0x77, 0xe6, 0x98, 0xe6, 0x3b, 0xff, 0x7c, 0xff, 0x3b, 0xff, 0xb9, 0xee, 0xb8, 0xee, 0x98, 0xee, 0x98, 0xee, 0xb9, 0xee, 0x98, 0xee, 0x78, 0xee, 0x78, 0xe6, 0x58, 0xe6, 0x78, 0xe6, 0x98, 0xee, 0xb9, 0xee, 0xfa, 0xf6, 0x1b, 0xf7, 0x5b, 0xff, 0x5c, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x9d, 0xff, 0x5c, 0xff, 0xd8, 0xf6, 0xb8, 0xf6, 0x97, 0xee, 0x77, 0xee, 0x77, 0xee, 0x57, 0xee, 0x78, 0xee, 0xb9, 0xee, 0x5c, 0xff, 0x7d, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0x9e, 0xff, 0x9e, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0x7c, 0xff, 0x3a, 0xff, 0xd9, 0xf6, 0x98, 0xee, 0x77, 0xee, 0x56, 0xee, 0x36, 0xee, 0x35, 0xee, 0x14, 0xe6, 0xf4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xd3, 0xe5, 0xb3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xf5, 0xdd, 0xb4, 0xdd, 0xb2, 0xdd, 0x71, 0xdd, 0x71, 0xdd, 0x72, 0xd5, 0x93, 0xcd, 0x38, 0xd6, 0x5d, 0xf7, 0xbf, 0xf7, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xf7, 0x5f, 0xdf, 0xfe, 0xce, 0xfe, 0xc6, 0xbe, 0xc6, 0xbe, 0xc6, 0xbe, 0xc6, 0xbe, 0xc6, 0xde, 0xc6, 0xde, 0xc6, 0xfe, 0xc6, 0xfe, 0xce, 0xfe, 0xce, 0xfe, 0xce, 0x1e, 0xd7, 0x1e, 0xd7, 0xfe, 0xd6, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x1d, 0xe7, 0xfd, 0xe6, 0xfd, 0xe6, 0x1e, 0xe7, 0xfd, 0xe6, 0xfd, 0xe6, 0x1d, 0xe7, 0x7b, 0xce, 0x58, 0xa5, 0x3b, 0xc6, 0x1e, 0xe7, 0x3d, 0xef, 0xda, 0xe6, 0x98, 0xe6, 0xb8, 0xee, 0xd8, 0xf6, 0xb7, 0xf6, 0x96, 0xf6, 0x76, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xf6, 0x55, 0xee, 0x35, 0xee, 0x15, 0xee, 0xf4, 0xe5, 0xf4, 0xe5, 0xf3, 0xed, 0xf3, 0xed, 0xf3, 0xed, 0xf3, 0xed, 0xf4, 0xed, 0x14, 0xe6, 0x36, 0xe6, 0x98, 0xee, 0x3b, 0xff, 0x5c, 0xff, 0x5c, 0xff, 0x7d, 0xff, 0x9f, 0xf7, 0xbe, 0xff, 0xbd, 0xff, 0x5b, 0xff, 0xd9, 0xf6, 0xd9, 0xee, 0x1b, 0xf7, 0x7e, 0xf7, 0xdf, 0xff, 0xdf, 0xff, 0x7d, 0xff, 0x1a, 0xff, 0x97, 0xf6, 0x36, 0xee, 0x36, 0xe6, 0x36, 0xe6, 0x35, 0xee, 0x55, 0xee, 0x97, 0xee, 0xf9, 0xf6, 0x5c, 0xff, 0xbe, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xbd, 0xff, 0x7c, 0xff, 0x3b, 0xff, 0x1a, 0xf7, 0xd9, 0xf6, 0xb8, 0xee, 0x98, 0xee, 0x57, 0xe6, 0x77, 0xe6, 0xf9, 0xf6, 0x1a, 0xff, 0xd9, 0xee, 0x78, 0xe6, 0x78, 0xe6, 0x98, 0xe6, 0x98, 0xe6, 0x99, 0xee, 0xb9, 0xee, 0xb9, 0xee, 0xb9, 0xee, 0xda, 0xf6, 0xfa, 0xf6, 0x1b, 0xf7, 0x5c, 0xff, 0x7d, 0xff, 0x9d, 0xff, 0xbe, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xbd, 0xff, 0x5c, 0xff, 0x1a, 0xf7, 0xb7, 0xf6, 0x96, 0xf6, 0x97, 0xf6, 0x76, 0xee, 0x57, 0xee, 0x77, 0xee, 0xb9, 0xf6, 0x1b, 0xf7, 0x7d, 0xff, 0x9e, 0xff, 0xbf, 0xff, 0xbf, 0xff, 0xbe, 0xff, 0x9e, 0xff, 0x9e, 0xff, 0xbe, 0xff, 0x5b, 0xff, 0x1a, 0xff, 0xb8, 0xf6, 0x77, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x14, 0xe6, 0xf4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xf4, 0xe5, 0x16, 0xde, 0xd4, 0xdd, 0xb3, 0xe5, 0x71, 0xdd, 0x51, 0xdd, 0x72, 0xd5, 0x94, 0xcd, 0x78, 0xde, 0x7d, 0xf7, 0xbf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xf7, 0x3e, 0xd7, 0xbd, 0xbe, 0xbe, 0xb6, 0x9f, 0xb6, 0x9f, 0xb6, 0x9f, 0xb6, 0xbf, 0xbe, 0xbe, 0xbe, 0xde, 0xbe, 0xde, 0xbe, 0xde, 0xbe, 0xfe, 0xc6, 0x1e, 0xc7, 0x1f, 0xcf, 0x3f, 0xd7, 0x3f, 0xd7, 0x3f, 0xdf, 0x3f, 0xdf, 0x3f, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0xfe, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x1e, 0xe7, 0xfd, 0xde, 0xfd, 0xde, 0x1e, 0xe7, 0x9c, 0xd6, 0x79, 0xa5, 0xfa, 0xb5, 0xdd, 0xd6, 0x3e, 0xef, 0x1c, 0xf7, 0xb9, 0xee, 0xb8, 0xf6, 0xb8, 0xf6, 0xb7, 0xf6, 0x97, 0xf6, 0x76, 0xee, 0x76, 0xee, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xf6, 0x36, 0xee, 0x15, 0xee, 0xf4, 0xe5, 0xf4, 0xe5, 0xd3, 0xe5, 0xf3, 0xed, 0xf3, 0xed, 0xf4, 0xed, 0xd3, 0xe5, 0x15, 0xee, 0x15, 0xe6, 0x57, 0xe6, 0xfa, 0xf6, 0x5c, 0xff, 0x7c, 0xff, 0x7d, 0xff, 0x9f, 0xf7, 0xbe, 0xff, 0xbe, 0xff, 0x9c, 0xff, 0x3b, 0xff, 0xfa, 0xf6, 0x1b, 0xef, 0x3d, 0xef, 0xbf, 0xf7, 0xdf, 0xff, 0xbe, 0xff, 0x5c, 0xff, 0xf9, 0xfe, 0x97, 0xf6, 0x56, 0xee, 0x36, 0xe6, 0x14, 0xee, 0x14, 0xee, 0x35, 0xee, 0x77, 0xee, 0xd9, 0xf6, 0x3b, 0xff, 0x9d, 0xff, 0xbe, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xde, 0xff, 0xdd, 0xff, 0xbd, 0xff, 0x7b, 0xff, 0x3a, 0xff, 0xd9, 0xf6, 0x98, 0xee, 0x77, 0xe6, 0xb8, 0xee, 0xf9, 0xf6, 0xb9, 0xee, 0xb9, 0xee, 0xb9, 0xee, 0xb9, 0xee, 0xd9, 0xee, 0xda, 0xf6, 0xfa, 0xf6, 0x3b, 0xff, 0x5c, 0xff, 0x9d, 0xff, 0x9d, 0xff, 0xbe, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x9d, 0xff, 0x5c, 0xff, 0x1a, 0xff, 0xb9, 0xf6, 0x96, 0xee, 0x76, 0xee, 0x76, 0xee, 0x76, 0xee, 0x77, 0xee, 0xb8, 0xf6, 0x1a, 0xf7, 0x5c, 0xff, 0x9e, 0xff, 0x9e, 0xff, 0xbf, 0xff, 0xbf, 0xff, 0xbf, 0xff, 0xbe, 0xff, 0x9e, 0xff, 0x9e, 0xff, 0x3b, 0xff, 0xf9, 0xf6, 0x98, 0xee, 0x57, 0xe6, 0x56, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x15, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0x14, 0xee, 0x16, 0xde, 0xf4, 0xdd, 0xb3, 0xdd, 0x51, 0xdd, 0x51, 0xdd, 0x72, 0xd5, 0xd5, 0xd5, 0xda, 0xe6, 0x9e, 0xf7, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xef, 0x1e, 0xcf, 0x9d, 0xb6, 0x9d, 0xae, 0x9f, 0xb6, 0x9f, 0xb6, 0x9f, 0xb6, 0xbf, 0xb6, 0xbf, 0xb6, 0xdf, 0xb6, 0xdf, 0xb6, 0xde, 0xb6, 0xff, 0xbe, 0x1f, 0xc7, 0x3f, 0xcf, 0x5f, 0xd7, 0x5f, 0xd7, 0x5f, 0xdf, 0x7f, 0xdf, 0x7f, 0xe7, 0x3e, 0xe7, 0x3e, 0xe7, 0x3e, 0xe7, 0x1e, 0xe7, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0x1e, 0xe7, 0xdd, 0xde, 0xdd, 0xde, 0x3e, 0xe7, 0xbc, 0xde, 0x79, 0xa5, 0xba, 0xad, 0x9c, 0xce, 0x5e, 0xef, 0x5d, 0xf7, 0xfa, 0xf6, 0xb8, 0xee, 0xb8, 0xf6, 0xb8, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x77, 0xf6, 0x96, 0xf6, 0x97, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x35, 0xee, 0x15, 0xee, 0xf4, 0xe5, 0xf3, 0xe5, 0xf3, 0xed, 0xf3, 0xed, 0x14, 0xee, 0xd3, 0xe5, 0x15, 0xee, 0x15, 0xe6, 0x36, 0xe6, 0xd9, 0xf6, 0x5c, 0xff, 0x7d, 0xff, 0x7d, 0xff, 0x9f, 0xf7, 0xbf, 0xff, 0xbe, 0xff, 0xbd, 0xff, 0x7c, 0xff, 0x3b, 0xff, 0xfb, 0xee, 0xfc, 0xe6, 0x9e, 0xf7, 0xbf, 0xff, 0xde, 0xff, 0x9d, 0xff, 0x5b, 0xff, 0xd9, 0xfe, 0x77, 0xf6, 0x56, 0xee, 0xf3, 0xed, 0x14, 0xee, 0x35, 0xee, 0x35, 0xe6, 0x57, 0xe6, 0xb8, 0xee, 0x3b, 0xf7, 0x9d, 0xff, 0xbe, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xde, 0xff, 0xbd, 0xff, 0xdd, 0xff, 0x9c, 0xff, 0x5b, 0xff, 0x1a, 0xff, 0xd8, 0xee, 0xd8, 0xee, 0xb9, 0xee, 0x78, 0xe6, 0xd9, 0xee, 0x1a, 0xf7, 0x5c, 0xff, 0x9c, 0xff, 0xbd, 0xff, 0xbd, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xbe, 0xff, 0x5c, 0xff, 0x1a, 0xff, 0xb8, 0xf6, 0x77, 0xee, 0x96, 0xf6, 0x76, 0xee, 0x76, 0xee, 0x76, 0xee, 0xb8, 0xf6, 0xf9, 0xfe, 0x5c, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0xbf, 0xff, 0xbf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xbf, 0xff, 0xbe, 0xff, 0x9e, 0xff, 0x3a, 0xff, 0xd9, 0xf6, 0x98, 0xee, 0x57, 0xe6, 0x36, 0xe6, 0x36, 0xee, 0x36, 0xe6, 0x35, 0xee, 0xf4, 0xe5, 0xf4, 0xe5, 0xd4, 0xe5, 0xf4, 0xe5, 0xd3, 0xe5, 0xd3, 0xe5, 0xf3, 0xe5, 0x14, 0xee, 0x16, 0xde, 0xd4, 0xdd, 0xb2, 0xdd, 0x50, 0xdd, 0x51, 0xd5, 0x93, 0xdd, 0x16, 0xde, 0x1b, 0xf7, 0xbe, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xef, 0xfe, 0xce, 0x7d, 0xb6, 0x7d, 0xae, 0x7f, 0xae, 0x7f, 0xae, 0x9f, 0xae, 0x9f, 0xae, 0x9f, 0xae, 0xbf, 0xae, 0xbf, 0xae, 0xbe, 0xb6, 0xdf, 0xb6, 0xff, 0xbe, 0x1f, 0xc7, 0x3f, 0xcf, 0x3f, 0xd7, 0x5f, 0xd7, 0x5f, 0xdf, 0x5f, 0xdf, 0x7f, 0xef, 0x7f, 0xef, 0x5f, 0xef, 0x3e, 0xe7, 0x1e, 0xe7, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xdd, 0xe6, 0xdd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0x1d, 0xdf, 0x1d, 0xdf, 0x1d, 0xdf, 0x19, 0xbe, 0xf5, 0x94, 0x7b, 0xc6, 0x3e, 0xe7, 0x1d, 0xdf, 0x7f, 0xf7, 0xfc, 0xee, 0x79, 0xe6, 0xb9, 0xf6, 0x97, 0xfe, 0x96, 0xfe, 0x76, 0xfe, 0x96, 0xf6, 0x96, 0xf6, 0x96, 0xee, 0x96, 0xe6, 0x56, 0xee, 0x55, 0xee, 0x35, 0xee, 0x14, 0xee, 0xf3, 0xed, 0xf3, 0xed, 0xf3, 0xed, 0x13, 0xee, 0xf3, 0xed, 0xf4, 0xe5, 0x15, 0xe6, 0x36, 0xe6, 0x98, 0xe6, 0xda, 0xee, 0x5c, 0xf7, 0x9d, 0xff, 0x9d, 0xff, 0x9d, 0xff, 0xbe, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xbe, 0xff, 0x7d, 0xf7, 0x3c, 0xef, 0x5c, 0xf7, 0x7d, 0xff, 0xbe, 0xff, 0xde, 0xff, 0xbe, 0xff, 0x7c, 0xff, 0xfa, 0xf6, 0xb9, 0xee, 0x56, 0xf6, 0x35, 0xf6, 0x15, 0xee, 0x14, 0xee, 0x15, 0xee, 0x55, 0xf6, 0x76, 0xf6, 0x97, 0xf6, 0x3a, 0xff, 0x7b, 0xff, 0xbd, 0xff, 0xde, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x9e, 0xff, 0x3d, 0xef, 0xfb, 0xe6, 0xfb, 0xe6, 0x1c, 0xef, 0x7c, 0xff, 0x9d, 0xff, 0xbd, 0xff, 0xde, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xde, 0xff, 0xde, 0xff, 0x9d, 0xff, 0x5b, 0xff, 0xfa, 0xfe, 0xd9, 0xf6, 0xb8, 0xee, 0x97, 0xee, 0x97, 0xee, 0x97, 0xf6, 0x77, 0xee, 0x78, 0xee, 0xb9, 0xee, 0x1b, 0xf7, 0x7d, 0xff, 0xbe, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0x7d, 0xff, 0xd8, 0xfe, 0x97, 0xfe, 0x56, 0xf6, 0x36, 0xf6, 0x35, 0xee, 0x15, 0xee, 0xf4, 0xe5, 0xf4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x92, 0xdd, 0x72, 0xdd, 0x72, 0xdd, 0x73, 0xd5, 0x94, 0xcd, 0x79, 0xde, 0x7d, 0xf7, 0xdf, 0xff, 0xde, 0xff, 0xfe, 0xff, 0xff, 0xff, 0x7f, 0xe7, 0xde, 0xb6, 0x9f, 0x9e, 0xbf, 0x96, 0x9f, 0xa6, 0x7f, 0xa6, 0x9f, 0xa6, 0x9f, 0xa6, 0x9f, 0xa6, 0x9f, 0xa6, 0xbf, 0xae, 0xdf, 0xae, 0xff, 0xb6, 0x1f, 0xbf, 0x3f, 0xc7, 0x3e, 0xcf, 0x3d, 0xd7, 0x3c, 0xe7, 0x7c, 0xef, 0x7c, 0xf7, 0xdf, 0xf7, 0xbf, 0xef, 0x9f, 0xef, 0x7f, 0xef, 0x5e, 0xef, 0x3e, 0xe7, 0xfd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xe6, 0xdd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0x5a, 0xc6, 0xf5, 0x94, 0xd9, 0xb5, 0xfd, 0xd6, 0x1e, 0xdf, 0x5f, 0xef, 0x1c, 0xef, 0xda, 0xee, 0x99, 0xf6, 0x97, 0xfe, 0x96, 0xfe, 0x76, 0xfe, 0x96, 0xf6, 0x96, 0xf6, 0x96, 0xee, 0x96, 0xee, 0x76, 0xee, 0x56, 0xee, 0x35, 0xee, 0x14, 0xee, 0xf4, 0xed, 0xf3, 0xed, 0xf3, 0xed, 0xf3, 0xed, 0xf3, 0xed, 0xf4, 0xe5, 0xf4, 0xe5, 0x15, 0xe6, 0x57, 0xe6, 0x98, 0xe6, 0x1a, 0xf7, 0x5c, 0xff, 0x7d, 0xff, 0x9d, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0xdf, 0xff, 0xde, 0xff, 0x9e, 0xff, 0x7e, 0xf7, 0x7d, 0xf7, 0x7d, 0xf7, 0x9e, 0xff, 0xbe, 0xff, 0xde, 0xff, 0xbe, 0xff, 0x5c, 0xff, 0x3b, 0xf7, 0x97, 0xfe, 0x76, 0xf6, 0x35, 0xee, 0x15, 0xe6, 0x14, 0xe6, 0x35, 0xee, 0x56, 0xf6, 0x76, 0xf6, 0x77, 0xee, 0xd8, 0xf6, 0x3b, 0xff, 0x9d, 0xff, 0xde, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x9e, 0xf7, 0x5d, 0xf7, 0x7d, 0xf7, 0x9e, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xde, 0xff, 0xbd, 0xff, 0x7c, 0xff, 0x3b, 0xff, 0xfa, 0xf6, 0xb9, 0xee, 0x98, 0xee, 0x97, 0xee, 0x97, 0xee, 0x97, 0xee, 0x77, 0xee, 0x98, 0xee, 0xd9, 0xf6, 0x1b, 0xf7, 0x7c, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0xbf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xbf, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0x9d, 0xff, 0x5d, 0xf7, 0xd8, 0xfe, 0x97, 0xfe, 0x56, 0xf6, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0xf4, 0xe5, 0xf4, 0xe5, 0xd4, 0xdd, 0xd4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xd4, 0xe5, 0xf4, 0xe5, 0xd4, 0xdd, 0xb3, 0xdd, 0x72, 0xdd, 0x51, 0xd5, 0x73, 0xd5, 0xf6, 0xdd, 0xdb, 0xee, 0x9e, 0xf7, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0x5e, 0xdf, 0xbe, 0xb6, 0x7f, 0x9e, 0xbf, 0x96, 0x5f, 0x9e, 0x5f, 0x9e, 0x7f, 0x9e, 0x7f, 0xa6, 0x7f, 0xa6, 0x9f, 0xa6, 0x9f, 0xa6, 0xbf, 0xa6, 0xff, 0xae, 0xdf, 0xb6, 0xff, 0xbe, 0x5f, 0xcf, 0x9f, 0xe7, 0xbf, 0xef, 0xbe, 0xf7, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xf7, 0xdf, 0xf7, 0x9f, 0xef, 0x7f, 0xef, 0x5f, 0xef, 0x3e, 0xe7, 0xfd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xe6, 0xdd, 0xe6, 0xdd, 0xe6, 0xdd, 0xe6, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfc, 0xde, 0xfc, 0xde, 0x9b, 0xce, 0x36, 0xa5, 0x16, 0x9d, 0x5b, 0xc6, 0x3e, 0xe7, 0x5e, 0xef, 0x3d, 0xef, 0xfb, 0xf6, 0xb9, 0xf6, 0x98, 0xf6, 0x97, 0xfe, 0x96, 0xfe, 0x96, 0xf6, 0x96, 0xf6, 0x96, 0xee, 0x96, 0xee, 0x77, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0x14, 0xee, 0xf4, 0xed, 0xf3, 0xed, 0xf3, 0xed, 0xf4, 0xed, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0x15, 0xde, 0x56, 0xe6, 0xb8, 0xee, 0x1a, 0xf7, 0x7c, 0xf7, 0x7d, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0x9e, 0xff, 0x9e, 0xf7, 0x9e, 0xff, 0xbe, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0x9e, 0xff, 0x1a, 0xff, 0xd9, 0xfe, 0x77, 0xf6, 0x36, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x35, 0xe6, 0x36, 0xe6, 0x56, 0xe6, 0x77, 0xee, 0xb8, 0xee, 0xd9, 0xee, 0x1a, 0xf7, 0x5c, 0xf7, 0x9d, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xbf, 0xff, 0xbe, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xde, 0xff, 0xde, 0xff, 0x9d, 0xff, 0x5d, 0xff, 0x3c, 0xff, 0xfa, 0xf6, 0xba, 0xee, 0x98, 0xee, 0x78, 0xe6, 0x78, 0xe6, 0x98, 0xee, 0xb8, 0xee, 0xd8, 0xf6, 0xd9, 0xee, 0xfa, 0xf6, 0x3b, 0xff, 0x9d, 0xff, 0xbe, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xbf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0x9d, 0xff, 0x7c, 0xff, 0x1b, 0xf7, 0x97, 0xfe, 0x76, 0xf6, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x14, 0xe6, 0xf4, 0xe5, 0xd4, 0xdd, 0xd4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf3, 0xe5, 0xf3, 0xe5, 0xd3, 0xdd, 0xb3, 0xdd, 0x72, 0xdd, 0x31, 0xd5, 0x93, 0xd5, 0x78, 0xe6, 0x5d, 0xf7, 0xbf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xef, 0x1e, 0xd7, 0x9e, 0xae, 0x7f, 0x96, 0x9f, 0x8e, 0x5f, 0x9e, 0x5f, 0x9e, 0x7f, 0x9e, 0x7f, 0x9e, 0x7f, 0x9e, 0x7f, 0x9e, 0x7f, 0x9e, 0x9f, 0xa6, 0xbf, 0xa6, 0x9f, 0xa6, 0xdf, 0xb6, 0x7f, 0xcf, 0xdf, 0xe7, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x9f, 0xef, 0x7e, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x3e, 0xe7, 0xfd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xfc, 0xde, 0xfc, 0xde, 0xfc, 0xde, 0xdc, 0xde, 0xb8, 0xb5, 0xb4, 0x94, 0xb8, 0xb5, 0xfd, 0xde, 0x3e, 0xe7, 0x5e, 0xf7, 0x1c, 0xf7, 0xda, 0xee, 0xb8, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x96, 0xf6, 0x96, 0xf6, 0x96, 0xf6, 0x96, 0xee, 0x77, 0xee, 0x77, 0xee, 0x76, 0xee, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xe5, 0xf4, 0xe5, 0x15, 0xe6, 0x56, 0xee, 0xb7, 0xf6, 0x3b, 0xf7, 0x5c, 0xf7, 0x9d, 0xff, 0xbe, 0xff, 0xde, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xbf, 0xff, 0xbf, 0xff, 0xbf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0x9d, 0xff, 0x7c, 0xff, 0x1a, 0xf7, 0xb9, 0xee, 0x78, 0xee, 0x57, 0xe6, 0x36, 0xe6, 0x16, 0xe6, 0x77, 0xee, 0x77, 0xee, 0x57, 0xee, 0x77, 0xe6, 0x77, 0xe6, 0xb8, 0xee, 0xfa, 0xf6, 0x3b, 0xff, 0x5c, 0xff, 0x7c, 0xff, 0x9d, 0xff, 0xde, 0xff, 0xde, 0xff, 0xfe, 0xff, 0xde, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xbf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xfe, 0xff, 0xde, 0xff, 0xbd, 0xff, 0x7d, 0xff, 0x5c, 0xf7, 0x1b, 0xf7, 0xda, 0xee, 0xba, 0xee, 0x99, 0xee, 0x99, 0xee, 0x98, 0xe6, 0x98, 0xe6, 0xb9, 0xee, 0xd9, 0xf6, 0xfa, 0xf6, 0x1a, 0xf7, 0x5c, 0xff, 0x7c, 0xff, 0x9d, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xde, 0xff, 0xbd, 0xff, 0x7d, 0xff, 0x1b, 0xf7, 0xd9, 0xee, 0x76, 0xf6, 0x35, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x35, 0xee, 0x15, 0xe6, 0x14, 0xe6, 0xf4, 0xe5, 0xd3, 0xdd, 0xf3, 0xdd, 0xf4, 0xe5, 0x14, 0xe6, 0x14, 0xe6, 0xf4, 0xe5, 0xf3, 0xe5, 0xf3, 0xe5, 0xd3, 0xdd, 0xb3, 0xdd, 0x72, 0xd5, 0x52, 0xd5, 0xf5, 0xe5, 0xfa, 0xf6, 0x9e, 0xff, 0xbf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x7e, 0xe7, 0xdd, 0xc6, 0x5e, 0xa6, 0x5f, 0x96, 0x5f, 0x86, 0x5f, 0x96, 0x5f, 0x96, 0x5f, 0x9e, 0x7f, 0x9e, 0x7f, 0x9e, 0x5f, 0x9e, 0x5f, 0x9e, 0x7f, 0x9e, 0x9f, 0x9e, 0x7f, 0xa6, 0xbf, 0xae, 0x3f, 0xc7, 0xbf, 0xdf, 0xdf, 0xef, 0xdf, 0xf7, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xf7, 0x5e, 0xef, 0x5e, 0xe7, 0x5f, 0xef, 0x7f, 0xef, 0x1e, 0xe7, 0xfd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xfc, 0xde, 0xfc, 0xde, 0xfc, 0xde, 0xfc, 0xde, 0x3a, 0xc6, 0xd4, 0x94, 0x16, 0x9d, 0x5b, 0xc6, 0xfd, 0xde, 0x7f, 0xf7, 0x3d, 0xf7, 0xfb, 0xee, 0xd9, 0xf6, 0xb8, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x96, 0xf6, 0x96, 0xf6, 0x96, 0xf6, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x76, 0xee, 0x56, 0xee, 0x35, 0xee, 0x15, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0xf4, 0xed, 0xf3, 0xed, 0xf4, 0xe5, 0x14, 0xee, 0x35, 0xf6, 0xda, 0xee, 0x1b, 0xef, 0x7c, 0xff, 0x9d, 0xff, 0xde, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xbe, 0xff, 0x9e, 0xff, 0x7c, 0xff, 0x1b, 0xf7, 0xd9, 0xee, 0x98, 0xee, 0x57, 0xe6, 0x36, 0xe6, 0x56, 0xe6, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x97, 0xee, 0x97, 0xee, 0xb8, 0xf6, 0xb8, 0xf6, 0xf9, 0xfe, 0x1a, 0xff, 0x5b, 0xff, 0x9c, 0xff, 0xbd, 0xff, 0xbd, 0xff, 0xde, 0xff, 0xde, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0x9e, 0xff, 0x9d, 0xff, 0x7c, 0xff, 0x3b, 0xf7, 0x1a, 0xef, 0xda, 0xee, 0xba, 0xe6, 0xb9, 0xe6, 0x99, 0xe6, 0x99, 0xe6, 0xba, 0xee, 0xda, 0xee, 0xda, 0xf6, 0x1b, 0xf7, 0x3b, 0xff, 0x5b, 0xff, 0x7c, 0xff, 0x7c, 0xff, 0xbe, 0xff, 0xde, 0xff, 0xde, 0xff, 0xde, 0xff, 0xbe, 0xff, 0xbf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xde, 0xff, 0xbd, 0xff, 0x7c, 0xff, 0x3b, 0xff, 0xd9, 0xf6, 0x77, 0xe6, 0x56, 0xee, 0x35, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x35, 0xe6, 0x15, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0xf3, 0xdd, 0xf3, 0xe5, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x13, 0xe6, 0xf3, 0xe5, 0xf3, 0xdd, 0xb3, 0xdd, 0x72, 0xd5, 0x52, 0xcd, 0xb4, 0xdd, 0x98, 0xf6, 0x5c, 0xff, 0xbe, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xef, 0x3e, 0xd7, 0x9d, 0xb6, 0x5e, 0x9e, 0x3f, 0x8e, 0x3f, 0x86, 0x3f, 0x8e, 0x3f, 0x96, 0x5f, 0x96, 0x5f, 0x9e, 0x5f, 0x9e, 0x3f, 0x96, 0x3f, 0x96, 0x5f, 0x9e, 0x5f, 0x9e, 0x7f, 0xa6, 0x9f, 0xae, 0xbf, 0xb6, 0x1f, 0xc7, 0x9f, 0xdf, 0xdf, 0xef, 0xdf, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xf7, 0x7e, 0xe7, 0x1d, 0xdf, 0x3e, 0xe7, 0x9f, 0xef, 0x5f, 0xe7, 0xfd, 0xde, 0xbc, 0xd6, 0xdc, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xe6, 0xdc, 0xe6, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xfc, 0xde, 0xfc, 0xde, 0xfc, 0xe6, 0xdc, 0xde, 0x9b, 0xd6, 0x16, 0xa5, 0xd5, 0x94, 0xb8, 0xb5, 0x9c, 0xd6, 0x3e, 0xef, 0x3e, 0xef, 0x1c, 0xef, 0xfb, 0xf6, 0xd9, 0xf6, 0xb8, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0xb6, 0xf6, 0xb6, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x77, 0xee, 0x56, 0xee, 0x35, 0xee, 0x15, 0xe6, 0xf4, 0xe5, 0x14, 0xee, 0x14, 0xee, 0xf4, 0xed, 0xf3, 0xed, 0xf3, 0xed, 0xf3, 0xed, 0xf3, 0xed, 0xf3, 0xed, 0x57, 0xde, 0x99, 0xe6, 0x1a, 0xf7, 0x7c, 0xff, 0x9d, 0xff, 0xbe, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xbe, 0xff, 0x7c, 0xff, 0x3b, 0xf7, 0xfa, 0xf6, 0x98, 0xee, 0x98, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x77, 0xf6, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x98, 0xee, 0xd9, 0xf6, 0x1a, 0xff, 0x3b, 0xff, 0x5c, 0xff, 0x9d, 0xff, 0x9d, 0xff, 0xbe, 0xff, 0xde, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xbf, 0xff, 0x9e, 0xff, 0x7d, 0xff, 0x5d, 0xff, 0x5c, 0xff, 0x3c, 0xff, 0x3b, 0xff, 0x1b, 0xf7, 0xfa, 0xf6, 0xfa, 0xf6, 0xda, 0xf6, 0xb9, 0xe6, 0x98, 0xe6, 0x78, 0xde, 0x78, 0xde, 0x99, 0xe6, 0xba, 0xee, 0xda, 0xee, 0xfb, 0xf6, 0x1c, 0xf7, 0x3c, 0xf7, 0x5d, 0xff, 0x9d, 0xff, 0x9d, 0xff, 0xbd, 0xff, 0xbe, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xde, 0xff, 0xde, 0xff, 0xbd, 0xff, 0x7c, 0xff, 0x3b, 0xff, 0xd9, 0xf6, 0x77, 0xee, 0x36, 0xe6, 0x35, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x14, 0xe6, 0xf4, 0xe5, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xe5, 0x13, 0xe6, 0x14, 0xe6, 0x13, 0xe6, 0xf3, 0xe5, 0xf3, 0xdd, 0xd2, 0xdd, 0x93, 0xd5, 0x52, 0xcd, 0x73, 0xd5, 0x36, 0xee, 0x1b, 0xff, 0x9d, 0xff, 0xbf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x7f, 0xdf, 0xfe, 0xc6, 0x7e, 0xae, 0x3e, 0x9e, 0x3f, 0x8e, 0x1f, 0x86, 0xff, 0x8d, 0x1f, 0x8e, 0x3f, 0x96, 0x5f, 0x9e, 0x5f, 0x9e, 0x3f, 0x9e, 0x3f, 0x9e, 0x5f, 0x9e, 0x1e, 0x96, 0x5f, 0x9e, 0x5e, 0xa6, 0x3d, 0xa6, 0x9e, 0xb6, 0x3f, 0xd7, 0xbf, 0xe7, 0xdf, 0xef, 0xff, 0xf7, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0x9f, 0xef, 0x1d, 0xdf, 0x3e, 0xdf, 0x9f, 0xef, 0x7f, 0xef, 0x3e, 0xe7, 0xdd, 0xde, 0xbc, 0xd6, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6,
0x9c, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xfc, 0xde, 0xfc, 0xde, 0xfc, 0xde, 0xfd, 0xde, 0xbc, 0xde, 0x98, 0xb5, 0xb5, 0x94, 0x16, 0x9d, 0xfa, 0xbd, 0xdd, 0xde, 0x3e, 0xe7, 0x3d, 0xef, 0x1c, 0xef, 0xda, 0xee, 0xb8, 0xee, 0xb7, 0xf6, 0x97, 0xf6, 0xb6, 0xf6, 0xb6, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x35, 0xee, 0x14, 0xee, 0xf3, 0xed, 0xf3, 0xed, 0xf3, 0xed, 0xf3, 0xed, 0xf3, 0xed, 0xf3, 0xed, 0x16, 0xde, 0x57, 0xe6, 0xb8, 0xee, 0xfa, 0xf6, 0x3b, 0xff, 0x7c, 0xff, 0x9d, 0xff, 0xbe, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xbe, 0xff, 0x9d, 0xff, 0x5c, 0xff, 0x3b, 0xff, 0xf9, 0xf6, 0x98, 0xee, 0x97, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x98, 0xf6, 0x97, 0xf6, 0x77, 0xee, 0x56, 0xee, 0x57, 0xe6, 0x77, 0xee, 0x98, 0xee, 0x99, 0xee, 0xd9, 0xee, 0xfa, 0xee, 0xfb, 0xf6, 0x1b, 0xf7, 0x5d, 0xf7, 0xbe, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xbe, 0xff, 0x7d, 0xff, 0x5c, 0xff, 0x3c, 0xff, 0x3c, 0xff, 0x1b, 0xff, 0x1b, 0xf7, 0xfa, 0xf6, 0xb9, 0xee, 0xb9, 0xee, 0x98, 0xee, 0x98, 0xee, 0x78, 0xee, 0x98, 0xee, 0x98, 0xee, 0x98, 0xf6, 0xb9, 0xe6, 0xb9, 0xe6, 0xb9, 0xe6, 0xda, 0xee, 0x1b, 0xf7, 0x3c, 0xff, 0x7d, 0xff, 0x7d, 0xff, 0x9e, 0xff, 0x9e, 0xff, 0xbf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xbe, 0xff, 0x9d, 0xff, 0x7c, 0xff, 0x1a, 0xff, 0xb8, 0xf6, 0x77, 0xee, 0x56, 0xee, 0x35, 0xee, 0x15, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xee, 0x14, 0xe6, 0xf4, 0xe5, 0x14, 0xe6, 0x14, 0xe6, 0x13, 0xe6, 0xf3, 0xe5, 0xf3, 0xe5, 0xf3, 0xe5, 0xd3, 0xdd, 0xd2, 0xdd, 0xb2, 0xd5, 0x73, 0xcd, 0x93, 0xd5, 0x15, 0xde, 0xd9, 0xf6, 0x7d, 0xff, 0xbe, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x9f, 0xe7, 0x1f, 0xcf, 0x9e, 0xb6, 0x5e, 0xa6, 0x3e, 0x96, 0x1f, 0x8e, 0xff, 0x85, 0xde, 0x8d, 0xfe, 0x8d, 0x1e, 0x96, 0x3f, 0x9e, 0x3e, 0x9e, 0x1e, 0x9e, 0x1d, 0x96, 0x1e, 0x96, 0xfd, 0x95, 0x1d, 0x9e, 0x1d, 0x9e, 0x1d, 0xa6, 0x5d, 0xae, 0xde, 0xc6, 0x1f, 0xcf, 0x3f, 0xd7, 0x5e, 0xe7, 0x9f, 0xef, 0xdf, 0xf7, 0xff, 0xf7, 0xdf, 0xef, 0x7f, 0xe7, 0x5f, 0xdf, 0x5f, 0xe7, 0x7f, 0xef, 0x5f, 0xe7, 0x1e, 0xdf, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6,
0x9c, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xfc, 0xde, 0xfc, 0xde, 0x1e, 0xe7, 0xfd, 0xde, 0xfa, 0xbd, 0xd5, 0x94, 0xb5, 0x94, 0x98, 0xad, 0x7c, 0xce, 0xfe, 0xde, 0x5e, 0xef, 0x3d, 0xef, 0xfb, 0xee, 0xb9, 0xee, 0xb8, 0xee, 0xb7, 0xf6, 0xb7, 0xf6, 0xb7, 0xf6, 0x97, 0xfe, 0x97, 0xfe, 0x97, 0xf6, 0x96, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x14, 0xee, 0xf4, 0xe5, 0xf3, 0xed, 0xf3, 0xed, 0xf3, 0xed, 0xf3, 0xed, 0xf3, 0xed, 0x15, 0xe6, 0x15, 0xe6, 0x56, 0xe6, 0x97, 0xee, 0xd9, 0xf6, 0x1a, 0xff, 0x7c, 0xff, 0x9d, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xbe, 0xff, 0x9d, 0xff, 0x7c, 0xff, 0x5b, 0xff, 0x1a, 0xff, 0xfa, 0xf6, 0xd9, 0xf6, 0xb9, 0xee, 0x98, 0xee, 0x98, 0xee, 0x98, 0xee, 0x98, 0xee, 0x98, 0xee, 0x98, 0xee, 0x98, 0xe6, 0x98, 0xe6, 0x78, 0xe6, 0x78, 0xe6, 0x99, 0xe6, 0xb9, 0xe6, 0xfb, 0xee, 0x5c, 0xff, 0x9d, 0xff, 0x9e, 0xff, 0x3b, 0xff, 0x1a, 0xff, 0xd9, 0xf6, 0xb9, 0xee, 0x98, 0xee, 0x98, 0xee, 0x98, 0xee, 0x78, 0xee, 0x78, 0xee, 0x77, 0xee, 0x77, 0xee, 0x78, 0xee, 0x98, 0xee, 0xb8, 0xf6, 0xd9, 0xfe, 0xf9, 0xfe, 0x1b, 0xf7, 0x3b, 0xf7, 0x5c, 0xff, 0x7d, 0xff, 0xbe, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xbe, 0xff, 0x9d, 0xff, 0x7c, 0xff, 0x3a, 0xff, 0xb8, 0xf6, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xee, 0x15, 0xee, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xed, 0xf4, 0xed, 0xf3, 0xe5, 0xf3, 0xe5, 0xf3, 0xe5, 0xf3, 0xe5, 0xd3, 0xdd, 0xb2, 0xdd, 0x91, 0xd5, 0x93, 0xcd, 0x15, 0xde, 0xb8, 0xee, 0x5c, 0xff, 0x9e, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xef, 0x5f, 0xd7, 0xbe, 0xb6, 0x5e, 0xa6, 0x3e, 0x9e, 0x1f, 0x8e, 0xff, 0x85, 0xdf, 0x85, 0xbd, 0x85, 0xdd, 0x85, 0xfd, 0x8d, 0xfd, 0x95, 0xfd, 0x95, 0xdc, 0x8d, 0xbc, 0x8d, 0xbc, 0x8d, 0xfd, 0x95, 0xfd, 0x95, 0x1d, 0x96, 0x3d, 0xa6, 0x7e, 0xae, 0x7d, 0xb6, 0x7d, 0xb6, 0x7c, 0xb6, 0xdc, 0xce, 0x1e, 0xd7, 0x9f, 0xe7, 0xdf, 0xef, 0xff, 0xef, 0xbf, 0xe7, 0x7f, 0xdf, 0x3e, 0xd7, 0x7f, 0xe7, 0x9f, 0xe7, 0x5f, 0xe7, 0xfd, 0xde, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xfc, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0x3e, 0xe7, 0x1e, 0xe7, 0x7c, 0xce, 0x57, 0xa5, 0x95, 0x8c, 0xf6, 0x9c, 0xd9, 0xb5, 0x9c, 0xce, 0xfd, 0xde, 0x5e, 0xef, 0x5d, 0xf7, 0xfb, 0xee, 0xb9, 0xee, 0xb8, 0xee, 0xd8, 0xf6, 0xd8, 0xfe, 0x96, 0xfe, 0x96, 0xfe, 0x97, 0xfe, 0x97, 0xfe, 0x97, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x35, 0xee, 0x56, 0xee, 0x35, 0xee, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xed, 0x14, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x35, 0xe6, 0x56, 0xee, 0x97, 0xee, 0xd9, 0xf6, 0x3a, 0xff, 0x7c, 0xff, 0x9d, 0xff, 0xbe, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0x9d, 0xff, 0x7d, 0xff, 0x7d, 0xff, 0x5c, 0xff, 0x3b, 0xff, 0x3b, 0xff, 0x1b, 0xf7, 0xfa, 0xf6, 0xfa, 0xf6, 0xda, 0xee, 0xda, 0xee, 0xda, 0xee, 0xda, 0xee, 0xda, 0xee, 0xba, 0xee, 0xba, 0xe6, 0xda, 0xee, 0x1b, 0xf7, 0x5c, 0xff, 0xb8, 0xf6, 0xb8, 0xee, 0x98, 0xee, 0x98, 0xee, 0x98, 0xee, 0x98, 0xee, 0xb8, 0xee, 0xb9, 0xee, 0xd9, 0xf6, 0xf9, 0xf6, 0xfa, 0xf6, 0x3b, 0xff, 0x5b, 0xff, 0x7c, 0xff, 0x9c, 0xff, 0x9c, 0xff, 0xde, 0xff, 0xde, 0xff, 0xde, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xde, 0xff, 0xbe, 0xff, 0x9d, 0xff, 0x5b, 0xff, 0xfa, 0xf6, 0x98, 0xee, 0x56, 0xee, 0x35, 0xee, 0x15, 0xee, 0x14, 0xee, 0x14, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0xf5, 0xed, 0xf4, 0xed, 0xf4, 0xe5, 0xd4, 0xe5, 0x14, 0xee, 0x14, 0xee, 0xf4, 0xe5, 0xd3, 0xe5, 0xd3, 0xdd, 0xb3, 0xdd, 0x92, 0xd5, 0x72, 0xd5, 0xd4, 0xcd, 0xd9, 0xee, 0x3b, 0xf7, 0x9d, 0xff, 0xdf, 0xff, 0xbf, 0xff, 0xff, 0xff, 0xdf, 0xf7, 0x7f, 0xdf, 0xdf, 0xbe, 0x7e, 0xa6, 0x5e, 0x9e, 0x3e, 0x96, 0x1f, 0x8e, 0xdf, 0x85, 0x9e, 0x7d, 0xbd, 0x7d, 0xbd, 0x7d, 0xbd, 0x7d, 0xbd, 0x85, 0xbc, 0x85, 0x9b, 0x85, 0x9c, 0x85, 0xdc, 0x8d, 0xfd, 0x8d, 0xfd, 0x8d, 0xfd, 0x8d, 0x3e, 0x9e, 0x9f, 0xae, 0xbf, 0xae, 0x7d, 0xa6, 0x1c, 0x9e, 0x1a, 0xb6, 0x7b, 0xbe, 0xbd, 0xc6, 0xfe, 0xce, 0x7f, 0xdf, 0xff, 0xe7, 0xbf, 0xdf, 0x1f, 0xcf, 0x1f, 0xd7, 0x7f, 0xdf, 0x7f, 0xe7, 0x1e, 0xdf, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0x1d, 0xe7, 0x1e, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0xdd, 0xd6, 0xb9, 0xb5, 0xd5, 0x94, 0xd5, 0x94, 0x78, 0xad, 0x1a, 0xbe, 0x9c, 0xce, 0xfd, 0xde, 0x3e, 0xef, 0x1c, 0xef, 0xfb, 0xee, 0xd9, 0xee, 0xb9, 0xf6, 0xb8, 0xf6, 0xb6, 0xfe, 0x96, 0xfe, 0x96, 0xfe, 0x96, 0xfe, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0xf4, 0xe5, 0xf3, 0xed, 0xf4, 0xed, 0x14, 0xee, 0x14, 0xe6, 0x15, 0xee, 0x36, 0xee, 0x97, 0xf6, 0xb8, 0xf6, 0x1a, 0xff, 0x3b, 0xff, 0x5c, 0xff, 0x9d, 0xff, 0xbe, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xbf, 0xff, 0xbf, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0x9e, 0xff, 0x9e, 0xff, 0x9d, 0xff, 0x7d, 0xff, 0x7d, 0xff, 0x7d, 0xff, 0x7d, 0xff, 0x7d, 0xff, 0x7c, 0xff, 0x3c, 0xf7, 0xfb, 0xee, 0xda, 0xee, 0xfa, 0xee, 0x1b, 0xf7, 0xd8, 0xee, 0xd9, 0xf6, 0xf9, 0xf6, 0x1a, 0xf7, 0x3a, 0xff, 0x3b, 0xff, 0x5b, 0xff, 0x7c, 0xff, 0x7c, 0xff, 0x9d, 0xff, 0x9d, 0xff, 0xbd, 0xff, 0xbe, 0xff, 0xde, 0xff, 0xde, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xde, 0xff, 0x9d, 0xff, 0x7c, 0xff, 0x3b, 0xff, 0xfa, 0xf6, 0xb8, 0xee, 0x56, 0xee, 0x35, 0xee, 0x15, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x15, 0xee, 0xf5, 0xed, 0xf5, 0xed, 0xf5, 0xed, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xed, 0xd3, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xd4, 0xe5, 0x93, 0xdd, 0x73, 0xd5, 0x93, 0xd5, 0xb3, 0xd5, 0x77, 0xde, 0x3b, 0xf7, 0x7d, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0x9f, 0xe7, 0x5f, 0xd7, 0x7d, 0xae, 0x1d, 0x96, 0x3e, 0x96, 0x1e, 0x86, 0x9d, 0x7d, 0x9d, 0x7d, 0x9e, 0x7d, 0xde, 0x75, 0x9d, 0x75, 0x7c, 0x6d, 0x7b, 0x75, 0x5b, 0x75, 0x5a, 0x75, 0x5b, 0x75, 0x7b, 0x75, 0x5b, 0x75, 0x9c, 0x75, 0xbc, 0x7d, 0xbc, 0x7d, 0xbc, 0x7d, 0xbc, 0x85, 0xdc, 0x8d, 0xfc, 0x8d, 0xfa, 0xa5, 0x7c, 0xb6, 0xbd, 0xbe, 0x9d, 0xb6, 0x9d, 0xb6, 0xde, 0xbe, 0x1f, 0xc7, 0xff, 0xc6, 0x1f, 0xcf, 0x5f, 0xdf, 0x7f, 0xe7, 0x3e, 0xdf, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6,
0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xfd, 0xde, 0x1d, 0xdf, 0x3e, 0xe7, 0x3e, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x7f, 0xe7, 0x3f, 0xdf, 0x3b, 0xbe, 0x17, 0x9d, 0xb5, 0x94, 0xf6, 0x94, 0x57, 0x9d, 0x3b, 0xbe, 0xbc, 0xce, 0x1e, 0xe7, 0x3d, 0xef, 0x3c, 0xef, 0x1b, 0xef, 0xda, 0xee, 0xb9, 0xee, 0xb7, 0xfe, 0x97, 0xfe, 0x97, 0xf6, 0x97, 0xf6, 0x96, 0xf6, 0x96, 0xf6, 0x96, 0xf6, 0x96, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0xf3, 0xed, 0xf3, 0xed, 0x13, 0xee, 0xf4, 0xed, 0xf4, 0xe5, 0xf4, 0xe5, 0x15, 0xee, 0x35, 0xee, 0x97, 0xee, 0xb8, 0xf6, 0xfa, 0xf6, 0x3b, 0xff, 0x7c, 0xff, 0x9d, 0xff, 0xbd, 0xff, 0xbe, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xde, 0xff, 0xde, 0xff, 0x9d, 0xff, 0x7d, 0xff, 0x3c, 0xf7, 0x1b, 0xf7, 0x1b, 0xf7, 0x3b, 0xf7, 0x5c, 0xff, 0x7c, 0xff, 0x9d, 0xff, 0xbd, 0xff, 0xde, 0xff, 0xde, 0xff, 0xde, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xde, 0xff, 0xbe, 0xff, 0x9d, 0xff, 0x3b, 0xff, 0xfa, 0xf6, 0xb9, 0xee, 0x77, 0xee, 0x56, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x15, 0xee, 0xf5, 0xed, 0xf5, 0xed, 0xf5, 0xed, 0xf4, 0xed, 0xf5, 0xed, 0x15, 0xee, 0x15, 0xee, 0xd4, 0xe5, 0xf4, 0xe5, 0xd4, 0xe5, 0xb4, 0xdd, 0x73, 0xcd, 0x73, 0xcd, 0xd5, 0xdd, 0x36, 0xe6, 0x1b, 0xf7, 0x9d, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xdf, 0xf7, 0x3f, 0xd7, 0xff, 0xc6, 0x5d, 0xa6, 0xdc, 0x8d, 0xfd, 0x85, 0xbd, 0x75, 0x5c, 0x6d, 0x3c, 0x75, 0x5c, 0x75, 0x1b, 0x5d, 0x1b, 0x5d, 0x1b, 0x65, 0x5b, 0x6d, 0x5b, 0x6d, 0x3b, 0x6d, 0x1a, 0x65, 0x1a, 0x65, 0x1a, 0x65, 0x1a, 0x65, 0x1b, 0x65, 0x3b, 0x65, 0x3b, 0x65, 0x5b, 0x6d, 0x7b, 0x75, 0x9b, 0x75, 0x9a, 0x95, 0x3c, 0xa6, 0x9e, 0xb6, 0x7e, 0xae, 0x3d, 0xa6, 0x5d, 0xa6, 0xde, 0xb6, 0x1f, 0xbf, 0xff, 0xc6, 0x3f, 0xcf, 0x7f, 0xdf, 0x5f, 0xdf, 0x1e, 0xdf, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xe6, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6,
0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0x1e, 0xdf, 0x3e, 0xe7, 0x5f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x7f, 0xe7, 0x3f, 0xdf, 0x7c, 0xc6, 0x78, 0xa5, 0xd5, 0x94, 0x94, 0x8c, 0x94, 0x8c, 0x98, 0xa5, 0x1b, 0xbe, 0xbd, 0xd6, 0x1e, 0xe7, 0x3e, 0xef, 0x3d, 0xef, 0xfb, 0xee, 0xba, 0xee, 0x97, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x96, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xe6, 0x35, 0xe6, 0x15, 0xe6, 0x13, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0xf4, 0xed, 0xf3, 0xe5, 0x14, 0xe6, 0x14, 0xe6, 0x35, 0xee, 0x56, 0xee, 0x97, 0xee, 0xb8, 0xf6, 0xfa, 0xfe, 0x3b, 0xff, 0x7c, 0xff, 0x9c, 0xff, 0xbd, 0xff, 0xbe, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xde, 0xff, 0x9e, 0xff, 0x7d, 0xff, 0x7d, 0xff, 0xbe, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xf7, 0xff, 0xf7, 0xff, 0xf7, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xde, 0xff, 0xbe, 0xff, 0x9d, 0xff, 0x5c, 0xff, 0x3b, 0xff, 0xd9, 0xf6, 0x78, 0xee, 0x56, 0xe6, 0x36, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0xf5, 0xe5, 0xd4, 0xe5, 0xb4, 0xdd, 0x73, 0xd5, 0x74, 0xcd, 0xd6, 0xd5, 0x78, 0xee, 0xfa, 0xf6, 0x9d, 0xff, 0xbe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xf7, 0xdf, 0xef, 0x7f, 0xe7, 0xbd, 0xc6, 0x7d, 0xb6, 0x3d, 0x9e, 0xdd, 0x85, 0x9c, 0x6d, 0x5c, 0x65, 0x5c, 0x6d, 0x3b, 0x6d, 0xb9, 0x64, 0x5c, 0x65, 0x1b, 0x5d, 0xd9, 0x5c, 0x78, 0x54, 0x56, 0x54, 0x36, 0x54, 0x56, 0x54, 0x77, 0x54, 0x77, 0x54, 0x57, 0x4c, 0x37, 0x4c, 0x57, 0x4c, 0x78, 0x54, 0xd9, 0x5c, 0xfa, 0x64, 0x1a, 0x65, 0x19, 0x7d, 0x9a, 0x85, 0xfc, 0x95, 0xfd, 0x95, 0xfc, 0x95, 0x1d, 0x96, 0x5d, 0x9e, 0x9e, 0xae, 0xff, 0xb6, 0x1f, 0xc7, 0x5f, 0xd7, 0x7f, 0xe7, 0x3f, 0xe7, 0xdd, 0xde, 0xbc, 0xde, 0xdc, 0xe6, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6,
0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbb, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdc, 0xde, 0xfd, 0xde, 0x1d, 0xdf, 0x3e, 0xe7, 0x5f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x5f, 0xd7, 0x5f, 0xd7, 0x1f, 0xd7, 0x9c, 0xc6, 0xb9, 0xad, 0xf6, 0x94, 0x74, 0x84, 0x33, 0x7c, 0x95, 0x8c, 0x37, 0x9d, 0xfa, 0xb5, 0x9d, 0xce, 0x1e, 0xe7, 0x3e, 0xef, 0x1d, 0xef, 0xfc, 0xee, 0xb9, 0xee, 0xb9, 0xee, 0x98, 0xee, 0x97, 0xee, 0x77, 0xee, 0x77, 0xee, 0x76, 0xf6, 0x76, 0xf6, 0x96, 0xf6, 0x96, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x56, 0xee, 0x36, 0xe6, 0x36, 0xe6, 0x14, 0xee, 0x14, 0xee, 0x34, 0xee, 0x34, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xe6, 0x15, 0xee, 0x35, 0xee, 0x56, 0xee, 0x97, 0xee, 0xd8, 0xf6, 0x1a, 0xff, 0x3a, 0xff, 0x5c, 0xff, 0x7c, 0xff, 0xbd, 0xff, 0xbe, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xbe, 0xff, 0x9e, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xde, 0xff, 0xde, 0xff, 0xbe, 0xff, 0x9c, 0xff, 0x7c, 0xff, 0x1a, 0xff, 0xd9, 0xf6, 0x98, 0xee, 0x77, 0xee, 0x36, 0xe6, 0x35, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0xf4, 0xed, 0xf4, 0xe5, 0xd4, 0xdd, 0x94, 0xd5, 0x74, 0xcd, 0x94, 0xcd, 0xf6, 0xd5, 0x99, 0xe6, 0x3b, 0xf7, 0x7d, 0xff, 0xde, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xbf, 0xef, 0x7f, 0xe7, 0xde, 0xce, 0x3b, 0xb6, 0x7d, 0xae, 0x1c, 0x96, 0x9c, 0x75, 0x5c, 0x65, 0x1b, 0x5d, 0xfa, 0x64, 0xd9, 0x64, 0x57, 0x5c, 0x16, 0x44, 0x16, 0x4c, 0x56, 0x54, 0x36, 0x5c, 0x35, 0x5c, 0x55, 0x64, 0x96, 0x6c, 0xb7, 0x6c, 0x56, 0x5c, 0x36, 0x5c, 0x15, 0x54, 0xd5, 0x4b, 0xb4, 0x43, 0xb4, 0x43, 0xf5, 0x4b, 0x15, 0x4c, 0x77, 0x5c, 0xb8, 0x64, 0xf9, 0x6c, 0x3a, 0x75, 0x7b, 0x7d, 0xbb, 0x7d, 0xfc, 0x8d, 0x3d, 0x96, 0xbf, 0xae, 0xdf, 0xbe, 0x3f, 0xcf, 0x9f, 0xdf, 0x5f, 0xe7, 0xfe, 0xde, 0xbc, 0xde, 0xdd, 0xe6, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6,
0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbb, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xfc, 0xde, 0x1d, 0xe7, 0x3e, 0xe7, 0x5f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x3f, 0xcf, 0x1f, 0xcf, 0xde, 0xc6, 0x9d, 0xc6, 0x1a, 0xb6, 0x37, 0xa5, 0x94, 0x8c, 0x33, 0x7c, 0xd2, 0x6b, 0x54, 0x7c, 0x17, 0x95, 0xfa, 0xb5, 0xbd, 0xce, 0x1e, 0xe7, 0x3e, 0xef, 0x3e, 0xef, 0xfb, 0xee, 0xfa, 0xee, 0xb9, 0xe6, 0x98, 0xe6, 0x77, 0xe6, 0x77, 0xee, 0x76, 0xee, 0x76, 0xf6, 0x96, 0xf6, 0x96, 0xfe, 0x96, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x34, 0xee, 0x34, 0xee, 0x34, 0xee, 0x34, 0xee, 0x34, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x35, 0xee, 0x76, 0xee, 0x98, 0xf6, 0xd8, 0xf6, 0x1a, 0xff, 0x3b, 0xff, 0x7c, 0xff, 0x9d, 0xff, 0xbd, 0xff, 0xbe, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xde, 0xff, 0xde, 0xff, 0xbe, 0xff, 0x9d, 0xff, 0x9c, 0xff, 0x5c, 0xff, 0xf9, 0xfe, 0xd8, 0xf6, 0x97, 0xee, 0x56, 0xee, 0x36, 0xe6, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x14, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x14, 0xe6, 0x15, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0xf4, 0xe5, 0xd4, 0xe5, 0xd4, 0xdd, 0x93, 0xd5, 0x94, 0xcd, 0xb5, 0xcd, 0x37, 0xde, 0xba, 0xe6, 0x3c, 0xf7, 0x9e, 0xff, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xbf, 0xe7, 0x9f, 0xdf, 0xff, 0xce, 0x3b, 0xb6, 0x3b, 0xae, 0xff, 0xbe, 0xfc, 0x8d, 0x3b, 0x65, 0x1b, 0x5d, 0xda, 0x4c, 0x58, 0x4c, 0x56, 0x54, 0x76, 0x64, 0xb7, 0x74, 0x79, 0x85, 0x3c, 0xa6, 0xbe, 0xbe, 0xde, 0xc6, 0xde, 0xc6, 0xdd, 0xc6, 0xbd, 0xc6, 0x3f, 0xcf, 0x1f, 0xc7, 0xbe, 0xb6, 0x3d, 0xa6, 0x9b, 0x95, 0xd8, 0x7c, 0x14, 0x5c, 0x92, 0x4b, 0xb5, 0x3b, 0xb5, 0x3b, 0x16, 0x44, 0x98, 0x54, 0x1a, 0x65, 0x5b, 0x6d, 0xbc, 0x7d, 0x1d, 0x8e, 0x3d, 0x96, 0x7e, 0xa6, 0xff, 0xbe, 0x5f, 0xd7, 0x5f, 0xe7, 0x1e, 0xdf, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde,
0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbb, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0x1c, 0xe7, 0x1d, 0xe7, 0x5e, 0xe7, 0x7e, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x5f, 0xdf, 0x3f, 0xdf, 0x3f, 0xd7, 0x1f, 0xd7, 0x1f, 0xc7, 0xdf, 0xc6, 0xde, 0xc6, 0xbd, 0xce, 0x5b, 0xbe, 0x78, 0xad, 0xd5, 0x94, 0x74, 0x84, 0xf2, 0x73, 0x13, 0x74, 0x75, 0x7c, 0xf7, 0x94, 0xb9, 0xad, 0x5c, 0xce, 0xdd, 0xde, 0x1e, 0xef, 0x3d, 0xef, 0x3c, 0xef, 0x1b, 0xef, 0xda, 0xee, 0xb9, 0xee, 0x97, 0xee, 0x77, 0xee, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xfe, 0x96, 0xfe, 0x96, 0xfe, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x34, 0xee, 0x34, 0xee, 0x34, 0xee, 0x34, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xe6, 0x15, 0xe6, 0x35, 0xee, 0x56, 0xee, 0x76, 0xee, 0x98, 0xee, 0xb8, 0xf6, 0xf9, 0xf6, 0x1a, 0xf7, 0x3c, 0xf7, 0x5c, 0xff, 0x9e, 0xff, 0xbf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xde, 0xff, 0x9d, 0xff, 0x9c, 0xff, 0x5c, 0xff, 0x3b, 0xff, 0xfa, 0xf6, 0xd9, 0xee, 0x57, 0xee, 0x56, 0xee, 0x35, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0xf4, 0xed, 0x14, 0xee, 0x35, 0xee, 0x15, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x15, 0xe6, 0xf4, 0xe5, 0xf4, 0xdd, 0xd4, 0xdd, 0xb4, 0xd5, 0xb4, 0xd5, 0xf6, 0xdd, 0x78, 0xe6, 0xfa, 0xee, 0x5d, 0xf7, 0x9e, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xbf, 0xe7, 0x3f, 0xd7, 0x1f, 0xcf, 0x5c, 0xb6, 0xb9, 0xa5, 0x5c, 0xb6, 0x1f, 0xbf, 0xdc, 0x85, 0xfa, 0x5c, 0xda, 0x4c, 0x99, 0x44, 0x78, 0x4c, 0x19, 0x75, 0xdc, 0x95, 0x3f, 0xd7, 0x7f, 0xdf, 0xbf, 0xef, 0x9f, 0xef, 0x7f, 0xef, 0x3e, 0xe7, 0x1d, 0xe7, 0xfd, 0xde, 0xfd, 0xde, 0xfe, 0xd6, 0xfe, 0xd6, 0x3f, 0xd7, 0x3f, 0xd7, 0xfe, 0xce, 0x5c, 0xbe, 0xba, 0xa5, 0x78, 0x54, 0xd6, 0x3b, 0x74, 0x33, 0xb5, 0x3b, 0x37, 0x44, 0xb8, 0x54, 0x1a, 0x65, 0x7b, 0x75, 0xbb, 0x85, 0x1c, 0x96, 0x9e, 0xb6, 0x1f, 0xcf, 0x5f, 0xdf, 0x1f, 0xe7, 0xfd, 0xde, 0xbd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde,
0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbb, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xfc, 0xe6, 0x3d, 0xe7, 0x3d, 0xe7, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xe7, 0x5f, 0xe7, 0x5f, 0xdf, 0x3f, 0xd7, 0x1f, 0xcf, 0xff, 0xce, 0xff, 0xbe, 0xdf, 0xbe, 0xde, 0xc6, 0xde, 0xce, 0x7c, 0xc6, 0x98, 0xad, 0xf5, 0x94, 0xb5, 0x8c, 0x53, 0x7c, 0x13, 0x74, 0xd3, 0x6b, 0x13, 0x74, 0xb6, 0x8c, 0x78, 0xad, 0x3b, 0xce, 0xbd, 0xde, 0x5d, 0xe7, 0x5d, 0xe7, 0x5d, 0xef, 0x3c, 0xf7, 0x1a, 0xf7, 0xb8, 0xee, 0x76, 0xee, 0x35, 0xee, 0x75, 0xf6, 0x75, 0xfe, 0x76, 0xfe, 0x76, 0xfe, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xee, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x34, 0xee, 0x34, 0xee, 0x34, 0xee, 0x34, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x15, 0xe6, 0x35, 0xe6, 0x15, 0xde, 0x36, 0xe6, 0x77, 0xe6, 0x98, 0xe6, 0xb9, 0xee, 0xfa, 0xee, 0x3c, 0xf7, 0x7d, 0xf7, 0x9e, 0xff, 0x9e, 0xff, 0x9e, 0xff, 0xbf, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xde, 0xff, 0xde, 0xff, 0xde, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xde, 0xff, 0xde, 0xff, 0xbd, 0xff, 0x7c, 0xff, 0x5b, 0xf7, 0x1a, 0xf7, 0xf9, 0xf6, 0xb8, 0xee, 0x77, 0xe6, 0x36, 0xde, 0x15, 0xe6, 0x15, 0xe6, 0xf4, 0xe5, 0x14, 0xe6, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x35, 0xee, 0x35, 0xf6, 0x35, 0xee, 0x35, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xee, 0x34, 0xe6, 0x34, 0xe6, 0x14, 0xe6, 0xf4, 0xe5, 0xf4, 0xdd, 0xd3, 0xdd, 0xb3, 0xd5, 0xb4, 0xd5, 0x36, 0xe6, 0x98, 0xe6, 0x1b, 0xf7, 0x7d, 0xff, 0xbe, 0xff, 0xbf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xf7, 0xbf, 0xef, 0x5f, 0xdf, 0xbe, 0xbe, 0x9e, 0xbe, 0xfb, 0xa5, 0x58, 0x95, 0x7d, 0xb6, 0x9d, 0xae, 0xbb, 0x85, 0xd9, 0x54, 0x99, 0x44, 0xb9, 0x4c, 0x5b, 0x6d, 0xbf, 0xa6, 0xdf, 0xcf, 0x7f, 0xe7, 0x9f, 0xef, 0xbf, 0xf7, 0x9f, 0xf7, 0x7e, 0xff, 0x5d, 0xf7, 0x3d, 0xf7, 0x1c, 0xef, 0x1c, 0xef, 0x1d, 0xe7, 0x1d, 0xe7, 0xfd, 0xde, 0xfd, 0xd6, 0xfe, 0xd6, 0xfe, 0xde, 0x1e, 0xdf, 0x1f, 0xa7, 0x7c, 0x6d, 0xd6, 0x3b, 0x34, 0x23, 0x94, 0x2b, 0x16, 0x3c, 0x98, 0x54, 0x19, 0x65, 0x5a, 0x75, 0xbb, 0x8d, 0x5d, 0xa6, 0xdf, 0xc6, 0x3f, 0xd7, 0x3f, 0xe7, 0xfe, 0xe6, 0xbc, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde,
0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xde, 0x9c, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbb, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdc, 0xde, 0xfd, 0xde, 0x1e, 0xe7, 0x3f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x9f, 0xe7, 0x7f, 0xdf, 0x5f, 0xd7, 0x3f, 0xcf, 0x3f, 0xcf, 0x3f, 0xcf, 0x3f, 0xcf, 0x3f, 0xcf, 0x1e, 0xcf, 0x1e, 0xcf, 0x1f, 0xcf, 0x1f, 0xcf, 0xde, 0xbe, 0x1b, 0xae, 0x37, 0x95, 0x94, 0x8c, 0x33, 0x7c, 0xf2, 0x7b, 0xd1, 0x73, 0xd1, 0x73, 0xf2, 0x73, 0x75, 0x7c, 0x79, 0x95, 0x5c, 0xa6, 0xbe, 0xce, 0x1e, 0xd7, 0x5f, 0xe7, 0x5f, 0xef, 0x5d, 0xef, 0x1c, 0xef, 0xba, 0xee, 0x78, 0xe6, 0x97, 0xee, 0x97, 0xee, 0x97, 0xf6, 0xb7, 0xf6, 0xb6, 0xf6, 0x96, 0xf6, 0x96, 0xf6, 0xb6, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x55, 0xee, 0x55, 0xee, 0x35, 0xee, 0x34, 0xee, 0x34, 0xee, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x14, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xed, 0x15, 0xee, 0x35, 0xf6, 0x76, 0xf6, 0x97, 0xfe, 0xd8, 0xfe, 0xf9, 0xfe, 0x1a, 0xff, 0x3b, 0xff, 0x7c, 0xff, 0x7c, 0xff, 0x9d, 0xff, 0x9d, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xf7, 0xff, 0xf7, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xbd, 0xff, 0xbd, 0xff, 0x9d, 0xff, 0x9c, 0xff, 0x9c, 0xff, 0x7b, 0xff, 0x3a, 0xff, 0x19, 0xff, 0xd8, 0xfe, 0xb7, 0xfe, 0x97, 0xfe, 0x76, 0xf6, 0x55, 0xf6, 0x35, 0xee, 0x15, 0xee, 0x14, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x55, 0xee, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x14, 0xee, 0x13, 0xe6, 0xf4, 0xe5, 0xf4, 0xdd, 0xd4, 0xd5, 0xd5, 0xcd, 0x16, 0xd6, 0x78, 0xde, 0x1b, 0xf7, 0x5d, 0xff, 0x9e, 0xff, 0x9e, 0xff, 0x9f, 0xff, 0xbf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0x9f, 0xd7, 0x1f, 0xcf, 0xbf, 0xb6, 0x9e, 0xae, 0x1d, 0x9e, 0x5b, 0x7d, 0xbc, 0x85, 0xff, 0xa6, 0x3f, 0x8e, 0x5c, 0x75, 0x78, 0x54, 0x78, 0x5c, 0x3b, 0x75, 0x1e, 0x96, 0xbf, 0xae, 0xdf, 0xb6, 0x3f, 0xd7, 0x7f, 0xe7, 0x9f, 0xef, 0x9f, 0xf7, 0x9f, 0xf7, 0x9e, 0xff, 0x7e, 0xf7, 0x5e, 0xef, 0x3e, 0xe7, 0x1d, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0xdd, 0xde, 0xdc, 0xde, 0xfc, 0xe6, 0xfc, 0xe6, 0x1f, 0xd7, 0xdf, 0xc6, 0x9a, 0x85, 0xb3, 0x33, 0x31, 0x1b, 0xd5, 0x2b, 0x16, 0x3c, 0x78, 0x4c, 0x1a, 0x65, 0x9b, 0x75, 0x1c, 0x86, 0xbe, 0xa6, 0x3f, 0xc7, 0x3f, 0xdf, 0xdd, 0xe6, 0x9c, 0xee, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde,
0x7c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xfd, 0xe6, 0x3e, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x5f, 0xd7, 0x3f, 0xd7, 0x3f, 0xd7, 0x3f, 0xcf, 0x3f, 0xcf, 0x3f, 0xcf, 0x3f, 0xcf, 0x5f, 0xd7, 0x3f, 0xd7, 0x5f, 0xcf, 0x3f, 0xcf, 0xfe, 0xc6, 0x5b, 0xae, 0x78, 0x9d, 0xb5, 0x8c, 0x33, 0x84, 0x12, 0x7c, 0xd1, 0x73, 0xb1, 0x73, 0xb1, 0x63, 0xd2, 0x63, 0x74, 0x74, 0xf7, 0x7c, 0xfa, 0xb5, 0x7c, 0xc6, 0xfe, 0xd6, 0x3e, 0xe7, 0x3e, 0xef, 0x3d, 0xef, 0x1b, 0xef, 0xda, 0xee, 0x98, 0xee, 0x97, 0xee, 0x97, 0xee, 0x97, 0xee, 0x97, 0xee, 0x96, 0xee, 0x97, 0xf6, 0xb7, 0xf6, 0x97, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x55, 0xf6, 0x55, 0xee, 0x55, 0xee, 0x34, 0xee, 0x34, 0xee, 0x34, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xed, 0x15, 0xee, 0x35, 0xee, 0x56, 0xf6, 0x56, 0xf6, 0x77, 0xf6, 0x98, 0xf6, 0xb9, 0xf6, 0xfa, 0xfe, 0x1a, 0xff, 0x3b, 0xff, 0x3b, 0xff, 0x7d, 0xf7, 0x9d, 0xff, 0x9d, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xbf, 0xff, 0xbe, 0xff, 0x9e, 0xff, 0x9e, 0xff, 0x7c, 0xff, 0x5c, 0xff, 0x3b, 0xff, 0x1b, 0xff, 0xfa, 0xfe, 0xd9, 0xf6, 0xb8, 0xf6, 0x97, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0x15, 0xee, 0x15, 0xee, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xed, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0x15, 0xe6, 0xf3, 0xe5, 0xd3, 0xdd, 0xd4, 0xdd, 0xf5, 0xdd, 0x16, 0xde, 0x57, 0xde, 0xb9, 0xe6, 0x1b, 0xef, 0x7d, 0xff, 0x9e, 0xff, 0x9e, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xef, 0x5f, 0xe7, 0x1f, 0xc7, 0xbf, 0xbe, 0x7e, 0xae, 0x3d, 0xa6, 0xbc, 0x8d, 0x5b, 0x7d, 0xbc, 0x7d, 0x9f, 0x9e, 0xbd, 0x7d, 0xfa, 0x64, 0x99, 0x5c, 0xb9, 0x64, 0x5b, 0x75, 0xbd, 0x85, 0x1e, 0x96, 0x5f, 0x9e, 0x9e, 0xc6, 0xfe, 0xce, 0x3f, 0xdf, 0x7f, 0xe7, 0x7f, 0xef, 0x9f, 0xf7, 0x9f, 0xf7, 0x7f, 0xf7, 0x7f, 0xef, 0x3e, 0xe7, 0x1e, 0xdf, 0x1d, 0xdf, 0xdd, 0xde, 0xfd, 0xe6, 0xfc, 0xe6, 0xdb, 0xe6, 0xdf, 0xce, 0xdf, 0xc6, 0x5e, 0x9e, 0xb7, 0x54, 0x73, 0x23, 0x53, 0x1b, 0x95, 0x2b, 0xf7, 0x3b, 0xb9, 0x5c, 0x3a, 0x6d, 0xdb, 0x7d, 0x5d, 0x96, 0x1f, 0xbf, 0x3f, 0xdf, 0xdd, 0xe6, 0x9c, 0xee, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xfd, 0xde, 0x1d, 0xe7, 0x3e, 0xe7, 0x5f, 0xef, 0x7f, 0xef, 0x7f, 0xe7, 0x7f, 0xe7, 0x5f, 0xdf, 0x3f, 0xd7, 0x3f, 0xd7, 0x3f, 0xd7, 0x3f, 0xd7, 0x3f, 0xd7, 0x5f, 0xd7, 0x5f, 0xd7, 0x5f, 0xd7, 0x7f, 0xdf, 0x7f, 0xdf, 0x5f, 0xd7, 0x5f, 0xd7, 0x1f, 0xcf, 0x7c, 0xb6, 0xb9, 0xa5, 0x16, 0x95, 0x53, 0x7c, 0x13, 0x7c, 0xf2, 0x73, 0xb1, 0x73, 0x91, 0x63, 0x91, 0x5b, 0xb1, 0x5b, 0x13, 0x64, 0xb6, 0x8c, 0x58, 0x9d, 0x3b, 0xbe, 0xbd, 0xd6, 0xfd, 0xde, 0x1d, 0xe7, 0x3d, 0xef, 0x3c, 0xf7, 0xfb, 0xee, 0xda, 0xee, 0xd9, 0xf6, 0xb9, 0xee, 0xb8, 0xf6, 0xb8, 0xf6, 0xb8, 0xf6, 0xb8, 0xf6, 0x97, 0xf6, 0x77, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x75, 0xee, 0x55, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0x15, 0xee, 0x14, 0xee, 0x14, 0xee, 0xf4, 0xed, 0xf4, 0xed, 0x15, 0xe6, 0x15, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x36, 0xe6, 0x57, 0xe6, 0x77, 0xee, 0x98, 0xee, 0x99, 0xee, 0xb9, 0xee, 0xd9, 0xf6, 0xfa, 0xf6, 0x1a, 0xf7, 0x1a, 0xf7, 0x3b, 0xff, 0x5b, 0xff, 0x5c, 0xff, 0x7c, 0xff, 0x9d, 0xff, 0x9d, 0xff, 0x9d, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0xbe, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xde, 0xff, 0xde, 0xff, 0xbe, 0xff, 0x9d, 0xff, 0x9d, 0xff, 0x7d, 0xff, 0x7c, 0xff, 0x5c, 0xff, 0x3b, 0xff, 0x3b, 0xff, 0x1b, 0xf7, 0x1a, 0xf7, 0xfa, 0xf6, 0xda, 0xf6, 0xb9, 0xee, 0x98, 0xee, 0x57, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x15, 0xe6, 0xf5, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xe5, 0xf4, 0xed, 0xf4, 0xed, 0xf4, 0xed, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x55, 0xee, 0x36, 0xee, 0x36, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xe6, 0x15, 0xe6, 0xf5, 0xe5, 0xd4, 0xdd, 0xd4, 0xdd, 0xf5, 0xdd, 0x37, 0xde, 0x99, 0xe6, 0xfb, 0xee, 0x5d, 0xf7, 0xbe, 0xff, 0xbf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xdf, 0xef, 0x3f, 0xd7, 0xbd, 0xc6, 0x7e, 0xb6, 0x5e, 0xae, 0x3d, 0xa6, 0xdc, 0x95, 0x5b, 0x7d, 0x5b, 0x75, 0xdd, 0x85, 0x1f, 0x8e, 0x1b, 0x65, 0xba, 0x5c, 0xba, 0x5c, 0x1b, 0x6d, 0x5c, 0x75, 0x3b, 0x75, 0x5c, 0x7d, 0xbd, 0x85, 0xfc, 0xa5, 0x5d, 0xb6, 0xbe, 0xc6, 0x1f, 0xd7, 0x5f, 0xdf, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xf7, 0x9f, 0xf7, 0x7f, 0xef, 0x5e, 0xef, 0x1e, 0xe7, 0xfd, 0xde, 0xfd, 0xe6, 0x1d, 0xe7, 0xdc, 0xde, 0x9f, 0xbe, 0x1e, 0xa6, 0x9c, 0x7d, 0x78, 0x4c, 0x94, 0x23, 0x54, 0x1b, 0x54, 0x23, 0x96, 0x33, 0x18, 0x44, 0xd9, 0x5c, 0x7b, 0x75, 0xfb, 0x8d, 0xbe, 0xb6, 0x3f, 0xd7, 0xfe, 0xe6, 0xbd, 0xee, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xde, 0x9c, 0xde, 0x9c, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xde, 0xbb, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xfd, 0xe6, 0x1e, 0xe7, 0x3e, 0xe7, 0x5f, 0xef, 0x7f, 0xe7, 0x7f, 0xe7, 0x5f, 0xe7, 0x3f, 0xdf, 0x3f, 0xd7, 0x3f, 0xd7, 0x3f, 0xd7, 0x3f, 0xd7, 0x3f, 0xd7, 0x5f, 0xd7, 0x5f, 0xd7, 0x7f, 0xd7, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xd7, 0x5f, 0xd7, 0x3f, 0xcf, 0xbd, 0xbe, 0xfa, 0xa5, 0x58, 0x95, 0x74, 0x7c, 0x33, 0x7c, 0xf2, 0x73, 0xd2, 0x6b, 0xb1, 0x6b, 0xb1, 0x63, 0xb1, 0x5b, 0xb1, 0x5b, 0x91, 0x63, 0x34, 0x7c, 0x17, 0x95, 0xd9, 0xb5, 0x5b, 0xc6, 0xbc, 0xd6, 0xfd, 0xe6, 0x3d, 0xef, 0x3d, 0xef, 0x1c, 0xf7, 0x1b, 0xf7, 0xfb, 0xf6, 0xda, 0xf6, 0xda, 0xee, 0xb9, 0xee, 0x98, 0xee, 0x97, 0xf6, 0x77, 0xf6, 0x77, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x96, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x75, 0xee, 0x55, 0xf6, 0x55, 0xee, 0x55, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x16, 0xe6, 0x36, 0xe6, 0x37, 0xe6, 0x57, 0xe6, 0x56, 0xee, 0x56, 0xee, 0x76, 0xee, 0x77, 0xee, 0x97, 0xee, 0x97, 0xf6, 0xb8, 0xf6, 0xb8, 0xf6, 0xf9, 0xfe, 0xf9, 0xfe, 0xf9, 0xfe, 0x1a, 0xff, 0x3a, 0xff, 0x3b, 0xff, 0x5b, 0xff, 0x5b, 0xff, 0x9d, 0xff, 0xbd, 0xff, 0xbd, 0xff, 0x9d, 0xff, 0x7c, 0xff, 0x5b, 0xff, 0x3b, 0xff, 0x1a, 0xff, 0xfa, 0xfe, 0xf9, 0xfe, 0xd9, 0xf6, 0xb8, 0xf6, 0xb8, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x77, 0xf6, 0x78, 0xe6, 0x77, 0xe6, 0x57, 0xe6, 0x36, 0xe6, 0x16, 0xde, 0x15, 0xde, 0x15, 0xde, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xe6, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x55, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xee, 0x36, 0xe6, 0x35, 0xe6, 0x15, 0xe6, 0xf5, 0xe5, 0xf5, 0xdd, 0xf5, 0xdd, 0xf5, 0xdd, 0x16, 0xe6, 0x36, 0xe6, 0x78, 0xe6, 0xda, 0xee, 0x3c, 0xf7, 0x7e, 0xf7, 0xbf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xff, 0xf7, 0xff, 0xf7, 0xdf, 0xef, 0x7f, 0xdf, 0x1f, 0xcf, 0x9d, 0xb6, 0x7c, 0xae, 0x3d, 0xa6, 0x3d, 0xa6, 0x3e, 0xa6, 0xbc, 0x8d, 0x3a, 0x75, 0x7b, 0x75, 0xde, 0x7d, 0x9d, 0x75, 0xda, 0x5c, 0xda, 0x5c, 0xfb, 0x5c, 0x1b, 0x65, 0x1b, 0x65, 0xfb, 0x64, 0x1b, 0x6d, 0x5c, 0x75, 0x7b, 0x8d, 0xdc, 0x95, 0x3e, 0xa6, 0x9f, 0xb6, 0xff, 0xc6, 0x3f, 0xd7, 0x7f, 0xe7, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xf7, 0x9f, 0xf7, 0x5e, 0xef, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xdc, 0xd6, 0x1f, 0xa6, 0xda, 0x74, 0x37, 0x4c, 0xd6, 0x33, 0x75, 0x23, 0x75, 0x1b, 0x55, 0x23, 0x55, 0x23, 0xb7, 0x3b, 0x79, 0x54, 0x1a, 0x6d, 0x9b, 0x85, 0x7d, 0xae, 0x1f, 0xd7, 0x1f, 0xe7, 0xdd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xde, 0xbb, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xfd, 0xe6, 0x1e, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x5f, 0xdf, 0x3f, 0xdf, 0x3f, 0xd7, 0x3f, 0xd7, 0x3f, 0xd7, 0x5f, 0xd7, 0x5f, 0xd7, 0x5f, 0xd7, 0x7f, 0xdf, 0x7f, 0xdf, 0x9f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x5f, 0xd7, 0x3f, 0xcf, 0xde, 0xbe, 0x1b, 0xae, 0x79, 0x95, 0xd6, 0x8c, 0x75, 0x7c, 0xf3, 0x73, 0xb1, 0x6b, 0xb1, 0x63, 0x91, 0x63, 0x90, 0x5b, 0x70, 0x5b, 0x30, 0x5b, 0x91, 0x63, 0xf3, 0x73, 0x95, 0x84, 0x37, 0x9d, 0xda, 0xb5, 0x7c, 0xce, 0xdd, 0xde, 0x1e, 0xe7, 0x3d, 0xef, 0x3d, 0xef, 0x1d, 0xef, 0x1c, 0xf7, 0xfb, 0xee, 0xba, 0xee, 0x9a, 0xe6, 0x98, 0xee, 0x98, 0xf6, 0x98, 0xf6, 0x98, 0xf6, 0xb8, 0xf6, 0x98, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xf6, 0x56, 0xf6, 0x56, 0xf6, 0x56, 0xf6, 0x56, 0xf6, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xde, 0x15, 0xde, 0x15, 0xde, 0x16, 0xde, 0xf4, 0xe5, 0x14, 0xe6, 0x14, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x36, 0xee, 0x56, 0xee, 0x56, 0xee, 0x77, 0xee, 0x97, 0xf6, 0x98, 0xf6, 0xb8, 0xf6, 0x1a, 0xff, 0x3b, 0xff, 0x5b, 0xff, 0x3a, 0xff, 0xf9, 0xfe, 0xd8, 0xf6, 0xb8, 0xf6, 0x97, 0xf6, 0x77, 0xee, 0x77, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x16, 0xe6, 0x16, 0xe6, 0x36, 0xe6, 0x16, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x35, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0xf4, 0xe5, 0x14, 0xee, 0x35, 0xee, 0x55, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xe6, 0x15, 0xe6, 0xf5, 0xdd, 0xf5, 0xdd, 0xf5, 0xdd, 0x16, 0xde, 0x36, 0xe6, 0x99, 0xee, 0xda, 0xf6, 0x1c, 0xf7, 0x7d, 0xff, 0x9f, 0xf7, 0xbf, 0xf7, 0xdf, 0xf7, 0xff, 0xf7, 0xff, 0xef, 0xff, 0xef, 0xbf, 0xe7, 0x5f, 0xd7, 0xde, 0xbe, 0x7d, 0xae, 0x5c, 0xa6, 0x5c, 0x9e, 0x3d, 0xa6, 0x7e, 0xa6, 0x7f, 0xa6, 0xbc, 0x8d, 0x3a, 0x75, 0x9c, 0x7d, 0x9d, 0x7d, 0x1b, 0x65, 0xda, 0x54, 0xfb, 0x5c, 0x1c, 0x5d, 0xfb, 0x5c, 0xfb, 0x5c, 0xfb, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x3b, 0x75, 0x5c, 0x7d, 0xbd, 0x8d, 0x1e, 0x96, 0x7f, 0xa6, 0xdf, 0xbe, 0x3f, 0xcf, 0x7f, 0xdf, 0x7f, 0xef, 0x9f, 0xf7, 0x9f, 0xff, 0x7f, 0xf7, 0x5e, 0xef, 0x5f, 0xe7, 0xfe, 0xde, 0x7c, 0xc6, 0xfc, 0x74, 0xf8, 0x4b, 0xd7, 0x3b, 0xf8, 0x33, 0x97, 0x23, 0x56, 0x1b, 0x15, 0x1b, 0x15, 0x23, 0x76, 0x33, 0x39, 0x4c, 0xda, 0x64, 0x5a, 0x7d, 0x3c, 0xa6, 0xff, 0xce, 0x1f, 0xe7, 0xde, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xfd, 0xe6, 0x1e, 0xe7, 0x3e, 0xef, 0x9f, 0xef, 0x7f, 0xef, 0x7f, 0xe7, 0x5f, 0xe7, 0x5f, 0xdf, 0x3f, 0xdf, 0x3f, 0xd7, 0x3f, 0xd7, 0x5f, 0xd7, 0x5f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xe7, 0x9f, 0xdf, 0x7f, 0xdf, 0x7f, 0xd7, 0x5f, 0xcf, 0xfe, 0xc6, 0x3c, 0xae, 0x99, 0x95, 0x38, 0x8d, 0xb6, 0x84, 0x14, 0x74, 0xb2, 0x63, 0xb1, 0x63, 0x91, 0x63, 0x90, 0x5b, 0x4f, 0x5b, 0x71, 0x5b, 0x50, 0x5b, 0x50, 0x5b, 0x91, 0x63, 0x13, 0x74, 0xd6, 0x8c, 0x99, 0xa5, 0x1b, 0xb6, 0x9d, 0xce, 0xfe, 0xde, 0x1e, 0xe7, 0x3e, 0xef, 0x3e, 0xef, 0x3e, 0xf7, 0x1d, 0xf7, 0xfc, 0xee, 0x99, 0xee, 0x99, 0xee, 0x99, 0xee, 0x99, 0xee, 0x98, 0xee, 0x98, 0xee, 0x98, 0xee, 0x77, 0xf6, 0x97, 0xf6, 0x77, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xee, 0x56, 0xee, 0x56, 0xee, 0x55, 0xee, 0x55, 0xee, 0x55, 0xee, 0x35, 0xee, 0x14, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x14, 0xe6, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xe6, 0x14, 0xe6, 0x15, 0xe6, 0x14, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x35, 0xe6, 0x36, 0xee, 0x56, 0xee, 0x78, 0xe6, 0xb8, 0xee, 0xd9, 0xf6, 0xb8, 0xee, 0x98, 0xee, 0x77, 0xee, 0x77, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x35, 0xe6, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x35, 0xee, 0x55, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xe6, 0x36, 0xe6, 0x15, 0xde, 0x15, 0xde, 0xf6, 0xdd, 0x16, 0xde, 0x37, 0xde, 0x78, 0xe6, 0xb9, 0xee, 0xfa, 0xf6, 0x3c, 0xf7, 0x5d, 0xff, 0x9f, 0xff, 0xbf, 0xff, 0xbf, 0xf7, 0xdf, 0xf7, 0xff, 0xef, 0xff, 0xef, 0xbf, 0xe7, 0x7f, 0xd7, 0xfe, 0xc6, 0x9d, 0xb6, 0x5d, 0xa6, 0x3d, 0x9e, 0x3d, 0x9e, 0x3d, 0x96, 0x5e, 0xa6, 0x9f, 0xae, 0x7f, 0xa6, 0xbc, 0x8d, 0x5b, 0x75, 0x7c, 0x7d, 0x7c, 0x75, 0xda, 0x5c, 0xdb, 0x5c, 0x1c, 0x5d, 0x1c, 0x65, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x64, 0xfc, 0x64, 0xdb, 0x5c, 0xfb, 0x6c, 0x1c, 0x6d, 0x5d, 0x75, 0xbe, 0x7d, 0xfe, 0x8d, 0x5f, 0x9e, 0xbf, 0xb6, 0x1f, 0xcf, 0x7f, 0xe7, 0x7f, 0xef, 0x7f, 0xf7, 0x9f, 0xf7, 0xbf, 0xf7, 0xbf, 0xef, 0xdf, 0xce, 0xbb, 0xa5, 0x3a, 0x54, 0xb8, 0x3b, 0xd8, 0x33, 0xf9, 0x33, 0xb8, 0x23, 0x57, 0x1b, 0xf6, 0x1a, 0x16, 0x23, 0x56, 0x2b, 0x18, 0x4c, 0xb9, 0x64, 0x3a, 0x7d, 0x1c, 0xa6, 0xde, 0xce, 0x1f, 0xdf, 0xfe, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xfd, 0xe6, 0x1e, 0xe7, 0x3e, 0xef, 0x5f, 0xef, 0x9f, 0xe7, 0x7f, 0xe7, 0x5f, 0xe7, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xd7, 0x7f, 0xd7, 0x3f, 0xc7, 0x7d, 0xae, 0xda, 0x9d, 0x59, 0x8d, 0xd7, 0x84, 0x55, 0x74, 0xf3, 0x6b, 0xb2, 0x63, 0x91, 0x63, 0x90, 0x63, 0x70, 0x63, 0x70, 0x5b, 0x50, 0x53, 0x2f, 0x53, 0x30, 0x53, 0x51, 0x5b, 0xd2, 0x63, 0x55, 0x7c, 0xd7, 0x8c, 0x99, 0xa5, 0xfb, 0xb5, 0x7c, 0xce, 0xbd, 0xd6, 0xfe, 0xe6, 0x3e, 0xef, 0x3e, 0xef, 0x3e, 0xef, 0xfb, 0xf6, 0xdb, 0xee, 0xba, 0xee, 0xba, 0xee, 0xb9, 0xee, 0xb9, 0xee, 0x98, 0xee, 0x78, 0xee, 0x98, 0xee, 0x97, 0xee, 0x77, 0xf6, 0x77, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x97, 0xf6, 0x76, 0xee, 0x76, 0xee, 0x76, 0xee, 0x76, 0xf6, 0x55, 0xf6, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x34, 0xe6, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xe6, 0x15, 0xe6, 0x35, 0xee, 0x35, 0xe6, 0x35, 0xe6, 0x15, 0xe6, 0x15, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x36, 0xee, 0x56, 0xee, 0x57, 0xde, 0x77, 0xe6, 0x78, 0xe6, 0x98, 0xee, 0x98, 0xee, 0x98, 0xee, 0x98, 0xee, 0x77, 0xee, 0x57, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xee, 0x36, 0xee, 0x35, 0xee, 0x35, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x15, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x14, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x36, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xee, 0x36, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0xf6, 0xdd, 0x16, 0xde, 0x57, 0xde, 0x98, 0xe6, 0xda, 0xee, 0x1b, 0xf7, 0x5c, 0xff, 0x7d, 0xff, 0x9f, 0xf7, 0xbf, 0xff, 0xdf, 0xf7, 0xbf, 0xf7, 0xbf, 0xef, 0xbf, 0xe7, 0x9f, 0xdf, 0x7f, 0xd7, 0x1f, 0xc7, 0xbe, 0xb6, 0x3c, 0xa6, 0x1c, 0x9e, 0x1c, 0x9e, 0x1d, 0x96, 0x3d, 0x96, 0x5e, 0x96, 0x7e, 0xa6, 0xbf, 0xae, 0x5f, 0x9e, 0x9c, 0x85, 0x5b, 0x7d, 0x7c, 0x75, 0x3c, 0x6d, 0xdb, 0x5c, 0xfb, 0x5c, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfb, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x5d, 0x65, 0x7e, 0x75, 0xbe, 0x7d, 0x1e, 0x9e, 0x7e, 0xb6, 0xff, 0xd6, 0x1e, 0xdf, 0x5f, 0xef, 0x9f, 0xef, 0xbf, 0xef, 0x7f, 0xdf, 0x5e, 0xae, 0xd9, 0x74, 0xf9, 0x3b, 0x98, 0x33, 0x98, 0x2b, 0x98, 0x23, 0xb8, 0x23, 0x78, 0x23, 0xf6, 0x12, 0x36, 0x23, 0x15, 0x23, 0xd7, 0x43, 0x78, 0x5c, 0x19, 0x7d, 0xfc, 0xa5, 0xde, 0xc6, 0x1e, 0xdf, 0x1e, 0xdf, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xfd, 0xde, 0x3e, 0xe7, 0x5f, 0xef, 0x5f, 0xef, 0x7f, 0xef, 0x7f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x3f, 0xdf, 0x3f, 0xd7, 0x5f, 0xdf, 0x5f, 0xd7, 0x5f, 0xd7, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xd7, 0x9f, 0xd7, 0x5f, 0xcf, 0xbe, 0xb6, 0x1c, 0x9e, 0x59, 0x85, 0x18, 0x85, 0x96, 0x74, 0x14, 0x6c, 0xb2, 0x63, 0x90, 0x5b, 0x70, 0x5b, 0x70, 0x5b, 0x50, 0x53, 0x4f, 0x53, 0x50, 0x53, 0x30, 0x53, 0x30, 0x4b, 0x30, 0x4b, 0x92, 0x5b, 0xf3, 0x63, 0x55, 0x74, 0xf7, 0x8c, 0x99, 0xa5, 0xfb, 0xb5, 0x5c, 0xc6, 0xbd, 0xd6, 0xfe, 0xe6, 0xfe, 0xe6, 0x3d, 0xf7, 0x3d, 0xf7, 0x1c, 0xef, 0xfb, 0xee, 0xdb, 0xee, 0xda, 0xee, 0xba, 0xee, 0xb9, 0xee, 0x98, 0xee, 0x98, 0xee, 0x98, 0xee, 0x77, 0xee, 0x97, 0xee, 0x77, 0xf6, 0x97, 0xf6, 0x97, 0xf6, 0x97, 0xee, 0x96, 0xee, 0x76, 0xee, 0x76, 0xee, 0x96, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x55, 0xf6, 0x55, 0xf6, 0x75, 0xf6, 0x75, 0xf6, 0x55, 0xf6, 0x55, 0xf6, 0x55, 0xee, 0x35, 0xee, 0x34, 0xee, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x35, 0xe6, 0x36, 0xe6, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x78, 0xe6, 0x78, 0xe6, 0x78, 0xe6, 0x98, 0xe6, 0xd9, 0xee, 0xf9, 0xf6, 0xd9, 0xf6, 0x98, 0xee, 0x97, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x76, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xf6, 0x14, 0xee, 0xf4, 0xed, 0x14, 0xee, 0x14, 0xee, 0x35, 0xee, 0x34, 0xee, 0x14, 0xee, 0x55, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x36, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xe6, 0x16, 0xe6, 0x16, 0xde, 0x16, 0xde, 0x36, 0xde, 0x57, 0xde, 0x78, 0xe6, 0xb9, 0xe6, 0xfa, 0xee, 0x3c, 0xf7, 0x5d, 0xf7, 0x7d, 0xff, 0x9e, 0xff, 0xbe, 0xff, 0xbf, 0xef, 0xdf, 0xef, 0xdf, 0xef, 0xbf, 0xe7, 0xbf, 0xdf, 0x7f, 0xd7, 0x1f, 0xc7, 0xbe, 0xb6, 0x5d, 0xae, 0x1c, 0xa6, 0xfb, 0x9d, 0xdc, 0x9d, 0xdc, 0x95, 0xfd, 0x95, 0x3e, 0x9e, 0x7f, 0x9e, 0x7f, 0xa6, 0xbf, 0xae, 0x3e, 0x9e, 0x7b, 0x85, 0x7c, 0x7d, 0x7c, 0x7d, 0x3b, 0x6d, 0xfb, 0x64, 0x3c, 0x65, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0xfc, 0x5c, 0xdb, 0x5c, 0xfc, 0x5c, 0x1c, 0x65, 0xfb, 0x64, 0xfc, 0x5c, 0x1c, 0x5d, 0x1d, 0x5d, 0x1d, 0x5d, 0x3d, 0x6d, 0x9d, 0x85, 0xfd, 0x9d, 0x3d, 0xb6, 0xbe, 0xce, 0x3f, 0xe7, 0x5f, 0xe7, 0x3f, 0xd7, 0xdf, 0xbe, 0x9d, 0x85, 0x38, 0x54, 0x98, 0x2b, 0xd9, 0x2b, 0xfa, 0x33, 0xb9, 0x2b, 0xb9, 0x23, 0x57, 0x1b, 0xd5, 0x0a, 0x15, 0x1b, 0x15, 0x23, 0xb6, 0x3b, 0x57, 0x5c, 0xf9, 0x7c, 0xfb, 0xa5, 0xbd, 0xc6, 0x1e, 0xd7, 0x3e, 0xdf, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0xbc, 0xde, 0xdc, 0xde, 0xfd, 0xde, 0x3e, 0xe7, 0x5f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xd7, 0x7f, 0xcf, 0x1f, 0xc7, 0x7d, 0xae, 0x18, 0x85, 0x18, 0x7d, 0xf8, 0x7c, 0x76, 0x74, 0xd3, 0x63, 0x91, 0x5b, 0x91, 0x63, 0x6f, 0x5b, 0x70, 0x5b, 0x70, 0x53, 0x4f, 0x4b, 0x0f, 0x4b, 0x0f, 0x43, 0x10, 0x43, 0x50, 0x4b, 0x71, 0x53, 0x71, 0x53, 0xd3, 0x63, 0x34, 0x74, 0xb6, 0x84, 0x38, 0x9d, 0xda, 0xb5, 0x7c, 0xc6, 0xbd, 0xd6, 0x3e, 0xef, 0x3d, 0xef, 0x3d, 0xef, 0x3d, 0xef, 0x1d, 0xef, 0x1c, 0xef, 0xfb, 0xee, 0xdb, 0xee, 0xda, 0xee, 0xda, 0xee, 0xb9, 0xee, 0x99, 0xee, 0x78, 0xee, 0x78, 0xee, 0x98, 0xee, 0x98, 0xee, 0x97, 0xee, 0x97, 0xee, 0x97, 0xee, 0x97, 0xf6, 0x97, 0xf6, 0x96, 0xf6, 0x76, 0xf6, 0x96, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x75, 0xf6, 0x75, 0xf6, 0x75, 0xf6, 0x55, 0xf6, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xee, 0x36, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x78, 0xe6, 0x98, 0xe6, 0xb9, 0xee, 0xd9, 0xf6, 0xf9, 0xf6, 0xf9, 0xf6, 0xd9, 0xf6, 0xb8, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x15, 0xf6, 0x15, 0xf6, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x14, 0xee, 0x34, 0xee, 0x34, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xe6, 0x35, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x37, 0xe6, 0x57, 0xe6, 0x57, 0xe6, 0x78, 0xe6, 0x99, 0xe6, 0xda, 0xee, 0xfb, 0xee, 0x3c, 0xf7, 0x5c, 0xf7, 0x7d, 0xf7, 0x9e, 0xf7, 0xbf, 0xff, 0xbf, 0xf7, 0x9f, 0xf7, 0x9e, 0xf7, 0xdf, 0xe7, 0xbf, 0xe7, 0x9f, 0xdf, 0x7f, 0xcf, 0x1f, 0xc7, 0x9e, 0xb6, 0x3d, 0xa6, 0x1c, 0xa6, 0xdb, 0x95, 0xdb, 0x9d, 0xdb, 0x9d, 0xbb, 0x95, 0xdc, 0x9d, 0x1d, 0x9e, 0x5f, 0xa6, 0x5f, 0xa6, 0xbf, 0xae, 0x9f, 0xae, 0xdd, 0x95, 0x3a, 0x75, 0x5b, 0x7d, 0x7c, 0x7d, 0x3c, 0x75, 0x3c, 0x6d, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x5c, 0xfc, 0x5c, 0xfb, 0x5c, 0xdb, 0x5c, 0xdb, 0x54, 0xdb, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfd, 0x54, 0xfd, 0x5c, 0x1d, 0x65, 0x5c, 0x6d, 0x5b, 0x85, 0xdc, 0x9d, 0x1c, 0xae, 0xbe, 0xc6, 0x1f, 0xcf, 0x5f, 0xae, 0xfa, 0x74, 0x39, 0x4c, 0x39, 0x44, 0xb9, 0x2b, 0xb8, 0x23, 0x98, 0x23, 0x98, 0x23, 0x78, 0x1b, 0x37, 0x1b, 0x16, 0x1b, 0x15, 0x1b, 0x35, 0x23, 0x95, 0x3b, 0x77, 0x64, 0xf8, 0x7c, 0xfb, 0xa5, 0xfe, 0xce, 0xfd, 0xd6, 0x3d, 0xdf, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xe6, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0xdd, 0xde, 0xfd, 0xde, 0x1e, 0xe7, 0x5f, 0xe7, 0x7f, 0xef, 0x7f, 0xef, 0x5f, 0xe7, 0x5f, 0xe7, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x5f, 0xdf, 0x5f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xd7, 0x7f, 0xd7, 0x5f, 0xc7, 0xbe, 0xb6, 0xbb, 0x95, 0xd8, 0x74, 0x97, 0x6c, 0x97, 0x74, 0x55, 0x6c, 0xb2, 0x5b, 0x71, 0x5b, 0x90, 0x5b, 0x70, 0x53, 0x70, 0x53, 0x50, 0x53, 0x2f, 0x4b, 0x0f, 0x43, 0x0f, 0x43, 0x10, 0x43, 0x30, 0x43, 0x10, 0x43, 0x50, 0x4b, 0x91, 0x5b, 0xd2, 0x63, 0x33, 0x74, 0xb5, 0x8c, 0x78, 0xa5, 0xfa, 0xb5, 0x9c, 0xd6, 0xbc, 0xd6, 0xfd, 0xde, 0x1e, 0xe7, 0x3e, 0xef, 0x3e, 0xef, 0x3d, 0xef, 0x3d, 0xef, 0x1c, 0xef, 0x1c, 0xef, 0x1b, 0xf7, 0xfb, 0xee, 0xda, 0xee, 0xb9, 0xee, 0xb9, 0xee, 0x99, 0xe6, 0xb8, 0xee, 0xb8, 0xee, 0xb8, 0xee, 0x98, 0xee, 0x97, 0xee, 0x77, 0xee, 0x97, 0xf6, 0x96, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x96, 0xf6, 0x96, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xee, 0x76, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x77, 0xe6, 0x98, 0xee, 0x98, 0xee, 0xd8, 0xf6, 0xd9, 0xf6, 0xd8, 0xf6, 0xb8, 0xf6, 0x97, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xee, 0x35, 0xf6, 0x35, 0xf6, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xe6, 0x35, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x57, 0xde, 0x78, 0xe6, 0xb9, 0xee, 0xda, 0xee, 0xfb, 0xee, 0x3c, 0xf7, 0x5d, 0xf7, 0x7d, 0xf7, 0x7e, 0xf7, 0x9e, 0xf7, 0x9f, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xef, 0x9f, 0xef, 0x9f, 0xd7, 0x5f, 0xcf, 0xfe, 0xbe, 0xbe, 0xae, 0x7d, 0xa6, 0x1c, 0x9e, 0xfc, 0x95, 0xdb, 0x95, 0xfc, 0x9d, 0xfc, 0x9d, 0xdc, 0x9d, 0xdc, 0x9d, 0xdd, 0x9d, 0x1e, 0xa6, 0x5f, 0xa6, 0x5f, 0xae, 0x7f, 0xa6, 0x5e, 0x9e, 0xbc, 0x85, 0x3a, 0x75, 0x5b, 0x7d, 0x7c, 0x7d, 0x3b, 0x75, 0x3c, 0x6d, 0x1b, 0x65, 0x1b, 0x65, 0xfb, 0x64, 0xfb, 0x5c, 0xfb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xbb, 0x54, 0xbb, 0x5c, 0xdb, 0x5c, 0xfc, 0x5c, 0xfc, 0x54, 0xfd, 0x54, 0x1d, 0x5d, 0x1c, 0x65, 0x3b, 0x75, 0x5b, 0x85, 0x9c, 0x95, 0xfd, 0x9d, 0xbc, 0x95, 0xba, 0x6c, 0xd7, 0x43, 0xb8, 0x33, 0xfa, 0x33, 0xb9, 0x23, 0x98, 0x23, 0x78, 0x1b, 0x78, 0x23, 0x78, 0x23, 0x57, 0x1b, 0x36, 0x1b, 0x14, 0x1b, 0x34, 0x23, 0x94, 0x3b, 0x56, 0x64, 0xf7, 0x7c, 0xfb, 0xad, 0xfd, 0xce, 0xfd, 0xd6, 0x1c, 0xd7, 0xfc, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xfd, 0xde, 0x1e, 0xe7, 0x5f, 0xe7, 0x7f, 0xef, 0x7f, 0xef, 0x5f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x7f, 0xdf, 0x5f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x5f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x9f, 0xd7, 0x7f, 0xd7, 0x1f, 0xc7, 0x5d, 0xa6, 0x19, 0x7d, 0x56, 0x64, 0x97, 0x6c, 0x96, 0x74, 0x13, 0x64, 0xb1, 0x5b, 0x91, 0x5b, 0x70, 0x53, 0x50, 0x53, 0x50, 0x4b, 0x4f, 0x4b, 0x2f, 0x43, 0x0f, 0x43, 0xef, 0x42, 0xef, 0x3a, 0xef, 0x3a, 0x0f, 0x43, 0x0f, 0x4b, 0x0f, 0x4b, 0x0f, 0x4b, 0x71, 0x5b, 0x13, 0x74, 0x95, 0x7c, 0x37, 0x9d, 0x98, 0xa5, 0x1a, 0xb6, 0x7c, 0xc6, 0xbd, 0xd6, 0xfd, 0xd6, 0x1e, 0xe7, 0x3e, 0xe7, 0x3e, 0xe7, 0x3d, 0xef, 0x3d, 0xef, 0x5d, 0xf7, 0x3d, 0xf7, 0x1c, 0xef, 0x1c, 0xef, 0x1c, 0xef, 0xda, 0xee, 0xda, 0xee, 0xd9, 0xee, 0xb9, 0xee, 0xb9, 0xee, 0x98, 0xee, 0x98, 0xee, 0x97, 0xee, 0x97, 0xee, 0x97, 0xf6, 0x97, 0xf6, 0x77, 0xf6, 0x77, 0xf6, 0x77, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x76, 0xf6, 0x56, 0xf6, 0x56, 0xf6, 0x56, 0xf6, 0x56, 0xf6, 0x56, 0xf6, 0x56, 0xf6, 0x56, 0xf6, 0x55, 0xf6, 0x55, 0xf6, 0x55, 0xf6, 0x55, 0xf6, 0x77, 0xee, 0x77, 0xee, 0x97, 0xf6, 0xb7, 0xf6, 0xb7, 0xf6, 0x97, 0xf6, 0x77, 0xf6, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xee, 0x35, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x16, 0xe6, 0x36, 0xe6, 0x36, 0xde, 0x57, 0xe6, 0x57, 0xe6, 0x78, 0xe6, 0x98, 0xe6, 0x99, 0xee, 0xfb, 0xee, 0x1b, 0xef, 0x3c, 0xf7, 0x5d, 0xf7, 0x7e, 0xf7, 0x9e, 0xf7, 0x9f, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0x9f, 0xe7, 0x7f, 0xdf, 0x5f, 0xdf, 0x3f, 0xd7, 0x1f, 0xbf, 0xbd, 0xae, 0x3c, 0x9e, 0xfb, 0x95, 0xdb, 0x8d, 0x9b, 0x85, 0x7a, 0x85, 0x7a, 0x85, 0xfd, 0x9d, 0xfc, 0x9d, 0xdc, 0x9d, 0xdc, 0x9d, 0xfd, 0xa5, 0x3e, 0xa6, 0x5f, 0xae, 0x3f, 0xa6, 0x1d, 0x96, 0xdd, 0x8d, 0x7b, 0x7d, 0x3a, 0x75, 0x5b, 0x75, 0x5c, 0x75, 0x1b, 0x6d, 0x1c, 0x6d, 0xfb, 0x64, 0xfb, 0x64, 0xfb, 0x64, 0xfb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xbb, 0x5c, 0xba, 0x54, 0xba, 0x54, 0xbb, 0x54, 0xdb, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xfc, 0x5c, 0xfc, 0x5c, 0xfb, 0x64, 0x1b, 0x75, 0x3b, 0x7d, 0xfa, 0x74, 0x38, 0x54, 0x75, 0x33, 0x15, 0x23, 0x57, 0x23, 0x98, 0x23, 0xb8, 0x1b, 0x77, 0x1b, 0x57, 0x1b, 0x57, 0x1b, 0x57, 0x23, 0x56, 0x1b, 0x35, 0x13, 0x14, 0x13, 0x54, 0x23, 0xb4, 0x3b, 0x56, 0x64, 0x18, 0x85, 0x1b, 0xb6, 0xfd, 0xd6, 0xfc, 0xd6, 0xfc, 0xd6, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde,
0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9b, 0xd6, 0xbc, 0xd6, 0xdd, 0xde, 0x1e, 0xe7, 0x3f, 0xe7, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x5e, 0xdf, 0x9f, 0xdf, 0x9f, 0xd7, 0x5f, 0xcf, 0x9e, 0xae, 0x9b, 0x8d, 0x97, 0x6c, 0x56, 0x64, 0x56, 0x64, 0x55, 0x6c, 0x14, 0x64, 0x91, 0x53, 0x70, 0x53, 0x50, 0x53, 0x30, 0x4b, 0x2f, 0x4b, 0x2f, 0x4b, 0x0f, 0x43, 0x0f, 0x43, 0xef, 0x42, 0xee, 0x42, 0xef, 0x42, 0xef, 0x42, 0xee, 0x42, 0xce, 0x42, 0xee, 0x42, 0x50, 0x53, 0x91, 0x5b, 0xd2, 0x63, 0x33, 0x74, 0xb5, 0x84, 0x37, 0x95, 0xb9, 0xa5, 0x1a, 0xb6, 0x7c, 0xc6, 0xbd, 0xce, 0xdd, 0xd6, 0xfe, 0xde, 0x3e, 0xe7, 0x5f, 0xef, 0x5e, 0xef, 0x5e, 0xef, 0x5e, 0xef, 0x7e, 0xf7, 0x3c, 0xef, 0x1c, 0xef, 0x1b, 0xef, 0xfb, 0xee, 0xda, 0xee, 0xba, 0xee, 0xb9, 0xee, 0xb9, 0xee, 0x98, 0xee, 0x98, 0xee, 0x98, 0xee, 0x98, 0xee, 0x98, 0xee, 0x78, 0xee, 0x77, 0xee, 0x77, 0xee, 0x76, 0xee, 0x76, 0xee, 0x76, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x76, 0xf6, 0x56, 0xf6, 0x56, 0xf6, 0x56, 0xf6, 0x56, 0xf6, 0x56, 0xf6, 0x55, 0xee, 0x35, 0xf6, 0x35, 0xf6, 0x35, 0xee, 0x56, 0xee, 0x56, 0xee, 0x76, 0xee, 0x76, 0xf6, 0x77, 0xf6, 0x76, 0xf6, 0x56, 0xee, 0x36, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x36, 0xee, 0x35, 0xee, 0x35, 0xee, 0x16, 0xe6, 0x16, 0xe6, 0x16, 0xe6, 0x36, 0xe6, 0x36, 0xe6, 0x37, 0xe6, 0x57, 0xe6, 0x57, 0xe6, 0x78, 0xe6, 0x78, 0xe6, 0x99, 0xe6, 0xba, 0xe6, 0xda, 0xee, 0xfb, 0xee, 0x1c, 0xf7, 0x3c, 0xf7, 0x9e, 0xf7, 0x9e, 0xf7, 0x9f, 0xf7, 0x9f, 0xf7, 0x9f, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xe7, 0x9f, 0xe7, 0x7f, 0xdf, 0x5f, 0xd7, 0xff, 0xc6, 0x9e, 0xbe, 0x7d, 0xb6, 0x3c, 0x9e, 0xfb, 0x95, 0xbb, 0x8d, 0x9b, 0x85, 0x9b, 0x7d, 0x7b, 0x7d, 0x5a, 0x7d, 0x5a, 0x7d, 0xfd, 0x95, 0xfd, 0x9d, 0xdc, 0x9d, 0xdc, 0x9d, 0xfd, 0xa5, 0x3e, 0xa6, 0x3e, 0xa6, 0xfe, 0x9d, 0xbd, 0x85, 0x7c, 0x7d, 0x3b, 0x75, 0x3b, 0x75, 0x5c, 0x75, 0x1b, 0x6d, 0x1b, 0x6d, 0x1c, 0x6d, 0xfb, 0x64, 0xfb, 0x64, 0xfb, 0x5c, 0xfb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xbb, 0x54, 0xbb, 0x54, 0x9a, 0x54, 0x9a, 0x54, 0x9b, 0x4c, 0xbb, 0x4c, 0xdb, 0x54, 0xdc, 0x54, 0xfc, 0x5c, 0xdc, 0x5c, 0xfb, 0x64, 0xba, 0x5c, 0x38, 0x4c, 0x76, 0x33, 0x35, 0x23, 0x36, 0x23, 0x57, 0x1b, 0x37, 0x13, 0x77, 0x1b, 0x57, 0x1b, 0x36, 0x1b, 0x36, 0x23, 0x36, 0x1b, 0x15, 0x1b, 0x14, 0x13, 0x13, 0x13, 0x74, 0x23, 0xd5, 0x43, 0x76, 0x6c, 0x39, 0x95, 0x5c, 0xbe, 0xfd, 0xde, 0xfc, 0xd6, 0xdb, 0xd6, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde,
0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0xdd, 0xde, 0x1e, 0xdf, 0x3f, 0xe7, 0x5f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x5f, 0xe7, 0x5f, 0xdf, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x9f, 0xdf, 0x9f, 0xe7, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x9f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x5e, 0xdf, 0x7f, 0xdf, 0x9f, 0xdf, 0x7f, 0xd7, 0xdf, 0xb6, 0x1d, 0x96, 0x19, 0x75, 0x57, 0x5c, 0x15, 0x5c, 0x56, 0x64, 0x55, 0x64, 0xd3, 0x5b, 0x92, 0x53, 0x71, 0x53, 0x30, 0x4b, 0x0f, 0x43, 0x0f, 0x4b, 0x0f, 0x4b, 0x0f, 0x4b, 0x0f, 0x43, 0xce, 0x42, 0xce, 0x42, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xee, 0x3a, 0x0f, 0x43, 0x0f, 0x43, 0x0f, 0x43, 0x50, 0x4b, 0xb2, 0x5b, 0x13, 0x6c, 0x75, 0x74, 0xd6, 0x84, 0x58, 0x95, 0xba, 0xa5, 0x1b, 0xb6, 0x7c, 0xbe, 0xde, 0xd6, 0x3f, 0xdf, 0x3f, 0xdf, 0x1e, 0xdf, 0x3e, 0xe7, 0x7f, 0xe7, 0x5e, 0xef, 0x5e, 0xef, 0x5e, 0xef, 0x5d, 0xef, 0x3d, 0xef, 0x1c, 0xef, 0x1c, 0xef, 0x1b, 0xef, 0xfb, 0xee, 0xfb, 0xee, 0xfa, 0xee, 0xda, 0xee, 0xda, 0xee, 0xba, 0xee, 0xb9, 0xee, 0xb9, 0xe6, 0x98, 0xee, 0x98, 0xee, 0x78, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x77, 0xee, 0x57, 0xee, 0x77, 0xee, 0x77, 0xee, 0x57, 0xee, 0x57, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x56, 0xee, 0x57, 0xee, 0x57, 0xee, 0x57, 0xee, 0x56, 0xe6, 0x36, 0xe6, 0x57, 0xee, 0x57, 0xee, 0x57, 0xee, 0x57, 0xee, 0x57, 0xee, 0x57, 0xe6, 0x57, 0xe6, 0x56, 0xe6, 0x78, 0xe6, 0x58, 0xe6, 0x58, 0xe6, 0x78, 0xe6, 0x79, 0xe6, 0xb9, 0xe6, 0xda, 0xe6, 0xda, 0xee, 0x1b, 0xef, 0x1c, 0xef, 0x3c, 0xf7, 0x5d, 0xf7, 0x5d, 0xf7, 0x7e, 0xf7, 0x7e, 0xf7, 0x7e, 0xf7, 0xbf, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xe7, 0xbf, 0xe7, 0x9f, 0xdf, 0x7f, 0xd7, 0x3f, 0xcf, 0xff, 0xc6, 0xbe, 0xb6, 0x5d, 0xae, 0xfc, 0x9d, 0xdb, 0x95, 0x9b, 0x85, 0x9b, 0x85, 0x7b, 0x7d, 0x7b, 0x7d, 0x5b, 0x75, 0x3b, 0x75, 0x5b, 0x75, 0x5b, 0x7d, 0x1e, 0x96, 0x1d, 0x9e, 0x1d, 0x9e, 0x1d, 0x9e, 0x1d, 0x9e, 0x1e, 0x9e, 0xfd, 0x95, 0xbc, 0x8d, 0x9c, 0x7d, 0x3b, 0x75, 0x3b, 0x6d, 0x5c, 0x75, 0x3c, 0x6d, 0x1b, 0x6d, 0xfb, 0x64, 0xfc, 0x64, 0xfb, 0x64, 0xfc, 0x64, 0xfc, 0x5c, 0xfc, 0x5c, 0xfb, 0x5c, 0xdb, 0x54, 0xbb, 0x54, 0xbb, 0x54, 0x9a, 0x4c, 0x9a, 0x4c, 0x9a, 0x4c, 0x9b, 0x4c, 0xbb, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0x7a, 0x4c, 0x19, 0x3c, 0x97, 0x2b, 0x56, 0x23, 0x56, 0x23, 0x56, 0x23, 0x36, 0x1b, 0x16, 0x1b, 0x57, 0x1b, 0x57, 0x1b, 0x36, 0x23, 0x16, 0x23, 0xf5, 0x1a, 0xf4, 0x12, 0x14, 0x13, 0x54, 0x13, 0x94, 0x2b, 0x15, 0x4c, 0xb7, 0x74, 0x9a, 0xa5, 0x7d, 0xce, 0xfd, 0xde, 0xfd, 0xde, 0xdc, 0xd6, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde,
0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbc, 0xd6, 0xdc, 0xde, 0xfe, 0xde, 0x3f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x5f, 0xdf, 0x5f, 0xdf, 0x7f, 0xe7, 0x9f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x5f, 0xe7, 0x9f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xe7, 0x7e, 0xdf, 0x7e, 0xdf, 0x9f, 0xdf, 0x9f, 0xd7, 0x3f, 0xc7, 0x5e, 0x9e, 0x7b, 0x7d, 0xb8, 0x6c, 0x36, 0x5c, 0x15, 0x5c, 0x35, 0x5c, 0x14, 0x5c, 0xb3, 0x5b, 0x92, 0x53, 0x51, 0x4b, 0x10, 0x4b, 0xef, 0x42, 0xef, 0x42, 0xef, 0x42, 0x0f, 0x4b, 0xef, 0x42, 0xce, 0x42, 0xce, 0x3a, 0xae, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xee, 0x3a, 0xef, 0x3a, 0xef, 0x3a, 0x0f, 0x3b, 0x10, 0x43, 0x30, 0x43, 0x71, 0x4b, 0xd2, 0x5b, 0x34, 0x6c, 0x75, 0x74, 0xd7, 0x84, 0x58, 0x95, 0xfb, 0xad, 0x9d, 0xc6, 0xbe, 0xc6, 0xbd, 0xc6, 0xde, 0xce, 0x1e, 0xd7, 0x3e, 0xe7, 0x5e, 0xe7, 0x5f, 0xe7, 0x7f, 0xef, 0x7f, 0xef, 0x7e, 0xef, 0x7e, 0xf7, 0x7e, 0xf7, 0x5e, 0xf7, 0x5d, 0xf7, 0x5d, 0xf7, 0x3d, 0xf7, 0x3d, 0xf7, 0x1c, 0xef, 0x1c, 0xef, 0x1c, 0xef, 0x1b, 0xf7, 0x1b, 0xef, 0xfb, 0xee, 0xda, 0xee, 0xda, 0xee, 0xba, 0xee, 0xba, 0xee, 0xb9, 0xee, 0xb9, 0xee, 0xb9, 0xee, 0xb9, 0xee, 0xb9, 0xee, 0xb9, 0xee, 0x99, 0xee, 0x99, 0xee, 0x99, 0xee, 0x78, 0xee, 0x78, 0xe6, 0x78, 0xe6, 0x78, 0xe6, 0x78, 0xe6, 0x98, 0xee, 0x78, 0xe6, 0x78, 0xe6, 0x98, 0xe6, 0x99, 0xe6, 0xb9, 0xee, 0xb9, 0xee, 0xba, 0xee, 0xda, 0xee, 0xda, 0xee, 0xda, 0xee, 0xfb, 0xee, 0xdb, 0xee, 0xfb, 0xee, 0xfb, 0xee, 0x1c, 0xef, 0x3c, 0xef, 0x5d, 0xf7, 0x7d, 0xf7, 0x7e, 0xf7, 0x7e, 0xf7, 0x9f, 0xf7, 0x9f, 0xf7, 0x9f, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xe7, 0xbf, 0xe7, 0x9f, 0xe7, 0x7f, 0xdf, 0x5f, 0xd7, 0x3f, 0xcf, 0xff, 0xc6, 0xdf, 0xbe, 0x7e, 0xae, 0x1d, 0xa6, 0xdc, 0x95, 0x9b, 0x8d, 0x7b, 0x85, 0x7b, 0x85, 0x5b, 0x85, 0x5b, 0x7d, 0x5b, 0x7d, 0x3b, 0x75, 0x3b, 0x6d, 0x1b, 0x6d, 0x3b, 0x75, 0x7c, 0x7d, 0x3f, 0x96, 0x5e, 0x9e, 0x3e, 0x9e, 0x1d, 0x9e, 0x1d, 0x96, 0xfd, 0x8d, 0xbc, 0x85, 0x7b, 0x7d, 0x7d, 0x75, 0x3c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0xfc, 0x64, 0xfc, 0x64, 0xfb, 0x5c, 0xfc, 0x64, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0xbb, 0x4c, 0xbb, 0x4c, 0x9b, 0x44, 0x9b, 0x44, 0x9a, 0x44, 0x9b, 0x4c, 0xbb, 0x4c, 0xbb, 0x4c, 0x9b, 0x4c, 0x7b, 0x44, 0xf9, 0x33, 0x98, 0x2b, 0x77, 0x23, 0x57, 0x23, 0x36, 0x23, 0x16, 0x1b, 0x15, 0x1b, 0x36, 0x23, 0x56, 0x1b, 0x36, 0x23, 0x36, 0x23, 0xf6, 0x22, 0xd5, 0x1a, 0xd4, 0x12, 0x14, 0x13, 0x74, 0x1b, 0x94, 0x2b, 0x56, 0x4c, 0xf8, 0x7c, 0xfc, 0xb5, 0xbe, 0xd6, 0xdd, 0xde, 0xfd, 0xde, 0xfc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6,
0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbc, 0xde, 0xfd, 0xde, 0x3e, 0xe7, 0x5f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x9f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xe7, 0x5e, 0xdf, 0x7e, 0xdf, 0x9f, 0xdf, 0x9f, 0xd7, 0x5f, 0xcf, 0x9f, 0xa6, 0xdc, 0x8d, 0x3a, 0x75, 0x78, 0x64, 0x15, 0x54, 0xf4, 0x53, 0xf4, 0x53, 0xb4, 0x5b, 0xb3, 0x5b, 0x72, 0x53, 0x31, 0x4b, 0xf0, 0x4a, 0xcf, 0x42, 0xce, 0x42, 0xee, 0x4a, 0x0f, 0x4b, 0xee, 0x4a, 0xee, 0x42, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x32, 0xce, 0x32, 0xcf, 0x32, 0xcf, 0x32, 0xcf, 0x32, 0xcf, 0x32, 0xef, 0x3a, 0x10, 0x43, 0x51, 0x4b, 0x72, 0x53, 0xb3, 0x5b, 0xf4, 0x63, 0x76, 0x7c, 0x18, 0x8d, 0x79, 0x9d, 0x99, 0x9d, 0xda, 0xad, 0x3b, 0xb6, 0x7c, 0xbe, 0x9d, 0xc6, 0xdd, 0xce, 0xfe, 0xd6, 0x3f, 0xdf, 0x5f, 0xe7, 0x5f, 0xef, 0x7f, 0xef, 0x5e, 0xef, 0x5e, 0xef, 0x5e, 0xef, 0x5e, 0xef, 0x5e, 0xf7, 0x5e, 0xf7, 0x5e, 0xef, 0x5e, 0xef, 0x7e, 0xf7, 0x7e, 0xef, 0x5d, 0xef, 0x5d, 0xef, 0x5d, 0xef, 0x3d, 0xef, 0x3d, 0xef, 0x3d, 0xef, 0x3c, 0xef, 0x1c, 0xef, 0x3c, 0xef, 0x1c, 0xef, 0x1c, 0xef, 0x1c, 0xef, 0x1c, 0xef, 0x1c, 0xef, 0xfb, 0xee, 0xfb, 0xee, 0xfb, 0xee, 0xfb, 0xee, 0xfb, 0xee, 0xfb, 0xee, 0xfb, 0xee, 0xfb, 0xee, 0x1c, 0xef, 0x1c, 0xef, 0x3c, 0xef, 0x3d, 0xef, 0x5d, 0xf7, 0x5d, 0xf7, 0x5d, 0xf7, 0x5d, 0xf7, 0x5e, 0xf7, 0x5e, 0xf7, 0x5e, 0xef, 0x5e, 0xf7, 0x7e, 0xf7, 0x9e, 0xf7, 0x9f, 0xf7, 0x9f, 0xf7, 0x7f, 0xef, 0x7f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x5f, 0xdf, 0x5f, 0xd7, 0x1f, 0xcf, 0xfe, 0xc6, 0xbe, 0xbe, 0x7d, 0xb6, 0x5d, 0xae, 0x1c, 0xa6, 0xfc, 0x9d, 0xbb, 0x8d, 0x7b, 0x85, 0x5a, 0x85, 0x5a, 0x7d, 0x5a, 0x7d, 0x5b, 0x7d, 0x5b, 0x85, 0x5b, 0x7d, 0x3b, 0x75, 0x3c, 0x75, 0x1b, 0x6d, 0x1b, 0x6d, 0x3c, 0x75, 0x7c, 0x75, 0x3e, 0x96, 0x3e, 0x96, 0x1d, 0x96, 0xfc, 0x8d, 0xdc, 0x85, 0xbc, 0x85, 0x7b, 0x7d, 0x5a, 0x75, 0x7d, 0x6d, 0x3c, 0x65, 0x5c, 0x6d, 0x5d, 0x6d, 0xfc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xbb, 0x4c, 0x9b, 0x4c, 0x9b, 0x44, 0x9b, 0x44, 0x9b, 0x44, 0xbb, 0x4c, 0xbb, 0x4c, 0x7a, 0x4c, 0x39, 0x3c, 0xf9, 0x33, 0x98, 0x23, 0x78, 0x1b, 0x77, 0x1b, 0x57, 0x1b, 0x36, 0x1b, 0x15, 0x1b, 0x15, 0x23, 0x35, 0x2b, 0x56, 0x1b, 0x36, 0x1b, 0x16, 0x23, 0xf5, 0x22, 0xd5, 0x1a, 0xf4, 0x1a, 0x34, 0x1b, 0x94, 0x23, 0xf5, 0x33, 0xb7, 0x5c, 0x5a, 0x8d, 0x5d, 0xbe, 0xff, 0xde, 0xbd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0x9c, 0xd6,
0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xd6, 0xdd, 0xde, 0x1e, 0xe7, 0x3f, 0xe7, 0x5f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xdf, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x5f, 0xe7, 0x7f, 0xdf, 0x7f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x7f, 0xdf, 0x5f, 0xd7, 0x7f, 0xdf, 0x7e, 0xe7, 0x5d, 0xdf, 0x5d, 0xdf, 0x7f, 0xdf, 0x9f, 0xd7, 0x7f, 0xcf, 0xdf, 0xae, 0x1e, 0x96, 0x5b, 0x7d, 0xb8, 0x64, 0x36, 0x5c, 0xf5, 0x53, 0x93, 0x4b, 0xb4, 0x53, 0x93, 0x5b, 0x73, 0x53, 0x51, 0x53, 0x10, 0x4b, 0xcf, 0x4a, 0xce, 0x42, 0xce, 0x42, 0xae, 0x42, 0xce, 0x42, 0xee, 0x42, 0xee, 0x42, 0xee, 0x3a, 0xce, 0x32, 0xce, 0x32, 0xce, 0x32, 0xcf, 0x2a, 0xcf, 0x2a, 0xcf, 0x2a, 0xcf, 0x32, 0xcf, 0x32, 0xd0, 0x32, 0xf0, 0x3a, 0xf0, 0x3a, 0x31, 0x43, 0x11, 0x43, 0x51, 0x4b, 0xb2, 0x5b, 0xf4, 0x6b, 0x34, 0x74, 0x96, 0x7c, 0xf7, 0x8c, 0x79, 0x9d, 0xb9, 0xa5, 0xfb, 0xb5, 0x5c, 0xbe, 0xbd, 0xce, 0xdd, 0xd6, 0xfe, 0xde, 0x1e, 0xdf, 0x1e, 0xe7, 0x3e, 0xe7, 0x3e, 0xe7, 0x5e, 0xef, 0x5f, 0xef, 0x5f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7e, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7e, 0xef, 0x7e, 0xef, 0x7e, 0xf7, 0x7e, 0xf7, 0x5e, 0xf7, 0x7e, 0xf7, 0x7e, 0xf7, 0x5e, 0xf7, 0x5e, 0xf7, 0x7d, 0xf7, 0x5d, 0xf7, 0x3d, 0xf7, 0x5d, 0xf7, 0x5d, 0xf7, 0x5d, 0xf7, 0x5e, 0xf7, 0x7e, 0xf7, 0x7e, 0xf7, 0x7e, 0xf7, 0x7e, 0xf7, 0x9f, 0xf7, 0x9f, 0xf7, 0x9f, 0xf7, 0x9f, 0xf7, 0x9f, 0xef, 0x7f, 0xf7, 0x9f, 0xf7, 0x9f, 0xf7, 0x9f, 0xf7, 0x9f, 0xf7, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xe7, 0x5f, 0xdf, 0x3f, 0xdf, 0x1f, 0xd7, 0x1f, 0xd7, 0xfe, 0xce, 0xde, 0xc6, 0x7d, 0xbe, 0x3c, 0xb6, 0x1b, 0xae, 0xdb, 0x9d, 0xba, 0x9d, 0x9a, 0x95, 0x5a, 0x8d, 0x5a, 0x85, 0x5a, 0x85, 0x5a, 0x7d, 0x5b, 0x7d, 0x5b, 0x7d, 0x5b, 0x7d, 0x5b, 0x7d, 0x3b, 0x7d, 0x3b, 0x7d, 0x3c, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x7c, 0x75, 0xfd, 0x85, 0xfd, 0x8d, 0xdc, 0x85, 0xbb, 0x7d, 0x7b, 0x7d, 0x7b, 0x75, 0x7b, 0x75, 0x5a, 0x6d, 0x5d, 0x65, 0x3c, 0x65, 0x5d, 0x65, 0x3d, 0x65, 0xfc, 0x5c, 0xfc, 0x5c, 0x1d, 0x65, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xbc, 0x4c, 0xbb, 0x4c, 0x9b, 0x44, 0xbc, 0x44, 0xbc, 0x44, 0xbb, 0x44, 0xbb, 0x4c, 0xbb, 0x4c, 0x5a, 0x44, 0xd8, 0x33, 0x77, 0x23, 0x77, 0x1b, 0x78, 0x1b, 0x58, 0x1b, 0x57, 0x1b, 0x56, 0x1b, 0x36, 0x23, 0x35, 0x23, 0x14, 0x23, 0x56, 0x1b, 0x16, 0x23, 0xf6, 0x22, 0xd5, 0x22, 0xd5, 0x22, 0xf4, 0x1a, 0x55, 0x1b, 0xb5, 0x23, 0x36, 0x3c, 0x19, 0x6d, 0xbb, 0x95, 0xbf, 0xce, 0x1f, 0xe7, 0x9d, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xfc, 0xde, 0xfc, 0xde, 0xfc, 0xde, 0xfc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6,
0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xde, 0x9b, 0xde, 0x9a, 0xde, 0x9a, 0xde, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xd6, 0xdc, 0xd6, 0x3d, 0xdf, 0x5f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xef, 0x9f, 0xef, 0x7f, 0xe7, 0x9f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x9f, 0xe7, 0xbf, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xe7, 0x7f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x7f, 0xdf, 0x9f, 0xdf, 0xff, 0xbe, 0xfb, 0x9d, 0x7a, 0x85, 0x5a, 0x75, 0x98, 0x5c, 0xf6, 0x3b, 0xd6, 0x3b, 0x93, 0x3b, 0xb3, 0x3b, 0xd4, 0x43, 0xd4, 0x4b, 0x92, 0x43, 0x31, 0x43, 0xef, 0x3a, 0xae, 0x32, 0xce, 0x3a, 0xae, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x42, 0xce, 0x42, 0xce, 0x3a, 0xcd, 0x3a, 0xae, 0x32, 0xae, 0x32, 0xae, 0x32, 0xae, 0x32, 0x8e, 0x32, 0x8e, 0x32, 0xae, 0x32, 0xaf, 0x32, 0xcf, 0x3a, 0xf0, 0x3a, 0xf0, 0x3a, 0x11, 0x3b, 0x51, 0x43, 0x92, 0x43, 0xb3, 0x4b, 0xd3, 0x4b, 0x35, 0x64, 0x76, 0x64, 0xd7, 0x74, 0x18, 0x7d, 0x79, 0x8d, 0xbb, 0x9d, 0x1c, 0xa6, 0x5d, 0xae, 0x9e, 0xbe, 0x9d, 0xbe, 0xbe, 0xc6, 0xff, 0xce, 0x3f, 0xd7, 0x5f, 0xdf, 0x3f, 0xdf, 0x1f, 0xd7, 0x3e, 0xdf, 0x3f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x7f, 0xe7, 0x7f, 0xef, 0x7f, 0xef, 0x9f, 0xef, 0x9f, 0xf7, 0x7f, 0xf7, 0x7f, 0xef, 0x7f, 0xf7, 0x7f, 0xf7, 0x7f, 0xf7, 0x7f, 0xf7, 0x9f, 0xf7, 0x7e, 0xf7, 0x7e, 0xf7, 0x7e, 0xf7, 0x9f, 0xf7, 0x9f, 0xf7, 0x9f, 0xf7, 0x7f, 0xf7, 0x9f, 0xf7, 0x9f, 0xf7, 0x9f, 0xf7, 0x9f, 0xf7, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x9f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x5f, 0xd7, 0x3f, 0xd7, 0x3f, 0xcf, 0x3f, 0xcf, 0x1f, 0xc7, 0x1f, 0xc7, 0xff, 0xbe, 0xbf, 0xb6, 0x7e, 0xae, 0x5d, 0xa6, 0x1e, 0x8e, 0xfe, 0x8d, 0xdd, 0x85, 0x9c, 0x85, 0x5b, 0x7d, 0x3a, 0x7d, 0x3a, 0x7d, 0x3a, 0x7d, 0x1a, 0x7d, 0x3a, 0x7d, 0x5b, 0x7d, 0x5b, 0x7d, 0x7b, 0x7d, 0x7b, 0x7d, 0x5b, 0x7d, 0x5b, 0x7d, 0x5b, 0x75, 0x5b, 0x75, 0x5b, 0x75, 0x5b, 0x75, 0x5b, 0x75, 0x3b, 0x75, 0x5b, 0x75, 0x7b, 0x7d, 0x9c, 0x7d, 0x9c, 0x7d, 0x9d, 0x75, 0x7c, 0x75, 0x7d, 0x75, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x3c, 0x65, 0x3d, 0x65, 0x5d, 0x65, 0x3c, 0x65, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x54, 0xbb, 0x4c, 0x9b, 0x4c, 0xbb, 0x4c, 0xdb, 0x54, 0xfd, 0x54, 0xdc, 0x4c, 0xbc, 0x4c, 0x7b, 0x44, 0x19, 0x34, 0xd8, 0x2b, 0x97, 0x23, 0x97, 0x23, 0x77, 0x1b, 0x56, 0x1b, 0x56, 0x1b, 0x56, 0x1b, 0x56, 0x1b, 0x76, 0x1b, 0x76, 0x1b, 0x56, 0x1b, 0x16, 0x23, 0x16, 0x23, 0xf5, 0x1a, 0x14, 0x13, 0x35, 0x1b, 0x54, 0x1b, 0x74, 0x2b, 0xb4, 0x43, 0x15, 0x64, 0x59, 0x95, 0x5d, 0xc6, 0xbd, 0xd6, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xd6, 0xfd, 0xd6, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6,
0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xdc, 0xd6, 0x1d, 0xdf, 0x3e, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xe7, 0x7f, 0xdf, 0x3f, 0xdf, 0x5f, 0xd7, 0x5f, 0xd7, 0x9f, 0xd7, 0x3f, 0xc7, 0x5d, 0xa6, 0x7a, 0x7d, 0xf9, 0x6c, 0xb8, 0x5c, 0x37, 0x44, 0xd6, 0x3b, 0x93, 0x3b, 0x93, 0x3b, 0x93, 0x3b, 0x93, 0x43, 0x92, 0x43, 0x51, 0x43, 0x10, 0x3b, 0xef, 0x3a, 0xae, 0x3a, 0xae, 0x3a, 0xae, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xae, 0x32, 0xae, 0x32, 0xae, 0x32, 0xae, 0x32, 0x8e, 0x32, 0x8e, 0x32, 0x8e, 0x32, 0xaf, 0x32, 0xaf, 0x32, 0xcf, 0x32, 0xcf, 0x32, 0xcf, 0x32, 0xf0, 0x3a, 0x10, 0x3b, 0x31, 0x3b, 0x51, 0x3b, 0x51, 0x43, 0x92, 0x43, 0xb3, 0x53, 0xf4, 0x5b, 0x35, 0x64, 0x76, 0x6c, 0xb6, 0x74, 0xd7, 0x7c, 0x59, 0x8d, 0x59, 0x95, 0x9a, 0x9d, 0xfb, 0xa5, 0x5c, 0xb6, 0x9d, 0xbe, 0x9e, 0xc6, 0x9e, 0xc6, 0x9d, 0xc6, 0xbd, 0xce, 0xdd, 0xce, 0xfe, 0xce, 0xfe, 0xd6, 0x1e, 0xd7, 0x1e, 0xdf, 0x3f, 0xdf, 0x3f, 0xdf, 0x3f, 0xdf, 0x3f, 0xdf, 0x3f, 0xe7, 0x3e, 0xe7, 0x3f, 0xe7, 0x3f, 0xe7, 0x3f, 0xe7, 0x5e, 0xe7, 0x3e, 0xe7, 0x3e, 0xe7, 0x5f, 0xe7, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xe7, 0x7f, 0xef, 0x7f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x3f, 0xdf, 0x1f, 0xdf, 0x1e, 0xdf, 0x3f, 0xd7, 0x1f, 0xd7, 0x1e, 0xcf, 0xfe, 0xce, 0xfe, 0xce, 0xde, 0xc6, 0xbe, 0xbe, 0x9d, 0xb6, 0x7d, 0xb6, 0x7d, 0xb6, 0x5d, 0xae, 0x1d, 0xa6, 0xfc, 0x9d, 0xbb, 0x95, 0x9b, 0x8d, 0x7a, 0x8d, 0x5b, 0x7d, 0x5b, 0x7d, 0x3b, 0x75, 0x3a, 0x75, 0x1a, 0x75, 0x1a, 0x75, 0x3a, 0x75, 0x3a, 0x7d, 0x3a, 0x7d, 0x3a, 0x7d, 0x3a, 0x7d, 0x5b, 0x7d, 0x5b, 0x7d, 0x5b, 0x7d, 0x5b, 0x7d, 0x5b, 0x7d, 0x5b, 0x75, 0x5b, 0x75, 0x7b, 0x75, 0x5b, 0x75, 0x5b, 0x75, 0x3a, 0x75, 0x5b, 0x75, 0x5b, 0x7d, 0x7c, 0x7d, 0x7c, 0x75, 0x7c, 0x75, 0x5c, 0x75, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x5d, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x54, 0xbc, 0x54, 0xdc, 0x54, 0xbb, 0x54, 0x9b, 0x4c, 0x9b, 0x4c, 0xbb, 0x4c, 0xdb, 0x54, 0xfc, 0x54, 0x1c, 0x5d, 0xfd, 0x4c, 0xbc, 0x4c, 0x5b, 0x3c, 0x19, 0x34, 0xd8, 0x2b, 0xb8, 0x2b, 0xb7, 0x23, 0x97, 0x23, 0x77, 0x1b, 0x76, 0x1b, 0x76, 0x1b, 0x76, 0x1b, 0x77, 0x1b, 0x76, 0x1b, 0x56, 0x1b, 0x56, 0x1b, 0xf5, 0x22, 0xf5, 0x22, 0x15, 0x1b, 0x35, 0x1b, 0x55, 0x1b, 0x74, 0x23, 0xb5, 0x3b, 0x36, 0x54, 0xf8, 0x7c, 0x1c, 0xb6, 0xde, 0xd6, 0xdd, 0xde, 0xbd, 0xde, 0xdc, 0xde, 0xdc, 0xd6, 0xbc, 0xd6, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6,
0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7b, 0xd6, 0xbc, 0xd6, 0xfd, 0xde, 0x3e, 0xe7, 0x5f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xef, 0x9f, 0xef, 0xbf, 0xef, 0x9f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0xbf, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x9f, 0xdf, 0x9f, 0xe7, 0x7f, 0xdf, 0x5f, 0xdf, 0x5f, 0xd7, 0x5f, 0xd7, 0x7f, 0xd7, 0x5f, 0xcf, 0xbf, 0xae, 0x9b, 0x85, 0xb8, 0x64, 0x98, 0x54, 0x78, 0x4c, 0xd6, 0x3b, 0x93, 0x33, 0x72, 0x33, 0x52, 0x33, 0x52, 0x33, 0x52, 0x3b, 0x52, 0x43, 0x51, 0x43, 0x30, 0x43, 0xef, 0x3a, 0xcf, 0x3a, 0xce, 0x3a, 0xae, 0x3a, 0xad, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xae, 0x32, 0xce, 0x32, 0xce, 0x32, 0xae, 0x32, 0xae, 0x32, 0xae, 0x32, 0xae, 0x32, 0xaf, 0x32, 0xaf, 0x32, 0xaf, 0x32, 0xaf, 0x32, 0xaf, 0x32, 0xcf, 0x32, 0xcf, 0x32, 0xf0, 0x32, 0xf0, 0x32, 0x10, 0x33, 0x11, 0x33, 0x31, 0x3b, 0x52, 0x43, 0x72, 0x43, 0x93, 0x4b, 0xd3, 0x53, 0xd4, 0x53, 0x14, 0x5c, 0x34, 0x64, 0x55, 0x6c, 0xb6, 0x74, 0xd7, 0x84, 0x18, 0x85, 0x39, 0x8d, 0x59, 0x95, 0x99, 0x9d, 0xba, 0x9d, 0xda, 0xa5, 0xfb, 0xa5, 0x1b, 0xae, 0x3c, 0xae, 0x5c, 0xb6, 0x5c, 0xb6, 0x7d, 0xbe, 0x7d, 0xbe, 0x9d, 0xc6, 0x9d, 0xc6, 0xbd, 0xc6, 0xbe, 0xc6, 0xbe, 0xce, 0xbe, 0xce, 0xbd, 0xce, 0xbd, 0xce, 0xdd, 0xce, 0xfe, 0xce, 0xfe, 0xd6, 0xff, 0xd6, 0xfe, 0xce, 0xde, 0xce, 0xde, 0xce, 0xde, 0xce, 0xbe, 0xc6, 0xbe, 0xc6, 0x9d, 0xc6, 0x9d, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0xb6, 0x5c, 0xae, 0x3c, 0xae, 0x1c, 0xa6, 0x1b, 0xa6, 0xfb, 0x9d, 0xbb, 0x95, 0x9a, 0x95, 0x9a, 0x8d, 0x7a, 0x8d, 0x5a, 0x85, 0x39, 0x7d, 0x19, 0x7d, 0x19, 0x7d, 0xf9, 0x74, 0xf9, 0x74, 0xfa, 0x6c, 0xfa, 0x6c, 0xfa, 0x6c, 0x1a, 0x75, 0x1a, 0x75, 0x3a, 0x75, 0x3a, 0x7d, 0x5a, 0x7d, 0x5a, 0x7d, 0x3a, 0x7d, 0x3a, 0x7d, 0x3a, 0x7d, 0x5b, 0x75, 0x5b, 0x7d, 0x5b, 0x7d, 0x5b, 0x7d, 0x5b, 0x75, 0x7b, 0x75, 0x7b, 0x75, 0x5b, 0x75, 0x3a, 0x75, 0x3a, 0x75, 0x5b, 0x75, 0x5b, 0x7d, 0x5b, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x3c, 0x65, 0x3c, 0x65, 0x3d, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x5c, 0xdb, 0x5c, 0xbb, 0x54, 0xbb, 0x54, 0x9b, 0x4c, 0x9b, 0x4c, 0x9b, 0x4c, 0x9b, 0x4c, 0xdc, 0x54, 0xfc, 0x54, 0x1d, 0x5d, 0x1d, 0x55, 0x1c, 0x55, 0xbc, 0x4c, 0x5b, 0x3c, 0xf9, 0x33, 0xb8, 0x2b, 0xb8, 0x23, 0xb8, 0x23, 0x97, 0x23, 0x97, 0x23, 0x77, 0x23, 0x77, 0x23, 0x77, 0x23, 0x77, 0x23, 0x77, 0x23, 0x56, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0xd4, 0x1a, 0xf5, 0x22, 0x15, 0x23, 0x55, 0x23, 0x75, 0x23, 0x94, 0x2b, 0x16, 0x4c, 0xd8, 0x6c, 0x1c, 0xae, 0x1f, 0xd7, 0x7f, 0xef, 0xfd, 0xe6, 0x9c, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0x9b, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6,
0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9b, 0xd6, 0xdc, 0xde, 0x1e, 0xe7, 0x5f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0xbf, 0xef, 0x9f, 0xef, 0x9f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x9f, 0xe7, 0xbf, 0xef, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x9f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xd7, 0x5f, 0xcf, 0x3f, 0xc7, 0xdf, 0xb6, 0xfc, 0x8d, 0xd9, 0x64, 0x78, 0x54, 0x58, 0x4c, 0xd6, 0x33, 0x93, 0x33, 0x72, 0x33, 0x52, 0x2b, 0x31, 0x33, 0x31, 0x33, 0x51, 0x3b, 0x51, 0x3b, 0x31, 0x43, 0x50, 0x43, 0x10, 0x43, 0xef, 0x3a, 0xae, 0x32, 0xad, 0x32, 0xae, 0x32, 0xce, 0x32, 0xce, 0x32, 0xce, 0x32, 0xce, 0x32, 0xce, 0x3a, 0xce, 0x3a, 0xcf, 0x3a, 0xcf, 0x32, 0xcf, 0x32, 0xcf, 0x3a, 0xaf, 0x32, 0xaf, 0x32, 0xaf, 0x32, 0xcf, 0x32, 0xcf, 0x32, 0xcf, 0x32, 0xf0, 0x32, 0xf0, 0x32, 0xd0, 0x2a, 0xf0, 0x2a, 0x11, 0x33, 0x11, 0x33, 0x11, 0x33, 0x31, 0x3b, 0x52, 0x3b, 0x52, 0x43, 0x72, 0x43, 0x93, 0x4b, 0xb3, 0x4b, 0xb3, 0x53, 0xd4, 0x53, 0xf4, 0x5b, 0xf4, 0x5b, 0x15, 0x5c, 0x76, 0x6c, 0x76, 0x6c, 0xb7, 0x74, 0xd7, 0x74, 0xf8, 0x7c, 0x18, 0x7d, 0x39, 0x85, 0x39, 0x85, 0x7a, 0x8d, 0x7a, 0x95, 0x9a, 0x95, 0xba, 0x95, 0xbb, 0x95, 0xbb, 0x9d, 0xbb, 0x9d, 0xdb, 0x9d, 0xdb, 0x9d, 0xdb, 0x9d, 0xdb, 0x9d, 0xfb, 0xa5, 0xfb, 0xa5, 0xfb, 0xa5, 0xdb, 0x9d, 0xdb, 0x9d, 0xbb, 0x9d, 0xbb, 0x9d, 0xbb, 0x95, 0xbb, 0x95, 0xbb, 0x95, 0xbb, 0x95, 0x9b, 0x95, 0x9b, 0x95, 0x7a, 0x8d, 0x7a, 0x85, 0x5a, 0x85, 0x59, 0x85, 0x39, 0x7d, 0x39, 0x7d, 0x19, 0x75, 0xf9, 0x74, 0xf9, 0x74, 0xd9, 0x6c, 0xd9, 0x6c, 0xd9, 0x6c, 0xd9, 0x6c, 0xf9, 0x6c, 0xfa, 0x6c, 0xfa, 0x6c, 0xfa, 0x6c, 0x1a, 0x6d, 0x1a, 0x75, 0x3a, 0x75, 0x3b, 0x7d, 0x5b, 0x7d, 0x5b, 0x7d, 0x5b, 0x7d, 0x3a, 0x7d, 0x3a, 0x7d, 0x3a, 0x7d, 0x5b, 0x7d, 0x5b, 0x7d, 0x5b, 0x7d, 0x7b, 0x7d, 0x7b, 0x7d, 0x5b, 0x75, 0x7b, 0x75, 0x7c, 0x75, 0x5b, 0x75, 0x3a, 0x75, 0x3a, 0x75, 0x3b, 0x75, 0x7b, 0x75, 0x5b, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x5c, 0x6d, 0x3c, 0x6d, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x7d, 0x6d, 0x3c, 0x65, 0xfc, 0x5c, 0xdb, 0x5c, 0xbb, 0x54, 0xbb, 0x54, 0x9b, 0x54, 0x9b, 0x4c, 0x9b, 0x4c, 0xdc, 0x54, 0x1d, 0x5d, 0x5e, 0x5d, 0x5e, 0x65, 0x3d, 0x5d, 0xdc, 0x4c, 0x9b, 0x44, 0x5a, 0x3c, 0x1a, 0x34, 0xd9, 0x2b, 0xb8, 0x23, 0xb8, 0x2b, 0xb8, 0x2b, 0x97, 0x23, 0x77, 0x23, 0x77, 0x23, 0x77, 0x23, 0x77, 0x23, 0x77, 0x23, 0x77, 0x23, 0x56, 0x1b, 0x36, 0x1b, 0x16, 0x1b, 0x15, 0x23, 0x35, 0x23, 0x35, 0x23, 0x75, 0x2b, 0x95, 0x2b, 0xd5, 0x3b, 0x97, 0x64, 0xbb, 0x8d, 0x1f, 0xcf, 0xbf, 0xef, 0xbf, 0xff, 0x3e, 0xef, 0xdc, 0xe6, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6,
0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0xbc, 0xd6, 0xfd, 0xde, 0x1e, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x7f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0xbf, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0x9f, 0xe7, 0x5f, 0xdf, 0x5f, 0xdf, 0x7f, 0xe7, 0x9f, 0xe7, 0xbf, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xd7, 0x7f, 0xd7, 0x3f, 0xc7, 0xdf, 0xb6, 0xbf, 0xae, 0x5e, 0x9e, 0x5b, 0x75, 0x78, 0x54, 0x17, 0x44, 0xd6, 0x3b, 0x93, 0x33, 0x93, 0x33, 0x72, 0x33, 0x51, 0x2b, 0x31, 0x2b, 0x11, 0x33, 0x10, 0x33, 0x10, 0x3b, 0x51, 0x43, 0x30, 0x3b, 0x0f, 0x3b, 0xef, 0x3a, 0xce, 0x32, 0xce, 0x32, 0xce, 0x32, 0xae, 0x32, 0xce, 0x32, 0xce, 0x32, 0xae, 0x32, 0xce, 0x32, 0xcf, 0x3a, 0xcf, 0x3a, 0xcf, 0x3a, 0xcf, 0x3a, 0xaf, 0x32, 0xaf, 0x32, 0xcf, 0x32, 0xcf, 0x32, 0xcf, 0x32, 0xcf, 0x32, 0xcf, 0x32, 0xcf, 0x32, 0xd0, 0x2a, 0xf0, 0x2a, 0xf0, 0x2a, 0xf0, 0x2a, 0xf1, 0x2a, 0xf1, 0x2a, 0x11, 0x2b, 0x11, 0x33, 0x32, 0x33, 0x32, 0x3b, 0x52, 0x3b, 0x72, 0x3b, 0x72, 0x3b, 0x73, 0x43, 0x93, 0x43, 0xb4, 0x4b, 0xb4, 0x43, 0xd4, 0x4b, 0xf5, 0x4b, 0xf5, 0x53, 0x15, 0x54, 0x36, 0x54, 0x36, 0x5c, 0x56, 0x5c, 0x77, 0x64, 0x77, 0x64, 0x97, 0x64, 0xb7, 0x64, 0xb8, 0x6c, 0xd8, 0x6c, 0xb8, 0x6c, 0xb8, 0x6c, 0xd8, 0x6c, 0xd8, 0x6c, 0xd8, 0x6c, 0xd8, 0x6c, 0xd8, 0x74, 0xf8, 0x74, 0xd8, 0x74, 0xd8, 0x6c, 0xd8, 0x6c, 0xd8, 0x6c, 0xd9, 0x6c, 0xd9, 0x6c, 0xd9, 0x6c, 0xd9, 0x6c, 0xd9, 0x6c, 0xd9, 0x6c, 0xd8, 0x64, 0xd8, 0x64, 0xd8, 0x64, 0xd8, 0x64, 0xd8, 0x64, 0xb9, 0x64, 0xb8, 0x64, 0xb8, 0x64, 0xd9, 0x64, 0xb9, 0x64, 0xb9, 0x64, 0xb9, 0x64, 0xda, 0x64, 0xda, 0x64, 0xfa, 0x64, 0xfa, 0x64, 0x1a, 0x6d, 0x1a, 0x75, 0x3a, 0x75, 0x3a, 0x75, 0x3a, 0x75, 0x3a, 0x7d, 0x3a, 0x7d, 0x3a, 0x7d, 0x1a, 0x75, 0x3a, 0x75, 0x5b, 0x7d, 0x7b, 0x7d, 0x7b, 0x7d, 0x7c, 0x7d, 0x7c, 0x7d, 0x7b, 0x7d, 0x5b, 0x75, 0x7b, 0x75, 0x7b, 0x75, 0x3b, 0x75, 0x1a, 0x6d, 0x3b, 0x6d, 0x5b, 0x75, 0x5c, 0x75, 0x5b, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x5c, 0x6d, 0x3c, 0x6d, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x5c, 0x6d, 0x1c, 0x65, 0xdb, 0x5c, 0xdb, 0x54, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfd, 0x5c, 0x1d, 0x5d, 0x3e, 0x5d, 0x5f, 0x65, 0x7f, 0x65, 0x5e, 0x5d, 0xfc, 0x4c, 0x7b, 0x3c, 0x3a, 0x34, 0x1a, 0x2c, 0xfa, 0x2b, 0xd9, 0x2b, 0xd9, 0x2b, 0xb8, 0x23, 0xb8, 0x23, 0x98, 0x23, 0x77, 0x23, 0x97, 0x23, 0x97, 0x23, 0x77, 0x23, 0x56, 0x23, 0x56, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x35, 0x23, 0x55, 0x2b, 0x55, 0x2b, 0x95, 0x2b, 0xf6, 0x3b, 0x77, 0x54, 0x7a, 0x7d, 0xbe, 0xb6, 0x7f, 0xdf, 0xdf, 0xf7, 0xdf, 0xff, 0x7f, 0xff, 0x1d, 0xef, 0xbb, 0xe6, 0x7a, 0xd6, 0x9b, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6,
0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x9b, 0xd6, 0xde, 0xde, 0x1e, 0xdf, 0x3f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x7f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xdf, 0xef, 0xdf, 0xef, 0x9f, 0xef, 0x5f, 0xe7, 0x3e, 0xdf, 0x5e, 0xdf, 0x7f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xd7, 0x5f, 0xd7, 0x5f, 0xd7, 0x7f, 0xd7, 0x5f, 0xd7, 0x3f, 0xc7, 0xdf, 0xbe, 0x7e, 0xa6, 0x7e, 0x9e, 0x9f, 0x9e, 0xdd, 0x85, 0xb9, 0x5c, 0x17, 0x44, 0xf6, 0x3b, 0x94, 0x33, 0x93, 0x33, 0x93, 0x33, 0x52, 0x2b, 0x31, 0x2b, 0x11, 0x2b, 0xf0, 0x2a, 0xf0, 0x32, 0xf0, 0x32, 0xf0, 0x32, 0x10, 0x33, 0x10, 0x3b, 0x10, 0x3b, 0x0f, 0x33, 0xcf, 0x32, 0xae, 0x2a, 0xae, 0x32, 0xae, 0x32, 0xae, 0x32, 0xae, 0x32, 0xae, 0x32, 0xcf, 0x32, 0xcf, 0x3a, 0xcf, 0x3a, 0xcf, 0x32, 0xcf, 0x32, 0xcf, 0x32, 0xcf, 0x32, 0xcf, 0x32, 0xcf, 0x32, 0xcf, 0x2a, 0xaf, 0x2a, 0x11, 0x2b, 0x11, 0x2b, 0x11, 0x2b, 0xf1, 0x2a, 0xf1, 0x2a, 0xf1, 0x2a, 0xf1, 0x2a, 0x11, 0x2b, 0x11, 0x2b, 0x32, 0x2b, 0x32, 0x2b, 0x32, 0x33, 0x52, 0x33, 0x52, 0x33, 0x73, 0x33, 0x73, 0x3b, 0x74, 0x3b, 0x94, 0x3b, 0x94, 0x3b, 0xb5, 0x3b, 0xb5, 0x3b, 0xd5, 0x43, 0xd5, 0x43, 0xd5, 0x43, 0xf5, 0x43, 0xf6, 0x43, 0x16, 0x4c, 0x16, 0x4c, 0x16, 0x4c, 0x36, 0x4c, 0x36, 0x4c, 0x36, 0x4c, 0x37, 0x54, 0x37, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x77, 0x54, 0x78, 0x54, 0x98, 0x5c, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x98, 0x54, 0x98, 0x54, 0x98, 0x5c, 0x98, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xd9, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x64, 0xfa, 0x64, 0xfb, 0x64, 0xfb, 0x64, 0xfb, 0x64, 0x1a, 0x6d, 0x1a, 0x6d, 0x1a, 0x6d, 0x1a, 0x75, 0x1a, 0x75, 0x3a, 0x75, 0x3a, 0x75, 0x1a, 0x75, 0x3a, 0x75, 0x3a, 0x75, 0x5b, 0x7d, 0x7c, 0x7d, 0x9c, 0x7d, 0x7c, 0x7d, 0x7b, 0x7d, 0x7b, 0x7d, 0x5b, 0x75, 0x7b, 0x75, 0x5b, 0x75, 0x3b, 0x6d, 0x1a, 0x6d, 0x3b, 0x75, 0x5b, 0x75, 0x5b, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x5c, 0x6d, 0x3c, 0x6d, 0x1b, 0x65, 0x1b, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x1b, 0x65, 0xfb, 0x5c, 0x1c, 0x5d, 0x3d, 0x65, 0x5e, 0x65, 0x7e, 0x6d, 0x7f, 0x65, 0x9f, 0x6d, 0x7f, 0x65, 0x5e, 0x5d, 0x1d, 0x55, 0xbc, 0x44, 0x7b, 0x3c, 0x5a, 0x34, 0x3a, 0x34, 0xfa, 0x2b, 0xfa, 0x2b, 0xf9, 0x2b, 0xd9, 0x2b, 0xb8, 0x23, 0x98, 0x23, 0x98, 0x23, 0x98, 0x23, 0x97, 0x23, 0x77, 0x23, 0x77, 0x23, 0x56, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x56, 0x23, 0x56, 0x23, 0x55, 0x23, 0x75, 0x2b, 0x95, 0x2b, 0xd6, 0x33, 0x58, 0x4c, 0x1a, 0x6d, 0x3d, 0x96, 0x3f, 0xc7, 0x9f, 0xe7, 0xbf, 0xf7, 0xbf, 0xff, 0xbf, 0xff, 0x7e, 0xff, 0xfc, 0xee, 0x9a, 0xde, 0x9a, 0xde, 0x9b, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6,
0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x9b, 0xd6, 0xbc, 0xde, 0xfe, 0xde, 0x1f, 0xe7, 0x3f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xdf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0x9f, 0xe7, 0x7f, 0xe7, 0x5e, 0xdf, 0x5e, 0xdf, 0x5e, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x7f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xd7, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xd7, 0x5f, 0xd7, 0x5f, 0xd7, 0x1f, 0xc7, 0xbf, 0xbe, 0x7e, 0xae, 0x5e, 0xa6, 0x3e, 0x9e, 0x5f, 0x96, 0x1e, 0x8e, 0x5c, 0x6d, 0x78, 0x4c, 0x17, 0x3c, 0xb4, 0x33, 0x94, 0x33, 0x73, 0x2b, 0x52, 0x2b, 0x32, 0x2b, 0x11, 0x2b, 0x11, 0x2b, 0xf0, 0x2a, 0xcf, 0x2a, 0xcf, 0x2a, 0xef, 0x32, 0x10, 0x33, 0x10, 0x33, 0x10, 0x33, 0xef, 0x32, 0xcf, 0x32, 0xcf, 0x32, 0xae, 0x32, 0xae, 0x2a, 0x8e, 0x32, 0xae, 0x32, 0xaf, 0x32, 0xaf, 0x32, 0xaf, 0x32, 0xcf, 0x3a, 0xf0, 0x3a, 0xf0, 0x3a, 0xf0, 0x32, 0xef, 0x32, 0xef, 0x32, 0xcf, 0x32, 0xcf, 0x2a, 0xf1, 0x2a, 0xf0, 0x22, 0xf0, 0x22, 0xd0, 0x22, 0xf0, 0x22, 0xf1, 0x22, 0xf1, 0x22, 0xf1, 0x22, 0x12, 0x2b, 0x12, 0x2b, 0x32, 0x2b, 0x32, 0x2b, 0x32, 0x2b, 0x32, 0x2b, 0x52, 0x2b, 0x53, 0x2b, 0x74, 0x33, 0x74, 0x33, 0x74, 0x33, 0x95, 0x33, 0x95, 0x33, 0x95, 0x33, 0xb5, 0x33, 0xb5, 0x3b, 0xd5, 0x3b, 0xd5, 0x3b, 0xd5, 0x3b, 0xd6, 0x3b, 0xf6, 0x3b, 0xf6, 0x3b, 0x16, 0x3c, 0x16, 0x44, 0x16, 0x44, 0x16, 0x44, 0x37, 0x44, 0x37, 0x44, 0x57, 0x4c, 0x57, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x78, 0x4c, 0x78, 0x4c, 0x98, 0x54, 0x98, 0x54, 0x99, 0x54, 0xb9, 0x54, 0xb9, 0x5c, 0xb9, 0x5c, 0xd9, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x64, 0xfb, 0x64, 0xfb, 0x6c, 0x1b, 0x6d, 0x1b, 0x6d, 0xfa, 0x6c, 0xfa, 0x6c, 0x1a, 0x6d, 0x1a, 0x6d, 0x1a, 0x75, 0x3a, 0x75, 0x3a, 0x75, 0x3a, 0x75, 0x5b, 0x7d, 0x7b, 0x7d, 0x7b, 0x7d, 0x7c, 0x7d, 0x7c, 0x7d, 0x7b, 0x7d, 0x5b, 0x75, 0x5b, 0x75, 0x5b, 0x75, 0x5b, 0x75, 0x5b, 0x75, 0x3b, 0x6d, 0x3b, 0x6d, 0x5b, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x3b, 0x6d, 0x1b, 0x65, 0x1b, 0x65, 0x3c, 0x65, 0x5c, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x7e, 0x6d, 0x9f, 0x75, 0xbf, 0x75, 0xbf, 0x6d, 0x9f, 0x6d, 0x9f, 0x6d, 0x5e, 0x5d, 0xfd, 0x4c, 0x9c, 0x44, 0x7b, 0x3c, 0x5b, 0x34, 0x3a, 0x34, 0x3a, 0x34, 0x1a, 0x2c, 0x1a, 0x2c, 0xfa, 0x2b, 0xd9, 0x2b, 0xb9, 0x23, 0x98, 0x23, 0x98, 0x23, 0x98, 0x23, 0x77, 0x23, 0x77, 0x23, 0x57, 0x23, 0x56, 0x23, 0x36, 0x1b, 0x36, 0x1b, 0x56, 0x23, 0x76, 0x23, 0x75, 0x2b, 0xb6, 0x33, 0xd6, 0x33, 0x17, 0x3c, 0xb9, 0x54, 0x7b, 0x75, 0x3d, 0x9e, 0xff, 0xbe, 0x3f, 0xd7, 0x7f, 0xef, 0xbf, 0xff, 0xbf, 0xff, 0xbf, 0xff, 0x5d, 0xf7, 0xdb, 0xe6, 0x9b, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6,
0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0xbc, 0xd6, 0xdc, 0xde, 0x1f, 0xdf, 0x3f, 0xe7, 0x5f, 0xe7, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xe7, 0x7f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xdf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xdf, 0xef, 0xbf, 0xef, 0x7f, 0xe7, 0x5f, 0xdf, 0xfd, 0xd6, 0x1e, 0xd7, 0x1e, 0xd7, 0x3e, 0xd7, 0x3f, 0xd7, 0x3f, 0xd7, 0x3f, 0xd7, 0x3f, 0xd7, 0x5f, 0xdf, 0x5f, 0xdf, 0x7f, 0xdf, 0x5f, 0xd7, 0x7f, 0xd7, 0x5f, 0xcf, 0xdf, 0xbe, 0x7e, 0xae, 0x3d, 0x9e, 0x7f, 0xa6, 0x3e, 0x96, 0xfe, 0x8d, 0x1f, 0x8e, 0xbd, 0x7d, 0xba, 0x5c, 0x17, 0x44, 0xb4, 0x33, 0x94, 0x2b, 0x73, 0x2b, 0x52, 0x2b, 0x52, 0x2b, 0x52, 0x2b, 0x31, 0x2b, 0x11, 0x2b, 0xf0, 0x2a, 0xcf, 0x22, 0xaf, 0x22, 0xcf, 0x22, 0xcf, 0x2a, 0xef, 0x2a, 0x10, 0x33, 0x10, 0x33, 0xef, 0x32, 0xcf, 0x32, 0xae, 0x2a, 0x8e, 0x2a, 0xae, 0x32, 0xaf, 0x32, 0xaf, 0x32, 0xaf, 0x32, 0xcf, 0x32, 0xcf, 0x32, 0xf0, 0x32, 0xf0, 0x3a, 0xf0, 0x32, 0xf0, 0x32, 0xf0, 0x32, 0xef, 0x32, 0xf0, 0x2a, 0xf0, 0x2a, 0xf0, 0x2a, 0xf0, 0x2a, 0x11, 0x2b, 0x11, 0x2b, 0x11, 0x2b, 0x11, 0x2b, 0x12, 0x23, 0x32, 0x23, 0x32, 0x23, 0x32, 0x2b, 0x52, 0x2b, 0x53, 0x2b, 0x73, 0x2b, 0x73, 0x2b, 0x54, 0x2b, 0x54, 0x2b, 0x74, 0x33, 0x74, 0x2b, 0x74, 0x33, 0x95, 0x33, 0x95, 0x33, 0x95, 0x33, 0x95, 0x33, 0xb5, 0x33, 0xb5, 0x33, 0xb5, 0x33, 0xb5, 0x33, 0xd6, 0x33, 0xf6, 0x33, 0xf6, 0x3b, 0xd6, 0x3b, 0xf6, 0x3b, 0x17, 0x44, 0x17, 0x44, 0x37, 0x44, 0x37, 0x44, 0x17, 0x44, 0x17, 0x44, 0x38, 0x44, 0x38, 0x44, 0x58, 0x44, 0x58, 0x44, 0x58, 0x4c, 0x79, 0x4c, 0x79, 0x4c, 0x79, 0x4c, 0x98, 0x4c, 0x98, 0x54, 0x99, 0x54, 0xb9, 0x54, 0xb9, 0x54, 0xb9, 0x5c, 0xda, 0x5c, 0xda, 0x64, 0xfa, 0x64, 0xda, 0x64, 0xda, 0x64, 0xda, 0x64, 0xda, 0x64, 0xfa, 0x64, 0xfa, 0x64, 0xfa, 0x64, 0xfa, 0x6c, 0xfa, 0x6c, 0x1a, 0x6d, 0x1a, 0x6d, 0x1a, 0x6d, 0x3a, 0x75, 0x3a, 0x75, 0x3b, 0x75, 0x9c, 0x7d, 0x9c, 0x7d, 0x9c, 0x7d, 0x7b, 0x7d, 0x7b, 0x7d, 0x5b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x5b, 0x75, 0x5b, 0x75, 0x3b, 0x6d, 0x1a, 0x6d, 0x3b, 0x6d, 0x7c, 0x75, 0x7c, 0x75, 0x5c, 0x6d, 0x3b, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x1b, 0x65, 0x1b, 0x65, 0x1b, 0x65, 0x5c, 0x6d, 0x7d, 0x6d, 0xbe, 0x7d, 0xdf, 0x7d, 0xff, 0x7d, 0xff, 0x7d, 0xff, 0x7d, 0xdf, 0x75, 0xbf, 0x6d, 0x9f, 0x6d, 0x5e, 0x5d, 0x1d, 0x55, 0xbc, 0x44, 0x9c, 0x3c, 0x9b, 0x3c, 0x7b, 0x3c, 0x5b, 0x34, 0x1a, 0x2c, 0x1a, 0x2c, 0xfa, 0x2b, 0xfa, 0x2b, 0xd9, 0x2b, 0xd9, 0x2b, 0xb9, 0x23, 0x98, 0x23, 0x77, 0x23, 0x77, 0x23, 0x77, 0x23, 0x77, 0x23, 0x56, 0x23, 0x56, 0x23, 0x56, 0x23, 0x56, 0x23, 0x77, 0x2b, 0xb6, 0x2b, 0xf8, 0x33, 0x18, 0x3c, 0x58, 0x3c, 0xda, 0x54, 0x7c, 0x75, 0xfd, 0x8d, 0x5d, 0xa6, 0xff, 0xc6, 0x5f, 0xe7, 0x9f, 0xf7, 0xdf, 0xff, 0xff, 0xff, 0xbf, 0xff, 0x3d, 0xef, 0xdb, 0xe6, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6,
0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xd6, 0x7a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x59, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x7b, 0xd6, 0xdc, 0xde, 0x1d, 0xe7, 0x1f, 0xdf, 0x3f, 0xe7, 0x5f, 0xe7, 0x7f, 0xe7, 0x7f, 0xef, 0x7f, 0xef, 0x9f, 0xe7, 0x9f, 0xef, 0x9f, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xdf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0x9f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x7f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x7f, 0xdf, 0x7f, 0xd7, 0x5f, 0xcf, 0x1f, 0xc7, 0xbf, 0xb6, 0x9e, 0xa6, 0x3e, 0x9e, 0x3e, 0x96, 0x7f, 0x9e, 0x3f, 0x96, 0xbd, 0x7d, 0xbd, 0x7d, 0x5c, 0x75, 0x79, 0x54, 0xd5, 0x33, 0xb4, 0x2b, 0x73, 0x2b, 0x73, 0x2b, 0x52, 0x2b, 0x32, 0x2b, 0x11, 0x23, 0x11, 0x2b, 0xf0, 0x2a, 0xf0, 0x2a, 0xcf, 0x22, 0xcf, 0x22, 0xcf, 0x22, 0xcf, 0x2a, 0xcf, 0x2a, 0xcf, 0x2a, 0x10, 0x33, 0xf0, 0x32, 0xcf, 0x32, 0xcf, 0x32, 0xaf, 0x2a, 0xaf, 0x2a, 0xaf, 0x32, 0xaf, 0x32, 0xaf, 0x32, 0xcf, 0x32, 0xf0, 0x32, 0xf0, 0x32, 0x10, 0x33, 0x10, 0x33, 0xf0, 0x32, 0xf0, 0x32, 0xf1, 0x2a, 0xf1, 0x2a, 0xf0, 0x2a, 0xf0, 0x2a, 0x11, 0x2b, 0x11, 0x2b, 0x11, 0x2b, 0x32, 0x2b, 0x31, 0x2b, 0x32, 0x2b, 0x32, 0x2b, 0x52, 0x2b, 0x73, 0x2b, 0x73, 0x2b, 0x73, 0x2b, 0x73, 0x2b, 0x74, 0x2b, 0x74, 0x33, 0x74, 0x33, 0x94, 0x33, 0x95, 0x33, 0x95, 0x33, 0xb5, 0x33, 0xb5, 0x33, 0xb5, 0x33, 0xb5, 0x33, 0xd5, 0x33, 0xd5, 0x33, 0xd5, 0x33, 0xd5, 0x33, 0xf6, 0x33, 0x16, 0x3c, 0xf6, 0x3b, 0xf6, 0x3b, 0x16, 0x3c, 0x17, 0x44, 0x37, 0x44, 0x37, 0x44, 0x37, 0x44, 0x37, 0x44, 0x37, 0x44, 0x57, 0x44, 0x58, 0x4c, 0x58, 0x4c, 0x78, 0x4c, 0x78, 0x4c, 0x99, 0x4c, 0x99, 0x54, 0x98, 0x54, 0xb9, 0x54, 0x99, 0x54, 0xb9, 0x54, 0xb9, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xd9, 0x64, 0xd9, 0x64, 0xd9, 0x64, 0xd9, 0x64, 0xd9, 0x64, 0xda, 0x64, 0xda, 0x6c, 0xda, 0x6c, 0xfa, 0x6c, 0x1a, 0x6d, 0x1a, 0x6d, 0x3b, 0x75, 0x5b, 0x75, 0x7c, 0x75, 0x7c, 0x7d, 0x9c, 0x7d, 0x7c, 0x7d, 0x5b, 0x75, 0x3b, 0x6d, 0x5b, 0x75, 0x5b, 0x75, 0x1a, 0x6d, 0x1a, 0x6d, 0x3b, 0x6d, 0x7c, 0x75, 0x3b, 0x6d, 0x1a, 0x6d, 0x3b, 0x6d, 0x3b, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3b, 0x6d, 0x5c, 0x6d, 0x1b, 0x65, 0x1b, 0x65, 0x3c, 0x6d, 0x1b, 0x65, 0x3c, 0x6d, 0xde, 0x7d, 0x1f, 0x86, 0x1f, 0x86, 0xff, 0x7d, 0xff, 0x7d, 0xdf, 0x75, 0xbf, 0x75, 0x7f, 0x6d, 0x7e, 0x65, 0x1d, 0x55, 0xfd, 0x4c, 0xbc, 0x44, 0x9c, 0x3c, 0x9c, 0x3c, 0x7b, 0x34, 0x5b, 0x2c, 0x3a, 0x2c, 0x1a, 0x2c, 0x1a, 0x2c, 0xfa, 0x2b, 0xd9, 0x2b, 0xb9, 0x23, 0x98, 0x23, 0x77, 0x1b, 0x77, 0x1b, 0x77, 0x23, 0x77, 0x23, 0x57, 0x23, 0x56, 0x23, 0x76, 0x23, 0x77, 0x2b, 0x97, 0x2b, 0x97, 0x2b, 0xf8, 0x2b, 0x18, 0x34, 0x39, 0x3c, 0x79, 0x44, 0x9a, 0x4c, 0xba, 0x54, 0x3b, 0x75, 0xfd, 0x95, 0x9e, 0xb6, 0xff, 0xce, 0x7f, 0xe7, 0xbf, 0xf7, 0xdf, 0xff, 0xdf, 0xff, 0x7e, 0xf7, 0xfc, 0xe6, 0xbb, 0xde, 0xdc, 0xde, 0xfc, 0xe6, 0xdc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6,
0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x59, 0xd6, 0x59, 0xd6, 0x59, 0xd6, 0x59, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xce, 0x5b, 0xce, 0x9c, 0xd6, 0xdd, 0xde, 0x1e, 0xe7, 0x3f, 0xdf, 0x3f, 0xe7, 0x5f, 0xe7, 0x7f, 0xe7, 0x7f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xf7, 0xdf, 0xf7, 0xbf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xdf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xe7, 0x9f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xd7, 0x5f, 0xd7, 0x3f, 0xcf, 0xdf, 0xbe, 0x9e, 0xae, 0x5e, 0xa6, 0x5e, 0x9e, 0x3e, 0x96, 0x5f, 0x96, 0x3f, 0x96, 0xde, 0x85, 0x9d, 0x75, 0x5c, 0x6d, 0xda, 0x64, 0x16, 0x3c, 0xb5, 0x33, 0x73, 0x2b, 0x53, 0x2b, 0x53, 0x2b, 0x52, 0x2b, 0x31, 0x23, 0x11, 0x23, 0xf0, 0x22, 0xf0, 0x22, 0xd0, 0x22, 0xcf, 0x22, 0xcf, 0x22, 0xcf, 0x22, 0xcf, 0x22, 0xcf, 0x22, 0xcf, 0x2a, 0xcf, 0x2a, 0xf0, 0x32, 0xf0, 0x32, 0xf0, 0x32, 0xcf, 0x32, 0xaf, 0x32, 0xaf, 0x2a, 0xaf, 0x32, 0xaf, 0x2a, 0xcf, 0x32, 0xd0, 0x32, 0xf0, 0x32, 0xf0, 0x32, 0x10, 0x33, 0x10, 0x33, 0x10, 0x33, 0x10, 0x33, 0x11, 0x2b, 0x11, 0x2b, 0x11, 0x2b, 0x11, 0x2b, 0x11, 0x2b, 0x11, 0x2b, 0x32, 0x2b, 0x32, 0x2b, 0x32, 0x2b, 0x52, 0x2b, 0x53, 0x2b, 0x53, 0x2b, 0x73, 0x2b, 0x73, 0x2b, 0x74, 0x33, 0x74, 0x33, 0x94, 0x33, 0x94, 0x33, 0x94, 0x33, 0x94, 0x33, 0xb4, 0x33, 0xb5, 0x3b, 0xb5, 0x33, 0xd5, 0x3b, 0xd5, 0x3b, 0xd5, 0x3b, 0xd5, 0x3b, 0xd5, 0x3b, 0xf6, 0x3b, 0x16, 0x3c, 0xf6, 0x3b, 0xf6, 0x3b, 0x16, 0x44, 0x16, 0x44, 0x37, 0x44, 0x37, 0x44, 0x37, 0x44, 0x37, 0x44, 0x57, 0x4c, 0x58, 0x4c, 0x78, 0x4c, 0x78, 0x4c, 0x78, 0x4c, 0x78, 0x4c, 0x98, 0x54, 0x99, 0x54, 0x98, 0x54, 0x98, 0x54, 0x98, 0x54, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xb9, 0x64, 0xb9, 0x64, 0xd9, 0x64, 0xd9, 0x64, 0xd9, 0x6c, 0xf9, 0x6c, 0xf9, 0x6c, 0xfa, 0x6c, 0x1a, 0x6d, 0x3b, 0x6d, 0x5b, 0x75, 0x5b, 0x75, 0x7c, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x3b, 0x6d, 0x1b, 0x6d, 0x3b, 0x6d, 0x3b, 0x6d, 0xfa, 0x64, 0x1a, 0x6d, 0x3b, 0x6d, 0x7c, 0x75, 0x3b, 0x6d, 0x1b, 0x6d, 0x3b, 0x6d, 0x3b, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x1b, 0x65, 0x1b, 0x65, 0x1b, 0x65, 0x1c, 0x65, 0x7d, 0x75, 0xff, 0x85, 0x1f, 0x86, 0x1f, 0x86, 0xff, 0x7d, 0xdf, 0x75, 0xbf, 0x75, 0x9e, 0x6d, 0x5e, 0x65, 0x5e, 0x5d, 0xfd, 0x54, 0xdd, 0x4c, 0x9c, 0x44, 0x7b, 0x3c, 0x7b, 0x3c, 0x7b, 0x34, 0x7b, 0x34, 0x5b, 0x34, 0x1a, 0x2c, 0xfa, 0x2b, 0xd9, 0x2b, 0xb9, 0x23, 0xb8, 0x23, 0x98, 0x23, 0x97, 0x23, 0x97, 0x23, 0x97, 0x23, 0x97, 0x23, 0x77, 0x23, 0x77, 0x23, 0x97, 0x2b, 0xb7, 0x2b, 0xb8, 0x33, 0xb8, 0x33, 0x18, 0x2c, 0x19, 0x34, 0x39, 0x34, 0x59, 0x3c, 0x7a, 0x44, 0x79, 0x4c, 0xda, 0x5c, 0x7c, 0x7d, 0x5e, 0xa6, 0xdf, 0xbe, 0x5f, 0xd7, 0x9f, 0xe7, 0xbf, 0xf7, 0xff, 0xff, 0xbf, 0xff, 0x5e, 0xef, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbb, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6,
0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x7a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x59, 0xd6, 0x59, 0xd6, 0x39, 0xd6, 0x39, 0xd6, 0x39, 0xd6, 0x39, 0xd6, 0x39, 0xd6, 0x39, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x7b, 0xd6, 0xbc, 0xd6, 0xfd, 0xde, 0x1e, 0xe7, 0x3f, 0xdf, 0x3f, 0xe7, 0x5f, 0xe7, 0x7f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xf7, 0xbf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xdf, 0x7f, 0xdf, 0x7f, 0xd7, 0x7f, 0xdf, 0x7f, 0xd7, 0x3f, 0xcf, 0xff, 0xbe, 0x9f, 0xae, 0x5e, 0xa6, 0x5e, 0x9e, 0x5f, 0x96, 0x3f, 0x96, 0x3f, 0x8e, 0x3f, 0x96, 0xff, 0x8d, 0x7c, 0x75, 0x1b, 0x6d, 0xfa, 0x64, 0x57, 0x44, 0xf5, 0x33, 0x73, 0x2b, 0x53, 0x23, 0x73, 0x2b, 0x52, 0x2b, 0x32, 0x23, 0x11, 0x23, 0xf0, 0x22, 0xf0, 0x22, 0xf0, 0x22, 0xd0, 0x22, 0xcf, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xae, 0x22, 0xaf, 0x2a, 0xcf, 0x2a, 0xf0, 0x32, 0xf0, 0x32, 0xf0, 0x32, 0xd0, 0x32, 0xcf, 0x2a, 0xaf, 0x2a, 0xaf, 0x2a, 0xaf, 0x2a, 0xaf, 0x2a, 0xcf, 0x2a, 0xef, 0x2a, 0xf0, 0x32, 0x10, 0x33, 0x10, 0x33, 0x10, 0x33, 0x11, 0x33, 0x11, 0x33, 0x11, 0x33, 0x11, 0x2b, 0x11, 0x2b, 0x11, 0x2b, 0x31, 0x2b, 0x32, 0x2b, 0x32, 0x2b, 0x32, 0x2b, 0x32, 0x2b, 0x53, 0x2b, 0x53, 0x2b, 0x53, 0x2b, 0x73, 0x33, 0x74, 0x33, 0x94, 0x33, 0x94, 0x33, 0x94, 0x33, 0x94, 0x33, 0x94, 0x33, 0xb4, 0x3b, 0xb4, 0x3b, 0xd5, 0x3b, 0xd5, 0x3b, 0xd5, 0x3b, 0xd5, 0x3b, 0xf5, 0x3b, 0xf5, 0x3b, 0xf6, 0x3b, 0xf6, 0x43, 0xf6, 0x43, 0x16, 0x44, 0x16, 0x44, 0x36, 0x44, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x57, 0x4c, 0x57, 0x4c, 0x57, 0x4c, 0x77, 0x54, 0x77, 0x54, 0x78, 0x54, 0x78, 0x54, 0x98, 0x54, 0x98, 0x54, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x5c, 0xb8, 0x64, 0xb9, 0x64, 0xd9, 0x64, 0xd9, 0x64, 0xd9, 0x6c, 0xf9, 0x6c, 0x1a, 0x6d, 0x1a, 0x6d, 0x1a, 0x75, 0x3b, 0x6d, 0x5b, 0x6d, 0x5c, 0x75, 0x7c, 0x75, 0x5c, 0x75, 0x5c, 0x6d, 0x3b, 0x6d, 0x3b, 0x6d, 0x1b, 0x65, 0x1b, 0x65, 0x1b, 0x65, 0x1b, 0x65, 0xfa, 0x64, 0xda, 0x64, 0x1a, 0x65, 0x5b, 0x75, 0x5b, 0x6d, 0x3b, 0x6d, 0x1a, 0x65, 0x1b, 0x6d, 0x3b, 0x6d, 0x5c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3c, 0x65, 0x3c, 0x65, 0x1b, 0x65, 0xfb, 0x64, 0x3c, 0x6d, 0xbe, 0x7d, 0x1f, 0x86, 0x1f, 0x86, 0xff, 0x7d, 0xdf, 0x7d, 0xbf, 0x75, 0x9e, 0x6d, 0x7e, 0x6d, 0x5e, 0x65, 0x3e, 0x5d, 0xfd, 0x54, 0xdc, 0x4c, 0xbc, 0x44, 0x9c, 0x3c, 0x7b, 0x3c, 0x7b, 0x34, 0x7b, 0x34, 0x7b, 0x34, 0x1a, 0x2c, 0xf9, 0x2b, 0xd9, 0x2b, 0xb8, 0x23, 0x98, 0x23, 0x98, 0x23, 0x98, 0x23, 0xb8, 0x23, 0x97, 0x23, 0x97, 0x23, 0x97, 0x2b, 0xb7, 0x2b, 0xb8, 0x2b, 0xd8, 0x33, 0xd8, 0x33, 0xf8, 0x33, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x34, 0x3a, 0x3c, 0x19, 0x3c, 0x59, 0x4c, 0xda, 0x5c, 0xbd, 0x85, 0x7e, 0xa6, 0x1f, 0xc7, 0x5f, 0xd7, 0x9f, 0xe7, 0xdf, 0xff, 0xdf, 0xff, 0x9f, 0xff, 0x1d, 0xe7, 0xfc, 0xde, 0xdb, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbb, 0xde, 0xbb, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6,
0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x3a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xd6, 0x39, 0xce, 0x19, 0xd6, 0x19, 0xce, 0x19, 0xce, 0x39, 0xce, 0x19, 0xce, 0x39, 0xce, 0x5a, 0xce, 0x9c, 0xd6, 0xdd, 0xde, 0x1e, 0xdf, 0x1e, 0xe7, 0x3f, 0xdf, 0x5f, 0xe7, 0x7f, 0xe7, 0x9f, 0xe7, 0x9f, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x9f, 0xdf, 0x9f, 0xd7, 0x5f, 0xcf, 0x1f, 0xbf, 0x9f, 0xae, 0x5e, 0xa6, 0x3e, 0x9e, 0x3f, 0x96, 0x3f, 0x96, 0x3f, 0x8e, 0x3f, 0x8e, 0x3f, 0x96, 0x3f, 0x96, 0x9d, 0x7d, 0xda, 0x64, 0x99, 0x5c, 0x78, 0x44, 0xf6, 0x3b, 0x94, 0x2b, 0x73, 0x2b, 0x53, 0x2b, 0x52, 0x2b, 0x32, 0x23, 0x11, 0x23, 0xf0, 0x22, 0xf0, 0x22, 0xf0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xaf, 0x2a, 0xcf, 0x2a, 0xd0, 0x2a, 0xf0, 0x32, 0xf0, 0x32, 0xd0, 0x2a, 0xcf, 0x2a, 0xcf, 0x2a, 0xaf, 0x2a, 0xaf, 0x2a, 0xcf, 0x2a, 0xd0, 0x2a, 0xf0, 0x2a, 0x10, 0x33, 0x11, 0x33, 0x11, 0x2b, 0x11, 0x33, 0x11, 0x33, 0x11, 0x2b, 0x11, 0x2b, 0x11, 0x2b, 0x32, 0x33, 0x32, 0x2b, 0x32, 0x2b, 0x32, 0x2b, 0x32, 0x2b, 0x32, 0x2b, 0x53, 0x33, 0x53, 0x2b, 0x73, 0x33, 0x73, 0x33, 0x73, 0x33, 0x93, 0x33, 0x73, 0x33, 0x93, 0x33, 0x94, 0x33, 0x94, 0x33, 0xb4, 0x3b, 0xb4, 0x3b, 0xd5, 0x3b, 0xd5, 0x3b, 0xd5, 0x3b, 0xd5, 0x3b, 0xf5, 0x3b, 0xf5, 0x3b, 0xf6, 0x43, 0xf6, 0x43, 0x16, 0x44, 0x16, 0x44, 0x16, 0x44, 0x36, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x57, 0x4c, 0x57, 0x54, 0x57, 0x54, 0x78, 0x54, 0x78, 0x54, 0x78, 0x54, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0xb8, 0x5c, 0xb9, 0x5c, 0xb9, 0x64, 0xd9, 0x64, 0xd9, 0x64, 0xd9, 0x64, 0xd9, 0x64, 0xf9, 0x64, 0x1a, 0x6d, 0x1a, 0x6d, 0x1a, 0x6d, 0x1a, 0x6d, 0x3a, 0x75, 0x3b, 0x6d, 0x5b, 0x6d, 0x5c, 0x6d, 0x3b, 0x6d, 0x3b, 0x6d, 0x3b, 0x65, 0x1b, 0x65, 0xfb, 0x64, 0xfb, 0x5c, 0xfb, 0x64, 0x1b, 0x65, 0xfa, 0x64, 0xda, 0x5c, 0xda, 0x64, 0x3b, 0x6d, 0x7c, 0x75, 0x3b, 0x6d, 0x1b, 0x6d, 0x1a, 0x65, 0x1b, 0x6d, 0x3b, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x1b, 0x65, 0x1b, 0x65, 0x1b, 0x65, 0xfb, 0x64, 0x5c, 0x6d, 0xff, 0x85, 0x3f, 0x8e, 0x1f, 0x86, 0xff, 0x7d, 0xdf, 0x75, 0x9e, 0x75, 0x7e, 0x6d, 0x5e, 0x65, 0x5e, 0x65, 0x3e, 0x5d, 0x1d, 0x55, 0xfd, 0x54, 0xfd, 0x4c, 0xdc, 0x44, 0xbc, 0x44, 0x7b, 0x3c, 0x5b, 0x34, 0x5a, 0x34, 0xf9, 0x2b, 0xd9, 0x2b, 0xd8, 0x23, 0xb8, 0x23, 0xb8, 0x23, 0xb8, 0x23, 0xb8, 0x2b, 0xb8, 0x2b, 0xb8, 0x2b, 0xb8, 0x2b, 0xb8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x33, 0xf8, 0x33, 0xf8, 0x33, 0x19, 0x2c, 0x19, 0x2c, 0xf9, 0x2b, 0xf9, 0x2b, 0x1a, 0x34, 0x1a, 0x34, 0x3a, 0x3c, 0x7a, 0x4c, 0x3b, 0x6d, 0xfd, 0x8d, 0xdf, 0xb6, 0x1f, 0xcf, 0x5f, 0xdf, 0xbf, 0xf7, 0xff, 0xff, 0xdf, 0xff, 0x5e, 0xef, 0xfc, 0xe6, 0xbb, 0xde, 0xdc, 0xde, 0xfc, 0xe6, 0xdb, 0xde, 0xbb, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbb, 0xde, 0x9b, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6,
0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x18, 0xce, 0xf8, 0xcd, 0xf8, 0xcd, 0xf8, 0xcd, 0x18, 0xce, 0x19, 0xce, 0x19, 0xce, 0x5a, 0xce, 0xbc, 0xd6, 0xfd, 0xde, 0x1e, 0xe7, 0x1f, 0xe7, 0x5f, 0xdf, 0x5f, 0xe7, 0x7f, 0xe7, 0x9f, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xf7, 0xdf, 0xf7, 0xbf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xdf, 0x7f, 0xdf, 0x9f, 0xd7, 0x5f, 0xcf, 0x1f, 0xc7, 0xbf, 0xb6, 0x5e, 0xa6, 0x3e, 0x96, 0x3e, 0x96, 0x5f, 0x96, 0x1f, 0x8e, 0x3f, 0x8e, 0x3f, 0x8e, 0x1f, 0x8e, 0x3f, 0x96, 0xde, 0x8d, 0xfa, 0x6c, 0x58, 0x5c, 0x57, 0x44, 0xf6, 0x3b, 0xb5, 0x33, 0x94, 0x2b, 0x73, 0x2b, 0x32, 0x23, 0x32, 0x23, 0x11, 0x23, 0xf0, 0x22, 0xf0, 0x22, 0xf0, 0x22, 0xf0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0x8f, 0x22, 0xaf, 0x22, 0xd0, 0x2a, 0xd0, 0x2a, 0xf0, 0x32, 0xf0, 0x2a, 0xf0, 0x2a, 0xd0, 0x2a, 0xf0, 0x2a, 0xd0, 0x2a, 0xd0, 0x2a, 0xd0, 0x2a, 0xd0, 0x2a, 0x11, 0x2b, 0xf1, 0x2a, 0xf1, 0x2a, 0x11, 0x2b, 0x11, 0x2b, 0x11, 0x33, 0x32, 0x33, 0x32, 0x33, 0x32, 0x33, 0x32, 0x33, 0x32, 0x33, 0x52, 0x33, 0x53, 0x33, 0x53, 0x33, 0x53, 0x33, 0x53, 0x33, 0x73, 0x33, 0x73, 0x33, 0x93, 0x33, 0x74, 0x33, 0x74, 0x33, 0x74, 0x33, 0x94, 0x33, 0x94, 0x33, 0xb4, 0x33, 0xb5, 0x3b, 0xd5, 0x3b, 0xd5, 0x3b, 0xd5, 0x3b, 0xd5, 0x3b, 0xd5, 0x3b, 0xd6, 0x3b, 0xf6, 0x43, 0xf6, 0x43, 0x16, 0x44, 0x16, 0x44, 0x16, 0x44, 0x36, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x36, 0x4c, 0x37, 0x4c, 0x57, 0x4c, 0x57, 0x54, 0x78, 0x54, 0x78, 0x54, 0x98, 0x54, 0x98, 0x54, 0xb9, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xd9, 0x64, 0xd9, 0x64, 0xfa, 0x64, 0xfa, 0x64, 0xfa, 0x64, 0xfa, 0x64, 0xfa, 0x64, 0x1a, 0x65, 0x1a, 0x65, 0x1a, 0x6d, 0x1a, 0x6d, 0x1a, 0x6d, 0x1a, 0x6d, 0x1b, 0x6d, 0x3b, 0x65, 0x1b, 0x65, 0x1b, 0x65, 0xfb, 0x64, 0xfb, 0x5c, 0xfb, 0x5c, 0xfb, 0x5c, 0xda, 0x5c, 0xfb, 0x5c, 0xfb, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xfa, 0x64, 0x3b, 0x6d, 0x7c, 0x75, 0x1b, 0x6d, 0x1a, 0x65, 0x1b, 0x65, 0x3b, 0x6d, 0x3b, 0x6d, 0x3c, 0x6d, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1b, 0x65, 0x1b, 0x65, 0x1b, 0x65, 0x1b, 0x65, 0x9d, 0x75, 0x3f, 0x8e, 0x3f, 0x8e, 0xff, 0x7d, 0xdf, 0x7d, 0xbe, 0x75, 0x9e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x5e, 0x65, 0x5e, 0x5d, 0x3e, 0x5d, 0x3e, 0x55, 0x1d, 0x55, 0xdc, 0x4c, 0x9c, 0x3c, 0x7b, 0x34, 0x3a, 0x34, 0x19, 0x2c, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xb8, 0x2b, 0xb8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xb8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xf8, 0x2b, 0xf8, 0x2b, 0xd8, 0x2b, 0xd9, 0x2b, 0xfa, 0x2b, 0xfa, 0x33, 0x1a, 0x34, 0x5a, 0x44, 0xba, 0x54, 0x9c, 0x7d, 0x9f, 0xa6, 0xff, 0xbe, 0x3f, 0xd7, 0x9f, 0xef, 0xdf, 0xff, 0xdf, 0xff, 0x9e, 0xf7, 0x1c, 0xe7, 0xbb, 0xde, 0xdb, 0xde, 0xdc, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6,
0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0xf8, 0xc5, 0xf8, 0xcd, 0xf8, 0xcd, 0xd8, 0xcd, 0xf7, 0xcd, 0xd8, 0xcd, 0xd8, 0xc5, 0xf8, 0xc5, 0x19, 0xce, 0x7b, 0xd6, 0xbc, 0xde, 0xfe, 0xde, 0x1e, 0xdf, 0x1f, 0xdf, 0x5f, 0xdf, 0x7f, 0xe7, 0x9f, 0xe7, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xff, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xd7, 0x3f, 0xc7, 0xdf, 0xb6, 0x5e, 0xa6, 0x3d, 0x9e, 0x1e, 0x96, 0x3e, 0x96, 0x3f, 0x96, 0x1f, 0x8e, 0x3f, 0x8e, 0x1f, 0x8e, 0xff, 0x8d, 0x1f, 0x8e, 0x1f, 0x96, 0x7c, 0x7d, 0xb9, 0x64, 0x37, 0x44, 0x16, 0x3c, 0xd5, 0x33, 0x94, 0x33, 0x73, 0x2b, 0x32, 0x23, 0x32, 0x23, 0x11, 0x23, 0xf0, 0x22, 0xf0, 0x22, 0xf0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xb0, 0x22, 0xb0, 0x2a, 0xb0, 0x2a, 0xd0, 0x2a, 0xd0, 0x2a, 0xf0, 0x2a, 0xf0, 0x2a, 0xf1, 0x2a, 0xf1, 0x2a, 0x11, 0x2b, 0xf0, 0x2a, 0x11, 0x2b, 0xf1, 0x2a, 0xf1, 0x2a, 0xf1, 0x2a, 0x11, 0x2b, 0x31, 0x2b, 0x32, 0x33, 0x52, 0x33, 0x53, 0x33, 0x53, 0x33, 0x53, 0x33, 0x73, 0x3b, 0x73, 0x3b, 0x74, 0x3b, 0x74, 0x3b, 0x74, 0x3b, 0x93, 0x2b, 0x94, 0x33, 0x94, 0x33, 0x94, 0x33, 0x94, 0x33, 0x94, 0x33, 0xb4, 0x33, 0xb5, 0x33, 0xb5, 0x33, 0xd5, 0x3b, 0xd5, 0x3b, 0xd6, 0x3b, 0xd6, 0x3b, 0xf6, 0x3b, 0xf6, 0x3b, 0xf6, 0x3b, 0x16, 0x44, 0x16, 0x44, 0x16, 0x44, 0x16, 0x44, 0x37, 0x44, 0x37, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x57, 0x4c, 0x58, 0x4c, 0x78, 0x54, 0x98, 0x54, 0x98, 0x54, 0x98, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x64, 0xfa, 0x64, 0xfa, 0x64, 0x1a, 0x65, 0x1b, 0x65, 0xfa, 0x64, 0xfa, 0x5c, 0xfa, 0x5c, 0xfa, 0x5c, 0xfa, 0x5c, 0xfa, 0x5c, 0xfa, 0x5c, 0xfa, 0x5c, 0xfa, 0x64, 0xfa, 0x64, 0xfa, 0x5c, 0xfa, 0x5c, 0xda, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x54, 0xda, 0x54, 0xfb, 0x5c, 0xfb, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0x1b, 0x65, 0x3b, 0x6d, 0x5c, 0x6d, 0x1a, 0x65, 0x1a, 0x65, 0x1b, 0x65, 0x3b, 0x6d, 0x5c, 0x6d, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0x1b, 0x65, 0x1b, 0x65, 0x1b, 0x65, 0x5c, 0x6d, 0xde, 0x7d, 0x3f, 0x8e, 0x1f, 0x86, 0x1f, 0x7e, 0xff, 0x7d, 0xdf, 0x7d, 0xbf, 0x75, 0xbf, 0x75, 0x9f, 0x6d, 0x7e, 0x6d, 0x7e, 0x65, 0x5e, 0x5d, 0x1d, 0x55, 0xdc, 0x4c, 0x9b, 0x3c, 0x5a, 0x3c, 0x3a, 0x34, 0x19, 0x2c, 0xf9, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xf8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xb8, 0x2b, 0xd7, 0x2b, 0xd7, 0x2b, 0xd8, 0x2b, 0xb8, 0x23, 0xb9, 0x23, 0xda, 0x2b, 0xda, 0x2b, 0xda, 0x2b, 0x1a, 0x34, 0x7a, 0x44, 0x3b, 0x65, 0x1d, 0x96, 0xde, 0xb6, 0x3f, 0xcf, 0x7f, 0xe7, 0xbf, 0xff, 0xdf, 0xff, 0xbf, 0xff, 0x5d, 0xef, 0xdb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xbc, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6,
0x59, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0xf9, 0xcd, 0xf9, 0xcd, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xcd, 0xf8, 0xcd, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xb7, 0xc5, 0xf8, 0xcd, 0x3a, 0xce, 0x9c, 0xd6, 0xdd, 0xde, 0x1e, 0xdf, 0x1e, 0xdf, 0x1f, 0xdf, 0x7f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0xbf, 0xef, 0xbf, 0xef, 0xdf, 0xef, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xff, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xbf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x7f, 0xdf, 0x5f, 0xdf, 0x3f, 0xcf, 0xff, 0xbe, 0x7e, 0xae, 0x3d, 0xa6, 0x1d, 0x96, 0x1e, 0x96, 0x1e, 0x8e, 0x1f, 0x8e, 0x1f, 0x8e, 0x1f, 0x86, 0x1f, 0x8e, 0xff, 0x8d, 0xde, 0x8d, 0x1f, 0x96, 0xdd, 0x8d, 0x1a, 0x75, 0x78, 0x4c, 0x16, 0x44, 0xd5, 0x33, 0x94, 0x33, 0x73, 0x2b, 0x52, 0x2b, 0x32, 0x23, 0x11, 0x23, 0xf1, 0x22, 0xf0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xd0, 0x22, 0xb0, 0x2a, 0xaf, 0x22, 0xaf, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xaf, 0x22, 0xb0, 0x22, 0xb0, 0x2a, 0xd0, 0x2a, 0xf0, 0x2a, 0xf0, 0x2a, 0x11, 0x2b, 0x11, 0x2b, 0x11, 0x2b, 0x11, 0x2b, 0x11, 0x2b, 0x11, 0x2b, 0x11, 0x2b, 0x12, 0x2b, 0x32, 0x33, 0x32, 0x33, 0x53, 0x33, 0x53, 0x33, 0x53, 0x33, 0x73, 0x3b, 0x74, 0x3b, 0x94, 0x3b, 0x94, 0x3b, 0x94, 0x3b, 0x94, 0x3b, 0x94, 0x33, 0xb5, 0x33, 0xb5, 0x33, 0xb5, 0x33, 0xb5, 0x33, 0xd5, 0x33, 0xd5, 0x33, 0xd6, 0x3b, 0xf6, 0x3b, 0xf6, 0x3b, 0xf6, 0x3b, 0xf6, 0x3b, 0xf6, 0x3b, 0xf6, 0x3b, 0x17, 0x44, 0x37, 0x44, 0x37, 0x44, 0x37, 0x44, 0x37, 0x44, 0x37, 0x44, 0x57, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x78, 0x54, 0x98, 0x54, 0x99, 0x54, 0xb9, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xd9, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x54, 0xda, 0x54, 0xda, 0x54, 0xda, 0x54, 0xda, 0x54, 0xda, 0x54, 0xda, 0x54, 0xda, 0x54, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x54, 0xda, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xda, 0x54, 0xfb, 0x5c, 0xdb, 0x54, 0xda, 0x54, 0xfb, 0x5c, 0x3c, 0x65, 0x5c, 0x6d, 0x1b, 0x65, 0x1a, 0x65, 0x1a, 0x65, 0x1b, 0x65, 0x3b, 0x6d, 0x5c, 0x6d, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1b, 0x5d, 0x3c, 0x65, 0x1b, 0x65, 0xfb, 0x64, 0x9d, 0x75, 0x1f, 0x86, 0x3f, 0x8e, 0x1f, 0x86, 0x1f, 0x7e, 0xff, 0x7d, 0xdf, 0x7d, 0xbf, 0x75, 0xbf, 0x6d, 0x7e, 0x6d, 0x5e, 0x65, 0x5e, 0x65, 0xfd, 0x54, 0xdc, 0x4c, 0x7b, 0x44, 0x3a, 0x34, 0x39, 0x34, 0x19, 0x34, 0x19, 0x2c, 0xf9, 0x2b, 0xf8, 0x2b, 0xf8, 0x2b, 0xf8, 0x2b, 0xf8, 0x2b, 0xf8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xf8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xb8, 0x2b, 0xb7, 0x23, 0xb7, 0x23, 0xb7, 0x23, 0x96, 0x23, 0xb7, 0x2b, 0x98, 0x23, 0x98, 0x23, 0xba, 0x23, 0x9a, 0x23, 0xba, 0x23, 0xfa, 0x2b, 0x3a, 0x3c, 0xba, 0x54, 0x9c, 0x7d, 0x7d, 0xa6, 0xfe, 0xce, 0x3e, 0xdf, 0x7e, 0xf7, 0xdf, 0xff, 0xff, 0xff, 0x9e, 0xf7, 0x1c, 0xe7, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xbc, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6,
0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd7, 0xc5, 0xb7, 0xc5, 0xd7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xf8, 0xcd, 0x5a, 0xd6, 0xbc, 0xde, 0xfd, 0xde, 0x1e, 0xe7, 0x1f, 0xe7, 0x3f, 0xdf, 0x7f, 0xe7, 0x9f, 0xe7, 0xbf, 0xef, 0xbf, 0xef, 0xdf, 0xef, 0xdf, 0xef, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xf7, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xbf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xdf, 0x7f, 0xdf, 0x5f, 0xdf, 0x1f, 0xc7, 0xbe, 0xb6, 0x5d, 0xa6, 0x1d, 0x9e, 0x1d, 0x96, 0x1e, 0x96, 0x1e, 0x8e, 0xfe, 0x85, 0x1f, 0x86, 0xde, 0x85, 0x1f, 0x8e, 0x1f, 0x8e, 0xde, 0x8d, 0xfe, 0x8d, 0xfe, 0x95, 0x3b, 0x7d, 0x98, 0x54, 0x37, 0x44, 0xb5, 0x33, 0x74, 0x2b, 0x73, 0x2b, 0x52, 0x2b, 0x32, 0x23, 0x11, 0x23, 0x11, 0x23, 0xf0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xaf, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xb0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x2a, 0xf0, 0x2a, 0xf0, 0x2a, 0x11, 0x2b, 0x11, 0x2b, 0x12, 0x2b, 0x32, 0x2b, 0x32, 0x2b, 0x32, 0x2b, 0x32, 0x33, 0x33, 0x33, 0x53, 0x33, 0x74, 0x3b, 0x74, 0x3b, 0x94, 0x3b, 0xb5, 0x43, 0xb5, 0x43, 0xb5, 0x43, 0x95, 0x43, 0xb5, 0x33, 0xd5, 0x33, 0xd5, 0x33, 0xd5, 0x33, 0xd6, 0x33, 0xf6, 0x3b, 0xf6, 0x3b, 0xf6, 0x3b, 0x17, 0x3c, 0x17, 0x3c, 0x17, 0x3c, 0x17, 0x3c, 0x17, 0x44, 0x17, 0x44, 0x37, 0x44, 0x58, 0x44, 0x37, 0x44, 0x57, 0x44, 0x57, 0x44, 0x58, 0x4c, 0x58, 0x4c, 0x78, 0x4c, 0x78, 0x4c, 0x78, 0x54, 0x99, 0x54, 0x99, 0x54, 0xb9, 0x5c, 0xb9, 0x5c, 0xd9, 0x5c, 0xb9, 0x5c, 0xd9, 0x5c, 0xb9, 0x5c, 0xda, 0x5c, 0xba, 0x5c, 0xda, 0x5c, 0xba, 0x54, 0xba, 0x54, 0xba, 0x54, 0xb9, 0x54, 0xba, 0x54, 0xba, 0x54, 0xba, 0x54, 0xba, 0x4c, 0xba, 0x4c, 0xb9, 0x4c, 0xb9, 0x4c, 0xba, 0x4c, 0xba, 0x4c, 0xba, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xdb, 0x5c, 0xdb, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xfb, 0x54, 0xdb, 0x54, 0xda, 0x54, 0x1b, 0x5d, 0x5c, 0x6d, 0x5c, 0x6d, 0x1b, 0x65, 0x1a, 0x65, 0x1a, 0x65, 0x1b, 0x65, 0x3b, 0x6d, 0x5c, 0x6d, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1b, 0x5d, 0x3c, 0x65, 0x1b, 0x65, 0xfb, 0x64, 0xbe, 0x75, 0x3f, 0x8e, 0x1f, 0x8e, 0xfe, 0x85, 0xff, 0x7d, 0xdf, 0x7d, 0xbe, 0x75, 0x9e, 0x6d, 0x7e, 0x65, 0x3d, 0x65, 0x1d, 0x5d, 0xfc, 0x54, 0x9b, 0x4c, 0x7a, 0x44, 0x5a, 0x3c, 0x3a, 0x34, 0x3a, 0x34, 0x39, 0x34, 0x19, 0x2c, 0xf8, 0x2b, 0x18, 0x34, 0xf8, 0x33, 0xf8, 0x33, 0xf8, 0x33, 0xf8, 0x2b, 0xf8, 0x2b, 0xf8, 0x2b, 0xf8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xb8, 0x2b, 0xb7, 0x23, 0x97, 0x23, 0x97, 0x23, 0x97, 0x23, 0x97, 0x23, 0x76, 0x23, 0x97, 0x23, 0x77, 0x23, 0x78, 0x23, 0x99, 0x23, 0x9a, 0x23, 0xba, 0x23, 0xfa, 0x2b, 0x19, 0x34, 0x79, 0x4c, 0x3a, 0x6d, 0x3c, 0x9e, 0xdd, 0xc6, 0x1d, 0xdf, 0x5e, 0xf7, 0xbf, 0xff, 0xff, 0xff, 0xbf, 0xff, 0x3d, 0xef, 0xbb, 0xde, 0xbb, 0xde, 0xdb, 0xde, 0xdb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xde, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6,
0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x38, 0xce, 0x38, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x18, 0xce, 0x18, 0xce, 0x18, 0xce, 0x18, 0xce, 0x18, 0xce, 0x18, 0xce, 0x18, 0xce, 0xf8, 0xcd, 0xf8, 0xcd, 0xf8, 0xcd, 0xf8, 0xcd, 0xf8, 0xcd, 0xf8, 0xcd, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd7, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xcd, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xb7, 0xc5, 0x97, 0xbd, 0xd8, 0xc5, 0x19, 0xce, 0x7b, 0xd6, 0xdc, 0xde, 0xfe, 0xde, 0x1e, 0xdf, 0x1f, 0xdf, 0x5f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0xbf, 0xef, 0xdf, 0xef, 0xdf, 0xf7, 0xdf, 0xf7, 0xbf, 0xf7, 0xdf, 0xf7, 0xbf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xf7, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xbf, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0xbf, 0xef, 0x7f, 0xe7, 0x7f, 0xef, 0x9f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x7f, 0xdf, 0x5f, 0xd7, 0x1f, 0xbf, 0xdf, 0xb6, 0x5f, 0xa6, 0x1e, 0x9e, 0xfe, 0x95, 0xfe, 0x95, 0xfe, 0x8d, 0xde, 0x85, 0xde, 0x8d, 0xfe, 0x85, 0xde, 0x8d, 0xfe, 0x8d, 0xde, 0x8d, 0xde, 0x8d, 0xde, 0x8d, 0xde, 0x8d, 0xfa, 0x64, 0x37, 0x4c, 0x95, 0x33, 0x94, 0x33, 0x74, 0x33, 0x53, 0x2b, 0x32, 0x2b, 0xf1, 0x22, 0xf1, 0x22, 0xf1, 0x22, 0xf1, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xb0, 0x1a, 0xaf, 0x1a, 0xd0, 0x1a, 0xd0, 0x22, 0xaf, 0x1a, 0xaf, 0x1a, 0xd0, 0x22, 0xd0, 0x22, 0xaf, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xf0, 0x22, 0xf1, 0x22, 0x11, 0x2b, 0x12, 0x23, 0x32, 0x23, 0x32, 0x23, 0x32, 0x2b, 0x52, 0x2b, 0x52, 0x2b, 0x53, 0x33, 0x73, 0x3b, 0xb4, 0x3b, 0xd5, 0x43, 0xf5, 0x43, 0xf5, 0x43, 0xd4, 0x3b, 0xb4, 0x33, 0x95, 0x33, 0xb5, 0x33, 0xb5, 0x33, 0xb6, 0x33, 0xd6, 0x3b, 0xf6, 0x3b, 0xf6, 0x3b, 0xf7, 0x3b, 0x17, 0x3c, 0x17, 0x3c, 0x17, 0x3c, 0x17, 0x3c, 0x17, 0x3c, 0x37, 0x44, 0x58, 0x44, 0x58, 0x44, 0x57, 0x44, 0x57, 0x44, 0x78, 0x4c, 0x78, 0x4c, 0x78, 0x4c, 0x98, 0x4c, 0x99, 0x54, 0xb9, 0x54, 0x98, 0x54, 0xb9, 0x54, 0xfa, 0x5c, 0xfa, 0x5c, 0xda, 0x5c, 0xb9, 0x54, 0x99, 0x54, 0xb9, 0x54, 0x99, 0x4c, 0x99, 0x4c, 0xb9, 0x4c, 0xb9, 0x4c, 0xb9, 0x4c, 0xb9, 0x4c, 0x99, 0x4c, 0x99, 0x44, 0xda, 0x4c, 0xda, 0x4c, 0xda, 0x4c, 0xba, 0x44, 0xba, 0x44, 0xba, 0x4c, 0xda, 0x4c, 0xda, 0x4c, 0xfb, 0x54, 0xda, 0x54, 0xda, 0x4c, 0xdb, 0x54, 0xfb, 0x54, 0xfb, 0x54, 0xfb, 0x54, 0xdb, 0x54, 0xba, 0x4c, 0xfb, 0x5c, 0xda, 0x54, 0xb9, 0x54, 0x3b, 0x65, 0x5b, 0x6d, 0x1a, 0x65, 0x1a, 0x65, 0x1a, 0x65, 0x1b, 0x65, 0x3b, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x3b, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0xfb, 0x5c, 0x5d, 0x65, 0xff, 0x7d, 0xff, 0x7d, 0xbf, 0x75, 0xdf, 0x75, 0xbf, 0x6d, 0xbf, 0x6d, 0x9e, 0x65, 0x5d, 0x5d, 0x3c, 0x55, 0xfc, 0x4c, 0xdb, 0x44, 0xbb, 0x44, 0x7a, 0x3c, 0x7a, 0x3c, 0x5a, 0x3c, 0x3a, 0x34, 0x39, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x2c, 0xf8, 0x2b, 0xf8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xb8, 0x2b, 0xb8, 0x2b, 0x98, 0x2b, 0x98, 0x23, 0x78, 0x23, 0x78, 0x23, 0x57, 0x23, 0x57, 0x23, 0x57, 0x23, 0x57, 0x23, 0x77, 0x23, 0x77, 0x1b, 0x77, 0x1b, 0x77, 0x1b, 0x97, 0x23, 0x98, 0x2b, 0xb8, 0x33, 0xf9, 0x33, 0x5a, 0x3c, 0xfb, 0x4c, 0xdd, 0x7d, 0xbf, 0xa6, 0x1f, 0xcf, 0x3f, 0xe7, 0x9f, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0x7e, 0xf7, 0xdc, 0xde, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0x9a, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xd6, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xde, 0x9b, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6,
0x39, 0xce, 0x38, 0xce, 0x38, 0xce, 0x18, 0xce, 0x18, 0xce, 0x18, 0xce, 0x18, 0xce, 0x18, 0xce, 0x18, 0xce, 0x18, 0xce, 0x18, 0xce, 0x18, 0xce, 0x18, 0xce, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xcd, 0xf8, 0xcd, 0xf8, 0xcd, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd7, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd7, 0xc5, 0xb8, 0xc5, 0xd8, 0xc5, 0x3a, 0xce, 0x9b, 0xd6, 0xdd, 0xde, 0xfe, 0xde, 0xfe, 0xde, 0x1e, 0xdf, 0x5f, 0xe7, 0x9f, 0xe7, 0xbf, 0xe7, 0xbf, 0xef, 0xdf, 0xef, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xf7, 0xdf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0xbf, 0xef, 0x7f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xe7, 0x9f, 0xdf, 0x7f, 0xdf, 0x5f, 0xd7, 0x1f, 0xbf, 0xbf, 0xb6, 0x3e, 0xa6, 0xfd, 0x95, 0xfd, 0x95, 0xfe, 0x8d, 0xfe, 0x8d, 0xde, 0x8d, 0xde, 0x85, 0xde, 0x85, 0xde, 0x8d, 0xde, 0x8d, 0xde, 0x8d, 0xde, 0x8d, 0xde, 0x8d, 0xde, 0x8d, 0x5b, 0x6d, 0x78, 0x54, 0xd6, 0x3b, 0x94, 0x33, 0x73, 0x33, 0x53, 0x2b, 0x32, 0x2b, 0x12, 0x2b, 0xf1, 0x22, 0xf1, 0x22, 0xd0, 0x22, 0xd0, 0x1a, 0xb0, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xd0, 0x22, 0xd0, 0x1a, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xb0, 0x22, 0xaf, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xf1, 0x22, 0xf1, 0x22, 0x11, 0x23, 0x12, 0x23, 0x12, 0x23, 0x32, 0x23, 0x32, 0x2b, 0x52, 0x2b, 0x53, 0x2b, 0x53, 0x33, 0x74, 0x3b, 0x94, 0x3b, 0xb4, 0x3b, 0xb4, 0x3b, 0x94, 0x33, 0x94, 0x33, 0x95, 0x33, 0x95, 0x33, 0x95, 0x33, 0xb5, 0x33, 0xb5, 0x33, 0xd6, 0x33, 0xd6, 0x33, 0xd6, 0x3b, 0x17, 0x3c, 0x17, 0x3c, 0x17, 0x3c, 0x17, 0x3c, 0x17, 0x3c, 0x37, 0x3c, 0x38, 0x44, 0x58, 0x44, 0x57, 0x44, 0x58, 0x44, 0x58, 0x44, 0x78, 0x4c, 0x78, 0x4c, 0x78, 0x4c, 0x99, 0x4c, 0xb9, 0x54, 0xb9, 0x54, 0xb9, 0x54, 0xda, 0x54, 0xda, 0x54, 0xb9, 0x54, 0x99, 0x4c, 0x99, 0x4c, 0x99, 0x54, 0x99, 0x44, 0x99, 0x4c, 0x99, 0x4c, 0x99, 0x4c, 0xb9, 0x4c, 0x99, 0x4c, 0x99, 0x4c, 0x99, 0x44, 0xba, 0x4c, 0xba, 0x4c, 0xba, 0x44, 0xba, 0x4c, 0xba, 0x4c, 0xda, 0x4c, 0xda, 0x4c, 0xda, 0x4c, 0xfb, 0x54, 0xfb, 0x54, 0xfb, 0x54, 0xfb, 0x54, 0xfb, 0x54, 0xfb, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xba, 0x4c, 0xfb, 0x54, 0xfa, 0x54, 0x1a, 0x5d, 0x7c, 0x6d, 0x7b, 0x6d, 0x1a, 0x65, 0x19, 0x65, 0x1a, 0x65, 0x3b, 0x65, 0x3b, 0x6d, 0x5b, 0x6d, 0x3b, 0x6d, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x1c, 0x5d, 0x1c, 0x5d, 0x7d, 0x6d, 0xdf, 0x75, 0xbf, 0x75, 0x9e, 0x6d, 0x9e, 0x6d, 0x5d, 0x5d, 0x3d, 0x5d, 0x3d, 0x55, 0x1c, 0x55, 0xfc, 0x4c, 0xdb, 0x4c, 0xdb, 0x44, 0xbb, 0x44, 0x7a, 0x3c, 0x5a, 0x3c, 0x5a, 0x3c, 0x3a, 0x34, 0x3a, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0xf9, 0x2b, 0xf9, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xb8, 0x2b, 0xb8, 0x23, 0x98, 0x23, 0x98, 0x23, 0x77, 0x23, 0x77, 0x23, 0x57, 0x23, 0x57, 0x23, 0x57, 0x23, 0x57, 0x23, 0x57, 0x23, 0x57, 0x1b, 0x77, 0x1b, 0x77, 0x1b, 0x77, 0x1b, 0x97, 0x23, 0x98, 0x2b, 0xb8, 0x2b, 0xd9, 0x33, 0x39, 0x3c, 0xba, 0x44, 0x9c, 0x6d, 0x7e, 0x9e, 0xde, 0xc6, 0x1e, 0xe7, 0x7f, 0xff, 0xdf, 0xff, 0xff, 0xff, 0x9f, 0xf7, 0xfc, 0xe6, 0x9b, 0xd6, 0xbb, 0xd6, 0xbb, 0xde, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6,
0x18, 0xce, 0x18, 0xce, 0x18, 0xce, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xd7, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0x5a, 0xce, 0x9c, 0xd6, 0xdd, 0xde, 0xfe, 0xde, 0xfe, 0xde, 0xfe, 0xde, 0x5f, 0xdf, 0xbf, 0xe7, 0xbf, 0xe7, 0xbf, 0xef, 0xdf, 0xef, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xf7, 0xbf, 0xf7, 0xbf, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x7f, 0xef, 0x9f, 0xef, 0xbf, 0xef, 0x9f, 0xe7, 0x9f, 0xdf, 0x7f, 0xd7, 0x3f, 0xcf, 0x1f, 0xbf, 0x7f, 0xae, 0xfd, 0x9d, 0xdd, 0x95, 0xdd, 0x8d, 0xdd, 0x8d, 0xde, 0x8d, 0xde, 0x8d, 0xde, 0x85, 0xde, 0x85, 0xde, 0x85, 0xde, 0x85, 0xde, 0x8d, 0xde, 0x8d, 0xde, 0x8d, 0xdd, 0x8d, 0x9d, 0x7d, 0xda, 0x64, 0x37, 0x4c, 0xb5, 0x3b, 0x53, 0x33, 0x32, 0x2b, 0x32, 0x2b, 0x32, 0x2b, 0xf1, 0x22, 0xf1, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xb0, 0x1a, 0xb0, 0x1a, 0xb0, 0x22, 0xd0, 0x22, 0xaf, 0x1a, 0xaf, 0x1a, 0xaf, 0x1a, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd1, 0x22, 0xd1, 0x22, 0xf1, 0x22, 0x11, 0x23, 0x12, 0x23, 0x32, 0x23, 0x32, 0x23, 0x32, 0x2b, 0x53, 0x2b, 0x33, 0x2b, 0x53, 0x33, 0x53, 0x33, 0x73, 0x33, 0x74, 0x33, 0x74, 0x2b, 0x74, 0x2b, 0x95, 0x2b, 0x95, 0x2b, 0x95, 0x2b, 0x95, 0x2b, 0x95, 0x33, 0xb6, 0x33, 0xb6, 0x33, 0xd6, 0x33, 0xd6, 0x33, 0xf6, 0x33, 0xf6, 0x3b, 0xf6, 0x33, 0xf7, 0x3b, 0x17, 0x3c, 0x17, 0x3c, 0x17, 0x3c, 0x37, 0x3c, 0x37, 0x3c, 0x58, 0x44, 0x58, 0x44, 0x58, 0x44, 0x58, 0x44, 0x78, 0x44, 0x78, 0x4c, 0x79, 0x4c, 0x79, 0x4c, 0x79, 0x4c, 0x79, 0x4c, 0x59, 0x44, 0x58, 0x44, 0x59, 0x44, 0x79, 0x4c, 0x79, 0x44, 0x79, 0x44, 0x99, 0x44, 0x99, 0x44, 0x99, 0x4c, 0x99, 0x4c, 0xba, 0x4c, 0xba, 0x4c, 0xb9, 0x44, 0xba, 0x4c, 0xba, 0x4c, 0xda, 0x4c, 0xda, 0x4c, 0xda, 0x4c, 0xda, 0x4c, 0xda, 0x4c, 0xda, 0x4c, 0xdb, 0x54, 0xfb, 0x54, 0xfb, 0x54, 0xfc, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xba, 0x54, 0xfb, 0x5c, 0x5b, 0x6d, 0x3b, 0x6d, 0xfa, 0x64, 0x1a, 0x65, 0x1b, 0x65, 0x3b, 0x65, 0x3b, 0x6d, 0x3b, 0x6d, 0x3c, 0x6d, 0x3c, 0x65, 0x3c, 0x65, 0x5c, 0x65, 0x1c, 0x5d, 0x1c, 0x5d, 0x5d, 0x65, 0xbe, 0x6d, 0xbe, 0x6d, 0x7e, 0x65, 0x5d, 0x65, 0x3d, 0x5d, 0x3d, 0x5d, 0x1c, 0x55, 0xfc, 0x54, 0xfc, 0x4c, 0xdb, 0x4c, 0xbb, 0x44, 0xbb, 0x44, 0x9b, 0x3c, 0x5a, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x3a, 0x34, 0x3a, 0x34, 0x19, 0x34, 0x19, 0x34, 0xf9, 0x2b, 0xf8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xb8, 0x23, 0x98, 0x23, 0x97, 0x23, 0x77, 0x23, 0x77, 0x23, 0x77, 0x23, 0x57, 0x23, 0x57, 0x23, 0x57, 0x1b, 0x37, 0x23, 0x37, 0x23, 0x36, 0x23, 0x56, 0x1b, 0x56, 0x1b, 0x76, 0x1b, 0x77, 0x1b, 0x77, 0x23, 0x98, 0x2b, 0x98, 0x2b, 0xd9, 0x33, 0x19, 0x34, 0x59, 0x3c, 0x1a, 0x5d, 0x1c, 0x8e, 0x9d, 0xb6, 0xfe, 0xde, 0x5f, 0xf7, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x3d, 0xef, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6,
0x19, 0xce, 0x18, 0xce, 0x18, 0xc6, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0x97, 0xc5, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x96, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb8, 0xc5, 0xf9, 0xcd, 0x7b, 0xd6, 0xbc, 0xde, 0xfd, 0xde, 0xfe, 0xde, 0xfe, 0xd6, 0xfe, 0xd6, 0x5f, 0xe7, 0xbf, 0xef, 0xbf, 0xef, 0xdf, 0xef, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xf7, 0xdf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x7f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xd7, 0x3f, 0xcf, 0xbf, 0xb6, 0x3e, 0x9e, 0xdd, 0x8d, 0xdd, 0x8d, 0xdd, 0x8d, 0xbd, 0x85, 0xbd, 0x85, 0xde, 0x85, 0xbe, 0x85, 0xbe, 0x85, 0xbe, 0x85, 0xbe, 0x85, 0xbe, 0x85, 0xbe, 0x85, 0xbd, 0x85, 0xbd, 0x8d, 0xde, 0x7d, 0x3b, 0x6d, 0x78, 0x54, 0xd5, 0x43, 0x73, 0x33, 0x32, 0x2b, 0x32, 0x2b, 0x11, 0x2b, 0x11, 0x23, 0xf1, 0x22, 0xf0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xaf, 0x22, 0xaf, 0x1a, 0xaf, 0x22, 0xcf, 0x22, 0xd0, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xd0, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd1, 0x22, 0xd1, 0x22, 0xd1, 0x22, 0xd1, 0x22, 0xf1, 0x22, 0xf2, 0x22, 0x12, 0x23, 0x12, 0x23, 0x12, 0x23, 0x32, 0x23, 0x33, 0x2b, 0x33, 0x2b, 0x33, 0x2b, 0x33, 0x2b, 0x33, 0x2b, 0x53, 0x2b, 0x73, 0x2b, 0x74, 0x2b, 0x95, 0x2b, 0x95, 0x2b, 0x95, 0x2b, 0x95, 0x2b, 0xb5, 0x2b, 0xb5, 0x33, 0xb6, 0x33, 0xd6, 0x33, 0xb6, 0x33, 0xd6, 0x33, 0xd6, 0x33, 0xd6, 0x33, 0xf6, 0x33, 0xf6, 0x33, 0xf7, 0x33, 0xf7, 0x33, 0x17, 0x3c, 0x17, 0x3c, 0x38, 0x3c, 0x38, 0x3c, 0x38, 0x3c, 0x38, 0x3c, 0x38, 0x3c, 0x58, 0x3c, 0x38, 0x3c, 0x38, 0x3c, 0x38, 0x3c, 0x38, 0x3c, 0x58, 0x44, 0x59, 0x44, 0x59, 0x44, 0x79, 0x44, 0x79, 0x44, 0x79, 0x44, 0x99, 0x44, 0x99, 0x44, 0x99, 0x44, 0xb9, 0x44, 0xba, 0x4c, 0xba, 0x4c, 0xba, 0x4c, 0xba, 0x4c, 0xba, 0x4c, 0xda, 0x4c, 0xdb, 0x4c, 0xdb, 0x4c, 0xdb, 0x4c, 0xda, 0x4c, 0xdb, 0x4c, 0xdb, 0x4c, 0xbb, 0x4c, 0xbb, 0x4c, 0xdb, 0x54, 0xfc, 0x54, 0xfc, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xbb, 0x54, 0xdb, 0x54, 0x3c, 0x65, 0x5c, 0x6d, 0x1b, 0x65, 0xfa, 0x64, 0x1a, 0x65, 0x3b, 0x65, 0x3b, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x5d, 0x65, 0x1c, 0x5d, 0x1c, 0x5d, 0x9e, 0x6d, 0xdf, 0x75, 0x9e, 0x65, 0x5d, 0x5d, 0x3d, 0x5d, 0x1c, 0x55, 0x3d, 0x55, 0xfc, 0x54, 0xdc, 0x4c, 0xbb, 0x44, 0xbb, 0x44, 0x9b, 0x3c, 0x7a, 0x3c, 0x5a, 0x34, 0x5a, 0x34, 0x3a, 0x34, 0x39, 0x34, 0x19, 0x2c, 0xf9, 0x2b, 0xf9, 0x2b, 0xf9, 0x2b, 0xd9, 0x2b, 0xd9, 0x2b, 0xd9, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xb8, 0x23, 0x98, 0x23, 0x77, 0x23, 0x77, 0x23, 0x57, 0x23, 0x57, 0x23, 0x57, 0x1b, 0x57, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x56, 0x1b, 0x56, 0x1b, 0x56, 0x1b, 0x77, 0x23, 0x78, 0x2b, 0x98, 0x2b, 0xd9, 0x33, 0x19, 0x34, 0x39, 0x3c, 0xd9, 0x54, 0xdc, 0x85, 0x7d, 0xae, 0xfe, 0xd6, 0x3f, 0xef, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7e, 0xf7, 0xdc, 0xde, 0x7a, 0xd6, 0x7a, 0xd6, 0x9b, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6,
0x19, 0xce, 0x18, 0xce, 0x18, 0xc6, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd7, 0xc5, 0xb7, 0xbd, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xbd, 0x97, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x56, 0xbd, 0x56, 0xbd, 0x55, 0xb5, 0x56, 0xb5, 0x76, 0xbd, 0xb7, 0xc5, 0x19, 0xce, 0x7b, 0xd6, 0xbc, 0xde, 0xfd, 0xde, 0xfe, 0xde, 0xfe, 0xd6, 0x1f, 0xd7, 0x7f, 0xe7, 0xbf, 0xef, 0xbf, 0xef, 0xdf, 0xef, 0xbf, 0xf7, 0xdf, 0xf7, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xf7, 0xdf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x7f, 0xd7, 0x5f, 0xd7, 0x1f, 0xc7, 0x5f, 0xa6, 0xfd, 0x95, 0xbc, 0x8d, 0xdd, 0x8d, 0xde, 0x8d, 0xbd, 0x85, 0xbe, 0x85, 0xde, 0x85, 0xbd, 0x7d, 0xbd, 0x7d, 0xbd, 0x7d, 0xbe, 0x85, 0xbd, 0x85, 0x9d, 0x85, 0x9d, 0x85, 0xbd, 0x85, 0xfe, 0x85, 0x5b, 0x6d, 0xb9, 0x5c, 0x16, 0x44, 0x94, 0x3b, 0x53, 0x33, 0x32, 0x2b, 0xf1, 0x22, 0xf1, 0x22, 0xf1, 0x22, 0xf0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xb0, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xaf, 0x22, 0x8f, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xb0, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xb0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd1, 0x22, 0xd1, 0x22, 0xd1, 0x22, 0xd1, 0x22, 0xd1, 0x22, 0xf2, 0x22, 0xf2, 0x22, 0x12, 0x23, 0x12, 0x23, 0x12, 0x23, 0x12, 0x23, 0x33, 0x2b, 0x33, 0x2b, 0x33, 0x2b, 0x33, 0x2b, 0x53, 0x2b, 0x54, 0x23, 0x54, 0x23, 0x74, 0x23, 0x95, 0x2b, 0x95, 0x2b, 0x95, 0x2b, 0x95, 0x2b, 0xb5, 0x2b, 0xb6, 0x2b, 0xb6, 0x2b, 0xb6, 0x2b, 0xb6, 0x2b, 0xd6, 0x33, 0xf6, 0x33, 0xf7, 0x33, 0xf7, 0x33, 0xf7, 0x33, 0xf7, 0x33, 0xf7, 0x33, 0x18, 0x34, 0x18, 0x34, 0x38, 0x3c, 0x38, 0x3c, 0x38, 0x3c, 0x38, 0x3c, 0x38, 0x3c, 0x38, 0x3c, 0x59, 0x3c, 0x39, 0x3c, 0x39, 0x3c, 0x59, 0x3c, 0x79, 0x44, 0x79, 0x44, 0x7a, 0x44, 0x79, 0x44, 0x99, 0x44, 0x99, 0x44, 0x99, 0x44, 0x99, 0x44, 0x99, 0x44, 0x9a, 0x44, 0xba, 0x44, 0xba, 0x44, 0xba, 0x4c, 0xba, 0x4c, 0xba, 0x4c, 0xba, 0x4c, 0xba, 0x4c, 0xba, 0x4c, 0xba, 0x4c, 0xdb, 0x4c, 0xdb, 0x54, 0x9b, 0x4c, 0x7a, 0x44, 0x5a, 0x44, 0x9b, 0x4c, 0xdc, 0x54, 0xdc, 0x54, 0xbb, 0x4c, 0x7a, 0x44, 0x7a, 0x4c, 0xfb, 0x5c, 0x7d, 0x6d, 0x7d, 0x6d, 0x1b, 0x65, 0xfa, 0x64, 0x1b, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x5c, 0x65, 0x3c, 0x65, 0x3d, 0x65, 0x1c, 0x5d, 0x3d, 0x5d, 0x9f, 0x65, 0xdf, 0x6d, 0x5e, 0x5d, 0x1d, 0x55, 0x1d, 0x55, 0xfc, 0x4c, 0xbb, 0x4c, 0x9b, 0x44, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x34, 0x5a, 0x34, 0x3a, 0x34, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x2c, 0xf9, 0x2b, 0xf9, 0x2b, 0xd9, 0x2b, 0xf9, 0x2b, 0xf9, 0x2b, 0xf9, 0x2b, 0xd9, 0x2b, 0xd9, 0x2b, 0xd9, 0x2b, 0xd9, 0x2b, 0xb8, 0x23, 0x98, 0x23, 0x77, 0x23, 0x77, 0x23, 0x77, 0x23, 0x57, 0x23, 0x56, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x16, 0x1b, 0x16, 0x1b, 0x16, 0x1b, 0x36, 0x1b, 0x56, 0x1b, 0x56, 0x1b, 0x56, 0x1b, 0x77, 0x23, 0x78, 0x2b, 0x98, 0x2b, 0xd9, 0x2b, 0x19, 0x34, 0x39, 0x34, 0xb9, 0x4c, 0x9b, 0x75, 0x5d, 0xa6, 0xde, 0xce, 0x1f, 0xe7, 0x9f, 0xf7, 0xff, 0xff, 0xff, 0xff, 0x9f, 0xf7, 0xfc, 0xe6, 0x9b, 0xd6, 0x7a, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6,
0x18, 0xce, 0x18, 0xce, 0x18, 0xc6, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd7, 0xc5, 0xb7, 0xbd, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xbd, 0x97, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x56, 0xbd, 0x55, 0xb5, 0x55, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x15, 0xb5, 0x56, 0xb5, 0xb7, 0xc5, 0x19, 0xce, 0x9b, 0xd6, 0xdd, 0xde, 0xde, 0xde, 0xde, 0xd6, 0xde, 0xce, 0xff, 0xd6, 0x7f, 0xe7, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xbf, 0xff, 0xdf, 0xf7, 0xdf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xd7, 0x3f, 0xcf, 0xbe, 0xb6, 0x1e, 0x96, 0xdd, 0x8d, 0xbc, 0x85, 0xbd, 0x85, 0xde, 0x8d, 0xbd, 0x85, 0xbd, 0x85, 0xbe, 0x85, 0x9d, 0x7d, 0x9d, 0x7d, 0x9d, 0x7d, 0x9d, 0x85, 0x9d, 0x85, 0x9d, 0x85, 0x9d, 0x85, 0x9d, 0x85, 0xdd, 0x85, 0x7c, 0x75, 0xfa, 0x64, 0x57, 0x54, 0xd5, 0x43, 0x94, 0x3b, 0x53, 0x33, 0x11, 0x2b, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xaf, 0x22, 0xd0, 0x22, 0xaf, 0x22, 0x6e, 0x1a, 0x8e, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0x6e, 0x1a, 0x8f, 0x22, 0x8f, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xd1, 0x22, 0xd1, 0x22, 0xd1, 0x22, 0xd1, 0x22, 0xb1, 0x22, 0xd1, 0x22, 0xf2, 0x22, 0xf2, 0x22, 0x12, 0x23, 0x12, 0x23, 0x12, 0x23, 0x13, 0x23, 0x33, 0x23, 0x33, 0x2b, 0x33, 0x2b, 0x34, 0x2b, 0x54, 0x2b, 0x54, 0x23, 0x74, 0x23, 0x74, 0x23, 0x95, 0x2b, 0x75, 0x2b, 0x95, 0x2b, 0x95, 0x2b, 0x95, 0x2b, 0xb5, 0x2b, 0xb6, 0x2b, 0xb6, 0x2b, 0xb6, 0x2b, 0xd6, 0x2b, 0xd6, 0x33, 0xf7, 0x33, 0xf7, 0x33, 0xf7, 0x33, 0xf7, 0x33, 0x17, 0x34, 0x18, 0x34, 0x18, 0x34, 0x18, 0x34, 0x38, 0x34, 0x38, 0x34, 0x38, 0x34, 0x39, 0x34, 0x39, 0x3c, 0x59, 0x3c, 0x59, 0x3c, 0x59, 0x3c, 0x59, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x99, 0x44, 0x99, 0x44, 0x99, 0x44, 0x99, 0x44, 0x9a, 0x44, 0x9a, 0x44, 0xba, 0x44, 0xba, 0x44, 0xba, 0x44, 0xba, 0x4c, 0xba, 0x4c, 0xba, 0x4c, 0xbb, 0x4c, 0xdb, 0x4c, 0xdb, 0x4c, 0xfb, 0x54, 0xbb, 0x4c, 0x7a, 0x44, 0xf8, 0x33, 0xf8, 0x33, 0x39, 0x3c, 0x9b, 0x4c, 0x5a, 0x44, 0x19, 0x3c, 0x97, 0x2b, 0x96, 0x2b, 0xf8, 0x3b, 0x9a, 0x4c, 0x9a, 0x54, 0x99, 0x54, 0xda, 0x5c, 0x1b, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x5d, 0x65, 0x5d, 0x65, 0x5d, 0x65, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x7e, 0x5d, 0x7e, 0x5d, 0x1d, 0x55, 0xdc, 0x4c, 0xdc, 0x44, 0xbb, 0x44, 0x7b, 0x3c, 0x5a, 0x3c, 0x5a, 0x34, 0x3a, 0x34, 0x3a, 0x34, 0x3a, 0x34, 0x3a, 0x2c, 0x39, 0x2c, 0x19, 0x2c, 0xf9, 0x23, 0xf9, 0x23, 0xf9, 0x2b, 0xf9, 0x2b, 0x1a, 0x2c, 0x1a, 0x2c, 0x1a, 0x2c, 0xfa, 0x2b, 0xfa, 0x2b, 0xd9, 0x2b, 0xd9, 0x2b, 0xd9, 0x23, 0xb8, 0x23, 0x98, 0x23, 0x77, 0x23, 0x77, 0x23, 0x57, 0x23, 0x56, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x16, 0x1b, 0x15, 0x1b, 0x16, 0x1b, 0x36, 0x1b, 0x56, 0x1b, 0x56, 0x1b, 0x76, 0x1b, 0x77, 0x23, 0x78, 0x2b, 0x98, 0x2b, 0xb9, 0x2b, 0x19, 0x2c, 0x39, 0x34, 0x99, 0x44, 0x5b, 0x6d, 0x3d, 0x9e, 0xbe, 0xc6, 0xff, 0xde, 0x9f, 0xf7, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x3d, 0xef, 0xbb, 0xd6, 0x7a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6,
0x18, 0xce, 0x18, 0xc6, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd7, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x56, 0xbd, 0x56, 0xbd, 0x56, 0xbd, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xbd, 0x35, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x15, 0xb5, 0x14, 0xad, 0x56, 0xb5, 0xb8, 0xc5, 0x3a, 0xce, 0x9c, 0xd6, 0xdd, 0xde, 0xdd, 0xd6, 0xde, 0xd6, 0xbe, 0xce, 0xff, 0xd6, 0x7f, 0xe7, 0xbf, 0xef, 0xbf, 0xf7, 0xdf, 0xf7, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xdf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xdf, 0x7f, 0xd7, 0x5f, 0xcf, 0xdf, 0xbe, 0x3c, 0xa6, 0xdd, 0x8d, 0xbd, 0x85, 0xbc, 0x85, 0xbd, 0x85, 0xbd, 0x85, 0xbd, 0x85, 0xbd, 0x7d, 0x9d, 0x7d, 0x9d, 0x7d, 0x9d, 0x7d, 0x9d, 0x7d, 0x9d, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x9d, 0x7d, 0x9c, 0x7d, 0x5b, 0x75, 0x98, 0x5c, 0xf5, 0x43, 0xb4, 0x3b, 0x93, 0x3b, 0x32, 0x33, 0xf0, 0x2a, 0xf0, 0x22, 0xd0, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xb0, 0x22, 0x8f, 0x22, 0x6e, 0x1a, 0xaf, 0x22, 0x11, 0x33, 0xf0, 0x2a, 0x4e, 0x1a, 0x6e, 0x1a, 0x6f, 0x22, 0x8f, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xb1, 0x22, 0xb1, 0x22, 0xd1, 0x22, 0xb1, 0x22, 0xd1, 0x22, 0xd2, 0x2a, 0xf2, 0x22, 0xf2, 0x22, 0xf2, 0x22, 0xf2, 0x22, 0x13, 0x23, 0x13, 0x23, 0x13, 0x23, 0x13, 0x23, 0x34, 0x23, 0x34, 0x23, 0x54, 0x23, 0x74, 0x23, 0x74, 0x23, 0x75, 0x2b, 0x75, 0x2b, 0x75, 0x2b, 0x95, 0x2b, 0x95, 0x2b, 0xb5, 0x2b, 0xb6, 0x2b, 0xb6, 0x2b, 0xb6, 0x2b, 0xd6, 0x2b, 0xd6, 0x2b, 0xd7, 0x2b, 0xd7, 0x2b, 0xf7, 0x2b, 0xf7, 0x33, 0xf7, 0x33, 0xf7, 0x2b, 0x18, 0x2c, 0x18, 0x34, 0x38, 0x34, 0x38, 0x34, 0x38, 0x34, 0x39, 0x34, 0x39, 0x34, 0x59, 0x34, 0x59, 0x34, 0x59, 0x3c, 0x59, 0x34, 0x59, 0x3c, 0x59, 0x3c, 0x79, 0x3c, 0x7a, 0x3c, 0x99, 0x44, 0x99, 0x44, 0x99, 0x44, 0x99, 0x44, 0x9a, 0x44, 0x9a, 0x44, 0x9a, 0x44, 0xba, 0x44, 0xbb, 0x4c, 0xbb, 0x4c, 0xbb, 0x4c, 0xbb, 0x4c, 0xbb, 0x4c, 0xbb, 0x4c, 0xbb, 0x4c, 0xbb, 0x4c, 0x5a, 0x44, 0x19, 0x3c, 0x97, 0x2b, 0x77, 0x23, 0xb8, 0x2b, 0xd8, 0x33, 0x77, 0x2b, 0xf5, 0x1a, 0x93, 0x0a, 0x72, 0x0a, 0xf4, 0x1a, 0xb6, 0x33, 0xf7, 0x3b, 0x79, 0x4c, 0xfb, 0x5c, 0x1b, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3d, 0x65, 0x5d, 0x65, 0x5d, 0x65, 0x3d, 0x5d, 0x3d, 0x5d, 0xfc, 0x54, 0x1d, 0x55, 0x1d, 0x4d, 0xdc, 0x44, 0xbb, 0x44, 0x9b, 0x3c, 0x7b, 0x34, 0x7b, 0x3c, 0x5a, 0x3c, 0x5a, 0x34, 0x3a, 0x34, 0x39, 0x34, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x2c, 0x1a, 0x2c, 0x1a, 0x2c, 0x1a, 0x2c, 0x3a, 0x2c, 0x3b, 0x2c, 0x3b, 0x34, 0x3b, 0x34, 0x3b, 0x34, 0x1a, 0x2c, 0xfa, 0x2b, 0xda, 0x2b, 0xb9, 0x23, 0xb9, 0x23, 0x98, 0x23, 0x78, 0x23, 0x77, 0x1b, 0x57, 0x1b, 0x57, 0x1b, 0x56, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x16, 0x1b, 0x15, 0x1b, 0x15, 0x1b, 0x16, 0x1b, 0x36, 0x1b, 0x56, 0x1b, 0x56, 0x1b, 0x76, 0x1b, 0x77, 0x23, 0x98, 0x23, 0x99, 0x2b, 0xb9, 0x2b, 0x1a, 0x2c, 0x39, 0x34, 0x79, 0x3c, 0x3a, 0x65, 0x1d, 0x96, 0x9e, 0xbe, 0xff, 0xd6, 0x7f, 0xf7, 0xbf, 0xf7, 0xff, 0xff, 0xdf, 0xff, 0x5e, 0xef, 0xdc, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xd6, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6,
0x18, 0xc6, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd7, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x56, 0xbd, 0x56, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x55, 0xb5, 0x35, 0xbd, 0x35, 0xbd, 0x35, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x15, 0xb5, 0x15, 0xb5, 0x76, 0xbd, 0xd8, 0xc5, 0x5a, 0xd6, 0xbc, 0xde, 0xdd, 0xde, 0xdd, 0xd6, 0xbe, 0xce, 0xbe, 0xc6, 0xff, 0xce, 0x7f, 0xdf, 0xbf, 0xf7, 0xbf, 0xf7, 0xdf, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x9e, 0xf7, 0x9f, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x5f, 0xd7, 0x3f, 0xcf, 0x9e, 0xb6, 0xbb, 0x95, 0xdd, 0x85, 0xdd, 0x85, 0xbd, 0x85, 0x9d, 0x85, 0x9d, 0x7d, 0xbd, 0x7d, 0x9d, 0x7d, 0x9d, 0x7d, 0x9d, 0x7d, 0x9d, 0x7d, 0x9d, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x7c, 0x75, 0x9d, 0x7d, 0x7c, 0x75, 0xb9, 0x64, 0xf5, 0x43, 0xb4, 0x3b, 0x94, 0x3b, 0x73, 0x3b, 0x31, 0x33, 0x11, 0x2b, 0xf0, 0x2a, 0xaf, 0x22, 0x8f, 0x22, 0x8f, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xd0, 0x2a, 0xaf, 0x22, 0x8f, 0x22, 0x10, 0x33, 0xb3, 0x4b, 0x52, 0x43, 0x8e, 0x22, 0x4e, 0x1a, 0x6e, 0x1a, 0x6f, 0x22, 0x8f, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0xb1, 0x22, 0x91, 0x2a, 0xb1, 0x2a, 0xd2, 0x2a, 0xd2, 0x22, 0xf2, 0x22, 0xf2, 0x22, 0xf2, 0x22, 0xf2, 0x22, 0x13, 0x23, 0x13, 0x23, 0x13, 0x23, 0x14, 0x23, 0x34, 0x23, 0x54, 0x23, 0x74, 0x23, 0x74, 0x23, 0x75, 0x2b, 0x75, 0x2b, 0x95, 0x2b, 0x95, 0x2b, 0x95, 0x2b, 0xb6, 0x2b, 0xb6, 0x2b, 0xb6, 0x2b, 0xd6, 0x2b, 0xd7, 0x33, 0xf7, 0x2b, 0xf7, 0x2b, 0xf7, 0x2b, 0xf7, 0x33, 0x17, 0x34, 0x18, 0x34, 0x18, 0x2c, 0x18, 0x34, 0x38, 0x34, 0x38, 0x34, 0x38, 0x34, 0x59, 0x34, 0x59, 0x34, 0x59, 0x34, 0x59, 0x34, 0x59, 0x34, 0x59, 0x34, 0x59, 0x3c, 0x79, 0x34, 0x7a, 0x3c, 0x9a, 0x3c, 0xba, 0x3c, 0x79, 0x3c, 0x79, 0x3c, 0x79, 0x3c, 0x7a, 0x44, 0x9a, 0x44, 0x9a, 0x44, 0x9a, 0x44, 0x9a, 0x44, 0xbb, 0x4c, 0xbb, 0x4c, 0xbb, 0x4c, 0xbb, 0x4c, 0x9b, 0x4c, 0x9a, 0x44, 0x7a, 0x44, 0x7a, 0x44, 0x19, 0x3c, 0xd8, 0x33, 0x77, 0x23, 0x36, 0x1b, 0x57, 0x23, 0x56, 0x23, 0xd4, 0x12, 0x11, 0x02, 0xf0, 0x01, 0xf0, 0x01, 0xd3, 0x1a, 0xd7, 0x3b, 0x79, 0x4c, 0xfb, 0x5c, 0x3c, 0x65, 0x1b, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3d, 0x65, 0x3d, 0x65, 0x5e, 0x65, 0x5d, 0x65, 0x3d, 0x5d, 0x3d, 0x5d, 0xdc, 0x4c, 0xfc, 0x4c, 0xbb, 0x44, 0x5a, 0x34, 0x7b, 0x34, 0x5a, 0x34, 0x3a, 0x2c, 0x7b, 0x34, 0x1a, 0x2c, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x2c, 0x1a, 0x2c, 0x1a, 0x2c, 0x3b, 0x2c, 0x5b, 0x2c, 0x5b, 0x34, 0x7b, 0x34, 0x5c, 0x34, 0x5b, 0x34, 0x3b, 0x2c, 0x3b, 0x2c, 0x1a, 0x2c, 0xfa, 0x2b, 0xda, 0x23, 0xb9, 0x23, 0x99, 0x23, 0x98, 0x23, 0x78, 0x1b, 0x57, 0x1b, 0x57, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x16, 0x1b, 0x15, 0x1b, 0x15, 0x1b, 0x15, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x56, 0x1b, 0x56, 0x1b, 0x76, 0x1b, 0x77, 0x23, 0x98, 0x23, 0x99, 0x2b, 0xb9, 0x2b, 0x1a, 0x2c, 0x5a, 0x2c, 0x79, 0x3c, 0x1a, 0x5d, 0xfd, 0x8d, 0x9f, 0xbe, 0xff, 0xd6, 0x7e, 0xef, 0x9f, 0xf7, 0xdf, 0xff, 0xff, 0xff, 0x7f, 0xf7, 0xdc, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x9b, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6,
0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xb7, 0xc5, 0xb7, 0xbd, 0x96, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x55, 0xb5, 0x55, 0xb5, 0x35, 0xbd, 0x35, 0xbd, 0x35, 0xbd, 0x35, 0xbd, 0x35, 0xbd, 0x15, 0xbd, 0x35, 0xb5, 0x15, 0xb5, 0x14, 0xb5, 0x15, 0xb5, 0x76, 0xbd, 0xf8, 0xc5, 0x7b, 0xd6, 0x9c, 0xd6, 0xdd, 0xd6, 0xde, 0xd6, 0x9d, 0xc6, 0x7d, 0xc6, 0xff, 0xce, 0x7f, 0xdf, 0xbf, 0xef, 0xbf, 0xf7, 0xdf, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x9e, 0xf7, 0xbf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xdf, 0x5f, 0xd7, 0x7f, 0xd7, 0x5f, 0xcf, 0xdf, 0xbe, 0x3d, 0xa6, 0xbb, 0x95, 0xbd, 0x85, 0xbd, 0x85, 0x9d, 0x85, 0x9d, 0x7d, 0x9d, 0x7d, 0x9d, 0x7d, 0x9d, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x5c, 0x7d, 0x5c, 0x7d, 0x5c, 0x7d, 0x3c, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x7c, 0x75, 0x1a, 0x6d, 0x57, 0x54, 0x73, 0x3b, 0x32, 0x33, 0x52, 0x33, 0x52, 0x33, 0x11, 0x2b, 0xf0, 0x2a, 0xd0, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xcf, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0x6e, 0x22, 0x8e, 0x22, 0xd0, 0x2a, 0x10, 0x33, 0xf0, 0x32, 0x8e, 0x22, 0x8e, 0x22, 0x2d, 0x1a, 0x2e, 0x1a, 0x8f, 0x22, 0x4e, 0x1a, 0x6f, 0x1a, 0x12, 0x2b, 0xb0, 0x22, 0xb1, 0x2a, 0xb1, 0x2a, 0xb1, 0x2a, 0xd1, 0x22, 0xf2, 0x22, 0xf2, 0x22, 0xd2, 0x22, 0xb1, 0x1a, 0xb1, 0x1a, 0xb2, 0x1a, 0xd3, 0x22, 0x14, 0x2b, 0x54, 0x2b, 0x54, 0x23, 0x54, 0x23, 0x75, 0x23, 0x75, 0x2b, 0x95, 0x2b, 0x75, 0x2b, 0x75, 0x2b, 0x95, 0x2b, 0xb6, 0x2b, 0xb6, 0x2b, 0xd6, 0x33, 0xd7, 0x33, 0xf7, 0x33, 0xd7, 0x33, 0xd7, 0x2b, 0xd7, 0x2b, 0xf7, 0x33, 0x17, 0x34, 0xf7, 0x33, 0x18, 0x34, 0x18, 0x34, 0x38, 0x34, 0x38, 0x34, 0x38, 0x34, 0x59, 0x34, 0x59, 0x34, 0x59, 0x34, 0x38, 0x34, 0x79, 0x3c, 0x39, 0x34, 0x59, 0x34, 0x7a, 0x3c, 0x7a, 0x3c, 0x9a, 0x3c, 0x79, 0x3c, 0x59, 0x3c, 0x7a, 0x44, 0x9a, 0x44, 0x7a, 0x44, 0x7a, 0x3c, 0x7a, 0x44, 0x9a, 0x44, 0xbb, 0x4c, 0x9b, 0x44, 0x9b, 0x44, 0x7a, 0x44, 0x39, 0x3c, 0x39, 0x3c, 0xd8, 0x33, 0x97, 0x2b, 0x77, 0x2b, 0x16, 0x1b, 0x56, 0x23, 0xb4, 0x0a, 0x93, 0x0a, 0x77, 0x2b, 0x98, 0x2b, 0x93, 0x0a, 0x11, 0x02, 0xd0, 0x01, 0x93, 0x0a, 0xb7, 0x33, 0x9a, 0x54, 0xfb, 0x5c, 0xfb, 0x5c, 0x1b, 0x65, 0x3c, 0x65, 0x1d, 0x65, 0x1d, 0x65, 0x3d, 0x65, 0x3d, 0x65, 0x3d, 0x5d, 0x7e, 0x65, 0x5e, 0x5d, 0xbb, 0x4c, 0x9b, 0x44, 0x7b, 0x3c, 0x5a, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x3a, 0x2c, 0x3a, 0x2c, 0x19, 0x2c, 0x1a, 0x2c, 0x1a, 0x2c, 0x3a, 0x2c, 0x3a, 0x2c, 0x5b, 0x2c, 0x5b, 0x34, 0x7b, 0x34, 0x9c, 0x34, 0x9c, 0x34, 0x9c, 0x34, 0x7c, 0x34, 0x7c, 0x34, 0x5c, 0x34, 0x3b, 0x2c, 0x1b, 0x2c, 0xfb, 0x2b, 0xfa, 0x2b, 0xda, 0x23, 0xb9, 0x23, 0x98, 0x1b, 0x78, 0x1b, 0x57, 0x1b, 0x57, 0x1b, 0x57, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x35, 0x1b, 0x35, 0x1b, 0x35, 0x1b, 0x16, 0x1b, 0x36, 0x1b, 0x56, 0x1b, 0x76, 0x1b, 0x77, 0x23, 0x97, 0x23, 0x98, 0x2b, 0x99, 0x2b, 0xd9, 0x2b, 0x1a, 0x2c, 0x5a, 0x2c, 0x99, 0x3c, 0xfa, 0x54, 0xbc, 0x85, 0x9f, 0xb6, 0xff, 0xce, 0x5e, 0xef, 0x9f, 0xf7, 0xdf, 0xff, 0xff, 0xff, 0xbf, 0xff, 0x1d, 0xe7, 0x9b, 0xd6, 0xbc, 0xde, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xde, 0x9c, 0xde, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6,
0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0x97, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x55, 0xbd, 0x55, 0xbd, 0x55, 0xbd, 0x55, 0xbd, 0x55, 0xbd, 0x35, 0xbd, 0x35, 0xbd, 0x14, 0xbd, 0x14, 0xb5, 0x14, 0xb5, 0x14, 0xb5, 0x35, 0xb5, 0x97, 0xbd, 0x19, 0xce, 0x7b, 0xd6, 0x9c, 0xd6, 0xdd, 0xd6, 0xde, 0xd6, 0x9d, 0xc6, 0x7d, 0xbe, 0xff, 0xc6, 0x7f, 0xdf, 0xbf, 0xef, 0xbf, 0xf7, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x9e, 0xf7, 0xbf, 0xf7, 0xdf, 0xf7, 0xdf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xe7, 0x9f, 0xe7, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x5f, 0xd7, 0xff, 0xc6, 0x7e, 0xae, 0xdc, 0x95, 0x9c, 0x8d, 0xbd, 0x85, 0x9d, 0x85, 0x9c, 0x7d, 0x9d, 0x7d, 0x9d, 0x7d, 0x7d, 0x7d, 0x7d, 0x7d, 0x7c, 0x7d, 0x5c, 0x75, 0x7c, 0x75, 0x7c, 0x75, 0x5c, 0x7d, 0x5c, 0x75, 0x5c, 0x75, 0x3c, 0x75, 0x3c, 0x75, 0x3c, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x6d, 0x98, 0x5c, 0xb4, 0x43, 0x12, 0x2b, 0x11, 0x2b, 0xf0, 0x2a, 0xd0, 0x22, 0xd0, 0x22, 0xd0, 0x2a, 0xd0, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0x8f, 0x22, 0x8f, 0x22, 0x6e, 0x22, 0x6e, 0x22, 0xaf, 0x2a, 0xcf, 0x32, 0x8f, 0x2a, 0x4d, 0x22, 0x4d, 0x22, 0x4e, 0x22, 0x8e, 0x22, 0x6e, 0x22, 0x4e, 0x1a, 0x4e, 0x12, 0x90, 0x1a, 0x6f, 0x1a, 0x50, 0x22, 0x70, 0x22, 0x90, 0x22, 0x91, 0x22, 0xb1, 0x22, 0xb1, 0x22, 0xb1, 0x22, 0xb1, 0x1a, 0x50, 0x12, 0x50, 0x1a, 0x91, 0x1a, 0xf3, 0x22, 0x34, 0x2b, 0x34, 0x23, 0x34, 0x23, 0x54, 0x23, 0x54, 0x2b, 0x75, 0x2b, 0x55, 0x2b, 0x54, 0x2b, 0x95, 0x2b, 0x95, 0x2b, 0x75, 0x2b, 0x96, 0x2b, 0xb6, 0x33, 0xb6, 0x2b, 0xb6, 0x2b, 0xd7, 0x2b, 0xd7, 0x2b, 0xf7, 0x33, 0xf7, 0x33, 0xf8, 0x33, 0x17, 0x34, 0x17, 0x34, 0x18, 0x34, 0x38, 0x34, 0x38, 0x34, 0x38, 0x34, 0x38, 0x34, 0x38, 0x34, 0x18, 0x34, 0x79, 0x3c, 0x38, 0x34, 0x59, 0x34, 0x79, 0x3c, 0x99, 0x3c, 0xba, 0x3c, 0x99, 0x3c, 0x59, 0x3c, 0x5a, 0x3c, 0x7a, 0x3c, 0x5a, 0x3c, 0x7a, 0x3c, 0x5a, 0x44, 0x39, 0x3c, 0x18, 0x34, 0xd8, 0x33, 0xb8, 0x2b, 0xb7, 0x2b, 0x77, 0x23, 0x35, 0x1b, 0xd4, 0x12, 0xd4, 0x12, 0xd4, 0x12, 0xb4, 0x0a, 0x16, 0x1b, 0xf5, 0x12, 0xf5, 0x1a, 0xd9, 0x33, 0xb8, 0x33, 0xb4, 0x12, 0x11, 0x02, 0x31, 0x02, 0x56, 0x23, 0x7a, 0x4c, 0xfb, 0x5c, 0xfb, 0x5c, 0xfc, 0x5c, 0x3c, 0x65, 0x3c, 0x65, 0x5d, 0x65, 0x3d, 0x65, 0x3d, 0x65, 0x3d, 0x65, 0x3d, 0x5d, 0x5d, 0x5d, 0xfc, 0x54, 0x7a, 0x44, 0x7b, 0x3c, 0x7b, 0x3c, 0x5a, 0x34, 0x3a, 0x2c, 0x1a, 0x2c, 0x19, 0x2c, 0x1a, 0x24, 0x19, 0x24, 0x19, 0x2c, 0x1a, 0x2c, 0x3b, 0x34, 0x7b, 0x34, 0x9c, 0x3c, 0x9c, 0x3c, 0xbc, 0x3c, 0xdd, 0x3c, 0x9c, 0x34, 0x9c, 0x34, 0x9c, 0x34, 0x7c, 0x34, 0x7c, 0x34, 0x5c, 0x34, 0x3c, 0x2c, 0x1b, 0x2c, 0xfb, 0x2b, 0xda, 0x2b, 0xda, 0x23, 0xb9, 0x23, 0x99, 0x1b, 0x78, 0x1b, 0x57, 0x1b, 0x57, 0x1b, 0x37, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x16, 0x1b, 0x16, 0x1b, 0x15, 0x1b, 0x15, 0x1b, 0x35, 0x1b, 0x36, 0x1b, 0x56, 0x23, 0x76, 0x1b, 0x76, 0x1b, 0x97, 0x23, 0x97, 0x23, 0x98, 0x2b, 0xb9, 0x2b, 0xd9, 0x2b, 0x1a, 0x2c, 0x5a, 0x2c, 0x79, 0x34, 0xfa, 0x54, 0xbc, 0x85, 0x7f, 0xae, 0xdf, 0xce, 0x3e, 0xef, 0x9f, 0xf7, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x1d, 0xe7, 0xbc, 0xd6, 0xbc, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9c, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xde,
0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xb8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xb8, 0xc5, 0xb8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x55, 0xbd, 0x55, 0xbd, 0x55, 0xbd, 0x55, 0xbd, 0x35, 0xbd, 0x35, 0xbd, 0x14, 0xbd, 0x14, 0xb5, 0xf4, 0xb4, 0xf4, 0xb4, 0xf4, 0xb4, 0x35, 0xb5, 0xb7, 0xc5, 0x19, 0xce, 0x7b, 0xd6, 0xbc, 0xd6, 0xdd, 0xd6, 0xbe, 0xce, 0x7d, 0xbe, 0x5d, 0xb6, 0xdf, 0xc6, 0x7f, 0xd7, 0xbf, 0xef, 0xbf, 0xf7, 0xdf, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x9f, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xdf, 0x9f, 0xdf, 0x7f, 0xdf, 0x3f, 0xcf, 0x9e, 0xb6, 0xfc, 0x9d, 0x9c, 0x8d, 0x9c, 0x8d, 0x9d, 0x85, 0x9c, 0x7d, 0x7c, 0x7d, 0x7c, 0x7d, 0x7c, 0x7d, 0x7c, 0x7d, 0x5c, 0x7d, 0x5c, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x3c, 0x75, 0x3c, 0x75, 0x3b, 0x75, 0x1b, 0x75, 0x5c, 0x75, 0x1b, 0x6d, 0x1b, 0x6d, 0x5b, 0x75, 0xfa, 0x64, 0x16, 0x4c, 0x53, 0x33, 0xf1, 0x2a, 0xd0, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0x8f, 0x22, 0x8f, 0x22, 0x8e, 0x22, 0xaf, 0x2a, 0xae, 0x2a, 0x8e, 0x2a, 0x4d, 0x22, 0x6d, 0x22, 0x4d, 0x22, 0x4e, 0x22, 0xcc, 0x11, 0x4e, 0x1a, 0x4e, 0x1a, 0x2e, 0x12, 0x2e, 0x12, 0x8c, 0x09, 0xac, 0x11, 0xcd, 0x11, 0xee, 0x11, 0x0e, 0x12, 0x2f, 0x12, 0x4f, 0x1a, 0x50, 0x1a, 0x0f, 0x12, 0x0f, 0x12, 0x50, 0x1a, 0xb2, 0x22, 0xf3, 0x2a, 0x14, 0x2b, 0x34, 0x2b, 0x34, 0x2b, 0x54, 0x2b, 0x55, 0x2b, 0x54, 0x2b, 0x54, 0x2b, 0x95, 0x33, 0x95, 0x33, 0x75, 0x2b, 0x96, 0x2b, 0xb6, 0x33, 0xb6, 0x33, 0xb7, 0x33, 0xd7, 0x33, 0xd7, 0x33, 0xd7, 0x33, 0xf7, 0x33, 0xf8, 0x33, 0x17, 0x34, 0x17, 0x34, 0x18, 0x34, 0x18, 0x34, 0x18, 0x34, 0x38, 0x34, 0x38, 0x3c, 0x38, 0x34, 0x58, 0x3c, 0x59, 0x3c, 0x38, 0x34, 0x59, 0x34, 0x59, 0x3c, 0x59, 0x3c, 0x79, 0x3c, 0x59, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0xf8, 0x33, 0xf8, 0x33, 0xb8, 0x2b, 0x77, 0x23, 0x36, 0x1b, 0x35, 0x1b, 0xf4, 0x12, 0xf5, 0x12, 0xd4, 0x12, 0x52, 0x02, 0x52, 0x02, 0xf5, 0x12, 0x56, 0x23, 0x36, 0x23, 0x77, 0x23, 0x15, 0x1b, 0xd5, 0x12, 0x77, 0x23, 0x77, 0x2b, 0xd4, 0x1a, 0xb3, 0x12, 0x55, 0x23, 0x39, 0x44, 0xfc, 0x5c, 0x1c, 0x65, 0xfb, 0x5c, 0xfc, 0x5c, 0x3c, 0x65, 0x3c, 0x65, 0x3d, 0x65, 0x3d, 0x65, 0x3d, 0x65, 0x5d, 0x65, 0x7e, 0x65, 0x3d, 0x5d, 0x9b, 0x4c, 0x5a, 0x3c, 0x3a, 0x3c, 0x3a, 0x34, 0x19, 0x34, 0x19, 0x2c, 0x19, 0x2c, 0x1a, 0x2c, 0x3a, 0x2c, 0x3a, 0x2c, 0x9c, 0x3c, 0x9c, 0x3c, 0xbc, 0x44, 0xdd, 0x44, 0xdd, 0x44, 0xdd, 0x44, 0xdd, 0x3c, 0xdd, 0x3c, 0x9d, 0x3c, 0x9c, 0x3c, 0x9d, 0x34, 0x7c, 0x34, 0x5c, 0x34, 0x5c, 0x34, 0x3c, 0x2c, 0x3b, 0x2c, 0xfb, 0x2b, 0xfa, 0x23, 0xda, 0x23, 0xb9, 0x23, 0x99, 0x1b, 0x98, 0x1b, 0x78, 0x1b, 0x57, 0x1b, 0x37, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x16, 0x1b, 0x35, 0x1b, 0x35, 0x1b, 0x36, 0x1b, 0x36, 0x23, 0x56, 0x23, 0x76, 0x23, 0x97, 0x23, 0x97, 0x23, 0x97, 0x2b, 0xb8, 0x2b, 0xb9, 0x2b, 0xd9, 0x2b, 0x1a, 0x2c, 0x5a, 0x2c, 0x79, 0x34, 0xda, 0x54, 0x9c, 0x7d, 0x5e, 0xae, 0xdf, 0xc6, 0x3e, 0xe7, 0x7f, 0xf7, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x3e, 0xe7, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde,
0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb8, 0xc5, 0xb8, 0xc5, 0xb8, 0xc5, 0xb8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x55, 0xbd, 0x55, 0xbd, 0x35, 0xbd, 0x35, 0xbd, 0x35, 0xb5, 0x14, 0xb5, 0x14, 0xb5, 0xf4, 0xb4, 0xf4, 0xb4, 0xd3, 0xb4, 0xb3, 0xac, 0xd4, 0xac, 0x35, 0xb5, 0xb7, 0xc5, 0x19, 0xce, 0x7b, 0xd6, 0xbd, 0xd6, 0xde, 0xd6, 0xbe, 0xce, 0x5d, 0xbe, 0x5d, 0xb6, 0xbf, 0xbe, 0x5f, 0xcf, 0x9f, 0xef, 0xbf, 0xef, 0xdf, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xbf, 0xff, 0xbf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xe7, 0xbf, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xdf, 0x3f, 0xcf, 0xbe, 0xbe, 0x1d, 0xa6, 0xbc, 0x8d, 0x9c, 0x85, 0xbd, 0x8d, 0x7d, 0x85, 0x7c, 0x7d, 0x7c, 0x7d, 0x5c, 0x7d, 0x5c, 0x7d, 0x5c, 0x7d, 0x5c, 0x75, 0x5c, 0x75, 0x3b, 0x75, 0x3c, 0x75, 0x3c, 0x75, 0x3b, 0x75, 0x1b, 0x6d, 0x1b, 0x6d, 0x1b, 0x6d, 0x1b, 0x6d, 0x3b, 0x6d, 0x1b, 0x6d, 0x1b, 0x6d, 0x1b, 0x6d, 0x1a, 0x6d, 0x98, 0x5c, 0xb4, 0x3b, 0xf1, 0x2a, 0xd0, 0x22, 0xaf, 0x22, 0x8f, 0x1a, 0x8f, 0x1a, 0x8f, 0x1a, 0x8f, 0x1a, 0xaf, 0x22, 0xaf, 0x22, 0xaf, 0x22, 0x8f, 0x22, 0x8f, 0x22, 0x8e, 0x22, 0x8e, 0x2a, 0xae, 0x2a, 0x8e, 0x2a, 0x8e, 0x32, 0x8e, 0x32, 0x4d, 0x22, 0x6e, 0x2a, 0xec, 0x11, 0x0d, 0x12, 0xab, 0x09, 0x6b, 0x01, 0x2a, 0x01, 0xe9, 0x00, 0xe9, 0x00, 0x0a, 0x01, 0x4b, 0x01, 0x8c, 0x09, 0xac, 0x09, 0xad, 0x09, 0xad, 0x09, 0xae, 0x09, 0xae, 0x09, 0xef, 0x11, 0x30, 0x1a, 0x71, 0x1a, 0x91, 0x1a, 0xb2, 0x1a, 0xd2, 0x1a, 0xf3, 0x22, 0x13, 0x2b, 0x13, 0x23, 0x14, 0x2b, 0x54, 0x2b, 0x55, 0x2b, 0x54, 0x2b, 0x75, 0x33, 0x96, 0x33, 0x96, 0x33, 0x96, 0x33, 0xb7, 0x33, 0xb7, 0x33, 0xb6, 0x33, 0xb7, 0x33, 0xd7, 0x33, 0xf7, 0x33, 0xf7, 0x33, 0xf7, 0x33, 0xf7, 0x33, 0xf7, 0x33, 0xf7, 0x33, 0xf7, 0x33, 0xf8, 0x33, 0x18, 0x34, 0x38, 0x34, 0xf7, 0x2b, 0xf7, 0x33, 0xd7, 0x2b, 0xb6, 0x23, 0xd7, 0x2b, 0x96, 0x23, 0x97, 0x2b, 0x76, 0x23, 0x36, 0x1b, 0x15, 0x1b, 0xf5, 0x12, 0xf5, 0x12, 0xb4, 0x12, 0x73, 0x0a, 0x52, 0x02, 0x32, 0x02, 0xb4, 0x12, 0xf5, 0x12, 0x32, 0x02, 0x32, 0x02, 0x16, 0x1b, 0x98, 0x2b, 0x97, 0x2b, 0x97, 0x2b, 0xf5, 0x12, 0x93, 0x0a, 0xf5, 0x1a, 0x76, 0x2b, 0x97, 0x33, 0xf8, 0x3b, 0x9b, 0x54, 0xbb, 0x54, 0xdb, 0x5c, 0x1c, 0x65, 0x1c, 0x5d, 0x1b, 0x5d, 0x1c, 0x5d, 0x3c, 0x65, 0x1d, 0x65, 0x5d, 0x65, 0x5d, 0x65, 0x5e, 0x65, 0x7e, 0x65, 0xdc, 0x54, 0x39, 0x3c, 0x39, 0x3c, 0x19, 0x34, 0x19, 0x34, 0x3a, 0x34, 0x5a, 0x3c, 0x7b, 0x3c, 0x9c, 0x3c, 0xbc, 0x44, 0xfd, 0x44, 0x1e, 0x4d, 0x1e, 0x4d, 0x1e, 0x4d, 0x1e, 0x4d, 0xfe, 0x44, 0xfd, 0x44, 0xdd, 0x3c, 0xbd, 0x3c, 0xbd, 0x3c, 0x9d, 0x3c, 0x9d, 0x34, 0x7c, 0x34, 0x5c, 0x34, 0x5c, 0x34, 0x3c, 0x2c, 0x3b, 0x2c, 0xfb, 0x2b, 0xfb, 0x23, 0xda, 0x23, 0xb9, 0x23, 0x99, 0x1b, 0x78, 0x1b, 0x78, 0x1b, 0x57, 0x1b, 0x57, 0x1b, 0x57, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x36, 0x23, 0x36, 0x23, 0x57, 0x23, 0x57, 0x23, 0x77, 0x23, 0x97, 0x23, 0x97, 0x23, 0x98, 0x2b, 0xb8, 0x2b, 0xb9, 0x33, 0xd9, 0x2b, 0x1a, 0x2c, 0x5a, 0x2c, 0x79, 0x34, 0xd9, 0x4c, 0x7b, 0x7d, 0x3e, 0xa6, 0xdf, 0xc6, 0x1e, 0xe7, 0x7f, 0xef, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x5e, 0xef, 0xbc, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6,
0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x56, 0xbd, 0x55, 0xbd, 0x35, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x14, 0xb5, 0x14, 0xb5, 0xf4, 0xb4, 0xd3, 0xb4, 0xb3, 0xb4, 0xb3, 0xac, 0x92, 0xac, 0xd3, 0xac, 0x35, 0xb5, 0xb8, 0xc5, 0xf9, 0xcd, 0x7b, 0xd6, 0xbc, 0xd6, 0xdd, 0xd6, 0x9d, 0xc6, 0x3c, 0xb6, 0x3c, 0xae, 0x9e, 0xb6, 0xff, 0xc6, 0x5f, 0xe7, 0x9f, 0xef, 0xdf, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xbf, 0xff, 0xbf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xe7, 0x9f, 0xe7, 0xbf, 0xe7, 0x5f, 0xd7, 0xbe, 0xbe, 0x3d, 0xae, 0xdc, 0x9d, 0x9c, 0x8d, 0x9d, 0x85, 0xbd, 0x85, 0x7c, 0x7d, 0x7c, 0x7d, 0x5c, 0x7d, 0x5c, 0x7d, 0x3c, 0x7d, 0x3c, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x1b, 0x75, 0x1b, 0x75, 0x1b, 0x6d, 0x1b, 0x6d, 0x1b, 0x6d, 0x1b, 0x6d, 0xfb, 0x6c, 0xfa, 0x64, 0xdb, 0x64, 0xfb, 0x64, 0xda, 0x64, 0xda, 0x64, 0xfa, 0x64, 0xd9, 0x64, 0xf6, 0x4b, 0x12, 0x2b, 0xf1, 0x2a, 0xb0, 0x22, 0x8f, 0x1a, 0x8f, 0x1a, 0x8f, 0x1a, 0x8f, 0x1a, 0x8f, 0x1a, 0xaf, 0x22, 0xaf, 0x22, 0x8f, 0x22, 0x6e, 0x1a, 0x6e, 0x22, 0x6e, 0x22, 0x8e, 0x2a, 0x8e, 0x2a, 0x8e, 0x32, 0x6d, 0x2a, 0x2c, 0x22, 0x8e, 0x32, 0x6e, 0x2a, 0x0c, 0x1a, 0x8b, 0x01, 0x4a, 0x01, 0xe8, 0x00, 0xc8, 0x00, 0xa8, 0x00, 0xc9, 0x00, 0x4b, 0x01, 0xac, 0x11, 0xcd, 0x11, 0x8c, 0x09, 0x4b, 0x01, 0x4c, 0x01, 0x6c, 0x01, 0x4c, 0x01, 0x4c, 0x01, 0x8d, 0x01, 0xce, 0x09, 0xef, 0x09, 0xef, 0x09, 0x30, 0x12, 0x30, 0x12, 0x50, 0x12, 0x71, 0x1a, 0x92, 0x1a, 0x92, 0x1a, 0x92, 0x1a, 0xd3, 0x22, 0xd3, 0x22, 0xf4, 0x22, 0x14, 0x23, 0x14, 0x23, 0x14, 0x23, 0x35, 0x23, 0x35, 0x23, 0x35, 0x23, 0x55, 0x23, 0x55, 0x23, 0x55, 0x23, 0x55, 0x23, 0x55, 0x23, 0x55, 0x23, 0x55, 0x23, 0x55, 0x23, 0x55, 0x23, 0x35, 0x1b, 0x15, 0x1b, 0x35, 0x1b, 0xf4, 0x12, 0xf4, 0x12, 0x35, 0x1b, 0xf4, 0x12, 0xf5, 0x1a, 0x93, 0x0a, 0x32, 0x02, 0x32, 0x02, 0x93, 0x0a, 0xb4, 0x12, 0x73, 0x0a, 0xf1, 0x01, 0xf1, 0x01, 0x53, 0x02, 0x57, 0x23, 0xb8, 0x33, 0xd5, 0x12, 0x73, 0x02, 0xd5, 0x12, 0x16, 0x1b, 0xb4, 0x0a, 0xf5, 0x12, 0xf4, 0x12, 0x15, 0x1b, 0xb8, 0x33, 0x39, 0x44, 0x9b, 0x4c, 0xfc, 0x5c, 0x1d, 0x65, 0xfc, 0x5c, 0xdb, 0x5c, 0xfb, 0x5c, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x5c, 0x65, 0x5d, 0x65, 0x7d, 0x6d, 0x5d, 0x65, 0x5d, 0x65, 0x3d, 0x5d, 0x9b, 0x4c, 0x19, 0x3c, 0x5a, 0x3c, 0x7b, 0x44, 0x9b, 0x44, 0xdc, 0x4c, 0xfd, 0x4c, 0xfd, 0x4c, 0x1e, 0x55, 0x3e, 0x55, 0x5f, 0x55, 0x3e, 0x55, 0x1e, 0x4d, 0x1e, 0x4d, 0xfe, 0x4c, 0xfe, 0x4c, 0xfe, 0x44, 0xfd, 0x44, 0xdd, 0x3c, 0xbd, 0x3c, 0x9d, 0x3c, 0x9d, 0x34, 0x7c, 0x34, 0x5c, 0x34, 0x5c, 0x34, 0x3c, 0x2c, 0x3c, 0x2c, 0x1b, 0x2c, 0xfb, 0x23, 0xda, 0x23, 0xba, 0x23, 0xb9, 0x23, 0x99, 0x1b, 0x78, 0x1b, 0x78, 0x1b, 0x57, 0x1b, 0x57, 0x1b, 0x57, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x56, 0x23, 0x56, 0x23, 0x56, 0x23, 0x57, 0x23, 0x77, 0x23, 0x97, 0x23, 0x97, 0x23, 0x97, 0x23, 0x98, 0x2b, 0xb8, 0x2b, 0xb9, 0x33, 0xd9, 0x2b, 0x1a, 0x2c, 0x5a, 0x2c, 0x7a, 0x3c, 0xd9, 0x4c, 0x5b, 0x75, 0x1e, 0xa6, 0xdf, 0xc6, 0x1d, 0xe7, 0x7f, 0xef, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0x5f, 0xef, 0xdc, 0xde, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6,
0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x96, 0xbd, 0x76, 0xbd, 0x56, 0xbd, 0x56, 0xb5, 0x55, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x34, 0xb5, 0x14, 0xb5, 0xf4, 0xb4, 0xd3, 0xac, 0xb3, 0xb4, 0xb3, 0xac, 0x72, 0xac, 0x72, 0xa4, 0xb3, 0xac, 0x35, 0xbd, 0xb8, 0xc5, 0x19, 0xce, 0x7b, 0xd6, 0xbd, 0xd6, 0xbd, 0xce, 0x7d, 0xc6, 0x3c, 0xb6, 0x1c, 0xae, 0x5e, 0xae, 0x9f, 0xb6, 0x1e, 0xd7, 0x5f, 0xdf, 0xbf, 0xef, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xbf, 0xff, 0xbf, 0xff, 0xbf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xe7, 0x9f, 0xdf, 0x7f, 0xdf, 0xfe, 0xc6, 0x5d, 0xb6, 0xfc, 0x9d, 0xbc, 0x95, 0xbd, 0x8d, 0x9d, 0x85, 0x9d, 0x85, 0x7c, 0x7d, 0x5c, 0x7d, 0x3c, 0x7d, 0x3b, 0x7d, 0x3b, 0x7d, 0x3b, 0x75, 0x1b, 0x75, 0x1b, 0x75, 0x1a, 0x6d, 0xfa, 0x6c, 0xfa, 0x6c, 0xfa, 0x6c, 0xda, 0x64, 0xda, 0x64, 0xda, 0x64, 0xda, 0x64, 0xba, 0x5c, 0xda, 0x64, 0xba, 0x64, 0x99, 0x5c, 0xb9, 0x5c, 0xd9, 0x64, 0x36, 0x54, 0x73, 0x33, 0xf1, 0x22, 0xb0, 0x22, 0x8f, 0x1a, 0x8f, 0x1a, 0xaf, 0x22, 0xaf, 0x22, 0x8f, 0x1a, 0x8f, 0x1a, 0xaf, 0x22, 0xaf, 0x22, 0x8f, 0x22, 0x4d, 0x1a, 0x4d, 0x22, 0x6d, 0x2a, 0x8e, 0x32, 0x8d, 0x32, 0x71, 0x4b, 0x0f, 0x43, 0x4d, 0x2a, 0x6d, 0x2a, 0x6d, 0x22, 0x2d, 0x1a, 0x0c, 0x12, 0x6a, 0x01, 0xa8, 0x00, 0xa7, 0x00, 0xe8, 0x00, 0x8b, 0x11, 0x2e, 0x22, 0x2e, 0x1a, 0xac, 0x11, 0x6b, 0x09, 0x4b, 0x01, 0x6c, 0x09, 0x4c, 0x09, 0xeb, 0x00, 0x0b, 0x01, 0x8d, 0x09, 0xae, 0x09, 0x6d, 0x01, 0xae, 0x01, 0xae, 0x01, 0xae, 0x01, 0xcf, 0x09, 0x30, 0x12, 0x10, 0x0a, 0xef, 0x09, 0x10, 0x0a, 0x10, 0x0a, 0x51, 0x12, 0x72, 0x12, 0x51, 0x0a, 0x51, 0x0a, 0x92, 0x12, 0xb3, 0x1a, 0xb3, 0x12, 0x72, 0x12, 0x93, 0x12, 0x93, 0x12, 0xb3, 0x12, 0xb3, 0x12, 0xb3, 0x12, 0x93, 0x0a, 0x73, 0x0a, 0x93, 0x0a, 0x72, 0x0a, 0x93, 0x0a, 0xb4, 0x12, 0x73, 0x0a, 0x73, 0x0a, 0x15, 0x1b, 0x15, 0x1b, 0xd4, 0x12, 0x32, 0x02, 0xb0, 0x01, 0xf1, 0x01, 0xd5, 0x1a, 0x36, 0x23, 0xd5, 0x12, 0x12, 0x02, 0x11, 0x02, 0x94, 0x0a, 0x77, 0x2b, 0xb8, 0x33, 0x16, 0x1b, 0x94, 0x0a, 0xb4, 0x12, 0xd5, 0x12, 0xb4, 0x0a, 0xf5, 0x12, 0x56, 0x23, 0xf8, 0x33, 0x9b, 0x4c, 0xdc, 0x54, 0xfc, 0x5c, 0x1c, 0x65, 0xdb, 0x54, 0x1c, 0x65, 0x3c, 0x65, 0x1b, 0x5d, 0x1c, 0x5d, 0x5d, 0x65, 0x7d, 0x6d, 0x5c, 0x65, 0x7d, 0x65, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x65, 0x5d, 0x65, 0x1c, 0x55, 0xfc, 0x54, 0x1d, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x7f, 0x5d, 0x7f, 0x65, 0x7f, 0x5d, 0x5f, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x3f, 0x55, 0x1e, 0x4d, 0xfe, 0x4c, 0xfd, 0x44, 0xfd, 0x44, 0xfe, 0x44, 0xdd, 0x44, 0xdd, 0x3c, 0x9d, 0x3c, 0x9d, 0x3c, 0x9d, 0x34, 0x7d, 0x34, 0x5c, 0x34, 0x5c, 0x34, 0x3c, 0x2c, 0x3c, 0x2c, 0x1b, 0x2c, 0xfb, 0x23, 0xda, 0x23, 0xda, 0x23, 0xb9, 0x23, 0x99, 0x23, 0x98, 0x23, 0x78, 0x1b, 0x57, 0x1b, 0x57, 0x1b, 0x57, 0x1b, 0x57, 0x1b, 0x36, 0x23, 0x56, 0x23, 0x57, 0x23, 0x57, 0x23, 0x57, 0x23, 0x77, 0x23, 0x97, 0x23, 0x97, 0x23, 0x97, 0x23, 0xb7, 0x2b, 0xb8, 0x2b, 0xb9, 0x33, 0xd9, 0x2b, 0x1a, 0x2c, 0x5a, 0x34, 0x9a, 0x3c, 0xd9, 0x4c, 0x5b, 0x75, 0x1d, 0xa6, 0xdf, 0xc6, 0x1d, 0xe7, 0x7f, 0xef, 0xbf, 0xf7, 0xff, 0xff, 0xdf, 0xff, 0x7f, 0xef, 0xdd, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbb, 0xde, 0xbb, 0xde, 0x9b, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6,
0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x76, 0xbd, 0x56, 0xb5, 0x56, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x15, 0xb5, 0x15, 0xb5, 0x14, 0xb5, 0xf4, 0xb4, 0xd3, 0xac, 0xb3, 0xac, 0x92, 0xac, 0x72, 0xac, 0x52, 0xa4, 0x52, 0xa4, 0xb3, 0xac, 0x56, 0xbd, 0xd8, 0xcd, 0x19, 0xce, 0x7b, 0xd6, 0x9d, 0xd6, 0xbd, 0xce, 0x7d, 0xbe, 0x3c, 0xae, 0x1c, 0xa6, 0x3d, 0xa6, 0x5e, 0xae, 0x9c, 0xc6, 0xfd, 0xd6, 0x7f, 0xe7, 0xdf, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xbf, 0xff, 0xbf, 0xff, 0xbf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0xbf, 0xe7, 0x7f, 0xe7, 0x5f, 0xd7, 0xde, 0xc6, 0x7c, 0xb6, 0x1c, 0xa6, 0xdc, 0x9d, 0xbc, 0x95, 0x9d, 0x8d, 0x7d, 0x85, 0x7d, 0x7d, 0x5c, 0x7d, 0x3c, 0x7d, 0x3b, 0x7d, 0x1b, 0x75, 0x1b, 0x75, 0x1b, 0x75, 0xfa, 0x74, 0xfa, 0x6c, 0xfa, 0x6c, 0xda, 0x6c, 0xda, 0x64, 0xda, 0x64, 0xd9, 0x64, 0xb9, 0x64, 0xd9, 0x5c, 0xb9, 0x5c, 0xba, 0x5c, 0xba, 0x5c, 0x99, 0x5c, 0x79, 0x5c, 0x78, 0x5c, 0x78, 0x54, 0x37, 0x4c, 0xd5, 0x43, 0x11, 0x2b, 0xd0, 0x22, 0x8f, 0x1a, 0x8f, 0x1a, 0xaf, 0x1a, 0xaf, 0x1a, 0x8f, 0x1a, 0x8f, 0x1a, 0x8f, 0x1a, 0xd0, 0x22, 0xaf, 0x22, 0x6d, 0x1a, 0x6d, 0x22, 0xae, 0x32, 0xce, 0x32, 0x8d, 0x32, 0xd6, 0x7c, 0xf7, 0x7c, 0xae, 0x32, 0x2c, 0x22, 0x6d, 0x2a, 0x8e, 0x2a, 0x2d, 0x1a, 0xcb, 0x11, 0xe8, 0x08, 0xc8, 0x00, 0xe8, 0x00, 0x6b, 0x11, 0xed, 0x19, 0x0d, 0x1a, 0xac, 0x11, 0x6b, 0x09, 0x6b, 0x09, 0xcd, 0x19, 0x8d, 0x11, 0xeb, 0x00, 0x0b, 0x01, 0xae, 0x11, 0xef, 0x11, 0x6d, 0x01, 0xce, 0x09, 0xae, 0x09, 0x8e, 0x01, 0xef, 0x09, 0x51, 0x1a, 0x10, 0x12, 0xae, 0x01, 0x8e, 0x01, 0xf0, 0x09, 0x51, 0x12, 0x31, 0x0a, 0xcf, 0x01, 0xd0, 0x01, 0x51, 0x0a, 0x93, 0x1a, 0x92, 0x12, 0x11, 0x02, 0x32, 0x0a, 0x73, 0x12, 0x93, 0x12, 0x93, 0x12, 0x93, 0x12, 0x52, 0x0a, 0x52, 0x0a, 0xb4, 0x12, 0x93, 0x12, 0xb4, 0x12, 0xf5, 0x1a, 0x93, 0x0a, 0x93, 0x0a, 0x56, 0x23, 0x57, 0x2b, 0xd5, 0x1a, 0x32, 0x02, 0xb0, 0x01, 0xf1, 0x01, 0xd5, 0x1a, 0x77, 0x2b, 0x16, 0x23, 0x73, 0x0a, 0x32, 0x02, 0xb4, 0x12, 0x16, 0x1b, 0x16, 0x1b, 0xf5, 0x1a, 0xf5, 0x1a, 0x36, 0x23, 0x57, 0x23, 0x97, 0x23, 0x97, 0x2b, 0xd8, 0x33, 0x5a, 0x44, 0xdc, 0x54, 0xfc, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x54, 0x1c, 0x65, 0x5c, 0x65, 0x3c, 0x65, 0x1c, 0x5d, 0x7c, 0x65, 0x9d, 0x6d, 0x7c, 0x65, 0x7d, 0x65, 0x5d, 0x65, 0x9e, 0x6d, 0xbe, 0x75, 0xbf, 0x6d, 0xdf, 0x75, 0xdf, 0x75, 0xdf, 0x75, 0xbf, 0x6d, 0xbf, 0x6d, 0xbf, 0x6d, 0x9f, 0x65, 0x9f, 0x65, 0x7f, 0x5d, 0x5e, 0x5d, 0x3e, 0x5d, 0x3f, 0x55, 0x3e, 0x4d, 0x1e, 0x4d, 0xfd, 0x44, 0xfd, 0x44, 0xfe, 0x44, 0xdd, 0x44, 0xdd, 0x3c, 0x9d, 0x3c, 0x9d, 0x3c, 0x9d, 0x3c, 0x9d, 0x3c, 0x7d, 0x34, 0x5c, 0x34, 0x3c, 0x34, 0x3c, 0x2c, 0x1b, 0x2c, 0x1b, 0x2c, 0xfa, 0x23, 0xda, 0x23, 0xb9, 0x23, 0xb9, 0x23, 0x98, 0x1b, 0x78, 0x1b, 0x77, 0x1b, 0x57, 0x1b, 0x57, 0x1b, 0x57, 0x23, 0x57, 0x23, 0x57, 0x23, 0x57, 0x23, 0x57, 0x23, 0x77, 0x23, 0x77, 0x23, 0x97, 0x23, 0x97, 0x23, 0x97, 0x23, 0xb7, 0x2b, 0xb8, 0x33, 0xd9, 0x33, 0xfa, 0x33, 0x1a, 0x2c, 0x7a, 0x34, 0x9a, 0x3c, 0xd9, 0x4c, 0x3a, 0x75, 0x1d, 0xa6, 0xdf, 0xce, 0x1d, 0xe7, 0x7f, 0xef, 0xbf, 0xf7, 0xdf, 0xff, 0xdf, 0xff, 0x7f, 0xf7, 0xdd, 0xde, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xde, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6,
0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xb5, 0x77, 0xbd, 0x77, 0xbd, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x77, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x77, 0xbd, 0x77, 0xbd, 0x76, 0xb5, 0x76, 0xb5, 0x56, 0xb5, 0x55, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x15, 0xb5, 0x14, 0xb5, 0x14, 0xb5, 0x14, 0xb5, 0xf4, 0xb4, 0xd3, 0xb4, 0xb3, 0xac, 0x92, 0xac, 0x51, 0xa4, 0x51, 0xa4, 0x31, 0xa4, 0x51, 0xa4, 0xb3, 0xac, 0x56, 0xbd, 0xd8, 0xcd, 0x19, 0xce, 0x7b, 0xd6, 0x9c, 0xce, 0xbd, 0xce, 0x7d, 0xbe, 0x3c, 0xae, 0x1c, 0xa6, 0x1d, 0xa6, 0x1d, 0xa6, 0x3b, 0xb6, 0x9c, 0xc6, 0x3e, 0xdf, 0xbf, 0xef, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xbf, 0xff, 0xbf, 0xff, 0xbf, 0xf7, 0xbf, 0xef, 0xbf, 0xef, 0x9f, 0xe7, 0x7f, 0xdf, 0x3f, 0xd7, 0x1b, 0xae, 0xfb, 0xad, 0xdb, 0xa5, 0xdc, 0x9d, 0xdc, 0x95, 0x9d, 0x8d, 0x7d, 0x7d, 0x5d, 0x7d, 0x3c, 0x7d, 0x3c, 0x7d, 0x1b, 0x75, 0x1b, 0x75, 0xfb, 0x74, 0xfa, 0x74, 0xfa, 0x74, 0xfa, 0x6c, 0xda, 0x6c, 0xda, 0x6c, 0xd9, 0x64, 0xb9, 0x64, 0xb9, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0xb9, 0x5c, 0x99, 0x5c, 0x79, 0x54, 0x79, 0x54, 0x78, 0x54, 0x58, 0x54, 0x37, 0x4c, 0xf6, 0x43, 0xf5, 0x4b, 0x52, 0x33, 0xf1, 0x22, 0x8f, 0x1a, 0x6e, 0x1a, 0x6f, 0x1a, 0x8f, 0x1a, 0x8f, 0x1a, 0xaf, 0x22, 0x6e, 0x1a, 0xaf, 0x22, 0xaf, 0x22, 0x4d, 0x1a, 0x6d, 0x22, 0xcf, 0x32, 0xef, 0x3a, 0x8d, 0x32, 0x34, 0x6c, 0xda, 0x9d, 0x30, 0x43, 0x6d, 0x2a, 0x6d, 0x2a, 0x6d, 0x22, 0x2d, 0x1a, 0x6e, 0x22, 0xab, 0x19, 0x4a, 0x11, 0x09, 0x01, 0x4a, 0x09, 0x8b, 0x11, 0x8b, 0x09, 0x6b, 0x09, 0x4b, 0x09, 0x4b, 0x09, 0xce, 0x19, 0xad, 0x19, 0xeb, 0x00, 0x0b, 0x01, 0xce, 0x19, 0x0f, 0x1a, 0x6d, 0x09, 0x30, 0x1a, 0xef, 0x11, 0xce, 0x09, 0x30, 0x1a, 0xb2, 0x22, 0x71, 0x1a, 0xcf, 0x09, 0x6d, 0x01, 0x71, 0x1a, 0xb3, 0x22, 0x92, 0x1a, 0xd0, 0x01, 0xcf, 0x01, 0x72, 0x12, 0xd3, 0x1a, 0xb3, 0x1a, 0x12, 0x0a, 0x52, 0x0a, 0x93, 0x12, 0xb4, 0x1a, 0xd5, 0x1a, 0xb4, 0x1a, 0x94, 0x12, 0x73, 0x12, 0x36, 0x23, 0x16, 0x23, 0x36, 0x23, 0x57, 0x2b, 0xb4, 0x12, 0xb4, 0x12, 0x97, 0x2b, 0x98, 0x2b, 0xb4, 0x12, 0x33, 0x0a, 0xd1, 0x01, 0xf1, 0x01, 0x73, 0x0a, 0xf5, 0x1a, 0xf5, 0x1a, 0xd5, 0x12, 0xb4, 0x12, 0x16, 0x1b, 0x36, 0x23, 0x36, 0x23, 0x98, 0x2b, 0xf9, 0x3b, 0x1a, 0x3c, 0x3a, 0x3c, 0xf9, 0x33, 0xd8, 0x33, 0xf8, 0x33, 0x7a, 0x44, 0xfc, 0x5c, 0xfc, 0x5c, 0xfb, 0x5c, 0xdb, 0x5c, 0x3c, 0x65, 0x1c, 0x5d, 0x1b, 0x5d, 0x3c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x7c, 0x65, 0x7d, 0x65, 0x5d, 0x65, 0xbe, 0x75, 0xff, 0x7d, 0x1f, 0x7e, 0x3f, 0x7e, 0x1f, 0x7e, 0xbf, 0x6d, 0xbf, 0x6d, 0xbf, 0x6d, 0x9f, 0x65, 0x7f, 0x65, 0x7f, 0x65, 0x7f, 0x65, 0x5f, 0x5d, 0x3e, 0x5d, 0x1e, 0x55, 0x1e, 0x4d, 0xfe, 0x4c, 0xfe, 0x44, 0xfe, 0x4c, 0x1e, 0x45, 0xfe, 0x44, 0xde, 0x44, 0x9d, 0x3c, 0xbd, 0x3c, 0xbd, 0x3c, 0x9d, 0x3c, 0x9d, 0x3c, 0x7c, 0x34, 0x5c, 0x34, 0x3c, 0x34, 0x3b, 0x2c, 0x1b, 0x2c, 0xfa, 0x23, 0xda, 0x23, 0xd9, 0x23, 0xb9, 0x23, 0x99, 0x23, 0x98, 0x23, 0x78, 0x1b, 0x78, 0x23, 0x77, 0x23, 0x57, 0x23, 0x57, 0x23, 0x77, 0x23, 0x77, 0x23, 0x77, 0x2b, 0x77, 0x23, 0x97, 0x23, 0x97, 0x23, 0x97, 0x23, 0x97, 0x23, 0xb7, 0x2b, 0xb8, 0x33, 0xd9, 0x33, 0xd9, 0x33, 0x1a, 0x2c, 0x7a, 0x34, 0x9a, 0x3c, 0xd9, 0x54, 0x3a, 0x75, 0x1d, 0xa6, 0xdf, 0xce, 0x1e, 0xe7, 0x7f, 0xef, 0xbf, 0xf7, 0xdf, 0xff, 0xdf, 0xff, 0x7f, 0xf7, 0xdd, 0xde, 0x7b, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6,
0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x96, 0xbd, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x35, 0xb5, 0x14, 0xb5, 0x14, 0xb5, 0xf4, 0xac, 0xd3, 0xac, 0xf3, 0xb4, 0xf3, 0xb4, 0xd3, 0xac, 0xd2, 0xac, 0xb2, 0xac, 0xb2, 0xac, 0x91, 0xac, 0x91, 0xa4, 0x4f, 0xac, 0x2f, 0xa4, 0x0f, 0xa4, 0xef, 0x9b, 0xb2, 0xac, 0x96, 0xbd, 0xd8, 0xc5, 0x39, 0xce, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xce, 0x7c, 0xbe, 0x1c, 0xb6, 0x1c, 0xa6, 0x1d, 0xa6, 0x3e, 0xa6, 0x3c, 0xae, 0x7d, 0xb6, 0xfe, 0xce, 0x9f, 0xe7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xdf, 0xff, 0xbf, 0xf7, 0x7f, 0xe7, 0x9f, 0xe7, 0xdf, 0xe7, 0x3f, 0xcf, 0x7e, 0xb6, 0xfc, 0xa5, 0xfc, 0x9d, 0xdc, 0x9d, 0xbc, 0x95, 0xbc, 0x8d, 0xbc, 0x8d, 0x7b, 0x85, 0x5b, 0x7d, 0x3b, 0x75, 0x1a, 0x75, 0x1a, 0x75, 0xfa, 0x6c, 0xfa, 0x6c, 0xfa, 0x6c, 0xfa, 0x64, 0xfa, 0x64, 0xd9, 0x64, 0xd9, 0x64, 0xb9, 0x5c, 0x99, 0x5c, 0x99, 0x5c, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x77, 0x54, 0x57, 0x4c, 0x37, 0x4c, 0x36, 0x4c, 0x16, 0x4c, 0xf5, 0x43, 0xd4, 0x43, 0xb4, 0x43, 0x72, 0x3b, 0xf0, 0x2a, 0x8e, 0x22, 0x6e, 0x1a, 0x6e, 0x22, 0x6d, 0x22, 0x6d, 0x22, 0x6d, 0x22, 0x8e, 0x22, 0x8f, 0x22, 0x6e, 0x22, 0x4e, 0x1a, 0x6e, 0x22, 0xaf, 0x32, 0xcf, 0x32, 0xaf, 0x3a, 0xae, 0x3a, 0xb6, 0x7c, 0x95, 0x74, 0x8e, 0x32, 0x0c, 0x1a, 0x8e, 0x22, 0x8f, 0x22, 0x4e, 0x1a, 0x4f, 0x1a, 0x2e, 0x1a, 0x0e, 0x12, 0x0e, 0x12, 0xed, 0x11, 0xcd, 0x09, 0x8c, 0x09, 0x6c, 0x01, 0x8c, 0x09, 0xad, 0x09, 0xad, 0x09, 0x6c, 0x01, 0x4c, 0x01, 0x6d, 0x01, 0xce, 0x09, 0x0f, 0x12, 0x10, 0x12, 0xaf, 0x09, 0xae, 0x01, 0x10, 0x12, 0x72, 0x22, 0x51, 0x1a, 0xcf, 0x09, 0x6e, 0x01, 0x10, 0x12, 0xb3, 0x22, 0xb3, 0x22, 0x10, 0x0a, 0xaf, 0x01, 0x31, 0x12, 0x92, 0x1a, 0x51, 0x1a, 0xb0, 0x01, 0x72, 0x12, 0xf4, 0x22, 0xd4, 0x22, 0xb3, 0x1a, 0xb4, 0x1a, 0x93, 0x1a, 0x72, 0x12, 0xf5, 0x22, 0xf5, 0x1a, 0xf5, 0x1a, 0xd5, 0x1a, 0xb4, 0x12, 0xb4, 0x12, 0xd5, 0x1a, 0x36, 0x23, 0xd4, 0x12, 0x93, 0x0a, 0x72, 0x02, 0x93, 0x02, 0xf4, 0x12, 0x35, 0x1b, 0x76, 0x1b, 0x76, 0x1b, 0xd7, 0x23, 0xf8, 0x2b, 0x18, 0x34, 0x59, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x9a, 0x3c, 0x58, 0x3c, 0x59, 0x44, 0x9a, 0x4c, 0xfb, 0x5c, 0xfb, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xfc, 0x64, 0x3d, 0x6d, 0x3c, 0x6d, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x5d, 0x3c, 0x5d, 0x5d, 0x65, 0x7d, 0x5d, 0x3c, 0x6d, 0x7d, 0x75, 0xdf, 0x85, 0x1f, 0x86, 0x1f, 0x86, 0x1f, 0x86, 0xdf, 0x7d, 0xbe, 0x75, 0xbe, 0x75, 0xbe, 0x6d, 0x9e, 0x6d, 0x7e, 0x65, 0x7e, 0x65, 0x7e, 0x5d, 0x7e, 0x5d, 0x7e, 0x5d, 0x3d, 0x55, 0x1d, 0x55, 0x1c, 0x55, 0xfd, 0x54, 0xfc, 0x54, 0xfc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xbc, 0x44, 0x9c, 0x3c, 0x9c, 0x3c, 0x9c, 0x3c, 0x9c, 0x34, 0x7c, 0x2c, 0x5c, 0x2c, 0x7c, 0x2c, 0x3b, 0x2c, 0x3b, 0x24, 0x1b, 0x24, 0xfa, 0x23, 0xda, 0x23, 0xd9, 0x2b, 0xb8, 0x2b, 0x98, 0x2b, 0x98, 0x2b, 0x97, 0x23, 0x97, 0x23, 0x97, 0x23, 0x97, 0x23, 0x97, 0x23, 0x97, 0x23, 0x97, 0x23, 0xd6, 0x1b, 0xb6, 0x23, 0xb6, 0x23, 0x97, 0x23, 0x98, 0x23, 0xb9, 0x2b, 0xda, 0x2b, 0xfb, 0x23, 0x3b, 0x2c, 0x5b, 0x2c, 0x5b, 0x34, 0x7b, 0x44, 0xbb, 0x54, 0x1c, 0x7d, 0xff, 0xa5, 0xdf, 0xc6, 0x1d, 0xdf, 0x7f, 0xe7, 0xdf, 0xef, 0xff, 0xf7, 0xff, 0xf7, 0xbf, 0xe7, 0x1e, 0xd7, 0xbc, 0xce, 0x9c, 0xce, 0xfd, 0xde, 0x7b, 0xd6, 0x9b, 0xd6, 0xdc, 0xde, 0x7b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6,
0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x96, 0xbd, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x36, 0xb5, 0x35, 0xad, 0x35, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x14, 0xb5, 0xf4, 0xac, 0xf3, 0xac, 0xd3, 0xac, 0xd3, 0xac, 0xd2, 0xac, 0xb2, 0xac, 0xb2, 0xac, 0xb1, 0xac, 0x91, 0xac, 0x71, 0xa4, 0x71, 0xa4, 0x2f, 0xac, 0x0e, 0xa4, 0xee, 0x9b, 0xef, 0x93, 0x92, 0xa4, 0x76, 0xbd, 0xd7, 0xc5, 0x39, 0xce, 0x7b, 0xd6, 0x9c, 0xd6, 0x9d, 0xce, 0x7c, 0xbe, 0x1c, 0xb6, 0x1c, 0xa6, 0x1d, 0xa6, 0x1d, 0xa6, 0x1c, 0xae, 0x3c, 0xb6, 0xbe, 0xc6, 0x5f, 0xdf, 0xdf, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xbf, 0xff, 0xdf, 0xff, 0xbf, 0xf7, 0xbf, 0xef, 0x9f, 0xef, 0x9f, 0xe7, 0x5f, 0xd7, 0xbe, 0xbe, 0x1c, 0xae, 0xfc, 0xa5, 0xdc, 0x9d, 0xbb, 0x95, 0xbb, 0x95, 0xbc, 0x8d, 0xbc, 0x8d, 0x7b, 0x85, 0x5b, 0x7d, 0x1a, 0x75, 0x1a, 0x75, 0xfa, 0x6c, 0xf9, 0x6c, 0xd9, 0x6c, 0xd9, 0x64, 0xd9, 0x64, 0xd9, 0x64, 0xb9, 0x5c, 0x98, 0x5c, 0x78, 0x54, 0x78, 0x54, 0x58, 0x54, 0x58, 0x54, 0x58, 0x54, 0x38, 0x54, 0x37, 0x4c, 0x36, 0x4c, 0x16, 0x4c, 0xf5, 0x43, 0xf5, 0x43, 0xb4, 0x43, 0x93, 0x43, 0x93, 0x3b, 0x52, 0x3b, 0x10, 0x33, 0x8f, 0x22, 0x6e, 0x1a, 0x6d, 0x22, 0x6d, 0x22, 0x6d, 0x22, 0x6d, 0x22, 0x6e, 0x22, 0x8e, 0x22, 0x8e, 0x22, 0x4e, 0x1a, 0x4e, 0x22, 0x8f, 0x2a, 0xcf, 0x32, 0xcf, 0x3a, 0x6d, 0x32, 0xd2, 0x5b, 0x55, 0x6c, 0x71, 0x4b, 0x6d, 0x22, 0x4d, 0x1a, 0x6e, 0x1a, 0x6e, 0x1a, 0x70, 0x22, 0x6f, 0x1a, 0x6f, 0x1a, 0x6f, 0x22, 0x6f, 0x22, 0x4f, 0x22, 0x2f, 0x1a, 0x2e, 0x1a, 0xcd, 0x11, 0x0e, 0x12, 0x0e, 0x12, 0xce, 0x09, 0xad, 0x01, 0xad, 0x01, 0xae, 0x09, 0xce, 0x09, 0xae, 0x01, 0x6d, 0x01, 0x6d, 0x01, 0xcf, 0x09, 0x10, 0x12, 0x10, 0x0a, 0xcf, 0x01, 0x8e, 0x01, 0xcf, 0x09, 0x51, 0x12, 0x51, 0x1a, 0xcf, 0x01, 0x8e, 0x01, 0xf0, 0x09, 0x31, 0x12, 0x10, 0x0a, 0xaf, 0x01, 0x31, 0x0a, 0x93, 0x1a, 0x93, 0x12, 0x72, 0x12, 0x93, 0x12, 0x73, 0x12, 0x52, 0x0a, 0x72, 0x0a, 0x52, 0x0a, 0x73, 0x0a, 0x73, 0x0a, 0x73, 0x0a, 0x73, 0x0a, 0xb4, 0x12, 0xf5, 0x1a, 0x36, 0x1b, 0x35, 0x1b, 0x35, 0x1b, 0x76, 0x23, 0xb7, 0x23, 0xf8, 0x33, 0x39, 0x34, 0x59, 0x34, 0x59, 0x34, 0x59, 0x3c, 0x7a, 0x3c, 0x9a, 0x44, 0x9a, 0x44, 0x9a, 0x3c, 0x9a, 0x3c, 0x9a, 0x44, 0x99, 0x44, 0xba, 0x4c, 0xdb, 0x54, 0xfb, 0x5c, 0xfb, 0x5c, 0xdb, 0x5c, 0xfb, 0x5c, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x5d, 0x5d, 0x65, 0x7d, 0x65, 0x5d, 0x75, 0xbe, 0x7d, 0x1f, 0x86, 0x3f, 0x8e, 0x1f, 0x8e, 0x1f, 0x86, 0xff, 0x7d, 0xff, 0x7d, 0xbf, 0x75, 0xbf, 0x75, 0x9f, 0x6d, 0x9e, 0x65, 0x9e, 0x65, 0x9f, 0x5d, 0x7f, 0x5d, 0x7e, 0x5d, 0x3e, 0x55, 0x3e, 0x55, 0x1d, 0x55, 0x1d, 0x4d, 0xfd, 0x4c, 0xfd, 0x4c, 0xfd, 0x4c, 0xdd, 0x44, 0xdd, 0x44, 0xbc, 0x3c, 0xbc, 0x3c, 0xbd, 0x3c, 0xbd, 0x34, 0x7c, 0x34, 0x7c, 0x2c, 0x5c, 0x2c, 0x3c, 0x2c, 0x3b, 0x2c, 0x1b, 0x2c, 0xfa, 0x2b, 0xfa, 0x2b, 0xd9, 0x2b, 0xb9, 0x2b, 0xb8, 0x2b, 0x98, 0x23, 0x98, 0x2b, 0x97, 0x23, 0x97, 0x23, 0x97, 0x23, 0x98, 0x23, 0x98, 0x23, 0x98, 0x23, 0xb6, 0x1b, 0xb7, 0x23, 0xb7, 0x23, 0x98, 0x2b, 0xb8, 0x2b, 0xb9, 0x2b, 0xd9, 0x2b, 0xda, 0x23, 0xfa, 0x23, 0x1a, 0x24, 0x5a, 0x34, 0x7a, 0x44, 0xba, 0x5c, 0x3c, 0x7d, 0x1f, 0xa6, 0xdf, 0xc6, 0x1d, 0xe7, 0x9f, 0xef, 0xdf, 0xf7, 0xff, 0xf7, 0xff, 0xf7, 0x9f, 0xe7, 0xdd, 0xd6, 0x7c, 0xce, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbc, 0xde, 0x5b, 0xce, 0x9c, 0xd6, 0x1e, 0xe7, 0x5b, 0xce, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6,
0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x76, 0xb5, 0x76, 0xb5, 0x56, 0xb5, 0x76, 0xb5, 0x56, 0xb5, 0x55, 0xb5, 0x35, 0xad, 0x35, 0xad, 0x35, 0xb5, 0x35, 0xb5, 0x15, 0xad, 0x14, 0xad, 0x15, 0xb5, 0x15, 0xb5, 0x14, 0xb5, 0xf4, 0xb4, 0xf4, 0xac, 0xd3, 0xac, 0xd3, 0xac, 0xb2, 0xac, 0xb2, 0xac, 0x91, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x50, 0xa4, 0x30, 0xa4, 0x0e, 0xa4, 0xee, 0x9b, 0xce, 0x9b, 0xce, 0x93, 0x92, 0xa4, 0x76, 0xbd, 0xd7, 0xc5, 0x39, 0xce, 0x7b, 0xd6, 0x9c, 0xd6, 0x9d, 0xce, 0x7c, 0xbe, 0x1c, 0xae, 0xfc, 0xa5, 0x1d, 0xa6, 0x1d, 0x9e, 0x1d, 0xa6, 0x1c, 0xae, 0x5d, 0xb6, 0xde, 0xce, 0x5f, 0xe7, 0xbf, 0xf7, 0xdf, 0xff, 0xdf, 0xff, 0xde, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xbf, 0xf7, 0xbf, 0xff, 0xbf, 0xf7, 0xbf, 0xef, 0xdf, 0xef, 0x7f, 0xdf, 0xde, 0xc6, 0x3c, 0xae, 0xdb, 0x9d, 0xdc, 0x9d, 0xbb, 0x9d, 0xbb, 0x95, 0xbb, 0x95, 0xbc, 0x8d, 0x9b, 0x85, 0x5b, 0x7d, 0x3b, 0x7d, 0x1a, 0x75, 0xfa, 0x6c, 0xd9, 0x6c, 0xd9, 0x64, 0xb9, 0x64, 0xb9, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x78, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x57, 0x54, 0x37, 0x4c, 0x17, 0x4c, 0x16, 0x4c, 0xf5, 0x4b, 0xf5, 0x4b, 0xd4, 0x43, 0xb4, 0x43, 0x93, 0x3b, 0x73, 0x3b, 0x72, 0x3b, 0x31, 0x33, 0x10, 0x33, 0xaf, 0x2a, 0x6e, 0x1a, 0x4d, 0x1a, 0x6d, 0x22, 0x6d, 0x22, 0x6d, 0x1a, 0x4d, 0x1a, 0x8e, 0x22, 0x8e, 0x22, 0x4e, 0x1a, 0x2d, 0x1a, 0x4e, 0x22, 0x8f, 0x32, 0xaf, 0x32, 0x6d, 0x32, 0xae, 0x3a, 0xb2, 0x5b, 0xd3, 0x5b, 0xaf, 0x32, 0x0d, 0x1a, 0x4e, 0x1a, 0x6e, 0x1a, 0x4f, 0x1a, 0x4f, 0x1a, 0x6f, 0x1a, 0x70, 0x22, 0x90, 0x22, 0x90, 0x22, 0x90, 0x22, 0x70, 0x22, 0xee, 0x11, 0x2f, 0x1a, 0x50, 0x1a, 0x70, 0x1a, 0x50, 0x1a, 0x50, 0x1a, 0x50, 0x12, 0x30, 0x12, 0x10, 0x0a, 0xef, 0x09, 0xef, 0x09, 0x10, 0x0a, 0x30, 0x12, 0x10, 0x0a, 0x10, 0x0a, 0x10, 0x0a, 0x10, 0x0a, 0x51, 0x12, 0x71, 0x12, 0x10, 0x0a, 0xf0, 0x01, 0x31, 0x0a, 0x51, 0x12, 0x51, 0x12, 0x11, 0x02, 0x52, 0x0a, 0x93, 0x12, 0xb3, 0x12, 0x93, 0x12, 0xb3, 0x12, 0xb4, 0x12, 0xb4, 0x12, 0xf4, 0x1a, 0xf5, 0x1a, 0x15, 0x1b, 0x36, 0x1b, 0x56, 0x23, 0x76, 0x23, 0x97, 0x2b, 0xb8, 0x2b, 0xd8, 0x2b, 0xf8, 0x33, 0x19, 0x34, 0x39, 0x3c, 0x39, 0x3c, 0x5a, 0x3c, 0x9a, 0x3c, 0xbb, 0x44, 0x9a, 0x3c, 0x9a, 0x3c, 0x9a, 0x3c, 0xba, 0x44, 0x9a, 0x44, 0x9a, 0x3c, 0x9a, 0x3c, 0x9a, 0x44, 0x9a, 0x4c, 0xfb, 0x54, 0x1c, 0x5d, 0xfb, 0x54, 0xdb, 0x54, 0xfc, 0x5c, 0x1c, 0x65, 0x1c, 0x65, 0xdb, 0x5c, 0xfc, 0x64, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x5d, 0x65, 0x7d, 0x65, 0xbe, 0x7d, 0xff, 0x85, 0x5f, 0x8e, 0x5f, 0x8e, 0x1f, 0x8e, 0x1f, 0x86, 0xff, 0x85, 0xff, 0x85, 0xdf, 0x75, 0xbf, 0x75, 0xbf, 0x6d, 0x9f, 0x6d, 0x9f, 0x65, 0x9f, 0x65, 0x7f, 0x5d, 0x7f, 0x5d, 0x5f, 0x55, 0x5f, 0x55, 0x1e, 0x4d, 0x1e, 0x4d, 0xfe, 0x4c, 0xfe, 0x44, 0xfe, 0x44, 0xfe, 0x44, 0xde, 0x44, 0xdd, 0x3c, 0xbd, 0x3c, 0xbd, 0x3c, 0xbd, 0x34, 0x9d, 0x34, 0x7c, 0x2c, 0x7c, 0x2c, 0x5b, 0x34, 0x3b, 0x2c, 0x3b, 0x2c, 0x1a, 0x2c, 0xfa, 0x2b, 0xfa, 0x2b, 0xd9, 0x2b, 0xb9, 0x2b, 0xb8, 0x23, 0xb8, 0x23, 0x98, 0x23, 0x98, 0x23, 0x98, 0x23, 0x98, 0x23, 0x98, 0x23, 0x98, 0x23, 0xb8, 0x23, 0xb8, 0x23, 0xb8, 0x2b, 0x98, 0x2b, 0x98, 0x2b, 0xb9, 0x2b, 0xd9, 0x2b, 0xfa, 0x2b, 0x5b, 0x34, 0x5a, 0x34, 0x7a, 0x3c, 0x99, 0x44, 0xb9, 0x5c, 0x5b, 0x7d, 0x5e, 0xa6, 0xff, 0xc6, 0xfc, 0xe6, 0x7e, 0xf7, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, 0xef, 0xdd, 0xd6, 0x9b, 0xce, 0xfd, 0xde, 0x9b, 0xd6, 0x5a, 0xce, 0xbc, 0xde, 0xdc, 0xde, 0x7b, 0xce, 0x7c, 0xce, 0xdd, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6,
0xd7, 0xc5, 0xd7, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x96, 0xbd, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x56, 0xb5, 0x55, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x15, 0xad, 0x15, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xb5, 0xf4, 0xac, 0xd3, 0xac, 0xb3, 0xac, 0xb2, 0xac, 0x91, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x70, 0xa4, 0x50, 0xa4, 0x50, 0xa4, 0x30, 0x9c, 0x2f, 0x9c, 0x0e, 0xa4, 0xee, 0x9b, 0xce, 0x9b, 0xce, 0x93, 0x71, 0xa4, 0x76, 0xbd, 0xb7, 0xc5, 0x39, 0xce, 0x7b, 0xd6, 0x9c, 0xd6, 0x9d, 0xce, 0x7c, 0xbe, 0x1c, 0xae, 0xfc, 0xa5, 0xfc, 0x9d, 0x1d, 0x9e, 0x1d, 0xa6, 0xfd, 0xa5, 0x1c, 0xae, 0x3c, 0xb6, 0xbd, 0xce, 0x3f, 0xdf, 0x9f, 0xf7, 0xdf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xf7, 0x9f, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0x9f, 0xe7, 0x1f, 0xcf, 0x5c, 0xae, 0xdb, 0x9d, 0xdb, 0x9d, 0xbb, 0x9d, 0xbb, 0x95, 0x9b, 0x95, 0x9b, 0x8d, 0x9b, 0x8d, 0x7b, 0x85, 0x5b, 0x7d, 0x1a, 0x75, 0xda, 0x6c, 0xd9, 0x6c, 0xb9, 0x64, 0xb9, 0x64, 0x98, 0x64, 0x98, 0x5c, 0x98, 0x5c, 0x78, 0x5c, 0x77, 0x54, 0x57, 0x54, 0x57, 0x54, 0x37, 0x4c, 0x36, 0x4c, 0x16, 0x4c, 0x16, 0x4c, 0xf6, 0x4b, 0xd5, 0x4b, 0xd4, 0x43, 0xb4, 0x43, 0x93, 0x43, 0x93, 0x3b, 0x52, 0x3b, 0x52, 0x3b, 0x31, 0x33, 0x10, 0x33, 0x10, 0x33, 0xcf, 0x2a, 0x6e, 0x22, 0x4d, 0x1a, 0x6d, 0x1a, 0x6d, 0x22, 0x4d, 0x1a, 0x4d, 0x1a, 0x6e, 0x22, 0x8e, 0x22, 0x4e, 0x1a, 0x2d, 0x1a, 0x2d, 0x1a, 0x4d, 0x22, 0x4d, 0x2a, 0xae, 0x32, 0x2c, 0x2a, 0xcf, 0x3a, 0x51, 0x4b, 0xae, 0x2a, 0x2d, 0x1a, 0x4e, 0x1a, 0x4e, 0x12, 0x2f, 0x12, 0x2f, 0x1a, 0x4f, 0x1a, 0x6f, 0x1a, 0x70, 0x22, 0x70, 0x22, 0x70, 0x22, 0x6f, 0x1a, 0x0e, 0x12, 0x2f, 0x12, 0x70, 0x1a, 0xb1, 0x22, 0xd2, 0x2a, 0xf3, 0x2a, 0xf3, 0x2a, 0xf3, 0x22, 0x13, 0x23, 0xf3, 0x22, 0xd3, 0x1a, 0xd3, 0x1a, 0xd3, 0x1a, 0xd2, 0x1a, 0xb2, 0x1a, 0xd3, 0x1a, 0xd3, 0x1a, 0xf3, 0x1a, 0xf3, 0x1a, 0xd3, 0x1a, 0xd3, 0x1a, 0xf3, 0x1a, 0x14, 0x1b, 0x14, 0x23, 0x14, 0x1b, 0x14, 0x1b, 0x35, 0x23, 0x56, 0x23, 0x56, 0x23, 0x56, 0x23, 0x76, 0x23, 0x96, 0x2b, 0xb7, 0x2b, 0xb7, 0x2b, 0xd8, 0x2b, 0xf8, 0x33, 0x19, 0x34, 0x39, 0x34, 0x39, 0x3c, 0x5a, 0x3c, 0x39, 0x3c, 0x5a, 0x3c, 0x5a, 0x3c, 0x5a, 0x3c, 0x5a, 0x3c, 0x5a, 0x34, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x9a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x9a, 0x3c, 0xba, 0x44, 0xba, 0x4c, 0x1c, 0x5d, 0x1c, 0x5d, 0xfb, 0x54, 0xfc, 0x5c, 0x5d, 0x65, 0x7d, 0x6d, 0x3c, 0x65, 0xdb, 0x54, 0x1c, 0x5d, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x7d, 0x6d, 0x9e, 0x6d, 0xff, 0x85, 0x1f, 0x8e, 0x5f, 0x96, 0x3f, 0x8e, 0x1f, 0x8e, 0xff, 0x85, 0xff, 0x85, 0xff, 0x7d, 0xdf, 0x7d, 0xdf, 0x75, 0xbf, 0x75, 0x9f, 0x6d, 0x9f, 0x65, 0x9f, 0x65, 0x7f, 0x65, 0x7f, 0x65, 0x7f, 0x55, 0x5f, 0x4d, 0x3f, 0x4d, 0x1e, 0x45, 0x1e, 0x45, 0xfe, 0x44, 0xfe, 0x44, 0xfe, 0x44, 0xfe, 0x44, 0xde, 0x3c, 0xbd, 0x3c, 0xbd, 0x34, 0xbd, 0x34, 0x9d, 0x34, 0x9d, 0x34, 0x7c, 0x2c, 0x5b, 0x34, 0x5b, 0x34, 0x3a, 0x34, 0x1a, 0x2c, 0x1a, 0x2c, 0xfa, 0x2b, 0xd9, 0x2b, 0xd9, 0x2b, 0xb9, 0x23, 0xb9, 0x23, 0xb8, 0x23, 0xb8, 0x23, 0x98, 0x23, 0x98, 0x23, 0x98, 0x23, 0x98, 0x23, 0xb9, 0x23, 0xb9, 0x23, 0x99, 0x2b, 0x98, 0x2b, 0x98, 0x2b, 0xb8, 0x33, 0xd9, 0x33, 0x19, 0x34, 0x39, 0x34, 0x38, 0x34, 0x58, 0x3c, 0x98, 0x4c, 0xd8, 0x64, 0x59, 0x7d, 0x1b, 0x9e, 0x7d, 0xb6, 0x59, 0xd6, 0x7a, 0xd6, 0x59, 0xce, 0xf8, 0xc5, 0xd8, 0xbd, 0x97, 0xb5, 0x77, 0xad, 0x77, 0xad, 0x97, 0xb5, 0x9b, 0xd6, 0x9c, 0xd6, 0x5b, 0xce, 0x9c, 0xd6, 0xbc, 0xd6, 0x9c, 0xce, 0x9c, 0xce, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6,
0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xb7, 0xbd, 0x97, 0xbd, 0x96, 0xbd, 0x76, 0xb5, 0x76, 0xb5, 0x56, 0xb5, 0x55, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x15, 0xad, 0x15, 0xb5, 0x15, 0xb5, 0x14, 0xb5, 0xf4, 0xb4, 0xf3, 0xac, 0xd3, 0xac, 0xb2, 0xac, 0x92, 0xa4, 0x71, 0xa4, 0x51, 0xa4, 0x50, 0xa4, 0x50, 0xa4, 0x50, 0xa4, 0x30, 0xa4, 0x2f, 0x9c, 0x2f, 0x9c, 0x0e, 0xa4, 0xce, 0x9b, 0xce, 0x93, 0xae, 0x93, 0x71, 0xa4, 0x55, 0xbd, 0xb7, 0xc5, 0x19, 0xce, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xce, 0x5c, 0xbe, 0x1c, 0xae, 0xfc, 0xa5, 0xfc, 0x9d, 0xfd, 0x9d, 0x1e, 0xa6, 0x1d, 0xa6, 0xfd, 0xa5, 0xfc, 0xad, 0x3c, 0xb6, 0x9d, 0xce, 0x1e, 0xdf, 0x5f, 0xef, 0x9f, 0xf7, 0xbf, 0xff, 0xdf, 0xff, 0xbf, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xdf, 0xf7, 0x7e, 0xef, 0x7f, 0xe7, 0xbf, 0xef, 0x9f, 0xe7, 0x3f, 0xd7, 0x7d, 0xb6, 0xdb, 0x9d, 0xbb, 0x95, 0xbb, 0x95, 0xbb, 0x95, 0x9b, 0x95, 0x9b, 0x95, 0x9b, 0x8d, 0x9b, 0x8d, 0x7b, 0x85, 0x3a, 0x7d, 0xf9, 0x74, 0xb9, 0x64, 0xb9, 0x64, 0x99, 0x64, 0x98, 0x64, 0x98, 0x5c, 0x98, 0x5c, 0x78, 0x5c, 0x77, 0x54, 0x37, 0x54, 0x36, 0x4c, 0x16, 0x4c, 0x16, 0x4c, 0xf5, 0x4b, 0xf5, 0x4b, 0xd5, 0x43, 0xb4, 0x43, 0x93, 0x43, 0x93, 0x43, 0x72, 0x3b, 0x52, 0x3b, 0x31, 0x3b, 0x31, 0x33, 0x10, 0x33, 0xf0, 0x32, 0xf0, 0x32, 0xef, 0x32, 0xaf, 0x2a, 0x6d, 0x22, 0x4d, 0x1a, 0x4d, 0x1a, 0x6d, 0x1a, 0x4d, 0x1a, 0x2d, 0x1a, 0x4d, 0x1a, 0x4e, 0x1a, 0x4e, 0x1a, 0x4d, 0x1a, 0x2d, 0x1a, 0x2d, 0x1a, 0x0c, 0x1a, 0x8e, 0x32, 0x6d, 0x2a, 0x6d, 0x2a, 0x6e, 0x2a, 0x6e, 0x2a, 0x4e, 0x22, 0x4e, 0x1a, 0x4e, 0x1a, 0x4f, 0x1a, 0x4f, 0x1a, 0x6f, 0x1a, 0x6f, 0x1a, 0x70, 0x1a, 0x70, 0x1a, 0x70, 0x1a, 0x70, 0x1a, 0x4f, 0x1a, 0x50, 0x1a, 0x91, 0x1a, 0xb2, 0x22, 0xd2, 0x22, 0xf3, 0x22, 0x13, 0x23, 0x13, 0x2b, 0x34, 0x23, 0x34, 0x23, 0x34, 0x23, 0x55, 0x23, 0x75, 0x2b, 0x75, 0x2b, 0x75, 0x2b, 0x75, 0x2b, 0x75, 0x2b, 0x75, 0x2b, 0x76, 0x2b, 0x96, 0x2b, 0x96, 0x2b, 0x96, 0x2b, 0xb6, 0x2b, 0xb7, 0x2b, 0xd7, 0x2b, 0xb7, 0x2b, 0xd7, 0x2b, 0xf8, 0x33, 0x18, 0x34, 0xf8, 0x33, 0xf8, 0x33, 0x18, 0x34, 0x19, 0x34, 0x19, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x39, 0x34, 0x3a, 0x3c, 0x5a, 0x3c, 0x5a, 0x3c, 0x5a, 0x3c, 0x5a, 0x3c, 0x5a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x9a, 0x3c, 0x9a, 0x3c, 0x9a, 0x3c, 0xba, 0x44, 0xdb, 0x44, 0xdb, 0x54, 0x3c, 0x5d, 0x3c, 0x65, 0x1c, 0x5d, 0x3d, 0x65, 0xbe, 0x6d, 0x9e, 0x6d, 0x3c, 0x5d, 0xfb, 0x54, 0x1c, 0x5d, 0x3c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x3c, 0x65, 0x9e, 0x6d, 0xdf, 0x7d, 0x1f, 0x8e, 0x3f, 0x96, 0x3f, 0x96, 0x3f, 0x8e, 0x1f, 0x8e, 0x1f, 0x8e, 0xff, 0x85, 0xdf, 0x7d, 0xdf, 0x7d, 0xdf, 0x75, 0xbf, 0x75, 0x9f, 0x6d, 0x9f, 0x6d, 0x9f, 0x65, 0x7f, 0x65, 0x7f, 0x65, 0x7f, 0x55, 0x5f, 0x55, 0x3f, 0x4d, 0x1e, 0x4d, 0x1e, 0x45, 0x1e, 0x45, 0x1e, 0x45, 0x1e, 0x45, 0x1e, 0x45, 0xfe, 0x44, 0xbd, 0x3c, 0x9d, 0x3c, 0x9c, 0x3c, 0x9d, 0x3c, 0x9c, 0x34, 0x7c, 0x34, 0x7b, 0x34, 0x5b, 0x34, 0x3b, 0x34, 0x3a, 0x34, 0x1a, 0x2c, 0xfa, 0x2b, 0xfa, 0x2b, 0xda, 0x23, 0xd9, 0x23, 0xd9, 0x23, 0xb9, 0x23, 0xb8, 0x23, 0xb8, 0x23, 0xb8, 0x23, 0xb8, 0x23, 0xb8, 0x23, 0xb9, 0x23, 0xb9, 0x23, 0xb9, 0x2b, 0x98, 0x2b, 0xb8, 0x33, 0xb8, 0x3b, 0xd8, 0x3b, 0xf8, 0x3b, 0x17, 0x3c, 0x17, 0x3c, 0x36, 0x44, 0x55, 0x4c, 0x75, 0x5c, 0x74, 0x6c, 0x74, 0x74, 0x73, 0x74, 0x30, 0x8c, 0xd3, 0xa4, 0x55, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x35, 0xad, 0x93, 0x9c, 0x52, 0x8c, 0x52, 0x8c, 0xd4, 0x9c, 0x19, 0xc6, 0x9b, 0xd6, 0x5b, 0xce, 0xbc, 0xd6, 0xdd, 0xde, 0x5b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6,
0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd7, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x96, 0xbd, 0x76, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x55, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x15, 0xb5, 0x14, 0xb5, 0x14, 0xb5, 0xf4, 0xac, 0xd3, 0xac, 0xb2, 0xa4, 0x92, 0xa4, 0x91, 0xa4, 0x51, 0xa4, 0x50, 0xa4, 0x30, 0xa4, 0x30, 0xa4, 0x2f, 0x9c, 0x2f, 0x9c, 0x0f, 0x9c, 0x0f, 0x9c, 0xee, 0xa3, 0xcd, 0x9b, 0xad, 0x93, 0xae, 0x8b, 0x51, 0x9c, 0x55, 0xb5, 0xb7, 0xc5, 0x19, 0xce, 0x5b, 0xce, 0x9c, 0xd6, 0x9c, 0xce, 0x5c, 0xbe, 0x1c, 0xae, 0xfc, 0xa5, 0xfc, 0x9d, 0xfd, 0x9d, 0xfd, 0x9d, 0x1d, 0xa6, 0x1d, 0xa6, 0xfc, 0xad, 0xfc, 0xad, 0x1c, 0xb6, 0x5d, 0xc6, 0x7c, 0xce, 0x1e, 0xe7, 0x7f, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xdf, 0xff, 0xff, 0xff, 0x9e, 0xef, 0x1c, 0xdf, 0x5f, 0xdf, 0x9f, 0xe7, 0x5f, 0xd7, 0x9d, 0xbe, 0xfb, 0xa5, 0xbb, 0x95, 0xbb, 0x95, 0xbb, 0x95, 0x9b, 0x95, 0x9b, 0x95, 0x7a, 0x8d, 0x7b, 0x8d, 0x7b, 0x85, 0x5a, 0x7d, 0x19, 0x75, 0xd9, 0x6c, 0x99, 0x64, 0x99, 0x64, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x78, 0x5c, 0x57, 0x54, 0x57, 0x54, 0x36, 0x4c, 0x16, 0x4c, 0xf5, 0x4b, 0xf5, 0x4b, 0xd5, 0x43, 0xd4, 0x43, 0xb4, 0x43, 0x93, 0x3b, 0x72, 0x43, 0x52, 0x43, 0x31, 0x3b, 0x31, 0x3b, 0x10, 0x3b, 0x10, 0x33, 0xf0, 0x32, 0xef, 0x32, 0xaf, 0x2a, 0xae, 0x2a, 0x8e, 0x22, 0x6d, 0x22, 0x4d, 0x1a, 0x4d, 0x1a, 0x4d, 0x1a, 0x4c, 0x1a, 0x2d, 0x1a, 0x2d, 0x1a, 0x2d, 0x1a, 0x4e, 0x1a, 0x4e, 0x1a, 0x4e, 0x1a, 0x2d, 0x1a, 0x0c, 0x1a, 0x2d, 0x22, 0xae, 0x32, 0x8e, 0x32, 0x4d, 0x22, 0x6e, 0x22, 0x4e, 0x22, 0x2e, 0x1a, 0x6e, 0x1a, 0x2f, 0x12, 0x4f, 0x1a, 0x4f, 0x1a, 0x4f, 0x1a, 0x6f, 0x1a, 0x70, 0x1a, 0x90, 0x1a, 0x90, 0x1a, 0x91, 0x1a, 0x90, 0x1a, 0x91, 0x1a, 0xb2, 0x1a, 0xd2, 0x1a, 0xd2, 0x1a, 0xf3, 0x22, 0x13, 0x23, 0x34, 0x23, 0x34, 0x23, 0x54, 0x23, 0x75, 0x23, 0x95, 0x2b, 0x96, 0x2b, 0x96, 0x2b, 0x95, 0x2b, 0xb6, 0x2b, 0x96, 0x2b, 0x96, 0x2b, 0xb7, 0x2b, 0xd7, 0x2b, 0xd7, 0x2b, 0xd7, 0x2b, 0xf8, 0x33, 0xf8, 0x33, 0xf8, 0x33, 0xf8, 0x33, 0x18, 0x34, 0x39, 0x34, 0x18, 0x34, 0x18, 0x34, 0x19, 0x34, 0x39, 0x34, 0x59, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x7a, 0x34, 0x7a, 0x34, 0x5a, 0x34, 0x5a, 0x3c, 0x5a, 0x3c, 0x5a, 0x3c, 0x5a, 0x3c, 0x5a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x9a, 0x3c, 0x9a, 0x3c, 0x9a, 0x3c, 0xbb, 0x44, 0xdb, 0x4c, 0xfb, 0x5c, 0xfc, 0x5c, 0x1c, 0x5d, 0x1c, 0x5d, 0x5d, 0x65, 0x9e, 0x65, 0x5d, 0x65, 0x1b, 0x55, 0x1c, 0x5d, 0x3c, 0x5d, 0x3c, 0x5d, 0x3c, 0x5d, 0x1c, 0x5d, 0x5d, 0x6d, 0xbe, 0x75, 0x1f, 0x86, 0x3f, 0x96, 0x3f, 0x96, 0x3f, 0x96, 0x3f, 0x8e, 0x1f, 0x8e, 0x1f, 0x8e, 0xff, 0x85, 0xdf, 0x85, 0xdf, 0x7d, 0xdf, 0x7d, 0xbf, 0x75, 0x9f, 0x6d, 0x9f, 0x6d, 0x7f, 0x65, 0x7f, 0x65, 0x5f, 0x65, 0x7f, 0x5d, 0x5e, 0x5d, 0x3e, 0x55, 0x1e, 0x4d, 0x1e, 0x4d, 0x1d, 0x4d, 0x1e, 0x4d, 0xfe, 0x4c, 0x1e, 0x4d, 0xfe, 0x4c, 0xdd, 0x44, 0xbc, 0x3c, 0x9c, 0x3c, 0x9c, 0x3c, 0x9c, 0x3c, 0x9c, 0x3c, 0x7c, 0x3c, 0x7b, 0x34, 0x5b, 0x34, 0x3b, 0x34, 0x3b, 0x2c, 0x1b, 0x2c, 0xfa, 0x23, 0xfa, 0x23, 0xda, 0x23, 0xda, 0x23, 0xd9, 0x23, 0xb9, 0x23, 0xb8, 0x23, 0xb8, 0x23, 0x97, 0x23, 0x97, 0x2b, 0xb8, 0x23, 0xb8, 0x23, 0xd8, 0x2b, 0xd8, 0x33, 0xd7, 0x3b, 0xb7, 0x3b, 0xb6, 0x3b, 0xb5, 0x3b, 0xd5, 0x43, 0xb4, 0x43, 0x93, 0x43, 0x92, 0x43, 0x91, 0x53, 0xb1, 0x5b, 0x90, 0x63, 0x6f, 0x63, 0x8e, 0x7b, 0x10, 0x8c, 0x31, 0x8c, 0x51, 0x94, 0x92, 0x9c, 0xb3, 0x9c, 0xb3, 0x9c, 0xb3, 0x9c, 0x72, 0x94, 0xd0, 0x7b, 0x52, 0x8c, 0x98, 0xb5, 0x9b, 0xd6, 0xbc, 0xd6, 0x7b, 0xce, 0x9c, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6,
0xd8, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x96, 0xbd, 0x76, 0xbd, 0x76, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x35, 0xb5, 0x15, 0xb5, 0x14, 0xb5, 0x14, 0xb5, 0xd3, 0xac, 0xb3, 0xac, 0x92, 0xa4, 0x72, 0xa4, 0x71, 0xa4, 0x50, 0xa4, 0x50, 0xa4, 0x2f, 0x9c, 0x0f, 0x9c, 0x0f, 0x9c, 0x0e, 0x9c, 0xee, 0x9b, 0xee, 0x9b, 0xcd, 0x9b, 0xad, 0x93, 0x8d, 0x93, 0x8d, 0x8b, 0x51, 0x9c, 0x35, 0xb5, 0x97, 0xbd, 0x19, 0xce, 0x5a, 0xce, 0x7b, 0xce, 0x9c, 0xce, 0x5c, 0xbe, 0x1c, 0xae, 0xfc, 0xa5, 0xfc, 0x9d, 0xfd, 0x9d, 0xfd, 0x9d, 0x1d, 0xa6, 0x3d, 0xa6, 0xfd, 0xad, 0xfc, 0xad, 0xfc, 0xb5, 0xfc, 0xb5, 0xfb, 0xb5, 0x5c, 0xc6, 0xde, 0xd6, 0x3f, 0xe7, 0x3f, 0xe7, 0x7f, 0xef, 0xbf, 0xf7, 0x5e, 0xe7, 0xbb, 0xd6, 0x1e, 0xcf, 0xff, 0xce, 0xbd, 0xbe, 0x1c, 0xa6, 0xbb, 0x9d, 0xbb, 0x95, 0xbb, 0x95, 0x9b, 0x95, 0x9b, 0x8d, 0x7a, 0x8d, 0x7a, 0x8d, 0x7a, 0x8d, 0x5a, 0x85, 0x3a, 0x7d, 0xf9, 0x6c, 0xb8, 0x64, 0x78, 0x64, 0x78, 0x5c, 0x78, 0x5c, 0x57, 0x5c, 0x57, 0x5c, 0x57, 0x54, 0x36, 0x54, 0x36, 0x54, 0xf5, 0x4b, 0xf5, 0x4b, 0xf5, 0x4b, 0xd4, 0x43, 0xb4, 0x43, 0xb3, 0x43, 0x93, 0x3b, 0x72, 0x3b, 0x51, 0x43, 0x31, 0x43, 0x10, 0x3b, 0x10, 0x3b, 0xef, 0x3a, 0xef, 0x32, 0xcf, 0x32, 0xcf, 0x32, 0x8e, 0x2a, 0x6d, 0x22, 0x4d, 0x22, 0x4d, 0x22, 0x4d, 0x1a, 0x4c, 0x1a, 0x2c, 0x1a, 0x2c, 0x1a, 0x2c, 0x1a, 0x2d, 0x1a, 0x2d, 0x1a, 0x4d, 0x1a, 0x4e, 0x1a, 0x4d, 0x1a, 0x2d, 0x1a, 0x0c, 0x1a, 0xeb, 0x19, 0x6d, 0x2a, 0xae, 0x32, 0x8e, 0x2a, 0x6e, 0x22, 0x4e, 0x1a, 0x2e, 0x1a, 0x6e, 0x1a, 0x2f, 0x12, 0x2f, 0x12, 0x4f, 0x12, 0x2f, 0x12, 0x2f, 0x12, 0x4f, 0x1a, 0x70, 0x1a, 0x90, 0x1a, 0x91, 0x1a, 0x91, 0x1a, 0xb1, 0x1a, 0xd2, 0x1a, 0xd2, 0x1a, 0xd2, 0x1a, 0xf3, 0x1a, 0x34, 0x23, 0x34, 0x23, 0x54, 0x23, 0x54, 0x23, 0x55, 0x23, 0x75, 0x23, 0x75, 0x23, 0x75, 0x23, 0x75, 0x23, 0x96, 0x23, 0x96, 0x23, 0x96, 0x23, 0xb7, 0x2b, 0xb7, 0x2b, 0xb7, 0x2b, 0xd7, 0x2b, 0xf7, 0x2b, 0xf8, 0x2b, 0xf8, 0x2b, 0xf8, 0x2b, 0xf8, 0x33, 0x18, 0x2c, 0x18, 0x34, 0x19, 0x34, 0x18, 0x2c, 0x18, 0x2c, 0x39, 0x2c, 0x39, 0x34, 0x39, 0x34, 0x39, 0x2c, 0x59, 0x34, 0x5a, 0x34, 0x39, 0x2c, 0x5a, 0x3c, 0x5a, 0x3c, 0x5a, 0x3c, 0x5a, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x7a, 0x34, 0x7a, 0x34, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x9a, 0x3c, 0x9a, 0x3c, 0xbb, 0x44, 0xdb, 0x4c, 0xbb, 0x54, 0xbb, 0x54, 0xdb, 0x54, 0x1c, 0x5d, 0x3c, 0x5d, 0x3c, 0x5d, 0x1c, 0x55, 0x1b, 0x55, 0x3c, 0x55, 0x3c, 0x5d, 0x3c, 0x5d, 0x3c, 0x5d, 0x3c, 0x65, 0x7d, 0x6d, 0xff, 0x7d, 0x3f, 0x8e, 0x3f, 0x96, 0x3f, 0x96, 0x3f, 0x96, 0x1f, 0x8e, 0x1f, 0x8e, 0x1f, 0x8e, 0xff, 0x85, 0xff, 0x85, 0xdf, 0x7d, 0xbf, 0x7d, 0xbf, 0x75, 0x9f, 0x6d, 0x9f, 0x6d, 0x7f, 0x6d, 0x7f, 0x65, 0x5f, 0x65, 0x5e, 0x65, 0x5e, 0x5d, 0x3d, 0x5d, 0x1d, 0x5d, 0x1d, 0x55, 0x1d, 0x55, 0x1d, 0x55, 0x1d, 0x55, 0x1d, 0x55, 0x1d, 0x55, 0xfd, 0x4c, 0xdc, 0x44, 0xbc, 0x44, 0x9c, 0x44, 0x9c, 0x44, 0x9b, 0x44, 0x9c, 0x3c, 0x7c, 0x34, 0x7c, 0x34, 0x5c, 0x34, 0x3c, 0x2c, 0x3b, 0x2c, 0x1b, 0x2c, 0xfb, 0x23, 0xda, 0x23, 0xd9, 0x23, 0xd9, 0x2b, 0xb8, 0x2b, 0xb7, 0x2b, 0x97, 0x2b, 0x96, 0x2b, 0x96, 0x2b, 0xb7, 0x23, 0xb7, 0x2b, 0xb6, 0x2b, 0xb6, 0x33, 0x95, 0x33, 0x53, 0x3b, 0x53, 0x3b, 0x52, 0x3b, 0x11, 0x33, 0x11, 0x3b, 0x31, 0x43, 0x30, 0x4b, 0x91, 0x5b, 0xf2, 0x6b, 0x33, 0x7c, 0x53, 0x84, 0x31, 0x8c, 0x72, 0x94, 0x51, 0x8c, 0x11, 0x84, 0x51, 0x8c, 0x72, 0x94, 0x51, 0x94, 0x31, 0x8c, 0x31, 0x84, 0x52, 0x8c, 0x11, 0x84, 0xf1, 0x7b, 0x77, 0xad, 0xdc, 0xde, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6,
0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x76, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x35, 0xb5, 0x15, 0xb5, 0x14, 0xb5, 0xf4, 0xac, 0xd3, 0xac, 0xb2, 0xac, 0x92, 0xa4, 0x91, 0xa4, 0x71, 0xa4, 0x50, 0xa4, 0x30, 0xa4, 0x0f, 0xa4, 0x0e, 0x9c, 0xee, 0x9b, 0xee, 0x9b, 0xce, 0x9b, 0xcd, 0x9b, 0x8c, 0x9b, 0x8c, 0x93, 0x6c, 0x8b, 0x6c, 0x83, 0x30, 0x9c, 0x34, 0xb5, 0x96, 0xbd, 0xf9, 0xcd, 0x5a, 0xce, 0x7b, 0xce, 0x9c, 0xce, 0x5c, 0xc6, 0x1b, 0xb6, 0xfc, 0xa5, 0xfc, 0xa5, 0xfd, 0x9d, 0x1c, 0x9e, 0x3d, 0xa6, 0x1d, 0xa6, 0x1c, 0xa6, 0xfc, 0xad, 0x1c, 0xae, 0xfc, 0xb5, 0xdb, 0xad, 0x9a, 0xad, 0x1c, 0xbe, 0x9d, 0xce, 0xbd, 0xce, 0xfe, 0xde, 0x5f, 0xe7, 0x1e, 0xdf, 0x9c, 0xce, 0x9d, 0xbe, 0x5c, 0xb6, 0xfb, 0xa5, 0xba, 0x95, 0x9b, 0x95, 0x9b, 0x95, 0x9b, 0x8d, 0x7a, 0x8d, 0x7a, 0x8d, 0x7a, 0x8d, 0x5a, 0x8d, 0x5a, 0x85, 0x5a, 0x85, 0x19, 0x7d, 0xd8, 0x6c, 0x97, 0x64, 0x78, 0x5c, 0x58, 0x5c, 0x57, 0x5c, 0x57, 0x5c, 0x37, 0x54, 0x36, 0x54, 0x15, 0x4c, 0xf5, 0x4b, 0xd4, 0x43, 0xb4, 0x43, 0xb3, 0x43, 0xb3, 0x43, 0x93, 0x43, 0x72, 0x43, 0x52, 0x3b, 0x51, 0x3b, 0x10, 0x43, 0x0f, 0x43, 0xef, 0x3a, 0xcf, 0x3a, 0xce, 0x32, 0xce, 0x32, 0xae, 0x32, 0xae, 0x32, 0x8d, 0x2a, 0x4d, 0x22, 0x2c, 0x1a, 0x4c, 0x22, 0x4d, 0x22, 0x4c, 0x1a, 0x2c, 0x1a, 0x4c, 0x1a, 0x2c, 0x1a, 0x2c, 0x1a, 0x2d, 0x1a, 0x2d, 0x1a, 0x2d, 0x1a, 0x2d, 0x1a, 0x0c, 0x1a, 0x0c, 0x1a, 0xec, 0x19, 0x0c, 0x22, 0x6d, 0x2a, 0xae, 0x32, 0x6e, 0x2a, 0x4d, 0x1a, 0x4e, 0x1a, 0x4e, 0x1a, 0x4f, 0x1a, 0x4f, 0x1a, 0x4f, 0x1a, 0x4f, 0x1a, 0x4f, 0x1a, 0x4f, 0x1a, 0x90, 0x1a, 0x90, 0x1a, 0x91, 0x1a, 0xb1, 0x1a, 0xb1, 0x1a, 0xd2, 0x1a, 0xd2, 0x1a, 0xd2, 0x1a, 0xd3, 0x1a, 0x13, 0x1b, 0x34, 0x1b, 0x54, 0x23, 0x55, 0x23, 0x55, 0x23, 0x55, 0x23, 0x75, 0x23, 0x96, 0x23, 0x96, 0x2b, 0x96, 0x23, 0x96, 0x23, 0xb7, 0x23, 0xb7, 0x2b, 0xb7, 0x2b, 0xb7, 0x2b, 0xd7, 0x2b, 0xf8, 0x2b, 0xd8, 0x2b, 0xf8, 0x33, 0xf8, 0x33, 0xf8, 0x2b, 0xf8, 0x2b, 0x19, 0x34, 0x39, 0x34, 0x19, 0x34, 0x19, 0x2c, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x5a, 0x34, 0x39, 0x34, 0x39, 0x34, 0x3a, 0x34, 0x5a, 0x34, 0x5a, 0x3c, 0x7a, 0x34, 0x7a, 0x34, 0x7a, 0x3c, 0x9a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x9a, 0x3c, 0x9a, 0x3c, 0x9a, 0x44, 0xdb, 0x44, 0xfb, 0x4c, 0x9b, 0x54, 0x9a, 0x4c, 0xbb, 0x54, 0x1c, 0x5d, 0x1c, 0x55, 0xfb, 0x54, 0xfb, 0x54, 0x3c, 0x55, 0x1c, 0x55, 0x3c, 0x5d, 0x3c, 0x5d, 0x3c, 0x65, 0x5d, 0x65, 0x9e, 0x75, 0xff, 0x85, 0x5f, 0x8e, 0x1f, 0x8e, 0x3f, 0x96, 0x3f, 0x96, 0x1f, 0x8e, 0xff, 0x8d, 0xff, 0x85, 0xff, 0x85, 0xff, 0x85, 0xdf, 0x85, 0xdf, 0x7d, 0xbf, 0x75, 0x9f, 0x75, 0x9f, 0x6d, 0x7f, 0x6d, 0x7f, 0x65, 0x5f, 0x65, 0x5d, 0x65, 0x5d, 0x65, 0x3d, 0x65, 0x3d, 0x65, 0x3d, 0x5d, 0x3d, 0x5d, 0x1d, 0x55, 0x1d, 0x55, 0xfd, 0x54, 0x1d, 0x55, 0x1e, 0x55, 0xfd, 0x4c, 0xbc, 0x44, 0xbc, 0x44, 0xbc, 0x44, 0x9c, 0x44, 0xbd, 0x34, 0x9d, 0x34, 0x7c, 0x34, 0x7c, 0x2c, 0x5c, 0x2c, 0x3c, 0x2c, 0x1b, 0x2c, 0x1b, 0x2c, 0xda, 0x23, 0xd9, 0x2b, 0xd8, 0x2b, 0xb7, 0x2b, 0xb6, 0x33, 0x96, 0x33, 0x95, 0x33, 0x95, 0x33, 0x94, 0x2b, 0x94, 0x2b, 0x53, 0x2b, 0x31, 0x2b, 0xf0, 0x2a, 0xcf, 0x32, 0xcf, 0x32, 0xcf, 0x3a, 0xef, 0x3a, 0x51, 0x4b, 0xb2, 0x5b, 0xd3, 0x63, 0xf3, 0x73, 0x33, 0x7c, 0x33, 0x84, 0x33, 0x84, 0x93, 0x8c, 0x93, 0x8c, 0x11, 0x84, 0xaf, 0x73, 0xd0, 0x7b, 0x31, 0x8c, 0x52, 0x8c, 0x72, 0x94, 0x8f, 0x73, 0xf1, 0x83, 0xb4, 0x94, 0x32, 0x84, 0x53, 0x8c, 0xd8, 0xbd, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6,
0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xbd, 0x76, 0xbd, 0x76, 0xb5, 0x55, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0xf4, 0xac, 0xd3, 0xac, 0xd3, 0xac, 0xb2, 0xac, 0x92, 0xa4, 0x91, 0xa4, 0x71, 0xa4, 0x50, 0xa4, 0x2f, 0x9c, 0x0f, 0x9c, 0xee, 0x9b, 0xce, 0x9b, 0xcd, 0x9b, 0xad, 0x93, 0x8d, 0x93, 0x8c, 0x93, 0x6b, 0x93, 0x4b, 0x8b, 0x8c, 0x93, 0x0b, 0x7b, 0xcf, 0x93, 0x35, 0xbd, 0x76, 0xbd, 0xf8, 0xc5, 0x3a, 0xce, 0x7b, 0xce, 0x9c, 0xce, 0x7c, 0xc6, 0x1c, 0xb6, 0xdb, 0xa5, 0xdc, 0x9d, 0x1d, 0xa6, 0x1c, 0xa6, 0x1c, 0xa6, 0x1c, 0xa6, 0x1c, 0xa6, 0x1c, 0xa6, 0xfc, 0xad, 0xfc, 0xad, 0xdc, 0xad, 0xdb, 0xad, 0xdb, 0xad, 0xdb, 0xb5, 0x1c, 0xb6, 0x5c, 0xbe, 0x7d, 0xc6, 0x5c, 0xbe, 0x3b, 0xbe, 0xfb, 0xa5, 0xda, 0xa5, 0xba, 0x9d, 0x9b, 0x95, 0xbb, 0x95, 0x9b, 0x8d, 0x9b, 0x8d, 0x7a, 0x8d, 0x7a, 0x8d, 0x5a, 0x8d, 0x39, 0x85, 0x39, 0x85, 0x19, 0x7d, 0xf8, 0x74, 0x97, 0x64, 0x77, 0x5c, 0x57, 0x5c, 0x57, 0x5c, 0x37, 0x5c, 0x16, 0x54, 0x16, 0x54, 0xf5, 0x4b, 0xf5, 0x4b, 0xd4, 0x4b, 0xd4, 0x43, 0xb3, 0x43, 0x92, 0x43, 0x92, 0x43, 0x72, 0x43, 0x71, 0x43, 0x31, 0x3b, 0x10, 0x3b, 0xef, 0x42, 0xef, 0x3a, 0xee, 0x3a, 0xae, 0x32, 0x8d, 0x32, 0xae, 0x32, 0xce, 0x32, 0x8d, 0x2a, 0x4c, 0x22, 0x2c, 0x22, 0x2c, 0x1a, 0x4c, 0x22, 0x4c, 0x22, 0x2c, 0x1a, 0x2c, 0x1a, 0x2c, 0x1a, 0x0b, 0x1a, 0x0c, 0x1a, 0x2c, 0x1a, 0x2d, 0x1a, 0x2d, 0x12, 0x2d, 0x12, 0x2c, 0x1a, 0x0c, 0x1a, 0xeb, 0x11, 0xcb, 0x11, 0x0c, 0x22, 0xae, 0x32, 0xcf, 0x32, 0x8e, 0x22, 0x4e, 0x1a, 0x4e, 0x1a, 0x4f, 0x1a, 0x4f, 0x1a, 0x2e, 0x12, 0x2e, 0x12, 0x2e, 0x12, 0x2e, 0x12, 0x4f, 0x1a, 0x90, 0x1a, 0x90, 0x1a, 0x91, 0x1a, 0xb1, 0x1a, 0xb2, 0x1a, 0xb2, 0x12, 0xd2, 0x12, 0xf3, 0x1a, 0x13, 0x1b, 0xf3, 0x1a, 0x34, 0x23, 0x55, 0x23, 0x55, 0x23, 0x55, 0x23, 0x55, 0x23, 0x75, 0x23, 0x96, 0x2b, 0x96, 0x23, 0x96, 0x2b, 0x96, 0x23, 0x97, 0x2b, 0xb7, 0x2b, 0xb7, 0x2b, 0xb7, 0x2b, 0xd7, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xf8, 0x2b, 0xf8, 0x2b, 0xf8, 0x33, 0xf9, 0x33, 0x19, 0x2c, 0x19, 0x34, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x34, 0x19, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x5a, 0x34, 0x3a, 0x34, 0x3a, 0x34, 0x3a, 0x34, 0x3a, 0x34, 0x5a, 0x34, 0x7a, 0x34, 0x7a, 0x3c, 0x7a, 0x3c, 0x5a, 0x34, 0x7a, 0x3c, 0x9a, 0x44, 0xba, 0x44, 0xba, 0x44, 0xbb, 0x44, 0xbb, 0x4c, 0x9a, 0x4c, 0xbb, 0x4c, 0xbb, 0x54, 0xdb, 0x4c, 0xdb, 0x4c, 0x1b, 0x55, 0x1c, 0x55, 0x3c, 0x55, 0x1b, 0x55, 0x3c, 0x55, 0x1b, 0x5d, 0x3c, 0x65, 0x9d, 0x75, 0xdf, 0x7d, 0xff, 0x85, 0x1f, 0x8e, 0x1f, 0x8e, 0x1f, 0x8e, 0x1f, 0x8e, 0x1f, 0x8e, 0xff, 0x8d, 0xff, 0x85, 0xff, 0x85, 0xdf, 0x85, 0xdf, 0x7d, 0xbf, 0x7d, 0xbf, 0x75, 0x9f, 0x75, 0x9f, 0x6d, 0x7f, 0x6d, 0x5f, 0x65, 0x5f, 0x65, 0x5d, 0x6d, 0x5d, 0x65, 0x3d, 0x65, 0x1d, 0x5d, 0x3d, 0x5d, 0x3e, 0x5d, 0x3d, 0x55, 0x1d, 0x55, 0xfd, 0x4c, 0x1e, 0x4d, 0x3e, 0x55, 0x1e, 0x4d, 0xfe, 0x4c, 0xbd, 0x44, 0x9c, 0x3c, 0x9c, 0x3c, 0xbd, 0x34, 0x9d, 0x34, 0x7c, 0x34, 0x7c, 0x34, 0x5c, 0x2c, 0x3b, 0x2c, 0x1a, 0x2c, 0xfa, 0x2b, 0xd9, 0x2b, 0xd8, 0x33, 0xb7, 0x33, 0xb6, 0x3b, 0x95, 0x3b, 0x54, 0x3b, 0x12, 0x33, 0xf2, 0x32, 0xf0, 0x32, 0xef, 0x32, 0xce, 0x32, 0xce, 0x32, 0xce, 0x3a, 0x0e, 0x43, 0x4f, 0x4b, 0x70, 0x53, 0x91, 0x5b, 0x91, 0x5b, 0x71, 0x5b, 0x91, 0x5b, 0x91, 0x63, 0x91, 0x63, 0xb2, 0x6b, 0xf2, 0x6b, 0x94, 0x84, 0x57, 0x9d, 0x57, 0x9d, 0x11, 0x7c, 0x4e, 0x6b, 0xaf, 0x73, 0x31, 0x84, 0xd4, 0x9c, 0xd4, 0x9c, 0x4f, 0x6b, 0x94, 0x94, 0x15, 0xa5, 0x8f, 0x73, 0x36, 0xad, 0xdc, 0xde, 0x5a, 0xd6, 0x7b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6,
0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xb5, 0x97, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x15, 0xad, 0x14, 0xad, 0xf4, 0xac, 0xd3, 0xac, 0xd3, 0xac, 0xb2, 0xac, 0x92, 0xa4, 0x71, 0xa4, 0x51, 0xa4, 0x30, 0x9c, 0x0f, 0x9c, 0xef, 0x9b, 0xee, 0x9b, 0xcd, 0x93, 0xad, 0x93, 0x8d, 0x93, 0x8c, 0x93, 0x6c, 0x93, 0x6b, 0x93, 0x4b, 0x93, 0x2a, 0x8b, 0x4b, 0x8b, 0xeb, 0x7a, 0xae, 0x8b, 0x14, 0xb5, 0x76, 0xbd, 0xf8, 0xc5, 0x3a, 0xce, 0x5a, 0xce, 0x7b, 0xce, 0x7c, 0xc6, 0x1b, 0xb6, 0xdb, 0xa5, 0xdc, 0x9d, 0xfc, 0xa5, 0x1b, 0x9e, 0x1b, 0xa6, 0x1b, 0xa6, 0x1b, 0xa6, 0xfb, 0xa5, 0xfc, 0xa5, 0xfc, 0xa5, 0xdc, 0xad, 0xdc, 0xad, 0xbb, 0xad, 0xbb, 0xad, 0xdb, 0xad, 0xfc, 0xb5, 0xfc, 0xb5, 0xdb, 0xad, 0xba, 0xad, 0xda, 0xa5, 0xda, 0x9d, 0x9a, 0x95, 0x9a, 0x95, 0x9b, 0x95, 0x9b, 0x8d, 0x7a, 0x8d, 0x5a, 0x8d, 0x5a, 0x8d, 0x59, 0x8d, 0x39, 0x85, 0x39, 0x85, 0x18, 0x7d, 0xd8, 0x74, 0x97, 0x64, 0x56, 0x5c, 0x37, 0x5c, 0x37, 0x5c, 0x16, 0x54, 0x16, 0x54, 0xf5, 0x53, 0xf4, 0x4b, 0xd4, 0x4b, 0xb3, 0x4b, 0xb3, 0x43, 0x92, 0x43, 0x72, 0x43, 0x71, 0x43, 0x51, 0x43, 0x51, 0x3b, 0x10, 0x3b, 0xef, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xad, 0x32, 0x8d, 0x32, 0xad, 0x32, 0xae, 0x32, 0x6d, 0x2a, 0x2c, 0x22, 0x2c, 0x1a, 0x2c, 0x1a, 0x4c, 0x22, 0x4c, 0x22, 0x2c, 0x1a, 0x0b, 0x1a, 0x0b, 0x1a, 0x2b, 0x1a, 0x2c, 0x1a, 0x2c, 0x1a, 0x2c, 0x1a, 0x2d, 0x12, 0x2d, 0x12, 0x2d, 0x1a, 0x2c, 0x1a, 0x0c, 0x1a, 0xcb, 0x11, 0xcb, 0x11, 0x2c, 0x22, 0xae, 0x2a, 0xcf, 0x32, 0x8e, 0x22, 0x2d, 0x1a, 0x6f, 0x1a, 0x4e, 0x1a, 0x4e, 0x1a, 0x4e, 0x1a, 0x4e, 0x1a, 0x4f, 0x1a, 0x4f, 0x1a, 0x4f, 0x1a, 0x6f, 0x12, 0x70, 0x12, 0x91, 0x1a, 0xb1, 0x1a, 0xd2, 0x1a, 0xd2, 0x1a, 0xd3, 0x1a, 0xd3, 0x1a, 0xf3, 0x1a, 0x13, 0x1b, 0x14, 0x23, 0x34, 0x23, 0x55, 0x23, 0x55, 0x23, 0x55, 0x23, 0x76, 0x23, 0x76, 0x23, 0x96, 0x2b, 0x97, 0x2b, 0x97, 0x2b, 0x97, 0x2b, 0xb7, 0x2b, 0xb7, 0x2b, 0xd7, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xf8, 0x33, 0xf8, 0x33, 0xf9, 0x33, 0xf9, 0x33, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x39, 0x34, 0x3a, 0x34, 0x3a, 0x34, 0x5a, 0x34, 0x3a, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x9a, 0x44, 0x9a, 0x44, 0x9a, 0x44, 0x9a, 0x44, 0xba, 0x44, 0xbb, 0x4c, 0x9a, 0x4c, 0xbb, 0x4c, 0xdb, 0x54, 0x1c, 0x55, 0x1c, 0x55, 0x1c, 0x55, 0x1b, 0x55, 0x5c, 0x5d, 0x3c, 0x5d, 0x1c, 0x5d, 0x5c, 0x65, 0x7d, 0x75, 0xbe, 0x7d, 0xdf, 0x85, 0xff, 0x85, 0xff, 0x8d, 0xff, 0x8d, 0xff, 0x8d, 0xff, 0x8d, 0xff, 0x85, 0xff, 0x85, 0xdf, 0x85, 0xdf, 0x85, 0xdf, 0x7d, 0xbf, 0x7d, 0xbf, 0x75, 0x9f, 0x6d, 0x9f, 0x6d, 0x7f, 0x6d, 0x7f, 0x65, 0x5f, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5d, 0x65, 0x5e, 0x5d, 0x5e, 0x5d, 0x3e, 0x55, 0x3e, 0x55, 0x1e, 0x4d, 0xfe, 0x4c, 0x1e, 0x4d, 0x3f, 0x4d, 0x3f, 0x4d, 0x1f, 0x4d, 0xfe, 0x44, 0xde, 0x44, 0xdd, 0x3c, 0xbd, 0x34, 0x9c, 0x34, 0x9c, 0x34, 0x7c, 0x3c, 0x5b, 0x34, 0x3a, 0x34, 0x19, 0x34, 0xf9, 0x3b, 0xd8, 0x3b, 0xb6, 0x3b, 0x74, 0x33, 0x33, 0x33, 0x12, 0x33, 0x11, 0x3b, 0xf0, 0x3a, 0xf0, 0x3a, 0xee, 0x4a, 0xee, 0x4a, 0xed, 0x4a, 0xcd, 0x4a, 0xcc, 0x4a, 0xcc, 0x4a, 0xed, 0x52, 0xed, 0x4a, 0xcd, 0x4a, 0xad, 0x42, 0xae, 0x42, 0xce, 0x42, 0xcf, 0x42, 0x0f, 0x43, 0x50, 0x4b, 0x91, 0x53, 0xd2, 0x63, 0x17, 0x8d, 0x3a, 0xb6, 0x16, 0x9d, 0xed, 0x52, 0x8b, 0x52, 0x8f, 0x73, 0xb3, 0x94, 0x36, 0xa5, 0x32, 0x84, 0x93, 0x8c, 0x36, 0xa5, 0x11, 0x84, 0xd4, 0xa4, 0x5a, 0xd6, 0x5a, 0xde, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6,
0x97, 0xb5, 0x97, 0xb5, 0x97, 0xb5, 0x96, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x56, 0xb5, 0x76, 0xb5, 0x56, 0xb5, 0x55, 0xb5, 0x35, 0xb5, 0x14, 0xad, 0xf4, 0xac, 0xf4, 0xac, 0xd4, 0xac, 0xb3, 0xac, 0xb2, 0xac, 0x92, 0xa4, 0x51, 0xa4, 0x30, 0x9c, 0x0f, 0x9c, 0xef, 0x9b, 0xce, 0x93, 0xce, 0x93, 0xad, 0x93, 0x8d, 0x93, 0x6c, 0x93, 0x6c, 0x8b, 0x4b, 0x8b, 0x4b, 0x8b, 0x4a, 0x8b, 0x2a, 0x8b, 0xe9, 0x82, 0x2a, 0x83, 0xca, 0x7a, 0x8d, 0x8b, 0xf3, 0xb4, 0x55, 0xbd, 0xb7, 0xc5, 0x39, 0xce, 0x5a, 0xce, 0x7b, 0xce, 0x5b, 0xc6, 0x3b, 0xb6, 0xdb, 0xa5, 0xdb, 0x9d, 0xfc, 0xa5, 0x1b, 0xa6, 0x1a, 0x9e, 0x1b, 0xa6, 0x1b, 0xa6, 0xfb, 0xa5, 0xfb, 0xa5, 0xfb, 0xa5, 0xdc, 0xa5, 0xdc, 0xa5, 0xdb, 0xa5, 0xbb, 0xa5, 0xbb, 0xa5, 0xbb, 0xa5, 0xbb, 0xa5, 0x9a, 0xa5, 0x7a, 0xa5, 0xba, 0x9d, 0x9a, 0x9d, 0x9a, 0x95, 0x7a, 0x8d, 0x9a, 0x8d, 0x7a, 0x8d, 0x5a, 0x8d, 0x5a, 0x8d, 0x59, 0x8d, 0x39, 0x85, 0x18, 0x85, 0xf8, 0x7c, 0xd7, 0x74, 0x97, 0x6c, 0x56, 0x64, 0x36, 0x5c, 0x16, 0x5c, 0x16, 0x54, 0xf5, 0x53, 0xf5, 0x53, 0xd4, 0x4b, 0xb4, 0x4b, 0xb3, 0x4b, 0x93, 0x43, 0x92, 0x43, 0x72, 0x43, 0x51, 0x43, 0x30, 0x43, 0x30, 0x3b, 0x10, 0x3b, 0xef, 0x3a, 0xcf, 0x3a, 0xad, 0x3a, 0xad, 0x3a, 0xad, 0x3a, 0xad, 0x32, 0x8d, 0x32, 0xad, 0x32, 0xad, 0x32, 0x6c, 0x2a, 0x2b, 0x22, 0x0b, 0x1a, 0x2b, 0x1a, 0x2c, 0x22, 0x2c, 0x1a, 0x2b, 0x1a, 0x0b, 0x1a, 0x0b, 0x1a, 0x2b, 0x22, 0x2b, 0x1a, 0x2c, 0x1a, 0x2c, 0x1a, 0x2c, 0x1a, 0x2c, 0x1a, 0x2c, 0x1a, 0x2c, 0x1a, 0x2c, 0x1a, 0x0b, 0x1a, 0xca, 0x11, 0xcb, 0x11, 0x4d, 0x22, 0xd0, 0x32, 0xcf, 0x32, 0x4e, 0x22, 0x4e, 0x1a, 0x4e, 0x1a, 0x4e, 0x1a, 0x4e, 0x1a, 0x4e, 0x1a, 0x4f, 0x1a, 0x4f, 0x1a, 0x4f, 0x1a, 0x6f, 0x1a, 0x70, 0x1a, 0x90, 0x1a, 0x91, 0x1a, 0xb2, 0x1a, 0xd2, 0x1a, 0xd2, 0x1a, 0xd2, 0x1a, 0xf3, 0x1a, 0xf3, 0x1a, 0xf3, 0x1a, 0x14, 0x23, 0x35, 0x23, 0x55, 0x2b, 0x55, 0x23, 0x55, 0x23, 0x76, 0x2b, 0x76, 0x2b, 0x97, 0x2b, 0x97, 0x2b, 0x97, 0x2b, 0xb7, 0x2b, 0xb7, 0x2b, 0xb8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xf8, 0x33, 0xf8, 0x33, 0xf9, 0x33, 0xf9, 0x33, 0xf9, 0x33, 0xf9, 0x33, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x39, 0x34, 0x3a, 0x34, 0x3a, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x39, 0x34, 0x39, 0x34, 0x59, 0x34, 0x9a, 0x3c, 0x9a, 0x3c, 0x9a, 0x3c, 0x9a, 0x44, 0x9a, 0x44, 0x9a, 0x44, 0x9a, 0x44, 0x9a, 0x44, 0xbb, 0x4c, 0xba, 0x4c, 0xbb, 0x4c, 0xfc, 0x54, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x9e, 0x6d, 0x3c, 0x5d, 0x3c, 0x65, 0x9d, 0x75, 0x9e, 0x75, 0x9e, 0x7d, 0xdf, 0x85, 0xbe, 0x7d, 0xde, 0x85, 0xff, 0x85, 0xff, 0x85, 0xff, 0x85, 0xff, 0x85, 0xdf, 0x85, 0xdf, 0x7d, 0xdf, 0x7d, 0xbf, 0x7d, 0xbf, 0x75, 0x9f, 0x75, 0x9f, 0x6d, 0x7f, 0x6d, 0x7f, 0x65, 0x5f, 0x65, 0x5e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x5f, 0x5d, 0x5f, 0x55, 0x3f, 0x55, 0x3f, 0x4d, 0x1f, 0x4d, 0x3f, 0x4d, 0x1f, 0x45, 0x1f, 0x45, 0x1f, 0x45, 0xfe, 0x44, 0xde, 0x44, 0xbd, 0x3c, 0x9d, 0x34, 0xbc, 0x44, 0x9b, 0x44, 0x7b, 0x3c, 0x5a, 0x3c, 0x39, 0x3c, 0xd7, 0x33, 0xb6, 0x33, 0x96, 0x3b, 0x33, 0x33, 0x12, 0x33, 0x12, 0x3b, 0x11, 0x43, 0x11, 0x43, 0x10, 0x4b, 0x10, 0x4b, 0x0f, 0x4b, 0xac, 0x5a, 0xac, 0x62, 0xcc, 0x62, 0xcc, 0x5a, 0xab, 0x5a, 0x8b, 0x52, 0x8b, 0x4a, 0x6b, 0x42, 0x2b, 0x3a, 0x2b, 0x32, 0x4c, 0x32, 0x6d, 0x2a, 0x8d, 0x2a, 0xad, 0x2a, 0xce, 0x2a, 0xee, 0x32, 0x71, 0x4b, 0x13, 0x64, 0x78, 0x9d, 0x77, 0xa5, 0x0d, 0x5b, 0xab, 0x52, 0x0d, 0x63, 0x8f, 0x6b, 0xf5, 0x9c, 0x73, 0x8c, 0xd4, 0x94, 0x98, 0xad, 0x32, 0x84, 0x73, 0x94, 0x59, 0xd6, 0x7a, 0xde, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x5b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6,
0x97, 0xb5, 0x77, 0xb5, 0x77, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x76, 0xb5, 0x56, 0xb5, 0x55, 0xb5, 0x15, 0xb5, 0x14, 0xad, 0xf4, 0xac, 0xf4, 0xac, 0xd3, 0xac, 0xb3, 0xac, 0x92, 0xa4, 0x71, 0xa4, 0x51, 0x9c, 0x30, 0x9c, 0xef, 0x9b, 0xcf, 0x93, 0xce, 0x93, 0xad, 0x93, 0x8d, 0x93, 0x6c, 0x93, 0x6b, 0x8b, 0x4b, 0x8b, 0x4b, 0x8b, 0x2a, 0x8b, 0x2a, 0x8b, 0x09, 0x8b, 0xe9, 0x82, 0x0a, 0x83, 0xca, 0x7a, 0x4c, 0x83, 0xb2, 0xac, 0x55, 0xbd, 0xb7, 0xc5, 0x19, 0xce, 0x39, 0xce, 0x5b, 0xce, 0x5b, 0xc6, 0x1b, 0xb6, 0xdb, 0xa5, 0xbb, 0x9d, 0xdb, 0x9d, 0x1a, 0xa6, 0x1b, 0x9e, 0xfb, 0xa5, 0xfb, 0xa5, 0xfb, 0xa5, 0xfb, 0xa5, 0xfb, 0xa5, 0xfb, 0xa5, 0xdb, 0xa5, 0xdc, 0xa5, 0xdc, 0xa5, 0xbb, 0xa5, 0xbb, 0xa5, 0xbb, 0xa5, 0xbb, 0xa5, 0xbb, 0xa5, 0x9a, 0x9d, 0x9a, 0x9d, 0x7a, 0x95, 0x7a, 0x8d, 0x7a, 0x8d, 0x7a, 0x8d, 0x5a, 0x8d, 0x39, 0x8d, 0x39, 0x8d, 0x39, 0x8d, 0x18, 0x85, 0xd7, 0x7c, 0x96, 0x6c, 0x56, 0x64, 0x35, 0x5c, 0x15, 0x5c, 0xf5, 0x53, 0xf5, 0x53, 0xd4, 0x53, 0xb4, 0x4b, 0xb3, 0x4b, 0x93, 0x4b, 0x92, 0x43, 0x72, 0x43, 0x51, 0x43, 0x51, 0x43, 0x30, 0x3b, 0x0f, 0x3b, 0x0f, 0x3b, 0xef, 0x3a, 0xce, 0x3a, 0xae, 0x32, 0xad, 0x3a, 0x8d, 0x3a, 0xad, 0x3a, 0xad, 0x32, 0x8d, 0x32, 0xad, 0x32, 0xad, 0x32, 0x4c, 0x2a, 0x0b, 0x22, 0x0b, 0x1a, 0x0b, 0x1a, 0x2b, 0x1a, 0x2b, 0x1a, 0x0b, 0x1a, 0x0b, 0x1a, 0x0b, 0x1a, 0x0b, 0x1a, 0x0b, 0x1a, 0x0b, 0x1a, 0x2c, 0x1a, 0x2c, 0x1a, 0x2c, 0x1a, 0x2c, 0x1a, 0x2c, 0x1a, 0x0c, 0x1a, 0x2c, 0x22, 0x0b, 0x1a, 0xaa, 0x11, 0xeb, 0x19, 0x6e, 0x2a, 0xaf, 0x32, 0xcf, 0x32, 0x2e, 0x1a, 0x4e, 0x22, 0x6e, 0x22, 0x4e, 0x1a, 0x2d, 0x1a, 0x2e, 0x1a, 0x4e, 0x1a, 0x6f, 0x1a, 0x90, 0x22, 0x90, 0x1a, 0x90, 0x1a, 0x91, 0x1a, 0x91, 0x1a, 0xb2, 0x1a, 0xb2, 0x1a, 0xd3, 0x1a, 0xd3, 0x1a, 0xd3, 0x1a, 0xf3, 0x1a, 0x14, 0x23, 0x34, 0x23, 0x55, 0x2b, 0x55, 0x2b, 0x56, 0x2b, 0x76, 0x2b, 0x76, 0x2b, 0x96, 0x2b, 0x97, 0x2b, 0x97, 0x2b, 0x97, 0x2b, 0xb7, 0x2b, 0xb8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xf9, 0x33, 0xf9, 0x33, 0xf9, 0x33, 0xf9, 0x33, 0xf9, 0x33, 0xf9, 0x33, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x39, 0x34, 0x3a, 0x34, 0x3a, 0x34, 0x3a, 0x34, 0x39, 0x34, 0x39, 0x34, 0x59, 0x34, 0x59, 0x34, 0x7a, 0x3c, 0x9a, 0x3c, 0x9a, 0x44, 0xba, 0x44, 0xba, 0x4c, 0x9a, 0x4c, 0x9a, 0x4c, 0xba, 0x4c, 0xdb, 0x4c, 0xbb, 0x4c, 0xdb, 0x54, 0x1c, 0x55, 0x1c, 0x5d, 0xfc, 0x54, 0x1c, 0x5d, 0x5d, 0x65, 0xbe, 0x75, 0x1c, 0x65, 0x5d, 0x6d, 0xdf, 0x7d, 0x9e, 0x75, 0x9e, 0x75, 0xbe, 0x7d, 0x9e, 0x7d, 0xbe, 0x7d, 0xdf, 0x7d, 0xdf, 0x7d, 0xff, 0x85, 0xff, 0x85, 0xdf, 0x7d, 0xdf, 0x7d, 0xbe, 0x7d, 0xbe, 0x75, 0xbe, 0x75, 0x9f, 0x6d, 0x9f, 0x6d, 0x7f, 0x6d, 0x7f, 0x65, 0x5e, 0x65, 0x5e, 0x5d, 0x5f, 0x55, 0x5f, 0x5d, 0x5f, 0x55, 0x5f, 0x55, 0x3f, 0x4d, 0x3f, 0x4d, 0x3f, 0x4d, 0x3f, 0x4d, 0x1f, 0x4d, 0x1e, 0x4d, 0x1e, 0x4d, 0x1e, 0x4d, 0x1e, 0x4d, 0x1e, 0x4d, 0xfd, 0x4c, 0xdd, 0x4c, 0x9a, 0x4c, 0x59, 0x44, 0x18, 0x44, 0xf7, 0x43, 0xb6, 0x43, 0x54, 0x3b, 0x12, 0x3b, 0xf1, 0x3a, 0xf1, 0x3a, 0xf0, 0x42, 0x10, 0x4b, 0x30, 0x53, 0x30, 0x53, 0x0f, 0x53, 0xee, 0x52, 0xcd, 0x4a, 0x8c, 0x6a, 0x8b, 0x6a, 0x8b, 0x62, 0x6b, 0x5a, 0x4a, 0x52, 0x29, 0x4a, 0x09, 0x3a, 0xe9, 0x31, 0xe9, 0x29, 0xea, 0x29, 0x0b, 0x22, 0x2c, 0x22, 0x4c, 0x1a, 0x4c, 0x1a, 0x6c, 0x1a, 0xad, 0x1a, 0xef, 0x42, 0x70, 0x53, 0x74, 0x7c, 0x93, 0x8c, 0x4a, 0x4a, 0x29, 0x4a, 0x49, 0x4a, 0xcc, 0x5a, 0xd0, 0x73, 0xd1, 0x73, 0x37, 0xa5, 0xb9, 0xb5, 0x90, 0x73, 0x93, 0x94, 0xdb, 0xe6, 0x59, 0xd6, 0x5b, 0xce, 0x7b, 0xd6, 0x9c, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6,
0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x55, 0xb5, 0x76, 0xb5, 0x56, 0xb5, 0x35, 0xb5, 0x15, 0xb5, 0x14, 0xad, 0xf4, 0xac, 0xf4, 0xac, 0xf4, 0xac, 0xb3, 0xac, 0x92, 0xa4, 0x71, 0xa4, 0x50, 0x9c, 0x30, 0x9c, 0x0f, 0x9c, 0xef, 0x9b, 0xce, 0x9b, 0xad, 0x93, 0x8d, 0x93, 0x8c, 0x93, 0x6b, 0x93, 0x6b, 0x93, 0x4b, 0x93, 0x2a, 0x8b, 0x2a, 0x8b, 0x09, 0x93, 0xe9, 0x8a, 0xe9, 0x82, 0xca, 0x7a, 0x2b, 0x83, 0x51, 0xa4, 0x55, 0xbd, 0x96, 0xc5, 0xd8, 0xc5, 0x19, 0xce, 0x5a, 0xce, 0x7b, 0xce, 0x1b, 0xbe, 0xda, 0xa5, 0xba, 0x9d, 0xbb, 0x9d, 0xfb, 0xa5, 0xfb, 0xa5, 0xfb, 0xa5, 0xfb, 0xa5, 0xfb, 0xa5, 0xfb, 0xa5, 0xfb, 0xa5, 0xfb, 0xa5, 0xdb, 0x9d, 0xdb, 0x9d, 0xdb, 0xa5, 0xbb, 0x9d, 0xbb, 0x9d, 0x9a, 0x9d, 0xbb, 0x9d, 0xbb, 0x9d, 0x99, 0x9d, 0x99, 0x95, 0x79, 0x95, 0x7a, 0x95, 0x7a, 0x8d, 0x59, 0x8d, 0x59, 0x8d, 0x39, 0x8d, 0x18, 0x8d, 0x18, 0x85, 0xf7, 0x84, 0x96, 0x74, 0x55, 0x6c, 0x35, 0x64, 0x35, 0x5c, 0x15, 0x54, 0xf4, 0x53, 0xd4, 0x53, 0xb3, 0x4b, 0x93, 0x4b, 0x92, 0x4b, 0x72, 0x43, 0x71, 0x43, 0x51, 0x43, 0x30, 0x43, 0x30, 0x3b, 0x0f, 0x3b, 0xef, 0x3a, 0xee, 0x3a, 0xce, 0x3a, 0xae, 0x3a, 0xad, 0x3a, 0x8d, 0x3a, 0x8d, 0x32, 0xad, 0x32, 0x8d, 0x32, 0x8c, 0x32, 0xad, 0x32, 0x8d, 0x32, 0x4c, 0x2a, 0x0b, 0x22, 0x0b, 0x1a, 0x0b, 0x1a, 0x2b, 0x22, 0x0b, 0x1a, 0x0b, 0x1a, 0x0b, 0x1a, 0x2b, 0x1a, 0xea, 0x19, 0x0a, 0x1a, 0x0b, 0x1a, 0x2c, 0x1a, 0x4c, 0x1a, 0x4c, 0x1a, 0x2c, 0x1a, 0x2c, 0x1a, 0x0b, 0x1a, 0x2b, 0x1a, 0x0b, 0x1a, 0xca, 0x11, 0x8a, 0x11, 0xcb, 0x19, 0x6e, 0x2a, 0xd0, 0x32, 0x4d, 0x22, 0x4d, 0x1a, 0x4d, 0x1a, 0x4d, 0x1a, 0x4d, 0x1a, 0x2e, 0x1a, 0x2e, 0x1a, 0x2e, 0x1a, 0x6f, 0x1a, 0x6f, 0x1a, 0x70, 0x1a, 0x70, 0x1a, 0x71, 0x1a, 0x91, 0x1a, 0xb2, 0x1a, 0xb2, 0x22, 0xb2, 0x1a, 0xd3, 0x1a, 0x14, 0x23, 0x14, 0x23, 0x14, 0x23, 0x14, 0x23, 0x35, 0x23, 0x55, 0x23, 0x76, 0x2b, 0x76, 0x2b, 0x96, 0x2b, 0x97, 0x2b, 0x97, 0x2b, 0x97, 0x2b, 0xb7, 0x2b, 0xb8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xf9, 0x2b, 0xf9, 0x2b, 0xf9, 0x33, 0xf9, 0x33, 0xf9, 0x33, 0xf9, 0x33, 0xf9, 0x33, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x39, 0x34, 0x39, 0x34, 0x19, 0x34, 0x19, 0x34, 0x39, 0x34, 0x59, 0x34, 0x59, 0x3c, 0x9a, 0x3c, 0x9a, 0x44, 0xba, 0x44, 0xba, 0x4c, 0xba, 0x4c, 0xba, 0x4c, 0xba, 0x4c, 0xba, 0x4c, 0xdb, 0x4c, 0xfc, 0x54, 0x1c, 0x55, 0x1c, 0x5d, 0xdb, 0x54, 0xdb, 0x54, 0x3c, 0x65, 0x9e, 0x75, 0x7e, 0x75, 0x1c, 0x65, 0x7e, 0x75, 0xff, 0x85, 0x9e, 0x7d, 0x7d, 0x75, 0x9e, 0x7d, 0x9d, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0xbe, 0x7d, 0xdf, 0x7d, 0xdf, 0x7d, 0xbe, 0x7d, 0xbe, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0x9e, 0x6d, 0x9e, 0x6d, 0x7e, 0x6d, 0x7e, 0x65, 0x7e, 0x65, 0x5e, 0x5d, 0x5e, 0x5d, 0x5f, 0x55, 0x5f, 0x55, 0x3e, 0x55, 0x3e, 0x55, 0x3e, 0x55, 0x1e, 0x55, 0x3e, 0x55, 0x3e, 0x55, 0x1e, 0x55, 0xfd, 0x54, 0xfc, 0x54, 0xfc, 0x54, 0xdc, 0x5c, 0xbb, 0x54, 0x7a, 0x4c, 0x59, 0x4c, 0x16, 0x4c, 0xd5, 0x43, 0x73, 0x43, 0x73, 0x43, 0x72, 0x4b, 0x31, 0x4b, 0xef, 0x42, 0xae, 0x42, 0xef, 0x52, 0xee, 0x52, 0xee, 0x5a, 0x0e, 0x5b, 0x0e, 0x5b, 0x0e, 0x5b, 0xed, 0x5a, 0xed, 0x52, 0x6b, 0x62, 0x4b, 0x62, 0x2a, 0x5a, 0x09, 0x4a, 0xc8, 0x41, 0xa7, 0x31, 0x87, 0x29, 0x87, 0x21, 0x88, 0x21, 0x89, 0x19, 0xaa, 0x19, 0xea, 0x19, 0x2b, 0x1a, 0x4c, 0x1a, 0xac, 0x22, 0xed, 0x22, 0xee, 0x42, 0x2f, 0x53, 0x0e, 0x53, 0xab, 0x52, 0x66, 0x31, 0xe7, 0x41, 0xe7, 0x41, 0x6a, 0x52, 0xec, 0x5a, 0xb0, 0x73, 0x78, 0xa5, 0x16, 0x9d, 0x6f, 0x6b, 0x77, 0xb5, 0x1d, 0xe7, 0x5a, 0xd6, 0x7b, 0xce, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0xbc, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6,
0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x55, 0xb5, 0x56, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x14, 0xad, 0xf4, 0xac, 0xf4, 0xac, 0xd3, 0xac, 0xd3, 0xac, 0xb2, 0xac, 0x92, 0xa4, 0x51, 0xa4, 0x30, 0x9c, 0x10, 0x9c, 0x0f, 0x9c, 0xef, 0x9b, 0xce, 0x9b, 0xad, 0x93, 0xad, 0x93, 0x8c, 0x93, 0x6b, 0x93, 0x6b, 0x93, 0x4b, 0x93, 0x2a, 0x8b, 0x2a, 0x8b, 0x09, 0x93, 0xe9, 0x8a, 0xe9, 0x82, 0xe9, 0x7a, 0x0a, 0x7b, 0x0f, 0x9c, 0x34, 0xbd, 0x76, 0xc5, 0xb7, 0xc5, 0xf8, 0xc5, 0x5a, 0xce, 0x5b, 0xce, 0x1b, 0xbe, 0xba, 0xad, 0x9a, 0x9d, 0x9a, 0x9d, 0xbb, 0x9d, 0xbb, 0x9d, 0xdb, 0x9d, 0xdb, 0xa5, 0xfb, 0xa5, 0xfb, 0xa5, 0xfb, 0xa5, 0xfb, 0xa5, 0xfb, 0x9d, 0xfb, 0x9d, 0xda, 0x9d, 0xda, 0x9d, 0xba, 0x9d, 0xba, 0x9d, 0x9a, 0x9d, 0x9a, 0x9d, 0x79, 0x9d, 0x79, 0x95, 0x79, 0x95, 0x79, 0x95, 0x59, 0x8d, 0x39, 0x8d, 0x39, 0x8d, 0x38, 0x8d, 0x18, 0x8d, 0x18, 0x85, 0xd6, 0x7c, 0x75, 0x74, 0x35, 0x64, 0x15, 0x5c, 0x14, 0x5c, 0xf4, 0x53, 0xd3, 0x53, 0xb3, 0x53, 0x92, 0x4b, 0x72, 0x4b, 0x71, 0x43, 0x51, 0x43, 0x51, 0x43, 0x30, 0x43, 0x30, 0x3b, 0x0f, 0x3b, 0xef, 0x3a, 0xee, 0x3a, 0xce, 0x3a, 0xae, 0x3a, 0xad, 0x3a, 0xad, 0x3a, 0xad, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x6c, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x2b, 0x22, 0x0b, 0x22, 0x0b, 0x22, 0x0b, 0x22, 0x2b, 0x22, 0x0b, 0x1a, 0x0b, 0x1a, 0x0b, 0x1a, 0x2b, 0x1a, 0x0a, 0x22, 0xea, 0x19, 0xea, 0x19, 0x0b, 0x1a, 0x2c, 0x1a, 0x4c, 0x1a, 0x4c, 0x1a, 0x2c, 0x1a, 0x2b, 0x1a, 0xeb, 0x19, 0xca, 0x19, 0xaa, 0x11, 0x89, 0x11, 0x8a, 0x11, 0xec, 0x19, 0x4e, 0x2a, 0x6d, 0x22, 0x0c, 0x1a, 0x0c, 0x12, 0x4d, 0x1a, 0x6e, 0x22, 0x6e, 0x22, 0x4e, 0x22, 0x4e, 0x22, 0x4e, 0x1a, 0x4f, 0x1a, 0x4f, 0x1a, 0x70, 0x1a, 0x71, 0x1a, 0x71, 0x1a, 0x91, 0x1a, 0x91, 0x1a, 0xd2, 0x1a, 0xf3, 0x1a, 0x14, 0x23, 0x14, 0x23, 0x14, 0x23, 0x14, 0x1b, 0x34, 0x23, 0x55, 0x23, 0x76, 0x23, 0x76, 0x23, 0x96, 0x23, 0x96, 0x2b, 0x97, 0x23, 0x97, 0x23, 0xb7, 0x2b, 0xb7, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xf9, 0x2b, 0xf9, 0x2b, 0xf9, 0x2b, 0xf9, 0x2b, 0xf9, 0x2b, 0xf9, 0x2b, 0xf9, 0x2b, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x39, 0x34, 0x59, 0x3c, 0x79, 0x3c, 0x9a, 0x44, 0x9a, 0x44, 0xba, 0x4c, 0xdb, 0x4c, 0xba, 0x4c, 0xba, 0x4c, 0xba, 0x4c, 0xda, 0x54, 0xfb, 0x4c, 0x1c, 0x55, 0x1c, 0x55, 0xfc, 0x54, 0xbb, 0x54, 0xdb, 0x54, 0x3d, 0x6d, 0xbf, 0x7d, 0x5d, 0x6d, 0x3c, 0x6d, 0x9e, 0x75, 0xdf, 0x85, 0x9e, 0x75, 0x5d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x6d, 0x9e, 0x6d, 0x7e, 0x6d, 0x7e, 0x65, 0x7e, 0x65, 0x7e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x3e, 0x5d, 0x3e, 0x5d, 0x3e, 0x5d, 0x1d, 0x5d, 0x1d, 0x55, 0xfd, 0x5c, 0xfc, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xba, 0x64, 0x99, 0x64, 0x78, 0x64, 0x36, 0x5c, 0xd4, 0x53, 0x93, 0x4b, 0x72, 0x4b, 0x31, 0x43, 0x10, 0x43, 0x10, 0x4b, 0x30, 0x5b, 0x2f, 0x5b, 0x0e, 0x5b, 0xed, 0x5a, 0xcd, 0x62, 0xcc, 0x62, 0xec, 0x62, 0xec, 0x62, 0xcc, 0x5a, 0xac, 0x5a, 0x8b, 0x52, 0x6b, 0x4a, 0xca, 0x41, 0xc9, 0x41, 0xa8, 0x39, 0x88, 0x31, 0x87, 0x29, 0x87, 0x21, 0x88, 0x21, 0x88, 0x19, 0x89, 0x19, 0xaa, 0x21, 0x0b, 0x2a, 0x6d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0xac, 0x2a, 0xac, 0x2a, 0x6c, 0x42, 0x4a, 0x3a, 0x66, 0x29, 0x65, 0x31, 0x28, 0x52, 0x4c, 0x7b, 0xaa, 0x62, 0xaa, 0x5a, 0x2d, 0x6b, 0x73, 0x84, 0x16, 0x9d, 0x12, 0x74, 0x12, 0x7c, 0x7b, 0xce, 0xfd, 0xe6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce,
0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x55, 0xb5, 0x35, 0xad, 0x35, 0xb5, 0x15, 0xb5, 0x14, 0xad, 0xf4, 0xac, 0xd3, 0xac, 0xd3, 0xa4, 0xb3, 0xa4, 0x92, 0xa4, 0x71, 0xa4, 0x51, 0x9c, 0x10, 0x9c, 0xef, 0x9b, 0xef, 0x93, 0xce, 0x93, 0xcd, 0x93, 0x8d, 0x93, 0x8c, 0x93, 0x6b, 0x8b, 0x4b, 0x8b, 0x2a, 0x8b, 0x0a, 0x8b, 0x09, 0x8b, 0xe9, 0x82, 0xe8, 0x8a, 0xc8, 0x82, 0xe9, 0x82, 0xc9, 0x7a, 0xa9, 0x72, 0xae, 0x93, 0x13, 0xbd, 0x75, 0xc5, 0xb7, 0xc5, 0xd8, 0xc5, 0x19, 0xce, 0x5b, 0xce, 0x3b, 0xbe, 0xda, 0xad, 0x79, 0x9d, 0x59, 0x95, 0x7b, 0x9d, 0x9b, 0x9d, 0xbb, 0x9d, 0xdb, 0xa5, 0xdb, 0xa5, 0xfb, 0x9d, 0xfa, 0x9d, 0xfa, 0x9d, 0x1b, 0xa6, 0x1a, 0x9e, 0xfa, 0xa5, 0xfa, 0x9d, 0xda, 0x9d, 0xba, 0x9d, 0xba, 0x9d, 0x99, 0x95, 0x79, 0x9d, 0x79, 0x95, 0x79, 0x95, 0x59, 0x95, 0x59, 0x8d, 0x39, 0x8d, 0x18, 0x8d, 0x18, 0x8d, 0xf7, 0x8c, 0xf7, 0x84, 0x96, 0x7c, 0x34, 0x6c, 0x14, 0x64, 0x14, 0x5c, 0x14, 0x54, 0xd4, 0x4b, 0xb3, 0x53, 0xb2, 0x4b, 0x92, 0x4b, 0x71, 0x43, 0x51, 0x43, 0x30, 0x43, 0x30, 0x43, 0x30, 0x3b, 0xef, 0x3a, 0xef, 0x3a, 0xee, 0x3a, 0xce, 0x3a, 0xad, 0x3a, 0xad, 0x3a, 0x8d, 0x3a, 0x8d, 0x3a, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8c, 0x32, 0x6c, 0x32, 0xad, 0x32, 0x8d, 0x32, 0x4b, 0x2a, 0x2b, 0x22, 0x2b, 0x22, 0x2b, 0x22, 0x2b, 0x22, 0x0b, 0x1a, 0x0b, 0x1a, 0x0b, 0x1a, 0x2b, 0x22, 0x0a, 0x22, 0xea, 0x19, 0xc9, 0x11, 0xca, 0x11, 0x0b, 0x12, 0x2c, 0x12, 0x2c, 0x1a, 0x4c, 0x1a, 0x2c, 0x1a, 0x0b, 0x1a, 0xca, 0x19, 0xca, 0x19, 0xaa, 0x11, 0x8a, 0x11, 0xaa, 0x11, 0xcb, 0x19, 0x2c, 0x22, 0xeb, 0x11, 0xeb, 0x11, 0x2d, 0x22, 0x4e, 0x22, 0x6e, 0x22, 0xd0, 0x32, 0x72, 0x43, 0xb0, 0x2a, 0x90, 0x2a, 0x4f, 0x22, 0x4f, 0x1a, 0x70, 0x22, 0x91, 0x22, 0x91, 0x22, 0x71, 0x1a, 0xd2, 0x1a, 0xd3, 0x1a, 0x13, 0x23, 0x14, 0x23, 0x34, 0x23, 0x34, 0x23, 0x55, 0x23, 0x75, 0x23, 0x76, 0x23, 0x76, 0x23, 0x96, 0x23, 0x96, 0x23, 0x97, 0x23, 0x97, 0x23, 0xb7, 0x23, 0xb7, 0x2b, 0xd8, 0x23, 0xd8, 0x23, 0xd8, 0x23, 0xd8, 0x2b, 0xd8, 0x2b, 0xf8, 0x2b, 0xf9, 0x2b, 0xf8, 0x2b, 0xf8, 0x2b, 0xf8, 0x2b, 0xf9, 0x2b, 0xf9, 0x2b, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x34, 0x19, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x59, 0x34, 0x59, 0x3c, 0x7a, 0x44, 0x9a, 0x44, 0xba, 0x4c, 0xda, 0x4c, 0xda, 0x54, 0xba, 0x4c, 0xba, 0x54, 0xda, 0x54, 0x1c, 0x4d, 0x1c, 0x55, 0xfc, 0x54, 0xbb, 0x4c, 0xbb, 0x54, 0x1c, 0x5d, 0x5e, 0x6d, 0x7e, 0x75, 0x1c, 0x6d, 0x3c, 0x6d, 0x5d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x5c, 0x6d, 0x5c, 0x6d, 0x7d, 0x75, 0x7e, 0x6d, 0x7e, 0x6d, 0x9e, 0x6d, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x6d, 0x9e, 0x6d, 0x9e, 0x6d, 0x9e, 0x6d, 0x9e, 0x6d, 0x7e, 0x65, 0x7e, 0x65, 0x7e, 0x65, 0x7e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x3d, 0x65, 0x1d, 0x5d, 0x1d, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0xfb, 0x5c, 0xda, 0x5c, 0x99, 0x5c, 0x58, 0x5c, 0x77, 0x64, 0x77, 0x6c, 0x96, 0x74, 0x75, 0x74, 0x34, 0x74, 0xf2, 0x6b, 0xb1, 0x6b, 0x0f, 0x53, 0xee, 0x52, 0xee, 0x52, 0x0e, 0x5b, 0x2e, 0x63, 0x0d, 0x6b, 0xec, 0x6a, 0xcb, 0x6a, 0xcb, 0x6a, 0xaa, 0x62, 0x8a, 0x62, 0x49, 0x5a, 0x09, 0x4a, 0xc8, 0x41, 0xa7, 0x39, 0x66, 0x31, 0x89, 0x29, 0x89, 0x29, 0x89, 0x21, 0xa8, 0x21, 0xc8, 0x21, 0xc9, 0x21, 0xc9, 0x21, 0xea, 0x21, 0xeb, 0x29, 0x2c, 0x32, 0x6d, 0x3a, 0x8e, 0x42, 0x8d, 0x42, 0x4b, 0x32, 0x0a, 0x2a, 0xe9, 0x21, 0x67, 0x21, 0x66, 0x29, 0x45, 0x29, 0xa6, 0x41, 0xea, 0x72, 0x2f, 0x9c, 0xce, 0x8b, 0xcf, 0x83, 0xf0, 0x7b, 0xb4, 0x94, 0x74, 0x84, 0x12, 0x74, 0xb5, 0x8c, 0x9c, 0xce, 0xdc, 0xde, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce,
0x76, 0xad, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x55, 0xb5, 0x35, 0xad, 0x35, 0xb5, 0x15, 0xb5, 0x14, 0xad, 0xf4, 0xac, 0xd3, 0xac, 0xb3, 0xa4, 0xb3, 0xa4, 0x72, 0xa4, 0x51, 0xa4, 0x30, 0x9c, 0x0f, 0x94, 0xcf, 0x93, 0xce, 0x93, 0xae, 0x93, 0xad, 0x93, 0x6c, 0x8b, 0x4b, 0x8b, 0x2a, 0x8b, 0x0a, 0x8b, 0xe9, 0x82, 0xe9, 0x82, 0xc8, 0x82, 0xa8, 0x7a, 0xa8, 0x82, 0xa7, 0x82, 0xc8, 0x82, 0xa9, 0x7a, 0x89, 0x72, 0x8d, 0x8b, 0xf3, 0xb4, 0x55, 0xbd, 0xb6, 0xc5, 0xd7, 0xc5, 0xf9, 0xc5, 0x3a, 0xc6, 0x3b, 0xc6, 0xfb, 0xad, 0x79, 0x9d, 0x38, 0x8d, 0x7b, 0x95, 0x7b, 0x9d, 0x9b, 0x9d, 0xbb, 0x9d, 0xdb, 0x9d, 0xdb, 0x9d, 0xda, 0x9d, 0xda, 0x9d, 0x1a, 0x9e, 0xfa, 0x9d, 0xfa, 0x9d, 0xda, 0x9d, 0xda, 0x9d, 0xba, 0x9d, 0x99, 0x95, 0x99, 0x95, 0x79, 0x9d, 0x79, 0x95, 0x79, 0x95, 0x59, 0x95, 0x39, 0x8d, 0x38, 0x8d, 0x18, 0x8d, 0x18, 0x85, 0xf7, 0x84, 0xd7, 0x84, 0x95, 0x7c, 0x34, 0x6c, 0xf4, 0x63, 0x14, 0x5c, 0xf4, 0x53, 0xb3, 0x4b, 0xb2, 0x4b, 0x92, 0x4b, 0x71, 0x4b, 0x51, 0x43, 0x30, 0x43, 0x30, 0x43, 0x30, 0x3b, 0x0f, 0x3b, 0xef, 0x3a, 0xee, 0x3a, 0xce, 0x3a, 0xae, 0x3a, 0xad, 0x3a, 0x8d, 0x3a, 0xad, 0x3a, 0x8d, 0x3a, 0xad, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0xad, 0x3a, 0xad, 0x32, 0x6c, 0x2a, 0x2b, 0x22, 0x2b, 0x22, 0x2b, 0x22, 0x2b, 0x22, 0x2b, 0x22, 0x0a, 0x1a, 0x0a, 0x1a, 0x2b, 0x22, 0x0a, 0x22, 0xc9, 0x19, 0xa9, 0x11, 0xa9, 0x09, 0xca, 0x09, 0x0b, 0x12, 0x2c, 0x1a, 0x2c, 0x1a, 0x2c, 0x1a, 0x2b, 0x22, 0x2b, 0x22, 0xeb, 0x19, 0xaa, 0x11, 0x8a, 0x11, 0x8a, 0x11, 0x8b, 0x11, 0xeb, 0x11, 0xcb, 0x11, 0xeb, 0x11, 0x2c, 0x1a, 0x0c, 0x1a, 0x2d, 0x1a, 0x52, 0x43, 0xb8, 0x74, 0x73, 0x43, 0xf1, 0x32, 0x70, 0x22, 0x2f, 0x1a, 0x50, 0x1a, 0x91, 0x22, 0x91, 0x22, 0x91, 0x22, 0xd2, 0x1a, 0xd2, 0x1a, 0xf3, 0x1a, 0x34, 0x23, 0x55, 0x2b, 0x95, 0x2b, 0x96, 0x2b, 0x96, 0x2b, 0x76, 0x23, 0x76, 0x23, 0x96, 0x23, 0x96, 0x23, 0x96, 0x23, 0x97, 0x23, 0xb7, 0x23, 0xb7, 0x23, 0xb8, 0x23, 0xd8, 0x23, 0xd8, 0x23, 0xd8, 0x2b, 0xd8, 0x2b, 0xf8, 0x2b, 0xf8, 0x2b, 0xf9, 0x2b, 0xf8, 0x2b, 0xf8, 0x2b, 0xf8, 0x2b, 0xf9, 0x2b, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x59, 0x3c, 0x59, 0x3c, 0x79, 0x44, 0xba, 0x4c, 0xda, 0x4c, 0xda, 0x54, 0xba, 0x54, 0xda, 0x54, 0xfb, 0x5c, 0x3c, 0x55, 0x3c, 0x55, 0xdb, 0x4c, 0x9b, 0x4c, 0xdb, 0x54, 0x5d, 0x6d, 0x7e, 0x75, 0x3d, 0x75, 0x1c, 0x6d, 0x3d, 0x75, 0x3d, 0x75, 0x3c, 0x6d, 0x3d, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x9e, 0x6d, 0x9e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x9e, 0x6d, 0x7e, 0x65, 0x7e, 0x65, 0x7e, 0x65, 0x7e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x1c, 0x65, 0x1c, 0x65, 0xfc, 0x64, 0xfc, 0x64, 0xfb, 0x64, 0xda, 0x64, 0x99, 0x5c, 0x57, 0x5c, 0x36, 0x64, 0x56, 0x6c, 0x55, 0x74, 0x34, 0x7c, 0x12, 0x74, 0x90, 0x6b, 0x2e, 0x63, 0xcd, 0x5a, 0x0e, 0x5b, 0x0e, 0x5b, 0x2e, 0x63, 0x2d, 0x6b, 0xec, 0x6a, 0xab, 0x62, 0x6a, 0x62, 0x69, 0x62, 0x07, 0x5a, 0xc6, 0x51, 0x65, 0x41, 0x24, 0x39, 0x24, 0x31, 0x45, 0x31, 0x66, 0x31, 0x87, 0x31, 0xea, 0x29, 0xeb, 0x29, 0x0b, 0x2a, 0x2b, 0x22, 0x2b, 0x22, 0x2b, 0x22, 0x2b, 0x22, 0x2b, 0x2a, 0x6d, 0x32, 0x2c, 0x3a, 0x0c, 0x32, 0xeb, 0x31, 0xa9, 0x29, 0x68, 0x21, 0x47, 0x19, 0x46, 0x19, 0x66, 0x29, 0x45, 0x29, 0x86, 0x39, 0xe7, 0x49, 0x2b, 0x7b, 0x2f, 0x9c, 0x50, 0xa4, 0x50, 0x94, 0x52, 0x8c, 0x53, 0x84, 0xf2, 0x73, 0x95, 0x84, 0xf6, 0x94, 0x1a, 0xbe, 0xfd, 0xde, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x5b, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce,
0x36, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x36, 0xb5, 0x36, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x35, 0xb5, 0xf4, 0xac, 0xd3, 0xac, 0xd3, 0xac, 0xb2, 0xac, 0x92, 0xac, 0x71, 0xa4, 0x50, 0xa4, 0x30, 0xa4, 0x0f, 0x9c, 0xee, 0x9b, 0xcd, 0x93, 0x8c, 0x93, 0x8c, 0x93, 0x6b, 0x93, 0x4a, 0x8b, 0x2a, 0x8b, 0xe9, 0x82, 0xc8, 0x82, 0xc8, 0x7a, 0xa7, 0x7a, 0xa7, 0x7a, 0xa7, 0x7a, 0xa7, 0x82, 0x86, 0x7a, 0x87, 0x7a, 0xc8, 0x82, 0x88, 0x72, 0xea, 0x7a, 0x91, 0xac, 0x55, 0xbd, 0x96, 0xc5, 0xb7, 0xbd, 0x19, 0xc6, 0x3a, 0xc6, 0x1a, 0xbe, 0x1a, 0xbe, 0xb8, 0xad, 0xf5, 0x94, 0x39, 0x85, 0x5a, 0x8d, 0x9b, 0x95, 0xbb, 0x95, 0xdb, 0x9d, 0xdb, 0x9d, 0xdb, 0x9d, 0xdb, 0x9d, 0x1c, 0xa6, 0x1c, 0xa6, 0x1b, 0xa6, 0xdb, 0x9d, 0xba, 0x9d, 0xba, 0x9d, 0xba, 0x95, 0x9a, 0x95, 0x99, 0x9d, 0x78, 0x9d, 0x58, 0x95, 0x58, 0x95, 0x38, 0x95, 0x38, 0x8d, 0x18, 0x8d, 0x17, 0x85, 0xf7, 0x84, 0x95, 0x74, 0x54, 0x6c, 0x14, 0x64, 0xf3, 0x5b, 0xf3, 0x5b, 0xd3, 0x5b, 0x92, 0x53, 0x71, 0x53, 0x51, 0x53, 0x30, 0x4b, 0x10, 0x4b, 0x0f, 0x4b, 0x0f, 0x43, 0xef, 0x42, 0xee, 0x42, 0xad, 0x3a, 0xad, 0x3a, 0xad, 0x3a, 0xad, 0x3a, 0x8d, 0x3a, 0x8d, 0x3a, 0x8d, 0x3a, 0x8d, 0x3a, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8c, 0x32, 0x4b, 0x2a, 0x2b, 0x22, 0x2b, 0x22, 0x2b, 0x22, 0x2b, 0x22, 0x0a, 0x1a, 0x0a, 0x1a, 0x0a, 0x1a, 0x2b, 0x22, 0x0a, 0x1a, 0xa9, 0x11, 0x68, 0x09, 0x68, 0x09, 0xa9, 0x19, 0xca, 0x21, 0xca, 0x21, 0x0b, 0x2a, 0x0c, 0x22, 0x0c, 0x22, 0x0c, 0x22, 0xeb, 0x19, 0x8a, 0x09, 0x8a, 0x09, 0xaa, 0x09, 0xaa, 0x19, 0xcb, 0x19, 0xcb, 0x19, 0xeb, 0x19, 0x0c, 0x22, 0x6d, 0x2a, 0xaf, 0x32, 0xd0, 0x3a, 0x8f, 0x2a, 0xb0, 0x32, 0xb0, 0x2a, 0x4f, 0x22, 0x6f, 0x22, 0xb1, 0x2a, 0x90, 0x22, 0xd1, 0x2a, 0xf1, 0x2a, 0x12, 0x2b, 0x32, 0x33, 0x53, 0x33, 0xb5, 0x43, 0x37, 0x4c, 0x38, 0x4c, 0x18, 0x44, 0x75, 0x2b, 0x75, 0x2b, 0x76, 0x2b, 0x76, 0x2b, 0x96, 0x2b, 0x97, 0x2b, 0x97, 0x2b, 0x97, 0x2b, 0xb7, 0x2b, 0xb8, 0x2b, 0xb8, 0x2b, 0xb8, 0x2b, 0xb8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd9, 0x23, 0xd9, 0x23, 0xf9, 0x23, 0xf9, 0x2b, 0xf9, 0x2b, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x34, 0x18, 0x2c, 0x18, 0x34, 0x38, 0x34, 0x39, 0x3c, 0x59, 0x3c, 0x38, 0x3c, 0x38, 0x3c, 0x38, 0x44, 0x99, 0x4c, 0xdb, 0x54, 0xfb, 0x5c, 0xdb, 0x54, 0xdb, 0x54, 0xfb, 0x54, 0xfc, 0x5c, 0x3f, 0x55, 0x3e, 0x55, 0xdd, 0x4c, 0x9b, 0x44, 0xfc, 0x54, 0x7e, 0x6d, 0x7d, 0x6d, 0x1c, 0x65, 0x5d, 0x6d, 0x3c, 0x65, 0x3c, 0x65, 0x5d, 0x65, 0x5e, 0x65, 0x5e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x3d, 0x6d, 0x5e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7d, 0x6d, 0x5c, 0x6d, 0x5c, 0x75, 0x5b, 0x75, 0x3a, 0x75, 0x19, 0x7d, 0x18, 0x7d, 0x38, 0x85, 0x59, 0x8d, 0x38, 0x95, 0x79, 0x9d, 0xda, 0xa5, 0xfa, 0xad, 0x78, 0x9d, 0xb5, 0x84, 0x74, 0x7c, 0x73, 0x7c, 0xd1, 0x73, 0x90, 0x6b, 0x6f, 0x6b, 0x4e, 0x6b, 0x0d, 0x63, 0xec, 0x62, 0x0c, 0x6b, 0x0c, 0x6b, 0xcc, 0x6a, 0xac, 0x6a, 0x8b, 0x62, 0x8c, 0x52, 0x2b, 0x42, 0xea, 0x31, 0xc9, 0x29, 0xc9, 0x29, 0x68, 0x21, 0x88, 0x21, 0xa8, 0x19, 0xa8, 0x19, 0xa8, 0x19, 0xc9, 0x19, 0x0a, 0x22, 0x6c, 0x2a, 0x4c, 0x2a, 0x2c, 0x2a, 0x0b, 0x2a, 0x0b, 0x2a, 0x0b, 0x2a, 0xeb, 0x29, 0xea, 0x29, 0xea, 0x31, 0xa9, 0x29, 0x88, 0x29, 0x67, 0x29, 0x46, 0x21, 0x67, 0x29, 0x67, 0x31, 0x66, 0x29, 0x87, 0x31, 0xc7, 0x41, 0x08, 0x4a, 0x8a, 0x5a, 0x2d, 0x6b, 0xf0, 0x83, 0x72, 0x94, 0x52, 0x94, 0x11, 0x8c, 0xd4, 0xa4, 0x96, 0xb5, 0x97, 0xb5, 0xf5, 0xa4, 0xf5, 0xa4, 0xd8, 0xbd, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x7c, 0xd6, 0x7c, 0xd6, 0x7c, 0xd6, 0x7c, 0xd6, 0x7c, 0xd6, 0x7c, 0xd6, 0x7c, 0xd6, 0x7c, 0xd6, 0x7c, 0xd6, 0x7c, 0xd6, 0x7c, 0xd6, 0x7b, 0xd6, 0x5b, 0xd6, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5a, 0xce, 0x5b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x5b, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xce,
0x56, 0xb5, 0x56, 0xb5, 0x36, 0xb5, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x14, 0xad, 0xd4, 0xac, 0xd3, 0xac, 0xb3, 0xac, 0x92, 0xac, 0x71, 0xa4, 0x51, 0xa4, 0x30, 0xa4, 0x0f, 0x9c, 0xef, 0x9b, 0xce, 0x9b, 0xad, 0x93, 0x6c, 0x93, 0x4b, 0x8b, 0x4b, 0x8b, 0x2a, 0x8b, 0x09, 0x8b, 0xe9, 0x82, 0xc8, 0x82, 0xc8, 0x82, 0xc8, 0x7a, 0xc8, 0x7a, 0xa7, 0x7a, 0xa6, 0x82, 0x86, 0x7a, 0x87, 0x7a, 0xa8, 0x7a, 0x67, 0x72, 0xc9, 0x72, 0x50, 0xa4, 0x34, 0xbd, 0x76, 0xbd, 0x97, 0xbd, 0xf9, 0xc5, 0x3a, 0xc6, 0x1a, 0xbe, 0x1a, 0xbe, 0xb9, 0xb5, 0x16, 0x9d, 0xd8, 0x7c, 0xf8, 0x7c, 0x39, 0x85, 0x7a, 0x8d, 0x9a, 0x95, 0xbb, 0x95, 0xdb, 0x9d, 0xfb, 0x9d, 0x1c, 0xa6, 0x3c, 0xae, 0x3d, 0xae, 0x3c, 0xa6, 0xfb, 0xa5, 0xdb, 0x9d, 0xba, 0x9d, 0x99, 0x95, 0x79, 0x9d, 0x78, 0x9d, 0x58, 0x95, 0x58, 0x95, 0x38, 0x8d, 0x18, 0x8d, 0x17, 0x85, 0xf7, 0x84, 0xd7, 0x7c, 0x75, 0x74, 0x34, 0x64, 0x14, 0x64, 0xf3, 0x5b, 0xd3, 0x5b, 0xd3, 0x5b, 0x92, 0x53, 0x71, 0x53, 0x50, 0x4b, 0x30, 0x4b, 0x0f, 0x43, 0x0f, 0x43, 0xef, 0x42, 0xee, 0x42, 0xce, 0x3a, 0xad, 0x3a, 0xad, 0x3a, 0xad, 0x3a, 0xad, 0x3a, 0xad, 0x32, 0xad, 0x32, 0xad, 0x32, 0xad, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x4c, 0x2a, 0x4b, 0x2a, 0x4b, 0x22, 0x4b, 0x22, 0x2b, 0x22, 0x0a, 0x1a, 0x0a, 0x1a, 0x2a, 0x1a, 0x0b, 0x1a, 0xea, 0x19, 0xca, 0x19, 0x68, 0x09, 0x27, 0x09, 0x48, 0x09, 0x89, 0x19, 0xca, 0x21, 0xca, 0x21, 0xeb, 0x21, 0x0b, 0x22, 0x2c, 0x22, 0x0c, 0x22, 0xcb, 0x11, 0x8a, 0x09, 0x8a, 0x09, 0xaa, 0x19, 0xca, 0x19, 0xeb, 0x21, 0x0c, 0x22, 0x2c, 0x2a, 0x4d, 0x2a, 0x6d, 0x2a, 0x6e, 0x2a, 0x4e, 0x2a, 0x6e, 0x2a, 0x6f, 0x2a, 0x6f, 0x22, 0xd1, 0x32, 0x32, 0x3b, 0xd1, 0x2a, 0xf1, 0x32, 0x12, 0x33, 0x73, 0x3b, 0xb4, 0x43, 0xf6, 0x4b, 0x78, 0x54, 0x99, 0x5c, 0x58, 0x4c, 0x17, 0x44, 0x55, 0x2b, 0x55, 0x2b, 0x56, 0x23, 0x76, 0x23, 0x76, 0x2b, 0x77, 0x2b, 0x97, 0x2b, 0x97, 0x2b, 0xb7, 0x2b, 0xb7, 0x2b, 0xb7, 0x2b, 0xb8, 0x2b, 0xb8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x23, 0xd9, 0x23, 0xf9, 0x2b, 0xf9, 0x2b, 0xf9, 0x2b, 0xf9, 0x2b, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x2c, 0x39, 0x2c, 0x39, 0x34, 0x39, 0x34, 0x38, 0x34, 0x38, 0x3c, 0x38, 0x3c, 0x38, 0x3c, 0x59, 0x44, 0x9a, 0x4c, 0xdb, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0x1c, 0x5d, 0x3c, 0x5d, 0x7f, 0x5d, 0xdd, 0x44, 0x9b, 0x44, 0xdc, 0x4c, 0x3d, 0x5d, 0x3d, 0x65, 0x3c, 0x65, 0x5c, 0x6d, 0x5d, 0x6d, 0x3c, 0x65, 0x1c, 0x65, 0x1c, 0x5d, 0x1d, 0x5d, 0x1d, 0x55, 0x3d, 0x5d, 0x5e, 0x5d, 0x5d, 0x6d, 0x5e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7d, 0x6d, 0x9d, 0x75, 0x5c, 0x6d, 0x1a, 0x6d, 0x3a, 0x75, 0x9b, 0x8d, 0xfc, 0x9d, 0x3c, 0xae, 0x3c, 0xae, 0x7c, 0xbe, 0x1b, 0xae, 0x99, 0xa5, 0x58, 0x95, 0xf6, 0x8c, 0x74, 0x7c, 0xf2, 0x6b, 0xb1, 0x6b, 0x90, 0x63, 0x4f, 0x63, 0x2e, 0x63, 0x2e, 0x63, 0xec, 0x5a, 0xab, 0x5a, 0xab, 0x5a, 0x8b, 0x5a, 0x49, 0x52, 0x49, 0x52, 0x29, 0x4a, 0x0a, 0x42, 0x0a, 0x3a, 0x0a, 0x32, 0x0a, 0x32, 0x2a, 0x32, 0x2a, 0x32, 0x4b, 0x3a, 0x6b, 0x3a, 0x8c, 0x3a, 0x6b, 0x3a, 0x2a, 0x2a, 0x0a, 0x2a, 0x0a, 0x22, 0x0b, 0x2a, 0xea, 0x21, 0xa9, 0x21, 0x89, 0x21, 0x68, 0x19, 0x48, 0x19, 0x68, 0x21, 0x88, 0x29, 0x68, 0x29, 0xc9, 0x31, 0xa8, 0x31, 0x87, 0x31, 0xc8, 0x39, 0x4a, 0x4a, 0x4a, 0x4a, 0x6a, 0x4a, 0x29, 0x4a, 0xab, 0x5a, 0x0c, 0x6b, 0x0c, 0x6b, 0x6e, 0x73, 0x31, 0x8c, 0xf4, 0xa4, 0x56, 0xb5, 0xd8, 0xbd, 0xd8, 0xbd, 0x76, 0xb5, 0xf5, 0xa4, 0x56, 0xad, 0x39, 0xce, 0x9b, 0xd6, 0x7a, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x7c, 0xd6, 0x7c, 0xd6, 0x7c, 0xd6, 0x7c, 0xd6, 0x9c, 0xd6, 0x7c, 0xd6, 0x7c, 0xd6, 0x7c, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xce,
0x56, 0xb5, 0x56, 0xb5, 0x36, 0xb5, 0x35, 0xad, 0x15, 0xad, 0x15, 0xad, 0x15, 0xad, 0x14, 0xad, 0xf4, 0xac, 0xd4, 0xac, 0xb3, 0xa4, 0x92, 0xa4, 0x92, 0xa4, 0x72, 0xa4, 0x51, 0xa4, 0x30, 0x9c, 0x0f, 0x9c, 0xef, 0x9b, 0xce, 0x9b, 0xad, 0x93, 0x6c, 0x8b, 0x4b, 0x8b, 0x2a, 0x8b, 0x0a, 0x8b, 0x09, 0x8b, 0xe9, 0x82, 0xe8, 0x82, 0xc8, 0x82, 0xc8, 0x7a, 0xc7, 0x7a, 0xc7, 0x7a, 0xc7, 0x7a, 0xa6, 0x82, 0xa7, 0x82, 0x86, 0x7a, 0x87, 0x7a, 0x67, 0x72, 0x68, 0x6a, 0xad, 0x93, 0x13, 0xb5, 0x75, 0xbd, 0x76, 0xbd, 0xd8, 0xbd, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xbe, 0xd9, 0xb5, 0x57, 0xa5, 0xd8, 0x7c, 0xd8, 0x7c, 0xf8, 0x7c, 0x39, 0x85, 0x7a, 0x8d, 0x9a, 0x95, 0xdb, 0x9d, 0xfc, 0xa5, 0x3d, 0xa6, 0x5d, 0xae, 0x7e, 0xae, 0x7d, 0xae, 0x5d, 0xae, 0x1c, 0xa6, 0xdb, 0x9d, 0x9a, 0x95, 0x79, 0x95, 0x79, 0x95, 0x79, 0x95, 0x58, 0x95, 0x38, 0x8d, 0x17, 0x8d, 0xf7, 0x84, 0xf7, 0x84, 0xb6, 0x7c, 0x55, 0x6c, 0x14, 0x64, 0x14, 0x64, 0xd3, 0x5b, 0xd3, 0x5b, 0xd3, 0x53, 0x92, 0x53, 0x71, 0x53, 0x50, 0x4b, 0x30, 0x4b, 0x0f, 0x43, 0x0f, 0x43, 0xef, 0x42, 0xce, 0x3a, 0xce, 0x3a, 0xad, 0x3a, 0xad, 0x3a, 0xad, 0x32, 0xad, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8c, 0x32, 0x8c, 0x32, 0x8c, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x6c, 0x2a, 0x4c, 0x2a, 0x4b, 0x22, 0x4b, 0x22, 0x2b, 0x22, 0x2b, 0x22, 0x0b, 0x1a, 0x2b, 0x22, 0x0a, 0x1a, 0x0a, 0x1a, 0xea, 0x19, 0x89, 0x11, 0x07, 0x01, 0xc6, 0x00, 0x27, 0x09, 0x89, 0x19, 0xa9, 0x19, 0xaa, 0x21, 0xea, 0x21, 0x0b, 0x22, 0x0b, 0x22, 0x0b, 0x22, 0xca, 0x19, 0x69, 0x09, 0x89, 0x19, 0xaa, 0x19, 0xea, 0x21, 0x0b, 0x2a, 0x2c, 0x2a, 0x4c, 0x32, 0x4c, 0x2a, 0x2c, 0x2a, 0x2d, 0x2a, 0x4d, 0x2a, 0x4e, 0x2a, 0x8f, 0x2a, 0x73, 0x4b, 0xb4, 0x4b, 0x12, 0x3b, 0x32, 0x43, 0xd5, 0x4b, 0x15, 0x4c, 0x36, 0x54, 0x37, 0x54, 0x37, 0x4c, 0x17, 0x44, 0x95, 0x33, 0x34, 0x23, 0x35, 0x23, 0x55, 0x23, 0x56, 0x23, 0x76, 0x23, 0x76, 0x23, 0x77, 0x23, 0x97, 0x2b, 0x97, 0x2b, 0x97, 0x2b, 0x97, 0x2b, 0xb7, 0x2b, 0xb7, 0x2b, 0xb8, 0x2b, 0xb8, 0x2b, 0xd8, 0x2b, 0xd8, 0x23, 0xd9, 0x2b, 0xd9, 0x2b, 0xf8, 0x2b, 0xf9, 0x2b, 0xf9, 0x2b, 0xf8, 0x2b, 0xf8, 0x33, 0xf8, 0x33, 0x19, 0x2c, 0x19, 0x2c, 0x39, 0x2c, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x59, 0x3c, 0x7a, 0x44, 0x9a, 0x44, 0xdb, 0x4c, 0xfb, 0x54, 0xdb, 0x4c, 0xdb, 0x4c, 0xdc, 0x54, 0x1c, 0x55, 0x3d, 0x5d, 0x1e, 0x4d, 0x9c, 0x3c, 0x7b, 0x3c, 0xbc, 0x4c, 0xfc, 0x54, 0xdb, 0x54, 0xfb, 0x5c, 0x5d, 0x6d, 0x7d, 0x6d, 0x5d, 0x6d, 0x5c, 0x6d, 0x3c, 0x65, 0x1c, 0x5d, 0x1c, 0x5d, 0x3d, 0x5d, 0x5e, 0x65, 0x7d, 0x6d, 0x7e, 0x6d, 0x5d, 0x65, 0x1c, 0x65, 0xfc, 0x5c, 0xdb, 0x54, 0xba, 0x54, 0xba, 0x54, 0xda, 0x5c, 0xb9, 0x64, 0xd9, 0x64, 0x1a, 0x7d, 0x9b, 0x8d, 0xdc, 0x9d, 0xdb, 0xa5, 0xba, 0x9d, 0xf6, 0x8c, 0x74, 0x7c, 0xf2, 0x6b, 0xd2, 0x6b, 0xd1, 0x6b, 0xb1, 0x63, 0x70, 0x63, 0x2f, 0x5b, 0x6f, 0x63, 0x0e, 0x5b, 0xed, 0x5a, 0x0d, 0x5b, 0x0d, 0x63, 0x6e, 0x6b, 0xaf, 0x7b, 0xd0, 0x7b, 0x31, 0x84, 0x10, 0x7c, 0xaf, 0x6b, 0x2e, 0x5b, 0x0d, 0x53, 0x0e, 0x53, 0x0e, 0x53, 0xcd, 0x4a, 0x6b, 0x42, 0x2a, 0x3a, 0xe9, 0x31, 0xa9, 0x31, 0x88, 0x29, 0x68, 0x21, 0x68, 0x21, 0x68, 0x21, 0x67, 0x19, 0x67, 0x19, 0xa8, 0x21, 0xc9, 0x29, 0xa8, 0x29, 0xa8, 0x29, 0xa8, 0x31, 0xe9, 0x39, 0x09, 0x42, 0x6a, 0x4a, 0x6b, 0x52, 0x6a, 0x4a, 0x8b, 0x52, 0x8b, 0x52, 0x8a, 0x52, 0x8b, 0x52, 0xab, 0x5a, 0xec, 0x62, 0x0d, 0x6b, 0x8f, 0x7b, 0xb3, 0x9c, 0xd8, 0xc5, 0xf8, 0xc5, 0x76, 0xb5, 0xb7, 0xbd, 0x76, 0xb5, 0x36, 0xad, 0x35, 0xa5, 0xb7, 0xbd, 0x5b, 0xce, 0x9b, 0xd6, 0x5a, 0xce, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x7b, 0xd6, 0x7c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x7c, 0xd6, 0x7b, 0xd6, 0x5b, 0xd6, 0x5b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x5b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7a, 0xd6, 0x7a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce,
0x56, 0xb5, 0x56, 0xb5, 0x36, 0xb5, 0x35, 0xad, 0x15, 0xad, 0x15, 0xad, 0xf5, 0xac, 0xf4, 0xac, 0xd4, 0xa4, 0xb3, 0xa4, 0x92, 0xa4, 0x72, 0xa4, 0x72, 0xa4, 0x51, 0xa4, 0x30, 0x9c, 0xef, 0x9b, 0xce, 0x9b, 0xce, 0x93, 0xad, 0x93, 0x6c, 0x8b, 0x4b, 0x8b, 0x2a, 0x83, 0x09, 0x83, 0xe9, 0x82, 0xe9, 0x82, 0xc8, 0x82, 0xa8, 0x82, 0xa7, 0x7a, 0xa7, 0x7a, 0xa7, 0x7a, 0xa7, 0x7a, 0xa7, 0x7a, 0x86, 0x7a, 0xa6, 0x82, 0x66, 0x7a, 0x66, 0x72, 0x67, 0x72, 0x47, 0x6a, 0x2b, 0x83, 0xd2, 0xac, 0x75, 0xbd, 0x76, 0xbd, 0xb7, 0xbd, 0xf8, 0xc5, 0x19, 0xc6, 0x19, 0xc6, 0xd9, 0xb5, 0x98, 0xad, 0x19, 0x85, 0xf8, 0x7c, 0xf8, 0x7c, 0x18, 0x85, 0x39, 0x85, 0x59, 0x8d, 0x9a, 0x95, 0xdc, 0x9d, 0x5d, 0xae, 0x7e, 0xae, 0x9e, 0xb6, 0x9e, 0xb6, 0x9e, 0xae, 0x7d, 0xae, 0x1c, 0xa6, 0xdb, 0x9d, 0x79, 0x95, 0x79, 0x95, 0x59, 0x95, 0x58, 0x95, 0x38, 0x8d, 0x18, 0x8d, 0xf7, 0x84, 0xf7, 0x84, 0x75, 0x74, 0x34, 0x64, 0xf4, 0x63, 0xf3, 0x5b, 0xd3, 0x5b, 0xd3, 0x5b, 0xb3, 0x53, 0x92, 0x53, 0x71, 0x53, 0x51, 0x4b, 0x30, 0x4b, 0x10, 0x43, 0x0f, 0x43, 0xef, 0x42, 0xce, 0x3a, 0xce, 0x3a, 0xad, 0x3a, 0x8d, 0x32, 0xad, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8c, 0x32, 0x8c, 0x32, 0x8c, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x6c, 0x2a, 0x6c, 0x2a, 0x4c, 0x2a, 0x4b, 0x22, 0x4b, 0x22, 0x2b, 0x22, 0x0b, 0x1a, 0x2b, 0x1a, 0x2b, 0x22, 0x0a, 0x22, 0x0a, 0x22, 0xc9, 0x19, 0x27, 0x09, 0xc5, 0x00, 0xc6, 0x00, 0x27, 0x11, 0x89, 0x19, 0xa9, 0x21, 0xa9, 0x21, 0xca, 0x21, 0xea, 0x21, 0x0b, 0x22, 0xea, 0x21, 0xa9, 0x11, 0x68, 0x19, 0xa9, 0x21, 0xca, 0x21, 0xea, 0x29, 0x2b, 0x2a, 0x4c, 0x32, 0x4c, 0x32, 0x2c, 0x2a, 0x4d, 0x32, 0x4d, 0x2a, 0x6e, 0x32, 0xcf, 0x3a, 0x93, 0x53, 0x93, 0x53, 0x11, 0x3b, 0x73, 0x4b, 0x93, 0x43, 0x94, 0x43, 0x94, 0x43, 0x73, 0x3b, 0x53, 0x33, 0x33, 0x2b, 0x34, 0x2b, 0x14, 0x23, 0x34, 0x23, 0x35, 0x23, 0x55, 0x23, 0x56, 0x23, 0x76, 0x23, 0x77, 0x23, 0x97, 0x2b, 0x97, 0x23, 0x97, 0x2b, 0x97, 0x2b, 0x97, 0x2b, 0xb7, 0x2b, 0xb7, 0x2b, 0xb8, 0x2b, 0xb8, 0x2b, 0xb8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xf8, 0x2b, 0xf8, 0x33, 0x19, 0x24, 0x19, 0x2c, 0x39, 0x2c, 0x3a, 0x34, 0x5a, 0x34, 0x7a, 0x3c, 0x9a, 0x3c, 0x9b, 0x44, 0x9b, 0x44, 0xbb, 0x4c, 0xbb, 0x4c, 0xbb, 0x44, 0x9b, 0x44, 0xbb, 0x4c, 0xdc, 0x4c, 0xfc, 0x4c, 0x7c, 0x3c, 0x9c, 0x3c, 0x9b, 0x44, 0x5a, 0x3c, 0x5a, 0x44, 0xba, 0x54, 0x1c, 0x65, 0x5d, 0x6d, 0x1b, 0x65, 0x1b, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x1c, 0x65, 0xfc, 0x5c, 0xfc, 0x5c, 0x1c, 0x5d, 0xba, 0x54, 0xba, 0x54, 0x99, 0x4c, 0x79, 0x4c, 0x58, 0x44, 0x58, 0x44, 0x58, 0x44, 0x58, 0x4c, 0x99, 0x54, 0xd9, 0x64, 0x1a, 0x75, 0x3a, 0x7d, 0x19, 0x85, 0xf8, 0x84, 0xd7, 0x84, 0xb7, 0x84, 0x94, 0x84, 0x95, 0x84, 0xb5, 0x84, 0x95, 0x84, 0x95, 0x84, 0x94, 0x84, 0x94, 0x84, 0x94, 0x84, 0xb0, 0x6b, 0x6f, 0x63, 0x6f, 0x6b, 0xd0, 0x73, 0x11, 0x84, 0x93, 0x94, 0x15, 0xa5, 0x55, 0xad, 0x34, 0x95, 0x55, 0x9d, 0x55, 0x9d, 0x15, 0x95, 0xd4, 0x84, 0x53, 0x74, 0x4f, 0x5b, 0x4b, 0x3a, 0xe9, 0x31, 0xa8, 0x31, 0xa8, 0x31, 0xa9, 0x39, 0xc9, 0x39, 0xc9, 0x39, 0xa9, 0x31, 0x89, 0x31, 0x4a, 0x42, 0x4a, 0x42, 0x4a, 0x42, 0x4a, 0x42, 0x4a, 0x42, 0x4a, 0x4a, 0x6b, 0x52, 0xab, 0x5a, 0xab, 0x5a, 0x8b, 0x52, 0xab, 0x52, 0xec, 0x62, 0x0d, 0x63, 0xab, 0x5a, 0xcc, 0x5a, 0x6e, 0x6b, 0xaf, 0x7b, 0x10, 0x84, 0x72, 0x94, 0xd4, 0x9c, 0x56, 0xad, 0xb7, 0xbd, 0x76, 0xb5, 0xf4, 0xa4, 0xf5, 0xa4, 0x35, 0xa5, 0x77, 0xb5, 0xd8, 0xbd, 0x3a, 0xce, 0x7b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x7b, 0xd6, 0x7c, 0xd6, 0x7c, 0xd6, 0x7c, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce,
0x76, 0xb5, 0x56, 0xb5, 0x36, 0xb5, 0x35, 0xad, 0x35, 0xad, 0x35, 0xb5, 0x15, 0xad, 0x15, 0xad, 0xd3, 0xa4, 0xb3, 0xa4, 0x92, 0xa4, 0x71, 0xa4, 0x51, 0xa4, 0x30, 0x9c, 0x10, 0x9c, 0xcf, 0x93, 0xad, 0x93, 0xad, 0x93, 0x6c, 0x8b, 0x4b, 0x8b, 0x2b, 0x8b, 0x0a, 0x83, 0xe9, 0x82, 0xc8, 0x82, 0xc8, 0x82, 0xa7, 0x82, 0x87, 0x7a, 0x87, 0x7a, 0x86, 0x7a, 0x86, 0x7a, 0x66, 0x7a, 0x66, 0x7a, 0x65, 0x7a, 0x86, 0x7a, 0x66, 0x7a, 0x46, 0x72, 0x67, 0x72, 0x26, 0x6a, 0xa9, 0x72, 0x50, 0xa4, 0x75, 0xc5, 0x76, 0xbd, 0x96, 0xbd, 0xb7, 0xbd, 0xf9, 0xc5, 0x19, 0xc6, 0xf9, 0xbd, 0xd8, 0xb5, 0x59, 0x8d, 0xf8, 0x84, 0xb7, 0x7c, 0xd7, 0x7c, 0xf8, 0x7c, 0xf8, 0x7c, 0x59, 0x85, 0x9b, 0x95, 0x7e, 0xae, 0x7e, 0xae, 0x9e, 0xae, 0x7e, 0xae, 0x9e, 0xae, 0x7e, 0xae, 0x5d, 0xae, 0x1d, 0xa6, 0x9a, 0x9d, 0x79, 0x95, 0x59, 0x95, 0x58, 0x8d, 0x59, 0x95, 0x38, 0x8d, 0x18, 0x85, 0xd7, 0x7c, 0x55, 0x6c, 0x14, 0x64, 0xf4, 0x63, 0xf4, 0x63, 0xd3, 0x5b, 0xd3, 0x5b, 0xd3, 0x53, 0x92, 0x53, 0x71, 0x53, 0x51, 0x4b, 0x30, 0x4b, 0x10, 0x43, 0x0f, 0x43, 0xef, 0x42, 0xef, 0x3a, 0xce, 0x3a, 0xae, 0x32, 0xad, 0x32, 0xad, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8c, 0x32, 0x8c, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8c, 0x2a, 0x6c, 0x2a, 0x6c, 0x2a, 0x4c, 0x22, 0x4c, 0x22, 0x2b, 0x1a, 0x2b, 0x1a, 0x2b, 0x1a, 0x2b, 0x22, 0x0a, 0x22, 0xea, 0x19, 0xea, 0x19, 0x88, 0x11, 0x06, 0x09, 0xa5, 0x00, 0xa4, 0x00, 0x27, 0x11, 0x67, 0x19, 0x88, 0x19, 0x88, 0x19, 0xc9, 0x21, 0xea, 0x21, 0xea, 0x21, 0xc9, 0x21, 0x88, 0x19, 0xa8, 0x21, 0xc9, 0x21, 0xea, 0x29, 0x2b, 0x32, 0x6c, 0x3a, 0x4c, 0x32, 0x2b, 0x32, 0x4c, 0x32, 0x6d, 0x32, 0x8e, 0x3a, 0xaf, 0x3a, 0x10, 0x43, 0xf0, 0x42, 0xaf, 0x32, 0x52, 0x4b, 0x11, 0x33, 0x32, 0x33, 0x32, 0x33, 0xf2, 0x2a, 0xd1, 0x22, 0xd2, 0x22, 0x13, 0x23, 0x34, 0x2b, 0x14, 0x23, 0x34, 0x23, 0x35, 0x23, 0x56, 0x23, 0x76, 0x23, 0x77, 0x23, 0x97, 0x23, 0x97, 0x23, 0x97, 0x2b, 0x97, 0x2b, 0x97, 0x2b, 0x97, 0x2b, 0x97, 0x2b, 0xb7, 0x2b, 0xb8, 0x2b, 0xb8, 0x2b, 0xb8, 0x2b, 0xb8, 0x2b, 0xb8, 0x2b, 0xb8, 0x2b, 0xb7, 0x2b, 0xd8, 0x2b, 0xd8, 0x33, 0xd8, 0x33, 0x19, 0x2c, 0x19, 0x2c, 0x3a, 0x2c, 0x5a, 0x34, 0x7b, 0x3c, 0x9b, 0x3c, 0x9b, 0x3c, 0x9b, 0x3c, 0x7a, 0x3c, 0x9b, 0x44, 0x9b, 0x44, 0x7a, 0x3c, 0x7a, 0x3c, 0x7b, 0x3c, 0x9b, 0x3c, 0x9b, 0x3c, 0x5a, 0x34, 0x9b, 0x3c, 0x7a, 0x3c, 0x19, 0x34, 0x39, 0x3c, 0xfb, 0x5c, 0x5d, 0x6d, 0x7d, 0x75, 0x5c, 0x6d, 0x3b, 0x6d, 0x1b, 0x6d, 0xfb, 0x64, 0xba, 0x5c, 0x58, 0x4c, 0xd6, 0x3b, 0x96, 0x33, 0x17, 0x3c, 0xf6, 0x3b, 0xf6, 0x33, 0xf6, 0x33, 0xd6, 0x33, 0xd6, 0x33, 0xf6, 0x3b, 0xf6, 0x3b, 0x16, 0x44, 0x57, 0x54, 0xb8, 0x6c, 0xf9, 0x7c, 0x3a, 0x8d, 0x9b, 0x9d, 0xfc, 0xad, 0x5d, 0xbe, 0x5b, 0xc6, 0x9c, 0xce, 0xdd, 0xce, 0x9c, 0xce, 0x5b, 0xbe, 0x3b, 0xbe, 0x3b, 0xbe, 0x3b, 0xbe, 0xf6, 0x94, 0xb4, 0x8c, 0xd4, 0x94, 0x16, 0x9d, 0x97, 0xad, 0x39, 0xc6, 0xdc, 0xd6, 0x1d, 0xdf, 0x5d, 0xd7, 0x5e, 0xdf, 0x5d, 0xd7, 0xdc, 0xc6, 0x3a, 0xb6, 0x57, 0x95, 0xd1, 0x63, 0x4b, 0x3a, 0x4b, 0x3a, 0x0a, 0x3a, 0x2a, 0x42, 0x6b, 0x4a, 0xad, 0x5a, 0xad, 0x5a, 0xad, 0x5a, 0x8d, 0x52, 0x8a, 0x4a, 0x8b, 0x4a, 0xab, 0x52, 0xcc, 0x5a, 0xcc, 0x5a, 0xab, 0x5a, 0xab, 0x5a, 0x8b, 0x5a, 0x8b, 0x5a, 0x4a, 0x52, 0x49, 0x4a, 0x8a, 0x52, 0xab, 0x5a, 0x8b, 0x52, 0x0d, 0x63, 0xf0, 0x7b, 0xd3, 0x9c, 0xf4, 0xa4, 0x15, 0xa5, 0x15, 0xa5, 0xd4, 0x9c, 0xd4, 0x9c, 0x15, 0xa5, 0x36, 0xad, 0x77, 0xb5, 0xb8, 0xbd, 0x3a, 0xc6, 0x9b, 0xd6, 0x9c, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x5b, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce,
0x76, 0xb5, 0x56, 0xb5, 0x55, 0xb5, 0x35, 0xad, 0x35, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x15, 0xad, 0xd3, 0xa4, 0xb3, 0xa4, 0x92, 0xa4, 0x72, 0xa4, 0x51, 0xa4, 0x30, 0x9c, 0xef, 0x9b, 0xcf, 0x93, 0x8d, 0x93, 0x8c, 0x93, 0x6c, 0x8b, 0x4b, 0x8b, 0x0a, 0x8b, 0xe9, 0x82, 0xc8, 0x82, 0xc8, 0x82, 0xa7, 0x82, 0x87, 0x7a, 0x67, 0x7a, 0x66, 0x7a, 0x66, 0x7a, 0x66, 0x72, 0x46, 0x72, 0x46, 0x72, 0x65, 0x7a, 0x66, 0x7a, 0x66, 0x7a, 0x46, 0x72, 0x66, 0x72, 0x26, 0x6a, 0x47, 0x6a, 0x8d, 0x8b, 0x34, 0xbd, 0x76, 0xc5, 0x96, 0xbd, 0x96, 0xbd, 0xd8, 0xbd, 0x19, 0xc6, 0xf9, 0xbd, 0xd8, 0xbd, 0x9a, 0x9d, 0xf8, 0x84, 0xb6, 0x7c, 0xb7, 0x7c, 0xd7, 0x7c, 0xd7, 0x7c, 0x19, 0x85, 0x9b, 0x8d, 0x7e, 0xae, 0x7f, 0xae, 0x7f, 0xae, 0x7e, 0xae, 0x7e, 0xae, 0x7e, 0xae, 0x7e, 0xae, 0x5e, 0xae, 0xfb, 0xa5, 0x9a, 0x9d, 0x59, 0x95, 0x59, 0x8d, 0x59, 0x8d, 0x38, 0x8d, 0xf7, 0x84, 0xb7, 0x7c, 0x55, 0x6c, 0x14, 0x64, 0x14, 0x64, 0x14, 0x64, 0xf3, 0x5b, 0xd3, 0x5b, 0xd3, 0x5b, 0xb2, 0x53, 0x91, 0x53, 0x71, 0x4b, 0x30, 0x4b, 0x30, 0x43, 0x10, 0x43, 0xef, 0x42, 0xef, 0x3a, 0xce, 0x3a, 0xae, 0x3a, 0xae, 0x3a, 0xae, 0x3a, 0xad, 0x32, 0xad, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8c, 0x3a, 0x8c, 0x3a, 0x8c, 0x32, 0x8c, 0x32, 0x8c, 0x32, 0x8c, 0x32, 0x8c, 0x32, 0x8d, 0x32, 0x8c, 0x32, 0x6c, 0x2a, 0x6c, 0x2a, 0x6c, 0x2a, 0x4c, 0x22, 0x2b, 0x22, 0x2b, 0x1a, 0x2b, 0x1a, 0x2b, 0x22, 0x0a, 0x1a, 0xea, 0x19, 0xea, 0x21, 0xc9, 0x19, 0x68, 0x11, 0xe5, 0x00, 0x84, 0x00, 0xa4, 0x00, 0xe5, 0x08, 0x26, 0x11, 0x67, 0x19, 0x88, 0x21, 0xc9, 0x21, 0xc9, 0x21, 0xc9, 0x21, 0x88, 0x21, 0xa8, 0x21, 0xc9, 0x29, 0x0a, 0x32, 0x4b, 0x3a, 0x6c, 0x3a, 0x6b, 0x3a, 0x2b, 0x32, 0x4c, 0x3a, 0x6d, 0x3a, 0xce, 0x42, 0xce, 0x3a, 0x8e, 0x3a, 0x6e, 0x32, 0x6e, 0x32, 0x10, 0x43, 0x11, 0x33, 0x52, 0x3b, 0x73, 0x3b, 0x52, 0x33, 0x12, 0x2b, 0xd2, 0x22, 0xf2, 0x22, 0xf3, 0x22, 0x13, 0x23, 0x14, 0x1b, 0x35, 0x23, 0x55, 0x23, 0x56, 0x23, 0x76, 0x23, 0x76, 0x23, 0x77, 0x23, 0x76, 0x23, 0x76, 0x23, 0x76, 0x23, 0x77, 0x23, 0x97, 0x23, 0x97, 0x23, 0x97, 0x23, 0x97, 0x23, 0x97, 0x23, 0x97, 0x23, 0x97, 0x23, 0x97, 0x2b, 0x97, 0x2b, 0xb7, 0x2b, 0xb7, 0x33, 0xd7, 0x33, 0x19, 0x2c, 0x19, 0x2c, 0x39, 0x2c, 0x5a, 0x34, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x39, 0x34, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x5a, 0x3c, 0x5a, 0x3c, 0x5a, 0x3c, 0x5a, 0x3c, 0x39, 0x34, 0x5a, 0x3c, 0x19, 0x34, 0xd8, 0x2b, 0xd7, 0x33, 0x39, 0x44, 0xfb, 0x5c, 0x3c, 0x6d, 0x3b, 0x6d, 0x99, 0x5c, 0x98, 0x5c, 0x98, 0x5c, 0x98, 0x64, 0x98, 0x5c, 0x37, 0x54, 0xd6, 0x43, 0xb5, 0x3b, 0x94, 0x33, 0x94, 0x33, 0x94, 0x33, 0x94, 0x2b, 0x74, 0x2b, 0x74, 0x2b, 0x94, 0x33, 0x94, 0x33, 0xf5, 0x43, 0xf5, 0x4b, 0xf5, 0x53, 0xf5, 0x5b, 0xf5, 0x63, 0x35, 0x74, 0x76, 0x7c, 0xb7, 0x84, 0x37, 0x9d, 0x78, 0xa5, 0x98, 0xad, 0x98, 0xad, 0xd9, 0xad, 0x1b, 0xbe, 0x5b, 0xbe, 0x5b, 0xbe, 0xdd, 0xce, 0xdd, 0xce, 0x1e, 0xdf, 0x7f, 0xe7, 0x5e, 0xdf, 0x1d, 0xd7, 0xbc, 0xce, 0x5a, 0xc6, 0x39, 0xb6, 0x19, 0xb6, 0xd8, 0xa5, 0x57, 0x95, 0x37, 0x8d, 0xd6, 0x84, 0x13, 0x74, 0x4f, 0x5b, 0xee, 0x52, 0xad, 0x4a, 0x8c, 0x4a, 0x8c, 0x4a, 0xad, 0x52, 0xad, 0x52, 0xad, 0x52, 0x8d, 0x4a, 0xec, 0x52, 0xcb, 0x52, 0xab, 0x52, 0xab, 0x52, 0x6a, 0x52, 0x09, 0x42, 0xc7, 0x39, 0x86, 0x39, 0xc7, 0x41, 0x29, 0x4a, 0x6a, 0x52, 0xab, 0x5a, 0x2d, 0x63, 0x8f, 0x73, 0x31, 0x84, 0xb4, 0x94, 0x15, 0xa5, 0xd4, 0x9c, 0xb4, 0x9c, 0x15, 0xa5, 0x77, 0xb5, 0xb8, 0xbd, 0xf9, 0xbd, 0x19, 0xc6, 0x5a, 0xce, 0x5a, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x39, 0xce,
0x76, 0xb5, 0x56, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x14, 0xad, 0xf4, 0xac, 0xb3, 0xac, 0x92, 0xa4, 0x72, 0xa4, 0x71, 0xa4, 0x30, 0xa4, 0xef, 0x9b, 0xcf, 0x93, 0x8c, 0x93, 0x8c, 0x93, 0x6b, 0x8b, 0x2b, 0x8b, 0x0a, 0x83, 0xe9, 0x82, 0xc8, 0x82, 0xa7, 0x82, 0xa7, 0x82, 0x87, 0x7a, 0x86, 0x7a, 0x66, 0x7a, 0x66, 0x7a, 0x66, 0x7a, 0x66, 0x7a, 0x66, 0x72, 0x65, 0x7a, 0x45, 0x7a, 0x66, 0x7a, 0x46, 0x72, 0x46, 0x72, 0x26, 0x6a, 0x06, 0x62, 0xea, 0x7a, 0xb2, 0xac, 0x75, 0xc5, 0xb6, 0xc5, 0x96, 0xbd, 0xb7, 0xbd, 0xf8, 0xc5, 0xf8, 0xbd, 0xf8, 0xbd, 0xdb, 0xa5, 0x38, 0x8d, 0xd7, 0x7c, 0xd7, 0x7c, 0xd7, 0x7c, 0xd7, 0x7c, 0x19, 0x7d, 0xbb, 0x8d, 0x7e, 0xa6, 0x9f, 0xae, 0x9f, 0xae, 0x7f, 0xa6, 0x7e, 0xae, 0x7e, 0xae, 0x7e, 0xae, 0x5e, 0xa6, 0x3c, 0xae, 0xdb, 0xa5, 0x7a, 0x95, 0x59, 0x8d, 0x39, 0x8d, 0x18, 0x85, 0xd7, 0x7c, 0x96, 0x74, 0x55, 0x6c, 0x14, 0x64, 0x14, 0x64, 0x34, 0x64, 0x14, 0x5c, 0xf3, 0x5b, 0xf3, 0x5b, 0xd3, 0x53, 0x92, 0x53, 0x72, 0x53, 0x51, 0x4b, 0x30, 0x43, 0x30, 0x43, 0x10, 0x43, 0xef, 0x3a, 0xef, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xae, 0x32, 0xae, 0x32, 0xad, 0x32, 0xad, 0x32, 0xad, 0x32, 0x8c, 0x3a, 0x8c, 0x3a, 0x8c, 0x3a, 0x8c, 0x32, 0x8c, 0x32, 0x8c, 0x32, 0x8c, 0x32, 0x8c, 0x32, 0x8d, 0x32, 0x8d, 0x2a, 0x6c, 0x2a, 0x6c, 0x2a, 0x4c, 0x22, 0x4c, 0x22, 0x2b, 0x22, 0x4c, 0x22, 0x4b, 0x22, 0x2b, 0x22, 0x0b, 0x1a, 0x0a, 0x1a, 0xea, 0x21, 0xc9, 0x19, 0x47, 0x11, 0xe5, 0x00, 0x84, 0x00, 0xa4, 0x00, 0xe5, 0x08, 0x26, 0x11, 0x67, 0x19, 0x67, 0x19, 0x88, 0x21, 0xa8, 0x21, 0x68, 0x21, 0x88, 0x21, 0x88, 0x21, 0xc9, 0x29, 0x2a, 0x32, 0x6c, 0x42, 0x6c, 0x3a, 0x4b, 0x3a, 0x6c, 0x3a, 0x6c, 0x3a, 0xef, 0x4a, 0xef, 0x42, 0x6d, 0x32, 0x6d, 0x2a, 0x8e, 0x32, 0xcf, 0x3a, 0xd0, 0x32, 0xf1, 0x32, 0x11, 0x3b, 0x32, 0x3b, 0x32, 0x33, 0x12, 0x2b, 0x13, 0x23, 0x13, 0x23, 0xf3, 0x1a, 0xf4, 0x1a, 0x14, 0x1b, 0x35, 0x23, 0x55, 0x23, 0x56, 0x23, 0x56, 0x23, 0x56, 0x23, 0x56, 0x23, 0x56, 0x23, 0x56, 0x23, 0x56, 0x23, 0x76, 0x23, 0x76, 0x23, 0x76, 0x23, 0x77, 0x23, 0x77, 0x23, 0x77, 0x23, 0x77, 0x23, 0x97, 0x2b, 0x97, 0x2b, 0xb7, 0x2b, 0xb7, 0x2b, 0xb7, 0x33, 0x18, 0x2c, 0x18, 0x34, 0x18, 0x34, 0x18, 0x34, 0x38, 0x34, 0x18, 0x34, 0x18, 0x34, 0x18, 0x34, 0x39, 0x3c, 0x39, 0x34, 0x18, 0x34, 0xf8, 0x33, 0x18, 0x34, 0x18, 0x34, 0x18, 0x34, 0xf8, 0x2b, 0xf8, 0x33, 0xd7, 0x2b, 0x96, 0x2b, 0xb6, 0x33, 0x17, 0x44, 0x58, 0x4c, 0x78, 0x54, 0x57, 0x54, 0x98, 0x5c, 0x77, 0x5c, 0x36, 0x5c, 0x16, 0x54, 0xd5, 0x4b, 0x73, 0x43, 0x32, 0x3b, 0x12, 0x33, 0x52, 0x2b, 0x53, 0x2b, 0x73, 0x33, 0x94, 0x33, 0xb4, 0x3b, 0xd5, 0x3b, 0xf5, 0x43, 0xf5, 0x43, 0x15, 0x4c, 0xf5, 0x53, 0xf5, 0x53, 0xd4, 0x5b, 0xd4, 0x5b, 0xf4, 0x63, 0x14, 0x6c, 0x14, 0x74, 0x94, 0x84, 0xd6, 0x94, 0x37, 0x9d, 0x98, 0xa5, 0x1b, 0xb6, 0xbd, 0xc6, 0xde, 0xce, 0xbd, 0xc6, 0x3b, 0xb6, 0xd9, 0xad, 0x98, 0xa5, 0x78, 0x9d, 0x57, 0x9d, 0x78, 0xa5, 0xd9, 0xad, 0xf9, 0xad, 0x78, 0xa5, 0x78, 0xa5, 0x58, 0x9d, 0xf7, 0x8c, 0xb6, 0x7c, 0x54, 0x74, 0xb2, 0x63, 0x30, 0x53, 0xce, 0x4a, 0xcd, 0x4a, 0xcd, 0x4a, 0xed, 0x4a, 0xcd, 0x4a, 0x8d, 0x42, 0x6c, 0x3a, 0x4c, 0x32, 0x8b, 0x42, 0x6b, 0x42, 0x4a, 0x3a, 0x4a, 0x42, 0x8b, 0x4a, 0xcc, 0x5a, 0x4e, 0x6b, 0xaf, 0x7b, 0xcf, 0x83, 0x31, 0x8c, 0x72, 0x94, 0x72, 0x8c, 0x92, 0x94, 0x93, 0x94, 0xb3, 0x94, 0xf4, 0x9c, 0x77, 0xb5, 0x97, 0xb5, 0xd8, 0xbd, 0x19, 0xc6, 0x5a, 0xce, 0x7a, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x9b, 0xd6, 0x5b, 0xce, 0x3a, 0xc6, 0x3a, 0xc6, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x39, 0xce, 0x39, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x39, 0xce,
0x56, 0xb5, 0x55, 0xb5, 0x35, 0xb5, 0x35, 0xad, 0x35, 0xb5, 0x35, 0xb5, 0x15, 0xad, 0x14, 0xad, 0xf4, 0xac, 0xd3, 0xac, 0xb2, 0xac, 0x92, 0xa4, 0x71, 0xa4, 0x51, 0xa4, 0x0f, 0x9c, 0xcf, 0x93, 0x8c, 0x93, 0x8c, 0x93, 0x6b, 0x93, 0x4a, 0x8b, 0x0a, 0x8b, 0xc9, 0x82, 0xa8, 0x82, 0xa7, 0x82, 0xa7, 0x82, 0xa7, 0x82, 0x87, 0x7a, 0x86, 0x7a, 0x86, 0x7a, 0x86, 0x7a, 0x86, 0x7a, 0x66, 0x7a, 0x66, 0x7a, 0x45, 0x7a, 0x86, 0x7a, 0x66, 0x72, 0x46, 0x72, 0x46, 0x6a, 0xe6, 0x61, 0x68, 0x6a, 0x50, 0xa4, 0x55, 0xc5, 0xd7, 0xcd, 0x96, 0xbd, 0x96, 0xbd, 0xd8, 0xc5, 0xd8, 0xbd, 0xf8, 0xc5, 0x1b, 0xae, 0x58, 0x95, 0xd7, 0x84, 0xd7, 0x84, 0xd7, 0x7c, 0xb7, 0x74, 0x19, 0x7d, 0x9b, 0x8d, 0x7f, 0xa6, 0x9f, 0xae, 0xbf, 0xae, 0x9f, 0xae, 0x7f, 0xa6, 0x5e, 0xa6, 0x5e, 0xa6, 0x3d, 0xa6, 0x5d, 0xae, 0x1c, 0xa6, 0xbb, 0x9d, 0x59, 0x8d, 0x18, 0x85, 0xf7, 0x7c, 0x96, 0x74, 0x75, 0x6c, 0x55, 0x6c, 0x14, 0x64, 0x34, 0x64, 0x35, 0x64, 0x14, 0x64, 0xf4, 0x5b, 0xf3, 0x5b, 0xd3, 0x5b, 0xb2, 0x53, 0x92, 0x53, 0x71, 0x4b, 0x51, 0x4b, 0x51, 0x43, 0x30, 0x43, 0x10, 0x43, 0xef, 0x3a, 0xef, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x32, 0xae, 0x32, 0xad, 0x32, 0xad, 0x32, 0xad, 0x32, 0xad, 0x3a, 0xad, 0x3a, 0x8c, 0x3a, 0x8d, 0x32, 0x8c, 0x32, 0x8c, 0x32, 0x8c, 0x32, 0x6c, 0x32, 0xad, 0x32, 0x8d, 0x2a, 0x6c, 0x2a, 0x6d, 0x2a, 0x6c, 0x2a, 0x4c, 0x22, 0x4c, 0x22, 0x4c, 0x22, 0x4c, 0x22, 0x6c, 0x22, 0x4c, 0x22, 0x0b, 0x1a, 0x0a, 0x1a, 0x0a, 0x22, 0xa9, 0x19, 0x47, 0x11, 0xa4, 0x00, 0x84, 0x00, 0x84, 0x00, 0xe5, 0x08, 0x06, 0x11, 0x26, 0x11, 0x67, 0x19, 0xa8, 0x21, 0x67, 0x19, 0x47, 0x19, 0x47, 0x19, 0x67, 0x19, 0xe9, 0x29, 0x4b, 0x3a, 0x8c, 0x42, 0x8c, 0x42, 0x4b, 0x3a, 0x2b, 0x32, 0xee, 0x4a, 0xef, 0x42, 0x4d, 0x32, 0x6d, 0x32, 0xae, 0x32, 0xaf, 0x32, 0xd0, 0x32, 0xaf, 0x2a, 0xaf, 0x2a, 0xd0, 0x2a, 0xd1, 0x2a, 0xd1, 0x2a, 0xd2, 0x22, 0xd2, 0x1a, 0xd3, 0x1a, 0xf3, 0x1a, 0x14, 0x1b, 0x15, 0x23, 0x35, 0x23, 0x35, 0x23, 0x35, 0x23, 0x35, 0x23, 0x36, 0x1b, 0x36, 0x1b, 0x36, 0x1b, 0x56, 0x23, 0x56, 0x23, 0x56, 0x23, 0x56, 0x23, 0x56, 0x23, 0x76, 0x23, 0x76, 0x23, 0x76, 0x23, 0x76, 0x23, 0x76, 0x2b, 0x97, 0x2b, 0xb7, 0x33, 0xb7, 0x33, 0xd6, 0x33, 0xd6, 0x33, 0xf7, 0x33, 0xf7, 0x33, 0xd6, 0x33, 0xd6, 0x33, 0xf7, 0x33, 0xf7, 0x3b, 0xd6, 0x33, 0xb6, 0x2b, 0x95, 0x2b, 0x95, 0x2b, 0x96, 0x2b, 0xb6, 0x2b, 0xb6, 0x2b, 0x96, 0x2b, 0x96, 0x2b, 0xb6, 0x33, 0xb6, 0x33, 0x95, 0x33, 0xb5, 0x33, 0xd5, 0x3b, 0xd5, 0x43, 0x94, 0x3b, 0x12, 0x33, 0x11, 0x33, 0xf1, 0x32, 0xf1, 0x32, 0xf0, 0x32, 0xf1, 0x3a, 0x31, 0x3b, 0x52, 0x43, 0xd4, 0x43, 0xd4, 0x4b, 0xf5, 0x4b, 0x15, 0x4c, 0x15, 0x4c, 0x16, 0x4c, 0x35, 0x4c, 0x36, 0x54, 0x36, 0x54, 0x56, 0x5c, 0x56, 0x64, 0x35, 0x64, 0x15, 0x64, 0x35, 0x6c, 0x96, 0x7c, 0xf7, 0x84, 0xf7, 0x94, 0x79, 0xa5, 0xfa, 0xad, 0x1b, 0xb6, 0x5c, 0xbe, 0x7d, 0xbe, 0x5c, 0xb6, 0xfb, 0xa5, 0xda, 0xa5, 0xba, 0x9d, 0xb9, 0x9d, 0xb9, 0x9d, 0x58, 0x95, 0x17, 0x8d, 0x16, 0x85, 0xd6, 0x84, 0xd7, 0x8c, 0xd7, 0x8c, 0xb6, 0x84, 0x35, 0x6c, 0x93, 0x5b, 0x31, 0x4b, 0xcf, 0x42, 0xae, 0x3a, 0xce, 0x42, 0xad, 0x3a, 0x6c, 0x32, 0x6c, 0x32, 0x4c, 0x32, 0x8d, 0x32, 0xce, 0x3a, 0x0f, 0x3b, 0x2f, 0x4b, 0x70, 0x53, 0xb1, 0x63, 0x12, 0x6c, 0x12, 0x74, 0x11, 0x7c, 0x11, 0x84, 0x32, 0x8c, 0x72, 0x94, 0x93, 0x94, 0xb3, 0x9c, 0x15, 0xa5, 0x76, 0xad, 0x97, 0xad, 0xf8, 0xbd, 0x9b, 0xce, 0xbc, 0xd6, 0xbc, 0xd6, 0x9b, 0xd6, 0x5b, 0xce, 0x7b, 0xce, 0x9c, 0xd6, 0x9c, 0xd6, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7a, 0xd6, 0x7a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce,
0x56, 0xb5, 0x55, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x15, 0xb5, 0x14, 0xad, 0xf4, 0xac, 0xf4, 0xac, 0xf4, 0xac, 0xd3, 0xac, 0x92, 0xac, 0x71, 0xa4, 0x30, 0xa4, 0x0f, 0x9c, 0xcf, 0x93, 0x8c, 0x93, 0x6c, 0x93, 0x4b, 0x93, 0x2a, 0x8b, 0x0a, 0x8b, 0xe9, 0x82, 0xc8, 0x82, 0xa7, 0x82, 0xa7, 0x82, 0xa7, 0x82, 0x86, 0x82, 0x86, 0x7a, 0x86, 0x82, 0x87, 0x82, 0xa7, 0x82, 0xa7, 0x82, 0x86, 0x82, 0x86, 0x82, 0x86, 0x7a, 0x66, 0x7a, 0x46, 0x72, 0x26, 0x6a, 0x26, 0x6a, 0x27, 0x62, 0x4c, 0x83, 0xf3, 0xb4, 0xd6, 0xcd, 0x96, 0xc5, 0x76, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0xfa, 0xb5, 0xb9, 0xad, 0x38, 0x95, 0xd7, 0x84, 0xd7, 0x7c, 0xd7, 0x7c, 0x19, 0x7d, 0x7b, 0x8d, 0x7f, 0xa6, 0x9f, 0xae, 0xbf, 0xae, 0xbf, 0xae, 0x9f, 0xae, 0x9f, 0xae, 0x9f, 0xae, 0x5e, 0xa6, 0x5d, 0xae, 0x5d, 0xae, 0x1c, 0xa6, 0x7a, 0x8d, 0xf8, 0x84, 0xd7, 0x7c, 0x96, 0x74, 0x35, 0x64, 0x35, 0x64, 0x55, 0x6c, 0x55, 0x6c, 0x35, 0x64, 0x14, 0x64, 0x14, 0x64, 0x14, 0x64, 0xf4, 0x5b, 0xd3, 0x5b, 0xb3, 0x53, 0x92, 0x53, 0x72, 0x4b, 0x51, 0x4b, 0x30, 0x43, 0x30, 0x43, 0x30, 0x43, 0x0f, 0x3b, 0xef, 0x3a, 0xce, 0x3a, 0xae, 0x32, 0xae, 0x32, 0xae, 0x32, 0xae, 0x32, 0xae, 0x32, 0xad, 0x3a, 0xad, 0x3a, 0xad, 0x3a, 0x8d, 0x32, 0x8c, 0x32, 0x8c, 0x32, 0x6c, 0x32, 0x6c, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x6c, 0x2a, 0x6c, 0x2a, 0x4c, 0x22, 0x2c, 0x22, 0x2c, 0x22, 0x6d, 0x22, 0x4c, 0x1a, 0x2c, 0x1a, 0x2b, 0x1a, 0x0b, 0x1a, 0x0a, 0x22, 0xea, 0x21, 0xe9, 0x21, 0x67, 0x11, 0xe5, 0x08, 0x84, 0x00, 0x84, 0x00, 0xa4, 0x00, 0xe5, 0x08, 0x06, 0x11, 0x26, 0x19, 0x47, 0x19, 0x47, 0x19, 0x27, 0x11, 0x26, 0x11, 0x27, 0x19, 0x88, 0x21, 0x0a, 0x32, 0x8c, 0x42, 0x2b, 0x32, 0x4b, 0x32, 0x8d, 0x3a, 0xce, 0x42, 0x8e, 0x3a, 0x4d, 0x2a, 0x6d, 0x2a, 0xcf, 0x3a, 0xaf, 0x32, 0x4e, 0x22, 0x6e, 0x22, 0x8f, 0x2a, 0x8f, 0x22, 0x90, 0x22, 0x90, 0x1a, 0xf2, 0x22, 0xb2, 0x1a, 0xd2, 0x1a, 0xd3, 0x1a, 0xf3, 0x1a, 0xf4, 0x1a, 0x14, 0x1b, 0x14, 0x1b, 0x15, 0x23, 0x35, 0x1b, 0x35, 0x1b, 0x35, 0x1b, 0x55, 0x23, 0x55, 0x23, 0x55, 0x23, 0x35, 0x23, 0x35, 0x23, 0x56, 0x23, 0x56, 0x23, 0x76, 0x23, 0x56, 0x2b, 0x56, 0x2b, 0x76, 0x2b, 0x96, 0x2b, 0x96, 0x2b, 0xd5, 0x3b, 0xb5, 0x33, 0x95, 0x33, 0x94, 0x33, 0x74, 0x2b, 0x33, 0x23, 0x33, 0x23, 0x33, 0x2b, 0x33, 0x23, 0x33, 0x23, 0x33, 0x23, 0x54, 0x2b, 0x74, 0x2b, 0x95, 0x33, 0x95, 0x33, 0x95, 0x33, 0x75, 0x2b, 0x74, 0x2b, 0x74, 0x2b, 0x74, 0x33, 0x53, 0x2b, 0x12, 0x2b, 0xf1, 0x2a, 0xf1, 0x2a, 0xf1, 0x32, 0x11, 0x3b, 0x52, 0x43, 0xd4, 0x53, 0x76, 0x6c, 0xd8, 0x7c, 0x18, 0x85, 0x18, 0x85, 0x39, 0x7d, 0x19, 0x7d, 0xd8, 0x74, 0x77, 0x64, 0x36, 0x5c, 0x15, 0x54, 0x15, 0x54, 0x15, 0x54, 0x35, 0x54, 0x35, 0x5c, 0x55, 0x5c, 0x76, 0x64, 0xb6, 0x6c, 0xd7, 0x7c, 0x18, 0x85, 0x38, 0x85, 0x38, 0x95, 0x59, 0x95, 0x9a, 0x9d, 0xdb, 0xa5, 0xdb, 0xa5, 0x9a, 0x9d, 0x59, 0x8d, 0x38, 0x8d, 0x76, 0x74, 0x55, 0x6c, 0x34, 0x64, 0xf3, 0x5b, 0xb2, 0x53, 0x51, 0x4b, 0x10, 0x43, 0xef, 0x3a, 0xd0, 0x3a, 0xb0, 0x3a, 0xb0, 0x32, 0x90, 0x32, 0x8f, 0x2a, 0x6f, 0x2a, 0x6f, 0x2a, 0x8f, 0x2a, 0xaf, 0x32, 0xaf, 0x3a, 0xcf, 0x3a, 0xef, 0x3a, 0xef, 0x3a, 0xef, 0x32, 0xcf, 0x2a, 0xae, 0x2a, 0x8e, 0x2a, 0x6d, 0x22, 0x4d, 0x2a, 0x6d, 0x32, 0x6c, 0x3a, 0x8c, 0x42, 0x2e, 0x5b, 0xd0, 0x73, 0x73, 0x8c, 0xf4, 0x9c, 0x97, 0xb5, 0xf8, 0xbd, 0x39, 0xc6, 0x5a, 0xce, 0x9b, 0xce, 0xbb, 0xd6, 0xfd, 0xde, 0x9b, 0xd6, 0x5a, 0xc6, 0x5a, 0xc6, 0x7b, 0xce, 0x9b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x5a, 0xc6, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7c, 0xce, 0x7b, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7a, 0xd6, 0x7a, 0xce, 0x7a, 0xce, 0x7a, 0xd6, 0x9b, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9a, 0xd6, 0x9a, 0xd6, 0x7a, 0xd6, 0x7a, 0xce,
0x35, 0xb5, 0x35, 0xb5, 0x35, 0xb5, 0x15, 0xb5, 0x15, 0xb5, 0x14, 0xad, 0xf4, 0xac, 0xf4, 0xac, 0xd3, 0xac, 0xd3, 0xac, 0xd3, 0xac, 0x92, 0xac, 0x51, 0xa4, 0x30, 0xa4, 0xef, 0x9b, 0xce, 0x93, 0x8c, 0x93, 0x6b, 0x93, 0x4b, 0x93, 0x2a, 0x8b, 0x09, 0x8b, 0xc8, 0x82, 0xc8, 0x82, 0xa7, 0x82, 0xa7, 0x82, 0xa7, 0x82, 0x87, 0x82, 0x87, 0x82, 0xa7, 0x82, 0xa7, 0x82, 0xa7, 0x82, 0xa7, 0x82, 0xa7, 0x82, 0xa7, 0x82, 0xa7, 0x82, 0x86, 0x7a, 0x66, 0x72, 0x46, 0x72, 0x26, 0x6a, 0x27, 0x62, 0xa9, 0x72, 0x30, 0xa4, 0x95, 0xc5, 0xb6, 0xcd, 0x96, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xfa, 0xbd, 0xda, 0xb5, 0x78, 0xa5, 0xf7, 0x8c, 0xb6, 0x84, 0xb7, 0x7c, 0xf8, 0x7c, 0x5a, 0x85, 0x5e, 0xa6, 0x9f, 0xae, 0xbf, 0xae, 0xbf, 0xae, 0xbf, 0xae, 0xbf, 0xb6, 0xbf, 0xb6, 0x9f, 0xae, 0x3d, 0xa6, 0x5e, 0xae, 0x5e, 0xae, 0xdc, 0x9d, 0x19, 0x85, 0x76, 0x6c, 0x56, 0x6c, 0x56, 0x6c, 0x55, 0x6c, 0x55, 0x6c, 0x55, 0x6c, 0x35, 0x64, 0x35, 0x64, 0x35, 0x64, 0x14, 0x64, 0xf4, 0x5b, 0xf4, 0x5b, 0xf4, 0x5b, 0xd3, 0x53, 0xb2, 0x53, 0x92, 0x4b, 0x71, 0x4b, 0x51, 0x4b, 0x51, 0x4b, 0x30, 0x43, 0x10, 0x43, 0x0f, 0x3b, 0xef, 0x3a, 0xef, 0x3a, 0xef, 0x3a, 0xce, 0x32, 0xce, 0x32, 0xad, 0x3a, 0xcd, 0x3a, 0xad, 0x3a, 0xad, 0x3a, 0xad, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x2a, 0x6c, 0x2a, 0x4c, 0x22, 0x2c, 0x22, 0x2c, 0x22, 0x4c, 0x22, 0x6d, 0x22, 0x4c, 0x1a, 0x4c, 0x1a, 0x2c, 0x1a, 0x0b, 0x1a, 0x0a, 0x1a, 0xea, 0x19, 0xe9, 0x21, 0xa8, 0x19, 0x47, 0x11, 0xc5, 0x00, 0x84, 0x00, 0x63, 0x00, 0x84, 0x00, 0xc5, 0x08, 0x06, 0x11, 0x26, 0x11, 0x26, 0x11, 0x26, 0x11, 0x26, 0x11, 0x26, 0x11, 0x46, 0x19, 0x87, 0x21, 0xa8, 0x29, 0xc9, 0x29, 0xea, 0x29, 0x2b, 0x32, 0x6c, 0x32, 0x6c, 0x32, 0x2c, 0x2a, 0x2c, 0x22, 0x4d, 0x2a, 0x4d, 0x2a, 0x2d, 0x22, 0x4d, 0x22, 0x2e, 0x22, 0x6f, 0x22, 0xb0, 0x2a, 0x90, 0x1a, 0x70, 0x1a, 0x91, 0x1a, 0xb1, 0x1a, 0xb2, 0x1a, 0xd3, 0x1a, 0xd3, 0x1a, 0xf3, 0x1a, 0xf3, 0x22, 0xf4, 0x22, 0x14, 0x1b, 0x14, 0x1b, 0x14, 0x1b, 0x14, 0x1b, 0x14, 0x23, 0x35, 0x23, 0x35, 0x23, 0x55, 0x23, 0x34, 0x23, 0x35, 0x2b, 0x55, 0x2b, 0x55, 0x2b, 0x55, 0x2b, 0x55, 0x23, 0x55, 0x23, 0x55, 0x23, 0xf1, 0x2a, 0xd1, 0x22, 0xd1, 0x22, 0xd1, 0x22, 0xb0, 0x22, 0xb0, 0x1a, 0xd1, 0x22, 0xf1, 0x22, 0x94, 0x33, 0x74, 0x33, 0x53, 0x2b, 0x33, 0x2b, 0x33, 0x2b, 0x33, 0x2b, 0x33, 0x2b, 0x32, 0x2b, 0x33, 0x2b, 0x33, 0x23, 0x33, 0x2b, 0x33, 0x2b, 0x53, 0x33, 0x53, 0x33, 0x53, 0x3b, 0x73, 0x43, 0x73, 0x43, 0xf4, 0x53, 0x76, 0x6c, 0xd8, 0x74, 0xf8, 0x7c, 0xf8, 0x7c, 0xf8, 0x7c, 0xf8, 0x84, 0xb7, 0x74, 0xb7, 0x74, 0x77, 0x6c, 0x56, 0x64, 0x15, 0x5c, 0xf5, 0x53, 0xf5, 0x53, 0x15, 0x54, 0x36, 0x5c, 0x56, 0x5c, 0x56, 0x5c, 0x55, 0x5c, 0x55, 0x5c, 0x35, 0x5c, 0x14, 0x5c, 0xf4, 0x53, 0xf4, 0x63, 0xd3, 0x5b, 0x72, 0x53, 0x31, 0x43, 0xf0, 0x3a, 0xd0, 0x32, 0xd0, 0x32, 0xf0, 0x32, 0xf0, 0x32, 0xf0, 0x32, 0xd0, 0x32, 0xd0, 0x2a, 0xd0, 0x2a, 0xd0, 0x2a, 0xaf, 0x2a, 0xaf, 0x2a, 0xd1, 0x2a, 0xd1, 0x2a, 0xd1, 0x2a, 0xd2, 0x2a, 0xd1, 0x2a, 0xd1, 0x2a, 0xb1, 0x2a, 0xb0, 0x2a, 0x6f, 0x22, 0x4e, 0x22, 0x2d, 0x22, 0x2d, 0x22, 0x2d, 0x1a, 0x0d, 0x1a, 0xed, 0x11, 0xec, 0x11, 0xac, 0x01, 0xab, 0x01, 0x8b, 0x01, 0xcb, 0x11, 0x4d, 0x2a, 0x30, 0x4b, 0x53, 0x7c, 0x16, 0x95, 0x98, 0xad, 0x19, 0xc6, 0x9b, 0xd6, 0xbc, 0xd6, 0xbb, 0xd6, 0xbc, 0xd6, 0xfd, 0xd6, 0x1d, 0xdf, 0xbc, 0xd6, 0x5b, 0xce, 0x3a, 0xc6, 0x3a, 0xc6, 0x5b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x5a, 0xc6, 0x5a, 0xc6, 0x5b, 0xce, 0x7b, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xce, 0x7a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x9b, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x9b, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6,
0x15, 0xb5, 0x15, 0xad, 0x14, 0xad, 0x14, 0xad, 0x14, 0xad, 0xf4, 0xac, 0xd3, 0xac, 0xb3, 0xac, 0xb3, 0xac, 0xd3, 0xac, 0xb2, 0xac, 0x92, 0xac, 0x51, 0xa4, 0x30, 0xa4, 0xef, 0x9b, 0xce, 0x93, 0x8c, 0x93, 0x6c, 0x93, 0x4b, 0x93, 0x2a, 0x8b, 0x09, 0x8b, 0xe9, 0x8a, 0xc8, 0x82, 0xc8, 0x82, 0xa7, 0x82, 0xa7, 0x82, 0xa7, 0x82, 0xa7, 0x82, 0xa7, 0x82, 0xa7, 0x82, 0xa7, 0x82, 0xa7, 0x82, 0xa7, 0x82, 0xa7, 0x82, 0xa7, 0x7a, 0x86, 0x7a, 0x66, 0x72, 0x46, 0x72, 0x26, 0x6a, 0x26, 0x6a, 0x27, 0x62, 0x6c, 0x8b, 0x13, 0xbd, 0xf7, 0xcd, 0xb7, 0xc5, 0x96, 0xbd, 0xb7, 0xbd, 0xd7, 0xc5, 0xf9, 0xbd, 0xfa, 0xbd, 0xb9, 0xad, 0x37, 0x95, 0xd6, 0x84, 0xb6, 0x7c, 0xd8, 0x7c, 0x39, 0x85, 0x1d, 0x9e, 0x9f, 0xae, 0xdf, 0xb6, 0xdf, 0xb6, 0xff, 0xb6, 0xff, 0xb6, 0xdf, 0xb6, 0xdf, 0xbe, 0xbf, 0xb6, 0x7e, 0xae, 0x5e, 0xa6, 0x1d, 0xa6, 0x9b, 0x8d, 0xd8, 0x74, 0x56, 0x6c, 0x76, 0x6c, 0x76, 0x6c, 0x76, 0x6c, 0x55, 0x6c, 0x35, 0x64, 0x35, 0x64, 0x55, 0x6c, 0x35, 0x64, 0x14, 0x64, 0x14, 0x5c, 0x14, 0x5c, 0xf4, 0x5b, 0xf3, 0x53, 0xd3, 0x53, 0xb2, 0x4b, 0x92, 0x4b, 0x72, 0x4b, 0x50, 0x43, 0x30, 0x43, 0x10, 0x3b, 0x0f, 0x3b, 0xef, 0x3a, 0xef, 0x32, 0xce, 0x32, 0xce, 0x32, 0xcd, 0x3a, 0xcd, 0x3a, 0xcd, 0x3a, 0xad, 0x3a, 0xad, 0x3a, 0xad, 0x32, 0xad, 0x32, 0x8d, 0x32, 0x8d, 0x2a, 0x8d, 0x32, 0x8d, 0x32, 0x6c, 0x2a, 0x6c, 0x2a, 0x4c, 0x2a, 0x4c, 0x2a, 0x4c, 0x2a, 0x8d, 0x22, 0x6d, 0x22, 0x6d, 0x22, 0x4c, 0x22, 0x2b, 0x22, 0x0a, 0x1a, 0x0a, 0x22, 0xea, 0x21, 0x0a, 0x22, 0xa8, 0x21, 0x46, 0x11, 0xc4, 0x08, 0x63, 0x00, 0x22, 0x00, 0x42, 0x00, 0x63, 0x00, 0xa4, 0x00, 0xa4, 0x00, 0xc5, 0x08, 0xe5, 0x08, 0xe5, 0x10, 0xe5, 0x10, 0x26, 0x19, 0x46, 0x19, 0x67, 0x21, 0x88, 0x21, 0xa8, 0x21, 0xca, 0x21, 0xea, 0x21, 0x0b, 0x22, 0xeb, 0x19, 0xeb, 0x19, 0xcb, 0x19, 0xeb, 0x19, 0x0c, 0x1a, 0xec, 0x19, 0x6e, 0x2a, 0x11, 0x3b, 0xb0, 0x2a, 0x2f, 0x1a, 0x70, 0x1a, 0x90, 0x1a, 0x91, 0x1a, 0x91, 0x1a, 0x91, 0x1a, 0xb2, 0x1a, 0xd2, 0x1a, 0xd2, 0x22, 0xf3, 0x1a, 0xf3, 0x1a, 0xf3, 0x1a, 0xf3, 0x22, 0xf3, 0x22, 0x13, 0x23, 0x14, 0x2b, 0x33, 0x2b, 0x13, 0x23, 0x13, 0x23, 0x13, 0x23, 0xf3, 0x22, 0xd2, 0x1a, 0xb2, 0x1a, 0x91, 0x12, 0x91, 0x12, 0x2e, 0x1a, 0x2e, 0x1a, 0x4e, 0x1a, 0x8f, 0x22, 0xb0, 0x22, 0xd0, 0x2a, 0x12, 0x2b, 0x53, 0x33, 0x12, 0x2b, 0x11, 0x2b, 0x12, 0x2b, 0x12, 0x2b, 0x32, 0x2b, 0x53, 0x33, 0x73, 0x33, 0x73, 0x33, 0x74, 0x33, 0x73, 0x33, 0x53, 0x2b, 0x53, 0x2b, 0x33, 0x2b, 0x53, 0x33, 0x73, 0x3b, 0x94, 0x43, 0x52, 0x3b, 0x52, 0x3b, 0xb3, 0x4b, 0x36, 0x64, 0xf8, 0x7c, 0x59, 0x85, 0x19, 0x85, 0xd7, 0x7c, 0x97, 0x74, 0x77, 0x6c, 0x56, 0x64, 0x15, 0x5c, 0xd4, 0x53, 0xb4, 0x4b, 0x73, 0x43, 0x72, 0x3b, 0x93, 0x3b, 0x93, 0x3b, 0x93, 0x3b, 0x73, 0x3b, 0x52, 0x33, 0x11, 0x33, 0xd0, 0x2a, 0xaf, 0x22, 0x6f, 0x22, 0xaf, 0x2a, 0xd0, 0x2a, 0xf1, 0x32, 0x11, 0x33, 0xf1, 0x2a, 0xd1, 0x2a, 0xb1, 0x22, 0xd1, 0x22, 0xb1, 0x22, 0x90, 0x22, 0x90, 0x1a, 0x90, 0x1a, 0x90, 0x1a, 0x90, 0x1a, 0x90, 0x1a, 0x50, 0x0a, 0x50, 0x0a, 0x70, 0x0a, 0x70, 0x0a, 0x70, 0x0a, 0x50, 0x0a, 0x0f, 0x0a, 0x0e, 0x0a, 0x2f, 0x1a, 0x0e, 0x1a, 0xcd, 0x11, 0xac, 0x11, 0x8c, 0x09, 0x8c, 0x09, 0x8c, 0x09, 0x8c, 0x09, 0xcd, 0x01, 0x0e, 0x0a, 0x4f, 0x12, 0xd0, 0x2a, 0xb3, 0x53, 0xf7, 0x84, 0xda, 0xad, 0x5b, 0xbe, 0x7c, 0xce, 0xfd, 0xde, 0x3e, 0xe7, 0x1d, 0xdf, 0xdc, 0xd6, 0xdc, 0xd6, 0xdc, 0xd6, 0xdc, 0xd6, 0x7b, 0xce, 0x3a, 0xc6, 0x1a, 0xc6, 0x3a, 0xc6, 0x5b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xce, 0x7b, 0xce, 0x7c, 0xce, 0x9c, 0xd6, 0x7c, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7a, 0xce, 0x7a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xce, 0x7a, 0xce, 0x7a, 0xce,
0x14, 0xad, 0xf4, 0xac, 0xf4, 0xac, 0xf4, 0xac, 0xd3, 0xac, 0xd3, 0xa4, 0xb3, 0xa4, 0x92, 0xa4, 0x92, 0xa4, 0x92, 0xa4, 0x92, 0xa4, 0x71, 0xa4, 0x30, 0x9c, 0x0f, 0x9c, 0xce, 0x93, 0xad, 0x93, 0x6c, 0x93, 0x6b, 0x93, 0x2a, 0x8b, 0x0a, 0x8b, 0x09, 0x8b, 0xe9, 0x82, 0xc8, 0x82, 0xc8, 0x82, 0xa7, 0x82, 0xa7, 0x82, 0xa7, 0x7a, 0xa7, 0x7a, 0xa7, 0x82, 0xa7, 0x7a, 0x87, 0x7a, 0x86, 0x7a, 0x86, 0x7a, 0x86, 0x7a, 0x86, 0x7a, 0x46, 0x72, 0x46, 0x72, 0x25, 0x6a, 0x06, 0x6a, 0x06, 0x62, 0x27, 0x62, 0xca, 0x72, 0x50, 0xa4, 0x96, 0xc5, 0xb6, 0xc5, 0x96, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xf9, 0xc5, 0xd9, 0xb5, 0x78, 0xad, 0x37, 0x95, 0xb7, 0x84, 0xd7, 0x7c, 0x39, 0x85, 0xfc, 0x95, 0x9f, 0xae, 0xbf, 0xae, 0xbf, 0xae, 0xdf, 0xb6, 0xbf, 0xb6, 0x9f, 0xb6, 0xbf, 0xb6, 0xff, 0xbe, 0x9f, 0xae, 0x7e, 0xae, 0x5e, 0xa6, 0x1d, 0x9e, 0x5a, 0x85, 0xb7, 0x74, 0x76, 0x6c, 0x56, 0x6c, 0x76, 0x6c, 0x76, 0x6c, 0x56, 0x6c, 0x55, 0x6c, 0x55, 0x6c, 0x35, 0x64, 0x35, 0x64, 0x35, 0x64, 0x15, 0x5c, 0x14, 0x5c, 0xf4, 0x5b, 0xf4, 0x5b, 0xd3, 0x53, 0xb2, 0x4b, 0x92, 0x4b, 0x92, 0x4b, 0x71, 0x4b, 0x51, 0x43, 0x30, 0x43, 0x10, 0x3b, 0x10, 0x3b, 0x10, 0x3b, 0x0f, 0x3b, 0xee, 0x3a, 0xee, 0x3a, 0xee, 0x3a, 0xee, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x8d, 0x32, 0x6c, 0x32, 0x4c, 0x2a, 0x4c, 0x2a, 0x6d, 0x22, 0x6d, 0x22, 0x4c, 0x22, 0x2c, 0x22, 0x0b, 0x1a, 0xea, 0x19, 0xc9, 0x19, 0xc9, 0x21, 0xe9, 0x21, 0xc9, 0x21, 0xc8, 0x21, 0x67, 0x21, 0x05, 0x11, 0x84, 0x08, 0x43, 0x00, 0x42, 0x00, 0x43, 0x00, 0x63, 0x00, 0x63, 0x00, 0x83, 0x00, 0x83, 0x08, 0xa4, 0x08, 0xe5, 0x10, 0x05, 0x19, 0x46, 0x19, 0x46, 0x19, 0x47, 0x19, 0x47, 0x11, 0x68, 0x19, 0xa9, 0x19, 0xca, 0x19, 0xa9, 0x11, 0x8a, 0x11, 0x8a, 0x11, 0xcb, 0x19, 0xcb, 0x19, 0x4e, 0x22, 0xf0, 0x3a, 0x8f, 0x2a, 0x0e, 0x1a, 0x4f, 0x1a, 0x4f, 0x1a, 0x4f, 0x1a, 0x50, 0x1a, 0x70, 0x1a, 0x70, 0x1a, 0x91, 0x1a, 0x91, 0x1a, 0x91, 0x1a, 0xb2, 0x22, 0xb2, 0x22, 0xb2, 0x22, 0xd2, 0x22, 0xb1, 0x22, 0x91, 0x22, 0x90, 0x22, 0x90, 0x1a, 0x90, 0x1a, 0x6f, 0x1a, 0x2f, 0x12, 0x0e, 0x0a, 0x0e, 0x0a, 0x0e, 0x0a, 0x0e, 0x0a, 0x6e, 0x22, 0x6e, 0x22, 0x8f, 0x22, 0x8f, 0x22, 0x8f, 0x22, 0xaf, 0x22, 0xb0, 0x22, 0xb0, 0x22, 0x32, 0x2b, 0x32, 0x2b, 0x32, 0x33, 0x53, 0x33, 0x73, 0x33, 0x73, 0x33, 0x73, 0x3b, 0x73, 0x3b, 0xb4, 0x3b, 0x94, 0x33, 0x73, 0x33, 0x53, 0x33, 0x53, 0x2b, 0x53, 0x2b, 0x53, 0x33, 0x74, 0x3b, 0x16, 0x4c, 0x15, 0x4c, 0x15, 0x54, 0x15, 0x54, 0xf5, 0x53, 0xd4, 0x53, 0xb4, 0x53, 0xb3, 0x53, 0x73, 0x4b, 0x73, 0x4b, 0x53, 0x43, 0x53, 0x43, 0x53, 0x43, 0x53, 0x3b, 0x32, 0x33, 0x12, 0x2b, 0x32, 0x33, 0x32, 0x2b, 0x32, 0x2b, 0x32, 0x2b, 0x12, 0x2b, 0x11, 0x2b, 0x11, 0x2b, 0x11, 0x23, 0xf2, 0x22, 0xf2, 0x22, 0xf2, 0x22, 0xf2, 0x22, 0xd2, 0x1a, 0xd2, 0x1a, 0xb1, 0x1a, 0xb1, 0x12, 0xb2, 0x1a, 0xb2, 0x1a, 0xb2, 0x1a, 0xd2, 0x1a, 0xf3, 0x1a, 0xf3, 0x22, 0x13, 0x23, 0x13, 0x23, 0x75, 0x23, 0x75, 0x23, 0x54, 0x23, 0x54, 0x1b, 0x34, 0x1b, 0xf3, 0x1a, 0xb2, 0x12, 0x71, 0x12, 0x50, 0x12, 0x0f, 0x12, 0xee, 0x11, 0xcd, 0x11, 0xae, 0x11, 0xee, 0x11, 0x0f, 0x1a, 0x30, 0x1a, 0xb1, 0x12, 0x12, 0x23, 0xb4, 0x43, 0x77, 0x64, 0x5a, 0x85, 0x3c, 0xae, 0xbd, 0xc6, 0xdd, 0xce, 0x3e, 0xe7, 0x9f, 0xef, 0xbf, 0xf7, 0x5e, 0xef, 0x1d, 0xdf, 0xfd, 0xde, 0xfd, 0xd6, 0xdc, 0xd6, 0x7b, 0xce, 0x5b, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x3a, 0xc6, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xce, 0x5a, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5a, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7a, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xce,
0xd3, 0xac, 0xd3, 0xac, 0xd3, 0xa4, 0xd3, 0xa4, 0xb3, 0xa4, 0x92, 0xa4, 0x72, 0x9c, 0x51, 0x9c, 0x51, 0x9c, 0x51, 0x9c, 0x51, 0x9c, 0x10, 0x9c, 0xef, 0x9b, 0xce, 0x93, 0x8d, 0x8b, 0x6d, 0x8b, 0x4b, 0x8b, 0x2b, 0x8b, 0x0a, 0x8b, 0xe9, 0x82, 0xc9, 0x82, 0xc8, 0x82, 0xa8, 0x82, 0xa7, 0x82, 0x87, 0x7a, 0x87, 0x7a, 0x87, 0x7a, 0x86, 0x7a, 0x86, 0x7a, 0x86, 0x7a, 0x66, 0x72, 0x66, 0x72, 0x66, 0x72, 0x66, 0x72, 0x66, 0x72, 0x46, 0x72, 0x25, 0x6a, 0x05, 0x6a, 0x05, 0x62, 0x06, 0x62, 0x07, 0x62, 0x27, 0x62, 0x6c, 0x83, 0xf3, 0xb4, 0x96, 0xc5, 0xb7, 0xc5, 0xb7, 0xbd, 0x96, 0xb5, 0xb7, 0xc5, 0xb7, 0xbd, 0xd8, 0xbd, 0xd9, 0xb5, 0x99, 0xa5, 0xf7, 0x8c, 0xb7, 0x7c, 0x19, 0x85, 0xdc, 0x95, 0x7f, 0xae, 0xbf, 0xae, 0x9f, 0xae, 0xbf, 0xb6, 0x5e, 0xae, 0xfc, 0x9d, 0xfc, 0x9d, 0x3e, 0xa6, 0x7f, 0xae, 0x9f, 0xae, 0x9f, 0xae, 0x3e, 0xa6, 0xdc, 0x95, 0x5a, 0x85, 0xf8, 0x7c, 0x56, 0x6c, 0x76, 0x6c, 0x76, 0x6c, 0x76, 0x6c, 0x55, 0x6c, 0x35, 0x64, 0x35, 0x64, 0x35, 0x64, 0x35, 0x64, 0x35, 0x5c, 0x35, 0x5c, 0x15, 0x5c, 0x14, 0x5c, 0xf4, 0x53, 0xd3, 0x53, 0xb2, 0x4b, 0xb2, 0x4b, 0x92, 0x4b, 0x71, 0x43, 0x71, 0x43, 0x51, 0x43, 0x50, 0x43, 0x50, 0x43, 0x30, 0x3b, 0x50, 0x43, 0x30, 0x43, 0x0f, 0x43, 0x0f, 0x3b, 0xef, 0x3a, 0xef, 0x3a, 0xee, 0x3a, 0xce, 0x3a, 0xad, 0x32, 0x8d, 0x32, 0x6c, 0x32, 0x6c, 0x2a, 0x4c, 0x2a, 0x2b, 0x2a, 0x0b, 0x22, 0x0a, 0x22, 0x0b, 0x1a, 0x0b, 0x1a, 0xea, 0x19, 0xca, 0x19, 0x89, 0x11, 0x68, 0x11, 0x67, 0x11, 0x47, 0x11, 0x47, 0x11, 0x67, 0x19, 0xa8, 0x29, 0xe9, 0x31, 0xc8, 0x31, 0x67, 0x29, 0x05, 0x19, 0xe5, 0x18, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xa3, 0x08, 0x83, 0x08, 0x62, 0x08, 0x83, 0x08, 0x83, 0x08, 0xe4, 0x10, 0x05, 0x19, 0x26, 0x19, 0x06, 0x11, 0x26, 0x11, 0x48, 0x11, 0x68, 0x11, 0x48, 0x09, 0x89, 0x11, 0x49, 0x09, 0x69, 0x11, 0x8a, 0x11, 0xcc, 0x19, 0x2d, 0x22, 0xec, 0x11, 0xac, 0x09, 0xed, 0x11, 0x0d, 0x12, 0x0e, 0x12, 0x0e, 0x12, 0x2f, 0x1a, 0x2f, 0x1a, 0x4f, 0x1a, 0x4f, 0x1a, 0x2f, 0x1a, 0x4f, 0x1a, 0x4f, 0x1a, 0x4f, 0x1a, 0x2e, 0x1a, 0x0e, 0x1a, 0xed, 0x11, 0xed, 0x11, 0xcc, 0x11, 0xcc, 0x09, 0xcc, 0x09, 0xcc, 0x09, 0xcc, 0x09, 0xec, 0x09, 0x0d, 0x0a, 0x0d, 0x0a, 0xec, 0x11, 0x0d, 0x12, 0x2d, 0x1a, 0x6e, 0x1a, 0x8f, 0x22, 0xd0, 0x22, 0xf1, 0x2a, 0x12, 0x2b, 0x12, 0x2b, 0x12, 0x2b, 0x32, 0x2b, 0x52, 0x2b, 0x53, 0x33, 0x53, 0x33, 0x53, 0x2b, 0x52, 0x2b, 0x53, 0x2b, 0x53, 0x2b, 0x53, 0x2b, 0x74, 0x2b, 0x74, 0x33, 0x74, 0x2b, 0x74, 0x33, 0x94, 0x33, 0x94, 0x33, 0x94, 0x3b, 0xb4, 0x3b, 0x94, 0x43, 0x74, 0x3b, 0x53, 0x3b, 0x32, 0x3b, 0x32, 0x3b, 0x12, 0x3b, 0x12, 0x33, 0x12, 0x33, 0x32, 0x33, 0x53, 0x33, 0x53, 0x33, 0x53, 0x2b, 0x53, 0x2b, 0xd2, 0x1a, 0xd2, 0x1a, 0xd2, 0x1a, 0xd2, 0x1a, 0xd2, 0x1a, 0xf2, 0x22, 0x13, 0x23, 0x13, 0x23, 0x13, 0x1b, 0x13, 0x1b, 0x13, 0x1b, 0x34, 0x1b, 0x55, 0x23, 0x96, 0x2b, 0xd7, 0x2b, 0xf7, 0x33, 0xd8, 0x33, 0xd8, 0x33, 0xf8, 0x33, 0xf8, 0x3b, 0x19, 0x3c, 0x39, 0x3c, 0x39, 0x3c, 0x18, 0x3c, 0xf7, 0x33, 0xd6, 0x2b, 0x96, 0x23, 0x55, 0x1b, 0x34, 0x1b, 0xf3, 0x12, 0xb2, 0x12, 0x91, 0x12, 0x50, 0x12, 0x2f, 0x12, 0x0f, 0x12, 0x0f, 0x12, 0x30, 0x1a, 0x71, 0x1a, 0xd2, 0x2a, 0xf4, 0x2a, 0x74, 0x33, 0xd5, 0x43, 0x97, 0x5c, 0x7a, 0x85, 0x3d, 0xa6, 0xbe, 0xc6, 0x1e, 0xd7, 0x3f, 0xe7, 0x9f, 0xf7, 0xbf, 0xff, 0xbf, 0xff, 0x7f, 0xef, 0x3e, 0xe7, 0x1e, 0xdf, 0xdd, 0xd6, 0x9c, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x3a, 0xc6, 0x3a, 0xc6, 0x5b, 0xc6, 0x7b, 0xce, 0x9c, 0xce, 0x9c, 0xd6, 0x7b, 0xce, 0x5b, 0xce, 0x5a, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x3a, 0xce, 0x3a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x3a, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7b, 0xd6, 0x7a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7b, 0xd6, 0x7b, 0xd6,
0xb3, 0xa4, 0xb3, 0xa4, 0xb3, 0xa4, 0x92, 0xa4, 0x92, 0x9c, 0x72, 0x9c, 0x51, 0x9c, 0x51, 0x9c, 0x51, 0x9c, 0x51, 0x9c, 0x30, 0x9c, 0xef, 0x9b, 0xcf, 0x93, 0xae, 0x93, 0x8d, 0x8b, 0x4c, 0x8b, 0x2b, 0x8b, 0x0a, 0x8b, 0xe9, 0x82, 0xc9, 0x82, 0xc8, 0x82, 0xa8, 0x82, 0xa7, 0x7a, 0x87, 0x7a, 0x87, 0x7a, 0x87, 0x7a, 0x66, 0x7a, 0x66, 0x7a, 0x66, 0x72, 0x66, 0x72, 0x46, 0x72, 0x46, 0x72, 0x46, 0x72, 0x46, 0x72, 0x46, 0x72, 0x25, 0x72, 0x25, 0x6a, 0x05, 0x6a, 0xe5, 0x61, 0x05, 0x62, 0x06, 0x62, 0xe6, 0x59, 0xaa, 0x72, 0x30, 0x9c, 0x55, 0xbd, 0xd7, 0xc5, 0xb7, 0xbd, 0x96, 0xbd, 0xb7, 0xc5, 0xb7, 0xc5, 0xd8, 0xbd, 0xf9, 0xbd, 0xd9, 0xb5, 0x38, 0x95, 0xd7, 0x84, 0x18, 0x85, 0xbb, 0x95, 0x7f, 0xae, 0xbf, 0xb6, 0x9f, 0xae, 0xbf, 0xb6, 0x3d, 0xa6, 0x9a, 0x95, 0x9a, 0x95, 0xbc, 0x8d, 0xfd, 0x9d, 0x5e, 0xa6, 0x5f, 0xa6, 0x7e, 0xa6, 0x5e, 0xa6, 0xdc, 0x95, 0x19, 0x7d, 0x97, 0x6c, 0x97, 0x6c, 0x96, 0x6c, 0x76, 0x6c, 0x56, 0x6c, 0x35, 0x64, 0x35, 0x64, 0x55, 0x6c, 0x55, 0x64, 0x35, 0x64, 0x35, 0x64, 0x35, 0x5c, 0x35, 0x5c, 0x14, 0x5c, 0xf4, 0x53, 0xd3, 0x53, 0xb2, 0x4b, 0xb2, 0x4b, 0x92, 0x4b, 0x92, 0x4b, 0x92, 0x4b, 0x71, 0x43, 0x50, 0x43, 0x30, 0x3b, 0x30, 0x3b, 0xef, 0x3a, 0xce, 0x32, 0xae, 0x32, 0xae, 0x32, 0xae, 0x32, 0xad, 0x32, 0x8d, 0x32, 0x6d, 0x32, 0x4c, 0x2a, 0xea, 0x21, 0xa9, 0x19, 0x89, 0x11, 0x88, 0x11, 0x88, 0x11, 0x88, 0x11, 0xa9, 0x11, 0x89, 0x11, 0x88, 0x11, 0x68, 0x11, 0x47, 0x11, 0x27, 0x09, 0x06, 0x09, 0xe5, 0x08, 0xc4, 0x08, 0xe4, 0x10, 0x26, 0x19, 0x87, 0x29, 0xa7, 0x29, 0x87, 0x29, 0x46, 0x29, 0x26, 0x21, 0x46, 0x21, 0x46, 0x21, 0x46, 0x21, 0x25, 0x21, 0xe4, 0x18, 0xc3, 0x10, 0x82, 0x10, 0x62, 0x10, 0x62, 0x08, 0xa3, 0x08, 0xe4, 0x10, 0xe5, 0x10, 0x06, 0x11, 0x26, 0x11, 0x47, 0x11, 0x27, 0x09, 0x48, 0x09, 0x07, 0x09, 0x48, 0x09, 0x49, 0x09, 0x69, 0x09, 0x8a, 0x11, 0x6a, 0x09, 0x8b, 0x09, 0xac, 0x11, 0xcc, 0x11, 0xcd, 0x11, 0xed, 0x11, 0xed, 0x11, 0xed, 0x11, 0xed, 0x11, 0xed, 0x11, 0xcd, 0x11, 0xcc, 0x11, 0xac, 0x11, 0x8b, 0x11, 0x6b, 0x09, 0x6a, 0x09, 0x6a, 0x09, 0x6a, 0x09, 0x6a, 0x09, 0x6a, 0x09, 0x8a, 0x09, 0xab, 0x11, 0xcb, 0x11, 0xec, 0x11, 0x0c, 0x12, 0x0c, 0x12, 0x4e, 0x1a, 0x4e, 0x1a, 0x6e, 0x1a, 0x4f, 0x1a, 0x6f, 0x1a, 0xb0, 0x1a, 0xd1, 0x22, 0xf1, 0x22, 0xf2, 0x22, 0x12, 0x23, 0x33, 0x2b, 0x73, 0x2b, 0x94, 0x33, 0xb4, 0x33, 0xb4, 0x33, 0x94, 0x33, 0xd5, 0x3b, 0xd5, 0x3b, 0xf6, 0x3b, 0xf6, 0x3b, 0xf6, 0x3b, 0xd6, 0x3b, 0xd6, 0x3b, 0xf6, 0x3b, 0xf6, 0x3b, 0x95, 0x33, 0x54, 0x2b, 0x54, 0x2b, 0x74, 0x33, 0x74, 0x3b, 0x74, 0x3b, 0x53, 0x33, 0x54, 0x33, 0x53, 0x33, 0x33, 0x2b, 0x33, 0x2b, 0x33, 0x2b, 0x33, 0x23, 0x54, 0x23, 0x34, 0x23, 0xb6, 0x33, 0xd6, 0x33, 0xd7, 0x33, 0xf7, 0x3b, 0xf8, 0x3b, 0x18, 0x3c, 0x18, 0x44, 0x18, 0x44, 0x59, 0x3c, 0x7a, 0x3c, 0x9a, 0x44, 0xbb, 0x44, 0xbb, 0x44, 0x9b, 0x44, 0x7b, 0x3c, 0x5a, 0x3c, 0x7b, 0x3c, 0x7b, 0x3c, 0x5a, 0x3c, 0x5a, 0x3c, 0x3a, 0x3c, 0x19, 0x34, 0xd8, 0x2b, 0xb8, 0x2b, 0xb7, 0x33, 0x76, 0x2b, 0x35, 0x1b, 0xf4, 0x1a, 0xd4, 0x12, 0xb3, 0x12, 0x92, 0x12, 0x71, 0x12, 0x71, 0x12, 0x70, 0x12, 0x71, 0x1a, 0x91, 0x1a, 0xd2, 0x22, 0x34, 0x2b, 0x95, 0x33, 0xd7, 0x3b, 0x36, 0x54, 0xb8, 0x6c, 0x9b, 0x8d, 0x7e, 0xae, 0xff, 0xce, 0x3f, 0xd7, 0x5f, 0xe7, 0x9f, 0xf7, 0xbf, 0xff, 0x9f, 0xff, 0x7f, 0xf7, 0x5e, 0xef, 0x3e, 0xe7, 0xfd, 0xde, 0x9c, 0xce, 0x5b, 0xc6, 0x5b, 0xce, 0x5b, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x3a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x3a, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x3a, 0xc6, 0x3a, 0xce, 0x3a, 0xce, 0x5b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x7a, 0xce, 0x7a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7b, 0xd6, 0x7a, 0xd6, 0x7a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7b, 0xd6, 0x7b, 0xd6,
0xb3, 0xa4, 0x92, 0xa4, 0x92, 0xa4, 0x92, 0x9c, 0x92, 0x9c, 0x72, 0x9c, 0x51, 0x9c, 0x51, 0x9c, 0x51, 0x9c, 0x51, 0x9c, 0x30, 0x9c, 0xef, 0x9b, 0xce, 0x93, 0xae, 0x93, 0x8d, 0x8b, 0x4c, 0x8b, 0x2a, 0x8b, 0x0a, 0x83, 0xe9, 0x82, 0xc9, 0x82, 0xa8, 0x7a, 0xa8, 0x7a, 0xa8, 0x7a, 0xa7, 0x7a, 0x87, 0x7a, 0x87, 0x7a, 0x66, 0x7a, 0x66, 0x72, 0x66, 0x72, 0x66, 0x72, 0x66, 0x72, 0x66, 0x72, 0x66, 0x72, 0x66, 0x72, 0x66, 0x72, 0x46, 0x72, 0x25, 0x6a, 0x05, 0x6a, 0xe5, 0x61, 0x05, 0x62, 0x06, 0x62, 0xe6, 0x59, 0x48, 0x62, 0x6c, 0x7b, 0xb3, 0xa4, 0x96, 0xbd, 0xb7, 0xbd, 0xd7, 0xbd, 0x96, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xd9, 0xbd, 0xfa, 0xbd, 0xba, 0xad, 0x38, 0x95, 0xf8, 0x84, 0x5a, 0x8d, 0x5e, 0xa6, 0x9f, 0xae, 0xbf, 0xb6, 0xff, 0xbe, 0x7e, 0xae, 0x9a, 0x95, 0x7a, 0x95, 0xbc, 0x8d, 0xdd, 0x95, 0xfd, 0x95, 0xfd, 0x9d, 0x3e, 0xa6, 0x7f, 0xae, 0x1d, 0xa6, 0x9b, 0x8d, 0x19, 0x7d, 0xb7, 0x74, 0x76, 0x6c, 0x76, 0x6c, 0x56, 0x6c, 0x55, 0x6c, 0x55, 0x6c, 0x55, 0x6c, 0x56, 0x64, 0x55, 0x64, 0x35, 0x64, 0x35, 0x64, 0x35, 0x64, 0x35, 0x5c, 0x14, 0x5c, 0xd4, 0x53, 0xd3, 0x53, 0xb3, 0x4b, 0x92, 0x4b, 0x71, 0x43, 0x30, 0x3b, 0x10, 0x3b, 0xcf, 0x32, 0xae, 0x2a, 0x6d, 0x22, 0x4c, 0x22, 0x0b, 0x1a, 0x0b, 0x1a, 0x0b, 0x1a, 0x2c, 0x22, 0x2c, 0x22, 0x4c, 0x22, 0x0b, 0x22, 0xca, 0x19, 0x89, 0x11, 0x48, 0x09, 0x27, 0x09, 0x27, 0x09, 0x27, 0x09, 0x27, 0x09, 0x68, 0x11, 0x48, 0x11, 0x47, 0x11, 0x47, 0x11, 0x47, 0x11, 0x26, 0x11, 0x05, 0x09, 0xc4, 0x08, 0xa3, 0x08, 0xa3, 0x08, 0xc4, 0x10, 0xe4, 0x18, 0x05, 0x21, 0xe4, 0x20, 0xe4, 0x20, 0xe4, 0x20, 0x46, 0x21, 0x46, 0x21, 0x66, 0x29, 0x66, 0x29, 0x45, 0x29, 0x04, 0x21, 0xe3, 0x20, 0xc3, 0x18, 0x62, 0x10, 0x82, 0x08, 0xa3, 0x08, 0xa3, 0x08, 0xc4, 0x08, 0xe5, 0x08, 0x06, 0x09, 0x26, 0x09, 0x07, 0x09, 0x07, 0x09, 0x48, 0x09, 0x48, 0x09, 0x49, 0x09, 0x6a, 0x09, 0x6a, 0x09, 0x8b, 0x11, 0x8b, 0x09, 0x8b, 0x09, 0xac, 0x11, 0xac, 0x11, 0xac, 0x11, 0xac, 0x11, 0x8c, 0x09, 0x8b, 0x09, 0x6a, 0x11, 0x4a, 0x09, 0x29, 0x09, 0x29, 0x09, 0x28, 0x09, 0x28, 0x09, 0x48, 0x09, 0x49, 0x11, 0x69, 0x11, 0x89, 0x11, 0xa9, 0x11, 0xca, 0x11, 0xca, 0x19, 0xeb, 0x19, 0x2b, 0x1a, 0x2c, 0x1a, 0x2e, 0x12, 0x6f, 0x1a, 0x8f, 0x22, 0xb0, 0x22, 0xd1, 0x22, 0x32, 0x2b, 0x73, 0x33, 0x74, 0x33, 0xd6, 0x3b, 0xd5, 0x3b, 0xd5, 0x33, 0xd5, 0x33, 0xd5, 0x33, 0xd5, 0x33, 0xb5, 0x33, 0xb5, 0x33, 0x74, 0x2b, 0x74, 0x2b, 0x74, 0x2b, 0x74, 0x2b, 0x74, 0x23, 0x54, 0x23, 0x54, 0x23, 0x75, 0x23, 0x34, 0x23, 0x75, 0x23, 0x95, 0x2b, 0x54, 0x2b, 0x34, 0x23, 0x54, 0x2b, 0xd6, 0x43, 0x58, 0x54, 0xb9, 0x54, 0xb9, 0x54, 0x99, 0x4c, 0x79, 0x4c, 0x79, 0x4c, 0x99, 0x4c, 0xba, 0x4c, 0xdb, 0x54, 0xba, 0x4c, 0xbb, 0x4c, 0xdb, 0x54, 0xdc, 0x54, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x44, 0xdc, 0x44, 0xbc, 0x3c, 0xbc, 0x3c, 0x9b, 0x3c, 0x9b, 0x34, 0x9b, 0x34, 0x7b, 0x34, 0x5b, 0x34, 0x3b, 0x2c, 0x3a, 0x2c, 0x1a, 0x2c, 0xfa, 0x2b, 0xd9, 0x2b, 0xb9, 0x23, 0xb8, 0x23, 0x36, 0x2b, 0x15, 0x23, 0xd4, 0x1a, 0xb3, 0x12, 0xb3, 0x12, 0xb3, 0x12, 0xb3, 0x12, 0xb2, 0x12, 0xd2, 0x1a, 0xd2, 0x22, 0x13, 0x23, 0x54, 0x2b, 0x95, 0x33, 0xf7, 0x3b, 0x79, 0x44, 0xba, 0x44, 0xf8, 0x74, 0x9b, 0x8d, 0x9e, 0xb6, 0x1f, 0xcf, 0x5f, 0xdf, 0x5f, 0xe7, 0x7f, 0xef, 0x9f, 0xf7, 0xdf, 0xff, 0x9f, 0xff, 0x7e, 0xf7, 0x5e, 0xef, 0x1e, 0xe7, 0xdd, 0xd6, 0x9c, 0xce, 0x7c, 0xc6, 0x3b, 0xc6, 0x3b, 0xc6, 0x3a, 0xc6, 0xfa, 0xbd, 0x19, 0xbe, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x3a, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x5b, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5b, 0xce,
0x92, 0xa4, 0x92, 0x9c, 0x92, 0x9c, 0x72, 0x9c, 0x72, 0x9c, 0x72, 0x9c, 0x71, 0x9c, 0x51, 0x9c, 0x31, 0x9c, 0x30, 0x9c, 0x10, 0x9c, 0xcf, 0x93, 0xae, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x4c, 0x83, 0x0a, 0x83, 0xea, 0x82, 0xc9, 0x7a, 0xa8, 0x7a, 0xa8, 0x7a, 0x88, 0x7a, 0x87, 0x7a, 0x87, 0x7a, 0xa7, 0x7a, 0x87, 0x7a, 0x66, 0x7a, 0x66, 0x7a, 0x66, 0x7a, 0x86, 0x72, 0x86, 0x72, 0x66, 0x72, 0x86, 0x72, 0x86, 0x72, 0x66, 0x72, 0x46, 0x72, 0x25, 0x6a, 0x05, 0x6a, 0xe5, 0x61, 0xe5, 0x61, 0x06, 0x62, 0x06, 0x5a, 0xe6, 0x51, 0xa9, 0x62, 0x10, 0x94, 0x14, 0xad, 0x76, 0xb5, 0xd7, 0xc5, 0x75, 0xc5, 0xb7, 0xcd, 0xb7, 0xc5, 0xb8, 0xbd, 0xfa, 0xbd, 0x1b, 0xb6, 0x9a, 0x9d, 0x18, 0x85, 0xf8, 0x7c, 0xfc, 0x9d, 0x5e, 0xa6, 0x9f, 0xae, 0xff, 0xbe, 0x9e, 0xb6, 0xbb, 0x9d, 0x9a, 0x95, 0xdd, 0x95, 0x1d, 0x9e, 0x1d, 0x9e, 0xfd, 0x95, 0xdc, 0x95, 0x1d, 0x9e, 0x5e, 0xa6, 0x5e, 0xa6, 0x7a, 0x8d, 0xf8, 0x7c, 0x76, 0x6c, 0x76, 0x6c, 0x76, 0x6c, 0x76, 0x6c, 0x56, 0x6c, 0x55, 0x6c, 0x56, 0x64, 0x55, 0x64, 0x35, 0x5c, 0x55, 0x5c, 0x55, 0x64, 0x35, 0x5c, 0x14, 0x5c, 0xf4, 0x53, 0x71, 0x43, 0x30, 0x3b, 0xcf, 0x2a, 0x6d, 0x22, 0x0c, 0x1a, 0xeb, 0x11, 0xaa, 0x09, 0xaa, 0x09, 0xaa, 0x09, 0x89, 0x09, 0x69, 0x09, 0x69, 0x09, 0xaa, 0x11, 0xeb, 0x19, 0x0b, 0x1a, 0x0b, 0x22, 0xca, 0x19, 0xa9, 0x11, 0x89, 0x11, 0x68, 0x11, 0x68, 0x11, 0x48, 0x11, 0x47, 0x11, 0x47, 0x11, 0x47, 0x11, 0x27, 0x09, 0x27, 0x09, 0x27, 0x11, 0x47, 0x11, 0x46, 0x11, 0x05, 0x11, 0xc4, 0x08, 0xc4, 0x10, 0xc4, 0x10, 0xc4, 0x10, 0xc4, 0x18, 0xc4, 0x18, 0xc4, 0x18, 0xc4, 0x18, 0xe4, 0x20, 0x04, 0x19, 0x05, 0x19, 0x25, 0x21, 0x25, 0x21, 0x24, 0x29, 0x24, 0x21, 0x04, 0x21, 0x03, 0x21, 0x24, 0x29, 0xe3, 0x18, 0xa3, 0x10, 0x83, 0x08, 0x83, 0x00, 0xa4, 0x00, 0xc5, 0x00, 0xe5, 0x08, 0x27, 0x09, 0x28, 0x09, 0x69, 0x11, 0x48, 0x09, 0x28, 0x09, 0x69, 0x09, 0x49, 0x09, 0x6a, 0x09, 0x6a, 0x09, 0x6b, 0x09, 0x8b, 0x09, 0x8b, 0x11, 0x8b, 0x09, 0x6b, 0x09, 0x4a, 0x09, 0x4a, 0x01, 0x09, 0x09, 0x09, 0x09, 0x08, 0x09, 0x28, 0x09, 0x28, 0x11, 0x48, 0x11, 0x48, 0x11, 0x48, 0x11, 0x89, 0x19, 0x89, 0x19, 0xa9, 0x19, 0xca, 0x19, 0xea, 0x19, 0x2b, 0x22, 0x6c, 0x2a, 0xad, 0x32, 0x11, 0x33, 0x53, 0x3b, 0x94, 0x43, 0xb4, 0x43, 0xd5, 0x43, 0xf5, 0x43, 0xd5, 0x3b, 0xb5, 0x33, 0xd5, 0x33, 0xb5, 0x33, 0x95, 0x2b, 0x74, 0x2b, 0x74, 0x2b, 0x74, 0x2b, 0x74, 0x23, 0x54, 0x23, 0x95, 0x2b, 0x95, 0x2b, 0x95, 0x2b, 0xd6, 0x33, 0xf6, 0x33, 0x17, 0x34, 0x38, 0x3c, 0x79, 0x44, 0x79, 0x44, 0x9a, 0x4c, 0xba, 0x54, 0xdb, 0x54, 0xfb, 0x5c, 0x1c, 0x65, 0x5c, 0x6d, 0x7d, 0x75, 0xde, 0x75, 0xbd, 0x6d, 0x7d, 0x65, 0x3c, 0x5d, 0xfb, 0x54, 0xfb, 0x54, 0x1c, 0x55, 0x3c, 0x5d, 0x3d, 0x5d, 0x1d, 0x5d, 0x1d, 0x5d, 0xfd, 0x5c, 0xfd, 0x54, 0xdd, 0x54, 0xdc, 0x54, 0xbc, 0x54, 0xdc, 0x3c, 0xdc, 0x3c, 0xbc, 0x3c, 0xbc, 0x34, 0x9c, 0x34, 0x9b, 0x34, 0x7c, 0x34, 0x7b, 0x34, 0x5b, 0x2c, 0x3b, 0x2c, 0x1a, 0x2c, 0xfa, 0x23, 0xd9, 0x23, 0xb9, 0x23, 0x98, 0x1b, 0x78, 0x1b, 0xf5, 0x2a, 0xd4, 0x22, 0x94, 0x22, 0x93, 0x1a, 0xb3, 0x1a, 0xb4, 0x1a, 0xd3, 0x1a, 0xd3, 0x1a, 0x13, 0x23, 0x34, 0x2b, 0x95, 0x33, 0xd6, 0x33, 0x58, 0x3c, 0xb9, 0x44, 0x1b, 0x4d, 0x5c, 0x55, 0x9a, 0x8d, 0x7e, 0xae, 0x3f, 0xcf, 0x3f, 0xd7, 0x3f, 0xdf, 0x7f, 0xef, 0xbf, 0xff, 0xdf, 0xff, 0x9f, 0xff, 0x5e, 0xf7, 0x3e, 0xef, 0x1d, 0xef, 0xdd, 0xde, 0x7c, 0xce, 0x5b, 0xc6, 0x5b, 0xc6, 0x3a, 0xc6, 0x3b, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0x19, 0xbe, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xce, 0x3a, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xd6, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7b, 0xd6,
0x72, 0x9c, 0x72, 0x9c, 0x72, 0x9c, 0x51, 0x9c, 0x51, 0x9c, 0x31, 0x9c, 0x30, 0x9c, 0xf0, 0x93, 0xef, 0x93, 0xcf, 0x93, 0xae, 0x93, 0x8d, 0x8b, 0x4d, 0x8b, 0x2c, 0x83, 0x2c, 0x83, 0x0c, 0x83, 0xc9, 0x82, 0xc9, 0x7a, 0xa9, 0x7a, 0xa8, 0x7a, 0x88, 0x7a, 0x87, 0x7a, 0x87, 0x7a, 0x66, 0x72, 0xa7, 0x7a, 0x87, 0x7a, 0x86, 0x7a, 0x66, 0x72, 0x66, 0x72, 0x46, 0x72, 0x45, 0x72, 0x45, 0x72, 0x86, 0x72, 0x66, 0x72, 0x46, 0x72, 0x26, 0x6a, 0x05, 0x6a, 0xe6, 0x69, 0xe6, 0x69, 0x06, 0x6a, 0xe5, 0x61, 0x26, 0x62, 0x06, 0x5a, 0x06, 0x5a, 0x0b, 0x73, 0x91, 0xa4, 0x75, 0xbd, 0x76, 0xbd, 0xb7, 0xc5, 0xb7, 0xc5, 0x96, 0xbd, 0xb7, 0xbd, 0xf9, 0xcd, 0x19, 0xc6, 0xb8, 0xb5, 0x78, 0xad, 0xf6, 0x94, 0x17, 0x95, 0x1c, 0xae, 0xbf, 0xbe, 0xbf, 0xae, 0x9f, 0xa6, 0x3f, 0x9e, 0x7c, 0x7d, 0xbc, 0x95, 0x1d, 0x9e, 0x5e, 0xa6, 0x7e, 0xa6, 0x5d, 0xa6, 0xbb, 0x95, 0xbb, 0x95, 0x7e, 0xae, 0x1d, 0x9e, 0x3a, 0x85, 0x98, 0x74, 0x98, 0x6c, 0x78, 0x6c, 0x77, 0x64, 0x77, 0x64, 0x76, 0x64, 0x76, 0x5c, 0x55, 0x5c, 0x35, 0x5c, 0x35, 0x5c, 0x14, 0x54, 0xb2, 0x4b, 0xef, 0x3a, 0x6d, 0x2a, 0xea, 0x19, 0xc9, 0x19, 0x89, 0x11, 0x88, 0x11, 0x88, 0x19, 0x88, 0x19, 0x88, 0x19, 0x88, 0x19, 0x89, 0x11, 0x68, 0x11, 0x68, 0x11, 0x68, 0x11, 0x68, 0x11, 0x89, 0x19, 0xa9, 0x19, 0xc9, 0x19, 0x88, 0x11, 0x68, 0x11, 0x47, 0x09, 0x47, 0x09, 0x47, 0x09, 0x47, 0x09, 0x47, 0x09, 0x47, 0x11, 0x26, 0x11, 0x05, 0x11, 0x05, 0x11, 0x26, 0x11, 0x46, 0x19, 0x25, 0x11, 0x05, 0x11, 0xe5, 0x08, 0x05, 0x11, 0x05, 0x11, 0x05, 0x11, 0x05, 0x11, 0x05, 0x11, 0x05, 0x11, 0x05, 0x11, 0xe4, 0x10, 0x25, 0x19, 0x25, 0x19, 0x25, 0x19, 0x04, 0x19, 0x04, 0x19, 0x04, 0x19, 0x04, 0x19, 0x04, 0x19, 0x04, 0x19, 0xe4, 0x18, 0xc4, 0x18, 0xa3, 0x10, 0x83, 0x08, 0x82, 0x08, 0x83, 0x08, 0xa3, 0x10, 0xe6, 0x10, 0xe6, 0x10, 0x07, 0x11, 0x28, 0x11, 0x49, 0x11, 0x4a, 0x11, 0x6b, 0x11, 0x6b, 0x11, 0x4a, 0x11, 0x4a, 0x11, 0x4a, 0x11, 0x49, 0x11, 0x27, 0x11, 0xe6, 0x10, 0xc5, 0x10, 0xc5, 0x10, 0x27, 0x09, 0x27, 0x01, 0x28, 0x09, 0x68, 0x09, 0x69, 0x09, 0x69, 0x09, 0x8a, 0x09, 0xcb, 0x11, 0xcc, 0x09, 0x0d, 0x12, 0x8f, 0x22, 0x12, 0x2b, 0x53, 0x33, 0x74, 0x3b, 0x94, 0x3b, 0xb5, 0x3b, 0xd6, 0x3b, 0xb5, 0x3b, 0x95, 0x33, 0x75, 0x33, 0x55, 0x2b, 0x55, 0x23, 0x76, 0x23, 0x76, 0x23, 0x76, 0x1b, 0x76, 0x23, 0x97, 0x23, 0xb8, 0x23, 0xd8, 0x23, 0xf9, 0x2b, 0x19, 0x2c, 0x39, 0x2c, 0x5b, 0x34, 0x7b, 0x3c, 0x9c, 0x3c, 0xbc, 0x44, 0xdc, 0x4c, 0xfd, 0x4c, 0x1d, 0x55, 0x3e, 0x55, 0x1d, 0x55, 0x3d, 0x55, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x3d, 0x65, 0x1d, 0x5d, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0x1d, 0x5d, 0x1d, 0x5d, 0x1d, 0x55, 0x1d, 0x55, 0x1d, 0x55, 0x1d, 0x55, 0xfd, 0x4c, 0xfd, 0x4c, 0xfd, 0x4c, 0xdc, 0x4c, 0xbc, 0x44, 0xdc, 0x34, 0xbc, 0x34, 0xbc, 0x34, 0x9c, 0x34, 0x7c, 0x34, 0x5c, 0x34, 0x3c, 0x34, 0x1b, 0x34, 0x1b, 0x34, 0xfa, 0x33, 0xd9, 0x2b, 0xb7, 0x2b, 0x96, 0x2b, 0x75, 0x23, 0x54, 0x23, 0x54, 0x23, 0xf5, 0x1a, 0xd4, 0x1a, 0xd3, 0x12, 0xd3, 0x12, 0xd3, 0x1a, 0xf3, 0x1a, 0x34, 0x23, 0x34, 0x2b, 0x96, 0x33, 0xd7, 0x3b, 0x18, 0x44, 0x79, 0x4c, 0xba, 0x5c, 0xda, 0x5c, 0x3b, 0x65, 0xde, 0x7d, 0x7b, 0xc6, 0xbc, 0xce, 0x3e, 0xdf, 0x7f, 0xe7, 0x9f, 0xef, 0xbf, 0xef, 0xdf, 0xf7, 0xdf, 0xf7, 0x7f, 0xef, 0x7f, 0xef, 0x5f, 0xe7, 0xfe, 0xde, 0x7c, 0xce, 0x3b, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x3a, 0xc6, 0x5a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x1a, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x3a, 0xce, 0x5a, 0xce, 0x7b, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x5a, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x5b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x5b, 0xd6, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xd6, 0x7b, 0xd6,
0x72, 0x9c, 0x72, 0x9c, 0x51, 0x94, 0x31, 0x94, 0x30, 0x94, 0x10, 0x94, 0xf0, 0x93, 0xf0, 0x93, 0xcf, 0x93, 0xae, 0x93, 0x8e, 0x8b, 0x6d, 0x8b, 0x4d, 0x8b, 0x2c, 0x83, 0x0c, 0x83, 0xeb, 0x7a, 0xc9, 0x82, 0xc9, 0x82, 0xa9, 0x7a, 0xa8, 0x7a, 0xa8, 0x7a, 0x87, 0x7a, 0x87, 0x7a, 0x66, 0x72, 0x66, 0x72, 0x66, 0x72, 0x66, 0x72, 0x66, 0x72, 0x46, 0x72, 0x46, 0x72, 0x45, 0x72, 0x46, 0x72, 0x45, 0x72, 0x45, 0x72, 0x25, 0x72, 0x26, 0x6a, 0x06, 0x6a, 0xe5, 0x69, 0xe5, 0x61, 0xe5, 0x61, 0x05, 0x62, 0x06, 0x62, 0x06, 0x5a, 0xe6, 0x59, 0x88, 0x62, 0xae, 0x83, 0xb2, 0xa4, 0x35, 0xb5, 0x96, 0xc5, 0xb7, 0xc5, 0x97, 0xc5, 0x97, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xb8, 0xbd, 0xb9, 0xb5, 0x78, 0xa5, 0xf7, 0x94, 0x7a, 0x9d, 0x7e, 0xb6, 0xdf, 0xb6, 0xbf, 0xae, 0x5f, 0x9e, 0xbc, 0x85, 0x7b, 0x85, 0xdc, 0x95, 0x3e, 0x9e, 0x7e, 0xae, 0x7e, 0xa6, 0xfc, 0x9d, 0xbb, 0x8d, 0xbb, 0x8d, 0x3e, 0xa6, 0xbc, 0x95, 0x3a, 0x85, 0x78, 0x6c, 0x36, 0x64, 0x77, 0x64, 0x77, 0x64, 0x35, 0x5c, 0x55, 0x5c, 0x34, 0x5c, 0xd3, 0x53, 0x30, 0x43, 0x8e, 0x2a, 0x0b, 0x1a, 0xca, 0x19, 0xca, 0x19, 0xa9, 0x11, 0x89, 0x11, 0x88, 0x11, 0x88, 0x11, 0x88, 0x19, 0xa9, 0x19, 0xa8, 0x19, 0x88, 0x19, 0x88, 0x11, 0x68, 0x11, 0x68, 0x11, 0x68, 0x11, 0x68, 0x11, 0x88, 0x11, 0x88, 0x19, 0x89, 0x19, 0x68, 0x11, 0x47, 0x09, 0x27, 0x09, 0x47, 0x09, 0x47, 0x09, 0x26, 0x09, 0x26, 0x09, 0x47, 0x09, 0x05, 0x11, 0x05, 0x11, 0x46, 0x19, 0x67, 0x19, 0x67, 0x19, 0x26, 0x11, 0x05, 0x11, 0xe5, 0x08, 0x05, 0x11, 0x05, 0x11, 0x05, 0x11, 0x05, 0x11, 0x05, 0x11, 0x05, 0x11, 0x05, 0x11, 0x05, 0x11, 0x25, 0x19, 0x25, 0x19, 0x04, 0x19, 0x04, 0x19, 0x04, 0x19, 0xe4, 0x18, 0xe4, 0x18, 0xe4, 0x18, 0xe4, 0x10, 0xe4, 0x18, 0xc4, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0x83, 0x08, 0x82, 0x08, 0x82, 0x08, 0xc5, 0x08, 0xc5, 0x08, 0xe6, 0x08, 0xe7, 0x10, 0x08, 0x09, 0x29, 0x09, 0x49, 0x11, 0x4a, 0x09, 0x6a, 0x11, 0x29, 0x09, 0xe8, 0x08, 0xe7, 0x08, 0xe7, 0x10, 0xe6, 0x10, 0xe5, 0x10, 0xe5, 0x10, 0x48, 0x09, 0x48, 0x01, 0x48, 0x09, 0x69, 0x09, 0x8a, 0x11, 0xcb, 0x11, 0x2d, 0x1a, 0x6e, 0x22, 0x11, 0x33, 0x52, 0x3b, 0x93, 0x3b, 0xb4, 0x43, 0xb5, 0x43, 0x94, 0x3b, 0x54, 0x33, 0x33, 0x33, 0x13, 0x23, 0x13, 0x23, 0xf3, 0x22, 0xf3, 0x22, 0xf3, 0x1a, 0x14, 0x1b, 0x55, 0x23, 0x76, 0x23, 0x97, 0x23, 0xb7, 0x23, 0xd8, 0x2b, 0xf9, 0x2b, 0x39, 0x34, 0x5a, 0x34, 0x7b, 0x3c, 0x9b, 0x3c, 0x9b, 0x3c, 0x9c, 0x3c, 0xbc, 0x44, 0xdd, 0x4c, 0xfd, 0x4c, 0x1d, 0x55, 0x1d, 0x55, 0x3e, 0x5d, 0x1d, 0x55, 0x3d, 0x55, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3c, 0x5d, 0x3c, 0x5d, 0x1d, 0x5d, 0x1d, 0x5d, 0x1d, 0x5d, 0x1c, 0x5d, 0x1d, 0x5d, 0x1d, 0x5d, 0x1d, 0x55, 0x1d, 0x55, 0x1d, 0x55, 0x1d, 0x55, 0xfd, 0x54, 0xfd, 0x4c, 0xfd, 0x4c, 0xfc, 0x4c, 0xdc, 0x44, 0xbc, 0x44, 0xbc, 0x34, 0xbc, 0x34, 0x9c, 0x34, 0x7c, 0x34, 0x7c, 0x34, 0x3c, 0x34, 0x1b, 0x34, 0x1b, 0x34, 0xfa, 0x33, 0xd9, 0x2b, 0xb8, 0x2b, 0x97, 0x2b, 0x76, 0x23, 0x54, 0x23, 0x34, 0x1b, 0x13, 0x1b, 0xd4, 0x1a, 0xf4, 0x1a, 0xf4, 0x1a, 0x14, 0x1b, 0x14, 0x23, 0x54, 0x23, 0x75, 0x2b, 0x96, 0x33, 0x58, 0x4c, 0x79, 0x4c, 0x79, 0x54, 0xba, 0x5c, 0xfb, 0x64, 0x3b, 0x6d, 0xdd, 0x7d, 0x7f, 0x96, 0xbc, 0xce, 0x1e, 0xd7, 0x5f, 0xe7, 0x9f, 0xef, 0xbf, 0xef, 0xdf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0x7f, 0xef, 0x5f, 0xe7, 0x1e, 0xdf, 0xbc, 0xd6, 0x5b, 0xc6, 0x1a, 0xbe, 0xfa, 0xbd, 0x1a, 0xbe, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0x19, 0xc6, 0xf9, 0xbd, 0x19, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x19, 0xc6, 0xf9, 0xc5, 0xd9, 0xbd, 0xd9, 0xbd, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x3a, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x3a, 0xce, 0x3b, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5b, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x5b, 0xce, 0x5b, 0xce,
0x72, 0x9c, 0x72, 0x9c, 0x51, 0x94, 0x11, 0x94, 0xf0, 0x93, 0xf0, 0x8b, 0xef, 0x93, 0xf0, 0x93, 0xcf, 0x93, 0xae, 0x93, 0x8e, 0x8b, 0x6d, 0x8b, 0x4d, 0x8b, 0x4c, 0x83, 0x0c, 0x83, 0xeb, 0x7a, 0xea, 0x82, 0xc9, 0x82, 0xc9, 0x7a, 0xa8, 0x7a, 0xa8, 0x7a, 0x87, 0x7a, 0x67, 0x72, 0x66, 0x72, 0x66, 0x72, 0x66, 0x72, 0x66, 0x72, 0x46, 0x72, 0x46, 0x72, 0x46, 0x72, 0x46, 0x72, 0x46, 0x72, 0x45, 0x72, 0x45, 0x72, 0x46, 0x72, 0x26, 0x6a, 0x06, 0x6a, 0xe6, 0x69, 0xe5, 0x61, 0xe5, 0x61, 0x06, 0x6a, 0x06, 0x62, 0x06, 0x5a, 0xe6, 0x59, 0x07, 0x5a, 0xca, 0x6a, 0xef, 0x93, 0xf4, 0xac, 0x35, 0xb5, 0x96, 0xbd, 0xb7, 0xc5, 0xb7, 0xc5, 0xd7, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0x1a, 0xbe, 0xda, 0xb5, 0x37, 0x9d, 0x38, 0x95, 0xfc, 0xa5, 0x9f, 0xb6, 0xff, 0xb6, 0x9f, 0xae, 0xfd, 0x95, 0x5b, 0x85, 0x7b, 0x85, 0xdd, 0x95, 0x5e, 0x9e, 0x7e, 0xa6, 0x5e, 0x9e, 0xfc, 0x95, 0x7b, 0x85, 0x7b, 0x85, 0xbd, 0x95, 0xdd, 0x95, 0x1a, 0x7d, 0x36, 0x64, 0x15, 0x5c, 0x35, 0x64, 0xf4, 0x5b, 0xd2, 0x5b, 0x2f, 0x43, 0x6c, 0x2a, 0xea, 0x19, 0xa9, 0x11, 0x68, 0x09, 0x68, 0x09, 0x68, 0x09, 0x68, 0x09, 0x48, 0x09, 0x48, 0x09, 0x48, 0x09, 0x68, 0x11, 0x88, 0x11, 0x88, 0x11, 0x68, 0x11, 0x68, 0x11, 0x68, 0x11, 0x47, 0x11, 0x47, 0x11, 0x47, 0x11, 0x47, 0x11, 0x47, 0x11, 0x47, 0x11, 0x27, 0x09, 0x26, 0x09, 0x06, 0x09, 0x26, 0x11, 0x26, 0x11, 0x26, 0x09, 0x06, 0x09, 0x26, 0x09, 0x05, 0x11, 0x26, 0x11, 0x46, 0x19, 0x67, 0x19, 0x46, 0x19, 0x05, 0x11, 0xe5, 0x08, 0xe5, 0x10, 0x25, 0x11, 0x05, 0x11, 0x05, 0x11, 0x05, 0x11, 0x05, 0x11, 0x05, 0x11, 0x05, 0x11, 0x05, 0x11, 0x04, 0x19, 0x04, 0x19, 0x04, 0x19, 0x04, 0x19, 0xe4, 0x18, 0xe4, 0x18, 0xe4, 0x10, 0xc4, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc4, 0x10, 0xc3, 0x10, 0xa3, 0x10, 0x83, 0x10, 0x82, 0x08, 0x62, 0x08, 0x84, 0x08, 0x84, 0x00, 0xa4, 0x00, 0xa5, 0x00, 0xa6, 0x00, 0xc6, 0x00, 0xc7, 0x00, 0xc7, 0x00, 0xa6, 0x00, 0xc7, 0x00, 0xe7, 0x08, 0xe7, 0x08, 0xc6, 0x08, 0xa5, 0x08, 0xe5, 0x10, 0x47, 0x19, 0x48, 0x01, 0x69, 0x09, 0xaa, 0x11, 0xeb, 0x19, 0x6d, 0x22, 0xcf, 0x32, 0x31, 0x3b, 0x72, 0x3b, 0xb4, 0x43, 0x94, 0x43, 0x94, 0x3b, 0x74, 0x33, 0x33, 0x33, 0xf3, 0x2a, 0xd2, 0x1a, 0x91, 0x1a, 0x91, 0x12, 0xb2, 0x1a, 0xb2, 0x1a, 0xd3, 0x1a, 0x14, 0x1b, 0x35, 0x23, 0x76, 0x23, 0x96, 0x23, 0xb7, 0x2b, 0xf8, 0x2b, 0x19, 0x2c, 0x3a, 0x34, 0x5a, 0x34, 0x7b, 0x3c, 0x9b, 0x3c, 0xbc, 0x44, 0xbc, 0x44, 0xdc, 0x44, 0xfd, 0x4c, 0x1d, 0x4d, 0x1d, 0x55, 0x1d, 0x55, 0x3e, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x55, 0x1c, 0x55, 0x1d, 0x5d, 0x1d, 0x5d, 0x1d, 0x5d, 0x1d, 0x5d, 0x1d, 0x5d, 0x1d, 0x5d, 0x1d, 0x55, 0xfd, 0x54, 0x1d, 0x55, 0x1d, 0x55, 0xfd, 0x4c, 0xfd, 0x4c, 0xfd, 0x4c, 0xdc, 0x4c, 0xbc, 0x44, 0xbb, 0x44, 0xbb, 0x3c, 0x9b, 0x34, 0x7b, 0x34, 0x5b, 0x34, 0x3b, 0x34, 0x1a, 0x2c, 0xfa, 0x2b, 0xd9, 0x2b, 0xb9, 0x2b, 0xb8, 0x2b, 0x77, 0x23, 0x56, 0x23, 0x35, 0x23, 0x34, 0x1b, 0x13, 0x1b, 0xf3, 0x1a, 0xf4, 0x1a, 0x14, 0x23, 0x35, 0x23, 0x55, 0x23, 0x75, 0x2b, 0xb6, 0x33, 0x18, 0x3c, 0x59, 0x44, 0xdb, 0x54, 0xdb, 0x5c, 0xdb, 0x5c, 0xfb, 0x64, 0x5b, 0x75, 0xbc, 0x8d, 0x5e, 0xa6, 0x1f, 0xbf, 0x1e, 0xdf, 0x5f, 0xe7, 0x7f, 0xe7, 0xbf, 0xef, 0xdf, 0xf7, 0xdf, 0xf7, 0xbf, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x3f, 0xe7, 0xfd, 0xde, 0x9c, 0xce, 0x3b, 0xc6, 0x1a, 0xbe, 0x3a, 0xc6, 0x3b, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0xf9, 0xbd, 0xf9, 0xbd, 0x19, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0x19, 0xc6, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xc5, 0x3a, 0xc6, 0x7b, 0xce, 0x9b, 0xd6, 0x9b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x3a, 0xce, 0x1a, 0xc6, 0xf9, 0xc5, 0x19, 0xc6, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x1a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x1a, 0xce, 0x19, 0xc6, 0x1a, 0xce, 0x1a, 0xce,
0x92, 0x9c, 0x92, 0x9c, 0x72, 0x9c, 0x51, 0x9c, 0x31, 0x94, 0x10, 0x94, 0x30, 0x9c, 0x30, 0x9c, 0x10, 0x9c, 0xef, 0x93, 0xae, 0x93, 0x8e, 0x93, 0x8e, 0x93, 0x8d, 0x8b, 0x4d, 0x8b, 0x2c, 0x83, 0x0a, 0x8b, 0x0a, 0x83, 0xe9, 0x82, 0xc9, 0x82, 0xa8, 0x7a, 0xa8, 0x7a, 0x87, 0x7a, 0x87, 0x7a, 0x87, 0x72, 0x86, 0x72, 0x86, 0x72, 0x66, 0x7a, 0x66, 0x7a, 0x66, 0x72, 0x46, 0x72, 0x46, 0x72, 0x45, 0x72, 0x46, 0x72, 0x46, 0x72, 0x26, 0x6a, 0x26, 0x6a, 0x06, 0x6a, 0xe6, 0x69, 0xe5, 0x61, 0x06, 0x6a, 0x05, 0x62, 0x06, 0x62, 0x06, 0x5a, 0xe6, 0x51, 0x07, 0x5a, 0x2c, 0x7b, 0x71, 0x9c, 0xb3, 0xa4, 0x55, 0xb5, 0x96, 0xbd, 0x97, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xf9, 0xbd, 0xfa, 0xbd, 0x99, 0xad, 0x79, 0x9d, 0x79, 0x9d, 0xfc, 0xa5, 0xdf, 0xbe, 0xdf, 0xb6, 0x3e, 0xa6, 0x9c, 0x8d, 0x3a, 0x7d, 0x7b, 0x85, 0xdc, 0x8d, 0x1d, 0x96, 0x5e, 0x9e, 0x5e, 0x9e, 0xdd, 0x8d, 0x1a, 0x75, 0x3b, 0x7d, 0x9c, 0x8d, 0x7b, 0x85, 0xb8, 0x74, 0x15, 0x64, 0xd3, 0x5b, 0xd3, 0x53, 0xcd, 0x3a, 0xea, 0x21, 0x47, 0x09, 0x48, 0x09, 0x89, 0x19, 0xa9, 0x19, 0x89, 0x11, 0x88, 0x11, 0x48, 0x09, 0x48, 0x09, 0x48, 0x09, 0x48, 0x09, 0x48, 0x09, 0x48, 0x09, 0x48, 0x09, 0x28, 0x01, 0x47, 0x11, 0x27, 0x09, 0x27, 0x09, 0x27, 0x09, 0x27, 0x09, 0x06, 0x09, 0x06, 0x09, 0x06, 0x09, 0x06, 0x09, 0x06, 0x09, 0x06, 0x09, 0x06, 0x09, 0x26, 0x11, 0x06, 0x11, 0x05, 0x11, 0x05, 0x09, 0x05, 0x11, 0x26, 0x11, 0x26, 0x11, 0x05, 0x11, 0xe5, 0x08, 0xc4, 0x08, 0xe4, 0x08, 0xe5, 0x10, 0x05, 0x11, 0x05, 0x11, 0xe4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0x04, 0x19, 0x04, 0x19, 0x04, 0x19, 0x04, 0x19, 0xe4, 0x18, 0xe4, 0x10, 0xc4, 0x10, 0xc3, 0x10, 0xa3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0x83, 0x08, 0x82, 0x08, 0x83, 0x00, 0x83, 0x00, 0x63, 0x00, 0x63, 0x00, 0x63, 0x00, 0x84, 0x00, 0x84, 0x00, 0x84, 0x00, 0x84, 0x00, 0x85, 0x00, 0xc5, 0x08, 0x06, 0x09, 0x07, 0x11, 0x06, 0x09, 0x06, 0x09, 0x26, 0x11, 0xaa, 0x09, 0x2c, 0x1a, 0x8e, 0x2a, 0xf0, 0x32, 0x51, 0x43, 0x93, 0x43, 0x93, 0x43, 0x73, 0x3b, 0x12, 0x33, 0xf2, 0x2a, 0xb1, 0x1a, 0x91, 0x12, 0x71, 0x12, 0x71, 0x12, 0x71, 0x12, 0x71, 0x12, 0xd3, 0x1a, 0xd3, 0x1a, 0x14, 0x1b, 0x34, 0x23, 0x55, 0x23, 0x96, 0x23, 0xb7, 0x2b, 0xd8, 0x2b, 0xf8, 0x2b, 0x19, 0x34, 0x3a, 0x34, 0x5a, 0x3c, 0x7b, 0x3c, 0x9b, 0x3c, 0xbb, 0x3c, 0xbb, 0x44, 0xdc, 0x4c, 0xfd, 0x4c, 0x1d, 0x55, 0x3d, 0x55, 0x3e, 0x55, 0x3e, 0x5d, 0x3d, 0x5d, 0x3e, 0x5d, 0x3e, 0x5d, 0x3e, 0x5d, 0x5d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x1d, 0x5d, 0x1d, 0x55, 0x1d, 0x55, 0x1d, 0x55, 0xfd, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xbc, 0x44, 0x9b, 0x44, 0x9b, 0x3c, 0x7a, 0x3c, 0x5a, 0x34, 0x3a, 0x34, 0x39, 0x34, 0x19, 0x2c, 0xf9, 0x2b, 0xd8, 0x2b, 0xb8, 0x2b, 0x97, 0x23, 0x77, 0x23, 0x76, 0x23, 0x55, 0x23, 0x35, 0x23, 0x34, 0x23, 0x34, 0x23, 0x34, 0x23, 0x35, 0x2b, 0x55, 0x2b, 0x75, 0x2b, 0x96, 0x2b, 0xf7, 0x33, 0x59, 0x3c, 0xbb, 0x4c, 0xfc, 0x54, 0xfc, 0x5c, 0xfc, 0x64, 0xfb, 0x64, 0x3b, 0x75, 0xdc, 0x95, 0x5d, 0xa6, 0xdf, 0xbe, 0x7f, 0xd7, 0x5f, 0xe7, 0x7f, 0xef, 0x9f, 0xef, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0x9f, 0xef, 0x5f, 0xe7, 0x5f, 0xe7, 0x1e, 0xdf, 0xdd, 0xd6, 0x7c, 0xce, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x7b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5a, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x1a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x3a, 0xce, 0x3a, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x3a, 0xc6, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x5b, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x3a, 0xc6, 0xf9, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0x39, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6,
0x92, 0x9c, 0x92, 0x9c, 0x92, 0xa4, 0x72, 0x9c, 0x51, 0x9c, 0x51, 0x9c, 0x51, 0x9c, 0x51, 0x9c, 0x31, 0x9c, 0x10, 0x9c, 0xcf, 0x93, 0xce, 0x93, 0xce, 0x93, 0xae, 0x93, 0x8d, 0x8b, 0x4d, 0x8b, 0x2b, 0x8b, 0x2b, 0x8b, 0x0a, 0x83, 0xe9, 0x82, 0xc9, 0x82, 0xc8, 0x7a, 0xa8, 0x7a, 0xa7, 0x7a, 0x87, 0x7a, 0x87, 0x7a, 0x87, 0x7a, 0x87, 0x7a, 0x87, 0x7a, 0x66, 0x7a, 0x66, 0x72, 0x66, 0x72, 0x66, 0x72, 0x66, 0x72, 0x46, 0x72, 0x26, 0x6a, 0x06, 0x6a, 0x06, 0x6a, 0x06, 0x6a, 0x06, 0x6a, 0x06, 0x62, 0xe5, 0x61, 0x05, 0x62, 0x26, 0x62, 0xe6, 0x51, 0xc6, 0x49, 0x69, 0x62, 0x6d, 0x83, 0x51, 0x9c, 0xd3, 0xac, 0x35, 0xb5, 0x75, 0xbd, 0xb7, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0xb8, 0xbd, 0xd9, 0xbd, 0xfa, 0xb5, 0xda, 0xad, 0x79, 0x9d, 0x7a, 0x9d, 0x3d, 0xae, 0x9f, 0xb6, 0x9f, 0xb6, 0xfe, 0x9d, 0x3b, 0x7d, 0x1a, 0x75, 0x5b, 0x7d, 0x9b, 0x85, 0xdc, 0x85, 0x1e, 0x96, 0x3f, 0x96, 0xfe, 0x8d, 0x3b, 0x7d, 0xda, 0x74, 0x1a, 0x7d, 0xf9, 0x7c, 0x76, 0x6c, 0x92, 0x53, 0xef, 0x42, 0xc9, 0x21, 0x68, 0x11, 0x47, 0x11, 0x68, 0x11, 0x68, 0x11, 0x48, 0x11, 0x68, 0x11, 0x89, 0x11, 0x68, 0x11, 0x68, 0x11, 0x68, 0x09, 0x68, 0x09, 0x48, 0x09, 0x48, 0x09, 0x48, 0x09, 0x27, 0x09, 0x27, 0x09, 0x26, 0x09, 0x06, 0x09, 0x06, 0x09, 0x06, 0x09, 0x06, 0x09, 0xe5, 0x08, 0xe5, 0x08, 0xe5, 0x08, 0x05, 0x09, 0x05, 0x09, 0x05, 0x11, 0x05, 0x11, 0x05, 0x11, 0x05, 0x11, 0xe5, 0x08, 0x05, 0x11, 0x05, 0x11, 0xe5, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0xc4, 0x10, 0xc4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0x04, 0x19, 0xe4, 0x18, 0xe4, 0x18, 0xe4, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0xc3, 0x08, 0xa3, 0x08, 0xa3, 0x08, 0x83, 0x08, 0x62, 0x08, 0x62, 0x08, 0x63, 0x08, 0x83, 0x08, 0x83, 0x00, 0xa4, 0x08, 0xc5, 0x08, 0xe6, 0x08, 0x06, 0x09, 0x27, 0x09, 0xa9, 0x19, 0x0b, 0x22, 0xaf, 0x2a, 0x10, 0x33, 0x52, 0x3b, 0x72, 0x3b, 0x73, 0x3b, 0x52, 0x3b, 0x12, 0x2b, 0xb0, 0x22, 0x90, 0x1a, 0x70, 0x12, 0x50, 0x12, 0x50, 0x0a, 0x91, 0x12, 0xb2, 0x12, 0xf3, 0x1a, 0xf3, 0x1a, 0x14, 0x1b, 0x35, 0x23, 0x55, 0x23, 0x76, 0x23, 0x97, 0x2b, 0xb7, 0x2b, 0xf8, 0x33, 0xf9, 0x33, 0x39, 0x34, 0x5a, 0x34, 0x7b, 0x3c, 0x9b, 0x44, 0xbb, 0x44, 0xbc, 0x44, 0xdc, 0x4c, 0xdc, 0x4c, 0x1d, 0x4d, 0x1d, 0x55, 0x3d, 0x55, 0x5e, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5d, 0x65, 0x5d, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x55, 0x1d, 0x55, 0xfd, 0x4c, 0xdc, 0x4c, 0xdc, 0x44, 0xbc, 0x44, 0x9b, 0x3c, 0x7b, 0x3c, 0x5a, 0x34, 0x5a, 0x34, 0x39, 0x34, 0x19, 0x34, 0xf8, 0x33, 0xd8, 0x2b, 0xd7, 0x2b, 0xb7, 0x2b, 0x96, 0x23, 0x76, 0x23, 0x56, 0x23, 0x55, 0x23, 0x35, 0x23, 0x35, 0x23, 0x35, 0x23, 0x55, 0x23, 0x55, 0x23, 0x75, 0x33, 0x96, 0x33, 0xb6, 0x33, 0x18, 0x3c, 0x79, 0x44, 0xdb, 0x4c, 0x1c, 0x55, 0x3d, 0x5d, 0x1c, 0x5d, 0x1c, 0x6d, 0x5c, 0x75, 0xdd, 0x95, 0x7e, 0xb6, 0xdf, 0xce, 0x3f, 0xd7, 0x7f, 0xe7, 0x7f, 0xef, 0x9f, 0xef, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xef, 0x9f, 0xef, 0x7f, 0xe7, 0x3f, 0xe7, 0xfe, 0xde, 0xdd, 0xd6, 0x9c, 0xce, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x7b, 0xc6, 0x7b, 0xce, 0x5b, 0xce, 0x5a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x5a, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x3a, 0xc6, 0x3a, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x3a, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x3a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x39, 0xce, 0x19, 0xc6, 0x3a, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xce, 0x19, 0xc6, 0x19, 0xc6,
0x52, 0x9c, 0x52, 0x9c, 0x51, 0x9c, 0x31, 0x94, 0x30, 0x94, 0x10, 0x94, 0x10, 0x94, 0x10, 0x94, 0xef, 0x93, 0xcf, 0x93, 0xae, 0x93, 0x8e, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x4c, 0x8b, 0x2c, 0x83, 0x0b, 0x83, 0xea, 0x82, 0xc9, 0x82, 0xc9, 0x7a, 0xa8, 0x7a, 0xa8, 0x7a, 0xa8, 0x7a, 0x87, 0x7a, 0x66, 0x72, 0x66, 0x72, 0x66, 0x72, 0x66, 0x72, 0x67, 0x7a, 0x87, 0x7a, 0x87, 0x7a, 0x87, 0x7a, 0x87, 0x72, 0x87, 0x72, 0x67, 0x72, 0x47, 0x72, 0x26, 0x6a, 0x26, 0x6a, 0x26, 0x6a, 0x26, 0x6a, 0x26, 0x6a, 0x05, 0x62, 0x26, 0x62, 0x46, 0x62, 0x06, 0x5a, 0xc6, 0x51, 0x07, 0x52, 0x89, 0x62, 0xef, 0x8b, 0x92, 0x9c, 0xf3, 0xac, 0x14, 0xad, 0x76, 0xbd, 0xb7, 0xc5, 0xb7, 0xbd, 0xb8, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xfa, 0xb5, 0xda, 0xad, 0x79, 0xa5, 0x9a, 0x9d, 0x1c, 0xae, 0x9e, 0xbe, 0x5f, 0xa6, 0x9c, 0x8d, 0x1a, 0x75, 0x1a, 0x75, 0x1a, 0x75, 0x1a, 0x6d, 0x7c, 0x75, 0xbd, 0x85, 0x1f, 0x8e, 0x9d, 0x85, 0x3b, 0x7d, 0xf9, 0x74, 0xb8, 0x74, 0x55, 0x6c, 0x50, 0x4b, 0x0b, 0x22, 0xca, 0x19, 0xaa, 0x19, 0xaa, 0x19, 0xa9, 0x19, 0x68, 0x11, 0x27, 0x09, 0x47, 0x09, 0x68, 0x11, 0x48, 0x11, 0x48, 0x11, 0x48, 0x11, 0x48, 0x11, 0x47, 0x11, 0x47, 0x11, 0x47, 0x09, 0x27, 0x09, 0x27, 0x09, 0x07, 0x09, 0x06, 0x09, 0x06, 0x09, 0x06, 0x09, 0x06, 0x09, 0x06, 0x09, 0xe5, 0x08, 0xe5, 0x08, 0xe5, 0x08, 0xe5, 0x08, 0xe5, 0x08, 0xe5, 0x10, 0x05, 0x11, 0xe5, 0x10, 0xc4, 0x08, 0xe5, 0x08, 0xe5, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xa3, 0x08, 0xc4, 0x08, 0xc4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0x04, 0x11, 0xe4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc4, 0x10, 0xe4, 0x10, 0xe3, 0x10, 0xa3, 0x08, 0x82, 0x08, 0x62, 0x08, 0x62, 0x08, 0x62, 0x08, 0x82, 0x08, 0x82, 0x08, 0x63, 0x00, 0x84, 0x00, 0xc5, 0x08, 0x48, 0x11, 0xeb, 0x19, 0xae, 0x32, 0x30, 0x43, 0x53, 0x3b, 0x52, 0x3b, 0x32, 0x33, 0xf2, 0x2a, 0xd1, 0x22, 0xb1, 0x22, 0x90, 0x1a, 0x50, 0x12, 0x91, 0x12, 0x91, 0x12, 0x92, 0x12, 0xd2, 0x1a, 0xf3, 0x1a, 0x14, 0x1b, 0x35, 0x23, 0x55, 0x23, 0x76, 0x23, 0x76, 0x23, 0x97, 0x2b, 0xb7, 0x2b, 0xf8, 0x2b, 0xf8, 0x33, 0x39, 0x34, 0x3a, 0x34, 0x7a, 0x3c, 0x7b, 0x3c, 0xbb, 0x44, 0xdc, 0x44, 0xfc, 0x4c, 0xfd, 0x4c, 0x1d, 0x55, 0x3d, 0x55, 0x3d, 0x55, 0x3d, 0x5d, 0x5e, 0x5d, 0x5e, 0x5d, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x7e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x5d, 0x5e, 0x5d, 0x3d, 0x5d, 0x3d, 0x55, 0x1d, 0x55, 0x1d, 0x55, 0x1d, 0x55, 0x1d, 0x55, 0xdc, 0x4c, 0xdc, 0x4c, 0xbc, 0x44, 0x9b, 0x44, 0x7b, 0x3c, 0x5a, 0x3c, 0x5a, 0x34, 0x3a, 0x34, 0x18, 0x34, 0xf8, 0x33, 0xf8, 0x2b, 0xd7, 0x2b, 0xb7, 0x2b, 0xb6, 0x2b, 0x96, 0x23, 0x96, 0x23, 0x75, 0x23, 0x55, 0x23, 0x55, 0x23, 0x35, 0x23, 0x35, 0x23, 0x55, 0x23, 0x76, 0x2b, 0x76, 0x2b, 0xb7, 0x33, 0xf7, 0x3b, 0x59, 0x44, 0x9a, 0x4c, 0xfb, 0x54, 0x1c, 0x55, 0x3c, 0x5d, 0x3c, 0x5d, 0x3c, 0x65, 0x7d, 0x7d, 0xdd, 0x95, 0x5e, 0xae, 0xff, 0xce, 0x3f, 0xdf, 0x5e, 0xe7, 0x7e, 0xef, 0x9f, 0xef, 0xbf, 0xf7, 0xdf, 0xf7, 0xbf, 0xf7, 0x9f, 0xef, 0x7f, 0xef, 0x5f, 0xe7, 0x3e, 0xdf, 0x9c, 0xce, 0x9c, 0xce, 0x7c, 0xce, 0x7b, 0xc6, 0x7b, 0xc6, 0x7b, 0xc6, 0x7b, 0xc6, 0x7b, 0xc6, 0x9b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x5b, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x5b, 0xce, 0x5b, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x39, 0xce, 0x19, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0xf9, 0xc5, 0xf9, 0xc5,
0x31, 0x94, 0x11, 0x94, 0xf0, 0x93, 0xd0, 0x8b, 0xcf, 0x8b, 0xaf, 0x8b, 0xaf, 0x8b, 0xae, 0x8b, 0x8e, 0x8b, 0x6d, 0x8b, 0x6d, 0x83, 0x4c, 0x83, 0x2c, 0x83, 0x0c, 0x83, 0x0b, 0x7b, 0xeb, 0x7a, 0xea, 0x82, 0xca, 0x7a, 0xa9, 0x7a, 0xa9, 0x7a, 0x88, 0x72, 0x88, 0x72, 0x87, 0x72, 0x87, 0x72, 0x66, 0x72, 0x46, 0x72, 0x66, 0x72, 0x66, 0x72, 0x66, 0x72, 0x66, 0x7a, 0x67, 0x7a, 0x87, 0x7a, 0x87, 0x72, 0x87, 0x72, 0x87, 0x72, 0x67, 0x72, 0x47, 0x6a, 0x26, 0x6a, 0x06, 0x6a, 0x06, 0x6a, 0x26, 0x6a, 0x06, 0x62, 0x06, 0x62, 0x26, 0x62, 0x06, 0x5a, 0xe6, 0x51, 0xc6, 0x51, 0xe7, 0x51, 0x0c, 0x6b, 0xcf, 0x8b, 0x92, 0x9c, 0xd3, 0xac, 0x35, 0xb5, 0x76, 0xbd, 0xb7, 0xbd, 0xd8, 0xc5, 0xd8, 0xbd, 0xd9, 0xbd, 0xf9, 0xbd, 0xfa, 0xb5, 0xb9, 0xad, 0x79, 0xa5, 0x99, 0xa5, 0x1c, 0xb6, 0x5f, 0xa6, 0xdd, 0x95, 0x5b, 0x85, 0x1a, 0x75, 0xfa, 0x6c, 0xd9, 0x64, 0xda, 0x64, 0x1b, 0x65, 0x3c, 0x75, 0x9d, 0x7d, 0x7c, 0x85, 0xb9, 0x6c, 0x15, 0x64, 0xd3, 0x5b, 0x0f, 0x4b, 0x0b, 0x2a, 0x0c, 0x1a, 0xeb, 0x19, 0xcb, 0x19, 0xca, 0x11, 0xca, 0x11, 0xaa, 0x11, 0x89, 0x11, 0x69, 0x11, 0x68, 0x11, 0x48, 0x11, 0x48, 0x11, 0x47, 0x11, 0x27, 0x11, 0x27, 0x11, 0x26, 0x11, 0x26, 0x11, 0x27, 0x09, 0x27, 0x09, 0x07, 0x09, 0x06, 0x09, 0x06, 0x09, 0x06, 0x09, 0x06, 0x09, 0x06, 0x09, 0xe5, 0x08, 0xe5, 0x08, 0xe5, 0x08, 0xc4, 0x08, 0xe5, 0x08, 0xe5, 0x10, 0xe5, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xe5, 0x08, 0xe4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xe4, 0x10, 0xc4, 0x08, 0xa4, 0x08, 0xc4, 0x08, 0xe4, 0x10, 0x05, 0x11, 0x05, 0x19, 0xe4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0x04, 0x11, 0xe4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc4, 0x10, 0xc4, 0x18, 0xe3, 0x10, 0xc3, 0x10, 0xa2, 0x08, 0x81, 0x08, 0x61, 0x08, 0x61, 0x08, 0x61, 0x10, 0x61, 0x10, 0xc3, 0x10, 0x83, 0x08, 0xa4, 0x08, 0xa9, 0x19, 0xcf, 0x3a, 0x92, 0x4b, 0x92, 0x43, 0x52, 0x3b, 0x33, 0x33, 0x12, 0x2b, 0xd1, 0x22, 0xb1, 0x1a, 0xb1, 0x1a, 0x91, 0x1a, 0xb1, 0x1a, 0xb2, 0x1a, 0xd3, 0x1a, 0xf3, 0x1a, 0x14, 0x1b, 0x35, 0x23, 0x55, 0x23, 0x76, 0x23, 0x96, 0x23, 0x96, 0x2b, 0xd7, 0x2b, 0xd8, 0x2b, 0xf8, 0x33, 0x19, 0x34, 0x39, 0x34, 0x5a, 0x3c, 0x7a, 0x3c, 0x9b, 0x3c, 0x9b, 0x44, 0xbc, 0x44, 0xdc, 0x44, 0xfc, 0x4c, 0x1d, 0x4d, 0x1d, 0x55, 0x3d, 0x55, 0x5e, 0x5d, 0x3d, 0x5d, 0x5d, 0x5d, 0x5e, 0x5d, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x7e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5d, 0x65, 0x3d, 0x65, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x55, 0x1d, 0x55, 0xfd, 0x54, 0xfd, 0x54, 0xfc, 0x4c, 0xdc, 0x4c, 0xbc, 0x4c, 0x9b, 0x44, 0x9b, 0x44, 0x7b, 0x3c, 0x5a, 0x3c, 0x5a, 0x34, 0x3a, 0x34, 0x19, 0x34, 0x19, 0x2c, 0xf8, 0x33, 0xd8, 0x33, 0xd7, 0x2b, 0xb6, 0x2b, 0xb6, 0x2b, 0x96, 0x23, 0x95, 0x23, 0x75, 0x23, 0x75, 0x23, 0x75, 0x23, 0x75, 0x23, 0x75, 0x23, 0x76, 0x2b, 0x97, 0x2b, 0xb7, 0x33, 0xd8, 0x3b, 0x59, 0x44, 0x9a, 0x4c, 0xfb, 0x54, 0x3c, 0x5d, 0x5c, 0x5d, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x6d, 0x9d, 0x7d, 0x1e, 0x96, 0x7f, 0xae, 0xdf, 0xc6, 0x3f, 0xdf, 0x5f, 0xef, 0x5e, 0xef, 0x7e, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0x9f, 0xef, 0x7f, 0xef, 0x5f, 0xe7, 0x1e, 0xdf, 0xdd, 0xd6, 0x9c, 0xce, 0x9c, 0xce, 0x9c, 0xce, 0x9c, 0xce, 0x9c, 0xce, 0x9c, 0xce, 0x9c, 0xce, 0x9c, 0xce, 0xbc, 0xd6, 0x9c, 0xd6, 0x9b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x5b, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xce, 0x5a, 0xce, 0x19, 0xce, 0x19, 0xc6, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd,
0x52, 0x9c, 0x31, 0x94, 0xf0, 0x8b, 0xcf, 0x8b, 0xaf, 0x8b, 0x8e, 0x8b, 0x8e, 0x83, 0x8e, 0x83, 0x8e, 0x83, 0x6d, 0x8b, 0x4d, 0x83, 0x4c, 0x83, 0x2c, 0x83, 0x0b, 0x7b, 0xeb, 0x7a, 0xeb, 0x7a, 0x0a, 0x83, 0xea, 0x7a, 0xc9, 0x7a, 0xa9, 0x7a, 0xa8, 0x7a, 0xa8, 0x7a, 0xa8, 0x7a, 0xa8, 0x7a, 0x67, 0x72, 0x66, 0x72, 0x66, 0x72, 0x46, 0x72, 0x46, 0x72, 0x46, 0x72, 0x67, 0x72, 0x67, 0x7a, 0x66, 0x72, 0x67, 0x72, 0x67, 0x72, 0x47, 0x6a, 0x26, 0x6a, 0x06, 0x62, 0xe5, 0x61, 0xe5, 0x61, 0xe5, 0x61, 0xe5, 0x61, 0xe5, 0x59, 0xe5, 0x59, 0xe6, 0x59, 0xe6, 0x59, 0xa6, 0x51, 0x85, 0x49, 0xe7, 0x49, 0x0c, 0x73, 0x30, 0x94, 0x92, 0xa4, 0xd3, 0xac, 0x35, 0xb5, 0x76, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd9, 0xbd, 0xf9, 0xbd, 0xd9, 0xbd, 0xd9, 0xb5, 0xb9, 0xb5, 0x99, 0xa5, 0x78, 0xa5, 0x3e, 0xa6, 0x1d, 0xa6, 0x7b, 0x8d, 0x19, 0x75, 0x19, 0x6d, 0xf9, 0x64, 0xb9, 0x5c, 0xba, 0x5c, 0xda, 0x64, 0x1b, 0x6d, 0xfa, 0x6c, 0x36, 0x5c, 0x93, 0x4b, 0x72, 0x53, 0x30, 0x4b, 0x8d, 0x3a, 0x2c, 0x1a, 0x2c, 0x1a, 0x0c, 0x1a, 0xeb, 0x19, 0xeb, 0x19, 0xeb, 0x19, 0xca, 0x19, 0xaa, 0x11, 0x89, 0x11, 0x88, 0x11, 0x68, 0x11, 0x47, 0x11, 0x47, 0x11, 0x27, 0x11, 0x26, 0x11, 0x26, 0x11, 0x47, 0x09, 0x27, 0x09, 0x27, 0x09, 0x06, 0x09, 0x06, 0x09, 0x06, 0x09, 0x06, 0x09, 0xe6, 0x08, 0xe5, 0x08, 0xe5, 0x08, 0xe5, 0x08, 0xc5, 0x08, 0xc4, 0x08, 0xe5, 0x08, 0xe5, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xe4, 0x08, 0xe4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xe4, 0x10, 0xe4, 0x10, 0xc4, 0x10, 0xc4, 0x08, 0xe4, 0x10, 0x05, 0x19, 0x05, 0x19, 0x04, 0x11, 0xe4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0xa3, 0x08, 0xa3, 0x10, 0xc3, 0x10, 0xc4, 0x10, 0xc4, 0x10, 0xc4, 0x10, 0xc4, 0x10, 0xc4, 0x10, 0xc3, 0x10, 0xa3, 0x10, 0x82, 0x08, 0x61, 0x08, 0x61, 0x08, 0x41, 0x08, 0x61, 0x10, 0x61, 0x10, 0x42, 0x00, 0x46, 0x19, 0xad, 0x42, 0xb2, 0x5b, 0xf4, 0x5b, 0xb4, 0x4b, 0x93, 0x3b, 0x74, 0x3b, 0x13, 0x23, 0xd2, 0x1a, 0xb1, 0x1a, 0xd2, 0x1a, 0xd2, 0x1a, 0xd2, 0x1a, 0xf3, 0x1a, 0x14, 0x1b, 0x55, 0x23, 0x76, 0x2b, 0x96, 0x2b, 0xb7, 0x2b, 0xb7, 0x2b, 0xd8, 0x2b, 0xf8, 0x33, 0xf9, 0x33, 0x19, 0x34, 0x39, 0x34, 0x39, 0x34, 0x5a, 0x3c, 0x5a, 0x3c, 0x7b, 0x3c, 0x9b, 0x3c, 0xbc, 0x44, 0xdc, 0x44, 0xfd, 0x4c, 0xfd, 0x4c, 0x1d, 0x4d, 0x1d, 0x55, 0x3d, 0x55, 0x5e, 0x55, 0x5e, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x65, 0x5d, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x3d, 0x65, 0x3d, 0x65, 0x3d, 0x5d, 0x1d, 0x5d, 0x1d, 0x5d, 0x1d, 0x5d, 0x1c, 0x55, 0xfd, 0x54, 0xfc, 0x54, 0xfc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0x9b, 0x44, 0x9b, 0x44, 0x7b, 0x3c, 0x5a, 0x3c, 0x3a, 0x34, 0x3a, 0x34, 0x39, 0x34, 0x19, 0x34, 0x19, 0x2c, 0xf9, 0x2b, 0xd7, 0x33, 0xb7, 0x2b, 0xb7, 0x2b, 0x96, 0x23, 0x96, 0x23, 0x95, 0x23, 0x95, 0x23, 0x95, 0x23, 0x95, 0x23, 0x95, 0x23, 0x96, 0x2b, 0x96, 0x2b, 0xb7, 0x2b, 0xd8, 0x33, 0x19, 0x3c, 0x5a, 0x44, 0xbc, 0x4c, 0x1c, 0x5d, 0x5d, 0x65, 0x7d, 0x6d, 0x5c, 0x6d, 0x5b, 0x6d, 0x7b, 0x75, 0x9c, 0x85, 0x1d, 0x9e, 0x9f, 0xb6, 0xff, 0xce, 0x3f, 0xdf, 0x5f, 0xe7, 0x7f, 0xef, 0x7e, 0xf7, 0xbf, 0xff, 0xdf, 0xff, 0xbf, 0xf7, 0x9f, 0xef, 0x5f, 0xef, 0x5f, 0xe7, 0x3e, 0xe7, 0xdd, 0xd6, 0x9c, 0xce, 0x9c, 0xce, 0xbc, 0xce, 0xbc, 0xce, 0xbc, 0xce, 0xbc, 0xce, 0x9c, 0xce, 0xbc, 0xce, 0xbc, 0xce, 0xbc, 0xd6, 0x9c, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x9b, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x9c, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xd6, 0x9b, 0xd6, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x1a, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x39, 0xce, 0x19, 0xc6, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xbd,
0x51, 0x9c, 0x31, 0x94, 0x10, 0x94, 0xf0, 0x8b, 0xcf, 0x8b, 0xcf, 0x8b, 0xcf, 0x8b, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xae, 0x8b, 0x8e, 0x8b, 0x6d, 0x8b, 0x4d, 0x8b, 0x2c, 0x83, 0x2c, 0x83, 0x2b, 0x83, 0x0b, 0x83, 0x0a, 0x83, 0xea, 0x7a, 0xc9, 0x7a, 0xc9, 0x7a, 0xa8, 0x72, 0x87, 0x72, 0x87, 0x72, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x46, 0x72, 0x46, 0x72, 0x46, 0x72, 0x46, 0x6a, 0x26, 0x6a, 0x26, 0x6a, 0x46, 0x6a, 0x06, 0x6a, 0xe5, 0x61, 0xc5, 0x59, 0xc5, 0x59, 0xe5, 0x59, 0xe4, 0x59, 0xe4, 0x59, 0xe5, 0x59, 0xe5, 0x59, 0xe6, 0x59, 0xc6, 0x59, 0xc6, 0x51, 0x85, 0x41, 0x28, 0x52, 0x2c, 0x73, 0x30, 0x94, 0xb2, 0xa4, 0xd3, 0xa4, 0x14, 0xad, 0x76, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xd9, 0xbd, 0xb9, 0xb5, 0x99, 0xb5, 0x9b, 0x95, 0x1d, 0xa6, 0x1d, 0xa6, 0x5a, 0x85, 0xf9, 0x74, 0x1a, 0x6d, 0x1a, 0x6d, 0xb9, 0x5c, 0x79, 0x5c, 0xba, 0x64, 0xd9, 0x6c, 0x36, 0x5c, 0x11, 0x43, 0xce, 0x3a, 0x91, 0x5b, 0x74, 0x74, 0x14, 0x5c, 0x92, 0x53, 0x10, 0x3b, 0x8d, 0x2a, 0x2c, 0x22, 0x2c, 0x22, 0x0c, 0x22, 0xaa, 0x19, 0xca, 0x19, 0xa9, 0x19, 0x89, 0x19, 0x89, 0x19, 0x89, 0x19, 0x68, 0x11, 0x68, 0x11, 0x68, 0x11, 0x48, 0x09, 0x48, 0x11, 0x27, 0x09, 0x27, 0x09, 0x07, 0x09, 0x06, 0x09, 0x06, 0x09, 0x06, 0x09, 0xe5, 0x00, 0xc5, 0x00, 0xc5, 0x00, 0xc5, 0x08, 0xc5, 0x08, 0xc5, 0x08, 0xc5, 0x08, 0xc4, 0x08, 0xa4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x10, 0xc4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0x04, 0x11, 0xe4, 0x18, 0xe4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xe4, 0x18, 0xc4, 0x10, 0xc3, 0x10, 0xc4, 0x10, 0xc4, 0x18, 0xc3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0x62, 0x08, 0xa3, 0x10, 0xc3, 0x18, 0x41, 0x08, 0x20, 0x08, 0x82, 0x10, 0x62, 0x08, 0x05, 0x19, 0x90, 0x63, 0xb6, 0x7c, 0x14, 0x64, 0xb4, 0x4b, 0x53, 0x3b, 0xd2, 0x22, 0xf3, 0x22, 0xf3, 0x1a, 0x13, 0x23, 0x34, 0x23, 0x34, 0x23, 0x54, 0x23, 0x55, 0x23, 0x76, 0x2b, 0x96, 0x2b, 0x96, 0x2b, 0xb7, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xf9, 0x33, 0x19, 0x34, 0x19, 0x34, 0x5a, 0x34, 0x5a, 0x3c, 0x7a, 0x3c, 0x9b, 0x3c, 0x9b, 0x3c, 0xbb, 0x44, 0xbc, 0x44, 0xdc, 0x44, 0xfd, 0x4c, 0xfd, 0x4c, 0x1d, 0x4d, 0x1d, 0x4d, 0x1d, 0x55, 0x3d, 0x55, 0x3d, 0x55, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x65, 0x5d, 0x65, 0x3d, 0x65, 0x3d, 0x65, 0x3d, 0x5d, 0x5e, 0x65, 0x3d, 0x65, 0x3d, 0x5d, 0x1d, 0x5d, 0x1d, 0x5d, 0x1d, 0x5d, 0x1d, 0x5d, 0xfd, 0x54, 0xfc, 0x54, 0xdc, 0x4c, 0xbb, 0x4c, 0xbb, 0x44, 0x9b, 0x44, 0x9b, 0x44, 0x7a, 0x3c, 0x7a, 0x3c, 0x5a, 0x3c, 0x5a, 0x3c, 0x3a, 0x34, 0x19, 0x34, 0xf9, 0x2b, 0xf8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xb7, 0x2b, 0xb7, 0x2b, 0xb7, 0x2b, 0xb6, 0x2b, 0x96, 0x23, 0x96, 0x23, 0xb6, 0x23, 0xb6, 0x2b, 0xd6, 0x2b, 0xd6, 0x2b, 0xb6, 0x2b, 0xd7, 0x33, 0x18, 0x3c, 0x5a, 0x44, 0xbb, 0x54, 0xdc, 0x5c, 0x3e, 0x5d, 0x5d, 0x5d, 0x9e, 0x6d, 0x7d, 0x6d, 0x5b, 0x6d, 0x5a, 0x7d, 0xdb, 0x8d, 0x3d, 0xae, 0xff, 0xc6, 0x1f, 0xd7, 0x3f, 0xdf, 0x5f, 0xe7, 0x7f, 0xef, 0x9f, 0xf7, 0xbf, 0xff, 0xbf, 0xff, 0x9f, 0xf7, 0x9f, 0xf7, 0x7f, 0xef, 0x5f, 0xe7, 0x1e, 0xdf, 0xdd, 0xd6, 0xbc, 0xd6, 0x9c, 0xce, 0xbd, 0xd6, 0xbc, 0xce, 0xbc, 0xce, 0xbc, 0xce, 0xbc, 0xce, 0xbc, 0xce, 0x7b, 0xc6, 0x7b, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x3b, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x5a, 0xce, 0x3a, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x5a, 0xce, 0x3a, 0xc6, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0x19, 0xc6, 0xf9, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0x19, 0xce, 0x39, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x39, 0xce, 0x19, 0xc6, 0x18, 0xc6, 0xf8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd,
0x31, 0x9c, 0x31, 0x9c, 0x10, 0x94, 0xf0, 0x93, 0xcf, 0x8b, 0xcf, 0x8b, 0xcf, 0x8b, 0xcf, 0x8b, 0xcf, 0x93, 0xcf, 0x93, 0xae, 0x93, 0xae, 0x8b, 0x8e, 0x8b, 0x6d, 0x8b, 0x4d, 0x8b, 0x4c, 0x83, 0x2b, 0x83, 0x0b, 0x83, 0x0a, 0x83, 0xea, 0x7a, 0xe9, 0x7a, 0xc9, 0x7a, 0xa8, 0x7a, 0x88, 0x7a, 0x88, 0x72, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x46, 0x72, 0x26, 0x72, 0x26, 0x72, 0x46, 0x6a, 0x46, 0x6a, 0x46, 0x6a, 0x47, 0x6a, 0x26, 0x6a, 0xe6, 0x61, 0xc5, 0x61, 0xe5, 0x61, 0xe5, 0x61, 0xe5, 0x59, 0xe4, 0x59, 0xe5, 0x59, 0xe5, 0x59, 0xc5, 0x59, 0xc5, 0x51, 0xa5, 0x51, 0xa6, 0x41, 0xa6, 0x41, 0x48, 0x52, 0x6d, 0x7b, 0x30, 0x94, 0x71, 0x9c, 0xb3, 0xa4, 0x35, 0xb5, 0x76, 0xbd, 0xb7, 0xbd, 0xd8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xbb, 0xa5, 0xbb, 0xa5, 0xdb, 0x9d, 0xbb, 0x95, 0x7a, 0x85, 0x19, 0x75, 0xd9, 0x6c, 0xd9, 0x64, 0x99, 0x5c, 0x99, 0x5c, 0x78, 0x64, 0x77, 0x64, 0xd4, 0x53, 0xae, 0x32, 0xef, 0x42, 0x74, 0x74, 0xf6, 0x84, 0x54, 0x74, 0xf2, 0x63, 0xf2, 0x63, 0x91, 0x53, 0x0f, 0x43, 0xad, 0x3a, 0x4c, 0x2a, 0x0b, 0x22, 0xcb, 0x19, 0xaa, 0x11, 0x8a, 0x11, 0x69, 0x09, 0x69, 0x09, 0x69, 0x09, 0x69, 0x09, 0x48, 0x11, 0x48, 0x11, 0x48, 0x11, 0x48, 0x11, 0x27, 0x09, 0x07, 0x09, 0xe6, 0x08, 0xe6, 0x00, 0x06, 0x09, 0xe6, 0x08, 0xe5, 0x08, 0xe5, 0x08, 0xe5, 0x08, 0xe5, 0x08, 0xc5, 0x08, 0xc5, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x10, 0xc4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0xe4, 0x10, 0xc4, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc4, 0x10, 0xe4, 0x18, 0xc4, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0x83, 0x08, 0x83, 0x10, 0x62, 0x08, 0x62, 0x08, 0xc3, 0x10, 0x83, 0x08, 0x83, 0x08, 0x26, 0x19, 0xf2, 0x6b, 0x95, 0x7c, 0x35, 0x64, 0x52, 0x3b, 0x33, 0x33, 0x13, 0x2b, 0xf3, 0x22, 0x35, 0x23, 0x34, 0x1b, 0x34, 0x23, 0x55, 0x23, 0x75, 0x23, 0x76, 0x23, 0x96, 0x2b, 0xb7, 0x2b, 0xb7, 0x2b, 0xd7, 0x2b, 0xd8, 0x2b, 0xf8, 0x2b, 0xf9, 0x33, 0x19, 0x34, 0x19, 0x34, 0x3a, 0x34, 0x3a, 0x34, 0x7a, 0x34, 0x7a, 0x3c, 0x7b, 0x3c, 0x9b, 0x3c, 0xbb, 0x3c, 0xbc, 0x44, 0xdc, 0x44, 0xdc, 0x44, 0xfc, 0x44, 0xfd, 0x4c, 0x1d, 0x4d, 0x1d, 0x4d, 0x1d, 0x55, 0x1d, 0x55, 0x3d, 0x55, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x1d, 0x5d, 0xfd, 0x5c, 0xfd, 0x54, 0xfc, 0x54, 0xfc, 0x54, 0xfc, 0x54, 0xdc, 0x54, 0xdb, 0x4c, 0xbb, 0x44, 0x9b, 0x44, 0x9a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x5a, 0x3c, 0x5a, 0x34, 0x39, 0x34, 0x39, 0x34, 0x19, 0x34, 0xf8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x23, 0xb7, 0x23, 0x97, 0x2b, 0x97, 0x2b, 0x97, 0x2b, 0x96, 0x23, 0xb6, 0x23, 0xb6, 0x23, 0xd6, 0x2b, 0xd6, 0x2b, 0xf7, 0x2b, 0xf7, 0x33, 0x18, 0x3c, 0x59, 0x44, 0x7a, 0x4c, 0xdc, 0x54, 0x1d, 0x65, 0x3e, 0x65, 0x7f, 0x65, 0x7e, 0x65, 0x7d, 0x6d, 0x7c, 0x75, 0x9b, 0x85, 0xdb, 0x95, 0x5c, 0xb6, 0xde, 0xce, 0x1e, 0xd7, 0x3f, 0xe7, 0x5f, 0xef, 0x7f, 0xef, 0x9f, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0xbf, 0xf7, 0x9f, 0xef, 0x7f, 0xef, 0x5f, 0xe7, 0x1e, 0xdf, 0xfd, 0xde, 0xbd, 0xd6, 0x9c, 0xce, 0x9c, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x9c, 0xce, 0x9c, 0xce, 0x9c, 0xce, 0x9c, 0xce, 0x7b, 0xc6, 0x3a, 0xbe, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5a, 0xce, 0x3a, 0xc6, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x19, 0xc6, 0x1a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x39, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5,
0x72, 0x9c, 0x52, 0x9c, 0x51, 0x9c, 0x31, 0x9c, 0x10, 0x94, 0xf0, 0x93, 0xf0, 0x93, 0xf0, 0x93, 0xef, 0x93, 0xcf, 0x93, 0xae, 0x93, 0xae, 0x8b, 0x8e, 0x8b, 0x8d, 0x8b, 0x4d, 0x83, 0x4c, 0x83, 0x2b, 0x83, 0x2b, 0x83, 0x0b, 0x83, 0x0a, 0x83, 0xea, 0x7a, 0xc9, 0x7a, 0xc9, 0x7a, 0xa8, 0x7a, 0xa8, 0x7a, 0x88, 0x7a, 0x87, 0x7a, 0x88, 0x7a, 0x87, 0x7a, 0x67, 0x72, 0x46, 0x72, 0x26, 0x72, 0x46, 0x72, 0x46, 0x72, 0x46, 0x6a, 0x47, 0x6a, 0x26, 0x6a, 0x06, 0x62, 0xe5, 0x61, 0xe5, 0x59, 0xe5, 0x61, 0xe5, 0x59, 0xe4, 0x59, 0xe5, 0x59, 0xc5, 0x59, 0xc5, 0x59, 0xc6, 0x51, 0xa6, 0x51, 0xe6, 0x49, 0x64, 0x39, 0x65, 0x39, 0x48, 0x5a, 0x6d, 0x7b, 0x0f, 0x94, 0x71, 0x9c, 0xb3, 0xa4, 0x14, 0xad, 0x56, 0xb5, 0x97, 0xbd, 0xb8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xfb, 0xb5, 0xba, 0xad, 0xba, 0xa5, 0xdb, 0xa5, 0xbb, 0x95, 0x59, 0x85, 0xf9, 0x74, 0xf9, 0x6c, 0xb9, 0x64, 0x98, 0x64, 0x57, 0x5c, 0x77, 0x64, 0x35, 0x5c, 0xaf, 0x32, 0x4c, 0x2a, 0x91, 0x53, 0x93, 0x84, 0x0e, 0x53, 0x0a, 0x32, 0x2a, 0x32, 0xcd, 0x42, 0x2f, 0x53, 0x50, 0x53, 0x2f, 0x4b, 0x0f, 0x43, 0xcf, 0x3a, 0x6d, 0x2a, 0x2c, 0x1a, 0xec, 0x11, 0xcb, 0x11, 0xab, 0x09, 0xcb, 0x09, 0x68, 0x11, 0x48, 0x11, 0x47, 0x11, 0x27, 0x11, 0x47, 0x11, 0x48, 0x11, 0x47, 0x11, 0x47, 0x11, 0x06, 0x09, 0xe6, 0x08, 0xe6, 0x08, 0x06, 0x09, 0x06, 0x09, 0x06, 0x09, 0x06, 0x09, 0xe5, 0x08, 0xe5, 0x10, 0xc4, 0x08, 0xa4, 0x08, 0xa4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xa3, 0x08, 0xc4, 0x10, 0xc4, 0x10, 0xc4, 0x10, 0xc4, 0x10, 0xc4, 0x10, 0xc4, 0x10, 0xc4, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xa3, 0x08, 0xa3, 0x08, 0xa3, 0x08, 0xa3, 0x08, 0xa3, 0x10, 0xa3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xa3, 0x10, 0x83, 0x10, 0x83, 0x10, 0x83, 0x10, 0x83, 0x08, 0x82, 0x08, 0x83, 0x08, 0xc4, 0x18, 0xa4, 0x10, 0x62, 0x08, 0x63, 0x08, 0x63, 0x00, 0x22, 0x00, 0x47, 0x19, 0x70, 0x5b, 0x38, 0x8d, 0x96, 0x6c, 0x73, 0x43, 0xf2, 0x2a, 0x13, 0x23, 0x14, 0x23, 0x15, 0x23, 0x56, 0x23, 0x76, 0x23, 0x96, 0x23, 0x96, 0x2b, 0xb7, 0x2b, 0xb7, 0x2b, 0xd7, 0x2b, 0xf8, 0x2b, 0xf8, 0x33, 0xf8, 0x33, 0x19, 0x34, 0x19, 0x34, 0x39, 0x34, 0x3a, 0x34, 0x3a, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x7a, 0x3c, 0x7b, 0x3c, 0x9b, 0x3c, 0x9b, 0x3c, 0xbc, 0x44, 0xdc, 0x44, 0xdc, 0x44, 0xdc, 0x44, 0xdc, 0x44, 0xfc, 0x4c, 0xfd, 0x4c, 0x1d, 0x4d, 0x1d, 0x4d, 0x1d, 0x55, 0x1d, 0x55, 0x1d, 0x55, 0x1c, 0x55, 0x1c, 0x55, 0x1d, 0x55, 0x1d, 0x55, 0x1d, 0x55, 0x1d, 0x5d, 0x1d, 0x5d, 0x1d, 0x5d, 0xfc, 0x54, 0xfc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x4c, 0xdc, 0x4c, 0xdb, 0x4c, 0xbb, 0x4c, 0xbb, 0x44, 0x9a, 0x44, 0x7a, 0x3c, 0x5a, 0x3c, 0x5a, 0x3c, 0x59, 0x3c, 0x39, 0x34, 0x19, 0x34, 0x18, 0x34, 0xf8, 0x33, 0xf8, 0x2b, 0xd8, 0x2b, 0xb7, 0x2b, 0xb7, 0x23, 0xb7, 0x23, 0xb7, 0x23, 0x97, 0x2b, 0xb7, 0x2b, 0xb7, 0x2b, 0xb7, 0x2b, 0xb7, 0x2b, 0xd7, 0x2b, 0xf7, 0x33, 0x18, 0x34, 0x18, 0x34, 0x59, 0x3c, 0x9a, 0x4c, 0xdb, 0x54, 0x1c, 0x5d, 0x3d, 0x65, 0x5e, 0x6d, 0x7e, 0x75, 0x9f, 0x6d, 0x7e, 0x6d, 0x7c, 0x75, 0xbc, 0x85, 0xfc, 0x9d, 0x7d, 0xb6, 0xfd, 0xce, 0x3e, 0xe7, 0x3e, 0xe7, 0x5f, 0xef, 0x7f, 0xf7, 0x9f, 0xf7, 0x9f, 0xf7, 0xbf, 0xf7, 0xbf, 0xef, 0x9f, 0xef, 0x5f, 0xe7, 0x3f, 0xe7, 0xfe, 0xde, 0xdd, 0xd6, 0x9c, 0xce, 0x9c, 0xce, 0x9c, 0xce, 0x9c, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x9c, 0xce, 0x9c, 0xce, 0xbc, 0xce, 0x9c, 0xce, 0x7b, 0xc6, 0x5b, 0xc6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xce, 0x5b, 0xce, 0x5a, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5b, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce,
0x72, 0xa4, 0x72, 0xa4, 0x72, 0x9c, 0x52, 0x9c, 0x31, 0x9c, 0x10, 0x9c, 0x10, 0x94, 0xf0, 0x93, 0xef, 0x93, 0xcf, 0x93, 0xae, 0x8b, 0xae, 0x8b, 0x8e, 0x8b, 0x6d, 0x8b, 0x4c, 0x83, 0x2c, 0x7b, 0x2b, 0x83, 0x2b, 0x83, 0x0b, 0x83, 0x0b, 0x83, 0x0a, 0x83, 0xea, 0x7a, 0xc9, 0x7a, 0xc8, 0x7a, 0xa8, 0x7a, 0xa8, 0x7a, 0xa8, 0x7a, 0x88, 0x7a, 0x88, 0x7a, 0x67, 0x72, 0x47, 0x72, 0x47, 0x72, 0x66, 0x72, 0x46, 0x72, 0x46, 0x72, 0x46, 0x6a, 0x26, 0x6a, 0x06, 0x6a, 0x05, 0x62, 0xe5, 0x61, 0xe5, 0x61, 0xe5, 0x59, 0xe5, 0x59, 0xe5, 0x59, 0xe6, 0x59, 0xe6, 0x59, 0xe7, 0x59, 0xe7, 0x59, 0xc6, 0x49, 0xa5, 0x49, 0x85, 0x41, 0xa6, 0x41, 0x69, 0x62, 0x8d, 0x83, 0x30, 0x94, 0x71, 0x9c, 0x92, 0xa4, 0xf4, 0xac, 0x56, 0xb5, 0x97, 0xbd, 0xb8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xda, 0xbd, 0xfa, 0xbd, 0xda, 0xad, 0x99, 0xa5, 0x99, 0x9d, 0x99, 0x95, 0x59, 0x85, 0xf9, 0x74, 0xb8, 0x6c, 0xd9, 0x6c, 0x77, 0x64, 0x36, 0x5c, 0x15, 0x5c, 0x72, 0x4b, 0xef, 0x3a, 0xef, 0x3a, 0x2e, 0x63, 0x0d, 0x5b, 0xcc, 0x52, 0x4a, 0x42, 0xe9, 0x31, 0xe9, 0x29, 0x0a, 0x32, 0x0a, 0x2a, 0x0b, 0x2a, 0x2c, 0x2a, 0x4c, 0x2a, 0x6e, 0x2a, 0x8e, 0x2a, 0x2d, 0x22, 0xec, 0x11, 0xab, 0x09, 0x89, 0x21, 0x88, 0x19, 0x67, 0x19, 0x47, 0x11, 0x27, 0x11, 0x26, 0x11, 0x06, 0x11, 0x06, 0x11, 0x06, 0x11, 0x06, 0x11, 0x06, 0x09, 0x06, 0x09, 0x06, 0x11, 0x06, 0x11, 0x06, 0x11, 0x06, 0x11, 0xe5, 0x10, 0xc4, 0x10, 0xc4, 0x08, 0xa4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x10, 0xc4, 0x10, 0xc4, 0x10, 0xc4, 0x10, 0xc3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xa3, 0x08, 0xa3, 0x08, 0xa3, 0x08, 0xa3, 0x08, 0x83, 0x08, 0x83, 0x08, 0x83, 0x08, 0xa3, 0x08, 0x83, 0x08, 0x82, 0x08, 0x62, 0x08, 0x82, 0x08, 0x82, 0x08, 0x62, 0x08, 0x62, 0x08, 0x82, 0x08, 0x42, 0x08, 0x22, 0x00, 0xa4, 0x08, 0xc5, 0x08, 0x63, 0x00, 0x27, 0x11, 0x50, 0x53, 0xf7, 0x7c, 0x15, 0x5c, 0x93, 0x43, 0x33, 0x33, 0x54, 0x2b, 0x75, 0x2b, 0x76, 0x23, 0x76, 0x23, 0x97, 0x2b, 0xb7, 0x2b, 0xd7, 0x2b, 0xd7, 0x2b, 0xf8, 0x2b, 0xf8, 0x33, 0xf8, 0x33, 0x19, 0x34, 0x19, 0x34, 0x39, 0x34, 0x39, 0x34, 0x3a, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x7a, 0x3c, 0x7a, 0x3c, 0x7b, 0x3c, 0x9b, 0x3c, 0x9b, 0x3c, 0xbb, 0x3c, 0xbc, 0x44, 0xbc, 0x44, 0xbc, 0x44, 0xdc, 0x44, 0xdc, 0x44, 0xfc, 0x4c, 0xfd, 0x4c, 0xfc, 0x4c, 0xfc, 0x4c, 0xfc, 0x4c, 0xfc, 0x4c, 0xfc, 0x4c, 0xfc, 0x4c, 0xfc, 0x54, 0xfc, 0x54, 0xfc, 0x54, 0xfc, 0x54, 0xfc, 0x54, 0xfc, 0x54, 0xdc, 0x4c, 0xdc, 0x4c, 0xbb, 0x4c, 0xdb, 0x4c, 0xbb, 0x4c, 0xbb, 0x44, 0x9b, 0x44, 0x9a, 0x44, 0x9a, 0x44, 0x7a, 0x3c, 0x59, 0x3c, 0x59, 0x3c, 0x59, 0x34, 0x39, 0x3c, 0x39, 0x34, 0x18, 0x34, 0xf8, 0x33, 0xf8, 0x2b, 0xd8, 0x2b, 0xd7, 0x2b, 0xb7, 0x2b, 0xb7, 0x2b, 0xb7, 0x2b, 0xb7, 0x2b, 0xd7, 0x2b, 0xd7, 0x2b, 0xf8, 0x33, 0xf8, 0x33, 0xf8, 0x33, 0x38, 0x34, 0x39, 0x3c, 0x59, 0x3c, 0x9a, 0x44, 0xba, 0x54, 0x1c, 0x5d, 0x5c, 0x6d, 0x5d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x7d, 0x7d, 0x75, 0x9d, 0x7d, 0xdd, 0x8d, 0x3d, 0xa6, 0xbe, 0xbe, 0x1e, 0xcf, 0x3e, 0xdf, 0x5e, 0xef, 0x5e, 0xf7, 0x7f, 0xf7, 0x9f, 0xf7, 0x9f, 0xf7, 0x9f, 0xf7, 0x9f, 0xef, 0x9f, 0xef, 0x7f, 0xe7, 0x3f, 0xe7, 0x1e, 0xdf, 0xdd, 0xd6, 0x9c, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x9c, 0xce, 0x9c, 0xce, 0x9c, 0xce, 0x9c, 0xce, 0x7c, 0xce, 0x7b, 0xce, 0x7c, 0xce, 0x9c, 0xce, 0x9c, 0xce, 0x9c, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7b, 0xd6, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x9b, 0xd6, 0x7b, 0xce, 0x5b, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x19, 0xc6, 0x3a, 0xce, 0x3a, 0xce, 0x1a, 0xce, 0x1a, 0xc6, 0x19, 0xc6, 0x1a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x39, 0xce, 0x19, 0xce, 0x19, 0xc6, 0x39, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x39, 0xce,
0x52, 0x9c, 0x52, 0x9c, 0x31, 0x9c, 0x31, 0x9c, 0x10, 0x9c, 0xf0, 0x93, 0xef, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xae, 0x8b, 0xae, 0x8b, 0x8e, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x4c, 0x83, 0x2c, 0x83, 0x2c, 0x83, 0x2b, 0x83, 0x2b, 0x83, 0x0b, 0x83, 0x0a, 0x83, 0x0a, 0x7b, 0xe9, 0x7a, 0xc9, 0x7a, 0xa8, 0x7a, 0xa8, 0x7a, 0x88, 0x7a, 0x88, 0x7a, 0x87, 0x7a, 0x67, 0x72, 0x67, 0x7a, 0x67, 0x7a, 0x87, 0x7a, 0x87, 0x7a, 0x67, 0x7a, 0x67, 0x72, 0x47, 0x72, 0x47, 0x72, 0x26, 0x6a, 0x06, 0x62, 0x05, 0x62, 0x05, 0x62, 0x05, 0x5a, 0x05, 0x62, 0x06, 0x62, 0x07, 0x62, 0x07, 0x62, 0x07, 0x62, 0xc6, 0x49, 0xe6, 0x49, 0xc6, 0x49, 0x85, 0x41, 0xc6, 0x49, 0x8a, 0x62, 0x8e, 0x83, 0x30, 0x94, 0x51, 0x9c, 0x92, 0xa4, 0xf4, 0xac, 0x35, 0xb5, 0x76, 0xbd, 0xb7, 0xc5, 0xb8, 0xc5, 0xb7, 0xc5, 0xb9, 0xbd, 0x1a, 0xc6, 0xfa, 0xbd, 0xb8, 0xad, 0x98, 0xa5, 0xba, 0xa5, 0x99, 0x95, 0x39, 0x85, 0xd8, 0x74, 0xd8, 0x6c, 0xb8, 0x6c, 0x77, 0x64, 0x36, 0x5c, 0x96, 0x6c, 0x55, 0x64, 0x71, 0x4b, 0x0d, 0x5b, 0xed, 0x5a, 0x0d, 0x5b, 0xed, 0x52, 0xac, 0x4a, 0x8c, 0x4a, 0x8c, 0x42, 0x4b, 0x3a, 0x89, 0x19, 0x68, 0x19, 0x68, 0x11, 0x89, 0x11, 0x89, 0x11, 0x69, 0x11, 0x49, 0x09, 0x49, 0x09, 0x06, 0x11, 0x26, 0x19, 0x47, 0x19, 0x47, 0x19, 0x26, 0x19, 0x06, 0x11, 0x06, 0x11, 0x06, 0x11, 0x26, 0x11, 0x06, 0x11, 0x05, 0x11, 0xe5, 0x08, 0xe5, 0x08, 0xe5, 0x08, 0xc5, 0x08, 0xc5, 0x08, 0xc4, 0x08, 0xc4, 0x10, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xa4, 0x08, 0xc4, 0x10, 0xe4, 0x10, 0xc4, 0x10, 0xc3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xc3, 0x10, 0xa3, 0x08, 0xa3, 0x08, 0xa3, 0x08, 0x83, 0x08, 0x82, 0x08, 0x82, 0x08, 0x82, 0x08, 0x62, 0x08, 0x82, 0x08, 0x82, 0x08, 0x82, 0x08, 0x62, 0x08, 0x62, 0x08, 0x62, 0x08, 0x63, 0x08, 0x63, 0x08, 0x63, 0x00, 0x23, 0x00, 0x07, 0x09, 0x50, 0x4b, 0xb6, 0x6c, 0x56, 0x5c, 0x94, 0x3b, 0x74, 0x33, 0x95, 0x2b, 0xb6, 0x33, 0x96, 0x2b, 0xb7, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xd8, 0x2b, 0xf8, 0x2b, 0xf8, 0x33, 0x18, 0x34, 0x19, 0x34, 0x19, 0x34, 0x39, 0x34, 0x39, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x7b, 0x3c, 0x9b, 0x3c, 0x9b, 0x3c, 0x9b, 0x3c, 0x9b, 0x3c, 0xbb, 0x3c, 0xbc, 0x44, 0xdc, 0x44, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xbb, 0x4c, 0xbb, 0x4c, 0xbb, 0x44, 0xbb, 0x44, 0xbb, 0x44, 0x9b, 0x44, 0x9a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x59, 0x3c, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x18, 0x34, 0xf8, 0x2b, 0xd8, 0x2b, 0xd7, 0x2b, 0xd7, 0x2b, 0xd7, 0x2b, 0xd7, 0x2b, 0xd7, 0x2b, 0xd7, 0x2b, 0xd7, 0x2b, 0xf7, 0x33, 0xf7, 0x33, 0x18, 0x34, 0x39, 0x3c, 0x59, 0x3c, 0x7a, 0x44, 0x9a, 0x4c, 0xbb, 0x4c, 0x1c, 0x5d, 0x3c, 0x65, 0x5d, 0x6d, 0x7d, 0x75, 0x7d, 0x7d, 0x7d, 0x7d, 0x7c, 0x7d, 0x7c, 0x7d, 0x9c, 0x8d, 0xfd, 0x9d, 0x7e, 0xae, 0xdf, 0xc6, 0x3f, 0xd7, 0x7f, 0xe7, 0x7f, 0xe7, 0x5e, 0xef, 0x7f, 0xf7, 0x9f, 0xf7, 0x9f, 0xf7, 0x9f, 0xf7, 0x9f, 0xef, 0x7f, 0xef, 0x7f, 0xe7, 0x5f, 0xdf, 0xfe, 0xde, 0xdd, 0xd6, 0x9c, 0xce, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x7c, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x7b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x1a, 0xbe, 0x1a, 0xbe, 0xf9, 0xbd, 0xfa, 0xbd, 0x1a, 0xc6, 0x3a, 0xc6, 0x5b, 0xce, 0x5a, 0xce, 0x3a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xce, 0x3a, 0xce, 0x1a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x3a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x19, 0xc6, 0xf9, 0xbd, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xd9, 0xc5, 0xd9, 0xbd, 0xd9, 0xbd, 0xd8, 0xbd, 0xd9, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5,
0x31, 0x94, 0x11, 0x9c, 0x11, 0x9c, 0x10, 0x94, 0xf0, 0x93, 0xcf, 0x93, 0xcf, 0x8b, 0xaf, 0x8b, 0xae, 0x8b, 0xae, 0x8b, 0xae, 0x8b, 0x8e, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x83, 0x4c, 0x83, 0x2c, 0x83, 0x2b, 0x83, 0x2b, 0x83, 0x0b, 0x83, 0x0a, 0x83, 0xe9, 0x7a, 0xc9, 0x7a, 0xc9, 0x7a, 0xc9, 0x7a, 0xa8, 0x7a, 0x88, 0x7a, 0x88, 0x7a, 0xa8, 0x7a, 0x88, 0x7a, 0x88, 0x7a, 0xa7, 0x82, 0xa7, 0x82, 0x87, 0x7a, 0x67, 0x7a, 0x87, 0x7a, 0x67, 0x72, 0x67, 0x72, 0x46, 0x6a, 0x46, 0x6a, 0x26, 0x62, 0x26, 0x62, 0x26, 0x62, 0x26, 0x62, 0x27, 0x62, 0x07, 0x62, 0x07, 0x5a, 0xe6, 0x51, 0xc5, 0x49, 0xc5, 0x49, 0xc6, 0x49, 0xa5, 0x41, 0xa6, 0x41, 0x89, 0x5a, 0x6d, 0x7b, 0x30, 0x94, 0x72, 0x9c, 0xb3, 0xa4, 0xf4, 0xac, 0x35, 0xb5, 0x76, 0xbd, 0x97, 0xc5, 0xb8, 0xc5, 0xb8, 0xc5, 0xd8, 0xc5, 0xf9, 0xc5, 0xf9, 0xbd, 0xf9, 0xb5, 0xd9, 0xad, 0x99, 0x9d, 0x9a, 0x95, 0x59, 0x8d, 0xb8, 0x74, 0xb8, 0x6c, 0xb8, 0x6c, 0x56, 0x64, 0xd8, 0x6c, 0xf8, 0x74, 0x14, 0x54, 0xcd, 0x4a, 0xad, 0x4a, 0x0e, 0x53, 0x70, 0x63, 0x4f, 0x5b, 0xcd, 0x4a, 0x8c, 0x42, 0x6b, 0x42, 0xcd, 0x4a, 0x4b, 0x42, 0xc9, 0x31, 0x67, 0x21, 0x26, 0x19, 0x06, 0x11, 0x06, 0x19, 0x47, 0x19, 0xe5, 0x10, 0xc4, 0x10, 0xc4, 0x10, 0xa4, 0x08, 0xa4, 0x08, 0xa4, 0x08, 0xc4, 0x08, 0xe5, 0x10, 0xe5, 0x10, 0xc5, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xa4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xa4, 0x08, 0xa4, 0x08, 0xc4, 0x10, 0xe4, 0x10, 0xa3, 0x08, 0xa3, 0x08, 0x83, 0x08, 0x83, 0x08, 0x83, 0x08, 0xa3, 0x08, 0xa3, 0x08, 0xa3, 0x08, 0xa3, 0x08, 0xa3, 0x08, 0xa3, 0x08, 0x82, 0x08, 0x82, 0x08, 0x82, 0x08, 0x62, 0x08, 0x62, 0x08, 0x62, 0x08, 0x62, 0x08, 0x62, 0x08, 0x62, 0x08, 0x42, 0x08, 0x41, 0x00, 0x41, 0x00, 0x42, 0x00, 0x42, 0x08, 0x63, 0x08, 0x22, 0x00, 0xc6, 0x08, 0xef, 0x42, 0x55, 0x64, 0x15, 0x54, 0x94, 0x3b, 0xb5, 0x33, 0xb6, 0x33, 0xf7, 0x2b, 0xd7, 0x2b, 0xd7, 0x2b, 0xf8, 0x33, 0xf8, 0x33, 0xd7, 0x2b, 0xf8, 0x2b, 0x18, 0x34, 0x18, 0x34, 0x19, 0x34, 0x19, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x3a, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x5a, 0x3c, 0x5a, 0x34, 0x5a, 0x34, 0x7a, 0x34, 0x7a, 0x34, 0x7a, 0x34, 0x7a, 0x34, 0x7a, 0x34, 0x9b, 0x3c, 0x9b, 0x3c, 0xbb, 0x44, 0xbb, 0x44, 0xbb, 0x44, 0xbb, 0x44, 0xbb, 0x44, 0xbb, 0x4c, 0xbb, 0x44, 0xbb, 0x44, 0xdc, 0x44, 0xdc, 0x44, 0xbb, 0x44, 0xbb, 0x4c, 0xbb, 0x44, 0xbb, 0x44, 0xbb, 0x44, 0x9b, 0x44, 0x9b, 0x44, 0x9b, 0x44, 0x9a, 0x3c, 0x9a, 0x3c, 0x7a, 0x3c, 0x7a, 0x34, 0x59, 0x34, 0x39, 0x34, 0x38, 0x34, 0x38, 0x34, 0x38, 0x34, 0x38, 0x34, 0x18, 0x34, 0xf8, 0x33, 0xd7, 0x2b, 0xd7, 0x2b, 0xd7, 0x2b, 0xf8, 0x33, 0xf8, 0x33, 0xf8, 0x33, 0xf8, 0x33, 0x18, 0x34, 0x17, 0x3c, 0x38, 0x3c, 0x59, 0x44, 0x9a, 0x44, 0xba, 0x4c, 0xdb, 0x54, 0x1c, 0x5d, 0x1c, 0x5d, 0x5d, 0x6d, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x7d, 0x7c, 0x7d, 0x7c, 0x85, 0x9c, 0x8d, 0xbc, 0x8d, 0x1d, 0xae, 0x7e, 0xbe, 0xff, 0xce, 0x5f, 0xdf, 0x7f, 0xe7, 0x9f, 0xef, 0x9f, 0xef, 0x7f, 0xef, 0x9f, 0xf7, 0x9f, 0xf7, 0x9f, 0xf7, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xe7, 0x3e, 0xdf, 0x1d, 0xd7, 0x9c, 0xce, 0x7b, 0xc6, 0x3a, 0xbe, 0x1a, 0xbe, 0x1a, 0xbe, 0x3a, 0xbe, 0x3a, 0xc6, 0x3b, 0xc6, 0x3b, 0xc6, 0x3b, 0xc6, 0x3b, 0xc6, 0x5b, 0xc6, 0x3b, 0xc6, 0x3a, 0xc6, 0x1a, 0xbe, 0x1a, 0xbe, 0xfa, 0xbd, 0xfa, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0x1a, 0xbe, 0x1a, 0xc6, 0x1a, 0xc6, 0x19, 0xc6, 0xf9, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xf9, 0xbd, 0xf9, 0xc5, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xc6, 0x3a, 0xce, 0x3a, 0xc6, 0x3a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x3a, 0xc6, 0xfa, 0xc5, 0x1a, 0xc6, 0x1a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x1a, 0xc6, 0xf9, 0xc5, 0xd9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd,
0x31, 0x9c, 0x31, 0x9c, 0x31, 0x9c, 0x11, 0x94, 0x10, 0x94, 0xf0, 0x93, 0xcf, 0x93, 0xcf, 0x8b, 0xaf, 0x8b, 0xce, 0x8b, 0xae, 0x93, 0x8e, 0x8b, 0x6d, 0x8b, 0x6d, 0x83, 0x6d, 0x8b, 0x6d, 0x8b, 0x4c, 0x83, 0x4c, 0x83, 0x2b, 0x83, 0x2b, 0x83, 0x0b, 0x83, 0x0a, 0x83, 0xe9, 0x7a, 0xc9, 0x7a, 0xe9, 0x7a, 0xe9, 0x82, 0xc9, 0x82, 0xa8, 0x7a, 0xa8, 0x7a, 0xa8, 0x7a, 0x88, 0x7a, 0x88, 0x7a, 0xa7, 0x82, 0xa7, 0x82, 0x87, 0x7a, 0x67, 0x7a, 0x67, 0x72, 0x87, 0x72, 0x67, 0x72, 0x46, 0x6a, 0x46, 0x6a, 0x46, 0x62, 0x26, 0x62, 0x26, 0x62, 0x27, 0x62, 0x27, 0x62, 0x07, 0x5a, 0xe7, 0x59, 0xe6, 0x51, 0xa5, 0x49, 0xa5, 0x49, 0xc6, 0x49, 0x85, 0x41, 0x44, 0x39, 0xa6, 0x41, 0x49, 0x5a, 0x6d, 0x7b, 0xcf, 0x8b, 0x51, 0x94, 0x93, 0xa4, 0xd4, 0xa4, 0x15, 0xad, 0x76, 0xbd, 0x97, 0xc5, 0xb7, 0xc5, 0x97, 0xc5, 0xd7, 0xc5, 0x19, 0xc6, 0x19, 0xbe, 0xd9, 0xb5, 0xd9, 0xad, 0xda, 0xa5, 0xba, 0x9d, 0x19, 0x85, 0xf9, 0x7c, 0xd8, 0x74, 0x97, 0x64, 0x76, 0x64, 0x96, 0x64, 0x55, 0x5c, 0x54, 0x6c, 0x10, 0x43, 0x2c, 0x2a, 0x2c, 0x2a, 0x6d, 0x3a, 0xad, 0x42, 0xcd, 0x4a, 0xac, 0x4a, 0x8b, 0x4a, 0x8b, 0x52, 0xcb, 0x5a, 0xab, 0x5a, 0x8a, 0x52, 0x28, 0x4a, 0xe7, 0x41, 0xc7, 0x41, 0xe8, 0x39, 0x87, 0x31, 0x25, 0x21, 0xe4, 0x18, 0xc4, 0x10, 0xa4, 0x10, 0xa3, 0x08, 0x83, 0x08, 0xc4, 0x10, 0xc4, 0x10, 0xa4, 0x08, 0xa4, 0x08, 0xa4, 0x08, 0xc4, 0x08, 0xc4, 0x08, 0xa4, 0x08, 0xa3, 0x08, 0xa3, 0x08, 0xa3, 0x08, 0xa3, 0x08, 0x83, 0x08, 0x83, 0x08, 0xa3, 0x08, 0xa3, 0x08, 0x83, 0x08, 0x83, 0x08, 0x62, 0x08, 0x62, 0x08, 0x82, 0x08, 0x62, 0x08, 0x62, 0x08, 0x62, 0x08, 0x82, 0x08, 0x82, 0x08, 0x82, 0x08, 0x62, 0x08, 0x62, 0x08, 0x62, 0x00, 0x62, 0x00, 0x62, 0x00, 0x62, 0x00, 0x41, 0x00, 0x41, 0x00, 0x41, 0x00, 0x41, 0x00, 0x41, 0x00, 0x62, 0x08, 0x82, 0x08, 0x01, 0x00, 0xa4, 0x10, 0xa8, 0x29, 0x2f, 0x53, 0x75, 0x6c, 0x35, 0x5c, 0x94, 0x3b, 0xb5, 0x33, 0xd6, 0x2b, 0xf7, 0x2b, 0xf8, 0x2b, 0xf8, 0x2b, 0xf8, 0x2b, 0x18, 0x34, 0xf8, 0x33, 0xd7, 0x2b, 0xf8, 0x33, 0xf8, 0x33, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x19, 0x34, 0x19, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x3a, 0x34, 0x39, 0x34, 0x59, 0x34, 0x59, 0x34, 0x59, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x7a, 0x34, 0x7a, 0x34, 0x7b, 0x3c, 0x7b, 0x3c, 0x9b, 0x3c, 0x9b, 0x3c, 0x9b, 0x44, 0x9b, 0x44, 0xbb, 0x44, 0xbb, 0x44, 0xbc, 0x44, 0xbc, 0x44, 0xbc, 0x44, 0xbc, 0x44, 0xbb, 0x44, 0x9b, 0x44, 0x9b, 0x44, 0x9b, 0x44, 0x9b, 0x44, 0x9b, 0x44, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x5a, 0x34, 0x59, 0x34, 0x59, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x59, 0x3c, 0x59, 0x3c, 0x39, 0x3c, 0x38, 0x34, 0x18, 0x34, 0x18, 0x34, 0x18, 0x34, 0x18, 0x3c, 0x39, 0x3c, 0x59, 0x3c, 0x59, 0x44, 0x79, 0x44, 0x99, 0x4c, 0x99, 0x4c, 0xba, 0x54, 0xdb, 0x54, 0x1c, 0x5d, 0x3d, 0x65, 0x5d, 0x65, 0x7e, 0x6d, 0x7d, 0x75, 0x9d, 0x75, 0x7d, 0x7d, 0x7c, 0x85, 0x9c, 0x85, 0xbc, 0x95, 0x1d, 0x9e, 0x5e, 0xae, 0x9d, 0xce, 0xfe, 0xd6, 0x3f, 0xe7, 0x5f, 0xe7, 0x7f, 0xe7, 0x7f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x5f, 0xe7, 0x3f, 0xe7, 0x3e, 0xdf, 0xfd, 0xd6, 0xbc, 0xce, 0x7b, 0xc6, 0x5b, 0xbe, 0x1a, 0xbe, 0x1a, 0xbe, 0x1a, 0xbe, 0x3a, 0xbe, 0x1a, 0xbe, 0x1a, 0xbe, 0x3a, 0xc6, 0x3b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x3b, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x1a, 0xbe, 0x1a, 0xbe, 0x1a, 0xbe, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0x1a, 0xc6, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0x19, 0xc6, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xfa, 0xc5, 0xfa, 0xc5, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xc6, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x1a, 0xce, 0x3b, 0xce, 0x5b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x5b, 0xce, 0x3a, 0xce, 0x1a, 0xc6, 0x19, 0xc6, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x19, 0xc6, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5,
0x31, 0x9c, 0x31, 0x9c, 0x31, 0x9c, 0x31, 0x9c, 0x10, 0x94, 0x10, 0x94, 0xf0, 0x93, 0xf0, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0x8e, 0x8b, 0x6d, 0x83, 0x4c, 0x83, 0x4c, 0x83, 0x6d, 0x83, 0x4c, 0x83, 0x4c, 0x83, 0x2c, 0x83, 0x2b, 0x83, 0x0b, 0x83, 0x0a, 0x83, 0xe9, 0x7a, 0xc9, 0x7a, 0xc8, 0x7a, 0xc9, 0x7a, 0xc9, 0x7a, 0xa8, 0x7a, 0x88, 0x7a, 0x88, 0x7a, 0x68, 0x7a, 0x47, 0x72, 0x87, 0x7a, 0x87, 0x7a, 0x66, 0x7a, 0x46, 0x72, 0x47, 0x72, 0x67, 0x72, 0x46, 0x6a, 0x26, 0x62, 0x26, 0x62, 0x26, 0x62, 0x26, 0x62, 0x26, 0x62, 0x27, 0x62, 0x27, 0x62, 0x07, 0x62, 0x07, 0x5a, 0xe6, 0x51, 0xa5, 0x49, 0x85, 0x41, 0xa5, 0x41, 0xa5, 0x41, 0x65, 0x41, 0x65, 0x39, 0x65, 0x39, 0x69, 0x5a, 0x0c, 0x6b, 0xcf, 0x8b, 0x51, 0x94, 0x72, 0x9c, 0xb3, 0xa4, 0x15, 0xad, 0x56, 0xb5, 0x97, 0xcd, 0x96, 0xc5, 0x97, 0xc5, 0xd7, 0xbd, 0xf8, 0xbd, 0xf9, 0xbd, 0x1a, 0xb6, 0xfb, 0xad, 0xdb, 0x9d, 0xbb, 0x95, 0x5a, 0x85, 0x19, 0x7d, 0xb8, 0x6c, 0x56, 0x5c, 0x56, 0x5c, 0x97, 0x64, 0x35, 0x64, 0x14, 0x5c, 0xb2, 0x53, 0xce, 0x3a, 0xcb, 0x21, 0xa9, 0x21, 0xea, 0x29, 0x09, 0x32, 0x2a, 0x42, 0x4a, 0x4a, 0x8a, 0x5a, 0xaa, 0x62, 0xa9, 0x6a, 0x88, 0x62, 0x68, 0x62, 0x88, 0x6a, 0xcc, 0x5a, 0xab, 0x52, 0x8b, 0x52, 0x8b, 0x52, 0xab, 0x52, 0x6a, 0x4a, 0x09, 0x3a, 0xa7, 0x31, 0x25, 0x21, 0x05, 0x19, 0xe4, 0x10, 0xc4, 0x10, 0xa4, 0x08, 0x83, 0x08, 0x83, 0x00, 0x83, 0x00, 0x83, 0x08, 0x83, 0x00, 0x63, 0x00, 0x63, 0x00, 0x83, 0x08, 0x83, 0x08, 0x83, 0x00, 0x62, 0x00, 0x62, 0x00, 0x62, 0x00, 0x62, 0x00, 0x62, 0x00, 0x62, 0x00, 0x62, 0x00, 0x42, 0x08, 0x42, 0x08, 0x62, 0x00, 0x62, 0x00, 0x62, 0x00, 0x62, 0x08, 0x62, 0x08, 0x62, 0x08, 0x62, 0x00, 0x62, 0x00, 0x62, 0x00, 0x41, 0x00, 0x41, 0x00, 0x41, 0x00, 0x42, 0x08, 0x62, 0x08, 0xa3, 0x10, 0xe4, 0x18, 0x29, 0x42, 0xcc, 0x52, 0x12, 0x74, 0x74, 0x74, 0xb2, 0x53, 0x72, 0x3b, 0xd4, 0x3b, 0xd5, 0x33, 0xf7, 0x2b, 0x18, 0x2c, 0x18, 0x2c, 0xf8, 0x23, 0xf8, 0x2b, 0xf8, 0x2b, 0xf8, 0x2b, 0x18, 0x34, 0xf8, 0x33, 0xf8, 0x33, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x19, 0x34, 0x19, 0x2c, 0x19, 0x2c, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x2c, 0x39, 0x34, 0x39, 0x34, 0x59, 0x34, 0x59, 0x34, 0x5a, 0x34, 0x5a, 0x34, 0x7a, 0x34, 0x7a, 0x34, 0x5a, 0x34, 0x7a, 0x3c, 0x7b, 0x3c, 0x7b, 0x3c, 0x7b, 0x3c, 0x9b, 0x3c, 0x9b, 0x44, 0x9b, 0x44, 0xbc, 0x44, 0xbc, 0x44, 0xbc, 0x44, 0xbb, 0x44, 0xbb, 0x44, 0x9b, 0x44, 0x9b, 0x44, 0x9b, 0x44, 0x9b, 0x44, 0x7a, 0x3c, 0x7a, 0x3c, 0x5a, 0x3c, 0x59, 0x34, 0x59, 0x34, 0x59, 0x34, 0x59, 0x34, 0x59, 0x34, 0x59, 0x3c, 0x59, 0x3c, 0x59, 0x3c, 0x7a, 0x3c, 0x7a, 0x44, 0x79, 0x44, 0x79, 0x3c, 0x59, 0x3c, 0x59, 0x3c, 0x59, 0x44, 0x79, 0x44, 0x7a, 0x44, 0x9a, 0x4c, 0xbb, 0x4c, 0xbb, 0x4c, 0xfa, 0x54, 0x1b, 0x5d, 0x1b, 0x5d, 0x3c, 0x65, 0x5d, 0x65, 0x5d, 0x6d, 0x7e, 0x6d, 0x9e, 0x75, 0xbe, 0x7d, 0xbe, 0x7d, 0xbd, 0x85, 0xbd, 0x8d, 0xdd, 0x95, 0x3e, 0xa6, 0xbf, 0xb6, 0x1f, 0xc7, 0xfe, 0xe6, 0x3f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0xbf, 0xef, 0xbf, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x7f, 0xe7, 0x3f, 0xe7, 0x1e, 0xdf, 0xfd, 0xde, 0xbc, 0xce, 0x7b, 0xce, 0x9c, 0xc6, 0x7b, 0xc6, 0x5b, 0xc6, 0x5b, 0xbe, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x3b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x3b, 0xc6, 0x3b, 0xc6, 0x3b, 0xc6, 0x3b, 0xc6, 0x3b, 0xc6, 0x3b, 0xc6, 0x3b, 0xc6, 0x1a, 0xbe, 0x1a, 0xbe, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xfa, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xc5, 0xf9, 0xc5, 0x1a, 0xc6, 0x1a, 0xc6, 0xfa, 0xc5, 0xfa, 0xc5, 0xfa, 0xc5, 0x1a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0xf9, 0xc5, 0xf9, 0xbd, 0xd9, 0xbd, 0xf9, 0xbd, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0xf9, 0xc5, 0xfa, 0xc5, 0x1a, 0xc6, 0x1a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x1a, 0xce, 0x1a, 0xc6, 0xf9, 0xc5, 0x19, 0xc6, 0x3a, 0xce, 0x3a, 0xce, 0x19, 0xc6, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5,
0x52, 0xa4, 0x52, 0xa4, 0x52, 0xa4, 0x51, 0xa4, 0x31, 0x9c, 0x31, 0x9c, 0x10, 0x9c, 0x10, 0x94, 0xef, 0x93, 0xef, 0x93, 0xce, 0x93, 0xae, 0x8b, 0x8d, 0x8b, 0x8e, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x93, 0x6c, 0x8b, 0x4c, 0x8b, 0x0b, 0x83, 0x0a, 0x83, 0xea, 0x82, 0xea, 0x82, 0xc9, 0x7a, 0xa8, 0x7a, 0xa8, 0x7a, 0xc8, 0x7a, 0xc8, 0x7a, 0xa8, 0x7a, 0x87, 0x7a, 0xa8, 0x7a, 0x87, 0x7a, 0x87, 0x7a, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x46, 0x6a, 0x26, 0x62, 0x26, 0x62, 0x26, 0x62, 0x26, 0x62, 0x26, 0x62, 0x26, 0x62, 0x06, 0x62, 0x27, 0x5a, 0xe6, 0x51, 0xa5, 0x49, 0x85, 0x41, 0x84, 0x41, 0x84, 0x39, 0x64, 0x39, 0x64, 0x39, 0x65, 0x39, 0x08, 0x4a, 0x0b, 0x6b, 0xcf, 0x8b, 0x30, 0x94, 0x51, 0x9c, 0xb3, 0xac, 0x14, 0xb5, 0x76, 0xbd, 0x76, 0xbd, 0x97, 0xbd, 0xb7, 0xc5, 0xd7, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xbd, 0x19, 0xbe, 0xf9, 0xb5, 0xb9, 0xa5, 0x58, 0x95, 0x17, 0x85, 0xd6, 0x7c, 0x95, 0x6c, 0x55, 0x64, 0x16, 0x54, 0x36, 0x54, 0x16, 0x54, 0xd4, 0x4b, 0x32, 0x3b, 0x8f, 0x22, 0xec, 0x11, 0x8a, 0x09, 0x69, 0x09, 0x89, 0x11, 0x89, 0x19, 0xc9, 0x29, 0x09, 0x3a, 0x2a, 0x42, 0x29, 0x4a, 0x29, 0x4a, 0x69, 0x4a, 0x89, 0x52, 0x89, 0x5a, 0x8a, 0x5a, 0x0b, 0x73, 0x8e, 0x8b, 0x8e, 0x8b, 0x2c, 0x83, 0xab, 0x72, 0x8a, 0x6a, 0x29, 0x5a, 0xc7, 0x41, 0x66, 0x31, 0x45, 0x29, 0x45, 0x21, 0x66, 0x21, 0x86, 0x31, 0x44, 0x29, 0xe3, 0x20, 0x03, 0x21, 0x44, 0x29, 0x45, 0x31, 0x03, 0x21, 0x82, 0x18, 0x82, 0x18, 0x82, 0x10, 0x82, 0x10, 0x62, 0x08, 0x42, 0x08, 0x42, 0x00, 0x63, 0x00, 0x63, 0x00, 0x43, 0x08, 0x23, 0x00, 0x43, 0x08, 0x63, 0x10, 0x63, 0x10, 0x42, 0x08, 0x62, 0x10, 0xc4, 0x18, 0xe4, 0x18, 0x25, 0x21, 0x66, 0x29, 0x08, 0x3a, 0xcc, 0x4a, 0x8e, 0x63, 0x10, 0x6c, 0x72, 0x7c, 0x18, 0x6d, 0xb7, 0x64, 0x35, 0x4c, 0xd5, 0x3b, 0xb5, 0x3b, 0xd5, 0x33, 0xf7, 0x33, 0xf7, 0x33, 0xf8, 0x33, 0xf9, 0x33, 0xf9, 0x33, 0xf9, 0x33, 0xf9, 0x33, 0xf9, 0x33, 0xd9, 0x33, 0xd9, 0x33, 0xf8, 0x2b, 0xf8, 0x2b, 0xf8, 0x2b, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x2c, 0x39, 0x2c, 0x39, 0x2c, 0x39, 0x2c, 0x39, 0x2c, 0x59, 0x34, 0x59, 0x34, 0x59, 0x34, 0x59, 0x34, 0x59, 0x34, 0x7a, 0x34, 0x7a, 0x34, 0x7a, 0x3c, 0x7a, 0x34, 0x9a, 0x3c, 0x9b, 0x3c, 0xbb, 0x3c, 0xbb, 0x3c, 0xbb, 0x3c, 0xbb, 0x3c, 0xbb, 0x3c, 0x9b, 0x4c, 0x9b, 0x4c, 0x9b, 0x4c, 0x9b, 0x4c, 0x9b, 0x44, 0x9b, 0x44, 0x7b, 0x3c, 0x5a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x34, 0x7a, 0x34, 0x59, 0x34, 0x59, 0x34, 0x59, 0x34, 0x59, 0x34, 0x59, 0x3c, 0x79, 0x44, 0x9a, 0x44, 0x9a, 0x44, 0x9b, 0x4c, 0x9a, 0x44, 0x9b, 0x44, 0x7a, 0x44, 0xbb, 0x4c, 0x9b, 0x4c, 0x9a, 0x4c, 0x9a, 0x54, 0x9a, 0x54, 0xba, 0x5c, 0xfa, 0x64, 0xfb, 0x64, 0x3d, 0x65, 0x3d, 0x65, 0x5d, 0x65, 0x7e, 0x6d, 0x9e, 0x75, 0xbe, 0x75, 0xbe, 0x7d, 0xbd, 0x7d, 0xbd, 0x85, 0xbc, 0x8d, 0xbb, 0x95, 0xfb, 0xa5, 0x7c, 0xbe, 0xdd, 0xce, 0x1e, 0xdf, 0x3f, 0xe7, 0x5f, 0xe7, 0x7f, 0xef, 0x7f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x5f, 0xe7, 0x3f, 0xe7, 0x1e, 0xdf, 0xdd, 0xd6, 0x7c, 0xce, 0x3b, 0xc6, 0x3b, 0xbe, 0x3b, 0xbe, 0x3b, 0xc6, 0x5b, 0xc6, 0x7c, 0xc6, 0x7c, 0xc6, 0x7c, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x3b, 0xc6, 0x3b, 0xc6, 0x3b, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x1a, 0xbe, 0x1a, 0xbe, 0x1a, 0xbe, 0xfa, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0xf9, 0xc5, 0x19, 0xc6, 0xd8, 0xbd, 0xb7, 0xb5, 0xd8, 0xbd, 0x3a, 0xc6, 0x5a, 0xce, 0x3a, 0xce, 0x3a, 0xc6, 0x1a, 0xc6, 0x19, 0xc6, 0xd9, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0x19, 0xc6, 0x3a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6,
0x92, 0xa4, 0x92, 0xa4, 0x72, 0xa4, 0x72, 0xa4, 0x51, 0x9c, 0x10, 0x9c, 0xf0, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xce, 0x93, 0xae, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x4c, 0x8b, 0x2c, 0x83, 0x0b, 0x83, 0xea, 0x82, 0xea, 0x82, 0xea, 0x82, 0xc9, 0x82, 0xc9, 0x7a, 0xc8, 0x7a, 0xc9, 0x82, 0xc8, 0x82, 0xc8, 0x7a, 0xa8, 0x7a, 0x87, 0x7a, 0x87, 0x7a, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x46, 0x72, 0x47, 0x6a, 0x46, 0x6a, 0x26, 0x62, 0x26, 0x62, 0x26, 0x62, 0x47, 0x6a, 0x47, 0x62, 0x26, 0x62, 0x06, 0x62, 0x06, 0x52, 0xe6, 0x51, 0xa5, 0x49, 0x85, 0x41, 0x84, 0x41, 0x85, 0x41, 0x85, 0x39, 0x65, 0x39, 0x85, 0x39, 0x65, 0x39, 0xe7, 0x49, 0xeb, 0x6a, 0xaf, 0x83, 0x10, 0x94, 0x51, 0x9c, 0x93, 0xa4, 0xf4, 0xac, 0x35, 0xb5, 0x76, 0xbd, 0x97, 0xc5, 0xb7, 0xc5, 0xb7, 0xbd, 0xd8, 0xc5, 0xf9, 0xc5, 0xf8, 0xbd, 0xf9, 0xbd, 0xfa, 0xb5, 0xd9, 0xa5, 0x99, 0x9d, 0x58, 0x8d, 0xf7, 0x7c, 0x95, 0x74, 0x57, 0x64, 0x36, 0x5c, 0x16, 0x5c, 0x15, 0x54, 0xd4, 0x4b, 0x93, 0x43, 0xf0, 0x32, 0x8e, 0x2a, 0xec, 0x19, 0x8a, 0x11, 0x07, 0x09, 0xc6, 0x00, 0xe6, 0x10, 0x26, 0x19, 0x46, 0x21, 0x67, 0x29, 0x86, 0x29, 0xc7, 0x31, 0x08, 0x42, 0x08, 0x4a, 0x29, 0x52, 0x8a, 0x62, 0x8a, 0x6a, 0x6a, 0x62, 0x4a, 0x62, 0x49, 0x62, 0x29, 0x52, 0xe8, 0x49, 0xa7, 0x39, 0xa7, 0x31, 0xa7, 0x31, 0xc7, 0x31, 0x08, 0x42, 0x28, 0x4a, 0x8a, 0x52, 0xec, 0x62, 0x6e, 0x73, 0x8e, 0x7b, 0x2c, 0x6b, 0xcb, 0x5a, 0xc7, 0x39, 0x86, 0x31, 0x86, 0x31, 0xe8, 0x39, 0x6b, 0x42, 0xac, 0x4a, 0x6b, 0x42, 0x2a, 0x3a, 0x8c, 0x4a, 0xad, 0x52, 0xcd, 0x52, 0xcd, 0x5a, 0x2e, 0x63, 0xb0, 0x73, 0x73, 0x8c, 0xf5, 0x9c, 0x76, 0xad, 0x39, 0xbe, 0xdc, 0xce, 0xfd, 0xd6, 0xdc, 0xce, 0x7b, 0xbe, 0xb8, 0x9d, 0x36, 0x8d, 0x97, 0x5c, 0x56, 0x54, 0x15, 0x44, 0xd5, 0x3b, 0xd5, 0x3b, 0xd6, 0x33, 0xd7, 0x33, 0xd7, 0x33, 0xf8, 0x33, 0xf8, 0x33, 0xf9, 0x33, 0xf9, 0x33, 0xf9, 0x33, 0xf9, 0x33, 0xf9, 0x33, 0xf9, 0x33, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x59, 0x34, 0x59, 0x34, 0x5a, 0x34, 0x7a, 0x3c, 0x7a, 0x3c, 0x9a, 0x3c, 0x9a, 0x3c, 0x9b, 0x3c, 0x9b, 0x3c, 0xbb, 0x44, 0xbb, 0x44, 0xbb, 0x44, 0xdb, 0x44, 0xbb, 0x44, 0xbb, 0x44, 0xbb, 0x4c, 0x9b, 0x4c, 0x9b, 0x4c, 0x9b, 0x44, 0x9b, 0x44, 0x9b, 0x44, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x3c, 0x79, 0x3c, 0x79, 0x3c, 0x99, 0x44, 0x9a, 0x4c, 0xba, 0x4c, 0xbb, 0x4c, 0xbb, 0x4c, 0xbb, 0x4c, 0xbb, 0x4c, 0xdb, 0x4c, 0xdb, 0x54, 0xdc, 0x54, 0xfc, 0x5c, 0xfb, 0x5c, 0xfb, 0x64, 0x1b, 0x65, 0x1b, 0x65, 0x3b, 0x6d, 0x3d, 0x65, 0x5d, 0x6d, 0x7e, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0xbe, 0x7d, 0xbe, 0x85, 0xbd, 0x85, 0xdd, 0x8d, 0x1d, 0x9e, 0x7e, 0xae, 0xbe, 0xbe, 0xff, 0xce, 0x3f, 0xdf, 0x5f, 0xe7, 0x7f, 0xe7, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x7f, 0xef, 0x7f, 0xe7, 0x5f, 0xe7, 0x1e, 0xdf, 0xfe, 0xd6, 0xbd, 0xd6, 0x7c, 0xce, 0x3b, 0xc6, 0x1b, 0xbe, 0x1b, 0xbe, 0x3b, 0xc6, 0x5b, 0xc6, 0x5c, 0xc6, 0x7c, 0xce, 0x9c, 0xce, 0x9c, 0xce, 0x7c, 0xce, 0x7c, 0xc6, 0x5b, 0xc6, 0x7c, 0xc6, 0x7b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x3b, 0xc6, 0x3b, 0xc6, 0x3a, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0xf9, 0xc5, 0xd9, 0xbd, 0x97, 0xb5, 0x56, 0xad, 0x56, 0xa5, 0x77, 0xad, 0x98, 0xb5, 0xb8, 0xbd, 0xd8, 0xbd, 0xd9, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xb8, 0xbd, 0x98, 0xb5, 0x97, 0xb5, 0x97, 0xb5, 0xb7, 0xb5, 0xb8, 0xbd, 0xf8, 0xbd, 0xf9, 0xc5, 0xf8, 0xc5, 0xd8, 0xbd, 0xf8, 0xbd, 0xf8, 0xc5, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x39, 0xc6,
0xb3, 0xac, 0x93, 0xac, 0x93, 0xac, 0x92, 0xa4, 0x72, 0xa4, 0x31, 0x9c, 0xf0, 0x93, 0xef, 0x93, 0xcf, 0x93, 0xef, 0x93, 0xef, 0x93, 0xae, 0x93, 0x8e, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x4c, 0x8b, 0x4c, 0x8b, 0x2c, 0x83, 0x2b, 0x83, 0x0b, 0x83, 0xea, 0x7a, 0xc9, 0x7a, 0xc9, 0x7a, 0xa9, 0x7a, 0xa8, 0x7a, 0xa8, 0x7a, 0x88, 0x7a, 0x87, 0x7a, 0x87, 0x7a, 0x87, 0x7a, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x47, 0x6a, 0x46, 0x6a, 0x26, 0x6a, 0x26, 0x62, 0x26, 0x62, 0x47, 0x62, 0x47, 0x6a, 0x47, 0x62, 0x26, 0x62, 0x06, 0x5a, 0xe6, 0x51, 0xe6, 0x51, 0xc5, 0x49, 0xa5, 0x49, 0xa5, 0x41, 0xa5, 0x41, 0x85, 0x41, 0x85, 0x39, 0x64, 0x39, 0x65, 0x39, 0x65, 0x39, 0xc7, 0x41, 0x8a, 0x62, 0x8e, 0x83, 0x10, 0x94, 0x10, 0x94, 0x93, 0xa4, 0xd4, 0xa4, 0x15, 0xb5, 0x76, 0xbd, 0x97, 0xc5, 0xb7, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xf9, 0xbd, 0x1a, 0xbe, 0x1a, 0xb6, 0xfa, 0xad, 0xda, 0xa5, 0x79, 0x95, 0x17, 0x8d, 0xd8, 0x74, 0x76, 0x6c, 0x15, 0x5c, 0x15, 0x5c, 0x36, 0x5c, 0x35, 0x5c, 0xd4, 0x4b, 0x72, 0x43, 0x10, 0x33, 0xaf, 0x32, 0x4d, 0x22, 0xca, 0x19, 0x48, 0x11, 0x07, 0x09, 0xe6, 0x08, 0xe6, 0x08, 0xc4, 0x08, 0xe5, 0x10, 0x05, 0x19, 0x05, 0x19, 0x25, 0x21, 0x46, 0x29, 0x46, 0x31, 0x46, 0x39, 0x66, 0x39, 0x66, 0x39, 0x66, 0x39, 0x46, 0x31, 0x25, 0x29, 0x04, 0x21, 0x04, 0x19, 0x04, 0x19, 0x66, 0x31, 0x45, 0x29, 0x25, 0x21, 0x25, 0x21, 0x45, 0x29, 0x66, 0x31, 0x66, 0x31, 0x45, 0x29, 0x66, 0x29, 0x66, 0x29, 0x87, 0x31, 0x2a, 0x42, 0x2e, 0x5b, 0x73, 0x84, 0x98, 0xad, 0x5b, 0xbe, 0x5c, 0xbe, 0x9c, 0xc6, 0x9d, 0xce, 0x9c, 0xce, 0xdd, 0xce, 0x1e, 0xd7, 0xbc, 0xce, 0x1a, 0xb6, 0xbc, 0xc6, 0x7f, 0xdf, 0xdf, 0xe7, 0x5f, 0xd7, 0xbd, 0xbe, 0xda, 0x9d, 0xb6, 0x74, 0x13, 0x5c, 0xd5, 0x3b, 0xb5, 0x3b, 0xb5, 0x33, 0xb6, 0x33, 0xd6, 0x33, 0xf7, 0x33, 0xf8, 0x33, 0xf8, 0x33, 0xf8, 0x2b, 0xf8, 0x2b, 0xf8, 0x2b, 0xf9, 0x33, 0xf9, 0x33, 0x18, 0x34, 0x18, 0x34, 0x18, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x19, 0x34, 0x19, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x59, 0x34, 0x59, 0x3c, 0x59, 0x3c, 0x59, 0x3c, 0x59, 0x3c, 0x7a, 0x3c, 0x9a, 0x3c, 0x9b, 0x44, 0xbb, 0x44, 0xbb, 0x44, 0xbb, 0x44, 0xbb, 0x44, 0xbb, 0x44, 0xdc, 0x44, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xbb, 0x4c, 0xbb, 0x4c, 0x9b, 0x4c, 0x9b, 0x44, 0x9b, 0x44, 0x9b, 0x44, 0x7a, 0x44, 0x7a, 0x44, 0x7a, 0x3c, 0x7a, 0x3c, 0x7a, 0x44, 0x9a, 0x44, 0x9a, 0x44, 0x9a, 0x44, 0xbb, 0x4c, 0xba, 0x4c, 0xba, 0x54, 0xda, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xfb, 0x54, 0xfc, 0x54, 0xfc, 0x54, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x1d, 0x65, 0x3d, 0x65, 0x3c, 0x65, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x7d, 0x75, 0x9e, 0x7d, 0xbe, 0x7d, 0xbe, 0x85, 0xbd, 0x85, 0xbd, 0x85, 0xfd, 0x8d, 0x1e, 0x9e, 0x5e, 0xa6, 0xbf, 0xb6, 0x1f, 0xcf, 0x7f, 0xdf, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x5f, 0xe7, 0x3f, 0xe7, 0x1e, 0xdf, 0xdd, 0xd6, 0x9c, 0xce, 0x5b, 0xc6, 0x3b, 0xbe, 0x1a, 0xbe, 0x3b, 0xbe, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x7b, 0xc6, 0x7c, 0xc6, 0x7b, 0xc6, 0x5b, 0xc6, 0x3b, 0xc6, 0x3b, 0xbe, 0x3b, 0xc6, 0x3b, 0xc6, 0x3b, 0xc6, 0x3b, 0xc6, 0x3a, 0xbe, 0x1a, 0xbe, 0x1a, 0xbe, 0x1a, 0xbe, 0xf9, 0xbd, 0xfa, 0xbd, 0xfa, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xd9, 0xbd, 0xf9, 0xbd, 0xd9, 0xbd, 0xb9, 0xb5, 0xb8, 0xb5, 0x98, 0xb5, 0x98, 0xb5, 0x77, 0xb5, 0x77, 0xb5, 0x77, 0xad, 0x97, 0xb5, 0x77, 0xad, 0x57, 0xad, 0x56, 0xad, 0x56, 0xad, 0x57, 0xad, 0x77, 0xb5, 0x98, 0xb5, 0x77, 0xb5, 0x77, 0xad, 0x77, 0xb5, 0x98, 0xb5, 0xb8, 0xbd, 0xb8, 0xbd, 0x98, 0xb5, 0x77, 0xb5, 0x97, 0xb5, 0x77, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xad, 0x56, 0xad, 0x35, 0xa5, 0x15, 0xa5, 0x35, 0xa5, 0x36, 0xad, 0x56, 0xad, 0x56, 0xad, 0x56, 0xad, 0x56, 0xad, 0x76, 0xb5,
0x92, 0xa4, 0x92, 0xa4, 0x92, 0xa4, 0x72, 0xa4, 0x72, 0xa4, 0x51, 0x9c, 0x31, 0x9c, 0x30, 0x9c, 0x10, 0x9c, 0x30, 0x9c, 0x10, 0x9c, 0xef, 0x93, 0xce, 0x93, 0xae, 0x93, 0xce, 0x93, 0xae, 0x93, 0xae, 0x93, 0x8d, 0x93, 0x6d, 0x8b, 0x4d, 0x8b, 0x4c, 0x8b, 0x2b, 0x83, 0x0b, 0x83, 0xea, 0x82, 0xe9, 0x7a, 0xc9, 0x7a, 0xc9, 0x7a, 0xa8, 0x7a, 0x88, 0x7a, 0x88, 0x7a, 0x87, 0x7a, 0x87, 0x7a, 0x87, 0x7a, 0x87, 0x7a, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x47, 0x6a, 0x46, 0x6a, 0x26, 0x6a, 0x47, 0x62, 0x47, 0x62, 0x26, 0x62, 0x26, 0x62, 0x06, 0x5a, 0x06, 0x5a, 0xe6, 0x51, 0xc5, 0x49, 0xa5, 0x49, 0xa5, 0x49, 0xa5, 0x41, 0x85, 0x41, 0x85, 0x41, 0x64, 0x39, 0x85, 0x39, 0x65, 0x39, 0x24, 0x31, 0x86, 0x39, 0x6a, 0x5a, 0x6d, 0x7b, 0xaf, 0x83, 0x31, 0x9c, 0x52, 0x9c, 0x93, 0xa4, 0x14, 0xb5, 0x76, 0xbd, 0xb7, 0xc5, 0xb7, 0xc5, 0x97, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xfa, 0xb5, 0xfa, 0xb5, 0xda, 0xad, 0xba, 0xa5, 0x59, 0x95, 0xf8, 0x84, 0x76, 0x74, 0x35, 0x64, 0x55, 0x64, 0x35, 0x5c, 0x15, 0x54, 0xd4, 0x4b, 0xb3, 0x43, 0x93, 0x43, 0x52, 0x3b, 0x10, 0x3b, 0xaf, 0x2a, 0x2d, 0x22, 0xcb, 0x19, 0x8a, 0x11, 0x27, 0x11, 0xc6, 0x00, 0x84, 0x00, 0x63, 0x00, 0x64, 0x00, 0x64, 0x08, 0x63, 0x08, 0x63, 0x08, 0xa4, 0x10, 0xa4, 0x18, 0xe4, 0x18, 0x04, 0x21, 0x05, 0x21, 0x25, 0x21, 0x45, 0x21, 0x46, 0x21, 0x46, 0x21, 0x66, 0x21, 0x46, 0x21, 0x46, 0x21, 0x46, 0x21, 0x46, 0x21, 0x46, 0x21, 0x46, 0x21, 0x25, 0x21, 0x46, 0x21, 0x67, 0x21, 0x67, 0x21, 0xe9, 0x31, 0x0e, 0x53, 0x94, 0x84, 0x98, 0xa5, 0x5b, 0xae, 0x5c, 0xb6, 0x1a, 0xae, 0xd9, 0xa5, 0xda, 0xa5, 0xd9, 0xa5, 0x17, 0x8d, 0x34, 0x6c, 0xb5, 0x7c, 0x17, 0x85, 0xf7, 0x7c, 0x76, 0x6c, 0xf4, 0x53, 0x93, 0x4b, 0x52, 0x3b, 0x52, 0x3b, 0x75, 0x2b, 0x75, 0x2b, 0x96, 0x2b, 0xd7, 0x33, 0xf8, 0x33, 0x18, 0x34, 0x19, 0x34, 0x19, 0x34, 0xf8, 0x2b, 0xf8, 0x2b, 0x18, 0x2c, 0x18, 0x34, 0x18, 0x34, 0x18, 0x34, 0x18, 0x34, 0x18, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x3c, 0x59, 0x3c, 0x59, 0x3c, 0x59, 0x3c, 0x59, 0x3c, 0x59, 0x3c, 0x59, 0x3c, 0x5a, 0x3c, 0x7a, 0x44, 0x7a, 0x44, 0x9a, 0x44, 0x9a, 0x44, 0x7a, 0x44, 0x9a, 0x44, 0x9b, 0x4c, 0xbb, 0x4c, 0xdb, 0x4c, 0xdb, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdc, 0x4c, 0xdb, 0x4c, 0xbb, 0x4c, 0xbb, 0x44, 0x9a, 0x44, 0xbb, 0x44, 0xbb, 0x44, 0x9b, 0x44, 0x9b, 0x44, 0x9a, 0x44, 0x9a, 0x44, 0x9b, 0x4c, 0xbb, 0x4c, 0xbb, 0x54, 0xbb, 0x54, 0xdb, 0x54, 0xdb, 0x5c, 0xdb, 0x5c, 0xfb, 0x5c, 0xfb, 0x5c, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x3d, 0x65, 0x3d, 0x65, 0x3d, 0x65, 0x3d, 0x65, 0x3d, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x5d, 0x6d, 0x9d, 0x75, 0x9d, 0x75, 0x9d, 0x85, 0xbd, 0x85, 0xdd, 0x8d, 0xbd, 0x8d, 0xdd, 0x8d, 0xfd, 0x95, 0x5e, 0xa6, 0xbf, 0xb6, 0xff, 0xc6, 0x3f, 0xcf, 0x7f, 0xdf, 0x9f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x5f, 0xe7, 0x3f, 0xe7, 0x1e, 0xdf, 0xfe, 0xde, 0xdd, 0xd6, 0x9c, 0xce, 0x3b, 0xc6, 0x1a, 0xbe, 0xfa, 0xbd, 0xfa, 0xbd, 0x3b, 0xbe, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x3b, 0xbe, 0x1a, 0xbe, 0xfa, 0xbd, 0xfa, 0xbd, 0x3a, 0xbe, 0x3b, 0xc6, 0x3b, 0xc6, 0x3b, 0xc6, 0x3a, 0xc6, 0x1a, 0xbe, 0x3a, 0xc6, 0x3a, 0xc6, 0x1a, 0xbe, 0x1a, 0xbe, 0x1a, 0xbe, 0x1a, 0xbe, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0x1a, 0xbe, 0xfa, 0xbd, 0xf9, 0xbd, 0xd8, 0xbd, 0xb8, 0xb5, 0xb8, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xd9, 0xbd, 0xb8, 0xbd, 0xb8, 0xb5, 0xb8, 0xb5, 0xb8, 0xbd, 0xd8, 0xbd, 0xb8, 0xbd, 0x98, 0xb5, 0x77, 0xb5, 0x77, 0xb5, 0x97, 0xb5, 0xb8, 0xbd, 0x97, 0xb5, 0x77, 0xb5, 0x97, 0xb5, 0x97, 0xb5, 0x77, 0xb5, 0x77, 0xb5, 0x77, 0xb5, 0x56, 0xb5, 0x36, 0xad, 0x15, 0xad, 0x15, 0xa5, 0x15, 0xa5, 0x35, 0xad, 0x36, 0xad, 0x36, 0xad, 0x15, 0xad, 0x15, 0xa5, 0x15, 0xa5,
0x51, 0x9c, 0x51, 0x9c, 0x31, 0x9c, 0x31, 0x9c, 0x10, 0x9c, 0x10, 0x94, 0x10, 0x9c, 0x10, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x0f, 0x9c, 0xcf, 0x93, 0xae, 0x93, 0xce, 0x93, 0xce, 0x93, 0xce, 0x93, 0xce, 0x9b, 0xae, 0x93, 0xae, 0x93, 0x8d, 0x93, 0x8d, 0x93, 0x8d, 0x93, 0x6c, 0x8b, 0x4c, 0x8b, 0x2b, 0x8b, 0x2b, 0x8b, 0x0a, 0x8b, 0x0a, 0x83, 0xe9, 0x82, 0xe9, 0x82, 0xe9, 0x82, 0xe9, 0x82, 0xc9, 0x82, 0xc8, 0x82, 0xa8, 0x7a, 0x87, 0x7a, 0x87, 0x7a, 0xa8, 0x7a, 0xa8, 0x7a, 0xc8, 0x7a, 0x88, 0x72, 0x87, 0x72, 0x67, 0x6a, 0x67, 0x6a, 0x67, 0x6a, 0x47, 0x6a, 0x47, 0x62, 0x26, 0x62, 0x06, 0x5a, 0x06, 0x5a, 0xe6, 0x51, 0xc5, 0x49, 0xa5, 0x49, 0xa5, 0x41, 0x85, 0x41, 0x85, 0x39, 0x85, 0x41, 0x44, 0x31, 0x45, 0x31, 0x65, 0x39, 0x24, 0x31, 0x24, 0x31, 0x08, 0x4a, 0x2c, 0x73, 0xaf, 0x83, 0xd0, 0x8b, 0x31, 0x9c, 0xb3, 0xa4, 0xf4, 0xac, 0x35, 0xb5, 0x55, 0xbd, 0x56, 0xbd, 0xb7, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xfa, 0xbd, 0x1a, 0xbe, 0xfa, 0xbd, 0xdb, 0xad, 0x9a, 0xa5, 0x59, 0x95, 0xf7, 0x84, 0x96, 0x74, 0x56, 0x6c, 0x15, 0x5c, 0xf5, 0x53, 0xf5, 0x53, 0xb4, 0x43, 0x53, 0x3b, 0x52, 0x3b, 0x73, 0x3b, 0x52, 0x3b, 0x11, 0x33, 0xd0, 0x2a, 0x4d, 0x2a, 0xeb, 0x19, 0x69, 0x09, 0x08, 0x01, 0xe6, 0x00, 0xa6, 0x00, 0x85, 0x00, 0x64, 0x00, 0x23, 0x00, 0x43, 0x00, 0x43, 0x00, 0x63, 0x00, 0x83, 0x00, 0x83, 0x08, 0xa3, 0x08, 0xa3, 0x08, 0xc5, 0x08, 0x06, 0x11, 0x67, 0x19, 0x88, 0x21, 0xa8, 0x29, 0xc8, 0x29, 0xc8, 0x29, 0xa8, 0x29, 0xe9, 0x29, 0xea, 0x31, 0x0a, 0x32, 0x0a, 0x32, 0x0a, 0x32, 0x4b, 0x32, 0x6c, 0x3a, 0xad, 0x42, 0xee, 0x3a, 0x0f, 0x3b, 0x0f, 0x43, 0xef, 0x3a, 0xae, 0x32, 0xae, 0x32, 0xcf, 0x32, 0xcf, 0x32, 0x8f, 0x2a, 0xb0, 0x2a, 0xb0, 0x2a, 0xb1, 0x22, 0xd1, 0x22, 0xd2, 0x22, 0x13, 0x23, 0x74, 0x33, 0xd8, 0x33, 0xd8, 0x33, 0xf8, 0x33, 0xf9, 0x33, 0x19, 0x34, 0x19, 0x34, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x2c, 0x19, 0x2c, 0x18, 0x34, 0x18, 0x34, 0x38, 0x34, 0x38, 0x34, 0x38, 0x34, 0x37, 0x34, 0x39, 0x3c, 0x39, 0x3c, 0x39, 0x3c, 0x59, 0x3c, 0x59, 0x3c, 0x59, 0x3c, 0x7a, 0x3c, 0x7a, 0x44, 0x7a, 0x44, 0x7a, 0x44, 0x9a, 0x44, 0x9a, 0x4c, 0xbb, 0x4c, 0xbb, 0x4c, 0xbb, 0x4c, 0xdb, 0x4c, 0xbb, 0x54, 0xdb, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xfc, 0x54, 0xfc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xdc, 0x54, 0xbc, 0x54, 0xbc, 0x54, 0xdb, 0x4c, 0xdb, 0x4c, 0xdb, 0x4c, 0xdb, 0x4c, 0xdb, 0x4c, 0xdb, 0x4c, 0xdb, 0x4c, 0xdb, 0x4c, 0xdb, 0x4c, 0xdb, 0x54, 0xdc, 0x54, 0xdc, 0x5c, 0xfc, 0x5c, 0xfc, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x6d, 0x5c, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x65, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x7d, 0x75, 0x9d, 0x75, 0xbe, 0x7d, 0xde, 0x7d, 0xbc, 0x8d, 0xbc, 0x95, 0xdd, 0x95, 0xfd, 0x9d, 0x3d, 0xa6, 0x9e, 0xb6, 0xff, 0xc6, 0x3f, 0xd7, 0x7f, 0xdf, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x9f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x5f, 0xe7, 0x3f, 0xe7, 0x1e, 0xdf, 0xdd, 0xd6, 0xbc, 0xd6, 0x3b, 0xc6, 0x1a, 0xbe, 0xd9, 0xb5, 0xd9, 0xb5, 0xd9, 0xb5, 0xd9, 0xb5, 0x1a, 0xbe, 0x3b, 0xc6, 0x3b, 0xbe, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x3b, 0xc6, 0x3b, 0xc6, 0x3b, 0xc6, 0x7b, 0xc6, 0x7c, 0xce, 0x7c, 0xce, 0x7b, 0xce, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0x3a, 0xc6, 0x5b, 0xce, 0x7b, 0xce, 0x5b, 0xce, 0x5a, 0xce, 0x3a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x3a, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x1a, 0xc6, 0x1a, 0xc6, 0xf9, 0xc5, 0x19, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x19, 0xc6, 0xf9, 0xc5, 0xd8, 0xbd, 0x97, 0xb5, 0x97, 0xb5, 0xb8, 0xbd, 0xf8, 0xbd, 0xf8, 0xbd, 0xd8, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0x97, 0xb5, 0x97, 0xb5, 0xb7, 0xbd, 0xd8, 0xbd, 0xb8, 0xbd, 0x97, 0xb5, 0x77, 0xb5, 0x76, 0xb5,
0x31, 0x9c, 0x10, 0x9c, 0xf0, 0x93, 0xcf, 0x8b, 0xaf, 0x8b, 0xae, 0x8b, 0xae, 0x8b, 0xae, 0x8b, 0xef, 0x93, 0xcf, 0x93, 0x8e, 0x8b, 0x6d, 0x83, 0x4d, 0x83, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x4c, 0x8b, 0x4c, 0x8b, 0x4c, 0x8b, 0x4c, 0x8b, 0x4c, 0x8b, 0x4c, 0x8b, 0x4b, 0x8b, 0x2b, 0x8b, 0x2b, 0x8b, 0x0a, 0x8b, 0x0a, 0x8b, 0x0a, 0x8b, 0x0a, 0x8b, 0x2a, 0x8b, 0xe9, 0x82, 0xe9, 0x82, 0xc8, 0x7a, 0xa8, 0x7a, 0xa8, 0x7a, 0xc8, 0x7a, 0xc9, 0x7a, 0xe9, 0x7a, 0xc9, 0x7a, 0xa8, 0x7a, 0x88, 0x72, 0x88, 0x72, 0x67, 0x6a, 0x67, 0x6a, 0x67, 0x6a, 0x47, 0x6a, 0x47, 0x62, 0x27, 0x62, 0x27, 0x5a, 0x06, 0x5a, 0xc6, 0x51, 0xc5, 0x49, 0xa5, 0x49, 0xa5, 0x41, 0x85, 0x39, 0x65, 0x39, 0x65, 0x39, 0x85, 0x39, 0x45, 0x31, 0x04, 0x29, 0x45, 0x31, 0xe7, 0x49, 0xcb, 0x62, 0x4d, 0x7b, 0xf0, 0x8b, 0x51, 0x9c, 0x72, 0x9c, 0x92, 0xa4, 0xf4, 0xac, 0x55, 0xbd, 0x76, 0xbd, 0xb7, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xfa, 0xbd, 0xfa, 0xb5, 0xfa, 0xb5, 0xfb, 0xb5, 0xba, 0xa5, 0x39, 0x95, 0xd7, 0x7c, 0x96, 0x6c, 0x56, 0x64, 0x35, 0x5c, 0x15, 0x54, 0xf5, 0x4b, 0xb4, 0x43, 0x73, 0x3b, 0x53, 0x33, 0x53, 0x33, 0x53, 0x33, 0x32, 0x3b, 0x11, 0x3b, 0xf0, 0x32, 0x8f, 0x2a, 0x0d, 0x1a, 0xaa, 0x11, 0x69, 0x09, 0x68, 0x09, 0x48, 0x09, 0x27, 0x09, 0x06, 0x09, 0xe6, 0x00, 0xc5, 0x00, 0xa4, 0x00, 0x84, 0x00, 0x84, 0x00, 0xc6, 0x00, 0xc6, 0x00, 0xa5, 0x00, 0x85, 0x00, 0x85, 0x00, 0xc5, 0x00, 0xe6, 0x08, 0x06, 0x09, 0x07, 0x09, 0x27, 0x09, 0x48, 0x11, 0x68, 0x11, 0xa9, 0x19, 0xa9, 0x19, 0x89, 0x11, 0x89, 0x11, 0x8a, 0x01, 0xcb, 0x09, 0xeb, 0x11, 0x0c, 0x12, 0x0c, 0x12, 0x0c, 0x12, 0x2d, 0x12, 0x4e, 0x1a, 0x90, 0x22, 0xb1, 0x1a, 0xd2, 0x22, 0x34, 0x2b, 0x75, 0x2b, 0x76, 0x2b, 0x97, 0x2b, 0xf8, 0x33, 0xf9, 0x33, 0x19, 0x34, 0xf9, 0x33, 0x19, 0x34, 0x19, 0x34, 0x19, 0x34, 0x19, 0x2c, 0x39, 0x2c, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x59, 0x34, 0x58, 0x3c, 0x58, 0x3c, 0x58, 0x3c, 0x58, 0x3c, 0x59, 0x3c, 0x79, 0x3c, 0x79, 0x3c, 0x7a, 0x44, 0x9a, 0x44, 0x9a, 0x44, 0x9a, 0x4c, 0x9a, 0x4c, 0xbb, 0x4c, 0xbb, 0x4c, 0xbb, 0x4c, 0xdb, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0xdc, 0x5c, 0x1b, 0x55, 0xfb, 0x54, 0xfb, 0x54, 0xfb, 0x54, 0x1c, 0x55, 0x1c, 0x55, 0x1c, 0x55, 0x1c, 0x55, 0x1c, 0x5d, 0xfc, 0x5c, 0x1d, 0x5d, 0x1c, 0x65, 0x1d, 0x65, 0x3d, 0x6d, 0x3d, 0x6d, 0x3d, 0x6d, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x3d, 0x6d, 0x5d, 0x6d, 0x7d, 0x75, 0x9d, 0x75, 0x9d, 0x7d, 0xbd, 0x7d, 0xdd, 0x85, 0xde, 0x85, 0xfe, 0x85, 0xdc, 0x9d, 0xfc, 0xa5, 0x3d, 0xae, 0x9e, 0xbe, 0xdf, 0xce, 0x1f, 0xd7, 0x5f, 0xdf, 0x7f, 0xe7, 0x9f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x7f, 0xef, 0x5f, 0xe7, 0x7f, 0xef, 0x5f, 0xef, 0x3f, 0xe7, 0x1e, 0xe7, 0xfd, 0xde, 0xbd, 0xd6, 0x7c, 0xce, 0x5b, 0xc6, 0xd9, 0xb5, 0xb9, 0xb5, 0xb9, 0xb5, 0xd9, 0xb5, 0xfa, 0xb5, 0xfa, 0xbd, 0x1a, 0xbe, 0x3b, 0xbe, 0x3b, 0xc6, 0x5b, 0xc6, 0x7c, 0xc6, 0x7c, 0xc6, 0x5b, 0xc6, 0x3b, 0xc6, 0x3b, 0xc6, 0x5b, 0xc6, 0x7b, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x5b, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x1a, 0xbe, 0x1a, 0xbe, 0x1a, 0xbe, 0xf9, 0xbd, 0xf9, 0xbd, 0x1a, 0xc6, 0x5a, 0xc6, 0x5b, 0xce, 0x5b, 0xce, 0x3a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xce, 0x3a, 0xce, 0x1a, 0xc6, 0x1a, 0xc6, 0xf9, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0x1a, 0xc6, 0x19, 0xc6, 0xd8, 0xbd, 0xb8, 0xbd, 0x98, 0xb5, 0x97, 0xb5, 0xb7, 0xb5, 0xd8, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xbd, 0x97, 0xb5, 0x97, 0xb5, 0x97, 0xbd, 0xb8, 0xbd, 0xf8, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf8, 0xc5, 0xb8, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xf9, 0xc5, 0xf9, 0xc5, 0xd8, 0xbd, 0xb8, 0xbd, 0x97, 0xbd,
0x31, 0x9c, 0x10, 0x9c, 0xf0, 0x93, 0xcf, 0x8b, 0xaf, 0x8b, 0x8e, 0x8b, 0x8e, 0x8b, 0x8e, 0x8b, 0xae, 0x8b, 0x8e, 0x8b, 0x4d, 0x83, 0x2c, 0x83, 0x2c, 0x83, 0x4c, 0x83, 0x4c, 0x83, 0x2c, 0x83, 0x0c, 0x83, 0x0c, 0x83, 0x0c, 0x83, 0x0b, 0x83, 0x0b, 0x83, 0x0b, 0x83, 0x0b, 0x83, 0x0b, 0x83, 0x2b, 0x83, 0xea, 0x82, 0xe9, 0x7a, 0xc9, 0x7a, 0xc9, 0x82, 0xc9, 0x82, 0xe9, 0x82, 0xc9, 0x82, 0xc8, 0x7a, 0xa8, 0x7a, 0x88, 0x7a, 0x88, 0x7a, 0x88, 0x7a, 0xa8, 0x7a, 0xa8, 0x7a, 0xa8, 0x7a, 0x88, 0x72, 0x87, 0x72, 0x67, 0x6a, 0x67, 0x6a, 0x67, 0x6a, 0x47, 0x6a, 0x47, 0x6a, 0x26, 0x62, 0x27, 0x62, 0x27, 0x62, 0x07, 0x5a, 0x06, 0x5a, 0xe6, 0x51, 0xc6, 0x49, 0xa5, 0x49, 0xa6, 0x49, 0x64, 0x39, 0xa6, 0x41, 0xa6, 0x41, 0x85, 0x39, 0x65, 0x39, 0x65, 0x31, 0x45, 0x31, 0x04, 0x29, 0xc7, 0x41, 0x6a, 0x5a, 0x2d, 0x73, 0xaf, 0x83, 0xef, 0x8b, 0x30, 0x94, 0x92, 0xa4, 0xf3, 0xac, 0x14, 0xb5, 0x76, 0xbd, 0xb7, 0xc5, 0xb8, 0xc5, 0xb8, 0xc5, 0xb8, 0xbd, 0xd8, 0xc5, 0xd9, 0xc5, 0xd9, 0xbd, 0xfa, 0xbd, 0xfa, 0xbd, 0xfa, 0xbd, 0xda, 0xad, 0x79, 0x9d, 0x38, 0x8d, 0x18, 0x85, 0x76, 0x6c, 0x97, 0x6c, 0x97, 0x64, 0x56, 0x5c, 0xf5, 0x4b, 0x93, 0x3b, 0x53, 0x33, 0x53, 0x33, 0x74, 0x43, 0x94, 0x43, 0xb4, 0x43, 0x93, 0x43, 0x32, 0x3b, 0xf0, 0x2a, 0xaf, 0x22, 0x8e, 0x22, 0x0c, 0x12, 0x0b, 0x12, 0xeb, 0x11, 0xca, 0x11, 0xaa, 0x11, 0x89, 0x11, 0x89, 0x11, 0x89, 0x11, 0x28, 0x01, 0x49, 0x09, 0x48, 0x09, 0x28, 0x01, 0x28, 0x01, 0x48, 0x01, 0x28, 0x01, 0x28, 0x01, 0x49, 0x09, 0x49, 0x09, 0x49, 0x01, 0x48, 0x01, 0x49, 0x01, 0x69, 0x01, 0x8a, 0x09, 0xaa, 0x11, 0x0d, 0x0a, 0xec, 0x09, 0xec, 0x09, 0x0d, 0x0a, 0x4e, 0x12, 0x8f, 0x1a, 0xb0, 0x1a, 0xd1, 0x1a, 0xf2, 0x22, 0x13, 0x23, 0x34, 0x23, 0x55, 0x23, 0x96, 0x2b, 0x97, 0x23, 0xb8, 0x23, 0xf9, 0x2b, 0xf9, 0x2b, 0xf9, 0x2b, 0xf9, 0x2b, 0x19, 0x2c, 0x19, 0x34, 0x39, 0x34, 0x3a, 0x34, 0x5a, 0x34, 0x7a, 0x3c, 0x59, 0x3c, 0x79, 0x3c, 0x79, 0x44, 0x99, 0x44, 0x99, 0x44, 0x99, 0x44, 0x99, 0x4c, 0x9a, 0x44, 0xba, 0x4c, 0xba, 0x4c, 0xba, 0x4c, 0xdb, 0x4c, 0xdb, 0x54, 0xdb, 0x54, 0xdb, 0x54, 0xfb, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0xfc, 0x5c, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x65, 0x1c, 0x65, 0x1d, 0x65, 0x1d, 0x65, 0x1d, 0x65, 0x1d, 0x65, 0x1d, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1d, 0x65, 0x3d, 0x65, 0x1d, 0x65, 0x1d, 0x65, 0x1d, 0x65, 0x1d, 0x65, 0x1d, 0x65, 0x1d, 0x65, 0x1d, 0x65, 0x3c, 0x5d, 0x3d, 0x5d, 0x3c, 0x5d, 0x3c, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x5d, 0x3d, 0x65, 0x3d, 0x65, 0x3d, 0x65, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x75, 0x5d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x5d, 0x75, 0x5d, 0x75, 0x5d, 0x75, 0x5d, 0x75, 0x7d, 0x7d, 0x9d, 0x7d, 0xbd, 0x85, 0xdd, 0x8d, 0xfd, 0x8d, 0xfe, 0x95, 0x1e, 0x96, 0x3e, 0x96, 0x5d, 0xb6, 0x9e, 0xbe, 0xdf, 0xc6, 0x1f, 0xd7, 0x5f, 0xdf, 0x7f, 0xe7, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x5f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xe7, 0x5f, 0xe7, 0x3e, 0xe7, 0x1e, 0xe7, 0xfd, 0xde, 0xbd, 0xd6, 0x9c, 0xce, 0x5b, 0xc6, 0x1a, 0xbe, 0xd9, 0xb5, 0xb9, 0xb5, 0xb9, 0xb5, 0xd9, 0xb5, 0xfa, 0xbd, 0x1a, 0xbe, 0x1a, 0xbe, 0x1a, 0xbe, 0x1a, 0xbe, 0x5b, 0xc6, 0x5b, 0xc6, 0x7b, 0xce, 0x5b, 0xc6, 0x3b, 0xc6, 0x3a, 0xbe, 0x1a, 0xbe, 0x3a, 0xc6, 0x3b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x3a, 0xc6, 0x1a, 0xbe, 0xf9, 0xbd, 0x1a, 0xbe, 0x1a, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x19, 0xbe, 0x19, 0xbe, 0x3a, 0xc6, 0x3a, 0xc6, 0x5b, 0xce, 0x5b, 0xce, 0x5a, 0xce, 0x3a, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x1a, 0xc6, 0xf9, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0xf9, 0xc5, 0xd8, 0xbd, 0x98, 0xb5, 0x97, 0xb5, 0x97, 0xb5, 0xb7, 0xb5, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0x19, 0xc6, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5,
0x31, 0x9c, 0x30, 0x9c, 0x10, 0x94, 0xf0, 0x93, 0xef, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xce, 0x8b, 0x8e, 0x8b, 0x6d, 0x8b, 0x4d, 0x83, 0x6d, 0x83, 0x8d, 0x8b, 0x6d, 0x8b, 0x4c, 0x83, 0x2c, 0x83, 0x2c, 0x83, 0x2c, 0x83, 0x2c, 0x83, 0x0b, 0x83, 0x0b, 0x7b, 0x0b, 0x83, 0x0b, 0x83, 0x0b, 0x83, 0xea, 0x82, 0xa9, 0x7a, 0xa9, 0x7a, 0xa9, 0x7a, 0xa9, 0x7a, 0x88, 0x7a, 0x88, 0x72, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x26, 0x6a, 0x26, 0x6a, 0x26, 0x62, 0x26, 0x62, 0x26, 0x62, 0x06, 0x62, 0x06, 0x5a, 0xe5, 0x59, 0xe6, 0x59, 0xe6, 0x59, 0xe6, 0x59, 0xc5, 0x51, 0xa5, 0x51, 0xa5, 0x49, 0x85, 0x49, 0x85, 0x41, 0xa5, 0x41, 0xa5, 0x41, 0xa6, 0x41, 0xa6, 0x41, 0x85, 0x39, 0x65, 0x31, 0x44, 0x29, 0x24, 0x29, 0x04, 0x29, 0x86, 0x39, 0x49, 0x52, 0x0c, 0x6b, 0x8e, 0x7b, 0xef, 0x8b, 0x30, 0x94, 0x51, 0x94, 0xb3, 0xa4, 0x14, 0xb5, 0x76, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x97, 0xbd, 0xb8, 0xc5, 0xd8, 0xc5, 0xf9, 0xc5, 0xd9, 0xc5, 0xd9, 0xbd, 0xf9, 0xbd, 0x1a, 0xbe, 0xfa, 0xb5, 0xda, 0xad, 0xba, 0x9d, 0x59, 0x95, 0xf8, 0x7c, 0xb7, 0x74, 0xd7, 0x74, 0x19, 0x7d, 0xf8, 0x74, 0x76, 0x64, 0xd4, 0x4b, 0x54, 0x3b, 0x74, 0x43, 0x94, 0x43, 0xb5, 0x43, 0xd5, 0x43, 0xd4, 0x43, 0x93, 0x3b, 0x32, 0x2b, 0x31, 0x2b, 0x11, 0x2b, 0xf0, 0x2a, 0xcf, 0x22, 0xaf, 0x22, 0x8e, 0x22, 0x6e, 0x22, 0x4e, 0x22, 0x4d, 0x1a, 0x4d, 0x1a, 0x2d, 0x1a, 0x2d, 0x1a, 0x2d, 0x1a, 0x2d, 0x1a, 0x0d, 0x12, 0x0c, 0x12, 0x0d, 0x12, 0x0d, 0x12, 0x0d, 0x12, 0x2d, 0x12, 0x4e, 0x1a, 0x6e, 0x1a, 0x4e, 0x1a, 0x4e, 0x1a, 0x6f, 0x12, 0x90, 0x12, 0xd1, 0x1a, 0xd1, 0x1a, 0xf1, 0x22, 0x12, 0x23, 0x33, 0x23, 0x34, 0x23, 0x54, 0x23, 0xb6, 0x2b, 0xd7, 0x2b, 0xb7, 0x2b, 0xd8, 0x2b, 0xf9, 0x2b, 0x19, 0x2c, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x39, 0x34, 0x5a, 0x3c, 0x7a, 0x3c, 0x9a, 0x44, 0x9a, 0x44, 0x9a, 0x44, 0xba, 0x4c, 0xba, 0x4c, 0xba, 0x54, 0xda, 0x54, 0xda, 0x54, 0xfb, 0x54, 0xfb, 0x54, 0xfb, 0x54, 0xfb, 0x54, 0xfb, 0x54, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x3c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3d, 0x65, 0x3d, 0x6d, 0x3d, 0x6d, 0x5d, 0x65, 0x5d, 0x65, 0x3d, 0x65, 0x3d, 0x65, 0x3d, 0x65, 0x3d, 0x65, 0x3d, 0x65, 0x3d, 0x65, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x65, 0x5d, 0x65, 0x5d, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5d, 0x65, 0x5d, 0x65, 0x5d, 0x65, 0x5d, 0x65, 0x5e, 0x65, 0x5e, 0x65, 0x5d, 0x65, 0x5d, 0x65, 0x5d, 0x65, 0x5e, 0x65, 0x5d, 0x65, 0x5e, 0x6d, 0x7e, 0x6d, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x7d, 0x9e, 0x7d, 0xbe, 0x85, 0xde, 0x8d, 0xdd, 0x8d, 0xdd, 0x95, 0xfd, 0x95, 0x1d, 0x9e, 0x3d, 0xa6, 0x7e, 0xae, 0x9e, 0xae, 0xff, 0xce, 0x3f, 0xd7, 0x5f, 0xdf, 0x7f, 0xe7, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xf7, 0x7f, 0xef, 0x5e, 0xef, 0x5e, 0xef, 0x5f, 0xef, 0x5f, 0xe7, 0x3f, 0xe7, 0x3f, 0xdf, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xd6, 0x7b, 0xce, 0x3b, 0xc6, 0xf9, 0xbd, 0xb8, 0xb5, 0x98, 0xad, 0xb8, 0xb5, 0xb9, 0xb5, 0xd9, 0xb5, 0x1a, 0xbe, 0x3a, 0xc6, 0x1a, 0xbe, 0x1a, 0xbe, 0x1a, 0xbe, 0x3a, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x3b, 0xc6, 0x3a, 0xc6, 0x3b, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0x3a, 0xc6, 0x5b, 0xce, 0x5a, 0xc6, 0x5a, 0xc6, 0x5a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x5b, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x3a, 0xce, 0x3a, 0xc6, 0x5a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x19, 0xc6, 0xf9, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0x19, 0xc6, 0x19, 0xc6, 0xf9, 0xc5, 0xf8, 0xc5, 0xd8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5,
0xf0, 0x93, 0xef, 0x93, 0xef, 0x93, 0xef, 0x93, 0xef, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xae, 0x8b, 0xae, 0x8b, 0x8e, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x4d, 0x8b, 0x4c, 0x83, 0x4c, 0x83, 0x4c, 0x8b, 0x4c, 0x8b, 0x4c, 0x8b, 0x0b, 0x83, 0xea, 0x82, 0xca, 0x7a, 0xa9, 0x7a, 0xa9, 0x7a, 0xa9, 0x7a, 0x88, 0x7a, 0x68, 0x72, 0x67, 0x72, 0x67, 0x72, 0x47, 0x72, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x47, 0x6a, 0x47, 0x6a, 0x26, 0x6a, 0x26, 0x6a, 0x26, 0x6a, 0x26, 0x62, 0x06, 0x62, 0xe5, 0x61, 0xe5, 0x59, 0xe5, 0x59, 0xe6, 0x59, 0xc5, 0x59, 0xa5, 0x51, 0xa5, 0x51, 0xa5, 0x51, 0x85, 0x49, 0x64, 0x41, 0x44, 0x39, 0x44, 0x39, 0x64, 0x39, 0x65, 0x39, 0x85, 0x39, 0x85, 0x39, 0x65, 0x31, 0x45, 0x31, 0x24, 0x29, 0x45, 0x29, 0x24, 0x29, 0x45, 0x31, 0xc7, 0x41, 0xaa, 0x5a, 0x4d, 0x73, 0xcf, 0x83, 0xef, 0x8b, 0x30, 0x94, 0x92, 0x9c, 0xf3, 0xac, 0x14, 0xad, 0x35, 0xb5, 0x76, 0xb5, 0x97, 0xbd, 0xb7, 0xc5, 0x97, 0xc5, 0xb8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf9, 0xc5, 0x1a, 0xc6, 0xfa, 0xbd, 0xfa, 0xb5, 0xda, 0xad, 0xb9, 0xa5, 0x79, 0x95, 0x38, 0x8d, 0x17, 0x85, 0xf7, 0x84, 0x17, 0x85, 0x17, 0x85, 0x57, 0x64, 0xf6, 0x53, 0x94, 0x43, 0x74, 0x3b, 0x94, 0x3b, 0xb4, 0x3b, 0x94, 0x33, 0x94, 0x33, 0xb4, 0x33, 0x93, 0x2b, 0x53, 0x2b, 0x32, 0x2b, 0x32, 0x2b, 0x32, 0x2b, 0x32, 0x2b, 0x12, 0x2b, 0xf1, 0x2a, 0x11, 0x2b, 0x11, 0x2b, 0xf1, 0x2a, 0xd1, 0x22, 0xd0, 0x22, 0xd1, 0x22, 0xd1, 0x22, 0xd1, 0x22, 0xd1, 0x22, 0xd1, 0x22, 0xd1, 0x1a, 0xf1, 0x22, 0xf1, 0x22, 0x11, 0x23, 0x12, 0x23, 0x13, 0x23, 0x33, 0x2b, 0x33, 0x2b, 0x33, 0x2b, 0x54, 0x2b, 0x74, 0x2b, 0x95, 0x2b, 0x96, 0x2b, 0xb6, 0x2b, 0xb6, 0x2b, 0xd7, 0x2b, 0xf8, 0x2b, 0xf8, 0x2b, 0x18, 0x2c, 0x19, 0x2c, 0x39, 0x2c, 0x38, 0x34, 0x58, 0x3c, 0x59, 0x3c, 0x59, 0x3c, 0x79, 0x44, 0x9a, 0x44, 0x9a, 0x44, 0x9a, 0x44, 0xba, 0x4c, 0xba, 0x4c, 0xba, 0x54, 0xda, 0x54, 0xdb, 0x54, 0xdb, 0x5c, 0xfb, 0x5c, 0xfb, 0x5c, 0x1b, 0x5d, 0x1b, 0x5d, 0x1b, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x1c, 0x5d, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x6d, 0x3c, 0x6d, 0x5d, 0x6d, 0x3d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x65, 0x5d, 0x65, 0x5d, 0x65, 0x5d, 0x65, 0x5d, 0x65, 0x5d, 0x65, 0x5d, 0x65, 0x5d, 0x65, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5e, 0x6d, 0x5d, 0x65, 0x5d, 0x65, 0x5d, 0x65, 0x3d, 0x65, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x6d, 0x5e, 0x65, 0x5e, 0x65, 0x7e, 0x6d, 0x5e, 0x65, 0x7e, 0x6d, 0x7e, 0x6d, 0x9e, 0x6d, 0x9e, 0x6d, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x7d, 0x6d, 0x7e, 0x75, 0x9e, 0x7d, 0x9e, 0x7d, 0xbe, 0x85, 0xbe, 0x85, 0xbe, 0x8d, 0xdd, 0x8d, 0xdd, 0x95, 0xfd, 0x9d, 0x1d, 0xa6, 0x5d, 0xae, 0x9e, 0xb6, 0xdf, 0xc6, 0x1f, 0xcf, 0x5f, 0xd7, 0x5f, 0xdf, 0x7f, 0xe7, 0x9f, 0xe7, 0x9f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xf7, 0x7e, 0xf7, 0x7f, 0xf7, 0x7f, 0xef, 0x5f, 0xef, 0x5f, 0xe7, 0x3f, 0xe7, 0x1e, 0xdf, 0xdd, 0xd6, 0xdc, 0xde, 0x9c, 0xd6, 0x5b, 0xce, 0xf9, 0xbd, 0xb8, 0xb5, 0x77, 0xad, 0x77, 0xad, 0x77, 0xad, 0xb8, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xd9, 0xbd, 0xf9, 0xbd, 0xfa, 0xbd, 0xfa, 0xbd, 0xfa, 0xbd, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x1a, 0xbe, 0x1a, 0xbe, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0x3a, 0xc6, 0x3b, 0xc6, 0x3b, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0xf9, 0xbd, 0xf9, 0xbd, 0x19, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0xf9, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0x3a, 0xce, 0x3a, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x5b, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x18, 0xc6, 0xf8, 0xc5, 0xf8, 0xc5, 0x39, 0xce, 0x3a, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0xf9, 0xc5, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0xf9, 0xc5, 0xf8, 0xc5, 0xd8, 0xbd,
0x51, 0x9c, 0x30, 0x9c, 0x10, 0x9c, 0xf0, 0x93, 0xef, 0x93, 0xef, 0x93, 0xcf, 0x93, 0xce, 0x8b, 0xae, 0x8b, 0xae, 0x8b, 0x8e, 0x8b, 0x8e, 0x8b, 0xae, 0x8b, 0xae, 0x93, 0xae, 0x8b, 0x8e, 0x8b, 0x6d, 0x8b, 0x4d, 0x83, 0x4d, 0x83, 0x4c, 0x83, 0x4d, 0x8b, 0x4c, 0x8b, 0x6d, 0x8b, 0x6c, 0x8b, 0x0b, 0x83, 0xea, 0x7a, 0xca, 0x7a, 0xca, 0x7a, 0xc9, 0x7a, 0xca, 0x7a, 0xc9, 0x7a, 0xa9, 0x7a, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x67, 0x72, 0x47, 0x6a, 0x26, 0x6a, 0x47, 0x6a, 0x47, 0x6a, 0x47, 0x6a, 0x47, 0x6a, 0x26, 0x6a, 0x26, 0x62, 0x26, 0x62, 0x26, 0x62, 0xe6, 0x59, 0xe6, 0x59, 0xc5, 0x59, 0xc6, 0x59, 0xe6, 0x59, 0xc6, 0x51, 0xa5, 0x49, 0x85, 0x49, 0x85, 0x41, 0x85, 0x41, 0x85, 0x41, 0x85, 0x41, 0x85, 0x39, 0x85, 0x39, 0x65, 0x31, 0x44, 0x31, 0x44, 0x29, 0x45, 0x29, 0x44, 0x29, 0x44, 0x29, 0x65, 0x31, 0x07, 0x42, 0xeb, 0x62, 0x8e, 0x7b, 0xcf, 0x83, 0x10, 0x8c, 0x71, 0x94, 0xb2, 0x9c, 0xf3, 0xa4, 0x35, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x96, 0xbd, 0x97, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xd8, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xd9, 0xb5, 0xb8, 0xad, 0x78, 0xa5, 0x37, 0x95, 0x16, 0x95, 0xf6, 0x8c, 0xf9, 0x7c, 0x77, 0x6c, 0xf5, 0x5b, 0xd4, 0x4b, 0xb4, 0x43, 0x93, 0x3b, 0x73, 0x33, 0x73, 0x2b, 0x53, 0x23, 0x73, 0x23, 0x74, 0x2b, 0x94, 0x2b, 0x74, 0x2b, 0x74, 0x2b, 0x54, 0x2b, 0x54, 0x2b, 0x53, 0x33, 0x53, 0x33, 0x53, 0x33, 0x53, 0x2b, 0x53, 0x2b, 0x53, 0x2b, 0x74, 0x2b, 0x74, 0x2b, 0x73, 0x2b, 0x73, 0x2b, 0x53, 0x2b, 0x53, 0x2b, 0x53, 0x2b, 0x73, 0x2b, 0x74, 0x2b, 0x74, 0x2b, 0x55, 0x2b, 0x55, 0x2b, 0x75, 0x2b, 0x75, 0x2b, 0x95, 0x2b, 0x95, 0x2b, 0xb6, 0x33, 0xd6, 0x33, 0xd6, 0x33, 0xd7, 0x33, 0xf7, 0x33, 0x18, 0x34, 0x18, 0x34, 0x38, 0x34, 0x59, 0x34, 0x59, 0x34, 0x78, 0x3c, 0x78, 0x44, 0x79, 0x44, 0x99, 0x44, 0x99, 0x4c, 0xba, 0x4c, 0xba, 0x4c, 0xba, 0x54, 0xda, 0x54, 0xda, 0x54, 0xda, 0x54, 0xdb, 0x5c, 0xdb, 0x5c, 0xfb, 0x64, 0xfb, 0x64, 0xfb, 0x64, 0x1b, 0x5d, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x5c, 0x65, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x75, 0x5d, 0x75, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x5e, 0x6d, 0x7e, 0x6d, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x9e, 0x6d, 0x7e, 0x6d, 0x9e, 0x6d, 0x9e, 0x6d, 0x9e, 0x75, 0x9d, 0x6d, 0x9d, 0x6d, 0x9d, 0x75, 0x9d, 0x75, 0x9e, 0x7d, 0xbe, 0x7d, 0xbe, 0x85, 0xde, 0x85, 0xde, 0x8d, 0xde, 0x8d, 0xfe, 0x95, 0x1d, 0x9e, 0x3e, 0xa6, 0x5e, 0xb6, 0x9e, 0xbe, 0xde, 0xc6, 0x1f, 0xcf, 0x3f, 0xd7, 0x7f, 0xdf, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x5f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xf7, 0x7f, 0xef, 0x3e, 0xe7, 0x1e, 0xe7, 0x1e, 0xdf, 0x1e, 0xdf, 0xdd, 0xd6, 0x9d, 0xce, 0x3a, 0xc6, 0xf9, 0xbd, 0x97, 0xb5, 0x56, 0xad, 0x16, 0xa5, 0x16, 0xa5, 0x16, 0xa5, 0x36, 0xa5, 0x36, 0xa5, 0x37, 0xa5, 0x57, 0xa5, 0x77, 0xad, 0x78, 0xad, 0x98, 0xb5, 0x98, 0xb5, 0x98, 0xad, 0xd9, 0xb5, 0xd9, 0xb5, 0xd9, 0xb5, 0xd9, 0xb5, 0xd9, 0xb5, 0xd9, 0xb5, 0xd9, 0xb5, 0xd9, 0xb5, 0xf9, 0xbd, 0x19, 0xbe, 0x19, 0xbe, 0xf9, 0xbd, 0xf9, 0xbd, 0x19, 0xc6, 0xf9, 0xbd, 0xf9, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xd8, 0xbd, 0xb8, 0xb5, 0xb8, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xd8, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0x1a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x3a, 0xce, 0x19, 0xc6, 0xf8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0x18, 0xc6, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xd8, 0xc5, 0xd8, 0xbd, 0xb8, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xb7, 0xbd,
0x51, 0x9c, 0x30, 0x9c, 0x10, 0x94, 0xef, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0x8e, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8e, 0x8b, 0x8e, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x8d, 0x8b, 0x8d, 0x93, 0x8d, 0x93, 0x4c, 0x8b, 0x2b, 0x83, 0x0b, 0x83, 0x0a, 0x83, 0x0a, 0x83, 0xea, 0x82, 0xca, 0x7a, 0xa9, 0x7a, 0x88, 0x72, 0x88, 0x72, 0x88, 0x72, 0xa8, 0x7a, 0x88, 0x7a, 0x87, 0x72, 0x67, 0x6a, 0x46, 0x6a, 0x87, 0x72, 0x67, 0x72, 0x67, 0x72, 0x47, 0x6a, 0x26, 0x6a, 0x26, 0x62, 0x06, 0x62, 0x26, 0x62, 0xe6, 0x59, 0xe6, 0x59, 0xe6, 0x59, 0xe6, 0x59, 0xe6, 0x59, 0xe6, 0x59, 0xc5, 0x51, 0xa5, 0x49, 0xa5, 0x49, 0xa5, 0x49, 0xa5, 0x41, 0xa5, 0x41, 0xa6, 0x41, 0x85, 0x39, 0x65, 0x31, 0x65, 0x31, 0x24, 0x21, 0x44, 0x29, 0x45, 0x29, 0x24, 0x21, 0xe3, 0x20, 0x24, 0x29, 0xc6, 0x39, 0x69, 0x52, 0x4d, 0x6b, 0x8e, 0x7b, 0xcf, 0x83, 0x30, 0x8c, 0x71, 0x94, 0xb2, 0x9c, 0x13, 0xa5, 0x34, 0xad, 0x55, 0xb5, 0x76, 0xbd, 0x96, 0xbd, 0xb7, 0xc5, 0xd8, 0xc5, 0x19, 0xce, 0x19, 0xce, 0xf9, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0x19, 0xc6, 0x1a, 0xc6, 0xf9, 0xbd, 0xb8, 0xb5, 0x77, 0xad, 0x56, 0xa5, 0x5a, 0x95, 0xf8, 0x84, 0x97, 0x74, 0x55, 0x64, 0x15, 0x5c, 0xf4, 0x4b, 0xb4, 0x43, 0x94, 0x3b, 0x73, 0x2b, 0x73, 0x2b, 0x74, 0x2b, 0x54, 0x2b, 0x33, 0x23, 0x33, 0x2b, 0x54, 0x2b, 0x75, 0x33, 0x74, 0x33, 0x94, 0x33, 0x94, 0x33, 0x94, 0x33, 0x95, 0x33, 0x95, 0x33, 0x95, 0x2b, 0xb5, 0x2b, 0xb5, 0x33, 0xb5, 0x2b, 0xb5, 0x2b, 0xb5, 0x2b, 0xb5, 0x2b, 0xb5, 0x2b, 0xb5, 0x2b, 0xb5, 0x2b, 0x96, 0x33, 0xb6, 0x33, 0xb6, 0x33, 0xb6, 0x33, 0xb6, 0x33, 0xd6, 0x33, 0xf7, 0x3b, 0xf7, 0x3b, 0x17, 0x3c, 0x17, 0x3c, 0x38, 0x3c, 0x58, 0x3c, 0x58, 0x3c, 0x78, 0x3c, 0x99, 0x44, 0x99, 0x44, 0xb9, 0x4c, 0xb9, 0x4c, 0xb9, 0x4c, 0xb9, 0x4c, 0xd9, 0x54, 0xda, 0x54, 0xda, 0x54, 0xda, 0x54, 0xdb, 0x5c, 0xfb, 0x5c, 0xfb, 0x5c, 0xfb, 0x64, 0xfb, 0x64, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x6d, 0x5c, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x75, 0x5d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7e, 0x6d, 0x7e, 0x6d, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x7d, 0x6d, 0x9d, 0x75, 0x9d, 0x75, 0x9d, 0x75, 0xbd, 0x75, 0xbd, 0x7d, 0xdd, 0x7d, 0xdd, 0x7d, 0xde, 0x85, 0xde, 0x8d, 0xfe, 0x8d, 0xfe, 0x95, 0x1e, 0x9e, 0x3f, 0xa6, 0x7f, 0xae, 0x9f, 0xb6, 0xdf, 0xc6, 0xff, 0xce, 0x3f, 0xd7, 0x5f, 0xdf, 0x7f, 0xe7, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x7f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x7f, 0xef, 0x9f, 0xf7, 0x9f, 0xf7, 0x9f, 0xf7, 0x7f, 0xef, 0x5e, 0xef, 0x1e, 0xe7, 0xfd, 0xde, 0xdd, 0xd6, 0xbd, 0xd6, 0x7c, 0xc6, 0x1a, 0xbe, 0x98, 0xb5, 0x56, 0xad, 0xf5, 0x9c, 0xf5, 0x9c, 0xf5, 0x9c, 0x15, 0xa5, 0x16, 0xa5, 0x36, 0xa5, 0x36, 0xa5, 0x36, 0xa5, 0x57, 0xa5, 0x57, 0xad, 0x77, 0xad, 0x98, 0xad, 0x98, 0xad, 0x98, 0xad, 0x98, 0xad, 0xb8, 0xb5, 0xb8, 0xb5, 0xd9, 0xb5, 0xb9, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xd8, 0xb5, 0xd9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0x98, 0xb5, 0x97, 0xb5, 0x97, 0xb5, 0x98, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xb8, 0xbd, 0xd8, 0xbd, 0xd9, 0xbd, 0xf9, 0xc5, 0xd8, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xb8, 0xbd, 0xd9, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xf8, 0xbd, 0xd8, 0xbd, 0xb7, 0xbd, 0x97, 0xb5, 0x97, 0xb5, 0xb7, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0xb8, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xb8, 0xbd, 0xd8, 0xc5, 0xb7, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd,
0x30, 0x9c, 0x10, 0x94, 0xef, 0x93, 0xce, 0x8b, 0xce, 0x8b, 0xce, 0x8b, 0xae, 0x8b, 0xae, 0x8b, 0xae, 0x8b, 0xae, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8e, 0x8b, 0x8e, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x4d, 0x83, 0x4d, 0x83, 0x4d, 0x83, 0x4d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6c, 0x8b, 0x4c, 0x8b, 0x2b, 0x83, 0x0b, 0x83, 0x0b, 0x83, 0x0b, 0x83, 0xea, 0x82, 0xca, 0x7a, 0x88, 0x7a, 0x88, 0x7a, 0xa8, 0x7a, 0xa8, 0x7a, 0x88, 0x7a, 0x88, 0x72, 0x67, 0x72, 0x47, 0x6a, 0x68, 0x72, 0x68, 0x72, 0x67, 0x6a, 0x47, 0x6a, 0x26, 0x62, 0x06, 0x62, 0x05, 0x62, 0x05, 0x62, 0x26, 0x62, 0x06, 0x5a, 0x06, 0x5a, 0xe6, 0x59, 0xe6, 0x59, 0xc5, 0x51, 0xa5, 0x51, 0xa5, 0x49, 0xa5, 0x49, 0x85, 0x49, 0x85, 0x41, 0x85, 0x41, 0x85, 0x39, 0x85, 0x39, 0x65, 0x39, 0x65, 0x31, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x04, 0x21, 0x24, 0x21, 0x24, 0x29, 0x44, 0x29, 0x28, 0x4a, 0xaa, 0x5a, 0x4d, 0x6b, 0xae, 0x7b, 0xef, 0x83, 0x30, 0x8c, 0x71, 0x94, 0xb2, 0x9c, 0xd3, 0xa4, 0x14, 0xad, 0x55, 0xb5, 0x96, 0xbd, 0xd7, 0xcd, 0x18, 0xce, 0x18, 0xce, 0xf8, 0xcd, 0xf8, 0xcd, 0x19, 0xce, 0x39, 0xce, 0x3a, 0xce, 0x39, 0xce, 0x19, 0xc6, 0xf9, 0xc5, 0xf8, 0xc5, 0xba, 0xa5, 0x79, 0x9d, 0x38, 0x8d, 0xf7, 0x84, 0xd7, 0x7c, 0x96, 0x6c, 0x56, 0x64, 0x35, 0x54, 0xf5, 0x4b, 0xd5, 0x43, 0x94, 0x3b, 0x53, 0x2b, 0x33, 0x2b, 0x13, 0x2b, 0x33, 0x2b, 0x33, 0x2b, 0x53, 0x2b, 0x53, 0x2b, 0x74, 0x33, 0x94, 0x33, 0xb5, 0x33, 0xb5, 0x33, 0x95, 0x2b, 0xb5, 0x2b, 0xb6, 0x2b, 0xb6, 0x2b, 0xd6, 0x2b, 0xd6, 0x2b, 0xd6, 0x33, 0xd6, 0x33, 0xd6, 0x33, 0xd6, 0x33, 0xf7, 0x3b, 0xf7, 0x3b, 0xf7, 0x3b, 0xf7, 0x3b, 0x17, 0x3c, 0x18, 0x3c, 0x38, 0x44, 0x58, 0x44, 0x58, 0x44, 0x78, 0x44, 0x78, 0x44, 0x99, 0x44, 0x99, 0x4c, 0x99, 0x4c, 0xb9, 0x4c, 0xb9, 0x4c, 0xd9, 0x54, 0xd9, 0x54, 0xd9, 0x54, 0xd9, 0x54, 0xda, 0x54, 0xda, 0x54, 0xda, 0x5c, 0xda, 0x5c, 0xfb, 0x5c, 0xfb, 0x64, 0xfb, 0x64, 0x1b, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x6d, 0x1c, 0x6d, 0x3c, 0x65, 0x5c, 0x6d, 0x5c, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x7d, 0x6d, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x5d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x9d, 0x6d, 0x9d, 0x6d, 0x9d, 0x6d, 0x9d, 0x6d, 0x9d, 0x6d, 0x9d, 0x6d, 0x9d, 0x6d, 0x9d, 0x6d, 0x9d, 0x6d, 0x9d, 0x6d, 0x7e, 0x75, 0x7e, 0x7d, 0x9e, 0x75, 0x7e, 0x75, 0x7e, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x9d, 0x75, 0x9d, 0x75, 0x9d, 0x75, 0x9d, 0x7d, 0xbd, 0x7d, 0xdd, 0x85, 0xdd, 0x85, 0xfd, 0x8d, 0x1d, 0x8e, 0xfd, 0x95, 0x1e, 0x9e, 0x3e, 0x9e, 0x7e, 0xa6, 0x9f, 0xb6, 0xdf, 0xbe, 0xff, 0xc6, 0x1f, 0xcf, 0x5f, 0xdf, 0x5f, 0xdf, 0x7f, 0xe7, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x9f, 0xef, 0xbf, 0xef, 0xbf, 0xf7, 0xbf, 0xf7, 0x9f, 0xef, 0x7f, 0xef, 0x1e, 0xe7, 0xfd, 0xde, 0xbd, 0xd6, 0x9c, 0xd6, 0x7b, 0xce, 0x1a, 0xbe, 0xb8, 0xb5, 0x57, 0xa5, 0x16, 0xa5, 0x15, 0xa5, 0xf5, 0xa4, 0x36, 0xa5, 0x56, 0xad, 0x57, 0xad, 0x77, 0xad, 0x77, 0xad, 0x97, 0xb5, 0x97, 0xb5, 0x98, 0xb5, 0xb8, 0xb5, 0xb9, 0xb5, 0xd9, 0xbd, 0xd9, 0xb5, 0xb9, 0xb5, 0xb8, 0xb5, 0xd9, 0xb5, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xd9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0x19, 0xc6, 0x19, 0xc6, 0xf9, 0xbd, 0xd8, 0xbd, 0xb8, 0xb5, 0xb8, 0xb5, 0xd9, 0xbd, 0xf9, 0xc5, 0xf9, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xb7, 0xbd, 0x97, 0xb5, 0x97, 0xb5, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb8, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xd8, 0xc5, 0xb8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5,
0x71, 0xa4, 0x50, 0x9c, 0x30, 0x9c, 0xef, 0x93, 0xef, 0x93, 0xce, 0x8b, 0xae, 0x8b, 0x8e, 0x8b, 0xae, 0x8b, 0x8e, 0x8b, 0x6d, 0x8b, 0x4d, 0x83, 0x4d, 0x83, 0x4d, 0x83, 0x4d, 0x83, 0x4c, 0x83, 0x2c, 0x83, 0x2c, 0x7b, 0x0b, 0x7b, 0xeb, 0x7a, 0xeb, 0x7a, 0xcb, 0x7a, 0xcb, 0x7a, 0xca, 0x72, 0xca, 0x7a, 0xca, 0x7a, 0xca, 0x7a, 0xea, 0x7a, 0x0b, 0x83, 0x0b, 0x83, 0xea, 0x82, 0xca, 0x7a, 0x88, 0x7a, 0x88, 0x72, 0x88, 0x72, 0x68, 0x72, 0x68, 0x72, 0x67, 0x72, 0x47, 0x6a, 0x47, 0x6a, 0x47, 0x6a, 0x47, 0x6a, 0x47, 0x6a, 0x27, 0x6a, 0x26, 0x6a, 0x06, 0x62, 0x06, 0x62, 0x06, 0x62, 0x47, 0x62, 0x26, 0x62, 0x06, 0x5a, 0xe5, 0x59, 0xc5, 0x51, 0xc5, 0x51, 0xa5, 0x51, 0xa5, 0x49, 0x65, 0x49, 0x65, 0x41, 0x64, 0x41, 0x64, 0x39, 0x65, 0x39, 0x65, 0x39, 0x64, 0x31, 0x65, 0x31, 0x45, 0x31, 0x24, 0x29, 0xe3, 0x20, 0xe3, 0x20, 0x03, 0x21, 0x04, 0x29, 0x04, 0x21, 0xe3, 0x20, 0xe3, 0x20, 0x66, 0x31, 0x49, 0x4a, 0xeb, 0x62, 0x4d, 0x73, 0xae, 0x7b, 0xef, 0x83, 0x30, 0x8c, 0x71, 0x94, 0x92, 0x9c, 0xf3, 0xa4, 0x35, 0xb5, 0x76, 0xbd, 0xb7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xf8, 0xcd, 0x19, 0xce, 0x39, 0xd6, 0x3a, 0xd6, 0x39, 0xce, 0x39, 0xce, 0x19, 0xce, 0x19, 0xc6, 0x1a, 0xbe, 0x1a, 0xb6, 0xfa, 0xad, 0xb9, 0xa5, 0x99, 0x9d, 0x59, 0x95, 0xf8, 0x84, 0xd7, 0x74, 0x96, 0x6c, 0x76, 0x64, 0x36, 0x5c, 0x15, 0x54, 0xd5, 0x4b, 0x94, 0x43, 0x73, 0x3b, 0x32, 0x33, 0x53, 0x33, 0x53, 0x33, 0x53, 0x33, 0x74, 0x33, 0x94, 0x33, 0x95, 0x33, 0xb5, 0x33, 0xb5, 0x33, 0xb5, 0x33, 0xd6, 0x2b, 0xd6, 0x33, 0xf6, 0x33, 0xf6, 0x33, 0x16, 0x34, 0x17, 0x34, 0x17, 0x34, 0x17, 0x3c, 0x18, 0x3c, 0x38, 0x44, 0x38, 0x44, 0x58, 0x44, 0x58, 0x44, 0x79, 0x4c, 0x99, 0x4c, 0x79, 0x4c, 0x99, 0x4c, 0x99, 0x4c, 0x99, 0x4c, 0x99, 0x4c, 0xb9, 0x4c, 0xb9, 0x54, 0xb9, 0x54, 0xd9, 0x54, 0xd9, 0x54, 0xd9, 0x54, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xfb, 0x64, 0xfb, 0x64, 0xfb, 0x64, 0x1b, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x5c, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x75, 0x7d, 0x75, 0x9d, 0x75, 0x9e, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0xbe, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x7d, 0x9e, 0x7d, 0x9e, 0x7d, 0x9e, 0x7d, 0x9d, 0x7d, 0x9d, 0x75, 0x9d, 0x7d, 0x9d, 0x7d, 0xbd, 0x85, 0xbd, 0x85, 0xdd, 0x8d, 0xdd, 0x8d, 0xfd, 0x95, 0x1d, 0x96, 0x3d, 0x9e, 0x3d, 0x9e, 0x7e, 0xae, 0x9e, 0xb6, 0xdf, 0xbe, 0xff, 0xc6, 0x1f, 0xcf, 0x3f, 0xd7, 0x5f, 0xdf, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0xbf, 0xf7, 0xbf, 0xf7, 0x9f, 0xef, 0x5f, 0xe7, 0x1e, 0xdf, 0xfd, 0xde, 0xdd, 0xd6, 0x9c, 0xce, 0x5b, 0xce, 0x1a, 0xbe, 0xb8, 0xb5, 0x57, 0xad, 0x16, 0xa5, 0xf5, 0xa4, 0x15, 0xa5, 0x15, 0xa5, 0x36, 0xad, 0x77, 0xad, 0x77, 0xb5, 0x77, 0xb5, 0x97, 0xb5, 0x98, 0xb5, 0x98, 0xb5, 0x98, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xd9, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xd9, 0xb5, 0xf9, 0xbd, 0xf9, 0xbd, 0x1a, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0x19, 0xbe, 0xf9, 0xbd, 0xf9, 0xbd, 0xd9, 0xbd, 0xf9, 0xbd, 0x19, 0xc6, 0x19, 0xc6, 0x1a, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0xf9, 0xbd, 0xf9, 0xc5, 0x3a, 0xc6, 0x5a, 0xce, 0x3a, 0xce, 0x19, 0xc6, 0xf9, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0xf9, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0xf8, 0xc5, 0xf8, 0xbd, 0xd8, 0xbd, 0xb7, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd,
0x71, 0xa4, 0x71, 0xa4, 0x51, 0xa4, 0x50, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x0f, 0x94, 0xef, 0x93, 0xef, 0x93, 0xce, 0x93, 0x8e, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x83, 0x4d, 0x83, 0x2c, 0x83, 0x2c, 0x7b, 0x0c, 0x7b, 0x0b, 0x7b, 0xeb, 0x7a, 0xca, 0x72, 0xaa, 0x72, 0x89, 0x72, 0x89, 0x72, 0x89, 0x72, 0xaa, 0x72, 0xca, 0x7a, 0xca, 0x7a, 0xaa, 0x7a, 0x89, 0x72, 0x68, 0x72, 0x68, 0x72, 0x67, 0x72, 0x67, 0x6a, 0x47, 0x6a, 0x47, 0x6a, 0x27, 0x6a, 0x26, 0x6a, 0x26, 0x6a, 0x47, 0x6a, 0x47, 0x6a, 0x47, 0x6a, 0x26, 0x6a, 0x06, 0x62, 0x05, 0x62, 0x05, 0x62, 0x06, 0x5a, 0x06, 0x5a, 0xe5, 0x59, 0xc5, 0x51, 0xa5, 0x51, 0xa5, 0x51, 0xa5, 0x51, 0xa5, 0x51, 0x64, 0x41, 0x64, 0x41, 0x44, 0x39, 0x44, 0x39, 0x44, 0x39, 0x44, 0x31, 0x44, 0x31, 0x44, 0x31, 0x45, 0x31, 0x04, 0x29, 0xe3, 0x28, 0xe3, 0x20, 0x03, 0x21, 0x04, 0x29, 0xe4, 0x20, 0xe4, 0x20, 0xc3, 0x20, 0xc3, 0x20, 0x04, 0x29, 0x86, 0x39, 0x49, 0x52, 0xeb, 0x62, 0x6e, 0x73, 0xaf, 0x7b, 0x10, 0x8c, 0x51, 0x8c, 0x72, 0x94, 0x93, 0x9c, 0xd3, 0xa4, 0x15, 0xb5, 0x56, 0xbd, 0x77, 0xbd, 0x97, 0xbd, 0xb8, 0xc5, 0xf9, 0xcd, 0x19, 0xce, 0x19, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x3a, 0xc6, 0x5a, 0xc6, 0x5b, 0xc6, 0x3b, 0xc6, 0x1a, 0xbe, 0xfb, 0xb5, 0xda, 0xa5, 0x99, 0x9d, 0x79, 0x95, 0x39, 0x8d, 0xf8, 0x7c, 0xb7, 0x74, 0xb7, 0x74, 0x97, 0x6c, 0x56, 0x64, 0x15, 0x5c, 0xf5, 0x4b, 0xd4, 0x43, 0x94, 0x3b, 0x73, 0x33, 0x53, 0x2b, 0x74, 0x33, 0x94, 0x2b, 0x94, 0x2b, 0xb5, 0x2b, 0xb5, 0x2b, 0xd5, 0x2b, 0xd6, 0x33, 0xf6, 0x33, 0xf6, 0x33, 0x16, 0x34, 0x16, 0x34, 0x17, 0x34, 0x17, 0x3c, 0x37, 0x3c, 0x38, 0x3c, 0x58, 0x44, 0x58, 0x44, 0x79, 0x44, 0x99, 0x4c, 0x79, 0x4c, 0x79, 0x4c, 0x99, 0x4c, 0x99, 0x54, 0x99, 0x54, 0x99, 0x54, 0x99, 0x54, 0xb9, 0x54, 0xba, 0x54, 0xba, 0x54, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xfb, 0x5c, 0xfb, 0x5c, 0xfb, 0x64, 0xfb, 0x64, 0x1b, 0x65, 0x1b, 0x65, 0x1b, 0x65, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x6d, 0x3c, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x9d, 0x75, 0x9d, 0x75, 0x9e, 0x75, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9d, 0x7d, 0x9d, 0x7d, 0xbd, 0x7d, 0x9d, 0x7d, 0xbd, 0x7d, 0xbd, 0x7d, 0xbd, 0x85, 0xbd, 0x85, 0xdd, 0x8d, 0xfd, 0x95, 0x1d, 0x9e, 0x3d, 0xa6, 0x5e, 0xae, 0x7e, 0xb6, 0xbf, 0xbe, 0xbf, 0xbe, 0xfe, 0xce, 0x1f, 0xd7, 0x5f, 0xd7, 0x5f, 0xdf, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xef, 0x7f, 0xe7, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x9f, 0xf7, 0x9f, 0xf7, 0x9f, 0xef, 0x7f, 0xef, 0x3e, 0xe7, 0xfd, 0xde, 0xbd, 0xd6, 0x9c, 0xce, 0x7c, 0xce, 0x3b, 0xc6, 0xd9, 0xbd, 0x77, 0xad, 0x36, 0xa5, 0xf5, 0xa4, 0x15, 0xa5, 0x36, 0xad, 0x36, 0xad, 0x36, 0xad, 0x56, 0xad, 0x57, 0xad, 0x77, 0xad, 0x57, 0xad, 0x77, 0xb5, 0x98, 0xb5, 0x98, 0xb5, 0x98, 0xb5, 0x98, 0xb5, 0xb8, 0xb5, 0xd8, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0x1a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x19, 0xbe, 0xf9, 0xbd, 0xf9, 0xbd, 0xd9, 0xbd, 0xf9, 0xbd, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xce, 0x3a, 0xc6, 0x1a, 0xc6, 0xf9, 0xc5, 0xf9, 0xbd, 0xf9, 0xbd, 0x19, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0xf9, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0x39, 0xc6, 0x39, 0xce, 0x5a, 0xce, 0x39, 0xce, 0x39, 0xc6, 0xf9, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xc5,
0x51, 0x9c, 0x50, 0x9c, 0x50, 0x9c, 0x50, 0x9c, 0x50, 0xa4, 0x50, 0xa4, 0x50, 0xa4, 0x50, 0x9c, 0x71, 0xa4, 0x50, 0xa4, 0x30, 0x9c, 0x0f, 0x9c, 0x0f, 0x9c, 0xef, 0x9b, 0xef, 0x9b, 0xcf, 0x93, 0xae, 0x93, 0xae, 0x8b, 0xae, 0x8b, 0xae, 0x8b, 0x8e, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x4c, 0x83, 0x0b, 0x83, 0x0b, 0x7b, 0xeb, 0x7a, 0x0b, 0x83, 0x0b, 0x83, 0xeb, 0x82, 0xaa, 0x7a, 0x89, 0x72, 0x88, 0x72, 0x88, 0x72, 0x68, 0x72, 0x68, 0x72, 0x67, 0x72, 0x67, 0x6a, 0x47, 0x6a, 0x27, 0x6a, 0x67, 0x6a, 0x67, 0x72, 0x67, 0x72, 0x67, 0x6a, 0x46, 0x6a, 0x06, 0x62, 0xe5, 0x61, 0xe5, 0x61, 0x05, 0x5a, 0xe5, 0x59, 0xe5, 0x59, 0xc5, 0x51, 0xc5, 0x51, 0xa5, 0x51, 0x85, 0x51, 0xa5, 0x49, 0x85, 0x49, 0x64, 0x41, 0x44, 0x39, 0x44, 0x39, 0x44, 0x31, 0x44, 0x31, 0x44, 0x31, 0x44, 0x31, 0x45, 0x31, 0x24, 0x31, 0x04, 0x29, 0x04, 0x29, 0xe4, 0x28, 0xe4, 0x28, 0xe3, 0x20, 0xc3, 0x20, 0x04, 0x29, 0xc3, 0x20, 0x82, 0x18, 0xa3, 0x18, 0x04, 0x29, 0xa7, 0x39, 0x69, 0x52, 0xeb, 0x62, 0x6e, 0x73, 0xaf, 0x7b, 0xf0, 0x83, 0x31, 0x8c, 0x52, 0x94, 0x93, 0x9c, 0xd4, 0xa4, 0x15, 0xad, 0xf5, 0xac, 0x36, 0xb5, 0x77, 0xbd, 0xb8, 0xbd, 0xd9, 0xbd, 0xf9, 0xbd, 0xf9, 0xc5, 0x1a, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5b, 0xce, 0x7c, 0xc6, 0x5c, 0xc6, 0x3c, 0xbe, 0x1c, 0xb6, 0xfb, 0xad, 0x9a, 0xa5, 0x79, 0x9d, 0x59, 0x95, 0x59, 0x95, 0x59, 0x95, 0x59, 0x8d, 0x19, 0x75, 0xd8, 0x64, 0x76, 0x5c, 0x15, 0x4c, 0xf5, 0x43, 0xd5, 0x3b, 0xd5, 0x3b, 0xd5, 0x33, 0xd5, 0x33, 0xd5, 0x33, 0xf5, 0x33, 0xd5, 0x33, 0xf5, 0x33, 0xf5, 0x33, 0xf6, 0x33, 0xf6, 0x33, 0xf6, 0x33, 0x16, 0x34, 0x17, 0x3c, 0x37, 0x3c, 0x37, 0x3c, 0x38, 0x3c, 0x58, 0x44, 0x58, 0x44, 0x78, 0x44, 0x78, 0x4c, 0x79, 0x4c, 0x79, 0x54, 0x79, 0x54, 0x99, 0x54, 0x99, 0x54, 0x99, 0x5c, 0xbb, 0x54, 0xbb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xfb, 0x5c, 0xfb, 0x64, 0xfb, 0x64, 0x1b, 0x65, 0x1b, 0x65, 0x1b, 0x65, 0x1b, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x6d, 0x3c, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x9d, 0x75, 0x9d, 0x75, 0x9d, 0x7d, 0x9d, 0x7d, 0x9e, 0x7d, 0x9e, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0x9d, 0x7d, 0x9e, 0x7d, 0x9e, 0x7d, 0x9e, 0x7d, 0x9e, 0x7d, 0x9e, 0x7d, 0x9e, 0x7d, 0x9e, 0x7d, 0xbd, 0x7d, 0xdd, 0x7d, 0xdd, 0x7d, 0xdd, 0x85, 0xfe, 0x85, 0x1e, 0x8e, 0x1e, 0x96, 0x3e, 0x9e, 0x5e, 0x9e, 0x5e, 0xa6, 0x9f, 0xb6, 0xbf, 0xbe, 0xdf, 0xc6, 0x1f, 0xcf, 0x3f, 0xd7, 0x5f, 0xdf, 0x5f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x9f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x3e, 0xef, 0x1d, 0xe7, 0x1d, 0xdf, 0xfd, 0xde, 0xbc, 0xd6, 0x9c, 0xce, 0x5b, 0xc6, 0x3b, 0xc6, 0xd9, 0xb5, 0x78, 0xad, 0x16, 0xa5, 0xf5, 0x9c, 0xd4, 0x9c, 0xd4, 0xa4, 0x15, 0xad, 0x36, 0xb5, 0x36, 0xad, 0x36, 0xa5, 0x36, 0xa5, 0x36, 0xad, 0x56, 0xad, 0x56, 0xad, 0x57, 0xad, 0x77, 0xad, 0x77, 0xad, 0x77, 0xad, 0x98, 0xb5, 0xb8, 0xb5, 0xd8, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xd8, 0xb5, 0xf9, 0xbd, 0xf9, 0xbd, 0x19, 0xbe, 0x19, 0xbe, 0xf9, 0xbd, 0xf9, 0xbd, 0x19, 0xc6, 0xf9, 0xbd, 0x19, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x5a, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x1a, 0xc6, 0xf9, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xf9, 0xbd, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xb8, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xd8, 0xc5, 0x39, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xc6, 0xf8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0x19, 0xc6, 0x19, 0xc6, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0x19, 0xc6, 0x19, 0xce, 0x19, 0xc6, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5,
0x50, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x50, 0x9c, 0x30, 0x9c, 0x0f, 0x9c, 0x0f, 0x9c, 0xef, 0x9b, 0xef, 0x9b, 0xcf, 0x93, 0xae, 0x93, 0xef, 0x93, 0xef, 0x93, 0xef, 0x9b, 0xef, 0x9b, 0x0f, 0x9c, 0xef, 0x9b, 0xcf, 0x9b, 0xae, 0x93, 0x8d, 0x93, 0x8d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x93, 0x4c, 0x8b, 0x0b, 0x83, 0xca, 0x7a, 0x88, 0x72, 0xa8, 0x72, 0xa8, 0x7a, 0xa8, 0x7a, 0xa8, 0x7a, 0x88, 0x72, 0x67, 0x72, 0x47, 0x6a, 0x67, 0x72, 0x88, 0x72, 0x88, 0x72, 0x88, 0x72, 0x87, 0x72, 0x47, 0x6a, 0x26, 0x6a, 0x26, 0x6a, 0x06, 0x5a, 0x06, 0x5a, 0x06, 0x5a, 0x06, 0x5a, 0xe6, 0x59, 0xc5, 0x51, 0xa5, 0x51, 0xa5, 0x49, 0xa5, 0x49, 0x85, 0x49, 0x64, 0x41, 0x44, 0x39, 0x44, 0x39, 0x44, 0x39, 0x44, 0x39, 0x64, 0x31, 0x86, 0x41, 0x45, 0x39, 0xe4, 0x28, 0xc3, 0x20, 0xc3, 0x20, 0xc3, 0x20, 0xc4, 0x20, 0xc3, 0x20, 0xa3, 0x20, 0xc3, 0x20, 0xc3, 0x20, 0xc3, 0x20, 0xa3, 0x18, 0xa3, 0x18, 0x05, 0x29, 0xa7, 0x39, 0x8a, 0x52, 0x0c, 0x63, 0x8e, 0x73, 0xcf, 0x83, 0xf0, 0x83, 0x11, 0x8c, 0x52, 0x94, 0x73, 0x9c, 0xd4, 0xa4, 0xf5, 0xa4, 0x36, 0xad, 0x57, 0xad, 0x78, 0xb5, 0x98, 0xb5, 0xd9, 0xbd, 0xfa, 0xbd, 0xf8, 0xc5, 0x19, 0xc6, 0x39, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x7b, 0xce, 0x7c, 0xce, 0x5c, 0xc6, 0x7c, 0xc6, 0x5d, 0xc6, 0x5c, 0xbe, 0x3c, 0xbe, 0x1c, 0xb6, 0xfb, 0xad, 0xda, 0xa5, 0xba, 0xa5, 0xdc, 0x8d, 0x9b, 0x85, 0x5a, 0x7d, 0x19, 0x6d, 0xd9, 0x64, 0xb8, 0x5c, 0x97, 0x54, 0x77, 0x4c, 0x57, 0x44, 0x37, 0x44, 0x36, 0x3c, 0x16, 0x3c, 0x16, 0x3c, 0x16, 0x3c, 0x16, 0x3c, 0x16, 0x3c, 0x16, 0x34, 0x16, 0x34, 0x37, 0x3c, 0x37, 0x3c, 0x37, 0x3c, 0x57, 0x3c, 0x58, 0x44, 0x58, 0x44, 0x58, 0x44, 0x59, 0x4c, 0x79, 0x4c, 0x79, 0x54, 0x79, 0x54, 0x99, 0x54, 0x9a, 0x5c, 0xba, 0x5c, 0xbb, 0x5c, 0xbb, 0x5c, 0xdb, 0x5c, 0xdb, 0x5c, 0xfb, 0x5c, 0xfc, 0x64, 0x1c, 0x65, 0x1c, 0x65, 0x1c, 0x65, 0x1b, 0x65, 0x1b, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5d, 0x6d, 0x5d, 0x6d, 0x5d, 0x75, 0x5d, 0x75, 0x5d, 0x75, 0x5d, 0x75, 0x7d, 0x75, 0x7d, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9e, 0x75, 0x9d, 0x75, 0x9d, 0x7d, 0x9d, 0x7d, 0x9d, 0x7d, 0x9d, 0x7d, 0x9d, 0x7d, 0x9e, 0x7d, 0x9e, 0x7d, 0x9e, 0x7d, 0x9e, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x85, 0xbf, 0x85, 0xdf, 0x85, 0xdf, 0x85, 0xdf, 0x85, 0x1e, 0x86, 0x1e, 0x86, 0x3e, 0x8e, 0x3f, 0x8e, 0x5f, 0x96, 0x7f, 0x9e, 0x9f, 0xa6, 0xbf, 0xae, 0xff, 0xbe, 0x1f, 0xc7, 0x3f, 0xcf, 0x3f, 0xd7, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xe7, 0x7f, 0xe7, 0x7e, 0xef, 0x7e, 0xef, 0x7e, 0xef, 0x7e, 0xef, 0x7e, 0xef, 0x5e, 0xef, 0x7e, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x5f, 0xe7, 0x3f, 0xdf, 0x3f, 0xdf, 0x1f, 0xdf, 0xfc, 0xe6, 0xdc, 0xde, 0x9b, 0xd6, 0x7b, 0xce, 0x5b, 0xc6, 0x1a, 0xbe, 0xd9, 0xb5, 0x78, 0xa5, 0xf6, 0x9c, 0xb4, 0x94, 0x73, 0x8c, 0x73, 0x94, 0x93, 0x9c, 0xb3, 0x9c, 0xd4, 0xa4, 0xf4, 0xac, 0xf5, 0xa4, 0xf5, 0x9c, 0xf5, 0x9c, 0x16, 0xa5, 0x36, 0xad, 0x56, 0xad, 0x36, 0xad, 0x36, 0xad, 0x56, 0xad, 0x57, 0xad, 0x77, 0xad, 0x97, 0xb5, 0xb8, 0xb5, 0xd8, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xd8, 0xb5, 0xd9, 0xbd, 0xf9, 0xbd, 0x19, 0xbe, 0x1a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x3a, 0xc6, 0xd9, 0xbd, 0xf9, 0xbd, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xce, 0x3a, 0xce, 0x3a, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xd8, 0xc5, 0xb8, 0xbd, 0xd8, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x18, 0xc6, 0xf8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0x19, 0xc6, 0x19, 0xc6, 0xf9, 0xc5, 0xf9, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd,
0x50, 0x9c, 0x30, 0x9c, 0x0f, 0x9c, 0xef, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xef, 0x93, 0xef, 0x9b, 0x30, 0x9c, 0xef, 0x93, 0xae, 0x93, 0xae, 0x8b, 0xae, 0x93, 0xae, 0x93, 0xae, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x8e, 0x93, 0xae, 0x93, 0xcf, 0x9b, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0x8d, 0x93, 0x8d, 0x93, 0x8d, 0x93, 0x8d, 0x8b, 0x4c, 0x8b, 0x2b, 0x83, 0x0a, 0x83, 0xea, 0x82, 0xea, 0x82, 0xea, 0x7a, 0xca, 0x7a, 0xc9, 0x7a, 0xa9, 0x7a, 0x89, 0x72, 0xa9, 0x7a, 0xa9, 0x7a, 0xa9, 0x7a, 0xa8, 0x7a, 0x88, 0x7a, 0x88, 0x72, 0x47, 0x72, 0x47, 0x6a, 0x46, 0x6a, 0x46, 0x6a, 0x46, 0x6a, 0x26, 0x62, 0x06, 0x62, 0x06, 0x5a, 0x06, 0x5a, 0x06, 0x5a, 0x07, 0x5a, 0xe6, 0x51, 0xa5, 0x49, 0x85, 0x49, 0x64, 0x41, 0x64, 0x41, 0x64, 0x41, 0x44, 0x41, 0xa5, 0x41, 0x85, 0x39, 0x24, 0x31, 0x03, 0x29, 0xe3, 0x28, 0xe3, 0x28, 0x03, 0x29, 0xe3, 0x28, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x20, 0xc3, 0x20, 0xc3, 0x18, 0xc3, 0x18, 0xa3, 0x18, 0xa3, 0x18, 0x03, 0x21, 0x86, 0x39, 0x49, 0x52, 0xec, 0x62, 0x6e, 0x73, 0xaf, 0x7b, 0xf0, 0x83, 0xf0, 0x83, 0x31, 0x8c, 0x72, 0x94, 0x93, 0x9c, 0xd4, 0xa4, 0xf5, 0xac, 0x56, 0xb5, 0x77, 0xbd, 0x77, 0xbd, 0x97, 0xbd, 0xb8, 0xbd, 0xd9, 0xc5, 0x3a, 0xce, 0x7b, 0xd6, 0x9b, 0xde, 0x9c, 0xd6, 0x9c, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x3a, 0xc6, 0xfa, 0xbd, 0xda, 0xbd, 0xb9, 0xb5, 0x99, 0xad, 0x79, 0xa5, 0x58, 0x9d, 0x18, 0x95, 0x18, 0x8d, 0xd7, 0x7c, 0xb7, 0x74, 0x97, 0x6c, 0x97, 0x64, 0x77, 0x64, 0x76, 0x5c, 0x56, 0x54, 0x56, 0x54, 0x58, 0x4c, 0x58, 0x4c, 0x37, 0x4c, 0x37, 0x4c, 0x58, 0x4c, 0x58, 0x4c, 0x78, 0x4c, 0x58, 0x4c, 0x79, 0x4c, 0x79, 0x4c, 0x79, 0x4c, 0x99, 0x4c, 0x9a, 0x4c, 0xba, 0x54, 0xba, 0x54, 0xdb, 0x54, 0xdb, 0x5c, 0xdb, 0x5c, 0xfb, 0x5c, 0xfb, 0x5c, 0x1b, 0x5d, 0x1c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x3c, 0x65, 0x5c, 0x65, 0x5c, 0x65, 0x5d, 0x65, 0x5d, 0x65, 0x7d, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x9d, 0x6d, 0x9d, 0x75, 0x9d, 0x75, 0x9d, 0x75, 0x9d, 0x75, 0x9d, 0x75, 0x9d, 0x75, 0x9e, 0x75, 0xbd, 0x7d, 0xbd, 0x7d, 0xbd, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x85, 0xde, 0x85, 0xdd, 0x85, 0xdd, 0x8d, 0xbd, 0x8d, 0xbc, 0x8d, 0xdc, 0x8d, 0xdc, 0x95, 0xfd, 0x9d, 0x1d, 0x9e, 0x1d, 0x9e, 0x1c, 0xb6, 0x3d, 0xb6, 0x7d, 0xbe, 0x9e, 0xc6, 0xbe, 0xce, 0xfe, 0xce, 0x1f, 0xd7, 0x3f, 0xdf, 0x5f, 0xdf, 0x5f, 0xe7, 0x7f, 0xe7, 0x7f, 0xef, 0x7e, 0xef, 0x7e, 0xef, 0x7e, 0xef, 0x7e, 0xef, 0x9f, 0xef, 0x9f, 0xef, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x5f, 0xe7, 0x3e, 0xdf, 0x1e, 0xdf, 0x1d, 0xdf, 0xdd, 0xd6, 0x9c, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x5a, 0xce, 0x19, 0xc6, 0x98, 0xb5, 0x36, 0xa5, 0xd4, 0x9c, 0x93, 0x94, 0x93, 0x94, 0x93, 0x94, 0x93, 0x94, 0x93, 0x9c, 0xb3, 0x9c, 0xb3, 0x9c, 0xd4, 0x9c, 0xd4, 0xa4, 0xf5, 0xa4, 0xf4, 0x9c, 0xf4, 0x9c, 0xf5, 0xa4, 0x15, 0xa5, 0x35, 0xa5, 0x36, 0xa5, 0x56, 0xad, 0x57, 0xad, 0x77, 0xad, 0x97, 0xad, 0x98, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xd8, 0xb5, 0xd8, 0xb5, 0xd9, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xd9, 0xbd, 0x19, 0xbe, 0x1a, 0xc6, 0x19, 0xc6, 0xf9, 0xbd, 0xd9, 0xbd, 0xf9, 0xbd, 0xf9, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0x5a, 0xce, 0x3a, 0xce, 0x19, 0xc6, 0xd8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf9, 0xc5, 0x19, 0xce, 0x19, 0xce, 0xf9, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x19, 0xc6, 0xf8, 0xc5, 0xd8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0xd8, 0xbd, 0xd7, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0x19, 0xc6, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd,
0x50, 0xa4, 0x30, 0x9c, 0x0f, 0x9c, 0xef, 0x93, 0xef, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xce, 0x93, 0xce, 0x93, 0xae, 0x8b, 0x8e, 0x8b, 0xae, 0x93, 0xce, 0x93, 0xce, 0x93, 0xae, 0x93, 0x8e, 0x8b, 0x4d, 0x8b, 0x4d, 0x8b, 0x6d, 0x8b, 0x8d, 0x8b, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0x8d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x4c, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6c, 0x8b, 0x4c, 0x8b, 0x2b, 0x83, 0x2b, 0x83, 0x2b, 0x8b, 0x2b, 0x8b, 0x2b, 0x8b, 0x0b, 0x83, 0xea, 0x82, 0xea, 0x82, 0xea, 0x82, 0xc9, 0x82, 0xc9, 0x82, 0xc9, 0x7a, 0xa9, 0x7a, 0xa8, 0x7a, 0x88, 0x7a, 0x68, 0x72, 0x67, 0x6a, 0x67, 0x6a, 0x46, 0x6a, 0x26, 0x62, 0x26, 0x62, 0x26, 0x62, 0x26, 0x62, 0x27, 0x62, 0x06, 0x5a, 0x06, 0x5a, 0xc5, 0x51, 0xa5, 0x49, 0x84, 0x49, 0x64, 0x41, 0x64, 0x41, 0x64, 0x41, 0x65, 0x39, 0x85, 0x39, 0x65, 0x39, 0x24, 0x31, 0x03, 0x29, 0x04, 0x29, 0x24, 0x29, 0x04, 0x29, 0x03, 0x21, 0x03, 0x21, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x18, 0xc3, 0x18, 0xc2, 0x18, 0xe3, 0x20, 0x45, 0x29, 0xa7, 0x39, 0x29, 0x4a, 0xcb, 0x62, 0x4d, 0x73, 0xaf, 0x7b, 0xd0, 0x83, 0x10, 0x8c, 0x31, 0x8c, 0x52, 0x94, 0x72, 0x94, 0xb3, 0x9c, 0xf5, 0xac, 0x15, 0xad, 0x97, 0xbd, 0x97, 0xbd, 0x98, 0xbd, 0xd8, 0xc5, 0x1a, 0xce, 0x7b, 0xd6, 0xdc, 0xde, 0xfd, 0xe6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xd6, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x9d, 0xd6, 0x7c, 0xce, 0x7c, 0xce, 0x5c, 0xc6, 0x3c, 0xbe, 0x3c, 0xbe, 0x1b, 0xb6, 0xfc, 0xad, 0xfb, 0xa5, 0xdb, 0x9d, 0xbb, 0x95, 0x9a, 0x8d, 0x7a, 0x85, 0x5a, 0x85, 0x3a, 0x7d, 0x39, 0x7d, 0xfa, 0x6c, 0xd9, 0x6c, 0xd9, 0x64, 0xb9, 0x64, 0xd9, 0x64, 0xfa, 0x64, 0xda, 0x64, 0xd9, 0x5c, 0xda, 0x64, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xda, 0x5c, 0xfb, 0x5c, 0xfa, 0x64, 0xfa, 0x64, 0x1b, 0x65, 0x1b, 0x65, 0x1b, 0x65, 0x1b, 0x65, 0x3b, 0x6d, 0x3c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x5c, 0x6d, 0x7d, 0x6d, 0x7d, 0x6d, 0x7c, 0x75, 0x7c, 0x75, 0x7c, 0x75, 0x9d, 0x75, 0x9d, 0x75, 0x9d, 0x75, 0x9d, 0x75, 0x9d, 0x7d, 0x9d, 0x75, 0x9d, 0x7d, 0xbd, 0x7d, 0xbd, 0x7d, 0xbd, 0x7d, 0xbd, 0x7d, 0xbd, 0x85, 0xbe, 0x85, 0xbd, 0x7d, 0xbe, 0x85, 0xbd, 0x85, 0xde, 0x85, 0xde, 0x8d, 0xfe, 0x8d, 0xfe, 0x95, 0xfd, 0x95, 0x1e, 0x9e, 0x1d, 0x9e, 0x1e, 0x9e, 0x3e, 0xa6, 0x5e, 0xae, 0x7e, 0xae, 0x9f, 0xb6, 0xbf, 0xb6, 0xde, 0xce, 0xff, 0xce, 0x1f, 0xd7, 0x3f, 0xd7, 0x3f, 0xdf, 0x5f, 0xdf, 0x7f, 0xe7, 0x9f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7e, 0xef, 0x7e, 0xef, 0x5f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x9f, 0xef, 0x9f, 0xef, 0x7f, 0xe7, 0x5f, 0xe7, 0x3e, 0xdf, 0x3e, 0xdf, 0xfd, 0xd6, 0xbc, 0xce, 0xbc, 0xce, 0xbc, 0xce, 0xbc, 0xce, 0x7b, 0xc6, 0x3a, 0xc6, 0xd9, 0xbd, 0x77, 0xad, 0xf5, 0x9c, 0xb4, 0x94, 0x93, 0x94, 0x93, 0x94, 0xb3, 0x9c, 0xb4, 0x9c, 0xb4, 0x9c, 0xd4, 0x9c, 0xd4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0x9c, 0xf4, 0x9c, 0xf5, 0xa4, 0x15, 0xa5, 0x36, 0xa5, 0x56, 0xa5, 0x76, 0xad, 0x77, 0xad, 0x77, 0xad, 0x77, 0xad, 0x97, 0xad, 0x98, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xd9, 0xb5, 0xd9, 0xb5, 0xd9, 0xbd, 0xf9, 0xbd, 0x19, 0xbe, 0x19, 0xc6, 0xf9, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xf9, 0xbd, 0xf9, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0xf8, 0xbd, 0xb7, 0xbd, 0x97, 0xb5, 0x97, 0xb5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb8, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xd7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd7, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xbd, 0xd7, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0x18, 0xc6, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5,
0x0f, 0x94, 0xef, 0x93, 0xef, 0x93, 0xef, 0x93, 0xef, 0x93, 0xef, 0x9b, 0xef, 0x93, 0xcf, 0x93, 0xae, 0x8b, 0xae, 0x8b, 0xce, 0x93, 0xce, 0x93, 0xcf, 0x93, 0xce, 0x93, 0xae, 0x93, 0x8e, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x8e, 0x93, 0xae, 0x93, 0xae, 0x93, 0x8e, 0x93, 0x8d, 0x8b, 0x4c, 0x83, 0x4c, 0x83, 0x4c, 0x83, 0x4c, 0x8b, 0x6d, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x6c, 0x8b, 0x8c, 0x93, 0x8d, 0x93, 0x8d, 0x93, 0x8d, 0x93, 0x8d, 0x93, 0x6c, 0x93, 0x4b, 0x8b, 0x2b, 0x8b, 0xea, 0x82, 0xea, 0x82, 0xc9, 0x82, 0xc9, 0x7a, 0xa8, 0x7a, 0x88, 0x7a, 0x88, 0x7a, 0x88, 0x7a, 0x87, 0x72, 0x67, 0x6a, 0x46, 0x6a, 0x26, 0x62, 0x26, 0x62, 0x26, 0x62, 0x26, 0x62, 0x27, 0x62, 0x27, 0x62, 0x27, 0x5a, 0x06, 0x5a, 0xc6, 0x51, 0xa5, 0x49, 0x84, 0x41, 0x84, 0x41, 0x85, 0x49, 0x85, 0x39, 0xa5, 0x41, 0xa5, 0x41, 0x65, 0x39, 0x24, 0x31, 0x03, 0x29, 0x03, 0x29, 0x03, 0x29, 0x04, 0x29, 0x03, 0x29, 0xe3, 0x20, 0xe3, 0x20, 0xe4, 0x20, 0x04, 0x21, 0xe3, 0x20, 0xe3, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa3, 0x18, 0x04, 0x21, 0x86, 0x31, 0x28, 0x4a, 0x8a, 0x5a, 0x2d, 0x6b, 0x6e, 0x73, 0xaf, 0x7b, 0xd0, 0x83, 0x11, 0x8c, 0x31, 0x8c, 0x72, 0x94, 0x93, 0x9c, 0xb4, 0x9c, 0xd4, 0xa4, 0x15, 0xad, 0x56, 0xb5, 0x97, 0xbd, 0xd9, 0xc5, 0x3a, 0xce, 0x7b, 0xd6, 0x5b, 0xce, 0x5b, 0xce, 0x5a, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xd6, 0x7b, 0xce, 0x9c, 0xd6, 0x9c, 0xce, 0x9c, 0xce, 0x9c, 0xce, 0x9d, 0xce, 0x9d, 0xce, 0x9d, 0xc6, 0x9d, 0xc6, 0x7d, 0xbe, 0x7d, 0xb6, 0x5d, 0xb6, 0x3d, 0xae, 0x1d, 0xa6, 0xfc, 0xa5, 0xdc, 0x9d, 0xdc, 0x9d, 0xdc, 0x95, 0xbc, 0x8d, 0x9b, 0x8d, 0x7b, 0x85, 0x9b, 0x85, 0x9b, 0x8d, 0x9b, 0x85, 0x7b, 0x85, 0x5b, 0x7d, 0x5b, 0x7d, 0x3b, 0x75, 0x3a, 0x75, 0x3a, 0x75, 0x1a, 0x75, 0x1a, 0x6d, 0x1a, 0x6d, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x3b, 0x75, 0x5b, 0x75, 0x5b, 0x75, 0x5c, 0x75, 0x5c, 0x75, 0x7c, 0x75, 0x7c, 0x75, 0x7c, 0x7d, 0x7c, 0x7d, 0x7c, 0x7d, 0x7c, 0x7d, 0x9c, 0x7d, 0x9c, 0x7d, 0x9c, 0x7d, 0x9c, 0x85, 0xbd, 0x85, 0xbc, 0x85, 0xbc, 0x85, 0x9c, 0x85, 0xbd, 0x85, 0xbd, 0x8d, 0xdd, 0x8d, 0xdd, 0x8d, 0xdd, 0x8d, 0xdd, 0x8d, 0xfd, 0x95, 0xfd, 0x95, 0xfd, 0x95, 0x1d, 0x96, 0x1e, 0x9e, 0x3e, 0x9e, 0x5e, 0xa6, 0x7e, 0xa6, 0x7e, 0xae, 0x9f, 0xb6, 0xbf, 0xb6, 0xdf, 0xbe, 0xdf, 0xbe, 0xff, 0xc6, 0x1f, 0xcf, 0x3f, 0xcf, 0x5f, 0xd7, 0x7f, 0xdf, 0x7f, 0xdf, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xe7, 0x7f, 0xef, 0x5f, 0xe7, 0x5f, 0xef, 0x5f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x5f, 0xe7, 0x3f, 0xe7, 0x1e, 0xdf, 0xfd, 0xde, 0xbc, 0xd6, 0xbd, 0xd6, 0xbc, 0xce, 0x9c, 0xce, 0x7b, 0xce, 0x3a, 0xc6, 0xf9, 0xbd, 0xb8, 0xad, 0x36, 0xa5, 0xf5, 0xa4, 0xb4, 0x9c, 0x93, 0x94, 0x93, 0x94, 0x93, 0x94, 0xb3, 0x9c, 0xb3, 0x9c, 0xb3, 0x9c, 0xd4, 0x9c, 0xf4, 0xa4, 0x15, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x15, 0xad, 0xf5, 0xa4, 0x15, 0xa5, 0x15, 0xa5, 0x15, 0xa5, 0x36, 0xa5, 0x36, 0xa5, 0x56, 0xad, 0x56, 0xad, 0x56, 0xad, 0x57, 0xad, 0x77, 0xad, 0x98, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xd9, 0xb5, 0xf9, 0xbd, 0x19, 0xbe, 0x1a, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0xf9, 0xbd, 0xd9, 0xbd, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0xf9, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0x19, 0xc6, 0x39, 0xce, 0x19, 0xc6, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xbd, 0xf8, 0xc5, 0x19, 0xce, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5,
0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x93, 0xcf, 0x93, 0xae, 0x93, 0xae, 0x8b, 0x8d, 0x8b, 0x8e, 0x93, 0x8e, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0x8e, 0x93, 0x8d, 0x8b, 0x4c, 0x83, 0x4c, 0x8b, 0x4c, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x4c, 0x8b, 0x2c, 0x83, 0x4c, 0x83, 0x2b, 0x83, 0x2b, 0x83, 0x2b, 0x83, 0x0b, 0x83, 0xea, 0x7a, 0xc9, 0x7a, 0xa9, 0x72, 0xa9, 0x72, 0xa9, 0x7a, 0xa9, 0x7a, 0xa8, 0x72, 0x88, 0x72, 0x68, 0x72, 0x68, 0x72, 0x88, 0x72, 0x87, 0x72, 0x67, 0x72, 0x47, 0x6a, 0x26, 0x62, 0x06, 0x62, 0x06, 0x5a, 0x06, 0x5a, 0x26, 0x62, 0x47, 0x62, 0x47, 0x62, 0x47, 0x62, 0x06, 0x5a, 0xc5, 0x51, 0x85, 0x49, 0x85, 0x49, 0xa5, 0x49, 0xa6, 0x41, 0xc6, 0x41, 0xa6, 0x41, 0x85, 0x39, 0x44, 0x31, 0x24, 0x31, 0x24, 0x29, 0x24, 0x29, 0x24, 0x31, 0x04, 0x29, 0x03, 0x21, 0x04, 0x21, 0x04, 0x29, 0x04, 0x21, 0xe3, 0x20, 0xe3, 0x20, 0xc3, 0x20, 0xc3, 0x20, 0xc3, 0x18, 0xa3, 0x18, 0xc3, 0x18, 0xc3, 0x20, 0x04, 0x21, 0x25, 0x29, 0xe7, 0x41, 0x4a, 0x52, 0xec, 0x62, 0x6e, 0x73, 0xaf, 0x7b, 0xd0, 0x83, 0x11, 0x8c, 0x31, 0x8c, 0x31, 0x8c, 0x53, 0x94, 0xb4, 0x9c, 0xf5, 0xa4, 0x15, 0xad, 0x36, 0xad, 0x77, 0xb5, 0xb8, 0xbd, 0xd8, 0xbd, 0xd9, 0xbd, 0xf9, 0xc5, 0xf9, 0xc5, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x9c, 0xce, 0x9c, 0xce, 0xbd, 0xd6, 0xbd, 0xd6, 0xdd, 0xce, 0xde, 0xce, 0xbe, 0xce, 0xbe, 0xce, 0xbe, 0xce, 0xbe, 0xce, 0xbe, 0xc6, 0x9e, 0xc6, 0x9e, 0xc6, 0x7e, 0xc6, 0x9e, 0xb6, 0x7d, 0xb6, 0x5d, 0xae, 0x3c, 0xae, 0x3d, 0xae, 0x5d, 0xae, 0x3d, 0xa6, 0x1c, 0xa6, 0xfc, 0x9d, 0xfc, 0x9d, 0xdc, 0x9d, 0xbb, 0x95, 0xbb, 0x95, 0x9b, 0x8d, 0x9b, 0x8d, 0x9b, 0x8d, 0x9b, 0x8d, 0x9b, 0x8d, 0x9b, 0x8d, 0x9b, 0x8d, 0x9b, 0x8d, 0x9b, 0x8d, 0x9b, 0x8d, 0x9b, 0x8d, 0x9b, 0x8d, 0x9b, 0x8d, 0x9b, 0x8d, 0xbc, 0x8d, 0xbc, 0x8d, 0xbc, 0x8d, 0xbc, 0x8d, 0xbc, 0x8d, 0xbc, 0x8d, 0xbc, 0x8d, 0xdc, 0x8d, 0xdc, 0x95, 0xfd, 0x95, 0xfd, 0x95, 0xfd, 0x95, 0xfd, 0x95, 0xfd, 0x9d, 0x1d, 0x9e, 0x1d, 0x9e, 0x3e, 0xa6, 0x3e, 0xa6, 0x3e, 0xa6, 0x5e, 0xae, 0x5e, 0xae, 0x7e, 0xae, 0x7e, 0xb6, 0x9e, 0xb6, 0xbf, 0xb6, 0xdf, 0xbe, 0xff, 0xc6, 0xff, 0xc6, 0x1f, 0xc7, 0x3f, 0xcf, 0x3f, 0xd7, 0x3f, 0xd7, 0x5f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x7f, 0xdf, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x9f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x3f, 0xe7, 0x3f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x1e, 0xdf, 0xfe, 0xde, 0xdd, 0xd6, 0xbd, 0xd6, 0x9c, 0xce, 0x9c, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x5b, 0xc6, 0x3a, 0xc6, 0xf9, 0xbd, 0x78, 0xad, 0x16, 0x9d, 0xb4, 0x94, 0x11, 0x84, 0x11, 0x84, 0x31, 0x8c, 0x52, 0x8c, 0x73, 0x94, 0x93, 0x94, 0x72, 0x94, 0x52, 0x8c, 0x72, 0x94, 0x93, 0x94, 0xd4, 0x9c, 0x14, 0xa5, 0x15, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xa5, 0x36, 0xad, 0x36, 0xad, 0x56, 0xad, 0x56, 0xad, 0x76, 0xad, 0x76, 0xad, 0x76, 0xad, 0x97, 0xb5, 0x98, 0xb5, 0xb8, 0xb5, 0xd9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xd9, 0xbd, 0xf9, 0xbd, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x19, 0xc6, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xce, 0x1a, 0xc6, 0x39, 0xc6, 0x39, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0xd8, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0xd8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xf9, 0xc5, 0x19, 0xce, 0x19, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x39, 0xce, 0x19, 0xc6, 0x18, 0xc6, 0xf8, 0xc5, 0xf8, 0xc5, 0x19, 0xce, 0x19, 0xc6, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd,
0xcf, 0x93, 0xcf, 0x93, 0xef, 0x93, 0xce, 0x8b, 0x8e, 0x8b, 0x8d, 0x83, 0x8d, 0x8b, 0x8e, 0x8b, 0x0f, 0x9c, 0xef, 0x9b, 0xef, 0x93, 0xce, 0x93, 0xae, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8e, 0x93, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8e, 0x93, 0x8d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x4c, 0x8b, 0x4c, 0x8b, 0x2c, 0x83, 0x2c, 0x83, 0x0b, 0x83, 0x0b, 0x83, 0x0b, 0x7b, 0xea, 0x7a, 0xca, 0x7a, 0xc9, 0x72, 0x89, 0x72, 0x88, 0x72, 0x68, 0x6a, 0x88, 0x72, 0x88, 0x72, 0xa9, 0x72, 0xa8, 0x72, 0x88, 0x72, 0x88, 0x72, 0x68, 0x72, 0x68, 0x72, 0x87, 0x72, 0x88, 0x72, 0x87, 0x72, 0x47, 0x6a, 0x06, 0x62, 0xe5, 0x59, 0x06, 0x5a, 0x06, 0x62, 0x06, 0x5a, 0x27, 0x62, 0x27, 0x5a, 0x06, 0x5a, 0xc5, 0x51, 0xa5, 0x49, 0xa5, 0x49, 0xa5, 0x49, 0xa5, 0x41, 0xa5, 0x41, 0x85, 0x39, 0x44, 0x39, 0x44, 0x31, 0x44, 0x39, 0x65, 0x39, 0x65, 0x39, 0x44, 0x31, 0x24, 0x29, 0x04, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x04, 0x29, 0x04, 0x29, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x20, 0xc3, 0x20, 0xc3, 0x18, 0xa3, 0x18, 0xc3, 0x18, 0x25, 0x29, 0xa7, 0x39, 0x49, 0x4a, 0xab, 0x5a, 0x0d, 0x6b, 0x6e, 0x73, 0xd0, 0x7b, 0xf1, 0x83, 0x31, 0x8c, 0x52, 0x94, 0x52, 0x94, 0x52, 0x94, 0x93, 0x94, 0xd4, 0xa4, 0x15, 0xa5, 0x36, 0xad, 0x56, 0xad, 0x77, 0xb5, 0xb8, 0xb5, 0xd8, 0xbd, 0xf9, 0xbd, 0x19, 0xc6, 0x1a, 0xc6, 0x5a, 0xc6, 0x5b, 0xc6, 0x7b, 0xc6, 0x7b, 0xce, 0x9c, 0xce, 0xbc, 0xd6, 0xbd, 0xd6, 0xbd, 0xd6, 0xbd, 0xd6, 0xde, 0xd6, 0xde, 0xd6, 0xde, 0xde, 0xde, 0xde, 0xdf, 0xde, 0xde, 0xde, 0xde, 0xde, 0xde, 0xce, 0xde, 0xce, 0xbe, 0xce, 0xbd, 0xc6, 0xbd, 0xce, 0xde, 0xce, 0xbd, 0xc6, 0x9d, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0xbe, 0x7d, 0xb6, 0x5d, 0xb6, 0x5d, 0xb6, 0x3c, 0xb6, 0x3c, 0xb6, 0x3d, 0xae, 0x3d, 0xae, 0x3d, 0xae, 0x3d, 0xae, 0x3d, 0xae, 0x3d, 0xae, 0x3d, 0xae, 0x3d, 0xa6, 0x3d, 0xa6, 0x3d, 0xa6, 0x3d, 0xa6, 0x3d, 0xa6, 0x3d, 0xa6, 0x3d, 0xa6, 0x3d, 0xa6, 0x3d, 0xa6, 0x5d, 0xae, 0x5d, 0xae, 0x5d, 0xae, 0x5d, 0xae, 0x7e, 0xb6, 0x7e, 0xb6, 0x7e, 0xb6, 0x9e, 0xb6, 0x9e, 0xb6, 0x9e, 0xbe, 0xbe, 0xbe, 0xbf, 0xbe, 0xdf, 0xc6, 0xdf, 0xc6, 0xdf, 0xc6, 0xff, 0xc6, 0x1f, 0xcf, 0x1f, 0xcf, 0x1f, 0xd7, 0x3f, 0xd7, 0x3f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x7f, 0xdf, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xef, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x3f, 0xdf, 0x3f, 0xe7, 0x3f, 0xe7, 0x3f, 0xe7, 0x3f, 0xe7, 0x1f, 0xe7, 0x1f, 0xdf, 0xff, 0xde, 0xdd, 0xd6, 0xbd, 0xd6, 0xbd, 0xce, 0x9c, 0xce, 0x7c, 0xce, 0x5c, 0xce, 0x5b, 0xc6, 0x3b, 0xc6, 0x3a, 0xc6, 0xd9, 0xbd, 0x77, 0xad, 0xf6, 0x9c, 0xb4, 0x94, 0x53, 0x8c, 0x32, 0x8c, 0x32, 0x84, 0x52, 0x8c, 0x31, 0x8c, 0x31, 0x8c, 0x52, 0x94, 0x72, 0x94, 0x93, 0x9c, 0x93, 0x9c, 0x93, 0x9c, 0x31, 0x8c, 0x52, 0x8c, 0x93, 0x94, 0xd3, 0x9c, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0x15, 0xa5, 0x35, 0xa5, 0x56, 0xad, 0x76, 0xad, 0x97, 0xb5, 0x97, 0xb5, 0xb7, 0xb5, 0xb8, 0xb5, 0x77, 0xad, 0x97, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xf9, 0xbd, 0xf9, 0xbd, 0x1a, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0x19, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xc6, 0x19, 0xce, 0x39, 0xce, 0xf8, 0xc5, 0xf8, 0xc5, 0xf9, 0xc5, 0x19, 0xce, 0x39, 0xce, 0x19, 0xc6, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x59, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x19, 0xce, 0xf9, 0xcd, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xb8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb8, 0xc5, 0xd8, 0xc5,
0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xce, 0x8b, 0x8e, 0x8b, 0x6d, 0x83, 0x8d, 0x83, 0x8d, 0x8b, 0xae, 0x93, 0xae, 0x93, 0xae, 0x8b, 0x8d, 0x8b, 0x6d, 0x83, 0x6d, 0x83, 0x6d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x8d, 0x8b, 0xae, 0x93, 0xae, 0x93, 0xce, 0x93, 0xae, 0x93, 0x8d, 0x8b, 0x4c, 0x8b, 0x2c, 0x83, 0x2c, 0x83, 0x4c, 0x83, 0x4c, 0x8b, 0x4c, 0x83, 0x2b, 0x83, 0x0b, 0x83, 0x0b, 0x7b, 0x0a, 0x7b, 0xea, 0x7a, 0xea, 0x7a, 0xea, 0x7a, 0xa9, 0x72, 0xc9, 0x7a, 0xc9, 0x7a, 0xca, 0x7a, 0xc9, 0x7a, 0xa9, 0x7a, 0xa9, 0x72, 0xa8, 0x72, 0x87, 0x72, 0x88, 0x72, 0x88, 0x72, 0x67, 0x6a, 0x06, 0x62, 0xe5, 0x59, 0xe5, 0x59, 0x06, 0x5a, 0xc5, 0x51, 0xe5, 0x59, 0xe6, 0x59, 0xe6, 0x59, 0xe6, 0x51, 0xc5, 0x51, 0xa5, 0x49, 0xa5, 0x49, 0xa5, 0x41, 0x85, 0x41, 0x64, 0x39, 0x24, 0x31, 0x24, 0x31, 0x44, 0x31, 0x44, 0x39, 0x44, 0x31, 0x24, 0x31, 0x03, 0x29, 0x03, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x04, 0x21, 0x04, 0x21, 0x03, 0x21, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x18, 0xe3, 0x18, 0xe3, 0x18, 0xa3, 0x18, 0xc3, 0x18, 0xe4, 0x20, 0x25, 0x29, 0x66, 0x31, 0xc7, 0x39, 0x49, 0x4a, 0xcb, 0x5a, 0x2d, 0x6b, 0x6e, 0x73, 0xb0, 0x7b, 0xf0, 0x83, 0x11, 0x8c, 0x31, 0x8c, 0x52, 0x8c, 0x73, 0x94, 0xb4, 0x9c, 0xd5, 0x9c, 0x15, 0xa5, 0x56, 0xad, 0x77, 0xad, 0x97, 0xb5, 0xb8, 0xb5, 0xd8, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0x19, 0xbe, 0x3a, 0xc6, 0x3a, 0xc6, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xd6, 0x7c, 0xd6, 0x9c, 0xd6, 0xbd, 0xde, 0xbd, 0xde, 0xbd, 0xde, 0xbd, 0xde, 0xbd, 0xe6, 0xbe, 0xe6, 0xfd, 0xde, 0xfd, 0xde, 0x1e, 0xdf, 0xfd, 0xde, 0xfe, 0xde, 0xfe, 0xde, 0xfe, 0xd6, 0xdd, 0xd6, 0xfe, 0xd6, 0xfe, 0xd6, 0xfe, 0xd6, 0xde, 0xd6, 0xfe, 0xd6, 0xde, 0xd6, 0xde, 0xd6, 0xde, 0xce, 0xde, 0xc6, 0xde, 0xc6, 0xde, 0xc6, 0xde, 0xc6, 0xde, 0xc6, 0xde, 0xc6, 0xde, 0xc6, 0xde, 0xc6, 0xde, 0xc6, 0xdf, 0xc6, 0xdf, 0xc6, 0xdf, 0xc6, 0xdf, 0xc6, 0xdf, 0xc6, 0xff, 0xc6, 0xff, 0xc6, 0xff, 0xce, 0xff, 0xce, 0xff, 0xce, 0xff, 0xce, 0x1f, 0xcf, 0x1f, 0xcf, 0x1f, 0xd7, 0x1f, 0xd7, 0x1f, 0xd7, 0x1f, 0xd7, 0x3f, 0xd7, 0x3f, 0xdf, 0x3f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xe7, 0x5f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xe7, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x5f, 0xef, 0x5f, 0xef, 0x5f, 0xef, 0x5f, 0xef, 0x5e, 0xe7, 0x5e, 0xdf, 0x5e, 0xdf, 0x5e, 0xe7, 0x5e, 0xe7, 0x5e, 0xe7, 0x3e, 0xdf, 0x3e, 0xdf, 0x1e, 0xdf, 0x1f, 0xdf, 0x1f, 0xdf, 0x1f, 0xdf, 0xff, 0xde, 0xde, 0xd6, 0xbe, 0xd6, 0x9e, 0xd6, 0x7c, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x5b, 0xc6, 0x3b, 0xc6, 0xfa, 0xbd, 0xd9, 0xb5, 0x98, 0xb5, 0x36, 0xa5, 0xd5, 0x9c, 0x53, 0x8c, 0xf1, 0x83, 0x90, 0x73, 0x8f, 0x73, 0x90, 0x7b, 0xd0, 0x7b, 0xcf, 0x83, 0xcf, 0x83, 0xaf, 0x7b, 0xaf, 0x7b, 0xf0, 0x83, 0x11, 0x8c, 0x31, 0x8c, 0x51, 0x94, 0x31, 0x8c, 0x52, 0x8c, 0x72, 0x94, 0x93, 0x94, 0x93, 0x94, 0xb3, 0x9c, 0xb3, 0x9c, 0xd4, 0x9c, 0xf5, 0xa4, 0x15, 0xa5, 0x15, 0xa5, 0x35, 0xa5, 0x56, 0xad, 0x56, 0xad, 0x56, 0xad, 0x56, 0xad, 0x97, 0xb5, 0x98, 0xb5, 0xb8, 0xb5, 0xd9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0x19, 0xbe, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xc5, 0xb8, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xf9, 0xc5, 0x19, 0xce, 0x19, 0xc6, 0x39, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x39, 0xce, 0x19, 0xc6, 0xf8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0x19, 0xc6, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0xf9, 0xc5, 0xf8, 0xc5, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x39, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xd6, 0x3a, 0xd6, 0x39, 0xce, 0x19, 0xce, 0x19, 0xce, 0xf9, 0xcd, 0x19, 0xce, 0x19, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xce, 0x19, 0xce, 0xf9, 0xcd, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5,
0xef, 0x93, 0xef, 0x93, 0xef, 0x93, 0xef, 0x93, 0xef, 0x93, 0xcf, 0x93, 0xce, 0x8b, 0xae, 0x8b, 0x8d, 0x8b, 0x8e, 0x8b, 0xae, 0x8b, 0x8e, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x8d, 0x8b, 0xae, 0x8b, 0x8d, 0x8b, 0x8e, 0x8b, 0xae, 0x93, 0xae, 0x93, 0x8e, 0x8b, 0x8e, 0x93, 0xae, 0x93, 0xce, 0x93, 0xcf, 0x9b, 0xae, 0x93, 0x8d, 0x93, 0x6d, 0x8b, 0x4c, 0x8b, 0x4c, 0x83, 0x4c, 0x8b, 0x4c, 0x8b, 0x4c, 0x83, 0x2b, 0x83, 0x0b, 0x83, 0x0b, 0x7b, 0x0b, 0x7b, 0x2b, 0x83, 0x2b, 0x83, 0x2b, 0x83, 0x0b, 0x83, 0x0a, 0x83, 0x0a, 0x83, 0x0a, 0x7b, 0xea, 0x7a, 0xea, 0x7a, 0xc9, 0x7a, 0xc9, 0x7a, 0xa8, 0x72, 0xa8, 0x72, 0xa8, 0x72, 0x87, 0x72, 0x67, 0x6a, 0x26, 0x62, 0x06, 0x5a, 0xe6, 0x59, 0xe5, 0x59, 0xe5, 0x59, 0xe6, 0x59, 0x06, 0x5a, 0x26, 0x5a, 0x06, 0x5a, 0xe6, 0x51, 0xc5, 0x51, 0xa5, 0x41, 0xa5, 0x41, 0x85, 0x41, 0x64, 0x39, 0x44, 0x39, 0x44, 0x39, 0x44, 0x39, 0x44, 0x31, 0x24, 0x31, 0x03, 0x29, 0x03, 0x29, 0x24, 0x29, 0x24, 0x29, 0x03, 0x29, 0x03, 0x21, 0x24, 0x29, 0x24, 0x29, 0x04, 0x21, 0xe3, 0x20, 0xc3, 0x18, 0xc2, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xe3, 0x18, 0xe3, 0x20, 0xc3, 0x18, 0xa3, 0x18, 0xa3, 0x18, 0xa3, 0x18, 0xc3, 0x18, 0x25, 0x21, 0x66, 0x31, 0xe8, 0x41, 0x4a, 0x4a, 0xcc, 0x62, 0x2d, 0x6b, 0x8f, 0x73, 0xd0, 0x7b, 0xf0, 0x83, 0x11, 0x84, 0x32, 0x8c, 0x52, 0x8c, 0x93, 0x94, 0xb4, 0x9c, 0xd4, 0x9c, 0xf5, 0xa4, 0x15, 0xa5, 0x56, 0xad, 0x77, 0xad, 0x97, 0xad, 0xb8, 0xb5, 0xd8, 0xbd, 0xf9, 0xbd, 0x19, 0xc6, 0x1a, 0xc6, 0x3a, 0xce, 0x3a, 0xce, 0x5b, 0xd6, 0x7b, 0xd6, 0x7c, 0xde, 0x7c, 0xde, 0x9c, 0xde, 0x9c, 0xde, 0xbc, 0xe6, 0xdc, 0xde, 0xfd, 0xe6, 0x1d, 0xe7, 0x1d, 0xe7, 0xfd, 0xe6, 0xfd, 0xe6, 0xfd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfe, 0xde, 0xfe, 0xde, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1f, 0xdf, 0x1f, 0xdf, 0x1f, 0xdf, 0x1f, 0xdf, 0x1f, 0xdf, 0x1f, 0xdf, 0x1f, 0xdf, 0x1f, 0xdf, 0x3f, 0xdf, 0x3f, 0xdf, 0x3f, 0xdf, 0x3f, 0xdf, 0x3f, 0xdf, 0x3f, 0xdf, 0x3f, 0xdf, 0x3f, 0xdf, 0x3f, 0xdf, 0x3f, 0xdf, 0x3f, 0xdf, 0x5f, 0xdf, 0x5f, 0xdf, 0x5f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x7f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x7f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x5f, 0xef, 0x5f, 0xef, 0x5f, 0xef, 0x5f, 0xef, 0x5f, 0xef, 0x5f, 0xef, 0x3e, 0xe7, 0x3e, 0xe7, 0x3e, 0xe7, 0x3e, 0xe7, 0x3e, 0xe7, 0x3e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x3d, 0xdf, 0x1d, 0xdf, 0x1d, 0xdf, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xd6, 0xdd, 0xd6, 0xdd, 0xd6, 0xdd, 0xd6, 0xbd, 0xd6, 0xbd, 0xd6, 0x9d, 0xce, 0x7c, 0xce, 0x3c, 0xc6, 0x3c, 0xc6, 0x3b, 0xc6, 0x1a, 0xbe, 0xfa, 0xbd, 0xb9, 0xb5, 0x77, 0xad, 0x16, 0xa5, 0xb4, 0x94, 0x53, 0x8c, 0xf1, 0x7b, 0xb0, 0x7b, 0x8f, 0x73, 0x8f, 0x73, 0x6f, 0x73, 0x6e, 0x73, 0x8f, 0x73, 0x8f, 0x7b, 0xaf, 0x83, 0xcf, 0x83, 0xcf, 0x83, 0xf0, 0x8b, 0x31, 0x8c, 0x51, 0x94, 0x72, 0x94, 0x72, 0x94, 0x52, 0x94, 0x72, 0x94, 0x72, 0x94, 0x92, 0x94, 0x93, 0x94, 0xb3, 0x9c, 0xd4, 0x9c, 0xf4, 0x9c, 0xf5, 0xa4, 0xf5, 0xa4, 0x15, 0xa5, 0x15, 0xa5, 0x15, 0xa5, 0x15, 0xa5, 0x15, 0xa5, 0xf5, 0xa4, 0xf5, 0x9c, 0x15, 0xa5, 0x36, 0xa5, 0x57, 0xad, 0x77, 0xad, 0x98, 0xb5, 0x98, 0xb5, 0x98, 0xb5, 0xd9, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xf9, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xb7, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xb8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb8, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0x5a, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xce, 0x39, 0xce, 0x39, 0xce, 0x5a, 0xd6, 0x3a, 0xd6, 0x39, 0xd6, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x39, 0xd6, 0x39, 0xd6, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0xf9, 0xcd, 0xf9, 0xcd, 0xf8, 0xcd,
0x51, 0x9c, 0x50, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x50, 0x9c, 0x30, 0x9c, 0xef, 0x93, 0xae, 0x8b, 0xae, 0x8b, 0xce, 0x93, 0xef, 0x93, 0xcf, 0x93, 0xae, 0x93, 0x8e, 0x8b, 0xae, 0x8b, 0xae, 0x8b, 0x8e, 0x8b, 0xae, 0x93, 0xce, 0x93, 0xae, 0x93, 0x8e, 0x8b, 0x8d, 0x8b, 0x8e, 0x93, 0xae, 0x93, 0x8e, 0x93, 0x8e, 0x93, 0x8d, 0x8b, 0x8d, 0x8b, 0x4c, 0x8b, 0x2c, 0x83, 0x0b, 0x83, 0x0b, 0x83, 0x2c, 0x83, 0x2b, 0x83, 0x2b, 0x7b, 0x2b, 0x7b, 0x2b, 0x7b, 0x2b, 0x83, 0x2b, 0x83, 0x2b, 0x83, 0x4b, 0x83, 0x2b, 0x83, 0x0b, 0x83, 0xea, 0x7a, 0xea, 0x7a, 0xea, 0x7a, 0xea, 0x7a, 0xc9, 0x7a, 0xe9, 0x7a, 0xc9, 0x7a, 0xc9, 0x7a, 0xc9, 0x7a, 0xc9, 0x72, 0x88, 0x72, 0x47, 0x6a, 0x26, 0x62, 0x26, 0x62, 0x06, 0x5a, 0x06, 0x5a, 0x27, 0x62, 0x67, 0x62, 0x47, 0x62, 0x06, 0x5a, 0xc5, 0x51, 0x85, 0x41, 0xa5, 0x49, 0xc6, 0x49, 0xa6, 0x49, 0x85, 0x41, 0x85, 0x41, 0x85, 0x41, 0x85, 0x41, 0x44, 0x31, 0x24, 0x31, 0x24, 0x31, 0x24, 0x31, 0x24, 0x29, 0xe3, 0x28, 0xe3, 0x20, 0x04, 0x29, 0xe3, 0x20, 0xe3, 0x20, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xa2, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xa3, 0x18, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x83, 0x18, 0xc4, 0x20, 0x45, 0x31, 0xc7, 0x39, 0x4a, 0x4a, 0xcc, 0x5a, 0x4d, 0x6b, 0x6f, 0x73, 0xd0, 0x7b, 0xf0, 0x83, 0x11, 0x84, 0x31, 0x8c, 0x52, 0x8c, 0x72, 0x94, 0x93, 0x94, 0xd4, 0x9c, 0xd5, 0x9c, 0xf5, 0x9c, 0x16, 0xa5, 0x36, 0xad, 0x57, 0xad, 0x77, 0xb5, 0x98, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xd8, 0xc5, 0xf9, 0xc5, 0x19, 0xce, 0x1a, 0xce, 0x3a, 0xce, 0x3a, 0xd6, 0x5b, 0xd6, 0xbb, 0xde, 0xfc, 0xe6, 0x1d, 0xef, 0x1d, 0xe7, 0xfd, 0xe6, 0xfd, 0xe6, 0xdd, 0xde, 0xdc, 0xde, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x3f, 0xe7, 0x3f, 0xe7, 0x3f, 0xe7, 0x3f, 0xe7, 0x3f, 0xe7, 0x3f, 0xe7, 0x3f, 0xe7, 0x3f, 0xe7, 0x3f, 0xe7, 0x3f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x5f, 0xe7, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x5f, 0xef, 0x5f, 0xe7, 0x3f, 0xe7, 0x3f, 0xe7, 0x5e, 0xef, 0x5e, 0xef, 0x5e, 0xef, 0x5e, 0xef, 0x5e, 0xef, 0x3e, 0xe7, 0x3e, 0xe7, 0x3e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xd6, 0xdd, 0xd6, 0xdd, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0x9c, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x5c, 0xce, 0x5b, 0xc6, 0x3b, 0xc6, 0x1a, 0xbe, 0xfa, 0xbd, 0xfa, 0xbd, 0x97, 0xad, 0x57, 0xad, 0x15, 0x9d, 0xb4, 0x94, 0x32, 0x84, 0xd1, 0x7b, 0x8f, 0x73, 0x4e, 0x6b, 0x6e, 0x73, 0x4e, 0x6b, 0x4e, 0x73, 0x6e, 0x73, 0x8e, 0x7b, 0x8f, 0x7b, 0xaf, 0x83, 0xf0, 0x8b, 0x10, 0x8c, 0x10, 0x8c, 0x30, 0x94, 0x31, 0x94, 0x51, 0x94, 0x51, 0x94, 0x72, 0x94, 0x92, 0x9c, 0x92, 0x94, 0x93, 0x94, 0x93, 0x94, 0x93, 0x94, 0x93, 0x94, 0xd4, 0x9c, 0xf4, 0xa4, 0x15, 0xa5, 0x15, 0xa5, 0x15, 0xa5, 0x35, 0xa5, 0x35, 0xa5, 0x36, 0xa5, 0x36, 0xad, 0x36, 0xad, 0x36, 0xad, 0x57, 0xad, 0x77, 0xad, 0x77, 0xad, 0x98, 0xb5, 0x98, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xd8, 0xbd, 0xd9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0xf9, 0xc5, 0xd8, 0xbd, 0xd8, 0xc5, 0xf9, 0xc5, 0xd8, 0xbd, 0xb7, 0xbd, 0x97, 0xb5, 0x97, 0xb5, 0x97, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x77, 0xb5, 0x76, 0xb5, 0x77, 0xb5, 0x97, 0xbd, 0xb7, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0x19, 0xce, 0x19, 0xce, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0xf9, 0xcd, 0xf9, 0xcd, 0xf8, 0xcd, 0xf8, 0xcd, 0xf9, 0xcd, 0xf9, 0xcd, 0xf9, 0xcd, 0xf9, 0xcd, 0xf9, 0xcd, 0xf8, 0xcd, 0xf8, 0xcd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5,
0x51, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x51, 0xa4, 0x30, 0x9c, 0x10, 0x9c, 0xef, 0x93, 0x0f, 0x9c, 0x10, 0x9c, 0x30, 0x9c, 0x30, 0xa4, 0x30, 0xa4, 0x30, 0x9c, 0x0f, 0x9c, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x93, 0xef, 0x93, 0xef, 0x9b, 0xef, 0x9b, 0xcf, 0x93, 0xae, 0x93, 0x8d, 0x8b, 0x6d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x4c, 0x8b, 0x4c, 0x83, 0x6c, 0x83, 0x6c, 0x83, 0x6c, 0x83, 0x6c, 0x83, 0x4c, 0x83, 0x4c, 0x83, 0x2b, 0x83, 0x2b, 0x83, 0x2b, 0x83, 0x2b, 0x83, 0x2b, 0x83, 0x2b, 0x83, 0x0a, 0x83, 0xea, 0x7a, 0xca, 0x7a, 0xc9, 0x7a, 0xc9, 0x7a, 0xe9, 0x7a, 0xe9, 0x7a, 0xe9, 0x7a, 0xc9, 0x7a, 0x88, 0x72, 0x47, 0x6a, 0x26, 0x62, 0x47, 0x62, 0x26, 0x62, 0x06, 0x5a, 0x06, 0x5a, 0x26, 0x62, 0x26, 0x62, 0x06, 0x5a, 0x06, 0x5a, 0xc6, 0x49, 0xc6, 0x49, 0xa5, 0x49, 0x85, 0x41, 0xa5, 0x41, 0xa5, 0x41, 0x85, 0x41, 0x65, 0x39, 0x65, 0x39, 0x44, 0x39, 0x24, 0x31, 0x03, 0x29, 0x03, 0x29, 0xe3, 0x28, 0xe3, 0x28, 0xe3, 0x28, 0xe3, 0x20, 0xe3, 0x20, 0xc3, 0x20, 0xe3, 0x18, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x18, 0xe3, 0x18, 0xe3, 0x20, 0xe3, 0x18, 0xc3, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x10, 0x62, 0x10, 0x62, 0x10, 0x62, 0x10, 0x82, 0x10, 0xc4, 0x18, 0x45, 0x29, 0xa7, 0x39, 0xe8, 0x41, 0xab, 0x5a, 0xec, 0x62, 0x4e, 0x6b, 0x8f, 0x73, 0xd0, 0x7b, 0x11, 0x84, 0x32, 0x8c, 0x52, 0x8c, 0x32, 0x8c, 0x53, 0x94, 0x94, 0x94, 0xb4, 0x9c, 0xb5, 0x9c, 0xd5, 0xa4, 0x16, 0xa5, 0x36, 0xad, 0x56, 0xad, 0x56, 0xad, 0x77, 0xb5, 0x97, 0xb5, 0xd8, 0xbd, 0xd8, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0x5a, 0xce, 0x7b, 0xd6, 0xbb, 0xde, 0xbc, 0xde, 0x9c, 0xd6, 0x9b, 0xd6, 0x9b, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbc, 0xde, 0xbc, 0xde, 0xbc, 0xd6, 0xbc, 0xd6, 0xdc, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfe, 0xde, 0xfe, 0xde, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xdf, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x3e, 0xe7, 0x3f, 0xe7, 0x5f, 0xe7, 0x5f, 0xef, 0x5f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x7f, 0xef, 0x5f, 0xef, 0x3e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1d, 0xdf, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbd, 0xd6, 0xdd, 0xd6, 0xfd, 0xde, 0xdd, 0xd6, 0xbc, 0xd6, 0x9d, 0xd6, 0x9c, 0xd6, 0x9c, 0xce, 0x7c, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x3a, 0xc6, 0x1a, 0xc6, 0x1a, 0xbe, 0x1a, 0xbe, 0xf9, 0xbd, 0xd8, 0xb5, 0x97, 0xad, 0x36, 0xa5, 0xf5, 0x9c, 0x93, 0x8c, 0x32, 0x84, 0xd0, 0x7b, 0x8f, 0x73, 0x6f, 0x73, 0x4e, 0x6b, 0x4e, 0x6b, 0x4e, 0x6b, 0x4e, 0x6b, 0x6d, 0x73, 0x6e, 0x73, 0x6e, 0x73, 0x8e, 0x7b, 0xae, 0x7b, 0xcf, 0x83, 0xf0, 0x8b, 0x10, 0x8c, 0xf0, 0x8b, 0x10, 0x8c, 0x31, 0x94, 0x51, 0x94, 0x72, 0x9c, 0x92, 0x9c, 0xb3, 0x9c, 0xb3, 0x9c, 0x93, 0x9c, 0x93, 0x94, 0x72, 0x94, 0x72, 0x94, 0xb3, 0x94, 0xf4, 0xa4, 0x15, 0xa5, 0x15, 0xa5, 0x15, 0xa5, 0x15, 0xa5, 0x15, 0xa5, 0x15, 0xa5, 0x36, 0xa5, 0x56, 0xad, 0x56, 0xad, 0x57, 0xad, 0x57, 0xad, 0x56, 0xad, 0x57, 0xad, 0x57, 0xad, 0x77, 0xad, 0x98, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd9, 0xbd, 0xf9, 0xc5, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0xf9, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xb8, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xb7, 0xc5, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x77, 0xbd, 0x77, 0xbd, 0x76, 0xbd, 0x97, 0xbd, 0x76, 0xbd, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5,
0x51, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x51, 0xa4, 0x50, 0x9c, 0x51, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x51, 0xa4, 0x50, 0xa4, 0x30, 0xa4, 0x10, 0x9c, 0x0f, 0x9c, 0x0f, 0x9c, 0x0f, 0x9c, 0x0f, 0x9c, 0x10, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x0f, 0x9c, 0xef, 0x9b, 0xef, 0x9b, 0xcf, 0x9b, 0xce, 0x93, 0xce, 0x93, 0xce, 0x93, 0xce, 0x93, 0xce, 0x93, 0xce, 0x93, 0xce, 0x93, 0xce, 0x93, 0xce, 0x93, 0xce, 0x93, 0xae, 0x93, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x6c, 0x8b, 0x4c, 0x8b, 0x2b, 0x83, 0x0a, 0x7b, 0xea, 0x7a, 0xca, 0x7a, 0xca, 0x7a, 0xca, 0x7a, 0xc9, 0x7a, 0xc9, 0x7a, 0xe9, 0x7a, 0xe9, 0x7a, 0xc9, 0x7a, 0xa9, 0x72, 0x88, 0x72, 0x68, 0x6a, 0x26, 0x62, 0x26, 0x62, 0x26, 0x62, 0x26, 0x62, 0x47, 0x62, 0x47, 0x62, 0x47, 0x62, 0x26, 0x62, 0xe6, 0x51, 0xc5, 0x49, 0xa5, 0x49, 0x85, 0x41, 0x85, 0x41, 0x85, 0x41, 0x65, 0x41, 0x64, 0x39, 0x65, 0x39, 0x44, 0x39, 0x24, 0x31, 0x24, 0x31, 0x04, 0x29, 0x03, 0x29, 0x03, 0x29, 0x03, 0x29, 0x03, 0x21, 0x03, 0x21, 0xe3, 0x20, 0xe3, 0x20, 0x03, 0x21, 0x03, 0x21, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x10, 0x82, 0x10, 0x82, 0x10, 0x62, 0x10, 0x62, 0x10, 0x62, 0x10, 0x83, 0x10, 0xc3, 0x18, 0xc4, 0x18, 0x25, 0x29, 0x66, 0x31, 0xe8, 0x39, 0x4a, 0x4a, 0xab, 0x5a, 0x0d, 0x63, 0x6e, 0x73, 0xaf, 0x7b, 0xf1, 0x83, 0x12, 0x8c, 0x33, 0x8c, 0x53, 0x94, 0x53, 0x94, 0x73, 0x94, 0x73, 0x94, 0x94, 0x94, 0xb4, 0x9c, 0xd4, 0x9c, 0xf5, 0xa4, 0x15, 0xa5, 0x56, 0xad, 0x76, 0xad, 0x77, 0xad, 0x97, 0xb5, 0x97, 0xb5, 0xb8, 0xbd, 0xd8, 0xbd, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0x19, 0xc6, 0x3a, 0xc6, 0x5a, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7c, 0xce, 0x9c, 0xce, 0x9c, 0xd6, 0xbc, 0xd6, 0xbc, 0xd6, 0xbd, 0xd6, 0xbd, 0xd6, 0xbd, 0xd6, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfd, 0xde, 0xfe, 0xde, 0xfe, 0xde, 0xfe, 0xde, 0x1e, 0xdf, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0x1e, 0xe7, 0xfd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xdd, 0xde, 0xbc, 0xd6, 0xdd, 0xd6, 0xdd, 0xd6, 0xdd, 0xd6, 0xdd, 0xd6, 0xbd, 0xd6, 0xbd, 0xd6, 0xbd, 0xd6, 0xbd, 0xd6, 0xbd, 0xd6, 0x9c, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x5b, 0xc6, 0x3b, 0xc6, 0x3b, 0xc6, 0x1b, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0xf9, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0x98, 0xb5, 0x56, 0xa5, 0xf4, 0x9c, 0x93, 0x8c, 0x31, 0x84, 0xf0, 0x7b, 0xaf, 0x73, 0x8e, 0x6b, 0x6e, 0x6b, 0x4e, 0x6b, 0x4e, 0x6b, 0x4d, 0x6b, 0x4d, 0x6b, 0x6e, 0x73, 0x8e, 0x73, 0xaf, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xae, 0x83, 0xce, 0x83, 0xcf, 0x83, 0xef, 0x8b, 0x10, 0x8c, 0x71, 0x9c, 0x51, 0x94, 0x71, 0x9c, 0x72, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb3, 0x9c, 0xb3, 0x9c, 0xd3, 0x9c, 0xd4, 0x9c, 0xf4, 0x9c, 0xf4, 0xa4, 0x15, 0xa5, 0x35, 0xa5, 0x36, 0xad, 0x56, 0xad, 0x56, 0xad, 0x56, 0xad, 0x56, 0xad, 0x56, 0xad, 0x56, 0xad, 0x77, 0xad, 0x77, 0xb5, 0x57, 0xad, 0x77, 0xad, 0x77, 0xad, 0x77, 0xad, 0x98, 0xb5, 0xb8, 0xb5, 0xd9, 0xbd, 0xf9, 0xbd, 0x19, 0xc6, 0x19, 0xc6, 0xf9, 0xbd, 0xf9, 0xbd, 0xd9, 0xbd, 0xf9, 0xc5, 0x19, 0xc6, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0xf9, 0xc5, 0xf8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x77, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x36, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x56, 0xb5,
0x92, 0xa4, 0x92, 0xa4, 0x92, 0xa4, 0x91, 0xa4, 0x91, 0xa4, 0x71, 0xa4, 0x51, 0xa4, 0x51, 0xa4, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0xa4, 0x30, 0x9c, 0x30, 0xa4, 0x50, 0xa4, 0x71, 0xa4, 0x71, 0xac, 0x71, 0xac, 0x51, 0xa4, 0x50, 0xa4, 0x30, 0xa4, 0x0f, 0x9c, 0xef, 0x9b, 0xef, 0x9b, 0x10, 0xa4, 0x30, 0xa4, 0x30, 0xa4, 0x0f, 0x9c, 0x0f, 0x9c, 0x0f, 0x9c, 0x0f, 0x9c, 0xef, 0x9b, 0xee, 0x93, 0xce, 0x93, 0xce, 0x93, 0xce, 0x93, 0xad, 0x93, 0x6c, 0x8b, 0x4c, 0x8b, 0x4c, 0x8b, 0x4c, 0x8b, 0x2b, 0x83, 0x2b, 0x83, 0x6c, 0x8b, 0x4b, 0x8b, 0x2b, 0x83, 0x0a, 0x83, 0xea, 0x7a, 0xc9, 0x72, 0x88, 0x72, 0x88, 0x6a, 0x47, 0x62, 0x47, 0x62, 0x27, 0x62, 0x27, 0x62, 0x26, 0x62, 0x26, 0x62, 0x27, 0x62, 0x47, 0x62, 0x06, 0x52, 0xe6, 0x51, 0xc5, 0x49, 0x85, 0x49, 0x84, 0x41, 0x64, 0x41, 0x64, 0x41, 0x64, 0x39, 0x44, 0x39, 0x24, 0x39, 0x24, 0x31, 0x24, 0x31, 0x24, 0x31, 0x03, 0x31, 0x03, 0x29, 0xe3, 0x28, 0x04, 0x29, 0x04, 0x29, 0x04, 0x29, 0x04, 0x29, 0x04, 0x29, 0x04, 0x21, 0xe3, 0x20, 0xe3, 0x18, 0x03, 0x21, 0xe3, 0x20, 0xe3, 0x18, 0xe3, 0x18, 0xc3, 0x18, 0xc2, 0x18, 0xc2, 0x18, 0xa2, 0x18, 0xa2, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x62, 0x10, 0x62, 0x10, 0x61, 0x10, 0x62, 0x10, 0x42, 0x08, 0x62, 0x10, 0xa3, 0x18, 0xe4, 0x20, 0x25, 0x29, 0x87, 0x31, 0xe8, 0x41, 0x29, 0x4a, 0xcd, 0x62, 0xee, 0x6a, 0x4f, 0x73, 0x90, 0x7b, 0xd1, 0x83, 0xf1, 0x83, 0x32, 0x8c, 0x52, 0x8c, 0x52, 0x8c, 0x73, 0x8c, 0xb3, 0x94, 0xb4, 0x94, 0xd4, 0x94, 0xd4, 0x94, 0xf4, 0x94, 0x15, 0x9d, 0x16, 0xa5, 0x36, 0xa5, 0x57, 0xad, 0x77, 0xad, 0x77, 0xad, 0x97, 0xad, 0xb8, 0xb5, 0xb9, 0xb5, 0xb9, 0xb5, 0xd9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0x1a, 0xbe, 0x1a, 0xbe, 0x3a, 0xc6, 0x3b, 0xc6, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x5a, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x5b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x9c, 0xce, 0x9c, 0xce, 0x9c, 0xce, 0x7c, 0xce, 0x9c, 0xce, 0x9b, 0xce, 0x9b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7b, 0xce, 0x7c, 0xce, 0x7c, 0xce, 0x7b, 0xce, 0x7c, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x5b, 0xc6, 0x3b, 0xc6, 0x3b, 0xbe, 0x1b, 0xbe, 0x1b, 0xbe, 0x1a, 0xbe, 0xfa, 0xbd, 0xfa, 0xbd, 0xda, 0xbd, 0xb9, 0xb5, 0x98, 0xb5, 0x78, 0xad, 0x37, 0xa5, 0xf5, 0x9c, 0xb4, 0x94, 0x53, 0x8c, 0x31, 0x84, 0xf0, 0x7b, 0x8f, 0x73, 0x6e, 0x6b, 0x4d, 0x6b, 0x4d, 0x6b, 0x4d, 0x63, 0x2d, 0x63, 0x2d, 0x63, 0x4d, 0x6b, 0x6d, 0x6b, 0x6d, 0x6b, 0x6d, 0x6b, 0x6d, 0x73, 0x8e, 0x7b, 0xae, 0x7b, 0xae, 0x7b, 0xae, 0x83, 0xae, 0x7b, 0xae, 0x7b, 0xae, 0x83, 0xce, 0x83, 0xce, 0x83, 0x10, 0x8c, 0x10, 0x8c, 0x30, 0x8c, 0x31, 0x94, 0x51, 0x94, 0x51, 0x94, 0x51, 0x94, 0x72, 0x94, 0xd3, 0x9c, 0xd4, 0x9c, 0xf4, 0xa4, 0x14, 0xa5, 0x15, 0xa5, 0xf4, 0xa4, 0x14, 0xa5, 0x14, 0xa5, 0x15, 0xa5, 0x35, 0xad, 0x56, 0xad, 0x56, 0xad, 0x36, 0xad, 0x56, 0xad, 0x56, 0xad, 0x77, 0xad, 0x77, 0xb5, 0x97, 0xb5, 0x98, 0xb5, 0x98, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xd8, 0xbd, 0xd9, 0xbd, 0x19, 0xc6, 0x19, 0xc6, 0xf9, 0xbd, 0xd9, 0xbd, 0xd8, 0xbd, 0xf9, 0xbd, 0xf9, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0xf9, 0xc5, 0xf8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xb8, 0xbd, 0xb8, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0x39, 0xce, 0x5a, 0xd6, 0x39, 0xce, 0x19, 0xce, 0xd8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0x97, 0xbd, 0xb8, 0xc5, 0xb8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd,
0x10, 0x9c, 0x10, 0x9c, 0x10, 0x94, 0x10, 0x94, 0x0f, 0x94, 0xef, 0x93, 0xef, 0x93, 0xef, 0x93, 0xef, 0x93, 0xef, 0x93, 0xef, 0x93, 0xef, 0x93, 0xef, 0x93, 0x0f, 0x9c, 0x10, 0x9c, 0x30, 0x9c, 0x30, 0xa4, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0xa4, 0x50, 0xa4, 0x51, 0xa4, 0x51, 0xa4, 0x51, 0xa4, 0x30, 0xa4, 0x0f, 0x9c, 0xef, 0x9b, 0xce, 0x93, 0xcf, 0x9b, 0xef, 0x9b, 0x0f, 0x9c, 0x10, 0xa4, 0x50, 0xa4, 0x30, 0xa4, 0x30, 0xa4, 0x30, 0xa4, 0x30, 0x9c, 0x10, 0x9c, 0x0f, 0x9c, 0xef, 0x9b, 0xad, 0x93, 0x8d, 0x93, 0x8d, 0x8b, 0x8d, 0x93, 0x8d, 0x93, 0x8d, 0x93, 0x4c, 0x8b, 0x2b, 0x83, 0x4c, 0x8b, 0x2b, 0x83, 0x2b, 0x83, 0x2b, 0x83, 0x0b, 0x83, 0x0b, 0x83, 0x0a, 0x83, 0xea, 0x7a, 0xc9, 0x7a, 0xc9, 0x72, 0x88, 0x72, 0x68, 0x6a, 0x47, 0x62, 0x47, 0x62, 0x67, 0x6a, 0x88, 0x6a, 0x27, 0x5a, 0x27, 0x5a, 0x06, 0x5a, 0xe6, 0x51, 0xa5, 0x49, 0x85, 0x41, 0x85, 0x41, 0x85, 0x41, 0x44, 0x39, 0x64, 0x39, 0x44, 0x39, 0x44, 0x39, 0x44, 0x39, 0x44, 0x31, 0x03, 0x31, 0x03, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x04, 0x29, 0xe3, 0x20, 0xc3, 0x20, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x18, 0xe3, 0x18, 0xe3, 0x18, 0xc3, 0x18, 0xc2, 0x18, 0xa2, 0x18, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x62, 0x10, 0x62, 0x10, 0x62, 0x10, 0x62, 0x10, 0x83, 0x10, 0xc3, 0x18, 0xe4, 0x20, 0x26, 0x31, 0x67, 0x31, 0xc9, 0x41, 0x2a, 0x4a, 0xac, 0x5a, 0x0d, 0x63, 0x4e, 0x6b, 0x8f, 0x73, 0xf0, 0x7b, 0x11, 0x7c, 0x32, 0x84, 0x52, 0x84, 0x72, 0x84, 0x93, 0x8c, 0xb3, 0x8c, 0xd4, 0x94, 0xb4, 0x94, 0xb4, 0x94, 0xd5, 0x9c, 0xf5, 0x9c, 0xf5, 0x9c, 0x16, 0x9d, 0x36, 0xa5, 0x57, 0xa5, 0x57, 0xa5, 0x57, 0xa5, 0x77, 0xad, 0x78, 0xad, 0x98, 0xad, 0x98, 0xad, 0xb8, 0xad, 0xb8, 0xb5, 0xb8, 0xb5, 0xd8, 0xbd, 0xd9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0x1a, 0xbe, 0x1a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x1a, 0xbe, 0x1a, 0xbe, 0x1a, 0xbe, 0x1a, 0xbe, 0x1a, 0xbe, 0x1a, 0xbe, 0xfa, 0xbd, 0xfa, 0xb5, 0xd9, 0xb5, 0xf9, 0xb5, 0xf9, 0xb5, 0xd9, 0xb5, 0xd9, 0xb5, 0xb9, 0xad, 0x98, 0xad, 0x78, 0xa5, 0x37, 0xa5, 0x16, 0xa5, 0xb5, 0x9c, 0x74, 0x8c, 0x33, 0x84, 0xf1, 0x7b, 0x8f, 0x73, 0x2e, 0x63, 0xcc, 0x5a, 0xcc, 0x5a, 0xcc, 0x5a, 0xec, 0x5a, 0x0c, 0x63, 0x4d, 0x6b, 0x6d, 0x6b, 0x6d, 0x6b, 0x6e, 0x73, 0x8e, 0x73, 0x8e, 0x73, 0x8e, 0x73, 0x8e, 0x73, 0x6d, 0x73, 0x4d, 0x73, 0x4d, 0x73, 0x4d, 0x73, 0x4d, 0x73, 0x4d, 0x73, 0x4d, 0x73, 0x6d, 0x73, 0x6d, 0x73, 0x8d, 0x7b, 0x8d, 0x7b, 0xcf, 0x83, 0xcf, 0x83, 0x10, 0x8c, 0x31, 0x8c, 0x72, 0x94, 0x72, 0x94, 0x92, 0x9c, 0xb3, 0x9c, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0x9c, 0xd4, 0x9c, 0xd4, 0x9c, 0xb3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xf5, 0xa4, 0x15, 0xa5, 0x36, 0xad, 0x56, 0xad, 0x56, 0xad, 0x57, 0xad, 0x97, 0xb5, 0xb8, 0xb5, 0xd9, 0xbd, 0xd9, 0xbd, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xbd, 0x19, 0xc6, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xce, 0x1a, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0xf9, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xbd, 0xb8, 0xbd, 0xb7, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0xd8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0x5a, 0xce, 0x5a, 0xd6, 0x39, 0xce, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf9, 0xcd, 0x19, 0xce, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5,
0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xef, 0x93, 0x0f, 0x94, 0x10, 0x9c, 0x30, 0x9c, 0x50, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x10, 0x9c, 0xef, 0x93, 0xef, 0x93, 0x0f, 0x94, 0x0f, 0x94, 0x10, 0x9c, 0x10, 0x9c, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0x0f, 0x9c, 0x0f, 0x9c, 0x0f, 0x9c, 0xef, 0x9b, 0xcf, 0x93, 0xae, 0x93, 0x8e, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xef, 0x9b, 0xcf, 0x93, 0xcf, 0x93, 0xce, 0x93, 0xce, 0x93, 0xae, 0x93, 0xae, 0x93, 0xad, 0x93, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x8d, 0x93, 0x8d, 0x93, 0x8d, 0x93, 0x4c, 0x8b, 0x2b, 0x83, 0x0b, 0x83, 0x0b, 0x83, 0x0b, 0x83, 0x0b, 0x83, 0x2b, 0x83, 0x2b, 0x83, 0x0b, 0x83, 0x0b, 0x83, 0xca, 0x7a, 0xca, 0x7a, 0xa9, 0x72, 0x88, 0x72, 0x68, 0x6a, 0x68, 0x6a, 0x68, 0x6a, 0x68, 0x6a, 0x68, 0x62, 0x68, 0x62, 0x68, 0x62, 0x47, 0x62, 0x07, 0x5a, 0xe6, 0x51, 0xc6, 0x49, 0xc6, 0x49, 0xa6, 0x49, 0xa6, 0x49, 0xa6, 0x41, 0xa6, 0x41, 0xa6, 0x41, 0x85, 0x41, 0x65, 0x39, 0x44, 0x39, 0x45, 0x31, 0x45, 0x31, 0x45, 0x31, 0x45, 0x31, 0x44, 0x29, 0x24, 0x29, 0x04, 0x29, 0x03, 0x21, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xe3, 0x18, 0xc2, 0x18, 0xc2, 0x18, 0xa2, 0x10, 0xa2, 0x10, 0xa2, 0x10, 0xa2, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0xa3, 0x18, 0xa2, 0x18, 0x82, 0x10, 0x62, 0x10, 0x62, 0x10, 0x62, 0x10, 0x62, 0x10, 0x82, 0x10, 0x62, 0x10, 0x83, 0x10, 0xa3, 0x18, 0xe4, 0x20, 0x25, 0x29, 0x87, 0x31, 0xc8, 0x39, 0xe8, 0x39, 0x6b, 0x4a, 0xab, 0x52, 0x0d, 0x5b, 0x4e, 0x63, 0x6e, 0x6b, 0xd0, 0x73, 0x11, 0x7c, 0x32, 0x84, 0x52, 0x84, 0x53, 0x8c, 0x73, 0x8c, 0x93, 0x8c, 0x94, 0x8c, 0x94, 0x8c, 0xb4, 0x94, 0xd4, 0x94, 0xd5, 0x94, 0xf5, 0x9c, 0xf5, 0x9c, 0x16, 0x9d, 0x16, 0x9d, 0x36, 0x9d, 0x36, 0x9d, 0x36, 0xa5, 0x36, 0xa5, 0x57, 0xad, 0x57, 0xad, 0x77, 0xad, 0x77, 0xad, 0x77, 0xad, 0x98, 0xad, 0x98, 0xb5, 0x98, 0xb5, 0x98, 0xb5, 0x98, 0xb5, 0xb8, 0xb5, 0xb9, 0xb5, 0xb9, 0xb5, 0xb9, 0xb5, 0xb9, 0xb5, 0xb9, 0xb5, 0xb9, 0xb5, 0xb9, 0xb5, 0xd9, 0xb5, 0xd9, 0xb5, 0xd9, 0xb5, 0xd9, 0xb5, 0xd9, 0xb5, 0xd9, 0xb5, 0xd9, 0xb5, 0xd9, 0xb5, 0xd8, 0xb5, 0xd8, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xb8, 0xb5, 0xb8, 0xad, 0x98, 0xad, 0x98, 0xad, 0x98, 0xad, 0x98, 0xad, 0x98, 0xad, 0x98, 0xad, 0x78, 0xad, 0x77, 0xa5, 0x57, 0xa5, 0x36, 0xa5, 0xf6, 0x9c, 0xd5, 0x94, 0x94, 0x8c, 0x53, 0x84, 0x53, 0x84, 0xb0, 0x73, 0x90, 0x73, 0x4f, 0x6b, 0x0e, 0x63, 0xed, 0x5a, 0xcd, 0x5a, 0x8b, 0x52, 0x6a, 0x4a, 0x8b, 0x52, 0x8b, 0x52, 0xab, 0x52, 0xcb, 0x5a, 0xec, 0x62, 0x0c, 0x63, 0x2c, 0x63, 0x2c, 0x6b, 0x4d, 0x6b, 0x4d, 0x6b, 0x4d, 0x6b, 0x4d, 0x73, 0x6d, 0x73, 0x6d, 0x73, 0x4d, 0x73, 0x2d, 0x6b, 0x2c, 0x6b, 0x2c, 0x6b, 0x2c, 0x6b, 0x4d, 0x73, 0x6d, 0x73, 0x8e, 0x7b, 0x8e, 0x7b, 0xae, 0x7b, 0xcf, 0x83, 0xcf, 0x83, 0x10, 0x8c, 0x51, 0x94, 0x92, 0x94, 0x93, 0x9c, 0xb3, 0x9c, 0xd3, 0x9c, 0xf4, 0xa4, 0xf4, 0xa4, 0xd4, 0x9c, 0xd3, 0x9c, 0xd4, 0x9c, 0xd4, 0x9c, 0xd4, 0x9c, 0xd4, 0x9c, 0xd4, 0x9c, 0xf4, 0xa4, 0x15, 0xa5, 0x15, 0xa5, 0x16, 0xa5, 0x36, 0xad, 0x77, 0xb5, 0x98, 0xb5, 0x98, 0xb5, 0xb8, 0xbd, 0xd9, 0xbd, 0xf9, 0xbd, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0x1a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x3a, 0xc6, 0x1a, 0xc6, 0x19, 0xc6, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0xf9, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xce, 0x19, 0xce, 0x39, 0xce, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x3a, 0xce, 0x19, 0xce, 0xf8, 0xc5, 0xf8, 0xc5, 0x19, 0xce, 0x39, 0xce, 0x3a, 0xd6, 0x19, 0xce, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd,
0x51, 0x9c, 0x51, 0x9c, 0x31, 0x9c, 0x31, 0x9c, 0x51, 0x9c, 0x51, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x51, 0xa4, 0x50, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x0f, 0x9c, 0x0f, 0x9c, 0x0f, 0x9c, 0x10, 0x9c, 0x10, 0x9c, 0xef, 0x9b, 0xef, 0x93, 0xef, 0x93, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x93, 0xcf, 0x9b, 0xce, 0x93, 0xce, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x4d, 0x8b, 0xae, 0x93, 0x8d, 0x93, 0x6d, 0x93, 0x8d, 0x93, 0x6d, 0x8b, 0x6c, 0x8b, 0x4c, 0x8b, 0x2c, 0x8b, 0x0b, 0x83, 0x0b, 0x83, 0x0b, 0x83, 0x0b, 0x83, 0x0b, 0x83, 0xea, 0x7a, 0xca, 0x7a, 0xca, 0x7a, 0xa9, 0x72, 0xa9, 0x72, 0xa9, 0x72, 0xa9, 0x72, 0xa9, 0x72, 0x88, 0x72, 0x68, 0x6a, 0x47, 0x6a, 0x68, 0x6a, 0x68, 0x6a, 0x68, 0x62, 0x68, 0x62, 0x47, 0x62, 0x27, 0x5a, 0xe6, 0x51, 0xe6, 0x51, 0xe6, 0x51, 0xe6, 0x51, 0xe6, 0x49, 0xc6, 0x49, 0xc6, 0x49, 0xa6, 0x49, 0x85, 0x41, 0x85, 0x39, 0x66, 0x39, 0x65, 0x39, 0x45, 0x31, 0x45, 0x31, 0x45, 0x31, 0x44, 0x31, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x03, 0x21, 0x03, 0x21, 0xe3, 0x20, 0xe3, 0x20, 0x03, 0x21, 0x03, 0x21, 0x03, 0x21, 0xe3, 0x18, 0xc3, 0x18, 0xc2, 0x18, 0xc2, 0x18, 0xc2, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa3, 0x18, 0xa3, 0x18, 0xa3, 0x18, 0xa3, 0x18, 0x83, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x62, 0x10, 0x62, 0x10, 0x82, 0x10, 0x82, 0x10, 0xa3, 0x18, 0xc3, 0x18, 0xe4, 0x18, 0x05, 0x21, 0x46, 0x29, 0xa7, 0x31, 0xe8, 0x39, 0x29, 0x42, 0x6a, 0x4a, 0xab, 0x52, 0x0e, 0x63, 0x4e, 0x63, 0x6f, 0x6b, 0xb0, 0x73, 0xd0, 0x7b, 0xf1, 0x7b, 0x32, 0x84, 0x52, 0x84, 0x73, 0x8c, 0x73, 0x8c, 0x94, 0x8c, 0xb4, 0x94, 0xb4, 0x94, 0xd4, 0x94, 0xd5, 0x94, 0xd5, 0x94, 0xd5, 0x9c, 0xf5, 0x9c, 0xf5, 0x9c, 0x16, 0xa5, 0x16, 0xa5, 0x36, 0xa5, 0x36, 0xa5, 0x36, 0xa5, 0x36, 0xa5, 0x36, 0xa5, 0x37, 0xa5, 0x57, 0xa5, 0x57, 0xa5, 0x57, 0xa5, 0x57, 0xa5, 0x57, 0xa5, 0x77, 0xad, 0x77, 0xad, 0x77, 0xad, 0x77, 0xad, 0x77, 0xad, 0x77, 0xad, 0x77, 0xad, 0x77, 0xad, 0x77, 0xad, 0x77, 0xad, 0x57, 0xa5, 0x57, 0xa5, 0x57, 0xa5, 0x56, 0xa5, 0x36, 0xa5, 0x36, 0xa5, 0x36, 0xa5, 0x16, 0xa5, 0xf6, 0x9c, 0xf5, 0x9c, 0xd5, 0x9c, 0xb4, 0x94, 0x74, 0x8c, 0x53, 0x8c, 0x32, 0x84, 0xf1, 0x7b, 0xb0, 0x73, 0x6f, 0x6b, 0x2e, 0x63, 0x0e, 0x63, 0x0e, 0x63, 0x2e, 0x63, 0xcc, 0x5a, 0xcc, 0x5a, 0xcc, 0x5a, 0xac, 0x52, 0xab, 0x52, 0xab, 0x52, 0x8b, 0x52, 0x8b, 0x52, 0xab, 0x52, 0xab, 0x5a, 0xab, 0x5a, 0xcb, 0x5a, 0xcb, 0x5a, 0xcb, 0x5a, 0xec, 0x62, 0xec, 0x62, 0x0c, 0x63, 0x0c, 0x63, 0x0c, 0x63, 0x0d, 0x6b, 0x2d, 0x6b, 0x4d, 0x73, 0x4d, 0x73, 0x2d, 0x6b, 0x2d, 0x6b, 0x2d, 0x6b, 0x4d, 0x73, 0x6e, 0x73, 0x8e, 0x7b, 0xcf, 0x83, 0xef, 0x83, 0xf0, 0x83, 0xd0, 0x83, 0xd0, 0x83, 0xf0, 0x83, 0x31, 0x8c, 0x51, 0x8c, 0x52, 0x8c, 0x72, 0x94, 0x93, 0x94, 0x92, 0x94, 0x93, 0x94, 0xb3, 0x94, 0xd3, 0x9c, 0xd4, 0x9c, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0x9c, 0xd4, 0x9c, 0xd4, 0x9c, 0xf4, 0xa4, 0xf5, 0xa4, 0xf5, 0xa4, 0x15, 0xa5, 0x36, 0xad, 0x56, 0xad, 0x57, 0xad, 0x77, 0xb5, 0x97, 0xb5, 0x98, 0xb5, 0x98, 0xb5, 0x98, 0xb5, 0x98, 0xb5, 0x98, 0xb5, 0xb8, 0xb5, 0xd9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xd8, 0xbd, 0xb8, 0xbd, 0xb7, 0xb5, 0xd8, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0xf9, 0xc5, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0xf8, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xce, 0x19, 0xc6, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xcd, 0xf9, 0xcd, 0xf8, 0xc5, 0xd8, 0xc5, 0x19, 0xce, 0xf9, 0xcd, 0xf8, 0xc5, 0xf8, 0xc5, 0xf9, 0xcd, 0xf9, 0xcd, 0xf8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xc6, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd,
0x71, 0xa4, 0x51, 0xa4, 0x51, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x50, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x10, 0x9c, 0x10, 0x9c, 0x10, 0x9c, 0x10, 0x9c, 0x10, 0x9c, 0x10, 0x9c, 0x10, 0x9c, 0x30, 0x9c, 0x30, 0xa4, 0x30, 0xa4, 0x30, 0xa4, 0x30, 0xa4, 0x10, 0xa4, 0x10, 0xa4, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x93, 0xcf, 0x93, 0xcf, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xcf, 0x9b, 0xce, 0x9b, 0xae, 0x93, 0x8d, 0x93, 0x6d, 0x93, 0x6d, 0x8b, 0x6c, 0x8b, 0x4c, 0x8b, 0x4c, 0x8b, 0x2c, 0x8b, 0x0b, 0x83, 0x0b, 0x83, 0x0b, 0x83, 0x0c, 0x83, 0x2c, 0x83, 0x2c, 0x83, 0x2c, 0x83, 0x2b, 0x83, 0xea, 0x7a, 0xea, 0x7a, 0xea, 0x7a, 0xea, 0x7a, 0xea, 0x7a, 0xc9, 0x7a, 0x88, 0x72, 0x68, 0x6a, 0x47, 0x62, 0x47, 0x62, 0x27, 0x62, 0x47, 0x62, 0x47, 0x62, 0x27, 0x5a, 0x07, 0x5a, 0xe6, 0x51, 0xe6, 0x51, 0xc6, 0x49, 0xc6, 0x49, 0xc6, 0x49, 0xa6, 0x49, 0xa6, 0x41, 0x85, 0x41, 0x85, 0x41, 0x86, 0x39, 0x65, 0x39, 0x45, 0x31, 0x24, 0x31, 0x24, 0x31, 0x24, 0x31, 0x24, 0x31, 0x44, 0x29, 0x44, 0x29, 0x24, 0x29, 0x04, 0x29, 0x03, 0x21, 0x03, 0x21, 0x03, 0x21, 0x03, 0x21, 0x03, 0x21, 0xe3, 0x18, 0xe3, 0x18, 0xe3, 0x18, 0xe3, 0x18, 0xe3, 0x18, 0xe3, 0x18, 0xe3, 0x20, 0xe3, 0x20, 0xa2, 0x18, 0xa3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xa3, 0x18, 0xa3, 0x18, 0xa2, 0x10, 0xa2, 0x10, 0x81, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x62, 0x08, 0x62, 0x10, 0x83, 0x10, 0xa3, 0x10, 0xc4, 0x18, 0xe4, 0x18, 0x05, 0x21, 0x05, 0x21, 0x66, 0x29, 0x87, 0x31, 0xc8, 0x31, 0x09, 0x3a, 0x2a, 0x42, 0x6b, 0x4a, 0xac, 0x52, 0xcc, 0x5a, 0x2e, 0x63, 0x4e, 0x63, 0x6f, 0x6b, 0xaf, 0x73, 0xb0, 0x73, 0xd0, 0x7b, 0xf1, 0x7b, 0xf1, 0x7b, 0x32, 0x84, 0x52, 0x8c, 0x53, 0x8c, 0x73, 0x8c, 0x73, 0x8c, 0x73, 0x8c, 0x94, 0x94, 0xb4, 0x94, 0xb4, 0x94, 0xb4, 0x94, 0xb4, 0x94, 0xb5, 0x94, 0xd5, 0x94, 0xd5, 0x94, 0xd5, 0x94, 0xd5, 0x94, 0xd5, 0x9c, 0xd5, 0x9c, 0xd5, 0x94, 0xd5, 0x94, 0xd5, 0x94, 0xd5, 0x94, 0xd5, 0x94, 0xd4, 0x94, 0xb4, 0x94, 0xb4, 0x94, 0x94, 0x8c, 0x93, 0x8c, 0x73, 0x8c, 0x73, 0x8c, 0x52, 0x84, 0x52, 0x84, 0xf1, 0x7b, 0xd1, 0x7b, 0xb0, 0x73, 0x90, 0x73, 0x6f, 0x6b, 0x4e, 0x6b, 0x0e, 0x63, 0xed, 0x5a, 0xac, 0x5a, 0x8b, 0x52, 0x6b, 0x4a, 0x4a, 0x4a, 0x4a, 0x4a, 0x2a, 0x4a, 0x6b, 0x4a, 0x8b, 0x52, 0xcc, 0x5a, 0xec, 0x5a, 0xec, 0x5a, 0xcb, 0x5a, 0xcb, 0x52, 0xab, 0x5a, 0xab, 0x52, 0xab, 0x52, 0x6a, 0x52, 0x8b, 0x52, 0xab, 0x5a, 0xcb, 0x5a, 0xcc, 0x5a, 0xcc, 0x5a, 0xcc, 0x62, 0xec, 0x62, 0xec, 0x62, 0x0c, 0x6b, 0x0d, 0x6b, 0x0d, 0x6b, 0x2d, 0x6b, 0x4d, 0x73, 0x4e, 0x73, 0x4d, 0x73, 0x6e, 0x73, 0x4e, 0x73, 0x6e, 0x73, 0x6e, 0x73, 0xaf, 0x7b, 0xd0, 0x83, 0x10, 0x8c, 0x11, 0x8c, 0x10, 0x84, 0x10, 0x84, 0x31, 0x8c, 0x51, 0x8c, 0x52, 0x8c, 0x72, 0x94, 0x72, 0x94, 0x93, 0x94, 0x72, 0x8c, 0x72, 0x94, 0x93, 0x94, 0xd3, 0x9c, 0xf4, 0xa4, 0x15, 0xa5, 0x15, 0xa5, 0xf4, 0xa4, 0x15, 0xa5, 0x35, 0xad, 0x56, 0xad, 0x56, 0xad, 0x77, 0xb5, 0x77, 0xb5, 0x77, 0xb5, 0x77, 0xb5, 0x98, 0xb5, 0xb8, 0xb5, 0xd8, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0x98, 0xb5, 0x98, 0xb5, 0xd8, 0xbd, 0xd9, 0xbd, 0xf9, 0xc5, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xd8, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x19, 0xce, 0x19, 0xce, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xb8, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x77, 0xbd, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0xb7, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x39, 0xce, 0x19, 0xc6, 0x18, 0xc6, 0xf8, 0xc5, 0xf8, 0xc5, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0xf8, 0xc5, 0x18, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0xf8, 0xc5,
0x51, 0x9c, 0x51, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x31, 0x9c, 0x50, 0x9c, 0x10, 0x9c, 0x10, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x10, 0x9c, 0x0f, 0x9c, 0x10, 0x9c, 0x10, 0x9c, 0x10, 0x9c, 0x10, 0x9c, 0x10, 0x9c, 0x30, 0x9c, 0x30, 0xa4, 0x50, 0xa4, 0x50, 0xa4, 0x50, 0xa4, 0x30, 0xa4, 0x50, 0xa4, 0x30, 0xa4, 0x30, 0xa4, 0x10, 0xa4, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x93, 0xcf, 0x9b, 0xef, 0x9b, 0x0f, 0x9c, 0x10, 0xa4, 0x10, 0xa4, 0x0f, 0xa4, 0xce, 0x9b, 0xcf, 0x9b, 0xcf, 0x9b, 0xce, 0x9b, 0xce, 0x9b, 0xae, 0x9b, 0xae, 0x9b, 0xae, 0x9b, 0xae, 0x93, 0x8e, 0x93, 0x6d, 0x93, 0x6d, 0x8b, 0x4d, 0x8b, 0x4c, 0x8b, 0x2c, 0x83, 0x2b, 0x83, 0x2b, 0x83, 0x0b, 0x83, 0xca, 0x7a, 0xa9, 0x72, 0x89, 0x72, 0x68, 0x6a, 0x27, 0x62, 0x06, 0x62, 0x27, 0x5a, 0x27, 0x5a, 0x06, 0x5a, 0x06, 0x5a, 0x27, 0x5a, 0x27, 0x5a, 0x07, 0x52, 0xe6, 0x51, 0xc6, 0x49, 0xa6, 0x49, 0xa6, 0x49, 0xa6, 0x49, 0xa6, 0x41, 0xa5, 0x41, 0x85, 0x41, 0x85, 0x41, 0x66, 0x39, 0x45, 0x31, 0x24, 0x31, 0x04, 0x29, 0x04, 0x29, 0x04, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0xe3, 0x20, 0xe3, 0x20, 0xc2, 0x18, 0xe2, 0x18, 0xe2, 0x18, 0xe2, 0x18, 0xc2, 0x18, 0xc2, 0x18, 0xc2, 0x18, 0xc2, 0x18, 0xc2, 0x18, 0xc2, 0x18, 0xc2, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xe3, 0x20, 0xe4, 0x20, 0xc4, 0x18, 0xc3, 0x18, 0xa3, 0x18, 0x81, 0x08, 0x81, 0x08, 0x81, 0x08, 0x81, 0x08, 0x81, 0x08, 0x82, 0x08, 0x82, 0x10, 0x82, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0x83, 0x10, 0x83, 0x10, 0x83, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0x83, 0x10, 0x83, 0x10, 0xa3, 0x10, 0xc4, 0x18, 0xe4, 0x18, 0x05, 0x19, 0x25, 0x21, 0x46, 0x29, 0x67, 0x29, 0x87, 0x31, 0xc8, 0x31, 0xe9, 0x39, 0x29, 0x42, 0x4a, 0x4a, 0x6b, 0x4a, 0x8b, 0x52, 0xac, 0x52, 0xed, 0x5a, 0xed, 0x5a, 0x0d, 0x63, 0x0e, 0x63, 0x2e, 0x63, 0x2e, 0x63, 0x4e, 0x63, 0x4f, 0x6b, 0x6f, 0x6b, 0x6f, 0x6b, 0x8f, 0x6b, 0x90, 0x73, 0x90, 0x73, 0xb0, 0x73, 0x90, 0x6b, 0x90, 0x6b, 0x90, 0x73, 0x90, 0x73, 0x90, 0x73, 0x90, 0x6b, 0x90, 0x6b, 0x6f, 0x6b, 0x6f, 0x6b, 0x6f, 0x6b, 0x4f, 0x63, 0x2e, 0x63, 0x2e, 0x63, 0x0e, 0x5b, 0x0d, 0x5b, 0xed, 0x5a, 0xcc, 0x52, 0xcc, 0x52, 0x6b, 0x4a, 0x4b, 0x4a, 0x4a, 0x4a, 0x2a, 0x4a, 0x4a, 0x4a, 0x2a, 0x4a, 0x09, 0x42, 0xe9, 0x41, 0xe9, 0x41, 0xe9, 0x41, 0x09, 0x42, 0x29, 0x4a, 0x29, 0x4a, 0x29, 0x42, 0x4a, 0x4a, 0x6a, 0x52, 0xaa, 0x52, 0xcb, 0x52, 0xcb, 0x5a, 0xab, 0x52, 0x8a, 0x52, 0x6a, 0x4a, 0x6a, 0x4a, 0x4a, 0x4a, 0x6a, 0x52, 0x8b, 0x52, 0xcc, 0x5a, 0xec, 0x62, 0xec, 0x62, 0xcc, 0x62, 0xcc, 0x62, 0xcc, 0x62, 0xcc, 0x62, 0x0d, 0x6b, 0x2d, 0x6b, 0x2d, 0x6b, 0x2d, 0x6b, 0x4e, 0x73, 0x6e, 0x73, 0x6e, 0x73, 0x6e, 0x73, 0x6e, 0x73, 0x6e, 0x73, 0x6e, 0x73, 0xaf, 0x7b, 0xd0, 0x83, 0xf0, 0x83, 0x11, 0x84, 0x31, 0x84, 0x11, 0x84, 0x31, 0x8c, 0x52, 0x8c, 0x72, 0x8c, 0x72, 0x94, 0x92, 0x94, 0xb3, 0x94, 0xb3, 0x9c, 0xb3, 0x9c, 0xd4, 0x9c, 0xf4, 0x9c, 0x15, 0xa5, 0x35, 0xa5, 0x35, 0xa5, 0x15, 0xa5, 0x15, 0xa5, 0x35, 0xad, 0x56, 0xad, 0x77, 0xb5, 0x97, 0xb5, 0x97, 0xb5, 0x77, 0xb5, 0x77, 0xb5, 0x77, 0xb5, 0x98, 0xb5, 0xb8, 0xbd, 0xb8, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xd9, 0xbd, 0xb8, 0xb5, 0xd9, 0xbd, 0xf9, 0xbd, 0xf9, 0xbd, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf8, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0x19, 0xc6, 0x19, 0xce, 0x19, 0xce, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xb7, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xb8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x76, 0xb5, 0x97, 0xbd, 0xd8, 0xc5, 0xb7, 0xbd, 0x97, 0xbd, 0x76, 0xb5, 0x76, 0xb5, 0x77, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0x19, 0xce, 0x5a, 0xd6, 0x5a, 0xce, 0x39, 0xce, 0x19, 0xc6, 0x39, 0xce, 0x59, 0xce, 0x5a, 0xce, 0x59, 0xce, 0x39, 0xce, 0x18, 0xc6, 0x18, 0xc6, 0x18, 0xc6, 0x19, 0xc6, 0x39, 0xce, 0x59, 0xce, 0x39, 0xce, 0x39, 0xce,
0x51, 0x9c, 0x51, 0x9c, 0x50, 0x9c, 0x51, 0x9c, 0x51, 0xa4, 0x51, 0xa4, 0x51, 0xa4, 0x51, 0xa4, 0x30, 0x9c, 0x30, 0x9c, 0x50, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x51, 0xa4, 0x50, 0xa4, 0x30, 0x9c, 0x71, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x51, 0x9c, 0x51, 0x9c, 0x51, 0x9c, 0x51, 0xa4, 0x71, 0xa4, 0x51, 0xa4, 0x51, 0x9c, 0x51, 0x9c, 0x51, 0xa4, 0x51, 0xa4, 0x50, 0x9c, 0x30, 0x9c, 0x30, 0xa4, 0x10, 0x9c, 0x0f, 0x9c, 0x10, 0x9c, 0x30, 0xa4, 0x50, 0xa4, 0x30, 0xa4, 0x10, 0x9c, 0xef, 0x9b, 0x0f, 0x9c, 0x0f, 0x9c, 0x0f, 0x9c, 0x0f, 0x9c, 0x0f, 0x9c, 0x0f, 0x9c, 0xef, 0x9b, 0xad, 0x93, 0xad, 0x93, 0x8d, 0x93, 0x6d, 0x8b, 0x4c, 0x83, 0x2c, 0x83, 0x2c, 0x83, 0x4c, 0x83, 0x2c, 0x83, 0x2c, 0x83, 0x2b, 0x83, 0x2b, 0x83, 0x0b, 0x7b, 0xea, 0x7a, 0xaa, 0x72, 0x89, 0x72, 0x68, 0x6a, 0x68, 0x6a, 0x68, 0x6a, 0x68, 0x6a, 0x68, 0x62, 0x48, 0x62, 0x68, 0x62, 0x68, 0x62, 0x48, 0x62, 0x27, 0x5a, 0x07, 0x52, 0xe6, 0x49, 0xc6, 0x49, 0xa5, 0x41, 0x85, 0x41, 0xa5, 0x41, 0x85, 0x41, 0xa6, 0x41, 0xa6, 0x41, 0x85, 0x39, 0x45, 0x31, 0x24, 0x31, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x04, 0x29, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x20, 0xc3, 0x20, 0xc2, 0x18, 0xc3, 0x18, 0xe3, 0x20, 0xe3, 0x18, 0xc3, 0x18, 0xc2, 0x18, 0xc2, 0x18, 0xc3, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0xa2, 0x18, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0x82, 0x10, 0xa2, 0x10, 0xa3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xa3, 0x18, 0xa3, 0x18, 0xa2, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0x82, 0x10, 0xa3, 0x10, 0xa3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xe4, 0x20, 0xe4, 0x20, 0x04, 0x21, 0x04, 0x21, 0x25, 0x21, 0x45, 0x29, 0x66, 0x29, 0x66, 0x31, 0x86, 0x31, 0x86, 0x31, 0xa7, 0x31, 0xa7, 0x39, 0xc7, 0x39, 0xc7, 0x39, 0xe8, 0x39, 0x08, 0x42, 0x08, 0x42, 0x29, 0x42, 0x49, 0x4a, 0x29, 0x42, 0x29, 0x42, 0x29, 0x42, 0x29, 0x42, 0x29, 0x42, 0x29, 0x42, 0x29, 0x4a, 0x49, 0x4a, 0x29, 0x42, 0x29, 0x42, 0x08, 0x42, 0x08, 0x42, 0x08, 0x42, 0x08, 0x42, 0x08, 0x42, 0xe8, 0x41, 0xe7, 0x39, 0xc7, 0x39, 0xc7, 0x39, 0xc7, 0x39, 0xe7, 0x39, 0x08, 0x42, 0x08, 0x42, 0x08, 0x42, 0x29, 0x4a, 0x29, 0x42, 0x29, 0x42, 0x29, 0x42, 0x49, 0x4a, 0x6a, 0x4a, 0x8a, 0x52, 0x8b, 0x52, 0xab, 0x5a, 0xab, 0x5a, 0xab, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0xab, 0x5a, 0xcb, 0x5a, 0xcb, 0x5a, 0xeb, 0x5a, 0x0c, 0x63, 0x2c, 0x6b, 0x2c, 0x6b, 0x2c, 0x6b, 0x2c, 0x6b, 0x2c, 0x6b, 0x2d, 0x6b, 0x2d, 0x6b, 0x6e, 0x73, 0x8e, 0x73, 0x8f, 0x73, 0x8f, 0x73, 0x6e, 0x73, 0x4e, 0x73, 0x8f, 0x7b, 0xaf, 0x7b, 0xaf, 0x7b, 0xcf, 0x7b, 0xcf, 0x83, 0xcf, 0x83, 0xcf, 0x7b, 0xcf, 0x83, 0x11, 0x84, 0x11, 0x8c, 0x31, 0x8c, 0x31, 0x8c, 0x32, 0x8c, 0x52, 0x8c, 0x73, 0x94, 0x93, 0x94, 0xb4, 0x9c, 0x93, 0x94, 0xb4, 0x94, 0xd5, 0x9c, 0xf5, 0x9c, 0xf5, 0xa4, 0xf5, 0xa4, 0x16, 0xa5, 0x15, 0xa5, 0x36, 0xa5, 0x57, 0xad, 0x77, 0xb5, 0x77, 0xb5, 0x77, 0xb5, 0x77, 0xb5, 0x97, 0xb5, 0x97, 0xb5, 0x97, 0xb5, 0xb8, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xb8, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf9, 0xc5, 0x19, 0xce, 0x19, 0xce, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0x18, 0xce, 0xf8, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0x96, 0xbd, 0xb7, 0xbd, 0xb7, 0xc5, 0xb7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xb8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xb8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xb8, 0xc5, 0xb8, 0xc5, 0xb7, 0xc5, 0xb8, 0xc5, 0xb8, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5,
0x51, 0x9c, 0x51, 0x9c, 0x51, 0x9c, 0x51, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x51, 0xa4, 0x51, 0xa4, 0x50, 0x9c, 0x51, 0xa4, 0x50, 0xa4, 0x51, 0xa4, 0x51, 0xa4, 0x50, 0xa4, 0x30, 0xa4, 0x30, 0xa4, 0x51, 0x9c, 0x51, 0x9c, 0x51, 0x9c, 0x50, 0x9c, 0x30, 0x9c, 0x10, 0x9c, 0x10, 0x9c, 0x10, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x50, 0x9c, 0x51, 0xa4, 0x51, 0xa4, 0x51, 0xa4, 0x51, 0xa4, 0x50, 0xa4, 0x50, 0xa4, 0x50, 0xa4, 0x30, 0xa4, 0x30, 0xa4, 0x30, 0xa4, 0x30, 0xa4, 0x30, 0xa4, 0x0f, 0x9c, 0x30, 0xa4, 0x30, 0xa4, 0x10, 0x9c, 0x10, 0x9c, 0x10, 0x9c, 0x0f, 0x9c, 0xef, 0x9b, 0x0f, 0x9c, 0xef, 0x9b, 0xee, 0x9b, 0xce, 0x93, 0xce, 0x93, 0xad, 0x93, 0xad, 0x93, 0xad, 0x93, 0xad, 0x93, 0xad, 0x93, 0x8d, 0x8b, 0x6c, 0x8b, 0x4c, 0x8b, 0x2c, 0x83, 0x0b, 0x7b, 0xeb, 0x7a, 0xea, 0x7a, 0xea, 0x7a, 0xea, 0x7a, 0xea, 0x7a, 0xc9, 0x72, 0xc9, 0x72, 0xc9, 0x72, 0xa9, 0x6a, 0xa9, 0x6a, 0x89, 0x62, 0x68, 0x62, 0x68, 0x5a, 0x48, 0x5a, 0x07, 0x52, 0xe6, 0x49, 0xe6, 0x49, 0xc6, 0x49, 0xe7, 0x49, 0xe7, 0x49, 0xc6, 0x41, 0xa6, 0x41, 0x85, 0x39, 0x65, 0x31, 0x65, 0x31, 0x45, 0x31, 0x45, 0x31, 0x45, 0x31, 0x45, 0x31, 0x24, 0x29, 0x24, 0x29, 0x04, 0x29, 0x04, 0x29, 0x03, 0x21, 0x03, 0x21, 0x03, 0x21, 0x03, 0x21, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x20, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xa3, 0x10, 0xa3, 0x10, 0xa3, 0x10, 0xa3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xa3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xa3, 0x18, 0xa3, 0x18, 0xa3, 0x18, 0xa3, 0x18, 0xa3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xe4, 0x18, 0xe4, 0x18, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0x25, 0x21, 0x25, 0x29, 0x45, 0x29, 0x45, 0x29, 0x45, 0x29, 0x66, 0x29, 0x66, 0x31, 0x86, 0x31, 0x86, 0x31, 0xa7, 0x31, 0xa7, 0x31, 0xa7, 0x39, 0xc7, 0x39, 0xc7, 0x39, 0xc7, 0x39, 0x08, 0x42, 0xe8, 0x41, 0xe8, 0x41, 0x08, 0x42, 0x29, 0x42, 0x49, 0x4a, 0x6a, 0x4a, 0x6a, 0x4a, 0x69, 0x4a, 0x69, 0x4a, 0x69, 0x4a, 0x69, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x69, 0x4a, 0x49, 0x4a, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0xab, 0x52, 0xcb, 0x5a, 0xec, 0x5a, 0xec, 0x5a, 0x0c, 0x63, 0x0c, 0x63, 0x0c, 0x63, 0x0c, 0x63, 0x0c, 0x63, 0x0c, 0x63, 0x0c, 0x63, 0x0c, 0x63, 0x4d, 0x6b, 0x4d, 0x6b, 0x6d, 0x6b, 0x6e, 0x73, 0x6e, 0x73, 0x8e, 0x73, 0xae, 0x7b, 0xcf, 0x7b, 0xcf, 0x7b, 0xd0, 0x7b, 0xd0, 0x7b, 0xd0, 0x7b, 0xd0, 0x7b, 0xf0, 0x83, 0xf0, 0x83, 0xf0, 0x83, 0xf0, 0x83, 0xf0, 0x83, 0x10, 0x84, 0x11, 0x8c, 0x31, 0x8c, 0x31, 0x8c, 0x31, 0x8c, 0x31, 0x8c, 0x52, 0x8c, 0x52, 0x8c, 0x72, 0x94, 0x72, 0x94, 0x93, 0x94, 0xb3, 0x94, 0xd4, 0x9c, 0xf5, 0xa4, 0xf5, 0xa4, 0xf5, 0xa4, 0x36, 0xad, 0x57, 0xad, 0x56, 0xad, 0x16, 0xa5, 0x15, 0xa5, 0x16, 0xa5, 0x56, 0xad, 0x77, 0xad, 0x97, 0xb5, 0xb8, 0xb5, 0x98, 0xb5, 0x77, 0xb5, 0x77, 0xb5, 0x77, 0xb5, 0x97, 0xb5, 0x97, 0xb5, 0x97, 0xb5, 0xb8, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xb7, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xb8, 0xc5, 0xb8, 0xc5, 0xb8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xc5, 0xd7, 0xc5, 0xb7, 0xbd, 0xd7, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x77, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x56, 0xb5, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd,
0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x10, 0x9c, 0x10, 0x9c, 0x10, 0x9c, 0x30, 0x9c, 0x10, 0x9c, 0x10, 0x9c, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0x0f, 0x9c, 0xef, 0x93, 0xef, 0x93, 0xef, 0x93, 0xef, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xef, 0x9b, 0xef, 0x9b, 0xf0, 0x9b, 0xf0, 0x9b, 0xef, 0x9b, 0x0f, 0x9c, 0x0f, 0x9c, 0xef, 0x9b, 0xef, 0x93, 0xcf, 0x93, 0xef, 0x9b, 0x0f, 0x9c, 0xef, 0x9b, 0x0f, 0x9c, 0x0f, 0x9c, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xcf, 0x93, 0xce, 0x93, 0xce, 0x93, 0xae, 0x93, 0xad, 0x93, 0xad, 0x93, 0xad, 0x93, 0xad, 0x93, 0xad, 0x93, 0x8d, 0x93, 0xae, 0x93, 0xad, 0x93, 0x8d, 0x8b, 0x6d, 0x8b, 0x6c, 0x8b, 0x4c, 0x83, 0x2b, 0x83, 0x2b, 0x83, 0x0b, 0x83, 0x0b, 0x83, 0x0a, 0x7b, 0x0a, 0x7b, 0xea, 0x7a, 0xca, 0x72, 0xc9, 0x72, 0xa9, 0x6a, 0xa9, 0x6a, 0x89, 0x6a, 0x89, 0x62, 0x89, 0x62, 0x69, 0x62, 0x27, 0x5a, 0xe7, 0x51, 0xe6, 0x49, 0xc6, 0x41, 0xc6, 0x49, 0xc6, 0x49, 0xc6, 0x41, 0xa5, 0x39, 0x65, 0x39, 0x65, 0x31, 0x65, 0x31, 0x65, 0x31, 0x65, 0x31, 0x65, 0x31, 0x65, 0x31, 0x65, 0x31, 0x45, 0x31, 0x45, 0x31, 0x45, 0x31, 0x44, 0x29, 0x44, 0x29, 0x24, 0x29, 0x04, 0x29, 0x04, 0x29, 0x04, 0x29, 0x04, 0x29, 0x04, 0x21, 0x03, 0x21, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x20, 0x04, 0x21, 0xe3, 0x18, 0xe3, 0x18, 0xe3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xe3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xc3, 0x18, 0xe3, 0x18, 0xe3, 0x18, 0xe3, 0x18, 0xe4, 0x18, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0xe4, 0x20, 0xe4, 0x20, 0x04, 0x21, 0xe4, 0x20, 0xe4, 0x20, 0xe4, 0x20, 0xe4, 0x20, 0xe4, 0x20, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0x24, 0x21, 0x24, 0x21, 0x24, 0x21, 0x24, 0x21, 0x04, 0x21, 0x25, 0x21, 0x45, 0x29, 0x45, 0x29, 0x45, 0x29, 0x45, 0x29, 0x65, 0x29, 0x65, 0x29, 0x86, 0x31, 0x86, 0x31, 0x86, 0x31, 0xa7, 0x31, 0xc7, 0x39, 0xc7, 0x39, 0xc7, 0x39, 0xe8, 0x39, 0xe8, 0x41, 0xe8, 0x39, 0xe8, 0x39, 0x08, 0x42, 0x29, 0x4a, 0x6a, 0x4a, 0x8a, 0x52, 0xab, 0x52, 0xcb, 0x5a, 0xcb, 0x5a, 0xeb, 0x5a, 0xcb, 0x5a, 0xaa, 0x52, 0xaa, 0x52, 0xaa, 0x52, 0xab, 0x5a, 0x8a, 0x52, 0x8a, 0x52, 0xab, 0x52, 0xab, 0x52, 0xab, 0x52, 0xcb, 0x5a, 0xcb, 0x5a, 0xec, 0x5a, 0x0c, 0x63, 0x0c, 0x63, 0x0c, 0x63, 0x4d, 0x6b, 0x6e, 0x6b, 0x6e, 0x6b, 0x4d, 0x6b, 0x2d, 0x6b, 0x2c, 0x63, 0x2d, 0x6b, 0x4d, 0x6b, 0x6d, 0x6b, 0x6e, 0x73, 0x8e, 0x73, 0xaf, 0x7b, 0xcf, 0x7b, 0xd0, 0x7b, 0xd0, 0x7b, 0xf0, 0x83, 0xf0, 0x83, 0xd0, 0x7b, 0xf0, 0x83, 0x11, 0x84, 0x31, 0x8c, 0x31, 0x8c, 0x31, 0x8c, 0x31, 0x8c, 0x31, 0x8c, 0x31, 0x8c, 0x31, 0x8c, 0x31, 0x8c, 0x11, 0x8c, 0x11, 0x84, 0x31, 0x8c, 0x52, 0x8c, 0x52, 0x94, 0x72, 0x94, 0x93, 0x94, 0xb3, 0x9c, 0xd4, 0x9c, 0xf4, 0xa4, 0x15, 0xa5, 0x36, 0xad, 0x56, 0xad, 0x36, 0xad, 0x16, 0xa5, 0xf5, 0xa4, 0x16, 0xa5, 0x56, 0xad, 0x77, 0xad, 0x77, 0xb5, 0x97, 0xb5, 0x97, 0xb5, 0x97, 0xb5, 0x97, 0xb5, 0x97, 0xb5, 0x77, 0xb5, 0x97, 0xb5, 0x97, 0xb5, 0x77, 0xb5, 0x77, 0xb5, 0x77, 0xb5, 0x77, 0xb5, 0x77, 0xb5, 0x77, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x97, 0xb5, 0xb7, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf9, 0xc5, 0x19, 0xc6, 0xf9, 0xc5, 0xf8, 0xc5, 0x19, 0xce, 0xf8, 0xc5, 0xd8, 0xc5, 0xb8, 0xc5, 0xb7, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd7, 0xc5, 0xb7, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0xb7, 0xc5, 0xb7, 0xc5, 0x97, 0xbd, 0x96, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x77, 0xbd, 0x77, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x76, 0xb5, 0x77, 0xbd, 0x77, 0xbd, 0x77, 0xbd, 0x77, 0xbd, 0x77, 0xbd, 0x97, 0xbd, 0x97, 0xbd,
0xef, 0x93, 0xcf, 0x93, 0xcf, 0x8b, 0xcf, 0x8b, 0xaf, 0x8b, 0xae, 0x8b, 0xae, 0x8b, 0x8e, 0x8b, 0xcf, 0x93, 0xef, 0x93, 0xef, 0x93, 0xcf, 0x93, 0xae, 0x93, 0xae, 0x8b, 0xae, 0x93, 0xcf, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x8b, 0x8e, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8e, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8e, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0xae, 0x8b, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x8b, 0xae, 0x93, 0xae, 0x8b, 0x8d, 0x8b, 0xae, 0x93, 0x8d, 0x93, 0x8d, 0x8b, 0x8d, 0x93, 0xad, 0x93, 0xad, 0x93, 0x8d, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x6c, 0x8b, 0x4c, 0x83, 0x4c, 0x83, 0x4c, 0x83, 0x2c, 0x83, 0x0b, 0x83, 0x0b, 0x7b, 0xea, 0x7a, 0xea, 0x7a, 0xea, 0x7a, 0xca, 0x7a, 0xc9, 0x72, 0xa9, 0x6a, 0x89, 0x6a, 0x88, 0x6a, 0x48, 0x62, 0x48, 0x5a, 0x28, 0x5a, 0x28, 0x5a, 0x27, 0x5a, 0xe6, 0x49, 0xa6, 0x49, 0x85, 0x41, 0xa6, 0x41, 0xa6, 0x41, 0xa6, 0x41, 0x85, 0x41, 0x85, 0x39, 0x65, 0x39, 0x65, 0x31, 0x44, 0x31, 0x65, 0x31, 0x65, 0x31, 0x65, 0x31, 0x65, 0x31, 0x65, 0x31, 0x45, 0x31, 0x45, 0x31, 0x45, 0x31, 0x65, 0x31, 0x44, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x04, 0x29, 0x04, 0x21, 0xe3, 0x20, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x20, 0x04, 0x21, 0xe3, 0x18, 0xe3, 0x18, 0xe3, 0x18, 0xe3, 0x18, 0xe3, 0x18, 0xe3, 0x18, 0xe3, 0x18, 0xe3, 0x18, 0xe3, 0x18, 0xe3, 0x18, 0xe3, 0x18, 0xe3, 0x18, 0xe3, 0x18, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x20, 0xe4, 0x18, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0x24, 0x21, 0x24, 0x21, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0x24, 0x29, 0x25, 0x29, 0x24, 0x21, 0x24, 0x21, 0x24, 0x21, 0x25, 0x29, 0x25, 0x29, 0x25, 0x29, 0x25, 0x29, 0x45, 0x29, 0x66, 0x31, 0x86, 0x31, 0x86, 0x31, 0x86, 0x31, 0x86, 0x31, 0x86, 0x31, 0xa6, 0x31, 0xa6, 0x31, 0xa7, 0x31, 0xc7, 0x39, 0xe7, 0x39, 0xe7, 0x39, 0x08, 0x42, 0x08, 0x42, 0x08, 0x42, 0x08, 0x42, 0x08, 0x42, 0x08, 0x42, 0x28, 0x42, 0x49, 0x4a, 0x69, 0x4a, 0x8a, 0x52, 0x8a, 0x52, 0xaa, 0x52, 0xab, 0x52, 0xcb, 0x5a, 0xcb, 0x5a, 0xcb, 0x5a, 0xcb, 0x5a, 0xcb, 0x5a, 0xcb, 0x5a, 0xec, 0x62, 0xec, 0x5a, 0xec, 0x5a, 0xec, 0x5a, 0xec, 0x5a, 0xec, 0x5a, 0xec, 0x5a, 0xec, 0x5a, 0xcb, 0x5a, 0xcc, 0x5a, 0xec, 0x62, 0x2d, 0x63, 0x2d, 0x63, 0x2d, 0x63, 0x0c, 0x63, 0xec, 0x5a, 0x0c, 0x63, 0x2d, 0x63, 0x4d, 0x6b, 0x6e, 0x73, 0x8e, 0x73, 0x8e, 0x73, 0xae, 0x73, 0xaf, 0x7b, 0xd0, 0x7b, 0xf0, 0x83, 0x11, 0x84, 0x31, 0x8c, 0x31, 0x8c, 0x31, 0x8c, 0x52, 0x94, 0x92, 0x94, 0x93, 0x9c, 0x93, 0x9c, 0x93, 0x9c, 0x93, 0x9c, 0x92, 0x9c, 0x72, 0x94, 0x72, 0x94, 0x72, 0x94, 0x93, 0x9c, 0xb3, 0x9c, 0xd4, 0x9c, 0xd4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0x15, 0xa5, 0x35, 0xad, 0x15, 0xa5, 0x15, 0xa5, 0x15, 0xa5, 0x15, 0xa5, 0x15, 0xa5, 0xf5, 0xa4, 0x15, 0xa5, 0x36, 0xad, 0x36, 0xa5, 0x56, 0xad, 0x56, 0xad, 0x56, 0xad, 0x56, 0xad, 0x77, 0xad, 0x97, 0xb5, 0xb7, 0xb5, 0xb8, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xb5, 0xb7, 0xbd, 0xf8, 0xc5, 0x19, 0xc6, 0x19, 0xce, 0xf9, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xb7, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x76, 0xbd, 0x56, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x56, 0xb5, 0x76, 0xb5, 0x97, 0xbd, 0x96, 0xbd, 0x76, 0xb5, 0x76, 0xb5, 0x77, 0xbd, 0x97, 0xb5, 0x97, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd,
0x10, 0x94, 0xf0, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x8b, 0xcf, 0x93, 0xef, 0x93, 0xef, 0x93, 0xcf, 0x93, 0xae, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0x8e, 0x93, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x4d, 0x8b, 0x8e, 0x93, 0x8e, 0x93, 0x8e, 0x93, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8e, 0x8b, 0xae, 0x8b, 0xae, 0x93, 0xae, 0x93, 0x8e, 0x8b, 0xae, 0x93, 0xae, 0x93, 0x8e, 0x8b, 0x8e, 0x8b, 0xae, 0x8b, 0xae, 0x8b, 0x8d, 0x8b, 0xad, 0x93, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x93, 0x8d, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6c, 0x8b, 0x6c, 0x8b, 0x4c, 0x8b, 0x4c, 0x83, 0x2c, 0x83, 0x2b, 0x83, 0x0b, 0x7b, 0xea, 0x7a, 0xea, 0x7a, 0xea, 0x7a, 0xea, 0x7a, 0xea, 0x7a, 0xca, 0x72, 0xaa, 0x72, 0xaa, 0x6a, 0xa9, 0x6a, 0x89, 0x6a, 0x89, 0x6a, 0x89, 0x62, 0x69, 0x62, 0x48, 0x5a, 0x28, 0x5a, 0x07, 0x52, 0x27, 0x52, 0x07, 0x52, 0xe7, 0x49, 0xe7, 0x49, 0xc6, 0x49, 0xc6, 0x41, 0xc6, 0x41, 0xc6, 0x41, 0xa6, 0x39, 0x86, 0x39, 0x65, 0x39, 0x65, 0x31, 0x45, 0x31, 0x45, 0x31, 0x45, 0x31, 0x45, 0x31, 0x45, 0x31, 0x24, 0x29, 0x24, 0x29, 0x04, 0x29, 0x04, 0x29, 0x04, 0x21, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x20, 0xc3, 0x20, 0xc3, 0x18, 0xc3, 0x18, 0xe3, 0x18, 0xe3, 0x20, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0x24, 0x21, 0x24, 0x21, 0x24, 0x21, 0x04, 0x21, 0x04, 0x21, 0x24, 0x21, 0x44, 0x29, 0x45, 0x29, 0x65, 0x29, 0x65, 0x29, 0x65, 0x29, 0x45, 0x29, 0x45, 0x29, 0x45, 0x29, 0x45, 0x29, 0x45, 0x29, 0x45, 0x29, 0x45, 0x29, 0x45, 0x29, 0x45, 0x29, 0x45, 0x29, 0x45, 0x29, 0x45, 0x29, 0x45, 0x29, 0x45, 0x29, 0x45, 0x29, 0x65, 0x29, 0x65, 0x31, 0x86, 0x31, 0x86, 0x31, 0xc7, 0x39, 0xe7, 0x39, 0xe7, 0x39, 0xc7, 0x39, 0xa6, 0x39, 0xc7, 0x39, 0xe7, 0x39, 0xe7, 0x39, 0xe8, 0x39, 0x08, 0x42, 0x28, 0x42, 0x28, 0x42, 0x49, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x28, 0x42, 0x28, 0x42, 0x28, 0x42, 0x49, 0x4a, 0x49, 0x4a, 0x69, 0x4a, 0x69, 0x4a, 0x69, 0x4a, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0xab, 0x52, 0xcb, 0x5a, 0xcb, 0x5a, 0xab, 0x5a, 0xab, 0x52, 0xab, 0x52, 0xab, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x6a, 0x52, 0xec, 0x5a, 0xec, 0x5a, 0x0d, 0x63, 0x0d, 0x63, 0x0c, 0x63, 0xec, 0x5a, 0xcb, 0x5a, 0xab, 0x5a, 0xab, 0x5a, 0xcb, 0x5a, 0x0c, 0x63, 0x0c, 0x63, 0x2d, 0x63, 0x2d, 0x63, 0x2d, 0x6b, 0x4d, 0x6b, 0x6e, 0x73, 0x8f, 0x73, 0xcf, 0x7b, 0xd0, 0x7b, 0xd0, 0x7b, 0xd0, 0x83, 0xf0, 0x83, 0x11, 0x8c, 0x72, 0x94, 0x72, 0x94, 0x72, 0x94, 0x92, 0x94, 0x93, 0x9c, 0x92, 0x9c, 0xb3, 0x9c, 0xb3, 0x9c, 0x93, 0x9c, 0xb3, 0x9c, 0xd4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0x15, 0xad, 0x35, 0xad, 0x36, 0xad, 0x56, 0xb5, 0x56, 0xad, 0x36, 0xad, 0x36, 0xad, 0x56, 0xad, 0x76, 0xb5, 0x77, 0xb5, 0x77, 0xb5, 0x56, 0xad, 0x97, 0xb5, 0x97, 0xb5, 0x77, 0xb5, 0x77, 0xb5, 0x97, 0xb5, 0x97, 0xb5, 0x97, 0xb5, 0x97, 0xb5, 0xb7, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0x18, 0xc6, 0xf8, 0xc5, 0xd8, 0xbd, 0xf8, 0xc5, 0x18, 0xc6, 0x19, 0xce, 0x19, 0xc6, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xb8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0x76, 0xb5, 0x96, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xd7, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0x96, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x96, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x76, 0xb5, 0x76, 0xb5, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5,
0x10, 0x9c, 0x10, 0x9c, 0xf0, 0x93, 0xf0, 0x93, 0x10, 0x9c, 0x10, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0xcf, 0x93, 0xef, 0x93, 0xf0, 0x9b, 0x10, 0x9c, 0xef, 0x9b, 0xef, 0x93, 0xef, 0x93, 0xef, 0x93, 0xae, 0x93, 0xce, 0x93, 0xce, 0x93, 0xce, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x9b, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xce, 0x93, 0xce, 0x93, 0xce, 0x93, 0xce, 0x93, 0xce, 0x93, 0xce, 0x93, 0xce, 0x93, 0xce, 0x93, 0xce, 0x93, 0xce, 0x93, 0xce, 0x93, 0xae, 0x93, 0xae, 0x93, 0xce, 0x93, 0xce, 0x93, 0xae, 0x93, 0x8e, 0x93, 0x8e, 0x93, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0xae, 0x93, 0x8e, 0x93, 0x8e, 0x93, 0x8e, 0x93, 0x8d, 0x8b, 0x6d, 0x8b, 0x4c, 0x83, 0x2c, 0x83, 0x2c, 0x83, 0x2c, 0x83, 0x2b, 0x83, 0x2b, 0x83, 0x0b, 0x7b, 0x0b, 0x7b, 0xeb, 0x7a, 0xeb, 0x7a, 0x0b, 0x7b, 0xeb, 0x72, 0xeb, 0x72, 0xeb, 0x72, 0xeb, 0x72, 0xca, 0x6a, 0xaa, 0x6a, 0xaa, 0x6a, 0x89, 0x62, 0x89, 0x62, 0x68, 0x5a, 0x48, 0x5a, 0x48, 0x5a, 0x48, 0x52, 0x28, 0x52, 0x28, 0x52, 0x07, 0x4a, 0xe7, 0x41, 0xc6, 0x41, 0x86, 0x39, 0x65, 0x39, 0x45, 0x31, 0x45, 0x31, 0x25, 0x31, 0x45, 0x31, 0x44, 0x31, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x04, 0x29, 0x04, 0x29, 0xe3, 0x20, 0x04, 0x21, 0x03, 0x21, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x20, 0xe3, 0x20, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0x24, 0x21, 0x24, 0x21, 0x24, 0x21, 0x24, 0x21, 0x24, 0x21, 0x24, 0x21, 0x24, 0x21, 0x24, 0x21, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x21, 0x04, 0x21, 0x04, 0x21, 0x44, 0x29, 0x44, 0x29, 0x65, 0x29, 0x65, 0x31, 0x85, 0x31, 0x65, 0x29, 0x65, 0x29, 0x45, 0x29, 0x65, 0x29, 0x65, 0x29, 0x65, 0x31, 0x65, 0x31, 0x86, 0x31, 0xa6, 0x31, 0xa6, 0x39, 0xa6, 0x39, 0xa6, 0x39, 0xa6, 0x39, 0xa6, 0x39, 0xa6, 0x39, 0xa6, 0x39, 0xc6, 0x39, 0xc7, 0x39, 0xe7, 0x39, 0xe7, 0x41, 0x07, 0x42, 0x28, 0x42, 0x08, 0x42, 0x07, 0x42, 0xe7, 0x41, 0x07, 0x42, 0x08, 0x42, 0x08, 0x42, 0x28, 0x42, 0x28, 0x42, 0x28, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x69, 0x4a, 0x69, 0x52, 0x28, 0x4a, 0x28, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x69, 0x52, 0x69, 0x52, 0x69, 0x52, 0x69, 0x4a, 0x6a, 0x52, 0x69, 0x4a, 0x69, 0x4a, 0x6a, 0x52, 0xaa, 0x52, 0xab, 0x5a, 0xab, 0x5a, 0xab, 0x52, 0xab, 0x5a, 0xab, 0x5a, 0xab, 0x5a, 0xab, 0x5a, 0xab, 0x5a, 0xcb, 0x5a, 0xcb, 0x5a, 0xab, 0x5a, 0xcc, 0x5a, 0xec, 0x5a, 0x0d, 0x63, 0x2d, 0x63, 0x0d, 0x63, 0x0c, 0x63, 0xec, 0x62, 0x0c, 0x63, 0x4d, 0x6b, 0x4d, 0x6b, 0x4e, 0x6b, 0x4d, 0x6b, 0x4d, 0x6b, 0x6e, 0x6b, 0x8e, 0x73, 0xaf, 0x73, 0xaf, 0x7b, 0xaf, 0x7b, 0xd0, 0x7b, 0xd0, 0x7b, 0xd0, 0x7b, 0xcf, 0x83, 0xf0, 0x83, 0x10, 0x84, 0xd0, 0x83, 0xd0, 0x83, 0xd0, 0x83, 0xf0, 0x83, 0xf0, 0x83, 0xf0, 0x83, 0x10, 0x8c, 0x10, 0x8c, 0x51, 0x94, 0x72, 0x94, 0x92, 0x9c, 0xb3, 0x9c, 0xd3, 0xa4, 0xd4, 0xa4, 0xf4, 0xa4, 0x15, 0xad, 0x15, 0xad, 0x35, 0xad, 0x35, 0xad, 0x56, 0xb5, 0x97, 0xb5, 0xb8, 0xbd, 0xb8, 0xbd, 0x97, 0xbd, 0x97, 0xb5, 0xd8, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xbd, 0xb7, 0xbd, 0xd7, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0x19, 0xce, 0x19, 0xce, 0xf8, 0xc5, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0xf9, 0xcd, 0xf9, 0xcd, 0x19, 0xce, 0x19, 0xce, 0xd8, 0xc5, 0xd8, 0xc5, 0xb8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x77, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0xb7, 0xc5, 0xb7, 0xc5, 0xb7, 0xbd, 0xd7, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0x97, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5,
0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xf0, 0x93, 0xf0, 0x93, 0xf0, 0x93, 0xef, 0x93, 0xcf, 0x93, 0xef, 0x93, 0xf0, 0x9b, 0x10, 0x9c, 0x10, 0x9c, 0xf0, 0x9b, 0xef, 0x93, 0xcf, 0x93, 0xae, 0x93, 0xae, 0x93, 0xcf, 0x9b, 0xcf, 0x9b, 0xcf, 0x9b, 0xcf, 0x9b, 0xcf, 0x9b, 0xcf, 0x9b, 0xae, 0x93, 0xcf, 0x9b, 0xcf, 0x9b, 0xcf, 0x9b, 0xcf, 0x9b, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xce, 0x93, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xcf, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0x0f, 0x9c, 0xef, 0x9b, 0xcf, 0x9b, 0xcf, 0x9b, 0xcf, 0x9b, 0xcf, 0x9b, 0xce, 0x93, 0xcf, 0x9b, 0xcf, 0x9b, 0xce, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xce, 0x93, 0xce, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0x8e, 0x93, 0x8e, 0x93, 0x8d, 0x8b, 0x6d, 0x8b, 0x4c, 0x8b, 0x4c, 0x83, 0x2c, 0x83, 0x2b, 0x83, 0x0c, 0x7b, 0x0c, 0x7b, 0xeb, 0x72, 0xca, 0x72, 0xaa, 0x72, 0xca, 0x72, 0xcb, 0x72, 0xca, 0x72, 0xca, 0x6a, 0xca, 0x6a, 0xca, 0x6a, 0xaa, 0x6a, 0xa9, 0x62, 0x89, 0x62, 0x89, 0x62, 0x89, 0x62, 0x69, 0x5a, 0x48, 0x52, 0x28, 0x52, 0x28, 0x52, 0x07, 0x4a, 0xe7, 0x49, 0xa6, 0x41, 0x86, 0x41, 0x65, 0x39, 0x65, 0x39, 0x86, 0x39, 0x86, 0x39, 0x86, 0x39, 0x86, 0x39, 0x65, 0x39, 0x65, 0x31, 0x45, 0x31, 0x45, 0x31, 0x65, 0x31, 0x45, 0x31, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x45, 0x29, 0x45, 0x29, 0x25, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x21, 0x04, 0x21, 0x04, 0x21, 0x04, 0x21, 0xe3, 0x20, 0x03, 0x21, 0x03, 0x21, 0x04, 0x21, 0x24, 0x21, 0x24, 0x21, 0x24, 0x21, 0x24, 0x21, 0x24, 0x21, 0x24, 0x29, 0x24, 0x29, 0x45, 0x29, 0x85, 0x31, 0xa6, 0x39, 0xa6, 0x39, 0xa6, 0x39, 0xa6, 0x39, 0xa6, 0x39, 0xa6, 0x31, 0x86, 0x31, 0x86, 0x31, 0xa6, 0x39, 0xc6, 0x39, 0xc6, 0x39, 0xc6, 0x39, 0xc6, 0x39, 0xc7, 0x39, 0xe7, 0x39, 0xe7, 0x39, 0xe7, 0x39, 0xe7, 0x41, 0x07, 0x42, 0x08, 0x42, 0x08, 0x42, 0x08, 0x42, 0x08, 0x42, 0x28, 0x4a, 0x49, 0x4a, 0x69, 0x4a, 0x69, 0x52, 0x69, 0x52, 0x69, 0x4a, 0x69, 0x4a, 0x69, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x69, 0x52, 0x6a, 0x52, 0x69, 0x4a, 0x69, 0x4a, 0x6a, 0x52, 0x6a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x6a, 0x52, 0x6a, 0x52, 0x6a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0xab, 0x52, 0xab, 0x5a, 0xab, 0x5a, 0xab, 0x52, 0xcc, 0x5a, 0x0d, 0x63, 0x2d, 0x63, 0x4d, 0x6b, 0x4e, 0x6b, 0x4e, 0x6b, 0x4d, 0x6b, 0x2d, 0x63, 0x2d, 0x63, 0x2d, 0x6b, 0x2d, 0x63, 0x2d, 0x63, 0x2d, 0x6b, 0x6e, 0x6b, 0x8e, 0x73, 0x6e, 0x73, 0x6e, 0x73, 0x8f, 0x73, 0x8f, 0x7b, 0x8f, 0x7b, 0x8e, 0x73, 0x8e, 0x73, 0x8e, 0x73, 0xaf, 0x7b, 0xaf, 0x7b, 0xaf, 0x7b, 0xaf, 0x7b, 0xaf, 0x7b, 0xaf, 0x7b, 0xaf, 0x7b, 0xaf, 0x7b, 0xcf, 0x83, 0xf0, 0x83, 0x10, 0x8c, 0x10, 0x8c, 0x10, 0x8c, 0x31, 0x8c, 0x31, 0x8c, 0x52, 0x94, 0x93, 0x9c, 0xd4, 0x9c, 0xf4, 0xa4, 0x15, 0xad, 0x56, 0xb5, 0x97, 0xbd, 0x97, 0xbd, 0x76, 0xb5, 0x56, 0xad, 0xb7, 0xb5, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0xd7, 0xbd, 0xd7, 0xbd, 0xb7, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xc6, 0x19, 0xce, 0x19, 0xce, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf9, 0xcd, 0x19, 0xce, 0x7a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xce, 0x18, 0xce, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0x97, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xc5, 0x76, 0xb5, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf9, 0xc5, 0x97, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x97, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xb7, 0xbd, 0x97, 0xbd,
0x10, 0x9c, 0x10, 0x9c, 0x31, 0x9c, 0x31, 0x9c, 0x51, 0xa4, 0x31, 0x9c, 0x31, 0x9c, 0x10, 0x9c, 0xf0, 0x9b, 0xf0, 0x9b, 0xf0, 0x9b, 0x10, 0x9c, 0x10, 0x9c, 0xf0, 0x9b, 0xef, 0x9b, 0xcf, 0x93, 0xcf, 0x93, 0xef, 0x93, 0xef, 0x9b, 0xef, 0x9b, 0xcf, 0x93, 0xce, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xcf, 0x93, 0xcf, 0x9b, 0xcf, 0x9b, 0xce, 0x93, 0x8e, 0x93, 0x8e, 0x93, 0x8e, 0x93, 0xae, 0x93, 0xcf, 0x9b, 0x0f, 0x9c, 0x0f, 0x9c, 0xef, 0x9b, 0xcf, 0x9b, 0xef, 0x9b, 0x0f, 0x9c, 0x30, 0xa4, 0x30, 0xa4, 0x30, 0xa4, 0x0f, 0x9c, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xce, 0x93, 0xce, 0x93, 0xce, 0x93, 0xae, 0x93, 0xae, 0x93, 0x8e, 0x93, 0xae, 0x93, 0xce, 0x93, 0xcf, 0x9b, 0xce, 0x93, 0xae, 0x93, 0xce, 0x93, 0xcf, 0x9b, 0xcf, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xce, 0x9b, 0xae, 0x93, 0x8d, 0x93, 0x6d, 0x8b, 0x4c, 0x83, 0x2c, 0x83, 0x4c, 0x83, 0x4c, 0x83, 0x2c, 0x7b, 0x0b, 0x7b, 0x0c, 0x7b, 0x2c, 0x7b, 0x4c, 0x7b, 0x2c, 0x7b, 0x2c, 0x7b, 0x2c, 0x7b, 0xeb, 0x72, 0xca, 0x6a, 0xca, 0x6a, 0xca, 0x6a, 0xca, 0x6a, 0xca, 0x62, 0x89, 0x5a, 0x48, 0x52, 0x28, 0x52, 0x28, 0x52, 0x28, 0x52, 0x28, 0x52, 0x08, 0x4a, 0xe7, 0x49, 0xa6, 0x41, 0x86, 0x41, 0xc7, 0x41, 0xe7, 0x49, 0xe7, 0x49, 0xe7, 0x49, 0xc7, 0x41, 0xa6, 0x41, 0xa6, 0x41, 0xa6, 0x39, 0x86, 0x39, 0x65, 0x31, 0x45, 0x31, 0x45, 0x31, 0x65, 0x31, 0x65, 0x31, 0x65, 0x31, 0x65, 0x31, 0x65, 0x29, 0x65, 0x29, 0x45, 0x29, 0x45, 0x29, 0x45, 0x29, 0x45, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x21, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x21, 0x24, 0x21, 0x24, 0x29, 0x44, 0x29, 0x45, 0x29, 0x65, 0x29, 0x65, 0x31, 0x65, 0x31, 0x65, 0x31, 0x65, 0x31, 0x85, 0x31, 0xa6, 0x39, 0xc6, 0x39, 0xc6, 0x39, 0xc6, 0x39, 0xa6, 0x39, 0xa6, 0x39, 0x86, 0x39, 0x85, 0x31, 0x85, 0x31, 0x86, 0x31, 0x86, 0x39, 0xa6, 0x39, 0x86, 0x31, 0x86, 0x39, 0xa6, 0x39, 0xa6, 0x39, 0xc7, 0x39, 0xe7, 0x41, 0xe7, 0x41, 0x08, 0x42, 0x49, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x69, 0x52, 0x8a, 0x52, 0xaa, 0x5a, 0xcb, 0x5a, 0xaa, 0x5a, 0xaa, 0x52, 0x8a, 0x52, 0x69, 0x52, 0x69, 0x52, 0x69, 0x52, 0x69, 0x4a, 0x69, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x69, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x69, 0x4a, 0x6a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0xab, 0x52, 0xab, 0x5a, 0xcb, 0x5a, 0xec, 0x5a, 0xec, 0x5a, 0xec, 0x5a, 0x0c, 0x5b, 0x2d, 0x63, 0x4e, 0x6b, 0x6e, 0x6b, 0x6e, 0x6b, 0x4e, 0x6b, 0x2d, 0x63, 0x0c, 0x63, 0x0d, 0x63, 0x2d, 0x6b, 0x2d, 0x6b, 0x2d, 0x6b, 0x2d, 0x6b, 0x4e, 0x6b, 0x4e, 0x6b, 0x4e, 0x73, 0x6e, 0x73, 0xaf, 0x7b, 0xf0, 0x83, 0xf0, 0x83, 0xcf, 0x7b, 0x8f, 0x7b, 0x6e, 0x73, 0x8e, 0x73, 0x8e, 0x7b, 0x8e, 0x7b, 0x8e, 0x7b, 0xaf, 0x7b, 0xcf, 0x83, 0xcf, 0x83, 0xcf, 0x83, 0x51, 0x94, 0x51, 0x94, 0x51, 0x94, 0x51, 0x94, 0x51, 0x94, 0x51, 0x94, 0x51, 0x94, 0x72, 0x94, 0xb3, 0x9c, 0xd4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0x15, 0xa5, 0x35, 0xad, 0x35, 0xad, 0x15, 0xad, 0x35, 0xa5, 0x56, 0xad, 0x56, 0xad, 0x35, 0xad, 0x15, 0xa5, 0x35, 0xad, 0x35, 0xad, 0x15, 0xa5, 0x55, 0xad, 0x55, 0xad, 0x55, 0xad, 0x55, 0xb5, 0x55, 0xb5, 0x76, 0xb5, 0xb7, 0xbd, 0xf8, 0xc5, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0xb7, 0xbd, 0xb8, 0xc5, 0xb8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf9, 0xcd, 0x19, 0xce, 0x19, 0xce, 0x39, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x39, 0xce, 0x19, 0xce, 0x19, 0xce, 0xf9, 0xcd, 0x5a, 0xd6, 0x5a, 0xd6, 0x59, 0xd6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xce, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0x19, 0xce, 0x39, 0xce, 0x39, 0xce, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xb5, 0xb7, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0x97, 0xbd,
0x51, 0xa4, 0x51, 0xa4, 0x51, 0xa4, 0x51, 0xa4, 0x31, 0x9c, 0x11, 0x9c, 0x10, 0x9c, 0xf0, 0x9b, 0x10, 0x9c, 0x10, 0x9c, 0x10, 0x9c, 0x10, 0x9c, 0xf0, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xcf, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xef, 0x93, 0xcf, 0x93, 0xce, 0x93, 0xae, 0x8b, 0x8e, 0x8b, 0xae, 0x93, 0xcf, 0x93, 0xef, 0x9b, 0xef, 0x9b, 0xcf, 0x93, 0xae, 0x93, 0xce, 0x93, 0xef, 0x93, 0xce, 0x93, 0xcf, 0x9b, 0xef, 0x9b, 0x10, 0xa4, 0x10, 0xa4, 0x0f, 0x9c, 0xef, 0x9b, 0x0f, 0x9c, 0x10, 0xa4, 0x10, 0xa4, 0x10, 0xa4, 0x10, 0xa4, 0x0f, 0x9c, 0xef, 0x9b, 0xcf, 0x9b, 0xce, 0x93, 0xce, 0x93, 0xae, 0x93, 0x8d, 0x8b, 0x8e, 0x93, 0xae, 0x93, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8e, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xce, 0x93, 0xef, 0x9b, 0x0f, 0x9c, 0x0f, 0x9c, 0xce, 0x9b, 0xce, 0x93, 0xae, 0x93, 0xae, 0x93, 0x8e, 0x93, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x83, 0x6d, 0x8b, 0x6d, 0x83, 0x4d, 0x83, 0x4c, 0x83, 0x4c, 0x83, 0x4d, 0x83, 0x4d, 0x83, 0x2c, 0x7b, 0x0b, 0x7b, 0x0b, 0x73, 0x0b, 0x73, 0x0b, 0x73, 0x0b, 0x73, 0xca, 0x6a, 0xaa, 0x62, 0x89, 0x5a, 0x69, 0x5a, 0x69, 0x5a, 0x69, 0x5a, 0x89, 0x62, 0x69, 0x5a, 0x49, 0x5a, 0x08, 0x52, 0xe7, 0x49, 0xe7, 0x49, 0xe7, 0x49, 0xe7, 0x49, 0xe7, 0x49, 0xe7, 0x49, 0xc7, 0x41, 0xc7, 0x41, 0xe7, 0x41, 0xc7, 0x41, 0xa6, 0x39, 0x86, 0x39, 0x86, 0x39, 0xa6, 0x39, 0xa6, 0x39, 0x86, 0x39, 0x86, 0x31, 0x86, 0x31, 0x86, 0x31, 0x86, 0x31, 0x65, 0x31, 0x45, 0x29, 0x45, 0x29, 0x45, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x24, 0x29, 0x45, 0x29, 0x45, 0x29, 0x24, 0x21, 0x24, 0x29, 0x44, 0x29, 0x65, 0x29, 0x85, 0x31, 0x85, 0x31, 0x85, 0x31, 0x65, 0x31, 0x85, 0x31, 0x65, 0x31, 0x44, 0x29, 0x44, 0x29, 0x65, 0x31, 0x85, 0x31, 0x85, 0x31, 0x65, 0x31, 0x65, 0x31, 0x65, 0x31, 0x65, 0x31, 0x85, 0x31, 0x85, 0x31, 0x86, 0x39, 0xa6, 0x39, 0xa6, 0x39, 0x07, 0x42, 0x07, 0x42, 0x07, 0x42, 0x07, 0x42, 0x08, 0x4a, 0x28, 0x4a, 0x49, 0x52, 0x69, 0x52, 0xaa, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0xaa, 0x52, 0xaa, 0x52, 0x8a, 0x52, 0xaa, 0x52, 0xaa, 0x5a, 0xcb, 0x5a, 0xaa, 0x5a, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0xaa, 0x52, 0xaa, 0x52, 0xaa, 0x5a, 0xaa, 0x52, 0xab, 0x5a, 0xcb, 0x5a, 0xeb, 0x5a, 0xec, 0x62, 0xeb, 0x5a, 0xcb, 0x5a, 0xcb, 0x5a, 0xec, 0x62, 0x0c, 0x63, 0x0c, 0x63, 0x2d, 0x63, 0x0c, 0x63, 0xec, 0x5a, 0xec, 0x62, 0x0d, 0x63, 0x2d, 0x6b, 0x2d, 0x6b, 0x2d, 0x6b, 0x4e, 0x6b, 0x6e, 0x73, 0x8f, 0x73, 0x4e, 0x6b, 0x0d, 0x63, 0xec, 0x62, 0x4d, 0x6b, 0x8f, 0x73, 0x8f, 0x73, 0x6e, 0x6b, 0x6e, 0x6b, 0x8e, 0x73, 0xaf, 0x73, 0x8f, 0x7b, 0xaf, 0x7b, 0xaf, 0x7b, 0xcf, 0x7b, 0xaf, 0x7b, 0x8f, 0x7b, 0x6e, 0x73, 0x6e, 0x73, 0x4d, 0x73, 0x4d, 0x73, 0x6e, 0x73, 0xcf, 0x83, 0xf0, 0x83, 0xcf, 0x83, 0xcf, 0x83, 0xf0, 0x83, 0x10, 0x8c, 0x31, 0x94, 0x51, 0x94, 0x51, 0x94, 0x51, 0x94, 0x51, 0x94, 0x72, 0x94, 0x72, 0x94, 0x92, 0x9c, 0x93, 0x9c, 0xd3, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0xd4, 0xa4, 0xb3, 0x9c, 0xf4, 0xa4, 0x35, 0xad, 0x56, 0xad, 0x55, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x76, 0xb5, 0x56, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x76, 0xb5, 0x96, 0xb5, 0xb6, 0xbd, 0xb7, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb8, 0xc5, 0x77, 0xbd, 0x77, 0xbd, 0x77, 0xbd, 0x77, 0xbd, 0x77, 0xbd, 0x77, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xf8, 0xc5, 0x39, 0xce, 0x5a, 0xd6, 0x7a, 0xd6, 0x7a, 0xd6, 0x5a, 0xd6, 0x39, 0xce, 0x39, 0xce, 0x3a, 0xd6, 0x5a, 0xd6, 0x7a, 0xd6, 0x5a, 0xd6, 0x39, 0xce, 0x39, 0xce, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xd6, 0x3a, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xc6, 0x19, 0xce, 0xf9, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xb7, 0xbd,
0x31, 0x9c, 0x31, 0x9c, 0x31, 0x9c, 0x51, 0x9c, 0x31, 0xa4, 0x30, 0x9c, 0x10, 0x9c, 0xf0, 0x9b, 0x31, 0xa4, 0x31, 0xa4, 0x51, 0xa4, 0x51, 0xa4, 0x30, 0xa4, 0x30, 0xa4, 0x30, 0xa4, 0x30, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x51, 0xa4, 0x51, 0xa4, 0x50, 0xa4, 0x50, 0x9c, 0x30, 0x9c, 0x30, 0xa4, 0x50, 0xa4, 0x71, 0xa4, 0x71, 0xac, 0x51, 0xa4, 0x30, 0x9c, 0x30, 0x9c, 0x30, 0xa4, 0x51, 0xac, 0x51, 0xac, 0x71, 0xac, 0x71, 0xac, 0x50, 0xa4, 0x10, 0xa4, 0x0f, 0x9c, 0x0f, 0x9c, 0x0f, 0x9c, 0x10, 0xa4, 0x10, 0xa4, 0x10, 0xa4, 0x0f, 0x9c, 0x0f, 0x9c, 0x0f, 0x9c, 0x10, 0xa4, 0x30, 0xa4, 0x0f, 0xa4, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0x0f, 0xa4, 0xae, 0x93, 0xcf, 0x9b, 0xef, 0x9b, 0x0f, 0x9c, 0x0f, 0xa4, 0x10, 0xa4, 0x10, 0xa4, 0x0f, 0xa4, 0x0f, 0xa4, 0xef, 0x9b, 0xce, 0x93, 0x8e, 0x93, 0x8e, 0x93, 0x8e, 0x93, 0xae, 0x93, 0xce, 0x93, 0xae, 0x8b, 0xae, 0x8b, 0x8e, 0x8b, 0x6d, 0x8b, 0x4d, 0x83, 0x4c, 0x83, 0x2c, 0x7b, 0x0b, 0x7b, 0x0b, 0x7b, 0x2b, 0x7b, 0x2c, 0x7b, 0x4c, 0x7b, 0x6c, 0x7b, 0x4c, 0x7b, 0x2c, 0x73, 0x0b, 0x73, 0xeb, 0x6a, 0xca, 0x6a, 0xaa, 0x62, 0xaa, 0x62, 0xaa, 0x62, 0xaa, 0x62, 0x8a, 0x62, 0x69, 0x5a, 0x28, 0x52, 0x28, 0x52, 0x28, 0x52, 0x28, 0x52, 0x28, 0x52, 0x28, 0x52, 0x28, 0x52, 0x28, 0x52, 0x28, 0x4a, 0x08, 0x4a, 0x07, 0x42, 0xe7, 0x41, 0xc7, 0x41, 0xc6, 0x39, 0xc6, 0x39, 0xc6, 0x39, 0xc7, 0x39, 0xc7, 0x41, 0xe7, 0x41, 0xe8, 0x41, 0xe8, 0x41, 0xe7, 0x41, 0xe7, 0x41, 0xc7, 0x41, 0xa6, 0x39, 0xa6, 0x39, 0xa6, 0x39, 0xa7, 0x39, 0xa7, 0x39, 0xa7, 0x39, 0xa6, 0x39, 0xa6, 0x39, 0x65, 0x31, 0x85, 0x31, 0x85, 0x31, 0xa6, 0x31, 0xa6, 0x39, 0xa6, 0x31, 0x85, 0x31, 0x85, 0x31, 0x85, 0x31, 0x85, 0x31, 0x65, 0x31, 0x65, 0x31, 0x65, 0x31, 0x85, 0x31, 0x85, 0x31, 0x65, 0x31, 0x85, 0x31, 0x85, 0x31, 0xa6, 0x39, 0xa6, 0x39, 0xc6, 0x39, 0xe7, 0x41, 0xe7, 0x41, 0x07, 0x42, 0x07, 0x42, 0x08, 0x4a, 0x08, 0x4a, 0x07, 0x42, 0x08, 0x4a, 0x28, 0x4a, 0x48, 0x4a, 0x69, 0x52, 0x69, 0x4a, 0x49, 0x4a, 0x69, 0x4a, 0x69, 0x52, 0x69, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x8a, 0x52, 0x8a, 0x52, 0xaa, 0x52, 0xaa, 0x5a, 0xcb, 0x5a, 0xcb, 0x5a, 0xcb, 0x5a, 0xcb, 0x5a, 0xeb, 0x5a, 0xec, 0x62, 0x0c, 0x63, 0x0c, 0x63, 0x0c, 0x63, 0x2c, 0x63, 0x2d, 0x6b, 0x4d, 0x6b, 0x6e, 0x6b, 0x4d, 0x6b, 0x4d, 0x6b, 0x4d, 0x6b, 0x4d, 0x6b, 0x4d, 0x6b, 0x6e, 0x73, 0x8f, 0x73, 0xaf, 0x73, 0xd0, 0x7b, 0xf0, 0x7b, 0xd0, 0x7b, 0xaf, 0x7b, 0xaf, 0x7b, 0x8f, 0x73, 0x8f, 0x73, 0xaf, 0x7b, 0xd0, 0x7b, 0xd0, 0x7b, 0xaf, 0x7b, 0x8f, 0x73, 0xaf, 0x7b, 0xaf, 0x7b, 0xcf, 0x7b, 0xaf, 0x7b, 0xcf, 0x7b, 0xcf, 0x83, 0xd0, 0x83, 0xcf, 0x83, 0xaf, 0x7b, 0x8f, 0x7b, 0x8e, 0x7b, 0x8e, 0x7b, 0x6e, 0x73, 0x8e, 0x7b, 0xcf, 0x83, 0xcf, 0x83, 0xaf, 0x83, 0xaf, 0x83, 0xef, 0x83, 0xcf, 0x83, 0x10, 0x8c, 0x30, 0x8c, 0x31, 0x94, 0x31, 0x94, 0x51, 0x94, 0x51, 0x94, 0x51, 0x94, 0x72, 0x94, 0x92, 0x9c, 0xb3, 0x9c, 0xd3, 0xa4, 0xd4, 0xa4, 0xd4, 0xa4, 0xd4, 0xa4, 0xf4, 0xa4, 0xf4, 0xa4, 0x14, 0xa5, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x55, 0xad, 0x55, 0xb5, 0x35, 0xad, 0x35, 0xad, 0x55, 0xad, 0x75, 0xb5, 0x96, 0xb5, 0xb7, 0xbd, 0xb7, 0xbd, 0xd7, 0xc5, 0xd8, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0xb7, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb8, 0xbd, 0xd8, 0xc5, 0x18, 0xce, 0x19, 0xce, 0x19, 0xce, 0x18, 0xce, 0xf8, 0xc5, 0xf8, 0xc5, 0x19, 0xce, 0x39, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x39, 0xce, 0x5a, 0xce, 0x5a, 0xd6, 0x5a, 0xd6, 0x5a, 0xce, 0x3a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x3a, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xce, 0x39, 0xce, 0x3a, 0xce, 0x39, 0xce, 0x39, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x39, 0xce,
0x10, 0x9c, 0x30, 0x9c, 0x30, 0x9c, 0x31, 0xa4, 0x30, 0x9c, 0x10, 0x9c, 0xf0, 0x9b, 0xef, 0x93, 0x30, 0x9c, 0x51, 0xa4, 0x71, 0xac, 0x71, 0xac, 0x51, 0xa4, 0x31, 0xa4, 0x50, 0xa4, 0x51, 0xa4, 0x91, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x71, 0xa4, 0x30, 0xa4, 0xef, 0x93, 0xce, 0x93, 0xae, 0x93, 0xae, 0x93, 0xce, 0x93, 0xcf, 0x9b, 0xce, 0x93, 0x8e, 0x93, 0x6d, 0x8b, 0x6d, 0x8b, 0x8e, 0x93, 0xce, 0x93, 0xce, 0x93, 0xce, 0x93, 0xae, 0x93, 0x8d, 0x8b, 0x8d, 0x8b, 0x8e, 0x93, 0xae, 0x93, 0xcf, 0x9b, 0xae, 0x93, 0x8e, 0x93, 0x8d, 0x93, 0x8d, 0x8b, 0x8d, 0x93, 0xae, 0x93, 0xcf, 0x9b, 0xce, 0x93, 0xcf, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xce, 0x93, 0xce, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x93, 0xce, 0x93, 0xae, 0x93, 0x6d, 0x8b, 0x4d, 0x83, 0x4c, 0x83, 0x4c, 0x83, 0x4c, 0x83, 0x6d, 0x83, 0x6d, 0x83, 0x6d, 0x83, 0x4c, 0x7b, 0x4c, 0x7b, 0x4c, 0x7b, 0x0b, 0x73, 0xeb, 0x6a, 0xcb, 0x6a, 0xca, 0x6a, 0xcb, 0x6a, 0xaa, 0x6a, 0xaa, 0x62, 0x8a, 0x62, 0x8a, 0x62, 0x8a, 0x62, 0x8a, 0x62, 0x8a, 0x62, 0x8a, 0x62, 0x8a, 0x5a, 0x8a, 0x5a, 0x69, 0x5a, 0x69, 0x5a, 0x69, 0x5a, 0x49, 0x52, 0x28, 0x4a, 0x07, 0x42, 0xe7, 0x41, 0xe7, 0x41, 0xe7, 0x41, 0x07, 0x42, 0x08, 0x4a, 0x28, 0x4a, 0x28, 0x4a, 0x08, 0x4a, 0x07, 0x42, 0xe7, 0x41, 0xc7, 0x41, 0xe7, 0x41, 0xe7, 0x41, 0x07, 0x42, 0x08, 0x42, 0x08, 0x42, 0x07, 0x42, 0xe7, 0x41, 0xe7, 0x41, 0xe7, 0x41, 0xe7, 0x41, 0xe7, 0x41, 0xe7, 0x41, 0xc7, 0x39, 0xc6, 0x39, 0xa6, 0x39, 0xa6, 0x39, 0xa6, 0x39, 0xc6, 0x39, 0xc7, 0x39, 0xc7, 0x39, 0xa6, 0x31, 0x86, 0x31, 0xa6, 0x31, 0xa6, 0x31, 0xc7, 0x41, 0xc7, 0x41, 0xc7, 0x41, 0xe7, 0x41, 0xe7, 0x41, 0x08, 0x42, 0x08, 0x4a, 0x08, 0x4a, 0xc7, 0x41, 0xe7, 0x41, 0xe7, 0x41, 0xc7, 0x41, 0xc6, 0x39, 0xc6, 0x39, 0xe7, 0x41, 0x08, 0x42, 0x08, 0x42, 0x08, 0x42, 0x28, 0x42, 0x49, 0x4a, 0x28, 0x4a, 0x28, 0x42, 0x08, 0x42, 0x28, 0x42, 0x08, 0x42, 0x28, 0x4a, 0x69, 0x4a, 0x69, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x6a, 0x52, 0x8a, 0x52, 0xaa, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0xaa, 0x52, 0xeb, 0x5a, 0x0c, 0x63, 0x0c, 0x63, 0xec, 0x62, 0xec, 0x5a, 0xec, 0x5a, 0xec, 0x5a, 0xec, 0x62, 0x2d, 0x6b, 0x6e, 0x73, 0xd0, 0x7b, 0xf0, 0x7b, 0xf0, 0x83, 0xf0, 0x7b, 0xd0, 0x7b, 0xf0, 0x7b, 0xf0, 0x83, 0xf0, 0x83, 0x11, 0x84, 0x11, 0x84, 0x11, 0x84, 0x10, 0x84, 0x10, 0x84, 0x11, 0x8c, 0x31, 0x8c, 0x31, 0x8c, 0x10, 0x8c, 0x11, 0x8c, 0x31, 0x8c, 0x31, 0x8c, 0x51, 0x8c, 0x51, 0x94, 0x51, 0x94, 0x51, 0x94, 0x31, 0x8c, 0x31, 0x8c, 0x31, 0x8c, 0x51, 0x94, 0x51, 0x94, 0x51, 0x94, 0x51, 0x94, 0x72, 0x9c, 0x72, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xb3, 0x9c, 0xf4, 0xa4, 0x14, 0xad, 0x35, 0xad, 0x35, 0xad, 0x15, 0xad, 0x35, 0xad, 0x56, 0xb5, 0x76, 0xb5, 0x55, 0xad, 0x56, 0xad, 0x56, 0xad, 0x55, 0xad, 0x56, 0xb5, 0x76, 0xb5, 0x96, 0xbd, 0x97, 0xbd, 0x55, 0xb5, 0x56, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xbd, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd7, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0xb7, 0xc5, 0xb7, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xb8, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0xf9, 0xc5, 0x19, 0xce, 0x39, 0xce, 0x19, 0xce,
0x10, 0x9c, 0x10, 0x9c, 0x10, 0x9c, 0x10, 0x9c, 0x10, 0x9c, 0xcf, 0x93, 0xae, 0x93, 0xae, 0x8b, 0x6d, 0x8b, 0xae, 0x8b, 0xce, 0x93, 0xce, 0x93, 0xae, 0x93, 0x8e, 0x8b, 0x8e, 0x8b, 0xae, 0x8b, 0xee, 0x93, 0xee, 0x93, 0xee, 0x93, 0xee, 0x93, 0xce, 0x93, 0xee, 0x93, 0xef, 0x93, 0xef, 0x93, 0x0f, 0x9c, 0xef, 0x9b, 0xef, 0x93, 0xce, 0x93, 0xae, 0x8b, 0x4c, 0x83, 0x2c, 0x7b, 0x2c, 0x7b, 0x2c, 0x83, 0x4c, 0x83, 0x6d, 0x8b, 0x6d, 0x8b, 0x4c, 0x83, 0x2c, 0x83, 0x2c, 0x83, 0x6d, 0x8b, 0x8d, 0x8b, 0x8e, 0x93, 0x8d, 0x8b, 0x6d, 0x8b, 0x2c, 0x83, 0x2c, 0x83, 0x4c, 0x83, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x4c, 0x8b, 0x2c, 0x83, 0x2c, 0x83, 0x4c, 0x83, 0x6d, 0x8b, 0x8d, 0x93, 0xce, 0x9b, 0xce, 0x9b, 0xae, 0x93, 0x8d, 0x93, 0x8d, 0x93, 0xae, 0x93, 0xce, 0x9b, 0xce, 0x9b, 0x4c, 0x83, 0x4c, 0x8b, 0x6d, 0x8b, 0x8d, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x4c, 0x83, 0x2c, 0x83, 0x0b, 0x7b, 0x0b, 0x73, 0x0b, 0x73, 0x0b, 0x73, 0x0b, 0x73, 0x0b, 0x73, 0xaa, 0x6a, 0xca, 0x6a, 0xcb, 0x6a, 0xeb, 0x6a, 0xcb, 0x6a, 0xca, 0x6a, 0xaa, 0x6a, 0xaa, 0x6a, 0xeb, 0x6a, 0xeb, 0x6a, 0xeb, 0x6a, 0xeb, 0x6a, 0xeb, 0x6a, 0xcb, 0x6a, 0xcb, 0x62, 0xcb, 0x62, 0xcb, 0x62, 0xcb, 0x62, 0xca, 0x62, 0xaa, 0x5a, 0x69, 0x52, 0x48, 0x4a, 0x49, 0x52, 0x69, 0x52, 0x49, 0x52, 0x49, 0x52, 0x49, 0x52, 0x49, 0x52, 0x28, 0x4a, 0x08, 0x42, 0xe7, 0x41, 0xc7, 0x41, 0xe7, 0x41, 0xe7, 0x41, 0xe7, 0x41, 0xe7, 0x41, 0xe7, 0x41, 0xe7, 0x41, 0xc7, 0x41, 0xc6, 0x39, 0xe7, 0x41, 0xe7, 0x41, 0xe7, 0x41, 0xc7, 0x41, 0xc7, 0x39, 0xa6, 0x39, 0xa6, 0x39, 0xa6, 0x39, 0x07, 0x42, 0x08, 0x42, 0x28, 0x4a, 0x28, 0x42, 0x08, 0x42, 0x07, 0x42, 0x28, 0x42, 0x28, 0x4a, 0x69, 0x4a, 0x49, 0x4a, 0x28, 0x4a, 0x28, 0x4a, 0x28, 0x42, 0x28, 0x4a, 0x28, 0x4a, 0x28, 0x4a, 0x08, 0x42, 0x28, 0x4a, 0x28, 0x4a, 0x07, 0x42, 0xe7, 0x41, 0xe7, 0x39, 0x07, 0x42, 0x28, 0x4a, 0x29, 0x4a, 0x29, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x29, 0x4a, 0x29, 0x4a, 0x49, 0x4a, 0x28, 0x4a, 0x49, 0x4a, 0x69, 0x52, 0x6a, 0x52, 0x69, 0x52, 0x69, 0x52, 0x6a, 0x52, 0x8a, 0x52, 0x6a, 0x52, 0x6a, 0x52, 0x6a, 0x52, 0x6a, 0x52, 0x69, 0x52, 0x6a, 0x52, 0xab, 0x5a, 0xcc, 0x5a, 0xcb, 0x5a, 0xcb, 0x5a, 0xcb, 0x5a, 0xab, 0x5a, 0xab, 0x5a, 0xab, 0x5a, 0xec, 0x62, 0x4e, 0x6b, 0x4e, 0x6b, 0x4d, 0x6b, 0x2d, 0x6b, 0x0d, 0x63, 0x4d, 0x6b, 0x6e, 0x73, 0x6e, 0x73, 0x4e, 0x6b, 0x4e, 0x73, 0x6e, 0x73, 0x6e, 0x73, 0x8e, 0x73, 0x8f, 0x7b, 0xaf, 0x7b, 0xcf, 0x7b, 0xaf, 0x7b, 0xaf, 0x7b, 0xcf, 0x7b, 0xd0, 0x83, 0xf0, 0x83, 0x31, 0x8c, 0x51, 0x94, 0x72, 0x94, 0x72, 0x94, 0xb3, 0x9c, 0x92, 0x9c, 0x92, 0x9c, 0xb3, 0xa4, 0xb3, 0xa4, 0xb3, 0xa4, 0xd3, 0xa4, 0xf4, 0xac, 0xd3, 0xa4, 0xf4, 0xac, 0x14, 0xad, 0x34, 0xad, 0x35, 0xad, 0x55, 0xb5, 0x55, 0xb5, 0x55, 0xb5, 0x56, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x97, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xb7, 0xbd, 0x97, 0xb5, 0x97, 0xbd, 0xb7, 0xbd, 0xd7, 0xc5, 0xd8, 0xc5, 0x97, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x96, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x96, 0xbd, 0x76, 0xb5, 0x97, 0xbd, 0x97, 0xbd, 0x96, 0xbd, 0x76, 0xbd, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xbd, 0x96, 0xb5, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xb8, 0xbd, 0xb7, 0xbd, 0xb8, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xf9, 0xc5, 0x19, 0xc6, 0x19, 0xc6,
0xcf, 0x93, 0xcf, 0x93, 0xef, 0x93, 0xcf, 0x93, 0xae, 0x93, 0x8e, 0x8b, 0x6d, 0x8b, 0x6d, 0x83, 0x2c, 0x83, 0x4d, 0x83, 0x8d, 0x8b, 0x6d, 0x8b, 0x4d, 0x83, 0x2c, 0x83, 0x2c, 0x83, 0x4c, 0x83, 0x6d, 0x83, 0x6d, 0x83, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x83, 0x6d, 0x83, 0x6d, 0x83, 0x6d, 0x8b, 0xae, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x4d, 0x83, 0x4c, 0x83, 0x2c, 0x83, 0x4c, 0x83, 0x4d, 0x8b, 0x6d, 0x8b, 0x8e, 0x93, 0x8e, 0x93, 0x6d, 0x8b, 0x4c, 0x83, 0x4d, 0x8b, 0x6d, 0x8b, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0x8d, 0x8b, 0x6d, 0x8b, 0x8e, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0x8d, 0x93, 0x8d, 0x8b, 0x8d, 0x93, 0xae, 0x93, 0xce, 0x9b, 0xce, 0x9b, 0xae, 0x93, 0x8d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x8d, 0x93, 0xce, 0x93, 0xce, 0x9b, 0x8d, 0x8b, 0x6d, 0x8b, 0x2c, 0x83, 0x2c, 0x83, 0x4c, 0x83, 0x4c, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x4c, 0x83, 0x0b, 0x83, 0xeb, 0x7a, 0xeb, 0x7a, 0x0b, 0x7b, 0x0b, 0x7b, 0x2b, 0x83, 0x4c, 0x83, 0x0b, 0x7b, 0xca, 0x72, 0xaa, 0x6a, 0xaa, 0x6a, 0xca, 0x72, 0xea, 0x72, 0xca, 0x6a, 0xaa, 0x6a, 0x89, 0x62, 0xaa, 0x6a, 0xeb, 0x72, 0x0c, 0x73, 0x0c, 0x73, 0xeb, 0x72, 0xcb, 0x72, 0xca, 0x6a, 0xcb, 0x6a, 0xeb, 0x72, 0xeb, 0x6a, 0xeb, 0x6a, 0xeb, 0x6a, 0xeb, 0x6a, 0xeb, 0x6a, 0xeb, 0x6a, 0x0c, 0x6b, 0x0c, 0x6b, 0x0c, 0x6b, 0xeb, 0x6a, 0xca, 0x62, 0x8a, 0x5a, 0xaa, 0x5a, 0xcb, 0x62, 0xaa, 0x5a, 0xaa, 0x5a, 0xaa, 0x5a, 0xaa, 0x5a, 0xaa, 0x5a, 0x8a, 0x5a, 0x8a, 0x5a, 0x8a, 0x5a, 0x8a, 0x5a, 0x8a, 0x5a, 0x69, 0x52, 0x69, 0x52, 0x69, 0x52, 0x49, 0x52, 0x49, 0x52, 0x49, 0x52, 0x49, 0x4a, 0x49, 0x52, 0x49, 0x52, 0x49, 0x4a, 0x28, 0x4a, 0x28, 0x4a, 0x28, 0x4a, 0x48, 0x4a, 0x69, 0x4a, 0x69, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x69, 0x4a, 0x69, 0x52, 0x89, 0x52, 0xaa, 0x52, 0xaa, 0x5a, 0xaa, 0x52, 0x89, 0x52, 0x69, 0x4a, 0x48, 0x4a, 0x48, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x69, 0x52, 0x69, 0x52, 0x69, 0x52, 0x49, 0x4a, 0x28, 0x4a, 0x28, 0x42, 0x28, 0x4a, 0x69, 0x4a, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x6a, 0x52, 0x49, 0x4a, 0x69, 0x52, 0x8a, 0x52, 0x6a, 0x52, 0x6a, 0x52, 0x6a, 0x52, 0x6a, 0x52, 0x49, 0x4a, 0x49, 0x4a, 0x8a, 0x52, 0xaa, 0x5a, 0xcb, 0x5a, 0xab, 0x5a, 0xab, 0x5a, 0x8a, 0x52, 0xaa, 0x5a, 0xab, 0x5a, 0xab, 0x5a, 0xcb, 0x5a, 0xcb, 0x5a, 0xec, 0x62, 0x0c, 0x63, 0xec, 0x62, 0xab, 0x5a, 0x8a, 0x52, 0xcc, 0x5a, 0x2d, 0x6b, 0x4e, 0x6b, 0x2d, 0x6b, 0xec, 0x62, 0xcc, 0x62, 0xcc, 0x62, 0xec, 0x62, 0xec, 0x62, 0xcb, 0x62, 0xec, 0x62, 0x0c, 0x63, 0x0d, 0x6b, 0x0c, 0x6b, 0x0c, 0x6b, 0x0c, 0x6b, 0x2d, 0x6b, 0x4d, 0x73, 0x6e, 0x73, 0x6e, 0x73, 0x8e, 0x73, 0x8f, 0x7b, 0xcf, 0x83, 0xf0, 0x83, 0x10, 0x8c, 0x31, 0x8c, 0x51, 0x94, 0x51, 0x94, 0x51, 0x94, 0x51, 0x94, 0x51, 0x94, 0x51, 0x94, 0x72, 0x9c, 0x92, 0x9c, 0x71, 0x94, 0xb2, 0x9c, 0xf3, 0xa4, 0xf4, 0xa4, 0x14, 0xad, 0x35, 0xad, 0x76, 0xb5, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0x19, 0xce, 0xf8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd7, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0x18, 0xce, 0xf8, 0xcd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0x18, 0xce, 0x18, 0xce, 0xf8, 0xc5, 0xf8, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xd7, 0xc5, 0xb7, 0xc5, 0xb7, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xb8, 0xbd, 0xb7, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb8, 0xbd, 0xb8, 0xbd, 0xb7, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xd8, 0xbd, 0xb8, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xb8, 0xbd, 0xb7, 0xbd, 0xb8, 0xbd, 0xf8, 0xc5, 0x19, 0xc6, 0x19, 0xce,
0xce, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xce, 0x93, 0xae, 0x93, 0xae, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0xae, 0x8b, 0xae, 0x93, 0xce, 0x93, 0xce, 0x93, 0xae, 0x93, 0x8d, 0x8b, 0x8d, 0x8b, 0x8e, 0x93, 0x8d, 0x8b, 0x8e, 0x8b, 0xae, 0x93, 0xae, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x8d, 0x8b, 0xae, 0x93, 0x8d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x4d, 0x8b, 0x6d, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x8d, 0x93, 0xae, 0x93, 0xae, 0x93, 0x8d, 0x93, 0x6d, 0x8b, 0x6d, 0x8b, 0x8e, 0x93, 0xae, 0x93, 0xce, 0x93, 0xce, 0x93, 0xae, 0x93, 0x8e, 0x93, 0x8d, 0x8b, 0x8d, 0x93, 0xae, 0x93, 0x8d, 0x93, 0x8d, 0x93, 0x8d, 0x93, 0x6d, 0x8b, 0x6d, 0x8b, 0x8d, 0x93, 0xad, 0x93, 0xad, 0x93, 0x8d, 0x93, 0x8d, 0x8b, 0x6c, 0x8b, 0x6c, 0x8b, 0x6d, 0x8b, 0xad, 0x93, 0xae, 0x93, 0xad, 0x93, 0xce, 0x93, 0x8d, 0x93, 0x6d, 0x8b, 0x6d, 0x8b, 0x8d, 0x8b, 0x8d, 0x93, 0x8d, 0x93, 0x8d, 0x93, 0x4c, 0x8b, 0x0b, 0x83, 0xea, 0x7a, 0x0b, 0x7b, 0x0b, 0x7b, 0x0b, 0x7b, 0x2b, 0x83, 0x4c, 0x83, 0x4c, 0x83, 0x2c, 0x83, 0x0b, 0x7b, 0x2c, 0x83, 0x4c, 0x83, 0x4c, 0x83, 0x0b, 0x73, 0xca, 0x6a, 0xa9, 0x62, 0xca, 0x6a, 0x0b, 0x73, 0x4c, 0x7b, 0x4c, 0x7b, 0x2c, 0x7b, 0xeb, 0x72, 0xcb, 0x6a, 0x8a, 0x62, 0x8a, 0x62, 0xaa, 0x6a, 0xaa, 0x62, 0xaa, 0x62, 0xaa, 0x6a, 0xaa, 0x62, 0xaa, 0x62, 0xcb, 0x6a, 0xcb, 0x62, 0xcb, 0x62, 0xcb, 0x62, 0xaa, 0x5a, 0x69, 0x52, 0x89, 0x52, 0xaa, 0x5a, 0xcb, 0x62, 0xeb, 0x62, 0xeb, 0x62, 0xeb, 0x62, 0xeb, 0x62, 0xeb, 0x62, 0xeb, 0x62, 0x0b, 0x63, 0x0c, 0x6b, 0x0b, 0x63, 0xeb, 0x62, 0xcb, 0x62, 0xca, 0x5a, 0xca, 0x5a, 0xcb, 0x62, 0xcb, 0x62, 0xcb, 0x62, 0xcb, 0x62, 0xcb, 0x62, 0xcb, 0x62, 0xcb, 0x5a, 0xcb, 0x5a, 0xcb, 0x62, 0xeb, 0x62, 0xeb, 0x62, 0xcb, 0x5a, 0xaa, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x69, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x69, 0x52, 0x49, 0x4a, 0x28, 0x4a, 0x28, 0x4a, 0x69, 0x4a, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x69, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x49, 0x4a, 0x69, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x6a, 0x52, 0x6a, 0x52, 0x6a, 0x52, 0x8b, 0x52, 0xcb, 0x5a, 0xab, 0x5a, 0xab, 0x5a, 0x8a, 0x52, 0x6a, 0x52, 0x6a, 0x52, 0x6a, 0x52, 0x8b, 0x52, 0xab, 0x5a, 0xcb, 0x5a, 0xab, 0x5a, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0xab, 0x5a, 0xcb, 0x5a, 0xec, 0x62, 0xcb, 0x5a, 0x8a, 0x52, 0x4a, 0x4a, 0x8a, 0x52, 0xec, 0x62, 0x2d, 0x6b, 0x4d, 0x6b, 0x2d, 0x6b, 0xec, 0x62, 0xab, 0x5a, 0xab, 0x5a, 0xcb, 0x62, 0xcc, 0x62, 0x0c, 0x6b, 0x2d, 0x6b, 0x2d, 0x6b, 0x0c, 0x6b, 0xec, 0x6a, 0x0c, 0x6b, 0x4e, 0x73, 0x8e, 0x7b, 0xaf, 0x7b, 0xaf, 0x7b, 0xaf, 0x7b, 0xaf, 0x7b, 0xaf, 0x7b, 0xcf, 0x83, 0xcf, 0x83, 0xf0, 0x83, 0xf0, 0x83, 0xf0, 0x8b, 0xf0, 0x8b, 0xf0, 0x8b, 0xf0, 0x8b, 0xf0, 0x8b, 0x10, 0x8c, 0x30, 0x8c, 0x31, 0x8c, 0x92, 0x9c, 0xd3, 0xa4, 0xd3, 0xa4, 0xd3, 0xa4, 0xf4, 0xa4, 0x55, 0xad, 0x96, 0xb5, 0x97, 0xbd, 0x97, 0xb5, 0x76, 0xb5, 0x97, 0xb5, 0xd7, 0xbd, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xc5, 0xf8, 0xcd, 0xf8, 0xcd, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x18, 0xce, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf8, 0xcd, 0xf8, 0xcd, 0xf8, 0xcd, 0x18, 0xce, 0x18, 0xce, 0x18, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0xf9, 0xc5, 0xf9, 0xc5, 0xf9, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xb8, 0xbd, 0xb7, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xf8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xd8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xb5, 0x97, 0xb5, 0xb7, 0xb5, 0xd8, 0xbd, 0xf8, 0xc5, 0x19, 0xc6,
0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x93, 0xcf, 0x93, 0xce, 0x93, 0xce, 0x93, 0xce, 0x93, 0xce, 0x93, 0xcf, 0x93, 0xcf, 0x93, 0xce, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xcf, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xcf, 0x9b, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x9b, 0xae, 0x93, 0xae, 0x93, 0x8e, 0x93, 0x6d, 0x8b, 0x4d, 0x8b, 0x6d, 0x8b, 0x8e, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x93, 0x8e, 0x93, 0x8e, 0x93, 0xae, 0x93, 0xcf, 0x9b, 0xce, 0x9b, 0xce, 0x9b, 0xae, 0x93, 0xae, 0x93, 0x8e, 0x93, 0x8d, 0x8b, 0x8d, 0x93, 0x8e, 0x93, 0x6c, 0x8b, 0x6d, 0x8b, 0x4c, 0x8b, 0x4c, 0x83, 0x4c, 0x8b, 0x6d, 0x8b, 0x8d, 0x8b, 0x6d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x93, 0x8d, 0x93, 0xae, 0x93, 0xee, 0x9b, 0xee, 0x9b, 0xce, 0x9b, 0xce, 0x93, 0xae, 0x93, 0xad, 0x93, 0xae, 0x93, 0xce, 0x9b, 0xce, 0x9b, 0xce, 0x93, 0xad, 0x93, 0x8d, 0x8b, 0x4c, 0x8b, 0x4c, 0x83, 0x6d, 0x8b, 0x8d, 0x93, 0x6c, 0x8b, 0x6c, 0x8b, 0x8d, 0x8b, 0xae, 0x93, 0xad, 0x93, 0xae, 0x93, 0xce, 0x93, 0xef, 0x93, 0xce, 0x93, 0x6d, 0x83, 0x2c, 0x7b, 0x0b, 0x73, 0x0b, 0x73, 0x2c, 0x7b, 0x4c, 0x7b, 0x4c, 0x7b, 0x2c, 0x7b, 0xeb, 0x72, 0xca, 0x6a, 0x8a, 0x62, 0x8a, 0x62, 0x8a, 0x62, 0x8a, 0x62, 0x8a, 0x62, 0x8a, 0x62, 0x89, 0x62, 0x6a, 0x5a, 0xaa, 0x62, 0x8a, 0x5a, 0x8a, 0x5a, 0x8a, 0x5a, 0x69, 0x52, 0x28, 0x4a, 0x28, 0x4a, 0x69, 0x52, 0xaa, 0x5a, 0xaa, 0x5a, 0xcb, 0x62, 0xcb, 0x62, 0xcb, 0x62, 0xcb, 0x62, 0xcb, 0x62, 0xcb, 0x62, 0xcb, 0x62, 0xcb, 0x62, 0xaa, 0x5a, 0xaa, 0x5a, 0x8a, 0x5a, 0xaa, 0x5a, 0xaa, 0x5a, 0xca, 0x5a, 0xab, 0x5a, 0xab, 0x5a, 0xab, 0x5a, 0xaa, 0x5a, 0x8a, 0x5a, 0x8a, 0x52, 0x8a, 0x5a, 0xaa, 0x5a, 0x0c, 0x63, 0xeb, 0x62, 0xcb, 0x5a, 0xaa, 0x5a, 0xaa, 0x5a, 0xaa, 0x5a, 0xaa, 0x52, 0xaa, 0x52, 0xaa, 0x5a, 0xcb, 0x5a, 0xaa, 0x5a, 0x8a, 0x52, 0x49, 0x4a, 0x49, 0x4a, 0x8a, 0x52, 0xaa, 0x5a, 0xcb, 0x5a, 0xcb, 0x5a, 0xcb, 0x5a, 0xaa, 0x5a, 0xaa, 0x52, 0xaa, 0x52, 0xaa, 0x5a, 0xcb, 0x5a, 0x8b, 0x52, 0x8b, 0x52, 0x8b, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0xcb, 0x5a, 0x0c, 0x63, 0x0c, 0x63, 0x0c, 0x63, 0xec, 0x62, 0xcb, 0x5a, 0xab, 0x5a, 0xab, 0x5a, 0xcb, 0x5a, 0xcb, 0x5a, 0xab, 0x5a, 0xab, 0x5a, 0xab, 0x5a, 0xab, 0x5a, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0x8b, 0x52, 0xcb, 0x5a, 0xcc, 0x5a, 0xec, 0x62, 0xec, 0x62, 0xab, 0x5a, 0x6a, 0x52, 0x8b, 0x52, 0xcc, 0x5a, 0xcb, 0x62, 0xec, 0x62, 0xec, 0x62, 0xcb, 0x62, 0x8b, 0x5a, 0x8b, 0x5a, 0xcb, 0x62, 0xec, 0x62, 0xec, 0x62, 0x0c, 0x6b, 0x0c, 0x6b, 0xec, 0x6a, 0xec, 0x6a, 0x0c, 0x6b, 0x6d, 0x73, 0x8e, 0x7b, 0xaf, 0x7b, 0xaf, 0x7b, 0xaf, 0x7b, 0x8e, 0x7b, 0x8e, 0x7b, 0x8e, 0x7b, 0x8e, 0x7b, 0xaf, 0x7b, 0xcf, 0x83, 0xcf, 0x83, 0xcf, 0x83, 0xcf, 0x83, 0xcf, 0x83, 0x10, 0x8c, 0x31, 0x94, 0x51, 0x94, 0x92, 0x9c, 0xd3, 0xa4, 0xf3, 0xa4, 0xd3, 0xa4, 0xd3, 0x9c, 0xf3, 0xa4, 0x15, 0xad, 0x55, 0xb5, 0x35, 0xad, 0x35, 0xad, 0x15, 0xa5, 0x35, 0xad, 0x56, 0xad, 0x77, 0xb5, 0x97, 0xb5, 0xb7, 0xbd, 0xd8, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xb7, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x96, 0xbd, 0x97, 0xbd, 0x97, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x76, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xc5, 0xd7, 0xc5, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xd8, 0xc5, 0xf8, 0xc5, 0xf9, 0xc5, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0xf9, 0xc5, 0xf9, 0xcd, 0xf9, 0xcd, 0x19, 0xc6, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x19, 0xce, 0x39, 0xce, 0x39, 0xce, 0x19, 0xce, 0xf9, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xf9, 0xc5, 0x39, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0x39, 0xc6, 0x19, 0xc6, 0x19, 0xc6, 0xf8, 0xc5, 0xf8, 0xbd, 0xf8, 0xc5, 0x19, 0xc6, 0x39, 0xce, 0x39, 0xce,
0x10, 0x9c, 0x10, 0x9c, 0x0f, 0x9c, 0x0f, 0x9c, 0xef, 0x9b, 0xef, 0x93, 0xef, 0x93, 0xcf, 0x93, 0xef, 0x93, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xee, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0xae, 0x9b, 0x8e, 0x93, 0x8d, 0x93, 0x8e, 0x93, 0xae, 0x93, 0xae, 0x93, 0xae, 0x9b, 0xae, 0x9b, 0xae, 0x9b, 0x8e, 0x93, 0x6d, 0x93, 0x8e, 0x93, 0xae, 0x9b, 0xcf, 0x9b, 0xae, 0x93, 0x8e, 0x93, 0x8d, 0x8b, 0x6d, 0x8b, 0x6d, 0x8b, 0x8e, 0x93, 0xae, 0x93, 0x0f, 0xa4, 0x0f, 0x9c, 0xef, 0x9b, 0xef, 0x9b, 0xef, 0x9b, 0x0f, 0x9c, 0x10, 0xa4, 0x30, 0xa4, 0xee, 0x9b, 0xee, 0x9b, 0xce, 0x93, 0xad, 0x93, 0xae, 0x93, 0xee, 0x9b, 0xef, 0x9b, 0xee, 0x9b, 0xee, 0x9b, 0xee, 0x9b, 0xee, 0x9b, 0xef, 0x9b, 0x2f, 0xa4, 0x50, 0xac, 0x70, 0xac, 0x50, 0xac, 0xef, 0x9b, 0xce, 0x93, 0x6d, 0x8b, 0x6c, 0x8b, 0x6d, 0x8b, 0x8d, 0x93, 0x8d, 0x93, 0x8d, 0x93, 0x4c, 0x83, 0x2b, 0x83, 0x4c, 0x83, 0x8d, 0x93, 0xcd, 0x93, 0xad, 0x93, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0x8d, 0x8b, 0xae, 0x93, 0xce, 0x93, 0xef, 0x9b, 0xee, 0x93, 0xce, 0x8b, 0x8d, 0x8b, 0x6c, 0x83, 0x6c, 0x7b, 0x4c, 0x83, 0x4c, 0x7b, 0x4c, 0x7b, 0x0c, 0x7b, 0xeb, 0x72, 0xcb, 0x6a, 0xeb, 0x72, 0xeb, 0x72, 0xeb, 0x72, 0xcb, 0x6a, 0xca, 0x6a, 0xaa, 0x62, 0x8a, 0x62, 0x8a, 0x62, 0xeb, 0x6a, 0xcb, 0x62, 0xaa, 0x62, 0xaa, 0x62, 0x8a, 0x5a, 0x49, 0x52, 0x48, 0x52, 0x69, 0x52, 0x89, 0x52, 0x8a, 0x5a, 0xaa, 0x5a, 0xcb, 0x62, 0xcb, 0x62, 0xcb, 0x62, 0xeb, 0x62, 0xeb, 0x62, 0xeb, 0x62, 0xeb, 0x62, 0xeb, 0x62, 0xeb, 0x62, 0xeb, 0x62, 0xeb, 0x62, 0x0b, 0x63, 0x0c, 0x6b, 0xaa, 0x5a, 0xaa, 0x5a, 0xaa, 0x5a, 0x8a, 0x5a, 0x69, 0x52, 0x49, 0x52, 0x49, 0x52, 0x69, 0x52, 0xaa, 0x52, 0xaa, 0x5a, 0xcb, 0x5a, 0xcb, 0x5a, 0xeb, 0x62, 0x0c, 0x63, 0x2c, 0x6b, 0x4d, 0x6b, 0x4d, 0x6b, 0x6d, 0x6b, 0x4d, 0x6b, 0x0c, 0x63, 0xaa, 0x5a, 0x8a, 0x52, 0xcb, 0x5a, 0x0c, 0x63, 0xeb, 0x62, 0xeb, 0x5a, 0xcb, 0x5a, 0xcb, 0x5a, 0xcb, 0x5a, 0xcb, 0x5a, 0xcb, 0x5a, 0xeb, 0x5a, 0x0d, 0x63, 0x0c, 0x63, 0x0c, 0x63, 0xec, 0x62, 0xcb, 0x5a, 0xab, 0x5a, 0xcb, 0x5a, 0x0c, 0x63, 0xec, 0x62, 0xec, 0x62, 0xcc, 0x5a, 0xcb, 0x5a, 0xab, 0x5a, 0x8b, 0x52, 0x6a, 0x52, 0x6a, 0x52, 0xaa, 0x5a, 0xab, 0x5a, 0xab, 0x5a, 0xab, 0x5a, 0x8a, 0x52, 0x8a, 0x52, 0x8a, 0x52, 0xab, 0x5a, 0xcc, 0x5a, 0xcc, 0x5a, 0xec, 0x62, 0xcc, 0x5a, 0xcb, 0x5a, 0xab, 0x5a, 0xab, 0x5a, 0xcc, 0x5a, 0x0d, 0x6b, 0x0d, 0x6b, 0xec, 0x62, 0xec, 0x62, 0xec, 0x62, 0x0c, 0x6b, 0x0c, 0x6b, 0xec, 0x6a, 0xec, 0x6a, 0x0c, 0x6b, 0x0d, 0x6b, 0x0c, 0x6b, 0x0c, 0x6b, 0x2c, 0x6b, 0x4d, 0x73, 0x6d, 0x73, 0x8f, 0x7b, 0x8f, 0x7b, 0x8e, 0x7b, 0x8e, 0x7b, 0x8e, 0x7b, 0x8e, 0x7b, 0xaf, 0x7b, 0xaf, 0x7b, 0xaf, 0x7b, 0x8e, 0x7b, 0x8e, 0x7b, 0x8e, 0x7b, 0xaf, 0x83, 0x10, 0x8c, 0x51, 0x94, 0x72, 0x9c, 0xb3, 0x9c, 0xd3, 0x9c, 0xd3, 0x9c, 0xb3, 0x9c, 0xb3, 0x9c, 0xd4, 0xa4, 0x14, 0xad, 0x35, 0xad, 0x56, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x35, 0xad, 0x56, 0xad, 0x77, 0xb5, 0x97, 0xbd, 0x97, 0xbd, 0xb8, 0xbd, 0xd8, 0xbd, 0xb7, 0xbd, 0x77, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x76, 0xb5, 0x56, 0xb5, 0x56, 0xb5, 0x55, 0xb5, 0x56, 0xb5, 0x76, 0xb5, 0x76, 0xbd, 0x76, 0xbd, 0x96, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xd7, 0xc5, 0xf8, 0xc5, 0xf8, 0xc5, 0xd8, 0xc5, 0xb7, 0xc5, 0x97, 0xbd, 0x96, 0xbd, 0x97, 0xbd, 0xb7, 0xc5, 0xb7, 0xc5, 0xd7, 0xbd, 0xb7, 0xbd, 0x96, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0x97, 0xbd, 0xb7, 0xbd, 0xb7, 0xbd, 0xb8, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xb8, 0xbd, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xc5, 0xd8, 0xbd, 0xb7, 0xbd, 0xd8, 0xbd, 0xf9, 0xc5, 0x19, 0xc6, 0xf8, 0xc5, 0xd8, 0xc5, 0xf8, 0xc5, 0xf9, 0xc5, 0x5a, 0xce, 0x5a, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce, 0x5a, 0xce, 0x5a, 0xce, 0x7a, 0xce, 0x39, 0xce, 0x5a, 0xce, 0x39, 0xce, 0x39, 0xce, 0x39, 0xc6, 0x39, 0xce, 0x39, 0xce, 0x39, 0xce,
#endif
};
lv_img_dsc_t coffee_flower = {
.header.always_zero = 0,
.header.w = 320,
.header.h = 240,
.data_size = 76800 * LV_COLOR_SIZE / 8,
.header.cf = LV_IMG_CF_TRUE_COLOR,
.data = coffee_flower_map,
};
| 3,576.527132 | 3,842 | 0.666153 |
49921a5d7532df6e1ef6c6dac094f474f868b01a | 1,021 | h | C | old/src/frontend/qt5/Qt5Registers.h | fungosforks/ProDBG | 43d8b43660e852b1efd34350af5c7f2ba2ccdae5 | [
"MIT"
] | 1 | 2016-03-15T19:03:38.000Z | 2016-03-15T19:03:38.000Z | old/src/frontend/qt5/Qt5Registers.h | fungosforks/ProDBG | 43d8b43660e852b1efd34350af5c7f2ba2ccdae5 | [
"MIT"
] | null | null | null | old/src/frontend/qt5/Qt5Registers.h | fungosforks/ProDBG | 43d8b43660e852b1efd34350af5c7f2ba2ccdae5 | [
"MIT"
] | null | null | null | #pragma once
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
#include <QTreeView>
#include <ProDBGAPI.h>
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
class QStandardItemModel;
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
namespace prodbg
{
struct AssemblyRegister;
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
class Qt5Registers : public QTreeView
{
Q_OBJECT
public:
Qt5Registers(QWidget* parent);
virtual ~Qt5Registers();
void update(AssemblyRegister* registers, int count);
protected:
virtual void keyPressEvent(QKeyEvent* event);
QStandardItemModel* m_model;
};
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
}
| 26.868421 | 119 | 0.301665 |
49a7f464d54bec23b8569189da96cb4d8f4160d2 | 7,016 | h | C | core/run/VirtualSettings.inl.h | grische/OpenSPH | 74a8fff865157ae94e8d7ed249b116fbadf6ad20 | [
"MIT"
] | null | null | null | core/run/VirtualSettings.inl.h | grische/OpenSPH | 74a8fff865157ae94e8d7ed249b116fbadf6ad20 | [
"MIT"
] | 1 | 2022-01-27T21:25:34.000Z | 2022-01-27T21:25:34.000Z | core/run/VirtualSettings.inl.h | grische/OpenSPH | 74a8fff865157ae94e8d7ed249b116fbadf6ad20 | [
"MIT"
] | null | null | null | #include "run/VirtualSettings.h"
NAMESPACE_SPH_BEGIN
namespace Detail {
template <typename T, typename = void>
class UnitAdapter {
public:
INLINE const T& get(const T& input, const Float mult) const {
SPH_ASSERT(mult == 1._f, "Units not implemented for entries other than float or vector");
return input;
}
INLINE const T& set(const T& input, const Float mult) const {
SPH_ASSERT(mult == 1._f, "Units not implemented for entries other than float or vector");
return input;
}
};
template <typename T>
class UnitAdapter<T, std::enable_if_t<std::is_same<T, Float>::value || std::is_same<T, Vector>::value>> {
public:
INLINE T get(const T& input, const Float mult) const {
return input / mult;
}
INLINE T set(const T& input, const Float mult) const {
return input * mult;
}
};
} // namespace Detail
inline void VirtualSettings::Category::addEntry(const String& key, AutoPtr<IVirtualEntry>&& entry) {
entries.insert(key, std::move(entry));
}
namespace Detail {
template <typename TValue, typename = void>
class ValueEntry : public EntryControl {
private:
TValue& ref;
String name;
public:
ValueEntry(TValue& ref, const String& name)
: ref(ref)
, name(name) {}
virtual void setImpl(const Value& value) override {
UnitAdapter<TValue> adapter;
ref = adapter.set(value.get<TValue>(), mult);
}
virtual Value get() const override {
UnitAdapter<TValue> adapter;
return adapter.get(ref, mult);
}
virtual Type getType() const override {
// path has to be included to get correct index of EnumWrapper
return Type(
getTypeIndex<TValue, bool, int, Float, Vector, Interval, String, Path, EnumWrapper, ExtraEntry>);
}
virtual String getName() const override {
return name;
}
};
template <typename TValue>
class ValueEntry<TValue, std::enable_if_t<FlagsTraits<TValue>::isFlags>> : public EntryControl {
private:
TValue& ref;
String name;
using TEnum = typename FlagsTraits<TValue>::Type;
public:
ValueEntry(TValue& ref, const String& name)
: ref(ref)
, name(name) {}
virtual void setImpl(const Value& value) override {
ref = TValue::fromValue(value.get<EnumWrapper>().value);
}
virtual Value get() const override {
return EnumWrapper(TEnum(ref.value()));
}
virtual Type getType() const override {
return Type::FLAGS;
}
virtual String getName() const override {
return name;
}
};
} // namespace Detail
template <typename TValue>
inline EntryControl& VirtualSettings::Category::connect(const String& name,
const String& key,
TValue& value) {
auto entry = makeAuto<Detail::ValueEntry<TValue>>(value, name);
EntryControl& control = *entry;
entries.insert(key, std::move(entry));
return control;
}
namespace Detail {
template <typename TEnum>
inline String makeTooltip(const TEnum id) {
Optional<String> key = Settings<TEnum>::getEntryName(id);
Optional<int> type = Settings<TEnum>::getEntryType(id);
String scriptTooltip;
if (key) {
String typeName = Settings<TEnum>::typeToString(type.value());
scriptTooltip = "Script name: " + key.value() + " (" + typeName + ")";
}
Optional<String> desc = Settings<TEnum>::getEntryDesc(id);
if (desc) {
String tooltip = desc.value();
if (key) {
tooltip += "\n\n" + scriptTooltip;
}
return tooltip;
} else {
return scriptTooltip;
}
}
template <typename TValue, typename TEnum, typename TEnabler = void>
class SettingsEntry : public EntryControl {
private:
Settings<TEnum>& settings;
String name;
TEnum id;
public:
SettingsEntry(Settings<TEnum>& settings, const TEnum id, const String& name)
: settings(settings)
, name(name)
, id(id) {
tooltip = makeTooltip(id);
}
virtual void setImpl(const Value& value) override {
UnitAdapter<TValue> adapter;
settings.set(id, adapter.set(value.get<TValue>(), mult));
}
virtual Value get() const override {
UnitAdapter<TValue> adapter;
return adapter.get(settings.template get<TValue>(id), mult);
}
virtual Type getType() const override {
return Type(getTypeIndex<TValue, bool, int, Float, Vector, Interval, String, Path, EnumWrapper>);
}
virtual String getName() const override {
return name;
}
};
/// Partial specialization for Flags
template <typename TValue, typename TEnum>
class SettingsEntry<TValue, TEnum, std::enable_if_t<FlagsTraits<TValue>::isFlags>> : public EntryControl {
private:
Settings<TEnum>& settings;
String name;
TEnum id;
public:
SettingsEntry(Settings<TEnum>& settings, const TEnum id, const String& name)
: settings(settings)
, name(name)
, id(id) {
tooltip = makeTooltip(id);
}
virtual void setImpl(const Value& value) override {
settings.set(id, value.get<EnumWrapper>());
}
virtual Value get() const override {
return settings.template get<EnumWrapper>(id);
}
virtual Type getType() const override {
return Type::FLAGS;
}
virtual String getName() const override {
return name;
}
};
/// Partial specialization for Path
template <typename TEnum>
class SettingsEntry<Path, TEnum> : public EntryControl {
private:
Settings<TEnum>& settings;
String name;
TEnum id;
public:
SettingsEntry(Settings<TEnum>& settings, const TEnum id, const String& name)
: settings(settings)
, name(name)
, id(id) {
tooltip = makeTooltip(id);
}
virtual void setImpl(const Value& value) override {
settings.set(id, value.get<Path>().string());
}
virtual Value get() const override {
return Path(settings.template get<String>(id));
}
virtual Type getType() const override {
return Type::PATH;
}
virtual String getName() const override {
return name;
}
};
} // namespace Detail
template <typename TValue, typename TEnum>
EntryControl& VirtualSettings::Category::connect(const String& name,
Settings<TEnum>& settings,
const TEnum id) {
const Optional<String> key = Settings<TEnum>::getEntryName(id);
if (!key) {
throw InvalidSetup("No settings entry with id {}", int(id));
}
auto entry = makeAuto<Detail::SettingsEntry<TValue, TEnum>>(settings, id, name);
EntryControl& control = *entry;
entries.insert(key.value(), std::move(entry));
return control;
}
template <typename TEnum, typename>
void VirtualSettings::set(const TEnum id, const IVirtualEntry::Value& value) {
const Optional<String> key = Settings<TEnum>::getEntryName(id);
if (!key) {
throw InvalidSetup("No entry with ID {}", int(id));
}
this->set(key.value(), value);
}
NAMESPACE_SPH_END
| 26.081784 | 109 | 0.645097 |
e426b666c9d394078a1e31055cb333bdb42bb9ea | 290 | h | C | include/lib/memory.h | leegbestand/CoCoNut-lib | afef661487f4bed6ef59fad32d19c0d5ddf89ccf | [
"MIT"
] | null | null | null | include/lib/memory.h | leegbestand/CoCoNut-lib | afef661487f4bed6ef59fad32d19c0d5ddf89ccf | [
"MIT"
] | null | null | null | include/lib/memory.h | leegbestand/CoCoNut-lib | afef661487f4bed6ef59fad32d19c0d5ddf89ccf | [
"MIT"
] | null | null | null | #ifndef _MEMORY_H_
#define _MEMORY_H_
#include <stdlib.h>
void *mem_alloc(size_t size);
void mem_free(void *ptr);
void *mem_copy(const void *src, size_t len);
void set_allocator(void *(*_allocator)(size_t));
void set_deallocator(void (*_deallocator)(void*));
#endif /* _MEMORY_H_ */
| 17.058824 | 50 | 0.731034 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.