summaryrefslogtreecommitdiffstats
path: root/sys/dev/twa
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2007-05-09 04:16:32 +0000
committerscottl <scottl@FreeBSD.org>2007-05-09 04:16:32 +0000
commite26c36e0036265c1a2495a07ad7b56f7bcf91802 (patch)
treef5057a0d5e1c26c1707951622f8290cef18a57c3 /sys/dev/twa
parentb4394c2c3f9e46818141a9dd626636bb321b74d2 (diff)
downloadFreeBSD-src-e26c36e0036265c1a2495a07ad7b56f7bcf91802.zip
FreeBSD-src-e26c36e0036265c1a2495a07ad7b56f7bcf91802.tar.gz
Import version 3.60.03.006 of the TWA driver:
This patch does the following: - Remove un-necessary code that is not even compiling into the driver under TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST defines. - Remove bundled firmware image and associated "files" entry for tw_cl_fwimg.c - Remove bundled firmware flashing routines. We now have tw_update userspace FreeBSD controller flash utility. - Fix driver crash on load due to shared interrupt. - Fix 2 lock leaks for Giant lock. - Fix CCB leak. - Add support for 9650SE controllers. Many thanks to 3Ware/AMCC for continuing to support FreeBSD.
Diffstat (limited to 'sys/dev/twa')
-rw-r--r--sys/dev/twa/tw_cl.h84
-rw-r--r--sys/dev/twa/tw_cl_externs.h18
-rw-r--r--sys/dev/twa/tw_cl_fwif.h6
-rw-r--r--sys/dev/twa/tw_cl_fwimg.c47792
-rw-r--r--sys/dev/twa/tw_cl_init.c526
-rw-r--r--sys/dev/twa/tw_cl_intr.c27
-rw-r--r--sys/dev/twa/tw_cl_io.c136
-rw-r--r--sys/dev/twa/tw_cl_ioctl.h3
-rw-r--r--sys/dev/twa/tw_cl_misc.c53
-rw-r--r--sys/dev/twa/tw_cl_share.h70
-rw-r--r--sys/dev/twa/tw_osl.h12
-rw-r--r--sys/dev/twa/tw_osl_cam.c10
-rw-r--r--sys/dev/twa/tw_osl_externs.h3
-rw-r--r--sys/dev/twa/tw_osl_freebsd.c138
-rw-r--r--sys/dev/twa/tw_osl_includes.h3
-rw-r--r--sys/dev/twa/tw_osl_inline.h3
-rw-r--r--sys/dev/twa/tw_osl_ioctl.h3
-rw-r--r--sys/dev/twa/tw_osl_share.h10
-rw-r--r--sys/dev/twa/tw_osl_types.h3
19 files changed, 103 insertions, 48797 deletions
diff --git a/sys/dev/twa/tw_cl.h b/sys/dev/twa/tw_cl.h
index d890b84..f4741fa 100644
--- a/sys/dev/twa/tw_cl.h
+++ b/sys/dev/twa/tw_cl.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-05 Applied Micro Circuits Corporation.
+ * Copyright (c) 2004-07 Applied Micro Circuits Corporation.
* Copyright (c) 2004-05 Vinod Kashyap
* All rights reserved.
*
@@ -31,6 +31,7 @@
* AMCC'S 3ware driver for 9000 series storage controllers.
*
* Author: Vinod Kashyap
+ * Modifications by: Adam Radford
*/
@@ -50,11 +51,6 @@
#define TW_CLI_RESET_TIMEOUT_PERIOD 60 /* seconds */
#define TW_CLI_MAX_RESET_ATTEMPTS 2
-#ifdef TW_OSL_FLASH_FIRMWARE
-/* Number of chunks the fw image is broken into, while flashing. */
-#define TW_CLI_NUM_FW_IMAGE_CHUNKS 500
-#endif /* TW_OSL_FLASH_FIRMWARE */
-
/* Possible values of ctlr->state. */
/* Initialization done, and controller is active. */
#define TW_CLI_CTLR_STATE_ACTIVE (1<<0)
@@ -144,19 +140,6 @@ struct tw_cli_ctlr_context {
OSL & CL. */
struct tw_cli_req_context *req_ctxt_buf;/* pointer to the array of CL's
internal request context pkts */
-
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
-
- TW_UINT32 free_req_ids[TW_CL_MAX_SIMULTANEOUS_REQUESTS];
- /* Array of free req_id's */
- struct tw_cli_req_context *busy_reqs[TW_CL_MAX_SIMULTANEOUS_REQUESTS + 1];
- /* Array of busy reqs -- index is req_id */
- TW_UINT32 free_req_head;
- TW_UINT32 free_req_tail;
- TW_UINT32 num_free_req_ids;
-
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
-
struct tw_cl_command_packet *cmd_pkt_buf;/* ptr to array of cmd pkts */
TW_UINT64 cmd_pkt_phys; /* phys addr of cmd_pkt_buf */
@@ -171,11 +154,6 @@ struct tw_cli_ctlr_context {
/* Request queues and arrays. */
struct tw_cl_link req_q_head[TW_CLI_Q_COUNT];
-#ifdef TW_OSL_FLASH_FIRMWARE
- TW_VOID *flash_dma_mem; /* mem for flashing fw image */
- TW_UINT64 flash_dma_mem_phys;/* flash_dma_mem phys addr */
-#endif /* TW_OSL_FLASH_FIRMWARE */
-
TW_UINT8 *internal_req_data;/* internal req data buf */
TW_UINT64 internal_req_data_phys;/* phys addr of internal
req data buf */
@@ -294,13 +272,6 @@ tw_cli_req_q_insert_head(struct tw_cli_req_context *req, TW_UINT8 q_type)
{
struct tw_cli_ctlr_context *ctlr = req->ctlr;
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
- if ((q_type == TW_CLI_BUSY_Q) || (q_type == TW_CLI_COMPLETE_Q) ||
- ((q_type == TW_CLI_PENDING_Q) &&
- (!(req->flags & TW_CLI_REQ_FLAGS_INTERNAL))))
- return;
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
-
tw_osl_get_lock(ctlr->ctlr_handle, ctlr->gen_lock);
TW_CL_Q_INSERT_HEAD(&(ctlr->req_q_head[q_type]), &(req->link));
TW_CLI_Q_INSERT(ctlr, q_type);
@@ -315,45 +286,6 @@ tw_cli_req_q_insert_tail(struct tw_cli_req_context *req, TW_UINT8 q_type)
{
struct tw_cli_ctlr_context *ctlr = req->ctlr;
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
- if ((q_type == TW_CLI_BUSY_Q) || (q_type == TW_CLI_COMPLETE_Q) ||
- ((q_type == TW_CLI_PENDING_Q) &&
- (!(req->flags & TW_CLI_REQ_FLAGS_INTERNAL))))
- return;
- if ((q_type == TW_CLI_FREE_Q) &&
- (!(req->flags & TW_CLI_REQ_FLAGS_INTERNAL))) {
- TW_SYNC_HANDLE sync_handle;
-
- tw_osl_get_lock(ctlr->ctlr_handle, ctlr->gen_lock);
- if (req->state == TW_CLI_REQ_STATE_COMPLETE) {
- if (ctlr->flags & TW_CL_DEFERRED_INTR_USED)
- tw_osl_sync_io_block(ctlr->ctlr_handle,
- &sync_handle);
- } else {
- if (!(ctlr->flags & TW_CL_DEFERRED_INTR_USED))
- tw_osl_sync_isr_block(ctlr->ctlr_handle,
- &sync_handle);
- }
- ctlr->free_req_ids[ctlr->free_req_tail] = req->request_id;
- ctlr->busy_reqs[req->request_id] = TW_CL_NULL;
- ctlr->free_req_tail = (ctlr->free_req_tail + 1) %
- (ctlr->max_simult_reqs - 1);
- ctlr->num_free_req_ids++;
-
- if (req->state == TW_CLI_REQ_STATE_COMPLETE) {
- if (ctlr->flags & TW_CL_DEFERRED_INTR_USED)
- tw_osl_sync_io_unblock(ctlr->ctlr_handle,
- &sync_handle);
- } else {
- if (!(ctlr->flags & TW_CL_DEFERRED_INTR_USED))
- tw_osl_sync_isr_unblock(ctlr->ctlr_handle,
- &sync_handle);
- }
- tw_osl_free_lock(ctlr->ctlr_handle, ctlr->gen_lock);
- return;
- }
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
-
tw_osl_get_lock(ctlr->ctlr_handle, ctlr->gen_lock);
TW_CL_Q_INSERT_TAIL(&(ctlr->req_q_head[q_type]), &(req->link));
TW_CLI_Q_INSERT(ctlr, q_type);
@@ -369,11 +301,6 @@ tw_cli_req_q_remove_head(struct tw_cli_ctlr_context *ctlr, TW_UINT8 q_type)
struct tw_cli_req_context *req = TW_CL_NULL;
struct tw_cl_link *link;
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
- if ((q_type == TW_CLI_BUSY_Q) || (q_type == TW_CLI_COMPLETE_Q))
- return(req);
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
-
tw_osl_get_lock(ctlr->ctlr_handle, ctlr->gen_lock);
if ((link = TW_CL_Q_FIRST_ITEM(&(ctlr->req_q_head[q_type]))) !=
TW_CL_NULL) {
@@ -394,13 +321,6 @@ tw_cli_req_q_remove_item(struct tw_cli_req_context *req, TW_UINT8 q_type)
{
struct tw_cli_ctlr_context *ctlr = req->ctlr;
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
- if ((q_type == TW_CLI_BUSY_Q) || (q_type == TW_CLI_COMPLETE_Q) ||
- ((q_type == TW_CLI_PENDING_Q) &&
- (!(req->flags & TW_CLI_REQ_FLAGS_INTERNAL))))
- return;
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
-
tw_osl_get_lock(ctlr->ctlr_handle, ctlr->gen_lock);
TW_CL_Q_REMOVE_ITEM(&(ctlr->req_q_head[q_type]), &(req->link));
TW_CLI_Q_REMOVE(ctlr, q_type);
diff --git a/sys/dev/twa/tw_cl_externs.h b/sys/dev/twa/tw_cl_externs.h
index 1fb51ac..1dd2425 100644
--- a/sys/dev/twa/tw_cl_externs.h
+++ b/sys/dev/twa/tw_cl_externs.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-05 Applied Micro Circuits Corporation.
+ * Copyright (c) 2004-07 Applied Micro Circuits Corporation.
* Copyright (c) 2004-05 Vinod Kashyap
* All rights reserved.
*
@@ -31,6 +31,7 @@
* AMCC'S 3ware driver for 9000 series storage controllers.
*
* Author: Vinod Kashyap
+ * Modifications by: Adam Radford
*/
@@ -50,18 +51,6 @@ extern TW_INT32 tw_cli_fw_img_size;
extern TW_INT8 *tw_cli_severity_string_table[];
-#ifdef TW_OSL_FLASH_FIRMWARE
-
-/* Functions in tw_cl_init.c */
-
-/* Flash bundled firmware image onto controller. */
-extern TW_INT32 tw_cli_flash_firmware(struct tw_cli_ctlr_context *ctlr);
-
-/* Hard reset the controller. */
-extern TW_INT32 tw_cli_hard_reset(struct tw_cli_ctlr_context *ctlr);
-
-#endif /* TW_OSL_FLASH_FIRMWARE */
-
/* Do controller initialization. */
extern TW_INT32 tw_cli_start_ctlr(struct tw_cli_ctlr_context *ctlr);
@@ -197,9 +186,6 @@ extern TW_INT32 tw_cli_poll_status(struct tw_cli_ctlr_context *ctlr,
/* Get a free CL internal request context packet. */
extern struct tw_cli_req_context *
tw_cli_get_request(struct tw_cli_ctlr_context *ctlr
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
- , struct tw_cl_req_packet *req_pkt
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
);
/* Notify OSL of controller info (fw/BIOS versions, etc.). */
diff --git a/sys/dev/twa/tw_cl_fwif.h b/sys/dev/twa/tw_cl_fwif.h
index 444a2cd..965ddda 100644
--- a/sys/dev/twa/tw_cl_fwif.h
+++ b/sys/dev/twa/tw_cl_fwif.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-05 Applied Micro Circuits Corporation.
+ * Copyright (c) 2004-07 Applied Micro Circuits Corporation.
* Copyright (c) 2004-05 Vinod Kashyap
* All rights reserved.
*
@@ -31,6 +31,7 @@
* AMCC'S 3ware driver for 9000 series storage controllers.
*
* Author: Vinod Kashyap
+ * Modifications by: Adam Radford
*/
@@ -134,7 +135,6 @@
/* Misc defines. */
-#define TWA_BUNDLED_FW_VERSION_STRING "3.02.00.004"
#define TWA_SHUTDOWN_MESSAGE_CREDITS 0x001
#define TWA_64BIT_SG_ADDRESSES 0x00000001
#define TWA_EXTENDED_INIT_CONNECT 0x00000002
@@ -152,8 +152,6 @@
#define TWA_ARCH_ID_9K_X 0x6 /* 9000 PCI-X controllers */
#define TWA_CTLR_FW_SAME_OR_NEWER 0x00000001
#define TWA_CTLR_FW_COMPATIBLE 0x00000002
-#define TWA_BUNDLED_FW_SAFE_TO_FLASH 0x00000004
-#define TWA_CTLR_FW_RECOMMENDS_FLASH 0x00000008
#define TWA_SENSE_DATA_LENGTH 18
diff --git a/sys/dev/twa/tw_cl_fwimg.c b/sys/dev/twa/tw_cl_fwimg.c
deleted file mode 100644
index c42e559..0000000
--- a/sys/dev/twa/tw_cl_fwimg.c
+++ /dev/null
@@ -1,47792 +0,0 @@
-/*
- * Copyright (c) 2004-05 Applied Micro Circuits Corporation.
- * Copyright (c) 2004-05 Vinod Kashyap
- * 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 THE AUTHOR 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 AUTHOR 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.
- *
- * $FreeBSD$
- */
-
-/*
- * AMCC'S 3ware driver for 9000 series storage controllers.
- *
- * Author: Vinod Kashyap
- */
-
-
-#include "tw_osl_share.h"
-#include "tw_cl_share.h"
-
-#ifdef TW_OSL_FLASH_FIRMWARE
-
-TW_INT8 tw_cli_fw_img[] = {
-2,0,136,1,16,146,14,0,170,164,84,35,6,0,0,0,3,0,2,0,
-8,0,4,0,30,0,24,0,175,236,221,186,48,57,47,50,56,47,48,53,
-49,54,58,48,50,58,51,52,70,69,57,88,32,51,46,48,50,46,48,48,
-46,48,48,52,13,9,9,9,9,9,9,9,9,9,9,13,10,65,77,67,
-67,32,51,119,97,114,101,32,70,105,114,109,119,97,114,101,32,73,109,97,
-103,101,32,40,67,41,32,50,48,48,51,45,50,48,48,52,32,65,77,67,
-67,13,10,66,117,105,108,116,32,98,121,32,70,108,97,115,104,73,109,97,
-103,101,67,111,109,112,111,115,101,114,32,49,46,48,53,32,111,110,32,87,
-101,100,32,83,101,112,32,50,56,32,49,54,58,48,55,58,50,56,32,50,
-48,48,53,10,13,10,66,117,105,108,100,32,68,101,116,97,105,108,115,58,
-13,10,68,97,116,101,32,32,32,32,61,32,48,57,47,50,56,47,48,53,
-13,10,84,105,109,101,32,32,32,32,61,32,49,54,58,48,50,58,51,52,
-13,10,86,101,114,115,105,111,110,32,61,32,70,69,57,88,32,51,46,48,
-50,46,48,48,46,48,48,52,13,10,83,82,76,32,32,32,32,32,61,32,
-50,52,45,51,48,13,10,66,117,105,108,100,32,32,32,61,32,52,13,10,
-66,114,97,110,99,104,32,32,61,32,56,13,10,10,67,111,109,112,111,110,
-101,110,116,32,86,101,114,115,105,111,110,115,58,13,10,70,69,57,88,32,
-51,46,48,50,46,48,48,46,48,48,52,13,10,66,69,57,88,32,51,46,
-48,49,46,48,48,46,48,50,52,13,10,66,66,85,58,32,49,46,48,49,
-46,48,48,46,48,49,48,13,10,26,0,0,128,255,33,148,166,2,8,124,
-16,0,1,144,20,0,65,144,24,0,161,145,28,0,193,145,32,0,225,145,
-36,0,1,146,40,0,33,146,44,0,65,146,48,0,97,146,52,0,129,146,
-56,0,161,146,60,0,193,146,64,0,225,146,68,0,1,147,72,0,33,147,
-76,0,65,147,80,0,97,147,84,0,129,147,88,0,161,147,92,0,193,147,
-96,0,225,147,130,17,66,76,5,0,0,72,166,2,136,125,1,0,96,61,
-100,128,107,57,16,96,107,125,1,0,64,61,204,129,74,57,20,90,74,125,
-0,0,42,144,2,0,32,60,220,238,33,56,20,90,33,124,2,0,160,61,
-232,238,173,57,20,90,173,125,2,0,64,60,232,110,66,56,20,90,66,124,
-0,64,173,57,0,64,173,57,1,0,64,61,128,129,74,57,20,90,74,125,
-4,0,202,133,4,0,234,133,4,0,10,134,4,0,42,134,4,0,74,134,
-4,0,106,134,4,0,138,134,4,0,170,134,4,0,202,134,4,0,234,134,
-0,0,64,57,56,0,33,84,248,255,65,149,1,0,96,60,172,129,99,56,
-20,90,99,124,225,0,0,72,5,0,0,72,166,2,136,125,1,0,96,61,
-4,129,107,57,16,96,107,125,1,0,64,61,204,129,74,57,20,90,74,125,
-0,0,42,128,16,0,1,128,166,3,8,124,20,0,65,128,24,0,161,129,
-28,0,193,129,32,0,225,129,36,0,1,130,40,0,33,130,44,0,65,130,
-48,0,97,130,52,0,129,130,56,0,161,130,60,0,193,130,64,0,225,130,
-68,0,1,131,72,0,33,131,76,0,65,131,80,0,97,131,84,0,129,131,
-88,0,161,131,92,0,193,131,96,0,225,131,128,0,33,56,32,0,128,78,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-1,0,0,0,0,0,0,0,180,206,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,108,97,115,104,32,
-85,112,100,97,116,101,114,0,166,2,8,124,200,255,33,148,28,0,33,147,
-32,0,65,147,36,0,97,147,40,0,129,147,44,0,161,147,48,0,193,147,
-52,0,225,147,60,0,1,144,5,0,0,72,166,2,232,127,120,27,107,124,
-120,35,140,124,120,43,172,124,120,51,204,124,0,0,0,61,244,62,8,57,
-20,250,8,125,0,0,128,63,104,57,156,59,20,250,156,127,0,0,160,63,
-228,57,189,59,20,250,189,127,0,0,32,61,172,76,41,57,20,250,41,125,
-0,0,192,59,120,227,135,127,120,67,10,125,0,0,139,129,1,0,12,44,
-64,0,130,64,4,0,139,57,0,0,44,131,8,0,139,57,0,0,76,131,
-12,0,139,57,0,0,204,128,16,0,139,57,0,0,108,131,20,0,139,57,
-0,0,108,128,24,0,139,57,0,0,140,128,28,0,139,57,0,0,172,128,
-40,0,0,72,0,0,43,131,4,0,139,57,0,0,76,131,8,0,139,57,
-0,0,204,128,0,0,96,56,0,0,96,59,0,0,160,56,0,0,128,56,
-64,40,4,124,140,0,130,65,80,32,219,124,0,0,128,57,8,0,129,145,
-8,0,129,57,4,0,108,57,0,0,128,57,0,0,139,145,8,0,129,57,
-8,0,108,57,0,0,128,57,0,0,139,145,8,0,129,57,12,0,108,57,
-0,0,128,57,0,0,139,145,64,32,9,124,12,0,128,65,64,72,5,124,
-8,0,129,65,208,0,198,127,64,32,7,124,12,0,128,65,64,56,5,124,
-12,0,129,65,20,50,156,127,20,50,189,127,64,80,4,124,24,0,129,65,
-64,40,10,124,16,0,128,64,64,24,27,124,8,0,130,65,80,64,6,125,
-88,0,0,72,0,0,128,57,8,0,129,145,8,0,129,57,4,0,108,57,
-255,255,128,61,248,125,140,57,20,250,140,125,80,96,153,125,0,0,139,145,
-8,0,129,57,8,0,108,57,254,255,130,61,204,95,140,57,80,96,154,125,
-0,0,139,145,8,0,129,57,12,0,108,57,254,255,141,61,24,145,140,57,
-80,96,134,125,0,0,139,145,0,0,128,61,172,76,140,57,20,250,140,125,
-20,242,76,127,0,0,128,61,220,76,140,57,20,250,140,125,20,242,108,127,
-68,0,0,72,120,211,75,127,4,0,90,59,8,0,129,57,12,0,140,57,
-0,0,107,129,0,0,140,129,20,98,75,125,0,0,122,129,4,0,90,59,
-0,0,154,129,4,0,90,59,120,83,67,125,120,91,100,125,120,99,133,125,
-166,3,137,127,33,4,128,78,64,216,26,124,188,255,130,64,0,0,128,61,
-220,76,140,57,20,250,140,125,20,242,76,127,0,0,128,61,220,76,140,57,
-20,250,140,125,20,242,108,127,0,0,128,61,220,76,140,57,20,250,140,125,
-20,242,140,127,108,0,0,72,0,216,26,124,20,0,128,64,8,0,129,57,
-12,0,140,57,0,0,140,129,16,0,0,72,8,0,129,57,4,0,140,57,
-0,0,140,129,0,0,122,129,20,98,75,125,4,0,90,59,120,211,75,127,
-4,0,90,59,8,0,129,57,4,0,140,57,0,0,107,129,0,0,140,129,
-20,98,107,125,0,0,154,129,4,0,90,59,120,83,67,125,120,91,100,125,
-120,99,133,125,166,3,169,127,33,4,128,78,64,224,26,124,148,255,130,64,
-0,0,160,63,144,56,189,59,20,250,189,127,0,0,128,61,220,76,140,57,
-20,250,140,125,20,242,76,127,0,0,128,61,220,76,140,57,20,250,140,125,
-20,242,108,127,0,0,128,61,220,76,140,57,20,250,140,125,20,242,140,127,
-108,0,0,72,0,216,26,124,20,0,128,64,8,0,129,57,12,0,140,57,
-0,0,140,129,16,0,0,72,8,0,129,57,4,0,140,57,0,0,140,129,
-0,0,122,129,20,98,75,125,4,0,90,59,120,211,75,127,4,0,90,59,
-8,0,129,57,4,0,140,57,0,0,107,129,0,0,140,129,20,98,107,125,
-0,0,154,129,4,0,90,59,120,83,67,125,120,91,100,125,120,99,133,125,
-166,3,169,127,33,4,128,78,64,224,26,124,148,255,130,64,0,0,128,61,
-152,68,140,57,20,250,140,125,20,242,172,124,0,0,128,61,72,69,140,57,
-20,250,140,125,20,242,204,124,0,0,128,61,72,69,140,57,20,250,140,125,
-20,242,236,124,64,40,6,124,192,0,130,65,8,0,129,57,12,0,140,57,
-254,255,109,61,24,145,107,57,0,0,140,129,80,88,140,125,80,48,204,124,
-160,0,0,72,120,59,236,124,1,0,231,56,0,0,140,137,116,7,140,125,
-183,6,139,85,112,38,107,125,120,91,106,125,58,16,74,85,8,0,97,57,
-20,82,107,125,0,0,75,129,120,43,171,124,4,0,165,56,0,0,107,129,
-20,82,107,125,0,0,11,129,49,6,138,85,0,0,10,44,12,0,130,65,
-0,0,8,44,76,0,130,65,191,7,138,85,120,83,73,125,58,16,41,85,
-8,0,65,57,20,74,74,125,0,0,74,129,0,0,10,44,44,0,130,65,
-57,7,137,85,0,0,9,44,8,0,130,65,58,16,8,85,20,82,8,125,
-57,7,140,85,0,0,12,44,8,0,130,65,112,22,8,125,0,0,11,145,
-64,48,5,124,96,255,130,64,49,0,0,72,28,0,33,131,32,0,65,131,
-36,0,97,131,40,0,129,131,44,0,161,131,48,0,193,131,52,0,225,131,
-60,0,1,128,166,3,8,124,56,0,33,56,32,0,128,78,166,2,8,124,
-224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,28,0,225,147,
-36,0,1,144,137,31,0,72,166,2,8,124,5,0,0,72,166,2,104,124,
-166,3,8,124,120,27,108,124,112,22,140,125,58,16,158,85,134,42,146,124,
-120,35,131,124,120,27,108,124,79,2,159,85,120,251,229,127,134,43,178,124,
-0,0,96,56,227,255,128,60,0,160,132,96,134,3,114,124,134,3,147,124,
-16,0,96,56,0,2,128,60,0,0,132,96,134,3,114,124,134,3,147,124,
-25,6,0,72,120,27,108,124,0,0,12,44,204,3,130,64,0,0,160,59,
-120,235,172,127,58,16,140,85,20,98,158,125,0,0,108,129,32,16,128,61,
-64,48,140,57,64,96,11,124,40,0,130,64,120,235,172,127,58,16,140,85,
-4,0,140,57,20,98,158,125,0,0,108,129,34,17,128,61,68,51,140,57,
-64,96,11,124,72,0,130,65,120,235,172,127,58,16,140,85,20,98,158,125,
-0,0,108,129,32,16,128,61,64,48,140,57,64,96,11,124,132,0,130,64,
-120,235,172,127,58,16,140,85,4,0,140,57,20,98,158,125,0,0,108,129,
-161,144,128,61,192,176,140,57,64,96,11,124,96,0,130,64,120,235,172,127,
-58,16,140,85,20,98,254,127,120,235,172,127,58,16,140,85,4,0,140,57,
-20,98,158,125,0,0,108,129,161,144,128,61,192,176,140,57,64,96,11,124,
-28,0,130,64,237,8,0,72,120,27,107,124,12,0,159,129,64,88,12,124,
-28,0,130,64,44,0,0,72,120,251,227,127,49,3,0,72,120,27,108,124,
-0,0,12,44,24,0,130,65,1,0,189,59,1,0,128,61,0,240,140,57,
-0,96,29,124,12,255,128,65,0,240,29,40,12,0,130,64,195,1,128,57,
-192,2,0,72,0,0,127,129,32,16,128,61,64,48,140,57,64,96,11,124,
-120,0,130,64,4,0,127,129,161,144,128,61,192,176,140,57,64,96,11,124,
-100,0,130,64,165,8,0,72,10,0,159,161,20,98,159,124,12,0,191,128,
-221,10,0,72,120,27,108,124,0,0,12,44,120,2,130,64,10,0,159,161,
-20,98,127,125,12,0,159,129,20,98,235,127,0,0,127,129,32,16,128,61,
-64,48,140,57,64,96,11,124,24,0,130,64,4,0,127,129,34,17,128,61,
-68,51,140,57,64,96,11,124,12,0,130,65,195,1,128,57,56,2,0,72,
-69,8,0,72,120,27,107,124,60,137,141,129,64,88,12,124,36,0,130,64,
-1,8,0,72,120,27,107,124,60,137,141,129,20,90,204,127,9,8,0,72,
-120,27,108,124,20,98,222,127,8,0,0,72,60,137,205,131,120,251,253,127,
-36,0,0,72,120,235,163,127,49,2,0,72,120,27,108,124,0,0,12,44,
-228,1,130,64,120,235,163,127,213,2,0,72,120,27,125,124,0,0,29,44,
-220,255,130,64,173,7,0,72,120,27,107,124,60,137,141,129,20,90,172,127,
-0,0,125,129,32,16,128,61,64,48,140,57,64,96,11,124,24,0,130,64,
-4,0,125,129,34,17,128,61,68,51,140,57,64,96,11,124,8,0,130,65,
-120,243,221,127,0,0,125,129,32,16,128,61,64,48,140,57,64,96,11,124,
-84,0,130,64,4,0,125,129,34,17,128,61,68,51,140,57,64,96,11,124,
-64,0,130,64,36,0,0,72,20,0,157,129,0,0,12,44,20,0,130,65,
-120,235,163,127,77,2,0,72,120,27,125,124,8,0,0,72,0,0,160,59,
-120,235,163,127,97,2,0,72,120,27,108,124,0,0,12,44,208,255,130,64,
-60,0,0,72,109,7,0,72,120,27,108,124,0,0,12,44,40,0,130,64,
-69,7,0,72,120,27,125,124,120,235,163,127,81,1,0,72,120,27,108,124,
-0,0,12,44,16,0,130,65,0,0,160,59,8,0,0,72,0,0,160,59,
-0,0,128,59,164,0,0,72,20,0,159,129,0,0,12,44,96,0,130,64,
-1,0,128,59,0,0,29,44,84,0,130,65,80,232,158,125,20,0,159,145,
-20,0,127,129,12,0,159,129,64,96,11,124,16,0,128,64,0,0,128,57,
-20,0,159,145,20,0,0,72,120,251,227,127,117,2,0,72,120,27,108,124,
-16,0,159,145,120,251,227,127,193,0,0,72,120,27,107,124,20,0,159,129,
-20,0,139,145,16,0,159,129,16,0,139,145,120,243,195,127,120,251,228,127,
-12,0,191,128,209,8,0,72,120,27,108,124,0,0,12,44,108,0,130,64,
-12,0,159,129,126,248,140,85,60,8,140,85,20,98,222,127,120,251,227,127,
-77,1,0,72,120,27,127,124,0,0,28,44,92,255,130,65,37,6,0,72,
-120,27,107,124,60,137,141,129,20,90,236,127,4,0,127,129,34,17,128,61,
-68,51,140,57,64,96,11,124,32,0,130,64,255,255,128,57,8,0,129,145,
-120,251,227,127,8,0,129,56,4,0,160,56,101,8,0,72,120,27,108,124,
-0,0,128,57,120,99,131,125,16,0,129,131,20,0,161,131,24,0,193,131,
-28,0,225,131,36,0,1,128,166,3,8,124,32,0,33,56,32,0,128,78,
-120,27,107,124,12,0,139,129,20,98,139,125,10,0,107,161,80,96,139,125,
-120,99,131,125,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-120,27,106,124,120,83,67,125,209,255,255,75,120,27,105,124,0,0,106,129,
-32,16,128,61,64,48,140,57,64,96,11,124,32,0,130,65,0,0,106,129,
-96,80,128,61,128,112,140,57,64,96,11,124,12,0,130,65,200,1,128,57,
-92,0,0,72,0,0,105,129,32,16,128,61,64,48,140,57,64,96,11,124,
-32,0,130,65,0,0,105,129,96,80,128,61,128,112,140,57,64,96,11,124,
-12,0,130,65,200,1,128,57,44,0,0,72,120,83,67,125,120,75,36,125,
-10,0,170,160,205,38,0,72,120,27,108,124,0,0,12,44,12,0,130,65,
-200,1,128,57,8,0,0,72,0,0,128,57,120,99,131,125,12,0,1,128,
-166,3,8,124,8,0,33,56,32,0,128,78,120,27,107,124,20,0,139,129,
-0,0,12,44,16,0,130,65,20,0,139,129,20,98,139,125,8,0,0,72,
-0,0,128,57,120,99,131,125,32,0,128,78,120,27,106,124,0,0,10,44,
-148,0,130,65,0,0,106,129,32,16,128,61,64,48,140,57,64,96,11,124,
-32,0,130,64,4,0,106,129,34,17,128,61,68,51,140,57,64,96,11,124,
-12,0,130,64,1,0,128,57,104,0,0,72,0,0,106,129,96,80,128,61,
-128,112,140,57,64,96,11,124,32,0,130,64,4,0,106,129,102,85,128,61,
-136,119,140,57,64,96,11,124,12,0,130,64,1,0,128,57,56,0,0,72,
-0,0,106,129,32,16,128,61,64,48,140,57,64,96,11,124,32,0,130,64,
-4,0,106,129,137,136,128,61,136,136,140,57,64,96,11,124,12,0,130,64,
-1,0,128,57,8,0,0,72,0,0,128,57,120,99,131,125,32,0,128,78,
-120,27,108,124,0,0,224,56,0,0,0,57,24,0,172,56,10,0,108,161,
-60,8,107,85,12,0,140,129,80,96,139,125,190,240,140,85,58,16,140,85,
-20,98,197,124,120,43,172,124,4,0,165,56,0,0,140,129,120,99,139,125,
-0,0,128,57,120,91,105,125,120,99,138,125,20,72,103,125,20,81,136,125,
-120,91,103,125,120,99,136,125,0,48,5,124,208,255,128,65,120,59,235,124,
-120,67,12,125,20,98,107,125,120,91,108,125,120,99,131,125,32,0,128,78,
-240,255,33,148,166,2,8,124,12,0,225,147,20,0,1,144,0,0,96,56,
-201,6,0,72,52,137,109,144,52,137,141,129,12,0,140,129,20,0,12,128,
-52,137,109,128,166,3,9,124,33,4,128,78,121,27,127,124,12,0,130,65,
-52,137,109,128,229,26,0,72,0,0,31,44,228,1,130,65,0,0,96,56,
-245,18,0,72,52,137,109,144,52,137,141,129,12,0,140,129,20,0,12,128,
-52,137,109,128,166,3,9,124,33,4,128,78,121,27,127,124,12,0,130,65,
-52,137,109,128,169,26,0,72,0,0,31,44,168,1,130,65,0,0,96,56,
-65,19,0,72,52,137,109,144,52,137,141,129,12,0,140,129,20,0,12,128,
-52,137,109,128,166,3,9,124,33,4,128,78,121,27,127,124,12,0,130,65,
-52,137,109,128,109,26,0,72,0,0,31,44,108,1,130,65,0,0,96,56,
-145,19,0,72,52,137,109,144,52,137,141,129,12,0,140,129,20,0,12,128,
-52,137,109,128,166,3,9,124,33,4,128,78,121,27,127,124,12,0,130,65,
-52,137,109,128,49,26,0,72,0,0,31,44,48,1,130,65,0,0,96,56,
-225,19,0,72,52,137,109,144,52,137,141,129,12,0,140,129,20,0,12,128,
-52,137,109,128,166,3,9,124,33,4,128,78,121,27,127,124,12,0,130,65,
-52,137,109,128,245,25,0,72,0,0,31,44,244,0,130,65,0,0,96,56,
-53,20,0,72,52,137,109,144,52,137,141,129,12,0,140,129,20,0,12,128,
-52,137,109,128,166,3,9,124,33,4,128,78,121,27,127,124,12,0,130,65,
-52,137,109,128,185,25,0,72,0,0,31,44,184,0,130,65,0,0,96,56,
-133,20,0,72,52,137,109,144,52,137,141,129,12,0,140,129,20,0,12,128,
-52,137,109,128,166,3,9,124,33,4,128,78,121,27,127,124,12,0,130,65,
-52,137,109,128,125,25,0,72,0,0,31,44,56,0,130,65,0,0,96,56,
-217,20,0,72,52,137,109,144,52,137,141,129,12,0,140,129,20,0,12,128,
-52,137,109,128,166,3,9,124,33,4,128,78,121,27,127,124,12,0,130,65,
-52,137,109,128,65,25,0,72,0,0,31,44,56,0,130,65,0,0,96,56,
-41,21,0,72,52,137,109,144,52,137,141,129,12,0,140,129,20,0,12,128,
-52,137,109,128,166,3,9,124,33,4,128,78,121,27,127,124,12,0,130,65,
-52,137,109,128,5,25,0,72,0,0,31,44,8,0,130,64,29,0,0,72,
-120,251,227,127,12,0,225,131,20,0,1,128,16,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,166,2,8,124,8,0,193,147,12,0,225,147,
-20,0,1,144,52,137,109,129,12,0,139,129,76,0,236,128,52,137,109,128,
-166,3,233,124,33,4,128,78,0,0,3,44,164,0,130,65,52,137,45,129,
-12,0,73,129,28,0,10,128,52,137,109,128,166,3,9,124,33,4,128,78,
-52,137,141,129,12,0,236,128,44,0,7,129,120,27,127,124,52,137,109,128,
-166,3,9,125,33,4,128,78,52,137,45,129,12,0,73,129,28,0,10,128,
-20,26,223,127,52,137,109,128,166,3,9,124,33,4,128,78,52,137,141,129,
-12,0,236,128,44,0,7,128,120,27,127,124,52,137,109,128,166,3,9,124,
-33,4,128,78,52,137,45,129,12,0,73,129,52,0,10,128,20,26,255,127,
-52,137,109,128,166,3,9,124,33,4,128,78,20,26,63,125,120,243,195,127,
-8,0,137,56,109,2,0,72,56,137,109,144,112,0,0,72,52,137,141,129,
-12,0,140,129,28,0,12,128,52,137,109,128,166,3,9,124,33,4,128,78,
-52,137,13,129,12,0,72,129,28,0,10,128,120,27,126,124,52,137,109,128,
-166,3,9,124,33,4,128,78,52,137,141,129,12,0,236,128,36,0,7,129,
-120,27,127,124,52,137,109,128,166,3,9,125,33,4,128,78,20,26,63,125,
-252,255,137,56,120,243,195,127,34,17,160,60,68,51,165,56,69,1,0,72,
-56,137,109,144,8,0,193,131,12,0,225,131,20,0,1,128,16,0,33,56,
-166,3,8,124,32,0,128,78,52,137,141,129,12,0,140,129,44,0,12,128,
-52,137,109,128,166,3,9,124,32,4,128,78,52,137,141,129,12,0,140,129,
-52,0,12,128,52,137,109,128,166,3,9,124,32,4,128,78,52,137,141,129,
-12,0,140,129,60,0,12,128,52,137,109,128,166,3,9,124,32,4,128,78,
-52,137,141,129,12,0,140,129,68,0,12,128,52,137,109,128,166,3,9,124,
-32,4,128,78,166,2,8,124,4,0,1,144,248,255,33,148,52,137,141,129,
-12,0,140,129,76,0,12,128,52,137,109,128,166,3,9,124,33,4,128,78,
-12,0,1,128,62,6,99,84,166,3,8,124,8,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,12,0,225,147,20,0,1,144,120,27,127,124,
-0,0,31,128,32,16,96,61,64,48,107,57,64,88,0,124,24,0,130,65,
-0,0,159,129,96,80,0,60,128,112,0,96,64,0,12,124,36,0,130,64,
-120,251,227,127,201,1,0,72,10,0,191,160,120,27,100,124,120,251,227,127,
-205,32,0,72,121,27,96,124,28,0,130,65,12,0,225,131,20,0,1,128,
-202,1,96,56,16,0,33,56,166,3,8,124,32,0,128,78,12,0,225,131,
-52,7,3,124,20,0,1,128,16,0,33,56,166,3,8,124,32,0,128,78,
-232,255,33,148,8,0,129,147,12,0,161,147,16,0,193,147,120,35,158,124,
-120,27,125,124,0,240,29,124,166,2,8,124,20,0,225,147,120,43,191,124,
-28,0,1,144,104,0,128,64,0,0,29,128,32,16,32,61,64,48,41,57,
-64,72,0,124,72,0,130,64,120,235,188,127,120,227,131,127,41,255,255,75,
-0,0,3,44,52,0,130,64,4,0,124,129,64,88,31,124,40,0,130,64,
-120,227,131,127,8,0,129,131,12,0,161,131,16,0,193,131,20,0,225,131,
-28,0,1,128,24,0,33,56,166,3,8,124,32,0,128,78,4,0,189,59,
-0,240,29,124,160,255,128,65,8,0,129,131,12,0,161,131,16,0,193,131,
-20,0,225,131,28,0,1,128,0,0,96,56,24,0,33,56,166,3,8,124,
-32,0,128,78,232,255,33,148,12,0,161,147,16,0,193,147,20,0,225,147,
-120,35,159,124,120,27,126,124,0,248,30,124,166,2,8,124,28,0,1,144,
-88,0,128,64,0,0,158,129,32,16,0,60,64,48,0,96,64,0,12,124,
-56,0,130,64,120,243,221,127,120,235,163,127,121,254,255,75,0,0,3,44,
-36,0,130,64,120,235,163,127,12,0,161,131,16,0,193,131,20,0,225,131,
-28,0,1,128,24,0,33,56,166,3,8,124,32,0,128,78,4,0,222,59,
-0,248,30,124,176,255,128,65,12,0,161,131,16,0,193,131,20,0,225,131,
-28,0,1,128,0,0,96,56,24,0,33,56,166,3,8,124,32,0,128,78,
-52,137,77,129,12,0,74,129,12,0,74,129,120,27,107,124,52,137,109,128,
-120,43,166,124,120,35,133,124,166,3,73,125,120,91,100,125,32,4,128,78,
-12,0,3,128,10,0,99,161,20,2,131,125,80,96,107,124,32,0,128,78,
-230,66,109,124,230,66,140,124,230,66,173,124,0,40,3,124,240,255,130,64,
-32,0,128,78,230,66,141,124,230,66,108,124,230,66,173,124,0,40,4,124,
-240,255,130,64,32,0,128,78,166,2,8,125,120,27,103,124,201,255,255,75,
-20,56,228,124,148,1,195,124,189,255,255,75,16,56,132,124,17,49,99,124,
-244,255,128,64,166,3,8,125,32,0,128,78,16,0,131,129,1,0,32,61,
-0,144,41,57,0,26,9,56,0,0,12,176,20,0,131,129,0,85,0,56,
-0,0,12,176,16,0,99,129,0,0,43,177,32,0,128,78,240,255,33,148,
-166,2,8,124,12,0,225,147,121,27,108,124,20,0,1,144,240,255,224,63,
-20,0,130,64,36,0,96,56,145,18,0,72,121,27,108,124,92,0,130,65,
-1,0,96,57,0,0,13,60,120,137,0,48,12,0,12,144,8,0,108,153,
-0,0,13,60,160,138,0,48,12,0,12,144,16,0,0,60,4,0,12,144,
-0,0,236,147,60,137,237,147,170,10,127,57,16,0,108,145,84,5,31,56,
-20,0,12,144,24,0,236,147,2,0,127,57,28,0,108,145,0,1,0,60,
-34,218,0,96,32,0,12,144,12,0,225,131,20,0,1,128,120,99,131,125,
-16,0,33,56,166,3,8,124,32,0,128,78,0,0,99,128,32,0,128,78,
-4,0,99,128,32,0,128,78,120,27,107,124,4,0,11,128,16,0,128,61,
-64,96,0,124,36,0,130,65,4,0,139,129,32,0,0,60,64,0,12,124,
-20,0,130,64,0,0,109,61,156,138,107,129,42,80,108,85,16,0,0,72,
-0,0,141,61,16,138,140,129,42,80,140,85,120,99,131,125,32,0,128,78,
-4,0,131,129,16,0,0,60,64,0,12,124,32,0,130,64,0,0,141,61,
-200,137,140,57,68,0,108,129,64,0,12,128,20,2,11,124,42,80,11,84,
-28,0,0,72,0,0,109,61,20,138,107,57,132,0,139,129,128,0,11,128,
-20,2,12,124,42,80,11,84,120,91,99,125,32,0,128,78,240,255,33,148,
-166,2,8,124,12,0,225,147,20,0,1,144,120,27,127,124,4,0,31,128,
-16,0,224,60,64,56,0,124,72,0,130,64,12,0,31,129,36,0,104,129,
-120,251,227,127,166,3,105,125,33,4,128,78,0,0,205,60,16,138,198,128,
-0,0,95,129,12,0,225,131,42,80,199,84,80,24,7,125,60,0,0,85,
-20,2,106,124,20,0,1,128,16,0,33,56,166,3,8,124,32,0,128,78,
-12,0,127,129,36,0,139,129,120,251,227,127,166,3,137,125,33,4,128,78,
-0,0,77,61,156,138,74,129,0,0,159,129,12,0,225,131,20,0,1,128,
-42,80,69,85,80,24,197,124,60,0,201,84,166,3,8,124,20,74,108,124,
-16,0,33,56,32,0,128,78,232,255,33,148,166,2,8,124,12,0,161,147,
-16,0,193,147,20,0,225,147,28,0,1,144,12,0,99,129,36,0,11,128,
-120,27,127,124,166,3,9,124,33,4,128,78,12,0,95,129,44,0,10,128,
-120,27,125,124,120,251,227,127,166,3,9,124,33,4,128,78,12,0,159,129,
-52,0,204,128,120,27,126,124,166,3,201,124,120,251,227,127,33,4,128,78,
-0,0,159,129,20,26,30,124,80,232,0,125,12,0,161,131,16,0,193,131,
-20,0,225,131,28,0,1,128,60,0,9,85,20,74,108,124,24,0,33,56,
-166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-166,0,0,125,94,4,7,85,36,1,224,124,69,253,255,75,24,0,195,128,
-0,0,102,161,28,0,35,129,0,0,9,160,16,0,227,128,0,128,12,113,
-30,128,107,85,120,3,107,125,0,0,0,60,0,240,0,96,0,0,7,176,
-166,0,192,124,94,4,198,84,120,99,198,124,36,1,192,124,32,0,227,128,
-64,56,11,124,192,1,0,57,8,0,130,64,0,0,0,57,12,0,1,128,
-8,0,33,56,166,3,8,124,120,67,3,125,32,0,128,78,200,255,33,148,
-166,2,8,124,8,0,129,146,12,0,161,146,16,0,193,146,20,0,225,146,
-24,0,1,147,28,0,33,147,32,0,65,147,36,0,97,147,40,0,129,147,
-44,0,161,147,48,0,193,147,52,0,225,147,60,0,1,144,120,27,124,124,
-0,0,156,129,120,35,157,124,0,96,29,124,120,51,223,124,120,43,190,124,
-36,0,128,65,4,0,156,129,0,0,220,128,255,255,12,56,20,2,166,124,
-255,255,31,56,20,2,29,125,64,40,8,124,72,0,129,64,8,0,129,130,
-12,0,161,130,16,0,193,130,20,0,225,130,24,0,1,131,28,0,33,131,
-32,0,65,131,36,0,97,131,40,0,129,131,44,0,161,131,48,0,193,131,
-52,0,225,131,60,0,1,128,193,1,96,56,56,0,33,56,166,3,8,124,
-32,0,128,78,1,0,96,60,157,16,0,72,121,27,119,124,120,187,248,126,
-72,0,130,64,8,0,129,130,12,0,161,130,16,0,193,130,20,0,225,130,
-24,0,1,131,28,0,33,131,32,0,65,131,36,0,97,131,40,0,129,131,
-44,0,161,131,48,0,193,131,52,0,225,131,60,0,1,128,21,1,96,56,
-56,0,33,56,166,3,8,124,32,0,128,78,0,0,60,131,4,0,220,128,
-16,0,0,60,64,0,6,124,0,0,0,57,24,0,130,64,0,0,205,62,
-200,137,214,58,19,0,0,57,0,0,224,56,44,0,0,72,4,0,28,128,
-32,0,32,61,64,72,0,124,16,0,130,64,0,0,205,62,20,138,214,58,
-35,0,0,57,0,0,224,56,0,64,7,124,44,0,128,64,58,16,234,84,
-46,176,170,126,42,80,181,86,20,170,25,124,0,0,29,124,20,0,128,65,
-1,0,231,56,0,64,7,124,120,3,25,124,220,255,128,65,0,0,31,44,
-120,59,250,124,8,1,130,65,58,16,75,87,46,176,171,126,120,227,131,127,
-42,80,181,86,120,203,36,127,120,187,229,126,120,171,166,126,213,5,0,72,
-80,232,121,125,120,235,172,127,32,0,0,72,0,0,30,136,1,0,140,57,
-174,89,24,124,1,0,222,59,255,255,255,59,1,0,189,59,1,0,107,57,
-20,170,121,127,0,216,12,124,12,0,128,64,0,0,31,44,212,255,130,64,
-120,227,131,127,120,203,36,127,41,6,0,72,121,27,116,124,60,0,130,64,
-120,227,131,127,120,203,36,127,120,187,229,126,120,171,166,126,189,3,0,72,
-121,27,116,124,32,0,130,64,120,227,131,127,120,203,36,127,120,187,229,126,
-120,171,166,126,149,5,0,72,121,27,116,124,80,0,130,65,120,187,227,126,
-25,15,0,72,120,163,131,126,8,0,129,130,12,0,161,130,16,0,193,130,
-20,0,225,130,24,0,1,131,28,0,33,131,32,0,65,131,36,0,97,131,
-40,0,129,131,44,0,161,131,48,0,193,131,52,0,225,131,60,0,1,128,
-56,0,33,56,166,3,8,124,32,0,128,78,0,0,31,44,1,0,90,59,
-120,219,121,127,0,255,130,64,120,187,227,126,189,14,0,72,8,0,129,130,
-12,0,161,130,16,0,193,130,20,0,225,130,24,0,1,131,28,0,33,131,
-32,0,65,131,36,0,97,131,40,0,129,131,44,0,161,131,48,0,193,131,
-52,0,225,131,60,0,1,128,0,0,96,56,56,0,33,56,166,3,8,124,
-32,0,128,78,200,255,33,148,166,2,8,124,8,0,129,146,12,0,161,146,
-16,0,193,146,20,0,225,146,24,0,1,147,28,0,33,147,32,0,65,147,
-36,0,97,147,40,0,129,147,44,0,161,147,48,0,193,147,52,0,225,147,
-60,0,1,144,120,27,124,124,0,0,156,129,120,35,157,124,0,96,29,124,
-120,51,223,124,120,43,190,124,36,0,128,65,4,0,156,129,0,0,220,128,
-255,255,12,56,20,2,166,124,255,255,31,56,20,2,29,125,64,40,8,124,
-72,0,129,64,8,0,129,130,12,0,161,130,16,0,193,130,20,0,225,130,
-24,0,1,131,28,0,33,131,32,0,65,131,36,0,97,131,40,0,129,131,
-44,0,161,131,48,0,193,131,52,0,225,131,60,0,1,128,193,1,96,56,
-56,0,33,56,166,3,8,124,32,0,128,78,1,0,96,60,177,13,0,72,
-121,27,119,124,120,187,248,126,72,0,130,64,8,0,129,130,12,0,161,130,
-16,0,193,130,20,0,225,130,24,0,1,131,28,0,33,131,32,0,65,131,
-36,0,97,131,40,0,129,131,44,0,161,131,48,0,193,131,52,0,225,131,
-60,0,1,128,21,1,96,56,56,0,33,56,166,3,8,124,32,0,128,78,
-0,0,60,131,4,0,220,128,16,0,0,60,64,0,6,124,0,0,0,57,
-24,0,130,64,0,0,205,62,200,137,214,58,19,0,0,57,0,0,224,56,
-44,0,0,72,4,0,28,128,32,0,32,61,64,72,0,124,16,0,130,64,
-0,0,205,62,20,138,214,58,35,0,0,57,0,0,224,56,0,64,7,124,
-44,0,128,64,58,16,234,84,46,176,170,126,42,80,181,86,20,170,25,124,
-0,0,29,124,20,0,128,65,1,0,231,56,0,64,7,124,120,3,25,124,
-220,255,128,65,0,0,31,44,120,59,250,124,8,1,130,65,58,16,75,87,
-46,176,171,126,120,227,131,127,42,80,181,86,120,203,36,127,120,187,229,126,
-120,171,166,126,233,2,0,72,80,232,121,125,120,235,172,127,32,0,0,72,
-0,0,30,136,1,0,140,57,174,89,24,124,1,0,222,59,255,255,255,59,
-1,0,189,59,1,0,107,57,20,170,121,127,0,216,12,124,12,0,128,64,
-0,0,31,44,212,255,130,64,120,227,131,127,120,203,36,127,241,3,0,72,
-121,27,116,124,60,0,130,64,120,227,131,127,120,203,36,127,120,187,229,126,
-120,171,166,126,185,1,0,72,121,27,116,124,32,0,130,64,120,227,131,127,
-120,203,36,127,120,187,229,126,120,171,166,126,169,2,0,72,121,27,116,124,
-80,0,130,65,120,187,227,126,45,12,0,72,120,163,131,126,8,0,129,130,
-12,0,161,130,16,0,193,130,20,0,225,130,24,0,1,131,28,0,33,131,
-32,0,65,131,36,0,97,131,40,0,129,131,44,0,161,131,48,0,193,131,
-52,0,225,131,60,0,1,128,56,0,33,56,166,3,8,124,32,0,128,78,
-0,0,31,44,1,0,90,59,120,219,121,127,0,255,130,64,120,187,227,126,
-209,11,0,72,8,0,129,130,12,0,161,130,16,0,193,130,20,0,225,130,
-24,0,1,131,28,0,33,131,32,0,65,131,36,0,97,131,40,0,129,131,
-44,0,161,131,48,0,193,131,52,0,225,131,60,0,1,128,0,0,96,56,
-56,0,33,56,166,3,8,124,32,0,128,78,120,27,103,124,120,35,136,124,
-120,43,169,124,120,51,202,124,60,137,141,129,16,0,140,60,240,255,132,56,
-0,0,160,56,172,0,0,72,0,0,104,161,0,0,137,161,64,96,11,124,
-16,0,130,64,2,0,8,57,2,0,41,57,140,0,0,72,16,0,135,129,
-1,0,96,61,0,170,107,57,0,0,108,177,20,0,103,129,0,85,128,57,
-0,0,139,177,16,0,135,129,1,0,96,61,0,160,107,57,0,0,108,177,
-120,67,11,125,2,0,8,57,120,75,44,125,2,0,41,57,0,0,140,161,
-0,0,139,177,0,0,196,160,0,0,100,161,165,4,204,84,0,0,12,44,
-36,0,130,65,0,0,196,160,0,0,100,161,99,4,195,84,99,4,108,85,
-64,96,3,124,12,0,130,65,205,1,128,57,44,0,0,72,99,4,198,84,
-99,4,108,85,64,96,6,124,192,255,130,64,1,0,165,56,112,14,76,125,
-148,1,140,125,64,96,5,124,76,255,128,65,0,0,128,57,120,99,131,125,
-32,0,128,78,240,255,33,148,12,0,225,147,60,137,141,129,120,51,202,124,
-32,0,236,63,120,27,103,124,0,0,96,56,240,255,255,59,112,14,76,125,
-1,0,192,60,0,160,198,56,148,1,140,125,64,96,3,124,120,43,169,124,
-120,35,136,124,128,0,128,64,0,0,104,161,0,0,137,161,64,96,11,124,
-20,0,130,64,2,0,8,57,2,0,41,57,1,0,99,56,80,0,0,72,
-16,0,103,129,0,10,134,57,0,0,139,177,20,0,103,129,0,85,128,57,
-0,0,139,177,16,0,135,129,0,0,204,176,0,0,137,161,0,0,136,177,
-2,0,41,57,2,0,8,57,0,0,127,161,0,0,159,161,99,4,107,85,
-99,4,140,85,64,96,11,124,236,255,130,64,1,0,99,56,112,14,76,125,
-148,1,140,125,64,96,3,124,136,255,128,65,12,0,225,131,16,0,33,56,
-0,0,96,56,32,0,128,78,0,0,224,56,120,51,192,124,254,255,36,57,
-254,255,101,57,112,14,12,124,148,1,76,125,64,80,7,124,32,0,128,76,
-2,0,9,165,2,0,11,181,1,0,231,56,112,14,12,124,148,1,76,125,
-64,80,7,124,232,255,128,65,32,0,128,78,0,0,64,57,120,51,192,124,
-112,14,9,124,148,1,9,125,0,64,10,124,120,43,172,124,120,35,139,124,
-56,0,128,64,0,0,204,160,0,0,235,160,64,56,6,124,2,0,140,57,
-2,0,107,57,12,0,130,65,194,1,96,56,32,0,128,78,1,0,74,57,
-112,14,9,124,148,1,9,125,0,64,10,124,208,255,128,65,0,0,96,56,
-32,0,128,78,120,27,105,124,120,35,138,124,60,137,141,129,16,0,12,61,
-240,255,8,57,16,0,105,129,1,0,128,61,0,170,140,57,0,0,139,177,
-20,0,105,129,0,85,128,57,0,0,139,177,16,0,105,129,1,0,128,61,
-0,128,140,57,0,0,139,177,16,0,105,129,1,0,128,61,0,170,140,57,
-0,0,139,177,20,0,105,129,0,85,128,57,0,0,139,177,0,48,128,57,
-0,0,138,177,0,0,40,161,0,0,72,161,165,4,44,85,0,0,12,44,
-36,0,130,65,0,0,40,161,0,0,72,161,99,4,43,85,99,4,76,85,
-64,96,11,124,12,0,130,65,206,1,128,57,24,0,0,72,99,4,43,85,
-99,4,76,85,64,96,11,124,192,255,130,64,0,0,128,57,120,99,131,125,
-32,0,128,78,60,137,77,129,16,0,227,128,1,0,192,60,0,128,198,56,
-0,42,102,57,0,0,103,177,20,0,227,128,0,85,128,57,0,0,135,177,
-16,0,227,128,0,0,199,176,16,0,227,128,0,0,103,177,20,0,227,128,
-0,48,0,56,32,0,106,61,0,0,135,177,240,255,107,57,0,0,4,176,
-0,0,235,160,33,4,224,84,0,0,11,160,36,0,130,65,0,0,235,160,
-0,0,11,160,99,4,234,84,99,4,12,84,64,96,10,124,12,0,130,65,
-206,1,96,56,32,0,128,78,99,4,231,84,99,4,0,84,64,0,7,124,
-196,255,130,64,0,0,96,56,32,0,128,78,240,255,33,148,166,2,8,124,
-8,0,193,147,12,0,225,147,121,27,127,124,20,0,1,144,240,255,192,63,
-20,0,130,64,36,0,96,56,37,6,0,72,121,27,127,124,64,0,130,65,
-120,251,227,127,101,243,255,75,16,0,0,60,4,0,31,144,0,0,223,147,
-170,10,30,56,16,0,31,144,84,5,30,56,20,0,31,144,24,0,223,147,
-2,0,94,57,28,0,95,145,1,32,128,61,0,218,140,57,32,0,159,145,
-8,0,193,131,120,251,227,127,12,0,225,131,20,0,1,128,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,8,0,193,147,
-12,0,225,147,121,27,127,124,20,0,1,144,240,255,192,63,20,0,130,64,
-36,0,96,56,157,5,0,72,121,27,127,124,68,0,130,65,120,251,227,127,
-221,242,255,75,16,0,0,60,4,0,31,144,0,0,223,147,60,137,205,147,
-170,10,30,56,16,0,31,144,84,5,30,56,20,0,31,144,24,0,223,147,
-2,0,94,57,28,0,95,145,1,32,128,61,34,218,140,57,32,0,159,145,
-8,0,193,131,120,251,227,127,12,0,225,131,20,0,1,128,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,8,0,193,147,
-12,0,225,147,121,27,127,124,20,0,1,144,240,255,192,63,20,0,130,64,
-36,0,96,56,17,5,0,72,121,27,127,124,68,0,130,65,120,251,227,127,
-81,242,255,75,16,0,0,60,4,0,31,144,0,0,223,147,60,137,205,147,
-170,10,30,56,16,0,31,144,84,5,30,56,20,0,31,144,24,0,223,147,
-2,0,94,57,28,0,95,145,1,194,128,61,34,218,140,57,32,0,159,145,
-8,0,193,131,120,251,227,127,12,0,225,131,20,0,1,128,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,8,0,193,147,
-12,0,225,147,121,27,127,124,20,0,1,144,240,255,192,63,20,0,130,64,
-36,0,96,56,133,4,0,72,121,27,127,124,72,0,130,65,120,251,227,127,
-197,241,255,75,16,0,0,60,4,0,31,144,0,0,223,147,60,137,205,147,
-170,10,30,56,16,0,31,144,2,0,30,56,84,5,126,57,20,0,127,145,
-0,2,158,57,24,0,159,145,28,0,31,144,0,28,128,61,91,34,140,57,
-32,0,159,145,8,0,193,131,120,251,227,127,12,0,225,131,20,0,1,128,
-16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,
-8,0,193,147,12,0,225,147,121,27,127,124,20,0,1,144,224,255,192,63,
-20,0,130,64,36,0,96,56,245,3,0,72,121,27,127,124,68,0,130,65,
-120,251,227,127,53,241,255,75,32,0,0,60,4,0,31,144,0,0,223,147,
-60,137,205,147,170,10,30,56,16,0,31,144,84,5,30,56,20,0,31,144,
-24,0,223,147,2,0,94,57,28,0,95,145,1,1,128,61,34,196,140,57,
-32,0,159,145,8,0,193,131,120,251,227,127,12,0,225,131,20,0,1,128,
-16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,
-8,0,193,147,12,0,225,147,121,27,127,124,20,0,1,144,224,255,192,63,
-20,0,130,64,36,0,96,56,105,3,0,72,121,27,127,124,72,0,130,65,
-120,251,227,127,169,240,255,75,32,0,0,60,4,0,31,144,0,0,223,147,
-60,137,205,147,170,10,30,56,16,0,31,144,2,2,30,56,84,5,126,57,
-20,0,127,145,0,2,158,57,24,0,159,145,28,0,31,144,1,28,128,61,
-34,196,140,57,32,0,159,145,8,0,193,131,120,251,227,127,12,0,225,131,
-20,0,1,128,16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-166,2,8,124,8,0,193,147,12,0,225,147,121,27,127,124,20,0,1,144,
-224,255,192,63,20,0,130,64,36,0,96,56,217,2,0,72,121,27,127,124,
-68,0,130,65,120,251,227,127,25,240,255,75,32,0,0,60,4,0,31,144,
-0,0,223,147,60,137,205,147,170,10,30,56,16,0,31,144,84,5,30,56,
-20,0,31,144,24,0,223,147,2,0,94,57,28,0,95,145,1,32,128,61,
-34,196,140,57,32,0,159,145,8,0,193,131,120,251,227,127,12,0,225,131,
-20,0,1,128,16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-166,2,8,124,8,0,193,147,12,0,225,147,121,27,127,124,20,0,1,144,
-224,255,192,63,20,0,130,64,36,0,96,56,77,2,0,72,121,27,127,124,
-84,0,130,65,120,251,227,127,141,239,255,75,84,85,126,57,225,255,128,61,
-170,170,140,57,0,0,13,60,240,138,0,48,12,0,31,144,32,0,0,60,
-4,0,31,144,0,0,223,147,60,137,205,147,16,0,159,145,20,0,127,145,
-24,0,223,147,2,0,158,57,28,0,159,145,0,191,0,60,35,74,0,96,
-32,0,31,144,8,0,193,131,120,251,227,127,12,0,225,131,20,0,1,128,
-16,0,33,56,166,3,8,124,32,0,128,78,8,0,3,136,116,7,0,124,
-52,0,0,124,62,222,3,84,32,0,128,78,166,2,8,124,120,11,43,124,
-232,255,33,148,37,33,0,72,166,3,104,124,33,0,128,78,24,0,97,57,
-108,33,0,72,166,2,8,124,120,11,43,124,224,255,33,148,253,32,0,72,
-120,27,127,124,0,0,173,63,92,128,125,129,0,0,192,59,120,91,124,125,
-120,0,0,72,0,0,31,44,28,0,130,65,4,0,156,129,0,0,12,44,
-92,0,130,65,0,0,140,129,64,96,31,124,80,0,130,64,0,0,30,44,
-0,0,156,129,16,0,130,64,120,99,139,125,92,128,125,145,8,0,0,72,
-0,0,158,145,8,0,124,128,0,0,3,44,12,0,156,129,120,91,123,125,
-8,0,130,65,2,0,128,56,166,3,137,125,33,4,128,78,92,128,125,129,
-64,88,27,124,140,255,130,64,8,0,0,72,120,227,158,127,0,0,156,131,
-0,0,28,44,136,255,130,64,32,0,97,57,184,32,0,72,166,2,8,124,
-120,11,43,124,240,255,33,148,97,32,0,72,120,27,127,124,44,0,0,72,
-120,99,139,125,0,0,140,129,0,0,159,145,4,0,107,128,0,0,3,44,
-8,0,139,129,8,0,130,65,2,0,128,56,166,3,137,125,33,4,128,78,
-0,0,159,129,0,0,12,44,208,255,130,64,16,0,97,57,116,32,0,72,
-0,0,141,61,92,128,140,129,0,0,12,44,12,0,130,65,0,0,96,56,
-236,254,255,75,0,0,109,60,88,128,99,56,140,255,255,75,166,2,8,124,
-120,11,43,124,240,255,33,148,229,31,0,72,0,0,141,61,68,139,108,133,
-0,0,11,44,0,0,192,59,76,0,130,64,1,0,96,57,0,0,108,145,
-0,0,127,60,204,255,99,56,165,19,0,72,28,0,0,72,120,243,203,127,
-58,16,107,85,46,96,139,125,1,0,222,59,166,3,137,125,33,4,128,78,
-0,0,141,61,244,131,140,57,58,16,203,87,46,96,107,125,0,0,11,44,
-212,255,130,64,16,0,97,57,216,31,0,72,6,0,96,56,76,1,0,72,
-166,2,8,124,120,11,43,124,232,255,33,148,101,31,0,72,121,27,126,124,
-72,0,130,64,1,0,192,59,64,0,0,72,0,0,141,61,72,139,140,129,
-0,0,191,63,0,0,12,44,156,1,189,59,8,0,130,65,120,99,157,125,
-166,3,169,127,33,4,128,78,0,0,159,61,156,1,140,57,64,96,29,124,
-12,0,130,64,0,0,96,56,20,0,0,72,120,243,195,127,85,18,0,72,
-0,0,3,44,184,255,130,65,24,0,97,57,88,31,0,72,166,2,8,124,
-120,11,43,124,240,255,33,148,249,30,0,72,255,255,67,57,8,0,10,40,
-0,0,128,57,172,0,129,65,0,0,127,61,44,0,107,57,58,16,74,85,
-46,88,74,125,20,90,74,125,166,3,73,125,32,4,128,78,36,0,0,0,
-48,0,0,0,60,0,0,0,72,0,0,0,84,0,0,0,96,0,0,0,
-108,0,0,0,120,0,0,0,132,0,0,0,254,255,130,61,150,92,140,57,
-96,0,0,72,254,255,130,61,226,92,140,57,84,0,0,72,254,255,130,61,
-26,93,140,57,72,0,0,72,254,255,130,61,198,93,140,57,60,0,0,72,
-254,255,130,61,78,93,140,57,48,0,0,72,254,255,130,61,110,93,140,57,
-36,0,0,72,254,255,130,61,146,93,140,57,24,0,0,72,254,255,130,61,
-170,93,140,57,12,0,0,72,254,255,130,61,170,92,140,57,120,99,131,125,
-16,0,97,57,140,30,0,72,166,2,8,124,120,11,43,124,240,255,33,148,
-33,30,0,72,120,27,127,124,1,0,96,56,21,255,255,75,120,27,126,124,
-120,251,227,127,9,255,255,75,120,27,102,124,0,0,109,60,212,130,99,56,
-120,243,197,127,254,255,130,60,10,94,132,56,41,0,0,72,81,18,0,72,
-16,0,97,57,56,30,0,72,0,0,3,44,32,0,130,77,104,14,0,72,
-92,254,255,75,240,255,255,75,32,0,128,78,166,2,8,124,4,0,1,144,
-136,255,33,148,24,0,97,144,28,0,129,144,36,0,193,144,40,0,225,144,
-44,0,1,145,48,0,33,145,52,0,65,145,128,0,129,57,12,0,129,145,
-24,0,129,57,16,0,129,145,2,0,128,57,8,0,129,153,0,0,128,57,
-9,0,129,153,32,0,161,144,8,0,161,56,21,0,0,72,124,0,1,128,
-120,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,120,11,43,124,
-224,253,33,148,73,29,0,72,120,35,157,124,120,43,190,124,120,27,124,124,
-81,11,0,72,12,0,156,129,254,47,155,85,67,0,140,85,16,0,130,64,
-9,0,96,56,109,23,0,72,148,0,0,72,12,0,156,129,194,0,140,85,
-12,0,156,145,4,0,156,129,0,0,12,44,36,0,130,64,8,0,129,57,
-4,0,156,145,0,0,156,145,0,2,128,57,8,0,156,145,12,0,156,129,
-136,1,140,85,12,0,156,145,120,227,131,127,0,0,159,60,216,9,132,56,
-120,235,165,127,120,243,198,127,241,2,0,72,4,0,124,129,8,0,129,57,
-64,96,11,124,120,27,126,124,28,0,130,64,120,227,131,127,45,11,0,72,
-0,0,128,57,4,0,156,145,0,0,156,145,8,0,156,145,0,0,27,44,
-20,0,130,64,12,0,156,129,9,1,140,85,8,0,130,65,255,255,192,59,
-120,227,131,127,97,10,0,72,120,243,195,127,32,2,97,57,204,28,0,72,
-32,0,0,72,10,0,96,57,150,91,131,125,10,0,140,29,80,24,140,125,
-48,0,140,57,255,255,132,157,150,91,99,124,0,0,3,44,224,255,130,64,
-0,0,5,44,24,0,130,65,12,0,0,72,48,0,128,57,255,255,132,157,
-0,32,5,124,244,255,128,65,120,35,131,124,32,0,128,78,166,2,8,124,
-120,11,43,124,208,255,33,148,9,28,0,72,120,27,121,124,120,35,154,124,
-121,211,94,127,8,0,121,131,12,0,153,131,16,0,130,64,254,255,194,63,
-18,94,222,59,120,243,218,127,120,211,67,127,53,8,0,72,21,0,153,137,
-0,0,12,44,4,0,121,129,16,0,130,65,64,24,11,124,8,0,128,64,
-120,91,99,125,0,0,249,131,0,24,31,124,20,26,186,127,8,0,128,64,
-120,27,127,124,16,0,153,137,0,0,12,44,80,248,227,126,76,0,130,65,
-0,0,154,137,45,0,12,44,20,0,130,65,43,0,12,44,12,0,130,65,
-32,0,12,44,8,0,130,64,1,0,90,59,0,0,154,137,48,0,12,44,
-24,0,130,64,1,0,154,137,32,0,140,97,120,0,12,44,8,0,130,64,
-2,0,90,59,48,0,0,59,32,0,0,72,32,0,0,59,24,0,0,72,
-0,0,126,136,1,0,222,59,120,219,100,127,166,3,137,127,33,4,128,78,
-0,208,30,124,232,255,128,65,17,0,153,137,0,0,12,44,60,0,130,64,
-24,0,0,72,120,195,3,127,120,219,100,127,166,3,137,127,33,4,128,78,
-255,255,247,58,0,0,23,44,232,255,129,65,24,0,0,72,0,0,122,136,
-1,0,90,59,120,219,100,127,166,3,137,127,33,4,128,78,0,232,26,124,
-232,255,128,65,24,0,0,72,120,219,100,127,32,0,96,56,166,3,137,127,
-33,4,128,78,255,255,247,58,0,0,23,44,232,255,129,65,120,251,227,127,
-48,0,97,57,16,27,0,72,166,2,8,124,120,11,43,124,136,255,33,148,
-197,26,0,72,120,27,127,124,4,0,95,129,120,35,131,124,0,0,10,44,
-120,43,190,124,107,0,97,57,8,0,128,64,1,0,64,57,0,0,128,57,
-0,0,139,153,120,91,100,125,80,88,170,124,21,254,255,75,0,0,30,44,
-120,27,100,124,8,0,130,65,255,255,196,159,120,251,227,127,73,254,255,75,
-120,0,97,57,200,26,0,72,27,0,131,137,181,6,138,85,32,0,0,72,
-63,7,139,84,254,255,130,61,26,94,140,57,174,88,140,125,62,225,132,84,
-120,99,76,125,255,255,133,157,0,0,4,44,224,255,130,64,120,43,163,124,
-32,0,128,78,4,0,131,129,0,0,12,44,8,0,128,64,1,0,128,57,
-0,0,4,44,80,48,204,124,12,0,128,64,48,0,128,57,255,255,133,157,
-0,48,5,124,244,255,129,65,0,0,4,44,20,0,129,64,27,0,131,137,
-255,255,133,153,48,0,128,57,254,255,133,157,120,43,164,124,188,253,255,75,
-166,2,8,124,120,11,43,124,80,255,33,148,193,25,0,72,120,27,120,124,
-120,35,153,124,121,43,186,124,120,51,219,124,0,0,192,59,12,0,130,64,
-254,255,66,63,18,94,90,59,16,0,1,147,20,0,33,147,212,5,0,72,
-37,0,3,44,1,0,90,59,12,0,130,65,120,195,4,127,160,5,0,72,
-0,0,224,58,255,255,128,57,8,0,129,145,12,0,129,145,24,0,97,57,
-16,0,0,72,0,0,128,57,0,0,139,153,1,0,107,57,35,0,129,57,
-0,96,11,124,236,255,129,64,0,0,122,136,45,0,3,44,16,0,130,64,
-1,0,128,57,25,0,129,153,80,0,0,72,120,27,108,124,43,0,12,44,
-12,0,130,64,26,0,129,153,60,0,0,72,48,0,3,44,16,0,130,64,
-1,0,128,57,24,0,129,153,40,0,0,72,120,27,108,124,32,0,12,44,
-12,0,130,64,27,0,129,153,20,0,0,72,35,0,3,44,20,0,130,64,
-1,0,128,57,28,0,129,153,1,0,90,59,152,255,255,75,208,255,131,57,
-10,0,12,40,56,0,128,64,0,0,128,57,255,255,90,59,20,0,0,72,
-10,0,108,29,0,0,154,137,20,98,139,125,208,255,140,57,8,0,129,145,
-1,0,122,141,208,255,107,57,10,0,11,40,224,255,128,65,60,0,0,72,
-42,0,3,44,52,0,130,64,120,219,99,127,1,0,128,56,161,20,0,72,
-0,0,131,129,0,0,12,44,8,0,129,145,20,0,128,64,208,0,140,125,
-8,0,129,145,1,0,128,57,25,0,129,153,1,0,90,59,0,0,154,137,
-46,0,12,44,140,0,130,64,1,0,122,140,208,255,131,57,10,0,12,40,
-1,0,224,58,56,0,128,64,0,0,128,57,255,255,90,59,20,0,0,72,
-10,0,108,29,0,0,154,137,20,98,139,125,208,255,140,57,12,0,129,145,
-1,0,122,141,208,255,107,57,10,0,11,40,224,255,128,65,68,0,0,72,
-42,0,3,44,44,0,130,64,120,219,99,127,1,0,128,56,21,20,0,72,
-0,0,131,129,0,0,12,44,12,0,129,145,28,0,128,64,255,255,128,57,
-12,0,129,145,16,0,0,72,0,0,128,57,12,0,129,145,8,0,0,72,
-1,0,90,59,0,0,122,136,32,0,3,44,244,255,130,65,108,0,3,44,
-20,0,130,64,1,0,154,141,108,0,12,44,108,0,130,64,20,0,0,72,
-76,0,3,44,12,0,130,65,106,0,3,44,20,0,130,64,1,0,90,59,
-1,0,128,57,31,0,129,153,72,0,0,72,104,0,3,44,44,0,130,64,
-1,0,154,141,104,0,12,44,20,0,130,64,1,0,90,59,1,0,128,57,
-34,0,129,153,36,0,0,72,1,0,128,57,33,0,129,153,24,0,0,72,
-122,0,3,44,12,0,130,65,116,0,3,44,8,0,130,64,1,0,90,59,
-0,0,122,137,65,0,11,40,35,0,97,153,1,0,90,59,100,2,130,65,
-69,0,11,40,48,3,128,65,71,0,11,40,84,2,129,64,80,0,11,40,
-28,1,130,65,88,0,11,40,48,1,130,65,97,0,11,40,60,2,130,65,
-99,0,11,40,248,2,130,65,100,0,11,40,80,0,130,65,101,0,11,40,
-248,2,128,65,103,0,11,40,28,2,129,64,105,0,11,40,56,0,130,65,
-110,0,11,40,56,2,130,65,111,0,11,40,240,0,130,65,112,0,11,40,
-204,0,130,65,115,0,11,40,148,2,130,65,117,0,11,40,216,0,130,65,
-120,0,11,40,208,0,130,65,180,2,0,72,0,0,23,44,12,0,130,65,
-0,0,128,57,24,0,129,153,31,0,129,137,0,0,12,44,120,219,99,127,
-52,0,130,65,2,0,128,56,161,18,0,72,255,255,159,61,176,83,140,53,
-0,0,163,128,4,0,195,128,16,0,130,65,8,0,97,56,105,80,255,75,
-172,2,0,72,120,43,189,124,16,0,0,72,1,0,128,56,113,18,0,72,
-0,0,163,131,33,0,129,137,0,0,12,44,12,0,130,65,52,7,189,127,
-20,0,0,72,34,0,129,137,0,0,12,44,8,0,130,65,116,7,189,127,
-26,0,161,136,0,0,5,44,120,235,164,127,8,0,130,64,27,0,161,136,
-0,0,4,44,12,0,128,64,45,0,160,56,208,0,132,124,8,0,97,56,
-184,0,0,72,8,255,139,57,35,0,129,153,120,219,99,127,1,0,128,56,
-9,18,0,72,0,0,131,131,164,0,0,72,0,0,23,44,12,0,130,65,
-0,0,128,57,24,0,129,153,31,0,129,137,0,0,12,44,120,219,99,127,
-52,0,130,65,2,0,128,56,217,17,0,72,255,255,159,61,176,83,140,53,
-0,0,163,128,4,0,195,128,16,0,130,65,8,0,97,56,161,79,255,75,
-228,1,0,72,120,43,189,124,16,0,0,72,1,0,128,56,169,17,0,72,
-0,0,131,131,33,0,129,137,0,0,12,44,12,0,130,65,62,4,156,87,
-20,0,0,72,34,0,129,137,0,0,12,44,8,0,130,65,62,6,189,87,
-35,0,129,137,117,0,12,44,24,0,130,64,120,227,132,127,8,0,97,56,
-0,0,160,56,161,250,255,75,140,1,0,72,121,227,132,127,28,0,225,138,
-139,0,161,56,116,7,247,126,0,0,128,57,139,0,129,153,8,0,130,64,
-120,35,151,124,35,0,129,137,111,0,12,44,40,0,130,64,208,0,247,126,
-20,0,0,72,127,7,140,84,48,0,140,57,255,255,133,157,254,232,132,84,
-0,0,4,44,236,255,130,64,20,0,0,72,139,0,161,56,8,0,97,56,
-165,250,255,75,120,27,101,124,120,187,228,126,139,0,193,56,8,0,97,56,
-201,250,255,75,24,1,0,72,0,0,237,62,76,139,247,58,120,187,228,126,
-8,0,97,56,181,248,255,75,20,26,222,127,41,0,128,57,15,0,151,153,
-0,0,128,57,16,0,151,153,240,0,0,72,34,0,129,137,0,0,12,44,
-1,0,128,56,120,219,99,127,20,0,130,65,169,16,0,72,0,0,131,129,
-0,0,204,155,204,0,0,72,33,0,129,137,0,0,12,44,20,0,130,65,
-141,16,0,72,0,0,131,129,0,0,204,179,176,0,0,72,31,0,129,137,
-0,0,12,44,28,0,130,65,113,16,0,72,0,0,67,129,112,254,204,127,
-0,0,202,147,4,0,138,145,140,0,0,72,89,16,0,72,0,0,131,129,
-0,0,204,147,124,0,0,72,1,0,128,56,29,0,129,152,0,0,128,57,
-24,0,129,153,120,219,99,127,53,16,0,72,0,0,131,128,8,0,97,56,
-80,0,0,72,120,219,99,127,1,0,128,56,29,16,0,72,0,0,99,137,
-36,0,97,153,0,0,128,57,37,0,129,153,0,0,11,44,1,0,128,57,
-29,0,129,153,28,0,130,64,120,195,4,127,0,0,96,56,166,3,41,127,
-33,4,128,78,1,0,222,59,20,0,0,72,8,0,97,56,36,0,129,56,
-181,247,255,75,20,26,222,127,0,0,122,136,0,0,3,44,40,250,130,64,
-120,243,195,127,176,0,97,57,4,20,0,72,255,255,99,57,1,0,139,141,
-0,0,12,44,248,255,130,64,80,88,99,124,32,0,128,78,0,0,128,57,
-0,0,5,44,255,255,35,57,255,255,68,57,28,0,130,65,166,3,169,124,
-1,0,138,141,1,0,105,141,81,88,140,125,8,0,130,64,240,255,0,66,
-120,99,131,125,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-8,0,132,129,255,255,140,53,8,0,132,145,12,0,128,64,45,0,0,72,
-24,0,0,72,0,0,132,129,1,0,108,57,0,0,100,145,0,0,108,152,
-62,6,99,84,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-166,2,8,124,120,11,43,124,232,255,33,148,33,19,0,72,120,35,157,124,
-0,0,109,61,180,130,107,57,0,88,29,124,120,27,127,124,184,0,128,65,
-0,0,141,61,144,139,140,161,54,32,140,85,20,98,139,125,0,96,29,124,
-160,0,128,64,12,0,157,129,67,0,140,85,148,0,130,65,12,0,157,129,
-62,55,140,85,9,0,140,113,9,0,12,44,4,0,221,131,8,0,130,64,
-0,0,221,147,12,0,157,129,0,0,30,44,136,1,140,85,194,0,140,85,
-12,0,157,145,80,0,130,64,12,0,157,129,190,4,158,85,33,4,140,85,
-8,0,225,155,20,0,130,65,120,243,195,127,0,0,128,56,2,0,160,56,
-45,13,0,72,120,243,195,127,8,0,129,56,1,0,160,56,57,13,0,72,
-1,0,3,44,64,0,128,64,12,0,157,129,0,8,140,101,12,0,157,145,
-20,0,0,72,120,235,163,127,209,0,0,72,0,0,3,44,12,0,130,65,
-255,255,96,56,28,0,0,72,255,1,128,57,8,0,157,145,0,0,254,155,
-1,0,222,59,0,0,221,147,62,6,227,87,24,0,97,57,132,18,0,72,
-166,2,8,124,4,0,1,144,248,255,33,148,157,10,0,72,0,0,3,44,
-20,0,130,65,0,0,99,128,0,0,3,44,8,0,130,65,5,9,0,72,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,
-4,0,1,144,248,255,33,148,101,10,0,72,0,0,3,44,20,0,130,65,
-0,0,99,128,0,0,3,44,8,0,130,65,209,8,0,72,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,45,10,0,72,0,0,3,44,8,0,130,65,157,8,0,72,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,
-120,11,43,124,224,255,33,148,117,17,0,72,0,0,224,59,120,27,124,124,
-133,255,255,75,0,0,28,44,232,0,130,65,4,0,156,129,0,0,12,44,
-220,0,130,65,12,0,124,129,67,0,107,85,20,0,130,64,9,0,96,56,
-145,11,0,72,255,255,224,59,192,0,0,72,12,0,124,129,133,0,107,85,
-180,0,130,64,0,0,124,129,0,96,11,124,128,0,129,64,12,0,156,129,
-33,4,140,85,24,0,130,65,12,0,156,129,0,0,128,56,190,4,131,85,
-2,0,160,56,173,11,0,72,12,0,156,129,4,0,124,131,190,4,154,85,
-0,0,156,129,0,0,192,59,80,96,187,127,120,211,67,127,20,242,155,124,
-80,232,190,124,161,11,0,72,0,0,3,44,12,0,128,64,120,27,126,124,
-16,0,0,72,20,26,222,127,0,232,30,124,216,255,128,65,0,0,30,44,
-20,0,128,64,12,0,156,129,255,255,224,59,0,8,140,101,12,0,156,145,
-12,0,156,129,160,4,140,85,12,0,156,145,4,0,156,129,0,0,12,44,
-0,0,156,145,0,2,96,57,8,0,130,64,120,99,139,125,8,0,124,145,
-120,227,131,127,89,254,255,75,120,251,227,127,32,0,97,57,192,16,0,72,
-0,0,77,61,188,129,74,57,28,0,138,129,0,96,3,124,32,0,128,77,
-32,0,138,129,0,96,3,124,32,0,128,76,127,7,108,84,32,0,130,76,
-8,0,138,129,0,96,3,124,252,255,195,128,32,0,128,64,120,99,139,125,
-4,0,139,129,0,96,3,124,44,0,128,64,0,88,12,124,236,255,128,65,
-32,0,0,72,120,99,139,125,120,91,108,125,0,0,108,129,0,88,12,124,
-12,0,128,64,0,24,11,124,236,255,129,64,0,24,12,124,8,0,138,145,
-252,255,236,128,16,0,129,65,20,58,76,125,0,80,3,124,32,0,128,77,
-20,58,76,125,64,24,10,124,0,0,0,57,120,67,9,125,20,0,130,64,
-120,99,131,125,4,0,131,129,20,58,198,124,1,0,0,57,20,50,67,125,
-64,88,10,124,40,0,130,64,0,0,75,129,0,0,108,144,252,255,107,129,
-4,0,131,145,20,90,198,124,120,83,75,125,0,0,99,145,4,0,107,144,
-1,0,32,57,252,255,195,144,0,0,8,44,32,0,130,76,0,0,9,44,
-32,0,130,76,0,0,108,144,4,0,131,145,0,0,99,145,4,0,107,144,
-32,0,128,78,166,2,8,124,120,11,43,124,240,255,33,148,101,15,0,72,
-120,27,127,124,101,6,0,72,0,0,31,44,12,0,130,65,120,251,227,127,
-213,254,255,75,77,6,0,72,16,0,97,57,152,15,0,72,166,2,8,124,
-120,11,43,124,232,255,33,148,37,15,0,72,0,0,237,63,188,129,255,59,
-36,0,159,129,0,0,12,44,120,35,156,124,120,27,126,124,12,0,130,64,
-0,8,128,57,36,0,159,145,120,243,221,127,20,98,126,125,7,0,107,57,
-255,255,140,57,121,96,126,125,60,0,128,65,64,232,30,124,52,0,128,65,
-120,243,195,127,141,7,0,72,255,255,3,44,44,0,130,64,0,0,28,44,
-28,0,130,65,8,0,157,57,57,0,158,85,120,243,195,127,109,7,0,72,
-255,255,3,44,12,0,130,64,0,0,224,59,132,0,0,72,127,7,106,84,
-8,0,130,65,8,0,74,33,32,0,127,129,64,24,11,124,20,0,130,64,
-20,242,131,125,32,0,159,145,20,82,227,127,72,0,0,72,28,0,159,129,
-0,0,12,44,12,0,130,65,0,96,3,124,8,0,128,64,28,0,127,144,
-0,0,11,44,16,0,130,65,20,242,131,125,0,96,11,124,12,0,128,64,
-20,242,131,125,32,0,159,145,20,82,131,125,8,0,236,59,8,0,138,57,
-80,240,204,127,7,0,158,57,57,0,158,85,252,255,223,147,120,251,227,127,
-189,253,255,75,120,251,227,127,24,0,97,57,116,14,0,72,166,2,8,124,
-120,11,43,124,224,255,33,148,9,14,0,72,11,0,131,57,57,0,158,85,
-64,24,30,124,12,0,128,64,0,0,96,56,52,1,0,72,16,0,30,40,
-8,0,128,64,16,0,192,59,0,0,173,63,188,129,189,59,8,0,253,131,
-121,251,251,127,44,0,130,64,121,251,236,127,32,0,130,64,20,0,253,59,
-0,0,157,145,8,0,253,147,0,0,255,147,4,0,255,147,0,0,128,57,
-16,0,157,145,120,251,251,127,120,219,105,127,0,0,123,131,252,255,123,129,
-64,240,11,124,120,0,128,65,80,88,158,125,16,0,12,40,0,0,27,129,
-8,0,61,145,20,0,128,64,0,0,9,145,4,0,40,145,120,219,99,127,
-180,0,0,72,20,90,91,125,32,0,125,129,64,88,10,124,20,0,130,64,
-120,219,106,127,20,242,123,127,1,0,96,57,12,0,0,72,20,98,91,125,
-0,0,96,57,120,83,67,125,0,0,11,44,252,255,202,147,252,255,155,145,
-120,0,130,65,0,0,105,147,4,0,59,145,0,0,27,145,4,0,104,147,
-100,0,0,72,64,248,27,124,116,255,130,64,120,243,220,127,120,227,131,127,
-0,0,128,56,221,253,255,75,0,0,3,44,60,0,130,64,0,0,123,129,
-120,91,106,125,0,0,106,129,0,88,10,124,16,0,128,64,20,0,157,57,
-64,96,11,124,232,255,130,64,252,255,138,129,1,0,128,56,80,224,108,124,
-165,253,255,75,0,0,3,44,12,0,130,65,8,0,253,147,28,255,255,75,
-32,0,97,57,16,13,0,72,166,2,8,124,120,11,43,124,240,255,33,148,
-185,12,0,72,120,27,127,124,185,3,0,72,120,251,227,127,133,254,255,75,
-120,27,127,124,165,3,0,72,120,251,227,127,16,0,97,57,236,12,0,72,
-166,2,8,124,120,11,43,124,240,255,33,148,133,12,0,72,137,3,0,72,
-35,0,224,59,58,16,235,87,0,0,141,61,20,90,108,125,228,129,139,133,
-0,0,12,44,20,0,130,65,0,0,64,57,0,0,75,145,166,3,137,125,
-33,4,128,78,255,255,255,55,212,255,128,64,0,0,237,63,248,131,159,133,
-0,0,12,44,20,0,130,65,166,3,137,125,33,4,128,78,0,0,128,57,
-0,0,159,145,45,3,0,72,16,0,97,57,120,12,0,72,166,2,8,124,
-120,11,43,124,240,255,33,148,13,12,0,72,120,27,126,124,17,3,0,72,
-0,0,109,60,116,130,131,133,0,0,12,44,20,0,130,64,0,0,159,61,
-124,255,140,57,0,0,131,145,161,5,0,72,0,0,64,57,58,16,75,85,
-0,0,141,61,20,90,140,125,228,129,108,133,0,0,11,44,20,0,130,64,
-0,0,204,147,201,2,0,72,0,0,96,56,24,0,0,72,1,0,74,57,
-36,0,10,44,208,255,128,65,177,2,0,72,255,255,96,56,16,0,97,57,
-244,11,0,72,6,0,96,56,176,2,0,72,120,27,104,124,20,42,228,124,
-238,15,160,56,0,0,192,56,188,0,0,72,126,248,198,84,239,5,204,84,
-16,0,130,64,0,0,132,137,1,0,132,56,0,255,134,97,255,7,204,84,
-0,0,132,137,1,0,132,56,20,0,130,65,0,0,131,153,1,0,99,56,
-1,0,133,57,128,0,0,72,0,0,68,137,1,0,132,56,46,37,75,85,
-120,91,140,125,63,7,75,85,3,0,75,57,0,96,5,124,20,98,99,125,
-80,88,37,125,8,0,129,65,0,240,41,57,0,0,128,57,24,0,0,72,
-0,0,96,57,0,0,99,153,1,0,99,56,1,0,41,57,1,0,140,57,
-0,64,9,124,36,0,128,64,0,80,12,124,224,255,128,65,32,0,0,72,
-0,0,105,137,1,0,41,57,0,0,99,153,1,0,99,56,1,0,140,57,
-0,80,12,124,232,255,128,65,20,82,133,125,63,5,133,85,64,56,4,124,
-68,255,130,64,32,0,128,78,32,0,5,40,120,27,105,124,88,0,128,65,
-46,68,132,80,15,0,108,112,30,128,132,80,32,0,130,65,16,0,140,33,
-255,255,41,57,16,40,172,124,166,3,137,125,1,0,137,156,252,255,0,66,
-1,0,41,57,62,225,172,84,252,255,41,57,62,7,165,84,166,3,137,125,
-4,0,137,144,8,0,137,144,12,0,137,144,16,0,137,148,240,255,0,66,
-4,0,41,57,0,0,5,40,32,0,130,77,255,255,41,57,166,3,169,124,
-1,0,137,156,252,255,0,66,32,0,128,78,7,0,133,42,252,255,67,57,
-252,255,132,56,3,0,75,113,104,0,148,65,140,0,130,64,3,0,128,112,
-192,0,130,64,63,225,166,84,52,0,130,65,166,3,201,124,15,0,165,112,
-4,0,196,128,8,0,228,128,12,0,4,129,16,0,36,133,4,0,202,144,
-8,0,234,144,12,0,10,145,16,0,42,149,224,255,0,66,32,0,162,77,
-191,240,166,84,28,0,130,65,166,3,201,124,3,0,165,112,4,0,196,132,
-4,0,202,148,248,255,0,66,32,0,162,77,0,0,5,40,4,0,74,57,
-4,0,132,56,32,0,130,77,166,3,169,124,255,255,165,56,174,32,197,124,
-174,81,197,124,244,255,0,66,32,0,128,78,2,0,139,40,4,0,139,33,
-16,0,166,65,20,0,133,65,6,0,36,137,6,0,42,153,5,0,36,137,
-5,0,42,153,4,0,36,137,4,0,42,153,20,98,132,124,80,40,172,124,
-20,98,74,125,3,0,128,112,72,255,162,65,190,240,166,84,56,24,11,84,
-255,255,128,57,166,3,201,124,48,88,140,125,80,32,128,124,32,0,107,33,
-62,88,140,93,4,0,196,132,3,0,165,112,62,88,198,92,56,96,199,124,
-4,0,4,133,62,88,6,93,120,96,200,124,120,67,231,124,4,0,234,148,
-232,255,0,66,32,0,130,77,4,0,74,57,20,2,132,124,88,255,255,75,
-32,0,128,78,32,0,128,78,32,0,128,78,32,0,128,78,32,0,128,78,
-32,0,128,78,0,0,109,60,16,132,99,56,32,0,128,78,166,2,8,124,
-120,11,43,124,240,255,33,148,221,8,0,72,120,27,127,124,255,255,159,57,
-32,0,12,40,12,0,128,65,255,255,96,56,76,0,0,72,205,255,255,75,
-9,0,31,44,58,16,236,87,46,96,67,125,12,0,130,65,0,0,10,44,
-16,0,130,64,120,251,227,127,81,2,0,72,32,0,0,72,1,0,10,44,
-24,0,130,65,0,0,96,57,46,97,99,125,120,251,227,127,166,3,73,125,
-33,4,128,78,0,0,96,56,16,0,97,57,204,8,0,72,166,2,8,124,
-0,0,3,44,4,0,1,144,248,255,33,148,8,0,130,64,105,255,255,75,
-1,0,64,57,58,16,75,85,1,0,74,57,32,0,10,44,0,0,128,57,
-46,25,139,125,236,255,129,64,18,0,64,57,58,16,75,85,1,0,74,57,
-24,0,10,44,1,0,128,57,46,25,139,125,236,255,129,64,29,0,64,57,
-58,16,75,85,1,0,74,57,32,0,10,44,1,0,128,57,46,25,139,125,
-236,255,129,64,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-166,2,8,124,120,11,43,124,240,255,33,148,233,7,0,72,0,0,237,63,
-180,130,255,59,28,0,95,129,44,0,127,129,12,0,159,129,0,64,74,101,
-0,32,140,101,12,0,159,145,1,0,128,57,190,4,138,81,28,0,95,145,
-0,64,107,101,2,0,128,57,190,4,139,81,44,0,127,145,120,251,227,127,
-229,245,255,75,16,0,127,56,221,245,255,75,32,0,127,56,213,245,255,75,
-16,0,97,57,228,7,0,72,0,0,141,61,180,130,140,57,80,24,140,125,
-0,0,96,56,112,38,140,125,20,0,12,40,32,0,128,76,58,16,139,85,
-0,0,141,61,240,132,140,57,20,90,108,124,32,0,128,78,166,2,8,124,
-120,11,43,124,232,255,33,148,69,7,0,72,120,27,126,124,0,0,237,63,
-254,255,173,63,252,95,189,59,65,254,255,75,124,130,159,133,0,0,12,44,
-12,0,130,64,120,235,172,127,0,0,159,145,20,242,108,125,0,88,29,124,
-32,0,129,65,255,255,141,61,252,111,140,57,0,96,11,124,16,0,129,65,
-0,0,127,145,80,88,254,127,16,0,0,72,255,255,224,59,12,0,96,56,
-45,1,0,72,241,253,255,75,120,251,227,127,24,0,97,57,48,7,0,72,
-166,2,8,124,120,11,43,124,232,255,33,148,201,6,0,72,120,27,126,124,
-0,0,160,59,205,253,255,75,0,0,237,63,128,130,255,131,20,0,0,72,
-0,0,159,129,166,3,137,125,33,4,128,78,4,0,255,131,0,0,31,44,
-236,255,130,64,0,0,141,61,148,139,140,129,0,0,12,44,16,0,130,65,
-153,253,255,75,220,0,99,56,89,64,255,75,120,243,196,127,2,0,96,56,
-225,0,0,72,62,6,171,87,2,0,128,57,214,91,140,125,255,7,140,85,
-2,0,12,40,236,255,128,65,97,253,255,75,24,0,97,57,164,6,0,72,
-1,0,96,56,112,255,255,75,166,2,8,124,120,11,43,124,240,255,33,148,
-57,6,0,72,120,27,126,124,0,0,237,63,57,253,255,75,128,130,159,129,
-128,130,223,147,4,0,158,145,37,253,255,75,16,0,97,57,108,6,0,72,
-16,0,96,56,255,255,128,56,116,0,0,72,166,2,8,124,120,11,43,124,
-240,255,33,148,253,5,0,72,0,0,159,61,4,253,140,53,16,0,130,64,
-0,0,141,61,64,133,140,57,20,0,0,72,237,252,255,75,121,27,108,124,
-8,0,130,65,120,27,108,124,120,99,131,125,16,0,97,57,32,6,0,72,
-166,2,8,124,120,11,43,124,240,255,33,148,185,5,0,72,120,27,127,124,
-169,255,255,75,0,0,3,44,8,0,130,65,0,0,227,147,16,0,97,57,
-244,5,0,72,166,2,8,124,4,0,1,144,248,255,33,148,66,18,66,76,
-245,5,0,72,12,0,162,65,189,255,255,75,255,255,96,56,12,0,1,128,
-166,3,8,124,8,0,33,56,32,0,128,78,120,43,166,124,120,35,140,124,
-120,99,133,125,120,27,100,124,4,0,96,60,7,0,99,56,184,255,255,75,
-120,43,166,124,120,35,140,124,120,99,133,125,120,27,100,124,4,0,96,60,
-1,0,99,56,156,255,255,75,166,2,8,124,120,11,43,124,216,255,33,148,
-29,5,0,72,120,27,127,124,120,35,157,124,120,43,190,124,1,255,255,75,
-0,0,141,61,152,139,140,129,0,0,12,44,8,0,130,65,1,252,255,75,
-0,0,141,61,156,139,140,129,0,0,12,44,8,0,130,65,249,252,255,75,
-0,0,141,61,160,139,140,129,0,0,12,44,8,0,130,65,173,62,255,75,
-0,0,141,61,164,139,140,129,0,0,12,44,12,0,130,65,0,0,96,56,
-81,252,255,75,0,0,141,61,168,139,140,129,0,0,12,44,16,0,130,65,
-185,251,255,75,220,0,99,56,121,62,255,75,0,0,141,61,172,139,140,129,
-0,0,12,44,8,0,130,65,101,62,255,75,0,0,31,44,52,0,130,64,
-0,0,96,57,9,0,97,153,16,0,97,145,8,0,129,57,12,0,129,145,
-1,0,140,57,20,0,129,145,24,0,97,145,20,0,193,59,12,0,161,59,
-8,0,225,155,1,0,224,59,0,0,141,61,68,133,204,147,0,0,141,61,
-176,139,140,129,0,0,12,44,20,0,130,65,120,251,227,127,120,235,164,127,
-120,243,197,127,5,62,255,75,120,251,227,127,120,235,164,127,120,243,197,127,
-137,196,255,75,65,253,255,75,40,0,97,57,100,4,0,72,1,0,4,44,
-208,0,130,64,0,0,131,137,8,0,12,40,84,0,128,64,0,0,99,137,
-8,0,3,57,120,91,108,125,1,0,107,57,191,7,9,85,0,0,99,153,
-58,16,140,85,12,0,130,64,8,0,67,129,36,0,0,72,80,64,9,125,
-0,0,104,129,56,24,41,85,48,76,107,125,4,0,72,129,32,0,41,33,
-48,72,74,125,120,91,74,125,20,98,138,125,188,2,0,72,4,0,35,57,
-191,7,42,85,12,0,130,64,4,0,99,129,36,0,0,72,80,72,42,125,
-0,0,137,129,56,24,74,85,48,84,140,125,4,0,105,129,32,0,74,33,
-48,80,107,125,120,99,107,125,120,91,108,125,4,0,43,57,4,0,67,57,
-191,7,75,85,12,0,130,64,4,0,35,145,32,0,0,72,0,0,42,153,
-62,194,43,85,1,0,106,153,62,194,107,85,2,0,106,153,62,194,107,85,
-3,0,106,153,76,2,0,72,2,0,4,44,12,0,130,65,3,0,4,44,
-20,1,130,64,0,0,227,136,255,7,236,84,16,0,130,65,1,0,231,56,
-62,6,231,84,0,0,227,152,8,0,7,40,76,0,128,64,8,0,35,57,
-191,7,42,85,58,16,232,84,12,0,130,64,8,0,99,129,36,0,0,72,
-80,72,42,125,0,0,137,129,56,24,74,85,48,84,140,125,4,0,105,129,
-32,0,74,33,48,80,107,125,120,99,107,125,20,66,139,125,2,0,103,57,
-0,0,99,153,212,1,0,72,4,0,35,57,191,7,42,85,12,0,130,64,
-4,0,131,129,36,0,0,72,80,72,42,125,0,0,105,129,56,24,74,85,
-48,84,107,125,4,0,137,129,32,0,74,33,48,80,140,125,120,91,140,125,
-7,0,140,57,57,0,139,85,4,0,67,57,191,7,76,85,12,0,130,64,
-4,0,99,145,32,0,0,72,0,0,106,153,62,194,108,85,1,0,138,153,
-62,194,140,85,2,0,138,153,62,194,140,85,3,0,138,153,120,91,108,125,
-8,0,43,57,4,0,67,57,191,7,75,85,12,0,130,64,4,0,35,145,
-32,0,0,72,0,0,42,153,62,194,43,85,1,0,106,153,62,194,107,85,
-2,0,106,153,62,194,107,85,3,0,106,153,44,1,0,72,0,0,131,137,
-8,0,12,40,132,0,128,64,0,0,99,137,8,0,3,57,120,91,108,125,
-1,0,107,57,191,7,9,85,0,0,99,153,58,16,140,85,12,0,130,64,
-8,0,99,129,36,0,0,72,80,64,9,125,0,0,72,129,56,24,41,85,
-48,76,74,125,4,0,104,129,32,0,41,33,48,72,107,125,120,83,107,125,
-20,90,44,125,191,7,42,85,12,0,130,64,0,0,137,129,36,0,0,72,
-80,72,42,125,0,0,105,129,56,24,74,85,48,84,107,125,4,0,137,129,
-32,0,74,33,48,80,140,125,120,91,140,125,160,0,0,72,4,0,35,57,
-191,7,42,85,12,0,130,64,4,0,99,129,36,0,0,72,80,72,42,125,
-0,0,137,129,56,24,74,85,48,84,140,125,4,0,105,129,32,0,74,33,
-48,80,107,125,120,99,107,125,120,91,104,125,191,7,9,85,12,0,130,64,
-0,0,136,129,36,0,0,72,80,64,9,125,0,0,72,129,56,24,41,85,
-48,76,74,125,4,0,136,129,32,0,41,33,48,72,140,125,120,83,140,125,
-4,0,43,57,4,0,67,57,191,7,75,85,12,0,130,64,4,0,35,145,
-32,0,0,72,0,0,42,153,62,194,43,85,1,0,106,153,62,194,107,85,
-2,0,106,153,62,194,107,85,3,0,106,153,120,99,131,125,32,0,128,78,
-0,0,64,0,184,255,203,145,188,255,235,145,192,255,11,146,196,255,43,146,
-200,255,75,146,204,255,107,146,208,255,139,146,212,255,171,146,216,255,203,146,
-220,255,235,146,224,255,11,147,228,255,43,147,232,255,75,147,236,255,107,147,
-240,255,139,147,244,255,171,147,248,255,203,147,252,255,235,147,166,2,232,127,
-32,0,128,78,0,0,96,0,184,255,203,129,188,255,235,129,192,255,11,130,
-196,255,43,130,200,255,75,130,204,255,107,130,208,255,139,130,212,255,171,130,
-216,255,203,130,220,255,235,130,224,255,11,131,228,255,43,131,232,255,75,131,
-236,255,107,131,240,255,139,131,244,255,171,131,248,255,203,131,252,255,235,131,
-32,0,128,78,0,0,64,0,184,255,203,145,188,255,235,145,192,255,11,146,
-196,255,43,146,200,255,75,146,204,255,107,146,208,255,139,146,212,255,171,146,
-216,255,203,146,220,255,235,146,224,255,11,147,228,255,43,147,232,255,75,147,
-236,255,107,147,240,255,139,147,244,255,171,147,248,255,203,147,252,255,235,147,
-4,0,11,144,166,2,232,127,32,0,128,78,0,0,96,0,184,255,203,129,
-188,255,235,129,192,255,11,130,196,255,43,130,200,255,75,130,204,255,107,130,
-208,255,139,130,212,255,171,130,216,255,203,130,220,255,235,130,224,255,11,131,
-228,255,43,131,232,255,75,131,236,255,107,131,240,255,139,131,244,255,171,131,
-248,255,203,131,4,0,11,128,252,255,235,131,166,3,8,124,120,91,97,125,
-32,0,128,78,0,0,0,96,32,0,128,78,60,248,1,0,64,248,1,0,
-68,248,1,0,72,248,1,0,76,248,1,0,80,248,1,0,84,248,1,0,
-88,248,1,0,92,248,1,0,108,248,1,0,116,248,1,0,124,248,1,0,
-132,248,1,0,140,248,1,0,148,248,1,0,156,248,1,0,164,248,1,0,
-172,248,1,0,148,249,1,0,156,249,1,0,164,249,1,0,172,249,1,0,
-180,249,1,0,188,249,1,0,196,249,1,0,204,249,1,0,212,249,1,0,
-228,249,1,0,236,249,1,0,244,249,1,0,252,249,1,0,4,250,1,0,
-12,250,1,0,20,250,1,0,28,250,1,0,36,250,1,0,124,250,1,0,
-128,250,1,0,132,250,1,0,136,250,1,0,140,250,1,0,144,250,1,0,
-148,250,1,0,152,250,1,0,50,50,50,50,50,50,50,50,50,49,49,49,
-49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,
-49,49,49,49,177,177,177,177,177,177,177,177,67,104,101,99,107,105,110,103,
-32,102,108,97,115,104,32,109,101,109,111,114,121,32,102,105,108,101,115,10,
-0,0,0,0,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,
-45,45,45,45,45,32,58,32,32,45,45,45,45,45,45,45,45,45,45,32,
-32,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,10,0,
-32,110,111,110,101,32,102,111,117,110,100,10,109,97,114,107,105,110,103,32,
-108,97,115,116,32,118,97,108,105,100,32,102,105,108,101,46,46,46,46,0,
-32,102,111,117,110,100,46,10,76,105,110,107,105,110,103,32,118,97,108,105,
-100,32,102,105,108,101,115,46,46,46,46,32,10,0,0,0,32,68,111,110,
-101,10,82,101,112,97,105,114,32,99,111,109,112,108,101,116,101,100,32,115,
-117,99,99,101,115,115,102,117,108,108,121,32,10,0,0,0,10,10,82,101,
-112,97,105,114,105,110,103,32,116,104,101,32,102,108,97,115,104,32,102,105,
-108,101,32,115,121,115,116,101,109,10,0,0,66,97,100,32,100,105,114,101,
-99,116,111,114,121,44,32,114,101,112,97,105,114,32,97,98,111,114,116,101,
-100,10,0,0,48,120,37,48,56,88,46,48,120,37,48,56,88,32,58,32,
-32,48,120,37,48,56,120,32,32,37,54,100,32,40,61,37,35,120,41,10,
-0,0,0,0,118,97,108,105,100,97,116,105,111,110,32,102,97,105,108,101,
-100,44,32,115,101,97,114,99,104,105,110,103,32,102,111,114,32,118,97,108,
-105,100,32,102,105,108,101,115,46,46,46,46,0,0,0,0,32,82,101,112,
-97,105,114,32,102,97,105,108,101,100,32,10,0,0,0,0,86,97,108,105,
-100,97,116,105,110,103,32,102,108,97,115,104,32,102,105,108,101,32,115,121,
-115,116,101,109,46,46,46,46,46,10,115,105,103,110,97,116,117,114,101,49,
-46,115,105,103,110,97,116,117,114,101,50,32,58,32,32,97,100,100,114,101,
-115,115,32,32,32,32,32,116,111,116,97,108,32,115,105,122,101,10,0,0,
-85,110,115,117,112,112,111,114,116,101,100,32,70,108,97,115,104,70,105,108,
-101,32,118,101,114,115,105,111,110,32,40,97,100,100,114,61,48,120,37,88,
-41,10,0,0,102,108,97,115,104,70,105,108,101,46,99,112,112,0,0,0,
-85,110,115,117,112,112,111,114,116,101,100,32,70,108,97,115,104,70,105,108,
-101,32,118,101,114,115,105,111,110,32,40,97,100,100,114,61,48,120,37,88,
-41,10,0,0,66,73,79,83,32,105,109,97,103,101,32,110,111,116,32,102,
-111,117,110,100,32,105,110,32,102,108,97,115,104,33,10,0,70,105,114,109,
-119,97,114,101,32,105,109,97,103,101,32,110,111,116,32,102,111,117,110,100,
-32,105,110,32,102,108,97,115,104,33,10,0,85,110,101,120,112,101,99,116,
-101,100,32,108,111,99,97,116,105,111,110,32,111,102,32,70,105,114,109,119,
-97,114,101,32,105,110,32,102,108,97,115,104,33,10,0,0,32,32,32,69,
-120,112,101,99,116,101,100,32,97,100,100,114,58,32,37,120,32,32,32,32,
-65,99,116,117,97,108,32,97,100,100,114,58,32,37,120,10,0,0,0,0,
-85,110,101,120,112,101,99,116,101,100,32,115,105,122,101,32,111,102,32,70,
-105,114,109,119,97,114,101,32,104,101,97,100,101,114,33,10,0,0,0,0,
-32,32,32,69,120,112,101,99,116,101,100,32,115,105,122,101,58,32,37,120,
-32,32,32,32,65,99,116,117,97,108,32,115,105,122,101,58,32,37,120,10,
-0,0,0,0,85,110,101,120,112,101,99,116,101,100,32,108,111,99,97,116,
-105,111,110,32,111,102,32,66,73,79,83,32,105,110,32,102,108,97,115,104,
-33,10,0,0,85,110,101,120,112,101,99,116,101,100,32,115,105,122,101,32,
-111,102,32,66,73,79,83,32,104,101,97,100,101,114,33,10,0,69,114,114,
-111,114,58,32,100,101,116,101,99,116,101,100,32,109,105,115,109,97,116,99,
-104,32,105,110,32,116,104,101,32,115,116,97,116,105,99,32,100,101,115,116,
-114,117,99,116,111,114,32,111,114,100,101,114,105,110,103,32,115,116,114,97,
-116,101,103,121,10,0,0,0,0,69,114,114,111,114,58,32,100,101,116,101,
-99,116,101,100,32,109,105,115,109,97,116,99,104,32,105,110,32,116,104,101,
-32,115,116,97,116,105,99,32,100,101,115,116,114,117,99,116,111,114,32,111,
-114,100,101,114,105,110,103,32,115,116,114,97,116,101,103,121,10,0,67,43,
-43,32,114,117,110,116,105,109,101,32,97,98,111,114,116,0,0,0,102,114,
-101,101,105,110,103,32,97,114,114,97,121,32,110,111,116,32,97,108,108,111,
-99,97,116,101,100,32,98,121,32,97,110,32,97,114,114,97,121,32,110,101,
-119,32,111,112,101,114,97,116,105,111,110,0,0,0,116,101,114,109,105,110,
-97,116,101,40,41,32,99,97,108,108,101,100,32,98,121,32,116,104,101,32,
-101,120,99,101,112,116,105,111,110,32,104,97,110,100,108,105,110,103,32,109,
-101,99,104,97,110,105,115,109,0,0,114,101,116,117,114,110,101,100,32,102,
-114,111,109,32,97,32,117,115,101,114,45,100,101,102,105,110,101,100,32,116,
-101,114,109,105,110,97,116,101,40,41,32,114,111,117,116,105,110,101,0,0,
-0,0,109,97,105,110,40,41,32,99,97,108,108,101,100,32,109,111,114,101,
-32,116,104,97,110,32,111,110,99,101,0,0,0,0,97,32,112,117,114,101,
-32,118,105,114,116,117,97,108,32,102,117,110,99,116,105,111,110,32,119,97,
-115,32,99,97,108,108,101,100,0,0,105,110,118,97,108,105,100,32,100,121,
-110,97,109,105,99,32,99,97,115,116,0,0,0,0,105,110,118,97,108,105,
-100,32,116,121,112,101,105,100,32,111,112,101,114,97,116,105,111,110,0,0,
-0,0,105,110,116,101,114,110,97,108,32,101,114,114,111,114,58,32,115,116,
-97,116,105,99,32,111,98,106,101,99,116,32,109,97,114,107,101,100,32,102,
-111,114,32,100,101,115,116,114,117,99,116,105,111,110,32,109,111,114,101,32,
-116,104,97,110,32,111,110,99,101,0,37,115,58,32,37,115,10,0,40,110,
-117,108,108,41,0,0,48,49,50,51,52,53,54,55,56,57,65,66,67,68,
-69,70,65,77,0,80,77,0,0,0,83,117,110,77,111,110,84,117,101,87,
-101,100,84,104,117,70,114,105,83,97,116,0,0,0,74,97,110,70,101,98,
-77,97,114,65,112,114,77,97,121,74,117,110,74,117,108,65,117,103,83,101,
-112,79,99,116,78,111,118,68,101,99,0,0,0,0,83,117,110,100,97,121,
-0,77,111,110,100,97,121,0,84,117,101,115,100,97,121,0,87,101,100,110,
-101,115,100,97,121,0,84,104,117,114,115,100,97,121,0,70,114,105,100,97,
-121,0,83,97,116,117,114,100,97,121,0,0,0,0,74,97,110,117,97,114,
-121,0,70,101,98,114,117,97,114,121,0,77,97,114,99,104,0,65,112,114,
-105,108,0,77,97,121,0,74,117,110,101,0,74,117,108,121,0,65,117,103,
-117,115,116,0,83,101,112,116,101,109,98,101,114,0,79,99,116,111,98,101,
-114,0,78,111,118,101,109,98,101,114,0,68,101,99,101,109,98,101,114,0,
-0,0,87,69,84,0,32,32,32,0,32,32,32,0,32,32,32,0,65,83,
-84,0,69,83,84,0,67,83,84,0,77,83,84,0,80,83,84,0,32,32,
-32,0,32,32,32,0,32,32,32,0,32,32,32,0,32,32,32,0,32,32,
-32,0,32,32,32,0,32,32,32,0,32,32,32,0,32,32,32,0,32,32,
-32,0,32,32,32,0,32,32,32,0,32,32,32,0,77,69,84,0,69,69,
-84,0,32,32,32,0,44,32,108,105,110,101,32,0,34,44,32,0,102,105,
-108,101,32,0,0,0,65,115,115,101,114,116,105,111,110,32,102,97,105,108,
-101,100,58,32,0,0,95,117,110,107,110,111,119,110,32,115,116,114,105,110,
-103,95,0,0,0,0,95,78,97,109,101,108,101,115,115,95,0,31,28,31,
-30,31,30,31,31,30,31,30,31,31,28,31,30,31,30,31,31,30,31,30,
-152,198,0,0,0,0,0,0,0,0,0,0,64,239,1,0,0,0,0,0,
-219,8,0,0,28,248,1,0,0,0,0,0,13,0,0,0,60,248,1,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-238,238,34,34,187,187,85,85,73,78,86,65,76,73,68,0,68,73,82,72,
-69,65,68,0,68,73,82,84,65,73,76,0,67,79,77,80,95,48,51,0,
-67,79,77,80,95,48,52,0,67,79,77,80,95,48,53,0,67,79,77,80,
-95,48,54,0,67,79,77,80,95,48,55,0,67,79,77,80,95,48,56,0,
-36,86,69,82,86,69,82,36,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,240,238,1,0,248,238,1,0,0,239,1,0,
-8,239,1,0,16,239,1,0,24,239,1,0,32,239,1,0,40,239,1,0,
-48,239,1,0,0,0,0,0,0,0,0,0,0,0,0,0,172,166,0,0,
-0,0,0,0,172,166,0,0,0,0,0,0,172,166,0,0,0,0,0,0,
-172,166,0,0,0,0,0,0,172,166,0,0,0,0,0,0,172,166,0,0,
-0,0,0,0,172,166,0,0,0,0,0,0,172,166,0,0,0,0,0,0,
-224,164,0,0,64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,
-64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,
-64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,
-64,0,0,0,32,0,0,0,8,0,0,0,8,0,0,0,16,0,0,0,
-64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,
-64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,
-64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,
-64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,
-64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,
-64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,
-64,0,0,0,32,0,0,0,8,0,0,0,8,0,0,0,16,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,252,150,0,0,0,0,0,0,
-124,150,0,0,0,0,0,0,160,148,0,0,0,0,0,0,168,148,0,0,
-0,0,0,0,176,148,0,0,0,0,0,0,248,148,0,0,0,0,0,0,
-68,149,0,0,0,0,0,0,240,149,0,0,0,0,0,0,224,164,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,232,153,0,0,0,0,0,0,
-124,150,0,0,0,0,0,0,160,148,0,0,0,0,0,0,168,148,0,0,
-0,0,0,0,176,148,0,0,0,0,0,0,248,148,0,0,0,0,0,0,
-68,149,0,0,0,0,0,0,240,149,0,0,0,0,0,0,224,164,0,0,
-232,3,0,0,0,0,0,0,0,0,0,0,40,70,108,111,97,116,105,110,
-103,32,112,111,105,110,116,32,111,117,116,112,117,116,32,117,110,115,117,112,
-112,111,114,116,101,100,32,119,47,45,110,111,102,108,111,97,116,105,111,32,
-111,114,32,45,102,110,111,110,101,41,0,71,77,84,0,32,32,32,0,0,
-20,0,0,0,0,0,0,0,44,189,0,0,56,190,0,0,0,0,0,0,
-188,189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,48,32,16,
-68,51,34,17,3,0,24,0,216,119,11,0,21,22,185,207,216,119,11,0,
-0,128,0,0,120,43,166,124,120,35,133,124,120,27,100,124,20,0,96,56,
-130,17,66,76,81,107,11,72,166,2,136,125,45,0,32,60,192,165,33,56,
-0,0,160,61,104,0,173,57,3,0,4,40,24,0,130,65,2,0,4,40,
-16,0,130,65,4,0,4,40,8,0,130,65,0,0,128,56,0,0,160,56,
-0,0,192,56,12,0,64,60,112,109,66,56,1,0,96,61,24,128,107,57,
-16,96,107,125,0,0,64,61,0,0,74,57,0,0,10,40,8,0,130,64,
-20,90,66,124,0,64,173,57,0,64,173,57,1,0,75,61,224,128,74,57,
-4,0,202,133,4,0,234,133,4,0,10,134,4,0,42,134,4,0,74,134,
-4,0,106,134,4,0,138,134,4,0,170,134,4,0,202,134,4,0,234,134,
-0,0,64,57,56,0,33,84,248,255,65,149,0,0,108,60,244,0,99,56,
-76,2,0,72,72,0,128,186,56,96,0,1,60,96,128,0,124,123,235,166,
-124,0,7,140,76,0,1,44,2,128,0,72,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,
-196,222,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,240,255,33,148,12,0,225,147,120,27,106,124,120,35,139,124,
-120,43,172,124,120,91,100,125,120,83,69,125,20,98,196,124,120,43,167,124,
-238,15,224,59,0,0,96,56,0,1,0,72,126,248,99,84,239,5,108,84,
-0,0,12,44,20,0,130,64,120,35,140,124,1,0,132,56,0,0,108,137,
-0,255,99,97,255,7,108,84,0,0,12,44,48,0,130,65,120,35,140,124,
-1,0,132,56,0,0,108,137,120,43,172,124,1,0,165,56,116,7,107,125,
-62,6,107,85,0,0,108,153,1,0,159,57,63,5,159,85,168,0,0,72,
-120,35,140,124,1,0,132,56,0,0,140,137,120,35,139,124,1,0,132,56,
-0,0,43,137,55,6,43,85,54,32,107,85,120,91,140,125,63,7,43,85,
-3,0,43,57,80,248,108,125,80,40,11,125,0,96,31,124,8,0,129,65,
-0,240,8,57,0,0,96,57,28,0,0,72,120,43,170,124,1,0,165,56,
-0,0,128,57,0,0,138,153,1,0,8,57,1,0,107,57,0,56,8,124,
-8,0,128,65,44,0,0,72,0,72,11,124,216,255,128,65,32,0,0,72,
-120,43,170,124,1,0,165,56,120,67,12,125,1,0,8,57,0,0,140,137,
-0,0,138,153,1,0,107,57,0,72,11,124,224,255,128,65,20,74,159,125,
-63,5,159,85,64,48,4,124,0,255,130,64,12,0,225,131,16,0,33,56,
-32,0,128,78,120,27,102,124,120,35,140,124,120,43,171,124,20,90,230,124,
-62,6,140,85,120,99,136,125,255,255,38,57,32,0,11,40,108,0,129,64,
-120,67,11,125,46,64,107,85,120,67,107,125,30,128,108,85,120,99,107,125,
-12,0,0,72,255,255,231,56,0,0,7,153,63,7,236,84,0,0,12,44,
-240,255,130,64,55,0,202,84,32,0,0,72,0,0,103,145,4,0,135,57,
-0,0,108,145,8,0,135,57,0,0,108,145,12,0,135,57,0,0,108,145,
-240,255,231,56,64,80,7,124,220,255,130,64,16,0,231,56,8,0,0,72,
-0,0,7,153,255,255,231,56,64,72,7,124,244,255,130,64,120,51,204,124,
-120,99,131,125,32,0,128,78,166,2,8,124,200,255,33,148,24,0,1,147,
-28,0,33,147,32,0,65,147,36,0,97,147,40,0,129,147,44,0,161,147,
-48,0,193,147,52,0,225,147,60,0,1,144,120,27,107,124,120,35,157,124,
-120,43,190,124,120,51,223,124,1,0,128,63,244,134,156,59,1,0,128,60,
-108,130,132,56,7,0,192,60,0,5,198,56,12,0,224,60,108,235,231,56,
-0,0,96,59,120,35,136,124,120,227,137,127,16,0,139,57,0,0,44,131,
-20,0,139,57,0,0,108,128,24,0,139,57,0,0,76,131,28,0,139,57,
-0,0,172,128,80,208,89,125,0,0,128,57,8,0,129,145,8,0,129,57,
-4,0,108,57,0,0,128,57,0,0,139,145,8,0,129,57,8,0,108,57,
-0,0,128,57,0,0,139,145,8,0,129,57,12,0,108,57,0,0,128,57,
-0,0,139,145,64,208,7,124,12,0,128,65,64,56,5,124,8,0,129,65,
-208,0,106,127,64,208,8,124,12,0,128,65,64,64,5,124,12,0,129,65,
-20,82,132,124,20,82,198,124,64,72,26,124,24,0,129,65,64,40,9,124,
-16,0,128,64,64,24,25,124,8,0,130,65,80,224,138,127,64,40,26,124,
-24,0,130,65,120,203,35,127,120,211,68,127,80,40,186,124,166,3,201,124,
-33,4,128,78,12,0,128,61,108,235,140,57,20,218,44,127,12,0,128,61,
-192,235,140,57,20,218,76,127,64,0,0,72,120,203,43,127,4,0,57,59,
-8,0,129,57,12,0,140,57,0,0,107,129,0,0,140,129,20,98,75,125,
-0,0,121,129,4,0,57,59,0,0,153,129,4,0,57,59,120,83,67,125,
-120,91,100,125,120,99,133,125,225,253,255,75,64,208,25,124,192,255,130,64,
-12,0,128,61,192,235,140,57,20,218,76,127,12,0,128,61,20,236,140,57,
-20,218,44,127,12,0,128,61,20,236,140,57,20,218,12,127,104,0,0,72,
-0,200,26,124,20,0,128,64,8,0,129,57,12,0,140,57,0,0,108,129,
-16,0,0,72,8,0,129,57,4,0,140,57,0,0,108,129,0,0,154,129,
-20,90,76,125,4,0,90,59,120,211,75,127,4,0,90,59,8,0,129,57,
-4,0,140,57,0,0,107,129,0,0,140,129,20,98,107,125,0,0,154,129,
-4,0,90,59,120,83,67,125,120,91,100,125,120,99,133,125,225,127,6,72,
-64,192,26,124,152,255,130,64,12,0,128,61,20,236,140,57,20,218,76,127,
-12,0,128,61,20,236,140,57,20,218,44,127,12,0,128,61,20,236,140,57,
-20,218,12,127,104,0,0,72,0,200,26,124,20,0,128,64,8,0,129,57,
-12,0,140,57,0,0,108,129,16,0,0,72,8,0,129,57,4,0,140,57,
-0,0,108,129,0,0,154,129,20,90,76,125,4,0,90,59,120,211,75,127,
-4,0,90,59,8,0,129,57,4,0,140,57,0,0,107,129,0,0,140,129,
-20,98,107,125,0,0,154,129,4,0,90,59,120,83,67,125,120,91,100,125,
-120,99,133,125,121,251,255,75,64,192,26,124,152,255,130,64,12,0,128,61,
-20,236,140,57,20,218,204,124,12,0,128,61,72,236,140,57,20,218,236,124,
-12,0,128,61,72,236,140,57,20,218,12,125,64,48,7,124,192,0,130,65,
-8,0,129,57,12,0,140,57,0,0,96,61,0,0,107,57,0,0,140,129,
-80,88,140,125,80,56,236,124,160,0,0,72,120,67,12,125,1,0,8,57,
-0,0,140,137,116,7,140,125,183,6,139,85,112,38,107,125,120,91,106,125,
-58,16,74,85,8,0,97,57,20,82,107,125,0,0,75,129,120,51,203,124,
-4,0,198,56,0,0,107,129,20,82,107,125,0,0,43,129,49,6,138,85,
-0,0,10,44,12,0,130,65,0,0,9,44,76,0,130,65,191,7,138,85,
-120,83,69,125,58,16,165,84,8,0,65,57,20,42,74,125,0,0,74,129,
-0,0,10,44,44,0,130,65,57,7,133,85,0,0,5,44,8,0,130,65,
-58,16,41,85,20,82,41,125,57,7,140,85,0,0,12,44,8,0,130,65,
-112,22,41,125,0,0,43,145,64,56,6,124,96,255,130,64,120,235,163,127,
-120,243,196,127,120,251,229,127,166,3,137,127,33,4,128,78,24,0,1,131,
-28,0,33,131,32,0,65,131,36,0,97,131,40,0,129,131,44,0,161,131,
-48,0,193,131,52,0,225,131,60,0,1,128,166,3,8,124,56,0,33,56,
-32,0,128,78,166,2,8,124,240,255,33,148,8,0,193,147,12,0,225,147,
-20,0,1,144,120,27,127,124,120,35,158,124,120,43,172,124,24,128,130,129,
-0,0,12,44,8,0,130,65,1,52,6,72,28,128,130,129,0,0,12,44,
-8,0,130,65,1,130,6,72,32,128,130,129,0,0,12,44,8,0,130,65,
-193,120,255,75,36,128,130,129,0,0,12,44,12,0,130,65,0,0,96,56,
-97,129,6,72,120,251,227,127,120,243,196,127,245,5,0,72,8,0,193,131,
-12,0,225,131,20,0,1,128,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,124,196,141,129,
-120,35,135,124,120,43,164,124,40,0,172,128,120,27,102,124,11,0,96,60,
-196,222,99,56,177,94,6,72,196,136,13,160,49,6,0,84,88,0,130,64,
-196,136,13,160,128,0,0,96,0,0,96,56,196,136,13,176,45,190,5,72,
-1,0,96,57,8,0,97,145,255,255,96,56,161,89,7,72,43,0,224,63,
-36,212,127,56,255,255,128,56,229,229,9,72,0,0,3,44,240,255,130,64,
-8,0,129,129,0,0,12,44,16,0,130,65,0,0,0,56,8,0,1,144,
-109,89,7,72,0,0,0,72,216,255,33,148,12,0,33,147,16,0,65,147,
-20,0,97,147,24,0,129,147,28,0,161,147,166,2,8,124,44,0,1,144,
-36,0,225,147,120,35,159,124,32,0,193,147,120,27,126,124,50,0,96,56,
-65,74,6,72,120,27,125,124,11,0,128,60,232,222,132,56,41,242,5,72,
-120,251,228,127,120,235,165,127,11,0,96,60,244,222,99,56,241,93,6,72,
-120,235,163,127,25,74,6,72,166,0,32,127,94,4,40,87,36,1,0,125,
-232,129,13,128,40,0,0,44,120,0,128,64,224,129,77,129,1,0,74,57,
-40,0,10,44,224,129,77,145,12,0,128,65,0,0,0,56,224,129,13,144,
-232,129,141,129,1,0,140,57,232,129,141,145,224,129,13,128,12,0,128,63,
-0,0,128,56,124,0,160,56,52,88,156,59,48,56,27,84,20,218,188,127,
-4,0,93,59,120,211,67,127,149,249,255,75,120,211,67,127,120,251,228,127,
-120,243,197,127,124,0,192,56,77,11,4,72,4,0,253,136,113,0,7,44,
-104,0,130,65,76,0,0,72,224,129,13,128,12,0,128,63,48,56,27,84,
-0,0,128,56,124,0,160,56,52,88,156,59,20,218,188,127,4,0,93,59,
-120,211,67,127,73,249,255,75,120,211,67,127,255,0,128,56,120,243,197,127,
-124,0,192,56,1,11,4,72,4,0,253,136,113,0,7,44,28,0,130,65,
-29,0,61,137,113,0,0,57,4,0,64,57,4,0,29,153,126,7,73,81,
-29,0,61,153,248,191,109,129,46,217,124,125,0,128,44,115,166,0,0,124,
-94,4,0,84,120,99,0,124,36,1,0,124,32,0,193,131,24,0,129,131,
-20,0,97,131,28,0,161,131,36,0,225,131,44,0,1,128,16,0,65,131,
-12,0,33,131,166,3,8,124,40,0,33,56,32,0,128,78,232,255,33,148,
-8,0,129,147,12,0,161,147,16,0,193,147,166,2,8,124,28,0,1,144,
-20,0,225,147,120,27,127,124,166,0,128,127,94,4,136,87,36,1,0,125,
-232,129,13,128,0,0,0,44,4,0,127,56,124,0,160,56,104,0,129,64,
-228,129,77,129,12,0,192,63,48,56,93,85,52,88,222,59,20,234,158,125,
-4,0,140,56,1,123,6,72,228,129,141,129,1,0,140,57,40,0,12,44,
-46,232,30,124,0,0,31,144,228,129,141,145,12,0,128,65,0,0,0,56,
-228,129,13,144,232,129,45,129,255,255,41,57,232,129,45,145,0,128,137,115,
-166,0,64,125,94,4,74,85,120,75,74,125,36,1,64,125,60,0,0,72,
-0,0,128,56,29,248,255,75,0,0,0,56,26,0,31,176,112,0,96,57,
-4,0,127,153,10,0,128,57,11,0,159,153,0,0,31,144,0,128,137,115,
-166,0,64,125,94,4,74,85,120,75,74,125,36,1,64,125,16,0,193,131,
-20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,0,0,0,56,0,0,4,152,1,0,4,152,
-2,0,96,56,32,0,128,78,120,255,33,148,124,0,161,147,28,0,129,144,
-32,0,161,144,36,0,193,144,44,0,1,145,48,0,33,145,52,0,65,145,
-132,0,225,147,120,35,159,124,40,0,225,144,24,0,225,56,16,0,225,144,
-166,2,8,124,140,0,1,144,144,0,1,56,12,0,1,144,2,0,0,56,
-8,0,1,152,0,0,128,57,9,0,129,153,24,0,97,144,128,0,193,147,
-120,27,126,124,255,0,96,56,105,71,6,72,120,27,125,124,120,251,228,127,
-8,0,161,56,233,80,6,72,166,0,224,127,94,4,224,87,36,1,0,124,
-120,235,163,127,120,243,196,127,205,252,255,75,196,136,109,161,247,6,107,85,
-20,0,130,65,16,0,96,61,0,32,32,61,24,0,105,149,4,0,105,145,
-0,128,234,115,166,0,128,125,94,4,140,85,120,83,140,125,36,1,128,125,
-120,235,163,127,13,71,6,72,132,0,225,131,140,0,1,128,128,0,193,131,
-124,0,161,131,166,3,8,124,136,0,33,56,32,0,128,78,232,255,33,148,
-166,2,8,124,28,0,1,144,16,0,193,147,40,0,192,59,12,0,161,147,
-0,0,160,59,20,0,225,147,12,0,224,63,180,87,255,59,128,0,191,151,
-4,0,127,56,0,0,128,56,124,0,160,56,153,246,255,75,255,255,222,55,
-26,0,191,179,228,255,130,64,40,0,96,57,224,129,109,145,0,0,0,56,
-228,129,13,144,232,129,13,144,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,16,0,3,40,
-32,0,128,76,10,0,32,57,224,255,128,57,236,129,237,56,50,48,107,84,
-20,90,71,125,20,90,231,124,0,0,160,56,36,0,0,57,20,0,10,181,
-2,0,170,152,231,255,192,56,3,0,202,152,12,0,7,181,2,0,135,153,
-64,0,0,56,3,0,7,152,236,129,205,56,20,90,166,124,16,0,5,181,
-20,90,6,125,120,67,10,125,2,0,133,153,3,0,5,152,0,0,40,177,
-2,0,136,153,200,255,160,56,3,0,168,152,120,67,7,125,4,0,39,181,
-2,0,135,153,3,0,167,152,8,0,42,181,18,0,32,57,2,0,138,153,
-3,0,170,152,24,0,40,181,2,0,136,153,202,255,0,56,3,0,8,152,
-18,1,0,57,20,90,198,124,28,0,38,181,2,0,134,153,3,0,6,152,
-236,129,237,56,20,90,71,125,32,0,42,181,20,90,39,125,2,0,138,153,
-3,0,10,152,36,0,9,181,2,0,137,153,3,0,9,152,20,90,231,124,
-40,0,7,181,2,0,135,153,3,0,7,152,236,129,77,57,20,90,170,124,
-44,0,5,181,2,0,133,153,3,0,5,152,32,0,128,78,166,2,8,124,
-4,0,1,144,248,255,33,148,0,0,128,56,120,35,131,124,233,254,255,75,
-1,0,132,56,16,0,4,44,240,255,128,65,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,128,0,96,56,32,0,128,78,232,255,33,148,
-12,0,161,147,166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,
-20,0,225,147,120,35,159,124,45,64,6,72,120,243,195,127,120,251,228,127,
-149,233,0,72,120,243,195,127,177,92,7,72,197,73,4,72,120,27,125,124,
-53,187,5,72,0,0,29,44,12,0,130,65,120,235,163,127,9,210,0,72,
-11,0,96,60,72,225,99,56,169,88,6,72,11,0,96,60,168,225,99,56,
-157,88,6,72,11,0,96,60,196,225,99,56,145,88,6,72,40,128,98,56,
-137,88,6,72,11,0,160,63,56,225,125,56,125,88,6,72,40,128,98,56,
-117,88,6,72,11,0,96,60,220,225,99,56,105,88,6,72,11,0,96,60,
-104,225,99,56,24,0,128,56,30,0,160,56,85,88,6,72,11,0,96,60,
-136,225,99,56,8,0,128,56,4,0,160,56,65,88,6,72,11,0,96,60,
-0,226,99,56,11,0,128,60,28,226,132,56,11,0,160,60,40,226,165,56,
-37,88,6,72,11,0,96,60,52,226,99,56,25,88,6,72,120,251,228,127,
-120,243,197,127,11,0,96,60,76,226,99,56,5,88,6,72,40,128,98,56,
-253,87,6,72,56,225,125,56,245,87,6,72,40,128,98,56,237,87,6,72,
-121,33,6,72,20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,
-0,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,
-8,0,193,147,12,0,225,147,8,0,69,129,18,0,228,163,52,3,131,129,
-16,32,96,61,190,244,140,85,72,2,139,145,254,239,231,87,0,32,0,61,
-76,2,72,145,0,0,128,57,76,2,136,149,57,7,236,87,60,8,204,84,
-120,99,233,124,32,0,130,65,10,0,196,163,92,3,131,137,88,3,99,128,
-255,223,107,84,12,0,164,128,4,1,130,65,28,0,0,72,10,0,196,163,
-93,3,131,137,88,3,99,128,255,223,107,84,12,0,164,128,232,0,130,65,
-255,215,107,84,144,0,130,65,30,64,203,87,0,17,107,101,120,91,41,125,
-0,0,40,145,63,6,203,87,0,17,107,97,0,18,106,101,24,152,203,84,
-120,91,73,125,0,0,40,145,62,70,171,84,0,19,107,97,0,19,106,101,
-30,130,171,84,120,91,73,125,0,20,64,61,0,20,74,57,30,66,171,84,
-120,83,102,125,30,2,170,84,239,5,235,87,0,21,96,61,0,21,107,57,
-120,91,68,125,192,0,64,57,12,0,130,65,255,207,107,84,8,0,130,64,
-64,0,64,57,0,22,75,97,0,151,107,101,30,128,140,85,120,99,108,125,
-0,0,40,145,236,0,0,72,0,17,42,101,30,128,203,87,120,91,73,125,
-56,24,203,84,0,18,107,97,0,19,106,101,30,130,171,84,120,91,70,125,
-62,198,171,84,0,20,107,97,0,21,106,101,30,2,171,84,120,91,68,125,
-62,70,171,84,64,22,107,97,0,151,107,101,30,128,140,85,120,99,108,125,
-0,0,40,145,156,0,0,72,63,6,171,84,255,215,106,84,0,19,107,97,
-0,20,106,101,80,0,130,65,30,64,203,87,0,18,107,101,120,91,41,125,
-0,0,40,145,63,6,203,87,0,18,107,97,0,19,105,101,30,194,171,84,
-120,91,41,125,0,0,40,145,120,83,73,125,62,198,171,84,0,20,107,97,
-0,21,102,101,62,134,171,84,0,21,107,97,64,22,100,101,0,151,140,97,
-56,0,0,72,0,18,41,101,30,128,203,87,120,91,41,125,30,66,171,84,
-120,91,70,125,62,70,171,84,64,0,107,97,30,128,106,85,62,134,171,84,
-0,21,107,97,0,22,107,101,120,83,100,125,0,151,140,97,0,0,40,145,
-0,0,200,144,0,0,136,144,0,0,136,145,12,0,225,131,8,0,193,131,
-62,6,227,84,16,0,33,56,32,0,128,78,192,255,33,148,8,0,65,146,
-12,0,97,146,16,0,129,146,20,0,161,146,24,0,193,146,28,0,225,146,
-32,0,1,147,36,0,33,147,40,0,65,147,44,0,97,147,48,0,129,147,
-52,0,161,147,56,0,193,147,60,0,225,147,0,0,133,131,28,0,252,131,
-132,0,233,119,0,6,96,63,0,0,64,57,20,0,130,65,204,136,141,137,
-0,0,12,44,8,0,130,65,1,0,64,57,16,32,128,61,0,0,140,57,
-148,0,140,144,255,255,106,49,16,81,43,127,8,1,234,119,255,255,105,49,
-16,73,107,124,255,255,106,49,16,81,43,125,12,0,92,129,0,0,103,129,
-254,63,255,87,8,217,123,80,0,0,192,58,120,227,151,127,132,232,59,81,
-120,179,221,126,120,179,195,126,255,255,74,57,66,240,251,83,254,47,122,87,
-254,31,120,87,254,23,115,87,128,0,61,33,5,0,9,44,120,227,159,127,
-132,0,128,64,255,5,201,86,120,187,255,126,72,0,130,65,120,187,252,126,
-0,0,133,147,1,0,117,56,0,0,102,144,24,0,124,128,126,186,222,86,
-80,24,41,125,0,0,39,145,254,1,59,81,44,72,195,87,126,186,105,84,
-64,240,9,124,148,0,140,146,0,0,38,129,0,128,123,103,92,0,129,64,
-100,0,0,72,126,186,222,86,44,72,195,87,126,186,105,84,64,240,9,124,
-0,0,166,146,148,0,140,146,0,0,38,129,4,0,151,131,0,128,123,103,
-0,0,133,147,44,0,129,64,52,0,0,72,24,0,63,129,80,72,43,125,
-126,186,222,86,254,1,59,81,20,74,99,124,126,186,105,84,64,240,9,124,
-0,0,38,129,16,0,129,65,0,0,25,44,52,0,130,65,28,0,0,72,
-0,0,25,44,120,27,118,124,20,234,132,126,120,251,247,127,120,75,53,125,
-24,0,130,65,12,0,223,131,64,240,10,124,4,1,123,87,8,0,130,65,
-198,224,59,83,255,255,41,53,0,0,38,145,24,0,130,64,0,0,40,137,
-0,0,9,44,0,128,123,103,8,0,130,65,74,209,59,81,255,55,105,87,
-148,0,108,147,1,0,189,59,20,0,130,64,0,0,26,44,254,15,114,87,
-72,0,130,65,52,0,0,72,255,15,114,87,28,0,63,129,20,0,130,65,
-0,0,200,139,0,0,30,44,8,0,130,65,0,16,41,101,0,0,26,44,
-148,0,44,145,136,1,123,87,1,0,189,59,20,0,130,65,8,0,63,129,
-1,0,189,59,20,90,105,125,148,0,108,145,255,39,107,87,16,0,130,65,
-12,0,95,129,1,0,189,59,148,0,76,145,0,0,24,44,16,0,130,65,
-16,0,127,129,1,0,189,59,148,0,108,145,0,0,19,44,16,0,130,65,
-20,0,127,129,1,0,189,59,148,0,108,145,0,0,18,44,24,0,130,64,
-4,0,156,131,0,0,96,57,0,0,133,147,0,0,103,145,64,254,255,75,
-48,0,129,131,20,0,161,130,24,0,193,130,52,0,161,131,44,0,97,131,
-16,0,129,130,28,0,225,130,56,0,193,131,40,0,65,131,12,0,97,130,
-32,0,1,131,60,0,225,131,36,0,33,131,8,0,65,130,64,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-166,0,224,127,94,4,235,87,36,1,96,125,80,3,99,128,0,3,128,56,
-61,165,6,72,62,7,96,84,1,0,0,40,16,0,130,65,3,0,0,40,
-52,0,130,65,92,0,0,72,0,128,236,115,166,0,0,124,94,4,0,84,
-120,99,0,124,36,1,0,124,20,0,1,128,12,0,225,131,1,0,96,56,
-16,0,33,56,166,3,8,124,32,0,128,78,0,128,236,115,166,0,0,124,
-94,4,0,84,120,99,0,124,36,1,0,124,20,0,1,128,12,0,225,131,
-2,0,96,56,16,0,33,56,166,3,8,124,32,0,128,78,0,128,235,115,
-166,0,128,125,94,4,140,85,120,91,140,125,36,1,128,125,20,0,1,128,
-12,0,225,131,0,0,96,56,16,0,33,56,166,3,8,124,32,0,128,78,
-0,0,36,129,0,0,9,44,12,0,130,64,0,0,96,56,32,0,128,78,
-4,0,100,128,4,0,68,129,8,0,106,129,4,0,139,129,255,255,41,53,
-0,0,0,56,0,0,36,145,8,0,130,65,120,99,128,125,4,0,4,144,
-32,0,128,78,240,255,33,148,8,0,193,147,166,2,8,124,20,0,1,144,
-12,0,225,147,120,35,159,124,0,0,95,129,0,0,10,44,1,0,10,56,
-0,0,31,144,120,27,107,124,120,43,164,124,40,0,130,64,8,0,4,128,
-8,0,31,144,4,0,159,144,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,0,0,6,44,44,0,130,65,
-0,0,192,59,112,3,107,56,141,164,6,72,0,0,3,44,16,0,130,65,
-112,3,107,56,77,161,6,72,120,27,126,124,121,243,196,127,20,0,130,65,
-8,0,159,129,4,0,140,144,8,0,36,129,8,0,63,145,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-232,255,33,148,20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,
-120,27,125,124,16,0,193,147,120,35,158,124,166,0,224,127,94,4,236,87,
-36,1,128,125,112,3,125,56,229,160,6,72,0,0,3,44,44,0,130,65,
-8,0,93,129,0,0,192,56,8,0,157,56,255,255,74,57,120,27,101,124,
-120,235,163,127,8,0,93,145,249,254,255,75,0,0,30,44,204,255,130,65,
-0,128,235,115,166,0,0,124,94,4,0,84,120,91,0,124,36,1,0,124,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,120,35,133,124,236,3,131,56,0,0,192,56,
-176,254,255,75,240,255,33,148,8,0,193,147,12,0,225,147,166,2,8,124,
-20,0,1,144,166,0,224,127,94,4,224,87,36,1,0,124,120,27,126,124,
-0,0,128,56,53,255,255,75,120,243,195,127,8,0,158,56,57,254,255,75,
-121,27,100,124,16,0,130,65,120,243,195,127,173,255,255,75,228,255,255,75,
-0,128,235,115,166,0,0,124,94,4,0,84,120,91,0,124,36,1,0,124,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,232,255,33,148,8,0,129,147,12,0,161,147,16,0,193,147,
-20,0,225,147,166,2,8,124,28,0,1,144,166,0,192,127,94,4,192,87,
-36,1,0,124,2,0,128,59,176,255,163,59,0,0,224,59,84,0,125,132,
-0,0,3,44,60,0,130,65,255,255,67,57,43,0,125,57,40,0,160,56,
-166,3,169,124,1,0,202,140,1,0,11,140,81,48,128,125,8,0,130,64,
-240,255,0,66,0,0,12,44,16,0,130,64,4,0,157,56,40,0,160,56,
-73,110,6,72,255,255,156,55,0,0,253,147,180,255,130,64,0,128,200,115,
-166,0,0,124,94,4,0,84,120,67,0,124,36,1,0,124,16,0,193,131,
-20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,232,255,33,148,8,0,129,147,12,0,161,147,
-16,0,193,147,166,2,8,124,28,0,1,144,20,0,225,147,120,27,127,124,
-88,3,159,137,63,7,140,85,120,35,156,124,120,43,189,124,172,0,130,64,
-0,0,29,44,164,0,130,65,120,251,227,127,0,0,128,56,233,253,255,75,
-120,251,227,127,8,0,159,56,237,252,255,75,121,27,126,124,28,0,130,65,
-64,224,30,124,20,0,130,65,120,251,227,127,120,243,196,127,85,254,255,75,
-0,0,192,59,120,251,227,127,89,254,255,75,0,0,30,44,24,0,130,65,
-120,251,227,127,8,0,159,56,120,243,197,127,0,0,192,56,233,252,255,75,
-88,3,31,136,62,7,160,83,88,3,31,152,88,3,63,129,0,0,64,57,
-0,2,41,97,88,3,63,145,96,3,95,145,12,128,45,129,72,3,159,129,
-1,0,0,56,48,96,11,124,120,88,41,125,12,128,45,145,16,128,77,129,
-120,88,74,125,16,128,77,145,0,4,127,128,105,254,255,75,16,0,193,131,
-20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,224,255,33,148,12,0,97,147,16,0,129,147,
-166,2,8,124,36,0,1,144,24,0,193,147,120,35,158,124,28,0,225,147,
-120,43,191,124,20,0,161,147,120,27,125,124,73,251,255,75,120,27,124,124,
-1,0,28,44,0,0,128,56,8,0,130,64,127,0,128,56,120,243,195,127,
-12,0,160,56,33,234,255,75,2,0,28,44,8,1,130,64,80,3,125,128,
-32,1,128,56,0,0,160,56,45,163,6,72,80,3,125,128,4,1,128,56,
-101,160,6,72,63,6,108,84,80,3,125,128,0,0,158,177,8,1,128,56,
-81,160,6,72,63,6,96,84,80,3,125,128,12,1,128,56,2,0,30,176,
-61,160,6,72,63,6,123,84,80,3,125,128,16,1,128,56,45,160,6,72,
-63,6,124,84,80,3,125,128,20,1,128,56,29,160,6,72,30,130,101,84,
-46,64,128,87,120,3,167,124,120,219,232,124,4,0,30,145,80,3,125,128,
-0,0,32,57,24,1,128,56,10,0,62,177,245,159,6,72,8,0,126,152,
-80,3,125,128,28,1,128,56,229,159,6,72,0,0,31,44,9,0,126,152,
-96,0,130,65,80,3,125,128,32,1,128,56,128,0,160,56,133,162,6,72,
-80,3,125,128,8,1,128,56,189,159,6,72,2,0,158,161,63,6,106,84,
-80,3,125,128,46,64,64,85,12,1,128,56,20,2,140,125,2,0,158,177,
-157,159,6,72,4,0,94,129,14,192,96,84,20,2,74,125,4,0,94,145,
-80,3,125,128,0,0,160,56,32,1,128,56,57,162,6,72,20,0,161,131,
-24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,
-166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,32,0,4,40,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,96,0,128,65,
-88,3,63,129,176,6,41,85,88,3,63,145,88,3,95,129,242,6,74,85,
-88,3,95,145,88,3,127,129,1,0,5,40,30,45,0,56,31,0,128,56,
-100,3,191,152,104,3,159,144,108,3,159,144,110,6,107,85,88,3,127,145,
-220,1,128,65,140,0,130,65,3,0,5,40,232,0,128,65,56,1,130,65,
-4,0,5,40,124,1,130,65,192,1,0,72,0,0,4,44,8,0,130,64,
-1,0,128,56,88,3,63,129,176,6,41,85,88,3,63,145,88,3,95,129,
-242,6,74,85,88,3,95,145,88,3,127,129,1,0,5,40,0,0,0,56,
-255,255,196,56,104,3,159,144,108,3,159,144,254,6,192,80,100,3,191,152,
-0,45,0,96,110,6,107,85,88,3,127,145,108,1,128,65,28,0,130,65,
-3,0,5,40,120,0,128,65,200,0,130,65,4,0,5,40,12,1,130,65,
-80,1,0,72,80,3,127,128,88,3,31,129,64,0,8,97,88,3,31,145,
-88,3,63,129,32,0,41,97,88,3,63,145,88,3,159,129,96,0,160,56,
-32,0,0,96,0,0,128,56,92,3,191,152,97,0,64,57,120,3,5,124,
-93,3,95,153,128,0,140,97,88,3,159,145,229,160,6,72,0,0,128,57,
-4,0,159,145,168,3,31,57,164,3,31,145,200,3,159,145,204,3,159,145,
-36,1,0,72,80,3,127,128,88,3,255,128,64,0,231,96,88,3,255,144,
-88,3,63,129,0,0,128,56,0,2,5,96,38,0,128,57,54,0,64,57,
-93,3,95,153,92,3,159,153,32,0,44,97,88,3,159,145,145,160,6,72,
-0,0,128,57,4,0,159,145,168,3,31,57,164,3,31,145,200,3,159,145,
-204,3,159,145,208,0,0,72,80,3,127,128,88,3,191,128,0,2,0,96,
-0,0,128,56,32,0,172,96,199,0,192,56,204,0,64,57,88,3,159,145,
-92,3,223,152,93,3,95,153,120,3,5,124,69,160,6,72,0,0,128,57,
-4,0,159,145,168,3,31,57,164,3,31,145,200,3,159,145,204,3,159,145,
-132,0,0,72,80,3,127,128,88,3,255,128,120,3,5,124,0,0,128,56,
-64,0,236,96,37,0,0,57,53,0,64,57,88,3,159,145,92,3,31,153,
-93,3,95,153,253,159,6,72,0,0,128,57,4,0,159,145,168,3,31,57,
-164,3,31,145,200,3,159,145,204,3,159,145,60,0,0,72,80,3,127,128,
-200,0,32,57,92,3,63,153,202,0,64,57,120,3,5,124,0,0,128,56,
-93,3,95,153,193,159,6,72,0,0,128,57,4,0,159,145,168,3,31,57,
-164,3,31,145,200,3,159,145,204,3,159,145,120,99,138,125,252,255,191,56,
-255,255,0,56,255,255,200,56,32,0,96,57,166,3,105,125,1,0,70,157,
-24,0,133,149,8,0,133,145,12,0,133,145,20,0,5,176,4,0,133,177,
-1,0,74,57,228,255,0,66,0,0,192,56,28,3,223,144,255,255,0,57,
-20,3,31,145,42,3,223,152,249,155,6,72,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,88,3,255,128,41,5,231,84,
-8,1,130,65,248,3,223,128,0,0,38,161,123,7,40,85,36,0,130,65,
-88,3,95,129,102,5,74,85,88,3,95,145,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,120,0,6,160,122,0,134,161,
-166,0,70,161,107,5,73,85,30,128,139,85,120,91,11,124,20,0,130,65,
-202,0,102,161,200,0,6,160,30,128,106,85,120,83,11,124,84,3,31,136,
-0,0,0,44,0,0,128,57,40,0,130,65,152,0,38,161,0,0,9,44,
-28,0,130,65,255,255,9,40,20,0,130,65,255,199,44,85,2,0,128,56,
-32,0,130,65,16,0,0,72,0,0,12,44,2,0,128,56,16,0,130,65,
-150,0,6,161,255,6,7,85,1,0,135,56,0,0,12,44,0,16,64,61,
-255,255,74,57,16,80,107,125,16,89,139,125,208,0,204,124,32,0,130,65,
-1,0,160,56,120,251,227,127,69,252,255,75,88,3,31,128,44,6,0,84,
-88,3,31,144,40,0,0,72,0,0,6,44,5,0,160,56,8,0,130,65,
-4,0,160,56,120,251,227,127,29,252,255,75,88,3,31,128,44,6,0,84,
-88,3,31,144,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,80,3,99,128,
-28,1,128,56,57,155,6,72,12,0,1,128,63,6,99,84,166,3,8,124,
-8,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,193,255,255,75,72,3,31,128,112,254,11,124,
-191,7,108,85,20,2,140,125,59,0,136,85,80,0,8,124,1,0,0,40,
-0,0,0,57,24,0,128,65,60,0,130,65,3,0,0,40,92,0,128,65,
-128,0,130,65,128,0,0,72,68,3,95,129,58,16,73,85,18,0,105,61,
-32,113,107,128,17,1,0,97,20,0,128,56,248,0,5,124,113,157,6,72,
-13,154,6,72,124,0,0,72,68,3,95,129,58,16,73,85,18,0,105,61,
-32,113,107,128,18,2,0,97,20,0,128,56,248,0,5,124,73,157,6,72,
-229,153,6,72,84,0,0,72,68,3,95,129,58,16,73,85,18,0,105,61,
-32,113,107,128,20,4,0,97,20,0,128,56,248,0,5,124,33,157,6,72,
-189,153,6,72,44,0,0,72,8,8,8,97,68,3,95,129,58,16,73,85,
-18,0,105,61,32,113,107,128,16,0,0,97,20,0,128,56,248,0,5,124,
-245,156,6,72,145,153,6,72,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,88,3,95,129,247,6,74,85,160,0,130,65,
-221,254,255,75,80,3,127,128,12,0,128,56,241,153,6,72,103,14,101,96,
-80,3,127,128,8,0,32,61,12,0,128,56,244,224,41,57,36,104,37,81,
-145,156,6,72,80,3,127,128,44,3,191,128,20,0,128,56,129,156,6,72,
-44,3,191,128,80,3,127,128,24,0,128,56,113,156,6,72,56,3,191,128,
-80,3,127,128,44,3,127,129,52,3,127,145,32,0,128,56,89,156,6,72,
-56,3,191,128,80,3,127,128,36,0,128,56,73,156,6,72,80,3,127,128,
-40,0,128,56,1,0,160,56,0,0,128,57,60,3,159,145,49,156,6,72,
-88,3,31,128,52,7,0,84,88,3,31,144,193,152,6,72,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,
-20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,
-80,3,126,128,40,0,128,56,2,0,160,56,229,155,6,72,8,0,225,59,
-80,3,126,128,40,0,128,56,25,153,6,72,255,7,96,84,28,0,130,65,
-120,251,227,127,61,7,9,72,0,0,3,44,224,255,130,65,232,3,96,56,
-137,219,5,72,88,3,30,128,16,0,0,96,88,3,30,144,28,0,1,128,
-20,0,225,131,16,0,193,131,166,3,8,124,24,0,33,56,32,0,128,78,
-240,255,33,148,54,0,4,40,166,2,8,124,20,0,1,144,8,0,193,147,
-120,27,126,124,12,0,225,147,5,0,224,59,32,0,128,64,37,0,4,40,
-68,0,130,65,38,0,4,40,180,0,130,65,53,0,4,40,236,0,130,64,
-48,0,0,72,54,0,4,40,160,0,130,65,96,0,4,40,216,0,128,65,
-97,0,4,40,204,0,129,64,199,0,4,40,76,0,130,65,204,0,4,40,
-68,0,130,65,188,0,0,72,120,243,195,127,21,255,255,75,120,243,195,127,
-4,0,160,56,1,0,128,56,253,248,255,75,88,3,30,128,0,1,0,96,
-88,3,30,144,96,3,30,128,120,243,195,127,2,0,0,96,96,3,30,144,
-21,254,255,75,184,0,0,72,120,243,195,127,217,254,255,75,120,243,195,127,
-3,0,160,56,1,0,128,56,193,248,255,75,88,3,30,128,0,1,0,96,
-88,3,30,144,96,3,30,128,120,243,195,127,2,0,0,96,96,3,30,144,
-217,253,255,75,124,0,0,72,120,243,195,127,157,254,255,75,120,243,195,127,
-2,0,160,56,1,0,128,56,133,248,255,75,88,3,30,128,0,1,0,96,
-88,3,30,144,96,3,30,128,120,243,195,127,2,0,0,96,96,3,30,144,
-157,253,255,75,64,0,0,72,1,0,224,59,120,243,195,127,93,254,255,75,
-120,243,195,127,120,251,229,127,1,0,128,56,69,248,255,75,88,3,30,128,
-0,1,0,96,88,3,30,144,96,3,30,128,120,243,195,127,2,0,0,96,
-96,3,30,144,93,253,255,75,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,224,255,33,148,12,0,97,147,
-16,0,129,147,166,2,8,124,36,0,1,144,20,0,161,147,120,27,125,124,
-24,0,193,147,121,35,158,124,28,0,225,147,120,43,191,124,32,0,130,64,
-28,0,225,131,24,0,193,131,20,0,161,131,166,3,8,124,0,0,96,56,
-32,0,33,56,32,0,128,78,4,0,62,129,18,0,137,161,172,0,29,168,
-2,2,0,40,0,0,96,59,120,219,124,127,24,0,130,65,4,2,0,40,
-112,0,130,65,10,2,0,40,28,0,130,65,244,0,0,72,189,7,135,85,
-228,0,130,65,57,7,136,85,220,0,130,65,224,0,0,72,189,7,138,85,
-216,0,130,65,10,0,137,161,1,0,12,40,204,0,129,64,8,0,125,56,
-120,75,59,125,120,219,100,127,40,0,160,56,213,98,6,72,0,0,31,44,
-255,15,0,60,255,255,0,96,8,0,130,65,255,255,0,56,0,0,27,44,
-12,0,27,144,192,0,130,65,156,0,0,72,189,7,128,85,140,0,130,65,
-57,7,128,85,48,0,130,65,8,0,125,56,120,75,59,125,120,219,100,127,
-40,0,160,56,141,98,6,72,0,0,27,44,10,0,91,161,128,0,74,57,
-10,0,91,177,132,0,130,65,96,0,0,72,247,6,139,85,80,0,130,65,
-4,0,233,128,24,0,231,131,0,2,31,40,56,0,129,64,62,191,236,87,
-1,0,12,44,44,0,130,65,92,0,125,56,120,59,252,124,120,227,132,127,
-40,0,160,56,61,98,6,72,0,0,27,44,0,254,63,57,24,0,60,145,
-56,0,130,65,20,0,0,72,0,0,96,57,172,0,125,177,0,0,27,44,
-36,0,130,65,48,0,125,56,120,219,100,127,40,0,160,56,9,98,6,72,
-4,0,125,147,0,0,221,147,0,0,0,56,172,0,29,176,0,0,28,44,
-12,0,130,64,172,0,125,168,36,0,0,72,132,0,125,56,120,227,132,127,
-40,0,160,56,217,97,6,72,88,0,157,147,0,0,221,147,0,0,96,56,
-172,0,125,176,20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,
-16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,
-4,0,4,128,0,32,128,61,0,0,140,57,164,0,12,144,168,0,12,128,
-52,0,0,124,62,222,3,84,32,0,128,78,224,255,33,148,12,0,97,147,
-16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,36,0,1,144,
-28,0,225,147,120,27,127,124,166,0,96,127,94,4,105,87,36,1,32,125,
-1,2,4,44,44,0,130,64,76,3,127,128,104,29,128,56,1,0,160,56,
-205,151,6,72,0,128,104,115,166,0,0,124,94,4,0,84,120,67,0,124,
-36,1,0,124,32,1,0,72,24,2,4,44,192,0,130,64,0,0,128,59,
-1,0,96,56,65,152,6,72,32,0,224,56,252,255,31,57,0,32,32,61,
-0,0,41,57,24,0,168,135,0,0,29,44,84,0,130,65,8,0,104,129,
-0,0,11,44,72,0,130,65,120,251,227,127,120,91,100,125,61,255,255,75,
-0,0,3,44,52,0,130,64,4,0,75,129,1,0,202,59,164,0,201,147,
-172,0,233,131,1,0,235,87,152,0,201,147,0,128,108,109,127,0,224,87,
-120,3,159,125,160,0,233,147,125,152,6,72,24,0,0,72,255,255,231,52,
-160,255,130,64,109,152,6,72,0,0,28,44,120,0,130,65,120,235,164,127,
-120,243,197,127,120,251,230,127,11,0,96,60,164,226,99,56,137,158,5,72,
-0,128,104,115,166,0,0,124,94,4,0,84,120,67,0,124,36,1,0,124,
-92,0,0,72,88,3,31,128,0,0,4,44,44,0,130,65,0,4,255,128,
-0,128,104,115,0,4,12,96,172,0,135,176,88,3,159,145,166,0,0,124,
-94,4,0,84,120,67,0,124,36,1,0,124,40,0,0,72,0,4,127,128,
-168,5,0,84,88,3,31,144,97,241,255,75,0,128,104,115,166,0,0,124,
-94,4,0,84,120,67,0,124,36,1,0,124,20,0,161,131,24,0,193,131,
-28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,
-32,0,33,56,32,0,128,78,58,16,137,84,80,72,4,125,56,24,8,85,
-20,66,227,124,0,0,64,57,20,0,71,149,8,0,135,129,0,0,12,44,
-4,0,71,177,56,0,130,65,0,0,0,57,8,0,7,145,255,255,192,56,
-248,133,45,129,248,133,141,145,240,133,77,129,12,0,12,129,2,0,204,176,
-12,0,44,145,121,67,12,125,255,255,74,57,240,133,77,145,220,255,130,64,
-12,0,103,129,0,0,11,44,36,0,130,65,4,134,13,128,4,134,109,145,
-252,133,205,128,0,0,128,57,255,255,198,56,12,0,135,145,4,0,11,144,
-252,133,205,144,4,0,195,128,0,0,6,44,32,0,129,76,164,3,227,128,
-255,255,231,56,164,3,227,144,0,0,135,152,204,3,131,129,200,3,99,129,
-1,0,64,57,255,255,198,52,4,0,195,144,48,32,73,125,120,72,107,125,
-200,3,99,145,120,72,140,125,204,3,131,145,32,0,130,76,108,3,3,128,
-104,3,3,144,32,0,128,78,232,255,33,148,8,0,129,147,16,0,193,147,
-20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,120,27,125,124,
-4,0,125,129,0,0,11,44,120,35,158,124,188,0,129,65,88,3,29,136,
-63,7,0,84,176,0,130,64,0,0,96,56,201,150,6,72,0,4,125,128,
-88,3,93,129,254,215,69,85,120,243,196,127,41,251,255,75,88,3,29,128,
-121,27,124,124,168,5,0,84,88,3,29,144,128,0,130,65,4,0,157,129,
-104,3,29,128,64,0,12,124,255,255,224,59,56,0,128,64,4,0,125,129,
-1,0,107,57,4,0,125,145,164,3,125,129,1,0,11,56,164,3,29,144,
-0,0,235,139,200,3,157,129,1,0,64,57,116,7,255,127,48,248,64,125,
-120,3,140,125,200,3,157,145,0,0,31,44,48,0,128,65,120,235,163,127,
-120,251,228,127,97,254,255,75,120,243,196,127,1,0,160,56,49,240,255,75,
-58,16,224,87,80,0,95,125,56,24,74,85,20,82,157,125,24,0,140,179,
-16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,
-166,3,8,124,24,0,33,56,32,0,128,78,240,133,109,129,244,133,13,129,
-0,64,11,124,0,0,128,57,1,0,107,57,40,0,128,64,240,133,109,145,
-248,133,141,129,248,133,45,129,12,0,73,129,0,0,0,56,0,0,108,176,
-2,0,140,176,248,133,77,145,12,0,12,144,0,0,5,44,8,0,130,65,
-12,0,133,145,120,99,131,125,32,0,128,78,12,128,13,128,72,3,99,129,
-0,0,5,44,1,0,128,57,48,88,139,125,120,91,0,124,12,128,13,144,
-48,0,130,65,255,255,64,57,248,133,13,129,12,0,37,129,2,0,69,177,
-248,133,173,144,12,0,5,145,121,75,37,125,240,133,45,129,255,255,41,57,
-240,133,45,145,220,255,130,64,0,0,6,44,28,0,130,65,4,134,13,128,
-4,134,205,144,252,133,237,128,4,0,6,144,255,255,231,56,252,133,237,144,
-32,0,4,40,0,0,0,57,96,3,3,145,32,0,128,76,80,253,255,75,
-252,133,141,129,0,134,13,128,0,0,12,124,0,0,96,56,1,0,140,57,
-32,0,128,76,252,133,141,145,4,134,109,128,4,134,141,129,4,0,12,128,
-4,134,13,144,32,0,128,78,240,255,33,148,8,0,193,147,12,0,225,147,
-166,2,8,124,20,0,1,144,166,0,192,127,94,4,203,87,36,1,96,125,
-120,27,127,124,77,235,255,75,2,0,3,44,108,0,130,64,120,251,227,127,
-81,247,255,75,80,3,127,128,24,1,128,56,4,0,160,56,73,147,6,72,
-80,3,127,128,32,1,128,56,6,0,160,56,57,147,6,72,80,3,127,128,
-32,1,128,56,113,144,6,72,10,0,96,56,249,210,5,72,80,3,127,128,
-24,1,128,56,0,0,160,56,21,147,6,72,80,3,127,128,32,1,128,56,
-0,0,160,56,5,147,6,72,80,3,127,128,32,1,128,56,61,144,6,72,
-0,128,204,115,166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,
-136,19,96,56,177,210,5,72,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,0,0,5,44,0,0,96,56,
-32,0,129,76,166,3,169,124,24,0,4,128,4,0,132,128,20,2,99,124,
-244,255,0,66,32,0,128,78,232,255,33,148,20,0,225,147,120,35,159,124,
-12,0,161,147,16,0,193,147,166,2,8,124,28,0,1,144,0,0,96,57,
-42,3,99,153,17,0,159,137,24,3,131,145,120,27,126,124,101,244,255,75,
-51,6,96,84,64,0,0,44,20,0,130,64,120,243,195,127,61,234,255,75,
-2,0,3,44,52,0,130,65,120,243,195,127,212,3,158,56,0,0,160,56,
-177,238,255,75,20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,
-0,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,18,0,191,163,
-33,4,165,87,0,0,0,56,41,3,30,152,200,0,130,65,1,0,0,56,
-41,3,30,152,9,0,191,136,80,3,126,128,4,1,128,56,245,145,6,72,
-11,0,191,136,80,3,126,128,8,1,128,56,229,145,6,72,15,0,191,136,
-80,3,126,128,12,1,128,56,213,145,6,72,80,3,126,128,16,1,128,56,
-0,0,160,56,197,145,6,72,80,3,126,128,20,1,128,56,0,0,160,56,
-181,145,6,72,16,0,191,136,80,3,126,128,24,1,128,56,165,145,6,72,
-80,3,126,128,8,0,191,136,4,1,128,56,149,145,6,72,80,3,126,128,
-10,0,191,136,8,1,128,56,133,145,6,72,80,3,126,128,12,0,191,136,
-12,1,128,56,117,145,6,72,80,3,126,128,13,0,191,136,16,1,128,56,
-101,145,6,72,14,0,191,136,80,3,126,128,20,1,128,56,85,145,6,72,
-96,0,29,44,144,0,130,65,124,0,0,72,16,0,31,137,80,3,126,128,
-15,0,95,137,24,1,128,56,55,6,0,85,63,7,73,85,120,75,5,124,
-41,145,6,72,8,0,191,136,80,3,126,128,4,1,128,56,25,145,6,72,
-10,0,191,136,80,3,126,128,8,1,128,56,9,145,6,72,80,3,126,128,
-12,0,191,136,12,1,128,56,249,144,6,72,80,3,126,128,13,0,191,136,
-16,1,128,56,233,144,6,72,14,0,191,136,80,3,126,128,20,1,128,56,
-217,144,6,72,96,0,29,44,20,0,130,65,17,0,191,136,80,3,126,128,
-28,1,128,56,193,144,6,72,93,141,6,72,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,1,0,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,221,3,35,137,115,6,42,85,9,2,0,56,232,3,131,152,
-12,0,130,64,8,2,96,56,32,0,128,78,255,7,43,85,88,0,130,65,
-212,3,131,161,16,0,12,40,24,0,128,64,1,0,12,40,64,0,130,65,
-4,0,12,40,48,0,130,65,56,0,0,72,16,0,12,40,28,0,130,65,
-64,0,12,40,36,0,130,65,132,0,12,40,32,0,130,64,0,2,0,56,
-24,0,0,72,0,0,4,44,12,0,130,64,10,2,0,56,8,0,0,72,
-2,2,0,56,120,3,3,124,32,0,128,78,0,0,128,57,0,2,224,56,
-166,3,233,124,255,255,68,57,1,0,42,141,20,74,140,125,62,6,140,85,
-244,255,0,66,0,0,12,44,80,0,130,64,3,0,68,137,212,3,67,177,
-12,0,4,160,214,3,3,176,4,0,36,137,5,0,228,136,8,0,4,137,
-6,0,100,137,46,64,236,84,14,192,0,85,20,98,9,125,30,128,106,85,
-20,82,136,125,20,2,44,125,216,3,35,145,7,0,100,137,220,3,99,153,
-2,0,4,136,221,3,3,152,232,3,131,136,8,255,255,75,200,255,33,148,
-166,2,8,124,60,0,1,144,52,0,225,147,120,35,159,124,48,0,193,147,
-120,27,126,124,121,243,255,75,120,243,195,127,157,241,255,75,20,3,254,147,
-0,0,224,59,28,3,254,147,8,0,97,56,120,251,228,127,40,0,160,56,
-57,214,255,75,231,0,128,57,25,0,129,153,41,0,0,56,26,0,1,176,
-120,243,195,127,8,0,129,56,165,252,255,75,0,0,3,44,8,0,130,64,
-25,16,224,59,60,0,1,128,120,251,227,127,52,0,225,131,48,0,193,131,
-166,3,8,124,56,0,33,56,32,0,128,78,224,255,33,148,12,0,97,147,
-16,0,129,147,20,0,161,147,24,0,193,147,120,27,126,124,166,2,8,124,
-36,0,1,144,28,0,225,147,120,35,159,124,58,16,224,87,80,0,127,125,
-56,24,107,85,20,90,190,127,20,0,125,135,0,0,27,44,32,1,130,65,
-96,3,30,129,255,7,8,85,176,0,130,65,120,243,195,127,120,251,228,127,
-33,255,255,75,96,3,30,128,121,27,124,124,60,0,0,84,96,3,30,144,
-96,0,130,65,120,243,195,127,120,251,228,127,45,248,255,75,120,219,100,127,
-1,0,160,56,253,233,255,75,72,3,126,128,0,0,94,129,120,219,100,127,
-120,227,133,127,212,3,222,56,255,255,74,57,0,0,94,145,153,107,4,72,
-20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,
-12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,1,0,0,56,
-22,0,29,152,20,0,29,176,20,0,161,131,24,0,193,131,28,0,225,131,
-36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,
-32,0,128,78,96,3,30,128,189,7,0,84,92,0,130,65,96,3,62,129,
-250,7,41,85,120,243,195,127,120,251,228,127,96,3,62,145,137,247,255,75,
-4,0,30,128,0,0,0,44,24,0,130,64,225,241,255,75,120,243,195,127,
-212,3,158,56,0,0,160,56,73,234,255,75,72,3,126,128,0,0,158,129,
-120,219,100,127,212,3,222,56,0,0,160,56,255,255,140,57,0,0,158,145,
-225,106,4,72,20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,
-16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,
-216,255,33,148,32,0,193,147,120,35,158,124,32,0,30,40,16,0,65,147,
-166,2,8,124,44,0,1,144,28,0,161,147,120,27,125,124,36,0,225,147,
-120,43,191,124,20,0,97,147,120,51,219,124,12,0,33,147,120,59,249,124,
-24,0,129,147,11,0,128,63,20,0,128,65,212,226,124,56,120,243,197,127,
-4,13,128,56,41,217,255,75,0,0,27,44,58,16,197,87,80,40,30,124,
-56,24,0,84,36,0,130,64,20,2,125,127,40,0,155,169,255,255,140,57,
-53,7,140,125,40,0,155,177,20,0,123,59,72,1,130,64,36,0,0,72,
-20,2,29,125,40,0,136,169,24,0,104,179,255,255,140,57,53,7,140,125,
-40,0,136,177,20,0,104,59,36,1,130,64,0,0,91,131,0,0,26,44,
-232,0,130,65,22,0,27,136,116,7,0,124,3,0,0,44,4,0,187,168,
-36,0,130,64,4,128,45,129,255,255,41,53,4,128,45,145,20,0,130,64,
-1,0,0,61,181,177,8,57,0,32,64,61,200,0,10,145,96,3,29,128,
-0,0,0,44,12,0,130,65,0,0,5,44,84,0,130,65,0,0,25,44,
-0,0,224,59,12,0,130,64,0,0,5,44,8,0,130,65,212,3,253,59,
-120,235,163,127,120,243,196,127,1,246,255,75,72,3,125,128,0,0,125,129,
-120,211,68,127,120,251,230,127,255,255,107,57,0,0,125,145,125,105,4,72,
-8,0,253,128,0,0,7,40,84,0,129,64,56,0,0,72,4,0,29,128,
-1,0,0,44,20,0,130,65,212,226,124,56,54,13,128,56,0,0,160,56,
-21,216,255,75,120,235,163,127,120,243,196,127,9,253,255,75,8,0,253,128,
-0,0,7,40,28,0,129,64,72,3,29,128,16,128,141,129,1,0,96,57,
-48,0,96,125,120,3,140,125,16,128,141,145,32,0,193,131,20,0,97,131,
-24,0,129,131,36,0,225,131,28,0,161,131,16,0,65,131,44,0,1,128,
-12,0,33,131,1,0,96,56,166,3,8,124,40,0,33,56,32,0,128,78,
-0,0,12,44,20,0,129,65,212,226,124,56,74,13,128,56,0,0,160,56,
-157,215,255,75,22,0,251,155,32,0,193,131,20,0,97,131,24,0,129,131,
-36,0,225,131,28,0,161,131,16,0,65,131,44,0,1,128,12,0,33,131,
-0,0,96,56,166,3,8,124,40,0,33,56,32,0,128,78,232,255,33,148,
-12,0,161,147,20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,
-120,27,126,124,41,3,190,136,120,35,159,124,212,3,158,56,193,231,255,75,
-20,3,190,131,32,0,29,40,0,0,128,56,24,0,128,64,58,16,171,87,
-80,88,93,125,56,24,74,85,20,82,158,125,20,0,140,128,0,0,4,44,
-255,255,0,56,20,3,30,144,192,0,130,65,0,0,31,44,76,0,130,64,
-24,3,62,129,47,0,9,44,76,0,130,64,100,3,94,137,116,7,74,125,
-1,0,10,44,60,0,130,64,88,3,30,136,63,7,0,84,48,0,130,65,
-252,3,158,128,120,243,195,127,201,250,255,75,88,3,158,129,239,5,140,85,
-120,27,127,124,92,0,130,65,28,0,0,72,120,243,195,127,1,0,160,56,
-45,230,255,75,88,3,158,129,239,5,140,85,64,0,130,65,4,0,30,128,
-1,0,0,44,52,0,130,64,24,3,30,128,236,0,0,44,40,0,130,64,
-0,0,31,44,32,0,130,64,248,3,126,128,32,3,158,128,0,2,160,56,
-245,83,6,72,88,3,30,128,0,8,0,96,88,3,30,144,120,243,195,127,
-120,235,164,127,120,251,230,127,1,0,160,56,120,43,167,124,209,252,255,75,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,232,255,33,148,8,0,129,147,12,0,161,147,
-20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,
-28,3,30,128,0,2,0,40,0,0,224,56,0,2,224,59,42,3,254,152,
-8,0,128,64,120,3,31,124,24,3,30,129,50,0,8,44,180,0,130,64,
-0,1,224,59,36,3,94,129,0,0,170,160,80,3,126,128,0,1,128,56,
-2,0,10,56,36,3,30,144,221,137,6,72,255,255,255,55,224,255,130,64,
-0,2,160,59,0,0,224,59,120,243,195,127,189,235,255,75,57,7,103,84,
-40,0,130,65,36,3,126,129,0,0,171,160,80,3,126,128,0,1,128,56,
-2,0,11,56,36,3,30,144,161,137,6,72,0,0,224,59,1,0,189,59,
-10,0,96,56,101,201,5,72,1,0,255,59,232,3,31,44,188,255,128,65,
-120,235,164,127,11,0,96,60,224,226,99,56,245,144,5,72,0,0,96,56,
-28,3,126,144,16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,0,0,128,59,
-112,14,233,127,148,1,169,127,0,232,28,124,44,0,128,64,36,3,158,129,
-0,0,172,160,80,3,126,128,0,1,128,56,2,0,108,57,36,3,126,145,
-29,137,6,72,1,0,156,59,0,232,28,124,220,255,128,65,28,3,158,129,
-80,96,159,125,28,3,158,145,12,0,161,131,16,0,193,131,20,0,225,131,
-255,255,12,48,16,97,96,124,28,0,1,128,8,0,129,131,62,6,99,84,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,16,0,193,147,
-20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,120,27,125,124,
-42,3,61,137,0,0,9,44,120,35,158,124,244,0,130,65,20,3,29,128,
-32,0,0,40,0,0,64,57,42,3,93,153,224,0,128,64,40,3,157,137,
-0,0,12,44,212,0,130,64,28,3,29,128,0,0,0,44,200,0,130,65,
-232,3,224,59,120,235,163,127,109,234,255,75,49,6,96,84,32,0,130,65,
-0,0,30,44,152,0,130,65,50,0,96,56,49,200,5,72,255,255,255,55,
-220,255,130,64,132,0,0,72,255,7,96,84,72,0,130,65,120,235,163,127,
-212,3,157,56,0,0,160,56,169,228,255,75,120,235,163,127,0,0,128,56,
-149,247,255,75,120,27,100,124,120,235,163,127,169,252,255,75,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,57,7,102,84,40,0,130,65,120,235,163,127,181,253,255,75,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,255,255,255,55,88,255,130,64,88,3,253,128,
-1,0,0,57,0,2,231,96,88,3,253,144,42,3,29,153,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,224,255,33,148,8,0,65,147,28,0,225,147,166,2,8,124,
-36,0,1,144,16,0,129,147,120,35,156,124,20,0,161,147,120,43,189,124,
-24,0,193,147,120,51,222,124,12,0,97,147,120,27,123,124,97,235,255,75,
-120,219,99,127,133,233,255,75,4,0,220,128,18,0,134,161,160,0,12,44,
-25,16,224,59,12,0,130,65,32,0,12,44,96,0,130,64,32,0,12,44,
-20,3,219,147,58,16,198,87,0,0,224,59,41,3,251,155,80,48,30,124,
-56,24,0,84,20,2,123,125,20,0,139,151,8,0,235,147,12,0,235,147,
-28,3,251,147,24,3,251,147,1,0,0,56,22,0,11,152,20,0,11,176,
-248,0,130,64,120,219,99,127,109,243,255,75,120,219,99,127,0,0,128,56,
-117,251,255,75,236,0,0,72,4,0,70,131,20,3,219,147,120,219,99,127,
-120,211,68,127,120,235,165,127,17,244,255,75,28,3,123,144,254,239,139,85,
-40,3,123,153,16,0,186,128,120,51,196,124,120,219,99,127,0,0,64,57,
-32,3,187,144,36,3,187,144,58,16,192,87,80,0,158,125,56,24,140,85,
-20,98,123,125,20,0,139,151,8,0,75,145,12,0,75,145,1,0,0,56,
-22,0,11,152,20,0,11,176,229,243,255,75,0,0,3,44,112,0,130,65,
-120,219,99,127,120,211,68,127,120,235,165,127,169,243,255,75,0,0,3,44,
-28,3,123,144,96,0,130,65,40,3,251,136,0,0,7,44,84,0,130,64,
-20,0,186,128,1,0,128,56,32,3,187,144,36,3,187,144,120,219,99,127,
-42,3,155,152,97,253,255,75,24,0,193,131,16,0,129,131,20,0,161,131,
-28,0,225,131,36,0,1,128,12,0,97,131,8,0,65,131,166,3,8,124,
-32,0,33,56,32,0,128,78,120,219,99,127,120,251,228,127,137,250,255,75,
-24,0,193,131,16,0,129,131,20,0,161,131,28,0,225,131,36,0,1,128,
-12,0,97,131,8,0,65,131,166,3,8,124,32,0,33,56,32,0,128,78,
-176,255,33,148,28,0,97,146,32,0,129,146,36,0,161,146,40,0,193,146,
-44,0,225,146,48,0,1,147,52,0,33,147,64,0,129,147,68,0,161,147,
-72,0,193,147,76,0,225,147,166,2,8,124,84,0,1,144,60,0,97,147,
-56,0,65,147,120,35,154,124,120,27,123,124,88,3,155,128,4,0,58,131,
-18,0,185,163,181,6,166,87,254,199,191,87,254,231,136,84,254,183,128,84,
-120,67,199,124,120,3,224,124,255,255,160,48,16,1,69,125,121,251,73,125,
-28,0,130,64,4,0,123,129,104,3,27,128,64,0,11,124,255,255,192,59,
-120,1,128,65,168,1,0,72,4,0,123,129,0,0,11,44,56,0,129,64,
-0,0,31,44,0,0,128,57,16,0,130,65,255,207,128,84,8,0,130,64,
-1,0,128,57,121,99,71,125,24,0,130,65,189,7,169,87,1,0,96,56,
-8,0,130,65,2,0,96,56,44,4,0,72,0,0,8,44,136,0,130,65,
-120,219,99,127,217,220,255,75,2,0,3,44,92,0,130,65,189,7,171,87,
-84,0,130,65,120,219,99,127,120,211,68,127,1,0,160,56,65,224,255,75,
-120,219,99,127,212,3,155,56,0,0,160,56,53,225,255,75,0,0,26,44,
-16,0,130,65,0,0,155,129,255,255,140,57,0,0,155,145,72,3,123,128,
-120,211,68,127,212,3,219,56,25,16,160,56,197,97,4,72,0,0,96,56,
-188,3,0,72,88,3,187,128,239,5,165,84,12,0,130,65,120,219,99,127,
-65,229,255,75,120,219,99,127,161,231,255,75,173,5,167,87,28,0,130,65,
-17,0,153,136,120,219,99,127,217,232,255,75,0,0,31,44,44,0,130,65,
-64,0,0,72,88,3,27,129,107,5,8,85,20,0,130,65,120,219,99,127,
-120,211,68,127,173,238,255,75,18,0,185,163,0,0,31,44,28,0,130,64,
-4,0,123,129,104,3,27,128,64,0,11,124,255,255,192,59,80,0,128,65,
-128,0,0,72,88,3,27,128,49,6,0,84,28,0,130,65,4,0,123,129,
-104,3,27,128,64,0,11,124,255,255,192,59,44,0,128,65,92,0,0,72,
-96,3,91,129,1,0,74,97,96,3,91,145,4,0,123,129,1,0,11,40,
-255,255,192,59,1,0,0,56,104,3,27,144,56,0,128,64,4,0,155,129,
-1,0,140,57,4,0,155,145,164,3,219,128,1,0,6,56,164,3,27,144,
-0,0,198,139,200,3,59,129,1,0,0,57,116,7,222,127,48,240,0,125,
-120,3,41,125,200,3,59,145,0,0,30,44,2,0,96,56,188,2,128,65,
-20,0,122,169,254,255,171,52,0,0,224,59,12,0,161,144,48,0,129,64,
-72,3,123,128,120,243,196,127,0,0,160,56,229,238,255,75,121,27,127,124,
-24,0,130,64,120,219,99,127,0,0,192,56,33,239,255,75,2,0,96,56,
-124,2,0,72,189,7,160,87,40,2,130,65,16,32,128,63,0,0,156,59,
-0,32,160,63,0,0,189,59,0,0,0,59,20,0,1,147,120,219,99,127,
-120,203,36,127,120,251,229,127,120,243,198,127,37,214,255,75,4,0,25,128,
-4,0,159,128,8,0,97,152,16,0,161,56,12,0,193,56,120,219,99,127,
-16,0,1,144,8,0,1,57,20,0,225,56,21,216,255,75,12,0,1,129,
-0,0,8,44,120,27,107,124,16,1,129,64,41,239,255,75,121,27,120,124,
-32,0,130,64,120,219,99,127,120,243,196,127,120,251,229,127,0,0,192,56,
-141,238,255,75,2,0,96,56,232,1,0,72,0,0,56,131,52,3,27,128,
-190,244,5,84,120,251,247,127,72,2,188,144,76,2,61,147,4,0,23,128,
-16,0,193,58,12,0,161,58,8,0,97,58,190,244,40,87,20,0,129,58,
-72,2,28,145,72,3,123,128,120,243,196,127,120,187,229,126,62,4,107,85,
-32,120,0,84,0,128,10,100,76,2,93,145,76,2,125,145,221,237,255,75,
-121,27,119,124,120,219,99,127,24,0,130,64,120,251,229,127,120,195,6,127,
-21,238,255,75,2,0,96,56,112,1,0,72,4,0,151,128,120,179,197,126,
-120,171,166,126,120,163,135,126,120,155,104,126,77,215,255,75,0,0,213,128,
-0,0,6,44,4,0,23,128,16,0,57,59,120,27,107,124,190,244,38,87,
-12,0,130,65,72,2,220,144,132,255,255,75,8,0,129,137,0,0,12,44,
-32,120,7,84,1,0,0,56,62,4,107,85,0,128,106,101,72,2,220,144,
-0,128,232,100,76,2,29,145,76,2,93,145,60,0,130,65,52,0,0,72,
-8,0,95,161,4,0,138,57,112,22,134,125,8,0,129,137,0,0,12,44,
-62,4,107,85,1,0,0,56,0,128,106,101,148,1,166,124,72,2,188,144,
-76,2,93,145,8,0,130,65,4,0,0,56,116,7,0,124,4,0,0,44,
-1,0,224,56,58,16,197,87,80,40,158,125,56,24,140,85,20,98,155,125,
-20,0,76,151,8,0,236,147,12,0,12,147,22,0,12,152,8,0,130,64,
-2,0,224,56,20,0,236,176,52,3,187,128,48,3,219,128,64,48,5,124,
-32,0,130,64,80,3,123,128,44,3,187,128,20,0,128,56,52,3,187,144,
-77,129,6,72,0,0,96,56,108,0,0,72,80,3,123,128,32,0,165,56,
-20,0,128,56,52,3,187,144,49,129,6,72,0,0,96,56,80,0,0,72,
-0,0,31,44,48,0,130,65,255,255,64,57,248,133,13,129,248,133,237,147,
-240,133,45,129,12,0,31,128,2,0,95,177,12,0,31,145,121,3,31,124,
-255,255,41,57,240,133,45,145,220,255,130,64,12,0,161,128,120,211,68,127,
-120,243,198,127,120,219,99,127,69,249,255,75,0,0,96,56,44,0,225,130,
-64,0,129,131,68,0,161,131,48,0,1,131,40,0,193,130,60,0,97,131,
-72,0,193,131,52,0,33,131,36,0,161,130,56,0,65,131,76,0,225,131,
-84,0,1,128,32,0,129,130,28,0,97,130,166,3,8,124,80,0,33,56,
-32,0,128,78,232,255,33,148,8,0,129,147,12,0,161,147,16,0,193,147,
-166,2,8,124,28,0,1,144,20,0,225,147,120,27,127,124,12,0,159,128,
-12,0,255,128,8,0,135,131,4,0,188,131,8,0,223,131,0,0,30,44,
-204,0,130,65,133,250,255,75,0,0,3,44,192,0,130,64,8,0,223,131,
-255,255,222,55,8,0,223,147,176,0,129,64,16,0,255,128,64,56,28,124,
-68,0,130,64,112,3,127,56,217,122,6,72,72,3,255,128,12,0,127,144,
-8,0,3,129,16,0,31,145,12,128,13,128,1,0,64,57,48,56,73,125,
-120,72,0,124,12,128,13,144,104,3,31,128,4,0,159,129,64,0,12,124,
-156,0,128,64,48,0,0,72,72,3,255,128,12,0,191,147,12,128,13,128,
-1,0,64,57,48,56,73,125,120,72,0,124,12,128,13,144,104,3,31,128,
-4,0,159,129,64,0,12,124,108,0,128,64,16,128,13,128,1,0,128,57,
-48,56,139,125,120,91,0,124,16,128,13,144,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,16,128,77,129,72,3,255,128,0,0,30,44,1,0,32,57,
-48,56,40,125,120,64,74,125,16,128,77,145,24,0,130,64,12,128,13,128,
-1,0,128,57,48,56,139,125,120,88,0,124,12,128,13,144,16,0,193,131,
-20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,232,255,33,148,8,0,129,147,12,0,161,147,
-20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,
-28,3,30,128,0,2,0,40,0,2,224,59,8,0,128,64,120,3,31,124,
-24,3,30,129,34,0,8,44,212,0,130,64,0,1,224,59,80,3,126,128,
-0,1,128,56,53,124,6,72,32,3,254,128,0,0,7,44,62,4,99,84,
-20,0,130,65,36,3,94,129,2,0,10,56,0,0,106,176,36,3,30,144,
-255,255,255,55,208,255,130,64,0,2,160,59,0,0,224,59,120,243,195,127,
-177,224,255,75,57,7,105,84,56,0,130,65,80,3,126,128,0,1,128,56,
-233,123,6,72,32,3,94,129,0,0,10,44,62,4,99,84,20,0,130,65,
-36,3,126,129,2,0,11,56,0,0,107,176,36,3,30,144,0,0,224,59,
-1,0,189,59,10,0,96,56,73,190,5,72,1,0,255,59,232,3,31,44,
-172,255,128,65,120,235,164,127,11,0,96,60,12,228,99,56,217,133,5,72,
-0,0,96,56,28,3,126,144,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-0,0,128,59,112,14,236,127,148,1,172,127,0,232,28,124,60,0,128,64,
-80,3,126,128,0,1,128,56,85,123,6,72,32,3,190,128,0,0,5,44,
-62,4,99,84,20,0,130,65,36,3,158,129,2,0,204,56,0,0,108,176,
-36,3,222,144,1,0,156,59,0,232,28,124,204,255,128,65,28,3,254,128,
-80,56,255,124,28,3,254,144,12,0,161,131,16,0,193,131,20,0,225,131,
-255,255,7,48,16,57,96,124,28,0,1,128,8,0,129,131,62,6,99,84,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,8,0,129,147,
-12,0,161,147,20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,
-120,27,126,124,20,3,190,128,32,0,5,40,0,0,224,59,120,251,253,127,
-24,0,128,64,58,16,171,84,80,88,69,125,56,24,74,85,20,82,158,125,
-20,0,236,131,120,243,195,127,129,223,255,75,0,0,31,44,0,1,130,65,
-32,78,128,59,120,243,195,127,65,223,255,75,28,3,30,128,0,0,0,44,
-120,27,127,124,28,0,130,65,57,7,224,87,20,0,130,64,10,0,96,56,
-253,188,5,72,255,255,156,55,212,255,130,64,255,7,224,87,92,0,130,64,
-28,3,222,128,0,0,6,44,20,0,130,64,51,6,224,87,64,0,0,44,
-120,0,130,64,148,0,0,72,104,0,224,115,72,0,0,44,52,0,130,64,
-40,3,30,136,0,0,0,44,120,243,195,127,20,0,130,65,161,253,255,75,
-0,0,3,44,108,0,130,65,72,0,0,72,141,242,255,75,0,0,3,44,
-92,0,130,65,56,0,0,72,120,243,195,127,212,3,158,56,0,0,160,56,
-33,217,255,75,120,243,195,127,0,0,128,56,13,236,255,75,120,27,100,124,
-120,243,195,127,33,241,255,75,120,243,195,127,181,222,255,75,56,0,0,72,
-16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,
-166,3,8,124,24,0,33,56,32,0,128,78,120,243,195,127,120,235,164,127,
-233,240,255,75,120,243,195,127,125,222,255,75,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,208,255,33,148,16,0,1,147,24,0,65,147,28,0,97,147,
-32,0,129,147,36,0,161,147,40,0,193,147,44,0,225,147,166,2,8,124,
-52,0,1,144,20,0,33,147,120,27,121,124,20,3,249,128,32,0,7,40,
-16,0,128,65,4,0,25,129,0,0,8,44,60,0,130,64,120,203,35,127,
-65,254,255,75,28,0,97,131,40,0,193,131,36,0,161,131,24,0,65,131,
-32,0,129,131,44,0,225,131,52,0,1,128,20,0,33,131,16,0,1,131,
-166,3,8,124,48,0,33,56,32,0,128,78,80,3,121,128,32,0,128,56,
-241,120,6,72,60,3,89,131,120,27,120,124,64,192,26,124,3,0,224,59,
-8,0,97,59,1,0,160,63,177,177,189,59,12,0,193,59,0,32,128,63,
-0,0,156,59,172,0,130,65,56,3,25,129,20,210,8,124,190,244,0,84,
-80,2,28,144,84,2,28,128,0,0,27,144,254,255,190,160,255,199,166,84,
-84,2,28,128,0,0,30,144,112,0,130,64,0,0,155,160,0,0,192,56,
-2,0,160,56,120,203,35,127,120,51,199,124,173,237,255,75,0,0,3,44,
-80,0,130,64,0,0,96,56,149,133,6,72,0,0,59,161,58,16,32,85,
-80,0,41,125,56,24,41,85,20,74,153,125,20,0,108,133,0,0,11,44,
-40,0,130,65,22,0,12,136,116,7,0,124,2,0,0,44,24,0,130,64,
-4,128,173,128,22,0,236,155,1,0,165,56,4,128,173,144,200,0,188,147,
-8,0,90,59,63,6,90,87,64,192,26,124,92,255,130,64,56,3,217,128,
-80,3,121,128,60,3,89,147,36,0,128,56,20,210,166,124,193,122,6,72,
-28,0,97,131,40,0,193,131,36,0,161,131,24,0,65,131,32,0,129,131,
-44,0,225,131,52,0,1,128,20,0,33,131,16,0,1,131,166,3,8,124,
-48,0,33,56,32,0,128,78,224,255,33,148,8,0,65,147,12,0,97,147,
-16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,36,0,1,144,
-28,0,225,147,120,27,127,124,88,3,159,129,0,1,140,97,88,3,159,145,
-0,0,31,128,0,0,0,44,84,0,130,64,69,222,255,75,120,251,227,127,
-0,0,128,56,1,0,160,56,169,213,255,75,72,3,127,128,212,3,223,56,
-0,0,128,56,25,16,160,56,81,87,4,72,24,0,193,131,16,0,129,131,
-20,0,161,131,28,0,225,131,36,0,1,128,12,0,97,131,8,0,65,131,
-166,3,8,124,32,0,33,56,32,0,128,78,20,3,95,131,32,0,26,40,
-84,0,128,65,80,3,127,128,48,0,128,56,45,119,6,72,254,6,122,84,
-80,3,127,128,40,0,128,56,4,0,160,56,213,121,6,72,80,3,127,128,
-12,0,128,56,0,0,160,56,197,121,6,72,97,118,6,72,25,0,96,56,
-141,185,5,72,80,3,127,128,0,0,160,56,40,0,128,56,169,121,6,72,
-69,118,6,72,16,39,96,56,113,185,5,72,120,251,227,127,97,253,255,75,
-0,0,96,56,245,131,6,72,0,0,160,59,32,0,96,59,20,0,223,59,
-252,255,159,59,24,0,188,132,0,0,5,44,56,0,130,65,64,208,29,124,
-48,0,130,65,22,0,28,136,116,7,0,124,1,0,0,44,12,0,130,65,
-4,0,0,44,24,0,130,64,120,251,227,127,120,235,164,127,213,226,255,75,
-120,43,164,124,105,211,255,75,255,255,123,55,1,0,189,59,184,255,130,64,
-58,16,64,87,80,0,58,125,56,24,41,85,110,72,190,127,120,251,227,127,
-120,235,164,127,1,0,160,56,125,212,255,75,0,0,29,44,108,0,130,65,
-22,0,30,136,116,7,0,124,4,0,0,44,28,0,130,64,120,251,227,127,
-120,211,68,127,1,0,160,56,25,16,192,56,0,0,224,56,81,235,255,75,
-120,251,227,127,120,211,68,127,2,0,160,56,25,16,192,56,0,0,224,56,
-57,235,255,75,24,0,193,131,16,0,129,131,20,0,161,131,28,0,225,131,
-36,0,1,128,12,0,97,131,8,0,65,131,166,3,8,124,32,0,33,56,
-32,0,128,78,72,3,127,128,212,3,223,56,0,0,128,56,25,16,160,56,
-181,85,4,72,24,0,193,131,16,0,129,131,20,0,161,131,28,0,225,131,
-36,0,1,128,12,0,97,131,8,0,65,131,166,3,8,124,32,0,33,56,
-32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,20,0,225,147,
-120,27,127,124,16,0,193,147,0,32,192,63,0,0,222,59,12,0,161,147,
-20,2,254,147,12,2,254,147,24,2,254,147,0,0,160,59,1,0,0,56,
-48,232,7,124,57,56,233,127,32,0,130,65,120,235,163,127,13,230,8,72,
-52,40,170,87,20,82,126,125,28,3,11,128,165,4,0,84,232,255,130,64,
-1,0,189,59,32,0,29,44,204,255,128,65,16,2,254,147,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,120,35,139,124,
-12,0,225,147,255,255,224,59,0,0,224,56,32,0,192,56,120,27,106,124,
-20,0,42,57,252,255,10,57,24,0,8,132,0,0,0,44,64,0,130,65,
-22,0,168,136,116,7,165,124,1,0,5,44,12,0,130,65,4,0,5,44,
-40,0,130,64,8,0,136,128,120,83,67,125,77,223,255,75,0,0,3,44,
-20,0,130,65,0,0,11,44,120,59,255,124,140,0,130,65,24,0,0,72,
-255,255,198,52,1,0,231,56,176,255,130,64,0,0,11,44,116,0,130,65,
-0,0,31,44,108,0,128,64,0,0,192,56,32,0,96,57,232,255,169,56,
-24,0,37,133,0,0,9,44,72,0,130,65,22,0,5,136,116,7,0,124,
-3,0,0,44,56,0,130,64,8,0,133,128,120,83,67,125,229,222,255,75,
-0,0,3,44,36,0,130,65,80,3,106,128,48,0,128,56,120,51,223,124,
-65,116,6,72,0,0,31,44,254,6,96,84,48,0,128,64,40,0,0,72,
-255,255,107,53,1,0,198,56,168,255,130,64,80,3,106,128,48,0,128,56,
-25,116,6,72,0,0,31,44,254,6,96,84,8,0,128,64,120,3,31,124,
-20,0,1,128,120,251,227,127,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-8,0,193,147,120,27,126,124,80,3,126,128,6,0,160,56,120,35,159,124,
-40,0,128,56,129,118,6,72,88,3,158,129,16,0,140,97,88,3,158,145,
-17,115,6,72,25,0,96,56,61,182,5,72,80,3,126,128,40,0,128,56,
-0,0,160,56,89,118,6,72,0,0,31,44,48,0,130,65,80,3,126,128,
-8,3,128,56,1,3,160,56,65,118,6,72,221,114,6,72,208,7,96,56,
-9,182,5,72,80,3,126,128,0,3,160,56,8,3,128,56,37,118,6,72,
-193,114,6,72,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,232,255,33,148,16,0,193,147,20,0,225,147,
-166,2,8,124,28,0,1,144,12,0,161,147,120,27,125,124,20,3,29,128,
-32,0,0,40,120,43,191,124,120,35,158,124,100,0,128,64,205,217,255,75,
-20,3,93,129,58,16,64,85,80,0,74,125,56,24,74,85,20,82,157,125,
-20,0,140,128,0,0,4,44,40,0,130,64,255,255,0,57,20,3,29,145,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,120,235,163,127,120,251,229,127,241,208,255,75,
-120,235,163,127,120,243,196,127,1,234,255,75,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-216,255,33,148,8,0,1,147,12,0,33,147,16,0,65,147,20,0,97,147,
-36,0,225,147,166,2,8,124,44,0,1,144,24,0,129,147,120,27,124,124,
-32,0,193,147,121,43,190,124,28,0,161,147,120,35,157,124,12,0,130,65,
-1,0,96,56,185,117,6,72,0,32,96,63,0,0,123,59,0,64,0,56,
-60,0,27,144,0,16,0,56,28,2,27,144,172,4,0,124,252,1,59,131,
-0,0,224,59,120,251,228,127,1,0,64,59,0,3,27,59,32,0,128,57,
-18,0,96,63,180,74,123,59,48,32,67,127,57,24,32,127,88,0,130,65,
-24,0,24,128,28,0,184,128,63,4,11,84,165,4,165,84,8,0,130,65,
-1,0,107,57,72,3,28,128,255,255,203,56,246,232,201,84,174,74,251,124,
-64,0,7,124,20,74,27,125,2,0,72,169,32,0,130,64,64,80,29,124,
-24,0,130,64,45,252,255,75,0,0,30,44,1,0,224,59,36,0,130,65,
-28,0,0,72,255,255,140,53,32,0,24,59,1,0,132,56,148,255,130,64,
-0,0,30,44,8,0,130,65,165,117,6,72,16,0,65,131,24,0,129,131,
-28,0,161,131,120,251,227,127,36,0,225,131,20,0,97,131,32,0,193,131,
-44,0,1,128,12,0,33,131,8,0,1,131,166,3,8,124,40,0,33,56,
-32,0,128,78,168,255,33,148,52,0,225,146,56,0,1,147,60,0,33,147,
-68,0,97,147,80,0,193,147,84,0,225,147,64,0,65,147,72,0,129,147,
-120,27,124,124,20,0,252,56,166,2,8,124,92,0,1,144,76,0,161,147,
-120,35,157,124,58,16,160,87,80,0,29,124,56,24,0,84,20,2,71,127,
-0,0,26,128,0,0,0,44,1,0,96,63,41,128,123,59,120,43,190,124,
-120,51,223,124,32,2,130,65,0,0,32,59,32,0,224,58,232,255,7,59,
-24,0,184,132,0,0,5,44,56,0,130,65,64,232,25,124,48,0,130,65,
-22,0,120,137,116,7,107,125,1,0,11,44,12,0,130,65,4,0,11,44,
-24,0,130,64,120,227,131,127,120,203,36,127,17,221,255,75,120,43,164,124,
-165,205,255,75,255,255,247,54,1,0,57,59,184,255,130,64,0,0,154,128,
-120,227,131,127,120,251,229,127,201,206,255,75,8,0,154,128,0,0,4,44,
-136,0,130,65,120,227,131,127,25,219,255,75,0,0,3,44,28,0,130,65,
-120,227,131,127,120,235,164,127,1,0,160,56,217,253,255,75,0,0,3,44,
-80,0,130,65,22,0,26,136,116,7,0,124,4,0,0,44,80,0,130,64,
-120,227,131,127,120,235,164,127,120,243,198,127,1,0,160,56,0,0,224,56,
-113,229,255,75,120,227,131,127,241,214,255,75,120,227,131,127,21,213,255,75,
-100,3,92,137,116,7,74,125,1,0,10,44,36,1,130,64,52,0,0,72,
-0,0,0,60,177,177,0,96,0,32,0,61,200,0,8,144,120,227,131,127,
-189,214,255,75,120,227,131,127,225,212,255,75,100,3,92,137,116,7,74,125,
-1,0,10,44,240,0,130,64,1,0,31,44,232,0,130,64,8,0,97,56,
-0,0,128,56,40,0,160,56,113,185,255,75,1,0,128,57,18,0,129,177,
-16,0,0,56,20,0,1,152,47,0,96,57,25,0,97,153,26,0,97,179,
-120,227,131,127,8,0,129,56,209,223,255,75,0,0,3,44,92,0,130,65,
-252,3,28,128,1,0,128,57,0,2,64,57,20,3,188,147,32,3,28,144,
-36,3,28,144,28,3,92,145,40,3,156,153,4,0,218,179,64,0,65,131,
-76,0,161,131,80,0,193,131,68,0,97,131,60,0,33,131,72,0,129,131,
-84,0,225,131,92,0,1,128,56,0,1,131,52,0,225,130,166,3,8,124,
-88,0,33,56,32,0,128,78,120,227,131,127,120,235,164,127,1,0,160,56,
-25,16,192,56,0,0,224,56,101,228,255,75,64,0,65,131,76,0,161,131,
-80,0,193,131,68,0,97,131,60,0,33,131,72,0,129,131,84,0,225,131,
-92,0,1,128,56,0,1,131,52,0,225,130,166,3,8,124,88,0,33,56,
-32,0,128,78,120,227,131,127,120,235,164,127,120,243,198,127,2,0,160,56,
-0,0,224,56,25,228,255,75,64,0,65,131,76,0,161,131,80,0,193,131,
-68,0,97,131,60,0,33,131,72,0,129,131,84,0,225,131,92,0,1,128,
-56,0,1,131,52,0,225,130,166,3,8,124,88,0,33,56,32,0,128,78,
-224,255,33,148,12,0,97,147,16,0,129,147,20,0,161,147,24,0,193,147,
-166,2,8,124,36,0,1,144,28,0,225,147,120,27,127,124,80,3,127,128,
-8,0,128,56,137,110,6,72,120,27,125,124,120,235,164,127,11,0,96,60,
-28,228,99,56,177,120,5,72,120,251,227,127,245,244,255,75,20,3,159,129,
-254,239,188,87,224,255,12,48,255,247,170,87,0,0,192,59,16,1,32,125,
-208,0,105,127,16,0,130,65,255,15,168,87,96,0,130,65,76,0,0,72,
-185,7,171,87,111,6,108,85,53,7,128,85,16,0,130,64,255,15,168,87,
-68,0,130,65,48,0,0,72,120,251,227,127,1,0,132,107,62,6,132,84,
-41,250,255,75,80,3,127,128,8,0,128,56,247,255,160,56,193,112,6,72,
-93,109,6,72,255,15,168,87,20,0,130,65,255,199,160,87,11,2,192,59,
-52,0,130,65,96,0,0,72,63,159,169,87,28,0,130,64,255,94,170,87,
-20,0,130,64,63,127,171,87,12,0,130,64,255,54,172,87,8,0,130,65,
-0,2,192,59,255,199,160,87,52,0,130,64,255,223,160,87,44,0,130,64,
-255,183,170,87,36,0,130,64,255,191,171,87,28,0,130,64,255,7,172,87,
-20,0,130,64,255,175,160,87,12,0,130,64,255,255,160,87,8,0,130,65,
-12,2,192,59,255,167,170,87,16,0,130,65,0,0,27,44,8,0,130,65,
-4,2,192,59,0,0,28,44,24,0,130,64,255,231,160,87,104,0,130,65,
-4,0,159,129,0,0,12,44,60,0,129,64,88,3,31,128,102,5,0,84,
-88,3,31,144,88,3,31,129,80,3,127,128,248,232,165,127,8,0,128,56,
-25,16,192,59,0,1,8,97,88,3,31,145,233,111,6,72,120,251,227,127,
-217,211,255,75,68,0,0,72,80,3,127,128,24,16,192,59,248,232,165,127,
-8,0,128,56,201,111,6,72,120,251,227,127,185,211,255,75,36,0,0,72,
-0,0,30,44,28,0,130,65,80,3,127,128,248,232,165,127,8,0,128,56,
-165,111,6,72,120,251,227,127,149,211,255,75,0,0,96,56,253,121,6,72,
-0,0,30,44,76,0,130,64,4,0,31,128,0,0,0,44,64,0,130,64,
-80,3,127,128,248,232,165,127,8,0,128,56,113,111,6,72,13,108,6,72,
-72,3,63,129,12,128,109,129,1,0,64,57,48,72,73,125,120,72,107,125,
-12,128,109,145,16,128,13,129,120,72,8,125,16,128,13,145,28,2,0,72,
-25,16,30,44,156,0,130,64,4,0,95,129,0,0,10,44,144,0,130,64,
-88,3,127,137,63,7,107,85,80,0,130,64,120,251,227,127,0,0,128,56,
-1,0,160,56,129,202,255,75,72,3,127,128,212,3,223,56,0,0,128,56,
-25,16,160,56,41,76,4,72,72,3,63,129,12,128,109,129,1,0,64,57,
-48,72,73,125,120,72,107,125,12,128,109,145,16,128,13,129,120,72,8,125,
-16,128,13,145,176,1,0,72,72,3,63,129,88,3,159,129,0,16,140,97,
-88,3,159,145,12,128,109,129,1,0,64,57,48,72,73,125,120,72,107,125,
-12,128,109,145,16,128,13,129,120,72,8,125,16,128,13,145,124,1,0,72,
-24,16,30,44,92,0,130,64,4,0,31,128,0,0,0,44,80,0,130,64,
-120,251,227,127,0,0,128,56,1,0,160,56,237,201,255,75,72,3,127,128,
-0,0,128,56,24,16,160,56,120,35,134,124,149,75,4,72,72,3,63,129,
-12,128,109,129,1,0,64,57,48,72,73,125,120,72,107,125,12,128,109,145,
-16,128,13,129,120,72,8,125,16,128,13,145,28,1,0,72,0,0,27,44,
-116,0,130,65,120,251,227,127,212,3,159,56,0,0,160,56,157,202,255,75,
-0,0,30,44,20,0,130,64,120,251,227,127,0,0,128,56,129,221,255,75,
-120,27,126,124,80,3,127,128,248,232,165,127,8,0,128,56,5,110,6,72,
-120,251,227,127,120,243,196,127,1,0,160,56,241,247,255,75,72,3,63,129,
-12,128,109,129,1,0,64,57,48,72,73,125,120,72,107,125,12,128,109,145,
-16,128,13,129,120,72,8,125,16,128,13,145,164,0,0,72,80,3,127,128,
-132,0,160,99,8,0,128,56,248,0,5,124,185,109,6,72,80,3,127,128,
-48,0,128,56,241,106,6,72,120,27,124,124,120,251,227,127,0,0,128,56,
-201,245,255,75,120,27,125,124,120,251,227,127,137,209,255,75,88,3,31,129,
-212,3,159,56,120,251,227,127,254,215,5,85,237,201,255,75,0,0,30,44,
-20,0,130,64,120,251,227,127,254,223,132,87,209,220,255,75,120,27,126,124,
-120,251,227,127,120,235,164,127,120,243,197,127,1,0,192,56,41,249,255,75,
-72,3,63,129,12,128,109,129,1,0,64,57,48,72,73,125,120,72,107,125,
-12,128,109,145,16,128,13,129,120,72,8,125,16,128,13,145,20,0,161,131,
-24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,
-166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,166,0,224,127,94,4,235,87,36,1,96,125,
-80,3,99,128,0,3,128,56,37,106,6,72,190,231,99,84,0,128,236,115,
-166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,46,64,108,84,
-20,26,12,124,58,16,0,84,18,0,128,61,48,113,140,57,20,2,108,124,
-148,255,255,75,46,64,108,84,20,26,12,124,58,16,0,84,18,0,128,61,
-20,2,140,125,132,116,108,136,32,0,128,78,0,0,4,44,0,0,224,56,
-18,0,128,61,48,113,140,57,32,0,130,77,255,7,137,84,64,0,130,65,
-166,0,0,125,94,4,10,85,36,1,64,125,10,128,109,169,0,88,7,124,
-20,0,128,64,88,3,12,128,0,1,0,96,84,3,108,152,88,3,12,144,
-0,128,5,113,166,0,192,124,94,4,198,84,120,43,198,124,36,1,192,124,
-127,248,132,84,4,4,140,57,1,0,231,56,176,255,130,64,32,0,128,78,
-88,3,131,129,181,6,140,85,52,128,226,56,8,0,130,65,44,128,226,56,
-88,3,3,128,49,6,0,84,8,0,130,65,48,128,226,56,72,3,131,128,
-84,3,163,136,108,3,195,128,11,0,96,60,80,228,99,56,156,22,6,72,
-10,128,13,168,64,0,3,124,32,0,128,76,46,64,108,84,20,26,12,124,
-58,16,0,84,18,0,128,61,48,113,140,57,20,2,108,124,160,255,255,75,
-10,128,13,168,64,0,3,124,12,0,128,65,0,0,96,56,32,0,128,78,
-46,64,108,84,20,26,12,124,58,16,0,84,18,0,128,61,48,113,140,57,
-46,0,108,124,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-0,0,3,44,20,0,130,64,176,0,96,56,165,0,6,72,0,0,3,44,
-24,0,130,65,0,0,0,56,0,0,3,144,4,0,3,144,88,0,3,144,
-172,0,3,176,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,
-120,27,126,124,8,0,126,56,0,0,128,56,12,0,160,56,233,177,255,75,
-236,3,126,56,0,0,128,56,12,0,160,56,217,177,255,75,0,0,96,56,
-0,0,126,144,88,3,126,144,96,3,126,144,72,3,94,129,248,191,13,128,
-12,128,109,129,1,0,128,57,48,80,137,125,120,72,107,125,12,128,109,145,
-16,128,205,128,208,3,30,144,84,3,158,153,120,72,198,124,16,128,205,144,
-65,255,255,75,68,3,30,128,58,16,7,84,0,4,126,144,18,0,7,61,
-32,113,104,128,20,0,128,56,0,0,160,56,153,106,6,72,120,243,195,127,
-185,205,255,75,80,3,126,128,0,0,128,56,120,35,133,124,129,106,6,72,
-80,3,126,128,0,0,160,56,4,0,128,56,113,106,6,72,80,3,126,128,
-8,0,128,56,0,0,160,56,97,106,6,72,80,3,126,128,0,0,160,56,
-12,0,128,56,81,106,6,72,80,3,126,128,0,0,160,56,16,0,128,56,
-65,106,6,72,80,3,126,128,0,0,160,56,28,0,128,56,49,106,6,72,
-80,3,126,128,44,0,128,56,0,0,160,56,33,106,6,72,80,3,126,128,
-0,0,160,56,52,0,128,56,17,106,6,72,80,3,126,128,56,0,128,56,
-73,103,6,72,177,6,101,84,80,3,126,128,56,0,128,56,245,105,6,72,
-120,243,195,127,229,205,255,75,88,3,94,129,5,0,160,56,0,1,74,97,
-0,0,128,56,120,243,195,127,88,3,94,145,193,199,255,75,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,8,0,193,147,11,0,192,63,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,76,3,223,144,64,3,159,144,72,3,191,144,
-112,22,160,124,148,1,96,125,68,3,127,145,112,254,160,124,191,7,12,84,
-20,42,12,125,59,0,0,85,80,40,0,124,36,104,11,84,20,90,135,125,
-0,32,12,56,80,3,31,144,42,80,167,84,0,64,231,60,44,3,255,144,
-224,3,7,57,48,3,31,145,46,64,169,84,1,64,73,61,0,128,74,57,
-56,3,95,145,52,3,255,144,0,0,128,57,60,3,159,145,153,120,6,72,
-112,3,127,56,20,0,128,56,245,120,6,72,120,251,227,127,233,253,255,75,
-0,2,96,56,5,0,6,72,0,0,3,44,248,3,127,144,20,0,130,64,
-152,228,126,56,28,7,128,56,0,0,160,56,225,180,255,75,0,2,96,56,
-225,255,5,72,0,0,3,44,252,3,127,144,20,0,130,64,152,228,126,56,
-32,7,128,56,0,0,160,56,189,180,255,75,248,3,127,128,255,0,128,56,
-0,2,160,56,157,175,255,75,252,3,127,128,255,0,128,56,0,2,160,56,
-141,175,255,75,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,0,0,4,44,0,0,128,57,32,0,129,76,
-0,32,96,61,0,0,107,57,0,0,0,56,166,3,137,124,152,0,139,145,
-160,0,11,144,1,0,140,57,244,255,0,66,32,0,128,78,240,255,33,148,
-1,0,128,61,0,160,140,57,18,0,96,61,180,74,107,57,120,91,101,125,
-0,32,192,60,0,0,198,56,16,32,0,61,0,0,8,57,12,0,225,147,
-0,0,224,59,120,251,231,127,120,59,233,124,166,2,8,124,20,0,1,144,
-255,255,0,56,240,255,75,57,0,2,128,56,166,3,137,124,16,0,10,180,
-2,0,234,176,16,0,165,56,12,0,170,144,0,0,96,56,0,64,140,60,
-8,0,138,144,8,0,140,56,190,244,132,84,72,2,136,144,76,2,102,144,
-12,0,140,56,190,244,132,84,72,2,136,144,76,2,102,144,190,244,132,85,
-72,2,136,144,0,128,36,101,76,2,134,144,76,2,102,144,64,0,41,61,
-4,0,234,147,128,0,255,59,16,0,140,57,160,255,0,66,240,133,109,144,
-0,2,0,56,244,133,13,144,248,133,109,145,1,0,128,60,9,255,255,75,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-1,0,128,60,0,192,132,56,204,0,160,56,18,0,96,60,180,106,99,56,
-120,27,106,124,16,32,96,61,0,0,107,57,0,32,128,61,0,0,140,57,
-248,255,3,57,120,35,134,124,0,0,224,56,0,64,36,61,8,0,40,149,
-8,0,42,57,4,0,40,145,5,0,32,57,166,3,41,125,8,0,38,57,
-190,244,41,85,72,2,43,145,76,2,236,144,12,0,38,57,190,244,41,85,
-72,2,43,145,76,2,236,144,16,0,198,56,220,255,0,66,255,255,165,52,
-80,0,132,56,8,0,74,57,172,255,130,64,0,0,128,57,252,133,141,145,
-204,0,128,57,0,134,141,145,4,134,109,144,32,0,128,78,184,255,33,148,
-12,0,33,146,16,0,65,146,20,0,97,146,24,0,129,146,28,0,161,146,
-32,0,193,146,36,0,225,146,40,0,1,147,44,0,33,147,48,0,65,147,
-52,0,97,147,56,0,129,147,60,0,161,147,64,0,193,147,166,2,8,124,
-76,0,1,144,68,0,225,147,0,32,224,63,0,0,255,59,109,107,6,72,
-20,128,45,129,2,0,96,59,0,0,224,58,128,2,63,145,132,2,255,146,
-44,2,255,146,10,128,237,178,120,187,249,126,120,187,250,126,120,211,84,127,
-20,128,173,58,120,187,246,126,24,134,13,59,2,0,192,63,120,203,35,127,
-77,109,6,72,121,27,127,124,36,0,130,65,10,128,173,168,1,0,247,58,
-112,22,167,124,148,1,7,124,0,0,24,144,4,0,24,59,20,250,5,124,
-10,128,13,176,0,0,31,44,0,0,96,58,108,0,129,64,18,0,20,61,
-48,113,136,59,120,171,189,126,3,0,32,62,18,0,64,62,32,113,82,58,
-4,0,19,44,120,139,41,126,8,0,128,64,120,243,201,127,0,0,221,128,
-120,211,69,127,20,50,233,124,120,227,131,127,120,203,36,127,112,22,64,127,
-148,1,0,124,58,16,12,84,46,145,236,124,33,252,255,75,4,4,156,59,
-4,4,148,58,255,255,255,55,1,0,90,59,1,0,115,58,180,255,130,64,
-4,0,181,58,255,255,123,55,4,0,214,58,1,0,57,59,76,255,130,64,
-120,187,227,126,33,106,6,72,9,128,141,136,10,128,173,168,116,7,132,124,
-64,40,4,124,32,0,129,64,0,0,4,44,20,0,129,64,11,0,96,60,
-164,228,99,56,65,16,6,72,10,128,173,168,9,128,173,152,9,253,255,75,
-229,253,255,75,8,0,128,56,0,0,132,60,134,51,128,124,166,0,192,127,
-94,4,192,87,36,1,0,124,134,50,130,124,120,35,131,124,8,0,127,96,
-120,251,229,127,134,51,162,124,0,128,192,115,166,0,32,125,94,4,41,85,
-120,3,41,125,36,1,32,125,9,128,13,136,116,7,0,124,8,0,0,44,
-68,0,129,64,4,0,128,56,0,0,132,60,134,51,128,124,166,0,192,127,
-94,4,192,87,36,1,0,124,134,50,130,124,120,35,131,124,4,0,127,96,
-120,251,229,127,134,51,162,124,0,128,192,115,166,0,0,125,94,4,8,85,
-120,3,8,125,36,1,0,125,56,0,129,131,32,0,193,130,28,0,161,130,
-52,0,97,131,60,0,161,131,36,0,225,130,24,0,129,130,48,0,65,131,
-64,0,193,131,40,0,1,131,20,0,97,130,44,0,33,131,68,0,225,131,
-76,0,1,128,16,0,65,130,12,0,33,130,166,3,8,124,72,0,33,56,
-32,0,128,78,232,255,33,148,8,0,129,147,12,0,161,147,20,0,225,147,
-166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,4,0,126,129,
-0,0,11,44,100,0,130,65,20,3,158,131,224,255,156,49,0,0,0,56,
-149,1,224,127,20,0,130,65,120,243,195,127,1,0,128,56,109,236,255,75,
-120,27,124,124,32,0,28,40,56,0,128,64,58,16,128,87,80,0,92,125,
-56,24,74,85,20,242,170,124,20,0,101,128,0,0,3,44,20,0,190,59,
-24,0,130,65,208,3,190,128,1,0,128,56,169,63,4,72,0,0,3,44,
-40,0,130,64,20,0,225,131,16,0,193,131,12,0,161,131,28,0,1,128,
-8,0,129,131,0,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-72,3,158,128,11,0,96,60,232,228,99,56,77,107,5,72,0,0,31,44,
-1,0,224,59,152,0,130,65,1,0,96,56,89,100,6,72,32,0,32,57,
-0,0,224,56,120,59,235,124,64,224,7,124,76,0,130,65,20,90,221,124,
-0,0,6,128,0,0,0,44,60,0,130,65,22,0,6,136,116,7,0,124,
-1,0,0,44,12,0,130,65,4,0,0,44,36,0,130,64,8,0,134,128,
-120,243,195,127,65,203,255,75,0,0,3,44,16,0,130,65,0,0,224,59,
-165,100,6,72,44,0,0,72,255,255,41,53,24,0,107,57,1,0,231,56,
-164,255,130,64,80,3,126,128,40,0,128,56,6,0,160,56,61,99,6,72,
-217,95,6,72,121,100,6,72,0,0,31,44,116,0,130,65,20,3,94,129,
-32,0,10,40,120,243,195,127,72,0,128,65,1,0,128,56,109,236,255,75,
-80,3,126,128,8,0,128,56,247,255,160,56,5,99,6,72,161,95,6,72,
-120,243,195,127,120,227,132,127,4,2,160,56,2,0,192,56,197,238,255,75,
-120,243,195,127,221,198,255,75,120,243,195,127,1,197,255,75,32,0,0,72,
-4,2,128,56,2,0,160,56,201,236,255,75,120,243,195,127,189,198,255,75,
-120,243,195,127,225,196,255,75,120,251,227,127,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-8,0,193,147,120,27,126,124,166,0,224,127,94,4,224,87,36,1,0,124,
-120,243,195,127,236,3,158,56,17,187,255,75,121,27,101,124,24,0,130,65,
-120,243,195,127,8,0,158,56,0,0,192,56,57,187,255,75,220,255,255,75,
-0,128,235,115,166,0,128,125,94,4,140,85,120,91,140,125,36,1,128,125,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,240,255,33,148,8,0,193,147,12,0,225,147,166,2,8,124,
-20,0,1,144,166,0,192,127,94,4,204,87,36,1,128,125,120,27,127,124,
-241,197,255,75,56,3,191,128,80,3,127,128,32,0,128,56,233,97,6,72,
-56,3,191,128,80,3,127,128,36,0,128,56,217,97,6,72,0,0,160,56,
-60,3,191,144,88,3,31,128,80,3,127,128,12,0,128,56,36,5,0,84,
-88,3,31,144,185,97,6,72,80,3,127,128,4,0,160,56,40,0,128,56,
-169,97,6,72,80,3,127,128,80,0,128,56,225,94,6,72,128,16,101,96,
-80,3,127,128,80,0,128,56,141,97,6,72,80,3,127,128,80,0,128,56,
-197,94,6,72,120,251,227,127,1,0,128,56,205,234,255,75,0,128,192,115,
-166,0,32,125,94,4,41,85,120,3,41,125,36,1,32,125,3,0,96,60,
-64,13,99,56,41,161,5,72,166,0,192,127,94,4,202,87,36,1,64,125,
-80,3,127,128,8,0,128,56,247,255,160,56,57,97,6,72,80,3,127,128,
-12,0,128,56,113,94,6,72,24,0,101,96,80,3,127,128,12,0,128,56,
-29,97,6,72,185,93,6,72,0,128,203,115,166,0,0,124,94,4,0,84,
-120,91,0,124,36,1,0,124,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,232,255,33,148,8,0,129,147,
-12,0,161,147,20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,
-120,27,126,124,0,0,30,128,0,0,0,44,120,35,159,124,44,0,130,64,
-0,0,32,57,204,3,62,145,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-166,0,128,127,94,4,138,87,36,1,64,125,88,3,126,129,208,3,222,128,
-80,248,166,127,173,5,107,85,112,254,167,127,120,58,189,127,80,232,167,127,
-68,0,130,64,204,3,158,129,0,0,12,44,152,0,130,65,150,0,29,44,
-156,0,129,64,88,3,94,129,0,128,137,115,0,2,74,97,1,0,0,56,
-104,3,30,144,88,3,94,145,166,0,64,125,94,4,74,85,120,75,74,125,
-36,1,64,125,132,0,0,72,88,3,158,137,88,3,254,128,0,0,128,56,
-120,243,195,127,62,7,140,85,255,255,12,48,16,97,0,124,172,77,7,80,
-88,3,254,144,45,215,255,75,204,3,126,129,0,0,11,44,48,0,130,65,
-88,3,30,128,60,0,29,44,1,0,128,57,104,3,158,145,0,2,0,96,
-88,3,30,144,32,0,129,64,120,243,195,127,73,251,255,75,0,0,3,44,
-16,0,130,65,200,3,30,129,208,3,254,147,204,3,30,145,0,128,137,115,
-166,0,64,125,94,4,74,85,120,75,74,125,36,1,64,125,16,0,193,131,
-20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,240,255,33,148,8,0,193,147,12,0,225,147,
-166,2,8,124,20,0,1,144,166,0,192,127,94,4,204,87,36,1,128,125,
-120,27,127,124,89,195,255,75,88,3,31,128,80,3,127,128,12,0,128,56,
-0,0,160,56,36,5,0,84,88,3,31,144,69,95,6,72,80,3,127,128,
-4,0,160,56,8,3,128,56,53,95,6,72,209,91,6,72,0,128,204,115,
-166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,120,251,227,127,
-249,182,255,75,0,0,3,44,244,255,130,64,166,0,192,127,94,4,200,87,
-36,1,0,125,80,3,127,128,103,255,160,56,8,0,128,56,241,94,6,72,
-141,91,6,72,0,128,202,115,166,0,96,125,94,4,107,85,120,83,107,125,
-36,1,96,125,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,240,255,33,148,8,0,193,147,12,0,225,147,
-166,2,8,124,20,0,1,144,166,0,192,127,94,4,192,87,36,1,0,124,
-120,27,127,124,236,3,159,56,61,183,255,75,0,0,3,44,36,0,130,64,
-120,251,227,127,0,0,128,56,25,184,255,75,120,251,227,127,8,0,159,56,
-29,183,255,75,0,0,3,44,16,0,130,65,0,0,159,129,255,255,140,57,
-0,0,159,145,0,128,192,115,166,0,64,125,94,4,74,85,120,3,74,125,
-36,1,64,125,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,232,255,33,148,16,0,193,147,20,0,225,147,
-166,2,8,124,28,0,1,144,12,0,161,147,120,27,125,124,166,0,224,127,
-94,4,224,87,36,1,0,124,88,3,125,137,63,7,107,85,28,0,130,64,
-0,128,236,115,166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,
-248,0,0,72,4,128,13,128,0,0,0,44,20,0,130,64,0,0,0,60,
-181,177,0,96,0,32,96,61,200,0,11,144,120,235,163,127,49,251,255,75,
-88,3,29,136,54,0,0,84,88,3,29,152,88,3,125,129,231,4,107,85,
-120,235,163,127,52,0,130,65,88,3,29,128,36,5,0,84,0,0,128,56,
-1,0,160,56,88,3,29,144,253,184,255,75,72,3,125,128,212,3,221,56,
-0,0,128,56,25,16,160,56,165,58,4,72,116,0,0,72,89,181,255,75,
-2,0,3,44,120,235,163,127,20,0,130,64,209,220,255,75,1,0,128,57,
-104,3,157,145,84,0,0,72,8,0,157,56,249,181,255,75,121,27,126,124,
-68,0,130,65,120,235,163,127,120,243,196,127,1,0,160,56,165,184,255,75,
-120,235,163,127,212,3,157,56,0,0,160,56,153,185,255,75,0,0,125,129,
-72,3,125,128,120,243,196,127,212,3,221,56,255,255,107,57,25,16,160,56,
-0,0,125,145,49,58,4,72,0,128,236,115,166,0,0,124,94,4,0,84,
-120,99,0,124,36,1,0,124,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,
-166,0,192,127,94,4,204,87,36,1,128,125,0,0,99,129,1,0,107,57,
-120,27,125,124,120,35,159,124,0,0,99,145,201,214,255,75,0,0,3,44,
-24,0,130,65,120,235,163,127,8,0,157,56,120,251,229,127,0,0,192,56,
-105,181,255,75,0,128,192,115,166,0,64,125,94,4,74,85,120,3,74,125,
-36,1,64,125,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,8,0,193,147,
-12,0,225,147,166,2,8,124,20,0,1,144,120,35,135,124,0,0,7,128,
-32,0,0,40,120,27,105,124,24,0,128,65,20,0,1,128,16,0,33,56,
-166,3,8,124,0,0,96,56,32,0,128,78,166,0,96,125,94,4,102,85,
-36,1,192,124,120,3,6,124,120,51,222,124,32,0,30,44,0,0,0,57,
-20,0,137,57,58,16,192,87,80,0,30,124,56,24,0,84,20,2,236,127,
-232,255,255,59,204,0,128,64,24,0,95,133,0,0,10,44,172,0,130,65,
-8,0,159,128,0,0,4,44,160,0,130,65,120,75,35,125,141,195,255,75,
-0,0,3,44,24,0,130,64,0,0,199,128,1,0,198,56,1,0,222,59,
-0,0,199,144,136,0,0,72,4,0,202,128,4,0,38,129,1,0,30,56,
-0,0,7,144,0,0,5,145,28,0,137,129,132,0,135,117,254,47,137,85,
-255,255,7,48,16,57,0,124,120,67,7,125,8,3,136,117,254,7,7,80,
-255,255,8,48,16,65,192,124,188,15,199,80,122,23,39,81,0,0,229,144,
-0,128,104,113,166,0,0,124,94,4,0,84,120,67,0,124,36,1,0,124,
-12,0,225,131,20,0,1,128,8,0,193,131,120,83,67,125,166,3,8,124,
-16,0,33,56,32,0,128,78,1,0,222,59,1,0,198,56,0,0,199,144,
-32,0,30,44,60,255,128,65,0,128,106,113,166,0,96,125,94,4,107,85,
-120,83,107,125,36,1,96,125,12,0,225,131,20,0,1,128,8,0,193,131,
-0,0,96,56,166,3,8,124,16,0,33,56,32,0,128,78,232,255,33,148,
-20,0,225,147,166,2,8,124,28,0,1,144,8,0,129,147,120,27,124,124,
-12,0,161,147,120,35,157,124,16,0,193,147,120,43,190,124,166,0,224,127,
-94,4,230,87,36,1,192,124,0,0,252,128,1,0,7,57,0,0,28,145,
-88,3,60,137,63,7,41,85,188,0,130,64,0,0,30,44,96,0,130,64,
-0,0,7,44,88,0,129,64,4,0,93,129,18,0,10,160,189,7,11,84,
-16,0,130,64,120,227,131,127,0,0,128,56,5,180,255,75,120,227,131,127,
-8,0,156,56,120,235,165,127,0,0,192,56,65,179,255,75,120,227,131,127,
-1,0,128,56,229,179,255,75,0,128,236,115,166,0,0,124,94,4,0,84,
-120,99,0,124,36,1,0,124,112,0,0,72,8,0,28,128,0,0,0,44,
-2,0,96,56,24,0,130,64,120,227,131,127,120,235,164,127,69,212,255,75,
-0,0,3,44,56,0,130,65,0,0,30,44,0,0,192,56,16,0,130,65,
-1,0,3,44,8,0,130,65,1,0,192,56,120,227,131,127,8,0,156,56,
-120,235,165,127,62,6,198,84,205,178,255,75,8,0,0,72,9,180,255,75,
-0,128,236,115,166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,
-16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,45,0,67,137,
-43,0,131,137,44,0,99,137,46,0,3,136,11,0,129,153,8,0,1,152,
-9,0,65,153,10,0,97,153,8,0,97,128,24,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,8,0,193,147,120,27,126,124,166,2,8,124,
-20,0,1,144,112,0,126,128,36,0,99,129,92,0,139,129,120,35,128,124,
-0,0,158,136,120,43,166,124,120,3,5,124,166,3,137,125,33,4,128,78,
-121,27,127,124,2,0,254,179,32,0,130,65,241,179,3,72,120,251,228,127,
-120,27,101,124,11,0,96,60,252,228,99,56,225,3,6,72,2,0,254,171,
-20,0,1,128,120,251,227,127,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,224,255,33,148,12,0,97,147,24,0,193,147,
-28,0,225,147,166,2,8,124,36,0,1,144,16,0,129,147,20,0,161,147,
-120,27,125,124,41,0,157,59,120,227,131,127,0,0,128,56,35,0,160,56,
-157,159,255,75,112,0,125,128,36,0,67,129,108,0,138,129,0,0,157,136,
-35,0,192,56,120,227,133,127,166,3,137,125,33,4,128,78,121,27,127,124,
-41,0,221,139,2,0,253,179,92,0,130,64,3,0,30,44,0,0,0,57,
-12,0,128,65,35,0,30,40,16,0,129,64,138,3,224,59,2,0,253,179,
-52,0,0,72,121,243,192,127,28,0,129,64,255,255,124,57,166,3,9,124,
-1,0,11,140,20,2,8,125,116,7,8,125,244,255,0,66,0,0,8,44,
-12,0,130,65,21,3,224,59,2,0,253,179,0,0,31,44,100,0,130,65,
-120,251,227,127,245,178,3,72,120,251,228,127,120,27,101,124,11,0,96,60,
-44,229,99,56,229,2,6,72,0,0,30,44,0,0,96,59,48,0,129,64,
-255,255,252,59,19,0,27,44,12,0,130,64,60,128,98,56,197,2,6,72,
-1,0,159,140,64,128,98,56,185,2,6,72,255,255,222,55,1,0,123,59,
-220,255,130,64,60,128,98,56,165,2,6,72,2,0,253,171,120,251,227,127,
-28,0,225,131,20,0,161,131,24,0,193,131,36,0,1,128,16,0,129,131,
-12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,8,0,193,147,120,27,126,124,166,2,8,124,20,0,1,144,
-112,0,126,128,36,0,99,129,100,0,139,129,120,35,128,124,0,0,158,136,
-120,43,166,124,120,3,5,124,166,3,137,125,33,4,128,78,121,27,127,124,
-2,0,254,179,32,0,130,65,41,178,3,72,120,251,228,127,120,27,101,124,
-11,0,96,60,92,229,99,56,25,2,6,72,2,0,254,171,20,0,1,128,
-120,251,227,127,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,200,255,33,148,52,0,225,147,32,0,65,147,120,27,122,124,
-4,0,250,59,16,0,193,146,20,0,225,146,24,0,1,147,28,0,33,147,
-36,0,97,147,44,0,161,147,48,0,193,147,40,0,129,147,166,2,8,124,
-60,0,1,144,3,0,69,57,4,0,90,153,120,35,156,124,255,255,10,52,
-5,0,154,155,0,0,128,57,28,0,129,64,3,0,26,57,166,3,9,124,
-1,0,8,140,80,96,128,125,116,7,140,125,244,255,0,66,8,0,193,56,
-212,192,109,56,32,0,128,60,20,82,191,124,255,255,133,153,1,0,160,56,
-0,0,224,56,189,133,9,72,0,0,192,59,76,0,218,155,12,0,33,59,
-77,0,26,59,32,0,224,62,15,0,192,62,64,66,214,58,28,0,0,72,
-11,0,96,60,212,234,99,56,61,1,6,72,94,1,96,56,89,196,5,72,
-4,0,250,59,0,0,191,136,120,211,67,127,120,251,228,127,173,254,255,75,
-121,27,127,124,188,1,130,64,9,0,28,44,200,0,160,59,12,0,130,65,
-7,0,28,44,8,0,130,64,220,5,160,59,166,0,96,124,254,143,107,84,
-1,0,108,105,63,6,140,85,128,0,130,65,11,0,96,60,0,235,99,56,
-61,93,5,72,166,3,201,126,134,50,128,124,120,35,131,124,255,151,96,84,
-44,0,130,64,240,255,0,66,120,203,38,127,212,192,109,56,120,187,228,126,
-1,0,160,56,0,0,224,56,5,133,9,72,138,3,31,44,196,0,130,64,
-160,0,0,72,2,0,128,56,0,0,132,60,134,51,128,124,233,71,0,72,
-120,203,38,127,212,192,109,56,120,187,228,126,1,0,160,56,0,0,224,56,
-209,132,9,72,138,3,31,44,144,0,130,64,108,0,0,72,120,203,38,127,
-120,235,167,127,212,192,109,56,120,187,228,126,1,0,160,56,173,132,9,72,
-0,0,3,44,16,0,130,64,0,0,249,128,149,2,230,84,56,0,130,64,
-10,0,28,44,16,0,130,64,0,0,224,59,0,0,216,155,76,0,0,72,
-22,3,224,59,120,251,227,127,33,176,3,72,120,27,101,124,11,0,96,60,
-20,235,99,56,120,251,228,127,17,0,6,72,138,3,31,44,36,0,130,64,
-120,251,227,127,253,175,3,72,120,251,228,127,120,27,101,124,11,0,96,60,
-44,235,99,56,237,255,5,72,68,0,0,72,0,0,31,44,32,0,130,64,
-0,0,24,136,0,0,0,44,112,0,130,65,116,7,0,124,0,3,224,35,
-53,7,255,127,96,0,130,65,120,251,227,127,185,175,3,72,120,251,228,127,
-120,27,101,124,11,0,96,60,44,235,99,56,169,255,5,72,0,0,160,59,
-255,255,120,59,20,0,0,72,19,0,29,44,12,0,130,64,72,128,98,56,
-141,255,5,72,0,0,155,136,76,128,98,56,129,255,5,72,1,0,189,59,
-35,0,29,44,1,0,123,59,216,255,128,65,72,128,98,56,105,255,5,72,
-2,3,31,44,28,254,130,65,40,0,129,131,28,0,33,131,24,0,1,131,
-36,0,97,131,44,0,161,131,120,251,227,127,52,0,225,131,32,0,65,131,
-48,0,193,131,60,0,1,128,20,0,225,130,16,0,193,130,166,3,8,124,
-56,0,33,56,32,0,128,78,224,255,33,148,8,0,65,147,12,0,97,147,
-16,0,129,147,24,0,193,147,28,0,225,147,166,2,8,124,36,0,1,144,
-20,0,161,147,120,27,125,124,124,0,29,128,52,0,9,124,120,35,154,124,
-127,217,59,85,120,43,188,124,0,0,192,59,24,0,130,64,116,0,125,56,
-255,255,128,56,73,134,9,72,0,0,3,44,240,255,130,64,120,235,163,127,
-9,251,255,75,0,0,3,44,36,0,130,65,0,0,27,44,80,1,130,65,
-212,192,109,56,32,0,128,60,0,0,160,56,221,126,9,72,120,243,195,127,
-96,1,0,72,42,0,157,137,128,255,76,57,62,6,74,85,19,0,10,40,
-41,0,253,59,0,0,154,153,136,0,128,65,0,0,27,44,44,0,130,65,
-76,0,125,56,120,251,228,127,35,0,160,56,17,29,6,72,212,192,109,56,
-32,0,128,60,0,0,160,56,145,126,9,72,120,243,195,127,20,1,0,72,
-11,0,96,60,124,235,99,56,69,254,5,72,0,0,128,59,20,0,0,72,
-19,0,28,44,12,0,130,64,84,128,98,56,45,254,5,72,0,0,159,136,
-88,128,98,56,33,254,5,72,1,0,156,59,35,0,28,40,1,0,255,59,
-216,255,128,65,84,128,98,56,9,254,5,72,0,0,27,44,156,0,130,65,
-188,0,0,72,112,255,12,56,3,0,0,40,32,0,128,64,120,235,163,127,
-125,249,255,75,0,0,27,44,1,0,192,59,0,0,124,144,116,0,130,65,
-148,0,0,72,16,0,10,40,60,0,128,64,120,235,163,127,89,249,255,75,
-120,27,101,124,12,0,224,63,164,247,127,56,96,128,130,56,177,243,5,72,
-164,247,159,56,11,0,96,60,156,235,99,56,161,253,5,72,0,0,27,44,
-52,0,130,65,84,0,0,72,11,0,96,60,100,235,99,56,137,253,5,72,
-0,0,154,136,11,0,96,60,180,235,99,56,121,253,5,72,84,128,98,56,
-113,253,5,72,0,0,27,44,40,0,130,64,116,0,125,56,129,131,9,72,
-0,0,3,44,24,0,130,65,11,0,96,60,192,235,99,56,185,1,128,56,
-0,0,160,56,105,158,255,75,120,243,195,127,24,0,193,131,16,0,129,131,
-20,0,161,131,28,0,225,131,36,0,1,128,12,0,97,131,8,0,65,131,
-166,3,8,124,32,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,2,0,128,56,0,0,132,60,134,51,128,124,96,239,96,60,
-28,7,99,56,0,0,99,128,255,191,96,84,36,0,130,65,212,192,109,56,
-16,0,128,60,0,0,160,56,21,125,9,72,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,0,0,96,56,53,74,0,72,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,216,255,33,148,32,0,193,147,
-120,43,190,124,32,0,30,40,20,0,97,147,24,0,129,147,166,2,8,124,
-44,0,1,144,28,0,161,147,120,27,125,124,36,0,225,147,120,35,159,124,
-16,0,65,147,120,51,218,124,36,0,129,64,28,0,161,131,36,0,225,131,
-32,0,193,131,16,0,65,131,166,3,8,124,33,3,96,56,40,0,33,56,
-32,0,128,78,0,0,30,44,48,0,130,64,24,0,129,131,32,0,193,131,
-36,0,225,131,28,0,161,131,20,0,97,131,44,0,1,128,16,0,65,131,
-0,0,96,56,166,3,8,124,40,0,33,56,32,0,128,78,116,0,157,59,
-8,0,129,147,1,0,128,57,12,0,129,153,120,227,155,127,120,219,99,127,
-255,255,128,56,121,131,9,72,0,0,3,44,240,255,130,64,4,0,64,57,
-4,0,62,57,0,72,10,124,2,0,190,56,112,70,232,127,6,0,29,153,
-7,0,253,155,255,255,90,59,7,0,253,56,24,0,128,64,1,0,74,57,
-0,72,10,124,1,0,26,140,1,0,7,156,240,255,128,65,120,235,163,127,
-116,7,165,124,7,0,128,56,189,249,255,75,0,0,0,56,12,0,1,152,
-120,27,127,124,120,227,131,127,189,129,9,72,0,0,3,44,24,0,130,65,
-11,0,96,60,204,235,99,56,185,1,128,56,0,0,160,56,165,156,255,75,
-28,0,161,131,120,251,227,127,36,0,225,131,24,0,129,131,32,0,193,131,
-44,0,1,128,20,0,97,131,16,0,65,131,166,3,8,124,40,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,11,0,96,60,
-216,235,99,56,61,251,5,72,77,250,6,72,124,196,13,128,0,0,0,44,
-28,0,130,65,10,0,96,56,73,190,5,72,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,2,0,96,60,160,134,99,56,21,144,5,72,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,
-12,0,161,147,20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,
-120,27,126,124,29,247,255,75,121,27,127,124,164,3,130,64,42,0,94,137,
-128,255,106,57,62,6,107,85,16,0,11,40,0,0,128,57,16,0,128,64,
-4,0,11,40,8,0,128,65,1,0,128,57,63,6,140,85,88,0,130,64,
-112,255,106,57,3,0,11,40,56,0,128,64,120,243,195,127,37,246,255,75,
-12,0,160,63,120,27,126,124,164,247,125,56,120,243,197,127,108,128,130,56,
-121,240,5,72,164,247,157,56,11,0,96,60,116,236,99,56,105,250,5,72,
-72,0,0,72,11,0,96,60,100,237,99,56,89,250,5,72,129,3,224,59,
-36,3,0,72,120,243,195,127,221,245,255,75,12,0,160,63,120,27,126,124,
-164,247,125,56,120,243,197,127,108,128,130,56,49,240,5,72,164,247,157,56,
-11,0,96,60,116,236,99,56,33,250,5,72,1,0,204,87,255,255,12,48,
-16,97,64,125,63,6,74,85,24,2,130,65,67,0,200,87,255,255,40,49,
-16,65,105,125,63,6,107,85,16,0,130,64,11,0,96,60,248,235,99,56,
-237,249,5,72,75,1,202,87,255,255,106,49,16,81,11,124,63,6,0,84,
-16,0,130,65,11,0,96,60,232,235,99,56,205,249,5,72,91,3,204,87,
-255,255,12,48,16,97,0,125,63,6,8,85,11,0,96,60,24,236,99,56,
-12,0,130,65,11,0,96,60,136,236,99,56,165,249,5,72,190,103,196,87,
-116,7,132,124,11,0,96,60,156,236,99,56,145,249,5,72,99,4,200,87,
-255,255,40,49,16,65,105,125,63,6,107,85,104,128,98,56,12,0,130,65,
-11,0,96,60,172,236,99,56,109,249,5,72,165,4,202,87,255,255,106,49,
-16,81,139,125,63,6,140,85,11,0,96,60,44,236,99,56,12,0,130,65,
-11,0,96,60,184,236,99,56,69,249,5,72,231,4,204,87,255,255,12,48,
-16,97,0,125,63,6,8,85,16,0,130,65,11,0,96,60,196,236,99,56,
-37,249,5,72,41,5,200,87,255,255,40,49,16,65,41,125,63,6,41,85,
-16,0,130,65,11,0,96,60,220,236,99,56,5,249,5,72,33,4,200,87,
-255,255,8,48,16,65,64,125,63,6,74,85,16,0,130,65,11,0,96,60,
-56,236,99,56,229,248,5,72,223,3,200,87,255,255,40,49,16,65,9,124,
-63,6,0,84,16,0,130,65,11,0,96,60,244,236,99,56,197,248,5,72,
-157,3,202,87,255,255,10,48,16,81,0,124,63,6,0,84,16,0,130,65,
-11,0,96,60,72,236,99,56,165,248,5,72,107,5,192,87,255,255,0,49,
-16,1,40,125,63,6,41,85,16,0,130,65,11,0,96,60,8,237,99,56,
-133,248,5,72,115,6,201,87,255,255,73,49,16,73,74,125,63,6,74,85,
-16,0,130,65,11,0,96,60,28,237,99,56,101,248,5,72,57,7,203,87,
-255,255,139,49,16,89,108,125,63,6,107,85,16,0,130,65,11,0,96,60,
-44,237,99,56,69,248,5,72,83,2,192,87,255,255,0,49,16,1,8,124,
-63,6,0,84,11,0,96,60,56,237,99,56,60,0,130,65,11,0,96,60,
-92,236,99,56,29,248,5,72,127,7,201,87,80,0,130,65,4,0,9,40,
-200,0,128,65,96,0,130,65,6,0,9,40,116,0,128,65,140,0,130,65,
-180,0,0,72,11,0,96,60,80,237,99,56,237,247,5,72,127,7,201,87,
-32,0,130,65,4,0,9,40,152,0,128,65,48,0,130,65,6,0,9,40,
-68,0,128,65,92,0,130,65,132,0,0,72,11,0,128,60,140,229,132,56,
-127,7,197,87,11,0,96,60,4,236,99,56,177,247,5,72,128,0,0,72,
-11,0,128,60,196,229,132,56,127,7,197,87,11,0,96,60,4,236,99,56,
-149,247,5,72,100,0,0,72,11,0,128,60,244,229,132,56,127,7,197,87,
-11,0,96,60,4,236,99,56,121,247,5,72,72,0,0,72,9,1,202,87,
-11,0,128,60,156,229,132,56,40,0,130,64,11,0,128,60,20,230,132,56,
-127,7,197,87,11,0,96,60,4,236,99,56,77,247,5,72,28,0,0,72,
-11,0,128,60,44,230,132,56,127,7,197,87,11,0,96,60,4,236,99,56,
-49,247,5,72,120,251,227,127,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,224,255,33,148,
-24,0,193,147,20,0,161,147,120,27,125,124,116,0,221,59,8,0,193,147,
-166,2,8,124,36,0,1,144,1,0,0,56,12,0,1,152,28,0,225,147,
-120,243,223,127,120,251,227,127,255,255,128,56,73,126,9,72,0,0,3,44,
-240,255,130,64,120,235,163,127,10,0,128,56,0,0,160,56,201,244,255,75,
-0,0,128,57,12,0,129,153,120,27,127,124,120,243,195,127,201,124,9,72,
-0,0,3,44,24,0,130,65,11,0,96,60,128,237,99,56,185,1,128,56,
-0,0,160,56,177,151,255,75,120,251,227,127,28,0,225,131,36,0,1,128,
-24,0,193,131,20,0,161,131,166,3,8,124,32,0,33,56,32,0,128,78,
-208,255,33,148,16,0,1,147,20,0,33,147,24,0,65,147,28,0,97,147,
-32,0,129,147,44,0,225,147,166,2,8,124,52,0,1,144,36,0,161,147,
-120,35,157,124,40,0,193,147,120,27,126,124,41,255,255,75,121,27,127,124,
-52,0,130,65,28,0,97,131,40,0,193,131,36,0,161,131,24,0,65,131,
-32,0,129,131,44,0,225,131,52,0,1,128,20,0,33,131,16,0,1,131,
-166,3,8,124,48,0,33,56,32,0,128,78,116,0,30,59,8,0,1,147,
-1,0,0,56,12,0,1,152,120,195,31,127,120,251,227,127,255,255,128,56,
-81,125,9,72,0,0,3,44,240,255,130,64,11,0,128,63,120,243,195,127,
-13,242,255,75,120,243,195,127,5,242,255,75,120,243,195,127,253,241,255,75,
-121,27,127,124,96,0,130,65,0,0,96,57,12,0,97,153,120,195,3,127,
-193,123,9,72,0,0,3,44,20,0,130,65,192,237,124,56,185,1,128,56,
-0,0,160,56,173,150,255,75,24,0,65,131,32,0,129,131,36,0,161,131,
-120,251,227,127,44,0,225,131,28,0,97,131,40,0,193,131,52,0,1,128,
-20,0,33,131,16,0,1,131,166,3,8,124,48,0,33,56,32,0,128,78,
-42,0,222,139,11,0,64,63,11,0,96,63,204,237,123,56,0,238,154,56,
-61,245,5,72,11,0,32,63,12,238,121,56,120,243,196,127,45,245,5,72,
-116,128,98,56,37,245,5,72,128,255,30,56,4,0,0,40,88,0,128,64,
-0,0,29,44,116,0,130,64,129,0,30,44,20,0,130,64,11,0,96,60,
-24,238,99,56,253,244,5,72,92,0,0,72,11,0,96,60,68,238,99,56,
-237,244,5,72,204,237,123,56,0,238,154,56,225,244,5,72,12,238,121,56,
-63,6,196,87,213,244,5,72,116,128,98,56,205,244,5,72,133,3,224,59,
-40,0,0,72,11,0,96,60,140,237,99,56,185,244,5,72,12,238,121,56,
-120,243,196,127,173,244,5,72,116,128,98,56,165,244,5,72,135,3,224,59,
-0,0,128,57,12,0,129,153,120,195,3,127,177,122,9,72,0,0,3,44,
-20,0,130,65,192,237,124,56,185,1,128,56,0,0,160,56,157,149,255,75,
-24,0,65,131,32,0,129,131,36,0,161,131,120,251,227,127,44,0,225,131,
-28,0,97,131,40,0,193,131,52,0,1,128,20,0,33,131,16,0,1,131,
-166,3,8,124,48,0,33,56,32,0,128,78,224,255,33,148,166,2,8,124,
-36,0,1,144,28,0,225,147,20,0,161,147,120,27,125,124,116,0,253,59,
-8,0,225,147,1,0,128,57,12,0,129,153,24,0,193,147,120,251,254,127,
-120,243,195,127,255,255,128,56,125,123,9,72,0,0,3,44,240,255,130,64,
-120,235,163,127,61,240,255,75,120,235,163,127,53,240,255,75,120,235,163,127,
-45,240,255,75,166,0,192,127,94,4,192,87,36,1,0,124,120,235,163,127,
-25,240,255,75,120,235,163,127,17,240,255,75,120,235,163,127,9,240,255,75,
-0,128,202,115,166,0,0,124,94,4,0,84,120,83,0,124,36,1,0,124,
-0,0,0,56,12,0,1,152,120,251,227,127,193,121,9,72,0,0,3,44,
-28,0,130,65,11,0,96,60,116,238,99,56,185,1,128,56,0,0,160,56,
-169,148,255,75,0,0,3,44,28,0,225,131,36,0,1,128,24,0,193,131,
-20,0,161,131,166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,
-16,0,129,147,120,35,156,124,24,0,193,147,28,0,225,147,120,27,127,124,
-116,0,223,59,8,0,193,147,166,2,8,124,36,0,1,144,1,0,0,56,
-12,0,1,152,20,0,161,147,120,243,221,127,120,235,163,127,255,255,128,56,
-149,122,9,72,0,0,3,44,240,255,130,64,6,0,159,155,120,251,227,127,
-8,0,128,56,1,0,160,56,17,241,255,75,0,0,128,57,12,0,129,153,
-120,27,127,124,120,243,195,127,17,121,9,72,0,0,3,44,24,0,130,65,
-11,0,96,60,128,238,99,56,185,1,128,56,0,0,160,56,249,147,255,75,
-120,251,227,127,28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,
-16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,
-20,0,161,147,120,35,157,124,24,0,193,147,16,0,129,147,120,27,124,124,
-116,0,220,59,8,0,193,147,166,2,8,124,36,0,1,144,1,0,0,56,
-12,0,1,152,28,0,225,147,120,243,223,127,120,251,227,127,255,255,128,56,
-225,121,9,72,0,0,3,44,240,255,130,64,6,0,188,155,120,227,131,127,
-9,0,128,56,1,0,160,56,93,240,255,75,0,0,0,56,12,0,1,152,
-120,27,127,124,120,243,195,127,93,120,9,72,0,0,3,44,24,0,130,65,
-11,0,96,60,140,238,99,56,185,1,128,56,0,0,160,56,69,147,255,75,
-120,251,227,127,28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,
-16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,
-166,2,8,124,36,0,1,144,24,0,193,147,28,0,225,147,120,27,127,124,
-116,0,223,59,8,0,193,147,1,0,128,57,12,0,129,153,20,0,161,147,
-120,243,221,127,120,235,163,127,255,255,128,56,53,121,9,72,0,0,3,44,
-240,255,130,64,4,0,191,56,3,0,0,56,4,0,31,152,5,0,31,152,
-0,0,224,56,3,0,159,57,2,0,64,57,166,3,73,125,1,0,12,140,
-80,56,224,124,116,7,231,124,244,255,0,66,2,0,229,152,0,0,159,136,
-112,0,127,128,36,0,35,129,100,0,73,129,0,0,197,136,166,3,73,125,
-33,4,128,78,0,0,0,56,12,0,1,152,120,243,195,127,121,119,9,72,
-0,0,3,44,24,0,130,65,11,0,96,60,152,238,99,56,185,1,128,56,
-0,0,160,56,97,146,255,75,28,0,225,131,24,0,193,131,36,0,1,128,
-20,0,161,131,0,0,96,56,166,3,8,124,32,0,33,56,32,0,128,78,
-200,255,33,148,32,0,65,147,40,0,129,147,48,0,193,147,52,0,225,147,
-166,2,8,124,60,0,1,144,36,0,97,147,120,43,187,124,44,0,161,147,
-4,0,59,129,8,129,66,57,0,0,160,59,255,255,169,56,120,35,154,124,
-120,27,124,124,120,235,191,127,120,235,190,127,255,255,202,56,1,0,229,140,
-1,0,6,141,64,64,7,124,12,0,130,64,0,0,7,40,236,255,130,64,
-81,56,8,124,52,0,130,65,4,0,27,129,188,128,34,57,255,255,136,57,
-255,255,169,56,1,0,204,140,1,0,229,140,64,56,6,124,12,0,130,64,
-0,0,6,40,236,255,130,64,81,48,7,124,96,0,130,64,8,0,123,128,
-0,0,128,56,16,0,160,56,253,7,6,72,120,27,127,124,149,220,5,72,
-121,27,126,124,64,0,130,64,8,0,155,128,120,251,229,127,11,0,96,60,
-0,240,99,56,77,240,5,72,48,0,193,131,40,0,129,131,44,0,161,131,
-52,0,225,131,60,0,1,128,36,0,97,131,32,0,65,131,166,3,8,124,
-56,0,33,56,32,0,128,78,4,0,251,128,8,129,2,57,255,255,103,57,
-255,255,136,57,1,0,171,140,1,0,204,140,64,48,5,124,12,0,130,64,
-0,0,5,40,236,255,130,64,81,40,38,125,80,0,130,64,120,227,131,127,
-120,243,196,127,62,6,229,87,169,235,255,75,120,27,125,124,11,0,96,60,
-164,238,99,56,213,239,5,72,0,0,31,44,16,16,129,64,255,255,158,59,
-1,0,156,140,120,128,98,56,189,239,5,72,255,255,255,55,240,255,130,64,
-0,0,29,44,12,16,130,64,244,15,0,72,4,0,187,128,188,128,194,56,
-255,255,69,57,255,255,102,57,1,0,138,141,1,0,11,140,64,0,12,124,
-12,0,130,64,0,0,12,40,236,255,130,64,81,96,0,124,76,0,130,64,
-121,251,250,127,40,0,129,64,8,0,123,59,255,255,190,59,4,0,123,132,
-0,0,128,56,16,0,160,56,229,6,6,72,255,255,90,55,1,0,125,156,
-232,255,130,64,120,227,131,127,120,243,196,127,62,6,229,87,201,236,255,75,
-121,27,125,124,148,15,130,64,124,15,0,72,4,0,123,129,11,0,128,61,
-255,255,235,56,180,238,140,57,255,255,12,57,1,0,39,141,1,0,72,141,
-64,80,9,124,12,0,130,64,0,0,9,40,236,255,130,64,81,72,10,124,
-36,0,130,64,169,169,4,72,120,27,125,124,11,0,96,60,44,240,99,56,
-233,238,5,72,0,0,29,44,64,15,130,64,40,15,0,72,4,0,59,129,
-16,129,66,57,255,255,169,56,255,255,202,56,1,0,229,140,1,0,6,141,
-64,64,7,124,12,0,130,64,0,0,7,40,236,255,130,64,81,56,8,124,
-52,0,130,65,4,0,27,129,24,129,34,57,255,255,136,57,255,255,169,56,
-1,0,204,140,1,0,229,140,64,56,6,124,12,0,130,64,0,0,6,40,
-236,255,130,64,81,48,7,124,0,1,130,64,4,0,251,128,24,129,2,57,
-255,255,103,57,255,255,136,57,1,0,171,140,1,0,204,140,64,48,5,124,
-12,0,130,64,0,0,5,40,236,255,130,64,81,40,38,125,24,0,130,64,
-41,0,252,59,11,0,96,60,192,238,99,56,61,238,5,72,20,0,0,72,
-76,0,252,59,11,0,96,60,192,238,99,56,41,238,5,72,0,0,64,59,
-35,0,96,59,255,255,159,59,1,0,156,140,196,128,98,56,17,238,5,72,
-17,0,26,44,20,0,130,64,11,0,96,60,104,239,99,56,34,0,128,56,
-249,237,5,72,255,255,123,55,1,0,90,59,212,255,130,64,11,0,96,60,
-80,240,99,56,225,237,5,72,0,0,96,59,35,0,128,59,255,255,255,59,
-1,0,159,141,224,255,12,56,94,0,0,40,126,0,128,56,8,0,129,65,
-120,99,132,125,28,129,98,56,181,237,5,72,17,0,27,44,16,0,130,64,
-11,0,96,60,128,239,99,56,161,237,5,72,255,255,156,55,1,0,123,59,
-196,255,130,64,204,128,98,56,141,237,5,72,0,0,29,44,228,13,130,64,
-204,13,0,72,4,0,251,128,36,129,2,57,255,255,103,57,255,255,136,57,
-1,0,171,140,1,0,204,140,64,48,5,124,12,0,130,64,0,0,5,40,
-236,255,130,64,81,40,38,125,92,0,130,64,11,0,96,60,104,240,99,56,
-69,237,5,72,0,0,64,59,37,0,96,59,3,0,252,59,1,0,159,140,
-196,128,98,56,45,237,5,72,20,0,26,44,16,0,130,64,11,0,96,60,
-212,238,99,56,25,237,5,72,255,255,123,55,1,0,90,59,216,255,130,64,
-204,128,98,56,5,237,5,72,0,0,29,44,92,13,130,64,68,13,0,72,
-4,0,187,128,208,128,194,56,255,255,69,57,255,255,102,57,1,0,138,141,
-1,0,11,140,64,0,12,124,12,0,130,64,0,0,12,40,236,255,130,64,
-81,96,224,124,124,0,130,64,3,0,26,44,32,0,130,65,48,134,141,128,
-11,0,96,60,124,240,99,56,177,236,5,72,0,0,29,44,8,13,130,64,
-240,12,0,72,8,0,123,128,0,0,128,56,10,0,160,56,33,4,6,72,
-120,27,127,124,120,251,228,127,11,0,96,60,232,238,99,56,129,236,5,72,
-2,0,31,40,20,0,128,64,0,0,29,44,48,134,237,147,204,12,130,64,
-180,12,0,72,11,0,96,60,4,239,99,56,93,236,5,72,0,0,29,44,
-180,12,130,64,156,12,0,72,4,0,155,129,44,129,162,56,255,255,12,57,
-255,255,37,57,1,0,72,141,1,0,9,140,64,0,10,124,12,0,130,64,
-0,0,10,40,236,255,130,64,81,80,192,124,116,0,130,64,35,0,96,56,
-69,216,5,72,120,27,126,124,8,0,123,128,0,0,128,56,10,0,160,56,
-145,3,6,72,63,6,127,84,60,0,129,64,17,0,0,56,255,255,62,57,
-32,0,0,57,166,3,9,125,1,0,9,156,252,255,0,66,120,227,131,127,
-120,243,198,127,16,64,128,56,32,0,160,56,33,239,255,75,255,255,255,55,
-120,27,125,124,204,255,130,64,120,243,195,127,237,215,5,72,0,0,29,44,
-20,12,130,64,252,11,0,72,4,0,123,129,216,128,130,57,255,255,235,56,
-255,255,12,57,1,0,39,141,1,0,8,140,64,0,9,124,12,0,130,64,
-0,0,9,40,236,255,130,64,81,72,160,124,196,0,130,64,120,227,131,127,
-189,231,255,75,0,0,3,44,228,0,130,64,42,0,124,137,128,255,107,57,
-62,6,107,85,16,0,11,40,0,0,0,56,16,0,128,64,4,0,11,40,
-8,0,128,65,1,0,0,56,63,6,0,84,184,0,130,65,36,0,224,63,
-60,183,255,59,44,0,223,128,12,0,230,128,2,0,160,56,8,0,129,56,
-120,251,227,127,166,3,233,124,0,0,192,56,120,51,199,124,33,4,128,78,
-120,227,131,127,193,239,255,75,5,0,96,60,224,147,99,56,17,128,5,72,
-120,251,227,127,8,0,129,56,2,0,160,56,0,0,192,56,217,167,4,72,
-228,168,109,128,33,48,0,72,36,0,97,131,44,0,161,131,40,0,129,131,
-60,0,1,128,32,0,65,131,52,0,225,131,48,0,193,131,166,3,8,124,
-56,0,33,56,32,0,128,78,4,0,155,129,52,129,162,56,255,255,12,57,
-255,255,37,57,1,0,72,141,1,0,9,140,64,0,10,124,12,0,130,64,
-0,0,10,40,236,255,130,64,81,80,192,124,52,0,130,64,120,227,131,127,
-57,239,255,75,48,0,193,131,40,0,129,131,44,0,161,131,52,0,225,131,
-60,0,1,128,36,0,97,131,32,0,65,131,166,3,8,124,56,0,33,56,
-32,0,128,78,4,0,123,129,11,0,128,61,255,255,235,56,152,239,140,57,
-255,255,12,57,1,0,39,141,1,0,72,141,64,80,9,124,12,0,130,64,
-0,0,9,40,236,255,130,64,81,72,10,124,144,0,130,64,11,0,96,60,
-164,239,99,56,33,234,5,72,166,0,128,127,94,4,133,87,36,1,160,124,
-0,0,224,59,52,0,96,56,133,212,5,72,121,27,125,124,12,0,130,65,
-245,81,1,72,120,235,191,127,48,0,223,128,20,0,230,128,120,251,227,127,
-166,3,233,124,33,4,128,78,0,0,31,44,120,27,125,124,28,0,130,65,
-48,0,31,129,12,0,40,129,120,251,227,127,3,0,128,56,166,3,41,125,
-33,4,128,78,0,128,138,115,166,0,0,124,94,4,0,84,120,83,0,124,
-36,1,0,124,0,0,29,44,4,10,130,64,236,9,0,72,4,0,27,129,
-128,128,34,57,255,255,136,57,255,255,169,56,1,0,204,140,1,0,229,140,
-64,56,6,124,12,0,130,64,0,0,6,40,236,255,130,64,81,48,71,125,
-144,0,130,64,11,0,96,60,152,240,99,56,101,233,5,72,166,0,128,127,
-94,4,128,87,36,1,0,124,0,0,224,59,52,0,96,56,201,211,5,72,
-121,27,125,124,12,0,130,65,53,77,1,72,120,235,191,127,48,0,159,129,
-20,0,172,128,120,251,227,127,166,3,169,124,33,4,128,78,0,0,31,44,
-120,27,125,124,28,0,130,65,48,0,223,128,12,0,230,128,120,251,227,127,
-3,0,128,56,166,3,233,124,33,4,128,78,0,128,136,115,166,0,32,125,
-94,4,41,85,120,67,41,125,36,1,32,125,0,0,29,44,72,9,130,64,
-48,9,0,72,4,0,187,128,136,128,194,56,255,255,69,57,255,255,102,57,
-1,0,138,141,1,0,11,140,64,0,12,124,12,0,130,64,0,0,12,40,
-236,255,130,64,81,96,224,124,24,0,130,64,120,227,131,127,185,237,255,75,
-121,27,125,124,4,9,130,64,236,8,0,72,4,0,155,129,168,128,162,56,
-255,255,12,57,255,255,37,57,1,0,72,141,1,0,9,140,64,0,10,124,
-12,0,130,64,0,0,10,40,236,255,130,64,81,80,192,124,28,0,130,64,
-120,227,131,127,0,0,128,56,253,241,255,75,121,27,125,124,188,8,130,64,
-164,8,0,72,4,0,123,129,60,129,130,57,255,255,235,56,255,255,12,57,
-1,0,39,141,1,0,72,141,64,80,9,124,12,0,130,64,0,0,9,40,
-236,255,130,64,81,72,10,124,20,0,130,64,61,47,0,72,121,27,125,124,
-124,8,130,64,100,8,0,72,4,0,59,129,144,128,66,57,255,255,169,56,
-255,255,202,56,1,0,229,140,1,0,6,141,64,64,7,124,12,0,130,64,
-0,0,7,40,236,255,130,64,81,56,8,124,24,0,130,64,120,227,131,127,
-161,243,255,75,0,0,29,44,56,8,130,64,32,8,0,72,4,0,27,129,
-63,129,34,57,255,255,136,57,255,255,169,56,1,0,204,140,1,0,229,140,
-64,56,6,124,12,0,130,64,0,0,6,40,236,255,130,64,81,48,7,124,
-20,0,130,64,125,46,0,72,121,27,125,124,248,7,130,64,224,7,0,72,
-4,0,251,128,66,129,2,57,255,255,103,57,255,255,136,57,1,0,171,140,
-1,0,204,140,64,48,5,124,12,0,130,64,0,0,5,40,236,255,130,64,
-81,40,38,125,44,0,130,64,8,0,123,128,0,0,128,56,16,0,160,56,
-225,254,5,72,62,6,100,84,120,227,131,127,233,243,255,75,121,27,125,124,
-160,7,130,64,136,7,0,72,4,0,187,128,69,129,194,56,255,255,69,57,
-255,255,102,57,1,0,138,141,1,0,11,140,64,0,12,124,12,0,130,64,
-0,0,12,40,236,255,130,64,81,96,224,124,44,0,130,64,8,0,123,128,
-0,0,128,56,16,0,160,56,137,254,5,72,62,6,100,84,120,227,131,127,
-69,244,255,75,121,27,125,124,72,7,130,64,48,7,0,72,4,0,155,129,
-72,129,162,56,255,255,12,57,255,255,37,57,1,0,72,141,1,0,9,140,
-64,0,10,124,12,0,130,64,0,0,10,40,236,255,130,64,81,80,192,124,
-24,0,130,64,120,227,131,127,161,239,255,75,121,27,125,124,4,7,130,64,
-236,6,0,72,4,0,123,129,224,128,130,57,255,255,235,56,255,255,12,57,
-1,0,39,141,1,0,8,140,64,0,9,124,12,0,130,64,0,0,9,40,
-236,255,130,64,81,72,160,124,52,0,130,64,8,0,123,128,0,0,128,56,
-10,0,160,56,237,253,5,72,0,0,29,44,184,136,237,136,255,255,195,48,
-16,25,6,125,122,23,7,81,184,136,237,152,164,6,130,64,140,6,0,72,
-4,0,155,129,76,129,162,56,19,0,224,63,255,255,12,57,112,177,255,59,
-255,255,37,57,1,0,72,141,1,0,9,140,64,0,10,124,12,0,130,64,
-0,0,10,40,236,255,130,64,81,80,192,124,28,0,130,64,120,251,227,127,
-0,0,128,56,5,53,0,72,121,27,125,124,84,6,130,64,60,6,0,72,
-4,0,123,129,232,128,130,57,255,255,235,56,255,255,12,57,1,0,39,141,
-1,0,72,141,64,80,9,124,12,0,130,64,0,0,9,40,236,255,130,64,
-81,72,10,124,28,0,130,64,120,251,227,127,5,0,128,56,189,52,0,72,
-121,27,125,124,12,6,130,64,244,5,0,72,4,0,59,129,84,129,66,57,
-255,255,169,56,255,255,202,56,1,0,229,140,1,0,6,141,64,64,7,124,
-12,0,130,64,0,0,7,40,236,255,130,64,81,56,8,124,28,0,130,64,
-120,251,227,127,6,0,128,56,117,52,0,72,121,27,125,124,196,5,130,64,
-172,5,0,72,4,0,27,129,92,129,34,57,255,255,136,57,255,255,169,56,
-1,0,204,140,1,0,229,140,64,56,6,124,12,0,130,64,0,0,6,40,
-236,255,130,64,81,48,7,124,32,0,130,64,113,10,9,72,120,27,100,124,
-120,251,227,127,245,52,0,72,121,27,125,124,120,5,130,64,96,5,0,72,
-4,0,251,128,11,0,0,61,255,255,103,57,196,240,8,57,255,255,136,57,
-1,0,171,140,1,0,204,140,64,48,5,124,12,0,130,64,0,0,5,40,
-236,255,130,64,81,40,6,124,44,0,130,64,8,0,123,128,0,0,128,56,
-10,0,160,56,93,252,5,72,62,6,100,84,120,251,227,127,181,53,0,72,
-121,27,125,124,28,5,130,64,4,5,0,72,4,0,187,128,11,0,192,60,
-255,255,69,57,212,239,198,56,255,255,102,57,1,0,138,141,1,0,11,140,
-64,0,12,124,12,0,130,64,0,0,12,40,236,255,130,64,81,96,224,124,
-24,0,130,64,120,251,227,127,133,54,0,72,121,27,125,124,212,4,130,64,
-188,4,0,72,4,0,155,129,11,0,160,60,255,255,12,57,208,240,165,56,
-255,255,37,57,1,0,72,141,1,0,9,140,64,0,10,124,12,0,130,64,
-0,0,10,40,236,255,130,64,81,80,192,124,24,0,130,64,120,251,227,127,
-249,54,0,72,0,0,29,44,140,4,130,64,116,4,0,72,4,0,123,129,
-152,128,130,57,255,255,235,56,255,255,12,57,1,0,39,141,1,0,72,141,
-64,80,9,124,12,0,130,64,0,0,9,40,236,255,130,64,81,72,10,124,
-32,0,130,64,184,136,141,136,11,0,96,60,64,239,99,56,233,227,5,72,
-0,0,29,44,64,4,130,64,40,4,0,72,4,0,59,129,240,128,66,57,
-255,255,169,56,255,255,202,56,1,0,5,140,1,0,6,141,64,64,0,124,
-12,0,130,64,0,0,0,40,236,255,130,64,81,0,104,125,68,0,130,64,
-166,0,128,127,94,4,128,87,36,1,0,124,134,50,130,124,120,35,131,124,
-2,0,127,96,120,251,229,127,134,51,162,124,0,128,128,115,166,0,160,124,
-94,4,165,84,120,3,165,124,36,1,160,124,0,0,29,44,208,3,130,64,
-184,3,0,72,4,0,91,129,248,128,98,57,255,255,202,56,255,255,235,56,
-1,0,6,140,1,0,39,141,64,72,0,124,12,0,130,64,0,0,0,40,
-236,255,130,64,81,0,9,124,68,0,130,64,166,0,224,127,94,4,224,87,
-36,1,0,124,134,50,130,124,120,35,131,124,251,7,124,84,120,227,133,127,
-134,51,162,124,0,128,233,115,166,0,0,124,94,4,0,84,120,75,0,124,
-36,1,0,124,0,0,29,44,96,3,130,64,72,3,0,72,4,0,251,128,
-0,129,2,57,255,255,103,57,255,255,136,57,1,0,171,140,1,0,12,140,
-64,0,5,124,12,0,130,64,0,0,5,40,236,255,130,64,81,40,32,125,
-28,0,130,64,2,0,128,56,0,0,132,60,134,51,128,124,0,0,29,44,
-24,3,130,64,0,3,0,72,4,0,187,128,172,128,194,56,255,255,69,57,
-255,255,102,57,1,0,138,141,1,0,11,140,64,0,12,124,12,0,130,64,
-0,0,12,40,236,255,130,64,81,96,224,124,24,0,130,64,120,227,131,127,
-133,240,255,75,121,27,125,124,212,2,130,64,188,2,0,72,4,0,155,129,
-100,129,162,56,255,255,12,57,255,255,37,57,1,0,72,141,1,0,9,140,
-64,0,10,124,12,0,130,64,0,0,10,40,236,255,130,64,81,80,0,124,
-20,0,130,64,137,40,0,72,121,27,125,124,148,2,130,64,124,2,0,72,
-4,0,123,129,103,129,130,57,255,255,235,56,255,255,12,57,1,0,39,141,
-1,0,8,140,64,0,9,124,12,0,130,64,0,0,9,40,236,255,130,64,
-81,72,0,124,72,0,130,64,8,0,123,128,0,0,128,56,16,0,160,56,
-125,249,5,72,62,4,127,84,12,0,123,128,0,0,128,56,16,0,160,56,
-105,249,5,72,16,0,219,128,120,27,101,124,120,251,228,127,120,227,131,127,
-25,229,255,75,121,27,125,124,32,2,130,64,8,2,0,72,4,0,59,129,
-106,129,66,57,255,255,169,56,255,255,202,56,1,0,5,140,1,0,6,141,
-64,64,0,124,12,0,130,64,0,0,0,40,236,255,130,64,81,0,8,124,
-28,0,130,64,1,0,96,56,106,129,130,56,173,18,0,72,121,27,125,124,
-216,1,130,64,192,1,0,72,4,0,27,129,112,129,34,57,255,255,136,57,
-255,255,169,56,1,0,204,140,1,0,229,140,64,56,6,124,12,0,130,64,
-0,0,6,40,236,255,130,64,81,48,7,124,28,0,130,64,1,0,96,56,
-112,129,130,56,101,18,0,72,121,27,125,124,144,1,130,64,120,1,0,72,
-4,0,27,129,120,129,34,57,255,255,136,57,255,255,169,56,1,0,204,140,
-1,0,229,140,64,56,6,124,12,0,130,64,0,0,6,40,236,255,130,64,
-81,48,7,124,32,0,130,64,28,128,141,128,11,0,96,60,224,239,99,56,
-237,224,5,72,0,0,29,44,68,1,130,64,44,1,0,72,4,0,251,128,
-176,128,2,57,255,255,103,57,255,255,136,57,1,0,171,140,1,0,204,140,
-64,48,5,124,12,0,130,64,0,0,5,40,236,255,130,64,81,40,38,125,
-84,0,130,64,11,0,64,61,80,239,74,57,4,0,138,129,8,0,129,145,
-8,0,10,128,12,0,1,144,12,0,170,128,16,0,161,144,16,0,202,128,
-20,0,193,144,20,0,234,128,3,0,128,56,6,0,96,56,8,0,161,56,
-20,0,192,56,24,0,225,144,173,91,4,72,121,27,125,124,196,0,130,64,
-172,0,0,72,4,0,155,129,180,128,162,56,255,255,12,57,255,255,37,57,
-1,0,72,141,1,0,9,140,64,0,10,124,12,0,130,64,0,0,10,40,
-236,255,130,64,81,80,0,124,92,0,130,64,8,0,97,56,0,0,128,56,
-20,0,160,56,53,124,255,75,6,0,96,56,3,0,128,56,8,0,161,56,
-20,0,192,56,149,90,4,72,120,27,125,124,128,129,98,56,1,224,5,72,
-20,0,128,59,7,0,225,59,1,0,159,140,184,128,98,56,237,223,5,72,
-255,255,156,55,240,255,130,64,0,0,29,44,60,0,130,64,36,0,0,72,
-11,0,96,60,220,240,99,56,205,223,5,72,0,0,30,44,80,0,130,65,
-68,0,0,72,0,0,29,44,24,0,130,64,160,128,98,56,177,223,5,72,
-0,0,30,44,52,0,130,65,40,0,0,72,120,235,163,127,153,143,3,72,
-120,235,164,127,120,27,101,124,11,0,96,60,0,241,99,56,137,223,5,72,
-0,0,30,44,12,0,130,65,120,243,195,127,169,203,5,72,48,0,193,131,
-40,0,129,131,44,0,161,131,52,0,225,131,60,0,1,128,36,0,97,131,
-32,0,65,131,166,3,8,124,56,0,33,56,32,0,128,78,232,255,33,148,
-12,0,161,147,20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,
-120,27,126,124,117,219,255,75,121,27,127,124,112,1,130,64,42,0,94,137,
-128,255,138,57,62,6,140,85,16,0,12,40,0,0,0,56,16,0,128,64,
-4,0,12,40,8,0,128,65,1,0,0,56,63,6,0,84,88,0,130,64,
-112,255,10,56,3,0,0,40,56,0,128,64,120,243,195,127,125,218,255,75,
-12,0,160,63,120,27,126,124,164,247,125,56,120,243,197,127,136,129,130,56,
-209,212,5,72,164,247,157,56,11,0,96,60,32,241,99,56,193,222,5,72,
-72,0,0,72,11,0,96,60,76,241,99,56,177,222,5,72,129,3,224,59,
-240,0,0,72,120,243,195,127,53,218,255,75,12,0,160,63,120,27,126,124,
-164,247,125,56,120,243,197,127,136,129,130,56,137,212,5,72,164,247,157,56,
-11,0,96,60,32,241,99,56,121,222,5,72,127,7,203,87,32,0,130,65,
-4,0,11,40,152,0,128,65,48,0,130,65,6,0,11,40,68,0,128,65,
-92,0,130,65,132,0,0,72,11,0,128,60,140,229,132,56,127,7,197,87,
-11,0,96,60,52,241,99,56,61,222,5,72,128,0,0,72,11,0,128,60,
-196,229,132,56,127,7,197,87,11,0,96,60,52,241,99,56,33,222,5,72,
-100,0,0,72,11,0,128,60,244,229,132,56,127,7,197,87,11,0,96,60,
-52,241,99,56,5,222,5,72,72,0,0,72,9,1,204,87,11,0,128,60,
-156,229,132,56,40,0,130,64,11,0,128,60,20,230,132,56,127,7,197,87,
-11,0,96,60,52,241,99,56,217,221,5,72,28,0,0,72,11,0,128,60,
-44,230,132,56,127,7,197,87,11,0,96,60,52,241,99,56,189,221,5,72,
-120,251,227,127,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,216,255,33,148,28,0,161,147,
-20,0,97,147,120,35,155,124,24,0,129,147,32,0,193,147,120,27,126,124,
-116,0,158,59,8,0,129,147,166,2,8,124,44,0,1,144,1,0,0,56,
-12,0,1,152,36,0,225,147,120,227,159,127,120,251,227,127,255,255,128,56,
-201,100,9,72,0,0,3,44,240,255,130,64,11,0,160,63,120,243,195,127,
-133,217,255,75,121,27,127,124,84,0,130,65,0,0,96,57,12,0,97,153,
-120,227,131,127,73,99,9,72,0,0,3,44,20,0,130,65,104,241,125,56,
-185,1,128,56,0,0,160,56,53,126,255,75,120,251,227,127,36,0,225,131,
-28,0,161,131,32,0,193,131,44,0,1,128,24,0,129,131,20,0,97,131,
-166,3,8,124,40,0,33,56,32,0,128,78,42,0,254,136,128,255,7,56,
-62,6,0,84,16,0,0,40,0,0,64,57,16,0,128,64,4,0,0,40,
-8,0,128,65,1,0,64,57,63,6,74,85,40,0,130,64,112,255,7,57,
-3,0,8,40,20,0,128,64,120,243,195,127,61,216,255,75,0,0,123,144,
-24,0,0,72,139,3,224,59,16,0,0,72,120,243,195,127,37,216,255,75,
-0,0,123,144,0,0,128,57,12,0,129,153,120,227,131,127,157,98,9,72,
-0,0,3,44,20,0,130,65,104,241,125,56,185,1,128,56,0,0,160,56,
-137,125,255,75,120,251,227,127,36,0,225,131,28,0,161,131,32,0,193,131,
-44,0,1,128,24,0,129,131,20,0,97,131,166,3,8,124,40,0,33,56,
-32,0,128,78,224,255,33,148,166,2,8,124,36,0,1,144,16,0,129,147,
-120,35,156,124,20,0,161,147,28,0,225,147,120,27,127,124,116,0,191,59,
-8,0,161,147,1,0,96,57,12,0,97,153,24,0,193,147,120,235,190,127,
-120,243,195,127,255,255,128,56,109,99,9,72,0,0,3,44,240,255,130,64,
-11,0,192,63,120,251,227,127,41,216,255,75,0,0,3,44,84,0,130,65,
-0,0,128,57,12,0,129,153,120,27,127,124,120,235,163,127,233,97,9,72,
-0,0,3,44,20,0,130,65,116,241,126,56,185,1,128,56,0,0,160,56,
-213,124,255,75,120,251,227,127,28,0,225,131,24,0,193,131,36,0,1,128,
-20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,
-42,0,31,136,120,235,163,127,0,0,28,152,0,0,0,56,12,0,1,152,
-149,97,9,72,0,0,3,44,20,0,130,65,116,241,126,56,185,1,128,56,
-0,0,160,56,129,124,255,75,28,0,225,131,24,0,193,131,20,0,161,131,
-36,0,1,128,16,0,129,131,0,0,96,56,166,3,8,124,32,0,33,56,
-32,0,128,78,224,255,33,148,24,0,193,147,20,0,161,147,120,27,125,124,
-116,0,221,59,8,0,193,147,166,2,8,124,36,0,1,144,1,0,0,56,
-12,0,1,152,28,0,225,147,120,243,223,127,120,251,227,127,255,255,128,56,
-113,98,9,72,0,0,3,44,240,255,130,64,120,235,163,127,6,0,128,56,
-0,0,160,56,241,216,255,75,0,0,128,57,12,0,129,153,120,27,127,124,
-120,243,195,127,241,96,9,72,0,0,3,44,24,0,130,65,11,0,96,60,
-140,241,99,56,185,1,128,56,0,0,160,56,217,123,255,75,120,251,227,127,
-28,0,225,131,36,0,1,128,24,0,193,131,20,0,161,131,166,3,8,124,
-32,0,33,56,32,0,128,78,208,255,33,148,40,0,193,147,120,35,158,124,
-44,0,225,147,120,43,191,124,24,0,65,147,120,51,218,124,28,0,97,147,
-120,59,251,124,32,0,129,147,36,0,161,147,120,27,125,124,116,0,157,59,
-8,0,129,147,166,2,8,124,52,0,1,144,1,0,0,56,12,0,1,152,
-20,0,33,147,120,227,153,127,120,203,35,127,255,255,128,56,173,97,9,72,
-0,0,3,44,240,255,130,64,120,235,163,127,255,6,200,87,96,0,136,56,
-116,7,132,124,0,0,160,56,37,216,255,75,121,27,126,124,80,0,130,64,
-121,251,230,127,0,0,224,56,68,0,129,64,76,0,93,57,166,3,201,124,
-0,0,27,44,24,0,130,64,20,58,106,125,2,0,11,136,0,0,26,152,
-1,0,90,59,20,0,0,72,20,250,170,124,1,0,5,136,0,0,26,152,
-1,0,90,59,255,255,255,59,1,0,231,56,204,255,0,66,0,0,128,57,
-12,0,129,153,120,227,131,127,213,95,9,72,0,0,3,44,24,0,130,65,
-11,0,96,60,152,241,99,56,185,1,128,56,0,0,160,56,189,122,255,75,
-36,0,161,131,120,243,195,127,40,0,193,131,28,0,97,131,32,0,129,131,
-44,0,225,131,52,0,1,128,24,0,65,131,20,0,33,131,166,3,8,124,
-48,0,33,56,32,0,128,78,208,255,33,148,40,0,193,147,120,43,190,124,
-32,0,30,44,20,0,33,147,36,0,161,147,166,2,8,124,52,0,1,144,
-24,0,65,147,120,27,122,124,28,0,97,147,120,35,155,124,44,0,225,147,
-120,51,223,124,32,0,129,147,120,59,252,124,40,0,129,64,28,0,97,131,
-40,0,193,131,44,0,225,131,32,0,129,131,24,0,65,131,166,3,8,124,
-15,1,96,56,48,0,33,56,32,0,128,78,116,0,186,59,8,0,161,147,
-1,0,0,56,12,0,1,152,120,235,185,127,120,203,35,127,255,255,128,56,
-85,96,9,72,0,0,3,44,240,255,130,64,121,243,198,127,60,0,129,64,
-255,255,126,57,20,90,255,124,5,0,58,57,166,3,201,124,0,0,28,44,
-16,0,130,64,0,0,95,137,1,0,73,157,12,0,0,72,0,0,71,137,
-1,0,73,157,255,255,231,56,1,0,255,59,220,255,0,66,120,211,67,127,
-255,6,108,87,64,0,140,56,116,7,132,124,116,7,197,127,141,214,255,75,
-0,0,128,57,12,0,129,153,120,27,127,124,120,235,163,127,141,94,9,72,
-0,0,3,44,24,0,130,65,11,0,96,60,164,241,99,56,185,1,128,56,
-0,0,160,56,117,121,255,75,28,0,97,131,36,0,161,131,120,251,227,127,
-44,0,225,131,32,0,129,131,40,0,193,131,52,0,1,128,24,0,65,131,
-20,0,33,131,166,3,8,124,48,0,33,56,32,0,128,78,224,255,33,148,
-24,0,193,147,20,0,161,147,120,27,125,124,116,0,221,59,8,0,193,147,
-166,2,8,124,36,0,1,144,1,0,0,56,12,0,1,152,28,0,225,147,
-120,243,223,127,120,251,227,127,255,255,128,56,89,95,9,72,0,0,3,44,
-240,255,130,64,120,235,163,127,2,0,128,56,0,0,160,56,217,213,255,75,
-0,0,128,57,12,0,129,153,120,27,127,124,120,243,195,127,217,93,9,72,
-0,0,3,44,24,0,130,65,11,0,96,60,176,241,99,56,185,1,128,56,
-0,0,160,56,193,120,255,75,120,251,227,127,28,0,225,131,36,0,1,128,
-24,0,193,131,20,0,161,131,166,3,8,124,32,0,33,56,32,0,128,78,
-224,255,33,148,24,0,193,147,20,0,161,147,120,27,125,124,116,0,221,59,
-8,0,193,147,166,2,8,124,36,0,1,144,1,0,0,56,12,0,1,152,
-28,0,225,147,120,243,223,127,120,251,227,127,255,255,128,56,181,94,9,72,
-0,0,3,44,240,255,130,64,120,235,163,127,1,0,128,56,0,0,160,56,
-53,213,255,75,0,0,128,57,12,0,129,153,120,27,127,124,120,243,195,127,
-53,93,9,72,0,0,3,44,24,0,130,65,11,0,96,60,188,241,99,56,
-185,1,128,56,0,0,160,56,29,120,255,75,120,251,227,127,28,0,225,131,
-36,0,1,128,24,0,193,131,20,0,161,131,166,3,8,124,32,0,33,56,
-32,0,128,78,224,255,33,148,24,0,193,147,20,0,161,147,120,27,125,124,
-116,0,221,59,8,0,193,147,166,2,8,124,36,0,1,144,1,0,0,56,
-12,0,1,152,28,0,225,147,120,243,223,127,120,251,227,127,255,255,128,56,
-17,94,9,72,0,0,3,44,240,255,130,64,120,235,163,127,0,0,128,56,
-120,35,133,124,145,212,255,75,0,0,128,57,12,0,129,153,120,27,127,124,
-120,243,195,127,145,92,9,72,0,0,3,44,24,0,130,65,11,0,96,60,
-200,241,99,56,185,1,128,56,0,0,160,56,121,119,255,75,120,251,227,127,
-28,0,225,131,36,0,1,128,24,0,193,131,20,0,161,131,166,3,8,124,
-32,0,33,56,32,0,128,78,116,0,99,56,144,129,130,56,1,0,160,56,
-8,3,4,72,240,255,33,148,0,0,3,44,166,2,8,124,20,0,1,144,
-8,0,193,147,120,35,158,124,12,0,225,147,120,43,191,124,20,0,130,64,
-152,0,96,56,117,192,5,72,0,0,3,44,24,0,130,65,0,0,195,155,
-0,0,0,56,2,0,3,176,112,0,227,147,148,0,3,152,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,19,0,96,60,112,177,99,56,
-81,41,0,72,239,0,0,56,32,134,13,152,0,0,128,57,36,134,141,145,
-40,134,13,152,44,134,141,145,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,232,255,33,148,12,0,161,147,16,0,193,147,20,0,225,147,
-166,2,8,124,28,0,1,144,239,0,32,57,8,0,33,153,11,0,96,60,
-76,242,99,56,89,213,5,72,28,0,96,60,240,85,99,56,29,255,255,75,
-184,136,173,136,192,136,13,128,72,0,165,112,0,0,0,44,0,0,128,57,
-48,134,141,145,184,136,173,152,16,0,130,64,188,136,13,144,191,0,166,112,
-184,136,205,152,19,0,96,60,112,177,99,56,53,40,0,72,0,64,64,61,
-36,134,77,145,31,0,224,63,128,132,255,59,96,239,96,60,28,7,99,56,
-0,0,99,128,255,191,103,84,12,0,130,64,255,255,255,55,232,255,130,64,
-2,0,128,56,0,0,132,60,134,51,128,124,31,0,224,63,128,132,255,59,
-96,239,96,60,28,7,99,56,0,0,99,128,255,191,105,84,12,0,130,64,
-255,255,255,55,232,255,130,64,0,0,31,44,52,0,130,64,11,0,96,60,
-24,242,99,56,165,212,5,72,0,0,64,57,184,136,77,153,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,0,0,160,59,28,0,192,63,240,85,222,59,120,243,195,127,
-8,0,129,56,49,248,255,75,121,27,127,124,60,0,130,65,65,2,31,44,
-96,0,130,64,33,128,109,137,0,0,11,44,84,0,130,65,11,0,96,60,
-212,241,99,56,65,212,5,72,120,243,195,127,233,216,255,75,1,0,189,59,
-3,0,29,44,188,255,128,65,60,0,0,72,8,0,225,136,128,255,135,57,
-19,0,12,40,120,251,224,127,20,0,128,64,0,0,31,44,0,0,64,57,
-76,0,130,64,36,0,0,72,63,6,0,84,16,0,130,64,1,0,189,59,
-3,0,29,44,128,255,128,65,0,0,31,44,0,0,64,57,40,0,130,64,
-8,0,129,137,128,255,12,56,19,0,0,40,12,0,128,64,1,0,64,57,
-16,0,0,72,63,6,255,87,8,0,130,65,1,0,64,57,184,136,173,136,
-62,6,74,85,188,15,69,81,189,7,166,84,184,136,173,152,44,0,130,65,
-11,0,96,60,12,242,99,56,157,211,5,72,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-11,0,96,60,252,241,99,56,117,211,5,72,0,0,0,57,184,136,13,153,
-9,0,1,153,36,0,96,60,116,188,99,56,9,0,129,56,1,0,160,56,
-221,79,4,72,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,200,255,33,148,28,0,33,147,
-32,0,65,147,36,0,97,147,40,0,129,147,44,0,161,147,48,0,193,147,
-52,0,225,147,166,2,8,124,60,0,1,144,5,0,3,136,6,0,67,137,
-7,0,227,139,0,0,195,139,4,0,131,137,1,0,35,137,16,0,129,56,
-8,0,99,59,36,0,128,63,15,0,225,155,1,0,160,56,13,0,1,152,
-16,0,161,152,46,64,95,81,12,0,129,153,221,0,0,56,11,0,1,152,
-116,188,124,56,14,0,65,153,170,0,64,57,10,0,65,153,8,0,33,153,
-62,4,255,87,9,0,193,155,46,64,62,81,62,4,222,87,45,79,4,72,
-152,129,226,136,19,0,225,152,153,129,2,136,19,0,193,56,28,0,32,63,
-2,64,128,56,2,0,160,56,20,0,1,152,240,85,121,56,205,213,255,75,
-121,27,125,124,32,0,130,65,0,0,0,56,17,0,1,152,17,0,129,56,
-116,188,124,56,1,0,160,56,229,78,4,72,144,0,0,72,0,0,31,44,
-88,0,130,65,32,0,31,44,120,251,250,127,8,0,129,64,32,0,64,59,
-255,6,198,87,12,0,130,65,255,6,192,87,32,0,64,35,240,85,121,56,
-120,243,196,127,120,211,69,127,120,219,102,127,109,213,255,75,121,27,125,124,
-52,0,130,64,20,210,222,127,80,248,250,127,63,4,255,87,62,4,222,87,
-20,210,123,127,176,255,130,64,240,85,121,56,0,64,128,56,8,0,160,56,
-8,0,193,56,57,213,255,75,120,27,125,124,0,0,32,57,18,0,33,153,
-18,0,129,56,116,188,124,56,1,0,160,56,85,78,4,72,48,0,193,131,
-36,0,97,131,40,0,129,131,120,235,163,127,44,0,161,131,52,0,225,131,
-60,0,1,128,32,0,65,131,28,0,33,131,166,3,8,124,56,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,239,0,64,57,
-8,0,65,153,12,0,225,147,28,0,224,63,240,85,127,56,41,214,255,75,
-5,0,96,60,224,147,99,56,121,102,5,72,240,85,127,56,8,0,129,56,
-41,245,255,75,240,85,127,56,8,0,129,56,29,245,255,75,240,85,127,56,
-8,0,129,56,17,245,255,75,0,0,3,44,220,0,130,64,8,0,1,137,
-128,255,40,57,62,6,41,85,16,0,9,40,120,27,107,124,0,0,128,57,
-20,0,128,64,4,0,9,40,0,0,0,56,28,0,128,65,44,0,0,72,
-63,6,140,85,48,0,130,65,4,0,9,40,0,0,0,56,24,0,128,64,
-63,6,107,85,11,0,224,63,248,242,255,59,104,0,130,65,32,0,0,72,
-63,6,0,84,8,0,130,64,1,0,96,57,63,6,107,85,11,0,224,63,
-248,242,255,59,72,0,130,65,137,0,8,44,100,0,130,65,11,0,96,60,
-136,242,99,56,189,208,5,72,11,0,96,60,184,242,99,56,11,0,128,60,
-236,242,132,56,169,208,5,72,8,0,129,136,120,251,227,127,157,208,5,72,
-154,129,98,56,149,208,5,72,132,3,96,56,40,0,0,72,11,0,96,60,
-96,242,99,56,129,208,5,72,8,0,129,136,120,251,227,127,117,208,5,72,
-154,129,98,56,109,208,5,72,136,3,96,56,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,17,253,255,75,0,0,3,44,8,0,130,64,161,254,255,75,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,40,128,109,129,
-36,128,141,128,120,27,126,124,16,0,0,57,255,255,235,56,0,0,224,59,
-166,3,9,125,255,255,196,56,1,0,38,141,1,0,71,141,81,72,10,124,
-16,0,130,64,0,0,9,44,8,0,130,65,232,255,0,66,0,0,0,44,
-52,0,129,64,11,0,96,60,4,243,99,56,197,207,5,72,28,0,96,60,
-240,85,99,56,0,0,128,56,77,217,255,75,121,27,127,124,68,0,130,64,
-120,243,195,127,85,255,255,75,60,0,0,72,36,0,96,60,4,183,99,56,
-8,0,129,56,1,0,160,56,0,0,192,56,120,51,199,124,85,142,4,72,
-0,0,3,44,16,0,130,65,8,0,1,136,129,0,0,44,8,0,130,65,
-133,3,224,59,120,251,227,127,28,0,1,128,20,0,225,131,16,0,193,131,
-166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,0,0,96,56,255,255,4,57,
-156,129,130,57,255,255,44,57,1,0,72,141,1,0,9,140,64,0,10,124,
-12,0,130,64,0,0,10,40,236,255,130,64,81,80,0,124,28,0,130,64,
-28,0,96,60,240,85,99,56,1,0,128,56,149,216,255,75,0,0,3,44,
-12,0,130,64,120,251,227,127,185,251,255,75,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,192,255,33,148,48,0,129,147,
-60,0,225,147,166,2,8,124,68,0,1,144,52,0,161,147,120,27,125,124,
-8,0,97,56,56,0,193,147,120,35,158,124,137,136,128,60,136,136,132,56,
-253,155,3,72,8,0,97,56,113,185,3,72,0,0,3,44,52,0,130,64,
-11,0,96,60,40,243,99,56,137,206,5,72,60,0,225,131,56,0,193,131,
-52,0,161,131,68,0,1,128,48,0,129,131,0,0,96,56,166,3,8,124,
-64,0,33,56,32,0,128,78,8,0,97,56,49,145,3,72,120,27,127,124,
-129,186,5,72,121,27,124,124,112,0,130,65,120,227,132,127,120,251,229,127,
-8,0,97,56,0,0,192,56,120,51,199,124,129,152,3,72,121,27,127,124,
-228,1,130,64,36,128,109,128,0,0,3,44,24,0,130,64,17,0,96,56,
-69,186,5,72,0,0,3,44,36,128,109,144,48,0,130,65,0,0,128,56,
-17,0,160,56,21,106,255,75,40,128,109,128,0,0,3,44,60,0,130,64,
-17,0,96,56,25,186,5,72,0,0,3,44,40,128,109,144,40,0,130,64,
-60,0,225,131,56,0,193,131,52,0,161,131,68,0,1,128,48,0,129,131,
-16,1,96,56,166,3,8,124,64,0,33,56,32,0,128,78,0,0,128,56,
-17,0,160,56,197,105,255,75,8,0,97,56,125,144,3,72,36,128,205,128,
-120,27,101,124,120,227,132,127,8,0,97,56,149,183,3,72,0,0,3,44,
-60,0,130,64,11,0,96,60,120,243,99,56,129,205,5,72,36,128,109,128,
-169,185,5,72,60,0,225,131,56,0,193,131,52,0,161,131,68,0,1,128,
-48,0,129,131,128,3,96,56,166,3,8,124,64,0,33,56,32,0,128,78,
-0,0,29,44,72,0,130,64,40,128,141,128,0,0,192,56,36,0,96,60,
-16,0,160,56,4,181,99,56,120,51,199,124,1,140,4,72,0,0,3,44,
-20,0,130,64,11,0,96,60,168,243,99,56,29,205,5,72,20,0,0,72,
-40,128,141,128,11,0,96,60,96,243,99,56,9,205,5,72,255,255,126,57,
-168,129,130,57,255,255,140,57,1,0,11,140,1,0,76,141,64,80,0,124,
-12,0,130,64,0,0,0,40,236,255,130,64,81,0,10,124,36,0,130,64,
-120,227,131,127,120,235,164,127,8,0,161,56,169,252,255,75,120,27,127,124,
-120,227,131,127,241,184,5,72,124,0,0,72,255,255,190,56,160,129,34,57,
-255,255,201,56,1,0,229,140,1,0,6,141,64,64,7,124,12,0,130,64,
-0,0,7,40,236,255,130,64,81,56,8,124,36,128,141,128,40,0,130,64,
-11,0,96,60,200,243,99,56,129,204,5,72,120,227,131,127,41,252,255,75,
-120,27,127,124,120,227,131,127,157,184,5,72,40,0,0,72,11,0,96,60,
-244,243,99,56,93,204,5,72,120,227,131,127,120,243,196,127,5,253,255,75,
-120,27,127,124,120,227,131,127,117,184,5,72,120,251,227,127,60,0,225,131,
-56,0,193,131,68,0,1,128,52,0,161,131,48,0,129,131,166,3,8,124,
-64,0,33,56,32,0,128,78,224,255,33,148,16,0,129,147,20,0,161,147,
-24,0,193,147,28,0,225,147,166,2,8,124,36,0,1,144,184,136,141,137,
-239,0,0,56,184,7,140,85,134,3,224,59,8,0,1,152,189,7,128,85,
-0,0,160,59,184,136,141,153,192,2,130,65,28,0,128,63,240,85,124,56,
-8,0,129,56,153,239,255,75,240,85,124,56,8,0,129,56,141,239,255,75,
-240,85,124,56,8,0,129,56,129,239,255,75,121,27,127,124,116,2,130,64,
-8,0,1,137,128,255,200,56,62,6,198,84,4,0,6,40,11,0,192,63,
-72,0,128,64,240,85,124,56,65,208,255,75,5,0,96,60,224,147,99,56,
-145,96,5,72,240,85,124,56,8,0,129,56,65,239,255,75,240,85,124,56,
-8,0,129,56,53,239,255,75,240,85,124,56,8,0,129,56,41,239,255,75,
-121,27,127,124,28,2,130,64,76,0,0,72,63,6,255,87,232,0,130,65,
-240,85,124,56,245,207,255,75,5,0,96,60,224,147,99,56,69,96,5,72,
-240,85,124,56,8,0,129,56,245,238,255,75,240,85,124,56,8,0,129,56,
-233,238,255,75,240,85,124,56,8,0,129,56,221,238,255,75,121,27,127,124,
-208,1,130,64,8,0,1,137,128,255,200,56,62,6,198,84,4,0,6,40,
-120,251,234,127,16,0,128,64,129,0,8,44,48,0,130,64,20,0,0,72,
-63,6,74,85,116,0,130,65,129,0,8,44,28,0,130,64,1,0,96,56,
-176,129,130,56,249,251,255,75,121,27,127,124,136,1,130,64,104,1,0,72,
-11,0,96,60,68,244,99,56,181,202,5,72,11,0,96,60,40,244,99,56,
-169,202,5,72,8,0,129,136,116,244,126,56,157,202,5,72,184,129,98,56,
-149,202,5,72,184,136,13,136,11,0,96,60,20,245,99,56,184,7,0,84,
-133,3,224,59,120,251,228,127,184,136,13,152,117,202,5,72,80,1,0,72,
-0,0,29,44,16,1,130,64,16,0,6,40,0,0,32,57,20,0,128,64,
-4,0,6,40,0,0,96,57,28,0,128,65,36,0,0,72,63,6,41,85,
-40,0,130,65,4,0,6,40,0,0,96,57,16,0,128,64,63,6,172,87,
-28,0,130,65,56,0,0,72,63,6,107,85,8,0,130,64,1,0,160,59,
-63,6,172,87,36,0,130,64,112,255,8,56,3,0,0,40,16,0,128,64,
-137,0,8,44,48,0,130,64,20,0,0,72,63,6,140,85,112,0,130,65,
-137,0,8,44,28,0,130,64,0,0,96,56,188,129,130,56,17,251,255,75,
-121,27,127,124,160,0,130,64,128,0,0,72,11,0,96,60,68,245,99,56,
-205,201,5,72,11,0,96,60,128,244,99,56,11,0,128,60,180,244,132,56,
-185,201,5,72,8,0,129,136,116,244,126,56,173,201,5,72,184,129,98,56,
-165,201,5,72,1,0,96,56,188,129,130,56,197,250,255,75,121,27,127,124,
-84,0,130,64,52,0,0,72,11,0,96,60,192,244,99,56,129,201,5,72,
-184,136,13,136,11,0,96,60,20,245,99,56,184,7,0,84,142,3,224,59,
-120,251,228,127,184,136,13,152,97,201,5,72,60,0,0,72,184,136,237,136,
-4,0,231,96,11,0,96,60,244,244,99,56,184,136,237,152,69,201,5,72,
-32,0,0,72,184,136,13,136,11,0,96,60,184,7,0,84,120,251,228,127,
-20,245,99,56,184,136,13,152,37,201,5,72,120,251,227,127,28,0,225,131,
-24,0,193,131,36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,
-32,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,184,136,141,137,189,7,140,85,130,3,224,59,96,0,130,65,
-19,0,128,61,128,177,140,137,116,7,140,125,6,0,12,44,72,0,130,65,
-28,0,96,60,240,85,99,56,73,241,255,75,121,27,127,124,24,0,130,65,
-120,251,228,127,11,0,96,60,168,245,99,56,169,200,5,72,36,0,0,72,
-11,0,96,60,148,245,99,56,153,200,5,72,184,136,13,136,118,7,0,84,
-184,136,13,152,8,0,0,72,140,3,224,59,20,0,1,128,120,251,227,127,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,216,255,33,148,
-12,0,33,147,16,0,65,147,20,0,97,147,24,0,129,147,28,0,161,147,
-32,0,193,147,36,0,225,147,166,2,8,124,44,0,1,144,34,128,45,137,
-0,0,9,44,0,0,0,57,8,0,1,145,16,0,130,64,184,136,109,137,
-250,7,107,85,184,136,109,153,184,136,13,136,189,7,0,84,19,0,224,63,
-112,177,255,59,32,0,130,64,16,0,159,137,116,7,140,125,5,0,12,44,
-0,0,64,57,1,0,0,56,96,4,130,64,104,4,0,72,2,0,128,56,
-0,0,132,60,134,51,128,124,166,0,160,127,94,4,160,87,36,1,0,124,
-134,50,130,124,120,35,131,124,2,0,126,96,120,243,197,127,134,51,162,124,
-0,128,172,115,166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,
-11,0,96,60,192,246,99,56,169,199,5,72,28,0,128,63,240,85,156,59,
-120,227,131,127,77,232,255,75,120,251,227,127,85,26,0,72,16,0,159,137,
-116,7,140,125,5,0,12,44,1,0,32,57,16,0,130,65,6,0,12,44,
-8,0,130,65,0,0,32,57,63,6,41,85,11,0,160,63,252,245,189,59,
-40,0,130,64,9,0,12,44,32,0,130,65,11,0,96,60,140,246,99,56,
-77,199,5,72,45,251,255,75,121,27,121,124,68,2,130,64,56,2,0,72,
-11,0,96,60,168,246,99,56,49,199,5,72,120,227,131,127,8,0,129,56,
-141,233,255,75,124,134,109,139,121,27,121,124,116,7,123,127,0,0,64,59,
-84,0,130,65,139,3,25,44,56,0,130,65,11,0,96,60,212,245,99,56,
-253,198,5,72,120,235,163,127,120,203,36,127,241,198,5,72,184,136,173,136,
-184,7,165,84,62,6,160,84,255,247,9,84,184,136,173,152,192,2,130,65,
-228,1,0,72,11,0,96,60,216,246,99,56,139,3,128,56,197,198,5,72,
-96,1,0,72,8,0,1,128,9,1,6,84,1,0,192,59,0,0,96,57,
-20,0,130,64,127,7,7,84,6,0,7,44,8,0,130,64,1,0,96,57,
-63,6,107,85,28,0,130,64,127,7,6,84,4,0,6,44,16,0,130,65,
-0,0,6,44,8,0,130,65,0,0,192,59,3,0,27,44,62,6,222,87,
-56,0,130,64,0,0,30,44,208,0,130,64,11,0,96,60,4,247,99,56,
-93,198,5,72,11,0,96,60,56,247,99,56,216,0,128,56,0,0,160,56,
-109,103,255,75,0,0,26,44,68,1,130,65,220,0,0,72,0,0,30,44,
-1,0,192,59,20,0,130,64,127,7,8,84,5,0,8,44,8,0,130,65,
-0,0,192,59,62,6,222,87,120,219,100,127,11,0,96,60,44,246,99,56,
-13,198,5,72,1,0,27,44,36,0,130,64,8,0,65,129,127,7,73,85,
-5,0,9,44,20,0,130,65,11,0,96,60,68,247,99,56,233,197,5,72,
-132,0,0,72,0,0,30,44,20,0,130,64,11,0,96,60,60,246,99,56,
-209,197,5,72,108,0,0,72,8,0,129,129,127,7,139,85,5,0,11,44,
-28,0,130,64,120,227,131,127,153,237,255,75,184,136,13,136,8,0,0,96,
-120,27,121,124,184,136,13,152,0,0,25,44,28,0,130,64,0,0,26,44,
-184,136,13,136,4,0,0,96,184,136,13,152,140,0,130,65,36,0,0,72,
-120,235,163,127,120,203,36,127,121,197,5,72,0,0,26,44,184,136,13,136,
-184,7,0,84,184,136,13,152,104,0,130,65,251,0,96,56,220,129,130,56,
-185,105,255,75,166,0,192,127,94,4,199,87,36,1,224,124,120,251,227,127,
-8,0,128,56,73,20,0,72,184,136,13,137,118,7,8,85,0,128,201,115,
-184,136,13,153,166,0,64,125,94,4,74,85,120,75,74,125,36,1,64,125,
-11,0,96,60,124,247,99,56,21,197,5,72,245,248,255,75,121,27,121,124,
-12,0,130,64,9,252,255,75,120,27,121,124,184,136,13,136,255,247,9,84,
-220,0,130,65,0,0,25,44,204,0,130,64,120,227,131,127,8,0,129,56,
-73,231,255,75,121,27,121,124,44,0,130,65,120,235,163,127,120,203,36,127,
-205,196,5,72,184,136,77,137,184,7,74,85,184,136,77,153,62,6,74,85,
-255,247,73,85,156,0,130,65,0,1,0,72,8,0,225,128,57,7,229,84,
-255,255,5,48,16,41,0,125,63,6,8,85,1,0,128,57,20,0,130,64,
-32,128,109,137,0,0,11,44,8,0,130,64,120,91,108,125,184,136,77,137,
-8,0,97,129,62,6,140,85,196,129,98,56,254,7,138,81,36,134,109,145,
-184,136,77,153,101,196,5,72,8,0,161,128,57,7,160,84,255,255,192,48,
-16,1,198,124,63,6,198,84,28,0,130,64,32,128,237,136,0,0,7,44,
-224,129,98,56,8,0,130,65,204,129,98,56,53,196,5,72,212,129,98,56,
-45,196,5,72,184,136,13,136,254,247,9,84,0,0,9,44,108,0,130,64,
-0,0,64,57,184,136,77,153,2,0,128,56,0,0,132,60,134,51,128,124,
-166,0,160,127,94,4,172,87,36,1,128,125,134,50,130,124,120,35,131,124,
-251,7,126,84,120,243,197,127,134,51,162,124,0,128,165,115,166,0,192,124,
-94,4,198,84,120,43,198,124,36,1,192,124,184,136,13,136,57,7,0,84,
-11,0,96,60,180,247,99,56,12,0,130,65,11,0,96,60,112,246,99,56,
-181,195,5,72,16,0,159,137,116,7,140,125,5,0,12,44,0,0,64,57,
-1,0,0,56,16,0,130,65,6,0,12,44,8,0,130,65,0,0,0,56,
-63,6,0,84,12,0,130,64,9,0,12,44,36,0,130,64,184,136,13,137,
-189,7,8,85,20,0,130,64,124,134,13,136,116,7,0,124,3,0,0,44,
-8,0,130,64,1,0,64,57,32,0,193,131,20,0,97,131,24,0,129,131,
-36,0,225,131,28,0,161,131,16,0,65,131,44,0,1,128,12,0,33,131,
-62,6,67,85,166,3,8,124,40,0,33,56,32,0,128,78,232,255,33,148,
-12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,
-124,196,141,129,0,0,12,44,16,1,130,65,34,128,45,137,0,0,9,44,
-32,0,130,65,125,237,255,75,145,250,255,75,212,192,109,56,2,0,128,60,
-0,0,160,56,33,67,9,72,232,0,0,72,184,136,13,136,189,7,0,84,
-204,0,130,65,19,0,192,63,112,177,222,59,16,0,126,137,116,7,107,125,
-5,0,11,44,1,0,0,56,16,0,130,65,6,0,11,44,8,0,130,65,
-0,0,0,56,63,6,0,84,76,0,130,65,0,0,224,59,120,243,195,127,
-62,6,253,87,120,235,164,127,9,21,0,72,0,0,3,44,36,0,130,65,
-120,243,195,127,120,235,164,127,113,19,0,72,120,251,229,127,95,0,96,56,
-11,0,128,60,212,247,132,56,205,102,255,75,1,0,255,59,16,0,31,44,
-192,255,128,65,97,249,255,75,166,0,224,127,94,4,224,87,36,1,0,124,
-134,50,130,124,120,35,131,124,251,7,126,84,120,243,197,127,134,51,162,124,
-0,128,234,115,166,0,96,125,94,4,107,85,120,83,107,125,36,1,96,125,
-2,0,128,56,0,0,132,60,134,51,128,124,184,136,13,136,250,7,0,84,
-184,136,13,152,212,192,109,56,2,0,128,60,0,0,160,56,57,66,9,72,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-28,0,96,60,240,85,99,56,125,198,255,75,5,0,96,60,224,147,99,56,
-205,86,5,72,12,0,1,128,8,0,33,56,166,3,8,124,0,0,96,56,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,184,136,13,136,
-189,7,0,84,120,27,100,124,130,3,96,56,16,0,130,65,28,0,96,60,
-240,85,99,56,33,206,255,75,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,120,35,133,124,120,27,100,124,28,0,96,60,240,85,99,56,
-68,208,255,75,232,255,33,148,20,0,225,147,166,2,8,124,28,0,1,144,
-184,136,205,136,189,7,198,84,0,0,224,59,244,0,130,65,12,0,129,56,
-36,0,96,60,228,183,99,56,4,0,160,56,0,0,192,56,197,121,4,72,
-16,0,129,56,36,0,96,60,36,182,99,56,4,0,160,56,0,0,192,56,
-173,121,4,72,36,0,96,61,92,182,107,57,44,0,43,129,12,0,73,129,
-120,27,127,124,0,0,192,56,120,91,99,125,166,3,73,125,120,51,199,124,
-1,0,160,56,8,0,129,56,33,4,128,78,12,0,1,129,16,0,129,129,
-37,0,32,61,80,64,108,125,0,234,41,57,64,72,11,124,16,0,129,65,
-8,0,1,136,0,0,0,44,100,0,130,64,184,136,141,137,115,6,140,85,
-24,0,130,64,188,136,13,145,83,0,96,56,232,129,130,56,249,100,255,75,
-76,0,0,72,188,136,77,129,0,0,10,44,12,0,130,64,188,136,13,145,
-56,0,0,72,80,64,10,124,9,0,160,60,128,58,165,56,64,40,0,124,
-36,0,128,65,83,0,96,56,232,129,130,56,193,100,255,75,12,0,225,128,
-188,136,237,144,12,0,0,72,0,0,0,57,188,136,13,145,28,0,1,128,
-120,251,227,127,20,0,225,131,24,0,33,56,166,3,8,124,32,0,128,78,
-57,40,96,124,90,0,96,56,8,0,130,65,91,0,96,56,233,129,130,56,
-124,100,255,75,166,2,8,124,4,0,1,144,240,255,33,148,57,40,96,124,
-52,0,130,64,8,0,129,56,36,0,96,60,188,186,99,56,1,0,160,56,
-0,0,192,56,120,51,199,124,189,126,4,72,8,0,161,136,89,0,96,56,
-11,0,128,60,236,247,132,56,57,100,255,75,20,0,1,128,16,0,33,56,
-166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,240,255,33,148,
-57,40,96,124,52,0,130,64,8,0,129,56,36,0,96,60,132,186,99,56,
-1,0,160,56,0,0,192,56,120,51,199,124,105,126,4,72,8,0,161,136,
-88,0,96,56,11,0,128,60,248,247,132,56,229,99,255,75,20,0,1,128,
-16,0,33,56,166,3,8,124,32,0,128,78,57,40,96,124,32,0,130,76,
-87,0,96,56,234,129,130,56,192,99,255,75,57,40,96,124,85,0,96,56,
-8,0,130,65,86,0,96,56,235,129,130,56,168,99,255,75,166,2,8,124,
-4,0,1,144,240,255,33,148,57,40,96,124,60,0,130,64,36,0,96,60,
-148,182,99,56,44,0,131,129,12,0,12,128,1,0,160,56,8,0,129,56,
-0,0,192,56,120,51,199,124,166,3,9,124,33,4,128,78,8,0,161,136,
-84,0,96,56,236,129,130,56,93,99,255,75,20,0,1,128,16,0,33,56,
-166,3,8,124,32,0,128,78,57,40,96,124,32,0,130,76,93,0,96,56,
-244,129,130,56,56,99,255,75,57,40,96,124,32,0,130,76,92,0,96,56,
-245,129,130,56,36,99,255,75,57,40,96,124,81,0,96,56,8,0,130,65,
-82,0,96,56,246,129,130,56,12,99,255,75,166,2,8,124,4,0,1,144,
-248,255,33,148,184,136,141,137,255,7,140,85,0,0,96,56,56,0,130,65,
-32,128,13,136,0,0,0,44,44,0,130,64,19,0,128,61,128,177,140,137,
-116,7,140,125,6,0,12,44,24,0,130,65,184,136,13,136,60,0,0,84,
-184,136,13,152,129,27,9,72,97,245,255,75,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,240,255,33,148,
-57,40,96,124,48,0,130,64,78,0,96,56,247,129,130,56,141,98,255,75,
-184,136,13,136,16,0,0,96,184,136,13,152,117,255,255,75,20,0,1,128,
-16,0,33,56,166,3,8,124,32,0,128,78,36,0,96,60,92,182,99,56,
-44,0,131,129,12,0,140,129,1,0,160,56,8,0,129,56,0,0,192,56,
-120,51,199,124,166,3,137,125,33,4,128,78,8,0,161,136,80,0,96,56,
-11,0,128,60,4,248,132,56,49,98,255,75,184,136,13,136,52,7,0,84,
-184,136,13,152,20,0,1,128,16,0,33,56,166,3,8,124,32,0,128,78,
-116,7,165,124,2,0,5,40,16,0,128,64,1,0,5,40,44,0,128,64,
-28,0,0,72,3,0,5,40,44,0,128,65,52,0,130,65,4,0,5,40,
-56,0,130,65,32,0,128,78,73,0,96,56,248,129,130,56,216,97,255,75,
-74,0,96,56,248,129,130,56,204,97,255,75,75,0,96,56,248,129,130,56,
-192,97,255,75,76,0,96,56,248,129,130,56,180,97,255,75,77,0,96,56,
-248,129,130,56,168,97,255,75,116,7,165,124,2,0,5,40,16,0,128,64,
-1,0,5,40,56,0,128,64,28,0,0,72,3,0,5,40,68,0,128,65,
-76,0,130,65,4,0,5,40,92,0,130,65,32,0,128,78,184,136,13,136,
-247,6,0,84,32,0,130,76,68,0,96,56,249,129,130,56,96,97,255,75,
-184,136,13,136,247,6,0,84,32,0,130,76,69,0,96,56,249,129,130,56,
-72,97,255,75,70,0,96,56,249,129,130,56,60,97,255,75,184,136,13,136,
-247,6,0,84,32,0,130,76,71,0,96,56,249,129,130,56,36,97,255,75,
-72,0,96,56,249,129,130,56,24,97,255,75,184,136,13,136,255,7,0,84,
-32,0,130,76,19,0,128,61,128,177,140,137,116,7,140,125,6,0,12,44,
-32,0,130,77,184,136,13,136,0,0,160,56,1,0,0,96,212,192,109,56,
-2,0,128,60,184,136,13,152,180,60,9,72,57,40,96,124,8,0,130,64,
-188,255,255,75,196,253,255,75,166,2,8,124,4,0,1,144,248,255,33,148,
-184,136,13,136,189,7,0,84,48,0,130,65,0,0,67,129,40,134,77,145,
-4,0,3,128,44,134,141,56,44,134,13,144,36,134,109,56,45,16,0,72,
-40,134,109,129,32,134,109,145,44,134,141,129,36,134,141,145,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,224,255,33,148,28,0,225,147,
-166,2,8,124,36,0,1,144,184,136,141,137,0,0,96,56,189,7,140,85,
-239,0,0,56,8,0,1,152,12,0,97,144,92,0,130,65,28,0,224,63,
-240,85,127,56,12,0,129,56,69,222,255,75,0,0,3,44,68,0,130,64,
-12,0,1,128,8,0,129,129,16,0,129,145,16,0,97,56,20,0,1,144,
-85,255,255,75,19,0,128,61,128,177,140,137,116,7,140,125,6,0,12,44,
-16,0,130,64,184,136,45,137,60,0,41,85,184,136,45,153,240,85,127,56,
-73,220,255,75,184,136,77,137,32,0,74,97,184,136,77,153,36,0,1,128,
-28,0,225,131,32,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,184,136,13,136,255,255,12,84,
-116,0,130,65,255,7,0,84,100,0,130,65,19,0,128,61,128,177,140,137,
-116,7,140,125,6,0,12,44,72,0,130,65,28,0,96,60,240,85,99,56,
-93,228,255,75,121,27,127,124,24,0,130,65,120,251,228,127,11,0,96,60,
-16,248,99,56,25,187,5,72,52,0,0,72,11,0,96,60,56,248,99,56,
-9,187,5,72,184,136,141,137,8,0,140,97,184,136,141,153,24,0,0,72,
-140,3,224,59,16,0,0,72,131,3,224,59,8,0,0,72,130,3,224,59,
-20,0,1,128,120,251,227,127,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-184,136,141,137,189,7,140,85,0,0,224,59,52,0,130,65,8,0,129,56,
-8,0,97,144,36,0,96,60,228,183,99,56,4,0,160,56,0,0,192,56,
-9,115,4,72,120,27,127,124,49,249,255,75,184,136,13,136,64,0,0,96,
-184,136,13,152,20,0,1,128,120,251,227,127,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,6,0,5,168,1,0,0,40,120,0,130,64,19,0,128,61,
-128,177,140,137,116,7,140,125,6,0,12,44,12,0,130,64,140,3,224,59,
-96,0,0,72,36,0,96,60,92,182,99,56,0,0,128,56,105,120,4,72,
-121,27,127,124,72,0,130,64,105,251,255,75,121,27,127,124,60,0,130,64,
-28,0,96,60,240,85,99,56,201,222,255,75,121,27,127,124,184,136,13,136,
-16,0,130,64,16,0,12,96,184,136,141,153,24,0,0,72,52,7,0,84,
-184,136,13,152,37,253,255,75,8,0,0,72,13,1,224,59,20,0,1,128,
-120,251,227,127,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-232,255,33,148,16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,
-184,136,13,136,0,0,128,57,189,7,0,84,130,3,224,59,8,0,129,145,
-76,0,130,65,28,0,192,63,240,85,126,56,8,0,129,56,229,219,255,75,
-121,27,127,124,52,0,130,64,8,0,97,129,127,7,106,85,36,0,130,64,
-109,108,8,72,240,85,126,56,65,225,255,75,120,27,127,124,0,0,96,56,
-1,147,4,72,120,251,227,127,12,0,0,72,141,3,224,59,120,251,227,127,
-28,0,1,128,20,0,225,131,16,0,193,131,166,3,8,124,24,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,28,0,96,60,
-240,85,99,56,153,225,255,75,0,0,3,44,16,0,130,64,184,136,13,136,
-118,7,0,84,184,136,13,152,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,28,0,96,60,
-240,85,99,56,1,226,255,75,0,0,3,44,16,0,130,64,184,136,13,136,
-8,0,0,96,184,136,13,152,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,166,2,8,124,4,0,1,144,232,255,33,148,239,0,0,56,
-8,0,1,152,0,0,0,56,12,0,1,144,8,0,129,56,12,0,161,56,
-28,0,96,60,240,85,99,56,97,185,255,75,0,0,3,44,200,0,130,65,
-184,136,109,137,181,6,107,85,128,0,130,65,166,0,96,124,254,143,96,84,
-1,0,12,104,63,6,140,85,56,0,130,65,11,0,96,60,188,248,99,56,
-169,20,5,72,12,0,97,129,8,0,1,128,16,0,1,144,16,0,97,56,
-20,0,97,145,205,251,255,75,28,0,1,128,24,0,33,56,166,3,8,124,
-32,0,128,78,8,0,129,56,36,0,96,60,236,157,99,56,255,255,160,56,
-25,107,5,72,212,192,109,56,64,0,128,60,0,0,160,56,57,56,9,72,
-28,0,1,128,24,0,33,56,166,3,8,124,32,0,128,78,11,0,96,60,
-172,248,99,56,229,183,5,72,8,0,129,136,11,0,96,60,228,248,99,56,
-213,183,5,72,11,0,96,60,212,248,99,56,201,183,5,72,12,0,129,128,
-252,129,98,56,189,183,5,72,250,129,98,56,181,183,5,72,28,0,1,128,
-24,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,19,0,224,63,112,177,255,59,16,0,159,137,
-116,7,140,125,5,0,12,44,1,0,0,56,16,0,130,65,6,0,12,44,
-8,0,130,65,0,0,0,56,63,6,0,84,48,0,130,64,141,41,0,72,
-0,0,3,44,20,0,130,65,120,27,100,124,11,0,96,60,240,248,99,56,
-1,20,5,72,120,251,227,127,5,0,128,56,69,6,0,72,65,106,8,72,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,166,0,224,127,
-94,4,235,87,36,1,96,125,19,0,96,60,112,177,99,56,8,0,128,56,
-1,6,0,72,0,0,3,44,16,0,130,64,184,136,13,136,118,7,0,84,
-184,136,13,152,0,128,224,115,166,0,128,125,94,4,140,85,120,3,140,125,
-36,1,128,125,0,0,3,44,8,0,130,64,201,237,255,75,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-19,0,128,61,112,177,140,57,12,0,225,147,166,2,8,124,20,0,1,144,
-16,0,76,137,116,7,74,125,5,0,10,44,124,134,237,139,0,0,96,56,
-1,0,0,56,116,7,255,127,16,0,130,65,6,0,10,44,8,0,130,65,
-0,0,0,56,63,6,0,84,88,0,130,65,120,99,131,125,1,0,128,56,
-157,5,0,72,5,0,3,40,64,0,129,65,184,136,13,136,189,7,0,84,
-12,0,130,64,3,0,31,44,32,0,130,64,11,0,96,60,16,249,99,56,
-49,182,5,72,129,38,0,72,0,0,3,44,24,0,130,65,16,0,0,72,
-250,0,96,56,4,130,130,56,117,90,255,75,241,254,255,75,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,224,255,33,148,
-12,0,97,147,16,0,129,147,20,0,161,147,28,0,225,147,166,2,8,124,
-36,0,1,144,24,0,193,147,0,0,192,59,145,41,6,72,120,27,127,124,
-225,41,6,72,120,251,228,127,120,27,101,124,11,0,96,60,88,249,99,56,
-185,181,5,72,19,0,128,63,112,177,156,59,16,0,60,137,116,7,41,125,
-5,0,9,44,108,192,237,147,1,0,128,57,16,0,130,65,6,0,9,44,
-8,0,130,65,0,0,128,57,63,6,140,85,16,0,130,64,13,137,4,72,
-16,0,60,137,116,7,41,125,20,0,124,131,4,0,9,44,24,0,130,64,
-120,227,131,127,8,0,128,56,105,4,0,72,16,0,60,137,116,7,41,125,
-8,0,9,44,52,0,130,64,0,0,27,44,0,0,224,59,40,0,130,65,
-255,7,102,87,20,0,130,65,120,251,229,127,95,0,96,56,8,130,130,56,
-141,89,255,75,127,248,123,87,1,0,255,59,224,255,130,64,184,136,13,136,
-189,7,0,84,104,1,130,65,16,0,60,137,116,7,41,125,5,0,9,44,
-1,0,0,56,16,0,130,65,6,0,9,44,8,0,130,65,0,0,0,56,
-63,6,0,84,240,0,130,65,166,0,224,127,94,4,232,87,36,1,0,125,
-120,227,131,127,120,219,100,127,149,4,0,72,0,0,160,59,1,0,96,57,
-48,232,96,125,57,0,96,127,20,0,130,64,120,227,131,127,62,6,164,87,
-255,255,160,56,81,4,0,72,1,0,189,59,16,0,29,44,216,255,128,65,
-0,0,27,44,120,227,131,127,36,0,130,65,6,0,128,56,153,3,0,72,
-0,128,230,115,166,0,224,124,94,4,231,84,120,51,231,124,36,1,224,124,
-40,0,0,72,17,5,0,72,184,136,13,136,0,128,230,115,118,7,0,84,
-184,136,13,152,166,0,224,124,94,4,231,84,120,51,231,124,36,1,224,124,
-0,0,27,44,12,0,130,64,77,235,255,75,120,27,126,124,0,0,224,59,
-1,0,32,57,48,248,40,125,57,64,106,127,20,0,130,65,120,251,229,127,
-79,0,96,56,8,130,130,56,129,88,255,75,1,0,255,59,16,0,31,44,
-216,255,128,65,124,134,13,136,116,7,0,124,3,0,0,44,112,0,130,65,
-40,0,0,72,9,0,9,44,16,0,130,65,120,227,131,127,225,3,0,72,
-120,27,126,124,124,134,13,136,116,7,0,124,3,0,0,44,72,0,130,65,
-11,0,96,60,48,249,99,56,209,179,5,72,25,250,255,75,120,27,126,124,
-120,227,131,127,237,2,0,72,69,6,9,72,165,247,255,75,120,243,195,127,
-48,0,0,72,120,227,131,127,1,0,128,56,173,2,0,72,120,227,131,127,
-141,3,0,72,120,27,126,124,120,227,131,127,189,2,0,72,21,6,9,72,
-117,247,255,75,120,243,195,127,20,0,161,131,24,0,193,131,28,0,225,131,
-36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,
-32,0,128,78,232,255,33,148,12,0,161,147,16,0,193,147,166,2,8,124,
-28,0,1,144,20,0,225,147,19,0,224,63,112,177,255,59,16,0,127,137,
-116,7,107,125,5,0,11,44,1,0,0,56,16,0,130,65,6,0,11,44,
-8,0,130,65,0,0,0,56,63,6,0,84,108,0,130,65,0,0,160,59,
-120,235,163,127,157,216,8,72,252,13,160,87,20,2,63,125,24,0,9,168,
-254,255,0,44,62,6,163,87,16,0,130,64,241,13,9,72,1,0,189,59,
-48,0,0,72,255,255,0,44,62,6,190,87,120,243,195,127,24,0,129,64,
-17,14,9,72,120,243,195,127,229,13,9,72,1,0,189,59,12,0,0,72,
-217,13,9,72,1,0,189,59,16,0,29,44,164,255,128,65,173,134,4,72,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,8,0,193,147,19,0,192,63,112,177,222,59,16,0,158,137,
-116,7,140,125,5,0,12,44,1,0,0,56,120,27,127,124,16,0,130,65,
-6,0,12,44,8,0,130,65,0,0,0,56,63,6,0,84,224,0,130,64,
-9,0,12,44,216,0,130,65,96,239,96,60,28,7,99,56,0,0,99,128,
-255,191,96,84,8,0,130,64,193,100,8,72,184,136,77,137,57,7,74,85,
-12,0,130,64,0,0,31,44,8,1,130,65,19,0,192,63,112,177,222,59,
-16,0,30,136,116,7,0,124,3,0,0,44,12,0,130,64,0,0,31,44,
-80,0,130,65,120,243,195,127,4,0,128,56,245,0,0,72,45,215,8,72,
-120,27,100,124,120,243,195,127,177,1,0,72,117,185,6,72,109,185,6,72,
-81,133,8,72,48,134,13,128,0,0,0,44,24,0,130,64,97,185,6,72,
-48,134,77,129,0,0,10,44,8,0,130,64,221,134,8,72,217,35,0,72,
-120,243,195,127,5,0,128,56,169,0,0,72,165,100,8,72,11,0,96,60,
-172,249,99,56,237,13,5,72,197,18,5,72,184,136,141,137,118,7,140,85,
-28,0,96,60,240,85,99,56,184,136,141,153,125,191,255,75,60,0,0,72,
-184,136,109,137,57,7,107,85,84,0,130,65,105,100,8,72,11,0,96,60,
-172,249,99,56,177,13,5,72,137,18,5,72,184,136,141,137,118,7,140,85,
-28,0,96,60,240,85,99,56,184,136,141,153,65,191,255,75,96,239,96,60,
-28,7,99,56,0,0,99,128,255,191,108,84,240,255,130,65,11,0,96,60,
-120,249,99,56,117,13,5,72,53,136,4,72,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,16,0,163,56,
-16,0,131,152,0,0,128,56,1,0,192,56,184,48,5,72,24,0,163,56,
-5,0,128,56,32,0,192,56,168,48,5,72,0,0,0,56,56,0,3,152,
-56,0,163,56,37,0,128,56,1,0,192,56,144,48,5,72,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,56,0,131,137,120,27,127,124,
-20,34,140,125,1,0,192,56,37,0,128,56,56,0,131,153,56,0,191,56,
-97,48,5,72,0,0,3,44,255,255,0,56,12,0,130,64,56,0,31,136,
-116,7,0,124,62,6,3,84,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,16,0,4,40,12,0,128,65,10,1,96,56,
-32,0,128,78,60,8,132,84,20,34,131,125,24,0,172,176,96,255,255,75,
-20,0,163,56,20,0,131,144,1,0,128,56,4,0,192,56,0,48,5,72,
-20,0,131,129,120,35,140,125,20,0,163,56,4,0,192,56,1,0,128,56,
-20,0,131,145,228,47,5,72,240,255,33,148,0,0,96,57,12,0,225,147,
-120,27,127,124,166,2,8,124,20,0,1,144,16,0,127,153,20,0,127,145,
-56,0,127,153,22,0,159,57,255,255,0,56,16,0,64,57,166,3,73,125,
-2,0,12,180,252,255,0,66,120,251,227,127,16,0,191,56,0,0,128,56,
-1,0,192,56,149,47,5,72,0,0,3,44,40,0,130,64,120,251,227,127,
-20,0,191,56,1,0,128,56,4,0,192,56,121,47,5,72,0,0,3,44,
-12,0,130,64,120,251,227,127,181,254,255,75,0,0,3,44,24,0,130,64,
-120,251,227,127,56,0,191,56,37,0,128,56,1,0,192,56,77,47,5,72,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-20,0,31,128,0,0,0,44,24,0,130,65,11,0,96,60,184,249,99,56,
-210,0,128,56,0,0,160,56,89,80,255,75,120,251,227,127,7,0,128,56,
-49,254,255,75,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,232,255,33,148,20,0,225,147,12,0,161,147,16,0,193,147,
-166,2,8,124,28,0,1,144,8,0,129,147,120,27,124,124,20,0,28,128,
-120,35,159,124,1,0,32,57,48,248,62,125,57,240,11,124,188,0,130,65,
-11,0,96,60,204,249,99,56,209,174,5,72,166,0,160,127,94,4,170,87,
-36,1,64,125,20,0,28,128,4,0,192,56,1,0,128,56,120,240,0,124,
-120,227,131,127,20,0,188,56,20,0,28,144,117,46,5,72,121,27,126,124,
-60,8,255,87,20,250,92,125,254,255,128,57,24,0,138,177,16,0,130,64,
-120,227,131,127,161,253,255,75,120,27,126,124,20,0,220,128,0,0,6,44,
-60,0,130,64,120,227,131,127,93,254,255,75,120,227,131,127,1,255,255,75,
-184,136,237,136,118,7,231,84,0,128,168,115,184,136,237,152,166,0,32,125,
-94,4,41,85,120,67,41,125,36,1,32,125,69,229,255,75,137,241,255,75,
-0,128,171,115,166,0,128,125,94,4,140,85,120,91,140,125,36,1,128,125,
-8,0,0,72,10,1,192,59,120,243,195,127,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,12,0,161,147,16,0,193,147,166,2,8,124,
-28,0,1,144,20,0,225,147,120,27,127,124,20,0,223,131,0,0,30,44,
-0,0,96,56,120,27,125,124,36,0,130,65,255,7,192,87,16,0,130,65,
-120,251,227,127,62,6,164,87,169,254,255,75,127,248,222,87,1,0,189,59,
-228,255,130,64,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,20,0,131,129,1,0,0,56,11,0,96,60,
-228,249,99,56,48,32,0,124,56,96,12,124,255,255,12,48,16,97,224,127,
-120,251,229,127,89,173,5,72,20,0,1,128,120,251,227,127,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,16,0,159,136,11,0,96,60,
-116,7,132,124,64,250,99,56,25,173,5,72,20,0,159,128,11,0,96,60,
-0,250,99,56,9,173,5,72,56,0,159,136,11,0,96,60,32,250,99,56,
-249,172,5,72,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-120,27,127,124,209,48,5,72,120,251,227,127,16,0,191,56,0,0,128,56,
-1,0,192,56,121,37,5,72,120,251,227,127,20,0,191,56,1,0,128,56,
-4,0,192,56,101,37,5,72,120,251,227,127,24,0,191,56,5,0,128,56,
-32,0,192,56,81,37,5,72,120,251,227,127,56,0,191,56,37,0,128,56,
-1,0,192,56,61,37,5,72,120,251,227,127,57,255,255,75,12,0,225,131,
-20,0,1,128,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,121,27,127,124,166,2,8,124,20,0,1,144,20,0,130,64,
-60,0,96,56,189,150,5,72,121,27,127,124,20,0,130,65,120,251,227,127,
-3,0,128,56,38,0,160,56,217,47,5,72,20,0,1,128,120,251,227,127,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,216,255,33,148,
-12,0,33,147,16,0,65,147,20,0,97,147,24,0,129,147,28,0,161,147,
-32,0,193,147,36,0,225,147,166,2,8,124,44,0,1,144,0,0,99,131,
-0,0,164,131,121,234,96,127,11,0,32,63,168,250,57,59,176,0,130,65,
-13,0,64,59,126,231,188,87,126,199,190,87,4,0,185,136,116,7,165,124,
-4,0,5,44,0,0,128,57,36,0,130,64,112,0,160,56,118,6,96,87,
-118,6,169,87,121,74,0,124,120,227,159,127,1,0,128,57,104,0,130,65,
-68,0,0,72,8,0,5,44,36,0,130,64,0,7,160,56,110,5,96,87,
-110,5,169,87,121,74,0,124,120,243,223,127,1,0,128,57,64,0,130,65,
-28,0,0,72,1,0,0,56,48,40,5,124,56,40,96,127,56,40,169,127,
-121,74,0,124,36,0,130,65,0,0,12,44,8,0,130,65,120,251,229,127,
-0,0,121,129,120,235,164,127,166,3,105,125,120,219,99,127,33,4,128,78,
-255,255,90,55,8,0,57,59,100,255,130,64,32,0,193,131,24,0,129,131,
-20,0,97,131,28,0,161,131,36,0,225,131,44,0,1,128,16,0,65,131,
-12,0,33,131,166,3,8,124,40,0,33,56,32,0,128,78,0,0,4,44,
-12,0,130,64,9,0,96,56,32,0,128,78,0,0,131,129,1,0,128,85,
-255,255,96,49,16,1,11,124,63,6,0,84,12,0,130,64,1,0,96,56,
-32,0,128,78,67,0,128,85,255,255,96,49,16,1,107,125,63,6,107,85,
-12,0,130,64,2,0,96,56,32,0,128,78,25,3,128,85,255,255,96,49,
-16,1,11,124,63,6,0,84,24,0,130,64,141,1,128,85,255,255,96,49,
-16,1,11,124,63,6,0,84,12,0,130,65,7,0,96,56,32,0,128,78,
-57,7,128,85,255,255,96,49,16,1,11,124,63,6,0,84,12,0,130,65,
-0,0,96,56,32,0,128,78,41,5,128,85,255,255,96,49,16,1,107,125,
-63,6,107,85,12,0,130,65,3,0,96,56,32,0,128,78,99,4,128,85,
-255,255,96,49,16,1,11,124,63,6,0,84,12,0,130,65,4,0,96,56,
-32,0,128,78,75,1,128,85,255,255,96,49,16,1,107,125,63,6,107,85,
-24,0,130,64,207,1,128,85,255,255,96,49,16,1,107,125,63,6,107,85,
-12,0,130,65,8,0,96,56,32,0,128,78,33,4,128,85,255,255,96,49,
-16,1,107,125,63,6,107,85,44,0,130,64,107,5,139,85,255,255,11,48,
-16,89,0,124,63,6,0,84,24,0,130,64,115,6,128,85,255,255,96,49,
-16,1,107,125,63,6,107,85,12,0,130,65,5,0,96,56,32,0,128,78,
-6,0,96,56,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-169,254,255,75,12,0,128,61,168,247,140,57,10,0,0,56,166,3,9,124,
-8,0,12,140,116,7,0,124,64,24,0,124,24,0,130,64,12,0,1,128,
-4,0,108,128,8,0,33,56,166,3,8,124,32,0,128,78,220,255,0,66,
-12,0,1,128,8,0,33,56,166,3,8,124,44,130,98,56,32,0,128,78,
-240,255,33,148,120,27,100,124,244,1,67,57,0,80,4,124,0,0,224,56,
-12,0,225,147,12,0,32,61,16,248,41,57,239,255,233,59,8,0,193,147,
-60,130,130,57,255,255,108,56,56,130,130,57,255,255,204,59,248,0,128,64,
-255,255,196,56,120,243,200,127,4,0,128,57,166,3,137,125,1,0,102,141,
-1,0,136,141,81,88,140,125,16,0,130,64,0,0,11,44,8,0,130,65,
-232,255,0,66,0,0,12,44,184,0,130,64,4,0,132,56,255,255,100,57,
-120,91,108,125,1,0,12,141,117,7,8,125,248,255,130,64,81,96,132,125,
-152,0,130,65,120,27,102,124,20,98,164,124,4,0,128,57,166,3,137,125,
-1,0,5,141,1,0,134,141,81,64,140,125,16,0,130,64,0,0,8,44,
-8,0,130,65,232,255,0,66,0,0,12,44,100,0,130,64,120,251,232,127,
-16,0,128,57,166,3,137,125,1,0,171,140,116,7,165,124,121,43,166,124,
-1,0,168,156,20,0,130,64,0,0,12,44,255,255,8,57,24,0,130,64,
-48,0,0,72,255,255,140,57,216,255,0,66,0,0,12,44,32,0,130,65,
-1,0,12,40,0,0,96,57,8,0,128,64,1,0,128,57,166,3,137,125,
-1,0,104,157,252,255,0,66,0,0,233,152,1,0,132,56,0,80,4,124,
-16,255,128,65,12,0,225,131,8,0,193,131,16,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,196,136,13,160,57,7,0,84,
-44,0,130,64,0,1,96,56,93,28,6,72,0,0,3,44,28,0,130,65,
-11,0,96,60,16,251,99,56,83,0,128,56,0,0,160,56,249,72,255,75,
-0,0,3,44,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-192,255,33,148,48,0,129,147,52,0,161,147,56,0,193,147,60,0,225,147,
-166,2,8,124,68,0,1,144,196,136,13,160,0,32,160,63,57,7,0,84,
-2,0,192,63,0,0,189,59,28,0,130,65,11,0,96,60,60,251,99,56,
-129,167,5,72,0,2,128,57,24,0,157,145,108,1,0,72,0,2,0,56,
-28,0,29,144,12,0,97,56,102,85,128,60,136,119,132,56,181,116,3,72,
-12,0,97,56,41,146,3,72,0,0,3,44,28,0,130,64,11,0,96,60,
-108,251,99,56,65,167,5,72,0,2,128,57,24,0,157,145,44,1,0,72,
-12,0,97,56,1,106,3,72,120,27,127,124,64,240,31,124,8,0,129,64,
-120,243,223,127,120,251,227,127,65,147,5,72,121,27,124,124,28,0,130,64,
-11,0,96,60,132,251,99,56,1,167,5,72,0,2,128,57,24,0,157,145,
-236,0,0,72,12,0,97,56,0,0,128,56,8,0,161,56,193,144,3,72,
-8,0,161,128,64,248,5,124,12,0,129,64,120,251,229,127,8,0,161,144,
-120,227,132,127,12,0,97,56,0,0,192,56,120,51,199,124,9,113,3,72,
-0,0,3,44,16,0,130,65,11,0,96,60,180,251,99,56,169,166,5,72,
-12,0,224,63,120,227,131,127,81,253,255,75,196,136,13,160,255,7,0,84,
-32,0,130,65,0,248,159,56,11,0,96,60,208,251,99,56,129,166,5,72,
-120,227,131,127,169,146,5,72,100,0,0,72,120,227,132,127,0,0,96,56,
-120,243,197,127,17,100,8,72,121,27,126,124,44,0,130,64,0,248,159,56,
-11,0,96,60,236,251,99,56,77,166,5,72,196,136,13,160,120,227,131,127,
-1,0,0,96,196,136,13,176,105,146,5,72,36,0,0,72,45,86,3,72,
-120,243,196,127,120,27,101,124,11,0,96,60,28,251,99,56,29,166,5,72,
-120,227,131,127,69,146,5,72,0,2,128,57,24,0,157,145,56,0,193,131,
-60,0,225,131,68,0,1,128,52,0,161,131,48,0,129,131,166,3,8,124,
-64,0,33,56,32,0,128,78,224,255,33,148,28,0,225,147,16,0,129,147,
-20,0,161,147,166,2,8,124,36,0,1,144,24,0,193,147,12,0,97,147,
-120,43,187,124,120,27,126,124,0,0,190,128,120,35,159,124,0,0,255,128,
-64,56,5,124,11,0,128,63,112,253,156,59,20,0,130,65,120,227,131,127,
-204,6,128,56,0,0,160,56,189,70,255,75,4,0,222,136,4,0,31,136,
-64,0,6,124,20,0,130,65,120,227,131,127,205,6,128,56,0,0,160,56,
-157,70,255,75,120,243,195,127,120,251,228,127,12,0,160,56,17,196,5,72,
-8,0,59,129,0,0,9,44,64,0,130,64,120,227,131,127,210,6,128,56,
-0,0,160,56,113,70,255,75,8,0,59,129,0,0,3,44,36,0,130,65,
-16,0,251,131,0,0,160,59,252,255,254,56,121,75,40,125,120,67,0,125,
-120,235,190,127,36,0,129,65,108,0,0,72,16,0,251,131,0,0,160,59,
-252,255,254,56,121,75,40,125,120,67,0,125,120,235,190,127,80,0,129,64,
-166,3,9,124,64,248,7,124,68,0,130,65,120,251,234,127,191,7,75,85,
-120,251,253,127,12,0,130,64,0,0,234,131,36,0,0,72,80,80,75,125,
-0,0,10,128,4,0,234,131,56,24,107,85,48,92,0,124,32,0,107,33,
-48,88,255,127,120,3,255,127,1,0,222,59,188,255,0,66,0,64,30,124,
-28,0,128,65,120,227,131,127,120,243,197,127,234,6,128,56,197,69,255,75,
-8,0,59,129,0,0,3,44,120,251,230,127,191,7,204,84,255,255,9,56,
-8,0,27,144,12,0,130,64,0,0,6,128,36,0,0,72,80,48,204,124,
-4,0,6,128,0,0,198,128,56,24,140,85,48,100,198,124,32,0,140,33,
-48,96,0,124,120,51,0,124,0,0,30,44,12,0,130,64,16,0,27,144,
-48,0,0,72,191,7,171,87,12,0,130,64,0,0,29,144,32,0,0,72,
-0,0,29,152,62,194,12,84,1,0,157,153,62,194,140,85,2,0,157,153,
-62,194,140,85,3,0,157,153,191,7,224,87,12,0,130,64,0,0,127,147,
-32,0,0,72,0,0,127,155,62,194,101,87,1,0,191,152,62,194,165,84,
-2,0,191,152,62,194,165,84,3,0,191,152,20,0,161,131,24,0,193,131,
-28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,
-32,0,33,56,32,0,128,78,0,0,0,56,23,0,128,61,200,20,12,152,
-12,0,96,60,20,248,99,56,116,137,5,72,208,255,33,148,32,0,129,147,
-166,2,8,124,52,0,1,144,44,0,225,147,120,27,127,124,0,0,96,56,
-40,0,193,147,41,0,192,63,36,0,161,147,8,0,161,59,6,0,31,136,
-189,7,0,84,44,0,130,65,5,0,159,139,120,251,227,127,120,235,165,127,
-120,227,134,127,0,0,128,56,109,21,6,72,228,2,126,56,120,235,164,127,
-120,227,133,127,81,121,8,72,8,0,255,131,0,0,31,44,12,0,130,65,
-0,0,3,44,188,255,130,65,40,0,193,131,44,0,225,131,52,0,1,128,
-36,0,161,131,32,0,129,131,166,3,8,124,48,0,33,56,32,0,128,78,
-208,255,33,148,166,2,8,124,52,0,1,144,36,0,161,147,40,0,193,147,
-120,27,126,124,0,0,96,56,120,27,125,124,44,0,225,147,8,0,225,59,
-28,0,97,147,41,0,96,63,32,0,129,147,1,0,128,63,36,0,0,72,
-8,0,191,147,12,0,191,147,16,0,159,147,228,2,123,56,120,251,228,127,
-128,0,160,56,197,120,8,72,1,0,189,63,64,240,29,124,12,0,128,64,
-0,0,3,44,212,255,130,65,36,0,161,131,40,0,193,131,44,0,225,131,
-52,0,1,128,32,0,129,131,28,0,97,131,166,3,8,124,48,0,33,56,
-32,0,128,78,232,255,33,148,12,0,161,147,16,0,193,147,20,0,225,147,
-166,2,8,124,28,0,1,144,166,0,160,127,94,4,160,87,36,1,0,124,
-11,0,96,60,72,254,99,56,101,162,5,72,0,0,96,56,25,68,1,72,
-120,27,126,124,3,0,128,56,125,65,1,72,0,0,30,44,120,27,127,124,
-28,0,130,65,48,0,158,129,12,0,76,129,120,243,195,127,3,0,128,56,
-166,3,73,125,33,4,128,78,0,128,172,115,166,0,0,124,94,4,0,84,
-120,99,0,124,36,1,0,124,120,251,227,127,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-23,0,96,60,168,20,99,56,11,0,128,60,100,254,132,56,1,0,160,56,
-196,206,3,72,0,0,3,44,32,0,130,77,255,7,128,84,32,0,130,77,
-236,141,5,72,120,0,99,56,100,125,8,72,240,255,33,148,12,0,225,147,
-0,0,32,57,23,0,96,61,204,20,107,57,120,91,108,125,236,255,76,57,
-166,2,8,124,20,0,1,144,47,0,0,56,166,3,9,124,20,0,140,57,
-20,0,138,149,19,0,42,153,244,255,0,66,0,0,128,56,172,3,139,144,
-191,3,139,152,60,134,109,145,23,0,224,63,140,24,255,59,120,251,227,127,
-64,0,160,56,121,61,255,75,52,0,31,128,1,0,0,96,52,0,31,144,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-16,0,4,40,0,0,128,57,20,0,128,64,168,4,4,28,43,0,128,61,
-104,212,140,57,20,2,140,125,0,0,12,44,32,0,130,77,163,0,12,136,
-0,0,0,44,32,0,130,77,184,136,13,136,254,255,0,84,162,0,12,152,
-32,0,128,78,16,0,4,40,0,0,128,57,20,0,128,64,168,4,4,28,
-43,0,128,61,104,212,140,57,20,2,140,125,0,0,12,44,32,0,130,77,
-161,0,12,136,0,0,0,44,32,0,130,77,184,136,13,136,254,255,0,84,
-160,0,12,152,32,0,128,78,104,192,13,136,100,0,128,57,80,99,0,16,
-100,192,13,144,32,0,128,78,200,255,33,148,52,0,225,147,120,35,159,124,
-16,0,31,40,20,0,225,146,24,0,1,147,28,0,33,147,36,0,97,147,
-40,0,129,147,44,0,161,147,48,0,193,147,166,2,8,124,60,0,1,144,
-32,0,65,147,0,0,64,59,16,0,128,64,168,4,255,28,43,0,7,61,
-104,212,72,59,0,0,26,44,160,7,130,65,120,251,227,127,197,163,8,72,
-121,27,123,124,144,7,130,65,8,0,155,131,0,0,28,44,132,7,130,65,
-1,0,26,136,25,0,250,155,0,0,26,152,104,0,252,128,100,0,39,129,
-120,227,131,127,166,3,41,125,33,4,128,78,255,255,67,49,17,25,170,127,
-16,0,130,64,0,0,122,137,184,7,107,85,0,0,122,153,20,0,154,129,
-123,7,140,85,0,0,192,59,20,0,130,65,20,0,26,128,184,7,0,84,
-1,0,192,59,20,0,26,144,104,0,188,128,156,1,197,128,120,227,131,127,
-16,0,129,56,166,3,201,124,33,4,128,78,26,0,250,136,0,0,7,44,
-28,0,130,65,16,0,1,129,0,0,8,44,16,0,130,65,0,0,3,44,
-8,0,130,64,1,0,192,59,184,136,109,137,255,255,105,85,68,0,130,65,
-255,7,106,85,1,0,160,56,28,0,130,65,36,134,141,129,57,7,139,85,
-255,255,11,48,16,89,128,125,63,6,140,85,20,0,130,64,32,128,13,137,
-0,0,8,44,8,0,130,64,0,0,160,56,63,6,165,84,8,0,130,64,
-1,0,192,59,104,0,188,128,116,0,197,128,19,0,32,63,166,3,201,124,
-112,177,57,59,120,227,131,127,33,4,128,78,20,0,26,129,8,0,161,56,
-12,0,129,56,255,255,227,48,16,25,199,124,120,227,131,127,188,15,200,80,
-20,0,26,145,145,193,6,72,8,0,1,129,144,0,90,161,64,64,10,124,
-12,0,161,128,16,0,130,65,0,0,5,44,44,0,129,64,56,0,0,72,
-146,0,58,161,64,40,9,124,20,0,130,64,0,0,26,136,255,247,9,84,
-0,2,130,65,0,1,0,72,0,0,5,44,20,0,129,65,0,0,26,136,
-255,247,9,84,232,1,130,65,232,0,0,72,0,0,8,44,20,0,129,65,
-0,0,26,136,255,247,9,84,208,1,130,65,208,0,0,72,16,0,217,136,
-116,7,198,124,5,0,6,44,1,0,0,56,16,0,130,65,6,0,6,44,
-8,0,130,65,0,0,0,56,63,6,0,84,0,0,26,136,116,7,0,124,
-36,0,130,65,62,6,0,84,254,247,9,84,62,4,10,85,144,0,90,177,
-146,0,186,176,0,0,128,57,148,0,154,177,60,0,0,72,62,6,0,84,
-255,247,9,84,28,0,130,65,120,219,99,127,41,162,8,72,0,0,26,136,
-8,0,1,129,12,0,161,128,254,247,9,84,62,4,10,85,144,0,90,177,
-146,0,186,176,0,0,128,57,148,0,154,177,120,43,167,124,1,0,0,56,
-16,0,96,57,166,3,105,125,48,96,11,124,64,88,7,124,20,0,130,64,
-148,0,154,177,255,255,133,57,150,0,154,177,20,0,0,72,1,0,140,57,
-224,255,0,66,255,255,133,57,150,0,154,177,0,0,9,44,0,1,130,65,
-19,0,0,63,216,179,216,132,212,135,237,168,214,43,8,124,58,16,0,84,
-214,59,134,124,214,67,164,124,0,40,0,124,120,43,172,124,8,0,128,64,
-120,3,12,124,62,6,140,85,64,40,12,124,24,0,154,153,4,0,0,56,
-8,0,130,64,3,0,0,56,148,0,58,161,60,8,231,84,0,54,192,56,
-214,99,166,124,48,72,168,124,215,59,232,126,62,6,0,84,22,0,26,152,
-68,0,130,64,11,0,96,60,40,0,99,56,9,2,128,56,0,0,160,56,
-145,62,255,75,0,0,216,128,0,0,3,44,144,0,90,161,212,135,237,168,
-24,0,154,137,22,0,26,136,214,59,134,124,16,0,130,65,0,48,23,44,
-20,0,129,64,12,0,0,72,0,48,23,44,8,0,129,64,0,48,224,58,
-16,3,108,17,214,91,4,125,60,8,12,85,85,85,96,61,86,85,107,57,
-150,96,11,125,156,0,250,178,60,8,74,85,112,254,128,125,80,64,0,125,
-0,64,10,124,8,0,129,64,120,83,72,125,0,184,8,124,120,187,229,126,
-8,0,128,64,120,67,5,125,158,0,186,176,0,0,29,44,11,0,0,63,
-44,2,130,65,20,0,218,128,57,7,198,84,0,0,26,136,116,7,0,124,
-20,0,130,65,62,6,0,84,255,247,9,84,40,0,130,65,64,0,0,72,
-62,6,0,84,255,247,9,84,252,1,130,65,2,0,250,136,123,7,231,84,
-240,1,130,64,0,0,9,44,32,0,130,64,11,0,96,60,56,0,99,56,
-145,156,5,72,152,0,26,129,0,0,8,44,208,0,130,64,44,0,0,72,
-0,0,30,44,11,0,96,60,76,0,99,56,12,0,130,65,11,0,96,60,
-208,255,99,56,101,156,5,72,152,0,26,129,0,0,8,44,164,0,130,64,
-20,0,26,128,57,7,0,84,16,0,130,65,116,0,90,169,0,0,10,44,
-140,0,130,64,100,0,120,56,57,156,5,72,16,0,217,136,116,7,198,124,
-5,0,6,44,1,0,0,56,16,0,130,65,6,0,6,44,8,0,130,65,
-0,0,0,56,63,6,0,84,28,1,130,65,104,0,220,128,36,1,230,128,
-120,227,131,127,166,3,233,124,33,4,128,78,20,0,154,129,118,7,140,85,
-120,203,35,127,62,6,228,87,20,0,154,145,213,236,255,75,255,255,32,57,
-4,0,58,145,8,0,58,145,0,0,0,56,12,0,26,144,16,0,26,152,
-17,0,26,152,18,0,26,152,19,0,26,152,28,0,26,144,4,1,0,72,
-11,0,96,60,244,255,99,56,173,155,5,72,120,211,67,127,113,40,6,72,
-0,0,3,44,120,0,130,65,104,0,28,129,36,1,40,129,120,227,131,127,
-166,3,41,125,33,4,128,78,120,251,227,127,255,255,128,56,205,157,0,72,
-120,251,229,127,94,0,96,56,104,130,130,56,205,63,255,75,20,0,154,129,
-118,7,140,85,120,203,35,127,62,6,228,87,20,0,154,145,69,236,255,75,
-255,255,32,57,4,0,58,145,8,0,58,145,0,0,0,56,12,0,26,144,
-16,0,26,152,17,0,26,152,18,0,26,152,19,0,26,152,28,0,26,144,
-116,0,0,72,0,0,122,137,104,130,130,56,184,7,107,85,120,251,229,127,
-79,0,96,56,0,0,122,153,109,63,255,75,0,0,218,136,2,0,154,137,
-64,96,6,124,64,2,130,65,12,2,0,72,20,0,154,129,118,7,140,85,
-120,203,35,127,62,6,228,87,20,0,154,145,209,235,255,75,255,255,32,57,
-4,0,58,145,8,0,58,145,0,0,0,56,12,0,26,144,16,0,26,152,
-17,0,26,152,18,0,26,152,19,0,26,152,28,0,26,144,0,0,30,44,
-16,0,130,65,0,0,122,137,184,7,107,85,0,0,122,153,0,0,154,137,
-123,7,140,85,156,1,130,64,2,0,26,136,123,7,0,84,28,1,130,65,
-11,0,96,60,4,0,99,56,129,154,5,72,152,0,186,128,0,0,5,44,
-44,0,130,64,100,0,120,56,109,154,5,72,20,0,218,128,118,7,198,84,
-20,0,218,144,0,0,218,136,2,0,154,137,64,96,6,124,148,1,130,65,
-96,1,0,72,0,0,29,44,96,0,130,65,16,0,217,136,116,7,198,124,
-5,0,6,44,1,0,0,56,16,0,130,65,6,0,6,44,8,0,130,65,
-0,0,0,56,63,6,0,84,24,0,130,64,11,0,96,60,232,255,99,56,
-17,154,5,72,120,219,99,127,225,157,8,72,2,0,154,137,0,0,218,136,
-64,96,6,124,20,0,250,128,118,7,231,84,20,0,250,144,48,1,130,65,
-252,0,0,72,11,0,96,60,112,0,99,56,221,153,5,72,132,0,122,128,
-0,0,3,44,28,0,130,65,49,28,6,72,132,0,122,128,25,0,154,136,
-101,21,6,72,0,0,0,56,132,0,26,144,116,0,218,168,20,0,26,128,
-120,203,35,127,1,0,160,56,62,6,255,87,48,248,164,124,208,0,70,125,
-120,48,76,125,254,15,138,85,56,31,64,81,20,0,26,144,93,233,255,75,
-0,0,218,136,2,0,154,137,64,96,6,124,188,0,130,65,136,0,0,72,
-0,0,29,44,112,0,130,64,11,0,96,60,128,0,99,56,97,153,5,72,
-116,0,250,168,20,0,186,128,208,0,103,125,120,56,96,125,255,15,10,84,
-56,31,69,81,20,0,186,144,56,0,130,65,11,0,96,60,144,0,99,56,
-53,153,5,72,120,203,35,127,62,6,255,87,1,0,0,57,48,248,4,125,
-245,232,255,75,0,0,218,136,2,0,154,137,64,96,6,124,84,0,130,65,
-32,0,0,72,11,0,96,60,168,0,99,56,1,153,5,72,0,0,218,136,
-2,0,154,137,64,96,6,124,52,0,130,65,255,7,192,84,32,0,130,64,
-11,0,96,60,28,0,99,56,221,152,5,72,2,0,186,136,0,0,218,136,
-1,0,165,96,2,0,186,152,2,0,218,152,120,211,67,127,149,41,6,72,
-32,0,65,131,44,0,161,131,48,0,193,131,36,0,97,131,28,0,33,131,
-40,0,129,131,52,0,225,131,60,0,1,128,24,0,1,131,20,0,225,130,
-166,3,8,124,56,0,33,56,32,0,128,78,216,255,33,148,8,0,1,147,
-12,0,33,147,20,0,97,147,24,0,129,147,36,0,225,147,166,2,8,124,
-44,0,1,144,16,0,65,147,120,27,122,124,28,0,161,147,120,35,157,124,
-32,0,193,147,0,0,192,63,68,71,126,56,255,255,128,56,57,19,9,72,
-0,0,3,44,240,255,130,64,25,0,26,136,16,0,0,40,0,0,224,59,
-28,0,128,64,58,16,12,84,20,2,44,125,56,24,41,85,0,0,73,61,
-96,66,42,57,8,0,233,131,0,0,31,44,24,0,130,64,11,0,96,60,
-12,1,99,56,103,11,128,56,0,0,160,56,33,57,255,75,104,0,127,129,
-132,0,139,129,120,251,227,127,1,0,128,56,166,3,137,125,33,4,128,78,
-0,0,29,44,32,1,130,64,16,0,0,72,120,211,67,127,120,251,228,127,
-197,29,6,72,116,0,26,169,0,0,8,44,32,0,130,65,108,0,250,131,
-108,0,122,56,120,251,228,127,185,114,8,72,0,0,31,44,212,255,130,64,
-36,0,0,72,0,0,224,59,28,0,0,72,52,0,31,128,64,0,0,100,
-120,211,67,127,120,251,228,127,52,0,31,144,221,19,6,72,128,0,90,169,
-0,0,10,44,32,0,130,65,120,0,250,131,120,0,122,56,120,251,228,127,
-113,114,8,72,0,0,31,44,200,255,130,64,8,0,0,72,0,0,224,59,
-48,0,96,59,23,0,128,63,204,20,156,59,5,0,0,59,0,0,160,59,
-120,227,153,127,19,0,57,137,116,7,41,125,5,0,9,44,104,0,130,65,
-0,0,121,129,64,208,11,124,92,0,130,64,28,0,0,72,52,0,159,129,
-64,0,140,101,120,211,67,127,120,251,228,127,52,0,159,145,97,19,6,72,
-12,0,25,168,0,0,0,44,32,0,130,65,4,0,249,131,4,0,121,56,
-120,251,228,127,245,113,8,72,0,0,31,44,200,255,130,64,8,0,0,72,
-0,0,224,59,16,0,185,179,19,0,25,155,120,203,35,127,157,20,6,72,
-255,255,123,55,20,0,156,59,128,255,130,64,68,71,126,56,45,14,9,72,
-0,0,3,44,28,0,130,65,11,0,96,60,116,254,99,56,6,1,128,56,
-0,0,160,56,193,55,255,75,0,0,3,44,20,0,97,131,32,0,193,131,
-28,0,161,131,16,0,65,131,24,0,129,131,36,0,225,131,44,0,1,128,
-12,0,33,131,8,0,1,131,166,3,8,124,40,0,33,56,32,0,128,78,
-232,255,33,148,16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,
-12,0,161,147,120,27,125,124,0,0,128,56,189,253,255,75,20,0,29,128,
-254,255,30,84,0,0,30,44,24,0,130,65,44,0,125,56,201,170,7,72,
-121,27,127,124,80,0,130,65,48,0,0,72,104,0,29,168,0,0,0,44,
-24,0,130,65,96,0,253,131,96,0,125,56,120,251,228,127,13,113,8,72,
-8,0,0,72,0,0,224,59,0,0,31,44,32,0,130,65,52,0,127,129,
-64,0,107,101,120,235,163,127,120,251,228,127,52,0,127,145,53,18,6,72,
-160,255,255,75,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,19,0,128,61,216,179,140,129,5,0,0,56,104,192,13,152,
-244,1,0,56,100,192,13,144,0,0,0,56,108,192,13,144,112,22,140,125,
-148,1,12,124,58,16,12,84,80,96,128,125,112,192,141,145,85,111,6,72,
-25,105,6,72,117,1,0,72,173,243,255,75,65,174,7,72,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,20,0,225,147,
-166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,20,0,30,129,
-120,35,159,124,255,255,32,57,4,0,62,145,8,0,62,145,0,0,192,56,
-12,0,222,144,16,0,222,152,17,0,222,152,255,7,7,85,18,0,222,152,
-19,0,222,152,36,0,130,65,152,0,126,129,0,0,11,44,24,0,130,65,
-120,243,195,127,0,0,128,56,109,252,255,75,20,0,222,128,254,7,199,84,
-0,0,64,57,21,0,94,153,23,0,94,153,20,0,126,129,0,0,7,44,
-1,0,0,56,0,0,30,152,1,0,30,152,144,0,94,177,146,0,94,177,
-148,0,94,177,150,0,94,177,132,0,94,145,156,0,94,177,152,0,94,145,
-26,0,30,152,163,0,94,153,162,0,30,152,118,7,107,85,161,0,30,152,
-160,0,94,153,20,0,126,145,68,0,130,64,1,0,128,57,2,0,158,153,
-1,0,96,97,20,0,30,144,32,0,126,56,65,104,6,72,44,0,126,56,
-0,0,128,56,49,172,7,72,96,0,126,56,145,112,8,72,108,0,126,56,
-137,112,8,72,120,0,126,56,129,112,8,72,60,0,0,72,120,251,228,127,
-8,0,97,56,153,243,255,75,32,0,126,56,5,104,6,72,44,0,126,56,
-0,0,128,56,245,171,7,72,96,0,126,56,85,112,8,72,108,0,126,56,
-77,112,8,72,120,0,126,56,69,112,8,72,28,0,1,128,20,0,225,131,
-16,0,193,131,166,3,8,124,24,0,33,56,32,0,128,78,24,0,96,61,
-204,136,107,57,88,134,109,145,12,0,75,57,0,0,0,56,84,134,13,144,
-255,53,32,57,166,3,41,125,248,255,74,145,244,255,10,144,252,255,10,144,
-12,0,74,57,240,255,0,66,58,16,42,85,80,80,9,124,58,16,0,84,
-20,2,75,125,0,0,0,56,4,0,10,144,0,0,10,144,8,0,10,144,
-32,0,128,78,232,255,33,148,12,0,161,147,20,0,225,147,166,2,8,124,
-28,0,1,144,16,0,193,147,120,27,126,124,8,0,30,169,1,0,8,44,
-11,0,160,63,120,35,159,124,20,0,128,64,220,1,125,56,77,5,128,56,
-0,0,160,56,141,52,255,75,166,0,0,125,94,4,7,85,36,1,224,124,
-0,0,30,128,64,0,31,124,4,0,254,128,184,0,130,64,64,56,0,124,
-108,0,130,64,8,0,126,169,0,128,0,113,0,0,128,57,255,255,107,57,
-0,0,158,145,4,0,158,145,8,0,126,177,166,0,192,124,94,4,198,84,
-120,3,198,124,36,1,192,124,53,7,107,125,20,1,128,64,220,1,125,56,
-98,5,128,56,0,0,160,56,37,52,255,75,0,0,3,44,252,0,130,64,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,16,0,127,129,0,0,126,145,20,0,95,129,
-16,0,106,145,16,0,63,129,8,0,158,169,255,255,140,57,0,128,0,113,
-8,0,158,177,20,0,73,145,166,0,192,124,94,4,198,84,120,3,198,124,
-36,1,192,124,53,7,140,125,140,0,128,65,156,0,0,72,20,0,95,129,
-64,56,31,124,64,0,130,65,16,0,127,129,16,0,106,145,16,0,63,129,
-8,0,158,169,255,255,140,57,0,128,0,113,8,0,158,177,20,0,73,145,
-166,0,192,124,94,4,198,84,120,3,198,124,36,1,192,124,53,7,140,125,
-68,0,128,65,84,0,0,72,4,0,94,145,16,0,127,129,16,0,106,145,
-16,0,63,129,8,0,158,169,255,255,140,57,0,128,0,113,8,0,158,177,
-20,0,73,145,166,0,192,124,94,4,198,84,120,3,198,124,36,1,192,124,
-53,7,140,125,24,0,128,64,220,1,125,56,125,5,128,56,0,0,160,56,
-41,51,255,75,0,0,3,44,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-12,0,161,147,166,2,8,124,28,0,1,144,20,0,225,147,120,27,127,124,
-16,0,193,147,11,0,192,63,166,0,160,127,94,4,172,87,36,1,128,125,
-8,0,31,169,0,0,8,44,56,0,130,64,44,2,126,56,16,5,128,56,
-0,0,160,56,193,50,255,75,0,128,160,115,166,0,64,125,94,4,74,85,
-120,3,74,125,36,1,64,125,8,0,127,169,0,0,11,44,116,0,128,65,
-132,0,0,72,0,0,191,128,4,0,31,128,64,0,5,124,0,0,164,144,
-28,0,130,64,0,0,0,56,4,0,31,144,0,0,31,144,255,255,8,56,
-8,0,31,176,36,0,0,72,4,0,223,128,0,0,255,128,16,0,167,128,
-255,255,8,56,8,0,31,176,0,0,191,144,20,0,197,144,16,0,166,144,
-0,128,160,115,166,0,64,125,94,4,74,85,120,3,74,125,36,1,64,125,
-8,0,127,169,0,0,11,44,24,0,128,64,44,2,126,56,54,5,128,56,
-0,0,160,56,33,50,255,75,0,0,3,44,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-23,0,96,61,204,24,107,57,68,134,109,145,12,0,75,57,0,0,0,56,
-64,134,13,144,255,7,32,57,166,3,41,125,248,255,74,145,244,255,10,144,
-252,255,10,144,12,0,74,57,240,255,0,66,58,16,42,85,80,80,9,124,
-58,16,0,84,20,2,75,125,0,0,0,56,4,0,10,144,0,0,10,144,
-8,0,10,144,32,0,128,78,166,0,192,124,94,4,201,84,36,1,32,125,
-8,0,131,169,0,0,12,44,52,0,130,64,0,0,131,144,4,0,131,144,
-20,0,132,144,16,0,132,144,1,0,12,56,8,0,3,176,0,128,199,112,
-166,0,0,125,94,4,8,85,120,59,8,125,36,1,0,125,32,0,128,78,
-4,0,99,129,20,0,100,145,16,0,139,144,0,0,67,129,0,128,199,112,
-1,0,12,56,8,0,3,176,16,0,68,145,20,0,138,144,4,0,131,144,
-166,0,0,125,94,4,8,85,120,59,8,125,36,1,0,125,32,0,128,78,
-0,0,4,44,120,27,108,124,0,0,96,56,32,0,130,77,252,255,108,57,
-166,3,137,124,4,0,11,132,20,2,99,124,248,255,0,66,32,0,128,78,
-0,0,4,44,0,0,128,57,24,0,130,65,252,255,99,57,166,3,137,124,
-4,0,11,132,20,2,140,125,248,255,0,66,208,0,108,124,32,0,128,78,
-232,255,33,148,12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,
-28,0,1,144,96,134,109,128,189,123,5,72,121,27,125,124,120,235,190,127,
-24,0,130,64,11,0,96,60,52,3,99,56,69,1,128,56,0,0,160,56,
-149,48,255,75,92,134,109,128,96,134,173,128,120,235,164,127,105,76,8,72,
-121,27,127,124,64,0,130,65,120,251,229,127,249,0,96,56,11,0,128,60,
-76,3,132,56,165,51,255,75,120,243,195,127,109,123,5,72,120,251,227,127,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,44,128,13,129,14,0,224,56,255,255,61,57,
-255,255,72,57,166,3,233,124,1,0,105,141,1,0,138,141,81,88,12,124,
-8,0,130,64,240,255,0,66,0,0,0,44,56,0,130,65,248,0,96,56,
-112,130,130,56,65,51,255,75,120,243,195,127,9,123,5,72,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,248,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,96,134,13,128,120,235,163,127,190,240,4,84,
-173,254,255,75,0,0,3,44,56,0,130,65,247,0,96,56,112,130,130,56,
-245,50,255,75,120,243,195,127,189,122,5,72,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,247,0,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,14,0,189,59,120,235,163,127,229,180,8,72,20,26,189,127,
-120,235,163,127,1,104,8,72,20,26,189,127,120,235,163,127,37,99,6,72,
-20,26,189,127,120,235,163,127,109,8,6,72,20,26,189,127,120,235,163,127,
-185,70,6,72,20,26,189,127,120,235,163,127,97,166,7,72,20,26,189,127,
-120,235,163,127,249,253,5,72,20,26,189,127,120,235,163,127,29,41,8,72,
-20,26,125,124,141,93,4,72,217,92,4,72,120,243,195,127,41,122,5,72,
-20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,0,0,96,56,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,12,0,161,147,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,96,134,109,128,
-229,121,5,72,121,27,125,124,120,235,191,127,24,0,130,64,11,0,96,60,
-88,3,99,56,186,0,128,56,0,0,160,56,189,46,255,75,96,134,173,128,
-120,251,227,127,0,0,128,56,157,41,255,75,44,128,141,128,120,251,227,127,
-14,0,160,56,33,172,5,72,14,0,255,59,166,0,192,127,94,4,204,87,
-36,1,128,125,120,251,227,127,109,180,8,72,20,26,255,127,120,251,227,127,
-97,103,8,72,20,26,255,127,120,251,227,127,137,98,6,72,20,26,255,127,
-120,251,227,127,189,7,6,72,20,26,255,127,120,251,227,127,65,70,6,72,
-20,26,255,127,120,251,227,127,177,165,7,72,20,26,255,127,120,251,227,127,
-57,254,5,72,20,26,255,127,120,251,227,127,153,40,8,72,20,26,127,124,
-65,93,4,72,96,134,77,129,252,255,42,57,120,235,163,127,190,240,36,85,
-29,253,255,75,8,0,97,144,20,74,125,124,8,0,129,56,4,0,160,56,
-133,171,5,72,96,134,173,128,92,134,109,128,120,235,164,127,29,89,8,72,
-120,27,127,124,9,178,8,72,120,27,100,124,19,0,96,60,112,177,99,56,
-137,220,255,75,0,128,203,115,166,0,0,124,94,4,0,84,120,91,0,124,
-36,1,0,124,120,235,163,127,201,120,5,72,120,251,227,127,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,141,98,4,72,
-11,0,99,61,78,108,107,57,255,5,108,85,120,99,128,125,96,134,109,145,
-20,0,130,65,80,88,128,125,0,2,108,57,96,134,109,145,255,5,108,85,
-0,0,12,44,52,0,130,65,11,0,96,60,112,3,99,56,154,0,128,56,
-0,0,160,56,73,45,255,75,96,134,109,129,0,0,3,44,20,0,130,65,
-126,186,99,85,125,0,6,72,92,134,109,144,16,0,0,72,126,186,99,85,
-109,0,6,72,92,134,109,144,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,0,0,0,56,28,0,128,61,72,85,12,152,12,0,96,60,
-32,248,99,56,144,113,5,72,0,0,3,44,32,0,130,77,255,7,128,84,
-32,0,130,77,224,119,5,72,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,28,0,96,60,116,85,99,56,0,2,128,56,120,35,133,124,
-5,0,192,56,0,1,224,56,120,59,232,124,3,0,32,57,217,137,3,72,
-12,0,96,60,64,249,99,56,61,113,5,72,28,0,224,63,180,85,127,56,
-0,0,128,56,217,170,3,72,12,0,96,60,76,249,99,56,33,113,5,72,
-28,0,96,60,76,85,99,56,0,0,128,56,49,155,3,72,12,0,96,60,
-88,249,99,56,5,113,5,72,180,85,191,56,28,0,96,60,240,85,99,56,
-22,0,128,56,21,181,255,75,12,0,96,60,100,249,99,56,229,112,5,72,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,8,0,193,147,12,0,225,147,166,2,8,124,20,0,1,144,
-109,110,3,72,120,27,126,124,217,117,3,72,120,27,127,124,20,242,3,125,
-136,130,130,57,255,255,44,57,132,130,194,56,255,255,6,56,16,1,0,72,
-255,255,159,57,120,3,6,124,4,0,96,57,166,3,105,125,1,0,76,141,
-1,0,166,140,81,80,229,124,16,0,130,64,0,0,10,44,8,0,130,65,
-232,255,0,66,0,0,7,44,216,0,130,64,4,0,255,59,255,255,159,57,
-120,99,134,125,1,0,230,140,117,7,231,124,248,255,130,64,81,48,127,125,
-184,0,130,65,20,90,159,124,120,75,37,125,4,0,64,57,166,3,73,125,
-1,0,228,140,1,0,101,141,81,56,203,124,16,0,130,64,0,0,7,44,
-8,0,130,65,232,255,0,66,0,0,6,44,132,0,130,64,56,128,77,57,
-255,255,170,56,16,0,96,57,166,3,105,125,1,0,12,140,116,7,0,124,
-121,3,7,124,1,0,5,156,20,0,130,64,0,0,11,44,255,255,165,56,
-24,0,130,64,52,0,0,72,255,255,107,57,216,255,0,66,0,0,11,44,
-36,0,130,65,1,0,11,40,120,91,96,125,0,0,32,57,8,0,128,64,
-1,0,0,56,166,3,9,124,1,0,37,157,252,255,0,66,0,0,0,56,
-72,128,13,152,11,0,96,60,128,4,99,56,56,128,141,56,213,137,5,72,
-32,0,0,72,1,0,255,59,0,64,31,124,240,254,128,65,11,0,96,60,
-128,4,99,56,56,128,141,56,181,137,5,72,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,166,2,8,124,
-4,0,1,144,248,255,33,148,1,0,3,40,0,0,4,168,20,0,128,65,
-52,0,130,65,2,0,3,40,136,0,130,65,144,0,0,72,11,0,96,60,
-152,4,99,56,105,137,5,72,157,183,4,72,244,1,96,56,129,76,5,72,
-140,130,98,56,85,137,5,72,124,0,0,72,62,4,0,84,255,231,12,84,
-52,0,130,65,11,0,96,60,192,4,99,56,57,137,5,72,255,255,96,56,
-81,132,6,72,41,225,8,72,69,132,6,72,244,1,96,56,69,76,5,72,
-140,130,98,56,25,137,5,72,64,0,0,72,11,0,96,60,168,4,99,56,
-9,137,5,72,244,1,96,56,37,76,5,72,140,130,98,56,249,136,5,72,
-32,0,0,72,11,0,96,60,208,4,99,56,233,136,5,72,244,1,96,56,
-5,76,5,72,140,130,98,56,217,136,5,72,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,216,255,33,148,20,0,97,147,24,0,129,147,
-28,0,161,147,32,0,193,147,36,0,225,147,166,2,8,124,44,0,1,144,
-0,0,228,171,120,27,126,124,85,73,1,72,0,0,3,44,20,0,130,64,
-11,0,96,60,36,5,99,56,137,136,5,72,180,1,0,72,1,0,128,59,
-120,243,195,127,0,0,96,59,120,219,100,127,120,219,101,127,8,0,193,56,
-29,30,8,72,120,27,125,124,120,243,195,127,120,235,164,127,117,208,5,72,
-0,0,253,168,0,0,7,44,248,255,130,64,12,0,29,169,0,0,8,44,
-20,0,130,64,10,0,1,160,0,0,0,44,8,0,130,64,0,0,128,59,
-0,0,32,57,0,0,61,177,120,235,163,127,5,24,9,72,255,7,234,87,
-112,0,130,65,120,243,195,127,109,192,7,72,121,27,123,124,48,0,130,64,
-120,243,195,127,153,77,1,72,120,243,198,127,120,27,101,124,34,0,96,56,
-11,0,128,60,56,5,132,56,73,44,255,75,0,0,28,44,252,0,130,65,
-72,0,0,72,1,16,27,44,28,0,130,65,11,0,96,60,244,4,99,56,
-201,135,5,72,0,0,28,44,220,0,130,65,40,0,0,72,0,0,28,44,
-0,0,96,59,204,0,130,65,24,0,0,72,11,0,96,60,220,4,99,56,
-161,135,5,72,0,0,28,44,180,0,130,65,128,134,141,137,117,7,140,125,
-168,0,130,64,62,4,255,87,255,255,224,87,128,0,130,65,0,0,27,44,
-120,0,130,64,120,243,195,127,109,192,7,72,120,27,123,124,96,2,27,44,
-36,0,130,64,120,243,197,127,15,0,96,56,144,130,130,56,181,43,255,75,
-244,1,96,56,113,74,5,72,152,130,98,56,112,0,0,72,0,0,27,44,
-32,0,130,64,11,0,96,60,76,5,99,56,49,135,5,72,244,1,96,56,
-77,74,5,72,152,130,98,56,76,0,0,72,11,0,96,60,12,5,99,56,
-21,135,5,72,244,1,96,56,49,74,5,72,152,130,98,56,48,0,0,72,
-11,0,96,60,100,5,99,56,249,134,5,72,244,1,96,56,21,74,5,72,
-152,130,98,56,20,0,0,72,11,0,96,60,124,5,99,56,221,134,5,72,
-152,130,98,56,213,134,5,72,28,0,161,131,32,0,193,131,36,0,225,131,
-44,0,1,128,24,0,129,131,20,0,97,131,166,3,8,124,40,0,33,56,
-32,0,128,78,56,255,33,148,160,0,193,146,164,0,225,146,168,0,1,147,
-172,0,33,147,180,0,97,147,188,0,161,147,196,0,225,147,176,0,65,147,
-0,32,64,63,255,255,90,59,184,0,129,147,0,0,128,59,192,0,193,147,
-12,0,192,63,184,248,222,59,248,255,190,56,166,2,8,124,204,0,1,144,
-17,0,0,56,166,3,9,124,8,0,197,172,64,48,3,124,12,0,130,65,
-1,0,156,59,240,255,0,66,17,0,28,44,8,0,130,64,16,0,128,59,
-16,0,96,56,177,112,5,72,0,0,3,44,20,0,130,65,0,0,0,57,
-4,0,3,145,8,0,3,145,12,0,3,145,120,27,125,124,4,0,221,128,
-0,0,6,44,2,0,128,57,232,3,160,56,44,1,0,56,88,2,224,56,
-0,0,0,57,100,0,129,153,96,0,161,144,88,0,1,144,84,0,1,153,
-80,0,225,144,76,0,1,153,92,0,1,153,100,0,160,56,112,0,161,144,
-104,0,161,144,3,0,128,57,108,0,129,153,16,0,130,65,8,0,29,129,
-80,64,230,124,112,30,232,124,0,0,6,44,0,0,32,57,16,0,130,65,
-12,0,93,129,80,80,38,125,112,30,41,125,8,0,157,128,64,72,8,124,
-120,35,159,124,76,0,128,64,121,251,234,127,20,0,130,65,0,0,0,56,
-0,0,10,152,232,3,160,56,4,0,170,144,8,0,223,56,56,24,128,87,
-20,2,254,127,4,0,95,129,102,102,128,61,103,102,140,57,150,80,236,126,
-8,0,221,144,112,254,64,125,112,22,247,126,80,184,224,126,112,12,0,72,
-0,0,6,44,36,0,130,64,0,0,6,44,92,0,1,129,68,0,1,145,
-96,0,33,129,0,0,96,59,72,0,33,145,96,0,130,65,80,0,0,72,
-8,0,29,129,80,64,230,124,113,30,224,124,36,0,130,64,0,0,6,44,
-92,0,1,129,68,0,1,145,96,0,33,129,0,0,96,59,72,0,33,145,
-48,0,130,65,32,0,0,72,0,0,6,44,92,0,1,129,68,0,1,145,
-96,0,33,129,0,0,96,59,72,0,33,145,16,0,130,65,12,0,189,128,
-80,40,6,124,112,30,27,124,0,0,6,44,20,0,130,64,0,0,6,44,
-0,0,64,57,176,8,130,65,160,8,0,72,8,0,29,129,80,64,230,124,
-112,30,224,124,80,208,32,125,1,0,9,40,124,8,128,64,0,0,192,56,
-24,0,193,152,44,0,225,59,60,0,193,144,44,0,193,152,11,0,0,63,
-88,4,24,59,15,0,64,57,64,0,65,145,255,255,88,57,1,0,10,141,
-117,7,8,125,248,255,130,64,64,0,161,128,16,0,5,40,80,80,88,127,
-120,251,224,127,8,0,128,65,0,0,31,128,0,0,24,124,12,0,32,63,
-168,2,128,65,16,0,5,40,120,251,234,127,8,0,128,65,0,0,95,129,
-60,0,33,129,20,74,10,124,0,192,0,124,136,2,129,64,16,0,5,40,
-120,251,230,127,8,0,128,65,0,0,223,128,80,192,102,127,64,216,9,124,
-16,0,128,64,40,0,97,56,93,101,5,72,60,0,33,129,80,72,91,125,
-64,80,26,124,8,0,128,64,120,211,74,127,212,87,25,131,20,82,251,126,
-64,184,9,124,120,195,26,127,16,0,128,64,40,0,97,56,45,101,5,72,
-60,0,33,129,80,72,23,124,64,208,0,124,8,0,128,64,120,3,26,124,
-0,0,26,44,228,0,130,65,64,0,161,128,16,0,5,40,120,251,231,127,
-8,0,128,65,0,0,255,128,16,0,5,40,20,186,231,124,120,251,232,127,
-8,0,128,65,0,0,31,129,81,0,26,124,120,3,6,124,20,186,72,125,
-20,210,10,125,128,0,130,65,80,56,168,124,64,48,5,124,68,0,129,65,
-1,0,0,40,20,50,8,125,20,50,231,124,8,0,128,64,1,0,0,56,
-166,3,9,124,255,255,200,140,255,255,199,156,248,255,0,66,64,0,161,128,
-16,0,5,40,60,0,33,129,80,72,26,124,120,251,234,127,76,0,128,65,
-68,0,0,72,1,0,0,40,255,255,8,57,120,3,10,124,255,255,231,56,
-8,0,128,64,1,0,64,57,166,3,73,125,1,0,40,141,1,0,39,157,
-248,255,0,66,64,0,161,128,60,0,33,129,16,0,5,40,80,72,26,124,
-120,251,234,127,8,0,128,65,0,0,95,129,0,0,96,57,25,0,97,153,
-60,0,1,144,174,1,106,125,60,0,33,129,64,216,9,124,8,0,128,64,
-120,75,59,125,0,0,27,44,236,2,130,65,64,0,161,128,16,0,5,40,
-120,251,230,127,8,0,128,65,0,0,223,128,16,0,5,40,120,251,232,127,
-8,0,128,65,0,0,31,129,80,72,27,124,121,3,10,124,120,83,71,125,
-20,218,40,125,136,0,130,65,80,48,9,124,64,56,0,124,72,0,129,65,
-1,0,10,40,20,58,198,124,120,83,72,125,20,58,41,125,8,0,128,64,
-1,0,0,57,166,3,9,125,255,255,169,140,255,255,166,156,248,255,0,66,
-64,0,161,128,16,0,5,40,60,0,33,129,80,72,27,124,120,251,233,127,
-76,0,128,65,68,0,0,72,1,0,10,40,255,255,41,57,120,83,64,125,
-255,255,198,56,8,0,128,64,1,0,0,56,166,3,9,124,1,0,9,141,
-1,0,6,157,248,255,0,66,60,0,33,129,64,0,161,128,80,72,27,124,
-16,0,5,40,120,251,233,127,8,0,128,65,0,0,63,129,0,0,96,57,
-26,0,97,153,60,0,1,144,174,1,105,125,60,0,33,131,12,0,0,61,
-76,248,8,57,124,0,1,145,120,195,8,127,64,200,8,124,30,0,97,153,
-132,0,65,59,116,130,226,56,120,0,225,144,132,0,97,153,15,0,64,57,
-148,0,97,145,128,0,97,59,152,0,65,145,24,2,128,64,16,2,0,72,
-254,255,64,57,64,80,26,124,16,0,129,64,40,0,97,56,205,100,5,72,
-64,0,161,128,64,208,5,124,232,0,128,64,60,0,225,130,254,255,0,56,
-15,0,86,99,64,0,22,124,32,0,129,64,120,211,86,127,1,0,118,56,
-221,107,5,72,0,0,23,44,120,27,123,124,104,0,130,65,68,0,0,72,
-171,170,128,61,171,170,140,57,22,176,12,124,126,248,166,84,126,248,0,84,
-64,48,0,124,20,0,128,64,254,255,70,33,64,80,5,124,8,0,129,65,
-20,50,197,126,1,0,118,56,153,107,5,72,0,0,23,44,120,27,123,124,
-36,0,130,65,64,0,1,128,16,0,0,40,120,219,99,127,120,251,228,127,
-8,0,128,65,0,0,159,128,120,187,229,126,153,159,5,72,64,0,161,128,
-16,0,5,40,12,0,128,65,0,0,127,128,253,108,5,72,16,0,22,40,
-64,0,193,146,120,251,231,127,0,0,127,147,0,0,128,57,60,0,129,145,
-37,0,129,153,8,0,128,65,120,219,103,127,0,0,26,44,0,0,96,57,
-28,0,97,153,60,0,225,146,174,185,103,125,132,0,130,64,52,0,0,72,
-0,0,26,44,36,0,130,64,16,0,5,40,120,251,234,127,8,0,128,65,
-0,0,95,129,0,0,0,56,27,0,1,152,60,0,1,144,0,0,10,152,
-0,0,26,44,80,0,130,64,212,87,25,131,60,0,33,131,12,0,0,61,
-76,248,8,57,124,0,1,145,120,195,8,127,64,200,8,124,0,0,0,56,
-30,0,1,152,132,0,65,59,116,130,226,56,120,0,225,144,132,0,1,152,
-15,0,64,57,148,0,1,144,128,0,97,59,152,0,65,145,152,0,128,64,
-144,0,0,72,64,0,161,128,16,0,5,40,120,251,227,127,8,0,128,65,
-0,0,127,128,120,195,4,127,120,211,69,127,169,158,5,72,64,0,193,128,
-16,0,6,40,120,251,233,127,8,0,128,65,0,0,63,129,0,0,96,57,
-29,0,97,153,60,0,65,147,174,209,105,125,212,87,25,131,60,0,33,131,
-12,0,0,61,76,248,8,57,124,0,1,145,120,195,8,127,64,200,8,124,
-0,0,0,56,30,0,1,152,132,0,65,59,116,130,226,56,120,0,225,144,
-132,0,1,152,15,0,64,57,148,0,1,144,128,0,97,59,152,0,65,145,
-8,0,128,64,120,67,25,125,40,0,193,56,64,48,27,124,56,1,130,64,
-20,0,27,128,64,200,0,124,16,0,128,64,120,219,99,127,205,96,5,72,
-20,0,27,128,80,0,25,125,64,192,8,124,8,0,128,64,120,67,24,125,
-0,0,24,44,144,2,130,65,24,0,219,128,16,0,6,40,120,211,74,127,
-8,0,128,65,0,0,90,129,16,0,6,40,20,202,74,125,120,211,69,127,
-8,0,128,65,0,0,186,128,81,64,24,125,120,67,12,125,20,202,229,124,
-20,194,167,124,132,0,130,65,80,80,37,125,64,96,9,124,72,0,129,65,
-1,0,8,40,20,98,74,125,120,67,0,125,20,98,165,124,8,0,128,64,
-1,0,0,56,166,3,9,124,255,255,5,140,255,255,10,156,248,255,0,66,
-24,0,219,128,16,0,6,40,20,0,27,128,80,0,24,124,120,211,73,127,
-76,0,128,65,68,0,0,72,1,0,8,40,255,255,165,56,120,67,6,125,
-255,255,74,57,8,0,128,64,1,0,192,56,166,3,201,124,1,0,5,140,
-1,0,10,156,248,255,0,66,24,0,219,128,20,0,27,128,16,0,6,40,
-80,0,24,124,120,211,73,127,8,0,128,65,0,0,58,129,0,0,96,57,
-31,0,97,153,20,0,27,144,174,1,105,125,12,0,128,61,216,87,140,129,
-0,0,12,44,12,0,0,60,120,0,33,59,108,248,0,48,124,0,1,144,
-176,1,130,64,184,1,0,72,254,255,192,56,64,48,25,124,12,0,129,64,
-120,219,99,127,125,97,5,72,24,0,219,128,64,200,6,124,232,0,128,64,
-20,0,251,130,254,255,0,56,15,0,54,99,64,0,22,124,32,0,129,64,
-120,203,54,127,1,0,118,56,141,104,5,72,0,0,23,44,120,27,120,124,
-72,0,130,64,100,0,0,72,171,170,128,61,171,170,140,57,22,176,12,124,
-126,248,197,84,126,248,0,84,64,40,0,124,20,0,128,64,254,255,37,33,
-64,72,6,124,8,0,129,65,20,42,198,126,1,0,118,56,73,104,5,72,
-0,0,23,44,120,27,120,124,36,0,130,65,24,0,91,129,16,0,10,40,
-120,195,3,127,120,211,68,127,8,0,128,65,0,0,154,128,120,187,229,126,
-73,156,5,72,24,0,187,128,16,0,5,40,12,0,128,65,0,0,122,128,
-173,105,5,72,16,0,22,40,120,211,74,127,0,0,128,57,38,0,129,153,
-20,0,155,145,0,0,26,147,24,0,219,146,8,0,128,65,120,195,10,127,
-0,0,25,44,0,0,96,57,33,0,97,153,20,0,251,146,174,185,106,125,
-140,0,130,65,52,0,0,72,0,0,25,44,36,0,130,64,16,0,6,40,
-120,211,71,127,8,0,128,65,0,0,250,128,0,0,64,57,32,0,65,153,
-20,0,91,145,0,0,71,153,0,0,25,44,88,0,130,65,24,0,187,128,
-16,0,5,40,120,211,67,127,8,0,128,65,0,0,122,128,64,0,193,128,
-16,0,6,40,120,251,228,127,8,0,128,65,0,0,159,128,120,203,37,127,
-149,155,5,72,24,0,251,128,16,0,7,40,120,211,71,127,8,0,128,65,
-0,0,250,128,0,0,96,57,34,0,97,153,20,0,59,147,174,201,103,125,
-12,0,128,61,216,87,140,129,0,0,12,44,12,0,0,60,120,0,33,59,
-108,248,0,48,124,0,1,144,16,0,130,65,120,203,35,127,166,3,137,125,
-33,4,128,78,4,0,89,129,28,0,170,128,120,203,35,127,166,3,169,124,
-33,4,128,78,120,203,35,127,141,89,5,72,24,0,219,128,16,0,6,40,
-12,0,128,65,0,0,122,128,141,104,5,72,0,0,0,57,35,0,1,153,
-20,0,27,145,15,0,224,56,24,0,251,144,0,0,26,153,64,0,65,129,
-16,0,10,40,12,0,128,65,0,0,127,128,97,104,5,72,0,0,160,56,
-36,0,161,152,60,0,161,144,15,0,0,56,64,0,1,144,0,0,191,152,
-36,3,0,72,0,0,6,44,0,0,64,57,16,0,130,65,8,0,189,128,
-80,40,6,124,112,30,10,124,1,0,42,57,64,72,27,124,176,1,128,64,
-126,248,104,87,80,208,72,125,64,216,10,124,0,0,0,56,8,0,128,65,
-20,66,27,124,0,0,6,44,120,3,27,124,0,0,160,56,16,0,130,65,
-8,0,189,128,80,40,6,124,112,30,5,124,1,0,229,56,64,56,27,124,
-32,0,128,64,0,0,6,44,0,0,224,56,16,0,130,65,8,0,93,129,
-80,80,38,125,112,30,39,125,1,0,103,59,64,208,27,124,68,0,129,64,
-228,135,13,128,0,0,0,44,48,0,130,64,1,0,160,56,228,135,173,144,
-11,0,192,60,72,4,198,56,220,135,205,144,12,0,224,60,140,248,231,56,
-224,135,237,144,12,0,96,60,172,248,99,56,33,97,5,72,220,135,109,56,
-105,88,5,72,56,24,122,87,120,211,67,127,205,101,5,72,4,0,125,129,
-120,251,231,127,120,91,106,125,64,56,10,124,120,27,123,124,120,219,102,127,
-44,0,130,65,121,51,197,124,20,0,130,65,0,0,10,137,0,0,5,153,
-4,0,10,128,4,0,5,144,8,0,74,57,64,56,10,124,8,0,198,56,
-220,255,130,64,121,51,199,124,20,0,130,65,68,0,129,137,0,0,135,153,
-72,0,161,128,4,0,167,144,8,0,157,128,120,35,136,124,64,64,31,124,
-8,0,198,56,44,0,130,65,121,51,199,124,20,0,130,65,0,0,31,136,
-0,0,7,152,4,0,63,129,4,0,39,145,8,0,255,59,64,64,31,124,
-8,0,198,56,220,255,130,64,4,0,221,128,0,0,6,44,0,0,160,56,
-16,0,130,65,8,0,29,128,80,0,6,124,112,30,5,124,0,0,11,44,
-1,0,229,59,36,0,130,65,120,91,106,125,64,32,10,124,16,0,130,65,
-8,0,74,57,64,32,10,124,248,255,130,64,120,91,99,125,145,102,5,72,
-20,210,219,124,12,0,221,144,56,24,231,87,20,58,27,125,8,0,29,145,
-4,0,125,147,84,1,0,72,80,32,63,125,112,30,42,125,1,0,10,40,
-176,0,128,64,120,35,135,124,120,251,232,127,64,56,8,124,8,0,63,57,
-44,0,130,65,121,75,37,125,20,0,130,65,0,0,8,136,0,0,5,152,
-4,0,200,128,4,0,197,144,8,0,8,57,64,56,8,124,8,0,41,57,
-220,255,130,64,1,0,202,32,0,0,6,44,68,0,65,57,120,35,133,124,
-40,0,130,65,121,43,167,124,20,0,130,65,0,0,10,137,0,0,7,153,
-4,0,10,128,4,0,7,144,255,255,198,52,8,0,165,56,224,255,130,64,
-8,0,132,56,248,255,36,57,64,72,31,124,68,0,1,57,8,0,157,144,
-184,0,130,65,0,0,200,128,0,0,223,144,4,0,232,128,4,0,255,144,
-8,0,255,59,64,72,31,124,232,255,130,64,152,0,0,72,120,35,137,124,
-248,255,201,56,120,51,197,124,64,72,5,124,44,0,130,65,121,35,135,124,
-20,0,130,65,0,0,5,137,0,0,7,153,4,0,5,128,4,0,7,144,
-8,0,165,56,64,72,5,124,8,0,132,56,220,255,130,64,120,251,232,127,
-64,48,8,124,8,0,157,144,28,0,130,65,248,255,6,132,248,255,9,148,
-4,0,6,128,64,48,8,124,4,0,9,144,236,255,130,64,120,251,234,127,
-8,0,31,56,64,0,10,124,68,0,193,56,32,0,130,65,0,0,166,128,
-0,0,170,144,4,0,230,128,4,0,234,144,8,0,74,57,64,0,10,124,
-232,255,130,64,56,24,128,87,20,2,254,127,4,0,95,129,102,102,128,61,
-103,102,140,57,150,80,236,126,112,254,64,125,112,22,247,126,80,184,224,126,
-121,187,251,126,236,1,129,64,84,0,129,59,108,0,193,59,4,0,221,128,
-0,0,6,44,0,0,160,56,16,0,130,65,8,0,253,128,80,56,166,124,
-112,30,165,124,0,0,6,44,0,0,0,56,16,0,130,65,12,0,61,129,
-80,72,6,125,112,30,0,125,8,0,157,128,64,0,5,124,48,0,128,64,
-120,235,163,127,120,243,198,127,1,0,160,56,97,11,0,72,4,0,221,128,
-0,0,6,44,0,0,0,57,120,27,100,124,8,0,157,144,176,0,130,65,
-160,0,0,72,0,0,6,44,40,0,130,64,0,0,64,59,120,235,163,127,
-120,243,198,127,8,0,129,144,8,0,129,56,1,0,160,56,93,11,0,72,
-8,0,157,128,100,0,0,72,80,32,70,125,113,30,64,125,40,0,130,64,
-0,0,64,59,120,235,163,127,120,243,198,127,8,0,129,144,8,0,129,56,
-1,0,160,56,45,11,0,72,8,0,157,128,52,0,0,72,4,0,93,129,
-1,0,160,56,8,0,129,144,120,243,198,127,120,235,163,127,80,32,10,124,
-112,30,26,124,8,0,129,56,1,11,0,72,8,0,157,128,56,24,69,87,
-20,42,24,127,4,0,221,128,0,0,6,44,0,0,0,57,16,0,130,65,
-8,0,29,129,80,64,230,124,112,30,232,124,0,0,6,44,0,0,32,57,
-16,0,130,65,12,0,93,129,80,80,38,125,112,30,41,125,64,72,8,124,
-36,0,128,64,120,235,163,127,120,227,134,127,1,0,160,56,109,10,0,72,
-255,255,123,55,8,0,125,144,180,254,130,64,144,0,0,72,0,0,6,44,
-36,0,130,64,0,0,64,59,120,235,163,127,120,227,134,127,12,0,129,144,
-12,0,129,56,1,0,160,56,117,10,0,72,96,0,0,72,8,0,189,128,
-80,40,6,124,113,30,0,124,36,0,130,64,0,0,64,59,120,235,163,127,
-120,227,134,127,12,0,129,144,12,0,129,56,1,0,160,56,69,10,0,72,
-48,0,0,72,4,0,29,128,1,0,160,56,12,0,129,144,120,227,134,127,
-120,235,163,127,80,32,0,124,112,30,26,124,12,0,129,56,29,10,0,72,
-56,24,71,87,20,58,57,127,255,255,123,55,36,254,130,64,0,0,23,44,
-236,0,130,65,4,0,221,128,0,0,6,44,0,0,0,56,16,0,130,65,
-8,0,29,128,80,0,6,125,112,30,0,125,0,0,6,44,0,0,160,56,
-16,0,130,65,12,0,189,128,80,40,70,125,112,30,69,125,8,0,157,128,
-64,40,0,124,72,0,128,64,120,235,163,127,1,0,160,56,76,0,193,56,
-121,9,0,72,4,0,31,128,102,102,128,61,103,102,140,57,150,0,12,125,
-8,0,125,144,112,254,9,124,112,22,8,125,80,64,9,125,58,16,10,85,
-20,66,10,125,60,8,8,85,80,0,40,125,148,0,0,72,0,0,6,44,
-32,0,130,64,120,235,163,127,116,0,129,144,116,0,129,56,1,0,160,56,
-76,0,193,56,97,9,0,72,68,0,0,72,80,32,198,124,113,30,199,124,
-32,0,130,64,120,235,163,127,116,0,129,144,116,0,129,56,1,0,160,56,
-76,0,193,56,57,9,0,72,28,0,0,72,120,235,163,127,116,0,129,144,
-116,0,129,56,1,0,160,56,76,0,193,56,29,9,0,72,4,0,31,128,
-102,102,128,61,103,102,140,57,150,0,12,125,112,254,9,124,112,22,8,125,
-80,64,9,125,58,16,10,85,20,66,10,125,60,8,8,85,80,0,40,125,
-0,0,0,59,0,72,24,124,100,0,193,59,84,0,129,59,44,2,128,64,
-4,0,221,128,0,0,6,44,0,0,0,56,16,0,130,65,8,0,29,128,
-80,0,166,124,112,30,160,124,0,0,6,44,0,0,160,56,16,0,130,65,
-12,0,189,128,80,40,38,125,112,30,37,125,8,0,157,128,64,40,0,124,
-48,0,128,64,120,235,163,127,120,243,198,127,1,0,160,56,81,8,0,72,
-4,0,221,128,0,0,6,44,0,0,0,57,120,27,100,124,8,0,157,144,
-168,0,130,65,152,0,0,72,0,0,6,44,36,0,130,64,120,235,163,127,
-120,243,198,127,16,0,129,144,16,0,129,56,1,0,160,56,81,8,0,72,
-8,0,157,128,96,0,0,72,80,32,198,124,113,30,192,124,36,0,130,64,
-120,235,163,127,120,243,198,127,16,0,129,144,16,0,129,56,1,0,160,56,
-37,8,0,72,8,0,157,128,52,0,0,72,4,0,61,129,1,0,160,56,
-16,0,129,144,120,243,198,127,120,235,163,127,80,32,41,125,112,30,59,125,
-16,0,129,56,249,7,0,72,8,0,157,128,56,24,106,87,20,82,57,127,
-4,0,221,128,0,0,6,44,0,0,0,57,16,0,130,65,8,0,189,128,
-80,40,6,124,112,30,8,124,0,0,6,44,0,0,32,57,16,0,130,65,
-12,0,61,129,80,72,230,124,112,30,233,124,64,72,8,124,76,0,128,64,
-120,235,163,127,120,227,134,127,1,0,160,56,101,7,0,72,4,0,31,128,
-102,102,128,61,103,102,140,57,150,0,76,125,1,0,24,59,8,0,125,144,
-112,254,7,124,112,22,74,125,80,80,71,125,58,16,72,85,20,82,72,125,
-60,8,74,85,80,0,42,125,176,0,0,72,0,0,6,44,32,0,130,64,
-120,235,163,127,120,227,134,127,20,0,129,144,20,0,129,56,1,0,160,56,
-73,7,0,72,92,0,0,72,8,0,29,128,80,0,70,125,113,30,64,125,
-32,0,130,64,120,235,163,127,120,227,134,127,20,0,129,144,20,0,129,56,
-1,0,160,56,29,7,0,72,48,0,0,72,4,0,93,129,1,0,160,56,
-20,0,129,144,120,227,134,127,120,235,163,127,80,32,234,124,112,30,251,124,
-20,0,129,56,245,6,0,72,56,24,96,87,20,2,90,127,4,0,31,128,
-102,102,128,61,103,102,140,57,150,0,76,125,1,0,24,59,112,254,7,124,
-112,22,74,125,80,80,71,125,58,16,72,85,20,82,72,125,60,8,74,85,
-80,0,42,125,0,72,24,124,220,253,128,65,120,235,163,127,45,163,3,72,
-188,0,161,131,172,0,33,131,176,0,65,131,192,0,193,131,184,0,129,131,
-168,0,1,131,180,0,97,131,196,0,225,131,204,0,1,128,164,0,225,130,
-160,0,193,130,166,3,8,124,200,0,33,56,32,0,128,78,166,2,8,124,
-4,0,1,144,232,255,33,148,220,168,13,128,8,0,1,144,8,0,97,56,
-245,148,5,72,120,27,102,124,12,0,97,56,9,0,128,56,154,130,162,56,
-129,126,5,72,11,0,96,60,180,5,99,56,12,0,129,56,25,115,5,72,
-192,136,141,128,11,0,96,60,200,5,99,56,9,115,5,72,200,192,141,128,
-11,0,96,60,220,5,99,56,249,114,5,72,173,12,8,72,120,27,100,124,
-11,0,96,60,240,5,99,56,229,114,5,72,4,192,141,128,11,0,96,60,
-4,6,99,56,213,114,5,72,181,167,3,72,120,27,100,124,11,0,96,60,
-24,6,99,56,193,114,5,72,160,192,141,128,11,0,96,60,44,6,99,56,
-177,114,5,72,105,230,5,72,120,27,100,124,11,0,96,60,64,6,99,56,
-157,114,5,72,173,230,5,72,120,27,100,124,11,0,96,60,84,6,99,56,
-137,114,5,72,28,0,1,128,24,0,33,56,166,3,8,124,32,0,128,78,
-224,255,33,148,24,0,193,147,28,0,225,147,121,27,104,124,166,2,8,124,
-36,0,1,144,60,0,130,65,120,134,109,161,16,0,128,56,120,67,107,125,
-0,0,160,56,212,192,109,56,120,134,109,177,52,128,173,144,117,242,8,72,
-36,0,1,128,28,0,225,131,24,0,193,131,166,3,8,124,32,0,33,56,
-32,0,128,78,8,0,97,56,16,0,129,56,105,5,5,72,52,128,205,131,
-120,134,237,163,137,136,192,60,137,136,198,56,22,24,198,124,19,0,30,44,
-126,217,198,84,64,0,130,64,5,0,70,57,13,208,0,60,209,0,0,96,
-150,80,224,124,20,58,234,124,112,254,73,125,112,110,231,124,80,56,233,124,
-96,39,231,28,11,0,96,60,120,6,99,56,80,80,135,125,48,128,141,145,
-193,113,5,72,156,0,0,72,19,0,30,44,136,0,129,64,48,128,13,128,
-80,0,70,125,10,0,10,44,0,0,224,59,12,0,129,64,0,0,0,56,
-48,128,13,144,138,134,109,161,7,0,32,57,28,0,160,60,0,0,64,57,
-224,85,165,56,166,3,41,125,60,8,76,85,174,42,140,125,0,96,0,124,
-20,0,129,65,0,96,6,124,12,0,128,65,120,91,255,127,62,4,255,87,
-1,0,74,57,220,255,0,66,0,0,31,44,28,0,130,65,0,0,192,59,
-52,128,205,147,11,0,96,60,120,6,99,56,61,113,5,72,24,0,0,72,
-19,0,30,44,16,0,129,65,11,0,96,60,120,6,99,56,37,113,5,72,
-16,0,30,44,64,0,128,64,120,243,196,127,11,0,96,60,156,6,99,56,
-13,113,5,72,10,0,225,179,120,243,195,127,10,0,129,56,57,232,255,75,
-166,0,0,125,94,4,9,85,36,1,32,125,52,128,109,129,64,88,30,124,
-200,0,130,64,176,0,0,72,19,0,30,44,64,0,128,64,240,255,158,56,
-11,0,96,60,104,6,99,56,201,112,5,72,12,0,225,179,240,255,126,56,
-12,0,129,56,33,231,255,75,166,0,0,125,94,4,9,85,36,1,32,125,
-52,128,109,129,64,88,30,124,132,0,130,64,108,0,0,72,19,0,30,44,
-16,0,130,64,11,0,96,60,132,6,99,56,137,112,5,72,166,0,64,125,
-94,4,64,85,36,1,0,124,52,128,13,128,64,0,30,124,20,0,130,64,
-1,0,190,56,52,128,173,144,0,0,192,56,120,134,205,176,0,128,71,113,
-166,0,0,125,94,4,8,85,120,59,8,125,36,1,0,125,36,0,1,128,
-28,0,225,131,24,0,193,131,166,3,8,124,32,0,33,56,32,0,128,78,
-1,0,158,57,52,128,141,145,120,134,173,160,120,251,165,124,120,134,173,176,
-0,128,7,113,166,0,0,125,94,4,8,85,120,59,8,125,36,1,0,125,
-212,192,109,56,16,0,128,56,0,0,160,56,53,240,8,72,36,0,1,128,
-28,0,225,131,24,0,193,131,166,3,8,124,32,0,33,56,32,0,128,78,
-196,136,109,161,0,0,3,44,62,4,96,84,246,38,11,80,0,32,128,61,
-0,0,140,57,196,136,109,177,16,0,130,65,32,0,0,56,24,0,12,144,
-32,0,128,78,32,0,96,57,28,0,108,145,32,0,128,78,166,2,8,124,
-4,0,1,144,248,255,33,148,120,27,106,124,124,134,77,153,52,0,76,125,
-126,217,131,85,173,255,255,75,2,0,10,40,40,0,130,65,3,0,10,40,
-40,0,130,64,192,136,141,129,1,0,140,57,192,136,141,145,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,0,0,0,56,192,136,13,144,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,
-4,0,1,144,248,255,33,148,120,27,106,124,124,134,77,153,125,134,141,152,
-0,0,96,56,73,255,255,75,196,136,13,160,3,0,10,44,110,6,0,84,
-196,136,13,176,16,0,130,65,0,0,0,56,192,136,13,144,196,136,13,176,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-12,0,225,147,0,0,224,59,166,2,8,124,20,0,1,144,128,134,237,155,
-255,0,96,57,136,134,109,153,29,217,255,75,21,9,8,72,233,188,5,72,
-137,21,255,75,101,73,8,72,225,221,4,72,125,79,8,72,57,64,4,72,
-161,65,4,72,141,241,7,72,97,153,7,72,177,104,6,72,241,106,6,72,
-69,170,6,72,169,204,255,75,221,19,255,75,121,194,4,72,153,104,1,72,
-101,61,1,72,141,131,0,72,185,131,0,72,33,206,8,72,193,3,5,72,
-145,161,4,72,113,23,3,72,253,225,255,75,113,221,4,72,229,228,5,72,
-28,0,128,61,222,85,140,57,7,0,0,56,166,3,9,124,2,0,236,183,
-160,5,255,59,248,255,0,66,3,0,0,56,138,134,13,176,18,17,96,60,
-255,255,99,56,121,232,3,72,86,85,96,60,187,187,99,56,109,232,3,72,
-154,153,96,60,187,187,99,56,97,232,3,72,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,0,0,96,56,109,109,6,72,116,7,101,124,126,134,173,152,
-80,128,109,56,160,130,130,56,229,99,5,72,11,0,96,60,168,6,99,56,
-76,128,141,56,213,109,5,72,126,134,109,136,116,7,99,124,109,117,6,72,
-121,94,3,72,177,226,255,75,69,68,96,60,204,204,99,56,245,231,3,72,
-35,34,96,60,238,238,99,56,233,231,3,72,120,119,96,60,153,153,99,56,
-221,231,3,72,0,0,96,56,73,155,3,72,0,0,96,56,65,73,4,72,
-1,0,96,56,213,91,255,75,0,0,96,56,157,253,255,75,0,32,128,61,
-108,0,140,129,62,70,128,85,28,0,96,60,76,85,99,56,132,134,13,144,
-49,125,3,72,28,0,96,60,180,85,99,56,25,139,3,72,29,248,4,72,
-245,246,4,72,185,246,4,72,197,151,255,75,0,0,96,56,117,230,5,72,
-45,197,255,75,181,128,1,72,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,121,43,170,124,120,35,136,124,40,0,130,65,121,67,12,125,
-20,0,130,65,0,0,230,136,0,0,236,152,4,0,38,129,4,0,44,145,
-255,255,74,53,8,0,8,57,224,255,130,64,56,24,160,84,20,2,100,124,
-32,0,128,78,128,255,33,148,100,0,33,147,104,0,65,147,108,0,97,147,
-116,0,161,147,120,0,193,147,124,0,225,147,166,2,8,124,132,0,1,144,
-112,0,129,147,120,43,188,124,252,255,166,56,0,0,198,128,0,0,196,131,
-52,0,193,144,8,0,229,128,120,27,125,124,56,0,225,144,4,0,29,129,
-0,0,8,44,0,0,224,59,0,32,32,61,255,255,41,57,16,0,130,65,
-12,0,93,129,80,80,8,124,112,30,31,124,0,0,28,44,56,12,130,65,
-0,0,8,44,0,0,64,57,16,0,130,65,8,0,189,128,80,40,8,124,
-112,30,10,124,80,72,202,124,64,224,6,124,168,8,128,64,15,0,224,56,
-48,0,225,144,0,0,64,57,8,0,65,153,44,0,65,145,28,0,193,59,
-28,0,65,153,11,0,160,63,88,4,189,59,255,255,61,57,1,0,169,140,
-117,7,165,124,248,255,130,64,48,0,225,128,16,0,7,40,80,72,125,127,
-120,243,202,127,8,0,128,65,0,0,94,129,0,80,29,124,12,0,128,63,
-172,2,128,65,16,0,7,40,120,243,201,127,8,0,128,65,0,0,62,129,
-44,0,129,129,20,98,9,124,0,232,0,124,140,2,129,64,16,0,7,40,
-120,243,199,127,8,0,128,65,0,0,254,128,80,232,167,127,64,232,12,124,
-16,0,128,64,24,0,97,56,17,77,5,72,44,0,129,129,80,96,29,125,
-64,64,27,124,8,0,128,64,120,219,104,127,212,87,252,131,20,66,125,127,
-64,216,12,124,120,251,252,127,16,0,128,64,24,0,97,56,225,76,5,72,
-44,0,129,129,80,96,27,124,64,224,0,124,8,0,128,64,120,3,28,124,
-0,0,28,44,232,0,130,65,48,0,225,128,16,0,7,40,120,243,202,127,
-8,0,128,65,0,0,94,129,16,0,7,40,20,218,74,125,120,243,200,127,
-8,0,128,65,0,0,30,129,81,0,28,124,120,3,9,124,20,218,200,124,
-20,226,166,124,132,0,130,65,80,80,229,124,64,72,7,124,72,0,129,65,
-1,0,0,40,20,74,74,125,120,3,6,124,20,74,165,124,8,0,128,64,
-1,0,192,56,166,3,201,124,255,255,5,141,255,255,10,157,248,255,0,66,
-48,0,225,128,16,0,7,40,44,0,129,129,80,96,28,124,120,243,199,127,
-76,0,128,65,68,0,0,72,1,0,0,40,255,255,165,56,120,3,7,124,
-255,255,74,57,8,0,128,64,1,0,224,56,166,3,233,124,1,0,37,141,
-1,0,42,157,248,255,0,66,48,0,225,128,44,0,129,129,16,0,7,40,
-80,96,28,124,120,243,199,127,8,0,128,65,0,0,254,128,0,0,96,57,
-9,0,97,153,44,0,1,144,174,1,103,125,44,0,129,129,64,232,12,124,
-8,0,128,64,120,99,157,125,0,0,29,44,236,2,130,65,48,0,225,128,
-16,0,7,40,120,243,198,127,8,0,128,65,0,0,222,128,16,0,7,40,
-120,243,201,127,8,0,128,65,0,0,62,129,80,96,29,124,121,3,10,124,
-120,83,69,125,20,234,41,125,136,0,130,65,80,48,9,124,64,40,0,124,
-72,0,129,65,1,0,10,40,20,42,198,124,120,83,64,125,20,42,41,125,
-8,0,128,64,1,0,0,56,166,3,9,124,255,255,169,140,255,255,166,156,
-248,255,0,66,48,0,225,128,16,0,7,40,44,0,129,129,120,243,197,127,
-80,96,29,124,76,0,128,65,68,0,0,72,1,0,10,40,255,255,41,57,
-120,83,69,125,255,255,198,56,8,0,128,64,1,0,160,56,166,3,169,124,
-1,0,233,140,1,0,230,156,248,255,0,66,44,0,129,129,48,0,225,128,
-80,96,29,124,16,0,7,40,120,243,197,127,8,0,128,65,0,0,190,128,
-0,0,96,57,10,0,97,153,44,0,1,144,174,1,101,125,44,0,97,131,
-12,0,0,60,76,248,0,48,64,0,1,144,120,251,224,127,64,216,0,124,
-14,0,97,153,72,0,129,59,116,130,226,56,60,0,225,144,72,0,97,153,
-15,0,64,57,88,0,97,145,68,0,161,59,92,0,65,145,20,2,128,65,
-20,2,0,72,254,255,64,57,64,80,27,124,16,0,129,64,24,0,97,56,
-125,76,5,72,48,0,225,128,64,216,7,124,232,0,128,64,44,0,33,131,
-254,255,0,56,15,0,122,99,64,0,26,124,32,0,129,64,120,219,122,127,
-1,0,122,56,141,83,5,72,0,0,25,44,120,27,127,124,72,0,130,64,
-100,0,0,72,171,170,128,61,171,170,140,57,22,208,172,124,126,248,224,84,
-126,248,165,84,64,0,5,124,20,0,128,64,254,255,192,32,64,48,7,124,
-8,0,129,65,20,2,71,127,1,0,122,56,73,83,5,72,0,0,25,44,
-120,27,127,124,36,0,130,65,48,0,1,128,16,0,0,40,120,251,227,127,
-120,243,196,127,8,0,128,65,0,0,158,128,120,203,37,127,73,135,5,72,
-48,0,33,129,16,0,9,40,12,0,128,65,0,0,126,128,173,84,5,72,
-16,0,26,40,48,0,65,147,120,243,202,127,0,0,254,147,0,0,128,57,
-44,0,129,145,21,0,129,153,8,0,128,65,120,251,234,127,0,0,27,44,
-0,0,96,57,12,0,97,153,44,0,33,147,174,201,106,125,56,0,130,65,
-128,0,0,72,0,0,27,44,36,0,130,64,16,0,7,40,120,243,200,127,
-8,0,128,65,0,0,30,129,0,0,0,56,11,0,1,152,44,0,1,144,
-0,0,8,152,0,0,27,44,80,0,130,64,44,0,97,131,212,87,252,131,
-12,0,0,60,76,248,0,48,64,0,1,144,120,251,224,127,64,216,0,124,
-15,0,64,57,68,0,161,59,92,0,65,145,0,0,160,56,72,0,129,59,
-116,130,226,56,14,0,161,152,60,0,225,144,72,0,161,152,88,0,161,144,
-148,0,128,65,148,0,0,72,48,0,161,128,16,0,5,40,120,243,195,127,
-8,0,128,65,0,0,126,128,120,235,164,127,120,219,101,127,89,134,5,72,
-48,0,1,128,16,0,0,40,120,243,198,127,8,0,128,65,0,0,222,128,
-0,0,96,57,13,0,97,153,44,0,97,147,174,217,102,125,212,87,252,131,
-44,0,97,131,12,0,0,60,76,248,0,48,64,0,1,144,120,251,224,127,
-64,216,0,124,0,0,160,56,14,0,161,152,72,0,129,59,116,130,226,56,
-60,0,225,144,72,0,161,152,15,0,64,57,88,0,161,144,68,0,161,59,
-92,0,65,145,8,0,128,64,120,3,27,124,24,0,1,56,64,0,29,124,
-56,1,130,64,20,0,221,128,64,216,6,124,16,0,128,64,120,235,163,127,
-125,72,5,72,20,0,221,128,80,48,91,125,64,248,10,124,8,0,128,64,
-120,83,95,125,0,0,31,44,144,2,130,65,24,0,189,128,16,0,5,40,
-120,227,136,127,8,0,128,65,0,0,28,129,16,0,5,40,20,218,232,124,
-120,227,137,127,8,0,128,65,0,0,60,129,81,80,31,124,20,218,9,125,
-120,3,9,124,20,250,8,125,132,0,130,65,80,56,200,124,64,72,6,124,
-72,0,129,65,1,0,0,40,20,74,231,124,120,3,10,124,20,74,8,125,
-8,0,128,64,1,0,64,57,166,3,73,125,255,255,8,140,255,255,7,156,
-248,255,0,66,24,0,189,128,16,0,5,40,20,0,221,128,80,48,63,125,
-120,227,138,127,76,0,128,65,68,0,0,72,1,0,0,40,255,255,8,57,
-120,3,9,124,255,255,231,56,8,0,128,64,1,0,32,57,166,3,41,125,
-1,0,168,140,1,0,167,156,248,255,0,66,24,0,189,128,20,0,221,128,
-16,0,5,40,80,48,63,125,120,227,138,127,8,0,128,65,0,0,92,129,
-0,0,96,57,15,0,97,153,20,0,61,145,174,73,106,125,12,0,128,61,
-216,87,140,129,0,0,12,44,12,0,160,60,60,0,225,59,108,248,165,56,
-64,0,161,144,192,1,130,65,172,1,0,72,254,255,192,56,64,48,27,124,
-12,0,129,64,120,235,163,127,45,73,5,72,24,0,189,128,64,216,5,124,
-232,0,128,64,20,0,61,131,254,255,224,56,15,0,122,99,64,56,26,124,
-32,0,129,64,120,219,122,127,1,0,122,56,61,80,5,72,0,0,25,44,
-120,27,127,124,104,0,130,65,68,0,0,72,171,170,128,61,171,170,140,57,
-22,208,12,124,126,248,168,84,126,248,0,84,64,64,0,124,20,0,128,64,
-254,255,232,32,64,56,5,124,8,0,129,65,20,66,69,127,1,0,122,56,
-249,79,5,72,0,0,25,44,120,27,127,124,36,0,130,65,24,0,61,129,
-16,0,9,40,120,251,227,127,120,227,132,127,8,0,128,65,0,0,156,128,
-120,203,37,127,249,131,5,72,24,0,93,129,16,0,10,40,12,0,128,65,
-0,0,124,128,93,81,5,72,16,0,26,40,120,227,136,127,0,0,128,57,
-22,0,129,153,20,0,157,145,0,0,252,147,24,0,93,147,8,0,128,65,
-120,251,232,127,0,0,27,44,0,0,96,57,17,0,97,153,20,0,61,147,
-174,201,104,125,56,0,130,64,136,0,0,72,0,0,27,44,36,0,130,64,
-16,0,5,40,120,227,135,127,8,0,128,65,0,0,252,128,0,0,160,56,
-16,0,161,152,20,0,189,144,0,0,167,152,0,0,27,44,88,0,130,65,
-24,0,29,129,16,0,8,40,120,227,131,127,8,0,128,65,0,0,124,128,
-48,0,65,129,16,0,10,40,120,243,196,127,8,0,128,65,0,0,158,128,
-120,219,101,127,69,131,5,72,24,0,29,128,16,0,0,40,120,227,137,127,
-8,0,128,65,0,0,60,129,0,0,96,57,18,0,97,153,20,0,125,147,
-174,217,105,125,12,0,128,61,216,87,140,129,0,0,12,44,12,0,160,60,
-60,0,225,59,108,248,165,56,64,0,161,144,20,0,130,65,120,251,227,127,
-166,3,137,125,33,4,128,78,64,0,161,128,28,0,165,128,120,251,227,127,
-166,3,169,124,33,4,128,78,120,251,227,127,61,65,5,72,24,0,221,128,
-16,0,6,40,12,0,128,65,0,0,124,128,61,80,5,72,0,0,0,56,
-19,0,1,152,20,0,29,144,15,0,224,56,24,0,253,144,0,0,28,152,
-48,0,193,128,16,0,6,40,12,0,128,65,0,0,126,128,17,80,5,72,
-0,0,0,56,20,0,1,152,44,0,1,144,15,0,224,56,48,0,225,144,
-0,0,30,152,120,0,193,131,112,0,129,131,108,0,97,131,116,0,161,131,
-124,0,225,131,132,0,1,128,104,0,65,131,100,0,33,131,166,3,8,124,
-128,0,33,56,32,0,128,78,0,0,8,44,0,0,160,56,16,0,130,65,
-8,0,29,128,80,0,168,124,112,30,165,124,20,226,5,124,64,0,31,124,
-248,1,128,64,126,248,231,87,80,72,199,124,64,248,6,124,0,0,0,56,
-8,0,128,65,20,58,31,124,0,0,8,44,120,3,31,124,0,0,64,57,
-16,0,130,65,8,0,29,128,80,0,8,124,112,30,10,124,20,226,170,124,
-64,40,31,124,32,0,128,64,0,0,8,44,0,0,160,56,16,0,130,65,
-8,0,253,128,80,56,200,124,112,30,197,124,20,226,229,127,64,72,31,124,
-68,0,129,64,228,135,13,128,0,0,0,44,48,0,130,64,1,0,32,57,
-228,135,45,145,11,0,64,61,72,4,74,57,220,135,77,145,12,0,0,60,
-140,248,0,48,224,135,13,144,12,0,96,60,172,248,99,56,169,72,5,72,
-220,135,109,56,241,63,5,72,56,24,251,87,120,219,99,127,85,77,5,72,
-4,0,253,128,120,243,201,127,120,59,230,124,64,72,6,124,120,27,127,124,
-120,251,234,127,44,0,130,65,121,83,76,125,20,0,130,65,0,0,166,136,
-0,0,172,152,4,0,6,129,4,0,12,145,8,0,198,56,64,72,6,124,
-8,0,74,57,220,255,130,64,52,0,33,137,56,0,1,129,121,227,133,127,
-120,83,76,125,116,7,41,125,32,0,130,65,121,99,134,125,12,0,130,65,
-0,0,38,153,4,0,6,145,255,255,165,52,8,0,140,57,232,255,130,64,
-8,0,61,129,120,75,40,125,64,64,30,124,56,24,128,87,20,2,74,125,
-44,0,130,65,121,83,76,125,20,0,130,65,0,0,190,136,0,0,172,152,
-4,0,222,128,4,0,204,144,8,0,222,59,64,64,30,124,8,0,74,57,
-220,255,130,64,4,0,29,129,0,0,8,44,0,0,0,56,16,0,130,65,
-8,0,29,128,80,0,72,125,112,30,64,125,0,0,7,44,20,2,156,127,
-36,0,130,65,120,59,232,124,64,72,8,124,16,0,130,65,8,0,8,57,
-64,72,8,124,248,255,130,64,120,59,227,124,249,77,5,72,20,218,191,124,
-12,0,189,144,56,24,134,87,20,50,255,124,8,0,253,144,4,0,253,147,
-120,0,193,131,112,0,129,131,108,0,97,131,116,0,161,131,124,0,225,131,
-132,0,1,128,104,0,65,131,100,0,33,131,166,3,8,124,128,0,33,56,
-32,0,128,78,8,0,61,129,80,72,30,125,112,30,5,125,64,224,5,124,
-56,24,134,87,172,0,128,64,120,75,43,125,120,243,204,127,64,88,12,124,
-20,50,254,124,44,0,130,65,121,59,232,124,20,0,130,65,0,0,76,137,
-0,0,72,153,4,0,12,128,4,0,8,144,8,0,140,57,64,88,12,124,
-8,0,231,56,220,255,130,64,56,0,65,129,52,0,1,136,81,224,229,124,
-116,7,0,124,120,75,44,125,32,0,130,65,121,99,136,125,12,0,130,65,
-0,0,8,152,4,0,72,145,255,255,231,52,8,0,140,57,232,255,130,64,
-20,50,41,125,80,72,198,124,64,48,30,124,52,0,161,56,8,0,61,145,
-184,0,130,65,0,0,69,129,0,0,94,145,4,0,5,128,4,0,30,144,
-8,0,222,59,64,48,30,124,232,255,130,64,152,0,0,72,120,75,40,125,
-80,64,230,124,120,59,236,124,64,64,12,124,44,0,130,65,121,75,42,125,
-20,0,130,65,0,0,172,136,0,0,170,152,4,0,12,128,4,0,10,144,
-8,0,140,57,64,64,12,124,8,0,41,57,220,255,130,64,120,243,204,127,
-64,56,12,124,8,0,61,145,28,0,130,65,248,255,7,132,248,255,8,148,
-4,0,167,128,64,56,12,124,4,0,168,144,236,255,130,64,120,243,199,127,
-20,50,30,125,64,64,7,124,52,0,193,56,32,0,130,65,0,0,6,128,
-0,0,7,144,4,0,166,128,4,0,167,144,8,0,231,56,64,64,7,124,
-232,255,130,64,120,0,193,131,112,0,129,131,108,0,97,131,116,0,161,131,
-124,0,225,131,132,0,1,128,104,0,65,131,100,0,33,131,166,3,8,124,
-128,0,33,56,32,0,128,78,0,0,3,44,32,0,130,77,255,7,128,84,
-32,0,130,77,32,76,5,72,8,61,5,72,4,61,5,72,232,255,33,148,
-12,0,161,147,166,2,8,124,28,0,1,144,16,0,193,147,121,27,126,124,
-20,0,225,147,120,35,159,124,104,0,130,65,32,0,30,129,16,0,8,40,
-12,0,190,59,40,0,128,64,15,0,32,57,32,0,62,145,0,0,64,57,
-28,0,94,145,255,7,231,87,8,0,65,153,12,0,94,153,56,0,130,65,
-44,0,0,72,12,0,126,128,185,75,5,72,15,0,32,57,32,0,62,145,
-0,0,64,57,28,0,94,145,255,7,231,87,8,0,65,153,12,0,94,153,
-12,0,130,65,120,243,195,127,145,75,5,72,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-92,60,5,72,32,0,3,128,16,0,0,40,12,0,128,65,12,0,99,128,
-32,0,128,78,12,0,99,56,32,0,128,78,232,255,33,148,12,0,161,147,
-166,2,8,124,28,0,1,144,16,0,193,147,121,27,126,124,20,0,225,147,
-120,35,159,124,104,0,130,65,32,0,30,129,16,0,8,40,12,0,190,59,
-40,0,128,64,15,0,32,57,32,0,62,145,0,0,64,57,28,0,94,145,
-255,7,231,87,8,0,65,153,12,0,94,153,56,0,130,65,44,0,0,72,
-12,0,126,128,245,74,5,72,15,0,32,57,32,0,62,145,0,0,64,57,
-28,0,94,145,255,7,231,87,8,0,65,153,12,0,94,153,12,0,130,65,
-120,243,195,127,205,74,5,72,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,32,0,128,78,
-0,0,99,128,32,0,128,78,0,0,3,44,32,0,130,77,255,7,128,84,
-32,0,130,77,144,74,5,72,0,0,3,44,32,0,130,77,255,7,128,84,
-32,0,130,77,124,74,5,72,0,0,3,44,32,0,130,77,255,7,128,84,
-32,0,130,77,104,74,5,72,0,0,3,44,32,0,130,77,255,7,128,84,
-32,0,130,77,84,74,5,72,0,0,3,44,32,0,130,77,255,7,128,84,
-32,0,130,77,64,74,5,72,240,255,33,148,8,0,193,147,12,0,225,147,
-166,2,8,124,20,0,1,144,255,255,128,56,255,255,132,60,134,51,128,124,
-0,0,128,56,0,0,132,60,134,51,130,124,64,0,128,56,0,0,132,60,
-134,51,131,124,128,255,128,56,255,255,132,60,134,51,132,124,0,0,128,56,
-0,0,132,60,134,51,133,124,1,0,128,56,0,0,132,60,134,51,136,124,
-255,255,128,56,255,255,132,60,134,51,128,124,0,0,64,57,58,16,76,85,
-1,0,74,57,10,0,10,44,0,0,96,57,28,0,0,60,136,86,0,48,
-46,1,108,125,228,255,128,65,233,253,4,72,166,0,224,127,94,4,235,87,
-36,1,96,125,134,50,130,124,120,35,131,124,251,7,126,84,120,243,197,127,
-134,51,162,124,0,128,236,115,166,0,0,124,94,4,0,84,120,99,0,124,
-36,1,0,124,2,0,128,56,0,0,132,60,134,51,128,124,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,0,0,96,56,227,255,128,60,
-0,160,132,96,134,3,114,124,134,3,147,124,16,0,96,56,0,2,128,60,
-0,0,132,96,134,3,114,124,134,3,147,124,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,1,0,96,56,1,32,128,60,0,192,132,96,134,3,114,124,
-134,3,147,124,2,0,96,56,17,32,128,60,0,192,132,96,134,3,114,124,
-134,3,147,124,0,3,224,59,2,0,0,56,80,184,31,80,17,0,96,56,
-120,251,228,127,134,3,114,124,134,3,147,124,2,0,0,56,0,2,224,59,
-18,0,96,56,120,251,228,127,134,3,114,124,134,3,147,124,64,192,224,63,
-35,0,96,56,120,251,228,127,134,3,114,124,134,3,147,124,134,66,152,124,
-120,35,131,124,0,2,127,96,120,251,229,127,134,67,184,124,134,66,144,124,
-120,35,131,124,0,2,127,96,120,251,229,127,134,67,176,124,16,39,96,56,
-81,241,4,72,134,74,134,124,120,35,131,124,16,0,127,100,120,251,229,127,
-134,75,166,124,172,4,0,124,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,8,0,193,147,12,0,225,147,
-166,2,8,124,20,0,1,144,134,66,128,124,120,35,131,124,0,8,127,100,
-120,251,229,127,134,67,160,124,0,48,96,60,0,49,128,60,0,0,160,56,
-41,89,6,72,0,0,128,56,0,4,132,60,134,51,128,124,166,0,224,127,
-94,4,224,87,36,1,0,124,134,50,130,124,120,35,131,124,0,4,126,100,
-120,243,197,127,134,51,162,124,0,128,235,115,166,0,0,124,94,4,0,84,
-120,91,0,124,36,1,0,124,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,140,134,141,129,255,255,140,53,
-140,134,141,145,32,0,130,76,212,139,3,72,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,0,0,224,59,0,0,128,61,112,71,236,155,
-12,0,96,60,112,249,99,56,9,65,5,72,0,0,128,61,148,71,236,155,
-12,0,96,60,124,249,99,56,245,64,5,72,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,108,0,160,56,177,121,5,72,
-20,0,1,128,120,251,227,127,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-120,27,127,124,120,0,160,56,125,121,5,72,20,0,1,128,120,251,227,127,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,128,0,160,56,
-73,121,5,72,20,0,1,128,120,251,227,127,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,124,0,160,56,21,121,5,72,20,0,1,128,
-120,251,227,127,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-124,0,160,56,225,120,5,72,20,0,1,128,120,251,227,127,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,0,0,3,44,32,0,130,77,
-255,7,128,84,32,0,130,77,44,70,5,72,0,0,3,44,32,0,130,77,
-255,7,128,84,32,0,130,77,24,70,5,72,2,0,131,137,1,0,0,56,
-254,255,139,85,1,0,99,105,0,0,4,144,32,0,128,78,120,27,108,124,
-2,0,12,136,1,0,96,56,250,7,0,84,2,0,12,152,124,0,108,144,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-8,0,193,147,120,27,126,124,124,0,126,129,1,0,11,44,120,35,159,124,
-40,0,130,64,2,0,30,136,0,0,159,128,2,0,0,96,2,0,30,152,
-29,100,6,72,0,0,3,44,24,0,130,64,0,0,0,56,124,0,30,144,
-120,243,195,127,120,251,228,127,81,152,6,72,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,7,0,127,137,
-116,7,107,125,251,255,11,44,16,0,130,64,11,0,96,60,184,8,99,56,
-37,89,5,72,1,0,159,136,108,0,191,168,11,0,96,60,196,8,99,56,
-116,7,132,124,13,89,5,72,116,0,159,128,112,0,191,128,11,0,96,60,
-212,8,99,56,249,88,5,72,120,251,227,127,213,121,6,72,100,0,67,29,
-11,0,96,60,168,8,99,56,112,86,76,125,148,1,140,124,217,88,5,72,
-2,0,31,136,254,255,4,84,11,0,96,60,236,8,99,56,197,88,5,72,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-7,0,159,137,116,7,140,125,251,255,12,44,16,0,130,64,11,0,96,60,
-252,8,99,56,129,88,5,72,1,0,159,136,108,0,191,168,11,0,96,60,
-8,9,99,56,116,7,132,124,105,88,5,72,116,0,159,128,112,0,191,128,
-11,0,96,60,24,9,99,56,85,88,5,72,120,251,227,127,49,121,6,72,
-100,0,3,28,11,0,96,60,48,9,99,56,112,86,0,124,148,1,128,124,
-53,88,5,72,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,166,2,8,124,4,0,1,144,240,255,33,148,173,151,6,72,
-12,0,97,144,12,0,1,160,8,0,1,176,14,0,65,161,10,0,65,177,
-8,0,97,129,255,7,107,85,16,0,130,65,8,0,1,128,128,0,0,96,
-8,0,1,144,20,0,1,128,8,0,97,128,16,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-120,27,127,124,7,0,31,136,116,7,0,124,251,255,0,44,16,0,130,64,
-11,0,96,60,88,9,99,56,161,87,5,72,1,0,159,136,108,0,191,168,
-11,0,96,60,100,9,99,56,116,7,132,124,137,87,5,72,116,0,159,128,
-112,0,191,128,11,0,96,60,64,9,99,56,117,87,5,72,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-8,0,193,147,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-7,0,223,139,116,7,222,127,31,0,30,44,64,0,130,64,0,0,127,137,
-117,7,107,125,32,0,130,64,104,0,159,129,100,0,12,128,120,251,227,127,
-166,3,9,124,33,4,128,78,0,0,3,44,24,0,130,65,116,0,159,129,
-40,0,140,85,120,0,159,145,0,248,236,56,116,0,255,144,120,251,227,127,
-229,150,6,72,31,0,30,44,16,0,130,64,2,0,31,137,1,0,8,97,
-2,0,31,153,2,0,63,137,255,7,41,85,16,0,130,65,116,0,127,129,
-0,8,11,56,120,0,31,144,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,8,0,193,147,121,27,126,124,12,0,225,147,120,35,159,124,
-28,0,130,65,0,0,128,56,45,147,6,72,255,7,224,87,12,0,130,65,
-120,243,195,127,153,66,5,72,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,2,0,3,136,250,7,0,84,
-2,0,3,152,32,0,128,78,1,0,96,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,8,0,193,147,121,27,126,124,12,0,225,147,
-120,35,159,124,28,0,130,65,0,0,128,56,197,146,6,72,255,7,224,87,
-12,0,130,65,120,243,195,127,49,66,5,72,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,8,0,193,147,121,27,126,124,12,0,225,147,
-120,35,159,124,28,0,130,65,0,0,128,56,117,146,6,72,255,7,224,87,
-12,0,130,65,120,243,195,127,225,65,5,72,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,0,0,96,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,8,0,193,147,
-121,27,126,124,12,0,225,147,120,35,159,124,28,0,130,65,0,0,128,56,
-1,203,6,72,255,7,224,87,12,0,130,65,120,243,195,127,137,65,5,72,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,136,255,33,148,96,0,65,147,48,0,193,145,52,0,225,145,
-56,0,1,146,60,0,33,146,64,0,65,146,68,0,97,146,72,0,129,146,
-76,0,161,146,80,0,193,146,84,0,225,146,88,0,1,147,100,0,97,147,
-104,0,129,147,108,0,161,147,112,0,193,147,116,0,225,147,166,2,8,124,
-124,0,1,144,92,0,33,147,120,27,121,124,14,0,121,171,120,35,154,124,
-12,0,26,131,0,0,128,57,121,195,128,125,8,0,250,130,120,43,178,124,
-96,0,130,65,120,187,227,126,120,195,4,127,120,219,101,127,112,254,118,127,
-120,179,198,126,41,112,5,72,120,35,159,124,120,27,126,124,214,177,126,125,
-214,217,31,125,214,217,158,127,22,216,222,124,20,0,218,170,20,66,70,125,
-20,90,170,127,16,184,60,125,20,178,105,125,64,216,11,124,0,0,250,130,
-120,187,248,126,8,0,33,145,84,0,129,64,52,0,0,72,150,219,215,127,
-214,217,158,127,16,184,60,125,0,0,250,130,20,0,218,170,20,178,105,125,
-64,216,11,124,0,0,224,59,120,251,253,127,8,0,33,145,120,187,248,126,
-32,0,129,64,77,229,7,72,14,0,121,171,10,0,128,61,120,27,120,124,
-36,119,140,57,4,0,131,145,8,0,227,146,16,0,186,128,4,0,250,130,
-28,0,26,128,8,0,1,129,16,0,225,146,40,0,1,144,28,0,161,144,
-20,64,28,125,20,0,1,145,148,1,61,125,24,0,33,145,24,0,26,160,
-36,0,1,176,8,0,1,128,80,216,64,125,0,80,22,124,36,0,97,129,
-12,0,161,58,1,0,128,58,16,0,25,58,9,0,96,62,0,0,32,58,
-176,108,115,58,120,83,70,125,8,0,128,64,120,179,198,126,184,7,107,85,
-36,0,97,145,32,0,193,176,80,0,121,128,120,251,230,127,120,243,197,127,
-0,0,224,56,121,50,8,72,120,27,110,124,166,0,32,125,94,4,44,85,
-36,1,128,125,92,0,25,129,88,0,249,128,0,128,37,113,166,0,0,124,
-94,4,0,84,120,43,0,124,36,1,0,124,12,0,117,131,8,0,85,131,
-64,64,31,124,52,0,129,65,12,0,128,65,64,56,30,124,40,0,128,64,
-0,0,21,147,120,115,195,125,85,49,8,72,4,0,112,128,104,0,35,129,
-0,0,18,44,120,171,164,126,236,0,130,64,196,0,0,72,64,64,31,124,
-144,0,130,64,64,56,30,124,136,0,130,64,2,0,217,136,115,6,198,84,
-124,0,130,65,33,228,7,72,8,0,3,147,40,0,195,145,104,0,249,128,
-4,0,99,146,52,1,7,128,166,3,9,124,0,0,117,144,0,0,131,178,
-120,203,35,127,33,4,128,78,14,0,25,168,112,254,8,124,22,0,67,125,
-214,1,196,124,214,1,131,127,214,65,3,124,4,0,112,128,8,0,97,129,
-20,50,42,125,20,2,169,127,104,0,35,129,0,0,18,44,120,171,164,126,
-20,88,188,124,8,0,181,144,148,1,221,124,12,0,213,144,88,0,130,64,
-48,0,0,72,169,227,7,72,8,0,3,147,40,0,195,145,4,0,99,146,
-0,0,117,144,0,0,131,178,0,0,112,128,104,0,35,129,0,0,18,44,
-120,171,164,126,40,0,130,64,12,0,9,128,166,3,9,124,33,4,128,78,
-20,0,21,168,80,176,192,126,53,7,214,126,1,0,49,58,40,0,130,64,
-160,0,0,72,20,0,9,128,166,3,9,124,33,4,128,78,20,0,21,168,
-80,176,192,126,53,7,214,126,1,0,49,58,128,0,130,65,16,0,213,128,
-16,0,183,128,112,254,10,124,20,0,122,125,44,72,0,84,80,40,6,125,
-8,0,117,145,81,0,8,124,20,81,155,125,12,0,149,145,24,0,128,65,
-36,0,23,129,81,0,8,124,0,0,192,56,20,0,247,58,240,255,128,64,
-14,0,57,169,0,72,22,124,20,66,198,124,20,2,230,124,120,75,40,125,
-8,0,128,64,120,179,200,126,4,0,245,146,16,0,245,144,20,0,21,177,
-1,0,222,51,148,1,255,127,0,0,0,56,8,0,1,144,4,254,255,75,
-1,0,17,44,68,0,129,64,166,0,64,125,94,4,76,85,36,1,128,125,
-0,0,120,169,0,128,69,113,21,138,107,125,0,0,120,177,166,0,0,124,
-94,4,0,84,120,43,0,124,36,1,0,124,20,0,130,64,4,0,248,128,
-120,195,3,127,166,3,233,124,33,4,128,78,100,0,97,131,68,0,97,130,
-72,0,129,130,104,0,129,131,96,0,65,131,64,0,65,130,76,0,161,130,
-108,0,161,131,92,0,33,131,60,0,33,130,80,0,193,130,112,0,193,131,
-88,0,1,131,56,0,1,130,84,0,225,130,116,0,225,131,124,0,1,128,
-52,0,225,129,48,0,193,129,166,3,8,124,120,0,33,56,32,0,128,78,
-232,255,33,148,239,255,4,44,166,2,8,124,28,0,1,144,16,0,193,147,
-120,43,190,124,20,0,225,147,120,51,223,124,12,0,161,147,120,27,125,124,
-0,0,96,56,72,0,130,64,16,0,125,128,104,0,67,129,204,0,10,128,
-239,255,128,56,166,3,9,124,33,4,128,78,0,0,3,44,136,0,130,64,
-20,0,125,128,104,0,131,129,204,0,140,129,120,243,197,127,120,251,230,127,
-239,255,128,56,166,3,137,125,33,4,128,78,100,0,0,72,255,255,4,44,
-92,0,130,64,7,0,29,136,116,7,0,124,175,255,0,44,76,0,130,64,
-100,0,157,129,88,0,61,129,92,0,93,129,64,96,10,124,96,0,125,129,
-52,0,128,65,12,0,129,65,64,88,9,124,40,0,128,65,84,0,125,129,
-0,0,11,44,255,255,0,56,7,0,29,152,20,0,130,65,1,0,0,57,
-5,1,11,153,0,0,0,56,84,0,29,144,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-200,255,33,148,16,0,193,146,20,0,225,146,24,0,1,147,28,0,33,147,
-32,0,65,147,36,0,97,147,40,0,129,147,48,0,193,147,52,0,225,147,
-166,2,8,124,60,0,1,144,44,0,161,147,120,35,157,124,0,0,157,136,
-116,7,132,124,2,0,4,44,120,59,254,124,120,27,120,124,76,0,130,65,
-11,0,96,60,232,16,99,56,209,79,5,72,28,0,33,131,44,0,161,131,
-48,0,193,131,32,0,65,131,24,0,1,131,40,0,129,131,52,0,225,131,
-36,0,97,131,20,0,225,130,60,0,1,128,16,0,193,130,0,0,96,56,
-166,3,8,124,56,0,33,56,32,0,128,78,2,0,0,56,4,0,24,176,
-1,0,125,137,6,0,120,153,0,0,184,152,5,0,157,137,7,0,152,153,
-2,0,189,136,1,0,216,152,116,7,165,124,10,0,184,176,19,0,253,136,
-2,0,248,152,12,0,125,129,8,0,93,129,0,0,96,59,120,219,119,127,
-2,0,23,44,120,51,223,124,8,0,129,59,1,0,32,59,120,219,122,127,
-0,0,138,48,88,0,152,144,148,1,171,124,92,0,184,144,128,0,128,64,
-58,16,38,87,20,202,6,124,58,16,0,84,20,2,221,126,1,0,118,136,
-197,97,6,72,121,27,102,124,20,210,56,125,16,0,201,144,64,0,130,65,
-0,0,152,137,0,0,30,128,104,0,102,129,140,0,171,128,120,227,135,127,
-116,7,140,125,120,179,196,126,120,251,230,127,166,3,169,124,0,0,28,144,
-1,0,172,56,33,4,128,78,121,27,123,124,20,218,57,127,36,0,130,65,
-4,0,24,168,1,0,247,58,0,0,23,124,1,0,255,59,4,0,90,59,
-136,255,128,65,0,0,27,44,64,0,130,64,28,0,33,131,44,0,161,131,
-48,0,193,131,32,0,65,131,24,0,1,131,40,0,129,131,52,0,225,131,
-36,0,97,131,20,0,225,130,60,0,1,128,16,0,193,130,0,0,96,56,
-166,3,8,124,56,0,33,56,32,0,128,78,20,0,24,129,14,0,232,168,
-16,0,120,128,14,0,3,168,120,59,247,124,0,0,23,124,8,0,40,169,
-120,75,42,125,20,0,128,64,20,58,247,126,0,0,23,124,20,74,74,125,
-244,255,128,65,7,0,24,136,116,7,0,124,31,0,0,44,128,0,130,65,
-10,0,152,169,214,97,39,125,104,0,99,129,28,0,11,128,166,3,9,124,
-20,74,247,126,0,0,64,57,12,0,88,177,14,0,248,178,8,0,248,178,
-33,4,128,78,14,0,56,171,112,254,58,127,120,203,37,127,120,35,157,124,
-120,27,124,124,120,211,70,127,69,105,5,72,22,200,227,124,214,209,3,124,
-214,201,4,125,214,201,195,127,20,66,39,125,20,2,233,127,64,232,31,124,
-116,0,248,146,200,0,129,65,180,0,128,65,64,224,30,124,188,0,128,64,
-168,0,0,72,0,0,128,57,120,187,235,126,20,0,0,72,20,58,107,125,
-20,74,74,125,1,0,140,57,52,7,140,125,0,1,10,44,10,0,152,177,
-12,0,128,64,0,4,11,44,224,255,128,65,214,97,39,125,104,0,99,129,
-28,0,11,128,0,0,64,57,20,74,247,126,12,0,88,177,8,0,248,178,
-14,0,248,178,166,3,9,124,33,4,128,78,14,0,56,171,112,254,58,127,
-120,203,37,127,120,35,157,124,120,27,124,124,120,211,70,127,157,104,5,72,
-22,200,227,124,214,209,3,124,214,201,4,125,214,201,195,127,20,66,39,125,
-20,2,233,127,64,232,31,124,116,0,248,146,32,0,129,65,12,0,128,65,
-64,224,30,124,20,0,128,64,1,0,99,48,148,1,132,124,16,224,222,124,
-116,0,216,144,255,255,3,49,20,0,120,128,104,0,67,129,28,0,10,128,
-212,1,36,125,108,0,24,145,112,0,56,145,166,3,9,124,33,4,128,78,
-14,0,216,170,112,254,215,126,120,179,197,126,120,35,154,124,120,27,121,124,
-120,187,230,126,29,104,5,72,22,176,131,125,214,185,227,124,214,177,164,124,
-214,177,195,127,20,42,204,124,20,58,230,127,64,208,31,124,100,0,152,144,
-96,0,120,144,32,0,129,65,12,0,128,65,64,200,30,124,20,0,128,64,
-1,0,99,48,96,0,120,144,148,1,132,124,100,0,152,144,121,27,136,124,
-20,0,130,64,1,0,224,56,96,0,248,144,0,0,0,57,100,0,24,145,
-20,0,120,128,104,0,35,129,28,0,9,128,166,3,9,124,33,4,128,78,
-64,232,4,124,20,0,129,65,12,0,128,65,64,224,3,124,8,0,128,64,
-0,0,96,59,28,0,33,131,44,0,161,131,48,0,193,131,32,0,65,131,
-24,0,1,131,40,0,129,131,120,219,99,127,36,0,97,131,52,0,225,131,
-60,0,1,128,20,0,225,130,16,0,193,130,166,3,8,124,56,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-8,0,193,147,120,27,126,124,7,0,94,137,116,7,74,125,31,0,10,44,
-20,0,130,64,0,0,160,56,2,0,190,152,88,0,190,144,92,0,190,144,
-16,0,126,128,104,0,131,129,188,1,12,128,166,3,9,124,33,4,128,78,
-121,27,127,124,24,0,130,64,7,0,126,137,116,7,107,125,255,255,11,44,
-108,0,130,65,96,0,0,72,20,0,126,128,104,0,227,128,188,1,7,129,
-166,3,9,125,33,4,128,78,7,0,126,137,121,27,127,124,116,7,107,125,
-16,0,130,64,255,255,11,44,60,0,130,65,48,0,0,72,31,0,11,44,
-32,0,130,64,20,0,126,128,104,0,35,129,236,1,73,129,166,3,73,125,
-33,4,128,78,7,0,126,137,116,7,107,125,255,255,11,44,12,0,130,65,
-175,255,128,57,7,0,158,153,16,0,126,129,7,0,11,136,117,7,0,124,
-20,0,130,65,20,0,158,129,7,0,12,136,117,7,0,124,16,0,130,64,
-0,0,224,59,7,0,254,155,92,0,0,72,0,0,31,44,84,0,130,65,
-80,0,30,129,0,0,8,44,48,0,130,64,120,243,195,127,5,43,8,72,
-0,0,3,44,80,0,126,144,28,0,130,64,11,0,96,60,40,17,99,56,
-197,74,5,72,0,0,224,59,7,0,254,155,28,0,0,72,2,0,62,137,
-189,7,41,85,16,0,130,65,191,255,192,56,7,0,222,152,0,0,224,59,
-20,0,1,128,120,251,227,127,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-8,0,193,147,121,27,126,124,12,0,225,147,120,35,159,124,132,0,130,65,
-80,0,158,128,0,0,4,44,12,0,128,61,24,12,140,57,104,0,158,145,
-12,0,130,65,120,243,195,127,253,41,8,72,84,0,30,128,0,0,0,44,
-24,0,130,65,11,0,96,60,72,17,99,56,58,6,128,56,0,0,160,56,
-73,235,254,75,104,0,94,129,196,1,106,129,120,243,195,127,166,3,105,125,
-33,4,128,78,0,0,158,136,1,0,190,136,11,0,96,60,116,7,165,124,
-88,17,99,56,116,7,132,124,245,73,5,72,255,7,224,87,12,0,130,65,
-120,243,195,127,5,54,5,72,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,216,255,33,148,24,0,129,147,
-32,0,193,147,36,0,225,147,166,2,8,124,44,0,1,144,28,0,161,147,
-120,27,125,124,2,0,29,136,189,7,0,84,120,35,159,124,52,0,130,65,
-7,0,29,136,116,7,0,124,191,255,0,44,36,0,130,64,16,0,221,128,
-7,0,230,136,117,7,231,124,20,0,130,65,20,0,253,128,7,0,71,137,
-117,7,74,125,40,0,130,64,36,0,225,131,32,0,193,131,28,0,161,131,
-44,0,1,128,24,0,129,131,44,1,96,56,166,3,8,124,40,0,33,56,
-32,0,128,78,0,0,192,59,124,1,96,56,185,51,5,72,121,27,124,124,
-12,0,130,65,41,210,4,72,120,227,158,127,0,0,30,44,40,0,130,64,
-36,0,225,131,32,0,193,131,28,0,161,131,44,0,1,128,24,0,129,131,
-145,3,96,56,166,3,8,124,40,0,33,56,32,0,128,78,11,0,96,60,
-128,17,99,56,245,72,5,72,120,243,195,127,120,251,228,127,16,0,161,56,
-8,0,193,56,9,0,225,56,109,196,4,72,121,27,127,124,184,0,130,64,
-9,0,1,136,0,0,0,44,172,0,130,65,11,0,96,60,176,17,99,56,
-189,72,5,72,8,0,1,136,116,7,0,124,2,0,0,40,2,0,29,137,
-176,6,8,85,2,0,29,153,32,0,128,65,16,0,130,65,3,0,0,40,
-20,0,130,65,96,0,0,72,2,0,61,137,64,0,41,97,2,0,61,153,
-2,0,29,137,20,0,129,129,16,0,97,129,20,0,125,128,255,255,160,56,
-251,255,128,56,250,7,8,85,2,0,29,153,92,0,157,145,88,0,125,145,
-213,121,6,72,104,0,61,129,188,1,9,128,120,235,163,127,166,3,9,124,
-33,4,128,78,120,243,195,127,3,0,128,56,193,203,4,72,40,0,0,72,
-145,3,224,59,120,243,195,127,3,0,128,56,173,203,4,72,20,0,0,72,
-44,1,224,59,120,243,195,127,3,0,128,56,153,203,4,72,120,251,227,127,
-36,0,225,131,32,0,193,131,44,0,1,128,28,0,161,131,24,0,129,131,
-166,3,8,124,40,0,33,56,32,0,128,78,232,255,33,148,12,0,161,147,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,8,0,129,147,
-120,27,124,124,20,0,124,128,104,0,131,129,28,0,12,128,255,255,224,59,
-166,3,9,124,33,4,128,78,120,27,125,124,16,0,124,128,104,0,67,129,
-28,0,106,129,120,35,158,124,166,3,105,125,33,4,128,78,64,32,30,124,
-20,0,128,65,12,0,129,65,64,24,29,124,8,0,129,64,17,0,224,59,
-120,251,227,127,20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,
-120,27,125,124,16,0,125,128,104,0,131,129,156,1,44,129,120,35,158,124,
-8,0,129,56,166,3,41,125,33,4,128,78,8,0,1,128,1,0,0,44,
-120,27,127,124,56,0,130,64,20,0,125,128,104,0,3,129,156,1,72,129,
-8,0,129,56,166,3,73,125,33,4,128,78,8,0,1,128,1,0,31,44,
-16,0,130,65,0,0,30,144,120,251,227,127,16,0,0,72,120,27,127,124,
-0,0,30,144,120,251,227,127,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,
-120,27,125,124,84,0,125,128,121,35,158,124,120,43,191,124,120,27,106,124,
-56,0,130,64,7,0,221,136,116,7,198,124,64,48,31,124,40,0,130,64,
-0,0,3,44,32,0,130,65,0,0,0,57,84,0,29,145,1,0,32,57,
-5,1,42,153,11,0,96,60,248,17,99,56,89,70,5,72,1,0,30,44,
-212,0,130,64,7,0,93,137,116,7,74,125,64,80,31,124,196,0,130,64,
-200,129,109,137,0,0,11,44,0,0,0,56,20,0,130,65,204,129,141,129,
-0,0,12,44,8,0,130,64,1,0,0,56,63,6,0,84,156,0,130,65,
-84,0,125,128,0,0,3,44,52,0,130,64,3,0,29,136,0,0,0,44,
-32,0,130,64,0,0,96,56,9,76,4,72,84,0,125,144,11,0,96,60,
-28,18,99,56,233,69,5,72,84,0,125,128,0,0,3,44,96,0,130,65,
-120,235,164,127,141,121,4,72,0,0,3,44,60,0,130,65,84,0,125,128,
-0,0,3,44,24,0,130,65,240,13,99,129,12,0,139,129,3,0,128,56,
-166,3,137,125,33,4,128,78,0,0,0,56,84,0,29,144,11,0,96,60,
-56,18,99,56,153,69,5,72,24,0,0,72,1,0,224,56,3,0,253,152,
-11,0,96,60,208,17,99,56,129,69,5,72,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-2,0,31,136,14,0,127,169,11,0,96,60,254,215,5,84,96,18,99,56,
-112,14,108,125,148,1,140,124,49,69,5,72,120,251,227,127,241,108,6,72,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-200,255,33,148,16,0,193,146,20,0,225,146,24,0,1,147,28,0,33,147,
-32,0,65,147,36,0,97,147,40,0,129,147,48,0,193,147,52,0,225,147,
-166,2,8,124,60,0,1,144,44,0,161,147,120,27,123,124,96,0,123,129,
-100,0,155,129,120,35,157,124,12,0,253,131,64,96,31,124,20,0,29,169,
-8,0,221,131,120,43,184,124,120,67,28,125,16,0,128,65,80,0,129,65,
-64,88,30,124,72,0,128,64,8,0,27,168,0,0,8,124,60,0,128,64,
-16,0,123,128,104,0,131,129,188,0,236,128,120,195,4,127,166,3,233,124,
-33,4,128,78,12,0,97,144,12,0,97,161,8,0,97,177,14,0,1,160,
-10,0,1,176,8,0,97,129,255,7,102,85,64,0,130,64,28,0,33,131,
-44,0,161,131,48,0,193,131,32,0,65,131,24,0,1,131,40,0,129,131,
-52,0,225,131,36,0,97,131,20,0,225,130,60,0,1,128,16,0,193,130,
-34,1,96,56,166,3,8,124,56,0,33,56,32,0,128,78,14,0,187,168,
-112,254,166,124,214,41,254,124,214,49,30,124,214,41,159,125,22,40,94,125,
-16,0,251,130,14,0,215,170,11,0,32,57,28,0,61,145,20,98,202,124,
-120,179,197,126,112,254,138,127,20,2,6,125,20,224,39,127,120,203,35,127,
-20,81,72,127,120,211,68,127,112,254,198,126,65,95,5,72,8,0,125,144,
-120,203,35,127,12,0,157,144,120,211,68,127,120,179,197,126,112,254,198,126,
-81,94,5,72,104,0,151,129,132,1,12,128,20,0,125,176,120,235,164,127,
-120,195,5,127,120,187,227,126,166,3,9,124,33,4,128,78,0,0,3,44,
-88,0,130,65,14,0,91,169,112,254,71,125,22,80,158,125,214,81,126,124,
-214,57,30,125,214,81,191,124,112,254,139,127,20,42,236,124,20,66,135,124,
-20,224,163,124,16,0,123,128,20,89,196,124,104,0,99,129,84,0,11,128,
-1,0,32,57,20,0,61,177,8,0,189,144,12,0,221,144,120,235,164,127,
-166,3,9,124,33,4,128,78,8,0,221,147,12,0,253,147,20,0,157,179,
-28,0,33,131,44,0,161,131,48,0,193,131,32,0,65,131,24,0,1,131,
-40,0,129,131,52,0,225,131,36,0,97,131,20,0,225,130,60,0,1,128,
-16,0,193,130,0,0,96,56,166,3,8,124,56,0,33,56,32,0,128,78,
-184,255,33,148,24,0,129,146,16,0,65,146,20,0,97,146,28,0,161,146,
-32,0,193,146,36,0,225,146,40,0,1,147,44,0,33,147,48,0,65,147,
-52,0,97,147,56,0,129,147,60,0,161,147,68,0,225,147,166,2,8,124,
-76,0,1,144,64,0,193,147,120,27,123,124,100,0,155,129,120,35,158,124,
-12,0,190,131,64,96,29,124,96,0,123,129,8,0,158,131,20,0,254,168,
-120,43,180,124,120,51,213,124,120,59,246,124,16,0,128,65,80,0,129,65,
-64,88,28,124,72,0,128,64,8,0,219,168,0,48,7,124,60,0,128,64,
-16,0,123,128,104,0,3,129,188,0,8,128,120,163,132,126,166,3,9,124,
-33,4,128,78,12,0,97,144,12,0,1,160,8,0,1,176,14,0,193,160,
-10,0,193,176,8,0,161,128,255,7,167,84,80,0,130,64,32,0,193,130,
-56,0,129,131,60,0,161,131,36,0,225,130,28,0,161,130,52,0,97,131,
-64,0,193,131,40,0,1,131,24,0,129,130,48,0,65,131,68,0,225,131,
-44,0,33,131,20,0,97,130,76,0,1,128,16,0,65,130,0,0,96,56,
-166,3,8,124,72,0,33,56,32,0,128,78,80,0,123,128,120,227,133,127,
-120,235,166,127,120,171,167,126,165,32,8,72,14,0,59,169,112,254,42,125,
-214,73,221,124,22,72,252,124,214,81,28,125,214,73,252,126,16,0,123,130,
-14,0,83,170,120,27,127,124,12,0,0,56,28,0,30,144,120,147,69,126,
-112,254,204,126,20,50,231,124,20,66,7,127,20,176,55,127,120,203,35,127,
-20,97,88,127,120,211,68,127,112,254,70,126,233,92,5,72,8,0,126,144,
-120,203,35,127,12,0,158,144,120,211,68,127,120,147,69,126,112,254,70,126,
-249,91,5,72,104,0,211,128,124,1,6,128,20,0,126,176,120,163,133,126,
-120,243,196,127,166,3,9,124,120,155,99,126,120,171,166,126,33,4,128,78,
-0,0,3,44,24,0,130,65,53,31,8,72,8,0,158,147,12,0,190,147,
-20,0,222,178,100,0,0,72,14,0,123,169,112,254,108,125,214,97,188,124,
-214,89,61,125,22,88,28,125,214,89,220,124,16,0,123,128,112,254,204,126,
-20,74,72,125,20,42,234,124,20,176,38,125,20,97,71,125,104,0,131,129,
-76,0,12,128,120,243,196,127,12,0,94,145,8,0,62,145,1,0,192,56,
-20,0,222,176,166,3,9,124,33,4,128,78,8,0,158,147,12,0,190,147,
-20,0,222,178,52,0,97,131,32,0,193,130,28,0,161,130,48,0,65,131,
-56,0,129,131,36,0,225,130,24,0,129,130,44,0,33,131,60,0,161,131,
-120,251,227,127,68,0,225,131,40,0,1,131,64,0,193,131,76,0,1,128,
-20,0,97,130,16,0,65,130,166,3,8,124,72,0,33,56,32,0,128,78,
-232,255,33,148,16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,
-12,0,161,147,120,35,157,124,8,0,221,131,14,0,3,169,12,0,253,131,
-112,254,10,125,22,64,190,124,214,65,223,124,214,65,126,125,214,81,30,125,
-24,0,61,161,72,0,42,97,8,0,125,145,20,50,229,124,24,0,93,177,
-20,66,135,125,12,0,157,145,112,0,131,129,64,96,31,124,108,0,99,129,
-64,0,128,65,12,0,129,65,64,88,30,124,52,0,129,64,100,0,131,129,
-96,0,99,129,246,255,139,48,212,1,172,124,64,40,31,124,28,0,129,65,
-12,0,128,65,64,32,30,124,16,0,128,64,24,0,221,160,118,7,198,84,
-24,0,221,176,20,0,99,128,104,0,227,128,20,0,7,128,120,235,164,127,
-166,3,9,124,33,4,128,78,24,0,93,161,118,7,74,85,12,0,253,147,
-8,0,221,147,24,0,93,177,28,0,1,128,20,0,225,131,12,0,161,131,
-16,0,193,131,0,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-216,255,33,148,20,0,97,147,8,0,1,147,12,0,33,147,16,0,65,147,
-28,0,161,147,32,0,193,147,36,0,225,147,166,2,8,124,44,0,1,144,
-24,0,129,147,120,35,156,124,8,0,188,131,120,27,123,124,14,0,219,168,
-12,0,220,131,112,254,201,124,22,48,157,125,214,73,157,124,214,49,93,125,
-214,49,30,124,24,0,60,161,80,0,123,128,120,43,167,124,120,235,165,127,
-120,243,198,127,8,0,92,145,64,0,41,97,24,0,60,177,20,2,44,125,
-20,34,105,125,12,0,124,145,213,29,8,72,112,0,187,128,64,40,30,124,
-108,0,155,128,120,27,127,124,60,0,128,65,12,0,129,65,64,32,29,124,
-48,0,129,64,28,0,124,131,12,0,128,56,33,0,96,56,17,0,192,56,
-120,227,133,127,28,0,220,144,49,139,5,72,28,0,124,147,8,0,188,147,
-12,0,220,147,156,0,0,72,20,0,92,171,64,40,30,124,20,0,130,64,
-64,32,29,124,12,0,130,64,116,0,27,128,20,0,28,176,2,0,187,136,
-115,6,165,84,0,0,0,57,68,0,130,65,104,0,27,129,52,1,40,129,
-120,219,99,127,166,3,41,125,33,4,128,78,14,0,27,168,112,254,12,124,
-22,0,163,124,214,1,196,124,214,1,3,127,214,97,3,124,1,0,0,57,
-8,0,28,147,20,50,229,124,20,2,39,127,12,0,60,147,58,16,10,85,
-20,82,123,125,16,0,107,128,104,0,131,129,12,0,12,128,120,227,132,127,
-166,3,9,124,33,4,128,78,20,0,92,179,8,0,188,147,12,0,220,147,
-16,0,65,131,24,0,129,131,28,0,161,131,120,251,227,127,36,0,225,131,
-20,0,97,131,32,0,193,131,44,0,1,128,12,0,33,131,8,0,1,131,
-166,3,8,124,40,0,33,56,32,0,128,78,208,255,33,148,24,0,65,147,
-28,0,97,147,32,0,129,147,36,0,161,147,44,0,225,147,166,2,8,124,
-52,0,1,144,40,0,193,147,120,35,158,124,12,0,158,129,8,0,126,129,
-120,27,125,124,12,0,129,145,8,0,97,145,20,0,125,128,104,0,67,129,
-76,1,10,128,0,0,96,59,16,0,193,56,120,43,191,124,16,0,157,59,
-120,251,228,127,8,0,161,56,166,3,9,124,33,4,128,78,0,0,3,44,
-96,0,130,65,92,0,253,128,88,0,221,128,14,0,29,168,112,254,10,124,
-214,1,134,124,214,81,102,125,214,1,7,125,22,0,230,124,12,0,97,131,
-8,0,65,131,20,66,39,125,20,90,169,124,16,216,5,124,16,1,32,125,
-208,0,137,125,120,42,104,127,52,0,9,125,126,217,42,85,16,208,100,125,
-16,89,203,124,208,0,6,124,56,0,71,125,120,59,155,125,58,16,105,87,
-46,224,105,124,104,0,67,129,92,1,10,128,120,243,196,127,120,251,229,127,
-166,3,9,124,33,4,128,78,40,0,193,131,32,0,129,131,36,0,161,131,
-44,0,225,131,52,0,1,128,28,0,97,131,24,0,65,131,166,3,8,124,
-48,0,33,56,32,0,128,78,208,255,33,148,40,0,193,147,24,0,65,147,
-28,0,97,147,32,0,129,147,166,2,8,124,52,0,1,144,36,0,161,147,
-120,35,157,124,44,0,225,147,120,51,223,124,12,0,221,128,120,43,190,124,
-8,0,189,128,120,27,124,124,12,0,193,144,8,0,161,144,20,0,124,128,
-104,0,99,129,76,1,43,129,0,0,64,59,8,0,225,56,120,243,196,127,
-16,0,124,59,120,59,229,124,166,3,41,125,16,0,193,56,33,4,128,78,
-0,0,3,44,96,0,130,65,92,0,28,129,88,0,252,128,14,0,28,168,
-112,254,11,124,214,89,135,125,214,1,167,124,214,1,40,125,22,0,7,125,
-12,0,129,128,8,0,97,128,20,74,72,125,20,98,202,124,16,32,134,125,
-16,97,12,124,208,0,0,124,120,50,139,124,52,0,108,125,126,217,137,85,
-16,24,5,125,16,65,72,125,208,0,234,124,56,56,43,125,120,91,26,124,
-58,16,76,87,46,216,108,124,104,0,163,128,84,1,5,128,120,235,164,127,
-120,251,230,127,166,3,9,124,120,243,197,127,33,4,128,78,40,0,193,131,
-32,0,129,131,36,0,161,131,44,0,225,131,52,0,1,128,28,0,97,131,
-24,0,65,131,166,3,8,124,48,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,
-7,0,30,136,116,7,0,124,255,255,0,44,120,35,159,124,48,0,130,64,
-20,0,126,128,104,0,131,129,236,0,140,129,166,3,137,125,33,4,128,78,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,177,104,6,72,3,0,126,137,19,0,31,136,116,7,107,125,
-188,15,96,81,19,0,31,152,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,7,0,131,137,116,7,140,125,
-255,255,12,44,24,0,130,64,20,0,99,128,104,0,131,129,228,0,12,128,
-166,3,9,124,32,4,128,78,152,105,6,72,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,16,0,127,128,104,0,67,129,
-116,0,10,128,166,3,9,124,33,4,128,78,0,0,3,44,24,0,130,64,
-20,0,127,128,104,0,131,129,116,0,12,128,166,3,9,124,33,4,128,78,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-16,0,127,128,104,0,67,129,108,0,10,128,166,3,9,124,33,4,128,78,
-0,0,3,44,24,0,130,64,20,0,127,128,104,0,131,129,108,0,12,128,
-166,3,9,124,33,4,128,78,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,1,0,160,56,4,229,255,75,0,0,160,56,
-252,228,255,75,0,0,96,56,32,0,128,78,20,0,99,128,104,0,131,129,
-212,1,12,128,166,3,9,124,32,4,128,78,20,0,99,128,104,0,131,129,
-204,1,12,128,166,3,9,124,32,4,128,78,255,255,96,56,32,0,128,78,
-20,0,99,128,104,0,131,129,196,0,12,128,166,3,9,124,32,4,128,78,
-20,0,99,128,104,0,131,129,148,0,12,128,166,3,9,124,32,4,128,78,
-0,0,96,56,32,0,128,78,0,0,96,56,32,0,128,78,20,0,99,128,
-104,0,131,129,28,0,12,128,166,3,9,124,32,4,128,78,166,2,8,124,
-4,0,1,144,248,255,33,148,16,0,99,128,0,0,3,44,1,0,96,57,
-0,0,128,57,28,0,130,65,104,0,131,129,28,0,12,128,166,3,9,124,
-33,4,128,78,120,27,107,124,120,35,140,124,12,0,1,128,8,0,33,56,
-166,3,8,124,120,99,132,125,120,91,99,125,32,0,128,78,0,0,100,128,
-40,1,0,56,255,255,128,56,12,0,3,176,88,208,7,72,240,255,33,148,
-166,2,8,124,20,0,1,144,8,0,193,147,121,27,126,124,12,0,225,147,
-120,35,159,124,64,0,130,65,12,0,128,61,16,14,140,57,196,1,108,129,
-104,0,158,145,166,3,105,125,33,4,128,78,0,0,158,136,11,0,96,60,
-116,7,132,124,128,18,99,56,21,57,5,72,255,7,224,87,12,0,130,65,
-120,243,195,127,37,37,5,72,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,16,0,131,129,0,0,12,44,
-44,1,96,56,32,0,130,77,104,0,76,129,44,1,10,128,120,99,131,125,
-166,3,9,124,32,4,128,78,16,0,131,129,0,0,12,44,24,0,130,65,
-104,0,108,129,244,0,11,128,120,99,131,125,166,3,9,124,32,4,128,78,
-108,96,6,72,16,0,131,129,0,0,12,44,24,0,130,65,104,0,108,129,
-236,0,11,128,120,99,131,125,166,3,9,124,32,4,128,78,212,101,6,72,
-16,0,131,129,0,0,12,44,1,0,96,56,32,0,130,77,104,0,108,129,
-228,0,11,128,120,99,131,125,166,3,9,124,32,4,128,78,166,2,8,124,
-4,0,1,144,240,255,33,148,16,0,99,128,0,0,3,44,8,0,97,129,
-30,0,96,85,8,0,1,144,72,0,130,65,104,0,131,129,188,0,12,128,
-166,3,9,124,33,4,128,78,12,0,97,144,12,0,97,161,8,0,97,177,
-14,0,129,161,10,0,129,177,8,0,65,129,255,7,74,85,24,0,130,65,
-0,0,0,56,8,0,1,176,8,0,129,129,1,0,140,97,8,0,129,145,
-20,0,1,128,8,0,97,128,16,0,33,56,166,3,8,124,32,0,128,78,
-16,0,131,129,0,0,12,44,1,0,96,56,0,0,128,56,32,0,130,77,
-104,0,76,129,28,0,10,128,120,99,131,125,166,3,9,124,32,4,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,
-8,0,193,147,120,35,158,124,20,0,130,64,108,0,96,56,13,34,5,72,
-121,27,127,124,52,0,130,65,120,251,227,127,165,73,6,72,0,0,30,44,
-12,0,128,61,16,14,140,57,104,0,159,145,16,0,130,65,16,0,223,147,
-1,0,0,56,4,0,31,176,64,0,96,57,6,0,127,153,20,0,1,128,
-120,251,227,127,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,35,1,96,56,32,0,128,78,0,0,96,56,32,0,128,78,
-0,0,96,56,32,0,128,78,0,0,96,56,32,0,128,78,0,0,96,56,
-32,0,128,78,0,0,96,56,32,0,128,78,0,0,96,56,32,0,128,78,
-0,0,96,56,32,0,128,78,0,0,96,56,32,0,128,78,32,0,128,78,
-34,1,96,56,32,0,128,78,0,0,96,56,32,0,128,78,34,1,96,56,
-32,0,128,78,34,1,96,56,32,0,128,78,32,0,128,78,35,1,96,56,
-32,0,128,78,35,1,96,56,32,0,128,78,0,0,96,56,32,0,128,78,
-32,0,128,78,0,0,96,56,32,0,128,78,0,0,128,57,0,0,132,145,
-1,0,96,56,32,0,128,78,0,0,96,56,32,0,128,78,0,0,96,56,
-32,0,128,78,0,0,96,56,32,0,128,78,0,0,96,56,32,0,128,78,
-0,0,96,56,32,0,128,78,0,0,96,56,32,0,128,78,244,252,255,75,
-240,252,255,75,2,0,192,60,64,252,198,56,96,2,160,56,16,0,128,56,
-28,0,96,60,172,126,99,56,0,0,224,56,120,59,232,124,224,30,5,72,
-240,255,33,148,12,0,225,147,1,0,224,63,238,238,255,59,166,2,8,124,
-20,0,1,144,8,0,193,147,12,0,192,63,32,16,222,59,6,0,126,52,
-15,0,224,56,0,0,254,176,20,0,130,64,2,0,96,56,125,32,5,72,
-0,0,3,44,12,0,130,65,1,0,64,57,0,0,67,177,12,0,126,52,
-20,0,130,64,2,0,96,56,93,32,5,72,0,0,3,44,12,0,130,65,
-2,0,96,57,0,0,99,177,18,0,126,52,20,0,130,64,2,0,96,56,
-61,32,5,72,0,0,3,44,12,0,130,65,4,0,128,57,0,0,131,177,
-24,0,126,52,20,0,130,64,2,0,96,56,29,32,5,72,0,0,3,44,
-12,0,130,65,8,0,0,56,0,0,3,176,30,0,126,52,20,0,130,64,
-2,0,96,56,253,31,5,72,0,0,3,44,8,0,130,65,0,0,227,179,
-36,0,126,52,20,0,130,64,2,0,96,56,225,31,5,72,0,0,3,44,
-8,0,130,65,0,0,227,179,42,0,126,52,20,0,130,64,2,0,96,56,
-197,31,5,72,0,0,3,44,12,0,130,65,17,17,31,56,0,0,3,176,
-12,0,192,63,80,16,222,59,6,0,126,52,15,0,0,56,0,0,30,176,
-20,0,130,64,2,0,96,56,149,31,5,72,0,0,3,44,12,0,130,65,
-1,0,0,56,0,0,3,176,12,0,126,52,20,0,130,64,2,0,96,56,
-117,31,5,72,0,0,3,44,12,0,130,65,2,0,0,57,0,0,3,177,
-18,0,126,52,20,0,130,64,2,0,96,56,85,31,5,72,0,0,3,44,
-12,0,130,65,4,0,0,56,0,0,3,176,24,0,126,52,20,0,130,64,
-2,0,96,56,53,31,5,72,0,0,3,44,12,0,130,65,8,0,64,57,
-0,0,67,177,30,0,126,52,20,0,130,64,2,0,96,56,21,31,5,72,
-0,0,3,44,8,0,130,65,0,0,227,179,36,0,126,52,20,0,130,64,
-2,0,96,56,249,30,5,72,0,0,3,44,8,0,130,65,0,0,227,179,
-42,0,126,52,20,0,130,64,2,0,96,56,221,30,5,72,0,0,3,44,
-12,0,130,65,17,17,127,57,0,0,99,177,2,0,192,60,144,252,198,56,
-15,0,0,56,124,128,13,176,16,0,128,56,132,128,141,176,96,2,160,56,
-28,0,96,60,172,126,99,56,77,30,5,72,12,0,96,60,8,16,99,56,
-217,25,5,72,0,0,128,57,29,0,32,61,248,4,137,153,12,0,96,60,
-20,16,99,56,193,25,5,72,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,8,0,193,147,121,27,126,124,12,0,225,147,120,35,159,124,
-52,0,130,65,0,0,222,168,0,0,6,44,24,0,130,65,4,0,158,128,
-8,0,190,128,11,0,96,60,104,19,99,56,173,51,5,72,255,7,224,87,
-12,0,130,65,120,243,195,127,189,31,5,72,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,224,255,33,148,
-166,2,8,124,36,0,1,144,24,0,193,147,121,27,126,124,28,0,225,147,
-120,35,159,124,52,0,130,65,8,0,97,56,20,132,130,56,125,199,4,72,
-4,0,158,128,11,0,96,60,8,0,161,56,144,19,99,56,69,51,5,72,
-255,7,224,87,12,0,130,65,120,243,195,127,85,31,5,72,36,0,1,128,
-28,0,225,131,24,0,193,131,166,3,8,124,32,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,129,170,8,72,0,0,3,44,
-28,0,130,65,11,0,96,60,180,19,99,56,6,1,128,56,0,0,160,56,
-21,212,254,75,0,0,3,44,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,232,255,33,148,12,0,161,147,166,2,8,124,28,0,1,144,
-16,0,193,147,121,27,126,124,20,0,225,147,120,35,159,124,72,0,130,65,
-0,0,160,59,0,0,94,129,1,0,0,56,48,232,7,124,57,56,73,125,
-20,0,130,65,96,2,125,29,28,0,139,61,172,126,108,56,121,255,255,75,
-1,0,189,59,16,0,29,44,212,255,128,65,255,7,224,87,12,0,130,65,
-120,243,195,127,149,30,5,72,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,120,251,227,127,
-255,255,128,56,41,173,8,72,0,0,3,44,240,255,130,64,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,
-12,0,161,147,166,2,8,124,28,0,1,144,20,0,225,147,121,27,127,124,
-16,0,193,147,120,35,158,124,20,0,130,64,4,0,96,56,109,28,5,72,
-121,27,127,124,68,0,130,65,0,0,223,147,0,0,160,59,1,0,96,57,
-48,232,106,125,57,80,204,127,24,0,130,65,96,2,29,28,28,0,32,61,
-172,126,41,57,20,2,105,124,105,255,255,75,1,0,189,59,16,0,29,44,
-12,0,128,64,0,0,223,131,204,255,255,75,120,251,227,127,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,0,0,131,137,
-0,0,12,44,56,0,130,65,0,0,0,56,0,0,3,152,29,0,96,60,
-204,4,99,56,209,168,8,72,0,0,3,44,28,0,130,65,11,0,96,60,
-192,19,99,56,6,1,128,56,0,0,160,56,101,210,254,75,0,0,3,44,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,0,0,127,137,
-0,0,11,44,32,0,130,64,29,0,96,60,204,4,99,56,0,0,128,56,
-237,171,8,72,52,0,96,124,126,217,12,84,0,0,159,153,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,8,0,193,147,
-120,35,158,124,24,0,130,65,53,255,255,75,255,7,192,87,12,0,130,65,
-120,251,227,127,201,28,5,72,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,
-121,27,127,124,166,2,8,124,20,0,1,144,20,0,130,64,1,0,96,56,
-237,26,5,72,121,27,127,124,32,0,130,65,29,0,96,60,204,4,99,56,
-0,0,128,56,73,171,8,72,52,0,96,124,126,217,12,84,0,0,159,153,
-20,0,1,128,120,251,227,127,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,12,0,225,147,121,27,127,124,166,2,8,124,
-20,0,1,144,20,0,130,64,1,0,96,56,145,26,5,72,121,27,127,124,
-36,0,130,65,1,0,0,56,0,0,31,152,29,0,96,60,204,4,99,56,
-255,255,128,56,229,170,8,72,0,0,3,44,236,255,130,64,20,0,1,128,
-120,251,227,127,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,12,0,225,147,8,0,193,147,0,0,192,59,120,243,223,127,
-4,0,99,57,0,0,11,129,4,0,107,57,0,32,11,124,20,64,222,127,
-148,1,255,127,236,255,128,65,20,248,126,124,12,0,225,131,8,0,193,131,
-16,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-120,27,108,124,0,2,140,56,169,255,255,75,0,0,108,144,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,120,27,108,124,0,18,140,56,125,255,255,75,0,0,108,144,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,
-4,0,1,144,248,255,33,148,120,27,108,124,0,2,140,56,81,255,255,75,
-0,0,140,129,120,98,108,124,255,255,12,48,16,97,0,124,62,6,3,84,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,121,0,35,137,
-0,0,0,56,116,7,41,125,120,3,10,124,0,72,10,124,60,0,128,64,
-58,16,70,85,80,48,138,125,60,8,140,85,20,98,99,125,122,0,235,164,
-64,32,7,124,20,0,130,64,2,0,11,169,4,0,11,160,0,0,5,145,
-16,0,0,72,1,0,74,57,0,72,10,124,204,255,128,65,120,3,3,124,
-32,0,128,78,232,255,33,148,20,0,225,147,166,2,8,124,28,0,1,144,
-16,0,193,147,120,27,126,124,84,0,30,160,0,0,0,44,120,35,159,124,
-24,0,130,64,11,0,96,60,204,19,99,56,215,5,128,56,0,0,160,56,
-141,207,254,75,120,243,195,127,4,0,128,56,8,0,161,56,97,255,255,75,
-0,0,3,44,32,0,130,64,20,0,225,131,28,0,1,128,16,0,193,131,
-128,1,96,56,166,3,8,124,24,0,33,56,32,0,128,78,56,0,158,129,
-8,0,65,129,120,251,228,127,44,72,101,84,44,72,74,85,20,82,108,124,
-33,235,7,72,0,0,3,44,28,0,130,65,28,0,1,128,20,0,225,131,
-16,0,193,131,166,3,8,124,24,0,33,56,32,0,128,78,120,251,227,127,
-0,2,159,56,29,254,255,75,0,0,31,129,64,64,3,124,48,0,130,65,
-48,0,158,128,11,0,96,60,216,19,99,56,209,45,5,72,20,0,225,131,
-28,0,1,128,16,0,193,131,131,1,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,4,0,31,128,80,0,30,144,28,0,1,128,16,0,193,131,
-20,0,225,131,0,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-232,255,33,148,20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,
-120,27,126,124,84,0,30,160,0,0,0,44,120,35,159,124,24,0,130,64,
-11,0,96,60,52,20,99,56,98,5,128,56,0,0,160,56,121,206,254,75,
-69,0,94,137,0,0,10,44,8,0,128,56,8,0,130,65,16,0,128,56,
-120,243,195,127,8,0,161,56,61,254,255,75,56,0,158,129,8,0,97,129,
-120,251,228,127,44,72,101,84,44,72,107,85,20,90,108,124,33,234,7,72,
-0,0,3,44,28,0,130,65,28,0,1,128,20,0,225,131,16,0,193,131,
-166,3,8,124,24,0,33,56,32,0,128,78,4,0,255,128,50,1,191,168,
-1,48,5,44,3,0,0,56,76,0,254,144,76,0,130,65,1,64,5,44,
-32,0,130,64,0,18,159,56,120,251,227,127,253,252,255,75,0,0,95,129,
-64,80,3,124,104,0,130,65,64,0,0,72,9,0,192,56,92,2,222,152,
-20,0,225,131,28,0,1,128,16,0,193,131,129,1,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,0,6,159,56,120,251,227,127,189,252,255,75,
-0,0,95,129,64,80,3,124,40,0,130,65,8,0,96,57,92,2,126,153,
-20,0,225,131,28,0,1,128,16,0,193,131,130,1,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,52,1,159,169,0,0,12,44,12,0,130,65,
-0,0,7,44,48,0,130,64,48,0,158,128,11,0,96,60,8,20,99,56,
-57,44,5,72,20,0,225,131,28,0,1,128,16,0,193,131,132,1,96,56,
-166,3,8,124,24,0,33,56,32,0,128,78,20,0,225,131,28,0,1,128,
-16,0,193,131,0,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-232,255,33,148,166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,
-20,0,225,147,120,35,159,124,2,0,128,56,8,0,161,56,225,252,255,75,
-0,0,3,44,32,0,130,64,20,0,225,131,28,0,1,128,16,0,193,131,
-128,1,96,56,166,3,8,124,24,0,33,56,32,0,128,78,56,0,126,129,
-8,0,65,129,120,251,228,127,44,72,101,84,44,72,74,85,20,82,107,124,
-161,232,7,72,0,0,3,44,28,0,130,65,28,0,1,128,20,0,225,131,
-16,0,193,131,166,3,8,124,24,0,33,56,32,0,128,78,4,0,63,129,
-72,0,62,145,120,251,227,127,0,6,159,56,149,251,255,75,0,0,31,128,
-64,0,3,124,40,0,130,65,6,0,224,56,92,2,254,152,20,0,225,131,
-28,0,1,128,16,0,193,131,130,1,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,0,0,9,44,44,0,130,65,48,0,31,128,0,0,0,44,
-32,0,129,64,80,1,0,40,24,0,129,65,24,3,159,129,0,0,12,44,
-12,0,129,64,80,1,12,40,48,0,129,64,48,0,158,128,11,0,96,60,
-64,20,99,56,245,42,5,72,20,0,225,131,28,0,1,128,16,0,193,131,
-133,1,96,56,166,3,8,124,24,0,33,56,32,0,128,78,20,0,225,131,
-28,0,1,128,16,0,193,131,0,0,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,11,0,32,61,
-108,20,41,57,12,0,225,147,120,27,127,124,92,0,255,56,100,0,31,57,
-0,0,64,57,0,0,104,137,0,0,9,136,116,7,0,124,116,7,107,125,
-64,0,11,124,1,0,41,57,1,0,8,57,28,0,130,65,20,0,1,128,
-12,0,225,131,0,0,96,56,16,0,33,56,166,3,8,124,32,0,128,78,
-1,0,74,57,8,0,10,44,192,255,128,65,120,59,227,124,21,251,255,75,
-0,0,3,44,28,0,130,65,20,0,1,128,12,0,225,131,4,0,96,56,
-16,0,33,56,166,3,8,124,32,0,128,78,24,0,7,160,2,144,0,40,
-36,0,130,65,3,144,0,40,28,0,130,65,20,0,1,128,12,0,225,131,
-5,0,96,56,16,0,33,56,166,3,8,124,32,0,128,78,120,251,227,127,
-16,0,128,56,8,0,161,56,245,250,255,75,255,255,3,48,16,25,128,125,
-69,0,159,153,20,0,1,128,12,0,225,131,1,0,96,56,16,0,33,56,
-166,3,8,124,32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,
-12,0,161,147,120,27,125,124,16,0,193,147,120,35,158,124,11,0,128,60,
-120,20,132,56,20,0,225,147,120,43,191,124,1,0,160,56,221,86,3,72,
-48,0,221,147,56,0,253,147,255,255,128,57,60,0,157,145,64,0,157,145,
-0,0,128,56,68,0,157,152,69,0,157,152,72,0,157,144,76,0,157,144,
-80,0,157,144,52,0,157,145,84,0,157,176,93,2,157,152,94,2,157,152,
-95,2,157,152,88,0,157,144,2,0,0,56,92,2,29,152,92,0,125,56,
-0,2,160,56,81,197,254,75,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,176,255,33,148,
-64,0,129,147,68,0,161,147,76,0,225,147,166,2,8,124,84,0,1,144,
-72,0,193,147,120,27,126,124,48,0,30,128,56,0,94,129,1,0,224,59,
-52,0,65,145,48,0,252,127,48,0,65,145,0,32,0,56,56,0,1,144,
-225,185,7,72,120,251,228,127,232,3,224,56,29,0,192,60,172,4,198,56,
-9,0,160,60,248,112,165,56,0,0,160,59,8,0,163,147,4,0,163,144,
-36,0,195,144,40,0,131,147,20,0,227,144,88,0,126,144,157,191,7,72,
-88,0,30,128,8,0,161,56,12,0,128,56,33,0,96,56,24,0,161,147,
-32,0,161,179,20,0,161,147,16,0,161,147,40,0,33,57,12,0,33,145,
-8,0,1,144,16,0,0,56,28,0,1,176,17,0,128,57,36,0,129,145,
-205,116,5,72,88,0,126,128,84,0,190,179,81,187,7,72,120,27,127,124,
-88,0,126,128,0,0,163,179,45,184,8,72,120,251,227,127,76,0,225,131,
-72,0,193,131,84,0,1,128,68,0,161,131,64,0,129,131,166,3,8,124,
-80,0,33,56,32,0,128,78,118,0,131,152,116,7,132,124,52,0,131,144,
-92,0,99,56,132,248,255,75,166,2,8,124,4,0,1,144,248,255,33,148,
-48,0,99,128,117,238,0,72,12,0,1,128,8,0,33,56,166,3,8,124,
-4,216,99,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-8,0,193,147,120,27,126,124,92,0,126,56,12,0,225,147,120,35,159,124,
-0,0,128,56,0,2,160,56,209,195,254,75,120,243,195,127,169,255,255,75,
-0,0,31,44,64,0,126,144,216,0,130,65,99,0,94,57,11,0,32,61,
-139,20,41,57,9,0,96,57,166,3,105,125,1,0,137,141,1,0,138,157,
-248,255,0,66,52,0,30,128,76,0,31,44,118,0,30,152,8,0,224,56,
-1,0,0,57,1,0,32,61,121,0,254,152,112,0,30,145,2,144,41,57,
-116,0,62,177,40,0,0,56,120,0,30,152,40,0,130,64,4,0,0,57,
-64,0,30,145,76,0,32,57,119,0,62,153,12,0,192,60,80,16,198,56,
-8,0,0,56,7,0,224,56,28,0,0,72,78,0,96,57,119,0,126,153,
-12,0,192,60,32,16,198,56,8,0,0,56,7,0,224,56,58,16,224,84,
-80,0,39,125,60,8,41,85,20,74,70,125,0,0,106,161,20,74,30,125,
-122,0,104,181,2,0,138,161,2,0,136,177,4,0,10,160,4,0,8,176,
-121,59,224,124,255,255,231,56,204,255,130,64,69,0,30,152,92,0,126,56,
-73,247,255,75,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,168,255,33,148,64,0,65,147,76,0,161,147,
-84,0,225,147,166,2,8,124,92,0,1,144,68,0,97,147,120,27,123,124,
-72,0,129,147,120,35,156,124,80,0,193,147,120,43,190,124,120,243,196,127,
-8,0,161,56,137,247,255,75,121,27,127,124,44,0,130,64,80,0,193,131,
-72,0,129,131,76,0,161,131,84,0,225,131,92,0,1,128,68,0,97,131,
-64,0,65,131,166,3,8,124,88,0,33,56,32,0,128,78,2,0,220,160,
-64,0,198,96,2,0,220,176,2,0,252,160,0,0,96,57,84,0,219,179,
-0,8,231,96,2,0,252,176,44,0,97,145,48,0,97,145,8,0,97,129,
-60,0,219,128,56,0,91,129,0,0,160,59,44,0,1,56,16,0,1,144,
-24,0,161,147,44,72,96,85,20,2,10,124,56,0,1,144,52,0,1,144,
-20,90,6,124,20,0,1,144,48,0,123,128,9,0,128,56,12,0,161,56,
-2,0,64,57,11,0,192,59,44,72,236,87,28,0,161,147,32,0,225,179,
-12,0,129,147,60,0,129,145,40,0,193,147,36,0,65,177,41,114,5,72,
-8,0,129,129,64,0,123,129,24,0,161,147,20,98,75,125,20,0,65,145,
-48,0,123,128,2,0,0,56,40,0,193,147,32,0,225,179,44,0,1,57,
-12,0,161,56,9,0,128,56,28,0,161,147,12,0,129,147,36,0,1,176,
-16,0,1,145,229,113,5,72,72,0,129,131,80,0,193,131,84,0,225,131,
-76,0,161,131,68,0,97,131,92,0,1,128,64,0,65,131,2,0,96,56,
-166,3,8,124,88,0,33,56,32,0,128,78,232,255,33,148,16,0,193,147,
-20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,120,27,125,124,
-221,242,255,75,0,0,0,57,92,2,29,153,120,235,163,127,5,252,255,75,
-121,27,127,124,144,0,130,64,48,0,29,128,1,0,32,57,48,0,63,125,
-13,182,7,72,15,0,160,56,120,27,100,124,29,0,128,61,172,4,140,57,
-9,0,96,61,248,112,107,57,0,0,192,59,8,0,195,147,4,0,99,145,
-36,0,131,145,40,0,227,147,88,0,157,144,244,1,0,56,20,0,3,144,
-120,235,163,127,17,254,255,75,120,27,100,124,88,0,125,128,181,187,7,72,
-88,0,125,128,173,183,7,72,120,27,127,124,88,0,125,128,0,0,195,179,
-137,180,8,72,119,0,189,136,48,0,157,128,11,0,96,60,152,20,99,56,
-116,7,165,124,141,36,5,72,120,235,163,127,109,241,255,75,120,251,227,127,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,168,255,33,148,80,0,193,147,120,51,222,124,
-16,0,30,40,64,0,65,147,84,0,225,147,166,2,8,124,92,0,1,144,
-68,0,97,147,120,27,123,124,72,0,129,147,120,35,156,124,76,0,161,147,
-120,43,189,124,24,0,129,64,11,0,96,60,204,20,99,56,210,10,128,56,
-0,0,160,56,57,197,254,75,120,219,99,127,241,250,255,75,121,27,127,124,
-20,1,130,64,48,0,27,128,1,0,160,56,48,0,191,124,249,180,7,72,
-244,1,0,56,29,0,0,61,172,4,8,57,9,0,224,60,248,112,231,56,
-0,0,64,59,8,0,67,147,4,0,227,144,36,0,3,145,40,0,227,147,
-20,0,3,144,2,0,3,160,64,0,0,96,2,0,3,176,2,0,3,160,
-0,8,0,96,88,0,123,144,2,0,3,176,40,0,65,147,44,0,65,147,
-56,0,27,128,44,72,203,87,2,0,128,56,52,0,1,144,48,0,1,144,
-56,0,97,145,129,186,7,72,88,0,27,128,20,0,65,147,16,0,129,147,
-48,0,123,128,11,0,128,59,2,0,0,57,8,0,1,144,24,0,65,147,
-9,0,128,56,8,0,161,56,28,0,193,179,40,0,1,56,12,0,1,144,
-32,0,1,177,36,0,129,147,177,111,5,72,88,0,59,129,20,0,65,147,
-16,0,161,147,48,0,123,128,40,0,161,56,2,0,224,59,24,0,65,147,
-8,0,33,145,9,0,128,56,36,0,129,147,28,0,193,179,32,0,225,179,
-12,0,161,144,8,0,161,56,117,111,5,72,88,0,123,128,253,181,7,72,
-120,27,127,124,88,0,123,128,0,0,67,179,217,178,8,72,76,0,161,131,
-120,251,227,127,84,0,225,131,72,0,129,131,80,0,193,131,92,0,1,128,
-68,0,97,131,64,0,65,131,166,3,8,124,88,0,33,56,32,0,128,78,
-232,255,33,148,12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,
-28,0,1,144,8,0,129,147,120,27,124,124,81,240,255,75,92,2,92,137,
-116,7,74,125,1,0,10,40,108,0,130,65,3,0,10,40,184,0,128,65,
-24,0,130,65,5,0,10,40,104,0,129,64,9,0,10,40,80,0,129,64,
-160,0,0,72,48,0,156,128,60,0,124,129,4,0,160,56,11,0,96,60,
-216,20,99,56,252,255,203,59,89,34,5,72,120,227,131,127,0,0,128,56,
-120,243,197,127,4,0,192,56,229,253,255,75,0,0,0,56,92,2,28,152,
-120,27,127,124,120,227,131,127,25,239,255,75,100,0,0,72,119,0,28,136,
-116,7,0,124,76,0,0,44,72,0,130,64,48,0,156,128,60,0,220,131,
-16,0,160,56,11,0,96,60,216,20,99,56,5,34,5,72,120,227,131,127,
-4,0,128,56,120,243,197,127,16,0,192,56,145,253,255,75,0,0,0,56,
-92,2,28,152,120,27,127,124,120,227,131,127,197,238,255,75,16,0,0,72,
-120,227,131,127,185,238,255,75,0,0,224,59,120,251,227,127,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,
-16,0,193,147,120,27,126,124,20,0,225,147,120,43,191,124,8,0,161,56,
-141,242,255,75,45,72,101,84,32,0,130,64,20,0,225,131,28,0,1,128,
-16,0,193,131,128,1,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-8,0,1,128,56,0,158,129,120,251,228,127,44,72,0,84,20,2,108,124,
-0,0,0,56,84,0,30,176,237,222,7,72,28,0,1,128,20,0,225,131,
-16,0,193,131,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,20,0,225,147,
-120,35,159,124,12,0,161,147,0,0,160,63,124,0,0,72,120,243,195,127,
-117,239,255,75,0,0,159,137,0,0,12,44,48,0,130,65,0,0,0,56,
-0,0,31,152,68,71,125,56,81,152,8,72,0,0,3,44,24,0,130,65,
-11,0,96,60,92,19,99,56,6,1,128,56,0,0,160,56,229,193,254,75,
-1,0,96,56,221,227,4,72,120,243,195,127,0,0,128,56,133,239,255,75,
-0,0,255,136,0,0,7,44,28,0,130,64,68,71,125,56,0,0,128,56,
-133,155,8,72,52,0,96,124,126,217,8,84,0,0,31,153,0,0,30,136,
-0,0,0,44,128,255,130,65,0,0,31,136,0,0,0,44,116,255,130,65,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,216,255,33,148,12,0,33,147,166,2,8,124,
-44,0,1,144,32,0,193,147,28,0,161,147,121,27,125,124,120,35,158,124,
-20,0,97,147,1,0,96,63,2,144,123,59,24,0,129,147,28,0,128,63,
-172,126,156,59,16,0,65,147,36,0,225,147,0,0,224,59,120,251,250,127,
-36,1,130,65,255,7,169,87,16,1,130,65,96,2,154,29,20,98,60,127,
-69,0,249,139,1,64,30,44,20,0,130,64,1,0,255,107,0,0,31,44,
-232,0,130,65,12,0,0,72,0,0,31,44,220,0,130,65,119,0,153,137,
-116,7,140,125,76,0,12,44,12,0,160,60,32,16,165,56,12,0,130,64,
-12,0,160,60,80,16,165,56,7,0,224,56,58,16,224,84,80,0,7,124,
-60,8,0,84,20,2,5,125,0,0,40,161,20,2,217,124,122,0,38,181,
-2,0,72,161,2,0,70,177,4,0,8,160,0,0,7,44,255,255,231,56,
-4,0,6,176,204,255,130,64,1,64,30,44,88,0,130,64,1,0,128,57,
-69,0,153,153,1,0,27,56,116,0,25,176,124,128,237,160,122,0,249,176,
-126,128,13,161,124,0,25,177,128,128,77,161,9,0,0,56,121,0,25,152,
-126,0,89,177,132,128,205,160,170,0,217,176,134,128,237,160,172,0,249,176,
-136,128,13,161,92,0,121,56,174,0,25,177,149,239,255,75,44,0,0,72,
-0,0,128,56,69,0,153,152,116,0,121,179,8,0,96,57,121,0,121,153,
-170,0,121,56,6,0,160,56,17,187,254,75,92,0,121,56,105,239,255,75,
-127,248,189,87,1,0,90,59,228,254,130,64,20,0,97,131,28,0,161,131,
-120,251,227,127,36,0,225,131,24,0,129,131,32,0,193,131,44,0,1,128,
-16,0,65,131,12,0,33,131,166,3,8,124,40,0,33,56,32,0,128,78,
-128,255,33,148,92,0,225,146,96,0,1,147,100,0,33,147,112,0,129,147,
-120,0,193,147,166,2,8,124,132,0,1,144,116,0,161,147,120,35,157,124,
-108,0,97,147,0,0,96,59,104,0,65,147,124,0,225,147,120,27,127,124,
-120,251,250,127,121,175,7,72,0,0,31,44,120,27,124,124,244,1,160,56,
-29,0,0,60,172,4,0,48,9,0,128,61,248,112,140,57,8,0,99,147,
-4,0,131,145,36,0,3,144,40,0,227,147,20,0,163,144,120,219,126,127,
-56,0,130,65,255,7,230,87,36,0,130,65,96,2,30,28,28,0,0,61,
-120,227,132,127,120,235,165,127,172,126,8,57,20,2,104,124,97,247,255,75,
-20,26,123,127,127,248,255,87,1,0,222,59,208,255,130,64,120,227,131,127,
-120,219,100,127,245,180,7,72,120,227,131,127,237,176,7,72,121,27,127,124,
-148,0,130,65,124,196,45,129,8,193,13,56,64,0,9,124,132,0,130,64,
-8,0,97,56,0,0,128,56,80,0,160,56,225,185,254,75,24,0,252,130,
-255,255,247,56,57,56,232,126,32,132,194,59,8,0,130,65,24,132,194,59,
-0,0,23,44,61,0,160,56,8,0,33,59,0,0,0,59,48,0,130,65,
-255,7,224,86,28,0,130,65,120,203,35,127,120,195,6,127,40,132,130,56,
-137,19,5,72,20,26,57,127,44,0,160,56,127,248,247,86,1,0,24,59,
-216,255,130,64,184,192,109,160,120,243,197,127,48,132,130,56,8,0,193,56,
-32,0,224,56,225,200,2,72,0,0,0,56,0,0,28,176,120,227,131,127,
-49,173,8,72,120,211,68,127,120,235,165,127,120,219,102,127,120,251,231,127,
-11,0,96,60,8,21,99,56,49,29,5,72,112,0,129,131,100,0,33,131,
-104,0,65,131,116,0,161,131,120,251,227,127,124,0,225,131,108,0,97,131,
-120,0,193,131,132,0,1,128,96,0,1,131,92,0,225,130,166,3,8,124,
-128,0,33,56,32,0,128,78,92,2,3,136,116,7,0,124,12,0,0,40,
-196,0,129,65,58,16,11,84,2,0,139,61,136,201,12,128,166,3,9,124,
-32,4,128,78,32,202,1,0,32,202,1,0,52,202,1,0,12,202,1,0,
-228,201,1,0,248,201,1,0,228,201,1,0,248,201,1,0,228,201,1,0,
-248,201,1,0,228,201,1,0,188,201,1,0,208,201,1,0,48,0,99,128,
-236,0,128,56,0,0,160,56,120,43,166,124,148,233,0,72,48,0,99,128,
-238,0,128,56,0,0,160,56,120,43,166,124,128,233,0,72,48,0,99,128,
-221,0,128,56,0,0,160,56,120,43,166,124,108,233,0,72,48,0,99,128,
-219,0,128,56,0,0,160,56,120,43,166,124,88,233,0,72,48,0,99,128,
-217,0,128,56,0,0,160,56,120,43,166,124,68,233,0,72,48,0,99,128,
-255,0,128,56,0,0,160,56,120,43,166,124,48,233,0,72,48,0,99,128,
-0,0,128,56,120,35,133,124,120,43,166,124,28,233,0,72,216,255,33,148,
-8,0,1,147,166,2,8,124,44,0,1,144,24,0,129,147,120,35,156,124,
-28,0,161,147,120,43,189,124,32,0,193,147,120,51,222,124,12,0,33,147,
-16,0,65,147,121,27,122,124,120,211,89,127,20,0,97,147,36,0,225,147,
-0,0,224,59,120,251,251,127,192,0,130,65,255,7,42,87,172,0,130,65,
-96,2,155,29,28,0,108,61,1,0,128,56,172,126,11,59,120,195,3,127,
-92,0,184,56,1,250,255,75,0,0,3,44,120,27,127,124,144,0,130,64,
-120,195,3,127,120,227,133,127,2,0,128,56,229,249,255,75,121,27,127,124,
-120,0,130,64,4,0,28,128,4,0,128,56,72,0,24,144,120,195,3,127,
-120,235,165,127,197,249,255,75,121,27,127,124,88,0,130,64,4,0,221,128,
-69,0,24,136,0,0,0,44,8,0,128,56,80,0,216,144,8,0,130,65,
-16,0,128,56,120,195,3,127,120,243,197,127,149,249,255,75,121,27,127,124,
-40,0,130,64,4,0,30,129,1,0,0,56,76,0,24,145,120,195,3,127,
-92,2,24,152,37,254,255,75,127,248,57,87,1,0,123,59,72,255,130,64,
-0,0,31,44,20,0,130,64,120,211,67,127,15,0,128,56,69,252,255,75,
-120,27,127,124,16,0,65,131,24,0,129,131,28,0,161,131,120,251,227,127,
-36,0,225,131,20,0,97,131,32,0,193,131,44,0,1,128,12,0,33,131,
-8,0,1,131,166,3,8,124,40,0,33,56,32,0,128,78,0,0,128,57,
-120,99,133,125,52,0,96,124,126,217,11,84,1,0,224,56,48,40,230,124,
-57,48,104,125,32,0,130,64,96,2,37,29,28,0,105,61,172,126,75,57,
-72,0,10,128,64,96,0,124,8,0,129,64,120,3,12,124,1,0,165,56,
-16,0,5,44,196,255,128,65,1,0,108,56,32,0,128,78,0,0,128,57,
-120,99,133,125,52,0,96,124,126,217,11,84,1,0,224,56,48,40,230,124,
-57,48,104,125,32,0,130,64,96,2,37,29,28,0,105,61,172,126,75,57,
-80,0,10,128,64,96,0,124,8,0,129,64,120,3,12,124,1,0,165,56,
-16,0,5,44,196,255,128,65,1,0,108,56,32,0,128,78,0,0,128,57,
-120,99,133,125,52,0,96,124,126,217,11,84,1,0,224,56,48,40,230,124,
-57,48,104,125,32,0,130,64,96,2,37,29,28,0,105,61,172,126,75,57,
-76,0,10,128,64,96,0,124,8,0,129,64,120,3,12,124,1,0,165,56,
-16,0,5,44,196,255,128,65,1,0,108,56,32,0,128,78,224,255,33,148,
-12,0,97,147,16,0,129,147,166,2,8,124,36,0,1,144,20,0,161,147,
-120,27,125,124,24,0,193,147,120,35,158,124,0,0,128,56,28,0,225,147,
-120,43,191,124,0,18,160,56,173,181,254,75,104,0,158,129,236,0,12,128,
-120,243,195,127,56,1,157,56,166,3,9,124,33,4,128,78,120,27,123,124,
-120,243,195,127,13,79,8,72,120,27,124,124,73,123,8,72,48,1,125,176,
-120,227,131,127,209,28,8,72,56,1,157,57,58,16,103,87,20,218,7,124,
-58,16,0,84,20,2,140,124,20,0,99,56,25,80,3,72,120,27,126,124,
-20,242,123,127,163,0,27,44,24,0,129,64,120,219,101,127,11,0,96,60,
-76,21,99,56,2,13,128,56,69,186,254,75,52,1,125,179,120,227,131,127,
-249,67,8,72,0,0,30,44,20,0,0,56,1,48,96,57,255,255,3,49,
-16,25,40,125,54,1,29,176,20,0,130,64,0,0,9,44,12,0,130,64,
-51,0,27,44,8,0,129,64,1,64,96,57,50,1,125,177,4,0,253,147,
-120,235,163,127,117,233,255,75,20,0,161,131,24,0,193,131,28,0,225,131,
-36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,
-32,0,128,78,216,255,33,148,28,0,161,147,32,0,193,147,20,0,97,147,
-24,0,129,147,36,0,225,147,166,2,8,124,44,0,1,144,9,128,141,137,
-116,7,140,125,0,0,128,59,120,227,155,127,0,96,27,124,120,27,125,124,
-120,35,158,124,120,227,159,127,0,0,158,147,164,0,128,64,104,0,29,129,
-188,0,8,128,120,235,163,127,120,219,100,127,166,3,9,124,33,4,128,78,
-12,0,97,144,14,0,1,161,10,0,1,177,8,0,97,176,8,0,1,128,
-255,7,0,84,92,0,130,65,120,219,99,127,229,216,0,72,0,0,3,44,
-76,0,130,65,10,0,129,168,96,2,123,29,28,0,139,61,1,0,156,59,
-172,126,108,56,237,239,255,75,8,0,1,128,189,7,0,84,16,0,130,64,
-1,0,32,57,48,216,39,125,120,59,255,127,8,0,65,129,49,6,74,85,
-16,0,130,65,0,0,126,129,1,0,107,57,0,0,126,145,9,128,141,137,
-116,7,140,125,1,0,123,59,0,96,27,124,100,255,128,65,0,0,62,129,
-0,0,9,44,32,0,130,65,64,224,9,124,24,0,130,65,11,0,96,60,
-88,21,99,56,244,6,128,56,0,0,160,56,197,184,254,75,120,251,227,127,
-36,0,225,131,28,0,161,131,32,0,193,131,44,0,1,128,24,0,129,131,
-20,0,97,131,166,3,8,124,40,0,33,56,32,0,128,78,232,255,33,148,
-166,2,8,124,28,0,1,144,20,0,225,147,120,27,127,124,12,0,161,147,
-120,35,157,124,120,235,163,127,0,0,128,56,16,0,193,147,120,43,190,124,
-0,2,160,56,89,179,254,75,16,0,31,40,20,0,128,64,120,251,227,127,
-12,0,157,56,244,1,160,56,217,144,3,72,3,64,0,56,8,0,29,176,
-4,0,221,147,120,235,163,127,0,2,157,56,69,231,255,75,0,0,125,144,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,176,255,33,148,56,0,65,147,60,0,97,147,
-68,0,161,147,72,0,193,147,76,0,225,147,0,0,224,59,12,0,225,179,
-166,2,8,124,84,0,1,144,11,0,0,60,100,21,0,48,16,0,1,144,
-64,0,129,147,120,27,124,124,20,0,129,147,24,0,129,147,28,0,1,144,
-40,0,97,56,56,132,130,56,197,170,4,72,28,0,129,128,24,0,161,128,
-11,0,96,60,40,0,193,56,116,21,99,56,137,22,5,72,9,0,97,56,
-120,251,228,127,241,229,255,75,0,0,192,63,68,71,126,56,120,251,228,127,
-93,145,8,72,16,0,28,40,52,0,102,124,126,217,199,84,8,0,225,152,
-28,0,128,64,58,16,137,87,20,226,9,124,56,24,0,84,248,193,141,57,
-20,2,108,125,8,0,235,131,0,0,31,44,11,0,160,63,140,0,130,64,
-0,0,7,44,10,1,0,56,12,0,1,176,44,0,130,65,0,0,128,57,
-8,0,129,153,68,71,126,56,137,141,8,72,0,0,3,44,20,0,130,65,
-92,19,125,56,6,1,128,56,0,0,160,56,33,183,254,75,9,0,97,56,
-2,0,128,56,25,229,255,75,24,0,97,56,2,0,128,56,101,226,255,75,
-12,0,97,56,2,0,128,56,241,225,255,75,64,0,129,131,72,0,193,131,
-76,0,225,131,68,0,161,131,60,0,97,131,84,0,1,128,56,0,65,131,
-10,1,96,56,166,3,8,124,80,0,33,56,32,0,128,78,9,0,97,56,
-8,0,129,56,125,244,255,75,120,251,227,127,32,0,129,56,233,252,255,75,
-32,0,1,128,0,0,0,44,120,27,122,124,140,0,130,64,8,0,33,137,
-0,0,9,44,12,0,225,171,44,0,130,65,0,0,0,57,8,0,1,153,
-68,71,126,56,217,140,8,72,0,0,3,44,20,0,130,65,92,19,125,56,
-6,1,128,56,0,0,160,56,113,182,254,75,9,0,97,56,2,0,128,56,
-105,228,255,75,24,0,97,56,2,0,128,56,181,225,255,75,12,0,97,56,
-2,0,128,56,65,225,255,75,68,0,161,131,120,251,227,127,76,0,225,131,
-64,0,129,131,72,0,193,131,84,0,1,128,60,0,97,131,56,0,65,131,
-166,3,8,124,80,0,33,56,32,0,128,78,120,211,68,127,36,0,97,56,
-217,226,255,75,0,2,96,56,101,255,4,72,121,27,123,124,24,0,130,64,
-11,0,96,60,152,21,99,56,19,10,128,56,0,0,160,56,241,181,254,75,
-120,211,67,127,89,250,255,75,120,27,101,124,120,227,131,127,120,219,100,127,
-65,253,255,75,121,211,95,127,0,0,128,59,60,0,130,65,255,7,234,87,
-40,0,130,65,96,2,124,29,28,0,139,61,120,219,101,127,4,0,128,56,
-172,126,108,56,229,242,255,75,0,0,3,44,12,0,97,176,44,0,130,64,
-113,14,255,127,1,0,156,59,204,255,130,64,12,0,97,168,0,0,3,44,
-20,0,130,64,120,211,67,127,4,0,128,56,165,245,255,75,12,0,97,176,
-120,27,127,124,120,219,99,127,105,0,5,72,36,0,97,56,2,0,128,56,
-101,225,255,75,8,0,97,137,0,0,11,44,44,0,130,65,0,0,64,57,
-8,0,65,153,68,71,126,56,149,139,8,72,0,0,3,44,20,0,130,65,
-92,19,125,56,6,1,128,56,0,0,160,56,45,181,254,75,9,0,97,56,
-2,0,128,56,37,227,255,75,24,0,97,56,2,0,128,56,113,224,255,75,
-12,0,97,56,2,0,128,56,253,223,255,75,68,0,161,131,120,251,227,127,
-76,0,225,131,64,0,129,131,72,0,193,131,84,0,1,128,60,0,97,131,
-56,0,65,131,166,3,8,124,80,0,33,56,32,0,128,78,0,0,3,44,
-0,0,0,56,120,3,10,124,64,0,130,65,255,7,108,84,44,0,130,65,
-96,2,10,28,28,0,96,61,20,2,139,125,35,127,12,136,116,7,0,124,
-76,0,0,40,48,0,130,65,78,0,0,40,40,0,130,65,32,0,0,72,
-127,248,99,84,1,0,74,57,200,255,130,64,76,0,0,40,16,0,130,65,
-78,0,0,40,8,0,130,65,78,0,0,56,120,3,3,124,32,0,128,78,
-224,255,33,148,20,0,161,147,24,0,193,147,28,0,225,147,121,27,127,124,
-166,2,8,124,36,0,1,144,20,0,130,64,28,0,225,131,32,0,33,56,
-166,3,8,124,32,0,128,78,9,128,13,136,116,7,0,124,0,0,192,59,
-120,243,221,127,0,0,29,124,88,0,128,64,104,0,63,129,188,0,73,129,
-120,251,227,127,120,235,164,127,166,3,73,125,33,4,128,78,12,0,97,144,
-14,0,33,161,10,0,33,177,8,0,97,176,8,0,65,129,255,7,74,85,
-16,0,130,65,1,0,128,57,48,232,139,125,120,91,222,127,9,128,13,136,
-116,7,0,124,1,0,189,59,0,0,29,124,176,255,128,65,120,243,195,127,
-24,0,193,131,36,0,1,128,28,0,225,131,20,0,161,131,166,3,8,124,
-32,0,33,56,32,0,128,78,16,0,3,40,0,0,0,56,28,0,128,64,
-58,16,108,84,20,26,140,125,56,24,140,85,0,0,108,61,96,66,139,57,
-8,0,12,128,120,3,3,124,28,255,255,75,168,255,33,148,64,0,65,147,
-68,0,97,147,76,0,161,147,80,0,193,147,84,0,225,147,166,2,8,124,
-92,0,1,144,72,0,129,147,120,27,124,124,56,0,28,128,48,0,156,129,
-120,43,191,124,52,0,1,144,48,0,1,144,120,35,157,124,1,0,192,59,
-48,96,218,127,44,72,224,87,56,0,1,144,25,163,7,72,244,1,64,57,
-120,243,196,127,29,0,32,61,60,48,41,57,9,0,0,61,248,112,8,57,
-0,0,96,59,8,0,99,147,4,0,3,145,36,0,35,145,40,0,67,147,
-20,0,67,145,88,0,124,144,213,168,7,72,88,0,124,129,2,0,139,161,
-0,1,140,97,2,0,139,177,2,0,171,160,0,8,165,96,2,0,171,176,
-16,0,161,147,20,0,97,147,48,0,124,128,120,219,100,127,40,0,225,56,
-12,0,32,57,24,0,97,147,32,0,129,176,8,0,161,56,28,0,225,179,
-8,0,97,145,12,0,225,144,36,0,33,145,241,93,5,72,95,2,220,155,
-80,0,193,131,72,0,129,131,76,0,161,131,84,0,225,131,92,0,1,128,
-68,0,97,131,64,0,65,131,166,3,8,124,88,0,33,56,32,0,128,78,
-240,255,33,148,8,0,193,147,120,27,126,124,12,0,225,147,166,2,8,124,
-20,0,1,144,48,0,30,128,0,0,160,56,29,0,96,60,1,0,224,59,
-60,48,99,56,48,0,228,127,97,145,8,72,94,2,254,155,95,2,254,155,
-93,2,254,155,20,0,1,128,120,251,227,127,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,88,0,127,128,0,0,3,44,
-8,0,130,65,169,168,7,72,12,0,128,57,92,2,159,153,120,251,227,127,
-217,243,255,75,120,251,227,127,173,221,255,75,0,0,0,56,94,2,31,152,
-95,2,31,152,93,2,31,152,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,8,0,193,147,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,92,2,159,137,116,7,140,125,
-12,0,12,44,12,0,130,65,11,0,0,56,92,2,31,152,0,0,192,59,
-94,2,223,155,120,251,227,127,109,243,255,75,120,251,227,127,65,221,255,75,
-12,0,225,131,20,0,1,128,120,243,195,127,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-0,0,0,56,12,0,225,147,94,2,3,152,120,27,127,124,41,243,255,75,
-120,251,227,127,253,220,255,75,20,0,1,128,12,0,225,131,11,0,96,56,
-16,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,12,0,161,147,
-16,0,193,147,166,2,8,124,28,0,1,144,20,0,225,147,120,27,127,124,
-88,0,127,128,0,0,160,59,95,2,191,155,12,0,195,171,0,0,163,179,
-173,159,8,72,0,0,30,44,88,0,191,147,36,0,130,65,48,0,191,128,
-120,243,198,127,67,0,96,56,11,0,128,60,1,0,0,56,68,0,31,152,
-164,21,132,56,253,179,254,75,20,0,225,131,16,0,193,131,28,0,1,128,
-12,0,161,131,11,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-232,255,33,148,12,0,161,147,20,0,225,147,166,2,8,124,28,0,1,144,
-16,0,193,147,120,27,126,124,88,0,126,128,0,0,224,59,95,2,254,155,
-12,0,163,171,0,0,227,179,45,159,8,72,0,0,29,44,88,0,254,147,
-28,0,130,64,56,0,126,128,92,0,158,56,0,2,160,56,53,204,7,72,
-121,27,125,124,144,0,130,65,48,0,158,128,120,235,165,127,11,0,96,60,
-184,21,99,56,17,15,5,72,4,2,29,44,11,0,32,57,8,0,130,64,
-12,0,32,57,92,2,62,153,120,243,195,127,233,230,255,75,64,0,62,129,
-64,24,9,124,44,0,130,64,4,0,0,56,64,0,30,144,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,6,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,0,0,0,56,92,2,30,152,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,12,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,19,2,254,56,60,132,130,57,255,255,12,57,
-4,0,32,57,166,3,41,125,1,0,71,141,1,0,104,141,81,80,139,125,
-16,0,130,64,0,0,10,44,8,0,130,65,232,255,0,66,0,0,12,44,
-36,0,130,64,3,0,0,57,92,2,30,153,4,0,64,57,64,0,94,145,
-76,0,0,56,119,0,30,152,11,0,96,56,16,0,0,72,0,0,128,57,
-92,2,158,153,11,0,96,56,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-12,0,161,147,20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,
-120,27,126,124,88,0,126,128,0,0,224,59,95,2,254,155,12,0,163,171,
-0,0,227,179,201,157,8,72,0,0,29,44,88,0,254,147,28,0,130,64,
-56,0,126,128,92,0,158,56,0,2,160,56,209,202,7,72,121,27,125,124,
-104,0,130,65,48,0,158,128,120,235,165,127,11,0,96,60,232,21,99,56,
-173,13,5,72,4,2,29,44,11,0,0,56,8,0,130,64,12,0,0,56,
-92,2,30,152,120,243,195,127,133,229,255,75,64,0,30,128,64,24,0,124,
-12,0,130,64,2,2,29,44,76,0,130,65,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,12,0,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,120,243,195,127,157,226,255,75,0,0,3,44,92,2,126,152,
-92,0,130,64,120,243,195,127,53,229,255,75,64,0,30,128,64,24,0,124,
-40,0,130,64,4,0,96,56,64,0,126,144,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,5,0,96,56,
-166,3,8,124,24,0,33,56,32,0,128,78,1,0,3,44,48,0,130,64,
-118,0,158,137,116,7,140,125,255,255,12,44,15,0,0,56,84,0,30,176,
-52,0,158,145,12,0,130,65,16,0,12,44,12,0,129,64,10,0,0,57,
-92,2,30,153,20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,
-11,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-12,0,161,147,20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,
-120,27,126,124,88,0,126,128,0,0,224,59,95,2,254,155,12,0,163,171,
-0,0,227,179,77,156,8,72,0,0,29,44,88,0,254,147,28,0,130,64,
-56,0,126,128,92,0,158,56,0,2,160,56,85,201,7,72,121,27,125,124,
-108,0,130,65,48,0,158,128,120,235,165,127,11,0,96,60,44,22,99,56,
-49,12,5,72,48,0,190,128,120,235,166,127,66,0,96,56,11,0,128,60,
-1,0,0,56,68,0,30,152,24,22,132,56,113,176,254,75,4,2,29,44,
-11,0,0,56,8,0,130,64,12,0,0,56,92,2,30,152,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,4,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,120,243,195,127,29,225,255,75,0,0,3,44,
-92,2,126,152,36,0,130,64,20,0,225,131,16,0,193,131,28,0,1,128,
-12,0,161,131,5,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-1,0,3,44,104,0,130,64,119,0,30,136,116,7,0,124,76,0,0,44,
-15,0,128,57,84,0,158,177,12,0,130,64,4,0,0,56,64,0,30,144,
-118,0,126,137,116,7,107,125,255,255,11,44,52,0,126,145,12,0,130,65,
-16,0,11,44,92,0,129,64,10,0,32,57,92,2,62,153,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,4,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,4,0,3,44,12,0,130,65,5,0,3,44,
-36,0,130,64,20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,
-4,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,3,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,48,0,159,128,11,0,96,60,0,0,160,56,
-92,22,99,56,197,10,5,72,120,251,227,127,0,0,128,56,4,0,160,56,
-81,248,255,75,20,0,1,128,12,0,225,131,10,0,96,56,16,0,33,56,
-166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-60,0,131,129,252,255,140,56,4,0,160,56,29,248,255,75,12,0,1,128,
-8,0,33,56,166,3,8,124,10,0,96,56,32,0,128,78,200,255,33,148,
-40,0,129,147,48,0,193,147,52,0,225,147,166,2,8,124,60,0,1,144,
-44,0,161,147,120,27,125,124,48,0,93,129,1,0,192,59,48,80,220,127,
-65,155,7,72,120,243,196,127,244,1,0,57,29,0,224,60,60,48,231,56,
-9,0,192,60,248,112,198,56,0,0,224,59,8,0,227,147,4,0,195,144,
-36,0,227,144,40,0,131,147,20,0,3,145,88,0,125,144,253,160,7,72,
-88,0,157,129,2,0,44,161,0,1,41,97,2,0,44,177,2,0,76,161,
-64,0,125,129,0,8,74,97,2,0,76,177,16,0,97,145,20,0,225,147,
-48,0,125,128,16,0,0,56,32,0,225,179,8,0,129,145,12,0,225,147,
-8,0,161,56,3,0,128,56,36,0,225,147,24,0,225,147,28,0,1,176,
-25,86,5,72,95,2,221,155,52,0,225,131,48,0,193,131,44,0,161,131,
-60,0,1,128,40,0,129,131,8,0,96,56,166,3,8,124,56,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-120,27,127,124,48,0,159,128,64,0,191,128,11,0,96,60,140,22,99,56,
-97,9,5,72,64,0,159,128,120,251,227,127,16,0,160,56,237,246,255,75,
-20,0,1,128,12,0,225,131,9,0,96,56,16,0,33,56,166,3,8,124,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,60,0,131,128,
-16,0,160,56,189,246,255,75,12,0,1,128,8,0,33,56,166,3,8,124,
-7,0,96,56,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,8,0,193,147,120,27,126,124,48,0,126,128,101,207,0,72,
-4,252,3,56,60,0,30,144,120,243,195,127,209,224,255,75,0,0,224,59,
-84,0,254,179,64,0,126,144,92,0,126,56,120,251,228,127,0,2,160,56,
-213,164,254,75,1,0,0,56,94,2,30,152,95,2,254,155,12,0,225,131,
-20,0,1,128,8,0,193,131,2,0,96,56,166,3,8,124,16,0,33,56,
-32,0,128,78,120,27,108,124,0,0,96,56,94,2,108,152,95,2,108,152,
-32,0,128,78,240,255,33,148,8,0,193,147,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,93,2,127,136,11,0,192,63,116,7,99,124,
-152,24,222,59,13,0,3,44,72,0,128,65,11,0,96,60,184,22,99,56,
-254,2,128,56,0,0,160,56,101,169,254,75,0,0,3,44,93,2,127,136,
-116,7,99,124,36,0,130,65,54,32,99,84,20,26,126,125,10,0,139,169,
-0,0,12,44,8,0,43,169,20,74,127,124,72,0,128,64,32,0,0,72,
-54,32,99,84,20,26,126,125,10,0,139,169,0,0,12,44,8,0,43,169,
-20,74,127,124,40,0,128,64,12,0,43,129,166,3,41,125,33,4,128,78,
-95,2,31,136,0,0,0,44,94,2,31,136,93,2,127,152,104,0,130,65,
-108,0,0,72,12,0,11,168,20,2,195,124,191,7,192,84,56,24,140,85,
-12,0,130,64,0,0,6,129,36,0,0,72,80,48,192,124,0,0,70,129,
-4,0,6,129,56,24,0,84,48,4,74,125,32,0,0,32,48,0,8,125,
-120,83,8,125,20,98,136,125,4,0,44,129,166,3,41,125,33,4,128,78,
-95,2,31,136,0,0,0,44,94,2,31,136,93,2,127,152,12,0,130,64,
-0,0,0,44,16,255,130,64,12,0,225,131,120,3,3,124,20,0,1,128,
-8,0,193,131,16,0,33,56,166,3,8,124,32,0,128,78,216,255,33,148,
-28,0,161,147,120,27,125,124,16,0,29,40,12,0,33,147,16,0,65,147,
-20,0,97,147,24,0,129,147,32,0,193,147,36,0,225,147,166,2,8,124,
-0,0,96,56,44,0,1,144,28,0,128,64,58,16,167,87,20,234,7,124,
-56,24,0,84,248,193,45,57,20,2,9,125,8,0,104,128,0,0,3,44,
-52,0,130,64,32,0,193,131,20,0,97,131,24,0,129,131,36,0,225,131,
-28,0,161,131,16,0,65,131,44,0,1,128,12,0,33,131,10,1,96,56,
-166,3,8,124,40,0,33,56,32,0,128,78,8,0,129,56,17,238,255,75,
-120,27,127,124,120,235,163,127,153,46,8,72,0,0,3,44,72,0,130,65,
-8,0,65,129,0,0,10,44,60,0,130,64,120,235,163,127,97,100,8,72,
-32,0,193,131,20,0,97,131,24,0,129,131,36,0,225,131,28,0,161,131,
-16,0,65,131,44,0,1,128,12,0,33,131,0,0,96,56,166,3,8,124,
-40,0,33,56,32,0,128,78,0,2,96,56,217,240,4,72,121,27,121,124,
-24,0,130,64,11,0,96,60,0,23,99,56,4,14,128,56,0,0,160,56,
-101,167,254,75,0,0,31,44,255,255,96,59,28,0,128,63,172,126,156,59,
-0,0,64,59,120,211,94,127,68,0,130,65,255,7,224,87,48,0,130,65,
-96,2,30,28,20,2,124,124,120,203,36,127,109,215,255,75,0,0,3,44,
-24,0,130,64,4,0,25,128,0,208,0,124,12,0,129,64,120,3,26,124,
-120,243,219,127,113,14,255,127,1,0,222,59,196,255,130,64,255,255,27,44,
-76,0,130,64,120,235,164,127,11,0,96,60,196,22,99,56,205,5,5,72,
-120,203,35,127,229,241,4,72,32,0,193,131,20,0,97,131,24,0,129,131,
-36,0,225,131,28,0,161,131,16,0,65,131,44,0,1,128,12,0,33,131,
-0,0,96,56,166,3,8,124,40,0,33,56,32,0,128,78,96,2,187,28,
-20,42,124,124,120,203,36,127,229,214,255,75,121,27,127,124,60,0,130,65,
-120,203,35,127,149,241,4,72,20,0,97,131,28,0,161,131,120,251,227,127,
-36,0,225,131,24,0,129,131,32,0,193,131,44,0,1,128,16,0,65,131,
-12,0,33,131,166,3,8,124,40,0,33,56,32,0,128,78,120,235,163,127,
-12,0,153,56,57,127,3,72,120,203,35,127,81,241,4,72,32,0,193,131,
-20,0,97,131,24,0,129,131,36,0,225,131,28,0,161,131,16,0,65,131,
-44,0,1,128,12,0,33,131,0,0,96,56,166,3,8,124,40,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,240,255,33,148,120,27,96,124,
-16,0,0,40,0,0,96,56,28,0,128,64,58,16,12,84,20,2,12,124,
-56,24,0,84,248,193,141,57,20,2,140,125,8,0,108,128,0,0,3,44,
-24,0,130,64,20,0,1,128,16,0,33,56,166,3,8,124,62,6,99,84,
-32,0,128,78,8,0,129,56,253,235,255,75,241,240,255,75,78,0,96,104,
-52,0,12,124,20,0,1,128,62,222,131,85,166,3,8,124,16,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,240,255,33,148,16,0,3,40,
-0,0,0,56,28,0,128,64,58,16,108,84,20,26,12,124,56,24,0,84,
-248,193,141,57,20,2,140,125,8,0,12,128,0,0,0,44,24,0,130,64,
-62,6,3,84,20,0,1,128,16,0,33,56,166,3,8,124,32,0,128,78,
-120,3,3,124,8,0,129,56,133,235,255,75,8,0,129,129,255,255,12,48,
-16,97,0,124,62,6,3,84,20,0,1,128,16,0,33,56,166,3,8,124,
-32,0,128,78,224,255,33,148,16,0,4,40,20,0,161,147,24,0,193,147,
-28,0,225,147,166,2,8,124,36,0,1,144,16,0,129,147,120,27,124,124,
-0,0,96,56,28,0,128,64,58,16,138,84,20,34,10,124,56,24,0,84,
-248,193,141,57,20,2,108,125,8,0,107,128,0,0,3,44,28,0,130,65,
-8,0,129,56,17,235,255,75,8,0,129,129,0,0,12,44,120,27,126,124,
-40,0,130,64,28,0,225,131,24,0,193,131,20,0,161,131,36,0,1,128,
-16,0,129,131,0,0,96,56,166,3,8,124,32,0,33,56,32,0,128,78,
-120,243,196,127,12,0,97,56,101,209,255,75,0,0,30,44,0,0,224,59,
-120,251,253,127,108,0,130,65,255,7,192,87,84,0,130,65,96,2,125,29,
-28,0,235,60,172,126,103,56,68,0,3,137,0,0,8,44,60,0,130,65,
-84,0,163,160,15,0,5,44,32,0,130,65,120,235,164,127,11,0,96,60,
-12,23,99,56,49,3,5,72,1,0,189,59,112,14,222,127,28,0,0,72,
-120,227,132,127,15,0,160,56,97,220,255,75,20,26,255,127,1,0,189,59,
-112,14,222,127,0,0,30,44,156,255,130,64,12,0,97,56,2,0,128,56,
-33,208,255,75,120,251,227,127,28,0,225,131,24,0,193,131,36,0,1,128,
-20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,
-216,255,33,148,16,0,65,147,20,0,97,147,24,0,129,147,28,0,161,147,
-166,2,8,124,44,0,1,144,36,0,225,147,120,27,127,124,32,0,193,147,
-120,35,158,124,120,243,195,127,0,0,128,56,88,1,160,56,173,158,254,75,
-0,0,31,44,48,0,130,64,28,0,161,131,120,251,227,127,36,0,225,131,
-24,0,129,131,32,0,193,131,44,0,1,128,20,0,97,131,16,0,65,131,
-166,3,8,124,40,0,33,56,32,0,128,78,0,0,64,63,68,71,122,56,
-255,255,128,56,69,125,8,72,0,0,3,44,240,255,130,64,9,128,141,137,
-116,7,140,125,0,0,160,59,0,96,29,124,8,0,158,59,120,227,155,127,
-92,0,128,64,104,0,191,128,188,0,5,128,120,251,227,127,120,235,164,127,
-166,3,9,124,33,4,128,78,12,0,97,144,14,0,1,160,10,0,1,176,
-8,0,97,176,8,0,97,129,255,7,107,85,20,0,130,65,120,235,163,127,
-120,219,100,127,53,198,0,72,120,27,123,124,9,128,141,137,116,7,140,125,
-1,0,189,59,0,96,29,124,172,255,128,65,248,191,13,128,80,216,252,127,
-80,1,31,44,0,0,254,147,4,0,30,144,36,0,129,64,11,0,96,60,
-68,23,99,56,242,11,128,56,0,0,160,56,209,162,254,75,0,0,254,131,
-0,0,3,44,4,0,130,65,68,71,122,56,13,121,8,72,0,0,3,44,
-24,0,130,65,11,0,96,60,92,19,99,56,6,1,128,56,0,0,160,56,
-161,162,254,75,28,0,161,131,120,251,227,127,36,0,225,131,24,0,129,131,
-32,0,193,131,44,0,1,128,20,0,97,131,16,0,65,131,166,3,8,124,
-40,0,33,56,32,0,128,78,176,255,33,148,44,0,225,146,48,0,1,147,
-52,0,33,147,56,0,65,147,60,0,97,147,166,2,8,124,84,0,1,144,
-72,0,193,147,11,0,192,63,76,0,225,147,255,255,224,59,20,0,225,147,
-64,0,129,147,11,0,128,63,80,23,156,59,24,0,129,147,68,0,161,147,
-120,27,125,124,28,0,97,56,68,132,130,56,29,149,4,72,20,0,161,128,
-24,0,129,128,11,0,96,60,28,0,193,56,92,23,99,56,225,0,5,72,
-0,0,0,56,8,0,1,176,12,0,129,147,16,0,225,147,0,6,96,56,
-69,235,4,72,120,27,122,124,0,2,96,56,57,235,4,72,120,27,123,124,
-0,18,96,56,45,235,4,72,0,0,26,44,120,27,124,124,20,0,130,64,
-128,23,126,56,121,11,128,56,0,0,160,56,185,161,254,75,0,0,27,44,
-20,0,130,64,128,23,126,56,122,11,128,56,0,0,160,56,161,161,254,75,
-0,0,28,44,24,0,130,64,128,23,126,56,123,11,128,56,0,0,160,56,
-137,161,254,75,0,0,3,44,121,235,190,127,0,0,32,59,216,1,130,65,
-255,7,192,87,196,1,130,65,96,2,25,29,28,0,104,61,172,126,11,59,
-120,195,3,127,117,221,255,75,0,0,3,44,8,0,97,176,204,1,130,64,
-120,195,3,127,0,0,128,56,1,216,255,75,120,195,3,127,78,0,128,56,
-49,216,255,75,120,195,3,127,92,0,184,56,1,0,128,56,97,222,255,75,
-0,0,3,44,8,0,97,176,152,1,130,64,120,211,67,127,0,0,128,56,
-0,6,160,56,253,155,254,75,48,0,250,59,120,203,35,127,56,0,250,58,
-120,187,228,126,25,196,0,72,248,191,13,128,20,2,153,125,120,251,228,127,
-88,1,160,56,52,0,154,145,80,24,23,124,48,0,26,144,24,3,122,56,
-89,30,5,72,1,32,192,56,8,0,218,176,1,0,224,56,4,0,250,144,
-21,0,0,57,10,0,26,177,88,1,0,56,12,0,26,176,144,1,0,56,
-14,0,26,176,120,211,67,127,0,6,154,56,173,207,255,75,0,0,122,144,
-120,195,3,127,120,211,69,127,2,0,128,56,197,221,255,75,0,0,3,44,
-8,0,97,176,252,0,130,64,4,0,26,128,1,0,160,56,72,0,24,144,
-120,219,100,127,255,255,96,56,209,231,255,75,120,195,3,127,120,219,101,127,
-4,0,128,56,145,221,255,75,0,0,3,44,8,0,97,176,200,0,130,64,
-4,0,155,129,0,18,160,56,80,0,152,145,120,227,131,127,0,0,128,56,
-37,155,254,75,1,0,0,56,52,1,28,176,253,15,160,56,48,1,188,176,
-20,0,192,56,54,1,220,176,1,48,224,56,50,1,252,176,4,0,28,144,
-12,0,32,57,57,1,60,153,31,0,64,57,61,1,92,153,59,1,60,155,
-120,203,35,127,73,197,0,72,0,184,3,56,68,1,28,144,120,227,131,127,
-97,207,255,75,120,195,3,127,120,227,133,127,8,0,128,56,13,221,255,75,
-0,0,3,44,8,0,97,176,68,0,130,64,4,0,220,128,1,0,224,56,
-76,0,216,144,120,195,3,127,92,2,248,152,153,225,255,75,113,14,222,127,
-1,0,57,59,48,254,130,64,8,0,129,169,0,0,12,44,20,0,130,64,
-120,235,163,127,15,0,128,56,181,223,255,75,8,0,97,176,120,211,67,127,
-125,234,4,72,120,219,99,127,117,234,4,72,120,227,131,127,109,234,4,72,
-8,0,225,171,8,0,97,56,2,0,128,56,85,202,255,75,20,0,97,56,
-2,0,128,56,177,202,255,75,64,0,129,131,52,0,33,131,56,0,65,131,
-68,0,161,131,120,251,227,127,76,0,225,131,60,0,97,131,72,0,193,131,
-84,0,1,128,48,0,1,131,44,0,225,130,166,3,8,124,80,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,0,0,3,44,
-24,0,130,64,12,0,1,128,8,0,33,56,166,3,8,124,10,1,96,56,
-32,0,128,78,129,234,255,75,125,252,255,75,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,196,230,255,75,168,255,33,148,52,0,225,146,
-56,0,1,147,60,0,33,147,64,0,65,147,68,0,97,147,80,0,193,147,
-84,0,225,147,0,0,224,59,12,0,225,179,166,2,8,124,92,0,1,144,
-11,0,0,60,176,23,0,48,16,0,1,144,76,0,161,147,120,27,125,124,
-20,0,161,147,24,0,161,147,28,0,1,144,40,0,97,56,72,0,129,147,
-120,35,156,124,71,132,130,56,117,145,4,72,28,0,129,128,24,0,161,128,
-11,0,96,60,40,0,193,56,140,23,99,56,57,253,4,72,9,0,97,56,
-120,251,228,127,161,204,255,75,0,0,192,63,68,71,126,56,120,251,228,127,
-13,120,8,72,16,0,29,40,52,0,106,124,126,217,75,85,8,0,97,153,
-28,0,128,64,58,16,166,87,20,234,134,125,56,24,140,85,0,0,12,61,
-96,66,232,56,8,0,231,131,0,0,31,44,11,0,160,63,152,0,130,64,
-0,0,11,44,10,1,0,56,12,0,1,176,44,0,130,65,0,0,32,57,
-8,0,33,153,68,71,126,56,57,116,8,72,0,0,3,44,20,0,130,65,
-92,19,125,56,6,1,128,56,0,0,160,56,209,157,254,75,9,0,97,56,
-2,0,128,56,201,203,255,75,24,0,97,56,2,0,128,56,21,201,255,75,
-12,0,97,56,2,0,128,56,161,200,255,75,64,0,65,131,80,0,193,131,
-76,0,161,131,60,0,33,131,68,0,97,131,84,0,225,131,72,0,129,131,
-56,0,1,131,92,0,1,128,52,0,225,130,10,1,96,56,166,3,8,124,
-88,0,33,56,32,0,128,78,9,0,97,56,8,0,129,56,33,219,255,75,
-120,251,227,127,32,0,129,56,141,227,255,75,32,0,65,129,0,0,10,44,
-56,224,122,124,152,0,130,64,8,0,97,137,0,0,11,44,12,0,225,171,
-44,0,130,65,0,0,128,57,8,0,129,153,68,71,126,56,125,115,8,72,
-0,0,3,44,20,0,130,65,92,19,125,56,6,1,128,56,0,0,160,56,
-21,157,254,75,9,0,97,56,2,0,128,56,13,203,255,75,24,0,97,56,
-2,0,128,56,89,200,255,75,12,0,97,56,2,0,128,56,229,199,255,75,
-72,0,129,131,60,0,33,131,64,0,65,131,76,0,161,131,120,251,227,127,
-84,0,225,131,68,0,97,131,80,0,193,131,92,0,1,128,56,0,1,131,
-52,0,225,130,166,3,8,124,88,0,33,56,32,0,128,78,120,211,68,127,
-36,0,97,56,113,201,255,75,0,18,96,56,253,229,4,72,121,27,123,124,
-24,0,130,64,11,0,96,60,192,23,99,56,180,9,128,56,0,0,160,56,
-137,156,254,75,120,211,67,127,65,225,255,75,120,27,101,124,120,219,99,127,
-120,251,228,127,129,225,255,75,50,1,155,168,120,211,67,127,241,218,255,75,
-8,0,1,137,0,0,8,44,120,27,124,124,44,0,130,65,0,0,192,56,
-8,0,193,152,68,71,126,56,149,114,8,72,0,0,3,44,20,0,130,65,
-92,19,125,56,6,1,128,56,0,0,160,56,45,156,254,75,121,211,88,127,
-0,0,224,59,120,251,247,127,124,0,130,65,255,7,11,87,104,0,130,65,
-4,0,27,128,96,2,55,29,28,0,137,61,172,126,44,59,69,0,249,139,
-0,0,31,44,8,0,128,56,76,0,25,144,8,0,130,65,16,0,128,56,
-120,203,35,127,120,219,101,127,25,217,255,75,0,0,3,44,12,0,97,176,
-124,0,130,64,0,0,28,44,32,0,130,65,120,203,35,127,92,0,185,56,
-1,0,128,56,245,216,255,75,0,0,3,44,12,0,97,176,88,0,130,64,
-127,248,24,87,1,0,247,58,140,255,130,64,12,0,97,168,0,0,3,44,
-64,0,130,64,0,0,31,44,8,0,128,56,8,0,130,65,16,0,128,56,
-120,211,67,127,169,219,255,75,0,0,3,44,12,0,97,176,28,0,130,64,
-0,0,28,44,20,0,130,65,120,211,67,127,1,0,128,56,137,219,255,75,
-12,0,97,176,120,27,127,124,120,219,99,127,77,230,4,72,36,0,97,56,
-2,0,128,56,73,199,255,75,8,0,1,136,0,0,0,44,44,0,130,65,
-0,0,0,56,8,0,1,152,68,71,126,56,121,113,8,72,0,0,3,44,
-20,0,130,65,92,19,125,56,6,1,128,56,0,0,160,56,17,155,254,75,
-9,0,97,56,2,0,128,56,9,201,255,75,24,0,97,56,2,0,128,56,
-85,198,255,75,12,0,97,56,2,0,128,56,225,197,255,75,72,0,129,131,
-60,0,33,131,64,0,65,131,76,0,161,131,120,251,227,127,84,0,225,131,
-68,0,97,131,80,0,193,131,92,0,1,128,56,0,1,131,52,0,225,130,
-166,3,8,124,88,0,33,56,32,0,128,78,144,255,33,148,56,0,65,146,
-60,0,97,146,64,0,129,146,68,0,161,146,76,0,225,146,80,0,1,147,
-84,0,33,147,88,0,65,147,92,0,97,147,96,0,129,147,100,0,161,147,
-104,0,193,147,0,0,192,59,12,0,193,179,166,2,8,124,116,0,1,144,
-11,0,0,60,204,23,0,48,16,0,1,144,108,0,225,147,120,27,127,124,
-20,0,225,147,28,0,225,147,32,0,1,144,40,0,97,56,72,0,193,146,
-120,35,150,124,74,132,130,56,61,141,4,72,28,0,161,128,32,0,129,128,
-11,0,96,60,40,0,193,56,216,23,99,56,1,249,4,72,9,0,97,56,
-120,243,196,127,105,200,255,75,0,0,160,63,68,71,125,56,120,243,196,127,
-213,115,8,72,16,0,31,40,52,0,106,124,126,217,75,85,8,0,97,153,
-28,0,128,64,58,16,236,87,20,250,12,124,56,24,0,84,248,193,13,57,
-20,2,168,124,8,0,197,131,0,0,30,44,11,0,128,63,172,0,130,64,
-0,0,11,44,10,1,0,57,12,0,1,177,44,0,130,65,0,0,32,57,
-8,0,33,153,68,71,125,56,1,112,8,72,0,0,3,44,20,0,130,65,
-92,19,124,56,6,1,128,56,0,0,160,56,153,153,254,75,9,0,97,56,
-2,0,128,56,145,199,255,75,28,0,97,56,2,0,128,56,221,196,255,75,
-12,0,97,56,2,0,128,56,105,196,255,75,72,0,193,130,96,0,129,131,
-100,0,161,131,76,0,225,130,68,0,161,130,92,0,97,131,104,0,193,131,
-80,0,1,131,64,0,129,130,88,0,65,131,108,0,225,131,84,0,33,131,
-60,0,97,130,116,0,1,128,56,0,65,130,10,1,96,56,166,3,8,124,
-112,0,33,56,32,0,128,78,11,0,224,62,9,0,97,56,8,0,129,56,
-209,214,255,75,120,243,195,127,36,0,129,56,61,223,255,75,120,27,117,124,
-120,171,164,126,24,0,97,56,193,197,255,75,0,6,96,56,77,226,4,72,
-121,27,122,124,20,0,130,64,252,23,119,56,236,8,128,56,0,0,160,56,
-221,152,254,75,120,211,67,127,0,0,128,56,0,6,160,56,189,147,254,75,
-120,251,227,127,48,0,154,56,209,35,8,72,0,0,3,44,12,0,97,176,
-192,0,130,65,120,27,127,124,120,211,67,127,165,227,4,72,24,0,97,56,
-2,0,128,56,161,196,255,75,8,0,97,137,0,0,11,44,44,0,130,65,
-0,0,64,57,8,0,65,153,68,71,125,56,209,110,8,72,0,0,3,44,
-20,0,130,65,92,19,124,56,6,1,128,56,0,0,160,56,105,152,254,75,
-9,0,97,56,2,0,128,56,97,198,255,75,28,0,97,56,2,0,128,56,
-173,195,255,75,12,0,97,56,2,0,128,56,57,195,255,75,92,0,97,131,
-72,0,193,130,68,0,161,130,88,0,65,131,96,0,129,131,76,0,225,130,
-64,0,129,130,84,0,33,131,100,0,161,131,120,251,227,127,108,0,225,131,
-80,0,1,131,104,0,193,131,116,0,1,128,60,0,97,130,56,0,65,130,
-166,3,8,124,112,0,33,56,32,0,128,78,120,243,195,127,24,3,154,56,
-249,243,255,75,120,171,163,126,5,220,255,75,21,0,96,57,10,0,122,177,
-88,1,0,56,12,0,26,176,144,1,0,56,14,0,26,176,4,0,122,144,
-120,211,67,127,0,6,154,56,201,198,255,75,0,0,122,144,0,6,96,56,
-9,225,4,72,121,27,123,124,20,0,130,64,252,23,119,56,254,8,128,56,
-0,0,160,56,153,151,254,75,120,219,99,127,0,0,128,56,0,6,160,56,
-121,146,254,75,48,0,123,56,24,3,154,56,88,1,160,56,253,20,5,72,
-24,3,123,56,24,3,154,56,88,1,160,56,237,20,5,72,4,0,218,128,
-144,1,0,56,88,1,0,57,21,0,224,56,1,0,166,56,0,6,155,56,
-120,219,99,127,4,0,187,144,10,0,251,176,12,0,27,177,14,0,27,176,
-69,198,255,75,0,0,123,144,0,18,96,56,133,224,4,72,121,27,120,124,
-20,0,130,64,252,23,119,56,10,9,128,56,0,0,160,56,21,151,254,75,
-120,171,163,126,205,219,255,75,120,27,101,124,120,195,3,127,120,243,196,127,
-13,220,255,75,0,2,96,56,77,224,4,72,121,27,121,124,20,0,130,64,
-252,23,119,56,15,9,128,56,0,0,160,56,221,150,254,75,120,171,163,126,
-69,219,255,75,255,255,163,56,120,251,227,127,120,203,36,127,45,222,255,75,
-8,0,1,136,0,0,0,44,44,0,130,65,0,0,128,57,8,0,129,153,
-68,71,125,56,249,108,8,72,0,0,3,44,20,0,130,65,92,19,124,56,
-6,1,128,56,0,0,160,56,145,150,254,75,36,0,129,129,0,0,12,44,
-0,0,224,59,16,0,130,65,120,176,163,126,161,225,255,75,116,7,127,124,
-28,0,224,62,121,179,212,126,172,126,247,58,0,0,64,58,60,0,130,65,
-255,7,133,86,40,0,130,65,96,2,114,30,20,154,119,124,101,210,255,75,
-0,0,3,44,12,0,97,176,28,0,130,64,20,154,119,124,120,251,228,127,
-45,205,255,75,113,14,148,126,1,0,82,58,204,255,130,64,50,1,152,168,
-120,179,163,126,169,212,255,75,36,0,1,128,0,0,0,44,12,0,97,168,
-68,0,130,64,120,27,127,124,120,203,35,127,253,224,4,72,120,195,3,127,
-245,224,4,72,120,219,99,127,237,224,4,72,120,211,67,127,229,224,4,72,
-24,0,97,56,2,0,128,56,225,193,255,75,8,0,225,136,0,0,7,44,
-76,0,130,64,112,0,0,72,0,0,3,44,216,0,130,65,120,27,127,124,
-120,203,35,127,181,224,4,72,120,195,3,127,173,224,4,72,120,219,99,127,
-165,224,4,72,120,211,67,127,157,224,4,72,24,0,97,56,2,0,128,56,
-153,193,255,75,8,0,225,136,0,0,7,44,44,0,130,65,0,0,0,57,
-8,0,1,153,68,71,125,56,201,107,8,72,0,0,3,44,20,0,130,65,
-92,19,124,56,6,1,128,56,0,0,160,56,97,149,254,75,9,0,97,56,
-2,0,128,56,89,195,255,75,28,0,97,56,2,0,128,56,165,192,255,75,
-12,0,97,56,2,0,128,56,49,192,255,75,92,0,97,131,72,0,193,130,
-68,0,161,130,88,0,65,131,96,0,129,131,76,0,225,130,64,0,129,130,
-84,0,33,131,100,0,161,131,120,251,227,127,108,0,225,131,80,0,1,131,
-104,0,193,131,116,0,1,128,60,0,97,130,56,0,65,130,166,3,8,124,
-112,0,33,56,32,0,128,78,120,179,195,126,120,219,100,127,120,203,37,127,
-120,195,6,127,169,215,255,75,0,0,3,44,12,0,97,176,216,0,130,65,
-120,27,127,124,120,203,35,127,193,223,4,72,120,195,3,127,185,223,4,72,
-120,219,99,127,177,223,4,72,120,211,67,127,169,223,4,72,24,0,97,56,
-2,0,128,56,165,192,255,75,8,0,33,137,0,0,9,44,44,0,130,65,
-0,0,64,57,8,0,65,153,68,71,125,56,213,106,8,72,0,0,3,44,
-20,0,130,65,92,19,124,56,6,1,128,56,0,0,160,56,109,148,254,75,
-9,0,97,56,2,0,128,56,101,194,255,75,28,0,97,56,2,0,128,56,
-177,191,255,75,12,0,97,56,2,0,128,56,61,191,255,75,92,0,97,131,
-72,0,193,130,68,0,161,130,88,0,65,131,96,0,129,131,76,0,225,130,
-64,0,129,130,84,0,33,131,100,0,161,131,120,251,227,127,108,0,225,131,
-80,0,1,131,104,0,193,131,116,0,1,128,60,0,97,130,56,0,65,130,
-166,3,8,124,112,0,33,56,32,0,128,78,121,176,182,126,120,179,213,126,
-0,0,128,58,68,0,130,65,255,7,160,86,48,0,130,65,96,2,244,31,
-20,250,119,124,120,211,69,127,2,0,128,56,9,209,255,75,0,0,3,44,
-12,0,97,176,60,0,130,64,4,0,58,129,20,250,247,124,72,0,39,145,
-127,248,181,86,1,0,148,58,196,255,130,64,0,0,3,44,28,0,130,64,
-120,179,195,126,2,0,128,56,193,211,255,75,0,0,3,44,12,0,97,176,
-216,0,130,65,120,27,127,124,120,203,35,127,125,222,4,72,120,195,3,127,
-117,222,4,72,120,219,99,127,109,222,4,72,120,211,67,127,101,222,4,72,
-24,0,97,56,2,0,128,56,97,191,255,75,8,0,97,137,0,0,11,44,
-44,0,130,65,0,0,128,57,8,0,129,153,68,71,125,56,145,105,8,72,
-0,0,3,44,20,0,130,65,92,19,124,56,6,1,128,56,0,0,160,56,
-41,147,254,75,9,0,97,56,2,0,128,56,33,193,255,75,28,0,97,56,
-2,0,128,56,109,190,255,75,12,0,97,56,2,0,128,56,249,189,255,75,
-92,0,97,131,72,0,193,130,68,0,161,130,88,0,65,131,96,0,129,131,
-76,0,225,130,64,0,129,130,84,0,33,131,100,0,161,131,120,251,227,127,
-108,0,225,131,80,0,1,131,104,0,193,131,116,0,1,128,60,0,97,130,
-56,0,65,130,166,3,8,124,112,0,33,56,32,0,128,78,120,179,195,126,
-120,219,100,127,120,203,37,127,120,195,6,127,113,213,255,75,0,0,3,44,
-12,0,97,176,216,0,130,65,120,27,127,124,120,203,35,127,137,221,4,72,
-120,195,3,127,129,221,4,72,120,219,99,127,121,221,4,72,120,211,67,127,
-113,221,4,72,24,0,97,56,2,0,128,56,109,190,255,75,8,0,1,136,
-0,0,0,44,44,0,130,65,0,0,160,56,8,0,161,152,68,71,125,56,
-157,104,8,72,0,0,3,44,20,0,130,65,92,19,124,56,6,1,128,56,
-0,0,160,56,53,146,254,75,9,0,97,56,2,0,128,56,45,192,255,75,
-28,0,97,56,2,0,128,56,121,189,255,75,12,0,97,56,2,0,128,56,
-5,189,255,75,92,0,97,131,72,0,193,130,68,0,161,130,88,0,65,131,
-96,0,129,131,76,0,225,130,64,0,129,130,84,0,33,131,100,0,161,131,
-120,251,227,127,108,0,225,131,80,0,1,131,104,0,193,131,116,0,1,128,
-60,0,97,130,56,0,65,130,166,3,8,124,112,0,33,56,32,0,128,78,
-120,243,195,127,48,0,155,56,65,84,8,72,12,0,225,171,120,203,35,127,
-169,220,4,72,120,195,3,127,161,220,4,72,120,219,99,127,153,220,4,72,
-120,211,67,127,145,220,4,72,24,0,97,56,2,0,128,56,141,189,255,75,
-8,0,193,136,0,0,6,44,44,0,130,65,0,0,0,56,8,0,1,152,
-68,71,125,56,189,103,8,72,0,0,3,44,20,0,130,65,92,19,124,56,
-6,1,128,56,0,0,160,56,85,145,254,75,9,0,97,56,2,0,128,56,
-77,191,255,75,28,0,97,56,2,0,128,56,153,188,255,75,12,0,97,56,
-2,0,128,56,37,188,255,75,92,0,97,131,72,0,193,130,68,0,161,130,
-88,0,65,131,96,0,129,131,76,0,225,130,64,0,129,130,84,0,33,131,
-100,0,161,131,120,251,227,127,108,0,225,131,80,0,1,131,104,0,193,131,
-116,0,1,128,60,0,97,130,56,0,65,130,166,3,8,124,112,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-8,0,193,147,120,27,126,124,0,0,158,137,117,7,140,125,120,35,159,124,
-24,0,130,65,11,0,96,60,8,24,99,56,104,10,128,56,0,0,160,56,
-169,144,254,75,120,251,227,127,237,220,255,75,197,219,255,75,120,27,127,124,
-3,0,126,136,116,7,99,124,225,181,0,72,76,0,31,40,24,0,130,64,
-0,248,99,57,12,0,126,145,0,4,0,56,8,0,30,144,20,0,0,72,
-0,184,99,57,12,0,126,145,0,0,0,56,8,0,30,144,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-168,255,33,148,56,0,1,147,60,0,33,147,68,0,97,147,72,0,129,147,
-76,0,161,147,84,0,225,147,166,2,8,124,92,0,1,144,64,0,65,147,
-120,27,122,124,24,0,65,147,80,0,193,147,11,0,192,63,56,24,222,59,
-28,0,193,147,40,0,97,56,77,132,130,56,253,130,4,72,28,0,129,128,
-24,0,161,128,11,0,96,60,40,0,193,56,20,24,99,56,193,238,4,72,
-0,0,224,59,12,0,225,179,16,0,193,147,20,0,65,147,8,0,97,56,
-121,190,255,75,16,0,26,40,28,0,128,64,58,16,74,87,20,210,10,124,
-56,24,0,84,248,193,141,57,20,2,108,125,8,0,235,131,0,0,31,44,
-92,0,130,64,8,0,97,56,2,0,128,56,157,189,255,75,12,0,97,56,
-2,0,128,56,129,186,255,75,24,0,97,56,2,0,128,56,221,186,255,75,
-80,0,193,131,68,0,97,131,64,0,65,131,76,0,161,131,84,0,225,131,
-72,0,129,131,60,0,33,131,92,0,1,128,56,0,1,131,10,1,96,56,
-166,3,8,124,88,0,33,56,32,0,128,78,120,251,227,127,32,0,129,56,
-113,213,255,75,120,27,121,124,120,203,36,127,36,0,97,56,245,187,255,75,
-121,203,61,127,0,0,128,59,108,0,130,65,255,7,160,87,88,0,130,65,
-96,2,28,31,28,0,96,63,172,126,123,59,20,194,123,124,33,203,255,75,
-121,27,126,124,12,0,193,179,72,0,130,64,20,194,123,124,78,0,128,56,
-233,197,255,75,32,0,1,128,0,0,0,44,24,0,130,64,20,194,123,124,
-109,200,255,75,121,27,126,124,12,0,193,179,28,0,130,64,20,194,123,124,
-177,208,255,75,127,248,189,87,1,0,156,59,156,255,130,64,12,0,193,171,
-32,0,1,128,0,0,0,44,12,0,130,65,0,0,30,44,104,0,130,65,
-36,0,97,56,2,0,128,56,157,186,255,75,8,0,97,56,2,0,128,56,
-145,188,255,75,12,0,97,56,2,0,128,56,117,185,255,75,24,0,97,56,
-2,0,128,56,209,185,255,75,120,243,195,127,80,0,193,131,76,0,161,131,
-72,0,129,131,64,0,65,131,68,0,97,131,84,0,225,131,92,0,1,128,
-60,0,33,131,56,0,1,131,166,3,8,124,88,0,33,56,32,0,128,78,
-11,0,192,63,0,6,96,56,141,215,4,72,121,27,123,124,20,0,130,64,
-68,24,126,56,71,8,128,56,0,0,160,56,29,142,254,75,120,219,99,127,
-0,0,128,56,0,6,160,56,253,136,254,75,16,0,26,40,48,0,155,56,
-120,0,128,64,120,211,67,127,9,25,8,72,24,3,123,56,48,0,155,56,
-88,1,160,56,109,11,5,72,1,32,0,57,8,0,27,177,1,0,32,57,
-4,0,59,145,21,0,96,57,10,0,123,177,88,1,128,57,12,0,155,177,
-144,1,0,56,14,0,27,176,120,219,99,127,0,6,155,56,193,188,255,75,
-0,0,123,144,0,18,96,56,1,215,4,72,120,27,124,124,0,2,96,56,
-245,214,4,72,0,0,28,44,120,27,125,124,120,0,130,65,132,0,0,72,
-120,251,227,127,145,233,255,75,24,3,123,56,48,0,155,56,88,1,160,56,
-249,10,5,72,1,32,0,57,8,0,27,177,1,0,32,57,4,0,59,145,
-21,0,96,57,10,0,123,177,88,1,128,57,12,0,155,177,144,1,0,56,
-14,0,27,176,120,219,99,127,0,6,155,56,77,188,255,75,0,0,123,144,
-0,18,96,56,141,214,4,72,120,27,124,124,0,2,96,56,129,214,4,72,
-0,0,28,44,120,27,125,124,20,0,130,64,68,24,126,56,98,8,128,56,
-0,0,160,56,13,141,254,75,0,0,29,44,20,0,130,64,68,24,126,56,
-99,8,128,56,0,0,160,56,245,140,254,75,120,227,131,127,120,251,228,127,
-1,0,160,56,245,209,255,75,50,1,156,168,120,203,35,127,101,203,255,75,
-120,211,67,127,0,0,128,56,169,101,3,72,120,211,67,127,120,235,164,127,
-1,0,160,56,37,212,255,75,120,203,35,127,120,219,100,127,120,235,165,127,
-120,227,134,127,117,207,255,75,12,0,97,176,120,27,126,124,120,235,163,127,
-149,215,4,72,120,227,131,127,141,215,4,72,120,219,99,127,133,215,4,72,
-36,0,97,56,2,0,128,56,129,184,255,75,8,0,97,56,2,0,128,56,
-117,186,255,75,12,0,97,56,2,0,128,56,89,183,255,75,24,0,97,56,
-2,0,128,56,181,183,255,75,76,0,161,131,120,243,195,127,80,0,193,131,
-56,0,1,131,68,0,97,131,64,0,65,131,84,0,225,131,92,0,1,128,
-72,0,129,131,60,0,33,131,166,3,8,124,88,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,9,128,13,136,116,7,0,124,
-54,32,3,84,81,95,5,72,156,134,109,144,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,29,0,96,60,172,4,99,56,11,0,128,60,104,24,132,56,
-189,150,4,72,0,0,3,44,24,0,130,65,11,0,96,60,124,24,99,56,
-158,2,128,56,0,0,160,56,181,139,254,75,29,0,96,60,204,4,99,56,
-11,0,128,60,80,24,132,56,1,0,160,56,193,23,3,72,9,128,13,136,
-116,7,0,124,0,0,224,59,0,0,31,124,56,0,128,64,96,2,63,29,
-156,134,141,129,36,104,235,87,120,251,228,127,28,0,73,61,20,90,172,124,
-172,126,106,56,129,192,255,75,9,128,13,136,116,7,0,124,1,0,255,59,
-0,0,31,124,208,255,128,65,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,0,0,3,44,32,0,130,77,255,7,128,84,
-32,0,130,77,40,214,4,72,166,2,8,124,4,0,1,144,248,255,33,148,
-0,0,3,44,20,0,130,64,6,0,96,56,105,212,4,72,0,0,3,44,
-12,0,130,65,0,0,0,56,0,0,3,176,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,121,27,127,124,
-166,2,8,124,20,0,1,144,20,0,130,64,96,2,96,56,41,212,4,72,
-121,27,127,124,36,0,130,65,2,0,192,60,84,252,198,56,0,0,0,56,
-44,0,31,152,122,0,127,56,6,0,160,56,40,0,128,56,169,211,4,72,
-20,0,1,128,120,251,227,127,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,0,0,3,44,32,0,130,77,255,7,128,84,32,0,130,77,
-120,213,4,72,240,255,33,148,8,0,193,147,12,0,225,147,166,2,8,124,
-20,0,1,144,2,0,3,160,20,2,227,127,11,0,96,60,120,25,99,56,
-49,233,4,72,101,74,4,72,205,234,5,72,166,0,192,127,94,4,192,87,
-36,1,0,124,166,3,233,127,33,4,128,78,120,27,127,124,0,128,203,115,
-166,0,0,124,94,4,0,84,120,91,0,124,36,1,0,124,157,234,5,72,
-0,0,31,44,44,0,130,65,120,251,228,127,11,0,96,60,104,25,99,56,
-225,232,4,72,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,11,0,96,60,156,25,99,56,189,232,4,72,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,144,128,141,137,0,0,12,44,248,255,130,65,143,128,109,136,
-0,0,0,56,144,128,13,152,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,217,255,255,75,0,0,3,44,248,255,128,64,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,0,0,4,44,120,27,108,124,
-0,0,96,56,32,0,129,76,11,0,32,61,112,32,41,57,166,3,137,124,
-255,255,140,57,1,0,12,141,112,70,106,124,120,66,64,125,252,13,11,84,
-46,74,11,124,46,64,104,84,120,2,3,125,62,4,99,84,224,255,0,66,
-32,0,128,78,184,251,33,148,16,4,65,146,28,4,161,146,32,4,193,146,
-36,4,225,146,40,4,1,147,52,4,97,147,56,4,129,147,166,2,8,124,
-76,4,1,144,20,4,97,146,120,27,115,124,24,4,129,146,120,35,148,124,
-44,4,33,147,1,0,32,59,68,4,225,147,0,0,224,59,48,4,65,147,
-25,0,64,59,60,4,161,147,16,0,160,59,64,4,193,147,49,1,192,63,
-0,45,222,59,120,243,195,127,185,124,4,72,67,0,96,56,217,232,5,72,
-1,255,255,75,63,6,99,84,192,0,130,65,1,0,3,44,52,0,130,64,
-0,0,128,59,128,0,192,58,214,179,180,127,0,232,28,124,132,0,224,58,
-8,0,97,59,9,0,193,59,140,0,65,58,139,0,1,59,11,0,161,58,
-216,2,128,64,192,0,0,72,2,0,3,44,52,0,130,64,0,0,128,59,
-0,4,192,58,214,179,180,127,0,232,28,124,4,4,224,58,8,0,97,59,
-9,0,193,59,12,4,65,58,11,4,1,59,11,0,161,58,160,2,128,64,
-136,0,0,72,32,4,193,130,56,4,129,131,60,4,161,131,36,4,225,130,
-28,4,161,130,52,4,97,131,64,4,193,131,40,4,1,131,24,4,129,130,
-48,4,65,131,68,4,225,131,44,4,33,131,20,4,97,130,76,4,1,128,
-16,4,65,130,254,255,96,56,166,3,8,124,72,4,33,56,32,0,128,78,
-255,255,189,55,36,255,130,64,0,0,128,59,214,179,180,127,0,232,28,124,
-9,0,193,59,20,178,30,125,3,0,72,58,2,0,190,58,4,0,246,58,
-8,0,97,59,20,218,55,125,255,255,9,59,24,2,128,64,121,187,231,126,
-120,243,197,127,0,0,123,152,24,0,129,64,255,255,165,56,237,253,255,75,
-255,255,231,52,1,0,101,156,244,255,130,64,0,0,254,136,255,255,21,136,
-248,0,0,124,62,6,0,84,64,0,7,124,248,0,130,64,64,200,7,124,
-16,0,130,65,255,255,25,56,64,0,7,124,228,0,130,64,120,171,163,126,
-120,179,196,126,237,253,255,75,0,0,152,137,0,0,18,136,46,64,134,85,
-20,2,6,124,62,4,0,84,64,0,3,124,188,0,130,64,64,200,7,124,
-60,0,130,64,80,160,95,127,0,176,26,124,8,0,129,64,120,179,218,126,
-0,0,26,44,24,0,129,64,20,250,115,124,120,171,164,126,120,211,69,127,
-165,4,5,72,20,210,255,127,1,0,57,59,62,6,57,87,26,0,64,59,
-255,255,90,55,108,0,129,65,93,253,255,75,24,0,96,56,13,231,5,72,
-24,0,96,56,5,231,5,72,24,0,96,56,253,230,5,72,32,4,193,130,
-56,4,129,131,60,4,161,131,36,4,225,130,28,4,161,130,52,4,97,131,
-64,4,193,131,40,4,1,131,24,4,129,130,48,4,65,131,68,4,225,131,
-44,4,33,131,20,4,97,130,76,4,1,128,16,4,65,130,253,255,96,56,
-166,3,8,124,72,4,33,56,32,0,128,78,6,0,96,56,169,230,5,72,
-209,252,255,75,63,6,99,84,208,0,130,65,4,0,3,44,88,0,130,64,
-6,0,96,56,141,230,5,72,52,4,97,131,32,4,193,130,28,4,161,130,
-48,4,65,131,56,4,129,131,36,4,225,130,24,4,129,130,44,4,33,131,
-60,4,161,131,120,251,227,127,68,4,225,131,40,4,1,131,64,4,193,131,
-76,4,1,128,20,4,97,130,16,4,65,130,166,3,8,124,72,4,33,56,
-32,0,128,78,24,0,3,44,108,0,130,64,97,252,255,75,62,6,99,84,
-24,0,3,44,92,0,130,64,109,252,255,75,6,0,96,56,29,230,5,72,
-32,4,193,130,56,4,129,131,60,4,161,131,36,4,225,130,28,4,161,130,
-52,4,97,131,64,4,193,131,40,4,1,131,24,4,129,130,48,4,65,131,
-68,4,225,131,44,4,33,131,20,4,97,130,76,4,1,128,16,4,65,130,
-255,255,96,56,166,3,8,124,72,4,33,56,32,0,128,78,1,0,156,59,
-0,232,28,124,240,253,128,65,32,4,193,130,56,4,129,131,60,4,161,131,
-36,4,225,130,28,4,161,130,52,4,97,131,64,4,193,131,40,4,1,131,
-24,4,129,130,48,4,65,131,68,4,225,131,44,4,33,131,20,4,97,130,
-76,4,1,128,16,4,65,130,0,0,96,56,166,3,8,124,72,4,33,56,
-32,0,128,78,176,251,33,148,44,4,225,146,48,4,1,147,52,4,33,147,
-56,4,65,147,60,4,97,147,76,4,225,147,12,0,97,144,64,4,129,147,
-1,0,128,59,72,4,193,147,68,4,161,147,0,0,160,59,120,235,190,127,
-166,2,8,124,84,4,1,144,8,0,4,56,8,0,1,144,89,251,255,75,
-0,0,3,44,248,255,128,65,67,0,3,44,52,0,130,64,8,0,1,128,
-80,0,93,127,0,4,26,44,2,0,128,57,17,0,129,155,1,0,96,59,
-120,219,126,127,248,224,128,127,16,0,129,153,18,0,1,152,4,1,129,64,
-224,0,0,72,21,0,3,44,48,0,130,64,8,0,1,128,80,0,93,127,
-0,4,26,44,2,0,128,57,17,0,129,155,0,0,96,59,248,224,128,127,
-16,0,129,153,18,0,1,152,208,0,129,64,172,0,0,72,24,0,3,44,
-132,255,130,64,217,250,255,75,24,0,3,44,72,0,130,64,6,0,96,56,
-157,228,5,72,225,250,255,75,56,4,65,131,72,4,193,131,68,4,161,131,
-52,4,33,131,60,4,97,131,76,4,225,131,64,4,129,131,48,4,1,131,
-84,4,1,128,44,4,225,130,255,255,96,56,166,3,8,124,80,4,33,56,
-32,0,128,78,24,0,96,56,89,228,5,72,24,0,96,56,81,228,5,72,
-24,0,96,56,73,228,5,72,56,4,65,131,72,4,193,131,68,4,161,131,
-52,4,33,131,60,4,97,131,76,4,225,131,64,4,129,131,48,4,1,131,
-84,4,1,128,44,4,225,130,254,255,96,56,166,3,8,124,80,4,33,56,
-32,0,128,78,16,0,33,59,19,0,225,59,120,251,227,127,0,0,128,56,
-0,4,64,59,120,211,69,127,213,126,254,75,64,0,0,72,0,0,26,44,
-248,1,128,65,16,0,33,59,19,0,225,59,120,251,227,127,0,0,128,56,
-0,4,160,56,177,126,254,75,0,0,26,44,24,0,130,64,0,0,27,44,
-26,0,0,56,3,0,25,152,180,0,130,65,128,0,0,72,0,0,30,44,
-72,0,130,65,120,251,227,127,12,0,129,56,4,0,160,56,17,1,5,72,
-23,0,97,56,8,0,129,56,4,0,160,56,1,1,5,72,12,0,65,129,
-27,0,97,56,20,234,138,124,248,255,186,56,0,0,192,59,233,0,5,72,
-0,4,26,44,48,0,128,64,36,0,0,72,12,0,129,129,120,211,69,127,
-248,255,29,56,120,251,227,127,20,2,140,124,197,0,5,72,0,4,26,44,
-12,0,128,64,26,0,160,56,174,209,191,124,0,0,27,44,52,0,130,65,
-120,251,227,127,0,4,128,56,157,249,255,75,62,198,107,84,19,4,97,153,
-20,4,97,152,16,0,225,58,255,255,27,48,16,217,32,125,4,4,9,59,
-25,0,64,59,60,0,0,72,0,0,192,56,255,255,159,57,0,4,0,56,
-166,3,9,124,1,0,236,140,20,58,198,124,62,6,198,84,244,255,0,66,
-19,4,193,152,16,0,225,58,255,255,27,48,16,217,32,125,4,4,9,59,
-25,0,64,59,121,195,25,127,28,0,129,64,255,255,247,59,1,0,127,140,
-116,7,99,124,185,226,5,72,255,255,57,55,240,255,130,64,217,248,255,75,
-0,0,3,44,88,0,128,65,6,0,3,40,16,0,130,65,24,0,3,40,
-60,0,130,65,68,0,0,72,8,0,1,128,0,4,189,59,80,0,93,127,
-0,4,26,44,2,0,128,57,1,0,156,59,16,0,129,153,62,6,156,87,
-17,0,129,155,248,224,128,127,18,0,1,152,116,254,129,64,80,254,255,75,
-133,248,255,75,24,0,3,44,176,253,130,65,255,255,90,55,124,255,130,64,
-24,0,96,56,65,226,5,72,24,0,96,56,57,226,5,72,24,0,96,56,
-49,226,5,72,117,248,255,75,56,4,65,131,72,4,193,131,68,4,161,131,
-52,4,33,131,60,4,97,131,76,4,225,131,64,4,129,131,48,4,1,131,
-84,4,1,128,44,4,225,130,252,255,96,56,166,3,8,124,80,4,33,56,
-32,0,128,78,10,0,224,59,4,0,96,56,233,225,5,72,17,248,255,75,
-6,0,3,44,12,0,130,65,255,255,255,55,232,255,130,64,68,4,161,131,
-52,4,33,131,56,4,65,131,72,4,193,131,64,4,129,131,48,4,1,131,
-60,4,97,131,76,4,225,131,84,4,1,128,44,4,225,130,8,0,97,128,
-166,3,8,124,80,4,33,56,32,0,128,78,224,255,33,148,3,0,3,44,
-12,0,97,147,16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,
-36,0,1,144,28,0,225,147,120,35,159,124,52,0,130,65,11,0,96,60,
-176,35,99,56,49,224,4,72,20,0,161,131,24,0,193,131,28,0,225,131,
-36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,
-32,0,128,78,4,0,127,128,0,0,128,56,16,0,160,56,36,0,192,63,
-224,156,222,59,129,247,4,72,120,27,125,124,8,0,127,128,0,0,128,56,
-16,0,160,56,109,247,4,72,1,0,0,56,142,128,13,152,120,27,124,124,
-11,0,96,60,240,35,99,56,201,223,4,72,120,243,195,127,37,156,4,72,
-166,0,224,127,94,4,224,87,36,1,0,124,134,50,130,124,120,35,131,124,
-119,7,123,84,120,219,101,127,134,51,162,124,0,128,234,115,166,0,96,125,
-94,4,107,85,120,83,107,125,36,1,96,125,166,0,224,127,94,4,224,87,
-36,1,0,124,134,50,130,124,120,35,131,124,185,7,123,84,120,219,101,127,
-134,51,162,124,0,128,224,115,166,0,32,125,94,4,41,85,120,3,41,125,
-36,1,32,125,166,0,224,127,94,4,224,87,36,1,0,124,134,50,130,124,
-120,35,131,124,243,6,123,84,120,219,101,127,134,51,162,124,0,128,235,115,
-166,0,128,125,94,4,140,85,120,91,140,125,36,1,128,125,166,0,224,127,
-94,4,224,87,36,1,0,124,134,50,130,124,120,35,131,124,53,7,123,84,
-120,219,101,127,134,51,162,124,0,128,233,115,166,0,64,125,94,4,74,85,
-120,75,74,125,36,1,64,125,166,0,224,127,94,4,224,87,36,1,0,124,
-134,50,130,124,120,35,131,124,251,7,123,84,120,219,101,127,134,51,162,124,
-0,128,236,115,166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,
-166,0,224,127,94,4,224,87,36,1,0,124,134,50,130,124,120,35,131,124,
-137,1,123,84,120,219,101,127,134,51,162,124,0,128,234,115,166,0,96,125,
-94,4,107,85,120,83,107,125,36,1,96,125,166,0,224,127,94,4,224,87,
-36,1,0,124,134,50,130,124,120,35,131,124,79,2,123,84,120,219,101,127,
-134,51,162,124,0,128,224,115,166,0,128,125,94,4,140,85,120,3,140,125,
-36,1,128,125,166,0,224,127,94,4,224,87,36,1,0,124,134,50,130,124,
-120,35,131,124,195,0,123,84,120,219,101,127,134,51,162,124,0,128,233,115,
-166,0,64,125,94,4,74,85,120,75,74,125,36,1,64,125,166,0,224,127,
-94,4,224,87,36,1,0,124,134,50,130,124,120,35,131,124,177,6,123,84,
-120,219,101,127,134,51,162,124,0,128,236,115,166,0,0,124,94,4,0,84,
-120,99,0,124,36,1,0,124,120,235,163,127,120,227,132,127,205,245,255,75,
-120,27,127,124,120,243,195,127,65,155,4,72,0,0,32,57,142,128,45,153,
-166,0,192,127,94,4,192,87,36,1,0,124,134,50,130,124,120,35,131,124,
-128,0,124,100,120,227,133,127,134,51,162,124,0,128,203,115,166,0,128,125,
-94,4,140,85,120,91,140,125,36,1,128,125,0,0,31,44,120,251,228,127,
-20,0,128,64,11,0,96,60,208,35,99,56,129,221,4,72,44,0,0,72,
-11,0,96,60,136,35,99,56,113,221,4,72,120,235,163,127,21,244,255,75,
-2,0,96,56,185,109,255,75,0,0,0,56,125,134,13,152,29,223,5,72,
-166,0,224,127,94,4,224,87,36,1,0,124,134,50,130,124,120,35,131,124,
-8,0,126,96,120,243,197,127,134,51,162,124,0,128,234,115,166,0,96,125,
-94,4,107,85,120,83,107,125,36,1,96,125,166,0,224,127,94,4,224,87,
-36,1,0,124,134,50,130,124,120,35,131,124,4,0,126,96,120,243,197,127,
-134,51,162,124,0,128,224,115,166,0,32,125,94,4,41,85,120,3,41,125,
-36,1,32,125,166,0,224,127,94,4,224,87,36,1,0,124,134,50,130,124,
-120,35,131,124,32,0,126,96,120,243,197,127,134,51,162,124,0,128,235,115,
-166,0,128,125,94,4,140,85,120,91,140,125,36,1,128,125,166,0,224,127,
-94,4,224,87,36,1,0,124,134,50,130,124,120,35,131,124,16,0,126,96,
-120,243,197,127,134,51,162,124,0,128,224,115,166,0,64,125,94,4,74,85,
-120,3,74,125,36,1,64,125,166,0,224,127,94,4,224,87,36,1,0,124,
-134,50,130,124,120,35,131,124,2,0,126,96,120,243,197,127,134,51,162,124,
-0,128,236,115,166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,
-166,0,224,127,94,4,224,87,36,1,0,124,134,50,130,124,120,35,131,124,
-0,4,126,100,120,243,197,127,134,51,162,124,0,128,234,115,166,0,96,125,
-94,4,107,85,120,83,107,125,36,1,96,125,166,0,224,127,94,4,224,87,
-36,1,0,124,134,50,130,124,120,35,131,124,0,32,126,100,120,243,197,127,
-134,51,162,124,0,128,224,115,166,0,32,125,94,4,41,85,120,3,41,125,
-36,1,32,125,166,0,224,127,94,4,224,87,36,1,0,124,134,50,130,124,
-120,35,131,124,64,0,126,96,120,243,197,127,134,51,162,124,0,128,235,115,
-166,0,0,124,94,4,0,84,120,91,0,124,36,1,0,124,16,0,129,131,
-24,0,193,131,28,0,225,131,12,0,97,131,36,0,1,128,20,0,161,131,
-32,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,3,0,3,44,
-8,0,193,147,166,2,8,124,20,0,1,144,12,0,225,147,120,35,159,124,
-40,0,130,65,11,0,96,60,92,36,99,56,101,219,4,72,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-4,0,127,128,0,0,128,56,16,0,160,56,201,242,4,72,120,27,126,124,
-8,0,127,128,0,0,128,56,16,0,160,56,181,242,4,72,1,0,0,56,
-142,128,13,152,120,27,127,124,11,0,96,60,152,36,99,56,17,219,4,72,
-120,243,195,127,120,251,228,127,197,246,255,75,121,27,100,124,11,0,96,60,
-52,36,99,56,12,0,128,64,11,0,96,60,120,36,99,56,233,218,4,72,
-0,0,0,56,142,128,13,152,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,200,255,33,148,48,0,193,147,
-52,0,225,147,166,2,8,124,60,0,1,144,0,0,100,129,11,0,128,61,
-255,255,43,57,0,37,140,57,255,255,76,57,1,0,137,141,1,0,10,140,
-64,0,12,124,12,0,130,64,0,0,12,40,236,255,130,64,81,96,128,125,
-0,1,130,64,8,0,97,56,103,102,128,60,170,170,132,56,201,167,2,72,
-8,0,97,56,61,197,2,72,0,0,3,44,128,0,130,65,0,32,224,59,
-8,0,97,56,41,157,2,72,0,32,3,40,16,0,128,64,8,0,97,56,
-25,157,2,72,120,27,127,124,120,251,227,127,101,198,4,72,120,27,126,124,
-120,243,196,127,120,251,229,127,8,0,97,56,0,0,192,56,120,51,199,124,
-105,164,2,72,0,0,32,57,20,250,126,125,255,255,43,153,11,0,224,63,
-12,37,255,59,120,251,227,127,93,54,4,72,120,243,195,127,85,54,4,72,
-120,251,227,127,77,54,4,72,120,243,195,127,25,198,4,72,168,0,0,72,
-80,0,96,56,9,198,4,72,120,27,126,124,255,255,158,57,11,0,0,61,
-219,36,8,57,17,0,32,57,166,3,41,125,1,0,72,137,1,0,76,153,
-2,0,104,141,2,0,108,157,240,255,0,66,11,0,224,63,12,37,255,59,
-120,251,227,127,253,53,4,72,120,243,195,127,245,53,4,72,120,251,227,127,
-237,53,4,72,120,243,195,127,185,197,4,72,72,0,0,72,0,32,96,56,
-169,197,4,72,120,27,126,124,0,32,128,56,209,54,4,72,0,0,0,56,
-255,31,30,152,11,0,224,63,12,37,255,59,120,251,227,127,181,53,4,72,
-120,243,195,127,173,53,4,72,120,251,227,127,165,53,4,72,120,243,195,127,
-113,197,4,72,60,0,1,128,52,0,225,131,48,0,193,131,166,3,8,124,
-56,0,33,56,32,0,128,78,216,255,33,148,1,0,3,40,16,0,65,147,
-20,0,97,147,24,0,129,147,28,0,161,147,166,2,8,124,44,0,1,144,
-32,0,193,147,120,35,158,124,36,0,225,147,11,0,224,63,92,46,255,59,
-20,0,129,65,11,0,96,60,92,37,99,56,229,216,4,72,116,1,0,72,
-11,0,160,63,212,37,189,59,10,0,128,57,8,0,97,59,0,0,64,57,
-244,255,95,59,12,0,154,135,4,0,62,129,255,255,105,57,255,255,220,56,
-1,0,235,140,1,0,6,140,64,0,7,124,12,0,130,64,0,0,7,40,
-236,255,130,64,81,56,0,124,8,1,130,64,2,0,3,44,104,0,130,64,
-8,0,122,128,120,219,100,127,4,0,160,56,0,0,91,145,169,84,3,72,
-121,27,100,124,12,0,130,65,120,235,163,127,109,216,4,72,0,0,187,128,
-120,227,132,127,120,43,166,124,11,0,96,60,76,37,99,56,85,216,4,72,
-32,0,193,131,24,0,129,131,28,0,161,131,36,0,225,131,44,0,1,128,
-20,0,97,131,16,0,65,131,166,3,8,124,40,0,33,56,32,0,128,78,
-8,0,126,128,120,219,101,127,32,133,130,56,249,204,4,72,1,0,3,44,
-60,0,130,65,4,0,158,128,11,0,96,60,132,37,99,56,5,216,4,72,
-32,0,193,131,24,0,129,131,28,0,161,131,36,0,225,131,44,0,1,128,
-20,0,97,131,16,0,65,131,166,3,8,124,40,0,33,56,32,0,128,78,
-8,0,122,128,120,219,100,127,4,0,160,56,85,84,3,72,121,27,100,124,
-160,0,130,65,120,235,163,127,189,215,4,72,32,0,193,131,24,0,129,131,
-28,0,161,131,36,0,225,131,44,0,1,128,20,0,97,131,16,0,65,131,
-166,3,8,124,40,0,33,56,32,0,128,78,255,255,140,53,200,254,130,64,
-4,0,158,128,11,0,96,60,244,37,99,56,125,215,4,72,11,0,96,60,
-92,37,99,56,113,215,4,72,10,0,192,59,8,0,97,59,244,255,255,59,
-11,0,160,63,184,37,189,59,20,0,159,131,120,227,131,127,120,219,100,127,
-4,0,160,56,117,83,3,72,12,0,159,132,4,0,255,128,0,0,187,128,
-4,0,220,160,120,235,163,127,49,215,4,72,255,255,222,55,208,255,130,64,
-32,0,193,131,24,0,129,131,28,0,161,131,36,0,225,131,44,0,1,128,
-20,0,97,131,16,0,65,131,166,3,8,124,40,0,33,56,32,0,128,78,
-144,255,33,148,9,0,3,44,64,0,129,146,68,0,161,146,72,0,193,146,
-76,0,225,146,80,0,1,147,84,0,33,147,88,0,65,147,96,0,129,147,
-100,0,161,147,104,0,193,147,108,0,225,147,166,2,8,124,116,0,1,144,
-92,0,97,147,120,35,155,124,80,0,130,65,11,0,96,60,144,38,99,56,
-173,214,4,72,80,0,1,131,100,0,161,131,96,0,129,131,76,0,225,130,
-84,0,33,131,104,0,193,131,92,0,97,131,72,0,193,130,88,0,65,131,
-108,0,225,131,116,0,1,128,68,0,161,130,64,0,129,130,166,3,8,124,
-112,0,33,56,32,0,128,78,4,0,123,128,0,0,128,56,16,0,160,56,
-233,237,4,72,120,27,119,124,8,0,123,128,0,0,128,56,16,0,160,56,
-213,237,4,72,120,27,120,124,12,0,123,128,16,0,160,56,0,0,128,56,
-193,237,4,72,120,27,124,124,16,0,123,128,16,0,160,56,0,0,128,56,
-173,237,4,72,120,27,126,124,20,0,123,128,0,0,128,56,16,0,160,56,
-153,237,4,72,120,27,125,124,24,0,123,128,0,0,128,56,16,0,160,56,
-133,237,4,72,120,27,127,124,28,0,123,128,16,0,160,56,0,0,128,56,
-113,237,4,72,120,27,122,124,32,0,123,128,0,0,128,56,16,0,160,56,
-93,237,4,72,2,0,26,44,8,0,193,179,62,4,172,87,2,0,64,107,
-52,0,0,124,126,217,26,84,255,255,3,48,16,25,96,127,10,0,129,177,
-104,0,130,64,12,0,225,147,64,0,224,98,16,0,1,152,17,0,129,155,
-0,0,128,56,36,0,129,144,56,0,129,176,48,0,129,144,52,0,129,177,
-44,72,140,85,16,0,128,145,120,187,227,126,120,35,133,124,8,0,193,56,
-33,107,7,72,32,0,97,144,2,0,3,160,32,0,0,96,2,0,3,176,
-44,72,163,87,129,193,4,72,255,0,23,44,120,27,121,124,4,1,130,64,
-104,0,0,72,63,1,255,87,12,0,225,147,64,0,224,98,16,0,1,152,
-17,0,129,155,0,0,128,56,36,0,129,144,56,0,129,176,48,0,129,144,
-52,0,129,177,44,72,140,85,16,0,128,145,120,187,227,126,120,35,133,124,
-8,0,193,56,185,106,7,72,32,0,97,144,2,0,3,160,32,0,0,96,
-2,0,3,176,44,72,163,87,25,193,4,72,255,0,23,44,120,27,121,124,
-156,0,130,64,16,0,24,44,148,0,130,64,11,0,96,60,104,38,99,56,
-205,212,4,72,49,56,167,87,200,2,129,64,166,3,233,124,120,203,44,127,
-191,7,133,85,12,0,130,64,0,0,140,147,32,0,0,72,0,0,140,155,
-62,194,128,87,1,0,12,152,62,194,0,84,2,0,12,152,62,194,0,84,
-3,0,12,152,1,0,57,59,204,255,0,66,80,0,1,131,100,0,161,131,
-96,0,129,131,76,0,225,130,84,0,33,131,104,0,193,131,92,0,97,131,
-72,0,193,130,88,0,65,131,108,0,225,131,116,0,1,128,68,0,161,130,
-64,0,129,130,166,3,8,124,112,0,33,56,32,0,128,78,120,187,227,126,
-120,211,68,127,116,7,5,127,120,203,40,127,8,0,193,56,32,0,225,56,
-21,23,5,72,32,0,225,128,6,0,24,44,76,0,130,64,12,0,39,169,
-0,0,0,56,120,59,227,124,0,0,7,176,241,99,8,72,13,0,225,139,
-14,0,193,139,10,0,1,163,0,0,26,44,8,0,65,163,12,0,129,139,
-24,0,129,179,20,0,65,179,28,0,193,179,22,0,1,179,26,0,225,179,
-188,0,130,65,88,0,0,72,120,59,229,124,0,0,5,168,0,0,0,44,
-248,255,130,64,12,0,39,169,0,0,0,56,120,59,227,124,0,0,7,176,
-153,99,8,72,13,0,225,139,14,0,193,139,10,0,1,163,0,0,26,44,
-8,0,65,163,12,0,129,139,24,0,129,179,20,0,65,179,28,0,193,179,
-22,0,1,179,26,0,225,179,100,0,130,65,12,0,1,128,17,0,193,138,
-30,0,225,138,11,0,96,60,31,0,193,154,120,38,99,56,46,132,6,84,
-120,51,156,127,62,4,156,87,24,0,129,179,89,211,4,72,120,211,68,127,
-120,195,5,127,120,227,134,127,120,251,231,127,120,243,200,127,120,187,233,126,
-120,179,202,126,11,0,96,60,68,38,99,56,49,211,4,72,0,0,27,44,
-36,1,130,65,84,0,0,72,17,0,193,138,16,0,1,136,11,0,96,60,
-31,0,193,154,120,38,99,56,255,6,23,84,30,0,225,154,5,211,4,72,
-120,211,68,127,120,195,5,127,120,227,134,127,120,251,231,127,120,243,200,127,
-120,187,233,126,120,179,202,126,11,0,96,60,68,38,99,56,221,210,4,72,
-0,0,27,44,208,0,130,65,0,0,29,44,200,0,129,64,7,0,160,62,
-88,230,181,58,0,0,128,58,11,0,224,62,12,38,247,58,120,203,54,127,
-120,187,227,126,173,210,4,72,32,0,96,59,120,179,222,126,120,163,159,126,
-120,243,216,127,120,251,228,127,36,133,98,56,145,210,4,72,16,0,64,59,
-255,255,152,59,1,0,156,140,44,133,98,56,125,210,4,72,255,255,90,55,
-240,255,130,64,16,0,64,59,255,255,152,59,1,0,156,140,224,255,4,56,
-91,0,0,40,24,0,128,64,56,133,98,56,85,210,4,72,255,255,90,55,
-228,255,130,64,20,0,0,72,52,133,98,56,65,210,4,72,255,255,90,55,
-208,255,130,64,54,133,98,56,49,210,4,72,255,255,123,55,16,0,222,59,
-16,0,255,59,132,255,130,64,54,133,98,56,25,210,4,72,255,255,189,55,
-0,2,148,58,0,2,214,58,88,255,130,64,120,203,35,127,49,190,4,72,
-80,0,1,131,100,0,161,131,96,0,129,131,76,0,225,130,84,0,33,131,
-104,0,193,131,92,0,97,131,72,0,193,130,88,0,65,131,108,0,225,131,
-116,0,1,128,68,0,161,130,64,0,129,130,166,3,8,124,112,0,33,56,
-32,0,128,78,232,255,33,148,4,0,3,44,16,0,193,147,20,0,225,147,
-166,2,8,124,28,0,1,144,12,0,161,147,120,35,157,124,44,0,130,65,
-11,0,96,60,220,38,99,56,145,209,4,72,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-4,0,125,128,0,0,128,56,16,0,160,56,241,232,4,72,120,27,126,124,
-8,0,125,128,0,0,128,56,16,0,160,56,221,232,4,72,120,27,127,124,
-12,0,125,128,0,0,128,56,16,0,160,56,201,232,4,72,120,27,101,124,
-120,243,195,127,120,251,228,127,101,38,5,72,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-240,255,33,148,3,0,3,44,12,0,225,147,166,2,8,124,20,0,1,144,
-8,0,193,147,120,35,158,124,40,0,130,65,11,0,96,60,12,39,99,56,
-229,208,4,72,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,4,0,126,128,0,0,128,56,16,0,160,56,
-73,232,4,72,120,27,127,124,8,0,126,128,0,0,128,56,16,0,160,56,
-53,232,4,72,120,27,100,124,120,251,227,127,25,35,5,72,120,27,100,124,
-11,0,96,60,48,39,99,56,141,208,4,72,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-4,0,3,44,8,0,193,147,166,2,8,124,20,0,1,144,12,0,225,147,
-120,35,159,124,40,0,130,65,11,0,96,60,76,39,99,56,73,208,4,72,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,8,0,127,128,0,0,128,56,16,0,160,56,173,231,4,72,
-120,27,126,124,12,0,127,128,0,0,128,56,16,0,160,56,153,231,4,72,
-4,0,159,129,0,0,12,136,116,7,0,124,49,0,0,40,24,0,130,65,
-50,0,0,40,44,0,130,65,52,0,0,40,64,0,130,65,88,0,0,72,
-0,0,126,152,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,0,0,126,176,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,0,0,126,144,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,11,0,96,60,60,39,99,56,133,207,4,72,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-232,255,33,148,3,0,3,44,8,0,129,147,12,0,161,147,16,0,193,147,
-166,2,8,124,28,0,1,144,20,0,225,147,120,35,159,124,48,0,130,65,
-11,0,96,60,208,39,99,56,57,207,4,72,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,8,0,127,128,0,0,128,56,16,0,160,56,149,230,4,72,
-4,0,159,129,0,0,12,136,116,7,0,124,49,0,0,40,32,0,130,65,
-50,0,0,40,72,0,130,65,52,0,0,40,112,0,130,65,56,0,0,40,
-152,0,130,65,236,0,0,72,0,0,131,136,11,0,96,60,116,39,99,56,
-201,206,4,72,16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,0,0,131,160,
-11,0,96,60,132,39,99,56,153,206,4,72,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,0,0,131,128,11,0,96,60,148,39,99,56,105,206,4,72,
-16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,
-166,3,8,124,24,0,33,56,32,0,128,78,120,27,127,124,11,0,96,60,
-164,39,99,56,57,206,4,72,32,0,160,59,120,251,228,127,60,133,98,56,
-41,206,4,72,4,0,128,59,252,255,223,59,4,0,158,132,68,133,98,56,
-21,206,4,72,255,255,156,55,240,255,130,64,76,133,98,56,5,206,4,72,
-255,255,189,55,16,0,255,59,200,255,130,64,76,133,98,56,241,205,4,72,
-11,0,96,60,240,39,99,56,229,205,4,72,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,224,255,33,148,12,0,97,147,16,0,129,147,20,0,161,147,
-24,0,193,147,28,0,225,147,166,2,8,124,36,0,1,144,1,0,96,56,
-33,177,2,72,208,134,237,131,121,184,2,72,64,24,31,124,16,0,130,64,
-249,176,2,72,208,134,141,129,20,26,236,127,12,0,63,129,24,0,191,131,
-208,255,9,56,190,240,10,84,254,255,138,59,1,0,124,55,28,0,223,59,
-0,0,224,59,96,0,129,64,0,0,189,128,0,0,30,128,64,0,5,124,
-44,0,130,65,120,235,164,127,11,0,96,60,24,40,99,56,61,205,4,72,
-0,0,190,128,120,243,196,127,11,0,96,60,0,40,99,56,41,205,4,72,
-1,0,255,59,10,0,31,44,4,0,222,59,4,0,189,59,12,0,128,65,
-109,69,5,72,20,0,0,72,255,255,123,55,255,255,156,59,168,255,130,64,
-89,69,5,72,20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,
-16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,
-192,255,33,148,4,0,3,44,48,0,129,147,52,0,161,147,56,0,193,147,
-166,2,8,124,68,0,1,144,60,0,225,147,120,35,159,124,48,0,130,65,
-11,0,96,60,56,40,99,56,165,204,4,72,56,0,193,131,60,0,225,131,
-68,0,1,128,52,0,161,131,48,0,129,131,166,3,8,124,64,0,33,56,
-32,0,128,78,4,0,127,128,0,0,128,56,16,0,160,56,1,228,4,72,
-120,27,125,124,8,0,127,128,0,0,128,56,16,0,160,56,237,227,4,72,
-42,80,126,84,12,0,127,128,16,0,160,56,0,0,128,56,217,227,4,72,
-0,0,224,59,120,235,164,127,8,0,97,56,149,153,2,72,8,0,97,56,
-9,183,2,72,0,0,3,44,44,0,130,65,8,0,97,56,249,142,2,72,
-120,235,164,127,120,27,101,124,11,0,96,60,136,40,99,56,17,204,4,72,
-1,0,96,56,141,175,2,72,136,0,0,72,120,243,196,127,8,0,97,56,
-0,0,160,56,233,165,2,72,120,243,195,127,25,184,4,72,120,27,124,124,
-0,0,128,56,120,243,197,127,241,103,254,75,120,227,132,127,120,243,197,127,
-8,0,97,56,0,0,192,56,120,51,199,124,253,171,2,72,120,27,127,124,
-120,227,131,127,233,183,4,72,0,0,31,44,32,0,130,64,120,235,164,127,
-11,0,96,60,184,40,99,56,161,203,4,72,1,0,96,56,29,175,2,72,
-24,0,0,72,11,0,96,60,108,40,99,56,137,203,4,72,1,0,96,56,
-5,175,2,72,56,0,193,131,60,0,225,131,68,0,1,128,52,0,161,131,
-48,0,129,131,166,3,8,124,64,0,33,56,32,0,128,78,200,255,33,148,
-2,0,3,40,48,0,193,147,166,2,8,124,60,0,1,144,52,0,225,147,
-120,35,159,124,40,0,128,64,11,0,96,60,4,41,99,56,53,203,4,72,
-60,0,1,128,52,0,225,131,48,0,193,131,166,3,8,124,56,0,33,56,
-32,0,128,78,4,0,127,129,11,0,128,61,255,255,235,56,20,41,140,57,
-255,255,12,57,1,0,39,141,1,0,8,140,64,0,9,124,12,0,130,64,
-0,0,9,40,236,255,130,64,81,72,0,124,40,0,130,64,35,34,96,60,
-238,238,131,56,8,0,97,56,49,152,2,72,8,0,97,56,165,141,2,72,
-121,27,126,124,244,1,130,65,200,1,0,72,4,0,127,129,11,0,128,61,
-255,255,235,56,32,41,140,57,255,255,12,57,1,0,39,141,1,0,8,140,
-64,0,9,124,12,0,130,64,0,0,9,40,236,255,130,64,81,72,224,124,
-40,0,130,64,52,51,96,60,221,221,131,56,8,0,97,56,217,151,2,72,
-8,0,97,56,77,141,2,72,121,27,126,124,156,1,130,65,112,1,0,72,
-4,0,159,129,11,0,96,61,255,255,12,57,212,40,107,57,255,255,43,57,
-1,0,72,141,1,0,9,140,64,0,10,124,12,0,130,64,0,0,10,40,
-236,255,130,64,81,80,0,124,40,0,130,64,86,85,96,60,187,187,131,56,
-8,0,97,56,129,151,2,72,8,0,97,56,245,140,2,72,121,27,126,124,
-68,1,130,65,24,1,0,72,4,0,127,129,11,0,128,61,255,255,235,56,
-48,41,140,57,255,255,12,57,1,0,39,141,1,0,72,141,64,80,9,124,
-12,0,130,64,0,0,9,40,236,255,130,64,81,72,10,124,40,0,130,64,
-103,102,96,60,170,170,131,56,8,0,97,56,41,151,2,72,8,0,97,56,
-157,140,2,72,121,27,126,124,236,0,130,65,192,0,0,72,4,0,127,129,
-11,0,128,61,255,255,235,56,60,41,140,57,255,255,12,57,1,0,39,141,
-1,0,72,141,64,80,9,124,12,0,130,64,0,0,9,40,236,255,130,64,
-81,72,10,124,40,0,130,64,34,17,96,60,68,51,131,56,8,0,97,56,
-209,150,2,72,8,0,97,56,69,140,2,72,121,27,126,124,148,0,130,65,
-104,0,0,72,4,0,127,129,80,133,130,57,120,119,96,60,255,255,235,56,
-153,153,99,56,255,255,12,57,1,0,39,141,1,0,72,141,64,80,9,124,
-12,0,130,64,0,0,9,40,236,255,130,64,81,72,10,124,20,0,130,65,
-4,0,127,128,0,0,128,56,16,0,160,56,169,224,4,72,120,27,100,124,
-8,0,97,56,105,150,2,72,8,0,97,56,221,139,2,72,121,27,126,124,
-44,0,130,65,8,0,97,56,237,156,2,72,4,0,159,128,120,243,197,127,
-11,0,96,60,224,40,99,56,229,200,4,72,1,0,96,56,97,172,2,72,
-28,0,0,72,4,0,159,128,11,0,96,60,72,41,99,56,201,200,4,72,
-1,0,96,56,69,172,2,72,60,0,1,128,52,0,225,131,48,0,193,131,
-166,3,8,124,56,0,33,56,32,0,128,78,166,0,0,124,94,4,0,84,
-36,1,0,124,3,0,0,56,172,129,13,152,32,0,128,78,172,42,8,72,
-232,255,33,148,166,2,8,124,28,0,1,144,12,0,161,147,34,0,160,59,
-16,0,193,147,11,0,192,63,184,44,222,59,20,0,225,147,11,0,224,63,
-12,0,158,132,4,0,190,128,100,41,127,56,85,200,4,72,255,255,189,55,
-236,255,130,64,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,11,0,96,60,132,41,99,56,11,0,128,60,148,41,132,56,
-17,200,4,72,11,0,96,60,168,41,99,56,24,0,128,56,30,0,160,56,
-4,0,192,56,8,0,224,56,245,199,4,72,11,0,96,60,212,41,99,56,
-11,0,128,60,248,41,132,56,11,0,160,60,4,42,165,56,88,133,194,56,
-213,199,4,72,11,0,96,60,16,42,99,56,12,0,128,60,0,248,132,56,
-193,199,4,72,184,136,13,136,189,7,0,84,20,0,130,65,40,128,141,128,
-11,0,96,60,116,41,99,56,165,199,4,72,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-8,0,193,147,121,27,126,124,12,0,225,147,120,35,159,124,172,0,130,65,
-0,0,95,129,255,255,106,57,1,0,139,141,117,7,140,125,248,255,130,64,
-81,88,10,124,144,0,130,65,34,0,192,56,11,0,0,61,184,44,8,57,
-12,0,104,133,255,255,171,56,255,255,234,56,1,0,37,141,1,0,71,141,
-64,80,9,124,12,0,130,64,0,0,9,40,236,255,130,64,81,72,138,125,
-48,0,130,64,8,0,8,128,120,243,195,127,120,251,228,127,166,3,9,124,
-33,4,128,78,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,255,255,198,52,12,0,130,65,0,0,95,129,
-156,255,255,75,11,0,96,60,32,42,99,56,217,198,4,72,120,243,195,127,
-120,251,228,127,69,254,255,75,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,216,255,33,148,3,0,3,40,
-12,0,33,147,16,0,65,147,20,0,97,147,36,0,225,147,166,2,8,124,
-44,0,1,144,28,0,161,147,120,35,157,124,24,0,129,147,32,0,193,147,
-28,0,128,63,180,85,156,59,0,0,192,59,60,0,128,64,11,0,96,60,
-84,42,99,56,105,198,4,72,32,0,193,131,24,0,129,131,20,0,97,131,
-28,0,161,131,36,0,225,131,44,0,1,128,16,0,65,131,12,0,33,131,
-166,3,8,124,40,0,33,56,32,0,128,78,12,0,125,128,16,0,160,56,
-0,0,128,56,185,221,4,72,120,27,127,124,81,178,4,72,121,27,123,124,
-8,0,157,128,64,0,130,64,120,251,229,127,11,0,96,60,108,42,99,56,
-9,198,4,72,32,0,193,131,24,0,129,131,20,0,97,131,28,0,161,131,
-36,0,225,131,44,0,1,128,16,0,65,131,12,0,33,131,166,3,8,124,
-40,0,33,56,32,0,128,78,120,35,131,124,0,0,128,56,16,0,160,56,
-89,221,4,72,4,0,61,129,124,133,66,57,255,255,169,56,62,6,122,84,
-255,255,202,56,1,0,229,140,1,0,6,141,64,64,7,124,12,0,130,64,
-0,0,7,40,236,255,130,64,81,56,8,124,104,0,130,64,36,0,156,129,
-92,0,12,128,120,211,68,127,120,227,131,127,120,219,101,127,120,251,230,127,
-166,3,9,124,33,4,128,78,120,27,126,124,11,0,96,60,152,42,99,56,
-105,197,4,72,0,0,31,44,28,0,129,64,255,255,187,59,1,0,157,140,
-96,133,98,56,81,197,4,72,255,255,255,55,240,255,130,64,112,133,98,56,
-65,197,4,72,0,0,30,44,52,1,130,65,20,1,0,72,4,0,93,129,
-116,133,98,57,255,255,202,56,255,255,235,56,1,0,6,141,1,0,39,141,
-64,72,8,124,12,0,130,64,0,0,8,40,236,255,130,64,81,64,9,124,
-92,0,130,64,121,251,254,127,40,0,129,64,12,0,61,59,255,255,187,59,
-4,0,121,132,0,0,128,56,16,0,160,56,113,220,4,72,255,255,222,55,
-1,0,125,156,232,255,130,64,36,0,156,129,100,0,12,128,120,211,68,127,
-120,227,131,127,120,219,101,127,120,251,230,127,166,3,9,124,33,4,128,78,
-121,27,126,124,172,0,130,65,140,0,0,72,4,0,125,129,104,133,130,57,
-255,255,203,56,255,255,236,56,1,0,6,141,1,0,39,141,64,72,8,124,
-12,0,130,64,0,0,8,40,236,255,130,64,81,64,9,124,36,0,130,64,
-8,0,125,128,0,0,128,56,10,0,160,56,249,219,4,72,101,191,0,72,
-0,0,30,44,92,0,130,65,60,0,0,72,11,0,96,60,168,42,99,56,
-81,196,4,72,32,0,193,131,24,0,129,131,20,0,97,131,28,0,161,131,
-36,0,225,131,44,0,1,128,16,0,65,131,12,0,33,131,166,3,8,124,
-40,0,33,56,32,0,128,78,120,243,195,127,25,116,2,72,120,243,196,127,
-120,27,101,124,11,0,96,60,188,42,99,56,9,196,4,72,32,0,193,131,
-24,0,129,131,20,0,97,131,28,0,161,131,36,0,225,131,44,0,1,128,
-16,0,65,131,12,0,33,131,166,3,8,124,40,0,33,56,32,0,128,78,
-232,255,33,148,20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,
-120,27,125,124,16,0,193,147,120,35,158,124,4,0,126,128,0,0,128,56,
-120,35,133,124,57,219,4,72,120,27,127,124,21,199,7,72,0,0,3,44,
-12,0,130,65,2,0,29,44,48,0,130,65,4,0,158,128,11,0,96,60,
-220,42,99,56,133,195,4,72,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,201,58,8,72,
-0,0,3,44,24,0,130,65,120,251,229,127,120,27,100,124,11,0,96,60,
-248,42,99,56,73,195,4,72,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,1,0,0,56,
-188,129,13,144,32,0,128,78,1,0,96,60,255,255,99,56,108,18,4,72,
-224,255,33,148,24,0,193,147,166,2,8,124,36,0,1,144,28,0,225,147,
-120,27,127,124,20,0,161,147,120,35,157,124,4,0,125,128,132,133,130,56,
-12,0,161,56,193,183,4,72,120,27,126,124,8,0,125,128,132,133,130,56,
-16,0,161,56,173,183,4,72,20,26,222,127,2,0,30,44,44,0,130,65,
-11,0,96,60,108,43,99,56,185,194,4,72,28,0,225,131,36,0,1,128,
-24,0,193,131,20,0,161,131,166,3,8,124,32,0,33,56,32,0,128,78,
-8,0,97,56,0,0,128,56,4,0,160,56,161,94,254,75,3,0,31,44,
-88,0,130,64,12,0,97,128,16,0,129,128,8,0,161,56,4,0,192,56,
-249,60,3,72,121,27,127,124,20,0,130,65,120,251,228,127,11,0,96,60,
-196,43,99,56,89,194,4,72,16,0,161,128,8,0,193,128,12,0,129,128,
-11,0,96,60,120,51,199,124,80,43,99,56,61,194,4,72,0,0,31,44,
-116,0,130,65,96,0,0,72,12,0,125,128,8,0,161,56,132,133,130,56,
-253,182,4,72,1,0,3,44,44,0,130,65,11,0,96,60,32,43,99,56,
-13,194,4,72,28,0,225,131,36,0,1,128,24,0,193,131,20,0,161,131,
-166,3,8,124,32,0,33,56,32,0,128,78,12,0,97,128,16,0,129,128,
-8,0,161,56,4,0,192,56,29,61,3,72,121,27,127,124,20,0,130,65,
-120,251,228,127,11,0,96,60,160,43,99,56,197,193,4,72,28,0,225,131,
-36,0,1,128,24,0,193,131,20,0,161,131,166,3,8,124,32,0,33,56,
-32,0,128,78,168,255,33,148,2,0,3,44,48,0,193,146,52,0,225,146,
-60,0,33,147,64,0,65,147,68,0,97,147,72,0,129,147,76,0,161,147,
-80,0,193,147,166,2,8,124,92,0,1,144,84,0,225,147,120,35,159,124,
-56,0,1,147,0,0,0,59,24,0,130,64,4,0,127,128,0,0,128,56,
-16,0,160,56,225,216,4,72,120,27,120,124,8,0,127,128,0,0,128,56,
-16,0,160,56,205,216,4,72,132,196,13,128,12,0,1,144,11,0,96,60,
-108,44,99,56,45,193,4,72,12,0,97,128,12,0,129,59,20,0,65,59,
-16,0,97,59,24,0,33,59,28,0,225,58,32,0,193,58,36,0,225,59,
-40,0,193,59,12,0,160,63,128,16,189,59,0,0,3,44,208,0,130,65,
-120,219,100,127,120,211,69,127,120,203,38,127,120,187,231,126,120,179,200,126,
-120,251,233,127,120,227,138,127,8,0,193,147,165,101,4,72,121,27,100,124,
-72,0,130,65,11,0,96,60,228,43,99,56,193,192,4,72,76,0,161,131,
-60,0,33,131,64,0,65,131,80,0,193,131,72,0,129,131,56,0,1,131,
-68,0,97,131,84,0,225,131,92,0,1,128,52,0,225,130,48,0,193,130,
-166,3,8,124,88,0,33,56,32,0,128,78,0,0,155,128,0,0,90,129,
-58,16,74,85,46,232,170,124,11,0,96,60,16,44,99,56,109,192,4,72,
-1,0,24,44,44,0,130,64,0,0,124,129,8,0,139,128,11,0,96,60,
-28,44,99,56,81,192,4,72,0,0,156,129,16,0,140,128,11,0,96,60,
-68,44,99,56,61,192,4,72,0,0,124,128,132,196,13,128,64,0,3,124,
-48,255,130,64,76,0,161,131,60,0,33,131,64,0,65,131,80,0,193,131,
-72,0,129,131,56,0,1,131,68,0,97,131,84,0,225,131,92,0,1,128,
-52,0,225,130,48,0,193,130,166,3,8,124,88,0,33,56,32,0,128,78,
-32,0,128,78,0,0,128,57,174,97,131,124,1,0,140,57,0,2,12,44,
-244,255,128,65,32,0,128,78,224,255,33,148,12,0,97,147,20,0,161,147,
-28,0,225,147,166,2,8,124,36,0,1,144,24,0,193,147,120,27,126,124,
-16,0,129,147,16,0,126,128,28,0,128,63,0,0,128,56,180,85,156,59,
-181,255,255,75,40,0,126,128,16,0,190,128,0,2,192,56,89,139,7,72,
-0,0,3,44,52,1,130,64,16,0,126,131,0,0,155,128,11,0,96,60,
-28,47,99,56,117,191,4,72,4,0,155,128,11,0,96,60,0,47,99,56,
-101,191,4,72,52,0,222,128,37,0,6,44,120,0,130,64,11,0,96,60,
-56,47,99,56,77,191,4,72,11,0,96,60,236,46,99,56,65,191,4,72,
-4,0,27,128,0,0,224,59,64,0,31,124,8,0,187,59,32,0,128,64,
-174,248,157,124,156,133,98,56,33,191,4,72,4,0,27,128,1,0,255,59,
-64,0,31,124,232,255,128,65,152,133,98,56,9,191,4,72,0,0,155,136,
-36,0,28,129,100,0,8,128,4,0,219,128,120,227,131,127,120,235,165,127,
-166,3,9,124,33,4,128,78,144,0,0,72,11,0,96,60,212,46,99,56,
-217,190,4,72,4,0,219,128,36,0,124,129,92,0,139,129,0,0,155,136,
-8,0,187,59,120,227,131,127,120,235,165,127,166,3,137,125,33,4,128,78,
-0,0,3,44,88,0,130,64,11,0,96,60,84,47,99,56,161,190,4,72,
-4,0,27,128,0,0,224,59,64,0,31,124,32,0,128,64,174,248,157,124,
-144,133,98,56,133,190,4,72,4,0,27,128,1,0,255,59,64,0,31,124,
-232,255,128,65,152,133,98,56,109,190,4,72,40,0,126,128,16,0,190,128,
-0,0,128,56,0,2,192,56,185,136,7,72,20,0,161,131,24,0,193,131,
-28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,
-32,0,33,56,32,0,128,78,232,255,33,148,8,0,129,147,12,0,161,147,
-166,2,8,124,28,0,1,144,16,0,193,147,121,27,126,124,20,0,225,147,
-120,35,159,124,212,1,130,65,28,0,158,128,11,0,160,63,12,0,128,61,
-184,16,140,57,48,0,158,145,16,48,125,56,241,189,4,72,28,0,158,128,
-11,0,96,60,44,48,99,56,225,189,4,72,32,0,158,128,11,0,96,60,
-68,48,99,56,209,189,4,72,28,0,158,128,16,48,125,56,197,189,4,72,
-8,0,30,168,0,0,0,44,124,0,130,65,24,0,126,128,120,27,101,124,
-11,0,128,60,100,47,132,56,41,105,2,72,24,0,126,128,8,0,190,168,
-11,0,128,60,92,48,132,56,21,105,2,72,8,0,158,168,11,0,96,60,
-176,47,99,56,129,189,4,72,32,0,94,129,0,0,62,129,52,0,9,128,
-4,0,158,129,12,0,126,128,0,2,0,96,52,0,9,144,4,0,76,145,
-141,169,4,72,16,0,126,128,133,169,4,72,20,0,126,128,125,169,4,72,
-255,7,224,87,12,1,130,65,0,1,0,72,32,0,94,129,0,0,10,44,
-64,0,130,64,0,0,62,129,52,0,9,128,4,0,158,129,12,0,126,128,
-0,2,0,96,52,0,9,144,4,0,76,145,69,169,4,72,16,0,126,128,
-61,169,4,72,20,0,126,128,53,169,4,72,255,7,224,87,196,0,130,65,
-184,0,0,72,11,0,96,60,156,47,99,56,237,188,4,72,24,0,126,128,
-164,133,130,56,101,104,2,72,36,0,30,128,0,0,160,59,0,0,29,124,
-12,0,126,128,84,0,128,64,60,8,188,87,174,226,195,124,0,0,6,44,
-52,0,130,65,24,0,126,128,1,0,189,56,11,0,128,60,216,47,132,56,
-45,104,2,72,12,0,254,128,174,226,167,124,1,0,157,56,11,0,96,60,
-236,47,99,56,145,188,4,72,12,0,126,128,36,0,30,128,1,0,189,59,
-0,0,29,124,180,255,128,65,0,0,62,129,52,0,9,128,4,0,158,129,
-32,0,94,129,0,2,0,96,52,0,9,144,4,0,76,145,141,168,4,72,
-16,0,126,128,133,168,4,72,20,0,126,128,125,168,4,72,255,7,224,87,
-12,0,130,65,120,243,195,127,93,168,4,72,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-121,27,127,124,8,0,193,147,120,35,158,124,28,0,130,65,0,0,128,56,
-197,253,255,75,255,7,192,87,12,0,130,65,120,251,227,127,5,168,4,72,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,224,255,33,148,12,0,97,147,16,0,129,147,20,0,161,147,
-24,0,193,147,166,2,8,124,36,0,1,144,28,0,225,147,0,0,133,131,
-121,27,127,124,120,51,221,124,120,35,155,124,20,0,130,64,52,0,96,56,
-13,166,4,72,121,27,127,124,204,0,130,65,0,0,192,59,28,0,223,147,
-32,0,223,147,4,0,189,128,36,0,191,144,0,0,221,128,8,0,29,160,
-44,0,31,176,10,0,29,161,62,4,137,87,0,0,127,147,4,0,191,147,
-40,0,223,144,24,0,63,145,60,8,163,84,12,0,0,60,184,16,0,48,
-48,0,31,144,46,0,31,177,101,167,4,72,36,0,191,128,0,40,30,124,
-12,0,127,144,28,0,128,64,60,8,202,87,1,0,222,59,0,40,30,124,
-0,0,0,56,46,27,10,124,236,255,128,65,0,0,128,57,8,0,159,177,
-0,2,96,56,45,167,4,72,16,0,127,144,0,2,96,56,33,167,4,72,
-20,0,127,144,29,0,96,60,252,4,99,56,11,0,128,60,112,48,132,56,
-237,102,4,72,0,0,3,44,24,0,130,65,11,0,96,60,124,48,99,56,
-238,0,128,56,0,0,160,56,229,91,254,75,120,251,227,127,28,0,225,131,
-20,0,161,131,24,0,193,131,36,0,1,128,16,0,129,131,12,0,97,131,
-166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,16,0,129,147,
-20,0,161,147,24,0,193,147,166,2,8,124,36,0,1,144,28,0,225,147,
-12,0,97,147,0,0,197,131,120,35,157,124,121,27,127,124,120,59,252,124,
-120,51,219,124,20,0,130,64,56,0,96,56,213,164,4,72,121,27,127,124,
-56,0,130,65,8,0,193,147,120,251,227,127,120,235,164,127,120,219,102,127,
-8,0,161,56,113,254,255,75,12,0,0,60,120,20,0,48,48,0,31,144,
-11,0,96,60,140,48,99,56,33,186,4,72,52,0,159,147,120,251,227,127,
-28,0,225,131,20,0,161,131,24,0,193,131,36,0,1,128,16,0,129,131,
-12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,8,0,193,147,121,27,126,124,166,2,8,124,20,0,1,144,
-20,0,130,64,52,0,96,56,77,164,4,72,121,27,126,124,136,0,130,65,
-12,0,32,61,184,16,41,57,48,0,62,145,0,0,224,59,0,0,254,147,
-28,0,254,147,32,0,254,147,1,0,128,57,36,0,158,145,24,0,254,147,
-2,0,96,56,197,165,4,72,36,0,94,129,0,80,31,124,12,0,126,144,
-28,0,128,64,60,8,232,87,1,0,255,59,0,80,31,124,0,0,32,57,
-46,27,40,125,236,255,128,65,19,0,128,61,172,179,140,129,0,0,0,56,
-148,128,141,145,0,2,96,56,8,0,30,176,129,165,4,72,16,0,126,144,
-0,2,96,56,117,165,4,72,20,0,126,144,12,0,225,131,20,0,1,128,
-120,243,195,127,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-144,255,33,148,96,0,129,147,100,0,161,147,104,0,193,147,108,0,225,147,
-166,2,8,124,116,0,1,144,11,0,160,60,184,48,165,56,8,0,225,56,
-20,0,32,57,166,3,41,125,4,0,69,133,4,0,71,149,248,255,0,66,
-0,0,224,59,120,251,227,127,1,0,128,56,69,216,2,72,120,27,125,124,
-120,251,254,127,36,0,157,129,12,0,12,128,60,8,220,87,12,0,97,57,
-174,224,171,124,120,235,163,127,210,0,128,56,8,0,193,56,166,3,9,124,
-33,4,128,78,0,0,3,44,32,0,130,64,8,0,1,136,20,226,193,124,
-13,0,6,137,64,64,0,124,28,0,130,65,115,48,224,59,32,0,0,72,
-11,0,96,60,168,48,99,56,125,184,4,72,115,48,224,59,1,0,222,59,
-40,0,30,40,156,255,128,65,120,251,227,127,108,0,225,131,104,0,193,131,
-116,0,1,128,100,0,161,131,96,0,129,131,166,3,8,124,112,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,8,0,193,147,
-120,43,190,124,12,0,225,147,0,0,224,59,5,255,255,75,0,0,3,44,
-24,0,130,65,0,0,158,129,1,0,140,57,115,48,224,59,0,0,158,145,
-28,0,0,72,11,0,96,60,12,49,99,56,1,184,4,72,0,0,158,129,
-1,0,140,57,0,0,158,145,20,0,1,128,120,251,227,127,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,
-8,0,254,171,0,0,31,44,84,0,130,64,36,0,30,128,0,0,31,124,
-84,0,128,64,24,0,158,128,120,243,195,127,28,0,190,56,85,255,255,75,
-12,0,254,128,0,0,3,44,60,8,236,87,46,59,108,124,16,0,130,65,
-32,0,62,129,1,0,41,57,32,0,62,145,36,0,30,128,1,0,255,59,
-0,0,31,124,196,255,128,65,16,0,0,72,32,0,126,129,1,0,107,57,
-32,0,126,145,152,128,141,129,1,0,140,56,11,0,96,60,32,49,99,56,
-152,128,141,144,65,183,4,72,12,0,225,131,20,0,1,128,8,0,193,131,
-0,0,96,56,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,8,0,193,147,
-120,35,158,124,28,0,130,65,0,0,128,56,205,248,255,75,255,7,192,87,
-12,0,130,65,120,251,227,127,13,163,4,72,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,224,255,33,148,
-16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,36,0,1,144,
-28,0,225,147,0,0,197,131,121,27,127,124,120,51,220,124,120,35,157,124,
-20,0,130,64,52,0,96,56,25,161,4,72,121,27,127,124,52,0,130,65,
-8,0,193,147,120,251,227,127,120,235,164,127,120,227,134,127,8,0,161,56,
-181,250,255,75,12,0,0,60,48,20,0,48,48,0,31,144,11,0,96,60,
-52,49,99,56,101,182,4,72,120,251,227,127,28,0,225,131,24,0,193,131,
-36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,8,0,193,147,
-120,43,190,124,12,0,225,147,0,0,224,59,134,42,148,124,120,35,131,124,
-128,170,0,60,0,128,0,96,64,0,3,124,8,0,130,65,114,48,224,59,
-0,0,158,129,1,0,140,57,0,0,158,145,20,0,1,128,120,251,227,127,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,
-120,27,126,124,8,0,254,171,0,0,31,44,88,0,130,64,36,0,30,128,
-0,0,31,124,88,0,128,64,24,0,158,128,4,0,222,128,120,243,195,127,
-28,0,190,56,97,255,255,75,12,0,30,129,0,0,3,44,60,8,230,87,
-46,67,102,124,16,0,130,65,32,0,62,129,1,0,41,57,32,0,62,145,
-36,0,30,128,1,0,255,59,0,0,31,124,192,255,128,65,16,0,0,72,
-32,0,126,129,1,0,107,57,32,0,126,145,152,128,141,129,1,0,140,56,
-11,0,96,60,92,49,99,56,152,128,141,144,69,181,4,72,12,0,225,131,
-20,0,1,128,8,0,193,131,0,0,96,56,166,3,8,124,16,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-121,27,127,124,8,0,193,147,120,35,158,124,28,0,130,65,0,0,128,56,
-209,246,255,75,255,7,192,87,12,0,130,65,120,251,227,127,17,161,4,72,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,
-166,2,8,124,36,0,1,144,28,0,225,147,0,0,197,131,121,27,127,124,
-120,51,220,124,120,35,157,124,20,0,130,64,52,0,96,56,29,159,4,72,
-121,27,127,124,52,0,130,65,8,0,193,147,120,251,227,127,120,235,164,127,
-120,227,134,127,8,0,161,56,185,248,255,75,12,0,0,60,72,20,0,48,
-48,0,31,144,11,0,96,60,112,49,99,56,105,180,4,72,120,251,227,127,
-28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,16,0,129,131,
-166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,43,191,124,8,0,193,147,120,51,222,124,
-0,0,96,56,149,179,5,72,0,0,159,129,1,0,140,57,62,231,96,84,
-10,0,30,176,0,0,159,145,12,0,225,131,20,0,1,128,8,0,193,131,
-0,0,96,56,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,
-8,0,254,171,0,0,31,44,88,0,130,64,36,0,30,128,0,0,31,124,
-88,0,128,64,24,0,158,128,4,0,222,128,120,243,195,127,28,0,190,56,
-109,255,255,75,12,0,30,129,0,0,3,44,60,8,230,87,46,67,102,124,
-16,0,130,65,32,0,62,129,1,0,41,57,32,0,62,145,36,0,30,128,
-1,0,255,59,0,0,31,124,192,255,128,65,16,0,0,72,32,0,126,129,
-1,0,107,57,32,0,126,145,152,128,141,129,1,0,140,56,11,0,96,60,
-136,49,99,56,152,128,141,144,85,179,4,72,12,0,225,131,20,0,1,128,
-8,0,193,131,0,0,96,56,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,
-8,0,193,147,120,35,158,124,28,0,130,65,0,0,128,56,225,244,255,75,
-255,7,192,87,12,0,130,65,120,251,227,127,33,159,4,72,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,
-36,0,1,144,28,0,225,147,0,0,197,131,121,27,127,124,120,51,220,124,
-120,35,157,124,20,0,130,64,52,0,96,56,45,157,4,72,121,27,127,124,
-52,0,130,65,8,0,193,147,120,251,227,127,120,235,164,127,120,227,134,127,
-8,0,161,56,201,246,255,75,12,0,0,60,24,20,0,48,48,0,31,144,
-11,0,96,60,156,49,99,56,121,178,4,72,120,251,227,127,28,0,225,131,
-24,0,193,131,36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,
-32,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,120,43,191,124,8,0,193,147,120,51,222,124,0,0,96,56,
-165,177,5,72,0,0,159,129,1,0,140,57,63,7,96,84,10,0,30,176,
-0,0,159,145,12,0,225,131,20,0,1,128,8,0,193,131,0,0,96,56,
-166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,8,0,254,171,
-0,0,31,44,88,0,130,64,36,0,30,128,0,0,31,124,88,0,128,64,
-24,0,158,128,4,0,222,128,120,243,195,127,28,0,190,56,109,255,255,75,
-12,0,30,129,0,0,3,44,60,8,230,87,46,67,102,124,16,0,130,65,
-32,0,62,129,1,0,41,57,32,0,62,145,36,0,30,128,1,0,255,59,
-0,0,31,124,192,255,128,65,16,0,0,72,32,0,126,129,1,0,107,57,
-32,0,126,145,152,128,141,129,1,0,140,56,11,0,96,60,176,49,99,56,
-152,128,141,144,101,177,4,72,12,0,225,131,20,0,1,128,8,0,193,131,
-0,0,96,56,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,8,0,193,147,
-120,35,158,124,28,0,130,65,0,0,128,56,241,242,255,75,255,7,192,87,
-12,0,130,65,120,251,227,127,49,157,4,72,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,224,255,33,148,
-16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,36,0,1,144,
-28,0,225,147,0,0,197,131,121,27,127,124,120,51,220,124,120,35,157,124,
-20,0,130,64,52,0,96,56,61,155,4,72,121,27,127,124,52,0,130,65,
-8,0,193,147,120,251,227,127,120,235,164,127,120,227,134,127,8,0,161,56,
-217,244,255,75,12,0,0,60,0,20,0,48,48,0,31,144,11,0,96,60,
-196,49,99,56,137,176,4,72,120,251,227,127,28,0,225,131,24,0,193,131,
-36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,
-32,0,128,78,176,255,33,148,166,2,8,124,84,0,1,144,8,0,97,56,
-76,0,225,147,120,43,191,124,0,2,128,56,120,35,133,124,5,0,192,56,
-0,1,224,56,120,59,232,124,3,0,32,57,125,174,2,72,8,0,97,56,
-45,175,2,72,8,0,161,56,0,0,96,56,80,0,128,56,153,64,4,72,
-245,63,4,72,0,0,3,44,8,0,130,65,113,48,96,56,0,0,159,129,
-1,0,140,57,0,0,159,145,84,0,1,128,76,0,225,131,80,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,8,0,193,147,120,27,126,124,8,0,254,171,0,0,31,44,
-84,0,130,64,36,0,62,129,0,72,31,124,84,0,128,64,24,0,158,128,
-120,243,195,127,28,0,190,56,73,255,255,75,12,0,254,128,0,0,3,44,
-60,8,230,87,46,59,102,124,16,0,130,65,32,0,30,129,1,0,8,57,
-32,0,30,145,36,0,62,129,1,0,255,59,0,72,31,124,196,255,128,65,
-16,0,0,72,32,0,94,129,1,0,74,57,32,0,94,145,152,128,141,129,
-1,0,140,56,11,0,96,60,216,49,99,56,152,128,141,144,81,175,4,72,
-32,0,30,128,0,0,0,44,0,0,96,56,8,0,130,65,113,48,96,56,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-121,27,127,124,8,0,193,147,120,35,158,124,28,0,130,65,0,0,128,56,
-205,240,255,75,255,7,192,87,12,0,130,65,120,251,227,127,13,155,4,72,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,
-166,2,8,124,36,0,1,144,28,0,225,147,0,0,197,131,121,27,127,124,
-120,51,220,124,120,35,157,124,20,0,130,64,52,0,96,56,25,153,4,72,
-121,27,127,124,52,0,130,65,8,0,193,147,120,251,227,127,120,235,164,127,
-120,227,134,127,8,0,161,56,181,242,255,75,12,0,0,60,232,19,0,48,
-48,0,31,144,11,0,96,60,236,49,99,56,101,174,4,72,120,251,227,127,
-28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,16,0,129,131,
-166,3,8,124,32,0,33,56,32,0,128,78,104,255,33,148,140,0,161,147,
-166,2,8,124,156,0,1,144,136,0,129,147,120,43,188,124,144,0,193,147,
-148,0,225,147,0,0,224,59,120,251,254,127,8,0,97,56,170,0,128,56,
-64,0,160,56,29,74,254,75,72,0,97,56,0,0,128,56,64,0,160,56,
-13,74,254,75,62,4,221,87,120,235,163,127,8,0,129,56,64,0,160,56,
-97,44,4,72,0,0,3,44,28,0,130,64,120,235,163,127,72,0,129,56,
-64,0,160,56,129,37,4,72,0,0,3,44,24,0,130,65,0,0,124,129,
-1,0,107,57,112,48,224,59,0,0,124,145,76,0,0,72,8,0,129,57,
-174,24,44,125,72,0,1,57,174,24,8,124,64,0,9,124,16,0,130,65,
-112,48,224,59,0,1,222,59,20,0,0,72,1,0,99,56,64,0,3,44,
-212,255,128,65,0,1,222,59,0,32,30,44,96,255,128,65,0,0,124,129,
-1,0,107,57,0,0,124,145,120,251,227,127,148,0,225,131,144,0,193,131,
-156,0,1,128,140,0,161,131,136,0,129,131,166,3,8,124,152,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-8,0,193,147,120,27,126,124,8,0,254,171,0,0,31,44,84,0,130,64,
-36,0,62,129,0,72,31,124,84,0,128,64,24,0,158,128,120,243,195,127,
-28,0,190,56,201,254,255,75,12,0,254,128,0,0,3,44,60,8,230,87,
-46,59,102,124,16,0,130,65,32,0,30,129,1,0,8,57,32,0,30,145,
-36,0,62,129,1,0,255,59,0,72,31,124,196,255,128,65,16,0,0,72,
-32,0,94,129,1,0,74,57,32,0,94,145,152,128,141,129,1,0,140,56,
-11,0,96,60,16,50,99,56,152,128,141,144,173,172,4,72,32,0,30,128,
-0,0,0,44,0,0,96,56,8,0,130,65,112,48,96,56,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,
-8,0,193,147,120,35,158,124,28,0,130,65,0,0,128,56,41,238,255,75,
-255,7,192,87,12,0,130,65,120,251,227,127,105,152,4,72,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,
-36,0,1,144,28,0,225,147,0,0,197,131,121,27,127,124,120,51,220,124,
-120,35,157,124,20,0,130,64,52,0,96,56,117,150,4,72,121,27,127,124,
-52,0,130,65,8,0,193,147,120,251,227,127,120,235,164,127,120,227,134,127,
-8,0,161,56,17,240,255,75,12,0,0,60,208,19,0,48,48,0,31,144,
-11,0,96,60,36,50,99,56,193,171,4,72,120,251,227,127,28,0,225,131,
-24,0,193,131,36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,
-32,0,33,56,32,0,128,78,232,255,33,148,12,0,161,147,16,0,193,147,
-20,0,225,147,166,2,8,124,28,0,1,144,9,128,13,136,116,7,0,124,
-0,0,224,59,0,0,31,124,120,43,190,124,144,0,128,64,113,77,4,72,
-120,27,125,124,120,251,227,127,93,225,2,72,97,77,4,72,64,232,3,124,
-52,0,129,64,80,24,29,124,58,16,9,84,20,2,137,125,28,67,64,61,
-131,222,74,57,22,96,10,124,190,116,4,84,11,0,96,60,64,50,99,56,
-41,171,4,72,1,0,255,59,52,0,0,72,80,232,3,125,248,64,0,125,
-58,16,9,84,20,2,137,125,28,67,64,61,131,222,74,57,22,96,10,124,
-190,116,4,84,11,0,96,60,64,50,99,56,245,170,4,72,1,0,255,59,
-9,128,13,136,116,7,0,124,0,0,31,124,120,255,128,65,0,0,158,129,
-1,0,140,57,0,0,158,145,28,0,1,128,20,0,225,131,12,0,161,131,
-16,0,193,131,0,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,
-120,27,126,124,8,0,254,171,0,0,31,44,84,0,130,64,36,0,62,129,
-0,72,31,124,84,0,128,64,24,0,158,128,120,243,195,127,28,0,190,56,
-221,254,255,75,12,0,254,128,0,0,3,44,60,8,230,87,46,59,102,124,
-16,0,130,65,32,0,30,129,1,0,8,57,32,0,30,145,36,0,62,129,
-1,0,255,59,0,72,31,124,196,255,128,65,16,0,0,72,32,0,94,129,
-1,0,74,57,32,0,94,145,152,128,141,129,1,0,140,56,11,0,96,60,
-76,50,99,56,152,128,141,144,29,170,4,72,32,0,30,128,0,0,0,44,
-0,0,96,56,8,0,130,65,26,48,96,56,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,8,0,193,147,
-120,35,158,124,28,0,130,65,0,0,128,56,153,235,255,75,255,7,192,87,
-12,0,130,65,120,251,227,127,217,149,4,72,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,224,255,33,148,
-16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,36,0,1,144,
-28,0,225,147,0,0,197,131,121,27,127,124,120,51,220,124,120,35,157,124,
-20,0,130,64,52,0,96,56,229,147,4,72,121,27,127,124,52,0,130,65,
-8,0,193,147,120,251,227,127,120,235,164,127,120,227,134,127,8,0,161,56,
-129,237,255,75,12,0,0,60,184,19,0,48,48,0,31,144,11,0,96,60,
-96,50,99,56,49,169,4,72,120,251,227,127,28,0,225,131,24,0,193,131,
-36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,
-32,0,128,78,0,0,128,57,252,255,132,56,1,0,140,57,128,0,12,44,
-4,0,164,148,244,255,128,65,32,0,128,78,0,32,128,61,0,7,140,57,
-0,0,96,56,8,0,108,144,12,0,108,144,16,0,204,144,0,2,64,57,
-24,0,76,145,28,0,108,129,255,159,105,85,248,255,130,64,8,0,44,145,
-0,0,0,56,12,0,12,144,40,224,96,61,16,0,108,145,0,2,0,57,
-24,0,12,145,28,0,12,128,255,159,11,84,248,255,130,64,0,0,68,129,
-0,0,5,128,64,0,10,124,4,0,165,56,4,0,132,56,12,0,130,65,
-26,48,96,56,32,0,128,78,1,0,107,57,128,0,11,44,216,255,128,65,
-32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,20,0,225,147,
-1,129,224,63,16,0,193,147,0,32,192,63,0,0,222,59,0,14,158,56,
-12,0,161,147,120,43,189,124,52,18,160,60,120,86,165,56,45,255,255,75,
-0,8,158,56,205,204,160,60,204,204,165,56,29,255,255,75,0,10,158,56,
-222,221,160,60,221,221,165,56,13,255,255,75,0,12,158,56,239,238,160,60,
-238,238,165,56,253,254,255,75,0,14,158,56,0,8,190,56,120,27,103,124,
-1,129,192,60,5,255,255,75,0,0,3,44,48,0,130,64,0,8,190,56,
-0,14,158,56,120,59,227,124,237,254,255,75,0,0,3,44,24,0,130,64,
-0,8,190,56,0,14,158,56,120,251,230,127,120,59,227,124,209,254,255,75,
-0,0,157,129,1,0,140,57,0,0,157,145,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,
-120,27,126,124,8,0,254,171,0,0,31,44,84,0,130,64,36,0,30,129,
-0,64,31,124,84,0,128,64,24,0,158,128,120,243,195,127,28,0,190,56,
-237,254,255,75,12,0,30,128,0,0,3,44,60,8,236,87,46,3,108,124,
-16,0,130,65,32,0,254,128,1,0,231,56,32,0,254,144,36,0,30,129,
-1,0,255,59,0,64,31,124,196,255,128,65,16,0,0,72,32,0,62,129,
-1,0,41,57,32,0,62,145,152,128,109,129,1,0,139,56,11,0,96,60,
-120,50,99,56,152,128,141,144,253,166,4,72,32,0,30,128,0,0,0,44,
-0,0,96,56,8,0,130,65,26,48,96,56,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,8,0,193,147,
-120,35,158,124,28,0,130,65,0,0,128,56,121,232,255,75,255,7,192,87,
-12,0,130,65,120,251,227,127,185,146,4,72,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,224,255,33,148,
-16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,36,0,1,144,
-28,0,225,147,0,0,197,131,121,27,127,124,120,51,220,124,120,35,157,124,
-20,0,130,64,52,0,96,56,197,144,4,72,121,27,127,124,52,0,130,65,
-8,0,193,147,120,251,227,127,120,235,164,127,120,227,134,127,8,0,161,56,
-97,234,255,75,12,0,0,60,160,19,0,48,48,0,31,144,11,0,96,60,
-140,50,99,56,17,166,4,72,120,251,227,127,28,0,225,131,24,0,193,131,
-36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,
-32,0,128,78,208,255,33,148,40,0,193,147,44,0,225,147,0,0,128,56,
-120,35,131,124,0,32,32,61,0,0,41,57,120,35,136,124,11,0,64,61,
-184,50,74,57,4,0,97,57,8,0,128,57,166,3,137,125,4,0,138,133,
-4,0,139,149,248,255,0,66,16,0,225,131,20,0,193,128,12,0,193,131,
-28,0,65,129,32,0,97,129,8,0,4,40,8,0,129,129,24,0,225,128,
-72,2,9,145,76,2,137,145,36,0,1,145,76,2,201,147,76,2,233,147,
-76,2,201,144,76,2,233,144,76,2,73,145,76,2,105,145,76,2,9,145,
-80,2,9,145,52,0,128,64,8,0,129,57,58,16,139,84,46,96,139,125,
-84,2,105,129,64,96,11,124,16,0,130,65,28,48,96,56,16,0,8,57,
-20,0,0,72,1,0,132,56,8,0,4,40,212,255,128,65,16,0,8,57,
-0,32,8,44,88,255,128,65,0,0,133,129,1,0,140,57,0,0,133,145,
-44,0,225,131,40,0,193,131,48,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,
-8,0,254,171,0,0,31,44,84,0,130,64,36,0,30,129,0,64,31,124,
-84,0,128,64,24,0,158,128,120,243,195,127,28,0,190,56,221,254,255,75,
-12,0,30,128,0,0,3,44,60,8,236,87,46,3,108,124,16,0,130,65,
-32,0,254,128,1,0,231,56,32,0,254,144,36,0,30,129,1,0,255,59,
-0,64,31,124,196,255,128,65,16,0,0,72,32,0,62,129,1,0,41,57,
-32,0,62,145,152,128,109,129,1,0,139,56,11,0,96,60,220,50,99,56,
-152,128,141,144,109,164,4,72,32,0,30,128,0,0,0,44,0,0,96,56,
-8,0,130,65,28,48,96,56,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,121,27,127,124,8,0,193,147,120,35,158,124,
-28,0,130,65,0,0,128,56,233,229,255,75,255,7,192,87,12,0,130,65,
-120,251,227,127,41,144,4,72,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,224,255,33,148,16,0,129,147,
-20,0,161,147,24,0,193,147,166,2,8,124,36,0,1,144,28,0,225,147,
-0,0,197,131,121,27,127,124,120,51,220,124,120,35,157,124,20,0,130,64,
-52,0,96,56,53,142,4,72,121,27,127,124,52,0,130,65,8,0,193,147,
-120,251,227,127,120,235,164,127,120,227,134,127,8,0,161,56,209,231,255,75,
-12,0,0,60,136,19,0,48,48,0,31,144,11,0,96,60,240,50,99,56,
-129,163,4,72,120,251,227,127,28,0,225,131,24,0,193,131,36,0,1,128,
-20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,
-216,255,33,148,32,0,193,147,36,0,225,147,1,0,224,60,0,0,128,56,
-120,35,131,124,0,32,32,61,0,0,41,57,120,35,136,124,11,0,64,61,
-4,51,74,57,4,0,97,57,6,0,128,57,166,3,137,125,4,0,138,133,
-4,0,139,149,248,255,0,66,28,0,97,129,20,0,193,128,16,0,225,131,
-6,0,4,40,12,0,193,131,24,0,65,129,148,0,9,145,0,254,236,100,
-148,0,137,145,8,0,129,145,148,0,201,147,148,0,233,147,148,0,201,144,
-148,0,73,145,148,0,105,145,164,0,9,145,76,0,128,64,172,0,73,129,
-0,0,4,44,16,0,130,64,13,0,75,85,250,18,76,85,120,99,106,125,
-58,16,139,84,8,0,129,57,46,96,139,125,64,96,10,124,20,0,130,65,
-27,48,96,56,16,0,8,57,0,1,231,56,24,0,0,72,1,0,132,56,
-6,0,4,40,188,255,128,65,16,0,8,57,0,1,231,56,1,0,128,61,
-0,96,8,124,68,255,128,65,0,0,133,129,1,0,140,57,0,0,133,145,
-36,0,225,131,32,0,193,131,40,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,
-8,0,254,171,0,0,31,44,84,0,130,64,36,0,30,129,0,64,31,124,
-84,0,128,64,24,0,158,128,120,243,195,127,28,0,190,56,197,254,255,75,
-12,0,30,128,0,0,3,44,60,8,236,87,46,3,108,124,16,0,130,65,
-32,0,254,128,1,0,231,56,32,0,254,144,36,0,30,129,1,0,255,59,
-0,64,31,124,196,255,128,65,16,0,0,72,32,0,62,129,1,0,41,57,
-32,0,62,145,152,128,109,129,1,0,139,56,11,0,96,60,32,51,99,56,
-152,128,141,144,197,161,4,72,32,0,30,128,0,0,0,44,0,0,96,56,
-8,0,130,65,27,48,96,56,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,121,27,127,124,8,0,193,147,120,35,158,124,
-28,0,130,65,0,0,128,56,65,227,255,75,255,7,192,87,12,0,130,65,
-120,251,227,127,129,141,4,72,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,224,255,33,148,16,0,129,147,
-20,0,161,147,24,0,193,147,166,2,8,124,36,0,1,144,28,0,225,147,
-0,0,197,131,121,27,127,124,120,51,220,124,120,35,157,124,20,0,130,64,
-52,0,96,56,141,139,4,72,121,27,127,124,52,0,130,65,8,0,193,147,
-120,251,227,127,120,235,164,127,120,227,134,127,8,0,161,56,41,229,255,75,
-12,0,0,60,112,19,0,48,48,0,31,144,11,0,96,60,52,51,99,56,
-217,160,4,72,120,251,227,127,28,0,225,131,24,0,193,131,36,0,1,128,
-20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,
-0,0,96,57,0,40,11,124,44,0,128,64,174,88,131,125,174,88,4,124,
-64,0,12,124,16,0,130,65,19,48,96,56,0,0,102,145,32,0,128,78,
-1,0,107,57,0,40,11,124,220,255,128,65,0,0,96,56,255,255,96,57,
-0,0,102,145,32,0,128,78,216,255,33,148,16,0,65,147,24,0,129,147,
-120,35,156,124,20,42,92,127,166,2,8,124,44,0,1,144,0,0,0,56,
-8,0,1,144,0,254,26,56,64,0,28,124,36,0,225,147,20,0,97,147,
-120,27,123,124,28,0,161,147,120,51,221,124,32,0,193,147,120,59,254,124,
-164,0,129,65,120,227,131,127,120,243,196,127,0,2,160,56,29,93,7,72,
-121,27,127,124,32,0,130,65,120,219,99,127,11,0,192,63,204,51,158,56,
-129,75,2,72,204,51,126,56,245,159,4,72,112,0,0,72,120,235,163,127,
-120,243,196,127,0,2,160,56,8,0,193,56,45,255,255,75,121,27,127,124,
-68,0,130,65,8,0,1,128,174,0,254,124,174,0,221,124,120,219,99,127,
-20,2,188,124,11,0,128,60,76,51,132,56,57,75,2,72,8,0,1,128,
-174,0,189,124,174,0,222,124,20,2,156,124,11,0,96,60,140,51,99,56,
-153,159,4,72,20,0,0,72,0,2,156,59,0,254,26,56,64,0,28,124,
-100,255,129,64,28,0,161,131,120,251,227,127,36,0,225,131,24,0,129,131,
-32,0,193,131,44,0,1,128,20,0,97,131,16,0,65,131,166,3,8,124,
-40,0,33,56,32,0,128,78,224,255,33,148,8,0,65,147,166,2,8,124,
-36,0,1,144,16,0,129,147,120,35,156,124,20,0,161,147,120,43,189,124,
-24,0,193,147,120,51,222,124,28,0,225,147,130,3,224,59,12,0,97,147,
-120,27,123,124,11,0,96,60,116,52,99,56,21,159,4,72,184,136,13,136,
-189,7,0,84,12,1,130,65,19,0,224,63,176,179,255,131,160,0,95,63,
-120,251,228,127,11,0,96,60,12,52,99,56,237,158,4,72,120,211,68,127,
-11,0,96,60,40,52,99,56,221,158,4,72,11,0,96,60,152,52,99,56,
-160,0,128,60,205,158,4,72,120,235,163,127,170,0,128,56,213,222,255,75,
-120,219,99,127,120,251,228,127,120,235,166,127,120,243,199,127,160,0,160,60,
-61,254,255,75,121,27,127,124,10,0,128,56,48,0,130,65,19,0,96,60,
-112,177,99,56,153,237,254,75,145,213,254,75,11,0,96,60,228,51,99,56,
-129,158,4,72,0,0,156,129,1,0,140,57,0,0,156,145,140,0,0,72,
-19,0,96,60,112,177,99,56,109,237,254,75,121,27,127,124,60,0,130,65,
-120,219,99,127,11,0,192,63,68,52,158,56,209,73,2,72,68,52,126,56,
-69,158,4,72,69,213,254,75,11,0,96,60,228,51,99,56,53,158,4,72,
-0,0,156,129,1,0,140,57,0,0,156,145,64,0,0,72,37,213,254,75,
-121,27,127,124,28,0,130,65,120,219,99,127,11,0,192,63,180,52,158,56,
-141,73,2,72,180,52,126,56,1,158,4,72,11,0,96,60,228,51,99,56,
-245,157,4,72,0,0,156,129,1,0,140,57,0,0,156,145,20,0,161,131,
-120,251,227,127,28,0,225,131,16,0,129,131,24,0,193,131,36,0,1,128,
-12,0,97,131,8,0,65,131,166,3,8,124,32,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,
-120,27,126,124,8,0,254,171,0,0,31,44,88,0,130,64,36,0,62,129,
-0,72,31,124,88,0,128,64,20,0,222,128,24,0,126,128,16,0,190,128,
-28,0,158,56,37,254,255,75,12,0,254,128,0,0,3,44,60,8,230,87,
-46,59,102,124,16,0,130,65,32,0,30,129,1,0,8,57,32,0,30,145,
-36,0,62,129,1,0,255,59,0,72,31,124,192,255,128,65,16,0,0,72,
-32,0,94,129,1,0,74,57,32,0,94,145,152,128,141,129,1,0,140,56,
-11,0,96,60,204,52,99,56,152,128,141,144,33,157,4,72,32,0,30,128,
-0,0,0,44,0,0,96,56,8,0,130,65,19,48,96,56,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,
-8,0,193,147,120,35,158,124,28,0,130,65,0,0,128,56,157,222,255,75,
-255,7,192,87,12,0,130,65,120,251,227,127,221,136,4,72,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,
-36,0,1,144,28,0,225,147,0,0,197,131,121,27,127,124,120,51,220,124,
-120,35,157,124,20,0,130,64,52,0,96,56,233,134,4,72,121,27,127,124,
-52,0,130,65,8,0,193,147,120,251,227,127,120,235,164,127,120,227,134,127,
-8,0,161,56,133,224,255,75,12,0,0,60,200,18,0,48,48,0,31,144,
-11,0,96,60,224,52,99,56,53,156,4,72,120,251,227,127,28,0,225,131,
-24,0,193,131,36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,
-32,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,121,27,127,124,
-166,2,8,124,20,0,1,144,20,0,130,64,52,0,96,56,109,134,4,72,
-121,27,127,124,24,0,130,65,120,251,227,127,241,225,255,75,12,0,0,60,
-200,18,0,48,48,0,31,144,20,0,1,128,120,251,227,127,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,216,255,33,148,20,0,97,147,
-28,0,161,147,36,0,225,147,166,2,8,124,44,0,1,144,12,0,33,147,
-120,35,153,124,16,0,65,147,120,43,186,124,24,0,129,147,120,51,220,124,
-32,0,193,147,130,3,192,59,8,0,1,147,120,27,120,124,11,0,96,60,
-76,53,99,56,113,155,4,72,184,136,13,136,189,7,0,84,100,1,130,65,
-19,0,224,63,176,179,255,131,160,0,127,63,120,251,228,127,11,0,96,60,
-48,53,99,56,73,155,4,72,120,219,100,127,11,0,96,60,116,53,99,56,
-57,155,4,72,11,0,96,60,20,54,99,56,160,0,128,60,41,155,4,72,
-11,0,96,60,144,53,99,56,29,155,4,72,120,211,67,127,170,0,128,56,
-37,219,255,75,120,251,253,127,0,254,27,56,64,0,29,124,72,0,129,65,
-120,235,163,127,120,211,68,127,0,2,160,56,157,88,7,72,121,27,126,124,
-32,0,130,65,120,195,3,127,11,0,224,63,184,53,159,56,93,70,2,72,
-184,53,127,56,209,154,4,72,204,0,0,72,0,2,189,59,0,254,27,56,
-64,0,29,124,192,255,129,64,11,0,96,60,48,54,99,56,177,154,4,72,
-11,0,96,60,96,54,99,56,165,154,4,72,120,195,3,127,120,251,228,127,
-120,211,70,127,120,227,135,127,160,0,160,60,33,250,255,75,120,27,126,124,
-11,0,96,60,208,53,99,56,125,154,4,72,0,0,30,44,116,0,130,64,
-19,0,224,63,112,177,127,56,9,0,128,56,109,233,254,75,121,27,126,124,
-32,0,130,65,120,195,3,127,11,0,224,63,0,53,159,56,209,69,2,72,
-0,53,127,56,69,154,4,72,64,0,0,72,184,136,13,136,1,0,0,96,
-184,136,13,152,193,222,254,75,121,27,126,124,40,0,130,65,112,177,127,56,
-0,0,128,56,37,233,254,75,120,195,3,127,11,0,224,63,252,53,159,56,
-145,69,2,72,252,53,127,56,5,154,4,72,11,0,96,60,132,54,99,56,
-249,153,4,72,0,0,121,129,1,0,107,57,0,0,121,145,20,0,97,131,
-120,243,195,127,32,0,193,131,28,0,161,131,16,0,65,131,24,0,129,131,
-36,0,225,131,44,0,1,128,12,0,33,131,8,0,1,131,166,3,8,124,
-40,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,8,0,193,147,120,27,126,124,8,0,254,171,0,0,31,44,
-88,0,130,64,36,0,62,129,0,72,31,124,88,0,128,64,20,0,222,128,
-24,0,126,128,16,0,190,128,28,0,158,56,189,253,255,75,12,0,254,128,
-0,0,3,44,60,8,230,87,46,59,102,124,16,0,130,65,32,0,30,129,
-1,0,8,57,32,0,30,145,36,0,62,129,1,0,255,59,0,72,31,124,
-192,255,128,65,16,0,0,72,32,0,94,129,1,0,74,57,32,0,94,145,
-152,128,141,129,1,0,140,56,11,0,96,60,180,54,99,56,152,128,141,144,
-29,153,4,72,32,0,30,128,0,0,0,44,0,0,96,56,8,0,130,65,
-19,48,96,56,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,121,27,127,124,8,0,193,147,120,35,158,124,28,0,130,65,
-0,0,128,56,153,218,255,75,255,7,192,87,12,0,130,65,120,251,227,127,
-217,132,4,72,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,224,255,33,148,16,0,129,147,20,0,161,147,
-24,0,193,147,166,2,8,124,36,0,1,144,28,0,225,147,0,0,197,131,
-121,27,127,124,120,51,220,124,120,35,157,124,20,0,130,64,52,0,96,56,
-229,130,4,72,121,27,127,124,52,0,130,65,8,0,193,147,120,251,227,127,
-120,235,164,127,120,227,134,127,8,0,161,56,129,220,255,75,12,0,0,60,
-176,18,0,48,48,0,31,144,11,0,96,60,200,54,99,56,49,152,4,72,
-120,251,227,127,28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,
-16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,121,27,127,124,166,2,8,124,20,0,1,144,20,0,130,64,
-52,0,96,56,105,130,4,72,121,27,127,124,24,0,130,65,120,251,227,127,
-237,221,255,75,12,0,0,60,176,18,0,48,48,0,31,144,20,0,1,128,
-120,251,227,127,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-232,255,33,148,12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,
-28,0,1,144,184,136,13,136,120,35,157,124,189,7,0,84,120,27,126,124,
-130,3,224,59,68,0,130,65,1,0,96,56,172,133,130,56,169,200,254,75,
-121,27,127,124,48,0,130,65,120,243,195,127,11,0,192,63,236,54,158,56,
-233,66,2,72,236,54,126,56,93,151,4,72,0,0,157,129,1,0,140,57,
-120,251,227,127,0,0,157,145,20,0,0,72,0,0,157,129,1,0,140,57,
-120,251,227,127,0,0,157,145,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,
-8,0,254,171,0,0,31,44,80,0,130,64,36,0,30,129,0,64,31,124,
-80,0,128,64,24,0,126,128,28,0,158,56,45,255,255,75,12,0,30,128,
-0,0,3,44,60,8,236,87,46,3,108,124,16,0,130,65,32,0,254,128,
-1,0,231,56,32,0,254,144,36,0,30,129,1,0,255,59,0,64,31,124,
-200,255,128,65,16,0,0,72,32,0,62,129,1,0,41,57,32,0,62,145,
-152,128,109,129,1,0,139,56,11,0,96,60,12,55,99,56,152,128,141,144,
-137,150,4,72,32,0,30,128,0,0,0,44,0,0,96,56,8,0,130,65,
-19,48,96,56,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,121,27,127,124,8,0,193,147,120,35,158,124,28,0,130,65,
-0,0,128,56,5,216,255,75,255,7,192,87,12,0,130,65,120,251,227,127,
-69,130,4,72,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,224,255,33,148,16,0,129,147,20,0,161,147,
-24,0,193,147,166,2,8,124,36,0,1,144,28,0,225,147,0,0,197,131,
-121,27,127,124,120,51,220,124,120,35,157,124,20,0,130,64,52,0,96,56,
-81,128,4,72,121,27,127,124,52,0,130,65,8,0,193,147,120,251,227,127,
-120,235,164,127,120,227,134,127,8,0,161,56,237,217,255,75,12,0,0,60,
-152,18,0,48,48,0,31,144,11,0,96,60,32,55,99,56,157,149,4,72,
-120,251,227,127,28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,
-16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,120,35,159,124,129,211,254,75,
-0,0,159,129,1,0,140,57,0,0,159,145,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,8,0,254,171,
-0,0,31,44,80,0,130,64,36,0,30,129,0,64,31,124,80,0,128,64,
-24,0,126,128,28,0,158,56,145,255,255,75,12,0,30,128,0,0,3,44,
-60,8,236,87,46,3,108,124,16,0,130,65,32,0,254,128,1,0,231,56,
-32,0,254,144,36,0,30,129,1,0,255,59,0,64,31,124,200,255,128,65,
-16,0,0,72,32,0,62,129,1,0,41,57,32,0,62,145,152,128,109,129,
-1,0,139,56,11,0,96,60,64,55,99,56,152,128,141,144,173,148,4,72,
-32,0,30,128,0,0,0,44,0,0,96,56,8,0,130,65,19,48,96,56,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-121,27,127,124,8,0,193,147,120,35,158,124,28,0,130,65,0,0,128,56,
-41,214,255,75,255,7,192,87,12,0,130,65,120,251,227,127,105,128,4,72,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,
-166,2,8,124,36,0,1,144,28,0,225,147,0,0,197,131,121,27,127,124,
-120,51,220,124,120,35,157,124,20,0,130,64,52,0,96,56,117,126,4,72,
-121,27,127,124,52,0,130,65,8,0,193,147,120,251,227,127,120,235,164,127,
-120,227,134,127,8,0,161,56,17,216,255,75,12,0,0,60,128,18,0,48,
-48,0,31,144,11,0,96,60,84,55,99,56,193,147,4,72,120,251,227,127,
-28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,16,0,129,131,
-166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,35,159,124,62,6,163,84,217,209,254,75,
-0,0,159,129,1,0,140,57,0,0,159,145,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,8,0,254,171,
-0,0,31,44,84,0,130,64,36,0,62,129,0,72,31,124,84,0,128,64,
-24,0,126,128,44,0,190,160,28,0,158,56,137,255,255,75,12,0,254,128,
-0,0,3,44,60,8,230,87,46,59,102,124,16,0,130,65,32,0,30,129,
-1,0,8,57,32,0,30,145,36,0,62,129,1,0,255,59,0,72,31,124,
-196,255,128,65,16,0,0,72,32,0,94,129,1,0,74,57,32,0,94,145,
-152,128,141,129,1,0,140,56,11,0,96,60,104,55,99,56,152,128,141,144,
-201,146,4,72,32,0,30,128,0,0,0,44,0,0,96,56,8,0,130,65,
-19,48,96,56,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,121,27,127,124,8,0,193,147,120,35,158,124,28,0,130,65,
-0,0,128,56,69,212,255,75,255,7,192,87,12,0,130,65,120,251,227,127,
-133,126,4,72,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,224,255,33,148,16,0,129,147,20,0,161,147,
-24,0,193,147,166,2,8,124,36,0,1,144,28,0,225,147,0,0,133,131,
-121,27,127,124,120,51,221,124,120,35,158,124,20,0,130,64,52,0,96,56,
-145,124,4,72,121,27,127,124,68,0,130,65,8,0,129,147,120,251,227,127,
-120,243,196,127,120,235,166,127,8,0,161,56,45,214,255,75,12,0,0,60,
-104,18,0,48,48,0,31,144,11,0,96,60,148,55,99,56,221,145,4,72,
-44,0,159,160,11,0,96,60,124,55,99,56,205,145,4,72,120,251,227,127,
-28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,16,0,129,131,
-166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,35,159,124,221,215,254,75,0,0,159,129,
-1,0,140,57,0,0,159,145,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,8,0,193,147,120,27,126,124,8,0,254,171,0,0,31,44,
-80,0,130,64,36,0,30,129,0,64,31,124,80,0,128,64,24,0,126,128,
-28,0,158,56,145,255,255,75,12,0,30,128,0,0,3,44,60,8,236,87,
-46,3,108,124,16,0,130,65,32,0,254,128,1,0,231,56,32,0,254,144,
-36,0,30,129,1,0,255,59,0,64,31,124,200,255,128,65,16,0,0,72,
-32,0,62,129,1,0,41,57,32,0,62,145,152,128,109,129,1,0,139,56,
-11,0,96,60,184,55,99,56,152,128,141,144,221,144,4,72,32,0,30,128,
-0,0,0,44,0,0,96,56,8,0,130,65,19,48,96,56,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,
-8,0,193,147,120,35,158,124,28,0,130,65,0,0,128,56,89,210,255,75,
-255,7,192,87,12,0,130,65,120,251,227,127,153,124,4,72,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,
-36,0,1,144,28,0,225,147,0,0,197,131,121,27,127,124,120,51,220,124,
-120,35,157,124,20,0,130,64,52,0,96,56,165,122,4,72,121,27,127,124,
-52,0,130,65,8,0,193,147,120,251,227,127,120,235,164,127,120,227,134,127,
-8,0,161,56,65,212,255,75,12,0,0,60,80,18,0,48,48,0,31,144,
-11,0,96,60,204,55,99,56,241,143,4,72,120,251,227,127,28,0,225,131,
-24,0,193,131,36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,
-32,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,11,0,96,60,0,56,99,56,173,143,4,72,
-89,74,3,72,28,0,159,129,1,0,140,57,28,0,159,145,12,0,225,131,
-20,0,1,128,0,0,96,56,16,0,33,56,166,3,8,124,32,0,128,78,
-208,255,33,148,166,2,8,124,52,0,1,144,44,0,225,147,120,27,127,124,
-8,0,97,56,35,34,128,60,238,238,132,56,185,92,2,72,8,0,97,56,
-45,122,2,72,0,0,3,44,36,0,130,65,8,0,97,56,61,99,2,72,
-11,0,96,60,44,56,99,56,61,143,4,72,1,0,0,56,28,0,31,144,
-16,0,0,72,11,0,96,60,80,56,99,56,37,143,4,72,52,0,1,128,
-44,0,225,131,0,0,96,56,48,0,33,56,166,3,8,124,32,0,128,78,
-224,255,33,148,24,0,193,147,166,2,8,124,36,0,1,144,8,0,65,147,
-120,27,122,124,20,0,161,147,120,51,221,124,16,0,129,147,12,0,97,147,
-120,35,155,124,28,0,225,147,1,0,224,59,48,216,252,127,213,31,7,72,
-120,251,228,127,120,27,126,124,232,3,96,57,29,0,64,61,252,4,74,57,
-9,0,32,61,248,112,41,57,0,0,0,57,8,0,3,145,4,0,35,145,
-36,0,67,145,40,0,131,147,20,0,99,145,145,37,7,72,2,0,158,161,
-0,1,140,97,2,0,158,177,2,0,30,160,232,0,29,44,0,8,0,96,
-2,0,30,176,60,0,130,64,120,219,99,127,120,243,196,127,120,211,69,127,
-253,206,4,72,120,243,195,127,89,33,7,72,0,0,0,56,0,0,30,176,
-120,27,127,124,120,243,195,127,49,30,8,72,0,0,31,44,136,0,130,65,
-128,0,0,72,228,0,29,44,60,0,130,64,120,219,99,127,120,243,196,127,
-120,211,69,127,161,205,4,72,120,243,195,127,25,33,7,72,0,0,0,56,
-0,0,30,176,120,27,127,124,120,243,195,127,241,29,8,72,0,0,31,44,
-72,0,130,65,64,0,0,72,236,0,29,44,20,0,130,64,120,219,99,127,
-120,243,196,127,120,211,69,127,53,217,4,72,120,243,195,127,217,32,7,72,
-0,0,0,56,0,0,30,176,120,27,127,124,120,243,195,127,177,29,8,72,
-0,0,31,44,8,0,130,65,19,48,224,59,20,0,161,131,120,251,227,127,
-28,0,225,131,16,0,129,131,24,0,193,131,36,0,1,128,12,0,97,131,
-8,0,65,131,166,3,8,124,32,0,33,56,32,0,128,78,11,0,96,60,
-160,56,99,56,136,141,4,72,224,255,33,148,24,0,193,147,166,2,8,124,
-36,0,1,144,28,0,225,147,12,0,97,147,120,51,219,124,120,219,127,127,
-120,219,99,127,16,0,129,147,120,35,156,124,120,59,228,124,20,0,161,147,
-120,43,189,124,0,2,160,56,236,0,192,56,61,254,255,75,121,27,126,124,
-208,0,130,64,120,219,99,127,165,255,255,75,11,0,96,60,4,57,99,56,
-41,141,4,72,176,0,31,160,112,70,10,124,127,6,95,85,16,0,31,40,
-24,0,128,64,4,0,31,40,44,0,130,65,8,0,31,40,132,0,130,64,
-32,0,0,72,16,0,31,40,48,0,130,65,32,0,31,40,64,0,130,65,
-64,0,31,40,80,0,130,65,100,0,0,72,2,0,224,59,11,0,96,60,
-24,57,99,56,213,140,4,72,10,0,253,179,96,0,0,72,4,0,224,59,
-11,0,96,60,36,57,99,56,189,140,4,72,10,0,253,179,72,0,0,72,
-5,0,224,59,11,0,96,60,236,56,99,56,165,140,4,72,10,0,253,179,
-48,0,0,72,6,0,224,59,11,0,96,60,248,56,99,56,141,140,4,72,
-10,0,253,179,24,0,0,72,0,0,224,59,11,0,96,60,224,56,99,56,
-117,140,4,72,10,0,253,179,0,0,156,129,1,0,140,57,0,0,156,145,
-20,0,161,131,120,243,195,127,24,0,193,131,28,0,225,131,36,0,1,128,
-16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,
-120,27,126,124,8,0,254,171,0,0,31,44,92,0,130,64,36,0,94,129,
-0,80,31,124,92,0,128,64,16,0,222,128,44,0,254,160,24,0,126,128,
-4,0,190,128,28,0,158,56,113,254,255,75,12,0,30,129,0,0,3,44,
-60,8,231,87,46,67,103,124,16,0,130,65,32,0,62,129,1,0,41,57,
-32,0,62,145,36,0,94,129,1,0,255,59,0,80,31,124,188,255,128,65,
-16,0,0,72,32,0,126,129,1,0,107,57,32,0,126,145,152,128,141,129,
-1,0,140,56,11,0,96,60,48,57,99,56,152,128,141,144,157,139,4,72,
-32,0,30,128,0,0,0,44,0,0,96,56,8,0,130,65,19,48,96,56,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-121,27,127,124,8,0,193,147,120,35,158,124,28,0,130,65,0,0,128,56,
-25,205,255,75,255,7,192,87,12,0,130,65,120,251,227,127,89,119,4,72,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,
-166,2,8,124,36,0,1,144,28,0,225,147,0,0,133,131,121,27,127,124,
-120,51,221,124,120,35,158,124,20,0,130,64,52,0,96,56,101,117,4,72,
-121,27,127,124,68,0,130,65,8,0,129,147,120,251,227,127,120,243,196,127,
-120,235,166,127,8,0,161,56,1,207,255,75,12,0,0,60,96,20,0,48,
-48,0,31,144,11,0,96,60,68,57,99,56,177,138,4,72,44,0,159,160,
-11,0,96,60,96,57,99,56,161,138,4,72,120,251,227,127,28,0,225,131,
-24,0,193,131,36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,
-32,0,33,56,32,0,128,78,224,255,33,148,12,0,97,147,16,0,129,147,
-28,0,225,147,166,2,8,124,36,0,1,144,20,0,161,147,120,35,157,124,
-0,0,128,56,24,0,193,147,120,43,190,124,120,51,195,124,0,2,192,56,
-13,86,7,72,121,27,127,124,172,0,130,64,0,0,30,136,2,0,30,137,
-3,0,254,136,1,0,94,137,46,64,74,85,14,192,231,84,11,0,96,60,
-148,57,99,56,30,128,8,85,20,66,39,125,20,82,137,125,20,2,108,127,
-120,219,100,127,5,138,4,72,5,0,222,136,4,0,30,137,46,64,198,84,
-20,66,230,124,63,252,252,84,92,0,130,65,128,0,28,40,8,0,129,64,
-128,0,128,59,120,227,132,127,11,0,96,60,112,57,99,56,209,137,4,72,
-0,0,192,56,60,8,128,87,0,0,6,124,254,255,123,59,44,0,128,64,
-20,242,102,125,7,0,43,137,6,0,75,137,2,0,198,56,46,64,41,85,
-20,82,9,124,2,0,27,180,60,8,128,87,0,0,6,124,220,255,128,65,
-0,0,157,129,1,0,140,57,0,0,157,145,24,0,193,131,20,0,161,131,
-120,251,227,127,28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,
-166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,8,0,254,171,
-0,0,31,44,88,0,130,64,36,0,62,129,0,72,31,124,88,0,128,64,
-40,0,222,128,24,0,126,128,16,0,190,128,28,0,158,56,165,254,255,75,
-12,0,254,128,0,0,3,44,60,8,230,87,46,59,102,124,16,0,130,65,
-32,0,30,129,1,0,8,57,32,0,30,145,36,0,62,129,1,0,255,59,
-0,72,31,124,192,255,128,65,16,0,0,72,32,0,94,129,1,0,74,57,
-32,0,94,145,152,128,141,129,1,0,140,56,11,0,96,60,176,57,99,56,
-152,128,141,144,197,136,4,72,32,0,30,128,0,0,0,44,0,0,96,56,
-8,0,130,65,19,48,96,56,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,121,27,127,124,8,0,193,147,120,35,158,124,
-28,0,130,65,0,0,128,56,65,202,255,75,255,7,192,87,12,0,130,65,
-120,251,227,127,129,116,4,72,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,224,255,33,148,16,0,129,147,
-20,0,161,147,24,0,193,147,166,2,8,124,36,0,1,144,28,0,225,147,
-0,0,197,131,121,27,127,124,120,51,220,124,120,35,157,124,20,0,130,64,
-52,0,96,56,141,114,4,72,121,27,127,124,52,0,130,65,8,0,193,147,
-120,251,227,127,120,235,164,127,120,227,134,127,8,0,161,56,41,204,255,75,
-12,0,0,60,88,19,0,48,48,0,31,144,11,0,96,60,196,57,99,56,
-217,135,4,72,120,251,227,127,28,0,225,131,24,0,193,131,36,0,1,128,
-20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,
-224,255,33,148,8,0,65,147,12,0,97,147,28,0,225,147,166,2,8,124,
-36,0,1,144,24,0,193,147,120,51,222,124,120,243,195,127,16,0,129,147,
-120,35,156,124,0,0,128,56,20,0,161,147,120,43,189,124,0,2,192,56,
-61,83,7,72,121,27,127,124,200,0,130,64,0,0,29,136,2,0,253,136,
-3,0,221,136,1,0,61,137,46,64,41,85,14,192,198,84,11,0,96,60,
-220,57,99,56,30,128,231,84,20,58,6,125,20,74,72,125,20,2,74,127,
-120,211,68,127,53,135,4,72,5,0,157,137,4,0,221,136,46,64,140,85,
-20,50,172,124,63,252,187,84,120,0,130,65,128,0,27,40,8,0,129,64,
-128,0,96,59,120,219,100,127,11,0,96,60,244,57,99,56,1,135,4,72,
-6,0,160,56,60,8,106,87,6,0,10,56,0,0,5,124,254,255,90,59,
-44,0,128,64,2,0,26,164,60,8,106,87,112,70,9,124,174,41,29,124,
-20,234,5,125,2,0,165,56,6,0,10,56,0,0,5,124,1,0,40,153,
-220,255,128,65,120,243,195,127,0,0,128,56,120,235,165,127,0,2,192,56,
-13,81,7,72,120,27,127,124,0,0,156,129,1,0,140,57,0,0,156,145,
-24,0,193,131,20,0,161,131,16,0,129,131,120,251,227,127,28,0,225,131,
-36,0,1,128,12,0,97,131,8,0,65,131,166,3,8,124,32,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-8,0,193,147,120,27,126,124,8,0,254,171,0,0,31,44,88,0,130,64,
-36,0,62,129,0,72,31,124,88,0,128,64,40,0,222,128,24,0,126,128,
-16,0,190,128,28,0,158,56,125,254,255,75,12,0,254,128,0,0,3,44,
-60,8,230,87,46,59,102,124,16,0,130,65,32,0,30,129,1,0,8,57,
-32,0,30,145,36,0,62,129,1,0,255,59,0,72,31,124,192,255,128,65,
-16,0,0,72,32,0,94,129,1,0,74,57,32,0,94,145,152,128,141,129,
-1,0,140,56,11,0,96,60,24,58,99,56,152,128,141,144,213,133,4,72,
-32,0,30,128,0,0,0,44,0,0,96,56,8,0,130,65,19,48,96,56,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-121,27,127,124,8,0,193,147,120,35,158,124,28,0,130,65,0,0,128,56,
-81,199,255,75,255,7,192,87,12,0,130,65,120,251,227,127,145,113,4,72,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,
-166,2,8,124,36,0,1,144,28,0,225,147,0,0,197,131,121,27,127,124,
-120,51,220,124,120,35,157,124,20,0,130,64,52,0,96,56,157,111,4,72,
-121,27,127,124,52,0,130,65,8,0,193,147,120,251,227,127,120,235,164,127,
-120,227,134,127,8,0,161,56,57,201,255,75,12,0,0,60,64,19,0,48,
-48,0,31,144,11,0,96,60,44,58,99,56,233,132,4,72,120,251,227,127,
-28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,16,0,129,131,
-166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,16,0,129,147,
-24,0,193,147,28,0,225,147,166,2,8,124,36,0,1,144,12,0,97,147,
-120,35,155,124,0,0,128,56,20,0,161,147,120,43,189,124,120,51,195,124,
-0,2,192,56,85,80,7,72,121,27,127,124,152,0,130,64,0,0,125,137,
-2,0,29,136,3,0,93,137,1,0,61,137,46,64,41,85,14,192,74,85,
-11,0,96,60,104,58,99,56,30,128,0,84,20,2,138,125,20,74,76,125,
-20,90,138,127,120,227,132,127,77,132,4,72,5,0,157,137,4,0,189,136,
-46,64,140,85,20,42,204,127,63,4,222,87,72,0,130,65,0,1,30,40,
-8,0,129,64,0,1,192,59,120,243,196,127,11,0,96,60,68,58,99,56,
-25,132,4,72,0,0,224,56,0,240,7,124,255,255,156,59,28,0,128,64,
-20,234,199,124,1,0,231,56,0,240,7,124,6,0,6,137,1,0,28,157,
-236,255,128,65,0,0,59,129,1,0,41,57,0,0,59,145,24,0,193,131,
-20,0,161,131,120,251,227,127,28,0,225,131,36,0,1,128,16,0,129,131,
-12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,
-8,0,254,171,0,0,31,44,88,0,130,64,36,0,62,129,0,72,31,124,
-88,0,128,64,40,0,222,128,24,0,126,128,16,0,190,128,28,0,158,56,
-185,254,255,75,12,0,254,128,0,0,3,44,60,8,230,87,46,59,102,124,
-16,0,130,65,32,0,30,129,1,0,8,57,32,0,30,145,36,0,62,129,
-1,0,255,59,0,72,31,124,192,255,128,65,16,0,0,72,32,0,94,129,
-1,0,74,57,32,0,94,145,152,128,141,129,1,0,140,56,11,0,96,60,
-132,58,99,56,152,128,141,144,33,131,4,72,32,0,30,128,0,0,0,44,
-0,0,96,56,8,0,130,65,19,48,96,56,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,8,0,193,147,
-120,35,158,124,28,0,130,65,0,0,128,56,157,196,255,75,255,7,192,87,
-12,0,130,65,120,251,227,127,221,110,4,72,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,224,255,33,148,
-16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,36,0,1,144,
-28,0,225,147,0,0,197,131,121,27,127,124,120,51,220,124,120,35,157,124,
-20,0,130,64,52,0,96,56,233,108,4,72,121,27,127,124,52,0,130,65,
-8,0,193,147,120,251,227,127,120,235,164,127,120,227,134,127,8,0,161,56,
-133,198,255,75,12,0,0,60,40,19,0,48,48,0,31,144,11,0,96,60,
-152,58,99,56,53,130,4,72,120,251,227,127,28,0,225,131,24,0,193,131,
-36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,
-32,0,128,78,224,255,33,148,12,0,97,147,24,0,193,147,28,0,225,147,
-166,2,8,124,36,0,1,144,20,0,161,147,120,51,221,124,120,235,163,127,
-16,0,129,147,120,35,156,124,0,0,128,56,8,0,65,147,120,43,186,124,
-0,2,192,56,153,77,7,72,121,27,127,124,180,0,130,64,0,0,122,137,
-2,0,26,136,3,0,90,137,1,0,58,137,46,64,41,85,14,192,74,85,
-11,0,96,60,176,58,99,56,30,128,0,84,20,2,138,125,20,74,76,125,
-20,90,106,127,120,219,100,127,145,129,4,72,5,0,154,137,4,0,186,136,
-46,64,140,85,20,42,204,127,63,4,222,87,100,0,130,65,0,1,30,40,
-8,0,129,64,0,1,192,59,120,243,196,127,11,0,96,60,200,58,99,56,
-93,129,4,72,6,0,224,56,6,0,30,57,0,64,7,124,255,255,123,59,
-28,0,128,64,1,0,219,140,6,0,30,57,174,57,218,124,1,0,231,56,
-0,64,7,124,236,255,128,65,120,235,163,127,0,0,128,56,120,211,69,127,
-0,2,192,56,125,75,7,72,120,27,127,124,0,0,60,129,1,0,41,57,
-0,0,60,145,24,0,193,131,20,0,161,131,16,0,129,131,120,251,227,127,
-28,0,225,131,36,0,1,128,12,0,97,131,8,0,65,131,166,3,8,124,
-32,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,8,0,193,147,120,27,126,124,8,0,254,171,0,0,31,44,
-88,0,130,64,36,0,62,129,0,72,31,124,88,0,128,64,40,0,222,128,
-24,0,126,128,16,0,190,128,28,0,158,56,145,254,255,75,12,0,254,128,
-0,0,3,44,60,8,230,87,46,59,102,124,16,0,130,65,32,0,30,129,
-1,0,8,57,32,0,30,145,36,0,62,129,1,0,255,59,0,72,31,124,
-192,255,128,65,16,0,0,72,32,0,94,129,1,0,74,57,32,0,94,145,
-152,128,141,129,1,0,140,56,11,0,96,60,236,58,99,56,152,128,141,144,
-69,128,4,72,32,0,30,128,0,0,0,44,0,0,96,56,8,0,130,65,
-19,48,96,56,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,121,27,127,124,8,0,193,147,120,35,158,124,28,0,130,65,
-0,0,128,56,193,193,255,75,255,7,192,87,12,0,130,65,120,251,227,127,
-1,108,4,72,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,224,255,33,148,16,0,129,147,20,0,161,147,
-24,0,193,147,166,2,8,124,36,0,1,144,28,0,225,147,0,0,197,131,
-121,27,127,124,120,51,220,124,120,35,157,124,20,0,130,64,52,0,96,56,
-13,106,4,72,121,27,127,124,52,0,130,65,8,0,193,147,120,251,227,127,
-120,235,164,127,120,227,134,127,8,0,161,56,169,195,255,75,12,0,0,60,
-16,19,0,48,48,0,31,144,11,0,96,60,0,59,99,56,89,127,4,72,
-120,251,227,127,28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,
-16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,232,253,33,148,
-16,2,193,147,20,2,225,147,166,2,8,124,28,2,1,144,12,2,161,147,
-0,0,160,59,166,0,224,127,94,4,230,87,36,1,192,124,13,16,7,72,
-232,3,64,57,1,0,128,56,29,0,0,60,252,4,0,48,9,0,128,61,
-248,112,140,57,8,0,163,147,4,0,131,145,36,0,3,144,40,0,131,144,
-20,0,67,145,120,27,126,124,205,21,7,72,2,0,126,161,0,1,107,97,
-2,0,126,177,2,0,158,161,120,243,196,127,8,0,161,56,120,235,163,127,
-0,8,140,97,2,0,158,177,249,201,4,72,2,0,96,60,160,134,99,56,
-173,19,4,72,134,50,134,124,120,35,131,124,57,7,96,84,76,0,130,65,
-0,128,231,115,166,0,0,125,94,4,8,85,120,59,8,125,36,1,0,125,
-120,243,195,127,109,17,7,72,0,0,32,57,0,0,62,177,120,243,195,127,
-73,14,8,72,2,0,96,60,160,134,99,56,101,19,4,72,134,50,134,124,
-120,35,131,124,57,7,106,84,8,0,130,65,106,48,160,59,20,2,225,131,
-16,2,193,131,28,2,1,128,120,235,163,127,12,2,161,131,166,3,8,124,
-24,2,33,56,32,0,128,78,208,255,33,148,12,0,225,146,24,0,65,147,
-28,0,97,147,36,0,161,147,44,0,225,147,166,2,8,124,52,0,1,144,
-16,0,1,147,120,27,120,124,32,0,129,147,120,35,156,124,20,0,33,147,
-0,32,32,63,0,0,57,59,40,0,193,147,0,0,192,59,134,50,134,124,
-120,35,131,124,185,6,105,84,255,255,9,48,17,73,128,125,40,0,130,65,
-120,195,3,127,11,0,128,60,176,60,132,56,61,41,2,72,11,0,96,60,
-248,60,99,56,173,125,4,72,106,48,192,59,120,2,0,72,113,254,255,75,
-120,27,126,124,106,48,30,44,64,0,130,64,32,0,128,56,0,0,132,60,
-134,51,128,124,16,0,128,56,0,0,132,60,134,51,128,124,120,195,3,127,
-11,0,224,63,140,59,255,59,120,251,228,127,237,40,2,72,120,251,227,127,
-97,125,4,72,106,48,192,59,44,2,0,72,166,0,224,126,94,4,235,86,
-36,1,96,125,1,0,96,56,33,67,7,72,232,3,96,56,73,18,4,72,
-134,50,134,124,120,35,131,124,181,6,96,84,64,0,130,64,32,0,128,56,
-0,0,132,60,134,51,128,124,16,0,128,56,0,0,132,60,134,51,128,124,
-120,195,3,127,11,0,224,63,196,59,255,59,120,251,228,127,133,40,2,72,
-120,251,227,127,249,124,4,72,106,48,192,59,196,1,0,72,247,6,127,84,
-0,0,96,56,193,66,7,72,0,0,31,44,64,0,130,65,32,0,128,56,
-0,0,132,60,134,51,128,124,16,0,128,56,0,0,132,60,134,51,128,124,
-120,195,3,127,11,0,224,63,80,59,255,59,120,251,228,127,53,40,2,72,
-120,251,227,127,169,124,4,72,106,48,192,59,116,1,0,72,11,0,224,63,
-24,59,255,59,232,3,96,56,157,17,4,72,32,0,128,56,0,0,132,60,
-134,51,128,124,232,3,96,56,137,17,4,72,134,50,134,124,120,35,131,124,
-181,6,96,84,48,0,130,65,32,0,128,56,0,0,132,60,134,51,128,124,
-120,195,3,127,11,0,128,60,0,60,132,56,213,39,2,72,120,251,227,127,
-73,124,4,72,106,48,192,59,20,1,0,72,16,0,89,131,20,0,121,131,
-1,0,96,56,20,0,89,147,16,0,121,147,5,66,7,72,232,3,96,56,
-45,17,4,72,134,50,134,124,120,35,131,124,247,6,96,84,64,0,130,64,
-32,0,128,56,0,0,132,60,134,51,128,124,16,0,128,56,0,0,132,60,
-134,51,128,124,120,195,3,127,11,0,224,63,60,60,255,59,120,251,228,127,
-105,39,2,72,120,251,227,127,221,123,4,72,106,48,192,59,168,0,0,72,
-181,6,125,84,0,0,96,56,165,65,7,72,0,0,29,44,64,0,130,65,
-32,0,128,56,0,0,132,60,134,51,128,124,16,0,128,56,0,0,132,60,
-134,51,128,124,120,195,3,127,11,0,224,63,116,60,255,59,120,251,228,127,
-25,39,2,72,120,251,227,127,141,123,4,72,106,48,192,59,88,0,0,72,
-232,3,96,56,137,16,4,72,16,0,128,56,0,0,132,60,134,51,128,124,
-2,0,96,60,160,134,99,56,113,16,4,72,134,50,134,124,120,35,131,124,
-247,6,96,84,40,0,130,65,32,0,128,56,0,0,132,60,134,51,128,124,
-120,195,3,127,120,251,228,127,193,38,2,72,120,251,227,127,53,123,4,72,
-106,48,192,59,16,0,89,147,20,0,121,147,0,128,232,114,166,0,64,125,
-94,4,74,85,120,67,74,125,36,1,64,125,0,0,156,129,1,0,140,57,
-0,0,156,145,36,0,161,131,24,0,65,131,120,243,195,127,40,0,193,131,
-28,0,97,131,20,0,33,131,32,0,129,131,44,0,225,131,52,0,1,128,
-16,0,1,131,12,0,225,130,166,3,8,124,48,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,
-120,27,126,124,8,0,254,171,0,0,31,44,84,0,130,64,36,0,62,129,
-0,72,31,124,84,0,128,64,24,0,126,128,52,0,190,128,28,0,158,56,
-113,252,255,75,12,0,254,128,0,0,3,44,60,8,230,87,46,59,102,124,
-16,0,130,65,32,0,30,129,1,0,8,57,32,0,30,145,36,0,62,129,
-1,0,255,59,0,72,31,124,196,255,128,65,16,0,0,72,32,0,94,129,
-1,0,74,57,32,0,94,145,152,128,141,129,1,0,140,56,11,0,96,60,
-64,61,99,56,152,128,141,144,57,122,4,72,32,0,30,128,0,0,0,44,
-0,0,96,56,8,0,130,65,19,48,96,56,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,8,0,193,147,
-120,35,158,124,28,0,130,65,0,0,128,56,181,187,255,75,255,7,192,87,
-12,0,130,65,120,251,227,127,245,101,4,72,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,224,255,33,148,
-16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,36,0,1,144,
-28,0,225,147,0,0,165,131,121,27,127,124,120,51,222,124,120,35,156,124,
-20,0,130,64,56,0,96,56,1,100,4,72,121,27,127,124,92,0,130,65,
-8,0,161,147,120,251,227,127,120,227,132,127,120,243,198,127,8,0,161,56,
-157,189,255,75,44,0,159,161,255,232,139,85,12,0,64,61,248,18,74,57,
-48,0,95,145,52,0,127,145,12,0,130,64,1,0,0,56,52,0,31,144,
-11,0,96,60,84,61,99,56,53,121,4,72,52,0,159,128,11,0,96,60,
-128,61,99,56,37,121,4,72,120,251,227,127,28,0,225,131,24,0,193,131,
-36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,
-32,0,128,78,160,255,33,148,64,0,1,147,166,2,8,124,100,0,1,144,
-72,0,65,147,120,43,186,124,80,0,129,147,120,59,252,124,84,0,161,147,
-120,67,29,125,40,0,97,144,88,0,193,147,0,0,192,59,44,0,193,147,
-48,0,97,144,52,0,97,144,76,0,97,147,120,51,219,124,56,0,97,147,
-60,0,225,146,68,0,33,147,120,35,153,124,92,0,225,147,1,0,224,59,
-48,200,247,127,157,9,7,72,120,251,228,127,120,27,120,124,232,3,0,56,
-29,0,128,61,252,4,140,57,9,0,96,61,248,112,107,57,8,0,195,147,
-4,0,99,145,36,0,131,145,40,0,227,146,20,0,3,144,93,15,7,72,
-2,0,24,160,0,1,0,96,2,0,24,176,2,0,216,160,24,0,193,147,
-120,203,35,127,36,0,129,147,40,0,1,57,8,0,161,56,120,235,164,127,
-126,186,96,87,12,0,1,145,0,8,198,96,2,0,216,176,8,0,1,147,
-16,0,65,147,20,0,193,147,28,0,1,176,32,0,193,179,125,196,4,72,
-120,195,3,127,5,11,7,72,0,0,216,179,120,27,127,124,120,195,3,127,
-225,7,8,72,0,0,31,44,8,0,130,65,19,48,224,59,80,0,129,131,
-68,0,33,131,72,0,65,131,84,0,161,131,120,251,227,127,92,0,225,131,
-76,0,97,131,88,0,193,131,100,0,1,128,64,0,1,131,60,0,225,130,
-166,3,8,124,96,0,33,56,32,0,128,78,224,255,33,148,166,2,8,124,
-36,0,1,144,24,0,193,147,120,43,190,124,0,80,160,56,28,0,225,147,
-120,51,223,124,0,2,192,56,20,0,161,147,120,35,157,124,120,59,228,124,
-13,0,224,56,16,0,129,147,120,27,124,124,0,0,96,56,120,27,104,124,
-117,254,255,75,0,0,3,44,132,0,130,64,120,243,196,127,0,0,96,56,
-0,2,160,56,97,52,7,72,0,0,3,44,108,0,130,64,174,24,31,124,
-255,0,0,104,174,25,31,124,1,0,99,56,0,2,3,44,236,255,128,65,
-120,243,195,127,120,251,228,127,0,2,160,56,8,0,193,56,117,214,255,75,
-0,0,3,44,56,0,130,65,8,0,161,128,174,40,223,124,174,40,254,124,
-120,227,131,127,11,0,128,63,180,61,156,56,133,34,2,72,8,0,129,128,
-174,32,222,124,174,32,191,124,180,61,124,56,237,118,4,72,104,48,96,56,
-0,0,157,129,1,0,140,57,0,0,157,145,24,0,193,131,28,0,225,131,
-36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-8,0,193,147,120,27,126,124,8,0,254,171,0,0,31,44,92,0,130,64,
-36,0,94,129,0,80,31,124,92,0,128,64,20,0,222,128,44,0,254,160,
-24,0,126,128,16,0,190,128,28,0,158,56,193,254,255,75,12,0,30,129,
-0,0,3,44,60,8,231,87,46,67,103,124,16,0,130,65,32,0,62,129,
-1,0,41,57,32,0,62,145,36,0,94,129,1,0,255,59,0,80,31,124,
-188,255,128,65,16,0,0,72,32,0,126,129,1,0,107,57,32,0,126,145,
-152,128,141,129,1,0,140,56,11,0,96,60,244,61,99,56,152,128,141,144,
-29,118,4,72,32,0,30,128,0,0,0,44,0,0,96,56,8,0,130,65,
-19,48,96,56,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,121,27,127,124,8,0,193,147,120,35,158,124,28,0,130,65,
-0,0,128,56,153,183,255,75,255,7,192,87,12,0,130,65,120,251,227,127,
-217,97,4,72,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,0,0,96,57,1,0,11,56,174,89,3,124,
-120,3,11,124,0,2,11,44,240,255,128,65,32,0,128,78,224,255,33,148,
-16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,36,0,1,144,
-28,0,225,147,0,0,197,131,121,27,127,124,120,51,220,124,120,35,157,124,
-20,0,130,64,52,0,96,56,201,95,4,72,121,27,127,124,176,0,130,65,
-8,0,193,147,120,251,227,127,120,235,164,127,120,227,134,127,8,0,161,56,
-101,185,255,75,12,0,0,60,224,18,0,48,48,0,31,144,11,0,96,60,
-8,62,99,56,21,117,4,72,44,0,159,160,11,0,96,60,28,62,99,56,
-5,117,4,72,20,0,127,128,97,255,255,75,20,0,159,128,0,2,160,56,
-0,0,96,56,153,50,7,72,0,0,3,44,8,0,127,176,76,0,130,64,
-16,0,127,128,255,0,128,56,233,180,255,75,16,0,159,128,0,2,96,56,
-120,27,101,124,113,50,7,72,0,0,3,44,8,0,127,176,36,0,130,64,
-44,0,159,160,0,2,96,56,0,80,160,56,11,0,224,56,6,0,0,57,
-120,27,102,124,161,251,255,75,8,0,127,176,120,251,227,127,28,0,225,131,
-24,0,193,131,36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,
-32,0,33,56,32,0,128,78,232,255,33,148,16,0,193,147,166,2,8,124,
-28,0,1,144,20,0,225,147,120,35,159,124,12,0,161,147,120,43,189,124,
-0,0,128,57,8,0,129,177,8,0,97,56,81,95,2,72,8,0,129,160,
-120,27,126,124,11,0,96,60,44,62,99,56,49,116,4,72,0,0,127,129,
-8,0,1,160,10,0,29,176,1,0,107,57,0,0,127,145,28,0,1,128,
-20,0,225,131,120,243,195,127,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,8,0,193,147,120,27,126,124,8,0,254,171,0,0,31,44,
-84,0,130,64,36,0,62,129,0,72,31,124,84,0,128,64,24,0,126,128,
-4,0,190,128,28,0,158,56,77,255,255,75,12,0,254,128,0,0,3,44,
-60,8,230,87,46,59,102,124,16,0,130,65,32,0,30,129,1,0,8,57,
-32,0,30,145,36,0,62,129,1,0,255,59,0,72,31,124,196,255,128,65,
-16,0,0,72,32,0,94,129,1,0,74,57,32,0,94,145,152,128,141,129,
-1,0,140,56,11,0,96,60,68,62,99,56,152,128,141,144,101,115,4,72,
-32,0,30,128,0,0,0,44,0,0,96,56,8,0,130,65,19,48,96,56,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-121,27,127,124,8,0,193,147,120,35,158,124,28,0,130,65,0,0,128,56,
-225,180,255,75,255,7,192,87,12,0,130,65,120,251,227,127,33,95,4,72,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,
-166,2,8,124,36,0,1,144,28,0,225,147,0,0,197,131,121,27,127,124,
-120,51,220,124,120,35,157,124,20,0,130,64,52,0,96,56,45,93,4,72,
-121,27,127,124,52,0,130,65,8,0,193,147,120,251,227,127,120,235,164,127,
-120,227,134,127,8,0,161,56,201,182,255,75,12,0,0,60,56,18,0,48,
-48,0,31,144,11,0,96,60,88,62,99,56,121,114,4,72,120,251,227,127,
-28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,16,0,129,131,
-166,3,8,124,32,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,
-240,255,33,148,0,0,0,56,8,0,1,144,8,0,193,56,137,209,255,75,
-20,0,1,128,16,0,33,56,166,3,8,124,32,0,128,78,224,255,33,148,
-166,2,8,124,36,0,1,144,28,0,225,147,120,51,223,124,12,0,97,147,
-120,59,251,124,16,0,129,147,120,27,124,124,20,0,161,147,120,35,157,124,
-24,0,193,147,120,43,190,124,0,2,160,56,153,47,7,72,0,0,3,44,
-136,0,130,64,120,227,131,127,120,251,228,127,120,219,101,127,0,2,192,56,
-11,0,224,56,6,0,0,57,205,248,255,75,0,0,3,44,100,0,130,64,
-120,243,195,127,238,0,128,56,201,177,255,75,120,227,131,127,120,243,196,127,
-0,2,160,56,81,47,7,72,0,0,3,44,64,0,130,64,120,227,131,127,
-120,251,228,127,120,219,101,127,0,2,192,56,12,0,224,56,0,0,0,57,
-133,248,255,75,0,0,3,44,28,0,130,64,120,227,131,127,120,243,196,127,
-0,2,160,56,113,46,7,72,0,0,3,44,40,0,130,65,20,0,161,131,
-24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,
-166,3,8,124,32,0,33,56,32,0,128,78,120,235,163,127,120,243,196,127,
-0,2,160,56,221,254,255,75,20,0,161,131,24,0,193,131,28,0,225,131,
-36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,
-32,0,128,78,0,0,128,57,165,0,0,56,174,97,3,124,1,0,140,57,
-0,2,12,44,240,255,128,65,32,0,128,78,224,255,33,148,166,2,8,124,
-36,0,1,144,28,0,225,147,120,35,159,124,12,0,97,147,120,43,187,124,
-16,0,129,147,120,51,220,124,24,0,193,147,120,27,126,124,20,0,161,147,
-120,59,253,124,120,235,163,127,105,49,0,72,0,0,3,44,56,0,130,64,
-120,243,195,127,11,0,192,63,120,62,158,56,120,235,165,127,25,28,2,72,
-120,62,126,56,120,235,164,127,137,112,4,72,0,0,159,129,1,0,140,57,
-105,48,96,56,0,0,159,145,132,0,0,72,120,219,99,127,18,0,128,56,
-125,176,255,75,120,219,100,127,120,227,133,127,120,235,166,127,0,0,96,56,
-0,80,224,56,45,254,255,75,0,0,3,44,76,0,130,64,120,219,99,127,
-165,250,255,75,120,219,100,127,120,227,133,127,120,235,166,127,0,0,96,56,
-0,80,224,56,5,254,255,75,0,0,3,44,36,0,130,64,120,219,99,127,
-21,255,255,75,120,219,100,127,120,227,133,127,120,235,166,127,0,0,96,56,
-0,80,224,56,221,253,255,75,0,0,159,129,1,0,140,57,0,0,159,145,
-20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,
-12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,
-8,0,254,171,0,0,31,44,92,0,130,64,36,0,94,129,0,80,31,124,
-92,0,128,64,20,0,222,128,44,0,254,160,24,0,126,128,16,0,190,128,
-28,0,158,56,161,254,255,75,12,0,30,129,0,0,3,44,60,8,231,87,
-46,67,103,124,16,0,130,65,32,0,62,129,1,0,41,57,32,0,62,145,
-36,0,94,129,1,0,255,59,0,80,31,124,188,255,128,65,16,0,0,72,
-32,0,126,129,1,0,107,57,32,0,126,145,152,128,141,129,1,0,140,56,
-11,0,96,60,144,62,99,56,152,128,141,144,49,111,4,72,32,0,30,128,
-0,0,0,44,0,0,96,56,8,0,130,65,19,48,96,56,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,
-8,0,193,147,120,35,158,124,28,0,130,65,0,0,128,56,173,176,255,75,
-255,7,192,87,12,0,130,65,120,251,227,127,237,90,4,72,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,
-36,0,1,144,28,0,225,147,0,0,133,131,121,27,127,124,120,51,221,124,
-120,35,158,124,20,0,130,64,52,0,96,56,249,88,4,72,121,27,127,124,
-68,0,130,65,8,0,129,147,120,251,227,127,120,243,196,127,120,235,166,127,
-8,0,161,56,149,178,255,75,12,0,0,60,32,18,0,48,48,0,31,144,
-11,0,96,60,164,62,99,56,69,110,4,72,44,0,159,160,11,0,96,60,
-196,62,99,56,53,110,4,72,120,251,227,127,28,0,225,131,24,0,193,131,
-36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,
-32,0,128,78,224,255,33,148,20,0,161,147,166,2,8,124,36,0,1,144,
-12,0,97,147,120,51,219,124,16,0,129,147,120,59,252,124,24,0,193,147,
-120,27,126,124,28,0,225,147,120,35,159,124,8,0,65,147,120,43,186,124,
-0,2,160,56,125,43,7,72,0,0,3,44,44,0,130,65,24,0,193,131,
-16,0,129,131,20,0,161,131,28,0,225,131,36,0,1,128,12,0,97,131,
-8,0,65,131,166,3,8,124,32,0,33,56,32,0,128,78,120,27,125,124,
-0,216,29,124,68,0,128,64,120,235,163,127,69,46,0,72,0,0,3,44,
-40,0,130,65,120,243,195,127,62,4,164,87,120,227,133,127,0,2,192,56,
-11,0,224,56,6,0,0,57,109,244,255,75,0,0,3,44,156,255,130,64,
-1,0,189,59,0,216,29,124,196,255,128,65,0,0,160,59,0,216,29,124,
-128,0,128,64,120,211,67,127,238,0,128,56,81,173,255,75,120,243,195,127,
-120,211,68,127,0,2,160,56,217,42,7,72,0,0,3,44,96,255,130,64,
-120,243,195,127,62,4,164,87,120,227,133,127,0,2,192,56,12,0,224,56,
-0,0,0,57,13,244,255,75,120,243,195,127,120,211,68,127,0,2,160,56,
-1,42,7,72,0,0,3,44,44,255,130,64,120,251,227,127,120,211,68,127,
-0,2,160,56,145,250,255,75,0,0,3,44,20,255,130,64,1,0,189,59,
-0,216,29,124,136,255,128,65,16,0,129,131,24,0,193,131,28,0,225,131,
-20,0,161,131,12,0,97,131,36,0,1,128,8,0,65,131,0,0,96,56,
-166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,24,0,193,147,
-120,59,254,124,20,0,161,147,0,0,160,59,0,240,29,124,166,2,8,124,
-36,0,1,144,28,0,225,147,120,27,127,124,8,0,65,147,120,35,154,124,
-12,0,97,147,120,43,187,124,16,0,129,147,120,51,220,124,84,0,128,64,
-120,235,163,127,13,45,0,72,0,0,3,44,56,0,130,64,120,251,227,127,
-11,0,224,63,212,62,159,56,120,243,197,127,189,23,2,72,212,62,127,56,
-120,243,196,127,45,108,4,72,0,0,154,129,1,0,140,57,105,48,96,56,
-0,0,154,145,128,0,0,72,1,0,189,59,0,240,29,124,180,255,128,65,
-120,219,99,127,17,0,128,56,21,172,255,75,120,219,100,127,120,227,133,127,
-120,243,198,127,0,0,96,56,0,80,224,56,221,253,255,75,120,219,99,127,
-69,246,255,75,120,219,100,127,120,227,133,127,120,243,198,127,0,0,96,56,
-0,80,224,56,189,253,255,75,120,219,99,127,189,250,255,75,120,219,100,127,
-120,227,133,127,120,243,198,127,0,0,96,56,0,80,224,56,157,253,255,75,
-0,0,154,129,1,0,140,57,0,0,154,145,24,0,193,131,16,0,129,131,
-20,0,161,131,28,0,225,131,36,0,1,128,12,0,97,131,8,0,65,131,
-166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,8,0,254,171,
-0,0,31,44,92,0,130,64,36,0,94,129,0,80,31,124,92,0,128,64,
-20,0,222,128,44,0,254,160,24,0,126,128,16,0,190,128,28,0,158,56,
-145,254,255,75,12,0,30,129,0,0,3,44,60,8,231,87,46,67,103,124,
-16,0,130,65,32,0,62,129,1,0,41,57,32,0,62,145,36,0,94,129,
-1,0,255,59,0,80,31,124,188,255,128,65,16,0,0,72,32,0,126,129,
-1,0,107,57,32,0,126,145,152,128,141,129,1,0,140,56,11,0,96,60,
-12,63,99,56,152,128,141,144,213,106,4,72,32,0,30,128,0,0,0,44,
-0,0,96,56,8,0,130,65,19,48,96,56,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,8,0,193,147,
-120,35,158,124,28,0,130,65,0,0,128,56,81,172,255,75,255,7,192,87,
-12,0,130,65,120,251,227,127,145,86,4,72,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,224,255,33,148,
-16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,36,0,1,144,
-28,0,225,147,0,0,133,131,121,27,127,124,120,51,221,124,120,35,158,124,
-20,0,130,64,52,0,96,56,157,84,4,72,121,27,127,124,68,0,130,65,
-8,0,129,147,120,251,227,127,120,243,196,127,120,235,166,127,8,0,161,56,
-57,174,255,75,12,0,0,60,8,18,0,48,48,0,31,144,11,0,96,60,
-64,63,99,56,233,105,4,72,44,0,159,160,11,0,96,60,32,63,99,56,
-217,105,4,72,120,251,227,127,28,0,225,131,24,0,193,131,36,0,1,128,
-20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,
-0,0,132,129,0,0,96,56,1,0,140,57,0,0,132,145,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-8,0,127,169,0,0,11,44,80,0,130,64,36,0,255,128,0,56,11,124,
-80,0,128,64,24,0,127,128,28,0,159,56,185,255,255,75,12,0,31,128,
-0,0,3,44,60,8,108,85,46,3,108,124,16,0,130,65,32,0,223,128,
-1,0,198,56,32,0,223,144,36,0,255,128,1,0,107,57,0,56,11,124,
-200,255,128,65,16,0,0,72,32,0,63,129,1,0,41,57,32,0,63,145,
-152,128,77,129,1,0,138,56,11,0,96,60,96,63,99,56,152,128,141,144,
-17,105,4,72,32,0,31,128,0,0,0,44,0,0,96,56,8,0,130,65,
-19,48,96,56,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-121,27,127,124,8,0,193,147,120,35,158,124,28,0,130,65,0,0,128,56,
-145,170,255,75,255,7,192,87,12,0,130,65,120,251,227,127,209,84,4,72,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,
-166,2,8,124,36,0,1,144,28,0,225,147,0,0,197,131,121,27,127,124,
-120,51,220,124,120,35,157,124,20,0,130,64,52,0,96,56,221,82,4,72,
-121,27,127,124,52,0,130,65,8,0,193,147,120,251,227,127,120,235,164,127,
-120,227,134,127,8,0,161,56,121,172,255,75,12,0,0,60,240,17,0,48,
-48,0,31,144,11,0,96,60,116,63,99,56,41,104,4,72,120,251,227,127,
-28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,16,0,129,131,
-166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,20,0,161,147,
-120,51,221,124,24,0,193,147,120,59,254,124,16,0,129,147,120,43,188,124,
-166,2,8,124,36,0,1,144,120,27,96,124,120,227,131,127,28,0,225,147,
-120,35,159,124,120,3,4,124,221,167,255,75,120,235,163,127,213,167,255,75,
-120,227,132,127,0,0,96,56,0,2,160,56,93,37,7,72,0,0,3,44,
-40,0,130,64,120,227,131,127,120,251,228,127,177,167,255,75,120,227,132,127,
-0,2,96,56,120,27,101,124,57,37,7,72,0,0,3,44,36,0,130,65,
-120,243,195,127,11,0,224,63,156,63,159,56,249,18,2,72,156,63,127,56,
-109,103,4,72,39,48,96,56,140,0,0,72,120,227,132,127,0,0,96,56,
-8,0,160,56,93,36,7,72,0,0,3,44,36,0,130,65,120,243,195,127,
-11,0,224,63,180,63,159,56,193,18,2,72,180,63,127,56,53,103,4,72,
-39,48,96,56,84,0,0,72,120,227,131,127,120,235,164,127,8,0,160,56,
-8,0,193,56,105,198,255,75,0,0,3,44,56,0,130,65,8,0,161,128,
-174,40,253,124,174,40,220,124,11,0,224,63,120,243,195,127,204,63,159,56,
-121,18,2,72,8,0,129,128,174,32,221,124,174,32,188,124,204,63,127,56,
-225,102,4,72,37,48,96,56,24,0,193,131,28,0,225,131,36,0,1,128,
-20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,
-1,0,224,56,0,0,0,57,120,67,10,125,56,24,75,85,20,26,43,125,
-4,0,9,145,60,8,8,85,254,15,235,84,120,91,8,125,0,0,233,144,
-60,8,231,84,121,59,0,125,12,0,130,64,1,0,224,56,0,0,0,57,
-1,0,74,57,64,0,10,40,200,255,128,65,32,0,128,78,232,255,33,148,
-8,0,129,147,12,0,161,147,16,0,193,147,20,0,225,147,0,0,131,160,
-0,0,192,59,3,0,132,57,1,0,224,63,22,96,126,125,214,97,159,125,
-1,0,64,57,20,98,11,125,2,0,132,57,22,96,126,125,214,97,138,125,
-20,98,139,125,0,0,94,49,20,97,104,125,30,128,140,84,1,0,140,61,
-112,254,134,125,20,96,234,124,4,0,68,57,0,0,67,177,12,0,161,131,
-16,0,193,131,8,0,129,131,20,0,225,131,20,49,11,125,20,32,103,125,
-120,91,99,125,148,1,136,125,120,99,132,125,24,0,33,56,32,0,128,78,
-56,0,139,84,20,26,139,125,0,0,172,144,4,0,204,144,32,0,128,78,
-56,0,140,84,110,24,108,124,4,0,140,128,32,0,128,78,208,255,33,148,
-40,0,193,147,120,35,158,124,12,0,225,146,0,2,224,58,64,240,23,124,
-16,0,1,147,20,0,33,147,24,0,65,147,28,0,97,147,32,0,129,147,
-36,0,161,147,120,27,125,124,44,0,225,147,120,43,191,124,166,2,8,124,
-52,0,1,144,0,0,0,56,17,0,96,57,8,0,97,177,112,0,128,64,
-120,235,163,127,0,0,128,56,113,165,255,75,8,0,97,56,233,254,255,75,
-120,27,101,124,120,235,163,127,120,35,134,124,0,0,128,56,101,255,255,75,
-120,187,227,126,120,235,164,127,0,2,160,56,221,34,7,72,121,27,96,124,
-36,0,130,65,120,251,227,127,11,0,224,63,92,64,159,56,157,16,2,72,
-92,64,127,56,17,101,4,72,39,48,0,56,60,1,0,72,60,8,247,86,
-64,240,23,124,152,255,128,65,0,2,224,58,120,187,252,126,64,240,28,124,
-17,0,128,57,8,0,129,177,24,1,128,64,120,227,131,127,120,235,164,127,
-32,0,160,56,221,33,7,72,121,27,96,124,36,0,130,65,120,251,227,127,
-11,0,224,63,116,64,159,56,65,16,2,72,116,64,127,56,181,100,4,72,
-39,48,0,56,224,0,0,72,120,235,163,127,0,0,128,56,217,254,255,75,
-64,184,28,124,120,35,155,124,120,27,122,124,120,0,130,64,8,0,97,56,
-29,254,255,75,120,35,153,124,64,200,27,124,120,27,120,124,12,0,130,64,
-64,192,26,124,76,0,130,65,120,251,227,127,11,0,224,63,28,64,159,56,
-120,187,229,126,120,195,7,127,120,203,40,127,120,211,73,127,120,219,106,127,
-209,15,2,72,28,64,127,56,120,187,228,126,120,195,5,127,120,203,38,127,
-120,211,71,127,120,219,104,127,49,100,4,72,38,48,0,56,92,0,0,72,
-60,8,247,86,0,2,156,59,72,0,0,72,121,211,106,127,60,0,130,65,
-120,251,227,127,11,0,224,63,140,64,159,56,120,187,229,126,120,211,71,127,
-120,219,104,127,125,15,2,72,140,64,127,56,120,187,228,126,120,211,69,127,
-120,219,102,127,229,99,4,72,38,48,0,56,16,0,0,72,0,2,156,59,
-64,240,28,124,240,254,128,65,32,0,129,131,20,0,33,131,24,0,65,131,
-36,0,161,131,28,0,97,131,120,3,3,124,52,0,1,128,16,0,1,131,
-44,0,225,131,40,0,193,131,12,0,225,130,166,3,8,124,48,0,33,56,
-32,0,128,78,208,255,33,148,20,0,33,147,24,0,65,147,32,0,129,147,
-16,0,1,147,28,0,97,147,36,0,161,147,40,0,193,147,44,0,225,147,
-166,2,8,124,52,0,1,144,56,134,13,128,0,0,0,44,120,27,121,124,
-120,35,154,124,120,51,220,124,120,43,187,124,0,0,27,144,120,59,253,124,
-120,67,30,125,11,0,0,63,25,27,7,72,56,134,109,128,25,192,254,75,
-121,27,127,124,48,0,130,65,165,33,7,72,120,203,35,127,220,64,152,56,
-165,14,2,72,220,64,120,56,25,99,4,72,0,0,154,129,1,0,140,57,
-39,48,224,59,0,0,154,145,252,1,0,72,255,7,192,87,68,0,130,65,
-120,227,133,127,120,235,166,127,120,203,39,127,85,0,96,56,170,0,128,56,
-229,250,255,75,121,27,127,124,84,1,130,64,120,227,133,127,120,235,166,127,
-120,203,39,127,170,0,96,56,85,0,128,56,197,250,255,75,121,27,127,124,
-52,1,130,64,189,7,192,87,12,1,130,65,120,227,131,127,245,251,255,75,
-120,235,163,127,238,0,128,56,181,162,255,75,120,227,132,127,0,0,96,56,
-0,2,160,56,61,32,7,72,0,0,3,44,52,0,130,65,253,32,7,72,
-120,203,35,127,11,0,224,63,244,64,159,56,249,13,2,72,244,64,127,56,
-109,98,4,72,0,0,154,129,1,0,140,57,39,48,224,59,0,0,154,145,
-80,1,0,72,120,235,164,127,0,0,96,56,0,2,160,56,81,31,7,72,
-0,0,3,44,52,0,130,65,181,32,7,72,120,203,35,127,11,0,224,63,
-12,65,159,56,177,13,2,72,12,65,127,56,37,98,4,72,0,0,154,129,
-1,0,140,57,39,48,224,59,0,0,154,145,8,1,0,72,120,227,131,127,
-120,235,164,127,0,2,160,56,8,0,193,56,77,193,255,75,121,27,127,124,
-76,0,130,65,105,32,7,72,8,0,161,128,174,40,253,124,174,40,220,124,
-11,0,224,63,120,203,35,127,36,65,159,56,89,13,2,72,8,0,129,128,
-174,32,221,124,174,32,188,124,36,65,127,56,193,97,4,72,0,0,154,129,
-1,0,140,57,36,48,224,59,0,0,154,145,164,0,0,72,123,7,202,87,
-48,0,130,65,0,0,155,128,120,227,131,127,120,203,37,127,221,251,255,75,
-121,27,127,124,24,0,130,65,1,32,7,72,0,0,154,129,1,0,140,57,
-0,0,154,145,112,0,0,72,57,7,192,87,92,0,130,65,56,134,109,128,
-73,190,254,75,0,0,3,44,28,0,130,64,213,31,7,72,19,0,96,60,
-172,179,99,128,49,190,254,75,121,27,127,124,44,0,130,65,120,203,35,127,
-220,64,152,56,193,12,2,72,220,64,120,56,53,97,4,72,0,0,154,129,
-1,0,140,57,39,48,224,59,0,0,154,145,24,0,0,72,21,218,4,72,
-0,0,123,144,0,0,154,129,1,0,140,57,0,0,154,145,24,0,65,131,
-32,0,129,131,36,0,161,131,120,251,227,127,44,0,225,131,28,0,97,131,
-40,0,193,131,52,0,1,128,20,0,33,131,16,0,1,131,166,3,8,124,
-48,0,33,56,32,0,128,78,232,255,33,148,16,0,193,147,20,0,225,147,
-166,2,8,124,28,0,1,144,12,0,161,147,120,27,125,124,8,0,253,171,
-0,0,31,44,120,35,158,124,96,0,130,64,36,0,29,128,0,0,31,124,
-96,0,128,64,16,0,221,128,24,0,125,128,20,0,253,128,28,0,157,56,
-120,243,200,127,148,128,173,56,241,252,255,75,12,0,93,129,0,0,3,44,
-60,8,233,87,46,83,105,124,16,0,130,65,32,0,125,129,1,0,107,57,
-32,0,125,145,36,0,29,128,1,0,255,59,0,0,31,124,184,255,128,65,
-16,0,0,72,32,0,253,128,1,0,231,56,32,0,253,144,152,128,141,129,
-1,0,140,56,11,0,96,60,116,65,99,56,152,128,141,144,45,96,4,72,
-32,0,29,128,0,0,0,44,0,0,96,56,8,0,130,65,19,48,96,56,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,8,0,193,147,120,27,126,124,8,0,254,171,0,0,31,44,
-96,0,130,64,36,0,30,128,0,0,31,124,96,0,128,64,16,0,222,128,
-24,0,126,128,20,0,254,128,28,0,158,56,148,128,173,56,255,255,0,57,
-29,252,255,75,12,0,30,129,0,0,3,44,60,8,231,87,46,67,103,124,
-16,0,130,65,32,0,62,129,1,0,41,57,32,0,62,145,36,0,30,128,
-1,0,255,59,0,0,31,124,184,255,128,65,16,0,0,72,32,0,158,129,
-1,0,140,57,32,0,158,145,152,128,109,129,1,0,139,56,11,0,96,60,
-136,65,99,56,152,128,141,144,89,95,4,72,32,0,30,128,0,0,0,44,
-0,0,96,56,8,0,130,65,19,48,96,56,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,8,0,193,147,
-120,35,158,124,28,0,130,65,0,0,128,56,213,160,255,75,255,7,192,87,
-12,0,130,65,120,251,227,127,21,75,4,72,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,224,255,33,148,
-16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,36,0,1,144,
-28,0,225,147,0,0,197,131,121,27,127,124,120,51,220,124,120,35,157,124,
-20,0,130,64,52,0,96,56,33,73,4,72,121,27,127,124,52,0,130,65,
-8,0,193,147,120,251,227,127,120,235,164,127,120,227,134,127,8,0,161,56,
-189,162,255,75,12,0,0,60,216,17,0,48,48,0,31,144,11,0,96,60,
-156,65,99,56,109,94,4,72,120,251,227,127,28,0,225,131,24,0,193,131,
-36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,121,27,127,124,166,2,8,124,
-20,0,1,144,20,0,130,64,52,0,96,56,165,72,4,72,121,27,127,124,
-24,0,130,65,120,251,227,127,41,164,255,75,12,0,0,60,216,17,0,48,
-48,0,31,144,20,0,1,128,120,251,227,127,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,
-20,0,225,147,120,51,223,124,8,0,129,147,120,27,124,124,12,0,161,147,
-120,35,157,124,16,0,193,147,120,43,190,124,0,2,160,56,109,27,7,72,
-0,0,3,44,84,0,130,64,120,235,163,127,120,251,228,127,0,2,160,56,
-232,0,192,56,157,206,255,75,0,0,3,44,56,0,130,64,120,235,163,127,
-120,251,228,127,0,2,160,56,228,0,192,56,129,206,255,75,0,0,3,44,
-28,0,130,64,120,227,131,127,120,243,196,127,0,2,160,56,121,26,7,72,
-0,0,3,44,36,0,130,65,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-120,235,163,127,120,243,196,127,0,2,160,56,233,234,255,75,16,0,193,131,
-20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,
-20,0,225,147,120,51,223,124,8,0,129,147,120,59,252,124,16,0,193,147,
-120,43,190,124,120,243,195,127,12,0,161,147,120,35,157,124,0,0,128,56,
-245,156,255,75,120,243,196,127,120,251,229,127,120,227,134,127,0,0,96,56,
-221,254,255,75,0,0,3,44,68,0,130,64,120,243,195,127,33,231,255,75,
-120,243,196,127,120,251,229,127,120,227,134,127,0,0,96,56,185,254,255,75,
-0,0,3,44,32,0,130,64,120,243,195,127,149,235,255,75,120,243,196,127,
-120,251,229,127,120,227,134,127,0,0,96,56,149,254,255,75,0,0,157,129,
-1,0,140,57,0,0,157,145,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,
-120,27,126,124,8,0,254,171,0,0,31,44,92,0,130,64,36,0,94,129,
-0,80,31,124,92,0,128,64,20,0,222,128,44,0,254,160,24,0,126,128,
-16,0,190,128,28,0,158,56,253,254,255,75,12,0,30,129,0,0,3,44,
-60,8,231,87,46,67,103,124,16,0,130,65,32,0,62,129,1,0,41,57,
-32,0,62,145,36,0,94,129,1,0,255,59,0,80,31,124,188,255,128,65,
-16,0,0,72,32,0,126,129,1,0,107,57,32,0,126,145,152,128,141,129,
-1,0,140,56,11,0,96,60,180,65,99,56,152,128,141,144,185,91,4,72,
-32,0,30,128,0,0,0,44,0,0,96,56,8,0,130,65,19,48,96,56,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-121,27,127,124,8,0,193,147,120,35,158,124,28,0,130,65,0,0,128,56,
-53,157,255,75,255,7,192,87,12,0,130,65,120,251,227,127,117,71,4,72,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,
-166,2,8,124,36,0,1,144,28,0,225,147,0,0,133,131,121,27,127,124,
-120,51,221,124,120,35,158,124,20,0,130,64,52,0,96,56,129,69,4,72,
-121,27,127,124,68,0,130,65,8,0,129,147,120,251,227,127,120,243,196,127,
-120,235,166,127,8,0,161,56,29,159,255,75,12,0,0,60,192,17,0,48,
-48,0,31,144,11,0,96,60,200,65,99,56,205,90,4,72,44,0,159,160,
-11,0,96,60,244,65,99,56,189,90,4,72,120,251,227,127,28,0,225,131,
-24,0,193,131,36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,
-32,0,33,56,32,0,128,78,0,0,131,144,32,0,128,78,0,0,99,128,
-32,0,128,78,224,255,33,148,20,0,161,147,120,35,157,124,16,0,129,147,
-166,2,8,124,36,0,1,144,0,0,0,56,120,3,28,124,0,232,28,124,
-8,0,65,147,12,0,97,147,120,27,123,124,24,0,193,147,120,51,222,124,
-28,0,225,147,120,59,255,124,220,0,128,64,120,251,227,127,120,219,100,127,
-165,255,255,75,169,255,255,75,120,27,122,124,64,216,26,124,60,0,130,65,
-120,67,3,125,11,0,192,63,68,66,158,56,120,251,229,127,120,219,102,127,
-120,211,71,127,145,5,2,72,68,66,126,56,120,251,228,127,120,219,101,127,
-120,211,70,127,249,89,4,72,100,48,96,56,140,0,0,72,0,0,224,56,
-0,232,7,124,58,16,140,87,46,72,204,124,0,0,223,144,92,0,128,64,
-0,0,126,129,58,16,234,84,46,72,138,125,64,96,11,124,56,0,130,65,
-120,67,3,125,120,251,229,127,120,243,198,127,11,0,128,60,128,66,132,56,
-49,5,2,72,120,251,228,127,120,243,197,127,11,0,96,60,4,66,99,56,
-153,89,4,72,101,48,96,56,44,0,0,72,1,0,231,56,0,232,7,124,
-1,0,222,63,172,255,128,65,1,0,156,59,0,232,28,124,1,0,255,63,
-120,43,190,124,44,255,128,65,120,3,3,124,24,0,193,131,16,0,129,131,
-20,0,161,131,28,0,225,131,36,0,1,128,12,0,97,131,8,0,65,131,
-166,3,8,124,32,0,33,56,32,0,128,78,208,255,33,148,32,0,129,147,
-44,0,225,147,166,2,8,124,52,0,1,144,24,0,65,147,120,35,154,124,
-12,0,225,146,1,0,224,62,170,170,247,58,20,0,33,147,40,0,193,147,
-120,75,62,125,120,243,217,127,28,0,97,147,120,243,219,127,16,0,1,147,
-120,27,120,124,36,0,161,147,120,67,29,125,58,16,163,87,21,69,4,72,
-0,0,64,57,0,232,10,124,120,27,124,124,32,0,128,64,58,16,76,85,
-1,0,74,57,0,232,10,124,0,0,25,128,1,0,57,63,46,225,12,124,
-232,255,128,65,120,235,164,127,120,243,197,127,120,243,217,127,120,203,38,127,
-120,219,103,127,120,195,8,127,120,227,137,127,0,0,96,56,21,254,255,75,
-121,27,127,124,120,0,130,64,120,235,164,127,120,243,197,127,120,203,38,127,
-120,219,103,127,120,195,8,127,120,227,137,127,85,85,119,56,237,253,255,75,
-121,27,127,124,80,0,130,64,120,235,164,127,120,243,197,127,120,203,38,127,
-120,219,103,127,120,195,8,127,120,227,137,127,85,85,96,56,197,253,255,75,
-121,27,127,124,40,0,130,64,120,235,164,127,120,243,197,127,120,203,38,127,
-120,219,103,127,120,195,8,127,120,227,137,127,120,187,227,126,157,253,255,75,
-120,27,127,124,120,227,131,127,69,68,4,72,0,0,122,129,1,0,107,57,
-0,0,122,145,36,0,161,131,24,0,65,131,28,0,97,131,40,0,193,131,
-32,0,129,131,20,0,33,131,120,251,227,127,44,0,225,131,52,0,1,128,
-16,0,1,131,12,0,225,130,166,3,8,124,48,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,
-120,27,126,124,8,0,254,171,0,0,31,44,100,0,130,64,36,0,30,128,
-0,0,31,124,100,0,128,64,68,0,62,129,52,0,190,128,56,0,222,128,
-60,0,254,128,24,0,126,128,64,0,30,129,28,0,158,56,69,254,255,75,
-12,0,94,129,0,0,3,44,60,8,233,87,46,83,105,124,16,0,130,65,
-32,0,126,129,1,0,107,57,32,0,126,145,36,0,30,128,1,0,255,59,
-0,0,31,124,180,255,128,65,16,0,0,72,32,0,254,128,1,0,231,56,
-32,0,254,144,152,128,141,129,1,0,140,56,11,0,96,60,196,66,99,56,
-152,128,141,144,41,87,4,72,32,0,30,129,0,0,8,44,0,0,96,56,
-8,0,130,65,19,48,96,56,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,121,27,127,124,8,0,193,147,120,35,158,124,
-28,0,130,65,0,0,128,56,165,152,255,75,255,7,192,87,12,0,130,65,
-120,251,227,127,229,66,4,72,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,224,255,33,148,16,0,129,147,
-20,0,161,147,24,0,193,147,166,2,8,124,36,0,1,144,28,0,225,147,
-0,0,165,131,121,27,127,124,120,51,222,124,120,35,156,124,20,0,130,64,
-72,0,96,56,241,64,4,72,121,27,127,124,108,0,130,65,8,0,161,147,
-120,251,227,127,120,227,132,127,120,243,198,127,8,0,161,56,141,154,255,75,
-12,0,0,60,168,17,0,48,48,0,31,144,11,0,96,60,216,66,99,56,
-61,86,4,72,0,0,128,60,8,0,132,56,52,0,159,144,127,0,160,60,
-0,0,165,56,56,0,191,144,80,40,196,124,60,0,223,144,68,0,159,144,
-62,132,199,84,64,0,255,144,11,0,96,60,232,66,99,56,5,86,4,72,
-120,251,227,127,28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,
-16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,
-28,0,225,147,166,2,8,124,36,0,1,144,16,0,129,147,120,35,156,124,
-24,0,193,147,120,51,222,124,12,0,97,147,120,27,123,124,20,0,161,147,
-120,43,189,124,120,235,163,127,13,224,255,75,0,0,128,57,238,0,0,56,
-174,97,29,124,1,0,140,57,0,2,12,44,240,255,128,65,173,13,7,72,
-120,27,127,124,120,235,164,127,0,2,160,56,129,15,7,72,120,243,195,127,
-238,0,128,56,133,149,255,75,120,251,227,127,120,243,196,127,0,2,160,56,
-141,15,7,72,120,251,227,127,33,18,7,72,120,235,163,127,120,243,196,127,
-0,2,160,56,8,0,193,56,149,180,255,75,0,0,3,44,56,0,130,65,
-8,0,161,128,174,40,254,124,174,40,221,124,11,0,224,63,120,219,99,127,
-56,67,159,56,165,0,2,72,8,0,129,128,174,32,222,124,174,32,189,124,
-56,67,127,56,13,85,4,72,103,48,96,56,0,0,92,129,1,0,74,57,
-0,0,92,145,20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,
-16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,
-120,27,126,124,8,0,254,171,0,0,31,44,88,0,130,64,36,0,62,129,
-0,72,31,124,88,0,128,64,20,0,222,128,24,0,126,128,16,0,190,128,
-28,0,158,56,185,254,255,75,12,0,254,128,0,0,3,44,60,8,230,87,
-46,59,102,124,16,0,130,65,32,0,30,129,1,0,8,57,32,0,30,145,
-36,0,62,129,1,0,255,59,0,72,31,124,192,255,128,65,16,0,0,72,
-32,0,94,129,1,0,74,57,32,0,94,145,152,128,141,129,1,0,140,56,
-11,0,96,60,124,67,99,56,152,128,141,144,61,84,4,72,32,0,30,128,
-0,0,0,44,0,0,96,56,8,0,130,65,19,48,96,56,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,
-8,0,193,147,120,35,158,124,28,0,130,65,0,0,128,56,185,149,255,75,
-255,7,192,87,12,0,130,65,120,251,227,127,249,63,4,72,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,
-36,0,1,144,28,0,225,147,0,0,197,131,121,27,127,124,120,51,220,124,
-120,35,157,124,20,0,130,64,52,0,96,56,5,62,4,72,121,27,127,124,
-52,0,130,65,8,0,193,147,120,251,227,127,120,235,164,127,120,227,134,127,
-8,0,161,56,161,151,255,75,12,0,0,60,144,17,0,48,48,0,31,144,
-11,0,96,60,144,67,99,56,81,83,4,72,120,251,227,127,28,0,225,131,
-24,0,193,131,36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,
-32,0,33,56,32,0,128,78,224,255,33,148,166,2,8,124,36,0,1,144,
-12,0,97,147,120,59,251,124,16,0,129,147,120,27,124,124,24,0,193,147,
-120,43,190,124,20,0,161,147,120,35,157,124,120,235,165,127,0,0,128,56,
-28,0,225,147,120,51,223,124,0,2,192,56,73,29,7,72,0,0,3,44,
-144,0,130,64,120,227,131,127,120,251,228,127,120,219,101,127,0,2,192,56,
-8,0,224,56,6,0,0,57,201,217,255,75,0,0,3,44,108,0,130,64,
-120,243,195,127,238,0,128,56,197,146,255,75,120,227,131,127,0,0,128,56,
-120,243,197,127,0,2,192,56,253,28,7,72,0,0,3,44,68,0,130,64,
-120,227,131,127,120,251,228,127,120,219,101,127,0,2,192,56,9,0,224,56,
-0,0,0,57,125,217,255,75,0,0,3,44,32,0,130,64,120,227,131,127,
-0,0,128,56,120,243,197,127,0,2,192,56,37,30,7,72,0,0,3,44,
-40,0,130,65,20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,
-16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,
-120,235,163,127,120,243,196,127,0,2,160,56,209,223,255,75,20,0,161,131,
-24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,
-166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,166,2,8,124,
-36,0,1,144,28,0,225,147,120,51,223,124,12,0,97,147,120,59,251,124,
-16,0,129,147,120,67,28,125,24,0,193,147,120,43,190,124,120,243,195,127,
-20,0,161,147,120,35,157,124,0,0,128,56,209,145,255,75,120,219,99,127,
-120,243,196,127,120,251,229,127,120,227,134,127,0,80,224,56,125,254,255,75,
-0,0,3,44,76,0,130,64,120,243,195,127,249,219,255,75,120,219,99,127,
-120,243,196,127,120,251,229,127,120,227,134,127,0,80,224,56,85,254,255,75,
-0,0,3,44,36,0,130,64,120,243,195,127,105,224,255,75,120,219,99,127,
-120,243,196,127,120,251,229,127,120,227,134,127,0,80,224,56,45,254,255,75,
-0,0,157,129,1,0,140,57,0,0,157,145,20,0,161,131,24,0,193,131,
-28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,
-32,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,8,0,193,147,120,27,126,124,8,0,254,171,0,0,31,44,
-96,0,130,64,36,0,30,128,0,0,31,124,96,0,128,64,44,0,30,161,
-16,0,190,128,20,0,222,128,24,0,126,128,40,0,254,128,28,0,158,56,
-225,254,255,75,12,0,30,129,0,0,3,44,60,8,231,87,46,67,103,124,
-16,0,130,65,32,0,62,129,1,0,41,57,32,0,62,145,36,0,30,128,
-1,0,255,59,0,0,31,124,184,255,128,65,16,0,0,72,32,0,158,129,
-1,0,140,57,32,0,158,145,152,128,109,129,1,0,139,56,11,0,96,60,
-188,67,99,56,152,128,141,144,129,80,4,72,32,0,30,128,0,0,0,44,
-0,0,96,56,8,0,130,65,19,48,96,56,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,8,0,193,147,
-120,35,158,124,28,0,130,65,0,0,128,56,253,145,255,75,255,7,192,87,
-12,0,130,65,120,251,227,127,61,60,4,72,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,224,255,33,148,
-16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,36,0,1,144,
-28,0,225,147,0,0,133,131,121,27,127,124,120,51,221,124,120,35,158,124,
-20,0,130,64,52,0,96,56,73,58,4,72,121,27,127,124,68,0,130,65,
-8,0,129,147,120,251,227,127,120,243,196,127,120,235,166,127,8,0,161,56,
-229,147,255,75,12,0,0,60,120,17,0,48,48,0,31,144,11,0,96,60,
-208,67,99,56,149,79,4,72,44,0,159,160,11,0,96,60,0,68,99,56,
-133,79,4,72,120,251,227,127,28,0,225,131,24,0,193,131,36,0,1,128,
-20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,
-0,0,132,129,0,0,96,56,1,0,140,57,0,0,132,145,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-8,0,127,169,0,0,11,44,80,0,130,64,36,0,255,128,0,56,11,124,
-80,0,128,64,24,0,127,128,28,0,159,56,185,255,255,75,12,0,31,128,
-0,0,3,44,60,8,108,85,46,3,108,124,16,0,130,65,32,0,223,128,
-1,0,198,56,32,0,223,144,36,0,255,128,1,0,107,57,0,56,11,124,
-200,255,128,65,16,0,0,72,32,0,63,129,1,0,41,57,32,0,63,145,
-152,128,77,129,1,0,138,56,11,0,96,60,16,68,99,56,152,128,141,144,
-189,78,4,72,32,0,31,128,0,0,0,44,0,0,96,56,8,0,130,65,
-19,48,96,56,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-121,27,127,124,8,0,193,147,120,35,158,124,28,0,130,65,0,0,128,56,
-61,144,255,75,255,7,192,87,12,0,130,65,120,251,227,127,125,58,4,72,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,
-166,2,8,124,36,0,1,144,28,0,225,147,0,0,197,131,121,27,127,124,
-120,51,220,124,120,35,157,124,20,0,130,64,52,0,96,56,137,56,4,72,
-121,27,127,124,52,0,130,65,8,0,193,147,120,251,227,127,120,235,164,127,
-120,227,134,127,8,0,161,56,37,146,255,75,12,0,0,60,96,17,0,48,
-48,0,31,144,11,0,96,60,36,68,99,56,213,77,4,72,120,251,227,127,
-28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,16,0,129,131,
-166,3,8,124,32,0,33,56,32,0,128,78,232,255,33,148,166,2,8,124,
-28,0,1,144,16,0,193,147,120,43,190,124,8,0,129,147,120,59,252,124,
-20,0,225,147,120,51,223,124,120,251,227,127,12,0,161,147,120,35,157,124,
-0,0,128,56,141,141,255,75,120,251,228,127,0,0,96,56,0,2,160,56,
-21,11,7,72,0,0,3,44,68,0,130,64,120,227,131,127,0,0,128,56,
-0,2,160,56,57,19,7,72,0,0,3,44,44,0,130,64,120,251,228,127,
-0,0,96,56,0,2,160,56,65,10,7,72,0,0,3,44,20,0,130,64,
-120,243,195,127,120,251,228,127,0,2,160,56,209,218,255,75,0,0,157,129,
-1,0,140,57,0,0,157,145,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,
-120,27,126,124,8,0,254,171,0,0,31,44,92,0,130,64,36,0,94,129,
-0,80,31,124,92,0,128,64,20,0,222,128,40,0,254,128,24,0,126,128,
-16,0,190,128,28,0,158,56,1,255,255,75,12,0,30,129,0,0,3,44,
-60,8,231,87,46,67,103,124,16,0,130,65,32,0,62,129,1,0,41,57,
-32,0,62,145,36,0,94,129,1,0,255,59,0,80,31,124,188,255,128,65,
-16,0,0,72,32,0,126,129,1,0,107,57,32,0,126,145,152,128,141,129,
-1,0,140,56,11,0,96,60,48,68,99,56,152,128,141,144,85,76,4,72,
-32,0,30,128,0,0,0,44,0,0,96,56,8,0,130,65,19,48,96,56,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-121,27,127,124,8,0,193,147,120,35,158,124,28,0,130,65,0,0,128,56,
-209,141,255,75,255,7,192,87,12,0,130,65,120,251,227,127,17,56,4,72,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,
-166,2,8,124,36,0,1,144,28,0,225,147,0,0,197,131,121,27,127,124,
-120,51,220,124,120,35,157,124,20,0,130,64,52,0,96,56,29,54,4,72,
-121,27,127,124,84,0,130,65,8,0,193,147,120,251,227,127,120,235,164,127,
-120,227,134,127,8,0,161,56,185,143,255,75,12,0,128,61,72,17,140,57,
-48,0,159,145,11,0,96,60,68,68,99,56,105,75,4,72,16,0,127,128,
-197,213,255,75,40,0,127,128,16,0,191,128,0,0,128,56,0,2,192,56,
-173,21,7,72,8,0,127,176,120,251,227,127,28,0,225,131,24,0,193,131,
-36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,
-32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,16,0,193,147,
-120,43,190,124,8,0,129,147,120,59,252,124,20,0,225,147,120,51,223,124,
-120,251,227,127,12,0,161,147,120,35,157,124,0,0,128,56,1,139,255,75,
-120,227,131,127,120,251,229,127,0,2,192,56,61,21,7,72,0,0,3,44,
-72,0,130,64,120,227,131,127,0,0,128,56,0,2,160,56,45,17,7,72,
-0,0,3,44,48,0,130,64,120,227,131,127,0,0,128,56,120,251,229,127,
-0,2,192,56,113,22,7,72,0,0,3,44,20,0,130,64,120,243,195,127,
-120,251,228,127,0,2,160,56,65,216,255,75,0,0,157,129,1,0,140,57,
-0,0,157,145,16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,
-8,0,254,171,0,0,31,44,92,0,130,64,36,0,94,129,0,80,31,124,
-92,0,128,64,20,0,222,128,40,0,254,128,24,0,126,128,16,0,190,128,
-28,0,158,56,253,254,255,75,12,0,30,129,0,0,3,44,60,8,231,87,
-46,67,103,124,16,0,130,65,32,0,62,129,1,0,41,57,32,0,62,145,
-36,0,94,129,1,0,255,59,0,80,31,124,188,255,128,65,16,0,0,72,
-32,0,126,129,1,0,107,57,32,0,126,145,152,128,141,129,1,0,140,56,
-11,0,96,60,108,68,99,56,152,128,141,144,197,73,4,72,32,0,30,128,
-0,0,0,44,0,0,96,56,8,0,130,65,19,48,96,56,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,
-8,0,193,147,120,35,158,124,28,0,130,65,0,0,128,56,65,139,255,75,
-255,7,192,87,12,0,130,65,120,251,227,127,129,53,4,72,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,
-36,0,1,144,28,0,225,147,0,0,197,131,121,27,127,124,120,51,220,124,
-120,35,157,124,20,0,130,64,52,0,96,56,141,51,4,72,121,27,127,124,
-80,0,130,65,8,0,193,147,120,251,227,127,120,235,164,127,120,227,134,127,
-8,0,161,56,41,141,255,75,12,0,0,60,48,17,0,48,48,0,31,144,
-11,0,96,60,128,68,99,56,217,72,4,72,16,0,127,128,53,211,255,75,
-16,0,159,128,0,0,96,56,0,2,160,56,109,6,7,72,8,0,127,176,
-120,251,227,127,28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,
-16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,
-20,0,161,147,24,0,193,147,166,2,8,124,36,0,1,144,16,0,129,147,
-120,43,188,124,8,0,65,147,120,59,250,124,28,0,225,147,120,51,223,124,
-120,251,227,127,12,0,97,147,120,35,155,124,238,0,128,56,109,136,255,75,
-120,211,93,127,120,235,163,127,0,0,192,59,120,243,196,127,120,251,229,127,
-0,2,192,56,157,18,7,72,0,0,3,44,76,0,130,64,120,235,163,127,
-120,243,196,127,120,227,133,127,0,2,192,56,129,18,7,72,0,0,3,44,
-48,0,130,64,120,211,67,127,0,0,128,56,120,251,229,127,0,2,192,56,
-205,19,7,72,0,0,3,44,20,0,130,64,120,227,131,127,120,251,228,127,
-0,2,160,56,157,213,255,75,0,0,155,129,1,0,140,57,0,0,155,145,
-24,0,193,131,16,0,129,131,20,0,161,131,28,0,225,131,36,0,1,128,
-12,0,97,131,8,0,65,131,166,3,8,124,32,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,
-120,27,126,124,8,0,254,171,0,0,31,44,92,0,130,64,36,0,94,129,
-0,80,31,124,92,0,128,64,20,0,222,128,40,0,254,128,24,0,126,128,
-16,0,190,128,28,0,158,56,221,254,255,75,12,0,30,129,0,0,3,44,
-60,8,231,87,46,67,103,124,16,0,130,65,32,0,62,129,1,0,41,57,
-32,0,62,145,36,0,94,129,1,0,255,59,0,80,31,124,188,255,128,65,
-16,0,0,72,32,0,126,129,1,0,107,57,32,0,126,145,152,128,141,129,
-1,0,140,56,11,0,96,60,168,68,99,56,152,128,141,144,25,71,4,72,
-32,0,30,128,0,0,0,44,0,0,96,56,8,0,130,65,19,48,96,56,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-121,27,127,124,8,0,193,147,120,35,158,124,28,0,130,65,0,0,128,56,
-149,136,255,75,255,7,192,87,12,0,130,65,120,251,227,127,213,50,4,72,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,
-166,2,8,124,36,0,1,144,28,0,225,147,0,0,197,131,121,27,127,124,
-120,51,220,124,120,35,157,124,20,0,130,64,52,0,96,56,225,48,4,72,
-121,27,127,124,60,0,130,65,8,0,193,147,120,251,227,127,120,235,164,127,
-120,227,134,127,8,0,161,56,125,138,255,75,12,0,0,60,24,17,0,48,
-48,0,31,144,11,0,96,60,188,68,99,56,45,70,4,72,16,0,127,128,
-137,208,255,75,120,251,227,127,28,0,225,131,24,0,193,131,36,0,1,128,
-20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,
-224,255,33,148,12,0,97,147,16,0,129,147,24,0,193,147,28,0,225,147,
-166,2,8,124,36,0,1,144,20,0,161,147,120,59,253,124,0,0,61,129,
-64,64,9,124,120,51,220,124,120,43,187,124,120,27,126,124,120,35,159,124,
-76,0,128,65,0,0,0,56,0,0,29,144,19,0,96,60,172,179,99,128,
-141,162,254,75,0,0,3,44,48,0,130,65,120,243,195,127,11,0,192,63,
-228,68,158,56,25,241,1,72,228,68,126,56,141,69,4,72,0,0,159,129,
-1,0,140,57,39,48,96,56,0,0,159,145,128,0,0,72,120,227,131,127,
-238,0,128,56,129,133,255,75,0,0,125,128,120,227,132,127,0,2,160,56,
-9,3,7,72,0,0,3,44,80,0,130,64,0,0,125,128,120,219,100,127,
-0,2,160,56,241,2,7,72,0,0,3,44,56,0,130,64,0,0,125,128,
-120,227,132,127,0,2,160,56,53,2,7,72,0,0,3,44,32,0,130,64,
-120,219,99,127,120,227,132,127,0,2,160,56,197,210,255,75,0,0,125,129,
-0,2,107,57,0,0,125,145,0,0,159,129,1,0,140,57,0,0,159,145,
-20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,
-12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,232,255,33,148,
-20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,
-8,0,254,171,0,0,31,44,0,0,32,57,8,0,33,145,96,0,130,64,
-36,0,30,128,0,0,31,124,96,0,128,64,148,128,13,129,24,0,126,128,
-20,0,222,128,16,0,190,128,28,0,158,56,8,0,225,56,137,254,255,75,
-12,0,30,128,0,0,3,44,60,8,234,87,46,3,106,124,16,0,130,65,
-32,0,158,129,1,0,140,57,32,0,158,145,36,0,30,128,1,0,255,59,
-0,0,31,124,184,255,128,65,16,0,0,72,32,0,254,128,1,0,231,56,
-32,0,254,144,152,128,141,129,1,0,140,56,11,0,96,60,252,68,99,56,
-152,128,141,144,45,68,4,72,32,0,30,128,0,0,0,44,0,0,96,56,
-8,0,130,65,19,48,96,56,28,0,1,128,20,0,225,131,16,0,193,131,
-166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,121,27,127,124,8,0,193,147,120,35,158,124,
-28,0,130,65,0,0,128,56,169,133,255,75,255,7,192,87,12,0,130,65,
-120,251,227,127,233,47,4,72,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,224,255,33,148,16,0,129,147,
-20,0,161,147,24,0,193,147,166,2,8,124,36,0,1,144,28,0,225,147,
-0,0,165,131,121,27,127,124,120,51,222,124,120,35,156,124,20,0,130,64,
-52,0,96,56,245,45,4,72,121,27,127,124,84,0,130,65,8,0,161,147,
-120,251,227,127,120,227,132,127,120,243,198,127,8,0,161,56,145,135,255,75,
-12,0,0,60,0,17,0,48,48,0,31,144,11,0,96,60,16,69,99,56,
-65,67,4,72,19,0,96,60,172,179,99,128,21,160,254,75,0,0,3,44,
-8,0,127,176,12,0,130,64,16,0,127,128,133,205,255,75,120,251,227,127,
-28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,16,0,129,131,
-166,3,8,124,32,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,11,0,96,60,56,69,99,56,229,66,4,72,12,0,1,128,
-8,0,33,56,166,3,8,124,33,48,96,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,8,0,193,147,121,27,126,124,12,0,225,147,
-120,35,159,124,28,0,130,65,0,0,128,56,121,132,255,75,255,7,224,87,
-12,0,130,65,120,243,195,127,185,46,4,72,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,8,0,193,147,121,27,126,124,12,0,225,147,
-120,35,159,124,28,0,130,65,0,0,128,56,41,132,255,75,255,7,224,87,
-12,0,130,65,120,243,195,127,105,46,4,72,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,120,27,101,124,
-11,0,128,60,184,71,132,56,0,0,64,57,11,0,32,61,56,71,41,57,
-56,24,64,85,174,0,105,125,64,40,11,124,24,0,130,64,20,2,137,125,
-4,0,140,128,11,0,96,60,200,71,99,56,244,65,4,72,1,0,74,57,
-16,0,10,44,212,255,128,65,11,0,96,60,200,71,99,56,220,65,4,72,
-1,0,128,61,255,255,140,57,56,24,96,84,80,0,3,124,54,32,0,84,
-29,0,96,61,60,5,107,57,20,2,107,125,20,0,139,177,22,0,139,177,
-24,0,139,177,26,0,139,177,0,0,0,56,28,0,11,144,32,0,128,78,
-0,0,0,60,255,255,0,96,2,0,99,57,30,0,64,57,166,3,73,125,
-0,0,11,137,64,32,8,124,28,0,130,64,5,0,139,137,6,0,107,137,
-46,64,105,85,20,74,12,124,62,4,3,84,32,0,128,78,12,0,107,57,
-216,255,0,66,62,4,3,84,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,120,27,103,124,0,0,128,57,0,2,0,56,166,3,9,124,
-120,35,134,124,255,255,6,57,1,0,40,141,20,74,140,125,62,6,140,85,
-244,255,0,66,0,0,12,44,24,0,130,65,12,0,1,128,8,0,33,56,
-166,3,8,124,107,48,96,56,32,0,128,78,120,51,195,124,5,0,128,56,
-97,255,255,75,56,24,235,84,80,88,71,125,54,32,74,85,29,0,138,61,
-60,5,236,56,20,0,103,176,120,51,195,124,9,0,128,56,61,255,255,75,
-22,0,103,176,120,51,195,124,12,0,128,56,45,255,255,75,24,0,103,176,
-120,51,195,124,194,0,128,56,29,255,255,75,248,191,13,128,28,0,7,144,
-26,0,103,176,12,0,1,128,8,0,33,56,166,3,8,124,0,0,96,56,
-32,0,128,78,232,253,33,148,20,2,225,147,16,2,193,147,8,2,129,147,
-12,2,161,147,166,2,8,124,28,2,1,144,248,191,141,129,29,0,32,61,
-60,5,41,57,120,35,159,124,56,24,231,87,80,56,191,124,54,32,165,84,
-20,42,201,127,28,0,30,128,80,96,96,125,184,11,11,40,216,0,129,64,
-120,251,227,127,109,254,255,75,1,0,160,59,48,248,188,127,61,209,6,72,
-208,7,0,56,29,0,64,61,60,48,74,57,9,0,32,61,248,112,41,57,
-0,0,0,57,8,0,3,145,4,0,35,145,36,0,67,145,40,0,131,147,
-20,0,3,144,2,0,131,161,32,0,140,97,2,0,131,177,2,0,3,160,
-120,235,164,127,120,27,124,124,64,0,0,96,2,0,3,176,225,214,6,72,
-120,251,227,127,120,227,132,127,8,0,161,56,9,138,4,72,0,0,220,168,
-0,0,6,44,248,255,130,64,12,0,188,171,0,0,0,57,120,227,131,127,
-0,0,28,177,157,207,7,72,0,0,29,44,32,0,130,65,11,0,96,60,
-212,71,99,56,165,63,4,72,56,24,234,87,80,80,127,124,54,32,99,84,
-44,0,0,72,120,251,227,127,8,0,129,56,53,254,255,75,28,0,158,128,
-11,0,96,60,232,71,99,56,121,63,4,72,56,24,234,87,80,80,127,124,
-54,32,99,84,16,2,193,131,20,2,225,131,28,2,1,128,12,2,161,131,
-8,2,129,131,166,3,8,124,24,2,33,56,32,0,128,78,29,0,131,61,
-28,5,12,136,129,0,12,112,129,0,140,105,52,0,128,125,62,222,3,84,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,0,0,96,57,
-120,91,105,125,16,0,0,57,1,0,64,57,120,75,35,125,197,255,255,75,
-0,0,3,44,12,0,130,65,48,72,64,125,120,3,107,125,255,255,8,53,
-1,0,41,57,224,255,130,64,12,0,1,128,8,0,33,56,166,3,8,124,
-120,91,99,125,32,0,128,78,56,24,96,84,80,0,3,124,54,32,0,84,
-29,0,128,61,20,2,108,125,171,5,139,152,32,0,128,78,29,0,131,61,
-28,5,12,136,249,0,0,104,52,0,12,124,62,222,131,85,32,0,128,78,
-29,0,131,61,28,5,12,136,245,0,0,104,52,0,12,124,62,222,131,85,
-32,0,128,78,29,0,131,61,28,5,12,136,217,0,0,44,60,0,130,65,
-219,0,0,44,52,0,130,65,221,0,0,44,44,0,130,65,223,0,0,44,
-36,0,130,65,236,0,0,44,28,0,130,65,238,0,0,44,20,0,130,65,
-254,0,0,44,12,0,130,65,241,0,0,44,12,0,130,64,1,0,96,56,
-32,0,128,78,0,0,96,56,32,0,128,78,232,255,33,148,12,0,161,147,
-20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,120,35,158,124,
-0,0,30,161,123,7,0,85,120,27,125,124,20,0,130,64,0,2,96,56,
-49,42,4,72,0,0,3,44,36,0,130,64,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,0,0,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,1,0,224,59,54,0,94,57,254,255,131,57,20,0,192,56,
-166,3,201,124,0,0,170,136,3,0,172,152,1,0,202,140,2,0,204,156,
-1,0,74,57,236,255,0,66,56,24,168,87,80,64,253,124,54,32,231,84,
-29,0,39,61,60,5,137,56,39,0,36,57,255,255,131,57,120,99,133,125,
-40,0,0,56,166,3,9,124,1,0,73,141,1,0,101,141,81,80,11,124,
-8,0,130,64,240,255,0,66,0,0,0,44,8,0,130,65,0,0,224,59,
-20,0,94,57,254,255,99,57,10,0,0,57,166,3,9,125,0,0,10,136,
-3,0,11,152,1,0,170,140,2,0,171,156,1,0,74,57,236,255,0,66,
-80,0,164,56,120,99,137,125,20,0,224,56,166,3,233,124,1,0,197,140,
-1,0,233,140,81,48,71,125,8,0,130,64,240,255,0,66,0,0,10,44,
-8,0,130,65,0,0,224,59,46,0,94,57,254,255,227,56,4,0,0,56,
-166,3,9,124,0,0,10,137,3,0,7,153,1,0,42,141,2,0,39,157,
-1,0,74,57,236,255,0,66,101,0,100,57,8,0,0,57,166,3,9,125,
-1,0,75,141,1,0,12,140,81,80,0,124,8,0,130,64,240,255,0,66,
-0,0,0,44,8,0,130,65,0,0,224,59,233,40,4,72,120,251,227,127,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,29,0,131,61,28,5,12,136,2,0,0,104,
-52,0,12,124,62,222,131,85,32,0,128,78,29,0,131,61,28,5,12,136,
-241,0,0,44,0,0,96,56,28,0,130,65,245,0,0,44,20,0,130,65,
-249,0,0,44,12,0,130,65,2,0,0,44,32,0,130,76,1,0,96,56,
-32,0,128,78,56,24,96,84,80,0,131,125,54,32,140,85,29,0,108,61,
-60,5,139,57,111,0,108,136,32,0,128,78,56,24,96,84,80,0,131,125,
-54,32,140,85,29,0,108,61,60,5,139,57,81,0,108,56,32,0,128,78,
-56,24,96,84,80,0,3,124,54,32,0,84,29,0,128,61,20,2,108,125,
-99,5,139,152,32,0,128,78,56,24,96,84,80,0,131,125,54,32,140,85,
-29,0,108,61,60,5,139,57,38,0,108,136,32,0,128,78,56,24,96,84,
-80,0,131,125,54,32,140,85,29,0,108,61,60,5,139,57,39,0,108,136,
-32,0,128,78,0,0,224,56,56,24,106,84,80,80,35,125,54,32,41,85,
-29,0,105,61,60,5,107,57,39,0,75,57,40,0,0,56,166,3,9,124,
-1,0,138,141,120,98,231,124,116,7,231,124,244,255,0,66,80,0,11,57,
-0,0,228,152,20,0,224,56,166,3,233,124,1,0,8,140,1,0,4,156,
-248,255,0,66,1,0,100,56,32,0,128,78,216,255,33,148,16,0,65,147,
-20,0,97,147,24,0,129,147,28,0,161,147,166,2,8,124,44,0,1,144,
-32,0,193,147,120,27,126,124,36,0,225,147,255,255,224,59,166,0,96,127,
-94,4,106,87,36,1,64,125,0,0,160,59,16,0,64,59,248,193,141,59,
-16,0,29,40,0,0,96,56,8,0,128,64,8,0,124,128,0,0,3,44,
-84,0,130,65,104,0,131,129,188,0,12,128,120,243,196,127,166,3,9,124,
-33,4,128,78,12,0,97,144,12,0,1,160,8,0,1,176,14,0,225,160,
-10,0,225,176,8,0,1,129,255,7,8,85,32,0,130,65,120,235,191,127,
-0,128,105,115,166,0,0,124,94,4,0,84,120,75,0,124,36,1,0,124,
-40,0,0,72,255,255,90,55,40,0,156,59,1,0,189,59,140,255,130,64,
-0,128,105,115,166,0,0,124,94,4,0,84,120,75,0,124,36,1,0,124,
-28,0,161,131,120,251,227,127,36,0,225,131,24,0,129,131,32,0,193,131,
-44,0,1,128,20,0,97,131,16,0,65,131,166,3,8,124,40,0,33,56,
-32,0,128,78,56,24,96,84,80,0,131,125,54,32,140,85,29,0,108,61,
-37,0,139,57,60,5,108,136,116,7,99,124,32,0,128,78,56,24,96,84,
-80,0,131,125,54,32,140,85,29,0,108,61,36,0,139,57,60,5,108,136,
-116,7,99,124,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-120,27,105,124,177,255,255,75,120,27,106,124,120,75,35,125,197,255,255,75,
-12,0,224,60,172,20,231,56,60,8,64,85,174,0,7,125,0,0,4,153,
-20,2,103,125,1,0,11,137,116,7,8,125,0,24,8,124,0,0,5,153,
-12,0,129,64,0,0,0,56,0,0,5,152,120,75,35,125,137,250,255,75,
-0,0,3,44,16,0,130,64,0,0,64,57,0,0,68,153,0,0,69,153,
-12,0,1,128,8,0,33,56,166,3,8,124,120,83,67,125,32,0,128,78,
-56,24,96,84,80,0,3,124,54,32,0,84,29,0,128,61,20,2,108,125,
-97,5,139,152,32,0,128,78,56,24,96,84,80,0,131,125,54,32,140,85,
-29,0,0,60,60,5,0,48,46,0,108,124,32,0,128,78,56,24,96,84,
-80,0,131,125,54,32,140,85,29,0,108,61,60,5,139,57,16,0,12,160,
-123,7,3,84,32,0,128,78,56,24,96,84,80,0,131,125,54,32,140,85,
-29,0,108,61,60,5,139,57,16,0,12,160,189,7,3,84,32,0,128,78,
-56,24,96,84,80,0,131,125,54,32,140,85,29,0,108,61,60,5,139,57,
-32,0,12,160,123,7,3,84,32,0,128,78,56,24,96,84,80,0,131,125,
-54,32,140,85,29,0,108,61,60,5,139,57,32,0,12,160,255,7,3,84,
-32,0,128,78,56,24,96,84,80,0,3,124,54,32,0,84,29,0,128,61,
-60,5,140,57,20,2,108,125,8,0,139,161,255,255,12,40,0,0,96,56,
-32,0,130,77,10,0,11,160,255,255,0,40,32,0,130,77,1,0,96,56,
-32,0,128,78,56,24,96,84,80,0,131,125,54,32,140,85,29,0,108,61,
-60,5,139,57,8,0,12,160,57,7,3,84,32,0,128,78,232,255,33,148,
-8,0,129,147,166,2,8,124,28,0,1,144,12,0,161,147,29,0,160,63,
-60,5,189,59,16,0,193,147,20,0,225,147,120,27,127,124,29,0,223,63,
-120,251,228,127,11,0,96,60,184,72,99,56,89,56,4,72,56,24,230,87,
-20,250,6,124,50,48,0,84,29,0,224,60,60,12,231,56,20,2,135,127,
-60,2,28,137,116,7,8,125,46,0,8,44,76,0,130,64,28,5,158,56,
-80,48,31,124,54,32,0,84,20,2,189,124,11,0,96,60,200,72,99,56,
-21,56,4,72,28,5,222,139,11,0,96,60,220,72,99,56,5,56,4,72,
-120,243,195,127,209,245,255,75,60,2,28,136,116,7,0,124,46,0,0,44,
-4,2,130,64,68,0,0,72,54,32,10,85,11,0,138,61,100,79,108,57,
-4,0,139,128,204,133,98,56,209,55,4,72,28,5,222,139,11,0,96,60,
-220,72,99,56,193,55,4,72,120,243,195,127,141,245,255,75,60,2,28,136,
-116,7,0,124,46,0,0,44,192,1,130,64,56,24,231,87,80,56,223,124,
-54,32,198,84,20,50,253,127,40,0,159,56,11,0,96,60,252,71,99,56,
-137,55,4,72,81,0,159,56,11,0,96,60,12,72,99,56,121,55,4,72,
-102,0,159,56,11,0,96,60,28,72,99,56,105,55,4,72,0,0,159,128,
-11,0,96,60,120,35,133,124,236,72,99,56,85,55,4,72,8,0,31,161,
-10,0,31,160,11,0,96,60,172,73,99,56,254,183,6,84,254,191,7,84,
-255,7,4,85,254,255,5,85,49,55,4,72,12,0,95,161,11,0,96,60,
-254,231,70,85,254,215,69,85,254,175,68,85,8,73,99,56,21,55,4,72,
-10,0,63,161,173,5,40,85,24,0,130,65,39,0,159,136,38,0,191,136,
-11,0,96,60,92,72,99,56,245,54,4,72,8,0,159,161,189,7,128,85,
-144,0,130,65,32,0,223,163,120,243,196,127,11,0,96,60,68,73,99,56,
-213,54,4,72,0,0,30,44,104,0,130,65,189,7,198,87,11,0,128,60,
-108,73,132,56,8,0,130,65,196,133,130,56,123,7,199,87,11,0,160,60,
-120,73,165,56,8,0,130,65,216,133,162,56,249,6,192,87,212,133,194,56,
-12,0,130,65,11,0,192,60,132,73,198,56,11,0,96,60,96,73,99,56,
-133,54,4,72,18,0,31,160,14,0,127,161,0,0,11,44,0,0,160,56,
-254,255,4,84,64,0,130,65,40,0,0,72,11,0,96,60,144,72,99,56,
-93,54,4,72,18,0,31,160,14,0,127,161,0,0,11,44,0,0,160,56,
-254,255,4,84,24,0,130,65,255,255,11,40,16,0,130,65,239,5,96,85,
-8,0,130,65,1,0,160,56,62,6,165,84,11,0,96,60,44,72,99,56,
-33,54,4,72,36,0,159,136,116,7,132,124,12,0,0,60,144,20,0,48,
-58,16,140,84,46,0,172,124,11,0,96,60,148,73,99,56,253,53,4,72,
-24,0,159,160,11,0,96,60,76,72,99,56,237,53,4,72,16,0,193,131,
-20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,54,0,132,57,56,24,103,84,80,56,227,124,
-54,32,231,84,29,0,192,60,60,5,198,56,20,58,6,125,38,0,104,57,
-20,0,0,56,166,3,9,124,0,0,44,137,3,0,43,153,1,0,76,141,
-2,0,75,157,1,0,140,57,236,255,0,66,0,0,96,57,20,58,70,125,
-80,0,106,153,20,0,132,57,79,0,10,57,10,0,0,56,166,3,9,124,
-0,0,108,137,3,0,104,153,1,0,12,140,2,0,8,156,1,0,140,57,
-236,255,0,66,0,0,0,56,101,0,10,152,46,0,132,57,20,58,6,125,
-100,0,200,56,4,0,32,57,166,3,41,125,0,0,44,137,3,0,38,153,
-1,0,12,140,2,0,6,156,1,0,140,57,236,255,0,66,0,0,192,56,
-110,0,202,152,122,0,4,161,166,0,196,160,120,0,36,161,30,128,7,85,
-107,5,203,84,120,59,41,125,4,0,42,145,20,0,130,65,202,0,4,161,
-200,0,36,161,30,128,7,85,120,59,41,125,164,0,100,161,8,0,106,177,
-166,0,4,160,10,0,10,176,168,0,196,160,12,0,202,176,166,0,4,161,
-173,5,7,85,0,0,42,145,0,0,0,56,8,0,130,65,188,0,4,160,
-39,0,10,152,62,194,11,84,38,0,106,153,0,1,228,160,32,0,234,176,
-152,0,4,160,14,0,10,176,156,0,36,161,16,0,42,177,166,0,100,161,
-239,5,8,84,0,0,224,56,18,0,106,177,34,0,234,152,12,0,130,65,
-1,0,32,57,34,0,42,153,190,255,11,84,35,0,106,153,176,0,4,160,
-127,6,0,84,31,0,0,40,255,0,96,56,24,0,128,64,7,0,0,40,
-44,0,130,65,15,0,0,40,80,0,130,64,32,0,0,72,31,0,0,40,
-40,0,130,65,63,0,0,40,48,0,130,65,127,0,0,40,40,0,130,65,
-48,0,0,72,2,0,192,56,36,0,202,152,254,0,96,56,32,0,128,78,
-4,0,224,56,36,0,234,152,254,0,96,56,32,0,128,78,5,0,32,57,
-36,0,42,153,32,0,128,78,0,0,0,56,36,0,10,152,254,0,96,56,
-32,0,128,78,29,0,131,61,44,5,108,137,2,0,11,44,32,0,130,76,
-2,0,0,56,29,0,131,61,28,5,12,152,32,0,128,78,29,0,99,61,
-28,5,11,136,29,0,131,61,44,5,12,152,32,0,128,78,120,27,96,124,
-64,0,4,124,0,0,96,56,32,0,130,77,241,0,4,40,24,0,128,64,
-0,0,4,40,156,0,130,65,2,0,4,40,88,0,130,65,128,0,0,72,
-241,0,4,40,24,0,130,65,245,0,4,40,24,0,130,65,249,0,4,40,
-44,0,130,65,100,0,0,72,245,0,0,44,108,0,130,65,249,0,0,44,
-100,0,130,65,255,0,0,44,92,0,130,65,0,0,0,44,32,0,130,76,
-80,0,0,72,255,0,0,44,20,0,130,64,1,0,96,56,32,0,128,78,
-255,0,0,44,56,0,130,65,0,0,0,44,48,0,130,65,245,0,0,44,
-40,0,130,65,249,0,0,44,32,0,130,65,241,0,0,44,32,0,130,76,
-20,0,0,72,0,0,0,44,12,0,130,65,255,0,0,44,32,0,130,76,
-1,0,96,56,32,0,128,78,216,255,33,148,12,0,33,147,16,0,65,147,
-20,0,97,147,166,2,8,124,44,0,1,144,24,0,129,147,120,27,124,124,
-28,0,161,147,120,35,157,124,32,0,193,147,120,43,190,124,36,0,225,147,
-120,51,223,124,166,0,32,127,94,4,41,87,36,1,32,125,29,0,156,61,
-28,5,76,139,28,5,108,59,120,234,76,127,49,6,128,85,108,0,130,65,
-49,6,160,87,160,134,237,168,52,0,130,65,0,0,30,44,1,0,7,56,
-160,134,13,176,16,0,130,65,11,0,96,60,4,74,99,56,121,50,4,72,
-2,0,128,56,120,227,131,127,1,0,160,56,253,49,0,72,48,0,0,72,
-0,0,30,44,255,255,231,56,160,134,237,176,16,0,130,65,11,0,96,60,
-244,73,99,56,73,50,4,72,120,227,131,127,1,0,128,56,120,35,133,124,
-205,49,0,72,0,0,31,44,24,0,130,64,120,211,67,127,120,235,164,127,
-109,254,255,75,0,0,3,44,180,0,130,65,196,136,13,161,247,6,8,85,
-124,0,130,65,64,232,26,124,116,0,130,65,2,0,29,40,24,0,130,65,
-245,0,29,40,64,0,130,65,255,0,29,40,28,0,130,65,72,0,0,72,
-25,0,96,56,120,227,133,127,224,133,130,56,61,214,253,75,68,0,0,72,
-2,0,26,44,60,0,130,64,26,0,96,56,120,227,133,127,224,133,130,56,
-33,214,253,75,40,0,0,72,15,0,96,56,120,227,133,127,224,133,130,56,
-13,214,253,75,20,0,0,72,0,0,30,44,0,0,187,155,44,0,130,65,
-16,0,0,72,0,0,30,44,0,0,187,155,28,0,130,65,120,227,132,127,
-11,0,96,60,20,74,99,56,125,49,4,72,120,235,163,127,73,239,255,75,
-120,227,131,127,241,53,0,72,0,128,43,115,166,0,0,124,94,4,0,84,
-120,91,0,124,36,1,0,124,32,0,193,131,24,0,129,131,20,0,97,131,
-28,0,161,131,36,0,225,131,44,0,1,128,16,0,65,131,12,0,33,131,
-166,3,8,124,40,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,29,0,96,60,60,5,99,56,0,0,128,56,0,7,160,56,
-33,205,253,75,29,0,96,60,28,5,99,56,0,0,128,56,16,0,160,56,
-13,205,253,75,0,0,0,56,160,134,13,176,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,52,2,67,137,0,0,10,44,32,0,130,77,
-0,0,99,129,176,134,13,128,1,0,32,57,48,88,44,125,57,96,12,124,
-32,0,130,77,161,128,109,137,116,7,107,125,2,0,11,44,8,0,128,64,
-2,0,96,57,232,3,235,28,56,2,99,129,102,102,32,61,103,102,41,57,
-150,56,9,124,248,191,77,129,80,80,75,125,112,254,232,124,112,22,0,124,
-80,0,8,124,0,0,10,124,32,0,129,76,0,0,128,57,176,134,141,145,
-180,134,141,153,32,0,128,78,12,0,99,129,248,191,13,128,156,128,77,129,
-208,7,138,57,80,0,11,124,16,96,96,125,16,89,139,125,208,0,108,124,
-32,0,128,78,240,255,33,148,8,0,193,147,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,16,0,127,128,0,0,192,59,8,0,223,155,
-12,0,67,169,20,0,95,177,0,0,195,179,245,191,7,72,20,0,31,168,
-0,0,0,44,16,0,223,147,36,0,96,56,8,0,130,65,40,0,96,56,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,232,255,33,148,16,0,193,147,20,0,225,147,166,2,8,124,
-28,0,1,144,12,0,161,147,120,27,125,124,93,255,255,75,0,0,3,44,
-36,0,130,65,20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,
-39,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,0,0,125,128,
-101,246,255,75,0,0,3,44,36,0,130,64,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,22,0,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,0,0,253,128,1,0,224,59,48,56,254,127,93,192,6,72,
-232,3,96,57,29,0,64,61,60,48,74,57,9,0,32,61,248,112,41,57,
-0,0,0,57,8,0,3,145,4,0,35,145,36,0,67,145,40,0,195,147,
-20,0,99,145,2,0,131,161,32,0,140,97,2,0,131,177,2,0,3,160,
-64,0,0,96,120,251,228,127,16,0,125,144,2,0,3,176,1,198,6,72,
-16,0,157,128,184,134,173,128,0,0,125,128,242,0,192,56,165,112,4,72,
-8,0,253,155,20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,
-21,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,
-8,0,193,147,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-16,0,127,128,0,0,192,59,8,0,223,155,12,0,67,169,20,0,95,177,
-0,0,195,179,129,190,7,72,20,0,31,168,0,0,0,44,16,0,223,147,
-22,0,96,56,8,0,130,65,18,0,96,56,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,232,255,33,148,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,
-120,27,125,124,233,253,255,75,0,0,3,44,36,0,130,65,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,39,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,0,0,253,128,1,0,192,59,48,56,223,127,
-25,191,6,72,232,3,96,57,29,0,64,61,60,48,74,57,9,0,32,61,
-248,112,41,57,0,0,0,57,8,0,3,145,4,0,35,145,36,0,67,145,
-40,0,227,147,20,0,99,145,2,0,131,161,32,0,140,97,2,0,131,177,
-2,0,3,160,64,0,0,96,120,243,196,127,16,0,125,144,2,0,3,176,
-189,196,6,72,16,0,157,128,184,134,173,128,0,0,125,128,246,0,192,56,
-97,111,4,72,8,0,221,155,20,0,225,131,16,0,193,131,28,0,1,128,
-12,0,161,131,37,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-240,255,33,148,8,0,193,147,166,2,8,124,20,0,1,144,12,0,225,147,
-120,27,127,124,16,0,127,128,0,0,192,59,8,0,223,155,12,0,67,169,
-20,0,95,177,0,0,195,179,61,189,7,72,20,0,31,168,0,0,0,44,
-16,0,223,147,20,0,130,65,11,0,96,60,216,76,99,56,61,45,4,72,
-36,0,0,72,29,0,95,137,244,0,10,44,24,0,130,64,30,0,127,137,
-44,0,11,44,12,0,130,64,245,0,0,56,6,0,31,152,12,0,225,131,
-20,0,1,128,8,0,193,131,46,0,96,56,166,3,8,124,16,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-8,0,193,147,120,27,126,124,125,252,255,75,0,0,3,44,32,0,130,65,
-12,0,225,131,20,0,1,128,8,0,193,131,39,0,96,56,166,3,8,124,
-16,0,33,56,32,0,128,78,0,0,126,128,29,0,128,60,60,48,132,56,
-1,0,224,59,24,0,222,56,48,24,229,127,85,194,6,72,120,27,100,124,
-2,0,100,161,32,0,107,97,2,0,100,177,2,0,132,161,0,0,126,128,
-16,0,158,144,64,0,140,97,2,0,132,177,65,117,4,72,8,0,254,155,
-12,0,225,131,20,0,1,128,8,0,193,131,44,0,96,56,166,3,8,124,
-16,0,33,56,32,0,128,78,240,255,33,148,8,0,193,147,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,16,0,127,128,0,0,192,59,
-8,0,223,155,12,0,99,169,20,0,127,177,0,0,195,179,9,188,7,72,
-20,0,31,168,0,0,0,44,16,0,223,147,44,0,130,65,11,0,96,60,
-248,76,99,56,9,44,4,72,12,0,225,131,20,0,1,128,8,0,193,131,
-46,0,96,56,166,3,8,124,16,0,33,56,32,0,128,78,0,2,96,56,
-17,24,4,72,120,27,126,124,52,0,159,56,0,2,160,56,125,74,4,72,
-0,0,127,128,120,243,196,127,117,234,255,75,120,243,195,127,241,23,4,72,
-12,0,225,131,20,0,1,128,8,0,193,131,43,0,96,56,166,3,8,124,
-16,0,33,56,32,0,128,78,232,255,33,148,16,0,193,147,20,0,225,147,
-166,2,8,124,28,0,1,144,12,0,161,147,120,27,125,124,33,251,255,75,
-0,0,3,44,36,0,130,65,20,0,225,131,16,0,193,131,28,0,1,128,
-12,0,161,131,39,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-0,0,253,128,1,0,192,59,48,56,223,127,81,188,6,72,208,7,96,57,
-29,0,64,61,60,48,74,57,9,0,32,61,248,112,41,57,0,0,0,57,
-8,0,3,145,4,0,35,145,36,0,67,145,40,0,227,147,20,0,99,145,
-2,0,131,161,32,0,140,97,2,0,131,177,2,0,3,160,64,0,0,96,
-120,243,196,127,16,0,125,144,2,0,3,176,245,193,6,72,0,0,125,128,
-16,0,157,128,52,0,189,56,29,117,4,72,8,0,221,155,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,35,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,240,255,33,148,8,0,193,147,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,16,0,127,128,0,0,192,59,
-8,0,223,155,12,0,67,169,20,0,95,177,0,0,195,179,121,186,7,72,
-20,0,31,168,0,0,0,44,16,0,223,147,44,0,130,65,11,0,96,60,
-20,77,99,56,121,42,4,72,12,0,225,131,20,0,1,128,8,0,193,131,
-46,0,96,56,166,3,8,124,16,0,33,56,32,0,128,78,12,0,225,131,
-20,0,1,128,8,0,193,131,34,0,96,56,166,3,8,124,16,0,33,56,
-32,0,128,78,232,255,33,148,20,0,225,147,12,0,161,147,16,0,193,147,
-166,2,8,124,28,0,1,144,0,0,3,129,120,27,127,124,56,24,9,85,
-29,0,128,61,0,0,0,56,80,72,232,124,54,32,231,84,20,58,76,125,
-84,5,10,176,157,249,255,75,0,0,3,44,36,0,130,65,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,39,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,0,0,31,128,1,0,192,59,48,0,221,127,
-205,186,6,72,232,3,160,56,29,0,0,60,60,48,0,48,9,0,128,61,
-248,112,140,57,0,0,96,57,8,0,99,145,4,0,131,145,36,0,3,144,
-40,0,163,147,20,0,163,144,2,0,195,160,32,0,198,96,2,0,195,176,
-2,0,3,161,64,0,8,97,120,243,196,127,16,0,127,144,2,0,3,177,
-113,192,6,72,16,0,159,128,0,0,127,128,213,113,4,72,8,0,223,155,
-20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,33,0,96,56,
-166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,8,0,193,147,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,16,0,127,128,
-0,0,192,59,8,0,223,155,12,0,67,169,20,0,95,177,0,0,195,179,
-249,184,7,72,20,0,31,168,0,0,0,44,16,0,223,147,32,0,96,56,
-8,0,130,65,40,0,96,56,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,216,255,33,148,24,0,129,147,
-28,0,161,147,36,0,225,147,166,2,8,124,44,0,1,144,32,0,193,147,
-120,27,126,124,93,248,255,75,0,0,3,44,40,0,130,65,36,0,225,131,
-32,0,193,131,28,0,161,131,44,0,1,128,24,0,129,131,39,0,96,56,
-166,3,8,124,40,0,33,56,32,0,128,78,0,0,126,128,153,236,255,75,
-120,27,124,124,0,0,126,128,169,236,255,75,0,0,254,128,1,0,32,57,
-120,27,125,124,48,56,63,125,113,185,6,72,120,27,100,124,232,3,128,57,
-29,0,96,61,60,48,107,57,9,0,32,61,248,112,41,57,0,0,0,56,
-8,0,3,144,4,0,35,145,36,0,99,145,40,0,227,147,20,0,131,145,
-2,0,4,160,32,0,0,96,2,0,4,176,2,0,164,160,163,128,13,136,
-116,7,0,124,1,0,0,40,16,0,158,144,64,0,165,96,2,0,164,176,
-20,0,128,65,36,0,130,65,3,0,0,40,48,0,130,65,64,0,0,72,
-128,0,28,44,0,0,0,56,254,0,224,59,148,0,128,65,60,0,0,72,
-128,0,28,44,0,0,0,56,128,0,224,59,128,0,128,65,40,0,0,72,
-128,0,28,44,0,0,0,56,120,227,159,127,108,0,128,65,20,0,0,72,
-128,0,28,44,0,0,0,56,120,235,191,127,88,0,128,65,64,232,31,124,
-80,0,130,65,0,0,126,128,36,0,0,56,239,0,128,57,0,0,192,56,
-62,6,255,87,66,0,96,57,8,0,161,56,8,0,97,177,10,0,225,179,
-12,0,193,144,16,0,193,152,17,0,129,153,18,0,1,176,249,91,4,72,
-0,0,126,128,120,251,228,127,89,235,255,75,16,0,158,128,1,0,0,56,
-120,35,131,124,120,3,4,124,77,190,6,72,1,0,64,57,8,0,94,153,
-36,0,225,131,32,0,193,131,28,0,161,131,44,0,1,128,24,0,129,131,
-31,0,96,56,166,3,8,124,40,0,33,56,32,0,128,78,240,255,33,148,
-8,0,193,147,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-16,0,127,128,0,0,192,59,8,0,223,155,12,0,67,169,20,0,95,177,
-0,0,195,179,217,182,7,72,20,0,31,168,0,0,0,44,16,0,223,147,
-44,0,130,65,11,0,96,60,40,77,99,56,217,38,4,72,12,0,225,131,
-20,0,1,128,8,0,193,131,46,0,96,56,166,3,8,124,16,0,33,56,
-32,0,128,78,12,0,225,131,20,0,1,128,8,0,193,131,30,0,96,56,
-166,3,8,124,16,0,33,56,32,0,128,78,216,255,33,148,24,0,129,147,
-32,0,193,147,36,0,225,147,166,2,8,124,44,0,1,144,28,0,161,147,
-120,27,125,124,25,246,255,75,0,0,3,44,40,0,130,65,36,0,225,131,
-32,0,193,131,28,0,161,131,44,0,1,128,24,0,129,131,39,0,96,56,
-166,3,8,124,40,0,33,56,32,0,128,78,0,0,125,128,221,236,255,75,
-0,0,3,44,40,0,130,64,36,0,225,131,32,0,193,131,28,0,161,131,
-44,0,1,128,24,0,129,131,30,0,96,56,166,3,8,124,40,0,33,56,
-32,0,128,78,0,0,29,128,1,0,192,59,48,0,220,127,17,183,6,72,
-232,3,224,56,29,0,32,61,60,48,41,57,9,0,0,61,248,112,8,57,
-0,0,224,59,8,0,227,147,4,0,3,145,36,0,35,145,40,0,131,147,
-20,0,227,144,2,0,3,160,32,0,0,96,2,0,3,176,2,0,3,160,
-64,0,0,96,120,243,196,127,16,0,125,144,2,0,3,176,181,188,6,72,
-0,0,125,128,16,0,157,128,2,0,96,57,16,0,64,57,120,251,230,127,
-239,0,128,57,12,0,225,147,10,0,97,177,8,0,65,177,16,0,193,152,
-17,0,129,153,8,0,161,56,36,0,0,56,18,0,1,176,5,90,4,72,
-8,0,221,155,36,0,225,131,44,0,1,128,24,0,129,131,28,0,161,131,
-32,0,193,131,29,0,96,56,166,3,8,124,40,0,33,56,32,0,128,78,
-240,255,33,148,8,0,193,147,166,2,8,124,20,0,1,144,12,0,225,147,
-120,27,127,124,16,0,127,128,0,0,192,59,8,0,223,155,12,0,67,169,
-20,0,95,177,0,0,195,179,9,181,7,72,20,0,31,168,0,0,0,44,
-16,0,223,147,44,0,130,65,11,0,96,60,92,77,99,56,9,37,4,72,
-12,0,225,131,20,0,1,128,8,0,193,131,46,0,96,56,166,3,8,124,
-16,0,33,56,32,0,128,78,12,0,225,131,20,0,1,128,8,0,193,131,
-28,0,96,56,166,3,8,124,16,0,33,56,32,0,128,78,216,255,33,148,
-24,0,129,147,32,0,193,147,36,0,225,147,166,2,8,124,44,0,1,144,
-28,0,161,147,120,27,125,124,73,244,255,75,0,0,3,44,40,0,130,65,
-36,0,225,131,32,0,193,131,28,0,161,131,44,0,1,128,24,0,129,131,
-39,0,96,56,166,3,8,124,40,0,33,56,32,0,128,78,0,0,125,128,
-45,235,255,75,0,0,3,44,40,0,130,64,36,0,225,131,32,0,193,131,
-28,0,161,131,44,0,1,128,24,0,129,131,28,0,96,56,166,3,8,124,
-40,0,33,56,32,0,128,78,0,0,253,128,1,0,192,59,48,56,220,127,
-65,181,6,72,232,3,0,56,29,0,64,61,60,48,74,57,9,0,32,61,
-248,112,41,57,0,0,224,59,8,0,227,147,4,0,35,145,36,0,67,145,
-40,0,131,147,20,0,3,144,2,0,3,160,32,0,0,96,2,0,3,176,
-2,0,3,160,64,0,0,96,120,243,196,127,16,0,125,144,2,0,3,176,
-229,186,6,72,0,0,125,128,16,0,157,128,120,251,230,127,144,0,0,56,
-239,0,96,57,16,0,193,152,12,0,225,147,8,0,1,176,17,0,97,153,
-10,0,193,179,8,0,161,56,36,0,128,57,18,0,129,177,57,88,4,72,
-8,0,221,155,44,0,1,128,32,0,193,131,28,0,161,131,24,0,129,131,
-36,0,225,131,27,0,96,56,166,3,8,124,40,0,33,56,32,0,128,78,
-240,255,33,148,8,0,193,147,166,2,8,124,20,0,1,144,12,0,225,147,
-120,27,127,124,16,0,127,128,0,0,192,59,8,0,223,155,12,0,67,169,
-20,0,95,177,0,0,195,179,61,179,7,72,20,0,31,168,0,0,0,44,
-16,0,223,147,26,0,96,56,8,0,130,65,40,0,96,56,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-216,255,33,148,24,0,129,147,32,0,193,147,36,0,225,147,166,2,8,124,
-44,0,1,144,28,0,161,147,120,27,125,124,161,242,255,75,0,0,3,44,
-40,0,130,65,36,0,225,131,32,0,193,131,28,0,161,131,44,0,1,128,
-24,0,129,131,39,0,96,56,166,3,8,124,40,0,33,56,32,0,128,78,
-0,0,253,128,1,0,192,59,48,56,220,127,205,179,6,72,232,3,0,56,
-29,0,32,61,60,48,41,57,9,0,0,61,248,112,8,57,0,0,224,59,
-8,0,227,147,4,0,3,145,36,0,35,145,40,0,131,147,20,0,3,144,
-2,0,99,161,32,0,107,97,2,0,99,177,2,0,3,160,64,0,0,96,
-120,243,196,127,16,0,125,144,2,0,3,176,113,185,6,72,0,0,125,128,
-16,0,157,128,170,0,96,57,239,0,128,57,16,0,225,155,12,0,225,147,
-8,0,97,177,17,0,129,153,10,0,225,179,8,0,161,56,120,251,230,127,
-36,0,0,56,18,0,1,176,197,86,4,72,8,0,221,155,44,0,1,128,
-32,0,193,131,28,0,161,131,24,0,129,131,36,0,225,131,25,0,96,56,
-166,3,8,124,40,0,33,56,32,0,128,78,240,255,33,148,8,0,193,147,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,16,0,127,128,
-0,0,192,59,8,0,223,155,12,0,67,169,20,0,95,177,0,0,195,179,
-201,177,7,72,20,0,31,168,0,0,0,44,16,0,223,147,24,0,96,56,
-8,0,130,65,40,0,96,56,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,216,255,33,148,24,0,129,147,
-32,0,193,147,36,0,225,147,166,2,8,124,44,0,1,144,28,0,161,147,
-120,27,125,124,45,241,255,75,0,0,3,44,40,0,130,65,36,0,225,131,
-32,0,193,131,28,0,161,131,44,0,1,128,24,0,129,131,39,0,96,56,
-166,3,8,124,40,0,33,56,32,0,128,78,0,0,253,128,1,0,192,59,
-48,56,220,127,89,178,6,72,232,3,0,56,29,0,32,61,60,48,41,57,
-9,0,0,61,248,112,8,57,0,0,224,59,8,0,227,147,4,0,3,145,
-36,0,35,145,40,0,131,147,20,0,3,144,2,0,99,161,32,0,107,97,
-2,0,99,177,2,0,3,160,64,0,0,96,120,243,196,127,16,0,125,144,
-2,0,3,176,253,183,6,72,0,0,125,128,16,0,157,128,2,0,96,57,
-239,0,128,57,16,0,225,155,12,0,225,147,8,0,97,177,17,0,129,153,
-10,0,225,179,8,0,161,56,120,251,230,127,36,0,0,56,18,0,1,176,
-81,85,4,72,8,0,221,155,44,0,1,128,32,0,193,131,28,0,161,131,
-24,0,129,131,36,0,225,131,23,0,96,56,166,3,8,124,40,0,33,56,
-32,0,128,78,240,255,33,148,8,0,193,147,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,16,0,127,128,0,0,192,59,8,0,223,155,
-12,0,67,169,20,0,95,177,0,0,195,179,85,176,7,72,20,0,31,168,
-0,0,0,44,16,0,223,147,20,0,96,56,8,0,130,65,40,0,96,56,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,216,255,33,148,20,0,97,147,24,0,129,147,28,0,161,147,
-36,0,225,147,166,2,8,124,44,0,1,144,32,0,193,147,120,27,126,124,
-181,239,255,75,0,0,3,44,40,0,130,64,0,0,126,128,176,134,237,128,
-1,0,160,56,48,24,172,124,120,96,231,124,176,134,237,144,173,229,255,75,
-121,27,127,124,44,0,130,64,28,0,161,131,36,0,225,131,32,0,193,131,
-24,0,129,131,44,0,1,128,20,0,97,131,39,0,96,56,166,3,8,124,
-40,0,33,56,32,0,128,78,0,0,30,128,1,0,128,59,48,0,155,127,
-185,176,6,72,232,3,64,57,29,0,0,60,60,48,0,48,9,0,0,61,
-248,112,8,57,0,0,160,59,8,0,163,147,4,0,3,145,36,0,3,144,
-40,0,99,147,20,0,67,145,2,0,3,160,32,0,0,96,2,0,3,176,
-2,0,3,160,64,0,0,96,120,227,132,127,16,0,126,144,2,0,3,176,
-93,182,6,72,16,0,126,128,0,0,158,128,120,251,229,127,157,180,6,72,
-120,27,100,124,0,0,126,128,36,0,96,57,239,0,0,56,8,0,161,56,
-12,0,161,147,3,0,64,57,8,0,65,177,64,0,159,57,10,0,129,177,
-120,235,166,127,16,0,193,152,17,0,1,152,18,0,97,177,157,83,4,72,
-5,0,254,155,8,0,158,155,28,0,161,131,36,0,225,131,32,0,193,131,
-24,0,129,131,44,0,1,128,20,0,97,131,19,0,96,56,166,3,8,124,
-40,0,33,56,32,0,128,78,240,255,33,148,8,0,193,147,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,16,0,127,128,0,0,192,59,
-8,0,223,155,12,0,67,169,20,0,95,177,0,0,195,179,153,174,7,72,
-20,0,31,168,10,2,0,44,16,0,223,147,84,0,130,65,0,0,0,44,
-32,0,130,65,12,0,225,131,20,0,1,128,8,0,193,131,40,0,96,56,
-166,3,8,124,16,0,33,56,32,0,128,78,26,0,159,161,255,0,12,44,
-48,0,31,152,32,0,130,65,12,0,225,131,20,0,1,128,8,0,193,131,
-13,0,96,56,166,3,8,124,16,0,33,56,32,0,128,78,12,0,225,131,
-20,0,1,128,8,0,193,131,18,0,96,56,166,3,8,124,16,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-8,0,193,147,120,27,126,124,185,237,255,75,0,0,3,44,32,0,130,65,
-12,0,225,131,20,0,1,128,8,0,193,131,39,0,96,56,166,3,8,124,
-16,0,33,56,32,0,128,78,0,0,126,128,29,0,128,60,60,48,132,56,
-1,0,224,59,24,0,222,56,48,24,229,127,145,179,6,72,120,27,100,124,
-2,0,100,161,32,0,107,97,2,0,100,177,2,0,132,161,0,0,126,128,
-16,0,158,144,64,0,140,97,2,0,132,177,209,101,4,72,8,0,254,155,
-12,0,225,131,20,0,1,128,8,0,193,131,17,0,96,56,166,3,8,124,
-16,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,161,128,141,137,232,3,0,56,116,7,140,125,80,3,44,17,
-102,102,64,61,103,102,74,57,150,72,234,127,112,254,41,125,112,22,255,127,
-80,248,233,127,120,251,227,127,121,224,3,72,0,0,3,44,24,0,130,65,
-11,0,96,60,140,77,99,56,185,9,128,56,0,0,160,56,93,190,253,75,
-156,128,141,129,160,128,13,136,1,0,96,57,117,7,0,124,20,250,140,125,
-156,128,141,145,8,0,130,65,120,3,11,124,164,134,109,145,20,0,1,128,
-12,0,225,131,13,0,96,56,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,8,0,193,147,166,2,8,124,20,0,1,144,12,0,225,147,
-120,27,127,124,16,0,127,128,0,0,192,59,8,0,223,155,12,0,67,169,
-20,0,95,177,0,0,195,179,173,172,7,72,20,0,31,168,0,0,0,44,
-16,0,223,147,4,0,96,56,8,0,130,65,40,0,96,56,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-224,255,33,148,20,0,161,147,24,0,193,147,166,2,8,124,36,0,1,144,
-28,0,225,147,120,27,127,124,21,236,255,75,0,0,3,44,36,0,130,65,
-28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,39,0,96,56,
-166,3,8,124,32,0,33,56,32,0,128,78,164,134,173,128,0,0,5,44,
-255,255,5,56,164,134,13,144,36,0,130,64,28,0,225,131,24,0,193,131,
-36,0,1,128,20,0,161,131,15,0,96,56,166,3,8,124,32,0,33,56,
-32,0,128,78,0,0,31,129,1,0,192,59,48,64,221,127,17,173,6,72,
-208,7,0,56,29,0,128,61,60,48,140,57,9,0,96,61,248,112,107,57,
-0,0,64,57,8,0,67,145,4,0,99,145,36,0,131,145,40,0,163,147,
-20,0,3,144,2,0,3,160,32,0,0,96,2,0,3,176,2,0,195,160,
-16,0,127,144,120,243,196,127,64,0,198,96,2,0,195,176,181,178,6,72,
-0,0,191,128,248,191,141,128,11,0,96,60,172,77,99,56,169,27,4,72,
-48,0,255,136,0,0,7,44,88,0,130,65,11,0,96,60,204,77,99,56,
-145,27,4,72,0,0,127,128,16,0,159,128,7,0,128,57,0,0,192,56,
-239,0,0,56,8,0,129,177,10,0,193,176,12,0,193,144,16,0,193,152,
-17,0,1,152,8,0,161,56,36,0,96,57,18,0,97,177,221,79,4,72,
-52,2,63,137,0,0,9,44,76,0,130,65,44,0,0,72,11,0,96,60,
-160,77,99,56,61,27,4,72,0,0,127,128,16,0,159,128,0,0,160,56,
-253,98,4,72,52,2,63,137,0,0,9,44,32,0,130,65,176,134,13,128,
-0,0,159,129,1,0,96,57,180,134,109,153,48,96,106,125,120,80,0,124,
-176,134,13,144,1,0,32,57,8,0,63,153,28,0,225,131,24,0,193,131,
-36,0,1,128,20,0,161,131,14,0,96,56,166,3,8,124,32,0,33,56,
-32,0,128,78,232,255,33,148,8,0,129,147,12,0,161,147,20,0,225,147,
-166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,16,0,126,128,
-0,0,224,59,8,0,254,155,12,0,35,169,20,0,62,177,0,0,227,179,
-133,170,7,72,20,0,30,168,0,0,0,44,16,0,254,147,40,0,130,65,
-20,0,225,131,16,0,193,131,12,0,161,131,28,0,1,128,8,0,129,131,
-40,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,0,2,96,56,
-145,6,4,72,120,27,124,124,52,0,158,56,0,2,160,56,253,56,4,72,
-0,0,124,161,123,7,127,85,80,0,130,65,4,0,92,161,200,55,10,44,
-1,0,0,56,16,0,130,65,140,115,10,44,8,0,130,65,0,0,0,56,
-48,0,30,152,120,227,131,127,81,6,4,72,20,0,225,131,16,0,193,131,
-12,0,161,131,28,0,1,128,8,0,129,131,13,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,11,0,160,63,120,251,227,127,169,218,255,75,
-0,0,3,44,200,0,130,64,120,251,227,127,120,227,132,127,169,219,255,75,
-0,0,30,128,64,0,31,124,80,0,130,64,0,0,3,44,32,0,130,65,
-11,0,96,60,220,77,99,56,189,25,4,72,1,0,255,59,16,0,31,44,
-188,255,128,65,152,0,0,72,120,251,227,127,17,221,255,75,0,0,3,44,
-124,0,130,65,252,77,125,56,149,25,4,72,1,0,255,59,16,0,31,44,
-148,255,128,65,112,0,0,72,0,0,3,44,92,0,130,65,120,251,227,127,
-249,220,255,75,0,0,3,44,76,0,130,65,252,77,125,56,101,25,4,72,
-120,251,227,127,201,220,255,75,0,0,3,44,120,251,227,127,1,0,192,56,
-32,0,130,65,2,0,128,56,0,0,160,56,73,230,255,75,1,0,255,59,
-16,0,31,44,64,255,128,65,28,0,0,72,0,0,128,56,120,35,133,124,
-45,230,255,75,1,0,255,59,16,0,31,44,36,255,128,65,0,0,126,128,
-120,227,132,127,69,227,255,75,6,0,126,152,120,227,131,127,49,5,4,72,
-6,0,126,137,254,0,11,44,40,0,130,64,20,0,225,131,16,0,193,131,
-12,0,161,131,28,0,1,128,8,0,129,131,42,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,0,0,126,128,221,223,255,75,0,0,3,44,
-56,0,130,65,0,0,126,128,9,224,255,75,0,0,3,44,40,0,130,65,
-20,0,225,131,16,0,193,131,12,0,161,131,28,0,1,128,8,0,129,131,
-16,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,20,0,225,131,
-16,0,193,131,12,0,161,131,28,0,1,128,8,0,129,131,18,0,96,56,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,16,0,193,147,
-20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,120,27,125,124,
-229,231,255,75,0,0,3,44,36,0,130,65,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,39,0,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,0,0,253,128,1,0,192,59,48,56,223,127,21,169,6,72,
-208,7,96,57,29,0,64,61,60,48,74,57,9,0,32,61,248,112,41,57,
-0,0,0,57,8,0,3,145,4,0,35,145,36,0,67,145,40,0,227,147,
-20,0,99,145,2,0,131,161,32,0,140,97,2,0,131,177,2,0,3,160,
-64,0,0,96,120,243,196,127,16,0,125,144,2,0,3,176,185,174,6,72,
-0,0,125,128,16,0,157,128,52,0,189,56,253,98,4,72,8,0,221,155,
-20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,12,0,96,56,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,12,0,161,147,
-20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,
-16,0,126,128,0,0,224,59,8,0,254,155,12,0,131,169,20,0,158,177,
-0,0,227,179,57,167,7,72,20,0,158,169,0,0,12,44,16,0,254,147,
-36,0,130,65,20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,
-41,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,0,2,96,56,
-73,3,4,72,121,27,125,124,24,0,130,64,11,0,96,60,20,78,99,56,
-89,5,128,56,0,0,160,56,37,184,253,75,0,0,30,128,96,2,0,28,
-28,0,224,60,20,2,199,124,228,126,102,128,120,235,164,127,0,2,160,56,
-233,211,6,72,20,0,126,176,0,0,224,59,120,251,231,127,60,8,232,84,
-46,64,233,84,120,59,32,125,1,0,231,56,0,1,7,44,46,234,104,125,
-120,2,106,125,120,83,255,127,62,4,255,87,220,255,128,65,120,235,163,127,
-197,2,4,72,0,0,31,44,60,0,130,65,248,191,141,128,0,0,190,128,
-120,251,230,127,11,0,96,60,40,78,99,56,133,22,4,72,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,41,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,20,0,225,131,16,0,193,131,28,0,1,128,
-12,0,161,131,11,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-232,255,33,148,12,0,161,147,20,0,225,147,166,2,8,124,28,0,1,144,
-16,0,193,147,120,27,126,124,16,0,126,128,0,0,224,59,8,0,254,155,
-12,0,99,169,20,0,126,177,0,0,227,179,241,165,7,72,20,0,30,168,
-0,0,0,44,16,0,254,147,36,0,130,65,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,11,0,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,0,0,62,129,1,0,224,59,48,72,253,127,209,166,6,72,
-208,7,0,56,29,0,128,61,60,48,140,57,9,0,96,61,248,112,107,57,
-0,0,64,57,8,0,67,145,4,0,99,145,36,0,131,145,40,0,163,147,
-20,0,3,144,2,0,227,160,32,0,231,96,2,0,227,176,2,0,3,161,
-64,0,8,97,120,251,228,127,16,0,126,144,2,0,3,177,117,172,6,72,
-0,0,126,128,96,2,3,28,28,0,64,61,20,2,138,125,228,126,172,128,
-16,0,158,128,217,84,4,72,8,0,254,155,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,10,0,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,8,0,129,147,12,0,161,147,16,0,193,147,
-166,2,8,124,28,0,1,144,20,0,225,147,120,27,127,124,0,2,96,56,
-65,1,4,72,120,27,125,124,0,0,224,56,60,8,232,84,46,64,233,84,
-120,59,42,125,1,0,231,56,0,1,7,44,46,235,72,125,232,255,128,65,
-0,0,31,128,96,2,96,29,28,0,192,63,172,126,222,59,20,90,222,124,
-56,0,102,128,120,235,164,127,0,2,160,56,121,210,6,72,120,235,163,127,
-229,0,4,72,0,0,31,128,1,0,160,59,48,0,188,127,185,165,6,72,
-208,7,0,57,29,0,224,60,60,48,231,56,9,0,192,60,248,112,198,56,
-0,0,0,56,8,0,3,144,4,0,195,144,36,0,227,144,40,0,131,147,
-20,0,3,145,2,0,35,161,32,0,41,97,2,0,35,177,2,0,99,161,
-16,0,127,144,120,235,164,127,64,0,107,97,2,0,99,177,93,171,6,72,
-0,0,127,128,96,2,131,29,20,98,222,124,56,0,166,128,16,0,159,128,
-225,84,4,72,8,0,191,155,20,0,225,131,12,0,161,131,8,0,129,131,
-28,0,1,128,16,0,193,131,9,0,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,240,255,33,148,8,0,193,147,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,16,0,127,128,0,0,192,59,8,0,223,155,
-12,0,67,169,20,0,95,177,0,0,195,179,213,163,7,72,20,0,31,168,
-0,0,0,44,16,0,223,147,6,0,96,56,8,0,130,65,41,0,96,56,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,11,0,32,57,
-73,227,255,75,0,0,3,44,8,0,130,65,40,0,32,57,12,0,1,128,
-8,0,33,56,166,3,8,124,120,75,35,125,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,
-16,0,126,128,0,0,224,59,8,0,254,155,12,0,67,169,20,0,94,177,
-0,0,227,179,61,163,7,72,20,0,30,168,0,0,0,44,16,0,254,147,
-32,0,130,65,12,0,225,131,20,0,1,128,8,0,193,131,40,0,96,56,
-166,3,8,124,16,0,33,56,32,0,128,78,33,0,158,137,40,0,254,128,
-251,7,159,85,0,0,7,44,40,0,130,65,36,0,222,136,64,48,31,124,
-28,0,130,64,191,6,128,85,63,0,0,44,1,0,231,56,40,0,254,144,
-116,0,130,64,32,1,0,72,153,129,109,137,255,7,96,85,72,0,130,65,
-248,191,141,128,0,0,190,128,120,99,134,125,11,0,96,60,116,78,99,56,
-209,18,4,72,40,0,254,128,0,0,7,44,24,0,130,65,36,0,158,136,
-120,59,229,124,11,0,96,60,156,78,99,56,177,18,4,72,0,134,98,56,
-169,18,4,72,33,0,158,137,191,6,128,85,63,0,0,44,120,251,230,127,
-36,0,222,152,1,0,224,56,40,0,254,144,180,0,130,65,0,0,12,44,
-28,0,130,64,5,0,7,44,28,0,128,65,153,129,45,137,255,7,32,85,
-152,0,130,65,128,0,0,72,49,6,235,87,32,0,130,65,12,0,225,131,
-20,0,1,128,8,0,193,131,4,0,96,56,166,3,8,124,16,0,33,56,
-32,0,128,78,36,0,236,115,44,0,130,64,88,0,224,115,8,0,0,40,
-32,0,130,65,64,0,0,40,112,0,130,65,80,0,0,40,104,0,130,65,
-88,0,0,40,96,0,130,65,32,0,0,72,12,0,225,131,20,0,1,128,
-8,0,193,131,1,0,96,56,166,3,8,124,16,0,33,56,32,0,128,78,
-153,129,45,137,255,7,32,85,24,0,130,65,248,191,141,128,0,0,190,128,
-11,0,96,60,188,78,99,56,217,17,4,72,12,0,225,131,20,0,1,128,
-8,0,193,131,39,0,96,56,166,3,8,124,16,0,33,56,32,0,128,78,
-12,0,225,131,20,0,1,128,8,0,193,131,6,0,96,56,166,3,8,124,
-16,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,8,0,193,147,120,27,126,124,33,225,255,75,0,0,3,44,
-32,0,130,65,12,0,225,131,20,0,1,128,8,0,193,131,39,0,96,56,
-166,3,8,124,16,0,33,56,32,0,128,78,0,0,126,128,29,0,128,60,
-60,48,132,56,1,0,224,59,24,0,222,56,48,24,229,127,249,166,6,72,
-120,27,100,124,2,0,100,161,32,0,107,97,2,0,100,177,2,0,132,161,
-0,0,126,128,16,0,158,144,64,0,140,97,2,0,132,177,73,90,4,72,
-8,0,254,155,12,0,225,131,20,0,1,128,8,0,193,131,5,0,96,56,
-166,3,8,124,16,0,33,56,32,0,128,78,232,255,33,148,8,0,129,147,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,
-120,27,125,124,16,0,125,128,0,0,224,59,8,0,253,155,12,0,99,169,
-20,0,125,177,0,0,227,179,165,160,7,72,16,0,253,147,120,235,163,127,
-81,224,255,75,0,0,3,44,40,0,130,65,20,0,225,131,16,0,193,131,
-12,0,161,131,28,0,1,128,8,0,129,131,39,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,20,0,253,168,0,0,7,44,40,0,130,65,
-20,0,225,131,16,0,193,131,12,0,161,131,28,0,1,128,8,0,129,131,
-40,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,33,0,61,137,
-127,0,9,44,56,2,253,128,248,191,205,128,80,48,135,127,100,0,130,64,
-0,0,125,128,40,0,28,40,44,0,129,64,172,134,13,128,168,134,109,129,
-4,0,224,59,1,0,107,57,1,0,32,57,48,24,40,125,120,64,0,124,
-172,134,13,144,168,134,109,145,20,1,0,72,9,70,2,72,0,0,157,129,
-0,0,160,56,29,0,96,60,60,48,99,56,1,0,192,59,2,0,224,59,
-48,96,196,127,33,144,7,72,8,0,221,155,232,0,0,72,238,0,32,113,
-150,0,28,40,64,0,8,104,52,0,0,125,126,217,0,84,12,0,129,65,
-0,0,0,44,196,0,130,65,0,0,29,128,128,0,9,44,4,0,224,59,
-32,0,130,64,172,134,45,129,1,0,96,57,48,0,103,125,121,56,41,125,
-172,134,45,145,160,0,130,64,48,0,0,72,176,134,205,128,248,191,13,129,
-172,134,45,129,1,0,128,57,48,0,135,125,56,2,29,145,121,56,41,125,
-120,59,198,124,172,134,45,145,176,134,205,144,112,0,130,64,176,134,45,129,
-0,0,9,44,100,0,130,64,161,128,109,137,232,3,128,57,116,7,107,125,
-80,99,75,17,102,102,0,60,103,102,0,96,150,80,192,127,112,254,64,125,
-112,22,222,127,80,240,192,127,81,240,220,127,20,0,129,65,156,128,13,129,
-20,226,200,124,156,128,205,144,36,0,0,72,120,243,195,127,57,210,3,72,
-156,128,13,129,20,242,8,125,20,226,200,124,156,128,205,144,8,0,0,72,
-2,0,224,59,120,251,227,127,20,0,225,131,16,0,193,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,
-120,27,126,124,89,222,255,75,0,0,3,44,32,0,130,65,12,0,225,131,
-20,0,1,128,8,0,193,131,39,0,96,56,166,3,8,124,16,0,33,56,
-32,0,128,78,0,0,126,128,29,0,128,60,60,48,132,56,1,0,224,59,
-24,0,222,56,48,24,229,127,49,164,6,72,120,27,100,124,2,0,100,161,
-32,0,107,97,2,0,100,177,2,0,132,161,0,0,126,128,16,0,158,144,
-64,0,140,97,2,0,132,177,129,87,4,72,8,0,254,155,12,0,225,131,
-20,0,1,128,8,0,193,131,3,0,96,56,166,3,8,124,16,0,33,56,
-32,0,128,78,224,255,33,148,12,0,97,147,16,0,129,147,24,0,193,147,
-28,0,225,147,166,2,8,124,36,0,1,144,20,0,161,147,120,27,125,124,
-52,2,29,136,0,0,0,44,84,1,130,65,172,134,237,128,0,0,7,44,
-20,0,130,65,168,134,237,128,0,0,7,44,188,0,129,64,128,0,0,72,
-176,134,13,128,0,0,0,44,20,0,130,65,168,134,237,128,0,0,7,44,
-160,0,129,64,100,0,0,72,180,134,77,137,0,0,10,44,64,0,130,65,
-161,128,13,136,232,3,192,56,116,7,0,124,80,51,128,17,102,102,0,60,
-103,102,0,96,150,96,224,127,112,254,136,125,112,22,255,127,80,248,232,127,
-120,251,227,127,181,208,3,72,156,128,141,129,20,250,140,125,156,128,141,145,
-160,128,237,136,0,0,192,56,117,7,231,124,168,134,237,144,180,134,205,152,
-60,0,129,64,255,255,39,57,168,134,45,145,196,136,45,161,0,0,157,129,
-172,134,205,128,248,191,13,129,1,0,96,57,12,0,29,145,48,96,106,125,
-247,6,41,85,120,83,198,124,172,134,205,144,148,0,130,65,152,0,0,72,
-0,0,125,129,1,0,192,59,48,88,219,127,41,158,6,72,120,27,124,124,
-2,0,64,57,29,0,32,61,60,48,41,57,9,0,224,60,248,112,231,56,
-0,0,224,59,8,0,227,147,4,0,227,144,36,0,35,145,40,0,99,147,
-20,0,67,145,120,251,228,127,229,163,6,72,0,0,252,179,120,227,131,127,
-197,156,7,72,8,0,221,155,120,243,195,127,24,0,193,131,28,0,225,131,
-36,0,1,128,12,0,97,131,16,0,129,131,20,0,161,131,166,3,8,124,
-32,0,33,56,32,0,128,78,196,136,45,161,247,6,41,85,12,0,130,64,
-0,0,125,128,161,66,2,72,248,191,77,129,0,0,192,59,56,2,93,145,
-8,0,221,155,24,0,193,131,20,0,161,131,36,0,1,128,28,0,225,131,
-12,0,97,131,16,0,129,131,2,0,96,56,166,3,8,124,32,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-120,27,127,124,0,0,95,129,9,128,13,136,116,7,0,124,0,0,10,124,
-28,0,128,65,20,0,1,128,12,0,225,131,38,0,96,56,16,0,33,56,
-166,3,8,124,32,0,128,78,96,2,10,28,248,191,109,129,0,0,32,57,
-28,0,128,61,12,0,127,145,44,0,63,145,172,126,140,57,20,2,108,124,
-177,217,254,75,4,0,31,136,0,0,0,44,1,0,96,56,8,0,130,65,
-43,0,96,56,20,0,1,128,12,0,225,131,116,7,99,124,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-8,0,193,147,120,27,126,124,12,0,225,147,20,0,190,168,61,2,30,136,
-116,7,0,124,11,0,0,61,100,79,8,57,54,32,0,84,20,2,136,125,
-4,0,204,128,120,35,159,124,0,0,158,128,11,0,96,60,240,78,99,56,
-141,11,4,72,4,0,30,136,0,0,0,44,172,134,13,128,0,0,126,128,
-176,134,141,129,1,0,64,57,48,24,73,125,120,72,140,125,176,134,141,145,
-120,72,0,124,172,134,13,144,8,0,130,65,241,0,224,59,120,251,228,127,
-0,0,160,56,120,43,166,124,81,216,255,75,0,0,62,129,96,2,9,29,
-0,0,0,56,7,0,30,152,28,0,72,61,172,126,106,56,21,216,254,75,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,240,255,33,148,8,0,193,147,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,166,0,192,127,94,4,192,87,36,1,0,124,
-0,0,127,128,85,206,255,75,0,0,3,44,76,0,130,64,0,0,127,128,
-237,214,255,75,0,0,127,128,6,0,159,136,0,0,160,56,1,0,192,56,
-205,215,255,75,0,128,202,115,166,0,0,124,94,4,0,84,120,83,0,124,
-36,1,0,124,4,0,127,137,0,0,11,44,0,0,0,56,7,0,31,152,
-76,0,130,65,44,0,0,72,1,0,0,56,4,0,31,152,120,3,11,124,
-0,128,202,115,166,0,0,124,94,4,0,84,120,83,0,124,36,1,0,124,
-0,0,0,56,7,0,31,152,0,0,95,129,96,2,10,28,28,0,96,61,
-172,126,107,57,20,2,107,124,65,215,254,75,4,0,127,137,0,0,11,44,
-46,0,96,56,8,0,130,65,45,0,96,56,12,0,225,131,20,0,1,128,
-8,0,193,131,116,7,99,124,166,3,8,124,16,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,254,0,128,56,65,254,255,75,
-12,0,1,128,8,0,33,56,166,3,8,124,42,0,96,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,0,0,128,56,25,254,255,75,
-12,0,1,128,8,0,33,56,166,3,8,124,41,0,96,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,0,0,128,56,241,253,255,75,
-12,0,1,128,8,0,33,56,166,3,8,124,40,0,96,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,172,134,13,128,
-176,134,77,129,120,27,127,124,0,0,127,128,0,0,128,56,120,35,134,124,
-120,35,133,124,1,0,128,57,48,24,139,125,120,88,0,124,172,134,13,144,
-120,88,74,125,176,134,77,145,113,214,255,75,0,0,95,129,96,2,10,28,
-28,0,128,61,0,0,96,57,172,126,140,57,7,0,127,153,20,2,108,124,
-49,214,254,75,20,0,1,128,12,0,225,131,39,0,96,56,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,0,0,127,128,0,0,128,56,120,35,133,124,
-120,35,134,124,17,214,255,75,0,0,0,56,7,0,31,152,20,0,1,128,
-12,0,225,131,38,0,96,56,16,0,33,56,166,3,8,124,32,0,128,78,
-232,255,33,148,12,0,161,147,16,0,193,147,166,2,8,124,28,0,1,144,
-20,0,225,147,120,27,127,124,60,2,127,137,11,0,192,63,116,7,107,125,
-100,79,222,59,47,0,11,44,76,0,128,65,11,0,96,60,44,79,99,56,
-147,1,128,56,0,0,160,56,197,169,253,75,60,2,127,137,0,0,3,44,
-116,7,107,125,40,0,130,65,54,32,102,85,20,50,62,125,8,0,9,168,
-10,0,137,169,0,0,12,44,120,91,125,125,20,2,127,124,80,0,128,64,
-36,0,0,72,54,32,102,85,20,50,62,125,8,0,9,168,10,0,137,169,
-0,0,12,44,120,91,125,125,20,2,127,124,44,0,128,64,12,0,9,129,
-166,3,9,125,33,4,128,78,7,0,31,136,8,0,95,137,0,0,10,44,
-120,27,107,124,60,2,127,153,116,0,130,65,104,0,0,72,12,0,9,168,
-20,2,99,125,191,7,102,85,56,24,140,85,12,0,130,64,0,0,235,128,
-36,0,0,72,80,88,102,125,0,0,11,128,4,0,235,128,56,24,198,84,
-48,52,0,124,32,0,198,32,48,48,231,124,120,3,231,124,20,98,71,125,
-4,0,10,129,166,3,9,125,33,4,128,78,7,0,31,136,8,0,95,137,
-0,0,10,44,120,27,107,124,60,2,127,153,12,0,130,65,61,2,191,155,
-16,0,0,72,0,0,0,44,248,254,130,64,61,2,191,155,120,3,3,124,
-28,0,1,128,20,0,225,131,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,240,255,33,148,0,0,4,44,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,8,0,193,147,0,0,192,59,
-24,0,130,65,0,0,127,128,253,203,255,75,255,255,3,44,8,0,130,65,
-1,0,192,59,162,128,237,136,161,128,13,136,255,0,96,57,52,2,255,152,
-36,0,127,153,117,7,0,124,4,0,223,155,0,0,192,56,1,0,0,57,
-60,2,223,152,7,0,31,153,8,0,223,152,12,0,223,144,20,0,223,176,
-40,0,223,144,8,0,130,64,52,2,31,152,0,0,127,128,61,211,255,75,
-4,0,63,137,0,0,127,128,0,0,128,56,1,0,38,105,120,35,133,124,
-62,6,198,84,245,211,255,75,160,128,205,136,116,7,198,124,1,0,6,44,
-52,2,31,136,38,0,96,125,254,15,106,85,57,80,12,124,12,0,130,65,
-1,0,192,56,160,128,205,152,0,0,0,44,0,0,0,56,16,0,128,57,
-156,128,13,144,8,0,130,64,120,51,204,124,248,191,13,128,56,2,31,144,
-0,0,32,57,164,134,141,145,180,134,45,153,176,134,45,145,172,134,45,145,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-120,27,127,124,16,0,127,128,0,0,3,44,8,0,130,65,33,158,6,72,
-0,0,127,128,0,0,128,56,120,35,133,124,120,35,134,124,73,211,255,75,
-0,0,31,128,96,2,128,29,0,0,64,57,7,0,95,153,8,0,95,153,
-28,0,108,61,172,126,107,56,9,211,254,75,39,0,0,56,60,2,31,152,
-4,2,0,56,20,0,31,176,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-29,0,96,60,60,48,99,56,11,0,128,60,64,79,132,56,237,177,3,72,
-0,0,3,44,24,0,130,65,11,0,96,60,80,79,99,56,13,1,128,56,
-0,0,160,56,229,166,253,75,1,0,96,56,37,122,4,72,184,134,109,144,
-0,0,96,57,29,0,128,61,252,9,140,57,64,2,108,149,1,0,107,57,
-16,0,11,44,244,255,128,65,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,29,0,96,61,136,48,107,57,0,0,128,57,4,0,139,145,
-8,0,139,145,12,0,139,145,12,0,96,60,72,21,99,56,32,235,3,72,
-166,2,8,124,4,0,1,144,248,255,33,148,0,0,3,136,190,215,8,84,
-188,134,45,57,58,16,10,85,46,72,138,125,0,0,12,44,120,35,134,124,
-12,4,96,56,190,6,4,84,28,0,130,65,36,0,108,129,124,0,43,129,
-120,99,131,125,13,0,160,56,166,3,41,125,33,4,128,78,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,2,0,3,44,
-8,0,193,147,12,0,225,147,166,2,8,124,120,27,100,124,20,0,1,144,
-44,0,128,65,11,0,96,60,140,82,99,56,221,4,4,72,12,0,225,131,
-20,0,1,128,8,0,193,131,12,4,96,56,166,3,8,124,16,0,33,56,
-32,0,128,78,188,134,237,59,58,16,126,84,46,240,31,124,0,0,0,44,
-44,0,130,65,11,0,96,60,168,82,99,56,161,4,4,72,46,240,127,124,
-36,0,131,129,132,0,12,128,166,3,9,124,33,4,128,78,0,0,96,56,
-20,0,0,72,11,0,96,60,212,82,99,56,121,4,4,72,0,0,96,56,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,16,0,193,147,
-11,0,192,63,20,0,225,147,120,27,127,124,12,0,161,147,29,0,160,63,
-92,48,125,56,8,0,161,56,0,0,128,56,120,35,134,124,120,35,135,124,
-120,59,232,124,213,167,3,72,0,0,3,44,20,0,130,65,244,82,126,56,
-209,5,128,56,0,0,160,56,41,165,253,75,8,0,33,129,1,0,9,44,
-112,0,130,65,100,0,0,56,80,3,127,17,102,102,0,60,103,102,0,96,
-150,88,128,124,92,48,125,56,166,128,237,155,0,0,160,56,112,254,96,125,
-112,22,132,124,80,32,128,124,241,191,3,72,0,0,3,44,20,0,130,65,
-244,82,126,56,214,5,128,56,0,0,160,56,213,164,253,75,92,48,125,56,
-21,193,3,72,0,0,3,44,24,0,130,65,244,82,126,56,215,5,128,56,
-0,0,160,56,181,164,253,75,0,0,3,44,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-224,255,33,148,8,0,65,147,12,0,97,147,16,0,129,147,24,0,193,147,
-28,0,225,147,166,2,8,124,36,0,1,144,20,0,161,147,29,0,160,63,
-136,48,189,59,4,0,29,128,0,0,0,44,255,0,192,59,0,0,224,59,
-16,0,130,65,8,0,61,129,80,72,0,125,112,22,31,125,63,6,255,87,
-0,0,96,59,100,0,130,65,4,0,157,129,58,16,106,87,46,80,108,124,
-25,154,0,72,63,6,124,84,0,0,64,59,60,0,129,64,4,0,253,128,
-58,16,96,87,46,0,103,124,166,128,173,136,120,211,68,127,117,152,0,72,
-0,0,3,44,16,0,130,65,64,240,3,124,8,0,128,64,120,27,126,124,
-255,255,156,55,1,0,90,59,204,255,130,64,255,255,255,55,1,0,123,59,
-164,255,130,64,93,146,0,72,63,6,127,84,0,0,160,59,48,0,130,65,
-166,128,141,136,120,235,163,127,201,144,0,72,0,0,3,44,16,0,130,65,
-64,240,3,124,8,0,128,64,120,27,126,124,255,255,255,55,1,0,189,59,
-216,255,130,64,255,0,30,44,52,0,130,65,62,6,195,87,21,254,255,75,
-24,0,193,131,16,0,129,131,20,0,161,131,28,0,225,131,36,0,1,128,
-12,0,97,131,8,0,65,131,166,3,8,124,32,0,33,56,32,0,128,78,
-29,0,96,60,92,48,99,56,157,190,3,72,24,0,193,131,16,0,129,131,
-20,0,161,131,28,0,225,131,36,0,1,128,12,0,97,131,8,0,65,131,
-166,3,8,124,32,0,33,56,32,0,128,78,212,192,109,56,0,1,128,60,
-0,0,160,56,56,130,7,72,240,255,33,148,2,0,5,40,166,2,8,124,
-20,0,1,144,120,27,96,124,12,0,225,147,12,4,224,59,56,0,128,64,
-58,16,165,84,188,134,77,57,46,80,101,124,0,0,3,44,48,0,130,65,
-36,0,131,129,140,0,108,129,120,35,133,124,166,3,105,125,120,3,4,124,
-33,4,128,78,120,27,127,124,16,0,0,72,11,0,96,60,0,83,99,56,
-161,1,4,72,20,0,1,128,120,251,227,127,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,232,255,33,148,8,0,129,147,12,0,161,147,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,196,134,77,137,
-255,7,74,85,120,43,190,124,24,0,130,64,16,0,193,131,24,0,33,56,
-166,3,8,124,17,4,96,56,32,0,128,78,9,128,13,136,116,7,0,124,
-64,0,3,124,44,0,128,64,29,0,192,60,152,48,198,56,56,24,96,84,
-20,2,134,125,4,0,172,131,46,0,134,127,255,255,28,44,12,0,130,65,
-255,255,29,44,40,0,130,64,20,0,225,131,16,0,193,131,12,0,161,131,
-28,0,1,128,8,0,129,131,14,1,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,13,0,4,40,0,0,224,59,68,0,130,64,120,27,100,124,
-11,0,96,60,40,83,99,56,209,0,4,72,58,16,133,87,188,134,13,56,
-46,0,101,124,36,0,3,129,124,0,8,128,120,235,164,127,120,243,198,127,
-13,0,160,56,166,3,9,124,33,4,128,78,120,27,127,124,16,0,0,72,
-11,0,96,60,72,83,99,56,149,0,4,72,120,251,227,127,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,232,255,33,148,8,0,129,147,12,0,161,147,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,196,134,13,136,
-255,7,0,84,120,43,190,124,28,0,130,64,28,0,1,128,16,0,193,131,
-17,4,96,56,24,0,33,56,166,3,8,124,32,0,128,78,9,128,237,136,
-116,7,231,124,64,56,3,124,44,0,128,64,29,0,128,61,152,48,140,57,
-56,24,107,84,20,90,12,125,4,0,168,131,46,88,140,127,255,255,28,44,
-12,0,130,65,255,255,29,44,40,0,130,64,20,0,225,131,16,0,193,131,
-12,0,161,131,28,0,1,128,8,0,129,131,14,1,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,14,0,4,40,0,0,224,59,24,4,129,65,
-3,0,128,61,176,230,140,57,58,16,128,84,46,0,76,125,166,3,73,125,
-32,4,128,78,172,232,2,0,236,232,2,0,44,233,2,0,172,231,2,0,
-236,231,2,0,44,232,2,0,108,233,2,0,108,232,2,0,236,230,2,0,
-44,231,2,0,172,233,2,0,236,233,2,0,44,234,2,0,108,234,2,0,
-44,231,2,0,120,27,100,124,11,0,96,60,32,84,99,56,97,255,3,72,
-58,16,135,87,188,134,13,57,46,64,103,124,36,0,35,129,116,0,73,129,
-120,235,164,127,120,243,198,127,8,0,160,56,166,3,73,125,33,4,128,78,
-120,27,127,124,144,3,0,72,14,0,4,44,120,27,100,124,58,16,159,87,
-60,0,130,64,11,0,96,60,64,84,99,56,21,255,3,72,188,134,109,57,
-46,88,127,124,36,0,131,129,116,0,12,128,120,235,164,127,120,243,198,127,
-14,0,160,56,166,3,9,124,33,4,128,78,120,27,127,124,72,3,0,72,
-11,0,96,60,104,84,99,56,221,254,3,72,188,134,237,56,46,56,127,124,
-36,0,3,129,116,0,40,129,120,235,164,127,120,243,198,127,9,0,160,56,
-166,3,41,125,33,4,128,78,120,27,127,124,16,3,0,72,120,27,100,124,
-11,0,96,60,144,84,99,56,161,254,3,72,58,16,138,87,188,134,13,56,
-46,0,106,124,36,0,131,129,116,0,236,128,120,235,164,127,120,243,198,127,
-3,0,160,56,166,3,233,124,33,4,128,78,120,27,127,124,208,2,0,72,
-120,27,100,124,11,0,96,60,176,84,99,56,97,254,3,72,58,16,136,87,
-188,134,45,57,46,72,104,124,36,0,67,129,116,0,10,128,120,235,164,127,
-120,243,198,127,4,0,160,56,166,3,9,124,33,4,128,78,120,27,127,124,
-144,2,0,72,120,27,100,124,11,0,96,60,132,83,99,56,33,254,3,72,
-58,16,140,87,188,134,237,56,46,56,108,124,36,0,3,129,116,0,40,129,
-120,235,164,127,120,243,198,127,5,0,160,56,166,3,41,125,33,4,128,78,
-120,27,127,124,80,2,0,72,120,27,100,124,11,0,96,60,160,83,99,56,
-225,253,3,72,58,16,138,87,188,134,13,56,46,0,106,124,36,0,131,129,
-116,0,236,128,120,235,164,127,120,243,198,127,7,0,160,56,166,3,233,124,
-33,4,128,78,120,27,127,124,16,2,0,72,120,27,100,124,11,0,96,60,
-192,83,99,56,161,253,3,72,58,16,136,87,188,134,45,57,46,72,104,124,
-36,0,67,129,116,0,10,128,120,235,164,127,120,243,198,127,0,0,160,56,
-166,3,9,124,33,4,128,78,120,27,127,124,208,1,0,72,120,27,100,124,
-11,0,96,60,224,83,99,56,97,253,3,72,58,16,140,87,188,134,237,56,
-46,56,108,124,36,0,3,129,116,0,40,129,120,235,164,127,120,243,198,127,
-1,0,160,56,166,3,41,125,33,4,128,78,120,27,127,124,144,1,0,72,
-120,27,100,124,11,0,96,60,208,84,99,56,33,253,3,72,58,16,138,87,
-188,134,13,56,46,0,106,124,36,0,131,129,116,0,236,128,120,235,164,127,
-120,243,198,127,2,0,160,56,166,3,233,124,33,4,128,78,120,27,127,124,
-80,1,0,72,120,27,100,124,11,0,96,60,236,84,99,56,225,252,3,72,
-58,16,136,87,188,134,45,57,46,72,104,124,36,0,67,129,116,0,106,129,
-120,235,164,127,120,243,198,127,6,0,160,56,166,3,105,125,33,4,128,78,
-120,27,127,124,16,1,0,72,120,27,100,124,11,0,96,60,16,85,99,56,
-161,252,3,72,58,16,140,87,188,134,13,56,46,0,108,124,36,0,67,129,
-116,0,10,128,120,235,164,127,120,243,198,127,10,0,160,56,166,3,9,124,
-33,4,128,78,120,27,127,124,208,0,0,72,120,27,100,124,11,0,96,60,
-60,85,99,56,97,252,3,72,58,16,140,87,188,134,237,56,46,56,108,124,
-36,0,3,129,116,0,40,129,120,235,164,127,120,243,198,127,11,0,160,56,
-166,3,41,125,33,4,128,78,120,27,127,124,144,0,0,72,120,27,100,124,
-11,0,96,60,0,84,99,56,33,252,3,72,58,16,138,87,188,134,109,57,
-46,88,106,124,36,0,131,129,116,0,12,128,120,235,164,127,120,243,198,127,
-12,0,160,56,166,3,9,124,33,4,128,78,120,27,127,124,80,0,0,72,
-120,27,100,124,11,0,96,60,100,83,99,56,225,251,3,72,58,16,135,87,
-188,134,13,57,46,64,103,124,36,0,35,129,116,0,73,129,120,235,164,127,
-120,243,198,127,13,0,160,56,166,3,73,125,33,4,128,78,120,27,127,124,
-16,0,0,72,11,0,96,60,100,85,99,56,165,251,3,72,120,251,227,127,
-20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,8,0,129,131,
-166,3,8,124,24,0,33,56,32,0,128,78,224,255,33,148,12,0,97,147,
-16,0,129,147,20,0,161,147,24,0,193,147,28,0,225,147,166,2,8,124,
-36,0,1,144,196,134,13,136,255,7,0,84,120,27,124,124,0,0,192,59,
-32,0,130,64,24,0,193,131,36,0,1,128,16,0,129,131,17,4,96,56,
-166,3,8,124,32,0,33,56,32,0,128,78,9,128,13,136,116,7,0,124,
-64,0,28,124,44,0,128,65,20,0,161,131,28,0,225,131,24,0,193,131,
-16,0,129,131,36,0,1,128,12,0,97,131,14,1,96,56,166,3,8,124,
-32,0,33,56,32,0,128,78,120,227,131,127,141,191,255,75,120,27,123,124,
-16,0,27,40,0,0,224,59,28,0,128,64,58,16,106,87,20,218,10,124,
-56,24,0,84,248,193,141,57,20,2,108,125,8,0,235,131,0,0,160,59,
-120,227,131,127,13,0,128,56,8,0,161,56,49,249,255,75,0,0,3,44,
-8,0,130,64,8,0,161,139,8,0,161,155,120,227,131,127,85,187,255,75,
-8,0,1,136,0,0,0,44,120,27,125,124,48,0,130,65,120,227,131,127,
-13,0,128,56,1,0,160,56,17,250,255,75,120,27,126,124,120,219,99,127,
-120,227,132,127,65,51,7,72,0,0,3,44,88,0,130,65,52,0,0,72,
-0,0,29,44,24,0,130,64,120,227,131,127,1,0,128,56,120,35,133,124,
-221,249,255,75,120,27,126,124,120,219,99,127,120,227,132,127,13,51,7,72,
-0,0,3,44,36,0,130,65,0,0,29,44,28,0,130,65,120,227,131,127,
-4,0,128,56,1,0,160,56,173,249,255,75,120,27,126,124,228,0,0,72,
-120,219,99,127,120,227,132,127,93,88,7,72,0,0,3,44,120,227,131,127,
-24,0,130,65,3,0,128,56,1,0,160,56,129,249,255,75,120,27,126,124,
-184,0,0,72,85,187,255,75,0,0,3,44,120,227,131,127,24,0,130,65,
-8,0,128,56,1,0,160,56,93,249,255,75,120,27,126,124,148,0,0,72,
-25,187,255,75,0,0,3,44,120,227,131,127,24,0,130,65,9,0,128,56,
-1,0,160,56,57,249,255,75,120,27,126,124,112,0,0,72,221,186,255,75,
-0,0,3,44,28,0,130,65,120,227,131,127,14,0,128,56,1,0,160,56,
-21,249,255,75,120,27,126,124,76,0,0,72,0,0,31,44,40,0,130,65,
-6,0,31,137,13,0,8,44,28,0,130,64,120,227,131,127,6,0,128,56,
-1,0,160,56,233,248,255,75,120,27,126,124,32,0,0,72,0,0,29,44,
-24,0,130,65,120,227,131,127,5,0,128,56,1,0,160,56,201,248,255,75,
-120,27,126,124,20,0,161,131,120,243,195,127,24,0,193,131,28,0,225,131,
-36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-0,0,224,59,8,0,193,147,16,0,192,59,120,251,227,127,105,253,255,75,
-255,255,222,55,1,0,255,59,240,255,130,64,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,216,255,33,148,
-8,0,1,147,12,0,33,147,16,0,65,147,20,0,97,147,24,0,129,147,
-28,0,161,147,32,0,193,147,36,0,225,147,166,2,8,124,44,0,1,144,
-196,134,45,137,0,0,224,59,120,43,186,124,255,7,41,85,120,35,153,124,
-120,27,126,124,36,0,130,64,16,0,65,131,36,0,225,131,32,0,193,131,
-12,0,33,131,166,3,8,124,17,4,96,56,40,0,33,56,32,0,128,78,
-16,0,30,40,36,0,128,64,58,16,204,87,20,242,12,124,56,24,0,84,
-248,193,237,56,20,2,199,124,8,0,6,129,0,0,8,44,56,0,130,64,
-32,0,193,131,20,0,97,131,16,0,65,131,28,0,161,131,36,0,225,131,
-24,0,129,131,12,0,33,131,44,0,1,128,8,0,1,131,10,1,96,56,
-166,3,8,124,40,0,33,56,32,0,128,78,9,0,25,40,76,2,129,65,
-3,0,128,61,128,238,140,57,58,16,32,87,46,0,12,124,166,3,9,124,
-32,4,128,78,220,238,2,0,16,239,2,0,168,238,2,0,80,240,2,0,
-128,240,2,0,68,239,2,0,132,239,2,0,28,240,2,0,232,239,2,0,
-184,239,2,0,120,243,196,127,11,0,96,60,216,85,99,56,165,247,3,72,
-120,243,195,127,120,211,69,127,1,0,128,56,129,134,0,72,3,0,25,44,
-12,0,0,59,120,27,127,124,240,1,130,64,172,2,0,72,120,243,196,127,
-11,0,96,60,116,86,99,56,113,247,3,72,120,243,195,127,120,211,69,127,
-2,0,128,56,77,134,0,72,3,0,25,44,10,0,0,59,120,27,127,124,
-188,1,130,64,120,2,0,72,120,243,196,127,11,0,96,60,148,86,99,56,
-61,247,3,72,120,243,195,127,120,211,69,127,4,0,128,56,25,134,0,72,
-3,0,25,44,10,0,0,59,120,27,127,124,136,1,130,64,68,2,0,72,
-120,243,196,127,11,0,96,60,248,85,99,56,9,247,3,72,120,243,195,127,
-120,211,69,127,0,0,128,56,229,133,0,72,196,134,237,136,189,7,231,84,
-120,27,127,124,20,2,130,65,3,0,25,44,5,0,0,59,72,1,130,64,
-4,2,0,72,120,243,196,127,11,0,96,60,20,86,99,56,201,246,3,72,
-120,243,195,127,120,211,69,127,0,0,128,56,165,133,0,72,3,0,25,44,
-7,0,0,59,120,27,127,124,20,1,130,64,208,1,0,72,120,243,196,127,
-11,0,96,60,52,86,99,56,149,246,3,72,120,243,195,127,120,211,69,127,
-5,0,128,56,113,133,0,72,3,0,25,44,120,27,127,124,228,0,130,64,
-160,1,0,72,120,243,196,127,11,0,96,60,84,86,99,56,101,246,3,72,
-120,243,195,127,120,211,69,127,5,0,128,56,65,133,0,72,3,0,25,44,
-0,0,0,59,120,27,127,124,176,0,130,64,108,1,0,72,120,243,196,127,
-11,0,96,60,160,85,99,56,49,246,3,72,120,243,195,127,120,211,69,127,
-3,0,128,56,13,133,0,72,3,0,25,44,11,0,0,59,120,27,127,124,
-124,0,130,64,56,1,0,72,120,243,196,127,11,0,96,60,180,86,99,56,
-253,245,3,72,120,243,195,127,120,211,69,127,6,0,128,56,217,132,0,72,
-3,0,25,44,120,27,127,124,76,0,130,64,8,1,0,72,120,243,196,127,
-11,0,96,60,188,85,99,56,205,245,3,72,120,243,195,127,120,211,69,127,
-7,0,128,56,169,132,0,72,3,0,25,44,120,27,127,124,28,0,130,64,
-216,0,0,72,11,0,96,60,128,85,99,56,161,245,3,72,3,0,25,44,
-196,0,130,65,9,0,25,44,188,0,130,65,4,0,25,44,180,0,130,65,
-0,0,31,44,172,0,130,64,120,243,195,127,249,6,7,72,120,27,123,124,
-0,0,128,59,16,0,160,59,1,0,192,59,48,224,200,127,57,64,96,127,
-124,0,130,65,120,227,131,127,13,182,255,75,0,0,3,44,108,0,130,65,
-2,0,25,44,52,0,130,65,7,0,25,44,44,0,130,65,8,0,25,44,
-36,0,130,65,6,0,25,44,28,0,130,65,5,0,25,44,20,0,130,65,
-120,227,131,127,161,249,255,75,121,27,127,124,64,0,130,64,120,227,131,127,
-120,195,4,127,120,211,69,127,153,244,255,75,121,27,127,124,40,0,130,64,
-5,0,25,44,20,0,130,64,120,227,131,127,113,249,255,75,121,27,127,124,
-16,0,130,64,255,255,189,55,1,0,156,59,116,255,130,64,16,0,65,131,
-24,0,129,131,28,0,161,131,120,251,227,127,36,0,225,131,20,0,97,131,
-32,0,193,131,44,0,1,128,12,0,33,131,8,0,1,131,166,3,8,124,
-40,0,33,56,32,0,128,78,224,255,33,148,20,0,161,147,24,0,193,147,
-28,0,225,147,166,2,8,124,36,0,1,144,196,134,141,137,255,7,140,85,
-120,27,125,124,10,1,192,59,28,0,130,64,24,0,193,131,20,0,161,131,
-166,3,8,124,17,4,96,56,32,0,33,56,32,0,128,78,16,0,29,40,
-0,0,224,59,28,0,128,64,58,16,167,87,20,234,7,124,56,24,0,84,
-248,193,109,57,20,2,43,125,8,0,233,131,120,235,163,127,12,0,129,56,
-8,0,161,56,209,28,7,72,0,0,31,44,228,0,130,65,120,235,163,127,
-6,0,128,56,1,0,160,56,255,255,192,56,85,251,255,75,6,0,31,136,
-64,0,0,44,120,235,163,127,255,255,192,56,24,0,130,64,7,0,128,56,
-1,0,160,56,53,251,255,75,120,27,126,124,168,0,0,72,8,0,1,168,
-62,4,10,84,255,223,73,85,24,0,130,65,3,0,128,56,1,0,160,56,
-17,251,255,75,120,27,126,124,132,0,0,72,255,255,75,85,24,0,130,65,
-0,0,128,56,1,0,160,56,245,250,255,75,120,27,126,124,104,0,0,72,
-62,4,8,84,255,247,5,85,24,0,130,65,1,0,128,56,120,35,133,124,
-213,250,255,75,120,27,126,124,72,0,0,72,255,231,10,85,1,0,160,56,
-20,0,130,65,2,0,128,56,185,250,255,75,120,27,126,124,44,0,0,72,
-62,4,0,84,255,239,12,84,20,0,130,65,4,0,128,56,157,250,255,75,
-120,27,126,124,16,0,0,72,5,0,128,56,141,250,255,75,120,27,126,124,
-120,243,195,127,24,0,193,131,36,0,1,128,28,0,225,131,20,0,161,131,
-166,3,8,124,32,0,33,56,32,0,128,78,232,255,33,148,166,2,8,124,
-28,0,1,144,20,0,225,147,0,0,96,56,120,27,127,124,12,0,161,147,
-16,0,160,59,16,0,193,147,0,0,192,63,56,66,222,59,48,0,30,128,
-0,0,0,44,40,0,222,59,20,0,130,65,120,251,227,127,65,254,255,75,
-0,0,3,44,16,0,130,64,255,255,189,55,1,0,255,59,216,255,130,64,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-58,16,172,84,188,134,109,57,46,88,140,125,0,0,12,44,120,27,96,124,
-12,4,96,56,32,0,130,65,36,0,76,129,108,0,106,129,120,99,131,125,
-120,35,133,124,166,3,105,125,120,3,4,124,33,4,128,78,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,58,16,172,84,188,134,109,57,46,88,140,125,0,0,12,44,
-120,27,96,124,12,4,96,56,32,0,130,65,36,0,76,129,100,0,106,129,
-120,99,131,125,120,35,133,124,166,3,105,125,120,3,4,124,33,4,128,78,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,
-4,0,1,144,248,255,33,148,58,16,172,84,188,134,109,57,46,88,140,125,
-0,0,12,44,120,27,96,124,12,4,96,56,32,0,130,65,36,0,76,129,
-92,0,106,129,120,99,131,125,120,35,133,124,166,3,105,125,120,3,4,124,
-33,4,128,78,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,58,16,172,84,188,134,109,57,
-46,88,140,125,0,0,12,44,120,27,96,124,12,4,96,56,32,0,130,65,
-36,0,76,129,84,0,106,129,120,99,131,125,120,35,133,124,166,3,105,125,
-120,3,4,124,33,4,128,78,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,58,16,172,84,
-188,134,109,57,46,88,140,125,0,0,12,44,120,27,96,124,12,4,96,56,
-32,0,130,65,36,0,76,129,76,0,106,129,120,99,131,125,120,35,133,124,
-166,3,105,125,120,3,4,124,33,4,128,78,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-58,16,172,84,188,134,109,57,46,88,140,125,0,0,12,44,120,27,96,124,
-12,4,96,56,32,0,130,65,36,0,76,129,68,0,106,129,120,99,131,125,
-120,35,133,124,166,3,105,125,120,3,4,124,33,4,128,78,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,58,16,172,84,188,134,109,57,46,88,140,125,0,0,12,44,
-120,27,96,124,12,4,96,56,32,0,130,65,36,0,76,129,60,0,106,129,
-120,99,131,125,120,35,133,124,166,3,105,125,120,3,4,124,33,4,128,78,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,
-4,0,1,144,248,255,33,148,58,16,172,84,188,134,109,57,46,88,140,125,
-0,0,12,44,120,27,96,124,12,4,96,56,32,0,130,65,36,0,76,129,
-52,0,106,129,120,99,131,125,120,35,133,124,166,3,105,125,120,3,4,124,
-33,4,128,78,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,58,16,172,84,188,134,109,57,
-46,88,140,125,0,0,12,44,120,27,96,124,12,4,96,56,32,0,130,65,
-36,0,76,129,44,0,106,129,120,99,131,125,120,35,133,124,166,3,105,125,
-120,3,4,124,33,4,128,78,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,58,16,172,84,
-188,134,109,57,46,88,140,125,0,0,12,44,120,27,96,124,12,4,96,56,
-32,0,130,65,36,0,76,129,36,0,106,129,120,99,131,125,120,35,133,124,
-166,3,105,125,120,3,4,124,33,4,128,78,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-58,16,172,84,188,134,109,57,46,88,140,125,0,0,12,44,120,27,96,124,
-12,4,96,56,32,0,130,65,36,0,76,129,28,0,106,129,120,99,131,125,
-120,35,133,124,166,3,105,125,120,3,4,124,33,4,128,78,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,58,16,172,84,188,134,109,57,46,88,140,125,0,0,12,44,
-120,27,96,124,12,4,96,56,32,0,130,65,36,0,76,129,20,0,106,129,
-120,99,131,125,120,35,133,124,166,3,105,125,120,3,4,124,33,4,128,78,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,216,255,33,148,
-12,0,33,147,16,0,65,147,20,0,97,147,24,0,129,147,28,0,161,147,
-166,2,8,124,44,0,1,144,32,0,193,147,120,27,126,124,36,0,225,147,
-29,0,224,63,152,48,127,56,255,0,128,56,128,0,160,56,149,138,253,75,
-0,0,30,44,116,0,129,64,0,0,30,44,0,0,32,59,104,0,129,64,
-29,0,160,63,136,48,189,59,4,0,61,129,58,16,40,87,46,64,105,124,
-101,133,0,72,121,27,124,124,0,0,96,59,56,0,129,64,152,48,95,59,
-4,0,253,128,58,16,42,87,46,80,103,124,120,219,100,127,9,131,0,72,
-56,24,96,84,46,1,58,127,20,2,154,125,255,255,156,55,4,0,108,147,
-1,0,123,59,212,255,130,64,255,255,222,55,1,0,57,59,168,255,130,64,
-32,0,193,131,24,0,129,131,20,0,97,131,28,0,161,131,36,0,225,131,
-44,0,1,128,16,0,65,131,12,0,33,131,166,3,8,124,40,0,33,56,
-32,0,128,78,216,255,33,148,28,0,161,147,12,0,33,147,16,0,65,147,
-20,0,97,147,24,0,129,147,36,0,225,147,166,2,8,124,44,0,1,144,
-32,0,193,147,164,128,141,137,29,0,160,63,136,48,189,59,4,0,29,128,
-0,0,0,44,0,0,192,59,196,134,205,155,120,243,223,127,165,128,141,153,
-16,0,130,65,8,0,29,129,80,64,224,124,112,22,255,124,121,251,249,127,
-0,0,128,59,136,0,129,64,188,134,77,59,252,255,90,59,1,0,128,105,
-0,0,0,44,120,227,132,127,58,16,155,87,48,0,130,65,11,0,96,60,
-252,86,99,56,77,237,3,72,4,0,189,128,46,216,133,124,0,0,96,56,
-141,52,0,72,4,0,122,148,20,134,98,56,49,237,3,72,44,0,0,72,
-11,0,96,60,212,86,99,56,33,237,3,72,4,0,61,129,46,216,137,124,
-0,0,96,56,89,95,0,72,4,0,122,148,20,134,98,56,5,237,3,72,
-255,255,57,55,1,0,156,59,12,0,130,65,165,128,141,137,136,255,255,75,
-120,251,227,127,117,11,7,72,0,0,31,44,48,0,129,64,196,134,13,136,
-1,0,0,96,120,251,227,127,196,134,13,152,17,254,255,75,197,243,255,75,
-165,249,255,75,196,134,141,137,2,0,140,97,120,27,126,124,196,134,141,153,
-28,0,161,131,120,243,195,127,32,0,193,131,20,0,97,131,24,0,129,131,
-36,0,225,131,44,0,1,128,16,0,65,131,12,0,33,131,166,3,8,124,
-40,0,33,56,32,0,128,78,176,255,33,148,52,0,33,147,56,0,65,147,
-60,0,97,147,64,0,129,147,68,0,161,147,72,0,193,147,76,0,225,147,
-166,2,8,124,84,0,1,144,167,128,109,137,0,0,11,44,0,0,192,59,
-168,0,130,65,11,0,96,60,72,87,99,56,65,236,3,72,12,0,160,63,
-84,21,29,140,238,0,0,44,64,0,130,64,11,0,96,60,208,87,99,56,
-37,236,3,72,72,0,193,131,60,0,97,131,64,0,129,131,76,0,225,131,
-68,0,161,131,56,0,65,131,84,0,1,128,52,0,33,131,0,0,96,56,
-166,3,8,124,80,0,33,56,32,0,128,78,11,0,96,60,128,87,99,56,
-233,235,3,72,12,0,224,63,100,22,255,59,120,251,227,127,120,235,164,127,
-16,1,160,56,121,10,4,72,120,251,250,127,0,0,186,136,238,0,5,44,
-0,0,64,57,12,0,161,59,12,0,65,145,29,0,128,63,136,48,156,59,
-244,2,130,65,164,0,0,72,16,0,97,56,154,153,128,60,170,170,132,56,
-241,184,1,72,16,0,97,56,101,214,1,72,0,0,3,44,64,0,130,64,
-11,0,96,60,148,87,99,56,125,235,3,72,72,0,193,131,60,0,97,131,
-64,0,129,131,76,0,225,131,68,0,161,131,56,0,65,131,84,0,1,128,
-52,0,33,131,198,1,96,56,166,3,8,124,80,0,33,56,32,0,128,78,
-11,0,96,60,180,87,99,56,65,235,3,72,154,153,96,60,170,170,99,56,
-117,101,2,72,12,0,224,63,100,22,255,59,120,251,250,127,0,0,186,136,
-238,0,5,44,0,0,64,57,12,0,161,59,12,0,65,145,29,0,128,63,
-136,48,156,59,80,2,130,65,1,0,5,44,216,1,130,64,120,211,68,127,
-0,0,96,56,29,141,0,72,0,0,3,44,0,0,125,144,52,0,130,64,
-72,0,193,131,60,0,97,131,64,0,129,131,76,0,225,131,68,0,161,131,
-56,0,65,131,84,0,1,128,52,0,33,131,16,1,96,56,166,3,8,124,
-80,0,33,56,32,0,128,78,112,0,195,171,0,0,30,44,44,0,130,65,
-3,0,128,56,117,131,0,72,120,243,195,127,153,154,1,72,120,243,196,127,
-120,27,101,124,11,0,96,60,40,87,99,56,137,234,3,72,236,1,0,72,
-8,0,124,129,4,0,188,128,0,0,5,44,0,0,0,57,20,0,130,64,
-0,0,5,44,0,0,0,56,40,0,130,65,24,0,0,72,0,0,5,44,
-80,88,5,124,112,22,8,124,0,0,0,56,16,0,130,65,12,0,28,128,
-80,0,197,124,112,22,192,124,64,0,8,124,120,91,108,125,52,0,128,64,
-0,0,108,144,4,0,76,57,8,0,92,145,3,0,218,136,4,0,186,136,
-2,0,26,136,46,68,198,84,120,3,192,124,62,4,0,84,20,2,5,124,
-20,2,255,127,60,1,0,72,0,0,5,44,64,0,130,64,8,0,129,145,
-120,227,131,127,120,235,166,127,8,0,129,56,1,0,160,56,157,3,0,72,
-3,0,218,136,4,0,186,136,2,0,26,136,46,68,198,84,120,3,192,124,
-62,4,0,84,20,2,5,124,20,2,255,127,248,0,0,72,80,88,37,125,
-113,22,39,125,64,0,130,64,8,0,129,145,120,227,131,127,120,235,166,127,
-8,0,129,56,1,0,160,56,85,3,0,72,3,0,218,136,4,0,186,136,
-2,0,26,136,46,68,198,84,120,3,192,124,62,4,0,84,20,2,5,124,
-20,2,255,127,176,0,0,72,80,96,69,125,112,22,89,125,8,0,129,145,
-120,227,131,127,120,235,166,127,8,0,129,56,1,0,160,56,17,3,0,72,
-3,0,218,136,4,0,186,136,58,16,32,87,20,2,123,127,2,0,26,136,
-46,68,198,84,120,3,192,124,62,4,0,84,20,2,5,124,20,2,255,127,
-100,0,0,72,2,0,5,44,24,0,130,64,120,251,227,127,13,119,0,72,
-121,27,126,124,44,0,130,65,96,0,0,72,12,4,192,59,120,243,195,127,
-1,153,1,72,120,243,196,127,120,27,101,124,11,0,96,60,40,87,99,56,
-241,232,3,72,84,0,0,72,3,0,218,136,4,0,186,136,2,0,26,136,
-46,68,198,84,120,3,192,124,62,4,0,84,20,2,5,124,20,2,255,127,
-120,251,250,127,0,0,186,136,238,0,5,44,184,253,130,64,120,243,195,127,
-32,0,0,72,173,152,1,72,120,243,196,127,120,27,101,124,11,0,96,60,
-40,87,99,56,157,232,3,72,120,243,195,127,72,0,193,131,64,0,129,131,
-60,0,97,131,68,0,161,131,76,0,225,131,84,0,1,128,56,0,65,131,
-52,0,33,131,166,3,8,124,80,0,33,56,32,0,128,78,232,255,33,148,
-8,0,129,147,20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,
-121,27,125,124,16,0,193,147,120,35,158,124,68,1,130,65,2,0,128,59,
-188,134,237,59,252,255,255,59,4,0,127,132,0,0,3,44,24,0,130,65,
-36,0,99,129,148,0,11,128,3,0,128,56,166,3,9,124,33,4,128,78,
-255,255,156,55,220,255,130,64,29,0,224,63,136,48,255,59,4,0,31,129,
-0,0,128,59,40,0,0,72,58,16,134,87,46,48,232,124,0,0,7,44,
-20,0,130,65,120,59,227,124,3,0,128,56,177,128,0,72,4,0,31,129,
-1,0,156,59,0,0,8,44,0,0,192,56,16,0,130,65,8,0,159,129,
-80,96,40,125,112,22,38,125,64,48,28,124,192,255,128,65,4,0,127,129,
-8,0,31,128,120,3,12,124,64,96,11,124,148,0,130,65,80,0,236,124,
-112,22,230,124,59,16,201,84,120,0,130,65,120,91,103,125,80,56,12,124,
-64,72,0,124,120,75,42,125,60,0,129,65,1,0,10,40,20,74,231,124,
-120,83,72,125,20,74,140,125,8,0,128,64,1,0,0,57,166,3,9,125,
-255,255,12,140,255,255,7,156,248,255,0,66,58,16,202,84,20,82,203,124,
-8,0,223,144,56,0,0,72,1,0,10,40,255,255,140,57,120,83,64,125,
-255,255,231,56,8,0,128,64,1,0,0,56,166,3,9,124,1,0,12,140,
-1,0,7,156,248,255,0,66,58,16,202,84,20,82,203,124,8,0,223,144,
-255,7,204,87,12,0,130,65,120,235,163,127,37,211,3,72,16,0,193,131,
-20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-0,0,3,44,20,0,130,64,1,0,96,56,69,209,3,72,0,0,3,44,
-104,0,130,65,0,0,64,57,188,134,141,57,252,255,140,57,2,0,0,56,
-166,3,9,124,4,0,76,149,252,255,0,66,29,0,128,61,136,48,140,57,
-4,0,204,128,8,0,12,129,0,0,96,57,80,64,230,124,120,91,106,125,
-112,22,229,124,16,0,0,72,58,16,105,85,46,73,70,125,1,0,107,57,
-0,0,6,44,0,0,0,56,8,0,130,65,120,43,160,124,64,0,11,124,
-224,255,128,65,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-136,255,33,148,92,0,33,147,96,0,65,147,100,0,97,147,104,0,129,147,
-108,0,161,147,112,0,193,147,116,0,225,147,166,2,8,124,124,0,1,144,
-0,0,166,131,120,27,124,124,4,0,156,129,0,0,12,44,0,0,196,131,
-0,0,224,59,120,43,187,124,0,64,32,61,255,255,41,57,16,0,130,65,
-12,0,188,128,80,40,12,124,112,22,31,124,0,0,27,44,136,13,130,65,
-0,0,12,44,0,0,224,56,16,0,130,65,8,0,252,128,80,56,204,124,
-112,22,199,124,80,72,7,125,64,216,8,124,160,8,128,64,15,0,0,56,
-48,0,1,144,0,0,160,56,8,0,161,152,44,0,161,144,28,0,193,59,
-28,0,161,152,11,0,96,63,120,82,123,59,255,255,59,57,1,0,233,140,
-117,7,231,124,248,255,130,64,48,0,97,129,16,0,11,40,80,72,155,127,
-120,243,202,127,8,0,128,65,0,0,94,129,0,80,27,124,12,0,160,63,
-168,2,128,65,16,0,11,40,120,243,199,127,8,0,128,65,0,0,254,128,
-44,0,129,129,20,98,7,124,0,216,0,124,136,2,129,64,16,0,11,40,
-120,243,197,127,8,0,128,65,0,0,190,128,80,216,229,127,64,248,12,124,
-16,0,128,64,24,0,97,56,133,198,3,72,44,0,129,129,80,96,255,124,
-64,56,28,124,8,0,128,64,120,227,135,127,212,87,189,131,20,58,127,127,
-64,216,12,124,120,235,188,127,16,0,128,64,24,0,97,56,85,198,3,72,
-44,0,129,129,80,96,27,124,64,224,0,124,8,0,128,64,120,3,28,124,
-0,0,28,44,232,0,130,65,48,0,97,129,16,0,11,40,120,243,199,127,
-8,0,128,65,0,0,254,128,16,0,11,40,20,218,71,125,120,243,201,127,
-8,0,128,65,0,0,62,129,81,0,28,124,20,218,201,124,120,3,9,124,
-20,226,166,124,132,0,130,65,80,80,229,124,64,72,7,124,72,0,129,65,
-1,0,0,40,20,74,74,125,120,3,6,124,20,74,165,124,8,0,128,64,
-1,0,192,56,166,3,201,124,255,255,37,141,255,255,42,157,248,255,0,66,
-48,0,97,129,16,0,11,40,44,0,129,129,80,96,92,125,120,243,200,127,
-76,0,128,65,68,0,0,72,1,0,0,40,255,255,165,56,120,3,8,124,
-255,255,74,57,8,0,128,64,1,0,0,57,166,3,9,125,1,0,5,140,
-1,0,10,156,248,255,0,66,48,0,97,129,44,0,129,129,16,0,11,40,
-80,96,92,125,120,243,200,127,8,0,128,65,0,0,30,129,0,0,96,57,
-9,0,97,153,44,0,65,145,174,81,104,125,44,0,129,129,64,248,12,124,
-8,0,128,64,120,99,159,125,0,0,31,44,232,2,130,65,48,0,97,129,
-16,0,11,40,120,243,202,127,8,0,128,65,0,0,94,129,16,0,11,40,
-120,243,201,127,8,0,128,65,0,0,62,129,80,96,31,124,121,3,8,124,
-120,67,5,125,20,250,233,124,132,0,130,65,80,80,199,124,64,40,6,124,
-68,0,129,65,1,0,8,40,20,42,231,124,20,42,74,125,8,0,128,64,
-1,0,0,57,166,3,9,125,255,255,39,141,255,255,42,157,248,255,0,66,
-48,0,97,129,16,0,11,40,44,0,129,129,120,243,197,127,80,96,31,124,
-76,0,128,65,68,0,0,72,1,0,8,40,255,255,231,56,120,67,0,125,
-255,255,74,57,8,0,128,64,1,0,0,56,166,3,9,124,1,0,7,140,
-1,0,10,156,248,255,0,66,44,0,129,129,48,0,97,129,80,96,31,124,
-16,0,11,40,120,243,197,127,8,0,128,65,0,0,190,128,0,0,96,57,
-10,0,97,153,44,0,1,144,174,1,101,125,44,0,97,131,12,134,2,57,
-52,0,1,145,120,235,168,127,64,216,8,124,14,0,97,153,64,0,129,59,
-12,0,32,61,220,20,41,57,56,0,33,145,64,0,97,153,15,0,0,56,
-80,0,97,145,60,0,225,59,84,0,1,144,20,2,128,65,20,2,0,72,
-254,255,224,56,64,56,28,124,16,0,129,64,24,0,97,56,245,197,3,72,
-48,0,97,129,64,224,11,124,232,0,128,64,44,0,65,131,254,255,32,57,
-15,0,153,99,64,72,25,124,32,0,129,64,120,227,153,127,1,0,121,56,
-5,205,3,72,0,0,26,44,120,27,127,124,72,0,130,64,100,0,0,72,
-171,170,128,61,171,170,140,57,22,200,76,125,126,248,105,85,126,248,74,85,
-64,72,10,124,20,0,128,64,254,255,9,32,64,0,11,124,8,0,129,65,
-20,74,43,127,1,0,121,56,193,204,3,72,0,0,26,44,120,27,127,124,
-36,0,130,65,48,0,161,128,16,0,5,40,120,251,227,127,120,243,196,127,
-8,0,128,65,0,0,158,128,120,211,69,127,193,0,4,72,48,0,1,128,
-16,0,0,40,12,0,128,65,0,0,126,128,37,206,3,72,16,0,25,40,
-48,0,33,147,120,243,202,127,0,0,254,147,0,0,128,57,44,0,129,145,
-21,0,129,153,8,0,128,65,120,251,234,127,0,0,28,44,0,0,96,57,
-12,0,97,153,44,0,65,147,174,209,106,125,56,0,130,65,128,0,0,72,
-0,0,28,44,36,0,130,64,16,0,11,40,120,243,197,127,8,0,128,65,
-0,0,190,128,0,0,192,56,11,0,193,152,44,0,193,144,0,0,197,152,
-0,0,28,44,80,0,130,64,44,0,97,131,212,87,189,131,12,134,2,57,
-52,0,1,145,120,235,168,127,64,216,8,124,0,0,160,56,14,0,161,152,
-64,0,129,59,12,0,32,61,220,20,41,57,56,0,33,145,64,0,161,152,
-15,0,0,56,80,0,161,144,60,0,225,59,84,0,1,144,148,0,128,65,
-148,0,0,72,48,0,1,129,16,0,8,40,120,243,195,127,8,0,128,65,
-0,0,126,128,120,219,100,127,120,227,133,127,209,255,3,72,48,0,1,128,
-16,0,0,40,120,243,199,127,8,0,128,65,0,0,254,128,0,0,96,57,
-13,0,97,153,44,0,129,147,174,225,103,125,212,87,189,131,44,0,97,131,
-12,134,2,57,52,0,1,145,120,235,168,127,64,216,8,124,0,0,160,56,
-14,0,161,152,64,0,129,59,12,0,32,61,220,20,41,57,56,0,33,145,
-64,0,161,152,15,0,0,56,80,0,161,144,60,0,225,59,84,0,1,144,
-8,0,128,64,120,67,27,125,24,0,1,56,64,0,31,124,52,1,130,64,
-20,0,255,128,64,216,7,124,16,0,128,64,120,251,227,127,245,193,3,72,
-20,0,255,128,80,56,27,124,64,232,0,124,8,0,128,64,120,3,29,124,
-0,0,29,44,140,2,130,65,24,0,223,128,16,0,6,40,120,227,138,127,
-8,0,128,65,0,0,92,129,16,0,6,40,20,218,42,125,120,227,136,127,
-8,0,128,65,0,0,28,129,81,0,29,124,20,218,168,124,120,3,8,124,
-20,234,165,124,128,0,130,65,80,72,197,124,64,64,6,124,68,0,129,65,
-1,0,0,40,20,66,165,124,20,66,41,125,8,0,128,64,1,0,0,56,
-166,3,9,124,255,255,229,140,255,255,233,156,248,255,0,66,24,0,223,128,
-16,0,6,40,20,0,255,128,80,56,61,125,120,227,134,127,76,0,128,65,
-68,0,0,72,1,0,0,40,255,255,165,56,120,3,6,124,255,255,41,57,
-8,0,128,64,1,0,192,56,166,3,201,124,1,0,5,140,1,0,9,156,
-248,255,0,66,24,0,223,128,20,0,255,128,16,0,6,40,80,56,61,125,
-120,227,134,127,8,0,128,65,0,0,220,128,0,0,96,57,15,0,97,153,
-20,0,63,145,174,73,102,125,12,0,128,61,216,87,140,129,0,0,12,44,
-12,0,0,61,52,0,161,59,252,20,8,57,56,0,1,145,192,1,130,65,
-172,1,0,72,254,255,192,56,64,48,27,124,12,0,129,64,120,251,227,127,
-169,194,3,72,24,0,223,128,64,216,6,124,232,0,128,64,20,0,63,131,
-254,255,0,57,15,0,122,99,64,64,26,124,32,0,129,64,120,219,122,127,
-1,0,122,56,185,201,3,72,0,0,25,44,120,27,125,124,104,0,130,65,
-68,0,0,72,171,170,128,61,171,170,140,57,22,208,76,125,126,248,200,84,
-126,248,74,85,64,64,10,124,20,0,128,64,254,255,8,32,64,0,6,124,
-8,0,129,65,20,66,70,127,1,0,122,56,117,201,3,72,0,0,25,44,
-120,27,125,124,36,0,130,65,24,0,63,129,16,0,9,40,120,235,163,127,
-120,227,132,127,8,0,128,65,0,0,156,128,120,203,37,127,117,253,3,72,
-24,0,223,128,16,0,6,40,12,0,128,65,0,0,124,128,217,202,3,72,
-16,0,26,40,120,227,135,127,0,0,128,57,22,0,129,153,20,0,159,145,
-0,0,188,147,24,0,95,147,8,0,128,65,120,235,167,127,0,0,27,44,
-0,0,96,57,17,0,97,153,20,0,63,147,174,201,103,125,56,0,130,64,
-136,0,0,72,0,0,27,44,36,0,130,64,16,0,6,40,120,227,135,127,
-8,0,128,65,0,0,252,128,0,0,160,56,16,0,161,152,20,0,191,144,
-0,0,167,152,0,0,27,44,88,0,130,65,24,0,255,128,16,0,7,40,
-120,227,131,127,8,0,128,65,0,0,124,128,48,0,33,129,16,0,9,40,
-120,243,196,127,8,0,128,65,0,0,158,128,120,219,101,127,193,252,3,72,
-24,0,95,129,16,0,10,40,120,227,133,127,8,0,128,65,0,0,188,128,
-0,0,96,57,18,0,97,153,20,0,127,147,174,217,101,125,12,0,128,61,
-216,87,140,129,0,0,12,44,12,0,0,61,52,0,161,59,252,20,8,57,
-56,0,1,145,20,0,130,65,120,235,163,127,166,3,137,125,33,4,128,78,
-56,0,1,129,28,0,8,128,120,235,163,127,166,3,9,124,33,4,128,78,
-120,235,163,127,185,186,3,72,24,0,63,129,16,0,9,40,12,0,128,65,
-0,0,124,128,185,201,3,72,0,0,0,56,19,0,1,152,20,0,31,144,
-15,0,64,57,24,0,95,145,0,0,28,152,48,0,1,128,16,0,0,40,
-12,0,128,65,0,0,126,128,141,201,3,72,0,0,224,56,20,0,225,152,
-44,0,225,144,15,0,192,56,48,0,193,144,0,0,254,152,112,0,193,131,
-104,0,129,131,100,0,97,131,108,0,161,131,116,0,225,131,124,0,1,128,
-96,0,65,131,92,0,33,131,166,3,8,124,120,0,33,56,32,0,128,78,
-0,0,12,44,0,0,192,56,16,0,130,65,8,0,28,128,80,0,76,125,
-112,22,70,125,20,218,166,124,64,40,31,124,88,2,128,64,126,248,232,87,
-80,72,200,124,64,248,6,124,0,0,0,56,8,0,128,65,20,66,31,124,
-0,0,12,44,120,3,31,124,0,0,64,57,16,0,130,65,8,0,28,128,
-80,0,236,124,112,22,234,124,20,218,170,124,64,40,31,124,32,0,128,64,
-0,0,12,44,0,0,160,56,16,0,130,65,8,0,252,128,80,56,204,124,
-112,22,197,124,20,218,229,127,64,72,31,124,68,0,129,64,240,135,13,129,
-0,0,8,44,48,0,130,64,1,0,32,57,240,135,45,145,11,0,64,61,
-84,82,74,57,232,135,77,145,12,0,0,61,28,21,8,57,236,135,13,145,
-12,0,96,60,60,21,99,56,37,194,3,72,232,135,109,56,109,185,3,72,
-58,16,255,87,120,251,227,127,209,198,3,72,4,0,60,129,120,27,122,124,
-80,240,9,124,59,0,0,84,120,3,8,124,120,211,69,127,120,0,130,65,
-120,43,166,124,80,48,73,125,64,64,10,124,120,67,10,125,64,0,129,65,
-1,0,10,40,20,66,198,124,20,66,41,125,120,83,72,125,8,0,128,64,
-1,0,0,57,166,3,9,125,255,255,233,140,255,255,230,156,248,255,0,66,
-20,2,5,125,121,219,101,127,252,255,72,57,60,0,130,64,68,0,0,72,
-1,0,10,40,255,255,198,56,255,255,41,57,8,0,128,64,1,0,64,57,
-166,3,73,125,1,0,9,141,1,0,6,157,248,255,0,66,20,2,5,125,
-121,219,101,127,252,255,72,57,16,0,130,65,255,255,165,52,4,0,170,151,
-248,255,130,64,8,0,28,128,80,0,190,124,59,0,167,84,58,16,96,87,
-20,2,72,125,112,0,130,65,80,80,222,124,64,56,6,124,120,59,224,124,
-60,0,129,65,1,0,0,40,20,58,222,127,20,58,74,125,8,0,128,64,
-1,0,0,56,166,3,9,124,255,255,30,141,255,255,10,157,248,255,0,66,
-4,0,156,129,0,0,12,44,0,0,160,56,72,0,130,65,56,0,0,72,
-1,0,0,40,255,255,74,57,255,255,222,59,8,0,128,64,1,0,0,56,
-166,3,9,124,1,0,62,141,1,0,42,157,248,255,0,66,4,0,156,129,
-0,0,12,44,0,0,160,56,16,0,130,65,8,0,188,128,80,40,12,124,
-112,22,5,124,4,0,124,128,0,0,3,44,20,42,123,127,8,0,130,65,
-21,199,3,72,20,250,218,124,12,0,220,144,58,16,103,87,20,58,26,125,
-8,0,28,145,4,0,92,147,112,0,193,131,104,0,129,131,100,0,97,131,
-108,0,161,131,116,0,225,131,124,0,1,128,96,0,65,131,92,0,33,131,
-166,3,8,124,120,0,33,56,32,0,128,78,8,0,188,128,80,40,30,124,
-112,22,6,124,64,216,6,124,58,16,108,87,220,0,128,64,59,0,0,84,
-20,98,30,125,120,243,202,127,140,0,130,65,80,64,42,125,64,0,9,124,
-120,3,5,124,72,0,129,65,1,0,5,40,20,2,8,125,20,2,74,125,
-120,43,160,124,8,0,128,64,1,0,0,56,166,3,9,124,255,255,10,140,
-255,255,8,156,248,255,0,66,8,0,188,128,80,40,30,124,112,22,6,124,
-81,216,70,125,252,255,37,57,84,0,130,65,68,0,0,72,1,0,5,40,
-255,255,74,57,120,43,169,124,255,255,8,57,8,0,128,64,1,0,32,57,
-166,3,41,125,1,0,170,140,1,0,168,156,248,255,0,66,8,0,188,128,
-80,40,30,124,112,22,6,124,81,216,70,125,252,255,37,57,16,0,130,65,
-255,255,74,53,4,0,169,151,248,255,130,64,20,98,165,124,80,40,236,124,
-64,56,30,124,8,0,188,144,116,1,130,65,0,0,190,147,4,0,222,59,
-64,56,30,124,244,255,130,64,96,1,0,72,120,43,164,124,80,32,44,125,
-80,32,9,125,59,0,0,85,120,3,8,124,120,75,38,125,144,0,130,65,
-120,43,171,124,80,88,70,125,64,64,10,124,120,67,7,125,84,0,129,65,
-1,0,7,40,20,66,107,125,120,59,234,124,20,66,198,124,8,0,128,64,
-1,0,64,57,166,3,73,125,255,255,230,140,255,255,235,156,248,255,0,66,
-20,2,229,124,8,0,252,144,80,72,62,125,112,22,32,125,58,16,10,84,
-59,16,0,84,80,32,234,124,120,243,200,127,196,0,130,65,80,0,0,72,
-1,0,7,40,255,255,198,56,120,59,232,124,255,255,107,57,8,0,128,64,
-1,0,0,57,166,3,9,125,1,0,70,141,1,0,75,157,248,255,0,66,
-20,2,229,124,8,0,252,144,80,72,62,125,112,22,32,125,58,16,10,84,
-59,16,0,84,80,32,234,124,120,243,200,127,116,0,130,65,80,56,168,124,
-64,0,5,124,120,3,6,124,64,0,129,65,1,0,6,40,20,2,231,124,
-20,2,8,125,120,51,192,124,8,0,128,64,1,0,0,56,166,3,9,124,
-255,255,200,140,255,255,199,156,248,255,0,66,120,243,198,127,20,98,254,124,
-64,56,6,124,76,0,130,65,56,0,0,72,1,0,6,40,255,255,231,56,
-255,255,8,57,8,0,128,64,1,0,192,56,166,3,201,124,1,0,200,140,
-1,0,199,156,248,255,0,66,120,243,198,127,20,98,254,124,64,56,6,124,
-20,0,130,65,0,0,166,147,4,0,198,56,64,56,6,124,244,255,130,64,
-112,0,193,131,104,0,129,131,100,0,97,131,108,0,161,131,116,0,225,131,
-124,0,1,128,96,0,65,131,92,0,33,131,166,3,8,124,120,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,8,0,193,147,
-121,27,126,124,12,0,225,147,120,35,159,124,52,0,130,65,4,0,126,128,
-0,0,3,44,8,0,130,65,41,196,3,72,0,0,128,57,4,0,158,145,
-255,7,235,87,8,0,158,145,12,0,158,145,12,0,130,65,120,243,195,127,
-9,196,3,72,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,0,0,3,44,32,0,130,77,255,7,128,84,
-32,0,130,77,220,195,3,72,196,180,3,72,192,180,3,72,232,255,33,148,
-12,0,161,147,166,2,8,124,28,0,1,144,16,0,193,147,121,27,126,124,
-20,0,225,147,120,35,159,124,104,0,130,65,32,0,30,129,16,0,8,40,
-12,0,190,59,40,0,128,64,15,0,32,57,32,0,62,145,0,0,64,57,
-28,0,94,145,255,7,231,87,8,0,65,153,12,0,94,153,56,0,130,65,
-44,0,0,72,12,0,126,128,117,195,3,72,15,0,32,57,32,0,62,145,
-0,0,64,57,28,0,94,145,255,7,231,87,8,0,65,153,12,0,94,153,
-12,0,130,65,120,243,195,127,77,195,3,72,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-24,180,3,72,32,0,3,128,16,0,0,40,12,0,128,65,12,0,99,128,
-32,0,128,78,12,0,99,56,32,0,128,78,232,255,33,148,12,0,161,147,
-166,2,8,124,28,0,1,144,16,0,193,147,121,27,126,124,20,0,225,147,
-120,35,159,124,104,0,130,65,32,0,30,129,16,0,8,40,12,0,190,59,
-40,0,128,64,15,0,32,57,32,0,62,145,0,0,64,57,28,0,94,145,
-255,7,231,87,8,0,65,153,12,0,94,153,56,0,130,65,44,0,0,72,
-12,0,126,128,177,194,3,72,15,0,32,57,32,0,62,145,0,0,64,57,
-28,0,94,145,255,7,231,87,8,0,65,153,12,0,94,153,12,0,130,65,
-120,243,195,127,137,194,3,72,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,32,0,128,78,
-0,0,99,128,32,0,128,78,0,0,3,44,32,0,130,77,255,7,128,84,
-32,0,130,77,76,194,3,72,0,0,3,44,32,0,130,77,255,7,128,84,
-32,0,130,77,56,194,3,72,166,2,8,124,4,0,1,144,248,255,33,148,
-0,0,3,44,20,0,130,64,40,0,96,56,121,192,3,72,0,0,3,44,
-60,0,130,65,28,134,130,137,26,0,131,153,28,134,2,136,12,0,96,61,
-100,26,107,57,36,0,99,145,0,0,128,57,0,0,131,145,4,0,131,145,
-20,0,131,145,16,0,131,145,24,0,3,152,8,0,131,145,12,0,131,145,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,0,0,96,56,
-32,0,128,78,0,0,96,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,8,0,193,147,121,27,126,124,12,0,225,147,120,35,159,124,
-76,0,130,65,40,0,126,128,0,0,3,44,12,0,0,60,252,26,0,48,
-36,0,30,144,24,0,130,65,0,0,99,129,20,0,11,128,3,0,128,56,
-166,3,9,124,33,4,128,78,120,243,195,127,0,0,128,56,29,255,255,75,
-255,7,224,87,12,0,130,65,120,243,195,127,85,193,3,72,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,121,27,127,124,166,2,8,124,20,0,1,144,
-20,0,130,64,44,0,96,56,121,191,3,72,121,27,127,124,32,0,130,65,
-120,251,227,127,217,254,255,75,12,0,128,61,252,26,140,57,36,0,159,145,
-0,0,0,56,40,0,31,144,20,0,1,128,120,251,227,127,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,0,0,96,56,32,0,128,78,
-0,0,96,56,32,0,128,78,5,4,96,56,32,0,128,78,5,4,96,56,
-32,0,128,78,5,4,96,56,32,0,128,78,5,4,96,56,32,0,128,78,
-0,0,96,56,32,0,128,78,0,0,96,56,32,0,128,78,0,0,96,56,
-32,0,128,78,0,0,96,56,32,0,128,78,0,0,96,56,32,0,128,78,
-0,0,96,56,32,0,128,78,0,0,96,56,32,0,128,78,0,0,96,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,8,0,193,147,
-121,27,126,124,12,0,225,147,120,35,159,124,76,0,130,65,40,0,126,128,
-0,0,3,44,12,0,0,60,148,27,0,48,36,0,30,144,24,0,130,65,
-0,0,99,129,20,0,11,128,3,0,128,56,166,3,9,124,33,4,128,78,
-120,243,195,127,0,0,128,56,209,253,255,75,255,7,224,87,12,0,130,65,
-120,243,195,127,9,192,3,72,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,
-121,27,127,124,166,2,8,124,20,0,1,144,20,0,130,64,44,0,96,56,
-45,190,3,72,121,27,127,124,32,0,130,65,120,251,227,127,141,253,255,75,
-12,0,128,61,148,27,140,57,36,0,159,145,0,0,0,56,40,0,31,144,
-20,0,1,128,120,251,227,127,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,0,0,96,56,32,0,128,78,0,0,96,56,32,0,128,78,
-0,0,96,56,32,0,128,78,0,0,96,56,32,0,128,78,0,0,96,56,
-32,0,128,78,0,0,96,56,32,0,128,78,6,4,96,56,32,0,128,78,
-6,4,96,56,32,0,128,78,6,4,96,56,32,0,128,78,6,4,96,56,
-32,0,128,78,6,4,96,56,32,0,128,78,6,4,96,56,32,0,128,78,
-6,4,96,56,32,0,128,78,6,4,96,56,32,0,128,78,71,0,131,137,
-255,255,12,48,16,97,64,125,156,0,131,137,157,0,3,136,70,0,35,137,
-52,0,43,125,126,217,104,85,122,23,0,81,254,7,76,81,156,0,131,153,
-157,0,3,152,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,8,0,193,147,120,27,126,124,16,0,94,129,120,35,159,124,
-0,80,31,124,28,0,128,65,12,0,225,131,8,0,193,131,166,3,8,124,
-10,4,96,56,16,0,33,56,32,0,128,78,44,0,126,128,161,101,0,72,
-128,255,3,44,32,0,130,64,12,0,225,131,20,0,1,128,8,0,193,131,
-16,4,96,56,166,3,8,124,16,0,33,56,32,0,128,78,246,255,3,44,
-32,0,128,64,72,0,158,57,0,0,32,57,174,249,44,125,74,0,62,153,
-75,0,62,153,120,75,35,125,44,0,0,72,235,0,3,44,8,0,129,64,
-235,0,96,56,72,0,158,57,10,0,35,57,174,249,44,125,0,0,0,56,
-74,0,30,152,75,0,30,152,120,3,3,124,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,232,255,33,148,
-20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,
-20,0,30,128,120,35,159,124,0,0,31,124,32,0,128,65,20,0,225,131,
-28,0,1,128,16,0,193,131,10,4,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,44,0,126,128,2,0,160,56,8,0,193,56,61,98,0,72,
-0,0,3,44,16,0,130,64,8,0,1,136,71,0,126,57,174,249,11,124,
-28,0,1,128,20,0,225,131,16,0,193,131,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,16,0,193,147,166,2,8,124,28,0,1,144,
-20,0,225,147,120,27,127,124,4,0,159,129,120,35,158,124,0,96,30,124,
-28,0,128,65,20,0,225,131,16,0,193,131,166,3,8,124,10,4,96,56,
-24,0,33,56,32,0,128,78,44,0,127,128,3,0,160,56,8,0,193,56,
-37,101,0,72,0,0,3,44,28,0,130,64,8,0,1,136,0,0,0,44,
-8,0,130,65,16,0,0,56,52,0,127,57,174,241,11,124,20,0,225,131,
-28,0,1,128,16,0,193,131,0,0,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,20,0,225,147,166,2,8,124,28,0,1,144,
-16,0,193,147,120,27,126,124,0,0,126,129,120,35,159,124,0,88,31,124,
-28,0,128,65,20,0,225,131,16,0,193,131,166,3,8,124,10,4,96,56,
-24,0,33,56,32,0,128,78,44,0,126,128,8,0,161,56,221,103,0,72,
-0,0,3,44,32,0,130,64,8,0,1,136,0,0,0,44,128,0,0,56,
-8,0,130,65,0,0,0,56,20,250,94,125,48,0,10,152,28,0,1,128,
-20,0,225,131,16,0,193,131,166,3,8,124,24,0,33,56,32,0,128,78,
-232,255,33,148,20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,
-120,27,126,124,12,0,30,128,120,35,159,124,0,0,31,124,32,0,128,65,
-20,0,225,131,28,0,1,128,16,0,193,131,10,4,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,44,0,126,128,2,0,160,56,8,0,193,56,
-77,98,0,72,0,0,3,44,16,0,130,64,8,0,1,136,70,0,126,57,
-174,249,11,124,28,0,1,128,20,0,225,131,16,0,193,131,166,3,8,124,
-24,0,33,56,32,0,128,78,0,0,96,56,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,
-225,255,255,75,0,0,3,44,28,0,130,65,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,0,0,94,129,
-0,0,224,59,0,80,31,124,40,0,128,64,120,243,195,127,120,251,228,127,
-157,254,255,75,0,0,3,44,200,255,130,64,0,0,94,129,1,0,255,59,
-0,80,31,124,224,255,128,65,4,0,126,129,0,0,224,59,0,88,31,124,
-40,0,128,64,120,243,195,127,120,251,228,127,221,253,255,75,0,0,3,44,
-148,255,130,64,4,0,126,129,1,0,255,59,0,88,31,124,224,255,128,65,
-12,0,158,129,0,0,224,59,0,96,31,124,40,0,128,64,120,243,195,127,
-120,251,228,127,189,254,255,75,0,0,3,44,96,255,130,64,12,0,158,129,
-1,0,255,59,0,96,31,124,224,255,128,65,20,0,30,128,0,0,224,59,
-0,0,31,124,40,0,128,64,120,243,195,127,120,251,228,127,245,252,255,75,
-0,0,3,44,44,255,130,64,20,0,30,128,1,0,255,59,0,0,31,124,
-224,255,128,65,16,0,30,128,0,0,224,59,0,0,31,124,120,243,195,127,
-40,0,128,64,120,251,228,127,241,251,255,75,0,0,3,44,248,254,130,64,
-16,0,30,128,1,0,255,59,0,0,31,124,120,243,195,127,224,255,128,65,
-157,251,255,75,12,0,225,131,20,0,1,128,8,0,193,131,0,0,96,56,
-166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,16,0,30,128,
-0,0,224,59,0,0,31,124,32,0,128,64,120,243,195,127,120,251,228,127,
-129,251,255,75,16,0,30,128,1,0,255,59,0,0,31,124,232,255,128,65,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,232,255,33,148,8,0,129,147,12,0,161,147,20,0,225,147,
-166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,20,0,30,128,
-0,0,160,59,0,0,29,124,71,0,158,59,120,235,191,127,76,0,128,64,
-44,0,126,128,120,235,164,127,2,0,160,56,0,0,192,56,169,93,0,72,
-0,0,3,44,24,0,130,65,120,243,195,127,120,235,164,127,201,251,255,75,
-0,0,3,44,8,0,130,65,0,0,252,155,20,0,30,128,1,0,189,59,
-0,0,29,124,1,0,156,59,188,255,128,65,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,12,0,161,147,16,0,193,147,166,2,8,124,
-28,0,1,144,20,0,225,147,120,27,127,124,12,0,159,129,0,0,192,59,
-0,96,30,124,70,0,191,59,92,0,128,64,44,0,127,128,120,243,196,127,
-1,0,160,56,0,0,192,56,181,94,0,72,0,0,3,44,36,0,130,65,
-120,251,227,127,120,243,196,127,197,252,255,75,0,0,3,44,24,0,130,65,
-128,0,0,56,0,0,29,152,12,0,0,72,0,0,0,56,0,0,29,152,
-12,0,159,129,1,0,222,59,0,96,30,124,1,0,189,59,172,255,128,65,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,232,255,33,148,12,0,161,147,16,0,193,147,
-20,0,225,147,166,2,8,124,28,0,1,144,8,0,129,147,120,27,124,124,
-4,0,28,128,0,0,160,59,0,0,29,124,52,0,252,59,128,0,192,59,
-48,0,128,64,120,227,131,127,120,235,164,127,33,251,255,75,0,0,3,44,
-8,0,130,65,0,0,223,155,4,0,28,128,1,0,189,59,0,0,29,124,
-1,0,255,59,216,255,128,65,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-232,255,33,148,12,0,161,147,16,0,193,147,166,2,8,124,28,0,1,144,
-20,0,225,147,120,27,127,124,0,0,31,128,0,0,192,59,0,0,30,124,
-48,0,191,59,88,0,128,64,44,0,127,128,120,243,196,127,1,0,160,56,
-13,100,0,72,0,0,3,44,36,0,130,65,120,251,227,127,120,243,196,127,
-25,251,255,75,0,0,3,44,24,0,130,65,128,0,0,56,0,0,29,152,
-12,0,0,72,0,0,0,56,0,0,29,152,0,0,31,128,1,0,222,59,
-0,0,30,124,1,0,189,59,176,255,128,65,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-224,255,33,148,12,0,97,147,16,0,129,147,20,0,161,147,28,0,225,147,
-166,2,8,124,36,0,1,144,24,0,193,147,120,27,126,124,8,0,190,128,
-76,0,254,59,58,16,165,84,0,0,128,56,120,251,227,127,149,103,253,75,
-8,0,30,128,0,0,128,59,0,0,28,124,5,0,160,59,53,0,126,59,
-92,0,128,64,44,0,126,128,120,227,132,127,53,96,0,72,1,0,123,156,
-13,140,255,75,0,0,3,44,32,0,130,65,0,0,31,136,1,0,156,59,
-129,0,11,96,3,0,191,155,0,0,127,153,4,0,255,59,24,0,0,72,
-3,0,159,137,1,0,156,59,2,0,140,97,3,0,159,153,4,0,255,59,
-8,0,30,128,0,0,28,124,172,255,128,65,20,0,161,131,24,0,193,131,
-28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,
-32,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,48,0,127,56,0,0,128,56,111,0,160,56,
-221,102,253,75,120,251,227,127,9,255,255,75,120,251,227,127,153,252,255,75,
-120,251,227,127,89,254,255,75,120,251,227,127,205,253,255,75,120,251,227,127,
-33,253,255,75,120,251,227,127,29,252,255,75,120,251,227,127,145,247,255,75,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,
-8,0,193,147,120,35,158,124,28,0,130,65,0,0,128,56,189,244,255,75,
-255,7,192,87,12,0,130,65,120,251,227,127,101,182,3,72,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,120,35,131,124,32,0,128,56,
-41,102,253,75,12,0,1,128,8,0,33,56,166,3,8,124,0,0,96,56,
-32,0,128,78,224,255,33,148,8,0,65,147,12,0,97,147,16,0,129,147,
-20,0,161,147,28,0,225,147,166,2,8,124,36,0,1,144,24,0,193,147,
-120,27,126,124,52,134,98,56,209,201,3,72,24,0,158,56,11,0,96,60,
-88,89,99,56,193,201,3,72,26,0,158,56,11,0,96,60,116,89,99,56,
-177,201,3,72,4,0,222,128,8,0,158,128,0,0,190,128,11,0,96,60,
-108,88,99,56,153,201,3,72,20,0,190,128,16,0,222,128,12,0,158,128,
-11,0,96,60,140,89,99,56,129,201,3,72,120,243,195,127,153,249,255,75,
-8,0,30,128,0,0,96,59,0,0,27,124,120,27,127,124,53,0,190,59,
-72,0,94,59,48,0,158,59,104,0,128,64,1,0,189,140,120,219,100,127,
-11,0,96,60,152,88,99,56,69,201,3,72,4,0,154,140,11,0,96,60,
-12,88,99,56,53,201,3,72,1,0,154,136,11,0,96,60,36,88,99,56,
-37,201,3,72,2,0,154,136,11,0,96,60,60,88,99,56,21,201,3,72,
-3,0,154,136,11,0,96,60,84,88,99,56,5,201,3,72,8,0,30,128,
-1,0,123,59,0,0,27,124,160,255,128,65,0,0,30,128,0,0,64,59,
-0,0,26,124,255,255,124,59,11,0,160,63,48,0,128,64,120,211,68,127,
-11,0,96,60,196,89,99,56,205,200,3,72,1,0,155,140,220,89,125,56,
-193,200,3,72,0,0,30,128,1,0,90,59,0,0,26,124,216,255,128,65,
-4,0,254,128,0,0,64,59,0,56,26,124,3,0,124,59,48,0,128,64,
-120,211,68,127,11,0,96,60,224,88,99,56,141,200,3,72,1,0,155,140,
-220,89,125,56,129,200,3,72,4,0,254,128,1,0,90,59,0,56,26,124,
-216,255,128,65,12,0,30,128,0,0,64,59,0,0,26,124,21,0,124,59,
-48,0,128,64,120,211,68,127,11,0,96,60,240,89,99,56,77,200,3,72,
-1,0,155,140,220,89,125,56,65,200,3,72,12,0,30,128,1,0,90,59,
-0,0,26,124,216,255,128,65,20,0,62,129,0,0,64,59,0,72,26,124,
-22,0,124,59,48,0,128,64,120,211,68,127,11,0,96,60,12,90,99,56,
-13,200,3,72,1,0,155,140,220,89,125,56,1,200,3,72,20,0,62,129,
-1,0,90,59,0,72,26,124,216,255,128,65,16,0,30,128,0,0,96,59,
-0,0,27,124,23,0,188,59,56,0,128,64,120,219,100,127,11,0,96,60,
-188,88,99,56,205,199,3,72,1,0,93,141,246,255,138,56,11,0,96,60,
-40,90,99,56,185,199,3,72,16,0,30,128,1,0,123,59,0,0,27,124,
-208,255,128,65,0,0,0,44,36,0,129,64,26,0,156,136,11,0,96,60,
-0,89,99,56,145,199,3,72,27,0,156,136,11,0,96,60,44,89,99,56,
-129,199,3,72,108,0,156,137,254,7,132,85,11,0,96,60,72,90,99,56,
-109,199,3,72,109,0,28,136,254,247,4,84,11,0,96,60,108,90,99,56,
-89,199,3,72,20,0,161,131,120,251,227,127,28,0,225,131,16,0,129,131,
-24,0,193,131,36,0,1,128,12,0,97,131,8,0,65,131,166,3,8,124,
-32,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-8,0,67,129,0,80,4,124,24,0,128,65,12,0,1,128,8,0,33,56,
-166,3,8,124,14,1,96,56,32,0,128,78,13,0,5,40,32,0,130,64,
-140,0,131,57,174,32,12,124,0,0,96,56,255,255,32,49,16,1,9,124,
-0,0,6,152,20,0,0,72,11,0,96,60,148,90,99,56,209,198,3,72,
-0,0,96,56,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,28,0,225,147,
-166,2,8,124,36,0,1,144,12,0,97,147,120,27,123,124,8,0,155,129,
-120,35,156,124,0,96,28,124,0,0,192,59,32,0,128,65,24,0,193,131,
-16,0,129,131,12,0,97,131,166,3,8,124,14,1,96,56,32,0,33,56,
-32,0,128,78,14,0,5,40,108,3,129,65,58,16,170,84,3,0,138,61,
-16,32,12,129,166,3,9,125,32,4,128,78,160,33,3,0,92,33,3,0,
-84,34,3,0,160,32,3,0,208,32,3,0,4,33,3,0,116,34,3,0,
-68,33,3,0,76,32,3,0,164,34,3,0,244,34,3,0,12,35,3,0,
-36,35,3,0,60,35,3,0,76,32,3,0,44,0,123,128,14,0,5,44,
-120,227,132,127,24,0,130,64,7,0,160,56,73,92,0,72,121,27,126,124,
-8,3,130,64,20,0,0,72,5,0,160,56,53,92,0,72,121,27,126,124,
-244,2,130,64,58,16,157,87,20,234,155,125,76,0,12,141,2,0,64,57,
-190,7,72,81,191,0,7,113,0,0,236,152,212,2,0,72,44,0,123,128,
-120,227,132,127,3,0,160,56,253,91,0,72,121,27,126,124,188,2,130,64,
-58,16,137,87,20,74,123,125,76,0,11,140,4,0,0,96,0,0,11,152,
-164,2,0,72,44,0,123,128,120,227,132,127,5,0,160,56,205,91,0,72,
-121,27,126,124,140,2,130,64,58,16,138,87,20,82,155,125,76,0,236,140,
-2,0,0,57,190,7,7,81,0,0,236,152,112,2,0,72,44,0,123,128,
-120,227,132,127,0,0,160,56,153,91,0,72,121,27,126,124,88,2,130,64,
-76,0,251,59,58,16,157,87,174,232,95,125,49,6,74,85,20,234,127,125,
-174,233,95,125,0,0,139,137,1,0,140,97,0,0,139,153,48,2,0,72,
-58,16,128,87,20,2,251,124,76,0,7,140,110,6,0,84,0,0,7,152,
-24,2,0,72,44,0,123,128,120,227,132,127,6,0,160,56,65,91,0,72,
-121,27,126,124,0,2,130,64,76,0,251,59,58,16,157,87,20,234,127,124,
-0,0,128,56,4,0,160,56,229,96,253,75,20,234,63,125,3,0,9,136,
-2,0,0,96,3,0,9,152,212,1,0,72,76,0,251,59,58,16,157,87,
-20,234,191,127,120,235,163,127,0,0,128,56,3,0,160,56,181,96,253,75,
-0,0,29,136,44,0,123,128,1,0,224,59,120,227,132,127,128,0,0,96,
-0,0,29,152,93,89,0,72,245,133,255,75,0,0,3,44,32,0,130,64,
-44,0,123,128,120,227,132,127,69,89,0,72,173,133,255,75,0,0,3,44,
-8,0,130,64,0,0,224,59,44,0,123,128,62,6,255,87,120,227,132,127,
-37,89,0,72,165,133,255,75,0,0,29,136,0,0,31,44,1,0,32,57,
-188,15,224,83,114,54,96,80,0,0,29,152,16,0,130,64,0,0,3,44,
-8,0,130,64,0,0,32,57,0,0,29,136,52,0,43,125,126,217,105,85,
-254,7,32,81,0,0,29,152,32,1,0,72,58,16,157,87,20,234,187,127,
-5,0,224,56,79,0,253,152,76,0,29,141,128,0,8,97,0,0,29,153,
-0,1,0,72,44,0,123,128,120,227,132,127,2,0,160,56,41,90,0,72,
-121,27,126,124,232,0,130,64,58,16,137,87,20,74,91,125,77,0,106,137,
-1,0,107,97,77,0,106,153,208,0,0,72,44,0,123,128,120,227,132,127,
-7,0,160,56,249,89,0,72,121,27,126,124,184,0,130,64,58,16,157,87,
-20,234,187,127,76,0,157,141,60,0,140,85,64,0,128,97,62,6,8,84,
-62,255,7,85,9,0,233,112,1,0,9,44,0,0,29,152,140,0,130,64,
-250,7,10,85,0,0,93,153,128,0,0,72,58,16,139,87,20,90,155,125,
-76,0,12,140,16,0,0,96,0,0,12,152,104,0,0,72,58,16,137,87,
-20,74,123,125,76,0,11,140,8,0,0,96,0,0,11,152,80,0,0,72,
-58,16,136,87,20,66,91,125,76,0,138,141,32,0,140,97,0,0,138,153,
-56,0,0,72,44,0,123,128,120,227,132,127,1,0,160,56,97,89,0,72,
-121,27,126,124,32,0,130,64,140,0,59,57,1,0,0,56,174,225,9,124,
-16,0,0,72,11,0,96,60,176,90,99,56,237,194,3,72,20,0,161,131,
-120,243,195,127,24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,
-12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,232,255,33,148,
-12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,
-0,0,5,128,16,0,0,40,0,0,224,59,120,27,125,124,32,0,128,64,
-20,0,225,131,28,0,1,128,12,0,161,131,208,1,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,0,0,253,128,1,0,196,139,0,56,30,124,
-2,0,164,136,36,0,128,65,20,0,225,131,16,0,193,131,28,0,1,128,
-12,0,161,131,10,4,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-0,0,5,44,120,243,196,127,60,0,130,64,11,0,96,60,44,91,99,56,
-0,0,160,56,45,194,3,72,44,0,125,128,120,243,196,127,0,0,160,56,
-13,90,0,72,121,27,127,124,96,0,130,64,20,242,157,125,128,0,0,56,
-48,0,12,152,80,0,0,72,4,0,5,44,60,0,130,64,11,0,96,60,
-204,90,99,56,4,0,160,56,237,193,3,72,44,0,125,128,120,243,196,127,
-1,0,160,56,205,89,0,72,121,27,127,124,32,0,130,64,20,242,61,125,
-0,0,0,56,48,0,9,152,16,0,0,72,11,0,96,60,0,91,99,56,
-185,193,3,72,120,251,227,127,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,
-0,0,197,128,16,0,6,40,120,27,127,124,0,0,96,56,120,35,158,124,
-28,0,128,64,20,0,225,131,16,0,193,131,166,3,8,124,208,1,96,56,
-24,0,33,56,32,0,128,78,156,0,31,137,1,0,94,137,254,7,69,85,
-254,7,6,85,64,40,6,124,1,0,190,59,76,0,130,65,11,0,96,60,
-84,91,99,56,1,0,128,56,37,193,3,72,1,0,30,136,44,0,127,128,
-0,0,128,56,2,0,160,56,254,7,6,84,221,80,0,72,0,0,3,44,
-28,0,130,64,0,0,93,137,156,0,31,136,254,7,69,85,71,0,191,152,
-254,7,160,80,156,0,31,152,157,0,159,137,1,0,29,136,254,247,5,84,
-254,247,134,85,64,40,6,124,88,0,130,65,11,0,96,60,172,91,99,56,
-1,0,128,56,197,192,3,72,1,0,61,137,44,0,127,128,0,0,128,56,
-1,0,160,56,254,247,39,85,1,0,230,104,62,6,198,84,25,82,0,72,
-0,0,3,44,32,0,130,64,157,0,31,136,1,0,125,137,254,247,101,85,
-1,0,172,104,70,0,159,153,122,23,160,80,157,0,31,152,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,224,255,33,148,8,0,65,147,12,0,97,147,16,0,129,147,
-20,0,161,147,24,0,193,147,28,0,225,147,166,2,8,124,36,0,1,144,
-0,0,5,128,64,0,0,40,0,0,192,59,120,27,124,124,32,0,128,64,
-24,0,193,131,36,0,1,128,16,0,129,131,208,1,96,56,166,3,8,124,
-32,0,33,56,32,0,128,78,120,35,140,124,1,0,172,139,8,0,28,128,
-0,0,29,124,48,0,128,65,16,0,129,131,24,0,193,131,28,0,225,131,
-20,0,161,131,12,0,97,131,36,0,1,128,8,0,65,131,10,4,96,56,
-166,3,8,124,32,0,33,56,32,0,128,78,44,0,124,128,2,0,76,59,
-120,235,164,127,153,84,0,72,117,128,255,75,58,16,170,87,20,82,252,127,
-79,0,127,137,0,0,26,136,116,7,0,124,254,7,5,84,254,247,102,85,
-64,40,6,124,76,0,255,59,36,0,130,65,120,235,164,127,11,0,96,60,
-0,92,99,56,133,191,3,72,56,134,98,56,125,191,3,72,0,0,26,136,
-116,7,0,124,3,0,127,137,254,255,5,84,254,255,102,85,64,40,6,124,
-36,0,130,65,120,235,164,127,11,0,96,60,88,92,99,56,81,191,3,72,
-56,134,98,56,73,191,3,72,0,0,26,136,116,7,0,124,140,0,124,59,
-174,232,219,124,254,247,5,84,64,40,6,124,112,0,130,65,120,235,164,127,
-11,0,96,60,184,92,99,56,29,191,3,72,0,0,26,136,123,7,0,84,
-120,235,164,127,44,0,130,65,44,0,124,128,1,0,160,56,120,43,166,124,
-77,85,0,72,121,27,126,124,56,0,130,64,0,0,26,137,254,247,31,85,
-174,233,251,127,40,0,0,72,174,232,251,127,0,0,0,56,174,233,27,124,
-44,0,124,128,169,83,0,72,81,195,255,75,121,27,126,124,8,0,130,65,
-174,233,251,127,16,0,129,131,20,0,161,131,120,243,195,127,24,0,193,131,
-28,0,225,131,36,0,1,128,12,0,97,131,8,0,65,131,166,3,8,124,
-32,0,33,56,32,0,128,78,232,255,33,148,8,0,129,147,12,0,161,147,
-16,0,193,147,166,2,8,124,28,0,1,144,20,0,225,147,120,27,127,124,
-8,0,31,128,0,0,5,129,58,16,7,84,80,56,128,125,1,0,236,56,
-64,56,8,124,28,0,128,64,28,0,1,128,20,0,225,131,208,1,96,56,
-24,0,33,56,166,3,8,124,32,0,128,78,0,0,192,59,0,0,30,124,
-72,0,191,59,1,0,132,59,56,1,128,64,4,0,93,141,0,0,156,137,
-64,96,10,124,220,0,130,65,116,7,64,125,254,255,6,84,116,7,140,125,
-254,255,133,85,64,40,6,124,44,0,130,65,120,243,196,127,11,0,96,60,
-12,93,99,56,245,189,3,72,64,134,98,56,237,189,3,72,0,0,29,136,
-0,0,156,137,116,7,140,125,116,7,0,124,254,247,6,84,254,247,133,85,
-64,40,6,124,44,0,130,65,120,243,196,127,11,0,96,60,96,93,99,56,
-189,189,3,72,64,134,98,56,181,189,3,72,0,0,29,136,0,0,156,137,
-116,7,140,125,116,7,0,124,254,215,6,84,254,215,133,85,64,40,6,124,
-44,0,130,65,120,243,196,127,11,0,96,60,184,93,99,56,133,189,3,72,
-64,134,98,56,125,189,3,72,0,0,29,136,0,0,156,137,116,7,140,125,
-116,7,0,124,254,207,6,84,254,207,133,85,64,40,6,124,28,0,130,65,
-120,243,196,127,11,0,96,60,24,94,99,56,77,189,3,72,64,134,98,56,
-69,189,3,72,1,0,61,137,1,0,28,136,64,0,9,124,44,0,130,65,
-254,7,38,85,254,7,5,84,64,40,6,124,28,0,130,65,120,243,196,127,
-11,0,96,60,120,94,99,56,21,189,3,72,64,134,98,56,13,189,3,72,
-8,0,31,128,1,0,222,59,0,0,30,124,3,0,156,59,208,254,128,65,
-20,0,225,131,16,0,193,131,12,0,161,131,28,0,1,128,8,0,129,131,
-0,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-166,2,8,124,28,0,1,144,16,0,193,147,120,35,158,124,20,0,225,147,
-120,43,191,124,12,0,161,147,120,27,125,124,205,236,255,75,0,0,3,44,
-32,0,130,65,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,0,0,191,128,120,243,195,127,
-0,0,128,56,141,88,253,75,120,243,195,127,156,0,157,56,3,0,160,56,
-17,219,3,72,16,0,0,56,0,0,31,144,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,0,0,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,12,0,161,147,166,2,8,124,28,0,1,144,
-20,0,225,147,120,35,159,124,8,0,129,147,120,43,188,124,16,0,193,147,
-120,27,126,124,45,236,255,75,0,0,3,44,36,0,130,65,16,0,193,131,
-20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,0,0,188,128,0,0,128,56,120,251,227,127,
-241,87,253,75,8,0,190,128,120,251,227,127,76,0,158,56,58,16,165,84,
-113,218,3,72,8,0,30,128,58,16,10,84,20,82,191,127,0,0,29,152,
-8,0,190,128,140,0,158,56,1,0,189,59,120,235,163,127,77,218,3,72,
-8,0,126,129,20,90,189,127,80,232,159,125,0,0,156,145,16,0,193,131,
-28,0,1,128,20,0,225,131,8,0,129,131,12,0,161,131,0,0,96,56,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,166,2,8,124,
-28,0,1,144,8,0,129,147,120,27,124,124,20,0,225,147,12,0,161,147,
-120,35,157,124,120,235,191,127,120,251,227,127,0,0,128,56,16,0,193,147,
-120,43,190,124,4,0,160,56,73,87,253,75,120,227,131,127,77,235,255,75,
-0,0,3,44,36,0,130,65,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-0,0,60,129,0,0,224,56,0,72,7,124,255,255,255,59,47,0,92,57,
-28,0,128,64,1,0,10,141,1,0,31,157,0,0,60,129,1,0,231,56,
-0,72,7,124,236,255,128,65,4,0,28,128,0,0,0,57,0,0,8,124,
-51,0,156,57,28,0,128,64,1,0,108,141,1,0,127,157,4,0,28,128,
-1,0,8,57,0,0,8,124,236,255,128,65,8,0,28,128,0,0,64,57,
-0,0,10,124,53,0,220,56,28,0,128,64,1,0,134,141,1,0,159,157,
-8,0,28,128,1,0,74,57,0,0,10,124,236,255,128,65,12,0,92,129,
-0,0,10,44,1,0,255,59,32,0,130,64,1,0,192,56,0,0,223,152,
-20,0,28,129,0,0,8,44,1,0,255,59,92,0,130,64,60,0,0,72,
-0,0,96,57,0,80,11,124,69,0,156,57,32,0,128,64,1,0,12,140,
-0,0,31,152,12,0,92,129,1,0,107,57,0,80,11,124,1,0,255,59,
-232,255,128,65,20,0,28,129,0,0,8,44,32,0,130,64,0,0,0,57,
-0,0,31,153,16,0,28,128,0,0,8,124,71,0,252,56,104,0,128,64,
-76,0,0,72,12,0,124,129,0,0,224,56,0,88,7,124,70,0,92,57,
-32,0,128,64,1,0,42,141,0,0,63,153,12,0,124,129,1,0,231,56,
-0,88,7,124,1,0,255,59,232,255,128,65,16,0,28,128,0,0,0,57,
-0,0,8,124,255,255,255,59,71,0,252,56,28,0,128,64,1,0,7,140,
-1,0,31,156,16,0,28,128,1,0,8,57,0,0,8,124,236,255,128,65,
-74,0,28,136,1,0,31,156,75,0,252,136,0,0,32,57,1,0,255,152,
-2,0,63,157,1,0,255,59,80,248,29,124,0,0,30,144,16,0,193,131,
-28,0,1,128,20,0,225,131,8,0,129,131,12,0,161,131,120,75,35,125,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,12,0,161,147,
-16,0,193,147,166,2,8,124,28,0,1,144,20,0,225,147,120,43,191,124,
-0,0,191,128,120,27,125,124,120,35,158,124,0,0,128,56,120,243,195,127,
-53,85,253,75,0,0,125,129,0,0,126,153,4,0,157,129,1,0,158,153,
-8,0,29,128,2,0,30,152,6,0,30,136,12,0,253,128,3,0,254,152,
-16,0,29,129,4,0,30,153,20,0,61,129,0,0,96,56,118,6,0,84,
-64,0,128,57,128,0,0,96,5,0,62,153,6,0,30,152,63,0,126,152,
-0,0,159,145,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,121,27,127,124,8,0,193,147,120,35,158,124,
-20,0,130,64,160,0,96,56,9,163,3,72,121,27,127,124,68,1,130,65,
-120,251,227,127,101,227,255,75,12,0,0,60,44,28,0,48,36,0,31,144,
-76,134,34,137,26,0,63,153,77,134,66,137,27,0,95,153,78,134,98,137,
-28,0,127,153,79,134,130,137,29,0,159,153,80,134,2,136,30,0,31,152,
-81,134,2,136,31,0,31,152,82,134,2,136,32,0,31,152,72,134,34,137,
-24,0,63,153,73,134,66,137,120,243,195,127,44,0,223,147,25,0,95,153,
-201,80,0,72,4,0,3,44,0,0,127,144,12,0,129,64,4,0,128,57,
-0,0,159,145,120,243,195,127,17,79,0,72,16,0,3,44,8,0,127,144,
-12,0,129,64,16,0,0,56,8,0,31,144,120,243,195,127,153,76,0,72,
-2,0,3,44,4,0,127,144,12,0,129,64,2,0,32,57,4,0,63,145,
-120,243,195,127,189,74,0,72,1,0,3,44,12,0,127,144,12,0,129,64,
-1,0,64,57,12,0,95,145,120,243,195,127,125,75,0,72,2,0,3,44,
-16,0,127,144,12,0,129,64,2,0,96,57,16,0,127,145,120,243,195,127,
-225,72,0,72,1,0,3,44,20,0,127,144,12,0,129,64,1,0,128,57,
-20,0,159,145,4,0,223,128,8,0,159,128,0,0,191,128,11,0,96,60,
-4,95,99,56,101,183,3,72,16,0,223,128,12,0,159,128,20,0,191,128,
-11,0,96,60,208,94,99,56,77,183,3,72,120,251,227,127,93,236,255,75,
-20,0,1,128,120,251,227,127,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,5,4,96,56,32,0,128,78,5,4,96,56,
-32,0,128,78,5,4,96,56,32,0,128,78,5,4,96,56,32,0,128,78,
-0,0,128,57,0,0,133,145,16,0,3,128,0,0,0,44,16,0,129,64,
-4,0,128,57,0,0,133,145,16,0,3,128,0,0,32,57,0,0,9,124,
-28,0,128,64,4,0,140,57,0,0,133,145,16,0,3,128,1,0,41,57,
-0,0,9,124,236,255,128,65,0,0,96,56,32,0,128,78,224,255,33,148,
-16,0,129,147,120,27,124,124,12,0,97,147,24,0,193,147,28,0,225,147,
-166,2,8,124,36,0,1,144,20,0,161,147,120,43,189,124,0,0,64,57,
-0,0,93,145,20,0,28,128,0,0,0,44,120,35,159,124,20,0,129,64,
-4,0,64,57,0,0,93,145,20,0,28,128,4,0,255,59,0,0,96,59,
-0,0,27,124,236,0,220,59,176,0,128,64,0,0,31,129,49,6,6,85,
-132,0,130,65,0,0,30,128,254,47,6,84,254,47,5,85,64,40,6,124,
-112,0,130,65,120,219,100,127,11,0,96,60,48,95,99,56,45,182,3,72,
-0,0,127,129,44,0,124,128,120,219,100,127,2,0,160,56,254,47,102,85,
-229,69,0,72,0,0,3,44,40,0,130,65,20,0,161,131,24,0,193,131,
-28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,
-32,0,33,56,32,0,128,78,0,0,31,128,0,0,190,128,254,47,0,84,
-8,217,5,80,0,0,190,144,0,0,93,129,4,0,74,57,0,0,93,145,
-20,0,28,128,1,0,123,59,0,0,27,124,4,0,222,59,4,0,255,59,
-88,255,128,65,20,0,161,131,28,0,225,131,24,0,193,131,16,0,129,131,
-36,0,1,128,12,0,97,131,0,0,96,56,166,3,8,124,32,0,33,56,
-32,0,128,78,0,0,128,57,0,0,133,145,4,0,3,128,0,0,0,44,
-16,0,129,64,4,0,128,57,0,0,133,145,4,0,3,128,0,0,32,57,
-0,0,9,124,28,0,128,64,4,0,140,57,0,0,133,145,4,0,3,128,
-1,0,41,57,0,0,9,124,236,255,128,65,0,0,96,56,32,0,128,78,
-224,255,33,148,16,0,129,147,120,27,124,124,12,0,97,147,24,0,193,147,
-28,0,225,147,166,2,8,124,36,0,1,144,20,0,161,147,120,43,189,124,
-0,0,32,57,0,0,61,145,0,0,28,128,0,0,0,44,120,35,159,124,
-20,0,129,64,4,0,32,57,0,0,61,145,0,0,28,128,4,0,255,59,
-0,0,96,59,0,0,27,124,196,0,220,59,172,0,128,64,0,0,31,128,
-49,6,5,84,128,0,130,65,0,0,222,128,254,31,198,84,254,31,5,84,
-64,40,6,124,108,0,130,65,120,219,100,127,11,0,96,60,116,95,99,56,
-173,180,3,72,44,0,124,128,0,0,31,128,254,31,5,84,120,219,100,127,
-137,76,0,72,0,0,3,44,40,0,130,65,20,0,161,131,24,0,193,131,
-28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,
-32,0,33,56,32,0,128,78,0,0,159,129,0,0,30,128,254,31,139,85,
-132,232,96,81,0,0,30,144,0,0,61,129,4,0,41,57,0,0,61,145,
-0,0,28,128,1,0,123,59,0,0,27,124,4,0,222,59,4,0,255,59,
-92,255,128,65,20,0,161,131,28,0,225,131,24,0,193,131,16,0,129,131,
-36,0,1,128,12,0,97,131,0,0,96,56,166,3,8,124,32,0,33,56,
-32,0,128,78,224,255,33,148,16,0,129,147,120,27,124,124,12,0,97,147,
-24,0,193,147,28,0,225,147,166,2,8,124,36,0,1,144,20,0,161,147,
-120,43,189,124,0,0,64,57,0,0,93,145,12,0,28,128,0,0,0,44,
-120,35,159,124,20,0,129,64,4,0,64,57,0,0,93,145,12,0,28,128,
-4,0,255,59,0,0,96,59,0,0,27,124,228,0,220,59,176,0,128,64,
-0,0,31,129,49,6,6,85,132,0,130,65,0,0,30,128,254,71,6,84,
-254,71,5,85,64,40,6,124,112,0,130,65,120,219,100,127,11,0,96,60,
-172,95,99,56,125,179,3,72,0,0,127,129,44,0,124,128,120,219,100,127,
-1,0,160,56,254,71,102,85,217,68,0,72,0,0,3,44,40,0,130,65,
-20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,
-12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,0,0,31,128,
-0,0,190,128,254,71,0,84,206,193,5,80,0,0,190,144,0,0,93,129,
-4,0,74,57,0,0,93,145,12,0,28,128,1,0,123,59,0,0,27,124,
-4,0,222,59,4,0,255,59,88,255,128,65,20,0,161,131,28,0,225,131,
-24,0,193,131,16,0,129,131,36,0,1,128,12,0,97,131,0,0,96,56,
-166,3,8,124,32,0,33,56,32,0,128,78,232,255,33,148,166,2,8,124,
-28,0,1,144,12,0,161,147,120,27,125,124,16,0,193,147,121,43,190,124,
-20,0,225,147,120,35,159,124,72,0,130,65,44,0,125,128,1,0,160,56,
-120,43,166,124,241,72,0,72,0,0,3,44,132,0,130,64,58,16,235,87,
-20,90,253,127,128,0,31,132,156,139,192,83,120,243,204,127,20,90,221,127,
-0,0,31,144,60,0,30,132,156,139,128,81,0,0,30,144,88,0,0,72,
-58,16,235,87,20,90,253,127,128,0,63,133,218,3,42,85,20,90,221,127,
-0,0,95,145,60,0,30,132,218,3,0,84,0,0,30,144,44,0,125,128,
-254,127,61,85,21,71,0,72,189,182,255,75,0,0,3,44,28,0,130,65,
-0,0,31,128,156,139,160,83,0,0,31,144,0,0,30,128,156,139,160,83,
-0,0,30,144,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,224,255,33,148,16,0,129,147,
-120,27,124,124,12,0,97,147,24,0,193,147,28,0,225,147,166,2,8,124,
-36,0,1,144,20,0,161,147,120,43,189,124,0,0,0,57,0,0,29,145,
-8,0,28,128,0,0,0,44,120,35,159,124,20,0,129,64,4,0,0,57,
-0,0,29,145,8,0,28,128,4,0,255,59,0,0,96,59,0,0,27,124,
-128,0,220,59,188,1,128,64,0,0,63,129,49,6,44,85,144,1,130,65,
-0,0,94,129,254,191,70,85,254,191,37,85,64,40,6,124,36,0,130,65,
-120,219,100,127,11,0,96,60,248,95,99,56,109,177,3,72,84,134,98,56,
-101,177,3,72,0,0,63,129,0,0,94,129,254,159,70,85,254,159,37,85,
-64,40,6,124,36,0,130,65,120,219,100,127,11,0,96,60,88,96,99,56,
-61,177,3,72,84,134,98,56,53,177,3,72,0,0,63,129,0,0,94,129,
-254,143,70,85,254,143,37,85,64,40,6,124,36,0,130,65,120,219,100,127,
-11,0,96,60,180,96,99,56,13,177,3,72,84,134,98,56,5,177,3,72,
-0,0,63,129,0,0,94,129,254,127,70,85,254,127,37,85,64,40,6,124,
-112,0,130,65,120,219,100,127,11,0,96,60,4,97,99,56,221,176,3,72,
-0,0,127,129,120,227,131,127,120,219,100,127,254,127,101,85,245,253,255,75,
-0,0,3,44,32,0,130,64,0,0,63,129,0,0,94,129,254,39,70,85,
-254,39,37,85,64,40,6,124,92,0,130,65,56,0,0,72,20,0,161,131,
-24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,
-166,3,8,124,32,0,33,56,32,0,128,78,254,39,70,85,254,39,37,85,
-64,40,6,124,36,0,130,65,120,219,100,127,11,0,96,60,88,97,99,56,
-97,176,3,72,84,134,98,56,89,176,3,72,0,0,63,129,0,0,94,129,
-254,31,70,85,254,31,37,85,64,40,6,124,36,0,130,64,0,0,29,129,
-4,0,8,57,0,0,29,145,8,0,28,128,4,0,222,59,1,0,123,59,
-4,0,255,59,56,0,0,72,120,219,100,127,11,0,96,60,172,97,99,56,
-17,176,3,72,84,134,98,56,9,176,3,72,0,0,29,129,4,0,8,57,
-0,0,29,145,8,0,28,128,4,0,222,59,1,0,123,59,4,0,255,59,
-0,0,27,124,76,254,128,65,20,0,161,131,28,0,225,131,24,0,193,131,
-16,0,129,131,36,0,1,128,12,0,97,131,0,0,96,56,166,3,8,124,
-32,0,33,56,32,0,128,78,224,255,33,148,16,0,129,147,120,27,124,124,
-12,0,97,147,24,0,193,147,28,0,225,147,166,2,8,124,36,0,1,144,
-20,0,161,147,120,43,189,124,0,0,128,57,0,0,157,145,8,0,28,128,
-0,0,0,44,120,35,159,124,20,0,129,64,4,0,128,57,0,0,157,145,
-8,0,28,128,4,0,255,59,0,0,96,59,0,0,27,124,60,0,220,59,
-180,0,128,64,0,0,31,128,49,6,8,84,136,0,130,65,0,0,62,129,
-254,127,38,85,254,127,5,84,64,40,6,124,116,0,130,65,120,219,100,127,
-11,0,96,60,0,98,99,56,45,175,3,72,0,0,31,128,120,227,131,127,
-120,219,100,127,254,127,5,84,69,252,255,75,0,0,3,44,36,0,130,64,
-0,0,157,129,4,0,140,57,0,0,157,145,8,0,28,128,4,0,222,59,
-1,0,123,59,4,0,255,59,64,0,0,72,20,0,161,131,24,0,193,131,
-28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,
-32,0,33,56,32,0,128,78,4,0,140,57,0,0,157,145,8,0,28,128,
-4,0,222,59,1,0,123,59,4,0,255,59,0,0,27,124,84,255,128,65,
-20,0,161,131,28,0,225,131,24,0,193,131,16,0,129,131,36,0,1,128,
-12,0,97,131,0,0,96,56,166,3,8,124,32,0,33,56,32,0,128,78,
-4,0,131,129,12,0,227,128,48,0,3,128,0,0,3,129,8,0,195,128,
-16,0,99,129,20,0,35,129,20,66,70,125,20,98,74,125,20,58,202,124,
-20,74,6,125,20,90,72,125,20,2,138,125,58,16,140,85,8,0,140,57,
-64,96,5,124,0,0,96,56,32,0,128,76,208,1,96,56,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,
-120,27,126,124,16,0,30,129,120,35,159,124,0,64,31,124,28,0,128,65,
-12,0,225,131,8,0,193,131,166,3,8,124,10,4,96,56,16,0,33,56,
-32,0,128,78,44,0,126,128,5,65,0,72,128,255,3,44,60,0,130,64,
-240,0,254,56,58,16,232,87,20,66,39,125,4,0,105,133,6,0,0,56,
-62,6,11,80,0,0,105,145,20,0,1,128,8,0,193,131,12,0,225,131,
-16,4,96,56,166,3,8,124,16,0,33,56,32,0,128,78,246,255,3,44,
-44,0,128,64,58,16,236,87,20,98,30,125,244,0,40,133,1,0,0,56,
-10,0,224,56,0,0,96,56,30,130,233,80,62,6,9,80,0,0,40,145,
-52,0,0,72,235,0,3,44,8,0,129,64,235,0,96,56,58,16,236,87,
-20,98,30,125,244,0,40,133,1,0,0,56,20,0,227,56,0,0,96,56,
-30,130,233,80,62,6,9,80,0,0,40,145,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,232,255,33,148,
-20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,
-20,0,254,128,120,35,159,124,0,56,31,124,28,0,128,65,20,0,225,131,
-16,0,193,131,166,3,8,124,10,4,96,56,24,0,33,56,32,0,128,78,
-44,0,126,128,2,0,160,56,8,0,193,56,117,61,0,72,0,0,3,44,
-236,0,94,57,58,16,236,87,36,0,130,64,20,98,10,125,0,0,104,129,
-8,0,1,136,1,0,32,57,8,217,11,80,62,6,43,81,0,0,104,145,
-20,0,0,72,46,80,204,124,6,0,32,57,62,6,38,81,46,97,202,124,
-28,0,1,128,20,0,225,131,16,0,193,131,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,20,0,225,147,166,2,8,124,28,0,1,144,
-16,0,193,147,120,27,126,124,4,0,30,128,120,35,159,124,0,0,31,124,
-32,0,128,65,20,0,225,131,28,0,1,128,16,0,193,131,10,4,96,56,
-166,3,8,124,24,0,33,56,32,0,128,78,44,0,126,128,3,0,160,56,
-8,0,193,56,45,64,0,72,0,0,3,44,56,0,130,64,8,0,1,136,
-0,0,0,44,2,0,64,57,44,0,130,64,212,0,30,57,58,16,224,87,
-20,2,104,125,4,0,11,132,1,0,64,57,0,0,96,56,62,6,64,81,
-0,0,11,144,36,0,0,72,6,0,64,57,212,0,30,57,58,16,224,87,
-20,2,104,125,4,0,11,132,62,6,64,81,0,0,96,56,0,0,11,144,
-28,0,1,128,20,0,225,131,16,0,193,131,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,20,0,225,147,166,2,8,124,28,0,1,144,
-16,0,193,147,120,27,126,124,0,0,254,128,120,35,159,124,0,56,31,124,
-28,0,128,65,20,0,225,131,16,0,193,131,166,3,8,124,10,4,96,56,
-24,0,33,56,32,0,128,78,44,0,126,128,8,0,161,56,173,66,0,72,
-0,0,3,44,196,0,126,57,58,16,236,87,36,0,130,64,20,98,11,125,
-0,0,72,129,8,0,1,136,1,0,32,57,132,232,10,80,62,6,42,81,
-0,0,72,145,20,0,0,72,46,88,12,124,6,0,32,57,62,6,32,81,
-46,97,11,124,28,0,1,128,20,0,225,131,16,0,193,131,166,3,8,124,
-24,0,33,56,32,0,128,78,232,255,33,148,20,0,225,147,166,2,8,124,
-28,0,1,144,16,0,193,147,120,27,126,124,12,0,254,128,120,35,159,124,
-0,56,31,124,28,0,128,65,20,0,225,131,16,0,193,131,166,3,8,124,
-10,4,96,56,24,0,33,56,32,0,128,78,44,0,126,128,2,0,160,56,
-8,0,193,56,5,61,0,72,0,0,3,44,228,0,94,57,58,16,236,87,
-36,0,130,64,20,98,10,125,0,0,104,129,8,0,1,136,1,0,32,57,
-206,193,11,80,62,6,43,81,0,0,104,145,20,0,0,72,46,80,204,124,
-6,0,32,57,62,6,38,81,46,97,202,124,28,0,1,128,20,0,225,131,
-16,0,193,131,166,3,8,124,24,0,33,56,32,0,128,78,0,0,96,56,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-8,0,193,147,120,27,126,124,225,255,255,75,0,0,3,44,28,0,130,65,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,0,0,94,129,0,0,224,59,0,80,31,124,40,0,128,64,
-120,243,195,127,120,251,228,127,89,254,255,75,0,0,3,44,200,255,130,64,
-0,0,94,129,1,0,255,59,0,80,31,124,224,255,128,65,4,0,126,129,
-0,0,224,59,0,88,31,124,40,0,128,64,120,243,195,127,120,251,228,127,
-93,253,255,75,0,0,3,44,148,255,130,64,4,0,126,129,1,0,255,59,
-0,88,31,124,224,255,128,65,20,0,158,129,0,0,224,59,0,96,31,124,
-40,0,128,64,120,243,195,127,120,251,228,127,129,252,255,75,0,0,3,44,
-96,255,130,64,20,0,158,129,1,0,255,59,0,96,31,124,224,255,128,65,
-16,0,30,128,0,0,224,59,0,0,31,124,40,0,128,64,120,243,195,127,
-120,251,228,127,77,251,255,75,0,0,3,44,44,255,130,64,16,0,30,128,
-1,0,255,59,0,0,31,124,224,255,128,65,12,0,30,128,0,0,224,59,
-0,0,31,124,40,0,128,64,120,243,195,127,120,251,228,127,45,254,255,75,
-0,0,3,44,248,254,130,64,12,0,30,128,1,0,255,59,0,0,31,124,
-224,255,128,65,12,0,225,131,20,0,1,128,8,0,193,131,0,0,96,56,
-166,3,8,124,16,0,33,56,32,0,128,78,232,255,33,148,8,0,129,147,
-120,27,124,124,16,0,193,147,166,2,8,124,28,0,1,144,12,0,161,147,
-120,51,221,124,20,0,225,147,0,0,224,59,0,0,253,147,16,0,156,129,
-0,96,31,124,120,35,158,124,72,0,128,64,120,227,131,127,120,251,228,127,
-157,250,255,75,0,0,3,44,36,0,130,65,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,16,0,156,129,1,0,255,59,0,96,31,124,192,255,128,65,
-0,0,12,44,72,0,129,64,120,243,195,127,240,0,156,56,4,0,160,56,
-37,199,3,72,0,0,93,129,4,0,74,57,0,0,93,145,16,0,188,128,
-244,0,156,56,20,82,126,124,58,16,165,84,5,199,3,72,16,0,28,128,
-0,0,125,129,58,16,0,84,20,2,107,125,0,0,125,145,20,0,225,131,
-16,0,193,131,12,0,161,131,28,0,1,128,8,0,129,131,0,0,96,56,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,8,0,129,147,
-120,27,124,124,16,0,193,147,166,2,8,124,28,0,1,144,12,0,161,147,
-120,51,221,124,20,0,225,147,0,0,224,59,0,0,253,147,20,0,156,129,
-0,96,31,124,120,35,158,124,72,0,128,64,120,227,131,127,120,251,228,127,
-173,250,255,75,0,0,3,44,36,0,130,65,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,20,0,156,129,1,0,255,59,0,96,31,124,192,255,128,65,
-0,0,12,44,72,0,129,64,120,243,195,127,232,0,156,56,4,0,160,56,
-53,198,3,72,0,0,93,129,4,0,74,57,0,0,93,145,20,0,188,128,
-236,0,156,56,20,82,126,124,58,16,165,84,21,198,3,72,20,0,28,128,
-0,0,125,129,58,16,0,84,20,2,107,125,0,0,125,145,20,0,225,131,
-16,0,193,131,12,0,161,131,28,0,1,128,8,0,129,131,0,0,96,56,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,8,0,129,147,
-120,27,124,124,16,0,193,147,166,2,8,124,28,0,1,144,12,0,161,147,
-120,51,221,124,20,0,225,147,0,0,224,59,0,0,253,147,4,0,156,129,
-0,96,31,124,120,35,158,124,72,0,128,64,120,227,131,127,120,251,228,127,
-101,250,255,75,0,0,3,44,36,0,130,65,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,4,0,156,129,1,0,255,59,0,96,31,124,192,255,128,65,
-0,0,12,44,72,0,129,64,120,243,195,127,212,0,156,56,4,0,160,56,
-69,197,3,72,0,0,93,129,4,0,74,57,0,0,93,145,4,0,188,128,
-216,0,156,56,20,82,126,124,58,16,165,84,37,197,3,72,4,0,28,128,
-0,0,125,129,58,16,0,84,20,2,107,125,0,0,125,145,20,0,225,131,
-16,0,193,131,12,0,161,131,28,0,1,128,8,0,129,131,0,0,96,56,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,8,0,129,147,
-120,27,124,124,16,0,193,147,166,2,8,124,28,0,1,144,12,0,161,147,
-120,51,221,124,20,0,225,147,0,0,224,59,0,0,253,147,0,0,156,129,
-0,96,31,124,120,35,158,124,72,0,128,64,120,227,131,127,120,251,228,127,
-61,250,255,75,0,0,3,44,36,0,130,65,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,0,0,156,129,1,0,255,59,0,96,31,124,192,255,128,65,
-0,0,12,44,72,0,129,64,120,243,195,127,192,0,156,56,4,0,160,56,
-85,196,3,72,0,0,93,129,4,0,74,57,0,0,93,145,0,0,188,128,
-196,0,156,56,20,82,126,124,58,16,165,84,53,196,3,72,0,0,28,128,
-0,0,125,129,58,16,0,84,20,2,107,125,0,0,125,145,20,0,225,131,
-16,0,193,131,12,0,161,131,28,0,1,128,8,0,129,131,0,0,96,56,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,8,0,129,147,
-120,27,124,124,16,0,193,147,166,2,8,124,28,0,1,144,12,0,161,147,
-120,51,221,124,20,0,225,147,0,0,224,59,0,0,253,147,12,0,156,129,
-0,96,31,124,120,35,158,124,72,0,128,64,120,227,131,127,120,251,228,127,
-241,249,255,75,0,0,3,44,36,0,130,65,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,12,0,156,129,1,0,255,59,0,96,31,124,192,255,128,65,
-0,0,12,44,72,0,129,64,120,243,195,127,224,0,156,56,4,0,160,56,
-101,195,3,72,0,0,93,129,4,0,74,57,0,0,93,145,12,0,188,128,
-228,0,156,56,20,82,126,124,58,16,165,84,69,195,3,72,12,0,28,128,
-0,0,125,129,58,16,0,84,20,2,107,125,0,0,125,145,20,0,225,131,
-16,0,193,131,12,0,161,131,28,0,1,128,8,0,129,131,0,0,96,56,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,20,0,225,147,
-120,35,159,124,166,2,8,124,28,0,1,144,12,0,161,147,120,51,221,124,
-0,0,32,57,16,0,193,147,0,0,61,145,120,27,126,124,193,249,255,75,
-0,0,3,44,32,0,130,65,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,8,0,30,128,
-0,0,0,44,72,0,129,64,120,251,227,127,124,0,158,56,4,0,160,56,
-157,194,3,72,0,0,93,129,4,0,74,57,0,0,93,145,8,0,190,128,
-128,0,158,56,20,82,127,124,58,16,165,84,125,194,3,72,8,0,30,128,
-0,0,157,129,58,16,0,84,20,2,140,125,0,0,157,145,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,0,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,232,255,33,148,20,0,225,147,120,35,159,124,
-166,2,8,124,28,0,1,144,12,0,161,147,120,51,221,124,0,0,32,57,
-16,0,193,147,0,0,61,145,120,27,126,124,253,248,255,75,0,0,3,44,
-32,0,130,65,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,8,0,30,128,0,0,0,44,
-72,0,129,64,120,251,227,127,56,0,158,56,4,0,160,56,217,193,3,72,
-0,0,93,129,4,0,74,57,0,0,93,145,8,0,190,128,60,0,158,56,
-20,82,127,124,58,16,165,84,185,193,3,72,8,0,30,128,0,0,157,129,
-58,16,0,84,20,2,140,125,0,0,157,145,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,0,0,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-8,0,193,147,120,27,126,124,16,0,30,128,0,0,224,59,0,0,31,124,
-32,0,128,64,120,243,195,127,120,251,228,127,121,244,255,75,16,0,30,128,
-1,0,255,59,0,0,31,124,232,255,128,65,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,232,255,33,148,
-8,0,129,147,12,0,161,147,20,0,225,147,166,2,8,124,28,0,1,144,
-16,0,193,147,120,27,126,124,20,0,30,128,0,0,128,59,0,0,28,124,
-1,0,160,59,236,0,254,59,92,0,128,64,44,0,126,128,120,227,132,127,
-2,0,160,56,0,0,192,56,5,50,0,72,0,0,3,44,28,0,130,65,
-120,243,195,127,120,227,132,127,241,244,255,75,4,0,255,59,1,0,156,59,
-28,0,0,72,0,0,31,128,1,0,156,59,70,1,0,84,62,6,160,83,
-0,0,31,144,4,0,255,59,20,0,30,128,0,0,28,124,172,255,128,65,
-16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,12,0,161,147,
-20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,
-12,0,30,128,0,0,160,59,0,0,29,124,228,0,254,59,96,0,128,64,
-44,0,126,128,120,235,164,127,1,0,160,56,0,0,192,56,1,51,0,72,
-0,0,3,44,28,0,130,65,120,243,195,127,120,235,164,127,93,246,255,75,
-4,0,255,59,1,0,189,59,32,0,0,72,0,0,159,129,1,0,189,59,
-12,2,140,85,1,0,0,56,62,6,12,80,0,0,159,145,4,0,255,59,
-12,0,30,128,0,0,29,124,168,255,128,65,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,
-120,27,126,124,4,0,30,128,0,0,224,59,0,0,31,124,32,0,128,64,
-120,243,195,127,120,251,228,127,109,244,255,75,4,0,30,128,1,0,255,59,
-0,0,31,124,232,255,128,65,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,232,255,33,148,8,0,129,147,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,
-120,27,125,124,0,0,29,128,0,0,128,59,0,0,28,124,1,0,224,59,
-196,0,221,59,88,0,128,64,44,0,125,128,120,227,132,127,1,0,160,56,
-117,56,0,72,0,0,3,44,28,0,130,65,120,235,163,127,120,227,132,127,
-177,244,255,75,4,0,222,59,1,0,156,59,28,0,0,72,0,0,30,128,
-1,0,156,59,0,32,0,100,62,6,224,83,0,0,30,144,4,0,222,59,
-0,0,29,128,0,0,28,124,176,255,128,65,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,224,255,33,148,12,0,97,147,16,0,129,147,24,0,193,147,
-28,0,225,147,166,2,8,124,36,0,1,144,20,0,161,147,120,27,125,124,
-8,0,189,128,128,0,253,59,58,16,165,84,0,0,128,56,120,251,227,127,
-249,59,253,75,8,0,189,128,60,0,125,56,58,16,165,84,0,0,128,56,
-229,59,253,75,8,0,29,128,0,0,128,59,0,0,28,124,5,0,96,59,
-1,0,192,59,132,0,128,64,44,0,125,128,120,227,132,127,133,52,0,72,
-188,255,255,128,46,68,103,80,188,255,255,144,85,96,255,75,0,0,31,129,
-0,0,3,44,188,255,31,128,40,0,130,64,62,6,104,83,12,0,10,101,
-0,0,95,145,62,6,96,83,12,0,11,100,188,255,127,145,4,0,255,59,
-1,0,156,59,40,0,0,72,62,6,200,83,0,128,12,97,64,0,138,101,
-0,0,95,145,62,6,192,83,64,0,11,100,188,255,127,145,4,0,255,59,
-1,0,156,59,8,0,29,128,0,0,28,124,132,255,128,65,20,0,161,131,
-24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,
-166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,52,0,127,56,0,0,128,56,
-200,0,160,56,5,59,253,75,0,0,0,56,52,0,31,152,252,0,31,152,
-120,251,227,127,97,252,255,75,120,251,227,127,185,254,255,75,120,251,227,127,
-5,254,255,75,120,251,227,127,161,253,255,75,120,251,227,127,241,252,255,75,
-120,251,227,127,221,251,255,75,1,0,0,56,252,0,31,152,12,0,225,131,
-20,0,1,128,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,8,0,193,147,
-120,35,158,124,28,0,130,65,0,0,128,56,37,202,255,75,255,7,192,87,
-12,0,130,65,120,251,227,127,129,138,3,72,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,166,2,8,124,
-4,0,1,144,248,255,33,148,120,35,131,124,32,0,128,56,69,58,253,75,
-12,0,1,128,8,0,33,56,166,3,8,124,0,0,96,56,32,0,128,78,
-224,255,33,148,12,0,97,147,16,0,129,147,20,0,161,147,28,0,225,147,
-166,2,8,124,36,0,1,144,24,0,193,147,120,27,126,124,92,134,98,56,
-241,157,3,72,24,0,158,56,11,0,96,60,20,99,99,56,225,157,3,72,
-26,0,158,56,11,0,96,60,48,99,99,56,209,157,3,72,4,0,222,128,
-8,0,158,128,0,0,190,128,11,0,96,60,84,98,99,56,185,157,3,72,
-20,0,190,128,16,0,222,128,12,0,158,128,11,0,96,60,72,99,99,56,
-161,157,3,72,120,243,195,127,45,243,255,75,52,0,158,136,120,27,127,124,
-116,7,132,124,11,0,96,60,156,98,99,56,129,157,3,72,8,0,30,128,
-0,0,128,59,0,0,28,124,56,0,126,59,11,0,160,63,48,0,128,64,
-120,227,132,127,11,0,96,60,192,98,99,56,89,157,3,72,4,0,155,132,
-128,99,125,56,77,157,3,72,8,0,30,128,1,0,156,59,0,0,28,124,
-216,255,128,65,0,0,128,59,0,0,28,124,124,0,126,59,48,0,128,64,
-120,227,132,127,11,0,96,60,156,99,99,56,29,157,3,72,4,0,155,132,
-128,99,125,56,17,157,3,72,8,0,30,128,1,0,156,59,0,0,28,124,
-216,255,128,65,0,0,30,128,0,0,128,59,0,0,28,124,192,0,126,59,
-48,0,128,64,120,227,132,127,11,0,96,60,224,98,99,56,221,156,3,72,
-4,0,155,132,128,99,125,56,209,156,3,72,0,0,30,128,1,0,156,59,
-0,0,28,124,216,255,128,65,4,0,30,128,0,0,128,59,0,0,28,124,
-212,0,126,59,48,0,128,64,120,227,132,127,11,0,96,60,188,99,99,56,
-157,156,3,72,4,0,155,132,128,99,125,56,145,156,3,72,4,0,30,128,
-1,0,156,59,0,0,28,124,216,255,128,65,12,0,30,128,0,0,128,59,
-0,0,28,124,224,0,126,59,48,0,128,64,120,227,132,127,11,0,96,60,
-128,98,99,56,93,156,3,72,4,0,155,132,128,99,125,56,81,156,3,72,
-12,0,30,128,1,0,156,59,0,0,28,124,216,255,128,65,20,0,30,128,
-0,0,96,59,0,0,27,124,232,0,158,59,48,0,128,64,120,219,100,127,
-11,0,96,60,248,98,99,56,29,156,3,72,4,0,156,132,128,99,125,56,
-17,156,3,72,20,0,30,128,1,0,123,59,0,0,27,124,216,255,128,65,
-16,0,30,128,0,0,96,59,0,0,27,124,240,0,158,59,48,0,128,64,
-120,219,100,127,11,0,96,60,220,99,99,56,221,155,3,72,4,0,156,132,
-128,99,125,56,209,155,3,72,16,0,30,128,1,0,123,59,0,0,27,124,
-216,255,128,65,92,134,98,56,185,155,3,72,120,251,227,127,28,0,225,131,
-20,0,161,131,24,0,193,131,36,0,1,128,16,0,129,131,12,0,97,131,
-166,3,8,124,32,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,8,0,131,129,0,96,4,124,24,0,128,65,12,0,1,128,
-8,0,33,56,166,3,8,124,14,1,96,56,32,0,128,78,13,0,5,40,
-32,0,130,64,58,16,137,84,20,74,67,125,128,0,10,128,0,0,96,56,
-254,127,11,84,0,0,102,153,20,0,0,72,11,0,96,60,4,100,99,56,
-53,155,3,72,0,0,96,56,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,216,255,33,148,12,0,33,147,16,0,65,147,24,0,129,147,
-28,0,161,147,32,0,193,147,36,0,225,147,166,2,8,124,44,0,1,144,
-20,0,97,147,120,27,123,124,8,0,123,129,120,35,153,124,0,88,25,124,
-0,0,192,59,3,0,160,63,0,255,189,59,36,0,128,65,20,0,97,131,
-32,0,193,131,28,0,161,131,12,0,33,131,166,3,8,124,14,1,96,56,
-40,0,33,56,32,0,128,78,14,0,5,40,148,4,129,65,3,0,64,61,
-196,75,74,57,58,16,160,84,46,0,10,125,166,3,9,125,32,4,128,78,
-44,78,3,0,176,77,3,0,44,79,3,0,24,77,3,0,144,76,3,0,
-76,77,3,0,116,79,3,0,72,80,3,0,144,76,3,0,0,76,3,0,
-168,79,3,0,196,79,3,0,224,79,3,0,252,79,3,0,144,76,3,0,
-44,0,123,128,120,203,36,127,7,0,160,56,157,48,0,72,121,27,126,124,
-52,4,130,64,58,16,36,87,20,34,155,127,128,0,124,133,60,0,107,85,
-20,34,91,127,64,0,96,97,94,4,6,84,0,0,220,144,60,0,26,133,
-64,0,64,57,60,0,8,85,62,6,72,81,0,0,26,145,0,0,28,128,
-4,0,192,60,4,0,0,61,126,171,12,84,1,0,198,56,56,96,197,124,
-64,64,5,124,224,3,130,64,250,7,10,84,193,0,64,85,0,0,28,144,
-0,0,154,129,64,0,0,56,62,6,12,80,193,0,133,85,0,0,186,144,
-188,3,0,72,44,0,123,128,14,0,5,44,120,203,36,127,24,0,130,64,
-7,0,160,56,5,48,0,72,121,27,126,124,156,3,130,64,20,0,0,72,
-5,0,160,56,241,47,0,72,121,27,126,124,136,3,130,64,58,16,36,87,
-20,34,155,127,128,0,28,132,58,0,0,84,20,34,91,127,2,0,7,96,
-94,4,224,84,0,96,0,100,0,0,28,144,60,0,90,133,58,0,74,85,
-2,0,75,97,0,96,108,101,0,0,154,145,0,0,28,128,176,6,0,84,
-0,0,28,144,0,0,186,128,176,6,165,84,0,0,186,144,52,3,0,72,
-44,0,123,128,120,203,36,127,3,0,160,56,133,47,0,72,121,27,126,124,
-28,3,130,64,124,0,219,56,58,16,39,87,20,58,6,125,4,0,40,133,
-0,2,41,97,0,0,40,145,0,3,0,72,44,0,123,128,120,203,36,127,
-0,0,160,56,81,47,0,72,121,27,126,124,232,2,130,64,58,16,36,87,
-20,34,155,127,128,0,92,133,1,0,128,57,157,3,74,85,60,0,123,56,
-62,6,138,81,64,0,64,101,0,128,5,96,0,0,188,144,46,32,195,124,
-56,232,198,124,20,34,227,124,46,33,195,124,0,0,7,129,62,6,136,81,
-64,0,10,101,0,0,71,145,156,2,0,72,44,0,123,128,120,203,36,127,
-6,0,160,56,237,46,0,72,121,27,126,124,132,2,130,64,128,0,123,57,
-58,16,36,87,46,32,11,124,157,3,0,84,20,34,139,125,46,33,11,124,
-0,0,172,128,5,0,192,56,62,6,197,80,0,0,172,144,46,32,235,124,
-60,0,123,56,12,0,231,100,46,33,235,124,46,32,3,125,20,34,35,125,
-56,232,8,125,46,33,3,125,0,0,73,129,62,6,202,80,0,0,73,145,
-46,32,99,125,12,0,107,101,46,33,99,125,32,2,0,72,58,16,36,87,
-20,34,155,127,128,0,156,133,1,0,224,59,157,3,140,85,20,34,91,127,
-62,6,236,83,64,0,139,101,0,0,124,145,60,0,154,133,44,0,123,128,
-56,232,140,125,120,203,36,127,62,6,236,83,64,0,134,101,0,0,218,144,
-197,44,0,72,93,89,255,75,0,0,3,44,32,0,130,64,44,0,123,128,
-120,203,36,127,173,44,0,72,21,89,255,75,0,0,3,44,8,0,130,64,
-0,0,224,59,44,0,123,128,62,6,255,87,120,203,36,127,141,44,0,72,
-13,89,255,75,0,0,31,44,40,0,130,65,0,0,252,128,2,0,0,57,
-62,6,7,81,0,96,233,100,0,0,60,145,0,0,26,128,62,6,0,81,
-62,6,0,81,0,0,26,144,0,0,3,44,32,0,130,65,0,0,28,128,
-64,0,160,56,62,6,160,80,0,0,28,144,0,0,218,128,62,6,166,80,
-0,0,218,144,0,0,31,44,1,0,160,56,16,0,130,64,0,0,3,44,
-8,0,130,64,0,0,160,56,0,0,60,129,52,0,168,124,126,217,7,85,
-32,124,233,80,0,0,60,145,32,1,0,72,128,0,123,57,58,16,36,87,
-46,32,75,125,157,3,74,85,20,34,139,125,46,33,75,125,0,0,236,128,
-60,0,123,56,64,0,231,100,0,0,236,144,46,32,3,124,56,232,0,124,
-20,34,131,125,46,33,3,124,0,0,172,128,64,0,165,100,0,0,172,144,
-216,0,0,72,44,0,123,128,120,203,36,127,2,0,160,56,41,45,0,72,
-121,27,126,124,192,0,130,64,124,0,219,56,58,16,39,87,20,58,6,125,
-4,0,40,133,0,32,41,97,0,0,40,145,164,0,0,72,124,0,91,57,
-58,16,32,87,20,2,138,125,4,0,172,132,0,8,165,96,0,0,172,144,
-136,0,0,72,124,0,219,56,58,16,39,87,20,58,6,125,4,0,40,133,
-0,4,41,97,0,0,40,145,108,0,0,72,124,0,91,57,58,16,44,87,
-20,98,170,124,4,0,229,132,0,16,231,96,0,0,229,144,80,0,0,72,
-44,0,123,128,120,203,36,127,1,0,160,56,161,44,0,72,121,27,126,124,
-56,0,130,64,58,16,36,87,20,34,59,125,128,0,105,133,2,0,107,101,
-20,34,251,124,0,0,105,145,60,0,39,133,2,0,41,101,0,0,39,145,
-16,0,0,72,11,0,96,60,32,100,99,56,21,150,3,72,28,0,161,131,
-120,243,195,127,32,0,193,131,20,0,97,131,24,0,129,131,36,0,225,131,
-44,0,1,128,16,0,65,131,12,0,33,131,166,3,8,124,40,0,33,56,
-32,0,128,78,232,255,33,148,12,0,161,147,16,0,193,147,20,0,225,147,
-166,2,8,124,28,0,1,144,0,0,165,128,120,27,126,124,120,35,159,124,
-61,231,255,75,208,1,3,44,36,0,130,64,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,208,1,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,0,0,0,56,8,0,1,144,120,243,195,127,8,0,191,59,
-120,235,164,127,8,0,161,56,193,229,255,75,8,0,129,128,120,27,127,124,
-11,0,96,60,96,100,99,56,101,149,3,72,0,0,31,44,56,1,130,64,
-8,0,1,128,20,2,189,127,120,243,195,127,8,0,161,56,120,235,164,127,
-77,227,255,75,8,0,129,128,120,27,127,124,11,0,96,60,132,100,99,56,
-49,149,3,72,0,0,31,44,4,1,130,64,8,0,1,129,20,66,189,127,
-120,243,195,127,8,0,161,56,120,235,164,127,217,223,255,75,8,0,129,128,
-120,27,127,124,11,0,96,60,168,100,99,56,253,148,3,72,0,0,31,44,
-208,0,130,64,8,0,33,129,20,74,189,127,120,243,195,127,8,0,161,56,
-120,235,164,127,89,223,255,75,8,0,129,128,120,27,127,124,11,0,96,60,
-60,100,99,56,201,148,3,72,0,0,31,44,156,0,130,64,8,0,1,128,
-20,2,189,127,120,243,195,127,8,0,161,56,120,235,164,127,161,224,255,75,
-8,0,129,128,120,27,127,124,11,0,96,60,196,100,99,56,149,148,3,72,
-0,0,31,44,104,0,130,64,8,0,97,129,20,90,189,127,120,243,195,127,
-8,0,161,56,120,235,164,127,189,221,255,75,8,0,129,128,120,27,127,124,
-11,0,96,60,232,100,99,56,97,148,3,72,0,0,31,44,52,0,130,64,
-8,0,1,128,120,243,195,127,20,2,157,124,8,0,161,56,65,221,255,75,
-8,0,129,128,120,27,127,124,11,0,96,60,8,101,99,56,49,148,3,72,
-0,0,31,44,36,0,130,65,120,251,227,127,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,0,0,96,56,
-166,3,8,124,24,0,33,56,32,0,128,78,216,255,33,148,24,0,129,147,
-36,0,225,147,16,0,65,147,20,0,97,147,32,0,193,147,166,2,8,124,
-44,0,1,144,28,0,161,147,120,43,189,124,0,0,189,128,120,27,124,124,
-120,35,159,124,0,0,128,56,120,251,227,127,189,47,253,75,2,0,0,56,
-0,0,31,152,0,0,192,59,4,0,223,147,4,0,127,56,93,140,1,72,
-52,0,220,155,0,0,189,128,8,0,127,59,8,0,193,147,120,227,131,127,
-8,0,193,56,120,219,100,127,213,239,255,75,8,0,129,128,120,27,126,124,
-11,0,96,60,76,101,99,56,93,147,3,72,0,0,30,44,100,1,130,64,
-8,0,65,131,0,0,189,128,120,227,131,127,8,0,193,56,20,210,123,127,
-120,219,100,127,217,238,255,75,8,0,129,128,120,27,126,124,11,0,96,60,
-112,101,99,56,37,147,3,72,0,0,30,44,44,1,130,64,8,0,33,129,
-0,0,189,128,120,227,131,127,8,0,193,56,20,74,123,127,20,74,90,127,
-120,219,100,127,189,236,255,75,8,0,129,128,120,27,126,124,11,0,96,60,
-148,101,99,56,233,146,3,72,0,0,30,44,240,0,130,64,8,0,33,129,
-0,0,189,128,120,227,131,127,8,0,193,56,20,74,123,127,20,74,90,127,
-120,219,100,127,145,235,255,75,8,0,129,128,120,27,126,124,11,0,96,60,
-244,101,99,56,173,146,3,72,0,0,30,44,180,0,130,64,8,0,33,129,
-0,0,189,128,120,227,131,127,8,0,193,56,20,74,123,127,20,74,90,127,
-120,219,100,127,53,237,255,75,8,0,129,128,120,27,126,124,11,0,96,60,
-44,101,99,56,113,146,3,72,0,0,30,44,120,0,130,64,8,0,33,129,
-0,0,189,128,120,227,131,127,8,0,193,56,20,74,123,127,20,74,90,127,
-120,219,100,127,41,234,255,75,8,0,129,128,120,27,126,124,11,0,96,60,
-176,101,99,56,53,146,3,72,0,0,30,44,60,0,130,64,8,0,33,129,
-0,0,189,128,120,227,131,127,8,0,193,56,20,74,155,124,20,74,90,127,
-1,233,255,75,8,0,129,128,120,27,126,124,11,0,96,60,208,101,99,56,
-253,145,3,72,0,0,30,44,48,0,130,65,24,0,129,131,28,0,161,131,
-120,243,195,127,32,0,193,131,36,0,225,131,44,0,1,128,20,0,97,131,
-16,0,65,131,166,3,8,124,40,0,33,56,32,0,128,78,8,0,33,129,
-20,74,90,127,11,0,96,60,24,102,99,56,8,0,26,56,0,0,29,144,
-4,0,154,56,62,4,132,84,2,0,159,176,161,145,3,72,2,0,127,56,
-229,138,1,72,52,0,124,137,116,7,107,125,119,7,96,85,1,0,127,153,
-52,0,28,152,32,0,193,131,28,0,161,131,24,0,129,131,44,0,1,128,
-36,0,225,131,16,0,65,131,20,0,97,131,0,0,96,56,166,3,8,124,
-40,0,33,56,32,0,128,78,224,255,33,148,16,0,129,147,28,0,225,147,
-12,0,97,147,24,0,193,147,166,2,8,124,36,0,1,144,20,0,161,147,
-120,43,189,124,0,0,189,128,120,27,124,124,120,35,159,124,0,0,128,56,
-120,251,227,127,49,45,253,75,1,0,0,57,0,0,31,153,0,0,192,59,
-1,0,223,155,4,0,223,147,4,0,127,56,205,137,1,72,8,0,159,137,
-136,0,136,113,9,0,223,155,8,0,31,153,48,0,28,128,12,0,127,56,
-36,0,224,56,11,0,128,60,8,0,160,56,11,0,255,152,48,0,223,59,
-10,0,31,152,112,102,132,56,113,175,3,72,20,0,127,56,11,0,128,60,
-124,102,132,56,8,0,160,56,93,175,3,72,28,0,127,56,11,0,128,60,
-136,102,132,56,16,0,160,56,73,175,3,72,44,0,127,56,11,0,128,60,
-161,102,132,56,4,0,160,56,53,175,3,72,8,0,28,128,0,0,0,44,
-48,0,60,129,58,16,40,85,20,66,126,127,120,0,129,64,1,0,64,57,
-48,0,95,153,49,0,31,152,0,0,96,57,50,0,127,153,11,0,160,56,
-51,0,191,152,120,219,99,127,11,0,128,60,52,102,132,56,241,174,3,72,
-8,0,28,128,0,0,0,44,11,0,123,59,4,0,222,59,56,0,129,64,
-23,0,128,57,0,0,158,153,1,0,30,152,0,0,0,56,2,0,30,152,
-12,0,160,56,3,0,190,152,120,219,99,127,11,0,128,60,176,102,132,56,
-177,174,3,72,4,0,222,59,12,0,123,59,0,0,60,129,0,0,9,44,
-48,0,129,64,3,0,160,56,0,0,190,152,1,0,62,153,0,0,224,56,
-2,0,254,152,3,0,190,152,120,219,99,127,104,134,130,56,121,174,3,72,
-4,0,222,59,3,0,123,59,4,0,252,128,0,0,7,44,56,0,129,64,
-2,0,32,57,0,0,62,153,1,0,254,152,0,0,64,57,2,0,94,153,
-12,0,160,56,3,0,190,152,120,219,99,127,11,0,128,60,192,102,132,56,
-57,174,3,72,4,0,222,59,12,0,123,59,12,0,92,129,0,0,10,44,
-56,0,129,64,5,0,96,57,0,0,126,153,1,0,94,153,0,0,0,56,
-2,0,30,152,9,0,160,56,3,0,190,152,120,219,99,127,11,0,128,60,
-64,102,132,56,249,173,3,72,4,0,222,59,9,0,123,59,20,0,124,129,
-0,0,11,44,52,0,129,64,6,0,224,56,0,0,254,152,1,0,126,153,
-0,0,0,56,2,0,30,152,7,0,160,56,3,0,190,152,120,219,99,127,
-96,134,130,56,189,173,3,72,4,0,222,59,7,0,123,59,16,0,92,129,
-0,0,10,44,52,0,129,64,1,0,94,153,4,0,0,56,0,0,30,152,
-0,0,0,56,2,0,30,152,18,0,160,56,3,0,190,152,120,219,99,127,
-11,0,128,60,208,102,132,56,125,173,3,72,18,0,123,59,80,216,159,125,
-0,0,157,145,252,255,140,56,62,4,132,84,2,0,159,176,11,0,96,60,
-76,102,99,56,177,142,3,72,2,0,127,56,245,135,1,72,20,0,161,131,
-28,0,225,131,24,0,193,131,16,0,129,131,36,0,1,128,12,0,97,131,
-0,0,96,56,166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,
-16,0,129,147,28,0,225,147,166,2,8,124,36,0,1,144,12,0,97,147,
-24,0,193,147,20,0,161,147,120,43,189,124,0,0,221,128,3,0,6,40,
-120,35,156,124,108,134,66,57,255,255,74,57,0,0,224,59,8,0,225,155,
-1,0,128,57,9,0,129,153,2,0,0,56,120,51,222,124,10,0,1,152,
-11,0,96,60,228,102,99,56,8,0,129,64,3,0,192,59,0,0,252,155,
-4,0,124,59,62,4,222,87,2,0,220,179,120,243,196,127,5,142,3,72,
-2,0,124,56,73,135,1,72,120,219,99,127,8,0,129,56,120,243,197,127,
-149,172,3,72,4,0,30,56,0,0,29,144,16,0,129,131,24,0,193,131,
-20,0,161,131,36,0,1,128,12,0,97,131,120,251,227,127,28,0,225,131,
-32,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,121,27,127,124,8,0,193,147,120,35,158,124,
-20,0,130,64,0,1,96,56,17,120,3,72,121,27,127,124,172,1,130,65,
-120,251,227,127,185,185,255,75,12,0,0,60,196,28,0,48,36,0,31,144,
-112,134,194,136,26,0,223,152,113,134,226,136,27,0,255,152,114,134,2,137,
-28,0,31,153,115,134,2,136,29,0,31,152,116,134,130,137,24,0,159,153,
-117,134,2,136,120,243,195,127,44,0,223,147,25,0,31,152,233,37,0,72,
-4,0,3,44,0,0,127,144,12,0,129,64,4,0,128,57,0,0,159,145,
-120,243,195,127,49,36,0,72,16,0,3,44,8,0,127,144,12,0,129,64,
-16,0,0,56,8,0,31,144,120,243,195,127,185,33,0,72,2,0,3,44,
-4,0,127,144,12,0,129,64,2,0,192,56,4,0,223,144,120,243,195,127,
-221,31,0,72,1,0,3,44,12,0,127,144,12,0,129,64,1,0,224,56,
-12,0,255,144,120,243,195,127,157,32,0,72,2,0,3,44,16,0,127,144,
-12,0,129,64,2,0,0,57,16,0,31,145,120,243,195,127,1,30,0,72,
-1,0,3,44,20,0,127,144,12,0,129,64,1,0,32,57,20,0,63,145,
-4,0,223,128,8,0,159,128,0,0,191,128,11,0,96,60,60,103,99,56,
-133,140,3,72,16,0,223,128,12,0,159,128,20,0,191,128,11,0,96,60,
-8,103,99,56,109,140,3,72,0,0,95,129,0,0,10,44,0,0,0,57,
-48,0,31,145,12,0,129,64,1,0,0,57,48,0,31,145,8,0,127,129,
-0,0,11,44,12,0,129,64,2,0,8,57,48,0,31,145,4,0,159,129,
-0,0,12,44,12,0,129,64,1,0,8,57,48,0,31,145,12,0,31,128,
-0,0,0,44,12,0,129,64,1,0,8,57,48,0,31,145,16,0,223,128,
-0,0,6,44,12,0,129,64,1,0,8,57,48,0,31,145,20,0,255,128,
-0,0,7,44,12,0,129,64,1,0,40,57,48,0,63,145,120,251,227,127,
-213,236,255,75,20,0,1,128,120,251,227,127,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,6,4,96,56,32,0,128,78,
-6,4,96,56,32,0,128,78,6,4,96,56,32,0,128,78,6,4,96,56,
-32,0,128,78,6,4,96,56,32,0,128,78,6,4,96,56,32,0,128,78,
-6,4,96,56,32,0,128,78,6,4,96,56,32,0,128,78,166,2,8,124,
-4,0,1,144,240,255,33,148,120,27,108,124,4,0,108,128,36,0,99,129,
-92,0,11,128,0,0,140,136,8,0,161,56,1,0,192,56,166,3,9,124,
-33,4,128,78,52,0,96,124,62,222,3,84,20,0,1,128,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,0,0,131,136,4,0,99,128,36,0,131,129,92,0,12,128,
-8,0,161,56,2,0,192,56,128,255,224,59,166,3,9,124,33,4,128,78,
-0,0,3,44,8,0,97,161,112,70,108,125,46,68,107,85,120,99,107,125,
-62,4,107,85,8,0,97,177,48,0,130,64,62,220,107,85,107,5,108,85,
-8,0,97,177,24,0,130,65,0,8,11,32,112,30,11,124,208,0,235,127,
-116,7,227,127,16,0,0,72,112,30,127,125,116,7,255,127,120,251,227,127,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-232,255,33,148,166,2,8,124,28,0,1,144,12,0,161,147,120,35,157,124,
-20,0,225,147,121,27,127,124,16,0,193,147,120,43,190,124,20,0,130,64,
-12,0,96,56,245,116,3,72,121,27,127,124,84,0,130,65,0,0,191,155,
-12,0,0,60,108,29,0,48,8,0,31,144,36,0,158,129,28,0,12,128,
-120,235,164,127,120,243,195,127,1,0,160,56,26,0,192,56,166,3,9,124,
-4,0,223,147,33,4,128,78,0,0,159,136,4,0,127,128,36,0,35,129,
-36,0,9,128,0,0,160,56,166,3,9,124,33,4,128,78,120,251,227,127,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-8,0,193,147,121,27,126,124,12,0,225,147,120,35,159,124,44,0,130,65,
-12,0,0,60,124,29,0,48,0,0,30,144,11,0,96,60,104,103,99,56,
-201,137,3,72,255,7,224,87,12,0,130,65,120,243,195,127,217,117,3,72,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,8,0,193,147,
-121,27,126,124,12,0,225,147,120,35,159,124,56,0,130,65,12,0,128,61,
-148,29,140,57,0,0,158,145,11,0,96,60,184,103,99,56,105,137,3,72,
-120,243,195,127,0,0,128,56,97,255,255,75,255,7,224,87,12,0,130,65,
-120,243,195,127,109,117,3,72,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,11,0,96,60,240,103,99,56,29,137,3,72,12,0,1,128,
-8,0,33,56,166,3,8,124,0,0,96,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,8,0,193,147,121,27,126,124,12,0,225,147,
-120,35,159,124,56,0,130,65,12,0,128,61,172,29,140,57,0,0,158,145,
-11,0,96,60,148,104,99,56,209,136,3,72,120,243,195,127,0,0,128,56,
-201,254,255,75,255,7,224,87,12,0,130,65,120,243,195,127,213,116,3,72,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,11,0,96,60,
-204,104,99,56,133,136,3,72,12,0,1,128,8,0,33,56,166,3,8,124,
-0,0,96,56,32,0,128,78,120,27,108,124,12,0,76,137,1,0,0,57,
-48,32,7,125,116,7,231,124,57,80,233,124,0,0,96,56,12,0,130,65,
-1,4,96,56,32,0,128,78,0,0,5,44,13,0,204,136,120,59,64,125,
-12,0,12,152,16,0,130,65,120,59,203,124,13,0,108,153,32,0,128,78,
-120,56,198,124,13,0,204,152,32,0,128,78,166,2,8,124,4,0,1,144,
-240,255,33,148,120,27,108,124,4,0,108,128,36,0,99,129,92,0,11,128,
-0,0,140,136,8,0,161,56,1,0,192,56,166,3,9,124,33,4,128,78,
-52,0,96,124,62,222,3,84,20,0,1,128,16,0,33,56,166,3,8,124,
-32,0,128,78,232,255,33,148,16,0,193,147,120,43,190,124,8,0,30,40,
-166,2,8,124,28,0,1,144,120,27,107,124,20,0,225,147,120,51,223,124,
-0,0,128,57,8,0,129,153,0,0,139,136,4,0,107,128,36,0,35,129,
-20,0,9,129,8,0,161,56,166,3,9,125,33,4,128,78,8,0,1,136,
-48,246,7,124,255,7,234,84,0,0,95,153,28,0,1,128,20,0,225,131,
-16,0,193,131,166,3,8,124,24,0,33,56,32,0,128,78,166,2,8,124,
-4,0,1,144,248,255,33,148,8,0,5,40,120,27,108,124,1,0,0,56,
-48,40,10,124,62,6,74,85,16,0,129,65,13,0,12,137,57,64,71,125,
-12,0,130,65,0,4,96,56,100,0,0,72,14,0,12,136,0,0,6,44,
-48,0,130,65,4,0,108,128,120,83,9,124,14,0,44,153,36,0,99,129,
-100,0,107,129,0,0,140,136,14,0,172,56,1,0,192,56,166,3,105,125,
-33,4,128,78,44,0,0,72,4,0,108,128,120,80,9,124,14,0,44,153,
-36,0,99,129,100,0,107,129,0,0,140,136,14,0,172,56,1,0,192,56,
-166,3,105,125,33,4,128,78,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,0,0,3,44,166,2,8,124,20,0,1,144,
-8,0,193,147,120,35,158,124,12,0,225,147,120,43,191,124,20,0,130,64,
-16,0,96,56,13,113,3,72,0,0,3,44,44,0,130,65,0,0,195,155,
-4,0,227,147,12,0,0,60,212,29,0,48,8,0,3,144,255,0,96,57,
-13,0,99,153,0,0,128,57,12,0,131,153,14,0,99,153,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-29,0,96,61,24,49,107,57,0,0,128,57,4,0,139,145,8,0,139,145,
-12,0,139,145,12,0,96,60,20,31,99,56,224,107,3,72,224,255,33,148,
-24,0,193,147,166,2,8,124,36,0,1,144,28,0,225,147,120,27,127,124,
-4,0,95,129,5,0,132,136,0,0,32,57,68,0,0,72,58,16,40,85,
-46,64,10,125,0,0,8,136,64,32,0,124,44,0,130,64,11,0,96,60,
-248,106,99,56,221,133,3,72,28,0,225,131,36,0,1,128,24,0,193,131,
-8,4,96,56,166,3,8,124,32,0,33,56,32,0,128,78,1,0,41,57,
-0,0,10,44,0,0,0,56,16,0,130,65,8,0,223,128,80,48,10,124,
-112,22,0,124,64,0,9,124,164,255,128,65,28,0,160,60,180,85,165,56,
-0,0,96,56,233,250,255,75,121,27,126,124,8,1,130,65,4,0,95,129,
-0,0,10,44,8,0,63,129,120,243,203,127,0,0,0,56,8,0,97,145,
-20,0,130,64,0,0,10,44,0,0,224,56,40,0,130,65,24,0,0,72,
-0,0,10,44,80,72,10,124,0,0,224,56,112,22,0,124,16,0,130,65,
-12,0,159,129,80,96,10,125,112,22,7,125,64,56,0,124,120,75,44,125,
-36,0,128,64,0,0,108,145,4,0,44,57,8,0,63,145,8,0,96,56,
-149,111,3,72,0,0,3,44,140,0,130,65,120,0,0,72,0,0,10,44,
-32,0,130,64,16,0,129,145,120,251,227,127,16,0,129,56,1,0,160,56,
-8,0,193,56,233,187,0,72,68,0,0,72,80,72,202,124,113,22,200,124,
-32,0,130,64,16,0,129,145,120,251,227,127,16,0,129,56,1,0,160,56,
-8,0,193,56,193,187,0,72,28,0,0,72,16,0,129,145,120,251,227,127,
-16,0,129,56,1,0,160,56,8,0,193,56,165,187,0,72,8,0,96,56,
-29,111,3,72,0,0,3,44,20,0,130,65,12,0,64,61,12,30,74,57,
-0,0,67,145,4,0,195,147,0,0,3,44,32,0,130,64,28,0,225,131,
-36,0,1,128,24,0,193,131,16,1,96,56,166,3,8,124,32,0,33,56,
-32,0,128,78,68,0,223,128,0,0,6,44,72,0,255,128,12,0,97,144,
-0,0,64,57,20,0,130,64,0,0,6,44,0,0,96,57,40,0,130,65,
-24,0,0,72,0,0,6,44,80,56,102,125,112,22,106,125,0,0,96,57,
-16,0,130,65,76,0,31,128,80,0,134,125,112,22,139,125,64,88,10,124,
-120,59,235,124,24,0,128,64,4,0,139,57,72,0,159,145,0,0,107,144,
-0,0,96,56,108,0,0,72,0,0,6,44,32,0,130,64,20,0,97,145,
-64,0,127,56,20,0,129,56,1,0,160,56,12,0,193,56,153,102,0,72,
-68,0,0,72,80,56,230,124,113,22,232,124,32,0,130,64,20,0,97,145,
-64,0,127,56,20,0,129,56,1,0,160,56,12,0,193,56,113,102,0,72,
-28,0,0,72,20,0,97,145,64,0,127,56,20,0,129,56,1,0,160,56,
-12,0,193,56,85,102,0,72,0,0,96,56,36,0,1,128,28,0,225,131,
-24,0,193,131,166,3,8,124,32,0,33,56,32,0,128,78,128,254,33,148,
-56,1,193,145,60,1,225,145,64,1,1,146,68,1,33,146,72,1,65,146,
-76,1,97,146,80,1,129,146,84,1,161,146,88,1,193,146,92,1,225,146,
-96,1,1,147,100,1,33,147,104,1,65,147,108,1,97,147,112,1,129,147,
-116,1,161,147,124,1,225,147,166,2,8,124,132,1,1,144,120,1,193,147,
-120,35,158,124,2,0,30,136,3,0,254,136,46,68,231,84,120,3,224,124,
-63,4,20,84,120,27,127,124,0,0,192,58,12,0,130,65,32,0,20,40,
-8,0,129,64,7,4,192,58,4,0,191,128,5,0,158,136,0,0,0,57,
-132,0,0,72,58,16,10,85,46,80,37,125,0,0,9,136,64,32,0,124,
-108,0,130,64,11,0,96,60,36,107,99,56,201,130,3,72,76,1,97,130,
-108,1,97,131,112,1,129,131,80,1,129,130,72,1,65,130,104,1,65,131,
-116,1,161,131,84,1,161,130,68,1,33,130,100,1,33,131,120,1,193,131,
-88,1,193,130,64,1,1,130,96,1,1,131,124,1,225,131,92,1,225,130,
-60,1,225,129,132,1,1,128,56,1,193,129,8,4,96,56,166,3,8,124,
-128,1,33,56,32,0,128,78,1,0,8,57,0,0,5,44,0,0,96,57,
-16,0,130,65,8,0,223,128,80,48,133,125,112,22,139,125,64,88,8,124,
-100,255,128,65,28,0,160,60,180,85,165,56,0,0,96,56,129,251,255,75,
-121,27,113,124,96,0,130,64,76,1,97,130,108,1,97,131,112,1,129,131,
-80,1,129,130,72,1,65,130,104,1,65,131,116,1,161,131,84,1,161,130,
-68,1,33,130,100,1,33,131,120,1,193,131,88,1,193,130,64,1,1,130,
-96,1,1,131,124,1,225,131,92,1,225,130,60,1,225,129,132,1,1,128,
-56,1,193,129,16,1,96,56,166,3,8,124,128,1,33,56,32,0,128,78,
-4,0,191,128,0,0,5,44,8,0,127,129,120,139,38,126,0,0,224,56,
-24,1,193,144,20,0,130,64,0,0,5,44,0,0,0,56,40,0,130,65,
-24,0,0,72,0,0,5,44,80,88,229,124,0,0,0,56,112,22,231,124,
-16,0,130,65,12,0,63,129,80,72,5,125,112,22,0,125,64,0,7,124,
-120,91,108,125,32,0,128,64,0,0,204,144,4,0,204,56,8,0,223,144,
-4,0,222,136,0,0,6,44,120,0,130,65,120,0,0,72,0,0,5,44,
-32,0,130,64,28,1,129,145,120,251,227,127,28,1,129,56,1,0,160,56,
-24,1,193,56,61,184,0,72,68,0,0,72,80,88,5,124,113,22,11,124,
-32,0,130,64,28,1,129,145,120,251,227,127,28,1,129,56,1,0,160,56,
-24,1,193,56,21,184,0,72,28,0,0,72,28,1,129,145,120,251,227,127,
-28,1,129,56,1,0,160,56,24,1,193,56,249,183,0,72,4,0,222,136,
-0,0,6,44,8,0,130,64,7,4,192,58,0,0,20,44,29,0,160,62,
-24,49,181,58,20,50,222,127,48,1,193,56,8,0,193,144,44,1,1,56,
-12,0,1,144,36,1,1,56,16,0,1,144,32,1,1,58,40,1,225,57,
-64,14,129,64,2,0,30,137,0,0,222,137,8,0,96,56,254,255,18,85,
-254,7,19,85,254,247,22,85,25,107,3,72,0,0,3,44,32,0,130,65,
-0,0,195,128,126,7,198,81,4,0,35,146,56,31,70,82,246,38,102,82,
-180,46,198,82,0,0,195,144,121,27,118,124,68,254,130,65,1,0,62,137,
-62,231,32,85,7,0,0,40,204,13,129,65,3,0,96,61,20,102,107,57,
-58,16,0,84,46,0,75,125,166,3,73,125,32,4,128,78,196,115,3,0,
-52,102,3,0,36,104,3,0,240,109,3,0,16,106,3,0,0,108,3,0,
-220,111,3,0,208,113,3,0,20,0,95,129,0,0,10,44,0,0,0,56,
-16,0,130,65,24,0,223,128,80,48,138,125,112,22,128,125,1,0,254,136,
-120,3,19,124,62,7,236,84,0,96,19,124,28,1,128,64,0,96,19,124,
-252,0,65,58,16,1,128,64,0,0,10,44,24,0,31,128,0,0,224,56,
-0,0,242,144,120,59,232,124,20,0,130,64,0,0,10,44,0,0,192,56,
-40,0,130,65,24,0,0,72,0,0,10,44,80,0,10,125,0,0,192,56,
-112,22,8,125,16,0,130,65,28,0,127,129,80,88,42,125,112,22,38,125,
-64,48,8,124,120,3,11,124,24,0,128,64,0,0,235,144,4,0,235,56,
-24,0,255,144,1,0,115,58,160,0,0,72,0,0,10,44,44,0,130,64,
-20,0,97,145,16,0,127,56,120,147,70,126,20,0,129,56,1,0,160,56,
-77,168,0,72,20,0,95,129,1,0,30,136,62,7,12,84,108,0,0,72,
-80,0,234,124,113,22,236,124,44,0,130,64,20,0,97,145,16,0,127,56,
-120,147,70,126,20,0,129,56,1,0,160,56,25,168,0,72,20,0,95,129,
-1,0,30,136,62,7,12,84,56,0,0,72,80,88,10,125,112,22,14,125,
-20,0,97,145,16,0,127,56,120,147,70,126,20,0,129,56,1,0,160,56,
-233,167,0,72,1,0,30,136,20,0,95,129,58,16,201,85,20,74,189,127,
-62,7,12,84,1,0,115,58,0,96,19,124,248,254,128,65,255,255,44,57,
-58,16,43,85,20,90,202,124,0,0,6,128,0,0,0,44,48,0,193,144,
-52,0,65,145,92,0,130,64,60,0,65,145,24,0,96,56,0,0,96,58,
-56,0,193,144,41,105,3,72,121,27,114,124,12,0,130,65,97,223,0,72,
-120,147,83,126,56,0,1,129,0,0,104,146,1,0,62,137,20,0,95,129,
-62,7,44,85,255,255,44,57,58,16,43,85,20,90,10,125,0,0,8,128,
-0,0,0,44,68,0,65,145,64,0,1,145,60,252,130,65,58,16,38,85,
-20,50,10,125,0,0,104,128,76,0,65,145,72,0,1,145,2,0,30,136,
-254,238,5,84,120,179,196,126,169,221,0,72,121,27,118,124,184,11,130,65,
-192,11,0,72,36,0,31,128,0,0,0,44,0,0,96,57,16,0,130,65,
-40,0,127,129,80,88,64,125,112,22,75,125,1,0,158,137,120,91,115,125,
-62,7,140,85,0,96,19,124,28,1,128,64,0,96,19,124,0,1,65,58,
-16,1,128,64,0,0,0,44,40,0,31,129,0,0,32,57,0,0,50,145,
-120,75,42,125,20,0,130,64,0,0,0,44,0,0,96,57,40,0,130,65,
-24,0,0,72,0,0,0,44,80,64,192,124,0,0,96,57,112,22,202,124,
-16,0,130,65,44,0,127,129,80,88,224,124,112,22,235,124,64,88,10,124,
-120,67,10,125,24,0,128,64,0,0,42,145,4,0,10,57,40,0,31,145,
-1,0,115,58,160,0,0,72,0,0,0,44,44,0,130,64,24,0,65,145,
-32,0,127,56,120,147,70,126,24,0,129,56,1,0,160,56,249,142,0,72,
-36,0,31,128,1,0,62,137,62,7,44,85,108,0,0,72,80,64,192,124,
-113,22,198,124,44,0,130,64,24,0,65,145,32,0,127,56,120,147,70,126,
-24,0,129,56,1,0,160,56,197,142,0,72,36,0,31,128,1,0,62,137,
-62,7,44,85,56,0,0,72,80,80,0,124,112,22,14,124,24,0,65,145,
-32,0,127,56,120,147,70,126,24,0,129,56,1,0,160,56,149,142,0,72,
-1,0,62,137,36,0,31,128,58,16,200,85,20,66,156,127,62,7,44,85,
-1,0,115,58,0,96,19,124,248,254,128,65,120,3,11,124,255,255,44,57,
-58,16,42,85,20,82,107,125,0,0,139,129,0,0,12,44,80,0,97,145,
-84,0,1,144,80,0,130,64,3,0,158,136,0,0,96,56,120,3,7,124,
-92,0,1,144,20,82,103,126,88,0,97,146,145,214,0,72,0,0,115,144,
-1,0,222,136,36,0,31,128,62,7,204,84,255,255,44,57,58,16,42,85,
-20,2,74,125,96,0,65,145,0,0,74,129,0,0,10,44,100,0,1,144,
-84,250,130,65,108,0,1,144,120,3,11,124,58,16,32,85,20,2,107,125,
-0,0,107,128,104,0,97,145,2,0,158,137,254,238,133,85,120,179,196,126,
-221,212,0,72,121,27,118,124,204,9,130,65,212,9,0,72,68,0,127,129,
-0,0,11,44,0,0,64,57,16,0,130,65,72,0,63,129,80,72,203,124,
-112,22,202,124,1,0,254,136,120,83,83,125,62,7,236,84,0,96,19,124,
-28,1,128,64,0,96,19,124,4,1,65,58,16,1,128,64,0,0,11,44,
-72,0,31,128,0,0,192,56,0,0,210,144,120,51,199,124,20,0,130,64,
-0,0,11,44,0,0,64,57,40,0,130,65,24,0,0,72,0,0,11,44,
-80,0,11,125,0,0,64,57,112,22,7,125,16,0,130,65,76,0,95,129,
-80,80,43,125,112,22,42,125,64,80,7,124,120,3,9,124,24,0,128,64,
-0,0,201,144,4,0,9,56,72,0,31,144,1,0,115,58,160,0,0,72,
-0,0,11,44,44,0,130,64,28,0,33,145,64,0,127,56,120,147,70,126,
-28,0,129,56,1,0,160,56,69,94,0,72,68,0,127,129,1,0,222,136,
-62,7,204,84,108,0,0,72,80,0,235,124,113,22,236,124,44,0,130,64,
-28,0,33,145,64,0,127,56,120,147,70,126,28,0,129,56,1,0,160,56,
-17,94,0,72,68,0,127,129,1,0,222,136,62,7,204,84,56,0,0,72,
-80,72,11,125,112,22,14,125,28,0,33,145,64,0,127,56,120,147,70,126,
-28,0,129,56,1,0,160,56,225,93,0,72,1,0,222,136,68,0,127,129,
-58,16,202,85,20,82,247,126,62,7,204,84,1,0,115,58,0,96,19,124,
-248,254,128,65,255,255,44,57,58,16,39,85,20,58,203,124,0,0,6,128,
-0,0,0,44,112,0,193,144,116,0,97,145,92,0,130,64,124,0,97,145,
-24,0,96,56,0,0,96,58,120,0,193,144,77,101,3,72,121,27,114,124,
-12,0,130,65,13,199,0,72,120,147,83,126,120,0,33,129,0,0,105,146,
-1,0,94,137,68,0,127,129,62,7,76,85,255,255,44,57,58,16,39,85,
-20,58,11,125,0,0,8,128,0,0,0,44,132,0,97,145,128,0,1,145,
-96,248,130,65,58,16,41,85,20,74,235,124,0,0,103,128,140,0,97,145,
-136,0,225,144,2,0,126,137,254,238,101,85,120,179,196,126,133,197,0,72,
-121,27,118,124,220,7,130,65,228,7,0,72,84,0,255,128,0,0,7,44,
-0,0,32,57,16,0,130,65,88,0,223,128,80,48,135,125,112,22,137,125,
-1,0,222,136,120,75,50,125,62,7,204,84,0,96,18,124,28,1,128,64,
-0,96,18,124,8,1,97,58,16,1,128,64,0,0,7,44,88,0,223,128,
-0,0,96,57,0,0,115,145,120,91,105,125,20,0,130,64,0,0,7,44,
-0,0,64,57,40,0,130,65,24,0,0,72,0,0,7,44,80,48,39,125,
-0,0,64,57,112,22,41,125,16,0,130,65,92,0,95,129,80,80,7,124,
-112,22,10,124,64,80,9,124,120,51,200,124,24,0,128,64,0,0,104,145,
-4,0,72,57,88,0,95,145,1,0,82,58,160,0,0,72,0,0,7,44,
-44,0,130,64,32,0,1,145,80,0,127,56,120,155,102,126,32,0,129,56,
-1,0,160,56,241,68,0,72,84,0,255,128,1,0,94,137,62,7,76,85,
-108,0,0,72,80,48,199,124,113,22,198,124,44,0,130,64,32,0,1,145,
-80,0,127,56,120,155,102,126,32,0,129,56,1,0,160,56,189,68,0,72,
-84,0,255,128,1,0,94,137,62,7,76,85,56,0,0,72,80,64,231,124,
-112,22,238,124,32,0,1,145,80,0,127,56,120,155,102,126,32,0,129,56,
-1,0,160,56,141,68,0,72,1,0,94,137,84,0,255,128,58,16,201,85,
-20,74,24,127,62,7,76,85,1,0,82,58,0,96,18,124,248,254,128,65,
-255,255,44,57,58,16,32,85,20,2,7,125,0,0,200,128,0,0,6,44,
-144,0,1,145,148,0,225,144,92,0,130,64,156,0,225,144,16,0,96,56,
-0,0,96,58,152,0,1,145,93,99,3,72,121,27,114,124,12,0,130,65,
-101,194,0,72,120,147,83,126,152,0,225,128,0,0,103,146,1,0,30,136,
-84,0,255,128,62,7,12,84,255,255,44,57,58,16,42,85,20,82,7,125,
-0,0,136,129,0,0,12,44,164,0,225,144,160,0,1,145,112,246,130,65,
-58,16,32,85,20,2,199,124,0,0,102,128,172,0,225,144,168,0,193,144,
-2,0,94,137,254,238,69,85,120,179,196,126,173,192,0,72,121,27,118,124,
-236,5,130,65,244,5,0,72,52,0,223,128,0,0,6,44,0,0,0,57,
-16,0,130,65,56,0,159,129,80,96,102,125,112,22,104,125,1,0,30,136,
-120,67,19,125,62,7,12,84,0,96,19,124,28,1,128,64,0,96,19,124,
-12,1,65,58,16,1,128,64,0,0,6,44,56,0,127,129,0,0,64,57,
-0,0,82,145,120,83,71,125,20,0,130,64,0,0,6,44,0,0,0,56,
-40,0,130,65,24,0,0,72,0,0,6,44,80,88,230,124,0,0,0,56,
-112,22,231,124,16,0,130,65,60,0,63,129,80,72,6,125,112,22,0,125,
-64,0,7,124,120,91,103,125,24,0,128,64,0,0,71,145,4,0,71,57,
-56,0,95,145,1,0,115,58,160,0,0,72,0,0,6,44,44,0,130,64,
-36,0,225,144,48,0,127,56,120,147,70,126,36,0,129,56,1,0,160,56,
-201,113,0,72,52,0,223,128,1,0,158,137,62,7,140,85,108,0,0,72,
-80,88,6,125,113,22,0,125,44,0,130,64,36,0,225,144,48,0,127,56,
-120,147,70,126,36,0,129,56,1,0,160,56,149,113,0,72,52,0,223,128,
-1,0,158,137,62,7,140,85,56,0,0,72,80,56,6,124,112,22,14,124,
-36,0,225,144,48,0,127,56,120,147,70,126,36,0,129,56,1,0,160,56,
-101,113,0,72,1,0,158,137,52,0,223,128,58,16,202,85,20,82,57,127,
-62,7,140,85,1,0,115,58,0,96,19,124,248,254,128,65,255,255,44,57,
-58,16,42,85,20,82,102,125,0,0,11,129,0,0,8,44,176,0,97,145,
-180,0,193,144,92,0,130,64,188,0,193,144,52,0,96,56,0,0,96,58,
-184,0,97,145,109,97,3,72,121,27,114,124,12,0,130,65,197,197,0,72,
-120,147,83,126,184,0,129,129,0,0,108,146,1,0,254,136,52,0,223,128,
-62,7,236,84,255,255,44,57,58,16,32,85,20,2,102,125,192,0,97,145,
-0,0,107,129,0,0,11,44,196,0,193,144,128,244,130,65,200,0,193,144,
-58,16,44,85,110,96,102,124,0,0,208,144,2,0,254,136,120,179,196,126,
-254,238,229,84,65,196,0,72,121,27,118,124,0,4,130,65,8,4,0,72,
-100,0,127,129,0,0,11,44,0,0,224,56,16,0,130,65,104,0,63,129,
-80,72,11,125,112,22,7,125,1,0,94,137,120,59,243,124,62,7,76,85,
-0,96,19,124,28,1,128,64,0,96,19,124,16,1,65,58,16,1,128,64,
-0,0,11,44,104,0,255,128,0,0,0,57,0,0,18,145,120,67,9,125,
-20,0,130,64,0,0,11,44,0,0,0,56,40,0,130,65,24,0,0,72,
-0,0,11,44,80,56,11,124,112,22,9,124,0,0,0,56,16,0,130,65,
-108,0,95,129,80,80,203,124,112,22,192,124,64,0,9,124,120,59,230,124,
-24,0,128,64,0,0,6,145,4,0,230,56,104,0,255,144,1,0,115,58,
-160,0,0,72,0,0,11,44,44,0,130,64,96,0,127,56,40,0,193,144,
-120,147,70,126,40,0,129,56,1,0,160,56,177,41,0,72,100,0,127,129,
-1,0,222,136,62,7,204,84,108,0,0,72,80,56,11,124,113,22,0,124,
-44,0,130,64,96,0,127,56,40,0,193,144,120,147,70,126,40,0,129,56,
-1,0,160,56,125,41,0,72,100,0,127,129,1,0,222,136,62,7,204,84,
-56,0,0,72,80,48,43,125,112,22,46,125,96,0,127,56,40,0,193,144,
-120,147,70,126,40,0,129,56,1,0,160,56,77,41,0,72,1,0,222,136,
-100,0,127,129,58,16,202,85,20,82,123,127,62,7,204,84,1,0,115,58,
-0,96,19,124,248,254,128,65,255,255,44,57,58,16,39,85,20,58,11,125,
-0,0,8,128,0,0,0,44,204,0,1,145,208,0,97,145,92,0,130,64,
-216,0,97,145,28,0,96,56,0,0,96,58,212,0,1,145,129,95,3,72,
-121,27,114,124,12,0,130,65,205,187,0,72,120,147,83,126,212,0,65,129,
-0,0,106,146,1,0,158,137,100,0,127,129,62,7,140,85,255,255,44,57,
-58,16,32,85,20,2,11,125,220,0,1,145,0,0,8,129,0,0,8,44,
-224,0,97,145,148,242,130,65,16,0,65,129,0,0,111,145,58,16,41,85,
-20,74,107,125,0,0,106,145,2,0,94,137,0,0,107,128,120,179,196,126,
-254,238,69,85,17,186,0,72,121,27,118,124,12,2,130,65,20,2,0,72,
-4,0,117,129,0,0,11,44,0,0,192,56,16,0,130,65,8,0,213,128,
-80,48,11,124,112,22,6,124,1,0,30,136,120,51,211,124,62,7,12,84,
-0,96,19,124,24,1,128,64,0,96,19,124,20,1,65,58,8,1,128,64,
-4,0,21,128,0,0,0,44,8,0,117,129,0,0,224,56,0,0,242,144,
-120,59,232,124,20,0,130,64,0,0,0,44,0,0,192,56,40,0,130,65,
-24,0,0,72,0,0,0,44,80,88,0,125,0,0,192,56,112,22,8,125,
-16,0,130,65,12,0,85,129,80,80,32,125,112,22,38,125,64,48,8,124,
-120,91,106,125,24,0,128,64,0,0,234,144,4,0,202,56,8,0,213,144,
-1,0,115,58,148,0,0,72,0,0,0,44,40,0,130,64,44,0,65,145,
-120,171,163,126,120,147,70,126,44,0,129,56,1,0,160,56,153,23,0,72,
-1,0,254,136,62,7,236,84,100,0,0,72,80,88,192,124,113,22,198,124,
-40,0,130,64,44,0,65,145,120,171,163,126,120,147,70,126,44,0,129,56,
-1,0,160,56,105,23,0,72,1,0,254,136,62,7,236,84,52,0,0,72,
-80,80,224,124,112,22,238,124,44,0,65,145,120,171,163,126,120,147,70,126,
-44,0,129,56,1,0,160,56,61,23,0,72,1,0,254,136,58,16,203,85,
-62,7,236,84,20,90,90,127,1,0,115,58,0,96,19,124,0,255,128,65,
-4,0,117,129,255,255,44,57,58,16,32,85,20,2,235,124,0,0,135,129,
-0,0,12,44,228,0,225,144,232,0,97,145,92,0,130,64,240,0,97,145,
-56,0,96,56,0,0,96,58,236,0,225,144,145,93,3,72,121,27,114,124,
-12,0,130,65,13,198,0,72,120,147,83,126,236,0,193,128,0,0,102,146,
-1,0,254,136,4,0,117,129,62,7,236,84,255,255,44,57,58,16,40,85,
-20,66,75,125,0,0,10,128,0,0,0,44,248,0,97,145,244,0,65,145,
-164,240,130,65,12,0,65,129,8,0,1,129,58,16,38,85,0,0,104,145,
-20,50,107,125,0,0,106,145,2,0,30,136,0,0,107,128,120,179,196,126,
-254,238,5,84,77,196,0,72,121,27,118,124,24,0,130,65,32,0,0,72,
-0,0,20,44,9,4,192,58,32,0,130,65,24,0,0,72,252,255,148,54,
-4,0,222,59,200,241,129,65,0,0,20,44,8,0,130,65,7,4,192,58,
-76,1,97,130,108,1,97,131,112,1,129,131,80,1,129,130,72,1,65,130,
-104,1,65,131,116,1,161,131,84,1,161,130,68,1,33,130,100,1,33,131,
-120,1,193,131,92,1,225,130,120,179,195,126,88,1,193,130,64,1,1,130,
-96,1,1,131,124,1,225,131,132,1,1,128,60,1,225,129,56,1,193,129,
-166,3,8,124,128,1,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,41,206,0,72,0,0,3,44,
-12,0,130,64,120,251,227,127,61,199,0,72,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,
-232,255,33,148,29,0,128,61,24,49,140,57,4,0,236,128,0,0,7,44,
-24,0,130,64,28,0,1,128,24,0,33,56,166,3,8,124,0,0,96,56,
-32,0,128,78,8,0,12,129,80,64,7,124,113,22,0,124,60,0,130,65,
-0,0,7,44,0,0,96,57,8,0,130,65,120,3,11,124,255,255,43,57,
-64,72,3,124,32,0,129,65,58,16,106,84,20,82,103,125,0,0,11,128,
-0,0,0,44,8,0,97,145,12,0,225,144,24,0,130,64,28,0,1,128,
-24,0,33,56,166,3,8,124,0,0,96,56,32,0,128,78,120,3,3,124,
-0,0,67,129,36,0,138,129,16,0,97,145,20,0,225,144,166,3,137,125,
-33,4,128,78,28,0,1,128,24,0,33,56,166,3,8,124,62,6,99,84,
-32,0,128,78,166,2,8,124,4,0,1,144,232,255,33,148,29,0,96,61,
-24,49,107,57,4,0,235,128,0,0,7,44,24,0,130,64,28,0,1,128,
-24,0,33,56,166,3,8,124,10,4,96,56,32,0,128,78,8,0,11,129,
-80,64,7,124,113,22,0,124,60,0,130,65,0,0,7,44,0,0,96,57,
-8,0,130,65,120,3,11,124,255,255,43,57,64,72,3,124,32,0,129,65,
-58,16,107,84,20,90,71,125,0,0,10,128,0,0,0,44,8,0,65,145,
-12,0,225,144,24,0,130,64,28,0,1,128,24,0,33,56,166,3,8,124,
-10,4,96,56,32,0,128,78,120,3,3,124,0,0,131,129,28,0,140,129,
-16,0,65,145,20,0,225,144,166,3,137,125,33,4,128,78,28,0,1,128,
-24,0,33,56,166,3,8,124,32,0,128,78,29,0,96,61,24,49,107,57,
-4,0,75,129,0,0,10,44,0,0,96,56,32,0,130,77,8,0,11,128,
-80,0,138,125,112,22,131,125,32,0,128,78,166,2,8,124,4,0,1,144,
-232,255,33,148,100,0,3,129,0,0,8,44,120,35,128,124,120,43,164,124,
-120,51,197,124,24,0,130,64,28,0,1,128,24,0,33,56,166,3,8,124,
-10,4,96,56,32,0,128,78,104,0,227,128,80,56,136,125,113,22,137,125,
-60,0,130,65,0,0,8,44,0,0,96,57,8,0,130,65,120,75,43,125,
-255,255,43,57,64,72,0,124,32,0,129,65,58,16,0,84,20,2,72,125,
-0,0,234,128,0,0,7,44,8,0,65,145,12,0,1,145,24,0,130,64,
-28,0,1,128,24,0,33,56,166,3,8,124,10,4,96,56,32,0,128,78,
-120,59,227,124,0,0,131,129,28,0,12,128,16,0,65,145,20,0,1,145,
-166,3,9,124,33,4,128,78,28,0,1,128,24,0,33,56,166,3,8,124,
-32,0,128,78,166,2,8,124,4,0,1,144,232,255,33,148,100,0,3,129,
-0,0,8,44,120,35,128,124,120,43,164,124,24,0,130,64,28,0,1,128,
-24,0,33,56,166,3,8,124,10,4,96,56,32,0,128,78,104,0,227,128,
-80,56,136,125,113,22,137,125,60,0,130,65,0,0,8,44,0,0,96,57,
-8,0,130,65,120,75,43,125,255,255,43,57,64,72,0,124,32,0,129,65,
-58,16,0,84,20,2,72,125,0,0,234,128,0,0,7,44,8,0,65,145,
-12,0,1,145,24,0,130,64,28,0,1,128,24,0,33,56,166,3,8,124,
-10,4,96,56,32,0,128,78,120,59,227,124,0,0,131,129,20,0,12,128,
-120,51,197,124,16,0,65,145,166,3,9,124,20,0,1,145,33,4,128,78,
-28,0,1,128,24,0,33,56,166,3,8,124,32,0,128,78,100,0,67,129,
-0,0,10,44,0,0,0,56,16,0,130,65,104,0,131,129,80,96,106,125,
-112,22,96,125,120,3,3,124,32,0,128,78,166,2,8,124,4,0,1,144,
-232,255,33,148,84,0,3,129,0,0,8,44,120,35,128,124,120,43,164,124,
-120,51,197,124,24,0,130,64,28,0,1,128,24,0,33,56,166,3,8,124,
-10,4,96,56,32,0,128,78,88,0,227,128,80,56,136,125,113,22,137,125,
-60,0,130,65,0,0,8,44,0,0,96,57,8,0,130,65,120,75,43,125,
-255,255,43,57,64,72,0,124,32,0,129,65,58,16,0,84,20,2,72,125,
-0,0,234,128,0,0,7,44,8,0,65,145,12,0,1,145,24,0,130,64,
-28,0,1,128,24,0,33,56,166,3,8,124,10,4,96,56,32,0,128,78,
-120,59,227,124,0,0,131,129,28,0,12,128,16,0,65,145,20,0,1,145,
-166,3,9,124,33,4,128,78,28,0,1,128,24,0,33,56,166,3,8,124,
-32,0,128,78,166,2,8,124,4,0,1,144,232,255,33,148,84,0,3,129,
-0,0,8,44,120,35,128,124,120,43,164,124,24,0,130,64,28,0,1,128,
-24,0,33,56,166,3,8,124,10,4,96,56,32,0,128,78,88,0,227,128,
-80,56,136,125,113,22,137,125,60,0,130,65,0,0,8,44,0,0,96,57,
-8,0,130,65,120,75,43,125,255,255,43,57,64,72,0,124,32,0,129,65,
-58,16,0,84,20,2,72,125,0,0,234,128,0,0,7,44,8,0,65,145,
-12,0,1,145,24,0,130,64,28,0,1,128,24,0,33,56,166,3,8,124,
-10,4,96,56,32,0,128,78,120,59,227,124,0,0,131,129,20,0,12,128,
-120,51,197,124,16,0,65,145,166,3,9,124,20,0,1,145,33,4,128,78,
-28,0,1,128,24,0,33,56,166,3,8,124,32,0,128,78,84,0,67,129,
-0,0,10,44,0,0,0,56,16,0,130,65,88,0,131,129,80,96,106,125,
-112,22,96,125,120,3,3,124,32,0,128,78,166,2,8,124,4,0,1,144,
-232,255,33,148,68,0,35,129,0,0,9,44,24,0,130,64,28,0,1,128,
-24,0,33,56,166,3,8,124,128,255,96,56,32,0,128,78,72,0,3,128,
-80,0,137,125,113,22,139,125,60,0,130,65,0,0,9,44,0,0,64,57,
-8,0,130,65,120,91,106,125,255,255,10,57,64,64,4,124,32,0,129,65,
-58,16,138,84,20,82,137,125,0,0,12,128,0,0,0,44,8,0,129,145,
-12,0,33,145,24,0,130,64,28,0,1,128,24,0,33,56,166,3,8,124,
-128,255,96,56,32,0,128,78,120,3,3,124,0,0,67,129,20,0,10,128,
-16,0,129,145,20,0,33,145,166,3,9,124,33,4,128,78,28,0,1,128,
-24,0,33,56,166,3,8,124,116,7,99,124,32,0,128,78,68,0,67,129,
-0,0,10,44,0,0,0,56,16,0,130,65,72,0,131,129,80,96,106,125,
-112,22,96,125,120,3,3,124,32,0,128,78,166,2,8,124,4,0,1,144,
-232,255,33,148,52,0,3,129,0,0,8,44,120,35,128,124,120,43,164,124,
-24,0,130,64,28,0,1,128,24,0,33,56,166,3,8,124,10,4,96,56,
-32,0,128,78,56,0,227,128,80,56,136,125,113,22,137,125,60,0,130,65,
-0,0,8,44,0,0,96,57,8,0,130,65,120,75,43,125,255,255,43,57,
-64,72,0,124,32,0,129,65,58,16,0,84,20,2,72,125,0,0,234,128,
-0,0,7,44,8,0,65,145,12,0,1,145,24,0,130,64,28,0,1,128,
-24,0,33,56,166,3,8,124,10,4,96,56,32,0,128,78,120,59,227,124,
-0,0,131,129,20,0,12,128,120,51,197,124,16,0,65,145,166,3,9,124,
-20,0,1,145,33,4,128,78,28,0,1,128,24,0,33,56,166,3,8,124,
-32,0,128,78,52,0,67,129,0,0,10,44,0,0,0,56,16,0,130,65,
-56,0,131,129,80,96,106,125,112,22,96,125,120,3,3,124,32,0,128,78,
-166,2,8,124,4,0,1,144,232,255,33,148,36,0,35,129,0,0,9,44,
-24,0,130,64,28,0,1,128,24,0,33,56,166,3,8,124,255,0,96,56,
-32,0,128,78,40,0,3,128,80,0,137,125,113,22,139,125,60,0,130,65,
-0,0,9,44,0,0,64,57,8,0,130,65,120,91,106,125,255,255,10,57,
-64,64,4,124,32,0,129,65,58,16,138,84,20,82,137,125,0,0,12,128,
-0,0,0,44,8,0,129,145,12,0,33,145,24,0,130,64,28,0,1,128,
-24,0,33,56,166,3,8,124,255,0,96,56,32,0,128,78,120,3,3,124,
-0,0,67,129,44,0,10,128,16,0,129,145,20,0,33,145,166,3,9,124,
-33,4,128,78,28,0,1,128,24,0,33,56,166,3,8,124,62,6,99,84,
-32,0,128,78,166,2,8,124,4,0,1,144,232,255,33,148,36,0,3,129,
-0,0,8,44,120,35,128,124,120,43,164,124,24,0,130,64,28,0,1,128,
-24,0,33,56,166,3,8,124,0,0,96,56,32,0,128,78,40,0,227,128,
-80,56,136,125,113,22,138,125,60,0,130,65,0,0,8,44,0,0,32,57,
-8,0,130,65,120,83,73,125,255,255,41,57,64,72,0,124,32,0,129,65,
-58,16,0,84,20,2,104,125,0,0,235,128,0,0,7,44,8,0,97,145,
-12,0,1,145,24,0,130,64,28,0,1,128,24,0,33,56,166,3,8,124,
-0,0,96,56,32,0,128,78,16,0,97,145,120,59,227,124,0,0,99,129,
-36,0,11,128,20,0,1,145,166,3,9,124,33,4,128,78,28,0,1,128,
-24,0,33,56,166,3,8,124,62,6,99,84,32,0,128,78,166,2,8,124,
-4,0,1,144,232,255,33,148,36,0,3,129,0,0,8,44,120,35,128,124,
-120,43,164,124,120,51,197,124,24,0,130,64,28,0,1,128,24,0,33,56,
-166,3,8,124,10,4,96,56,32,0,128,78,40,0,227,128,80,56,136,125,
-113,22,137,125,60,0,130,65,0,0,8,44,0,0,96,57,8,0,130,65,
-120,75,43,125,255,255,43,57,64,72,0,124,32,0,129,65,58,16,0,84,
-20,2,72,125,0,0,234,128,0,0,7,44,8,0,65,145,12,0,1,145,
-24,0,130,64,28,0,1,128,24,0,33,56,166,3,8,124,10,4,96,56,
-32,0,128,78,120,59,227,124,0,0,131,129,28,0,12,128,16,0,65,145,
-20,0,1,145,166,3,9,124,33,4,128,78,28,0,1,128,24,0,33,56,
-166,3,8,124,32,0,128,78,36,0,67,129,0,0,10,44,0,0,0,56,
-16,0,130,65,40,0,131,129,80,96,106,125,112,22,96,125,120,3,3,124,
-32,0,128,78,166,2,8,124,4,0,1,144,232,255,33,148,20,0,3,129,
-0,0,8,44,120,35,128,124,120,43,164,124,24,0,130,64,28,0,1,128,
-24,0,33,56,166,3,8,124,10,4,96,56,32,0,128,78,24,0,227,128,
-80,56,136,125,113,22,138,125,60,0,130,65,0,0,8,44,0,0,32,57,
-8,0,130,65,120,83,73,125,255,255,41,57,64,72,0,124,32,0,129,65,
-58,16,0,84,20,2,104,125,0,0,235,128,0,0,7,44,8,0,97,145,
-12,0,1,145,24,0,130,64,28,0,1,128,24,0,33,56,166,3,8,124,
-10,4,96,56,32,0,128,78,16,0,97,145,120,59,227,124,0,0,99,129,
-92,0,11,128,20,0,1,145,166,3,9,124,33,4,128,78,28,0,1,128,
-24,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,
-232,255,33,148,20,0,3,129,0,0,8,44,120,35,128,124,120,43,164,124,
-24,0,130,64,28,0,1,128,24,0,33,56,166,3,8,124,10,4,96,56,
-32,0,128,78,24,0,227,128,80,56,136,125,113,22,138,125,60,0,130,65,
-0,0,8,44,0,0,32,57,8,0,130,65,120,83,73,125,255,255,41,57,
-64,72,0,124,32,0,129,65,58,16,0,84,20,2,104,125,0,0,235,128,
-0,0,7,44,8,0,97,145,12,0,1,145,24,0,130,64,28,0,1,128,
-24,0,33,56,166,3,8,124,10,4,96,56,32,0,128,78,16,0,97,145,
-120,59,227,124,0,0,99,129,84,0,11,128,20,0,1,145,166,3,9,124,
-33,4,128,78,28,0,1,128,24,0,33,56,166,3,8,124,32,0,128,78,
-20,0,67,129,0,0,10,44,0,0,0,56,16,0,130,65,24,0,131,129,
-80,96,106,125,112,22,96,125,120,3,3,124,32,0,128,78,232,255,33,148,
-8,0,129,147,12,0,161,147,166,2,8,124,28,0,1,144,16,0,193,147,
-121,27,126,124,20,0,225,147,120,35,159,124,20,9,130,65,4,0,126,128,
-0,0,160,59,36,0,0,72,58,16,169,87,46,72,67,125,0,0,10,44,
-16,0,130,65,120,83,67,125,9,83,3,72,4,0,126,128,1,0,189,59,
-0,0,3,44,0,0,96,57,16,0,130,65,8,0,30,128,80,0,131,125,
-112,22,139,125,64,88,29,124,196,255,128,65,20,0,30,129,0,0,160,59,
-56,0,0,72,58,16,166,87,46,48,232,124,0,0,7,44,36,0,130,65,
-121,59,227,124,28,0,130,65,0,0,35,129,12,0,9,128,3,0,128,56,
-166,3,9,124,33,4,128,78,20,0,30,129,1,0,189,59,0,0,8,44,
-0,0,0,56,16,0,130,65,24,0,254,128,80,56,168,124,112,22,160,124,
-64,0,29,124,176,255,128,65,36,0,94,129,0,0,160,59,56,0,0,72,
-58,16,169,87,46,72,10,124,0,0,0,44,36,0,130,65,121,3,3,124,
-28,0,130,65,0,0,131,129,12,0,204,128,3,0,128,56,166,3,201,124,
-33,4,128,78,36,0,94,129,1,0,189,59,0,0,10,44,0,0,160,56,
-16,0,130,65,40,0,62,129,80,72,234,124,112,22,229,124,64,40,29,124,
-176,255,128,65,52,0,158,129,0,0,160,59,56,0,0,72,58,16,170,87,
-46,80,12,124,0,0,0,44,36,0,130,65,121,3,3,124,28,0,130,65,
-0,0,131,129,12,0,172,128,3,0,128,56,166,3,169,124,33,4,128,78,
-52,0,158,129,1,0,189,59,0,0,12,44,0,0,224,56,16,0,130,65,
-56,0,30,129,80,64,204,124,112,22,199,124,64,56,29,124,176,255,128,65,
-68,0,254,128,0,0,160,59,56,0,0,72,58,16,169,87,46,72,71,125,
-0,0,10,44,36,0,130,65,121,83,67,125,28,0,130,65,0,0,99,129,
-12,0,139,129,3,0,128,56,166,3,137,125,33,4,128,78,68,0,254,128,
-1,0,189,59,0,0,7,44,0,0,0,57,16,0,130,65,72,0,190,128,
-80,40,7,124,112,22,8,124,64,64,29,124,176,255,128,65,84,0,62,129,
-0,0,160,59,56,0,0,72,58,16,166,87,46,48,9,124,0,0,0,44,
-36,0,130,65,121,3,3,124,28,0,130,65,0,0,3,129,12,0,40,129,
-3,0,128,56,166,3,41,125,33,4,128,78,84,0,62,129,1,0,189,59,
-0,0,9,44,0,0,192,56,16,0,130,65,88,0,126,129,80,88,73,125,
-112,22,70,125,64,48,29,124,176,255,128,65,100,0,126,129,0,0,160,59,
-56,0,0,72,58,16,172,87,46,96,11,124,0,0,0,44,36,0,130,65,
-121,3,3,124,28,0,130,65,0,0,163,128,12,0,197,128,3,0,128,56,
-166,3,201,124,33,4,128,78,100,0,126,129,1,0,189,59,0,0,11,44,
-0,0,192,56,16,0,130,65,104,0,30,128,80,0,235,124,112,22,230,124,
-64,48,29,124,176,255,128,65,29,0,160,63,24,49,189,59,4,0,221,128,
-0,0,128,59,56,0,0,72,58,16,133,87,46,40,230,124,0,0,7,44,
-36,0,130,65,121,59,227,124,28,0,130,65,0,0,3,129,12,0,40,129,
-3,0,128,56,166,3,41,125,33,4,128,78,4,0,221,128,1,0,156,59,
-0,0,6,44,0,0,32,57,16,0,130,65,8,0,157,129,80,96,70,125,
-112,22,73,125,64,72,28,124,176,255,128,65,4,0,158,129,8,0,30,128,
-120,3,8,124,64,64,12,124,144,0,130,65,80,0,8,124,112,22,5,124,
-59,16,170,84,116,0,130,65,120,99,135,125,80,56,200,124,64,80,6,124,
-120,83,64,125,60,0,129,65,1,0,0,40,20,82,231,124,120,3,11,124,
-20,82,8,125,8,0,128,64,1,0,96,57,166,3,105,125,255,255,8,140,
-255,255,7,156,248,255,0,66,58,16,170,84,20,82,76,125,8,0,94,145,
-52,0,0,72,1,0,0,40,255,255,231,56,255,255,8,57,8,0,128,64,
-1,0,0,56,166,3,9,124,1,0,40,141,1,0,39,157,248,255,0,66,
-58,16,170,84,20,82,76,125,8,0,94,145,20,0,190,128,24,0,30,129,
-120,67,9,125,64,72,5,124,148,0,130,65,80,64,105,125,112,22,100,125,
-59,16,139,84,120,0,130,65,120,43,166,124,80,48,137,125,64,88,12,124,
-120,91,108,125,60,0,129,65,1,0,12,40,20,90,198,124,120,99,136,125,
-20,90,41,125,8,0,128,64,1,0,0,57,166,3,9,125,255,255,9,140,
-255,255,6,156,248,255,0,66,58,16,136,84,20,66,5,124,24,0,30,144,
-56,0,0,72,1,0,12,40,255,255,41,57,120,99,138,125,255,255,198,56,
-8,0,128,64,1,0,64,57,166,3,73,125,1,0,233,140,1,0,230,156,
-248,255,0,66,58,16,136,84,20,66,5,124,24,0,30,144,36,0,254,128,
-40,0,222,128,120,51,203,124,64,88,7,124,148,0,130,65,80,48,43,125,
-112,22,38,125,59,16,192,84,120,0,130,65,120,59,233,124,80,72,75,125,
-64,0,10,124,120,3,10,124,60,0,129,65,1,0,10,40,20,2,41,125,
-20,2,107,125,120,83,64,125,8,0,128,64,1,0,0,56,166,3,9,124,
-255,255,139,141,255,255,137,157,248,255,0,66,58,16,197,84,20,42,7,124,
-40,0,30,144,56,0,0,72,1,0,10,40,255,255,107,57,120,83,69,125,
-255,255,41,57,8,0,128,64,1,0,160,56,166,3,169,124,1,0,11,140,
-1,0,9,156,248,255,0,66,58,16,197,84,20,42,7,124,40,0,30,144,
-52,0,30,129,56,0,30,128,120,3,11,124,64,88,8,124,144,0,130,65,
-80,0,203,124,112,22,201,124,59,16,38,85,116,0,130,65,120,67,10,125,
-80,80,235,124,64,48,7,124,120,51,199,124,56,0,129,65,1,0,7,40,
-20,50,107,125,20,50,74,125,8,0,128,64,1,0,224,56,166,3,233,124,
-255,255,139,141,255,255,138,157,248,255,0,66,58,16,39,85,20,58,168,124,
-56,0,190,144,56,0,0,72,1,0,7,40,255,255,107,57,120,59,236,124,
-255,255,74,57,8,0,128,64,1,0,128,57,166,3,137,125,1,0,171,140,
-1,0,170,156,248,255,0,66,58,16,39,85,20,58,168,124,56,0,190,144,
-68,0,94,129,72,0,30,128,120,3,12,124,64,96,10,124,144,0,130,65,
-80,0,108,125,112,22,107,125,59,16,104,85,116,0,130,65,120,83,69,125,
-80,40,12,124,64,64,0,124,120,67,6,125,60,0,129,65,1,0,6,40,
-20,66,165,124,120,51,192,124,20,66,140,125,8,0,128,64,1,0,0,56,
-166,3,9,124,255,255,12,141,255,255,5,157,248,255,0,66,58,16,96,85,
-20,2,202,124,72,0,222,144,52,0,0,72,1,0,6,40,255,255,165,56,
-255,255,140,57,8,0,128,64,1,0,192,56,166,3,201,124,1,0,44,141,
-1,0,37,157,248,255,0,66,58,16,96,85,20,2,202,124,72,0,222,144,
-84,0,94,129,88,0,30,129,120,67,6,125,64,48,10,124,148,0,130,65,
-80,64,102,125,112,22,105,125,59,16,37,85,120,0,130,65,120,83,75,125,
-80,88,134,125,64,40,12,124,120,43,160,124,60,0,129,65,1,0,0,40,
-20,42,107,125,120,3,8,124,20,42,198,124,8,0,128,64,1,0,0,57,
-166,3,9,125,255,255,6,140,255,255,11,156,248,255,0,66,58,16,39,85,
-20,58,202,124,88,0,222,144,56,0,0,72,1,0,0,40,255,255,198,56,
-120,3,12,124,255,255,107,57,8,0,128,64,1,0,128,57,166,3,137,125,
-1,0,166,140,1,0,171,156,248,255,0,66,58,16,39,85,20,58,202,124,
-88,0,222,144,100,0,222,128,104,0,190,128,120,43,167,124,64,56,6,124,
-148,0,130,65,80,40,7,125,112,22,8,125,59,16,5,85,120,0,130,65,
-120,51,201,124,80,72,71,125,64,40,10,124,120,43,172,124,60,0,129,65,
-1,0,12,40,20,42,41,125,120,99,128,125,20,42,231,124,8,0,128,64,
-1,0,0,56,166,3,9,124,255,255,103,141,255,255,105,157,248,255,0,66,
-58,16,0,85,20,2,6,124,104,0,30,144,56,0,0,72,1,0,12,40,
-255,255,231,56,120,99,133,125,255,255,41,57,8,0,128,64,1,0,160,56,
-166,3,169,124,1,0,135,141,1,0,137,157,248,255,0,66,58,16,0,85,
-20,2,6,124,104,0,30,144,4,0,189,128,8,0,93,129,120,83,73,125,
-64,72,5,124,148,0,130,65,80,80,201,124,112,22,192,124,59,16,8,84,
-120,0,130,65,120,43,172,124,80,96,233,124,64,64,7,124,120,67,7,125,
-60,0,129,65,1,0,7,40,20,66,140,125,120,59,235,124,20,66,41,125,
-8,0,128,64,1,0,96,57,166,3,105,125,255,255,105,141,255,255,108,157,
-248,255,0,66,58,16,9,84,20,74,165,124,8,0,189,144,56,0,0,72,
-1,0,7,40,255,255,41,57,120,59,234,124,255,255,140,57,8,0,128,64,
-1,0,64,57,166,3,73,125,1,0,201,140,1,0,204,156,248,255,0,66,
-58,16,9,84,20,74,165,124,8,0,189,144,100,0,126,129,0,0,11,44,
-12,0,130,65,120,91,99,125,17,75,3,72,84,0,62,129,0,0,9,44,
-0,0,0,56,108,0,30,144,104,0,30,144,100,0,30,144,12,0,130,65,
-120,75,35,125,237,74,3,72,68,0,254,128,0,0,7,44,0,0,64,57,
-92,0,94,145,88,0,94,145,84,0,94,145,12,0,130,65,120,59,227,124,
-201,74,3,72,52,0,158,129,0,0,12,44,0,0,0,56,76,0,30,144,
-72,0,30,144,68,0,30,144,12,0,130,65,120,99,131,125,165,74,3,72,
-36,0,94,129,0,0,10,44,0,0,224,56,60,0,254,144,56,0,254,144,
-52,0,254,144,12,0,130,65,120,83,67,125,129,74,3,72,20,0,30,129,
-0,0,8,44,0,0,64,57,44,0,94,145,40,0,94,145,36,0,94,145,
-12,0,130,65,120,67,3,125,93,74,3,72,4,0,126,128,0,0,3,44,
-0,0,0,56,28,0,30,144,24,0,30,144,20,0,30,144,8,0,130,65,
-61,74,3,72,0,0,192,56,4,0,222,144,255,7,224,87,8,0,222,144,
-12,0,222,144,12,0,130,65,120,243,195,127,29,74,3,72,16,0,193,131,
-20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,232,255,33,148,20,0,225,147,166,2,8,124,
-28,0,1,144,12,0,161,147,121,27,125,124,16,0,193,147,120,35,158,124,
-20,0,130,64,116,0,96,56,45,72,3,72,121,27,125,124,92,1,130,65,
-0,0,128,56,4,0,157,144,8,0,157,144,12,0,157,144,20,0,157,144,
-24,0,157,144,28,0,157,144,32,0,125,56,29,125,0,72,48,0,125,56,
-0,0,128,56,173,101,0,72,64,0,125,56,0,0,128,56,61,78,0,72,
-80,0,125,56,0,0,128,56,205,54,0,72,96,0,125,56,0,0,128,56,
-93,31,0,72,0,0,64,57,112,0,93,177,0,0,158,136,1,0,4,44,
-224,0,130,64,4,0,62,137,0,0,9,44,3,0,30,136,2,0,126,137,
-46,68,0,84,120,91,31,124,62,4,255,87,180,0,130,65,0,0,31,44,
-20,74,222,127,160,0,129,64,0,0,158,136,3,0,4,40,16,0,130,65,
-4,0,4,40,36,0,130,65,60,0,0,72,120,235,163,127,120,243,196,127,
-121,217,255,75,0,0,3,44,112,0,125,176,60,0,130,65,148,0,0,72,
-120,235,163,127,120,243,196,127,181,214,255,75,0,0,3,44,112,0,125,176,
-32,0,130,65,120,0,0,72,11,0,96,60,80,107,99,56,185,92,3,72,
-10,4,96,56,112,0,125,176,96,0,0,72,4,0,222,136,0,0,6,44,
-52,0,130,65,3,0,30,136,2,0,254,136,46,68,0,84,120,59,12,124,
-62,4,140,85,20,50,12,125,81,248,232,127,20,50,62,125,20,98,201,127,
-104,255,129,65,0,0,31,44,36,0,130,65,7,4,0,56,112,0,29,176,
-24,0,0,72,11,0,96,60,120,107,99,56,89,92,3,72,11,4,0,56,
-112,0,29,176,20,0,225,131,16,0,193,131,28,0,1,128,120,235,163,127,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,136,255,33,148,
-92,0,33,147,96,0,65,147,100,0,97,147,104,0,129,147,108,0,161,147,
-112,0,193,147,116,0,225,147,166,2,8,124,124,0,1,144,0,0,166,131,
-120,27,124,124,4,0,156,129,0,0,12,44,0,0,196,131,0,0,224,59,
-120,43,187,124,0,64,32,61,255,255,41,57,16,0,130,65,12,0,188,128,
-80,40,12,124,112,22,31,124,0,0,27,44,136,13,130,65,0,0,12,44,
-0,0,224,56,16,0,130,65,8,0,252,128,80,56,204,124,112,22,199,124,
-80,72,7,125,64,216,8,124,160,8,128,64,15,0,0,56,48,0,1,144,
-0,0,160,56,8,0,161,152,44,0,161,144,28,0,193,59,28,0,161,152,
-11,0,96,63,92,105,123,59,255,255,59,57,1,0,233,140,117,7,231,124,
-248,255,130,64,48,0,97,129,16,0,11,40,80,72,155,127,120,243,202,127,
-8,0,128,65,0,0,94,129,0,80,27,124,12,0,160,63,168,2,128,65,
-16,0,11,40,120,243,199,127,8,0,128,65,0,0,254,128,44,0,129,129,
-20,98,7,124,0,216,0,124,136,2,129,64,16,0,11,40,120,243,197,127,
-8,0,128,65,0,0,190,128,80,216,229,127,64,248,12,124,16,0,128,64,
-24,0,97,56,105,60,3,72,44,0,129,129,80,96,255,124,64,56,28,124,
-8,0,128,64,120,227,135,127,212,87,189,131,20,58,127,127,64,216,12,124,
-120,235,188,127,16,0,128,64,24,0,97,56,57,60,3,72,44,0,129,129,
-80,96,27,124,64,224,0,124,8,0,128,64,120,3,28,124,0,0,28,44,
-232,0,130,65,48,0,97,129,16,0,11,40,120,243,199,127,8,0,128,65,
-0,0,254,128,16,0,11,40,20,218,71,125,120,243,201,127,8,0,128,65,
-0,0,62,129,81,0,28,124,20,218,201,124,120,3,9,124,20,226,166,124,
-132,0,130,65,80,80,229,124,64,72,7,124,72,0,129,65,1,0,0,40,
-20,74,74,125,120,3,6,124,20,74,165,124,8,0,128,64,1,0,192,56,
-166,3,201,124,255,255,37,141,255,255,42,157,248,255,0,66,48,0,97,129,
-16,0,11,40,44,0,129,129,80,96,92,125,120,243,200,127,76,0,128,65,
-68,0,0,72,1,0,0,40,255,255,165,56,120,3,8,124,255,255,74,57,
-8,0,128,64,1,0,0,57,166,3,9,125,1,0,5,140,1,0,10,156,
-248,255,0,66,48,0,97,129,44,0,129,129,16,0,11,40,80,96,92,125,
-120,243,200,127,8,0,128,65,0,0,30,129,0,0,96,57,9,0,97,153,
-44,0,65,145,174,81,104,125,44,0,129,129,64,248,12,124,8,0,128,64,
-120,99,159,125,0,0,31,44,232,2,130,65,48,0,97,129,16,0,11,40,
-120,243,202,127,8,0,128,65,0,0,94,129,16,0,11,40,120,243,201,127,
-8,0,128,65,0,0,62,129,80,96,31,124,121,3,8,124,120,67,5,125,
-20,250,233,124,132,0,130,65,80,80,199,124,64,40,6,124,68,0,129,65,
-1,0,8,40,20,42,231,124,20,42,74,125,8,0,128,64,1,0,0,57,
-166,3,9,125,255,255,39,141,255,255,42,157,248,255,0,66,48,0,97,129,
-16,0,11,40,44,0,129,129,120,243,197,127,80,96,31,124,76,0,128,65,
-68,0,0,72,1,0,8,40,255,255,231,56,120,67,0,125,255,255,74,57,
-8,0,128,64,1,0,0,56,166,3,9,124,1,0,7,140,1,0,10,156,
-248,255,0,66,44,0,129,129,48,0,97,129,80,96,31,124,16,0,11,40,
-120,243,197,127,8,0,128,65,0,0,190,128,0,0,96,57,10,0,97,153,
-44,0,1,144,174,1,101,125,44,0,97,131,128,134,2,57,52,0,1,145,
-120,235,168,127,64,216,8,124,14,0,97,153,64,0,129,59,12,0,32,61,
-84,30,41,57,56,0,33,145,64,0,97,153,15,0,0,56,80,0,97,145,
-60,0,225,59,84,0,1,144,20,2,128,65,20,2,0,72,254,255,224,56,
-64,56,28,124,16,0,129,64,24,0,97,56,217,59,3,72,48,0,97,129,
-64,224,11,124,232,0,128,64,44,0,65,131,254,255,32,57,15,0,153,99,
-64,72,25,124,32,0,129,64,120,227,153,127,1,0,121,56,233,66,3,72,
-0,0,26,44,120,27,127,124,72,0,130,64,100,0,0,72,171,170,128,61,
-171,170,140,57,22,200,76,125,126,248,105,85,126,248,74,85,64,72,10,124,
-20,0,128,64,254,255,9,32,64,0,11,124,8,0,129,65,20,74,43,127,
-1,0,121,56,165,66,3,72,0,0,26,44,120,27,127,124,36,0,130,65,
-48,0,161,128,16,0,5,40,120,251,227,127,120,243,196,127,8,0,128,65,
-0,0,158,128,120,211,69,127,165,118,3,72,48,0,1,128,16,0,0,40,
-12,0,128,65,0,0,126,128,9,68,3,72,16,0,25,40,48,0,33,147,
-120,243,202,127,0,0,254,147,0,0,128,57,44,0,129,145,21,0,129,153,
-8,0,128,65,120,251,234,127,0,0,28,44,0,0,96,57,12,0,97,153,
-44,0,65,147,174,209,106,125,56,0,130,65,128,0,0,72,0,0,28,44,
-36,0,130,64,16,0,11,40,120,243,197,127,8,0,128,65,0,0,190,128,
-0,0,192,56,11,0,193,152,44,0,193,144,0,0,197,152,0,0,28,44,
-80,0,130,64,44,0,97,131,212,87,189,131,128,134,2,57,52,0,1,145,
-120,235,168,127,64,216,8,124,0,0,160,56,14,0,161,152,64,0,129,59,
-12,0,32,61,84,30,41,57,56,0,33,145,64,0,161,152,15,0,0,56,
-80,0,161,144,60,0,225,59,84,0,1,144,148,0,128,65,148,0,0,72,
-48,0,1,129,16,0,8,40,120,243,195,127,8,0,128,65,0,0,126,128,
-120,219,100,127,120,227,133,127,181,117,3,72,48,0,1,128,16,0,0,40,
-120,243,199,127,8,0,128,65,0,0,254,128,0,0,96,57,13,0,97,153,
-44,0,129,147,174,225,103,125,212,87,189,131,44,0,97,131,128,134,2,57,
-52,0,1,145,120,235,168,127,64,216,8,124,0,0,160,56,14,0,161,152,
-64,0,129,59,12,0,32,61,84,30,41,57,56,0,33,145,64,0,161,152,
-15,0,0,56,80,0,161,144,60,0,225,59,84,0,1,144,8,0,128,64,
-120,67,27,125,24,0,1,56,64,0,31,124,52,1,130,64,20,0,255,128,
-64,216,7,124,16,0,128,64,120,251,227,127,217,55,3,72,20,0,255,128,
-80,56,27,124,64,232,0,124,8,0,128,64,120,3,29,124,0,0,29,44,
-140,2,130,65,24,0,223,128,16,0,6,40,120,227,138,127,8,0,128,65,
-0,0,92,129,16,0,6,40,20,218,42,125,120,227,136,127,8,0,128,65,
-0,0,28,129,81,0,29,124,20,218,168,124,120,3,8,124,20,234,165,124,
-128,0,130,65,80,72,197,124,64,64,6,124,68,0,129,65,1,0,0,40,
-20,66,165,124,20,66,41,125,8,0,128,64,1,0,0,56,166,3,9,124,
-255,255,229,140,255,255,233,156,248,255,0,66,24,0,223,128,16,0,6,40,
-20,0,255,128,80,56,61,125,120,227,134,127,76,0,128,65,68,0,0,72,
-1,0,0,40,255,255,165,56,120,3,6,124,255,255,41,57,8,0,128,64,
-1,0,192,56,166,3,201,124,1,0,5,140,1,0,9,156,248,255,0,66,
-24,0,223,128,20,0,255,128,16,0,6,40,80,56,61,125,120,227,134,127,
-8,0,128,65,0,0,220,128,0,0,96,57,15,0,97,153,20,0,63,145,
-174,73,102,125,12,0,128,61,216,87,140,129,0,0,12,44,12,0,0,61,
-52,0,161,59,116,30,8,57,56,0,1,145,192,1,130,65,172,1,0,72,
-254,255,192,56,64,48,27,124,12,0,129,64,120,251,227,127,141,56,3,72,
-24,0,223,128,64,216,6,124,232,0,128,64,20,0,63,131,254,255,0,57,
-15,0,122,99,64,64,26,124,32,0,129,64,120,219,122,127,1,0,122,56,
-157,63,3,72,0,0,25,44,120,27,125,124,104,0,130,65,68,0,0,72,
-171,170,128,61,171,170,140,57,22,208,76,125,126,248,200,84,126,248,74,85,
-64,64,10,124,20,0,128,64,254,255,8,32,64,0,6,124,8,0,129,65,
-20,66,70,127,1,0,122,56,89,63,3,72,0,0,25,44,120,27,125,124,
-36,0,130,65,24,0,63,129,16,0,9,40,120,235,163,127,120,227,132,127,
-8,0,128,65,0,0,156,128,120,203,37,127,89,115,3,72,24,0,223,128,
-16,0,6,40,12,0,128,65,0,0,124,128,189,64,3,72,16,0,26,40,
-120,227,135,127,0,0,128,57,22,0,129,153,20,0,159,145,0,0,188,147,
-24,0,95,147,8,0,128,65,120,235,167,127,0,0,27,44,0,0,96,57,
-17,0,97,153,20,0,63,147,174,201,103,125,56,0,130,64,136,0,0,72,
-0,0,27,44,36,0,130,64,16,0,6,40,120,227,135,127,8,0,128,65,
-0,0,252,128,0,0,160,56,16,0,161,152,20,0,191,144,0,0,167,152,
-0,0,27,44,88,0,130,65,24,0,255,128,16,0,7,40,120,227,131,127,
-8,0,128,65,0,0,124,128,48,0,33,129,16,0,9,40,120,243,196,127,
-8,0,128,65,0,0,158,128,120,219,101,127,165,114,3,72,24,0,95,129,
-16,0,10,40,120,227,133,127,8,0,128,65,0,0,188,128,0,0,96,57,
-18,0,97,153,20,0,127,147,174,217,101,125,12,0,128,61,216,87,140,129,
-0,0,12,44,12,0,0,61,52,0,161,59,116,30,8,57,56,0,1,145,
-20,0,130,65,120,235,163,127,166,3,137,125,33,4,128,78,56,0,1,129,
-28,0,8,128,120,235,163,127,166,3,9,124,33,4,128,78,120,235,163,127,
-157,48,3,72,24,0,63,129,16,0,9,40,12,0,128,65,0,0,124,128,
-157,63,3,72,0,0,0,56,19,0,1,152,20,0,31,144,15,0,64,57,
-24,0,95,145,0,0,28,152,48,0,1,128,16,0,0,40,12,0,128,65,
-0,0,126,128,113,63,3,72,0,0,224,56,20,0,225,152,44,0,225,144,
-15,0,192,56,48,0,193,144,0,0,254,152,112,0,193,131,104,0,129,131,
-100,0,97,131,108,0,161,131,116,0,225,131,124,0,1,128,96,0,65,131,
-92,0,33,131,166,3,8,124,120,0,33,56,32,0,128,78,0,0,12,44,
-0,0,192,56,16,0,130,65,8,0,28,128,80,0,76,125,112,22,70,125,
-20,218,166,124,64,40,31,124,88,2,128,64,126,248,232,87,80,72,200,124,
-64,248,6,124,0,0,0,56,8,0,128,65,20,66,31,124,0,0,12,44,
-120,3,31,124,0,0,64,57,16,0,130,65,8,0,28,128,80,0,236,124,
-112,22,234,124,20,218,170,124,64,40,31,124,32,0,128,64,0,0,12,44,
-0,0,160,56,16,0,130,65,8,0,252,128,80,56,204,124,112,22,197,124,
-20,218,229,127,64,72,31,124,68,0,129,64,252,135,13,129,0,0,8,44,
-48,0,130,64,1,0,32,57,252,135,45,145,11,0,64,61,56,105,74,57,
-244,135,77,145,12,0,0,61,148,30,8,57,248,135,13,145,12,0,96,60,
-180,30,99,56,9,56,3,72,244,135,109,56,81,47,3,72,58,16,255,87,
-120,251,227,127,181,60,3,72,4,0,60,129,120,27,122,124,80,240,9,124,
-59,0,0,84,120,3,8,124,120,211,69,127,120,0,130,65,120,43,166,124,
-80,48,73,125,64,64,10,124,120,67,10,125,64,0,129,65,1,0,10,40,
-20,66,198,124,20,66,41,125,120,83,72,125,8,0,128,64,1,0,0,57,
-166,3,9,125,255,255,233,140,255,255,230,156,248,255,0,66,20,2,5,125,
-121,219,101,127,252,255,72,57,60,0,130,64,68,0,0,72,1,0,10,40,
-255,255,198,56,255,255,41,57,8,0,128,64,1,0,64,57,166,3,73,125,
-1,0,9,141,1,0,6,157,248,255,0,66,20,2,5,125,121,219,101,127,
-252,255,72,57,16,0,130,65,255,255,165,52,4,0,170,151,248,255,130,64,
-8,0,28,128,80,0,190,124,59,0,167,84,58,16,96,87,20,2,72,125,
-112,0,130,65,80,80,222,124,64,56,6,124,120,59,224,124,60,0,129,65,
-1,0,0,40,20,58,222,127,20,58,74,125,8,0,128,64,1,0,0,56,
-166,3,9,124,255,255,30,141,255,255,10,157,248,255,0,66,4,0,156,129,
-0,0,12,44,0,0,160,56,72,0,130,65,56,0,0,72,1,0,0,40,
-255,255,74,57,255,255,222,59,8,0,128,64,1,0,0,56,166,3,9,124,
-1,0,62,141,1,0,42,157,248,255,0,66,4,0,156,129,0,0,12,44,
-0,0,160,56,16,0,130,65,8,0,188,128,80,40,12,124,112,22,5,124,
-4,0,124,128,0,0,3,44,20,42,123,127,8,0,130,65,249,60,3,72,
-20,250,218,124,12,0,220,144,58,16,103,87,20,58,26,125,8,0,28,145,
-4,0,92,147,112,0,193,131,104,0,129,131,100,0,97,131,108,0,161,131,
-116,0,225,131,124,0,1,128,96,0,65,131,92,0,33,131,166,3,8,124,
-120,0,33,56,32,0,128,78,8,0,188,128,80,40,30,124,112,22,6,124,
-64,216,6,124,58,16,108,87,220,0,128,64,59,0,0,84,20,98,30,125,
-120,243,202,127,140,0,130,65,80,64,42,125,64,0,9,124,120,3,5,124,
-72,0,129,65,1,0,5,40,20,2,8,125,20,2,74,125,120,43,160,124,
-8,0,128,64,1,0,0,56,166,3,9,124,255,255,10,140,255,255,8,156,
-248,255,0,66,8,0,188,128,80,40,30,124,112,22,6,124,81,216,70,125,
-252,255,37,57,84,0,130,65,68,0,0,72,1,0,5,40,255,255,74,57,
-120,43,169,124,255,255,8,57,8,0,128,64,1,0,32,57,166,3,41,125,
-1,0,170,140,1,0,168,156,248,255,0,66,8,0,188,128,80,40,30,124,
-112,22,6,124,81,216,70,125,252,255,37,57,16,0,130,65,255,255,74,53,
-4,0,169,151,248,255,130,64,20,98,165,124,80,40,236,124,64,56,30,124,
-8,0,188,144,116,1,130,65,0,0,190,147,4,0,222,59,64,56,30,124,
-244,255,130,64,96,1,0,72,120,43,164,124,80,32,44,125,80,32,9,125,
-59,0,0,85,120,3,8,124,120,75,38,125,144,0,130,65,120,43,171,124,
-80,88,70,125,64,64,10,124,120,67,7,125,84,0,129,65,1,0,7,40,
-20,66,107,125,120,59,234,124,20,66,198,124,8,0,128,64,1,0,64,57,
-166,3,73,125,255,255,230,140,255,255,235,156,248,255,0,66,20,2,229,124,
-8,0,252,144,80,72,62,125,112,22,32,125,58,16,10,84,59,16,0,84,
-80,32,234,124,120,243,200,127,196,0,130,65,80,0,0,72,1,0,7,40,
-255,255,198,56,120,59,232,124,255,255,107,57,8,0,128,64,1,0,0,57,
-166,3,9,125,1,0,70,141,1,0,75,157,248,255,0,66,20,2,229,124,
-8,0,252,144,80,72,62,125,112,22,32,125,58,16,10,84,59,16,0,84,
-80,32,234,124,120,243,200,127,116,0,130,65,80,56,168,124,64,0,5,124,
-120,3,6,124,64,0,129,65,1,0,6,40,20,2,231,124,20,2,8,125,
-120,51,192,124,8,0,128,64,1,0,0,56,166,3,9,124,255,255,200,140,
-255,255,199,156,248,255,0,66,120,243,198,127,20,98,254,124,64,56,6,124,
-76,0,130,65,56,0,0,72,1,0,6,40,255,255,231,56,255,255,8,57,
-8,0,128,64,1,0,192,56,166,3,201,124,1,0,200,140,1,0,199,156,
-248,255,0,66,120,243,198,127,20,98,254,124,64,56,6,124,20,0,130,65,
-0,0,166,147,4,0,198,56,64,56,6,124,244,255,130,64,112,0,193,131,
-104,0,129,131,100,0,97,131,108,0,161,131,116,0,225,131,124,0,1,128,
-96,0,65,131,92,0,33,131,166,3,8,124,120,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,8,0,193,147,121,27,126,124,
-12,0,225,147,120,35,159,124,52,0,130,65,4,0,126,128,0,0,3,44,
-8,0,130,65,13,58,3,72,0,0,128,57,4,0,158,145,255,7,235,87,
-8,0,158,145,12,0,158,145,12,0,130,65,120,243,195,127,237,57,3,72,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,0,0,3,44,32,0,130,77,255,7,128,84,32,0,130,77,
-192,57,3,72,168,42,3,72,164,42,3,72,232,255,33,148,12,0,161,147,
-166,2,8,124,28,0,1,144,16,0,193,147,121,27,126,124,20,0,225,147,
-120,35,159,124,104,0,130,65,32,0,30,129,16,0,8,40,12,0,190,59,
-40,0,128,64,15,0,32,57,32,0,62,145,0,0,64,57,28,0,94,145,
-255,7,231,87,8,0,65,153,12,0,94,153,56,0,130,65,44,0,0,72,
-12,0,126,128,89,57,3,72,15,0,32,57,32,0,62,145,0,0,64,57,
-28,0,94,145,255,7,231,87,8,0,65,153,12,0,94,153,12,0,130,65,
-120,243,195,127,49,57,3,72,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,252,41,3,72,
-32,0,3,128,16,0,0,40,12,0,128,65,12,0,99,128,32,0,128,78,
-12,0,99,56,32,0,128,78,232,255,33,148,12,0,161,147,166,2,8,124,
-28,0,1,144,16,0,193,147,121,27,126,124,20,0,225,147,120,35,159,124,
-104,0,130,65,32,0,30,129,16,0,8,40,12,0,190,59,40,0,128,64,
-15,0,32,57,32,0,62,145,0,0,64,57,28,0,94,145,255,7,231,87,
-8,0,65,153,12,0,94,153,56,0,130,65,44,0,0,72,12,0,126,128,
-149,56,3,72,15,0,32,57,32,0,62,145,0,0,64,57,28,0,94,145,
-255,7,231,87,8,0,65,153,12,0,94,153,12,0,130,65,120,243,195,127,
-109,56,3,72,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,32,0,128,78,0,0,99,128,
-32,0,128,78,0,0,3,44,32,0,130,77,255,7,128,84,32,0,130,77,
-48,56,3,72,136,255,33,148,92,0,33,147,96,0,65,147,100,0,97,147,
-104,0,129,147,108,0,161,147,112,0,193,147,116,0,225,147,166,2,8,124,
-124,0,1,144,0,0,166,131,120,27,124,124,4,0,156,129,0,0,12,44,
-0,0,196,131,0,0,224,59,120,43,187,124,0,64,32,61,255,255,41,57,
-16,0,130,65,12,0,188,128,80,40,12,124,112,22,31,124,0,0,27,44,
-136,13,130,65,0,0,12,44,0,0,224,56,16,0,130,65,8,0,252,128,
-80,56,204,124,112,22,199,124,80,72,7,125,64,216,8,124,160,8,128,64,
-15,0,0,56,48,0,1,144,0,0,160,56,8,0,161,152,44,0,161,144,
-28,0,193,59,28,0,161,152,11,0,96,63,128,105,123,59,255,255,59,57,
-1,0,233,140,117,7,231,124,248,255,130,64,48,0,97,129,16,0,11,40,
-80,72,155,127,120,243,202,127,8,0,128,65,0,0,94,129,0,80,27,124,
-12,0,160,63,168,2,128,65,16,0,11,40,120,243,199,127,8,0,128,65,
-0,0,254,128,44,0,129,129,20,98,7,124,0,216,0,124,136,2,129,64,
-16,0,11,40,120,243,197,127,8,0,128,65,0,0,190,128,80,216,229,127,
-64,248,12,124,16,0,128,64,24,0,97,56,73,44,3,72,44,0,129,129,
-80,96,255,124,64,56,28,124,8,0,128,64,120,227,135,127,212,87,189,131,
-20,58,127,127,64,216,12,124,120,235,188,127,16,0,128,64,24,0,97,56,
-25,44,3,72,44,0,129,129,80,96,27,124,64,224,0,124,8,0,128,64,
-120,3,28,124,0,0,28,44,232,0,130,65,48,0,97,129,16,0,11,40,
-120,243,199,127,8,0,128,65,0,0,254,128,16,0,11,40,20,218,71,125,
-120,243,201,127,8,0,128,65,0,0,62,129,81,0,28,124,20,218,201,124,
-120,3,9,124,20,226,166,124,132,0,130,65,80,80,229,124,64,72,7,124,
-72,0,129,65,1,0,0,40,20,74,74,125,120,3,6,124,20,74,165,124,
-8,0,128,64,1,0,192,56,166,3,201,124,255,255,37,141,255,255,42,157,
-248,255,0,66,48,0,97,129,16,0,11,40,44,0,129,129,80,96,92,125,
-120,243,200,127,76,0,128,65,68,0,0,72,1,0,0,40,255,255,165,56,
-120,3,8,124,255,255,74,57,8,0,128,64,1,0,0,57,166,3,9,125,
-1,0,5,140,1,0,10,156,248,255,0,66,48,0,97,129,44,0,129,129,
-16,0,11,40,80,96,92,125,120,243,200,127,8,0,128,65,0,0,30,129,
-0,0,96,57,9,0,97,153,44,0,65,145,174,81,104,125,44,0,129,129,
-64,248,12,124,8,0,128,64,120,99,159,125,0,0,31,44,232,2,130,65,
-48,0,97,129,16,0,11,40,120,243,202,127,8,0,128,65,0,0,94,129,
-16,0,11,40,120,243,201,127,8,0,128,65,0,0,62,129,80,96,31,124,
-121,3,8,124,120,67,5,125,20,250,233,124,132,0,130,65,80,80,199,124,
-64,40,6,124,68,0,129,65,1,0,8,40,20,42,231,124,20,42,74,125,
-8,0,128,64,1,0,0,57,166,3,9,125,255,255,39,141,255,255,42,157,
-248,255,0,66,48,0,97,129,16,0,11,40,44,0,129,129,120,243,197,127,
-80,96,31,124,76,0,128,65,68,0,0,72,1,0,8,40,255,255,231,56,
-120,67,0,125,255,255,74,57,8,0,128,64,1,0,0,56,166,3,9,124,
-1,0,7,140,1,0,10,156,248,255,0,66,44,0,129,129,48,0,97,129,
-80,96,31,124,16,0,11,40,120,243,197,127,8,0,128,65,0,0,190,128,
-0,0,96,57,10,0,97,153,44,0,1,144,174,1,101,125,44,0,97,131,
-136,134,2,57,52,0,1,145,120,235,168,127,64,216,8,124,14,0,97,153,
-64,0,129,59,12,0,32,61,84,30,41,57,56,0,33,145,64,0,97,153,
-15,0,0,56,80,0,97,145,60,0,225,59,84,0,1,144,20,2,128,65,
-20,2,0,72,254,255,224,56,64,56,28,124,16,0,129,64,24,0,97,56,
-185,43,3,72,48,0,97,129,64,224,11,124,232,0,128,64,44,0,65,131,
-254,255,32,57,15,0,153,99,64,72,25,124,32,0,129,64,120,227,153,127,
-1,0,121,56,201,50,3,72,0,0,26,44,120,27,127,124,72,0,130,64,
-100,0,0,72,171,170,128,61,171,170,140,57,22,200,76,125,126,248,105,85,
-126,248,74,85,64,72,10,124,20,0,128,64,254,255,9,32,64,0,11,124,
-8,0,129,65,20,74,43,127,1,0,121,56,133,50,3,72,0,0,26,44,
-120,27,127,124,36,0,130,65,48,0,161,128,16,0,5,40,120,251,227,127,
-120,243,196,127,8,0,128,65,0,0,158,128,120,211,69,127,133,102,3,72,
-48,0,1,128,16,0,0,40,12,0,128,65,0,0,126,128,233,51,3,72,
-16,0,25,40,48,0,33,147,120,243,202,127,0,0,254,147,0,0,128,57,
-44,0,129,145,21,0,129,153,8,0,128,65,120,251,234,127,0,0,28,44,
-0,0,96,57,12,0,97,153,44,0,65,147,174,209,106,125,56,0,130,65,
-128,0,0,72,0,0,28,44,36,0,130,64,16,0,11,40,120,243,197,127,
-8,0,128,65,0,0,190,128,0,0,192,56,11,0,193,152,44,0,193,144,
-0,0,197,152,0,0,28,44,80,0,130,64,44,0,97,131,212,87,189,131,
-136,134,2,57,52,0,1,145,120,235,168,127,64,216,8,124,0,0,160,56,
-14,0,161,152,64,0,129,59,12,0,32,61,84,30,41,57,56,0,33,145,
-64,0,161,152,15,0,0,56,80,0,161,144,60,0,225,59,84,0,1,144,
-148,0,128,65,148,0,0,72,48,0,1,129,16,0,8,40,120,243,195,127,
-8,0,128,65,0,0,126,128,120,219,100,127,120,227,133,127,149,101,3,72,
-48,0,1,128,16,0,0,40,120,243,199,127,8,0,128,65,0,0,254,128,
-0,0,96,57,13,0,97,153,44,0,129,147,174,225,103,125,212,87,189,131,
-44,0,97,131,136,134,2,57,52,0,1,145,120,235,168,127,64,216,8,124,
-0,0,160,56,14,0,161,152,64,0,129,59,12,0,32,61,84,30,41,57,
-56,0,33,145,64,0,161,152,15,0,0,56,80,0,161,144,60,0,225,59,
-84,0,1,144,8,0,128,64,120,67,27,125,24,0,1,56,64,0,31,124,
-52,1,130,64,20,0,255,128,64,216,7,124,16,0,128,64,120,251,227,127,
-185,39,3,72,20,0,255,128,80,56,27,124,64,232,0,124,8,0,128,64,
-120,3,29,124,0,0,29,44,140,2,130,65,24,0,223,128,16,0,6,40,
-120,227,138,127,8,0,128,65,0,0,92,129,16,0,6,40,20,218,42,125,
-120,227,136,127,8,0,128,65,0,0,28,129,81,0,29,124,20,218,168,124,
-120,3,8,124,20,234,165,124,128,0,130,65,80,72,197,124,64,64,6,124,
-68,0,129,65,1,0,0,40,20,66,165,124,20,66,41,125,8,0,128,64,
-1,0,0,56,166,3,9,124,255,255,229,140,255,255,233,156,248,255,0,66,
-24,0,223,128,16,0,6,40,20,0,255,128,80,56,61,125,120,227,134,127,
-76,0,128,65,68,0,0,72,1,0,0,40,255,255,165,56,120,3,6,124,
-255,255,41,57,8,0,128,64,1,0,192,56,166,3,201,124,1,0,5,140,
-1,0,9,156,248,255,0,66,24,0,223,128,20,0,255,128,16,0,6,40,
-80,56,61,125,120,227,134,127,8,0,128,65,0,0,220,128,0,0,96,57,
-15,0,97,153,20,0,63,145,174,73,102,125,12,0,128,61,216,87,140,129,
-0,0,12,44,12,0,0,61,52,0,161,59,116,30,8,57,56,0,1,145,
-192,1,130,65,172,1,0,72,254,255,192,56,64,48,27,124,12,0,129,64,
-120,251,227,127,109,40,3,72,24,0,223,128,64,216,6,124,232,0,128,64,
-20,0,63,131,254,255,0,57,15,0,122,99,64,64,26,124,32,0,129,64,
-120,219,122,127,1,0,122,56,125,47,3,72,0,0,25,44,120,27,125,124,
-104,0,130,65,68,0,0,72,171,170,128,61,171,170,140,57,22,208,76,125,
-126,248,200,84,126,248,74,85,64,64,10,124,20,0,128,64,254,255,8,32,
-64,0,6,124,8,0,129,65,20,66,70,127,1,0,122,56,57,47,3,72,
-0,0,25,44,120,27,125,124,36,0,130,65,24,0,63,129,16,0,9,40,
-120,235,163,127,120,227,132,127,8,0,128,65,0,0,156,128,120,203,37,127,
-57,99,3,72,24,0,223,128,16,0,6,40,12,0,128,65,0,0,124,128,
-157,48,3,72,16,0,26,40,120,227,135,127,0,0,128,57,22,0,129,153,
-20,0,159,145,0,0,188,147,24,0,95,147,8,0,128,65,120,235,167,127,
-0,0,27,44,0,0,96,57,17,0,97,153,20,0,63,147,174,201,103,125,
-56,0,130,64,136,0,0,72,0,0,27,44,36,0,130,64,16,0,6,40,
-120,227,135,127,8,0,128,65,0,0,252,128,0,0,160,56,16,0,161,152,
-20,0,191,144,0,0,167,152,0,0,27,44,88,0,130,65,24,0,255,128,
-16,0,7,40,120,227,131,127,8,0,128,65,0,0,124,128,48,0,33,129,
-16,0,9,40,120,243,196,127,8,0,128,65,0,0,158,128,120,219,101,127,
-133,98,3,72,24,0,95,129,16,0,10,40,120,227,133,127,8,0,128,65,
-0,0,188,128,0,0,96,57,18,0,97,153,20,0,127,147,174,217,101,125,
-12,0,128,61,216,87,140,129,0,0,12,44,12,0,0,61,52,0,161,59,
-116,30,8,57,56,0,1,145,20,0,130,65,120,235,163,127,166,3,137,125,
-33,4,128,78,56,0,1,129,28,0,8,128,120,235,163,127,166,3,9,124,
-33,4,128,78,120,235,163,127,125,32,3,72,24,0,63,129,16,0,9,40,
-12,0,128,65,0,0,124,128,125,47,3,72,0,0,0,56,19,0,1,152,
-20,0,31,144,15,0,64,57,24,0,95,145,0,0,28,152,48,0,1,128,
-16,0,0,40,12,0,128,65,0,0,126,128,81,47,3,72,0,0,224,56,
-20,0,225,152,44,0,225,144,15,0,192,56,48,0,193,144,0,0,254,152,
-112,0,193,131,104,0,129,131,100,0,97,131,108,0,161,131,116,0,225,131,
-124,0,1,128,96,0,65,131,92,0,33,131,166,3,8,124,120,0,33,56,
-32,0,128,78,0,0,12,44,0,0,192,56,16,0,130,65,8,0,28,128,
-80,0,76,125,112,22,70,125,20,218,166,124,64,40,31,124,88,2,128,64,
-126,248,232,87,80,72,200,124,64,248,6,124,0,0,0,56,8,0,128,65,
-20,66,31,124,0,0,12,44,120,3,31,124,0,0,64,57,16,0,130,65,
-8,0,28,128,80,0,236,124,112,22,234,124,20,218,170,124,64,40,31,124,
-32,0,128,64,0,0,12,44,0,0,160,56,16,0,130,65,8,0,252,128,
-80,56,204,124,112,22,197,124,20,218,229,127,64,72,31,124,68,0,129,64,
-80,136,13,129,0,0,8,44,48,0,130,64,1,0,32,57,80,136,45,145,
-11,0,64,61,112,105,74,57,72,136,77,145,12,0,0,61,148,30,8,57,
-76,136,13,145,12,0,96,60,192,30,99,56,233,39,3,72,72,136,109,56,
-49,31,3,72,58,16,255,87,120,251,227,127,149,44,3,72,4,0,60,129,
-120,27,122,124,80,240,9,124,59,0,0,84,120,3,8,124,120,211,69,127,
-120,0,130,65,120,43,166,124,80,48,73,125,64,64,10,124,120,67,10,125,
-64,0,129,65,1,0,10,40,20,66,198,124,20,66,41,125,120,83,72,125,
-8,0,128,64,1,0,0,57,166,3,9,125,255,255,233,140,255,255,230,156,
-248,255,0,66,20,2,5,125,121,219,101,127,252,255,72,57,60,0,130,64,
-68,0,0,72,1,0,10,40,255,255,198,56,255,255,41,57,8,0,128,64,
-1,0,64,57,166,3,73,125,1,0,9,141,1,0,6,157,248,255,0,66,
-20,2,5,125,121,219,101,127,252,255,72,57,16,0,130,65,255,255,165,52,
-4,0,170,151,248,255,130,64,8,0,28,128,80,0,190,124,59,0,167,84,
-58,16,96,87,20,2,72,125,112,0,130,65,80,80,222,124,64,56,6,124,
-120,59,224,124,60,0,129,65,1,0,0,40,20,58,222,127,20,58,74,125,
-8,0,128,64,1,0,0,56,166,3,9,124,255,255,30,141,255,255,10,157,
-248,255,0,66,4,0,156,129,0,0,12,44,0,0,160,56,72,0,130,65,
-56,0,0,72,1,0,0,40,255,255,74,57,255,255,222,59,8,0,128,64,
-1,0,0,56,166,3,9,124,1,0,62,141,1,0,42,157,248,255,0,66,
-4,0,156,129,0,0,12,44,0,0,160,56,16,0,130,65,8,0,188,128,
-80,40,12,124,112,22,5,124,4,0,124,128,0,0,3,44,20,42,123,127,
-8,0,130,65,217,44,3,72,20,250,218,124,12,0,220,144,58,16,103,87,
-20,58,26,125,8,0,28,145,4,0,92,147,112,0,193,131,104,0,129,131,
-100,0,97,131,108,0,161,131,116,0,225,131,124,0,1,128,96,0,65,131,
-92,0,33,131,166,3,8,124,120,0,33,56,32,0,128,78,8,0,188,128,
-80,40,30,124,112,22,6,124,64,216,6,124,58,16,108,87,220,0,128,64,
-59,0,0,84,20,98,30,125,120,243,202,127,140,0,130,65,80,64,42,125,
-64,0,9,124,120,3,5,124,72,0,129,65,1,0,5,40,20,2,8,125,
-20,2,74,125,120,43,160,124,8,0,128,64,1,0,0,56,166,3,9,124,
-255,255,10,140,255,255,8,156,248,255,0,66,8,0,188,128,80,40,30,124,
-112,22,6,124,81,216,70,125,252,255,37,57,84,0,130,65,68,0,0,72,
-1,0,5,40,255,255,74,57,120,43,169,124,255,255,8,57,8,0,128,64,
-1,0,32,57,166,3,41,125,1,0,170,140,1,0,168,156,248,255,0,66,
-8,0,188,128,80,40,30,124,112,22,6,124,81,216,70,125,252,255,37,57,
-16,0,130,65,255,255,74,53,4,0,169,151,248,255,130,64,20,98,165,124,
-80,40,236,124,64,56,30,124,8,0,188,144,116,1,130,65,0,0,190,147,
-4,0,222,59,64,56,30,124,244,255,130,64,96,1,0,72,120,43,164,124,
-80,32,44,125,80,32,9,125,59,0,0,85,120,3,8,124,120,75,38,125,
-144,0,130,65,120,43,171,124,80,88,70,125,64,64,10,124,120,67,7,125,
-84,0,129,65,1,0,7,40,20,66,107,125,120,59,234,124,20,66,198,124,
-8,0,128,64,1,0,64,57,166,3,73,125,255,255,230,140,255,255,235,156,
-248,255,0,66,20,2,229,124,8,0,252,144,80,72,62,125,112,22,32,125,
-58,16,10,84,59,16,0,84,80,32,234,124,120,243,200,127,196,0,130,65,
-80,0,0,72,1,0,7,40,255,255,198,56,120,59,232,124,255,255,107,57,
-8,0,128,64,1,0,0,57,166,3,9,125,1,0,70,141,1,0,75,157,
-248,255,0,66,20,2,229,124,8,0,252,144,80,72,62,125,112,22,32,125,
-58,16,10,84,59,16,0,84,80,32,234,124,120,243,200,127,116,0,130,65,
-80,56,168,124,64,0,5,124,120,3,6,124,64,0,129,65,1,0,6,40,
-20,2,231,124,20,2,8,125,120,51,192,124,8,0,128,64,1,0,0,56,
-166,3,9,124,255,255,200,140,255,255,199,156,248,255,0,66,120,243,198,127,
-20,98,254,124,64,56,6,124,76,0,130,65,56,0,0,72,1,0,6,40,
-255,255,231,56,255,255,8,57,8,0,128,64,1,0,192,56,166,3,201,124,
-1,0,200,140,1,0,199,156,248,255,0,66,120,243,198,127,20,98,254,124,
-64,56,6,124,20,0,130,65,0,0,166,147,4,0,198,56,64,56,6,124,
-244,255,130,64,112,0,193,131,104,0,129,131,100,0,97,131,108,0,161,131,
-116,0,225,131,124,0,1,128,96,0,65,131,92,0,33,131,166,3,8,124,
-120,0,33,56,32,0,128,78,136,255,33,148,116,0,225,147,121,35,159,124,
-92,0,33,147,96,0,65,147,100,0,97,147,104,0,129,147,108,0,161,147,
-166,2,8,124,124,0,1,144,112,0,193,147,120,27,126,124,0,0,64,57,
-4,0,94,145,12,0,94,145,8,0,94,145,52,0,130,64,112,0,193,131,
-100,0,97,131,104,0,129,131,116,0,225,131,108,0,161,131,96,0,65,131,
-124,0,1,128,92,0,33,131,0,0,96,56,166,3,8,124,120,0,33,56,
-32,0,128,78,255,63,0,60,255,255,0,96,64,0,31,124,132,8,129,64,
-15,0,224,56,48,0,225,144,0,0,0,56,8,0,1,152,44,0,1,144,
-28,0,193,59,28,0,1,152,11,0,128,63,148,105,156,59,255,255,92,57,
-1,0,234,140,117,7,231,124,248,255,130,64,48,0,1,129,16,0,8,40,
-80,80,124,127,120,243,192,127,8,0,128,65,0,0,30,128,0,0,28,124,
-12,0,160,63,172,2,128,65,16,0,8,40,120,243,197,127,8,0,128,65,
-0,0,190,128,44,0,65,129,20,82,5,124,0,224,0,124,140,2,129,64,
-16,0,8,40,120,243,198,127,8,0,128,65,0,0,222,128,80,224,230,127,
-64,248,10,124,16,0,128,64,24,0,97,56,57,30,3,72,44,0,65,129,
-80,80,223,124,64,48,27,124,8,0,128,64,120,219,102,127,212,87,125,131,
-20,50,159,127,64,224,10,124,120,219,125,127,16,0,128,64,24,0,97,56,
-9,30,3,72,44,0,65,129,80,80,28,124,64,232,0,124,8,0,128,64,
-120,3,29,124,0,0,29,44,232,0,130,65,48,0,1,129,16,0,8,40,
-120,243,199,127,8,0,128,65,0,0,254,128,16,0,8,40,20,226,199,124,
-120,243,201,127,8,0,128,65,0,0,62,129,81,0,29,124,20,226,233,124,
-120,3,9,124,20,234,231,124,132,0,130,65,80,48,7,125,64,72,8,124,
-72,0,129,65,1,0,0,40,20,74,198,124,20,74,231,124,120,3,9,124,
-8,0,128,64,1,0,32,57,166,3,41,125,255,255,167,140,255,255,166,156,
-248,255,0,66,48,0,1,129,16,0,8,40,44,0,65,129,80,80,29,124,
-120,243,201,127,76,0,128,65,68,0,0,72,1,0,0,40,255,255,231,56,
-120,3,5,124,255,255,198,56,8,0,128,64,1,0,160,56,166,3,169,124,
-1,0,7,140,1,0,6,156,248,255,0,66,48,0,1,129,44,0,65,129,
-16,0,8,40,80,80,29,124,120,243,201,127,8,0,128,65,0,0,62,129,
-0,0,96,57,9,0,97,153,44,0,1,144,174,1,105,125,44,0,65,129,
-64,248,10,124,8,0,128,64,120,83,95,125,0,0,31,44,236,2,130,65,
-48,0,1,129,16,0,8,40,120,243,201,127,8,0,128,65,0,0,62,129,
-16,0,8,40,120,243,199,127,8,0,128,65,0,0,254,128,80,80,31,124,
-121,3,10,124,120,83,76,125,20,250,167,124,136,0,130,65,80,72,197,124,
-64,96,6,124,72,0,129,65,1,0,10,40,20,98,41,125,120,83,64,125,
-20,98,165,124,8,0,128,64,1,0,0,56,166,3,9,124,255,255,5,140,
-255,255,9,156,248,255,0,66,48,0,1,129,16,0,8,40,44,0,65,129,
-80,80,31,124,120,243,202,127,76,0,128,65,68,0,0,72,1,0,10,40,
-255,255,165,56,120,83,71,125,255,255,41,57,8,0,128,64,1,0,224,56,
-166,3,233,124,1,0,5,141,1,0,9,157,248,255,0,66,44,0,65,129,
-48,0,1,129,80,80,31,124,16,0,8,40,120,243,202,127,8,0,128,65,
-0,0,94,129,0,0,32,57,10,0,33,153,44,0,1,144,174,1,42,125,
-44,0,65,131,120,219,96,127,64,208,0,124,14,0,33,153,64,0,129,59,
-144,134,162,56,52,0,161,144,12,0,192,60,84,30,198,56,56,0,193,144,
-15,0,0,57,80,0,33,145,60,0,161,59,64,0,33,153,84,0,1,145,
-20,2,128,65,20,2,0,72,254,255,0,56,64,0,27,124,16,0,129,64,
-24,0,97,56,165,29,3,72,48,0,1,129,64,216,8,124,232,0,128,64,
-44,0,65,131,254,255,0,56,15,0,121,99,64,0,25,124,32,0,129,64,
-120,219,121,127,1,0,121,56,181,36,3,72,0,0,26,44,120,27,127,124,
-72,0,130,64,100,0,0,72,171,170,128,61,171,170,140,57,22,200,204,124,
-126,248,0,85,126,248,198,84,64,0,6,124,20,0,128,64,254,255,224,32,
-64,56,8,124,8,0,129,65,20,2,40,127,1,0,121,56,113,36,3,72,
-0,0,26,44,120,27,127,124,36,0,130,65,48,0,161,128,16,0,5,40,
-120,251,227,127,120,243,196,127,8,0,128,65,0,0,158,128,120,211,69,127,
-113,88,3,72,48,0,193,128,16,0,6,40,12,0,128,65,0,0,126,128,
-213,37,3,72,16,0,25,40,48,0,33,147,120,243,202,127,0,0,254,147,
-0,0,128,57,44,0,129,145,21,0,129,153,8,0,128,65,120,251,234,127,
-0,0,27,44,0,0,96,57,12,0,97,153,44,0,65,147,174,209,106,125,
-56,0,130,65,128,0,0,72,0,0,27,44,36,0,130,64,16,0,8,40,
-120,243,199,127,8,0,128,65,0,0,254,128,0,0,0,56,11,0,1,152,
-44,0,1,144,0,0,7,152,0,0,27,44,80,0,130,64,44,0,65,131,
-212,87,125,131,120,219,96,127,64,208,0,124,0,0,32,57,14,0,33,153,
-64,0,129,59,144,134,162,56,52,0,161,144,12,0,192,60,84,30,198,56,
-15,0,0,57,80,0,33,145,60,0,161,59,64,0,33,153,84,0,1,145,
-56,0,193,144,148,0,128,65,148,0,0,72,48,0,225,128,16,0,7,40,
-120,243,195,127,8,0,128,65,0,0,126,128,120,227,132,127,120,219,101,127,
-129,87,3,72,48,0,1,129,16,0,8,40,120,243,199,127,8,0,128,65,
-0,0,254,128,0,0,96,57,13,0,97,153,44,0,97,147,174,217,103,125,
-212,87,125,131,44,0,65,131,120,219,96,127,64,208,0,124,0,0,32,57,
-14,0,33,153,64,0,129,59,144,134,162,56,52,0,161,144,12,0,192,60,
-84,30,198,56,56,0,193,144,15,0,0,57,80,0,33,145,60,0,161,59,
-64,0,33,153,84,0,1,145,8,0,128,64,120,3,26,124,24,0,1,56,
-64,0,29,124,56,1,130,64,20,0,221,128,64,208,6,124,16,0,128,64,
-120,235,163,127,165,25,3,72,20,0,221,128,80,48,90,125,64,216,10,124,
-8,0,128,64,120,83,91,125,0,0,27,44,144,2,130,65,24,0,253,128,
-16,0,7,40,120,227,137,127,8,0,128,65,0,0,60,129,16,0,7,40,
-20,210,41,125,120,227,133,127,8,0,128,65,0,0,188,128,81,80,27,124,
-120,3,12,124,20,210,165,124,20,218,69,125,132,0,130,65,80,72,10,125,
-64,96,8,124,72,0,129,65,1,0,0,40,20,98,41,125,120,3,8,124,
-20,98,74,125,8,0,128,64,1,0,0,57,166,3,9,125,255,255,10,140,
-255,255,9,156,248,255,0,66,24,0,253,128,16,0,7,40,20,0,221,128,
-80,48,219,124,120,227,136,127,76,0,128,65,68,0,0,72,1,0,0,40,
-255,255,74,57,120,3,6,124,255,255,41,57,8,0,128,64,1,0,192,56,
-166,3,201,124,1,0,234,140,1,0,233,156,248,255,0,66,24,0,253,128,
-20,0,221,128,16,0,7,40,80,48,219,124,120,227,136,127,8,0,128,65,
-0,0,28,129,0,0,96,57,15,0,97,153,20,0,221,144,174,49,104,125,
-12,0,128,61,216,87,140,129,0,0,12,44,12,0,160,60,52,0,225,59,
-116,30,165,56,56,0,161,144,192,1,130,65,172,1,0,72,254,255,0,57,
-64,64,26,124,12,0,129,64,120,235,163,127,85,26,3,72,24,0,253,128,
-64,208,7,124,232,0,128,64,20,0,125,131,254,255,0,56,15,0,89,99,
-64,0,25,124,32,0,129,64,120,211,89,127,1,0,121,56,101,33,3,72,
-0,0,27,44,120,27,127,124,104,0,130,65,68,0,0,72,171,170,128,61,
-171,170,140,57,22,200,12,124,126,248,232,84,126,248,0,84,64,64,0,124,
-20,0,128,64,254,255,8,32,64,0,7,124,8,0,129,65,20,66,39,127,
-1,0,121,56,33,33,3,72,0,0,27,44,120,27,127,124,36,0,130,65,
-24,0,221,128,16,0,6,40,120,251,227,127,120,227,132,127,8,0,128,65,
-0,0,156,128,120,219,101,127,33,85,3,72,24,0,29,129,16,0,8,40,
-12,0,128,65,0,0,124,128,133,34,3,72,16,0,25,40,120,227,138,127,
-0,0,128,57,22,0,129,153,20,0,157,145,0,0,252,147,24,0,61,147,
-8,0,128,65,120,251,234,127,0,0,26,44,0,0,96,57,17,0,97,153,
-20,0,125,147,174,217,106,125,56,0,130,64,136,0,0,72,0,0,26,44,
-36,0,130,64,16,0,7,40,120,227,138,127,8,0,128,65,0,0,92,129,
-0,0,160,56,16,0,161,152,20,0,189,144,0,0,170,152,0,0,26,44,
-88,0,130,65,24,0,29,129,16,0,8,40,120,227,131,127,8,0,128,65,
-0,0,124,128,48,0,1,128,16,0,0,40,120,243,196,127,8,0,128,65,
-0,0,158,128,120,211,69,127,109,84,3,72,24,0,221,128,16,0,6,40,
-120,227,134,127,8,0,128,65,0,0,220,128,0,0,96,57,18,0,97,153,
-20,0,93,147,174,209,102,125,12,0,128,61,216,87,140,129,0,0,12,44,
-12,0,160,60,52,0,225,59,116,30,165,56,56,0,161,144,20,0,130,65,
-120,251,227,127,166,3,137,125,33,4,128,78,56,0,161,128,28,0,5,128,
-120,251,227,127,166,3,9,124,33,4,128,78,120,251,227,127,101,18,3,72,
-24,0,29,128,16,0,0,40,12,0,128,65,0,0,124,128,101,33,3,72,
-0,0,0,56,19,0,1,152,20,0,29,144,15,0,64,57,24,0,93,145,
-0,0,28,152,48,0,1,129,16,0,8,40,12,0,128,65,0,0,126,128,
-57,33,3,72,0,0,0,56,20,0,1,152,44,0,1,144,15,0,32,57,
-48,0,33,145,0,0,30,152,1,0,96,56,36,0,0,72,58,16,227,87,
-109,31,3,72,58,16,233,87,20,74,67,125,12,0,94,145,4,0,126,144,
-8,0,126,144,1,0,96,56,112,0,193,131,104,0,129,131,100,0,97,131,
-108,0,161,131,116,0,225,131,124,0,1,128,96,0,65,131,92,0,33,131,
-166,3,8,124,120,0,33,56,32,0,128,78,136,255,33,148,92,0,33,147,
-96,0,65,147,100,0,97,147,104,0,129,147,108,0,161,147,112,0,193,147,
-116,0,225,147,166,2,8,124,124,0,1,144,0,0,166,131,120,27,124,124,
-4,0,156,129,0,0,12,44,0,0,196,131,0,0,224,59,120,43,187,124,
-0,64,32,61,255,255,41,57,16,0,130,65,12,0,188,128,80,40,12,124,
-112,22,31,124,0,0,27,44,136,13,130,65,0,0,12,44,0,0,224,56,
-16,0,130,65,8,0,252,128,80,56,204,124,112,22,199,124,80,72,7,125,
-64,216,8,124,160,8,128,64,15,0,0,56,48,0,1,144,0,0,160,56,
-8,0,161,152,44,0,161,144,28,0,193,59,28,0,161,152,11,0,96,63,
-184,105,123,59,255,255,59,57,1,0,233,140,117,7,231,124,248,255,130,64,
-48,0,97,129,16,0,11,40,80,72,155,127,120,243,202,127,8,0,128,65,
-0,0,94,129,0,80,27,124,12,0,160,63,168,2,128,65,16,0,11,40,
-120,243,199,127,8,0,128,65,0,0,254,128,44,0,129,129,20,98,7,124,
-0,216,0,124,136,2,129,64,16,0,11,40,120,243,197,127,8,0,128,65,
-0,0,190,128,80,216,229,127,64,248,12,124,16,0,128,64,24,0,97,56,
-229,20,3,72,44,0,129,129,80,96,255,124,64,56,28,124,8,0,128,64,
-120,227,135,127,212,87,189,131,20,58,127,127,64,216,12,124,120,235,188,127,
-16,0,128,64,24,0,97,56,181,20,3,72,44,0,129,129,80,96,27,124,
-64,224,0,124,8,0,128,64,120,3,28,124,0,0,28,44,232,0,130,65,
-48,0,97,129,16,0,11,40,120,243,199,127,8,0,128,65,0,0,254,128,
-16,0,11,40,20,218,71,125,120,243,201,127,8,0,128,65,0,0,62,129,
-81,0,28,124,20,218,201,124,120,3,9,124,20,226,166,124,132,0,130,65,
-80,80,229,124,64,72,7,124,72,0,129,65,1,0,0,40,20,74,74,125,
-120,3,6,124,20,74,165,124,8,0,128,64,1,0,192,56,166,3,201,124,
-255,255,37,141,255,255,42,157,248,255,0,66,48,0,97,129,16,0,11,40,
-44,0,129,129,80,96,92,125,120,243,200,127,76,0,128,65,68,0,0,72,
-1,0,0,40,255,255,165,56,120,3,8,124,255,255,74,57,8,0,128,64,
-1,0,0,57,166,3,9,125,1,0,5,140,1,0,10,156,248,255,0,66,
-48,0,97,129,44,0,129,129,16,0,11,40,80,96,92,125,120,243,200,127,
-8,0,128,65,0,0,30,129,0,0,96,57,9,0,97,153,44,0,65,145,
-174,81,104,125,44,0,129,129,64,248,12,124,8,0,128,64,120,99,159,125,
-0,0,31,44,232,2,130,65,48,0,97,129,16,0,11,40,120,243,202,127,
-8,0,128,65,0,0,94,129,16,0,11,40,120,243,201,127,8,0,128,65,
-0,0,62,129,80,96,31,124,121,3,8,124,120,67,5,125,20,250,233,124,
-132,0,130,65,80,80,199,124,64,40,6,124,68,0,129,65,1,0,8,40,
-20,42,231,124,20,42,74,125,8,0,128,64,1,0,0,57,166,3,9,125,
-255,255,39,141,255,255,42,157,248,255,0,66,48,0,97,129,16,0,11,40,
-44,0,129,129,120,243,197,127,80,96,31,124,76,0,128,65,68,0,0,72,
-1,0,8,40,255,255,231,56,120,67,0,125,255,255,74,57,8,0,128,64,
-1,0,0,56,166,3,9,124,1,0,7,140,1,0,10,156,248,255,0,66,
-44,0,129,129,48,0,97,129,80,96,31,124,16,0,11,40,120,243,197,127,
-8,0,128,65,0,0,190,128,0,0,96,57,10,0,97,153,44,0,1,144,
-174,1,101,125,44,0,97,131,152,134,2,57,52,0,1,145,120,235,168,127,
-64,216,8,124,14,0,97,153,64,0,129,59,12,0,32,61,84,30,41,57,
-56,0,33,145,64,0,97,153,15,0,0,56,80,0,97,145,60,0,225,59,
-84,0,1,144,20,2,128,65,20,2,0,72,254,255,224,56,64,56,28,124,
-16,0,129,64,24,0,97,56,85,20,3,72,48,0,97,129,64,224,11,124,
-232,0,128,64,44,0,65,131,254,255,32,57,15,0,153,99,64,72,25,124,
-32,0,129,64,120,227,153,127,1,0,121,56,101,27,3,72,0,0,26,44,
-120,27,127,124,72,0,130,64,100,0,0,72,171,170,128,61,171,170,140,57,
-22,200,76,125,126,248,105,85,126,248,74,85,64,72,10,124,20,0,128,64,
-254,255,9,32,64,0,11,124,8,0,129,65,20,74,43,127,1,0,121,56,
-33,27,3,72,0,0,26,44,120,27,127,124,36,0,130,65,48,0,161,128,
-16,0,5,40,120,251,227,127,120,243,196,127,8,0,128,65,0,0,158,128,
-120,211,69,127,33,79,3,72,48,0,1,128,16,0,0,40,12,0,128,65,
-0,0,126,128,133,28,3,72,16,0,25,40,48,0,33,147,120,243,202,127,
-0,0,254,147,0,0,128,57,44,0,129,145,21,0,129,153,8,0,128,65,
-120,251,234,127,0,0,28,44,0,0,96,57,12,0,97,153,44,0,65,147,
-174,209,106,125,56,0,130,65,128,0,0,72,0,0,28,44,36,0,130,64,
-16,0,11,40,120,243,197,127,8,0,128,65,0,0,190,128,0,0,192,56,
-11,0,193,152,44,0,193,144,0,0,197,152,0,0,28,44,80,0,130,64,
-44,0,97,131,212,87,189,131,152,134,2,57,52,0,1,145,120,235,168,127,
-64,216,8,124,0,0,160,56,14,0,161,152,64,0,129,59,12,0,32,61,
-84,30,41,57,56,0,33,145,64,0,161,152,15,0,0,56,80,0,161,144,
-60,0,225,59,84,0,1,144,148,0,128,65,148,0,0,72,48,0,1,129,
-16,0,8,40,120,243,195,127,8,0,128,65,0,0,126,128,120,219,100,127,
-120,227,133,127,49,78,3,72,48,0,1,128,16,0,0,40,120,243,199,127,
-8,0,128,65,0,0,254,128,0,0,96,57,13,0,97,153,44,0,129,147,
-174,225,103,125,212,87,189,131,44,0,97,131,152,134,2,57,52,0,1,145,
-120,235,168,127,64,216,8,124,0,0,160,56,14,0,161,152,64,0,129,59,
-12,0,32,61,84,30,41,57,56,0,33,145,64,0,161,152,15,0,0,56,
-80,0,161,144,60,0,225,59,84,0,1,144,8,0,128,64,120,67,27,125,
-24,0,1,56,64,0,31,124,52,1,130,64,20,0,255,128,64,216,7,124,
-16,0,128,64,120,251,227,127,85,16,3,72,20,0,255,128,80,56,27,124,
-64,232,0,124,8,0,128,64,120,3,29,124,0,0,29,44,140,2,130,65,
-24,0,223,128,16,0,6,40,120,227,138,127,8,0,128,65,0,0,92,129,
-16,0,6,40,20,218,42,125,120,227,136,127,8,0,128,65,0,0,28,129,
-81,0,29,124,20,218,168,124,120,3,8,124,20,234,165,124,128,0,130,65,
-80,72,197,124,64,64,6,124,68,0,129,65,1,0,0,40,20,66,165,124,
-20,66,41,125,8,0,128,64,1,0,0,56,166,3,9,124,255,255,229,140,
-255,255,233,156,248,255,0,66,24,0,223,128,16,0,6,40,20,0,255,128,
-80,56,61,125,120,227,134,127,76,0,128,65,68,0,0,72,1,0,0,40,
-255,255,165,56,120,3,6,124,255,255,41,57,8,0,128,64,1,0,192,56,
-166,3,201,124,1,0,5,140,1,0,9,156,248,255,0,66,24,0,223,128,
-20,0,255,128,16,0,6,40,80,56,61,125,120,227,134,127,8,0,128,65,
-0,0,220,128,0,0,96,57,15,0,97,153,20,0,63,145,174,73,102,125,
-12,0,128,61,216,87,140,129,0,0,12,44,12,0,0,61,52,0,161,59,
-116,30,8,57,56,0,1,145,192,1,130,65,172,1,0,72,254,255,192,56,
-64,48,27,124,12,0,129,64,120,251,227,127,9,17,3,72,24,0,223,128,
-64,216,6,124,232,0,128,64,20,0,63,131,254,255,0,57,15,0,122,99,
-64,64,26,124,32,0,129,64,120,219,122,127,1,0,122,56,25,24,3,72,
-0,0,25,44,120,27,125,124,104,0,130,65,68,0,0,72,171,170,128,61,
-171,170,140,57,22,208,76,125,126,248,200,84,126,248,74,85,64,64,10,124,
-20,0,128,64,254,255,8,32,64,0,6,124,8,0,129,65,20,66,70,127,
-1,0,122,56,213,23,3,72,0,0,25,44,120,27,125,124,36,0,130,65,
-24,0,63,129,16,0,9,40,120,235,163,127,120,227,132,127,8,0,128,65,
-0,0,156,128,120,203,37,127,213,75,3,72,24,0,223,128,16,0,6,40,
-12,0,128,65,0,0,124,128,57,25,3,72,16,0,26,40,120,227,135,127,
-0,0,128,57,22,0,129,153,20,0,159,145,0,0,188,147,24,0,95,147,
-8,0,128,65,120,235,167,127,0,0,27,44,0,0,96,57,17,0,97,153,
-20,0,63,147,174,201,103,125,56,0,130,64,136,0,0,72,0,0,27,44,
-36,0,130,64,16,0,6,40,120,227,135,127,8,0,128,65,0,0,252,128,
-0,0,160,56,16,0,161,152,20,0,191,144,0,0,167,152,0,0,27,44,
-88,0,130,65,24,0,255,128,16,0,7,40,120,227,131,127,8,0,128,65,
-0,0,124,128,48,0,33,129,16,0,9,40,120,243,196,127,8,0,128,65,
-0,0,158,128,120,219,101,127,33,75,3,72,24,0,95,129,16,0,10,40,
-120,227,133,127,8,0,128,65,0,0,188,128,0,0,96,57,18,0,97,153,
-20,0,127,147,174,217,101,125,12,0,128,61,216,87,140,129,0,0,12,44,
-12,0,0,61,52,0,161,59,116,30,8,57,56,0,1,145,20,0,130,65,
-120,235,163,127,166,3,137,125,33,4,128,78,56,0,1,129,28,0,8,128,
-120,235,163,127,166,3,9,124,33,4,128,78,120,235,163,127,25,9,3,72,
-24,0,63,129,16,0,9,40,12,0,128,65,0,0,124,128,25,24,3,72,
-0,0,0,56,19,0,1,152,20,0,31,144,15,0,64,57,24,0,95,145,
-0,0,28,152,48,0,1,128,16,0,0,40,12,0,128,65,0,0,126,128,
-237,23,3,72,0,0,224,56,20,0,225,152,44,0,225,144,15,0,192,56,
-48,0,193,144,0,0,254,152,112,0,193,131,104,0,129,131,100,0,97,131,
-108,0,161,131,116,0,225,131,124,0,1,128,96,0,65,131,92,0,33,131,
-166,3,8,124,120,0,33,56,32,0,128,78,0,0,12,44,0,0,192,56,
-16,0,130,65,8,0,28,128,80,0,76,125,112,22,70,125,20,218,166,124,
-64,40,31,124,88,2,128,64,126,248,232,87,80,72,200,124,64,248,6,124,
-0,0,0,56,8,0,128,65,20,66,31,124,0,0,12,44,120,3,31,124,
-0,0,64,57,16,0,130,65,8,0,28,128,80,0,236,124,112,22,234,124,
-20,218,170,124,64,40,31,124,32,0,128,64,0,0,12,44,0,0,160,56,
-16,0,130,65,8,0,252,128,80,56,204,124,112,22,197,124,20,218,229,127,
-64,72,31,124,68,0,129,64,68,136,13,129,0,0,8,44,48,0,130,64,
-1,0,32,57,68,136,45,145,11,0,64,61,168,105,74,57,60,136,77,145,
-12,0,0,61,148,30,8,57,64,136,13,145,12,0,96,60,204,30,99,56,
-133,16,3,72,60,136,109,56,205,7,3,72,58,16,255,87,120,251,227,127,
-49,21,3,72,4,0,60,129,120,27,122,124,80,240,9,124,59,0,0,84,
-120,3,8,124,120,211,69,127,120,0,130,65,120,43,166,124,80,48,73,125,
-64,64,10,124,120,67,10,125,64,0,129,65,1,0,10,40,20,66,198,124,
-20,66,41,125,120,83,72,125,8,0,128,64,1,0,0,57,166,3,9,125,
-255,255,233,140,255,255,230,156,248,255,0,66,20,2,5,125,121,219,101,127,
-252,255,72,57,60,0,130,64,68,0,0,72,1,0,10,40,255,255,198,56,
-255,255,41,57,8,0,128,64,1,0,64,57,166,3,73,125,1,0,9,141,
-1,0,6,157,248,255,0,66,20,2,5,125,121,219,101,127,252,255,72,57,
-16,0,130,65,255,255,165,52,4,0,170,151,248,255,130,64,8,0,28,128,
-80,0,190,124,59,0,167,84,58,16,96,87,20,2,72,125,112,0,130,65,
-80,80,222,124,64,56,6,124,120,59,224,124,60,0,129,65,1,0,0,40,
-20,58,222,127,20,58,74,125,8,0,128,64,1,0,0,56,166,3,9,124,
-255,255,30,141,255,255,10,157,248,255,0,66,4,0,156,129,0,0,12,44,
-0,0,160,56,72,0,130,65,56,0,0,72,1,0,0,40,255,255,74,57,
-255,255,222,59,8,0,128,64,1,0,0,56,166,3,9,124,1,0,62,141,
-1,0,42,157,248,255,0,66,4,0,156,129,0,0,12,44,0,0,160,56,
-16,0,130,65,8,0,188,128,80,40,12,124,112,22,5,124,4,0,124,128,
-0,0,3,44,20,42,123,127,8,0,130,65,117,21,3,72,20,250,218,124,
-12,0,220,144,58,16,103,87,20,58,26,125,8,0,28,145,4,0,92,147,
-112,0,193,131,104,0,129,131,100,0,97,131,108,0,161,131,116,0,225,131,
-124,0,1,128,96,0,65,131,92,0,33,131,166,3,8,124,120,0,33,56,
-32,0,128,78,8,0,188,128,80,40,30,124,112,22,6,124,64,216,6,124,
-58,16,108,87,220,0,128,64,59,0,0,84,20,98,30,125,120,243,202,127,
-140,0,130,65,80,64,42,125,64,0,9,124,120,3,5,124,72,0,129,65,
-1,0,5,40,20,2,8,125,20,2,74,125,120,43,160,124,8,0,128,64,
-1,0,0,56,166,3,9,124,255,255,10,140,255,255,8,156,248,255,0,66,
-8,0,188,128,80,40,30,124,112,22,6,124,81,216,70,125,252,255,37,57,
-84,0,130,65,68,0,0,72,1,0,5,40,255,255,74,57,120,43,169,124,
-255,255,8,57,8,0,128,64,1,0,32,57,166,3,41,125,1,0,170,140,
-1,0,168,156,248,255,0,66,8,0,188,128,80,40,30,124,112,22,6,124,
-81,216,70,125,252,255,37,57,16,0,130,65,255,255,74,53,4,0,169,151,
-248,255,130,64,20,98,165,124,80,40,236,124,64,56,30,124,8,0,188,144,
-116,1,130,65,0,0,190,147,4,0,222,59,64,56,30,124,244,255,130,64,
-96,1,0,72,120,43,164,124,80,32,44,125,80,32,9,125,59,0,0,85,
-120,3,8,124,120,75,38,125,144,0,130,65,120,43,171,124,80,88,70,125,
-64,64,10,124,120,67,7,125,84,0,129,65,1,0,7,40,20,66,107,125,
-120,59,234,124,20,66,198,124,8,0,128,64,1,0,64,57,166,3,73,125,
-255,255,230,140,255,255,235,156,248,255,0,66,20,2,229,124,8,0,252,144,
-80,72,62,125,112,22,32,125,58,16,10,84,59,16,0,84,80,32,234,124,
-120,243,200,127,196,0,130,65,80,0,0,72,1,0,7,40,255,255,198,56,
-120,59,232,124,255,255,107,57,8,0,128,64,1,0,0,57,166,3,9,125,
-1,0,70,141,1,0,75,157,248,255,0,66,20,2,229,124,8,0,252,144,
-80,72,62,125,112,22,32,125,58,16,10,84,59,16,0,84,80,32,234,124,
-120,243,200,127,116,0,130,65,80,56,168,124,64,0,5,124,120,3,6,124,
-64,0,129,65,1,0,6,40,20,2,231,124,20,2,8,125,120,51,192,124,
-8,0,128,64,1,0,0,56,166,3,9,124,255,255,200,140,255,255,199,156,
-248,255,0,66,120,243,198,127,20,98,254,124,64,56,6,124,76,0,130,65,
-56,0,0,72,1,0,6,40,255,255,231,56,255,255,8,57,8,0,128,64,
-1,0,192,56,166,3,201,124,1,0,200,140,1,0,199,156,248,255,0,66,
-120,243,198,127,20,98,254,124,64,56,6,124,20,0,130,65,0,0,166,147,
-4,0,198,56,64,56,6,124,244,255,130,64,112,0,193,131,104,0,129,131,
-100,0,97,131,108,0,161,131,116,0,225,131,124,0,1,128,96,0,65,131,
-92,0,33,131,166,3,8,124,120,0,33,56,32,0,128,78,136,255,33,148,
-116,0,225,147,121,35,159,124,92,0,33,147,96,0,65,147,100,0,97,147,
-104,0,129,147,108,0,161,147,166,2,8,124,124,0,1,144,112,0,193,147,
-120,27,126,124,0,0,64,57,4,0,94,145,12,0,94,145,8,0,94,145,
-52,0,130,64,112,0,193,131,100,0,97,131,104,0,129,131,116,0,225,131,
-108,0,161,131,96,0,65,131,124,0,1,128,92,0,33,131,0,0,96,56,
-166,3,8,124,120,0,33,56,32,0,128,78,255,63,0,60,255,255,0,96,
-64,0,31,124,132,8,129,64,15,0,224,56,48,0,225,144,0,0,0,56,
-8,0,1,152,44,0,1,144,28,0,193,59,28,0,1,152,11,0,128,63,
-204,105,156,59,255,255,92,57,1,0,234,140,117,7,231,124,248,255,130,64,
-48,0,1,129,16,0,8,40,80,80,124,127,120,243,192,127,8,0,128,65,
-0,0,30,128,0,0,28,124,12,0,160,63,172,2,128,65,16,0,8,40,
-120,243,197,127,8,0,128,65,0,0,190,128,44,0,65,129,20,82,5,124,
-0,224,0,124,140,2,129,64,16,0,8,40,120,243,198,127,8,0,128,65,
-0,0,222,128,80,224,230,127,64,248,10,124,16,0,128,64,24,0,97,56,
-213,6,3,72,44,0,65,129,80,80,223,124,64,48,27,124,8,0,128,64,
-120,219,102,127,212,87,125,131,20,50,159,127,64,224,10,124,120,219,125,127,
-16,0,128,64,24,0,97,56,165,6,3,72,44,0,65,129,80,80,28,124,
-64,232,0,124,8,0,128,64,120,3,29,124,0,0,29,44,232,0,130,65,
-48,0,1,129,16,0,8,40,120,243,199,127,8,0,128,65,0,0,254,128,
-16,0,8,40,20,226,199,124,120,243,201,127,8,0,128,65,0,0,62,129,
-81,0,29,124,20,226,233,124,120,3,9,124,20,234,231,124,132,0,130,65,
-80,48,7,125,64,72,8,124,72,0,129,65,1,0,0,40,20,74,198,124,
-20,74,231,124,120,3,9,124,8,0,128,64,1,0,32,57,166,3,41,125,
-255,255,167,140,255,255,166,156,248,255,0,66,48,0,1,129,16,0,8,40,
-44,0,65,129,80,80,29,124,120,243,201,127,76,0,128,65,68,0,0,72,
-1,0,0,40,255,255,231,56,120,3,5,124,255,255,198,56,8,0,128,64,
-1,0,160,56,166,3,169,124,1,0,7,140,1,0,6,156,248,255,0,66,
-48,0,1,129,44,0,65,129,16,0,8,40,80,80,29,124,120,243,201,127,
-8,0,128,65,0,0,62,129,0,0,96,57,9,0,97,153,44,0,1,144,
-174,1,105,125,44,0,65,129,64,248,10,124,8,0,128,64,120,83,95,125,
-0,0,31,44,236,2,130,65,48,0,1,129,16,0,8,40,120,243,201,127,
-8,0,128,65,0,0,62,129,16,0,8,40,120,243,199,127,8,0,128,65,
-0,0,254,128,80,80,31,124,121,3,10,124,120,83,76,125,20,250,167,124,
-136,0,130,65,80,72,197,124,64,96,6,124,72,0,129,65,1,0,10,40,
-20,98,41,125,120,83,64,125,20,98,165,124,8,0,128,64,1,0,0,56,
-166,3,9,124,255,255,5,140,255,255,9,156,248,255,0,66,48,0,1,129,
-16,0,8,40,44,0,65,129,80,80,31,124,120,243,202,127,76,0,128,65,
-68,0,0,72,1,0,10,40,255,255,165,56,120,83,71,125,255,255,41,57,
-8,0,128,64,1,0,224,56,166,3,233,124,1,0,5,141,1,0,9,157,
-248,255,0,66,44,0,65,129,48,0,1,129,80,80,31,124,16,0,8,40,
-120,243,202,127,8,0,128,65,0,0,94,129,0,0,32,57,10,0,33,153,
-44,0,1,144,174,1,42,125,44,0,65,131,120,219,96,127,64,208,0,124,
-14,0,33,153,64,0,129,59,160,134,162,56,52,0,161,144,12,0,192,60,
-84,30,198,56,56,0,193,144,15,0,0,57,80,0,33,145,60,0,161,59,
-64,0,33,153,84,0,1,145,20,2,128,65,20,2,0,72,254,255,0,56,
-64,0,27,124,16,0,129,64,24,0,97,56,65,6,3,72,48,0,1,129,
-64,216,8,124,232,0,128,64,44,0,65,131,254,255,0,56,15,0,121,99,
-64,0,25,124,32,0,129,64,120,219,121,127,1,0,121,56,81,13,3,72,
-0,0,26,44,120,27,127,124,72,0,130,64,100,0,0,72,171,170,128,61,
-171,170,140,57,22,200,204,124,126,248,0,85,126,248,198,84,64,0,6,124,
-20,0,128,64,254,255,224,32,64,56,8,124,8,0,129,65,20,2,40,127,
-1,0,121,56,13,13,3,72,0,0,26,44,120,27,127,124,36,0,130,65,
-48,0,161,128,16,0,5,40,120,251,227,127,120,243,196,127,8,0,128,65,
-0,0,158,128,120,211,69,127,13,65,3,72,48,0,193,128,16,0,6,40,
-12,0,128,65,0,0,126,128,113,14,3,72,16,0,25,40,48,0,33,147,
-120,243,202,127,0,0,254,147,0,0,128,57,44,0,129,145,21,0,129,153,
-8,0,128,65,120,251,234,127,0,0,27,44,0,0,96,57,12,0,97,153,
-44,0,65,147,174,209,106,125,56,0,130,65,128,0,0,72,0,0,27,44,
-36,0,130,64,16,0,8,40,120,243,199,127,8,0,128,65,0,0,254,128,
-0,0,0,56,11,0,1,152,44,0,1,144,0,0,7,152,0,0,27,44,
-80,0,130,64,44,0,65,131,212,87,125,131,120,219,96,127,64,208,0,124,
-0,0,32,57,14,0,33,153,64,0,129,59,160,134,162,56,52,0,161,144,
-12,0,192,60,84,30,198,56,15,0,0,57,80,0,33,145,60,0,161,59,
-64,0,33,153,84,0,1,145,56,0,193,144,148,0,128,65,148,0,0,72,
-48,0,225,128,16,0,7,40,120,243,195,127,8,0,128,65,0,0,126,128,
-120,227,132,127,120,219,101,127,29,64,3,72,48,0,1,129,16,0,8,40,
-120,243,199,127,8,0,128,65,0,0,254,128,0,0,96,57,13,0,97,153,
-44,0,97,147,174,217,103,125,212,87,125,131,44,0,65,131,120,219,96,127,
-64,208,0,124,0,0,32,57,14,0,33,153,64,0,129,59,160,134,162,56,
-52,0,161,144,12,0,192,60,84,30,198,56,56,0,193,144,15,0,0,57,
-80,0,33,145,60,0,161,59,64,0,33,153,84,0,1,145,8,0,128,64,
-120,3,26,124,24,0,1,56,64,0,29,124,56,1,130,64,20,0,221,128,
-64,208,6,124,16,0,128,64,120,235,163,127,65,2,3,72,20,0,221,128,
-80,48,90,125,64,216,10,124,8,0,128,64,120,83,91,125,0,0,27,44,
-144,2,130,65,24,0,253,128,16,0,7,40,120,227,137,127,8,0,128,65,
-0,0,60,129,16,0,7,40,20,210,41,125,120,227,133,127,8,0,128,65,
-0,0,188,128,81,80,27,124,120,3,12,124,20,210,165,124,20,218,69,125,
-132,0,130,65,80,72,10,125,64,96,8,124,72,0,129,65,1,0,0,40,
-20,98,41,125,120,3,8,124,20,98,74,125,8,0,128,64,1,0,0,57,
-166,3,9,125,255,255,10,140,255,255,9,156,248,255,0,66,24,0,253,128,
-16,0,7,40,20,0,221,128,80,48,219,124,120,227,136,127,76,0,128,65,
-68,0,0,72,1,0,0,40,255,255,74,57,120,3,6,124,255,255,41,57,
-8,0,128,64,1,0,192,56,166,3,201,124,1,0,234,140,1,0,233,156,
-248,255,0,66,24,0,253,128,20,0,221,128,16,0,7,40,80,48,219,124,
-120,227,136,127,8,0,128,65,0,0,28,129,0,0,96,57,15,0,97,153,
-20,0,221,144,174,49,104,125,12,0,128,61,216,87,140,129,0,0,12,44,
-12,0,160,60,52,0,225,59,116,30,165,56,56,0,161,144,192,1,130,65,
-172,1,0,72,254,255,0,57,64,64,26,124,12,0,129,64,120,235,163,127,
-241,2,3,72,24,0,253,128,64,208,7,124,232,0,128,64,20,0,125,131,
-254,255,0,56,15,0,89,99,64,0,25,124,32,0,129,64,120,211,89,127,
-1,0,121,56,1,10,3,72,0,0,27,44,120,27,127,124,104,0,130,65,
-68,0,0,72,171,170,128,61,171,170,140,57,22,200,12,124,126,248,232,84,
-126,248,0,84,64,64,0,124,20,0,128,64,254,255,8,32,64,0,7,124,
-8,0,129,65,20,66,39,127,1,0,121,56,189,9,3,72,0,0,27,44,
-120,27,127,124,36,0,130,65,24,0,221,128,16,0,6,40,120,251,227,127,
-120,227,132,127,8,0,128,65,0,0,156,128,120,219,101,127,189,61,3,72,
-24,0,29,129,16,0,8,40,12,0,128,65,0,0,124,128,33,11,3,72,
-16,0,25,40,120,227,138,127,0,0,128,57,22,0,129,153,20,0,157,145,
-0,0,252,147,24,0,61,147,8,0,128,65,120,251,234,127,0,0,26,44,
-0,0,96,57,17,0,97,153,20,0,125,147,174,217,106,125,56,0,130,64,
-136,0,0,72,0,0,26,44,36,0,130,64,16,0,7,40,120,227,138,127,
-8,0,128,65,0,0,92,129,0,0,160,56,16,0,161,152,20,0,189,144,
-0,0,170,152,0,0,26,44,88,0,130,65,24,0,29,129,16,0,8,40,
-120,227,131,127,8,0,128,65,0,0,124,128,48,0,1,128,16,0,0,40,
-120,243,196,127,8,0,128,65,0,0,158,128,120,211,69,127,9,61,3,72,
-24,0,221,128,16,0,6,40,120,227,134,127,8,0,128,65,0,0,220,128,
-0,0,96,57,18,0,97,153,20,0,93,147,174,209,102,125,12,0,128,61,
-216,87,140,129,0,0,12,44,12,0,160,60,52,0,225,59,116,30,165,56,
-56,0,161,144,20,0,130,65,120,251,227,127,166,3,137,125,33,4,128,78,
-56,0,161,128,28,0,5,128,120,251,227,127,166,3,9,124,33,4,128,78,
-120,251,227,127,1,251,2,72,24,0,29,128,16,0,0,40,12,0,128,65,
-0,0,124,128,1,10,3,72,0,0,0,56,19,0,1,152,20,0,29,144,
-15,0,64,57,24,0,93,145,0,0,28,152,48,0,1,129,16,0,8,40,
-12,0,128,65,0,0,126,128,213,9,3,72,0,0,0,56,20,0,1,152,
-44,0,1,144,15,0,32,57,48,0,33,145,0,0,30,152,1,0,96,56,
-36,0,0,72,58,16,227,87,9,8,3,72,58,16,233,87,20,74,67,125,
-12,0,94,145,4,0,126,144,8,0,126,144,1,0,96,56,112,0,193,131,
-104,0,129,131,100,0,97,131,108,0,161,131,116,0,225,131,124,0,1,128,
-96,0,65,131,92,0,33,131,166,3,8,124,120,0,33,56,32,0,128,78,
-136,255,33,148,92,0,33,147,96,0,65,147,100,0,97,147,104,0,129,147,
-108,0,161,147,112,0,193,147,116,0,225,147,166,2,8,124,124,0,1,144,
-0,0,166,131,120,27,124,124,4,0,156,129,0,0,12,44,0,0,196,131,
-0,0,224,59,120,43,187,124,0,64,32,61,255,255,41,57,16,0,130,65,
-12,0,188,128,80,40,12,124,112,22,31,124,0,0,27,44,136,13,130,65,
-0,0,12,44,0,0,224,56,16,0,130,65,8,0,252,128,80,56,204,124,
-112,22,199,124,80,72,7,125,64,216,8,124,160,8,128,64,15,0,0,56,
-48,0,1,144,0,0,160,56,8,0,161,152,44,0,161,144,28,0,193,59,
-28,0,161,152,11,0,96,63,240,105,123,59,255,255,59,57,1,0,233,140,
-117,7,231,124,248,255,130,64,48,0,97,129,16,0,11,40,80,72,155,127,
-120,243,202,127,8,0,128,65,0,0,94,129,0,80,27,124,12,0,160,63,
-168,2,128,65,16,0,11,40,120,243,199,127,8,0,128,65,0,0,254,128,
-44,0,129,129,20,98,7,124,0,216,0,124,136,2,129,64,16,0,11,40,
-120,243,197,127,8,0,128,65,0,0,190,128,80,216,229,127,64,248,12,124,
-16,0,128,64,24,0,97,56,129,253,2,72,44,0,129,129,80,96,255,124,
-64,56,28,124,8,0,128,64,120,227,135,127,212,87,189,131,20,58,127,127,
-64,216,12,124,120,235,188,127,16,0,128,64,24,0,97,56,81,253,2,72,
-44,0,129,129,80,96,27,124,64,224,0,124,8,0,128,64,120,3,28,124,
-0,0,28,44,232,0,130,65,48,0,97,129,16,0,11,40,120,243,199,127,
-8,0,128,65,0,0,254,128,16,0,11,40,20,218,71,125,120,243,201,127,
-8,0,128,65,0,0,62,129,81,0,28,124,20,218,201,124,120,3,9,124,
-20,226,166,124,132,0,130,65,80,80,229,124,64,72,7,124,72,0,129,65,
-1,0,0,40,20,74,74,125,120,3,6,124,20,74,165,124,8,0,128,64,
-1,0,192,56,166,3,201,124,255,255,37,141,255,255,42,157,248,255,0,66,
-48,0,97,129,16,0,11,40,44,0,129,129,80,96,92,125,120,243,200,127,
-76,0,128,65,68,0,0,72,1,0,0,40,255,255,165,56,120,3,8,124,
-255,255,74,57,8,0,128,64,1,0,0,57,166,3,9,125,1,0,5,140,
-1,0,10,156,248,255,0,66,48,0,97,129,44,0,129,129,16,0,11,40,
-80,96,92,125,120,243,200,127,8,0,128,65,0,0,30,129,0,0,96,57,
-9,0,97,153,44,0,65,145,174,81,104,125,44,0,129,129,64,248,12,124,
-8,0,128,64,120,99,159,125,0,0,31,44,232,2,130,65,48,0,97,129,
-16,0,11,40,120,243,202,127,8,0,128,65,0,0,94,129,16,0,11,40,
-120,243,201,127,8,0,128,65,0,0,62,129,80,96,31,124,121,3,8,124,
-120,67,5,125,20,250,233,124,132,0,130,65,80,80,199,124,64,40,6,124,
-68,0,129,65,1,0,8,40,20,42,231,124,20,42,74,125,8,0,128,64,
-1,0,0,57,166,3,9,125,255,255,39,141,255,255,42,157,248,255,0,66,
-48,0,97,129,16,0,11,40,44,0,129,129,120,243,197,127,80,96,31,124,
-76,0,128,65,68,0,0,72,1,0,8,40,255,255,231,56,120,67,0,125,
-255,255,74,57,8,0,128,64,1,0,0,56,166,3,9,124,1,0,7,140,
-1,0,10,156,248,255,0,66,44,0,129,129,48,0,97,129,80,96,31,124,
-16,0,11,40,120,243,197,127,8,0,128,65,0,0,190,128,0,0,96,57,
-10,0,97,153,44,0,1,144,174,1,101,125,44,0,97,131,168,134,2,57,
-52,0,1,145,120,235,168,127,64,216,8,124,14,0,97,153,64,0,129,59,
-12,0,32,61,84,30,41,57,56,0,33,145,64,0,97,153,15,0,0,56,
-80,0,97,145,60,0,225,59,84,0,1,144,20,2,128,65,20,2,0,72,
-254,255,224,56,64,56,28,124,16,0,129,64,24,0,97,56,241,252,2,72,
-48,0,97,129,64,224,11,124,232,0,128,64,44,0,65,131,254,255,32,57,
-15,0,153,99,64,72,25,124,32,0,129,64,120,227,153,127,1,0,121,56,
-1,4,3,72,0,0,26,44,120,27,127,124,72,0,130,64,100,0,0,72,
-171,170,128,61,171,170,140,57,22,200,76,125,126,248,105,85,126,248,74,85,
-64,72,10,124,20,0,128,64,254,255,9,32,64,0,11,124,8,0,129,65,
-20,74,43,127,1,0,121,56,189,3,3,72,0,0,26,44,120,27,127,124,
-36,0,130,65,48,0,161,128,16,0,5,40,120,251,227,127,120,243,196,127,
-8,0,128,65,0,0,158,128,120,211,69,127,189,55,3,72,48,0,1,128,
-16,0,0,40,12,0,128,65,0,0,126,128,33,5,3,72,16,0,25,40,
-48,0,33,147,120,243,202,127,0,0,254,147,0,0,128,57,44,0,129,145,
-21,0,129,153,8,0,128,65,120,251,234,127,0,0,28,44,0,0,96,57,
-12,0,97,153,44,0,65,147,174,209,106,125,56,0,130,65,128,0,0,72,
-0,0,28,44,36,0,130,64,16,0,11,40,120,243,197,127,8,0,128,65,
-0,0,190,128,0,0,192,56,11,0,193,152,44,0,193,144,0,0,197,152,
-0,0,28,44,80,0,130,64,44,0,97,131,212,87,189,131,168,134,2,57,
-52,0,1,145,120,235,168,127,64,216,8,124,0,0,160,56,14,0,161,152,
-64,0,129,59,12,0,32,61,84,30,41,57,56,0,33,145,64,0,161,152,
-15,0,0,56,80,0,161,144,60,0,225,59,84,0,1,144,148,0,128,65,
-148,0,0,72,48,0,1,129,16,0,8,40,120,243,195,127,8,0,128,65,
-0,0,126,128,120,219,100,127,120,227,133,127,205,54,3,72,48,0,1,128,
-16,0,0,40,120,243,199,127,8,0,128,65,0,0,254,128,0,0,96,57,
-13,0,97,153,44,0,129,147,174,225,103,125,212,87,189,131,44,0,97,131,
-168,134,2,57,52,0,1,145,120,235,168,127,64,216,8,124,0,0,160,56,
-14,0,161,152,64,0,129,59,12,0,32,61,84,30,41,57,56,0,33,145,
-64,0,161,152,15,0,0,56,80,0,161,144,60,0,225,59,84,0,1,144,
-8,0,128,64,120,67,27,125,24,0,1,56,64,0,31,124,52,1,130,64,
-20,0,255,128,64,216,7,124,16,0,128,64,120,251,227,127,241,248,2,72,
-20,0,255,128,80,56,27,124,64,232,0,124,8,0,128,64,120,3,29,124,
-0,0,29,44,140,2,130,65,24,0,223,128,16,0,6,40,120,227,138,127,
-8,0,128,65,0,0,92,129,16,0,6,40,20,218,42,125,120,227,136,127,
-8,0,128,65,0,0,28,129,81,0,29,124,20,218,168,124,120,3,8,124,
-20,234,165,124,128,0,130,65,80,72,197,124,64,64,6,124,68,0,129,65,
-1,0,0,40,20,66,165,124,20,66,41,125,8,0,128,64,1,0,0,56,
-166,3,9,124,255,255,229,140,255,255,233,156,248,255,0,66,24,0,223,128,
-16,0,6,40,20,0,255,128,80,56,61,125,120,227,134,127,76,0,128,65,
-68,0,0,72,1,0,0,40,255,255,165,56,120,3,6,124,255,255,41,57,
-8,0,128,64,1,0,192,56,166,3,201,124,1,0,5,140,1,0,9,156,
-248,255,0,66,24,0,223,128,20,0,255,128,16,0,6,40,80,56,61,125,
-120,227,134,127,8,0,128,65,0,0,220,128,0,0,96,57,15,0,97,153,
-20,0,63,145,174,73,102,125,12,0,128,61,216,87,140,129,0,0,12,44,
-12,0,0,61,52,0,161,59,116,30,8,57,56,0,1,145,192,1,130,65,
-172,1,0,72,254,255,192,56,64,48,27,124,12,0,129,64,120,251,227,127,
-165,249,2,72,24,0,223,128,64,216,6,124,232,0,128,64,20,0,63,131,
-254,255,0,57,15,0,122,99,64,64,26,124,32,0,129,64,120,219,122,127,
-1,0,122,56,181,0,3,72,0,0,25,44,120,27,125,124,104,0,130,65,
-68,0,0,72,171,170,128,61,171,170,140,57,22,208,76,125,126,248,200,84,
-126,248,74,85,64,64,10,124,20,0,128,64,254,255,8,32,64,0,6,124,
-8,0,129,65,20,66,70,127,1,0,122,56,113,0,3,72,0,0,25,44,
-120,27,125,124,36,0,130,65,24,0,63,129,16,0,9,40,120,235,163,127,
-120,227,132,127,8,0,128,65,0,0,156,128,120,203,37,127,113,52,3,72,
-24,0,223,128,16,0,6,40,12,0,128,65,0,0,124,128,213,1,3,72,
-16,0,26,40,120,227,135,127,0,0,128,57,22,0,129,153,20,0,159,145,
-0,0,188,147,24,0,95,147,8,0,128,65,120,235,167,127,0,0,27,44,
-0,0,96,57,17,0,97,153,20,0,63,147,174,201,103,125,56,0,130,64,
-136,0,0,72,0,0,27,44,36,0,130,64,16,0,6,40,120,227,135,127,
-8,0,128,65,0,0,252,128,0,0,160,56,16,0,161,152,20,0,191,144,
-0,0,167,152,0,0,27,44,88,0,130,65,24,0,255,128,16,0,7,40,
-120,227,131,127,8,0,128,65,0,0,124,128,48,0,33,129,16,0,9,40,
-120,243,196,127,8,0,128,65,0,0,158,128,120,219,101,127,189,51,3,72,
-24,0,95,129,16,0,10,40,120,227,133,127,8,0,128,65,0,0,188,128,
-0,0,96,57,18,0,97,153,20,0,127,147,174,217,101,125,12,0,128,61,
-216,87,140,129,0,0,12,44,12,0,0,61,52,0,161,59,116,30,8,57,
-56,0,1,145,20,0,130,65,120,235,163,127,166,3,137,125,33,4,128,78,
-56,0,1,129,28,0,8,128,120,235,163,127,166,3,9,124,33,4,128,78,
-120,235,163,127,181,241,2,72,24,0,63,129,16,0,9,40,12,0,128,65,
-0,0,124,128,181,0,3,72,0,0,0,56,19,0,1,152,20,0,31,144,
-15,0,64,57,24,0,95,145,0,0,28,152,48,0,1,128,16,0,0,40,
-12,0,128,65,0,0,126,128,137,0,3,72,0,0,224,56,20,0,225,152,
-44,0,225,144,15,0,192,56,48,0,193,144,0,0,254,152,112,0,193,131,
-104,0,129,131,100,0,97,131,108,0,161,131,116,0,225,131,124,0,1,128,
-96,0,65,131,92,0,33,131,166,3,8,124,120,0,33,56,32,0,128,78,
-0,0,12,44,0,0,192,56,16,0,130,65,8,0,28,128,80,0,76,125,
-112,22,70,125,20,218,166,124,64,40,31,124,88,2,128,64,126,248,232,87,
-80,72,200,124,64,248,6,124,0,0,0,56,8,0,128,65,20,66,31,124,
-0,0,12,44,120,3,31,124,0,0,64,57,16,0,130,65,8,0,28,128,
-80,0,236,124,112,22,234,124,20,218,170,124,64,40,31,124,32,0,128,64,
-0,0,12,44,0,0,160,56,16,0,130,65,8,0,252,128,80,56,204,124,
-112,22,197,124,20,218,229,127,64,72,31,124,68,0,129,64,56,136,13,129,
-0,0,8,44,48,0,130,64,1,0,32,57,56,136,45,145,11,0,64,61,
-224,105,74,57,48,136,77,145,12,0,0,61,148,30,8,57,52,136,13,145,
-12,0,96,60,216,30,99,56,33,249,2,72,48,136,109,56,105,240,2,72,
-58,16,255,87,120,251,227,127,205,253,2,72,4,0,60,129,120,27,122,124,
-80,240,9,124,59,0,0,84,120,3,8,124,120,211,69,127,120,0,130,65,
-120,43,166,124,80,48,73,125,64,64,10,124,120,67,10,125,64,0,129,65,
-1,0,10,40,20,66,198,124,20,66,41,125,120,83,72,125,8,0,128,64,
-1,0,0,57,166,3,9,125,255,255,233,140,255,255,230,156,248,255,0,66,
-20,2,5,125,121,219,101,127,252,255,72,57,60,0,130,64,68,0,0,72,
-1,0,10,40,255,255,198,56,255,255,41,57,8,0,128,64,1,0,64,57,
-166,3,73,125,1,0,9,141,1,0,6,157,248,255,0,66,20,2,5,125,
-121,219,101,127,252,255,72,57,16,0,130,65,255,255,165,52,4,0,170,151,
-248,255,130,64,8,0,28,128,80,0,190,124,59,0,167,84,58,16,96,87,
-20,2,72,125,112,0,130,65,80,80,222,124,64,56,6,124,120,59,224,124,
-60,0,129,65,1,0,0,40,20,58,222,127,20,58,74,125,8,0,128,64,
-1,0,0,56,166,3,9,124,255,255,30,141,255,255,10,157,248,255,0,66,
-4,0,156,129,0,0,12,44,0,0,160,56,72,0,130,65,56,0,0,72,
-1,0,0,40,255,255,74,57,255,255,222,59,8,0,128,64,1,0,0,56,
-166,3,9,124,1,0,62,141,1,0,42,157,248,255,0,66,4,0,156,129,
-0,0,12,44,0,0,160,56,16,0,130,65,8,0,188,128,80,40,12,124,
-112,22,5,124,4,0,124,128,0,0,3,44,20,42,123,127,8,0,130,65,
-17,254,2,72,20,250,218,124,12,0,220,144,58,16,103,87,20,58,26,125,
-8,0,28,145,4,0,92,147,112,0,193,131,104,0,129,131,100,0,97,131,
-108,0,161,131,116,0,225,131,124,0,1,128,96,0,65,131,92,0,33,131,
-166,3,8,124,120,0,33,56,32,0,128,78,8,0,188,128,80,40,30,124,
-112,22,6,124,64,216,6,124,58,16,108,87,220,0,128,64,59,0,0,84,
-20,98,30,125,120,243,202,127,140,0,130,65,80,64,42,125,64,0,9,124,
-120,3,5,124,72,0,129,65,1,0,5,40,20,2,8,125,20,2,74,125,
-120,43,160,124,8,0,128,64,1,0,0,56,166,3,9,124,255,255,10,140,
-255,255,8,156,248,255,0,66,8,0,188,128,80,40,30,124,112,22,6,124,
-81,216,70,125,252,255,37,57,84,0,130,65,68,0,0,72,1,0,5,40,
-255,255,74,57,120,43,169,124,255,255,8,57,8,0,128,64,1,0,32,57,
-166,3,41,125,1,0,170,140,1,0,168,156,248,255,0,66,8,0,188,128,
-80,40,30,124,112,22,6,124,81,216,70,125,252,255,37,57,16,0,130,65,
-255,255,74,53,4,0,169,151,248,255,130,64,20,98,165,124,80,40,236,124,
-64,56,30,124,8,0,188,144,116,1,130,65,0,0,190,147,4,0,222,59,
-64,56,30,124,244,255,130,64,96,1,0,72,120,43,164,124,80,32,44,125,
-80,32,9,125,59,0,0,85,120,3,8,124,120,75,38,125,144,0,130,65,
-120,43,171,124,80,88,70,125,64,64,10,124,120,67,7,125,84,0,129,65,
-1,0,7,40,20,66,107,125,120,59,234,124,20,66,198,124,8,0,128,64,
-1,0,64,57,166,3,73,125,255,255,230,140,255,255,235,156,248,255,0,66,
-20,2,229,124,8,0,252,144,80,72,62,125,112,22,32,125,58,16,10,84,
-59,16,0,84,80,32,234,124,120,243,200,127,196,0,130,65,80,0,0,72,
-1,0,7,40,255,255,198,56,120,59,232,124,255,255,107,57,8,0,128,64,
-1,0,0,57,166,3,9,125,1,0,70,141,1,0,75,157,248,255,0,66,
-20,2,229,124,8,0,252,144,80,72,62,125,112,22,32,125,58,16,10,84,
-59,16,0,84,80,32,234,124,120,243,200,127,116,0,130,65,80,56,168,124,
-64,0,5,124,120,3,6,124,64,0,129,65,1,0,6,40,20,2,231,124,
-20,2,8,125,120,51,192,124,8,0,128,64,1,0,0,56,166,3,9,124,
-255,255,200,140,255,255,199,156,248,255,0,66,120,243,198,127,20,98,254,124,
-64,56,6,124,76,0,130,65,56,0,0,72,1,0,6,40,255,255,231,56,
-255,255,8,57,8,0,128,64,1,0,192,56,166,3,201,124,1,0,200,140,
-1,0,199,156,248,255,0,66,120,243,198,127,20,98,254,124,64,56,6,124,
-20,0,130,65,0,0,166,147,4,0,198,56,64,56,6,124,244,255,130,64,
-112,0,193,131,104,0,129,131,100,0,97,131,108,0,161,131,116,0,225,131,
-124,0,1,128,96,0,65,131,92,0,33,131,166,3,8,124,120,0,33,56,
-32,0,128,78,136,255,33,148,116,0,225,147,121,35,159,124,92,0,33,147,
-96,0,65,147,100,0,97,147,104,0,129,147,108,0,161,147,166,2,8,124,
-124,0,1,144,112,0,193,147,120,27,126,124,0,0,64,57,4,0,94,145,
-12,0,94,145,8,0,94,145,52,0,130,64,112,0,193,131,100,0,97,131,
-104,0,129,131,116,0,225,131,108,0,161,131,96,0,65,131,124,0,1,128,
-92,0,33,131,0,0,96,56,166,3,8,124,120,0,33,56,32,0,128,78,
-255,63,0,60,255,255,0,96,64,0,31,124,132,8,129,64,15,0,224,56,
-48,0,225,144,0,0,0,56,8,0,1,152,44,0,1,144,28,0,193,59,
-28,0,1,152,11,0,128,63,4,106,156,59,255,255,92,57,1,0,234,140,
-117,7,231,124,248,255,130,64,48,0,1,129,16,0,8,40,80,80,124,127,
-120,243,192,127,8,0,128,65,0,0,30,128,0,0,28,124,12,0,160,63,
-172,2,128,65,16,0,8,40,120,243,197,127,8,0,128,65,0,0,190,128,
-44,0,65,129,20,82,5,124,0,224,0,124,140,2,129,64,16,0,8,40,
-120,243,198,127,8,0,128,65,0,0,222,128,80,224,230,127,64,248,10,124,
-16,0,128,64,24,0,97,56,113,239,2,72,44,0,65,129,80,80,223,124,
-64,48,27,124,8,0,128,64,120,219,102,127,212,87,125,131,20,50,159,127,
-64,224,10,124,120,219,125,127,16,0,128,64,24,0,97,56,65,239,2,72,
-44,0,65,129,80,80,28,124,64,232,0,124,8,0,128,64,120,3,29,124,
-0,0,29,44,232,0,130,65,48,0,1,129,16,0,8,40,120,243,199,127,
-8,0,128,65,0,0,254,128,16,0,8,40,20,226,199,124,120,243,201,127,
-8,0,128,65,0,0,62,129,81,0,29,124,20,226,233,124,120,3,9,124,
-20,234,231,124,132,0,130,65,80,48,7,125,64,72,8,124,72,0,129,65,
-1,0,0,40,20,74,198,124,20,74,231,124,120,3,9,124,8,0,128,64,
-1,0,32,57,166,3,41,125,255,255,167,140,255,255,166,156,248,255,0,66,
-48,0,1,129,16,0,8,40,44,0,65,129,80,80,29,124,120,243,201,127,
-76,0,128,65,68,0,0,72,1,0,0,40,255,255,231,56,120,3,5,124,
-255,255,198,56,8,0,128,64,1,0,160,56,166,3,169,124,1,0,7,140,
-1,0,6,156,248,255,0,66,48,0,1,129,44,0,65,129,16,0,8,40,
-80,80,29,124,120,243,201,127,8,0,128,65,0,0,62,129,0,0,96,57,
-9,0,97,153,44,0,1,144,174,1,105,125,44,0,65,129,64,248,10,124,
-8,0,128,64,120,83,95,125,0,0,31,44,236,2,130,65,48,0,1,129,
-16,0,8,40,120,243,201,127,8,0,128,65,0,0,62,129,16,0,8,40,
-120,243,199,127,8,0,128,65,0,0,254,128,80,80,31,124,121,3,10,124,
-120,83,76,125,20,250,167,124,136,0,130,65,80,72,197,124,64,96,6,124,
-72,0,129,65,1,0,10,40,20,98,41,125,120,83,64,125,20,98,165,124,
-8,0,128,64,1,0,0,56,166,3,9,124,255,255,5,140,255,255,9,156,
-248,255,0,66,48,0,1,129,16,0,8,40,44,0,65,129,80,80,31,124,
-120,243,202,127,76,0,128,65,68,0,0,72,1,0,10,40,255,255,165,56,
-120,83,71,125,255,255,41,57,8,0,128,64,1,0,224,56,166,3,233,124,
-1,0,5,141,1,0,9,157,248,255,0,66,44,0,65,129,48,0,1,129,
-80,80,31,124,16,0,8,40,120,243,202,127,8,0,128,65,0,0,94,129,
-0,0,32,57,10,0,33,153,44,0,1,144,174,1,42,125,44,0,65,131,
-120,219,96,127,64,208,0,124,14,0,33,153,64,0,129,59,176,134,162,56,
-52,0,161,144,12,0,192,60,84,30,198,56,56,0,193,144,15,0,0,57,
-80,0,33,145,60,0,161,59,64,0,33,153,84,0,1,145,20,2,128,65,
-20,2,0,72,254,255,0,56,64,0,27,124,16,0,129,64,24,0,97,56,
-221,238,2,72,48,0,1,129,64,216,8,124,232,0,128,64,44,0,65,131,
-254,255,0,56,15,0,121,99,64,0,25,124,32,0,129,64,120,219,121,127,
-1,0,121,56,237,245,2,72,0,0,26,44,120,27,127,124,72,0,130,64,
-100,0,0,72,171,170,128,61,171,170,140,57,22,200,204,124,126,248,0,85,
-126,248,198,84,64,0,6,124,20,0,128,64,254,255,224,32,64,56,8,124,
-8,0,129,65,20,2,40,127,1,0,121,56,169,245,2,72,0,0,26,44,
-120,27,127,124,36,0,130,65,48,0,161,128,16,0,5,40,120,251,227,127,
-120,243,196,127,8,0,128,65,0,0,158,128,120,211,69,127,169,41,3,72,
-48,0,193,128,16,0,6,40,12,0,128,65,0,0,126,128,13,247,2,72,
-16,0,25,40,48,0,33,147,120,243,202,127,0,0,254,147,0,0,128,57,
-44,0,129,145,21,0,129,153,8,0,128,65,120,251,234,127,0,0,27,44,
-0,0,96,57,12,0,97,153,44,0,65,147,174,209,106,125,56,0,130,65,
-128,0,0,72,0,0,27,44,36,0,130,64,16,0,8,40,120,243,199,127,
-8,0,128,65,0,0,254,128,0,0,0,56,11,0,1,152,44,0,1,144,
-0,0,7,152,0,0,27,44,80,0,130,64,44,0,65,131,212,87,125,131,
-120,219,96,127,64,208,0,124,0,0,32,57,14,0,33,153,64,0,129,59,
-176,134,162,56,52,0,161,144,12,0,192,60,84,30,198,56,15,0,0,57,
-80,0,33,145,60,0,161,59,64,0,33,153,84,0,1,145,56,0,193,144,
-148,0,128,65,148,0,0,72,48,0,225,128,16,0,7,40,120,243,195,127,
-8,0,128,65,0,0,126,128,120,227,132,127,120,219,101,127,185,40,3,72,
-48,0,1,129,16,0,8,40,120,243,199,127,8,0,128,65,0,0,254,128,
-0,0,96,57,13,0,97,153,44,0,97,147,174,217,103,125,212,87,125,131,
-44,0,65,131,120,219,96,127,64,208,0,124,0,0,32,57,14,0,33,153,
-64,0,129,59,176,134,162,56,52,0,161,144,12,0,192,60,84,30,198,56,
-56,0,193,144,15,0,0,57,80,0,33,145,60,0,161,59,64,0,33,153,
-84,0,1,145,8,0,128,64,120,3,26,124,24,0,1,56,64,0,29,124,
-56,1,130,64,20,0,221,128,64,208,6,124,16,0,128,64,120,235,163,127,
-221,234,2,72,20,0,221,128,80,48,90,125,64,216,10,124,8,0,128,64,
-120,83,91,125,0,0,27,44,144,2,130,65,24,0,253,128,16,0,7,40,
-120,227,137,127,8,0,128,65,0,0,60,129,16,0,7,40,20,210,41,125,
-120,227,133,127,8,0,128,65,0,0,188,128,81,80,27,124,120,3,12,124,
-20,210,165,124,20,218,69,125,132,0,130,65,80,72,10,125,64,96,8,124,
-72,0,129,65,1,0,0,40,20,98,41,125,120,3,8,124,20,98,74,125,
-8,0,128,64,1,0,0,57,166,3,9,125,255,255,10,140,255,255,9,156,
-248,255,0,66,24,0,253,128,16,0,7,40,20,0,221,128,80,48,219,124,
-120,227,136,127,76,0,128,65,68,0,0,72,1,0,0,40,255,255,74,57,
-120,3,6,124,255,255,41,57,8,0,128,64,1,0,192,56,166,3,201,124,
-1,0,234,140,1,0,233,156,248,255,0,66,24,0,253,128,20,0,221,128,
-16,0,7,40,80,48,219,124,120,227,136,127,8,0,128,65,0,0,28,129,
-0,0,96,57,15,0,97,153,20,0,221,144,174,49,104,125,12,0,128,61,
-216,87,140,129,0,0,12,44,12,0,160,60,52,0,225,59,116,30,165,56,
-56,0,161,144,192,1,130,65,172,1,0,72,254,255,0,57,64,64,26,124,
-12,0,129,64,120,235,163,127,141,235,2,72,24,0,253,128,64,208,7,124,
-232,0,128,64,20,0,125,131,254,255,0,56,15,0,89,99,64,0,25,124,
-32,0,129,64,120,211,89,127,1,0,121,56,157,242,2,72,0,0,27,44,
-120,27,127,124,104,0,130,65,68,0,0,72,171,170,128,61,171,170,140,57,
-22,200,12,124,126,248,232,84,126,248,0,84,64,64,0,124,20,0,128,64,
-254,255,8,32,64,0,7,124,8,0,129,65,20,66,39,127,1,0,121,56,
-89,242,2,72,0,0,27,44,120,27,127,124,36,0,130,65,24,0,221,128,
-16,0,6,40,120,251,227,127,120,227,132,127,8,0,128,65,0,0,156,128,
-120,219,101,127,89,38,3,72,24,0,29,129,16,0,8,40,12,0,128,65,
-0,0,124,128,189,243,2,72,16,0,25,40,120,227,138,127,0,0,128,57,
-22,0,129,153,20,0,157,145,0,0,252,147,24,0,61,147,8,0,128,65,
-120,251,234,127,0,0,26,44,0,0,96,57,17,0,97,153,20,0,125,147,
-174,217,106,125,56,0,130,64,136,0,0,72,0,0,26,44,36,0,130,64,
-16,0,7,40,120,227,138,127,8,0,128,65,0,0,92,129,0,0,160,56,
-16,0,161,152,20,0,189,144,0,0,170,152,0,0,26,44,88,0,130,65,
-24,0,29,129,16,0,8,40,120,227,131,127,8,0,128,65,0,0,124,128,
-48,0,1,128,16,0,0,40,120,243,196,127,8,0,128,65,0,0,158,128,
-120,211,69,127,165,37,3,72,24,0,221,128,16,0,6,40,120,227,134,127,
-8,0,128,65,0,0,220,128,0,0,96,57,18,0,97,153,20,0,93,147,
-174,209,102,125,12,0,128,61,216,87,140,129,0,0,12,44,12,0,160,60,
-52,0,225,59,116,30,165,56,56,0,161,144,20,0,130,65,120,251,227,127,
-166,3,137,125,33,4,128,78,56,0,161,128,28,0,5,128,120,251,227,127,
-166,3,9,124,33,4,128,78,120,251,227,127,157,227,2,72,24,0,29,128,
-16,0,0,40,12,0,128,65,0,0,124,128,157,242,2,72,0,0,0,56,
-19,0,1,152,20,0,29,144,15,0,64,57,24,0,93,145,0,0,28,152,
-48,0,1,129,16,0,8,40,12,0,128,65,0,0,126,128,113,242,2,72,
-0,0,0,56,20,0,1,152,44,0,1,144,15,0,32,57,48,0,33,145,
-0,0,30,152,1,0,96,56,36,0,0,72,58,16,227,87,165,240,2,72,
-58,16,233,87,20,74,67,125,12,0,94,145,4,0,126,144,8,0,126,144,
-1,0,96,56,112,0,193,131,104,0,129,131,100,0,97,131,108,0,161,131,
-116,0,225,131,124,0,1,128,96,0,65,131,92,0,33,131,166,3,8,124,
-120,0,33,56,32,0,128,78,136,255,33,148,92,0,33,147,96,0,65,147,
-100,0,97,147,104,0,129,147,108,0,161,147,112,0,193,147,116,0,225,147,
-166,2,8,124,124,0,1,144,0,0,166,131,120,27,124,124,4,0,156,129,
-0,0,12,44,0,0,196,131,0,0,224,59,120,43,187,124,0,64,32,61,
-255,255,41,57,16,0,130,65,12,0,188,128,80,40,12,124,112,22,31,124,
-0,0,27,44,136,13,130,65,0,0,12,44,0,0,224,56,16,0,130,65,
-8,0,252,128,80,56,204,124,112,22,199,124,80,72,7,125,64,216,8,124,
-160,8,128,64,15,0,0,56,48,0,1,144,0,0,160,56,8,0,161,152,
-44,0,161,144,28,0,193,59,28,0,161,152,11,0,96,63,40,106,123,59,
-255,255,59,57,1,0,233,140,117,7,231,124,248,255,130,64,48,0,97,129,
-16,0,11,40,80,72,155,127,120,243,202,127,8,0,128,65,0,0,94,129,
-0,80,27,124,12,0,160,63,168,2,128,65,16,0,11,40,120,243,199,127,
-8,0,128,65,0,0,254,128,44,0,129,129,20,98,7,124,0,216,0,124,
-136,2,129,64,16,0,11,40,120,243,197,127,8,0,128,65,0,0,190,128,
-80,216,229,127,64,248,12,124,16,0,128,64,24,0,97,56,29,230,2,72,
-44,0,129,129,80,96,255,124,64,56,28,124,8,0,128,64,120,227,135,127,
-212,87,189,131,20,58,127,127,64,216,12,124,120,235,188,127,16,0,128,64,
-24,0,97,56,237,229,2,72,44,0,129,129,80,96,27,124,64,224,0,124,
-8,0,128,64,120,3,28,124,0,0,28,44,232,0,130,65,48,0,97,129,
-16,0,11,40,120,243,199,127,8,0,128,65,0,0,254,128,16,0,11,40,
-20,218,71,125,120,243,201,127,8,0,128,65,0,0,62,129,81,0,28,124,
-20,218,201,124,120,3,9,124,20,226,166,124,132,0,130,65,80,80,229,124,
-64,72,7,124,72,0,129,65,1,0,0,40,20,74,74,125,120,3,6,124,
-20,74,165,124,8,0,128,64,1,0,192,56,166,3,201,124,255,255,37,141,
-255,255,42,157,248,255,0,66,48,0,97,129,16,0,11,40,44,0,129,129,
-80,96,92,125,120,243,200,127,76,0,128,65,68,0,0,72,1,0,0,40,
-255,255,165,56,120,3,8,124,255,255,74,57,8,0,128,64,1,0,0,57,
-166,3,9,125,1,0,5,140,1,0,10,156,248,255,0,66,48,0,97,129,
-44,0,129,129,16,0,11,40,80,96,92,125,120,243,200,127,8,0,128,65,
-0,0,30,129,0,0,96,57,9,0,97,153,44,0,65,145,174,81,104,125,
-44,0,129,129,64,248,12,124,8,0,128,64,120,99,159,125,0,0,31,44,
-232,2,130,65,48,0,97,129,16,0,11,40,120,243,202,127,8,0,128,65,
-0,0,94,129,16,0,11,40,120,243,201,127,8,0,128,65,0,0,62,129,
-80,96,31,124,121,3,8,124,120,67,5,125,20,250,233,124,132,0,130,65,
-80,80,199,124,64,40,6,124,68,0,129,65,1,0,8,40,20,42,231,124,
-20,42,74,125,8,0,128,64,1,0,0,57,166,3,9,125,255,255,39,141,
-255,255,42,157,248,255,0,66,48,0,97,129,16,0,11,40,44,0,129,129,
-120,243,197,127,80,96,31,124,76,0,128,65,68,0,0,72,1,0,8,40,
-255,255,231,56,120,67,0,125,255,255,74,57,8,0,128,64,1,0,0,56,
-166,3,9,124,1,0,7,140,1,0,10,156,248,255,0,66,44,0,129,129,
-48,0,97,129,80,96,31,124,16,0,11,40,120,243,197,127,8,0,128,65,
-0,0,190,128,0,0,96,57,10,0,97,153,44,0,1,144,174,1,101,125,
-44,0,97,131,184,134,2,57,52,0,1,145,120,235,168,127,64,216,8,124,
-14,0,97,153,64,0,129,59,12,0,32,61,84,30,41,57,56,0,33,145,
-64,0,97,153,15,0,0,56,80,0,97,145,60,0,225,59,84,0,1,144,
-20,2,128,65,20,2,0,72,254,255,224,56,64,56,28,124,16,0,129,64,
-24,0,97,56,141,229,2,72,48,0,97,129,64,224,11,124,232,0,128,64,
-44,0,65,131,254,255,32,57,15,0,153,99,64,72,25,124,32,0,129,64,
-120,227,153,127,1,0,121,56,157,236,2,72,0,0,26,44,120,27,127,124,
-72,0,130,64,100,0,0,72,171,170,128,61,171,170,140,57,22,200,76,125,
-126,248,105,85,126,248,74,85,64,72,10,124,20,0,128,64,254,255,9,32,
-64,0,11,124,8,0,129,65,20,74,43,127,1,0,121,56,89,236,2,72,
-0,0,26,44,120,27,127,124,36,0,130,65,48,0,161,128,16,0,5,40,
-120,251,227,127,120,243,196,127,8,0,128,65,0,0,158,128,120,211,69,127,
-89,32,3,72,48,0,1,128,16,0,0,40,12,0,128,65,0,0,126,128,
-189,237,2,72,16,0,25,40,48,0,33,147,120,243,202,127,0,0,254,147,
-0,0,128,57,44,0,129,145,21,0,129,153,8,0,128,65,120,251,234,127,
-0,0,28,44,0,0,96,57,12,0,97,153,44,0,65,147,174,209,106,125,
-56,0,130,65,128,0,0,72,0,0,28,44,36,0,130,64,16,0,11,40,
-120,243,197,127,8,0,128,65,0,0,190,128,0,0,192,56,11,0,193,152,
-44,0,193,144,0,0,197,152,0,0,28,44,80,0,130,64,44,0,97,131,
-212,87,189,131,184,134,2,57,52,0,1,145,120,235,168,127,64,216,8,124,
-0,0,160,56,14,0,161,152,64,0,129,59,12,0,32,61,84,30,41,57,
-56,0,33,145,64,0,161,152,15,0,0,56,80,0,161,144,60,0,225,59,
-84,0,1,144,148,0,128,65,148,0,0,72,48,0,1,129,16,0,8,40,
-120,243,195,127,8,0,128,65,0,0,126,128,120,219,100,127,120,227,133,127,
-105,31,3,72,48,0,1,128,16,0,0,40,120,243,199,127,8,0,128,65,
-0,0,254,128,0,0,96,57,13,0,97,153,44,0,129,147,174,225,103,125,
-212,87,189,131,44,0,97,131,184,134,2,57,52,0,1,145,120,235,168,127,
-64,216,8,124,0,0,160,56,14,0,161,152,64,0,129,59,12,0,32,61,
-84,30,41,57,56,0,33,145,64,0,161,152,15,0,0,56,80,0,161,144,
-60,0,225,59,84,0,1,144,8,0,128,64,120,67,27,125,24,0,1,56,
-64,0,31,124,52,1,130,64,20,0,255,128,64,216,7,124,16,0,128,64,
-120,251,227,127,141,225,2,72,20,0,255,128,80,56,27,124,64,232,0,124,
-8,0,128,64,120,3,29,124,0,0,29,44,140,2,130,65,24,0,223,128,
-16,0,6,40,120,227,138,127,8,0,128,65,0,0,92,129,16,0,6,40,
-20,218,42,125,120,227,136,127,8,0,128,65,0,0,28,129,81,0,29,124,
-20,218,168,124,120,3,8,124,20,234,165,124,128,0,130,65,80,72,197,124,
-64,64,6,124,68,0,129,65,1,0,0,40,20,66,165,124,20,66,41,125,
-8,0,128,64,1,0,0,56,166,3,9,124,255,255,229,140,255,255,233,156,
-248,255,0,66,24,0,223,128,16,0,6,40,20,0,255,128,80,56,61,125,
-120,227,134,127,76,0,128,65,68,0,0,72,1,0,0,40,255,255,165,56,
-120,3,6,124,255,255,41,57,8,0,128,64,1,0,192,56,166,3,201,124,
-1,0,5,140,1,0,9,156,248,255,0,66,24,0,223,128,20,0,255,128,
-16,0,6,40,80,56,61,125,120,227,134,127,8,0,128,65,0,0,220,128,
-0,0,96,57,15,0,97,153,20,0,63,145,174,73,102,125,12,0,128,61,
-216,87,140,129,0,0,12,44,12,0,0,61,52,0,161,59,116,30,8,57,
-56,0,1,145,192,1,130,65,172,1,0,72,254,255,192,56,64,48,27,124,
-12,0,129,64,120,251,227,127,65,226,2,72,24,0,223,128,64,216,6,124,
-232,0,128,64,20,0,63,131,254,255,0,57,15,0,122,99,64,64,26,124,
-32,0,129,64,120,219,122,127,1,0,122,56,81,233,2,72,0,0,25,44,
-120,27,125,124,104,0,130,65,68,0,0,72,171,170,128,61,171,170,140,57,
-22,208,76,125,126,248,200,84,126,248,74,85,64,64,10,124,20,0,128,64,
-254,255,8,32,64,0,6,124,8,0,129,65,20,66,70,127,1,0,122,56,
-13,233,2,72,0,0,25,44,120,27,125,124,36,0,130,65,24,0,63,129,
-16,0,9,40,120,235,163,127,120,227,132,127,8,0,128,65,0,0,156,128,
-120,203,37,127,13,29,3,72,24,0,223,128,16,0,6,40,12,0,128,65,
-0,0,124,128,113,234,2,72,16,0,26,40,120,227,135,127,0,0,128,57,
-22,0,129,153,20,0,159,145,0,0,188,147,24,0,95,147,8,0,128,65,
-120,235,167,127,0,0,27,44,0,0,96,57,17,0,97,153,20,0,63,147,
-174,201,103,125,56,0,130,64,136,0,0,72,0,0,27,44,36,0,130,64,
-16,0,6,40,120,227,135,127,8,0,128,65,0,0,252,128,0,0,160,56,
-16,0,161,152,20,0,191,144,0,0,167,152,0,0,27,44,88,0,130,65,
-24,0,255,128,16,0,7,40,120,227,131,127,8,0,128,65,0,0,124,128,
-48,0,33,129,16,0,9,40,120,243,196,127,8,0,128,65,0,0,158,128,
-120,219,101,127,89,28,3,72,24,0,95,129,16,0,10,40,120,227,133,127,
-8,0,128,65,0,0,188,128,0,0,96,57,18,0,97,153,20,0,127,147,
-174,217,101,125,12,0,128,61,216,87,140,129,0,0,12,44,12,0,0,61,
-52,0,161,59,116,30,8,57,56,0,1,145,20,0,130,65,120,235,163,127,
-166,3,137,125,33,4,128,78,56,0,1,129,28,0,8,128,120,235,163,127,
-166,3,9,124,33,4,128,78,120,235,163,127,81,218,2,72,24,0,63,129,
-16,0,9,40,12,0,128,65,0,0,124,128,81,233,2,72,0,0,0,56,
-19,0,1,152,20,0,31,144,15,0,64,57,24,0,95,145,0,0,28,152,
-48,0,1,128,16,0,0,40,12,0,128,65,0,0,126,128,37,233,2,72,
-0,0,224,56,20,0,225,152,44,0,225,144,15,0,192,56,48,0,193,144,
-0,0,254,152,112,0,193,131,104,0,129,131,100,0,97,131,108,0,161,131,
-116,0,225,131,124,0,1,128,96,0,65,131,92,0,33,131,166,3,8,124,
-120,0,33,56,32,0,128,78,0,0,12,44,0,0,192,56,16,0,130,65,
-8,0,28,128,80,0,76,125,112,22,70,125,20,218,166,124,64,40,31,124,
-88,2,128,64,126,248,232,87,80,72,200,124,64,248,6,124,0,0,0,56,
-8,0,128,65,20,66,31,124,0,0,12,44,120,3,31,124,0,0,64,57,
-16,0,130,65,8,0,28,128,80,0,236,124,112,22,234,124,20,218,170,124,
-64,40,31,124,32,0,128,64,0,0,12,44,0,0,160,56,16,0,130,65,
-8,0,252,128,80,56,204,124,112,22,197,124,20,218,229,127,64,72,31,124,
-68,0,129,64,44,136,13,129,0,0,8,44,48,0,130,64,1,0,32,57,
-44,136,45,145,11,0,64,61,24,106,74,57,36,136,77,145,12,0,0,61,
-148,30,8,57,40,136,13,145,12,0,96,60,228,30,99,56,189,225,2,72,
-36,136,109,56,5,217,2,72,58,16,255,87,120,251,227,127,105,230,2,72,
-4,0,60,129,120,27,122,124,80,240,9,124,59,0,0,84,120,3,8,124,
-120,211,69,127,120,0,130,65,120,43,166,124,80,48,73,125,64,64,10,124,
-120,67,10,125,64,0,129,65,1,0,10,40,20,66,198,124,20,66,41,125,
-120,83,72,125,8,0,128,64,1,0,0,57,166,3,9,125,255,255,233,140,
-255,255,230,156,248,255,0,66,20,2,5,125,121,219,101,127,252,255,72,57,
-60,0,130,64,68,0,0,72,1,0,10,40,255,255,198,56,255,255,41,57,
-8,0,128,64,1,0,64,57,166,3,73,125,1,0,9,141,1,0,6,157,
-248,255,0,66,20,2,5,125,121,219,101,127,252,255,72,57,16,0,130,65,
-255,255,165,52,4,0,170,151,248,255,130,64,8,0,28,128,80,0,190,124,
-59,0,167,84,58,16,96,87,20,2,72,125,112,0,130,65,80,80,222,124,
-64,56,6,124,120,59,224,124,60,0,129,65,1,0,0,40,20,58,222,127,
-20,58,74,125,8,0,128,64,1,0,0,56,166,3,9,124,255,255,30,141,
-255,255,10,157,248,255,0,66,4,0,156,129,0,0,12,44,0,0,160,56,
-72,0,130,65,56,0,0,72,1,0,0,40,255,255,74,57,255,255,222,59,
-8,0,128,64,1,0,0,56,166,3,9,124,1,0,62,141,1,0,42,157,
-248,255,0,66,4,0,156,129,0,0,12,44,0,0,160,56,16,0,130,65,
-8,0,188,128,80,40,12,124,112,22,5,124,4,0,124,128,0,0,3,44,
-20,42,123,127,8,0,130,65,173,230,2,72,20,250,218,124,12,0,220,144,
-58,16,103,87,20,58,26,125,8,0,28,145,4,0,92,147,112,0,193,131,
-104,0,129,131,100,0,97,131,108,0,161,131,116,0,225,131,124,0,1,128,
-96,0,65,131,92,0,33,131,166,3,8,124,120,0,33,56,32,0,128,78,
-8,0,188,128,80,40,30,124,112,22,6,124,64,216,6,124,58,16,108,87,
-220,0,128,64,59,0,0,84,20,98,30,125,120,243,202,127,140,0,130,65,
-80,64,42,125,64,0,9,124,120,3,5,124,72,0,129,65,1,0,5,40,
-20,2,8,125,20,2,74,125,120,43,160,124,8,0,128,64,1,0,0,56,
-166,3,9,124,255,255,10,140,255,255,8,156,248,255,0,66,8,0,188,128,
-80,40,30,124,112,22,6,124,81,216,70,125,252,255,37,57,84,0,130,65,
-68,0,0,72,1,0,5,40,255,255,74,57,120,43,169,124,255,255,8,57,
-8,0,128,64,1,0,32,57,166,3,41,125,1,0,170,140,1,0,168,156,
-248,255,0,66,8,0,188,128,80,40,30,124,112,22,6,124,81,216,70,125,
-252,255,37,57,16,0,130,65,255,255,74,53,4,0,169,151,248,255,130,64,
-20,98,165,124,80,40,236,124,64,56,30,124,8,0,188,144,116,1,130,65,
-0,0,190,147,4,0,222,59,64,56,30,124,244,255,130,64,96,1,0,72,
-120,43,164,124,80,32,44,125,80,32,9,125,59,0,0,85,120,3,8,124,
-120,75,38,125,144,0,130,65,120,43,171,124,80,88,70,125,64,64,10,124,
-120,67,7,125,84,0,129,65,1,0,7,40,20,66,107,125,120,59,234,124,
-20,66,198,124,8,0,128,64,1,0,64,57,166,3,73,125,255,255,230,140,
-255,255,235,156,248,255,0,66,20,2,229,124,8,0,252,144,80,72,62,125,
-112,22,32,125,58,16,10,84,59,16,0,84,80,32,234,124,120,243,200,127,
-196,0,130,65,80,0,0,72,1,0,7,40,255,255,198,56,120,59,232,124,
-255,255,107,57,8,0,128,64,1,0,0,57,166,3,9,125,1,0,70,141,
-1,0,75,157,248,255,0,66,20,2,229,124,8,0,252,144,80,72,62,125,
-112,22,32,125,58,16,10,84,59,16,0,84,80,32,234,124,120,243,200,127,
-116,0,130,65,80,56,168,124,64,0,5,124,120,3,6,124,64,0,129,65,
-1,0,6,40,20,2,231,124,20,2,8,125,120,51,192,124,8,0,128,64,
-1,0,0,56,166,3,9,124,255,255,200,140,255,255,199,156,248,255,0,66,
-120,243,198,127,20,98,254,124,64,56,6,124,76,0,130,65,56,0,0,72,
-1,0,6,40,255,255,231,56,255,255,8,57,8,0,128,64,1,0,192,56,
-166,3,201,124,1,0,200,140,1,0,199,156,248,255,0,66,120,243,198,127,
-20,98,254,124,64,56,6,124,20,0,130,65,0,0,166,147,4,0,198,56,
-64,56,6,124,244,255,130,64,112,0,193,131,104,0,129,131,100,0,97,131,
-108,0,161,131,116,0,225,131,124,0,1,128,96,0,65,131,92,0,33,131,
-166,3,8,124,120,0,33,56,32,0,128,78,136,255,33,148,116,0,225,147,
-121,35,159,124,92,0,33,147,96,0,65,147,100,0,97,147,104,0,129,147,
-108,0,161,147,166,2,8,124,124,0,1,144,112,0,193,147,120,27,126,124,
-0,0,64,57,4,0,94,145,12,0,94,145,8,0,94,145,52,0,130,64,
-112,0,193,131,100,0,97,131,104,0,129,131,116,0,225,131,108,0,161,131,
-96,0,65,131,124,0,1,128,92,0,33,131,0,0,96,56,166,3,8,124,
-120,0,33,56,32,0,128,78,255,63,0,60,255,255,0,96,64,0,31,124,
-132,8,129,64,15,0,224,56,48,0,225,144,0,0,0,56,8,0,1,152,
-44,0,1,144,28,0,193,59,28,0,1,152,11,0,128,63,60,106,156,59,
-255,255,92,57,1,0,234,140,117,7,231,124,248,255,130,64,48,0,1,129,
-16,0,8,40,80,80,124,127,120,243,192,127,8,0,128,65,0,0,30,128,
-0,0,28,124,12,0,160,63,172,2,128,65,16,0,8,40,120,243,197,127,
-8,0,128,65,0,0,190,128,44,0,65,129,20,82,5,124,0,224,0,124,
-140,2,129,64,16,0,8,40,120,243,198,127,8,0,128,65,0,0,222,128,
-80,224,230,127,64,248,10,124,16,0,128,64,24,0,97,56,13,216,2,72,
-44,0,65,129,80,80,223,124,64,48,27,124,8,0,128,64,120,219,102,127,
-212,87,125,131,20,50,159,127,64,224,10,124,120,219,125,127,16,0,128,64,
-24,0,97,56,221,215,2,72,44,0,65,129,80,80,28,124,64,232,0,124,
-8,0,128,64,120,3,29,124,0,0,29,44,232,0,130,65,48,0,1,129,
-16,0,8,40,120,243,199,127,8,0,128,65,0,0,254,128,16,0,8,40,
-20,226,199,124,120,243,201,127,8,0,128,65,0,0,62,129,81,0,29,124,
-20,226,233,124,120,3,9,124,20,234,231,124,132,0,130,65,80,48,7,125,
-64,72,8,124,72,0,129,65,1,0,0,40,20,74,198,124,20,74,231,124,
-120,3,9,124,8,0,128,64,1,0,32,57,166,3,41,125,255,255,167,140,
-255,255,166,156,248,255,0,66,48,0,1,129,16,0,8,40,44,0,65,129,
-80,80,29,124,120,243,201,127,76,0,128,65,68,0,0,72,1,0,0,40,
-255,255,231,56,120,3,5,124,255,255,198,56,8,0,128,64,1,0,160,56,
-166,3,169,124,1,0,7,140,1,0,6,156,248,255,0,66,48,0,1,129,
-44,0,65,129,16,0,8,40,80,80,29,124,120,243,201,127,8,0,128,65,
-0,0,62,129,0,0,96,57,9,0,97,153,44,0,1,144,174,1,105,125,
-44,0,65,129,64,248,10,124,8,0,128,64,120,83,95,125,0,0,31,44,
-236,2,130,65,48,0,1,129,16,0,8,40,120,243,201,127,8,0,128,65,
-0,0,62,129,16,0,8,40,120,243,199,127,8,0,128,65,0,0,254,128,
-80,80,31,124,121,3,10,124,120,83,76,125,20,250,167,124,136,0,130,65,
-80,72,197,124,64,96,6,124,72,0,129,65,1,0,10,40,20,98,41,125,
-120,83,64,125,20,98,165,124,8,0,128,64,1,0,0,56,166,3,9,124,
-255,255,5,140,255,255,9,156,248,255,0,66,48,0,1,129,16,0,8,40,
-44,0,65,129,80,80,31,124,120,243,202,127,76,0,128,65,68,0,0,72,
-1,0,10,40,255,255,165,56,120,83,71,125,255,255,41,57,8,0,128,64,
-1,0,224,56,166,3,233,124,1,0,5,141,1,0,9,157,248,255,0,66,
-44,0,65,129,48,0,1,129,80,80,31,124,16,0,8,40,120,243,202,127,
-8,0,128,65,0,0,94,129,0,0,32,57,10,0,33,153,44,0,1,144,
-174,1,42,125,44,0,65,131,120,219,96,127,64,208,0,124,14,0,33,153,
-64,0,129,59,192,134,162,56,52,0,161,144,12,0,192,60,84,30,198,56,
-56,0,193,144,15,0,0,57,80,0,33,145,60,0,161,59,64,0,33,153,
-84,0,1,145,20,2,128,65,20,2,0,72,254,255,0,56,64,0,27,124,
-16,0,129,64,24,0,97,56,121,215,2,72,48,0,1,129,64,216,8,124,
-232,0,128,64,44,0,65,131,254,255,0,56,15,0,121,99,64,0,25,124,
-32,0,129,64,120,219,121,127,1,0,121,56,137,222,2,72,0,0,26,44,
-120,27,127,124,72,0,130,64,100,0,0,72,171,170,128,61,171,170,140,57,
-22,200,204,124,126,248,0,85,126,248,198,84,64,0,6,124,20,0,128,64,
-254,255,224,32,64,56,8,124,8,0,129,65,20,2,40,127,1,0,121,56,
-69,222,2,72,0,0,26,44,120,27,127,124,36,0,130,65,48,0,161,128,
-16,0,5,40,120,251,227,127,120,243,196,127,8,0,128,65,0,0,158,128,
-120,211,69,127,69,18,3,72,48,0,193,128,16,0,6,40,12,0,128,65,
-0,0,126,128,169,223,2,72,16,0,25,40,48,0,33,147,120,243,202,127,
-0,0,254,147,0,0,128,57,44,0,129,145,21,0,129,153,8,0,128,65,
-120,251,234,127,0,0,27,44,0,0,96,57,12,0,97,153,44,0,65,147,
-174,209,106,125,56,0,130,65,128,0,0,72,0,0,27,44,36,0,130,64,
-16,0,8,40,120,243,199,127,8,0,128,65,0,0,254,128,0,0,0,56,
-11,0,1,152,44,0,1,144,0,0,7,152,0,0,27,44,80,0,130,64,
-44,0,65,131,212,87,125,131,120,219,96,127,64,208,0,124,0,0,32,57,
-14,0,33,153,64,0,129,59,192,134,162,56,52,0,161,144,12,0,192,60,
-84,30,198,56,15,0,0,57,80,0,33,145,60,0,161,59,64,0,33,153,
-84,0,1,145,56,0,193,144,148,0,128,65,148,0,0,72,48,0,225,128,
-16,0,7,40,120,243,195,127,8,0,128,65,0,0,126,128,120,227,132,127,
-120,219,101,127,85,17,3,72,48,0,1,129,16,0,8,40,120,243,199,127,
-8,0,128,65,0,0,254,128,0,0,96,57,13,0,97,153,44,0,97,147,
-174,217,103,125,212,87,125,131,44,0,65,131,120,219,96,127,64,208,0,124,
-0,0,32,57,14,0,33,153,64,0,129,59,192,134,162,56,52,0,161,144,
-12,0,192,60,84,30,198,56,56,0,193,144,15,0,0,57,80,0,33,145,
-60,0,161,59,64,0,33,153,84,0,1,145,8,0,128,64,120,3,26,124,
-24,0,1,56,64,0,29,124,56,1,130,64,20,0,221,128,64,208,6,124,
-16,0,128,64,120,235,163,127,121,211,2,72,20,0,221,128,80,48,90,125,
-64,216,10,124,8,0,128,64,120,83,91,125,0,0,27,44,144,2,130,65,
-24,0,253,128,16,0,7,40,120,227,137,127,8,0,128,65,0,0,60,129,
-16,0,7,40,20,210,41,125,120,227,133,127,8,0,128,65,0,0,188,128,
-81,80,27,124,120,3,12,124,20,210,165,124,20,218,69,125,132,0,130,65,
-80,72,10,125,64,96,8,124,72,0,129,65,1,0,0,40,20,98,41,125,
-120,3,8,124,20,98,74,125,8,0,128,64,1,0,0,57,166,3,9,125,
-255,255,10,140,255,255,9,156,248,255,0,66,24,0,253,128,16,0,7,40,
-20,0,221,128,80,48,219,124,120,227,136,127,76,0,128,65,68,0,0,72,
-1,0,0,40,255,255,74,57,120,3,6,124,255,255,41,57,8,0,128,64,
-1,0,192,56,166,3,201,124,1,0,234,140,1,0,233,156,248,255,0,66,
-24,0,253,128,20,0,221,128,16,0,7,40,80,48,219,124,120,227,136,127,
-8,0,128,65,0,0,28,129,0,0,96,57,15,0,97,153,20,0,221,144,
-174,49,104,125,12,0,128,61,216,87,140,129,0,0,12,44,12,0,160,60,
-52,0,225,59,116,30,165,56,56,0,161,144,192,1,130,65,172,1,0,72,
-254,255,0,57,64,64,26,124,12,0,129,64,120,235,163,127,41,212,2,72,
-24,0,253,128,64,208,7,124,232,0,128,64,20,0,125,131,254,255,0,56,
-15,0,89,99,64,0,25,124,32,0,129,64,120,211,89,127,1,0,121,56,
-57,219,2,72,0,0,27,44,120,27,127,124,104,0,130,65,68,0,0,72,
-171,170,128,61,171,170,140,57,22,200,12,124,126,248,232,84,126,248,0,84,
-64,64,0,124,20,0,128,64,254,255,8,32,64,0,7,124,8,0,129,65,
-20,66,39,127,1,0,121,56,245,218,2,72,0,0,27,44,120,27,127,124,
-36,0,130,65,24,0,221,128,16,0,6,40,120,251,227,127,120,227,132,127,
-8,0,128,65,0,0,156,128,120,219,101,127,245,14,3,72,24,0,29,129,
-16,0,8,40,12,0,128,65,0,0,124,128,89,220,2,72,16,0,25,40,
-120,227,138,127,0,0,128,57,22,0,129,153,20,0,157,145,0,0,252,147,
-24,0,61,147,8,0,128,65,120,251,234,127,0,0,26,44,0,0,96,57,
-17,0,97,153,20,0,125,147,174,217,106,125,56,0,130,64,136,0,0,72,
-0,0,26,44,36,0,130,64,16,0,7,40,120,227,138,127,8,0,128,65,
-0,0,92,129,0,0,160,56,16,0,161,152,20,0,189,144,0,0,170,152,
-0,0,26,44,88,0,130,65,24,0,29,129,16,0,8,40,120,227,131,127,
-8,0,128,65,0,0,124,128,48,0,1,128,16,0,0,40,120,243,196,127,
-8,0,128,65,0,0,158,128,120,211,69,127,65,14,3,72,24,0,221,128,
-16,0,6,40,120,227,134,127,8,0,128,65,0,0,220,128,0,0,96,57,
-18,0,97,153,20,0,93,147,174,209,102,125,12,0,128,61,216,87,140,129,
-0,0,12,44,12,0,160,60,52,0,225,59,116,30,165,56,56,0,161,144,
-20,0,130,65,120,251,227,127,166,3,137,125,33,4,128,78,56,0,161,128,
-28,0,5,128,120,251,227,127,166,3,9,124,33,4,128,78,120,251,227,127,
-57,204,2,72,24,0,29,128,16,0,0,40,12,0,128,65,0,0,124,128,
-57,219,2,72,0,0,0,56,19,0,1,152,20,0,29,144,15,0,64,57,
-24,0,93,145,0,0,28,152,48,0,1,129,16,0,8,40,12,0,128,65,
-0,0,126,128,13,219,2,72,0,0,0,56,20,0,1,152,44,0,1,144,
-15,0,32,57,48,0,33,145,0,0,30,152,1,0,96,56,36,0,0,72,
-58,16,227,87,65,217,2,72,58,16,233,87,20,74,67,125,12,0,94,145,
-4,0,126,144,8,0,126,144,1,0,96,56,112,0,193,131,104,0,129,131,
-100,0,97,131,108,0,161,131,116,0,225,131,124,0,1,128,96,0,65,131,
-92,0,33,131,166,3,8,124,120,0,33,56,32,0,128,78,136,255,33,148,
-92,0,33,147,96,0,65,147,100,0,97,147,104,0,129,147,108,0,161,147,
-112,0,193,147,116,0,225,147,166,2,8,124,124,0,1,144,0,0,166,131,
-120,27,124,124,4,0,156,129,0,0,12,44,0,0,196,131,0,0,224,59,
-120,43,187,124,0,64,32,61,255,255,41,57,16,0,130,65,12,0,188,128,
-80,40,12,124,112,22,31,124,0,0,27,44,136,13,130,65,0,0,12,44,
-0,0,224,56,16,0,130,65,8,0,252,128,80,56,204,124,112,22,199,124,
-80,72,7,125,64,216,8,124,160,8,128,64,15,0,0,56,48,0,1,144,
-0,0,160,56,8,0,161,152,44,0,161,144,28,0,193,59,28,0,161,152,
-11,0,96,63,96,106,123,59,255,255,59,57,1,0,233,140,117,7,231,124,
-248,255,130,64,48,0,97,129,16,0,11,40,80,72,155,127,120,243,202,127,
-8,0,128,65,0,0,94,129,0,80,27,124,12,0,160,63,168,2,128,65,
-16,0,11,40,120,243,199,127,8,0,128,65,0,0,254,128,44,0,129,129,
-20,98,7,124,0,216,0,124,136,2,129,64,16,0,11,40,120,243,197,127,
-8,0,128,65,0,0,190,128,80,216,229,127,64,248,12,124,16,0,128,64,
-24,0,97,56,185,206,2,72,44,0,129,129,80,96,255,124,64,56,28,124,
-8,0,128,64,120,227,135,127,212,87,189,131,20,58,127,127,64,216,12,124,
-120,235,188,127,16,0,128,64,24,0,97,56,137,206,2,72,44,0,129,129,
-80,96,27,124,64,224,0,124,8,0,128,64,120,3,28,124,0,0,28,44,
-232,0,130,65,48,0,97,129,16,0,11,40,120,243,199,127,8,0,128,65,
-0,0,254,128,16,0,11,40,20,218,71,125,120,243,201,127,8,0,128,65,
-0,0,62,129,81,0,28,124,20,218,201,124,120,3,9,124,20,226,166,124,
-132,0,130,65,80,80,229,124,64,72,7,124,72,0,129,65,1,0,0,40,
-20,74,74,125,120,3,6,124,20,74,165,124,8,0,128,64,1,0,192,56,
-166,3,201,124,255,255,37,141,255,255,42,157,248,255,0,66,48,0,97,129,
-16,0,11,40,44,0,129,129,80,96,92,125,120,243,200,127,76,0,128,65,
-68,0,0,72,1,0,0,40,255,255,165,56,120,3,8,124,255,255,74,57,
-8,0,128,64,1,0,0,57,166,3,9,125,1,0,5,140,1,0,10,156,
-248,255,0,66,48,0,97,129,44,0,129,129,16,0,11,40,80,96,92,125,
-120,243,200,127,8,0,128,65,0,0,30,129,0,0,96,57,9,0,97,153,
-44,0,65,145,174,81,104,125,44,0,129,129,64,248,12,124,8,0,128,64,
-120,99,159,125,0,0,31,44,232,2,130,65,48,0,97,129,16,0,11,40,
-120,243,202,127,8,0,128,65,0,0,94,129,16,0,11,40,120,243,201,127,
-8,0,128,65,0,0,62,129,80,96,31,124,121,3,8,124,120,67,5,125,
-20,250,233,124,132,0,130,65,80,80,199,124,64,40,6,124,68,0,129,65,
-1,0,8,40,20,42,231,124,20,42,74,125,8,0,128,64,1,0,0,57,
-166,3,9,125,255,255,39,141,255,255,42,157,248,255,0,66,48,0,97,129,
-16,0,11,40,44,0,129,129,120,243,197,127,80,96,31,124,76,0,128,65,
-68,0,0,72,1,0,8,40,255,255,231,56,120,67,0,125,255,255,74,57,
-8,0,128,64,1,0,0,56,166,3,9,124,1,0,7,140,1,0,10,156,
-248,255,0,66,44,0,129,129,48,0,97,129,80,96,31,124,16,0,11,40,
-120,243,197,127,8,0,128,65,0,0,190,128,0,0,96,57,10,0,97,153,
-44,0,1,144,174,1,101,125,44,0,97,131,200,134,2,57,52,0,1,145,
-120,235,168,127,64,216,8,124,14,0,97,153,64,0,129,59,12,0,32,61,
-84,30,41,57,56,0,33,145,64,0,97,153,15,0,0,56,80,0,97,145,
-60,0,225,59,84,0,1,144,20,2,128,65,20,2,0,72,254,255,224,56,
-64,56,28,124,16,0,129,64,24,0,97,56,41,206,2,72,48,0,97,129,
-64,224,11,124,232,0,128,64,44,0,65,131,254,255,32,57,15,0,153,99,
-64,72,25,124,32,0,129,64,120,227,153,127,1,0,121,56,57,213,2,72,
-0,0,26,44,120,27,127,124,72,0,130,64,100,0,0,72,171,170,128,61,
-171,170,140,57,22,200,76,125,126,248,105,85,126,248,74,85,64,72,10,124,
-20,0,128,64,254,255,9,32,64,0,11,124,8,0,129,65,20,74,43,127,
-1,0,121,56,245,212,2,72,0,0,26,44,120,27,127,124,36,0,130,65,
-48,0,161,128,16,0,5,40,120,251,227,127,120,243,196,127,8,0,128,65,
-0,0,158,128,120,211,69,127,245,8,3,72,48,0,1,128,16,0,0,40,
-12,0,128,65,0,0,126,128,89,214,2,72,16,0,25,40,48,0,33,147,
-120,243,202,127,0,0,254,147,0,0,128,57,44,0,129,145,21,0,129,153,
-8,0,128,65,120,251,234,127,0,0,28,44,0,0,96,57,12,0,97,153,
-44,0,65,147,174,209,106,125,56,0,130,65,128,0,0,72,0,0,28,44,
-36,0,130,64,16,0,11,40,120,243,197,127,8,0,128,65,0,0,190,128,
-0,0,192,56,11,0,193,152,44,0,193,144,0,0,197,152,0,0,28,44,
-80,0,130,64,44,0,97,131,212,87,189,131,200,134,2,57,52,0,1,145,
-120,235,168,127,64,216,8,124,0,0,160,56,14,0,161,152,64,0,129,59,
-12,0,32,61,84,30,41,57,56,0,33,145,64,0,161,152,15,0,0,56,
-80,0,161,144,60,0,225,59,84,0,1,144,148,0,128,65,148,0,0,72,
-48,0,1,129,16,0,8,40,120,243,195,127,8,0,128,65,0,0,126,128,
-120,219,100,127,120,227,133,127,5,8,3,72,48,0,1,128,16,0,0,40,
-120,243,199,127,8,0,128,65,0,0,254,128,0,0,96,57,13,0,97,153,
-44,0,129,147,174,225,103,125,212,87,189,131,44,0,97,131,200,134,2,57,
-52,0,1,145,120,235,168,127,64,216,8,124,0,0,160,56,14,0,161,152,
-64,0,129,59,12,0,32,61,84,30,41,57,56,0,33,145,64,0,161,152,
-15,0,0,56,80,0,161,144,60,0,225,59,84,0,1,144,8,0,128,64,
-120,67,27,125,24,0,1,56,64,0,31,124,52,1,130,64,20,0,255,128,
-64,216,7,124,16,0,128,64,120,251,227,127,41,202,2,72,20,0,255,128,
-80,56,27,124,64,232,0,124,8,0,128,64,120,3,29,124,0,0,29,44,
-140,2,130,65,24,0,223,128,16,0,6,40,120,227,138,127,8,0,128,65,
-0,0,92,129,16,0,6,40,20,218,42,125,120,227,136,127,8,0,128,65,
-0,0,28,129,81,0,29,124,20,218,168,124,120,3,8,124,20,234,165,124,
-128,0,130,65,80,72,197,124,64,64,6,124,68,0,129,65,1,0,0,40,
-20,66,165,124,20,66,41,125,8,0,128,64,1,0,0,56,166,3,9,124,
-255,255,229,140,255,255,233,156,248,255,0,66,24,0,223,128,16,0,6,40,
-20,0,255,128,80,56,61,125,120,227,134,127,76,0,128,65,68,0,0,72,
-1,0,0,40,255,255,165,56,120,3,6,124,255,255,41,57,8,0,128,64,
-1,0,192,56,166,3,201,124,1,0,5,140,1,0,9,156,248,255,0,66,
-24,0,223,128,20,0,255,128,16,0,6,40,80,56,61,125,120,227,134,127,
-8,0,128,65,0,0,220,128,0,0,96,57,15,0,97,153,20,0,63,145,
-174,73,102,125,12,0,128,61,216,87,140,129,0,0,12,44,12,0,0,61,
-52,0,161,59,116,30,8,57,56,0,1,145,192,1,130,65,172,1,0,72,
-254,255,192,56,64,48,27,124,12,0,129,64,120,251,227,127,221,202,2,72,
-24,0,223,128,64,216,6,124,232,0,128,64,20,0,63,131,254,255,0,57,
-15,0,122,99,64,64,26,124,32,0,129,64,120,219,122,127,1,0,122,56,
-237,209,2,72,0,0,25,44,120,27,125,124,104,0,130,65,68,0,0,72,
-171,170,128,61,171,170,140,57,22,208,76,125,126,248,200,84,126,248,74,85,
-64,64,10,124,20,0,128,64,254,255,8,32,64,0,6,124,8,0,129,65,
-20,66,70,127,1,0,122,56,169,209,2,72,0,0,25,44,120,27,125,124,
-36,0,130,65,24,0,63,129,16,0,9,40,120,235,163,127,120,227,132,127,
-8,0,128,65,0,0,156,128,120,203,37,127,169,5,3,72,24,0,223,128,
-16,0,6,40,12,0,128,65,0,0,124,128,13,211,2,72,16,0,26,40,
-120,227,135,127,0,0,128,57,22,0,129,153,20,0,159,145,0,0,188,147,
-24,0,95,147,8,0,128,65,120,235,167,127,0,0,27,44,0,0,96,57,
-17,0,97,153,20,0,63,147,174,201,103,125,56,0,130,64,136,0,0,72,
-0,0,27,44,36,0,130,64,16,0,6,40,120,227,135,127,8,0,128,65,
-0,0,252,128,0,0,160,56,16,0,161,152,20,0,191,144,0,0,167,152,
-0,0,27,44,88,0,130,65,24,0,255,128,16,0,7,40,120,227,131,127,
-8,0,128,65,0,0,124,128,48,0,33,129,16,0,9,40,120,243,196,127,
-8,0,128,65,0,0,158,128,120,219,101,127,245,4,3,72,24,0,95,129,
-16,0,10,40,120,227,133,127,8,0,128,65,0,0,188,128,0,0,96,57,
-18,0,97,153,20,0,127,147,174,217,101,125,12,0,128,61,216,87,140,129,
-0,0,12,44,12,0,0,61,52,0,161,59,116,30,8,57,56,0,1,145,
-20,0,130,65,120,235,163,127,166,3,137,125,33,4,128,78,56,0,1,129,
-28,0,8,128,120,235,163,127,166,3,9,124,33,4,128,78,120,235,163,127,
-237,194,2,72,24,0,63,129,16,0,9,40,12,0,128,65,0,0,124,128,
-237,209,2,72,0,0,0,56,19,0,1,152,20,0,31,144,15,0,64,57,
-24,0,95,145,0,0,28,152,48,0,1,128,16,0,0,40,12,0,128,65,
-0,0,126,128,193,209,2,72,0,0,224,56,20,0,225,152,44,0,225,144,
-15,0,192,56,48,0,193,144,0,0,254,152,112,0,193,131,104,0,129,131,
-100,0,97,131,108,0,161,131,116,0,225,131,124,0,1,128,96,0,65,131,
-92,0,33,131,166,3,8,124,120,0,33,56,32,0,128,78,0,0,12,44,
-0,0,192,56,16,0,130,65,8,0,28,128,80,0,76,125,112,22,70,125,
-20,218,166,124,64,40,31,124,88,2,128,64,126,248,232,87,80,72,200,124,
-64,248,6,124,0,0,0,56,8,0,128,65,20,66,31,124,0,0,12,44,
-120,3,31,124,0,0,64,57,16,0,130,65,8,0,28,128,80,0,236,124,
-112,22,234,124,20,218,170,124,64,40,31,124,32,0,128,64,0,0,12,44,
-0,0,160,56,16,0,130,65,8,0,252,128,80,56,204,124,112,22,197,124,
-20,218,229,127,64,72,31,124,68,0,129,64,32,136,13,129,0,0,8,44,
-48,0,130,64,1,0,32,57,32,136,45,145,11,0,64,61,80,106,74,57,
-24,136,77,145,12,0,0,61,148,30,8,57,28,136,13,145,12,0,96,60,
-240,30,99,56,89,202,2,72,24,136,109,56,161,193,2,72,58,16,255,87,
-120,251,227,127,5,207,2,72,4,0,60,129,120,27,122,124,80,240,9,124,
-59,0,0,84,120,3,8,124,120,211,69,127,120,0,130,65,120,43,166,124,
-80,48,73,125,64,64,10,124,120,67,10,125,64,0,129,65,1,0,10,40,
-20,66,198,124,20,66,41,125,120,83,72,125,8,0,128,64,1,0,0,57,
-166,3,9,125,255,255,233,140,255,255,230,156,248,255,0,66,20,2,5,125,
-121,219,101,127,252,255,72,57,60,0,130,64,68,0,0,72,1,0,10,40,
-255,255,198,56,255,255,41,57,8,0,128,64,1,0,64,57,166,3,73,125,
-1,0,9,141,1,0,6,157,248,255,0,66,20,2,5,125,121,219,101,127,
-252,255,72,57,16,0,130,65,255,255,165,52,4,0,170,151,248,255,130,64,
-8,0,28,128,80,0,190,124,59,0,167,84,58,16,96,87,20,2,72,125,
-112,0,130,65,80,80,222,124,64,56,6,124,120,59,224,124,60,0,129,65,
-1,0,0,40,20,58,222,127,20,58,74,125,8,0,128,64,1,0,0,56,
-166,3,9,124,255,255,30,141,255,255,10,157,248,255,0,66,4,0,156,129,
-0,0,12,44,0,0,160,56,72,0,130,65,56,0,0,72,1,0,0,40,
-255,255,74,57,255,255,222,59,8,0,128,64,1,0,0,56,166,3,9,124,
-1,0,62,141,1,0,42,157,248,255,0,66,4,0,156,129,0,0,12,44,
-0,0,160,56,16,0,130,65,8,0,188,128,80,40,12,124,112,22,5,124,
-4,0,124,128,0,0,3,44,20,42,123,127,8,0,130,65,73,207,2,72,
-20,250,218,124,12,0,220,144,58,16,103,87,20,58,26,125,8,0,28,145,
-4,0,92,147,112,0,193,131,104,0,129,131,100,0,97,131,108,0,161,131,
-116,0,225,131,124,0,1,128,96,0,65,131,92,0,33,131,166,3,8,124,
-120,0,33,56,32,0,128,78,8,0,188,128,80,40,30,124,112,22,6,124,
-64,216,6,124,58,16,108,87,220,0,128,64,59,0,0,84,20,98,30,125,
-120,243,202,127,140,0,130,65,80,64,42,125,64,0,9,124,120,3,5,124,
-72,0,129,65,1,0,5,40,20,2,8,125,20,2,74,125,120,43,160,124,
-8,0,128,64,1,0,0,56,166,3,9,124,255,255,10,140,255,255,8,156,
-248,255,0,66,8,0,188,128,80,40,30,124,112,22,6,124,81,216,70,125,
-252,255,37,57,84,0,130,65,68,0,0,72,1,0,5,40,255,255,74,57,
-120,43,169,124,255,255,8,57,8,0,128,64,1,0,32,57,166,3,41,125,
-1,0,170,140,1,0,168,156,248,255,0,66,8,0,188,128,80,40,30,124,
-112,22,6,124,81,216,70,125,252,255,37,57,16,0,130,65,255,255,74,53,
-4,0,169,151,248,255,130,64,20,98,165,124,80,40,236,124,64,56,30,124,
-8,0,188,144,116,1,130,65,0,0,190,147,4,0,222,59,64,56,30,124,
-244,255,130,64,96,1,0,72,120,43,164,124,80,32,44,125,80,32,9,125,
-59,0,0,85,120,3,8,124,120,75,38,125,144,0,130,65,120,43,171,124,
-80,88,70,125,64,64,10,124,120,67,7,125,84,0,129,65,1,0,7,40,
-20,66,107,125,120,59,234,124,20,66,198,124,8,0,128,64,1,0,64,57,
-166,3,73,125,255,255,230,140,255,255,235,156,248,255,0,66,20,2,229,124,
-8,0,252,144,80,72,62,125,112,22,32,125,58,16,10,84,59,16,0,84,
-80,32,234,124,120,243,200,127,196,0,130,65,80,0,0,72,1,0,7,40,
-255,255,198,56,120,59,232,124,255,255,107,57,8,0,128,64,1,0,0,57,
-166,3,9,125,1,0,70,141,1,0,75,157,248,255,0,66,20,2,229,124,
-8,0,252,144,80,72,62,125,112,22,32,125,58,16,10,84,59,16,0,84,
-80,32,234,124,120,243,200,127,116,0,130,65,80,56,168,124,64,0,5,124,
-120,3,6,124,64,0,129,65,1,0,6,40,20,2,231,124,20,2,8,125,
-120,51,192,124,8,0,128,64,1,0,0,56,166,3,9,124,255,255,200,140,
-255,255,199,156,248,255,0,66,120,243,198,127,20,98,254,124,64,56,6,124,
-76,0,130,65,56,0,0,72,1,0,6,40,255,255,231,56,255,255,8,57,
-8,0,128,64,1,0,192,56,166,3,201,124,1,0,200,140,1,0,199,156,
-248,255,0,66,120,243,198,127,20,98,254,124,64,56,6,124,20,0,130,65,
-0,0,166,147,4,0,198,56,64,56,6,124,244,255,130,64,112,0,193,131,
-104,0,129,131,100,0,97,131,108,0,161,131,116,0,225,131,124,0,1,128,
-96,0,65,131,92,0,33,131,166,3,8,124,120,0,33,56,32,0,128,78,
-136,255,33,148,116,0,225,147,121,35,159,124,92,0,33,147,96,0,65,147,
-100,0,97,147,104,0,129,147,108,0,161,147,166,2,8,124,124,0,1,144,
-112,0,193,147,120,27,126,124,0,0,64,57,4,0,94,145,12,0,94,145,
-8,0,94,145,52,0,130,64,112,0,193,131,100,0,97,131,104,0,129,131,
-116,0,225,131,108,0,161,131,96,0,65,131,124,0,1,128,92,0,33,131,
-0,0,96,56,166,3,8,124,120,0,33,56,32,0,128,78,255,63,0,60,
-255,255,0,96,64,0,31,124,132,8,129,64,15,0,224,56,48,0,225,144,
-0,0,0,56,8,0,1,152,44,0,1,144,28,0,193,59,28,0,1,152,
-11,0,128,63,116,106,156,59,255,255,92,57,1,0,234,140,117,7,231,124,
-248,255,130,64,48,0,1,129,16,0,8,40,80,80,124,127,120,243,192,127,
-8,0,128,65,0,0,30,128,0,0,28,124,12,0,160,63,172,2,128,65,
-16,0,8,40,120,243,197,127,8,0,128,65,0,0,190,128,44,0,65,129,
-20,82,5,124,0,224,0,124,140,2,129,64,16,0,8,40,120,243,198,127,
-8,0,128,65,0,0,222,128,80,224,230,127,64,248,10,124,16,0,128,64,
-24,0,97,56,169,192,2,72,44,0,65,129,80,80,223,124,64,48,27,124,
-8,0,128,64,120,219,102,127,212,87,125,131,20,50,159,127,64,224,10,124,
-120,219,125,127,16,0,128,64,24,0,97,56,121,192,2,72,44,0,65,129,
-80,80,28,124,64,232,0,124,8,0,128,64,120,3,29,124,0,0,29,44,
-232,0,130,65,48,0,1,129,16,0,8,40,120,243,199,127,8,0,128,65,
-0,0,254,128,16,0,8,40,20,226,199,124,120,243,201,127,8,0,128,65,
-0,0,62,129,81,0,29,124,20,226,233,124,120,3,9,124,20,234,231,124,
-132,0,130,65,80,48,7,125,64,72,8,124,72,0,129,65,1,0,0,40,
-20,74,198,124,20,74,231,124,120,3,9,124,8,0,128,64,1,0,32,57,
-166,3,41,125,255,255,167,140,255,255,166,156,248,255,0,66,48,0,1,129,
-16,0,8,40,44,0,65,129,80,80,29,124,120,243,201,127,76,0,128,65,
-68,0,0,72,1,0,0,40,255,255,231,56,120,3,5,124,255,255,198,56,
-8,0,128,64,1,0,160,56,166,3,169,124,1,0,7,140,1,0,6,156,
-248,255,0,66,48,0,1,129,44,0,65,129,16,0,8,40,80,80,29,124,
-120,243,201,127,8,0,128,65,0,0,62,129,0,0,96,57,9,0,97,153,
-44,0,1,144,174,1,105,125,44,0,65,129,64,248,10,124,8,0,128,64,
-120,83,95,125,0,0,31,44,236,2,130,65,48,0,1,129,16,0,8,40,
-120,243,201,127,8,0,128,65,0,0,62,129,16,0,8,40,120,243,199,127,
-8,0,128,65,0,0,254,128,80,80,31,124,121,3,10,124,120,83,76,125,
-20,250,167,124,136,0,130,65,80,72,197,124,64,96,6,124,72,0,129,65,
-1,0,10,40,20,98,41,125,120,83,64,125,20,98,165,124,8,0,128,64,
-1,0,0,56,166,3,9,124,255,255,5,140,255,255,9,156,248,255,0,66,
-48,0,1,129,16,0,8,40,44,0,65,129,80,80,31,124,120,243,202,127,
-76,0,128,65,68,0,0,72,1,0,10,40,255,255,165,56,120,83,71,125,
-255,255,41,57,8,0,128,64,1,0,224,56,166,3,233,124,1,0,5,141,
-1,0,9,157,248,255,0,66,44,0,65,129,48,0,1,129,80,80,31,124,
-16,0,8,40,120,243,202,127,8,0,128,65,0,0,94,129,0,0,32,57,
-10,0,33,153,44,0,1,144,174,1,42,125,44,0,65,131,120,219,96,127,
-64,208,0,124,14,0,33,153,64,0,129,59,208,134,162,56,52,0,161,144,
-12,0,192,60,84,30,198,56,56,0,193,144,15,0,0,57,80,0,33,145,
-60,0,161,59,64,0,33,153,84,0,1,145,20,2,128,65,20,2,0,72,
-254,255,0,56,64,0,27,124,16,0,129,64,24,0,97,56,21,192,2,72,
-48,0,1,129,64,216,8,124,232,0,128,64,44,0,65,131,254,255,0,56,
-15,0,121,99,64,0,25,124,32,0,129,64,120,219,121,127,1,0,121,56,
-37,199,2,72,0,0,26,44,120,27,127,124,72,0,130,64,100,0,0,72,
-171,170,128,61,171,170,140,57,22,200,204,124,126,248,0,85,126,248,198,84,
-64,0,6,124,20,0,128,64,254,255,224,32,64,56,8,124,8,0,129,65,
-20,2,40,127,1,0,121,56,225,198,2,72,0,0,26,44,120,27,127,124,
-36,0,130,65,48,0,161,128,16,0,5,40,120,251,227,127,120,243,196,127,
-8,0,128,65,0,0,158,128,120,211,69,127,225,250,2,72,48,0,193,128,
-16,0,6,40,12,0,128,65,0,0,126,128,69,200,2,72,16,0,25,40,
-48,0,33,147,120,243,202,127,0,0,254,147,0,0,128,57,44,0,129,145,
-21,0,129,153,8,0,128,65,120,251,234,127,0,0,27,44,0,0,96,57,
-12,0,97,153,44,0,65,147,174,209,106,125,56,0,130,65,128,0,0,72,
-0,0,27,44,36,0,130,64,16,0,8,40,120,243,199,127,8,0,128,65,
-0,0,254,128,0,0,0,56,11,0,1,152,44,0,1,144,0,0,7,152,
-0,0,27,44,80,0,130,64,44,0,65,131,212,87,125,131,120,219,96,127,
-64,208,0,124,0,0,32,57,14,0,33,153,64,0,129,59,208,134,162,56,
-52,0,161,144,12,0,192,60,84,30,198,56,15,0,0,57,80,0,33,145,
-60,0,161,59,64,0,33,153,84,0,1,145,56,0,193,144,148,0,128,65,
-148,0,0,72,48,0,225,128,16,0,7,40,120,243,195,127,8,0,128,65,
-0,0,126,128,120,227,132,127,120,219,101,127,241,249,2,72,48,0,1,129,
-16,0,8,40,120,243,199,127,8,0,128,65,0,0,254,128,0,0,96,57,
-13,0,97,153,44,0,97,147,174,217,103,125,212,87,125,131,44,0,65,131,
-120,219,96,127,64,208,0,124,0,0,32,57,14,0,33,153,64,0,129,59,
-208,134,162,56,52,0,161,144,12,0,192,60,84,30,198,56,56,0,193,144,
-15,0,0,57,80,0,33,145,60,0,161,59,64,0,33,153,84,0,1,145,
-8,0,128,64,120,3,26,124,24,0,1,56,64,0,29,124,56,1,130,64,
-20,0,221,128,64,208,6,124,16,0,128,64,120,235,163,127,21,188,2,72,
-20,0,221,128,80,48,90,125,64,216,10,124,8,0,128,64,120,83,91,125,
-0,0,27,44,144,2,130,65,24,0,253,128,16,0,7,40,120,227,137,127,
-8,0,128,65,0,0,60,129,16,0,7,40,20,210,41,125,120,227,133,127,
-8,0,128,65,0,0,188,128,81,80,27,124,120,3,12,124,20,210,165,124,
-20,218,69,125,132,0,130,65,80,72,10,125,64,96,8,124,72,0,129,65,
-1,0,0,40,20,98,41,125,120,3,8,124,20,98,74,125,8,0,128,64,
-1,0,0,57,166,3,9,125,255,255,10,140,255,255,9,156,248,255,0,66,
-24,0,253,128,16,0,7,40,20,0,221,128,80,48,219,124,120,227,136,127,
-76,0,128,65,68,0,0,72,1,0,0,40,255,255,74,57,120,3,6,124,
-255,255,41,57,8,0,128,64,1,0,192,56,166,3,201,124,1,0,234,140,
-1,0,233,156,248,255,0,66,24,0,253,128,20,0,221,128,16,0,7,40,
-80,48,219,124,120,227,136,127,8,0,128,65,0,0,28,129,0,0,96,57,
-15,0,97,153,20,0,221,144,174,49,104,125,12,0,128,61,216,87,140,129,
-0,0,12,44,12,0,160,60,52,0,225,59,116,30,165,56,56,0,161,144,
-192,1,130,65,172,1,0,72,254,255,0,57,64,64,26,124,12,0,129,64,
-120,235,163,127,197,188,2,72,24,0,253,128,64,208,7,124,232,0,128,64,
-20,0,125,131,254,255,0,56,15,0,89,99,64,0,25,124,32,0,129,64,
-120,211,89,127,1,0,121,56,213,195,2,72,0,0,27,44,120,27,127,124,
-104,0,130,65,68,0,0,72,171,170,128,61,171,170,140,57,22,200,12,124,
-126,248,232,84,126,248,0,84,64,64,0,124,20,0,128,64,254,255,8,32,
-64,0,7,124,8,0,129,65,20,66,39,127,1,0,121,56,145,195,2,72,
-0,0,27,44,120,27,127,124,36,0,130,65,24,0,221,128,16,0,6,40,
-120,251,227,127,120,227,132,127,8,0,128,65,0,0,156,128,120,219,101,127,
-145,247,2,72,24,0,29,129,16,0,8,40,12,0,128,65,0,0,124,128,
-245,196,2,72,16,0,25,40,120,227,138,127,0,0,128,57,22,0,129,153,
-20,0,157,145,0,0,252,147,24,0,61,147,8,0,128,65,120,251,234,127,
-0,0,26,44,0,0,96,57,17,0,97,153,20,0,125,147,174,217,106,125,
-56,0,130,64,136,0,0,72,0,0,26,44,36,0,130,64,16,0,7,40,
-120,227,138,127,8,0,128,65,0,0,92,129,0,0,160,56,16,0,161,152,
-20,0,189,144,0,0,170,152,0,0,26,44,88,0,130,65,24,0,29,129,
-16,0,8,40,120,227,131,127,8,0,128,65,0,0,124,128,48,0,1,128,
-16,0,0,40,120,243,196,127,8,0,128,65,0,0,158,128,120,211,69,127,
-221,246,2,72,24,0,221,128,16,0,6,40,120,227,134,127,8,0,128,65,
-0,0,220,128,0,0,96,57,18,0,97,153,20,0,93,147,174,209,102,125,
-12,0,128,61,216,87,140,129,0,0,12,44,12,0,160,60,52,0,225,59,
-116,30,165,56,56,0,161,144,20,0,130,65,120,251,227,127,166,3,137,125,
-33,4,128,78,56,0,161,128,28,0,5,128,120,251,227,127,166,3,9,124,
-33,4,128,78,120,251,227,127,213,180,2,72,24,0,29,128,16,0,0,40,
-12,0,128,65,0,0,124,128,213,195,2,72,0,0,0,56,19,0,1,152,
-20,0,29,144,15,0,64,57,24,0,93,145,0,0,28,152,48,0,1,129,
-16,0,8,40,12,0,128,65,0,0,126,128,169,195,2,72,0,0,0,56,
-20,0,1,152,44,0,1,144,15,0,32,57,48,0,33,145,0,0,30,152,
-1,0,96,56,36,0,0,72,58,16,227,87,221,193,2,72,58,16,233,87,
-20,74,67,125,12,0,94,145,4,0,126,144,8,0,126,144,1,0,96,56,
-112,0,193,131,104,0,129,131,100,0,97,131,108,0,161,131,116,0,225,131,
-124,0,1,128,96,0,65,131,92,0,33,131,166,3,8,124,120,0,33,56,
-32,0,128,78,136,255,33,148,92,0,33,147,96,0,65,147,100,0,97,147,
-104,0,129,147,108,0,161,147,112,0,193,147,116,0,225,147,166,2,8,124,
-124,0,1,144,0,0,166,131,120,27,124,124,4,0,156,129,0,0,12,44,
-0,0,196,131,0,0,224,59,120,43,187,124,0,64,32,61,255,255,41,57,
-16,0,130,65,12,0,188,128,80,40,12,124,112,22,31,124,0,0,27,44,
-136,13,130,65,0,0,12,44,0,0,224,56,16,0,130,65,8,0,252,128,
-80,56,204,124,112,22,199,124,80,72,7,125,64,216,8,124,160,8,128,64,
-15,0,0,56,48,0,1,144,0,0,160,56,8,0,161,152,44,0,161,144,
-28,0,193,59,28,0,161,152,11,0,96,63,152,106,123,59,255,255,59,57,
-1,0,233,140,117,7,231,124,248,255,130,64,48,0,97,129,16,0,11,40,
-80,72,155,127,120,243,202,127,8,0,128,65,0,0,94,129,0,80,27,124,
-12,0,160,63,168,2,128,65,16,0,11,40,120,243,199,127,8,0,128,65,
-0,0,254,128,44,0,129,129,20,98,7,124,0,216,0,124,136,2,129,64,
-16,0,11,40,120,243,197,127,8,0,128,65,0,0,190,128,80,216,229,127,
-64,248,12,124,16,0,128,64,24,0,97,56,85,183,2,72,44,0,129,129,
-80,96,255,124,64,56,28,124,8,0,128,64,120,227,135,127,212,87,189,131,
-20,58,127,127,64,216,12,124,120,235,188,127,16,0,128,64,24,0,97,56,
-37,183,2,72,44,0,129,129,80,96,27,124,64,224,0,124,8,0,128,64,
-120,3,28,124,0,0,28,44,232,0,130,65,48,0,97,129,16,0,11,40,
-120,243,199,127,8,0,128,65,0,0,254,128,16,0,11,40,20,218,71,125,
-120,243,201,127,8,0,128,65,0,0,62,129,81,0,28,124,20,218,201,124,
-120,3,9,124,20,226,166,124,132,0,130,65,80,80,229,124,64,72,7,124,
-72,0,129,65,1,0,0,40,20,74,74,125,120,3,6,124,20,74,165,124,
-8,0,128,64,1,0,192,56,166,3,201,124,255,255,37,141,255,255,42,157,
-248,255,0,66,48,0,97,129,16,0,11,40,44,0,129,129,80,96,92,125,
-120,243,200,127,76,0,128,65,68,0,0,72,1,0,0,40,255,255,165,56,
-120,3,8,124,255,255,74,57,8,0,128,64,1,0,0,57,166,3,9,125,
-1,0,5,140,1,0,10,156,248,255,0,66,48,0,97,129,44,0,129,129,
-16,0,11,40,80,96,92,125,120,243,200,127,8,0,128,65,0,0,30,129,
-0,0,96,57,9,0,97,153,44,0,65,145,174,81,104,125,44,0,129,129,
-64,248,12,124,8,0,128,64,120,99,159,125,0,0,31,44,232,2,130,65,
-48,0,97,129,16,0,11,40,120,243,202,127,8,0,128,65,0,0,94,129,
-16,0,11,40,120,243,201,127,8,0,128,65,0,0,62,129,80,96,31,124,
-121,3,8,124,120,67,5,125,20,250,233,124,132,0,130,65,80,80,199,124,
-64,40,6,124,68,0,129,65,1,0,8,40,20,42,231,124,20,42,74,125,
-8,0,128,64,1,0,0,57,166,3,9,125,255,255,39,141,255,255,42,157,
-248,255,0,66,48,0,97,129,16,0,11,40,44,0,129,129,120,243,197,127,
-80,96,31,124,76,0,128,65,68,0,0,72,1,0,8,40,255,255,231,56,
-120,67,0,125,255,255,74,57,8,0,128,64,1,0,0,56,166,3,9,124,
-1,0,7,140,1,0,10,156,248,255,0,66,44,0,129,129,48,0,97,129,
-80,96,31,124,16,0,11,40,120,243,197,127,8,0,128,65,0,0,190,128,
-0,0,96,57,10,0,97,153,44,0,1,144,174,1,101,125,44,0,97,131,
-216,134,2,57,52,0,1,145,120,235,168,127,64,216,8,124,14,0,97,153,
-64,0,129,59,12,0,32,61,84,30,41,57,56,0,33,145,64,0,97,153,
-15,0,0,56,80,0,97,145,60,0,225,59,84,0,1,144,20,2,128,65,
-20,2,0,72,254,255,224,56,64,56,28,124,16,0,129,64,24,0,97,56,
-197,182,2,72,48,0,97,129,64,224,11,124,232,0,128,64,44,0,65,131,
-254,255,32,57,15,0,153,99,64,72,25,124,32,0,129,64,120,227,153,127,
-1,0,121,56,213,189,2,72,0,0,26,44,120,27,127,124,72,0,130,64,
-100,0,0,72,171,170,128,61,171,170,140,57,22,200,76,125,126,248,105,85,
-126,248,74,85,64,72,10,124,20,0,128,64,254,255,9,32,64,0,11,124,
-8,0,129,65,20,74,43,127,1,0,121,56,145,189,2,72,0,0,26,44,
-120,27,127,124,36,0,130,65,48,0,161,128,16,0,5,40,120,251,227,127,
-120,243,196,127,8,0,128,65,0,0,158,128,120,211,69,127,145,241,2,72,
-48,0,1,128,16,0,0,40,12,0,128,65,0,0,126,128,245,190,2,72,
-16,0,25,40,48,0,33,147,120,243,202,127,0,0,254,147,0,0,128,57,
-44,0,129,145,21,0,129,153,8,0,128,65,120,251,234,127,0,0,28,44,
-0,0,96,57,12,0,97,153,44,0,65,147,174,209,106,125,56,0,130,65,
-128,0,0,72,0,0,28,44,36,0,130,64,16,0,11,40,120,243,197,127,
-8,0,128,65,0,0,190,128,0,0,192,56,11,0,193,152,44,0,193,144,
-0,0,197,152,0,0,28,44,80,0,130,64,44,0,97,131,212,87,189,131,
-216,134,2,57,52,0,1,145,120,235,168,127,64,216,8,124,0,0,160,56,
-14,0,161,152,64,0,129,59,12,0,32,61,84,30,41,57,56,0,33,145,
-64,0,161,152,15,0,0,56,80,0,161,144,60,0,225,59,84,0,1,144,
-148,0,128,65,148,0,0,72,48,0,1,129,16,0,8,40,120,243,195,127,
-8,0,128,65,0,0,126,128,120,219,100,127,120,227,133,127,161,240,2,72,
-48,0,1,128,16,0,0,40,120,243,199,127,8,0,128,65,0,0,254,128,
-0,0,96,57,13,0,97,153,44,0,129,147,174,225,103,125,212,87,189,131,
-44,0,97,131,216,134,2,57,52,0,1,145,120,235,168,127,64,216,8,124,
-0,0,160,56,14,0,161,152,64,0,129,59,12,0,32,61,84,30,41,57,
-56,0,33,145,64,0,161,152,15,0,0,56,80,0,161,144,60,0,225,59,
-84,0,1,144,8,0,128,64,120,67,27,125,24,0,1,56,64,0,31,124,
-52,1,130,64,20,0,255,128,64,216,7,124,16,0,128,64,120,251,227,127,
-197,178,2,72,20,0,255,128,80,56,27,124,64,232,0,124,8,0,128,64,
-120,3,29,124,0,0,29,44,140,2,130,65,24,0,223,128,16,0,6,40,
-120,227,138,127,8,0,128,65,0,0,92,129,16,0,6,40,20,218,42,125,
-120,227,136,127,8,0,128,65,0,0,28,129,81,0,29,124,20,218,168,124,
-120,3,8,124,20,234,165,124,128,0,130,65,80,72,197,124,64,64,6,124,
-68,0,129,65,1,0,0,40,20,66,165,124,20,66,41,125,8,0,128,64,
-1,0,0,56,166,3,9,124,255,255,229,140,255,255,233,156,248,255,0,66,
-24,0,223,128,16,0,6,40,20,0,255,128,80,56,61,125,120,227,134,127,
-76,0,128,65,68,0,0,72,1,0,0,40,255,255,165,56,120,3,6,124,
-255,255,41,57,8,0,128,64,1,0,192,56,166,3,201,124,1,0,5,140,
-1,0,9,156,248,255,0,66,24,0,223,128,20,0,255,128,16,0,6,40,
-80,56,61,125,120,227,134,127,8,0,128,65,0,0,220,128,0,0,96,57,
-15,0,97,153,20,0,63,145,174,73,102,125,12,0,128,61,216,87,140,129,
-0,0,12,44,12,0,0,61,52,0,161,59,116,30,8,57,56,0,1,145,
-192,1,130,65,172,1,0,72,254,255,192,56,64,48,27,124,12,0,129,64,
-120,251,227,127,121,179,2,72,24,0,223,128,64,216,6,124,232,0,128,64,
-20,0,63,131,254,255,0,57,15,0,122,99,64,64,26,124,32,0,129,64,
-120,219,122,127,1,0,122,56,137,186,2,72,0,0,25,44,120,27,125,124,
-104,0,130,65,68,0,0,72,171,170,128,61,171,170,140,57,22,208,76,125,
-126,248,200,84,126,248,74,85,64,64,10,124,20,0,128,64,254,255,8,32,
-64,0,6,124,8,0,129,65,20,66,70,127,1,0,122,56,69,186,2,72,
-0,0,25,44,120,27,125,124,36,0,130,65,24,0,63,129,16,0,9,40,
-120,235,163,127,120,227,132,127,8,0,128,65,0,0,156,128,120,203,37,127,
-69,238,2,72,24,0,223,128,16,0,6,40,12,0,128,65,0,0,124,128,
-169,187,2,72,16,0,26,40,120,227,135,127,0,0,128,57,22,0,129,153,
-20,0,159,145,0,0,188,147,24,0,95,147,8,0,128,65,120,235,167,127,
-0,0,27,44,0,0,96,57,17,0,97,153,20,0,63,147,174,201,103,125,
-56,0,130,64,136,0,0,72,0,0,27,44,36,0,130,64,16,0,6,40,
-120,227,135,127,8,0,128,65,0,0,252,128,0,0,160,56,16,0,161,152,
-20,0,191,144,0,0,167,152,0,0,27,44,88,0,130,65,24,0,255,128,
-16,0,7,40,120,227,131,127,8,0,128,65,0,0,124,128,48,0,33,129,
-16,0,9,40,120,243,196,127,8,0,128,65,0,0,158,128,120,219,101,127,
-145,237,2,72,24,0,95,129,16,0,10,40,120,227,133,127,8,0,128,65,
-0,0,188,128,0,0,96,57,18,0,97,153,20,0,127,147,174,217,101,125,
-12,0,128,61,216,87,140,129,0,0,12,44,12,0,0,61,52,0,161,59,
-116,30,8,57,56,0,1,145,20,0,130,65,120,235,163,127,166,3,137,125,
-33,4,128,78,56,0,1,129,28,0,8,128,120,235,163,127,166,3,9,124,
-33,4,128,78,120,235,163,127,137,171,2,72,24,0,63,129,16,0,9,40,
-12,0,128,65,0,0,124,128,137,186,2,72,0,0,0,56,19,0,1,152,
-20,0,31,144,15,0,64,57,24,0,95,145,0,0,28,152,48,0,1,128,
-16,0,0,40,12,0,128,65,0,0,126,128,93,186,2,72,0,0,224,56,
-20,0,225,152,44,0,225,144,15,0,192,56,48,0,193,144,0,0,254,152,
-112,0,193,131,104,0,129,131,100,0,97,131,108,0,161,131,116,0,225,131,
-124,0,1,128,96,0,65,131,92,0,33,131,166,3,8,124,120,0,33,56,
-32,0,128,78,0,0,12,44,0,0,192,56,16,0,130,65,8,0,28,128,
-80,0,76,125,112,22,70,125,20,218,166,124,64,40,31,124,88,2,128,64,
-126,248,232,87,80,72,200,124,64,248,6,124,0,0,0,56,8,0,128,65,
-20,66,31,124,0,0,12,44,120,3,31,124,0,0,64,57,16,0,130,65,
-8,0,28,128,80,0,236,124,112,22,234,124,20,218,170,124,64,40,31,124,
-32,0,128,64,0,0,12,44,0,0,160,56,16,0,130,65,8,0,252,128,
-80,56,204,124,112,22,197,124,20,218,229,127,64,72,31,124,68,0,129,64,
-20,136,13,129,0,0,8,44,48,0,130,64,1,0,32,57,20,136,45,145,
-11,0,64,61,136,106,74,57,12,136,77,145,12,0,0,61,148,30,8,57,
-16,136,13,145,12,0,96,60,252,30,99,56,245,178,2,72,12,136,109,56,
-61,170,2,72,58,16,255,87,120,251,227,127,161,183,2,72,4,0,60,129,
-120,27,122,124,80,240,9,124,59,0,0,84,120,3,8,124,120,211,69,127,
-120,0,130,65,120,43,166,124,80,48,73,125,64,64,10,124,120,67,10,125,
-64,0,129,65,1,0,10,40,20,66,198,124,20,66,41,125,120,83,72,125,
-8,0,128,64,1,0,0,57,166,3,9,125,255,255,233,140,255,255,230,156,
-248,255,0,66,20,2,5,125,121,219,101,127,252,255,72,57,60,0,130,64,
-68,0,0,72,1,0,10,40,255,255,198,56,255,255,41,57,8,0,128,64,
-1,0,64,57,166,3,73,125,1,0,9,141,1,0,6,157,248,255,0,66,
-20,2,5,125,121,219,101,127,252,255,72,57,16,0,130,65,255,255,165,52,
-4,0,170,151,248,255,130,64,8,0,28,128,80,0,190,124,59,0,167,84,
-58,16,96,87,20,2,72,125,112,0,130,65,80,80,222,124,64,56,6,124,
-120,59,224,124,60,0,129,65,1,0,0,40,20,58,222,127,20,58,74,125,
-8,0,128,64,1,0,0,56,166,3,9,124,255,255,30,141,255,255,10,157,
-248,255,0,66,4,0,156,129,0,0,12,44,0,0,160,56,72,0,130,65,
-56,0,0,72,1,0,0,40,255,255,74,57,255,255,222,59,8,0,128,64,
-1,0,0,56,166,3,9,124,1,0,62,141,1,0,42,157,248,255,0,66,
-4,0,156,129,0,0,12,44,0,0,160,56,16,0,130,65,8,0,188,128,
-80,40,12,124,112,22,5,124,4,0,124,128,0,0,3,44,20,42,123,127,
-8,0,130,65,229,183,2,72,20,250,218,124,12,0,220,144,58,16,103,87,
-20,58,26,125,8,0,28,145,4,0,92,147,112,0,193,131,104,0,129,131,
-100,0,97,131,108,0,161,131,116,0,225,131,124,0,1,128,96,0,65,131,
-92,0,33,131,166,3,8,124,120,0,33,56,32,0,128,78,8,0,188,128,
-80,40,30,124,112,22,6,124,64,216,6,124,58,16,108,87,220,0,128,64,
-59,0,0,84,20,98,30,125,120,243,202,127,140,0,130,65,80,64,42,125,
-64,0,9,124,120,3,5,124,72,0,129,65,1,0,5,40,20,2,8,125,
-20,2,74,125,120,43,160,124,8,0,128,64,1,0,0,56,166,3,9,124,
-255,255,10,140,255,255,8,156,248,255,0,66,8,0,188,128,80,40,30,124,
-112,22,6,124,81,216,70,125,252,255,37,57,84,0,130,65,68,0,0,72,
-1,0,5,40,255,255,74,57,120,43,169,124,255,255,8,57,8,0,128,64,
-1,0,32,57,166,3,41,125,1,0,170,140,1,0,168,156,248,255,0,66,
-8,0,188,128,80,40,30,124,112,22,6,124,81,216,70,125,252,255,37,57,
-16,0,130,65,255,255,74,53,4,0,169,151,248,255,130,64,20,98,165,124,
-80,40,236,124,64,56,30,124,8,0,188,144,116,1,130,65,0,0,190,147,
-4,0,222,59,64,56,30,124,244,255,130,64,96,1,0,72,120,43,164,124,
-80,32,44,125,80,32,9,125,59,0,0,85,120,3,8,124,120,75,38,125,
-144,0,130,65,120,43,171,124,80,88,70,125,64,64,10,124,120,67,7,125,
-84,0,129,65,1,0,7,40,20,66,107,125,120,59,234,124,20,66,198,124,
-8,0,128,64,1,0,64,57,166,3,73,125,255,255,230,140,255,255,235,156,
-248,255,0,66,20,2,229,124,8,0,252,144,80,72,62,125,112,22,32,125,
-58,16,10,84,59,16,0,84,80,32,234,124,120,243,200,127,196,0,130,65,
-80,0,0,72,1,0,7,40,255,255,198,56,120,59,232,124,255,255,107,57,
-8,0,128,64,1,0,0,57,166,3,9,125,1,0,70,141,1,0,75,157,
-248,255,0,66,20,2,229,124,8,0,252,144,80,72,62,125,112,22,32,125,
-58,16,10,84,59,16,0,84,80,32,234,124,120,243,200,127,116,0,130,65,
-80,56,168,124,64,0,5,124,120,3,6,124,64,0,129,65,1,0,6,40,
-20,2,231,124,20,2,8,125,120,51,192,124,8,0,128,64,1,0,0,56,
-166,3,9,124,255,255,200,140,255,255,199,156,248,255,0,66,120,243,198,127,
-20,98,254,124,64,56,6,124,76,0,130,65,56,0,0,72,1,0,6,40,
-255,255,231,56,255,255,8,57,8,0,128,64,1,0,192,56,166,3,201,124,
-1,0,200,140,1,0,199,156,248,255,0,66,120,243,198,127,20,98,254,124,
-64,56,6,124,20,0,130,65,0,0,166,147,4,0,198,56,64,56,6,124,
-244,255,130,64,112,0,193,131,104,0,129,131,100,0,97,131,108,0,161,131,
-116,0,225,131,124,0,1,128,96,0,65,131,92,0,33,131,166,3,8,124,
-120,0,33,56,32,0,128,78,136,255,33,148,92,0,33,147,96,0,65,147,
-100,0,97,147,104,0,129,147,108,0,161,147,112,0,193,147,116,0,225,147,
-166,2,8,124,124,0,1,144,0,0,166,131,120,27,124,124,4,0,156,129,
-0,0,12,44,0,0,196,131,0,0,224,59,120,43,187,124,0,64,32,61,
-255,255,41,57,16,0,130,65,12,0,188,128,80,40,12,124,112,22,31,124,
-0,0,27,44,136,13,130,65,0,0,12,44,0,0,224,56,16,0,130,65,
-8,0,252,128,80,56,204,124,112,22,199,124,80,72,7,125,64,216,8,124,
-160,8,128,64,15,0,0,56,48,0,1,144,0,0,160,56,8,0,161,152,
-44,0,161,144,28,0,193,59,28,0,161,152,11,0,96,63,208,106,123,59,
-255,255,59,57,1,0,233,140,117,7,231,124,248,255,130,64,48,0,97,129,
-16,0,11,40,80,72,155,127,120,243,202,127,8,0,128,65,0,0,94,129,
-0,80,27,124,12,0,160,63,168,2,128,65,16,0,11,40,120,243,199,127,
-8,0,128,65,0,0,254,128,44,0,129,129,20,98,7,124,0,216,0,124,
-136,2,129,64,16,0,11,40,120,243,197,127,8,0,128,65,0,0,190,128,
-80,216,229,127,64,248,12,124,16,0,128,64,24,0,97,56,65,169,2,72,
-44,0,129,129,80,96,255,124,64,56,28,124,8,0,128,64,120,227,135,127,
-212,87,189,131,20,58,127,127,64,216,12,124,120,235,188,127,16,0,128,64,
-24,0,97,56,17,169,2,72,44,0,129,129,80,96,27,124,64,224,0,124,
-8,0,128,64,120,3,28,124,0,0,28,44,232,0,130,65,48,0,97,129,
-16,0,11,40,120,243,199,127,8,0,128,65,0,0,254,128,16,0,11,40,
-20,218,71,125,120,243,201,127,8,0,128,65,0,0,62,129,81,0,28,124,
-20,218,201,124,120,3,9,124,20,226,166,124,132,0,130,65,80,80,229,124,
-64,72,7,124,72,0,129,65,1,0,0,40,20,74,74,125,120,3,6,124,
-20,74,165,124,8,0,128,64,1,0,192,56,166,3,201,124,255,255,37,141,
-255,255,42,157,248,255,0,66,48,0,97,129,16,0,11,40,44,0,129,129,
-80,96,92,125,120,243,200,127,76,0,128,65,68,0,0,72,1,0,0,40,
-255,255,165,56,120,3,8,124,255,255,74,57,8,0,128,64,1,0,0,57,
-166,3,9,125,1,0,5,140,1,0,10,156,248,255,0,66,48,0,97,129,
-44,0,129,129,16,0,11,40,80,96,92,125,120,243,200,127,8,0,128,65,
-0,0,30,129,0,0,96,57,9,0,97,153,44,0,65,145,174,81,104,125,
-44,0,129,129,64,248,12,124,8,0,128,64,120,99,159,125,0,0,31,44,
-232,2,130,65,48,0,97,129,16,0,11,40,120,243,202,127,8,0,128,65,
-0,0,94,129,16,0,11,40,120,243,201,127,8,0,128,65,0,0,62,129,
-80,96,31,124,121,3,8,124,120,67,5,125,20,250,233,124,132,0,130,65,
-80,80,199,124,64,40,6,124,68,0,129,65,1,0,8,40,20,42,231,124,
-20,42,74,125,8,0,128,64,1,0,0,57,166,3,9,125,255,255,39,141,
-255,255,42,157,248,255,0,66,48,0,97,129,16,0,11,40,44,0,129,129,
-120,243,197,127,80,96,31,124,76,0,128,65,68,0,0,72,1,0,8,40,
-255,255,231,56,120,67,0,125,255,255,74,57,8,0,128,64,1,0,0,56,
-166,3,9,124,1,0,7,140,1,0,10,156,248,255,0,66,44,0,129,129,
-48,0,97,129,80,96,31,124,16,0,11,40,120,243,197,127,8,0,128,65,
-0,0,190,128,0,0,96,57,10,0,97,153,44,0,1,144,174,1,101,125,
-44,0,97,131,232,134,2,57,52,0,1,145,120,235,168,127,64,216,8,124,
-14,0,97,153,64,0,129,59,12,0,32,61,84,30,41,57,56,0,33,145,
-64,0,97,153,15,0,0,56,80,0,97,145,60,0,225,59,84,0,1,144,
-20,2,128,65,20,2,0,72,254,255,224,56,64,56,28,124,16,0,129,64,
-24,0,97,56,177,168,2,72,48,0,97,129,64,224,11,124,232,0,128,64,
-44,0,65,131,254,255,32,57,15,0,153,99,64,72,25,124,32,0,129,64,
-120,227,153,127,1,0,121,56,193,175,2,72,0,0,26,44,120,27,127,124,
-72,0,130,64,100,0,0,72,171,170,128,61,171,170,140,57,22,200,76,125,
-126,248,105,85,126,248,74,85,64,72,10,124,20,0,128,64,254,255,9,32,
-64,0,11,124,8,0,129,65,20,74,43,127,1,0,121,56,125,175,2,72,
-0,0,26,44,120,27,127,124,36,0,130,65,48,0,161,128,16,0,5,40,
-120,251,227,127,120,243,196,127,8,0,128,65,0,0,158,128,120,211,69,127,
-125,227,2,72,48,0,1,128,16,0,0,40,12,0,128,65,0,0,126,128,
-225,176,2,72,16,0,25,40,48,0,33,147,120,243,202,127,0,0,254,147,
-0,0,128,57,44,0,129,145,21,0,129,153,8,0,128,65,120,251,234,127,
-0,0,28,44,0,0,96,57,12,0,97,153,44,0,65,147,174,209,106,125,
-56,0,130,65,128,0,0,72,0,0,28,44,36,0,130,64,16,0,11,40,
-120,243,197,127,8,0,128,65,0,0,190,128,0,0,192,56,11,0,193,152,
-44,0,193,144,0,0,197,152,0,0,28,44,80,0,130,64,44,0,97,131,
-212,87,189,131,232,134,2,57,52,0,1,145,120,235,168,127,64,216,8,124,
-0,0,160,56,14,0,161,152,64,0,129,59,12,0,32,61,84,30,41,57,
-56,0,33,145,64,0,161,152,15,0,0,56,80,0,161,144,60,0,225,59,
-84,0,1,144,148,0,128,65,148,0,0,72,48,0,1,129,16,0,8,40,
-120,243,195,127,8,0,128,65,0,0,126,128,120,219,100,127,120,227,133,127,
-141,226,2,72,48,0,1,128,16,0,0,40,120,243,199,127,8,0,128,65,
-0,0,254,128,0,0,96,57,13,0,97,153,44,0,129,147,174,225,103,125,
-212,87,189,131,44,0,97,131,232,134,2,57,52,0,1,145,120,235,168,127,
-64,216,8,124,0,0,160,56,14,0,161,152,64,0,129,59,12,0,32,61,
-84,30,41,57,56,0,33,145,64,0,161,152,15,0,0,56,80,0,161,144,
-60,0,225,59,84,0,1,144,8,0,128,64,120,67,27,125,24,0,1,56,
-64,0,31,124,52,1,130,64,20,0,255,128,64,216,7,124,16,0,128,64,
-120,251,227,127,177,164,2,72,20,0,255,128,80,56,27,124,64,232,0,124,
-8,0,128,64,120,3,29,124,0,0,29,44,140,2,130,65,24,0,223,128,
-16,0,6,40,120,227,138,127,8,0,128,65,0,0,92,129,16,0,6,40,
-20,218,42,125,120,227,136,127,8,0,128,65,0,0,28,129,81,0,29,124,
-20,218,168,124,120,3,8,124,20,234,165,124,128,0,130,65,80,72,197,124,
-64,64,6,124,68,0,129,65,1,0,0,40,20,66,165,124,20,66,41,125,
-8,0,128,64,1,0,0,56,166,3,9,124,255,255,229,140,255,255,233,156,
-248,255,0,66,24,0,223,128,16,0,6,40,20,0,255,128,80,56,61,125,
-120,227,134,127,76,0,128,65,68,0,0,72,1,0,0,40,255,255,165,56,
-120,3,6,124,255,255,41,57,8,0,128,64,1,0,192,56,166,3,201,124,
-1,0,5,140,1,0,9,156,248,255,0,66,24,0,223,128,20,0,255,128,
-16,0,6,40,80,56,61,125,120,227,134,127,8,0,128,65,0,0,220,128,
-0,0,96,57,15,0,97,153,20,0,63,145,174,73,102,125,12,0,128,61,
-216,87,140,129,0,0,12,44,12,0,0,61,52,0,161,59,116,30,8,57,
-56,0,1,145,192,1,130,65,172,1,0,72,254,255,192,56,64,48,27,124,
-12,0,129,64,120,251,227,127,101,165,2,72,24,0,223,128,64,216,6,124,
-232,0,128,64,20,0,63,131,254,255,0,57,15,0,122,99,64,64,26,124,
-32,0,129,64,120,219,122,127,1,0,122,56,117,172,2,72,0,0,25,44,
-120,27,125,124,104,0,130,65,68,0,0,72,171,170,128,61,171,170,140,57,
-22,208,76,125,126,248,200,84,126,248,74,85,64,64,10,124,20,0,128,64,
-254,255,8,32,64,0,6,124,8,0,129,65,20,66,70,127,1,0,122,56,
-49,172,2,72,0,0,25,44,120,27,125,124,36,0,130,65,24,0,63,129,
-16,0,9,40,120,235,163,127,120,227,132,127,8,0,128,65,0,0,156,128,
-120,203,37,127,49,224,2,72,24,0,223,128,16,0,6,40,12,0,128,65,
-0,0,124,128,149,173,2,72,16,0,26,40,120,227,135,127,0,0,128,57,
-22,0,129,153,20,0,159,145,0,0,188,147,24,0,95,147,8,0,128,65,
-120,235,167,127,0,0,27,44,0,0,96,57,17,0,97,153,20,0,63,147,
-174,201,103,125,56,0,130,64,136,0,0,72,0,0,27,44,36,0,130,64,
-16,0,6,40,120,227,135,127,8,0,128,65,0,0,252,128,0,0,160,56,
-16,0,161,152,20,0,191,144,0,0,167,152,0,0,27,44,88,0,130,65,
-24,0,255,128,16,0,7,40,120,227,131,127,8,0,128,65,0,0,124,128,
-48,0,33,129,16,0,9,40,120,243,196,127,8,0,128,65,0,0,158,128,
-120,219,101,127,125,223,2,72,24,0,95,129,16,0,10,40,120,227,133,127,
-8,0,128,65,0,0,188,128,0,0,96,57,18,0,97,153,20,0,127,147,
-174,217,101,125,12,0,128,61,216,87,140,129,0,0,12,44,12,0,0,61,
-52,0,161,59,116,30,8,57,56,0,1,145,20,0,130,65,120,235,163,127,
-166,3,137,125,33,4,128,78,56,0,1,129,28,0,8,128,120,235,163,127,
-166,3,9,124,33,4,128,78,120,235,163,127,117,157,2,72,24,0,63,129,
-16,0,9,40,12,0,128,65,0,0,124,128,117,172,2,72,0,0,0,56,
-19,0,1,152,20,0,31,144,15,0,64,57,24,0,95,145,0,0,28,152,
-48,0,1,128,16,0,0,40,12,0,128,65,0,0,126,128,73,172,2,72,
-0,0,224,56,20,0,225,152,44,0,225,144,15,0,192,56,48,0,193,144,
-0,0,254,152,112,0,193,131,104,0,129,131,100,0,97,131,108,0,161,131,
-116,0,225,131,124,0,1,128,96,0,65,131,92,0,33,131,166,3,8,124,
-120,0,33,56,32,0,128,78,0,0,12,44,0,0,192,56,16,0,130,65,
-8,0,28,128,80,0,76,125,112,22,70,125,20,218,166,124,64,40,31,124,
-88,2,128,64,126,248,232,87,80,72,200,124,64,248,6,124,0,0,0,56,
-8,0,128,65,20,66,31,124,0,0,12,44,120,3,31,124,0,0,64,57,
-16,0,130,65,8,0,28,128,80,0,236,124,112,22,234,124,20,218,170,124,
-64,40,31,124,32,0,128,64,0,0,12,44,0,0,160,56,16,0,130,65,
-8,0,252,128,80,56,204,124,112,22,197,124,20,218,229,127,64,72,31,124,
-68,0,129,64,8,136,13,129,0,0,8,44,48,0,130,64,1,0,32,57,
-8,136,45,145,11,0,64,61,192,106,74,57,0,136,77,145,12,0,0,61,
-148,30,8,57,4,136,13,145,12,0,96,60,8,31,99,56,225,164,2,72,
-0,136,109,56,41,156,2,72,58,16,255,87,120,251,227,127,141,169,2,72,
-4,0,60,129,120,27,122,124,80,240,9,124,59,0,0,84,120,3,8,124,
-120,211,69,127,120,0,130,65,120,43,166,124,80,48,73,125,64,64,10,124,
-120,67,10,125,64,0,129,65,1,0,10,40,20,66,198,124,20,66,41,125,
-120,83,72,125,8,0,128,64,1,0,0,57,166,3,9,125,255,255,233,140,
-255,255,230,156,248,255,0,66,20,2,5,125,121,219,101,127,252,255,72,57,
-60,0,130,64,68,0,0,72,1,0,10,40,255,255,198,56,255,255,41,57,
-8,0,128,64,1,0,64,57,166,3,73,125,1,0,9,141,1,0,6,157,
-248,255,0,66,20,2,5,125,121,219,101,127,252,255,72,57,16,0,130,65,
-255,255,165,52,4,0,170,151,248,255,130,64,8,0,28,128,80,0,190,124,
-59,0,167,84,58,16,96,87,20,2,72,125,112,0,130,65,80,80,222,124,
-64,56,6,124,120,59,224,124,60,0,129,65,1,0,0,40,20,58,222,127,
-20,58,74,125,8,0,128,64,1,0,0,56,166,3,9,124,255,255,30,141,
-255,255,10,157,248,255,0,66,4,0,156,129,0,0,12,44,0,0,160,56,
-72,0,130,65,56,0,0,72,1,0,0,40,255,255,74,57,255,255,222,59,
-8,0,128,64,1,0,0,56,166,3,9,124,1,0,62,141,1,0,42,157,
-248,255,0,66,4,0,156,129,0,0,12,44,0,0,160,56,16,0,130,65,
-8,0,188,128,80,40,12,124,112,22,5,124,4,0,124,128,0,0,3,44,
-20,42,123,127,8,0,130,65,209,169,2,72,20,250,218,124,12,0,220,144,
-58,16,103,87,20,58,26,125,8,0,28,145,4,0,92,147,112,0,193,131,
-104,0,129,131,100,0,97,131,108,0,161,131,116,0,225,131,124,0,1,128,
-96,0,65,131,92,0,33,131,166,3,8,124,120,0,33,56,32,0,128,78,
-8,0,188,128,80,40,30,124,112,22,6,124,64,216,6,124,58,16,108,87,
-220,0,128,64,59,0,0,84,20,98,30,125,120,243,202,127,140,0,130,65,
-80,64,42,125,64,0,9,124,120,3,5,124,72,0,129,65,1,0,5,40,
-20,2,8,125,20,2,74,125,120,43,160,124,8,0,128,64,1,0,0,56,
-166,3,9,124,255,255,10,140,255,255,8,156,248,255,0,66,8,0,188,128,
-80,40,30,124,112,22,6,124,81,216,70,125,252,255,37,57,84,0,130,65,
-68,0,0,72,1,0,5,40,255,255,74,57,120,43,169,124,255,255,8,57,
-8,0,128,64,1,0,32,57,166,3,41,125,1,0,170,140,1,0,168,156,
-248,255,0,66,8,0,188,128,80,40,30,124,112,22,6,124,81,216,70,125,
-252,255,37,57,16,0,130,65,255,255,74,53,4,0,169,151,248,255,130,64,
-20,98,165,124,80,40,236,124,64,56,30,124,8,0,188,144,116,1,130,65,
-0,0,190,147,4,0,222,59,64,56,30,124,244,255,130,64,96,1,0,72,
-120,43,164,124,80,32,44,125,80,32,9,125,59,0,0,85,120,3,8,124,
-120,75,38,125,144,0,130,65,120,43,171,124,80,88,70,125,64,64,10,124,
-120,67,7,125,84,0,129,65,1,0,7,40,20,66,107,125,120,59,234,124,
-20,66,198,124,8,0,128,64,1,0,64,57,166,3,73,125,255,255,230,140,
-255,255,235,156,248,255,0,66,20,2,229,124,8,0,252,144,80,72,62,125,
-112,22,32,125,58,16,10,84,59,16,0,84,80,32,234,124,120,243,200,127,
-196,0,130,65,80,0,0,72,1,0,7,40,255,255,198,56,120,59,232,124,
-255,255,107,57,8,0,128,64,1,0,0,57,166,3,9,125,1,0,70,141,
-1,0,75,157,248,255,0,66,20,2,229,124,8,0,252,144,80,72,62,125,
-112,22,32,125,58,16,10,84,59,16,0,84,80,32,234,124,120,243,200,127,
-116,0,130,65,80,56,168,124,64,0,5,124,120,3,6,124,64,0,129,65,
-1,0,6,40,20,2,231,124,20,2,8,125,120,51,192,124,8,0,128,64,
-1,0,0,56,166,3,9,124,255,255,200,140,255,255,199,156,248,255,0,66,
-120,243,198,127,20,98,254,124,64,56,6,124,76,0,130,65,56,0,0,72,
-1,0,6,40,255,255,231,56,255,255,8,57,8,0,128,64,1,0,192,56,
-166,3,201,124,1,0,200,140,1,0,199,156,248,255,0,66,120,243,198,127,
-20,98,254,124,64,56,6,124,20,0,130,65,0,0,166,147,4,0,198,56,
-64,56,6,124,244,255,130,64,112,0,193,131,104,0,129,131,100,0,97,131,
-108,0,161,131,116,0,225,131,124,0,1,128,96,0,65,131,92,0,33,131,
-166,3,8,124,120,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,4,0,99,128,165,47,255,75,12,0,1,128,8,0,33,56,
-166,3,8,124,116,7,99,124,32,0,128,78,0,0,3,44,32,0,130,77,
-255,7,128,84,32,0,130,77,216,166,2,72,2,4,96,56,32,0,128,78,
-2,4,96,56,32,0,128,78,128,255,96,56,32,0,128,78,0,0,3,44,
-32,0,130,77,255,7,128,84,32,0,130,77,172,166,2,72,232,255,33,148,
-12,0,161,147,20,0,225,147,166,2,8,124,28,0,1,144,8,0,129,147,
-4,0,131,59,16,0,193,147,58,16,190,84,46,240,92,125,0,0,10,44,
-120,35,157,124,124,0,130,64,0,0,29,128,4,0,125,128,126,7,4,84,
-254,239,5,84,217,49,255,75,121,27,127,124,100,0,130,64,46,241,188,127,
-0,0,29,128,57,7,0,84,84,0,130,64,167,128,45,137,0,0,9,44,
-40,0,130,65,20,0,225,131,16,0,193,131,12,0,161,131,28,0,1,128,
-8,0,129,131,0,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-0,0,29,128,4,0,125,128,0,0,128,56,254,223,6,84,126,7,5,84,
-133,50,255,75,8,0,0,72,3,4,224,59,120,251,227,127,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,232,255,33,148,16,0,193,147,20,0,225,147,
-166,2,8,124,28,0,1,144,8,0,129,147,121,27,124,124,12,0,161,147,
-120,35,157,124,68,0,130,65,12,0,0,60,128,33,0,48,0,0,28,144,
-6,0,192,59,120,227,159,127,4,0,31,132,0,0,0,44,12,0,130,65,
-120,3,3,124,137,165,2,72,255,255,222,55,232,255,130,64,255,7,160,87,
-12,0,130,65,120,227,131,127,113,165,2,72,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,0,0,3,44,
-20,0,130,64,28,0,96,56,145,163,2,72,0,0,3,44,40,0,130,65,
-120,27,108,124,0,0,64,57,12,0,0,60,128,33,0,48,0,0,3,144,
-6,0,0,56,166,3,9,124,4,0,76,149,252,255,0,66,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,58,16,128,84,20,2,131,125,4,0,12,129,0,0,8,44,
-120,43,166,124,12,0,130,64,2,4,96,56,104,0,0,72,0,0,40,129,
-57,7,41,85,88,0,130,64,167,128,109,137,0,0,11,44,0,0,72,129,
-180,46,202,80,0,0,72,145,24,0,130,65,12,0,1,128,8,0,33,56,
-166,3,8,124,0,0,96,56,32,0,128,78,247,6,64,85,12,0,130,64,
-1,0,204,104,62,6,134,85,4,0,104,128,0,0,8,129,0,0,128,56,
-126,7,5,85,241,48,255,75,8,0,0,72,4,4,96,56,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,58,16,128,84,20,2,67,125,4,0,138,129,0,0,12,44,
-0,0,96,56,120,43,166,124,12,0,130,64,2,4,96,56,44,0,0,72,
-0,0,12,128,57,7,11,84,16,0,130,64,254,223,12,84,0,0,134,153,
-20,0,0,72,4,0,108,128,0,0,128,56,126,7,5,84,17,48,255,75,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,
-12,0,161,147,20,0,225,147,166,2,8,124,28,0,1,144,8,0,129,147,
-4,0,131,59,16,0,193,147,58,16,190,84,46,240,92,125,0,0,10,44,
-120,35,157,124,124,0,130,64,0,0,29,128,4,0,125,128,126,7,4,84,
-254,239,5,84,29,47,255,75,121,27,127,124,100,0,130,64,46,241,188,127,
-0,0,29,128,57,7,0,84,84,0,130,64,167,128,45,137,0,0,9,44,
-40,0,130,65,20,0,225,131,16,0,193,131,12,0,161,131,28,0,1,128,
-8,0,129,131,0,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-0,0,29,128,4,0,125,128,0,0,128,56,254,223,6,84,126,7,5,84,
-201,47,255,75,8,0,0,72,3,4,224,59,120,251,227,127,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,232,255,33,148,16,0,193,147,20,0,225,147,
-166,2,8,124,28,0,1,144,8,0,129,147,121,27,124,124,12,0,161,147,
-120,35,157,124,68,0,130,65,12,0,0,60,96,33,0,48,0,0,28,144,
-3,0,192,59,120,227,159,127,4,0,31,132,0,0,0,44,12,0,130,65,
-120,3,3,124,205,162,2,72,255,255,222,55,232,255,130,64,255,7,160,87,
-12,0,130,65,120,227,131,127,181,162,2,72,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,0,0,3,44,
-20,0,130,64,16,0,96,56,213,160,2,72,0,0,3,44,40,0,130,65,
-120,27,108,124,0,0,64,57,12,0,0,60,96,33,0,48,0,0,3,144,
-3,0,0,56,166,3,9,124,4,0,76,149,252,255,0,66,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,58,16,132,84,20,34,131,125,4,0,108,129,0,0,11,44,
-12,0,130,64,2,4,96,56,132,0,0,72,0,0,11,128,57,7,0,84,
-116,0,130,64,167,128,141,137,0,0,12,44,0,0,75,129,180,46,170,80,
-0,0,75,145,48,0,130,65,12,0,131,129,0,0,12,44,16,0,130,65,
-0,0,12,128,180,46,160,80,0,0,12,144,12,0,1,128,8,0,33,56,
-166,3,8,124,0,0,96,56,32,0,128,78,247,6,74,85,12,0,130,64,
-1,0,165,104,62,6,165,84,0,0,11,128,4,0,107,128,120,43,166,124,
-0,0,128,56,126,7,5,84,29,46,255,75,8,0,0,72,4,4,96,56,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,
-4,0,1,144,248,255,33,148,58,16,128,84,20,2,35,125,4,0,137,129,
-0,0,12,44,0,0,96,56,120,43,166,124,12,0,130,64,2,4,96,56,
-64,0,0,72,0,0,76,129,57,7,74,85,16,0,130,65,167,128,109,137,
-0,0,11,44,20,0,130,65,0,0,76,129,254,223,76,85,0,0,134,153,
-24,0,0,72,0,0,12,128,4,0,108,128,0,0,128,56,126,7,5,84,
-41,45,255,75,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-232,255,33,148,12,0,161,147,20,0,225,147,166,2,8,124,28,0,1,144,
-8,0,129,147,4,0,131,59,16,0,193,147,58,16,190,84,46,240,28,124,
-0,0,0,44,120,35,157,124,76,0,130,64,0,0,29,128,4,0,125,128,
-126,7,4,84,254,239,5,84,53,44,255,75,121,27,127,124,52,0,130,64,
-46,241,188,127,0,0,29,128,57,7,0,84,36,0,130,64,0,0,93,129,
-4,0,125,128,0,0,128,56,254,223,70,85,126,7,69,85,17,45,255,75,
-8,0,0,72,3,4,224,59,120,251,227,127,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,16,0,193,147,20,0,225,147,166,2,8,124,
-28,0,1,144,8,0,129,147,121,27,124,124,12,0,161,147,120,35,157,124,
-68,0,130,65,12,0,0,60,56,33,0,48,0,0,28,144,5,0,192,59,
-120,227,159,127,4,0,31,132,0,0,0,44,12,0,130,65,120,3,3,124,
-21,160,2,72,255,255,222,55,232,255,130,64,255,7,160,87,12,0,130,65,
-120,227,131,127,253,159,2,72,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,0,0,3,44,20,0,130,64,
-24,0,96,56,29,158,2,72,0,0,3,44,40,0,130,65,120,27,108,124,
-0,0,64,57,12,0,0,60,56,33,0,48,0,0,3,144,5,0,0,56,
-166,3,9,124,4,0,76,149,252,255,0,66,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,167,128,13,136,0,0,0,44,128,255,96,56,
-32,0,130,77,22,0,96,56,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,58,16,128,84,20,2,3,125,4,0,8,129,0,0,8,44,
-120,43,166,124,12,0,130,64,2,4,96,56,72,0,0,72,0,0,40,129,
-57,7,41,85,56,0,130,64,0,0,72,129,180,46,202,80,247,6,75,85,
-0,0,72,145,12,0,130,64,1,0,204,104,62,6,134,85,0,0,8,128,
-4,0,104,128,0,0,128,56,126,7,5,84,133,43,255,75,8,0,0,72,
-4,4,96,56,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,58,16,128,84,20,2,35,125,
-4,0,137,129,0,0,12,44,0,0,96,56,120,43,166,124,12,0,130,64,
-2,4,96,56,64,0,0,72,0,0,76,129,57,7,74,85,16,0,130,65,
-167,128,109,137,0,0,11,44,20,0,130,65,0,0,76,129,254,223,76,85,
-0,0,134,153,24,0,0,72,0,0,12,128,4,0,108,128,0,0,128,56,
-126,7,5,84,145,42,255,75,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,232,255,33,148,12,0,161,147,20,0,225,147,166,2,8,124,
-28,0,1,144,8,0,129,147,4,0,131,59,16,0,193,147,58,16,190,84,
-46,240,28,124,0,0,0,44,120,35,157,124,76,0,130,64,0,0,29,128,
-4,0,125,128,126,7,4,84,254,239,5,84,157,41,255,75,121,27,127,124,
-52,0,130,64,46,241,188,127,0,0,29,128,57,7,0,84,36,0,130,64,
-0,0,93,129,4,0,125,128,0,0,128,56,254,223,70,85,126,7,69,85,
-121,42,255,75,8,0,0,72,3,4,224,59,120,251,227,127,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,232,255,33,148,16,0,193,147,20,0,225,147,
-166,2,8,124,28,0,1,144,8,0,129,147,121,27,124,124,12,0,161,147,
-120,35,157,124,68,0,130,65,12,0,0,60,24,33,0,48,0,0,28,144,
-12,0,192,59,120,227,159,127,4,0,31,132,0,0,0,44,12,0,130,65,
-120,3,3,124,125,157,2,72,255,255,222,55,232,255,130,64,255,7,160,87,
-12,0,130,65,120,227,131,127,101,157,2,72,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,0,0,3,44,
-20,0,130,64,52,0,96,56,133,155,2,72,0,0,3,44,40,0,130,65,
-120,27,108,124,0,0,64,57,12,0,0,60,24,33,0,48,0,0,3,144,
-12,0,0,56,166,3,9,124,4,0,76,149,252,255,0,66,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,58,16,128,84,20,2,3,125,4,0,8,129,0,0,8,44,
-120,43,166,124,12,0,130,64,2,4,96,56,72,0,0,72,0,0,40,129,
-57,7,41,85,56,0,130,64,0,0,72,129,180,46,202,80,247,6,75,85,
-0,0,72,145,12,0,130,64,1,0,204,104,62,6,134,85,0,0,8,128,
-4,0,104,128,0,0,128,56,126,7,5,84,5,41,255,75,8,0,0,72,
-4,4,96,56,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,58,16,128,84,20,2,35,125,
-4,0,137,129,0,0,12,44,0,0,96,56,120,43,166,124,12,0,130,64,
-2,4,96,56,64,0,0,72,0,0,76,129,57,7,74,85,16,0,130,65,
-167,128,109,137,0,0,11,44,20,0,130,65,0,0,76,129,254,223,76,85,
-0,0,134,153,24,0,0,72,0,0,12,128,4,0,108,128,0,0,128,56,
-126,7,5,84,17,40,255,75,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,29,0,131,61,140,49,108,136,32,0,128,78,58,16,99,84,
-29,0,131,61,100,49,44,129,174,32,9,124,100,49,76,57,254,7,12,84,
-0,0,133,153,0,0,42,129,174,32,9,124,254,255,12,84,0,0,134,153,
-32,0,128,78,58,16,99,84,29,0,0,60,100,49,0,48,46,0,131,125,
-174,32,12,124,190,246,3,84,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,44,0,95,137,116,7,74,125,
-58,16,64,85,20,2,127,125,4,0,139,129,0,0,12,44,196,0,130,64,
-52,0,127,136,0,0,3,44,208,0,130,65,64,32,3,124,20,0,129,64,
-80,24,100,124,62,6,99,84,52,0,127,152,184,0,0,72,120,83,67,125,
-81,255,255,75,1,0,3,44,144,0,130,65,48,0,159,128,1,0,132,56,
-0,24,4,124,48,0,159,144,12,0,128,65,0,0,128,56,48,0,159,144,
-0,0,128,57,8,0,129,153,9,0,129,153,120,83,67,125,116,7,132,124,
-8,0,161,56,9,0,193,56,25,255,255,75,0,0,159,129,28,0,108,129,
-8,0,161,136,8,0,128,56,120,251,227,127,166,3,105,125,33,4,128,78,
-0,0,127,129,28,0,11,128,9,0,161,136,120,251,227,127,9,0,128,56,
-166,3,9,124,33,4,128,78,44,0,127,136,48,0,159,136,116,7,99,124,
-1,255,255,75,52,0,127,152,28,0,0,72,20,0,1,128,12,0,225,131,
-0,0,96,56,16,0,33,56,166,3,8,124,32,0,128,78,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,
-12,0,161,147,20,0,225,147,166,2,8,124,28,0,1,144,8,0,129,147,
-4,0,131,59,16,0,193,147,58,16,190,84,46,240,92,125,0,0,10,44,
-120,35,157,124,124,0,130,64,0,0,29,128,4,0,125,128,126,7,4,84,
-254,239,5,84,169,37,255,75,121,27,127,124,100,0,130,64,46,241,188,127,
-0,0,29,128,57,7,0,84,84,0,130,64,167,128,45,137,0,0,9,44,
-40,0,130,65,20,0,225,131,16,0,193,131,12,0,161,131,28,0,1,128,
-8,0,129,131,0,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-0,0,29,128,4,0,125,128,0,0,128,56,254,223,6,84,126,7,5,84,
-85,38,255,75,8,0,0,72,3,4,224,59,120,251,227,127,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,232,255,33,148,16,0,193,147,20,0,225,147,
-166,2,8,124,28,0,1,144,8,0,129,147,121,27,124,124,12,0,161,147,
-120,35,157,124,68,0,130,65,12,0,0,60,240,32,0,48,0,0,28,144,
-10,0,192,59,120,227,159,127,4,0,31,132,0,0,0,44,12,0,130,65,
-120,3,3,124,89,153,2,72,255,255,222,55,232,255,130,64,255,7,160,87,
-12,0,130,65,120,227,131,127,65,153,2,72,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,0,0,3,44,
-20,0,130,64,56,0,96,56,97,151,2,72,0,0,3,44,60,0,130,65,
-12,0,96,61,240,32,107,57,0,0,99,145,120,27,108,124,0,0,64,57,
-10,0,0,56,166,3,9,124,4,0,76,149,252,255,0,66,5,0,128,57,
-44,0,131,153,0,0,0,56,48,0,3,144,52,0,3,152,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,12,0,161,147,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,167,128,13,136,
-0,0,0,44,120,27,126,124,28,0,130,65,28,0,1,128,16,0,193,131,
-0,0,96,56,24,0,33,56,166,3,8,124,32,0,128,78,58,16,134,84,
-20,50,30,125,4,0,40,129,0,0,9,44,188,0,130,64,8,0,4,44,
-172,0,130,65,9,0,4,44,164,0,130,65,0,0,64,57,48,0,94,145,
-120,35,138,124,44,0,94,153,120,35,131,124,77,252,255,75,0,0,3,44,
-132,0,130,65,120,83,67,125,0,0,128,56,117,252,255,75,8,0,129,152,
-9,0,129,152,52,0,126,152,120,83,67,125,8,0,161,56,9,0,193,56,
-41,252,255,75,0,0,126,129,28,0,139,129,8,0,161,136,120,243,195,127,
-8,0,128,56,166,3,137,125,33,4,128,78,0,0,254,128,28,0,39,129,
-9,0,161,136,120,27,125,124,9,0,128,56,120,243,195,127,166,3,41,125,
-33,4,128,78,121,27,127,124,12,0,130,65,0,0,29,44,16,0,130,64,
-52,0,126,136,61,167,254,75,88,0,0,72,2,4,224,59,80,0,0,72,
-0,0,105,129,57,7,107,85,64,0,130,64,0,0,137,129,180,46,172,80,
-247,6,128,85,0,0,137,145,12,0,130,64,1,0,165,104,62,6,165,84,
-0,0,9,128,4,0,105,128,120,43,166,124,0,0,128,56,126,7,5,84,
-233,35,255,75,120,27,127,124,8,0,0,72,4,4,224,59,120,251,227,127,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-58,16,128,84,20,2,67,125,4,0,138,129,0,0,12,44,0,0,96,56,
-120,43,166,124,12,0,130,64,2,4,96,56,44,0,0,72,0,0,12,128,
-57,7,11,84,16,0,130,64,254,223,12,84,0,0,134,153,20,0,0,72,
-4,0,108,128,0,0,128,56,126,7,5,84,245,34,255,75,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,224,255,33,148,20,0,161,147,
-16,0,129,147,120,27,124,124,166,2,8,124,36,0,1,144,12,0,97,147,
-0,0,96,59,120,219,96,127,28,0,225,147,29,0,224,63,140,49,255,59,
-255,255,159,57,24,0,193,147,29,0,192,63,100,49,222,59,252,255,126,57,
-10,0,0,57,166,3,9,125,4,0,11,148,1,0,12,156,248,255,0,66,
-4,0,220,136,0,0,6,44,16,1,130,65,2,0,28,136,3,0,60,137,
-46,68,41,85,120,3,37,125,62,4,160,84,0,0,27,124,8,0,188,59,
-232,0,128,64,2,0,125,136,0,0,3,44,228,0,130,65,0,0,253,136,
-7,0,7,44,184,0,130,64,1,0,29,137,58,16,8,85,46,240,40,125,
-0,0,9,44,196,0,130,64,20,218,67,125,3,0,106,59,37,150,2,72,
-1,0,221,136,0,0,3,44,58,16,201,84,46,241,105,124,44,0,130,64,
-20,0,161,131,28,0,225,131,24,0,193,131,16,0,129,131,36,0,1,128,
-12,0,97,131,16,1,96,56,166,3,8,124,32,0,33,56,32,0,128,78,
-2,0,125,140,0,0,0,57,0,24,8,124,120,243,192,127,174,49,127,124,
-32,0,128,64,58,16,202,84,46,0,106,125,1,0,157,141,174,65,139,125,
-1,0,8,57,0,24,8,124,232,255,128,65,3,0,188,136,2,0,252,136,
-46,68,165,84,120,59,165,124,62,4,160,84,0,0,27,124,1,0,189,59,
-60,255,128,65,28,0,0,72,20,218,131,125,3,0,108,59,0,0,27,124,
-3,0,221,56,20,26,166,127,32,255,128,65,64,0,27,124,44,0,130,65,
-20,0,161,131,28,0,225,131,24,0,193,131,16,0,129,131,36,0,1,128,
-12,0,97,131,13,4,96,56,166,3,8,124,32,0,33,56,32,0,128,78,
-20,0,161,131,28,0,225,131,24,0,193,131,16,0,129,131,36,0,1,128,
-12,0,97,131,0,0,96,56,166,3,8,124,32,0,33,56,32,0,128,78,
-29,0,131,61,88,49,108,136,32,0,128,78,58,16,99,84,29,0,131,61,
-40,49,44,129,174,32,9,124,40,49,76,57,254,7,12,84,0,0,133,153,
-0,0,42,129,174,32,9,124,254,255,12,84,0,0,134,153,32,0,128,78,
-58,16,99,84,29,0,0,60,40,49,0,48,46,0,131,125,174,32,12,124,
-190,246,3,84,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,52,0,95,137,116,7,74,125,58,16,64,85,
-20,2,127,125,4,0,139,129,0,0,12,44,196,0,130,64,60,0,127,136,
-0,0,3,44,208,0,130,65,64,32,3,124,20,0,129,64,80,24,100,124,
-62,6,99,84,60,0,127,152,184,0,0,72,120,83,67,125,81,255,255,75,
-1,0,3,44,144,0,130,65,56,0,159,128,1,0,132,56,0,24,4,124,
-56,0,159,144,12,0,128,65,0,0,128,56,56,0,159,144,0,0,128,57,
-8,0,129,153,9,0,129,153,120,83,67,125,116,7,132,124,8,0,161,56,
-9,0,193,56,25,255,255,75,0,0,159,129,28,0,108,129,8,0,161,136,
-10,0,128,56,120,251,227,127,166,3,105,125,33,4,128,78,0,0,127,129,
-28,0,11,128,9,0,161,136,120,251,227,127,11,0,128,56,166,3,9,124,
-33,4,128,78,52,0,127,136,56,0,159,136,116,7,99,124,1,255,255,75,
-60,0,127,152,28,0,0,72,20,0,1,128,12,0,225,131,0,0,96,56,
-16,0,33,56,166,3,8,124,32,0,128,78,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,12,0,161,147,
-20,0,225,147,166,2,8,124,28,0,1,144,8,0,129,147,4,0,131,59,
-16,0,193,147,58,16,190,84,46,240,92,125,0,0,10,44,120,35,157,124,
-124,0,130,64,0,0,29,128,4,0,125,128,126,7,4,84,254,239,5,84,
-205,30,255,75,121,27,127,124,100,0,130,64,46,241,188,127,0,0,29,128,
-57,7,0,84,84,0,130,64,167,128,45,137,0,0,9,44,40,0,130,65,
-20,0,225,131,16,0,193,131,12,0,161,131,28,0,1,128,8,0,129,131,
-0,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,0,0,29,128,
-4,0,125,128,0,0,128,56,254,223,6,84,126,7,5,84,121,31,255,75,
-8,0,0,72,3,4,224,59,120,251,227,127,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,16,0,193,147,20,0,225,147,166,2,8,124,
-28,0,1,144,8,0,129,147,121,27,124,124,12,0,161,147,120,35,157,124,
-68,0,130,65,12,0,0,60,96,32,0,48,0,0,28,144,12,0,192,59,
-120,227,159,127,4,0,31,132,0,0,0,44,12,0,130,65,120,3,3,124,
-125,146,2,72,255,255,222,55,232,255,130,64,255,7,160,87,12,0,130,65,
-120,227,131,127,101,146,2,72,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-240,255,33,148,0,0,3,44,166,2,8,124,20,0,1,144,12,0,225,147,
-120,35,159,124,20,0,130,64,64,0,96,56,125,144,2,72,0,0,3,44,
-60,0,130,65,12,0,0,60,96,32,0,48,0,0,3,144,120,27,108,124,
-0,0,96,57,12,0,64,57,166,3,73,125,4,0,108,149,252,255,0,66,
-0,0,0,56,52,0,3,152,56,0,3,144,60,0,3,152,61,0,227,155,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-232,255,33,148,12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,
-28,0,1,144,167,128,13,136,0,0,0,44,120,43,166,124,120,27,126,124,
-28,0,130,65,28,0,1,128,16,0,193,131,0,0,96,56,24,0,33,56,
-166,3,8,124,32,0,128,78,58,16,135,84,20,58,62,125,4,0,41,129,
-0,0,9,44,188,0,130,64,10,0,4,44,172,0,130,65,11,0,4,44,
-164,0,130,65,0,0,96,57,56,0,126,145,120,35,138,124,52,0,94,153,
-120,35,131,124,61,252,255,75,0,0,3,44,132,0,130,65,120,83,67,125,
-0,0,128,56,101,252,255,75,8,0,129,152,9,0,129,152,60,0,126,152,
-120,83,67,125,8,0,161,56,9,0,193,56,25,252,255,75,0,0,126,129,
-28,0,139,129,8,0,161,136,120,243,195,127,10,0,128,56,166,3,137,125,
-33,4,128,78,0,0,30,129,28,0,72,129,9,0,161,136,120,27,125,124,
-11,0,128,56,120,243,195,127,166,3,73,125,33,4,128,78,121,27,127,124,
-12,0,130,65,0,0,29,44,16,0,130,64,60,0,126,136,81,160,254,75,
-72,0,0,72,2,4,224,59,64,0,0,72,0,0,137,129,57,7,140,85,
-48,0,130,64,4,0,105,128,0,0,9,128,0,0,128,56,180,46,192,80,
-0,0,9,144,1,0,198,104,62,6,198,84,126,7,5,84,13,29,255,75,
-120,27,127,124,8,0,0,72,4,4,224,59,120,251,227,127,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,58,16,128,84,
-20,2,67,125,4,0,138,129,0,0,12,44,0,0,96,56,120,43,166,124,
-12,0,130,64,2,4,96,56,44,0,0,72,0,0,12,128,57,7,11,84,
-16,0,130,64,254,223,12,84,0,0,134,153,20,0,0,72,4,0,108,128,
-0,0,128,56,126,7,5,84,25,28,255,75,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,224,255,33,148,16,0,129,147,20,0,161,147,
-12,0,97,147,120,27,123,124,166,2,8,124,36,0,1,144,8,0,65,147,
-0,0,64,59,120,211,64,127,24,0,193,147,29,0,192,63,88,49,222,59,
-255,255,158,57,28,0,225,147,29,0,224,63,40,49,255,59,252,255,127,57,
-12,0,160,56,166,3,169,124,4,0,11,148,1,0,12,156,248,255,0,66,
-4,0,123,137,0,0,11,44,12,1,130,65,3,0,155,137,2,0,27,136,
-46,68,140,85,120,3,134,125,63,4,192,84,20,90,187,127,240,0,130,65,
-120,251,252,127,216,0,0,72,2,0,125,136,0,0,3,44,220,0,130,65,
-0,0,29,137,2,0,8,44,176,0,130,64,1,0,93,137,58,16,74,85,
-46,224,10,124,0,0,0,44,188,0,130,64,20,210,131,125,3,0,76,59,
-65,143,2,72,1,0,61,137,0,0,3,44,58,16,44,85,46,225,108,124,
-48,0,130,64,16,0,129,131,24,0,193,131,28,0,225,131,20,0,161,131,
-12,0,97,131,36,0,1,128,8,0,65,131,16,1,96,56,166,3,8,124,
-32,0,33,56,32,0,128,78,2,0,125,140,0,0,160,56,0,24,5,124,
-174,73,126,124,32,0,128,64,58,16,38,85,46,224,230,124,1,0,29,141,
-174,41,7,125,1,0,165,56,0,24,5,124,232,255,128,65,3,0,59,137,
-2,0,91,137,1,0,189,59,46,68,41,85,120,83,43,125,62,4,96,85,
-56,255,255,75,20,210,163,124,3,0,69,59,3,0,253,56,20,26,167,127,
-0,0,26,124,40,255,128,65,64,0,26,124,48,0,130,65,16,0,129,131,
-24,0,193,131,28,0,225,131,20,0,161,131,12,0,97,131,36,0,1,128,
-8,0,65,131,13,4,96,56,166,3,8,124,32,0,33,56,32,0,128,78,
-16,0,129,131,24,0,193,131,28,0,225,131,20,0,161,131,12,0,97,131,
-36,0,1,128,8,0,65,131,0,0,96,56,166,3,8,124,32,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,58,16,128,84,
-20,2,67,125,4,0,138,129,0,0,12,44,0,0,96,56,120,43,166,124,
-12,0,130,64,2,4,96,56,44,0,0,72,0,0,12,128,57,7,11,84,
-16,0,130,64,254,223,12,84,0,0,134,153,20,0,0,72,4,0,108,128,
-0,0,128,56,126,7,5,84,233,25,255,75,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-58,16,128,84,20,2,131,125,4,0,12,129,0,0,8,44,120,43,166,124,
-12,0,130,64,2,4,96,56,104,0,0,72,0,0,40,129,57,7,41,85,
-88,0,130,64,167,128,109,137,0,0,11,44,0,0,72,129,180,46,202,80,
-0,0,72,145,24,0,130,65,12,0,1,128,8,0,33,56,166,3,8,124,
-0,0,96,56,32,0,128,78,247,6,64,85,12,0,130,64,1,0,204,104,
-62,6,134,85,4,0,104,128,0,0,8,129,0,0,128,56,126,7,5,85,
-193,25,255,75,8,0,0,72,4,4,96,56,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,16,0,3,128,0,0,0,44,120,35,133,124,
-12,0,130,65,3,0,128,56,228,254,255,75,2,0,128,56,220,254,255,75,
-120,35,133,124,2,0,128,56,56,255,255,75,120,35,133,124,4,0,128,56,
-196,254,255,75,120,35,133,124,1,0,128,56,184,254,255,75,120,35,133,124,
-1,0,128,56,20,255,255,75,120,35,133,124,0,0,128,56,160,254,255,75,
-120,35,133,124,0,0,128,56,252,254,255,75,232,255,33,148,12,0,161,147,
-20,0,225,147,166,2,8,124,28,0,1,144,8,0,129,147,4,0,131,59,
-16,0,193,147,58,16,190,84,46,240,92,125,0,0,10,44,120,35,157,124,
-124,0,130,64,0,0,29,128,4,0,125,128,126,7,4,84,254,239,5,84,
-237,23,255,75,121,27,127,124,100,0,130,64,46,241,188,127,0,0,29,128,
-57,7,0,84,84,0,130,64,167,128,45,137,0,0,9,44,40,0,130,65,
-20,0,225,131,16,0,193,131,12,0,161,131,28,0,1,128,8,0,129,131,
-0,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,0,0,29,128,
-4,0,125,128,0,0,128,56,254,223,6,84,126,7,5,84,153,24,255,75,
-8,0,0,72,3,4,224,59,120,251,227,127,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,16,0,193,147,20,0,225,147,166,2,8,124,
-28,0,1,144,8,0,129,147,121,27,124,124,12,0,161,147,120,35,157,124,
-68,0,130,65,12,0,0,60,144,32,0,48,0,0,28,144,5,0,192,59,
-120,227,159,127,4,0,31,132,0,0,0,44,12,0,130,65,120,3,3,124,
-157,139,2,72,255,255,222,55,232,255,130,64,255,7,160,87,12,0,130,65,
-120,227,131,127,133,139,2,72,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,0,0,3,44,20,0,130,64,
-24,0,96,56,165,137,2,72,0,0,3,44,40,0,130,65,120,27,108,124,
-0,0,64,57,12,0,0,60,144,32,0,48,0,0,3,144,5,0,0,56,
-166,3,9,124,4,0,76,149,252,255,0,66,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,2,4,96,56,32,0,128,78,2,4,96,56,
-32,0,128,78,0,0,3,44,32,0,130,77,255,7,128,84,32,0,130,77,
-232,138,2,72,2,4,96,56,32,0,128,78,2,4,96,56,32,0,128,78,
-0,0,3,44,32,0,130,77,255,7,128,84,32,0,130,77,196,138,2,72,
-2,4,96,56,32,0,128,78,2,4,96,56,32,0,128,78,128,255,96,56,
-32,0,128,78,0,0,3,44,32,0,130,77,255,7,128,84,32,0,130,77,
-152,138,2,72,2,4,96,56,32,0,128,78,2,4,96,56,32,0,128,78,
-0,0,3,44,32,0,130,77,255,7,128,84,32,0,130,77,116,138,2,72,
-0,0,96,56,32,0,128,78,2,4,96,56,32,0,128,78,2,4,96,56,
-32,0,128,78,0,0,3,44,32,0,130,77,255,7,128,84,32,0,130,77,
-72,138,2,72,61,0,99,136,32,0,128,78,0,0,96,56,32,0,128,78,
-0,0,96,56,32,0,128,78,2,4,96,56,32,0,128,78,2,4,96,56,
-32,0,128,78,0,0,3,44,32,0,130,77,255,7,128,84,32,0,130,77,
-12,138,2,72,2,4,96,56,32,0,128,78,2,4,96,56,32,0,128,78,
-2,4,96,56,32,0,128,78,2,4,96,56,32,0,128,78,2,4,96,56,
-32,0,128,78,2,4,96,56,32,0,128,78,2,4,96,56,32,0,128,78,
-2,4,96,56,32,0,128,78,0,0,96,56,32,0,128,78,2,4,96,56,
-32,0,128,78,0,0,3,44,32,0,130,77,255,7,128,84,32,0,130,77,
-168,137,2,72,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-166,0,224,127,94,4,236,87,36,1,128,125,224,128,13,128,0,0,0,44,
-28,0,130,65,192,248,96,56,97,55,5,72,0,253,96,56,229,234,2,72,
-0,0,0,56,224,128,13,144,0,128,235,115,166,0,0,124,94,4,0,84,
-120,91,0,124,36,1,0,124,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,166,0,224,127,94,4,236,87,36,1,128,125,224,128,13,128,
-0,0,0,44,28,0,130,64,64,7,96,56,249,54,5,72,0,3,96,56,
-125,234,2,72,1,0,0,56,224,128,13,144,0,128,235,115,166,0,0,124,
-94,4,0,84,120,91,0,124,36,1,0,124,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,166,0,224,127,94,4,236,87,36,1,128,125,
-220,128,13,128,0,0,0,44,28,0,130,65,235,255,96,56,145,54,5,72,
-176,255,96,56,21,234,2,72,0,0,0,56,220,128,13,144,0,128,235,115,
-166,0,0,124,94,4,0,84,120,91,0,124,36,1,0,124,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,166,0,224,127,94,4,236,87,
-36,1,128,125,220,128,13,128,0,0,0,44,28,0,130,64,21,0,96,56,
-41,54,5,72,80,0,96,56,173,233,2,72,1,0,0,56,220,128,13,144,
-0,128,235,115,166,0,0,124,94,4,0,84,120,91,0,124,36,1,0,124,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-0,0,99,137,9,0,131,137,237,0,140,113,64,0,12,44,7,2,0,56,
-9,0,131,153,16,0,130,64,1,0,11,44,8,0,130,64,0,0,0,56,
-120,3,3,124,32,0,128,78,0,0,0,56,120,27,106,124,2,0,138,169,
-173,5,139,85,104,0,130,64,8,0,74,129,0,0,10,44,236,255,130,64,
-20,16,0,56,120,27,108,124,2,0,76,169,247,6,73,85,20,0,130,65,
-8,0,99,129,0,0,11,44,40,0,130,65,20,0,0,72,8,0,140,129,
-0,0,12,44,220,255,130,64,40,0,0,72,120,91,99,125,8,0,99,129,
-0,0,11,44,244,255,130,64,36,0,131,129,52,0,108,129,189,7,107,85,
-8,0,130,65,0,0,0,56,120,3,3,124,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,8,0,193,147,
-29,0,192,63,152,49,126,56,17,135,130,56,53,47,2,72,120,251,228,127,
-152,49,190,56,11,0,96,60,56,110,99,56,253,154,2,72,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-232,255,33,148,20,0,225,147,166,2,8,124,16,0,193,147,12,0,161,147,
-8,0,129,147,28,0,1,144,120,35,159,124,0,0,223,131,16,0,3,40,
-56,0,128,64,28,0,190,131,24,0,158,131,32,0,131,57,32,0,67,33,
-1,0,192,56,48,24,200,124,120,67,156,127,24,0,158,147,48,84,203,124,
-48,96,192,124,120,91,9,124,120,75,189,127,28,0,190,147,120,243,195,127,
-120,43,164,124,37,49,5,72,120,243,195,127,255,255,128,56,101,49,5,72,
-120,251,227,127,197,41,6,72,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-216,255,33,148,12,0,33,147,28,0,161,147,166,2,8,124,44,0,1,144,
-20,0,97,147,120,27,123,124,24,0,129,147,120,35,156,124,36,0,225,147,
-32,0,193,147,0,0,192,59,120,243,223,127,16,0,65,147,120,243,218,127,
-166,0,160,127,94,4,171,87,36,1,96,125,58,16,104,87,20,218,200,124,
-54,32,198,84,29,0,134,61,96,52,76,57,12,0,42,131,8,0,249,128,
-0,0,7,44,20,0,130,65,8,0,57,131,8,0,249,128,0,0,7,44,
-244,255,130,64,120,219,99,127,53,203,0,72,121,27,100,124,188,0,130,65,
-0,0,132,129,120,99,136,125,8,0,232,128,0,0,7,44,20,0,130,65,
-8,0,8,129,8,0,232,128,0,0,7,44,244,255,130,64,64,200,8,124,
-28,0,130,64,0,0,28,44,20,0,130,65,120,219,99,127,0,0,160,56,
-153,254,255,75,176,255,255,75,2,0,76,169,231,4,64,85,32,0,130,64,
-8,0,140,129,0,0,12,44,236,255,130,64,0,0,26,44,1,0,222,59,
-72,0,130,64,56,0,0,72,14,0,136,169,0,0,12,44,32,0,130,64,
-64,200,8,124,19,16,160,56,8,0,130,64,0,0,160,56,120,219,99,127,
-73,254,255,75,96,255,255,75,0,0,26,44,1,0,222,59,16,0,130,64,
-8,0,68,131,120,35,159,124,72,255,255,75,4,0,154,144,8,0,68,131,
-60,255,255,75,0,0,30,44,255,255,222,59,164,0,130,65,120,251,234,127,
-8,0,255,131,4,0,255,131,22,0,106,169,120,91,99,125,16,0,3,40,
-120,83,68,125,80,0,129,64,35,0,3,40,44,0,128,64,44,0,160,56,
-80,43,11,16,41,0,224,60,12,253,231,56,20,2,103,124,253,112,5,72,
-0,0,30,44,255,255,222,59,184,255,130,64,84,0,0,72,14,1,160,56,
-0,0,192,56,249,202,0,72,0,0,30,44,255,255,222,59,156,255,130,64,
-56,0,0,72,36,0,10,160,46,64,101,85,20,90,101,125,58,16,107,85,
-254,255,9,84,18,0,203,60,48,113,102,56,1,0,32,105,62,6,5,84,
-185,146,252,75,0,0,30,44,255,255,222,59,100,255,130,64,0,128,168,115,
-166,0,0,124,94,4,0,84,120,67,0,124,36,1,0,124,32,0,193,131,
-24,0,129,131,20,0,97,131,28,0,161,131,36,0,225,131,44,0,1,128,
-16,0,65,131,12,0,33,131,166,3,8,124,40,0,33,56,32,0,128,78,
-232,255,33,148,12,0,161,147,16,0,193,147,166,2,8,124,28,0,1,144,
-20,0,225,147,120,27,127,124,166,0,192,127,94,4,199,87,36,1,224,124,
-58,16,234,87,20,250,10,125,54,32,8,85,29,0,136,61,96,52,236,136,
-0,0,7,44,96,52,172,59,132,0,130,65,4,0,125,128,0,0,3,44,
-0,0,32,57,4,0,61,145,96,52,44,153,16,0,130,65,0,0,4,44,
-8,0,130,65,9,39,6,72,10,0,0,60,240,121,0,48,36,0,29,144,
-0,0,0,56,1,0,128,56,48,248,138,124,56,0,93,145,32,0,159,33,
-48,100,134,124,32,0,31,57,48,64,137,124,120,51,43,125,60,0,125,145,
-2,0,96,57,34,0,125,177,52,0,29,144,74,0,253,179,32,0,157,176,
-40,0,29,144,46,0,29,176,48,0,29,176,120,251,227,127,41,201,0,72,
-0,128,204,115,166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,232,255,33,148,16,0,193,147,20,0,225,147,
-166,2,8,124,28,0,1,144,12,0,161,147,120,27,125,124,2,0,157,161,
-255,255,159,85,208,0,130,65,14,0,29,168,0,0,0,44,24,0,130,64,
-11,0,96,60,108,110,99,56,13,10,128,56,0,0,160,56,249,55,252,75,
-42,0,221,163,14,0,125,168,8,0,157,128,145,251,255,75,120,235,169,127,
-2,0,105,169,247,6,106,85,20,0,130,64,8,0,41,129,0,0,9,44,
-236,255,130,64,68,0,0,72,19,16,224,59,11,0,96,60,72,110,99,56,
-120,243,196,127,145,150,2,72,14,0,157,168,120,235,163,127,49,45,5,72,
-14,0,253,179,120,235,163,127,255,255,128,56,109,45,5,72,120,243,195,127,
-1,0,128,56,89,254,255,75,64,0,0,72,17,16,224,59,11,0,96,60,
-128,110,99,56,120,243,196,127,81,150,2,72,14,0,157,168,120,235,163,127,
-241,44,5,72,14,0,253,179,120,235,163,127,255,255,128,56,45,45,5,72,
-120,243,195,127,1,0,128,56,25,254,255,75,120,251,227,127,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,8,0,129,147,16,0,193,147,20,0,225,147,
-166,2,8,124,28,0,1,144,12,0,161,147,120,27,125,124,120,235,168,127,
-2,0,40,169,247,6,32,85,20,0,130,64,8,0,8,129,0,0,8,44,
-236,255,130,64,208,1,0,72,8,0,253,131,0,0,31,44,188,1,130,65,
-2,0,125,161,189,7,107,85,24,0,130,64,11,0,96,60,188,110,99,56,
-148,10,128,56,0,0,160,56,193,54,252,75,120,235,163,127,97,39,5,72,
-120,27,126,124,14,0,125,168,8,0,157,128,81,250,255,75,120,243,196,127,
-11,0,96,60,160,110,99,56,117,149,2,72,14,0,157,168,16,16,224,59,
-120,235,163,127,17,44,5,72,21,16,0,56,14,0,29,176,120,243,195,127,
-241,89,254,75,1,0,0,56,48,240,4,124,89,244,5,72,0,0,3,44,
-120,243,195,127,128,0,130,65,1,0,128,56,245,250,255,75,120,243,195,127,
-201,89,254,75,58,16,108,84,20,26,108,125,56,24,107,85,248,193,13,56,
-20,2,107,125,36,0,139,129,255,255,128,56,120,235,163,127,136,1,140,85,
-36,0,139,145,249,43,5,72,120,243,195,127,1,0,128,56,229,252,255,75,
-168,128,141,129,1,0,140,57,85,85,0,60,86,85,0,96,150,96,32,125,
-168,128,141,145,112,254,138,125,80,72,42,125,58,16,43,85,80,88,41,125,
-81,96,9,125,216,0,130,64,180,0,0,72,89,89,254,75,248,193,141,59,
-58,16,106,84,20,26,10,125,56,24,8,85,20,226,136,125,36,0,12,128,
-75,1,0,84,72,0,130,64,120,243,195,127,49,89,254,75,120,243,198,127,
-120,27,101,124,10,0,96,56,11,0,128,60,208,110,132,56,221,56,252,75,
-120,243,195,127,17,89,254,75,58,16,105,84,20,26,9,125,56,24,8,85,
-20,226,72,125,36,0,106,129,0,4,107,101,36,0,106,145,120,235,163,127,
-255,255,128,56,69,43,5,72,120,243,195,127,1,0,128,56,49,252,255,75,
-168,128,141,129,1,0,140,57,85,85,0,60,86,85,0,96,150,96,32,125,
-168,128,141,145,112,254,138,125,80,72,42,125,58,16,43,85,80,88,41,125,
-81,96,9,125,36,0,130,64,1,0,128,57,216,128,141,145,24,0,0,72,
-52,7,255,127,16,0,0,72,120,235,163,127,221,252,255,75,120,27,127,124,
-120,251,227,127,20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,
-0,0,4,44,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-11,0,96,60,80,111,99,56,12,0,130,65,11,0,96,60,32,111,99,56,
-157,147,2,72,4,0,31,137,0,0,95,161,9,0,159,136,8,0,127,137,
-6,0,223,136,2,0,63,161,7,0,31,136,5,0,255,136,11,0,96,60,
-228,110,99,56,120,91,5,124,109,147,2,72,20,0,1,128,12,0,225,131,
-0,0,96,56,16,0,33,56,166,3,8,124,32,0,128,78,224,255,33,148,
-16,0,129,147,24,0,193,147,28,0,225,147,166,2,8,124,36,0,1,144,
-8,0,65,147,120,27,122,124,20,0,161,147,120,43,189,124,120,235,166,127,
-12,0,97,147,120,35,155,124,0,0,128,56,120,35,133,124,201,40,5,72,
-0,0,27,44,120,27,124,124,32,0,130,65,204,204,0,60,205,204,0,96,
-22,216,0,124,254,232,0,84,20,0,28,144,248,191,45,129,20,2,201,127,
-2,0,92,161,32,0,74,97,2,0,92,177,120,211,67,127,120,227,132,127,
-65,209,2,72,0,0,124,169,0,0,11,44,248,255,130,64,12,0,252,171,
-120,227,131,127,1,0,128,56,177,41,5,72,0,0,31,44,9,0,29,136,
-127,0,11,104,254,207,0,84,52,0,108,125,126,217,138,85,120,83,0,124,
-62,6,0,84,56,0,130,64,0,0,0,44,32,0,130,65,248,191,205,128,
-64,240,6,124,20,0,129,64,120,211,67,127,120,227,132,127,225,208,2,72,
-40,0,0,72,0,0,27,44,12,0,130,65,0,0,0,44,132,255,130,64,
-4,2,31,44,52,0,130,65,120,211,67,127,120,227,132,127,185,208,2,72,
-0,0,252,168,0,0,7,44,248,255,130,64,12,0,252,171,0,0,27,44,
-16,0,130,65,120,235,163,127,1,0,128,56,97,254,255,75,0,0,0,57,
-0,0,28,177,120,227,131,127,253,33,6,72,20,0,161,131,120,251,227,127,
-28,0,225,131,16,0,129,131,24,0,193,131,36,0,1,128,12,0,97,131,
-8,0,65,131,166,3,8,124,32,0,33,56,32,0,128,78,208,255,33,148,
-24,0,65,147,28,0,97,147,32,0,129,147,36,0,161,147,40,0,193,147,
-12,0,225,146,20,0,33,147,44,0,225,147,166,2,8,124,52,0,1,144,
-16,0,1,147,248,191,237,130,120,27,122,124,120,35,155,124,120,43,188,124,
-120,51,221,124,120,59,254,124,0,0,0,59,161,34,5,72,204,204,0,60,
-205,204,0,96,22,216,224,124,0,0,128,57,9,0,0,60,254,232,231,84,
-120,27,121,124,1,0,128,56,248,112,0,48,8,0,131,145,4,0,3,144,
-36,0,131,145,40,0,131,145,20,0,227,144,89,40,5,72,2,0,25,161,
-12,0,60,129,120,203,37,127,120,211,68,127,120,227,131,127,166,3,41,125,
-32,0,8,97,120,243,199,127,120,235,166,127,2,0,25,177,33,4,128,78,
-0,0,249,168,0,0,7,44,248,255,130,64,12,0,249,171,0,0,0,57,
-120,203,35,127,0,0,25,177,249,32,6,72,0,2,31,40,20,0,130,65,
-3,2,31,40,12,0,130,65,8,2,31,40,52,0,130,64,248,191,77,129,
-80,80,119,125,58,16,108,85,20,90,12,124,60,8,0,84,81,216,96,127,
-12,0,129,65,4,2,96,56,20,0,0,72,1,0,24,59,3,0,24,44,
-48,255,128,65,120,251,227,127,24,0,65,131,36,0,161,131,40,0,193,131,
-28,0,97,131,20,0,33,131,32,0,129,131,44,0,225,131,52,0,1,128,
-16,0,1,131,12,0,225,130,166,3,8,124,48,0,33,56,32,0,128,78,
-208,255,33,148,166,2,8,124,52,0,1,144,40,0,193,147,120,27,126,124,
-44,0,225,147,120,35,159,124,24,0,65,147,120,43,186,124,28,0,97,147,
-120,51,219,124,32,0,129,147,120,59,252,124,36,0,161,147,0,0,160,59,
-0,0,90,129,8,0,65,145,4,0,122,129,12,0,97,145,8,0,154,129,
-16,0,129,145,12,0,26,128,120,243,195,127,120,251,228,127,120,227,134,127,
-0,0,224,56,8,0,161,56,20,0,1,144,57,254,255,75,0,0,3,44,
-24,0,130,64,0,0,251,128,12,0,7,128,120,219,99,127,166,3,9,124,
-33,4,128,78,1,0,189,59,3,0,29,44,12,0,128,64,7,16,3,44,
-156,255,130,65,40,0,193,131,32,0,129,131,36,0,161,131,44,0,225,131,
-52,0,1,128,28,0,97,131,24,0,65,131,166,3,8,124,48,0,33,56,
-32,0,128,78,216,255,33,148,28,0,161,147,32,0,193,147,36,0,225,147,
-166,2,8,124,44,0,1,144,24,0,129,147,120,27,124,124,2,0,156,161,
-189,7,140,85,24,0,130,64,11,0,96,60,176,111,99,56,108,14,128,56,
-0,0,160,56,173,48,252,75,42,0,220,163,10,128,13,168,0,0,30,124,
-0,0,224,59,116,0,128,64,120,243,195,127,217,82,254,75,0,0,3,44,
-20,0,130,64,29,0,126,61,28,5,139,137,0,0,12,44,84,0,130,64,
-25,16,224,59,120,243,196,127,11,0,96,60,128,111,99,56,65,143,2,72,
-1,0,0,56,16,0,1,144,48,240,0,124,8,0,1,144,0,0,160,59,
-12,0,161,147,8,0,129,56,36,0,96,60,124,157,99,56,255,255,160,56,
-29,66,2,72,212,192,109,56,1,0,128,60,120,235,165,127,61,15,6,72,
-58,16,202,87,20,242,10,124,54,32,0,84,29,0,128,61,20,2,108,125,
-100,52,75,129,0,0,10,44,32,0,130,64,120,227,131,127,255,255,128,56,
-209,37,5,72,120,243,195,127,1,0,128,56,189,246,255,75,17,16,224,59,
-120,251,227,127,36,0,225,131,32,0,193,131,44,0,1,128,28,0,161,131,
-24,0,129,131,166,3,8,124,40,0,33,56,32,0,128,78,168,255,33,148,
-76,0,161,147,80,0,193,147,166,2,8,124,92,0,1,144,84,0,225,147,
-120,27,127,124,2,0,127,161,189,7,107,85,11,0,192,63,20,0,130,64,
-236,111,126,56,38,14,128,56,0,0,160,56,141,47,252,75,120,251,227,127,
-45,32,5,72,120,27,125,124,16,0,29,40,36,0,128,65,84,0,225,131,
-80,0,193,131,92,0,1,128,76,0,161,131,0,0,96,56,166,3,8,124,
-88,0,33,56,32,0,128,78,14,0,127,168,8,0,159,128,245,242,255,75,
-120,235,164,127,11,0,96,60,208,111,99,56,25,142,2,72,4,2,96,56,
-141,120,2,72,121,27,127,124,16,0,130,65,12,0,32,61,76,79,41,57,
-0,0,63,145,0,0,31,44,20,0,130,64,236,111,126,56,56,14,128,56,
-0,0,160,56,9,47,252,75,12,0,1,128,7,0,64,61,64,36,74,57,
-8,0,65,145,0,0,96,57,16,0,97,145,64,0,97,145,60,0,1,144,
-56,0,65,145,28,0,1,144,24,0,65,145,5,0,224,60,48,0,97,145,
-44,0,1,144,40,0,65,145,32,0,97,145,212,144,231,56,52,0,225,144,
-36,0,225,144,68,0,225,144,0,0,223,128,20,0,225,144,20,0,230,128,
-120,251,227,127,166,3,233,124,33,4,128,78,120,27,103,124,120,235,163,127,
-120,251,230,127,232,3,128,56,56,0,161,56,213,252,255,75,121,27,126,124,
-84,0,130,64,0,0,31,129,20,0,72,129,120,251,227,127,166,3,73,125,
-33,4,128,78,120,27,100,124,120,235,163,127,9,79,254,75,0,0,3,44,
-32,0,130,64,11,0,96,60,0,112,99,56,41,141,2,72,0,0,31,44,
-25,16,192,59,36,0,130,65,24,0,0,72,11,0,96,60,196,111,99,56,
-13,141,2,72,0,0,31,44,12,0,130,65,120,251,227,127,29,121,2,72,
-120,243,195,127,80,0,193,131,92,0,1,128,84,0,225,131,76,0,161,131,
-166,3,8,124,88,0,33,56,32,0,128,78,232,255,33,148,3,2,4,40,
-16,0,193,147,166,2,8,124,28,0,1,144,20,0,225,147,120,27,127,124,
-12,0,161,147,241,0,160,59,24,0,128,64,0,2,4,40,52,0,130,65,
-2,2,4,40,68,0,130,65,184,0,0,72,4,2,4,40,32,0,129,64,
-8,2,4,40,168,0,128,65,9,2,4,40,16,0,129,64,25,16,4,40,
-56,0,130,65,148,0,0,72,10,128,141,169,0,0,192,59,0,96,30,124,
-241,0,160,59,128,0,128,64,48,0,0,72,10,128,141,169,0,0,192,59,
-0,96,30,124,249,0,160,59,104,0,128,64,24,0,0,72,10,128,141,169,
-0,0,192,59,0,96,30,124,2,0,160,59,80,0,128,64,1,0,96,57,
-48,240,96,125,57,0,224,127,48,0,130,65,120,243,195,127,217,76,254,75,
-0,0,3,44,12,0,130,64,2,0,29,44,24,0,130,64,120,243,195,127,
-120,235,164,127,0,0,160,56,120,43,166,124,5,89,254,75,10,128,141,169,
-1,0,222,59,0,96,30,124,184,255,128,65,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,240,255,33,148,12,0,3,168,19,16,0,44,
-8,0,97,144,0,0,160,56,29,0,96,60,220,49,99,56,24,0,130,64,
-8,0,129,56,169,62,2,72,121,27,101,124,24,0,130,64,36,0,0,72,
-8,0,129,56,217,48,2,72,121,27,101,124,20,0,130,65,11,0,96,60,
-20,112,99,56,16,6,128,56,153,44,252,75,212,192,109,56,0,8,128,56,
-0,0,160,56,157,11,6,72,20,0,1,128,16,0,33,56,166,3,8,124,
-32,0,128,78,224,255,33,148,12,0,97,147,16,0,129,147,20,0,161,147,
-24,0,193,147,166,2,8,124,36,0,1,144,28,0,225,147,120,27,127,124,
-120,251,227,127,157,188,0,72,121,27,123,124,104,0,130,65,0,0,155,131,
-16,0,31,40,56,0,128,64,28,0,252,128,24,0,220,128,32,0,159,57,
-32,0,95,33,1,0,0,57,48,248,29,125,120,235,198,124,24,0,220,144,
-48,84,11,125,48,96,0,125,120,91,30,124,120,243,231,124,28,0,252,144,
-120,227,131,127,19,16,128,56,129,33,5,72,120,219,99,127,45,26,6,72,
-120,227,131,127,255,255,128,56,185,33,5,72,144,255,255,75,20,0,161,131,
-24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,
-166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,12,0,97,147,
-16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,36,0,1,144,
-28,0,225,147,120,27,127,124,120,251,227,127,225,187,0,72,121,27,123,124,
-104,0,130,65,0,0,155,131,16,0,31,40,56,0,128,64,28,0,252,128,
-24,0,220,128,32,0,159,57,32,0,95,33,1,0,0,57,48,248,29,125,
-120,235,198,124,24,0,220,144,48,84,11,125,48,96,0,125,120,91,30,124,
-120,243,231,124,28,0,252,144,120,227,131,127,23,16,128,56,197,32,5,72,
-120,219,99,127,113,25,6,72,120,227,131,127,255,255,128,56,253,32,5,72,
-144,255,255,75,20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,
-16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,
-216,255,33,148,12,0,33,147,16,0,65,147,20,0,97,147,24,0,129,147,
-32,0,193,147,36,0,225,147,166,2,8,124,44,0,1,144,28,0,161,147,
-120,27,125,124,2,0,29,160,189,7,0,84,0,0,192,59,204,1,130,65,
-42,0,157,163,120,227,132,127,11,0,96,60,40,112,99,56,141,137,2,72,
-10,128,109,169,0,88,28,124,52,0,128,65,32,0,193,131,20,0,97,131,
-24,0,129,131,36,0,225,131,28,0,161,131,16,0,65,131,44,0,1,128,
-12,0,33,131,0,0,96,56,166,3,8,124,40,0,33,56,32,0,128,78,
-1,0,224,59,48,224,227,127,25,16,128,56,105,252,255,75,120,227,131,127,
-241,190,0,72,14,0,157,168,16,16,192,59,120,235,163,127,213,31,5,72,
-21,16,128,57,14,0,157,177,8,0,29,128,0,0,0,44,44,0,130,65,
-120,235,169,127,2,0,9,168,247,6,5,84,16,0,130,65,248,191,173,128,
-200,0,101,59,120,0,0,72,8,0,41,129,0,0,9,44,224,255,130,64,
-120,227,132,127,11,0,96,60,92,112,99,56,221,136,2,72,0,0,96,56,
-89,29,5,72,2,0,227,160,0,128,231,96,2,0,227,176,12,0,29,169,
-12,0,3,177,14,0,61,169,14,0,35,177,16,0,93,169,16,0,67,177,
-28,0,157,129,24,0,125,129,28,0,131,145,24,0,99,145,209,252,255,75,
-120,235,163,127,255,255,128,56,137,31,5,72,0,0,31,44,140,0,130,65,
-96,0,0,72,120,227,131,127,1,0,128,56,57,238,255,75,121,235,170,127,
-36,0,130,65,0,0,202,168,1,0,6,44,38,0,0,124,255,23,31,84,
-24,0,130,64,8,0,74,129,0,0,10,44,228,255,130,64,0,0,31,44,
-16,0,130,65,248,191,45,129,64,216,9,124,188,255,128,65,120,235,163,127,
-255,255,128,56,41,31,5,72,0,0,31,44,44,0,130,65,14,0,125,168,
-120,235,164,127,233,236,255,75,11,0,96,60,136,112,99,56,17,136,2,72,
-120,227,131,127,1,0,128,56,245,239,255,75,16,2,0,72,2,0,29,168,
-247,6,10,84,4,2,130,64,8,0,189,131,0,0,29,44,236,255,130,64,
-120,227,131,127,1,0,128,56,205,239,255,75,232,1,0,72,24,0,125,131,
-14,0,125,168,120,235,164,127,149,236,255,75,120,219,100,127,11,0,96,60,
-168,112,99,56,185,135,2,72,8,0,193,56,212,192,109,56,0,4,128,56,
-0,0,160,56,120,43,167,124,245,11,6,72,0,0,3,44,228,255,130,65,
-0,0,64,59,1,0,224,56,48,208,224,124,57,0,104,127,76,1,130,65,
-1,0,224,59,120,235,163,127,173,30,5,72,0,0,3,44,24,0,130,64,
-120,235,163,127,213,30,5,72,0,0,3,44,8,0,130,64,120,27,127,124,
-62,6,255,87,120,211,67,127,237,75,254,75,120,27,124,124,255,255,28,44,
-24,0,130,64,0,0,31,44,16,0,130,65,36,0,61,129,48,0,137,129,
-34,0,140,139,0,0,32,63,255,255,28,44,24,0,130,65,120,227,131,127,
-120,219,100,127,41,230,5,72,0,0,3,44,36,0,130,65,120,211,67,127,
-185,251,255,75,68,71,121,56,1,0,128,56,237,1,6,72,0,0,3,44,
-204,255,130,64,36,0,0,72,120,211,67,127,85,252,255,75,40,1,192,59,
-68,71,121,56,1,0,128,56,201,1,6,72,0,0,3,44,168,255,130,64,
-255,255,28,44,32,0,130,65,120,227,131,127,120,219,100,127,205,229,5,72,
-0,0,3,44,12,0,130,64,120,227,131,127,205,203,5,72,0,0,31,44,
-44,0,130,65,36,0,93,129,12,0,170,128,1,0,128,56,120,211,67,127,
-37,192,5,72,68,71,121,56,253,253,5,72,0,0,3,44,40,0,130,64,
-56,0,0,72,248,191,173,128,1,0,128,56,120,211,67,127,1,192,5,72,
-68,71,121,56,217,253,5,72,0,0,3,44,24,0,130,65,11,0,96,60,
-200,112,99,56,6,1,128,56,0,0,160,56,109,39,252,75,120,211,67,127,
-1,0,128,56,45,238,255,75,1,0,90,59,16,0,26,44,160,254,128,65,
-24,0,125,131,0,0,224,59,1,0,0,56,48,248,0,124,57,0,103,127,
-28,0,130,65,120,251,227,127,201,70,254,75,0,0,3,44,12,0,130,64,
-120,251,227,127,1,188,0,72,1,0,255,59,16,0,31,44,208,255,128,65,
-28,0,161,131,120,243,195,127,32,0,193,131,20,0,97,131,24,0,129,131,
-36,0,225,131,44,0,1,128,16,0,65,131,12,0,33,131,166,3,8,124,
-40,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,8,0,193,147,120,27,126,124,2,0,254,160,189,7,231,84,
-0,0,224,59,24,0,130,64,11,0,96,60,212,112,99,56,255,12,128,56,
-0,0,160,56,173,38,252,75,42,0,222,163,10,128,13,169,0,64,30,124,
-32,0,128,65,12,0,225,131,20,0,1,128,8,0,193,131,0,0,96,56,
-166,3,8,124,16,0,33,56,32,0,128,78,120,243,195,127,13,70,254,75,
-0,0,3,44,64,0,130,64,58,16,202,87,20,242,10,124,54,32,0,84,
-29,0,128,61,20,2,108,125,100,52,11,128,0,0,0,44,32,0,130,64,
-120,243,195,127,1,0,128,56,17,237,255,75,17,16,224,59,120,243,195,127,
-21,187,0,72,24,0,0,72,120,243,195,127,117,72,254,75,0,0,3,44,
-8,0,130,65,25,16,224,59,20,0,1,128,120,251,227,127,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-8,0,193,147,166,2,8,124,20,0,1,144,12,0,225,147,0,0,224,59,
-145,22,5,72,120,27,126,124,16,0,30,40,28,0,128,64,81,73,254,75,
-1,0,0,56,48,240,4,124,185,227,5,72,0,0,3,44,32,0,130,64,
-12,0,225,131,20,0,1,128,8,0,193,131,0,0,96,56,166,3,8,124,
-16,0,33,56,32,0,128,78,120,243,195,127,196,9,128,56,237,28,5,72,
-0,0,3,44,24,0,129,65,4,2,224,59,120,243,196,127,11,0,96,60,
-232,112,99,56,93,132,2,72,20,0,1,128,120,251,227,127,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,168,255,33,148,
-76,0,161,147,84,0,225,147,166,2,8,124,92,0,1,144,80,0,193,147,
-120,27,126,124,2,0,222,160,189,7,198,84,0,0,224,59,24,0,130,64,
-11,0,96,60,4,113,99,56,63,16,128,56,0,0,160,56,37,37,252,75,
-120,243,195,127,197,21,5,72,120,27,125,124,14,0,126,168,8,0,158,128,
-181,232,255,75,120,235,163,127,213,74,254,75,0,0,3,44,120,235,164,127,
-132,0,130,65,11,0,96,60,24,113,99,56,201,131,2,72,200,134,205,128,
-12,0,33,129,7,0,64,61,40,35,74,57,8,0,65,145,0,0,128,57,
-5,0,224,60,136,19,128,56,120,235,163,127,180,144,231,56,16,0,129,145,
-40,0,65,145,44,0,33,145,48,0,129,145,24,0,65,145,28,0,33,145,
-32,0,129,145,56,0,161,56,56,0,65,145,60,0,33,145,64,0,129,145,
-20,0,225,144,52,0,225,144,36,0,225,144,68,0,225,144,242,0,224,56,
-117,241,255,75,120,27,127,124,16,0,0,72,11,0,96,60,48,113,99,56,
-73,131,2,72,120,251,227,127,84,0,225,131,92,0,1,128,80,0,193,131,
-76,0,161,131,166,3,8,124,88,0,33,56,32,0,128,78,166,2,8,124,
-4,0,1,144,248,255,33,148,229,20,5,72,16,0,3,40,12,0,128,64,
-0,0,128,56,201,232,255,75,12,0,1,128,8,0,33,56,166,3,8,124,
-0,0,96,56,32,0,128,78,224,255,33,148,12,0,97,147,16,0,129,147,
-20,0,161,147,28,0,225,147,166,2,8,124,36,0,1,144,24,0,193,147,
-120,27,126,124,14,0,126,171,2,0,30,160,255,255,28,84,0,0,224,59,
-36,0,130,65,133,20,5,72,120,27,125,124,14,0,126,168,8,0,158,128,
-117,231,255,75,120,235,164,127,20,135,98,56,157,130,2,72,120,243,202,127,
-2,0,106,169,239,5,96,85,24,0,130,64,8,0,74,129,0,0,10,44,
-236,255,130,64,120,243,204,127,20,0,0,72,4,2,27,44,8,0,130,64,
-17,16,224,59,120,243,204,127,2,0,12,169,41,5,0,85,24,0,130,64,
-8,0,140,129,0,0,12,44,236,255,130,64,120,243,201,127,44,0,0,72,
-2,2,27,40,28,0,130,65,8,2,27,40,24,0,128,65,10,2,27,40,
-12,0,129,64,25,16,27,40,8,0,130,64,17,16,224,59,120,243,201,127,
-2,0,137,169,173,5,139,85,20,0,130,64,8,0,41,129,0,0,9,44,
-236,255,130,64,56,0,0,72,4,2,27,44,28,0,130,64,0,0,31,44,
-20,0,130,64,0,0,28,44,4,2,224,59,184,0,130,65,76,0,0,72,
-3,2,27,44,60,0,130,65,0,0,31,44,52,0,130,64,44,0,0,72,
-120,243,195,127,21,230,255,75,0,0,3,44,32,0,130,64,0,0,31,44,
-24,0,130,64,3,2,27,44,16,0,130,65,0,2,27,44,8,0,130,65,
-19,16,224,59,0,0,28,44,108,0,130,65,0,0,31,40,32,0,130,65,
-4,2,31,40,56,0,130,65,17,16,31,40,32,0,130,65,19,16,31,40,
-40,0,130,65,52,0,0,72,11,0,96,60,80,113,99,56,109,129,2,72,
-56,0,0,72,11,0,96,60,120,113,99,56,93,129,2,72,40,0,0,72,
-11,0,96,60,96,113,99,56,77,129,2,72,24,0,0,72,120,251,229,127,
-11,0,96,60,140,113,99,56,83,11,128,56,89,34,252,75,120,251,227,127,
-28,0,225,131,20,0,161,131,24,0,193,131,36,0,1,128,16,0,129,131,
-12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,208,255,33,148,
-8,0,193,146,12,0,225,146,16,0,1,147,20,0,33,147,24,0,65,147,
-28,0,97,147,36,0,161,147,40,0,193,147,44,0,225,147,166,2,8,124,
-52,0,1,144,32,0,129,147,120,27,124,124,2,0,252,160,189,7,231,84,
-24,0,130,64,11,0,96,60,40,114,99,56,149,17,128,56,0,0,160,56,
-217,33,252,75,2,0,92,161,107,5,74,85,2,2,192,59,0,2,130,64,
-42,0,28,163,58,16,12,87,29,0,0,61,20,194,12,124,54,32,0,84,
-20,2,232,124,116,52,39,131,120,227,159,127,2,0,31,168,247,6,9,84,
-12,0,130,65,1,0,224,59,24,0,0,72,8,0,255,131,0,0,31,44,
-228,255,130,64,0,0,31,44,56,0,130,65,120,227,140,127,8,0,108,129,
-0,0,11,44,20,0,130,65,8,0,140,129,8,0,108,129,0,0,11,44,
-244,255,130,64,36,0,140,129,52,0,12,128,255,7,0,84,8,0,130,65,
-0,0,224,59,255,255,89,59,0,0,96,59,120,219,118,127,3,0,224,58,
-120,219,125,127,14,0,124,168,8,0,156,128,213,228,255,75,120,195,4,127,
-120,211,69,127,120,219,102,127,11,0,96,60,204,113,99,56,241,127,2,72,
-120,195,3,127,120,211,68,127,120,251,230,127,29,0,160,60,76,52,165,56,
-121,133,5,72,120,27,126,124,22,16,30,44,32,0,130,64,11,0,96,60,
-60,114,99,56,193,127,2,72,0,0,22,44,0,0,192,59,16,1,130,65,
-236,0,0,72,0,0,30,40,104,0,130,65,9,1,30,40,132,0,130,65,
-34,1,30,40,52,0,130,65,39,1,30,40,160,0,130,64,11,0,96,60,
-232,113,99,56,133,127,2,72,1,0,189,59,3,0,29,44,0,0,192,59,
-1,0,90,51,148,1,123,127,92,255,128,65,156,0,0,72,11,0,96,60,
-112,114,99,56,93,127,2,72,1,0,189,59,3,0,29,44,1,0,90,51,
-148,1,123,127,56,255,128,65,120,0,0,72,28,135,98,56,61,127,2,72,
-1,0,189,59,3,0,29,44,1,0,214,58,1,0,90,51,148,1,123,127,
-20,255,128,65,84,0,0,72,255,255,247,58,11,0,96,60,160,113,99,56,
-17,127,2,72,1,0,189,59,3,0,29,44,0,0,192,59,1,0,90,51,
-148,1,123,127,232,254,128,65,40,0,0,72,120,243,196,127,11,0,96,60,
-4,114,99,56,229,126,2,72,1,0,189,59,3,0,29,44,1,0,90,51,
-148,1,123,127,192,254,128,65,0,0,22,44,36,0,130,65,64,184,22,124,
-28,0,130,64,120,195,5,127,120,203,38,127,35,0,96,56,11,0,128,60,
-20,114,132,56,9,35,252,75,32,0,129,131,120,243,195,127,40,0,193,131,
-20,0,33,131,36,0,161,131,28,0,97,131,16,0,1,131,24,0,65,131,
-44,0,225,131,52,0,1,128,12,0,225,130,8,0,193,130,166,3,8,124,
-48,0,33,56,32,0,128,78,176,255,33,148,76,0,225,147,166,2,8,124,
-84,0,1,144,2,0,3,161,189,7,8,85,32,0,130,65,25,16,5,72,
-120,27,127,124,16,0,31,40,16,0,128,64,213,67,254,75,121,27,102,124,
-28,0,130,64,84,0,1,128,76,0,225,131,0,0,96,56,80,0,33,56,
-166,3,8,124,32,0,128,78,12,0,129,129,7,0,64,61,128,37,74,57,
-8,0,65,145,0,0,224,56,16,0,225,144,5,0,0,60,212,144,0,48,
-20,0,1,144,68,0,1,144,120,251,227,127,232,3,128,56,64,0,225,144,
-60,0,129,145,56,0,65,145,56,0,161,56,36,0,1,144,28,0,129,145,
-24,0,65,145,52,0,1,144,48,0,225,144,44,0,129,145,40,0,65,145,
-32,0,225,144,209,235,255,75,84,0,1,128,76,0,225,131,80,0,33,56,
-166,3,8,124,32,0,128,78,112,255,33,148,108,0,225,146,112,0,1,147,
-116,0,33,147,120,0,65,147,128,0,129,147,132,0,161,147,136,0,193,147,
-140,0,225,147,166,2,8,124,148,0,1,144,124,0,97,147,120,27,123,124,
-2,0,187,160,189,7,165,84,11,0,160,63,20,0,130,64,204,114,125,56,
-209,16,128,56,0,0,160,56,117,30,252,75,120,219,99,127,21,15,5,72,
-120,27,122,124,16,0,26,40,60,0,128,65,120,0,65,131,136,0,193,131,
-132,0,161,131,116,0,33,131,124,0,97,131,140,0,225,131,128,0,129,131,
-112,0,1,131,148,0,1,128,108,0,225,130,0,0,96,56,166,3,8,124,
-144,0,33,56,32,0,128,78,56,24,74,87,80,80,58,125,54,32,41,85,
-29,0,105,61,60,5,139,59,24,0,156,161,0,0,12,44,1,0,192,59,
-8,0,130,65,0,0,192,59,62,6,222,87,120,211,67,127,105,66,254,75,
-120,27,121,124,14,0,123,168,8,0,155,128,141,225,255,75,120,219,108,127,
-2,0,172,168,247,6,160,84,36,0,130,65,0,0,30,44,1,0,128,57,
-11,0,96,60,255,255,204,48,16,97,6,127,156,114,99,56,52,0,130,65,
-40,0,0,72,8,0,140,129,0,0,12,44,204,255,130,64,0,0,30,44,
-11,0,96,60,255,255,204,48,16,97,6,127,156,114,99,56,12,0,130,65,
-11,0,96,60,224,114,99,56,120,211,68,127,93,124,2,72,0,0,25,44,
-72,0,130,64,11,0,96,60,184,114,99,56,73,124,2,72,120,0,65,131,
-136,0,193,131,132,0,161,131,14,0,123,168,124,0,97,131,116,0,33,131,
-128,0,129,131,140,0,225,131,148,0,1,128,112,0,1,131,108,0,225,130,
-166,3,8,124,144,0,33,56,32,0,128,78,0,0,30,44,0,0,224,56,
-16,0,225,144,8,0,225,144,140,0,130,65,5,0,0,60,212,144,0,48,
-36,0,1,144,0,0,0,56,32,0,1,144,64,0,1,144,36,0,1,128,
-28,0,225,128,56,0,161,56,7,0,64,61,60,0,225,144,64,36,74,57,
-24,0,65,145,68,0,1,144,56,0,65,145,120,43,170,124,0,0,10,128,
-8,0,1,144,4,0,170,128,12,0,161,144,8,0,202,128,16,0,193,144,
-12,0,234,128,4,2,96,56,20,0,225,144,17,102,2,72,121,27,127,124,
-16,0,130,65,12,0,0,61,76,79,8,57,0,0,31,145,0,0,31,44,
-108,0,130,65,120,0,0,72,44,0,161,128,7,0,0,60,188,35,0,48,
-40,0,1,144,48,0,193,147,5,0,64,61,212,144,74,57,4,2,96,56,
-20,0,65,145,16,0,193,147,12,0,161,144,8,0,1,144,84,0,65,145,
-80,0,193,147,76,0,161,144,72,0,1,144,52,0,65,145,169,101,2,72,
-0,0,3,44,16,0,130,65,12,0,0,60,100,79,0,48,0,0,3,144,
-121,27,127,124,20,0,130,64,204,114,125,56,23,17,128,56,0,0,160,56,
-37,28,252,75,16,0,65,129,20,0,1,128,12,0,33,129,8,0,1,129,
-100,0,1,144,92,0,33,145,88,0,1,145,96,0,65,145,0,0,159,129,
-20,0,172,128,120,251,227,127,166,3,169,124,33,4,128,78,120,27,103,124,
-120,211,67,127,120,251,230,127,232,3,128,56,88,0,161,56,37,234,255,75,
-121,27,125,124,68,1,130,64,0,0,30,44,11,0,192,63,120,251,227,127,
-62,6,183,87,68,0,130,65,205,208,1,72,120,27,124,124,132,114,126,56,
-120,203,36,127,120,227,133,127,129,122,2,72,64,224,25,124,116,0,130,65,
-120,211,69,127,58,0,96,56,32,135,130,56,201,30,252,75,0,0,24,44,
-5,2,160,59,232,0,130,65,120,0,0,72,1,208,1,72,24,0,60,163,
-120,27,119,124,120,203,36,127,132,114,126,56,120,187,229,126,61,122,2,72,
-64,200,23,124,204,0,130,65,0,0,24,44,48,0,130,65,24,0,252,178,
-120,211,69,127,58,0,96,56,32,135,130,56,121,30,252,75,0,0,24,44,
-5,2,160,59,152,0,130,65,40,0,0,72,0,0,23,44,152,0,130,65,
-120,211,69,127,58,0,96,56,32,135,130,56,81,30,252,75,0,0,24,44,
-5,2,160,59,112,0,130,65,120,211,67,127,121,62,254,75,120,27,126,124,
-173,152,5,72,0,0,3,44,56,0,130,65,16,0,30,40,0,0,128,57,
-16,0,128,64,168,4,222,28,43,0,230,60,104,212,135,57,162,0,12,137,
-0,0,8,44,20,0,130,64,120,243,197,127,37,0,96,56,40,135,130,56,
-249,29,252,75,120,219,99,127,41,251,255,75,0,0,3,44,32,0,130,65,
-0,0,31,44,120,27,125,124,36,0,130,65,24,0,0,72,1,0,96,60,
-255,255,99,56,213,208,5,72,0,0,31,44,12,0,130,65,120,251,227,127,
-125,101,2,72,120,0,65,131,136,0,193,131,128,0,129,131,120,235,163,127,
-132,0,161,131,116,0,33,131,124,0,97,131,140,0,225,131,148,0,1,128,
-112,0,1,131,108,0,225,130,166,3,8,124,144,0,33,56,32,0,128,78,
-216,255,33,148,24,0,129,147,28,0,161,147,32,0,193,147,166,2,8,124,
-44,0,1,144,36,0,225,147,120,27,127,124,2,0,31,161,189,7,8,85,
-24,0,130,64,11,0,96,60,252,114,99,56,161,12,128,56,0,0,160,56,
-9,26,252,75,42,0,191,163,10,128,45,169,0,72,29,124,40,0,128,65,
-36,0,225,131,32,0,193,131,28,0,161,131,44,0,1,128,24,0,129,131,
-0,0,96,56,166,3,8,124,40,0,33,56,32,0,128,78,14,0,127,168,
-8,0,159,128,113,221,255,75,120,235,164,127,11,0,96,60,16,115,99,56,
-149,120,2,72,120,235,163,127,141,174,0,72,40,35,224,59,120,235,163,127,
-29,61,254,75,1,0,64,57,48,232,68,125,133,215,5,72,0,0,3,44,
-8,0,130,65,112,23,224,59,248,191,141,131,8,2,192,59,120,235,163,127,
-0,0,128,56,8,0,161,56,1,229,255,75,8,2,3,44,36,0,130,65,
-17,0,1,136,236,0,0,112,64,0,0,44,20,0,130,65,248,191,13,129,
-80,64,28,124,200,0,0,44,204,255,128,65,120,235,163,127,0,0,128,56,
-8,0,161,56,201,228,255,75,17,0,129,137,236,0,128,113,64,0,0,44,
-24,0,130,64,8,0,97,56,1,0,128,56,53,228,255,75,0,0,96,56,
-100,0,0,72,58,16,171,87,20,234,11,124,248,191,109,129,0,0,12,44,
-29,0,32,61,54,32,0,84,20,2,137,125,124,52,12,128,80,88,0,124,
-12,0,130,64,44,1,0,44,36,0,129,65,102,102,64,61,103,102,74,57,
-150,248,106,125,112,254,236,127,112,22,107,125,80,88,108,125,0,88,0,124,
-128,255,128,65,8,0,97,56,1,0,128,56,209,227,255,75,120,243,195,127,
-32,0,193,131,36,0,225,131,44,0,1,128,28,0,161,131,24,0,129,131,
-166,3,8,124,40,0,33,56,32,0,128,78,224,255,33,148,20,0,161,147,
-28,0,225,147,166,2,8,124,36,0,1,144,24,0,193,147,120,27,126,124,
-2,0,30,161,189,7,8,85,24,0,130,64,11,0,96,60,72,115,99,56,
-248,14,128,56,0,0,160,56,93,24,252,75,120,243,195,127,253,8,5,72,
-10,128,45,169,120,27,125,124,0,72,29,124,36,0,128,65,28,0,225,131,
-24,0,193,131,36,0,1,128,20,0,161,131,0,0,96,56,166,3,8,124,
-32,0,33,56,32,0,128,78,14,0,126,168,8,0,158,128,193,219,255,75,
-120,235,164,127,11,0,96,60,44,115,99,56,229,118,2,72,120,235,163,127,
-184,11,128,56,8,0,161,56,133,227,255,75,121,27,127,124,68,0,130,64,
-8,0,97,56,225,218,255,75,121,27,127,124,52,0,130,64,56,24,160,87,
-80,0,93,125,54,32,74,85,29,0,138,61,60,5,140,57,24,0,12,160,
-0,0,0,44,52,0,130,65,120,243,195,127,45,248,255,75,121,27,127,124,
-36,0,130,65,8,0,158,128,120,251,227,127,77,219,255,75,120,235,164,127,
-11,0,96,60,92,115,99,56,113,118,2,72,12,0,0,72,120,243,195,127,
-41,242,255,75,120,251,227,127,28,0,225,131,36,0,1,128,24,0,193,131,
-20,0,161,131,166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,
-20,0,161,147,28,0,225,147,166,2,8,124,36,0,1,144,24,0,193,147,
-120,27,126,124,2,0,30,160,189,7,0,84,24,0,130,64,11,0,96,60,
-128,115,99,56,79,12,128,56,0,0,160,56,45,23,252,75,120,243,195,127,
-205,7,5,72,10,128,13,168,120,27,125,124,0,0,29,124,36,0,128,65,
-28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,0,0,96,56,
-166,3,8,124,32,0,33,56,32,0,128,78,14,0,158,169,4,2,12,44,
-20,0,130,64,120,235,163,127,232,3,128,56,8,0,161,56,101,226,255,75,
-14,0,126,168,8,0,158,128,117,218,255,75,120,235,164,127,11,0,96,60,
-148,115,99,56,153,117,2,72,120,235,163,127,109,171,0,72,120,235,163,127,
-184,11,128,56,8,0,161,56,49,226,255,75,121,27,127,124,16,0,130,64,
-8,0,97,56,141,217,255,75,120,27,127,124,0,2,31,44,48,0,130,64,
-120,235,163,127,57,171,0,72,120,235,163,127,232,3,128,56,8,0,161,56,
-253,225,255,75,121,27,127,124,24,0,130,64,8,0,97,56,89,217,255,75,
-120,27,127,124,0,0,31,44,36,0,130,65,8,0,158,128,120,251,227,127,
-241,217,255,75,120,235,164,127,11,0,96,60,176,115,99,56,21,117,2,72,
-16,0,0,72,120,243,195,127,161,246,255,75,120,27,127,124,120,251,227,127,
-28,0,225,131,36,0,1,128,24,0,193,131,20,0,161,131,166,3,8,124,
-32,0,33,56,32,0,128,78,232,255,33,148,8,0,129,147,12,0,161,147,
-20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,
-2,0,30,160,189,7,0,84,24,0,130,64,11,0,96,60,200,115,99,56,
-125,15,128,56,0,0,160,56,201,21,252,75,166,0,128,127,94,4,134,87,
-36,1,192,124,42,0,190,163,120,243,200,127,2,0,40,169,115,6,39,85,
-20,0,130,64,8,0,8,129,0,0,8,44,236,255,130,64,60,0,0,72,
-14,0,126,168,8,0,158,128,53,217,255,75,120,235,164,127,11,0,96,60,
-220,115,99,56,89,116,2,72,4,2,224,59,0,128,138,115,166,0,96,125,
-94,4,107,85,120,83,107,125,36,1,96,125,28,0,0,72,0,0,224,59,
-0,128,138,115,166,0,96,125,94,4,107,85,120,83,107,125,36,1,96,125,
-2,0,30,168,247,6,12,84,24,0,130,64,8,0,222,131,0,0,30,44,
-236,255,130,64,120,251,227,127,44,0,0,72,120,235,165,127,9,0,96,56,
-48,135,130,56,85,24,252,75,120,235,163,127,241,0,128,56,0,0,160,56,
-120,43,166,124,233,64,254,75,120,251,227,127,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,2,0,3,160,
-189,7,0,84,24,0,130,64,11,0,96,60,4,116,99,56,193,15,128,56,
-0,0,160,56,181,20,252,75,12,0,1,128,8,0,33,56,166,3,8,124,
-0,0,96,56,32,0,128,78,216,255,33,148,16,0,65,147,20,0,97,147,
-24,0,129,147,28,0,161,147,36,0,225,147,166,2,8,124,44,0,1,144,
-32,0,193,147,120,27,126,124,77,221,255,75,121,27,127,124,20,1,130,64,
-24,0,94,131,14,0,126,168,120,243,196,127,5,216,255,75,120,211,68,127,
-11,0,96,60,24,116,99,56,41,115,2,72,8,0,193,56,212,192,109,56,
-0,4,128,56,0,0,160,56,120,43,167,124,101,247,5,72,0,0,3,44,
-228,255,130,65,0,0,96,59,120,219,125,127,1,0,0,56,48,232,30,124,
-57,240,64,127,124,0,130,65,120,235,163,127,133,55,254,75,120,27,124,124,
-120,211,68,127,237,209,5,72,0,0,3,44,108,0,130,65,120,240,90,127,
-120,227,131,127,120,235,164,127,153,171,5,72,0,0,3,44,72,0,130,64,
-120,235,163,127,101,231,255,75,120,235,163,127,1,0,128,56,245,169,5,72,
-0,0,3,44,44,0,130,64,29,0,61,61,28,5,9,136,255,0,0,44,
-1,0,96,59,24,0,130,64,120,235,163,127,241,0,128,56,0,0,160,56,
-120,43,166,124,129,63,254,75,1,0,189,59,16,0,29,44,112,255,128,65,
-0,0,27,44,48,0,130,65,120,227,131,127,255,255,128,56,169,116,253,75,
-10,1,3,44,28,0,130,64,11,0,96,60,56,116,99,56,151,18,128,56,
-0,0,160,56,97,19,252,75,0,0,3,44,28,0,161,131,120,251,227,127,
-36,0,225,131,24,0,129,131,32,0,193,131,44,0,1,128,20,0,97,131,
-16,0,65,131,166,3,8,124,40,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,
-217,218,255,75,0,0,3,44,92,0,130,64,2,0,30,160,33,4,0,84,
-80,0,130,64,36,0,158,129,48,0,76,129,34,0,234,139,14,0,126,168,
-120,243,196,127,145,214,255,75,120,251,228,127,11,0,96,60,76,116,99,56,
-181,113,2,72,36,0,254,131,120,243,195,127,45,6,5,72,120,27,100,124,
-120,251,227,127,141,102,3,72,0,0,3,44,8,0,130,64,16,16,96,56,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-120,27,127,124,113,238,255,75,0,0,3,40,24,0,130,65,17,16,3,40,
-132,0,130,65,19,16,3,40,96,0,130,65,148,0,0,72,2,0,31,160,
-189,7,0,84,136,0,130,65,120,251,227,127,233,4,5,72,42,0,95,161,
-58,16,75,85,29,0,128,61,96,52,140,57,20,82,75,125,54,32,74,85,
-20,82,108,125,4,0,139,129,0,0,12,44,12,0,11,128,8,0,3,144,
-8,0,127,144,12,0,130,65,120,99,131,125,17,163,0,72,16,16,96,56,
-60,0,0,72,120,251,227,127,221,254,255,75,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,120,251,227,127,177,217,255,75,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-224,255,33,148,12,0,97,147,16,0,129,147,20,0,161,147,28,0,225,147,
-166,2,8,124,36,0,1,144,24,0,193,147,120,27,126,124,97,217,255,75,
-121,27,127,124,52,1,130,64,2,0,30,160,33,4,0,84,40,1,130,64,
-36,0,126,131,48,0,91,129,34,0,138,139,14,0,126,168,120,243,196,127,
-25,213,255,75,120,227,132,127,11,0,96,60,104,116,99,56,61,112,2,72,
-120,243,195,127,1,2,5,72,52,0,59,129,189,7,41,85,120,27,125,124,
-24,0,130,65,65,184,5,72,120,27,127,124,10,1,31,44,32,0,130,65,
-48,0,0,72,120,227,131,127,1,0,128,56,113,182,5,72,120,27,127,124,
-10,1,31,44,24,0,130,64,11,0,96,60,132,116,99,56,8,19,128,56,
-0,0,160,56,9,17,252,75,0,0,31,44,116,0,130,64,52,0,123,129,
-189,7,107,85,11,0,96,60,176,116,99,56,12,0,130,65,11,0,96,60,
-152,116,99,56,189,111,2,72,120,243,195,127,57,4,5,72,120,27,100,124,
-120,219,99,127,153,100,3,72,52,0,27,128,189,7,0,84,120,27,127,124,
-24,0,130,65,120,235,163,127,193,182,5,72,0,0,31,44,76,0,130,64,
-68,0,0,72,120,227,131,127,0,0,128,56,229,181,5,72,0,0,31,44,
-52,0,130,64,44,0,0,72,11,0,96,60,204,116,99,56,97,111,2,72,
-120,243,195,127,221,3,5,72,120,27,100,124,120,219,99,127,61,100,3,72,
-121,27,127,124,8,0,130,64,16,16,224,59,120,251,227,127,28,0,225,131,
-20,0,161,131,24,0,193,131,36,0,1,128,16,0,129,131,12,0,97,131,
-166,3,8,124,32,0,33,56,32,0,128,78,232,255,33,148,16,0,193,147,
-20,0,225,147,166,2,8,124,28,0,1,144,8,0,97,144,229,215,255,75,
-0,0,3,44,108,2,130,64,8,0,97,128,14,0,131,168,149,5,5,72,
-8,0,97,128,77,6,5,72,8,0,129,129,0,0,3,44,28,0,130,64,
-120,99,131,125,1,6,5,72,8,0,129,129,0,0,3,44,32,1,130,65,
-48,1,0,72,36,0,108,129,48,0,43,129,34,0,233,139,14,0,108,168,
-120,99,132,125,113,211,255,75,8,0,129,129,14,0,172,168,23,16,5,44,
-28,0,130,65,14,0,204,168,40,1,6,44,16,0,130,65,14,0,236,168,
-25,16,7,44,100,0,130,64,36,0,12,129,248,191,77,129,48,0,40,129,
-28,0,9,128,80,80,32,125,208,7,9,40,72,0,128,64,120,251,228,127,
-11,0,96,60,28,117,99,56,81,110,2,72,8,0,129,56,29,0,96,60,
-20,50,99,56,0,0,160,56,69,33,2,72,121,27,101,124,168,1,130,65,
-11,0,96,60,72,117,99,56,183,19,128,56,73,15,252,75,17,16,96,56,
-148,1,0,72,120,251,228,127,11,0,96,60,248,116,99,56,13,110,2,72,
-8,0,129,129,24,0,204,128,28,0,236,128,121,51,224,124,48,0,130,65,
-120,99,131,125,189,255,4,72,120,27,101,124,8,0,97,128,56,135,130,56,
-49,27,0,72,8,0,129,129,24,0,108,128,14,0,140,168,249,224,255,75,
-8,0,129,129,36,0,108,128,14,0,140,168,81,238,4,72,8,0,97,128,
-0,0,160,56,12,0,163,176,229,4,5,72,8,0,129,129,0,0,3,44,
-24,0,130,64,4,0,12,128,120,99,131,125,166,3,9,124,33,4,128,78,
-4,1,0,72,36,0,204,128,48,0,230,128,0,0,7,44,23,16,192,59,
-120,99,132,125,160,0,130,65,36,0,12,129,48,0,232,128,34,0,231,139,
-14,0,108,168,49,210,255,75,120,251,228,127,11,0,96,60,92,117,99,56,
-85,109,2,72,8,0,129,129,14,0,44,169,2,2,9,44,132,0,130,64,
-28,0,108,129,24,0,76,129,121,83,96,125,28,0,130,65,120,99,131,125,
-249,254,4,72,120,27,101,124,38,0,96,56,56,135,130,56,125,17,252,75,
-120,251,229,127,37,0,96,56,64,135,130,56,109,17,252,75,8,0,129,129,
-24,0,108,128,14,0,140,168,0,0,192,59,33,224,255,75,8,0,1,129,
-36,0,40,129,48,0,105,128,117,166,5,72,8,0,129,129,12,0,204,179,
-64,0,0,72,14,0,108,168,161,209,255,75,11,0,96,60,224,116,99,56,
-201,108,2,72,8,0,129,129,24,0,108,128,14,0,140,168,225,223,255,75,
-8,0,1,129,36,0,40,129,48,0,105,128,53,166,5,72,8,0,129,129,
-12,0,204,179,4,0,12,128,120,99,131,125,166,3,9,124,33,4,128,78,
-17,16,96,56,28,0,1,128,20,0,225,131,16,0,193,131,166,3,8,124,
-24,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,14,0,127,168,120,251,228,127,33,209,255,75,
-11,0,96,60,128,117,99,56,73,108,2,72,14,0,31,168,23,2,0,44,
-28,0,130,65,14,0,31,168,22,2,0,44,28,0,130,64,0,0,128,57,
-14,0,159,177,12,0,159,177,120,251,227,127,255,255,128,56,17,3,5,72,
-20,0,1,128,12,0,225,131,17,16,96,56,16,0,33,56,166,3,8,124,
-32,0,128,78,120,255,33,148,124,0,161,147,128,0,193,147,166,2,8,124,
-140,0,1,144,132,0,225,147,120,27,127,124,2,0,31,161,189,7,8,85,
-11,0,192,63,20,0,130,64,200,117,126,56,114,16,128,56,0,0,160,56,
-233,12,252,75,120,251,227,127,137,253,4,72,120,27,125,124,16,0,29,40,
-36,0,128,65,132,0,225,131,128,0,193,131,140,0,1,128,124,0,161,131,
-0,0,96,56,166,3,8,124,136,0,33,56,32,0,128,78,14,0,127,168,
-8,0,159,128,81,208,255,75,120,235,164,127,11,0,96,60,172,117,99,56,
-117,107,2,72,4,2,96,56,233,85,2,72,0,0,3,44,16,0,130,65,
-12,0,0,60,76,79,0,48,0,0,3,144,121,27,127,124,20,0,130,64,
-200,117,126,56,132,16,128,56,0,0,160,56,101,12,252,75,28,0,33,129,
-7,0,0,61,64,36,8,57,24,0,1,145,0,0,192,56,32,0,193,144,
-96,0,193,144,92,0,33,145,88,0,1,145,12,0,33,145,8,0,1,145,
-5,0,0,60,64,0,193,144,60,0,33,145,56,0,1,145,16,0,193,144,
-212,144,0,48,68,0,1,144,20,0,1,144,100,0,1,144,0,0,127,129,
-20,0,139,129,120,251,227,127,36,0,1,144,166,3,137,125,33,4,128,78,
-120,27,103,124,120,235,163,127,120,251,230,127,232,3,128,56,88,0,161,56,
-49,218,255,75,121,27,126,124,224,0,130,64,120,251,227,127,81,193,1,72,
-0,0,3,44,188,0,130,65,11,0,96,60,220,117,99,56,157,106,2,72,
-44,0,1,128,5,0,224,60,152,144,231,56,52,0,225,144,76,0,1,144,
-52,0,1,128,0,0,224,56,48,0,225,144,80,0,225,144,7,0,192,60,
-56,37,198,56,72,0,193,144,84,0,1,144,72,0,33,57,40,0,193,144,
-120,75,38,125,0,0,70,129,8,0,65,145,4,0,102,129,12,0,97,145,
-8,0,6,128,16,0,1,144,12,0,6,128,8,0,33,57,120,75,38,125,
-20,0,1,144,0,0,38,129,104,0,33,145,4,0,70,129,108,0,65,145,
-8,0,102,129,112,0,97,145,12,0,134,129,16,39,128,56,120,235,163,127,
-104,0,161,56,116,0,129,145,7,0,192,56,25,216,255,75,0,0,31,44,
-120,27,126,124,60,0,130,65,48,0,0,72,72,135,98,56,233,105,2,72,
-0,0,31,44,40,0,130,65,28,0,0,72,120,243,196,127,11,0,96,60,
-236,117,99,56,205,105,2,72,0,0,31,44,12,0,130,65,120,251,227,127,
-221,85,2,72,120,243,195,127,128,0,193,131,140,0,1,128,132,0,225,131,
-124,0,161,131,166,3,8,124,136,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,
-38,0,126,160,237,25,0,72,120,27,127,124,14,0,126,168,120,243,196,127,
-57,206,255,75,120,251,228,127,11,0,96,60,28,118,99,56,93,105,2,72,
-14,0,158,169,23,2,12,44,40,0,130,64,120,243,195,127,21,251,4,72,
-120,251,230,127,120,27,101,124,37,0,96,56,11,0,128,60,4,118,132,56,
-145,13,252,75,24,0,0,72,120,251,229,127,57,0,96,56,11,0,128,60,
-60,118,132,56,121,13,252,75,12,0,225,131,20,0,1,128,8,0,193,131,
-0,0,96,56,166,3,8,124,16,0,33,56,32,0,128,78,232,255,33,148,
-166,2,8,124,28,0,1,144,20,0,225,147,120,27,127,124,177,250,4,72,
-2,0,31,160,189,7,0,84,32,0,130,65,38,0,127,160,8,0,129,56,
-93,25,0,72,8,0,97,128,1,0,128,56,249,212,255,75,32,0,0,72,
-8,0,161,128,0,0,128,56,12,0,193,56,225,157,0,72,8,0,97,128,
-1,0,128,56,217,212,255,75,28,0,1,128,20,0,225,131,0,0,96,56,
-24,0,33,56,166,3,8,124,32,0,128,78,224,255,33,148,166,2,8,124,
-36,0,1,144,28,0,225,147,120,27,127,124,61,250,4,72,2,0,31,160,
-189,7,0,84,16,0,129,57,8,0,129,145,32,0,130,65,36,0,127,160,
-8,0,129,56,225,24,0,72,8,0,97,128,0,0,128,56,125,212,255,75,
-32,0,0,72,1,0,128,56,120,99,133,125,12,0,193,56,101,157,0,72,
-8,0,97,128,0,0,128,56,93,212,255,75,36,0,1,128,28,0,225,131,
-0,0,96,56,32,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,
-12,0,161,147,0,0,160,59,120,235,165,127,0,32,5,124,166,2,8,124,
-28,0,1,144,16,0,193,147,29,0,192,63,76,50,222,59,20,0,225,147,
-12,0,224,63,232,35,255,59,184,0,128,64,58,16,172,84,46,24,12,125,
-0,0,8,136,116,7,0,124,126,0,0,44,148,0,130,64,1,0,72,137,
-0,0,224,56,120,235,172,127,116,7,74,125,54,32,224,84,20,2,223,124,
-6,0,102,137,116,7,107,125,64,88,10,124,96,0,130,64,64,96,29,124,
-1,0,204,56,46,1,223,124,80,0,130,64,28,0,0,72,0,0,30,152,
-1,0,40,141,1,0,62,157,1,0,8,57,1,0,189,59,1,0,222,59,
-0,0,8,136,116,7,0,124,127,0,0,44,12,0,130,65,0,1,29,44,
-212,255,128,65,0,0,30,152,1,0,8,140,1,0,30,156,1,0,8,57,
-1,0,189,59,1,0,222,59,1,0,231,56,25,0,7,40,132,255,128,65,
-1,0,165,56,0,32,5,124,80,255,128,65,0,1,29,44,255,255,222,59,
-28,0,128,64,1,0,189,59,0,1,29,44,127,0,160,56,1,0,190,152,
-2,0,190,156,236,255,128,65,0,0,192,59,54,32,200,87,46,248,40,125,
-255,255,9,44,24,0,130,64,120,243,197,127,11,0,96,60,76,118,99,56,
-36,9,128,56,249,7,252,75,1,0,222,59,25,0,30,40,212,255,128,65,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,232,255,33,148,8,0,129,147,12,0,161,147,
-20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,
-16,0,62,169,29,0,128,63,60,8,41,85,76,50,156,59,174,224,9,124,
-116,7,0,124,27,0,0,44,11,0,128,61,56,24,0,84,20,2,108,125,
-0,120,235,131,11,0,160,63,20,0,128,65,16,0,190,168,96,118,125,56,
-161,8,128,56,109,7,252,75,120,243,195,127,166,3,233,127,33,4,128,78,
-16,0,30,169,0,0,3,44,16,0,130,64,1,0,8,56,16,0,30,176,
-188,0,0,72,60,8,8,85,20,66,60,125,1,0,233,139,17,16,3,44,
-116,7,255,127,164,0,130,65,16,16,3,44,156,0,130,65,19,16,3,44,
-148,0,130,65,125,0,31,44,24,0,130,64,16,0,94,169,0,0,96,56,
-1,0,74,57,16,0,94,177,120,0,0,72,16,0,30,169,60,8,8,85,
-174,224,72,125,116,7,74,125,64,80,31,124,92,0,130,65,16,0,126,169,
-1,0,107,57,16,0,126,177,16,0,158,169,60,8,140,85,174,224,236,124,
-116,7,231,124,127,0,7,44,32,0,130,64,16,0,190,168,96,118,125,56,
-196,8,128,56,185,6,252,75,0,0,3,44,176,255,130,64,172,255,255,75,
-16,0,30,169,60,8,8,85,174,224,72,125,116,7,74,125,64,80,31,124,
-172,255,130,64,0,0,96,56,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-224,255,33,148,8,0,65,147,12,0,97,147,16,0,129,147,20,0,161,147,
-24,0,193,147,166,2,8,124,36,0,1,144,28,0,225,147,120,27,127,124,
-14,0,63,169,19,16,9,44,16,0,130,65,14,0,127,169,21,16,11,44,
-24,0,130,64,12,0,31,168,0,0,128,57,14,0,31,176,12,0,159,177,
-76,2,0,72,12,0,191,171,0,0,192,59,120,251,250,127,14,0,218,168,
-64,240,6,124,8,0,130,65,14,0,218,171,64,240,29,124,36,0,130,64,
-16,0,122,169,120,251,231,127,0,0,160,59,1,0,11,57,16,0,31,177,
-14,0,223,179,120,235,187,127,24,0,0,72,8,0,90,131,0,0,26,44,
-192,255,130,64,0,0,96,59,120,251,231,127,2,0,103,169,247,6,96,85,
-24,0,130,65,120,251,250,127,8,0,26,128,0,0,0,44,44,0,130,65,
-24,0,0,72,8,0,231,128,0,0,7,44,216,255,130,64,120,251,232,127,
-156,0,0,72,8,0,90,131,8,0,26,128,0,0,0,44,244,255,130,64,
-36,0,154,131,52,0,28,128,191,7,0,84,24,0,130,64,11,0,96,60,
-192,118,99,56,247,7,128,56,0,0,160,56,93,5,252,75,120,211,67,127,
-157,251,4,72,52,0,28,128,189,7,0,84,44,0,130,65,0,0,3,44,
-20,0,130,65,0,0,29,44,2,0,123,99,92,1,130,65,120,0,0,72,
-0,0,29,44,8,0,123,99,76,1,130,65,104,0,0,72,0,0,3,44,
-20,0,130,65,0,0,29,44,4,0,123,99,52,1,130,65,80,0,0,72,
-0,0,29,44,16,0,123,99,36,1,130,65,64,0,0,72,2,0,72,169,
-181,6,71,85,20,0,130,64,8,0,8,129,0,0,8,44,236,255,130,64,
-24,0,0,72,17,16,160,59,0,0,192,56,12,0,96,61,232,35,107,57,
-28,0,0,72,0,0,29,44,1,0,123,99,228,0,130,65,0,0,192,56,
-12,0,96,61,232,35,107,57,54,32,192,84,20,2,11,125,4,0,168,168,
-64,40,29,124,0,0,136,129,16,0,159,177,20,0,130,64,8,0,40,129,
-56,216,39,125,64,56,27,124,24,0,130,65,1,0,198,56,25,0,6,40,
-204,255,128,65,128,1,11,57,16,0,0,72,25,0,6,40,8,0,128,65,
-128,1,11,57,12,0,95,169,14,0,95,177,8,0,159,129,0,0,12,44,
-28,0,130,65,12,0,168,131,0,0,93,137,117,7,74,125,8,0,95,131,
-40,0,130,64,24,0,0,72,12,0,168,131,0,0,93,137,117,7,74,125,
-120,251,250,127,16,0,130,64,12,0,127,168,245,18,0,72,120,27,125,124,
-80,135,98,56,237,98,2,72,12,0,127,168,120,211,68,127,173,199,255,75,
-120,235,164,127,11,0,96,60,180,118,99,56,209,98,2,72,0,0,30,44,
-20,0,130,65,120,243,196,127,11,0,96,60,116,118,99,56,185,98,2,72,
-0,0,128,57,12,0,159,177,24,0,193,131,16,0,129,131,20,0,161,131,
-28,0,225,131,36,0,1,128,12,0,97,131,8,0,65,131,166,3,8,124,
-32,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,121,27,127,124,8,0,193,147,0,0,192,59,24,0,130,64,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-149,124,2,72,112,254,96,124,255,6,12,84,20,26,204,124,53,0,199,84,
-80,24,7,125,1,0,32,57,48,64,40,125,57,248,8,125,220,255,130,65,
-0,0,32,57,11,0,224,60,212,120,231,56,58,16,42,85,80,80,9,124,
-58,16,0,84,46,0,135,125,57,96,11,125,12,0,130,65,20,2,231,127,
-20,0,0,72,1,0,41,57,17,0,9,40,216,255,128,65,120,243,223,127,
-20,0,1,128,120,251,227,127,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,200,136,141,129,49,4,159,85,1,0,0,60,127,0,0,96,
-56,96,3,124,0,0,3,44,16,0,130,64,0,0,31,44,92,0,130,64,
-112,0,0,72,0,0,31,44,52,0,130,65,172,128,109,129,255,7,96,85,
-20,0,130,65,0,0,96,56,1,0,43,57,172,128,45,145,16,0,0,72,
-120,3,31,124,1,0,43,57,172,128,45,145,0,0,3,44,24,0,130,65,
-221,254,255,75,0,0,3,44,12,0,130,65,4,0,99,168,253,183,2,72,
-0,0,31,44,28,0,130,65,120,251,227,127,189,254,255,75,0,0,3,44,
-12,0,130,65,4,0,99,168,113,46,5,72,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,20,0,225,147,
-120,27,127,124,1,0,31,40,12,0,161,147,16,0,193,147,166,2,8,124,
-28,0,1,144,228,0,129,64,4,0,132,129,255,255,44,57,88,135,226,56,
-255,255,135,57,1,0,9,141,1,0,76,141,64,80,8,124,12,0,130,64,
-0,0,8,40,236,255,130,64,81,64,42,125,84,0,130,64,3,0,31,44,
-20,0,130,65,11,0,96,60,0,119,99,56,181,96,2,72,40,1,0,72,
-8,0,100,128,0,0,128,56,16,0,160,56,45,120,2,72,120,27,126,124,
-120,243,196,127,11,0,96,60,32,119,99,56,141,96,2,72,200,136,205,147,
-0,0,160,59,11,0,224,63,212,120,255,59,156,0,0,72,4,0,100,129,
-84,135,226,56,255,255,139,57,255,255,231,56,1,0,12,141,1,0,7,140,
-64,0,8,124,12,0,130,64,0,0,8,40,236,255,130,64,81,64,32,125,
-36,0,130,64,11,0,96,60,76,119,99,56,61,96,2,72,1,0,31,44,
-0,0,96,57,200,136,109,145,32,0,130,64,48,0,0,72,11,0,96,60,
-212,118,99,56,29,96,2,72,144,0,0,72,1,0,31,44,24,0,130,65,
-200,136,205,131,11,0,224,63,0,0,160,59,212,120,255,59,32,0,0,72,
-11,0,96,60,104,119,99,56,241,95,2,72,200,136,205,131,11,0,224,63,
-0,0,160,59,212,120,255,59,58,16,160,87,80,0,29,124,58,16,0,84,
-20,2,127,125,0,0,139,128,57,32,192,127,11,0,160,60,244,118,165,56,
-12,0,130,65,11,0,160,60,232,118,165,56,8,0,235,128,4,0,203,168,
-11,0,96,60,132,119,99,56,161,95,2,72,1,0,189,59,17,0,29,40,
-12,0,128,64,200,136,205,131,176,255,255,75,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,
-120,27,126,124,12,0,126,168,120,35,159,124,120,243,196,127,21,196,255,75,
-12,0,126,168,61,15,0,72,120,251,228,127,120,27,101,124,11,0,96,60,
-168,119,99,56,45,95,2,72,120,243,195,127,161,246,255,75,120,243,195,127,
-37,246,255,75,60,0,96,56,177,190,1,72,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,8,0,129,144,12,0,225,147,120,27,127,124,
-120,35,131,124,120,27,107,124,2,0,11,169,181,6,6,85,116,0,130,64,
-8,0,107,129,0,0,11,44,236,255,130,64,0,0,11,44,96,0,130,64,
-12,0,35,169,4,2,9,44,120,27,108,124,40,0,130,64,2,0,108,169,
-115,6,106,85,68,0,130,64,8,0,140,129,0,0,12,44,236,255,130,64,
-0,0,12,44,164,0,130,65,44,0,0,72,2,0,12,168,49,6,0,84,
-12,0,130,65,1,0,128,57,16,0,0,72,8,0,140,129,0,0,12,44,
-228,255,130,64,0,0,12,44,120,0,130,65,120,251,228,127,237,254,255,75,
-8,0,97,128,29,0,0,61,96,52,8,57,58,16,231,87,20,250,199,124,
-54,32,198,84,20,66,38,125,32,0,9,56,64,24,0,124,48,0,130,64,
-255,255,128,56,33,245,4,72,120,251,227,127,1,0,128,56,13,198,255,75,
-20,0,1,128,12,0,225,131,1,0,96,56,16,0,33,56,166,3,8,124,
-32,0,128,78,20,0,1,128,12,0,225,131,0,0,96,56,16,0,33,56,
-166,3,8,124,32,0,128,78,12,0,227,168,0,0,7,44,11,0,224,63,
-20,0,130,64,192,119,127,56,220,5,128,56,0,0,160,56,241,254,251,75,
-8,0,129,56,29,0,96,60,164,49,99,56,0,0,160,56,193,16,2,72,
-121,27,101,124,16,0,130,65,192,119,127,56,226,5,128,56,201,254,251,75,
-212,192,109,56,0,4,128,56,0,0,160,56,205,221,5,72,20,0,1,128,
-12,0,225,131,1,0,96,56,16,0,33,56,166,3,8,124,32,0,128,78,
-166,2,8,124,4,0,1,144,240,255,33,148,8,0,129,56,29,0,96,60,
-220,49,99,56,0,0,160,56,161,11,2,72,10,0,3,44,56,0,130,65,
-205,191,255,75,8,0,97,128,1,248,255,75,8,0,97,128,153,246,255,75,
-0,0,3,44,244,255,130,65,25,192,255,75,20,0,1,128,16,0,33,56,
-166,3,8,124,1,0,96,56,32,0,128,78,20,0,1,128,16,0,33,56,
-166,3,8,124,0,0,96,56,32,0,128,78,166,2,8,124,4,0,1,144,
-240,255,33,148,8,0,129,56,29,0,96,60,164,49,99,56,0,0,160,56,
-49,11,2,72,10,0,3,44,84,0,130,65,45,192,255,75,8,0,97,128,
-145,247,255,75,8,0,97,128,41,246,255,75,0,0,3,44,244,255,130,65,
-121,192,255,75,216,128,13,128,1,0,0,44,20,0,130,64,0,0,0,56,
-216,128,13,144,1,0,96,56,205,31,2,72,20,0,1,128,16,0,33,56,
-166,3,8,124,1,0,96,56,32,0,128,78,20,0,1,128,16,0,33,56,
-166,3,8,124,0,0,96,56,32,0,128,78,224,255,33,148,28,0,225,147,
-166,2,8,124,36,0,1,144,20,0,161,147,120,27,125,124,24,0,193,147,
-0,0,192,59,0,0,0,56,8,0,1,144,120,243,195,127,8,0,129,56,
-12,0,161,56,89,141,0,72,0,0,3,44,80,0,130,65,12,0,1,128,
-255,7,0,84,224,255,130,65,0,0,227,131,8,0,31,128,0,0,0,44,
-20,0,130,65,8,0,255,131,8,0,31,128,0,0,0,44,244,255,130,64,
-120,251,227,127,121,243,4,72,0,0,3,44,20,0,130,65,120,251,227,127,
-120,235,164,127,165,242,4,72,160,255,255,75,1,0,222,59,35,0,30,44,
-140,255,128,65,28,0,225,131,36,0,1,128,24,0,193,131,20,0,161,131,
-166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,8,0,129,56,29,0,96,60,20,50,99,56,
-0,0,160,56,237,9,2,72,10,0,3,44,80,1,130,65,8,0,97,128,
-11,0,224,63,1,243,4,72,0,0,3,44,20,0,130,64,8,0,161,128,
-232,119,127,56,54,7,128,56,161,252,251,75,8,0,161,128,36,0,69,129,
-48,0,138,129,36,0,108,129,141,1,107,85,128,0,130,64,248,191,77,129,
-28,0,12,128,80,80,0,124,208,7,0,40,32,0,128,64,232,119,127,56,
-63,7,128,56,105,252,251,75,189,189,255,75,8,0,97,128,241,245,255,75,
-184,0,0,72,36,0,133,129,52,0,12,128,255,7,0,84,28,0,130,65,
-36,0,69,129,44,0,170,144,36,0,101,129,52,0,139,129,64,0,140,101,
-52,0,139,145,0,0,0,56,14,0,5,176,40,1,64,57,12,0,69,177,
-16,0,5,176,113,189,255,75,8,0,97,128,165,245,255,75,108,0,0,72,
-36,0,133,129,52,0,12,128,255,7,12,84,0,0,64,57,14,0,69,177,
-56,0,130,65,0,0,96,57,12,0,101,177,16,0,101,177,4,0,5,128,
-120,43,163,124,166,3,9,124,33,4,128,78,20,0,1,128,12,0,225,131,
-1,0,96,56,16,0,33,56,166,3,8,124,32,0,128,78,19,16,64,57,
-12,0,69,177,0,0,0,56,16,0,5,176,5,189,255,75,8,0,97,128,
-57,245,255,75,8,0,97,128,209,243,255,75,0,0,3,44,244,255,130,65,
-81,189,255,75,20,0,1,128,12,0,225,131,1,0,96,56,16,0,33,56,
-166,3,8,124,32,0,128,78,20,0,1,128,12,0,225,131,0,0,96,56,
-16,0,33,56,166,3,8,124,32,0,128,78,216,255,33,148,0,0,5,44,
-12,0,33,147,16,0,65,147,20,0,97,147,24,0,129,147,36,0,225,147,
-166,2,8,124,44,0,1,144,28,0,161,147,120,27,125,124,32,0,193,147,
-120,51,222,124,20,0,130,65,248,191,109,131,80,216,62,127,40,0,25,40,
-52,0,128,64,32,0,193,131,20,0,97,131,24,0,129,131,36,0,225,131,
-28,0,161,131,16,0,65,131,44,0,1,128,12,0,33,131,0,0,96,56,
-166,3,8,124,40,0,33,56,32,0,128,78,255,15,0,60,255,255,0,96,
-0,0,27,124,0,0,224,59,28,0,128,64,0,240,0,60,1,0,0,96,
-0,0,27,124,12,0,129,64,0,64,224,63,255,255,255,59,0,0,132,131,
-8,0,28,128,0,0,0,44,20,0,130,65,120,3,28,124,8,0,28,128,
-0,0,0,44,244,255,130,64,120,227,131,127,221,240,4,72,0,0,3,44,
-32,0,130,65,0,0,3,44,36,0,124,129,12,0,139,129,90,0,192,59,
-108,7,76,59,28,0,130,65,40,0,0,72,0,0,3,44,20,0,252,128,
-20,58,94,127,90,0,192,59,20,0,130,64,120,227,131,127,101,240,4,72,
-0,0,3,44,8,0,130,65,190,0,192,59,64,240,25,124,20,250,218,127,
-36,0,129,65,20,250,91,125,16,240,106,125,16,89,11,124,208,0,32,125,
-255,255,9,48,16,73,96,124,62,6,99,84,112,0,0,72,120,235,163,127,
-108,7,128,56,97,241,4,72,255,127,0,60,255,255,0,96,64,0,3,124,
-36,0,130,64,20,250,91,125,16,240,106,125,16,89,11,124,208,0,32,125,
-255,255,9,48,16,73,96,124,62,6,99,84,52,0,0,72,20,26,91,125,
-20,250,42,125,64,240,9,124,8,0,128,64,120,75,62,125,20,250,91,125,
-16,240,106,125,16,89,11,124,208,0,32,125,255,255,9,48,16,73,96,124,
-62,6,99,84,32,0,193,131,24,0,129,131,20,0,97,131,28,0,161,131,
-36,0,225,131,44,0,1,128,16,0,65,131,12,0,33,131,166,3,8,124,
-40,0,33,56,32,0,128,78,224,255,33,148,16,0,129,147,120,27,124,124,
-35,0,28,40,28,0,225,147,166,2,8,124,36,0,1,144,20,0,161,147,
-120,35,157,124,24,0,193,147,120,43,190,124,188,0,128,64,58,16,139,87,
-20,226,11,124,54,32,0,84,29,0,128,61,20,2,236,127,96,52,31,140,
-0,0,0,44,140,0,130,64,0,0,30,44,4,0,223,147,0,0,0,57,
-8,0,191,179,1,0,128,57,0,0,159,153,8,0,130,65,0,0,30,129,
-248,191,13,128,8,0,193,56,0,0,128,56,12,0,31,145,28,0,31,144,
-120,227,131,127,16,0,191,56,5,141,0,72,0,0,30,44,32,0,255,59,
-120,251,230,127,32,0,130,65,16,0,28,44,0,0,30,128,65,0,128,56,
-8,0,6,144,0,0,254,147,104,0,128,64,96,0,0,72,2,0,6,160,
-0,8,0,96,2,0,6,176,2,0,6,160,0,128,0,96,2,0,6,176,
-56,0,0,72,0,0,30,44,12,0,130,65,0,0,254,131,40,0,0,72,
-28,0,225,131,24,0,193,131,20,0,161,131,36,0,1,128,16,0,129,131,
-0,0,96,56,166,3,8,124,32,0,33,56,32,0,128,78,16,0,28,44,
-65,0,128,56,8,0,128,64,66,0,128,56,120,227,131,127,120,235,165,127,
-120,251,230,127,237,7,0,72,120,227,131,127,120,251,228,127,49,248,255,75,
-24,0,193,131,28,0,225,131,36,0,1,128,20,0,161,131,16,0,129,131,
-166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,8,0,193,147,
-12,0,225,147,166,2,8,124,20,0,1,144,0,0,0,56,220,128,13,144,
-224,128,13,144,153,186,255,75,197,185,255,75,9,128,141,137,116,7,140,125,
-255,255,236,59,120,251,227,127,57,203,2,72,128,134,45,137,12,0,0,61,
-29,0,64,61,0,0,224,56,200,134,109,144,117,7,41,125,76,52,234,148,
-8,0,106,144,196,34,8,57,12,0,106,144,4,0,234,144,44,72,231,87,
-16,0,234,144,12,0,130,65,12,0,0,61,168,35,8,57,120,67,3,125,
-16,0,128,56,121,238,255,75,124,134,13,137,116,7,8,125,3,0,8,44,
-12,0,130,65,0,0,0,56,200,136,13,144,0,0,192,59,29,0,96,60,
-96,52,99,56,32,0,62,33,1,0,128,56,0,0,0,57,58,16,203,87,
-20,242,11,124,54,32,0,84,20,2,99,125,8,0,11,177,4,0,11,145,
-32,0,235,59,0,0,11,153,10,0,128,61,240,121,140,57,36,0,139,145,
-32,0,126,57,48,240,134,124,24,0,223,144,2,0,0,56,2,0,31,176,
-20,0,31,145,42,0,223,179,1,0,222,59,35,0,30,44,48,76,138,124,
-48,88,140,124,120,83,135,125,28,0,255,144,0,0,159,176,8,0,31,145,
-14,0,31,177,16,0,31,177,132,255,128,65,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,0,0,3,128,
-120,35,131,124,166,3,9,124,120,43,164,124,62,6,197,84,62,6,230,84,
-32,4,128,78,0,0,131,129,120,35,131,124,166,3,137,125,120,51,192,124,
-120,59,230,124,120,43,164,124,120,3,5,124,32,4,128,78,0,0,131,129,
-120,35,131,124,166,3,137,125,120,43,160,124,120,51,197,124,120,3,4,124,
-32,4,128,78,0,0,96,56,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,58,16,108,84,29,0,108,61,80,63,107,128,
-80,63,235,59,113,65,2,72,0,0,0,56,0,0,31,144,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,12,0,224,63,120,37,255,59,
-96,1,128,57,0,0,191,168,64,40,3,124,76,0,130,64,6,0,95,137,
-3,0,255,136,4,0,31,137,2,0,223,136,8,0,159,128,5,0,63,137,
-12,0,96,60,208,159,99,56,116,7,198,124,116,7,41,125,116,7,74,125,
-205,84,2,72,20,0,1,128,120,251,227,127,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,255,255,140,53,12,0,255,59,164,255,130,64,
-120,27,100,124,12,0,96,60,172,159,99,56,153,84,2,72,20,0,1,128,
-12,0,225,131,0,0,96,56,16,0,33,56,166,3,8,124,32,0,128,78,
-112,255,33,148,120,0,65,147,124,0,97,147,128,0,129,147,132,0,161,147,
-136,0,193,147,166,2,8,124,148,0,1,144,24,0,97,144,28,0,129,144,
-32,0,161,144,36,0,193,144,40,0,225,144,44,0,1,145,48,0,33,145,
-52,0,65,145,140,0,225,147,120,35,159,124,166,0,160,127,94,4,172,87,
-36,1,128,125,58,16,96,84,29,0,32,61,20,2,137,127,80,63,92,135,
-0,0,26,44,2,0,0,56,0,0,96,59,152,0,161,56,24,0,65,57,
-8,0,1,152,9,0,97,155,12,0,161,144,16,0,65,145,36,0,130,65,
-255,255,122,57,1,0,11,140,117,7,0,124,248,255,130,64,80,88,122,127,
-21,218,90,127,236,0,130,65,56,0,0,72,98,0,96,56,249,63,2,72,
-121,27,122,124,0,0,92,147,212,0,130,65,0,0,128,56,98,0,160,56,
-201,239,251,75,196,0,96,56,217,63,2,72,121,27,126,124,184,0,130,65,
-28,0,0,72,98,0,27,44,172,0,128,64,196,0,96,56,189,63,2,72,
-121,27,126,124,156,0,130,65,120,251,228,127,8,0,161,56,57,73,2,72,
-98,0,27,32,121,3,12,124,112,0,130,65,1,0,0,40,255,255,58,57,
-120,3,5,124,255,255,94,57,8,0,128,64,1,0,160,56,166,3,169,124,
-1,0,106,141,116,7,107,125,121,91,96,125,1,0,105,157,20,0,130,64,
-0,0,12,44,255,255,41,57,24,0,130,64,48,0,0,72,255,255,140,57,
-216,255,0,66,0,0,12,44,32,0,130,65,1,0,12,40,0,0,0,56,
-8,0,128,64,1,0,128,57,166,3,137,125,1,0,9,156,252,255,0,66,
-0,0,92,131,0,0,192,56,120,243,195,127,97,0,218,152,33,63,2,72,
-0,128,168,115,166,0,32,125,94,4,41,85,120,67,41,125,36,1,32,125,
-136,0,193,131,128,0,129,131,132,0,161,131,140,0,225,131,148,0,1,128,
-124,0,97,131,120,0,65,131,166,3,8,124,144,0,33,56,32,0,128,78,
-144,255,33,148,108,0,225,147,166,2,8,124,116,0,1,144,8,0,97,144,
-12,0,129,144,16,0,161,144,20,0,193,144,24,0,225,144,28,0,1,145,
-32,0,33,145,36,0,65,145,104,0,193,147,120,27,126,124,8,0,30,128,
-0,0,0,44,120,35,159,124,20,0,130,65,8,0,222,131,8,0,30,128,
-0,0,0,44,244,255,130,64,120,243,195,127,193,233,4,72,0,0,3,44,
-20,0,130,65,32,0,30,168,127,4,3,84,120,251,228,127,193,253,255,75,
-116,0,1,128,108,0,225,131,104,0,193,131,166,3,8,124,112,0,33,56,
-32,0,128,78,224,255,33,148,8,0,65,147,12,0,97,147,166,2,8,124,
-36,0,1,144,24,0,193,147,120,43,190,124,16,0,129,147,120,51,220,124,
-20,0,161,147,120,27,125,124,28,0,225,147,120,35,159,124,120,251,227,127,
-201,252,255,75,22,0,253,179,120,27,123,124,120,235,163,127,0,0,128,56,
-18,0,160,56,229,237,251,75,0,0,27,44,52,0,130,65,5,0,91,137,
-25,0,29,136,126,7,64,81,25,0,29,152,6,0,27,136,0,0,29,152,
-2,0,219,136,2,0,221,152,3,0,251,136,12,0,253,152,4,0,27,136,
-13,0,29,152,26,0,253,59,120,251,227,127,0,0,128,56,98,0,160,56,
-153,237,251,75,0,0,30,44,0,0,64,59,36,0,130,65,255,255,30,57,
-1,0,40,141,117,7,41,125,248,255,130,64,80,64,94,127,98,0,26,44,
-8,0,128,65,97,0,64,59,120,251,227,127,120,243,196,127,120,211,69,127,
-241,111,2,72,0,0,30,44,0,0,0,56,174,209,31,124,12,0,130,64,
-12,0,192,63,28,160,222,59,120,243,196,127,96,135,98,56,37,81,2,72,
-8,0,155,128,255,255,132,57,1,0,90,59,26,0,122,59,20,210,255,127,
-120,99,139,125,1,0,11,140,117,7,0,124,248,255,130,64,97,0,218,35,
-80,88,100,125,64,240,11,124,60,0,128,64,1,0,12,140,117,7,0,124,
-248,255,130,64,120,251,227,127,80,96,196,127,120,243,197,127,125,111,2,72,
-1,0,94,59,20,210,123,127,0,224,27,124,0,0,0,56,174,241,31,124,
-48,0,129,64,40,0,0,72,120,251,227,127,120,243,197,127,85,111,2,72,
-1,0,94,59,20,210,123,127,0,224,27,124,0,0,0,56,174,241,31,124,
-8,0,129,64,120,227,155,127,248,255,27,56,7,0,29,152,24,0,193,131,
-16,0,129,131,20,0,161,131,28,0,225,131,36,0,1,128,12,0,97,131,
-8,0,65,131,166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,
-8,0,193,147,166,2,8,124,20,0,1,144,12,0,225,147,120,43,191,124,
-58,16,224,87,29,0,128,61,20,2,204,127,80,63,190,128,21,254,255,75,
-80,63,30,128,0,0,0,44,12,0,130,65,120,251,227,127,193,250,255,75,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,12,0,0,60,56,160,0,48,12,0,128,61,120,37,140,57,
-96,1,96,57,166,3,105,125,0,0,76,169,64,80,3,124,12,0,130,64,
-8,0,12,128,12,0,0,72,12,0,140,57,232,255,0,66,120,3,3,124,
-32,0,128,78,204,134,141,129,1,0,140,57,100,0,12,44,204,134,141,145,
-12,0,130,64,0,0,128,57,204,134,141,145,56,24,128,85,80,0,12,124,
-58,16,0,84,29,0,128,61,80,67,140,57,20,2,108,124,32,0,128,78,
-56,24,96,84,80,0,3,124,58,16,0,84,29,0,128,61,20,2,140,125,
-104,67,12,128,53,0,3,84,32,0,128,78,56,24,96,84,80,0,3,124,
-58,16,0,84,29,0,96,61,80,67,107,57,20,2,139,125,12,0,12,56,
-0,0,4,144,0,0,96,56,32,0,128,78,216,255,33,148,12,0,33,147,
-16,0,65,147,20,0,97,147,24,0,129,147,166,2,8,124,44,0,1,144,
-28,0,161,147,120,27,125,124,32,0,193,147,120,43,190,124,36,0,225,147,
-120,51,223,124,77,255,255,75,248,191,77,131,204,134,109,131,65,0,4,44,
-120,219,124,127,120,27,121,124,0,0,249,147,9,0,185,155,8,0,153,152,
-4,0,89,147,64,0,130,64,0,32,128,61,0,0,12,132,4,0,12,129,
-23,2,30,44,12,0,25,176,14,0,25,177,16,0,130,64,76,0,76,129,
-24,0,89,145,24,0,0,72,22,2,30,44,255,255,64,57,8,0,130,64,
-72,0,76,129,24,0,89,145,66,0,4,44,84,0,130,64,67,0,32,57,
-8,0,57,153,120,235,163,127,12,0,185,56,1,0,128,56,8,0,193,56,
-193,131,0,72,193,254,255,75,204,134,141,131,0,0,128,56,8,0,193,56,
-120,27,121,124,68,0,0,56,8,0,25,152,4,0,89,147,9,0,185,155,
-0,0,249,147,12,0,185,56,120,235,163,127,141,131,0,72,0,0,31,44,
-10,0,217,179,96,0,130,65,120,251,227,127,120,243,196,127,237,228,4,72,
-16,0,29,40,56,0,128,64,28,0,159,128,24,0,127,128,32,0,125,57,
-32,0,61,33,1,0,160,56,48,232,167,124,120,59,99,124,24,0,127,144,
-48,76,170,124,48,88,172,124,120,83,136,125,120,67,132,124,28,0,159,144,
-2,0,31,160,189,7,0,84,12,0,130,65,36,0,127,179,38,0,159,179,
-20,0,97,131,28,0,161,131,120,251,227,127,36,0,225,131,24,0,129,131,
-32,0,193,131,44,0,1,128,16,0,65,131,12,0,33,131,166,3,8,124,
-40,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,208,134,141,129,
-0,0,224,56,32,0,236,63,1,0,32,61,0,160,41,57,240,255,255,59,
-112,14,204,124,148,1,140,125,64,96,7,124,132,0,128,64,0,0,100,161,
-0,0,133,161,64,96,11,124,20,0,130,64,2,0,132,56,2,0,165,56,
-1,0,231,56,84,0,0,72,16,0,3,129,20,0,67,129,0,10,137,57,
-0,85,96,57,0,0,136,177,0,0,106,177,0,0,40,177,0,0,133,161,
-0,0,132,177,2,0,165,56,2,0,132,56,0,0,159,161,0,0,127,161,
-99,4,138,85,99,4,108,85,99,4,75,85,99,4,140,85,64,96,11,124,
-228,255,130,64,1,0,231,56,112,14,204,124,148,1,140,125,64,96,7,124,
-132,255,128,65,12,0,225,131,16,0,33,56,0,0,96,56,32,0,128,78,
-16,0,3,129,20,0,67,129,208,134,237,128,32,0,135,61,0,48,192,56,
-0,85,96,57,1,0,32,61,0,170,9,56,240,255,140,57,0,0,8,176,
-0,0,106,177,0,0,8,176,0,0,106,177,0,0,196,176,0,0,172,160,
-33,4,167,84,0,0,12,160,36,0,130,65,0,0,172,160,0,0,12,160,
-99,4,169,84,99,4,11,84,64,88,9,124,12,0,130,65,206,1,96,56,
-32,0,128,78,99,4,171,84,99,4,0,84,64,0,11,124,196,255,130,64,
-0,0,96,56,32,0,128,78,0,0,96,57,254,255,132,56,254,255,165,56,
-112,14,202,124,148,1,10,124,64,0,11,124,32,0,128,76,2,0,132,165,
-2,0,133,181,1,0,107,57,112,14,202,124,148,1,10,124,64,0,11,124,
-232,255,128,65,32,0,128,78,0,0,32,57,112,14,192,124,148,1,128,125,
-0,96,9,124,56,0,128,64,0,0,69,161,0,0,100,161,64,88,10,124,
-2,0,132,56,2,0,165,56,12,0,130,65,194,1,96,56,32,0,128,78,
-1,0,41,57,112,14,192,124,148,1,128,125,0,96,9,124,208,255,128,65,
-0,0,96,56,32,0,128,78,200,255,33,148,8,0,129,146,12,0,161,146,
-16,0,193,146,20,0,225,146,24,0,1,147,28,0,33,147,36,0,97,147,
-40,0,129,147,44,0,161,147,48,0,193,147,52,0,225,147,166,2,8,124,
-60,0,1,144,32,0,65,147,120,27,122,124,0,0,58,129,120,35,155,124,
-0,72,27,124,120,51,221,124,120,43,188,124,32,0,128,65,4,0,250,128,
-255,255,29,56,255,255,199,56,20,2,187,124,20,50,9,124,64,0,5,124,
-72,0,129,64,44,0,161,131,24,0,1,131,20,0,225,130,40,0,129,131,
-48,0,193,131,28,0,33,131,16,0,193,130,36,0,97,131,52,0,225,131,
-32,0,65,131,12,0,161,130,60,0,1,128,8,0,129,130,193,1,96,56,
-166,3,8,124,56,0,33,56,32,0,128,78,1,0,96,60,97,55,2,72,
-121,27,119,124,120,187,248,126,72,0,130,64,44,0,161,131,24,0,1,131,
-20,0,225,130,40,0,129,131,48,0,193,131,28,0,33,131,16,0,193,130,
-36,0,97,131,52,0,225,131,32,0,65,131,12,0,161,130,60,0,1,128,
-8,0,129,130,21,1,96,56,166,3,8,124,56,0,33,56,32,0,128,78,
-0,0,218,130,4,0,250,128,16,0,192,60,64,48,7,124,0,0,32,57,
-24,0,130,64,12,0,160,62,72,54,181,58,19,0,32,57,0,0,192,59,
-40,0,0,72,32,0,0,60,64,0,7,124,16,0,130,64,12,0,160,62,
-148,54,181,58,35,0,32,57,0,0,192,59,0,72,30,124,44,0,128,64,
-58,16,202,87,46,168,138,126,42,80,148,86,20,162,54,127,0,200,27,124,
-20,0,128,65,1,0,222,59,0,72,30,124,120,203,54,127,220,255,128,65,
-0,0,29,44,0,1,130,65,58,16,203,87,46,168,139,126,120,211,67,127,
-42,80,148,86,120,179,196,126,120,187,229,126,120,163,134,126,201,253,255,75,
-80,216,118,125,120,219,101,127,20,162,54,127,32,0,0,72,0,0,156,137,
-1,0,165,56,174,89,152,125,1,0,156,59,255,255,189,59,1,0,123,59,
-1,0,107,57,0,200,5,124,12,0,128,64,0,0,29,44,216,255,130,64,
-120,211,67,127,120,179,196,126,1,253,255,75,121,27,127,124,52,0,130,64,
-120,211,67,127,120,187,229,126,120,163,134,126,41,252,255,75,121,27,127,124,
-28,0,130,64,120,211,67,127,120,179,196,126,120,187,229,126,141,253,255,75,
-121,27,127,124,80,0,130,65,120,187,227,126,237,53,2,72,20,0,225,130,
-36,0,97,131,40,0,129,131,24,0,1,131,16,0,193,130,32,0,65,131,
-44,0,161,131,120,251,227,127,52,0,225,131,28,0,33,131,48,0,193,131,
-60,0,1,128,12,0,161,130,8,0,129,130,166,3,8,124,56,0,33,56,
-32,0,128,78,0,0,29,44,1,0,222,59,120,203,54,127,8,255,130,64,
-120,187,227,126,145,53,2,72,44,0,161,131,24,0,1,131,20,0,225,130,
-40,0,129,131,48,0,193,131,28,0,33,131,16,0,193,130,36,0,97,131,
-52,0,225,131,32,0,65,131,12,0,161,130,60,0,1,128,8,0,129,130,
-0,0,96,56,166,3,8,124,56,0,33,56,32,0,128,78,240,255,33,148,
-0,0,3,44,166,2,8,124,20,0,1,144,12,0,225,147,240,255,224,63,
-20,0,130,64,36,0,96,56,117,51,2,72,0,0,3,44,80,0,130,65,
-1,0,32,57,8,0,35,153,12,0,64,61,32,55,74,57,12,0,67,145,
-0,0,227,147,208,134,237,147,170,10,127,57,16,0,99,145,84,5,159,57,
-20,0,131,145,24,0,227,147,16,0,0,60,4,0,3,144,2,0,31,56,
-28,0,3,144,0,1,0,60,34,218,0,96,32,0,3,144,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,8,0,193,147,
-224,255,192,63,20,0,130,64,36,0,96,56,229,50,2,72,121,27,127,124,
-84,0,130,65,120,251,227,127,65,255,255,75,0,0,223,147,208,134,205,147,
-12,0,0,60,112,55,0,48,12,0,31,144,224,255,0,60,170,170,0,96,
-16,0,31,144,84,85,94,57,20,0,95,145,24,0,223,147,2,0,126,57,
-28,0,127,145,32,0,128,61,4,0,159,145,0,191,128,61,35,74,140,57,
-32,0,159,145,20,0,1,128,120,251,227,127,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,121,27,127,124,8,0,193,147,224,255,192,63,
-20,0,130,64,36,0,96,56,73,50,2,72,121,27,127,124,68,0,130,65,
-120,251,227,127,165,254,255,75,0,0,223,147,208,134,205,147,32,0,0,60,
-4,0,31,144,170,10,30,56,16,0,31,144,84,5,94,57,20,0,95,145,
-24,0,223,147,2,0,126,57,28,0,127,145,1,32,128,61,34,196,140,57,
-32,0,159,145,20,0,1,128,120,251,227,127,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,121,27,127,124,8,0,193,147,224,255,192,63,
-20,0,130,64,36,0,96,56,189,49,2,72,121,27,127,124,72,0,130,65,
-120,251,227,127,25,254,255,75,0,0,223,147,208,134,205,147,84,5,94,57,
-20,0,95,145,0,2,126,57,24,0,127,145,32,0,128,61,4,0,159,145,
-2,2,158,57,28,0,159,145,170,10,30,56,16,0,31,144,0,28,0,60,
-34,196,0,96,32,0,31,144,20,0,1,128,120,251,227,127,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,8,0,193,147,
-224,255,192,63,20,0,130,64,36,0,96,56,45,49,2,72,121,27,127,124,
-68,0,130,65,120,251,227,127,137,253,255,75,0,0,223,147,208,134,205,147,
-32,0,0,60,4,0,31,144,170,10,30,56,16,0,31,144,84,5,94,57,
-20,0,95,145,24,0,223,147,2,0,126,57,28,0,127,145,1,1,128,61,
-34,196,140,57,32,0,159,145,20,0,1,128,120,251,227,127,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,8,0,193,147,
-240,255,192,63,20,0,130,64,36,0,96,56,161,48,2,72,121,27,127,124,
-72,0,130,65,120,251,227,127,253,252,255,75,0,0,223,147,208,134,205,147,
-84,5,94,57,20,0,95,145,0,2,126,57,24,0,127,145,16,0,128,61,
-4,0,159,145,2,0,158,57,28,0,159,145,170,10,30,56,16,0,31,144,
-0,28,0,60,91,34,0,96,32,0,31,144,20,0,1,128,120,251,227,127,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,
-8,0,193,147,240,255,192,63,20,0,130,64,36,0,96,56,17,48,2,72,
-121,27,127,124,68,0,130,65,120,251,227,127,109,252,255,75,0,0,223,147,
-208,134,205,147,16,0,0,60,4,0,31,144,170,10,30,56,16,0,31,144,
-84,5,94,57,20,0,95,145,24,0,223,147,2,0,126,57,28,0,127,145,
-1,194,128,61,34,218,140,57,32,0,159,145,20,0,1,128,120,251,227,127,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,
-8,0,193,147,240,255,192,63,20,0,130,64,36,0,96,56,133,47,2,72,
-121,27,127,124,68,0,130,65,120,251,227,127,225,251,255,75,0,0,223,147,
-208,134,205,147,16,0,0,60,4,0,31,144,170,10,30,56,16,0,31,144,
-84,5,94,57,20,0,95,145,24,0,223,147,2,0,126,57,28,0,127,145,
-1,32,128,61,34,218,140,57,32,0,159,145,20,0,1,128,120,251,227,127,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,
-8,0,193,147,240,255,192,63,20,0,130,64,36,0,96,56,249,46,2,72,
-121,27,127,124,64,0,130,65,120,251,227,127,85,251,255,75,0,0,223,147,
-16,0,0,60,4,0,31,144,170,10,30,56,16,0,31,144,84,5,94,57,
-20,0,95,145,24,0,223,147,2,0,126,57,28,0,127,145,1,32,128,61,
-0,218,140,57,32,0,159,145,20,0,1,128,120,251,227,127,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,16,0,99,129,
-20,0,67,129,0,85,128,57,1,0,32,61,0,144,41,57,0,26,9,56,
-0,0,11,176,0,0,138,177,0,0,43,177,32,0,128,78,208,134,141,129,
-16,0,12,61,240,255,8,57,0,0,32,57,176,0,0,72,0,0,100,161,
-0,0,133,161,64,96,11,124,16,0,130,64,2,0,132,56,2,0,165,56,
-144,0,0,72,16,0,131,57,0,0,76,129,1,0,128,61,0,170,140,57,
-0,0,138,177,20,0,131,57,0,0,108,129,0,85,128,57,0,0,139,177,
-1,0,128,61,0,160,140,57,0,0,138,177,120,35,139,124,2,0,132,56,
-120,43,172,124,2,0,165,56,0,0,140,161,0,0,139,177,0,0,104,161,
-0,0,136,161,165,4,106,85,0,0,10,44,36,0,130,65,0,0,104,161,
-0,0,136,161,99,4,103,85,99,4,138,85,64,80,7,124,12,0,130,65,
-205,1,96,56,44,0,0,72,99,4,107,85,99,4,140,85,64,96,11,124,
-192,255,130,64,1,0,41,57,112,14,204,124,148,1,140,125,64,96,9,124,
-72,255,128,65,0,0,96,56,32,0,128,78,208,134,141,129,16,0,12,61,
-240,255,8,57,16,0,131,57,0,0,76,129,1,0,128,61,0,170,140,57,
-0,0,138,177,20,0,131,57,0,0,108,129,0,85,128,57,0,0,139,177,
-1,0,128,61,0,128,140,57,0,0,138,177,1,0,128,61,0,170,140,57,
-0,0,138,177,0,85,128,57,0,0,139,177,0,48,128,57,0,0,132,177,
-0,0,40,161,0,0,72,161,165,4,44,85,0,0,12,44,36,0,130,65,
-0,0,40,161,0,0,72,161,99,4,43,85,99,4,76,85,64,96,11,124,
-12,0,130,65,206,1,96,56,24,0,0,72,99,4,43,85,99,4,76,85,
-64,96,11,124,192,255,130,64,0,0,96,56,32,0,128,78,232,255,33,148,
-12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,
-12,0,99,129,36,0,11,128,120,27,127,124,166,3,9,124,33,4,128,78,
-12,0,159,129,44,0,12,128,120,27,125,124,120,251,227,127,166,3,9,124,
-33,4,128,78,12,0,223,128,52,0,230,128,120,27,126,124,120,251,227,127,
-166,3,233,124,33,4,128,78,0,0,159,129,20,26,30,124,80,232,32,125,
-60,0,32,85,20,2,108,124,28,0,1,128,20,0,225,131,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,4,0,3,129,16,0,0,60,
-64,0,8,124,12,0,131,129,36,0,12,128,120,27,127,124,60,0,130,64,
-166,3,9,124,33,4,128,78,12,0,128,61,144,54,140,129,0,0,95,129,
-42,80,140,85,80,24,12,125,60,0,0,85,20,2,106,124,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,166,3,9,124,
-33,4,128,78,12,0,96,61,28,55,107,129,0,0,95,129,42,80,107,85,
-80,24,43,125,60,0,32,85,20,2,106,124,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,4,0,3,128,16,0,128,61,
-64,96,0,124,32,0,130,64,12,0,128,61,72,54,140,57,64,0,12,128,
-68,0,140,129,20,2,12,124,42,80,3,84,32,0,128,78,12,0,128,61,
-148,54,140,57,128,0,12,128,132,0,140,129,20,2,12,124,42,80,3,84,
-32,0,128,78,4,0,131,129,16,0,0,60,64,0,12,124,32,0,130,65,
-32,0,0,60,64,0,12,124,20,0,130,64,12,0,128,61,28,55,140,129,
-42,80,131,85,32,0,128,78,12,0,128,61,144,54,140,129,42,80,131,85,
-32,0,128,78,4,0,99,128,32,0,128,78,0,0,99,128,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,166,0,0,125,94,4,0,85,
-36,1,0,124,137,252,255,75,16,0,227,128,28,0,99,129,0,0,139,161,
-24,0,35,129,0,0,41,161,0,128,10,113,0,0,0,60,0,240,0,96,
-30,128,41,85,0,0,7,176,120,99,41,125,166,0,96,125,94,4,107,85,
-120,83,107,125,36,1,96,125,32,0,131,129,64,96,9,124,192,1,96,56,
-8,0,130,64,0,0,96,56,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,200,255,33,148,8,0,129,146,12,0,161,146,16,0,193,146,
-20,0,225,146,24,0,1,147,32,0,65,147,36,0,97,147,40,0,129,147,
-44,0,161,147,48,0,193,147,52,0,225,147,166,2,8,124,60,0,1,144,
-28,0,33,147,120,27,121,124,0,0,249,128,120,35,154,124,0,56,26,124,
-120,51,220,124,120,43,187,124,32,0,128,65,4,0,89,129,255,255,42,57,
-255,255,220,56,20,50,26,125,20,74,103,125,64,88,8,124,72,0,129,64,
-44,0,161,131,24,0,1,131,20,0,225,130,40,0,129,131,48,0,193,131,
-28,0,33,131,16,0,193,130,36,0,97,131,52,0,225,131,32,0,65,131,
-12,0,161,130,60,0,1,128,8,0,129,130,193,1,96,56,166,3,8,124,
-56,0,33,56,32,0,128,78,1,0,96,60,173,43,2,72,121,27,118,124,
-120,179,215,126,72,0,130,64,44,0,161,131,24,0,1,131,20,0,225,130,
-40,0,129,131,48,0,193,131,28,0,33,131,16,0,193,130,36,0,97,131,
-52,0,225,131,32,0,65,131,12,0,161,130,60,0,1,128,8,0,129,130,
-21,1,96,56,166,3,8,124,56,0,33,56,32,0,128,78,4,0,185,128,
-16,0,0,60,64,0,5,124,0,0,25,131,0,0,0,56,24,0,130,64,
-12,0,96,61,72,54,107,57,19,0,0,56,0,0,224,59,40,0,0,72,
-32,0,192,60,64,48,5,124,16,0,130,64,12,0,96,61,148,54,107,57,
-35,0,0,56,0,0,0,44,0,0,224,59,44,0,129,64,252,255,139,57,
-166,3,9,124,4,0,172,134,42,80,181,86,20,170,152,126,0,160,26,124,
-16,0,128,65,120,163,152,126,1,0,255,59,228,255,0,66,0,0,28,44,
-58,16,224,87,20,2,171,127,252,255,189,59,0,1,130,65,4,0,189,134,
-120,203,35,127,42,80,181,86,120,195,4,127,120,179,197,126,120,171,166,126,
-13,242,255,75,80,208,184,124,120,211,71,127,20,170,152,126,120,163,128,126,
-32,0,0,72,0,0,155,137,1,0,231,56,174,41,151,125,1,0,123,59,
-255,255,156,59,1,0,90,59,1,0,165,56,0,0,7,124,12,0,128,64,
-0,0,28,44,216,255,130,64,120,203,35,127,120,195,4,127,37,251,255,75,
-121,27,126,124,52,0,130,64,120,203,35,127,120,179,197,126,120,171,166,126,
-53,250,255,75,121,27,126,124,28,0,130,64,120,203,35,127,120,195,4,127,
-120,179,197,126,205,241,255,75,121,27,126,124,80,0,130,65,120,179,195,126,
-45,42,2,72,20,0,225,130,36,0,97,131,40,0,129,131,120,243,195,127,
-48,0,193,131,24,0,1,131,44,0,161,131,32,0,65,131,16,0,193,130,
-28,0,33,131,52,0,225,131,60,0,1,128,12,0,161,130,8,0,129,130,
-166,3,8,124,56,0,33,56,32,0,128,78,0,0,28,44,1,0,255,59,
-120,163,152,126,8,255,130,64,120,179,195,126,209,41,2,72,44,0,161,131,
-24,0,1,131,20,0,225,130,40,0,129,131,48,0,193,131,28,0,33,131,
-16,0,193,130,36,0,97,131,52,0,225,131,32,0,65,131,12,0,161,130,
-60,0,1,128,8,0,129,130,0,0,96,56,166,3,8,124,56,0,33,56,
-32,0,128,78,8,0,3,136,116,7,0,124,52,0,0,124,62,222,3,84,
-32,0,128,78,0,0,0,56,29,0,128,61,156,78,12,152,12,0,96,60,
-192,55,99,56,236,34,2,72,0,0,131,129,10,0,12,160,12,0,140,129,
-60,8,0,84,80,96,96,124,32,0,128,78,232,255,33,148,12,0,161,147,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,4,0,67,169,
-0,0,10,44,0,0,0,57,0,0,6,145,0,0,5,145,72,0,130,64,
-32,0,67,129,0,0,4,44,52,0,130,64,0,0,70,145,169,255,255,75,
-80,24,10,124,0,0,5,144,20,0,225,131,16,0,193,131,28,0,1,128,
-12,0,161,131,0,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-0,0,10,44,36,0,130,64,20,0,225,131,16,0,193,131,28,0,1,128,
-12,0,161,131,203,1,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-1,0,4,44,40,0,130,64,0,0,69,145,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,0,0,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,16,0,224,59,64,80,31,124,0,0,35,129,24,0,169,59,
-12,0,192,63,204,1,96,56,204,55,222,59,120,235,168,127,108,0,128,64,
-16,0,157,141,64,96,4,124,16,0,8,57,80,0,130,64,58,16,140,85,
-46,240,140,125,7,0,0,56,255,255,44,57,120,67,11,125,166,3,9,124,
-1,0,137,141,1,0,11,140,81,96,224,124,40,0,130,64,0,0,12,44,
-8,0,130,65,232,255,0,66,8,0,29,128,0,0,6,144,12,0,253,128,
-0,0,96,56,0,0,229,144,16,0,0,72,16,0,255,59,64,80,31,124,
-156,255,128,65,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,12,0,3,128,10,0,99,161,
-20,2,131,125,80,96,107,124,32,0,128,78,240,255,33,148,8,0,193,147,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,0,0,159,129,
-12,0,44,129,191,7,32,85,12,0,192,63,44,0,130,65,80,160,126,56,
-203,4,128,56,0,0,160,56,133,220,251,75,0,0,159,129,0,0,3,44,
-16,0,130,65,191,7,139,85,16,0,130,64,120,0,0,72,191,7,139,85,
-112,0,130,65,80,160,126,56,204,4,128,56,0,0,160,56,85,220,251,75,
-0,0,159,129,0,0,3,44,84,0,130,65,10,0,12,160,12,0,76,129,
-24,0,204,56,60,8,0,84,80,80,32,125,58,0,32,85,20,2,38,125,
-255,255,9,56,80,0,70,125,112,22,75,125,1,0,139,57,1,0,12,44,
-0,0,224,56,120,59,232,124,120,99,139,125,8,0,128,64,1,0,96,57,
-166,3,105,125,252,255,198,56,80,0,0,72,10,0,12,160,12,0,76,129,
-24,0,204,56,60,8,0,84,80,80,32,125,58,0,32,85,20,2,38,125,
-255,255,9,56,80,0,70,125,112,22,75,125,1,0,139,57,1,0,12,44,
-0,0,224,56,120,59,232,124,120,99,139,125,8,0,128,64,1,0,96,57,
-166,3,105,125,252,255,198,56,4,0,70,133,20,80,231,124,0,0,64,57,
-148,1,8,125,240,255,0,66,12,0,225,131,20,0,1,128,8,0,193,131,
-20,66,103,124,166,3,8,124,16,0,33,56,32,0,128,78,120,27,96,124,
-212,134,109,128,12,0,131,129,12,0,140,129,120,43,166,124,120,35,133,124,
-166,3,137,125,120,3,4,124,32,4,128,78,216,255,33,148,166,2,8,124,
-44,0,1,144,36,0,225,147,120,27,127,124,0,0,159,128,0,0,4,44,
-24,0,130,64,36,0,225,131,40,0,33,56,166,3,8,124,198,1,96,56,
-32,0,128,78,0,0,196,128,8,0,193,144,4,0,228,128,12,0,225,144,
-8,0,4,129,16,0,1,145,12,0,36,129,20,0,33,145,16,0,68,129,
-24,0,65,145,20,0,100,129,62,4,12,85,2,0,12,44,28,0,97,145,
-48,0,130,65,3,0,12,44,40,0,130,65,12,0,96,60,96,160,99,56,
-177,57,2,72,44,0,1,128,36,0,225,131,201,1,96,56,40,0,33,56,
-166,3,8,124,32,0,128,78,120,251,227,127,249,253,255,75,18,0,161,160,
-24,0,97,144,0,0,127,128,3,0,0,56,8,0,129,56,16,0,1,176,
-33,255,255,75,0,0,3,44,24,0,130,64,0,0,127,128,185,253,255,75,
-18,0,161,160,8,0,129,56,5,255,255,75,44,0,1,128,36,0,225,131,
-0,0,96,56,40,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,
-4,0,1,144,248,255,33,148,120,27,104,124,0,0,8,128,32,16,128,61,
-64,48,140,57,64,96,0,124,20,0,130,65,96,80,224,60,128,112,231,56,
-64,56,0,124,84,0,130,64,120,67,3,125,89,253,255,75,10,0,8,160,
-121,3,10,124,255,255,35,57,255,255,8,57,76,0,130,65,1,0,0,40,
-120,3,12,124,8,0,128,64,1,0,128,57,166,3,137,125,1,0,8,140,
-1,0,233,140,81,0,103,125,12,0,130,64,255,255,74,57,236,255,0,66,
-0,0,11,44,24,0,130,65,12,0,1,128,8,0,33,56,166,3,8,124,
-202,1,96,56,32,0,128,78,12,0,1,128,8,0,33,56,166,3,8,124,
-0,0,96,56,32,0,128,78,240,255,33,148,8,0,193,147,120,27,102,124,
-166,2,8,124,20,0,1,144,255,255,4,56,80,0,6,124,112,22,12,124,
-1,0,204,55,12,0,225,147,96,0,129,64,32,16,224,63,64,48,255,59,
-0,0,6,128,64,248,0,124,64,0,130,64,120,51,196,124,120,35,131,124,
-13,255,255,75,0,0,3,44,44,0,130,64,4,0,4,129,64,64,5,124,
-32,0,130,64,12,0,225,131,20,0,1,128,8,0,193,131,120,35,131,124,
-166,3,8,124,16,0,33,56,32,0,128,78,255,255,222,55,4,0,198,56,
-176,255,130,64,12,0,225,131,20,0,1,128,8,0,193,131,0,0,96,56,
-166,3,8,124,16,0,33,56,32,0,128,78,20,0,3,128,20,2,99,124,
-32,0,128,78,216,255,33,148,8,0,1,147,12,0,33,147,16,0,65,147,
-20,0,97,147,28,0,161,147,36,0,225,147,166,2,8,124,44,0,1,144,
-24,0,129,147,120,27,124,124,32,0,193,147,29,0,192,63,112,78,126,56,
-255,255,128,56,149,178,5,72,0,0,3,44,240,255,130,64,216,134,237,131,
-0,0,31,44,12,0,64,63,120,251,249,127,88,0,130,64,112,78,126,56,
-245,174,5,72,0,0,3,44,20,0,130,65,140,160,122,56,6,1,128,56,
-0,0,160,56,141,216,251,75,32,0,193,131,20,0,97,131,16,0,65,131,
-28,0,161,131,36,0,225,131,24,0,129,131,12,0,33,131,44,0,1,128,
-8,0,1,131,0,0,96,56,166,3,8,124,40,0,33,56,32,0,128,78,
-0,0,31,44,0,0,160,59,120,227,155,127,244,0,130,65,0,0,223,128,
-0,0,251,128,64,56,6,124,20,0,130,64,4,0,31,128,4,0,59,129,
-64,72,0,124,212,0,130,65,20,0,95,129,0,0,10,44,16,0,130,65,
-1,0,189,59,12,0,29,44,116,0,129,64,196,136,13,160,239,5,0,84,
-0,0,224,59,172,0,130,64,212,134,109,128,12,0,131,129,28,0,172,128,
-166,3,169,124,33,4,128,78,120,27,127,124,212,134,109,128,12,0,195,128,
-28,0,6,128,166,3,9,124,33,4,128,78,120,27,120,124,212,134,109,128,
-12,0,3,129,36,0,40,129,166,3,41,125,33,4,128,78,4,0,188,128,
-20,26,152,124,120,251,227,127,249,253,255,75,121,27,127,124,96,255,130,64,
-76,0,0,72,120,251,227,127,137,254,255,75,120,27,127,124,64,200,31,124,
-40,0,128,65,212,134,109,128,12,0,67,129,36,0,106,129,166,3,105,125,
-33,4,128,78,20,26,153,125,255,255,12,56,64,0,31,124,12,0,129,64,
-0,0,224,59,12,0,0,72,0,0,31,44,20,255,130,64,112,78,126,56,
-161,173,5,72,0,0,3,44,20,0,130,65,140,160,122,56,6,1,128,56,
-0,0,160,56,57,215,251,75,16,0,65,131,24,0,129,131,28,0,161,131,
-120,251,227,127,36,0,225,131,20,0,97,131,32,0,193,131,44,0,1,128,
-12,0,33,131,8,0,1,131,166,3,8,124,40,0,33,56,32,0,128,78,
-212,134,109,128,12,0,131,129,76,0,12,128,166,3,9,124,32,4,128,78,
-212,134,109,128,12,0,131,129,68,0,12,128,166,3,9,124,32,4,128,78,
-208,255,33,148,20,0,33,147,44,0,225,147,166,2,8,124,52,0,1,144,
-16,0,1,147,120,27,120,124,24,0,65,147,120,35,154,124,28,0,97,147,
-120,43,187,124,32,0,129,147,120,51,220,124,36,0,161,147,120,59,253,124,
-40,0,193,147,29,0,192,63,112,78,126,56,255,255,128,56,89,176,5,72,
-0,0,3,44,240,255,130,64,4,0,248,171,0,0,31,44,12,0,32,63,
-88,0,130,65,112,78,126,56,189,172,5,72,0,0,3,44,20,0,130,65,
-152,160,121,56,6,1,128,56,0,0,160,56,85,214,251,75,24,0,65,131,
-32,0,129,131,36,0,161,131,120,251,227,127,44,0,225,131,28,0,97,131,
-40,0,193,131,52,0,1,128,20,0,33,131,16,0,1,131,166,3,8,124,
-48,0,33,56,32,0,128,78,120,195,3,127,120,235,164,127,12,0,161,56,
-8,0,193,56,213,247,255,75,121,27,127,124,88,0,130,65,112,78,126,56,
-77,172,5,72,0,0,3,44,20,0,130,65,152,160,121,56,6,1,128,56,
-0,0,160,56,229,213,251,75,24,0,65,131,32,0,129,131,36,0,161,131,
-120,251,227,127,44,0,225,131,28,0,97,131,40,0,193,131,52,0,1,128,
-20,0,33,131,16,0,1,131,166,3,8,124,48,0,33,56,32,0,128,78,
-12,0,1,128,20,226,59,125,64,0,9,124,88,0,129,64,112,78,126,56,
-233,171,5,72,0,0,3,44,144,0,130,65,152,160,121,56,6,1,128,56,
-0,0,160,56,129,213,251,75,40,0,193,131,28,0,97,131,24,0,65,131,
-36,0,161,131,44,0,225,131,32,0,129,131,20,0,33,131,52,0,1,128,
-16,0,1,131,199,1,96,56,166,3,8,124,48,0,33,56,32,0,128,78,
-0,0,248,131,12,0,31,129,8,0,97,129,10,0,31,160,60,8,0,84,
-20,90,156,127,80,64,0,124,20,226,155,125,64,0,12,124,88,0,129,64,
-112,78,126,56,109,171,5,72,0,0,3,44,20,0,130,65,152,160,121,56,
-6,1,128,56,0,0,160,56,5,213,251,75,40,0,193,131,28,0,97,131,
-24,0,65,131,36,0,161,131,44,0,225,131,32,0,129,131,20,0,33,131,
-52,0,1,128,16,0,1,131,199,1,96,56,166,3,8,124,48,0,33,56,
-32,0,128,78,120,195,3,127,13,248,255,75,16,0,63,129,0,0,248,131,
-64,24,9,124,28,0,130,64,24,0,159,57,20,226,140,124,120,211,67,127,
-120,219,101,127,41,82,2,72,128,0,0,72,8,0,95,161,3,0,10,44,
-96,0,130,64,200,1,0,56,4,0,24,176,112,78,126,56,213,170,5,72,
-0,0,3,44,20,0,130,65,152,160,121,56,6,1,128,56,0,0,160,56,
-109,212,251,75,40,0,193,131,28,0,97,131,24,0,65,131,36,0,161,131,
-44,0,225,131,32,0,129,131,20,0,33,131,52,0,1,128,16,0,1,131,
-200,1,96,56,166,3,8,124,48,0,33,56,32,0,128,78,24,0,159,57,
-20,226,140,124,120,211,67,127,120,219,101,127,169,81,2,72,112,78,126,56,
-109,170,5,72,0,0,3,44,20,0,130,65,152,160,121,56,6,1,128,56,
-0,0,160,56,5,212,251,75,40,0,193,131,28,0,97,131,24,0,65,131,
-36,0,161,131,44,0,225,131,32,0,129,131,20,0,33,131,52,0,1,128,
-16,0,1,131,0,0,96,56,166,3,8,124,48,0,33,56,32,0,128,78,
-208,255,33,148,24,0,65,147,28,0,97,147,32,0,129,147,40,0,193,147,
-166,2,8,124,52,0,1,144,36,0,161,147,121,27,125,124,44,0,225,147,
-120,35,159,124,20,0,130,64,36,0,96,56,241,28,2,72,121,27,125,124,
-56,2,130,65,102,85,224,60,136,119,231,56,64,56,31,124,12,0,253,147,
-32,16,0,60,64,48,0,96,12,0,130,64,96,80,0,60,128,112,0,96,
-8,0,29,144,29,0,192,63,112,78,126,56,255,255,128,56,37,173,5,72,
-0,0,3,44,240,255,130,64,12,0,128,63,8,0,125,56,65,250,255,75,
-121,27,100,124,0,0,157,144,0,0,32,57,32,0,61,145,96,0,130,65,
-8,0,4,161,2,0,8,44,72,0,130,65,3,0,8,44,64,0,130,65,
-12,0,96,60,164,160,99,56,237,49,2,72,201,1,96,57,4,0,125,177,
-112,78,126,56,81,169,5,72,0,0,3,44,160,1,130,65,208,160,124,56,
-6,1,128,56,0,0,160,56,233,210,251,75,120,235,163,127,140,1,0,72,
-0,0,224,56,4,0,253,176,60,0,0,72,0,0,0,56,0,0,29,144,
-198,1,224,56,4,0,253,176,112,78,126,56,13,169,5,72,0,0,3,44,
-92,1,130,65,208,160,124,56,6,1,128,56,0,0,160,56,165,210,251,75,
-120,235,163,127,72,1,0,72,120,235,163,127,8,0,129,56,16,0,160,56,
-0,0,192,56,120,51,199,124,173,251,255,75,0,0,3,44,44,0,130,65,
-112,78,126,56,197,168,5,72,0,0,3,44,20,1,130,65,208,160,124,56,
-6,1,128,56,0,0,160,56,93,210,251,75,120,235,163,127,0,1,0,72,
-8,0,129,137,1,0,12,44,20,0,65,129,120,83,90,125,200,0,130,64,
-16,0,1,128,0,0,0,44,188,0,130,64,120,235,163,127,221,243,255,75,
-64,24,26,124,172,0,128,64,12,0,96,63,204,55,123,59,4,0,123,129,
-255,255,139,57,8,0,225,59,120,251,230,127,7,0,96,57,166,3,105,125,
-1,0,236,140,1,0,6,141,81,56,8,124,124,0,130,64,0,0,7,44,
-8,0,130,65,232,255,0,66,240,255,202,56,120,235,163,127,8,0,129,56,
-16,0,160,56,0,0,224,56,249,250,255,75,8,0,1,136,2,0,0,44,
-76,0,130,64,16,0,129,129,64,208,12,124,64,0,130,64,20,0,1,128,
-0,0,0,44,52,0,130,64,8,0,219,128,7,0,32,57,255,255,6,57,
-166,3,41,125,1,0,72,141,1,0,31,140,81,80,192,124,20,0,130,64,
-0,0,10,44,8,0,130,65,232,255,0,66,32,0,93,147,112,78,126,56,
-197,167,5,72,0,0,3,44,20,0,130,65,208,160,124,56,6,1,128,56,
-0,0,160,56,93,209,251,75,120,235,163,127,40,0,193,131,32,0,129,131,
-36,0,161,131,44,0,225,131,52,0,1,128,28,0,97,131,24,0,65,131,
-166,3,8,124,48,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,255,255,4,56,80,0,3,124,112,22,12,124,
-1,0,236,55,120,27,102,124,80,0,129,64,32,16,128,60,64,48,132,56,
-0,0,38,129,64,32,9,124,48,0,130,64,120,51,197,124,120,43,163,124,
-137,246,255,75,0,0,3,44,28,0,130,64,20,0,1,128,12,0,225,131,
-120,43,163,124,16,0,33,56,166,3,8,124,32,0,128,78,255,255,255,55,
-4,0,198,56,192,255,130,64,20,0,1,128,12,0,225,131,0,0,96,56,
-16,0,33,56,166,3,8,124,32,0,128,78,216,255,33,148,16,0,65,147,
-20,0,97,147,24,0,129,147,28,0,161,147,32,0,193,147,36,0,225,147,
-166,2,8,124,44,0,1,144,212,134,109,128,12,0,131,129,28,0,12,128,
-166,3,9,124,33,4,128,78,120,27,123,124,12,0,96,60,136,161,99,56,
-57,47,2,72,216,134,237,131,0,0,31,44,60,0,130,64,12,0,96,60,
-172,161,99,56,33,47,2,72,24,0,129,131,32,0,193,131,36,0,225,131,
-28,0,161,131,20,0,97,131,44,0,1,128,16,0,65,131,202,1,96,56,
-166,3,8,124,40,0,33,56,32,0,128,78,0,0,192,59,12,0,96,60,
-60,162,99,56,229,46,2,72,12,0,96,60,220,160,99,56,217,46,2,72,
-8,0,161,59,120,243,218,127,12,0,128,63,12,0,255,128,0,0,159,128,
-4,0,191,128,204,161,124,56,120,251,230,127,120,59,232,124,177,46,2,72,
-120,251,227,127,109,245,255,75,0,0,3,44,12,1,130,65,12,0,96,60,
-244,161,99,56,149,46,2,72,212,134,109,128,12,0,131,129,36,0,12,128,
-166,3,9,124,0,0,93,147,33,4,128,78,120,27,96,124,120,251,227,127,
-20,2,59,125,252,255,137,56,97,254,255,75,0,0,3,44,120,27,127,124,
-80,0,130,65,12,0,96,60,60,161,99,56,81,46,2,72,80,248,94,125,
-0,0,93,145,120,243,223,127,20,0,126,56,120,235,164,127,4,0,160,56,
-225,243,255,75,120,243,195,127,129,242,255,75,20,0,99,56,120,235,164,127,
-4,0,160,56,201,243,255,75,121,27,126,124,128,0,130,65,68,0,0,72,
-12,0,96,60,20,161,99,56,5,46,2,72,120,243,223,127,20,0,126,56,
-120,235,164,127,4,0,160,56,157,243,255,75,120,243,195,127,61,242,255,75,
-20,0,99,56,120,235,164,127,4,0,160,56,133,243,255,75,121,27,126,124,
-60,0,130,65,12,0,96,60,40,162,99,56,197,45,2,72,24,0,129,131,
-28,0,161,131,120,243,195,127,32,0,193,131,36,0,225,131,44,0,1,128,
-20,0,97,131,16,0,65,131,166,3,8,124,40,0,33,56,32,0,128,78,
-120,251,254,127,120,251,227,127,161,245,255,75,20,0,30,128,0,0,0,44,
-120,27,127,124,180,254,130,64,12,0,96,60,96,161,99,56,113,45,2,72,
-24,0,129,131,32,0,193,131,36,0,225,131,28,0,161,131,20,0,97,131,
-44,0,1,128,16,0,65,131,0,0,96,56,166,3,8,124,40,0,33,56,
-32,0,128,78,232,255,33,148,12,0,161,147,16,0,193,147,20,0,225,147,
-166,2,8,124,28,0,1,144,212,134,109,128,12,0,3,129,76,0,8,128,
-166,3,9,124,33,4,128,78,0,0,3,44,212,134,109,128,12,0,35,129,
-28,0,73,129,136,0,130,65,166,3,73,125,33,4,128,78,120,27,127,124,
-212,134,109,128,12,0,67,129,44,0,106,129,166,3,105,125,33,4,128,78,
-20,26,191,127,212,134,109,128,12,0,131,129,28,0,12,128,166,3,9,124,
-33,4,128,78,120,27,126,124,212,134,109,128,12,0,3,129,44,0,40,129,
-166,3,41,125,33,4,128,78,120,27,127,124,212,134,109,128,12,0,67,129,
-52,0,10,128,166,3,9,124,33,4,128,78,20,250,158,125,20,26,12,125,
-120,235,163,127,8,0,136,56,129,252,255,75,216,134,109,144,88,0,0,72,
-166,3,73,125,33,4,128,78,120,27,126,124,212,134,109,128,12,0,131,129,
-28,0,12,128,166,3,9,124,33,4,128,78,120,27,127,124,212,134,109,128,
-12,0,131,129,36,0,12,128,166,3,9,124,33,4,128,78,20,26,63,125,
-252,255,137,56,120,243,195,127,34,17,160,60,68,51,165,56,161,243,255,75,
-216,134,109,144,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,176,255,33,148,56,0,65,147,
-60,0,97,147,72,0,193,147,76,0,225,147,166,2,8,124,84,0,1,144,
-64,0,129,147,120,27,124,124,68,0,161,147,0,0,92,131,29,0,160,63,
-112,78,125,56,255,255,128,56,197,166,5,72,0,0,3,44,240,255,130,64,
-196,136,77,161,239,5,74,85,44,0,130,64,65,252,255,75,0,0,3,44,
-32,0,130,64,196,136,109,161,0,1,107,97,64,0,96,56,180,135,130,56,
-196,136,109,177,253,207,251,75,89,254,255,75,12,0,96,63,120,211,67,127,
-173,243,255,75,0,0,3,44,120,27,122,124,80,0,130,64,112,78,125,56,
-237,162,5,72,0,0,3,44,20,0,130,65,144,162,123,56,6,1,128,56,
-0,0,160,56,133,204,251,75,64,0,129,131,72,0,193,131,76,0,225,131,
-68,0,161,131,60,0,97,131,84,0,1,128,56,0,65,131,198,1,96,56,
-166,3,8,124,80,0,33,56,32,0,128,78,4,0,250,128,34,17,128,61,
-68,51,140,57,64,96,7,124,20,0,130,65,216,134,205,131,4,0,30,128,
-64,0,7,124,172,0,130,64,0,0,250,128,8,0,225,144,4,0,26,129,
-12,0,1,145,8,0,58,129,16,0,33,145,12,0,90,129,20,0,65,145,
-16,0,122,129,24,0,97,145,20,0,154,129,255,255,0,56,8,0,1,144,
-28,0,129,145,10,0,186,160,120,211,67,127,8,0,129,56,12,0,1,144,
-113,240,255,75,120,27,127,124,125,253,255,75,198,1,192,56,4,0,220,176,
-112,78,125,56,33,162,5,72,0,0,3,44,20,0,130,65,144,162,123,56,
-6,1,128,56,0,0,160,56,185,203,251,75,68,0,161,131,120,251,227,127,
-76,0,225,131,64,0,129,131,72,0,193,131,84,0,1,128,60,0,97,131,
-56,0,65,131,166,3,8,124,80,0,33,56,32,0,128,78,120,243,195,127,
-117,242,255,75,64,208,3,124,20,0,130,65,120,27,126,124,101,242,255,75,
-64,208,3,124,244,255,130,64,0,0,94,129,8,0,65,145,4,0,126,129,
-12,0,97,145,8,0,158,129,16,0,129,145,12,0,30,128,20,0,1,144,
-16,0,190,128,24,0,161,144,20,0,222,128,28,0,193,144,20,0,26,128,
-121,3,9,124,12,0,130,65,20,0,254,128,20,2,39,125,18,0,225,163,
-120,243,195,127,8,0,129,56,120,251,229,127,28,0,33,145,153,239,255,75,
-0,0,3,44,92,0,130,65,198,1,0,57,4,0,28,177,120,27,127,124,
-112,78,125,56,69,161,5,72,0,0,3,44,20,0,130,65,144,162,123,56,
-6,1,128,56,0,0,160,56,221,202,251,75,68,0,161,131,120,251,227,127,
-76,0,225,131,64,0,129,131,72,0,193,131,84,0,1,128,60,0,97,131,
-56,0,65,131,166,3,8,124,80,0,33,56,32,0,128,78,120,243,195,127,
-217,237,255,75,8,0,129,56,120,251,229,127,37,239,255,75,0,0,3,44,
-92,0,130,65,198,1,32,57,4,0,60,177,120,27,127,124,112,78,125,56,
-209,160,5,72,0,0,3,44,20,0,130,65,144,162,123,56,6,1,128,56,
-0,0,160,56,105,202,251,75,68,0,161,131,120,251,227,127,76,0,225,131,
-64,0,129,131,72,0,193,131,84,0,1,128,60,0,97,131,56,0,65,131,
-166,3,8,124,80,0,33,56,32,0,128,78,0,0,186,128,32,0,161,144,
-4,0,26,128,36,0,1,144,8,0,26,129,40,0,1,145,12,0,26,128,
-44,0,1,144,16,0,26,128,48,0,1,144,20,0,122,129,32,0,129,56,
-120,211,67,127,255,255,128,57,120,251,229,127,36,0,129,145,32,0,129,145,
-52,0,97,145,121,238,255,75,120,211,67,127,25,237,255,75,32,0,129,56,
-120,251,229,127,101,238,255,75,112,78,125,56,37,160,5,72,0,0,3,44,
-20,0,130,65,144,162,123,56,6,1,128,56,0,0,160,56,189,201,251,75,
-64,0,129,131,72,0,193,131,76,0,225,131,68,0,161,131,60,0,97,131,
-84,0,1,128,56,0,65,131,0,0,96,56,166,3,8,124,80,0,33,56,
-32,0,128,78,200,255,33,148,44,0,161,147,166,2,8,124,60,0,1,144,
-52,0,225,147,120,35,159,124,40,0,129,147,120,43,188,124,48,0,193,147,
-0,0,192,59,32,16,128,61,64,48,140,57,8,0,129,145,34,17,96,61,
-68,51,107,57,12,0,97,145,36,0,97,147,120,27,123,124,8,0,97,56,
-61,240,255,75,121,27,102,124,0,0,219,144,44,0,130,64,44,0,161,131,
-52,0,225,131,48,0,193,131,40,0,129,131,60,0,1,128,36,0,97,131,
-0,0,96,56,166,3,8,124,56,0,33,56,32,0,128,78,100,135,162,56,
-252,255,165,56,2,0,0,56,166,3,9,124,4,0,5,132,64,248,0,124,
-44,0,130,64,212,134,109,128,12,0,3,129,68,0,72,129,166,3,73,125,
-33,4,128,78,120,27,127,124,117,238,255,75,0,0,3,44,116,0,130,64,
-56,0,0,72,204,255,0,66,137,136,224,63,136,136,255,59,102,85,128,60,
-136,119,132,56,2,0,160,63,0,128,189,59,20,226,189,124,120,51,195,124,
-65,238,255,75,0,0,3,44,64,1,130,64,172,0,0,72,120,251,230,127,
-0,0,219,144,102,85,128,60,136,119,132,56,2,0,160,63,0,128,189,59,
-20,226,189,124,120,51,195,124,137,136,224,63,136,136,255,59,9,238,255,75,
-0,0,3,44,8,1,130,64,116,0,0,72,212,134,109,128,12,0,131,129,
-76,0,12,128,166,3,9,124,33,4,128,78,0,0,3,44,48,0,130,64,
-0,0,219,128,20,0,166,128,0,0,5,44,32,0,130,65,120,51,195,124,
-25,239,255,75,120,27,102,124,20,0,166,128,0,0,5,44,0,0,219,144,
-232,255,130,64,120,251,227,127,52,0,225,131,44,0,161,131,48,0,193,131,
-60,0,1,128,40,0,129,131,36,0,97,131,166,3,8,124,56,0,33,56,
-32,0,128,78,4,0,102,129,64,32,11,124,12,0,130,65,64,248,11,124,
-56,0,130,64,20,0,230,128,0,0,7,44,12,0,38,129,16,0,130,64,
-20,74,6,125,20,66,221,127,100,0,0,72,80,56,9,124,64,40,0,124,
-60,0,129,64,20,74,6,125,20,66,221,127,76,0,0,72,20,0,230,128,
-12,0,70,129,80,56,10,124,64,224,0,124,12,0,129,65,0,0,7,44,
-20,0,130,64,120,51,195,124,177,234,255,75,24,0,195,59,32,0,0,72,
-120,51,195,124,97,238,255,75,0,0,123,144,120,27,102,124,5,237,255,75,
-0,0,3,44,116,255,130,65,44,0,161,131,120,243,195,127,48,0,193,131,
-52,0,225,131,60,0,1,128,40,0,129,131,36,0,97,131,166,3,8,124,
-56,0,33,56,32,0,128,78,168,255,33,148,72,0,129,147,84,0,225,147,
-64,0,65,147,68,0,97,147,76,0,161,147,80,0,193,147,166,2,8,124,
-92,0,1,144,216,134,205,128,120,27,124,124,120,35,159,124,8,0,193,144,
-29,0,192,63,120,43,187,124,112,78,126,56,255,255,128,56,185,160,5,72,
-0,0,3,44,240,255,130,64,4,0,220,168,0,0,6,44,12,0,160,63,
-80,0,130,64,112,78,126,56,29,157,5,72,0,0,3,44,20,0,130,65,
-156,162,125,56,6,1,128,56,0,0,160,56,181,198,251,75,72,0,129,131,
-80,0,193,131,84,0,225,131,76,0,161,131,68,0,97,131,92,0,1,128,
-64,0,65,131,196,1,96,56,166,3,8,124,88,0,33,56,32,0,128,78,
-0,0,27,44,108,0,130,65,8,0,60,129,20,0,252,147,12,0,33,145,
-12,0,156,128,16,0,129,144,16,0,124,129,20,0,97,145,20,0,156,129,
-24,0,129,145,24,0,28,128,28,0,1,144,28,0,188,128,0,0,224,56,
-8,0,97,56,32,0,161,144,3,0,0,56,20,0,1,176,48,0,172,56,
-24,0,128,57,22,0,129,177,32,0,225,144,24,0,161,144,153,252,255,75,
-121,27,122,124,104,2,130,65,232,0,0,72,0,3,31,40,112,0,128,64,
-8,0,60,129,0,4,224,59,20,0,252,147,12,0,33,145,12,0,156,128,
-16,0,129,144,16,0,124,129,20,0,97,145,20,0,156,129,24,0,129,145,
-24,0,28,128,28,0,1,144,28,0,188,128,0,0,224,56,8,0,97,56,
-32,0,161,144,3,0,0,56,20,0,1,176,48,0,172,56,24,0,128,57,
-22,0,129,177,32,0,225,144,24,0,161,144,37,252,255,75,121,27,122,124,
-244,1,130,65,116,0,0,72,8,0,60,129,190,240,230,87,20,50,159,125,
-58,0,159,85,20,0,252,147,12,0,33,145,12,0,156,128,16,0,129,144,
-16,0,124,129,20,0,97,145,20,0,156,129,24,0,129,145,24,0,28,128,
-28,0,1,144,28,0,188,128,0,0,224,56,8,0,97,56,32,0,161,144,
-3,0,0,56,20,0,1,176,48,0,172,56,24,0,128,57,22,0,129,177,
-32,0,225,144,24,0,161,144,177,251,255,75,121,27,122,124,128,1,130,65,
-212,134,109,128,12,0,3,129,76,0,8,128,166,3,9,124,33,4,128,78,
-0,0,3,44,212,134,109,128,12,0,227,128,148,0,130,65,28,0,7,128,
-166,3,9,124,33,4,128,78,120,27,127,124,212,134,109,128,12,0,99,129,
-36,0,43,129,166,3,41,125,33,4,128,78,24,0,1,128,20,26,159,125,
-20,2,90,125,255,255,172,56,64,40,10,124,200,0,129,64,198,1,192,56,
-4,0,220,176,112,78,126,56,21,155,5,72,0,0,3,44,132,0,130,65,
-156,162,125,56,6,1,128,56,0,0,160,56,173,196,251,75,72,0,129,131,
-80,0,193,131,84,0,225,131,76,0,161,131,68,0,97,131,92,0,1,128,
-64,0,65,131,197,1,96,56,166,3,8,124,88,0,33,56,32,0,128,78,
-60,0,39,129,166,3,41,125,33,4,128,78,24,0,1,128,20,2,122,125,
-64,24,11,124,88,0,129,64,198,1,0,56,4,0,28,176,112,78,126,56,
-165,154,5,72,0,0,3,44,20,0,130,65,156,162,125,56,6,1,128,56,
-0,0,160,56,61,196,251,75,72,0,129,131,80,0,193,131,84,0,225,131,
-76,0,161,131,68,0,97,131,92,0,1,128,64,0,65,131,197,1,96,56,
-166,3,8,124,88,0,33,56,32,0,128,78,8,0,97,128,0,0,3,44,
-52,0,130,65,0,208,3,124,32,0,128,64,20,0,3,129,0,0,8,44,
-144,0,130,65,20,26,104,124,80,24,122,124,32,0,97,144,128,0,0,72,
-80,24,122,124,32,0,97,144,116,0,0,72,212,134,109,128,12,0,195,128,
-52,0,230,128,166,3,233,124,33,4,128,78,32,0,97,144,88,0,0,72,
-198,1,0,57,4,0,28,177,112,78,126,56,249,153,5,72,0,0,3,44,
-20,0,130,65,156,162,125,56,6,1,128,56,0,0,160,56,145,195,251,75,
-72,0,129,131,80,0,193,131,84,0,225,131,76,0,161,131,68,0,97,131,
-92,0,1,128,64,0,65,131,195,1,96,56,166,3,8,124,88,0,33,56,
-32,0,128,78,22,0,225,163,120,211,67,127,12,0,129,56,120,251,229,127,
-217,231,255,75,0,0,3,44,92,0,130,65,198,1,32,57,4,0,60,177,
-120,27,127,124,112,78,126,56,133,153,5,72,0,0,3,44,20,0,130,65,
-156,162,125,56,6,1,128,56,0,0,160,56,29,195,251,75,76,0,161,131,
-120,251,227,127,84,0,225,131,72,0,129,131,80,0,193,131,92,0,1,128,
-68,0,97,131,64,0,65,131,166,3,8,124,88,0,33,56,32,0,128,78,
-120,211,91,127,120,211,67,127,21,230,255,75,12,0,129,56,120,251,229,127,
-97,231,255,75,0,0,3,44,92,0,130,65,198,1,0,56,4,0,28,176,
-120,27,127,124,112,78,126,56,13,153,5,72,0,0,3,44,20,0,130,65,
-156,162,125,56,6,1,128,56,0,0,160,56,165,194,251,75,76,0,161,131,
-120,251,227,127,84,0,225,131,72,0,129,131,80,0,193,131,92,0,1,128,
-68,0,97,131,64,0,65,131,166,3,8,124,88,0,33,56,32,0,128,78,
-8,0,97,128,0,0,3,44,28,1,130,65,0,208,3,124,20,1,128,64,
-0,0,227,128,36,0,225,144,4,0,3,129,40,0,1,145,8,0,35,129,
-44,0,33,145,12,0,67,129,48,0,65,145,16,0,3,128,52,0,1,144,
-20,0,131,129,120,251,229,127,36,0,129,56,80,216,3,124,56,0,129,145,
-56,0,1,144,169,230,255,75,0,0,3,44,88,0,130,65,4,0,124,176,
-120,27,127,124,112,78,126,56,89,152,5,72,0,0,3,44,20,0,130,65,
-156,162,125,56,6,1,128,56,0,0,160,56,241,193,251,75,76,0,161,131,
-120,251,227,127,84,0,225,131,72,0,129,131,80,0,193,131,92,0,1,128,
-68,0,97,131,64,0,65,131,166,3,8,124,88,0,33,56,32,0,128,78,
-8,0,97,128,237,228,255,75,36,0,129,56,120,251,229,127,57,230,255,75,
-0,0,3,44,88,0,130,65,4,0,124,176,120,27,127,124,112,78,126,56,
-233,151,5,72,0,0,3,44,20,0,130,65,156,162,125,56,6,1,128,56,
-0,0,160,56,129,193,251,75,76,0,161,131,120,251,227,127,84,0,225,131,
-72,0,129,131,80,0,193,131,92,0,1,128,68,0,97,131,64,0,65,131,
-166,3,8,124,88,0,33,56,32,0,128,78,237,242,255,75,8,0,124,56,
-69,232,255,75,0,0,160,56,4,0,188,176,0,0,124,144,112,78,126,56,
-133,151,5,72,0,0,3,44,20,0,130,65,156,162,125,56,6,1,128,56,
-0,0,160,56,29,193,251,75,72,0,129,131,80,0,193,131,84,0,225,131,
-76,0,161,131,68,0,97,131,92,0,1,128,64,0,65,131,0,0,96,56,
-166,3,8,124,88,0,33,56,32,0,128,78,208,255,33,148,24,0,65,147,
-166,2,8,124,52,0,1,144,20,0,33,147,120,27,121,124,28,0,97,147,
-120,35,155,124,32,0,129,147,120,43,188,124,36,0,161,147,120,51,221,124,
-44,0,225,147,120,59,255,124,40,0,193,147,29,0,192,63,112,78,126,56,
-255,255,128,56,113,154,5,72,0,0,3,44,240,255,130,64,4,0,217,168,
-0,0,6,44,20,0,130,65,120,203,35,127,120,227,132,127,0,0,160,56,
-81,249,255,75,196,136,13,160,239,5,0,84,12,0,64,63,16,0,130,65,
-4,0,25,168,0,0,0,44,156,0,130,65,193,239,255,75,0,0,3,44,
-60,0,130,64,196,136,13,160,0,1,0,96,64,0,96,56,181,135,130,56,
-196,136,13,176,125,195,251,75,120,203,35,127,120,251,228,127,12,0,161,56,
-8,0,193,56,245,225,255,75,0,0,3,44,204,0,130,65,116,0,0,72,
-4,0,249,171,112,78,126,56,101,150,5,72,0,0,3,44,20,0,130,65,
-168,162,122,56,6,1,128,56,0,0,160,56,253,191,251,75,28,0,97,131,
-36,0,161,131,120,251,227,127,44,0,225,131,32,0,129,131,40,0,193,131,
-52,0,1,128,24,0,65,131,20,0,33,131,166,3,8,124,48,0,33,56,
-32,0,128,78,120,203,35,127,120,251,228,127,12,0,161,56,8,0,193,56,
-129,225,255,75,0,0,3,44,88,0,130,65,120,27,127,124,112,78,126,56,
-245,149,5,72,0,0,3,44,20,0,130,65,168,162,122,56,6,1,128,56,
-0,0,160,56,141,191,251,75,28,0,97,131,36,0,161,131,120,251,227,127,
-44,0,225,131,32,0,129,131,40,0,193,131,52,0,1,128,24,0,65,131,
-20,0,33,131,166,3,8,124,48,0,33,56,32,0,128,78,12,0,33,129,
-20,234,28,125,64,72,8,124,84,0,129,64,112,78,126,56,149,149,5,72,
-0,0,3,44,140,0,130,65,168,162,122,56,6,1,128,56,0,0,160,56,
-45,191,251,75,40,0,193,131,28,0,97,131,32,0,129,131,44,0,225,131,
-36,0,161,131,24,0,65,131,52,0,1,128,20,0,33,131,199,1,96,56,
-166,3,8,124,48,0,33,56,32,0,128,78,0,0,57,129,12,0,9,128,
-8,0,65,129,10,0,137,161,60,8,140,85,20,82,189,127,80,0,12,124,
-20,234,124,125,64,0,11,124,84,0,129,64,112,78,126,56,29,149,5,72,
-0,0,3,44,20,0,130,65,168,162,122,56,6,1,128,56,0,0,160,56,
-181,190,251,75,40,0,193,131,28,0,97,131,32,0,129,131,44,0,225,131,
-36,0,161,131,24,0,65,131,52,0,1,128,20,0,33,131,199,1,96,56,
-166,3,8,124,48,0,33,56,32,0,128,78,24,0,233,56,20,234,103,124,
-120,219,100,127,120,227,133,127,249,226,255,75,0,0,3,44,88,0,130,65,
-120,27,127,124,112,78,126,56,173,148,5,72,0,0,3,44,20,0,130,65,
-168,162,122,56,6,1,128,56,0,0,160,56,69,190,251,75,28,0,97,131,
-36,0,161,131,120,251,227,127,44,0,225,131,32,0,129,131,40,0,193,131,
-52,0,1,128,24,0,65,131,20,0,33,131,166,3,8,124,48,0,33,56,
-32,0,128,78,120,203,35,127,185,226,255,75,120,27,127,124,112,78,126,56,
-81,148,5,72,0,0,3,44,20,0,130,65,168,162,122,56,6,1,128,56,
-0,0,160,56,233,189,251,75,28,0,97,131,36,0,161,131,120,251,227,127,
-44,0,225,131,32,0,129,131,40,0,193,131,52,0,1,128,24,0,65,131,
-20,0,33,131,166,3,8,124,48,0,33,56,32,0,128,78,212,134,109,128,
-12,0,131,129,44,0,12,128,166,3,9,124,32,4,128,78,192,255,33,148,
-12,0,97,146,16,0,129,146,20,0,161,146,24,0,193,146,28,0,225,146,
-32,0,1,147,36,0,33,147,40,0,65,147,44,0,97,147,52,0,161,147,
-166,2,8,124,68,0,1,144,48,0,129,147,120,27,124,124,60,0,225,147,
-0,0,224,59,56,0,193,147,29,0,192,63,112,78,126,56,255,255,128,56,
-25,151,5,72,0,0,3,44,240,255,130,64,216,134,173,131,0,0,29,44,
-12,0,96,63,128,0,130,64,0,0,28,44,16,0,130,65,12,0,96,60,
-152,163,99,56,253,27,2,72,112,78,126,56,105,147,5,72,0,0,3,44,
-20,0,130,65,200,163,123,56,6,1,128,56,0,0,160,56,1,189,251,75,
-28,0,225,130,52,0,161,131,48,0,129,131,24,0,193,130,32,0,1,131,
-56,0,193,131,44,0,97,131,20,0,161,130,36,0,33,131,60,0,225,131,
-40,0,65,131,16,0,129,130,68,0,1,128,12,0,97,130,202,1,96,56,
-166,3,8,124,64,0,33,56,32,0,128,78,212,134,109,128,12,0,227,128,
-28,0,7,129,166,3,9,125,33,4,128,78,0,0,28,44,0,0,0,59,
-120,27,118,124,120,195,25,127,28,0,130,65,12,0,96,60,88,164,99,56,
-97,27,2,72,12,0,96,60,180,162,99,56,85,27,2,72,96,80,128,62,
-128,112,148,58,32,16,160,62,64,48,181,58,120,235,183,127,12,0,247,128,
-0,0,28,44,10,0,23,160,20,58,87,127,80,208,96,126,32,0,130,65,
-0,0,151,128,4,0,183,128,120,187,230,126,120,59,232,124,12,0,96,60,
-212,163,99,56,13,27,2,72,64,176,29,124,40,0,128,65,212,134,109,128,
-12,0,67,129,36,0,106,129,166,3,105,125,33,4,128,78,20,26,150,125,
-255,255,12,56,64,0,29,124,32,0,129,64,0,0,28,44,202,1,224,59,
-236,1,130,65,12,0,96,60,248,163,99,56,201,26,2,72,220,1,0,72,
-0,0,23,128,64,168,0,124,40,0,130,65,64,160,0,124,32,0,130,65,
-0,0,28,44,202,1,224,59,16,0,130,65,12,0,96,60,16,164,99,56,
-153,26,2,72,1,0,57,59,8,0,247,160,254,255,7,56,2,0,0,40,
-28,0,128,65,0,0,28,44,16,0,130,65,12,0,96,60,36,164,99,56,
-113,26,2,72,1,0,57,59,191,7,104,86,28,0,130,65,0,0,28,44,
-16,0,130,65,12,0,96,60,88,163,99,56,81,26,2,72,1,0,57,59,
-10,0,23,160,121,3,12,124,255,255,115,57,255,255,87,57,84,0,130,65,
-1,0,0,40,120,3,9,124,8,0,128,64,1,0,32,57,166,3,41,125,
-1,0,42,141,1,0,11,140,81,72,0,124,12,0,130,64,255,255,140,57,
-236,255,0,66,0,0,0,44,32,0,130,65,0,0,28,44,16,0,130,65,
-12,0,96,60,252,162,99,56,241,25,2,72,202,1,224,59,1,0,57,59,
-191,7,167,87,28,0,130,65,0,0,28,44,16,0,130,65,12,0,96,60,
-236,162,99,56,205,25,2,72,1,0,57,59,64,176,26,124,40,0,128,65,
-212,134,109,128,12,0,3,129,36,0,104,129,166,3,105,125,33,4,128,78,
-20,26,150,125,255,255,12,56,64,0,26,124,32,0,129,64,0,0,28,44,
-202,1,224,59,168,0,130,65,12,0,96,60,24,163,99,56,133,25,2,72,
-152,0,0,72,0,0,28,44,12,0,130,65,182,135,98,56,113,25,2,72,
-20,0,247,128,0,0,7,44,20,0,130,65,20,58,183,127,81,232,218,124,
-80,0,130,65,48,0,0,72,212,134,109,128,12,0,227,128,36,0,7,129,
-166,3,9,125,33,4,128,78,120,27,125,124,169,252,255,75,80,232,35,125,
-20,74,182,127,81,232,218,124,32,0,130,65,0,0,28,44,24,0,130,65,
-120,211,68,127,120,51,197,124,12,0,96,60,44,163,99,56,13,25,2,72,
-1,0,24,59,12,0,24,44,40,0,129,64,0,0,28,44,16,0,130,65,
-12,0,96,60,60,164,99,56,237,24,2,72,0,0,28,44,1,0,57,59,
-48,0,130,65,24,0,0,72,20,0,87,129,0,0,10,44,144,253,130,64,
-0,0,28,44,24,0,130,65,120,195,4,127,120,203,37,127,12,0,96,60,
-108,163,99,56,181,24,2,72,196,136,141,161,0,0,31,44,16,0,130,64,
-0,1,139,97,196,136,109,177,52,0,0,72,44,6,140,85,196,136,141,177,
-21,233,255,75,0,0,3,44,32,0,130,64,196,136,13,160,0,1,0,96,
-64,0,96,56,184,135,130,56,196,136,13,176,209,188,251,75,45,235,255,75,
-112,78,126,56,217,143,5,72,0,0,3,44,20,0,130,65,200,163,123,56,
-6,1,128,56,0,0,160,56,113,185,251,75,44,0,97,131,24,0,193,130,
-28,0,225,130,48,0,129,131,40,0,65,131,20,0,161,130,32,0,1,131,
-52,0,161,131,120,251,227,127,60,0,225,131,36,0,33,131,56,0,193,131,
-68,0,1,128,16,0,129,130,12,0,97,130,166,3,8,124,64,0,33,56,
-32,0,128,78,112,255,33,148,104,0,193,146,108,0,225,146,112,0,1,147,
-116,0,33,147,120,0,65,147,124,0,97,147,128,0,129,147,132,0,161,147,
-136,0,193,147,140,0,225,147,166,2,8,124,148,0,1,144,32,16,0,60,
-64,48,0,96,8,0,1,144,34,17,0,60,68,51,0,96,12,0,1,144,
-8,0,97,56,209,223,255,75,121,27,119,124,76,1,130,65,2,0,64,59,
-0,0,0,59,120,195,22,127,8,0,161,59,32,0,193,59,68,0,225,59,
-100,135,34,59,46,176,25,124,4,0,29,144,120,235,163,127,157,223,255,75,
-120,27,124,124,153,225,255,75,0,0,3,44,24,0,130,65,0,0,28,44,
-224,0,130,65,0,184,28,124,216,0,129,64,24,0,0,72,0,0,28,44,
-204,0,130,65,133,225,255,75,0,24,28,124,192,0,128,64,0,0,24,44,
-20,0,130,64,1,0,0,59,12,0,96,60,180,164,99,56,45,23,2,72,
-12,0,252,128,4,0,188,128,0,0,156,128,120,227,134,127,12,0,96,60,
-120,59,232,124,0,165,99,56,13,23,2,72,4,0,157,128,120,243,195,127,
-89,228,255,75,120,243,195,127,205,217,255,75,120,27,123,124,29,3,2,72,
-120,27,124,124,120,243,195,127,120,227,132,127,120,219,101,127,0,0,192,56,
-120,51,199,124,33,225,255,75,0,0,3,44,64,0,130,64,120,243,195,127,
-185,234,255,75,4,0,157,128,120,251,227,127,17,228,255,75,120,251,227,127,
-120,219,100,127,1,0,160,56,157,240,255,75,120,251,227,127,120,227,132,127,
-120,219,101,127,0,0,192,56,120,51,199,124,201,246,255,75,120,227,131,127,
-185,2,2,72,255,255,90,55,4,0,214,58,244,254,130,64,0,0,24,44,
-24,0,130,65,12,0,96,60,236,164,99,56,105,22,2,72,1,0,96,56,
-229,249,255,75,132,0,161,131,116,0,33,131,120,0,65,131,136,0,193,131,
-128,0,129,131,112,0,1,131,124,0,97,131,140,0,225,131,148,0,1,128,
-108,0,225,130,104,0,193,130,166,3,8,124,144,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,240,255,33,148,8,0,193,56,1,217,255,75,
-20,0,1,128,16,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,
-20,0,225,147,166,2,8,124,28,0,1,144,188,135,130,129,192,135,2,128,
-12,0,1,144,8,0,129,145,7,0,1,56,120,51,195,124,0,0,224,59,
-11,0,129,57,132,0,0,72,255,255,36,57,120,3,10,124,4,0,0,57,
-166,3,9,125,1,0,105,141,1,0,202,140,81,88,230,124,92,0,130,64,
-0,0,11,44,8,0,130,65,232,255,0,66,20,0,100,57,4,0,32,57,
-166,3,41,125,1,0,43,141,1,0,76,141,81,72,10,124,68,0,130,64,
-0,0,9,44,8,0,130,65,232,255,0,66,4,0,132,56,16,0,160,56,
-25,52,2,72,28,0,1,128,20,0,225,131,1,0,96,56,24,0,33,56,
-166,3,8,124,32,0,128,78,1,0,255,59,1,0,132,56,64,40,31,124,
-124,255,128,65,28,0,1,128,20,0,225,131,0,0,96,56,24,0,33,56,
-166,3,8,124,32,0,128,78,4,0,3,168,52,0,0,124,62,222,3,84,
-32,0,128,78,212,134,109,128,12,0,131,129,60,0,12,128,166,3,9,124,
-32,4,128,78,212,134,109,128,12,0,131,129,52,0,12,128,166,3,9,124,
-32,4,128,78,192,255,33,148,32,0,1,147,36,0,33,147,40,0,65,147,
-44,0,97,147,48,0,129,147,56,0,193,147,166,2,8,124,68,0,1,144,
-52,0,161,147,120,27,125,124,60,0,225,147,29,0,224,63,112,78,127,56,
-255,255,128,56,169,143,5,72,0,0,3,44,240,255,130,64,12,0,64,63,
-0,0,128,59,0,0,157,179,133,255,255,75,120,27,126,124,9,248,255,75,
-32,16,0,61,64,48,8,57,8,0,1,145,34,17,0,60,68,51,0,96,
-12,0,1,144,8,0,97,56,153,220,255,75,121,27,123,124,100,0,130,64,
-12,0,96,60,72,165,99,56,101,20,2,72,112,78,127,56,209,139,5,72,
-0,0,3,44,144,3,130,65,108,165,122,56,6,1,128,56,0,0,160,56,
-105,181,251,75,56,0,193,131,44,0,97,131,40,0,65,131,52,0,161,131,
-60,0,225,131,48,0,129,131,36,0,33,131,68,0,1,128,32,0,1,131,
-107,48,96,56,166,3,8,124,64,0,33,56,32,0,128,78,212,134,109,128,
-12,0,195,128,76,0,38,129,166,3,41,125,33,4,128,78,0,0,3,44,
-32,0,130,65,233,254,255,75,20,26,222,127,64,240,27,124,12,0,0,63,
-164,165,24,59,140,0,130,65,24,0,0,72,208,134,205,131,64,240,27,124,
-12,0,0,63,164,165,24,59,116,0,130,65,12,0,96,60,120,165,99,56,
-185,19,2,72,120,195,3,127,120,243,196,127,120,219,101,127,169,19,2,72,
-112,78,127,56,21,139,5,72,0,0,3,44,212,2,130,65,108,165,122,56,
-6,1,128,56,0,0,160,56,173,180,251,75,56,0,193,131,44,0,97,131,
-40,0,65,131,52,0,161,131,60,0,225,131,48,0,129,131,36,0,33,131,
-68,0,1,128,32,0,1,131,107,48,96,56,166,3,8,124,64,0,33,56,
-32,0,128,78,10,0,219,160,24,0,6,44,12,0,32,63,116,0,130,65,
-12,0,96,60,208,165,99,56,57,19,2,72,10,0,187,160,248,165,121,56,
-24,0,128,56,41,19,2,72,112,78,127,56,149,138,5,72,0,0,3,44,
-84,2,130,65,108,165,122,56,6,1,128,56,0,0,160,56,45,180,251,75,
-56,0,193,131,44,0,97,131,40,0,65,131,52,0,161,131,60,0,225,131,
-48,0,129,131,36,0,33,131,68,0,1,128,32,0,1,131,107,48,96,56,
-166,3,8,124,64,0,33,56,32,0,128,78,0,0,160,56,252,255,38,57,
-64,72,5,124,255,255,222,59,44,0,128,64,1,0,94,141,0,0,157,161,
-20,82,12,124,0,0,29,176,10,0,219,160,1,0,165,56,252,255,38,57,
-64,72,5,124,1,0,156,59,220,255,128,65,12,0,187,128,5,0,222,59,
-208,255,5,52,4,0,156,59,52,0,130,65,0,0,189,160,255,255,222,59,
-20,2,156,127,166,3,9,124,1,0,126,141,20,90,165,124,62,4,165,84,
-0,0,189,176,240,255,0,66,10,0,219,160,252,255,38,57,1,0,222,59,
-0,0,224,56,64,72,7,124,255,255,222,59,44,0,128,64,1,0,158,141,
-0,0,125,161,20,98,203,124,0,0,221,176,10,0,219,160,1,0,231,56,
-252,255,38,57,64,72,7,124,1,0,156,59,220,255,128,65,20,0,219,128,
-8,0,97,56,102,85,96,61,136,119,107,57,12,0,97,145,4,0,156,59,
-20,50,219,127,96,80,0,61,128,112,8,57,8,0,1,145,17,218,255,75,
-121,27,123,124,100,0,130,64,12,0,96,60,40,165,99,56,221,17,2,72,
-112,78,127,56,73,137,5,72,0,0,3,44,8,1,130,65,108,165,122,56,
-6,1,128,56,0,0,160,56,225,178,251,75,56,0,193,131,44,0,97,131,
-40,0,65,131,52,0,161,131,60,0,225,131,48,0,129,131,36,0,33,131,
-68,0,1,128,32,0,1,131,107,48,96,56,166,3,8,124,64,0,33,56,
-32,0,128,78,64,240,27,124,116,0,130,65,12,0,96,60,36,166,99,56,
-117,17,2,72,120,195,3,127,120,243,196,127,120,219,101,127,101,17,2,72,
-112,78,127,56,209,136,5,72,0,0,3,44,144,0,130,65,108,165,122,56,
-6,1,128,56,0,0,160,56,105,178,251,75,56,0,193,131,44,0,97,131,
-40,0,65,131,52,0,161,131,60,0,225,131,48,0,129,131,36,0,33,131,
-68,0,1,128,32,0,1,131,107,48,96,56,166,3,8,124,64,0,33,56,
-32,0,128,78,10,0,219,160,24,0,6,44,116,0,130,65,12,0,96,60,
-76,166,99,56,249,16,2,72,10,0,187,160,248,165,121,56,24,0,128,56,
-233,16,2,72,112,78,127,56,85,136,5,72,0,0,3,44,20,0,130,65,
-108,165,122,56,6,1,128,56,0,0,160,56,237,177,251,75,56,0,193,131,
-44,0,97,131,40,0,65,131,52,0,161,131,60,0,225,131,48,0,129,131,
-36,0,33,131,68,0,1,128,32,0,1,131,107,48,96,56,166,3,8,124,
-64,0,33,56,32,0,128,78,0,0,128,57,252,255,38,57,64,72,12,124,
-255,255,222,59,44,0,128,64,1,0,254,140,0,0,61,161,20,58,9,124,
-0,0,29,176,10,0,219,160,1,0,140,57,252,255,38,57,64,72,12,124,
-1,0,156,59,220,255,128,65,12,0,91,129,5,0,222,59,208,255,10,52,
-4,0,156,59,52,0,130,65,0,0,189,160,255,255,222,59,20,2,156,127,
-166,3,9,124,1,0,30,140,20,2,165,124,62,4,165,84,0,0,189,176,
-240,255,0,66,10,0,219,160,252,255,38,57,1,0,222,59,0,0,160,56,
-64,72,5,124,255,255,222,59,44,0,128,64,1,0,62,141,0,0,157,161,
-20,74,76,125,0,0,93,177,10,0,219,160,1,0,165,56,252,255,38,57,
-64,72,5,124,1,0,156,59,220,255,128,65,212,134,109,128,12,0,227,128,
-36,0,71,129,4,0,156,59,166,3,73,125,33,4,128,78,81,24,28,124,
-28,0,130,65,0,0,125,161,166,3,9,124,255,0,107,57,62,4,107,85,
-248,255,0,66,0,0,125,177,112,78,127,56,17,135,5,72,0,0,3,44,
-20,0,130,65,108,165,122,56,6,1,128,56,0,0,160,56,169,176,251,75,
-56,0,193,131,44,0,97,131,40,0,65,131,52,0,161,131,60,0,225,131,
-48,0,129,131,36,0,33,131,68,0,1,128,32,0,1,131,0,0,96,56,
-166,3,8,124,64,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,12,0,96,60,112,166,99,56,57,15,2,72,0,0,96,56,
-181,242,255,75,0,0,3,44,12,0,130,65,1,0,96,56,165,242,255,75,
-29,247,255,75,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,29,0,96,60,
-112,78,99,56,12,0,128,60,144,166,132,56,1,0,160,56,45,60,0,72,
-0,0,96,56,197,197,255,75,12,0,131,129,20,0,12,128,212,134,109,144,
-166,3,9,124,33,4,128,78,121,27,127,124,12,0,130,65,212,134,109,128,
-217,250,1,72,0,0,31,44,164,1,130,65,0,0,96,56,9,202,255,75,
-12,0,131,129,20,0,12,128,212,134,109,144,166,3,9,124,33,4,128,78,
-121,27,127,124,12,0,130,65,212,134,109,128,165,250,1,72,0,0,31,44,
-112,1,130,65,0,0,96,56,73,201,255,75,12,0,131,129,20,0,12,128,
-212,134,109,144,166,3,9,124,33,4,128,78,121,27,127,124,12,0,130,65,
-212,134,109,128,113,250,1,72,0,0,31,44,60,1,130,65,0,0,96,56,
-137,200,255,75,12,0,131,129,20,0,12,128,212,134,109,144,166,3,9,124,
-33,4,128,78,121,27,127,124,12,0,130,65,212,134,109,128,61,250,1,72,
-0,0,31,44,8,1,130,65,0,0,96,56,197,199,255,75,12,0,131,129,
-20,0,12,128,212,134,109,144,166,3,9,124,33,4,128,78,121,27,127,124,
-12,0,130,65,212,134,109,128,9,250,1,72,0,0,31,44,212,0,130,65,
-0,0,96,56,5,199,255,75,12,0,131,129,20,0,12,128,212,134,109,144,
-166,3,9,124,33,4,128,78,121,27,127,124,12,0,130,65,212,134,109,128,
-213,249,1,72,0,0,31,44,160,0,130,65,0,0,96,56,65,198,255,75,
-12,0,131,129,20,0,12,128,212,134,109,144,166,3,9,124,33,4,128,78,
-121,27,127,124,12,0,130,65,212,134,109,128,161,249,1,72,0,0,31,44,
-48,0,130,65,0,0,96,56,129,197,255,75,12,0,131,129,20,0,12,128,
-212,134,109,144,166,3,9,124,33,4,128,78,121,27,127,124,12,0,130,65,
-212,134,109,128,109,249,1,72,0,0,31,44,48,0,130,65,0,0,96,56,
-177,196,255,75,12,0,131,129,20,0,12,128,212,134,109,144,166,3,9,124,
-33,4,128,78,121,27,127,124,12,0,130,65,212,134,109,128,57,249,1,72,
-0,0,31,44,8,0,130,64,205,223,255,75,20,0,1,128,120,251,227,127,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,0,0,3,44,
-32,0,130,77,255,7,128,84,32,0,130,77,0,249,1,72,32,0,128,61,
-212,72,140,57,12,0,0,60,80,63,0,48,8,0,12,144,8,0,96,57,
-0,0,108,145,12,0,96,61,76,65,107,57,8,0,108,145,32,0,96,61,
-200,72,107,57,8,0,11,144,20,0,64,57,4,0,76,145,28,0,128,57,
-0,0,139,145,12,0,128,61,100,65,140,57,8,0,139,145,12,0,64,57,
-4,0,75,145,2,0,96,57,32,0,128,61,188,72,140,57,8,0,12,144,
-0,0,0,56,0,0,12,144,4,0,108,145,12,0,64,61,104,63,74,57,
-8,0,76,145,32,0,128,78,166,2,8,124,4,0,1,144,240,255,33,148,
-121,35,140,124,0,0,0,56,8,0,1,152,128,0,0,56,9,0,1,152,
-131,0,32,57,10,0,33,153,24,0,128,64,20,0,1,128,16,0,33,56,
-166,3,8,124,0,0,96,56,32,0,128,78,3,0,12,44,120,99,133,125,
-8,0,129,56,8,0,129,64,3,0,160,56,173,42,2,72,20,0,1,128,
-16,0,33,56,166,3,8,124,3,0,96,56,32,0,128,78,232,255,33,148,
-166,2,8,124,28,0,1,144,12,0,161,147,120,27,125,124,8,0,129,147,
-16,0,193,147,120,35,158,124,120,243,220,127,120,227,131,127,20,0,225,147,
-120,43,191,124,32,0,128,56,205,167,251,75,10,0,31,40,120,251,236,127,
-8,0,129,64,10,0,128,57,0,0,12,44,120,0,130,65,1,0,12,40,
-255,255,60,57,88,128,13,57,120,99,128,125,255,255,104,57,8,0,128,64,
-1,0,0,56,166,3,9,124,1,0,75,141,116,7,74,125,121,83,64,125,
-1,0,73,157,20,0,130,64,0,0,12,44,255,255,41,57,24,0,130,64,
-52,0,0,72,255,255,140,57,216,255,0,66,0,0,12,44,36,0,130,65,
-1,0,12,40,120,99,135,125,0,0,0,57,8,0,128,64,1,0,224,56,
-166,3,233,124,1,0,9,157,252,255,0,66,11,0,31,40,60,0,129,64,
-48,0,125,128,11,0,156,56,5,0,160,56,137,128,5,72,0,0,31,44,
-36,0,129,64,32,0,224,56,255,255,190,56,166,3,233,127,1,0,5,140,
-117,7,0,124,8,0,130,64,0,0,229,152,240,255,0,66,16,0,193,131,
-20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,52,0,3,128,0,2,0,96,0,0,131,144,
-52,0,3,144,32,0,128,78,232,255,33,148,16,0,193,147,166,2,8,124,
-28,0,1,144,12,0,161,147,120,27,125,124,20,0,225,147,120,51,223,124,
-48,0,221,128,34,0,134,136,12,0,96,60,80,176,99,56,120,43,190,124,
-129,10,2,72,4,0,222,139,120,251,227,127,120,243,197,127,0,0,128,56,
-129,166,251,75,3,0,31,136,2,0,95,137,0,0,255,136,2,0,96,57,
-126,7,106,81,8,0,127,56,3,0,0,57,8,0,160,56,12,0,128,60,
-49,0,32,57,62,7,96,81,2,0,95,153,4,0,63,153,128,176,132,56,
-254,6,7,81,0,0,255,152,3,0,31,152,205,40,2,72,120,235,163,127,
-16,0,159,56,16,0,160,56,41,254,255,75,32,0,127,56,12,0,128,60,
-145,176,132,56,4,0,160,56,169,40,2,72,36,0,127,56,64,136,130,56,
-7,0,160,56,153,40,2,72,43,0,127,56,72,136,130,56,1,0,160,56,
-137,40,2,72,44,0,127,56,76,136,130,56,6,0,160,56,121,40,2,72,
-50,0,127,56,84,136,130,56,4,0,160,56,105,40,2,72,54,0,30,40,
-120,243,196,127,8,0,129,64,54,0,128,56,64,32,30,124,12,0,130,65,
-120,235,163,127,217,254,255,75,20,0,225,131,16,0,193,131,28,0,1,128,
-12,0,161,131,0,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-224,255,33,148,12,0,97,147,16,0,129,147,20,0,161,147,24,0,193,147,
-166,2,8,124,36,0,1,144,28,0,225,147,120,43,191,124,4,0,159,139,
-120,51,222,124,120,27,125,124,120,227,133,127,0,0,128,56,120,243,219,127,
-120,219,99,127,81,165,251,75,48,0,221,128,34,0,102,137,64,0,11,44,
-76,0,130,64,165,128,141,137,0,0,12,44,64,0,130,65,34,0,134,136,
-12,0,96,60,40,177,99,56,17,9,2,72,6,0,27,136,0,0,187,136,
-13,0,224,56,254,6,229,80,64,0,0,96,6,0,27,152,0,0,187,152,
-1,0,95,137,189,7,74,85,112,0,130,65,56,0,0,72,34,0,134,136,
-12,0,96,60,208,176,99,56,213,8,2,72,0,0,27,136,7,0,59,137,
-2,0,41,97,7,0,59,153,52,0,0,84,0,0,27,152,1,0,95,137,
-189,7,74,85,56,0,130,65,12,0,96,60,244,176,99,56,165,8,2,72,
-20,0,161,131,28,0,225,131,24,0,193,131,16,0,129,131,36,0,1,128,
-12,0,97,131,13,1,96,56,166,3,8,124,32,0,33,56,32,0,128,78,
-1,0,127,137,191,7,107,85,68,0,130,64,2,0,31,136,0,0,0,44,
-56,0,130,65,12,0,96,60,116,177,99,56,89,8,2,72,20,0,161,131,
-28,0,225,131,24,0,193,131,16,0,129,131,36,0,1,128,12,0,97,131,
-13,1,96,56,166,3,8,124,32,0,33,56,32,0,128,78,1,0,31,136,
-255,7,0,84,60,0,130,65,2,0,159,136,120,243,197,127,120,227,134,127,
-120,235,163,127,21,118,4,72,20,0,161,131,24,0,193,131,28,0,225,131,
-36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,
-32,0,128,78,3,0,251,136,51,0,0,57,4,0,27,153,8,0,160,56,
-12,0,128,60,84,177,132,56,8,0,123,56,3,0,0,56,16,0,231,96,
-2,0,64,57,2,0,27,152,62,7,71,81,3,0,251,152,93,38,2,72,
-120,235,163,127,16,0,155,56,16,0,160,56,185,251,255,75,32,0,123,56,
-12,0,128,60,101,177,132,56,4,0,160,56,57,38,2,72,48,0,221,128,
-34,0,102,136,18,0,221,136,20,0,160,56,36,0,155,56,121,43,5,72,
-56,0,28,40,120,227,132,127,120,235,163,127,8,0,129,64,56,0,128,56,
-153,252,255,75,20,0,161,131,28,0,225,131,24,0,193,131,16,0,129,131,
-36,0,1,128,12,0,97,131,0,0,96,56,166,3,8,124,32,0,33,56,
-32,0,128,78,4,0,131,56,255,255,131,57,2,0,0,56,166,3,9,124,
-1,0,236,140,255,255,4,141,120,66,230,124,0,0,204,152,0,0,36,137,
-120,74,197,124,0,0,164,152,0,0,108,137,120,42,106,125,0,0,76,153,
-216,255,0,66,32,0,128,78,8,0,131,56,255,255,131,57,4,0,0,56,
-166,3,9,124,1,0,236,140,255,255,4,141,120,66,230,124,0,0,204,152,
-0,0,36,137,120,74,197,124,0,0,164,152,0,0,108,137,120,42,106,125,
-0,0,76,153,216,255,0,66,32,0,128,78,0,0,3,136,1,0,67,137,
-120,82,0,124,120,82,11,124,1,0,99,153,120,90,12,124,0,0,131,153,
-32,0,128,78,0,0,96,56,32,0,128,78,0,0,96,56,32,0,128,78,
-1,0,160,56,100,51,0,72,240,255,33,148,166,2,8,124,12,0,225,147,
-20,0,1,144,52,0,227,131,96,239,96,60,0,7,99,56,0,0,99,128,
-0,2,31,44,120,27,96,124,40,0,130,64,0,2,31,96,96,239,96,60,
-0,7,99,56,0,0,227,147,12,0,225,131,20,0,1,128,16,0,33,56,
-166,3,8,124,32,0,128,78,0,1,31,96,96,239,96,60,0,7,99,56,
-0,0,227,147,12,0,225,131,20,0,1,128,16,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,166,2,8,124,12,0,225,147,20,0,1,144,
-52,0,227,131,96,239,96,60,0,7,99,56,0,0,99,128,0,2,31,44,
-120,27,96,124,40,0,130,64,235,5,31,84,96,239,96,60,0,7,99,56,
-0,0,227,147,12,0,225,131,20,0,1,128,16,0,33,56,166,3,8,124,
-32,0,128,78,45,6,31,84,96,239,96,60,0,7,99,56,0,0,227,147,
-12,0,225,131,20,0,1,128,16,0,33,56,166,3,8,124,32,0,128,78,
-232,255,33,148,166,2,8,124,12,0,161,147,16,0,193,147,20,0,225,147,
-28,0,1,144,120,27,126,124,40,0,254,131,0,0,160,59,96,239,96,60,
-0,7,99,56,0,0,99,128,0,2,31,44,120,27,105,124,32,0,130,64,
-0,2,63,97,96,239,96,60,0,7,99,56,0,0,227,147,1,0,224,63,
-80,195,255,59,28,0,0,72,0,1,63,97,96,239,96,60,0,7,99,56,
-0,0,227,147,1,0,224,63,80,195,255,59,44,0,126,129,48,0,30,136,
-0,2,11,44,28,0,130,64,96,239,96,60,28,7,99,56,0,0,99,128,
-255,191,96,84,28,0,130,65,32,0,0,72,96,239,96,60,28,7,99,56,
-0,0,99,128,255,199,96,84,12,0,130,64,255,255,255,55,192,255,130,64,
-0,0,31,44,8,0,130,64,68,2,160,59,120,235,163,127,12,0,161,131,
-16,0,193,131,20,0,225,131,28,0,1,128,24,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,166,2,8,124,12,0,225,147,20,0,1,144,
-40,0,227,131,96,239,96,60,0,7,99,56,0,0,99,128,0,2,31,44,
-120,27,96,124,40,0,130,64,235,5,31,84,96,239,96,60,0,7,99,56,
-0,0,227,147,12,0,225,131,20,0,1,128,16,0,33,56,166,3,8,124,
-32,0,128,78,45,6,31,84,96,239,96,60,0,7,99,56,0,0,227,147,
-12,0,225,131,20,0,1,128,16,0,33,56,166,3,8,124,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,56,0,3,128,60,0,131,137,
-0,2,0,44,24,0,130,64,96,239,96,60,28,7,99,56,0,0,99,128,
-254,191,96,84,20,0,0,72,96,239,96,60,28,7,99,56,0,0,99,128,
-254,199,96,84,120,3,3,124,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,166,2,8,124,8,0,193,147,12,0,225,147,
-20,0,1,144,120,27,126,124,65,254,255,75,120,27,127,124,5,0,96,56,
-213,152,1,72,120,243,195,127,13,255,255,75,5,0,96,56,197,152,1,72,
-8,0,193,131,120,251,227,127,12,0,225,131,20,0,1,128,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,8,0,193,147,
-12,0,225,147,20,0,1,144,120,27,126,124,0,0,224,59,120,243,195,127,
-141,255,255,75,121,27,96,124,32,0,130,65,8,0,193,131,12,0,225,131,
-120,3,3,124,20,0,1,128,16,0,33,56,166,3,8,124,32,0,128,78,
-1,0,255,59,9,0,31,44,204,255,128,65,8,0,193,131,12,0,225,131,
-20,0,1,128,0,0,96,56,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,166,2,8,124,12,0,225,147,20,0,1,144,120,27,127,124,
-13,253,255,75,120,251,227,127,33,255,255,75,12,0,225,131,20,0,1,128,
-16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,
-12,0,225,147,20,0,1,144,120,27,127,124,101,252,255,75,120,251,227,127,
-237,254,255,75,12,0,225,131,20,0,1,128,16,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,166,2,8,124,12,0,225,147,20,0,1,144,
-120,27,127,124,25,253,255,75,121,27,108,124,28,0,130,65,12,0,225,131,
-20,0,1,128,120,99,131,125,16,0,33,56,166,3,8,124,32,0,128,78,
-120,251,227,127,9,252,255,75,120,251,227,127,61,254,255,75,0,0,3,44,
-28,0,130,64,12,0,225,131,20,0,1,128,69,2,96,56,16,0,33,56,
-166,3,8,124,32,0,128,78,120,251,227,127,77,252,255,75,5,0,96,56,
-89,151,1,72,120,251,227,127,145,253,255,75,5,0,96,56,73,151,1,72,
-12,0,225,131,20,0,1,128,0,0,96,56,16,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,166,2,8,124,8,0,193,147,12,0,225,147,
-20,0,1,144,120,27,126,124,85,253,255,75,120,243,195,127,249,251,255,75,
-5,0,96,56,5,151,1,72,120,243,195,127,93,252,255,75,120,27,127,124,
-5,0,96,56,241,150,1,72,120,243,195,127,97,251,255,75,5,0,96,56,
-225,150,1,72,8,0,193,131,120,251,227,127,12,0,225,131,20,0,1,128,
-16,0,33,56,166,3,8,124,32,0,128,78,224,255,33,148,166,2,8,124,
-8,0,65,147,12,0,97,147,16,0,129,147,20,0,161,147,24,0,193,147,
-28,0,225,147,36,0,1,144,121,27,108,124,120,35,156,124,120,43,189,124,
-120,51,222,124,120,59,255,124,120,67,26,125,120,75,59,125,20,0,130,64,
-64,0,96,56,233,235,1,72,121,27,108,124,60,0,130,65,12,0,32,61,
-140,63,41,57,36,0,44,145,0,0,64,57,32,0,76,153,12,0,0,60,
-252,63,0,48,36,0,12,144,40,0,236,147,44,0,76,147,48,0,108,155,
-52,0,140,147,56,0,172,147,60,0,204,155,8,0,65,131,12,0,97,131,
-16,0,129,131,20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,
-120,99,131,125,32,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-166,2,8,124,12,0,225,147,20,0,1,144,120,27,127,124,12,0,128,60,
-84,181,132,56,93,250,255,75,120,251,227,127,65,253,255,75,120,251,227,127,
-85,250,255,75,120,251,227,127,53,251,255,75,5,0,96,56,205,149,1,72,
-120,251,227,127,153,254,255,75,120,251,227,127,145,254,255,75,120,251,227,127,
-137,254,255,75,12,0,225,131,20,0,1,128,16,0,33,56,166,3,8,124,
-32,0,128,78,232,255,33,148,166,2,8,124,8,0,129,147,12,0,161,147,
-16,0,193,147,20,0,225,147,28,0,1,144,120,27,124,124,96,239,96,60,
-4,7,99,56,0,0,99,128,235,5,127,84,96,239,96,60,4,7,99,56,
-0,0,227,147,120,227,131,127,189,250,255,75,121,27,125,124,132,0,130,64,
-1,0,192,63,80,195,222,59,5,0,96,56,69,149,1,72,120,227,131,127,
-241,251,255,75,0,0,3,44,12,0,130,65,255,255,222,55,236,255,130,64,
-120,227,131,127,101,251,255,75,5,0,96,56,29,149,1,72,96,239,96,60,
-4,7,99,56,0,0,99,128,0,2,127,96,96,239,96,60,4,7,99,56,
-0,0,227,147,0,0,30,44,40,0,130,64,8,0,129,131,12,0,161,131,
-16,0,193,131,20,0,225,131,28,0,1,128,70,2,96,56,24,0,33,56,
-166,3,8,124,32,0,128,78,8,0,129,131,120,235,163,127,12,0,161,131,
-16,0,193,131,20,0,225,131,28,0,1,128,24,0,33,56,166,3,8,124,
-32,0,128,78,232,255,33,148,166,2,8,124,8,0,129,147,12,0,161,147,
-16,0,193,147,20,0,225,147,28,0,1,144,120,27,127,124,120,35,156,124,
-96,239,96,60,4,7,99,56,0,0,99,128,235,5,126,84,96,239,96,60,
-4,7,99,56,0,0,195,147,0,0,192,59,0,0,220,155,0,0,28,136,
-60,8,0,84,120,251,227,127,0,0,28,152,181,249,255,75,121,27,125,124,
-60,0,130,64,5,0,96,56,69,148,1,72,120,251,227,127,241,250,255,75,
-0,0,28,136,120,27,0,124,0,0,28,152,120,251,227,127,105,250,255,75,
-5,0,96,56,33,148,1,72,1,0,222,59,8,0,30,44,176,255,128,65,
-96,239,96,60,4,7,99,56,0,0,99,128,0,2,126,96,96,239,96,60,
-4,7,99,56,0,0,195,147,0,0,29,44,12,0,130,65,120,251,227,127,
-189,252,255,75,8,0,129,131,120,235,163,127,12,0,161,131,16,0,193,131,
-20,0,225,131,28,0,1,128,24,0,33,56,166,3,8,124,32,0,128,78,
-232,255,33,148,166,2,8,124,8,0,129,147,12,0,161,147,16,0,193,147,
-20,0,225,147,28,0,1,144,120,35,159,124,120,27,126,124,221,249,255,75,
-128,0,160,59,57,232,236,127,32,0,130,65,120,243,195,127,1,248,255,75,
-120,243,195,127,137,250,255,75,121,27,124,124,32,0,130,65,36,0,0,72,
-120,243,195,127,89,248,255,75,120,243,195,127,109,250,255,75,121,27,124,124,
-12,0,130,64,113,14,189,127,192,255,129,65,0,0,28,44,20,0,130,64,
-120,243,195,127,169,253,255,75,121,27,124,124,12,0,130,65,120,243,195,127,
-9,252,255,75,120,227,131,127,8,0,129,131,12,0,161,131,16,0,193,131,
-20,0,225,131,28,0,1,128,24,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,166,2,8,124,8,0,193,147,12,0,225,147,20,0,1,144,
-120,35,159,124,120,27,126,124,37,251,255,75,121,27,107,124,32,0,130,65,
-8,0,193,131,12,0,225,131,20,0,1,128,120,91,99,125,16,0,33,56,
-166,3,8,124,32,0,128,78,120,243,195,127,120,251,228,127,1,255,255,75,
-121,27,96,124,8,0,130,65,64,2,0,56,8,0,193,131,12,0,225,131,
-120,3,3,124,20,0,1,128,16,0,33,56,166,3,8,124,32,0,128,78,
-216,255,33,148,16,0,65,147,20,0,97,147,24,0,129,147,120,35,156,124,
-28,0,161,147,32,0,193,147,36,0,225,147,120,43,191,124,120,51,221,124,
-166,2,8,124,44,0,1,144,120,27,123,124,8,0,97,147,1,0,96,57,
-12,0,97,153,120,219,126,127,120,243,195,127,255,255,128,56,177,132,5,72,
-0,0,3,44,240,255,130,64,12,0,64,63,96,181,90,59,120,251,254,127,
-120,219,99,127,60,14,156,87,1,0,132,99,25,255,255,75,121,27,104,124,
-120,67,11,125,92,0,130,65,0,0,0,56,12,0,1,152,8,0,97,128,
-120,67,31,125,25,131,5,72,0,0,3,44,20,0,130,65,120,211,67,127,
-185,1,128,56,0,0,160,56,5,158,251,75,16,0,65,131,20,0,97,131,
-24,0,129,131,28,0,161,131,32,0,193,131,120,251,227,127,36,0,225,131,
-44,0,1,128,40,0,33,56,166,3,8,124,32,0,128,78,120,91,127,125,
-255,255,29,56,0,0,31,124,136,0,128,64,120,219,99,127,20,250,158,124,
-249,252,255,75,121,27,104,124,92,0,130,65,120,67,31,125,0,0,0,57,
-12,0,1,153,8,0,97,128,157,130,5,72,0,0,3,44,20,0,130,65,
-120,211,67,127,185,1,128,56,0,0,160,56,137,157,251,75,16,0,65,131,
-20,0,97,131,24,0,129,131,28,0,161,131,32,0,193,131,120,251,227,127,
-36,0,225,131,44,0,1,128,40,0,33,56,166,3,8,124,32,0,128,78,
-120,219,99,127,9,249,255,75,1,0,255,59,255,255,29,56,0,0,31,124,
-128,255,128,65,120,219,99,127,20,2,158,124,117,252,255,75,120,219,99,127,
-25,249,255,75,120,219,99,127,229,249,255,75,120,27,127,124,0,0,0,56,
-12,0,1,152,8,0,97,128,17,130,5,72,0,0,3,44,20,0,130,65,
-120,211,67,127,185,1,128,56,0,0,160,56,253,156,251,75,16,0,65,131,
-20,0,97,131,24,0,129,131,28,0,161,131,32,0,193,131,120,251,227,127,
-36,0,225,131,44,0,1,128,40,0,33,56,166,3,8,124,32,0,128,78,
-208,255,33,148,24,0,65,147,28,0,97,147,32,0,129,147,36,0,161,147,
-120,35,157,124,40,0,193,147,120,43,190,124,44,0,225,147,120,51,223,124,
-166,2,8,124,52,0,1,144,120,27,124,124,8,0,129,147,1,0,0,56,
-12,0,1,152,120,227,155,127,120,219,99,127,255,255,128,56,209,130,5,72,
-0,0,3,44,240,255,130,64,12,0,96,63,108,181,123,59,120,243,218,127,
-120,227,131,127,60,14,189,87,1,0,164,99,57,253,255,75,121,27,102,124,
-120,51,192,124,92,0,130,65,0,0,160,56,12,0,161,152,8,0,97,128,
-120,51,223,124,57,129,5,72,0,0,3,44,20,0,130,65,120,219,99,127,
-185,1,128,56,0,0,160,56,37,156,251,75,24,0,65,131,28,0,97,131,
-32,0,129,131,36,0,161,131,40,0,193,131,120,251,227,127,44,0,225,131,
-52,0,1,128,48,0,33,56,166,3,8,124,32,0,128,78,120,3,30,124,
-120,227,131,127,120,211,68,127,37,251,255,75,121,27,102,124,92,0,130,65,
-120,51,223,124,0,0,192,56,12,0,193,152,8,0,97,128,201,128,5,72,
-0,0,3,44,20,0,130,65,120,219,99,127,185,1,128,56,0,0,160,56,
-181,155,251,75,24,0,65,131,28,0,97,131,32,0,129,131,36,0,161,131,
-40,0,193,131,120,251,227,127,44,0,225,131,52,0,1,128,48,0,33,56,
-166,3,8,124,32,0,128,78,120,227,131,127,53,247,255,75,0,0,186,139,
-0,0,29,44,1,0,222,59,12,0,130,64,50,0,30,44,120,255,128,65,
-1,0,192,59,255,255,29,56,0,0,30,124,0,1,128,64,0,248,30,124,
-116,0,129,64,120,227,131,127,16,0,129,56,129,250,255,75,120,227,131,127,
-37,247,255,75,120,227,131,127,241,247,255,75,0,0,0,57,12,0,1,153,
-8,0,97,128,33,128,5,72,0,0,3,44,20,0,130,65,120,219,99,127,
-185,1,128,56,0,0,160,56,13,155,251,75,24,0,65,131,28,0,97,131,
-32,0,129,131,36,0,161,131,40,0,193,131,44,0,225,131,52,0,1,128,
-71,2,96,56,48,0,33,56,166,3,8,124,32,0,128,78,120,227,131,127,
-20,242,154,124,17,250,255,75,121,27,102,124,92,0,130,65,0,0,0,56,
-12,0,1,152,8,0,97,128,120,51,223,124,181,127,5,72,0,0,3,44,
-20,0,130,65,120,219,99,127,185,1,128,56,0,0,160,56,161,154,251,75,
-24,0,65,131,28,0,97,131,32,0,129,131,36,0,161,131,40,0,193,131,
-120,251,227,127,44,0,225,131,52,0,1,128,48,0,33,56,166,3,8,124,
-32,0,128,78,120,227,131,127,33,246,255,75,1,0,222,59,255,255,29,56,
-0,0,30,124,8,255,128,65,120,227,131,127,20,2,154,124,141,249,255,75,
-120,27,127,124,120,227,131,127,45,246,255,75,120,227,131,127,249,246,255,75,
-0,0,0,56,12,0,1,152,8,0,97,128,41,127,5,72,0,0,3,44,
-20,0,130,65,120,219,99,127,185,1,128,56,0,0,160,56,21,154,251,75,
-24,0,65,131,28,0,97,131,32,0,129,131,36,0,161,131,40,0,193,131,
-120,251,227,127,44,0,225,131,52,0,1,128,48,0,33,56,166,3,8,124,
-32,0,128,78,216,255,33,148,16,0,65,147,20,0,97,147,24,0,129,147,
-120,35,156,124,28,0,161,147,32,0,193,147,36,0,225,147,120,43,191,124,
-120,51,221,124,166,2,8,124,44,0,1,144,120,27,123,124,8,0,97,147,
-1,0,0,56,12,0,1,152,120,219,126,127,120,243,195,127,255,255,128,56,
-233,127,5,72,0,0,3,44,240,255,130,64,12,0,64,63,120,181,90,59,
-120,251,254,127,120,219,99,127,60,14,132,87,85,250,255,75,121,27,96,124,
-120,3,12,124,92,0,130,65,0,0,96,57,12,0,97,153,8,0,97,128,
-120,3,31,124,85,126,5,72,0,0,3,44,20,0,130,65,120,211,67,127,
-185,1,128,56,0,0,160,56,65,153,251,75,16,0,65,131,20,0,97,131,
-24,0,129,131,28,0,161,131,32,0,193,131,120,251,227,127,36,0,225,131,
-44,0,1,128,40,0,33,56,166,3,8,124,32,0,128,78,120,99,159,125,
-0,232,31,124,124,0,128,64,174,248,158,124,120,219,99,127,37,249,255,75,
-121,27,96,124,92,0,130,65,120,3,31,124,0,0,0,56,12,0,1,152,
-8,0,97,128,221,125,5,72,0,0,3,44,20,0,130,65,120,211,67,127,
-185,1,128,56,0,0,160,56,201,152,251,75,16,0,65,131,20,0,97,131,
-24,0,129,131,28,0,161,131,32,0,193,131,120,251,227,127,36,0,225,131,
-44,0,1,128,40,0,33,56,166,3,8,124,32,0,128,78,1,0,255,59,
-0,232,31,124,140,255,128,65,120,219,99,127,69,245,255,75,0,0,32,57,
-12,0,33,153,8,0,97,128,117,125,5,72,0,0,3,44,20,0,130,65,
-120,211,67,127,185,1,128,56,0,0,160,56,97,152,251,75,16,0,65,131,
-20,0,97,131,24,0,129,131,28,0,161,131,32,0,193,131,36,0,225,131,
-44,0,1,128,0,0,96,56,40,0,33,56,166,3,8,124,32,0,128,78,
-216,255,33,148,20,0,97,147,24,0,129,147,28,0,161,147,120,35,157,124,
-32,0,193,147,120,43,190,124,36,0,225,147,120,51,223,124,166,2,8,124,
-44,0,1,144,120,27,124,124,8,0,129,147,1,0,0,56,12,0,1,152,
-120,227,155,127,120,219,99,127,255,255,128,56,57,126,5,72,0,0,3,44,
-240,255,130,64,12,0,96,63,132,181,123,59,120,227,131,127,60,14,189,87,
-120,235,164,127,165,248,255,75,121,27,96,124,88,0,130,65,0,0,224,56,
-12,0,225,152,8,0,97,128,120,3,31,124,169,124,5,72,0,0,3,44,
-20,0,130,65,120,219,99,127,185,1,128,56,0,0,160,56,149,151,251,75,
-20,0,97,131,24,0,129,131,28,0,161,131,32,0,193,131,120,251,227,127,
-36,0,225,131,44,0,1,128,40,0,33,56,166,3,8,124,32,0,128,78,
-120,227,131,127,120,243,196,127,137,247,255,75,121,27,96,124,88,0,130,65,
-0,0,0,57,12,0,1,153,8,0,97,128,120,3,31,124,65,124,5,72,
-0,0,3,44,20,0,130,65,120,219,99,127,185,1,128,56,0,0,160,56,
-45,151,251,75,20,0,97,131,24,0,129,131,28,0,161,131,32,0,193,131,
-120,251,227,127,36,0,225,131,44,0,1,128,40,0,33,56,166,3,8,124,
-32,0,128,78,120,227,131,127,60,6,189,87,1,0,164,99,209,247,255,75,
-121,27,96,124,88,0,130,65,0,0,96,57,12,0,97,153,8,0,97,128,
-120,3,31,124,213,123,5,72,0,0,3,44,20,0,130,65,120,219,99,127,
-185,1,128,56,0,0,160,56,193,150,251,75,20,0,97,131,24,0,129,131,
-28,0,161,131,32,0,193,131,120,251,227,127,36,0,225,131,44,0,1,128,
-40,0,33,56,166,3,8,124,32,0,128,78,120,227,131,127,120,251,228,127,
-201,245,255,75,120,27,127,124,120,227,131,127,105,242,255,75,120,227,131,127,
-53,243,255,75,0,0,0,56,12,0,1,152,8,0,97,128,101,123,5,72,
-0,0,3,44,20,0,130,65,120,219,99,127,185,1,128,56,0,0,160,56,
-81,150,251,75,20,0,97,131,24,0,129,131,28,0,161,131,32,0,193,131,
-120,251,227,127,36,0,225,131,44,0,1,128,40,0,33,56,166,3,8,124,
-32,0,128,78,216,255,33,148,20,0,97,147,24,0,129,147,28,0,161,147,
-120,35,157,124,32,0,193,147,120,43,190,124,36,0,225,147,120,51,223,124,
-166,2,8,124,44,0,1,144,120,27,124,124,8,0,129,147,1,0,0,56,
-12,0,1,152,120,227,155,127,120,219,99,127,255,255,128,56,45,124,5,72,
-0,0,3,44,240,255,130,64,12,0,96,63,144,181,123,59,120,227,131,127,
-60,14,164,87,157,246,255,75,121,27,96,124,88,0,130,65,120,3,31,124,
-0,0,0,56,12,0,1,152,8,0,97,128,161,122,5,72,0,0,3,44,
-20,0,130,65,120,219,99,127,185,1,128,56,0,0,160,56,141,149,251,75,
-20,0,97,131,24,0,129,131,28,0,161,131,32,0,193,131,120,251,227,127,
-36,0,225,131,44,0,1,128,40,0,33,56,166,3,8,124,32,0,128,78,
-120,227,131,127,120,243,196,127,129,245,255,75,121,27,96,124,88,0,130,65,
-0,0,32,57,12,0,33,153,8,0,97,128,120,3,31,124,57,122,5,72,
-0,0,3,44,20,0,130,65,120,219,99,127,185,1,128,56,0,0,160,56,
-37,149,251,75,20,0,97,131,24,0,129,131,28,0,161,131,32,0,193,131,
-120,251,227,127,36,0,225,131,44,0,1,128,40,0,33,56,166,3,8,124,
-32,0,128,78,120,227,131,127,120,251,228,127,25,245,255,75,121,27,96,124,
-88,0,130,65,120,3,31,124,0,0,0,56,12,0,1,152,8,0,97,128,
-209,121,5,72,0,0,3,44,20,0,130,65,120,219,99,127,185,1,128,56,
-0,0,160,56,189,148,251,75,20,0,97,131,24,0,129,131,28,0,161,131,
-32,0,193,131,120,251,227,127,36,0,225,131,44,0,1,128,40,0,33,56,
-166,3,8,124,32,0,128,78,120,227,131,127,73,241,255,75,120,27,127,124,
-0,0,0,56,12,0,1,152,8,0,97,128,117,121,5,72,0,0,3,44,
-20,0,130,65,120,219,99,127,185,1,128,56,0,0,160,56,97,148,251,75,
-20,0,97,131,24,0,129,131,28,0,161,131,32,0,193,131,120,251,227,127,
-36,0,225,131,44,0,1,128,40,0,33,56,166,3,8,124,32,0,128,78,
-232,255,33,148,166,2,8,124,8,0,129,147,12,0,161,147,16,0,193,147,
-20,0,225,147,28,0,1,144,36,0,3,129,12,0,40,129,120,35,159,124,
-120,51,221,124,120,27,126,124,120,59,252,124,166,3,41,125,33,4,128,78,
-121,27,96,124,68,0,130,64,36,0,94,129,92,0,10,128,120,251,228,127,
-120,243,195,127,1,0,189,56,255,255,220,56,166,3,9,124,33,4,128,78,
-8,0,129,131,12,0,161,131,16,0,193,131,20,0,225,131,28,0,1,128,
-24,0,33,56,166,3,8,124,32,0,128,78,8,0,129,131,12,0,161,131,
-16,0,193,131,20,0,225,131,120,3,3,124,28,0,1,128,24,0,33,56,
-166,3,8,124,32,0,128,78,208,255,33,148,20,0,33,147,24,0,65,147,
-28,0,97,147,120,35,155,124,32,0,129,147,120,43,188,124,36,0,161,147,
-40,0,193,147,44,0,225,147,120,51,223,124,120,59,253,124,166,2,8,124,
-52,0,1,144,120,27,122,124,8,0,65,147,1,0,0,56,12,0,1,152,
-120,211,94,127,120,243,195,127,255,255,128,56,137,121,5,72,0,0,3,44,
-240,255,130,64,12,0,32,63,156,181,57,59,120,251,254,127,120,211,67,127,
-60,14,100,87,245,243,255,75,121,27,96,124,96,0,130,65,120,3,31,124,
-0,0,0,56,12,0,1,152,8,0,97,128,249,119,5,72,0,0,3,44,
-20,0,130,65,120,203,35,127,185,1,128,56,0,0,160,56,229,146,251,75,
-20,0,33,131,24,0,65,131,28,0,97,131,32,0,129,131,36,0,161,131,
-40,0,193,131,120,251,227,127,44,0,225,131,52,0,1,128,48,0,33,56,
-166,3,8,124,32,0,128,78,120,211,67,127,120,227,132,127,209,242,255,75,
-121,27,96,124,120,3,11,124,96,0,130,65,120,3,31,124,0,0,0,56,
-12,0,1,152,8,0,97,128,133,119,5,72,0,0,3,44,20,0,130,65,
-120,203,35,127,185,1,128,56,0,0,160,56,113,146,251,75,20,0,33,131,
-24,0,65,131,28,0,97,131,32,0,129,131,36,0,161,131,40,0,193,131,
-120,251,227,127,44,0,225,131,52,0,1,128,48,0,33,56,166,3,8,124,
-32,0,128,78,120,91,127,125,0,232,31,124,128,0,128,64,174,248,158,124,
-120,211,67,127,81,242,255,75,121,27,96,124,96,0,130,65,120,3,31,124,
-0,0,0,56,12,0,1,152,8,0,97,128,9,119,5,72,0,0,3,44,
-20,0,130,65,120,203,35,127,185,1,128,56,0,0,160,56,245,145,251,75,
-20,0,33,131,24,0,65,131,28,0,97,131,32,0,129,131,36,0,161,131,
-40,0,193,131,120,251,227,127,44,0,225,131,52,0,1,128,48,0,33,56,
-166,3,8,124,32,0,128,78,1,0,255,59,0,232,31,124,136,255,128,65,
-120,211,67,127,109,238,255,75,0,0,0,56,12,0,1,152,8,0,97,128,
-157,118,5,72,0,0,3,44,20,0,130,65,120,203,35,127,185,1,128,56,
-0,0,160,56,137,145,251,75,20,0,33,131,24,0,65,131,28,0,97,131,
-32,0,129,131,36,0,161,131,40,0,193,131,44,0,225,131,52,0,1,128,
-0,0,96,56,48,0,33,56,166,3,8,124,32,0,128,78,12,0,128,60,
-168,181,132,56,164,233,255,75,166,2,8,124,4,0,1,144,121,27,108,124,
-248,255,33,148,20,0,130,64,40,0,96,56,137,218,1,72,121,27,108,124,
-64,0,130,65,0,0,0,56,12,0,96,61,140,63,107,57,36,0,108,145,
-32,0,12,152,12,0,96,61,108,64,107,57,36,0,108,145,236,134,13,176,
-236,134,109,161,110,6,107,85,236,134,109,177,236,134,13,160,0,32,96,61,
-112,0,11,144,12,0,1,128,8,0,33,56,166,3,8,124,120,99,131,125,
-32,0,128,78,216,255,33,148,166,2,8,124,20,0,97,147,24,0,129,147,
-28,0,161,147,32,0,193,147,36,0,225,147,44,0,1,144,120,51,223,124,
-0,0,127,137,1,0,224,56,120,27,124,124,8,0,97,177,120,43,190,124,
-120,35,157,124,12,0,129,147,16,0,225,152,120,227,155,127,120,219,99,127,
-255,255,128,56,213,118,5,72,0,0,3,44,240,255,130,64,120,227,131,127,
-120,235,164,127,120,243,197,127,8,0,193,56,1,0,224,56,0,0,0,57,
-120,67,9,125,109,10,0,72,8,0,1,160,0,0,31,152,120,27,126,124,
-0,0,0,56,16,0,1,152,12,0,97,128,61,117,5,72,0,0,3,44,
-24,0,130,65,12,0,96,60,180,181,99,56,185,1,128,56,0,0,160,56,
-37,144,251,75,20,0,97,131,24,0,129,131,28,0,161,131,120,243,195,127,
-32,0,193,131,36,0,225,131,44,0,1,128,40,0,33,56,166,3,8,124,
-32,0,128,78,216,255,33,148,24,0,129,147,28,0,161,147,32,0,193,147,
-120,35,158,124,36,0,225,147,120,43,191,124,166,2,8,124,44,0,1,144,
-8,0,193,176,120,27,125,124,12,0,161,147,1,0,0,56,16,0,1,152,
-120,235,188,127,120,227,131,127,255,255,128,56,5,118,5,72,0,0,3,44,
-240,255,130,64,120,235,163,127,120,243,196,127,120,251,229,127,8,0,193,56,
-0,0,224,56,120,59,232,124,120,59,233,124,157,9,0,72,120,27,127,124,
-0,0,128,57,16,0,129,153,12,0,97,128,117,116,5,72,0,0,3,44,
-24,0,130,65,12,0,96,60,192,181,99,56,185,1,128,56,0,0,160,56,
-93,143,251,75,24,0,129,131,28,0,161,131,32,0,193,131,120,251,227,127,
-36,0,225,131,44,0,1,128,40,0,33,56,166,3,8,124,32,0,128,78,
-216,255,33,148,166,2,8,124,24,0,129,147,28,0,161,147,32,0,193,147,
-36,0,225,147,44,0,1,144,120,43,191,124,0,0,127,137,1,0,224,56,
-120,27,125,124,8,0,97,177,120,35,158,124,12,0,161,147,16,0,225,152,
-120,235,188,127,120,227,131,127,255,255,128,56,61,117,5,72,0,0,3,44,
-240,255,130,64,120,235,163,127,120,243,196,127,8,0,193,56,1,0,224,56,
-0,0,160,56,120,43,168,124,120,43,169,124,213,8,0,72,8,0,1,160,
-0,0,128,57,0,0,31,152,120,27,126,124,16,0,129,153,12,0,97,128,
-165,115,5,72,0,0,3,44,24,0,130,65,12,0,96,60,204,181,99,56,
-185,1,128,56,0,0,160,56,141,142,251,75,24,0,129,131,28,0,161,131,
-120,243,195,127,32,0,193,131,36,0,225,131,44,0,1,128,40,0,33,56,
-166,3,8,124,32,0,128,78,224,255,33,148,20,0,161,147,24,0,193,147,
-28,0,225,147,120,35,159,124,166,2,8,124,36,0,1,144,8,0,161,176,
-120,27,126,124,12,0,193,147,1,0,128,57,16,0,129,153,120,243,221,127,
-120,235,163,127,255,255,128,56,121,116,5,72,0,0,3,44,240,255,130,64,
-120,243,195,127,120,251,228,127,8,0,193,56,0,0,160,56,120,43,167,124,
-120,43,168,124,120,67,9,125,17,8,0,72,120,27,127,124,0,0,0,56,
-16,0,1,152,12,0,97,128,233,114,5,72,0,0,3,44,24,0,130,65,
-12,0,96,60,216,181,99,56,185,1,128,56,0,0,160,56,209,141,251,75,
-20,0,161,131,24,0,193,131,120,251,227,127,28,0,225,131,36,0,1,128,
-32,0,33,56,166,3,8,124,32,0,128,78,224,255,33,148,8,0,65,147,
-12,0,97,147,16,0,129,147,20,0,161,147,120,59,251,124,0,0,160,59,
-0,216,29,124,166,2,8,124,24,0,193,147,28,0,225,147,36,0,1,144,
-120,27,126,124,120,35,159,124,120,51,220,124,120,43,186,124,104,0,128,64,
-36,0,62,129,12,0,73,129,20,234,122,125,20,234,220,124,120,251,228,127,
-62,6,101,85,166,3,73,125,120,243,195,127,33,4,128,78,121,27,96,124,
-48,0,130,65,8,0,65,131,12,0,97,131,16,0,129,131,20,0,161,131,
-24,0,193,131,28,0,225,131,120,3,3,124,36,0,1,128,32,0,33,56,
-166,3,8,124,32,0,128,78,1,0,189,59,0,216,29,124,160,255,128,65,
-8,0,65,131,12,0,97,131,16,0,129,131,20,0,161,131,24,0,193,131,
-28,0,225,131,36,0,1,128,0,0,96,56,32,0,33,56,166,3,8,124,
-32,0,128,78,224,255,33,148,8,0,65,147,12,0,97,147,16,0,129,147,
-20,0,161,147,120,59,251,124,0,0,160,59,0,216,29,124,166,2,8,124,
-24,0,193,147,28,0,225,147,36,0,1,144,120,27,126,124,120,35,159,124,
-120,51,220,124,120,43,186,124,104,0,128,64,36,0,94,129,28,0,106,129,
-174,232,220,124,20,234,154,125,120,243,195,127,120,251,228,127,62,6,133,85,
-166,3,105,125,33,4,128,78,121,27,96,124,48,0,130,65,8,0,65,131,
-12,0,97,131,16,0,129,131,20,0,161,131,24,0,193,131,28,0,225,131,
-120,3,3,124,36,0,1,128,32,0,33,56,166,3,8,124,32,0,128,78,
-1,0,189,59,0,216,29,124,160,255,128,65,8,0,65,131,12,0,97,131,
-16,0,129,131,20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,
-0,0,96,56,32,0,33,56,166,3,8,124,32,0,128,78,208,255,33,148,
-24,0,65,147,120,35,154,124,28,0,97,147,32,0,129,147,36,0,161,147,
-120,43,189,124,120,51,219,124,166,2,8,124,40,0,193,147,44,0,225,147,
-52,0,1,144,120,27,127,124,8,0,225,147,1,0,0,56,12,0,1,152,
-120,251,254,127,120,243,195,127,255,255,128,56,9,114,5,72,0,0,3,44,
-240,255,130,64,120,235,188,127,0,0,160,59,0,216,29,124,12,0,192,63,
-228,181,222,59,152,0,128,64,120,251,227,127,120,211,68,127,16,0,193,56,
-1,0,224,56,0,0,160,56,120,43,168,124,120,43,169,124,137,5,0,72,
-121,27,96,124,92,0,130,65,120,3,31,124,0,0,0,56,12,0,1,152,
-8,0,97,128,89,112,5,72,0,0,3,44,20,0,130,65,120,243,195,127,
-185,1,128,56,0,0,160,56,69,139,251,75,24,0,65,131,28,0,97,131,
-32,0,129,131,36,0,161,131,40,0,193,131,120,251,227,127,44,0,225,131,
-52,0,1,128,48,0,33,56,166,3,8,124,32,0,128,78,16,0,1,160,
-174,233,28,124,1,0,189,59,0,216,29,124,112,255,128,65,0,0,0,56,
-12,0,1,152,8,0,97,128,241,111,5,72,0,0,3,44,20,0,130,65,
-120,243,195,127,185,1,128,56,0,0,160,56,221,138,251,75,24,0,65,131,
-28,0,97,131,32,0,129,131,36,0,161,131,40,0,193,131,44,0,225,131,
-52,0,1,128,0,0,96,56,48,0,33,56,166,3,8,124,32,0,128,78,
-208,255,33,148,24,0,65,147,120,35,154,124,28,0,97,147,32,0,129,147,
-36,0,161,147,120,43,189,124,120,51,219,124,166,2,8,124,40,0,193,147,
-44,0,225,147,52,0,1,144,120,27,127,124,8,0,225,147,1,0,0,56,
-12,0,1,152,120,251,254,127,120,243,195,127,255,255,128,56,177,112,5,72,
-0,0,3,44,240,255,130,64,120,235,188,127,0,0,160,59,0,216,29,124,
-12,0,192,63,240,181,222,59,152,0,128,64,174,232,124,125,16,0,193,56,
-0,0,160,56,16,0,97,177,120,251,227,127,120,211,68,127,120,43,167,124,
-120,43,168,124,120,67,9,125,41,4,0,72,121,27,96,124,92,0,130,65,
-120,3,31,124,0,0,0,56,12,0,1,152,8,0,97,128,249,110,5,72,
-0,0,3,44,20,0,130,65,120,243,195,127,185,1,128,56,0,0,160,56,
-229,137,251,75,24,0,65,131,28,0,97,131,32,0,129,131,36,0,161,131,
-40,0,193,131,120,251,227,127,44,0,225,131,52,0,1,128,48,0,33,56,
-166,3,8,124,32,0,128,78,1,0,189,59,0,216,29,124,112,255,128,65,
-0,0,0,56,12,0,1,152,8,0,97,128,153,110,5,72,0,0,3,44,
-20,0,130,65,120,243,195,127,185,1,128,56,0,0,160,56,133,137,251,75,
-24,0,65,131,28,0,97,131,32,0,129,131,36,0,161,131,40,0,193,131,
-44,0,225,131,52,0,1,128,0,0,96,56,48,0,33,56,166,3,8,124,
-32,0,128,78,216,255,33,148,20,0,97,147,24,0,129,147,28,0,161,147,
-120,35,157,124,32,0,193,147,120,43,190,124,36,0,225,147,120,51,223,124,
-166,2,8,124,44,0,1,144,120,27,124,124,8,0,129,147,1,0,0,56,
-12,0,1,152,120,227,155,127,120,219,99,127,255,255,128,56,93,111,5,72,
-0,0,3,44,240,255,130,64,120,227,131,127,120,235,164,127,120,243,197,127,
-120,251,230,127,1,0,224,56,120,59,232,124,120,59,233,124,245,2,0,72,
-120,27,127,124,0,0,0,56,12,0,1,152,8,0,97,128,205,109,5,72,
-0,0,3,44,24,0,130,65,12,0,96,60,252,181,99,56,185,1,128,56,
-0,0,160,56,181,136,251,75,20,0,97,131,24,0,129,131,28,0,161,131,
-32,0,193,131,120,251,227,127,36,0,225,131,44,0,1,128,40,0,33,56,
-166,3,8,124,32,0,128,78,216,255,33,148,20,0,97,147,24,0,129,147,
-28,0,161,147,120,35,157,124,32,0,193,147,120,43,190,124,36,0,225,147,
-120,51,223,124,166,2,8,124,44,0,1,144,120,27,124,124,8,0,129,147,
-1,0,0,56,12,0,1,152,120,227,155,127,120,219,99,127,255,255,128,56,
-145,110,5,72,0,0,3,44,240,255,130,64,120,227,131,127,120,235,164,127,
-120,243,197,127,120,251,230,127,0,0,224,56,1,0,0,57,120,67,9,125,
-41,2,0,72,120,27,127,124,0,0,0,56,12,0,1,152,8,0,97,128,
-1,109,5,72,0,0,3,44,24,0,130,65,12,0,96,60,8,182,99,56,
-185,1,128,56,0,0,160,56,233,135,251,75,20,0,97,131,24,0,129,131,
-28,0,161,131,32,0,193,131,120,251,227,127,36,0,225,131,44,0,1,128,
-40,0,33,56,166,3,8,124,32,0,128,78,224,255,33,148,16,0,129,147,
-20,0,161,147,24,0,193,147,120,35,158,124,28,0,225,147,120,43,191,124,
-166,2,8,124,36,0,1,144,120,27,125,124,8,0,161,147,1,0,0,56,
-12,0,1,152,120,235,188,127,120,227,131,127,255,255,128,56,205,109,5,72,
-0,0,3,44,240,255,130,64,120,235,163,127,120,243,196,127,120,251,230,127,
-0,0,160,56,120,43,168,124,1,0,224,56,120,59,233,124,101,1,0,72,
-120,27,127,124,0,0,0,56,12,0,1,152,8,0,97,128,61,108,5,72,
-0,0,3,44,24,0,130,65,12,0,96,60,20,182,99,56,185,1,128,56,
-0,0,160,56,37,135,251,75,16,0,129,131,20,0,161,131,24,0,193,131,
-120,251,227,127,28,0,225,131,36,0,1,128,32,0,33,56,166,3,8,124,
-32,0,128,78,224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,
-120,35,158,124,28,0,225,147,120,43,191,124,166,2,8,124,36,0,1,144,
-120,27,125,124,8,0,161,147,1,0,0,56,12,0,1,152,120,235,188,127,
-120,227,131,127,255,255,128,56,13,109,5,72,0,0,3,44,240,255,130,64,
-120,235,163,127,120,243,196,127,120,251,230,127,0,0,160,56,120,43,167,124,
-120,43,168,124,1,0,32,57,165,0,0,72,120,27,127,124,0,0,0,56,
-12,0,1,152,8,0,97,128,125,107,5,72,0,0,3,44,24,0,130,65,
-12,0,96,60,32,182,99,56,185,1,128,56,0,0,160,56,101,134,251,75,
-16,0,129,131,20,0,161,131,24,0,193,131,120,251,227,127,28,0,225,131,
-36,0,1,128,32,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-166,2,8,124,12,0,225,147,20,0,1,144,0,32,224,63,212,192,109,56,
-4,0,128,60,0,0,160,56,49,101,5,72,112,0,31,128,236,134,13,176,
-236,134,141,161,112,0,159,149,172,4,0,124,12,0,225,131,20,0,1,128,
-16,0,33,56,166,3,8,124,32,0,128,78,208,255,33,148,16,0,1,147,
-166,2,8,124,20,0,33,147,24,0,65,147,28,0,97,147,32,0,129,147,
-36,0,161,147,40,0,193,147,44,0,225,147,52,0,1,144,120,43,186,124,
-0,32,96,63,0,0,123,59,112,0,187,128,236,134,173,176,120,51,220,124,
-236,134,205,160,120,35,152,124,120,75,63,125,120,67,30,125,120,59,253,124,
-33,4,198,84,12,0,32,63,100,182,57,59,16,0,130,64,236,134,237,160,
-181,6,231,84,28,0,130,65,74,2,96,56,81,148,255,75,120,27,101,124,
-120,203,35,127,74,2,128,56,69,228,1,72,0,0,29,44,46,64,72,87,
-60,8,9,87,120,75,10,125,120,235,76,125,62,4,140,85,112,0,155,145,
-12,0,130,64,0,0,124,161,124,0,123,145,236,134,109,161,102,100,235,83,
-236,134,109,177,236,134,141,161,114,54,204,83,236,134,141,177,236,134,13,160,
-8,0,193,56,212,192,109,56,4,0,128,60,1,0,160,56,0,0,224,56,
-32,0,0,96,236,134,13,176,53,104,5,72,236,134,13,160,112,0,27,144,
-166,0,96,124,254,143,101,84,1,0,160,104,63,6,8,84,36,0,130,65,
-232,3,96,56,201,120,1,72,112,0,59,129,236,134,45,177,236,134,13,160,
-33,4,0,84,204,0,130,65,132,0,0,72,8,0,193,56,212,192,109,56,
-4,0,128,60,1,0,160,56,3,0,224,56,225,103,5,72,0,0,3,44,
-16,0,130,64,8,0,129,129,91,3,138,85,76,0,130,64,65,2,96,56,
-109,147,255,75,120,27,101,124,120,203,35,127,65,2,128,56,97,227,1,72,
-112,0,27,128,112,0,219,128,124,0,59,129,0,0,252,160,62,4,4,84,
-12,0,96,60,62,4,200,84,44,182,99,56,62,4,42,85,120,67,5,125,
-120,83,70,125,49,227,1,72,236,134,13,160,33,4,0,84,72,0,130,65,
-65,2,96,56,25,147,255,75,120,27,101,124,120,203,35,127,65,2,128,56,
-13,227,1,72,112,0,155,129,112,0,219,128,124,0,27,128,0,0,252,160,
-62,4,132,85,12,0,96,60,62,4,200,84,44,182,99,56,62,4,6,84,
-120,67,5,125,225,226,1,72,236,134,13,160,123,7,0,84,36,0,130,65,
-75,2,96,56,201,146,255,75,120,27,101,124,120,203,35,127,75,2,128,56,
-189,226,1,72,75,2,96,57,68,0,0,72,236,134,141,161,189,7,140,85,
-36,0,130,65,76,2,96,56,157,146,255,75,120,27,101,124,120,203,35,127,
-76,2,128,56,145,226,1,72,76,2,96,57,24,0,0,72,0,0,29,44,
-12,0,130,65,124,0,27,128,0,0,28,176,0,0,96,57,16,0,1,131,
-20,0,33,131,24,0,65,131,28,0,97,131,32,0,129,131,36,0,161,131,
-40,0,193,131,44,0,225,131,52,0,1,128,120,91,99,125,48,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,12,0,225,147,
-20,0,1,144,120,27,127,124,12,0,128,60,132,182,132,56,157,219,255,75,
-0,0,0,56,40,0,31,152,12,0,225,131,20,0,1,128,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,8,0,193,147,
-12,0,225,147,20,0,1,144,120,35,158,124,96,239,96,60,4,5,99,56,
-0,0,128,56,0,0,131,152,96,239,96,60,5,5,99,56,0,0,128,56,
-0,0,131,152,96,239,96,60,10,5,99,56,0,0,128,56,0,0,131,152,
-96,239,96,60,11,5,99,56,0,0,128,56,0,0,131,152,4,0,224,59,
-96,239,96,60,12,5,99,56,0,0,227,155,96,239,96,60,8,5,99,56,
-10,0,128,56,0,0,131,152,96,239,96,60,9,5,99,56,143,0,128,56,
-0,0,131,152,96,239,96,60,13,5,99,56,0,0,128,56,0,0,131,152,
-96,239,96,60,14,5,99,56,0,0,128,56,0,0,131,152,96,239,96,60,
-15,5,99,56,240,0,128,56,0,0,131,152,96,239,96,60,7,5,99,56,
-192,0,128,56,0,0,131,152,172,4,0,124,96,239,96,60,7,5,99,56,
-0,0,99,136,120,27,127,124,172,4,0,124,0,0,30,44,3,0,255,99,
-8,0,130,65,16,0,255,99,96,239,96,60,7,5,99,56,0,0,227,155,
-96,239,96,60,6,5,99,56,0,0,128,56,0,0,131,152,172,4,0,124,
-0,0,128,56,0,32,132,60,134,51,128,124,166,0,192,127,94,4,192,87,
-36,1,0,124,134,50,130,124,120,35,131,124,195,0,127,84,120,251,229,127,
-134,51,162,124,0,128,204,115,166,0,0,124,94,4,0,84,120,99,0,124,
-36,1,0,124,8,0,193,131,12,0,225,131,20,0,1,128,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,8,0,193,147,
-12,0,225,147,121,27,126,124,20,0,1,144,120,35,159,124,20,0,130,64,
-44,0,96,56,241,202,1,72,121,27,126,124,48,0,130,65,12,0,0,60,
-140,63,0,48,36,0,30,144,0,0,0,56,32,0,30,152,12,0,0,60,
-220,64,0,48,36,0,30,144,120,243,195,127,120,251,228,127,65,254,255,75,
-120,243,195,127,8,0,193,131,12,0,225,131,20,0,1,128,16,0,33,56,
-166,3,8,124,32,0,128,78,216,255,33,148,20,0,97,147,24,0,129,147,
-28,0,161,147,120,35,157,124,32,0,193,147,120,43,190,124,36,0,225,147,
-120,51,223,124,166,2,8,124,44,0,1,144,120,27,124,124,8,0,129,147,
-1,0,0,56,12,0,1,152,120,227,155,127,120,219,99,127,255,255,128,56,
-77,103,5,72,0,0,3,44,240,255,130,64,120,227,131,127,120,235,164,127,
-120,243,197,127,120,251,230,127,1,0,224,56,120,59,232,124,120,59,233,124,
-77,8,0,72,120,27,127,124,0,0,0,56,12,0,1,152,8,0,97,128,
-189,101,5,72,0,0,3,44,24,0,130,65,12,0,96,60,144,182,99,56,
-185,1,128,56,0,0,160,56,165,128,251,75,20,0,97,131,24,0,129,131,
-28,0,161,131,32,0,193,131,120,251,227,127,36,0,225,131,44,0,1,128,
-40,0,33,56,166,3,8,124,32,0,128,78,216,255,33,148,24,0,129,147,
-28,0,161,147,32,0,193,147,120,35,158,124,36,0,225,147,120,43,191,124,
-166,2,8,124,44,0,1,144,8,0,193,152,120,27,125,124,12,0,161,147,
-1,0,0,56,16,0,1,152,120,235,188,127,120,227,131,127,255,255,128,56,
-133,102,5,72,0,0,3,44,240,255,130,64,120,235,163,127,120,243,196,127,
-120,251,229,127,8,0,193,56,0,0,224,56,1,0,0,57,120,67,9,125,
-133,7,0,72,120,27,127,124,0,0,128,57,16,0,129,153,12,0,97,128,
-245,100,5,72,0,0,3,44,24,0,130,65,12,0,96,60,156,182,99,56,
-185,1,128,56,0,0,160,56,221,127,251,75,24,0,129,131,28,0,161,131,
-32,0,193,131,120,251,227,127,36,0,225,131,44,0,1,128,40,0,33,56,
-166,3,8,124,32,0,128,78,216,255,33,148,16,0,65,147,20,0,97,147,
-24,0,129,147,120,35,156,124,28,0,161,147,32,0,193,147,120,43,190,124,
-36,0,225,147,120,59,255,124,166,2,8,124,44,0,1,144,120,27,123,124,
-8,0,97,147,1,0,0,57,12,0,1,153,120,219,122,127,120,51,221,124,
-120,211,67,127,255,255,128,56,181,101,5,72,0,0,3,44,240,255,130,64,
-120,219,99,127,120,227,132,127,120,243,197,127,120,235,166,127,255,255,31,48,
-16,249,0,125,1,0,224,56,120,59,233,124,177,6,0,72,120,27,127,124,
-0,0,0,56,12,0,1,152,8,0,97,128,33,100,5,72,0,0,3,44,
-24,0,130,65,12,0,96,60,168,182,99,56,185,1,128,56,0,0,160,56,
-9,127,251,75,16,0,65,131,20,0,97,131,24,0,129,131,28,0,161,131,
-32,0,193,131,120,251,227,127,36,0,225,131,44,0,1,128,40,0,33,56,
-166,3,8,124,32,0,128,78,216,255,33,148,20,0,97,147,24,0,129,147,
-28,0,161,147,120,35,157,124,32,0,193,147,36,0,225,147,120,43,191,124,
-166,2,8,124,44,0,1,144,120,27,124,124,8,0,129,147,1,0,0,57,
-12,0,1,153,120,227,155,127,120,51,222,124,120,219,99,127,255,255,128,56,
-225,100,5,72,0,0,3,44,240,255,130,64,120,227,131,127,120,235,164,127,
-120,251,229,127,120,243,198,127,0,0,0,57,1,0,224,56,120,59,233,124,
-225,5,0,72,120,27,127,124,0,0,0,56,12,0,1,152,8,0,97,128,
-81,99,5,72,0,0,3,44,24,0,130,65,12,0,96,60,180,182,99,56,
-185,1,128,56,0,0,160,56,57,126,251,75,20,0,97,131,24,0,129,131,
-28,0,161,131,32,0,193,131,120,251,227,127,36,0,225,131,44,0,1,128,
-40,0,33,56,166,3,8,124,32,0,128,78,224,255,33,148,16,0,129,147,
-20,0,161,147,24,0,193,147,120,35,158,124,28,0,225,147,120,43,191,124,
-166,2,8,124,36,0,1,144,120,27,125,124,8,0,161,147,1,0,0,56,
-12,0,1,152,120,235,188,127,120,227,131,127,255,255,128,56,29,100,5,72,
-0,0,3,44,240,255,130,64,120,235,163,127,120,243,196,127,120,251,230,127,
-0,0,160,56,120,43,168,124,1,0,224,56,120,59,233,124,29,5,0,72,
-120,27,127,124,0,0,0,56,12,0,1,152,8,0,97,128,141,98,5,72,
-0,0,3,44,24,0,130,65,12,0,96,60,192,182,99,56,185,1,128,56,
-0,0,160,56,117,125,251,75,16,0,129,131,20,0,161,131,24,0,193,131,
-120,251,227,127,28,0,225,131,36,0,1,128,32,0,33,56,166,3,8,124,
-32,0,128,78,224,255,33,148,20,0,161,147,24,0,193,147,28,0,225,147,
-120,35,159,124,166,2,8,124,36,0,1,144,8,0,161,152,120,27,126,124,
-12,0,193,147,1,0,0,56,16,0,1,152,120,243,221,127,120,235,163,127,
-255,255,128,56,97,99,5,72,0,0,3,44,240,255,130,64,120,243,195,127,
-120,251,228,127,8,0,193,56,0,0,160,56,120,43,167,124,120,43,168,124,
-1,0,32,57,97,4,0,72,120,27,127,124,0,0,0,56,16,0,1,152,
-12,0,97,128,209,97,5,72,0,0,3,44,24,0,130,65,12,0,96,60,
-204,182,99,56,185,1,128,56,0,0,160,56,185,124,251,75,20,0,161,131,
-24,0,193,131,120,251,227,127,28,0,225,131,36,0,1,128,32,0,33,56,
-166,3,8,124,32,0,128,78,216,255,33,148,20,0,97,147,24,0,129,147,
-28,0,161,147,120,35,157,124,32,0,193,147,36,0,225,147,120,51,223,124,
-166,2,8,124,44,0,1,144,120,27,124,124,8,0,129,147,1,0,0,56,
-12,0,1,152,120,227,155,127,120,43,190,124,120,219,99,127,255,255,128,56,
-157,98,5,72,0,0,3,44,240,255,130,64,120,227,131,127,120,235,164,127,
-120,243,198,127,120,251,233,127,1,0,224,56,0,0,160,56,120,43,168,124,
-157,3,0,72,120,27,127,124,0,0,0,56,12,0,1,152,8,0,97,128,
-13,97,5,72,0,0,3,44,24,0,130,65,12,0,96,60,216,182,99,56,
-185,1,128,56,0,0,160,56,245,123,251,75,20,0,97,131,24,0,129,131,
-28,0,161,131,32,0,193,131,120,251,227,127,36,0,225,131,44,0,1,128,
-40,0,33,56,166,3,8,124,32,0,128,78,216,255,33,148,20,0,97,147,
-24,0,129,147,28,0,161,147,120,35,157,124,32,0,193,147,36,0,225,147,
-120,51,223,124,166,2,8,124,44,0,1,144,120,27,124,124,8,0,129,147,
-1,0,0,56,12,0,1,152,120,227,155,127,120,43,190,124,120,219,99,127,
-255,255,128,56,209,97,5,72,0,0,3,44,240,255,130,64,120,227,131,127,
-120,235,164,127,120,243,198,127,120,251,233,127,0,0,160,56,120,43,167,124,
-120,43,168,124,209,2,0,72,120,27,127,124,0,0,0,56,12,0,1,152,
-8,0,97,128,65,96,5,72,0,0,3,44,24,0,130,65,12,0,96,60,
-228,182,99,56,185,1,128,56,0,0,160,56,41,123,251,75,20,0,97,131,
-24,0,129,131,28,0,161,131,32,0,193,131,120,251,227,127,36,0,225,131,
-44,0,1,128,40,0,33,56,166,3,8,124,32,0,128,78,216,255,33,148,
-20,0,97,147,24,0,129,147,28,0,161,147,120,35,157,124,32,0,193,147,
-120,43,190,124,36,0,225,147,120,51,223,124,166,2,8,124,44,0,1,144,
-120,27,124,124,8,0,129,147,1,0,0,57,12,0,1,153,120,227,155,127,
-120,219,99,127,255,255,128,56,5,97,5,72,0,0,3,44,240,255,130,64,
-1,0,224,56,40,0,252,152,120,227,131,127,120,235,164,127,120,243,198,127,
-120,251,233,127,0,0,160,56,120,43,168,124,1,2,0,72,120,27,127,124,
-0,0,0,56,40,0,28,152,12,0,1,152,8,0,97,128,109,95,5,72,
-0,0,3,44,24,0,130,65,12,0,96,60,240,182,99,56,185,1,128,56,
-0,0,160,56,85,122,251,75,20,0,97,131,24,0,129,131,28,0,161,131,
-32,0,193,131,120,251,227,127,36,0,225,131,44,0,1,128,40,0,33,56,
-166,3,8,124,32,0,128,78,224,255,33,148,12,0,97,147,16,0,129,147,
-20,0,161,147,24,0,193,147,28,0,225,147,120,27,127,124,166,2,8,124,
-36,0,1,144,0,2,192,63,8,0,193,147,0,0,96,59,120,219,124,127,
-166,0,96,124,254,143,104,84,1,0,9,105,63,6,42,85,152,0,130,65,
-32,78,160,59,100,0,96,56,193,109,1,72,96,239,96,60,8,5,99,56,
-0,0,99,136,0,0,127,144,0,0,159,129,255,7,139,85,56,0,130,64,
-96,239,96,60,8,5,99,56,10,0,128,56,0,0,131,152,8,0,193,56,
-212,192,109,56,120,243,196,127,1,0,160,56,0,0,224,56,197,92,5,72,
-0,0,28,44,116,0,130,65,124,0,0,72,255,255,189,55,164,255,129,65,
-12,0,96,60,252,182,99,56,81,216,1,72,8,0,193,56,212,192,109,56,
-120,243,196,127,1,0,160,56,0,0,224,56,141,92,5,72,0,0,28,44,
-60,0,130,65,68,0,0,72,8,0,193,56,212,192,109,56,120,243,196,127,
-1,0,160,56,200,0,224,56,105,92,5,72,120,27,124,124,96,239,96,60,
-8,5,99,56,0,0,99,136,0,0,28,44,0,0,127,144,16,0,130,64,
-8,0,193,128,141,1,197,84,8,0,130,64,76,2,96,59,0,0,31,129,
-123,7,7,85,16,0,130,64,0,0,127,129,255,7,105,85,68,0,130,65,
-65,2,96,59,96,239,96,60,7,5,99,56,2,0,128,56,0,0,131,152,
-0,0,31,128,57,7,12,84,36,0,130,65,96,239,96,60,8,5,99,56,
-8,0,128,56,0,0,131,152,96,239,96,60,6,5,99,56,128,0,128,56,
-0,0,131,152,120,219,99,127,12,0,97,131,16,0,129,131,20,0,161,131,
-24,0,193,131,28,0,225,131,36,0,1,128,32,0,33,56,166,3,8,124,
-32,0,128,78,208,255,33,148,166,2,8,124,12,0,225,146,16,0,1,147,
-20,0,33,147,24,0,65,147,28,0,97,147,32,0,129,147,36,0,161,147,
-40,0,193,147,44,0,225,147,52,0,1,144,120,27,121,124,120,35,152,124,
-120,51,218,124,120,59,251,124,120,67,28,125,120,75,62,125,0,0,160,59,
-96,239,96,60,6,5,99,56,128,0,128,56,0,0,131,152,96,239,96,60,
-8,5,99,56,10,0,128,56,0,0,131,152,96,239,96,60,9,5,99,56,
-136,0,128,56,0,0,131,152,96,239,96,60,7,5,99,56,0,0,99,136,
-194,0,127,96,96,239,96,60,7,5,99,56,0,0,227,155,172,4,0,124,
-166,0,96,124,254,143,106,84,1,0,75,105,63,6,108,85,56,0,130,64,
-166,0,224,127,94,4,224,87,36,1,0,124,134,50,130,124,120,35,131,124,
-0,32,119,100,120,187,229,126,134,51,162,124,0,128,224,115,166,0,96,125,
-94,4,107,85,120,3,107,125,36,1,96,125,10,0,224,59,96,239,96,60,
-8,5,99,56,0,0,99,136,8,0,97,144,172,4,0,124,8,0,225,128,
-255,7,224,84,255,255,255,59,12,0,130,65,0,0,31,44,216,255,129,65,
-8,0,1,128,255,7,9,84,20,0,130,65,120,203,35,127,113,2,0,72,
-65,2,160,59,208,1,0,72,96,239,96,60,7,5,99,56,0,0,99,136,
-192,0,127,96,96,239,96,60,7,5,99,56,0,0,227,155,96,239,96,60,
-13,5,99,56,0,0,99,136,15,0,127,96,96,239,96,60,13,5,99,56,
-0,0,227,155,96,239,96,60,5,5,99,56,0,0,128,56,0,0,131,152,
-60,8,31,87,96,239,96,60,4,5,99,56,0,0,227,155,172,4,0,124,
-96,239,96,60,7,5,99,56,0,0,99,136,4,0,127,96,96,239,96,60,
-7,5,99,56,0,0,227,155,0,0,28,44,16,0,130,65,12,0,96,60,
-20,183,99,56,173,213,1,72,120,235,184,127,52,1,0,72,80,240,152,127,
-4,0,28,44,1,0,224,58,12,0,129,64,4,0,128,59,0,0,224,58,
-255,255,188,59,62,6,189,87,32,0,0,72,174,192,250,127,1,0,24,59,
-96,239,96,60,0,5,99,56,0,0,227,155,172,4,0,124,255,255,156,59,
-0,0,28,44,12,0,130,65,0,0,27,44,216,255,130,65,0,0,23,44,
-54,38,189,87,4,0,0,56,8,0,130,65,0,0,0,56,0,0,27,44,
-0,0,160,56,8,0,130,65,2,0,160,56,1,0,0,96,120,43,5,124,
-120,43,189,127,62,6,189,87,120,235,191,127,96,239,96,60,6,5,99,56,
-0,0,227,155,172,4,0,124,8,0,97,56,1,252,255,75,121,27,125,124,
-16,0,130,65,120,203,35,127,37,1,0,72,136,0,0,72,0,0,27,44,
-72,0,130,65,8,0,1,128,181,6,0,84,60,0,130,65,96,239,96,60,
-14,5,99,56,0,0,99,136,121,27,124,124,36,0,130,65,120,195,31,127,
-1,0,24,59,96,239,96,60,0,5,99,56,0,0,99,136,255,255,156,55,
-174,249,122,124,228,255,130,64,172,4,0,124,40,0,25,136,0,0,0,44,
-40,0,130,65,0,0,64,57,40,0,89,153,0,0,26,136,0,240,0,124,
-20,0,129,65,0,0,218,139,0,192,30,124,216,254,129,65,1,0,216,59,
-0,240,24,124,204,254,128,65,96,239,96,60,7,5,99,56,0,0,99,136,
-185,7,127,84,96,239,96,60,7,5,99,56,0,0,227,155,166,0,192,127,
-94,4,192,87,36,1,0,124,134,50,130,124,120,35,131,124,195,0,127,84,
-120,251,229,127,134,51,162,124,33,4,197,87,166,0,0,124,94,4,0,84,
-120,43,0,124,36,1,0,124,0,0,128,56,0,32,132,60,134,51,128,124,
-172,4,0,124,12,0,225,130,16,0,1,131,20,0,33,131,24,0,65,131,
-28,0,97,131,32,0,129,131,120,235,163,127,36,0,161,131,40,0,193,131,
-44,0,225,131,52,0,1,128,48,0,33,56,166,3,8,124,32,0,128,78,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,96,239,96,60,
-8,5,99,56,0,0,99,136,189,7,96,84,20,0,130,65,96,239,96,60,
-8,5,99,56,10,0,128,56,0,0,131,152,212,192,109,56,0,2,128,60,
-0,0,160,56,201,83,5,72,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,255,47,96,56,32,0,128,78,255,47,96,56,32,0,128,78,
-255,47,96,56,32,0,128,78,255,47,96,56,32,0,128,78,255,47,96,56,
-32,0,128,78,255,47,96,56,32,0,128,78,255,47,96,56,32,0,128,78,
-255,47,96,56,32,0,128,78,255,47,96,56,32,0,128,78,255,47,96,56,
-32,0,128,78,255,47,96,56,32,0,128,78,0,0,96,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-32,0,31,136,0,0,0,44,52,0,130,64,28,0,191,144,85,142,1,72,
-0,0,3,44,24,0,130,65,12,0,96,60,240,183,99,56,196,0,128,56,
-0,0,160,56,1,116,251,75,1,0,0,56,32,0,31,152,0,135,237,147,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-44,0,31,136,0,0,0,44,48,0,130,64,169,117,1,72,0,0,3,44,
-24,0,130,65,12,0,96,60,32,184,99,56,72,0,128,56,0,0,160,56,
-161,115,251,75,1,0,0,56,44,0,31,152,252,134,237,147,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,0,0,0,56,
-8,135,13,144,32,0,128,78,240,255,33,148,8,0,193,147,166,2,8,124,
-20,0,1,144,12,0,225,147,62,6,127,84,96,239,96,60,0,7,99,56,
-0,0,99,128,255,7,224,87,120,27,126,124,20,0,130,65,29,4,222,87,
-189,7,224,87,44,0,130,65,16,0,0,72,189,7,224,87,1,0,222,103,
-28,0,130,65,95,4,222,87,96,239,96,60,0,7,99,56,0,0,195,147,
-172,4,0,124,24,0,0,72,0,128,222,99,96,239,96,60,0,7,99,56,
-0,0,195,147,172,4,0,124,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,244,192,141,129,8,0,12,128,8,135,109,129,8,0,107,57,
-64,0,11,124,8,135,109,145,12,0,130,64,4,0,108,129,8,135,109,145,
-0,0,107,136,116,7,99,124,57,255,255,75,8,135,141,129,4,0,108,128,
-12,0,1,128,166,3,8,124,8,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,4,135,109,129,0,0,11,44,
-56,0,130,64,145,255,255,75,52,40,106,84,80,80,131,125,60,8,74,85,
-20,98,138,125,98,16,0,60,211,77,0,96,150,96,96,125,112,254,140,125,
-112,54,107,125,81,88,108,125,4,135,109,145,64,0,130,65,42,0,11,44,
-42,0,224,59,28,0,129,64,42,0,96,56,45,207,2,72,4,135,13,128,
-80,0,31,124,4,135,13,144,28,0,0,72,120,91,127,125,120,251,227,127,
-17,207,2,72,4,135,13,128,80,0,31,124,4,135,13,144,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,52,40,107,84,80,88,3,124,60,8,107,85,
-20,2,11,124,98,16,128,61,211,77,140,57,150,0,140,125,12,0,225,147,
-112,254,11,124,112,54,140,125,80,96,139,125,4,135,141,145,37,255,255,75,
-166,242,122,124,128,3,127,100,120,251,227,127,166,243,122,124,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,244,192,13,129,0,0,8,44,
-120,27,127,124,100,0,130,65,0,0,31,44,140,0,130,65,4,0,127,128,
-0,0,3,44,36,0,130,65,8,0,159,129,120,27,106,124,64,96,10,124,
-16,0,130,65,8,0,74,57,64,96,10,124,248,255,130,64,53,188,1,72,
-0,0,32,57,4,0,63,145,8,0,63,145,12,0,63,145,120,251,227,127,
-29,188,1,72,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,4,0,31,128,120,3,12,124,8,135,13,144,0,0,108,136,
-244,192,237,147,116,7,99,124,129,253,255,75,8,135,109,129,4,0,107,128,
-0,0,3,44,8,0,130,65,241,254,255,75,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,56,254,255,75,20,0,4,168,
-0,0,32,57,0,0,9,124,32,0,128,76,38,0,4,137,1,0,8,44,
-68,0,130,64,8,0,4,160,56,24,107,84,80,88,67,125,58,16,74,85,
-36,0,138,61,36,158,140,57,12,0,12,176,10,0,4,161,12,0,36,129,
-14,0,12,177,16,0,44,145,16,0,68,137,20,0,76,153,17,0,4,136,
-21,0,12,152,32,0,128,78,1,0,41,57,0,0,9,124,4,0,132,128,
-168,255,128,65,32,0,128,78,176,114,255,75,166,2,8,124,4,0,1,144,
-248,255,33,148,120,27,108,124,22,0,108,168,120,43,166,124,120,35,133,124,
-120,99,132,125,209,116,255,75,12,0,1,128,8,0,33,56,166,3,8,124,
-62,6,99,84,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-120,27,96,124,16,0,0,44,36,0,129,64,32,0,0,44,0,0,96,56,
-20,0,128,65,44,0,96,29,41,0,139,61,12,253,108,56,201,165,4,72,
-32,0,0,72,46,64,12,84,20,2,12,124,58,16,0,84,18,0,64,61,
-48,113,74,57,20,2,106,124,141,199,251,75,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,16,0,3,44,166,2,8,124,
-20,0,1,144,12,0,225,147,0,0,224,59,32,0,129,64,12,0,96,60,
-44,184,99,56,118,1,128,56,0,0,160,56,133,111,251,75,0,0,96,56,
-32,0,0,72,46,64,108,84,20,26,12,124,58,16,0,84,18,0,128,61,
-48,113,140,57,20,2,108,124,185,196,251,75,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,16,0,3,44,32,0,129,64,
-32,0,3,44,32,0,128,77,44,0,3,28,41,0,128,61,12,253,140,57,
-20,2,108,124,192,165,4,72,46,64,108,84,20,26,12,124,58,16,0,84,
-18,0,128,61,48,113,140,57,20,2,108,124,240,196,251,75,120,27,100,124,
-22,0,4,168,16,0,0,44,28,0,129,64,44,0,128,57,80,99,0,16,
-41,0,128,61,12,253,140,57,20,2,108,124,48,165,4,72,46,64,12,84,
-20,2,12,124,58,16,0,84,18,0,128,61,48,113,140,57,20,2,108,124,
-8,198,251,75,232,255,33,148,20,0,225,147,120,43,191,124,8,0,129,147,
-12,0,161,147,166,2,8,124,28,0,1,144,16,0,193,147,120,35,158,124,
-120,51,196,124,255,255,4,49,16,33,200,124,255,255,127,49,16,249,75,125,
-121,83,204,124,120,27,125,124,132,0,130,65,0,0,4,44,36,0,0,61,
-56,24,160,87,80,0,29,124,58,16,0,84,36,158,8,57,20,2,136,127,
-24,0,252,179,64,0,130,65,120,227,131,127,12,0,160,56,217,235,1,72,
-0,0,30,44,28,0,130,65,120,235,163,127,120,243,196,127,129,253,255,75,
-0,0,31,44,56,0,130,65,28,0,0,72,12,0,124,56,0,0,128,56,
-12,0,160,56,21,105,251,75,0,0,31,44,28,0,130,65,120,235,163,127,
-120,251,228,127,120,243,197,127,141,116,255,75,0,0,3,44,84,0,130,64,
-0,0,30,44,76,0,130,65,0,0,126,128,166,0,32,125,94,4,44,85,
-36,1,128,125,0,0,67,169,0,128,32,113,255,255,74,53,0,0,67,177,
-166,0,224,124,94,4,231,84,120,3,231,124,36,1,224,124,16,0,130,64,
-4,0,35,129,166,3,41,125,33,4,128,78,120,243,195,127,241,91,5,72,
-16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,16,0,193,147,
-166,2,8,124,28,0,1,144,120,27,107,124,12,0,161,147,120,35,157,124,
-20,0,225,147,0,0,224,59,0,0,139,129,64,232,12,124,36,0,11,160,
-12,0,203,131,2,0,0,96,36,0,11,176,32,0,130,64,22,0,11,168,
-120,3,3,124,16,0,3,40,120,91,100,125,1,0,255,59,152,0,129,64,
-72,0,0,72,2,0,76,161,57,7,74,85,40,0,130,64,2,0,44,161,
-8,0,41,97,2,0,44,177,8,0,140,129,64,232,12,124,196,255,130,65,
-2,0,76,161,57,7,74,85,224,255,130,65,22,0,11,168,120,3,3,124,
-16,0,3,40,120,91,100,125,80,0,129,64,35,0,3,40,44,0,128,64,
-44,0,128,57,80,99,0,16,41,0,32,61,12,253,41,57,20,2,105,124,
-249,163,4,72,0,0,30,44,120,243,203,127,92,255,130,64,76,0,0,72,
-14,1,160,56,0,0,192,56,245,253,255,75,0,0,30,44,120,243,203,127,
-64,255,130,64,48,0,0,72,46,64,11,84,20,2,11,124,58,16,0,84,
-18,0,128,61,48,113,140,57,20,2,108,124,0,0,160,56,189,197,251,75,
-0,0,30,44,120,243,203,127,16,255,130,64,120,251,227,127,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,120,27,96,124,16,0,0,40,0,0,96,56,32,0,129,77,
-120,3,3,124,176,180,251,75,240,255,33,148,166,2,8,124,20,0,1,144,
-8,0,193,147,12,0,225,147,0,0,224,59,120,251,254,127,120,243,195,127,
-201,255,255,75,1,0,222,59,16,0,30,44,20,26,255,127,236,255,128,65,
-20,0,1,128,120,251,227,127,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,120,27,108,124,56,24,137,85,120,35,128,124,
-80,72,12,125,58,16,8,85,36,0,104,61,36,158,139,56,24,0,68,169,
-16,0,12,40,120,43,163,124,0,0,70,177,16,0,128,65,0,0,128,56,
-12,0,160,56,168,102,251,75,0,0,0,44,12,0,130,64,12,0,160,56,
-44,233,1,72,12,0,132,56,12,0,160,56,32,233,1,72,166,2,8,124,
-4,0,1,144,248,255,33,148,13,179,251,75,12,0,1,128,8,0,33,56,
-166,3,8,124,62,6,99,84,32,0,128,78,16,179,251,75,212,178,251,75,
-16,0,3,40,32,0,128,76,46,64,108,84,20,26,12,124,58,16,0,84,
-18,0,128,61,48,113,140,57,20,2,108,124,220,191,251,75,16,0,3,40,
-32,0,128,76,46,64,108,84,20,26,12,124,58,16,0,84,18,0,128,61,
-48,113,140,57,20,2,108,124,176,139,251,75,16,0,3,40,32,0,128,76,
-46,64,108,84,20,26,12,124,58,16,0,84,18,0,128,61,48,113,140,57,
-20,2,108,124,252,188,251,75,232,255,33,148,166,2,8,124,28,0,1,144,
-20,0,225,147,120,27,127,124,12,0,161,147,16,0,193,147,0,0,192,59,
-120,243,221,127,84,0,0,72,120,243,196,127,12,0,96,60,60,184,99,56,
-169,201,1,72,0,0,95,129,20,234,106,125,4,0,171,128,8,0,203,128,
-12,0,96,60,72,184,99,56,141,201,1,72,0,0,159,129,20,234,236,124,
-12,0,167,128,16,0,199,128,12,0,96,60,92,184,99,56,113,201,1,72,
-20,0,189,59,1,0,222,59,0,0,31,129,0,0,8,44,0,0,0,56,
-8,0,130,65,0,0,8,136,64,0,30,124,152,255,128,65,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-120,35,128,124,0,0,131,128,0,0,4,44,0,0,224,59,40,0,130,65,
-1,0,132,137,0,0,12,44,28,0,130,65,0,0,228,139,58,16,235,87,
-120,3,3,124,20,250,171,124,58,16,165,84,145,231,1,72,20,0,1,128,
-120,251,227,127,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-224,255,33,148,12,0,97,147,8,0,65,147,16,0,129,147,20,0,161,147,
-28,0,225,147,166,2,8,124,36,0,1,144,24,0,193,147,120,59,254,124,
-0,0,94,139,120,27,123,124,0,0,123,128,0,0,3,44,120,51,221,124,
-120,43,188,124,8,0,130,65,185,180,1,72,0,0,30,44,20,0,130,64,
-96,136,98,56,4,1,128,56,0,0,160,56,149,105,251,75,64,0,26,44,
-20,0,129,64,120,211,69,127,96,136,98,56,5,1,128,56,125,105,251,75,
-0,0,26,44,1,0,224,59,20,0,130,65,1,0,222,136,0,0,6,44,
-8,0,130,65,0,0,224,59,63,6,255,87,8,0,130,65,1,0,64,59,
-58,16,71,87,20,210,71,127,58,16,90,87,120,211,67,127,73,180,1,72,
-0,0,3,44,0,0,123,144,44,0,130,64,96,136,98,56,18,1,128,56,
-0,0,160,56,37,105,251,75,0,0,3,44,0,0,123,128,16,0,130,65,
-0,0,31,44,64,0,130,65,12,0,0,72,0,0,31,44,52,0,130,65,
-0,0,3,44,1,0,0,57,0,0,3,153,0,0,0,56,1,0,3,152,
-2,0,3,152,12,0,131,147,16,0,163,147,8,0,3,144,4,0,3,144,
-40,0,130,65,32,0,0,72,120,243,196,127,120,211,69,127,77,230,1,72,
-0,0,123,128,0,0,3,44,0,0,0,56,8,0,130,65,0,0,3,136,
-20,0,161,131,16,0,129,131,120,3,3,124,36,0,1,128,12,0,97,131,
-28,0,225,131,24,0,193,131,8,0,65,131,166,3,8,124,32,0,33,56,
-32,0,128,78,208,255,33,148,8,0,193,146,12,0,225,146,16,0,1,147,
-20,0,33,147,24,0,65,147,28,0,97,147,32,0,129,147,36,0,161,147,
-40,0,193,147,44,0,225,147,166,2,8,124,52,0,1,144,8,129,13,137,
-0,0,8,44,120,59,251,124,120,51,223,124,120,27,121,124,120,43,190,124,
-76,0,130,65,9,129,13,136,0,0,0,44,44,0,130,65,120,243,195,127,
-120,251,228,127,120,3,5,124,0,0,192,56,93,226,1,72,121,243,231,127,
-1,0,131,51,148,1,164,127,44,0,130,64,48,0,0,72,16,129,141,131,
-121,243,231,127,20,129,173,131,24,0,130,64,28,0,0,72,121,243,231,127,
-120,243,220,127,120,251,253,127,12,0,130,65,121,227,168,127,76,0,130,64,
-12,0,96,60,108,184,99,56,169,198,1,72,20,0,33,131,36,0,161,131,
-40,0,193,131,24,0,65,131,16,0,1,131,32,0,129,131,44,0,225,131,
-28,0,97,131,12,0,225,130,52,0,1,128,8,0,193,130,0,0,96,56,
-166,3,8,124,48,0,33,56,32,0,128,78,0,0,153,128,0,0,4,44,
-68,2,130,65,0,0,27,44,60,2,130,65,0,0,228,138,0,0,64,59,
-121,187,224,126,120,211,91,127,36,0,129,64,236,255,132,57,166,3,9,124,
-36,0,172,128,32,0,140,128,20,0,140,57,20,32,90,127,20,41,123,127,
-236,255,0,66,64,216,31,124,16,0,128,65,28,0,129,65,64,208,30,124,
-20,0,128,64,104,136,98,56,143,0,128,56,0,0,160,56,37,103,251,75,
-64,216,31,124,72,0,130,64,64,208,30,124,64,0,130,64,40,0,193,131,
-28,0,97,131,24,0,65,131,36,0,161,131,44,0,225,131,32,0,129,131,
-20,0,33,131,120,187,227,126,12,0,225,130,52,0,1,128,16,0,1,131,
-8,0,193,130,166,3,8,124,48,0,33,56,32,0,128,78,0,0,153,128,
-58,16,236,86,20,186,12,124,58,16,0,84,20,2,228,124,248,255,167,128,
-252,255,199,128,64,232,6,124,16,240,26,125,16,249,59,125,236,255,231,56,
-204,0,129,65,12,0,128,65,64,224,5,124,192,0,128,64,16,224,101,125,
-16,233,134,125,64,96,9,124,100,0,128,65,12,0,129,65,64,88,8,124,
-88,0,129,64,12,0,135,147,16,0,167,147,16,64,139,124,16,73,172,124,
-20,88,90,127,20,97,123,127,255,255,100,48,212,1,133,124,120,227,133,127,
-120,235,166,127,153,224,1,72,1,0,67,49,20,80,247,126,58,16,230,86,
-20,186,6,127,58,16,24,87,120,195,3,127,65,177,1,72,121,27,118,124,
-140,0,130,65,152,0,0,72,20,64,69,125,12,0,71,145,20,73,102,125,
-16,0,103,145,40,0,193,131,28,0,97,131,24,0,65,131,36,0,161,131,
-44,0,225,131,32,0,129,131,20,0,33,131,120,187,227,126,12,0,225,130,
-52,0,1,128,16,0,1,131,8,0,193,130,166,3,8,124,48,0,33,56,
-32,0,128,78,255,255,104,48,212,1,137,124,120,227,133,127,120,235,166,127,
-17,224,1,72,1,0,67,49,20,80,247,126,58,16,230,86,20,186,6,127,
-58,16,24,87,120,195,3,127,185,176,1,72,121,27,118,124,20,0,130,64,
-104,136,98,56,177,0,128,56,0,0,160,56,153,101,251,75,120,179,195,126,
-120,195,5,127,0,0,128,56,121,96,251,75,0,0,153,128,0,0,4,44,
-0,0,0,59,8,0,130,65,0,0,4,139,58,16,9,87,20,194,9,124,
-58,16,5,84,120,179,195,126,229,226,1,72,0,0,121,128,101,176,1,72,
-0,184,24,124,120,179,196,126,0,0,153,144,72,1,128,64,180,0,0,72,
-120,35,131,124,73,176,1,72,255,255,126,48,212,1,159,124,120,227,133,127,
-120,235,166,127,109,223,1,72,1,0,227,50,58,16,233,86,20,186,9,127,
-58,16,24,87,120,195,3,127,25,176,1,72,121,27,100,124,0,0,153,144,
-76,0,130,64,104,136,98,56,206,0,128,56,0,0,160,56,245,100,251,75,
-0,0,153,128,0,0,3,44,48,0,130,65,120,195,5,127,120,35,131,124,
-0,0,128,56,201,95,251,75,0,0,64,59,120,211,88,127,0,184,24,124,
-0,0,153,128,120,211,91,127,192,0,128,64,44,0,0,72,120,195,5,127,
-120,35,131,124,0,0,128,56,157,95,251,75,0,0,64,59,120,211,88,127,
-0,184,24,124,0,0,153,128,120,211,91,127,148,0,128,64,8,129,45,137,
-0,0,9,44,0,0,128,57,58,16,10,87,20,194,10,124,58,16,0,84,
-20,2,100,125,0,0,139,153,16,0,130,65,1,0,23,44,8,0,129,64,
-128,0,128,57,255,255,23,56,0,0,24,124,1,0,139,153,2,0,11,155,
-36,0,128,64,12,0,139,147,16,0,171,147,4,0,75,147,8,0,107,147,
-20,224,90,127,20,233,123,127,1,0,24,59,40,0,0,72,16,240,58,125,
-12,0,43,145,16,249,91,125,16,0,75,145,4,0,75,147,8,0,107,147,
-20,224,90,127,20,233,123,127,1,0,24,59,0,184,24,124,116,255,128,65,
-0,0,228,154,40,0,193,131,28,0,97,131,24,0,65,131,36,0,161,131,
-44,0,225,131,32,0,129,131,20,0,33,131,120,187,227,126,12,0,225,130,
-52,0,1,128,16,0,1,131,8,0,193,130,166,3,8,124,48,0,33,56,
-32,0,128,78,232,255,33,148,16,0,193,147,20,0,225,147,166,2,8,124,
-28,0,1,144,12,0,161,147,120,35,157,124,0,0,157,129,0,0,12,44,
-0,0,192,59,120,27,127,124,8,0,130,65,0,0,204,139,0,0,127,128,
-0,0,3,44,8,0,130,65,141,174,1,72,0,0,30,44,96,0,130,65,
-58,16,203,87,20,242,203,127,58,16,222,87,120,243,195,127,109,174,1,72,
-0,0,3,44,0,0,127,144,48,0,130,64,112,136,98,56,69,1,128,56,
-0,0,160,56,73,99,251,75,0,0,3,44,0,0,127,128,20,0,130,65,
-0,0,157,128,120,243,197,127,181,224,1,72,28,0,0,72,0,0,157,128,
-120,243,197,127,165,224,1,72,12,0,0,72,0,0,0,56,0,0,31,144,
-120,251,227,127,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,8,0,193,147,121,27,126,124,12,0,225,147,120,35,159,124,
-36,0,130,65,0,0,126,128,0,0,3,44,8,0,130,65,209,173,1,72,
-255,7,224,87,12,0,130,65,120,243,195,127,177,173,1,72,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,0,0,3,44,20,0,130,64,
-4,0,96,56,217,171,1,72,0,0,3,44,12,0,130,65,0,0,0,56,
-0,0,3,144,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-4,0,99,128,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,8,0,193,147,120,27,126,124,4,0,190,128,120,35,159,124,
-0,0,128,56,120,251,227,127,29,93,251,75,0,0,30,128,111,6,12,84,
-0,0,159,153,4,0,94,129,254,255,42,57,8,0,0,56,1,0,63,157,
-1,0,31,152,12,0,225,131,4,0,126,128,8,0,193,131,20,0,1,128,
-166,3,8,124,16,0,33,56,32,0,128,78,232,255,33,148,16,0,193,147,
-12,0,161,147,20,0,225,147,166,2,8,124,28,0,1,144,120,35,140,124,
-1,0,140,136,120,27,126,124,4,0,126,129,254,255,43,57,116,7,132,124,
-64,72,4,124,52,0,130,65,120,75,37,125,12,0,96,60,216,184,99,56,
-133,192,1,72,20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,
-0,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,0,0,140,136,
-116,7,132,124,51,6,136,84,48,0,130,65,12,0,96,60,12,185,99,56,
-73,192,1,72,20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,
-255,255,96,56,166,3,8,124,24,0,33,56,32,0,128,78,2,0,140,136,
-116,7,132,124,255,7,128,84,48,0,130,64,12,0,96,60,144,184,99,56,
-13,192,1,72,20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,
-255,255,96,56,166,3,8,124,24,0,33,56,32,0,128,78,36,0,160,63,
-176,169,189,59,4,0,29,160,254,255,133,56,0,0,4,124,52,0,128,64,
-120,3,5,124,12,0,96,60,132,185,99,56,197,191,1,72,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,0,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,44,0,93,129,20,0,10,128,12,135,205,128,
-1,0,160,56,2,0,140,56,120,235,163,127,166,3,9,124,33,4,128,78,
-12,135,141,128,20,34,29,125,10,0,232,136,0,0,7,44,120,27,127,124,
-64,0,130,65,0,0,31,44,56,0,130,64,12,0,96,60,184,184,99,56,
-0,0,128,56,85,191,1,72,20,0,225,131,4,0,30,128,16,0,193,131,
-208,0,96,124,28,0,1,128,12,0,161,131,24,0,33,56,166,3,8,124,
-32,0,128,78,0,0,31,44,52,0,129,65,120,251,228,127,12,0,96,60,
-60,185,99,56,25,191,1,72,120,251,227,127,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-20,34,157,125,26,0,12,136,0,0,0,44,0,0,0,56,16,0,130,65,
-0,0,7,44,8,0,130,64,1,0,0,56,63,6,0,84,32,0,130,65,
-8,0,125,136,116,7,99,124,65,55,0,72,120,27,100,124,12,0,96,60,
-84,185,99,56,181,190,1,72,28,0,1,128,20,0,225,131,4,0,126,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-224,255,33,148,8,0,65,147,12,0,97,147,16,0,129,147,24,0,193,147,
-28,0,225,147,166,2,8,124,36,0,1,144,20,0,161,147,120,27,125,124,
-4,0,125,128,120,43,191,124,120,35,158,124,137,170,1,72,4,0,189,128,
-120,27,122,124,0,0,128,56,120,27,123,124,93,90,251,75,36,0,128,63,
-176,169,156,59,8,0,124,136,12,135,141,128,116,7,99,124,185,55,0,72,
-0,0,3,44,64,0,130,65,0,0,61,129,128,0,9,56,0,0,26,152,
-4,0,29,129,254,255,8,56,1,0,26,156,16,135,141,128,1,0,4,40,
-1,0,90,59,76,0,128,65,168,0,130,65,3,0,4,40,244,0,128,65,
-60,0,130,65,16,1,0,72,0,0,29,136,0,0,26,152,4,0,29,129,
-254,255,8,56,1,0,26,156,16,135,141,128,1,0,4,40,1,0,90,59,
-20,0,128,65,112,0,130,65,3,0,4,40,188,0,128,65,220,0,130,64,
-44,0,60,129,12,0,73,129,12,135,205,128,0,0,224,56,120,251,229,127,
-120,211,68,127,120,227,131,127,166,3,73,125,33,4,128,78,0,0,3,44,
-188,0,130,64,120,219,99,127,181,169,1,72,16,0,129,131,24,0,193,131,
-28,0,225,131,20,0,161,131,12,0,97,131,36,0,1,128,8,0,65,131,
-255,255,96,56,166,3,8,124,32,0,33,56,32,0,128,78,12,0,96,60,
-232,185,99,56,77,189,1,72,12,135,13,128,20,2,124,125,10,0,11,136,
-0,0,0,44,28,0,130,64,4,0,0,56,0,0,26,152,4,0,29,128,
-0,0,31,124,128,0,128,64,92,0,0,72,12,0,96,60,4,186,99,56,
-21,189,1,72,4,0,29,128,0,0,31,124,100,0,128,64,64,0,0,72,
-12,0,96,60,208,185,99,56,249,188,1,72,1,0,128,57,0,0,154,153,
-4,0,29,128,0,0,31,124,64,0,128,64,28,0,0,72,12,0,96,60,
-32,186,99,56,213,188,1,72,4,0,29,128,0,0,31,124,36,0,128,64,
-120,243,195,127,120,219,100,127,120,251,229,127,97,219,1,72,120,219,99,127,
-225,168,1,72,4,0,125,128,32,0,0,72,120,243,195,127,120,219,100,127,
-120,3,5,124,65,219,1,72,120,219,99,127,193,168,1,72,4,0,125,128,
-24,0,193,131,16,0,129,131,20,0,161,131,28,0,225,131,36,0,1,128,
-12,0,97,131,8,0,65,131,166,3,8,124,32,0,33,56,32,0,128,78,
-100,129,109,152,32,0,128,78,208,255,33,148,12,0,225,146,16,0,1,147,
-20,0,33,147,24,0,65,147,28,0,97,147,32,0,129,147,36,0,161,147,
-40,0,193,147,166,2,8,124,52,0,1,144,44,0,225,147,36,0,224,63,
-128,190,255,59,176,136,130,56,36,0,96,60,92,165,99,56,0,0,160,56,
-120,43,166,124,137,132,0,72,160,134,141,56,36,0,96,60,28,171,99,56,
-2,0,160,56,0,0,192,56,113,132,0,72,29,0,128,60,28,5,132,56,
-36,0,96,60,76,171,99,56,16,0,160,56,0,0,192,56,85,132,0,72,
-160,128,141,56,36,0,96,60,140,173,99,56,1,0,160,56,120,43,167,124,
-0,0,192,56,120,51,200,124,13,128,0,72,161,128,141,56,36,0,96,60,
-192,173,99,56,1,0,160,56,120,43,167,124,0,0,192,56,120,51,200,124,
-237,127,0,72,163,128,141,56,36,0,96,60,244,173,99,56,1,0,160,56,
-120,43,167,124,0,0,192,56,120,51,200,124,205,127,0,72,128,134,141,56,
-36,0,96,60,132,167,99,56,1,0,160,56,3,0,224,56,0,0,192,56,
-120,51,200,124,173,127,0,72,36,0,192,63,228,169,222,59,120,243,195,127,
-104,192,141,56,1,0,160,56,120,43,167,124,0,0,192,56,120,51,200,124,
-137,127,0,72,12,0,64,61,16,71,74,57,44,0,94,145,9,128,141,56,
-36,0,96,60,228,168,99,56,1,0,160,56,249,129,0,72,12,0,128,60,
-16,67,132,56,36,0,96,60,140,165,99,56,0,4,160,56,7,0,224,56,
-0,0,192,56,120,51,200,124,69,127,0,72,36,0,192,63,192,165,222,59,
-120,243,195,127,120,251,228,127,0,0,160,56,120,43,166,124,81,131,0,72,
-12,0,96,61,200,74,107,57,44,0,126,145,48,0,254,147,36,0,192,63,
-244,165,222,59,120,243,195,127,120,251,228,127,0,0,160,56,120,43,166,124,
-37,131,0,72,12,0,128,61,232,74,140,57,44,0,158,145,48,0,254,147,
-150,137,130,56,36,0,96,60,40,166,99,56,2,0,160,56,0,0,192,56,
-253,130,0,72,210,135,141,56,36,0,96,60,84,179,99,56,2,0,160,56,
-1,0,224,56,0,0,192,56,120,51,200,124,181,126,0,72,36,0,96,60,
-40,180,99,56,152,129,141,56,1,0,160,56,73,130,0,72,8,128,141,56,
-36,0,96,60,28,169,99,56,1,0,160,56,0,0,192,56,177,130,0,72,
-36,0,96,60,40,174,99,56,162,128,141,56,1,0,160,56,29,130,0,72,
-240,128,141,56,36,0,96,60,220,189,99,56,8,0,160,56,1,0,224,56,
-0,0,192,56,120,51,200,124,85,126,0,72,36,0,96,60,180,170,99,56,
-105,192,141,56,1,0,160,56,233,129,0,72,36,0,96,60,196,176,99,56,
-8,129,141,56,1,0,160,56,213,129,0,72,132,134,141,56,36,0,96,60,
-80,168,99,56,4,0,160,56,0,0,192,56,61,130,0,72,136,134,141,56,
-36,0,96,60,128,168,99,56,1,0,160,56,120,43,166,124,120,43,167,124,
-0,0,0,57,245,125,0,72,16,129,141,56,36,0,96,60,44,177,99,56,
-8,0,160,56,1,0,224,56,0,0,192,56,120,51,200,124,213,125,0,72,
-56,134,141,56,36,0,96,60,64,189,99,56,4,0,160,56,3,0,224,56,
-0,0,192,56,120,51,200,124,181,125,0,72,56,128,141,56,36,0,96,60,
-184,167,99,56,16,0,160,56,0,0,192,56,197,129,0,72,12,0,128,60,
-0,187,132,56,36,0,96,60,88,166,99,56,16,0,160,56,0,0,192,56,
-169,129,0,72,12,0,128,60,0,248,132,56,36,0,96,60,76,169,99,56,
-16,0,160,56,0,0,192,56,141,129,0,72,76,128,141,56,36,0,96,60,
-232,167,99,56,8,0,160,56,0,0,192,56,117,129,0,72,18,0,128,60,
-20,113,132,56,36,0,96,60,180,168,99,56,8,0,160,56,0,0,192,56,
-89,129,0,72,41,0,128,60,128,2,132,56,36,0,96,60,92,174,99,56,
-8,0,160,56,0,0,192,56,61,129,0,72,88,128,141,56,36,0,96,60,
-24,168,99,56,16,0,160,56,145,127,0,72,12,0,128,60,248,66,132,56,
-36,0,96,60,36,165,99,56,20,0,160,56,121,127,0,72,19,0,128,60,
-172,179,132,56,36,0,96,60,220,188,99,56,4,0,160,56,0,0,192,56,
-245,128,0,72,168,136,130,56,36,0,96,60,244,164,99,56,4,0,160,56,
-0,0,192,56,221,128,0,72,164,136,130,56,36,0,96,60,196,164,99,56,
-4,0,160,56,0,0,192,56,197,128,0,72,172,136,130,56,36,0,96,60,
-148,164,99,56,4,0,160,56,0,0,192,56,173,128,0,72,36,0,192,63,
-0,164,222,59,120,243,195,127,120,251,228,127,0,0,160,56,120,43,166,124,
-145,128,0,72,12,0,0,60,168,74,0,48,44,0,30,144,48,0,254,147,
-26,194,141,56,36,0,96,60,44,178,99,56,1,0,160,56,40,0,192,56,
-105,128,0,72,36,0,192,63,204,163,222,59,120,243,195,127,120,251,228,127,
-0,0,160,56,120,43,166,124,77,128,0,72,48,0,254,147,160,136,130,56,
-36,0,96,60,136,166,99,56,1,0,160,56,12,0,192,60,136,74,198,56,
-44,0,222,144,0,0,192,56,37,128,0,72,36,0,192,63,152,163,222,59,
-120,243,195,127,120,251,228,127,0,0,160,56,120,43,166,124,9,128,0,72,
-12,0,224,60,8,74,231,56,44,0,254,144,48,0,254,147,180,136,130,56,
-36,0,96,60,184,166,99,56,1,0,160,56,0,0,192,56,225,127,0,72,
-36,0,192,63,100,163,222,59,120,243,195,127,120,251,228,127,0,0,160,56,
-120,43,166,124,197,127,0,72,12,0,0,61,72,75,8,57,44,0,30,145,
-48,0,254,147,36,0,192,63,48,163,222,59,120,243,195,127,120,251,228,127,
-0,0,160,56,120,43,166,124,153,127,0,72,12,0,32,61,40,74,41,57,
-44,0,62,145,48,0,254,147,4,194,141,56,36,0,96,60,92,178,99,56,
-8,0,160,56,40,0,192,56,113,127,0,72,36,0,192,63,176,169,222,59,
-120,243,195,127,43,0,128,63,104,212,156,59,120,227,132,127,168,4,192,56,
-2,0,224,56,1,0,160,56,120,43,168,124,29,123,0,72,30,194,141,56,
-12,0,160,63,48,71,189,59,44,0,190,147,36,0,192,63,136,179,222,59,
-120,243,195,127,1,0,160,56,40,0,192,56,2,0,224,56,0,0,0,57,
-237,122,0,72,12,0,0,60,80,71,0,48,44,0,30,144,28,194,141,56,
-36,0,96,60,236,178,99,56,1,0,160,56,40,0,192,56,2,0,224,56,
-0,0,0,57,193,122,0,72,29,194,141,56,36,0,96,60,32,179,99,56,
-1,0,160,56,40,0,192,56,2,0,224,56,0,0,0,57,161,122,0,72,
-27,194,141,56,36,0,96,60,140,178,99,56,1,0,160,56,40,0,192,56,
-177,126,0,72,43,0,128,60,232,32,132,56,36,0,96,60,188,179,99,56,
-21,0,160,56,120,43,166,124,2,0,224,56,0,0,0,57,101,122,0,72,
-43,0,128,60,56,34,132,56,36,0,96,60,240,179,99,56,20,0,160,56,
-120,43,166,124,93,124,0,72,26,0,156,56,36,0,192,63,24,170,222,59,
-120,243,195,127,1,0,160,56,168,4,192,56,2,0,224,56,0,0,0,57,
-37,122,0,72,160,0,156,56,44,0,190,147,36,0,192,63,76,170,222,59,
-120,243,195,127,168,4,192,56,2,0,160,56,120,43,167,124,0,0,0,57,
-253,121,0,72,162,0,156,56,12,0,96,61,112,71,107,57,44,0,126,145,
-36,0,192,63,128,170,222,59,120,243,195,127,168,4,192,56,2,0,160,56,
-120,43,167,124,0,0,0,57,205,121,0,72,12,0,128,61,144,71,140,57,
-44,0,158,145,29,0,128,63,60,5,156,59,120,227,132,127,36,0,96,60,
-124,171,99,56,4,0,160,56,112,0,192,56,201,125,0,72,4,0,156,56,
-36,0,96,60,172,171,99,56,4,0,160,56,112,0,192,56,177,125,0,72,
-81,0,156,56,36,0,96,60,12,172,99,56,20,0,160,56,112,0,192,56,
-153,125,0,72,40,0,156,56,36,0,96,60,60,172,99,56,40,0,160,56,
-112,0,192,56,129,125,0,72,102,0,156,56,36,0,96,60,220,171,99,56,
-8,0,160,56,112,0,192,56,105,125,0,72,34,0,156,56,36,0,96,60,
-108,172,99,56,1,0,160,56,112,0,192,56,81,125,0,72,35,0,156,56,
-36,0,96,60,156,172,99,56,1,0,160,56,112,0,192,56,57,125,0,72,
-36,0,192,63,252,162,222,59,120,243,195,127,120,251,228,127,0,0,160,56,
-120,43,166,124,29,125,0,72,12,0,0,60,8,75,0,48,44,0,30,144,
-48,0,254,147,36,0,192,63,200,162,222,59,120,243,195,127,120,251,228,127,
-0,0,160,56,120,43,166,124,241,124,0,72,48,0,254,147,12,0,160,60,
-40,75,165,56,44,0,190,144,36,0,192,63,148,162,222,59,120,243,195,127,
-120,251,228,127,0,0,160,56,120,43,166,124,197,124,0,72,20,0,156,56,
-48,0,254,147,12,0,192,60,104,74,198,56,44,0,222,144,36,0,192,63,
-204,172,222,59,120,243,195,127,2,0,160,56,112,0,192,56,0,0,224,56,
-65,111,0,72,22,0,156,56,12,0,160,63,176,71,189,59,44,0,190,147,
-36,0,192,63,252,172,222,59,120,243,195,127,2,0,160,56,112,0,192,56,
-0,0,224,56,21,111,0,72,24,0,156,56,44,0,190,147,36,0,192,63,
-44,173,222,59,120,243,195,127,2,0,160,56,112,0,192,56,0,0,224,56,
-241,110,0,72,26,0,156,56,44,0,190,147,36,0,192,63,92,173,222,59,
-120,243,195,127,2,0,160,56,112,0,192,56,0,0,224,56,205,110,0,72,
-44,0,190,147,36,0,192,63,96,162,222,59,120,243,195,127,120,251,228,127,
-0,0,160,56,120,43,166,124,1,124,0,72,12,0,224,60,72,74,231,56,
-44,0,254,144,48,0,254,147,212,135,141,56,36,0,96,60,188,178,99,56,
-2,0,160,56,0,0,192,56,217,123,0,72,36,0,192,63,44,162,222,59,
-120,243,195,127,120,251,228,127,0,0,160,56,120,43,166,124,189,123,0,72,
-12,0,0,61,232,73,8,57,44,0,30,145,48,0,254,147,36,0,96,60,
-232,170,99,56,96,129,141,56,0,0,160,56,25,123,0,72,36,0,96,60,
-232,166,99,56,100,129,141,56,0,0,160,56,5,123,0,72,36,0,96,60,
-116,189,99,56,141,128,141,56,4,0,160,56,241,122,0,72,36,0,96,60,
-168,189,99,56,140,128,141,56,4,0,160,56,221,122,0,72,153,129,141,56,
-36,0,96,60,92,180,99,56,1,0,160,56,4,0,224,56,0,0,192,56,
-120,51,200,124,21,119,0,72,36,0,96,60,64,188,99,56,32,128,141,56,
-4,0,160,56,169,122,0,72,36,0,96,60,116,188,99,56,33,128,141,56,
-4,0,160,56,149,122,0,72,36,0,96,60,168,188,99,56,192,129,141,56,
-4,0,160,56,129,122,0,72,9,129,141,56,36,0,96,60,248,176,99,56,
-1,0,160,56,4,0,224,56,0,0,192,56,120,51,200,124,185,118,0,72,
-36,0,96,60,148,177,99,56,167,128,141,56,4,0,160,56,77,122,0,72,
-52,134,141,56,36,0,96,60,12,189,99,56,1,0,160,56,4,0,224,56,
-0,0,192,56,120,51,200,124,133,118,0,72,120,129,141,56,36,0,96,60,
-140,174,99,56,1,0,160,56,4,0,224,56,0,0,192,56,120,51,200,124,
-101,118,0,72,220,168,141,56,36,0,96,60,44,176,99,56,4,0,160,56,
-0,0,192,56,117,122,0,72,216,168,141,56,36,0,96,60,92,176,99,56,
-4,0,160,56,0,0,192,56,120,51,199,124,120,51,200,124,45,118,0,72,
-36,0,96,60,144,176,99,56,228,168,141,56,0,0,160,56,193,118,0,72,
-186,136,130,56,36,0,96,60,100,164,99,56,1,0,160,56,0,0,192,56,
-41,122,0,72,36,0,192,63,196,175,222,59,120,243,195,127,67,135,141,56,
-1,0,160,56,120,43,167,124,0,0,192,56,120,51,200,124,221,117,0,72,
-12,0,160,63,208,71,189,59,44,0,190,147,36,0,192,63,248,175,222,59,
-120,243,195,127,68,135,141,56,1,0,160,56,120,43,167,124,0,0,192,56,
-120,51,200,124,173,117,0,72,44,0,190,147,64,135,141,56,36,0,96,60,
-192,174,99,56,1,0,160,56,120,43,167,124,0,0,192,56,120,51,200,124,
-137,117,0,72,65,135,141,56,36,0,96,60,244,174,99,56,1,0,160,56,
-120,43,167,124,0,0,192,56,120,51,200,124,105,117,0,72,66,135,141,56,
-36,0,96,60,40,175,99,56,1,0,160,56,120,43,167,124,0,0,192,56,
-120,51,200,124,73,117,0,72,184,136,130,56,36,0,96,60,52,164,99,56,
-2,0,160,56,0,0,192,56,89,121,0,72,138,134,141,56,36,0,96,60,
-80,167,99,56,2,0,160,56,1,0,224,56,0,0,192,56,120,51,200,124,
-17,117,0,72,28,0,128,60,224,85,132,56,36,0,96,60,28,167,99,56,
-2,0,160,56,120,43,166,124,1,0,224,56,0,0,0,57,237,116,0,72,
-36,0,192,63,92,175,222,59,120,243,195,127,43,0,128,60,64,195,132,56,
-4,0,160,56,120,43,166,124,1,0,224,56,0,0,0,57,197,116,0,72,
-44,0,190,147,36,0,192,63,144,175,222,59,120,243,195,127,43,0,128,60,
-92,195,132,56,4,0,160,56,120,43,166,124,1,0,224,56,0,0,0,57,
-153,116,0,72,44,0,190,147,36,0,192,63,144,180,222,59,120,243,195,127,
-28,0,160,63,240,85,157,56,4,0,160,56,2,0,192,56,233,107,0,72,
-12,0,0,60,200,72,0,48,44,0,30,144,240,85,157,56,36,0,96,60,
-200,180,99,56,20,0,160,56,3,0,192,56,85,108,0,72,12,0,96,60,
-212,66,99,56,173,149,1,72,240,85,157,56,36,0,96,60,4,181,99,56,
-16,0,160,56,4,0,192,56,161,107,0,72,240,85,157,56,36,0,96,60,
-60,181,99,56,16,0,160,56,5,0,192,56,137,107,0,72,240,85,157,56,
-36,0,96,60,116,181,99,56,1,0,160,56,6,0,192,56,1,108,0,72,
-12,0,96,60,224,66,99,56,89,149,1,72,240,85,157,56,36,0,96,60,
-176,181,99,56,32,0,160,56,7,0,192,56,221,107,0,72,12,0,96,60,
-236,66,99,56,53,149,1,72,36,0,192,63,236,181,222,59,120,243,195,127,
-240,85,157,56,12,0,160,56,8,0,192,56,37,107,0,72,12,0,64,63,
-40,73,90,59,44,0,94,147,36,0,192,63,36,182,222,59,120,243,195,127,
-240,85,157,56,12,0,160,56,9,0,192,56,253,106,0,72,44,0,94,147,
-36,0,192,63,92,182,222,59,120,243,195,127,240,85,157,56,1,0,160,56,
-10,0,192,56,221,106,0,72,12,0,128,63,232,72,156,59,44,0,158,147,
-36,0,192,63,148,182,222,59,120,243,195,127,240,85,157,56,1,0,160,56,
-11,0,192,56,181,106,0,72,44,0,158,147,240,85,157,56,36,0,96,60,
-204,182,99,56,4,0,160,56,12,0,192,56,153,106,0,72,240,85,157,56,
-36,0,96,60,4,183,99,56,1,0,160,56,13,0,192,56,129,106,0,72,
-36,0,192,63,60,183,222,59,120,243,195,127,240,85,157,56,2,0,160,56,
-15,0,192,56,101,106,0,72,12,0,96,63,8,73,123,59,44,0,126,147,
-36,0,192,63,116,183,222,59,120,243,195,127,240,85,157,56,2,0,160,56,
-16,0,192,56,61,106,0,72,44,0,126,147,36,0,192,63,172,183,222,59,
-120,243,195,127,240,85,157,56,1,0,160,56,18,0,192,56,29,106,0,72,
-44,0,158,147,36,0,192,63,228,183,222,59,120,243,195,127,240,85,157,56,
-12,0,160,56,19,0,192,56,253,105,0,72,44,0,94,147,36,0,192,63,
-28,184,222,59,120,243,195,127,240,85,157,56,2,0,160,56,20,0,192,56,
-221,105,0,72,44,0,126,147,36,0,192,63,84,184,222,59,120,243,195,127,
-240,85,157,56,12,0,160,56,21,0,192,56,189,105,0,72,44,0,94,147,
-36,0,192,63,140,184,222,59,120,243,195,127,240,85,157,56,2,0,160,56,
-17,0,192,56,157,105,0,72,44,0,126,147,36,0,192,63,196,184,222,59,
-120,243,195,127,240,85,157,56,12,0,160,56,22,0,192,56,125,105,0,72,
-44,0,94,147,36,0,192,63,20,186,222,59,120,243,195,127,240,85,157,56,
-1,0,160,56,2,0,192,56,93,105,0,72,12,0,32,61,72,73,41,57,
-44,0,62,145,36,0,192,63,76,186,222,59,120,243,195,127,240,85,157,56,
-20,0,160,56,2,0,192,56,53,105,0,72,12,0,64,61,104,73,74,57,
-44,0,94,145,36,0,192,63,164,185,222,59,120,243,195,127,240,85,157,56,
-4,0,160,56,8,0,192,56,13,105,0,72,44,0,126,147,36,0,192,63,
-220,185,222,59,120,243,195,127,240,85,157,56,4,0,160,56,9,0,192,56,
-237,104,0,72,44,0,126,147,36,0,192,63,252,184,222,59,120,243,195,127,
-240,85,157,56,4,0,160,56,19,0,192,56,205,104,0,72,44,0,126,147,
-36,0,192,63,52,185,222,59,120,243,195,127,240,85,157,56,4,0,160,56,
-21,0,192,56,173,104,0,72,44,0,126,147,36,0,192,63,108,185,222,59,
-120,243,195,127,240,85,157,56,4,0,160,56,22,0,192,56,141,104,0,72,
-44,0,126,147,240,85,157,56,36,0,96,60,132,186,99,56,1,0,160,56,
-23,0,192,56,113,104,0,72,240,85,157,56,36,0,96,60,188,186,99,56,
-1,0,160,56,24,0,192,56,89,104,0,72,36,0,192,63,244,186,222,59,
-120,243,195,127,240,85,157,56,2,0,160,56,25,0,192,56,61,104,0,72,
-44,0,126,147,36,0,192,63,44,187,222,59,120,243,195,127,240,85,157,56,
-2,0,160,56,26,0,192,56,29,104,0,72,44,0,126,147,36,0,192,63,
-100,187,222,59,120,243,195,127,240,85,157,56,1,0,160,56,27,0,192,56,
-253,103,0,72,44,0,158,147,36,0,192,63,156,187,222,59,120,243,195,127,
-240,85,157,56,1,0,160,56,28,0,192,56,221,103,0,72,44,0,158,147,
-36,0,192,63,212,187,222,59,120,243,195,127,240,85,157,56,2,0,160,56,
-29,0,192,56,189,103,0,72,44,0,126,147,36,0,192,63,12,188,222,59,
-120,243,195,127,34,128,141,56,1,0,160,56,3,0,224,56,0,0,192,56,
-120,51,200,124,33,112,0,72,12,0,0,60,240,71,0,48,44,0,30,144,
-19,0,128,60,172,177,132,56,36,0,96,60,124,169,99,56,0,2,160,56,
-8,0,224,56,0,0,192,56,120,51,200,124,241,111,0,72,36,0,96,60,
-96,177,99,56,164,128,141,56,1,0,160,56,133,115,0,72,12,0,128,60,
-100,22,132,56,36,0,96,60,200,177,99,56,0,4,160,56,5,0,224,56,
-0,0,192,56,120,51,200,124,185,111,0,72,36,0,96,60,252,177,99,56,
-0,0,128,56,25,107,0,72,160,192,141,56,36,0,96,60,16,190,99,56,
-4,0,160,56,0,0,192,56,185,115,0,72,36,0,192,63,248,161,222,59,
-120,243,195,127,120,251,228,127,0,0,160,56,120,43,166,124,157,115,0,72,
-48,129,13,131,88,129,13,129,80,129,173,128,68,129,77,129,28,129,141,128,
-72,129,109,129,52,129,45,131,40,129,141,131,60,129,205,128,84,129,237,128,
-36,129,173,131,32,129,109,128,76,129,13,128,24,129,237,130,64,129,45,129,
-44,129,109,131,56,129,77,131,48,0,254,147,12,0,128,61,104,75,140,57,
-44,0,158,145,12,0,128,61,8,66,140,57,44,0,76,147,200,0,12,144,
-116,0,204,144,188,0,12,145,104,0,140,144,32,0,44,147,20,0,12,147,
-8,0,236,146,92,0,108,144,56,0,108,147,80,0,172,147,140,0,76,145,
-176,0,236,144,68,0,140,147,152,0,108,145,164,0,172,144,128,0,44,145,
-24,0,65,131,36,0,161,131,40,0,193,131,28,0,97,131,20,0,33,131,
-32,0,129,131,44,0,225,131,52,0,1,128,16,0,1,131,12,0,225,130,
-166,3,8,124,48,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,8,0,96,56,93,150,1,72,
-56,0,191,128,44,0,127,144,12,0,128,60,208,190,132,56,29,160,1,72,
-7,0,3,44,28,0,130,65,12,0,96,60,220,190,99,56,186,9,128,56,
-0,0,160,56,37,75,251,75,0,0,3,44,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,0,0,3,44,0,0,0,57,
-72,0,130,65,0,0,227,168,34,34,7,44,60,0,130,64,6,0,3,168,
-0,0,0,44,48,0,129,64,4,0,99,161,2,0,67,161,8,0,43,57,
-64,72,10,124,28,0,130,64,58,16,12,84,80,96,0,124,60,8,0,84,
-0,88,0,124,8,0,129,65,1,0,0,57,62,6,3,85,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,120,35,134,124,0,0,131,128,
-120,35,131,124,145,255,255,75,0,0,3,44,36,0,130,64,120,51,195,124,
-0,0,128,56,117,69,251,75,12,0,1,128,8,0,33,56,166,3,8,124,
-1,0,96,56,32,0,128,78,2,0,4,160,0,0,5,124,24,0,128,64,
-12,0,1,128,8,0,33,56,166,3,8,124,0,0,96,56,32,0,128,78,
-120,51,195,124,120,3,5,124,201,199,1,72,12,0,1,128,8,0,33,56,
-166,3,8,124,1,0,96,56,32,0,128,78,92,129,13,128,12,0,128,61,
-8,66,140,57,0,0,12,124,32,0,128,76,8,0,44,129,4,0,76,129,
-0,72,10,124,56,0,128,64,4,0,106,129,8,0,11,136,116,7,0,124,
-64,0,3,124,20,0,130,64,20,34,203,124,0,0,224,56,10,0,230,152,
-26,0,230,152,8,0,44,129,8,0,74,57,0,72,10,124,208,255,128,65,
-92,129,13,128,12,0,140,57,0,0,12,124,176,255,128,65,32,0,128,78,
-240,255,33,148,8,0,193,147,166,2,8,124,20,0,1,144,12,0,225,147,
-120,27,127,124,56,0,31,128,16,0,0,40,160,0,128,64,36,0,192,63,
-64,190,222,59,58,16,9,84,46,240,105,124,153,148,1,72,0,0,223,128,
-120,51,195,124,121,254,255,75,121,27,96,124,48,0,130,64,56,0,159,128,
-2,0,96,56,58,16,138,84,46,241,10,124,57,255,255,75,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-2,0,102,160,77,148,1,72,56,0,31,128,0,0,159,129,2,0,172,160,
-120,27,100,124,120,251,227,127,58,16,12,84,46,241,140,124,117,254,255,75,
-0,0,3,44,28,0,130,64,12,0,96,60,236,190,99,56,227,9,128,56,
-0,0,160,56,9,73,251,75,0,0,3,44,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,21,255,255,75,
-56,0,127,128,245,169,252,75,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,0,0,3,44,166,2,8,124,
-20,0,1,144,12,0,225,147,120,35,159,124,20,0,130,64,32,0,96,56,
-237,145,1,72,0,0,3,44,44,0,130,65,0,0,96,57,0,0,99,145,
-4,0,99,145,8,0,99,145,18,0,99,177,20,0,99,145,36,0,0,60,
-92,165,0,48,24,0,3,144,28,0,227,147,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,0,0,131,144,18,0,163,176,
-32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,12,0,161,147,
-120,35,157,124,20,0,225,147,121,27,127,124,16,0,193,147,120,43,190,124,
-20,0,130,64,56,0,96,56,109,145,1,72,121,27,127,124,56,0,130,65,
-12,0,0,60,16,72,0,48,52,0,31,144,8,0,127,56,120,243,196,127,
-65,255,255,75,0,0,160,56,48,0,191,152,0,0,191,147,8,0,157,56,
-4,0,159,144,8,0,127,56,141,255,255,75,120,251,227,127,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,12,0,161,147,
-120,35,157,124,20,0,225,147,121,27,127,124,16,0,193,147,120,43,190,124,
-20,0,130,64,60,0,96,56,225,144,1,72,121,27,127,124,44,0,130,65,
-120,251,227,127,120,243,196,127,120,235,165,127,49,255,255,75,12,0,0,60,
-96,72,0,48,52,0,31,144,56,0,191,147,120,251,227,127,237,251,255,75,
-120,251,227,127,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,120,27,106,124,12,0,224,60,
-8,66,231,56,140,0,0,72,12,0,138,129,0,0,39,169,2,0,7,136,
-62,4,139,85,120,0,107,125,64,72,11,124,108,0,130,64,8,0,39,129,
-4,0,7,129,0,72,8,124,84,0,128,64,111,4,137,85,0,127,9,44,
-36,0,130,65,16,0,106,137,0,0,40,169,64,72,11,124,40,0,130,64,
-3,0,39,137,56,0,128,125,0,72,0,124,64,0,129,65,4,0,8,128,
-20,0,234,144,24,0,10,144,0,0,96,56,32,0,128,78,8,0,39,129,
-8,0,8,57,0,72,8,124,180,255,128,65,12,1,96,56,32,0,128,78,
-12,0,231,56,92,129,13,128,0,0,7,124,112,255,128,65,11,1,96,56,
-32,0,128,78,0,0,131,129,18,0,67,161,20,82,140,125,5,0,204,56,
-0,0,195,144,1,0,12,137,0,0,76,137,46,64,7,85,120,83,233,124,
-12,0,35,145,2,0,12,136,16,0,3,152,3,0,44,137,4,0,204,136,
-0,0,0,56,46,64,204,84,4,0,3,144,120,75,135,125,18,0,227,176,
-8,255,255,75,28,0,3,128,0,0,0,44,24,0,128,64,20,0,131,129,
-2,0,140,137,12,0,3,128,56,96,3,124,32,0,128,78,120,3,3,124,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-24,0,99,129,0,0,67,129,120,27,127,124,120,91,105,125,120,35,134,124,
-251,255,138,56,177,255,255,75,8,0,9,136,116,7,0,124,64,0,5,124,
-120,27,106,124,0,0,0,56,24,0,130,64,20,82,9,125,26,0,40,137,
-0,0,9,44,8,0,130,65,1,0,0,56,63,6,0,84,48,0,130,65,
-20,26,139,125,26,0,236,136,0,0,7,44,0,0,64,57,20,0,130,65,
-10,0,44,137,0,0,9,44,8,0,130,64,1,0,64,57,63,6,74,85,
-28,0,130,65,20,0,1,128,12,0,225,131,0,0,96,56,16,0,33,56,
-166,3,8,124,32,0,128,78,18,0,159,161,120,51,195,124,5,0,172,56,
-229,194,1,72,20,0,1,128,18,0,31,161,12,0,225,131,5,0,104,56,
-166,3,8,124,16,0,33,56,32,0,128,78,224,255,33,148,8,0,65,147,
-16,0,129,147,20,0,161,147,24,0,193,147,28,0,225,147,166,2,8,124,
-36,0,1,144,12,0,97,147,120,27,123,124,0,0,219,128,120,51,195,124,
-120,43,190,124,120,35,157,124,1,250,255,75,0,0,3,44,44,0,130,64,
-24,0,193,131,16,0,129,131,20,0,161,131,28,0,225,131,36,0,1,128,
-12,0,97,131,8,0,65,131,166,3,8,124,32,0,33,56,32,0,128,78,
-6,0,134,171,0,0,28,44,0,0,224,59,255,255,156,59,120,251,250,127,
-68,0,130,65,8,0,123,56,49,254,255,75,0,0,3,44,40,0,130,64,
-40,0,187,136,8,0,123,56,120,235,164,127,116,7,165,124,141,254,255,75,
-0,0,3,44,12,0,130,65,20,26,255,127,1,0,90,59,0,0,28,44,
-255,255,156,59,196,255,130,64,0,0,158,169,20,210,140,125,0,0,158,177,
-24,0,193,131,20,0,161,131,16,0,129,131,120,251,227,127,28,0,225,131,
-36,0,1,128,12,0,97,131,8,0,65,131,166,3,8,124,32,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,8,0,193,147,
-121,27,126,124,12,0,225,147,120,35,159,124,52,0,130,65,48,0,30,136,
-0,0,0,44,12,0,0,60,16,72,0,48,52,0,30,144,12,0,130,65,
-0,0,126,128,21,143,1,72,255,7,224,87,12,0,130,65,120,243,195,127,
-245,142,1,72,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,121,27,127,124,8,0,193,147,120,35,158,124,52,0,130,65,
-44,0,127,128,12,0,128,61,96,72,140,57,52,0,159,145,185,142,1,72,
-120,251,227,127,0,0,128,56,93,255,255,75,255,7,192,87,12,0,130,65,
-120,251,227,127,141,142,1,72,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,176,255,33,148,76,0,225,147,
-166,2,8,124,84,0,1,144,72,0,193,147,120,35,158,124,56,0,131,128,
-16,0,4,40,120,43,191,124,0,0,160,56,20,0,128,64,58,16,140,84,
-36,0,0,60,64,190,0,48,46,0,172,124,8,0,97,56,129,251,255,75,
-8,0,97,56,120,243,196,127,120,251,229,127,229,253,255,75,120,27,127,124,
-8,0,97,56,2,0,128,56,57,255,255,75,84,0,1,128,120,251,227,127,
-76,0,225,131,72,0,193,131,166,3,8,124,80,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,
-120,27,126,124,0,0,126,128,120,35,159,124,0,0,128,56,120,251,229,127,
-189,61,251,75,56,0,30,128,16,0,0,40,48,0,128,64,58,16,12,84,
-36,0,0,60,64,190,0,48,46,0,140,124,0,0,4,44,24,0,130,65,
-2,0,164,160,0,40,31,124,12,0,128,65,0,0,126,128,25,192,1,72,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,240,255,33,148,8,0,193,147,12,0,225,147,166,2,8,124,
-20,0,1,144,24,0,227,128,120,27,126,124,37,252,255,75,44,0,7,129,
-20,0,8,128,18,0,190,160,0,0,158,128,120,27,102,124,120,59,227,124,
-166,3,9,124,33,4,128,78,18,0,126,161,64,88,3,124,15,1,224,59,
-8,0,130,64,0,0,224,59,0,0,3,44,8,0,130,64,210,1,224,59,
-4,0,94,129,0,0,10,44,28,0,130,65,112,254,108,124,120,98,99,124,
-80,24,108,124,0,0,106,152,112,70,96,124,1,0,10,152,0,0,31,44,
-28,0,130,65,18,0,222,160,12,0,158,128,16,0,190,136,12,0,96,60,
-252,190,99,56,181,160,1,72,20,0,1,128,120,251,227,127,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,232,255,33,148,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,
-120,27,125,124,0,0,189,128,120,43,163,124,141,246,255,75,0,0,3,44,
-124,0,130,65,6,0,229,171,2,0,197,160,44,0,157,128,1,0,0,56,
-12,0,96,60,100,129,13,152,44,191,99,56,120,251,229,127,69,160,1,72,
-0,0,31,44,255,255,223,59,52,0,130,65,8,0,125,56,205,250,255,75,
-0,0,3,44,24,0,130,64,8,0,125,56,205,254,255,75,0,0,3,44,
-8,0,130,64,255,255,255,59,0,0,30,44,255,255,222,59,212,255,130,64,
-0,0,31,44,20,0,130,65,120,251,228,127,12,0,96,60,104,191,99,56,
-241,159,1,72,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,33,247,255,75,56,0,31,128,
-16,0,0,40,12,0,128,64,120,251,227,127,21,255,255,75,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,
-166,2,8,124,28,0,1,144,12,0,161,147,120,35,157,124,20,0,225,147,
-121,27,127,124,16,0,193,147,120,43,190,124,20,0,130,64,56,0,96,56,
-225,137,1,72,121,27,127,124,136,0,130,65,12,0,0,60,16,72,0,48,
-52,0,31,144,8,0,127,56,120,243,196,127,181,247,255,75,40,0,191,155,
-208,7,96,56,101,139,1,72,121,27,126,124,24,0,130,64,12,0,96,60,
-156,191,99,56,138,7,128,56,0,0,160,56,65,64,251,75,120,243,195,127,
-0,0,128,56,208,7,160,56,33,59,251,75,0,0,223,147,8,0,158,56,
-4,0,159,144,8,0,127,56,200,7,160,56,205,247,255,75,0,0,29,44,
-1,0,96,57,48,0,127,153,16,0,130,65,0,0,159,129,34,34,0,56,
-0,0,12,176,120,251,227,127,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,8,0,193,147,
-120,35,158,124,20,0,130,64,60,0,96,56,13,137,1,72,121,27,127,124,
-44,0,130,65,120,251,227,127,120,243,197,127,2,0,128,56,233,254,255,75,
-12,0,0,60,96,72,0,48,52,0,31,144,56,0,223,147,120,251,227,127,
-25,244,255,75,20,0,1,128,120,251,227,127,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,56,0,131,129,86,85,96,61,
-187,187,107,57,64,88,12,124,56,0,128,64,17,17,0,60,255,255,0,96,
-64,0,12,124,108,0,130,65,35,34,96,61,238,238,107,57,64,88,12,124,
-132,0,130,65,68,68,0,60,204,204,0,96,64,0,12,124,96,0,130,65,
-228,0,0,72,86,85,96,61,187,187,107,57,64,88,12,124,120,0,130,65,
-119,119,0,60,153,153,0,96,64,0,12,124,128,0,130,65,154,153,96,61,
-170,170,107,57,64,88,12,124,160,0,130,65,153,153,0,60,187,187,0,96,
-64,0,12,124,120,0,130,65,160,0,0,72,1,0,0,56,40,0,3,152,
-196,136,2,56,44,0,3,144,32,0,128,78,3,0,96,57,40,0,99,153,
-188,136,2,56,44,0,3,144,32,0,128,78,6,0,0,56,40,0,3,152,
-12,0,0,60,184,191,0,48,44,0,3,144,32,0,128,78,7,0,96,57,
-40,0,99,153,12,0,0,60,196,191,0,48,44,0,3,144,32,0,128,78,
-4,0,0,56,40,0,3,152,12,0,0,60,212,191,0,48,44,0,3,144,
-32,0,128,78,8,0,96,57,40,0,99,153,12,0,0,60,172,191,0,48,
-44,0,3,144,32,0,128,78,5,0,0,56,40,0,3,152,204,136,2,56,
-44,0,3,144,32,0,128,78,0,0,96,57,40,0,99,153,12,0,0,60,
-228,191,0,48,44,0,3,144,32,0,128,78,40,0,3,136,116,7,0,124,
-8,0,0,40,244,0,129,65,58,16,12,84,5,0,108,61,124,73,107,129,
-166,3,105,125,32,4,128,78,88,74,5,0,160,73,5,0,88,74,5,0,
-184,73,5,0,8,74,5,0,64,74,5,0,208,73,5,0,236,73,5,0,
-36,74,5,0,18,17,96,61,255,255,107,57,56,0,99,145,220,136,130,57,
-44,0,131,145,32,0,128,78,68,68,0,60,204,204,0,96,56,0,3,144,
-212,136,130,57,44,0,131,145,32,0,128,78,35,34,128,61,238,238,140,57,
-56,0,131,145,12,0,128,61,4,192,140,57,44,0,131,145,32,0,128,78,
-86,85,96,61,187,187,107,57,56,0,99,145,12,0,128,61,16,192,140,57,
-44,0,131,145,32,0,128,78,119,119,0,60,153,153,0,96,56,0,3,144,
-12,0,128,61,32,192,140,57,44,0,131,145,32,0,128,78,154,153,128,61,
-187,187,140,57,56,0,131,145,12,0,128,61,248,191,140,57,44,0,131,145,
-32,0,128,78,153,153,0,60,170,170,0,96,56,0,3,144,228,136,130,57,
-44,0,131,145,32,0,128,78,12,0,128,61,48,192,140,57,44,0,131,145,
-32,0,128,78,232,255,33,148,12,0,161,147,166,2,8,124,28,0,1,144,
-20,0,225,147,121,27,127,124,16,0,193,147,120,35,158,124,20,0,130,64,
-56,0,96,56,69,134,1,72,121,27,127,124,52,0,130,65,12,0,0,60,
-16,72,0,48,52,0,31,144,0,0,160,59,0,0,191,147,4,0,191,147,
-8,0,127,56,120,243,196,127,13,244,255,75,40,0,191,155,44,0,191,147,
-48,0,191,155,120,251,227,127,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,192,255,33,148,
-52,0,161,147,166,2,8,124,68,0,1,144,60,0,225,147,121,27,127,124,
-56,0,193,147,120,35,158,124,20,0,130,64,60,0,96,56,193,133,1,72,
-121,27,127,124,132,1,130,65,120,251,227,127,255,255,128,56,65,255,255,75,
-12,0,0,60,56,72,0,48,52,0,31,144,56,0,223,147,120,243,196,127,
-16,0,97,56,109,104,255,75,16,0,97,56,225,133,255,75,0,0,3,44,
-76,1,130,65,8,0,129,56,16,0,97,56,8,0,160,56,0,0,192,56,
-120,51,199,124,57,101,255,75,121,27,125,124,20,0,130,64,8,0,97,56,
-249,240,255,75,0,0,3,44,60,0,130,64,120,243,196,127,12,0,96,60,
-144,192,99,56,197,154,1,72,8,0,161,168,14,0,193,168,12,0,225,160,
-120,235,164,127,12,0,96,60,68,192,99,56,169,154,1,72,16,0,97,56,
-149,110,255,75,228,0,0,72,10,0,97,160,193,134,1,72,121,27,107,124,
-4,0,127,145,120,0,130,64,12,0,96,60,128,192,99,56,195,8,128,56,
-0,0,160,56,153,59,251,75,4,0,127,129,0,0,3,44,88,0,130,65,
-10,0,161,160,0,0,192,56,16,0,97,56,120,91,100,125,120,51,199,124,
-157,100,255,75,4,0,127,129,120,27,125,124,8,0,139,56,1,0,128,57,
-0,0,127,145,0,0,160,56,48,0,159,153,4,0,159,144,8,0,127,56,
-1,243,255,75,120,251,227,127,225,251,255,75,0,0,29,44,96,0,130,65,
-84,0,0,72,10,0,161,160,0,0,192,56,16,0,97,56,120,91,100,125,
-120,51,199,124,73,100,255,75,4,0,127,129,120,27,125,124,8,0,139,56,
-1,0,128,57,0,0,127,145,0,0,160,56,48,0,159,153,4,0,159,144,
-8,0,127,56,173,242,255,75,120,251,227,127,141,251,255,75,0,0,29,44,
-12,0,130,65,16,0,97,56,177,109,255,75,120,251,227,127,60,0,225,131,
-68,0,1,128,56,0,193,131,52,0,161,131,166,3,8,124,64,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-121,27,127,124,8,0,193,147,120,35,158,124,28,0,130,65,0,0,128,56,
-85,246,255,75,255,7,192,87,12,0,130,65,120,251,227,127,133,133,1,72,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,176,255,33,148,76,0,225,147,166,2,8,124,84,0,1,144,
-72,0,193,147,120,35,158,124,56,0,131,128,8,0,97,56,120,43,191,124,
-185,253,255,75,8,0,97,56,120,243,196,127,120,251,229,127,249,244,255,75,
-120,27,127,124,8,0,97,56,2,0,128,56,109,255,255,75,84,0,1,128,
-120,251,227,127,76,0,225,131,72,0,193,131,166,3,8,124,80,0,33,56,
-32,0,128,78,208,255,33,148,166,2,8,124,52,0,1,144,44,0,225,147,
-120,27,127,124,56,0,159,128,8,0,97,56,33,102,255,75,0,0,159,128,
-4,0,4,160,0,0,0,44,44,0,130,65,2,0,164,160,0,0,192,56,
-8,0,97,56,120,51,199,124,221,120,255,75,52,0,1,128,44,0,225,131,
-48,0,33,56,166,3,8,124,32,0,128,78,8,0,97,56,125,108,255,75,
-52,0,1,128,44,0,225,131,0,0,96,56,48,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-121,27,127,124,8,0,193,147,120,35,158,124,20,0,130,64,60,0,96,56,
-197,130,1,72,121,27,127,124,48,0,130,65,120,251,227,127,120,243,196,127,
-255,255,160,56,161,248,255,75,12,0,128,61,56,72,140,57,52,0,159,145,
-0,0,0,56,56,0,31,144,120,251,227,127,21,251,255,75,20,0,1,128,
-120,251,227,127,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,120,27,96,124,
-1,0,0,40,0,0,96,56,52,0,128,65,32,0,130,65,3,0,0,40,
-32,0,128,65,20,0,130,65,5,0,0,40,28,0,128,65,8,0,0,40,
-20,0,129,65,1,0,96,56,12,0,0,72,120,35,131,124,41,147,252,75,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,0,0,131,129,
-20,34,140,125,0,0,131,145,32,0,128,78,232,255,33,148,12,0,161,147,
-16,0,193,147,166,2,8,124,28,0,1,144,20,0,225,147,120,27,127,124,
-8,0,159,129,0,0,12,44,120,35,135,124,48,0,130,65,0,0,204,136,
-191,7,192,84,36,0,130,65,20,0,225,131,16,0,193,131,28,0,1,128,
-12,0,161,131,208,1,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-12,0,127,129,111,4,105,85,0,127,9,44,128,0,130,64,16,0,159,137,
-46,68,107,85,20,98,107,124,52,7,99,124,13,71,255,75,120,27,104,124,
-255,255,72,57,1,0,10,140,117,7,0,124,248,255,130,64,18,0,31,160,
-80,80,200,124,1,0,166,59,64,0,29,124,0,0,127,128,120,67,4,125,
-120,3,30,124,8,0,128,64,120,235,190,127,120,243,197,127,121,181,1,72,
-0,0,30,44,84,0,130,65,0,0,159,129,20,242,44,125,0,0,224,56,
-255,255,233,152,4,0,63,129,0,0,9,44,144,0,130,65,64,0,0,72,
-24,0,95,129,120,251,227,127,137,241,255,75,44,0,10,129,12,0,8,128,
-0,0,159,128,18,0,191,160,120,27,102,124,120,83,67,125,166,3,9,124,
-33,4,128,78,120,27,125,124,4,0,63,129,0,0,9,44,80,0,130,65,
-0,0,169,155,62,194,166,87,1,0,201,152,8,0,159,129,0,0,12,44,
-56,0,130,65,24,0,95,129,8,0,10,137,116,7,8,125,255,255,232,56,
-5,0,7,40,0,0,0,56,8,0,128,64,1,0,0,56,63,6,0,84,
-16,0,130,65,0,0,108,137,128,0,107,97,0,0,108,153,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,0,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,200,255,33,148,16,0,193,146,20,0,225,146,
-24,0,1,147,12,0,161,146,28,0,33,147,32,0,65,147,36,0,97,147,
-40,0,129,147,44,0,161,147,48,0,193,147,52,0,225,147,166,2,8,124,
-60,0,1,144,92,129,13,128,12,0,64,63,8,66,90,59,0,0,26,124,
-120,27,118,124,120,35,151,124,120,43,184,124,0,0,192,59,120,243,217,127,
-112,1,128,64,8,0,154,129,4,0,122,131,0,96,27,124,80,1,128,64,
-28,0,246,131,0,0,31,44,24,0,128,64,3,0,250,139,0,0,128,59,
-64,248,28,124,36,1,129,65,16,0,0,72,120,251,252,127,64,248,28,124,
-20,1,129,65,4,0,59,129,120,75,40,125,8,0,8,136,116,7,0,124,
-64,0,23,124,0,0,0,56,24,0,130,64,20,226,8,125,26,0,136,137,
-0,0,12,44,8,0,130,65,1,0,0,56,63,6,0,84,208,0,130,65,
-20,226,9,125,26,0,72,137,0,0,10,44,0,0,128,57,20,0,130,65,
-10,0,200,136,0,0,6,44,8,0,130,64,1,0,128,57,63,6,140,85,
-164,0,130,65,4,0,169,162,18,0,22,160,5,0,181,59,0,232,0,124,
-20,0,86,147,24,0,54,145,32,0,128,64,12,0,150,128,16,0,182,136,
-12,0,96,60,212,192,99,56,209,148,1,72,1,0,156,59,112,0,0,72,
-0,0,250,168,0,0,118,129,3,0,43,57,120,227,224,124,4,0,54,145,
-5,0,139,57,0,0,150,145,12,0,22,144,0,0,11,152,12,0,22,128,
-62,194,10,84,1,0,75,153,0,0,27,168,120,179,195,126,1,0,128,56,
-2,0,11,152,253,252,255,75,18,0,54,161,0,0,246,128,1,0,57,59,
-20,242,117,125,5,0,203,59,80,72,61,125,18,0,54,177,20,170,231,124,
-0,0,246,144,1,0,156,59,64,248,28,124,244,254,129,64,8,0,154,129,
-8,0,123,59,0,96,27,124,184,254,128,65,92,129,13,128,12,0,90,59,
-0,0,26,124,152,254,128,65,0,0,248,168,20,202,231,124,0,0,248,176,
-28,0,33,131,44,0,161,131,40,0,129,131,24,0,1,131,120,243,195,127,
-48,0,193,131,32,0,65,131,20,0,225,130,36,0,97,131,52,0,225,131,
-60,0,1,128,16,0,193,130,12,0,161,130,166,3,8,124,56,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-8,0,193,147,120,27,126,124,44,0,158,128,12,0,96,60,8,193,99,56,
-193,147,1,72,0,0,62,129,4,0,158,128,52,0,30,129,28,0,72,129,
-120,243,195,127,6,0,169,56,166,3,73,125,33,4,128,78,120,27,100,124,
-8,0,126,56,253,251,255,75,0,0,254,128,4,0,231,163,20,34,255,127,
-4,0,231,179,40,0,158,136,6,0,167,56,116,7,132,124,121,253,255,75,
-0,0,254,128,52,0,158,129,36,0,12,128,20,26,255,127,120,243,195,127,
-8,0,127,57,4,0,231,179,2,0,103,177,166,3,9,124,33,4,128,78,
-121,27,127,124,28,0,130,65,44,0,158,128,12,0,96,60,72,193,99,56,
-53,147,1,72,120,251,227,127,32,0,0,72,0,0,254,128,6,0,135,168,
-4,0,167,160,12,0,96,60,44,193,99,56,21,147,1,72,120,251,227,127,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,92,129,141,129,12,0,224,60,8,66,231,56,0,96,7,124,
-64,0,128,64,12,0,195,160,2,0,39,137,0,0,71,169,120,72,200,124,
-64,80,8,124,24,0,130,64,4,0,103,129,20,0,227,144,32,0,99,145,
-0,0,96,56,32,0,128,78,92,129,141,129,12,0,231,56,0,96,7,124,
-200,255,128,65,11,1,96,56,32,0,128,78,18,0,131,161,255,255,12,48,
-16,97,96,124,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-24,0,99,129,8,0,75,137,116,7,74,125,255,255,10,56,5,0,0,40,
-0,0,0,56,8,0,128,64,1,0,0,56,63,6,0,84,128,0,130,65,
-8,0,67,129,0,0,10,136,0,0,0,40,16,0,130,65,2,0,0,40,
-56,0,130,65,80,0,0,72,41,237,255,75,10,0,75,57,174,24,138,125,
-0,0,12,44,80,0,130,65,0,0,32,57,174,25,42,125,1,0,32,57,
-20,26,139,125,26,0,44,153,0,0,96,56,56,0,0,72,249,236,255,75,
-20,26,139,125,0,0,0,56,10,0,12,152,26,0,12,152,120,3,3,124,
-28,0,0,72,12,0,1,128,8,0,33,56,166,3,8,124,208,1,96,56,
-32,0,128,78,0,0,96,56,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-8,0,193,147,120,27,126,124,0,0,30,129,18,0,254,160,20,58,8,125,
-0,0,30,145,1,0,72,137,0,0,8,136,46,64,73,85,120,3,44,125,
-191,4,140,85,12,0,158,145,2,0,8,136,0,0,0,44,0,0,224,56,
-4,0,254,144,16,0,30,152,3,0,40,57,8,0,62,145,188,0,130,64,
-32,0,126,129,0,0,11,44,18,0,30,176,84,0,130,64,120,243,195,127,
-97,254,255,75,12,0,158,128,120,27,127,124,12,0,96,60,144,193,99,56,
-65,145,1,72,32,0,126,129,4,0,11,128,24,0,30,144,0,0,171,136,
-20,0,222,128,16,0,190,152,8,0,6,128,12,0,158,129,8,0,11,57,
-0,0,8,124,8,0,62,129,28,1,128,65,52,0,0,72,8,0,107,57,
-4,0,11,128,32,0,126,145,24,0,30,144,0,0,171,136,20,0,222,128,
-16,0,190,152,8,0,6,128,8,0,11,57,0,0,8,124,0,0,224,59,
-232,0,128,65,4,0,64,57,18,0,94,177,0,0,96,57,32,0,126,145,
-0,0,201,136,12,0,96,60,120,99,132,125,196,193,99,56,185,144,1,72,
-212,0,0,72,0,0,228,128,0,0,160,56,252,255,231,52,4,0,0,56,
-18,0,30,176,32,0,190,144,0,0,228,144,32,0,128,64,12,0,225,131,
-20,0,1,128,8,0,193,131,209,1,96,56,166,3,8,124,16,0,33,56,
-32,0,128,78,120,243,195,127,97,234,255,75,121,27,127,124,36,0,130,65,
-8,0,62,129,0,0,201,136,12,0,158,128,16,0,190,136,12,0,96,60,
-196,193,99,56,77,144,1,72,104,0,0,72,24,0,62,129,8,0,9,137,
-116,7,8,125,255,255,200,56,5,0,6,40,0,0,0,56,8,0,128,64,
-1,0,0,56,16,0,190,136,8,0,62,129,63,6,0,84,12,0,158,129,
-28,0,130,65,0,0,201,136,12,0,96,60,120,99,132,125,196,193,99,56,
-1,144,1,72,28,0,0,72,211,1,224,59,0,0,201,136,12,0,96,60,
-120,99,132,125,196,193,99,56,229,143,1,72,20,0,1,128,120,251,227,127,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,
-120,27,126,124,0,0,222,128,18,0,158,161,20,98,198,124,0,0,222,144,
-120,51,197,124,1,0,229,136,0,0,5,137,46,64,224,84,120,67,8,124,
-12,0,30,145,2,0,37,137,33,4,10,85,16,0,62,153,84,0,130,65,
-5,0,133,137,4,0,5,136,3,0,229,56,8,0,254,144,46,64,139,85,
-120,3,107,125,127,4,0,85,12,0,30,144,62,4,107,85,18,0,126,177,
-0,0,4,128,6,0,133,57,8,0,235,56,81,0,7,124,0,0,4,144,
-4,0,158,145,8,0,134,57,0,0,158,145,84,0,128,64,52,0,0,72,
-3,0,101,137,0,0,224,56,18,0,126,177,8,0,254,144,0,0,4,128,
-4,0,134,57,4,0,254,144,4,0,235,56,81,0,7,124,0,0,4,144,
-0,0,158,145,32,0,128,64,12,0,225,131,20,0,1,128,8,0,193,131,
-209,1,96,56,166,3,8,124,16,0,33,56,32,0,128,78,120,243,195,127,
-197,232,255,75,121,27,127,124,28,0,130,65,18,0,222,160,12,0,158,128,
-16,0,190,136,12,0,96,60,248,193,99,56,181,142,1,72,20,0,1,128,
-120,251,227,127,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,224,255,33,148,28,0,225,147,166,2,8,124,36,0,1,144,
-16,0,129,147,120,27,124,124,20,0,161,147,120,35,157,124,24,0,193,147,
-120,51,222,124,161,78,0,72,121,27,127,124,116,0,129,64,120,243,196,127,
-8,0,97,56,45,203,251,75,6,0,28,160,214,1,94,125,4,0,28,160,
-0,0,0,57,120,67,9,125,0,0,9,124,48,0,156,129,20,82,236,124,
-56,0,128,64,0,0,103,137,0,0,29,136,116,7,0,124,116,7,107,125,
-64,0,11,124,1,0,189,59,1,0,231,56,8,0,130,65,1,0,8,57,
-4,0,28,160,1,0,41,57,0,0,9,124,208,255,128,65,64,248,8,124,
-8,0,130,64,0,0,224,59,120,251,227,127,28,0,225,131,24,0,193,131,
-36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,
-32,0,128,78,224,255,33,148,28,0,225,147,166,2,8,124,36,0,1,144,
-16,0,129,147,120,27,124,124,20,0,161,147,120,35,157,124,24,0,193,147,
-120,51,222,124,217,77,0,72,121,27,127,124,116,0,129,64,120,243,196,127,
-8,0,97,56,69,163,0,72,6,0,28,160,214,1,94,125,4,0,28,160,
-0,0,0,57,120,67,9,125,0,0,9,124,48,0,156,129,20,82,236,124,
-56,0,128,64,0,0,103,137,0,0,29,136,116,7,0,124,116,7,107,125,
-64,0,11,124,1,0,189,59,1,0,231,56,8,0,130,65,1,0,8,57,
-4,0,28,160,1,0,41,57,0,0,9,124,208,255,128,65,64,248,8,124,
-8,0,130,64,0,0,224,59,120,251,227,127,28,0,225,131,24,0,193,131,
-36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,
-32,0,128,78,224,255,33,148,20,0,161,147,120,35,157,124,24,0,193,147,
-120,43,190,124,28,0,225,147,120,51,223,124,166,2,8,124,36,0,1,144,
-1,0,0,56,12,0,1,144,16,0,129,147,120,27,124,124,255,255,96,56,
-237,135,2,72,120,251,228,127,8,0,97,56,45,76,253,75,0,0,92,129,
-120,243,197,127,120,27,105,124,120,235,163,127,20,74,138,124,81,171,1,72,
-12,0,96,60,40,194,99,56,157,140,1,72,12,0,97,129,0,0,11,44,
-16,0,130,65,0,0,0,56,12,0,1,144,161,135,2,72,28,0,225,131,
-24,0,193,131,20,0,161,131,36,0,1,128,16,0,129,131,0,0,96,56,
-166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,28,0,225,147,
-166,2,8,124,36,0,1,144,16,0,129,147,120,27,124,124,20,0,161,147,
-120,35,157,124,24,0,193,147,120,51,222,124,105,76,0,72,121,27,127,124,
-116,0,129,64,120,243,196,127,8,0,97,56,225,234,251,75,6,0,28,160,
-214,1,94,125,4,0,28,160,0,0,0,57,120,67,9,125,0,0,9,124,
-48,0,156,129,20,82,236,124,56,0,128,64,0,0,103,137,0,0,29,136,
-116,7,0,124,116,7,107,125,64,0,11,124,1,0,189,59,1,0,231,56,
-8,0,130,65,1,0,8,57,4,0,28,160,1,0,41,57,0,0,9,124,
-208,255,128,65,64,248,8,124,8,0,130,64,0,0,224,59,120,251,227,127,
-28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,16,0,129,131,
-166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,28,0,225,147,
-166,2,8,124,36,0,1,144,16,0,129,147,120,27,124,124,20,0,161,147,
-120,35,157,124,24,0,193,147,120,51,222,124,161,75,0,72,121,27,127,124,
-116,0,129,64,120,243,196,127,8,0,97,56,89,234,251,75,6,0,28,160,
-214,1,94,125,4,0,28,160,0,0,0,57,120,67,9,125,0,0,9,124,
-48,0,156,129,20,82,236,124,56,0,128,64,0,0,103,137,0,0,29,136,
-116,7,0,124,116,7,107,125,64,0,11,124,1,0,189,59,1,0,231,56,
-8,0,130,65,1,0,8,57,4,0,28,160,1,0,41,57,0,0,9,124,
-208,255,128,65,64,248,8,124,8,0,130,64,0,0,224,59,120,251,227,127,
-28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,16,0,129,131,
-166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,166,2,8,124,
-36,0,1,144,20,0,161,147,120,35,157,124,28,0,225,147,120,43,191,124,
-24,0,193,147,120,51,222,124,1,0,32,57,8,0,33,145,16,0,129,147,
-120,27,124,124,255,255,96,56,181,133,2,72,120,227,131,127,120,235,164,127,
-120,251,229,127,120,243,198,127,181,74,0,72,121,27,127,124,64,0,129,65,
-8,0,65,129,0,0,10,44,16,0,130,65,0,0,96,57,8,0,97,145,
-125,133,2,72,120,251,227,127,28,0,225,131,24,0,193,131,36,0,1,128,
-20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,
-120,243,196,127,12,0,97,56,193,34,1,72,4,0,28,161,6,0,28,160,
-214,1,158,125,48,0,188,128,20,98,165,124,0,0,32,57,120,75,44,125,
-0,64,12,124,56,0,128,64,0,0,197,136,0,0,253,136,116,7,231,124,
-116,7,198,124,64,56,6,124,1,0,189,59,1,0,165,56,8,0,130,65,
-1,0,41,57,4,0,28,161,1,0,140,57,0,64,12,124,208,255,128,65,
-64,248,9,124,8,0,130,64,0,0,224,59,8,0,65,129,0,0,10,44,
-16,0,130,65,0,0,0,56,8,0,1,144,209,132,2,72,120,251,227,127,
-28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,16,0,129,131,
-166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,166,2,8,124,
-36,0,1,144,20,0,161,147,120,35,157,124,28,0,225,147,120,43,191,124,
-24,0,193,147,120,51,222,124,1,0,32,57,8,0,33,145,16,0,129,147,
-120,27,124,124,255,255,96,56,117,132,2,72,120,227,131,127,120,235,164,127,
-120,251,229,127,120,243,198,127,117,73,0,72,121,27,127,124,64,0,129,65,
-8,0,65,129,0,0,10,44,16,0,130,65,0,0,96,57,8,0,97,145,
-61,132,2,72,120,251,227,127,28,0,225,131,24,0,193,131,36,0,1,128,
-20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,
-120,243,196,127,12,0,97,56,69,232,251,75,4,0,28,161,6,0,28,160,
-214,1,158,125,48,0,188,128,20,98,165,124,0,0,32,57,120,75,44,125,
-0,64,12,124,56,0,128,64,0,0,197,136,0,0,253,136,116,7,231,124,
-116,7,198,124,64,56,6,124,1,0,189,59,1,0,165,56,8,0,130,65,
-1,0,41,57,4,0,28,161,1,0,140,57,0,64,12,124,208,255,128,65,
-64,248,9,124,8,0,130,64,0,0,224,59,8,0,65,129,0,0,10,44,
-16,0,130,65,0,0,0,56,8,0,1,144,145,131,2,72,120,251,227,127,
-28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,16,0,129,131,
-166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,28,0,225,147,
-166,2,8,124,36,0,1,144,16,0,129,147,120,27,124,124,20,0,161,147,
-120,35,157,124,24,0,193,147,120,51,222,124,89,72,0,72,121,27,127,124,
-116,0,129,64,120,243,196,127,8,0,97,56,81,231,251,75,6,0,28,160,
-214,1,94,125,4,0,28,160,0,0,0,57,120,67,9,125,0,0,9,124,
-48,0,156,129,20,82,236,124,56,0,128,64,0,0,103,137,0,0,29,136,
-116,7,0,124,116,7,107,125,64,0,11,124,1,0,189,59,1,0,231,56,
-8,0,130,65,1,0,8,57,4,0,28,160,1,0,41,57,0,0,9,124,
-208,255,128,65,64,248,8,124,8,0,130,64,0,0,224,59,120,251,227,127,
-28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,16,0,129,131,
-166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,1,0,3,40,
-8,0,193,147,12,0,225,147,166,2,8,124,20,0,1,144,92,0,128,65,
-20,0,130,65,2,0,3,40,48,0,130,65,8,0,3,40,100,0,129,65,
-120,27,100,124,0,0,96,56,225,238,255,75,120,27,126,124,97,243,255,75,
-0,0,30,44,120,27,127,124,132,0,130,65,104,0,0,72,0,0,96,56,
-121,232,255,75,120,27,126,124,65,243,255,75,0,0,30,44,120,27,127,124,
-100,0,130,65,72,0,0,72,12,0,225,131,20,0,1,128,8,0,193,131,
-0,0,96,56,166,3,8,124,16,0,33,56,32,0,128,78,12,0,96,60,
-80,194,99,56,43,11,128,56,0,0,160,56,9,40,251,75,120,243,195,127,
-249,242,255,75,0,0,30,44,120,27,127,124,28,0,130,65,52,0,158,129,
-12,0,12,128,120,243,195,127,3,0,128,56,166,3,9,124,33,4,128,78,
-20,0,1,128,120,251,227,127,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,0,0,128,57,20,34,67,125,10,0,138,153,
-1,0,96,57,26,0,106,153,8,0,99,136,116,7,99,124,248,254,255,75,
-166,2,8,124,4,0,1,144,248,255,33,148,121,238,255,75,12,0,1,128,
-8,0,33,56,166,3,8,124,62,6,99,84,32,0,128,78,184,255,33,148,
-68,0,225,147,120,43,191,124,166,2,8,124,76,0,1,144,120,35,128,124,
-120,3,5,124,120,27,100,124,8,0,97,56,161,223,255,75,120,251,228,127,
-8,0,97,56,85,228,255,75,8,0,97,56,2,0,128,56,97,227,255,75,
-76,0,1,128,68,0,225,131,72,0,33,56,166,3,8,124,32,0,128,78,
-166,2,8,124,4,0,1,144,184,255,33,148,120,35,133,124,120,27,100,124,
-8,0,97,56,89,223,255,75,8,0,97,56,17,230,255,75,8,0,97,56,
-2,0,128,56,29,227,255,75,76,0,1,128,72,0,33,56,166,3,8,124,
-32,0,128,78,166,2,8,124,4,0,1,144,184,255,33,148,120,27,100,124,
-8,0,97,56,65,234,255,75,60,0,129,129,20,0,12,128,8,0,97,56,
-166,3,9,124,33,4,128,78,8,0,97,56,2,0,128,56,245,235,255,75,
-76,0,1,128,72,0,33,56,166,3,8,124,32,0,128,78,208,255,33,148,
-166,2,8,124,52,0,1,144,8,0,161,144,0,0,128,57,12,0,129,145,
-16,0,129,145,24,0,129,152,44,0,225,147,120,51,223,124,26,0,225,179,
-28,0,129,145,36,0,0,61,92,165,8,57,32,0,1,145,255,255,96,57,
-36,0,97,145,20,0,97,144,8,0,97,56,29,223,255,75,0,0,3,44,
-24,0,130,64,8,0,97,56,0,0,128,56,145,237,255,75,0,0,3,44,
-24,0,130,65,52,0,1,128,44,0,225,131,48,0,33,56,166,3,8,124,
-32,0,128,78,32,0,33,129,4,0,169,160,0,248,5,124,20,0,129,64,
-120,251,228,127,12,0,96,60,96,194,99,56,221,132,1,72,52,0,1,128,
-44,0,225,131,0,0,96,56,48,0,33,56,166,3,8,124,32,0,128,78,
-208,255,33,148,166,2,8,124,52,0,1,144,8,0,161,144,0,0,160,56,
-12,0,161,144,16,0,161,144,24,0,129,152,28,0,161,144,36,0,0,61,
-92,165,8,57,32,0,1,145,26,0,193,176,255,255,192,56,36,0,193,144,
-44,0,225,147,63,7,127,84,20,0,97,144,8,0,97,56,101,222,255,75,
-121,27,107,124,128,0,130,64,32,0,33,129,4,0,73,161,26,0,33,161,
-0,80,9,124,8,0,129,64,26,0,65,177,96,129,237,136,100,129,237,152,
-8,0,97,56,241,226,255,75,121,27,107,124,80,0,130,64,32,0,33,129,
-8,0,97,56,29,223,255,75,20,26,73,125,26,0,10,136,0,0,0,44,
-0,0,0,56,20,0,130,65,10,0,138,137,0,0,12,44,8,0,130,64,
-1,0,0,56,63,6,0,84,24,0,130,65,8,0,105,136,120,251,228,127,
-116,7,99,124,113,252,255,75,120,27,107,124,52,0,1,128,44,0,225,131,
-120,91,99,125,48,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,
-4,0,1,144,248,255,33,148,120,43,160,124,4,0,163,160,0,40,0,124,
-24,0,128,64,12,0,1,128,8,0,33,56,166,3,8,124,15,1,96,56,
-32,0,128,78,44,0,131,129,12,0,108,129,0,0,192,56,120,51,199,124,
-166,3,105,125,33,4,128,78,12,0,1,128,8,0,33,56,166,3,8,124,
-0,0,96,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,4,0,159,161,0,96,5,124,24,0,128,64,
-12,0,225,131,16,0,33,56,166,3,8,124,15,1,96,56,32,0,128,78,
-44,0,95,129,20,0,106,129,96,129,77,137,120,99,133,125,0,0,192,56,
-166,3,105,125,100,129,77,153,33,4,128,78,26,0,31,136,0,0,0,44,
-0,0,96,56,120,27,96,124,20,0,130,65,10,0,159,137,0,0,12,44,
-8,0,130,64,1,0,0,56,63,6,0,84,20,0,130,65,8,0,127,136,
-0,0,128,56,116,7,99,124,105,251,255,75,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,24,255,33,148,228,0,225,147,
-212,0,97,147,220,0,161,147,120,43,189,124,168,0,1,146,172,0,33,146,
-176,0,65,146,180,0,97,146,184,0,129,146,188,0,161,146,192,0,193,146,
-196,0,225,146,200,0,1,147,204,0,33,147,208,0,65,147,216,0,129,147,
-224,0,193,147,166,2,8,124,236,0,1,144,6,0,157,160,8,0,3,160,
-120,51,223,124,0,32,96,63,255,255,123,59,44,72,5,84,12,0,96,60,
-136,194,99,56,76,0,161,144,97,130,1,72,96,0,225,147,0,0,192,59,
-100,0,193,147,120,243,218,127,120,243,217,127,114,0,33,179,6,0,29,160,
-0,0,25,124,104,0,65,147,116,0,65,147,36,0,192,60,92,165,198,56,
-120,0,193,144,255,255,224,56,124,0,225,144,128,0,65,147,56,0,65,147,
-120,211,92,127,60,0,129,147,120,227,151,127,64,0,225,146,140,13,128,64,
-96,0,97,56,76,0,129,56,53,240,255,75,121,27,126,124,120,13,130,64,
-96,0,97,56,97,239,255,75,121,27,126,124,104,13,130,64,96,0,97,56,
-65,239,255,75,0,0,3,44,8,0,130,65,1,0,57,59,120,0,225,128,
-8,0,71,137,116,7,74,125,255,255,10,56,5,0,0,40,0,0,160,56,
-8,0,128,64,1,0,160,56,63,6,165,84,32,13,130,65,8,0,39,137,
-96,0,97,56,137,220,255,75,80,0,33,153,80,0,161,128,88,0,161,144,
-84,0,97,144,84,0,193,128,120,211,74,127,120,227,128,127,64,0,10,124,
-116,7,169,124,120,75,39,125,120,51,197,124,92,0,193,144,48,0,130,65,
-120,83,76,125,0,0,12,137,116,7,8,125,64,56,8,124,16,0,130,64,
-4,0,12,129,64,40,8,124,16,0,130,65,8,0,74,57,64,0,10,124,
-216,255,130,64,64,224,10,124,172,12,130,64,0,0,26,44,0,0,64,57,
-12,0,130,65,80,224,90,125,112,30,74,125,0,0,26,44,0,0,160,56,
-12,0,130,65,80,184,26,124,112,30,5,124,64,40,10,124,120,227,149,127,
-44,0,128,64,121,171,168,126,12,0,130,65,0,0,40,153,4,0,200,144,
-6,0,29,160,0,0,25,124,8,0,149,59,60,0,129,147,216,254,128,65,
-92,12,0,72,0,0,26,44,40,0,130,64,0,0,26,44,88,0,1,128,
-68,0,1,144,92,0,161,128,0,0,224,59,120,251,246,127,72,0,161,144,
-100,0,130,65,88,0,0,72,80,224,186,124,113,30,170,124,40,0,130,64,
-0,0,26,44,88,0,1,128,68,0,1,144,92,0,161,128,0,0,224,59,
-120,251,246,127,72,0,161,144,52,0,130,65,40,0,0,72,0,0,26,44,
-88,0,1,128,68,0,1,144,92,0,161,128,0,0,192,58,80,168,218,124,
-72,0,161,144,112,30,223,124,12,0,130,65,80,184,26,124,112,30,22,124,
-0,0,26,44,20,0,130,64,0,0,26,44,0,0,224,56,176,8,130,65,
-164,8,0,72,80,224,250,124,112,30,232,124,80,216,8,125,1,0,8,40,
-132,8,128,64,0,0,192,56,8,0,193,152,28,0,193,58,44,0,193,144,
-15,0,0,56,48,0,1,144,28,0,193,152,12,0,96,62,40,187,115,58,
-255,255,179,56,1,0,5,140,117,7,0,124,248,255,130,64,48,0,193,128,
-16,0,6,40,80,40,147,126,120,179,200,126,8,0,128,65,0,0,22,129,
-0,64,19,124,12,0,160,62,172,2,128,65,16,0,6,40,120,179,201,126,
-8,0,128,65,0,0,54,129,44,0,1,129,20,66,9,124,0,152,0,124,
-140,2,129,64,16,0,6,40,120,179,201,126,8,0,128,65,0,0,54,129,
-80,152,105,126,64,152,8,124,16,0,128,64,24,0,97,56,229,96,1,72,
-44,0,1,129,80,64,19,124,64,0,20,124,8,0,128,64,120,163,128,126,
-212,87,181,130,20,2,83,126,64,144,8,124,120,171,180,126,16,0,128,64,
-24,0,97,56,181,96,1,72,44,0,1,129,80,64,82,125,64,160,10,124,
-8,0,128,64,120,83,84,125,0,0,20,44,232,0,130,65,48,0,193,128,
-16,0,6,40,120,179,201,126,8,0,128,65,0,0,54,129,16,0,6,40,
-20,146,41,125,120,179,197,126,8,0,128,65,0,0,182,128,20,146,229,124,
-81,80,20,124,120,3,5,124,20,162,71,125,132,0,130,65,80,72,10,125,
-64,40,8,124,72,0,129,65,1,0,0,40,20,42,41,125,120,3,8,124,
-20,42,74,125,8,0,128,64,1,0,0,57,166,3,9,125,255,255,10,140,
-255,255,9,156,248,255,0,66,48,0,193,128,16,0,6,40,44,0,1,129,
-80,64,20,124,120,179,199,126,76,0,128,65,68,0,0,72,1,0,0,40,
-255,255,74,57,120,3,5,124,255,255,41,57,8,0,128,64,1,0,160,56,
-166,3,169,124,1,0,170,140,1,0,169,156,248,255,0,66,48,0,193,128,
-44,0,1,129,16,0,6,40,80,64,20,124,120,179,199,126,8,0,128,65,
-0,0,246,128,0,0,96,57,9,0,97,153,44,0,1,144,174,1,103,125,
-44,0,1,129,64,152,8,124,8,0,128,64,120,67,19,125,0,0,19,44,
-236,2,130,65,48,0,193,128,16,0,6,40,120,179,202,126,8,0,128,65,
-0,0,86,129,16,0,6,40,120,179,201,126,8,0,128,65,0,0,54,129,
-80,64,19,124,121,3,8,124,120,67,5,125,20,154,233,124,136,0,130,65,
-80,80,199,124,64,40,6,124,72,0,129,65,1,0,8,40,20,42,74,125,
-120,67,9,125,20,42,231,124,8,0,128,64,1,0,32,57,166,3,41,125,
-255,255,7,141,255,255,10,157,248,255,0,66,48,0,193,128,16,0,6,40,
-44,0,1,129,80,64,19,124,120,179,200,126,76,0,128,65,68,0,0,72,
-1,0,8,40,255,255,231,56,120,67,0,125,255,255,74,57,8,0,128,64,
-1,0,0,56,166,3,9,124,1,0,7,140,1,0,10,156,248,255,0,66,
-44,0,1,129,48,0,193,128,80,64,19,124,16,0,6,40,120,179,200,126,
-8,0,128,65,0,0,22,129,0,0,64,57,10,0,65,153,44,0,1,144,
-174,1,72,125,44,0,65,130,120,171,160,126,64,144,0,124,14,0,65,153,
-144,0,97,58,144,136,194,56,132,0,193,144,12,0,224,60,156,65,231,56,
-136,0,225,144,15,0,32,57,160,0,65,145,140,0,129,58,144,0,65,153,
-164,0,33,145,24,2,128,64,16,2,0,72,254,255,32,57,64,72,20,124,
-16,0,129,64,24,0,97,56,81,96,1,72,48,0,193,128,64,160,6,124,
-232,0,128,64,44,0,65,130,254,255,64,57,15,0,144,98,64,80,16,124,
-32,0,129,64,120,163,144,126,1,0,112,56,97,103,1,72,0,0,18,44,
-120,27,113,124,104,0,130,65,68,0,0,72,171,170,128,61,171,170,140,57,
-22,128,12,124,126,248,200,84,126,248,0,84,64,64,0,124,20,0,128,64,
-254,255,168,32,64,40,6,124,8,0,129,65,20,66,6,126,1,0,112,56,
-29,103,1,72,0,0,18,44,120,27,113,124,36,0,130,65,48,0,193,128,
-16,0,6,40,120,139,35,126,120,179,196,126,8,0,128,65,0,0,150,128,
-120,147,69,126,29,155,1,72,48,0,1,128,16,0,0,40,12,0,128,65,
-0,0,118,128,129,104,1,72,16,0,16,40,48,0,1,146,120,179,199,126,
-0,0,54,146,0,0,128,57,44,0,129,145,21,0,129,153,8,0,128,65,
-120,139,39,126,0,0,20,44,0,0,96,57,12,0,97,153,44,0,65,146,
-174,145,103,125,132,0,130,64,52,0,0,72,0,0,20,44,36,0,130,64,
-16,0,6,40,120,179,202,126,8,0,128,65,0,0,86,129,0,0,32,57,
-11,0,33,153,44,0,33,145,0,0,42,153,0,0,20,44,80,0,130,64,
-44,0,65,130,212,87,181,130,120,171,160,126,64,144,0,124,0,0,64,57,
-14,0,65,153,144,0,97,58,144,136,194,56,132,0,193,144,12,0,224,60,
-156,65,231,56,15,0,32,57,160,0,65,145,140,0,129,58,144,0,65,153,
-164,0,33,145,136,0,225,144,152,0,128,64,144,0,0,72,48,0,193,128,
-16,0,6,40,120,179,195,126,8,0,128,65,0,0,118,128,120,155,100,126,
-120,163,133,126,45,154,1,72,48,0,1,128,16,0,0,40,120,179,202,126,
-8,0,128,65,0,0,86,129,0,0,96,57,13,0,97,153,44,0,129,146,
-174,161,106,125,212,87,181,130,44,0,65,130,120,171,160,126,64,144,0,124,
-0,0,64,57,14,0,65,153,144,0,97,58,144,136,194,56,132,0,193,144,
-12,0,224,60,156,65,231,56,136,0,225,144,15,0,32,57,160,0,65,145,
-140,0,129,58,144,0,65,153,164,0,33,145,8,0,128,64,120,3,18,124,
-24,0,225,56,64,56,20,124,52,1,130,64,20,0,180,128,64,144,5,124,
-16,0,128,64,120,163,131,126,81,92,1,72,20,0,180,128,80,40,50,125,
-64,168,9,124,8,0,128,64,120,75,53,125,0,0,21,44,140,2,130,65,
-24,0,84,129,16,0,10,40,120,155,103,126,8,0,128,65,0,0,243,128,
-16,0,10,40,20,146,199,124,120,155,104,126,8,0,128,65,0,0,19,129,
-81,72,21,124,120,3,9,124,20,146,8,125,20,170,232,124,128,0,130,65,
-80,48,71,125,64,72,10,124,68,0,129,65,1,0,0,40,20,74,231,124,
-20,74,198,124,8,0,128,64,1,0,0,56,166,3,9,124,255,255,7,140,
-255,255,6,156,248,255,0,66,24,0,84,129,16,0,10,40,20,0,180,128,
-80,40,245,124,120,155,105,126,76,0,128,65,68,0,0,72,1,0,0,40,
-255,255,231,56,120,3,5,124,255,255,198,56,8,0,128,64,1,0,160,56,
-166,3,169,124,1,0,167,140,1,0,166,156,248,255,0,66,24,0,84,129,
-20,0,180,128,16,0,10,40,80,40,245,124,120,155,105,126,8,0,128,65,
-0,0,51,129,0,0,96,57,15,0,97,153,20,0,244,144,174,57,105,125,
-12,0,128,61,216,87,140,129,0,0,12,44,12,0,224,60,132,0,161,58,
-188,65,231,56,136,0,225,144,176,1,130,64,184,1,0,72,254,255,64,57,
-64,80,18,124,12,0,129,64,120,163,131,126,5,93,1,72,24,0,84,129,
-64,144,10,124,232,0,128,64,20,0,52,130,254,255,0,56,15,0,80,98,
-64,0,16,124,32,0,129,64,120,147,80,126,1,0,112,56,21,100,1,72,
-0,0,17,44,120,27,117,124,72,0,130,64,100,0,0,72,171,170,128,61,
-171,170,140,57,22,128,204,124,126,248,71,85,126,248,198,84,64,56,6,124,
-20,0,128,64,254,255,7,33,64,64,10,124,8,0,129,65,20,58,10,126,
-1,0,112,56,209,99,1,72,0,0,17,44,120,27,117,124,36,0,130,65,
-24,0,52,129,16,0,9,40,120,171,163,126,120,155,100,126,8,0,128,65,
-0,0,147,128,120,139,37,126,209,151,1,72,24,0,84,129,16,0,10,40,
-12,0,128,65,0,0,115,128,53,101,1,72,16,0,16,40,120,155,106,126,
-0,0,128,57,22,0,129,153,20,0,148,145,0,0,179,146,24,0,20,146,
-8,0,128,65,120,171,170,126,0,0,18,44,0,0,96,57,17,0,97,153,
-20,0,52,146,174,137,106,125,140,0,130,65,52,0,0,72,0,0,18,44,
-36,0,130,64,16,0,10,40,120,155,104,126,8,0,128,65,0,0,19,129,
-0,0,32,57,16,0,33,153,20,0,52,145,0,0,40,153,0,0,18,44,
-88,0,130,65,24,0,20,128,16,0,0,40,120,155,99,126,8,0,128,65,
-0,0,115,128,48,0,161,128,16,0,5,40,120,179,196,126,8,0,128,65,
-0,0,150,128,120,147,69,126,29,151,1,72,24,0,212,128,16,0,6,40,
-120,155,104,126,8,0,128,65,0,0,19,129,0,0,96,57,18,0,97,153,
-20,0,84,146,174,145,104,125,12,0,128,61,216,87,140,129,0,0,12,44,
-12,0,224,60,132,0,161,58,188,65,231,56,136,0,225,144,16,0,130,65,
-120,171,163,126,166,3,137,125,33,4,128,78,4,0,21,129,28,0,72,129,
-120,171,163,126,166,3,73,125,33,4,128,78,120,171,163,126,21,85,1,72,
-24,0,20,128,16,0,0,40,12,0,128,65,0,0,115,128,21,100,1,72,
-0,0,192,56,19,0,193,152,20,0,212,144,15,0,160,56,24,0,180,144,
-0,0,211,152,48,0,33,129,16,0,9,40,12,0,128,65,0,0,118,128,
-233,99,1,72,0,0,0,56,20,0,1,152,44,0,1,144,15,0,64,57,
-48,0,65,145,0,0,22,152,56,24,231,87,20,58,24,127,28,3,0,72,
-0,0,26,44,0,0,224,56,12,0,130,65,80,224,218,124,112,30,199,124,
-1,0,231,56,64,56,22,124,164,1,128,64,126,248,192,86,80,216,0,125,
-64,176,8,124,0,0,192,56,8,0,128,65,20,2,214,124,0,0,26,44,
-120,51,214,124,0,0,224,56,12,0,130,65,80,224,58,125,112,30,39,125,
-1,0,71,57,64,80,22,124,28,0,128,64,0,0,26,44,0,0,0,57,
-12,0,130,65,80,224,26,124,112,30,8,124,1,0,200,58,64,216,22,124,
-68,0,129,64,92,136,173,128,0,0,5,44,48,0,130,64,1,0,192,56,
-92,136,205,144,12,0,224,60,24,187,231,56,84,136,237,144,12,0,0,61,
-220,65,8,57,88,136,13,145,12,0,96,60,252,65,99,56,173,92,1,72,
-84,136,109,56,245,83,1,72,56,24,215,86,120,187,227,126,89,97,1,72,
-120,171,168,126,120,211,69,127,64,64,5,124,120,27,118,124,120,179,199,126,
-44,0,130,65,121,59,230,124,20,0,130,65,0,0,69,137,0,0,70,153,
-4,0,5,128,4,0,6,144,8,0,165,56,64,64,5,124,8,0,231,56,
-220,255,130,64,121,59,229,124,20,0,130,65,68,0,129,137,0,0,133,153,
-72,0,1,128,4,0,5,144,120,227,128,127,64,0,21,124,8,0,71,57,
-44,0,130,65,121,83,69,125,20,0,130,65,0,0,213,136,0,0,197,152,
-4,0,245,128,4,0,229,144,8,0,181,58,64,0,21,124,8,0,74,57,
-220,255,130,64,0,0,26,44,0,0,32,57,12,0,130,65,80,224,26,125,
-112,30,9,125,0,0,26,44,1,0,169,58,36,0,130,65,120,211,73,127,
-64,224,9,124,16,0,130,65,8,0,41,57,64,224,9,124,248,255,130,64,
-120,211,67,127,45,98,1,72,20,186,246,126,64,0,225,146,56,24,160,86,
-20,2,150,127,60,0,129,147,120,179,218,126,56,0,65,147,56,24,231,87,
-20,58,24,127,92,1,0,72,80,224,181,124,112,30,160,124,1,0,0,40,
-176,0,128,64,120,227,137,127,120,171,170,126,64,72,10,124,8,0,21,57,
-44,0,130,65,121,67,5,125,20,0,130,65,0,0,202,136,0,0,197,152,
-4,0,234,128,4,0,229,144,8,0,74,57,64,72,10,124,8,0,8,57,
-220,255,130,64,1,0,224,32,0,0,7,44,68,0,65,57,120,227,134,127,
-40,0,130,65,121,51,201,124,20,0,130,65,0,0,10,137,0,0,9,153,
-4,0,10,128,4,0,9,144,255,255,231,52,8,0,198,56,224,255,130,64,
-8,0,156,59,248,255,28,56,64,0,21,124,68,0,33,57,60,0,129,147,
-184,0,130,65,0,0,201,128,0,0,213,144,4,0,233,128,4,0,245,144,
-8,0,181,58,64,0,21,124,232,255,130,64,152,0,0,72,120,227,138,127,
-248,255,42,57,120,75,37,125,64,80,5,124,44,0,130,65,121,227,134,127,
-20,0,130,65,0,0,5,137,0,0,6,153,4,0,5,128,4,0,6,144,
-8,0,165,56,64,80,5,124,8,0,156,59,220,255,130,64,120,171,160,126,
-64,72,0,124,60,0,129,147,28,0,130,65,248,255,233,132,248,255,234,148,
-4,0,9,129,64,72,0,124,4,0,10,145,236,255,130,64,120,171,170,126,
-8,0,53,57,64,72,10,124,68,0,225,56,32,0,130,65,0,0,7,128,
-0,0,10,144,4,0,199,128,4,0,202,144,8,0,74,57,64,72,10,124,
-232,255,130,64,56,24,231,87,20,58,24,127,6,0,29,160,0,0,25,124,
-124,242,128,65,120,211,93,127,120,227,159,127,0,248,29,124,44,0,128,64,
-0,0,125,136,4,0,157,128,116,7,99,124,221,236,255,75,0,0,30,44,
-8,0,130,64,120,27,126,124,8,0,189,59,0,248,29,124,220,255,128,65,
-0,0,26,44,36,0,130,65,120,211,72,127,64,224,8,124,16,0,130,65,
-8,0,8,57,64,224,8,124,248,255,130,64,120,211,67,127,65,96,1,72,
-184,0,129,130,208,0,65,131,212,0,97,131,188,0,161,130,180,0,97,130,
-204,0,33,131,216,0,129,131,120,243,195,127,224,0,193,131,192,0,193,130,
-220,0,161,131,200,0,1,131,176,0,65,130,196,0,225,130,228,0,225,131,
-236,0,1,128,172,0,33,130,168,0,1,130,166,3,8,124,232,0,33,56,
-32,0,128,78,0,255,33,148,184,0,193,145,188,0,225,145,192,0,1,146,
-196,0,33,146,200,0,65,146,204,0,97,146,208,0,129,146,212,0,161,146,
-216,0,193,146,220,0,225,146,224,0,1,147,228,0,33,147,232,0,65,147,
-236,0,97,147,240,0,129,147,244,0,161,147,248,0,193,147,252,0,225,147,
-166,2,8,124,4,1,1,144,96,129,109,137,8,0,35,161,24,0,97,144,
-0,0,64,58,56,0,193,144,100,0,65,146,44,72,40,85,255,255,224,56,
-36,0,64,61,92,165,74,57,96,0,65,146,92,0,65,146,84,0,225,144,
-80,0,65,145,74,0,65,178,52,0,1,145,6,0,5,161,0,64,18,124,
-76,0,65,146,64,0,65,146,60,0,65,146,100,129,109,153,20,0,161,144,
-120,147,81,126,12,0,192,62,212,87,214,58,12,0,128,62,124,65,148,58,
-88,0,161,59,120,147,90,126,120,0,1,59,124,0,225,59,148,0,161,58,
-160,0,193,59,15,0,32,59,104,0,97,59,112,0,129,59,0,32,224,62,
-255,255,247,58,208,32,128,64,56,0,97,56,52,0,129,56,9,227,255,75,
-121,27,113,124,188,32,130,64,56,0,97,56,105,209,255,75,121,27,113,124,
-172,32,130,64,80,0,1,129,56,0,97,56,149,205,255,75,20,26,200,124,
-26,0,70,137,0,0,10,44,0,0,64,57,20,0,130,65,10,0,38,137,
-0,0,9,44,8,0,130,64,1,0,64,57,63,6,74,85,96,32,130,65,
-8,0,8,136,44,0,1,152,44,0,225,128,48,0,97,144,0,0,251,144,
-48,0,129,129,4,0,155,145,8,0,29,129,4,0,61,129,116,7,235,124,
-120,67,7,125,120,75,37,125,64,56,5,124,120,99,131,125,120,91,100,125,
-48,0,130,65,120,43,166,124,0,0,6,136,116,7,0,124,64,32,0,124,
-16,0,130,64,4,0,70,129,64,24,10,124,16,0,130,65,8,0,165,56,
-64,56,5,124,216,255,130,64,64,64,5,124,236,31,130,64,0,0,9,44,
-0,0,192,56,12,0,130,65,80,64,9,124,112,30,6,124,0,0,9,44,
-0,0,0,56,16,0,130,65,12,0,29,128,80,0,233,124,112,30,224,124,
-64,0,6,124,120,67,7,125,36,0,128,64,121,59,230,124,12,0,130,65,
-0,0,102,153,4,0,134,145,8,0,7,57,8,0,29,145,1,0,82,58,
-152,31,0,72,0,0,9,44,48,0,130,64,0,0,27,128,0,0,28,144,
-4,0,219,128,0,0,9,44,120,59,243,124,0,0,96,57,120,91,96,125,
-12,0,97,145,4,0,220,144,120,0,130,65,104,0,0,72,80,64,73,125,
-113,30,74,125,48,0,130,64,0,0,27,128,0,0,28,144,4,0,219,128,
-0,0,9,44,120,59,243,124,0,0,96,57,120,91,96,125,12,0,97,145,
-4,0,220,144,64,0,130,65,48,0,0,72,0,0,27,128,80,56,201,124,
-0,0,28,144,112,30,203,124,4,0,219,128,0,0,9,44,120,59,243,124,
-0,0,0,56,12,0,97,145,4,0,220,144,16,0,130,65,12,0,221,128,
-80,48,9,124,112,30,0,124,0,0,9,44,120,3,16,124,20,0,130,64,
-0,0,9,44,0,0,224,56,172,27,130,65,160,27,0,72,80,64,233,124,
-112,30,231,124,80,184,7,124,1,0,0,40,128,27,128,64,20,0,95,57,
-191,7,64,85,12,0,130,64,20,0,63,147,28,0,0,72,15,0,0,57,
-0,0,10,153,0,0,0,57,1,0,10,153,2,0,10,153,3,0,10,153,
-16,0,31,57,191,7,0,85,120,251,230,127,12,0,130,64,16,0,95,147,
-24,0,0,72,0,0,32,57,0,0,40,153,1,0,40,153,2,0,40,153,
-3,0,40,153,16,0,63,57,191,7,39,85,12,0,130,64,16,0,31,128,
-36,0,0,72,80,72,39,125,4,0,9,128,0,0,73,129,56,24,231,84,
-48,60,74,125,32,0,231,32,48,56,0,124,120,83,0,124,12,0,0,62,
-40,187,16,58,0,0,96,57,28,0,97,153,174,1,102,125,255,255,208,56,
-1,0,6,140,117,7,0,124,248,255,130,64,20,0,255,56,191,7,233,84,
-80,48,112,126,120,251,224,127,12,0,130,64,20,0,31,129,36,0,0,72,
-80,56,233,124,0,0,199,128,4,0,7,129,56,24,41,85,48,76,198,124,
-32,0,41,33,48,72,8,125,120,51,8,125,120,67,10,125,16,0,10,40,
-56,0,128,65,120,251,232,127,191,7,9,85,12,0,130,64,0,0,8,128,
-36,0,0,72,80,64,9,125,0,0,232,128,4,0,8,128,56,24,41,85,
-48,76,231,124,32,0,41,33,48,72,0,124,120,59,0,124,0,0,16,124,
-168,7,128,65,16,0,10,40,120,251,233,127,56,0,128,65,120,251,232,127,
-191,7,6,85,12,0,130,64,0,0,40,129,36,0,0,72,80,64,6,125,
-0,0,8,128,4,0,40,129,56,24,198,84,48,52,0,124,32,0,198,32,
-48,48,41,125,120,3,41,125,16,0,255,56,191,7,232,84,12,0,130,64,
-16,0,31,128,36,0,0,72,80,56,232,124,0,0,199,128,4,0,7,128,
-56,24,8,85,48,68,198,124,32,0,8,33,48,64,0,124,120,51,0,124,
-20,2,233,124,0,128,7,124,40,7,129,64,16,0,10,40,120,251,230,127,
-56,0,128,65,120,251,232,127,191,7,9,85,12,0,130,64,0,0,200,128,
-36,0,0,72,80,64,9,125,0,0,72,129,4,0,200,128,56,24,41,85,
-48,76,74,125,32,0,41,33,48,72,198,124,120,83,198,124,80,128,230,125,
-64,120,0,124,64,0,128,64,120,195,3,127,49,80,1,72,16,0,223,56,
-191,7,199,84,12,0,130,64,16,0,31,128,36,0,0,72,80,48,199,124,
-0,0,6,129,4,0,6,128,56,24,231,84,48,60,8,125,32,0,231,32,
-48,56,0,124,120,67,0,124,80,0,239,124,64,56,19,124,8,0,128,64,
-120,155,103,126,0,0,22,130,20,58,207,125,64,112,0,124,120,131,19,126,
-64,0,128,64,120,195,3,127,209,79,1,72,16,0,63,57,191,7,42,85,
-12,0,130,64,16,0,31,128,36,0,0,72,80,72,42,125,0,0,201,128,
-4,0,9,128,56,24,74,85,48,84,198,124,32,0,74,33,48,80,0,124,
-120,51,0,124,80,0,206,124,64,152,6,124,8,0,128,64,120,51,211,124,
-0,0,19,44,36,3,130,65,20,0,255,56,191,7,234,84,120,251,232,127,
-12,0,130,64,20,0,63,129,36,0,0,72,80,56,234,124,4,0,39,129,
-0,0,231,128,56,24,74,85,48,84,231,124,32,0,74,33,48,80,41,125,
-120,59,41,125,120,75,42,125,16,0,10,40,56,0,128,65,120,251,233,127,
-191,7,39,85,12,0,130,64,0,0,9,129,36,0,0,72,80,72,39,125,
-4,0,9,129,0,0,41,129,56,24,231,84,48,60,41,125,32,0,231,32,
-48,56,8,125,120,75,8,125,16,0,10,40,20,114,8,125,120,251,233,127,
-56,0,128,65,120,251,231,127,191,7,236,84,12,0,130,64,0,0,39,129,
-36,0,0,72,80,56,236,124,4,0,39,129,0,0,231,128,56,24,140,85,
-48,100,231,124,32,0,140,33,48,96,41,125,120,59,41,125,81,48,211,124,
-20,114,233,124,120,51,201,124,20,154,231,124,104,1,130,65,80,64,71,125,
-64,72,10,124,176,0,129,65,1,0,6,40,20,74,8,125,120,51,192,124,
-20,74,231,124,8,0,128,64,1,0,0,56,166,3,9,124,255,255,7,140,
-255,255,8,156,248,255,0,66,1,0,6,40,20,0,31,57,8,0,128,64,
-1,0,192,56,191,7,10,85,208,0,230,124,20,58,41,125,12,0,130,64,
-20,0,223,128,36,0,0,72,80,64,10,125,0,0,8,128,4,0,200,128,
-56,24,74,85,48,84,0,124,32,0,74,33,48,80,198,124,120,3,198,124,
-16,0,31,57,191,7,9,85,120,51,202,124,12,0,130,64,16,0,31,128,
-36,0,0,72,80,64,9,125,0,0,200,128,4,0,8,128,56,24,41,85,
-48,76,198,124,32,0,41,33,48,72,0,124,120,51,0,124,176,0,0,72,
-1,0,6,40,255,255,231,56,120,51,192,124,255,255,8,57,8,0,128,64,
-1,0,0,56,166,3,9,124,1,0,7,140,1,0,8,156,248,255,0,66,
-1,0,6,40,120,51,199,124,20,0,95,57,8,0,128,64,1,0,224,56,
-191,7,64,85,208,0,7,125,20,66,41,125,12,0,130,64,20,0,255,128,
-36,0,0,72,80,80,64,125,0,0,202,128,4,0,234,128,56,24,0,84,
-48,4,198,124,32,0,0,32,48,0,231,124,120,51,231,124,16,0,31,57,
-191,7,9,85,120,59,234,124,12,0,130,64,16,0,31,128,36,0,0,72,
-80,64,9,125,4,0,8,128,0,0,200,128,56,24,41,85,48,76,198,124,
-32,0,41,33,48,72,0,124,120,51,0,124,16,0,10,40,80,0,19,125,
-120,251,233,127,56,0,128,65,120,251,231,127,191,7,234,84,12,0,130,64,
-0,0,39,129,36,0,0,72,80,56,234,124,0,0,7,128,4,0,39,129,
-56,24,74,85,48,84,0,124,32,0,74,33,48,80,41,125,120,3,41,125,
-16,0,223,56,191,7,199,84,12,0,130,64,16,0,31,145,32,0,0,72,
-0,0,6,153,62,194,0,85,1,0,6,152,62,194,0,84,2,0,6,152,
-62,194,0,84,3,0,6,152,16,0,31,57,191,7,6,85,12,0,130,64,
-16,0,95,129,36,0,0,72,80,64,6,125,0,0,8,128,4,0,72,129,
-56,24,198,84,48,52,0,124,32,0,198,32,48,48,74,125,120,3,74,125,
-0,0,96,57,29,0,97,153,16,0,255,56,191,7,232,84,120,91,108,125,
-238,81,137,125,12,0,130,64,16,0,31,128,36,0,0,72,80,56,232,124,
-4,0,7,128,0,0,199,128,56,24,8,85,48,68,198,124,32,0,8,33,
-48,64,0,124,120,51,0,124,120,123,230,125,64,48,0,124,8,0,128,64,
-120,3,6,124,0,0,6,44,88,8,130,65,20,0,255,56,191,7,234,84,
-120,251,232,127,12,0,130,64,20,0,63,129,36,0,0,72,80,56,234,124,
-4,0,39,129,0,0,231,128,56,24,74,85,48,84,231,124,32,0,74,33,
-48,80,41,125,120,59,41,125,120,75,42,125,16,0,10,40,56,0,128,65,
-120,251,233,127,191,7,39,85,12,0,130,64,0,0,9,129,36,0,0,72,
-80,72,39,125,4,0,9,129,0,0,41,129,56,24,231,84,48,60,41,125,
-32,0,231,32,48,56,8,125,120,75,8,125,16,0,10,40,120,251,233,127,
-56,0,128,65,120,251,231,127,191,7,236,84,12,0,130,64,0,0,39,129,
-36,0,0,72,80,56,236,124,4,0,39,129,0,0,231,128,56,24,140,85,
-48,100,231,124,32,0,140,33,48,96,41,125,120,59,41,125,80,0,6,124,
-121,3,7,124,120,59,236,124,20,50,41,125,112,1,130,65,80,64,9,124,
-64,96,0,124,180,0,129,65,1,0,7,40,20,98,8,125,120,59,224,124,
-20,98,41,125,8,0,128,64,1,0,0,56,166,3,9,124,255,255,73,141,
-255,255,72,157,248,255,0,66,1,0,7,40,120,59,224,124,20,0,31,57,
-8,0,128,64,1,0,0,56,191,7,9,85,208,0,224,124,20,58,140,125,
-12,0,130,64,20,0,95,129,36,0,0,72,80,64,9,125,0,0,8,128,
-4,0,72,129,56,24,41,85,48,76,0,124,32,0,41,33,48,72,74,125,
-120,3,74,125,16,0,159,57,191,7,135,85,12,0,130,64,16,0,31,129,
-36,0,0,72,80,96,135,125,0,0,44,129,4,0,12,129,56,24,231,84,
-48,60,41,125,32,0,231,32,48,56,8,125,120,75,8,125,80,64,6,124,
-180,0,0,72,1,0,7,40,255,255,41,57,120,59,224,124,255,255,8,57,
-8,0,128,64,1,0,0,56,166,3,9,124,1,0,73,141,1,0,72,157,
-248,255,0,66,1,0,7,40,120,59,224,124,20,0,31,57,8,0,128,64,
-1,0,0,56,191,7,9,85,208,0,0,124,20,2,140,125,12,0,130,64,
-20,0,31,128,36,0,0,72,80,64,9,125,0,0,72,129,4,0,8,128,
-56,24,41,85,48,76,74,125,32,0,41,33,48,72,0,124,120,83,0,124,
-16,0,255,56,191,7,232,84,120,3,10,124,12,0,130,64,16,0,63,129,
-36,0,0,72,80,56,232,124,4,0,39,129,0,0,7,128,56,24,8,85,
-48,68,0,124,32,0,8,33,48,64,41,125,120,3,41,125,80,72,6,124,
-16,0,10,40,120,251,234,127,56,0,128,65,120,251,230,127,191,7,199,84,
-12,0,130,64,0,0,70,129,36,0,0,72,80,48,199,124,0,0,6,129,
-4,0,70,129,56,24,231,84,48,60,8,125,32,0,231,32,48,56,74,125,
-120,67,74,125,16,0,63,57,191,7,38,85,12,0,130,64,16,0,31,144,
-32,0,0,72,0,0,9,152,62,194,7,84,1,0,233,152,62,194,231,84,
-2,0,233,152,62,194,231,84,3,0,233,152,16,0,31,57,191,7,9,85,
-12,0,130,64,16,0,223,128,36,0,0,72,80,64,9,125,0,0,8,128,
-4,0,200,128,56,24,41,85,48,76,0,124,32,0,41,33,48,72,198,124,
-120,3,198,124,0,0,96,57,30,0,97,153,174,49,106,125,108,5,0,72,
-254,255,224,56,64,56,19,124,64,0,129,64,120,195,3,127,49,75,1,72,
-20,0,63,57,191,7,38,85,12,0,130,64,20,0,95,129,36,0,0,72,
-80,72,38,125,0,0,9,128,4,0,73,129,56,24,198,84,48,52,0,124,
-32,0,198,32,48,48,74,125,120,3,74,125,64,152,10,124,40,3,128,64,
-16,0,255,56,191,7,232,84,12,0,130,64,16,0,223,128,36,0,0,72,
-80,56,232,124,0,0,39,129,4,0,199,128,56,24,8,85,48,68,41,125,
-32,0,8,33,48,64,198,124,120,75,198,124,15,0,110,98,254,255,224,56,
-64,56,14,124,120,51,207,124,32,0,129,64,120,155,110,126,1,0,110,56,
-221,81,1,72,0,0,15,44,8,0,97,144,200,0,130,65,68,0,0,72,
-171,170,128,61,171,170,140,57,22,112,12,124,126,248,70,85,126,248,0,84,
-64,48,0,124,20,0,128,64,254,255,38,33,64,72,10,124,8,0,129,65,
-20,50,202,125,1,0,110,56,153,81,1,72,0,0,15,44,8,0,97,144,
-132,0,130,65,20,0,95,57,191,7,70,85,8,0,97,128,120,251,228,127,
-12,0,130,64,20,0,255,128,36,0,0,72,80,80,70,125,4,0,234,128,
-0,0,10,129,56,24,198,84,48,52,8,125,32,0,198,32,48,48,231,124,
-120,67,231,124,16,0,7,40,56,0,128,65,120,251,233,127,191,7,32,85,
-12,0,130,64,0,0,137,128,36,0,0,72,80,72,32,125,0,0,73,129,
-4,0,137,128,56,24,0,84,48,4,74,125,32,0,0,32,48,0,132,124,
-120,83,132,124,120,123,229,125,57,133,1,72,20,0,223,56,191,7,199,84,
-12,0,130,64,20,0,31,129,36,0,0,72,80,48,199,124,0,0,6,128,
-4,0,6,129,56,24,231,84,48,60,0,124,32,0,231,32,48,56,8,125,
-120,3,8,125,16,0,8,40,60,0,128,65,120,251,233,127,191,7,42,85,
-12,0,130,64,0,0,105,128,36,0,0,72,80,72,42,125,0,0,201,128,
-4,0,105,128,56,24,74,85,48,84,198,124,32,0,74,33,48,80,99,124,
-120,51,99,124,61,82,1,72,20,0,95,57,191,7,70,85,12,0,130,64,
-20,0,63,147,28,0,0,72,15,0,224,56,0,0,234,152,0,0,224,56,
-1,0,234,152,2,0,234,152,3,0,234,152,16,0,31,57,191,7,0,85,
-120,251,231,127,12,0,130,64,16,0,95,147,24,0,0,72,0,0,192,56,
-0,0,200,152,1,0,200,152,2,0,200,152,3,0,200,152,16,0,31,57,
-191,7,10,85,12,0,130,64,16,0,63,129,36,0,0,72,80,64,10,125,
-0,0,200,128,4,0,40,129,56,24,74,85,48,84,198,124,32,0,74,33,
-48,80,41,125,120,51,41,125,120,251,232,127,191,7,0,85,8,0,1,128,
-0,0,96,57,32,0,97,153,120,91,108,125,20,74,71,125,0,0,138,153,
-12,0,130,64,0,0,8,144,32,0,0,72,0,0,8,152,62,194,10,84,
-1,0,72,153,62,194,74,85,2,0,72,153,62,194,74,85,3,0,72,153,
-20,0,223,56,191,7,199,84,120,115,202,125,12,0,130,64,20,0,95,145,
-32,0,0,72,0,0,70,153,62,194,72,85,1,0,6,153,62,194,8,85,
-2,0,6,153,62,194,8,85,3,0,6,153,16,0,10,40,120,251,233,127,
-8,0,128,65,120,3,9,124,16,0,95,57,191,7,64,85,12,0,130,64,
-16,0,255,145,32,0,0,72,0,0,234,153,62,194,230,85,1,0,202,152,
-62,194,198,84,2,0,202,152,62,194,198,84,3,0,202,152,16,0,255,56,
-191,7,234,84,12,0,130,64,16,0,31,128,36,0,0,72,80,56,234,124,
-0,0,7,129,4,0,7,128,56,24,74,85,48,84,8,125,32,0,74,33,
-48,80,0,124,120,67,0,124,0,0,96,57,33,0,97,153,174,1,105,125,
-128,0,0,72,0,0,19,44,120,0,130,64,16,0,10,40,120,251,232,127,
-56,0,128,65,120,251,231,127,191,7,233,84,12,0,130,64,0,0,7,129,
-36,0,0,72,80,56,233,124,0,0,7,128,4,0,7,129,56,24,41,85,
-48,76,0,124,32,0,41,33,48,72,8,125,120,3,8,125,16,0,95,57,
-191,7,70,85,12,0,130,64,16,0,95,147,24,0,0,72,0,0,0,56,
-0,0,10,152,1,0,10,152,2,0,10,152,3,0,10,152,0,0,96,57,
-31,0,97,153,0,0,104,153,0,0,19,44,12,0,130,64,0,0,22,130,
-108,1,0,72,20,0,255,56,191,7,232,84,120,251,227,127,12,0,130,64,
-20,0,63,129,36,0,0,72,80,56,232,124,0,0,7,128,4,0,39,129,
-56,24,8,85,48,68,0,124,32,0,8,33,48,64,41,125,120,3,41,125,
-16,0,9,40,56,0,128,65,120,251,234,127,191,7,71,85,12,0,130,64,
-0,0,106,128,36,0,0,72,80,80,71,125,0,0,10,129,4,0,106,128,
-56,24,231,84,48,60,8,125,32,0,231,32,48,56,99,124,120,67,99,124,
-120,131,4,126,120,155,101,126,45,130,1,72,20,0,95,57,191,7,73,85,
-120,251,230,127,12,0,130,64,20,0,31,128,36,0,0,72,80,80,73,125,
-4,0,10,128,0,0,74,129,56,24,41,85,48,76,74,125,32,0,41,33,
-48,72,0,124,120,83,0,124,16,0,0,40,56,0,128,65,120,251,231,127,
-191,7,232,84,12,0,130,64,0,0,199,128,36,0,0,72,80,56,232,124,
-0,0,7,128,4,0,199,128,56,24,8,85,48,68,0,124,32,0,8,33,
-48,64,198,124,120,3,198,124,16,0,63,57,191,7,42,85,12,0,130,64,
-16,0,127,146,32,0,0,72,0,0,105,154,62,194,103,86,1,0,233,152,
-62,194,231,84,2,0,233,152,62,194,231,84,3,0,233,152,16,0,31,57,
-191,7,9,85,12,0,130,64,16,0,95,129,36,0,0,72,80,64,9,125,
-0,0,8,128,4,0,72,129,56,24,41,85,48,76,0,124,32,0,41,33,
-48,72,74,125,120,3,74,125,0,0,96,57,34,0,97,153,174,81,102,125,
-0,0,22,130,248,255,254,56,191,7,232,84,12,0,130,64,248,255,158,146,
-32,0,0,72,0,0,135,154,62,194,137,86,1,0,39,153,62,194,41,85,
-2,0,39,153,62,194,41,85,3,0,39,153,12,0,0,60,156,65,0,48,
-248,255,222,56,191,7,199,84,144,136,66,57,0,0,85,145,12,0,130,64,
-248,255,30,144,32,0,0,72,0,0,6,152,62,194,8,84,1,0,6,153,
-62,194,8,85,2,0,6,153,62,194,8,85,3,0,6,153,20,0,62,57,
-191,7,42,85,12,0,130,64,20,0,62,147,28,0,0,72,15,0,0,56,
-0,0,9,152,0,0,0,56,1,0,9,152,2,0,9,152,3,0,9,152,
-16,0,222,56,191,7,200,84,120,243,199,127,12,0,130,64,16,0,94,147,
-24,0,0,72,0,0,0,56,0,0,6,152,1,0,6,152,2,0,6,152,
-3,0,6,152,16,0,62,57,191,7,38,85,12,0,130,64,16,0,30,128,
-36,0,0,72,80,72,38,125,0,0,73,129,4,0,9,128,56,24,198,84,
-48,52,74,125,32,0,198,32,48,48,0,124,120,83,0,124,120,131,9,126,
-0,0,96,57,35,0,97,153,120,91,108,125,16,0,223,56,191,7,200,84,
-20,2,71,125,0,0,138,153,12,0,130,64,16,0,255,128,36,0,0,72,
-80,48,200,124,4,0,230,128,0,0,6,128,56,24,8,85,48,68,0,124,
-32,0,8,33,48,64,231,124,120,3,231,124,120,59,243,124,64,152,9,124,
-8,0,128,64,120,75,51,125,252,255,30,56,64,192,0,124,120,3,130,64,
-16,0,62,57,191,7,42,85,12,0,130,64,16,0,30,128,36,0,0,72,
-80,72,42,125,0,0,201,128,4,0,9,128,56,24,74,85,48,84,198,124,
-32,0,74,33,48,80,0,124,120,51,0,124,64,152,0,124,64,0,128,64,
-252,255,126,56,81,66,1,72,16,0,254,56,191,7,232,84,12,0,130,64,
-16,0,30,128,36,0,0,72,80,56,232,124,0,0,39,129,4,0,7,128,
-56,24,8,85,48,68,41,125,32,0,8,33,48,64,0,124,120,75,0,124,
-80,0,211,124,64,128,6,124,8,0,128,64,120,51,208,124,0,0,16,44,
-180,8,130,65,20,0,94,57,191,7,72,85,120,243,199,127,12,0,130,64,
-20,0,62,129,36,0,0,72,80,80,72,125,4,0,42,129,0,0,74,129,
-56,24,8,85,48,68,74,125,32,0,8,33,48,64,41,125,120,83,41,125,
-16,0,9,40,56,0,128,65,120,243,202,127,191,7,72,85,12,0,130,64,
-0,0,234,128,36,0,0,72,80,80,72,125,4,0,234,128,0,0,74,129,
-56,24,8,85,48,68,74,125,32,0,8,33,48,64,231,124,120,83,231,124,
-16,0,9,40,20,154,71,125,120,243,200,127,56,0,128,65,120,243,199,127,
-191,7,236,84,12,0,130,64,0,0,7,129,36,0,0,72,80,56,236,124,
-4,0,7,129,0,0,231,128,56,24,140,85,48,100,231,124,32,0,140,33,
-48,96,8,125,120,59,8,125,20,154,136,125,81,48,240,124,120,59,232,124,
-20,130,204,124,100,1,130,65,80,80,6,124,64,64,0,124,176,0,129,65,
-1,0,7,40,20,66,74,125,120,59,233,124,20,66,198,124,8,0,128,64,
-1,0,32,57,166,3,41,125,255,255,38,141,255,255,42,157,248,255,0,66,
-1,0,7,40,120,59,234,124,20,0,222,56,8,0,128,64,1,0,64,57,
-191,7,199,84,208,0,10,124,20,2,8,125,12,0,130,64,20,0,62,129,
-36,0,0,72,80,48,199,124,0,0,70,129,4,0,38,129,56,24,231,84,
-48,60,74,125,32,0,231,32,48,56,41,125,120,83,41,125,16,0,222,56,
-191,7,199,84,12,0,130,64,16,0,30,128,36,0,0,72,80,48,199,124,
-0,0,6,129,4,0,6,128,56,24,231,84,48,60,8,125,32,0,231,32,
-48,56,0,124,120,67,0,124,172,0,0,72,1,0,7,40,255,255,198,56,
-120,59,233,124,255,255,74,57,8,0,128,64,1,0,32,57,166,3,41,125,
-1,0,6,140,1,0,10,156,248,255,0,66,1,0,7,40,120,59,233,124,
-20,0,222,56,8,0,128,64,1,0,32,57,191,7,192,84,208,0,73,125,
-20,82,8,125,12,0,130,64,20,0,62,129,36,0,0,72,80,48,192,124,
-0,0,6,129,4,0,38,129,56,24,0,84,48,4,8,125,32,0,0,32,
-48,0,41,125,120,67,41,125,16,0,94,57,191,7,70,85,12,0,130,64,
-16,0,30,128,36,0,0,72,80,80,70,125,0,0,234,128,4,0,10,128,
-56,24,198,84,48,52,231,124,32,0,198,32,48,48,0,124,120,59,0,124,
-16,0,9,40,80,0,240,124,120,243,198,127,56,0,128,65,120,243,200,127,
-191,7,0,85,12,0,130,64,0,0,200,128,36,0,0,72,80,64,0,125,
-0,0,40,129,4,0,200,128,56,24,0,84,48,4,41,125,32,0,0,32,
-48,0,198,124,120,75,198,124,16,0,94,57,191,7,64,85,12,0,130,64,
-16,0,254,144,32,0,0,72,0,0,234,152,62,194,231,84,1,0,234,152,
-62,194,231,84,2,0,234,152,62,194,231,84,3,0,234,152,16,0,30,57,
-191,7,9,85,12,0,130,64,16,0,30,128,36,0,0,72,80,64,9,125,
-0,0,72,129,4,0,8,128,56,24,41,85,48,76,74,125,32,0,41,33,
-48,72,0,124,120,83,0,124,0,0,96,57,36,0,97,153,174,1,102,125,
-208,5,0,72,254,255,224,56,64,56,19,124,12,0,129,64,252,255,126,56,
-241,64,1,72,20,0,30,57,191,7,10,85,12,0,130,64,20,0,62,129,
-36,0,0,72,80,64,10,125,0,0,8,128,4,0,40,129,56,24,74,85,
-48,84,0,124,32,0,74,33,48,80,41,125,120,3,41,125,64,152,9,124,
-40,3,128,64,16,0,222,56,191,7,199,84,12,0,130,64,16,0,30,129,
-36,0,0,72,80,48,199,124,0,0,70,129,4,0,6,129,56,24,231,84,
-48,60,74,125,32,0,231,32,48,56,8,125,120,83,8,125,15,0,111,98,
-254,255,192,56,64,48,15,124,120,67,16,125,32,0,129,64,120,155,111,126,
-1,0,111,56,157,71,1,72,0,0,16,44,120,27,110,124,72,0,130,64,
-196,0,0,72,171,170,128,61,171,170,140,57,22,120,236,124,126,248,40,85,
-126,248,231,84,64,64,7,124,20,0,128,64,254,255,8,32,64,0,9,124,
-8,0,129,65,20,66,233,125,1,0,111,56,89,71,1,72,0,0,16,44,
-120,27,110,124,132,0,130,65,20,0,62,57,191,7,42,85,120,115,195,125,
-120,243,196,127,12,0,130,64,20,0,222,128,36,0,0,72,80,72,42,125,
-0,0,233,128,4,0,201,128,56,24,74,85,48,84,231,124,32,0,74,33,
-48,80,198,124,120,59,198,124,16,0,6,40,56,0,128,65,120,243,200,127,
-191,7,0,85,12,0,130,64,0,0,136,128,36,0,0,72,80,64,0,125,
-0,0,40,129,4,0,136,128,56,24,0,84,48,4,41,125,32,0,0,32,
-48,0,132,124,120,75,132,124,120,131,5,126,249,122,1,72,20,0,94,57,
-191,7,70,85,12,0,130,64,20,0,254,128,36,0,0,72,80,80,70,125,
-0,0,10,128,4,0,234,128,56,24,198,84,48,52,0,124,32,0,198,32,
-48,48,231,124,120,3,231,124,16,0,7,40,60,0,128,65,120,243,200,127,
-191,7,9,85,12,0,130,64,0,0,104,128,36,0,0,72,80,64,9,125,
-0,0,72,129,4,0,104,128,56,24,41,85,48,76,74,125,32,0,41,33,
-48,72,99,124,120,83,99,124,253,71,1,72,20,0,222,56,191,7,199,84,
-12,0,130,64,20,0,62,147,28,0,0,72,15,0,0,56,0,0,6,152,
-0,0,0,56,1,0,6,152,2,0,6,152,3,0,6,152,16,0,30,57,
-191,7,9,85,120,243,198,127,12,0,130,64,16,0,94,147,24,0,0,72,
-0,0,0,56,0,0,8,152,1,0,8,152,2,0,8,152,3,0,8,152,
-16,0,94,57,191,7,71,85,12,0,130,64,16,0,30,128,36,0,0,72,
-80,80,71,125,4,0,10,128,0,0,10,129,56,24,231,84,48,60,8,125,
-32,0,231,32,48,56,0,124,120,67,0,124,0,0,96,57,38,0,97,153,
-120,91,108,125,20,2,198,124,120,243,201,127,191,7,32,85,120,115,192,125,
-0,0,134,153,12,0,130,64,0,0,9,144,32,0,0,72,0,0,9,152,
-62,194,10,84,1,0,73,153,62,194,74,85,2,0,73,153,62,194,74,85,
-3,0,73,153,20,0,222,56,191,7,199,84,120,123,233,125,12,0,130,64,
-20,0,62,145,32,0,0,72,0,0,38,153,62,194,40,85,1,0,6,153,
-62,194,8,85,2,0,6,153,62,194,8,85,3,0,6,153,16,0,9,40,
-120,243,198,127,8,0,128,65,120,3,6,124,16,0,30,57,191,7,0,85,
-12,0,130,64,16,0,30,146,32,0,0,72,0,0,8,154,62,194,10,86,
-1,0,72,153,62,194,74,85,2,0,72,153,62,194,74,85,3,0,72,153,
-16,0,254,56,191,7,232,84,12,0,130,64,16,0,62,129,36,0,0,72,
-80,56,232,124,0,0,71,129,4,0,39,129,56,24,8,85,48,68,74,125,
-32,0,8,33,48,64,41,125,120,83,41,125,0,0,96,57,39,0,97,153,
-174,73,102,125,128,0,0,72,0,0,19,44,120,0,130,64,16,0,9,40,
-120,243,199,127,56,0,128,65,120,243,198,127,191,7,200,84,12,0,130,64,
-0,0,230,128,36,0,0,72,80,48,200,124,0,0,38,129,4,0,230,128,
-56,24,8,85,48,68,41,125,32,0,8,33,48,64,231,124,120,75,231,124,
-16,0,94,57,191,7,64,85,12,0,130,64,16,0,94,147,24,0,0,72,
-0,0,0,56,0,0,10,152,1,0,10,152,2,0,10,152,3,0,10,152,
-0,0,96,57,37,0,97,153,0,0,103,153,0,0,19,44,216,1,130,65,
-20,0,222,56,191,7,199,84,120,243,195,127,12,0,130,64,20,0,30,129,
-36,0,0,72,80,48,199,124,0,0,6,128,4,0,6,129,56,24,231,84,
-48,60,0,124,32,0,231,32,48,56,8,125,120,3,8,125,16,0,8,40,
-56,0,128,65,120,243,201,127,191,7,42,85,12,0,130,64,0,0,105,128,
-36,0,0,72,80,72,42,125,0,0,201,128,4,0,105,128,56,24,74,85,
-48,84,198,124,32,0,74,33,48,80,99,124,120,51,99,124,20,0,255,56,
-191,7,232,84,120,251,228,127,12,0,130,64,20,0,63,129,36,0,0,72,
-80,56,232,124,0,0,71,129,4,0,39,129,56,24,8,85,48,68,74,125,
-32,0,8,33,48,64,41,125,120,83,41,125,16,0,9,40,56,0,128,65,
-120,251,230,127,191,7,199,84,12,0,130,64,0,0,134,128,36,0,0,72,
-80,48,199,124,0,0,6,129,4,0,134,128,56,24,231,84,48,60,8,125,
-32,0,231,32,48,56,132,124,120,67,132,124,120,155,101,126,133,119,1,72,
-20,0,62,57,191,7,42,85,120,243,198,127,12,0,130,64,20,0,254,128,
-36,0,0,72,80,72,42,125,0,0,9,128,4,0,233,128,56,24,74,85,
-48,84,0,124,32,0,74,33,48,80,231,124,120,3,231,124,16,0,7,40,
-56,0,128,65,120,243,202,127,191,7,64,85,12,0,130,64,0,0,202,128,
-36,0,0,72,80,80,64,125,0,0,42,129,4,0,202,128,56,24,0,84,
-48,4,41,125,32,0,0,32,48,0,198,124,120,75,198,124,16,0,94,57,
-191,7,64,85,12,0,130,64,16,0,126,146,32,0,0,72,0,0,106,154,
-62,194,104,86,1,0,10,153,62,194,8,85,2,0,10,153,62,194,8,85,
-3,0,10,153,16,0,62,57,191,7,42,85,12,0,130,64,16,0,30,128,
-36,0,0,72,80,72,42,125,4,0,9,128,0,0,233,128,56,24,74,85,
-48,84,231,124,32,0,74,33,48,80,0,124,120,59,0,124,0,0,96,57,
-40,0,97,153,174,1,102,125,248,255,94,57,191,7,64,85,12,0,32,61,
-188,65,41,57,12,0,130,64,248,255,62,145,32,0,0,72,0,0,42,153,
-62,194,38,85,1,0,202,152,62,194,198,84,2,0,202,152,62,194,198,84,
-3,0,202,152,12,0,128,61,216,87,140,129,0,0,12,44,120,171,179,126,
-16,0,130,65,120,155,99,126,166,3,137,125,33,4,128,78,4,0,243,128,
-28,0,7,129,120,155,99,126,166,3,9,125,33,4,128,78,120,155,99,126,
-145,52,1,72,20,0,94,57,191,7,70,85,12,0,130,64,20,0,30,128,
-36,0,0,72,80,80,70,125,0,0,42,129,4,0,10,128,56,24,198,84,
-48,52,41,125,32,0,198,32,48,48,0,124,120,75,0,124,16,0,0,40,
-60,0,128,65,120,243,202,127,191,7,64,85,12,0,130,64,0,0,106,128,
-36,0,0,72,80,80,64,125,0,0,234,128,4,0,106,128,56,24,0,84,
-48,4,231,124,32,0,0,32,48,0,99,124,120,59,99,124,49,67,1,72,
-20,0,30,57,191,7,9,85,12,0,130,64,20,0,62,147,28,0,0,72,
-15,0,0,56,0,0,8,152,0,0,0,56,1,0,8,152,2,0,8,152,
-3,0,8,152,16,0,94,57,191,7,71,85,120,243,198,127,12,0,130,64,
-16,0,94,147,24,0,0,72,0,0,0,56,0,0,10,152,1,0,10,152,
-2,0,10,152,3,0,10,152,16,0,30,57,191,7,10,85,12,0,130,64,
-16,0,30,128,36,0,0,72,80,64,10,125,0,0,40,129,4,0,8,128,
-56,24,74,85,48,84,41,125,32,0,74,33,48,80,0,124,120,75,0,124,
-20,0,31,57,191,7,9,85,0,0,96,57,41,0,97,153,120,91,108,125,
-20,2,230,124,0,0,135,153,12,0,130,64,20,0,31,128,36,0,0,72,
-80,64,9,125,4,0,8,128,0,0,72,129,56,24,41,85,48,76,74,125,
-32,0,41,33,48,72,0,124,120,83,0,124,16,0,0,40,60,0,128,65,
-120,251,231,127,191,7,232,84,12,0,130,64,0,0,103,128,36,0,0,72,
-80,56,232,124,0,0,39,129,4,0,103,128,56,24,8,85,48,68,41,125,
-32,0,8,33,48,64,99,124,120,75,99,124,29,66,1,72,20,0,95,57,
-191,7,64,85,12,0,130,64,20,0,63,147,28,0,0,72,15,0,192,56,
-0,0,202,152,0,0,192,56,1,0,202,152,2,0,202,152,3,0,202,152,
-16,0,255,56,191,7,233,84,120,251,232,127,12,0,130,64,16,0,95,147,
-24,0,0,72,0,0,0,56,0,0,7,152,1,0,7,152,2,0,7,152,
-3,0,7,152,16,0,95,57,191,7,70,85,12,0,130,64,16,0,255,128,
-36,0,0,72,80,80,70,125,4,0,234,128,0,0,42,129,56,24,198,84,
-48,52,41,125,32,0,198,32,48,48,231,124,120,75,231,124,0,0,96,57,
-42,0,97,153,174,57,104,125,48,3,0,72,0,0,9,44,0,0,224,56,
-12,0,130,65,80,64,9,124,112,30,7,124,1,0,231,56,64,56,16,124,
-184,1,128,64,126,248,7,86,80,184,199,124,64,128,6,124,0,0,192,56,
-8,0,128,65,20,58,208,124,0,0,9,44,120,51,208,124,0,0,64,57,
-12,0,130,65,80,64,233,124,112,30,234,124,1,0,10,56,64,0,16,124,
-28,0,128,64,0,0,9,44,0,0,192,56,12,0,130,65,80,64,201,124,
-112,30,198,124,1,0,6,58,64,184,16,124,68,0,129,64,92,136,237,128,
-0,0,7,44,48,0,130,64,1,0,32,57,92,136,45,145,12,0,0,60,
-24,187,0,48,84,136,13,144,12,0,192,60,220,65,198,56,88,136,205,144,
-12,0,96,60,252,65,99,56,105,58,1,72,84,136,109,56,177,49,1,72,
-56,24,15,86,120,123,227,125,21,63,1,72,4,0,61,129,120,155,96,126,
-120,75,38,125,64,0,6,124,120,27,112,124,120,131,10,126,44,0,130,65,
-121,83,71,125,20,0,130,65,0,0,6,137,0,0,7,153,4,0,6,129,
-4,0,7,145,8,0,198,56,64,0,6,124,8,0,74,57,220,255,130,64,
-121,83,72,125,20,0,130,65,0,0,28,136,0,0,8,152,4,0,220,128,
-4,0,200,144,8,0,29,129,120,67,0,125,120,155,102,126,64,0,6,124,
-8,0,106,57,44,0,130,65,121,91,108,125,20,0,130,65,0,0,230,136,
-0,0,236,152,4,0,70,129,4,0,76,145,8,0,198,56,64,0,6,124,
-8,0,107,57,220,255,130,64,0,0,9,44,0,0,224,56,12,0,130,65,
-80,64,233,124,112,30,231,124,0,0,9,44,1,0,103,58,36,0,130,65,
-120,75,39,125,64,64,7,124,16,0,130,65,8,0,231,56,64,64,7,124,
-248,255,130,64,120,75,35,125,221,63,1,72,16,0,129,129,12,0,97,129,
-20,122,48,125,12,0,61,145,56,24,96,86,20,2,16,124,56,24,102,85,
-4,0,29,146,20,50,140,125,8,0,29,144,16,0,129,145,112,1,0,72,
-80,64,19,124,112,30,7,124,1,0,7,40,180,0,128,64,120,67,10,125,
-120,155,107,126,64,80,11,124,8,0,147,57,44,0,130,65,121,99,137,125,
-20,0,130,65,0,0,203,136,0,0,201,152,4,0,11,128,4,0,9,144,
-8,0,107,57,64,80,11,124,8,0,140,57,220,255,130,64,1,0,199,32,
-0,0,6,44,120,227,137,127,120,67,12,125,40,0,130,65,121,99,138,125,
-20,0,130,65,0,0,233,136,0,0,234,152,4,0,233,128,4,0,234,144,
-255,255,198,52,8,0,140,57,224,255,130,64,120,155,106,126,8,0,8,57,
-248,255,232,56,64,56,10,124,8,0,29,145,120,227,136,127,188,0,130,65,
-0,0,40,129,0,0,42,145,4,0,200,128,4,0,202,144,8,0,74,57,
-64,56,10,124,232,255,130,64,156,0,0,72,120,67,7,125,248,255,199,56,
-120,51,204,124,64,56,12,124,120,67,10,125,44,0,130,65,121,83,72,125,
-20,0,130,65,0,0,44,137,0,0,40,153,4,0,44,129,4,0,40,145,
-8,0,140,57,64,56,12,124,8,0,74,57,220,255,130,64,120,155,108,126,
-64,48,12,124,8,0,93,145,28,0,130,65,248,255,70,133,248,255,71,149,
-4,0,6,128,64,48,12,124,4,0,7,144,236,255,130,64,120,155,108,126,
-8,0,19,56,64,0,12,124,120,227,135,127,32,0,130,65,0,0,199,128,
-0,0,204,144,4,0,71,129,4,0,76,145,8,0,140,57,64,0,12,124,
-232,255,130,64,16,0,129,129,12,0,97,129,56,24,102,85,20,50,140,125,
-16,0,129,145,1,0,82,58,20,0,129,129,6,0,12,161,0,64,18,124,
-56,223,128,65,96,0,193,131,92,0,225,131,0,240,31,124,24,0,129,129,
-52,0,236,128,255,255,17,48,16,137,64,125,114,54,71,81,52,0,236,144,
-44,0,128,64,0,0,127,136,4,0,159,128,116,7,99,124,81,202,255,75,
-0,0,17,44,8,0,130,64,120,27,113,124,8,0,255,59,0,240,31,124,
-220,255,128,65,92,0,97,128,0,0,3,44,120,139,63,126,36,0,130,65,
-96,0,225,128,120,27,105,124,64,56,9,124,16,0,130,65,8,0,41,57,
-64,56,9,124,248,255,130,64,173,61,1,72,232,0,65,131,204,0,97,130,
-200,0,65,130,228,0,33,131,236,0,97,131,208,0,129,130,196,0,33,130,
-224,0,1,131,240,0,129,131,212,0,161,130,192,0,1,130,220,0,225,130,
-244,0,161,131,120,251,227,127,252,0,225,131,216,0,193,130,248,0,193,131,
-4,1,1,128,188,0,225,129,184,0,193,129,166,3,8,124,0,1,33,56,
-32,0,128,78,192,255,33,148,48,0,129,147,52,0,161,147,166,2,8,124,
-68,0,1,144,56,0,193,147,60,0,225,147,120,43,190,124,12,0,193,144,
-0,0,224,59,30,0,225,179,6,0,126,161,0,88,31,124,8,0,3,160,
-12,0,161,59,8,0,129,59,255,255,64,57,36,0,0,61,44,72,12,84,
-8,0,129,145,16,0,225,147,20,0,225,147,32,0,225,147,92,165,8,57,
-36,0,1,145,40,0,65,145,92,0,128,64,120,235,163,127,120,227,132,127,
-245,192,255,75,0,0,3,44,24,0,130,64,120,235,163,127,0,0,128,56,
-29,185,255,75,0,0,3,44,36,0,130,65,56,0,193,131,60,0,225,131,
-68,0,1,128,52,0,161,131,48,0,129,131,166,3,8,124,64,0,33,56,
-32,0,128,78,6,0,126,161,1,0,255,59,0,88,31,124,172,255,128,65,
-60,0,225,131,56,0,193,131,52,0,161,131,68,0,1,128,48,0,129,131,
-0,0,96,56,166,3,8,124,64,0,33,56,32,0,128,78,0,0,3,44,
-32,0,130,77,255,7,128,84,32,0,130,77,84,60,1,72,60,45,1,72,
-56,45,1,72,232,255,33,148,12,0,161,147,166,2,8,124,28,0,1,144,
-16,0,193,147,121,27,126,124,20,0,225,147,120,35,159,124,104,0,130,65,
-32,0,30,129,16,0,8,40,12,0,190,59,40,0,128,64,15,0,32,57,
-32,0,62,145,0,0,64,57,28,0,94,145,255,7,231,87,8,0,65,153,
-12,0,94,153,56,0,130,65,44,0,0,72,12,0,126,128,237,59,1,72,
-15,0,32,57,32,0,62,145,0,0,64,57,28,0,94,145,255,7,231,87,
-8,0,65,153,12,0,94,153,12,0,130,65,120,243,195,127,197,59,1,72,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,144,44,1,72,32,0,3,128,16,0,0,40,
-12,0,128,65,12,0,99,128,32,0,128,78,12,0,99,56,32,0,128,78,
-232,255,33,148,12,0,161,147,166,2,8,124,28,0,1,144,16,0,193,147,
-121,27,126,124,20,0,225,147,120,35,159,124,104,0,130,65,32,0,30,129,
-16,0,8,40,12,0,190,59,40,0,128,64,15,0,32,57,32,0,62,145,
-0,0,64,57,28,0,94,145,255,7,231,87,8,0,65,153,12,0,94,153,
-56,0,130,65,44,0,0,72,12,0,126,128,41,59,1,72,15,0,32,57,
-32,0,62,145,0,0,64,57,28,0,94,145,255,7,231,87,8,0,65,153,
-12,0,94,153,12,0,130,65,120,243,195,127,1,59,1,72,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,32,0,128,78,0,0,99,128,32,0,128,78,0,0,3,44,
-32,0,130,77,255,7,128,84,32,0,130,77,196,58,1,72,4,0,99,160,
-32,0,128,78,0,0,96,56,32,0,128,78,232,255,33,148,12,0,161,147,
-20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,
-48,0,126,128,0,0,128,56,0,32,160,56,125,234,250,75,166,0,224,127,
-94,4,224,87,36,1,0,124,48,0,190,131,254,255,189,59,0,0,192,59,
-120,243,195,127,21,131,255,75,1,0,222,59,16,0,30,44,2,0,125,180,
-236,255,128,65,0,128,236,115,166,0,0,124,94,4,0,84,120,99,0,124,
-36,1,0,124,20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,
-16,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-166,2,8,124,28,0,1,144,20,0,225,147,120,27,127,124,48,0,95,129,
-0,0,0,56,120,35,131,124,0,0,10,152,141,110,4,72,8,0,97,144,
-12,0,129,144,48,0,127,128,8,0,160,56,8,0,129,57,120,99,132,125,
-105,108,1,72,28,0,1,128,20,0,225,131,8,0,96,56,24,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,120,27,108,124,48,0,236,131,120,35,131,124,61,131,255,75,
-0,0,127,152,20,0,1,128,12,0,225,131,1,0,96,56,16,0,33,56,
-166,3,8,124,32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,
-12,0,161,147,0,0,160,59,16,0,193,147,120,27,126,124,20,0,225,147,
-120,35,159,124,120,251,227,127,205,130,255,75,0,0,3,44,32,0,130,65,
-56,24,224,87,80,0,31,124,54,32,0,84,29,0,64,61,20,2,138,125,
-94,5,172,139,116,7,189,127,48,0,158,129,0,0,172,155,28,0,1,128,
-20,0,225,131,12,0,161,131,16,0,193,131,1,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-48,0,99,128,0,32,128,56,61,170,0,72,12,0,1,128,8,0,33,56,
-166,3,8,124,0,32,96,56,32,0,128,78,208,255,33,148,166,2,8,124,
-52,0,1,144,44,0,225,147,120,27,127,124,8,0,97,56,103,102,128,60,
-170,170,132,56,253,25,255,75,8,0,97,56,113,55,255,75,0,0,3,44,
-48,0,127,128,0,32,160,56,28,0,130,65,120,27,100,124,8,0,97,56,
-0,0,192,56,120,51,199,124,197,22,255,75,48,0,0,72,0,0,128,56,
-129,232,250,75,48,0,127,129,33,0,128,57,255,255,107,57,166,3,137,125,
-12,0,128,61,171,194,140,57,1,0,12,140,1,0,11,156,248,255,0,66,
-52,0,1,128,44,0,225,131,0,32,96,56,48,0,33,56,166,3,8,124,
-32,0,128,78,120,35,133,124,48,0,131,128,0,32,96,56,108,240,250,75,
-224,255,33,148,20,0,161,147,120,27,125,124,16,0,29,40,166,2,8,124,
-36,0,1,144,28,0,225,147,24,0,193,147,0,0,192,59,120,243,223,127,
-28,0,128,64,58,16,166,87,20,234,102,125,56,24,107,85,0,0,139,61,
-96,66,76,57,8,0,234,131,0,0,31,44,136,0,130,65,104,0,31,129,
-100,0,8,128,120,0,222,99,120,251,227,127,166,3,9,124,33,4,128,78,
-104,0,255,128,188,0,7,128,62,6,99,84,255,255,128,56,254,7,126,80,
-166,3,9,124,120,251,227,127,33,4,128,78,12,0,97,144,14,0,225,160,
-10,0,225,176,8,0,97,176,6,0,255,136,8,0,1,128,64,0,233,104,
-120,235,163,127,254,7,8,84,1,0,12,105,62,6,140,85,188,15,158,81,
-255,255,73,49,16,73,202,124,48,62,222,80,253,106,4,72,1,0,96,104,
-62,6,0,84,122,23,30,80,120,243,195,127,24,0,193,131,36,0,1,128,
-28,0,225,131,20,0,161,131,166,3,8,124,32,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,12,0,225,147,20,0,1,144,48,0,67,129,
-16,0,4,40,0,0,128,57,0,0,138,153,28,0,128,64,58,16,138,84,
-20,34,10,124,56,24,0,84,248,193,141,57,20,2,108,125,8,0,139,129,
-0,0,12,44,20,0,130,65,48,0,227,131,120,35,131,124,197,254,255,75,
-0,0,127,152,20,0,1,128,12,0,225,131,1,0,96,56,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,120,27,108,124,48,0,236,131,120,35,131,124,93,14,253,75,
-0,0,127,152,20,0,1,128,12,0,225,131,1,0,96,56,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,120,27,108,124,48,0,236,131,120,35,131,124,5,15,253,75,
-0,0,127,152,20,0,1,128,12,0,225,131,1,0,96,56,16,0,33,56,
-166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-16,0,4,40,120,27,108,124,0,0,96,56,28,0,128,64,58,16,139,84,
-20,34,11,124,56,24,0,84,248,193,109,57,20,2,107,125,8,0,107,128,
-0,0,3,44,20,0,130,64,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,104,0,99,129,236,0,11,128,48,0,140,128,166,3,9,124,
-33,4,128,78,58,16,108,84,20,26,12,124,58,16,3,84,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,16,0,4,40,
-8,0,193,147,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-0,0,96,56,28,0,128,64,58,16,138,84,20,34,10,124,56,24,0,84,
-248,193,141,57,20,2,108,125,8,0,107,128,0,0,3,44,28,0,130,64,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,104,0,67,129,228,0,10,128,48,0,223,131,166,3,9,124,
-33,4,128,78,0,0,126,152,48,0,159,129,0,0,0,56,1,0,12,152,
-20,0,1,128,8,0,193,131,12,0,225,131,2,0,96,56,166,3,8,124,
-16,0,33,56,32,0,128,78,240,255,33,148,8,0,193,147,166,2,8,124,
-20,0,1,144,12,0,225,147,48,0,195,131,0,0,224,59,120,251,227,127,
-245,252,255,75,1,0,255,59,16,0,31,44,0,0,126,152,1,0,222,59,
-232,255,128,65,12,0,225,131,20,0,1,128,8,0,193,131,16,0,96,56,
-166,3,8,124,16,0,33,56,32,0,128,78,232,255,33,148,12,0,161,147,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,48,0,99,128,
-120,43,189,124,120,35,158,124,0,0,0,56,8,0,129,56,8,0,1,144,
-21,107,251,75,21,0,29,40,21,0,224,59,8,0,128,64,120,235,191,127,
-120,243,195,127,12,0,128,60,208,194,132,56,120,251,229,127,49,103,1,72,
-34,128,173,139,8,0,97,56,120,235,164,127,209,158,251,75,255,255,99,57,
-1,0,75,141,117,7,74,125,248,255,130,64,80,88,131,125,64,96,31,124,
-40,0,128,64,8,0,97,56,120,235,164,127,169,158,251,75,120,27,100,124,
-120,243,195,127,120,251,229,127,233,102,1,72,120,251,227,127,68,0,0,72,
-8,0,97,56,120,235,164,127,133,158,251,75,255,255,35,57,1,0,9,140,
-117,7,0,124,248,255,130,64,80,72,227,127,8,0,97,56,120,235,164,127,
-101,158,251,75,120,27,100,124,120,243,195,127,120,251,229,127,165,102,1,72,
-120,251,227,127,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,48,0,99,128,120,35,159,124,0,0,0,56,
-8,0,129,56,8,0,1,144,29,106,251,75,34,128,141,136,8,0,97,56,
-181,156,251,75,0,0,127,152,20,0,1,128,12,0,225,131,1,0,96,56,
-16,0,33,56,166,3,8,124,32,0,128,78,4,0,5,44,120,35,134,124,
-12,0,130,65,15,1,96,56,32,0,128,78,52,0,131,128,48,0,99,128,
-4,0,160,56,1,0,224,56,0,110,251,75,120,35,134,124,52,0,131,128,
-48,0,99,128,1,0,224,56,192,108,251,75,232,255,33,148,16,0,193,147,
-20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,120,35,157,124,
-52,0,131,128,48,0,99,128,8,0,193,56,120,43,190,124,4,0,160,56,
-1,0,224,56,137,108,251,75,0,0,3,44,36,0,130,65,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,0,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,12,0,30,40,12,0,224,59,8,0,128,64,
-120,243,223,127,8,0,1,128,0,0,0,44,12,0,130,65,1,0,0,84,
-32,0,130,65,120,235,163,127,12,0,128,60,232,194,132,56,120,251,229,127,
-97,101,1,72,12,0,96,56,40,0,0,72,8,0,97,56,97,104,1,72,
-120,27,102,124,120,235,163,127,120,251,228,127,12,0,160,60,244,194,165,56,
-233,81,1,72,12,0,96,56,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-12,0,161,147,20,0,225,147,166,2,8,124,28,0,1,144,8,0,129,147,
-120,27,124,124,16,0,193,147,120,43,190,124,4,0,188,160,64,40,30,124,
-120,35,157,124,32,0,130,65,16,0,193,131,12,0,161,131,8,0,129,131,
-208,0,101,124,166,3,8,124,24,0,33,56,32,0,128,78,52,0,156,128,
-48,0,124,128,36,0,224,63,0,0,224,56,128,190,255,59,120,251,230,127,
-117,107,251,75,0,0,3,44,24,0,130,64,0,0,31,136,0,0,0,44,
-48,0,130,65,255,0,0,44,40,0,130,65,20,0,225,131,16,0,193,131,
-12,0,161,131,28,0,1,128,8,0,129,131,0,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,4,0,188,160,1,0,128,57,0,40,12,124,
-28,0,128,64,1,0,95,141,64,0,10,124,196,255,130,64,1,0,140,57,
-0,40,12,124,236,255,128,65,48,0,124,128,52,0,156,128,120,243,197,127,
-120,235,166,127,0,0,224,56,33,108,251,75,0,0,3,44,0,0,96,56,
-8,0,130,64,4,0,124,160,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-104,129,141,129,48,0,108,128,1,0,128,56,152,82,251,75,240,255,33,148,
-166,2,8,124,20,0,1,144,8,0,193,147,121,27,126,124,12,0,225,147,
-120,35,159,124,52,0,130,65,12,0,0,60,232,75,0,48,44,0,30,144,
-12,0,96,60,0,195,99,56,0,3,128,56,0,0,160,56,41,230,250,75,
-255,7,224,87,12,0,130,65,120,243,195,127,21,49,1,72,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-232,255,33,148,0,0,3,44,166,2,8,124,28,0,1,144,8,0,129,147,
-120,35,156,124,12,0,161,147,120,43,189,124,16,0,193,147,120,51,222,124,
-20,0,225,147,120,59,255,124,20,0,130,64,48,0,96,56,29,47,1,72,
-0,0,3,44,64,0,130,65,0,0,131,147,4,0,163,179,6,0,195,179,
-8,0,227,155,12,0,0,60,136,72,0,48,44,0,3,144,0,0,0,56,
-9,0,3,152,9,0,131,57,16,0,96,57,166,3,105,125,1,0,12,156,
-16,0,12,152,248,255,0,66,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-232,255,33,148,166,2,8,124,28,0,1,144,8,0,129,147,120,35,156,124,
-20,0,225,147,121,27,127,124,12,0,161,147,120,43,189,124,16,0,193,147,
-120,51,222,124,20,0,130,64,56,0,96,56,129,46,1,72,121,27,127,124,
-48,0,130,65,120,251,227,127,120,235,165,127,0,0,128,56,120,35,134,124,
-120,35,135,124,13,255,255,75,12,0,0,60,168,72,0,48,44,0,31,144,
-48,0,159,147,52,0,223,147,120,251,227,127,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,8,0,129,147,
-120,35,156,124,20,0,225,147,121,27,127,124,12,0,161,147,120,43,189,124,
-16,0,193,147,120,51,222,124,20,0,130,64,60,0,96,56,241,45,1,72,
-121,27,127,124,48,0,130,65,120,251,227,127,120,227,132,127,120,235,165,127,
-120,243,198,127,33,255,255,75,104,129,13,128,56,0,31,144,104,129,237,147,
-12,0,0,60,232,75,0,48,44,0,31,144,120,251,227,127,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,4,0,31,160,64,0,5,124,120,35,134,124,
-28,0,130,65,208,0,96,124,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,48,0,127,128,52,0,159,128,1,0,224,56,
-109,105,251,75,0,0,3,44,0,0,96,56,8,0,130,64,4,0,127,160,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-4,0,31,160,64,0,5,124,120,35,134,124,28,0,130,65,208,0,96,124,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-48,0,127,128,52,0,159,128,0,0,224,56,253,104,251,75,0,0,3,44,
-0,0,96,56,8,0,130,64,4,0,127,160,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,166,2,8,124,
-28,0,1,144,16,0,193,147,120,27,126,124,20,0,225,147,120,35,159,124,
-120,251,227,127,12,0,161,147,120,43,189,124,0,0,128,56,33,222,250,75,
-48,0,126,128,4,0,30,160,0,232,0,124,52,0,158,128,120,235,165,127,
-120,251,230,127,1,0,224,56,8,0,128,64,120,3,5,124,85,103,251,75,
-0,0,3,44,0,0,96,56,8,0,130,64,4,0,126,160,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,16,0,193,147,166,2,8,124,28,0,1,144,
-20,0,225,147,121,35,159,124,12,0,161,147,120,27,125,124,8,0,130,64,
-4,0,253,163,120,251,227,127,181,45,1,72,4,0,189,160,120,27,126,124,
-0,0,128,56,141,221,250,75,48,0,125,128,52,0,157,128,120,251,229,127,
-120,243,198,127,0,0,224,56,253,103,251,75,120,27,127,124,120,243,195,127,
-133,45,1,72,120,251,227,127,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,20,0,225,147,
-120,35,159,124,120,251,227,127,12,0,161,147,120,43,189,124,0,0,128,56,
-25,221,250,75,48,0,126,128,4,0,30,160,0,232,0,124,52,0,158,128,
-120,235,165,127,120,251,230,127,0,0,224,56,8,0,128,64,120,3,5,124,
-77,102,251,75,0,0,3,44,0,0,96,56,8,0,130,64,4,0,126,160,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,240,255,33,148,2,0,5,44,166,2,8,124,
-20,0,1,144,12,0,225,147,120,35,159,124,24,0,128,64,12,0,225,131,
-16,0,33,56,166,3,8,124,120,43,163,124,32,0,128,78,120,251,227,127,
-8,0,129,56,21,59,253,75,0,0,3,44,12,0,130,64,8,0,1,136,
-1,0,31,152,0,0,3,44,2,0,96,56,8,0,130,65,0,0,96,56,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,
-8,0,193,147,120,35,158,124,20,0,130,64,48,0,96,56,149,42,1,72,
-121,27,127,124,40,0,130,65,120,251,227,127,120,243,199,127,0,0,128,56,
-120,35,133,124,120,35,134,124,33,251,255,75,12,0,0,60,200,75,0,48,
-44,0,31,144,20,0,1,128,120,251,227,127,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,224,255,33,148,8,0,65,147,
-12,0,97,147,16,0,129,147,20,0,161,147,166,2,8,124,36,0,1,144,
-24,0,193,147,120,27,126,124,28,0,225,147,120,51,223,124,48,0,222,128,
-0,0,6,44,28,0,130,64,28,0,225,131,24,0,193,131,166,3,8,124,
-0,0,96,56,32,0,33,56,32,0,128,78,4,0,30,160,64,0,5,124,
-48,0,130,65,20,0,161,131,16,0,129,131,208,0,96,124,36,0,1,128,
-12,0,97,131,28,0,225,131,24,0,193,131,8,0,65,131,166,3,8,124,
-32,0,33,56,32,0,128,78,6,0,158,161,214,97,127,125,20,90,70,127,
-9,0,126,137,0,0,160,56,120,43,188,124,116,7,107,125,0,88,28,124,
-120,35,155,124,124,0,129,65,0,0,160,59,0,0,29,124,96,0,128,64,
-0,0,250,136,0,0,4,137,116,7,8,125,116,7,231,124,64,64,7,124,
-52,0,130,65,120,211,67,127,80,0,189,124,153,93,1,72,4,0,30,160,
-9,0,126,137,1,0,156,59,120,219,100,127,1,0,160,56,116,7,107,125,
-80,0,157,125,20,98,90,127,32,0,0,72,1,0,189,59,0,0,29,124,
-1,0,132,56,1,0,90,59,168,255,128,65,120,219,100,127,1,0,156,59,
-0,88,28,124,140,255,129,64,8,0,254,136,117,7,231,124,88,0,130,65,
-100,129,45,137,0,0,9,44,76,0,130,65,0,0,5,44,10,0,30,57,
-28,0,130,65,20,250,126,125,1,0,128,57,26,0,139,153,0,0,32,57,
-174,249,40,125,60,0,0,72,174,248,72,125,0,0,10,44,48,0,130,65,
-20,250,126,125,1,0,128,57,26,0,139,153,0,0,32,57,174,249,40,125,
-24,0,0,72,0,0,5,44,16,0,130,65,1,0,32,57,10,0,30,57,
-174,249,40,125,20,0,161,131,16,0,129,131,120,3,3,124,36,0,1,128,
-12,0,97,131,28,0,225,131,24,0,193,131,8,0,65,131,166,3,8,124,
-32,0,33,56,32,0,128,78,192,255,33,148,8,0,5,40,166,2,8,124,
-68,0,1,144,60,0,225,147,120,27,127,124,52,0,161,147,120,35,157,124,
-56,0,193,147,120,51,222,124,32,0,128,64,60,0,225,131,56,0,193,131,
-52,0,161,131,166,3,8,124,0,0,96,56,64,0,33,56,32,0,128,78,
-12,0,97,56,0,0,128,56,36,0,160,56,197,217,250,75,255,255,64,57,
-44,0,65,145,1,0,125,137,12,0,97,145,2,0,157,137,16,0,129,145,
-3,0,29,136,20,0,1,144,4,0,93,137,24,0,65,145,5,0,157,137,
-255,255,12,56,28,0,1,144,6,0,157,137,7,0,29,136,46,64,0,84,
-12,0,97,56,20,2,108,125,148,248,11,56,32,0,1,144,45,78,1,72,
-8,0,97,144,120,251,227,127,8,0,129,56,120,243,198,127,4,0,160,56,
-121,253,255,75,8,0,97,128,117,130,251,75,60,0,225,131,56,0,193,131,
-68,0,1,128,52,0,161,131,8,0,96,56,166,3,8,124,64,0,33,56,
-32,0,128,78,224,255,33,148,16,0,129,147,20,0,161,147,28,0,225,147,
-166,2,8,124,36,0,1,144,24,0,193,147,120,27,126,124,12,0,97,147,
-120,43,187,124,9,0,190,136,116,7,165,124,120,59,253,124,0,40,29,124,
-120,51,220,124,120,35,159,124,8,0,129,64,0,0,160,59,44,0,222,128,
-28,0,6,129,120,243,195,127,120,227,132,127,166,3,9,125,33,4,128,78,
-6,0,30,160,62,4,105,84,214,1,252,124,214,73,29,124,0,72,27,124,
-0,0,158,129,4,0,62,177,20,58,108,125,120,251,227,127,120,75,37,125,
-8,0,128,64,120,219,101,127,20,2,139,124,45,91,1,72,16,0,129,131,
-4,0,126,160,24,0,193,131,36,0,1,128,20,0,161,131,12,0,97,131,
-28,0,225,131,166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,
-8,0,5,40,166,2,8,124,20,0,1,144,12,0,225,147,120,35,159,124,
-24,0,128,64,12,0,225,131,16,0,33,56,166,3,8,124,0,0,96,56,
-32,0,128,78,8,0,129,56,4,0,160,56,0,0,224,56,5,255,255,75,
-8,0,97,56,205,93,1,72,32,0,99,129,0,0,127,153,0,0,131,129,
-1,0,159,153,4,0,3,128,2,0,31,152,8,0,3,128,3,0,31,152,
-12,0,3,128,4,0,31,152,16,0,131,129,1,0,12,56,5,0,31,152,
-20,0,99,129,108,7,11,56,62,4,0,84,6,0,31,152,112,70,12,124,
-7,0,159,153,12,0,225,131,20,0,1,128,8,0,96,56,16,0,33,56,
-166,3,8,124,32,0,128,78,224,255,33,148,166,2,8,124,36,0,1,144,
-12,0,97,147,120,35,155,124,28,0,225,147,121,27,127,124,16,0,129,147,
-120,43,188,124,20,0,161,147,120,51,221,124,24,0,193,147,120,59,254,124,
-8,0,65,147,120,67,26,125,20,0,130,64,52,0,96,56,229,37,1,72,
-121,27,127,124,48,0,130,65,120,251,227,127,120,219,100,127,120,227,133,127,
-120,235,166,127,120,243,199,127,113,246,255,75,12,0,0,60,136,73,0,48,
-44,0,31,144,48,0,127,147,9,0,95,155,20,0,161,131,120,251,227,127,
-28,0,225,131,16,0,129,131,24,0,193,131,36,0,1,128,12,0,97,131,
-8,0,65,131,166,3,8,124,32,0,33,56,32,0,128,78,232,255,33,148,
-166,2,8,124,28,0,1,144,12,0,161,147,120,35,157,124,20,0,225,147,
-121,27,127,124,16,0,193,147,120,43,190,124,20,0,130,64,52,0,96,56,
-85,37,1,72,121,27,127,124,44,0,130,65,120,251,227,127,120,235,164,127,
-120,243,199,127,4,0,160,56,0,0,192,56,120,51,200,124,9,255,255,75,
-12,0,0,60,136,75,0,48,44,0,31,144,120,251,227,127,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,48,0,67,129,6,0,35,161,214,73,4,125,4,0,99,161,
-20,66,42,125,0,0,64,57,0,88,10,124,52,0,227,128,1,0,192,56,
-48,32,192,124,120,0,231,124,52,0,227,144,255,255,137,57,120,83,64,125,
-32,0,128,76,1,0,12,156,4,0,99,161,1,0,74,57,0,88,10,124,
-240,255,128,65,32,0,128,78,224,255,33,148,166,2,8,124,36,0,1,144,
-12,0,97,147,120,35,155,124,28,0,225,147,121,27,127,124,16,0,129,147,
-120,43,188,124,20,0,161,147,120,51,221,124,24,0,193,147,120,59,254,124,
-20,0,130,64,56,0,96,56,113,36,1,72,121,27,127,124,44,0,130,65,
-120,251,227,127,120,219,100,127,120,227,133,127,120,235,166,127,120,243,199,127,
-0,0,0,57,37,254,255,75,12,0,0,60,168,75,0,48,44,0,31,144,
-120,251,227,127,28,0,225,131,20,0,161,131,24,0,193,131,36,0,1,128,
-16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,
-232,255,33,148,166,2,8,124,28,0,1,144,8,0,129,147,120,35,156,124,
-20,0,225,147,121,27,127,124,12,0,161,147,120,43,189,124,16,0,193,147,
-120,51,222,124,20,0,130,64,56,0,96,56,225,35,1,72,121,27,127,124,
-28,0,130,65,120,251,227,127,120,227,132,127,120,235,165,127,120,243,198,127,
-2,0,224,56,21,255,255,75,120,251,227,127,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,12,0,161,147,
-120,35,157,124,20,0,225,147,121,27,127,124,16,0,193,147,120,43,190,124,
-20,0,130,64,56,0,96,56,109,35,1,72,121,27,127,124,28,0,130,65,
-120,251,227,127,120,235,164,127,120,243,197,127,0,0,192,56,6,0,224,56,
-161,254,255,75,120,251,227,127,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,
-8,0,193,147,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-52,0,31,128,1,0,96,57,48,48,126,125,57,240,0,124,32,0,130,65,
-12,0,225,131,20,0,1,128,8,0,193,131,0,0,96,56,166,3,8,124,
-16,0,33,56,32,0,128,78,153,248,255,75,52,0,31,128,120,243,0,124,
-52,0,31,144,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,240,255,33,148,
-0,0,132,137,8,0,129,56,116,7,140,125,255,255,12,48,16,97,0,124,
-8,0,1,152,77,248,255,75,20,0,1,128,16,0,33,56,166,3,8,124,
-32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,12,0,161,147,
-120,35,157,124,20,0,225,147,121,27,127,124,16,0,193,147,120,43,190,124,
-20,0,130,64,52,0,96,56,85,34,1,72,121,27,127,124,44,0,130,65,
-120,251,227,127,120,235,164,127,120,243,199,127,1,0,160,56,0,0,192,56,
-120,51,200,124,9,252,255,75,12,0,0,60,168,73,0,48,44,0,31,144,
-120,251,227,127,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,166,2,8,124,
-28,0,1,144,8,0,129,147,120,35,156,124,20,0,225,147,121,27,127,124,
-12,0,161,147,120,43,189,124,16,0,193,147,120,51,222,124,20,0,130,64,
-48,0,96,56,205,33,1,72,121,27,127,124,40,0,130,65,120,251,227,127,
-120,227,132,127,120,235,165,127,120,243,198,127,0,0,224,56,89,242,255,75,
-12,0,0,60,200,73,0,48,44,0,31,144,120,251,227,127,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,0,0,96,56,32,0,128,78,0,0,96,56,
-32,0,128,78,0,0,96,56,32,0,128,78,0,0,96,56,32,0,128,78,
-0,0,96,56,32,0,128,78,0,0,96,56,32,0,128,78,0,0,96,56,
-32,0,128,78,0,0,96,56,32,0,128,78,0,0,96,56,32,0,128,78,
-0,0,96,56,32,0,128,78,0,0,96,56,32,0,128,78,0,0,96,56,
-32,0,128,78,0,0,96,56,32,0,128,78,0,0,96,56,32,0,128,78,
-0,0,96,56,32,0,128,78,0,0,96,56,32,0,128,78,4,0,99,160,
-32,0,128,78,0,0,96,56,32,0,128,78,0,0,160,56,120,43,166,124,
-31,0,0,56,166,3,9,124,252,255,99,56,4,0,35,133,20,72,165,124,
-148,1,102,125,120,91,102,125,240,255,0,66,20,50,101,124,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-172,4,0,124,108,129,109,129,116,0,31,160,0,2,160,56,36,0,128,61,
-128,222,140,57,44,56,0,84,20,2,140,124,20,2,107,124,177,243,3,72,
-0,0,3,44,28,0,130,65,120,27,101,124,12,0,96,60,144,195,99,56,
-188,6,128,56,13,215,250,75,0,0,3,44,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,224,255,33,148,12,0,97,147,
-16,0,129,147,20,0,161,147,166,2,8,124,36,0,1,144,24,0,193,147,
-120,27,126,124,28,0,225,147,0,0,158,144,4,0,126,56,120,35,159,124,
-32,0,160,56,65,84,1,72,24,0,191,131,252,255,29,128,32,0,254,59,
-52,0,158,59,4,0,96,59,112,0,30,144,0,0,29,44,120,227,131,127,
-12,0,160,56,4,0,191,151,32,0,130,65,120,235,164,127,13,84,1,72,
-255,255,123,55,8,0,189,131,12,0,156,59,216,255,130,64,24,0,0,72,
-0,0,128,56,93,209,250,75,255,255,123,55,12,0,156,59,192,255,130,64,
-0,0,29,44,24,0,130,65,120,235,165,127,12,0,96,60,160,195,99,56,
-90,6,128,56,69,214,250,75,120,243,195,127,173,254,255,75,124,0,126,144,
-120,243,195,127,209,254,255,75,20,0,161,131,24,0,193,131,28,0,225,131,
-36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,
-32,0,128,78,240,255,33,148,8,0,193,147,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,20,0,191,168,0,0,5,44,12,0,192,63,
-40,0,128,64,176,195,126,56,2,6,128,56,217,213,250,75,20,0,191,168,
-0,0,3,44,16,0,130,65,0,8,5,44,16,0,128,64,60,0,0,72,
-0,8,5,44,52,0,128,65,176,195,126,56,3,6,128,56,173,213,250,75,
-20,0,191,168,0,0,3,44,28,0,130,65,48,56,165,84,36,0,133,61,
-128,222,108,56,120,251,228,127,157,254,255,75,24,0,0,72,48,56,165,84,
-36,0,133,61,128,222,108,56,120,251,228,127,133,254,255,75,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-232,255,33,148,20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,
-120,27,126,124,12,0,161,147,174,222,160,63,173,222,189,59,166,0,224,127,
-94,4,236,87,36,1,128,125,28,135,173,160,0,8,5,40,100,0,129,64,
-12,0,96,60,224,195,99,56,29,7,128,56,17,213,250,75,28,135,173,160,
-0,0,3,44,72,0,130,65,24,135,13,129,104,0,190,147,108,0,190,147,
-0,0,96,57,112,0,126,145,124,0,190,147,1,0,5,56,118,0,30,176,
-120,0,30,145,24,135,205,147,0,128,233,115,28,135,13,176,166,0,0,124,
-94,4,0,84,120,75,0,124,36,1,0,124,68,0,0,72,24,135,13,129,
-104,0,190,147,108,0,190,147,0,0,96,57,112,0,126,145,124,0,190,147,
-1,0,5,56,118,0,30,176,120,0,30,145,24,135,205,147,0,128,233,115,
-28,135,13,176,166,0,0,124,94,4,0,84,120,75,0,124,36,1,0,124,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,232,255,33,148,12,0,161,147,20,0,225,147,
-166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,20,0,190,168,
-0,0,5,44,12,0,224,63,40,0,128,64,240,195,127,56,31,6,128,56,
-45,212,250,75,20,0,190,168,0,0,3,44,16,0,130,65,0,8,5,44,
-16,0,128,64,64,0,0,72,0,8,5,44,56,0,128,65,240,195,127,56,
-32,6,128,56,1,212,250,75,20,0,190,168,0,0,3,44,32,0,130,65,
-36,0,192,63,128,222,222,59,48,56,165,84,20,42,190,127,0,240,29,124,
-32,0,128,65,44,0,0,72,36,0,192,63,128,222,222,59,48,56,165,84,
-20,42,190,127,0,240,29,124,20,0,128,64,240,195,127,56,120,235,165,127,
-36,6,128,56,177,211,250,75,4,0,30,60,0,0,29,124,20,0,128,65,
-240,195,127,56,120,235,165,127,37,6,128,56,149,211,250,75,120,235,163,127,
-53,254,255,75,120,235,163,127,37,252,255,75,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-166,0,128,125,94,4,139,85,36,1,96,125,24,135,109,128,0,0,3,44,
-40,0,130,64,166,0,0,124,0,128,6,96,36,1,192,124,166,0,224,124,
-94,4,232,84,36,1,0,125,24,135,109,128,0,0,3,44,224,255,130,65,
-28,135,109,161,120,0,67,129,0,128,140,113,1,0,32,61,255,255,41,57,
-255,255,107,57,118,0,35,177,28,135,109,177,24,135,77,145,166,0,0,124,
-94,4,0,84,120,99,0,124,36,1,0,124,32,0,128,78,232,255,33,148,
-8,0,129,147,166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,
-20,0,225,147,120,35,159,124,12,0,161,147,12,0,160,63,101,255,255,75,
-20,0,190,168,255,255,5,44,120,27,124,124,16,0,130,65,16,196,125,56,
-219,5,128,56,173,210,250,75,116,0,188,168,0,8,5,44,20,0,190,176,
-16,0,128,65,16,196,125,56,222,5,128,56,145,210,250,75,0,0,96,57,
-104,0,124,145,108,0,124,145,112,0,124,145,100,0,252,147,120,227,131,127,
-120,243,196,127,129,251,255,75,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-232,255,33,148,166,2,8,124,28,0,1,144,12,0,161,147,0,0,160,59,
-16,0,193,147,0,8,192,59,20,0,225,147,40,0,224,63,128,2,255,59,
-120,251,232,127,18,0,40,161,0,0,9,44,16,0,130,65,23,0,72,137,
-255,7,74,85,28,0,130,65,23,0,104,137,255,7,107,85,60,0,130,65,
-22,0,136,137,0,0,12,44,48,0,130,64,24,0,8,128,0,0,0,44,
-120,67,3,125,24,0,130,65,105,216,3,72,255,255,222,55,32,0,255,59,
-176,255,130,64,24,0,0,72,23,0,168,155,129,204,3,72,255,255,222,55,
-32,0,255,59,152,255,130,64,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,224,255,33,148,
-8,0,65,147,12,0,97,147,16,0,129,147,20,0,161,147,166,2,8,124,
-36,0,1,144,28,0,225,147,40,0,224,63,128,222,255,59,24,0,193,147,
-120,27,126,124,120,251,227,127,120,243,196,127,0,36,160,56,229,78,1,72,
-0,36,158,56,32,135,109,56,4,0,160,56,213,78,1,72,0,0,192,59,
-128,0,96,59,0,0,128,59,13,0,64,59,20,242,191,127,120,235,163,127,
-120,227,132,127,81,208,3,72,255,255,90,55,1,0,156,59,236,255,130,64,
-255,255,123,55,72,0,222,59,212,255,130,64,16,0,129,131,24,0,193,131,
-28,0,225,131,20,0,161,131,12,0,97,131,36,0,1,128,8,0,65,131,
-4,36,96,56,166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,
-8,0,65,147,12,0,97,147,16,0,129,147,20,0,161,147,166,2,8,124,
-36,0,1,144,24,0,193,147,120,27,126,124,28,0,225,147,40,0,224,63,
-128,222,255,59,120,251,228,127,0,36,160,56,53,78,1,72,0,36,126,56,
-32,135,141,56,4,0,160,56,37,78,1,72,0,0,192,59,128,0,96,59,
-0,0,128,59,13,0,64,59,20,242,191,127,120,235,163,127,120,227,132,127,
-161,207,3,72,255,255,90,55,1,0,156,59,236,255,130,64,255,255,123,55,
-72,0,222,59,212,255,130,64,16,0,129,131,24,0,193,131,28,0,225,131,
-20,0,161,131,12,0,97,131,36,0,1,128,8,0,65,131,4,36,96,56,
-166,3,8,124,32,0,33,56,32,0,128,78,166,0,0,124,94,4,12,84,
-36,1,128,125,32,135,109,129,56,0,99,145,32,135,109,144,0,128,12,112,
-166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,32,0,128,78,
-166,0,0,124,94,4,12,84,36,1,128,125,32,135,109,128,0,0,3,44,
-12,0,130,65,56,0,99,129,32,135,109,145,0,128,12,112,166,0,0,124,
-94,4,0,84,120,99,0,124,36,1,0,124,32,0,128,78,0,0,96,57,
-13,0,64,57,166,3,73,125,252,255,131,57,4,0,108,149,252,255,0,66,
-0,0,0,56,52,0,3,144,60,0,3,144,64,0,3,144,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,113,206,3,72,40,0,96,61,
-128,222,107,57,72,0,139,57,127,0,0,56,166,3,9,124,240,255,140,145,
-72,0,140,57,248,255,0,66,0,0,0,56,240,35,11,144,32,135,109,145,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,8,0,127,56,
-8,0,132,56,8,0,193,147,120,43,190,124,24,0,160,56,181,76,1,72,
-120,243,195,127,120,251,228,127,101,213,3,72,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,232,255,33,148,
-8,0,129,147,12,0,161,147,20,0,225,147,166,2,8,124,28,0,1,144,
-16,0,193,147,120,27,126,124,89,247,255,75,124,0,30,128,64,0,3,124,
-100,0,130,64,0,0,126,128,100,0,190,128,4,0,158,56,117,255,255,75,
-4,0,128,59,52,0,190,59,32,0,254,59,4,0,127,132,0,0,3,44,
-16,0,130,65,112,0,190,128,120,235,164,127,157,135,251,75,255,255,156,55,
-12,0,189,59,224,255,130,64,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-118,0,158,161,255,255,12,40,24,0,130,65,28,135,13,160,64,0,12,124,
-12,0,129,64,28,135,141,177,24,135,205,147,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-108,129,77,129,0,0,10,44,16,0,130,64,0,2,96,56,97,161,1,72,
-108,129,109,144,36,0,224,63,128,222,255,59,120,251,227,127,250,0,128,56,
-4,0,160,60,237,200,250,75,0,0,96,57,120,251,232,127,128,255,159,57,
-0,8,32,57,166,3,41,125,128,0,8,57,248,0,12,145,246,0,44,177,
-244,0,108,177,128,0,140,57,255,255,41,57,1,0,107,57,228,255,0,66,
-24,135,237,147,4,0,63,61,0,0,0,56,248,255,9,144,0,8,0,56,
-28,135,13,176,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-166,0,224,127,94,4,224,87,36,1,0,124,108,129,109,128,36,0,128,60,
-4,0,160,60,128,222,132,56,245,233,3,72,121,27,101,124,20,0,130,65,
-12,0,96,60,88,196,99,56,138,5,128,56,85,205,250,75,0,128,236,115,
-166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-8,0,193,147,166,2,8,124,20,0,1,144,12,0,225,147,108,129,109,128,
-36,0,224,63,4,0,160,60,0,0,0,56,28,135,13,176,128,222,255,59,
-120,251,228,127,221,232,3,72,121,27,100,124,136,0,130,64,0,8,192,59,
-120,251,227,127,221,253,255,75,255,255,222,55,128,0,255,59,240,255,130,64,
-28,135,173,160,0,0,5,44,12,0,224,63,44,0,130,64,104,196,127,56,
-178,5,128,56,0,0,160,56,185,204,250,75,28,135,173,160,0,0,3,44,
-16,0,130,65,0,8,5,40,16,0,129,65,76,0,0,72,0,8,5,40,
-68,0,129,64,104,196,127,56,179,5,128,56,141,204,250,75,0,0,3,44,
-48,0,130,64,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,12,0,96,60,120,196,99,56,61,43,1,72,
-37,254,255,75,193,254,255,75,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,23,0,158,137,
-189,7,140,85,120,35,159,124,100,0,130,64,22,0,30,136,0,0,0,44,
-24,0,130,64,145,210,3,72,23,0,94,137,49,6,74,85,104,0,130,65,
-36,0,0,72,1,0,128,56,137,205,3,72,52,0,127,56,120,243,196,127,
-21,199,3,72,23,0,94,137,49,6,74,85,68,0,130,65,120,243,195,127,
-113,247,255,75,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,23,0,126,137,242,6,107,85,23,0,126,153,
-23,0,30,136,49,6,0,84,12,0,130,65,120,243,195,127,145,245,255,75,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-8,0,193,147,120,27,126,124,23,0,158,137,247,6,140,85,120,35,159,124,
-1,0,96,56,20,0,130,64,22,0,30,136,0,0,0,44,8,0,130,65,
-0,0,96,56,63,6,99,84,24,0,130,64,120,251,227,127,120,43,164,124,
-73,206,3,72,0,0,3,44,16,0,130,65,120,243,195,127,120,251,228,127,
-225,254,255,75,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,4,36,96,56,32,0,128,78,6,0,192,60,
-76,199,198,56,44,0,160,56,1,0,128,56,41,0,96,60,228,2,99,56,
-0,0,224,56,120,59,232,124,88,18,1,72,232,255,33,148,12,0,161,147,
-16,0,193,147,166,2,8,124,28,0,1,144,20,0,225,147,41,0,224,63,
-140,2,255,59,120,251,227,127,32,0,128,56,221,215,3,72,44,0,127,56,
-33,0,128,56,209,215,3,72,41,0,160,63,228,2,125,56,34,0,128,56,
-85,216,3,72,12,0,96,60,8,76,99,56,29,15,1,72,12,0,224,63,
-20,76,255,59,4,0,127,56,0,32,192,63,0,0,222,59,0,14,158,56,
-228,2,189,56,3,0,192,56,165,216,3,72,20,0,127,56,0,8,158,56,
-228,2,189,56,0,0,192,56,145,216,3,72,36,0,127,56,0,10,158,56,
-228,2,189,56,1,0,192,56,125,216,3,72,52,0,127,56,0,12,158,56,
-228,2,189,56,2,0,192,56,105,216,3,72,28,0,1,128,12,0,161,131,
-16,0,193,131,20,0,225,131,166,3,8,124,24,0,33,56,32,0,128,78,
-232,255,33,148,16,0,193,147,166,2,8,124,28,0,1,144,20,0,225,147,
-0,32,224,63,0,0,255,59,12,0,161,147,0,4,160,59,4,0,223,131,
-107,5,192,87,16,0,130,65,4,0,191,147,37,220,3,72,113,42,2,72,
-41,5,204,87,228,255,130,65,145,218,3,72,97,42,2,72,216,255,255,75,
-166,2,8,124,4,0,1,144,248,255,33,148,0,0,3,44,72,0,130,65,
-0,8,0,60,64,0,3,124,60,0,128,65,254,46,99,84,1,0,64,57,
-0,0,128,57,57,80,96,124,24,0,130,65,12,0,1,128,8,0,33,56,
-166,3,8,124,120,99,131,125,32,0,128,78,1,0,140,57,8,0,12,40,
-60,8,74,85,216,255,128,65,12,0,96,60,116,199,99,56,49,40,1,72,
-12,0,1,128,8,0,33,56,166,3,8,124,0,0,96,56,32,0,128,78,
-216,255,33,148,8,0,1,147,12,0,33,147,16,0,65,147,20,0,97,147,
-24,0,129,147,28,0,161,147,32,0,193,147,36,0,225,147,166,2,8,124,
-44,0,1,144,19,0,128,61,128,177,140,137,116,7,140,125,5,0,12,44,
-0,0,192,59,1,0,96,57,120,27,125,124,16,0,130,65,6,0,12,44,
-8,0,130,65,0,0,96,57,63,6,107,85,216,0,130,64,9,0,12,44,
-208,0,130,65,0,32,128,63,0,14,64,63,0,2,96,56,209,19,1,72,
-120,27,121,124,0,0,185,147,80,0,124,131,0,2,160,56,41,6,96,87,
-0,0,96,56,120,203,36,127,0,4,0,96,80,0,28,148,41,229,3,72,
-255,202,224,63,237,254,255,59,0,64,0,63,0,0,249,147,120,211,67,127,
-120,203,36,127,0,2,160,56,101,228,3,72,0,0,89,129,64,232,10,124,
-40,0,130,64,0,0,30,44,48,0,130,64,0,14,122,56,120,203,36,127,
-0,2,160,56,65,228,3,72,0,0,25,128,64,232,0,124,20,0,130,65,
-60,8,90,87,64,192,26,124,1,0,222,59,176,255,129,64,0,0,124,147,
-172,4,0,124,8,0,30,56,58,135,13,152,120,203,35,127,53,19,1,72,
-1,0,30,40,88,0,128,65,92,0,130,65,3,0,30,40,92,0,128,65,
-96,0,130,65,100,0,0,72,56,134,109,128,81,254,255,75,58,135,237,136,
-120,27,126,124,248,255,7,56,64,240,0,124,12,0,130,65,20,242,7,124,
-58,135,13,152,1,0,30,40,24,0,128,65,28,0,130,65,3,0,30,40,
-28,0,128,65,32,0,130,65,36,0,0,72,0,8,96,60,32,0,0,72,
-0,16,96,60,24,0,0,72,0,32,96,60,16,0,0,72,0,64,96,60,
-8,0,0,72,0,0,96,56,20,0,97,131,32,0,193,131,28,0,161,131,
-16,0,65,131,24,0,129,131,36,0,225,131,44,0,1,128,12,0,33,131,
-8,0,1,131,166,3,8,124,40,0,33,56,32,0,128,78,240,255,33,148,
-8,0,193,147,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-56,134,109,128,0,0,3,44,40,0,130,65,157,253,255,75,58,135,205,136,
-248,255,6,56,64,0,3,124,20,0,130,65,56,134,109,128,133,253,255,75,
-8,0,227,56,58,135,237,152,0,32,192,63,0,0,222,59,32,0,30,129,
-117,7,8,85,32,0,30,145,172,4,0,124,0,0,31,44,7,0,0,56,
-80,0,30,144,112,0,130,65,58,135,13,137,72,0,0,56,0,0,128,57,
-15,0,224,56,80,0,254,144,46,64,6,85,84,0,158,145,80,0,30,144,
-120,59,224,124,80,0,30,144,80,0,30,144,0,248,6,56,15,152,0,96,
-80,0,30,144,84,0,158,145,120,99,135,125,25,166,233,96,88,0,62,145,
-32,0,158,129,48,135,109,129,128,14,140,97,48,135,45,145,32,0,158,145,
-172,4,0,124,237,221,3,72,65,250,3,72,20,1,0,72,172,4,0,124,
-200,0,96,56,121,186,0,72,15,0,224,59,80,0,254,147,1,0,96,56,
-105,186,0,72,72,0,224,56,0,4,64,57,84,0,94,145,10,0,96,57,
-80,0,126,145,80,0,254,147,0,0,0,56,84,0,30,144,136,0,192,56,
-80,0,222,144,84,0,30,144,200,0,0,57,80,0,30,145,50,5,128,57,
-84,0,30,144,8,0,0,56,80,0,254,144,80,0,254,147,84,0,158,145,
-80,0,30,144,80,0,254,147,84,0,94,145,80,0,126,145,80,0,254,147,
-41,0,64,57,58,135,13,137,80,0,94,145,25,0,96,57,80,0,126,145,
-80,0,254,147,80,0,94,145,80,0,126,145,80,0,254,147,50,4,64,57,
-128,3,128,57,46,64,6,85,80,0,254,147,84,0,94,145,80,0,30,144,
-84,0,158,145,80,0,254,144,0,0,128,57,48,135,109,129,84,0,158,145,
-80,0,254,144,80,0,254,147,80,0,254,147,0,248,6,56,15,152,0,96,
-80,0,30,144,84,0,158,145,120,99,135,125,25,166,233,96,88,0,62,145,
-32,0,158,129,128,14,140,97,32,0,158,145,48,135,45,145,172,4,0,124,
-217,220,3,72,45,249,3,72,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,224,255,33,148,8,0,65,147,
-12,0,97,147,16,0,129,147,24,0,193,147,166,2,8,124,36,0,1,144,
-20,0,161,147,28,0,225,147,121,27,127,124,1,0,160,63,181,177,189,59,
-224,0,130,65,113,179,0,72,52,135,109,144,120,251,227,127,93,179,0,72,
-57,135,109,152,120,251,227,127,73,179,0,72,56,135,109,152,120,251,227,127,
-197,179,0,72,58,135,109,152,120,251,227,127,193,179,0,72,56,135,141,136,
-0,0,4,44,59,135,109,152,12,0,130,65,18,0,4,40,24,0,129,64,
-12,0,96,60,28,200,99,56,197,35,1,72,18,0,128,57,56,135,141,153,
-58,135,141,136,248,255,4,56,5,0,0,40,20,0,128,65,12,0,96,60,
-144,199,99,56,161,35,1,72,58,135,141,136,8,0,4,40,8,0,64,57,
-8,0,129,64,120,35,138,124,120,83,68,125,12,0,4,40,58,135,141,152,
-12,0,128,57,8,0,128,64,120,35,140,124,124,134,45,137,116,7,41,125,
-3,0,9,44,255,255,96,57,0,32,192,63,0,0,128,59,1,0,64,57,
-58,135,141,153,0,0,222,59,60,135,77,153,8,0,126,145,76,0,130,64,
-140,0,0,72,124,134,45,137,116,7,41,125,3,0,9,44,0,0,128,59,
-52,135,141,147,57,135,141,155,56,135,141,155,8,0,0,57,255,255,96,57,
-0,32,192,63,1,0,64,57,59,135,141,155,58,135,13,153,0,0,222,59,
-60,135,77,153,8,0,126,145,72,0,130,65,4,0,9,44,64,0,130,65,
-12,0,96,60,96,200,99,56,233,34,1,72,4,0,224,59,28,0,254,147,
-0,2,192,56,28,0,222,144,129,33,2,72,4,192,0,60,76,1,0,96,
-8,0,30,144,24,0,254,147,255,255,0,56,8,0,30,144,4,1,0,72,
-12,0,224,63,84,200,255,59,12,0,96,60,60,200,99,56,165,34,1,72,
-0,0,158,129,165,4,140,85,80,0,130,64,232,3,96,56,157,183,0,72,
-1,0,156,59,136,19,28,44,48,0,128,65,120,251,227,127,125,34,1,72,
-74,78,29,56,48,0,30,144,12,0,96,60,176,199,99,56,105,34,1,72,
-0,0,30,128,165,4,0,84,52,0,130,65,100,0,0,72,0,0,158,129,
-165,4,140,85,184,255,130,65,74,78,29,56,48,0,30,144,12,0,96,60,
-176,199,99,56,57,34,1,72,0,0,30,128,165,4,0,84,56,0,130,64,
-232,3,96,56,49,183,0,72,1,0,156,59,136,19,28,44,24,0,128,65,
-120,251,227,127,17,34,1,72,136,19,28,44,84,0,128,64,24,0,0,72,
-0,0,30,128,165,4,0,84,208,255,130,65,136,19,28,44,60,0,128,64,
-12,0,96,60,96,200,99,56,229,33,1,72,4,0,224,59,28,0,254,147,
-0,2,192,56,28,0,222,144,125,32,2,72,4,192,0,60,76,1,0,96,
-8,0,30,144,24,0,254,147,255,255,0,56,8,0,30,144,53,245,3,72,
-6,0,64,61,44,170,74,57,4,0,94,145,0,1,32,57,28,0,62,145,
-40,0,94,129,46,0,74,85,40,0,94,145,40,0,30,128,0,0,224,59,
-30,6,0,84,40,0,30,144,96,0,224,147,32,0,158,129,29,4,140,85,
-32,0,158,145,44,135,237,179,61,135,237,155,252,192,237,155,0,0,254,128,
-0,0,30,129,62,39,250,84,62,71,27,85,120,211,68,127,12,0,96,60,
-112,200,99,56,120,219,101,127,69,33,1,72,41,0,128,63,128,2,156,59,
-120,227,131,127,32,0,128,56,9,0,160,56,65,189,250,75,8,0,252,155,
-108,0,254,131,12,0,96,60,48,0,0,56,48,0,155,57,48,0,90,57,
-46,0,96,57,0,0,92,153,1,0,124,153,2,0,156,153,3,0,28,152,
-216,199,99,56,249,32,1,72,255,47,231,87,12,0,130,65,0,137,98,56,
-233,32,1,72,255,39,232,87,12,0,130,65,8,137,98,56,217,32,1,72,
-255,31,233,87,12,0,130,65,248,136,98,56,201,32,1,72,255,23,224,87,
-16,0,130,65,12,0,96,60,132,200,99,56,181,32,1,72,255,15,224,87,
-16,0,130,65,12,0,96,60,144,200,99,56,161,32,1,72,255,55,236,87,
-12,0,96,60,4,200,99,56,12,0,130,65,12,0,96,60,248,199,99,56,
-133,32,1,72,0,0,222,128,231,4,198,84,20,0,130,64,48,0,30,128,
-0,0,222,128,231,4,198,84,244,255,130,65,197,243,3,72,3,16,0,61,
-193,19,8,57,192,0,30,145,188,0,30,129,12,192,192,60,63,0,224,60,
-62,4,5,85,4,4,96,57,128,1,0,56,64,0,169,100,188,0,62,145,
-140,0,254,144,24,0,126,145,200,0,190,147,20,0,30,144,147,30,198,56,
-12,0,222,144,8,0,160,60,144,0,190,144,32,0,128,56,0,0,132,60,
-134,51,128,124,16,0,128,56,0,0,132,60,134,51,128,124,166,0,224,127,
-94,4,224,87,36,1,0,124,134,50,130,124,120,35,131,124,32,0,125,96,
-120,235,165,127,134,51,162,124,0,128,224,115,166,0,224,124,94,4,231,84,
-120,3,231,124,36,1,224,124,166,0,160,127,94,4,160,87,36,1,0,124,
-134,50,130,124,120,35,131,124,16,0,127,96,120,251,229,127,134,51,162,124,
-0,128,169,115,166,0,64,125,94,4,74,85,120,75,74,125,36,1,64,125,
-112,129,109,129,0,0,11,44,1,0,107,57,112,129,109,145,8,0,130,65,
-241,224,3,72,12,0,192,60,20,76,198,56,41,0,96,60,16,3,99,56,
-12,0,128,60,232,199,132,56,12,0,160,56,64,0,224,56,93,202,0,72,
-0,0,3,44,24,0,130,65,120,27,101,124,12,0,96,60,16,200,99,56,
-246,7,128,56,101,192,250,75,4,0,0,56,100,2,30,144,24,0,193,131,
-16,0,129,131,20,0,161,131,28,0,225,131,36,0,1,128,12,0,97,131,
-8,0,65,131,166,3,8,124,32,0,33,56,32,0,128,78,0,0,3,44,
-32,0,130,77,255,7,128,84,32,0,130,77,28,11,1,72,166,2,8,124,
-4,0,1,144,248,255,33,148,0,0,96,60,68,71,99,56,89,150,4,72,
-0,0,3,44,24,0,130,65,12,0,96,60,60,201,99,56,6,1,128,56,
-0,0,160,56,237,191,250,75,225,25,2,72,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,8,0,193,147,120,35,158,124,120,243,195,127,181,25,2,72,
-121,27,127,124,36,0,130,65,0,0,96,60,68,71,99,56,120,243,196,127,
-109,153,4,72,52,0,96,124,127,217,31,84,8,0,130,64,137,25,2,72,
-20,0,1,128,120,251,227,127,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,224,255,33,148,166,2,8,124,36,0,1,144,
-92,0,4,28,20,0,161,147,16,0,129,147,28,0,225,147,24,0,193,147,
-120,27,124,124,20,2,252,127,12,0,127,128,0,0,3,44,40,0,130,65,
-0,0,3,168,0,0,0,44,28,0,130,65,2,0,96,56,45,225,0,72,
-12,0,127,128,0,0,3,168,0,0,0,44,236,255,130,64,76,1,124,56,
-3,0,128,56,8,0,161,56,241,221,0,72,0,0,3,44,24,0,130,65,
-12,0,96,60,72,201,99,56,65,10,128,56,0,0,160,56,241,190,250,75,
-12,0,127,128,0,0,3,44,0,0,0,56,16,0,31,144,20,0,130,65,
-0,0,192,59,0,0,195,179,145,173,4,72,12,0,223,147,8,0,160,59,
-24,0,223,59,0,0,224,59,36,0,126,128,0,0,3,44,4,0,222,59,
-16,0,130,65,1,0,128,56,249,131,1,72,32,0,254,147,0,0,126,128,
-0,0,3,44,16,0,130,65,113,251,3,72,0,0,0,56,0,0,30,144,
-255,255,189,55,200,255,130,64,8,0,129,128,76,1,124,56,12,0,161,56,
-89,221,0,72,24,0,193,131,28,0,225,131,36,0,1,128,20,0,161,131,
-16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,12,0,225,147,
-120,35,159,124,3,0,96,56,49,224,0,72,253,255,255,55,16,0,129,64,
-5,1,30,136,0,0,0,44,232,255,130,65,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,232,255,33,148,
-16,0,193,147,166,2,8,124,28,0,1,144,2,0,128,57,0,0,96,57,
-120,91,105,125,120,91,104,125,20,0,225,147,120,27,127,124,164,255,95,57,
-92,0,106,149,4,0,42,153,8,0,42,145,16,0,42,145,12,0,42,145,
-20,66,255,124,24,0,167,56,0,0,192,56,8,0,0,56,166,3,9,124,
-36,0,197,144,4,0,37,149,248,255,0,66,255,255,140,53,92,0,8,57,
-1,0,107,57,192,255,130,64,1,0,192,59,8,0,223,147,184,0,127,56,
-8,0,129,56,0,0,160,56,8,0,161,144,255,255,160,56,89,207,0,72,
-8,0,193,147,184,0,127,56,8,0,129,56,255,255,160,56,69,207,0,72,
-28,0,1,128,20,0,225,131,16,0,193,131,166,3,8,124,24,0,33,56,
-32,0,128,78,224,255,33,148,12,0,97,147,16,0,129,147,20,0,161,147,
-24,0,193,147,28,0,225,147,166,2,8,124,36,0,1,144,240,13,131,129,
-84,0,12,128,120,27,126,124,120,35,159,124,166,3,9,124,33,4,128,78,
-0,0,3,44,36,0,130,64,120,243,195,127,120,251,228,127,141,253,255,75,
-120,243,195,127,200,0,128,56,161,254,255,75,1,0,0,56,8,1,30,144,
-240,13,254,128,100,0,7,128,120,243,195,127,120,251,228,127,8,0,161,56,
-166,3,9,124,33,4,128,78,120,27,127,124,7,0,31,44,172,0,130,64,
-12,0,96,60,88,201,99,56,145,27,1,72,0,0,160,59,16,0,96,59,
-8,0,129,59,1,0,224,59,240,0,126,128,17,81,4,72,0,0,156,128,
-129,122,4,72,0,0,3,44,56,0,130,64,12,0,96,60,132,201,99,56,
-93,27,1,72,20,0,161,131,28,0,225,131,24,0,193,131,16,0,129,131,
-36,0,1,128,12,0,97,131,7,0,96,56,166,3,8,124,32,0,33,56,
-32,0,128,78,0,0,28,128,48,232,233,127,57,72,10,124,16,0,130,65,
-120,235,163,127,0,0,128,56,101,82,4,72,255,255,123,55,1,0,189,59,
-144,255,130,64,120,243,195,127,41,254,255,75,0,0,224,59,12,0,96,60,
-184,201,99,56,245,26,1,72,120,251,227,127,28,0,225,131,20,0,161,131,
-24,0,193,131,36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,
-32,0,33,56,32,0,128,78,216,255,33,148,36,0,225,147,120,35,159,124,
-92,0,127,29,24,0,129,147,28,0,161,147,166,2,8,124,44,0,1,144,
-20,0,97,147,32,0,193,147,120,27,126,124,20,90,126,127,20,0,155,131,
-240,0,126,128,24,0,187,131,8,0,129,56,117,60,2,72,64,32,29,124,
-40,0,130,64,64,24,28,124,32,0,130,64,240,0,126,128,104,0,67,129,
-28,1,138,129,16,0,187,128,112,254,166,124,166,3,137,125,33,4,128,78,
-120,243,195,127,120,251,228,127,5,252,255,75,28,0,161,131,32,0,193,131,
-36,0,225,131,44,0,1,128,24,0,129,131,20,0,97,131,166,3,8,124,
-40,0,33,56,32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,
-20,0,225,147,120,27,127,124,77,255,255,75,240,0,127,128,2,0,3,136,
-8,0,129,56,176,6,0,84,2,0,3,152,233,59,2,72,120,27,101,124,
-0,14,127,128,120,35,134,124,0,0,224,56,244,13,255,152,21,154,0,72,
-28,0,1,128,20,0,225,131,24,0,33,56,166,3,8,124,32,0,128,78,
-224,255,33,148,166,2,8,124,36,0,1,144,92,0,5,28,12,0,97,147,
-24,0,193,147,16,0,129,147,28,0,225,147,20,0,161,147,120,35,156,124,
-120,43,164,124,120,27,123,124,184,0,123,56,20,2,219,127,205,175,3,72,
-240,0,219,128,14,0,230,171,11,0,0,56,0,0,124,144,28,0,28,144,
-12,0,126,144,0,5,96,56,161,5,1,72,121,27,101,124,4,0,188,144,
-0,0,160,59,44,2,130,65,60,0,126,128,120,251,230,127,0,0,128,56,
-89,139,1,72,248,13,123,129,0,0,11,44,24,0,130,65,244,13,251,136,
-116,7,231,124,1,0,7,44,184,0,130,64,16,0,0,72,3,0,224,56,
-244,13,251,152,168,0,0,72,4,0,190,136,255,255,5,56,4,0,30,152,
-240,0,123,128,2,0,224,56,244,13,251,152,104,0,3,129,52,1,40,129,
-8,0,220,131,12,0,252,131,166,3,41,125,33,4,128,78,8,0,124,144,
-240,0,123,128,104,0,131,129,108,1,12,128,12,0,156,144,120,227,132,127,
-166,3,9,124,33,4,128,78,0,0,3,44,8,0,130,64,1,0,160,59,
-4,0,124,128,12,0,252,147,8,0,220,147,237,4,1,72,0,0,124,128,
-166,0,0,124,94,4,8,84,36,1,0,125,0,0,99,169,0,128,9,112,
-21,234,107,125,0,0,99,177,166,0,64,125,94,4,74,85,120,75,74,125,
-36,1,64,125,152,1,130,64,136,1,0,72,2,0,7,44,60,0,130,65,
-12,0,220,128,0,14,123,128,8,0,188,128,62,6,231,84,153,152,0,72,
-240,0,123,128,104,0,163,128,108,1,197,128,120,227,132,127,166,3,201,124,
-33,4,128,78,0,0,3,44,208,0,130,64,200,0,0,72,0,0,11,44,
-32,0,129,65,240,0,59,129,2,0,9,136,12,0,220,128,8,0,188,128,
-64,0,0,96,2,0,9,152,120,0,0,72,240,0,123,128,104,0,227,128,
-60,1,7,128,166,3,9,124,33,4,128,78,248,13,123,144,12,0,220,128,
-112,254,107,124,64,88,6,124,8,0,188,128,16,0,128,65,40,0,129,65,
-64,24,5,124,32,0,129,65,240,0,59,129,2,0,9,136,244,13,251,136,
-116,7,231,124,64,0,0,96,2,0,9,152,36,0,0,72,240,0,59,129,
-2,0,9,136,244,13,251,136,0,0,128,57,116,7,231,124,248,13,155,145,
-64,0,0,96,2,0,9,152,0,14,123,128,62,6,231,84,209,151,0,72,
-240,0,123,128,104,0,163,128,108,1,197,128,120,227,132,127,166,3,201,124,
-33,4,128,78,0,0,3,44,8,0,130,64,1,0,160,59,4,0,124,128,
-165,3,1,72,0,0,124,128,166,0,0,124,94,4,8,84,36,1,0,125,
-0,0,99,169,0,128,9,112,21,234,107,125,0,0,99,177,166,0,64,125,
-94,4,74,85,120,75,74,125,36,1,64,125,80,0,130,64,64,0,0,72,
-0,0,124,128,112,1,224,56,12,0,227,176,166,0,0,124,94,4,8,84,
-36,1,0,125,0,0,99,169,0,0,99,177,0,128,9,112,166,0,64,125,
-94,4,74,85,120,75,74,125,36,1,64,125,0,0,11,44,16,0,130,64,
-4,0,131,129,166,3,137,125,33,4,128,78,20,0,161,131,24,0,193,131,
-28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,
-32,0,33,56,32,0,128,78,232,255,33,148,92,0,133,29,16,0,193,147,
-8,0,129,147,20,0,225,147,166,2,8,124,12,0,161,147,28,0,1,144,
-120,35,159,124,120,43,164,124,120,27,126,124,184,0,126,56,20,98,158,127,
-209,172,3,72,240,0,126,129,14,0,171,171,12,0,0,56,0,0,127,144,
-28,0,31,144,12,0,124,144,0,5,96,56,165,2,1,72,121,27,101,124,
-4,0,191,144,0,0,128,56,80,0,130,65,60,0,124,128,120,235,166,127,
-97,136,1,72,0,0,159,129,240,0,126,128,104,0,227,128,100,1,7,129,
-1,0,160,56,0,0,172,176,166,3,9,125,120,251,228,127,33,4,128,78,
-28,0,124,144,4,0,127,128,93,2,1,72,1,0,64,57,8,0,92,145,
-244,13,94,153,32,0,0,72,0,0,127,128,112,1,32,57,12,0,35,177,
-5,173,3,72,1,0,64,57,8,0,92,145,244,13,94,153,16,0,193,131,
-20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,232,255,33,148,12,0,161,147,120,43,189,124,
-1,0,29,44,92,0,125,29,20,0,225,147,166,2,8,124,28,0,1,144,
-16,0,193,147,120,27,126,124,20,90,94,125,48,0,130,64,6,0,0,56,
-4,0,10,152,0,0,96,56,16,0,106,144,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-20,0,100,168,0,0,224,59,60,0,138,56,1,0,0,56,16,0,10,144,
-120,251,229,127,253,135,1,72,0,0,3,44,20,0,130,64,120,243,195,127,
-120,235,164,127,9,247,255,75,112,1,224,59,8,0,161,147,184,0,126,56,
-8,0,129,56,255,255,160,56,69,200,0,72,120,251,227,127,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,224,255,33,148,24,0,193,147,28,0,225,147,166,2,8,124,
-36,0,1,144,16,0,129,147,120,27,124,124,20,0,161,147,120,43,189,124,
-8,1,188,128,1,0,5,44,0,0,224,59,120,51,222,124,236,0,130,64,
-1,0,4,44,188,0,130,64,184,0,124,56,8,0,129,56,50,0,160,56,
-17,195,0,72,0,0,3,44,100,0,130,64,184,0,124,56,8,0,129,56,
-255,255,160,56,189,199,0,72,8,0,225,128,92,0,199,28,20,50,60,125,
-4,0,9,137,116,7,8,125,1,0,8,44,40,0,130,65,28,0,225,131,
-24,0,193,131,20,0,161,131,36,0,1,128,16,0,129,131,1,0,96,56,
-166,3,8,124,32,0,33,56,32,0,128,78,50,0,61,29,62,194,42,85,
-20,0,106,56,137,215,0,72,240,0,124,128,0,0,0,56,8,1,28,144,
-237,73,4,72,193,23,4,72,24,1,124,129,28,1,28,129,32,1,60,129,
-24,0,131,129,12,1,220,128,214,75,232,124,81,96,166,124,20,58,107,125,
-24,1,124,145,132,0,130,64,104,0,0,72,0,0,96,56,0,0,126,144,
-24,0,193,131,28,0,225,131,36,0,1,128,20,0,161,131,16,0,129,131,
-166,3,8,124,32,0,33,56,32,0,128,78,1,0,4,44,32,2,130,64,
-240,0,124,128,133,73,4,72,89,23,4,72,24,1,124,129,28,1,28,129,
-32,1,60,129,24,0,131,129,12,1,220,128,214,75,232,124,81,96,166,124,
-20,58,107,125,24,1,124,145,28,0,130,64,255,255,8,57,0,72,8,124,
-28,1,28,145,36,0,128,64,28,1,60,145,28,0,0,72,36,1,28,128,
-1,0,8,57,0,0,8,124,28,1,28,145,8,0,129,64,28,1,28,144,
-4,0,11,44,40,0,128,64,16,1,156,129,1,0,12,56,10,0,0,44,
-20,1,252,128,112,22,232,124,148,1,168,124,16,1,28,144,132,1,129,64,
-120,1,0,72,0,0,5,44,20,1,252,128,0,0,64,57,12,1,156,145,
-24,1,92,145,188,0,130,64,0,0,7,44,12,0,129,64,255,255,231,56,
-20,1,252,144,0,32,128,61,0,0,140,129,231,4,140,85,116,0,130,64,
-140,129,109,129,1,0,107,57,2,0,11,44,140,129,109,145,36,0,129,65,
-16,1,156,129,112,22,224,124,148,1,160,124,1,0,12,56,10,0,0,44,
-16,1,28,144,24,1,129,64,12,1,0,72,136,129,45,129,126,248,40,85,
-1,0,104,56,13,214,0,72,20,1,252,128,0,0,96,57,140,129,109,145,
-112,22,236,124,148,1,172,124,16,1,156,129,1,0,12,56,10,0,0,44,
-16,1,28,144,220,0,129,64,208,0,0,72,16,1,156,129,0,0,0,56,
-140,129,13,144,1,0,12,56,10,0,0,44,112,22,229,124,16,1,28,144,
-148,1,165,124,180,0,129,64,168,0,0,72,56,24,166,87,200,0,70,57,
-64,80,5,124,100,0,128,64,0,0,7,44,44,0,129,64,16,1,156,129,
-1,0,12,56,10,0,0,44,255,255,231,56,20,1,252,144,112,22,232,124,
-16,1,28,144,148,1,168,124,116,0,129,64,104,0,0,72,16,1,156,129,
-1,0,12,56,10,0,0,44,1,0,224,59,8,1,252,147,20,1,252,147,
-28,1,60,145,112,22,234,127,16,1,28,144,148,1,170,124,68,0,129,64,
-56,0,0,72,112,22,235,124,148,1,171,124,20,0,5,44,20,0,128,64,
-1,0,231,56,20,1,252,144,112,22,236,124,148,1,172,124,16,1,156,129,
-1,0,12,56,10,0,0,44,16,1,28,144,12,0,129,64,0,0,0,56,
-16,1,28,144,0,40,0,124,38,0,192,124,254,23,192,84,0,0,30,144,
-120,251,227,127,28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,
-16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,
-8,0,193,147,12,0,225,147,166,2,8,124,20,0,1,144,64,135,109,137,
-120,27,126,124,252,13,158,129,214,97,171,124,8,1,227,131,113,252,255,75,
-1,0,31,44,120,27,127,124,40,0,130,64,8,1,30,128,0,0,0,44,
-28,0,130,64,64,135,141,137,100,0,0,56,80,3,12,16,62,194,12,84,
-1,0,108,56,125,212,0,72,20,0,1,128,120,251,227,127,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,184,255,33,148,
-48,0,65,147,120,43,186,124,92,0,186,28,44,0,33,147,166,2,8,124,
-68,0,225,147,64,0,193,147,60,0,161,147,52,0,97,147,56,0,129,147,
-20,42,131,127,76,0,1,144,4,0,252,139,120,51,217,124,240,13,195,128,
-84,0,6,128,8,0,65,147,120,27,126,124,120,35,155,124,116,7,255,127,
-120,59,253,124,120,211,68,127,166,3,9,124,33,4,128,78,0,0,3,44,
-184,2,130,64,5,0,31,44,16,0,130,64,1,0,224,59,4,0,252,155,
-40,2,0,72,5,0,31,44,8,0,128,64,1,0,255,59,5,0,31,44,
-4,0,252,155,16,2,130,64,4,0,121,129,20,0,28,129,24,0,60,129,
-64,88,9,124,0,0,89,129,12,0,130,64,64,80,8,124,128,0,130,65,
-184,0,126,56,12,0,129,56,255,255,160,56,185,190,0,72,12,0,193,128,
-92,0,134,29,1,0,0,56,184,0,126,56,12,0,129,56,255,255,160,56,
-20,98,62,125,8,0,9,144,89,195,0,72,4,0,224,59,4,0,252,155,
-184,0,126,56,8,0,129,56,255,255,160,56,65,195,0,72,52,0,97,131,
-60,0,161,131,120,251,227,127,68,0,225,131,56,0,129,131,64,0,193,131,
-76,0,1,128,48,0,65,131,44,0,33,131,166,3,8,124,72,0,33,56,
-32,0,128,78,240,13,30,129,76,0,8,128,8,0,129,128,120,243,195,127,
-166,3,9,124,33,4,128,78,240,0,126,128,32,0,129,56,209,49,2,72,
-4,0,153,144,0,0,121,144,36,0,97,129,32,0,65,129,121,83,96,125,
-52,0,130,64,6,0,224,59,4,0,252,155,240,13,62,129,28,0,73,129,
-120,243,195,127,35,0,128,56,166,3,73,125,33,4,128,78,5,1,126,137,
-0,0,11,44,128,1,130,65,44,1,0,72,1,0,218,56,255,7,192,84,
-92,0,224,28,12,0,1,144,20,58,30,125,4,0,40,137,117,7,41,125,
-52,0,130,65,6,0,9,44,44,0,130,65,184,0,126,56,12,0,129,56,
-10,0,160,56,169,189,0,72,0,0,3,44,20,0,130,64,184,0,126,56,
-12,0,129,56,255,255,160,56,85,194,0,72,184,0,126,56,8,0,129,56,
-255,255,160,56,69,194,0,72,16,1,94,129,1,0,10,44,108,0,129,65,
-0,0,26,44,100,0,130,64,240,0,126,128,5,48,2,72,236,13,30,128,
-254,232,101,84,64,0,5,124,76,0,130,65,124,129,141,129,1,0,140,57,
-63,7,134,85,15,0,6,44,124,129,141,145,8,0,130,64,8,0,224,59,
-40,1,158,136,16,137,98,56,236,13,190,144,116,7,132,124,225,14,1,72,
-124,129,13,129,127,7,7,85,7,0,7,44,12,0,130,64,24,137,98,56,
-201,14,1,72,52,0,97,131,60,0,161,131,116,7,227,127,68,0,225,131,
-56,0,129,131,64,0,193,131,76,0,1,128,48,0,65,131,44,0,33,131,
-166,3,8,124,72,0,33,56,32,0,128,78,240,13,62,129,28,0,73,129,
-120,243,195,127,35,0,128,56,166,3,73,125,33,4,128,78,5,1,126,137,
-0,0,11,44,84,0,130,65,0,0,3,44,24,0,130,65,240,13,158,129,
-36,0,12,128,120,243,195,127,166,3,9,124,33,4,128,78,7,0,96,56,
-4,0,124,152,64,0,193,131,56,0,129,131,52,0,97,131,60,0,161,131,
-68,0,225,131,76,0,1,128,48,0,65,131,44,0,33,131,166,3,8,124,
-72,0,33,56,32,0,128,78,0,0,3,44,56,0,130,64,7,0,96,56,
-4,0,124,152,64,0,193,131,56,0,129,131,52,0,97,131,60,0,161,131,
-68,0,225,131,76,0,1,128,48,0,65,131,44,0,33,131,166,3,8,124,
-72,0,33,56,32,0,128,78,12,0,124,128,0,0,3,44,16,0,130,65,
-0,0,160,56,0,0,163,176,181,157,4,72,1,0,31,44,0,0,0,56,
-12,0,28,144,108,1,130,64,28,1,94,131,8,0,26,44,8,0,129,64,
-8,0,64,59,240,0,126,128,24,0,129,56,145,47,2,72,0,0,125,129,
-24,0,225,128,28,0,1,129,4,0,157,129,0,0,57,129,4,0,89,129,
-16,88,137,124,16,97,170,124,16,56,36,125,16,65,69,125,121,75,71,125,
-24,0,33,145,28,0,65,145,100,0,130,64,8,0,65,129,1,0,42,57,
-255,7,42,85,92,0,106,29,6,0,224,59,4,0,252,155,20,90,254,124,
-4,0,7,136,116,7,0,124,2,0,0,44,16,0,65,145,1,0,0,56,
-8,0,7,144,200,1,130,64,184,0,126,56,16,0,129,56,255,255,160,56,
-45,192,0,72,240,13,190,128,36,0,197,128,120,243,195,127,166,3,201,124,
-33,4,128,78,184,1,0,72,112,254,70,127,64,80,6,124,20,0,128,65,
-12,0,129,65,64,72,26,124,8,0,129,64,120,75,58,125,240,13,254,128,
-52,0,7,129,8,0,161,128,120,219,100,127,120,243,195,127,24,0,156,145,
-20,0,124,145,166,3,9,125,16,0,92,147,33,4,128,78,0,0,3,44,
-64,0,130,64,16,0,28,128,0,0,61,129,240,13,190,128,112,254,12,124,
-20,0,201,124,0,0,221,144,36,0,197,128,4,0,93,129,120,243,195,127,
-20,97,234,124,166,3,201,124,4,0,253,144,33,4,128,78,116,7,255,127,
-48,1,0,72,0,0,224,59,4,0,252,155,1,0,96,56,28,1,126,144,
-149,207,0,72,240,13,190,128,36,0,197,128,120,243,195,127,166,3,201,124,
-33,4,128,78,4,1,0,72,3,0,31,44,24,0,130,65,2,0,31,44,
-104,0,130,64,8,0,92,129,0,0,10,44,92,0,129,64,24,0,156,129,
-20,0,124,129,3,0,224,56,12,0,155,145,8,0,123,145,4,0,252,152,
-240,13,30,129,60,0,72,129,8,0,161,128,0,0,192,56,120,243,195,127,
-120,219,100,127,8,0,220,144,166,3,73,125,33,4,128,78,240,13,190,128,
-36,0,197,128,120,243,195,127,166,3,201,124,33,4,128,78,116,7,255,127,
-144,0,0,72,4,0,31,44,112,0,130,64,8,0,161,128,240,13,222,128,
-68,0,230,128,20,0,124,129,24,0,156,129,120,243,195,127,120,219,100,127,
-166,3,233,124,12,0,155,145,8,0,123,145,33,4,128,78,8,0,33,129,
-1,0,9,57,255,7,12,85,92,0,76,29,20,82,30,125,4,0,8,136,
-116,7,0,124,2,0,0,44,1,0,96,57,20,0,129,145,8,0,104,145,
-20,0,130,64,184,0,126,56,20,0,129,56,255,255,160,56,121,190,0,72,
-240,13,190,128,36,0,197,128,120,243,195,127,166,3,201,124,33,4,128,78,
-116,7,255,127,52,0,97,131,60,0,161,131,120,251,227,127,68,0,225,131,
-56,0,129,131,64,0,193,131,76,0,1,128,48,0,65,131,44,0,33,131,
-166,3,8,124,72,0,33,56,32,0,128,78,224,255,33,148,166,2,8,124,
-36,0,1,144,20,0,161,147,120,27,125,124,24,0,193,147,0,0,192,59,
-28,0,225,147,12,0,225,59,0,0,128,57,120,235,170,127,2,0,0,56,
-166,3,9,124,4,0,10,136,117,7,0,124,28,0,130,65,2,0,0,44,
-20,0,130,65,6,0,0,44,12,0,130,65,7,0,0,44,8,0,130,64,
-1,0,140,57,92,0,74,57,212,255,0,66,2,0,12,44,72,0,128,64,
-184,0,125,56,120,251,228,127,255,255,160,56,241,184,0,72,0,0,127,129,
-2,0,11,40,24,0,128,65,12,0,96,60,244,201,99,56,160,10,128,56,
-0,0,160,56,177,171,250,75,0,0,31,128,92,0,128,29,20,98,61,125,
-4,0,201,155,120,255,255,75,8,0,225,59,184,0,125,56,120,251,228,127,
-0,0,160,56,169,184,0,72,0,0,3,44,236,255,130,65,28,0,225,131,
-36,0,1,128,24,0,193,131,20,0,161,131,166,3,8,124,32,0,33,56,
-32,0,128,78,208,255,33,148,28,0,97,147,36,0,161,147,40,0,193,147,
-166,2,8,124,52,0,1,144,32,0,129,147,120,27,124,124,44,0,225,147,
-0,0,224,63,68,71,127,56,255,255,128,56,253,132,4,72,0,0,3,44,
-240,255,130,64,72,1,92,137,116,7,74,125,1,0,10,44,12,0,96,63,
-40,1,130,64,71,1,28,136,116,7,0,124,1,0,0,44,24,1,130,64,
-124,196,173,131,12,0,192,63,0,0,0,56,120,235,163,127,3,0,128,56,
-8,0,161,56,71,1,28,152,201,201,0,72,0,0,3,44,20,0,130,65,
-4,202,126,56,232,10,128,56,0,0,160,56,205,170,250,75,76,1,124,56,
-64,24,29,124,32,0,130,65,193,200,0,72,0,0,3,44,20,0,130,65,
-4,202,126,56,238,10,128,56,0,0,160,56,165,170,250,75,68,71,127,56,
-237,128,4,72,0,0,3,44,20,0,130,65,20,202,123,56,6,1,128,56,
-0,0,160,56,133,170,250,75,12,0,129,147,1,0,0,56,16,0,1,152,
-12,0,129,56,36,0,96,60,68,157,99,56,255,255,160,56,73,188,0,72,
-0,0,3,44,20,0,130,65,4,202,126,56,0,11,128,56,0,0,160,56,
-77,170,250,75,212,192,109,56,32,0,128,56,0,0,160,56,81,137,4,72,
-0,0,3,44,20,0,130,65,4,202,126,56,4,11,128,56,0,0,160,56,
-37,170,250,75,8,0,129,128,120,235,163,127,20,0,161,56,249,200,0,72,
-36,0,161,131,40,0,193,131,44,0,225,131,52,0,1,128,32,0,129,131,
-28,0,97,131,166,3,8,124,48,0,33,56,32,0,128,78,68,71,127,56,
-57,128,4,72,0,0,3,44,24,0,130,65,20,202,123,56,6,1,128,56,
-0,0,160,56,209,169,250,75,0,0,3,44,36,0,161,131,40,0,193,131,
-44,0,225,131,52,0,1,128,32,0,129,131,28,0,97,131,166,3,8,124,
-48,0,33,56,32,0,128,78,136,255,33,148,100,0,97,147,104,0,129,147,
-108,0,161,147,116,0,225,147,166,2,8,124,124,0,1,144,112,0,193,147,
-120,27,126,124,76,1,126,56,11,0,128,56,64,0,161,56,89,200,0,72,
-70,1,222,136,117,7,198,124,1,0,224,59,96,0,130,64,5,1,62,137,
-0,0,9,44,84,0,130,64,166,0,0,124,94,4,10,84,36,1,64,125,
-136,129,77,129,3,0,10,44,16,0,128,64,1,0,106,57,136,129,109,145,
-70,1,254,155,0,128,12,112,166,0,0,124,94,4,0,84,120,99,0,124,
-36,1,0,124,120,243,195,127,20,0,128,56,197,234,255,75,70,1,222,136,
-117,7,198,124,168,255,130,65,0,0,224,63,68,71,127,56,255,255,128,56,
-197,130,4,72,0,0,3,44,240,255,130,64,240,0,126,128,93,61,4,72,
-120,27,125,124,120,235,164,127,40,1,190,56,12,0,96,60,48,202,99,56,
-173,7,1,72,240,0,126,128,104,0,227,128,244,0,7,129,166,3,9,125,
-33,4,128,78,240,0,158,129,1,0,12,136,127,6,0,84,140,0,130,64,
-7,0,76,137,251,255,96,57,116,7,74,125,64,88,10,124,84,0,130,65,
-247,255,128,57,64,96,10,124,52,0,130,65,223,255,0,56,64,0,10,124,
-20,0,130,65,175,255,192,56,64,48,10,124,68,0,130,65,80,0,0,72,
-11,0,96,56,120,235,165,127,28,137,130,56,157,171,250,75,60,0,0,72,
-12,0,96,56,120,235,165,127,28,137,130,56,137,171,250,75,40,0,0,72,
-41,0,96,56,120,235,165,127,28,137,130,56,117,171,250,75,20,0,0,72,
-51,0,96,56,120,235,165,127,28,137,130,56,97,171,250,75,68,71,127,56,
-109,126,4,72,0,0,3,44,24,0,130,65,12,0,96,60,72,202,99,56,
-6,1,128,56,0,0,160,56,1,168,250,75,120,235,163,127,255,255,128,56,
-33,9,252,75,120,243,195,127,237,233,255,75,240,0,126,128,0,0,224,56,
-16,0,225,144,40,0,225,176,8,0,3,168,72,0,129,56,36,0,1,176,
-32,0,225,144,20,0,225,144,141,40,2,72,24,0,97,144,28,0,129,144,
-240,0,126,128,117,39,2,72,112,30,102,124,148,1,6,124,236,13,30,144,
-76,0,129,129,72,0,97,129,121,91,128,125,32,0,130,64,6,0,0,56,
-164,255,94,57,2,0,32,57,166,3,41,125,96,0,10,152,92,0,74,57,
-248,255,0,66,28,0,225,128,24,0,193,128,0,0,224,59,120,235,163,127,
-24,1,254,147,16,1,254,147,248,0,254,144,244,0,222,144,0,1,254,144,
-252,0,222,144,157,9,4,72,24,0,99,129,12,1,126,145,8,1,254,147,
-12,0,160,63,184,0,126,56,8,0,129,56,255,255,160,56,81,180,0,72,
-8,0,225,131,2,0,31,40,92,0,128,65,32,202,125,56,214,1,128,56,
-0,0,160,56,21,167,250,75,8,0,225,131,0,0,3,44,64,0,130,65,
-240,13,254,128,44,0,7,129,64,135,173,136,92,0,223,28,20,50,222,124,
-4,0,102,139,120,243,195,127,166,3,9,125,116,7,123,127,12,0,193,56,
-120,219,100,127,33,4,128,78,1,0,3,44,84,0,130,64,60,0,0,72,
-240,13,254,128,44,0,7,129,64,135,173,136,92,0,223,28,20,50,222,124,
-4,0,102,139,120,243,195,127,166,3,9,125,116,7,123,127,12,0,193,56,
-120,219,100,127,33,4,128,78,1,0,3,44,24,0,130,64,184,0,126,56,
-8,0,129,56,255,255,160,56,105,184,0,72,68,255,255,75,1,0,27,44,
-28,0,130,64,12,0,129,129,40,0,1,128,52,0,134,125,126,217,203,84,
-188,15,96,81,40,0,1,144,0,1,62,129,252,0,30,129,52,0,33,145,
-48,0,1,145,244,0,126,129,248,0,158,129,8,0,161,128,120,243,195,127,
-16,0,129,56,56,0,225,56,48,0,193,56,60,0,129,145,56,0,97,145,
-205,243,255,75,48,0,1,129,52,0,33,129,0,1,62,145,252,0,30,145,
-60,0,129,129,56,0,97,129,120,27,123,124,8,0,27,44,248,0,158,145,
-244,0,126,145,104,0,130,64,120,243,195,127,173,249,255,75,0,0,128,59,
-2,0,224,59,120,243,195,127,120,227,132,127,113,230,255,75,255,255,255,55,
-1,0,156,59,236,255,130,64,240,0,126,128,88,0,129,56,145,38,2,72,
-252,0,126,144,244,0,126,144,240,0,126,128,0,1,158,144,248,0,158,144,
-1,0,224,56,28,1,254,144,29,58,4,72,255,255,128,56,205,6,252,75,
-120,243,195,127,153,231,255,75,7,0,27,44,232,0,130,64,8,0,225,131,
-240,13,62,129,84,0,73,129,120,243,195,127,1,0,31,56,255,7,28,84,
-166,3,73,125,120,227,132,127,33,4,128,78,0,0,3,44,60,0,130,65,
-92,0,95,29,92,0,220,28,20,242,230,124,20,0,199,128,24,0,231,128,
-20,242,106,125,24,0,43,129,64,72,7,124,20,0,11,129,20,0,129,65,
-12,0,128,65,64,64,6,124,8,0,128,64,120,227,159,127,240,13,158,129,
-92,0,12,128,120,243,195,127,120,251,228,127,166,3,9,124,33,4,128,78,
-120,27,123,124,240,0,126,128,80,0,129,56,205,37,2,72,7,0,27,44,
-1,0,192,56,248,0,158,144,244,0,126,144,0,1,158,144,252,0,126,144,
-28,1,222,144,248,0,130,65,84,0,1,129,80,0,225,128,121,59,10,125,
-44,0,130,64,8,0,129,129,1,0,108,57,255,7,96,85,92,0,0,28,
-20,2,158,125,4,0,204,136,116,7,198,124,6,0,6,44,204,0,130,64,
-48,0,0,72,6,0,27,44,192,0,130,64,8,0,129,129,1,0,108,57,
-255,7,96,85,92,0,0,28,20,2,158,125,4,0,204,136,116,7,198,124,
-6,0,6,44,156,0,130,64,240,0,126,128,237,56,4,72,240,0,158,129,
-7,0,236,136,251,255,0,57,116,7,231,124,64,64,7,124,120,27,101,124,
-76,0,130,65,247,255,32,57,64,72,7,124,48,0,130,65,223,255,64,57,
-64,80,7,124,20,0,130,65,175,255,0,56,64,0,7,124,56,0,130,65,
-64,0,0,72,5,0,96,56,28,137,130,56,101,167,250,75,48,0,0,72,
-7,0,96,56,28,137,130,56,85,167,250,75,32,0,0,72,43,0,96,56,
-28,137,130,56,69,167,250,75,16,0,0,72,53,0,96,56,28,137,130,56,
-53,167,250,75,255,255,192,56,4,1,222,152,1,0,0,56,5,1,30,152,
-5,1,30,137,0,0,8,44,160,252,130,65,120,243,195,127,117,248,255,75,
-76,1,126,56,209,193,0,72,32,202,125,56,114,2,128,56,0,0,160,56,
-189,163,250,75,0,0,3,44,120,252,255,75,216,255,33,148,20,0,97,147,
-28,0,161,147,32,0,193,147,36,0,225,147,166,2,8,124,44,0,1,144,
-24,0,129,147,120,27,124,124,70,1,28,136,117,7,0,124,1,0,224,59,
-76,0,130,64,166,0,64,125,94,4,73,85,36,1,32,125,136,129,109,129,
-0,0,11,44,12,0,130,64,136,129,237,147,70,1,252,155,0,128,71,113,
-166,0,32,125,94,4,41,85,120,59,41,125,36,1,32,125,20,0,96,56,
-69,197,0,72,70,1,28,136,117,7,0,124,188,255,130,65,88,1,96,56,
-137,236,0,72,120,27,123,124,0,0,128,56,88,1,160,56,17,158,250,75,
-0,0,224,63,68,71,127,56,255,255,128,56,221,124,4,72,0,0,3,44,
-240,255,130,64,240,0,124,128,117,55,4,72,120,219,100,127,9,46,4,72,
-240,0,124,128,8,0,129,56,181,35,2,72,120,27,125,124,240,0,124,128,
-104,0,131,129,60,1,204,128,120,35,158,124,166,3,201,124,33,4,128,78,
-112,254,104,124,64,64,30,124,248,13,124,144,24,0,128,65,12,0,129,65,
-64,24,29,124,12,0,129,64,0,0,0,56,248,13,28,144,240,0,124,129,
-14,0,11,168,68,71,127,56,112,78,6,124,148,1,134,125,3,0,12,57,
-252,13,28,145,221,120,4,72,0,0,3,44,24,0,130,65,12,0,96,60,
-84,202,99,56,6,1,128,56,0,0,160,56,113,162,250,75,240,0,124,129,
-2,0,11,136,115,6,0,84,0,0,224,56,8,0,130,65,2,0,224,56,
-120,219,100,127,120,235,165,127,120,243,198,127,62,6,231,84,0,0,96,56,
-105,136,0,72,0,14,124,144,120,219,99,127,49,237,0,72,120,227,131,127,
-137,248,255,75,28,0,161,131,32,0,193,131,36,0,225,131,44,0,1,128,
-24,0,129,131,20,0,97,131,166,3,8,124,40,0,33,56,32,0,128,78,
-232,255,33,148,12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,
-28,0,1,144,8,0,129,147,120,27,124,124,72,1,188,139,240,0,124,128,
-0,0,3,44,0,0,0,56,72,1,28,152,116,7,189,127,204,0,130,65,
-1,0,29,44,196,0,130,64,70,1,252,136,116,7,231,124,1,0,7,44,
-180,0,130,64,37,54,4,72,4,1,156,136,120,27,127,124,255,255,160,56,
-116,7,132,124,253,69,4,72,240,0,124,128,1,0,3,136,127,6,9,84,
-140,0,130,64,7,0,67,137,251,255,0,56,116,7,74,125,64,0,10,124,
-84,0,130,65,247,255,128,57,64,96,10,124,52,0,130,65,223,255,0,56,
-64,0,10,124,20,0,130,65,175,255,0,56,64,0,10,124,68,0,130,65,
-80,0,0,72,59,0,96,56,120,251,229,127,36,137,130,56,125,164,250,75,
-60,0,0,72,60,0,96,56,120,251,229,127,36,137,130,56,105,164,250,75,
-40,0,0,72,61,0,96,56,120,251,229,127,36,137,130,56,85,164,250,75,
-20,0,0,72,62,0,96,56,120,251,229,127,36,137,130,56,65,164,250,75,
-0,0,192,59,2,0,224,59,120,227,131,127,120,243,196,127,129,225,255,75,
-255,255,255,55,1,0,222,59,236,255,130,64,73,1,28,136,116,7,0,124,
-1,0,0,44,12,0,224,63,44,0,130,64,184,0,124,56,69,183,0,72,
-0,0,3,44,20,0,130,65,96,202,127,56,103,11,128,56,0,0,160,56,
-177,160,250,75,0,0,160,56,73,1,188,152,1,0,29,44,72,0,130,64,
-76,1,124,56,157,190,0,72,0,0,3,44,20,0,130,65,96,202,127,56,
-111,11,128,56,0,0,160,56,129,160,250,75,76,1,124,56,153,193,0,72,
-0,0,3,44,24,0,130,65,96,202,127,56,114,11,128,56,0,0,160,56,
-97,160,250,75,0,0,3,44,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-232,255,33,148,20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,
-121,27,125,124,16,0,193,147,120,35,158,124,212,0,130,65,12,0,128,61,
-84,76,140,57,240,13,157,145,5,254,255,75,0,0,224,63,68,71,127,56,
-255,255,128,56,197,121,4,72,0,0,3,44,240,255,130,64,240,0,125,128,
-93,52,4,72,120,27,100,124,16,0,4,40,32,0,128,64,240,0,221,128,
-12,0,96,60,112,202,99,56,0,0,64,57,40,1,189,56,3,0,70,153,
-157,254,0,72,68,71,127,56,9,118,4,72,0,0,3,44,24,0,130,65,
-12,0,96,60,136,202,99,56,6,1,128,56,0,0,160,56,157,159,250,75,
-166,0,128,125,94,4,128,85,36,1,0,124,70,1,29,136,116,7,0,124,
-1,0,0,44,24,0,130,64,0,0,0,56,70,1,29,152,136,129,45,129,
-255,255,41,57,136,129,45,145,0,128,138,113,166,0,96,125,94,4,107,85,
-120,83,107,125,36,1,96,125,255,7,192,87,12,0,130,65,120,235,163,127,
-69,234,0,72,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,208,255,33,148,12,0,225,146,
-16,0,1,147,20,0,33,147,24,0,65,147,28,0,97,147,36,0,161,147,
-44,0,225,147,166,2,8,124,52,0,1,144,32,0,129,147,121,27,124,124,
-40,0,193,147,120,35,158,124,164,2,130,65,12,0,128,61,196,78,140,57,
-240,13,156,145,221,252,255,75,70,1,28,136,116,7,0,124,1,0,0,44,
-48,0,130,65,0,14,124,128,0,0,3,44,92,2,130,65,3,0,128,56,
-33,129,0,72,120,227,131,127,0,0,128,56,121,254,255,75,255,7,199,87,
-92,2,130,65,80,2,0,72,1,0,224,58,0,0,224,63,68,71,127,56,
-255,255,128,56,93,120,4,72,0,0,3,44,240,255,130,64,240,0,124,128,
-12,0,64,63,241,50,4,72,120,27,121,124,16,0,25,40,60,0,128,65,
-68,71,127,56,185,116,4,72,0,0,3,44,248,1,130,65,36,201,122,56,
-6,1,128,56,0,0,160,56,81,158,250,75,120,227,131,127,0,0,128,56,
-13,254,255,75,255,7,199,87,240,1,130,65,228,1,0,72,240,0,124,128,
-7,0,3,136,116,7,0,124,255,255,0,44,0,0,0,59,3,0,3,155,
-248,0,130,64,104,0,131,129,228,0,12,128,166,3,9,124,33,4,128,78,
-58,16,102,84,20,26,102,124,58,16,99,84,5,233,0,72,121,27,123,124,
-176,0,130,65,240,0,124,128,104,0,227,128,148,0,7,129,166,3,9,125,
-33,4,128,78,240,0,124,128,104,0,35,129,236,0,73,129,120,219,100,127,
-166,3,73,125,33,4,128,78,120,219,99,127,173,51,2,72,120,27,125,124,
-120,219,99,127,193,232,0,72,0,0,224,58,68,71,127,56,249,115,4,72,
-0,0,3,44,20,0,130,65,36,201,122,56,6,1,128,56,0,0,160,56,
-145,157,250,75,0,0,29,44,72,0,130,65,120,203,35,127,120,235,164,127,
-117,96,4,72,104,0,125,129,244,0,11,128,120,27,120,124,120,235,163,127,
-166,3,9,124,33,4,128,78,212,192,109,56,64,0,128,56,0,0,160,56,
-105,124,4,72,0,0,24,44,136,0,130,64,116,0,0,72,16,1,0,59,
-212,192,109,56,64,0,128,56,0,0,160,56,73,124,4,72,0,0,24,44,
-104,0,130,64,84,0,0,72,0,0,0,44,8,0,130,64,32,1,0,59,
-0,0,224,58,68,71,127,56,97,115,4,72,0,0,3,44,20,0,130,65,
-36,201,122,56,6,1,128,56,0,0,160,56,249,156,250,75,240,0,28,129,
-7,0,168,136,120,203,35,127,0,0,128,56,116,7,165,124,245,38,4,72,
-0,0,24,44,20,0,130,64,120,203,35,127,255,255,128,56,249,253,251,75,
-120,27,120,124,0,14,124,128,0,0,3,44,36,0,130,65,0,0,24,44,
-20,0,130,64,189,125,0,72,120,203,35,127,125,82,4,72,0,14,124,128,
-3,0,128,56,1,127,0,72,0,0,23,44,0,0,192,56,240,0,220,144,
-36,0,130,65,68,71,127,56,213,114,4,72,0,0,3,44,20,0,130,65,
-36,201,122,56,6,1,128,56,0,0,160,56,109,156,250,75,120,227,131,127,
-0,0,128,56,41,252,255,75,255,7,199,87,12,0,130,65,120,227,131,127,
-77,231,0,72,24,0,65,131,36,0,161,131,40,0,193,131,28,0,97,131,
-20,0,33,131,32,0,129,131,44,0,225,131,52,0,1,128,16,0,1,131,
-12,0,225,130,166,3,8,124,48,0,33,56,32,0,128,78,232,255,33,148,
-12,0,161,147,16,0,193,147,20,0,225,147,121,27,127,124,166,2,8,124,
-28,0,1,144,20,0,130,64,244,13,96,56,77,229,0,72,121,27,127,124,
-184,0,130,65,12,0,0,60,84,76,0,48,240,13,31,144,228,1,127,56,
-0,0,128,56,8,0,160,56,193,150,250,75,236,1,127,56,254,0,128,56,
-0,12,160,56,177,150,250,75,0,0,0,56,240,0,31,144,223,255,128,57,
-4,1,159,153,1,0,96,57,71,1,127,153,72,1,31,152,73,1,31,152,
-70,1,31,152,5,1,31,152,2,0,160,59,120,251,254,127,120,243,195,127,
-0,0,128,56,92,0,160,56,113,150,250,75,255,255,189,55,92,0,222,59,
-232,255,130,64,10,0,128,57,20,1,159,145,40,1,127,56,0,0,128,56,
-30,0,160,56,77,150,250,75,132,129,109,129,12,0,128,60,45,0,128,57,
-65,0,11,56,42,1,127,56,148,202,132,56,40,1,31,152,41,1,159,153,
-221,251,0,72,120,251,227,127,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,121,27,127,124,166,2,8,124,20,0,1,144,20,0,130,64,
-4,14,96,56,81,228,0,72,121,27,127,124,68,0,130,65,120,251,227,127,
-209,254,255,75,132,129,141,129,12,0,128,60,160,202,132,56,42,1,127,56,
-12,0,64,61,45,0,0,56,65,0,108,57,196,78,74,57,240,13,95,145,
-40,1,127,153,41,1,31,152,93,251,0,72,0,0,0,56,0,14,31,144,
-20,0,1,128,120,251,227,127,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,232,255,33,148,16,0,193,147,20,0,225,147,166,2,8,124,
-28,0,1,144,240,13,67,129,100,0,10,128,120,27,126,124,8,0,161,56,
-166,3,9,124,33,4,128,78,120,27,127,124,7,0,31,44,140,0,130,64,
-240,0,126,128,205,46,4,72,8,0,129,128,61,88,4,72,0,0,3,44,
-32,0,130,64,20,0,225,131,28,0,1,128,16,0,193,131,7,0,96,56,
-166,3,8,124,24,0,33,56,32,0,128,78,8,0,1,128,1,0,160,56,
-239,255,0,57,16,0,96,57,0,0,96,56,48,24,166,124,57,48,7,124,
-44,0,130,65,4,1,30,153,0,0,128,56,41,48,4,72,20,0,225,131,
-28,0,1,128,16,0,193,131,7,0,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,255,255,107,53,1,0,99,56,196,255,130,64,28,0,1,128,
-120,251,227,127,20,0,225,131,16,0,193,131,166,3,8,124,24,0,33,56,
-32,0,128,78,224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,
-28,0,225,147,166,2,8,124,36,0,1,144,240,13,99,129,84,0,11,128,
-120,27,125,124,120,35,159,124,166,3,9,124,33,4,128,78,120,27,124,124,
-120,235,163,127,120,251,228,127,229,254,255,75,120,27,126,124,7,0,30,44,
-188,0,130,64,2,2,28,44,84,0,130,64,240,0,125,128,104,0,131,129,
-28,1,12,128,1,0,160,56,0,0,192,56,166,3,9,124,33,4,128,78,
-240,0,125,128,8,0,129,56,5,26,2,72,12,0,225,128,8,0,193,128,
-121,51,224,124,12,0,130,64,6,0,96,56,120,0,0,72,120,235,163,127,
-29,219,255,75,0,0,96,56,104,0,0,72,0,0,224,63,68,71,127,56,
-255,255,128,56,209,114,4,72,0,0,3,44,240,255,130,64,240,0,125,128,
-104,0,67,129,148,1,138,129,3,0,128,56,251,255,160,56,166,3,137,125,
-33,4,128,78,68,71,127,56,41,111,4,72,0,0,3,44,24,0,130,65,
-12,0,96,60,172,202,99,56,6,1,128,56,0,0,160,56,189,152,250,75,
-255,255,0,56,4,1,29,152,120,243,195,127,24,0,193,131,28,0,225,131,
-36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,
-32,0,128,78,216,255,33,148,166,2,8,124,44,0,1,144,28,0,161,147,
-120,35,157,124,120,43,164,124,92,0,4,28,36,0,225,147,8,0,1,147,
-24,0,129,147,32,0,193,147,20,0,97,147,16,0,65,147,12,0,33,147,
-120,27,124,124,20,2,28,127,184,0,124,56,93,141,3,72,0,0,125,144,
-12,0,120,144,8,0,221,131,240,0,28,129,14,0,40,169,12,0,253,131,
-112,254,39,125,214,73,127,125,214,73,94,127,214,57,30,124,22,72,94,125,
-20,90,138,125,20,2,108,127,12,0,125,147,16,0,216,128,0,0,32,59,
-120,203,59,127,0,48,27,124,20,0,61,177,8,0,93,147,68,0,128,64,
-240,0,124,128,120,235,164,127,113,40,2,72,8,0,221,128,12,0,253,128,
-20,0,93,169,112,254,73,125,20,80,102,125,20,73,135,125,12,0,157,145,
-16,0,216,128,1,0,123,59,0,48,27,124,1,0,57,59,8,0,125,145,
-196,255,128,65,0,0,125,128,166,0,64,125,94,4,71,85,36,1,224,124,
-0,0,131,169,0,128,73,113,21,202,140,125,0,0,131,177,166,0,0,124,
-94,4,0,84,120,75,0,124,36,1,0,124,16,0,130,64,4,0,3,128,
-166,3,9,124,33,4,128,78,8,0,221,147,12,0,253,147,20,0,97,131,
-32,0,193,131,28,0,161,131,16,0,65,131,24,0,129,131,36,0,225,131,
-44,0,1,128,12,0,33,131,8,0,1,131,166,3,8,124,40,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,240,255,33,148,184,0,99,56,
-8,0,129,56,8,0,161,144,255,255,160,56,1,169,0,72,20,0,1,128,
-16,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,
-240,255,33,148,184,0,99,56,8,0,129,56,8,0,161,144,255,255,160,56,
-209,168,0,72,20,0,1,128,16,0,33,56,166,3,8,124,0,0,96,56,
-32,0,128,78,240,255,33,148,8,0,193,147,12,0,225,147,166,2,8,124,
-20,0,1,144,8,1,227,131,65,135,173,136,120,27,126,124,121,224,255,75,
-1,0,31,44,120,27,127,124,40,0,130,64,8,1,30,128,0,0,0,44,
-28,0,130,64,65,135,141,137,50,0,0,56,80,3,12,16,62,194,12,84,
-1,0,108,56,133,184,0,72,20,0,1,128,120,251,227,127,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,121,27,127,124,166,2,8,124,20,0,1,144,20,0,130,64,
-244,13,96,56,161,223,0,72,121,27,127,124,60,0,130,65,120,251,227,127,
-33,250,255,75,132,129,109,129,12,0,128,60,184,202,132,56,42,1,127,56,
-12,0,0,60,45,0,128,57,65,0,75,57,92,78,0,48,240,13,31,144,
-40,1,95,153,41,1,159,153,173,246,0,72,20,0,1,128,120,251,227,127,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,
-12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,
-240,13,131,129,84,0,12,128,120,27,125,124,120,35,159,124,166,3,9,124,
-33,4,128,78,120,27,126,124,120,235,163,127,120,251,228,127,29,251,255,75,
-120,27,127,124,7,0,31,44,56,0,130,64,113,1,30,44,48,0,130,64,
-247,255,64,57,4,1,93,153,12,0,96,60,196,202,99,56,101,244,0,72,
-240,0,125,128,245,41,4,72,120,27,101,124,42,0,96,56,44,137,130,56,
-173,152,250,75,120,251,227,127,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,144,255,33,148,
-108,0,225,147,120,43,191,124,92,0,31,29,8,0,33,57,92,0,97,147,
-166,2,8,124,100,0,161,147,88,0,65,147,96,0,129,147,104,0,193,147,
-120,27,126,124,20,66,158,127,116,0,1,144,120,35,155,124,4,0,59,145,
-237,132,3,72,9,0,32,61,76,106,41,57,0,0,160,59,8,0,163,147,
-232,3,0,57,20,0,3,145,4,0,35,145,40,0,227,147,184,0,30,56,
-36,0,3,144,16,0,28,128,120,235,190,127,0,0,30,124,0,0,123,144,
-16,0,64,59,56,0,252,59,12,0,124,144,116,0,128,64,20,0,219,168,
-4,0,127,132,4,0,187,128,0,0,128,56,145,101,1,72,4,0,3,44,
-24,0,129,64,12,0,96,60,220,202,99,56,178,15,128,56,0,0,160,56,
-149,148,250,75,24,0,27,160,12,0,128,56,33,0,96,56,1,0,0,96,
-28,0,91,147,120,219,101,127,24,0,27,176,185,63,1,72,24,0,27,160,
-60,0,0,84,24,0,27,176,16,0,28,128,1,0,222,59,0,0,30,124,
-1,0,189,59,148,255,128,65,0,0,123,128,166,0,96,125,94,4,96,85,
-36,1,0,124,0,0,131,169,0,128,106,113,21,234,140,125,0,0,131,177,
-166,0,96,125,94,4,107,85,120,83,107,125,36,1,96,125,16,0,130,64,
-4,0,3,128,166,3,9,124,33,4,128,78,104,0,193,131,96,0,129,131,
-100,0,161,131,108,0,225,131,116,0,1,128,92,0,97,131,88,0,65,131,
-166,3,8,124,112,0,33,56,32,0,128,78,136,255,33,148,92,0,33,147,
-120,35,153,124,120,43,164,124,92,0,4,29,166,2,8,124,116,0,225,147,
-112,0,193,147,108,0,161,147,104,0,129,147,100,0,97,147,96,0,65,147,
-88,0,1,147,120,27,120,124,184,0,120,56,20,66,88,127,124,0,1,144,
-8,0,1,56,4,0,25,144,177,136,3,72,12,0,0,56,28,0,25,144,
-16,0,26,128,0,0,160,59,120,235,190,127,0,0,30,124,0,0,121,144,
-12,0,122,144,8,0,121,131,12,0,153,131,24,0,250,59,132,0,128,64,
-4,0,185,128,36,0,127,128,20,0,217,168,0,0,128,56,4,0,255,59,
-53,100,1,72,4,0,3,44,24,0,129,64,12,0,96,60,236,202,99,56,
-111,15,128,56,0,0,160,56,57,147,250,75,240,0,120,128,104,0,227,128,
-116,1,7,128,120,203,36,127,1,0,160,56,166,3,9,124,33,4,128,78,
-0,0,127,144,12,0,121,129,8,0,89,129,1,0,189,59,1,0,138,48,
-148,1,171,124,12,0,185,144,16,0,26,128,1,0,222,59,0,0,30,124,
-8,0,153,144,132,255,128,65,0,0,121,128,12,0,153,147,8,0,121,147,
-166,0,0,125,94,4,0,85,36,1,0,124,0,0,131,169,0,128,9,113,
-21,234,140,125,0,0,131,177,166,0,96,125,94,4,107,85,120,75,107,125,
-36,1,96,125,16,0,130,64,4,0,3,128,166,3,9,124,33,4,128,78,
-100,0,97,131,112,0,193,131,108,0,161,131,96,0,65,131,104,0,129,131,
-116,0,225,131,124,0,1,128,92,0,33,131,88,0,1,131,166,3,8,124,
-120,0,33,56,32,0,128,78,240,255,33,148,8,0,193,147,12,0,225,147,
-166,2,8,124,20,0,1,144,8,1,227,131,65,135,173,136,120,27,126,124,
-21,220,255,75,1,0,31,44,120,27,127,124,40,0,130,64,8,1,30,128,
-0,0,0,44,28,0,130,64,65,135,141,137,50,0,0,56,80,3,12,16,
-62,194,12,84,1,0,108,56,33,180,0,72,20,0,1,128,120,251,227,127,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,121,27,127,124,166,2,8,124,20,0,1,144,
-20,0,130,64,244,13,96,56,61,219,0,72,121,27,127,124,60,0,130,65,
-120,251,227,127,189,245,255,75,132,129,109,129,12,0,128,60,252,202,132,56,
-42,1,127,56,12,0,0,60,45,0,128,57,65,0,75,57,244,77,0,48,
-240,13,31,144,40,1,95,153,41,1,159,153,73,242,0,72,20,0,1,128,
-120,251,227,127,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-96,255,33,148,92,0,37,29,92,0,225,145,96,0,1,146,100,0,33,146,
-104,0,65,146,108,0,97,146,112,0,129,146,116,0,161,146,124,0,225,146,
-128,0,1,147,132,0,33,147,136,0,65,147,140,0,97,147,144,0,129,147,
-148,0,161,147,166,2,8,124,164,0,1,144,156,0,225,147,120,35,159,124,
-120,43,164,124,120,0,193,146,152,0,193,147,120,27,126,124,184,0,126,56,
-20,74,222,126,53,134,3,72,24,0,255,160,240,0,158,129,20,0,127,170,
-64,0,231,96,24,0,255,176,0,0,127,144,12,0,118,144,8,0,31,131,
-12,0,63,131,14,0,12,168,20,0,31,176,11,0,160,56,120,155,119,126,
-28,0,191,144,214,187,64,127,58,16,67,87,54,32,72,87,20,26,104,124,
-58,16,99,84,217,219,0,72,20,0,255,168,8,0,191,128,12,0,223,128,
-112,254,232,124,22,56,101,125,214,65,5,124,214,57,133,126,214,57,134,125,
-0,0,128,59,121,27,123,124,4,0,127,147,8,0,159,146,20,98,75,125,
-20,2,170,126,12,0,191,146,24,1,130,65,16,0,214,128,0,0,160,59,
-0,48,29,124,56,0,150,58,8,0,161,58,192,0,128,64,4,0,116,132,
-120,171,165,126,120,187,230,126,0,0,128,56,69,97,1,72,120,27,113,124,
-4,0,17,44,24,0,129,64,12,0,96,60,8,203,99,56,243,14,128,56,
-0,0,160,56,69,144,250,75,121,211,80,127,120,219,114,127,48,0,129,64,
-58,16,44,86,20,138,236,125,58,16,239,85,120,171,177,126,120,147,67,126,
-120,139,36,126,120,123,229,125,157,13,1,72,255,255,16,54,20,122,82,126,
-232,255,130,64,240,0,126,128,104,0,163,128,68,0,5,128,120,251,228,127,
-166,3,9,124,120,171,165,126,33,4,128,78,8,0,127,129,12,0,159,129,
-20,0,191,168,112,254,168,124,20,40,43,125,20,65,76,125,12,0,95,145,
-16,0,214,128,1,0,189,59,0,48,29,124,1,0,156,59,8,0,63,145,
-72,255,128,65,120,219,99,127,193,218,0,72,0,0,127,128,166,0,224,124,
-94,4,234,84,36,1,64,125,0,0,35,169,0,128,235,112,21,226,41,125,
-0,0,35,177,166,0,128,125,94,4,140,85,120,91,140,125,36,1,128,125,
-80,0,130,64,64,0,0,72,0,0,127,128,112,1,0,57,12,0,3,177,
-166,0,224,124,94,4,234,84,36,1,64,125,0,0,35,169,0,0,35,177,
-0,128,235,112,166,0,128,125,94,4,140,85,120,91,140,125,36,1,128,125,
-0,0,9,44,16,0,130,64,4,0,195,128,166,3,201,124,33,4,128,78,
-8,0,31,147,12,0,63,147,20,0,127,178,112,0,129,130,140,0,97,131,
-144,0,129,131,116,0,161,130,108,0,97,130,136,0,65,131,148,0,161,131,
-120,0,193,130,104,0,65,130,132,0,33,131,152,0,193,131,124,0,225,130,
-100,0,33,130,128,0,1,131,156,0,225,131,164,0,1,128,96,0,1,130,
-92,0,225,129,166,3,8,124,160,0,33,56,32,0,128,78,166,2,8,124,
-4,0,1,144,240,255,33,148,184,0,99,56,8,0,129,56,8,0,161,144,
-255,255,160,56,153,160,0,72,20,0,1,128,16,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,12,0,225,147,121,27,127,124,166,2,8,124,
-20,0,1,144,20,0,130,64,244,13,96,56,221,215,0,72,121,27,127,124,
-56,0,130,65,120,251,227,127,93,242,255,75,132,129,109,129,52,137,130,56,
-42,1,127,56,12,0,0,60,45,0,128,57,65,0,75,57,140,77,0,48,
-240,13,31,144,40,1,95,153,41,1,159,153,237,238,0,72,20,0,1,128,
-120,251,227,127,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,
-12,0,225,147,120,35,159,124,213,215,255,75,5,0,31,44,32,0,130,64,
-240,0,158,129,7,0,12,136,116,7,0,124,247,255,0,44,12,0,130,64,
-36,1,30,128,28,1,30,144,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,
-121,27,127,124,166,2,8,124,20,0,1,144,20,0,130,64,244,13,96,56,
-13,215,0,72,121,27,127,124,60,0,130,65,120,251,227,127,141,241,255,75,
-132,129,109,129,12,0,128,60,24,203,132,56,42,1,127,56,12,0,0,60,
-45,0,128,57,65,0,75,57,36,77,0,48,240,13,31,144,40,1,95,153,
-41,1,159,153,25,238,0,72,20,0,1,128,120,251,227,127,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,216,255,33,148,166,2,8,124,
-44,0,1,144,16,0,65,147,120,43,186,124,92,0,26,28,12,0,33,147,
-24,0,129,147,32,0,193,147,28,0,161,147,20,0,97,147,36,0,225,147,
-120,27,125,124,20,2,125,127,16,0,27,128,0,0,224,59,120,251,252,127,
-0,0,28,124,120,35,158,124,60,0,59,59,88,0,128,64,20,0,126,168,
-120,203,36,127,0,0,160,56,105,94,1,72,0,0,3,44,44,0,130,64,
-120,235,163,127,120,211,68,127,117,205,255,75,8,0,65,147,184,0,125,56,
-8,0,129,56,255,255,160,56,181,158,0,72,112,1,96,56,48,0,0,72,
-16,0,27,128,1,0,156,59,0,0,28,124,4,0,57,59,176,255,128,65,
-8,0,65,147,184,0,125,56,8,0,129,56,255,255,160,56,133,158,0,72,
-120,251,227,127,32,0,193,131,24,0,129,131,20,0,97,131,28,0,161,131,
-36,0,225,131,44,0,1,128,16,0,65,131,12,0,33,131,166,3,8,124,
-40,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,121,27,127,124,
-166,2,8,124,20,0,1,144,20,0,130,64,244,13,96,56,169,213,0,72,
-121,27,127,124,60,0,130,65,120,251,227,127,41,240,255,75,132,129,109,129,
-12,0,128,60,40,203,132,56,42,1,127,56,12,0,0,60,45,0,128,57,
-65,0,75,57,188,76,0,48,240,13,31,144,40,1,95,153,41,1,159,153,
-181,236,0,72,20,0,1,128,120,251,227,127,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-196,136,13,160,190,231,0,84,3,0,0,44,92,0,130,64,67,135,13,136,
-116,7,0,124,2,0,0,44,36,0,130,65,1,0,0,44,28,0,130,65,
-68,135,13,136,116,7,0,124,2,0,0,44,12,0,130,65,1,0,0,44,
-44,0,130,64,224,168,13,128,0,0,0,44,12,0,130,64,1,0,96,56,
-53,126,0,72,212,192,109,56,1,0,128,60,0,128,132,56,0,0,160,56,
-153,106,4,72,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-124,255,255,75,232,255,33,148,166,2,8,124,28,0,1,144,16,0,193,147,
-120,27,126,124,8,0,97,56,20,0,225,147,120,35,159,124,12,0,129,56,
-117,125,0,72,0,0,31,44,136,136,0,60,137,136,0,96,22,24,0,125,
-126,217,8,85,128,0,129,64,166,3,233,127,0,0,62,169,2,0,94,169,
-20,82,137,125,128,6,192,60,7,104,198,56,126,217,128,85,22,0,6,124,
-254,232,0,84,96,39,0,28,0,0,10,44,4,0,222,59,80,96,96,125,
-68,0,130,65,64,88,9,124,16,0,129,65,64,72,8,124,52,0,129,64,
-12,0,0,72,64,72,8,124,12,0,128,64,64,88,8,124,32,0,128,64,
-20,0,225,131,28,0,1,128,16,0,193,131,1,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,140,255,0,66,20,0,225,131,28,0,1,128,
-16,0,193,131,0,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-96,255,33,148,136,0,65,147,120,27,122,124,128,0,1,147,132,0,33,147,
-140,0,97,147,144,0,129,147,148,0,161,147,152,0,193,147,156,0,225,147,
-166,2,8,124,164,0,1,144,240,0,250,128,8,0,199,171,66,135,13,136,
-0,0,0,44,44,0,1,56,120,211,89,127,120,51,220,124,120,43,187,124,
-16,0,1,144,32,0,193,179,0,0,192,56,24,0,129,147,20,0,97,147,
-28,0,193,144,36,0,193,176,12,0,193,144,44,0,130,65,140,0,97,131,
-152,0,193,131,144,0,129,131,136,0,65,131,164,0,1,128,132,0,33,131,
-113,1,96,56,166,3,8,124,160,0,33,56,32,0,128,78,0,0,128,56,
-133,202,255,75,0,0,224,63,68,71,127,56,255,255,128,56,177,99,4,72,
-0,0,3,44,240,255,130,64,12,0,160,63,120,243,195,127,60,0,153,56,
-255,255,160,56,57,91,1,72,60,0,121,128,120,243,198,127,0,0,128,56,
-44,0,161,56,149,90,1,72,60,0,121,128,213,68,251,75,0,0,3,44,
-100,0,130,65,68,71,127,56,237,95,4,72,0,0,3,44,20,0,130,65,
-72,203,125,56,6,1,128,56,0,0,160,56,133,137,250,75,120,211,67,127,
-0,0,128,56,9,202,255,75,152,0,193,131,140,0,97,131,136,0,65,131,
-148,0,161,131,156,0,225,131,144,0,129,131,132,0,33,131,164,0,1,128,
-128,0,1,131,113,1,96,56,166,3,8,124,160,0,33,56,32,0,128,78,
-184,0,122,56,0,0,128,56,77,126,3,72,12,0,97,144,12,0,121,144,
-1,0,160,56,0,0,163,176,240,0,122,128,104,0,35,129,100,1,105,129,
-12,0,129,56,166,3,105,125,33,4,128,78,0,0,3,44,28,0,121,144,
-68,71,127,56,64,0,130,64,12,0,153,129,0,0,160,56,0,0,172,176,
-65,95,4,72,0,0,3,44,20,0,130,65,72,203,125,56,6,1,128,56,
-0,0,160,56,217,136,250,75,34,1,192,59,120,211,67,127,0,0,128,56,
-89,201,255,75,176,1,0,72,17,95,4,72,0,0,3,44,20,0,130,65,
-72,203,125,56,6,1,128,56,0,0,160,56,169,136,250,75,12,0,0,63,
-184,0,122,56,8,0,129,56,255,255,160,56,181,149,0,72,8,0,225,128,
-0,0,7,44,20,0,130,65,56,203,120,56,22,8,128,56,0,0,160,56,
-121,136,250,75,240,13,58,129,84,0,105,129,120,211,67,127,0,0,128,56,
-166,3,105,125,33,4,128,78,121,27,126,124,56,1,130,64,68,71,127,56,
-255,255,128,56,25,98,4,72,0,0,3,44,240,255,130,64,12,0,121,128,
-0,0,192,59,0,0,195,179,245,118,4,72,184,0,122,56,120,243,196,127,
-61,125,3,72,12,0,97,144,12,0,121,144,1,0,0,56,0,0,3,176,
-240,0,122,128,104,0,163,128,108,1,197,128,12,0,129,56,166,3,201,124,
-33,4,128,78,121,27,126,124,68,71,127,56,68,0,130,65,12,0,249,128,
-0,0,32,57,0,0,39,177,53,94,4,72,0,0,3,44,188,0,130,65,
-72,203,125,56,6,1,128,56,0,0,160,56,205,135,250,75,0,0,3,44,
-164,0,130,64,120,211,67,127,0,0,128,56,73,200,255,75,160,0,0,72,
-1,94,4,72,0,0,3,44,20,0,130,65,72,203,125,56,6,1,128,56,
-0,0,160,56,153,135,250,75,120,219,101,127,120,227,134,127,12,0,96,60,
-84,203,99,56,97,230,0,72,240,0,122,128,241,27,4,72,120,27,101,124,
-54,0,96,56,60,137,130,56,169,138,250,75,184,0,122,56,8,0,129,56,
-255,255,160,56,125,148,0,72,8,0,97,129,0,0,11,44,20,0,130,65,
-56,203,120,56,78,8,128,56,0,0,160,56,65,135,250,75,240,13,154,129,
-84,0,12,128,120,211,67,127,0,0,128,56,166,3,9,124,33,4,128,78,
-120,27,126,124,120,211,67,127,0,0,128,56,169,199,255,75,120,243,195,127,
-152,0,193,131,148,0,161,131,144,0,129,131,136,0,65,131,140,0,97,131,
-156,0,225,131,164,0,1,128,132,0,33,131,128,0,1,131,166,3,8,124,
-160,0,33,56,32,0,128,78,72,255,33,148,156,0,33,147,128,0,65,146,
-132,0,97,146,136,0,129,146,144,0,193,146,148,0,225,146,164,0,97,147,
-168,0,129,147,172,0,161,147,166,2,8,124,188,0,1,144,20,0,161,144,
-24,0,193,144,140,0,161,146,152,0,1,147,120,27,120,124,160,0,65,147,
-180,0,225,147,176,0,193,147,240,0,56,129,0,0,192,59,12,0,193,147,
-36,0,193,179,8,0,169,171,120,35,153,124,0,0,29,44,120,195,21,127,
-120,243,223,127,28,0,193,147,120,59,250,124,44,0,225,56,16,0,225,144,
-40,3,129,64,12,0,96,62,12,0,128,62,0,0,192,58,12,0,225,58,
-0,0,96,63,8,0,129,59,120,195,3,127,0,0,128,56,201,198,255,75,
-2,2,31,44,16,0,130,64,120,195,3,127,232,3,128,56,213,199,255,75,
-68,71,91,58,120,147,67,126,255,255,128,56,225,95,4,72,0,0,3,44,
-240,255,130,64,60,0,149,56,1,0,96,56,255,255,160,56,109,87,1,72,
-60,0,117,128,0,0,128,56,44,0,161,56,1,0,192,56,201,86,1,72,
-184,0,120,56,0,0,128,56,241,122,3,72,0,0,119,144,12,0,117,144,
-1,0,192,56,0,0,195,176,240,0,120,128,104,0,99,129,124,1,11,128,
-120,203,37,127,120,187,228,126,20,0,215,179,166,3,9,124,33,4,128,78,
-0,0,3,44,28,0,117,144,68,71,123,56,68,0,130,64,12,0,21,129,
-0,0,200,178,225,91,4,72,0,0,3,44,84,2,130,65,140,203,115,56,
-6,1,128,56,0,0,160,56,121,133,250,75,0,0,3,44,60,2,130,64,
-120,195,3,127,0,0,128,56,245,197,255,75,120,251,227,127,56,2,0,72,
-169,91,4,72,0,0,3,44,20,0,130,65,140,203,115,56,6,1,128,56,
-0,0,160,56,65,133,250,75,184,0,120,56,120,227,132,127,255,255,160,56,
-81,146,0,72,0,0,28,128,0,0,0,44,20,0,130,65,124,203,116,56,
-61,7,128,56,0,0,160,56,21,133,250,75,240,13,88,129,84,0,138,129,
-120,195,3,127,0,0,128,56,166,3,137,125,33,4,128,78,5,1,216,136,
-0,0,6,44,120,27,127,124,184,1,130,64,0,0,31,44,164,1,130,65,
-2,2,31,44,168,1,130,64,240,0,120,128,73,25,4,72,120,27,114,124,
-141,14,4,72,0,0,3,44,16,0,130,65,0,0,26,44,48,0,130,65,
-120,1,0,72,58,16,73,86,20,146,9,125,56,24,8,85,0,0,136,61,
-96,66,76,57,37,0,10,136,0,0,0,44,88,1,130,65,0,0,26,44,
-80,1,130,64,68,71,251,59,120,251,227,127,255,255,128,56,77,94,4,72,
-0,0,3,44,240,255,130,64,12,0,117,128,0,0,195,178,45,115,4,72,
-184,0,120,56,0,0,128,56,117,121,3,72,0,0,119,144,12,0,117,144,
-1,0,0,56,0,0,3,176,240,0,120,128,104,0,227,128,132,1,7,128,
-120,187,228,126,120,203,37,127,166,3,9,124,33,4,128,78,121,27,127,124,
-68,71,123,56,68,0,130,65,12,0,53,129,0,0,201,178,109,90,4,72,
-0,0,3,44,188,0,130,65,140,203,115,56,6,1,128,56,0,0,160,56,
-5,132,250,75,120,195,3,127,0,0,128,56,137,196,255,75,120,195,3,127,
-232,3,128,56,157,197,255,75,168,0,0,72,53,90,4,72,0,0,3,44,
-20,0,130,65,140,203,115,56,6,1,128,56,0,0,160,56,205,131,250,75,
-120,203,36,127,120,243,197,127,12,0,96,60,152,203,99,56,149,226,0,72,
-120,203,37,127,44,0,96,56,68,137,130,56,229,134,250,75,184,0,120,56,
-120,227,132,127,255,255,160,56,185,144,0,72,0,0,28,128,0,0,0,44,
-20,0,130,65,124,203,116,56,129,7,128,56,0,0,160,56,125,131,250,75,
-240,13,152,129,84,0,12,129,120,195,3,127,0,0,128,56,166,3,9,125,
-33,4,128,78,121,27,127,124,40,0,130,64,120,195,3,127,0,0,128,56,
-225,195,255,75,120,195,3,127,232,3,128,56,245,196,255,75,255,255,189,55,
-1,0,222,59,248,252,130,64,120,195,3,127,0,0,128,56,189,195,255,75,
-120,251,227,127,168,0,129,131,144,0,193,130,148,0,225,130,172,0,161,131,
-164,0,97,131,140,0,161,130,152,0,1,131,176,0,193,131,160,0,65,131,
-136,0,129,130,156,0,33,131,180,0,225,131,188,0,1,128,132,0,97,130,
-128,0,65,130,166,3,8,124,184,0,33,56,32,0,128,78,166,2,8,124,
-4,0,1,144,240,255,33,148,8,0,129,56,120,43,163,124,9,0,161,56,
-121,167,252,75,20,0,1,128,16,0,33,56,166,3,8,124,0,0,96,56,
-32,0,128,78,24,255,33,148,166,2,8,124,236,0,1,144,216,0,129,147,
-120,35,156,124,92,0,28,28,160,0,193,145,164,0,225,145,168,0,1,146,
-172,0,33,146,176,0,65,146,180,0,97,146,184,0,129,146,188,0,161,146,
-192,0,193,146,196,0,225,146,200,0,1,147,204,0,33,147,208,0,65,147,
-220,0,161,147,212,0,97,147,228,0,225,147,224,0,193,147,120,27,123,124,
-20,2,251,124,4,0,7,139,116,7,24,127,7,0,24,44,44,0,161,144,
-84,0,225,144,36,0,130,65,216,0,129,131,212,0,97,131,236,0,1,128,
-120,195,3,127,200,0,1,131,166,3,8,124,232,0,33,56,32,0,128,78,
-12,0,64,63,56,204,90,59,12,0,0,60,16,204,0,48,80,0,1,144,
-0,0,0,60,68,71,0,48,72,0,1,144,12,0,224,61,216,203,239,57,
-0,0,32,58,78,0,33,178,76,0,33,178,70,0,33,178,68,0,33,178,
-42,0,33,178,128,0,161,59,120,0,193,56,16,0,193,144,120,219,99,127,
-121,213,255,75,240,0,59,129,0,0,32,59,24,0,61,179,0,0,61,147,
-8,0,41,169,84,0,97,129,4,0,61,147,16,0,61,147,20,0,61,177,
-24,0,235,131,20,0,203,131,16,0,11,130,12,0,75,129,28,1,27,146,
-28,0,10,129,24,0,234,128,240,13,123,129,84,0,139,129,44,0,33,129,
-16,0,193,128,166,3,137,125,120,219,99,127,120,227,132,127,0,0,233,144,
-4,0,6,145,0,0,230,144,33,4,128,78,40,0,97,176,2,0,0,59,
-120,219,99,127,120,203,36,127,209,193,255,75,255,255,24,55,1,0,57,59,
-236,255,130,64,40,0,1,168,0,0,0,44,52,0,130,65,248,191,173,128,
-120,3,6,124,12,0,96,60,40,1,155,56,232,203,99,56,237,223,0,72,
-84,0,97,129,24,0,203,128,20,0,171,128,12,0,96,60,192,203,99,56,
-213,223,0,72,240,0,123,128,0,0,32,57,36,0,33,145,93,21,4,72,
-16,0,3,40,32,0,97,144,20,0,128,65,120,123,227,125,57,5,128,56,
-0,0,160,56,205,128,250,75,16,0,161,128,255,255,192,56,20,0,193,144,
-0,0,229,128,4,0,5,129,16,0,0,56,0,0,128,57,1,0,96,57,
-166,3,9,124,120,99,132,125,120,59,233,124,120,67,10,125,48,32,133,125,
-32,0,196,32,48,52,102,125,120,51,166,124,32,0,4,56,48,0,101,125,
-120,51,160,124,52,0,1,144,48,32,96,125,48,0,1,144,56,0,37,125,
-52,0,1,128,56,0,70,125,121,43,192,124,12,0,130,65,20,0,129,144,
-12,0,0,72,1,0,132,56,184,255,0,66,40,0,1,168,0,2,0,40,
-24,0,128,64,0,0,0,40,44,0,130,65,113,1,0,40,92,2,130,65,
-40,3,0,72,0,2,0,40,132,0,130,65,2,2,0,40,12,1,130,65,
-4,2,0,40,176,2,130,65,12,3,0,72,2,0,96,56,13,162,0,72,
-120,219,99,127,5,194,255,75,180,0,97,130,212,0,97,131,216,0,129,131,
-184,0,129,130,176,0,65,130,208,0,65,131,220,0,161,131,188,0,161,130,
-172,0,33,130,204,0,33,131,224,0,193,131,192,0,193,130,168,0,1,130,
-200,0,1,131,228,0,225,131,196,0,225,130,164,0,225,129,236,0,1,128,
-160,0,193,129,0,0,96,56,166,3,8,124,232,0,33,56,32,0,128,78,
-78,0,193,160,4,0,6,40,1,0,6,56,78,0,1,176,160,2,129,65,
-16,0,160,58,120,59,246,124,120,67,23,125,1,0,0,59,0,0,128,58,
-120,163,153,126,32,0,20,32,48,4,5,127,48,160,0,127,32,0,244,56,
-48,56,9,127,56,0,199,126,48,160,44,127,120,43,138,125,120,83,37,125,
-56,40,232,126,121,59,12,125,12,0,161,144,8,0,1,144,20,0,130,65,
-120,219,99,127,120,227,132,127,120,163,133,126,89,252,255,75,255,255,181,54,
-1,0,148,58,176,255,130,64,5,1,251,136,0,0,7,44,192,2,130,65,
-96,2,0,72,120,219,99,127,220,5,128,56,189,192,255,75,76,0,193,160,
-10,0,6,40,1,0,134,57,76,0,129,177,68,0,129,64,20,0,161,128,
-32,0,193,128,80,0,129,128,38,0,96,56,33,130,250,75,20,0,97,128,
-0,0,192,56,1,0,160,56,249,0,128,56,181,170,252,75,5,1,251,136,
-0,0,7,44,1,0,32,57,36,0,33,145,96,2,130,65,0,2,0,72,
-62,4,128,85,1,0,0,40,232,1,129,64,16,0,33,129,0,0,201,130,
-76,0,161,160,4,0,233,130,0,0,96,58,2,0,168,104,120,155,121,126,
-52,0,10,125,1,0,0,59,16,0,224,56,126,217,78,85,64,0,225,144,
-48,152,42,127,32,0,19,33,48,68,12,127,120,99,64,125,32,0,211,56,
-48,48,8,127,120,3,0,125,60,0,1,144,48,152,0,127,56,0,1,144,
-56,0,199,126,60,0,1,128,56,0,232,126,121,59,11,125,68,0,130,65,
-121,131,20,126,0,0,64,58,56,0,129,64,120,115,213,125,120,219,99,127,
-120,155,100,126,112,254,74,126,20,144,190,124,20,81,223,124,120,171,167,126,
-53,247,255,75,0,0,3,44,16,0,130,64,255,255,148,54,1,0,82,58,
-212,255,130,64,64,0,129,129,1,0,115,58,255,255,12,52,64,0,1,144,
-116,255,130,64,5,1,251,136,0,0,7,44,132,1,130,65,36,1,0,72,
-68,0,65,161,2,0,10,40,1,0,106,57,68,0,97,177,28,0,129,64,
-5,1,251,136,0,0,7,44,1,0,0,56,36,0,1,144,88,1,130,65,
-248,0,0,72,121,131,25,126,0,0,0,59,224,0,129,64,120,219,99,127,
-112,254,12,127,20,192,190,124,20,97,223,124,253,242,255,75,0,0,3,44,
-196,0,130,64,255,255,57,55,1,0,24,59,220,255,130,64,5,1,251,136,
-0,0,7,44,20,1,130,65,180,0,0,72,70,0,129,161,10,0,12,40,
-1,0,76,57,70,0,65,177,52,0,129,64,20,0,161,128,32,0,193,128,
-80,0,129,128,9,0,96,56,129,128,250,75,20,0,97,128,0,0,192,56,
-1,0,160,56,241,0,128,56,21,169,252,75,1,0,0,56,36,0,1,144,
-120,219,99,127,220,5,128,56,205,190,255,75,5,1,251,136,0,0,7,44,
-180,0,130,65,84,0,0,72,42,0,193,160,4,0,6,40,1,0,38,57,
-42,0,33,177,52,0,129,64,20,0,161,128,32,0,193,128,80,0,129,128,
-10,0,96,56,33,128,250,75,20,0,97,128,0,0,192,56,1,0,160,56,
-241,0,128,56,181,168,252,75,1,0,0,56,36,0,1,144,5,1,251,136,
-0,0,7,44,96,0,130,65,180,0,97,130,212,0,97,131,216,0,129,131,
-184,0,129,130,176,0,65,130,208,0,65,131,220,0,161,131,188,0,161,130,
-172,0,33,130,204,0,33,131,224,0,193,131,192,0,193,130,168,0,1,130,
-200,0,1,131,228,0,225,131,196,0,225,130,164,0,225,129,236,0,1,128,
-160,0,193,129,0,0,96,56,166,3,8,124,232,0,33,56,32,0,128,78,
-36,0,65,129,1,0,10,44,72,0,161,130,192,1,130,64,120,171,191,126,
-120,251,227,127,255,255,128,56,13,86,4,72,0,0,3,44,240,255,130,64,
-240,0,123,128,7,0,3,137,251,255,64,57,116,7,8,125,64,80,8,124,
-228,0,130,65,247,255,128,57,64,96,8,124,196,0,130,65,223,255,160,56,
-64,40,8,124,20,0,130,65,175,255,0,56,64,0,8,124,224,0,130,65,
-236,0,0,72,0,0,160,59,16,0,192,59,1,0,224,59,104,0,67,129,
-188,0,10,128,120,235,164,127,166,3,9,124,33,4,128,78,104,0,97,144,
-104,0,129,161,100,0,129,177,106,0,193,160,102,0,193,176,100,0,1,129,
-255,7,8,85,64,0,130,65,100,0,33,129,123,7,41,85,52,0,130,65,
-44,0,129,129,0,0,76,129,48,232,232,127,64,64,10,124,32,0,130,65,
-32,0,161,128,20,0,193,128,0,0,12,145,12,0,128,60,45,0,96,56,
-36,204,132,56,185,126,250,75,255,255,222,55,1,0,189,59,12,0,130,65,
-240,0,123,128,128,255,255,75,32,0,161,128,76,137,130,56,4,0,96,56,
-149,126,250,75,72,0,0,72,32,0,161,128,76,137,130,56,14,0,96,56,
-129,126,250,75,52,0,0,72,40,0,1,168,2,2,0,44,40,0,130,65,
-32,0,161,128,76,137,130,56,42,0,96,56,97,126,250,75,20,0,0,72,
-32,0,161,128,76,137,130,56,52,0,96,56,77,126,250,75,120,171,163,126,
-89,81,4,72,0,0,3,44,20,0,130,65,120,211,67,127,6,1,128,56,
-0,0,160,56,241,122,250,75,180,0,97,130,212,0,97,131,216,0,129,131,
-184,0,129,130,176,0,65,130,208,0,65,131,220,0,161,131,188,0,161,130,
-172,0,33,130,204,0,33,131,224,0,193,131,192,0,193,130,168,0,1,130,
-200,0,1,131,228,0,225,131,196,0,225,130,164,0,225,129,236,0,1,128,
-160,0,193,129,7,0,96,56,166,3,8,124,232,0,33,56,32,0,128,78,
-120,219,99,127,144,1,128,56,57,188,255,75,120,171,185,126,120,203,35,127,
-255,255,128,56,69,84,4,72,0,0,3,44,240,255,130,64,16,0,33,129,
-4,0,233,130,0,0,201,130,16,0,96,58,0,0,128,58,1,0,0,59,
-120,163,153,126,48,160,37,127,32,0,20,32,48,4,6,127,120,51,160,124,
-32,0,244,56,48,56,8,127,120,3,8,125,48,160,0,127,56,0,197,126,
-56,64,230,126,121,43,199,124,28,0,1,145,24,0,1,144,24,0,130,65,
-0,0,17,44,16,0,130,65,240,0,123,128,120,163,132,126,41,10,2,72,
-255,255,115,54,1,0,148,58,172,255,130,64,120,171,163,126,69,80,4,72,
-0,0,3,44,20,0,130,65,120,211,67,127,6,1,128,56,0,0,160,56,
-221,121,250,75,1,0,124,57,255,7,103,85,84,0,97,129,92,0,135,29,
-1,0,32,57,0,0,0,56,96,0,129,147,20,98,219,124,184,0,123,56,
-96,0,129,56,8,0,43,145,4,0,11,152,16,0,11,146,255,255,160,56,
-4,0,6,152,129,139,0,72,112,0,225,58,96,0,193,58,184,0,123,56,
-120,179,196,126,255,255,160,56,165,134,0,72,0,0,182,128,64,40,28,124,
-76,0,130,65,120,123,227,125,54,6,128,56,0,0,160,56,105,121,250,75,
-0,0,182,128,0,0,3,44,48,0,130,65,0,0,215,147,4,0,247,147,
-120,219,99,127,120,235,164,127,120,187,230,126,120,187,231,126,229,198,255,75,
-120,27,120,124,6,0,24,44,48,0,130,64,60,0,0,72,0,0,215,147,
-4,0,247,147,120,219,99,127,120,235,164,127,120,187,230,126,120,187,231,126,
-185,198,255,75,120,27,120,124,6,0,24,44,20,0,130,65,5,0,24,44,
-12,0,130,65,7,0,24,44,104,255,130,64,120,171,185,126,120,203,35,127,
-255,255,128,56,181,82,4,72,0,0,3,44,240,255,130,64,0,0,128,58,
-16,0,32,59,240,0,123,128,104,0,227,128,188,0,7,129,120,163,132,126,
-166,3,9,125,33,4,128,78,92,0,97,144,92,0,129,161,88,0,129,177,
-94,0,161,160,90,0,161,176,88,0,161,128,255,7,166,84,16,0,130,65,
-240,0,123,128,120,163,132,126,125,8,2,72,255,255,57,55,1,0,148,58,
-180,255,130,64,120,171,163,126,209,78,4,72,0,0,3,44,20,0,130,65,
-120,211,67,127,6,1,128,56,0,0,160,56,105,120,250,75,6,0,24,44,
-12,0,130,65,5,0,24,44,120,0,130,64,184,0,123,56,120,179,196,126,
-0,0,160,56,105,133,0,72,120,219,99,127,65,186,255,75,180,0,97,130,
-212,0,97,131,216,0,129,131,184,0,129,130,176,0,65,130,208,0,65,131,
-220,0,161,131,188,0,161,130,172,0,33,130,204,0,33,131,224,0,193,131,
-192,0,193,130,168,0,1,130,196,0,225,130,120,195,3,127,200,0,1,131,
-228,0,225,131,236,0,1,128,164,0,225,129,160,0,193,129,166,3,8,124,
-232,0,33,56,32,0,128,78,7,0,24,44,76,254,130,64,1,0,49,58,
-62,4,49,86,12,246,255,75,92,0,4,28,20,2,131,125,12,0,140,129,
-0,0,12,44,0,0,96,56,32,0,130,77,12,0,108,168,32,0,128,78,
-136,255,33,148,92,0,33,147,120,35,153,124,120,43,164,124,92,0,100,29,
-166,2,8,124,116,0,225,147,112,0,193,147,108,0,161,147,104,0,129,147,
-100,0,97,147,96,0,65,147,88,0,1,147,120,27,120,124,184,0,120,56,
-20,90,88,127,124,0,1,144,8,0,1,56,4,0,25,144,117,108,3,72,
-16,0,26,128,0,0,160,59,120,235,190,127,0,0,30,124,0,0,121,144,
-12,0,122,144,12,0,153,131,8,0,121,131,56,0,250,59,128,0,128,64,
-20,0,217,168,4,0,127,132,4,0,185,128,0,0,128,56,5,72,1,72,
-4,0,3,44,24,0,129,64,12,0,96,60,68,204,99,56,64,4,128,56,
-0,0,160,56,9,119,250,75,240,0,120,128,104,0,3,129,108,1,8,128,
-120,203,36,127,166,3,9,124,33,4,128,78,0,0,3,44,8,0,130,64,
-1,0,189,59,12,0,121,129,8,0,89,129,1,0,138,48,148,1,171,124,
-12,0,185,144,16,0,26,128,1,0,222,59,0,0,30,124,8,0,153,144,
-136,255,128,65,0,0,121,128,12,0,153,147,8,0,121,147,166,0,128,125,
-94,4,128,85,36,1,0,124,0,0,227,168,0,128,128,113,21,234,231,124,
-0,0,227,176,166,0,64,125,94,4,74,85,120,3,74,125,36,1,64,125,
-16,0,130,64,4,0,131,129,166,3,137,125,33,4,128,78,100,0,97,131,
-112,0,193,131,108,0,161,131,96,0,65,131,104,0,129,131,116,0,225,131,
-124,0,1,128,92,0,33,131,88,0,1,131,166,3,8,124,120,0,33,56,
-32,0,128,78,136,255,33,148,92,0,69,29,92,0,33,147,120,35,153,124,
-120,43,164,124,166,2,8,124,116,0,225,147,112,0,193,147,108,0,161,147,
-104,0,129,147,100,0,97,147,96,0,65,147,88,0,1,147,120,27,120,124,
-184,0,120,56,20,82,88,127,124,0,1,144,8,0,1,56,4,0,25,144,
-9,107,3,72,16,0,250,128,0,0,160,59,120,235,190,127,0,56,30,124,
-0,0,121,144,12,0,122,144,12,0,153,131,8,0,121,131,24,0,250,59,
-132,0,128,64,4,0,185,128,36,0,127,128,20,0,217,168,0,0,128,56,
-4,0,255,59,149,70,1,72,4,0,3,44,24,0,129,64,12,0,96,60,
-84,204,99,56,246,3,128,56,0,0,160,56,153,117,250,75,240,0,120,128,
-104,0,227,128,100,1,7,128,120,203,36,127,1,0,160,56,166,3,9,124,
-33,4,128,78,0,0,127,144,12,0,121,129,8,0,89,129,1,0,189,59,
-1,0,170,48,148,1,203,124,12,0,217,144,16,0,250,128,1,0,222,59,
-0,56,30,124,8,0,185,144,132,255,128,65,0,0,121,128,12,0,153,147,
-8,0,121,147,166,0,0,125,94,4,0,85,36,1,0,124,0,0,131,169,
-0,128,9,113,21,234,140,125,0,0,131,177,166,0,96,125,94,4,107,85,
-120,75,107,125,36,1,96,125,16,0,130,64,4,0,3,128,166,3,9,124,
-33,4,128,78,100,0,97,131,112,0,193,131,108,0,161,131,96,0,65,131,
-104,0,129,131,116,0,225,131,124,0,1,128,92,0,33,131,88,0,1,131,
-166,3,8,124,120,0,33,56,32,0,128,78,128,255,33,148,116,0,161,147,
-120,43,189,124,166,2,8,124,132,0,1,144,92,0,29,28,100,0,33,147,
-104,0,65,147,120,0,193,147,124,0,225,147,112,0,129,147,120,35,156,124,
-120,235,164,127,96,0,1,147,108,0,97,147,120,27,123,124,184,0,123,56,
-20,2,27,127,157,105,3,72,16,0,24,129,0,0,32,59,0,64,25,124,
-0,0,124,144,12,0,120,144,17,0,0,56,28,0,28,144,8,0,225,59,
-60,0,88,59,120,211,94,127,132,0,128,64,20,0,124,168,120,243,196,127,
-0,0,160,56,189,69,1,72,0,0,3,44,88,0,130,64,120,219,99,127,
-120,235,164,127,201,180,255,75,0,0,191,147,184,0,123,56,120,251,228,127,
-255,255,160,56,9,134,0,72,120,0,193,131,108,0,97,131,104,0,65,131,
-116,0,161,131,124,0,225,131,112,0,129,131,100,0,33,131,132,0,1,128,
-96,0,1,131,112,1,96,56,166,3,8,124,128,0,33,56,32,0,128,78,
-16,0,24,129,1,0,57,59,0,64,25,124,4,0,222,59,132,255,128,65,
-0,0,224,59,0,64,31,124,12,0,193,59,252,255,186,59,4,0,220,147,
-84,0,128,64,4,0,125,132,20,0,220,168,120,243,197,127,0,0,128,56,
-145,68,1,72,4,0,3,44,24,0,129,64,12,0,96,60,100,204,99,56,
-178,3,128,56,0,0,160,56,149,115,250,75,120,227,133,127,33,0,96,56,
-12,0,128,56,201,30,1,72,16,0,24,129,1,0,255,59,0,64,31,124,
-180,255,128,65,0,0,124,128,166,0,96,125,94,4,96,85,36,1,0,124,
-0,0,131,169,0,128,106,113,21,66,140,125,0,0,131,177,166,0,96,125,
-94,4,107,85,120,83,107,125,36,1,96,125,16,0,130,64,4,0,131,129,
-166,3,137,125,33,4,128,78,120,0,193,131,108,0,97,131,104,0,65,131,
-116,0,161,131,124,0,225,131,112,0,129,131,100,0,33,131,132,0,1,128,
-96,0,1,131,0,0,96,56,166,3,8,124,128,0,33,56,32,0,128,78,
-240,13,131,129,20,0,12,128,166,3,9,124,32,4,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,0,0,224,59,8,0,193,147,
-16,0,192,59,120,251,227,127,201,22,4,72,255,255,222,55,1,0,255,59,
-240,255,130,64,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,166,0,96,125,94,4,96,85,36,1,0,124,
-148,129,141,129,255,255,140,53,148,129,141,145,16,0,129,65,0,0,128,57,
-148,129,141,145,144,129,141,145,0,128,107,113,166,0,128,125,94,4,140,85,
-120,91,140,125,36,1,128,125,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,166,0,96,125,94,4,108,85,36,1,128,125,148,129,141,129,
-0,128,107,113,1,0,140,57,1,0,0,56,144,129,13,144,148,129,141,145,
-166,0,64,125,94,4,74,85,120,91,74,125,36,1,64,125,57,255,255,75,
-136,129,13,128,0,0,0,44,24,0,130,64,22,0,96,56,17,148,0,72,
-136,129,77,129,0,0,10,44,16,0,130,65,2,0,96,56,253,147,0,72,
-212,255,255,75,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-208,255,33,148,24,0,65,147,28,0,97,147,32,0,129,147,36,0,161,147,
-40,0,193,147,44,0,225,147,166,2,8,124,52,0,1,144,144,129,13,128,
-0,0,0,44,132,3,130,64,30,0,123,87,0,0,192,59,16,0,224,59,
-16,0,129,59,12,0,161,59,120,243,195,127,120,227,132,127,120,235,165,127,
-21,249,3,72,0,0,3,44,20,0,130,64,0,0,29,168,52,7,104,127,
-120,3,8,125,62,4,27,81,255,255,255,55,1,0,222,59,208,255,130,64,
-67,135,13,136,254,231,124,87,254,223,125,87,117,7,0,124,254,239,122,87,
-254,247,123,87,180,1,130,65,0,0,26,44,20,0,130,64,0,0,27,44,
-12,0,130,64,0,0,29,44,156,1,130,65,2,0,0,44,28,0,130,65,
-43,0,96,60,64,195,99,56,7,0,128,56,185,229,255,75,0,0,3,44,
-0,1,130,65,0,0,28,44,12,0,130,64,0,0,29,44,120,0,130,65,
-136,129,77,129,0,0,10,44,108,0,130,65,0,0,192,59,16,0,224,59,
-0,0,28,44,20,0,130,65,120,243,195,127,0,0,128,56,251,255,160,56,
-245,250,3,72,0,0,29,44,52,0,130,65,0,0,27,44,20,0,130,65,
-120,243,195,127,0,0,128,56,223,255,160,56,213,250,3,72,0,0,26,44,
-20,0,130,65,120,243,195,127,0,0,128,56,247,255,160,56,189,250,3,72,
-255,255,255,55,1,0,222,59,168,255,130,64,0,0,128,59,1,0,96,57,
-72,135,109,145,0,0,192,59,16,0,224,59,0,0,29,44,24,0,130,65,
-175,255,160,56,120,243,195,127,1,0,128,56,133,250,3,72,52,0,0,72,
-0,0,27,44,20,0,130,65,120,243,195,127,1,0,128,56,223,255,160,56,
-105,250,3,72,0,0,26,44,20,0,130,65,247,255,160,56,120,243,195,127,
-1,0,128,56,81,250,3,72,255,255,255,55,1,0,222,59,172,255,130,64,
-68,135,13,136,117,7,0,124,240,1,130,65,140,0,0,72,136,129,13,128,
-0,0,0,44,108,0,129,64,72,135,13,128,1,0,0,44,96,0,130,64,
-0,0,192,59,16,0,224,59,0,0,27,44,20,0,130,65,120,243,195,127,
-0,0,128,56,223,255,160,56,253,249,3,72,0,0,29,44,20,0,130,65,
-120,243,195,127,0,0,128,56,175,255,160,56,229,249,3,72,0,0,26,44,
-20,0,130,65,120,243,195,127,0,0,128,56,247,255,160,56,205,249,3,72,
-255,255,255,55,1,0,222,59,176,255,130,64,0,0,192,56,72,135,205,144,
-68,135,13,136,117,7,0,124,100,1,130,65,2,0,0,44,28,0,130,65,
-43,0,96,60,92,195,99,56,7,0,128,56,21,228,255,75,0,0,3,44,
-248,0,130,65,0,0,28,44,1,0,224,56,76,135,237,144,80,0,130,65,
-0,0,192,59,16,0,224,59,120,243,195,127,1,0,128,56,251,255,160,56,
-101,249,3,72,255,255,255,55,1,0,222,59,232,255,130,64,40,0,193,131,
-32,0,129,131,36,0,161,131,44,0,225,131,52,0,1,128,28,0,97,131,
-24,0,65,131,166,3,8,124,48,0,33,56,32,0,128,78,8,0,97,56,
-20,0,129,56,61,97,0,72,136,129,13,129,0,0,8,44,208,0,130,64,
-8,0,1,136,128,129,45,137,116,7,41,125,116,7,0,124,64,0,9,124,
-184,0,130,65,128,129,13,152,0,0,160,59,16,0,192,59,0,0,224,63,
-56,66,255,59,76,0,95,137,0,0,10,44,40,0,255,59,20,0,130,65,
-120,235,163,127,251,255,128,56,255,255,160,56,25,19,4,72,255,255,222,55,
-1,0,189,59,216,255,130,64,40,0,193,131,32,0,129,131,36,0,161,131,
-44,0,225,131,52,0,1,128,28,0,97,131,24,0,65,131,166,3,8,124,
-48,0,33,56,32,0,128,78,0,0,28,44,72,0,130,65,136,129,109,129,
-0,0,11,44,52,0,129,64,76,135,141,129,1,0,12,44,40,0,130,64,
-0,0,192,59,16,0,224,59,120,243,195,127,0,0,128,56,251,255,160,56,
-97,248,3,72,255,255,255,55,1,0,222,59,232,255,130,64,0,0,0,56,
-76,135,13,144,40,0,193,131,32,0,129,131,36,0,161,131,44,0,225,131,
-52,0,1,128,28,0,97,131,24,0,65,131,166,3,8,124,48,0,33,56,
-32,0,128,78,0,0,128,57,136,129,141,145,132,129,141,145,200,0,0,56,
-64,135,13,152,65,135,13,152,72,135,141,145,76,135,141,145,160,5,96,57,
-2,0,64,57,67,135,77,153,68,135,77,153,43,0,64,61,60,195,74,57,
-43,0,32,61,88,195,41,57,7,0,0,57,166,3,9,125,37,73,12,29,
-126,124,8,85,1,0,0,60,128,81,0,96,56,24,7,85,80,56,8,125,
-80,96,8,125,214,1,200,124,137,136,0,61,137,136,8,57,150,48,8,124,
-1,0,140,57,20,2,6,124,112,254,199,124,112,46,0,124,80,0,7,124,
-4,0,10,180,2,0,106,177,4,0,9,180,2,0,105,177,176,255,0,66,
-32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,20,0,225,147,
-120,27,127,124,166,0,64,125,94,4,75,85,36,1,96,125,132,129,13,129,
-1,0,136,57,63,7,137,85,132,129,45,145,0,128,74,113,166,0,96,125,
-94,4,107,85,120,83,107,125,36,1,96,125,73,1,31,136,117,7,0,124,
-0,1,130,64,72,1,31,136,117,7,0,124,244,0,130,64,8,0,132,169,
-128,0,224,56,215,99,7,124,32,1,31,144,240,0,159,144,12,0,129,65,
-1,0,0,56,32,1,31,144,0,2,0,57,214,99,40,125,8,0,9,44,
-28,1,31,144,36,1,63,145,12,0,129,64,8,0,32,57,36,1,63,145,
-0,0,9,44,12,0,129,65,1,0,32,57,36,1,63,145,184,0,127,56,
-40,1,159,56,228,1,223,56,1,0,160,56,8,0,224,56,165,132,0,72,
-0,0,3,44,76,0,130,64,6,0,160,60,128,20,165,56,76,1,127,56,
-40,1,159,56,11,0,64,57,0,12,0,57,236,1,255,56,120,251,230,127,
-0,0,32,57,1,0,0,56,73,1,31,152,8,0,33,145,12,0,1,144,
-17,144,0,72,0,0,3,44,12,0,130,64,1,0,0,56,72,1,31,152,
-73,1,255,136,116,7,231,124,1,0,7,44,44,0,130,64,72,1,31,137,
-116,7,8,125,1,0,8,44,28,0,130,64,28,0,1,128,20,0,225,131,
-0,0,96,56,24,0,33,56,166,3,8,124,32,0,128,78,28,0,1,128,
-20,0,225,131,112,1,96,56,24,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,8,0,193,147,121,27,126,124,
-12,0,225,147,120,35,159,124,28,0,130,65,0,0,128,56,173,203,255,75,
-255,7,224,87,12,0,130,65,120,243,195,127,209,182,0,72,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,8,0,193,147,121,27,126,124,
-12,0,225,147,120,35,159,124,28,0,130,65,0,0,128,56,93,203,255,75,
-255,7,224,87,12,0,130,65,120,243,195,127,129,182,0,72,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,8,0,193,147,121,27,126,124,
-12,0,225,147,120,35,159,124,28,0,130,65,0,0,128,56,13,203,255,75,
-255,7,224,87,12,0,130,65,120,243,195,127,49,182,0,72,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,8,0,193,147,121,27,126,124,
-12,0,225,147,120,35,159,124,28,0,130,65,0,0,128,56,189,202,255,75,
-255,7,224,87,12,0,130,65,120,243,195,127,225,181,0,72,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,8,0,193,147,121,27,126,124,
-12,0,225,147,120,35,159,124,28,0,130,65,0,0,128,56,109,202,255,75,
-255,7,224,87,12,0,130,65,120,243,195,127,145,181,0,72,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,0,0,96,60,68,71,99,56,
-181,64,4,72,0,0,3,44,28,0,130,65,12,0,96,60,48,201,99,56,
-6,1,128,56,0,0,160,56,73,106,250,75,0,0,3,44,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,0,0,96,60,68,71,99,56,233,67,4,72,52,0,96,124,
-126,217,3,84,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-216,255,33,148,32,0,193,147,120,27,126,124,16,0,30,40,20,0,97,147,
-24,0,129,147,28,0,161,147,166,2,8,124,44,0,1,144,36,0,225,147,
-0,0,224,59,28,0,128,64,58,16,201,87,20,242,9,124,56,24,0,84,
-248,193,141,57,20,2,108,125,8,0,235,131,0,0,31,44,188,0,130,65,
-9,128,13,136,116,7,0,124,0,0,128,59,0,0,28,124,43,0,96,63,
-120,227,157,127,120,195,123,59,156,0,128,64,104,0,159,129,188,0,12,128,
-120,251,227,127,120,227,132,127,166,3,9,124,33,4,128,78,12,0,97,144,
-12,0,97,161,8,0,97,177,14,0,129,161,10,0,129,177,8,0,1,129,
-255,7,8,85,76,0,130,65,16,0,27,136,0,0,0,44,64,0,130,65,
-120,243,196,127,120,227,133,127,12,0,96,60,228,204,99,56,25,200,0,72,
-120,243,195,127,0,0,128,56,129,206,251,75,16,0,187,155,120,243,197,127,
-120,227,134,127,252,0,96,56,12,0,128,60,208,204,132,56,81,108,250,75,
-9,128,13,136,116,7,0,124,1,0,156,59,0,0,28,124,20,0,123,59,
-108,255,128,65,28,0,161,131,32,0,193,131,36,0,225,131,44,0,1,128,
-24,0,129,131,20,0,97,131,166,3,8,124,40,0,33,56,32,0,128,78,
-232,255,33,148,12,0,161,147,16,0,193,147,20,0,225,147,52,1,163,171,
-0,0,64,57,56,1,99,57,121,235,172,127,120,83,94,125,0,0,68,145,
-120,91,127,125,40,0,129,64,255,255,32,57,166,3,137,125,0,0,159,137,
-117,7,140,125,12,0,130,64,3,0,63,153,1,0,222,59,20,0,255,59,
-232,255,0,66,9,128,13,137,0,0,192,56,117,7,8,125,43,0,160,60,
-120,195,165,56,124,0,129,64,1,0,32,57,5,0,128,57,0,0,229,136,
-116,7,231,124,4,0,7,44,84,0,130,64,121,235,167,127,120,91,127,125,
-56,0,129,64,166,3,233,124,0,0,255,136,117,7,231,124,32,0,130,64,
-4,0,127,136,4,0,229,128,116,7,99,124,64,56,3,124,12,0,130,64,
-3,0,223,152,255,255,222,59,20,0,255,59,212,255,0,66,0,0,133,153,
-48,48,39,125,120,59,74,125,0,0,68,145,255,255,8,53,20,0,165,56,
-1,0,198,56,148,255,130,64,20,0,225,131,52,0,204,127,16,0,193,131,
-12,0,161,131,24,0,33,56,126,217,131,85,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,9,128,45,137,116,7,41,125,
-81,72,35,125,0,0,224,59,120,251,234,127,84,0,129,64,58,16,107,84,
-20,26,11,124,58,16,0,84,43,0,128,61,120,195,140,57,20,2,172,124,
-166,3,41,125,120,43,166,124,0,0,6,136,116,7,0,124,4,0,0,44,
-28,0,130,64,12,0,6,129,4,0,232,128,64,56,10,124,12,0,128,64,
-120,59,234,124,120,67,31,125,20,0,165,56,208,255,0,66,0,0,10,44,
-24,0,130,64,12,0,96,60,40,205,99,56,239,4,128,56,0,0,160,56,
-69,103,250,75,20,0,1,128,120,251,227,127,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,168,255,33,148,24,0,1,146,28,0,33,146,
-32,0,65,146,36,0,97,146,40,0,129,146,44,0,161,146,48,0,193,146,
-52,0,225,146,56,0,1,147,60,0,33,147,64,0,65,147,68,0,97,147,
-72,0,129,147,76,0,161,147,84,0,225,147,166,2,8,124,92,0,1,144,
-80,0,193,147,120,27,126,124,43,0,96,60,120,195,99,56,58,16,200,87,
-20,242,232,124,58,16,231,84,20,58,131,125,8,0,44,129,48,0,9,129,
-0,0,8,44,48,0,105,59,24,3,137,59,0,0,160,59,104,0,130,64,
-120,243,196,127,12,0,96,60,56,205,99,56,117,197,0,72,72,0,129,131,
-44,0,161,130,40,0,129,130,68,0,97,131,76,0,161,131,48,0,193,130,
-36,0,97,130,64,0,65,131,80,0,193,131,52,0,225,130,32,0,65,130,
-60,0,33,131,84,0,225,131,56,0,1,131,28,0,33,130,92,0,1,128,
-24,0,1,130,0,0,96,56,166,3,8,124,88,0,33,56,32,0,128,78,
-9,128,173,136,120,99,152,125,116,7,165,124,58,16,166,84,20,42,6,124,
-58,16,0,84,20,2,227,124,102,102,0,60,103,102,0,96,255,255,39,59,
-80,200,88,127,150,208,32,125,112,254,74,127,112,30,41,125,80,72,42,125,
-58,16,43,85,20,74,43,125,58,16,41,85,80,208,41,125,255,255,201,48,
-16,73,6,124,208,0,0,124,112,254,39,125,56,56,10,124,20,0,75,113,
-20,90,9,124,80,208,192,124,102,102,0,60,103,102,0,96,150,48,224,124,
-120,243,223,127,112,254,192,124,112,30,231,124,80,56,224,124,1,0,231,54,
-124,1,129,64,1,0,192,58,236,255,24,59,20,0,24,140,116,7,0,124,
-3,0,0,44,88,1,130,64,1,0,96,57,48,248,106,125,57,32,70,125,
-72,1,130,65,8,0,88,131,48,0,122,130,64,152,8,124,48,0,154,58,
-24,3,186,58,100,0,130,64,4,0,251,128,52,0,58,129,64,72,7,124,
-84,0,130,64,121,67,9,125,120,75,39,125,7,0,84,57,7,0,91,58,
-56,0,130,65,1,0,9,40,120,75,38,125,8,0,128,64,1,0,192,56,
-166,3,201,124,1,0,114,141,1,0,202,140,81,88,38,125,12,0,130,64,
-255,255,231,56,236,255,0,66,0,0,9,44,12,0,130,64,4,0,0,56,
-0,0,24,152,0,0,92,129,0,0,53,129,64,72,10,124,92,0,130,64,
-4,0,252,128,4,0,117,129,64,88,7,124,76,0,130,64,121,83,82,125,
-7,0,53,58,7,0,28,58,52,0,130,65,1,0,10,40,8,0,128,64,
-1,0,64,57,166,3,73,125,1,0,208,140,1,0,241,140,81,48,103,125,
-12,0,130,64,255,255,82,58,236,255,0,66,0,0,11,44,12,0,130,64,
-4,0,0,56,0,0,24,152,4,0,0,44,96,0,130,64,0,0,29,44,
-88,0,130,64,64,72,19,124,72,0,130,64,121,75,42,125,7,0,181,58,
-7,0,148,58,64,0,130,65,1,0,9,40,120,75,39,125,8,0,128,64,
-1,0,224,56,166,3,233,124,1,0,116,141,1,0,21,140,81,88,192,124,
-12,0,130,64,255,255,74,57,236,255,0,66,0,0,6,44,12,0,130,65,
-120,211,93,127,16,0,216,154,255,255,247,54,1,0,255,59,148,254,130,64,
-0,0,29,44,136,1,130,65,80,200,76,127,102,102,96,61,103,102,107,57,
-150,208,11,125,48,0,125,59,24,3,157,59,112,254,64,127,112,30,8,125,
-80,64,0,125,58,16,10,85,20,66,10,125,58,16,8,85,80,208,232,124,
-255,255,7,48,16,57,96,125,208,0,203,124,112,254,232,124,56,64,201,124,
-20,0,43,113,20,90,7,124,80,208,224,124,102,102,64,61,103,102,74,57,
-150,56,202,124,112,254,224,124,112,30,198,124,80,48,192,124,1,0,38,55,
-120,243,223,127,16,1,129,64,4,0,64,59,1,0,0,56,236,255,140,57,
-20,0,76,141,116,7,74,125,3,0,10,44,232,0,130,64,48,248,9,124,
-57,32,42,125,220,0,130,65,8,0,204,128,24,3,102,129,0,0,92,129,
-64,88,10,124,24,3,6,57,92,0,130,64,4,0,252,128,28,3,38,129,
-64,72,7,124,76,0,130,64,121,83,73,125,7,0,8,57,7,0,252,56,
-56,0,130,65,1,0,10,40,120,83,75,125,8,0,128,64,1,0,96,57,
-166,3,105,125,1,0,71,141,1,0,104,141,81,80,107,125,12,0,130,64,
-255,255,41,57,236,255,0,66,0,0,11,44,8,0,130,64,0,0,76,155,
-0,0,27,129,48,0,102,129,64,88,8,124,48,0,102,57,88,0,130,64,
-4,0,251,128,52,0,38,129,64,72,7,124,72,0,130,64,121,67,6,125,
-7,0,107,57,7,0,251,56,52,0,130,65,1,0,8,40,8,0,128,64,
-1,0,0,57,166,3,9,125,1,0,7,141,1,0,75,141,81,64,42,125,
-12,0,130,64,255,255,198,56,236,255,0,66,0,0,9,44,8,0,130,64,
-0,0,76,155,255,255,57,55,1,0,255,59,4,255,130,64,255,255,0,56,
-7,0,129,57,16,0,192,56,166,3,201,124,1,0,12,156,252,255,0,66,
-96,2,62,29,0,40,30,124,6,0,128,59,8,0,65,59,120,27,121,124,
-28,0,224,63,12,0,96,63,58,16,200,87,172,126,255,59,20,74,31,127,
-68,79,123,59,248,255,251,58,20,242,232,124,58,16,231,84,20,58,195,126,
-236,255,214,58,40,1,128,64,20,0,86,141,116,7,74,125,4,0,10,44,
-8,1,130,64,153,129,13,136,123,7,0,84,24,0,130,65,0,0,183,128,
-120,243,196,127,12,0,96,60,100,205,99,56,1,193,0,72,16,0,214,136,
-0,0,6,44,20,0,130,65,120,243,196,127,12,0,96,60,116,205,99,56,
-229,192,0,72,4,0,86,129,174,80,26,124,116,7,0,124,255,255,0,44,
-28,0,130,64,9,128,173,136,174,81,218,127,96,2,24,59,116,7,165,124,
-1,0,222,59,168,0,0,72,96,2,0,29,20,66,63,125,72,0,24,129,
-72,0,73,129,64,80,8,124,52,0,128,64,120,3,6,124,153,129,13,136,
-120,243,196,127,120,67,7,125,123,7,0,84,120,83,72,125,58,16,140,84,
-20,34,76,125,58,16,74,85,174,201,138,127,48,0,130,65,64,0,0,72,
-120,3,4,124,153,129,13,136,120,83,71,125,58,16,140,84,123,7,0,84,
-120,243,198,127,20,34,76,125,58,16,74,85,174,201,138,127,24,0,130,64,
-9,128,173,136,1,0,222,59,96,2,24,59,116,7,165,124,36,0,0,72,
-0,0,187,128,12,0,96,60,160,205,99,56,37,192,0,72,9,128,173,136,
-116,7,165,124,96,2,24,59,1,0,222,59,0,40,30,124,224,254,128,65,
-40,0,129,130,64,0,65,131,68,0,97,131,120,235,163,127,76,0,161,131,
-44,0,161,130,72,0,129,131,60,0,33,131,36,0,97,130,48,0,193,130,
-80,0,193,131,56,0,1,131,32,0,65,130,52,0,225,130,84,0,225,131,
-92,0,1,128,28,0,33,130,24,0,1,130,166,3,8,124,88,0,33,56,
-32,0,128,78,136,255,33,148,56,0,1,146,60,0,33,146,64,0,65,146,
-68,0,97,146,72,0,129,146,76,0,161,146,80,0,193,146,84,0,225,146,
-92,0,33,147,96,0,65,147,108,0,161,147,112,0,193,147,116,0,225,147,
-166,2,8,124,124,0,1,144,104,0,129,147,120,35,156,124,88,0,1,147,
-0,0,0,59,100,0,97,147,120,27,123,124,12,0,96,60,236,205,99,56,
-85,191,0,72,9,128,237,136,120,195,18,127,12,0,64,63,12,0,32,63,
-116,7,231,124,0,56,18,124,43,0,192,63,120,195,158,58,120,195,21,127,
-36,0,193,58,1,0,224,58,28,0,160,63,172,126,189,59,12,0,224,63,
-44,79,255,59,180,2,128,64,48,144,243,126,57,216,104,126,156,2,130,65,
-153,129,13,136,58,16,74,86,189,7,6,84,20,146,234,124,58,16,231,84,
-20,58,52,126,0,0,113,137,116,7,107,125,16,0,130,64,1,0,11,44,
-4,1,130,64,48,0,0,72,0,0,11,44,32,0,130,65,58,16,107,85,
-46,248,171,124,28,206,122,56,120,147,68,126,189,190,0,72,0,0,113,137,
-116,7,107,125,1,0,11,44,212,0,130,64,15,0,160,56,1,0,182,152,
-31,0,96,57,5,0,118,153,0,0,182,154,4,0,182,154,2,0,182,154,
-3,0,86,154,0,0,0,56,8,0,22,144,120,147,67,126,245,132,252,75,
-152,129,237,136,0,0,7,44,12,0,118,144,120,0,130,65,120,179,195,126,
-120,227,132,127,189,50,4,72,120,27,112,124,120,147,67,126,1,0,128,56,
-121,127,252,75,255,255,16,44,84,0,130,65,16,0,16,40,48,128,224,126,
-0,0,96,56,5,0,32,57,0,0,49,153,120,3,24,127,20,0,128,64,
-168,4,16,28,43,0,128,61,104,212,140,57,20,2,108,124,152,0,163,128,
-0,0,5,44,36,0,130,65,213,106,1,72,9,128,237,136,1,0,82,58,
-120,152,123,127,116,7,231,124,144,1,0,72,24,0,192,56,1,0,214,152,
-9,128,237,136,1,0,82,58,120,152,123,127,116,7,231,124,116,1,0,72,
-3,0,11,44,28,0,130,65,7,0,11,44,20,0,130,65,9,128,237,136,
-1,0,82,58,116,7,231,124,84,1,0,72,0,18,96,56,49,168,0,72,
-0,0,3,44,12,0,113,144,68,0,130,64,92,206,121,56,65,4,128,56,
-0,0,160,56,189,94,250,75,0,0,3,44,12,0,113,128,40,0,130,65,
-0,0,128,56,0,18,160,56,149,89,250,75,0,6,96,56,245,167,0,72,
-0,0,3,44,8,0,113,144,40,0,130,65,124,0,0,72,0,0,128,56,
-0,18,160,56,113,89,250,75,0,6,96,56,209,167,0,72,0,0,3,44,
-8,0,113,144,92,0,130,64,92,206,121,56,69,4,128,56,0,0,160,56,
-93,94,250,75,0,0,3,44,8,0,113,128,64,0,130,65,0,0,128,56,
-0,6,160,56,53,89,250,75,8,0,145,128,96,2,146,29,20,98,125,126,
-120,155,99,126,17,145,251,75,12,0,145,128,120,27,112,124,120,155,99,126,
-113,143,251,75,0,0,16,44,64,0,130,65,68,0,0,72,0,0,128,56,
-0,6,160,56,249,88,250,75,8,0,145,128,96,2,146,29,20,98,125,126,
-120,155,99,126,213,144,251,75,12,0,145,128,120,27,112,124,120,155,99,126,
-53,143,251,75,0,0,16,44,12,0,130,64,0,0,3,44,44,0,130,65,
-2,0,0,57,0,0,17,153,120,147,67,126,221,0,128,56,0,0,160,56,
-120,43,166,124,157,137,252,75,9,128,237,136,116,7,231,124,32,0,0,72,
-52,0,19,128,9,128,237,136,3,0,64,57,4,0,17,144,0,0,81,153,
-116,7,231,124,1,0,82,58,0,56,18,124,84,253,128,65,12,0,96,60,
-108,206,99,56,89,188,0,72,9,128,237,136,0,0,224,58,116,7,231,124,
-0,56,23,124,1,0,128,58,32,0,161,58,120,195,222,58,204,2,128,64,
-48,184,139,126,57,216,96,125,176,2,130,65,0,0,150,137,116,7,140,125,
-3,0,12,44,20,0,130,65,153,129,173,136,123,7,171,84,148,2,130,65,
-88,2,0,72,120,187,227,126,120,219,100,127,253,245,255,75,0,0,3,44,
-60,0,130,65,48,0,67,58,120,187,227,126,61,245,255,75,120,27,115,124,
-120,171,164,126,49,244,255,75,57,1,83,137,116,7,74,125,56,1,179,59,
-12,0,69,105,255,255,197,48,17,41,38,125,108,1,130,65,60,0,0,72,
-8,0,118,128,48,0,67,58,120,187,227,126,1,245,255,75,120,27,115,124,
-120,171,164,126,245,243,255,75,57,1,83,137,116,7,74,125,56,1,179,59,
-12,0,69,105,255,255,197,48,17,41,38,125,48,1,130,65,120,235,163,127,
-120,147,68,126,120,227,133,127,225,45,4,72,120,27,102,124,255,255,6,44,
-64,1,130,64,0,0,149,128,12,0,96,60,148,206,99,56,93,187,0,72,
-9,128,237,136,117,7,231,124,0,0,32,57,52,0,129,64,0,0,213,128,
-1,0,128,57,7,0,160,56,166,3,233,124,120,195,126,57,48,72,136,125,
-57,48,10,125,8,0,130,65,0,0,171,152,20,0,107,57,1,0,41,57,
-232,255,0,66,52,1,147,168,12,0,96,60,44,206,99,56,13,187,0,72,
-52,1,19,168,0,0,64,58,0,0,18,124,148,0,128,64,1,0,221,136,
-3,0,29,137,2,0,253,136,6,0,157,161,0,0,189,136,5,0,93,137,
-4,0,61,137,126,4,139,85,8,0,97,145,8,0,29,128,12,0,1,144,
-12,0,29,128,16,0,1,144,16,0,29,168,20,0,1,144,18,0,157,137,
-116,7,140,125,24,0,129,145,19,0,29,136,120,147,68,126,12,0,96,60,
-116,7,41,125,196,206,99,56,116,7,165,124,116,7,231,124,116,7,198,124,
-116,7,8,125,116,7,74,125,116,7,0,124,28,0,1,144,129,186,0,72,
-52,1,19,168,1,0,82,58,0,0,18,124,20,0,189,59,116,255,128,65,
-153,129,237,136,123,7,224,84,144,0,130,65,160,0,0,72,153,129,237,136,
-123,7,224,84,120,0,130,65,120,187,228,126,12,0,96,60,212,205,99,56,
-65,186,0,72,153,129,237,136,123,7,224,84,100,0,130,65,116,0,0,72,
-48,1,147,160,48,48,134,126,120,51,24,127,9,27,4,72,0,0,3,44,
-20,0,130,64,153,129,237,136,123,7,224,84,60,0,130,65,76,0,0,72,
-92,206,121,56,185,4,128,56,0,0,160,56,29,91,250,75,153,129,237,136,
-123,7,224,84,0,0,3,44,16,0,130,65,0,0,0,44,16,0,130,65,
-32,0,0,72,0,0,0,44,24,0,130,64,9,128,237,136,1,0,247,58,
-20,0,214,58,116,7,231,124,76,0,0,72,0,0,150,137,116,7,140,125,
-0,0,12,44,24,0,130,64,9,128,237,136,1,0,247,58,20,0,214,58,
-116,7,231,124,40,0,0,72,58,16,140,85,46,248,172,124,28,206,122,56,
-120,187,228,126,137,185,0,72,9,128,237,136,116,7,231,124,20,0,214,58,
-1,0,247,58,0,56,23,124,60,253,128,65,77,31,4,72,104,0,129,131,
-76,0,161,130,72,0,129,130,100,0,97,131,108,0,161,131,80,0,193,130,
-68,0,97,130,96,0,65,131,112,0,193,131,84,0,225,130,64,0,65,130,
-92,0,33,131,120,27,3,127,88,0,1,131,116,0,225,131,124,0,1,128,
-60,0,33,130,56,0,1,130,166,3,8,124,120,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,240,255,33,148,80,135,77,129,248,191,109,129,
-156,128,141,129,84,11,12,56,80,88,138,125,81,0,236,124,40,0,128,65,
-29,0,96,60,60,48,99,56,1,0,128,60,255,255,132,56,1,0,160,56,
-8,0,193,56,41,61,4,72,0,0,3,44,24,0,130,65,20,0,1,128,
-16,0,33,56,166,3,8,124,0,0,96,56,32,0,128,78,20,0,1,128,
-8,0,97,128,16,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,
-20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,0,0,160,59,
-8,0,129,147,16,0,128,59,16,0,193,147,43,0,192,63,120,195,222,59,
-120,243,223,127,12,0,127,128,0,0,3,44,12,0,130,65,133,164,0,72,
-12,0,191,147,8,0,127,128,0,0,3,44,12,0,130,65,113,164,0,72,
-8,0,191,147,255,255,156,55,20,0,222,59,204,255,130,64,16,0,193,131,
-20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,224,255,33,148,166,2,8,124,36,0,1,144,
-24,0,193,147,120,27,126,124,12,0,97,147,0,0,96,59,28,0,225,147,
-32,0,224,59,8,0,65,147,43,0,64,63,120,195,90,59,16,0,129,147,
-1,0,128,59,20,0,161,147,3,0,160,59,48,216,134,127,57,48,199,127,
-56,0,130,65,120,219,99,127,105,124,252,75,16,0,3,40,40,0,128,65,
-120,219,99,127,117,120,252,75,0,0,3,44,24,0,130,65,0,0,26,136,
-116,7,0,124,5,0,0,44,8,0,130,64,0,0,186,155,255,255,255,55,
-20,0,90,59,1,0,123,59,180,255,130,64,63,4,195,87,0,0,128,56,
-209,247,255,75,120,27,122,124,0,0,96,59,125,72,3,72,120,27,124,124,
-32,3,0,56,29,0,32,61,60,48,41,57,9,0,0,61,248,112,8,57,
-8,0,99,147,4,0,3,145,36,0,35,145,40,0,67,147,20,0,3,144,
-2,0,124,161,0,1,107,97,2,0,124,177,2,0,156,161,0,0,26,44,
-128,0,224,63,120,219,125,127,0,8,140,97,2,0,156,177,4,1,130,65,
-255,7,64,87,240,0,130,65,120,235,163,127,165,220,3,72,120,235,163,127,
-197,175,251,75,120,235,163,127,0,0,128,56,120,35,133,124,120,35,134,124,
-249,218,3,72,120,235,163,127,193,204,3,72,120,235,163,127,255,255,128,56,
-53,185,251,75,120,235,163,127,1,238,255,75,120,227,131,127,120,235,164,127,
-197,178,251,75,120,235,164,127,20,26,123,127,12,0,96,60,84,207,99,56,
-189,182,0,72,120,235,163,127,157,222,3,72,0,0,3,44,108,0,130,65,
-120,235,163,127,21,186,3,72,248,191,45,129,120,27,126,124,28,0,94,129,
-80,72,10,125,208,7,8,40,60,0,128,64,12,0,96,60,152,207,99,56,
-129,182,0,72,0,0,160,56,28,0,190,144,212,192,109,56,120,251,228,127,
-165,54,4,72,120,235,163,127,197,193,252,75,120,235,163,127,0,0,128,56,
-13,230,3,72,40,0,0,72,120,235,165,127,31,0,96,56,88,137,130,56,
-165,90,250,75,120,235,163,127,157,193,252,75,120,235,163,127,0,0,128,56,
-229,229,3,72,127,248,90,87,1,0,189,59,4,255,130,64,212,192,109,56,
-64,0,128,56,0,0,160,56,77,54,4,72,45,31,4,72,120,227,131,127,
-120,219,100,127,253,76,3,72,120,227,131,127,245,72,3,72,0,0,128,57,
-0,0,156,177,120,27,127,124,120,227,131,127,205,69,4,72,0,0,31,44,
-20,0,130,65,120,251,228,127,12,0,96,60,176,207,99,56,209,181,0,72,
-0,0,27,44,24,0,130,65,112,14,96,127,148,1,128,124,12,0,96,60,
-104,207,99,56,181,181,0,72,17,253,255,75,24,0,193,131,16,0,129,131,
-20,0,161,131,28,0,225,131,36,0,1,128,12,0,97,131,8,0,65,131,
-166,3,8,124,32,0,33,56,32,0,128,78,144,255,33,148,40,0,193,145,
-44,0,225,145,48,0,1,146,52,0,33,146,56,0,65,146,60,0,97,146,
-64,0,129,146,68,0,161,146,72,0,193,146,76,0,225,146,80,0,1,147,
-84,0,33,147,88,0,65,147,92,0,97,147,96,0,129,147,100,0,161,147,
-104,0,193,147,166,2,8,124,116,0,1,144,108,0,225,147,120,27,127,124,
-255,255,96,56,73,176,1,72,16,0,0,56,16,0,1,144,43,0,192,62,
-120,195,214,58,28,0,0,63,172,126,24,59,0,0,160,58,120,171,185,126,
-1,0,160,59,12,0,1,147,8,0,193,146,20,0,65,59,48,168,188,127,
-120,227,158,127,57,240,234,127,0,0,224,58,120,243,212,127,192,3,130,65,
-120,171,163,126,0,0,128,56,253,117,252,75,120,171,163,126,133,117,252,75,
-0,0,3,44,164,3,130,65,0,0,96,58,16,0,96,59,120,155,99,126,
-37,184,3,72,0,0,3,44,40,0,130,65,8,0,163,128,0,0,5,44,
-28,0,130,65,6,0,5,136,15,0,0,44,16,0,130,64,120,155,99,126,
-253,161,251,75,120,27,247,126,255,255,123,55,1,0,115,58,196,255,130,64,
-120,187,228,126,12,0,96,60,228,207,99,56,109,180,0,72,0,0,54,137,
-116,7,41,125,3,0,9,44,20,0,130,65,1,0,9,44,52,3,130,64,
-57,224,230,127,44,3,130,65,0,6,96,56,193,158,0,72,120,27,115,124,
-0,0,128,56,0,6,160,56,73,80,250,75,0,0,246,136,116,7,231,124,
-1,0,7,44,120,0,130,64,57,224,232,127,112,0,130,65,152,129,13,136,
-0,0,0,44,100,0,130,65,15,0,96,57,1,0,122,153,31,0,0,56,
-5,0,26,152,0,0,58,155,4,0,58,155,2,0,58,155,3,0,186,154,
-0,0,128,59,8,0,154,147,120,171,163,126,89,122,252,75,48,0,115,59,
-12,0,122,144,120,211,67,127,225,234,1,72,120,219,100,127,249,176,251,75,
-52,0,147,147,120,171,163,126,1,0,128,56,225,116,252,75,255,255,32,58,
-136,0,0,72,255,0,64,58,0,18,96,56,33,158,0,72,121,27,123,124,
-44,0,130,65,120,195,3,127,120,219,100,127,5,134,251,75,0,0,3,44,
-8,0,130,64,57,1,91,138,120,219,99,127,157,159,0,72,12,0,18,44,
-16,0,130,65,120,171,163,126,1,0,128,56,145,116,252,75,13,0,18,44,
-16,0,130,64,120,224,255,127,255,255,32,58,44,0,0,72,120,195,3,127,
-120,155,100,126,77,135,251,75,0,0,3,44,20,0,130,65,120,155,99,126,
-89,159,0,72,120,240,255,127,16,2,0,72,255,255,32,58,0,0,64,58,
-16,0,0,58,0,0,128,59,88,1,96,56,149,157,0,72,120,27,123,124,
-120,147,67,126,120,219,100,127,61,223,3,72,0,0,3,44,24,0,130,64,
-120,219,99,127,48,0,147,56,33,12,4,72,255,255,3,48,16,25,128,127,
-120,219,99,127,5,159,0,72,0,0,28,44,28,0,130,65,120,147,81,126,
-120,139,35,126,65,182,3,72,0,0,3,44,164,1,130,65,32,0,0,72,
-255,255,16,54,1,0,82,58,152,255,130,64,120,139,35,126,33,182,3,72,
-0,0,3,44,132,1,130,65,12,0,97,131,8,0,65,130,0,0,192,59,
-16,0,0,58,1,0,160,59,64,168,30,124,204,0,130,65,48,240,188,127,
-57,224,236,126,192,0,130,64,0,0,18,136,116,7,0,124,3,0,0,44,
-12,0,130,65,5,0,0,44,20,0,130,64,120,243,195,127,25,115,252,75,
-0,0,3,44,32,0,130,64,120,224,255,127,20,0,82,58,255,255,16,54,
-96,2,123,59,1,0,222,59,176,255,130,64,144,0,0,72,0,6,96,56,
-177,156,0,72,120,27,111,124,0,0,128,56,0,6,160,56,57,78,250,75,
-120,219,99,127,120,123,228,125,29,134,251,75,0,0,3,44,36,0,130,65,
-120,123,227,125,41,158,0,72,20,0,82,58,255,255,16,54,96,2,123,59,
-1,0,222,59,100,255,130,64,68,0,0,72,48,0,115,56,48,0,143,56,
-17,11,4,72,255,255,3,48,16,25,192,125,120,123,227,125,245,157,0,72,
-0,0,14,44,12,0,130,65,120,227,148,126,120,224,255,127,20,0,82,58,
-255,255,16,54,96,2,123,59,1,0,222,59,32,255,130,64,120,155,99,126,
-201,157,0,72,161,9,4,72,120,139,35,126,1,0,128,56,120,35,133,124,
-173,222,3,72,120,163,131,126,113,249,255,75,0,0,192,59,16,0,128,59,
-1,0,160,59,48,240,167,127,57,56,136,126,36,0,130,65,120,243,195,127,
-37,114,252,75,0,0,3,44,20,0,130,64,120,243,195,127,1,0,128,56,
-0,0,160,56,233,234,3,72,255,255,156,55,1,0,222,59,204,255,130,64,
-16,0,129,129,1,0,181,58,96,2,24,59,255,255,12,52,20,0,214,58,
-16,0,1,144,56,252,130,64,36,0,0,72,120,240,255,127,16,0,129,129,
-1,0,181,58,96,2,24,59,255,255,12,52,20,0,214,58,16,0,1,144,
-20,252,130,64,33,172,1,72,92,0,97,131,60,0,97,130,64,0,129,130,
-96,0,129,131,88,0,65,131,56,0,65,130,68,0,161,130,100,0,161,131,
-84,0,33,131,52,0,33,130,72,0,193,130,104,0,193,131,80,0,1,131,
-48,0,1,130,76,0,225,130,108,0,225,131,116,0,1,128,44,0,225,129,
-40,0,193,129,166,3,8,124,112,0,33,56,32,0,128,78,232,255,33,148,
-166,2,8,124,28,0,1,144,20,0,225,147,120,27,127,124,8,0,129,147,
-0,0,128,59,12,0,161,147,16,0,160,59,16,0,193,147,1,0,192,59,
-48,224,204,127,57,96,224,127,12,0,130,65,120,227,131,127,221,119,252,75,
-255,255,189,55,1,0,156,59,228,255,130,64,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,216,255,33,148,0,0,0,57,8,0,1,145,12,0,1,145,
-16,0,1,145,20,0,1,145,24,0,1,145,8,0,65,129,58,16,108,84,
-20,26,108,125,58,16,107,85,43,0,203,60,120,195,70,145,12,0,97,129,
-120,195,38,57,4,0,105,145,16,0,129,129,8,0,137,145,20,0,1,128,
-12,0,9,144,24,0,1,128,16,0,9,144,40,0,33,56,32,0,128,78,
-176,255,33,148,8,0,193,145,12,0,225,145,16,0,1,146,20,0,33,146,
-24,0,65,146,28,0,97,146,32,0,129,146,36,0,161,146,40,0,193,146,
-44,0,225,146,48,0,1,147,52,0,33,147,56,0,65,147,60,0,97,147,
-64,0,129,147,68,0,161,147,72,0,193,147,76,0,225,147,166,2,8,124,
-84,0,1,144,196,136,13,160,63,4,114,84,255,239,0,84,104,0,130,65,
-12,0,96,60,240,207,99,56,113,175,0,72,60,0,97,131,28,0,97,130,
-32,0,129,130,64,0,129,131,56,0,65,131,24,0,65,130,36,0,161,130,
-68,0,161,131,52,0,33,131,20,0,33,130,40,0,193,130,72,0,193,131,
-48,0,1,131,16,0,1,130,44,0,225,130,76,0,225,131,84,0,1,128,
-12,0,225,129,8,0,193,129,166,3,8,124,80,0,33,56,32,0,128,78,
-0,0,64,59,16,0,160,59,29,0,192,63,60,12,222,59,120,243,220,127,
-1,0,224,59,48,208,249,127,57,200,64,126,88,0,130,65,120,211,67,127,
-165,111,252,75,121,27,123,124,44,0,130,65,120,211,67,127,97,114,252,75,
-0,0,3,44,28,0,130,64,120,200,82,126,255,255,189,55,64,2,156,59,
-1,0,90,59,196,255,130,64,48,0,0,72,120,227,131,127,120,219,100,127,
-41,167,252,75,0,0,27,44,12,0,130,64,120,211,67,127,101,254,255,75,
-255,255,189,55,64,2,156,59,1,0,90,59,148,255,130,64,0,0,18,44,
-20,2,130,65,12,0,96,60,32,208,99,56,125,174,0,72,248,191,13,128,
-43,0,192,61,120,243,219,127,1,0,128,62,255,255,148,58,28,0,224,63,
-80,135,13,144,120,147,80,126,120,147,81,126,172,126,255,59,120,251,250,127,
-120,160,16,126,0,0,224,58,16,0,128,59,120,195,238,57,120,219,115,127,
-120,211,85,127,1,0,192,58,3,0,0,59,2,0,32,59,48,184,221,126,
-57,232,75,126,12,1,130,65,120,155,99,126,61,125,252,75,57,232,140,126,
-252,0,130,65,57,232,32,126,88,0,130,65,120,155,99,126,29,165,252,75,
-0,0,3,44,88,0,130,64,60,2,19,136,116,7,0,124,46,0,0,44,
-212,0,130,64,120,171,163,126,137,156,251,75,0,0,3,44,196,0,130,65,
-120,235,16,126,120,234,49,126,20,0,239,57,64,2,115,58,255,255,156,55,
-96,2,181,58,1,0,247,58,144,255,130,64,184,0,0,72,120,171,163,126,
-45,165,251,75,0,0,3,44,36,0,130,65,120,235,16,126,20,0,239,57,
-64,2,115,58,255,255,156,55,96,2,181,58,1,0,247,58,96,255,130,64,
-136,0,0,72,0,0,15,136,116,7,0,124,5,0,0,44,96,0,130,65,
-92,2,245,136,116,7,231,124,1,0,7,40,12,0,128,65,40,0,130,65,
-68,0,0,72,0,0,207,154,20,0,239,57,64,2,115,58,255,255,156,55,
-96,2,181,58,1,0,247,58,24,255,130,64,64,0,0,72,0,0,15,155,
-20,0,239,57,64,2,115,58,255,255,156,55,96,2,181,58,1,0,247,58,
-248,254,130,64,32,0,0,72,0,0,47,155,20,0,239,57,64,2,115,58,
-255,255,156,55,96,2,181,58,1,0,247,58,216,254,130,64,1,0,96,56,
-29,112,0,72,0,0,16,44,16,0,130,65,217,243,255,75,121,27,116,124,
-152,254,130,64,0,0,16,44,0,0,160,59,88,0,130,65,255,7,9,86,
-52,0,130,65,255,7,32,86,36,0,130,65,120,243,195,127,77,166,252,75,
-126,248,16,86,126,248,49,86,64,2,222,59,96,2,255,59,1,0,189,59,
-32,0,0,72,120,251,227,127,165,155,251,75,126,248,16,86,126,248,49,86,
-64,2,222,59,96,2,255,59,1,0,189,59,0,0,16,44,176,255,130,64,
-120,147,67,126,213,251,255,75,89,185,252,75,60,0,97,131,28,0,97,130,
-32,0,129,130,64,0,129,131,56,0,65,131,24,0,65,130,36,0,161,130,
-68,0,161,131,52,0,33,131,20,0,33,130,40,0,193,130,72,0,193,131,
-48,0,1,131,16,0,1,130,44,0,225,130,76,0,225,131,84,0,1,128,
-12,0,225,129,8,0,193,129,166,3,8,124,80,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,0,0,224,56,16,0,160,56,
-120,59,227,124,201,251,255,75,255,255,165,52,1,0,231,56,240,255,130,64,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,
-8,0,129,147,12,0,161,147,16,0,193,147,166,2,8,124,28,0,1,144,
-20,0,225,147,1,0,224,63,255,255,255,59,96,137,98,56,189,171,0,72,
-120,251,227,127,217,251,255,75,124,134,13,137,116,7,8,125,120,251,227,127,
-3,0,9,105,52,0,42,125,126,217,68,85,229,235,255,75,120,27,127,124,
-113,18,4,72,0,0,128,59,141,60,3,72,120,27,125,124,32,3,0,56,
-29,0,0,61,60,48,8,57,9,0,128,61,248,112,140,57,8,0,131,147,
-4,0,131,145,36,0,3,145,40,0,227,147,20,0,3,144,2,0,93,161,
-0,1,74,97,2,0,93,177,2,0,29,160,16,0,224,59,120,227,158,127,
-0,8,0,96,2,0,29,176,120,243,195,127,89,226,255,75,120,235,163,127,
-120,243,196,127,29,167,251,75,255,255,255,55,20,26,156,127,1,0,222,59,
-224,255,130,64,120,235,163,127,120,227,132,127,5,66,3,72,120,235,163,127,
-253,61,3,72,0,0,128,57,0,0,157,177,120,27,127,124,120,235,163,127,
-213,58,4,72,0,0,31,44,20,0,130,65,120,251,228,127,12,0,96,60,
-76,208,99,56,217,170,0,72,0,0,28,44,24,0,130,65,112,14,128,127,
-148,1,128,124,12,0,96,60,128,208,99,56,189,170,0,72,25,242,255,75,
-16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,
-166,3,8,124,24,0,33,56,32,0,128,78,120,27,108,124,0,0,96,56,
-6,0,140,57,30,0,32,57,166,3,41,125,0,0,12,136,64,32,0,124,
-24,0,130,64,6,0,12,136,5,0,108,137,46,64,8,84,20,66,107,124,
-32,0,128,78,12,0,140,57,220,255,0,66,32,0,128,78,12,0,128,56,
-188,255,255,75,0,0,96,56,0,2,128,57,166,3,137,125,255,255,132,56,
-1,0,4,140,20,2,99,124,62,6,99,84,244,255,0,66,32,0,128,78,
-240,255,33,148,8,0,193,147,12,0,225,147,166,2,8,124,20,0,1,144,
-0,0,131,129,20,0,12,128,0,0,224,59,120,27,126,124,166,3,9,124,
-33,4,128,78,120,27,100,124,120,243,195,127,169,255,255,75,0,0,3,44,
-8,0,130,65,7,16,224,59,20,0,1,128,120,251,227,127,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,180,0,3,160,
-126,198,0,84,16,0,0,40,24,0,128,64,4,0,0,40,44,0,130,65,
-8,0,0,40,68,0,130,64,32,0,0,72,16,0,0,40,32,0,130,65,
-32,0,0,40,32,0,130,65,64,0,0,40,32,0,130,65,36,0,0,72,
-2,0,96,56,32,0,128,78,4,0,96,56,32,0,128,78,5,0,96,56,
-32,0,128,78,6,0,96,56,32,0,128,78,0,0,96,56,32,0,128,78,
-120,27,108,124,4,0,12,160,0,0,96,56,255,247,0,84,32,0,130,77,
-8,0,140,161,200,55,12,44,1,0,96,56,16,0,130,65,140,115,12,44,
-8,0,130,65,0,0,96,56,62,6,99,84,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,
-2,2,94,137,165,0,10,44,0,0,224,59,44,0,130,64,0,0,158,129,
-20,0,12,128,166,3,9,124,33,4,128,78,120,27,100,124,120,243,195,127,
-157,254,255,75,0,0,3,44,8,0,130,65,7,16,224,59,20,0,1,128,
-120,251,227,127,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,4,0,99,56,32,0,128,78,4,0,99,56,32,0,128,78,
-0,0,0,56,43,0,128,61,60,203,12,152,12,0,96,60,124,79,99,56,
-84,142,0,72,240,255,33,148,8,0,193,147,12,0,225,147,121,35,159,124,
-166,2,8,124,20,0,1,144,52,0,129,64,255,255,195,59,1,0,126,140,
-116,7,99,124,10,0,3,44,20,0,130,64,13,0,96,56,149,169,1,72,
-0,0,126,136,116,7,99,124,137,169,1,72,255,255,255,55,216,255,130,64,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-184,129,109,137,0,0,11,44,56,1,130,64,3,0,224,63,64,13,255,59,
-166,3,233,127,96,239,96,60,5,3,99,56,0,0,99,136,254,215,96,84,
-1,0,0,104,63,6,0,84,12,0,130,65,255,255,255,59,224,255,0,66,
-0,0,31,44,0,1,130,65,212,168,109,128,208,136,141,57,0,32,76,57,
-0,80,3,124,12,0,128,65,120,99,131,125,212,168,109,144,208,168,45,129,
-0,24,9,124,108,0,128,64,80,80,131,124,1,0,4,44,208,136,45,57,
-180,129,45,145,172,0,130,64,212,168,141,129,1,0,12,56,212,168,13,144,
-0,0,108,136,116,7,99,124,193,168,1,72,96,239,96,60,5,3,99,56,
-0,0,99,136,254,215,108,84,1,0,140,105,63,6,140,85,232,255,130,64,
-208,168,45,129,208,136,109,56,80,72,131,124,1,0,4,44,180,129,45,145,
-212,168,109,144,92,0,130,64,20,0,0,72,80,72,131,124,1,0,4,44,
-180,129,45,145,72,0,130,64,212,168,77,129,1,0,42,57,212,168,45,145,
-0,0,106,136,116,7,99,124,93,168,1,72,212,168,45,129,208,136,141,57,
-0,32,12,56,0,0,9,124,52,0,128,65,212,168,141,145,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,0,0,4,44,
-20,0,130,65,1,0,96,57,184,129,109,153,62,4,132,84,101,167,1,72,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-208,255,33,148,28,0,97,147,8,0,97,131,20,0,33,147,12,0,33,139,
-16,0,1,147,166,2,8,124,52,0,1,144,40,0,193,147,120,27,126,124,
-36,0,161,147,44,0,225,147,24,0,65,147,32,0,129,147,12,0,160,63,
-120,35,159,124,180,208,189,59,121,251,250,127,43,0,128,63,28,203,156,59,
-144,2,130,65,248,191,13,131,120,227,155,127,120,227,153,127,120,203,35,127,
-255,255,128,56,217,45,4,72,0,0,3,44,240,255,130,64,1,0,31,44,
-208,168,237,128,120,251,224,127,10,0,64,57,208,136,109,57,13,0,32,57,
-0,32,11,57,8,0,128,64,1,0,0,56,166,3,9,124,1,0,135,57,
-0,64,12,124,8,0,128,65,208,136,141,57,212,168,13,128,64,0,12,124,
-120,0,130,65,0,0,30,136,116,7,0,124,10,0,0,44,80,0,130,64,
-0,0,39,153,0,0,76,153,1,0,140,57,0,64,12,124,8,0,128,65,
-208,136,141,57,0,0,44,153,1,0,140,57,0,64,12,124,8,0,128,65,
-208,136,141,57,212,168,173,128,64,40,12,124,48,0,130,65,1,0,90,59,
-120,99,135,125,208,168,237,144,1,0,222,59,20,0,0,72,0,0,7,152,
-120,99,135,125,208,168,237,144,1,0,222,59,255,255,255,59,116,255,0,66,
-0,0,32,59,120,227,131,127,185,43,4,72,0,0,3,44,20,0,130,65,
-120,235,163,127,185,1,128,56,0,0,160,56,165,70,250,75,77,253,255,75,
-166,0,96,124,254,143,96,84,1,0,0,104,63,6,0,84,168,0,130,65,
-0,0,25,44,0,0,224,59,32,0,130,64,208,168,237,128,120,211,67,127,
-0,0,128,57,12,0,33,155,8,0,97,147,0,0,135,153,108,1,0,72,
-0,0,32,59,120,219,99,127,85,43,4,72,0,0,3,44,32,0,130,64,
-208,168,237,128,80,208,127,124,0,0,128,57,12,0,33,155,8,0,97,147,
-0,0,135,153,60,1,0,72,120,235,163,127,185,1,128,56,0,0,160,56,
-37,70,250,75,208,168,237,128,0,0,3,44,28,0,130,65,8,0,97,147,
-12,0,33,155,0,0,128,57,0,0,135,153,80,208,127,124,8,1,0,72,
-8,0,97,147,12,0,33,155,0,0,128,57,0,0,135,153,80,208,127,124,
-240,0,0,72,248,191,109,129,80,88,88,125,65,0,10,40,144,0,129,64,
-208,168,237,128,0,0,25,44,212,168,237,144,188,0,130,65,0,0,32,59,
-120,219,99,127,185,42,4,72,0,0,3,44,32,0,130,64,208,168,237,128,
-80,208,127,124,0,0,128,57,12,0,33,155,8,0,97,147,0,0,135,153,
-160,0,0,72,120,235,163,127,185,1,128,56,0,0,160,56,137,69,250,75,
-208,168,237,128,0,0,3,44,28,0,130,65,8,0,97,147,12,0,33,155,
-0,0,128,57,0,0,135,153,80,208,127,124,108,0,0,72,8,0,97,147,
-12,0,33,155,0,0,128,57,0,0,135,153,80,208,127,124,84,0,0,72,
-0,0,25,44,44,0,130,65,0,0,32,59,120,219,99,127,53,42,4,72,
-0,0,3,44,24,0,130,65,120,235,163,127,185,1,128,56,0,0,160,56,
-33,69,250,75,0,0,3,44,0,0,31,44,120,253,130,64,208,168,237,128,
-8,0,97,147,12,0,33,155,0,0,128,57,0,0,135,153,80,208,127,124,
-28,0,97,131,40,0,193,131,36,0,161,131,24,0,65,131,32,0,129,131,
-44,0,225,131,52,0,1,128,20,0,33,131,16,0,1,131,166,3,8,124,
-48,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,0,0,31,136,117,7,0,124,44,0,130,65,
-10,0,0,44,12,0,130,64,13,0,96,56,173,164,1,72,0,0,127,136,
-116,7,99,124,161,164,1,72,1,0,31,140,117,7,0,124,220,255,130,64,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-128,255,33,148,120,0,193,147,36,0,193,144,40,0,225,144,44,0,1,145,
-48,0,33,145,52,0,65,145,24,0,97,57,16,0,97,145,166,2,8,124,
-132,0,1,144,1,0,0,56,8,0,1,152,136,0,129,57,12,0,129,145,
-0,0,128,57,9,0,129,153,24,0,97,144,28,0,129,144,120,27,100,124,
-124,0,225,147,43,0,224,63,220,202,127,56,32,0,161,144,8,0,161,56,
-161,152,0,72,166,0,192,127,94,4,192,87,36,1,0,124,220,202,127,56,
-45,255,255,75,0,128,204,115,166,0,0,124,94,4,0,84,120,99,0,124,
-36,1,0,124,132,0,1,128,124,0,225,131,120,0,193,131,166,3,8,124,
-128,0,33,56,32,0,128,78,0,32,4,40,8,0,129,64,0,32,128,56,
-166,0,0,124,94,4,6,84,36,1,192,124,208,168,237,128,80,56,132,125,
-208,136,13,57,0,64,12,124,8,0,128,64,0,32,140,57,208,136,109,57,
-0,32,107,57,120,91,104,125,0,0,236,136,117,7,231,124,120,67,6,125,
-36,0,130,64,1,0,140,57,0,48,12,124,12,0,128,65,208,136,141,57,
-224,255,255,75,0,0,236,136,117,7,231,124,228,255,130,65,255,255,132,56,
-1,0,36,53,52,0,129,64,120,91,106,125,166,3,41,125,0,0,44,137,
-1,0,140,57,0,80,12,124,0,0,35,153,1,0,99,56,12,0,128,65,
-208,136,141,57,208,255,255,75,255,255,132,56,220,255,0,66,0,128,11,112,
-166,0,0,124,94,4,0,84,120,91,0,124,36,1,0,124,32,0,128,78,
-200,255,33,148,48,0,193,147,52,0,225,147,166,2,8,124,60,0,1,144,
-176,129,141,129,0,0,12,44,16,0,128,65,128,134,13,136,117,7,0,124,
-36,0,130,65,0,0,0,56,176,129,13,144,60,0,1,128,52,0,225,131,
-48,0,193,131,166,3,8,124,56,0,33,56,32,0,128,78,248,191,141,128,
-12,0,224,63,12,0,96,60,204,208,99,56,61,254,255,75,0,32,96,56,
-169,141,0,72,121,27,126,124,20,0,130,64,236,208,127,56,254,2,128,56,
-0,0,160,56,137,66,250,75,120,243,195,127,0,32,128,56,185,254,255,75,
-8,0,97,56,103,102,128,60,170,170,132,56,161,110,254,75,8,0,97,56,
-0,32,128,56,1,0,160,56,45,123,254,75,120,243,196,127,8,0,97,56,
-0,32,160,56,0,0,192,56,120,51,199,124,89,129,254,75,248,191,141,128,
-12,0,96,60,192,208,99,56,201,253,255,75,120,243,195,127,57,141,0,72,
-255,255,0,56,176,129,13,144,43,0,192,63,176,202,126,56,89,93,0,72,
-0,0,3,44,20,0,130,65,236,208,127,56,12,3,128,56,0,0,160,56,
-1,66,250,75,176,202,126,56,112,23,128,56,0,0,160,56,245,92,0,72,
-0,0,3,44,20,0,130,65,236,208,127,56,13,3,128,56,0,0,160,56,
-217,65,250,75,176,202,126,56,25,94,0,72,0,0,3,44,24,0,130,65,
-236,208,127,56,14,3,128,56,0,0,160,56,185,65,250,75,0,0,3,44,
-60,0,1,128,52,0,225,131,48,0,193,131,166,3,8,124,56,0,33,56,
-32,0,128,78,212,192,109,56,0,4,128,60,0,0,160,56,160,32,4,72,
-232,255,33,148,12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,
-28,0,1,144,128,134,109,137,117,7,107,125,40,0,130,65,0,0,128,57,
-176,129,141,145,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,0,0,3,44,76,0,130,64,
-176,129,45,129,1,0,9,57,1,0,8,44,176,129,13,145,12,0,130,64,
-33,254,255,75,176,129,13,129,0,0,8,44,16,1,130,64,1,0,0,56,
-176,129,13,144,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,232,3,35,29,102,102,64,61,
-103,102,74,57,150,72,170,127,112,254,32,125,112,22,189,127,81,232,160,127,
-8,0,130,64,1,0,160,59,176,129,13,129,0,0,8,44,48,0,128,64,
-1,0,128,57,176,129,141,145,12,0,224,63,252,208,255,59,43,0,192,63,
-176,202,222,59,120,243,195,127,229,91,0,72,0,0,3,44,56,0,130,64,
-68,0,0,72,1,0,8,56,0,1,0,44,176,129,13,144,128,0,129,65,
-12,0,224,63,252,208,255,59,43,0,192,63,176,202,222,59,120,243,195,127,
-177,91,0,72,0,0,3,44,20,0,130,65,120,251,227,127,205,2,128,56,
-0,0,160,56,89,64,250,75,120,243,195,127,120,235,164,127,0,0,160,56,
-77,91,0,72,0,0,3,44,20,0,130,65,120,251,227,127,206,2,128,56,
-0,0,160,56,49,64,250,75,120,243,195,127,113,92,0,72,0,0,3,44,
-24,0,130,65,120,251,227,127,207,2,128,56,0,0,160,56,17,64,250,75,
-0,0,3,44,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,3,0,224,63,64,13,255,59,8,0,193,147,
-255,255,192,59,166,0,96,124,254,143,96,84,1,0,0,104,63,6,0,84,
-36,0,130,64,184,129,77,137,0,0,10,44,64,0,130,65,255,255,222,55,
-240,255,130,64,120,251,254,127,166,3,201,127,52,0,0,72,184,129,109,137,
-0,0,11,44,32,0,130,65,180,129,141,129,0,0,0,56,212,168,141,145,
-184,129,13,152,0,0,128,56,0,4,132,60,134,51,128,124,120,251,254,127,
-166,3,201,127,96,239,96,60,5,3,99,56,0,0,99,136,254,215,107,84,
-1,0,108,105,63,6,140,85,12,0,130,65,255,255,222,59,224,255,0,66,
-208,168,77,129,212,168,13,128,0,0,10,124,36,0,128,64,120,3,3,124,
-208,136,77,57,80,0,10,124,0,32,128,32,109,245,255,75,208,168,77,129,
-208,136,109,57,212,168,109,145,0,0,128,57,0,0,138,153,212,168,109,128,
-65,250,255,75,208,168,13,128,120,251,254,127,180,129,13,144,212,168,13,144,
-166,3,201,127,96,239,96,60,5,3,99,56,0,0,99,136,254,215,106,84,
-1,0,75,105,63,6,107,85,12,0,130,65,255,255,222,59,224,255,0,66,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,128,255,33,148,124,0,225,147,166,2,8,124,132,0,1,144,
-124,134,13,136,116,7,0,124,1,0,0,44,64,0,130,64,208,136,205,56,
-0,32,230,59,208,168,205,144,12,0,96,60,12,209,99,56,185,249,255,75,
-8,0,97,56,103,102,128,60,170,170,132,56,165,106,254,75,8,0,97,56,
-25,136,254,75,0,0,3,44,84,1,130,65,4,1,0,72,4,0,0,44,
-64,0,130,64,208,136,45,57,0,32,233,59,208,168,45,145,12,0,96,60,
-12,209,99,56,117,249,255,75,8,0,97,56,103,102,128,60,170,170,132,56,
-97,106,254,75,8,0,97,56,213,135,254,75,0,0,3,44,16,1,130,65,
-192,0,0,72,208,168,45,129,208,136,77,57,0,72,10,124,60,0,129,64,
-0,32,234,59,208,168,77,145,12,0,96,60,12,209,99,56,45,249,255,75,
-8,0,97,56,103,102,128,60,170,170,132,56,25,106,254,75,8,0,97,56,
-141,135,254,75,0,0,3,44,200,0,130,65,120,0,0,72,0,32,234,59,
-0,248,9,124,56,0,128,64,212,168,141,129,208,136,77,57,0,96,10,124,
-40,0,129,65,0,248,12,124,32,0,128,64,0,0,128,57,0,0,137,153,
-132,0,1,128,124,0,225,131,128,0,33,56,166,3,8,124,32,0,128,78,
-208,136,13,56,208,168,13,144,12,0,96,60,12,209,99,56,181,248,255,75,
-8,0,97,56,103,102,128,60,170,170,132,56,161,105,254,75,8,0,97,56,
-21,135,254,75,0,0,3,44,80,0,130,65,208,136,141,56,8,0,97,56,
-0,32,160,56,0,0,192,56,120,51,199,124,109,102,254,75,0,0,3,44,
-48,0,130,64,208,168,45,129,207,168,237,56,12,0,0,72,1,0,41,57,
-208,168,45,145,0,0,9,137,117,7,8,125,36,0,130,65,0,56,9,124,
-232,255,128,65,24,0,0,72,208,136,109,56,0,0,128,56,0,32,160,56,
-241,55,250,75,208,168,45,129,212,168,45,145,208,136,13,56,80,72,160,124,
-44,0,97,56,12,0,128,60,52,209,132,56,189,145,0,72,44,0,97,137,
-117,7,107,125,44,0,193,56,52,0,130,65,208,168,237,128,0,0,103,153,
-208,168,45,129,1,0,41,57,0,248,9,124,208,168,45,145,12,0,128,65,
-208,136,109,57,208,168,109,145,1,0,102,141,117,7,107,125,212,255,130,64,
-132,0,1,128,124,0,225,131,128,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,134,66,152,124,
-120,35,131,124,129,0,127,84,120,251,229,127,134,67,184,124,180,129,109,129,
-208,168,13,128,64,0,11,124,0,0,128,57,184,129,141,153,212,168,109,145,
-8,0,130,65,245,242,255,75,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,8,0,193,147,12,0,225,147,
-166,2,8,124,20,0,1,144,168,129,109,128,81,247,255,75,92,135,109,128,
-73,247,255,75,62,0,96,56,25,156,1,72,43,0,224,63,184,201,255,59,
-120,251,227,127,49,247,255,75,13,0,96,56,1,156,1,72,92,135,109,128,
-33,247,255,75,62,0,96,56,241,155,1,72,96,135,13,128,0,0,192,59,
-64,0,30,124,255,255,255,59,68,0,130,65,1,0,31,140,117,7,0,124,
-32,0,130,64,96,135,205,147,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,160,129,109,128,213,246,255,75,
-96,135,13,128,1,0,222,59,64,0,30,124,196,255,130,64,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,96,135,109,129,
-43,0,224,63,184,201,255,59,174,88,31,124,117,7,0,124,36,0,130,65,
-160,129,109,128,1,0,11,56,96,135,13,144,117,246,255,75,96,135,109,129,
-174,88,31,124,117,7,0,124,228,255,130,64,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,84,135,109,129,0,0,11,44,120,91,103,125,12,0,130,65,
-255,255,107,57,8,0,0,72,9,0,96,57,84,135,109,145,43,0,128,61,
-184,196,140,57,48,56,96,85,20,2,12,125,255,255,8,57,116,137,34,57,
-255,255,41,57,1,0,72,141,1,0,105,141,64,88,10,124,12,0,130,64,
-0,0,10,40,236,255,130,64,81,80,11,124,24,0,130,64,84,135,237,144,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,84,135,77,129,
-48,56,74,85,43,0,96,60,184,201,99,56,20,82,140,124,41,155,0,72,
-81,254,255,75,13,255,255,75,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,84,135,205,128,
-1,0,70,57,205,204,0,61,205,204,8,57,22,80,8,124,43,0,96,61,
-117,137,34,57,184,196,107,57,254,232,0,84,255,255,41,57,58,16,7,84,
-20,2,7,124,60,8,0,84,80,80,64,125,84,135,77,145,48,56,64,85,
-20,2,235,124,255,255,7,57,1,0,72,141,1,0,137,141,64,96,10,124,
-12,0,130,64,0,0,10,40,236,255,130,64,81,80,12,124,24,0,130,64,
-84,135,205,144,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-84,135,141,129,48,56,140,85,43,0,96,60,184,201,99,56,20,98,139,124,
-113,154,0,72,153,253,255,75,85,254,255,75,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,96,135,141,129,43,0,108,61,184,201,11,136,
-117,7,0,124,32,0,130,77,160,129,109,128,1,0,12,56,96,135,13,144,
-200,244,255,75,96,135,141,129,0,0,12,44,32,0,130,77,164,129,109,128,
-255,255,12,56,96,135,13,144,172,244,255,75,166,2,8,124,4,0,1,144,
-248,255,33,148,96,135,141,129,0,0,12,44,28,0,130,65,164,129,109,128,
-141,244,255,75,96,135,141,129,255,255,140,53,96,135,141,145,236,255,130,64,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-8,0,193,147,12,0,225,147,166,2,8,124,20,0,1,144,96,135,237,131,
-43,0,96,61,184,201,107,57,174,248,139,125,117,7,140,125,84,0,130,65,
-20,250,203,127,1,0,126,136,117,7,99,124,1,0,255,59,0,0,126,152,
-1,0,222,59,12,0,130,65,249,152,1,72,228,255,255,75,32,0,96,56,
-237,152,1,72,96,135,13,128,64,0,31,124,28,0,129,64,164,129,109,128,
-1,244,255,75,96,135,13,128,255,255,255,59,64,0,31,124,236,255,129,65,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,96,135,141,129,
-0,0,12,44,24,0,130,65,164,129,109,128,255,255,12,56,96,135,13,144,
-177,243,255,75,69,255,255,75,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,8,0,193,147,
-12,0,225,147,43,0,224,63,184,201,255,59,120,251,254,127,20,0,0,72,
-160,129,109,128,1,0,9,56,96,135,13,144,105,243,255,75,96,135,45,129,
-174,72,30,124,116,7,0,124,32,0,0,44,12,0,130,65,0,0,0,44,
-216,255,130,64,174,72,127,125,116,7,107,125,32,0,11,44,40,0,130,64,
-160,129,109,128,1,0,73,57,96,135,77,145,45,243,255,75,96,135,45,129,
-174,72,127,125,116,7,107,125,32,0,11,44,224,255,130,65,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-224,255,33,148,20,0,161,147,24,0,193,147,28,0,225,147,166,2,8,124,
-36,0,1,144,120,137,2,128,8,0,1,144,124,137,66,129,8,0,129,56,
-0,0,0,56,12,0,65,145,104,135,13,144,101,151,0,72,104,135,237,128,
-43,0,224,63,58,16,224,84,56,202,127,144,56,202,255,59,46,0,127,124,
-0,0,3,44,8,0,193,59,30,0,160,59,84,0,130,65,1,0,7,57,
-104,135,13,145,120,243,196,127,0,0,96,56,41,151,0,72,104,135,237,128,
-29,0,7,44,58,16,224,84,46,1,127,124,36,0,130,64,104,135,173,147,
-28,0,225,131,36,0,1,128,24,0,193,131,20,0,161,131,166,3,8,124,
-32,0,33,56,32,0,128,78,0,0,3,44,180,255,130,64,28,0,225,131,
-36,0,1,128,24,0,193,131,20,0,161,131,166,3,8,124,32,0,33,56,
-32,0,128,78,68,206,251,75,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,43,0,224,63,184,201,255,59,255,255,127,57,128,137,130,57,
-255,255,44,57,1,0,75,141,1,0,9,140,64,0,10,124,12,0,130,64,
-0,0,10,40,236,255,130,64,81,80,0,124,84,0,130,65,88,135,77,129,
-48,56,64,85,43,0,128,61,1,0,42,57,120,251,228,127,88,135,45,145,
-184,196,140,57,20,2,108,124,53,151,0,72,88,135,77,129,205,204,96,61,
-205,204,107,57,22,80,43,125,254,232,41,85,58,16,44,85,20,74,44,125,
-60,8,41,85,80,80,73,125,88,135,77,145,84,135,77,145,129,137,98,56,
-149,241,255,75,120,251,227,127,145,254,255,75,104,135,109,128,43,0,128,60,
-56,202,132,56,77,255,255,75,128,137,34,137,0,0,63,153,0,0,0,56,
-96,135,13,144,1,250,255,75,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,232,255,33,148,16,0,193,147,120,27,126,124,
-224,255,158,57,94,0,12,40,12,0,161,147,20,0,225,147,166,2,8,124,
-28,0,1,144,12,1,129,65,191,255,126,57,25,0,139,33,0,0,0,56,
-148,1,64,125,52,40,74,85,20,82,222,127,116,7,222,127,43,0,160,63,
-184,201,189,59,255,255,93,57,1,0,106,141,117,7,107,125,248,255,130,64,
-80,80,29,124,126,0,0,40,40,0,128,65,7,0,96,56,189,149,1,72,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,96,135,237,131,174,248,29,124,117,7,0,124,
-64,0,130,64,120,243,195,127,137,149,1,72,96,135,141,129,174,97,221,127,
-0,0,0,56,1,0,108,57,96,135,109,145,174,89,29,124,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,1,0,127,57,96,135,109,145,20,250,189,127,121,243,195,127,
-0,0,221,139,0,0,125,152,1,0,255,59,116,7,222,127,1,0,189,59,
-12,0,130,65,41,149,1,72,224,255,255,75,96,135,13,128,255,255,255,59,
-64,0,31,124,28,0,129,64,164,129,109,128,53,240,255,75,96,135,13,128,
-255,255,255,59,64,0,31,124,236,255,129,65,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,27,0,3,44,28,0,130,64,
-1,0,0,56,100,135,13,144,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,79,0,3,44,28,0,130,65,91,0,3,44,20,0,130,65,
-100,135,141,129,2,0,12,44,24,1,130,64,48,0,0,72,100,135,141,129,
-1,0,12,44,28,0,130,64,2,0,0,56,100,135,13,144,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,2,0,12,44,232,0,130,64,
-68,0,3,40,28,0,128,64,65,0,3,40,192,0,128,65,44,0,130,65,
-67,0,3,40,64,0,128,65,88,0,0,72,68,0,3,40,108,0,130,65,
-72,0,3,40,128,0,130,65,75,0,3,40,148,0,130,65,148,0,0,72,
-5,249,255,75,0,0,0,56,100,135,13,144,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,149,249,255,75,0,0,0,56,100,135,13,144,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,49,250,255,75,
-0,0,0,56,100,135,13,144,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,57,250,255,75,0,0,0,56,100,135,13,144,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,57,250,255,75,0,0,0,56,
-100,135,13,144,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-29,248,255,75,0,0,0,56,100,135,13,144,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,120,27,108,124,13,0,12,40,24,0,128,64,
-8,0,12,40,44,0,130,65,9,0,12,40,56,0,130,65,132,0,0,72,
-13,0,12,40,64,0,130,65,18,0,12,40,76,0,130,65,127,0,12,40,
-88,0,130,65,104,0,0,72,153,250,255,75,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,193,250,255,75,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,25,252,255,75,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,201,246,255,75,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,181,249,255,75,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,185,252,255,75,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-96,239,96,60,0,3,99,56,0,0,99,136,108,135,109,152,0,0,128,56,
-0,128,132,60,134,51,128,124,142,128,13,136,0,0,0,44,36,0,130,65,
-1,0,0,56,144,128,13,152,108,135,13,136,143,128,13,152,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,172,129,13,136,117,7,0,124,
-32,0,130,64,108,135,109,136,116,7,99,124,137,253,255,75,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,212,192,109,56,0,2,128,56,
-0,0,160,56,73,17,4,72,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,43,0,96,60,28,203,99,56,132,137,130,56,1,0,160,56,
-208,189,254,75,92,135,109,144,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,43,0,128,61,56,196,140,57,10,0,0,56,166,3,9,124,
-148,137,2,136,128,0,12,156,248,255,0,66,140,137,98,56,205,255,255,75,
-0,0,96,57,100,135,109,145,96,135,109,145,43,0,64,61,184,201,106,153,
-88,135,109,145,84,135,109,145,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,8,0,193,147,12,0,225,147,166,2,8,124,
-20,0,1,144,172,129,109,137,117,7,107,125,120,35,158,124,120,43,191,124,
-56,0,130,64,192,129,13,136,0,0,0,44,28,0,130,64,120,243,197,127,
-120,251,230,127,120,27,100,124,4,0,96,60,1,0,99,56,57,183,0,72,
-120,243,195,127,120,251,228,127,157,231,255,75,80,0,0,72,3,0,11,44,
-12,0,130,65,2,0,11,44,12,0,130,64,0,0,224,59,56,0,0,72,
-192,129,13,136,0,0,0,44,28,0,130,64,120,243,197,127,120,251,230,127,
-120,27,100,124,4,0,96,60,1,0,99,56,237,182,0,72,120,243,195,127,
-120,251,228,127,25,233,255,75,120,27,127,124,20,0,1,128,120,251,227,127,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,92,135,237,131,
-65,146,1,72,156,129,109,56,189,254,255,75,0,0,0,56,188,129,13,144,
-172,129,13,152,137,244,255,75,166,242,126,124,120,27,100,124,12,0,96,60,
-120,209,99,56,129,143,0,72,124,196,109,129,40,0,139,128,12,0,96,60,
-100,209,99,56,109,143,0,72,188,129,45,129,0,0,9,44,72,0,130,64,
-134,50,134,124,120,35,131,124,255,15,108,84,244,255,130,65,96,239,96,60,
-0,3,99,56,0,0,99,136,108,135,109,152,0,0,128,56,0,128,132,60,
-134,51,128,124,108,135,109,136,116,7,99,124,129,251,255,75,188,129,45,129,
-0,0,9,44,192,255,130,65,1,0,0,56,172,129,13,152,120,251,227,127,
-37,254,255,75,245,144,1,72,249,243,255,75,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,0,0,3,44,32,0,130,77,
-255,7,128,84,32,0,130,77,252,122,0,72,0,0,0,56,43,0,128,61,
-108,203,12,152,12,0,96,60,136,79,99,56,128,116,0,72,4,0,35,137,
-1,0,131,137,2,0,3,137,6,0,99,137,5,0,3,136,3,0,227,136,
-7,0,67,137,8,0,195,136,20,66,12,125,20,58,8,125,20,90,106,125,
-20,74,8,125,20,2,232,124,20,58,43,125,1,0,9,57,62,194,0,85,
-20,2,8,124,62,6,0,84,64,0,6,124,8,0,3,152,0,0,32,57,
-20,0,130,64,0,0,3,136,64,0,10,124,8,0,130,64,1,0,32,57,
-62,6,35,85,32,0,128,78,240,255,33,148,8,0,193,147,12,0,225,147,
-121,27,127,124,166,2,8,124,20,0,1,144,20,0,130,64,1,0,96,56,
-173,120,0,72,121,27,127,124,28,0,130,65,43,0,192,63,64,203,126,56,
-255,255,128,56,9,9,4,72,0,0,3,44,240,255,130,64,20,0,1,128,
-120,251,227,127,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,208,255,33,148,3,0,5,44,8,0,193,146,12,0,225,146,
-16,0,1,147,20,0,33,147,24,0,65,147,28,0,97,147,32,0,129,147,
-36,0,161,147,166,2,8,124,52,0,1,144,40,0,193,147,120,35,158,124,
-44,0,225,147,12,0,128,61,148,79,140,57,0,32,224,63,0,0,255,59,
-96,1,130,65,224,0,96,57,128,135,109,145,0,0,227,136,6,0,7,44,
-48,0,130,65,2,0,5,44,240,0,0,56,128,135,13,144,12,0,130,64,
-248,0,224,56,128,135,237,144,128,135,13,129,4,0,0,56,102,100,8,80,
-128,135,13,145,0,0,227,136,128,135,13,128,46,69,224,80,128,135,13,144,
-0,0,67,137,6,0,10,44,64,0,130,65,1,0,227,136,2,0,35,137,
-1,0,5,44,46,64,235,84,120,75,104,125,30,128,0,81,128,135,13,144,
-16,0,130,65,8,0,12,144,0,0,96,56,104,2,0,72,112,0,31,144,
-8,0,12,144,0,0,96,56,88,2,0,72,8,0,0,96,128,135,13,144,
-112,0,31,144,4,0,12,144,15,0,64,61,64,66,74,57,166,3,73,125,
-80,0,0,72,112,0,63,129,181,6,40,85,80,0,130,65,64,0,0,66,
-20,0,33,131,36,0,161,131,40,0,193,131,24,0,65,131,16,0,1,131,
-32,0,129,131,44,0,225,131,28,0,97,131,12,0,225,130,52,0,1,128,
-8,0,193,130,73,2,96,56,166,3,8,124,48,0,33,56,32,0,128,78,
-112,0,159,129,255,7,139,85,172,255,130,65,112,0,31,128,2,0,0,44,
-208,1,130,64,152,137,98,56,133,140,0,72,20,0,33,131,36,0,161,131,
-40,0,193,131,24,0,65,131,16,0,1,131,32,0,129,131,44,0,225,131,
-28,0,97,131,12,0,225,130,52,0,1,128,8,0,193,130,72,2,96,56,
-166,3,8,124,48,0,33,56,32,0,128,78,128,135,13,129,255,255,94,57,
-136,0,9,97,128,135,45,145,112,22,75,125,1,0,75,55,12,0,44,145,
-0,0,32,59,104,1,129,64,16,0,12,59,0,16,224,62,255,255,247,58,
-120,243,219,127,0,0,128,59,4,0,160,59,252,255,195,58,0,0,25,44,
-24,0,130,65,4,0,27,44,168,64,224,56,128,135,237,144,36,0,128,64,
-20,0,0,72,4,0,27,44,128,135,13,129,12,0,24,145,16,0,128,64,
-128,135,13,128,102,100,96,83,128,135,13,144,5,0,118,137,4,0,22,141,
-2,0,150,137,3,0,86,137,128,135,13,128,1,0,96,56,14,192,73,85,
-46,64,106,85,0,0,56,147,4,0,216,147,8,0,24,144,30,128,139,85,
-20,82,232,124,20,90,7,125,20,74,104,125,132,0,127,145,112,0,31,144,
-149,32,0,72,112,0,31,129,255,7,7,85,166,3,233,126,92,0,130,64,
-112,0,31,128,181,6,12,84,80,0,130,65,64,0,0,66,20,0,33,131,
-36,0,161,131,40,0,193,131,24,0,65,131,16,0,1,131,32,0,129,131,
-44,0,225,131,28,0,97,131,12,0,225,130,52,0,1,128,8,0,193,130,
-73,2,96,56,166,3,8,124,48,0,33,56,32,0,128,78,112,0,31,129,
-255,7,7,85,172,255,130,65,112,0,95,129,2,0,10,44,72,0,130,64,
-156,137,98,56,13,139,0,72,20,0,33,131,36,0,161,131,40,0,193,131,
-24,0,65,131,16,0,1,131,32,0,129,131,44,0,225,131,28,0,97,131,
-12,0,225,130,52,0,1,128,8,0,193,130,72,2,96,56,166,3,8,124,
-48,0,33,56,32,0,128,78,255,255,90,55,252,255,123,59,4,0,57,59,
-188,254,130,64,0,0,96,56,36,0,161,131,20,0,33,131,24,0,65,131,
-40,0,193,131,32,0,129,131,16,0,1,131,28,0,97,131,44,0,225,131,
-52,0,1,128,12,0,225,130,8,0,193,130,166,3,8,124,48,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,240,255,33,148,22,0,0,60,
-91,0,0,96,48,0,96,61,13,0,107,57,0,32,128,61,0,0,140,57,
-116,0,108,145,120,0,12,144,6,0,0,56,8,0,1,152,0,0,96,57,
-9,0,97,153,10,0,97,153,8,0,97,56,1,0,128,56,2,0,160,56,
-69,252,255,75,20,0,1,128,16,0,33,56,166,3,8,124,32,0,128,78,
-140,136,1,72,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-121,27,127,124,8,0,193,147,120,35,158,124,60,0,130,65,43,0,96,60,
-64,203,99,56,105,1,4,72,0,0,3,44,24,0,130,65,12,0,96,60,
-116,210,99,56,6,1,128,56,0,0,160,56,253,42,250,75,255,7,192,87,
-12,0,130,65,120,251,227,127,233,117,0,72,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,255,255,4,56,112,22,8,124,
-1,0,232,55,8,0,193,147,0,0,192,59,28,1,129,64,1,0,163,56,
-0,32,128,61,0,0,140,57,0,16,96,61,255,255,107,57,4,0,0,57,
-0,0,30,44,160,64,32,57,128,135,45,145,8,0,130,65,112,0,44,145,
-112,0,12,128,255,7,6,84,166,3,105,125,60,0,130,64,112,0,12,128,
-181,6,10,84,48,0,130,65,32,0,0,66,12,0,225,131,20,0,1,128,
-8,0,193,131,73,2,96,56,166,3,8,124,16,0,33,56,32,0,128,78,
-112,0,12,128,255,7,6,84,204,255,130,65,124,0,76,129,4,0,4,44,
-255,255,69,153,60,0,128,64,2,0,4,44,12,0,130,64,62,198,64,85,
-0,0,5,152,3,0,4,44,60,0,130,64,62,198,73,85,0,0,37,153,
-62,134,64,85,1,0,5,152,112,0,12,128,2,0,0,44,80,0,130,64,
-40,0,0,72,62,198,70,85,0,0,197,152,62,134,71,85,1,0,229,152,
-62,70,74,85,2,0,69,153,112,0,12,128,2,0,0,44,40,0,130,64,
-164,137,98,56,161,136,0,72,12,0,225,131,20,0,1,128,8,0,193,131,
-72,2,96,56,166,3,8,124,16,0,33,56,32,0,128,78,4,0,165,56,
-255,255,255,55,252,255,132,56,4,0,222,59,4,255,130,64,12,0,225,131,
-20,0,1,128,8,0,193,131,0,0,96,56,166,3,8,124,16,0,33,56,
-32,0,128,78,124,134,1,72,224,255,33,148,20,0,161,147,166,2,8,124,
-36,0,1,144,28,0,225,147,120,35,159,124,16,0,129,147,120,43,188,124,
-24,0,193,147,120,27,126,124,8,0,97,56,209,249,255,75,157,253,255,75,
-3,0,160,59,9,0,161,155,62,198,192,87,10,0,1,152,11,0,193,155,
-229,253,255,75,9,0,97,56,120,235,164,127,1,0,160,56,5,250,255,75,
-121,27,126,124,52,0,130,65,8,0,97,56,2,0,128,56,197,253,255,75,
-120,243,195,127,24,0,193,131,28,0,225,131,36,0,1,128,20,0,161,131,
-16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,120,251,227,127,
-120,227,132,127,5,254,255,75,121,27,126,124,52,0,130,65,8,0,97,56,
-2,0,128,56,129,253,255,75,120,243,195,127,24,0,193,131,28,0,225,131,
-36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,
-32,0,128,78,37,255,255,75,8,0,97,56,2,0,128,56,77,253,255,75,
-28,0,225,131,24,0,193,131,20,0,161,131,36,0,1,128,16,0,129,131,
-0,0,96,56,166,3,8,124,32,0,33,56,32,0,128,78,166,2,8,124,
-4,0,1,144,248,255,33,148,4,0,3,128,120,35,138,124,120,43,164,124,
-120,51,197,124,20,42,106,125,64,0,11,124,24,0,129,64,12,0,1,128,
-8,0,33,56,166,3,8,124,13,1,96,56,32,0,128,78,12,0,131,129,
-20,82,108,124,62,4,99,84,173,254,255,75,12,0,1,128,8,0,33,56,
-166,3,8,124,0,0,96,56,32,0,128,78,168,255,33,148,28,0,33,146,
-32,0,65,146,64,0,65,147,68,0,97,147,72,0,129,147,76,0,161,147,
-80,0,193,147,166,2,8,124,92,0,1,144,40,0,129,146,120,35,148,124,
-44,0,161,146,120,43,181,124,52,0,225,146,120,51,215,124,48,0,193,146,
-84,0,225,147,0,0,224,59,120,251,246,127,56,0,1,147,0,1,0,59,
-60,0,33,147,255,255,32,59,36,0,97,146,120,27,115,124,92,1,96,56,
-241,112,0,72,120,251,252,127,120,227,157,127,4,0,96,59,8,0,65,58,
-4,0,193,59,120,27,122,124,4,0,58,58,120,155,99,126,120,235,164,127,
-120,211,69,127,92,1,192,56,5,255,255,75,2,0,26,136,1,0,122,137,
-255,255,17,57,88,1,64,57,20,2,43,125,166,3,73,125,1,0,233,56,
-1,0,168,140,20,42,231,124,248,255,0,66,0,0,122,137,62,194,230,84,
-20,50,71,125,62,6,74,85,120,82,104,125,52,0,9,125,63,222,44,85,
-0,0,90,153,40,0,130,64,0,0,25,44,80,0,128,64,0,0,0,56,
-0,176,0,124,120,227,153,127,2,0,26,152,4,0,30,148,72,0,129,64,
-64,0,0,72,120,139,35,126,120,163,132,126,245,222,3,72,2,0,26,136,
-0,0,3,44,20,0,130,64,0,176,0,124,4,0,30,148,32,0,129,64,
-24,0,0,72,120,227,153,127,1,0,224,59,0,176,0,124,4,0,30,148,
-8,0,129,64,120,3,22,124,0,192,0,124,8,0,128,64,120,3,24,124,
-255,255,123,55,112,1,189,59,1,0,156,59,36,255,130,64,120,211,67,127,
-145,113,0,72,0,0,96,57,120,91,105,125,120,91,102,125,0,2,0,56,
-80,176,88,125,4,0,0,57,166,3,9,125,252,255,146,57,4,0,172,132,
-128,0,10,44,16,0,129,65,0,72,5,124,36,0,129,64,28,0,0,72,
-128,0,5,44,12,0,128,64,0,1,165,56,0,0,172,144,0,72,5,124,
-8,0,129,64,120,43,169,124,0,0,5,124,12,0,128,64,120,43,160,124,
-120,51,203,124,1,0,198,56,184,255,0,66,121,75,54,125,8,0,130,64,
-1,0,192,58,0,0,25,44,8,0,128,64,120,91,121,125,58,16,39,87,
-46,144,7,124,64,176,0,124,62,6,200,86,0,0,23,153,12,0,130,65,
-1,0,8,56,0,0,23,152,112,1,25,28,0,0,21,144,48,0,193,130,
-72,0,129,131,68,0,97,131,44,0,161,130,52,0,225,130,76,0,161,131,
-64,0,65,131,40,0,129,130,56,0,1,131,80,0,193,131,60,0,33,131,
-36,0,97,130,120,251,227,127,84,0,225,131,92,0,1,128,32,0,65,130,
-28,0,33,130,166,3,8,124,88,0,33,56,32,0,128,78,48,254,33,148,
-156,1,97,146,160,1,129,146,164,1,161,146,168,1,193,146,172,1,225,146,
-176,1,1,147,192,1,129,147,196,1,161,147,200,1,193,147,204,1,225,147,
-166,2,8,124,212,1,1,144,188,1,97,147,120,59,251,124,0,0,0,57,
-180,1,33,147,184,1,65,147,152,1,65,146,0,0,27,153,120,27,121,124,
-120,43,186,124,12,0,161,56,120,51,210,124,8,0,193,56,45,253,255,75,
-0,0,3,44,52,2,130,65,200,129,173,136,0,0,5,44,40,2,130,65,
-12,0,129,128,60,0,161,56,92,1,192,56,120,203,35,127,165,252,255,75,
-12,0,225,128,61,0,1,136,12,0,193,59,255,255,192,58,24,0,97,58,
-40,0,129,58,2,0,128,59,0,0,160,58,1,0,0,104,120,155,127,126,
-120,163,157,126,120,171,184,126,52,0,5,124,92,1,231,58,126,217,167,84,
-0,0,251,152,4,0,222,150,120,203,35,127,120,187,228,126,120,235,165,127,
-9,0,192,56,77,252,255,75,9,0,247,58,120,235,163,127,193,244,255,75,
-0,0,3,44,120,195,4,127,132,0,130,65,1,0,29,137,4,0,93,137,
-3,0,253,136,2,0,29,136,14,192,73,85,30,128,230,84,46,64,10,84,
-20,82,232,124,20,50,7,125,20,74,8,124,7,0,29,137,5,0,157,137,
-6,0,253,136,12,0,96,60,192,210,99,56,0,0,96,57,20,0,43,125,
-120,75,37,125,0,0,63,145,148,1,76,125,120,83,70,125,4,0,95,145,
-25,131,0,72,7,0,61,137,1,0,24,59,0,0,62,145,9,0,189,59,
-255,255,156,55,8,0,255,59,1,0,181,58,88,255,130,64,36,0,0,72,
-12,0,96,60,128,210,99,56,233,130,0,72,9,0,189,59,255,255,156,55,
-8,0,255,59,1,0,24,59,52,255,130,64,0,0,21,44,80,0,130,64,
-168,1,193,130,192,1,129,131,196,1,161,131,172,1,225,130,164,1,161,130,
-188,1,97,131,200,1,193,131,176,1,1,131,160,1,129,130,184,1,65,131,
-204,1,225,131,180,1,33,131,156,1,97,130,212,1,1,128,152,1,65,130,
-145,3,96,56,166,3,8,124,208,1,33,56,32,0,128,78,1,0,21,44,
-76,0,130,64,16,0,65,129,254,15,69,85,56,24,168,84,20,154,136,125,
-4,0,76,129,20,42,200,124,20,50,52,125,6,0,9,136,0,0,44,129,
-4,0,90,145,0,0,58,145,0,0,18,152,0,0,155,136,12,0,96,60,
-156,210,99,56,57,130,0,72,0,0,96,56,100,0,0,72,16,0,97,137,
-20,0,129,137,80,88,140,125,116,7,140,125,255,255,204,56,120,51,138,125,
-254,15,69,85,56,24,168,84,20,154,136,125,4,0,76,129,20,42,200,124,
-20,50,52,125,6,0,9,136,0,0,44,129,4,0,90,145,0,0,58,145,
-0,0,18,152,0,0,155,136,12,0,96,60,156,210,99,56,221,129,0,72,
-0,0,96,56,8,0,0,72,146,3,96,56,192,1,129,131,168,1,193,130,
-172,1,225,130,196,1,161,131,188,1,97,131,164,1,161,130,176,1,1,131,
-200,1,193,131,184,1,65,131,160,1,129,130,180,1,33,131,204,1,225,131,
-212,1,1,128,156,1,97,130,152,1,65,130,166,3,8,124,208,1,33,56,
-32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,20,0,225,147,
-120,35,159,124,12,0,161,147,120,43,189,124,16,0,193,147,120,27,126,124,
-8,0,97,56,13,243,255,75,217,246,255,75,6,0,128,57,9,0,129,153,
-62,198,192,87,10,0,1,152,11,0,193,155,33,247,255,75,9,0,97,56,
-1,0,128,56,2,0,160,56,65,243,255,75,121,27,126,124,48,0,130,65,
-8,0,97,56,2,0,128,56,1,247,255,75,120,243,195,127,16,0,193,131,
-28,0,1,128,20,0,225,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,169,248,255,75,2,0,192,59,9,0,193,155,205,246,255,75,
-9,0,97,56,3,0,128,56,120,243,197,127,237,242,255,75,121,27,126,124,
-48,0,130,65,8,0,97,56,2,0,128,56,173,246,255,75,120,243,195,127,
-16,0,193,131,28,0,1,128,20,0,225,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,120,251,227,127,120,235,164,127,3,0,160,56,
-169,242,255,75,121,27,126,124,48,0,130,65,8,0,97,56,2,0,128,56,
-105,246,255,75,120,243,195,127,16,0,193,131,28,0,1,128,20,0,225,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,17,248,255,75,
-8,0,97,56,2,0,128,56,57,246,255,75,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,0,0,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,4,0,3,128,
-120,35,138,124,120,43,164,124,120,51,197,124,20,42,106,125,64,0,11,124,
-24,0,129,64,12,0,1,128,8,0,33,56,166,3,8,124,13,1,96,56,
-32,0,128,78,12,0,131,129,20,82,108,124,62,4,99,84,101,254,255,75,
-12,0,1,128,8,0,33,56,166,3,8,124,0,0,96,56,32,0,128,78,
-232,255,33,148,166,2,8,124,28,0,1,144,20,0,225,147,120,27,127,124,
-16,0,31,136,0,0,0,44,28,0,130,64,28,0,1,128,20,0,225,131,
-144,3,96,56,24,0,33,56,166,3,8,124,32,0,128,78,28,0,63,129,
-19,0,127,136,9,0,161,152,18,0,255,152,20,0,191,144,14,0,225,152,
-13,0,193,152,62,70,170,84,62,134,171,84,62,198,160,84,24,0,223,144,
-12,0,65,153,11,0,97,153,10,0,1,152,1,0,99,56,255,7,104,84,
-56,31,108,84,20,66,12,125,20,66,9,125,92,1,136,56,19,0,127,152,
-15,0,97,152,8,0,97,152,8,0,97,56,121,240,255,75,120,251,227,127,
-8,0,161,56,9,0,192,56,249,254,255,75,20,0,225,131,28,0,1,128,
-166,3,8,124,24,0,33,56,32,0,128,78,216,255,33,148,12,0,33,147,
-16,0,65,147,20,0,97,147,24,0,129,147,28,0,161,147,32,0,193,147,
-36,0,225,147,166,2,8,124,44,0,1,144,200,129,45,137,0,0,9,44,
-120,27,127,124,224,0,130,65,92,1,96,56,81,105,0,72,121,27,121,124,
-208,0,130,65,12,0,96,60,0,211,99,56,193,126,0,72,0,0,96,59,
-120,219,124,127,4,0,64,59,12,0,192,63,4,0,185,59,120,251,227,127,
-120,227,132,127,120,203,37,127,92,1,192,56,89,247,255,75,112,1,156,59,
-16,211,126,56,120,219,100,127,137,126,0,72,1,0,185,136,2,0,153,136,
-255,255,29,57,88,1,64,57,20,34,197,124,166,3,73,125,1,0,134,57,
-1,0,8,140,20,2,140,125,248,255,0,66,0,0,89,137,62,194,128,85,
-20,2,236,124,62,6,231,84,120,58,76,125,52,0,128,125,63,222,0,84,
-0,0,249,152,32,0,130,64,12,0,96,60,32,211,99,56,49,126,0,72,
-255,255,90,55,1,0,123,59,124,255,130,64,28,0,0,72,12,0,96,60,
-232,210,99,56,21,126,0,72,255,255,90,55,1,0,123,59,96,255,130,64,
-120,203,35,127,33,106,0,72,32,0,193,131,24,0,129,131,20,0,97,131,
-28,0,161,131,36,0,225,131,44,0,1,128,16,0,65,131,12,0,33,131,
-166,3,8,124,40,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,16,0,31,136,0,0,0,44,
-92,0,130,65,28,0,159,128,12,0,96,60,48,211,99,56,165,125,0,72,
-34,0,31,137,88,1,0,56,0,0,96,57,1,0,136,57,35,0,63,57,
-33,0,127,153,166,3,9,124,1,0,73,141,20,82,140,125,248,255,0,66,
-28,0,159,128,32,0,191,56,92,1,192,56,120,251,227,127,62,194,139,85,
-20,90,140,125,32,0,159,153,45,253,255,75,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,224,255,33,148,24,0,193,147,
-166,2,8,124,36,0,1,144,28,0,225,147,146,3,224,59,20,0,161,147,
-120,27,125,124,12,0,161,56,8,0,193,56,61,246,255,75,0,0,3,44,
-124,0,130,65,92,1,96,56,137,103,0,72,121,27,126,124,108,0,130,65,
-12,0,129,128,120,243,197,127,92,1,192,56,120,235,163,127,177,245,255,75,
-2,0,126,137,88,1,0,56,0,0,64,57,1,0,11,57,3,0,62,57,
-1,0,94,153,166,3,9,124,1,0,137,141,20,98,8,125,248,255,0,66,
-12,0,129,128,120,243,197,127,120,235,163,127,62,194,6,85,20,50,8,124,
-0,0,30,152,92,1,192,56,121,252,255,75,120,243,195,127,193,104,0,72,
-0,0,224,59,120,251,227,127,28,0,225,131,36,0,1,128,24,0,193,131,
-20,0,161,131,166,3,8,124,32,0,33,56,32,0,128,78,0,0,3,44,
-32,0,130,77,204,129,141,129,0,0,12,44,12,0,129,64,255,255,12,56,
-204,129,13,144,255,7,128,84,32,0,130,77,116,104,0,72,240,255,33,148,
-0,0,3,44,166,2,8,124,20,0,1,144,8,0,193,147,120,35,158,124,
-12,0,225,147,120,43,191,124,20,0,130,64,16,0,96,56,165,102,0,72,
-0,0,3,44,12,0,130,65,0,0,195,147,4,0,227,147,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-184,255,33,148,166,2,8,124,76,0,1,144,60,0,161,147,120,27,125,124,
-68,0,225,147,125,145,224,63,181,53,255,59,56,0,129,147,64,0,193,147,
-0,0,192,59,120,243,220,127,44,0,33,147,8,0,33,59,48,0,65,147,
-125,145,64,63,182,53,90,59,52,0,97,147,120,243,219,127,4,0,29,129,
-16,0,8,56,0,32,60,33,64,72,0,124,28,0,129,64,0,0,157,128,
-12,0,96,60,172,211,99,56,145,123,0,72,18,1,192,59,164,2,0,72,
-62,4,131,87,120,203,36,127,16,0,160,56,45,243,255,75,8,0,89,129,
-64,248,10,124,68,0,130,64,2,0,57,161,6,0,25,160,4,0,153,160,
-12,0,217,128,0,0,89,161,20,34,105,125,20,2,139,125,20,50,172,124,
-20,42,218,124,62,132,199,84,20,58,6,124,62,4,0,84,64,0,10,124,
-0,0,25,176,156,0,130,64,228,1,0,72,0,0,157,128,12,0,96,60,
-216,211,99,56,29,123,0,72,0,0,157,128,120,227,133,127,12,0,96,60,
-84,211,99,56,9,123,0,72,8,0,97,56,0,0,128,56,16,0,160,56,
-13,23,250,75,4,0,61,129,0,0,253,160,14,0,129,161,3,0,9,57,
-16,0,225,147,10,0,225,176,112,22,0,125,148,1,64,127,20,0,1,128,
-58,16,67,87,1,0,63,57,62,4,69,87,20,42,103,125,12,0,161,176,
-20,98,171,124,20,2,229,124,20,74,231,124,62,132,224,84,20,2,7,124,
-8,0,1,176,209,102,0,72,121,27,123,124,152,0,130,65,164,0,0,72,
-0,0,157,128,12,0,96,60,68,212,99,56,137,122,0,72,0,0,157,128,
-120,227,133,127,12,0,96,60,84,211,99,56,117,122,0,72,8,0,97,56,
-0,0,128,56,16,0,160,56,121,22,250,75,4,0,61,129,0,0,253,160,
-3,0,9,57,16,0,225,147,14,0,129,161,10,0,225,176,112,22,0,125,
-148,1,64,127,20,0,1,128,58,16,67,87,1,0,63,57,62,4,69,87,
-20,42,103,125,12,0,161,176,20,98,171,124,20,2,229,124,20,74,231,124,
-62,132,224,84,20,2,7,124,8,0,1,176,61,102,0,72,121,27,123,124,
-20,0,130,64,172,137,98,56,89,3,128,56,0,0,160,56,29,27,250,75,
-120,219,99,127,58,16,95,87,120,251,229,127,0,0,128,56,249,21,250,75,
-8,0,157,147,16,0,124,56,12,0,125,144,62,4,99,84,120,219,100,127,
-120,251,229,127,69,248,255,75,120,219,99,127,241,101,0,72,8,0,125,160,
-16,0,160,56,8,0,129,56,45,248,255,75,24,0,97,56,0,0,128,56,
-16,0,160,56,181,21,250,75,8,0,125,160,24,0,129,56,16,0,160,56,
-69,241,255,75,8,0,1,57,24,0,33,57,16,0,192,56,0,0,8,136,
-0,0,137,137,64,96,0,124,24,0,130,65,12,0,96,60,136,211,99,56,
-105,121,0,72,72,2,192,59,124,0,0,72,255,255,198,52,1,0,8,57,
-1,0,41,57,208,255,130,64,104,0,0,72,0,0,29,128,64,0,9,124,
-76,0,130,64,4,0,189,128,58,16,132,84,64,40,4,124,44,0,128,64,
-12,0,96,60,8,212,99,56,37,121,0,72,0,0,157,128,12,0,96,60,
-116,212,99,56,21,121,0,72,18,1,192,59,4,0,125,147,36,0,0,72,
-8,0,157,147,16,0,28,56,12,0,29,144,20,0,0,72,58,16,132,84,
-20,226,4,125,16,0,136,59,56,253,255,75,60,0,161,131,120,243,195,127,
-64,0,193,131,52,0,97,131,56,0,129,131,68,0,225,131,76,0,1,128,
-48,0,65,131,44,0,33,131,166,3,8,124,72,0,33,56,32,0,128,78,
-208,255,33,148,166,2,8,124,52,0,1,144,32,0,129,147,120,35,156,124,
-44,0,225,147,121,27,127,124,36,0,161,147,120,43,189,124,40,0,193,147,
-120,51,222,124,28,0,97,147,120,59,251,124,20,0,130,64,124,1,96,56,
-245,98,0,72,121,27,127,124,64,1,130,65,120,251,227,127,2,0,128,56,
-192,5,160,56,17,252,255,75,204,129,45,129,120,251,227,127,20,0,191,147,
-1,0,41,57,18,0,127,155,24,0,223,147,204,129,45,145,69,252,255,75,
-0,0,3,44,8,1,130,64,1,0,96,57,200,129,109,153,16,0,127,153,
-32,0,127,56,0,0,128,56,92,1,160,56,49,20,250,75,12,0,96,60,
-160,212,99,56,17,120,0,72,120,251,227,127,120,227,132,127,28,0,191,56,
-17,0,223,56,29,241,255,75,0,0,3,44,40,0,130,65,12,0,96,60,
-172,212,99,56,233,119,0,72,120,251,227,127,120,227,132,127,16,0,161,56,
-8,0,193,56,9,0,225,56,97,243,255,75,17,0,31,136,120,227,132,127,
-1,0,32,57,34,0,31,152,88,1,160,56,33,0,63,153,36,0,159,59,
-120,227,131,127,85,150,0,72,33,0,159,137,34,0,31,136,255,255,156,59,
-88,1,224,56,20,2,108,125,166,3,233,124,1,0,203,56,1,0,28,141,
-20,66,198,124,248,255,0,66,28,0,159,128,32,0,191,56,120,251,227,127,
-62,194,202,84,20,82,134,125,32,0,159,153,92,1,192,56,53,247,255,75,
-0,0,0,56,19,0,31,152,120,251,227,127,120,235,165,127,120,243,198,127,
-120,219,103,127,121,247,255,75,120,251,227,127,120,235,165,127,120,243,198,127,
-120,219,103,127,101,247,255,75,120,251,227,127,44,0,225,131,36,0,161,131,
-40,0,193,131,52,0,1,128,32,0,129,131,28,0,97,131,166,3,8,124,
-48,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,121,27,127,124,
-166,2,8,124,20,0,1,144,20,0,130,64,124,1,96,56,105,97,0,72,
-121,27,127,124,60,0,130,65,120,251,227,127,2,0,128,56,192,5,160,56,
-133,250,255,75,0,0,96,57,18,0,127,153,20,0,127,145,24,0,127,145,
-120,251,227,127,193,250,255,75,0,0,3,44,12,0,130,64,1,0,0,56,
-200,129,13,152,20,0,1,128,120,251,227,127,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,120,254,33,148,
-8,0,97,56,121,255,255,75,8,0,97,56,105,247,255,75,8,0,97,56,
-2,0,128,56,245,249,255,75,140,1,1,128,136,1,33,56,166,3,8,124,
-32,0,128,78,208,255,33,148,28,0,97,147,32,0,129,147,36,0,161,147,
-40,0,193,147,44,0,225,147,166,2,8,124,52,0,1,144,12,0,96,60,
-228,212,99,56,49,118,0,72,0,0,96,59,120,219,124,127,8,0,161,59,
-125,145,192,63,181,53,222,59,125,145,224,63,182,53,255,59,16,0,0,72,
-0,0,28,44,176,0,130,64,160,0,0,72,62,4,99,87,120,235,164,127,
-16,0,160,56,169,237,255,75,8,0,29,128,64,240,0,124,124,0,130,64,
-2,0,189,160,6,0,61,161,4,0,221,160,12,0,125,129,0,0,253,160,
-20,50,133,125,20,74,12,125,20,90,72,125,20,82,95,125,62,132,64,85,
-20,2,138,125,62,4,140,85,64,96,7,124,0,0,157,177,64,0,130,64,
-120,227,132,127,1,0,156,59,58,16,198,84,120,219,103,127,12,0,96,60,
-248,212,99,56,145,117,0,72,4,0,157,161,58,16,140,85,20,218,44,125,
-32,0,9,56,0,32,0,40,16,0,105,59,116,255,128,65,100,255,255,75,
-0,0,28,44,16,0,130,64,12,0,96,60,204,212,99,56,93,117,0,72,
-36,0,161,131,40,0,193,131,44,0,225,131,52,0,1,128,32,0,129,131,
-28,0,97,131,166,3,8,124,48,0,33,56,32,0,128,78,43,0,96,60,
-64,203,99,56,12,0,128,60,40,213,132,56,0,0,160,56,104,162,254,75,
-0,0,3,44,32,0,130,77,255,7,128,84,32,0,130,77,44,97,0,72,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,0,0,224,59,
-120,251,228,127,8,0,193,147,120,27,126,124,7,0,158,57,63,0,64,57,
-166,3,73,125,1,0,108,141,20,90,132,124,62,6,132,84,244,255,0,66,
-71,0,158,137,64,96,4,124,20,0,130,65,12,0,96,60,52,213,99,56,
-185,116,0,72,66,2,224,59,8,0,158,136,128,0,4,40,20,0,128,64,
-12,0,96,60,56,214,99,56,157,116,0,72,66,2,224,59,10,0,158,136,
-7,0,4,44,20,0,130,64,12,0,96,60,232,214,99,56,129,116,0,72,
-168,3,0,72,4,0,4,44,144,3,130,64,11,0,158,136,55,6,128,84,
-44,0,130,65,12,0,96,60,196,213,99,56,93,116,0,72,12,0,225,131,
-20,0,1,128,8,0,193,131,67,2,96,56,166,3,8,124,16,0,33,56,
-32,0,128,78,12,0,158,136,248,255,36,57,5,0,9,40,12,0,128,64,
-55,6,139,84,20,0,130,65,12,0,96,60,248,214,99,56,29,116,0,72,
-66,2,224,59,13,0,158,136,2,0,4,40,12,0,129,65,0,0,4,44,
-44,0,130,64,12,0,96,60,52,215,99,56,249,115,0,72,12,0,225,131,
-20,0,1,128,8,0,193,131,67,2,96,56,166,3,8,124,16,0,33,56,
-32,0,128,78,14,0,158,160,72,0,4,44,52,0,130,65,64,0,4,44,
-60,0,130,65,12,0,96,60,92,214,99,56,189,115,0,72,12,0,225,131,
-20,0,1,128,8,0,193,131,67,2,96,56,166,3,8,124,16,0,33,56,
-32,0,128,78,12,0,96,60,84,213,99,56,72,0,128,56,145,115,0,72,
-16,0,158,136,1,0,4,44,52,0,130,65,4,0,4,44,44,0,130,65,
-12,0,96,60,84,215,99,56,113,115,0,72,12,0,225,131,20,0,1,128,
-8,0,193,131,67,2,96,56,166,3,8,124,16,0,33,56,32,0,128,78,
-17,0,158,136,160,0,4,40,20,0,129,64,12,0,96,60,240,213,99,56,
-61,115,0,72,66,2,224,59,19,0,158,136,2,0,4,40,44,0,128,65,
-12,0,96,60,124,214,99,56,33,115,0,72,12,0,225,131,20,0,1,128,
-8,0,193,131,67,2,96,56,166,3,8,124,16,0,33,56,32,0,128,78,
-20,0,158,136,49,6,128,84,44,0,130,64,12,0,96,60,124,215,99,56,
-237,114,0,72,12,0,225,131,20,0,1,128,8,0,193,131,67,2,96,56,
-166,3,8,124,16,0,33,56,32,0,128,78,23,0,158,136,4,0,4,40,
-44,0,129,64,12,0,96,60,92,216,99,56,185,114,0,72,12,0,225,131,
-20,0,1,128,8,0,193,131,67,2,96,56,166,3,8,124,16,0,33,56,
-32,0,128,78,24,0,158,136,49,6,137,84,44,0,130,64,12,0,96,60,
-160,215,99,56,133,114,0,72,12,0,225,131,20,0,1,128,8,0,193,131,
-67,2,96,56,166,3,8,124,16,0,33,56,32,0,128,78,25,0,158,136,
-4,0,4,44,44,0,130,65,12,0,96,60,20,214,99,56,81,114,0,72,
-12,0,225,131,20,0,1,128,8,0,193,131,67,2,96,56,166,3,8,124,
-16,0,33,56,32,0,128,78,26,0,158,136,127,7,138,84,44,0,130,64,
-12,0,96,60,140,213,99,56,29,114,0,72,12,0,225,131,20,0,1,128,
-8,0,193,131,67,2,96,56,166,3,8,124,16,0,33,56,32,0,128,78,
-27,0,158,136,255,7,139,84,44,0,130,64,12,0,96,60,196,215,99,56,
-233,113,0,72,12,0,225,131,20,0,1,128,8,0,193,131,67,2,96,56,
-166,3,8,124,16,0,33,56,32,0,128,78,28,0,158,136,255,7,140,84,
-44,0,130,64,12,0,96,60,228,215,99,56,181,113,0,72,12,0,225,131,
-20,0,1,128,8,0,193,131,67,2,96,56,166,3,8,124,16,0,33,56,
-32,0,128,78,29,0,158,136,98,0,128,112,44,0,130,65,12,0,96,60,
-168,214,99,56,129,113,0,72,12,0,225,131,20,0,1,128,8,0,193,131,
-67,2,96,56,166,3,8,124,16,0,33,56,32,0,128,78,35,0,158,136,
-0,0,4,44,28,0,130,64,12,0,96,60,208,214,99,56,0,0,128,56,
-73,113,0,72,35,0,158,136,66,2,224,59,30,0,4,40,20,0,129,64,
-12,0,96,60,172,213,99,56,45,113,0,72,66,2,224,59,37,0,158,136,
-0,0,4,44,28,0,130,64,12,0,96,60,4,216,99,56,0,0,128,56,
-13,113,0,72,37,0,158,136,66,2,224,59,41,0,4,40,40,0,129,64,
-12,0,96,60,28,216,99,56,241,112,0,72,66,2,224,59,20,0,0,72,
-12,0,96,60,56,216,99,56,221,112,0,72,67,2,224,59,20,0,1,128,
-120,251,227,127,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,37,0,99,136,32,0,128,78,35,0,99,136,32,0,128,78,
-20,0,3,136,127,6,0,84,3,0,0,40,20,0,128,64,1,0,0,40,
-36,0,128,65,40,0,130,65,44,0,0,72,4,0,0,40,44,0,128,65,
-48,0,130,65,5,0,0,40,52,0,130,65,60,0,0,72,9,61,96,56,
-32,0,128,78,60,15,96,56,32,0,128,78,120,30,96,56,32,0,128,78,
-68,122,96,56,32,0,128,78,1,0,96,60,36,244,99,56,32,0,128,78,
-2,0,96,60,72,232,99,56,32,0,128,78,0,0,96,56,32,0,128,78,
-12,0,99,136,32,0,128,78,11,0,99,136,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,4,0,127,128,
-36,0,99,129,76,0,139,129,2,0,159,136,8,0,223,56,0,0,160,56,
-128,0,224,56,166,3,137,125,33,4,128,78,121,27,96,124,0,0,127,176,
-20,0,130,64,120,251,227,127,209,250,255,75,120,27,96,124,0,0,31,176,
-120,3,3,124,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,13,0,35,137,0,0,67,169,0,0,10,44,12,0,3,136,
-11,0,131,137,20,2,140,125,0,0,96,56,20,74,140,125,4,0,108,57,
-32,0,130,76,1,0,0,56,48,88,3,124,32,0,128,78,232,255,33,148,
-166,2,8,124,28,0,1,144,12,0,161,147,120,35,157,124,20,0,225,147,
-121,27,127,124,16,0,193,147,120,43,190,124,20,0,130,64,136,0,96,56,
-209,89,0,72,121,27,127,124,32,0,130,65,2,0,191,155,0,0,128,56,
-0,0,159,176,4,0,223,147,8,0,127,56,128,0,160,56,69,11,250,75,
-120,251,227,127,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,224,255,33,148,12,0,97,147,
-16,0,129,147,20,0,161,147,24,0,193,147,28,0,225,147,166,2,8,124,
-36,0,1,144,0,0,0,56,43,0,192,60,68,212,6,152,12,0,96,60,
-148,83,99,56,149,84,0,72,43,0,224,60,200,93,231,56,43,0,0,61,
-200,77,8,57,80,56,136,124,188,135,141,144,43,0,32,61,200,125,41,57,
-43,0,64,61,200,109,74,57,80,72,106,124,184,135,109,144,44,0,96,61,
-200,141,107,57,43,0,128,61,200,125,140,57,80,88,236,127,180,135,237,147,
-0,0,0,60,112,96,0,48,0,0,160,60,112,80,165,56,80,0,5,124,
-176,135,13,144,43,0,192,60,200,109,198,56,43,0,224,60,200,93,231,56,
-80,48,231,124,172,135,237,144,43,0,0,61,200,77,8,57,43,0,32,61,
-200,61,41,57,80,64,201,124,168,135,205,144,44,0,64,61,200,157,74,57,
-44,0,96,61,200,141,107,57,80,80,171,124,164,135,173,144,44,0,128,61,
-200,173,140,57,44,0,64,61,200,157,74,57,80,96,138,125,160,135,141,145,
-44,0,96,61,200,189,107,57,44,0,0,61,200,173,8,57,80,88,104,125,
-156,135,109,145,44,0,32,61,200,237,41,57,44,0,64,61,200,221,74,57,
-80,72,74,125,152,135,77,145,44,0,0,61,200,241,8,57,44,0,32,61,
-200,237,41,57,80,64,41,125,148,135,45,145,44,0,192,63,200,245,222,59,
-44,0,0,61,200,241,8,57,80,240,8,125,144,135,13,145,44,0,160,63,
-200,5,189,59,44,0,192,63,200,245,222,59,80,232,222,127,140,135,205,147,
-44,0,128,63,200,21,156,59,44,0,160,63,200,5,189,59,80,224,157,127,
-136,135,141,147,44,0,96,63,200,37,123,59,44,0,160,63,200,21,189,59,
-80,216,189,127,132,135,173,147,12,0,96,63,160,83,123,59,20,0,27,144,
-68,0,187,144,116,0,219,144,164,0,251,144,212,0,155,145,4,1,123,145,
-52,1,251,147,100,1,123,144,148,1,91,145,196,1,155,144,244,1,59,145,
-36,2,27,145,84,2,219,147,132,2,155,147,180,2,187,147,20,0,161,131,
-24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,
-166,3,8,124,32,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,37,110,3,72,237,254,250,75,253,253,250,75,124,134,13,136,
-116,7,0,124,1,0,0,44,12,0,130,64,0,0,96,56,217,40,0,72,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,0,0,3,44,
-32,0,130,77,255,7,128,84,32,0,130,77,212,88,0,72,216,168,13,128,
-79,27,96,61,181,129,107,57,22,0,11,124,126,217,0,84,44,1,0,28,
-46,194,0,61,7,69,8,57,22,0,40,125,1,0,64,61,146,36,192,60,
-128,81,74,57,37,73,198,56,62,132,44,85,214,81,44,125,22,96,6,125,
-80,0,233,124,80,96,104,125,126,248,107,85,20,66,11,125,190,240,8,85,
-56,24,5,85,80,40,8,125,80,96,200,124,0,0,195,152,0,0,228,144,
-120,3,3,124,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-0,0,3,44,184,11,0,56,12,0,130,65,208,129,141,129,20,26,12,124,
-184,11,0,40,208,129,13,144,44,0,129,64,196,136,141,161,181,6,140,85,
-24,0,130,65,49,0,96,56,200,137,130,56,97,16,250,75,1,0,0,56,
-224,168,13,144,0,0,0,56,208,129,13,144,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,232,255,33,148,20,0,225,147,16,0,193,147,
-166,2,8,124,28,0,1,144,228,168,13,128,120,35,159,124,8,0,1,144,
-120,27,126,124,8,0,97,56,109,141,0,72,120,27,102,124,120,243,195,127,
-120,251,229,127,30,0,128,56,249,118,0,72,28,0,1,128,20,0,225,131,
-16,0,193,131,166,3,8,124,24,0,33,56,32,0,128,78,236,11,96,61,
-0,194,107,57,214,89,131,125,235,81,0,60,31,133,0,96,22,96,128,125,
-126,217,140,85,20,98,4,124,16,39,96,29,230,85,128,61,137,59,140,57,
-22,88,12,124,190,54,0,84,236,81,96,61,31,133,107,57,22,0,11,124,
-0,0,128,56,126,217,3,84,32,0,128,78,232,3,3,40,40,0,128,64,
-3,0,128,61,64,13,140,57,214,97,131,125,98,16,0,60,244,1,140,57,
-211,77,0,96,22,96,96,124,190,209,99,84,32,0,128,78,204,204,0,60,
-205,204,0,96,22,24,0,124,254,232,0,84,208,7,96,28,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-172,4,0,124,120,251,227,127,161,255,255,75,245,12,0,72,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,192,136,13,128,
-0,0,0,44,32,0,130,76,0,0,0,56,216,168,13,144,220,168,13,144,
-228,168,13,144,224,168,13,144,32,0,128,78,7,0,192,60,140,130,198,56,
-40,0,160,56,16,0,128,56,248,193,109,56,0,0,224,56,120,59,232,124,
-32,83,0,72,166,2,8,124,4,0,1,144,248,255,33,148,7,0,192,60,
-224,130,198,56,40,0,160,56,16,0,128,56,248,193,109,56,125,84,0,72,
-12,0,96,60,112,86,99,56,9,80,0,72,43,0,96,60,140,35,99,56,
-205,168,254,75,12,0,96,60,124,86,99,56,241,79,0,72,208,135,109,56,
-77,131,252,75,12,0,96,60,136,86,99,56,221,79,0,72,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,120,27,108,124,2,0,44,169,
-0,0,96,56,0,72,3,124,4,0,164,128,7,0,196,56,120,27,100,124,
-84,0,128,64,20,34,76,125,4,0,106,133,64,40,11,124,52,0,130,64,
-3,0,234,56,120,51,200,124,42,0,96,57,166,3,105,125,1,0,71,141,
-1,0,104,141,81,80,107,125,20,0,130,64,0,0,10,44,28,0,130,65,
-232,255,0,66,32,0,128,78,1,0,99,56,0,72,3,124,48,0,132,56,
-180,255,128,65,32,0,128,78,2,0,67,169,0,80,4,124,32,0,128,76,
-80,80,100,125,255,255,171,56,58,16,160,84,80,0,133,125,55,32,140,85,
-144,0,130,65,4,0,163,56,58,16,135,84,80,56,196,124,54,32,198,84,
-20,50,197,124,48,0,230,56,80,48,7,125,64,96,8,124,120,99,128,125,
-60,0,129,65,1,0,0,40,20,98,198,124,120,3,11,124,20,98,231,124,
-8,0,128,64,1,0,96,57,166,3,105,125,255,255,71,141,255,255,70,157,
-248,255,0,66,2,0,67,169,255,255,10,56,2,0,3,176,32,0,128,78,
-1,0,0,40,255,255,231,56,120,3,9,124,255,255,198,56,8,0,128,64,
-1,0,32,57,166,3,41,125,1,0,135,141,1,0,134,157,248,255,0,66,
-2,0,67,169,255,255,10,56,2,0,3,176,32,0,128,78,166,2,8,124,
-4,0,1,144,248,255,33,148,2,0,99,169,0,0,11,44,16,0,130,65,
-0,0,131,161,237,172,12,40,24,0,130,65,12,0,1,128,8,0,33,56,
-166,3,8,124,0,0,96,56,32,0,128,78,12,0,11,44,24,0,129,64,
-12,0,0,56,2,0,3,176,12,0,96,60,40,223,99,56,141,104,0,72,
-12,0,1,128,8,0,33,56,166,3,8,124,1,0,96,56,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,
-120,27,126,124,2,0,126,169,12,0,11,44,0,0,0,60,237,172,0,96,
-120,35,159,124,0,0,30,176,20,0,128,65,0,0,128,56,165,254,255,75,
-11,0,0,56,2,0,30,176,4,0,127,129,2,0,62,169,42,0,160,56,
-8,0,159,56,120,75,32,125,1,0,41,57,2,0,62,177,58,16,10,84,
-80,80,0,124,54,32,0,84,20,2,158,125,4,0,108,149,4,0,108,56,
-165,134,0,72,2,0,158,168,12,0,96,60,108,223,99,56,237,103,0,72,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,121,27,127,124,166,2,8,124,
-20,0,1,144,20,0,130,64,68,2,96,56,49,82,0,72,121,27,127,124,
-36,0,130,65,1,0,128,61,173,222,140,57,0,0,159,177,0,0,128,56,
-2,0,159,176,4,0,127,56,64,2,160,56,161,3,250,75,20,0,1,128,
-120,251,227,127,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-208,255,33,148,20,0,33,147,24,0,65,147,28,0,97,147,32,0,129,147,
-36,0,161,147,166,2,8,124,52,0,1,144,40,0,193,147,120,35,158,124,
-44,0,225,147,0,0,224,63,68,71,127,56,255,255,128,56,41,226,3,72,
-0,0,3,44,240,255,130,64,12,0,128,63,120,243,195,127,149,106,3,72,
-121,27,121,124,88,0,130,64,68,71,127,56,137,222,3,72,0,0,3,44,
-232,1,130,65,28,223,124,56,6,1,128,56,0,0,160,56,33,8,250,75,
-0,0,3,44,208,1,130,64,40,0,193,131,32,0,129,131,28,0,97,131,
-36,0,161,131,44,0,225,131,52,0,1,128,24,0,65,131,20,0,33,131,
-166,3,8,124,48,0,33,56,32,0,128,78,8,0,89,131,0,0,26,44,
-88,0,130,64,68,71,127,56,41,222,3,72,0,0,3,44,136,1,130,65,
-28,223,124,56,6,1,128,56,0,0,160,56,193,7,250,75,0,0,3,44,
-112,1,130,64,40,0,193,131,32,0,129,131,28,0,97,131,36,0,161,131,
-44,0,225,131,52,0,1,128,24,0,65,131,20,0,33,131,166,3,8,124,
-48,0,33,56,32,0,128,78,104,0,26,129,100,0,8,128,120,211,67,127,
-166,3,9,124,33,4,128,78,0,0,3,44,88,0,130,64,68,71,127,56,
-185,221,3,72,0,0,3,44,24,1,130,65,28,223,124,56,6,1,128,56,
-0,0,160,56,81,7,250,75,0,0,3,44,0,1,130,64,40,0,193,131,
-32,0,129,131,28,0,97,131,36,0,161,131,44,0,225,131,52,0,1,128,
-24,0,65,131,20,0,33,131,166,3,8,124,48,0,33,56,32,0,128,78,
-9,128,109,137,116,7,107,125,0,0,96,59,120,219,125,127,0,88,29,124,
-1,0,192,59,88,0,128,64,104,0,90,129,188,0,10,128,120,211,67,127,
-120,235,164,127,166,3,9,124,33,4,128,78,12,0,97,144,12,0,225,160,
-8,0,225,176,14,0,1,161,10,0,1,177,8,0,33,129,255,7,41,85,
-12,0,130,65,48,232,202,127,120,83,123,127,9,128,109,137,116,7,107,125,
-1,0,189,59,0,88,29,124,176,255,128,65,38,0,121,136,120,219,100,127,
-45,155,254,75,68,71,127,56,233,220,3,72,0,0,3,44,20,0,130,65,
-28,223,124,56,6,1,128,56,0,0,160,56,129,6,250,75,120,203,35,127,
-45,105,3,72,0,0,160,59,32,0,224,59,1,0,192,59,48,232,204,127,
-57,96,96,127,12,0,130,65,120,235,163,127,157,78,250,75,255,255,255,55,
-1,0,189,59,228,255,130,64,40,0,193,131,32,0,129,131,28,0,97,131,
-36,0,161,131,44,0,225,131,52,0,1,128,24,0,65,131,20,0,33,131,
-166,3,8,124,48,0,33,56,32,0,128,78,224,255,33,148,28,0,225,147,
-120,35,159,124,120,51,196,124,8,0,4,40,8,0,65,147,16,0,129,147,
-20,0,161,147,166,2,8,124,36,0,1,144,24,0,193,147,120,27,126,124,
-12,0,97,147,120,43,187,124,24,0,129,64,12,0,96,60,8,226,99,56,
-8,0,160,56,177,100,0,72,8,0,128,56,0,0,27,44,60,0,130,64,
-12,0,96,60,36,226,99,56,0,0,128,56,149,100,0,72,24,0,193,131,
-16,0,129,131,20,0,161,131,28,0,225,131,36,0,1,128,12,0,97,131,
-8,0,65,131,166,3,8,124,32,0,33,56,32,0,128,78,60,8,154,84,
-0,0,96,56,0,208,3,124,104,0,128,64,80,32,67,125,56,24,75,85,
-8,0,235,56,112,14,232,124,148,1,200,124,48,52,203,127,32,0,6,32,
-48,0,236,127,120,99,103,125,32,0,6,56,48,4,229,127,120,59,188,124,
-63,7,136,87,120,67,12,125,10,0,12,44,48,52,253,127,174,25,155,125,
-55,0,32,57,8,0,128,64,48,0,32,57,20,74,12,124,174,25,27,124,
-1,0,99,56,0,208,3,124,160,255,128,65,24,0,193,131,16,0,129,131,
-20,0,161,131,28,0,225,131,36,0,1,128,12,0,97,131,8,0,65,131,
-166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,8,0,193,147,121,27,126,124,12,0,225,147,120,35,159,124,
-32,0,130,65,20,0,126,56,2,0,128,56,217,161,254,75,255,7,224,87,
-12,0,130,65,120,243,195,127,181,79,0,72,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,121,27,127,124,166,2,8,124,20,0,1,144,20,0,130,64,
-40,0,96,56,217,77,0,72,121,27,127,124,12,0,130,65,20,0,127,56,
-217,161,254,75,20,0,1,128,120,251,227,127,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,0,0,96,60,224,68,99,56,0,0,35,144,
-46,0,96,60,208,181,99,56,0,0,192,60,200,8,198,56,0,0,102,144,
-32,0,128,78,112,255,33,56,28,0,1,144,166,2,8,124,12,0,1,144,
-32,0,97,144,38,0,0,124,20,0,1,144,183,131,6,72,134,50,130,124,
-191,255,160,56,56,40,133,124,134,51,162,124,0,0,0,56,44,0,0,60,
-200,181,96,56,255,255,99,112,20,26,96,124,155,86,6,72,64,0,160,56,
-0,0,165,60,134,51,160,124,134,50,130,124,64,0,160,56,120,43,133,124,
-134,51,162,124,22,132,6,72,0,0,0,56,11,0,0,60,88,236,96,56,
-255,255,99,112,20,26,96,124,0,0,35,144,36,0,131,144,40,0,163,144,
-44,0,195,144,48,0,227,144,52,0,3,145,56,0,35,145,60,0,67,145,
-64,0,99,145,68,0,131,145,166,242,158,124,166,242,191,124,166,2,201,124,
-166,2,1,125,4,0,131,144,8,0,163,144,16,0,195,144,24,0,3,145,
-32,0,128,78,0,0,0,56,11,0,0,60,88,236,96,56,255,255,99,112,
-20,26,96,124,4,0,131,128,8,0,163,128,16,0,227,128,24,0,35,129,
-166,243,158,124,166,243,191,124,166,3,233,124,166,3,33,125,28,0,3,128,
-36,0,131,128,40,0,163,128,44,0,195,128,48,0,227,128,52,0,3,129,
-56,0,35,129,60,0,67,129,64,0,99,129,68,0,131,129,0,0,35,128,
-28,0,1,128,32,0,97,128,12,0,193,128,166,3,200,124,20,0,1,129,
-32,241,15,125,144,0,33,56,102,0,0,76,0,0,0,72,0,0,0,72,
-0,0,0,72,112,255,33,56,28,0,1,144,166,2,8,124,12,0,1,144,
-32,0,97,144,38,0,0,124,20,0,1,144,159,179,6,72,134,50,102,124,
-0,0,3,40,104,1,130,65,12,0,99,112,80,0,130,65,134,50,130,124,
-211,255,160,56,56,40,133,124,134,51,162,124,8,0,99,112,28,0,130,65,
-27,72,7,72,8,0,96,56,134,51,96,124,134,50,96,124,4,0,99,112,
-20,0,130,65,4,0,96,56,27,72,7,72,4,0,96,56,134,51,96,124,
-134,50,130,124,44,0,132,96,134,51,130,124,134,50,102,124,0,0,3,40,
-8,1,130,65,32,0,99,112,44,0,130,65,134,50,130,124,211,255,96,56,
-56,24,131,124,134,51,98,124,231,122,10,72,32,0,96,56,134,51,96,124,
-134,50,130,124,44,0,132,96,134,51,130,124,134,50,102,124,0,0,3,40,
-204,0,130,65,16,0,99,112,16,0,130,65,127,181,9,72,16,0,96,56,
-134,51,96,124,134,50,102,124,0,0,3,40,172,0,130,65,0,128,108,116,
-20,0,130,65,195,84,6,72,0,0,96,56,0,128,99,60,134,51,96,124,
-134,50,102,124,0,0,3,40,136,0,130,65,0,4,108,116,20,0,130,65,
-87,227,7,72,0,0,96,56,0,4,99,60,134,51,96,124,134,50,102,124,
-0,0,3,40,100,0,130,65,128,0,108,116,20,0,130,65,247,74,6,72,
-0,0,96,56,128,0,99,60,134,51,96,124,134,50,102,124,0,0,3,40,
-64,0,130,65,2,0,99,112,20,0,130,65,71,233,0,72,2,0,96,56,
-0,0,99,60,134,51,96,124,134,50,102,124,0,0,3,40,28,0,130,65,
-0,32,108,116,20,0,130,65,143,18,5,72,0,0,96,56,0,32,99,60,
-134,51,96,124,30,178,6,72,0,0,0,72,0,0,0,72,0,0,0,72,
-112,255,33,56,28,0,1,144,166,2,8,124,12,0,1,144,32,0,97,144,
-38,0,0,124,20,0,1,144,0,8,96,60,0,0,99,56,166,243,120,124,
-162,176,6,72,112,255,33,56,28,0,1,144,166,2,8,124,12,0,1,144,
-32,0,97,144,38,0,0,124,20,0,1,144,159,179,6,72,0,4,96,60,
-0,0,99,56,166,243,120,124,215,138,1,72,30,178,6,72,0,0,0,72,
-0,0,0,72,0,0,0,72,0,0,0,72,127,0,96,60,0,0,99,56,
-166,243,118,124,127,0,96,60,0,1,99,56,7,0,128,60,16,136,132,56,
-0,0,164,128,0,0,163,144,127,0,96,60,0,2,99,56,7,0,128,60,
-20,136,132,56,0,0,164,128,0,0,163,144,127,0,96,60,0,3,99,56,
-7,0,128,60,24,136,132,56,0,0,164,128,0,0,163,144,127,0,96,60,
-0,4,99,56,7,0,128,60,28,136,132,56,0,0,164,128,0,0,163,144,
-127,0,96,60,0,5,99,56,7,0,128,60,32,136,132,56,0,0,164,128,
-0,0,163,144,127,0,96,60,0,6,99,56,7,0,128,60,36,136,132,56,
-0,0,164,128,0,0,163,144,127,0,96,60,0,7,99,56,7,0,128,60,
-40,136,132,56,0,0,164,128,0,0,163,144,127,0,96,60,0,12,99,56,
-7,0,128,60,44,136,132,56,0,0,164,128,0,0,163,144,127,0,96,60,
-0,16,99,56,7,0,128,60,48,136,132,56,0,0,164,128,0,0,163,144,
-127,0,96,60,16,16,99,56,7,0,128,60,52,136,132,56,0,0,164,128,
-0,0,163,144,127,0,96,60,32,16,99,56,7,0,128,60,56,136,132,56,
-0,0,164,128,0,0,163,144,127,0,96,60,0,17,99,56,7,0,128,60,
-60,136,132,56,0,0,164,128,0,0,163,144,127,0,96,60,0,18,99,56,
-7,0,128,60,64,136,132,56,0,0,164,128,0,0,163,144,127,0,96,60,
-0,32,99,56,7,0,128,60,68,136,132,56,0,0,164,128,0,0,163,144,
-32,0,128,78,78,131,6,72,150,132,6,72,154,132,6,72,158,132,6,72,
-162,132,6,72,54,134,6,72,58,134,6,72,62,134,6,72,66,134,6,72,
-110,134,6,72,162,134,6,72,166,134,6,72,170,134,6,72,174,134,6,72,
-230,66,109,124,230,66,140,124,230,66,173,124,0,40,3,124,240,255,130,64,
-32,0,128,78,230,66,141,124,230,66,108,124,230,66,173,124,0,40,4,124,
-240,255,130,64,32,0,128,78,166,2,8,125,120,27,103,124,201,255,255,75,
-20,56,228,124,148,1,195,124,189,255,255,75,16,56,132,124,17,49,99,124,
-244,255,128,64,166,3,8,125,32,0,128,78,0,128,128,60,1,0,132,96,
-166,251,155,124,0,128,96,60,166,251,122,124,32,0,128,78,0,0,128,60,
-0,0,132,96,166,251,155,124,0,0,96,60,166,251,122,124,32,0,128,78,
-140,7,0,124,32,0,128,78,0,0,96,56,128,0,128,56,166,3,137,124,
-140,27,0,124,32,0,99,56,248,255,0,66,32,0,128,78,0,0,96,56,
-128,0,128,56,166,3,137,124,172,24,0,124,32,0,99,56,248,255,0,66,
-32,0,128,78,120,27,102,124,166,0,96,124,2,0,128,60,0,128,132,96,
-120,32,100,124,36,1,128,124,172,4,0,124,166,234,179,124,120,51,165,124,
-166,235,179,124,44,1,0,76,36,1,96,124,32,0,128,78,166,2,8,124,
-120,11,43,124,232,255,33,148,193,136,0,72,166,3,104,124,33,0,128,78,
-24,0,97,57,8,137,0,72,4,0,131,144,0,0,64,57,8,0,67,145,
-16,0,163,144,28,0,67,145,32,0,67,145,166,0,32,125,94,4,32,85,
-36,1,0,124,100,136,13,129,0,0,8,44,85,77,224,60,69,84,231,56,
-0,0,227,144,60,0,130,65,40,0,104,129,40,0,104,144,36,0,107,144,
-40,0,99,145,36,0,3,145,104,136,77,129,0,128,44,113,1,0,74,57,
-104,136,77,145,166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,
-48,0,0,72,100,136,109,144,40,0,99,144,36,0,99,144,104,136,77,129,
-1,0,74,57,0,128,44,113,104,136,77,145,166,0,0,124,94,4,0,84,
-120,99,0,124,36,1,0,124,0,0,96,56,32,0,128,78,232,255,33,148,
-12,0,161,147,16,0,193,147,20,0,225,147,166,0,160,127,94,4,172,87,
-36,1,128,125,108,136,109,129,4,0,131,129,32,0,227,131,0,88,31,124,
-8,0,195,59,0,0,132,145,152,0,128,65,112,136,77,129,0,80,31,124,
-140,0,128,64,116,136,45,129,0,72,31,124,32,0,128,65,0,0,126,129,
-32,0,11,40,80,248,137,125,112,22,140,125,1,0,140,57,52,0,129,64,
-40,0,0,72,80,248,139,125,112,22,140,125,80,80,105,125,112,22,107,125,
-20,90,140,125,0,0,126,129,32,0,11,40,1,0,140,57,12,0,129,64,
-224,255,107,57,20,90,140,125,0,0,134,145,4,0,158,129,36,0,67,129,
-1,0,96,57,0,0,101,145,0,0,72,145,0,128,171,115,0,0,135,145,
-166,0,128,125,94,4,140,85,120,91,140,125,36,1,128,125,56,0,0,72,
-0,0,158,129,0,0,134,145,4,0,158,129,36,0,67,129,0,0,96,57,
-0,0,101,145,0,0,72,145,0,128,171,115,0,0,135,145,166,0,128,125,
-94,4,140,85,120,91,140,125,36,1,128,125,16,0,193,131,20,0,225,131,
-12,0,161,131,0,0,96,56,24,0,33,56,32,0,128,78,240,255,33,148,
-24,0,129,129,12,0,225,147,166,0,224,127,94,4,235,87,36,1,96,125,
-48,0,99,129,0,0,101,145,44,0,99,129,0,0,103,145,140,0,99,129,
-0,0,106,145,4,0,99,129,0,0,102,145,24,0,227,128,40,0,195,128,
-60,0,163,128,112,0,67,129,0,0,233,144,0,128,235,115,0,0,196,144,
-0,0,168,144,0,0,76,145,166,0,128,125,94,4,140,85,120,91,140,125,
-36,1,128,125,12,0,225,131,0,0,96,56,16,0,33,56,32,0,128,78,
-176,255,33,148,76,0,225,147,166,2,8,124,84,0,1,144,72,0,193,147,
-0,0,192,59,166,0,0,125,94,4,0,85,36,1,0,124,20,0,67,129,
-0,0,10,44,88,1,130,64,0,0,5,44,72,1,130,65,24,0,195,128,
-36,0,99,129,64,48,11,124,8,0,195,128,58,16,199,84,76,0,130,64,
-1,0,6,40,16,0,67,129,28,0,99,129,1,0,192,59,255,255,74,57,
-20,0,195,147,16,0,67,145,8,0,129,57,80,88,103,125,36,0,99,145,
-248,0,130,65,2,0,6,40,224,0,130,65,4,0,6,40,192,0,130,65,
-8,0,6,40,144,0,130,65,68,0,0,72,16,0,67,129,1,0,6,40,
-1,0,192,59,255,255,74,57,20,0,195,147,80,88,103,125,8,0,129,57,
-36,0,99,145,16,0,67,145,180,0,130,65,2,0,6,40,156,0,130,65,
-4,0,6,40,124,0,130,65,8,0,6,40,76,0,130,65,0,0,43,129,
-0,0,44,145,4,0,11,128,4,0,12,144,8,0,235,128,8,0,236,144,
-12,0,43,129,12,0,44,145,16,0,11,128,16,0,12,144,20,0,235,128,
-20,0,236,144,24,0,43,129,24,0,44,145,28,0,11,132,28,0,12,148,
-4,0,107,57,4,0,140,57,0,0,235,128,0,0,236,144,4,0,43,129,
-4,0,44,145,8,0,11,128,8,0,12,144,12,0,235,132,12,0,236,148,
-4,0,107,57,4,0,140,57,0,0,43,129,0,0,44,145,4,0,11,132,
-4,0,12,148,4,0,107,57,4,0,140,57,0,0,203,128,0,0,204,144,
-4,0,107,57,4,0,140,57,0,0,235,128,0,0,236,144,20,0,67,129,
-0,0,10,44,4,4,130,65,40,0,227,131,0,0,31,44,4,2,130,64,
-24,0,35,129,32,0,131,129,64,72,12,124,8,0,195,128,58,16,192,84,
-76,0,130,64,1,0,6,40,16,0,35,129,28,0,131,129,255,255,234,56,
-1,0,41,57,20,0,227,144,16,0,35,145,120,35,139,124,80,96,128,125,
-32,0,131,145,248,0,130,65,2,0,6,40,224,0,130,65,4,0,6,40,
-192,0,130,65,8,0,6,40,144,0,130,65,68,0,0,72,16,0,35,129,
-1,0,6,40,255,255,234,56,1,0,41,57,20,0,227,144,80,96,128,125,
-120,35,139,124,32,0,131,145,16,0,35,145,180,0,130,65,2,0,6,40,
-156,0,130,65,4,0,6,40,124,0,130,65,8,0,6,40,76,0,130,65,
-0,0,235,128,0,0,236,144,4,0,75,129,4,0,76,145,8,0,11,128,
-8,0,12,144,12,0,203,128,12,0,204,144,16,0,235,128,16,0,236,144,
-20,0,43,129,20,0,44,145,24,0,75,129,24,0,76,145,28,0,11,132,
-28,0,12,148,4,0,107,57,4,0,140,57,0,0,11,128,0,0,12,144,
-4,0,203,128,4,0,204,144,8,0,235,128,8,0,236,144,12,0,43,133,
-12,0,44,149,4,0,107,57,4,0,140,57,0,0,75,129,0,0,76,145,
-4,0,11,132,4,0,12,148,4,0,107,57,4,0,140,57,0,0,203,128,
-0,0,204,144,4,0,107,57,4,0,140,57,0,0,30,44,0,0,235,128,
-0,0,236,144,160,0,130,65,124,196,237,131,8,0,1,56,108,0,127,144,
-124,0,31,144,44,0,99,129,24,198,77,129,0,128,12,113,1,0,224,56,
-5,0,192,56,7,0,32,61,16,147,41,57,104,0,63,145,40,0,227,147,
-112,0,255,147,116,0,255,147,48,0,223,144,1,0,74,57,1,0,107,57,
-24,198,77,145,56,0,255,144,44,0,99,145,76,0,191,144,166,0,0,124,
-94,4,0,84,120,99,0,124,36,1,0,124,255,255,5,44,12,0,130,65,
-76,0,127,56,101,27,0,72,120,251,227,127,197,226,3,72,84,0,1,128,
-132,0,127,128,76,0,225,131,72,0,193,131,166,3,8,124,80,0,33,56,
-32,0,128,78,0,128,9,113,166,0,128,125,94,4,140,85,120,75,140,125,
-36,1,128,125,0,0,96,56,16,2,0,72,112,0,127,129,64,88,31,124,
-108,0,130,64,0,0,0,56,24,198,77,129,44,0,227,128,40,0,3,144,
-0,128,11,113,104,0,31,144,1,0,74,57,24,198,77,145,255,255,231,56,
-44,0,227,144,166,0,128,125,94,4,140,85,120,91,140,125,36,1,128,125,
-124,0,159,129,8,0,195,128,1,0,6,40,120,35,139,124,44,1,130,65,
-2,0,6,40,20,1,130,65,4,0,6,40,244,0,130,65,8,0,6,40,
-196,0,130,65,120,0,0,72,40,0,99,145,116,0,191,128,116,0,171,144,
-116,0,223,128,24,198,77,129,44,0,227,128,255,255,231,56,1,0,74,57,
-44,0,227,144,24,198,77,145,112,0,102,145,0,128,11,113,0,0,0,57,
-104,0,31,145,166,0,128,125,94,4,140,85,120,91,140,125,36,1,128,125,
-124,0,159,129,8,0,195,128,1,0,6,40,120,35,139,124,180,0,130,65,
-2,0,6,40,156,0,130,65,4,0,6,40,124,0,130,65,8,0,6,40,
-76,0,130,65,0,0,11,129,0,0,12,145,4,0,75,129,4,0,76,145,
-8,0,203,128,8,0,204,144,12,0,11,129,12,0,12,145,16,0,11,128,
-16,0,12,144,20,0,203,128,20,0,204,144,24,0,11,129,24,0,12,145,
-28,0,75,133,28,0,76,149,4,0,107,57,4,0,140,57,0,0,171,128,
-0,0,172,144,4,0,203,128,4,0,204,144,8,0,11,129,8,0,12,145,
-12,0,75,133,12,0,76,149,4,0,107,57,4,0,140,57,0,0,171,128,
-0,0,172,144,4,0,75,133,4,0,76,149,4,0,107,57,4,0,140,57,
-0,0,203,128,0,0,204,144,4,0,107,57,4,0,140,57,100,0,63,129,
-0,0,9,44,0,0,11,128,0,0,12,144,40,0,130,65,76,0,127,56,
-41,20,0,72,0,0,192,56,132,0,223,144,120,251,227,127,249,222,3,72,
-0,0,3,44,40,0,130,65,32,0,0,72,0,0,160,56,76,0,191,144,
-132,0,191,144,120,251,227,127,217,222,3,72,0,0,3,44,8,0,130,65,
-117,35,0,72,76,0,225,131,84,0,1,128,72,0,193,131,0,0,96,56,
-166,3,8,124,80,0,33,56,32,0,128,78,0,128,8,113,166,0,32,125,
-94,4,41,85,120,67,41,125,36,1,32,125,11,0,96,56,84,0,1,128,
-76,0,225,131,72,0,193,131,166,3,8,124,80,0,33,56,32,0,128,78,
-58,0,224,84,24,0,3,144,3,0,165,56,58,0,171,84,20,2,166,124,
-120,51,201,124,4,0,75,57,120,83,72,125,20,66,9,124,0,40,0,124,
-4,0,131,144,0,0,128,57,32,0,131,145,36,0,131,145,28,0,99,145,
-20,0,195,144,28,0,129,65,0,0,9,144,120,3,9,124,20,66,9,124,
-0,40,0,124,1,0,140,57,236,255,129,64,0,0,12,44,8,0,131,145,
-12,0,131,145,0,0,224,56,80,72,42,125,0,0,233,144,8,0,130,65,
-120,51,199,124,16,0,227,144,166,0,192,124,94,4,192,84,36,1,0,124,
-128,136,45,129,0,0,9,44,76,66,0,61,67,79,8,57,0,0,3,145,
-60,0,130,65,44,0,233,128,44,0,105,144,40,0,103,144,44,0,227,144,
-40,0,35,145,132,136,109,129,0,128,192,112,1,0,107,57,132,136,109,145,
-166,0,160,124,94,4,165,84,120,3,165,124,36,1,160,124,48,0,0,72,
-128,136,109,144,44,0,99,144,40,0,99,144,132,136,109,129,1,0,107,57,
-0,128,192,112,132,136,109,145,166,0,160,124,94,4,165,84,120,3,165,124,
-36,1,160,124,0,0,96,56,32,0,128,78,4,0,131,144,0,0,32,57,
-8,0,35,145,16,0,35,145,20,0,35,145,12,0,35,145,166,0,0,125,
-94,4,0,85,36,1,0,124,240,134,237,128,0,0,7,44,86,68,128,61,
-78,68,140,57,0,0,131,145,60,0,130,65,28,0,71,129,28,0,103,144,
-24,0,106,144,28,0,67,145,24,0,227,144,244,134,45,129,0,128,11,113,
-1,0,41,57,244,134,45,145,166,0,0,124,94,4,0,84,120,91,0,124,
-36,1,0,124,48,0,0,72,240,134,109,144,28,0,99,144,24,0,99,144,
-244,134,45,129,1,0,41,57,0,128,11,113,244,134,45,145,166,0,0,124,
-94,4,0,84,120,91,0,124,36,1,0,124,0,0,96,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-108,0,95,129,166,0,224,124,94,4,236,84,36,1,128,125,104,0,31,128,
-0,0,0,44,56,1,130,65,0,0,10,44,48,1,130,65,0,0,10,129,
-85,81,96,61,85,69,107,57,64,88,8,124,28,1,130,64,112,0,63,129,
-64,72,31,124,0,0,0,56,104,0,31,144,40,0,130,64,0,0,32,57,
-40,0,42,145,48,0,63,129,5,0,9,44,44,0,10,129,255,255,8,57,
-44,0,10,145,144,0,130,64,48,0,0,72,40,0,42,145,116,0,31,128,
-116,0,9,144,116,0,159,129,112,0,44,145,48,0,63,129,5,0,9,44,
-44,0,10,129,255,255,8,57,44,0,10,145,96,0,130,64,16,0,74,129,
-0,0,10,44,10,0,0,56,8,0,130,65,11,0,0,56,24,198,109,129,
-1,0,107,57,132,0,31,144,0,128,236,112,24,198,109,145,166,0,0,124,
-94,4,0,84,120,99,0,124,36,1,0,124,120,251,227,127,217,219,3,72,
-0,0,3,44,44,0,130,65,117,32,0,72,100,0,31,128,0,0,0,44,
-68,0,130,65,36,0,0,72,0,128,233,112,166,0,64,125,94,4,74,85,
-120,75,74,125,36,1,64,125,100,0,31,128,0,0,0,44,32,0,130,65,
-76,0,127,56,181,16,0,72,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,0,0,128,57,76,0,159,145,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,0,128,232,112,
-166,0,64,125,94,4,74,85,120,67,74,125,36,1,64,125,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,
-12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,
-166,0,192,127,94,4,201,87,36,1,32,125,16,0,67,129,0,0,10,44,
-80,3,130,65,8,0,3,128,1,0,0,40,32,0,195,128,120,51,221,124,
-180,0,130,65,2,0,0,40,156,0,130,65,4,0,0,40,124,0,130,65,
-8,0,0,40,76,0,130,65,0,0,125,129,0,0,100,145,4,0,189,128,
-4,0,164,144,8,0,253,128,8,0,228,144,12,0,125,129,12,0,100,145,
-16,0,253,128,16,0,228,144,20,0,125,129,20,0,100,145,24,0,157,129,
-24,0,132,145,28,0,189,132,28,0,164,148,4,0,189,59,4,0,132,56,
-0,0,253,128,0,0,228,144,4,0,29,129,4,0,4,145,8,0,61,129,
-8,0,36,145,12,0,93,133,12,0,68,149,4,0,189,59,4,0,132,56,
-0,0,125,129,0,0,100,145,4,0,157,133,4,0,132,149,4,0,189,59,
-4,0,132,56,0,0,189,128,0,0,164,144,4,0,189,59,4,0,132,56,
-28,0,35,129,58,16,8,84,20,66,198,124,0,72,6,124,0,0,253,128,
-0,0,228,144,32,0,195,144,12,0,128,65,24,0,67,129,32,0,67,145,
-40,0,227,131,0,0,31,44,0,0,0,56,56,0,130,64,20,0,99,129,
-16,0,131,129,0,128,202,115,255,255,140,57,16,0,131,145,1,0,107,57,
-20,0,99,145,166,0,128,125,94,4,140,85,120,83,140,125,36,1,128,125,
-0,0,96,56,76,3,0,72,24,198,13,129,0,128,192,115,166,0,160,124,
-94,4,165,84,120,3,165,124,36,1,160,124,166,0,192,127,94,4,192,87,
-36,1,0,124,8,0,3,128,1,0,0,40,124,0,191,131,36,0,131,129,
-120,99,132,125,180,0,130,65,2,0,0,40,156,0,130,65,4,0,0,40,
-124,0,130,65,8,0,0,40,76,0,130,65,0,0,253,128,0,0,228,144,
-4,0,61,129,4,0,36,145,8,0,93,129,8,0,68,145,12,0,125,129,
-12,0,100,145,16,0,189,128,16,0,164,144,20,0,221,128,20,0,196,144,
-24,0,253,128,24,0,228,144,28,0,61,133,28,0,36,149,4,0,189,59,
-4,0,132,56,0,0,93,129,0,0,68,145,4,0,125,129,4,0,100,145,
-8,0,189,128,8,0,164,144,12,0,221,132,12,0,196,148,4,0,189,59,
-4,0,132,56,0,0,253,128,0,0,228,144,4,0,61,133,4,0,36,149,
-4,0,189,59,4,0,132,56,0,0,93,129,0,0,68,145,4,0,189,59,
-4,0,132,56,28,0,195,128,58,16,5,84,20,42,140,125,0,48,12,124,
-0,0,125,129,0,0,100,145,36,0,131,145,12,0,128,65,24,0,227,128,
-36,0,227,144,112,0,95,129,64,80,31,124,76,0,130,64,44,0,131,129,
-0,0,32,57,1,0,200,56,0,0,0,56,255,255,140,57,40,0,35,145,
-0,128,201,115,44,0,131,145,104,0,31,144,24,198,205,144,166,0,96,125,
-94,4,107,85,120,75,107,125,36,1,96,125,100,0,191,128,0,0,5,44,
-124,0,130,65,84,0,0,72,40,0,67,145,116,0,31,128,116,0,10,144,
-116,0,127,129,44,0,131,129,1,0,200,56,0,128,201,115,255,255,140,57,
-0,0,0,56,44,0,131,145,112,0,75,145,104,0,31,144,24,198,205,144,
-166,0,96,125,94,4,107,85,120,75,107,125,36,1,96,125,100,0,191,128,
-0,0,5,44,40,0,130,65,76,0,127,56,61,13,0,72,0,0,0,56,
-132,0,31,144,120,251,227,127,13,216,3,72,0,0,3,44,40,0,130,65,
-32,0,0,72,0,0,128,57,76,0,159,145,132,0,159,145,120,251,227,127,
-237,215,3,72,0,0,3,44,8,0,130,65,137,28,0,72,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,0,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,0,0,5,44,16,1,130,65,124,196,237,131,
-108,0,127,144,124,0,159,144,40,0,227,128,0,0,7,44,7,0,192,60,
-16,147,198,56,104,0,223,144,104,0,130,65,112,0,255,144,116,0,7,129,
-116,0,31,145,116,0,39,129,24,198,205,128,44,0,67,129,1,0,74,57,
-44,0,67,145,1,0,198,56,0,128,200,115,1,0,0,56,76,0,191,144,
-24,198,205,144,56,0,31,144,112,0,233,147,5,0,128,57,116,0,231,147,
-48,0,159,145,166,0,32,125,94,4,41,85,120,67,41,125,36,1,32,125,
-255,255,5,44,100,0,130,65,88,0,0,72,24,198,205,128,44,0,67,129,
-40,0,227,147,112,0,255,147,116,0,255,147,1,0,198,56,1,0,74,57,
-5,0,128,57,1,0,0,56,0,128,200,115,48,0,159,145,56,0,31,144,
-24,198,205,144,44,0,67,145,76,0,191,144,166,0,32,125,94,4,41,85,
-120,67,41,125,36,1,32,125,255,255,5,44,12,0,130,65,76,0,127,56,
-85,17,0,72,120,251,227,127,181,216,3,72,132,0,127,128,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,0,128,202,115,166,0,128,125,94,4,140,85,120,83,140,125,
-36,1,128,125,10,0,96,56,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,
-166,0,224,127,94,4,224,87,36,1,0,124,20,0,195,128,0,0,6,44,
-36,3,130,65,40,0,99,129,0,0,11,44,32,1,130,64,8,0,163,128,
-1,0,5,40,16,0,131,129,36,0,195,131,255,255,70,57,1,0,140,57,
-20,0,67,145,16,0,131,145,120,243,221,127,180,0,130,65,2,0,5,40,
-156,0,130,65,4,0,5,40,124,0,130,65,8,0,5,40,76,0,130,65,
-0,0,68,129,0,0,93,145,4,0,196,128,4,0,221,144,8,0,68,129,
-8,0,93,145,12,0,100,129,12,0,125,145,16,0,132,129,16,0,157,145,
-20,0,4,128,20,0,29,144,24,0,196,128,24,0,221,144,28,0,228,132,
-28,0,253,148,4,0,132,56,4,0,189,59,0,0,4,129,0,0,29,145,
-4,0,36,129,4,0,61,145,8,0,68,129,8,0,93,145,12,0,100,133,
-12,0,125,149,4,0,132,56,4,0,189,59,0,0,132,129,0,0,157,145,
-4,0,4,132,4,0,29,148,4,0,132,56,4,0,189,59,0,0,132,129,
-0,0,157,145,4,0,132,56,4,0,189,59,28,0,227,128,58,16,166,84,
-20,50,222,127,0,56,30,124,0,0,4,128,0,0,29,144,36,0,195,147,
-12,0,128,65,24,0,3,129,36,0,3,145,0,0,96,56,0,128,232,115,
-166,0,32,125,94,4,41,85,120,67,41,125,36,1,32,125,40,3,0,72,
-120,91,126,125,112,0,158,129,64,96,30,124,108,0,130,64,44,0,131,129,
-24,198,205,128,0,0,32,57,40,0,35,145,0,128,231,115,255,255,140,57,
-1,0,198,56,44,0,131,145,120,75,32,125,104,0,30,144,24,198,205,144,
-166,0,0,125,94,4,8,85,120,59,8,125,36,1,0,125,8,0,35,129,
-1,0,9,40,124,0,190,131,40,1,130,65,2,0,9,40,16,1,130,65,
-4,0,9,40,240,0,130,65,8,0,9,40,192,0,130,65,116,0,0,72,
-40,0,131,145,116,0,94,129,116,0,76,145,116,0,126,129,112,0,139,145,
-44,0,131,129,24,198,205,128,1,0,198,56,0,0,0,56,0,128,231,115,
-24,198,205,144,104,0,30,144,255,255,140,57,44,0,131,145,166,0,0,125,
-94,4,8,85,120,59,8,125,36,1,0,125,8,0,35,129,1,0,9,40,
-124,0,190,131,180,0,130,65,2,0,9,40,156,0,130,65,4,0,9,40,
-124,0,130,65,8,0,9,40,76,0,130,65,0,0,68,129,0,0,93,145,
-4,0,100,129,4,0,125,145,8,0,132,129,8,0,157,145,12,0,4,128,
-12,0,29,144,16,0,196,128,16,0,221,144,20,0,228,128,20,0,253,144,
-24,0,4,129,24,0,29,145,28,0,36,133,28,0,61,149,4,0,132,56,
-4,0,189,59,0,0,68,129,0,0,93,145,4,0,100,129,4,0,125,145,
-8,0,132,129,8,0,157,145,12,0,4,132,12,0,29,148,4,0,132,56,
-4,0,189,59,0,0,4,128,0,0,29,144,4,0,228,132,4,0,253,148,
-4,0,132,56,4,0,189,59,0,0,4,129,0,0,29,145,4,0,132,56,
-4,0,189,59,100,0,30,128,0,0,0,44,0,0,36,129,0,0,61,145,
-40,0,130,65,76,0,126,56,165,8,0,72,0,0,32,57,132,0,62,145,
-120,243,195,127,117,211,3,72,0,0,3,44,40,0,130,65,32,0,0,72,
-0,0,224,56,76,0,254,144,132,0,254,144,120,243,195,127,85,211,3,72,
-0,0,3,44,8,0,130,65,241,23,0,72,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,0,0,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,0,0,5,44,16,1,130,65,124,196,205,131,108,0,126,144,
-124,0,158,144,40,0,99,129,0,0,11,44,7,0,0,60,16,147,0,48,
-104,0,30,144,104,0,130,65,24,198,141,129,112,0,126,145,116,0,203,128,
-116,0,222,144,116,0,235,128,44,0,3,129,1,0,8,57,5,0,32,57,
-44,0,3,145,1,0,140,57,0,128,224,115,48,0,62,145,76,0,190,144,
-24,198,141,145,112,0,199,147,116,0,203,147,1,0,96,57,56,0,126,145,
-166,0,224,124,94,4,231,84,120,3,231,124,36,1,224,124,255,255,5,44,
-100,0,130,65,88,0,0,72,24,198,141,129,44,0,3,129,40,0,195,147,
-112,0,222,147,116,0,222,147,5,0,32,57,48,0,62,145,1,0,140,57,
-1,0,8,57,1,0,96,57,0,128,224,115,56,0,126,145,24,198,141,145,
-44,0,3,145,76,0,190,144,166,0,224,124,94,4,231,84,120,3,231,124,
-36,1,224,124,255,255,5,44,12,0,130,65,76,0,126,56,189,12,0,72,
-120,243,195,127,29,212,3,72,28,0,1,128,20,0,225,131,132,0,126,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-11,0,96,56,0,128,232,115,166,0,32,125,94,4,41,85,120,67,41,125,
-36,1,32,125,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,8,0,129,147,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,
-120,27,125,124,166,0,224,124,94,4,232,84,36,1,0,125,124,136,141,129,
-48,0,125,129,64,88,29,124,0,0,64,57,255,255,140,57,0,0,93,145,
-124,136,141,145,16,0,130,64,0,0,0,56,120,136,13,144,40,0,0,72,
-52,0,29,128,52,0,11,144,52,0,61,129,120,136,77,129,64,232,10,124,
-48,0,105,145,12,0,130,64,48,0,29,128,120,136,13,144,24,198,141,129,
-1,0,140,57,0,128,224,112,24,198,141,145,166,0,224,124,94,4,231,84,
-120,3,231,124,36,1,224,124,40,0,157,131,44,0,157,129,0,0,192,59,
-1,0,224,59,166,0,224,124,94,4,224,84,36,1,0,124,0,128,231,112,
-0,0,12,44,104,0,130,65,24,198,13,129,1,0,8,57,104,0,220,147,
-24,198,13,145,166,0,32,125,94,4,41,85,120,59,41,125,36,1,32,125,
-76,0,124,56,21,6,0,72,0,0,0,56,76,0,28,144,132,0,252,147,
-112,0,156,131,116,0,124,128,221,208,3,72,44,0,157,129,255,255,140,57,
-44,0,157,145,166,0,224,124,94,4,224,84,36,1,0,124,0,128,231,112,
-0,0,12,44,160,255,130,64,24,198,109,129,255,255,107,57,24,198,109,145,
-166,0,96,125,94,4,107,85,120,59,107,125,36,1,96,125,124,196,141,129,
-128,196,13,129,64,64,12,124,8,0,130,65,49,21,0,72,20,0,225,131,
-16,0,193,131,12,0,161,131,28,0,1,128,8,0,129,131,0,0,96,56,
-166,3,8,124,24,0,33,56,32,0,128,78,1,0,5,44,8,0,163,144,
-0,0,128,57,4,0,131,144,40,0,131,145,44,0,131,145,88,0,130,64,
-24,0,195,144,190,240,236,84,58,16,136,85,20,66,102,125,28,0,99,145,
-32,0,195,144,36,0,195,144,0,0,0,56,16,0,3,144,20,0,131,145,
-12,0,131,145,166,0,224,124,94,4,232,84,36,1,0,125,120,136,45,129,
-0,0,9,44,85,81,0,60,85,69,0,96,0,0,3,144,164,1,130,65,
-104,1,0,72,2,0,5,44,88,0,130,64,24,0,195,144,254,232,236,84,
-56,24,136,85,20,66,102,125,28,0,99,145,32,0,195,144,36,0,195,144,
-0,0,0,56,16,0,3,144,20,0,131,145,12,0,131,145,166,0,224,124,
-94,4,232,84,36,1,0,125,120,136,45,129,0,0,9,44,85,81,0,60,
-85,69,0,96,0,0,3,144,72,1,130,65,12,1,0,72,4,0,5,44,
-88,0,130,64,24,0,195,144,62,225,236,84,54,32,136,85,20,66,102,125,
-28,0,99,145,32,0,195,144,36,0,195,144,0,0,0,56,16,0,3,144,
-20,0,131,145,12,0,131,145,166,0,224,124,94,4,232,84,36,1,0,125,
-120,136,45,129,0,0,9,44,85,81,0,60,85,69,0,96,0,0,3,144,
-236,0,130,65,176,0,0,72,8,0,5,44,88,0,130,64,24,0,195,144,
-126,217,236,84,52,40,136,85,20,66,102,125,28,0,99,145,32,0,195,144,
-36,0,195,144,0,0,0,56,16,0,3,144,20,0,131,145,12,0,131,145,
-166,0,224,124,94,4,232,84,36,1,0,125,120,136,45,129,0,0,9,44,
-85,81,0,60,85,69,0,96,0,0,3,144,144,0,130,65,84,0,0,72,
-24,0,195,144,190,209,236,84,50,48,136,85,20,66,102,125,28,0,99,145,
-32,0,195,144,36,0,195,144,0,0,0,56,16,0,3,144,20,0,131,145,
-12,0,131,145,166,0,224,124,94,4,232,84,36,1,0,125,120,136,45,129,
-0,0,9,44,85,81,0,60,85,69,0,96,0,0,3,144,60,0,130,65,
-52,0,73,129,52,0,105,144,48,0,106,144,52,0,67,145,48,0,35,145,
-124,136,77,129,0,128,235,112,1,0,74,57,124,136,77,145,166,0,128,125,
-94,4,140,85,120,91,140,125,36,1,128,125,48,0,0,72,120,136,109,144,
-52,0,99,144,48,0,99,144,124,136,77,129,1,0,74,57,0,128,235,112,
-124,136,77,145,166,0,128,125,94,4,140,85,120,91,140,125,36,1,128,125,
-0,0,96,56,32,0,128,78,4,0,131,144,8,0,163,144,0,0,96,57,
-12,0,99,145,16,0,99,145,166,0,64,125,94,4,64,85,36,1,0,124,
-136,136,45,129,0,0,9,44,69,83,0,61,65,77,8,57,0,0,3,145,
-60,0,130,65,24,0,137,129,24,0,105,144,20,0,108,144,24,0,131,145,
-20,0,35,145,140,136,45,129,0,128,75,113,1,0,41,57,140,136,45,145,
-166,0,0,124,94,4,0,84,120,91,0,124,36,1,0,124,48,0,0,72,
-136,136,109,144,24,0,99,144,20,0,99,144,140,136,45,129,1,0,41,57,
-0,128,75,113,140,136,45,145,166,0,0,124,94,4,0,84,120,91,0,124,
-36,1,0,124,0,0,96,56,32,0,128,78,166,0,128,125,94,4,128,85,
-36,1,0,124,248,191,109,144,0,128,128,113,166,0,96,125,94,4,107,85,
-120,3,107,125,36,1,96,125,32,0,128,78,166,0,0,125,94,4,9,85,
-36,1,32,125,32,0,99,129,0,0,11,44,12,0,130,64,8,0,131,144,
-12,0,163,144,0,128,12,113,166,0,0,124,94,4,0,84,120,99,0,124,
-36,1,0,124,0,0,96,56,32,0,128,78,8,0,3,57,166,0,224,124,
-94,4,233,84,36,1,32,125,32,0,67,129,108,136,13,128,0,0,10,124,
-112,0,128,65,112,136,141,129,0,96,10,124,100,0,128,64,116,136,109,129,
-0,88,10,124,32,0,128,65,0,0,136,129,32,0,12,40,80,80,11,124,
-112,22,9,124,1,0,41,57,60,0,129,64,40,0,0,72,80,80,32,125,
-80,96,11,124,0,0,136,129,32,0,12,40,112,22,41,125,112,22,0,124,
-20,2,41,125,1,0,41,57,20,0,129,64,224,255,140,57,20,74,44,125,
-0,0,40,145,8,0,0,72,0,0,40,145,0,0,10,44,92,0,130,65,
-16,0,40,129,64,72,8,124,28,0,130,64,0,0,42,129,64,64,9,124,
-60,0,130,64,0,0,32,57,0,0,42,145,48,0,0,72,20,0,8,128,
-20,0,9,144,20,0,136,129,16,0,44,145,0,0,10,128,64,64,0,124,
-20,0,130,64,16,0,40,129,24,0,73,145,24,0,72,129,0,0,42,145,
-0,0,32,57,24,0,40,145,0,128,233,112,166,0,0,124,94,4,0,84,
-120,75,0,124,36,1,0,124,0,0,96,56,32,0,128,78,166,2,8,124,
-4,0,1,144,248,255,33,148,32,0,131,129,0,0,12,44,16,0,130,64,
-8,0,3,128,0,0,0,44,24,0,130,64,12,0,1,128,8,0,33,56,
-166,3,8,124,23,0,96,56,32,0,128,78,8,0,99,56,85,6,0,72,
-12,0,1,128,8,0,33,56,166,3,8,124,0,0,96,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,4,0,131,144,8,0,227,144,
-16,0,163,144,20,0,195,144,12,0,3,145,0,0,0,57,32,0,3,145,
-166,0,64,125,94,4,64,85,36,1,0,124,144,136,141,129,0,0,12,44,
-84,65,0,60,77,73,0,96,0,0,3,144,68,0,130,65,40,0,108,129,
-40,0,108,144,36,0,107,144,40,0,99,145,36,0,131,145,148,136,13,129,
-0,128,74,113,1,0,8,57,148,136,13,145,166,0,96,125,94,4,107,85,
-120,83,107,125,36,1,96,125,0,0,9,44,68,0,130,65,56,0,0,72,
-144,136,109,144,40,0,99,144,36,0,99,144,148,136,13,129,1,0,8,57,
-0,128,74,113,148,136,13,145,166,0,96,125,94,4,107,85,120,83,107,125,
-36,1,96,125,0,0,9,44,12,0,130,65,8,0,99,56,121,5,0,72,
-12,0,1,128,8,0,33,56,166,3,8,124,0,0,96,56,32,0,128,78,
-166,0,224,124,94,4,235,84,36,1,96,125,24,0,35,129,0,0,9,44,
-92,0,130,65,16,0,67,129,64,80,3,124,28,0,130,64,0,0,137,129,
-64,24,12,124,60,0,130,64,0,0,0,57,0,0,9,145,48,0,0,72,
-20,0,3,128,20,0,10,144,20,0,163,128,16,0,69,145,0,0,201,128,
-64,24,6,124,20,0,130,64,16,0,3,129,24,0,40,145,24,0,35,129,
-0,0,9,145,0,0,0,56,24,0,3,144,0,128,229,112,166,0,224,124,
-94,4,231,84,120,43,231,124,36,1,224,124,0,0,96,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-76,0,127,56,93,255,255,75,166,0,0,124,94,4,8,84,36,1,0,125,
-48,0,31,129,1,0,8,44,132,0,130,65,2,0,8,44,124,0,130,65,
-0,128,0,112,0,0,8,44,1,0,64,57,2,0,32,57,48,0,63,145,
-56,0,95,145,44,0,130,64,24,198,109,129,1,0,107,57,24,198,109,145,
-166,0,128,125,94,4,140,85,120,3,140,125,36,1,128,125,120,251,227,127,
-197,203,3,72,76,0,0,72,104,0,159,129,166,0,224,124,94,4,231,84,
-120,3,231,124,36,1,224,124,0,0,12,44,16,0,130,65,120,251,227,127,
-166,3,137,125,33,4,128,78,0,0,32,57,56,0,63,145,24,0,0,72,
-0,128,0,112,166,0,192,124,94,4,198,84,120,3,198,124,36,1,192,124,
-20,0,1,128,12,0,225,131,0,0,96,56,16,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-166,0,224,127,94,4,234,87,36,1,64,125,44,0,195,128,0,0,197,144,
-48,0,227,128,0,0,7,44,48,0,130,65,44,0,131,144,60,0,131,144,
-1,0,32,57,48,32,40,125,64,0,3,145,0,128,235,115,166,0,0,124,
-94,4,0,84,120,91,0,124,36,1,0,124,204,1,0,72,32,0,227,128,
-64,24,7,124,44,0,3,128,58,16,12,84,84,0,130,65,152,197,109,57,
-46,96,203,124,64,24,6,124,24,0,130,64,64,0,3,129,144,196,45,129,
-46,97,235,124,120,64,41,125,144,196,45,145,1,0,160,56,48,32,160,124,
-128,196,45,129,64,72,3,124,36,0,67,129,36,0,71,145,36,0,131,129,
-32,0,236,144,64,0,3,144,24,1,130,64,248,0,0,72,140,196,13,128,
-144,196,13,129,64,0,227,128,1,0,64,57,152,197,109,57,0,0,192,56,
-120,56,8,125,46,89,204,124,120,56,12,124,140,196,141,145,144,196,13,145,
-63,6,128,85,48,32,73,125,64,0,35,145,36,0,130,65,128,196,45,129,
-64,72,3,124,62,6,133,85,152,196,205,56,174,40,230,124,148,196,237,144,
-188,0,130,64,156,0,0,72,47,4,128,85,40,0,130,65,62,198,137,85,
-152,196,77,57,174,72,138,125,8,0,12,56,128,196,45,129,64,72,3,124,
-148,196,13,144,144,0,130,64,112,0,0,72,31,2,133,85,40,0,130,65,
-62,134,134,85,152,196,237,56,174,48,39,125,16,0,9,57,128,196,45,129,
-64,72,3,124,148,196,13,145,100,0,130,64,68,0,0,72,15,0,138,85,
-40,0,130,65,128,196,45,129,64,72,3,124,62,70,140,85,152,196,173,56,
-174,96,229,124,24,0,199,56,148,196,205,144,56,0,130,64,24,0,0,72,
-128,196,45,129,64,72,3,124,32,0,0,57,148,196,13,145,32,0,130,64,
-148,196,45,129,32,0,9,44,0,0,160,56,12,0,130,65,58,16,42,85,
-46,88,170,124,128,196,173,144,24,198,141,129,44,0,131,144,1,0,140,57,
-3,0,0,56,0,128,230,115,60,0,131,144,48,0,3,144,24,198,141,145,
-166,0,0,125,94,4,8,85,120,51,8,125,36,1,0,125,117,199,3,72,
-124,196,77,129,128,196,141,129,64,96,10,124,20,0,130,65,220,129,173,128,
-0,0,5,44,8,0,130,64,253,11,0,72,20,0,1,128,12,0,225,131,
-0,0,96,56,16,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,
-12,0,161,147,20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,
-120,27,126,124,48,0,126,129,1,0,11,44,0,0,224,59,12,0,130,65,
-2,0,11,44,144,0,130,64,166,0,160,127,94,4,160,87,36,1,0,124,
-44,138,2,128,0,0,0,44,12,0,130,65,136,0,126,56,21,87,249,75,
-140,0,62,129,64,72,30,124,0,0,64,57,0,0,94,145,16,0,130,64,
-0,0,0,56,132,196,13,144,40,0,0,72,144,0,30,128,144,0,9,144,
-144,0,158,129,132,196,77,129,64,240,10,124,140,0,44,145,12,0,130,64,
-140,0,30,128,132,196,13,144,136,196,141,129,255,255,140,57,0,128,170,115,
-136,196,141,145,166,0,0,124,94,4,0,84,120,83,0,124,36,1,0,124,
-120,251,227,127,8,0,0,72,17,0,96,56,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,124,196,13,129,0,0,8,44,
-32,0,130,65,43,0,96,61,216,37,107,57,64,88,8,124,16,0,130,65,
-220,129,141,129,0,0,12,44,24,0,130,65,12,0,1,128,8,0,33,56,
-166,3,8,124,19,0,96,56,32,0,128,78,0,0,3,44,24,0,130,64,
-12,0,1,128,8,0,33,56,166,3,8,124,0,0,96,56,32,0,128,78,
-166,0,64,125,94,4,64,85,36,1,0,124,24,198,141,129,124,196,13,129,
-1,0,32,57,1,0,140,57,0,128,64,113,56,0,40,145,0,0,96,57,
-132,0,104,145,4,0,96,57,48,0,104,145,24,198,141,145,166,0,32,125,
-94,4,41,85,120,3,41,125,36,1,32,125,76,0,104,144,76,0,104,56,
-37,0,0,72,124,196,109,128,133,199,3,72,124,196,77,129,132,0,106,128,
-12,0,1,128,166,3,8,124,8,0,33,56,32,0,128,78,166,0,128,125,
-94,4,136,85,36,1,0,125,0,0,67,129,0,0,10,44,156,0,130,65,
-24,0,35,129,0,0,9,44,144,0,130,64,32,0,10,40,31,0,32,57,
-8,0,129,65,255,255,42,57,116,136,109,129,112,136,205,128,58,16,42,85,
-20,82,75,125,0,48,10,124,20,0,128,65,108,136,237,128,80,80,6,124,
-58,0,6,84,20,50,71,125,0,0,10,128,0,0,0,44,60,0,130,65,
-16,0,3,144,0,0,10,129,20,0,104,129,20,0,99,145,16,0,107,144,
-0,0,42,129,24,0,67,145,0,128,139,113,20,0,105,144,166,0,0,124,
-94,4,0,84,120,91,0,124,36,1,0,124,40,0,0,72,24,0,67,145,
-16,0,99,144,20,0,99,144,0,0,106,144,0,128,139,113,166,0,0,124,
-94,4,0,84,120,91,0,124,36,1,0,124,0,0,96,56,32,0,128,78,
-208,255,33,148,44,0,225,147,56,0,225,131,40,0,193,147,60,0,193,131,
-166,2,8,124,52,0,1,144,16,0,1,147,120,51,216,124,8,0,193,146,
-28,0,97,147,12,0,225,146,20,0,33,147,24,0,65,147,32,0,129,147,
-36,0,161,147,120,35,150,124,120,67,27,125,120,43,183,124,120,59,249,124,
-120,27,122,124,120,75,60,125,120,83,93,125,120,203,35,127,120,219,101,127,
-239,0,128,56,229,214,249,75,120,211,67,127,0,0,128,56,152,0,160,56,
-213,214,249,75,40,0,218,146,7,0,128,60,220,173,132,56,68,0,250,146,
-72,0,26,147,12,0,58,147,20,0,122,147,255,255,91,57,20,82,185,124,
-16,0,186,144,255,6,137,87,44,0,58,145,255,6,166,87,60,0,218,144,
-24,0,250,147,28,0,250,147,88,0,90,147,120,211,67,127,7,0,0,60,
-244,191,0,48,84,0,26,144,3,0,0,56,48,0,26,144,1,0,0,56,
-48,72,0,124,64,0,26,144,217,9,0,72,166,0,224,127,94,4,224,87,
-36,1,0,124,72,84,0,60,68,82,0,96,132,196,13,129,0,0,8,44,
-0,0,26,144,52,0,130,65,144,0,136,129,144,0,72,147,140,0,76,147,
-144,0,154,145,140,0,26,145,136,196,141,129,24,198,173,128,1,0,165,56,
-24,198,173,144,1,0,140,57,136,196,141,145,40,0,0,72,132,196,77,147,
-144,0,90,147,140,0,90,147,136,196,141,129,24,198,173,128,1,0,165,56,
-24,198,173,144,1,0,140,57,136,196,141,145,48,138,194,128,0,0,6,44,
-12,0,130,65,136,0,122,56,113,83,249,75,0,128,231,115,166,0,0,125,
-94,4,8,85,120,59,8,125,36,1,0,125,0,0,30,44,28,0,130,65,
-120,211,67,127,33,195,3,72,0,0,3,44,56,0,130,65,189,7,0,72,
-48,0,0,72,166,0,224,127,94,4,233,87,36,1,32,125,24,198,77,129,
-255,255,74,57,0,128,235,115,24,198,77,145,166,0,128,125,94,4,140,85,
-120,91,140,125,36,1,128,125,20,0,33,131,36,0,161,131,40,0,193,131,
-24,0,65,131,16,0,1,131,32,0,129,131,44,0,225,131,28,0,97,131,
-12,0,225,130,52,0,1,128,8,0,193,130,0,0,96,56,166,3,8,124,
-48,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-166,0,0,124,94,4,7,84,36,1,224,124,48,0,35,129,0,128,6,112,
-3,0,9,44,56,0,130,64,24,198,77,129,1,0,74,57,24,198,77,145,
-166,0,96,125,94,4,107,85,120,51,107,125,36,1,96,125,97,194,3,72,
-0,0,3,44,8,0,130,65,253,6,0,72,0,0,96,56,68,0,0,72,
-52,0,131,129,0,0,12,44,36,0,130,65,0,0,0,56,52,0,3,144,
-166,0,128,125,94,4,140,85,120,51,140,125,36,1,128,125,25,0,96,56,
-24,0,0,72,166,0,0,125,94,4,8,85,120,51,8,125,36,1,0,125,
-18,0,96,56,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,124,196,141,129,68,0,76,129,
-72,0,108,128,166,3,73,125,33,4,128,78,166,0,64,125,94,4,75,85,
-36,1,96,125,24,198,45,129,124,196,109,128,1,0,41,57,0,128,75,113,
-1,0,128,57,48,0,131,145,56,0,131,145,24,198,45,145,166,0,0,124,
-94,4,0,84,120,91,0,124,36,1,0,124,133,195,3,72,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,32,0,64,57,148,196,77,145,153,196,141,57,0,0,96,57,
-124,196,109,145,128,196,109,145,140,196,109,145,144,196,109,145,152,196,109,153,
-1,0,96,57,255,0,0,57,120,91,106,125,255,7,64,85,0,0,32,57,
-24,0,130,64,126,248,74,85,255,7,64,85,1,0,41,57,62,6,41,85,
-240,255,130,65,0,0,44,153,255,255,8,53,1,0,140,57,1,0,107,57,
-204,255,130,64,152,197,109,56,0,0,128,56,128,0,160,56,165,211,249,75,
-0,0,32,57,132,196,45,145,136,196,45,145,24,198,45,145,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,166,2,8,124,
-28,0,1,144,20,0,225,147,16,0,193,147,0,0,192,59,152,136,205,147,
-156,136,205,147,160,136,205,147,43,0,224,63,160,38,255,59,120,251,227,127,
-120,243,196,127,128,0,160,56,73,211,249,75,7,0,160,60,84,192,165,56,
-84,65,192,60,77,73,198,56,12,0,128,60,8,231,132,56,43,0,96,60,
-216,37,99,56,172,136,205,147,116,136,237,147,108,136,237,147,128,0,31,56,
-112,136,13,144,44,0,224,60,200,189,231,56,164,136,237,144,44,0,64,61,
-200,205,74,57,80,80,7,125,168,136,13,145,8,0,193,147,12,0,193,147,
-120,243,201,127,120,75,42,125,153,251,255,75,144,136,205,147,148,136,205,147,
-28,0,1,128,20,0,225,131,16,0,193,131,166,3,8,124,24,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,240,240,0,60,
-240,240,0,96,220,129,13,144,101,211,255,75,129,0,0,72,240,240,0,60,
-241,240,0,96,220,129,13,144,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-220,129,13,128,241,240,224,63,240,240,255,59,1,0,127,57,64,88,0,124,
-16,0,130,65,220,129,237,147,21,211,255,75,49,0,0,72,96,136,109,128,
-220,129,237,147,49,201,255,75,0,0,0,56,220,129,13,144,193,4,0,72,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,249,253,255,75,149,254,255,75,
-0,0,0,56,136,136,13,144,140,136,13,144,120,136,13,144,124,136,13,144,
-240,134,13,144,244,134,13,144,128,136,13,144,132,136,13,144,176,136,13,144,
-180,136,13,144,100,136,13,144,104,136,13,144,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,36,0,129,144,40,0,161,144,0,0,128,60,
-96,64,132,56,0,0,100,128,1,0,99,56,0,0,100,144,0,0,128,60,
-0,9,132,56,0,0,100,128,0,0,3,44,36,0,130,65,255,255,99,56,
-0,0,100,144,0,0,3,44,20,0,130,64,0,0,128,60,4,9,132,56,
-1,0,0,56,0,0,4,144,0,0,128,60,220,8,132,56,0,0,100,128,
-0,0,163,128,0,0,5,44,24,0,130,65,0,0,128,60,8,9,132,56,
-1,0,160,56,0,0,164,144,48,0,0,72,4,0,99,56,0,0,100,144,
-0,0,160,60,216,8,165,56,0,0,165,128,0,40,3,124,20,0,130,64,
-0,0,160,60,212,8,165,56,0,0,101,128,0,0,100,144,0,0,128,60,
-4,9,132,56,0,0,100,128,0,0,160,60,8,9,165,56,0,0,5,128,
-20,2,99,124,0,0,3,44,140,0,130,65,36,0,129,128,40,0,161,128,
-159,179,6,72,0,0,128,60,8,9,132,56,0,0,100,128,0,0,3,44,
-36,0,130,65,0,0,128,60,128,70,132,56,0,0,100,128,1,0,99,56,
-0,0,100,144,43,0,96,60,216,37,99,56,215,111,10,72,0,0,128,60,
-4,9,132,56,0,0,100,128,0,0,3,44,52,0,130,65,0,0,0,56,
-0,0,4,144,15,117,10,72,0,0,3,44,32,0,130,64,0,0,128,60,
-228,68,132,56,0,0,100,128,0,0,160,60,0,9,165,56,24,0,195,128,
-0,0,197,144,30,178,6,72,12,0,97,128,20,0,129,128,166,3,104,124,
-32,241,143,124,28,0,1,128,32,0,97,128,36,0,129,128,40,0,161,128,
-144,0,33,56,100,0,0,76,166,0,128,124,0,128,160,56,0,128,165,112,
-120,40,132,124,36,1,128,124,0,0,128,60,68,2,132,56,0,0,100,128,
-255,255,99,56,0,0,3,44,112,0,130,65,0,0,100,144,8,0,33,56,
-4,0,129,128,8,0,161,128,12,0,193,128,16,0,225,128,20,0,1,129,
-24,0,33,129,166,3,154,124,166,3,187,124,166,3,200,124,166,3,233,124,
-32,241,15,125,166,3,33,125,28,0,1,128,32,0,97,128,36,0,129,128,
-40,0,161,128,44,0,193,128,48,0,225,128,52,0,1,129,56,0,33,129,
-60,0,65,129,64,0,97,129,68,0,129,129,144,0,33,56,100,0,0,76,
-0,0,100,144,0,0,32,61,228,68,41,57,0,0,105,128,0,0,3,44,
-208,0,130,65,0,0,128,60,128,70,132,56,0,0,164,128,0,0,5,44,
-24,0,130,64,0,0,192,60,232,68,198,56,0,0,230,128,0,24,7,124,
-108,0,130,64,8,0,35,128,4,0,129,128,8,0,161,128,12,0,193,128,
-16,0,225,128,20,0,1,129,24,0,33,129,166,3,154,124,166,3,187,124,
-166,3,200,124,166,3,233,124,32,241,15,125,166,3,33,125,28,0,1,128,
-32,0,97,128,36,0,129,128,40,0,161,128,44,0,193,128,48,0,225,128,
-52,0,1,129,56,0,33,129,60,0,65,129,64,0,97,129,68,0,129,129,
-144,0,33,56,100,0,0,76,8,0,131,128,1,0,160,56,0,0,164,144,
-72,0,196,189,0,0,192,60,0,9,198,56,0,0,230,128,0,0,7,44,
-16,0,130,65,24,0,227,144,0,0,0,57,0,0,6,145,0,0,0,57,
-0,0,9,145,242,180,6,72,242,180,6,72,36,0,129,144,0,0,128,60,
-68,2,132,56,0,0,100,128,0,0,3,44,84,0,130,65,1,0,99,56,
-0,0,100,144,40,0,161,144,44,0,193,144,48,0,225,144,52,0,1,145,
-56,0,33,145,60,0,65,145,64,0,97,145,68,0,129,145,166,2,154,124,
-166,2,187,124,166,2,201,124,166,2,1,125,4,0,129,144,8,0,161,144,
-16,0,193,144,24,0,1,145,248,255,33,148,32,0,128,78,1,0,99,56,
-0,0,100,144,0,0,128,60,228,68,132,56,0,0,100,128,0,0,3,44,
-88,0,130,65,40,0,161,144,44,0,193,144,48,0,225,144,52,0,1,145,
-56,0,33,145,60,0,65,145,64,0,97,145,68,0,129,145,166,2,154,124,
-166,2,187,124,166,2,201,124,166,2,1,125,4,0,129,144,8,0,161,144,
-16,0,193,144,24,0,1,145,8,0,35,144,0,0,128,60,224,68,132,56,
-0,0,36,128,32,0,128,78,144,0,33,56,32,0,128,78,172,255,33,56,
-166,0,128,124,0,0,0,56,0,0,1,144,4,0,129,144,166,2,168,124,
-8,0,161,144,12,0,193,189,0,128,160,56,0,128,165,112,120,40,132,124,
-36,1,128,124,0,0,160,60,228,68,165,56,0,0,101,128,8,0,35,144,
-0,0,192,60,224,68,198,56,0,0,38,128,0,0,224,60,0,9,231,56,
-0,0,199,128,0,0,6,44,16,0,130,65,28,0,3,129,0,0,7,144,
-24,0,3,145,0,0,5,144,4,0,0,72,0,128,0,56,0,128,0,112,
-166,0,128,124,120,3,132,124,36,1,128,124,0,0,160,60,232,68,165,56,
-0,0,101,128,0,0,3,44,248,255,130,65,120,0,132,124,36,1,128,124,
-0,0,160,60,228,68,165,56,0,0,101,144,4,0,195,128,1,0,198,56,
-4,0,195,144,24,0,227,128,0,0,160,60,0,9,165,56,0,0,229,144,
-8,0,35,128,0,0,193,128,0,0,6,44,32,0,130,64,4,0,161,128,
-8,0,193,128,12,0,193,185,166,3,200,124,84,0,33,56,36,1,160,124,
-32,0,128,78,4,0,129,128,8,0,161,128,12,0,193,128,16,0,225,128,
-20,0,1,129,24,0,33,129,166,3,154,124,166,3,187,124,166,3,200,124,
-166,3,233,124,32,241,15,125,166,3,33,125,28,0,1,128,32,0,97,128,
-36,0,129,128,40,0,161,128,44,0,193,128,48,0,225,128,52,0,1,129,
-56,0,33,129,60,0,65,129,64,0,97,129,68,0,129,129,72,0,193,185,
-144,0,33,56,100,0,0,76,16,0,163,128,7,0,192,56,120,48,165,124,
-48,255,165,56,1,0,0,56,0,0,5,144,4,0,133,144,166,0,192,124,
-0,128,0,56,0,128,0,112,120,3,198,124,8,0,197,144,0,0,0,56,
-12,0,5,144,16,0,5,144,20,0,5,144,24,0,5,144,28,0,5,144,
-32,0,5,144,36,0,5,144,40,0,5,144,44,0,5,144,48,0,5,144,
-52,0,5,144,56,0,5,144,60,0,5,144,64,0,5,144,68,0,5,144,
-72,0,5,144,76,0,5,144,80,0,5,144,84,0,5,144,88,0,5,144,
-92,0,5,144,96,0,5,144,100,0,5,144,104,0,5,144,108,0,5,144,
-112,0,5,144,116,0,5,144,120,0,5,144,124,0,5,144,128,0,5,144,
-132,0,5,144,136,0,5,144,140,0,5,144,144,0,5,144,148,0,5,144,
-8,0,163,144,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,108,0,127,129,166,0,32,125,94,4,32,85,
-36,1,0,124,104,0,255,128,0,0,7,44,40,1,130,65,0,0,11,44,
-32,1,130,65,0,0,11,128,85,77,0,61,69,84,8,57,64,64,0,124,
-12,1,130,64,112,0,159,129,64,96,31,124,0,0,64,57,104,0,95,145,
-44,0,130,64,0,128,40,113,32,0,43,129,48,0,95,129,13,0,10,44,
-0,0,128,57,28,0,139,145,255,255,41,57,32,0,43,145,128,0,130,64,
-52,0,0,72,28,0,139,145,116,0,255,128,116,0,236,144,116,0,31,129,
-112,0,136,145,0,128,40,113,32,0,43,129,48,0,95,129,13,0,10,44,
-255,255,41,57,32,0,43,145,76,0,130,64,24,198,141,129,1,0,140,57,
-29,0,96,57,132,0,127,145,24,198,141,145,166,0,0,124,94,4,0,84,
-120,67,0,124,36,1,0,124,120,251,227,127,81,184,3,72,0,0,3,44,
-40,0,130,65,237,252,255,75,100,0,31,128,0,0,0,44,64,0,130,65,
-32,0,0,72,166,0,224,124,94,4,231,84,120,67,231,124,36,1,224,124,
-100,0,31,128,0,0,0,44,32,0,130,65,76,0,127,56,49,237,255,75,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-0,0,32,57,76,0,63,145,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,0,128,43,113,166,0,0,124,94,4,0,84,
-120,91,0,124,36,1,0,124,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,166,0,224,127,94,4,230,87,36,1,192,124,48,0,67,129,
-0,0,10,44,64,0,130,65,44,0,131,144,60,0,163,144,1,0,128,57,
-48,32,139,125,64,0,99,145,0,128,224,115,166,0,160,124,94,4,165,84,
-120,3,165,124,36,1,160,124,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,32,0,3,129,64,24,8,124,44,0,227,128,
-58,16,236,84,84,0,130,65,152,197,109,57,46,96,203,124,64,24,6,124,
-24,0,130,64,64,0,227,128,144,196,45,129,46,97,11,125,120,56,41,125,
-144,196,45,145,1,0,160,56,48,32,160,124,128,196,45,129,64,72,3,124,
-36,0,67,129,36,0,72,145,36,0,131,129,32,0,12,145,64,0,3,144,
-24,1,130,64,248,0,0,72,140,196,13,128,144,196,13,129,64,0,227,128,
-152,197,109,57,0,0,192,56,1,0,64,57,46,89,204,124,120,56,9,124,
-63,6,37,85,120,56,8,125,140,196,45,145,144,196,13,145,48,32,64,125,
-64,0,3,144,36,0,130,65,62,6,38,85,128,196,45,129,64,72,3,124,
-152,196,237,56,174,48,7,125,148,196,13,145,188,0,130,64,156,0,0,72,
-47,4,32,85,40,0,130,65,62,198,42,85,152,196,141,57,174,80,172,124,
-8,0,5,56,128,196,45,129,64,72,3,124,148,196,13,144,144,0,130,64,
-112,0,0,72,31,2,38,85,40,0,130,65,62,134,39,85,152,196,13,57,
-174,56,72,125,16,0,42,57,148,196,45,145,128,196,45,129,64,72,3,124,
-100,0,130,64,68,0,0,72,15,0,44,85,40,0,130,65,62,70,32,85,
-128,196,45,129,64,72,3,124,152,196,173,56,174,0,229,124,24,0,199,56,
-148,196,205,144,56,0,130,64,24,0,0,72,128,196,45,129,64,72,3,124,
-32,0,0,57,148,196,13,145,32,0,130,64,148,196,45,129,32,0,9,44,
-0,0,192,56,12,0,130,65,58,16,42,85,46,88,202,124,128,196,205,144,
-24,198,141,129,44,0,131,144,1,0,140,57,3,0,0,56,0,128,229,115,
-60,0,131,144,48,0,3,144,24,198,141,145,166,0,224,124,94,4,231,84,
-120,43,231,124,36,1,224,124,173,181,3,72,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,166,0,64,125,94,4,64,85,
-36,1,0,124,32,0,35,129,2,0,9,44,36,0,130,64,28,0,131,129,
-112,0,44,129,44,0,233,128,44,0,12,129,64,64,7,124,124,0,128,64,
-28,0,35,145,116,0,0,72,2,0,9,40,108,0,129,64,28,0,131,129,
-120,99,139,125,112,0,11,129,120,99,137,125,44,0,8,128,44,0,235,128,
-64,56,0,124,8,0,128,64,120,67,11,125,112,0,8,129,64,72,8,124,
-228,255,130,64,64,96,11,124,52,0,130,65,112,0,11,129,116,0,11,128,
-116,0,8,144,116,0,43,129,112,0,9,145,112,0,139,145,116,0,236,128,
-116,0,235,144,116,0,12,129,112,0,104,145,116,0,108,145,28,0,99,145,
-0,128,71,113,166,0,0,124,94,4,0,84,120,59,0,124,36,1,0,124,
-0,0,96,56,32,0,128,78,43,0,0,60,0,40,0,48,0,0,3,144,
-32,0,128,78,184,162,3,72,255,255,128,56,44,166,3,72,166,2,8,124,
-4,0,1,144,248,255,33,148,129,244,255,75,43,0,96,60,0,40,99,56,
-12,0,128,60,28,231,132,56,1,0,160,56,37,206,255,75,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,43,0,96,60,0,40,99,56,
-108,162,3,72,43,0,96,60,0,40,99,56,255,255,128,56,216,165,3,72,
-43,0,96,60,32,39,99,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,108,0,127,129,166,0,32,125,
-94,4,32,85,36,1,0,124,104,0,255,128,0,0,7,44,40,1,130,65,
-0,0,11,44,32,1,130,65,0,0,11,128,76,66,0,61,67,79,8,57,
-64,64,0,124,12,1,130,64,112,0,159,129,64,96,31,124,0,0,64,57,
-104,0,95,145,44,0,130,64,0,128,40,113,36,0,43,129,48,0,95,129,
-8,0,10,44,0,0,128,57,32,0,139,145,255,255,41,57,36,0,43,145,
-128,0,130,64,52,0,0,72,32,0,139,145,116,0,255,128,116,0,236,144,
-116,0,31,129,112,0,136,145,0,128,40,113,36,0,43,129,48,0,95,129,
-8,0,10,44,255,255,41,57,36,0,43,145,76,0,130,64,24,198,141,129,
-1,0,140,57,16,0,96,57,132,0,127,145,24,198,141,145,166,0,0,124,
-94,4,0,84,120,67,0,124,36,1,0,124,120,251,227,127,117,179,3,72,
-0,0,3,44,40,0,130,65,17,248,255,75,100,0,31,128,0,0,0,44,
-64,0,130,65,32,0,0,72,166,0,224,124,94,4,231,84,120,67,231,124,
-36,1,224,124,100,0,31,128,0,0,0,44,32,0,130,65,76,0,127,56,
-85,232,255,75,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,0,0,32,57,76,0,63,145,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,0,128,43,113,166,0,0,124,
-94,4,0,84,120,91,0,124,36,1,0,124,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,108,0,159,129,166,0,224,124,
-94,4,232,84,36,1,0,125,104,0,127,129,0,0,11,44,40,1,130,65,
-0,0,12,44,32,1,130,65,0,0,12,128,86,68,32,61,78,68,41,57,
-64,72,0,124,12,1,130,64,112,0,95,129,64,80,31,124,0,0,96,57,
-104,0,127,145,44,0,130,64,20,0,76,129,48,0,31,129,0,128,233,112,
-7,0,8,44,0,0,0,56,255,255,74,57,16,0,12,144,20,0,76,145,
-128,0,130,64,52,0,0,72,16,0,76,145,116,0,31,129,116,0,10,145,
-116,0,63,129,112,0,73,145,20,0,76,129,48,0,31,129,0,128,233,112,
-7,0,8,44,255,255,74,57,20,0,76,145,76,0,130,64,24,198,141,129,
-1,0,140,57,7,0,96,57,132,0,127,145,24,198,141,145,166,0,0,124,
-94,4,0,84,120,75,0,124,36,1,0,124,120,251,227,127,249,177,3,72,
-0,0,3,44,40,0,130,65,149,246,255,75,100,0,31,128,0,0,0,44,
-64,0,130,65,32,0,0,72,166,0,128,125,94,4,140,85,120,75,140,125,
-36,1,128,125,100,0,31,128,0,0,0,44,32,0,130,65,76,0,127,56,
-217,230,255,75,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,0,0,0,57,76,0,31,145,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,0,128,234,112,166,0,128,125,
-94,4,140,85,120,83,140,125,36,1,128,125,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,108,0,127,129,166,0,32,125,
-94,4,32,85,36,1,0,124,104,0,255,128,0,0,7,44,40,1,130,65,
-0,0,11,44,32,1,130,65,0,0,11,128,69,83,0,61,65,77,8,57,
-64,64,0,124,12,1,130,64,112,0,159,129,64,96,31,124,0,0,64,57,
-104,0,95,145,44,0,130,64,0,128,40,113,16,0,43,129,48,0,95,129,
-6,0,10,44,0,0,128,57,12,0,139,145,255,255,41,57,16,0,43,145,
-128,0,130,64,52,0,0,72,12,0,139,145,116,0,255,128,116,0,236,144,
-116,0,31,129,112,0,136,145,0,128,40,113,16,0,43,129,48,0,95,129,
-6,0,10,44,255,255,41,57,16,0,43,145,76,0,130,64,24,198,141,129,
-1,0,140,57,13,0,96,57,132,0,127,145,24,198,141,145,166,0,0,124,
-94,4,0,84,120,67,0,124,36,1,0,124,120,251,227,127,125,176,3,72,
-0,0,3,44,40,0,130,65,25,245,255,75,100,0,31,128,0,0,0,44,
-64,0,130,65,32,0,0,72,166,0,224,124,94,4,231,84,120,67,231,124,
-36,1,224,124,100,0,31,128,0,0,0,44,32,0,130,65,76,0,127,56,
-93,229,255,75,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,0,0,32,57,76,0,63,145,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,0,128,43,113,166,0,0,124,
-94,4,0,84,120,91,0,124,36,1,0,124,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,166,0,0,125,94,4,0,85,
-36,1,0,124,48,0,35,129,0,128,0,113,4,0,9,44,36,0,130,64,
-24,198,77,129,1,0,74,57,24,198,77,145,166,0,128,125,94,4,140,85,
-120,3,140,125,36,1,128,125,168,175,3,72,104,0,99,129,166,0,224,124,
-94,4,231,84,120,3,231,124,36,1,224,124,0,0,11,44,32,0,130,77,
-166,3,105,125,32,4,128,78,200,255,33,148,84,65,0,61,77,73,8,57,
-64,64,3,124,20,0,225,146,24,0,1,147,28,0,33,147,32,0,65,147,
-36,0,97,147,40,0,129,147,44,0,161,147,48,0,193,147,52,0,225,147,
-166,2,8,124,60,0,1,144,92,2,130,64,0,0,224,59,8,0,225,147,
-12,0,193,59,3,0,96,59,1,0,64,59,8,0,33,59,166,0,128,127,
-94,4,140,87,36,1,128,125,116,136,109,129,0,0,203,128,0,0,6,44,
-12,0,193,144,8,0,130,65,24,0,198,147,112,136,237,128,0,0,235,147,
-4,0,107,57,64,56,11,124,116,136,109,145,12,0,130,64,108,136,45,129,
-116,136,45,145,160,136,237,147,120,203,55,127,0,128,138,115,166,0,96,125,
-94,4,107,85,120,83,107,125,36,1,96,125,166,0,128,127,94,4,128,87,
-36,1,0,124,0,0,190,131,0,0,29,44,56,1,130,65,16,0,125,129,
-64,88,29,124,28,0,130,64,0,0,157,129,32,0,12,40,0,0,192,56,
-0,0,222,144,92,0,129,64,44,0,0,72,20,0,29,128,20,0,11,144,
-20,0,221,128,16,0,102,145,16,0,221,128,0,0,157,129,32,0,12,40,
-24,0,198,147,0,0,222,144,48,0,129,64,224,255,236,56,0,0,253,144,
-0,0,160,56,24,0,253,146,16,0,189,147,0,128,136,115,166,0,32,125,
-94,4,41,85,120,67,41,125,36,1,32,125,112,0,0,72,8,0,189,128,
-4,0,157,129,0,0,12,44,12,0,29,131,0,0,157,145,44,0,130,65,
-24,0,253,146,16,0,189,147,0,128,136,115,166,0,32,125,94,4,41,85,
-120,67,41,125,36,1,32,125,0,0,5,44,52,0,130,65,36,0,0,72,
-24,0,253,147,0,128,136,115,166,0,32,125,94,4,41,85,120,67,41,125,
-36,1,32,125,0,0,5,44,16,0,130,65,120,195,3,127,166,3,169,124,
-33,4,128,78,166,0,128,127,94,4,135,87,36,1,224,124,24,0,61,129,
-64,184,9,124,16,0,130,64,24,0,253,147,120,235,163,127,45,232,255,75,
-0,128,138,115,166,0,96,125,94,4,107,85,120,83,107,125,36,1,96,125,
-166,0,128,127,94,4,128,87,36,1,0,124,0,0,190,131,0,0,29,44,
-208,254,130,64,160,136,13,128,0,128,136,115,0,0,0,44,84,0,130,64,
-124,196,109,128,24,198,173,128,1,0,165,56,24,198,173,144,48,0,99,147,
-56,0,67,147,166,0,64,125,94,4,74,85,120,67,74,125,36,1,64,125,
-45,175,3,72,166,0,128,127,94,4,140,87,36,1,128,125,116,136,109,129,
-0,0,203,128,0,0,6,44,0,0,222,144,32,254,130,65,24,254,255,75,
-166,0,128,125,94,4,140,85,120,67,140,125,36,1,128,125,166,0,128,127,
-94,4,140,87,36,1,128,125,116,136,109,129,0,0,203,128,0,0,6,44,
-0,0,222,144,236,253,130,65,228,253,255,75,166,3,8,124,56,0,33,56,
-32,0,128,78,166,2,8,124,120,11,43,124,232,255,33,148,13,79,0,72,
-8,0,161,59,120,35,156,124,120,27,127,124,0,0,96,56,201,42,0,72,
-120,251,227,127,43,0,205,63,196,167,222,59,32,0,158,56,253,39,0,72,
-121,227,131,127,12,0,130,64,255,255,98,60,188,121,99,56,32,0,158,56,
-229,39,0,72,32,0,158,56,255,255,98,60,196,121,99,56,213,39,0,72,
-133,58,0,72,24,0,97,57,8,79,0,72,166,2,8,124,120,11,43,124,
-232,255,33,148,165,78,0,72,4,0,131,129,20,0,140,129,166,3,137,125,
-33,4,128,78,120,27,100,124,255,255,98,60,200,121,99,56,105,255,255,75,
-24,0,97,57,212,78,0,72,166,2,8,124,120,11,43,124,232,255,33,148,
-109,78,0,72,185,255,255,75,24,0,97,57,184,78,0,72,166,2,8,124,
-120,11,43,124,232,255,33,148,81,78,0,72,24,0,131,129,16,0,12,40,
-12,0,161,59,12,0,128,65,4,0,99,128,8,0,0,72,4,0,99,56,
-24,0,97,57,132,78,0,72,166,2,8,124,120,11,43,124,232,255,33,148,
-25,78,0,72,8,0,161,59,0,0,4,44,120,27,127,124,120,43,188,124,
-52,0,130,65,24,0,159,129,16,0,12,40,40,0,128,65,0,0,28,44,
-4,0,223,131,20,0,130,65,4,0,127,56,120,243,196,127,120,227,133,127,
-205,64,0,72,120,243,195,127,61,14,0,72,15,0,128,57,24,0,159,145,
-120,251,227,127,109,255,255,75,20,0,159,147,0,0,128,57,174,225,131,125,
-24,0,97,57,8,78,0,72,166,2,8,124,120,11,43,124,232,255,33,148,
-165,77,0,72,121,27,127,124,12,0,161,59,120,35,158,124,36,0,130,65,
-8,0,127,56,1,0,128,56,0,0,160,56,93,255,255,75,255,7,204,87,
-12,0,130,65,120,251,227,127,217,13,0,72,24,0,97,57,196,77,0,72,
-166,2,8,124,120,11,43,124,232,255,33,148,93,77,0,72,169,254,255,75,
-24,0,97,57,168,77,0,72,166,2,8,124,120,11,43,124,232,255,33,148,
-65,77,0,72,121,27,127,124,12,0,161,59,120,35,158,124,36,0,130,65,
-8,0,127,56,1,0,128,56,0,0,160,56,249,254,255,75,255,7,204,87,
-12,0,130,65,120,251,227,127,117,13,0,72,24,0,97,57,96,77,0,72,
-166,2,8,124,120,11,43,124,232,255,33,148,249,76,0,72,69,254,255,75,
-24,0,97,57,68,77,0,72,166,2,8,124,120,11,43,124,232,255,33,148,
-221,76,0,72,24,0,131,129,16,0,12,40,12,0,161,59,12,0,128,65,
-4,0,99,128,8,0,0,72,4,0,99,56,24,0,97,57,16,77,0,72,
-166,2,8,124,120,11,43,124,232,255,33,148,169,76,0,72,8,0,99,56,
-185,255,255,75,24,0,97,57,240,76,0,72,166,2,8,124,120,11,43,124,
-232,255,33,148,137,76,0,72,121,27,127,124,12,0,161,59,120,35,158,124,
-36,0,130,65,8,0,127,56,1,0,128,56,0,0,160,56,65,254,255,75,
-255,7,204,87,12,0,130,65,120,251,227,127,189,12,0,72,24,0,97,57,
-168,76,0,72,166,2,8,124,120,11,43,124,232,255,33,148,65,76,0,72,
-12,0,161,59,120,35,159,124,120,27,126,124,213,253,255,75,0,24,31,124,
-20,0,128,65,20,0,158,129,20,98,131,125,0,248,12,124,12,0,129,65,
-0,0,96,56,8,0,0,72,1,0,96,56,24,0,97,57,92,76,0,72,
-166,2,8,124,120,11,43,124,232,255,33,148,245,75,0,72,20,0,99,128,
-24,0,97,57,64,76,0,72,166,2,8,124,120,11,43,124,232,255,33,148,
-217,75,0,72,120,35,159,124,120,27,126,124,113,253,255,75,20,0,254,147,
-0,0,128,57,174,249,131,125,24,0,97,57,16,76,0,72,166,2,8,124,
-120,11,43,124,224,255,33,148,161,75,0,72,120,27,127,124,20,0,159,129,
-120,35,156,124,64,224,12,124,12,0,161,59,120,43,190,124,12,0,128,64,
-120,251,227,127,37,1,0,72,20,0,159,129,80,96,124,127,64,240,27,124,
-8,0,128,64,120,219,126,127,0,0,30,44,44,0,130,65,120,251,227,127,
-5,253,255,75,20,226,99,124,20,242,131,124,80,216,190,124,121,33,0,72,
-20,0,159,129,120,251,227,127,80,96,158,124,93,255,255,75,120,251,227,127,
-32,0,97,57,132,75,0,72,166,2,8,124,120,11,43,124,224,255,33,148,
-25,75,0,72,8,0,161,59,120,43,187,124,120,51,220,124,120,27,127,124,
-120,35,154,124,120,211,67,127,9,255,255,75,64,216,3,124,12,0,128,64,
-120,251,227,127,153,0,0,72,120,211,67,127,241,254,255,75,80,24,219,127,
-64,240,28,124,8,0,128,64,120,227,158,127,64,208,31,124,120,251,227,127,
-36,0,130,64,20,242,155,124,255,255,160,56,21,255,255,75,120,251,227,127,
-120,219,101,127,0,0,128,56,5,255,255,75,72,0,0,72,120,243,196,127,
-0,0,160,56,13,3,0,72,0,0,3,44,52,0,130,65,120,251,227,127,
-61,252,255,75,120,27,124,124,120,211,67,127,165,253,255,75,20,218,131,124,
-120,227,131,127,120,243,197,127,105,61,0,72,120,251,227,127,120,243,196,127,
-141,254,255,75,120,251,227,127,32,0,97,57,176,74,0,72,166,2,8,124,
-120,11,43,124,168,255,33,148,85,74,0,72,76,0,161,59,44,0,97,56,
-0,0,128,56,120,35,133,124,25,252,255,75,44,0,97,56,255,255,130,60,
-220,121,132,56,125,1,0,72,255,255,130,61,212,121,140,57,8,0,129,145,
-12,0,141,61,12,215,140,57,12,0,129,145,16,0,97,56,0,0,128,56,
-120,35,133,124,225,251,255,75,16,0,97,56,44,0,129,56,0,0,160,56,
-255,255,192,56,197,254,255,75,12,0,141,61,76,215,140,57,12,0,129,145,
-12,0,141,61,112,215,140,129,0,0,12,44,8,0,225,59,16,0,130,65,
-120,251,227,127,166,3,137,125,33,4,128,78,12,0,129,129,28,0,140,129,
-120,251,227,127,166,3,137,125,33,4,128,78,120,251,227,127,253,250,255,75,
-16,0,97,56,1,0,128,56,0,0,160,56,117,251,255,75,44,0,97,56,
-1,0,128,56,0,0,160,56,101,251,255,75,88,0,97,57,220,73,0,72,
-166,2,8,124,120,11,43,124,232,255,33,148,113,73,0,72,8,0,161,59,
-120,43,190,124,120,27,127,124,120,35,156,124,21,253,255,75,121,27,108,124,
-120,251,227,127,96,0,130,65,245,250,255,75,80,224,131,127,120,251,227,127,
-69,253,255,75,64,224,3,124,12,0,128,64,120,251,227,127,213,254,255,75,
-120,251,227,127,45,253,255,75,80,24,156,125,64,96,30,124,8,0,128,64,
-120,243,204,127,120,251,227,127,20,98,156,124,255,255,160,56,89,253,255,75,
-120,251,227,127,120,227,133,127,0,0,128,56,73,253,255,75,56,0,0,72,
-120,243,196,127,0,0,160,56,81,1,0,72,0,0,3,44,36,0,130,65,
-120,251,227,127,129,250,255,75,120,227,132,127,120,243,197,127,189,59,0,72,
-120,251,227,127,120,243,196,127,225,252,255,75,120,251,227,127,24,0,97,57,
-12,73,0,72,166,2,8,124,120,11,43,124,232,255,33,148,169,72,0,72,
-120,27,127,124,120,35,158,124,120,243,195,127,77,30,0,72,120,27,101,124,
-120,251,227,127,120,243,196,127,9,255,255,75,24,0,97,57,216,72,0,72,
-166,2,8,124,120,11,43,124,168,255,33,148,113,72,0,72,76,0,161,59,
-44,0,97,56,0,0,128,56,120,35,133,124,53,250,255,75,44,0,97,56,
-255,255,130,60,252,121,132,56,153,255,255,75,255,255,130,61,244,121,140,57,
-8,0,129,145,12,0,141,61,12,215,140,57,12,0,129,145,16,0,97,56,
-0,0,128,56,120,35,133,124,253,249,255,75,16,0,97,56,44,0,129,56,
-0,0,160,56,255,255,192,56,225,252,255,75,12,0,141,61,44,215,140,57,
-12,0,129,145,12,0,141,61,112,215,140,129,0,0,12,44,8,0,225,59,
-16,0,130,65,120,251,227,127,166,3,137,125,33,4,128,78,12,0,129,129,
-28,0,140,129,120,251,227,127,166,3,137,125,33,4,128,78,120,251,227,127,
-25,249,255,75,16,0,97,56,1,0,128,56,0,0,160,56,145,249,255,75,
-44,0,97,56,1,0,128,56,0,0,160,56,129,249,255,75,88,0,97,57,
-248,71,0,72,166,2,8,124,120,11,43,124,224,255,33,148,133,71,0,72,
-8,0,161,59,120,35,158,124,254,255,128,57,64,96,30,124,120,27,124,124,
-120,43,191,124,12,0,129,64,120,227,131,127,241,254,255,75,24,0,156,129,
-64,240,12,124,152,0,128,64,15,0,219,99,254,255,96,57,64,88,27,124,
-20,0,92,131,12,0,129,64,120,243,219,127,40,0,0,72,126,248,139,85,
-3,0,64,57,150,83,91,125,64,88,10,124,20,0,128,64,254,255,75,33,
-64,80,12,124,8,0,129,65,20,90,108,127,1,0,123,56,217,5,0,72,
-0,0,26,44,120,27,127,124,28,0,130,65,120,227,131,127,169,248,255,75,
-120,27,100,124,120,251,227,127,120,211,69,127,225,57,0,72,120,227,131,127,
-1,0,128,56,0,0,160,56,189,248,255,75,4,0,252,147,24,0,124,147,
-120,227,131,127,120,211,68,127,237,250,255,75,84,0,0,72,0,0,31,44,
-48,0,130,65,16,0,30,40,40,0,128,64,20,0,156,129,120,227,131,127,
-120,99,133,125,64,96,30,124,8,0,128,64,120,243,197,127,1,0,128,56,
-117,248,255,75,32,0,0,72,0,0,30,44,24,0,130,64,20,0,220,147,
-120,227,131,127,41,248,255,75,0,0,128,57,0,0,131,153,255,255,158,49,
-16,241,140,125,62,6,131,85,32,0,97,57,180,70,0,72,166,2,8,124,
-120,11,43,124,232,255,33,148,89,70,0,72,0,0,99,128,24,0,97,57,
-164,70,0,72,166,2,8,124,120,11,43,124,232,255,33,148,61,70,0,72,
-0,0,3,44,12,0,161,59,16,0,130,65,255,7,140,84,8,0,130,65,
-137,6,0,72,24,0,97,57,116,70,0,72,166,2,8,124,120,11,43,124,
-224,255,33,148,5,70,0,72,32,0,97,57,84,70,0,72,166,2,8,124,
-120,11,43,124,240,255,33,148,253,69,0,72,43,0,141,61,60,163,140,129,
-0,0,12,44,120,27,127,124,28,0,130,65,43,0,109,60,228,167,99,56,
-255,255,130,60,84,122,132,56,81,15,0,72,145,49,0,72,0,0,159,129,
-0,0,12,44,28,0,130,64,43,0,141,61,56,163,108,133,64,88,31,124,
-12,0,130,65,0,0,127,145,0,0,236,147,16,0,97,57,252,69,0,72,
-166,2,8,124,120,11,43,124,224,255,33,148,133,69,0,72,120,27,127,124,
-43,0,173,63,60,163,125,129,0,0,192,59,120,91,124,125,120,0,0,72,
-0,0,31,44,28,0,130,65,4,0,156,129,0,0,12,44,92,0,130,65,
-0,0,140,129,64,96,31,124,80,0,130,64,0,0,30,44,0,0,156,129,
-16,0,130,64,120,99,139,125,60,163,125,145,8,0,0,72,0,0,158,145,
-8,0,124,128,0,0,3,44,12,0,156,129,120,91,123,125,8,0,130,65,
-2,0,128,56,166,3,137,125,33,4,128,78,60,163,125,129,64,88,27,124,
-140,255,130,64,8,0,0,72,120,227,158,127,0,0,156,131,0,0,28,44,
-136,255,130,64,32,0,97,57,64,69,0,72,166,2,8,124,120,11,43,124,
-240,255,33,148,233,68,0,72,120,27,127,124,44,0,0,72,120,99,139,125,
-0,0,140,129,0,0,159,145,4,0,107,128,0,0,3,44,8,0,139,129,
-8,0,130,65,2,0,128,56,166,3,137,125,33,4,128,78,0,0,159,129,
-0,0,12,44,208,255,130,64,16,0,97,57,252,68,0,72,43,0,141,61,
-60,163,140,129,0,0,12,44,12,0,130,65,0,0,96,56,236,254,255,75,
-43,0,109,60,56,163,99,56,140,255,255,75,166,2,8,124,120,11,43,124,
-240,255,33,148,109,68,0,72,12,0,141,61,116,215,108,133,0,0,11,44,
-0,0,192,59,76,0,130,64,1,0,96,57,0,0,108,145,0,0,127,60,
-204,255,99,56,137,47,0,72,28,0,0,72,120,243,203,127,58,16,107,85,
-46,96,139,125,1,0,222,59,166,3,137,125,33,4,128,78,11,0,141,61,
-180,106,140,57,58,16,203,87,46,96,107,125,0,0,11,44,212,255,130,64,
-16,0,97,57,96,68,0,72,9,0,96,56,16,4,0,72,166,2,8,124,
-120,11,43,124,208,255,33,148,209,67,0,72,121,27,119,124,120,35,158,124,
-120,43,182,124,120,51,217,124,120,59,250,124,120,67,27,125,120,75,60,125,
-120,83,93,125,0,0,224,59,164,0,130,65,255,255,30,44,56,0,130,64,
-0,0,25,44,48,0,130,65,12,0,141,61,120,215,140,129,80,184,140,125,
-0,0,236,131,4,0,140,129,248,96,140,125,214,97,150,125,64,96,31,124,
-8,0,130,65,141,255,255,75,150,179,223,127,0,0,26,44,52,0,130,65,
-255,255,158,57,214,177,140,125,0,0,30,44,20,98,23,127,32,0,129,64,
-120,195,3,127,2,0,128,56,166,3,73,127,33,4,128,78,255,255,222,55,
-80,192,22,127,232,255,130,64,0,0,27,44,40,0,130,65,0,0,28,44,
-20,202,159,124,80,184,121,124,12,0,130,64,169,3,0,72,16,0,0,72,
-0,0,29,44,166,3,137,127,33,4,128,78,48,0,97,57,88,67,0,72,
-166,2,8,124,4,0,1,144,240,255,33,148,120,59,232,124,255,255,4,44,
-120,51,204,124,0,0,192,56,12,0,130,64,12,0,205,60,120,215,198,128,
-120,99,135,125,0,0,32,57,8,0,33,145,120,75,42,125,233,254,255,75,
-20,0,1,128,16,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,
-120,11,43,124,208,255,33,148,173,66,0,72,121,27,127,124,120,35,158,124,
-120,43,186,124,120,51,219,124,120,59,252,124,120,67,29,125,64,0,1,131,
-12,0,130,65,0,0,27,44,100,0,130,65,0,0,31,44,214,209,62,127,
-52,0,130,64,0,0,10,44,20,218,121,124,12,0,130,64,237,2,0,72,
-12,0,0,72,166,3,73,125,33,4,128,78,121,27,127,124,8,0,130,65,
-20,218,255,127,0,0,31,44,184,0,130,65,0,0,27,44,48,0,130,65,
-12,0,141,61,120,215,140,129,80,248,108,125,0,0,43,147,248,240,204,127,
-4,0,139,145,20,0,0,72,0,0,24,44,32,0,130,65,214,209,62,127,
-12,0,0,72,0,0,24,44,16,0,130,65,120,251,227,127,120,203,36,127,
-73,1,0,72,0,0,29,44,104,0,130,65,0,0,30,44,120,251,251,127,
-92,0,129,64,0,0,28,44,120,235,172,127,120,219,99,127,48,0,130,64,
-0,0,128,56,8,0,129,144,120,35,133,124,120,43,166,124,120,35,135,124,
-120,59,232,124,120,35,137,124,120,75,42,125,166,3,137,125,33,4,128,78,
-20,0,0,72,120,227,132,127,166,3,137,125,33,4,128,78,20,210,156,127,
-255,255,222,55,20,210,123,127,172,255,130,64,120,251,227,127,48,0,97,57,
-224,65,0,72,166,2,8,124,4,0,1,144,232,255,33,148,0,0,3,44,
-120,51,200,124,0,0,192,56,12,0,130,64,12,0,205,60,120,215,198,128,
-0,0,224,56,8,0,225,144,12,0,225,144,16,0,225,144,120,59,233,124,
-120,75,42,125,145,254,255,75,28,0,1,128,24,0,33,56,166,3,8,124,
-32,0,128,78,6,0,96,56,88,1,0,72,166,2,8,124,120,11,43,124,
-232,255,33,148,53,65,0,72,121,27,126,124,72,0,130,64,1,0,192,59,
-64,0,0,72,12,0,141,61,124,215,140,129,0,0,191,63,0,0,12,44,
-168,1,189,59,8,0,130,65,120,99,157,125,166,3,169,127,33,4,128,78,
-0,0,159,61,168,1,140,57,64,96,29,124,12,0,130,64,0,0,96,56,
-20,0,0,72,120,243,195,127,129,43,0,72,0,0,3,44,184,255,130,65,
-24,0,97,57,40,65,0,72,120,35,133,124,0,0,128,56,28,177,249,75,
-166,2,8,124,120,11,43,124,240,255,33,148,189,64,0,72,255,255,67,57,
-8,0,10,40,0,0,128,57,172,0,129,65,0,0,127,61,44,0,107,57,
-58,16,74,85,46,88,74,125,20,90,74,125,166,3,73,125,32,4,128,78,
-36,0,0,0,48,0,0,0,60,0,0,0,72,0,0,0,84,0,0,0,
-96,0,0,0,108,0,0,0,120,0,0,0,132,0,0,0,255,255,130,61,
-153,122,140,57,96,0,0,72,255,255,130,61,229,122,140,57,84,0,0,72,
-255,255,130,61,29,123,140,57,72,0,0,72,255,255,130,61,201,123,140,57,
-60,0,0,72,255,255,130,61,81,123,140,57,48,0,0,72,255,255,130,61,
-113,123,140,57,36,0,0,72,255,255,130,61,149,123,140,57,24,0,0,72,
-255,255,130,61,173,123,140,57,12,0,0,72,255,255,130,61,173,122,140,57,
-120,99,131,125,16,0,97,57,80,64,0,72,166,2,8,124,120,11,43,124,
-240,255,33,148,229,63,0,72,120,27,127,124,1,0,96,56,21,255,255,75,
-120,27,126,124,120,251,227,127,9,255,255,75,120,27,102,124,43,0,109,60,
-228,167,99,56,120,243,197,127,255,255,130,60,13,124,132,56,49,9,0,72,
-113,43,0,72,16,0,97,57,252,63,0,72,0,0,3,44,32,0,130,77,
-136,39,0,72,80,254,255,75,240,255,255,75,32,0,128,78,4,0,131,129,
-1,0,140,57,4,0,131,145,8,0,131,129,0,0,99,128,166,3,137,125,
-32,4,128,78,48,0,3,44,38,0,128,125,57,0,3,44,254,15,140,85,
-1,0,140,105,38,0,96,125,254,23,107,85,1,0,107,105,121,90,140,125,
-12,0,130,64,48,0,128,57,56,0,0,72,32,0,99,96,97,0,3,44,
-38,0,96,125,102,0,3,44,254,15,107,85,1,0,106,105,38,0,96,125,
-254,23,107,85,1,0,107,105,121,90,75,125,255,0,128,57,12,0,130,64,
-87,0,128,57,80,24,140,125,120,99,131,125,32,0,128,78,255,255,3,44,
-32,0,130,77,4,0,132,129,255,255,140,57,4,0,132,145,12,0,132,129,
-0,0,132,128,166,3,137,125,32,4,128,78,166,2,8,124,120,11,43,124,
-176,254,33,148,149,62,0,72,8,0,129,144,120,43,188,124,0,0,160,58,
-120,171,182,126,4,0,163,146,120,27,122,124,56,2,0,72,120,91,108,125,
-32,0,12,44,28,0,130,65,247,255,140,57,4,0,12,40,108,0,129,65,
-12,0,0,72,1,0,74,57,8,0,65,145,0,0,138,137,32,0,12,44,
-240,255,130,65,247,255,140,57,4,0,12,40,228,255,129,64,16,0,0,72,
-120,211,67,127,225,254,255,75,120,27,113,124,255,255,17,44,24,0,130,65,
-32,0,17,44,232,255,130,65,247,255,145,57,4,0,12,40,220,255,129,64,
-8,0,65,129,0,0,106,137,0,0,11,44,140,255,130,64,1,0,160,58,
-144,6,0,72,37,0,11,44,36,0,130,65,255,255,17,44,8,0,130,65,
-1,0,160,58,64,136,11,124,116,6,130,64,1,0,138,57,8,0,129,145,
-140,1,0,72,1,0,138,57,8,0,129,145,0,0,224,58,120,187,255,126,
-1,0,0,59,8,0,129,129,1,0,108,57,8,0,97,145,0,0,172,139,
-208,255,157,57,9,0,12,40,20,0,129,65,10,0,159,29,20,234,140,125,
-208,255,236,59,216,255,255,75,76,0,29,44,12,0,130,65,106,0,29,44,
-12,0,130,64,2,0,224,58,192,255,255,75,108,0,29,44,12,0,130,64,
-1,0,247,58,176,255,255,75,104,0,29,44,12,0,130,64,255,255,247,58,
-160,255,255,75,122,0,29,44,152,255,130,65,116,0,29,44,144,255,130,65,
-94,0,29,44,24,0,130,64,120,227,131,127,1,0,128,56,97,57,0,72,
-0,0,227,131,116,255,255,75,42,0,29,44,12,0,130,64,0,0,0,59,
-100,255,255,75,99,0,29,44,64,0,130,65,91,0,29,44,56,0,130,65,
-110,0,29,44,48,0,130,65,16,0,0,72,120,211,67,127,169,253,255,75,
-120,27,113,124,255,255,17,44,24,0,130,65,32,0,17,44,232,255,130,65,
-247,255,145,57,4,0,12,40,220,255,129,64,0,0,31,44,12,0,129,65,
-15,0,224,63,64,66,255,59,37,0,29,40,0,0,192,59,104,0,130,65,
-80,0,29,40,240,0,130,65,88,0,29,40,236,0,130,65,91,0,29,40,
-24,3,130,65,99,0,29,40,104,0,130,65,100,0,29,40,216,0,130,65,
-105,0,29,40,216,0,130,65,110,0,29,40,88,4,130,65,111,0,29,40,
-196,0,130,65,112,0,29,40,176,0,130,65,115,0,29,40,224,2,130,65,
-117,0,29,40,168,0,130,65,120,0,29,40,156,0,130,65,184,4,0,72,
-255,255,17,44,252,4,130,65,37,0,17,44,224,4,130,64,120,211,67,127,
-241,252,255,75,120,27,113,124,192,4,0,72,255,255,17,44,220,4,130,65,
-15,0,128,61,64,66,140,57,64,96,31,124,8,0,130,64,1,0,224,59,
-0,0,24,44,52,0,130,65,120,227,131,127,1,0,128,56,53,56,0,72,
-0,0,99,130,32,0,0,72,0,0,24,44,12,0,130,65,0,0,51,154,
-1,0,115,58,120,211,67,127,153,252,255,75,120,27,113,124,255,255,255,55,
-12,0,128,65,255,255,17,44,216,255,130,64,1,0,181,58,20,194,214,126,
-80,4,0,72,224,255,192,59,6,0,222,59,2,0,222,59,8,0,222,59,
-255,255,17,44,92,4,130,65,0,0,24,44,0,0,32,59,20,0,130,65,
-120,227,131,127,1,0,128,56,197,55,0,72,0,0,35,131,121,243,219,127,
-120,251,253,127,0,0,128,58,120,163,146,126,120,163,144,126,3,0,128,57,
-12,0,128,64,1,0,64,58,16,0,96,59,45,0,17,44,12,0,130,65,
-43,0,17,44,40,0,130,64,1,0,29,44,255,255,189,59,28,0,129,64,
-45,0,44,106,52,0,140,125,126,217,148,85,120,211,67,127,241,251,255,75,
-120,27,113,124,48,0,17,44,116,0,130,64,0,0,27,44,12,0,130,65,
-16,0,27,44,112,0,130,64,0,0,29,44,255,255,189,59,88,0,129,64,
-120,211,67,127,193,251,255,75,120,27,113,124,120,0,17,44,12,0,130,65,
-88,0,17,44,40,0,130,64,0,0,29,44,255,255,189,59,28,0,129,64,
-120,139,48,126,120,211,67,127,149,251,255,75,120,27,113,124,16,0,96,59,
-36,0,0,72,0,0,27,44,48,0,0,58,24,0,130,64,8,0,96,59,
-16,0,0,72,0,0,27,44,8,0,130,64,10,0,96,59,0,0,192,59,
-120,243,223,127,120,139,35,126,117,251,255,75,0,0,29,44,120,27,104,124,
-12,0,130,65,0,216,8,124,48,0,128,65,48,0,16,44,164,0,130,65,
-0,0,16,44,24,0,130,65,120,139,35,126,120,211,68,127,181,251,255,75,
-120,131,17,126,136,0,0,72,253,255,49,34,208,2,0,72,60,8,233,87,
-56,24,255,87,254,15,202,87,120,83,44,125,126,31,202,87,120,83,255,127,
-10,0,27,44,60,8,203,87,56,24,222,87,16,0,130,64,20,88,222,127,
-20,97,255,127,28,0,0,72,16,0,27,44,20,0,130,64,60,8,255,87,
-254,15,204,87,120,99,255,127,60,8,222,87,112,254,10,125,20,64,222,127,
-20,81,255,127,120,211,67,127,185,250,255,75,120,27,113,124,205,250,255,75,
-255,255,189,55,120,27,104,124,12,0,130,65,0,216,8,124,136,255,128,65,
-0,0,20,44,12,0,130,65,0,0,222,35,144,1,255,127,0,0,25,44,
-60,2,130,65,0,0,18,44,56,0,130,64,254,255,23,44,12,0,130,64,
-0,0,217,155,36,2,0,72,0,0,23,44,12,0,128,64,0,0,217,179,
-20,2,0,72,1,0,23,44,16,0,129,64,0,0,217,147,4,0,249,147,
-0,2,0,72,0,0,217,147,248,1,0,72,255,255,17,44,52,2,130,65,
-255,255,130,61,21,124,140,57,115,0,29,44,12,0,129,145,12,0,225,58,
-8,0,130,65,8,0,225,58,0,0,24,44,0,0,192,59,20,0,130,65,
-120,227,131,127,1,0,128,56,129,53,0,72,0,0,195,131,0,0,55,131,
-0,0,153,137,94,0,139,105,255,255,139,49,17,89,108,127,255,255,160,59,
-8,0,130,64,1,0,57,59,16,0,129,58,120,163,131,126,52,0,108,127,
-126,217,132,85,0,1,160,56,165,169,249,75,0,0,89,137,93,0,10,44,
-12,0,130,64,93,0,116,155,88,0,0,72,45,0,10,44,72,0,130,64,
-255,255,29,44,64,0,130,65,1,0,121,137,0,0,11,44,1,0,153,57,
-48,0,130,65,93,0,11,44,40,0,130,65,120,99,153,125,12,0,0,72,
-174,233,116,127,1,0,189,59,0,0,153,137,0,96,29,124,240,255,129,64,
-255,255,160,59,12,0,0,72,120,83,93,125,174,233,116,127,1,0,89,141,
-93,0,10,44,164,255,130,64,1,0,153,57,0,0,151,145,1,0,160,59,
-36,0,0,72,0,0,30,44,0,0,160,59,12,0,130,65,0,0,62,154,
-1,0,222,59,120,211,67,127,41,249,255,75,120,27,113,124,255,255,17,44,
-28,0,130,65,174,136,148,125,0,0,12,44,16,0,130,65,0,0,31,44,
-255,255,255,59,196,255,129,65,0,0,29,44,12,0,130,65,253,255,49,34,
-172,0,0,72,0,0,30,44,164,0,130,65,0,0,128,57,0,0,158,153,
-152,0,0,72,0,0,24,44,128,0,130,65,255,255,23,44,120,227,131,127,
-1,0,128,56,28,0,128,64,65,52,0,72,4,0,154,129,0,0,99,129,
-255,255,140,57,0,0,139,153,88,0,0,72,0,0,23,44,28,0,128,64,
-33,52,0,72,4,0,154,129,0,0,99,129,255,255,140,57,0,0,139,177,
-56,0,0,72,4,0,154,129,1,0,23,44,255,255,236,59,28,0,129,64,
-249,51,0,72,0,0,67,129,112,254,236,127,0,0,234,147,4,0,138,145,
-16,0,0,72,225,51,0,72,0,0,131,129,0,0,236,147,1,0,160,58,
-44,0,0,72,120,179,195,126,92,0,0,72,255,255,17,44,16,0,128,65,
-20,194,214,126,1,0,181,58,16,0,0,72,1,0,160,58,253,255,49,34,
-20,0,0,72,8,0,65,129,0,0,106,137,0,0,11,44,248,248,130,64,
-120,139,35,126,120,211,68,127,157,248,255,75,255,255,17,44,20,0,130,64,
-0,0,21,44,12,0,130,64,255,255,96,56,8,0,0,72,120,179,195,126,
-80,1,97,57,148,55,0,72,0,0,99,129,0,0,139,137,0,0,12,44,
-16,0,130,65,1,0,107,57,0,0,99,145,8,0,0,72,255,255,128,57,
-120,99,131,125,32,0,128,78,0,0,3,44,32,0,130,77,255,255,3,44,
-32,0,130,77,0,0,132,129,255,255,140,57,0,0,132,145,32,0,128,78,
-166,2,8,124,120,11,43,124,216,255,33,148,33,55,0,72,8,0,129,57,
-12,0,129,145,0,0,159,61,168,255,140,57,20,0,129,145,0,0,159,61,
-208,255,140,57,24,0,129,145,8,0,97,144,12,0,97,56,25,248,255,75,
-40,0,97,57,68,55,0,72,166,2,8,124,4,0,1,144,136,255,33,148,
-24,0,97,144,28,0,129,144,36,0,193,144,40,0,225,144,44,0,1,145,
-48,0,33,145,52,0,65,145,128,0,129,57,12,0,129,145,24,0,129,57,
-16,0,129,145,2,0,128,57,8,0,129,153,0,0,128,57,9,0,129,153,
-32,0,161,144,8,0,161,56,109,255,255,75,124,0,1,128,120,0,33,56,
-166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,136,255,33,148,
-24,0,97,144,28,0,129,144,36,0,193,144,40,0,225,144,44,0,1,145,
-48,0,33,145,52,0,65,145,128,0,129,57,12,0,129,145,24,0,129,57,
-16,0,129,145,2,0,128,57,8,0,129,153,0,0,128,57,9,0,129,153,
-32,0,161,144,8,0,161,56,141,9,0,72,124,0,1,128,120,0,33,56,
-166,3,8,124,32,0,128,78,0,0,100,129,1,0,139,57,0,0,132,145,
-0,0,107,152,62,6,99,84,32,0,128,78,166,2,8,124,120,11,43,124,
-240,255,33,148,253,53,0,72,8,0,97,144,8,0,97,56,120,35,140,124,
-0,0,159,60,216,255,132,56,120,43,166,124,120,99,133,125,17,3,0,72,
-8,0,97,129,0,0,128,57,0,0,139,153,16,0,97,57,32,54,0,72,
-166,2,8,124,4,0,1,144,136,255,33,148,24,0,97,144,28,0,129,144,
-36,0,193,144,40,0,225,144,44,0,1,145,48,0,33,145,52,0,65,145,
-128,0,129,57,12,0,129,145,24,0,129,57,16,0,129,145,2,0,128,57,
-8,0,129,153,0,0,128,57,9,0,129,153,32,0,161,144,8,0,161,56,
-109,255,255,75,124,0,1,128,120,0,33,56,166,3,8,124,32,0,128,78,
-32,0,0,72,10,0,96,57,150,91,131,125,10,0,140,29,80,24,140,125,
-48,0,140,57,255,255,132,157,150,91,99,124,0,0,3,44,224,255,130,64,
-0,0,5,44,24,0,130,65,12,0,0,72,48,0,128,57,255,255,132,157,
-0,32,5,124,244,255,128,65,120,35,131,124,32,0,128,78,166,2,8,124,
-120,11,43,124,208,255,33,148,233,52,0,72,120,27,121,124,120,35,154,124,
-121,211,94,127,8,0,121,131,12,0,153,131,16,0,130,64,255,255,194,63,
-30,124,222,59,120,243,218,127,120,211,67,127,137,10,0,72,21,0,153,137,
-0,0,12,44,4,0,121,129,16,0,130,65,64,24,11,124,8,0,128,64,
-120,91,99,125,0,0,249,131,0,24,31,124,20,26,186,127,8,0,128,64,
-120,27,127,124,16,0,153,137,0,0,12,44,80,248,227,126,76,0,130,65,
-0,0,154,137,45,0,12,44,20,0,130,65,43,0,12,44,12,0,130,65,
-32,0,12,44,8,0,130,64,1,0,90,59,0,0,154,137,48,0,12,44,
-24,0,130,64,1,0,154,137,32,0,140,97,120,0,12,44,8,0,130,64,
-2,0,90,59,48,0,0,59,32,0,0,72,32,0,0,59,24,0,0,72,
-0,0,126,136,1,0,222,59,120,219,100,127,166,3,137,127,33,4,128,78,
-0,208,30,124,232,255,128,65,17,0,153,137,0,0,12,44,60,0,130,64,
-24,0,0,72,120,195,3,127,120,219,100,127,166,3,137,127,33,4,128,78,
-255,255,247,58,0,0,23,44,232,255,129,65,24,0,0,72,0,0,122,136,
-1,0,90,59,120,219,100,127,166,3,137,127,33,4,128,78,0,232,26,124,
-232,255,128,65,24,0,0,72,120,219,100,127,32,0,96,56,166,3,137,127,
-33,4,128,78,255,255,247,58,0,0,23,44,232,255,129,65,120,251,227,127,
-48,0,97,57,240,51,0,72,166,2,8,124,120,11,43,124,136,255,33,148,
-165,51,0,72,120,27,127,124,4,0,95,129,120,35,131,124,0,0,10,44,
-120,43,190,124,107,0,97,57,8,0,128,64,1,0,64,57,0,0,128,57,
-0,0,139,153,120,91,100,125,80,88,170,124,21,254,255,75,0,0,30,44,
-120,27,100,124,8,0,130,65,255,255,196,159,120,251,227,127,73,254,255,75,
-120,0,97,57,168,51,0,72,27,0,131,137,181,6,138,85,32,0,0,72,
-63,7,139,84,255,255,130,61,38,124,140,57,174,88,140,125,62,225,132,84,
-120,99,76,125,255,255,133,157,0,0,4,44,224,255,130,64,120,43,163,124,
-32,0,128,78,4,0,131,129,0,0,12,44,8,0,128,64,1,0,128,57,
-0,0,4,44,80,48,204,124,12,0,128,64,48,0,128,57,255,255,133,157,
-0,48,5,124,244,255,129,65,0,0,4,44,20,0,129,64,27,0,131,137,
-255,255,133,153,48,0,128,57,254,255,133,157,120,43,164,124,188,253,255,75,
-166,2,8,124,120,11,43,124,80,255,33,148,161,50,0,72,120,27,120,124,
-120,35,153,124,121,43,186,124,120,51,219,124,0,0,192,59,12,0,130,64,
-255,255,66,63,30,124,90,59,16,0,1,147,20,0,33,147,212,5,0,72,
-37,0,3,44,1,0,90,59,12,0,130,65,120,195,4,127,160,5,0,72,
-0,0,224,58,255,255,128,57,8,0,129,145,12,0,129,145,24,0,97,57,
-16,0,0,72,0,0,128,57,0,0,139,153,1,0,107,57,35,0,129,57,
-0,96,11,124,236,255,129,64,0,0,122,136,45,0,3,44,16,0,130,64,
-1,0,128,57,25,0,129,153,80,0,0,72,120,27,108,124,43,0,12,44,
-12,0,130,64,26,0,129,153,60,0,0,72,48,0,3,44,16,0,130,64,
-1,0,128,57,24,0,129,153,40,0,0,72,120,27,108,124,32,0,12,44,
-12,0,130,64,27,0,129,153,20,0,0,72,35,0,3,44,20,0,130,64,
-1,0,128,57,28,0,129,153,1,0,90,59,152,255,255,75,208,255,131,57,
-10,0,12,40,56,0,128,64,0,0,128,57,255,255,90,59,20,0,0,72,
-10,0,108,29,0,0,154,137,20,98,139,125,208,255,140,57,8,0,129,145,
-1,0,122,141,208,255,107,57,10,0,11,40,224,255,128,65,60,0,0,72,
-42,0,3,44,52,0,130,64,120,219,99,127,1,0,128,56,129,45,0,72,
-0,0,131,129,0,0,12,44,8,0,129,145,20,0,128,64,208,0,140,125,
-8,0,129,145,1,0,128,57,25,0,129,153,1,0,90,59,0,0,154,137,
-46,0,12,44,140,0,130,64,1,0,122,140,208,255,131,57,10,0,12,40,
-1,0,224,58,56,0,128,64,0,0,128,57,255,255,90,59,20,0,0,72,
-10,0,108,29,0,0,154,137,20,98,139,125,208,255,140,57,12,0,129,145,
-1,0,122,141,208,255,107,57,10,0,11,40,224,255,128,65,68,0,0,72,
-42,0,3,44,44,0,130,64,120,219,99,127,1,0,128,56,245,44,0,72,
-0,0,131,129,0,0,12,44,12,0,129,145,28,0,128,64,255,255,128,57,
-12,0,129,145,16,0,0,72,0,0,128,57,12,0,129,145,8,0,0,72,
-1,0,90,59,0,0,122,136,32,0,3,44,244,255,130,65,108,0,3,44,
-20,0,130,64,1,0,154,141,108,0,12,44,108,0,130,64,20,0,0,72,
-76,0,3,44,12,0,130,65,106,0,3,44,20,0,130,64,1,0,90,59,
-1,0,128,57,31,0,129,153,72,0,0,72,104,0,3,44,44,0,130,64,
-1,0,154,141,104,0,12,44,20,0,130,64,1,0,90,59,1,0,128,57,
-34,0,129,153,36,0,0,72,1,0,128,57,33,0,129,153,24,0,0,72,
-122,0,3,44,12,0,130,65,116,0,3,44,8,0,130,64,1,0,90,59,
-0,0,122,137,65,0,11,40,35,0,97,153,1,0,90,59,100,2,130,65,
-69,0,11,40,48,3,128,65,71,0,11,40,84,2,129,64,80,0,11,40,
-28,1,130,65,88,0,11,40,48,1,130,65,97,0,11,40,60,2,130,65,
-99,0,11,40,248,2,130,65,100,0,11,40,80,0,130,65,101,0,11,40,
-248,2,128,65,103,0,11,40,28,2,129,64,105,0,11,40,56,0,130,65,
-110,0,11,40,56,2,130,65,111,0,11,40,240,0,130,65,112,0,11,40,
-204,0,130,65,115,0,11,40,148,2,130,65,117,0,11,40,216,0,130,65,
-120,0,11,40,208,0,130,65,180,2,0,72,0,0,23,44,12,0,130,65,
-0,0,128,57,24,0,129,153,31,0,129,137,0,0,12,44,120,219,99,127,
-52,0,130,65,2,0,128,56,129,43,0,72,0,0,159,61,72,11,140,53,
-0,0,163,128,4,0,195,128,16,0,130,65,8,0,97,56,1,8,0,72,
-172,2,0,72,120,43,189,124,16,0,0,72,1,0,128,56,81,43,0,72,
-0,0,163,131,33,0,129,137,0,0,12,44,12,0,130,65,52,7,189,127,
-20,0,0,72,34,0,129,137,0,0,12,44,8,0,130,65,116,7,189,127,
-26,0,161,136,0,0,5,44,120,235,164,127,8,0,130,64,27,0,161,136,
-0,0,4,44,12,0,128,64,45,0,160,56,208,0,132,124,8,0,97,56,
-184,0,0,72,8,255,139,57,35,0,129,153,120,219,99,127,1,0,128,56,
-233,42,0,72,0,0,131,131,164,0,0,72,0,0,23,44,12,0,130,65,
-0,0,128,57,24,0,129,153,31,0,129,137,0,0,12,44,120,219,99,127,
-52,0,130,65,2,0,128,56,185,42,0,72,0,0,159,61,84,10,140,53,
-0,0,163,128,4,0,195,128,16,0,130,65,8,0,97,56,69,6,0,72,
-228,1,0,72,120,43,189,124,16,0,0,72,1,0,128,56,137,42,0,72,
-0,0,131,131,33,0,129,137,0,0,12,44,12,0,130,65,62,4,156,87,
-20,0,0,72,34,0,129,137,0,0,12,44,8,0,130,65,62,6,189,87,
-35,0,129,137,117,0,12,44,24,0,130,64,120,227,132,127,8,0,97,56,
-0,0,160,56,161,250,255,75,140,1,0,72,121,227,132,127,28,0,225,138,
-139,0,161,56,116,7,247,126,0,0,128,57,139,0,129,153,8,0,130,64,
-120,35,151,124,35,0,129,137,111,0,12,44,40,0,130,64,208,0,247,126,
-20,0,0,72,127,7,140,84,48,0,140,57,255,255,133,157,254,232,132,84,
-0,0,4,44,236,255,130,64,20,0,0,72,139,0,161,56,8,0,97,56,
-165,250,255,75,120,27,101,124,120,187,228,126,139,0,193,56,8,0,97,56,
-201,250,255,75,24,1,0,72,12,0,237,62,128,215,247,58,120,187,228,126,
-8,0,97,56,181,248,255,75,20,26,222,127,41,0,128,57,15,0,151,153,
-0,0,128,57,16,0,151,153,240,0,0,72,34,0,129,137,0,0,12,44,
-1,0,128,56,120,219,99,127,20,0,130,65,137,41,0,72,0,0,131,129,
-0,0,204,155,204,0,0,72,33,0,129,137,0,0,12,44,20,0,130,65,
-109,41,0,72,0,0,131,129,0,0,204,179,176,0,0,72,31,0,129,137,
-0,0,12,44,28,0,130,65,81,41,0,72,0,0,67,129,112,254,204,127,
-0,0,202,147,4,0,138,145,140,0,0,72,57,41,0,72,0,0,131,129,
-0,0,204,147,124,0,0,72,1,0,128,56,29,0,129,152,0,0,128,57,
-24,0,129,153,120,219,99,127,21,41,0,72,0,0,131,128,8,0,97,56,
-80,0,0,72,120,219,99,127,1,0,128,56,253,40,0,72,0,0,99,137,
-36,0,97,153,0,0,128,57,37,0,129,153,0,0,11,44,1,0,128,57,
-29,0,129,153,28,0,130,64,120,195,4,127,0,0,96,56,166,3,41,127,
-33,4,128,78,1,0,222,59,20,0,0,72,8,0,97,56,36,0,129,56,
-181,247,255,75,20,26,222,127,0,0,122,136,0,0,3,44,40,250,130,64,
-120,243,195,127,176,0,97,57,228,44,0,72,166,2,8,124,120,11,43,124,
-224,253,33,148,141,44,0,72,120,35,157,124,120,43,190,124,120,27,124,124,
-237,7,0,72,12,0,156,129,254,47,155,85,67,0,140,85,16,0,130,64,
-9,0,96,56,129,39,0,72,148,0,0,72,12,0,156,129,194,0,140,85,
-12,0,156,145,4,0,156,129,0,0,12,44,36,0,130,64,8,0,129,57,
-4,0,156,145,0,0,156,145,0,2,128,57,8,0,156,145,12,0,156,129,
-136,1,140,85,12,0,156,145,120,227,131,127,0,0,159,60,92,5,132,56,
-120,235,165,127,120,243,198,127,85,249,255,75,4,0,124,129,8,0,129,57,
-64,96,11,124,120,27,126,124,28,0,130,64,120,227,131,127,201,7,0,72,
-0,0,128,57,4,0,156,145,0,0,156,145,8,0,156,145,0,0,27,44,
-20,0,130,64,12,0,156,129,9,1,140,85,8,0,130,65,255,255,192,59,
-120,227,131,127,253,6,0,72,120,243,195,127,32,2,97,57,16,44,0,72,
-166,2,8,124,4,0,1,144,136,255,33,148,36,0,193,144,40,0,225,144,
-44,0,1,145,48,0,33,145,52,0,65,145,128,0,129,57,12,0,129,145,
-24,0,129,57,16,0,129,145,1,0,128,57,8,0,129,153,0,0,128,57,
-9,0,129,153,24,0,97,144,28,0,129,144,120,27,100,124,43,0,109,60,
-212,167,99,56,32,0,161,144,8,0,161,56,193,254,255,75,124,0,1,128,
-120,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,120,11,43,124,
-232,255,33,148,65,43,0,72,121,27,127,124,120,35,157,124,120,43,190,124,
-16,0,130,64,0,0,254,131,0,0,31,44,28,0,130,65,120,251,227,127,
-120,235,164,127,141,0,0,72,174,24,159,125,0,0,12,44,12,0,130,64,
-0,0,224,59,52,0,0,72,20,26,255,127,120,251,227,127,120,235,164,127,
-193,0,0,72,174,24,127,125,0,0,11,44,20,26,159,125,8,0,130,65,
-1,0,140,57,0,0,158,145,0,0,128,57,174,25,159,125,120,251,227,127,
-24,0,97,57,32,43,0,72,166,2,8,124,120,11,43,124,240,255,33,148,
-189,42,0,72,120,27,126,124,120,35,159,124,13,212,255,75,120,27,108,124,
-120,243,195,127,120,251,228,127,180,0,172,56,77,255,255,75,16,0,97,57,
-236,42,0,72,120,27,106,124,40,0,0,72,120,35,140,124,8,0,0,72,
-1,0,140,57,0,0,108,137,0,0,11,44,28,0,130,65,64,72,11,124,
-236,255,130,64,1,0,74,57,0,0,42,137,0,0,9,44,212,255,130,64,
-80,80,99,124,32,0,128,78,255,255,99,57,1,0,139,141,0,0,12,44,
-248,255,130,64,80,88,99,124,32,0,128,78,120,27,106,124,40,0,0,72,
-120,35,140,124,8,0,0,72,1,0,140,57,0,0,108,137,64,72,11,124,
-28,0,130,65,0,0,11,44,236,255,130,64,1,0,74,57,0,0,42,137,
-0,0,9,44,212,255,130,64,80,80,99,124,32,0,128,78,255,255,132,56,
-255,255,99,57,1,0,132,141,1,0,139,157,0,0,12,40,244,255,130,64,
-32,0,128,78,0,0,5,44,32,0,130,77,120,27,107,124,80,88,132,125,
-64,40,12,124,32,0,129,65,20,42,107,125,20,42,132,124,166,3,169,124,
-255,255,132,141,255,255,139,157,248,255,0,66,32,0,128,78,255,255,132,56,
-255,255,107,57,166,3,169,124,1,0,132,141,1,0,139,157,248,255,0,66,
-32,0,128,78,166,2,8,124,120,11,43,124,120,255,33,148,113,41,0,72,
-120,27,123,124,120,43,163,124,120,51,221,124,155,59,224,63,0,202,255,59,
-4,0,155,129,120,35,156,124,0,0,12,44,107,0,97,57,120,91,100,125,
-8,0,128,64,1,0,128,57,80,88,204,127,0,0,128,57,0,0,139,153,
-34,0,128,57,58,16,234,87,152,0,0,72,0,0,96,57,120,91,105,125,
-120,91,122,125,31,0,12,44,12,0,128,64,48,96,235,127,8,0,0,72,
-120,211,73,127,64,224,10,124,60,8,90,87,52,0,129,65,64,24,11,124,
-20,0,129,65,1,0,90,59,80,224,138,127,80,24,107,124,28,0,0,72,
-64,224,10,124,20,0,128,64,1,0,90,59,80,24,107,124,80,224,138,127,
-255,255,156,59,255,255,140,53,126,248,74,85,168,255,128,64,121,211,44,125,
-120,75,60,125,12,0,130,65,247,255,164,56,8,0,0,72,120,35,133,124,
-89,243,255,75,120,27,100,124,120,211,67,127,3,0,64,57,4,0,128,57,
-0,0,28,44,104,255,130,64,120,243,197,127,57,243,255,75,0,0,29,44,
-120,27,126,124,8,0,130,65,255,255,190,159,0,0,128,57,20,0,155,153,
-120,219,99,127,120,243,196,127,97,243,255,75,136,0,97,57,176,40,0,72,
-166,2,8,124,120,11,43,124,136,255,33,148,85,40,0,72,120,43,170,124,
-120,51,203,124,0,0,128,57,107,0,129,153,121,83,108,125,120,27,126,124,
-107,0,161,56,8,0,130,64,20,0,94,153,27,0,158,137,20,0,190,139,
-111,0,12,44,116,7,189,127,52,0,130,64,208,0,189,127,32,0,0,72,
-127,7,70,85,48,0,6,49,255,255,5,157,254,232,74,85,4,232,108,85,
-120,99,74,125,254,232,107,85,121,83,108,125,224,255,130,64,104,0,0,72,
-120,83,69,125,117,0,12,44,120,91,127,125,120,243,195,127,20,0,130,64,
-120,251,228,127,0,0,192,56,69,254,255,75,84,0,0,72,120,43,164,124,
-107,0,161,56,117,244,255,75,0,0,31,44,120,27,101,124,28,0,130,65,
-12,0,0,72,48,0,128,57,255,255,133,157,99,0,129,57,0,40,12,124,
-240,255,128,65,120,243,195,127,120,251,228,127,69,244,255,75,120,27,101,124,
-120,243,195,127,120,235,164,127,107,0,193,56,105,244,255,75,120,0,97,57,
-200,39,0,72,120,51,204,124,18,0,195,136,0,0,6,44,120,43,171,124,
-8,0,130,64,19,0,195,136,0,0,12,44,16,0,128,64,45,0,192,56,
-0,0,107,33,144,1,140,125,120,99,132,125,120,91,101,125,176,253,255,75,
-166,2,8,124,4,0,1,144,248,255,33,148,8,0,132,129,255,255,140,53,
-8,0,132,145,12,0,128,64,69,1,0,72,24,0,0,72,0,0,132,129,
-1,0,108,57,0,0,100,145,0,0,108,152,62,6,99,84,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,120,11,43,124,
-224,255,33,148,217,38,0,72,120,27,125,124,120,35,158,124,120,243,195,127,
-57,2,0,72,4,0,158,129,0,0,12,44,204,0,130,64,120,235,163,127,
-113,252,255,75,121,27,123,124,24,0,130,65,0,0,125,136,120,243,196,127,
-213,0,0,72,255,255,3,44,76,0,130,65,255,255,123,55,172,0,129,64,
-12,0,158,129,0,0,224,59,190,4,156,85,120,227,131,127,20,250,157,125,
-1,0,140,56,80,216,191,124,57,106,255,75,0,0,3,44,20,0,128,65,
-20,26,255,127,0,216,31,124,220,255,128,65,120,251,227,127,0,216,3,124,
-108,0,128,64,12,0,158,129,255,255,224,59,0,8,140,101,12,0,158,145,
-92,0,0,72,8,0,158,129,255,255,140,53,8,0,158,145,20,0,128,64,
-0,0,125,136,120,243,196,127,85,0,0,72,24,0,0,72,0,0,158,129,
-1,0,108,57,0,0,126,145,0,0,125,136,0,0,108,152,255,255,3,44,
-1,0,189,59,12,0,130,64,120,27,127,124,20,0,0,72,0,0,157,137,
-0,0,12,44,176,255,130,64,0,0,224,59,120,243,195,127,21,1,0,72,
-120,251,227,127,32,0,97,57,40,38,0,72,166,2,8,124,120,11,43,124,
-232,255,33,148,201,37,0,72,120,35,157,124,43,0,109,61,196,167,107,57,
-0,88,29,124,120,27,127,124,184,0,128,65,12,0,141,61,196,215,140,161,
-54,32,140,85,20,98,139,125,0,96,29,124,160,0,128,64,12,0,157,129,
-67,0,140,85,148,0,130,65,12,0,157,129,62,55,140,85,9,0,140,113,
-9,0,12,44,4,0,221,131,8,0,130,64,0,0,221,147,12,0,157,129,
-0,0,30,44,136,1,140,85,194,0,140,85,12,0,157,145,80,0,130,64,
-12,0,157,129,190,4,158,85,33,4,140,85,8,0,225,155,20,0,130,65,
-120,243,195,127,0,0,128,56,2,0,160,56,165,32,0,72,120,243,195,127,
-8,0,129,56,1,0,160,56,229,104,255,75,1,0,3,44,64,0,128,64,
-12,0,157,129,0,8,140,101,12,0,157,145,20,0,0,72,120,235,163,127,
-209,0,0,72,0,0,3,44,12,0,130,65,255,255,96,56,28,0,0,72,
-255,1,128,57,8,0,157,145,0,0,254,155,1,0,222,59,0,0,221,147,
-62,6,227,87,24,0,97,57,44,37,0,72,166,2,8,124,4,0,1,144,
-248,255,33,148,77,28,0,72,0,0,3,44,20,0,130,65,0,0,99,128,
-0,0,3,44,8,0,130,65,173,205,255,75,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-21,28,0,72,0,0,3,44,20,0,130,65,0,0,99,128,0,0,3,44,
-8,0,130,65,121,205,255,75,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,221,27,0,72,
-0,0,3,44,8,0,130,65,57,205,255,75,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,166,2,8,124,120,11,43,124,224,255,33,148,
-29,36,0,72,0,0,224,59,120,27,124,124,133,255,255,75,0,0,28,44,
-232,0,130,65,4,0,156,129,0,0,12,44,220,0,130,65,12,0,124,129,
-67,0,107,85,20,0,130,64,9,0,96,56,9,31,0,72,255,255,224,59,
-192,0,0,72,12,0,124,129,133,0,107,85,180,0,130,64,0,0,124,129,
-0,96,11,124,128,0,129,64,12,0,156,129,33,4,140,85,24,0,130,65,
-12,0,156,129,0,0,128,56,190,4,131,85,2,0,160,56,37,31,0,72,
-12,0,156,129,4,0,124,131,190,4,154,85,0,0,156,129,0,0,192,59,
-80,96,187,127,120,211,67,127,20,242,155,124,80,232,190,124,77,103,255,75,
-0,0,3,44,12,0,128,64,120,27,126,124,16,0,0,72,20,26,222,127,
-0,232,30,124,216,255,128,65,0,0,30,44,20,0,128,64,12,0,156,129,
-255,255,224,59,0,8,140,101,12,0,156,145,12,0,156,129,160,4,140,85,
-12,0,156,145,4,0,156,129,0,0,12,44,0,0,156,145,0,2,96,57,
-8,0,130,64,120,99,139,125,8,0,124,145,120,227,131,127,89,254,255,75,
-120,251,227,127,32,0,97,57,104,35,0,72,3,0,132,29,20,98,101,125,
-0,0,139,137,0,0,131,153,1,0,139,141,1,0,131,153,1,0,139,137,
-2,0,131,157,1,0,99,56,32,0,128,78,10,0,96,57,1,0,128,57,
-12,0,0,72,10,0,107,29,1,0,140,57,0,40,12,124,244,255,128,65,
-255,255,99,56,36,0,0,72,214,91,132,125,214,89,140,125,80,32,140,124,
-10,0,128,57,214,99,107,125,214,91,132,125,48,0,140,57,1,0,131,157,
-255,255,165,52,220,255,128,64,1,0,99,56,32,0,128,78,166,2,8,124,
-120,11,43,124,232,255,33,148,141,34,0,72,120,27,126,124,120,35,159,124,
-120,251,227,127,24,0,158,128,255,255,162,60,62,124,165,56,93,255,255,75,
-1,0,131,57,32,0,128,59,0,0,131,155,120,99,131,125,16,0,158,128,
-255,255,162,60,86,124,165,56,61,255,255,75,1,0,131,57,0,0,131,155,
-120,99,131,125,12,0,158,128,2,0,160,56,77,255,255,75,1,0,131,57,
-0,0,131,155,120,99,131,125,8,0,158,128,2,0,160,56,53,255,255,75,
-1,0,131,57,58,0,160,59,0,0,163,155,120,99,131,125,4,0,158,128,
-2,0,160,56,25,255,255,75,1,0,131,57,0,0,163,155,120,99,131,125,
-0,0,158,128,2,0,160,56,1,255,255,75,1,0,131,57,0,0,131,155,
-120,99,131,125,20,0,158,129,4,0,160,56,108,7,140,56,229,254,255,75,
-0,0,128,57,0,0,131,153,120,251,227,127,24,0,97,57,20,34,0,72,
-166,2,8,124,120,11,43,124,232,255,33,148,177,33,0,72,120,27,125,124,
-120,35,159,124,120,251,227,127,8,0,157,128,2,0,160,56,169,254,255,75,
-1,0,131,57,58,0,192,59,0,0,195,155,120,99,131,125,4,0,157,128,
-2,0,160,56,141,254,255,75,1,0,131,57,0,0,195,155,120,99,131,125,
-0,0,157,128,2,0,160,56,117,254,255,75,0,0,128,57,0,0,131,153,
-120,251,227,127,24,0,97,57,168,33,0,72,166,2,8,124,120,11,43,124,
-232,255,33,148,65,33,0,72,120,27,125,124,120,35,159,124,120,251,227,127,
-24,0,157,128,255,255,162,60,62,124,165,56,13,254,255,75,1,0,131,57,
-32,0,192,59,0,0,195,155,120,99,131,125,16,0,157,128,255,255,162,60,
-86,124,165,56,237,253,255,75,1,0,131,57,0,0,195,155,120,99,131,125,
-12,0,157,128,2,0,160,56,253,253,255,75,44,0,128,57,0,0,131,153,
-1,0,195,155,20,0,157,129,2,0,99,56,108,7,140,56,4,0,160,56,
-221,253,255,75,0,0,128,57,0,0,131,153,120,251,227,127,24,0,97,57,
-16,33,0,72,20,0,0,72,0,0,133,137,1,0,165,56,0,0,131,153,
-1,0,99,56,0,32,3,124,32,0,128,76,0,0,133,137,0,0,12,44,
-224,255,130,64,32,0,128,78,20,50,99,125,0,32,11,124,0,0,128,57,
-16,0,129,65,120,43,164,124,120,51,197,124,128,253,255,75,120,99,131,125,
-32,0,128,78,166,2,8,124,120,11,43,124,184,255,33,148,73,32,0,72,
-120,27,124,124,120,227,153,127,20,34,153,125,255,255,76,59,43,0,109,63,
-140,163,123,59,12,1,155,129,0,0,12,44,120,51,222,124,120,43,189,124,
-252,4,130,64,255,255,66,61,186,124,74,57,43,0,109,61,64,163,107,57,
-0,0,32,57,58,16,44,85,46,97,91,125,20,98,155,125,48,0,108,145,
-0,0,138,137,0,0,139,153,1,0,138,137,1,0,139,153,2,0,138,137,
-255,255,74,57,2,0,139,153,0,0,128,57,3,0,139,153,4,0,107,57,
-1,0,138,141,0,0,12,44,248,255,130,64,1,0,41,57,12,0,9,44,
-1,0,74,57,176,255,128,65,255,255,66,61,126,124,74,57,43,0,109,61,
-112,163,107,57,0,0,32,57,58,16,44,85,20,98,155,125,96,0,76,145,
-124,0,108,145,0,0,138,137,0,0,139,153,1,0,138,137,1,0,139,153,
-2,0,138,137,255,255,74,57,2,0,139,153,0,0,128,57,3,0,139,153,
-4,0,107,57,1,0,138,141,0,0,12,44,248,255,130,64,1,0,41,57,
-7,0,9,44,1,0,74,57,176,255,128,65,255,255,130,61,54,124,140,57,
-152,0,155,145,255,255,130,61,57,124,140,57,156,0,155,145,255,255,66,61,
-18,125,74,57,0,0,32,57,58,16,44,85,20,98,155,125,1,0,41,57,
-24,0,9,44,160,0,76,145,4,0,74,57,232,255,128,65,0,0,159,61,
-8,255,140,57,0,1,155,145,0,0,159,61,152,254,140,57,4,1,155,145,
-0,0,159,61,184,253,140,57,8,1,155,145,1,0,128,57,12,1,155,145,
-188,3,0,72,37,0,11,44,20,0,130,65,0,0,157,137,0,0,153,153,
-1,0,57,59,152,3,0,72,1,0,125,141,37,0,11,40,124,3,130,65,
-65,0,11,40,240,0,130,65,66,0,11,40,32,1,130,65,68,0,11,40,
-180,2,130,65,72,0,11,40,104,1,130,65,73,0,11,40,112,1,130,65,
-77,0,11,40,184,1,130,65,83,0,11,40,236,1,130,65,84,0,11,40,
-148,2,130,65,85,0,11,40,60,3,128,65,87,0,11,40,12,2,129,64,
-88,0,11,40,124,2,130,65,89,0,11,40,164,2,130,65,90,0,11,40,
-180,2,130,65,97,0,11,40,104,0,130,65,98,0,11,40,156,0,130,65,
-99,0,11,40,200,0,130,65,100,0,11,40,228,0,130,65,104,0,11,40,
-8,1,130,65,106,0,11,40,36,1,130,65,109,0,11,40,52,1,130,65,
-112,0,11,40,80,1,130,65,116,0,11,40,36,2,130,65,117,0,11,40,
-124,1,130,65,119,0,11,40,144,1,130,65,120,0,11,40,4,2,130,65,
-121,0,11,40,12,2,130,65,176,2,0,72,120,203,35,127,24,0,158,129,
-120,211,68,127,58,16,140,85,20,98,155,125,124,0,172,128,37,253,255,75,
-140,0,0,72,120,203,35,127,24,0,158,129,120,211,68,127,58,16,140,85,
-20,98,155,125,96,0,172,128,224,255,255,75,120,203,35,127,16,0,158,129,
-120,211,68,127,58,16,140,85,20,98,155,125,48,0,172,128,196,255,255,75,
-120,203,35,127,16,0,158,129,120,211,68,127,58,16,140,85,46,216,172,124,
-172,255,255,75,8,1,155,129,120,243,195,127,8,0,129,56,166,3,137,125,
-33,4,128,78,120,27,101,124,120,203,35,127,120,211,68,127,136,255,255,75,
-120,203,35,127,120,211,68,127,12,0,190,128,2,0,192,56,197,252,255,75,
-120,27,121,124,8,2,0,72,120,203,35,127,120,211,68,127,8,0,190,128,
-228,255,255,75,8,0,190,128,12,0,5,44,12,0,129,64,244,255,165,56,
-80,1,0,72,0,0,5,44,72,1,130,64,12,0,160,56,64,1,0,72,
-120,203,35,127,28,0,158,129,120,211,68,127,1,0,172,56,3,0,192,56,
-172,255,255,75,120,203,35,127,16,0,158,129,120,211,68,127,1,0,172,56,
-148,255,255,75,120,203,35,127,120,211,68,127,4,0,190,128,132,255,255,75,
-8,0,158,129,12,0,12,44,120,211,68,127,120,203,35,127,38,0,128,125,
-254,15,140,85,1,0,140,105,58,16,140,85,20,98,155,125,152,0,172,128,
-208,254,255,75,120,203,35,127,120,211,68,127,0,0,190,128,72,255,255,75,
-24,0,190,128,0,0,5,44,8,0,130,64,7,0,160,56,48,0,133,57,
-0,0,153,153,60,1,0,72,24,0,158,129,48,0,140,57,240,255,255,75,
-0,0,0,57,24,0,158,129,120,67,10,125,208,0,44,125,85,0,11,44,
-120,96,41,125,254,15,41,85,12,0,130,64,1,0,32,57,36,0,0,72,
-86,0,11,44,16,0,130,64,4,0,0,57,52,0,64,57,16,0,0,72,
-87,0,11,44,8,0,130,64,1,0,0,57,28,0,126,129,80,88,140,125,
-21,66,172,124,20,0,128,65,7,0,128,57,214,99,133,125,21,98,169,124,
-56,0,130,64,120,83,69,125,48,0,0,72,0,1,155,129,124,254,255,75,
-4,1,155,129,116,254,255,75,20,0,190,128,100,0,5,44,20,0,128,65,
-100,0,128,57,214,99,133,125,100,0,140,29,80,40,172,124,120,203,35,127,
-120,211,68,127,120,254,255,75,20,0,158,129,120,203,35,127,108,7,172,56,
-120,211,68,127,4,0,192,56,100,254,255,75,209,15,0,72,120,27,101,124,
-255,255,5,44,100,0,130,65,0,0,5,44,8,0,128,64,160,5,165,56,
-60,0,128,57,214,99,133,125,60,0,140,29,81,40,140,125,68,0,130,64,
-0,0,5,44,60,0,128,65,60,0,128,57,214,99,133,125,24,0,12,44,
-44,0,128,64,120,203,35,127,120,211,68,127,58,16,140,85,20,98,155,125,
-160,0,172,128,120,253,255,75,37,0,128,57,200,254,255,75,0,0,121,153,
-1,0,57,59,0,0,25,44,1,0,189,59,52,0,130,65,0,208,25,124,
-16,0,128,64,0,0,125,137,0,0,11,44,56,252,130,64,1,0,154,57,
-0,96,25,124,12,0,128,64,0,0,128,57,0,0,153,153,64,208,25,124,
-12,0,130,64,0,0,96,56,8,0,0,72,80,200,124,124,72,0,97,57,
-56,27,0,72,166,2,8,124,120,11,43,124,192,255,33,148,225,26,0,72,
-120,27,126,124,16,0,254,128,12,0,128,57,214,99,103,125,20,0,158,129,
-1,0,32,61,20,90,76,125,12,0,139,29,81,56,236,124,128,81,41,57,
-12,0,128,64,12,0,231,56,255,255,74,57,254,255,138,57,137,0,12,40,
-92,1,128,64,12,0,158,129,60,8,235,84,255,255,12,57,255,255,130,61,
-122,125,140,57,174,98,139,125,44,1,202,56,20,98,168,127,191,7,204,84,
-0,0,0,57,48,0,130,64,100,0,128,57,214,99,134,125,100,0,140,29,
-81,48,140,125,24,0,130,64,144,1,128,57,214,99,134,125,144,1,140,29,
-81,48,140,125,8,0,130,64,1,0,0,57,112,22,204,124,148,1,108,125,
-100,0,128,57,214,99,134,125,80,88,108,125,144,1,128,57,214,99,134,125,
-0,0,8,44,20,98,139,125,167,255,204,56,16,0,130,65,1,0,7,44,
-8,0,129,65,255,255,189,59,8,0,158,129,60,0,108,29,4,0,158,129,
-20,98,139,125,60,0,236,31,0,0,158,129,12,0,0,72,255,255,192,56,
-120,75,44,125,21,98,255,127,20,50,189,127,240,255,128,65,214,75,159,125,
-20,98,189,127,214,73,140,125,80,248,236,127,109,1,138,29,50,156,140,57,
-20,98,189,127,229,13,0,72,60,0,131,29,20,98,255,127,32,0,158,129,
-0,0,12,44,52,0,128,64,24,0,157,29,60,0,140,29,60,0,140,29,
-20,250,140,125,12,0,129,145,12,0,97,56,16,0,129,56,225,13,0,72,
-0,0,3,44,64,0,130,65,32,0,131,129,32,0,158,145,0,0,12,44,
-8,0,130,65,240,241,255,59,24,0,157,29,60,0,140,29,60,0,140,29,
-20,250,140,125,8,0,129,145,8,0,97,56,16,0,129,56,165,13,0,72,
-0,0,3,44,12,0,130,64,255,255,96,56,36,0,0,72,252,255,67,57,
-252,255,126,57,9,0,128,57,166,3,137,125,4,0,138,133,4,0,139,149,
-248,255,0,66,8,0,97,128,64,0,97,57,112,25,0,72,43,0,77,61,
-156,164,74,57,28,0,138,129,0,96,3,124,32,0,128,77,32,0,138,129,
-0,96,3,124,32,0,128,76,127,7,108,84,32,0,130,76,8,0,138,129,
-0,96,3,124,252,255,195,128,32,0,128,64,120,99,139,125,4,0,139,129,
-0,96,3,124,44,0,128,64,0,88,12,124,236,255,128,65,32,0,0,72,
-120,99,139,125,120,91,108,125,0,0,108,129,0,88,12,124,12,0,128,64,
-0,24,11,124,236,255,129,64,0,24,12,124,8,0,138,145,252,255,236,128,
-16,0,129,65,20,58,76,125,0,80,3,124,32,0,128,77,20,58,76,125,
-64,24,10,124,0,0,0,57,120,67,9,125,20,0,130,64,120,99,131,125,
-4,0,131,129,20,58,198,124,1,0,0,57,20,50,67,125,64,88,10,124,
-40,0,130,64,0,0,75,129,0,0,108,144,252,255,107,129,4,0,131,145,
-20,90,198,124,120,83,75,125,0,0,99,145,4,0,107,144,1,0,32,57,
-252,255,195,144,0,0,8,44,32,0,130,76,0,0,9,44,32,0,130,76,
-0,0,108,144,4,0,131,145,0,0,99,145,4,0,107,144,32,0,128,78,
-166,2,8,124,120,11,43,124,240,255,33,148,9,24,0,72,120,27,127,124,
-73,193,255,75,0,0,31,44,12,0,130,65,120,251,227,127,213,254,255,75,
-41,193,255,75,16,0,97,57,60,24,0,72,166,2,8,124,120,11,43,124,
-232,255,33,148,201,23,0,72,43,0,237,63,156,164,255,59,36,0,159,129,
-0,0,12,44,120,35,156,124,120,27,126,124,12,0,130,64,0,8,128,57,
-36,0,159,145,120,243,221,127,20,98,126,125,7,0,107,57,255,255,140,57,
-121,96,126,125,60,0,128,65,64,232,30,124,52,0,128,65,120,243,195,127,
-57,15,0,72,255,255,3,44,44,0,130,64,0,0,28,44,28,0,130,65,
-8,0,157,57,57,0,158,85,120,243,195,127,25,15,0,72,255,255,3,44,
-12,0,130,64,0,0,224,59,132,0,0,72,127,7,106,84,8,0,130,65,
-8,0,74,33,32,0,127,129,64,24,11,124,20,0,130,64,20,242,131,125,
-32,0,159,145,20,82,227,127,72,0,0,72,28,0,159,129,0,0,12,44,
-12,0,130,65,0,96,3,124,8,0,128,64,28,0,127,144,0,0,11,44,
-16,0,130,65,20,242,131,125,0,96,11,124,12,0,128,64,20,242,131,125,
-32,0,159,145,20,82,131,125,8,0,236,59,8,0,138,57,80,240,204,127,
-7,0,158,57,57,0,158,85,252,255,223,147,120,251,227,127,189,253,255,75,
-120,251,227,127,24,0,97,57,24,23,0,72,166,2,8,124,120,11,43,124,
-224,255,33,148,173,22,0,72,11,0,131,57,57,0,158,85,64,24,30,124,
-12,0,128,64,0,0,96,56,52,1,0,72,16,0,30,40,8,0,128,64,
-16,0,192,59,43,0,173,63,156,164,189,59,8,0,253,131,121,251,251,127,
-44,0,130,64,121,251,236,127,32,0,130,64,20,0,253,59,0,0,157,145,
-8,0,253,147,0,0,255,147,4,0,255,147,0,0,128,57,16,0,157,145,
-120,251,251,127,120,219,105,127,0,0,123,131,252,255,123,129,64,240,11,124,
-120,0,128,65,80,88,158,125,16,0,12,40,0,0,27,129,8,0,61,145,
-20,0,128,64,0,0,9,145,4,0,40,145,120,219,99,127,180,0,0,72,
-20,90,91,125,32,0,125,129,64,88,10,124,20,0,130,64,120,219,106,127,
-20,242,123,127,1,0,96,57,12,0,0,72,20,98,91,125,0,0,96,57,
-120,83,67,125,0,0,11,44,252,255,202,147,252,255,155,145,120,0,130,65,
-0,0,105,147,4,0,59,145,0,0,27,145,4,0,104,147,100,0,0,72,
-64,248,27,124,116,255,130,64,120,243,220,127,120,227,131,127,0,0,128,56,
-221,253,255,75,0,0,3,44,60,0,130,64,0,0,123,129,120,91,106,125,
-0,0,106,129,0,88,10,124,16,0,128,64,20,0,157,57,64,96,11,124,
-232,255,130,64,252,255,138,129,1,0,128,56,80,224,108,124,165,253,255,75,
-0,0,3,44,12,0,130,65,8,0,253,147,28,255,255,75,32,0,97,57,
-180,21,0,72,166,2,8,124,120,11,43,124,240,255,33,148,93,21,0,72,
-120,27,127,124,157,190,255,75,120,251,227,127,133,254,255,75,120,27,127,124,
-129,190,255,75,120,251,227,127,16,0,97,57,144,21,0,72,166,2,8,124,
-120,11,43,124,240,255,33,148,41,21,0,72,109,190,255,75,35,0,224,59,
-58,16,235,87,43,0,141,61,20,90,108,125,196,164,139,133,0,0,12,44,
-20,0,130,65,0,0,64,57,0,0,75,145,166,3,137,125,33,4,128,78,
-255,255,255,55,212,255,128,64,43,0,237,63,4,169,159,133,0,0,12,44,
-20,0,130,65,166,3,137,125,33,4,128,78,0,0,128,57,0,0,159,145,
-9,190,255,75,16,0,97,57,28,21,0,72,166,2,8,124,120,11,43,124,
-240,255,33,148,177,20,0,72,120,27,126,124,245,189,255,75,43,0,109,60,
-84,165,131,133,0,0,12,44,20,0,130,64,0,0,159,61,124,255,140,57,
-0,0,131,145,33,15,0,72,0,0,64,57,58,16,75,85,43,0,141,61,
-20,90,140,125,196,164,108,133,0,0,11,44,20,0,130,64,0,0,204,147,
-165,189,255,75,0,0,96,56,24,0,0,72,1,0,74,57,36,0,10,44,
-208,255,128,65,141,189,255,75,255,255,96,56,16,0,97,57,152,20,0,72,
-6,0,96,56,92,10,0,72,166,2,8,124,120,11,43,124,240,255,33,148,
-45,20,0,72,0,0,224,59,120,251,231,127,120,251,233,127,120,27,106,124,
-8,0,0,72,1,0,99,56,0,0,99,137,32,0,11,44,244,255,130,65,
-248,255,139,57,6,0,12,40,232,255,128,65,45,0,11,44,12,0,130,64,
-1,0,32,57,12,0,0,72,43,0,11,44,8,0,130,64,1,0,99,56,
-0,0,5,44,72,0,130,64,0,0,99,137,48,0,11,44,52,0,130,64,
-1,0,131,137,120,0,12,44,12,0,130,65,88,0,12,44,16,0,130,64,
-2,0,99,56,16,0,160,56,104,0,0,72,48,0,11,44,12,0,130,64,
-8,0,160,56,88,0,0,72,10,0,160,56,80,0,0,72,254,255,133,57,
-35,0,12,40,24,0,128,65,0,0,4,44,8,0,130,65,0,0,100,144,
-0,0,224,59,228,0,0,72,0,0,131,137,48,0,12,44,36,0,130,64,
-1,0,131,137,120,0,12,44,12,0,130,65,88,0,12,44,16,0,130,64,
-16,0,5,44,8,0,130,64,2,0,99,56,120,27,107,124,0,0,3,137,
-208,255,136,57,10,0,12,40,1,0,99,56,12,0,128,64,120,99,136,125,
-48,0,0,72,159,255,136,57,26,0,12,40,12,0,128,64,169,255,8,57,
-28,0,0,72,191,255,136,57,26,0,12,40,12,0,128,64,201,255,8,57,
-8,0,0,72,37,0,0,57,0,40,8,124,36,0,128,64,255,255,136,33,
-150,43,140,125,64,96,31,124,8,0,129,64,1,0,224,56,214,249,133,125,
-20,66,236,127,148,255,255,75,1,0,139,57,64,96,3,124,8,0,130,64,
-1,0,106,56,0,0,4,44,12,0,130,65,255,255,131,57,0,0,132,145,
-0,0,9,44,8,0,130,65,208,0,255,127,0,0,7,44,16,0,130,65,
-255,255,224,59,34,0,96,56,161,13,0,72,120,251,227,127,16,0,97,57,
-224,18,0,72,4,0,99,129,0,0,131,129,168,58,107,29,168,58,140,29,
-15,0,12,61,39,70,8,57,112,134,12,125,20,98,75,125,62,4,11,85,
-1,0,32,61,121,224,41,57,240,120,128,57,214,99,234,124,240,120,135,29,
-80,80,140,125,4,0,131,145,214,73,135,125,80,88,140,125,0,0,131,145,
-0,0,3,129,0,0,8,44,40,0,128,64,208,0,136,125,112,134,140,125,
-1,0,236,56,30,128,236,84,20,98,136,125,0,0,131,145,4,0,131,129,
-80,96,135,125,36,0,0,72,1,0,128,61,0,96,8,124,28,0,128,65,
-62,4,12,85,0,0,131,145,4,0,131,129,112,134,7,125,20,58,140,125,
-4,0,131,145,4,0,99,129,0,0,11,44,24,0,128,64,240,120,139,57,
-4,0,131,145,0,0,131,129,20,74,140,125,140,255,255,75,240,120,11,44,
-0,0,131,129,28,0,129,64,80,96,137,125,0,0,131,145,4,0,131,129,
-16,135,140,57,4,0,131,145,108,255,255,75,30,128,107,85,20,98,139,125,
-112,38,139,125,112,126,108,125,148,1,140,125,32,120,140,85,80,88,108,124,
-32,0,128,78,166,2,8,124,120,11,43,124,240,255,33,148,117,17,0,72,
-43,0,141,61,100,165,108,133,0,0,11,44,43,0,237,63,16,0,130,64,
-1,0,96,57,0,0,108,145,92,165,127,145,153,186,255,75,92,165,127,56,
-197,254,255,75,120,27,127,124,125,186,255,75,120,251,227,127,16,0,97,57,
-140,17,0,72,224,255,33,148,8,0,65,147,12,0,97,147,166,2,8,124,
-36,0,1,144,16,0,129,147,120,27,124,124,24,0,193,147,120,43,190,124,
-20,0,161,147,121,35,157,124,28,0,225,147,120,51,223,124,68,0,130,64,
-0,0,31,44,60,0,130,64,36,0,1,128,0,0,128,56,8,0,65,131,
-12,0,97,131,150,243,60,125,214,241,41,125,80,224,105,124,16,0,129,131,
-20,0,161,131,24,0,193,131,28,0,225,131,166,3,8,124,32,0,33,56,
-32,0,128,78,120,227,131,127,120,235,164,127,120,243,197,127,120,251,230,127,
-77,0,0,72,22,240,67,125,214,241,100,125,20,90,138,125,214,249,3,124,
-20,2,108,127,36,0,1,128,214,241,67,127,16,224,122,124,8,0,65,131,
-16,233,155,124,12,0,97,131,16,0,129,131,20,0,161,131,24,0,193,131,
-28,0,225,131,166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,
-12,0,97,147,16,0,129,147,20,0,161,147,24,0,193,147,28,0,225,147,
-120,35,135,124,121,59,236,124,0,128,32,61,112,254,136,124,24,0,130,65,
-0,0,12,44,120,51,203,124,120,75,59,125,104,0,130,65,60,0,0,72,
-121,51,203,124,40,0,130,64,150,43,99,124,28,0,225,131,12,0,97,131,
-16,0,129,131,20,0,161,131,24,0,193,131,0,0,128,56,32,0,33,56,
-32,0,128,78,0,0,12,44,120,75,59,125,44,0,130,65,63,0,192,59,
-57,96,106,127,56,0,130,64,127,248,123,87,255,255,222,59,240,255,130,64,
-0,0,11,44,120,75,59,125,88,0,130,65,40,0,0,72,31,0,192,59,
-57,24,108,127,16,0,130,64,127,248,123,87,255,255,222,59,240,255,130,64,
-0,0,11,44,120,75,59,125,48,0,130,65,63,0,64,57,57,88,108,127,
-60,0,130,64,127,248,123,87,255,255,74,57,240,255,130,64,0,80,30,124,
-0,0,160,59,120,235,191,127,240,0,128,65,44,0,0,72,31,0,64,57,
-57,40,108,127,16,0,130,64,127,248,123,87,255,255,74,57,240,255,130,64,
-0,80,30,124,0,0,160,59,120,235,191,127,196,0,128,65,81,240,202,127,
-120,59,252,124,120,27,100,124,48,0,130,65,48,240,203,124,32,0,158,33,
-48,100,172,124,120,99,108,125,32,0,126,57,48,88,171,124,120,99,106,125,
-1,0,158,53,48,240,171,124,24,0,129,65,136,0,0,72,1,0,158,53,
-120,51,202,124,120,43,171,124,120,0,129,64,166,3,137,125,254,15,251,87,
-60,8,255,87,64,80,28,124,60,8,172,87,120,219,157,125,32,0,129,64,
-16,32,139,125,16,97,140,125,80,80,140,125,80,224,140,127,80,32,139,124,
-1,0,255,99,44,0,0,72,64,80,28,124,36,0,130,64,16,32,139,125,
-16,97,140,125,209,0,140,125,20,0,130,64,20,98,138,125,80,224,140,127,
-80,32,139,124,1,0,255,99,0,248,91,85,126,248,74,85,126,248,108,85,
-120,219,139,125,148,255,0,66,120,251,227,127,120,235,164,127,28,0,225,131,
-24,0,193,131,20,0,161,131,16,0,129,131,12,0,97,131,32,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,120,35,140,124,1,0,136,85,
-1,0,106,84,64,80,8,124,166,2,8,124,20,0,1,144,124,0,130,64,
-0,0,12,44,12,0,130,65,255,255,12,44,108,0,130,64,120,51,199,124,
-1,0,235,84,1,0,160,84,64,0,11,124,88,0,130,64,0,0,7,44,
-12,0,130,65,255,255,7,44,72,0,130,64,0,128,96,61,64,88,3,124,
-12,0,130,64,255,255,5,44,52,0,130,65,214,43,195,124,1,0,192,84,
-0,0,224,56,8,0,130,65,255,255,224,56,120,51,195,124,20,0,1,128,
-120,59,228,124,12,0,225,131,166,3,8,124,16,0,33,56,32,0,128,78,
-0,0,12,44,36,0,128,65,0,0,6,44,28,0,128,65,89,253,255,75,
-20,0,1,128,12,0,225,131,166,3,8,124,16,0,33,56,32,0,128,78,
-0,0,12,44,44,0,128,65,0,0,165,32,144,1,198,124,49,253,255,75,
-0,0,99,32,20,0,1,128,144,1,132,124,12,0,225,131,166,3,8,124,
-16,0,33,56,32,0,128,78,0,0,6,44,0,0,99,32,144,1,132,124,
-36,0,128,65,1,253,255,75,0,0,99,32,20,0,1,128,144,1,132,124,
-12,0,225,131,166,3,8,124,16,0,33,56,32,0,128,78,0,0,165,32,
-144,1,198,124,217,252,255,75,20,0,1,128,12,0,225,131,166,3,8,124,
-16,0,33,56,32,0,128,78,7,0,133,42,252,255,67,57,252,255,132,56,
-3,0,75,113,104,0,148,65,140,0,130,64,3,0,128,112,192,0,130,64,
-63,225,166,84,52,0,130,65,166,3,201,124,15,0,165,112,4,0,196,128,
-8,0,228,128,12,0,4,129,16,0,36,133,4,0,202,144,8,0,234,144,
-12,0,10,145,16,0,42,149,224,255,0,66,32,0,162,77,191,240,166,84,
-28,0,130,65,166,3,201,124,3,0,165,112,4,0,196,132,4,0,202,148,
-248,255,0,66,32,0,162,77,0,0,5,40,4,0,74,57,4,0,132,56,
-32,0,130,77,166,3,169,124,255,255,165,56,174,32,197,124,174,81,197,124,
-244,255,0,66,32,0,128,78,2,0,139,40,4,0,139,33,16,0,166,65,
-20,0,133,65,6,0,36,137,6,0,42,153,5,0,36,137,5,0,42,153,
-4,0,36,137,4,0,42,153,20,98,132,124,80,40,172,124,20,98,74,125,
-3,0,128,112,72,255,162,65,190,240,166,84,56,24,11,84,255,255,128,57,
-166,3,201,124,48,88,140,125,80,32,128,124,32,0,107,33,62,88,140,93,
-4,0,196,132,3,0,165,112,62,88,198,92,56,96,199,124,4,0,4,133,
-62,88,6,93,120,96,200,124,120,67,231,124,4,0,234,148,232,255,0,66,
-32,0,130,77,4,0,74,57,20,2,132,124,88,255,255,75,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,241,255,255,75,43,0,141,61,
-8,169,140,129,60,0,96,57,12,0,1,128,214,91,108,124,8,0,33,56,
-166,3,8,124,32,0,128,78,166,2,8,124,120,11,43,124,232,255,33,148,
-161,11,0,72,120,27,126,124,120,35,159,124,0,0,160,59,181,255,255,75,
-0,0,158,129,60,0,99,29,255,255,12,44,80,96,107,125,8,0,97,145,
-24,0,130,65,120,251,228,127,8,0,97,56,161,3,0,72,0,0,3,44,
-12,0,130,64,0,0,96,56,80,1,0,72,16,0,35,129,253,255,137,57,
-7,0,12,40,12,0,128,65,0,0,160,59,184,0,0,72,9,0,9,44,
-16,0,130,65,3,0,9,44,72,0,130,65,160,0,0,72,24,0,99,129,
-12,0,131,129,80,96,75,125,8,0,0,72,120,91,106,125,7,0,106,57,
-31,0,11,44,244,255,129,64,0,80,12,124,120,0,128,65,64,80,12,124,
-116,0,130,64,8,0,131,129,2,0,12,44,104,0,128,64,96,0,0,72,
-20,0,99,129,87,0,11,44,12,0,131,129,24,0,67,129,48,0,128,64,
-80,96,74,125,8,0,0,72,120,91,106,125,7,0,106,57,31,0,11,44,
-244,255,129,64,0,80,12,124,44,0,129,65,64,80,12,124,40,0,130,64,
-20,0,0,72,0,80,12,124,28,0,129,64,0,0,10,44,16,0,130,64,
-8,0,131,129,2,0,12,44,8,0,128,65,1,0,160,59,0,0,29,44,
-32,0,163,147,120,0,130,65,8,0,131,129,1,0,140,57,24,0,12,44,
-8,0,131,145,100,0,130,64,0,0,128,57,8,0,131,145,28,0,131,129,
-1,0,140,57,28,0,131,145,24,0,131,129,1,0,140,57,7,0,12,44,
-24,0,131,145,12,0,130,64,0,0,128,57,24,0,131,145,12,0,99,129,
-255,255,130,61,146,125,140,57,174,72,140,125,1,0,107,57,0,96,11,124,
-12,0,99,145,20,0,129,64,1,0,128,57,12,0,131,145,1,0,137,57,
-16,0,131,145,24,0,97,57,96,10,0,72,166,2,8,124,120,11,43,124,
-240,255,33,148,1,10,0,72,120,27,127,124,81,179,255,75,184,0,131,56,
-120,251,227,127,57,254,255,75,16,0,97,57,60,10,0,72,166,2,8,124,
-120,11,43,124,240,255,33,148,213,9,0,72,120,27,127,124,255,255,159,57,
-32,0,12,40,12,0,128,65,255,255,96,56,76,0,0,72,17,179,255,75,
-9,0,31,44,58,16,236,87,46,96,67,125,12,0,130,65,0,0,10,44,
-16,0,130,64,120,251,227,127,37,4,0,72,32,0,0,72,1,0,10,44,
-24,0,130,65,0,0,96,57,46,97,99,125,120,251,227,127,166,3,73,125,
-33,4,128,78,0,0,96,56,16,0,97,57,196,9,0,72,166,2,8,124,
-0,0,3,44,4,0,1,144,248,255,33,148,8,0,130,64,173,178,255,75,
-1,0,64,57,58,16,75,85,1,0,74,57,32,0,10,44,0,0,128,57,
-46,25,139,125,236,255,129,64,18,0,64,57,58,16,75,85,1,0,74,57,
-24,0,10,44,1,0,128,57,46,25,139,125,236,255,129,64,29,0,64,57,
-58,16,75,85,1,0,74,57,32,0,10,44,1,0,128,57,46,25,139,125,
-236,255,129,64,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-166,2,8,124,120,11,43,124,240,255,33,148,225,8,0,72,43,0,237,63,
-196,167,255,59,28,0,95,129,44,0,127,129,12,0,159,129,0,64,74,101,
-0,32,140,101,12,0,159,145,1,0,128,57,190,4,138,81,28,0,95,145,
-0,64,107,101,2,0,128,57,190,4,139,81,44,0,127,145,120,251,227,127,
-53,228,255,75,16,0,127,56,45,228,255,75,32,0,127,56,37,228,255,75,
-16,0,97,57,220,8,0,72,43,0,141,61,196,167,140,57,80,24,140,125,
-0,0,96,56,112,38,140,125,20,0,12,40,32,0,128,76,58,16,139,85,
-43,0,141,61,28,169,140,57,20,90,108,124,32,0,128,78,166,2,8,124,
-120,11,43,124,232,255,33,148,61,8,0,72,120,27,126,124,43,0,237,63,
-46,0,173,63,104,53,189,59,121,177,255,75,104,165,159,133,0,0,12,44,
-12,0,130,64,120,235,172,127,0,0,159,145,20,242,108,125,0,88,29,124,
-32,0,129,65,126,0,141,61,152,127,140,57,0,96,11,124,16,0,129,65,
-0,0,127,145,80,88,254,127,16,0,0,72,255,255,224,59,12,0,96,56,
-245,2,0,72,33,177,255,75,120,251,227,127,24,0,97,57,40,8,0,72,
-0,0,3,129,1,0,32,61,255,255,8,44,128,81,41,57,12,0,130,64,
-0,0,96,56,32,0,128,78,0,0,128,57,32,0,132,145,120,67,10,125,
-12,0,0,72,13,36,74,61,0,132,74,57,0,0,10,44,244,255,128,65,
-214,75,106,125,7,0,128,57,214,99,139,125,7,0,140,29,80,88,140,125,
-253,255,76,57,8,0,0,72,7,0,74,57,0,0,10,44,248,255,128,65,
-24,0,68,145,214,75,136,125,214,73,140,125,81,64,76,125,8,0,128,64,
-20,74,74,125,16,14,128,57,214,99,106,125,24,0,128,57,214,99,139,125,
-24,0,140,29,80,88,140,125,8,0,132,145,60,0,128,57,214,99,106,125,
-214,99,139,125,60,0,140,29,80,88,140,125,4,0,132,145,60,0,139,29,
-80,80,140,125,0,0,132,145,226,1,128,61,224,135,140,57,214,99,136,125,
-114,1,236,56,112,22,235,124,148,1,75,125,58,16,75,85,81,56,107,125,
-0,0,128,57,48,0,130,64,100,0,96,57,214,91,103,125,100,0,107,29,
-81,56,107,125,24,0,130,64,144,1,96,57,214,91,103,125,144,1,107,29,
-81,56,107,125,8,0,130,64,1,0,128,57,142,254,199,56,100,0,96,57,
-214,91,103,125,80,80,75,125,144,1,96,57,214,91,103,125,20,90,106,125,
-225,1,64,61,128,51,74,57,214,81,70,125,167,255,107,57,214,73,107,125,
-20,90,106,125,0,64,11,124,12,0,129,64,255,255,231,56,124,255,255,75,
-80,64,11,125,214,75,8,125,109,1,8,44,12,0,130,64,0,0,0,57,
-1,0,231,56,0,0,12,44,8,0,130,65,1,0,8,57,28,0,4,145,
-1,0,8,57,0,0,64,57,255,255,98,61,1,0,10,44,158,125,107,57,
-174,80,107,125,16,0,130,64,0,0,12,44,8,0,130,65,1,0,107,57,
-0,88,8,124,20,0,129,64,1,0,74,57,11,0,10,44,80,64,11,125,
-204,255,128,65,212,254,135,57,20,0,132,145,16,0,68,145,12,0,4,145,
-120,35,131,124,32,0,128,78,166,2,8,124,120,11,43,124,232,255,33,148,
-237,5,0,72,120,27,126,124,0,0,160,59,49,175,255,75,43,0,237,63,
-108,165,255,131,20,0,0,72,0,0,159,129,166,3,137,125,33,4,128,78,
-4,0,255,131,0,0,31,44,236,255,130,64,12,0,141,61,200,215,140,129,
-0,0,12,44,16,0,130,65,9,175,255,75,220,0,99,56,141,243,248,75,
-120,243,196,127,2,0,96,56,213,0,0,72,62,6,171,87,2,0,128,57,
-214,91,140,125,255,7,140,85,2,0,12,40,236,255,128,65,189,174,255,75,
-24,0,97,57,200,5,0,72,1,0,96,56,112,255,255,75,166,2,8,124,
-120,11,43,124,240,255,33,148,93,5,0,72,120,27,126,124,43,0,237,63,
-157,174,255,75,108,165,159,129,108,165,223,147,4,0,158,145,129,174,255,75,
-16,0,97,57,144,5,0,72,166,2,8,124,120,11,43,124,240,255,33,148,
-45,5,0,72,0,0,159,61,128,174,140,53,16,0,130,64,43,0,141,61,
-108,169,140,57,20,0,0,72,105,174,255,75,121,27,108,124,8,0,130,65,
-120,27,108,124,120,99,131,125,16,0,97,57,80,5,0,72,166,2,8,124,
-120,11,43,124,240,255,33,148,233,4,0,72,120,27,127,124,169,255,255,75,
-0,0,3,44,8,0,130,65,0,0,227,147,16,0,97,57,36,5,0,72,
-166,2,8,124,4,0,1,144,248,255,33,148,66,18,66,76,1,222,4,72,
-12,0,162,65,189,255,255,75,255,255,96,56,12,0,1,128,166,3,8,124,
-8,0,33,56,32,0,128,78,120,43,166,124,120,35,140,124,120,99,133,125,
-120,27,100,124,4,0,96,60,7,0,99,56,184,255,255,75,120,43,166,124,
-120,35,140,124,120,99,133,125,120,27,100,124,4,0,96,60,1,0,99,56,
-156,255,255,75,127,7,108,84,16,0,130,64,4,0,131,128,0,0,99,128,
-32,0,128,78,6,0,67,137,7,0,99,137,46,64,106,81,5,0,99,137,
-4,0,131,136,46,64,75,81,46,64,100,81,2,0,67,137,3,0,99,137,
-46,64,106,81,1,0,99,141,255,255,99,136,46,64,75,81,46,64,99,81,
-32,0,128,78,1,0,4,44,208,0,130,64,0,0,131,137,8,0,12,40,
-84,0,128,64,0,0,99,137,8,0,3,57,120,91,108,125,1,0,107,57,
-191,7,9,85,0,0,99,153,58,16,140,85,12,0,130,64,8,0,67,129,
-36,0,0,72,80,64,9,125,0,0,104,129,56,24,41,85,48,76,107,125,
-4,0,72,129,32,0,41,33,48,72,74,125,120,91,74,125,20,98,138,125,
-188,2,0,72,4,0,35,57,191,7,42,85,12,0,130,64,4,0,99,129,
-36,0,0,72,80,72,42,125,0,0,137,129,56,24,74,85,48,84,140,125,
-4,0,105,129,32,0,74,33,48,80,107,125,120,99,107,125,120,91,108,125,
-4,0,43,57,4,0,67,57,191,7,75,85,12,0,130,64,4,0,35,145,
-32,0,0,72,0,0,42,153,62,194,43,85,1,0,106,153,62,194,107,85,
-2,0,106,153,62,194,107,85,3,0,106,153,76,2,0,72,2,0,4,44,
-12,0,130,65,3,0,4,44,20,1,130,64,0,0,227,136,255,7,236,84,
-16,0,130,65,1,0,231,56,62,6,231,84,0,0,227,152,8,0,7,40,
-76,0,128,64,8,0,35,57,191,7,42,85,58,16,232,84,12,0,130,64,
-8,0,99,129,36,0,0,72,80,72,42,125,0,0,137,129,56,24,74,85,
-48,84,140,125,4,0,105,129,32,0,74,33,48,80,107,125,120,99,107,125,
-20,66,139,125,2,0,103,57,0,0,99,153,212,1,0,72,4,0,35,57,
-191,7,42,85,12,0,130,64,4,0,131,129,36,0,0,72,80,72,42,125,
-0,0,105,129,56,24,74,85,48,84,107,125,4,0,137,129,32,0,74,33,
-48,80,140,125,120,91,140,125,7,0,140,57,57,0,139,85,4,0,67,57,
-191,7,76,85,12,0,130,64,4,0,99,145,32,0,0,72,0,0,106,153,
-62,194,108,85,1,0,138,153,62,194,140,85,2,0,138,153,62,194,140,85,
-3,0,138,153,120,91,108,125,8,0,43,57,4,0,67,57,191,7,75,85,
-12,0,130,64,4,0,35,145,32,0,0,72,0,0,42,153,62,194,43,85,
-1,0,106,153,62,194,107,85,2,0,106,153,62,194,107,85,3,0,106,153,
-44,1,0,72,0,0,131,137,8,0,12,40,132,0,128,64,0,0,99,137,
-8,0,3,57,120,91,108,125,1,0,107,57,191,7,9,85,0,0,99,153,
-58,16,140,85,12,0,130,64,8,0,99,129,36,0,0,72,80,64,9,125,
-0,0,72,129,56,24,41,85,48,76,74,125,4,0,104,129,32,0,41,33,
-48,72,107,125,120,83,107,125,20,90,44,125,191,7,42,85,12,0,130,64,
-0,0,137,129,36,0,0,72,80,72,42,125,0,0,105,129,56,24,74,85,
-48,84,107,125,4,0,137,129,32,0,74,33,48,80,140,125,120,91,140,125,
-160,0,0,72,4,0,35,57,191,7,42,85,12,0,130,64,4,0,99,129,
-36,0,0,72,80,72,42,125,0,0,137,129,56,24,74,85,48,84,140,125,
-4,0,105,129,32,0,74,33,48,80,107,125,120,99,107,125,120,91,104,125,
-191,7,9,85,12,0,130,64,0,0,136,129,36,0,0,72,80,64,9,125,
-0,0,72,129,56,24,41,85,48,76,74,125,4,0,136,129,32,0,41,33,
-48,72,140,125,120,83,140,125,4,0,43,57,4,0,67,57,191,7,75,85,
-12,0,130,64,4,0,35,145,32,0,0,72,0,0,42,153,62,194,43,85,
-1,0,106,153,62,194,107,85,2,0,106,153,62,194,107,85,3,0,106,153,
-120,99,131,125,32,0,128,78,0,0,64,0,184,255,203,145,188,255,235,145,
-192,255,11,146,196,255,43,146,200,255,75,146,204,255,107,146,208,255,139,146,
-212,255,171,146,216,255,203,146,220,255,235,146,224,255,11,147,228,255,43,147,
-232,255,75,147,236,255,107,147,240,255,139,147,244,255,171,147,248,255,203,147,
-252,255,235,147,166,2,232,127,32,0,128,78,0,0,96,0,184,255,203,129,
-188,255,235,129,192,255,11,130,196,255,43,130,200,255,75,130,204,255,107,130,
-208,255,139,130,212,255,171,130,216,255,203,130,220,255,235,130,224,255,11,131,
-228,255,43,131,232,255,75,131,236,255,107,131,240,255,139,131,244,255,171,131,
-248,255,203,131,252,255,235,131,32,0,128,78,0,0,64,0,184,255,203,145,
-188,255,235,145,192,255,11,146,196,255,43,146,200,255,75,146,204,255,107,146,
-208,255,139,146,212,255,171,146,216,255,203,146,220,255,235,146,224,255,11,147,
-228,255,43,147,232,255,75,147,236,255,107,147,240,255,139,147,244,255,171,147,
-248,255,203,147,252,255,235,147,4,0,11,144,166,2,232,127,32,0,128,78,
-0,0,96,0,184,255,203,129,188,255,235,129,192,255,11,130,196,255,43,130,
-200,255,75,130,204,255,107,130,208,255,139,130,212,255,171,130,216,255,203,130,
-220,255,235,130,224,255,11,131,228,255,43,131,232,255,75,131,236,255,107,131,
-240,255,139,131,244,255,171,131,248,255,203,131,4,0,11,128,252,255,235,131,
-166,3,8,124,120,91,97,125,32,0,128,78,208,255,33,148,12,0,225,146,
-16,0,1,147,20,0,33,147,24,0,65,147,28,0,97,147,32,0,129,147,
-36,0,161,147,44,0,225,147,166,2,8,124,52,0,1,144,40,0,193,147,
-120,27,126,124,28,0,30,128,0,0,0,44,20,0,222,168,4,0,94,131,
-120,35,159,124,44,72,217,84,208,0,130,65,58,16,9,84,8,0,0,56,
-46,0,9,127,8,0,191,131,16,0,126,131,0,0,128,59,0,0,254,130,
-125,32,0,72,2,0,0,56,38,0,3,152,4,0,125,144,0,0,227,146,
-4,0,154,129,0,0,122,129,1,0,156,59,20,216,203,124,120,27,125,124,
-8,0,221,144,148,1,236,124,12,0,253,144,8,0,90,129,20,218,10,125,
-16,0,29,145,12,0,154,129,20,218,12,124,28,0,29,147,20,0,29,144,
-16,0,26,128,80,0,59,125,64,200,9,124,8,0,129,64,120,203,41,127,
-81,200,41,127,24,0,61,145,16,0,130,65,20,0,90,59,0,0,96,59,
-132,255,255,75,24,0,190,160,123,7,165,84,28,0,130,65,22,0,254,168,
-0,0,30,129,32,0,253,176,2,0,72,161,1,0,74,97,2,0,72,177,
-20,0,159,169,20,226,140,125,8,0,191,147,20,0,159,177,24,0,65,131,
-36,0,161,131,40,0,193,131,28,0,97,131,20,0,33,131,32,0,129,131,
-44,0,225,131,52,0,1,128,16,0,1,131,12,0,225,130,166,3,8,124,
-48,0,33,56,32,0,128,78,176,255,33,148,68,0,161,147,72,0,193,147,
-76,0,225,147,166,2,8,124,84,0,1,144,64,0,129,147,120,27,124,124,
-0,0,252,131,120,43,190,124,120,35,157,124,109,31,0,72,1,0,128,57,
-38,0,131,153,20,0,60,169,4,0,124,144,0,0,227,147,1,0,41,57,
-0,0,64,57,20,0,60,177,1,0,30,44,120,27,127,124,8,0,252,147,
-8,0,95,177,10,0,159,177,12,0,95,145,15,0,95,153,16,0,95,153,
-44,0,65,145,0,0,60,129,40,0,65,145,32,0,65,177,30,0,65,177,
-24,0,65,145,28,0,129,177,16,0,65,145,0,2,0,57,40,0,225,56,
-52,0,161,147,48,0,161,147,20,0,65,145,56,0,1,145,12,0,225,144,
-8,0,33,145,56,0,130,64,41,0,32,57,18,0,63,177,228,0,0,57,
-17,0,31,153,12,0,0,56,36,0,1,144,120,227,132,127,8,0,97,56,
-221,253,255,75,36,0,28,160,3,0,0,96,36,0,28,176,80,0,0,72,
-0,0,30,44,24,0,130,65,11,0,96,60,24,225,99,56,152,9,128,56,
-0,0,160,56,165,114,249,75,49,0,192,56,18,0,223,176,232,0,0,56,
-17,0,31,152,11,0,0,56,36,0,1,144,120,227,132,127,8,0,97,56,
-141,253,255,75,36,0,28,160,3,0,0,96,36,0,28,176,120,251,227,127,
-76,0,225,131,72,0,193,131,84,0,1,128,68,0,161,131,64,0,129,131,
-166,3,8,124,80,0,33,56,32,0,128,78,176,255,33,148,68,0,161,147,
-60,0,97,147,64,0,129,147,76,0,225,147,166,2,8,124,84,0,1,144,
-72,0,193,147,120,27,126,124,0,0,254,131,120,43,189,124,11,0,128,63,
-24,223,156,59,13,30,0,72,241,0,29,40,1,0,224,56,38,0,227,152,
-20,0,30,169,62,6,187,87,0,0,227,147,0,0,32,57,1,0,8,57,
-20,0,30,177,120,27,127,124,8,0,254,147,8,0,63,177,10,0,255,176,
-4,0,126,144,16,0,63,153,12,0,63,145,15,0,63,153,24,0,130,65,
-242,0,29,40,168,0,130,65,246,0,29,40,160,0,130,65,136,0,0,72,
-36,0,30,160,0,8,0,96,36,0,30,176,17,0,127,155,49,0,0,56,
-18,0,31,176,0,0,0,56,44,0,1,144,0,0,62,129,11,0,160,56,
-1,0,128,57,40,0,225,56,0,2,0,57,120,243,196,127,8,0,97,56,
-52,0,129,147,48,0,129,147,40,0,1,144,32,0,1,176,30,0,1,176,
-24,0,1,144,36,0,161,144,28,0,129,177,20,0,1,144,16,0,1,144,
-12,0,225,144,56,0,1,145,8,0,33,145,85,252,255,75,36,0,30,160,
-3,0,0,96,36,0,30,176,140,0,0,72,120,235,165,127,11,0,96,60,
-40,225,99,56,46,9,128,56,37,113,249,75,17,0,127,155,49,0,0,56,
-18,0,31,176,0,0,0,56,44,0,1,144,0,0,62,129,40,0,1,144,
-48,0,129,147,52,0,129,147,32,0,1,176,30,0,1,176,24,0,1,144,
-11,0,160,56,1,0,128,57,20,0,1,144,16,0,1,144,40,0,225,56,
-0,2,0,57,8,0,33,145,120,243,196,127,8,0,97,56,56,0,1,145,
-12,0,225,144,28,0,129,177,36,0,161,144,201,251,255,75,36,0,30,160,
-3,0,0,96,36,0,30,176,120,251,227,127,76,0,225,131,68,0,161,131,
-72,0,193,131,84,0,1,128,64,0,129,131,60,0,97,131,166,3,8,124,
-80,0,33,56,32,0,128,78,176,255,33,148,64,0,129,147,68,0,161,147,
-76,0,225,147,166,2,8,124,84,0,1,144,72,0,193,147,120,27,126,124,
-0,0,190,131,120,35,159,124,81,28,0,72,1,0,0,56,38,0,3,152,
-20,0,158,171,0,2,32,57,40,0,1,57,41,0,224,56,176,0,192,56,
-160,0,160,56,194,0,96,57,208,0,128,56,1,0,156,59,20,0,158,179,
-0,0,163,147,120,27,125,124,8,0,190,147,8,0,157,176,10,0,29,176,
-0,0,128,57,4,0,126,144,12,0,157,153,79,0,64,57,13,0,93,153,
-16,0,189,152,17,0,221,152,18,0,253,176,14,0,125,153,44,0,129,145,
-0,0,190,128,40,0,129,145,48,0,225,147,12,0,96,57,28,0,1,176,
-20,0,129,145,16,0,129,145,12,0,1,145,52,0,225,147,56,0,33,145,
-8,0,161,144,120,243,196,127,8,0,97,56,36,0,97,145,24,0,129,145,
-30,0,129,177,32,0,129,177,181,250,255,75,36,0,254,160,3,0,231,96,
-36,0,254,176,72,0,193,131,84,0,1,128,76,0,225,131,120,235,163,127,
-68,0,161,131,64,0,129,131,166,3,8,124,80,0,33,56,32,0,128,78,
-184,255,33,148,64,0,193,147,68,0,225,147,166,2,8,124,76,0,1,144,
-60,0,161,147,120,27,125,124,0,0,253,131,120,35,158,124,69,27,0,72,
-1,0,0,56,38,0,3,152,20,0,125,169,41,0,0,57,236,0,224,56,
-4,0,125,144,0,0,227,147,1,0,107,57,0,0,128,57,20,0,125,177,
-120,27,127,124,8,0,253,147,8,0,159,177,10,0,31,176,12,0,159,145,
-15,0,159,153,16,0,159,153,17,0,255,152,18,0,31,177,44,0,129,145,
-0,0,189,128,40,0,129,145,48,0,193,147,52,0,193,147,32,0,129,177,
-30,0,129,177,24,0,129,145,12,0,96,57,28,0,1,176,20,0,129,145,
-16,0,129,145,0,2,64,57,40,0,33,57,8,0,161,144,120,235,164,127,
-8,0,97,56,12,0,33,145,56,0,65,145,36,0,97,145,189,249,255,75,
-36,0,29,160,3,0,0,96,36,0,29,176,120,251,227,127,60,0,161,131,
-64,0,193,131,68,0,225,131,76,0,1,128,72,0,33,56,166,3,8,124,
-32,0,128,78,232,255,33,148,8,0,129,147,12,0,161,147,16,0,193,147,
-166,2,8,124,28,0,1,144,20,0,225,147,120,27,127,124,0,0,191,131,
-8,0,223,131,120,35,156,124,73,26,0,72,1,0,0,56,38,0,3,152,
-4,0,126,144,20,0,159,169,1,0,140,57,8,0,127,144,20,0,159,177,
-0,0,220,160,8,0,195,176,2,0,252,160,10,0,227,176,4,0,28,129,
-0,0,163,147,12,0,3,145,9,0,60,137,17,0,35,153,8,0,92,137,
-16,0,67,153,10,0,124,161,18,0,99,177,36,0,159,161,3,0,140,97,
-36,0,159,177,16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-12,0,161,147,16,0,193,147,166,2,8,124,28,0,1,144,20,0,225,147,
-120,27,127,124,0,0,191,131,8,0,223,131,165,25,0,72,1,0,96,57,
-38,0,99,153,4,0,126,144,20,0,159,169,160,0,96,57,1,0,140,57,
-8,0,127,144,0,0,0,56,20,0,159,177,8,0,3,176,10,0,3,176,
-12,0,3,144,15,0,3,152,16,0,3,152,17,0,3,152,18,0,99,177,
-36,0,31,160,3,0,0,96,0,0,163,147,36,0,31,176,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,16,0,193,147,
-120,27,126,124,20,0,225,147,120,35,159,124,8,0,129,147,120,43,188,124,
-12,0,161,147,120,51,221,124,9,25,0,72,0,0,32,57,36,0,35,177,
-3,0,64,57,38,0,67,153,22,0,195,179,8,0,99,144,1,0,96,57,
-20,0,99,177,12,0,35,145,16,0,35,145,0,0,227,147,120,27,127,124,
-120,227,132,127,93,254,255,75,1,0,29,44,12,0,130,64,120,251,227,127,
-249,254,255,75,120,251,227,127,189,253,253,75,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,12,0,161,147,
-120,27,125,124,20,0,225,147,120,35,159,124,16,0,193,147,120,43,190,124,
-113,24,0,72,0,0,96,57,36,0,99,177,3,0,0,56,38,0,3,152,
-22,0,163,179,8,0,99,144,1,0,32,57,20,0,35,177,12,0,99,145,
-16,0,99,145,0,0,227,147,120,27,127,124,120,243,196,127,197,253,255,75,
-22,0,31,168,120,3,3,124,16,0,3,40,120,251,228,127,100,0,129,64,
-35,0,3,40,52,0,128,64,44,0,32,57,80,75,128,17,41,0,76,61,
-12,253,106,56,57,163,2,72,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,14,1,160,56,
-0,0,192,56,41,253,253,75,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,36,0,63,161,
-46,64,10,84,20,2,10,124,58,16,0,84,18,0,128,61,254,255,43,85,
-48,113,140,57,20,2,108,124,1,0,101,105,62,6,165,84,217,196,249,75,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,192,255,33,148,8,0,65,146,12,0,97,146,
-16,0,129,146,20,0,161,146,24,0,193,146,28,0,225,146,32,0,1,147,
-36,0,33,147,40,0,65,147,44,0,97,147,48,0,129,147,52,0,161,147,
-56,0,193,147,166,2,8,124,68,0,1,144,60,0,225,147,120,51,212,124,
-20,0,244,168,4,0,244,130,16,0,212,130,120,35,159,124,5,0,95,137,
-81,40,170,124,120,27,126,124,44,72,245,84,20,0,128,65,8,0,255,131,
-5,0,95,137,81,40,170,124,244,255,128,64,0,0,255,128,208,0,5,125,
-44,72,24,85,0,0,96,59,20,42,42,125,44,72,32,85,20,2,39,127,
-0,0,180,131,221,22,0,72,0,192,21,124,120,27,124,124,1,0,0,56,
-8,0,99,144,33,0,128,57,0,0,163,147,3,0,96,57,0,0,32,57,
-36,0,35,177,38,0,99,153,22,0,131,177,20,0,3,176,12,0,35,145,
-16,0,35,145,8,0,128,64,120,171,184,126,80,168,184,126,0,0,160,59,
-0,0,84,130,8,0,124,130,137,22,0,72,0,0,67,146,2,0,192,56,
-38,0,195,152,4,0,115,144,120,27,102,124,8,0,220,144,4,0,23,129,
-0,0,247,128,112,254,202,126,20,176,103,125,20,81,136,125,28,0,84,129,
-8,0,160,56,58,16,74,85,12,0,134,145,8,0,102,145,46,40,10,124,
-0,0,30,44,28,0,6,144,40,0,130,64,16,0,38,147,8,0,55,129,
-20,178,9,125,20,0,6,145,16,0,151,129,80,96,246,124,0,192,7,124,
-64,0,129,64,36,0,0,72,8,0,119,129,20,0,38,147,20,178,75,125,
-16,0,70,145,16,0,151,129,80,96,246,124,0,192,7,124,28,0,129,64,
-20,194,214,126,24,0,6,147,20,194,57,127,0,0,0,59,1,0,189,59,
-28,0,0,72,20,0,247,58,0,0,192,58,24,0,230,144,20,58,57,127,
-80,192,7,127,1,0,189,59,0,0,24,44,44,255,129,65,0,0,27,44,
-48,0,130,64,20,0,188,168,20,234,165,124,0,0,0,56,12,0,28,144,
-20,0,188,176,8,0,255,131,0,0,31,44,120,227,154,127,120,227,155,127,
-60,0,130,65,44,0,0,72,12,0,154,147,20,0,188,168,20,234,165,124,
-0,0,0,56,12,0,28,144,20,0,188,176,8,0,255,131,0,0,31,44,
-120,227,154,127,16,0,130,65,5,0,223,136,0,0,63,131,44,72,216,84,
-0,0,21,44,108,254,129,65,24,0,193,130,48,0,129,131,52,0,161,131,
-28,0,225,130,20,0,161,130,40,0,65,131,120,219,99,127,44,0,97,131,
-56,0,193,131,36,0,33,131,16,0,129,130,32,0,1,131,60,0,225,131,
-68,0,1,128,12,0,97,130,8,0,65,130,166,3,8,124,64,0,33,56,
-32,0,128,78,224,255,33,148,28,0,225,147,12,0,97,147,16,0,129,147,
-20,0,161,147,166,2,8,124,36,0,1,144,24,0,193,147,120,35,158,124,
-0,0,126,131,120,43,191,124,8,0,159,131,120,27,125,124,201,20,0,72,
-1,0,96,57,38,0,99,153,4,0,124,144,20,0,159,169,0,0,0,56,
-0,0,99,147,1,0,140,57,8,0,127,144,20,0,159,177,20,0,254,168,
-4,0,3,144,8,0,190,128,12,0,163,144,10,0,227,176,22,0,63,169,
-236,129,109,57,54,32,40,85,20,234,40,125,58,16,42,85,20,82,75,125,
-2,0,10,168,16,0,3,176,0,0,10,168,18,0,3,176,20,0,161,131,
-24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,
-166,3,8,124,32,0,33,56,32,0,128,78,232,255,33,148,12,0,161,147,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,8,0,129,147,
-120,43,188,124,0,0,188,131,120,35,158,124,120,27,127,124,21,20,0,72,
-0,0,96,57,36,0,99,177,3,0,128,57,38,0,131,153,8,0,99,144,
-1,0,0,56,20,0,3,176,12,0,99,145,16,0,99,145,22,0,227,179,
-24,0,156,169,191,7,139,85,12,0,30,44,120,27,127,124,36,0,31,168,
-0,0,163,147,120,91,0,124,36,0,31,176,20,0,130,65,120,243,195,127,
-120,227,132,127,120,251,229,127,189,254,255,75,120,227,131,127,120,251,228,127,
-197,242,255,75,120,251,227,127,20,0,225,131,16,0,193,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-200,255,33,148,12,0,161,146,16,0,193,146,20,0,225,146,24,0,1,147,
-28,0,33,147,32,0,65,147,36,0,97,147,40,0,129,147,44,0,161,147,
-48,0,193,147,166,2,8,124,60,0,1,144,52,0,225,147,120,27,125,124,
-20,0,93,169,4,0,61,131,16,0,29,131,120,43,191,124,5,0,127,137,
-81,48,203,124,120,35,158,124,44,72,87,85,20,0,128,65,8,0,255,131,
-5,0,127,137,81,48,203,124,244,255,128,64,0,0,31,129,8,0,158,131,
-20,50,11,124,44,72,0,84,208,0,134,125,0,0,96,59,44,72,154,85,
-20,2,200,126,0,208,23,124,8,0,128,64,120,187,250,126,80,184,250,126,
-0,0,189,130,225,18,0,72,0,0,163,146,2,0,0,56,38,0,3,152,
-4,0,124,144,120,27,124,124,8,0,158,147,4,0,153,129,0,0,121,129,
-112,254,6,127,20,192,235,124,20,49,12,125,28,0,157,129,12,0,28,145,
-8,0,252,144,58,16,140,85,8,0,192,56,46,48,44,125,28,0,60,145,
-8,0,57,129,20,194,9,124,20,0,220,146,16,0,28,144,16,0,121,129,
-80,88,56,125,0,208,9,124,28,0,129,64,20,210,24,127,24,0,92,147,
-20,210,214,126,0,0,64,59,1,0,123,59,28,0,0,72,20,0,57,59,
-0,0,0,59,24,0,60,145,20,74,214,126,80,208,73,127,1,0,123,59,
-0,0,26,44,92,255,129,65,8,0,255,131,0,0,31,44,16,0,130,65,
-5,0,31,136,0,0,223,130,44,72,26,84,0,0,23,44,44,255,129,65,
-20,0,254,168,20,218,231,124,8,0,158,147,20,0,254,176,44,0,161,131,
-28,0,33,131,24,0,1,131,40,0,129,131,48,0,193,131,32,0,65,131,
-20,0,225,130,36,0,97,131,52,0,225,131,60,0,1,128,16,0,193,130,
-12,0,161,130,166,3,8,124,56,0,33,56,32,0,128,78,224,255,33,148,
-24,0,193,147,28,0,225,147,12,0,97,147,16,0,129,147,20,0,161,147,
-166,2,8,124,36,0,1,144,8,0,65,147,120,43,186,124,0,0,186,131,
-120,27,126,124,120,35,159,124,120,59,252,124,120,51,219,124,149,17,0,72,
-0,0,128,57,36,0,131,177,3,0,0,56,38,0,3,152,8,0,99,144,
-1,0,192,56,22,0,195,179,120,27,126,124,20,0,195,176,12,0,131,145,
-16,0,131,145,36,0,30,168,24,0,90,169,120,243,197,127,120,211,68,127,
-191,7,73,85,120,75,0,124,0,0,163,147,120,251,227,127,36,0,30,176,
-69,252,255,75,120,211,67,127,120,243,196,127,120,219,101,127,120,227,134,127,
-169,253,255,75,22,0,158,169,120,99,131,125,16,0,3,40,120,243,196,127,
-128,0,129,64,35,0,3,40,68,0,128,64,44,0,192,56,80,51,12,16,
-41,0,224,60,12,253,231,56,20,2,103,124,41,156,2,72,24,0,193,131,
-16,0,129,131,20,0,161,131,28,0,225,131,36,0,1,128,12,0,97,131,
-8,0,65,131,166,3,8,124,32,0,33,56,32,0,128,78,14,1,160,56,
-0,0,192,56,13,246,253,75,24,0,193,131,16,0,129,131,20,0,161,131,
-28,0,225,131,36,0,1,128,12,0,97,131,8,0,65,131,166,3,8,124,
-32,0,33,56,32,0,128,78,36,0,62,161,46,64,138,85,20,98,138,125,
-58,16,140,85,254,255,32,85,18,0,108,61,48,113,107,56,1,0,0,104,
-62,6,5,84,181,189,249,75,24,0,193,131,16,0,129,131,20,0,161,131,
-28,0,225,131,36,0,1,128,12,0,97,131,8,0,65,131,166,3,8,124,
-32,0,33,56,32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,
-12,0,161,147,120,27,125,124,16,0,193,147,120,35,158,124,20,0,225,147,
-120,43,191,124,8,0,129,147,120,51,220,124,29,16,0,72,0,0,32,57,
-36,0,35,177,3,0,64,57,38,0,67,153,22,0,163,179,8,0,99,144,
-1,0,96,57,20,0,99,177,12,0,35,145,16,0,35,145,0,0,195,147,
-120,27,126,124,120,251,228,127,120,227,133,127,161,241,255,75,120,243,195,127,
-221,244,253,75,16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-166,2,8,124,28,0,1,144,12,0,161,147,120,27,125,124,16,0,193,147,
-120,35,158,124,20,0,225,147,120,43,191,124,145,15,0,72,0,0,32,57,
-36,0,35,177,3,0,64,57,38,0,67,153,22,0,163,179,8,0,99,144,
-1,0,96,57,20,0,99,177,12,0,35,145,16,0,35,145,0,0,195,147,
-120,27,126,124,120,251,228,127,225,242,255,75,120,243,195,127,85,244,253,75,
-28,0,1,128,12,0,161,131,20,0,225,131,16,0,193,131,166,3,8,124,
-24,0,33,56,32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,
-12,0,161,147,120,27,125,124,16,0,193,147,120,35,158,124,20,0,225,147,
-120,43,191,124,13,15,0,72,0,0,32,57,36,0,35,177,3,0,64,57,
-38,0,67,153,22,0,163,179,8,0,99,144,1,0,96,57,20,0,99,177,
-12,0,35,145,16,0,35,145,0,0,195,147,120,27,126,124,120,251,228,127,
-109,243,255,75,120,243,195,127,209,243,253,75,28,0,1,128,12,0,161,131,
-20,0,225,131,16,0,193,131,166,3,8,124,24,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,
-12,0,225,147,120,35,159,124,145,14,0,72,0,0,64,57,36,0,67,177,
-22,0,195,179,8,0,99,144,3,0,0,56,38,0,3,152,1,0,0,56,
-20,0,3,176,12,0,67,145,16,0,67,145,0,0,227,147,120,27,127,124,
-149,244,255,75,120,251,227,127,89,243,253,75,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,166,2,8,124,
-4,0,1,144,232,255,33,148,10,0,193,176,0,0,192,56,12,0,193,144,
-16,0,193,152,239,0,128,57,17,0,129,153,36,0,0,56,18,0,1,176,
-8,0,161,176,8,0,161,56,209,244,255,75,28,0,1,128,24,0,33,56,
-166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,232,255,33,148,
-0,0,192,56,12,0,193,144,16,0,193,152,3,0,128,57,8,0,129,177,
-239,0,128,57,17,0,129,153,64,0,5,56,10,0,1,176,36,0,0,56,
-18,0,1,176,8,0,161,56,129,244,255,75,28,0,1,128,24,0,33,56,
-166,3,8,124,32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,
-12,0,161,147,120,27,125,124,20,0,225,147,120,35,159,124,16,0,193,147,
-120,43,190,124,125,13,0,72,0,0,32,57,36,0,35,177,3,0,96,57,
-38,0,99,153,22,0,163,179,8,0,99,144,1,0,160,56,20,0,163,176,
-12,0,35,145,16,0,35,145,0,0,227,147,120,27,127,124,120,243,196,127,
-173,237,255,75,22,0,31,168,120,3,3,124,16,0,3,40,120,251,228,127,
-100,0,129,64,35,0,3,40,52,0,128,64,44,0,128,57,80,99,96,17,
-41,0,75,61,12,253,106,56,69,152,2,72,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-14,1,160,56,0,0,192,56,53,242,253,75,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-36,0,159,161,46,64,10,84,254,255,139,85,20,2,10,124,58,16,0,84,
-18,0,128,61,48,113,140,57,20,2,108,124,1,0,101,105,62,6,165,84,
-229,185,249,75,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,166,2,8,124,
-28,0,1,144,12,0,161,147,120,27,125,124,20,0,225,147,120,35,159,124,
-16,0,193,147,120,43,190,124,97,12,0,72,0,0,160,56,36,0,163,176,
-3,0,64,57,38,0,67,153,22,0,163,179,8,0,99,144,1,0,128,57,
-20,0,131,177,12,0,163,144,16,0,163,144,0,0,227,147,120,27,127,124,
-120,243,196,127,145,236,255,75,22,0,31,168,120,3,3,124,16,0,3,40,
-120,251,228,127,100,0,129,64,35,0,3,40,52,0,128,64,44,0,128,57,
-80,99,96,17,41,0,75,61,12,253,106,56,41,151,2,72,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,14,1,160,56,0,0,192,56,25,241,253,75,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,36,0,95,161,46,64,12,84,20,2,12,124,58,16,0,84,
-18,0,96,61,254,255,76,85,48,113,107,57,20,2,107,124,1,0,133,105,
-62,6,165,84,201,184,249,75,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-166,2,8,124,28,0,1,144,8,0,129,147,120,27,124,124,12,0,161,147,
-120,35,157,124,16,0,193,147,120,43,190,124,20,0,225,147,120,51,223,124,
-61,11,0,72,0,0,0,57,36,0,3,177,3,0,32,57,38,0,35,153,
-22,0,131,179,8,0,99,144,1,0,64,57,20,0,67,177,12,0,3,145,
-16,0,3,145,0,0,163,147,120,27,125,124,120,243,196,127,120,251,229,127,
-193,236,255,75,22,0,29,168,120,3,3,124,16,0,3,40,120,235,164,127,
-112,0,129,64,35,0,3,40,60,0,128,64,44,0,224,56,80,59,0,16,
-41,0,0,61,12,253,8,57,20,2,104,124,253,149,2,72,16,0,193,131,
-20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,14,1,160,56,0,0,192,56,233,239,253,75,
-16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,
-166,3,8,124,24,0,33,56,32,0,128,78,36,0,93,161,46,64,11,84,
-20,2,11,124,58,16,0,84,18,0,128,61,254,255,73,85,48,113,140,57,
-20,2,108,124,1,0,37,105,62,6,165,84,149,183,249,75,16,0,193,131,
-20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,232,255,33,148,15,0,5,40,8,0,129,147,
-166,2,8,124,28,0,1,144,12,0,161,147,120,27,125,124,20,0,225,147,
-120,51,223,124,16,0,193,147,120,59,254,124,88,1,129,65,58,16,167,84,
-7,0,39,61,132,41,201,128,166,3,201,124,32,4,128,78,196,41,7,0,
-28,42,7,0,112,42,7,0,84,42,7,0,168,42,7,0,224,41,7,0,
-140,42,7,0,56,42,7,0,196,41,7,0,28,42,7,0,196,42,7,0,
-84,42,7,0,168,42,7,0,224,41,7,0,196,42,7,0,56,42,7,0,
-1,0,4,44,0,0,0,56,28,0,30,144,36,0,160,56,10,0,191,176,
-48,1,130,64,36,1,0,72,41,0,160,56,10,0,191,176,20,0,158,169,
-0,0,12,44,4,0,126,129,8,0,11,145,12,0,11,145,9,0,96,57,
-28,0,126,145,244,0,130,64,1,0,4,44,1,0,0,56,20,0,30,176,
-244,0,130,64,232,0,0,72,1,0,4,44,9,0,160,56,28,0,190,144,
-42,2,160,56,10,0,191,176,216,0,130,64,204,0,0,72,1,0,4,44,
-8,0,192,56,28,0,222,144,49,0,160,56,10,0,191,176,188,0,130,64,
-176,0,0,72,1,0,4,44,8,0,224,56,28,0,254,144,50,2,160,56,
-10,0,191,176,160,0,130,64,148,0,0,72,1,0,4,44,0,0,0,57,
-28,0,30,145,160,0,160,56,10,0,191,176,132,0,130,64,120,0,0,72,
-1,0,4,44,0,0,32,57,28,0,62,145,32,0,160,56,10,0,191,176,
-104,0,130,64,92,0,0,72,1,0,4,44,0,0,64,57,28,0,94,145,
-96,0,160,56,10,0,191,176,76,0,130,64,64,0,0,72,0,0,126,128,
-13,1,96,57,255,255,128,56,12,0,99,177,125,82,2,72,16,0,193,131,
-20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,1,0,4,44,12,0,130,64,0,128,172,96,
-10,0,159,177,0,0,158,131,101,8,0,72,0,0,32,57,36,0,35,177,
-3,0,64,57,38,0,67,153,0,0,131,147,8,0,99,144,1,0,96,57,
-20,0,99,177,12,0,35,145,16,0,35,145,22,0,163,179,120,27,125,124,
-120,251,228,127,185,237,255,75,28,0,62,129,0,0,9,44,24,0,30,169,
-36,0,253,168,120,67,231,124,36,0,253,176,100,0,130,65,9,0,31,136,
-34,0,0,44,1,0,224,59,16,0,130,65,50,0,0,44,8,0,130,65,
-0,0,224,59,63,6,255,87,12,0,130,65,1,0,64,57,20,0,94,177,
-120,243,195,127,120,235,164,127,241,230,255,75,0,0,31,44,36,0,130,65,
-8,0,157,129,4,0,126,129,16,0,203,128,0,2,6,40,0,4,160,56,
-8,0,129,64,120,51,197,124,24,0,172,144,22,0,29,168,120,3,3,124,
-16,0,3,40,120,235,164,127,112,0,129,64,35,0,3,40,60,0,128,64,
-44,0,128,57,80,99,0,16,41,0,160,60,12,253,165,56,20,2,101,124,
-173,146,2,72,16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,14,1,160,56,
-0,0,192,56,153,236,253,75,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-36,0,29,161,46,64,10,84,20,2,10,124,58,16,0,84,18,0,128,61,
-254,255,7,85,48,113,140,57,20,2,108,124,1,0,229,104,62,6,165,84,
-69,180,249,75,16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,166,2,8,124,
-4,0,1,144,232,255,33,148,0,0,192,56,8,0,193,176,10,0,193,176,
-12,0,193,144,64,0,0,56,16,0,1,152,224,0,0,56,17,0,1,152,
-36,0,0,56,18,0,1,176,8,0,161,56,21,238,255,75,28,0,1,128,
-24,0,33,56,166,3,8,124,32,0,128,78,200,255,33,148,166,2,8,124,
-60,0,1,144,40,0,129,147,120,27,124,124,48,0,193,147,120,43,190,124,
-52,0,225,147,0,0,224,59,16,0,225,147,20,0,225,147,28,0,225,179,
-44,0,161,147,120,35,157,124,8,0,161,147,89,6,0,72,3,0,128,57,
-38,0,131,153,22,0,131,179,8,0,99,144,1,0,0,56,20,0,3,176,
-36,0,227,179,12,0,227,147,16,0,227,147,120,27,127,124,36,0,31,160,
-0,0,163,147,188,15,192,83,8,0,129,56,120,251,229,127,36,0,31,176,
-5,0,96,56,21,241,255,75,22,0,159,169,120,99,131,125,16,0,3,40,
-120,251,228,127,108,0,129,64,35,0,3,40,56,0,128,64,44,0,64,57,
-80,83,44,17,41,0,105,61,12,253,107,56,17,145,2,72,48,0,193,131,
-52,0,225,131,60,0,1,128,44,0,161,131,40,0,129,131,166,3,8,124,
-56,0,33,56,32,0,128,78,14,1,160,56,0,0,192,56,253,234,253,75,
-48,0,193,131,52,0,225,131,60,0,1,128,44,0,161,131,40,0,129,131,
-166,3,8,124,56,0,33,56,32,0,128,78,36,0,223,160,46,64,138,85,
-20,98,138,125,58,16,140,85,254,255,192,84,18,0,108,61,48,113,107,56,
-1,0,0,104,62,6,5,84,173,178,249,75,48,0,193,131,52,0,225,131,
-60,0,1,128,44,0,161,131,40,0,129,131,166,3,8,124,56,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,232,255,33,148,0,0,192,56,
-8,0,193,176,10,0,193,176,64,0,0,56,16,0,1,152,112,0,0,56,
-17,0,1,152,36,0,0,56,18,0,1,176,12,0,161,144,8,0,161,56,
-125,236,255,75,28,0,1,128,24,0,33,56,166,3,8,124,32,0,128,78,
-166,2,8,124,4,0,1,144,232,255,33,148,229,0,128,57,17,0,129,153,
-0,0,0,56,8,0,1,176,10,0,1,176,12,0,1,144,16,0,1,152,
-36,0,0,56,18,0,1,176,8,0,161,56,1,0,192,56,49,236,255,75,
-28,0,1,128,24,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,
-4,0,1,144,232,255,33,148,0,0,192,56,10,0,193,176,216,0,0,56,
-8,0,1,176,79,0,0,56,12,0,193,144,13,0,1,152,194,0,0,56,
-14,0,1,152,160,0,0,56,16,0,1,152,176,0,0,56,17,0,1,152,
-36,0,0,56,18,0,1,176,8,0,161,56,209,235,255,75,28,0,1,128,
-24,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,
-232,255,33,148,218,0,128,57,8,0,129,177,0,0,128,57,10,0,129,177,
-12,0,129,145,194,0,128,57,14,0,129,153,176,0,128,57,17,0,129,153,
-79,0,0,56,13,0,1,152,160,0,0,56,16,0,1,152,36,0,0,56,
-18,0,1,176,8,0,161,56,1,0,192,56,109,235,255,75,28,0,1,128,
-24,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,8,0,193,147,120,27,126,124,12,0,225,147,120,35,159,124,
-209,3,0,72,0,0,0,56,36,0,3,176,3,0,64,57,38,0,67,153,
-22,0,195,179,8,0,99,144,1,0,96,57,20,0,99,177,12,0,3,144,
-16,0,3,144,0,0,227,147,120,27,127,124,213,233,255,75,22,0,31,168,
-120,3,3,124,16,0,3,40,120,251,228,127,92,0,129,64,35,0,3,40,
-48,0,128,64,44,0,96,57,80,91,64,17,41,0,138,61,12,253,108,56,
-157,142,2,72,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,14,1,160,56,0,0,192,56,145,232,253,75,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,36,0,159,161,46,64,10,84,254,255,139,85,20,2,10,124,
-58,16,0,84,18,0,128,61,48,113,140,57,20,2,108,124,1,0,101,105,
-62,6,165,84,69,176,249,75,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,232,255,33,148,166,2,8,124,
-28,0,1,144,12,0,161,147,120,27,125,124,20,0,225,147,120,35,159,124,
-16,0,193,147,120,43,190,124,197,2,0,72,0,0,0,56,36,0,3,176,
-3,0,64,57,38,0,67,153,22,0,163,179,8,0,99,144,1,0,128,57,
-20,0,131,177,12,0,3,144,16,0,3,144,0,0,227,147,120,27,127,124,
-120,243,196,127,21,230,255,75,22,0,31,168,120,3,3,124,16,0,3,40,
-120,251,228,127,100,0,129,64,35,0,3,40,52,0,128,64,44,0,96,57,
-80,91,64,17,41,0,138,61,12,253,108,56,141,141,2,72,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,14,1,160,56,0,0,192,56,125,231,253,75,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,36,0,159,161,46,64,9,84,20,2,9,124,58,16,0,84,
-18,0,96,61,254,255,138,85,48,113,107,57,20,2,107,124,1,0,69,105,
-62,6,165,84,45,175,249,75,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-166,2,8,124,28,0,1,144,12,0,161,147,120,27,125,124,20,0,225,147,
-120,35,159,124,16,0,193,147,120,43,190,124,169,1,0,72,0,0,0,56,
-36,0,3,176,3,0,64,57,38,0,67,153,22,0,163,179,8,0,99,144,
-1,0,128,57,20,0,131,177,12,0,3,144,16,0,3,144,0,0,227,147,
-120,27,127,124,120,243,196,127,9,230,255,75,22,0,31,168,120,3,3,124,
-16,0,3,40,120,251,228,127,100,0,129,64,35,0,3,40,52,0,128,64,
-44,0,96,57,80,91,64,17,41,0,138,61,12,253,108,56,113,140,2,72,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,14,1,160,56,0,0,192,56,97,230,253,75,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,36,0,159,161,46,64,9,84,20,2,9,124,
-58,16,0,84,18,0,96,61,254,255,138,85,48,113,107,57,20,2,107,124,
-1,0,69,105,62,6,165,84,17,174,249,75,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,101,236,255,75,120,27,108,124,
-22,0,12,168,120,3,3,124,16,0,3,40,120,99,132,125,80,0,129,64,
-35,0,3,40,44,0,128,64,44,0,96,57,80,91,0,16,41,0,128,61,
-12,253,140,57,20,2,108,124,157,139,2,72,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,14,1,160,56,0,0,192,56,153,229,253,75,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,36,0,108,161,
-46,64,12,84,20,2,12,124,58,16,0,84,254,255,108,85,18,0,96,61,
-48,113,107,57,20,2,107,124,1,0,133,105,62,6,165,84,85,173,249,75,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,166,0,224,124,
-94,4,230,84,36,1,192,124,4,192,141,129,8,192,13,128,0,0,12,124,
-1,0,140,57,44,0,128,64,4,192,141,145,0,192,109,128,4,0,163,128,
-0,128,230,112,0,192,173,144,166,0,224,124,94,4,231,84,120,51,231,124,
-36,1,224,124,32,0,128,78,166,0,0,125,0,128,9,97,36,1,32,125,
-4,192,77,129,8,192,109,129,0,88,10,124,244,255,128,64,0,128,236,112,
-166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,136,255,255,75,
-166,0,0,124,94,4,12,84,36,1,128,125,8,192,77,129,80,80,35,125,
-255,255,105,57,0,36,11,40,8,0,128,64,8,192,45,145,0,128,12,112,
-166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,32,0,128,78,
-240,255,33,148,8,0,193,147,166,2,8,124,20,0,1,144,12,0,225,147,
-0,0,224,59,12,0,195,131,117,65,3,72,0,0,30,44,120,243,195,127,
-1,0,255,59,236,255,130,64,20,0,1,128,120,251,227,127,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,0,0,0,56,
-4,192,13,144,12,0,128,61,52,108,140,57,0,192,141,145,40,0,140,57,
-0,36,0,56,8,192,13,144,255,35,0,56,166,3,9,124,220,255,140,145,
-40,0,140,57,248,255,0,66,32,0,128,78,166,0,32,125,94,4,32,85,
-36,1,0,124,16,0,99,129,236,133,77,129,0,128,44,113,255,255,107,57,
-16,0,99,145,4,0,68,145,236,133,141,144,166,0,0,124,94,4,0,84,
-120,99,0,124,36,1,0,124,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,120,27,101,124,4,0,133,128,0,0,4,44,20,0,130,64,
-0,0,133,128,0,0,4,44,24,1,130,65,12,0,0,72,0,0,4,44,
-12,1,130,65,12,0,4,129,0,0,8,44,20,0,130,65,120,67,4,125,
-12,0,4,129,0,0,8,44,244,255,130,64,0,0,5,128,64,0,4,124,
-8,0,132,129,120,99,139,125,116,0,130,64,0,0,11,44,0,0,101,145,
-68,0,130,65,12,0,139,129,0,0,12,44,0,0,192,56,4,0,203,144,
-20,0,130,65,120,99,139,125,12,0,139,129,0,0,12,44,244,255,130,64,
-0,0,228,128,4,0,101,145,12,0,229,144,120,43,163,124,33,255,255,75,
-12,0,101,128,152,0,0,72,0,0,228,128,0,0,96,57,4,0,101,145,
-12,0,229,144,120,43,163,124,8,0,101,145,253,254,255,75,12,0,101,128,
-116,0,0,72,4,0,68,129,0,0,12,44,12,0,106,145,64,0,130,65,
-12,0,12,128,0,0,0,44,4,0,76,145,20,0,130,65,120,3,12,124,
-12,0,12,128,0,0,0,44,244,255,130,64,0,0,228,128,4,0,133,145,
-12,0,229,144,120,43,163,124,177,254,255,75,12,0,101,128,40,0,0,72,
-0,0,228,128,4,0,69,145,12,0,229,144,120,43,163,124,149,254,255,75,
-12,0,101,128,12,0,0,72,0,0,96,56,12,0,101,144,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,40,0,127,128,0,0,3,44,
-116,0,130,64,16,0,127,129,36,0,159,129,0,96,11,124,38,0,0,124,
-254,23,0,84,1,0,0,104,117,7,12,124,20,0,127,56,50,0,31,152,
-20,0,130,65,36,0,159,129,0,0,12,44,40,0,130,64,12,0,0,72,
-0,0,11,44,28,0,130,64,20,0,1,128,12,0,225,131,0,0,96,56,
-16,0,33,56,166,3,8,124,32,0,128,78,117,7,0,124,12,0,130,65,
-40,0,127,144,12,0,0,72,120,251,227,127,40,0,127,144,29,254,255,75,
-0,0,3,44,104,0,130,64,50,0,127,137,1,0,107,57,255,7,96,85,
-117,7,12,124,50,0,31,152,20,0,130,65,36,0,95,129,0,0,10,44,
-60,0,130,65,16,0,0,72,16,0,95,129,0,0,10,44,44,0,130,65,
-117,7,0,124,20,0,130,65,20,0,127,56,40,0,127,144,205,253,255,75,
-28,0,0,72,120,251,227,127,40,0,127,144,189,253,255,75,12,0,0,72,
-0,0,64,57,40,0,95,145,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-0,32,128,61,127,0,0,56,68,2,12,144,31,0,0,56,68,2,12,148,
-172,4,0,124,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-232,255,33,148,12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,
-28,0,1,144,172,4,0,124,8,0,161,59,0,32,192,63,0,0,222,59,
-0,0,224,59,120,235,163,127,85,111,2,72,0,0,3,44,48,0,130,65,
-56,2,158,128,11,0,96,60,128,226,99,56,69,11,255,75,252,192,237,155,
-5,130,2,72,0,0,29,136,0,0,0,44,8,0,130,65,213,246,249,75,
-145,133,254,75,56,2,30,128,20,0,11,112,188,255,130,65,255,247,31,84,
-20,0,130,65,11,0,96,60,116,226,99,56,9,11,255,75,69,255,255,75,
-120,251,227,127,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,16,32,224,63,0,0,255,59,61,255,255,75,
-0,0,3,44,112,0,130,65,11,0,96,60,148,226,99,56,181,10,255,75,
-12,134,13,128,63,3,12,84,23,0,9,84,123,7,0,84,16,134,77,129,
-128,2,63,145,40,0,130,64,48,2,95,145,7,0,0,57,54,32,136,81,
-0,36,9,101,136,2,63,145,245,254,255,75,0,0,3,44,188,255,130,64,
-36,0,0,72,52,2,95,145,7,0,0,56,54,32,128,81,0,20,12,100,
-136,2,159,145,209,254,255,75,0,0,3,44,152,255,130,64,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,
-8,0,129,147,12,0,161,147,166,2,8,124,28,0,1,144,20,0,225,147,
-120,27,127,124,16,0,193,147,120,35,158,124,57,255,255,75,6,0,0,56,
-20,242,95,125,63,3,75,85,54,32,96,81,0,36,31,100,16,32,128,63,
-0,0,156,59,23,0,93,85,128,2,188,147,136,2,252,147,97,254,255,75,
-0,0,3,44,240,255,130,64,123,7,192,87,0,32,128,61,0,0,140,57,
-12,0,130,64,60,2,108,128,8,0,0,72,64,2,108,128,16,0,193,131,
-20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,51,0,131,137,117,7,138,125,24,0,130,65,
-48,0,195,160,0,0,6,44,20,0,3,57,144,0,130,65,20,0,0,72,
-48,0,195,160,0,0,6,44,120,27,104,124,124,0,130,65,248,191,237,128,
-44,0,3,128,64,0,7,124,48,0,129,64,1,0,140,57,255,7,140,85,
-51,0,131,153,20,0,130,65,20,0,3,57,20,50,7,124,44,0,3,144,
-16,0,0,72,120,27,104,124,20,50,7,124,44,0,3,144,12,0,168,128,
-0,0,5,44,52,0,130,65,4,0,196,128,12,0,70,129,4,0,37,129,
-12,0,9,128,64,0,10,124,28,0,128,64,1,0,140,57,255,7,140,85,
-12,0,130,65,20,0,3,57,8,0,0,72,120,27,104,124,166,0,0,124,
-94,4,6,84,36,1,192,124,236,133,205,128,0,0,6,44,40,0,130,64,
-166,0,224,124,0,128,233,96,36,1,32,125,166,0,64,125,94,4,69,85,
-36,1,160,124,236,133,205,128,0,0,6,44,224,255,130,65,236,133,141,129,
-236,133,237,128,4,0,39,129,16,0,168,128,0,0,64,57,1,0,165,56,
-0,128,6,112,16,0,168,144,12,0,76,145,8,0,76,145,236,133,45,145,
-166,0,224,124,94,4,231,84,120,51,231,124,36,1,224,124,0,0,8,128,
-0,0,0,44,0,0,140,144,40,0,130,64,236,133,237,128,0,0,0,56,
-4,0,12,144,0,0,136,145,52,0,224,124,8,0,136,145,4,0,136,145,
-62,222,3,84,32,0,128,78,4,0,68,129,12,0,42,129,8,0,72,129,
-0,0,170,128,4,0,197,128,12,0,230,128,64,56,9,124,20,0,128,65,
-0,0,10,44,8,0,136,145,56,0,130,64,148,0,0,72,4,0,72,129,
-0,0,170,128,4,0,197,128,12,0,230,128,64,56,9,124,20,0,128,64,
-0,0,10,44,4,0,136,145,16,0,130,64,108,0,0,72,121,3,10,124,
-100,0,130,65,0,0,10,129,4,0,168,128,12,0,197,128,64,48,9,124,
-40,0,128,65,8,0,234,128,0,0,7,44,12,0,130,65,120,59,234,124,
-52,0,0,72,4,0,76,145,8,0,138,145,0,0,64,57,36,0,0,72,
-12,0,234,128,0,0,7,44,12,0,130,65,120,59,234,124,16,0,0,72,
-4,0,76,145,12,0,138,145,0,0,64,57,0,0,10,44,164,255,130,64,
-236,133,237,128,52,0,224,124,62,222,3,84,32,0,128,78,232,255,33,148,
-166,2,8,124,28,0,1,144,12,0,161,147,120,27,125,124,16,0,193,147,
-120,35,158,124,20,0,225,147,120,43,191,124,8,0,129,147,16,32,128,63,
-0,0,156,59,113,252,255,75,20,242,29,124,12,134,13,144,63,3,10,84,
-23,0,12,84,123,7,8,84,16,134,237,147,128,2,156,145,28,0,130,64,
-48,2,252,147,7,0,32,57,54,32,73,81,0,36,44,101,136,2,156,145,
-24,0,0,72,52,2,252,147,7,0,32,57,54,32,73,81,0,20,44,101,
-136,2,156,145,16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-16,0,193,147,12,0,161,147,20,0,225,147,166,2,8,124,28,0,1,144,
-0,32,128,61,136,0,12,128,120,27,126,124,20,128,109,128,4,13,128,56,
-0,0,160,56,160,2,0,96,136,0,12,144,41,255,255,75,197,251,255,75,
-8,0,225,59,18,1,96,56,197,89,2,72,120,27,125,124,120,251,227,127,
-133,106,2,72,0,0,3,44,24,0,130,65,232,3,96,56,209,62,255,75,
-0,0,30,44,28,0,130,65,20,0,0,72,0,0,29,44,204,255,130,64,
-0,0,30,44,8,0,130,65,1,90,2,72,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,21,90,2,72,8,134,13,128,
-0,32,128,61,136,0,12,148,172,4,0,124,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,232,255,33,148,12,0,161,147,8,0,129,147,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,10,128,45,169,
-0,0,128,59,0,72,28,124,120,27,125,124,18,0,224,63,48,113,255,59,
-120,251,254,127,140,0,128,64,0,0,29,44,100,0,130,65,0,128,109,129,
-1,0,11,56,0,72,0,124,0,128,13,144,12,0,128,65,0,0,0,56,
-0,128,13,144,46,64,12,84,20,2,12,125,58,16,8,85,20,66,126,124,
-4,0,3,128,0,0,0,44,60,0,130,65,120,235,164,127,253,101,249,75,
-16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,
-166,3,8,124,24,0,33,56,32,0,128,78,120,251,227,127,0,0,128,56,
-209,101,249,75,10,128,45,169,1,0,156,59,0,72,28,124,4,4,255,59,
-124,255,128,65,16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-8,0,129,147,12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,
-28,0,1,144,12,128,173,131,0,0,29,44,8,0,130,64,16,128,173,131,
-18,0,128,63,0,0,192,59,48,113,252,59,255,7,160,87,12,0,130,65,
-120,251,227,127,209,124,249,75,127,248,189,87,16,0,130,65,4,4,255,59,
-1,0,222,59,224,255,255,75,16,128,173,131,0,0,29,44,204,255,130,64,
-16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,166,2,8,124,
-28,0,1,144,16,0,193,147,120,27,126,124,20,0,225,147,120,35,159,124,
-8,0,129,147,120,43,188,124,12,0,161,147,0,32,160,63,0,0,189,59,
-145,249,255,75,2,0,32,61,0,8,41,57,48,240,40,125,58,16,234,87,
-255,7,236,87,120,83,11,125,40,2,125,145,36,0,130,64,48,2,157,147,
-11,0,0,56,32,2,29,144,0,0,224,59,177,248,255,75,0,0,3,44,
-40,0,130,65,32,0,0,72,52,2,157,147,11,0,0,56,32,2,29,144,
-0,0,224,59,145,248,255,75,0,0,3,44,8,0,130,65,17,2,224,59,
-120,251,227,127,20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,224,255,33,148,
-12,0,97,147,20,0,161,147,166,2,8,124,36,0,1,144,24,0,193,147,
-120,27,126,124,16,0,129,147,120,35,156,124,28,0,225,147,0,32,224,63,
-0,0,255,59,217,248,255,75,2,0,0,60,0,8,0,96,48,240,29,124,
-58,16,158,87,10,0,96,59,120,243,160,127,40,2,31,144,32,2,127,147,
-9,248,255,75,0,0,3,44,236,255,130,64,255,7,128,87,12,0,130,64,
-60,2,127,128,8,0,0,72,64,2,127,128,20,0,161,131,24,0,193,131,
-28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,
-32,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,120,43,191,124,
-166,2,8,124,20,0,1,144,120,27,96,124,0,1,127,56,8,0,193,147,
-120,35,158,124,120,3,4,124,29,108,2,72,1,1,127,56,120,243,196,127,
-17,108,2,72,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,1,0,3,44,0,32,96,61,40,0,129,65,
-1,0,128,61,200,63,140,57,136,0,139,145,1,0,0,60,200,31,0,96,
-136,0,11,144,136,0,139,129,8,134,141,145,32,0,128,78,3,0,0,60,
-8,63,0,96,136,0,11,144,3,0,0,60,8,31,0,96,136,0,11,144,
-136,0,139,129,8,134,141,145,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,8,0,193,147,1,0,192,63,176,202,222,59,12,0,225,147,
-0,32,224,63,136,0,255,59,225,102,2,72,4,0,96,60,176,30,99,56,
-209,58,255,75,0,64,96,60,0,0,128,56,4,0,160,56,29,255,255,75,
-0,128,96,60,0,0,128,56,6,0,160,56,13,255,255,75,0,0,96,56,
-1,0,128,56,8,0,160,56,253,254,255,75,1,29,96,56,87,0,128,56,
-53,107,2,72,1,1,96,56,101,85,2,72,120,27,100,124,11,0,96,60,
-240,226,99,56,113,165,255,75,57,1,96,56,120,243,196,127,17,107,2,72,
-57,1,96,56,65,85,2,72,120,27,100,124,11,0,96,60,12,227,99,56,
-77,165,255,75,56,23,96,56,114,0,128,60,237,106,2,72,19,29,96,56,
-0,0,128,56,225,106,2,72,22,15,96,56,0,146,128,60,213,106,2,72,
-172,4,0,124,200,63,0,56,0,0,31,144,88,84,30,56,0,0,31,144,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,232,255,33,148,12,0,161,147,16,0,193,147,20,0,225,147,
-120,27,127,124,58,16,236,87,166,2,8,124,28,0,1,144,20,128,13,56,
-46,0,172,127,120,235,163,127,48,13,128,56,4,0,160,56,253,249,255,75,
-120,235,163,127,48,13,128,56,53,247,255,75,232,3,192,59,120,235,163,127,
-48,13,128,56,37,247,255,75,255,239,96,84,44,0,130,64,1,0,96,56,
-165,57,255,75,255,255,222,55,20,0,130,64,120,251,228,127,11,0,96,60,
-40,227,99,56,129,164,255,75,0,0,30,44,200,255,130,64,120,235,163,127,
-48,13,128,56,233,246,255,75,16,0,101,96,120,235,163,127,48,13,128,56,
-149,249,255,75,120,235,163,127,48,13,128,56,205,246,255,75,120,27,127,124,
-255,231,224,87,16,0,130,64,11,0,96,60,84,227,99,56,57,164,255,75,
-5,0,96,56,61,57,255,75,52,7,255,87,184,7,229,87,120,235,163,127,
-48,13,128,56,85,249,255,75,120,235,163,127,48,13,128,56,141,246,255,75,
-255,231,107,84,16,0,130,65,11,0,96,60,136,227,99,56,253,163,255,75,
-5,0,96,56,1,57,255,75,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,224,255,33,148,
-8,0,65,147,12,0,97,147,20,0,161,147,28,0,225,147,166,2,8,124,
-36,0,1,144,16,0,129,147,1,0,128,63,255,0,156,59,24,0,193,147,
-120,27,126,124,1,0,128,56,8,1,160,60,113,227,165,56,177,251,255,75,
-0,0,3,44,48,0,130,65,16,0,129,131,24,0,193,131,28,0,225,131,
-20,0,161,131,12,0,97,131,36,0,1,128,8,0,65,131,0,0,96,56,
-166,3,8,124,32,0,33,56,32,0,128,78,120,243,195,127,1,0,128,56,
-41,252,255,75,120,27,96,124,120,243,195,127,87,0,5,96,1,0,128,56,
-93,251,255,75,58,16,204,87,20,128,13,56,46,0,76,127,120,243,195,127,
-120,211,69,127,4,0,128,56,65,251,255,75,120,243,195,127,5,0,128,56,
-0,0,160,56,49,251,255,75,237,244,255,75,120,243,195,127,20,0,128,56,
-217,251,255,75,29,4,101,84,120,243,195,127,20,0,128,56,17,251,255,75,
-120,211,67,127,100,29,128,56,0,0,160,56,33,248,255,75,189,244,255,75,
-120,243,195,127,0,0,128,56,169,251,255,75,62,132,123,84,120,243,195,127,
-2,0,128,56,153,251,255,75,63,6,125,84,18,0,224,63,20,113,255,59,
-120,251,227,127,32,0,128,56,9,0,160,56,193,62,249,75,65,96,27,44,
-48,0,96,57,48,0,93,57,49,0,0,57,0,0,0,56,46,0,32,57,
-8,0,31,152,0,0,31,153,1,0,63,153,2,0,95,153,3,0,127,153,
-32,0,130,64,4,0,224,59,120,219,100,127,120,235,165,127,11,0,96,60,
-188,227,99,56,101,162,255,75,100,0,0,72,129,96,27,44,32,0,130,64,
-8,0,224,59,120,219,100,127,120,235,165,127,11,0,96,60,188,227,99,56,
-65,162,255,75,64,0,0,72,120,219,100,127,11,0,96,60,216,227,99,56,
-45,162,255,75,16,0,129,131,24,0,193,131,28,0,225,131,20,0,161,131,
-12,0,97,131,36,0,1,128,8,0,65,131,0,0,96,56,166,3,8,124,
-32,0,33,56,32,0,128,78,120,243,195,127,1,0,128,56,197,250,255,75,
-120,27,100,124,11,0,96,60,244,227,99,56,229,161,255,75,120,243,195,127,
-229,252,255,75,120,211,67,127,0,13,128,56,77,244,255,75,120,27,96,124,
-120,211,67,127,15,4,5,84,0,13,128,56,245,246,255,75,120,211,67,127,
-4,13,128,56,0,0,160,56,229,246,255,75,120,211,67,127,4,29,128,56,
-120,227,133,127,213,246,255,75,120,211,67,127,100,29,128,56,0,0,160,56,
-197,246,255,75,120,211,67,127,40,12,128,56,0,0,160,56,181,246,255,75,
-120,211,67,127,88,29,128,56,0,0,160,56,165,246,255,75,120,211,67,127,
-92,29,128,56,0,0,160,56,149,246,255,75,120,211,67,127,64,29,128,56,
-0,0,160,56,133,246,255,75,120,211,67,127,68,29,128,56,0,0,160,56,
-117,246,255,75,120,211,67,127,72,29,128,56,0,0,160,56,101,246,255,75,
-120,211,67,127,80,29,128,56,0,0,160,56,85,246,255,75,120,211,67,127,
-1,0,128,57,254,6,157,81,248,67,0,56,106,80,29,80,120,235,165,127,
-0,12,128,56,53,246,255,75,120,211,67,127,40,12,128,56,87,0,160,60,
-231,127,165,56,33,246,255,75,120,211,67,127,92,29,128,56,87,0,160,60,
-231,127,165,56,13,246,255,75,120,211,67,127,205,127,156,56,0,0,160,56,
-253,245,255,75,120,211,67,127,209,127,156,56,0,0,160,56,237,245,255,75,
-4,0,31,44,255,0,160,56,12,0,129,64,2,0,160,60,255,254,165,56,
-120,211,67,127,100,29,128,56,205,245,255,75,105,242,255,75,20,0,161,131,
-120,251,227,127,28,0,225,131,16,0,129,131,24,0,193,131,36,0,1,128,
-12,0,97,131,8,0,65,131,166,3,8,124,32,0,33,56,32,0,128,78,
-216,255,33,148,16,0,65,147,24,0,129,147,28,0,161,147,166,2,8,124,
-44,0,1,144,20,0,97,147,120,27,123,124,32,0,193,147,0,32,192,63,
-0,0,222,59,36,0,225,147,18,0,224,63,48,113,255,59,12,0,33,147,
-18,0,32,63,180,74,57,59,96,0,94,131,223,3,64,87,100,0,130,65,
-63,4,74,87,255,255,10,56,246,232,7,84,20,58,153,125,2,0,172,171,
-174,58,153,127,16,0,28,40,24,0,128,65,11,0,96,60,104,226,99,56,
-14,4,128,56,0,0,160,56,5,65,249,75,46,64,134,87,20,226,6,124,
-58,16,0,84,20,2,127,124,120,235,164,127,1,0,160,56,0,0,192,56,
-120,51,199,124,101,103,249,75,157,3,64,87,152,255,130,64,0,0,27,44,
-8,0,130,65,57,247,255,75,32,0,193,131,24,0,129,131,20,0,97,131,
-28,0,161,131,36,0,225,131,44,0,1,128,16,0,65,131,12,0,33,131,
-166,3,8,124,40,0,33,56,32,0,128,78,232,255,33,148,12,0,161,147,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,10,128,13,168,
-0,0,192,59,0,0,30,124,18,0,224,63,48,113,255,59,32,0,128,64,
-120,251,227,127,241,121,249,75,10,128,13,168,1,0,222,59,0,0,30,124,
-4,4,255,59,232,255,128,65,2,0,224,59,20,128,205,59,252,255,222,59,
-4,0,126,132,48,13,128,56,4,0,160,56,77,244,255,75,255,255,255,55,
-236,255,130,64,2,0,192,59,20,128,237,59,252,255,255,59,4,0,127,132,
-48,13,128,56,16,0,160,56,41,244,255,75,255,255,222,55,236,255,130,64,
-100,0,96,56,237,51,255,75,0,0,224,59,2,0,192,59,120,251,227,127,
-217,249,255,75,255,255,222,55,1,0,255,59,240,255,130,64,205,248,255,75,
-1,0,96,60,255,255,99,56,141,123,249,75,100,0,96,56,185,51,255,75,
-128,17,0,60,0,32,96,61,24,0,11,148,0,32,128,61,28,0,12,148,
-172,4,0,124,0,0,160,59,120,235,191,127,2,0,192,59,120,251,227,127,
-173,250,255,75,0,0,3,44,8,0,130,65,1,0,189,59,255,255,222,55,
-1,0,255,59,228,255,130,64,120,235,163,127,25,248,255,75,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,184,255,33,148,28,0,161,146,32,0,193,146,36,0,225,146,
-40,0,1,147,44,0,33,147,48,0,65,147,52,0,97,147,56,0,129,147,
-60,0,161,147,64,0,193,147,166,2,8,124,76,0,1,144,123,7,96,84,
-68,0,225,147,0,0,224,59,64,0,130,65,28,134,109,131,24,128,109,128,
-4,0,128,59,20,128,237,59,18,0,64,63,96,29,128,56,48,113,90,59,
-58,16,126,87,89,240,255,75,120,27,125,124,5,0,32,61,85,170,41,57,
-57,232,32,125,28,1,130,65,92,0,0,72,57,7,96,84,24,0,130,64,
-120,27,101,124,11,0,96,60,44,228,99,56,2,1,128,56,205,62,249,75,
-58,16,252,87,24,134,237,56,46,224,103,127,20,128,237,59,46,224,127,124,
-18,0,64,63,96,29,128,56,48,113,90,59,58,16,126,87,253,239,255,75,
-120,27,125,124,5,0,32,61,85,170,41,57,57,232,32,125,192,0,130,65,
-255,119,170,87,84,0,130,65,46,224,255,127,120,251,227,127,88,29,128,56,
-209,239,255,75,20,134,109,144,120,27,100,124,11,0,96,60,56,228,99,56,
-249,249,254,75,120,251,227,127,64,29,128,56,177,239,255,75,120,251,227,127,
-88,29,128,56,0,0,160,56,93,242,255,75,120,251,227,127,104,29,128,56,
-0,0,160,56,77,242,255,75,85,170,191,115,96,0,130,65,2,0,128,59,
-120,243,214,127,46,64,204,86,20,178,12,127,58,16,24,87,20,194,58,127,
-0,0,224,58,120,203,53,127,255,7,224,87,12,0,130,65,120,171,163,126,
-165,128,249,75,1,0,247,58,4,0,23,44,4,4,181,58,190,240,255,87,
-224,255,128,65,16,16,24,59,16,16,57,59,255,255,156,55,4,0,214,58,
-126,248,255,87,192,255,130,64,1,0,0,60,170,84,0,96,57,232,0,124,
-0,1,130,65,2,0,192,56,8,0,129,57,58,16,104,87,20,66,172,124,
-252,255,165,56,1,1,0,56,170,0,171,115,0,0,64,57,4,0,69,149,
-12,0,130,64,126,186,189,87,52,0,0,72,120,43,171,124,255,255,167,87,
-16,0,130,65,0,0,43,129,120,3,41,125,0,0,43,145,1,0,74,57,
-4,0,10,44,60,8,0,84,190,240,189,87,220,255,128,65,126,248,189,87,
-255,255,198,52,4,0,8,57,172,255,130,64,2,0,32,59,18,0,160,60,
-32,113,165,56,58,16,96,87,20,2,165,127,46,64,203,87,20,242,107,127,
-58,16,123,87,20,218,250,127,20,2,140,127,252,255,156,59,4,0,252,134,
-0,0,23,44,68,0,130,65,0,0,125,128,16,0,224,98,20,0,128,56,
-248,0,5,124,33,241,255,75,0,0,0,59,120,251,250,127,1,1,224,114,
-12,0,130,65,120,211,67,127,213,116,249,75,1,0,24,59,4,0,24,44,
-4,4,90,59,126,248,247,86,224,255,128,65,16,16,123,59,16,16,255,59,
-255,255,57,55,4,0,222,59,4,0,189,59,160,255,130,64,49,243,255,75,
-172,4,0,124,60,0,161,131,44,0,33,131,40,0,1,131,56,0,129,131,
-64,0,193,131,48,0,65,131,36,0,225,130,52,0,97,131,68,0,225,131,
-76,0,1,128,32,0,193,130,28,0,161,130,166,3,8,124,72,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,18,0,96,60,
-52,12,99,56,236,133,109,144,0,0,128,56,128,62,160,56,81,55,249,75,
-236,133,109,129,232,3,0,56,166,3,9,124,120,91,108,125,16,0,107,57,
-4,0,108,145,244,255,0,66,0,0,0,56,4,0,12,144,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,0,0,128,57,12,0,131,145,
-16,0,131,145,32,0,128,78,240,255,33,148,12,0,225,147,120,35,159,124,
-255,255,31,40,166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,
-24,0,129,64,120,251,229,127,11,0,96,60,136,228,99,56,27,2,128,56,
-229,59,249,75,48,0,254,179,0,0,0,56,44,0,30,144,50,0,30,152,
-51,0,30,152,120,243,195,127,161,255,255,75,20,0,126,56,153,255,255,75,
-40,0,30,144,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-184,136,13,136,255,255,12,84,36,0,130,65,255,239,12,84,28,0,130,64,
-237,222,249,75,0,0,3,44,36,0,130,64,184,136,13,136,57,7,0,84,
-24,0,130,65,12,0,1,128,8,0,33,56,166,3,8,124,1,0,96,56,
-32,0,128,78,12,0,1,128,8,0,33,56,166,3,8,124,0,0,96,56,
-32,0,128,78,19,0,128,61,128,177,140,137,116,7,140,125,5,0,12,44,
-1,0,0,56,16,0,130,65,6,0,12,44,8,0,130,65,0,0,0,56,
-63,6,3,84,32,0,130,77,184,136,13,136,189,7,0,84,1,0,128,57,
-24,0,130,64,124,134,13,136,116,7,0,124,3,0,0,44,8,0,130,65,
-0,0,128,57,62,6,131,85,32,0,128,78,120,27,100,124,16,0,0,60,
-0,0,4,124,24,0,128,64,112,86,128,124,148,1,128,124,72,130,162,56,
-64,130,98,56,164,153,255,75,112,166,140,124,148,1,140,124,75,130,162,56,
-64,130,98,56,144,153,255,75,224,255,33,148,16,0,129,147,166,2,8,124,
-36,0,1,144,28,0,225,147,120,35,159,124,20,0,161,147,11,0,160,63,
-12,0,97,147,24,0,193,147,120,27,126,124,120,243,219,127,6,0,123,137,
-8,0,155,131,62,6,234,87,0,0,32,57,188,15,75,81,251,0,108,113,
-57,7,128,85,8,0,59,145,6,0,155,153,20,0,130,64,4,252,125,56,
-120,243,197,127,231,5,128,56,77,58,249,75,6,0,27,136,118,7,0,84,
-120,219,99,127,6,0,27,152,53,22,3,72,0,0,3,44,20,0,130,65,
-4,252,125,56,120,219,101,127,236,5,128,56,33,58,249,75,121,227,155,127,
-152,255,130,64,20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,
-16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,
-232,255,33,148,20,0,225,147,120,35,159,124,16,0,193,147,0,0,192,59,
-0,248,30,124,166,2,8,124,28,0,1,144,12,0,161,147,4,0,163,59,
-44,0,128,64,120,235,163,127,6,0,3,136,123,7,0,84,12,0,130,65,
-1,0,128,56,1,255,255,75,1,0,222,59,0,248,30,124,16,0,189,59,
-220,255,128,65,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,200,255,33,148,28,0,33,147,
-24,0,1,147,20,0,225,146,16,0,193,146,32,0,65,147,36,0,97,147,
-40,0,129,147,48,0,193,147,52,0,225,147,166,2,8,124,60,0,1,144,
-44,0,161,147,120,27,125,124,4,0,93,131,120,35,158,124,255,255,30,56,
-214,211,0,125,1,0,40,57,1,0,9,44,120,43,185,124,120,51,216,124,
-120,59,247,124,11,0,128,63,0,0,224,59,120,243,214,127,132,0,130,64,
-0,0,125,128,120,187,229,126,8,0,129,56,125,22,3,72,0,0,3,44,
-68,1,130,64,8,0,161,128,6,0,69,137,0,0,184,144,120,211,95,127,
-57,7,74,85,0,0,185,144,5,0,197,155,52,0,130,65,20,252,124,56,
-11,5,128,56,213,56,249,75,0,0,185,128,0,0,3,44,28,0,130,65,
-0,0,31,44,6,0,5,136,8,0,0,96,6,0,5,152,248,0,130,65,
-212,0,0,72,0,0,31,44,6,0,5,136,8,0,0,96,6,0,5,152,
-224,0,130,65,188,0,0,72,0,0,192,59,0,0,217,147,0,0,125,128,
-120,187,229,126,8,0,129,56,245,21,3,72,0,0,185,128,0,0,3,44,
-36,0,130,65,0,0,5,44,16,0,130,65,120,43,163,124,1,0,128,56,
-177,253,255,75,0,0,224,59,0,0,249,147,152,0,0,72,8,0,97,131,
-0,0,5,44,20,210,255,127,8,0,130,64,0,0,121,147,0,208,22,124,
-6,0,27,136,120,211,73,127,8,0,128,64,120,179,201,126,57,7,0,84,
-0,0,120,147,5,0,59,153,20,0,130,65,0,0,185,128,20,252,124,56,
-67,5,128,56,13,56,249,75,6,0,123,137,0,0,30,44,8,0,107,97,
-6,0,123,153,8,0,130,65,8,0,126,147,81,176,218,126,120,219,126,127,
-92,255,129,65,0,0,31,44,36,0,130,65,0,0,153,129,5,0,12,136,
-0,0,0,44,20,0,130,64,20,252,124,56,120,251,229,127,87,5,128,56,
-193,55,249,75,40,0,129,131,28,0,33,131,24,0,1,131,36,0,97,131,
-44,0,161,131,120,251,227,127,52,0,225,131,32,0,65,131,48,0,193,131,
-60,0,1,128,20,0,225,130,16,0,193,130,166,3,8,124,56,0,33,56,
-32,0,128,78,32,0,4,44,120,27,106,124,20,0,129,64,128,0,4,44,
-28,0,74,57,8,0,129,64,28,0,74,57,1,0,5,44,16,0,130,64,
-4,0,106,129,0,0,128,57,12,0,0,72,0,0,106,129,0,0,128,57,
-58,16,128,85,20,2,42,125,8,0,105,128,4,0,35,129,0,0,3,129,
-8,0,8,128,255,255,4,57,214,75,8,125,1,0,40,57,64,0,9,124,
-32,0,129,76,1,0,140,57,0,88,12,124,204,255,128,65,32,0,128,78,
-0,0,32,57,0,40,9,124,4,0,3,57,32,0,128,76,1,0,7,44,
-0,0,96,57,120,67,10,125,0,0,138,144,4,0,202,152,8,0,106,145,
-5,0,106,153,16,0,130,64,6,0,10,136,1,0,0,96,6,0,10,152,
-1,0,41,57,0,40,9,124,6,0,138,137,44,72,192,84,2,0,140,97,
-16,0,8,57,6,0,138,153,20,2,132,124,180,255,128,65,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,19,0,224,63,
-172,179,255,59,28,0,191,128,12,0,159,128,16,0,192,56,0,0,224,56,
-19,0,96,60,168,180,99,56,109,255,255,75,16,0,159,128,32,0,191,128,
-21,0,96,60,128,0,192,56,168,180,99,56,85,255,255,75,36,0,191,128,
-20,0,159,128,23,0,96,60,16,0,192,56,1,0,224,56,168,180,99,56,
-57,255,255,75,40,0,191,128,24,0,159,128,23,0,96,60,128,0,192,56,
-168,228,99,56,33,255,255,75,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,19,0,224,63,172,179,255,59,8,0,255,128,48,0,31,128,
-4,0,63,129,80,56,105,125,126,186,108,85,80,96,64,125,44,0,95,145,
-112,46,11,124,148,1,43,125,0,3,9,44,0,3,0,57,8,0,128,64,
-120,75,40,125,54,32,9,85,80,0,9,124,48,0,31,144,36,0,31,145,
-36,104,8,85,80,56,232,124,20,0,255,144,112,62,11,124,148,1,11,124,
-0,3,0,44,0,3,96,57,8,0,128,64,120,3,11,124,40,0,127,145,
-30,128,108,85,80,56,236,124,24,0,255,144,112,46,64,125,148,1,0,124,
-0,32,0,44,0,32,0,57,8,0,128,64,120,3,8,124,54,32,9,85,
-80,80,73,125,44,0,95,145,28,0,31,145,36,104,8,85,80,56,232,124,
-12,0,255,144,112,62,74,125,148,1,138,125,0,32,12,44,0,32,0,56,
-8,0,128,64,120,99,128,125,32,0,31,144,30,128,11,84,80,56,235,124,
-16,0,255,144,4,0,255,144,11,0,96,60,52,252,99,56,249,147,255,75,
-40,0,159,129,36,0,63,129,54,32,41,85,48,56,140,85,20,74,12,124,
-44,72,3,84,25,250,255,75,11,0,96,60,36,252,99,56,209,147,255,75,
-28,0,95,129,32,0,159,129,48,56,140,85,54,32,74,85,20,82,12,124,
-44,72,3,84,241,249,255,75,248,0,159,161,1,0,140,97,248,0,159,177,
-12,0,225,131,20,0,1,128,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,8,0,193,147,19,0,192,63,
-172,179,222,59,12,0,225,147,28,0,254,128,12,0,160,56,11,0,128,60,
-88,252,132,56,11,0,224,63,19,0,192,60,54,32,231,84,0,0,96,60,
-132,70,99,56,168,180,198,56,77,62,255,75,0,0,3,44,20,0,130,65,
-72,252,127,56,190,1,128,56,0,0,160,56,89,52,249,75,36,0,254,128,
-12,0,160,56,11,0,128,60,108,252,132,56,23,0,192,60,54,32,231,84,
-0,0,96,60,228,70,99,56,168,180,198,56,13,62,255,75,0,0,3,44,
-20,0,130,65,72,252,127,56,202,1,128,56,0,0,160,56,25,52,249,75,
-32,0,254,128,12,0,160,56,11,0,128,60,132,252,132,56,21,0,192,60,
-54,32,231,84,0,0,96,60,180,70,99,56,168,180,198,56,205,61,255,75,
-0,0,3,44,20,0,130,65,72,252,127,56,214,1,128,56,0,0,160,56,
-217,51,249,75,40,0,254,128,12,0,160,56,11,0,128,60,152,252,132,56,
-23,0,192,60,54,32,231,84,0,0,96,60,20,71,99,56,168,228,198,56,
-141,61,255,75,0,0,3,44,24,0,130,65,72,252,127,56,226,1,128,56,
-0,0,160,56,153,51,249,75,0,0,3,44,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,232,255,33,148,
-0,0,3,44,20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,
-0,0,192,59,64,0,130,65,129,34,255,75,196,136,109,161,8,0,97,144,
-120,27,127,124,56,134,237,147,19,0,192,60,56,24,229,87,52,0,232,127,
-62,220,0,85,56,31,11,80,196,136,109,177,80,40,31,124,254,232,7,84,
-172,179,230,144,192,1,0,72,0,8,32,61,8,0,33,145,86,85,96,60,
-170,170,99,56,209,105,254,75,121,27,127,124,8,0,225,147,52,0,130,65,
-240,190,96,60,239,190,99,56,185,105,254,75,64,24,31,124,24,0,130,64,
-56,134,45,129,8,0,225,131,64,248,9,124,108,0,130,65,24,0,0,72,
-0,0,224,59,8,0,225,147,56,134,45,129,64,248,9,124,84,0,130,65,
-19,0,128,61,128,177,140,137,116,7,140,125,5,0,12,44,1,0,96,57,
-16,0,130,65,6,0,12,44,8,0,130,65,0,0,96,57,63,6,107,85,
-40,0,130,64,36,0,96,60,64,189,99,56,8,0,129,56,4,0,160,56,
-233,13,254,75,8,0,225,131,120,251,233,127,1,0,192,59,56,134,45,145,
-0,0,9,44,0,64,128,61,140,0,130,65,52,134,237,136,3,0,7,40,
-20,0,128,64,1,0,7,40,100,0,128,65,48,0,130,64,28,0,0,72,
-4,0,7,40,52,0,128,65,64,0,130,65,5,0,7,40,72,0,130,65,
-84,0,0,72,0,4,128,61,64,96,9,124,92,0,129,64,80,0,0,72,
-0,8,128,61,64,96,9,124,76,0,129,64,64,0,0,72,0,16,128,61,
-64,96,9,124,60,0,129,64,48,0,0,72,0,32,128,61,64,96,9,124,
-44,0,129,64,32,0,0,72,0,64,128,61,64,96,9,124,28,0,129,64,
-16,0,0,72,0,0,128,57,64,96,9,124,12,0,129,64,120,99,159,125,
-8,0,225,147,196,136,109,161,0,0,30,44,19,0,192,60,56,24,229,87,
-52,0,232,127,62,220,0,85,56,31,11,80,196,136,109,177,80,40,31,124,
-254,232,7,84,172,179,230,144,64,0,130,65,19,0,128,61,128,177,140,137,
-116,7,140,125,5,0,12,44,1,0,0,56,16,0,130,65,6,0,12,44,
-8,0,130,65,0,0,0,56,62,6,0,84,1,0,8,104,52,0,0,125,
-126,217,3,84,245,105,254,75,8,0,225,131,28,0,1,128,120,251,227,127,
-20,0,225,131,16,0,193,131,166,3,8,124,24,0,33,56,32,0,128,78,
-224,255,33,148,12,0,97,147,16,0,129,147,20,0,161,147,24,0,193,147,
-166,2,8,124,36,0,1,144,28,0,225,147,120,27,127,124,120,251,228,127,
-0,0,96,60,132,70,99,56,48,0,160,56,149,174,255,75,0,0,96,60,
-180,70,99,56,48,0,191,59,120,235,164,127,48,0,160,56,125,174,255,75,
-0,0,96,60,228,70,99,56,48,0,189,59,120,235,164,127,48,0,160,56,
-101,174,255,75,0,0,96,60,20,71,99,56,48,0,189,59,120,235,164,127,
-48,0,160,56,77,174,255,75,19,0,96,63,168,180,123,56,48,0,189,59,
-120,235,164,127,2,0,160,60,53,174,255,75,21,0,224,63,168,180,127,56,
-2,0,189,63,120,235,164,127,2,0,160,60,29,174,255,75,23,0,192,63,
-168,180,126,56,2,0,189,63,120,235,164,127,0,48,160,56,5,174,255,75,
-0,48,157,56,23,0,160,63,168,228,125,56,0,48,160,56,241,173,255,75,
-19,0,128,63,172,179,156,59,28,0,156,128,168,180,123,56,105,246,255,75,
-36,0,156,128,168,180,126,56,93,246,255,75,32,0,156,128,168,180,127,56,
-81,246,255,75,40,0,156,128,168,228,125,56,69,246,255,75,28,0,225,131,
-20,0,161,131,16,0,129,131,24,0,193,131,12,0,97,131,36,0,1,128,
-4,0,96,60,192,96,99,56,166,3,8,124,32,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-0,0,128,60,132,70,132,56,48,0,160,56,105,173,255,75,48,0,255,59,
-120,251,227,127,0,0,128,60,180,70,132,56,48,0,160,56,81,173,255,75,
-48,0,255,59,120,251,227,127,0,0,128,60,228,70,132,56,48,0,160,56,
-57,173,255,75,48,0,255,59,120,251,227,127,0,0,128,60,20,71,132,56,
-48,0,160,56,33,173,255,75,48,0,255,59,120,251,227,127,19,0,128,60,
-168,180,132,56,2,0,160,60,9,173,255,75,2,0,255,63,120,251,227,127,
-21,0,128,60,168,180,132,56,2,0,160,60,241,172,255,75,2,0,255,63,
-120,251,227,127,23,0,128,60,168,180,132,56,0,48,160,56,217,172,255,75,
-0,48,127,56,23,0,128,60,168,228,132,56,0,48,160,56,197,172,255,75,
-12,0,225,131,20,0,1,128,4,0,96,60,192,96,99,56,16,0,33,56,
-166,3,8,124,32,0,128,78,0,0,6,44,0,0,32,57,128,0,129,64,
-4,0,3,137,81,32,136,124,20,0,128,65,8,0,99,128,4,0,3,137,
-81,32,136,124,244,255,128,64,0,0,99,129,208,0,132,125,20,34,232,124,
-44,72,224,84,20,2,11,124,81,48,204,124,8,0,128,64,20,50,140,125,
-8,0,99,128,0,0,3,44,44,72,136,85,12,0,5,144,8,0,5,144,
-0,0,64,57,1,0,41,57,16,0,5,145,4,0,69,145,0,0,69,145,
-20,0,165,56,12,0,130,65,0,0,3,128,4,0,131,137,0,0,6,44,
-184,255,129,65,120,75,35,125,32,0,128,78,166,2,8,124,4,0,1,144,
-240,255,33,148,120,35,134,124,120,27,100,124,11,0,96,60,128,253,99,56,
-120,43,167,124,1,0,160,56,237,246,255,75,120,51,197,124,8,0,193,56,
-225,244,255,75,20,0,1,128,16,0,33,56,166,3,8,124,32,0,128,78,
-224,255,33,148,12,0,97,147,20,0,161,147,24,0,193,147,28,0,225,147,
-166,2,8,124,36,0,1,144,16,0,129,147,120,51,220,124,0,0,188,131,
-128,0,29,40,120,43,187,124,120,35,159,124,120,27,126,124,12,0,129,64,
-127,6,189,87,0,0,188,147,20,234,158,124,11,0,96,60,128,253,99,56,
-0,0,160,56,121,246,255,75,4,0,131,129,120,219,102,127,255,255,12,56,
-120,43,167,124,120,251,229,127,56,0,189,127,0,0,188,147,20,234,158,124,
-85,244,255,75,20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,
-16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,120,35,135,124,120,27,100,124,
-11,0,96,60,212,253,99,56,120,43,166,124,0,0,160,56,9,246,255,75,
-120,59,229,124,255,255,224,56,253,243,255,75,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,166,0,0,125,94,4,0,85,36,1,0,124,
-0,0,96,61,180,70,107,57,12,0,43,129,8,0,75,129,0,0,96,61,
-132,70,107,57,12,0,11,128,8,0,235,128,0,128,12,113,80,72,10,125,
-80,0,103,125,54,32,103,85,48,56,0,85,20,2,103,124,166,0,224,124,
-94,4,231,84,120,99,231,124,36,1,224,124,32,0,128,78,166,0,0,125,
-94,4,0,85,36,1,0,124,0,0,96,61,20,71,107,57,12,0,43,129,
-8,0,75,129,0,0,96,61,228,70,107,57,12,0,11,128,8,0,235,128,
-0,128,12,113,80,72,10,125,80,0,103,125,54,32,103,85,48,56,0,85,
-20,2,103,124,166,0,224,124,94,4,231,84,120,99,231,124,36,1,224,124,
-32,0,128,78,232,255,33,148,12,0,161,147,16,0,193,147,20,0,225,147,
-166,2,8,124,28,0,1,144,196,136,13,161,57,7,8,85,120,27,126,124,
-24,0,130,65,16,0,193,131,24,0,33,56,166,3,8,124,255,255,96,56,
-32,0,128,78,19,0,224,63,172,179,255,59,244,0,127,129,1,0,171,59,
-16,0,29,44,36,0,128,65,20,0,225,131,16,0,193,131,28,0,1,128,
-12,0,161,131,18,1,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-248,0,31,160,255,7,0,84,240,0,130,65,128,0,30,44,36,0,129,64,
-20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,17,1,96,56,
-166,3,8,124,24,0,33,56,32,0,128,78,16,0,30,44,255,255,160,56,
-80,0,129,65,8,0,129,56,0,0,96,60,132,70,99,56,109,9,3,72,
-0,0,3,44,80,0,130,64,8,0,97,128,1,0,128,57,58,16,170,87,
-16,0,192,56,80,80,29,124,58,16,0,84,20,2,31,125,57,0,200,152,
-52,0,104,148,8,0,136,177,4,0,200,155,244,0,191,147,248,0,0,72,
-8,0,129,56,0,0,96,60,180,70,99,56,33,9,3,72,0,0,3,44,
-36,0,130,65,20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,
-16,1,96,56,166,3,8,124,24,0,33,56,32,0,128,78,8,0,97,128,
-1,0,128,57,58,16,170,87,128,0,192,56,80,80,29,124,58,16,0,84,
-20,2,31,125,57,0,200,152,52,0,104,148,8,0,136,177,4,0,200,155,
-244,0,191,147,140,0,0,72,48,0,31,128,44,0,127,129,20,2,43,125,
-0,252,137,57,64,96,30,124,36,0,129,64,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,20,1,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,8,0,159,129,4,0,127,128,44,72,202,87,20,82,67,125,
-8,0,97,144,80,96,106,125,1,0,128,57,126,186,103,85,80,56,32,125,
-44,0,63,145,4,0,95,145,58,16,170,87,80,80,29,124,58,16,0,84,
-20,2,31,125,57,0,200,155,52,0,104,148,8,0,136,177,4,0,200,155,
-244,0,191,147,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,137,244,255,75,241,243,255,75,225,245,255,75,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,120,251,228,127,11,0,96,60,
-192,252,99,56,61,137,255,75,0,0,159,128,11,0,96,60,208,252,99,56,
-45,137,255,75,4,0,159,136,11,0,96,60,228,252,99,56,29,137,255,75,
-5,0,159,136,11,0,96,60,248,252,99,56,13,137,255,75,6,0,31,136,
-255,7,0,84,88,130,130,56,8,0,130,65,80,130,130,56,11,0,96,60,
-176,252,99,56,237,136,255,75,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,216,255,33,148,32,0,193,147,120,43,190,124,
-16,0,65,147,0,0,64,59,0,240,26,124,20,0,97,147,28,0,161,147,
-166,2,8,124,44,0,1,144,24,0,129,147,120,35,156,124,36,0,225,147,
-120,51,223,124,8,0,1,147,4,0,3,59,12,0,33,147,1,0,235,104,
-52,0,108,125,126,217,153,85,176,0,128,64,120,195,27,127,0,0,27,128,
-64,224,0,124,0,0,160,59,20,0,130,65,1,0,160,59,11,0,96,60,
-12,253,99,56,97,136,255,75,4,0,219,136,64,248,6,124,20,0,130,65,
-1,0,160,59,11,0,96,60,32,253,99,56,69,136,255,75,6,0,27,136,
-254,7,0,84,64,200,0,124,20,0,130,65,1,0,160,59,11,0,96,60,
-52,253,99,56,37,136,255,75,5,0,27,136,0,248,0,124,28,0,129,64,
-11,0,96,60,72,253,99,56,13,136,255,75,120,219,99,127,169,254,255,75,
-20,0,0,72,0,0,29,44,12,0,130,65,120,219,99,127,149,254,255,75,
-1,0,90,59,0,240,26,124,16,0,24,59,44,72,224,87,20,2,156,127,
-88,255,128,65,20,0,97,131,32,0,193,131,28,0,161,131,16,0,65,131,
-24,0,129,131,36,0,225,131,44,0,1,128,12,0,33,131,8,0,1,131,
-166,3,8,124,40,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,19,0,224,63,172,179,255,59,28,0,191,128,
-12,0,159,128,16,0,192,56,0,0,224,56,19,0,96,60,168,180,99,56,
-161,254,255,75,32,0,191,128,16,0,159,128,128,0,192,56,0,0,224,56,
-21,0,96,60,168,180,99,56,133,254,255,75,36,0,191,128,20,0,159,128,
-23,0,96,60,16,0,192,56,1,0,224,56,168,180,99,56,105,254,255,75,
-24,0,159,128,40,0,191,128,128,0,192,56,1,0,224,56,23,0,96,60,
-168,228,99,56,77,254,255,75,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,11,0,96,60,96,253,99,56,241,134,255,75,19,0,224,63,
-172,179,127,128,33,237,255,75,172,179,127,128,12,0,225,131,20,0,1,128,
-166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,19,0,128,61,128,177,140,137,116,7,140,125,
-5,0,12,44,1,0,0,56,120,27,127,124,16,0,130,65,6,0,12,44,
-8,0,130,65,0,0,0,56,62,6,0,84,1,0,7,104,52,0,233,124,
-126,217,35,85,49,96,254,75,120,251,227,127,37,244,255,75,109,255,255,75,
-19,0,32,61,172,179,41,57,0,0,192,56,4,0,201,144,0,0,137,129,
-0,0,12,44,120,99,135,125,32,0,201,144,28,0,201,144,24,0,201,144,
-20,0,201,144,16,0,201,144,12,0,201,144,36,0,201,144,40,0,201,144,
-8,0,233,144,76,0,130,65,254,170,139,85,2,0,128,61,0,176,140,57,
-64,88,12,124,248,0,73,161,8,0,128,64,120,99,139,125,0,2,11,40,
-8,0,128,64,0,2,96,57,48,0,105,145,126,186,224,84,80,0,203,124,
-44,0,201,144,255,255,0,57,244,0,9,145,60,0,74,85,248,0,73,177,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-120,251,228,127,23,0,96,60,204,20,99,56,192,3,160,56,85,164,255,75,
-192,3,159,56,60,134,109,56,4,0,160,56,69,164,255,75,20,0,1,128,
-12,0,225,131,196,3,96,56,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-23,0,128,60,204,20,132,56,192,3,160,56,9,164,255,75,192,3,127,56,
-60,134,141,56,4,0,160,56,249,163,255,75,20,0,1,128,12,0,225,131,
-196,3,96,56,16,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,
-166,2,8,124,28,0,1,144,12,0,161,147,120,27,125,124,20,0,225,147,
-1,0,224,59,16,0,193,147,5,0,192,59,44,0,0,72,6,0,11,44,
-38,0,0,124,254,15,31,84,20,0,130,64,0,0,157,129,0,0,12,44,
-8,0,130,64,19,0,221,155,1,0,96,56,13,72,255,75,19,0,125,137,
-116,7,107,125,5,0,11,44,12,0,130,65,0,0,11,44,196,255,130,64,
-120,251,227,127,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,
-240,255,33,148,8,0,129,56,8,0,97,144,192,193,109,56,0,0,160,56,
-153,55,255,75,0,0,3,44,28,0,130,65,11,0,96,60,128,254,99,56,
-241,15,128,56,0,0,160,56,153,37,249,75,0,0,3,44,20,0,1,128,
-16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,18,0,131,152,166,0,224,127,94,4,232,87,
-36,1,0,125,0,0,195,128,0,0,6,44,0,0,224,56,20,0,130,65,
-23,0,38,137,162,0,230,136,1,0,41,57,23,0,38,153,19,0,67,137,
-116,7,74,125,2,0,10,44,40,0,130,64,0,0,7,44,4,0,0,56,
-8,0,130,65,3,0,0,56,16,0,99,169,0,0,11,44,19,0,3,152,
-32,0,130,64,24,0,0,72,16,0,99,169,0,0,11,44,6,0,0,56,
-19,0,3,152,8,0,130,64,41,255,255,75,0,128,236,115,166,0,0,124,
-94,4,0,84,120,99,0,124,36,1,0,124,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,224,255,33,148,8,0,65,147,
-12,0,97,147,20,0,161,147,24,0,193,147,28,0,225,147,166,2,8,124,
-36,0,1,144,16,0,129,147,120,35,156,124,52,0,60,129,83,2,41,85,
-120,27,123,124,24,0,130,64,11,0,96,60,144,254,99,56,52,7,128,56,
-0,0,160,56,133,36,249,75,166,0,224,127,94,4,224,87,36,1,0,124,
-28,0,92,131,8,0,26,160,152,0,187,128,80,40,160,124,12,0,26,160,
-108,192,13,129,152,0,187,144,15,0,250,136,120,211,67,127,1,0,128,56,
-244,0,231,112,15,0,250,152,80,64,0,125,108,192,13,145,33,91,0,72,
-120,211,67,127,49,90,0,72,150,0,187,160,4,0,252,128,148,0,59,161,
-32,0,9,33,48,64,235,124,8,0,28,161,0,0,220,128,32,0,137,57,
-48,76,202,124,48,100,224,124,120,91,74,125,120,83,26,124,56,40,204,124,
-255,255,232,56,20,58,172,127,48,76,189,127,20,210,189,127,64,232,26,124,
-1,255,96,61,1,255,107,57,22,208,11,124,62,194,0,84,46,64,10,84,
-20,2,10,124,80,208,192,127,52,0,129,65,164,0,155,57,58,16,192,87,
-20,2,108,124,120,227,132,127,157,61,0,72,1,0,222,59,1,1,30,44,
-1,0,90,59,8,0,130,64,0,0,192,59,64,232,26,124,212,255,129,64,
-120,227,131,127,217,92,2,72,0,128,229,115,166,0,192,124,94,4,198,84,
-120,43,198,124,36,1,192,124,24,0,193,131,16,0,129,131,20,0,161,131,
-28,0,225,131,36,0,1,128,12,0,97,131,8,0,65,131,166,3,8,124,
-32,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,8,0,193,147,120,27,126,124,166,0,224,127,94,4,233,87,
-36,1,32,125,19,0,190,136,116,7,165,124,1,0,5,44,28,0,130,65,
-5,0,5,44,20,0,130,65,11,0,96,60,160,254,99,56,163,12,128,56,
-13,35,249,75,60,134,109,129,0,0,0,57,255,0,64,57,0,0,126,145,
-60,134,205,147,0,128,236,115,19,0,30,153,18,0,94,153,166,0,0,124,
-94,4,0,84,120,99,0,124,36,1,0,124,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,200,255,33,148,
-40,0,129,147,44,0,161,147,52,0,225,147,166,2,8,124,60,0,1,144,
-48,0,193,147,120,27,126,124,16,0,254,168,0,0,7,44,11,0,160,63,
-20,0,130,65,176,254,125,56,74,16,128,56,0,0,160,56,133,34,249,75,
-19,0,254,136,116,7,231,124,3,0,7,44,240,0,130,64,1,0,64,57,
-16,0,94,177,4,0,0,56,19,0,30,152,0,0,224,59,16,0,225,147,
-20,0,225,147,28,0,225,179,49,18,2,72,23,0,0,60,140,24,0,48,
-9,0,64,61,44,108,74,57,8,0,227,147,232,3,0,57,20,0,3,145,
-16,0,32,57,2,0,35,177,4,0,67,145,36,0,3,144,40,0,195,147,
-8,0,97,144,2,0,131,161,136,0,0,56,0,128,140,97,2,0,131,177,
-32,0,1,176,18,0,158,137,16,0,12,40,28,0,128,64,58,16,138,85,
-20,98,10,124,56,24,0,84,248,193,141,57,20,2,108,125,8,0,235,131,
-0,0,31,44,20,0,130,64,176,254,125,56,112,16,128,56,0,0,160,56,
-205,33,249,75,104,0,255,128,196,0,7,129,120,251,227,127,8,0,129,56,
-166,3,9,125,33,4,128,78,120,27,100,124,8,0,97,128,125,23,2,72,
-48,0,193,131,52,0,225,131,60,0,1,128,44,0,161,131,40,0,129,131,
-166,3,8,124,56,0,33,56,32,0,128,78,4,0,7,44,11,0,128,63,
-52,1,130,64,166,0,224,127,94,4,233,87,36,1,32,125,18,0,30,136,
-16,0,0,40,0,0,96,56,28,0,128,64,58,16,11,84,20,2,75,125,
-56,24,74,85,0,0,42,61,96,66,137,57,8,0,108,128,0,0,3,44,
-24,0,130,65,104,0,67,129,132,0,106,129,0,0,128,56,166,3,105,125,
-33,4,128,78,0,0,30,128,0,0,0,44,148,0,130,65,12,0,126,169,
-0,0,11,44,92,0,129,64,0,0,11,44,48,0,130,65,4,0,190,131,
-4,0,126,56,120,235,164,127,225,90,2,72,52,0,253,128,0,0,126,128,
-120,235,164,127,64,0,231,100,52,0,253,144,25,252,255,75,28,0,0,72,
-0,0,128,56,52,0,228,128,0,0,126,128,64,0,231,100,52,0,228,144,
-253,251,255,75,12,0,126,169,0,0,11,44,172,255,129,65,0,0,190,131,
-23,0,29,137,0,0,8,44,20,0,130,64,192,254,124,56,186,0,128,56,
-0,0,160,56,157,32,249,75,23,0,61,137,255,255,41,57,23,0,61,153,
-5,0,64,57,19,0,94,153,120,243,195,127,45,253,255,75,0,128,236,115,
-166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,48,0,193,131,
-52,0,225,131,60,0,1,128,44,0,161,131,40,0,129,131,166,3,8,124,
-56,0,33,56,32,0,128,78,0,0,30,128,0,0,0,44,176,0,130,65,
-166,0,224,127,94,4,234,87,36,1,64,125,12,0,126,169,0,0,11,44,
-68,0,129,64,0,0,11,44,36,0,130,65,4,0,190,131,4,0,126,56,
-120,235,164,127,245,89,2,72,0,0,126,128,120,235,164,127,25,221,249,75,
-16,0,0,72,0,0,126,128,0,0,128,56,9,221,249,75,12,0,126,169,
-0,0,11,44,196,255,129,65,0,0,190,131,23,0,125,137,0,0,11,44,
-20,0,130,64,192,254,124,56,186,0,128,56,0,0,160,56,201,31,249,75,
-23,0,157,137,255,255,140,57,0,128,224,115,23,0,157,153,166,0,0,125,
-94,4,8,85,120,3,8,125,36,1,0,125,5,0,0,56,19,0,30,152,
-120,243,195,127,69,252,255,75,52,0,0,72,5,0,7,44,28,0,130,65,
-1,0,96,56,133,65,255,75,19,0,254,136,116,7,231,124,5,0,7,44,
-236,255,130,64,5,0,0,56,19,0,30,152,120,243,195,127,17,252,255,75,
-48,0,193,131,52,0,225,131,60,0,1,128,44,0,161,131,40,0,129,131,
-166,3,8,124,56,0,33,56,32,0,128,78,240,255,33,148,8,0,193,147,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,166,0,192,127,
-94,4,201,87,36,1,32,125,19,0,31,136,116,7,0,124,6,0,0,44,
-7,0,128,57,8,0,128,64,2,0,128,57,19,0,159,153,4,0,127,56,
-121,89,2,72,16,0,159,169,1,0,140,57,0,128,192,115,16,0,159,177,
-166,0,96,125,94,4,107,85,120,3,107,125,36,1,96,125,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-166,0,128,125,94,4,128,85,36,1,0,124,19,0,3,136,116,7,0,124,
-2,0,0,44,16,0,130,64,7,0,64,57,19,0,67,153,20,0,0,72,
-6,0,0,44,12,0,128,64,6,0,64,57,19,0,67,153,0,128,139,113,
-166,0,128,125,94,4,140,85,120,91,140,125,36,1,128,125,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,166,0,224,127,
-94,4,224,87,36,1,0,124,16,0,131,169,255,255,140,57,53,7,140,125,
-16,0,131,177,40,0,130,64,19,0,99,137,116,7,107,125,3,0,11,44,
-20,0,130,65,4,0,11,44,12,0,130,65,6,0,11,44,8,0,130,64,
-81,248,255,75,0,128,224,115,166,0,128,125,94,4,140,85,120,3,140,125,
-36,1,128,125,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,232,255,33,148,12,0,161,147,20,0,225,147,166,2,8,124,
-28,0,1,144,16,0,193,147,120,27,126,124,166,0,160,127,94,4,170,87,
-36,1,64,125,60,134,237,131,0,0,31,44,32,0,130,65,0,0,31,128,
-60,134,13,144,4,0,127,56,189,88,2,72,0,0,223,147,1,0,0,56,
-19,0,31,152,0,128,169,115,166,0,0,124,94,4,0,84,120,75,0,124,
-36,1,0,124,120,251,227,127,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,200,255,33,148,
-16,0,193,146,24,0,1,147,28,0,33,147,32,0,65,147,36,0,97,147,
-40,0,129,147,44,0,161,147,166,2,8,124,60,0,1,144,8,0,129,146,
-120,27,116,124,12,0,161,146,120,35,149,124,48,0,193,147,120,43,190,124,
-52,0,225,147,120,51,223,124,20,0,225,146,120,59,247,124,0,0,96,56,
-41,255,255,75,121,27,120,124,244,255,130,65,9,0,32,63,44,108,57,59,
-0,0,160,59,120,235,182,127,232,3,96,59,16,0,64,59,208,0,0,72,
-28,0,28,129,10,0,8,160,8,0,60,161,52,7,39,125,64,56,0,124,
-28,0,130,64,11,0,28,136,57,7,0,84,56,0,130,64,52,0,28,128,
-83,2,0,84,44,0,130,65,52,0,28,128,64,0,0,100,120,163,131,126,
-120,227,132,127,52,0,28,144,229,247,255,75,1,0,189,59,191,6,160,87,
-124,0,130,64,104,0,0,72,32,0,60,177,120,195,3,127,120,227,132,127,
-81,253,255,75,109,12,2,72,0,0,23,44,120,27,100,124,8,0,195,146,
-0,16,160,56,20,0,99,147,2,0,67,179,4,0,35,147,36,0,131,147,
-40,0,3,147,44,0,156,144,8,0,130,65,0,0,160,56,120,227,131,127,
-125,107,0,72,44,0,124,128,1,0,128,56,29,18,2,72,1,0,189,59,
-191,6,160,87,20,0,130,64,0,0,29,44,120,195,3,127,188,0,130,65,
-60,0,0,72,8,0,181,168,0,0,5,44,32,0,130,65,0,0,149,131,
-120,171,163,126,120,227,132,127,245,85,2,72,0,0,28,44,20,255,130,64,
-8,0,0,72,0,0,128,59,0,0,29,44,120,195,3,127,128,0,130,65,
-25,0,148,136,109,246,255,75,120,195,3,127,141,245,255,75,0,0,3,44,
-28,0,130,64,12,0,216,168,0,0,6,44,120,251,254,127,255,255,160,59,
-48,0,130,64,72,0,0,72,12,0,216,168,0,0,6,44,32,0,130,64,
-56,0,0,72,120,243,195,127,120,251,228,127,37,86,2,72,12,0,216,168,
-0,0,6,44,32,0,130,65,4,0,248,131,4,0,120,56,120,251,228,127,
-113,85,2,72,0,0,31,44,212,255,130,64,16,0,0,72,0,0,224,59,
-8,0,0,72,33,248,255,75,120,235,163,127,44,0,161,131,40,0,129,131,
-36,0,97,131,20,0,225,130,24,0,1,131,48,0,193,131,32,0,65,131,
-16,0,193,130,28,0,33,131,52,0,225,131,60,0,1,128,12,0,161,130,
-8,0,129,130,166,3,8,124,56,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,120,35,158,124,
-28,0,254,131,15,0,31,136,120,251,227,127,1,0,128,56,244,0,0,112,
-15,0,31,152,225,81,0,72,120,251,227,127,241,80,0,72,120,243,195,127,
-49,84,2,72,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,208,255,33,148,12,0,225,146,16,0,1,147,
-20,0,33,147,24,0,65,147,28,0,97,147,32,0,129,147,40,0,193,147,
-44,0,225,147,166,2,8,124,52,0,1,144,36,0,161,147,120,27,125,124,
-116,0,29,168,0,0,0,44,120,35,158,124,100,0,130,65,108,0,253,131,
-108,0,125,56,120,251,228,127,101,84,2,72,28,0,255,128,10,0,7,161,
-8,0,31,168,64,0,8,124,120,251,228,127,28,0,130,64,120,243,195,127,
-221,84,2,72,116,0,29,168,0,0,0,44,200,255,130,64,36,0,0,72,
-52,0,31,128,64,0,0,100,120,235,163,127,52,0,31,144,17,255,255,75,
-116,0,29,168,0,0,0,44,164,255,130,64,128,0,29,168,0,0,0,44,
-100,0,130,65,120,0,253,131,120,0,125,56,120,251,228,127,249,83,2,72,
-28,0,191,128,10,0,133,161,8,0,95,169,64,80,12,124,120,251,228,127,
-28,0,130,64,120,243,195,127,113,84,2,72,128,0,29,168,0,0,0,44,
-200,255,130,64,36,0,0,72,52,0,223,128,64,0,198,100,120,235,163,127,
-52,0,223,144,5,245,255,75,128,0,29,168,0,0,0,44,164,255,130,64,
-48,0,0,59,23,0,32,63,204,20,57,59,5,0,128,59,0,0,64,59,
-120,203,55,127,0,0,23,128,64,232,0,124,160,0,130,64,19,0,119,137,
-116,7,107,125,2,0,11,44,20,0,130,65,3,0,11,44,12,0,130,65,
-4,0,11,44,128,0,130,64,12,0,23,168,121,3,31,124,80,0,129,64,
-0,0,0,44,36,0,130,65,4,0,119,131,4,0,119,56,120,219,100,127,
-65,83,2,72,120,243,195,127,120,219,100,127,205,83,2,72,16,0,0,72,
-120,243,195,127,0,0,128,56,189,83,2,72,255,255,255,55,12,0,130,65,
-12,0,23,168,192,255,255,75,19,0,119,137,116,7,107,125,2,0,11,44,
-16,0,130,65,23,0,61,137,255,255,41,57,23,0,61,153,16,0,87,179,
-19,0,151,155,120,187,227,126,177,245,255,75,255,255,24,55,20,0,57,59,
-76,255,130,64,23,0,93,137,0,0,10,44,28,0,130,65,23,0,189,136,
-11,0,96,60,171,14,128,56,208,254,99,56,217,24,249,75,0,0,3,44,
-24,0,65,131,36,0,161,131,40,0,193,131,28,0,97,131,20,0,33,131,
-32,0,129,131,44,0,225,131,52,0,1,128,16,0,1,131,12,0,225,130,
-166,3,8,124,48,0,33,56,32,0,128,78,192,255,33,148,24,0,193,146,
-28,0,225,146,44,0,97,147,48,0,129,147,52,0,161,147,56,0,193,147,
-166,2,8,124,68,0,1,144,32,0,1,147,120,35,152,124,60,0,225,147,
-120,43,191,124,36,0,33,147,120,51,217,124,40,0,65,147,120,27,122,124,
-8,0,97,56,93,83,2,72,8,0,24,168,120,3,22,124,0,176,31,124,
-120,179,215,126,8,0,128,64,120,251,247,127,121,187,255,126,76,0,129,64,
-8,0,161,59,0,0,0,44,36,0,130,65,0,0,216,131,120,195,3,127,
-120,243,196,127,253,81,2,72,120,235,163,127,120,243,196,127,137,82,2,72,
-16,0,0,72,120,235,163,127,0,0,128,56,121,82,2,72,255,255,255,55,
-12,0,130,65,8,0,24,168,192,255,255,75,0,0,192,63,68,71,126,56,
-255,255,128,56,169,241,2,72,0,0,3,44,240,255,130,64,25,0,250,136,
-16,0,7,40,0,0,224,59,28,0,128,64,58,16,233,84,20,58,9,124,
-56,24,0,84,248,193,109,57,20,2,75,125,8,0,234,131,0,0,31,44,
-11,0,128,63,20,0,130,64,224,254,124,56,255,13,128,56,0,0,160,56,
-145,23,249,75,104,0,159,129,164,0,172,128,120,251,227,127,0,0,128,56,
-166,3,169,124,33,4,128,78,11,0,96,63,68,71,126,56,189,237,2,72,
-0,0,3,44,24,0,130,65,116,254,123,56,6,1,128,56,0,0,160,56,
-85,23,249,75,0,0,3,44,16,0,1,168,0,0,0,44,8,0,225,59,
-1,0,160,59,56,0,129,64,120,211,67,127,120,251,228,127,120,195,5,127,
-120,203,38,127,1,0,224,56,181,249,255,75,208,0,227,124,120,24,232,124,
-255,15,29,85,232,0,130,65,8,0,31,168,0,0,0,44,208,255,129,65,
-81,176,55,127,68,0,129,64,8,0,216,168,0,0,6,44,36,0,130,65,
-0,0,248,131,120,195,3,127,120,251,228,127,201,80,2,72,120,195,3,127,
-120,251,228,127,85,81,2,72,16,0,0,72,120,195,3,127,0,0,128,56,
-69,81,2,72,255,255,57,55,196,255,130,64,68,71,126,56,255,255,128,56,
-129,240,2,72,0,0,3,44,240,255,130,64,25,0,26,136,16,0,0,40,
-0,0,224,59,28,0,128,64,58,16,11,84,20,2,11,124,56,24,0,84,
-248,193,173,56,20,2,133,125,8,0,236,131,0,0,31,44,20,0,130,64,
-224,254,124,56,35,14,128,56,0,0,160,56,109,22,249,75,104,0,223,128,
-132,0,230,128,120,251,227,127,1,0,128,56,166,3,233,124,33,4,128,78,
-68,71,126,56,157,236,2,72,0,0,3,44,24,0,130,65,116,254,123,56,
-6,1,128,56,0,0,160,56,53,22,249,75,0,0,3,44,68,71,126,56,
-255,255,128,56,241,239,2,72,0,0,3,44,240,255,130,64,25,0,26,136,
-16,0,0,40,0,0,224,59,28,0,128,64,58,16,10,84,20,2,10,125,
-56,24,8,85,0,0,136,61,96,66,108,57,8,0,235,131,0,0,31,44,
-20,0,130,64,224,254,124,56,51,14,128,56,0,0,160,56,221,21,249,75,
-104,0,159,129,164,0,12,128,120,251,227,127,1,0,128,56,166,3,9,124,
-33,4,128,78,68,71,126,56,13,236,2,72,0,0,3,44,24,0,130,65,
-116,254,123,56,6,1,128,56,0,0,160,56,165,21,249,75,0,0,3,44,
-36,0,33,131,48,0,129,131,120,235,163,127,52,0,161,131,56,0,193,131,
-44,0,97,131,32,0,1,131,40,0,65,131,60,0,225,131,68,0,1,128,
-28,0,225,130,24,0,193,130,166,3,8,124,64,0,33,56,32,0,128,78,
-224,255,33,148,28,0,225,147,166,2,8,124,36,0,1,144,16,0,129,147,
-120,35,156,124,20,0,161,147,120,43,189,124,24,0,193,147,120,51,222,124,
-12,0,97,147,120,27,123,124,11,0,96,60,240,254,99,56,5,116,255,75,
-12,0,0,72,108,0,123,56,153,79,2,72,8,0,126,169,0,0,11,44,
-32,0,130,65,0,0,254,131,120,243,195,127,120,251,228,127,229,78,2,72,
-121,251,228,127,216,255,130,64,20,0,0,72,0,0,128,56,12,0,0,72,
-96,0,123,56,97,79,2,72,8,0,157,169,0,0,12,44,32,0,130,65,
-0,0,253,131,120,235,163,127,120,251,228,127,173,78,2,72,121,251,228,127,
-216,255,130,64,20,0,0,72,0,0,128,56,12,0,0,72,96,0,123,56,
-41,79,2,72,8,0,28,168,0,0,0,44,32,0,130,65,0,0,252,131,
-120,227,131,127,120,251,228,127,117,78,2,72,121,251,228,127,216,255,130,64,
-8,0,0,72,0,0,128,56,20,0,161,131,24,0,193,131,28,0,225,131,
-36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,
-32,0,128,78,168,255,33,148,52,0,225,146,56,0,1,147,60,0,33,147,
-64,0,65,147,68,0,97,147,76,0,161,147,80,0,193,147,84,0,225,147,
-166,2,8,124,92,0,1,144,1,0,0,56,8,0,1,144,72,0,129,147,
-120,27,124,124,255,255,96,56,21,110,0,72,12,0,97,56,25,79,2,72,
-24,0,97,56,17,79,2,72,120,227,131,127,12,0,129,56,45,249,255,75,
-25,0,28,137,20,0,28,128,60,8,8,85,19,0,192,63,112,177,222,59,
-20,66,94,125,24,0,170,171,0,0,29,44,64,0,224,59,254,255,23,84,
-8,0,128,64,20,0,225,171,136,0,156,128,0,0,4,44,12,0,130,65,
-12,0,97,56,53,78,2,72,140,0,156,128,0,0,4,44,12,0,130,65,
-12,0,97,56,33,78,2,72,12,0,97,59,44,0,124,56,101,133,1,72,
-0,0,3,44,40,0,129,64,44,0,124,56,1,135,1,72,120,27,100,124,
-120,219,99,127,249,77,2,72,44,0,124,56,65,133,1,72,0,0,3,44,
-224,255,129,65,104,0,28,168,0,0,0,44,12,0,97,59,68,0,129,64,
-0,0,0,44,36,0,130,65,96,0,92,131,96,0,124,56,120,211,68,127,
-41,77,2,72,120,219,99,127,120,211,68,127,181,77,2,72,16,0,0,72,
-120,219,99,127,0,0,128,56,165,77,2,72,104,0,28,168,0,0,0,44,
-196,255,129,65,121,235,187,127,76,0,129,64,24,0,33,59,12,0,65,59,
-8,0,26,168,0,0,0,44,36,0,130,65,0,0,26,131,120,211,67,127,
-120,195,4,127,213,76,2,72,120,203,35,127,120,195,4,127,97,77,2,72,
-16,0,0,72,120,203,35,127,0,0,128,56,81,77,2,72,255,255,123,55,
-196,255,130,64,0,0,23,44,144,0,130,65,36,0,97,56,197,77,2,72,
-120,227,131,127,120,251,229,127,12,0,129,56,36,0,193,56,13,250,255,75,
-0,0,3,44,108,0,130,64,36,0,225,59,120,227,131,127,120,251,230,127,
-12,0,129,56,24,0,161,56,41,253,255,75,8,0,97,129,0,0,11,44,
-16,0,130,65,0,0,128,57,8,0,129,145,105,108,0,72,64,0,65,131,
-80,0,193,131,76,0,161,131,60,0,33,131,68,0,97,131,84,0,225,131,
-72,0,129,131,56,0,1,131,92,0,1,128,52,0,225,130,0,0,96,56,
-166,3,8,124,88,0,33,56,32,0,128,78,0,0,29,44,8,0,128,64,
-0,0,160,59,20,0,129,168,120,235,165,127,11,0,96,60,36,255,99,56,
-245,112,255,75,20,0,193,168,0,0,6,44,12,0,97,59,24,0,65,59,
-36,0,225,59,116,0,129,64,25,0,156,136,120,243,195,127,52,7,165,127,
-109,192,249,75,120,251,227,127,241,76,2,72,120,227,131,127,120,219,100,127,
-120,211,69,127,120,251,230,127,0,0,224,56,97,244,255,75,0,0,3,44,
-24,0,129,64,8,0,219,168,0,0,6,44,20,26,189,127,188,255,129,65,
-40,0,0,72,120,227,131,127,120,251,230,127,12,0,129,56,24,0,161,56,
-65,252,255,75,8,0,97,129,0,0,11,44,28,255,130,64,36,255,255,75,
-32,0,225,171,120,251,228,127,11,0,96,60,16,255,99,56,89,112,255,75,
-0,0,31,44,11,0,64,63,128,0,129,64,24,0,33,59,8,0,25,168,
-0,0,0,44,32,0,130,65,0,0,121,131,120,203,35,127,120,219,100,127,
-53,75,2,72,0,0,27,44,12,0,130,65,24,0,0,72,0,0,96,59,
-72,255,122,56,76,13,128,56,0,0,160,56,49,17,249,75,52,0,251,128,
-11,0,27,137,120,219,100,127,57,7,8,85,120,227,131,127,64,0,231,100,
-52,0,251,144,20,0,130,65,225,245,255,75,255,255,255,55,156,255,130,64,
-16,0,0,72,49,236,255,75,255,255,255,55,140,255,130,64,25,0,156,136,
-120,243,195,127,52,7,165,127,97,191,249,75,23,0,124,137,0,0,11,44,
-0,0,32,57,140,0,60,145,136,0,60,145,20,0,130,65,23,0,188,136,
-72,255,122,56,100,13,128,56,189,16,249,75,152,0,188,128,0,0,5,44,
-16,0,130,65,72,255,122,56,101,13,128,56,165,16,249,75,8,0,129,129,
-0,0,12,44,16,0,130,65,0,0,0,56,8,0,1,144,133,106,0,72,
-64,0,65,131,80,0,193,131,76,0,161,131,60,0,33,131,68,0,97,131,
-84,0,225,131,72,0,129,131,56,0,1,131,92,0,1,128,52,0,225,130,
-1,0,96,56,166,3,8,124,88,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,11,0,96,60,
-188,255,99,56,17,111,255,75,2,0,127,137,254,247,100,85,11,0,96,60,
-148,255,99,56,253,110,255,75,2,0,31,136,123,7,0,84,20,0,130,64,
-105,192,141,136,11,0,96,60,160,255,99,56,225,110,255,75,2,0,31,136,
-254,7,4,84,96,130,98,56,209,110,255,75,26,0,223,136,160,0,159,136,
-162,0,191,136,11,0,96,60,88,255,99,56,185,110,255,75,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,
-20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,120,27,125,124,
-16,0,193,147,120,35,158,124,36,0,0,72,20,0,29,128,189,7,0,84,
-16,0,130,65,44,0,125,56,25,132,1,72,12,0,0,72,96,0,125,56,
-1,74,2,72,8,0,30,168,0,0,0,44,32,0,130,65,0,0,254,131,
-120,243,195,127,120,251,228,127,77,73,2,72,121,251,228,127,192,255,130,64,
-8,0,0,72,0,0,128,56,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,
-8,0,193,147,12,0,225,147,166,2,8,124,20,0,1,144,120,27,108,124,
-0,0,100,128,4,0,132,128,0,0,64,57,120,35,137,124,121,75,64,125,
-144,0,12,160,48,0,130,65,120,3,30,124,120,243,197,127,0,0,192,56,
-61,137,255,75,1,0,99,49,148,1,132,125,214,241,43,125,214,241,12,125,
-22,240,235,124,20,66,71,125,36,0,0,72,150,3,227,124,1,0,103,49,
-0,0,128,56,148,1,132,125,214,1,43,125,214,1,12,125,22,0,235,124,
-20,66,71,125,12,0,225,131,8,0,193,131,20,0,1,128,120,75,35,125,
-120,83,68,125,166,3,8,124,16,0,33,56,32,0,128,78,232,255,33,148,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,
-120,35,157,124,28,0,253,131,10,0,31,160,8,0,221,163,52,7,204,127,
-64,96,0,124,40,0,130,65,37,211,255,75,0,0,3,44,12,0,130,65,
-32,0,221,179,24,0,0,72,10,0,31,160,52,7,204,127,64,96,0,124,
-224,255,130,64,32,0,221,179,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,144,255,33,148,
-40,0,193,145,44,0,225,145,48,0,1,146,52,0,33,146,56,0,65,146,
-60,0,97,146,64,0,129,146,68,0,161,146,72,0,193,146,76,0,225,146,
-80,0,1,147,84,0,33,147,88,0,65,147,92,0,97,147,96,0,129,147,
-104,0,193,147,108,0,225,147,166,2,8,124,116,0,1,144,100,0,161,147,
-120,27,125,124,2,0,93,137,0,0,0,56,123,7,74,85,120,35,143,124,
-13,0,1,152,36,9,130,65,3,0,15,44,28,0,130,64,28,0,125,129,
-100,192,173,128,248,191,237,128,20,42,11,124,64,0,7,124,4,9,129,64,
-11,0,0,62,1,0,32,57,32,0,33,145,255,255,96,56,125,103,0,72,
-132,0,125,129,0,0,11,44,20,0,29,128,254,255,26,84,40,0,130,64,
-120,235,163,127,113,239,255,75,121,27,114,124,244,255,130,65,128,0,189,168,
-0,0,5,44,132,0,93,146,164,0,129,64,148,0,0,72,120,91,114,125,
-19,0,178,136,116,7,165,124,7,0,5,44,96,0,130,64,0,0,178,128,
-64,232,5,124,16,0,130,65,184,0,112,56,117,9,128,56,29,13,249,75,
-166,0,224,127,94,4,230,87,36,1,192,124,120,235,163,127,4,0,146,56,
-65,253,255,75,2,0,0,57,19,0,18,153,0,128,233,115,166,0,96,125,
-94,4,107,85,120,75,107,125,36,1,96,125,128,0,189,168,0,0,5,44,
-52,0,129,64,36,0,0,72,2,0,5,44,16,0,130,65,184,0,112,56,
-127,9,128,56,197,12,249,75,128,0,189,168,0,0,5,44,16,0,129,64,
-120,235,163,127,120,0,157,56,233,252,255,75,25,0,125,136,248,191,205,128,
-21,0,253,136,2,0,235,105,0,0,96,59,52,0,101,125,120,219,120,127,
-126,217,185,84,8,0,193,144,255,255,39,49,16,57,9,124,13,0,1,152,
-197,110,2,72,36,0,3,128,255,63,0,84,12,0,1,152,176,6,130,65,
-0,0,32,58,0,0,192,58,166,0,224,126,94,4,233,86,36,1,32,125,
-0,0,26,44,88,0,130,65,0,0,27,44,40,0,130,65,140,0,221,146,
-120,219,124,127,136,0,157,147,0,128,235,114,166,0,160,124,94,4,165,84,
-120,91,165,124,36,1,160,124,104,0,0,72,44,0,125,56,145,127,1,72,
-120,27,124,124,136,0,157,147,0,128,235,114,166,0,160,124,94,4,165,84,
-120,91,165,124,36,1,160,124,64,0,0,72,104,0,61,169,0,0,9,44,
-24,0,130,65,96,0,157,131,96,0,125,56,120,227,132,127,193,69,2,72,
-8,0,0,72,0,0,128,59,136,0,157,147,0,128,235,114,166,0,160,124,
-94,4,165,84,120,91,165,124,36,1,160,124,0,0,28,44,252,5,130,65,
-52,0,220,128,83,2,198,84,32,0,130,65,120,235,163,127,120,227,132,127,
-5,253,255,75,120,235,163,127,120,227,132,127,197,230,255,75,40,255,255,75,
-0,0,26,44,148,4,130,65,120,235,163,127,120,227,132,127,65,252,255,75,
-120,27,126,124,120,35,159,124,166,0,192,124,94,4,192,84,36,1,0,124,
-120,51,215,124,44,0,125,56,209,126,1,72,121,27,123,124,140,0,125,147,
-124,0,130,64,0,0,25,44,92,0,130,65,248,191,13,129,12,0,60,129,
-80,64,233,124,50,0,7,40,72,0,128,64,0,0,24,44,44,0,130,64,
-52,0,92,129,17,2,74,85,32,0,130,64,0,0,124,129,16,240,171,124,
-144,0,125,161,120,90,172,124,52,0,133,125,63,222,172,84,24,0,130,65,
-96,0,125,56,120,227,132,127,113,69,2,72,0,0,128,59,136,0,157,147,
-0,128,229,114,166,0,224,124,94,4,231,84,120,43,231,124,36,1,224,124,
-220,3,0,72,0,128,230,114,166,0,0,124,94,4,0,84,120,51,0,124,
-36,1,0,124,52,0,251,128,83,2,231,84,68,0,130,65,120,235,163,127,
-120,227,132,127,17,252,255,75,120,235,163,127,120,219,100,127,209,229,255,75,
-166,0,192,124,94,4,192,84,36,1,0,124,120,51,215,124,44,0,125,56,
-253,125,1,72,121,27,123,124,140,0,125,147,168,255,130,64,44,255,255,75,
-4,0,92,129,8,0,156,160,0,0,60,129,4,0,155,129,20,32,233,124,
-148,1,10,125,64,64,12,124,0,0,123,129,148,2,130,64,64,56,11,124,
-140,2,130,64,156,0,189,160,8,0,91,161,20,82,36,125,0,40,9,124,
-28,0,219,128,56,3,129,65,14,0,198,136,0,0,6,44,44,3,130,64,
-17,240,171,126,144,0,221,160,20,0,128,64,20,48,222,127,148,1,255,127,
-21,50,181,126,244,255,128,65,0,0,21,44,8,3,130,65,120,235,163,127,
-120,227,132,127,93,251,255,75,120,235,163,127,120,219,100,127,81,251,255,75,
-166,0,0,124,94,4,9,84,36,1,32,125,28,0,27,131,28,0,124,129,
-8,0,27,161,8,0,220,160,120,3,23,124,120,170,0,125,20,66,198,124,
-8,0,220,176,52,0,12,124,126,217,149,85,166,0,64,125,94,4,71,85,
-36,1,224,124,8,0,235,160,8,0,24,160,10,0,171,160,20,2,231,124,
-8,0,235,176,10,0,248,160,20,58,165,124,10,0,171,176,12,0,248,160,
-16,0,24,128,20,0,139,129,8,0,12,144,20,0,24,129,12,0,43,161,
-20,58,41,125,0,128,74,113,12,0,43,177,20,0,11,145,166,0,96,125,
-94,4,107,85,120,83,107,125,36,1,96,125,32,0,156,161,32,0,187,160,
-20,42,140,125,32,0,156,177,15,0,248,136,244,0,231,112,120,195,3,127,
-0,0,128,56,15,0,248,152,13,64,0,72,120,195,3,127,29,63,0,72,
-8,0,155,160,0,0,123,129,4,0,155,129,148,0,125,160,32,0,195,56,
-48,52,136,125,255,255,43,49,150,0,157,162,48,28,103,125,212,1,76,125,
-32,0,3,32,48,0,83,125,48,0,128,125,120,3,224,124,120,3,24,125,
-48,28,136,125,48,28,37,125,28,0,1,145,120,155,165,124,48,52,72,125,
-120,43,19,125,56,160,101,125,255,255,196,56,20,50,133,126,48,28,148,126,
-20,194,148,126,64,160,24,124,0,255,0,60,1,255,0,96,22,192,0,124,
-62,194,0,84,46,64,7,84,24,0,1,147,16,0,97,146,48,28,74,125,
-20,0,65,145,20,2,7,124,80,192,192,125,88,0,129,65,64,152,24,124,
-58,16,202,85,164,0,61,57,120,219,100,127,20,82,105,124,32,0,129,64,
-120,227,133,127,221,32,0,72,1,0,206,57,1,1,14,44,1,0,24,59,
-32,0,130,64,24,0,0,72,49,34,0,72,1,0,206,57,1,1,14,44,
-1,0,24,59,8,0,130,64,0,0,192,57,64,160,24,124,176,255,129,64,
-120,219,99,127,109,65,2,72,0,0,21,44,0,0,96,59,1,0,0,59,
-140,0,125,147,28,0,130,65,0,128,229,114,166,0,224,124,94,4,231,84,
-120,43,231,124,36,1,224,124,4,1,0,72,0,128,224,114,166,0,96,125,
-94,4,107,85,120,3,107,125,36,1,96,125,166,0,192,124,94,4,192,84,
-36,1,0,124,120,51,215,124,44,0,125,56,73,123,1,72,121,27,123,124,
-140,0,125,147,244,252,130,64,120,252,255,75,0,0,25,44,192,0,130,65,
-248,191,173,128,12,0,220,128,80,40,134,125,50,0,12,40,172,0,128,64,
-0,0,24,44,40,0,130,64,52,0,28,129,17,2,8,85,28,0,130,64,
-144,0,157,161,16,240,233,124,120,98,230,124,52,0,200,124,63,222,0,85,
-128,0,130,65,166,0,224,126,94,4,224,86,36,1,0,124,96,0,125,56,
-120,227,132,127,221,65,2,72,120,219,124,127,136,0,157,147,0,0,96,59,
-140,0,125,147,120,235,163,127,120,227,132,127,13,248,255,75,120,27,126,124,
-120,35,159,124,120,219,120,127,0,128,234,114,166,0,96,125,94,4,107,85,
-120,83,107,125,36,1,96,125,166,0,192,124,94,4,192,84,36,1,0,124,
-120,51,215,124,44,0,125,56,133,122,1,72,121,27,123,124,140,0,125,147,
-48,252,130,64,180,251,255,75,0,0,28,44,152,250,130,65,120,235,163,127,
-120,227,132,127,81,248,255,75,1,0,0,56,13,0,1,152,166,0,224,126,
-94,4,232,86,36,1,0,125,120,147,67,126,120,227,132,127,137,231,255,75,
-136,0,61,146,0,128,233,114,166,0,0,124,94,4,0,84,120,75,0,124,
-36,1,0,124,141,246,1,72,0,0,27,44,8,0,35,146,232,3,224,56,
-16,0,0,57,9,0,32,61,120,27,108,124,0,0,0,56,44,108,41,57,
-20,0,227,144,2,0,3,177,4,0,35,145,36,0,131,147,40,0,67,146,
-44,0,156,145,60,0,130,65,0,0,155,128,4,0,187,128,120,250,167,124,
-16,40,127,125,52,0,232,124,126,217,6,85,16,89,11,124,208,0,64,125,
-16,32,126,125,16,89,11,124,208,0,32,125,56,72,197,124,120,43,64,125,
-62,6,0,84,0,0,0,44,0,0,224,58,8,0,130,65,32,0,224,58,
-8,0,28,160,156,0,253,160,64,56,0,124,64,0,129,64,184,0,112,56,
-126,10,128,56,0,0,160,56,9,6,249,75,44,0,156,129,0,0,3,44,
-36,0,130,65,120,227,131,127,120,99,132,125,120,187,229,126,21,85,0,72,
-44,0,124,128,1,0,128,56,181,251,1,72,124,249,255,75,120,227,131,127,
-120,99,132,125,120,187,229,126,245,84,0,72,44,0,124,128,1,0,128,56,
-149,251,1,72,92,249,255,75,0,0,26,44,108,0,130,65,166,0,224,127,
-94,4,234,87,36,1,64,125,28,0,0,72,52,0,158,129,128,0,140,101,
-44,0,125,56,120,243,196,127,52,0,158,145,21,122,1,72,104,0,29,168,
-0,0,0,44,32,0,130,65,96,0,221,131,96,0,125,56,120,243,196,127,
-85,63,2,72,0,0,30,44,200,255,130,64,8,0,0,72,0,0,192,59,
-0,128,230,115,166,0,0,125,94,4,8,85,120,51,8,125,36,1,0,125,
-13,0,1,137,0,0,8,44,136,0,130,65,21,0,93,137,22,0,157,137,
-1,0,74,57,62,6,74,85,64,96,10,124,8,0,193,128,12,0,1,136,
-13,0,1,152,28,0,221,144,21,0,93,153,12,0,130,65,2,0,15,44,
-100,0,130,65,0,0,178,128,64,232,5,124,16,0,130,65,184,0,112,56,
-180,10,128,56,245,4,249,75,25,0,157,136,120,147,67,126,105,223,255,75,
-2,0,15,44,12,0,130,65,120,147,67,126,129,222,255,75,32,0,65,129,
-0,0,10,44,0,0,192,56,132,0,221,144,21,0,221,152,36,0,130,64,
-44,0,0,72,132,0,125,128,97,225,255,75,0,0,0,57,132,0,29,145,
-32,0,65,129,0,0,10,44,16,0,130,65,0,0,128,57,32,0,129,145,
-141,94,0,72,92,0,97,131,60,0,97,130,56,0,65,130,88,0,65,131,
-96,0,129,131,64,0,129,130,52,0,33,130,84,0,33,131,100,0,161,131,
-68,0,161,130,48,0,1,130,80,0,1,131,104,0,193,131,72,0,193,130,
-44,0,225,129,76,0,225,130,108,0,225,131,116,0,1,128,40,0,193,129,
-13,0,97,136,166,3,8,124,112,0,33,56,32,0,128,78,224,255,33,148,
-8,0,65,147,12,0,97,147,16,0,129,147,20,0,161,147,24,0,193,147,
-28,0,225,147,166,2,8,124,36,0,1,144,60,192,77,131,0,0,224,59,
-72,192,237,155,120,251,224,127,68,192,13,144,64,192,13,128,64,0,26,124,
-1,255,192,60,1,255,198,56,22,208,102,125,120,35,156,124,120,27,126,124,
-62,194,107,85,46,64,108,85,20,90,108,125,80,208,171,127,0,1,129,65,
-164,0,126,59,58,16,160,87,20,2,123,124,120,227,132,127,37,23,0,72,
-72,192,237,136,116,7,231,124,0,56,3,124,8,0,129,64,72,192,109,152,
-4,0,3,44,40,0,130,65,1,0,189,59,1,1,29,44,1,0,90,59,
-8,0,130,64,0,0,160,59,64,192,13,128,64,0,26,124,180,255,129,64,
-172,0,0,72,213,92,0,72,1,0,224,59,120,243,195,127,4,0,128,56,
-73,245,255,75,0,0,3,44,140,0,130,65,0,255,0,60,1,255,0,96,
-60,192,173,131,22,232,0,124,0,0,32,57,62,194,0,84,68,192,45,145,
-72,192,45,153,46,64,12,84,20,2,12,124,64,192,77,129,64,80,29,124,
-80,232,192,127,80,0,129,65,58,16,197,87,20,42,123,124,120,227,132,127,
-129,22,0,72,72,192,13,137,116,7,8,125,0,64,3,124,8,0,129,64,
-72,192,109,152,4,0,3,44,40,0,130,65,1,0,222,59,1,1,30,44,
-1,0,189,59,8,0,130,64,0,0,192,59,64,192,77,129,64,80,29,124,
-184,255,129,64,0,0,224,59,62,6,255,87,20,0,161,131,120,251,227,127,
-28,0,225,131,16,0,129,131,24,0,193,131,36,0,1,128,12,0,97,131,
-8,0,65,131,166,3,8,124,32,0,33,56,32,0,128,78,232,255,33,148,
-12,0,161,147,16,0,193,147,166,2,8,124,28,0,1,144,20,0,225,147,
-120,35,159,124,44,0,191,131,120,27,126,124,97,242,1,72,1,0,64,57,
-9,0,0,60,120,107,0,48,8,0,163,147,16,0,128,57,2,0,131,177,
-4,0,3,144,0,0,67,177,36,0,227,147,52,0,127,129,0,1,107,101,
-52,0,127,145,96,192,13,128,128,192,109,144,189,7,0,84,0,0,128,57,
-8,0,129,145,40,0,130,65,8,0,97,56,113,51,0,72,8,0,129,128,
-32,0,126,56,129,208,249,75,8,0,129,128,0,0,4,44,56,0,130,65,
-132,0,0,72,94,192,13,136,0,0,0,44,76,192,141,128,8,0,129,144,
-24,0,130,64,12,0,100,56,12,192,141,56,161,33,0,72,8,0,129,128,
-88,192,109,144,0,0,4,44,84,0,130,64,11,0,96,60,200,0,99,56,
-44,5,128,56,0,0,160,56,209,1,249,75,8,0,129,128,0,0,3,44,
-52,0,130,65,12,192,141,57,4,0,204,128,0,0,172,128,88,192,13,129,
-8,0,255,160,32,0,126,56,25,35,0,72,15,0,99,137,1,0,107,97,
-28,0,127,144,15,0,99,153,48,0,0,72,12,192,141,57,4,0,204,128,
-0,0,172,128,88,192,13,129,8,0,255,160,32,0,126,56,233,34,0,72,
-15,0,99,137,1,0,107,97,28,0,127,144,15,0,99,153,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,0,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,224,255,33,148,20,0,161,147,24,0,193,147,
-28,0,225,147,166,2,8,124,36,0,1,144,92,192,205,160,2,0,6,44,
-80,192,109,129,8,0,171,131,120,35,159,124,0,0,0,56,120,27,126,124,
-20,0,130,64,84,192,109,129,8,0,235,128,15,0,7,137,254,7,0,85,
-166,0,0,125,94,4,9,85,36,1,32,125,15,0,93,137,255,7,74,85,
-12,2,130,64,0,0,0,44,4,2,130,64,0,128,11,113,166,0,128,125,
-94,4,140,85,120,91,140,125,36,1,128,125,8,0,159,160,12,0,161,56,
-8,0,193,56,120,235,163,127,53,53,0,72,12,0,193,128,0,0,6,44,
-96,192,45,129,1,0,41,97,96,192,45,145,80,0,128,65,8,0,1,128,
-0,0,0,44,68,0,129,65,52,0,159,129,8,0,31,160,26,0,223,176,
-20,0,191,147,24,0,31,176,8,0,140,101,0,0,0,57,32,0,31,177,
-52,0,159,145,28,0,225,131,36,0,1,128,24,0,193,131,20,0,161,131,
-166,3,8,124,32,0,33,56,32,0,128,78,52,0,63,129,0,0,6,44,
-8,0,159,160,4,0,41,101,52,0,63,145,20,0,128,64,92,192,13,160,
-2,0,0,44,92,0,130,64,60,0,0,72,0,0,6,44,8,0,1,129,
-80,32,72,125,24,0,95,177,26,0,223,176,20,0,191,147,20,0,128,65,
-92,192,109,161,2,0,11,44,92,0,130,64,16,0,0,72,92,192,13,160,
-2,0,0,44,32,0,130,64,84,192,205,128,8,0,166,131,12,0,161,56,
-120,235,163,127,8,0,193,56,89,52,0,72,8,0,159,160,24,0,127,161,
-8,0,1,128,36,0,191,147,80,32,64,125,0,0,192,56,62,4,74,85,
-40,0,95,177,42,0,223,176,80,32,234,124,80,56,11,125,8,0,1,145,
-0,0,8,44,40,0,130,64,0,0,128,57,32,0,159,177,28,0,225,131,
-36,0,1,128,24,0,193,131,20,0,161,131,166,3,8,124,32,0,33,56,
-32,0,128,78,44,0,191,131,89,239,1,72,1,0,224,56,9,0,192,60,
-120,107,198,56,8,0,163,147,16,0,0,56,2,0,3,176,4,0,195,144,
-0,0,227,176,36,0,227,147,24,0,31,160,76,192,141,128,52,0,31,129,
-0,1,8,101,52,0,31,145,128,192,109,144,0,0,63,129,8,0,225,128,
-4,0,95,129,88,192,13,129,32,0,126,56,20,0,169,124,148,1,202,124,
-141,32,0,72,15,0,227,136,8,0,33,129,0,0,0,56,1,0,231,96,
-34,0,31,176,28,0,127,144,32,0,63,177,15,0,227,152,28,0,225,131,
-36,0,1,128,24,0,193,131,20,0,161,131,166,3,8,124,32,0,33,56,
-32,0,128,78,0,128,12,113,166,0,0,124,94,4,0,84,120,99,0,124,
-36,1,0,124,11,0,96,60,216,0,99,56,241,4,128,56,1,0,160,56,
-185,254,248,75,28,0,225,131,36,0,1,128,24,0,193,131,20,0,161,131,
-166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,8,0,193,147,120,35,158,124,12,0,225,147,120,27,127,124,
-32,0,127,56,225,32,0,72,0,0,3,44,32,0,130,65,12,0,225,131,
-20,0,1,128,8,0,193,131,1,0,96,56,166,3,8,124,16,0,33,56,
-32,0,128,78,32,0,127,56,120,243,196,127,77,44,0,72,0,0,3,44,
-64,0,130,65,76,192,141,128,32,0,127,56,0,0,160,56,161,35,0,72,
-92,192,141,161,0,0,12,44,36,0,130,65,120,251,227,127,120,243,196,127,
-213,252,255,75,52,0,30,128,0,0,96,56,0,1,0,100,52,0,30,144,
-20,0,0,72,120,251,227,127,120,243,196,127,85,251,255,75,0,0,96,56,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-120,27,127,124,2,0,31,136,255,7,0,84,36,0,130,64,32,0,127,56,
-185,43,0,72,0,0,3,44,20,0,130,65,76,192,141,128,32,0,127,56,
-1,0,160,56,13,35,0,72,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,200,255,33,148,24,0,1,147,32,0,65,147,
-36,0,97,147,52,0,225,147,166,2,8,124,60,0,1,144,44,0,161,147,
-120,27,125,124,48,0,193,147,120,35,158,124,20,0,225,146,16,0,225,58,
-28,0,33,147,12,0,33,59,40,0,129,147,8,0,129,59,48,0,0,72,
-166,0,224,127,0,128,234,99,36,1,64,125,141,86,0,72,25,0,125,136,
-117,183,2,72,0,128,229,115,166,0,0,124,94,4,0,84,120,43,0,124,
-36,1,0,124,12,192,237,56,0,0,71,131,4,0,103,131,20,192,13,163,
-1,52,0,72,121,27,127,124,116,0,130,65,150,0,29,160,120,187,230,126,
-120,203,37,127,56,0,64,127,120,195,3,127,120,227,132,127,0,0,23,144,
-141,206,255,75,0,0,3,44,64,0,129,64,0,0,119,129,0,0,31,44,
-0,0,156,129,0,0,25,128,16,0,159,145,14,0,127,153,20,0,31,144,
-12,0,127,176,8,0,31,179,4,0,127,147,0,0,95,147,0,0,96,57,
-10,0,127,177,92,255,130,65,24,0,0,72,120,251,227,127,137,50,0,72,
-0,0,224,59,0,0,31,44,68,255,130,65,20,192,13,160,28,0,254,147,
-32,0,30,176,32,0,65,131,44,0,161,131,48,0,193,131,36,0,97,131,
-28,0,33,131,40,0,129,131,52,0,225,131,60,0,1,128,24,0,1,131,
-20,0,225,130,166,3,8,124,56,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,20,0,127,57,
-80,88,31,124,20,2,127,124,20,2,132,124,168,4,160,32,153,121,255,75,
-0,0,0,56,132,0,31,144,21,0,31,152,20,0,1,128,12,0,225,131,
-168,4,96,56,16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,
-23,0,126,137,0,0,11,44,1,0,224,59,20,0,130,65,23,0,94,137,
-64,80,11,124,248,255,130,65,52,0,0,72,132,0,126,128,0,0,3,44,
-36,0,130,65,25,0,158,136,37,214,255,75,132,0,126,128,69,213,255,75,
-0,0,128,57,132,0,158,145,21,0,158,153,8,0,0,72,0,0,224,59,
-20,0,1,128,120,251,227,127,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,200,255,33,148,20,0,225,146,28,0,33,147,
-32,0,65,147,36,0,97,147,40,0,129,147,44,0,161,147,48,0,193,147,
-52,0,225,147,166,2,8,124,60,0,1,144,24,0,1,147,120,35,152,124,
-20,0,88,129,5,0,106,137,4,0,234,139,120,43,189,124,80,248,43,125,
-64,232,9,124,120,27,121,124,0,0,96,56,40,1,128,64,0,0,192,59,
-16,0,193,147,80,232,233,126,120,187,227,126,8,0,129,59,120,227,132,127,
-12,0,97,59,120,219,101,127,16,0,65,59,120,211,70,127,157,204,255,75,
-0,0,3,44,136,0,130,64,57,84,0,72,132,0,121,128,0,0,3,44,
-64,0,130,65,25,0,153,136,73,213,255,75,132,0,121,128,105,212,255,75,
-132,0,217,147,0,0,0,56,21,0,25,152,120,187,227,126,120,227,132,127,
-120,219,101,127,120,211,70,127,85,204,255,75,0,0,3,44,188,255,130,65,
-60,0,0,72,32,0,65,131,48,0,193,131,44,0,161,131,28,0,33,131,
-36,0,97,131,52,0,225,131,40,0,129,131,24,0,1,131,60,0,1,128,
-20,0,225,130,0,0,96,56,166,3,8,124,56,0,33,56,32,0,128,78,
-12,0,248,160,8,0,1,129,8,0,152,161,12,0,1,128,20,0,88,129,
-20,234,140,125,8,0,152,177,20,26,231,124,12,0,248,176,8,0,10,145,
-5,0,234,155,20,0,24,144,166,0,128,125,94,4,128,85,36,1,0,124,
-152,0,217,128,108,192,173,128,0,128,135,113,20,234,198,124,152,0,217,144,
-20,26,165,124,108,192,173,144,166,0,0,124,94,4,0,84,120,59,0,124,
-36,1,0,124,76,0,0,72,20,234,11,124,5,0,10,152,8,0,120,161,
-20,234,107,125,8,0,120,177,166,0,128,125,94,4,128,85,36,1,0,124,
-108,192,173,128,152,0,217,128,20,234,198,124,0,128,135,113,152,0,217,144,
-108,192,173,144,166,0,0,124,94,4,0,84,120,59,0,124,36,1,0,124,
-32,0,65,131,48,0,193,131,40,0,129,131,120,235,163,127,44,0,161,131,
-28,0,33,131,36,0,97,131,52,0,225,131,60,0,1,128,24,0,1,131,
-20,0,225,130,166,3,8,124,56,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,120,35,158,124,
-52,0,30,128,83,2,0,84,120,27,127,124,24,0,130,64,108,0,127,56,
-37,51,2,72,120,251,227,127,120,243,196,127,9,222,255,75,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-224,255,33,148,12,0,97,147,16,0,129,147,20,0,161,147,24,0,193,147,
-28,0,225,147,166,2,8,124,36,0,1,144,184,136,141,137,189,7,140,85,
-120,27,125,124,120,35,158,124,56,0,130,65,166,0,128,127,94,4,128,87,
-36,1,0,124,134,50,130,124,120,35,131,124,251,7,127,84,120,251,229,127,
-134,51,162,124,0,128,133,115,166,0,192,124,94,4,198,84,120,43,198,124,
-36,1,192,124,72,192,13,136,116,7,0,124,1,0,0,44,11,0,224,63,
-232,0,255,59,184,1,130,64,12,192,13,128,150,0,29,161,57,64,28,124,
-20,0,130,64,120,251,227,127,155,7,128,56,0,0,160,56,125,248,248,75,
-20,192,77,161,146,0,61,161,80,72,188,124,64,40,10,124,68,192,141,129,
-120,43,188,124,8,0,128,64,120,83,92,125,0,0,12,44,52,0,130,64,
-120,251,227,127,161,7,128,56,0,0,160,56,69,248,248,75,68,192,141,129,
-0,0,3,44,24,0,130,65,28,0,108,131,15,0,123,137,255,7,107,85,
-40,0,130,65,20,0,0,72,28,0,108,131,15,0,123,137,255,7,107,85,
-20,0,130,65,15,0,187,136,120,251,227,127,165,7,128,56,5,248,248,75,
-8,0,251,163,158,0,29,160,20,226,159,125,64,0,12,124,32,2,128,64,
-120,235,163,127,120,219,100,127,120,227,133,127,121,252,255,75,0,0,3,40,
-8,2,129,64,68,192,141,129,24,0,158,179,26,0,254,179,8,0,172,160,
-20,226,165,124,8,0,172,176,20,192,13,160,64,224,0,124,20,0,126,147,
-72,0,130,64,184,136,205,136,189,7,198,84,36,3,130,65,166,0,224,127,
-94,4,224,87,36,1,0,124,134,50,130,124,120,35,131,124,2,0,126,96,
-120,243,197,127,134,51,162,124,0,128,230,115,166,0,224,124,94,4,231,84,
-120,51,231,124,36,1,224,124,236,2,0,72,12,192,77,57,4,0,42,129,
-0,0,10,129,20,224,200,124,148,1,233,124,0,0,202,144,4,0,234,144,
-0,0,222,144,4,0,254,144,60,192,205,128,120,243,196,127,120,235,163,127,
-1,0,198,56,80,0,28,124,20,192,13,176,8,0,30,176,60,192,205,144,
-161,249,255,75,60,192,109,131,1,255,0,61,1,255,8,57,22,216,40,125,
-62,194,41,85,46,64,42,85,20,74,42,125,80,216,137,127,166,0,224,127,
-94,4,235,87,36,1,96,125,64,192,13,128,64,0,27,124,196,1,129,65,
-92,1,0,72,3,0,0,44,16,1,130,64,68,192,141,129,0,0,12,44,
-52,0,130,64,120,251,227,127,217,7,128,56,0,0,160,56,197,246,248,75,
-68,192,141,129,0,0,3,44,24,0,130,65,28,0,140,131,15,0,28,136,
-255,7,0,84,40,0,130,65,20,0,0,72,28,0,140,131,15,0,28,136,
-255,7,0,84,20,0,130,65,15,0,188,136,120,251,227,127,220,7,128,56,
-133,246,248,75,8,0,252,160,12,192,77,57,0,0,10,129,0,0,124,129,
-16,64,171,127,64,56,29,124,20,0,129,64,120,251,227,127,225,7,128,56,
-0,0,160,56,89,246,248,75,8,0,30,160,20,0,158,147,24,0,30,176,
-26,0,190,179,166,0,224,127,94,4,224,87,36,1,0,124,20,192,141,161,
-184,136,13,136,10,0,92,161,189,7,0,84,80,80,76,125,10,0,92,177,
-56,0,130,65,166,0,192,127,94,4,192,87,36,1,0,124,134,50,130,124,
-120,35,131,124,2,0,125,96,120,235,165,127,134,51,162,124,0,128,192,115,
-166,0,0,125,94,4,8,85,120,3,8,125,36,1,0,125,0,128,230,115,
-166,0,224,124,94,4,231,84,120,51,231,124,36,1,224,124,84,1,0,72,
-120,235,163,127,120,243,196,127,69,248,255,75,60,192,109,131,1,255,0,61,
-1,255,8,57,22,216,40,125,62,194,41,85,46,64,42,85,20,74,42,125,
-80,216,137,127,166,0,224,127,94,4,235,87,36,1,96,125,64,192,13,128,
-64,0,27,124,104,0,129,65,120,243,195,127,0,0,128,56,121,17,0,72,
-121,27,100,124,36,0,130,64,213,78,0,72,25,0,125,136,189,175,2,72,
-120,243,195,127,0,0,128,56,89,17,0,72,121,27,100,124,228,255,130,65,
-164,0,157,57,58,16,128,87,20,2,108,124,105,16,0,72,1,0,156,59,
-1,1,28,44,1,0,123,59,8,0,130,64,0,0,128,59,64,192,13,128,
-64,0,27,124,160,255,129,64,152,0,29,129,28,0,126,129,12,0,235,160,
-8,0,43,161,20,0,29,128,108,192,205,128,189,7,0,84,20,58,198,124,
-108,192,205,144,120,243,196,127,20,74,8,125,152,0,29,145,28,0,130,65,
-44,0,125,56,121,105,1,72,184,136,109,137,189,7,107,85,80,0,130,65,
-24,0,0,72,96,0,125,56,85,47,2,72,184,136,109,137,189,7,107,85,
-56,0,130,65,166,0,160,127,94,4,160,87,36,1,0,124,134,50,130,124,
-120,35,131,124,2,0,126,96,120,243,197,127,134,51,162,124,0,128,160,115,
-166,0,160,124,94,4,165,84,120,3,165,124,36,1,160,124,0,128,230,115,
-166,0,224,124,94,4,231,84,120,51,231,124,36,1,224,124,20,0,161,131,
-24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,
-166,3,8,124,32,0,33,56,32,0,128,78,1,0,3,136,4,0,0,96,
-2,0,128,60,0,0,160,56,1,0,3,152,212,192,109,56,88,211,2,72,
-20,0,3,128,4,0,0,96,2,0,128,60,0,0,160,56,20,0,3,144,
-212,192,109,56,60,211,2,72,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,20,0,159,129,189,7,140,85,28,0,130,65,
-44,0,127,56,205,101,1,72,24,0,31,136,0,0,3,124,56,0,129,64,
-20,0,0,72,24,0,31,136,104,0,127,168,0,0,3,124,36,0,129,64,
-120,251,227,127,2,0,128,56,181,229,255,75,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,112,192,109,129,108,192,13,128,
-64,88,0,124,72,0,129,64,25,0,127,136,245,173,2,72,0,0,3,44,
-40,0,130,64,25,0,127,136,93,122,2,72,0,0,3,44,24,0,130,64,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-112,192,109,129,108,192,13,128,64,88,0,124,192,255,129,65,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,224,255,33,148,
-12,0,97,147,16,0,129,147,20,0,161,147,28,0,225,147,166,2,8,124,
-36,0,1,144,24,0,193,147,120,35,158,124,4,0,62,129,0,0,30,129,
-12,192,237,56,4,0,39,145,0,0,7,145,52,0,158,129,8,0,158,163,
-120,27,125,124,189,7,140,85,0,0,224,59,20,192,141,179,112,0,130,65,
-48,192,141,57,20,224,136,124,148,1,169,124,255,255,196,48,0,0,204,144,
-212,1,229,124,4,0,236,144,254,139,12,85,28,136,37,85,120,43,134,125,
-56,192,205,144,8,0,253,128,64,56,9,124,4,0,221,128,24,0,130,64,
-64,48,8,124,16,0,130,64,96,192,13,128,16,0,0,96,96,192,13,144,
-48,192,173,56,4,0,133,129,0,0,101,129,1,0,203,48,148,1,236,124,
-4,0,221,144,8,0,253,144,150,0,93,161,148,0,125,163,2,0,29,136,
-32,0,123,33,32,0,219,56,48,220,12,125,48,52,39,125,48,88,37,125,
-120,67,9,125,120,43,136,125,120,67,227,124,60,192,109,144,255,7,0,84,
-255,255,124,57,56,80,44,125,20,90,140,125,48,220,140,125,20,26,140,125,
-64,192,141,145,28,0,130,64,11,0,96,60,248,0,99,56,25,81,255,75,
-2,0,29,136,1,0,0,96,2,0,29,152,120,235,163,127,120,243,196,127,
-241,237,255,75,0,0,3,44,12,0,130,65,8,16,96,56,40,2,0,72,
-2,0,189,136,255,7,165,84,24,2,130,64,11,0,30,136,57,7,0,84,
-12,2,130,64,16,0,221,136,117,7,198,124,156,0,130,64,8,0,125,129,
-0,0,254,128,4,0,30,129,64,88,8,124,4,0,93,129,64,0,130,64,
-64,80,7,124,56,0,130,64,19,0,125,137,1,0,107,57,62,6,107,85,
-10,0,11,40,19,0,125,153,20,0,129,64,3,0,160,56,16,0,189,152,
-0,0,224,56,19,0,253,152,56,192,141,128,12,0,157,144,172,1,0,72,
-56,192,141,128,12,0,93,129,64,80,4,124,152,1,130,64,18,0,61,137,
-1,0,41,57,62,6,41,85,3,0,9,40,18,0,61,153,128,1,129,64,
-1,0,0,56,16,0,29,152,0,0,0,56,18,0,29,152,17,0,29,152,
-12,0,157,144,104,1,0,72,1,0,6,44,140,0,130,64,56,192,141,128,
-12,0,221,128,64,48,4,124,24,0,130,64,120,235,163,127,120,243,196,127,
-157,242,255,75,120,251,227,127,64,1,0,72,12,0,157,144,32,0,125,56,
-205,32,0,72,0,0,3,44,32,0,130,65,120,235,163,127,120,243,196,127,
-117,242,255,75,0,0,32,57,17,0,61,153,120,251,227,127,16,1,0,72,
-17,0,157,137,1,0,140,57,62,6,140,85,10,0,12,40,2,0,64,57,
-16,0,93,153,17,0,157,153,236,0,129,64,0,0,96,57,16,0,125,153,
-18,0,125,153,120,251,227,127,220,0,0,72,2,0,6,44,208,0,130,64,
-56,192,141,128,12,0,189,128,64,40,4,124,76,0,130,64,18,0,61,137,
-1,0,41,57,62,6,41,85,3,0,9,40,18,0,61,153,168,0,129,64,
-1,0,64,57,16,0,93,153,0,0,128,57,18,0,157,153,17,0,157,153,
-32,0,125,56,193,31,0,72,120,235,163,127,120,243,196,127,217,241,255,75,
-120,251,227,127,124,0,0,72,32,0,125,56,13,32,0,72,0,0,3,44,
-40,0,130,65,120,235,163,127,120,243,196,127,181,241,255,75,0,0,0,56,
-17,0,29,152,1,0,160,56,16,0,189,152,120,251,227,127,72,0,0,72,
-17,0,157,137,1,0,140,57,62,6,140,85,10,0,12,40,17,0,157,153,
-16,0,129,65,56,192,141,128,12,0,157,144,32,0,0,72,0,0,96,57,
-16,0,125,153,18,0,125,153,32,0,125,56,65,31,0,72,56,192,141,128,
-12,0,157,144,120,251,227,127,20,0,161,131,24,0,193,131,28,0,225,131,
-36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,
-32,0,128,78,216,255,33,148,12,0,33,147,16,0,65,147,20,0,97,147,
-24,0,129,147,28,0,161,147,36,0,225,147,166,2,8,124,44,0,1,144,
-32,0,193,147,120,35,158,124,0,0,126,131,4,0,158,131,12,192,45,57,
-0,0,105,147,4,0,137,147,52,0,30,128,8,0,94,163,0,0,224,59,
-189,7,0,84,120,27,125,124,20,192,77,179,112,0,130,65,48,192,77,57,
-20,208,219,124,148,1,252,124,255,255,6,49,0,0,10,145,212,1,39,125,
-4,0,42,145,254,139,96,87,28,136,135,87,120,59,11,124,56,192,109,145,
-8,0,61,129,64,72,28,124,4,0,29,129,24,0,130,64,64,64,27,124,
-16,0,130,64,96,192,77,129,16,0,74,97,96,192,77,145,48,192,237,56,
-4,0,135,129,0,0,103,129,1,0,11,49,148,1,44,125,4,0,29,145,
-8,0,61,145,150,0,125,161,148,0,61,163,255,255,154,57,32,0,249,56,
-32,0,25,32,120,235,163,127,120,243,196,127,48,60,136,127,48,0,128,127,
-56,88,106,127,48,204,107,127,120,3,105,125,120,75,5,125,60,192,173,144,
-20,98,74,125,48,204,74,125,20,42,10,124,64,192,13,144,225,240,255,75,
-120,235,163,127,120,243,196,127,121,234,255,75,0,0,3,44,12,0,130,65,
-8,16,224,59,112,1,0,72,52,0,30,128,0,1,0,100,28,4,7,84,
-52,0,254,144,2,0,29,137,123,7,8,85,28,0,130,65,221,178,255,75,
-0,0,3,44,124,0,130,64,2,0,61,137,123,7,41,85,16,0,130,64,
-105,192,13,136,0,0,0,44,16,0,130,65,11,0,254,136,57,7,231,84,
-16,0,130,65,52,0,30,129,1,0,8,101,52,0,30,145,11,0,94,137,
-8,0,74,97,11,0,94,153,166,0,128,127,94,4,128,87,36,1,0,124,
-108,0,125,56,120,243,196,127,157,40,2,72,120,235,163,127,120,243,196,127,
-145,240,255,75,0,128,128,115,166,0,224,124,94,4,231,84,120,3,231,124,
-36,1,224,124,208,0,0,72,160,0,29,137,0,0,8,44,11,0,126,137,
-44,0,130,65,118,7,106,85,11,0,94,153,120,235,163,127,120,243,196,127,
-193,244,255,75,44,0,158,129,9,0,0,60,80,117,0,48,4,0,12,144,
-152,0,0,72,57,7,107,85,116,0,130,65,72,192,45,137,116,7,41,125,
-3,0,9,44,12,0,130,65,2,0,9,44,20,0,130,64,253,70,0,72,
-120,235,163,127,4,0,128,56,117,223,255,75,52,0,158,129,1,0,140,101,
-52,0,158,145,166,0,128,127,94,4,135,87,36,1,224,124,108,0,125,56,
-120,243,196,127,237,39,2,72,120,235,163,127,120,243,196,127,225,239,255,75,
-0,128,136,115,166,0,96,125,94,4,107,85,120,67,107,125,36,1,96,125,
-32,0,0,72,120,235,163,127,120,243,196,127,41,244,255,75,44,0,158,129,
-9,0,0,60,80,117,0,48,4,0,12,144,20,0,97,131,28,0,161,131,
-120,251,227,127,36,0,225,131,24,0,129,131,32,0,193,131,44,0,1,128,
-16,0,65,131,12,0,33,131,166,3,8,124,40,0,33,56,32,0,128,78,
-0,0,3,128,0,0,0,44,120,3,9,124,80,0,130,65,4,0,100,129,
-0,0,68,129,8,0,137,129,0,0,236,128,4,0,12,129,64,88,8,124,
-36,0,128,65,12,0,129,65,64,80,7,124,24,0,129,64,64,0,9,124,
-0,0,96,56,32,0,130,77,0,0,105,128,32,0,128,78,4,0,41,129,
-64,0,9,124,196,255,130,64,0,0,41,129,120,75,35,125,32,0,128,78,
-200,255,33,148,8,0,129,146,12,0,161,146,24,0,1,147,40,0,129,147,
-44,0,161,147,48,0,193,147,52,0,225,147,166,2,8,124,60,0,1,144,
-120,35,133,124,28,0,33,147,16,0,193,146,0,0,192,58,120,179,217,126,
-32,0,65,147,20,0,225,146,120,179,215,126,120,187,250,126,36,0,97,147,
-120,179,219,126,166,0,128,126,94,4,128,86,36,1,0,124,0,0,195,128,
-0,0,6,44,60,3,130,65,49,255,255,75,52,0,5,128,255,7,0,84,
-8,0,130,64,120,27,118,124,0,0,3,44,40,0,130,64,4,0,165,131,
-0,0,133,131,8,0,37,161,120,51,216,124,1,0,64,59,20,72,220,127,
-120,51,196,124,148,1,253,127,44,0,0,72,0,0,133,131,8,0,37,161,
-4,0,165,131,4,0,131,128,120,51,216,124,120,50,139,124,52,0,108,125,
-20,72,220,127,126,217,155,85,148,1,253,127,0,0,26,44,112,1,130,64,
-8,0,163,130,52,0,85,129,254,87,75,85,1,0,107,105,63,6,107,85,
-120,195,5,127,40,0,130,64,64,40,3,124,72,1,130,65,0,0,99,128,
-8,0,163,130,52,0,85,129,254,87,75,85,1,0,107,105,63,6,107,85,
-224,255,130,65,4,0,85,129,0,0,53,129,8,0,213,160,20,48,169,124,
-148,1,202,124,64,48,29,124,228,0,129,65,12,0,128,65,64,40,28,124,
-216,0,128,64,0,0,0,44,16,72,124,125,16,81,157,125,16,240,37,125,
-16,249,70,125,164,0,130,65,0,0,12,44,72,0,129,65,12,0,128,65,
-0,0,11,40,60,0,129,65,0,0,10,44,52,0,129,65,12,0,128,65,
-0,0,9,40,40,0,129,65,52,0,245,128,9,1,231,84,28,0,130,64,
-0,0,27,44,68,192,173,146,1,0,64,59,3,0,224,58,176,0,130,65,
-184,1,0,72,0,0,12,44,64,0,128,65,0,0,10,44,56,0,128,65,
-52,0,21,129,9,1,8,85,44,0,130,64,0,0,27,44,52,0,53,129,
-2,0,224,58,64,0,41,101,120,194,106,124,52,0,53,145,52,0,71,125,
-126,217,250,84,108,0,130,65,116,1,0,72,0,0,27,44,4,0,224,58,
-92,0,130,65,100,1,0,72,0,0,27,44,1,0,57,59,62,4,57,87,
-4,0,224,58,1,0,64,59,64,0,130,65,72,1,0,72,0,0,0,44,
-40,0,130,65,52,0,21,129,9,1,8,85,28,0,130,64,64,48,29,124,
-20,0,130,64,64,40,28,124,12,0,130,64,68,192,173,146,1,0,224,58,
-1,0,64,59,0,0,27,44,16,1,130,64,8,0,164,130,52,0,85,129,
-254,87,73,85,1,0,37,105,63,6,165,84,56,0,130,64,120,195,11,127,
-24,0,0,72,52,0,234,128,254,87,230,84,1,0,204,104,63,6,140,85,
-28,0,130,64,4,0,132,128,64,88,4,124,8,0,164,130,120,171,170,126,
-220,255,130,64,192,0,0,72,4,0,21,129,120,67,6,125,64,48,31,124,
-0,0,245,128,120,59,229,124,168,0,128,65,12,0,129,65,64,40,30,124,
-156,0,129,64,0,0,0,44,120,0,130,65,64,48,29,124,104,0,129,65,
-12,0,128,65,64,40,28,124,92,0,129,65,8,0,53,161,20,72,103,125,
-148,1,136,125,64,96,31,124,72,0,128,65,12,0,129,65,64,88,30,124,
-60,0,128,65,52,0,213,128,9,1,198,84,48,0,130,64,0,0,0,44,
-4,0,4,129,52,0,245,128,2,0,224,58,120,194,10,125,64,0,231,100,
-52,0,245,144,52,0,76,125,126,217,155,85,84,0,130,65,52,0,0,72,
-0,0,0,44,16,0,130,64,0,0,25,44,1,0,57,59,62,4,57,87,
-0,0,0,44,4,0,224,58,48,0,130,65,16,0,0,72,1,0,96,59,
-0,0,0,44,32,0,130,65,4,0,23,44,60,0,130,65,0,0,26,44,
-108,253,130,65,0,0,27,44,216,254,130,65,40,0,0,72,4,0,132,128,
-0,0,26,44,12,0,130,65,0,0,27,44,12,0,130,64,64,192,4,124,
-60,253,130,64,8,0,118,129,68,192,109,145,0,128,140,114,166,0,0,124,
-94,4,0,84,120,99,0,124,36,1,0,124,28,0,33,131,120,187,227,126,
-20,0,225,130,44,0,161,131,24,0,1,131,32,0,65,131,48,0,193,131,
-40,0,129,131,16,0,193,130,36,0,97,131,52,0,225,131,60,0,1,128,
-12,0,161,130,8,0,129,130,166,3,8,124,56,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,
-120,243,196,127,24,0,96,60,204,136,99,56,12,0,225,147,3,0,224,63,
-0,136,255,59,120,251,229,127,241,101,255,75,88,134,109,56,20,250,158,124,
-4,0,160,56,225,101,255,75,88,134,141,129,0,0,12,44,0,54,96,57,
-84,134,109,145,20,0,130,65,4,0,140,129,0,0,12,44,255,255,107,57,
-244,255,130,64,84,134,109,145,20,0,1,128,4,0,127,56,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,24,0,128,60,
-204,136,132,56,8,0,193,147,3,0,192,63,0,136,222,59,120,243,197,127,
-109,101,255,75,20,242,127,124,88,134,141,56,4,0,160,56,93,101,255,75,
-12,0,225,131,20,0,1,128,4,0,126,56,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,0,0,3,128,0,0,0,44,120,3,3,124,
-32,0,130,77,8,0,131,129,64,32,12,124,32,0,130,77,4,0,99,128,
-64,0,3,124,236,255,130,64,0,0,96,56,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,120,43,190,124,
-185,255,255,75,121,27,127,124,24,0,130,64,11,0,96,60,60,1,99,56,
-241,1,128,56,0,0,160,56,85,231,248,75,8,0,223,147,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,121,27,127,124,166,2,8,124,20,0,1,144,
-24,0,130,64,11,0,96,60,76,1,99,56,19,1,128,56,0,0,160,56,
-13,231,248,75,166,0,96,125,94,4,96,85,36,1,0,124,84,134,77,129,
-88,134,45,129,0,128,108,113,255,255,74,57,84,134,77,145,4,0,63,145,
-88,134,237,147,166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,4,0,36,129,
-0,0,131,129,64,96,4,124,1,0,224,59,32,0,130,65,0,0,68,129,
-0,0,73,145,0,0,100,129,120,35,131,124,4,0,43,145,81,255,255,75,
-76,0,0,72,64,72,4,124,40,0,130,64,0,0,224,59,0,0,227,147,
-0,0,68,129,0,0,73,145,0,0,100,129,120,35,131,124,4,0,43,145,
-37,255,255,75,32,0,0,72,0,0,35,145,0,0,68,129,0,0,73,145,
-0,0,100,129,120,35,131,124,4,0,43,145,5,255,255,75,20,0,1,128,
-120,251,227,127,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,
-120,27,126,124,77,254,255,75,121,27,127,124,24,0,130,64,11,0,96,60,
-92,1,99,56,207,1,128,56,0,0,160,56,233,229,248,75,120,243,195,127,
-120,251,228,127,33,255,255,75,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,232,255,33,148,166,2,8,124,
-28,0,1,144,12,0,161,147,120,27,125,124,16,0,193,147,121,35,158,124,
-20,0,225,147,120,43,191,124,24,0,130,64,11,0,96,60,108,1,99,56,
-64,1,128,56,0,0,160,56,137,229,248,75,0,0,157,129,0,0,12,44,
-112,0,130,65,0,0,31,44,52,0,130,65,4,0,159,129,0,0,254,147,
-4,0,223,147,4,0,158,145,0,0,204,147,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-0,0,236,131,0,0,221,147,0,0,254,147,4,0,223,147,4,0,158,145,
-0,0,204,147,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,0,0,222,147,4,0,222,147,
-0,0,221,147,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,120,35,134,124,8,0,134,128,120,27,127,124,
-205,247,255,75,120,27,101,124,120,251,227,127,120,51,196,124,249,254,255,75,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-166,0,128,125,94,4,139,85,36,1,96,125,88,134,13,128,0,0,0,44,
-80,0,130,64,0,0,3,44,44,0,130,65,166,0,0,124,0,128,10,96,
-36,1,64,125,166,0,96,125,94,4,96,85,36,1,0,124,88,134,13,128,
-0,0,0,44,216,255,130,65,32,0,0,72,0,128,138,113,166,0,96,125,
-94,4,107,85,120,83,107,125,36,1,96,125,0,0,96,56,32,0,128,78,
-88,134,109,128,4,0,67,129,84,134,109,129,1,0,107,57,0,128,128,113,
-84,134,109,145,88,134,77,145,166,0,64,125,94,4,74,85,120,3,74,125,
-36,1,64,125,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-120,27,105,124,120,35,131,124,89,255,255,75,0,0,3,44,8,0,130,65,
-8,0,35,145,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,12,0,225,147,121,27,127,124,166,2,8,124,20,0,1,144,
-24,0,130,64,11,0,96,60,140,1,99,56,19,1,128,56,0,0,160,56,
-177,227,248,75,166,0,96,125,94,4,96,85,36,1,0,124,64,134,77,129,
-68,134,45,129,0,128,108,113,255,255,74,57,64,134,77,145,4,0,63,145,
-68,134,237,147,166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,4,0,36,129,
-0,0,131,129,64,96,4,124,1,0,224,59,32,0,130,65,0,0,68,129,
-0,0,73,145,0,0,100,129,120,35,131,124,4,0,43,145,81,255,255,75,
-76,0,0,72,64,72,4,124,40,0,130,64,0,0,224,59,0,0,227,147,
-0,0,68,129,0,0,73,145,0,0,100,129,120,35,131,124,4,0,43,145,
-37,255,255,75,32,0,0,72,0,0,35,145,0,0,68,129,0,0,73,145,
-0,0,100,129,120,35,131,124,4,0,43,145,5,255,255,75,20,0,1,128,
-120,251,227,127,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,121,35,159,124,
-8,0,193,147,120,27,126,124,12,0,130,65,0,0,30,44,24,0,130,64,
-11,0,96,60,156,1,99,56,125,3,128,56,0,0,160,56,137,226,248,75,
-12,0,126,56,120,251,228,127,29,255,255,75,24,0,222,160,1,0,6,44,
-28,0,130,64,0,0,96,57,4,0,126,145,8,0,126,145,255,255,6,56,
-24,0,30,176,72,0,0,72,12,0,158,129,0,0,12,44,0,0,0,57,
-8,0,130,65,0,0,12,129,8,0,232,128,0,0,39,129,4,0,71,129,
-8,0,7,160,20,0,233,124,148,1,10,125,255,255,103,49,4,0,126,145,
-212,1,136,125,8,0,158,145,255,255,6,56,24,0,30,176,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-232,255,33,148,166,2,8,124,28,0,1,144,12,0,161,147,120,27,125,124,
-16,0,193,147,121,35,158,124,20,0,225,147,120,43,191,124,24,0,130,64,
-11,0,96,60,172,1,99,56,64,1,128,56,0,0,160,56,193,225,248,75,
-0,0,157,129,0,0,12,44,112,0,130,65,0,0,31,44,52,0,130,65,
-4,0,159,129,0,0,254,147,4,0,223,147,4,0,158,145,0,0,204,147,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,0,0,236,131,0,0,221,147,0,0,254,147,
-4,0,223,147,4,0,158,145,0,0,204,147,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-0,0,222,147,4,0,222,147,0,0,221,147,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-166,0,128,125,94,4,139,85,36,1,96,125,68,134,13,128,0,0,0,44,
-80,0,130,64,0,0,3,44,44,0,130,65,166,0,0,124,0,128,10,96,
-36,1,64,125,166,0,96,125,94,4,96,85,36,1,0,124,68,134,13,128,
-0,0,0,44,216,255,130,65,32,0,0,72,0,128,138,113,166,0,96,125,
-94,4,107,85,120,83,107,125,36,1,96,125,0,0,96,56,32,0,128,78,
-68,134,109,128,4,0,67,129,64,134,109,129,1,0,107,57,0,128,128,113,
-64,134,109,145,68,134,77,145,166,0,64,125,94,4,74,85,120,3,74,125,
-36,1,64,125,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-120,27,105,124,120,35,131,124,89,255,255,75,0,0,3,44,8,0,130,65,
-8,0,35,145,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-0,0,3,128,0,0,0,44,120,3,9,124,80,0,130,65,4,0,100,129,
-0,0,68,129,8,0,137,129,0,0,236,128,4,0,12,129,64,88,8,124,
-36,0,128,65,12,0,129,65,64,80,7,124,24,0,129,64,64,0,9,124,
-0,0,96,56,32,0,130,77,0,0,105,128,32,0,128,78,4,0,41,129,
-64,0,9,124,196,255,130,64,0,0,41,129,120,75,35,125,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,120,35,134,124,
-8,0,134,128,120,27,127,124,129,255,255,75,120,27,101,124,120,251,227,127,
-120,51,196,124,205,253,255,75,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,232,255,33,148,8,0,129,147,12,0,161,147,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,120,43,163,124,
-4,0,227,131,0,0,195,131,8,0,35,161,120,35,156,124,120,51,197,124,
-1,0,128,56,20,72,94,125,148,1,127,125,255,255,170,51,212,1,203,127,
-221,254,255,75,0,0,5,44,120,27,127,124,96,0,130,64,12,0,156,129,
-0,0,12,44,84,0,130,64,24,0,28,160,0,0,0,44,24,0,130,65,
-11,0,96,60,188,1,99,56,246,2,128,56,0,0,160,56,45,223,248,75,
-4,0,188,147,8,0,220,147,12,0,124,56,120,251,228,127,41,255,255,75,
-24,0,156,161,26,0,220,160,1,0,198,56,26,0,220,176,1,0,140,57,
-24,0,156,177,76,0,0,72,8,0,124,129,64,88,30,124,4,0,92,129,
-24,0,128,65,12,0,129,65,64,80,29,124,12,0,129,64,4,0,188,147,
-8,0,220,147,12,0,124,56,120,251,228,127,213,252,255,75,24,0,156,161,
-26,0,220,160,1,0,198,56,26,0,220,176,1,0,140,57,24,0,156,177,
-16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,20,0,225,147,
-166,2,8,124,28,0,1,144,12,0,161,147,120,67,29,125,16,0,193,147,
-120,35,158,124,120,51,196,124,8,0,129,147,120,27,124,124,120,43,163,124,
-120,59,229,124,85,22,0,72,121,27,127,124,28,0,130,65,24,0,223,147,
-120,227,131,127,120,243,196,127,120,251,229,127,120,235,166,127,145,254,255,75,
-120,251,227,127,20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,128,0,128,57,
-72,134,141,145,0,0,160,56,76,134,173,144,23,0,32,61,204,120,41,57,
-120,75,43,125,80,134,45,145,120,43,160,124,255,255,64,57,166,3,137,125,
-127,0,5,44,28,0,169,152,12,0,9,144,0,0,192,56,0,0,73,145,
-4,0,201,144,8,0,201,144,24,0,201,176,26,0,201,176,20,0,130,65,
-32,0,41,57,16,0,43,145,20,0,11,144,120,75,43,125,1,0,165,56,
-196,255,0,66,0,0,64,57,16,0,75,145,20,0,75,145,32,0,128,78,
-56,192,77,129,48,192,141,57,0,0,108,129,4,0,140,129,254,139,102,85,
-120,83,72,125,28,136,135,85,254,139,133,85,255,255,133,49,16,41,76,125,
-120,59,196,124,120,66,139,124,255,255,139,49,16,89,140,125,120,99,67,125,
-32,0,128,78,232,255,33,148,12,0,161,147,16,0,193,147,166,2,8,124,
-28,0,1,144,20,0,225,147,120,27,127,124,24,0,31,160,0,0,0,44,
-120,35,157,124,24,0,130,64,11,0,96,60,204,1,99,56,177,4,128,56,
-0,0,160,56,29,221,248,75,8,0,221,131,120,243,195,127,1,0,128,56,
-241,19,0,72,15,0,30,136,250,7,0,84,120,251,227,127,120,235,164,127,
-15,0,30,152,53,250,255,75,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,
-8,0,193,147,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-26,0,31,160,0,0,0,44,11,0,192,63,20,0,130,65,236,1,126,56,
-120,4,128,56,0,0,160,56,161,220,248,75,24,0,127,161,1,0,11,40,
-44,0,128,64,236,1,126,56,123,4,128,56,0,0,160,56,133,220,248,75,
-24,0,127,161,0,0,3,44,16,0,130,65,0,0,11,44,40,0,130,65,
-12,0,0,72,0,0,11,44,28,0,130,65,12,0,159,128,120,251,227,127,
-1,255,255,75,24,0,127,161,0,0,11,44,236,255,130,64,0,0,11,44,
-20,0,130,65,236,1,126,56,136,4,128,56,0,0,160,56,53,220,248,75,
-166,0,128,125,94,4,139,85,36,1,96,125,80,134,13,128,76,134,45,129,
-0,128,138,113,255,255,41,53,16,0,31,144,80,134,237,147,76,134,45,145,
-166,0,0,124,94,4,0,84,120,83,0,124,36,1,0,124,24,0,128,64,
-236,1,126,56,151,4,128,56,0,0,160,56,233,219,248,75,0,0,3,44,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,232,255,33,148,16,0,193,147,20,0,225,147,166,2,8,124,
-28,0,1,144,12,0,161,147,120,35,157,124,24,0,29,160,0,0,0,44,
-120,43,190,124,120,27,127,124,48,0,130,64,11,0,96,60,252,1,99,56,
-81,3,128,56,0,0,160,56,137,219,248,75,24,0,29,160,0,0,3,44,
-16,0,130,65,1,0,0,40,56,0,129,64,12,0,0,72,1,0,0,40,
-44,0,129,64,120,235,163,127,120,243,196,127,5,254,255,75,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,120,251,227,127,120,235,164,127,109,166,249,75,120,235,163,127,
-89,254,255,75,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,8,0,129,147,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,
-120,51,221,124,0,0,157,161,0,0,12,44,120,35,156,124,120,27,127,124,
-44,0,130,65,4,0,197,131,120,227,132,127,120,251,227,127,5,255,255,75,
-0,0,157,161,255,255,140,57,63,4,140,85,0,0,157,177,120,243,197,127,
-220,255,130,64,16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,200,255,33,148,
-166,2,8,124,52,0,225,147,48,0,193,147,44,0,161,147,40,0,129,147,
-36,0,97,147,32,0,65,147,28,0,33,147,24,0,1,147,20,0,225,146,
-16,0,193,146,12,0,161,146,60,0,1,144,80,192,13,131,0,0,5,44,
-120,35,154,124,120,27,121,124,76,0,130,65,120,195,5,127,92,192,205,56,
-49,255,255,75,44,0,161,131,28,0,33,131,24,0,1,131,40,0,129,131,
-48,0,193,131,32,0,65,131,20,0,225,130,36,0,97,131,52,0,225,131,
-60,0,1,128,16,0,193,130,12,0,161,130,166,3,8,124,56,0,33,56,
-32,0,128,78,8,0,184,128,4,0,133,129,0,0,101,129,12,192,237,56,
-4,0,167,128,64,96,5,124,0,0,135,128,240,0,129,65,12,0,128,65,
-64,88,4,124,228,0,128,64,84,192,141,131,0,0,28,44,72,0,130,65,
-8,0,220,131,0,0,62,129,48,192,173,56,4,0,5,129,4,0,94,129,
-0,0,229,128,8,0,222,160,20,48,105,125,148,1,138,125,255,255,139,48,
-212,1,172,124,64,40,8,124,164,0,128,65,80,0,129,65,64,32,7,124,
-152,0,129,64,68,0,0,72,8,0,216,131,0,0,62,129,48,192,173,56,
-4,0,5,129,4,0,94,129,0,0,229,128,8,0,222,160,20,48,105,125,
-148,1,138,125,255,255,139,48,212,1,172,124,64,40,8,124,96,0,128,65,
-12,0,129,65,64,32,7,124,84,0,129,64,120,203,35,127,120,211,68,127,
-120,195,5,127,92,192,205,56,37,254,255,75,44,0,161,131,28,0,33,131,
-24,0,1,131,40,0,129,131,48,0,193,131,32,0,65,131,20,0,225,130,
-36,0,97,131,52,0,225,131,60,0,1,128,16,0,193,130,12,0,161,130,
-166,3,8,124,56,0,33,56,32,0,128,78,92,192,77,161,1,0,10,44,
-92,4,130,65,11,0,96,63,11,0,192,63,0,0,224,58,120,187,245,126,
-0,0,24,44,20,0,130,64,44,1,126,56,136,2,128,56,0,0,160,56,
-193,216,248,75,4,0,184,131,64,192,29,124,0,0,192,58,120,179,196,126,
-28,1,130,65,8,0,152,131,15,0,124,137,255,7,107,85,120,235,182,127,
-8,1,130,64,8,0,253,131,15,0,159,137,255,7,140,85,248,0,130,64,
-4,0,92,129,8,0,28,160,0,0,60,129,4,0,223,128,20,0,233,124,
-148,1,10,125,64,48,8,124,0,0,191,128,212,0,130,64,64,40,7,124,
-204,0,130,64,0,0,24,44,52,0,130,64,28,1,123,56,190,3,128,56,
-0,0,160,56,69,216,248,75,8,0,152,131,8,0,253,131,0,0,3,44,
-20,0,130,65,24,0,28,131,0,0,28,44,20,0,130,65,32,0,0,72,
-24,0,28,131,0,0,28,44,20,0,130,64,28,1,123,56,196,3,128,56,
-0,0,160,56,9,216,248,75,0,0,24,44,20,0,130,64,28,1,123,56,
-197,3,128,56,0,0,160,56,241,215,248,75,10,0,252,160,16,0,191,128,
-8,0,223,160,20,0,156,129,8,0,172,144,20,0,31,128,8,0,28,161,
-20,50,8,125,8,0,28,177,10,0,31,161,120,227,131,127,20,0,28,144,
-20,66,231,124,10,0,252,176,209,12,0,72,15,0,255,136,120,235,164,127,
-250,7,231,84,24,0,191,146,120,195,3,127,15,0,255,152,217,244,255,75,
-1,0,128,56,0,0,4,44,40,0,130,65,84,192,45,129,64,72,22,124,
-92,192,13,161,255,255,8,57,92,192,13,177,32,0,130,64,0,0,128,59,
-84,192,141,147,172,1,0,72,84,192,141,131,64,224,22,124,16,0,130,64,
-156,1,0,72,80,192,13,131,124,254,255,75,0,0,23,44,140,1,130,64,
-0,0,156,131,0,0,28,44,20,0,130,64,44,1,126,56,136,2,128,56,
-0,0,160,56,45,215,248,75,4,0,188,131,64,224,29,124,0,0,96,57,
-28,1,130,65,8,0,220,131,15,0,158,137,255,7,140,85,12,1,130,64,
-8,0,253,131,15,0,31,136,255,7,0,84,252,0,130,64,4,0,222,128,
-8,0,30,160,0,0,190,128,4,0,31,129,20,0,37,125,148,1,70,125,
-64,64,10,124,0,0,255,128,216,0,130,64,64,56,9,124,208,0,130,64,
-0,0,28,44,52,0,130,64,28,1,123,56,190,3,128,56,0,0,160,56,
-185,214,248,75,8,0,220,131,8,0,253,131,0,0,3,44,20,0,130,65,
-24,0,30,131,0,0,30,44,20,0,130,65,32,0,0,72,24,0,30,131,
-0,0,30,44,20,0,130,64,28,1,123,56,196,3,128,56,0,0,160,56,
-125,214,248,75,0,0,24,44,20,0,130,64,28,1,123,56,197,3,128,56,
-0,0,160,56,101,214,248,75,10,0,222,160,16,0,95,129,8,0,159,161,
-20,0,62,129,8,0,73,145,20,0,31,128,8,0,126,161,20,98,107,125,
-8,0,126,177,10,0,31,161,120,243,195,127,20,0,30,144,20,66,198,124,
-10,0,222,176,69,11,0,72,15,0,223,136,0,0,0,56,250,7,198,84,
-120,195,3,127,120,235,164,127,15,0,223,152,24,0,31,144,73,243,255,75,
-1,0,96,57,92,192,45,161,0,0,11,44,24,0,130,64,80,192,13,131,
-121,75,63,125,120,195,28,127,64,0,129,65,252,0,0,72,80,192,13,131,
-255,255,41,57,63,4,41,85,92,192,45,177,84,192,141,147,120,75,63,125,
-120,195,28,127,28,0,129,65,216,0,0,72,92,192,45,161,121,75,63,125,
-80,192,13,131,120,195,28,127,196,0,129,64,0,0,160,59,8,0,220,131,
-0,0,94,129,12,192,13,57,4,0,232,128,0,0,200,128,4,0,126,129,
-64,88,7,124,4,0,124,131,144,0,129,65,12,0,128,65,64,80,6,124,
-132,0,128,64,48,192,141,57,4,0,236,130,8,0,30,160,20,0,138,124,
-148,1,171,124,255,255,196,48,212,1,229,124,64,56,23,124,0,0,204,130,
-92,0,128,65,12,0,129,65,64,48,22,124,80,0,129,64,120,203,35,127,
-120,211,68,127,120,227,133,127,109,249,255,75,80,192,13,131,64,192,28,124,
-84,192,141,131,92,192,45,161,255,255,41,57,62,4,41,85,92,192,45,177,
-16,0,130,65,0,0,28,44,24,0,130,65,16,0,0,72,121,227,152,127,
-80,192,13,147,8,0,130,65,84,192,173,147,255,255,255,55,120,219,124,127,
-72,255,130,64,0,0,24,44,11,0,224,63,56,0,130,64,84,192,13,128,
-0,0,0,44,44,0,130,64,12,2,127,56,29,2,128,56,0,0,160,56,
-197,212,248,75,92,192,45,161,0,0,3,44,16,0,130,65,0,0,9,44,
-16,0,130,65,32,0,0,72,0,0,9,44,24,0,130,64,12,2,127,56,
-34,2,128,56,0,0,160,56,149,212,248,75,0,0,3,44,44,0,161,131,
-28,0,33,131,24,0,1,131,40,0,129,131,48,0,193,131,32,0,65,131,
-20,0,225,130,36,0,97,131,52,0,225,131,60,0,1,128,16,0,193,130,
-12,0,161,130,166,3,8,124,56,0,33,56,32,0,128,78,208,255,33,148,
-8,0,193,146,24,0,65,147,32,0,129,147,40,0,193,147,166,2,8,124,
-52,0,1,144,44,0,225,147,120,35,159,124,16,0,1,147,12,0,225,146,
-0,0,224,58,120,187,248,126,20,0,33,147,120,187,249,126,120,203,37,127,
-28,0,97,147,36,0,161,147,120,187,253,126,120,235,187,127,166,0,64,127,
-94,4,72,87,36,1,0,125,0,0,195,128,0,0,6,44,160,1,130,65,
-149,243,255,75,121,27,118,124,36,0,130,64,0,0,223,131,8,0,31,160,
-4,0,255,131,1,0,160,59,120,51,196,124,20,0,62,125,148,1,95,125,
-40,0,0,72,8,0,31,160,0,0,223,131,4,0,255,131,4,0,131,128,
-120,50,138,124,52,0,76,125,20,0,62,125,126,217,155,85,148,1,95,125,
-0,0,29,44,132,0,130,64,8,0,3,129,15,0,8,136,189,7,0,84,
-120,51,203,124,32,0,130,64,64,88,3,124,100,0,130,65,0,0,99,128,
-8,0,3,129,15,0,8,136,189,7,0,84,232,255,130,65,4,0,168,131,
-0,0,136,131,8,0,8,160,20,0,124,125,148,1,157,125,64,96,31,124,
-52,0,129,65,12,0,128,65,64,88,30,124,40,0,128,64,0,0,27,44,
-1,0,57,59,62,4,57,87,120,27,119,124,120,27,120,124,4,0,160,56,
-1,0,160,59,20,0,130,65,152,0,0,72,1,0,160,59,0,0,27,44,
-140,0,130,64,8,0,100,129,15,0,139,137,189,7,140,85,48,0,130,64,
-120,51,200,124,16,0,0,72,15,0,12,136,189,7,0,84,28,0,130,64,
-4,0,132,128,64,64,4,124,8,0,100,129,120,91,108,125,228,255,130,64,
-76,0,0,72,4,0,139,129,0,0,107,129,64,96,10,124,60,0,128,65,
-12,0,129,65,64,88,9,124,48,0,129,64,0,0,25,44,8,0,130,64,
-120,35,151,124,0,0,29,44,120,35,152,124,4,0,132,128,1,0,57,59,
-4,0,160,56,62,4,57,87,32,0,130,65,20,0,0,72,1,0,96,59,
-4,0,132,128,0,0,29,44,12,0,130,65,0,0,27,44,12,0,130,64,
-64,48,4,124,208,254,130,64,92,192,45,179,88,192,205,146,80,192,237,146,
-84,192,13,147,1,0,224,56,94,192,237,152,0,128,73,115,166,0,0,124,
-94,4,0,84,120,75,0,124,36,1,0,124,20,0,33,131,36,0,161,131,
-40,0,193,131,24,0,65,131,16,0,1,131,32,0,129,131,44,0,225,131,
-28,0,97,131,12,0,225,130,52,0,1,128,8,0,193,130,120,43,163,124,
-166,3,8,124,48,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,96,192,13,129,0,0,96,57,2,0,8,97,
-96,192,13,145,92,192,109,177,84,192,109,145,94,192,109,153,8,0,3,168,
-0,0,0,44,76,192,109,145,88,192,109,145,80,192,109,145,232,0,130,65,
-52,0,4,129,215,2,8,85,220,0,130,64,0,0,131,129,56,192,109,129,
-120,99,159,125,0,0,63,129,64,72,11,124,184,0,130,64,24,0,95,161,
-0,0,10,44,24,0,130,64,11,0,96,60,28,2,99,56,33,1,128,56,
-0,0,160,56,121,209,248,75,96,192,13,128,250,7,0,84,96,192,13,144,
-12,0,159,129,8,0,44,129,76,192,237,147,4,0,9,129,0,0,233,128,
-48,192,141,57,0,0,44,129,4,0,76,129,64,64,10,124,112,0,128,65,
-12,0,129,65,64,56,9,124,100,0,128,65,12,192,141,57,0,0,108,129,
-4,0,140,129,8,0,63,129,64,72,12,124,4,0,31,129,72,0,129,65,
-12,0,128,65,64,64,11,124,60,0,129,65,12,0,127,56,12,192,141,56,
-181,252,255,75,1,0,3,44,40,0,129,64,20,0,1,128,12,0,225,131,
-1,0,96,56,16,0,33,56,166,3,8,124,32,0,128,78,16,0,255,131,
-64,96,31,124,56,255,130,64,20,0,1,128,12,0,225,131,0,0,96,56,
-16,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,16,0,193,147,
-166,2,8,124,28,0,1,144,20,0,225,147,120,27,127,124,8,0,31,168,
-0,0,0,44,8,0,193,59,0,0,128,57,8,0,129,145,36,0,130,65,
-120,251,227,127,120,243,196,127,129,157,249,75,0,0,126,128,169,243,255,75,
-8,0,31,168,0,0,0,44,228,255,130,64,28,0,1,128,20,0,225,131,
-16,0,193,131,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-12,0,161,147,20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,
-120,27,126,124,8,0,30,168,0,0,0,44,120,35,159,124,96,0,130,65,
-0,0,190,131,0,0,29,128,64,0,31,124,36,0,130,64,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,1,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,16,0,189,131,0,0,29,44,24,0,130,64,
-11,0,96,60,60,2,99,56,195,0,128,56,0,0,160,56,221,207,248,75,
-4,0,158,129,64,96,29,124,172,255,130,64,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,0,0,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,0,0,3,128,0,0,0,44,120,3,3,124,32,0,130,77,
-8,0,131,129,64,32,12,124,32,0,130,77,4,0,99,128,64,0,3,124,
-236,255,130,64,0,0,96,56,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,24,0,254,131,
-24,0,127,161,0,0,11,44,68,0,130,64,11,0,96,60,76,2,99,56,
-42,3,128,56,0,0,160,56,69,207,248,75,24,0,127,161,0,0,3,44,
-36,0,130,65,12,0,127,56,120,243,196,127,129,255,255,75,1,0,11,40,
-120,27,100,124,120,251,227,127,64,0,129,64,32,0,0,72,12,0,127,56,
-120,243,196,127,97,255,255,75,1,0,11,40,120,27,100,124,120,251,227,127,
-32,0,129,64,161,241,255,75,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,9,242,255,75,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,8,0,193,147,166,2,8,124,20,0,1,144,12,0,225,147,
-120,27,127,124,166,0,224,124,94,4,224,84,36,1,0,124,76,134,141,128,
-72,134,13,128,64,0,4,124,44,0,130,64,166,0,0,125,0,128,10,97,
-36,1,64,125,166,0,96,125,94,4,108,85,36,1,128,125,76,134,141,128,
-72,134,13,128,64,0,4,124,220,255,130,65,80,134,109,129,0,0,127,145,
-16,0,11,128,1,0,132,56,11,0,192,63,0,128,229,112,80,134,13,144,
-76,134,141,144,166,0,0,124,94,4,0,84,120,43,0,124,36,1,0,124,
-1,0,4,44,32,0,129,64,11,0,96,60,108,2,99,56,1,45,255,75,
-92,2,126,56,78,4,128,56,1,0,160,56,21,206,248,75,0,0,127,129,
-24,0,139,161,0,0,12,44,72,0,130,65,92,2,126,56,82,4,128,56,
-0,0,160,56,245,205,248,75,0,0,127,129,0,0,3,44,44,0,130,65,
-56,192,173,128,76,134,109,128,0,0,32,57,26,0,43,177,24,0,43,177,
-12,0,43,145,0,0,171,144,8,0,43,145,4,0,43,145,40,0,0,72,
-56,192,173,128,76,134,109,128,0,0,32,57,26,0,43,177,24,0,43,177,
-12,0,43,145,0,0,171,144,8,0,43,145,4,0,43,145,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,97,239,255,75,117,155,249,75,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,0,0,128,57,
-0,0,131,145,4,0,131,145,8,0,0,56,10,0,3,176,8,0,131,177,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-8,0,193,147,26,0,192,63,204,16,222,59,8,0,190,128,120,27,127,124,
-64,40,31,124,184,0,130,65,15,0,95,137,57,7,74,85,56,0,130,65,
-11,0,96,60,228,2,99,56,11,2,128,56,0,0,160,56,249,204,248,75,
-8,0,190,128,0,0,3,44,24,0,130,65,12,0,30,128,64,0,31,124,
-28,0,31,128,24,0,130,64,56,0,0,72,12,0,30,128,64,0,31,124,
-28,0,31,128,40,0,130,65,32,0,255,128,28,0,7,144,28,0,159,129,
-32,0,236,144,28,0,197,128,32,0,6,129,64,48,31,124,68,0,130,65,
-40,0,0,72,32,0,255,128,28,0,7,144,28,0,159,129,32,0,236,144,
-28,0,197,128,64,48,31,124,32,0,6,129,12,0,30,144,28,0,130,65,
-64,64,31,124,20,0,130,65,28,0,223,144,32,0,230,147,32,0,31,145,
-28,0,232,147,8,0,254,147,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,8,0,193,147,1,0,192,63,0,252,222,59,12,0,225,147,
-120,27,127,124,120,251,228,127,26,0,96,60,204,16,99,56,24,0,160,56,
-157,73,255,75,24,0,159,56,26,0,96,60,228,16,99,56,120,243,197,127,
-137,73,255,75,12,0,225,131,20,0,1,128,24,0,126,56,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,8,0,193,147,1,0,192,63,
-0,252,222,59,26,0,128,60,204,16,132,56,24,0,160,56,61,73,255,75,
-24,0,127,56,26,0,128,60,228,16,132,56,120,243,197,127,41,73,255,75,
-12,0,225,131,20,0,1,128,24,0,126,56,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,8,0,193,147,
-166,2,8,124,20,0,1,144,12,192,141,57,0,0,76,129,10,0,99,161,
-120,51,223,124,0,0,195,128,120,43,190,124,16,80,6,125,0,0,30,145,
-20,34,72,125,80,80,11,124,0,0,31,144,0,0,158,129,0,0,12,44,
-64,0,128,64,0,0,0,44,48,0,129,64,11,0,96,60,244,2,99,56,
-135,0,128,56,0,0,160,56,33,203,248,75,0,0,158,129,0,0,3,44,
-16,0,130,65,208,0,12,124,0,0,31,144,12,0,0,72,208,0,12,124,
-0,0,31,144,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,26,0,64,61,204,16,74,57,12,0,10,128,
-64,0,3,124,32,0,130,77,0,0,138,129,64,96,3,124,20,0,130,64,
-32,0,35,129,0,0,42,145,12,0,106,144,32,0,128,78,8,0,106,129,
-64,88,3,124,48,0,130,64,32,0,99,129,28,0,35,129,28,0,43,145,
-28,0,35,129,8,0,106,145,32,0,105,145,28,0,108,129,32,0,139,129,
-64,88,3,124,120,0,130,65,92,0,0,72,4,0,10,128,64,0,3,124,
-28,0,35,129,40,0,130,65,32,0,99,129,28,0,43,145,28,0,35,129,
-32,0,105,145,28,0,108,129,32,0,139,129,64,88,3,124,68,0,130,65,
-40,0,0,72,32,0,99,129,28,0,43,145,4,0,42,145,28,0,35,129,
-32,0,105,145,28,0,108,129,32,0,139,129,64,88,3,124,28,0,130,65,
-64,96,3,124,20,0,130,65,28,0,99,145,32,0,107,144,32,0,131,145,
-28,0,108,144,12,0,106,144,32,0,128,78,240,255,33,148,8,0,193,147,
-12,0,225,147,166,2,8,124,20,0,1,144,166,0,192,127,94,4,200,87,
-36,1,0,125,15,0,99,137,255,7,107,85,120,27,102,124,92,0,130,65,
-241,254,255,75,15,0,230,136,246,0,231,112,123,7,233,84,15,0,230,152,
-72,0,130,64,24,0,134,129,26,0,76,161,255,255,74,57,26,0,76,177,
-26,0,128,61,204,16,140,57,16,0,236,131,0,128,192,115,255,255,255,55,
-16,0,236,147,166,0,96,125,94,4,107,85,120,3,107,125,36,1,96,125,
-56,0,128,65,72,0,0,72,61,252,255,75,26,0,128,61,204,16,140,57,
-16,0,236,131,0,128,192,115,255,255,255,55,16,0,236,147,166,0,96,125,
-94,4,107,85,120,3,107,125,36,1,96,125,24,0,128,64,11,0,96,60,
-4,3,99,56,27,1,128,56,0,0,160,56,61,201,248,75,20,0,1,128,
-120,251,227,127,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,0,0,4,44,0,0,0,56,24,0,3,144,32,0,130,77,
-16,0,99,128,1,0,128,56,84,142,255,75,232,255,33,148,12,0,161,147,
-16,0,193,147,166,2,8,124,28,0,1,144,20,0,225,147,26,0,224,63,
-204,16,255,59,166,0,160,127,94,4,170,87,36,1,64,125,16,0,31,129,
-20,0,63,129,64,72,8,124,48,0,130,64,0,128,170,115,166,0,96,125,
-94,4,107,85,120,83,107,125,36,1,96,125,20,0,225,131,12,0,161,131,
-166,3,8,124,0,0,96,56,24,0,33,56,32,0,128,78,8,0,223,131,
-15,0,30,136,9,0,12,112,24,0,130,65,11,0,96,60,20,3,99,56,
-81,1,128,56,0,0,160,56,121,200,248,75,24,0,30,129,0,0,8,44,
-15,0,30,136,2,0,0,96,15,0,30,152,12,0,130,65,120,243,195,127,
-221,248,255,75,16,0,127,129,32,0,62,129,0,128,172,115,1,0,107,57,
-4,0,223,147,16,0,127,145,8,0,63,145,166,0,0,124,94,4,0,84,
-120,99,0,124,36,1,0,124,120,243,195,127,16,0,193,131,28,0,1,128,
-20,0,225,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-216,255,33,148,36,0,225,147,166,2,8,124,44,0,1,144,24,0,129,147,
-120,27,124,124,28,0,161,147,120,35,157,124,32,0,193,147,120,43,190,124,
-225,254,255,75,121,27,127,124,108,0,130,65,0,0,128,57,8,0,129,145,
-120,243,195,127,12,0,129,56,16,0,161,56,8,0,193,56,113,153,255,75,
-0,0,3,44,60,0,129,64,12,0,65,129,8,0,1,128,16,0,97,129,
-0,0,159,147,4,0,191,147,12,0,127,176,0,0,32,57,120,251,227,127,
-16,0,95,145,10,0,63,177,14,0,31,152,20,0,127,145,8,0,223,179,
-20,0,0,72,120,251,227,127,113,253,255,75,0,0,224,59,120,251,227,127,
-32,0,193,131,36,0,225,131,44,0,1,128,28,0,161,131,24,0,129,131,
-166,3,8,124,40,0,33,56,32,0,128,78,26,0,128,61,228,16,140,57,
-120,99,137,125,26,0,0,61,204,16,8,57,0,7,96,57,20,0,104,145,
-0,0,0,56,16,0,8,144,120,99,138,125,12,0,72,145,8,0,72,145,
-4,0,72,145,0,0,72,145,166,3,105,125,28,0,73,145,120,75,42,125,
-36,0,41,57,32,0,42,145,240,255,0,66,32,0,138,145,28,0,76,145,
-32,0,128,78,208,255,33,148,12,0,225,146,16,0,1,147,24,0,65,147,
-28,0,97,147,32,0,129,147,44,0,225,147,166,2,8,124,52,0,1,144,
-20,0,33,147,0,32,32,63,0,0,57,59,36,0,161,147,120,43,189,124,
-40,0,193,147,120,51,222,124,120,235,200,127,255,255,8,48,16,65,128,127,
-63,6,156,87,120,27,122,124,40,0,130,65,0,0,0,59,141,221,1,72,
-120,27,119,124,120,235,165,127,120,243,198,127,141,250,1,72,121,27,123,124,
-112,1,130,64,52,0,0,72,52,0,185,131,56,0,217,131,112,134,237,130,
-120,235,165,127,104,134,173,147,120,187,227,126,120,243,198,127,108,134,205,147,
-1,0,0,59,89,250,1,72,121,27,123,124,60,1,130,64,0,0,151,129,
-120,99,134,125,0,0,6,136,254,6,0,84,16,0,0,44,80,0,130,64,
-6,0,70,161,5,0,198,136,204,136,13,136,0,0,0,44,62,5,72,85,
-8,0,230,59,32,0,130,65,58,16,7,85,80,56,40,125,58,16,41,85,
-20,74,255,127,28,24,31,44,104,0,129,64,40,0,0,72,56,24,9,85,
-20,74,255,127,28,24,31,44,84,0,129,64,20,0,0,72,1,0,230,139,
-58,16,255,87,28,24,31,44,64,0,129,64,96,1,96,59,120,219,100,127,
-120,235,165,127,120,243,198,127,11,0,96,60,196,3,99,56,145,36,255,75,
-11,0,96,60,236,3,99,56,133,36,255,75,0,0,28,44,16,0,0,57,
-24,0,25,145,228,0,130,65,216,0,0,72,0,2,31,44,84,0,129,64,
-0,0,154,128,120,187,227,126,0,2,160,56,133,222,1,72,0,0,154,129,
-0,2,189,48,148,1,222,124,0,0,64,57,120,187,227,126,0,2,236,56,
-0,254,31,57,36,224,32,61,113,222,1,72,121,27,123,124,140,0,130,65,
-0,0,28,44,16,0,224,56,24,0,249,144,140,0,130,65,128,0,0,72,
-0,0,24,44,20,0,130,65,0,0,27,44,0,0,154,145,88,0,130,65,
-28,0,0,72,0,0,154,128,120,187,227,126,120,251,229,127,29,222,1,72,
-0,0,27,44,60,0,130,65,120,219,100,127,120,235,165,127,120,243,198,127,
-11,0,96,60,196,3,99,56,209,35,255,75,11,0,96,60,236,3,99,56,
-197,35,255,75,0,0,28,44,16,0,0,57,24,0,25,145,36,0,130,65,
-24,0,0,72,0,0,24,44,8,0,130,65,6,16,96,59,0,0,28,44,
-12,0,130,65,120,187,227,126,93,224,1,72,24,0,65,131,40,0,193,131,
-36,0,161,131,20,0,33,131,32,0,129,131,120,219,99,127,28,0,97,131,
-44,0,225,131,52,0,1,128,16,0,1,131,12,0,225,130,166,3,8,124,
-48,0,33,56,32,0,128,78,232,255,33,148,12,0,161,147,16,0,193,147,
-166,2,8,124,28,0,1,144,20,0,225,147,120,27,127,124,205,163,1,72,
-44,0,127,128,0,0,3,44,8,0,130,65,77,174,1,72,0,32,192,63,
-120,251,227,127,137,253,1,72,184,192,173,163,0,0,30,132,33,4,0,84,
-104,0,130,65,166,0,96,124,0,128,107,96,0,128,108,113,166,0,0,124,
-94,4,0,84,120,99,0,124,36,1,0,124,0,128,106,112,166,0,96,125,
-94,4,107,85,120,83,107,125,36,1,96,125,124,134,13,136,117,7,0,124,
-32,0,130,65,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,0,0,30,128,33,4,0,84,
-160,255,130,64,166,0,224,127,94,4,224,87,36,1,0,124,160,192,109,129,
-255,255,107,53,160,192,109,145,24,0,130,64,244,192,141,129,0,0,12,44,
-12,0,130,64,0,0,96,56,49,80,253,75,0,128,224,115,166,0,64,125,
-94,4,74,85,120,3,74,125,36,1,64,125,48,0,190,147,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,216,255,33,148,8,0,1,147,12,0,33,147,16,0,65,147,
-20,0,97,147,24,0,129,147,28,0,161,147,32,0,193,147,36,0,225,147,
-166,2,8,124,44,0,1,144,0,0,0,57,120,67,6,125,56,24,192,84,
-20,2,35,125,24,0,9,160,1,0,198,56,3,0,6,44,20,2,8,125,
-232,255,128,65,28,0,96,60,228,132,99,56,120,27,120,124,27,0,128,60,
-228,12,132,56,120,35,153,124,0,0,64,59,45,72,29,85,120,211,91,127,
-120,211,92,127,200,0,130,65,132,192,141,57,58,16,128,87,46,0,108,125,
-64,192,11,124,28,0,130,64,58,16,103,87,20,218,167,124,58,16,165,84,
-20,42,35,125,46,1,44,125,1,0,156,59,16,0,24,129,20,66,90,127,
-255,5,74,87,81,64,10,124,80,232,168,127,12,0,129,65,120,67,0,125,
-0,0,64,57,0,0,0,44,0,0,120,129,4,0,152,129,12,0,56,129,
-8,0,248,128,32,0,129,64,0,0,121,145,4,0,153,145,8,0,249,144,
-12,0,57,145,16,0,25,144,20,0,57,59,1,0,123,59,0,0,10,44,
-52,0,130,65,112,254,31,124,20,0,171,124,0,0,185,144,20,249,204,124,
-4,0,217,144,20,2,199,124,8,0,217,144,20,2,9,125,12,0,25,145,
-16,0,89,145,20,0,57,59,1,0,123,59,0,0,29,44,20,0,24,59,
-64,255,130,64,58,16,106,87,20,218,170,124,58,16,165,84,161,63,255,75,
-32,0,193,131,20,0,97,131,16,0,65,131,28,0,161,131,36,0,225,131,
-24,0,129,131,12,0,33,131,44,0,1,128,8,0,1,131,0,0,96,56,
-166,3,8,124,40,0,33,56,32,0,128,78,208,255,33,148,8,0,193,146,
-12,0,225,146,16,0,1,147,20,0,33,147,24,0,65,147,28,0,97,147,
-32,0,129,147,36,0,161,147,40,0,193,147,44,0,225,147,166,2,8,124,
-52,0,1,144,204,136,45,137,0,0,9,44,120,51,219,124,120,43,186,124,
-120,27,120,124,120,35,153,124,76,0,130,65,120,203,35,127,209,71,255,75,
-8,0,249,56,191,7,232,84,120,27,124,124,120,35,157,124,12,0,130,64,
-8,0,217,131,36,0,0,72,80,56,232,124,0,0,39,129,4,0,199,131,
-56,24,8,85,48,68,41,125,32,0,8,33,48,64,222,127,120,75,222,127,
-116,0,0,72,120,203,42,127,191,7,75,85,12,0,130,64,0,0,138,129,
-36,0,0,72,80,80,75,125,0,0,10,128,4,0,138,129,56,24,107,85,
-48,92,0,124,32,0,107,33,48,88,140,125,120,3,140,125,4,0,185,56,
-191,7,166,84,120,99,156,125,0,0,160,59,12,0,130,64,4,0,217,131,
-36,0,0,72,80,40,166,124,4,0,197,131,0,0,229,128,56,24,198,84,
-48,52,231,124,32,0,198,32,48,48,222,127,120,59,222,127,32,0,24,160,
-8,0,24,161,0,64,0,124,11,0,224,62,148,3,247,58,108,0,129,64,
-52,0,120,129,189,7,105,85,184,192,109,160,48,0,130,65,123,7,106,85,
-86,0,0,57,52,0,130,65,82,0,0,57,120,187,228,126,120,227,133,127,
-120,235,166,127,120,243,199,127,245,202,252,75,3,1,96,56,132,2,0,72,
-255,7,107,85,88,0,0,57,8,0,130,65,87,0,0,57,120,187,228,126,
-120,227,133,127,120,235,166,127,120,243,199,127,201,202,252,75,3,1,96,56,
-88,2,0,72,45,72,22,84,12,0,130,64,0,128,192,62,255,255,214,58,
-136,192,109,147,44,2,0,72,156,192,141,129,0,96,27,124,0,0,224,59,
-56,0,129,64,28,0,64,61,228,252,74,57,0,80,27,124,16,0,128,65,
-0,40,10,56,0,0,27,124,28,0,128,65,52,0,184,128,184,192,109,160,
-189,7,160,84,97,1,224,59,160,0,130,64,196,0,0,72,0,0,30,44,
-28,0,130,64,52,0,184,128,184,192,109,160,189,7,160,84,0,1,224,59,
-128,0,130,64,164,0,0,72,191,7,135,87,0,0,0,57,121,59,9,125,
-28,0,130,65,52,0,184,128,184,192,109,160,189,7,160,84,2,1,224,59,
-88,0,130,64,124,0,0,72,52,0,88,129,255,7,74,85,16,0,130,64,
-52,0,120,129,189,7,107,85,36,0,130,65,191,7,204,87,28,0,130,65,
-52,0,184,128,184,192,109,160,189,7,160,84,4,1,224,59,32,0,130,64,
-68,0,0,72,0,0,31,44,96,0,130,65,52,0,184,128,184,192,109,160,
-189,7,160,84,44,0,130,65,123,7,165,84,82,0,0,57,48,0,130,64,
-86,0,0,57,120,187,228,126,120,227,133,127,120,235,166,127,120,243,199,127,
-169,201,252,75,40,0,0,72,255,7,166,84,87,0,0,57,8,0,130,64,
-88,0,0,57,120,187,228,126,120,227,133,127,120,235,166,127,120,243,199,127,
-129,201,252,75,121,251,227,127,16,1,130,64,81,176,222,126,8,0,128,64,
-208,0,214,127,204,136,45,137,0,0,9,44,16,0,219,147,0,0,224,56,
-4,0,187,147,0,0,155,147,255,255,90,59,12,0,251,144,8,0,251,144,
-20,0,123,59,80,0,130,65,12,0,57,59,120,203,35,127,21,69,255,75,
-8,0,153,57,191,7,133,85,120,27,124,124,120,35,157,124,12,0,130,64,
-8,0,217,131,36,0,0,72,80,96,133,125,0,0,204,128,4,0,204,131,
-56,24,165,84,48,44,198,124,32,0,165,32,48,40,222,127,120,51,222,127,
-120,0,0,72,8,0,57,59,120,203,39,127,191,7,232,84,12,0,130,64,
-0,0,71,129,36,0,0,72,80,56,232,124,0,0,7,128,4,0,71,129,
-56,24,8,85,48,68,0,124,32,0,8,33,48,64,74,125,120,3,74,125,
-4,0,153,57,191,7,133,85,120,83,92,125,0,0,160,59,12,0,130,64,
-4,0,217,131,36,0,0,72,80,96,133,125,0,0,204,128,4,0,204,131,
-56,24,165,84,48,44,198,124,32,0,165,32,48,40,222,127,120,51,222,127,
-0,0,26,44,12,0,129,64,0,0,22,44,204,253,129,65,0,0,96,56,
-36,0,161,131,20,0,33,131,24,0,65,131,40,0,193,131,32,0,129,131,
-16,0,1,131,28,0,97,131,44,0,225,131,52,0,1,128,12,0,225,130,
-8,0,193,130,166,3,8,124,48,0,33,56,32,0,128,78,184,255,33,148,
-8,0,1,146,12,0,33,146,16,0,65,146,20,0,97,146,24,0,129,146,
-28,0,161,146,32,0,193,146,36,0,225,146,40,0,1,147,44,0,33,147,
-48,0,65,147,52,0,97,147,56,0,129,147,60,0,161,147,64,0,193,147,
-68,0,225,147,166,2,8,124,76,0,1,144,204,136,13,136,0,0,0,44,
-120,43,184,124,120,35,156,124,120,27,118,124,76,0,130,65,120,227,131,127,
-169,67,255,75,8,0,156,57,191,7,133,85,120,27,125,124,120,35,158,124,
-12,0,130,64,8,0,252,131,36,0,0,72,80,96,133,125,0,0,204,128,
-4,0,236,131,56,24,165,84,48,44,198,124,32,0,165,32,48,40,255,127,
-120,51,255,127,116,0,0,72,120,227,135,127,191,7,232,84,12,0,130,64,
-0,0,39,129,36,0,0,72,80,56,232,124,0,0,71,129,4,0,39,129,
-56,24,8,85,48,68,74,125,32,0,8,33,48,64,41,125,120,83,41,125,
-4,0,124,57,191,7,108,85,120,75,61,125,0,0,192,59,12,0,130,64,
-4,0,252,131,36,0,0,72,80,88,108,125,4,0,235,131,0,0,11,128,
-56,24,140,85,48,100,0,124,32,0,140,33,48,96,255,127,120,3,255,127,
-176,192,237,56,4,0,199,128,64,48,30,124,0,0,167,128,28,0,128,65,
-12,0,129,65,64,40,29,124,16,0,129,64,176,192,13,57,0,0,168,147,
-4,0,200,147,52,0,54,129,28,0,32,62,11,0,160,62,207,1,41,85,
-28,0,0,61,228,132,8,57,148,3,181,58,228,252,49,58,228,3,130,65,
-120,235,185,127,120,243,218,127,120,251,243,127,120,227,148,127,120,67,23,125,
-20,0,22,59,0,0,0,58,120,131,27,126,0,0,24,129,0,0,8,44,
-68,3,130,65,6,0,152,161,132,192,13,56,58,16,106,87,46,1,234,126,
-14,0,168,136,16,0,136,131,20,42,44,125,121,75,42,125,5,0,252,136,
-32,0,129,64,81,72,39,125,16,0,128,65,8,0,156,131,5,0,252,136,
-120,75,42,125,0,0,9,44,232,255,129,65,4,0,184,163,80,56,234,124,
-44,72,189,87,44,72,232,84,0,232,8,124,0,0,124,129,44,72,70,85,
-120,235,191,127,8,0,128,64,120,67,31,125,0,0,29,44,20,50,203,127,
-204,2,129,64,156,192,45,129,0,72,23,124,0,0,64,58,52,0,129,64,
-120,139,44,126,0,96,23,124,16,0,128,65,0,40,76,57,0,80,23,124,
-28,0,128,65,52,0,22,129,189,7,7,85,184,192,109,160,97,1,64,58,
-160,0,130,64,196,0,0,72,0,0,19,44,28,0,130,64,52,0,22,129,
-189,7,7,85,184,192,109,160,0,1,64,58,128,0,130,64,164,0,0,72,
-191,7,39,87,0,0,0,57,121,59,11,125,28,0,130,65,52,0,22,129,
-189,7,7,85,184,192,109,160,2,1,64,58,88,0,130,64,124,0,0,72,
-52,0,150,129,255,7,140,85,16,0,130,64,52,0,22,128,189,7,0,84,
-36,0,130,65,191,7,102,86,28,0,130,65,52,0,22,129,189,7,7,85,
-184,192,109,160,4,1,64,58,32,0,130,64,68,0,0,72,0,0,18,44,
-96,0,130,65,52,0,22,129,189,7,7,85,184,192,109,160,44,0,130,65,
-123,7,8,85,82,0,0,57,48,0,130,64,86,0,0,57,120,171,164,126,
-120,203,37,127,120,211,70,127,120,155,103,126,41,197,252,75,40,0,0,72,
-255,7,9,85,87,0,0,57,8,0,130,64,88,0,0,57,120,171,164,126,
-120,203,37,127,120,211,70,127,120,155,103,126,1,197,252,75,0,0,18,44,
-20,0,130,65,120,147,67,126,9,16,3,44,184,1,130,64,172,1,0,72,
-255,5,106,86,8,0,130,65,9,16,0,58,64,248,19,124,120,251,242,127,
-8,0,128,64,120,155,114,126,64,152,18,124,16,0,87,146,12,0,215,147,
-8,0,215,147,4,0,87,147,0,0,55,147,80,232,178,127,20,0,247,58,
-228,0,130,64,204,136,109,137,0,0,11,44,92,0,130,65,12,0,148,58,
-120,163,131,126,113,64,255,75,8,0,148,57,191,7,128,85,120,27,101,124,
-120,43,185,124,120,35,134,124,120,51,218,124,12,0,130,64,8,0,52,129,
-36,0,0,72,80,96,128,125,0,0,204,128,4,0,44,129,56,24,0,84,
-48,4,198,124,32,0,0,32,48,0,41,125,120,51,41,125,120,75,51,125,
-140,0,0,72,8,0,148,58,120,163,135,126,191,7,232,84,12,0,130,64,
-0,0,39,129,36,0,0,72,80,56,232,124,0,0,7,128,4,0,39,129,
-56,24,8,85,48,68,0,124,32,0,8,33,48,64,41,125,120,3,41,125,
-4,0,116,57,191,7,108,85,120,75,57,125,0,0,64,59,12,0,130,64,
-4,0,20,128,36,0,0,72,80,88,108,125,0,0,171,128,4,0,11,128,
-56,24,140,85,48,100,165,124,32,0,140,33,48,96,0,124,120,43,0,124,
-120,3,19,124,16,0,0,72,20,144,57,127,148,1,90,127,80,152,114,126,
-64,248,18,124,76,0,130,64,0,0,29,44,84,0,129,64,8,0,156,131,
-0,0,28,44,24,0,130,64,11,0,96,60,136,3,99,56,73,7,128,56,
-0,0,160,56,45,185,248,75,5,0,220,136,44,72,198,84,0,232,6,124,
-0,0,220,131,120,235,191,127,8,0,128,64,120,51,223,124,76,253,255,75,
-0,0,29,44,20,146,222,127,80,248,242,127,60,253,129,65,1,0,123,59,
-3,0,27,44,8,0,24,59,168,252,128,65,120,131,3,126,9,16,3,44,
-12,0,130,64,120,179,195,126,113,245,255,75,28,0,161,130,56,0,129,131,
-52,0,97,131,24,0,129,130,32,0,193,130,60,0,161,131,48,0,65,131,
-20,0,97,130,36,0,225,130,64,0,193,131,44,0,33,131,16,0,65,130,
-40,0,1,131,68,0,225,131,76,0,1,128,12,0,33,130,8,0,1,130,
-166,3,8,124,72,0,33,56,32,0,128,78,32,0,182,160,8,0,246,160,
-0,56,5,124,120,67,25,125,108,0,129,64,52,0,118,129,189,7,105,85,
-184,192,109,160,48,0,130,65,123,7,106,85,86,0,0,57,52,0,130,65,
-82,0,0,57,120,171,164,126,120,235,165,127,120,243,198,127,120,251,231,127,
-161,194,252,75,3,1,96,56,136,2,0,72,255,7,107,85,88,0,0,57,
-8,0,130,65,87,0,0,57,120,171,164,126,120,235,165,127,120,243,198,127,
-120,251,231,127,117,194,252,75,3,1,96,56,92,2,0,72,45,72,186,84,
-12,0,130,64,0,128,64,63,255,255,90,59,136,192,13,145,48,2,0,72,
-156,192,141,129,0,96,25,124,0,0,96,59,52,0,129,64,120,139,44,126,
-0,96,25,124,16,0,128,65,0,40,12,56,0,0,25,124,28,0,128,65,
-52,0,150,129,189,7,139,85,184,192,109,160,97,1,96,59,160,0,130,64,
-196,0,0,72,0,0,31,44,28,0,130,64,52,0,150,129,189,7,139,85,
-184,192,109,160,0,1,96,59,128,0,130,64,164,0,0,72,191,7,165,87,
-0,0,192,56,121,43,199,124,28,0,130,65,52,0,150,129,189,7,139,85,
-184,192,109,160,2,1,96,59,88,0,130,64,124,0,0,72,52,0,22,129,
-255,7,8,85,16,0,130,64,52,0,54,129,189,7,41,85,36,0,130,65,
-191,7,234,87,28,0,130,65,52,0,150,129,189,7,139,85,184,192,109,160,
-4,1,96,59,32,0,130,64,68,0,0,72,0,0,27,44,96,0,130,65,
-52,0,150,129,189,7,139,85,184,192,109,160,44,0,130,65,123,7,140,85,
-82,0,0,57,48,0,130,64,86,0,0,57,120,171,164,126,120,235,165,127,
-120,243,198,127,120,251,231,127,89,193,252,75,40,0,0,72,255,7,128,85,
-87,0,0,57,8,0,130,64,88,0,0,57,120,171,164,126,120,235,165,127,
-120,243,198,127,120,251,231,127,49,193,252,75,0,0,27,44,12,0,130,65,
-120,219,99,127,16,1,0,72,81,208,95,127,8,0,128,64,208,0,250,127,
-204,136,237,136,0,0,7,44,16,0,249,147,0,0,160,56,4,0,217,147,
-0,0,185,147,255,255,24,59,12,0,185,144,8,0,185,144,20,0,57,59,
-80,0,130,65,12,0,156,59,120,227,131,127,189,60,255,75,8,0,28,57,
-191,7,9,85,120,27,125,124,120,35,158,124,12,0,130,64,8,0,252,131,
-36,0,0,72,80,64,9,125,0,0,8,128,4,0,232,131,56,24,41,85,
-48,76,0,124,32,0,41,33,48,72,255,127,120,3,255,127,120,0,0,72,
-8,0,156,59,120,227,139,127,191,7,108,85,12,0,130,64,0,0,171,128,
-36,0,0,72,80,88,108,125,0,0,11,128,4,0,171,128,56,24,140,85,
-48,100,0,124,32,0,140,33,48,96,165,124,120,3,165,124,4,0,252,56,
-191,7,224,84,120,43,189,124,0,0,192,59,12,0,130,64,4,0,252,131,
-36,0,0,72,80,56,224,124,0,0,199,128,4,0,231,131,56,24,0,84,
-48,4,198,124,32,0,0,32,48,0,255,127,120,51,255,127,0,0,24,44,
-12,0,129,64,0,0,26,44,200,253,129,65,0,0,96,56,28,0,161,130,
-56,0,129,131,52,0,97,131,24,0,129,130,32,0,193,130,60,0,161,131,
-48,0,65,131,20,0,97,130,36,0,225,130,64,0,193,131,44,0,33,131,
-16,0,65,130,40,0,1,131,68,0,225,131,76,0,1,128,12,0,33,130,
-8,0,1,130,166,3,8,124,72,0,33,56,32,0,128,78,224,255,33,148,
-12,0,97,147,16,0,129,147,20,0,161,147,24,0,193,147,28,0,225,147,
-166,2,8,124,36,0,1,144,120,192,13,128,0,0,192,59,0,0,30,124,
-120,51,220,124,120,43,187,124,120,35,159,124,80,0,128,64,4,0,155,128,
-0,0,123,128,16,0,187,131,0,0,28,44,120,251,229,127,120,235,166,127,
-24,0,130,65,173,223,1,72,20,234,255,127,20,0,123,59,1,0,222,59,
-20,0,0,72,49,222,1,72,20,234,255,127,20,0,123,59,1,0,222,59,
-120,192,13,128,0,0,30,124,184,255,128,65,20,0,161,131,24,0,193,131,
-28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,
-32,0,33,56,32,0,128,78,200,255,33,148,40,0,129,147,44,0,161,147,
-48,0,193,147,166,2,8,124,60,0,1,144,52,0,225,147,120,27,127,124,
-11,0,31,137,57,7,8,85,28,0,223,56,24,0,130,65,52,0,63,129,
-223,3,41,85,64,0,160,56,8,0,130,65,72,0,160,56,52,0,95,129,
-207,1,74,85,76,1,130,65,0,0,102,128,14,0,3,137,16,0,163,131,
-6,0,230,160,4,0,198,160,28,0,0,60,20,66,135,125,228,132,0,48,
-121,99,135,125,120,51,222,124,120,3,28,124,32,0,129,64,5,0,61,137,
-81,96,137,125,12,0,128,65,8,0,189,131,120,99,135,125,0,0,12,44,
-232,255,129,65,0,0,30,44,124,0,129,64,5,0,157,137,80,96,39,125,
-64,72,30,124,0,0,157,129,44,72,234,84,20,82,12,125,48,0,129,64,
-8,0,189,131,80,240,201,127,12,0,28,145,8,0,28,145,0,0,224,56,
-0,0,252,144,4,0,252,144,44,72,41,85,16,0,60,145,20,0,156,59,
-44,0,0,72,8,0,189,131,44,72,201,87,80,240,201,127,16,0,60,145,
-12,0,28,145,8,0,28,145,0,0,224,56,0,0,252,144,4,0,252,144,
-20,0,156,59,0,0,30,44,140,255,129,65,15,0,3,137,1,0,8,97,
-15,0,3,153,0,0,63,129,4,0,95,129,52,0,127,129,0,8,107,101,
-52,0,127,145,20,0,65,145,48,0,95,129,16,0,33,145,8,0,106,128,
-11,0,0,57,36,0,1,145,104,0,3,129,12,0,1,144,20,0,8,128,
-0,0,128,57,32,0,161,176,8,0,129,144,28,0,193,176,24,0,129,145,
-8,0,129,56,166,3,9,124,33,4,128,78,32,0,129,129,52,0,31,128,
-254,215,139,85,32,124,96,81,52,0,31,144,108,0,0,72,4,0,198,168,
-0,0,95,129,4,0,127,129,20,0,97,145,16,0,65,145,48,0,95,129,
-8,0,106,128,104,0,3,129,136,192,45,129,0,0,0,56,24,0,1,144,
-20,0,8,128,8,0,224,56,32,0,161,176,8,0,129,144,36,0,225,144,
-28,0,193,176,12,0,33,145,8,0,129,56,166,3,9,124,33,4,128,78,
-32,0,129,129,52,0,31,128,254,215,139,85,32,124,96,81,52,0,31,144,
-52,0,225,131,48,0,193,131,44,0,161,131,60,0,1,128,40,0,129,131,
-0,0,96,56,166,3,8,124,56,0,33,56,32,0,128,78,232,255,33,148,
-8,0,129,147,16,0,193,147,166,2,8,124,28,0,1,144,12,0,161,147,
-120,27,125,124,20,0,225,147,28,0,224,63,205,11,0,72,44,0,125,128,
-33,168,1,72,52,0,157,129,96,8,140,113,28,0,130,64,52,0,29,128,
-117,6,0,84,0,0,128,59,8,0,157,179,188,0,130,65,60,0,0,72,
-124,192,141,128,120,192,173,128,120,235,163,127,228,252,223,56,0,0,0,56,
-32,0,29,176,65,240,255,75,121,27,126,124,24,1,130,64,52,0,29,128,
-117,6,0,84,0,0,128,59,8,0,157,179,128,0,130,65,120,192,77,129,
-0,0,128,57,120,99,135,125,0,80,7,124,228,252,223,56,28,0,128,64,
-1,0,231,56,0,80,7,124,16,0,38,129,20,74,140,125,20,0,198,56,
-236,255,128,65,0,0,12,44,20,0,130,64,4,1,192,59,255,255,96,56,
-137,11,0,72,196,0,0,72,255,1,12,56,112,78,0,124,148,1,96,124,
-62,4,99,84,8,0,125,176,44,72,99,84,173,252,254,75,121,27,124,124,
-20,0,130,64,21,1,192,59,255,255,96,56,85,11,0,72,144,0,0,72,
-52,0,29,129,181,6,8,85,24,0,130,65,120,235,163,127,120,227,132,127,
-228,252,191,56,1,0,192,56,13,252,255,75,52,0,61,129,41,5,41,85,
-228,252,159,56,8,0,130,64,120,227,132,127,120,235,163,127,33,48,1,72,
-52,0,93,129,115,6,74,85,120,27,126,124,24,0,130,65,120,235,163,127,
-120,227,132,127,228,252,191,56,0,0,192,56,205,251,255,75,52,0,125,129,
-173,5,107,85,12,0,130,65,120,235,163,127,57,47,1,72,0,0,28,44,
-12,0,130,65,120,227,131,127,21,252,254,75,255,255,96,56,197,10,0,72,
-120,243,195,127,16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,20,0,225,147,
-120,35,159,124,8,0,129,147,120,43,188,124,12,0,161,147,0,0,160,63,
-68,71,125,56,255,255,128,56,113,138,2,72,0,0,3,44,240,255,130,64,
-120,243,195,127,120,251,228,127,120,227,133,127,217,251,255,75,120,27,127,124,
-68,71,125,56,209,134,2,72,0,0,3,44,24,0,130,65,11,0,96,60,
-184,3,99,56,6,1,128,56,0,0,160,56,101,176,248,75,120,251,227,127,
-20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,8,0,129,131,
-166,3,8,124,24,0,33,56,32,0,128,78,144,255,33,148,76,0,225,146,
-80,0,1,147,92,0,97,147,104,0,193,147,166,2,8,124,116,0,1,144,
-96,0,129,147,120,27,124,124,88,0,65,147,120,35,154,124,84,0,33,147,
-120,43,185,124,108,0,225,147,120,51,223,124,100,0,161,147,0,0,160,63,
-68,71,125,56,255,255,128,56,189,137,2,72,0,0,3,44,240,255,130,64,
-52,0,124,131,255,247,106,87,52,7,126,124,24,0,130,65,120,227,131,127,
-120,203,36,127,120,251,229,127,249,241,255,75,120,27,126,124,255,127,96,87,
-36,0,130,65,116,192,205,136,0,0,6,44,12,0,130,65,0,0,224,56,
-116,192,237,152,52,0,60,129,218,3,41,85,52,0,60,145,0,1,160,60,
-5,0,165,56,56,216,160,124,64,40,0,124,224,0,130,64,0,0,30,44,
-224,0,130,64,0,0,224,58,20,0,60,59,56,24,248,86,46,192,217,124,
-0,0,6,44,168,0,130,65,0,0,30,44,160,0,130,64,11,0,28,137,
-20,194,249,124,255,239,8,85,4,0,231,163,58,16,233,86,68,0,130,65,
-132,192,13,56,46,0,105,124,120,251,228,127,4,2,160,60,49,197,1,72,
-121,27,126,124,8,0,128,64,0,0,192,59,1,0,247,58,3,0,23,44,
-46,192,153,125,10,0,172,160,20,250,165,124,10,0,172,176,152,255,128,65,
-84,0,0,72,44,0,92,129,132,192,205,56,46,48,137,125,40,0,161,56,
-5,0,0,57,60,0,225,179,0,0,96,57,40,0,65,145,32,0,96,56,
-12,0,128,56,64,0,97,177,68,0,1,145,52,0,97,145,48,0,97,145,
-56,0,97,145,44,0,129,145,9,90,255,75,1,0,247,58,3,0,23,44,
-68,255,128,65,52,0,92,129,184,7,74,85,52,0,92,145,0,0,30,44,
-96,0,130,65,68,71,125,56,237,132,2,72,0,0,3,44,24,0,130,65,
-11,0,96,60,184,3,99,56,6,1,128,56,0,0,160,56,129,174,248,75,
-120,243,195,127,104,0,193,131,96,0,129,131,100,0,161,131,88,0,65,131,
-84,0,33,131,92,0,97,131,108,0,225,131,116,0,1,128,80,0,1,131,
-76,0,225,130,166,3,8,124,112,0,33,56,32,0,128,78,0,0,26,44,
-72,1,130,65,255,255,96,87,44,1,130,65,48,0,188,128,8,0,101,128,
-255,247,96,87,28,0,92,57,20,0,60,59,204,0,130,65,255,71,105,87,
-136,192,237,131,92,0,130,64,4,0,188,128,0,0,156,128,4,0,234,168,
-20,0,161,144,16,0,129,144,8,0,65,147,104,0,195,128,12,0,38,129,
-0,0,0,56,9,0,128,57,32,0,1,176,36,0,129,145,28,0,225,176,
-12,0,225,147,24,0,1,144,8,0,129,56,166,3,41,125,33,4,128,78,
-125,7,104,87,6,0,8,44,48,1,130,64,208,0,0,72,4,0,188,128,
-4,0,234,168,4,0,217,160,0,0,156,128,8,0,65,147,20,48,4,125,
-16,0,1,145,148,1,37,125,20,0,33,145,104,0,195,128,12,0,38,129,
-10,0,128,57,36,0,129,145,28,0,225,176,12,0,225,147,0,0,0,56,
-24,0,1,144,32,0,1,176,8,0,129,56,166,3,41,125,33,4,128,78,
-125,7,104,87,6,0,8,44,204,0,130,64,108,0,0,72,0,0,92,129,
-32,0,28,169,4,0,124,129,8,0,129,56,0,0,0,56,32,0,1,176,
-36,0,1,144,28,0,1,177,20,0,97,145,16,0,65,145,24,0,1,144,
-8,0,65,147,12,0,1,144,169,61,0,72,125,7,104,87,6,0,8,44,
-132,0,130,64,36,0,0,72,120,227,131,127,120,211,68,127,0,0,160,56,
-77,248,255,75,120,27,126,124,125,7,104,87,6,0,8,44,96,0,130,64,
-255,119,96,87,12,0,130,64,255,111,105,87,80,0,130,65,24,0,156,168,
-0,0,4,44,20,0,60,59,28,0,129,64,132,192,109,128,136,0,160,60,
-193,194,1,72,0,0,3,44,8,0,128,64,0,0,96,56,20,0,153,168,
-0,0,4,44,28,0,129,64,0,0,3,44,20,0,130,64,140,192,109,128,
-136,0,160,60,149,194,1,72,0,0,3,44,68,71,125,56,221,130,2,72,
-0,0,3,44,24,0,130,65,11,0,96,60,184,3,99,56,6,1,128,56,
-0,0,160,56,113,172,248,75,120,243,195,127,104,0,193,131,96,0,129,131,
-100,0,161,131,88,0,65,131,84,0,33,131,92,0,97,131,108,0,225,131,
-116,0,1,128,80,0,1,131,76,0,225,130,166,3,8,124,112,0,33,56,
-32,0,128,78,224,255,33,148,16,0,129,147,24,0,193,147,28,0,225,147,
-166,2,8,124,36,0,1,144,20,0,161,147,120,27,125,124,44,0,253,131,
-11,0,128,63,120,251,227,127,120,35,158,124,77,162,1,72,0,0,3,44,
-188,0,130,65,28,0,0,60,0,61,0,48,8,0,1,144,44,0,223,128,
-40,0,191,128,8,0,97,56,245,228,255,75,121,27,127,124,20,0,130,65,
-20,4,124,56,120,251,229,127,139,1,128,56,201,171,248,75,8,0,1,129,
-0,0,8,136,116,7,0,124,254,6,10,84,16,0,10,44,40,0,130,64,
-7,0,40,137,6,0,72,137,5,0,8,136,46,68,41,85,8,0,232,56,
-120,83,44,125,20,2,167,124,62,5,134,85,68,0,0,72,204,136,205,136,
-0,0,6,44,62,6,0,84,126,223,11,84,8,0,0,56,58,16,108,85,
-20,98,168,124,8,0,130,65,12,0,0,56,0,0,11,44,0,0,192,56,
-20,0,130,65,1,0,8,137,190,240,9,84,80,64,11,124,150,75,192,124,
-0,0,31,44,52,0,130,64,120,235,163,127,120,243,196,127,253,250,255,75,
-121,27,127,124,20,0,130,65,20,4,124,56,120,251,229,127,152,1,128,56,
-33,171,248,75,120,243,195,127,1,0,128,56,233,160,1,72,120,251,227,127,
-28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,16,0,129,131,
-166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,16,0,129,147,
-20,0,161,147,24,0,193,147,28,0,225,147,166,2,8,124,36,0,1,144,
-166,0,0,124,94,4,10,84,36,1,64,125,4,193,237,131,0,128,0,112,
-0,0,31,44,28,0,130,64,166,0,32,125,94,4,41,85,120,3,41,125,
-36,1,32,125,0,0,224,59,100,3,0,72,60,0,95,129,4,193,77,145,
-166,0,0,125,94,4,8,85,120,3,8,125,36,1,0,125,0,0,31,44,
-68,3,130,65,28,0,64,61,228,36,74,57,8,0,65,145,8,0,97,56,
-0,0,160,56,120,43,166,124,121,227,255,75,121,27,126,124,44,0,130,64,
-116,192,205,155,166,0,192,127,94,4,202,87,36,1,64,125,160,192,141,129,
-0,0,12,44,1,0,108,57,160,192,109,145,76,0,130,64,52,0,0,72,
-6,16,30,44,240,2,130,64,1,0,192,59,116,192,205,155,166,0,192,127,
-94,4,202,87,36,1,64,125,160,192,141,129,0,0,12,44,1,0,108,57,
-160,192,109,145,24,0,130,64,244,192,13,128,0,0,0,44,12,0,130,64,
-1,0,96,56,129,54,253,75,0,128,200,115,166,0,32,125,94,4,41,85,
-120,67,41,125,36,1,32,125,8,0,129,128,120,251,227,127,128,192,173,56,
-77,41,1,72,121,27,126,124,120,243,192,127,192,192,109,129,188,192,141,129,
-120,192,141,145,124,192,109,145,20,2,130,65,0,16,0,40,16,0,130,65,
-3,16,0,40,16,1,130,65,52,2,0,72,52,0,31,128,255,255,9,84,
-120,251,228,127,104,0,130,65,48,0,159,129,0,0,108,128,8,0,31,160,
-32,0,31,144,0,0,128,57,20,0,159,145,40,0,159,145,36,0,159,145,
-28,0,159,145,24,0,159,145,13,182,255,75,0,0,3,44,40,0,130,64,
-52,0,31,128,25,3,0,84,24,0,130,65,0,0,3,44,0,0,160,59,
-128,192,173,147,188,0,130,65,168,0,0,72,1,0,160,59,0,0,3,44,
-172,0,130,65,152,0,0,72,48,0,159,129,0,0,108,128,0,0,96,57,
-20,0,63,145,32,0,127,145,28,0,127,145,36,0,127,145,40,0,127,145,
-24,0,127,145,57,185,255,75,0,0,3,44,96,0,130,64,11,0,31,137,
-255,239,10,85,24,0,130,65,48,0,95,129,0,0,0,56,1,0,160,59,
-32,0,10,176,64,0,0,72,128,192,77,145,0,0,160,59,120,235,168,127,
-56,24,0,85,20,2,159,125,20,0,12,128,0,0,0,44,8,0,130,65,
-1,0,189,59,1,0,8,57,3,0,8,44,224,255,128,65,48,0,95,129,
-0,0,0,56,32,0,10,176,0,0,3,44,20,0,130,65,121,3,0,72,
-0,0,30,44,176,254,130,64,72,1,0,72,48,0,159,131,24,0,156,129,
-128,192,141,128,120,192,205,128,8,0,95,161,124,192,173,128,120,251,227,127,
-20,82,140,125,24,0,156,145,33,248,255,75,121,27,126,124,60,0,130,64,
-44,0,159,129,166,0,0,125,94,4,9,85,36,1,32,125,0,0,76,169,
-0,128,11,113,21,234,74,125,0,0,76,177,166,0,0,124,94,4,0,84,
-120,91,0,124,36,1,0,124,92,0,130,64,72,0,0,72,52,0,31,129,
-44,0,159,129,12,0,204,179,64,0,8,101,52,0,31,145,166,0,0,125,
-94,4,9,85,36,1,32,125,0,0,76,169,0,0,76,177,0,128,11,113,
-166,0,0,124,94,4,0,84,120,91,0,124,36,1,0,124,0,0,10,44,
-20,0,130,64,4,0,44,129,120,99,131,125,166,3,41,125,33,4,128,78,
-0,0,124,128,157,179,255,75,24,0,193,131,28,0,225,131,36,0,1,128,
-20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,
-44,0,95,129,1,0,0,56,120,251,227,127,0,0,10,176,253,244,255,75,
-44,0,159,129,12,0,108,176,255,255,128,56,120,99,131,125,77,157,1,72,
-0,0,30,44,152,253,130,64,48,0,0,72,120,251,227,127,120,243,196,127,
-229,226,255,75,24,0,193,131,28,0,225,131,36,0,1,128,20,0,161,131,
-16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,24,0,193,131,
-28,0,225,131,36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,
-32,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-0,0,32,57,28,0,128,61,228,132,140,57,236,255,236,56,1,0,41,57,
-0,3,9,44,0,0,64,57,20,0,71,149,4,0,71,145,16,0,71,145,
-8,0,71,145,12,0,71,145,224,255,128,65,132,192,141,145,236,59,12,56,
-156,192,13,144,0,0,0,57,116,192,13,153,160,192,13,145,193,189,1,72,
-112,134,109,144,185,189,1,72,116,134,109,144,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,28,0,96,60,28,85,99,56,217,124,2,72,
-0,0,3,44,12,0,130,64,1,0,224,59,36,0,0,72,30,0,3,44,
-0,0,224,59,24,0,130,65,11,0,96,60,32,4,99,56,39,1,128,56,
-0,0,160,56,89,166,248,75,20,0,1,128,120,251,227,127,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,120,27,100,124,28,0,96,60,28,85,99,56,241,127,2,72,
-52,0,96,124,126,217,3,84,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,104,255,255,75,224,255,33,148,16,0,129,147,20,0,161,147,
-24,0,193,147,28,0,225,147,166,2,8,124,36,0,1,144,124,196,205,131,
-8,193,13,56,64,0,30,124,120,27,127,124,148,0,130,65,11,0,128,63,
-120,243,195,127,3,0,128,56,8,0,161,56,169,196,254,75,0,0,3,44,
-20,0,130,65,44,4,124,56,187,0,128,56,0,0,160,56,173,165,248,75,
-160,193,109,56,2,0,128,56,0,0,160,56,177,132,2,72,121,27,125,124,
-20,0,130,65,44,4,124,56,194,0,128,56,0,0,160,56,133,165,248,75,
-120,251,227,127,65,255,255,75,8,0,129,128,120,27,127,124,12,0,161,56,
-120,243,195,127,77,196,254,75,0,0,29,44,36,0,130,65,44,4,124,56,
-203,0,128,56,0,0,160,56,81,165,248,75,120,251,227,127,16,0,0,72,
-9,255,255,75,120,27,127,124,120,251,227,127,24,0,193,131,28,0,225,131,
-36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,124,196,141,129,
-8,193,13,56,64,0,12,124,24,0,130,64,93,254,255,75,0,0,3,44,
-12,0,130,65,255,255,96,56,177,254,255,75,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,28,0,96,60,28,85,99,56,11,0,128,60,
-56,4,132,56,0,0,160,56,232,48,253,75,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,124,134,237,139,125,134,141,137,116,7,140,125,
-116,7,255,127,166,0,0,124,94,4,11,84,36,1,96,125,3,0,31,44,
-12,0,130,65,0,0,12,44,48,0,130,65,120,251,227,127,0,128,128,56,
-0,128,132,112,0,0,132,60,166,3,136,124,32,0,128,78,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,153,165,254,75,
-120,251,228,127,28,192,160,56,28,192,165,112,255,255,165,60,166,3,168,124,
-32,0,128,78,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,134,74,128,124,
-120,35,131,124,41,5,108,84,244,255,130,64,0,136,128,56,136,136,132,60,
-134,75,128,124,108,128,141,129,1,0,140,57,0,0,0,56,112,128,13,144,
-108,128,141,145,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-224,255,33,148,12,0,97,147,16,0,129,147,166,2,8,124,36,0,1,144,
-20,0,161,147,120,27,125,124,28,0,225,147,120,43,191,124,59,20,236,87,
-24,0,193,147,120,35,158,124,56,0,130,65,31,0,12,56,112,46,10,124,
-1,0,10,52,0,0,96,59,36,0,129,64,166,3,9,124,20,218,157,127,
-120,227,131,127,0,0,0,56,172,24,0,124,172,4,0,124,32,0,123,59,
-232,255,0,66,0,136,128,56,136,136,132,60,134,75,128,124,96,73,128,63,
-192,3,156,59,120,227,133,127,134,67,160,124,0,136,128,56,136,136,132,60,
-134,75,128,124,120,235,165,127,134,67,163,124,120,243,197,127,134,67,162,124,
-120,251,229,127,134,67,161,124,96,201,128,63,192,3,156,59,120,227,133,127,
-134,67,160,124,20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,
-16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,
-140,134,109,144,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,96,239,96,60,0,7,99,56,0,0,99,128,8,0,127,100,
-96,239,96,60,0,7,99,56,0,0,227,147,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,96,239,96,60,0,7,99,56,0,0,99,128,
-87,3,127,84,96,239,96,60,0,7,99,56,0,0,227,147,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,172,4,0,124,134,74,134,124,
-120,35,131,124,21,3,127,84,120,251,229,127,134,75,166,124,172,4,0,124,
-16,39,96,56,49,150,254,75,134,74,134,124,120,35,131,124,16,0,127,100,
-120,251,229,127,134,75,166,124,172,4,0,124,16,39,96,56,17,150,254,75,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,172,4,0,124,
-134,74,134,124,120,35,131,124,128,0,127,100,120,251,229,127,134,75,166,124,
-172,4,0,124,16,39,96,56,201,149,254,75,134,74,134,124,120,35,131,124,
-79,2,127,84,120,251,229,127,134,75,166,124,172,4,0,124,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,
-8,0,129,147,12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,
-28,0,1,144,96,239,96,60,4,7,99,56,0,0,99,128,120,27,124,124,
-134,42,145,124,120,35,131,124,120,27,125,124,240,0,191,103,120,251,229,127,
-134,43,177,124,134,42,145,124,120,35,131,124,71,1,127,84,120,251,229,127,
-134,43,177,124,120,248,0,60,255,127,0,96,56,224,31,124,96,239,96,60,
-4,7,99,56,0,0,227,147,96,239,96,60,24,7,99,56,0,0,99,128,
-120,27,126,124,120,248,0,60,255,127,0,96,56,240,31,124,96,239,96,60,
-24,7,99,56,0,0,227,147,172,4,0,124,100,0,96,56,249,148,254,75,
-96,239,96,60,28,7,99,56,0,0,99,128,62,143,108,84,54,110,96,84,
-20,2,236,127,96,239,96,60,4,7,99,56,0,0,131,147,96,239,96,60,
-24,7,99,56,0,0,195,147,120,235,165,127,134,43,177,124,172,4,0,124,
-100,0,96,56,181,148,254,75,62,4,227,87,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,12,0,161,147,16,0,193,147,166,2,8,124,
-28,0,1,144,20,0,225,147,121,35,159,124,8,0,129,147,120,27,124,124,
-112,0,130,65,31,0,31,56,112,46,12,124,1,0,12,52,0,0,192,59,
-36,0,129,64,166,3,9,124,20,242,188,127,120,235,163,127,0,0,0,56,
-172,24,0,124,172,4,0,124,32,0,222,59,232,255,0,66,120,227,133,127,
-134,67,187,124,120,251,229,127,134,67,185,124,134,74,128,124,120,35,131,124,
-17,17,128,56,17,17,132,60,134,75,128,124,134,66,152,124,120,35,131,124,
-0,193,127,100,120,251,229,127,134,67,184,124,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-172,129,13,136,116,7,0,124,3,0,0,44,8,0,97,152,60,0,130,65,
-96,239,96,60,5,3,99,56,0,0,99,136,181,6,96,84,240,255,130,65,
-8,0,225,139,116,7,255,127,96,239,96,60,0,3,99,56,0,0,227,155,
-8,0,225,59,120,251,227,127,0,0,0,56,172,24,0,124,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,
-4,0,1,144,248,255,33,148,205,160,254,75,237,160,254,75,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,17,160,249,75,141,250,255,75,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,8,0,193,147,12,0,225,147,
-166,2,8,124,20,0,1,144,134,42,145,124,120,35,131,124,0,4,127,96,
-120,251,229,127,134,43,177,124,134,66,152,124,120,35,131,124,120,27,127,124,
-0,67,128,56,0,16,132,60,134,67,152,124,96,239,96,60,2,3,99,56,
-0,0,128,56,0,0,131,152,0,0,128,56,128,0,132,60,134,51,128,124,
-166,0,224,127,94,4,224,87,36,1,0,124,134,50,130,124,120,35,131,124,
-128,0,126,100,120,243,197,127,134,51,162,124,0,128,235,115,166,0,0,124,
-94,4,0,84,120,91,0,124,36,1,0,124,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,232,255,33,148,
-12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,
-148,134,13,129,236,11,32,61,0,194,41,57,64,72,8,124,12,0,192,59,
-8,0,130,64,9,0,192,59,12,0,224,59,134,42,145,124,120,35,131,124,
-0,160,64,57,56,80,125,124,60,8,235,87,254,255,11,56,120,3,189,127,
-120,235,165,127,134,43,177,124,96,239,96,60,3,3,99,56,128,0,128,56,
-0,0,131,152,96,239,96,60,0,3,99,56,0,0,195,155,62,194,223,87,
-96,239,96,60,1,3,99,56,0,0,227,155,96,239,96,60,3,3,99,56,
-3,0,128,56,0,0,131,152,96,239,96,60,2,3,99,56,1,0,128,56,
-0,0,131,152,96,239,96,60,4,3,99,56,0,0,128,56,0,0,131,152,
-96,239,96,60,5,3,99,56,0,0,99,136,96,239,96,60,0,3,99,56,
-0,0,99,136,96,239,96,60,7,3,99,56,0,0,128,56,0,0,131,152,
-96,239,96,60,1,3,99,56,1,0,128,56,0,0,131,152,0,0,128,56,
-0,128,132,60,134,51,128,124,166,0,192,127,94,4,192,87,36,1,0,124,
-134,50,130,124,120,35,131,124,0,128,127,100,120,251,229,127,134,51,162,124,
-0,128,203,115,166,0,0,124,94,4,0,84,120,91,0,124,36,1,0,124,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,240,255,33,148,8,0,193,147,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,133,158,254,75,3,0,31,44,
-32,0,130,65,4,0,31,44,24,0,130,65,2,0,31,44,16,0,130,65,
-113,158,254,75,0,0,96,56,229,183,254,75,11,0,224,63,228,6,255,59,
-189,157,249,75,134,42,148,124,120,35,131,124,199,1,101,84,129,160,128,61,
-0,128,140,57,64,96,5,124,52,0,130,64,236,11,64,61,0,194,74,57,
-148,134,77,145,11,0,192,63,204,6,222,59,57,254,255,75,166,66,127,124,
-17,64,96,61,69,1,107,57,64,88,3,124,128,0,130,64,104,0,0,72,
-128,112,0,60,0,128,0,96,64,0,5,124,52,0,130,64,229,15,0,60,
-170,2,0,96,148,134,13,144,11,0,192,63,216,6,222,59,249,253,255,75,
-166,66,127,124,17,64,96,61,69,1,107,57,64,88,3,124,64,0,130,64,
-40,0,0,72,120,251,227,127,217,2,128,56,101,156,248,75,209,253,255,75,
-166,66,127,124,17,64,96,61,69,1,107,57,64,88,3,124,24,0,130,64,
-120,243,196,127,11,0,96,60,240,6,99,56,25,251,254,75,24,0,0,72,
-166,66,127,124,120,27,101,124,120,251,227,127,232,2,128,56,37,156,248,75,
-134,42,144,124,120,35,131,124,120,27,100,124,11,0,96,60,0,7,99,56,
-233,250,254,75,148,134,13,128,236,81,32,61,31,133,41,57,150,0,233,127,
-112,254,0,124,112,46,255,127,80,248,224,127,120,251,227,127,166,243,123,124,
-0,0,96,56,64,4,99,60,166,243,122,124,134,42,145,124,120,35,131,124,
-1,255,0,60,255,191,0,96,56,0,106,124,240,1,95,101,120,251,229,127,
-134,43,177,124,56,32,224,63,0,1,255,59,96,239,96,60,4,7,99,56,
-0,0,227,147,96,239,96,60,24,7,99,56,0,0,99,128,235,5,127,84,
-96,239,96,60,24,7,99,56,0,0,227,147,172,4,0,124,96,239,96,60,
-4,7,99,56,0,0,99,128,2,0,0,61,0,128,8,57,120,67,127,124,
-96,239,96,60,4,7,99,56,0,0,227,147,96,239,96,60,24,7,99,56,
-0,0,99,128,93,4,127,84,96,239,96,60,24,7,99,56,0,0,227,147,
-96,239,96,60,0,7,99,56,0,0,99,128,2,0,224,60,0,128,231,56,
-120,59,127,124,96,239,96,60,0,7,99,56,0,0,227,147,172,4,0,124,
-96,239,96,60,0,7,99,56,0,0,99,128,8,0,127,100,96,239,96,60,
-0,7,99,56,0,0,227,147,172,4,0,124,64,0,128,56,0,0,132,60,
-134,3,148,124,8,0,128,56,0,0,132,60,134,3,149,124,0,0,128,56,
-16,4,132,60,134,43,153,124,129,156,249,75,193,156,249,75,153,251,255,75,
-149,157,249,75,64,0,128,56,0,0,132,60,134,51,128,124,166,0,224,127,
-94,4,224,87,36,1,0,124,134,50,130,124,120,35,131,124,64,0,126,96,
-120,243,197,127,134,51,162,124,0,128,231,115,166,0,0,124,94,4,0,84,
-120,59,0,124,36,1,0,124,166,0,96,124,2,0,96,100,36,1,0,124,
-134,42,146,124,120,35,131,124,79,2,127,84,120,251,229,127,134,43,178,124,
-166,234,121,124,125,0,127,84,120,251,227,127,166,235,121,124,166,234,123,124,
-0,8,127,100,120,251,227,127,166,235,123,124,113,155,254,75,112,0,96,60,
-0,8,99,56,213,155,254,75,134,34,135,124,120,35,131,124,0,8,127,100,
-120,251,229,127,134,35,167,124,128,0,96,56,134,3,112,124,134,2,113,124,
-120,27,100,124,11,0,96,60,188,6,99,56,233,248,254,75,32,0,96,56,
-208,128,128,60,0,0,132,96,134,3,112,124,134,3,145,124,96,239,96,60,
-4,7,99,56,0,0,99,128,8,0,127,100,96,239,96,60,4,7,99,56,
-0,0,227,147,96,239,96,60,24,7,99,56,0,0,99,128,87,3,127,84,
-96,239,96,60,24,7,99,56,0,0,227,147,197,246,255,75,166,250,114,124,
-1,0,105,84,12,0,130,65,1,0,64,57,125,134,77,153,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-32,0,128,78,32,0,128,78,32,0,128,78,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,160,8,160,56,
-233,22,255,75,20,0,1,128,120,251,227,127,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,124,0,160,56,181,22,255,75,20,0,1,128,
-120,251,227,127,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-148,0,160,56,129,22,255,75,20,0,1,128,120,251,227,127,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,140,0,160,56,77,22,255,75,
-20,0,1,128,120,251,227,127,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-120,27,127,124,116,0,160,56,25,22,255,75,20,0,1,128,120,251,227,127,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,216,255,33,148,
-20,0,97,147,24,0,129,147,32,0,193,147,36,0,225,147,166,2,8,124,
-44,0,1,144,28,0,161,147,120,27,125,124,4,0,157,169,0,0,96,59,
-0,96,27,124,30,0,255,87,120,35,158,124,120,219,124,127,132,1,128,64,
-20,226,221,124,16,0,102,128,0,0,3,44,100,1,130,65,104,0,227,128,
-188,0,7,129,120,243,196,127,166,3,9,125,33,4,128,78,12,0,97,144,
-12,0,1,168,8,0,1,176,121,3,12,124,14,0,161,160,10,0,161,176,
-20,0,130,64,4,0,157,169,1,0,123,59,4,0,156,59,44,1,0,72,
-7,0,29,137,239,255,64,57,116,7,8,125,64,80,8,124,52,7,224,127,
-52,7,171,124,120,99,0,124,62,4,31,80,30,128,127,81,32,0,128,64,
-223,255,0,56,64,0,8,124,132,0,130,65,175,255,0,56,64,0,8,124,
-220,0,130,65,40,0,0,72,251,255,192,56,64,48,8,124,184,0,130,65,
-247,255,224,56,64,56,8,124,152,0,130,65,239,255,32,57,64,72,8,124,
-20,0,130,65,4,0,157,169,1,0,123,59,4,0,156,59,180,0,0,72,
-104,0,93,129,180,1,234,128,120,235,163,127,166,3,233,124,33,4,128,78,
-4,0,157,169,64,216,3,124,16,0,130,65,4,0,156,59,1,0,123,59,
-136,0,0,72,2,0,255,99,4,0,156,59,1,0,123,59,120,0,0,72,
-104,0,29,129,180,1,40,129,120,235,163,127,166,3,41,125,33,4,128,78,
-4,0,157,169,64,216,3,124,16,0,130,65,4,0,156,59,1,0,123,59,
-76,0,0,72,4,0,255,99,4,0,156,59,1,0,123,59,60,0,0,72,
-4,0,157,169,1,0,123,59,4,0,156,59,8,0,255,99,40,0,0,72,
-4,0,157,169,1,0,123,59,4,0,156,59,16,0,255,99,20,0,0,72,
-4,0,157,169,32,0,255,99,4,0,156,59,1,0,123,59,0,96,27,124,
-132,254,128,65,120,251,227,127,36,0,225,131,28,0,161,131,32,0,193,131,
-44,0,1,128,24,0,129,131,20,0,97,131,166,3,8,124,40,0,33,56,
-32,0,128,78,192,255,33,148,36,0,33,147,40,0,65,147,44,0,97,147,
-48,0,129,147,166,2,8,124,68,0,1,144,56,0,193,147,120,35,158,124,
-60,0,225,147,0,0,224,59,52,0,161,147,120,27,125,124,209,42,2,72,
-120,27,122,124,255,255,26,44,244,0,130,65,0,0,96,59,120,219,121,127,
-16,0,128,59,1,0,224,59,120,235,163,127,120,203,36,127,189,253,255,75,
-12,0,97,144,12,0,33,161,8,0,33,177,14,0,1,160,10,0,1,176,
-8,0,129,129,254,255,128,85,254,7,139,85,1,0,5,104,57,40,102,125,
-12,0,130,65,48,200,224,127,120,3,123,127,255,255,156,55,1,0,57,59,
-184,255,130,64,20,0,97,147,20,0,65,129,0,0,0,56,28,0,97,56,
-28,0,65,145,16,0,129,56,24,0,1,144,32,0,1,144,177,61,2,72,
-16,0,161,128,121,40,123,127,120,27,127,124,24,0,130,65,120,211,67,127,
-120,219,100,127,225,246,249,75,0,0,96,56,84,0,0,72,0,0,30,44,
-72,0,130,65,166,0,0,125,94,4,0,85,36,1,0,124,41,1,224,56,
-12,0,254,176,24,0,62,129,16,0,1,128,0,128,5,113,120,3,41,125,
-24,0,62,145,166,0,224,124,94,4,231,84,120,43,231,124,36,1,224,124,
-120,243,195,127,255,255,128,56,53,139,1,72,120,251,227,127,56,0,193,131,
-48,0,129,131,44,0,97,131,52,0,161,131,60,0,225,131,68,0,1,128,
-40,0,65,131,36,0,33,131,166,3,8,124,64,0,33,56,32,0,128,78,
-232,255,33,148,16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,
-12,0,161,147,120,27,125,124,7,0,29,136,116,7,0,124,247,255,0,44,
-2,0,61,137,128,0,41,97,2,0,61,153,48,0,130,64,104,0,29,129,
-204,0,8,128,96,0,125,129,100,0,157,129,92,0,157,145,8,0,193,56,
-166,3,9,124,88,0,125,145,255,255,128,56,120,35,133,124,33,4,128,78,
-4,0,93,169,0,0,192,59,0,80,30,124,120,243,223,127,56,0,128,64,
-20,250,61,125,16,0,105,128,0,0,3,44,24,0,130,65,104,0,131,129,
-236,1,12,128,166,3,9,124,33,4,128,78,4,0,93,169,1,0,222,59,
-0,80,30,124,4,0,255,59,208,255,128,65,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-216,255,33,148,16,0,65,147,20,0,97,147,28,0,161,147,32,0,193,147,
-36,0,225,147,166,2,8,124,44,0,1,144,24,0,129,147,120,27,124,124,
-4,0,156,169,0,0,224,59,120,251,251,127,0,96,27,124,120,35,157,124,
-120,251,254,127,136,0,128,64,16,0,92,59,46,240,122,124,0,0,3,44,
-104,0,130,65,104,0,35,129,188,0,9,128,120,235,164,127,166,3,9,124,
-33,4,128,78,12,0,97,144,12,0,1,160,8,0,1,176,14,0,161,160,
-10,0,161,176,8,0,1,128,255,7,0,84,20,0,130,64,4,0,156,169,
-1,0,123,59,4,0,222,59,44,0,0,72,46,240,122,124,104,0,227,128,
-228,1,7,129,120,235,164,127,166,3,9,125,33,4,128,78,4,0,156,169,
-120,27,127,124,4,0,222,59,1,0,123,59,0,96,27,124,128,255,128,65,
-28,0,161,131,120,251,227,127,36,0,225,131,24,0,129,131,32,0,193,131,
-44,0,1,128,20,0,97,131,16,0,65,131,166,3,8,124,40,0,33,56,
-32,0,128,78,224,255,33,148,12,0,97,147,16,0,129,147,20,0,161,147,
-24,0,193,147,28,0,225,147,166,2,8,124,36,0,1,144,8,0,65,147,
-120,27,122,124,4,0,26,168,0,0,160,59,0,0,29,124,120,35,155,124,
-120,51,222,124,120,43,188,124,120,235,191,127,84,0,128,64,20,250,58,125,
-16,0,137,129,0,0,12,44,52,0,130,65,104,0,76,129,76,1,10,128,
-120,219,100,127,120,99,131,125,120,227,133,127,120,243,198,127,166,3,9,124,
-33,4,128,78,0,0,3,44,0,0,190,147,24,0,130,64,4,0,26,168,
-1,0,189,59,0,0,29,124,4,0,255,59,180,255,128,65,24,0,193,131,
-16,0,129,131,20,0,161,131,28,0,225,131,36,0,1,128,12,0,97,131,
-8,0,65,131,166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,
-12,0,97,147,16,0,129,147,20,0,161,147,24,0,193,147,28,0,225,147,
-166,2,8,124,36,0,1,144,8,0,65,147,120,27,122,124,4,0,26,168,
-0,0,96,56,120,27,125,124,0,0,29,124,120,35,155,124,120,43,188,124,
-120,51,222,124,120,27,127,124,100,0,128,64,20,250,58,125,16,0,137,129,
-0,0,12,44,68,0,130,65,104,0,76,129,220,1,10,128,120,219,100,127,
-120,99,131,125,120,227,133,127,120,243,198,127,166,3,9,124,33,4,128,78,
-32,1,3,44,20,0,130,65,4,0,26,168,1,0,189,59,4,0,255,59,
-20,0,0,72,0,0,190,147,20,0,0,72,4,0,255,59,1,0,189,59,
-0,0,29,124,164,255,128,65,24,0,193,131,16,0,129,131,20,0,161,131,
-28,0,225,131,36,0,1,128,12,0,97,131,8,0,65,131,166,3,8,124,
-32,0,33,56,32,0,128,78,224,255,33,148,12,0,97,147,16,0,129,147,
-20,0,161,147,24,0,193,147,28,0,225,147,166,2,8,124,36,0,1,144,
-8,0,65,147,120,27,122,124,4,0,26,168,0,0,96,56,120,27,125,124,
-0,0,29,124,120,35,155,124,120,43,188,124,120,51,222,124,120,27,127,124,
-100,0,128,64,20,250,58,125,16,0,137,129,0,0,12,44,68,0,130,65,
-104,0,76,129,204,0,10,128,120,219,100,127,120,99,131,125,120,227,133,127,
-120,243,198,127,166,3,9,124,33,4,128,78,32,1,3,44,20,0,130,65,
-4,0,26,168,1,0,189,59,4,0,255,59,20,0,0,72,0,0,190,147,
-20,0,0,72,4,0,255,59,1,0,189,59,0,0,29,124,164,255,128,65,
-24,0,193,131,16,0,129,131,20,0,161,131,28,0,225,131,36,0,1,128,
-12,0,97,131,8,0,65,131,166,3,8,124,32,0,33,56,32,0,128,78,
-232,255,33,148,12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,
-28,0,1,144,8,0,129,147,120,27,124,124,4,0,60,169,0,0,160,59,
-0,72,29,124,255,127,224,59,120,235,190,127,80,0,128,64,20,242,124,125,
-16,0,107,128,0,0,3,44,48,0,130,65,104,0,131,129,212,1,12,128,
-166,3,9,124,33,4,128,78,4,0,60,169,0,24,31,124,16,0,129,65,
-4,0,222,59,1,0,189,59,16,0,0,72,120,27,127,124,4,0,222,59,
-1,0,189,59,0,72,29,124,184,255,128,65,120,251,227,127,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,232,255,33,148,12,0,161,147,16,0,193,147,
-20,0,225,147,166,2,8,124,28,0,1,144,8,0,129,147,120,27,124,124,
-4,0,60,169,0,0,160,59,0,72,29,124,255,127,224,59,120,235,190,127,
-80,0,128,64,20,242,124,125,16,0,107,128,0,0,3,44,48,0,130,65,
-104,0,131,129,204,1,12,128,166,3,9,124,33,4,128,78,4,0,60,169,
-0,24,31,124,16,0,129,65,4,0,222,59,1,0,189,59,16,0,0,72,
-120,27,127,124,4,0,222,59,1,0,189,59,0,72,29,124,184,255,128,65,
-120,251,227,127,20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,224,255,33,148,
-12,0,97,147,16,0,129,147,24,0,193,147,28,0,225,147,166,2,8,124,
-36,0,1,144,20,0,161,147,120,27,125,124,4,0,29,168,0,0,128,59,
-0,0,28,124,120,227,158,127,120,227,159,127,92,0,128,64,16,0,125,59,
-46,240,123,124,0,0,3,44,60,0,130,65,104,0,67,129,196,1,106,129,
-166,3,105,125,33,4,128,78,46,240,123,124,0,0,3,44,24,0,130,65,
-104,0,131,129,164,1,12,128,3,0,128,56,166,3,9,124,33,4,128,78,
-4,0,29,168,46,241,251,127,1,0,156,59,0,0,28,124,4,0,222,59,
-172,255,128,65,20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,
-16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,0,0,3,44,20,0,130,64,
-108,0,96,56,65,216,254,75,0,0,3,44,96,0,130,65,12,0,0,60,
-136,249,0,48,104,0,3,144,0,0,0,56,84,0,3,144,80,0,3,144,
-3,0,3,152,4,0,3,176,1,0,3,152,0,0,3,152,7,0,3,152,
-88,0,3,144,92,0,3,144,100,0,3,144,1,0,32,57,96,0,35,145,
-8,0,35,177,14,0,35,177,12,0,35,57,16,0,128,57,166,3,137,125,
-4,0,9,148,252,255,0,66,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,232,255,33,148,120,27,100,124,120,35,138,124,5,0,10,40,
-20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,12,0,161,147,
-12,0,192,63,112,253,222,59,12,0,160,63,120,251,189,59,28,0,128,64,
-1,0,10,40,84,0,128,65,144,0,130,65,2,0,10,40,200,0,130,65,
-96,2,0,72,13,0,10,40,32,0,128,64,5,0,10,40,216,0,130,65,
-11,0,10,40,72,1,130,65,12,0,10,40,136,1,130,65,60,2,0,72,
-13,0,10,40,180,1,130,65,15,0,10,40,244,0,130,65,32,0,10,40,
-228,1,130,65,32,2,0,72,116,0,96,56,53,215,254,75,121,27,127,124,
-20,0,130,65,209,254,255,75,12,0,96,61,128,3,107,57,104,0,127,145,
-120,251,227,127,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,140,0,96,56,245,214,254,75,
-121,27,127,124,20,0,130,65,145,254,255,75,12,0,128,61,120,5,140,57,
-104,0,159,145,120,251,227,127,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,0,0,96,56,
-245,252,0,72,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,148,0,96,56,145,214,254,75,
-121,27,127,124,20,0,130,65,45,254,255,75,12,0,0,60,32,8,0,48,
-104,0,31,144,120,251,227,127,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,124,0,96,56,
-81,214,254,75,121,27,127,124,12,0,130,65,237,253,255,75,104,0,191,147,
-120,251,227,127,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,128,0,96,56,25,214,254,75,
-121,27,127,124,28,0,130,65,181,253,255,75,12,0,96,61,112,255,107,57,
-104,0,127,145,0,0,128,57,124,0,159,145,120,251,227,127,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,124,0,96,56,209,213,254,75,121,27,127,124,12,0,130,65,
-109,253,255,75,104,0,223,147,120,251,227,127,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-124,0,96,56,153,213,254,75,121,27,127,124,20,0,130,65,53,253,255,75,
-12,0,0,60,120,1,0,48,104,0,31,144,120,251,227,127,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,120,0,96,56,89,213,254,75,121,27,127,124,20,0,130,65,
-245,252,255,75,12,0,0,60,24,12,0,48,104,0,31,144,120,251,227,127,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,11,0,96,60,16,7,99,56,153,234,254,75,
-20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,0,0,96,56,
-166,3,8,124,24,0,33,56,32,0,128,78,208,255,33,148,12,0,225,146,
-16,0,1,147,20,0,33,147,24,0,65,147,28,0,97,147,40,0,193,147,
-44,0,225,147,166,2,8,124,52,0,1,144,32,0,129,147,120,35,156,124,
-36,0,161,147,120,59,253,124,1,0,252,136,120,27,122,124,0,0,186,152,
-6,0,250,152,5,0,60,137,7,0,58,153,0,0,156,136,116,7,132,124,
-16,0,4,44,120,51,223,124,1,0,250,155,4,0,154,176,19,0,92,137,
-2,0,90,153,76,0,129,64,11,0,96,60,60,7,99,56,249,233,254,75,
-0,0,96,56,4,0,122,176,24,0,65,131,36,0,161,131,40,0,193,131,
-28,0,97,131,20,0,33,131,32,0,129,131,44,0,225,131,52,0,1,128,
-16,0,1,131,12,0,225,130,166,3,8,124,48,0,33,56,32,0,128,78,
-0,0,32,59,0,32,25,124,1,0,0,59,120,203,55,127,120,195,30,127,
-156,0,128,64,58,16,202,87,20,242,10,125,58,16,8,85,20,66,124,127,
-1,0,123,136,65,252,255,75,121,27,102,124,20,186,122,125,16,0,203,144,
-84,0,130,65,104,0,134,129,140,0,12,128,0,0,26,137,120,219,100,127,
-166,3,9,124,116,7,8,125,120,251,230,127,120,235,167,127,1,0,168,56,
-33,4,128,78,53,7,99,124,20,26,222,127,52,7,222,127,36,0,130,64,
-4,0,154,168,0,0,0,59,1,0,255,59,1,0,57,59,4,0,247,58,
-28,0,0,72,0,0,192,59,64,0,0,72,4,0,154,168,1,0,255,59,
-1,0,57,59,4,0,247,58,0,32,25,124,108,255,128,65,0,0,24,44,
-28,0,130,65,104,0,154,129,188,1,236,128,120,211,67,127,166,3,233,124,
-33,4,128,78,8,0,0,72,0,0,192,59,120,243,195,127,40,0,193,131,
-32,0,129,131,36,0,161,131,24,0,65,131,20,0,33,131,28,0,97,131,
-44,0,225,131,52,0,1,128,16,0,1,131,12,0,225,130,166,3,8,124,
-48,0,33,56,32,0,128,78,216,255,33,148,24,0,129,147,28,0,161,147,
-32,0,193,147,36,0,225,147,166,2,8,124,44,0,1,144,20,0,97,147,
-120,27,123,124,4,0,27,168,0,0,160,59,0,0,29,124,255,255,224,59,
-120,35,156,124,120,235,190,127,112,0,128,64,20,242,27,125,16,0,104,128,
-0,0,3,44,80,0,130,65,104,0,35,129,188,0,9,128,120,227,132,127,
-166,3,9,124,33,4,128,78,12,0,97,144,12,0,1,160,8,0,1,176,
-14,0,1,160,10,0,1,176,8,0,1,128,255,7,0,84,20,0,130,64,
-4,0,27,168,1,0,189,59,4,0,222,59,20,0,0,72,120,235,163,127,
-24,0,0,72,4,0,222,59,1,0,189,59,0,0,29,124,152,255,128,65,
-120,251,227,127,28,0,161,131,32,0,193,131,36,0,225,131,44,0,1,128,
-24,0,129,131,20,0,97,131,166,3,8,124,40,0,33,56,32,0,128,78,
-216,255,33,148,32,0,193,147,36,0,225,147,12,0,33,147,16,0,65,147,
-20,0,97,147,24,0,129,147,166,2,8,124,44,0,1,144,28,0,161,147,
-120,27,125,124,4,0,29,168,0,0,128,59,0,0,28,124,120,35,158,124,
-1,0,224,59,8,0,97,59,120,251,250,127,120,227,153,127,108,0,128,64,
-20,202,125,125,16,0,107,128,0,0,3,44,76,0,130,65,104,0,131,129,
-156,1,12,128,120,219,100,127,166,3,9,124,33,4,128,78,0,0,3,44,
-8,0,130,64,0,0,224,59,0,0,27,128,0,0,0,44,20,0,130,65,
-4,0,29,168,1,0,156,59,4,0,57,59,24,0,0,72,0,0,224,59,
-0,0,254,147,24,0,0,72,4,0,57,59,1,0,156,59,0,0,28,124,
-156,255,128,65,0,0,94,147,20,0,97,131,28,0,161,131,120,251,227,127,
-36,0,225,131,24,0,129,131,32,0,193,131,44,0,1,128,16,0,65,131,
-12,0,33,131,166,3,8,124,40,0,33,56,32,0,128,78,224,255,33,148,
-16,0,129,147,120,43,188,124,251,255,28,44,20,0,161,147,24,0,193,147,
-166,2,8,124,36,0,1,144,28,0,225,147,120,27,127,124,12,0,97,147,
-120,35,155,124,28,0,130,65,247,255,28,44,20,0,130,65,223,255,28,44,
-12,0,130,65,175,255,28,44,84,0,130,64,4,0,31,168,0,0,160,59,
-0,0,29,124,120,235,190,127,64,0,128,64,20,242,95,125,16,0,106,128,
-0,0,3,44,32,0,130,65,104,0,99,129,148,1,139,129,120,219,100,127,
-120,227,133,127,166,3,137,125,33,4,128,78,4,0,31,168,1,0,189,59,
-0,0,29,124,4,0,222,59,200,255,128,65,20,0,161,131,24,0,193,131,
-28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,
-32,0,33,56,32,0,128,78,232,255,33,148,20,0,225,147,120,27,127,124,
-8,0,129,147,120,35,156,124,64,248,28,124,12,0,161,147,16,0,193,147,
-166,2,8,124,28,0,1,144,40,0,130,64,20,0,225,131,16,0,193,131,
-12,0,161,131,28,0,1,128,8,0,129,131,1,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,4,0,31,168,0,0,160,59,0,0,29,124,
-120,235,190,127,68,0,128,64,20,242,127,125,16,0,107,128,0,0,3,44,
-36,0,130,65,104,0,131,129,140,1,12,128,120,227,132,127,166,3,9,124,
-33,4,128,78,1,0,3,44,160,255,130,65,4,0,31,168,1,0,189,59,
-0,0,29,124,4,0,222,59,196,255,128,65,20,0,225,131,16,0,193,131,
-12,0,161,131,28,0,1,128,8,0,129,131,0,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,208,255,33,148,8,0,193,146,16,0,1,147,
-20,0,33,147,24,0,65,147,32,0,129,147,36,0,161,147,40,0,193,147,
-166,2,8,124,52,0,1,144,44,0,225,147,120,27,127,124,12,0,225,146,
-120,35,151,124,28,0,97,147,120,43,187,124,120,219,100,127,117,252,255,75,
-0,0,3,44,60,0,128,65,12,0,183,131,100,0,95,129,64,80,29,124,
-20,0,23,169,96,0,63,129,8,0,151,131,120,67,24,125,16,0,128,65,
-24,0,129,65,64,72,28,124,16,0,128,64,8,0,31,168,0,0,8,124,
-64,0,128,65,20,0,33,131,36,0,161,131,40,0,193,131,24,0,65,131,
-16,0,1,131,32,0,129,131,44,0,225,131,28,0,97,131,12,0,225,130,
-52,0,1,128,8,0,193,130,34,1,96,56,166,3,8,124,48,0,33,56,
-32,0,128,78,120,3,11,124,112,254,12,124,214,97,28,124,22,88,156,125,
-214,89,60,125,214,89,221,124,112,254,8,127,20,50,108,125,58,16,103,84,
-20,2,75,125,20,192,41,127,20,65,74,127,20,58,31,125,16,0,200,130,
-14,0,214,171,120,203,35,127,120,211,68,127,0,0,192,56,120,243,197,127,
-189,255,254,75,8,0,119,144,120,203,35,127,12,0,151,144,120,211,68,127,
-120,243,197,127,0,0,192,56,205,254,254,75,104,0,150,129,132,1,12,128,
-20,0,119,176,120,187,228,126,120,219,101,127,120,179,195,126,166,3,9,124,
-33,4,128,78,8,0,151,147,12,0,183,147,20,0,23,179,24,0,65,131,
-20,0,33,131,12,0,225,130,8,0,193,130,40,0,193,131,36,0,161,131,
-28,0,97,131,44,0,225,131,52,0,1,128,32,0,129,131,16,0,1,131,
-166,3,8,124,48,0,33,56,32,0,128,78,200,255,33,148,12,0,161,146,
-20,0,225,146,24,0,1,147,28,0,33,147,40,0,129,147,44,0,161,147,
-48,0,193,147,166,2,8,124,60,0,1,144,36,0,97,147,120,51,219,124,
-52,0,225,147,120,27,127,124,16,0,193,146,120,35,150,124,32,0,65,147,
-120,43,186,124,120,211,68,127,217,250,255,75,0,0,3,44,60,0,128,65,
-12,0,182,131,100,0,159,129,64,96,29,124,20,0,86,169,96,0,127,129,
-8,0,150,131,120,83,87,125,16,0,128,65,24,0,129,65,64,88,28,124,
-16,0,128,64,8,0,31,168,0,0,10,124,68,0,128,65,44,0,161,131,
-24,0,1,131,28,0,33,131,48,0,193,131,40,0,129,131,20,0,225,130,
-32,0,65,131,52,0,225,131,36,0,97,131,16,0,193,130,60,0,1,128,
-12,0,161,130,0,0,96,56,166,3,8,124,56,0,33,56,32,0,128,78,
-120,3,7,124,112,254,8,124,22,56,60,125,214,57,124,125,214,65,28,124,
-214,57,189,124,20,42,9,125,58,16,105,84,20,74,95,125,16,0,170,130,
-14,0,213,171,112,254,231,126,0,0,192,56,20,2,136,125,20,184,11,127,
-120,243,197,127,120,195,3,127,20,57,44,127,120,203,36,127,29,254,254,75,
-8,0,118,144,120,195,3,127,12,0,150,144,120,203,36,127,120,243,197,127,
-0,0,192,56,45,253,254,75,104,0,53,129,124,1,9,129,20,0,118,176,
-120,211,69,127,120,219,102,127,120,171,163,126,166,3,9,125,120,179,196,126,
-33,4,128,78,20,0,246,178,8,0,150,147,12,0,182,147,44,0,161,131,
-24,0,1,131,16,0,193,130,12,0,161,130,48,0,193,131,40,0,129,131,
-32,0,65,131,28,0,33,131,52,0,225,131,60,0,1,128,36,0,97,131,
-20,0,225,130,166,3,8,124,56,0,33,56,32,0,128,78,208,255,33,148,
-20,0,33,147,24,0,65,147,28,0,97,147,36,0,161,147,40,0,193,147,
-44,0,225,147,166,2,8,124,52,0,1,144,32,0,129,147,120,35,156,124,
-20,0,28,168,1,0,0,44,34,1,224,59,120,43,189,124,120,27,123,124,
-40,0,130,65,44,0,225,131,36,0,161,131,32,0,129,131,52,0,1,128,
-28,0,97,131,34,1,96,56,166,3,8,124,48,0,33,56,32,0,128,78,
-4,0,27,168,0,0,64,59,0,0,26,124,120,211,94,127,148,0,128,64,
-16,0,59,59,46,240,121,124,0,0,3,44,116,0,130,65,104,0,131,129,
-188,0,12,128,120,235,164,127,166,3,9,124,33,4,128,78,12,0,97,144,
-12,0,1,160,8,0,1,176,14,0,1,160,10,0,1,176,8,0,1,128,
-255,7,0,84,20,0,130,64,4,0,27,168,1,0,90,59,4,0,222,59,
-56,0,0,72,46,240,121,124,104,0,35,129,92,1,73,129,120,227,132,127,
-120,235,165,127,166,3,73,125,33,4,128,78,0,0,3,44,120,27,127,124,
-24,0,130,65,4,0,27,168,4,0,222,59,1,0,90,59,0,0,26,124,
-116,255,128,65,28,0,97,131,36,0,161,131,120,251,227,127,44,0,225,131,
-32,0,129,131,40,0,193,131,52,0,1,128,24,0,65,131,20,0,33,131,
-166,3,8,124,48,0,33,56,32,0,128,78,208,255,33,148,16,0,1,147,
-20,0,33,147,24,0,65,147,32,0,129,147,36,0,161,147,40,0,193,147,
-44,0,225,147,166,2,8,124,52,0,1,144,28,0,97,147,120,35,155,124,
-20,0,91,169,1,0,10,44,120,51,221,124,120,43,188,124,120,27,121,124,
-36,0,130,65,28,0,97,131,36,0,161,131,32,0,129,131,20,0,33,131,
-166,3,8,124,37,1,96,56,48,0,33,56,32,0,128,78,4,0,25,168,
-0,0,64,59,0,0,26,124,34,1,224,59,120,211,94,127,148,0,128,64,
-16,0,25,59,46,240,120,124,0,0,3,44,116,0,130,65,104,0,131,129,
-188,0,12,128,120,227,132,127,166,3,9,124,33,4,128,78,12,0,97,144,
-12,0,1,160,8,0,1,176,14,0,1,160,10,0,1,176,8,0,1,128,
-255,7,0,84,20,0,130,64,4,0,25,168,1,0,90,59,4,0,222,59,
-56,0,0,72,46,240,120,124,104,0,35,129,84,1,9,128,120,219,100,127,
-120,227,133,127,120,235,166,127,166,3,9,124,33,4,128,78,121,27,127,124,
-24,0,130,64,4,0,25,168,4,0,222,59,1,0,90,59,0,0,26,124,
-116,255,128,65,24,0,65,131,32,0,129,131,36,0,161,131,120,251,227,127,
-44,0,225,131,28,0,97,131,40,0,193,131,52,0,1,128,20,0,33,131,
-16,0,1,131,166,3,8,124,48,0,33,56,32,0,128,78,232,255,33,148,
-12,0,161,147,16,0,193,147,166,2,8,124,28,0,1,144,20,0,225,147,
-120,27,127,124,4,0,159,169,0,0,160,59,0,96,29,124,2,0,31,136,
-250,7,0,84,120,235,190,127,2,0,31,152,56,0,128,64,20,242,95,125,
-16,0,106,128,0,0,3,44,24,0,130,65,104,0,99,129,36,1,11,128,
-166,3,9,124,33,4,128,78,4,0,159,169,1,0,189,59,0,96,29,124,
-4,0,222,59,208,255,128,65,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,166,2,8,124,
-4,0,1,144,248,255,33,148,100,0,195,128,96,0,163,128,121,43,192,124,
-24,0,130,64,12,0,1,128,8,0,33,56,166,3,8,124,0,0,96,56,
-32,0,128,78,92,0,3,129,88,0,227,128,0,0,128,57,190,85,234,84,
-42,80,9,85,121,51,136,125,120,83,36,125,42,80,227,84,24,0,130,64,
-0,0,64,57,121,35,75,125,12,0,130,64,150,43,99,124,8,0,0,72,
-29,250,254,75,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-166,0,128,124,94,4,136,84,36,1,0,125,7,0,67,137,116,7,74,125,
-251,255,10,44,28,0,130,65,247,255,10,44,20,0,130,65,223,255,10,44,
-12,0,130,65,175,255,10,44,68,0,130,64,92,0,67,129,88,0,35,129,
-20,40,105,125,88,0,99,145,96,0,99,129,100,0,131,129,20,49,234,124,
-64,96,7,124,88,0,195,128,92,0,227,144,24,0,128,65,12,0,129,65,
-64,88,6,124,12,0,128,65,88,0,99,145,92,0,131,145,0,128,136,112,
-166,0,32,125,94,4,41,85,120,67,41,125,36,1,32,125,32,0,128,78,
-166,0,0,125,94,4,6,85,36,1,192,124,92,0,131,129,88,0,99,129,
-0,128,6,113,166,0,224,124,94,4,231,84,120,51,231,124,36,1,224,124,
-7,0,163,136,116,7,165,124,251,255,5,44,44,0,130,65,247,255,5,44,
-36,0,130,65,223,255,5,44,28,0,130,65,175,255,5,44,20,0,130,65,
-0,0,224,56,0,0,228,144,4,0,228,144,28,0,0,72,100,0,67,129,
-96,0,35,129,16,72,235,124,16,81,12,125,0,0,228,144,4,0,4,145,
-120,91,99,125,120,99,132,125,32,0,128,78,232,255,33,148,12,0,161,147,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,104,0,3,129,
-204,1,40,129,120,27,127,124,120,43,190,124,166,3,41,125,120,35,157,124,
-33,4,128,78,255,127,3,44,0,0,125,144,12,0,130,64,0,2,64,57,
-0,0,93,145,104,0,127,129,212,1,139,129,120,251,227,127,166,3,137,125,
-33,4,128,78,255,127,3,44,0,0,126,144,12,0,130,64,0,2,0,56,
-0,0,30,144,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,208,255,33,148,24,0,65,147,
-28,0,97,147,32,0,129,147,36,0,161,147,40,0,193,147,44,0,225,147,
-166,2,8,124,52,0,1,144,104,0,35,129,156,1,9,128,120,27,124,124,
-166,3,9,124,120,35,157,124,8,0,129,56,33,4,128,78,8,0,65,129,
-0,0,10,44,48,0,130,64,32,0,129,131,40,0,193,131,44,0,225,131,
-36,0,161,131,28,0,97,131,52,0,1,128,24,0,65,131,35,1,96,56,
-166,3,8,124,48,0,33,56,32,0,128,78,4,0,28,168,0,0,64,59,
-0,0,26,124,255,255,96,57,0,0,125,145,16,0,225,59,4,0,125,145,
-120,211,94,127,188,0,128,64,16,0,124,59,46,240,123,124,0,0,3,44,
-156,0,130,65,104,0,131,129,20,1,12,129,120,251,228,127,166,3,9,125,
-33,4,128,78,0,0,3,44,44,0,130,64,4,0,159,128,0,0,253,128,
-4,0,29,129,64,64,4,124,0,0,127,128,76,0,129,65,88,0,128,65,
-64,56,3,124,64,0,128,64,76,0,0,72,46,240,123,124,104,0,67,129,
-28,0,10,128,166,3,9,124,33,4,128,78,0,0,127,144,4,0,159,144,
-4,0,29,129,64,64,4,124,0,0,253,128,16,0,129,65,28,0,128,65,
-64,56,3,124,20,0,128,65,4,0,28,168,1,0,90,59,4,0,222,59,
-24,0,0,72,4,0,28,168,4,0,157,144,0,0,125,144,4,0,222,59,
-1,0,90,59,0,0,26,124,76,255,128,65,32,0,129,131,40,0,193,131,
-44,0,225,131,36,0,161,131,28,0,97,131,52,0,1,128,24,0,65,131,
-0,0,96,56,166,3,8,124,48,0,33,56,32,0,128,78,208,255,33,148,
-24,0,65,147,28,0,97,147,32,0,129,147,8,0,193,146,12,0,225,146,
-16,0,1,147,36,0,161,147,40,0,193,147,44,0,225,147,166,2,8,124,
-52,0,1,144,20,0,33,147,120,27,121,124,4,0,25,168,0,0,224,59,
-0,0,31,124,120,35,154,124,120,43,187,124,255,255,128,59,120,227,157,127,
-120,251,254,127,120,243,215,127,100,0,128,64,16,0,25,59,46,184,120,124,
-0,0,3,44,68,0,130,65,104,0,99,129,28,0,11,128,166,3,9,124,
-33,4,128,78,64,232,4,124,16,0,129,65,28,0,128,65,64,224,3,124,
-20,0,128,65,4,0,25,168,1,0,255,59,4,0,247,58,24,0,0,72,
-4,0,25,168,120,35,157,124,120,27,124,124,4,0,247,58,1,0,255,59,
-0,0,31,124,164,255,128,65,0,0,224,58,0,0,23,124,223,255,192,58,
-35,1,224,59,200,0,128,64,16,0,25,59,46,240,184,124,0,0,5,44,
-168,0,130,65,7,0,217,136,116,7,198,124,239,255,6,44,152,0,130,64,
-104,0,25,129,180,1,8,128,120,203,35,127,166,3,9,124,33,4,128,78,
-64,24,23,124,20,0,130,65,4,0,25,168,1,0,247,58,4,0,222,59,
-116,0,0,72,46,240,120,124,104,0,67,129,12,1,10,128,120,211,68,127,
-120,219,101,127,120,235,168,127,120,227,135,127,166,3,9,124,33,4,128,78,
-0,0,3,44,36,0,130,64,104,0,153,129,7,0,217,154,188,1,12,128,
-120,203,35,127,166,3,9,124,33,4,128,78,0,0,224,59,48,0,0,72,
-4,0,25,168,35,1,3,44,16,0,130,64,4,0,222,59,1,0,247,58,
-16,0,0,72,120,27,127,124,4,0,222,59,1,0,247,58,0,0,23,124,
-64,255,128,65,32,0,129,131,20,0,33,131,16,0,1,131,28,0,97,131,
-36,0,161,131,120,251,227,127,44,0,225,131,24,0,65,131,40,0,193,131,
-52,0,1,128,12,0,225,130,8,0,193,130,166,3,8,124,48,0,33,56,
-32,0,128,78,224,255,33,148,20,0,161,147,24,0,193,147,28,0,225,147,
-166,2,8,124,36,0,1,144,104,0,3,129,188,0,40,129,120,27,127,124,
-120,35,158,124,166,3,41,125,33,4,128,78,12,0,97,144,12,0,1,160,
-8,0,1,176,14,0,1,161,10,0,1,177,8,0,1,128,255,7,0,84,
-36,0,130,64,28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,
-33,1,96,56,166,3,8,124,32,0,33,56,32,0,128,78,104,0,95,129,
-148,1,10,128,120,251,227,127,0,0,128,56,251,255,160,56,166,3,9,124,
-33,4,128,78,104,0,159,129,148,1,44,129,120,251,227,127,0,0,128,56,
-247,255,160,56,166,3,41,125,33,4,128,78,104,0,95,129,148,1,10,128,
-223,255,160,56,0,0,128,56,166,3,9,124,120,251,227,127,33,4,128,78,
-104,0,159,129,148,1,12,129,175,255,160,56,0,0,128,56,166,3,9,125,
-120,251,227,127,33,4,128,78,104,0,95,129,228,1,106,129,120,251,227,127,
-120,243,196,127,166,3,105,125,33,4,128,78,121,27,126,124,92,0,130,64,
-104,0,159,129,188,1,12,128,120,251,227,127,166,3,9,124,33,4,128,78,
-0,0,3,44,64,0,130,64,6,0,127,136,64,0,3,44,52,0,130,65,
-61,235,255,75,104,0,35,129,172,1,9,128,120,27,125,124,120,251,228,127,
-166,3,9,124,33,4,128,78,0,0,31,44,16,0,130,65,120,251,227,127,
-120,235,164,127,169,160,249,75,120,243,195,127,24,0,193,131,36,0,1,128,
-28,0,225,131,20,0,161,131,166,3,8,124,32,0,33,56,32,0,128,78,
-224,255,33,148,12,0,97,147,16,0,129,147,20,0,161,147,28,0,225,147,
-166,2,8,124,36,0,1,144,24,0,193,147,120,27,126,124,7,0,222,136,
-239,255,0,57,116,7,198,124,64,64,6,124,52,0,128,64,0,0,6,40,
-180,0,130,65,175,255,0,56,64,0,6,124,156,0,130,65,191,255,64,57,
-64,80,6,124,132,0,130,65,223,255,128,57,64,96,6,124,108,0,130,65,
-152,0,0,72,255,255,160,56,64,40,6,124,44,0,130,65,251,255,224,56,
-64,56,6,124,44,0,130,65,247,255,32,57,64,72,6,124,44,0,130,65,
-239,255,0,56,64,0,6,124,44,0,130,65,100,0,0,72,11,0,96,60,
-136,7,99,56,96,0,0,72,11,0,96,60,148,7,99,56,84,0,0,72,
-11,0,96,60,160,7,99,56,72,0,0,72,11,0,96,60,172,7,99,56,
-60,0,0,72,11,0,96,60,184,7,99,56,48,0,0,72,11,0,96,60,
-112,7,99,56,36,0,0,72,11,0,96,60,196,7,99,56,24,0,0,72,
-11,0,96,60,208,7,99,56,12,0,0,72,11,0,96,60,220,7,99,56,
-53,215,254,75,6,0,30,136,5,0,0,40,28,0,128,64,1,0,0,40,
-48,0,128,65,28,1,130,65,2,0,0,40,140,1,130,65,248,2,0,72,
-5,0,0,40,144,0,130,65,32,0,0,40,244,1,130,65,64,0,0,40,
-104,2,130,65,220,2,0,72,192,130,98,56,237,214,254,75,1,0,158,136,
-184,130,98,56,225,214,254,75,104,0,158,129,28,0,172,128,120,243,195,127,
-166,3,169,124,33,4,128,78,120,27,101,124,11,0,96,60,16,8,99,56,
-120,35,134,124,32,0,128,56,181,214,254,75,120,243,195,127,145,247,255,75,
-100,0,99,29,11,0,96,60,112,86,96,125,244,7,99,56,148,1,128,124,
-149,214,254,75,2,0,222,136,254,255,196,84,11,0,96,60,28,8,99,56,
-129,214,254,75,220,2,0,72,200,130,98,56,117,214,254,75,1,0,158,136,
-184,130,98,56,105,214,254,75,104,0,158,129,28,0,172,128,120,243,195,127,
-166,3,169,124,33,4,128,78,120,27,101,124,11,0,96,60,16,8,99,56,
-120,35,134,124,32,0,128,56,61,214,254,75,120,243,195,127,25,247,255,75,
-100,0,99,29,11,0,96,60,112,86,96,125,244,7,99,56,148,1,128,124,
-29,214,254,75,2,0,222,136,254,255,196,84,11,0,96,60,28,8,99,56,
-9,214,254,75,100,2,0,72,168,130,98,56,253,213,254,75,1,0,158,136,
-184,130,98,56,241,213,254,75,104,0,158,129,28,0,172,128,120,243,195,127,
-166,3,169,124,33,4,128,78,120,27,101,124,11,0,96,60,16,8,99,56,
-120,35,134,124,32,0,128,56,197,213,254,75,120,243,195,127,161,246,255,75,
-100,0,99,29,11,0,96,60,112,86,96,125,244,7,99,56,148,1,128,124,
-165,213,254,75,2,0,222,136,254,255,196,84,11,0,96,60,28,8,99,56,
-145,213,254,75,236,1,0,72,11,0,96,60,232,7,99,56,129,213,254,75,
-1,0,158,136,184,130,98,56,117,213,254,75,104,0,158,129,28,0,172,128,
-120,243,195,127,166,3,169,124,33,4,128,78,120,27,101,124,11,0,96,60,
-16,8,99,56,120,35,134,124,32,0,128,56,73,213,254,75,120,243,195,127,
-37,246,255,75,100,0,99,29,11,0,96,60,112,86,96,125,244,7,99,56,
-148,1,128,124,41,213,254,75,2,0,222,136,254,255,196,84,11,0,96,60,
-28,8,99,56,21,213,254,75,112,1,0,72,11,0,96,60,4,8,99,56,
-5,213,254,75,1,0,158,136,184,130,98,56,249,212,254,75,104,0,158,129,
-28,0,172,128,120,243,195,127,166,3,169,124,33,4,128,78,120,27,101,124,
-11,0,96,60,16,8,99,56,120,35,134,124,32,0,128,56,205,212,254,75,
-120,243,195,127,169,245,255,75,100,0,99,29,11,0,96,60,112,86,96,125,
-244,7,99,56,148,1,128,124,173,212,254,75,2,0,222,136,254,255,196,84,
-11,0,96,60,28,8,99,56,153,212,254,75,244,0,0,72,176,130,98,56,
-141,212,254,75,1,0,158,136,184,130,98,56,129,212,254,75,104,0,158,129,
-28,0,172,128,120,243,195,127,166,3,169,124,33,4,128,78,120,27,101,124,
-11,0,96,60,16,8,99,56,120,35,134,124,32,0,128,56,85,212,254,75,
-120,243,195,127,49,245,255,75,100,0,99,29,11,0,96,60,112,86,96,125,
-244,7,99,56,148,1,128,124,53,212,254,75,2,0,222,136,254,255,196,84,
-11,0,96,60,28,8,99,56,33,212,254,75,124,0,0,72,11,0,96,60,
-124,7,99,56,17,212,254,75,1,0,158,136,184,130,98,56,5,212,254,75,
-104,0,158,129,28,0,172,128,120,243,195,127,166,3,169,124,33,4,128,78,
-120,27,101,124,11,0,96,60,16,8,99,56,120,35,134,124,32,0,128,56,
-217,211,254,75,120,243,195,127,181,244,255,75,100,0,99,29,11,0,96,60,
-112,86,96,125,244,7,99,56,148,1,128,124,185,211,254,75,2,0,222,136,
-254,255,196,84,11,0,96,60,28,8,99,56,165,211,254,75,4,0,94,169,
-0,0,160,59,0,80,29,124,120,235,187,127,192,0,128,64,16,0,158,59,
-46,216,28,125,0,0,8,44,160,0,130,65,0,0,30,136,116,7,0,124,
-0,0,224,59,0,0,31,124,36,0,129,65,120,128,141,128,208,130,98,56,
-97,211,254,75,0,0,30,136,116,7,0,124,1,0,255,59,0,0,31,124,
-228,255,129,64,120,128,237,131,104,0,126,129,180,1,11,128,120,243,195,127,
-166,3,9,124,33,4,128,78,64,24,29,124,40,0,130,64,7,0,30,136,
-239,255,160,56,116,7,0,124,64,40,0,124,16,0,130,65,223,255,192,56,
-64,48,0,124,8,0,130,64,116,128,237,131,120,251,228,127,208,130,98,56,
-253,210,254,75,46,216,124,124,104,0,227,128,244,0,7,128,166,3,9,124,
-33,4,128,78,4,0,94,169,1,0,189,59,0,80,29,124,4,0,123,59,
-72,255,128,65,20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,
-16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,
-224,255,33,148,12,0,97,147,16,0,129,147,20,0,161,147,24,0,193,147,
-28,0,225,147,166,2,8,124,36,0,1,144,6,0,35,137,120,35,157,124,
-1,0,61,153,7,0,99,137,5,0,125,153,4,0,3,168,0,0,29,152,
-1,0,195,136,4,0,221,152,104,0,3,129,180,1,104,129,120,27,124,124,
-166,3,105,125,33,4,128,78,3,0,125,152,10,0,252,168,2,0,253,152,
-88,0,28,129,8,0,29,145,88,0,124,129,92,0,156,129,120,227,131,127,
-12,0,157,145,21,243,255,75,84,0,92,129,6,0,253,160,52,7,99,124,
-255,255,138,49,126,4,103,80,16,81,12,124,32,124,7,80,6,0,253,176,
-2,0,252,136,0,0,224,59,19,0,253,152,16,0,253,179,18,0,253,155,
-4,0,28,168,0,0,31,124,1,0,192,59,120,251,251,127,80,0,128,64,
-20,218,92,125,16,0,106,128,0,0,3,44,48,0,130,65,104,0,131,129,
-236,0,204,128,58,16,204,87,166,3,201,124,20,242,12,124,58,16,0,84,
-20,2,157,124,33,4,128,78,4,0,28,168,20,26,222,127,52,7,222,127,
-1,0,255,59,0,0,31,124,4,0,123,59,184,255,128,65,20,0,161,131,
-120,243,195,127,24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,
-12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,232,255,33,148,
-12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,
-8,0,129,147,120,27,124,124,4,0,28,168,0,0,160,59,0,0,29,124,
-1,0,224,59,120,235,190,127,60,0,128,64,20,242,124,125,16,0,107,128,
-0,0,3,44,28,0,130,65,104,0,131,129,228,0,12,128,166,3,9,124,
-33,4,128,78,4,0,28,168,20,26,255,127,1,0,189,59,0,0,29,124,
-4,0,222,59,204,255,128,65,120,251,227,127,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,216,255,33,148,12,0,33,147,16,0,65,147,20,0,97,147,
-24,0,129,147,32,0,193,147,36,0,225,147,166,2,8,124,44,0,1,144,
-28,0,161,147,120,35,157,124,0,0,93,131,120,27,123,124,173,97,1,72,
-4,0,27,168,0,0,128,59,120,227,158,127,0,0,30,124,10,0,0,61,
-36,119,8,57,4,0,3,145,8,0,67,147,0,0,125,144,120,227,159,127,
-184,0,128,64,16,0,59,59,46,248,121,124,0,0,3,44,152,0,130,65,
-7,0,59,137,116,7,41,125,239,255,9,44,88,0,130,64,104,0,91,129,
-180,1,10,128,120,219,99,127,166,3,9,124,33,4,128,78,64,240,3,124,
-44,0,130,65,46,248,121,124,104,0,131,129,220,0,172,128,120,235,164,127,
-166,3,169,124,33,4,128,78,4,0,27,168,0,0,3,44,56,0,130,65,
-64,0,0,72,4,0,27,168,1,0,222,59,4,0,255,59,60,0,0,72,
-104,0,131,129,220,0,172,128,120,235,164,127,166,3,169,124,33,4,128,78,
-4,0,27,168,0,0,3,44,16,0,130,64,4,0,255,59,1,0,222,59,
-16,0,0,72,1,0,156,59,4,0,255,59,1,0,222,59,0,0,30,124,
-80,255,128,65,0,0,125,128,120,227,132,127,181,102,1,72,0,0,93,147,
-32,0,193,131,20,0,97,131,24,0,129,131,36,0,225,131,28,0,161,131,
-16,0,65,131,44,0,1,128,12,0,33,131,1,0,96,56,166,3,8,124,
-40,0,33,56,32,0,128,78,232,255,33,148,8,0,129,147,12,0,161,147,
-16,0,193,147,166,2,8,124,28,0,1,144,20,0,225,147,120,27,127,124,
-4,0,159,169,0,0,160,59,0,96,29,124,120,35,156,124,120,235,190,127,
-60,0,128,64,20,242,95,125,16,0,106,128,0,0,3,44,28,0,130,65,
-104,0,99,129,212,0,11,128,120,227,132,127,166,3,9,124,33,4,128,78,
-4,0,159,169,1,0,189,59,0,96,29,124,4,0,222,59,204,255,128,65,
-16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,
-166,3,8,124,24,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,
-240,255,33,148,104,0,131,129,220,1,12,128,120,35,133,124,166,3,9,124,
-1,0,128,56,8,0,193,56,33,4,128,78,20,0,1,128,16,0,33,56,
-166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,240,255,33,148,
-104,0,131,129,220,1,12,128,120,35,133,124,166,3,9,124,0,0,128,56,
-8,0,193,56,33,4,128,78,20,0,1,128,16,0,33,56,166,3,8,124,
-32,0,128,78,166,2,8,124,4,0,1,144,240,255,33,148,104,0,131,129,
-204,0,12,128,8,0,193,56,166,3,9,124,33,4,128,78,20,0,1,128,
-16,0,33,56,166,3,8,124,32,0,128,78,216,255,33,148,28,0,161,147,
-32,0,193,147,36,0,225,147,166,2,8,124,44,0,1,144,0,0,64,57,
-12,0,65,145,8,0,65,145,104,0,131,129,12,0,12,128,16,0,228,128,
-20,0,164,168,4,0,164,131,28,0,196,131,120,35,159,124,28,0,68,145,
-20,0,65,145,166,3,9,124,16,0,65,145,8,0,33,57,4,0,36,145,
-44,72,160,84,20,2,199,124,24,0,193,144,33,4,128,78,28,0,223,147,
-4,0,191,147,36,0,225,131,44,0,1,128,28,0,161,131,32,0,193,131,
-166,3,8,124,40,0,33,56,32,0,128,78,216,255,33,148,12,0,33,147,
-16,0,65,147,20,0,97,147,24,0,129,147,32,0,193,147,36,0,225,147,
-166,2,8,124,44,0,1,144,28,0,161,147,120,35,157,124,0,0,93,131,
-120,27,123,124,153,94,1,72,4,0,27,168,0,0,128,59,120,227,158,127,
-0,0,30,124,10,0,0,61,36,119,8,57,4,0,3,145,8,0,67,147,
-0,0,125,144,120,227,159,127,184,0,128,64,16,0,59,59,46,248,121,124,
-0,0,3,44,152,0,130,65,7,0,59,137,116,7,41,125,239,255,9,44,
-88,0,130,64,104,0,91,129,180,1,10,128,120,219,99,127,166,3,9,124,
-33,4,128,78,64,240,3,124,44,0,130,65,46,248,121,124,104,0,131,129,
-196,0,172,128,120,235,164,127,166,3,169,124,33,4,128,78,4,0,27,168,
-0,0,3,44,56,0,130,65,64,0,0,72,4,0,27,168,1,0,222,59,
-4,0,255,59,60,0,0,72,104,0,131,129,196,0,172,128,120,235,164,127,
-166,3,169,124,33,4,128,78,4,0,27,168,0,0,3,44,16,0,130,64,
-4,0,255,59,1,0,222,59,16,0,0,72,1,0,156,59,4,0,255,59,
-1,0,222,59,0,0,30,124,80,255,128,65,0,0,125,128,120,227,132,127,
-161,99,1,72,0,0,93,147,32,0,193,131,20,0,97,131,24,0,129,131,
-36,0,225,131,28,0,161,131,16,0,65,131,44,0,1,128,12,0,33,131,
-1,0,96,56,166,3,8,124,40,0,33,56,32,0,128,78,224,255,33,148,
-16,0,129,147,20,0,161,147,24,0,193,147,28,0,225,147,166,2,8,124,
-36,0,1,144,12,0,97,147,120,27,123,124,4,0,27,168,0,0,224,59,
-120,251,253,127,0,0,29,124,120,35,156,124,120,251,254,127,68,0,128,64,
-20,242,123,125,16,0,107,128,0,0,3,44,36,0,130,65,104,0,131,129,
-180,0,12,128,120,227,132,127,166,3,9,124,33,4,128,78,4,0,27,168,
-20,26,156,127,20,26,255,127,1,0,189,59,0,0,29,124,4,0,222,59,
-196,255,128,65,120,251,227,127,28,0,225,131,20,0,161,131,24,0,193,131,
-36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,
-32,0,128,78,224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,
-28,0,225,147,166,2,8,124,36,0,1,144,12,0,97,147,120,27,123,124,
-4,0,27,168,0,0,224,59,120,251,253,127,0,0,29,124,120,35,156,124,
-120,251,254,127,68,0,128,64,20,242,123,125,16,0,107,128,0,0,3,44,
-36,0,130,65,104,0,131,129,172,0,12,128,120,227,132,127,166,3,9,124,
-33,4,128,78,4,0,27,168,20,26,156,127,20,26,255,127,1,0,189,59,
-0,0,29,124,4,0,222,59,196,255,128,65,120,251,227,127,28,0,225,131,
-20,0,161,131,24,0,193,131,36,0,1,128,16,0,129,131,12,0,97,131,
-166,3,8,124,32,0,33,56,32,0,128,78,232,255,33,148,8,0,129,147,
-12,0,161,147,16,0,193,147,166,2,8,124,28,0,1,144,20,0,225,147,
-120,27,127,124,4,0,31,168,0,0,160,59,0,0,29,124,120,35,156,124,
-120,235,190,127,60,0,128,64,20,242,127,125,16,0,107,128,0,0,3,44,
-28,0,130,65,104,0,131,129,164,0,12,128,120,227,132,127,166,3,9,124,
-33,4,128,78,4,0,31,168,1,0,189,59,0,0,29,124,4,0,222,59,
-204,255,128,65,16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,224,255,33,148,
-12,0,97,147,20,0,161,147,24,0,193,147,28,0,225,147,166,2,8,124,
-36,0,1,144,16,0,129,147,120,27,124,124,2,0,92,137,0,0,32,57,
-255,255,64,85,120,35,157,124,1,0,224,59,0,0,61,145,44,0,130,65,
-20,0,161,131,28,0,225,131,24,0,193,131,16,0,129,131,36,0,1,128,
-12,0,97,131,0,0,96,56,166,3,8,124,32,0,33,56,32,0,128,78,
-4,0,28,168,0,0,96,59,0,0,27,124,120,219,126,127,88,0,128,64,
-20,242,124,125,16,0,107,128,0,0,3,44,56,0,130,65,104,0,131,129,
-156,0,236,128,120,235,164,127,166,3,233,124,33,4,128,78,0,0,3,44,
-20,0,130,65,4,0,28,168,1,0,123,59,4,0,222,59,20,0,0,72,
-0,0,224,59,20,0,0,72,4,0,222,59,1,0,123,59,0,0,27,124,
-176,255,128,65,120,251,227,127,28,0,225,131,20,0,161,131,24,0,193,131,
-36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,
-32,0,128,78,232,255,33,148,12,0,161,147,16,0,193,147,20,0,225,147,
-166,2,8,124,28,0,1,144,8,0,129,147,120,27,124,124,4,0,60,169,
-0,0,160,59,0,72,29,124,1,0,224,59,120,235,190,127,80,0,128,64,
-20,242,124,125,16,0,107,128,0,0,3,44,48,0,130,65,104,0,131,129,
-148,0,12,128,166,3,9,124,33,4,128,78,4,0,60,169,0,0,3,44,
-16,0,130,65,4,0,222,59,1,0,189,59,16,0,0,72,0,0,224,59,
-4,0,222,59,1,0,189,59,0,72,29,124,184,255,128,65,120,251,227,127,
-20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,8,0,129,131,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,20,0,225,147,
-166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,1,0,126,136,
-137,219,255,75,121,27,127,124,180,0,130,65,104,0,95,129,140,0,10,128,
-120,243,196,127,0,0,160,56,128,0,192,56,8,0,225,56,8,0,161,144,
-166,3,9,124,33,4,128,78,121,27,126,124,60,0,129,64,104,0,159,129,
-188,1,12,128,120,251,227,127,166,3,9,124,33,4,128,78,0,0,3,44,
-32,0,130,64,120,251,228,127,0,0,96,56,197,144,249,75,120,27,127,124,
-11,0,96,60,44,8,99,56,105,200,254,75,0,0,30,44,72,0,130,64,
-11,0,96,60,64,8,99,56,85,200,254,75,104,0,95,129,244,0,10,128,
-120,251,227,127,166,3,9,124,33,4,128,78,0,0,31,44,28,0,130,65,
-104,0,159,129,164,1,12,128,120,251,227,127,3,0,128,56,166,3,9,124,
-33,4,128,78,0,0,224,59,28,0,1,128,120,251,227,127,20,0,225,131,
-16,0,193,131,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-8,0,129,147,12,0,161,147,16,0,193,147,166,2,8,124,28,0,1,144,
-20,0,225,147,120,27,127,124,4,0,31,168,0,0,160,59,0,0,29,124,
-120,35,156,124,120,235,190,127,60,0,128,64,20,242,127,125,16,0,107,128,
-0,0,3,44,28,0,130,65,104,0,131,129,132,0,12,128,120,227,132,127,
-166,3,9,124,33,4,128,78,4,0,31,168,1,0,189,59,0,0,29,124,
-4,0,222,59,204,255,128,65,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-232,255,33,148,12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,
-28,0,1,144,8,0,129,147,120,27,124,124,4,0,28,168,0,0,160,59,
-0,0,29,124,120,35,158,124,120,235,191,127,116,0,128,64,20,250,124,125,
-16,0,107,128,0,0,3,44,84,0,130,65,104,0,131,129,124,0,12,128,
-120,243,196,127,166,3,9,124,33,4,128,78,0,0,3,44,20,0,130,65,
-4,0,28,168,1,0,189,59,4,0,255,59,48,0,0,72,20,0,225,131,
-16,0,193,131,12,0,161,131,28,0,1,128,8,0,129,131,0,0,96,56,
-166,3,8,124,24,0,33,56,32,0,128,78,4,0,255,59,1,0,189,59,
-0,0,29,124,148,255,128,65,20,0,225,131,16,0,193,131,12,0,161,131,
-28,0,1,128,8,0,129,131,1,0,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,16,0,193,147,20,0,225,147,166,2,8,124,
-28,0,1,144,12,0,161,147,120,27,125,124,4,0,61,169,0,0,192,59,
-0,72,30,124,120,243,223,127,108,0,128,64,20,250,125,125,16,0,107,128,
-0,0,3,44,76,0,130,65,104,0,131,129,116,0,12,128,166,3,9,124,
-33,4,128,78,1,0,3,44,20,0,130,65,4,0,61,169,1,0,222,59,
-4,0,255,59,44,0,0,72,20,0,225,131,16,0,193,131,28,0,1,128,
-12,0,161,131,1,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-4,0,255,59,1,0,222,59,0,72,30,124,156,255,128,65,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,0,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,232,255,33,148,16,0,193,147,20,0,225,147,
-166,2,8,124,28,0,1,144,12,0,161,147,120,27,125,124,4,0,61,169,
-0,0,192,59,0,72,30,124,120,243,223,127,108,0,128,64,20,250,125,125,
-16,0,107,128,0,0,3,44,76,0,130,65,104,0,131,129,108,0,12,128,
-166,3,9,124,33,4,128,78,1,0,3,44,20,0,130,65,4,0,61,169,
-1,0,222,59,4,0,255,59,44,0,0,72,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,1,0,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,4,0,255,59,1,0,222,59,0,72,30,124,156,255,128,65,
-20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,0,0,96,56,
-166,3,8,124,24,0,33,56,32,0,128,78,224,255,33,148,8,0,65,147,
-16,0,129,147,20,0,161,147,24,0,193,147,28,0,225,147,166,2,8,124,
-36,0,1,144,12,0,97,147,120,35,155,124,0,0,187,131,120,27,122,124,
-120,51,222,124,120,43,188,124,253,85,1,72,28,0,251,131,120,219,102,127,
-120,243,197,127,10,0,32,61,15,0,64,57,120,227,132,127,28,0,91,145,
-36,119,41,57,4,0,35,145,8,0,163,147,0,0,123,144,1,0,96,56,
-101,250,254,75,0,0,155,128,81,248,252,75,104,0,250,128,20,0,7,128,
-0,0,155,129,11,0,96,57,166,3,9,124,28,0,123,145,120,219,100,127,
-1,0,3,56,120,211,67,127,0,0,12,176,33,4,128,78,28,0,251,147,
-0,0,187,147,24,0,193,131,16,0,129,131,20,0,161,131,28,0,225,131,
-36,0,1,128,12,0,97,131,8,0,65,131,166,3,8,124,32,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,0,0,96,60,
-68,71,99,56,11,0,128,60,88,8,132,56,0,0,160,56,133,241,252,75,
-0,0,96,60,116,71,99,56,11,0,128,60,104,8,132,56,1,0,160,56,
-9,241,252,75,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-104,0,131,129,4,1,12,128,166,3,9,124,32,4,128,78,0,0,3,44,
-32,0,130,77,255,7,128,84,32,0,130,77,16,176,254,75,0,0,96,56,
-32,0,128,78,34,1,96,56,32,0,128,78,0,0,96,56,32,0,128,78,
-42,1,96,56,32,0,128,78,255,255,96,56,32,0,128,78,100,0,131,128,
-96,0,99,128,32,0,128,78,44,1,96,56,32,0,128,78,1,0,96,56,
-32,0,128,78,104,0,131,129,20,0,12,128,166,3,9,124,32,4,128,78,
-104,0,131,129,20,0,12,128,166,3,9,124,32,4,128,78,104,0,131,129,
-12,0,12,128,166,3,9,124,32,4,128,78,104,0,131,129,20,0,12,128,
-166,3,9,124,32,4,128,78,0,0,96,56,120,27,100,124,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,
-8,0,193,147,120,35,158,124,80,0,130,65,84,0,31,128,0,0,0,44,
-12,0,128,61,120,251,140,57,104,0,159,145,24,0,130,65,11,0,96,60,
-124,8,99,56,150,6,128,56,0,0,160,56,57,100,248,75,108,0,159,168,
-11,0,96,60,144,8,99,56,5,195,254,75,255,7,203,87,12,0,130,65,
-120,251,227,127,21,175,254,75,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,184,255,33,148,60,0,161,147,
-56,0,129,147,44,0,33,147,48,0,65,147,52,0,97,147,64,0,193,147,
-68,0,225,147,166,2,8,124,76,0,1,144,16,0,102,129,4,0,38,129,
-12,0,33,145,24,0,97,145,8,0,6,129,120,27,124,124,112,0,28,128,
-0,0,96,57,20,0,97,145,28,0,134,129,20,2,8,124,16,0,1,144,
-36,0,129,145,24,0,6,160,32,0,1,176,32,0,1,128,20,0,70,171,
-0,0,230,131,120,91,121,125,120,43,190,124,120,35,157,124,184,7,0,84,
-32,0,1,144,89,83,1,72,8,0,97,59,10,0,0,60,36,119,0,48,
-4,0,3,144,8,0,227,147,8,0,97,144,110,0,252,171,0,248,26,124,
-40,0,128,65,20,0,251,179,120,235,163,127,120,243,196,127,80,208,95,127,
-53,7,90,127,120,219,101,127,1,0,57,59,140,0,130,64,40,0,0,72,
-120,211,95,127,20,0,251,179,120,235,163,127,120,243,196,127,80,208,95,127,
-53,7,90,127,120,219,101,127,1,0,57,59,100,0,130,64,166,0,0,124,
-94,4,8,84,36,1,0,125,0,0,123,129,0,0,75,169,0,128,12,112,
-20,202,74,125,0,0,75,177,166,0,224,124,94,4,231,84,120,99,231,124,
-36,1,224,124,29,14,255,75,64,0,193,131,56,0,129,131,52,0,97,131,
-60,0,161,131,68,0,225,131,76,0,1,128,48,0,65,131,44,0,33,131,
-166,3,8,124,72,0,33,56,32,0,128,78,237,13,255,75,16,0,251,128,
-4,0,91,129,16,0,138,129,44,72,224,87,80,96,39,125,81,0,9,124,
-52,7,57,127,24,0,128,65,36,0,42,129,81,0,9,124,0,0,224,56,
-20,0,74,57,240,255,128,64,12,0,155,129,8,0,123,129,20,74,7,125,
-4,0,91,145,20,2,8,124,16,0,27,144,112,254,231,127,20,248,43,125,
-8,0,59,145,20,57,76,125,12,0,91,145,232,254,255,75,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,8,0,193,147,120,35,158,124,
-24,0,62,161,184,7,41,85,57,7,32,85,9,0,0,56,24,0,62,177,
-8,0,130,64,6,0,0,56,110,0,131,169,20,0,126,169,0,96,11,124,
-108,0,131,168,80,0,129,65,8,0,254,131,112,0,3,129,120,243,197,127,
-0,0,64,57,12,0,94,145,120,35,131,124,120,3,4,124,20,66,31,124,
-8,0,30,144,25,13,255,75,8,0,254,147,0,0,128,57,12,0,158,145,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,120,3,5,124,120,243,198,127,169,253,255,75,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-108,0,131,169,64,32,12,124,30,0,0,84,64,0,130,64,1,0,35,137,
-7,0,67,137,116,7,74,125,251,255,96,57,64,88,10,124,1,0,0,96,
-116,7,41,125,30,128,32,81,24,0,130,65,247,255,128,57,64,96,10,124,
-16,0,130,64,8,0,0,96,8,0,0,72,16,0,0,96,120,3,3,124,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-120,27,127,124,7,0,63,137,116,7,41,125,31,0,9,44,0,0,0,56,
-28,0,130,64,0,0,64,57,2,0,95,153,88,0,95,145,92,0,95,145,
-255,255,32,57,7,0,63,153,0,0,9,44,12,0,130,64,255,255,96,57,
-7,0,127,153,108,0,127,168,16,0,3,40,32,0,128,64,116,0,159,129,
-0,0,12,44,20,0,130,65,157,102,248,75,110,0,127,176,1,0,96,56,
-24,0,0,72,0,0,32,57,7,0,63,153,0,1,96,56,110,0,127,176,
-120,3,3,124,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,184,255,33,148,52,0,97,147,44,0,33,147,48,0,65,147,
-56,0,129,147,64,0,193,147,68,0,225,147,166,2,8,124,76,0,1,144,
-60,0,161,147,120,43,189,124,20,0,253,171,120,27,123,124,110,0,187,168,
-0,40,31,124,120,35,156,124,60,0,129,65,8,0,253,131,112,0,27,128,
-108,0,123,168,0,0,64,57,120,235,165,127,12,0,93,145,20,2,223,124,
-8,0,221,144,229,247,254,75,120,27,126,124,8,0,253,147,0,0,96,57,
-12,0,125,145,12,1,0,72,16,0,221,128,4,0,157,129,12,0,129,145,
-24,0,193,144,8,0,29,129,112,0,27,128,0,0,32,59,20,2,8,124,
-20,0,33,147,16,0,1,144,28,0,29,128,0,0,253,128,8,0,225,144,
-36,0,1,144,24,0,29,160,32,0,1,176,32,0,1,128,8,0,65,59,
-184,7,0,84,32,0,1,144,0,248,5,124,108,0,123,168,120,251,253,127,
-8,0,128,64,120,43,189,124,52,7,189,127,20,0,186,179,120,211,69,127,
-120,227,132,127,89,247,254,75,0,0,25,44,24,0,130,65,81,248,253,127,
-12,0,121,144,120,27,121,124,24,0,130,64,120,0,0,72,81,248,253,127,
-120,27,126,124,120,27,121,124,104,0,130,65,16,0,186,128,4,0,26,129,
-16,0,136,129,44,72,160,87,80,96,197,124,81,0,6,124,24,0,128,65,
-36,0,200,128,81,0,6,124,0,0,160,56,20,0,8,57,240,255,128,64,
-12,0,154,129,20,50,197,124,110,0,187,168,8,0,122,129,4,0,26,145,
-20,2,6,124,16,0,26,144,112,254,170,127,20,232,235,124,8,0,250,144,
-20,81,12,125,12,0,26,145,76,255,255,75,60,0,161,131,120,243,195,127,
-64,0,193,131,52,0,97,131,56,0,129,131,68,0,225,131,76,0,1,128,
-48,0,65,131,44,0,33,131,166,3,8,124,72,0,33,56,32,0,128,78,
-184,255,33,148,52,0,97,147,60,0,161,147,40,0,1,147,44,0,33,147,
-48,0,65,147,56,0,129,147,64,0,193,147,68,0,225,147,166,2,8,124,
-76,0,1,144,4,0,5,129,16,0,5,128,120,51,222,124,12,0,1,145,
-24,0,1,144,8,0,197,128,120,27,123,124,120,59,253,124,112,0,251,128,
-20,58,134,125,16,0,129,145,0,0,128,57,20,0,129,145,0,0,229,131,
-28,0,197,128,36,0,193,144,24,0,5,160,32,0,1,176,32,0,33,129,
-20,0,69,171,120,99,153,125,120,35,156,124,184,7,41,85,32,0,33,145,
-53,78,1,72,8,0,1,59,10,0,128,61,36,119,140,57,4,0,131,145,
-8,0,227,147,8,0,97,144,110,0,251,171,0,248,26,124,44,0,128,65,
-20,0,248,179,120,227,132,127,120,195,5,127,120,243,198,127,80,208,95,127,
-53,7,90,127,120,235,167,127,1,0,57,59,152,0,130,64,44,0,0,72,
-120,211,95,127,20,0,248,179,120,227,132,127,120,195,5,127,120,243,198,127,
-80,208,95,127,53,7,90,127,120,235,167,127,1,0,57,59,108,0,130,64,
-166,0,96,125,94,4,96,85,36,1,0,124,0,0,152,129,0,0,44,169,
-0,128,107,113,20,202,41,125,0,0,44,177,166,0,0,124,94,4,0,84,
-120,91,0,124,36,1,0,124,108,0,123,168,205,247,254,75,52,0,97,131,
-64,0,193,131,60,0,161,131,48,0,65,131,56,0,129,131,68,0,225,131,
-76,0,1,128,44,0,33,131,40,0,1,131,166,3,8,124,72,0,33,56,
-32,0,128,78,108,0,123,168,149,247,254,75,16,0,120,129,4,0,152,129,
-16,0,44,129,44,72,230,87,80,72,171,124,81,48,197,124,52,7,57,127,
-24,0,128,65,36,0,172,128,81,48,197,124,0,0,96,57,20,0,140,57,
-240,255,128,64,12,0,24,129,8,0,248,128,4,0,152,145,20,42,75,125,
-20,50,10,124,16,0,24,144,112,254,235,127,20,248,167,124,8,0,184,144,
-20,89,200,124,12,0,216,144,20,234,31,124,20,0,0,72,5,0,126,137,
-81,0,11,124,12,0,128,65,8,0,222,131,120,3,29,124,0,0,0,44,
-232,255,129,65,176,254,255,75,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,8,0,193,147,120,27,126,124,108,0,30,168,64,32,0,124,
-35,1,224,59,32,0,130,65,12,0,225,131,20,0,1,128,8,0,193,131,
-35,1,96,56,166,3,8,124,16,0,33,56,32,0,128,78,0,0,197,136,
-117,7,198,124,1,0,5,136,116,7,0,124,8,1,130,64,3,0,197,136,
-116,7,198,124,16,0,6,40,248,0,128,64,12,0,0,44,28,0,130,65,
-13,0,0,44,20,0,130,65,15,0,0,44,12,0,130,65,18,0,0,44,
-216,0,130,64,2,0,62,137,255,7,41,85,36,1,224,59,32,0,130,65,
-12,0,37,129,19,0,5,136,255,7,0,84,0,8,103,49,148,1,136,125,
-60,0,130,65,28,0,0,72,12,0,37,129,19,0,5,136,255,7,0,84,
-120,59,235,124,120,67,12,125,32,0,130,65,0,0,12,40,0,8,41,57,
-136,0,129,65,36,0,128,65,64,72,11,124,124,0,129,65,24,0,0,72,
-0,0,12,40,112,0,129,65,12,0,128,65,64,72,11,124,100,0,129,65,
-8,0,165,128,14,0,62,169,104,0,94,129,255,255,0,56,7,0,30,152,
-188,1,74,129,120,243,195,127,116,0,254,144,120,0,126,145,112,0,190,144,
-0,0,224,59,108,0,222,176,100,0,254,147,150,75,231,124,92,0,254,147,
-88,0,254,147,166,3,73,125,96,0,254,144,33,4,128,78,1,0,3,44,
-16,0,130,65,35,1,224,59,255,255,128,57,108,0,158,177,20,0,1,128,
-120,251,227,127,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,120,27,107,124,108,0,11,168,64,0,4,124,0,0,96,56,
-32,0,130,76,112,0,11,128,120,0,235,128,0,0,101,129,80,88,32,125,
-64,56,9,124,0,0,64,57,4,0,69,145,0,0,37,145,8,0,128,64,
-2,0,96,56,32,0,128,78,0,0,4,44,0,0,0,56,20,0,130,64,
-108,0,131,169,64,40,12,124,8,0,130,64,32,1,0,56,120,3,3,124,
-32,0,128,78,255,255,0,56,64,0,4,124,120,27,107,124,0,0,96,56,
-32,0,130,65,251,255,192,56,64,48,4,124,120,0,130,65,239,255,224,56,
-64,56,4,124,156,0,130,65,168,0,0,72,7,0,11,137,116,7,8,125,
-251,255,8,44,152,0,130,64,100,0,235,128,88,0,43,129,92,0,75,129,
-64,56,10,124,96,0,203,128,128,0,128,65,12,0,129,65,64,48,9,124,
-116,0,128,65,84,0,75,129,0,0,10,44,7,0,139,152,20,0,130,65,
-1,0,0,57,5,1,10,153,0,0,0,56,84,0,11,144,0,0,0,57,
-88,0,11,145,92,0,11,145,32,0,128,78,7,0,203,136,116,7,198,124,
-255,255,6,44,52,0,130,64,0,0,235,136,117,7,231,124,40,0,130,64,
-7,0,139,152,0,0,32,57,88,0,43,145,92,0,43,145,32,0,128,78,
-108,0,11,168,64,40,0,124,8,0,130,64,32,1,96,56,32,0,128,78,
-240,255,33,148,120,35,140,124,166,2,8,124,20,0,1,144,12,0,225,147,
-120,27,127,124,0,0,191,152,1,0,12,136,6,0,31,152,0,0,7,129,
-1,0,160,56,1,0,200,56,4,0,191,176,0,0,199,144,1,0,31,153,
-5,0,12,136,116,7,0,124,16,0,255,147,7,0,31,152,2,0,12,137,
-116,7,8,125,2,0,8,44,10,0,31,177,12,0,128,65,31,0,0,44,
-12,0,130,64,7,0,0,57,10,0,31,177,8,0,12,128,112,0,31,144,
-12,0,204,128,1,0,32,57,48,64,39,125,120,0,223,144,116,0,223,144,
-52,7,231,124,8,0,255,176,14,0,255,176,255,255,71,57,12,0,95,177,
-19,0,12,136,2,0,31,152,6,0,108,161,150,59,6,125,126,4,106,85,
-214,65,106,124,22,64,138,124,3,0,204,136,0,4,160,56,116,7,198,124,
-108,0,223,176,0,0,192,56,165,211,254,75,104,0,63,129,188,1,9,128,
-88,0,127,144,166,3,9,124,120,251,227,127,92,0,159,144,33,4,128,78,
-116,0,223,128,14,0,31,169,0,0,128,57,150,67,166,124,121,43,138,125,
-96,0,191,144,100,0,159,145,20,0,130,64,1,0,128,56,96,0,159,144,
-0,0,160,56,100,0,191,144,20,0,1,128,12,0,225,131,1,0,96,56,
-16,0,33,56,166,3,8,124,32,0,128,78,0,0,96,56,0,0,100,144,
-32,0,128,78,120,26,128,124,52,0,12,124,126,217,131,85,32,0,128,78,
-216,255,33,148,32,0,193,147,28,0,161,147,166,2,8,124,36,0,225,147,
-24,0,129,147,44,0,1,144,120,27,125,124,84,0,125,128,120,35,158,124,
-3,0,30,44,120,27,124,124,120,43,191,124,124,0,130,64,7,0,29,136,
-116,7,0,124,64,0,31,124,108,0,130,64,251,255,0,44,100,0,130,64,
-0,0,3,44,20,0,130,65,0,0,224,56,84,0,253,144,1,0,32,57,
-5,1,60,153,120,235,163,127,16,0,129,56,53,217,255,75,104,0,157,129,
-28,1,12,128,20,0,193,128,16,0,161,128,120,235,163,127,166,3,9,124,
-33,4,128,78,104,0,61,129,204,0,9,128,255,255,128,56,120,235,163,127,
-8,0,193,56,120,35,133,124,166,3,9,124,33,4,128,78,0,0,30,44,
-48,0,130,64,7,0,125,137,116,7,107,125,64,88,31,124,32,0,130,64,
-84,0,157,129,0,0,12,44,20,0,130,65,0,0,0,56,84,0,29,144,
-1,0,192,56,5,1,220,152,1,0,30,44,168,0,130,64,7,0,29,136,
-116,7,0,124,64,0,31,124,152,0,130,64,84,0,125,128,0,0,3,44,
-140,0,130,64,3,0,29,137,0,0,8,44,128,0,130,64,251,255,0,44,
-16,0,130,64,0,0,96,56,89,193,253,75,84,0,125,144,0,0,3,44,
-100,0,130,65,120,235,164,127,61,234,253,75,0,0,3,44,76,0,130,65,
-84,0,125,128,0,0,3,44,24,0,130,65,240,13,67,129,12,0,106,129,
-3,0,128,56,166,3,105,125,33,4,128,78,0,0,128,57,84,0,157,145,
-32,0,193,131,36,0,225,131,44,0,1,128,28,0,161,131,24,0,129,131,
-166,3,8,124,40,0,33,56,32,0,128,78,1,0,0,56,3,0,29,152,
-32,0,193,131,36,0,225,131,44,0,1,128,28,0,161,131,24,0,129,131,
-166,3,8,124,40,0,33,56,32,0,128,78,240,255,33,148,8,0,193,147,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,108,0,31,168,
-64,32,0,124,40,0,130,64,84,0,159,129,0,0,12,44,20,0,130,65,
-1,0,96,57,5,1,108,153,0,0,128,57,84,0,159,145,255,255,0,56,
-108,0,31,176,6,0,31,136,12,0,0,44,76,0,130,65,104,0,159,129,
-188,1,12,128,120,251,227,127,166,3,9,124,33,4,128,78,6,0,127,136,
-81,200,255,75,104,0,131,129,172,1,12,128,120,27,126,124,120,251,228,127,
-166,3,9,124,33,4,128,78,0,0,31,44,16,0,130,65,120,251,227,127,
-120,243,196,127,189,125,249,75,12,0,225,131,20,0,1,128,8,0,193,131,
-0,0,96,56,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,7,0,159,137,
-116,7,140,125,251,255,12,44,16,0,130,64,11,0,96,60,116,9,99,56,
-37,181,254,75,1,0,159,136,108,0,191,168,11,0,96,60,128,9,99,56,
-116,7,132,124,13,181,254,75,116,0,159,128,112,0,191,128,11,0,96,60,
-144,9,99,56,249,180,254,75,120,251,227,127,213,213,255,75,100,0,3,28,
-11,0,96,60,168,9,99,56,112,86,0,124,148,1,128,124,217,180,254,75,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-232,255,33,148,12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,
-28,0,1,144,6,0,3,137,120,35,158,124,1,0,30,153,7,0,67,137,
-0,0,224,59,5,0,94,153,0,0,254,155,1,0,3,136,120,27,125,124,
-4,0,30,152,101,213,255,75,84,0,93,129,7,0,0,56,2,0,30,152,
-108,0,29,168,3,0,30,152,112,0,189,128,8,0,190,144,116,0,221,128,
-6,0,30,161,52,7,99,124,126,4,104,80,255,255,106,49,16,81,43,125,
-12,0,222,144,32,124,40,81,6,0,30,177,2,0,253,136,19,0,254,152,
-16,0,254,179,18,0,254,155,28,0,1,128,20,0,225,131,12,0,161,131,
-16,0,193,131,1,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,108,0,3,168,16,0,0,40,
-0,0,96,56,20,0,128,64,0,0,132,128,120,3,3,124,33,250,254,75,
-1,0,96,56,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,108,0,3,168,16,0,0,40,
-0,0,96,56,120,35,139,124,60,0,128,64,24,0,75,161,57,7,74,85,
-0,0,139,128,120,3,3,124,32,0,130,65,24,0,11,160,254,207,12,84,
-1,0,133,105,62,6,165,84,17,250,254,75,1,0,96,56,12,0,0,72,
-173,252,254,75,1,0,96,56,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-8,0,193,147,120,35,158,124,24,0,94,161,184,7,74,85,120,27,108,124,
-57,7,75,85,24,0,94,177,9,0,128,56,8,0,130,64,6,0,128,56,
-8,0,254,131,112,0,12,128,108,0,108,168,0,0,32,57,120,243,197,127,
-12,0,62,145,20,2,159,125,8,0,158,145,233,235,254,75,8,0,254,147,
-0,0,96,57,12,0,126,145,29,229,252,75,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-8,0,193,147,166,2,8,124,20,0,1,144,12,0,225,147,120,35,159,124,
-24,0,31,161,184,7,8,85,120,27,106,124,57,7,9,85,24,0,31,177,
-9,0,128,56,8,0,130,64,6,0,128,56,20,0,127,169,110,0,138,169,
-0,96,11,124,120,51,199,124,120,43,166,124,120,251,229,127,72,0,129,65,
-112,0,10,128,8,0,223,131,108,0,106,168,0,0,32,57,12,0,63,145,
-20,2,30,124,8,0,31,144,189,237,254,75,8,0,223,147,0,0,128,57,
-12,0,159,145,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,120,83,67,125,141,244,255,75,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-0,0,0,57,1,0,0,56,32,0,64,57,166,3,73,125,48,64,9,124,
-57,72,139,124,24,0,130,65,108,0,131,169,64,96,8,124,12,0,130,64,
-0,0,96,56,32,0,128,78,1,0,8,57,220,255,0,66,1,0,96,56,
-32,0,128,78,120,35,140,124,24,0,76,161,0,0,0,56,57,7,74,85,
-9,0,128,56,0,0,5,144,8,0,130,64,6,0,128,56,120,99,133,125,
-88,242,255,75,224,255,33,148,0,0,6,44,8,0,65,147,12,0,97,147,
-16,0,129,147,24,0,193,147,28,0,225,147,166,2,8,124,36,0,1,144,
-20,0,161,147,120,35,157,124,0,0,253,131,4,0,157,131,28,0,93,131,
-16,0,221,131,13,0,32,57,28,0,61,145,120,27,123,124,0,0,64,57,
-4,0,189,144,16,0,93,145,8,0,130,65,0,0,221,144,104,0,123,129,
-12,0,139,129,120,219,99,127,120,235,164,127,166,3,137,125,33,4,128,78,
-24,0,29,160,0,0,253,147,28,0,93,147,4,0,157,147,57,7,0,84,
-16,0,221,147,9,0,128,56,8,0,130,64,6,0,128,56,120,219,99,127,
-120,235,165,127,181,241,255,75,24,0,193,131,16,0,129,131,20,0,161,131,
-28,0,225,131,36,0,1,128,12,0,97,131,8,0,65,131,166,3,8,124,
-32,0,33,56,32,0,128,78,116,0,3,128,0,0,0,44,1,0,96,57,
-0,0,128,57,12,0,130,65,120,3,11,124,0,0,128,57,120,91,99,125,
-120,99,132,125,32,0,128,78,240,255,33,148,8,0,193,147,166,2,8,124,
-20,0,1,144,12,0,225,147,120,35,159,124,28,0,31,128,0,0,0,44,
-0,0,64,57,8,0,130,64,3,0,64,57,110,0,3,168,20,0,159,169,
-0,0,12,124,108,0,131,168,80,0,129,65,112,0,3,128,8,0,223,131,
-120,251,229,127,120,35,131,124,20,2,254,124,8,0,255,144,120,83,68,125,
-0,0,64,57,12,0,95,145,213,252,254,75,8,0,223,147,0,0,128,57,
-12,0,159,145,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,120,83,69,125,120,251,230,127,101,237,255,75,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,32,0,128,78,32,0,128,78,255,127,96,56,32,0,128,78,
-255,127,96,56,32,0,128,78,104,0,131,129,252,0,12,128,166,3,9,124,
-32,4,128,78,32,0,128,78,255,255,96,56,32,0,128,78,32,0,128,78,
-35,1,96,56,32,0,128,78,35,1,96,56,32,0,128,78,34,1,96,56,
-32,0,128,78,0,0,96,56,32,0,128,78,34,1,96,56,32,0,128,78,
-34,1,96,56,32,0,128,78,1,0,96,56,32,0,128,78,0,0,96,56,
-32,0,128,78,0,0,96,56,32,0,128,78,32,0,128,78,32,0,128,78,
-2,0,3,136,254,255,12,84,0,0,96,57,0,0,100,145,1,0,131,105,
-32,0,128,78,2,0,3,136,250,7,0,84,2,0,3,152,0,0,96,56,
-32,0,128,78,0,0,96,56,32,0,128,78,0,0,96,56,32,0,128,78,
-0,0,96,56,32,0,128,78,34,1,96,56,32,0,128,78,0,0,96,56,
-32,0,128,78,42,1,96,56,32,0,128,78,255,255,96,56,32,0,128,78,
-100,0,131,128,96,0,99,128,32,0,128,78,44,1,96,56,32,0,128,78,
-1,0,96,56,32,0,128,78,104,0,131,129,20,0,12,128,166,3,9,124,
-32,4,128,78,104,0,131,129,12,0,12,128,166,3,9,124,32,4,128,78,
-104,0,131,129,20,0,12,128,166,3,9,124,32,4,128,78,0,0,96,56,
-120,27,100,124,32,0,128,78,232,255,33,148,0,0,6,44,166,2,8,124,
-28,0,1,144,12,0,161,147,120,27,125,124,16,0,193,147,120,35,158,124,
-20,0,225,147,120,43,191,124,64,0,130,64,58,16,192,87,20,2,157,125,
-16,0,108,128,104,0,99,129,12,0,11,128,120,251,228,127,166,3,9,124,
-33,4,128,78,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,112,0,93,129,1,0,10,44,
-104,0,130,64,2,0,29,136,0,0,159,128,120,235,163,127,2,0,0,96,
-2,0,29,152,233,184,255,75,0,0,3,44,104,0,130,64,58,16,192,87,
-20,2,93,125,16,0,106,128,104,0,99,129,20,0,139,129,0,0,0,56,
-120,251,228,127,112,0,29,144,166,3,137,125,33,4,128,78,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,58,16,192,87,20,2,125,125,16,0,107,128,104,0,67,129,
-20,0,138,129,120,251,228,127,166,3,137,125,33,4,128,78,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,136,255,33,148,48,0,193,145,52,0,225,145,56,0,1,146,
-60,0,33,146,64,0,65,146,68,0,97,146,72,0,129,146,76,0,161,146,
-84,0,225,146,88,0,1,147,92,0,33,147,96,0,65,147,100,0,97,147,
-116,0,225,147,166,2,8,124,124,0,1,144,108,0,161,147,120,43,189,124,
-80,0,193,146,120,51,214,124,104,0,129,147,120,27,124,124,0,0,96,60,
-116,71,99,56,8,0,97,144,112,0,193,147,120,35,158,124,0,0,128,56,
-201,52,2,72,52,0,101,124,127,217,160,84,16,0,130,65,4,0,188,168,
-2,0,5,44,96,0,128,64,68,0,97,130,100,0,97,131,104,0,129,131,
-72,0,129,130,64,0,65,130,96,0,65,131,108,0,161,131,76,0,161,130,
-60,0,33,130,92,0,33,131,112,0,193,131,80,0,193,130,56,0,1,130,
-88,0,1,131,116,0,225,131,84,0,225,130,52,0,225,129,124,0,1,128,
-48,0,193,129,0,0,96,56,166,3,8,124,120,0,33,56,32,0,128,78,
-28,0,30,128,28,0,160,62,172,86,181,58,40,0,1,144,0,0,192,57,
-16,0,161,146,28,0,193,145,24,0,30,160,36,0,1,176,36,0,1,129,
-0,0,126,131,184,7,8,85,36,0,1,145,173,61,1,72,10,0,0,60,
-36,119,0,48,4,0,3,144,8,0,99,147,12,0,97,144,4,0,220,168,
-0,0,195,176,0,0,157,128,4,0,189,128,12,0,125,129,20,88,36,125,
-20,0,33,145,148,1,69,125,24,0,65,145,16,0,94,131,20,0,30,171,
-4,0,62,131,120,115,222,125,0,48,30,124,8,0,125,131,8,0,28,168,
-80,0,235,126,12,0,161,59,84,2,128,64,20,0,221,177,120,211,83,127,
-120,203,52,127,120,171,163,126,120,195,18,127,81,192,23,127,0,0,224,59,
-44,72,234,86,28,0,129,65,10,0,28,168,120,235,172,127,20,0,108,169,
-255,255,38,57,48,0,32,125,68,0,0,72,16,0,25,128,80,0,58,126,
-81,80,241,124,24,0,128,65,36,0,57,130,81,56,241,124,0,0,64,59,
-20,0,57,59,240,255,128,64,10,0,28,168,120,235,172,127,20,0,108,169,
-20,138,186,124,20,58,69,127,255,255,38,57,48,0,32,125,20,2,151,124,
-80,144,68,126,120,163,143,126,120,155,112,126,20,186,107,125,121,83,87,125,
-52,7,107,125,20,0,108,177,172,0,129,64,16,0,47,130,0,0,16,44,
-84,0,129,64,4,0,207,128,0,0,175,128,112,254,8,126,20,128,37,125,
-0,0,35,145,20,65,70,125,4,0,67,145,8,0,239,128,20,130,199,124,
-8,0,195,144,12,0,47,129,80,136,48,126,81,184,241,126,120,139,37,126,
-16,0,163,144,20,130,9,125,0,0,0,58,12,0,3,145,64,0,128,64,
-52,0,0,72,0,0,175,128,0,0,163,144,4,0,207,128,4,0,195,144,
-8,0,15,129,8,0,3,145,12,0,15,129,81,184,241,126,120,139,37,126,
-16,0,163,144,12,0,3,145,12,0,128,64,20,186,37,125,16,0,35,145,
-0,0,23,44,20,0,239,57,1,0,255,59,20,0,99,56,92,255,129,65,
-0,0,18,44,100,0,129,64,8,0,92,169,0,144,10,124,120,163,143,126,
-16,0,207,128,120,147,87,126,120,155,112,126,44,72,135,84,8,0,128,64,
-120,83,87,125,80,48,48,126,81,56,241,124,24,0,128,65,36,0,47,130,
-81,56,241,124,0,0,0,58,20,0,239,57,240,255,128,64,0,0,18,44,
-20,138,208,124,120,123,244,125,20,58,102,126,12,0,129,64,44,72,234,86,
-208,254,255,75,120,227,131,127,120,219,100,127,120,235,165,127,120,179,198,126,
-169,251,255,75,8,0,125,129,12,0,220,168,56,48,106,125,4,0,220,168,
-12,0,157,129,1,0,123,59,0,48,27,124,8,0,252,168,120,59,247,124,
-16,88,106,125,212,1,140,125,8,0,125,145,12,0,157,145,28,0,128,65,
-0,0,96,59,112,254,232,124,20,56,43,125,8,0,61,145,20,65,76,125,
-12,0,93,145,0,2,31,44,44,0,128,65,11,0,96,60,184,9,99,56,
-146,4,128,56,0,0,160,56,61,75,248,75,4,0,220,168,0,0,3,44,
-12,0,130,65,1,0,222,59,8,0,0,72,1,0,222,59,0,48,30,124,
-180,253,128,65,8,0,97,128,17,48,2,72,0,0,3,44,24,0,130,65,
-11,0,96,60,204,9,99,56,185,1,128,56,0,0,160,56,249,74,248,75,
-68,0,97,130,100,0,97,131,104,0,129,131,72,0,129,130,64,0,65,130,
-96,0,65,131,108,0,161,131,76,0,161,130,60,0,33,130,92,0,33,131,
-112,0,193,131,80,0,193,130,56,0,1,130,88,0,1,131,116,0,225,131,
-84,0,225,130,52,0,225,129,124,0,1,128,48,0,193,129,1,0,96,56,
-166,3,8,124,120,0,33,56,32,0,128,78,144,255,33,148,68,0,161,146,
-60,0,97,146,64,0,129,146,72,0,193,146,76,0,225,146,80,0,1,147,
-84,0,33,147,88,0,65,147,92,0,97,147,100,0,161,147,104,0,193,147,
-108,0,225,147,166,2,8,124,116,0,1,144,96,0,129,147,120,27,124,124,
-14,0,156,170,8,0,124,170,120,35,149,124,12,0,117,131,8,0,85,131,
-0,0,32,57,120,219,119,127,121,187,42,125,120,211,86,127,120,43,189,124,
-88,0,130,65,120,179,195,126,120,187,228,126,120,163,133,126,112,254,134,126,
-93,196,254,75,112,254,104,126,22,152,131,125,214,153,4,124,214,65,195,124,
-214,153,195,127,8,0,193,147,20,2,172,124,20,50,229,127,12,0,225,147,
-4,0,124,169,214,89,30,127,12,0,92,169,0,0,10,44,16,176,120,125,
-92,0,130,65,48,0,0,72,150,163,86,125,214,153,138,125,0,0,224,56,
-8,0,129,145,12,0,225,144,4,0,92,169,214,81,12,125,12,0,92,169,
-0,0,10,44,16,176,104,125,44,0,130,65,20,0,245,171,56,80,108,125,
-20,250,204,124,64,152,6,124,10,0,28,168,48,4,100,125,20,0,129,145,
-16,0,129,144,8,2,129,64,40,0,0,72,20,0,245,171,150,155,139,124,
-214,153,164,124,80,88,133,125,20,250,204,124,64,152,6,124,16,0,129,144,
-20,0,129,145,224,1,129,64,0,160,31,124,44,0,129,64,0,0,10,44,
-36,0,130,65,120,227,131,127,120,171,164,126,120,235,166,127,8,0,161,56,
-81,250,255,75,1,0,3,44,228,1,130,65,20,0,129,129,16,0,245,128,
-8,0,33,129,12,0,65,129,4,0,213,131,28,0,21,128,40,0,225,144,
-52,0,1,144,28,0,193,147,20,96,233,124,148,1,10,125,36,0,1,145,
-32,0,225,144,24,0,21,160,48,0,1,176,48,0,1,128,0,0,117,131,
-184,7,0,84,48,0,1,144,197,56,1,72,10,0,96,61,36,119,107,57,
-4,0,99,145,8,0,99,147,24,0,97,144,8,0,156,169,20,0,1,128,
-16,0,129,128,24,0,161,56,120,235,166,127,80,96,64,125,120,227,131,127,
-44,0,65,177,173,248,255,75,44,0,33,169,12,0,193,128,8,0,161,128,
-8,0,97,59,24,0,65,59,32,0,161,144,81,248,233,127,1,0,32,59,
-36,0,193,144,52,1,129,64,16,0,90,129,16,0,30,128,44,72,41,85,
-80,0,202,124,81,72,38,125,24,0,128,65,36,0,222,128,81,72,38,125,
-0,0,64,57,20,0,222,59,240,255,128,64,8,0,252,168,0,56,31,124,
-20,50,170,124,4,0,218,147,1,0,57,59,20,74,197,124,16,0,218,144,
-84,0,129,65,20,0,250,179,166,0,0,124,94,4,7,84,36,1,224,124,
-0,0,218,128,0,0,70,169,0,128,12,112,20,202,74,125,0,0,70,177,
-166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,8,0,155,128,
-4,0,28,168,1,0,132,56,64,0,4,124,8,0,155,144,76,0,130,64,
-32,0,0,72,8,0,155,128,20,0,250,176,4,0,28,168,1,0,132,56,
-64,0,4,124,8,0,155,144,44,0,130,64,0,0,128,56,8,0,155,144,
-8,0,218,128,12,0,250,128,8,0,28,168,112,254,9,124,20,0,102,125,
-8,0,122,145,20,73,135,125,12,0,154,145,120,227,131,127,120,211,69,127,
-120,235,166,127,149,247,255,75,20,0,58,169,81,248,233,127,8,255,129,65,
-52,0,0,72,12,0,193,128,8,0,161,128,120,227,131,127,20,96,229,124,
-120,171,165,126,148,1,6,125,8,0,245,144,12,0,21,145,120,235,166,127,
-93,247,255,75,8,0,85,147,12,0,117,147,76,0,225,130,96,0,129,131,
-100,0,161,131,80,0,1,131,72,0,193,130,92,0,97,131,104,0,193,131,
-84,0,33,131,68,0,161,130,88,0,65,131,108,0,225,131,116,0,1,128,
-64,0,129,130,60,0,97,130,166,3,8,124,112,0,33,56,32,0,128,78,
-208,255,33,148,24,0,65,147,28,0,97,147,32,0,129,147,36,0,161,147,
-40,0,193,147,44,0,225,147,166,2,8,124,52,0,1,144,12,0,225,146,
-120,27,119,124,20,0,33,147,120,43,185,124,16,0,1,147,120,51,216,124,
-97,179,255,75,121,27,125,124,176,0,130,65,4,0,153,131,8,0,87,171,
-0,0,121,131,120,219,99,127,112,254,95,127,120,211,94,127,120,251,230,127,
-120,243,197,127,120,227,132,127,229,192,254,75,100,0,23,129,64,64,4,124,
-96,0,247,128,20,0,128,65,12,0,129,65,64,56,3,124,8,0,128,65,
-0,0,160,59,14,0,55,169,0,0,24,128,112,254,42,125,22,72,3,127,
-214,81,131,125,214,73,68,125,214,209,96,125,20,82,88,127,20,98,26,125,
-214,241,132,124,214,249,3,124,214,73,227,124,22,240,67,127,214,241,163,124,
-20,34,58,125,112,254,106,125,20,88,103,125,20,81,136,125,20,2,201,124,
-16,216,37,125,16,225,70,125,20,72,235,124,0,0,249,144,20,81,12,125,
-4,0,25,145,24,0,65,131,40,0,193,131,32,0,129,131,120,235,163,127,
-36,0,161,131,20,0,33,131,28,0,97,131,44,0,225,131,52,0,1,128,
-16,0,1,131,12,0,225,130,166,3,8,124,48,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-197,180,255,75,8,0,31,168,255,127,3,44,24,0,130,65,64,0,3,124,
-24,0,130,65,4,0,159,169,214,97,99,124,12,0,0,72,4,0,127,169,
-80,91,96,16,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-120,27,127,124,25,181,255,75,255,127,3,44,8,0,130,64,8,0,127,168,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-224,255,33,148,166,2,8,124,36,0,1,144,20,0,161,147,120,43,189,124,
-24,0,193,147,120,51,222,124,28,0,225,147,0,0,224,59,16,0,129,147,
-120,27,124,124,12,0,97,147,120,35,155,124,8,0,129,56,33,188,255,75,
-8,0,33,129,0,0,9,44,160,0,130,64,255,255,128,57,64,96,27,124,
-20,0,130,65,251,255,0,56,64,0,27,124,104,0,130,65,132,0,0,72,
-7,0,220,136,116,7,198,124,251,255,6,44,116,0,130,64,100,0,124,129,
-88,0,252,128,92,0,28,129,64,88,8,124,96,0,92,129,92,0,128,65,
-12,0,129,65,64,80,7,124,80,0,128,65,84,0,156,129,0,0,12,44,
-7,0,124,155,64,0,130,65,1,0,9,44,1,0,0,56,5,1,12,152,
-0,0,0,56,84,0,28,144,48,0,130,64,60,0,0,72,7,0,28,136,
-116,7,0,124,255,255,0,44,20,0,130,64,7,0,124,155,0,0,160,56,
-88,0,188,144,92,0,188,144,1,0,9,44,20,0,130,65,0,0,9,44,
-36,0,130,64,251,255,27,44,28,0,130,65,120,227,131,127,120,219,100,127,
-120,235,165,127,120,243,198,127,109,178,255,75,120,27,127,124,104,0,60,129,
-188,1,73,129,120,227,131,127,166,3,73,125,33,4,128,78,120,251,227,127,
-28,0,225,131,20,0,161,131,24,0,193,131,36,0,1,128,16,0,129,131,
-12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,
-8,0,65,147,12,0,97,147,16,0,129,147,20,0,161,147,28,0,225,147,
-24,0,193,147,120,27,126,124,166,2,8,124,36,0,1,144,0,0,0,56,
-112,0,30,144,0,0,36,137,116,7,41,125,16,0,9,44,4,0,62,177,
-1,0,4,137,6,0,30,153,12,0,129,65,0,0,9,44,64,0,130,64,
-120,75,36,125,11,0,96,60,216,9,99,56,129,162,254,75,16,0,129,131,
-24,0,193,131,28,0,225,131,20,0,161,131,12,0,97,131,36,0,1,128,
-8,0,65,131,0,0,96,56,166,3,8,124,32,0,33,56,32,0,128,78,
-8,0,68,129,12,0,4,128,0,0,74,51,88,0,94,147,148,1,96,127,
-92,0,126,147,2,0,100,137,1,0,0,57,116,7,96,125,48,0,8,125,
-80,67,137,17,5,0,0,44,10,0,30,176,108,0,30,176,255,255,40,57,
-14,0,158,177,8,0,30,177,12,0,62,177,12,0,128,64,0,0,0,44,
-12,0,130,64,9,0,0,44,64,0,129,64,120,3,4,124,11,0,96,60,
-20,10,99,56,233,161,254,75,16,0,129,131,24,0,193,131,28,0,225,131,
-20,0,161,131,12,0,97,131,36,0,1,128,8,0,65,131,0,0,96,56,
-166,3,8,124,32,0,33,56,32,0,128,78,120,243,195,127,65,183,255,75,
-121,27,127,124,24,0,130,64,100,0,158,128,96,0,126,128,121,27,128,124,
-72,1,130,64,40,1,0,72,4,0,62,169,0,0,128,56,0,72,4,124,
-120,35,133,124,120,35,134,124,224,0,128,64,20,50,94,125,16,0,234,128,
-14,0,7,169,32,0,96,57,0,0,64,57,1,0,128,57,166,3,105,125,
-48,80,139,125,64,64,11,124,16,0,130,65,1,0,74,57,240,255,0,66,
-20,0,0,72,10,0,158,169,0,0,12,44,144,0,130,64,72,0,0,72,
-80,67,9,16,10,0,190,176,104,0,190,128,28,0,197,128,0,0,224,56,
-120,243,195,127,8,0,30,177,14,0,30,176,12,0,254,176,166,3,201,124,
-33,4,128,78,14,0,190,168,112,254,166,124,109,188,254,75,96,0,126,144,
-100,0,158,144,128,0,0,72,104,0,190,128,28,0,197,128,80,67,9,16,
-10,0,94,177,255,255,232,56,120,243,195,127,8,0,30,177,14,0,30,176,
-12,0,254,176,166,3,201,124,33,4,128,78,14,0,190,168,112,254,166,124,
-41,188,254,75,96,0,126,144,100,0,158,144,60,0,0,72,1,0,132,56,
-0,72,4,124,4,0,198,56,40,255,128,65,104,0,190,128,28,0,197,128,
-120,243,195,127,166,3,201,124,33,4,128,78,14,0,190,168,112,254,166,124,
-237,187,254,75,96,0,126,144,100,0,158,144,121,27,128,124,32,0,130,64,
-11,0,96,60,84,10,99,56,105,160,254,75,1,0,32,57,96,0,62,145,
-0,0,224,59,100,0,254,147,20,0,161,131,120,251,227,127,28,0,225,131,
-16,0,129,131,24,0,193,131,36,0,1,128,12,0,97,131,8,0,65,131,
-166,3,8,124,32,0,33,56,32,0,128,78,232,255,33,148,12,0,161,147,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,8,0,129,147,
-120,27,124,124,7,0,28,136,116,7,0,124,31,0,0,44,1,0,224,59,
-28,0,130,64,0,0,96,57,2,0,124,153,88,0,124,145,92,0,124,145,
-255,255,224,56,7,0,252,152,4,0,28,168,0,0,160,59,0,0,29,124,
-120,235,190,127,96,0,128,64,20,242,28,125,16,0,104,128,0,0,3,44,
-20,0,130,64,7,0,28,136,0,0,224,59,116,7,0,124,72,0,0,72,
-104,0,35,129,188,1,9,128,166,3,9,124,33,4,128,78,0,0,3,44,
-20,0,130,64,0,0,0,56,7,0,28,152,120,3,31,124,32,0,0,72,
-4,0,28,168,1,0,189,59,0,0,29,124,4,0,222,59,168,255,128,65,
-7,0,28,136,116,7,0,124,255,255,0,44,20,0,130,65,251,255,0,44,
-12,0,130,65,0,0,224,59,7,0,252,155,120,251,227,127,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-8,0,193,147,121,27,126,124,12,0,225,147,120,35,159,124,176,0,130,65,
-84,0,30,128,0,0,0,44,12,0,128,61,128,3,140,57,104,0,158,145,
-92,0,130,65,11,0,96,60,184,10,99,56,60,6,128,56,0,0,160,56,
-5,64,248,75,104,0,158,129,0,0,3,44,60,0,130,65,196,1,12,128,
-120,243,195,127,166,3,9,124,33,4,128,78,0,0,158,136,1,0,190,136,
-11,0,96,60,116,7,165,124,144,10,99,56,116,7,132,124,169,158,254,75,
-255,7,234,87,68,0,130,65,56,0,0,72,196,1,12,128,120,243,195,127,
-166,3,9,124,33,4,128,78,0,0,158,136,1,0,190,136,11,0,96,60,
-116,7,165,124,144,10,99,56,116,7,132,124,113,158,254,75,255,7,234,87,
-12,0,130,65,120,243,195,127,129,138,254,75,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,120,35,159,124,161,211,255,75,
-1,0,0,56,0,0,31,144,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,101,212,255,75,2,0,159,137,1,0,96,56,
-250,7,140,85,2,0,159,153,112,0,127,144,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,224,255,33,148,12,0,97,147,
-16,0,129,147,20,0,161,147,24,0,193,147,28,0,225,147,166,2,8,124,
-36,0,1,144,8,0,65,147,120,27,122,124,4,0,26,168,0,0,96,59,
-0,0,27,124,120,43,189,124,120,35,156,124,120,219,126,127,112,0,128,64,
-20,242,90,125,16,0,106,128,0,0,3,44,35,1,224,59,76,0,130,65,
-104,0,99,129,4,1,235,128,120,227,132,127,120,235,165,127,166,3,233,124,
-33,4,128,78,0,0,3,44,120,27,127,124,28,0,130,64,104,0,154,129,
-188,1,12,129,120,211,67,127,166,3,9,125,33,4,128,78,32,0,0,72,
-36,1,3,44,24,0,130,65,4,0,26,168,1,0,123,59,0,0,27,124,
-4,0,222,59,152,255,128,65,20,0,161,131,120,251,227,127,28,0,225,131,
-16,0,129,131,24,0,193,131,36,0,1,128,12,0,97,131,8,0,65,131,
-166,3,8,124,32,0,33,56,32,0,128,78,216,255,33,148,32,0,193,147,
-28,0,161,147,166,2,8,124,36,0,225,147,24,0,129,147,44,0,1,144,
-120,27,125,124,84,0,125,128,120,35,158,124,3,0,30,44,120,27,124,124,
-120,43,191,124,124,0,130,64,7,0,29,136,116,7,0,124,64,0,31,124,
-108,0,130,64,251,255,0,44,100,0,130,64,0,0,3,44,20,0,130,65,
-0,0,224,56,84,0,253,144,1,0,32,57,5,1,60,153,120,235,163,127,
-16,0,129,56,113,190,255,75,104,0,157,129,28,1,12,128,20,0,193,128,
-16,0,161,128,120,235,163,127,166,3,9,124,33,4,128,78,104,0,61,129,
-204,0,9,128,255,255,128,56,120,235,163,127,8,0,193,56,120,35,133,124,
-166,3,9,124,33,4,128,78,0,0,30,44,48,0,130,64,7,0,125,137,
-116,7,107,125,64,88,31,124,32,0,130,64,84,0,157,129,0,0,12,44,
-20,0,130,65,0,0,0,56,84,0,29,144,1,0,192,56,5,1,220,152,
-1,0,30,44,200,0,130,64,7,0,29,136,116,7,0,124,64,0,31,124,
-184,0,130,64,84,0,125,128,0,0,3,44,188,0,130,64,3,0,29,137,
-0,0,8,44,176,0,130,64,251,255,0,44,16,0,130,64,0,0,96,56,
-149,166,253,75,84,0,125,144,0,0,3,44,148,0,130,65,120,235,164,127,
-121,207,253,75,0,0,3,44,76,0,130,65,84,0,125,128,0,0,3,44,
-24,0,130,65,240,13,67,129,12,0,106,129,3,0,128,56,166,3,105,125,
-33,4,128,78,0,0,128,57,84,0,157,145,32,0,193,131,36,0,225,131,
-44,0,1,128,28,0,161,131,24,0,129,131,166,3,8,124,40,0,33,56,
-32,0,128,78,1,0,0,56,3,0,29,152,32,0,193,131,36,0,225,131,
-44,0,1,128,28,0,161,131,24,0,129,131,166,3,8,124,40,0,33,56,
-32,0,128,78,120,235,163,127,120,243,196,127,120,251,229,127,77,180,255,75,
-32,0,193,131,36,0,225,131,44,0,1,128,28,0,161,131,24,0,129,131,
-166,3,8,124,40,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,8,0,193,147,120,27,126,124,12,0,225,147,120,35,159,124,
-77,200,255,75,108,0,30,168,2,0,31,152,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,8,0,159,169,
-11,0,96,60,204,10,99,56,112,14,128,125,148,1,128,124,173,154,254,75,
-120,251,227,127,109,194,255,75,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,224,255,33,148,16,0,129,147,20,0,161,147,
-24,0,193,147,28,0,225,147,166,2,8,124,36,0,1,144,12,0,97,147,
-120,27,123,124,4,0,27,168,0,0,128,59,0,0,28,124,255,255,160,59,
-120,227,159,127,120,235,190,127,100,0,128,64,20,250,123,125,16,0,107,128,
-0,0,3,44,68,0,130,65,104,0,131,129,28,0,204,128,166,3,201,124,
-33,4,128,78,64,240,4,124,16,0,129,65,28,0,128,65,64,232,3,124,
-20,0,128,65,4,0,27,168,1,0,156,59,4,0,255,59,24,0,0,72,
-4,0,27,168,120,35,158,124,120,27,125,124,4,0,255,59,1,0,156,59,
-0,0,28,124,164,255,128,65,255,255,64,57,64,240,10,124,56,0,130,64,
-64,232,10,124,48,0,130,64,28,0,225,131,20,0,161,131,16,0,129,131,
-24,0,193,131,12,0,97,131,36,0,1,128,0,0,96,56,120,27,100,124,
-166,3,8,124,32,0,33,56,32,0,128,78,112,254,6,124,120,3,5,124,
-214,49,29,124,22,40,253,124,214,41,30,125,214,41,125,124,14,0,155,169,
-0,0,12,44,20,66,39,125,20,2,137,124,52,0,129,64,120,99,156,125,
-120,227,133,127,112,254,157,125,120,235,166,127,217,180,254,75,214,225,195,127,
-22,224,163,124,214,233,3,124,214,225,228,124,120,243,195,127,20,58,5,125,
-20,2,136,124,20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,
-16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,
-200,255,33,148,8,0,129,146,16,0,193,146,24,0,1,147,28,0,33,147,
-32,0,65,147,36,0,97,147,40,0,129,147,44,0,161,147,48,0,193,147,
-52,0,225,147,166,2,8,124,60,0,1,144,12,0,161,146,20,0,225,146,
-120,43,183,124,120,27,117,124,14,0,181,168,8,0,149,170,120,35,150,124,
-12,0,246,131,120,251,249,127,0,0,32,57,121,203,42,125,8,0,214,131,
-120,243,216,127,80,0,130,65,120,195,3,127,120,203,36,127,112,254,166,124,
-29,180,254,75,4,0,213,168,112,254,139,126,214,161,131,127,22,160,3,125,
-214,49,92,127,214,161,36,125,214,89,3,124,20,74,136,125,20,2,172,127,
-16,192,58,125,150,163,169,124,214,161,101,125,81,72,235,124,176,0,130,64,
-44,0,0,72,4,0,21,169,150,43,152,125,214,161,140,127,214,65,28,124,
-16,192,32,125,150,163,169,124,214,161,101,125,81,72,235,124,0,0,160,59,
-132,0,130,64,20,0,150,169,64,160,12,124,120,0,130,64,58,16,160,84,
-20,2,181,124,16,0,101,128,104,0,195,128,68,0,6,128,12,0,182,147,
-8,0,150,147,120,179,196,126,120,187,229,126,166,3,9,124,33,4,128,78,
-8,0,214,147,12,0,246,147,24,0,1,131,44,0,161,131,40,0,129,131,
-20,0,225,130,28,0,33,131,48,0,193,131,36,0,97,131,16,0,193,130,
-32,0,65,131,52,0,225,131,60,0,1,128,12,0,161,130,8,0,129,130,
-166,3,8,124,56,0,33,56,32,0,128,78,120,171,163,126,120,179,196,126,
-1,0,160,56,77,238,255,75,24,0,1,131,44,0,161,131,40,0,129,131,
-20,0,225,130,28,0,33,131,48,0,193,131,36,0,97,131,16,0,193,130,
-32,0,65,131,52,0,225,131,60,0,1,128,12,0,161,130,8,0,129,130,
-166,3,8,124,56,0,33,56,32,0,128,78,1,0,160,56,4,238,255,75,
-0,0,160,56,252,237,255,75,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,81,163,255,75,2,0,31,136,110,6,0,84,
-2,0,31,152,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,104,0,131,129,4,1,12,128,166,3,9,124,32,4,128,78,
-255,255,96,56,32,0,128,78,0,0,96,56,32,0,128,78,0,0,96,56,
-32,0,128,78,0,0,96,56,32,0,128,78,34,1,96,56,32,0,128,78,
-0,0,96,56,32,0,128,78,42,1,96,56,32,0,128,78,255,255,96,56,
-32,0,128,78,100,0,131,128,96,0,99,128,32,0,128,78,44,1,96,56,
-32,0,128,78,1,0,96,56,32,0,128,78,104,0,131,129,20,0,12,128,
-166,3,9,124,32,4,128,78,104,0,131,129,20,0,12,128,166,3,9,124,
-32,4,128,78,104,0,131,129,12,0,12,128,166,3,9,124,32,4,128,78,
-0,0,96,56,120,27,100,124,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,16,0,126,128,
-104,0,131,129,20,0,12,128,120,35,159,124,166,3,9,124,33,4,128,78,
-20,0,126,128,104,0,131,129,20,0,12,128,120,251,228,127,166,3,9,124,
-33,4,128,78,12,0,225,131,20,0,1,128,8,0,193,131,2,0,96,56,
-166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,
-8,0,193,147,166,2,8,124,20,0,1,144,2,0,3,136,120,35,159,124,
-0,0,159,128,120,27,126,124,2,0,0,96,2,0,3,152,145,160,255,75,
-0,0,3,44,68,0,130,64,104,0,158,129,0,0,0,56,110,0,30,152,
-188,1,12,128,120,243,195,127,166,3,9,124,33,4,128,78,120,243,195,127,
-120,251,228,127,65,255,255,75,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,12,0,225,131,20,0,1,128,
-8,0,193,131,1,0,96,56,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,8,0,193,147,166,2,8,124,20,0,1,144,12,0,225,147,
-120,35,159,124,0,0,159,128,120,27,126,124,9,160,255,75,0,0,3,44,
-72,0,130,64,104,0,126,129,0,0,64,57,109,0,94,153,188,1,139,129,
-120,243,195,127,166,3,137,125,33,4,128,78,108,0,30,136,116,7,0,124,
-58,16,0,84,20,2,94,125,16,0,106,128,104,0,99,129,20,0,11,128,
-120,251,228,127,166,3,9,124,33,4,128,78,12,0,225,131,20,0,1,128,
-8,0,193,131,1,0,96,56,166,3,8,124,16,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,108,0,3,136,116,7,0,124,
-58,16,0,84,20,2,131,125,16,0,108,128,104,0,131,129,20,0,140,129,
-166,3,137,125,33,4,128,78,12,0,1,128,8,0,33,56,166,3,8,124,
-1,0,96,56,32,0,128,78,108,0,3,136,116,7,0,124,58,16,0,84,
-20,2,131,125,16,0,108,128,104,0,131,129,12,0,140,129,166,3,137,125,
-32,4,128,78,16,0,99,128,104,0,131,129,12,0,12,128,166,3,9,124,
-32,4,128,78,216,255,33,148,36,0,225,147,166,2,8,124,44,0,1,144,
-20,0,97,147,120,27,123,124,24,0,129,147,120,35,156,124,28,0,161,147,
-120,43,189,124,32,0,193,147,120,51,222,124,209,162,255,75,120,27,127,124,
-32,1,31,44,84,0,130,64,0,0,28,44,76,0,130,64,7,0,27,136,
-116,7,0,124,255,255,0,44,20,0,130,65,247,255,0,44,12,0,130,65,
-251,255,0,44,116,0,130,64,0,0,30,128,52,0,9,124,126,217,44,85,
-108,0,155,153,220,130,34,129,124,0,59,145,224,130,2,128,0,0,96,56,
-128,0,27,144,80,0,0,72,1,0,28,44,68,0,130,64,120,219,99,127,
-120,235,164,127,153,156,255,75,12,0,97,144,12,0,33,161,8,0,33,177,
-14,0,65,161,10,0,65,177,8,0,97,129,255,7,107,85,24,0,130,65,
-104,0,155,129,188,1,12,128,120,219,99,127,166,3,9,124,33,4,128,78,
-120,251,227,127,28,0,161,131,32,0,193,131,36,0,225,131,44,0,1,128,
-24,0,129,131,20,0,97,131,166,3,8,124,40,0,33,56,32,0,128,78,
-216,255,33,148,36,0,225,147,166,2,8,124,44,0,1,144,32,0,193,147,
-120,27,126,124,24,0,129,147,120,35,156,124,20,0,97,147,120,43,187,124,
-28,0,161,147,120,51,221,124,165,162,255,75,120,227,138,127,247,255,96,57,
-64,88,10,124,120,27,127,124,32,0,128,64,239,255,128,57,64,96,10,124,
-104,1,130,65,223,255,0,56,64,0,10,124,4,2,130,65,148,2,0,72,
-255,255,160,56,64,40,10,124,32,0,130,65,251,255,192,56,64,48,10,124,
-172,0,130,65,247,255,224,56,64,56,10,124,216,0,130,65,108,2,0,72,
-7,0,254,136,116,7,231,124,251,255,7,44,20,0,130,65,247,255,7,44,
-12,0,130,65,223,255,7,44,76,2,130,64,100,0,126,129,88,0,30,129,
-92,0,62,129,64,88,9,124,96,0,94,129,52,2,128,65,12,0,129,65,
-64,80,8,124,40,2,128,65,247,255,7,44,12,0,130,65,223,255,7,44,
-16,0,130,64,2,0,158,137,128,0,140,97,2,0,158,153,84,0,126,129,
-0,0,11,44,7,0,158,155,252,1,130,65,104,0,190,128,188,1,197,128,
-1,0,0,56,120,243,195,127,166,3,201,124,5,1,11,152,0,0,0,57,
-84,0,30,145,33,4,128,78,232,1,0,72,7,0,62,137,116,7,41,125,
-255,255,9,44,196,1,130,64,104,0,190,128,7,0,158,155,188,1,197,128,
-0,0,0,57,120,243,195,127,92,0,30,145,88,0,30,145,166,3,201,124,
-33,4,128,78,176,1,0,72,7,0,254,136,116,7,231,124,255,255,7,44,
-12,0,130,65,251,255,7,44,132,1,130,64,84,0,126,129,0,0,11,44,
-0,0,192,56,7,0,158,155,92,0,222,144,88,0,222,144,104,1,130,65,
-104,0,190,128,188,1,197,128,1,0,64,57,120,243,195,127,166,3,201,124,
-5,1,75,153,0,0,96,57,84,0,126,145,33,4,128,78,84,1,0,72,
-32,1,31,44,56,1,130,64,7,0,254,136,116,7,231,124,239,255,7,44,
-48,0,130,65,223,255,7,44,40,0,130,65,84,0,126,129,0,0,11,44,
-0,0,29,128,52,0,0,124,7,0,158,155,126,217,0,84,108,0,30,152,
-72,0,130,65,52,0,0,72,0,0,29,128,108,0,158,137,116,7,140,125,
-64,96,0,124,232,0,130,65,84,0,126,129,0,0,11,44,52,0,0,124,
-7,0,158,155,126,217,0,84,108,0,30,152,20,0,130,65,1,0,160,56,
-5,1,171,152,0,0,224,56,84,0,254,144,104,0,190,128,1,0,0,57,
-109,0,30,153,188,1,197,128,120,243,195,127,0,0,224,59,166,3,201,124,
-33,4,128,78,172,0,0,72,7,0,30,136,116,7,0,124,239,255,0,44,
-136,0,130,64,4,0,158,169,0,0,0,57,0,96,8,124,1,0,160,56,
-120,67,11,125,44,0,128,64,20,90,94,125,16,0,202,128,7,0,38,137,
-117,7,41,125,8,0,130,64,0,0,160,56,1,0,8,57,0,96,8,124,
-4,0,107,57,220,255,128,65,1,0,5,44,64,0,130,64,120,243,195,127,
-120,219,100,127,121,153,255,75,12,0,97,144,12,0,225,160,8,0,225,176,
-14,0,1,161,10,0,1,177,8,0,1,128,189,7,0,84,20,0,130,65,
-7,0,158,155,0,0,128,56,88,0,158,144,92,0,158,144,104,0,190,128,
-188,1,197,128,120,243,195,127,166,3,201,124,33,4,128,78,120,251,227,127,
-36,0,225,131,28,0,161,131,32,0,193,131,44,0,1,128,24,0,129,131,
-20,0,97,131,166,3,8,124,40,0,33,56,32,0,128,78,224,255,33,148,
-12,0,97,147,16,0,129,147,20,0,161,147,28,0,225,147,24,0,193,147,
-120,27,126,124,166,2,8,124,36,0,1,144,0,0,0,56,109,0,30,152,
-110,0,30,152,0,0,4,136,116,7,0,124,2,0,0,44,60,0,130,65,
-4,0,158,168,11,0,96,60,224,10,99,56,17,144,254,75,20,0,161,131,
-28,0,225,131,24,0,193,131,16,0,129,131,36,0,1,128,12,0,97,131,
-0,0,96,56,166,3,8,124,32,0,33,56,32,0,128,78,3,0,36,137,
-116,7,41,125,52,0,43,125,126,217,96,85,108,0,30,152,8,0,132,129,
-12,0,4,128,128,0,0,57,0,0,160,59,14,0,30,177,8,0,30,177,
-0,0,44,49,88,0,62,145,148,1,64,125,92,0,94,145,7,0,128,57,
-10,0,158,177,127,0,0,56,12,0,30,176,37,165,255,75,121,27,127,124,
-24,0,130,64,100,0,158,128,96,0,126,128,121,27,137,124,128,0,130,64,
-108,0,0,72,104,0,30,129,28,0,40,129,120,243,195,127,166,3,41,125,
-33,4,128,78,14,0,190,171,120,27,123,124,120,235,165,127,112,254,166,127,
-189,170,254,75,12,0,222,168,100,0,158,144,57,48,103,127,96,0,126,144,
-112,0,254,144,32,0,130,65,1,0,99,48,148,1,132,124,121,27,137,124,
-96,0,126,144,100,0,158,144,36,0,130,64,16,0,0,72,121,27,137,124,
-112,0,190,147,20,0,130,64,1,0,96,57,96,0,126,145,0,0,224,59,
-100,0,254,147,2,0,126,137,189,7,107,85,68,0,130,65,88,0,254,128,
-7,0,94,137,116,7,74,125,255,255,10,44,92,0,30,129,120,0,30,145,
-0,0,96,57,111,0,94,153,116,0,254,144,92,0,126,145,88,0,126,145,
-12,0,130,65,251,255,10,44,12,0,130,64,247,255,0,56,7,0,30,152,
-120,251,227,127,28,0,225,131,20,0,161,131,24,0,193,131,36,0,1,128,
-16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,
-224,255,33,148,8,0,65,147,12,0,97,147,16,0,129,147,20,0,161,147,
-28,0,225,147,166,2,8,124,36,0,1,144,24,0,193,147,120,27,126,124,
-7,0,30,137,116,7,8,125,31,0,8,44,1,0,224,59,28,0,130,64,
-0,0,96,57,2,0,126,153,88,0,126,145,92,0,126,145,255,255,0,56,
-7,0,30,152,4,0,30,168,0,0,64,59,120,211,91,127,0,0,27,124,
-255,255,160,59,120,211,92,127,124,0,128,64,20,226,158,125,16,0,108,128,
-0,0,3,44,84,0,130,65,104,0,163,128,188,1,197,128,166,3,201,124,
-33,4,128,78,0,0,3,44,20,0,130,65,4,0,30,168,1,0,123,59,
-4,0,156,59,60,0,0,72,109,0,94,137,7,0,222,136,4,0,30,168,
-116,7,198,124,239,255,32,57,120,74,199,124,255,255,7,49,16,57,168,124,
-120,43,73,125,109,0,62,153,1,0,90,59,4,0,156,59,120,219,125,127,
-1,0,123,59,0,0,27,124,140,255,128,65,1,0,26,44,28,0,129,64,
-120,211,68,127,11,0,96,60,28,11,99,56,145,141,254,75,0,0,224,59,
-220,2,0,72,0,0,26,44,248,0,129,64,7,0,126,137,247,255,128,57,
-116,7,107,125,64,96,11,124,32,0,128,64,239,255,0,56,64,0,11,124,
-160,0,130,65,223,255,160,56,64,40,11,124,76,0,130,65,184,0,0,72,
-255,255,192,56,64,48,11,124,28,0,130,65,251,255,224,56,64,56,11,124,
-16,0,130,65,247,255,0,57,64,64,11,124,148,0,130,64,239,255,32,57,
-7,0,62,153,52,0,171,127,126,217,106,85,108,0,94,153,1,0,192,56,
-109,0,222,152,124,0,0,72,108,0,158,137,116,7,140,125,64,96,29,124,
-32,0,130,64,120,235,164,127,11,0,96,60,204,11,99,56,237,140,254,75,
-0,0,224,59,120,251,230,127,76,0,0,72,239,255,0,56,7,0,30,152,
-52,0,166,127,126,217,197,84,108,0,190,152,0,0,192,56,48,0,0,72,
-108,0,254,136,116,7,231,124,64,56,29,124,36,0,130,64,120,235,164,127,
-11,0,96,60,28,12,99,56,165,140,254,75,0,0,224,59,240,1,0,72,
-0,0,192,56,109,0,222,152,1,0,31,44,216,1,130,64,7,0,158,136,
-116,7,132,124,247,255,32,57,120,35,136,124,64,72,8,124,32,0,128,64,
-239,255,64,57,64,80,8,124,184,0,130,65,223,255,96,57,64,88,8,124,
-24,1,130,65,68,1,0,72,255,255,128,57,64,96,8,124,32,0,130,65,
-251,255,0,56,64,0,8,124,32,0,130,65,247,255,160,56,64,40,8,124,
-76,0,130,65,28,1,0,72,0,0,32,57,88,0,62,145,92,0,62,145,
-228,130,2,129,124,0,30,145,110,0,30,137,0,0,8,44,232,130,34,129,
-128,0,62,145,236,130,130,129,132,0,158,145,240,130,2,128,0,0,160,56,
-108,0,190,152,136,0,30,144,0,1,130,65,236,0,0,72,0,0,192,56,
-108,0,222,152,220,130,34,129,124,0,62,145,224,130,2,128,128,0,30,144,
-236,130,162,128,132,0,190,144,240,130,2,128,110,0,30,137,0,0,8,44,
-136,0,30,144,200,0,130,65,180,0,0,72,220,130,34,129,124,0,62,145,
-224,130,66,129,109,0,30,136,0,0,0,44,128,0,94,145,44,0,130,65,
-244,130,194,128,132,0,222,144,248,130,226,128,1,0,31,44,136,0,254,144,
-0,0,224,56,88,0,254,144,92,0,254,144,192,0,130,64,136,0,0,72,
-252,130,66,129,132,0,94,145,0,131,226,128,1,0,31,44,136,0,254,144,
-0,0,224,56,88,0,254,144,92,0,254,144,152,0,130,64,96,0,0,72,
-220,130,2,128,124,0,30,144,224,130,2,128,128,0,30,144,236,130,194,128,
-132,0,222,144,240,130,226,128,110,0,30,137,0,0,8,44,136,0,254,144,
-44,0,130,65,24,0,0,72,11,0,96,60,92,11,99,56,13,139,254,75,
-0,0,224,59,80,0,0,72,4,131,98,129,132,0,126,145,8,131,130,129,
-136,0,158,145,1,0,31,44,56,0,130,64,80,0,30,128,0,0,0,44,
-44,0,130,64,120,243,195,127,1,107,1,72,0,0,3,44,80,0,126,144,
-24,0,130,64,11,0,96,60,156,11,99,56,193,138,254,75,0,0,224,59,
-12,0,0,72,0,0,31,44,12,0,130,64,0,0,160,56,7,0,190,152,
-20,0,161,131,120,251,227,127,28,0,225,131,16,0,129,131,24,0,193,131,
-36,0,1,128,12,0,97,131,8,0,65,131,166,3,8,124,32,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,8,0,193,147,
-121,27,126,124,12,0,225,147,120,35,159,124,132,0,130,65,80,0,158,128,
-0,0,4,44,12,0,128,61,120,5,140,57,104,0,158,145,12,0,130,65,
-120,243,195,127,245,105,1,72,84,0,30,128,0,0,0,44,24,0,130,65,
-11,0,96,60,104,12,99,56,11,9,128,56,0,0,160,56,65,43,248,75,
-104,0,94,129,196,1,106,129,120,243,195,127,166,3,105,125,33,4,128,78,
-0,0,158,136,1,0,190,136,11,0,96,60,116,7,165,124,124,12,99,56,
-116,7,132,124,237,137,254,75,255,7,224,87,12,0,130,65,120,243,195,127,
-253,117,254,75,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,7,0,31,136,116,7,0,124,239,255,0,44,
-136,0,130,65,2,0,159,137,189,7,140,85,124,0,130,65,255,255,0,44,
-24,0,130,64,11,0,96,60,168,12,99,56,219,8,128,56,255,255,160,56,
-157,42,248,75,120,0,95,129,0,0,10,40,116,0,63,129,2,0,191,136,
-0,0,128,57,120,99,139,125,250,7,165,84,2,0,191,152,24,0,128,65,
-12,0,129,65,16,0,9,40,12,0,129,64,240,255,105,49,212,1,138,125,
-111,0,31,137,104,0,63,129,7,0,31,153,188,1,73,129,92,0,159,145,
-88,0,127,145,120,251,227,127,166,3,73,125,33,4,128,78,120,251,227,127,
-109,169,255,75,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,216,255,33,148,16,0,65,147,20,0,97,147,24,0,129,147,
-28,0,161,147,32,0,193,147,36,0,225,147,166,2,8,124,44,0,1,144,
-7,0,3,136,116,7,0,124,255,255,0,44,56,0,130,65,251,255,0,44,
-48,0,130,65,24,0,129,131,32,0,193,131,36,0,225,131,28,0,161,131,
-20,0,97,131,44,0,1,128,16,0,65,131,42,1,96,56,166,3,8,124,
-40,0,33,56,32,0,128,78,8,0,129,144,12,0,161,144,2,0,192,59,
-0,0,224,59,120,251,252,127,11,0,160,59,12,0,99,59,4,0,65,59,
-4,0,123,132,104,0,3,129,236,0,136,129,4,0,154,132,166,3,137,125,
-33,4,128,78,0,0,3,44,12,0,130,64,42,1,96,56,64,0,0,72,
-1,0,3,44,44,0,130,64,0,0,122,129,0,0,43,137,117,7,41,125,
-28,0,130,64,1,0,75,137,116,7,74,125,12,0,10,44,12,0,130,64,
-1,0,171,155,4,0,139,155,255,255,222,55,164,255,130,64,120,251,227,127,
-32,0,193,131,24,0,129,131,28,0,161,131,36,0,225,131,44,0,1,128,
-20,0,97,131,16,0,65,131,166,3,8,124,40,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,240,255,33,148,1,0,0,56,0,0,4,144,
-7,0,131,137,116,7,140,125,223,255,12,44,12,0,130,65,239,255,12,44,
-28,0,130,64,8,0,129,56,225,159,255,75,20,0,1,128,16,0,33,56,
-166,3,8,124,32,0,128,78,20,0,1,128,16,0,33,56,166,3,8,124,
-1,0,96,56,32,0,128,78,216,255,33,148,28,0,161,147,36,0,225,147,
-166,2,8,124,32,0,193,147,24,0,129,147,44,0,1,144,120,27,127,124,
-84,0,127,128,120,35,157,124,3,0,29,44,120,27,124,124,120,43,190,124,
-124,0,130,64,7,0,31,136,116,7,0,124,64,0,30,124,108,0,130,64,
-251,255,0,44,100,0,130,64,0,0,3,44,20,0,130,65,0,0,0,56,
-84,0,31,144,1,0,0,56,5,1,28,152,120,251,227,127,16,0,129,56,
-13,169,255,75,104,0,63,129,28,1,9,128,20,0,193,128,16,0,161,128,
-120,251,227,127,166,3,9,124,33,4,128,78,104,0,159,129,204,0,12,128,
-255,255,128,56,120,251,227,127,8,0,193,56,120,35,133,124,166,3,9,124,
-33,4,128,78,0,0,29,44,48,0,130,64,7,0,31,136,116,7,0,124,
-64,0,30,124,32,0,130,64,84,0,127,129,0,0,11,44,20,0,130,65,
-0,0,128,57,84,0,159,145,1,0,32,57,5,1,60,153,1,0,29,44,
-12,0,130,65,2,0,29,44,96,1,130,64,7,0,31,136,116,7,0,124,
-64,0,30,124,80,1,130,64,84,0,127,128,0,0,3,44,84,1,130,64,
-3,0,127,137,0,0,11,44,72,1,130,64,251,255,128,57,64,96,0,124,
-32,0,130,65,247,255,32,57,64,72,0,124,124,0,130,65,223,255,64,57,
-64,80,0,124,112,0,130,65,136,0,0,72,2,0,127,137,49,6,107,85,
-112,0,130,64,1,0,31,136,127,6,12,84,28,0,130,64,120,251,227,127,
-201,187,1,72,120,27,101,124,47,0,96,56,12,131,130,56,129,42,248,75,
-104,0,159,129,204,0,44,129,247,255,128,56,120,251,227,127,255,255,160,56,
-12,0,193,56,166,3,41,125,33,4,128,78,0,0,3,44,20,0,130,65,
-84,0,127,128,0,0,3,44,188,0,130,65,40,0,0,72,0,0,96,56,
-153,154,253,75,84,0,127,144,16,0,0,72,0,0,96,56,245,148,253,75,
-84,0,127,144,0,0,3,44,148,0,130,65,120,251,228,127,117,185,253,75,
-0,0,3,44,76,0,130,65,84,0,127,128,0,0,3,44,24,0,130,65,
-240,13,67,129,12,0,106,129,3,0,128,56,166,3,105,125,33,4,128,78,
-0,0,128,57,84,0,159,145,32,0,193,131,36,0,225,131,44,0,1,128,
-28,0,161,131,24,0,129,131,166,3,8,124,40,0,33,56,32,0,128,78,
-1,0,0,56,3,0,31,152,32,0,193,131,36,0,225,131,44,0,1,128,
-28,0,161,131,24,0,129,131,166,3,8,124,40,0,33,56,32,0,128,78,
-120,251,227,127,120,235,164,127,120,243,197,127,73,158,255,75,32,0,193,131,
-36,0,225,131,44,0,1,128,28,0,161,131,24,0,129,131,166,3,8,124,
-40,0,33,56,32,0,128,78,216,255,33,148,16,0,65,147,20,0,97,147,
-24,0,129,147,32,0,193,147,166,2,8,124,44,0,1,144,12,0,33,147,
-120,27,121,124,28,0,161,147,120,35,157,124,36,0,225,147,120,43,191,124,
-121,159,255,75,0,0,3,44,52,0,130,64,32,0,193,131,20,0,97,131,
-24,0,129,131,36,0,225,131,28,0,161,131,16,0,65,131,44,0,1,128,
-12,0,33,131,0,0,96,56,166,3,8,124,40,0,33,56,32,0,128,78,
-104,0,121,129,156,1,139,129,120,203,35,127,8,0,129,56,166,3,137,125,
-33,4,128,78,0,0,3,44,128,0,130,64,120,203,35,127,120,251,228,127,
-205,155,255,75,0,0,3,44,108,0,128,65,108,0,25,136,116,7,0,124,
-64,0,3,124,92,0,130,64,20,0,93,171,12,0,253,131,96,0,25,129,
-100,0,57,129,64,72,31,124,8,0,221,131,16,0,128,65,60,0,129,65,
-64,64,30,124,52,0,128,64,8,0,185,168,0,40,26,124,40,0,128,64,
-255,255,200,48,212,1,233,124,64,56,31,124,72,0,130,64,64,48,30,124,
-64,0,130,64,112,0,25,128,64,0,26,124,52,0,128,65,32,0,193,131,
-20,0,97,131,24,0,129,131,36,0,225,131,28,0,161,131,16,0,65,131,
-44,0,1,128,12,0,33,131,34,1,96,56,166,3,8,124,40,0,33,56,
-32,0,128,78,10,0,121,169,32,0,203,56,32,0,139,33,48,88,224,127,
-48,100,197,127,120,43,8,124,48,48,199,127,120,67,252,124,58,16,103,84,
-20,58,25,125,16,0,104,128,104,0,35,129,48,88,219,127,112,254,74,127,
-20,208,123,125,20,81,156,125,84,0,73,129,120,235,164,127,1,0,0,56,
-20,0,29,176,11,0,192,56,28,0,221,144,166,3,73,125,8,0,125,145,
-12,0,157,145,33,4,128,78,8,0,221,147,12,0,253,147,20,0,93,179,
-32,0,193,131,20,0,97,131,24,0,129,131,36,0,225,131,28,0,161,131,
-16,0,65,131,44,0,1,128,12,0,33,131,0,0,96,56,166,3,8,124,
-40,0,33,56,32,0,128,78,208,255,33,148,12,0,225,146,20,0,33,147,
-28,0,97,147,32,0,129,147,36,0,161,147,44,0,225,147,166,2,8,124,
-52,0,1,144,16,0,1,147,120,27,120,124,24,0,65,147,120,35,154,124,
-40,0,193,147,120,43,190,124,8,0,193,146,120,51,214,124,29,159,255,75,
-121,27,127,124,60,0,130,65,36,0,161,131,20,0,33,131,24,0,65,131,
-40,0,193,131,32,0,129,131,16,0,1,131,28,0,97,131,44,0,225,131,
-52,0,1,128,12,0,225,130,8,0,193,130,166,3,8,124,48,0,33,56,
-32,0,128,78,120,195,3,127,120,243,196,127,245,153,255,75,121,27,119,124,
-92,0,128,65,20,0,58,171,12,0,218,131,96,0,24,129,100,0,56,129,
-64,72,30,124,8,0,186,131,16,0,128,65,60,0,129,65,64,64,29,124,
-52,0,128,64,8,0,24,168,0,0,25,124,40,0,128,64,255,255,168,48,
-212,1,201,124,64,48,30,124,84,0,130,64,64,40,29,124,76,0,130,64,
-112,0,24,128,64,0,25,124,64,0,128,65,20,0,33,131,36,0,161,131,
-40,0,193,131,24,0,65,131,16,0,1,131,32,0,129,131,44,0,225,131,
-28,0,97,131,12,0,225,130,52,0,1,128,8,0,193,130,0,0,96,56,
-166,3,8,124,48,0,33,56,32,0,128,78,80,0,120,128,120,243,198,127,
-120,235,165,127,120,179,199,126,193,96,1,72,10,0,88,169,32,0,170,56,
-32,0,10,32,48,80,204,127,120,27,127,124,48,4,160,127,120,3,135,125,
-48,40,166,127,120,59,220,124,58,16,230,86,20,50,248,124,16,0,103,128,
-104,0,3,129,112,254,41,127,48,80,187,127,20,200,91,125,20,73,124,125,
-76,0,40,129,120,211,68,127,12,0,0,56,28,0,26,144,1,0,128,57,
-20,0,154,177,166,3,41,125,8,0,90,145,12,0,122,145,33,4,128,78,
-8,0,186,147,12,0,218,147,20,0,58,179,120,251,227,127,44,0,225,131,
-40,0,193,131,32,0,129,131,52,0,1,128,24,0,65,131,12,0,225,130,
-36,0,161,131,28,0,97,131,8,0,193,130,20,0,33,131,16,0,1,131,
-166,3,8,124,48,0,33,56,32,0,128,78,208,255,33,148,8,0,193,146,
-12,0,225,146,16,0,1,147,24,0,65,147,28,0,97,147,32,0,129,147,
-36,0,161,147,40,0,193,147,44,0,225,147,166,2,8,124,52,0,1,144,
-20,0,33,147,120,27,121,124,7,0,217,136,116,7,198,124,251,255,6,44,
-120,43,167,124,120,35,154,124,56,0,130,64,100,0,89,129,8,0,186,131,
-12,0,218,131,64,80,30,124,96,0,57,129,16,0,128,65,28,0,129,65,
-64,72,29,124,20,0,128,64,20,0,26,171,14,0,25,168,64,0,24,124,
-64,0,130,65,20,0,33,131,36,0,161,131,40,0,193,131,24,0,65,131,
-16,0,1,131,32,0,129,131,44,0,225,131,28,0,97,131,12,0,225,130,
-52,0,1,128,8,0,193,130,0,0,96,56,166,3,8,124,48,0,33,56,
-32,0,128,78,80,0,121,128,120,243,198,127,120,235,165,127,61,95,1,72,
-100,0,185,128,96,0,153,128,10,0,217,168,32,0,102,57,32,0,230,32,
-48,48,200,127,48,60,160,127,120,3,0,125,255,255,228,48,212,1,5,125,
-64,64,30,124,48,88,172,127,48,48,187,127,120,27,127,124,120,3,156,125,
-20,0,130,64,64,56,29,124,12,0,130,64,112,0,121,129,20,0,122,177,
-0,0,218,130,28,0,250,130,12,0,154,147,8,0,122,147,13,17,1,72,
-4,0,57,169,0,0,96,59,0,72,27,124,10,0,128,61,36,119,140,57,
-4,0,131,145,8,0,195,146,0,0,35,177,2,0,3,160,13,0,0,57,
-28,0,26,145,120,219,124,127,0,0,122,144,0,2,0,96,2,0,3,176,
-52,0,128,64,20,226,121,125,16,0,107,128,104,0,131,129,12,0,12,128,
-120,211,68,127,166,3,9,124,33,4,128,78,4,0,57,169,1,0,123,59,
-0,72,27,124,4,0,156,59,212,255,128,65,28,0,250,146,0,0,218,146,
-20,0,26,179,8,0,186,147,12,0,218,147,32,0,129,131,20,0,33,131,
-16,0,1,131,28,0,97,131,36,0,161,131,120,251,227,127,44,0,225,131,
-24,0,65,131,40,0,193,131,52,0,1,128,12,0,225,130,8,0,193,130,
-166,3,8,124,48,0,33,56,32,0,128,78,224,255,33,148,8,0,65,147,
-12,0,97,147,16,0,129,147,20,0,161,147,24,0,193,147,28,0,225,147,
-166,2,8,124,36,0,1,144,7,0,3,136,116,7,0,124,223,255,0,44,
-120,35,157,124,20,0,130,65,247,255,0,44,12,0,130,65,251,255,0,44,
-56,0,130,64,100,0,163,128,8,0,221,131,12,0,253,131,64,40,31,124,
-96,0,131,128,16,0,128,65,28,0,129,65,64,32,30,124,20,0,128,64,
-20,0,93,171,14,0,195,168,64,48,26,124,48,0,130,65,16,0,129,131,
-24,0,193,131,28,0,225,131,20,0,161,131,12,0,97,131,36,0,1,128,
-8,0,65,131,34,1,96,56,166,3,8,124,32,0,33,56,32,0,128,78,
-10,0,227,168,32,0,103,57,32,0,7,33,48,56,233,127,48,68,202,127,
-120,83,32,125,48,88,204,127,120,3,156,125,255,255,100,49,212,1,133,125,
-64,96,31,124,48,56,219,127,20,0,130,64,64,88,30,124,12,0,130,64,
-112,0,3,128,20,0,29,176,12,0,157,147,28,0,157,131,8,0,125,147,
-108,0,195,136,116,7,198,124,52,0,192,124,250,232,0,84,20,2,67,125,
-16,0,106,128,104,0,99,129,20,0,139,129,11,0,0,57,28,0,29,145,
-120,235,164,127,166,3,137,125,33,4,128,78,28,0,157,147,20,0,93,179,
-8,0,221,147,12,0,253,147,16,0,129,131,24,0,193,131,28,0,225,131,
-20,0,161,131,12,0,97,131,36,0,1,128,8,0,65,131,0,0,96,56,
-166,3,8,124,32,0,33,56,32,0,128,78,208,255,33,148,12,0,225,146,
-16,0,1,147,24,0,65,147,28,0,97,147,32,0,129,147,36,0,161,147,
-40,0,193,147,44,0,225,147,166,2,8,124,52,0,1,144,20,0,33,147,
-120,27,121,124,7,0,25,136,116,7,0,124,223,255,0,44,120,43,167,124,
-120,35,156,124,20,0,130,65,247,255,0,44,12,0,130,65,251,255,0,44,
-56,0,130,64,100,0,153,129,8,0,188,131,12,0,220,131,64,96,30,124,
-96,0,121,129,16,0,128,65,28,0,129,65,64,88,29,124,20,0,128,64,
-20,0,28,171,14,0,57,169,64,72,24,124,60,0,130,65,24,0,65,131,
-40,0,193,131,36,0,161,131,20,0,33,131,28,0,97,131,44,0,225,131,
-32,0,129,131,16,0,1,131,52,0,1,128,12,0,225,130,0,0,96,56,
-166,3,8,124,48,0,33,56,32,0,128,78,80,0,121,128,120,243,198,127,
-120,235,165,127,217,91,1,72,10,0,89,169,100,0,153,129,96,0,121,129,
-32,0,10,57,32,0,10,32,48,80,201,127,48,80,186,127,48,4,170,127,
-120,83,32,125,48,64,169,127,120,3,59,125,255,255,11,49,212,1,44,125,
-64,72,30,124,120,27,127,124,20,0,130,64,64,64,29,124,12,0,130,64,
-112,0,89,129,20,0,92,177,28,0,252,130,8,0,92,147,12,0,0,57,
-12,0,124,147,28,0,28,145,108,0,89,137,116,7,74,125,58,16,74,85,
-20,82,121,125,16,0,107,128,104,0,131,129,12,0,12,128,120,227,132,127,
-166,3,9,124,33,4,128,78,28,0,252,146,20,0,28,179,8,0,188,147,
-12,0,220,147,24,0,65,131,52,0,1,128,120,251,227,127,44,0,225,131,
-16,0,1,131,28,0,97,131,20,0,33,131,40,0,193,131,12,0,225,130,
-36,0,161,131,32,0,129,131,166,3,8,124,48,0,33,56,32,0,128,78,
-208,255,33,148,32,0,129,147,40,0,193,147,44,0,225,147,166,2,8,124,
-52,0,1,144,24,0,65,147,120,27,122,124,28,0,97,147,120,35,155,124,
-36,0,161,147,120,43,189,124,217,153,255,75,34,1,3,44,44,0,130,65,
-40,0,193,131,32,0,129,131,36,0,161,131,44,0,225,131,52,0,1,128,
-28,0,97,131,24,0,65,131,166,3,8,124,48,0,33,56,32,0,128,78,
-12,0,251,131,8,0,219,131,20,0,225,147,16,0,193,147,104,0,90,129,
-76,1,10,128,120,211,67,127,120,235,164,127,8,0,193,56,16,0,161,56,
-166,3,9,124,33,4,128,78,0,0,3,44,48,0,130,64,32,0,129,131,
-40,0,193,131,44,0,225,131,36,0,161,131,28,0,97,131,52,0,1,128,
-24,0,65,131,9,1,96,56,166,3,8,124,48,0,33,56,32,0,128,78,
-7,0,218,136,116,7,198,124,239,255,6,44,16,0,129,131,10,0,250,168,
-20,0,161,131,32,0,103,57,32,0,7,32,48,60,137,127,48,60,165,127,
-48,0,160,127,120,3,32,125,48,92,172,127,120,3,132,125,196,0,130,65,
-223,255,6,44,32,0,130,64,92,0,250,128,64,40,7,124,88,0,218,128,
-16,0,129,65,168,0,128,65,64,32,6,124,160,0,129,64,100,0,58,129,
-96,0,26,129,255,255,72,49,212,1,105,125,64,88,5,124,180,0,130,64,
-64,80,4,124,172,0,130,64,104,0,154,129,28,0,108,129,120,211,67,127,
-166,3,105,125,33,4,128,78,64,32,29,124,16,0,128,65,96,0,129,65,
-64,24,28,124,88,0,128,64,8,0,1,128,58,16,0,84,20,2,218,124,
-16,0,102,128,104,0,227,128,92,0,7,129,28,0,91,131,20,0,161,131,
-16,0,129,131,120,219,100,127,12,0,187,147,8,0,155,147,11,0,0,56,
-28,0,27,144,166,3,9,125,33,4,128,78,28,0,91,147,8,0,219,147,
-12,0,251,147,0,0,96,56,120,0,0,72,32,0,129,131,40,0,193,131,
-44,0,225,131,36,0,161,131,28,0,97,131,52,0,1,128,24,0,65,131,
-34,1,96,56,166,3,8,124,48,0,33,56,32,0,128,78,8,0,1,128,
-58,16,0,84,20,2,218,124,16,0,102,128,104,0,227,128,92,0,7,129,
-28,0,91,131,12,0,187,147,8,0,155,147,120,219,100,127,11,0,0,56,
-28,0,27,144,166,3,9,125,33,4,128,78,28,0,91,147,8,0,219,147,
-12,0,251,147,0,0,96,56,40,0,193,131,32,0,129,131,36,0,161,131,
-44,0,225,131,52,0,1,128,28,0,97,131,24,0,65,131,166,3,8,124,
-48,0,33,56,32,0,128,78,200,255,33,148,28,0,33,147,40,0,129,147,
-48,0,193,147,52,0,225,147,166,2,8,124,60,0,1,144,32,0,65,147,
-120,27,122,124,36,0,97,147,120,35,155,124,44,0,161,147,120,43,189,124,
-177,152,255,75,34,1,3,44,48,0,130,65,48,0,193,131,40,0,129,131,
-36,0,97,131,44,0,161,131,52,0,225,131,60,0,1,128,32,0,65,131,
-28,0,33,131,166,3,8,124,56,0,33,56,32,0,128,78,12,0,251,131,
-8,0,219,131,20,0,225,147,16,0,193,147,104,0,58,129,76,1,9,128,
-120,211,67,127,120,235,164,127,8,0,193,56,16,0,161,56,166,3,9,124,
-33,4,128,78,0,0,3,44,52,0,130,64,48,0,193,131,36,0,97,131,
-40,0,129,131,52,0,225,131,44,0,161,131,32,0,65,131,60,0,1,128,
-28,0,33,131,9,1,96,56,166,3,8,124,56,0,33,56,32,0,128,78,
-10,0,154,169,16,0,129,131,7,0,122,137,116,7,107,125,239,255,11,44,
-20,0,161,131,8,0,33,129,52,0,32,125,126,217,25,84,32,0,12,32,
-32,0,12,57,48,100,165,127,48,0,167,127,48,100,134,127,48,68,169,127,
-120,59,202,124,120,83,36,125,192,0,130,65,223,255,11,44,32,0,130,64,
-92,0,154,129,64,40,12,124,88,0,122,129,16,0,129,65,164,0,128,65,
-64,32,11,124,156,0,129,64,100,0,90,129,96,0,58,129,255,255,105,49,
-212,1,138,125,64,96,5,124,180,0,130,64,64,88,4,124,172,0,130,64,
-104,0,250,128,28,0,7,129,120,211,67,127,166,3,9,125,33,4,128,78,
-64,32,29,124,16,0,128,65,92,0,129,65,64,24,28,124,84,0,128,64,
-58,16,32,87,20,2,154,125,16,0,108,128,104,0,195,128,76,0,230,128,
-28,0,91,131,20,0,161,131,16,0,129,131,120,219,100,127,12,0,187,147,
-8,0,155,147,12,0,0,56,28,0,27,144,166,3,233,124,33,4,128,78,
-28,0,91,147,8,0,219,147,12,0,251,147,0,0,96,56,120,0,0,72,
-48,0,193,131,36,0,97,131,40,0,129,131,52,0,225,131,44,0,161,131,
-32,0,65,131,60,0,1,128,28,0,33,131,34,1,96,56,166,3,8,124,
-56,0,33,56,32,0,128,78,58,16,32,87,20,2,154,125,28,0,91,131,
-16,0,108,128,104,0,195,128,76,0,230,128,12,0,0,56,28,0,27,144,
-120,219,100,127,166,3,233,124,8,0,155,147,12,0,187,147,33,4,128,78,
-28,0,91,147,8,0,219,147,12,0,251,147,0,0,96,56,48,0,193,131,
-40,0,129,131,36,0,97,131,44,0,161,131,52,0,225,131,60,0,1,128,
-32,0,65,131,28,0,33,131,166,3,8,124,56,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,120,35,159,124,
-181,172,255,75,1,0,0,56,0,0,31,144,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,121,173,255,75,0,0,3,44,
-44,0,130,64,104,0,159,129,1,0,0,56,110,0,31,152,188,1,12,128,
-2,0,159,137,120,251,227,127,166,3,9,124,250,7,140,85,2,0,159,153,
-33,4,128,78,20,0,1,128,12,0,225,131,1,0,96,56,16,0,33,56,
-166,3,8,124,32,0,128,78,200,255,33,148,20,0,225,146,24,0,1,147,
-28,0,33,147,32,0,65,147,36,0,97,147,40,0,129,147,44,0,161,147,
-166,2,8,124,60,0,1,144,48,0,193,147,120,27,126,124,52,0,225,147,
-120,35,159,124,33,175,255,75,1,0,3,44,60,0,130,64,32,0,65,131,
-48,0,193,131,44,0,161,131,28,0,33,131,36,0,97,131,52,0,225,131,
-40,0,129,131,24,0,1,131,60,0,1,128,20,0,225,130,1,0,96,56,
-166,3,8,124,56,0,33,56,32,0,128,78,7,0,30,136,116,7,0,124,
-239,255,0,44,0,0,64,59,12,0,130,65,223,255,0,44,32,0,130,64,
-104,0,158,129,180,1,12,128,120,243,195,127,166,3,9,124,33,4,128,78,
-1,0,160,56,48,24,186,124,255,255,218,48,16,209,6,127,0,0,32,59,
-32,0,96,59,1,0,160,59,48,200,167,127,57,56,233,127,128,0,130,65,
-4,0,94,169,0,0,224,58,0,80,23,124,1,0,160,59,120,187,252,126,
-104,0,128,64,20,226,126,125,16,0,107,128,104,0,131,129,188,0,12,128,
-120,203,36,127,166,3,9,124,33,4,128,78,12,0,97,144,12,0,161,160,
-8,0,161,176,14,0,193,160,10,0,193,176,8,0,1,129,255,7,0,85,
-24,0,130,65,48,184,168,127,57,64,73,127,12,0,130,64,120,67,90,127,
-1,0,24,59,4,0,94,169,1,0,247,58,0,80,23,124,4,0,156,59,
-160,255,128,65,255,255,123,55,1,0,57,59,112,255,130,64,1,0,24,44,
-38,0,0,124,254,23,0,84,1,0,3,104,60,0,1,128,48,0,193,131,
-36,0,97,131,28,0,33,131,40,0,129,131,24,0,1,131,32,0,65,131,
-52,0,225,131,44,0,161,131,20,0,225,130,166,3,8,124,56,0,33,56,
-32,0,128,78,192,255,33,148,44,0,97,147,48,0,129,147,52,0,161,147,
-56,0,193,147,166,2,8,124,68,0,1,144,60,0,225,147,120,35,159,124,
-28,0,31,128,4,0,127,129,16,0,159,129,28,0,129,145,16,0,97,145,
-40,0,1,144,12,0,63,129,8,0,31,129,24,0,33,145,24,0,31,168,
-20,0,159,169,20,0,1,145,36,0,1,176,32,0,129,177,8,0,127,131,
-12,0,159,131,120,27,125,124,10,0,125,169,80,0,125,128,120,43,190,124,
-32,0,43,57,0,0,224,56,32,0,139,33,48,92,96,127,48,96,136,127,
-48,76,138,127,48,92,134,127,120,67,11,124,120,91,69,125,93,83,1,72,
-0,0,159,131,120,27,127,124,133,5,1,72,9,0,64,61,176,108,74,57,
-8,0,131,147,40,0,227,147,4,0,67,145,0,0,0,56,0,0,30,144,
-7,0,221,136,116,7,198,124,239,255,6,44,12,0,97,144,192,0,130,65,
-16,0,125,128,104,0,227,128,52,0,7,129,12,0,129,56,8,0,161,56,
-166,3,9,125,33,4,128,78,120,27,127,124,20,0,125,128,104,0,131,129,
-52,0,204,128,8,0,1,128,0,0,94,129,8,0,161,56,12,0,129,56,
-166,3,201,124,20,2,74,125,0,0,94,145,33,4,128,78,8,0,225,128,
-0,0,94,129,120,251,233,127,20,58,74,125,0,0,94,145,12,0,201,128,
-0,0,6,44,20,0,130,65,120,51,201,124,12,0,201,128,0,0,6,44,
-244,255,130,64,12,0,105,144,12,0,97,128,2,0,106,57,166,0,0,124,
-94,4,12,84,36,1,128,125,0,0,35,169,0,128,7,112,21,90,41,125,
-0,0,35,177,166,0,0,125,94,4,8,85,120,59,8,125,36,1,0,125,
-128,0,130,64,112,0,0,72,108,0,29,137,116,7,8,125,58,16,8,85,
-20,66,61,125,16,0,105,128,104,0,67,129,52,0,106,129,120,243,197,127,
-12,0,129,56,166,3,105,125,33,4,128,78,120,27,127,124,12,0,97,128,
-0,0,94,129,1,0,106,57,166,0,0,124,94,4,12,84,36,1,128,125,
-0,0,35,169,0,128,7,112,21,90,41,125,0,0,35,177,166,0,0,125,
-94,4,8,85,120,59,8,125,36,1,0,125,16,0,130,64,4,0,3,128,
-166,3,9,124,33,4,128,78,120,251,227,127,60,0,225,131,52,0,161,131,
-56,0,193,131,68,0,1,128,48,0,129,131,44,0,97,131,166,3,8,124,
-64,0,33,56,32,0,128,78,184,255,33,148,44,0,33,147,48,0,65,147,
-52,0,97,147,60,0,161,147,64,0,193,147,68,0,225,147,166,2,8,124,
-76,0,1,144,56,0,129,147,120,35,156,124,28,0,28,128,4,0,156,129,
-16,0,220,128,28,0,193,144,16,0,129,145,40,0,1,144,12,0,60,129,
-8,0,28,129,24,0,33,145,24,0,28,168,20,0,156,169,120,43,189,124,
-20,0,1,145,32,0,129,177,36,0,1,176,8,0,188,128,120,27,123,124,
-10,0,123,169,12,0,220,128,80,0,123,128,32,0,43,57,0,0,224,56,
-32,0,11,32,48,0,200,124,48,76,202,124,48,92,223,124,48,92,166,124,
-120,67,203,124,120,91,94,125,120,243,197,127,120,251,230,127,25,81,1,72,
-0,0,60,131,120,27,122,124,65,3,1,72,9,0,224,60,176,108,231,56,
-8,0,35,147,40,0,67,147,4,0,227,144,7,0,219,136,116,7,198,124,
-239,255,6,44,12,0,97,144,48,1,130,65,223,255,6,44,112,0,130,64,
-108,0,91,139,16,0,219,59,116,7,90,127,58,16,73,87,46,240,105,124,
-104,0,67,129,44,0,138,129,0,0,220,128,12,0,129,56,120,235,165,127,
-166,3,137,125,33,4,128,78,120,27,127,124,1,0,26,56,122,23,7,84,
-46,240,103,124,104,0,3,129,52,0,40,129,12,0,129,56,8,0,161,56,
-166,3,41,125,33,4,128,78,120,251,235,127,12,0,11,128,0,0,0,44,
-124,0,130,65,104,0,0,72,122,7,201,87,254,247,218,87,16,0,219,59,
-46,240,105,124,104,0,67,129,44,0,138,129,0,0,220,128,12,0,129,56,
-120,235,165,127,166,3,137,125,33,4,128,78,120,27,127,124,1,0,26,56,
-122,23,7,84,46,240,103,124,104,0,3,129,52,0,40,129,12,0,129,56,
-8,0,161,56,166,3,41,125,33,4,128,78,120,251,235,127,12,0,11,128,
-0,0,0,44,20,0,130,65,120,3,11,124,12,0,11,128,0,0,0,44,
-244,255,130,64,12,0,107,144,12,0,97,128,8,0,65,129,2,0,10,56,
-166,0,96,125,94,4,103,85,36,1,224,124,0,0,131,169,0,128,105,113,
-21,2,140,125,0,0,131,177,166,0,64,125,94,4,74,85,120,75,74,125,
-36,1,64,125,124,0,130,64,108,0,0,72,108,0,123,137,16,0,219,59,
-116,7,107,125,58,16,107,85,46,240,107,124,104,0,131,129,44,0,12,128,
-0,0,220,128,12,0,129,56,120,235,165,127,166,3,9,124,33,4,128,78,
-120,27,127,124,12,0,97,128,166,0,96,125,94,4,103,85,36,1,224,124,
-0,0,131,169,0,128,105,113,1,0,140,53,0,0,131,177,166,0,64,125,
-94,4,74,85,120,75,74,125,36,1,64,125,16,0,130,64,4,0,3,128,
-166,3,9,124,33,4,128,78,52,0,97,131,60,0,161,131,120,251,227,127,
-68,0,225,131,56,0,129,131,64,0,193,131,76,0,1,128,48,0,65,131,
-44,0,33,131,166,3,8,124,72,0,33,56,32,0,128,78,232,255,33,148,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,
-120,27,125,124,16,0,125,128,0,0,3,44,1,0,192,59,0,0,224,59,
-28,0,130,65,104,0,67,129,28,0,10,128,166,3,9,124,33,4,128,78,
-120,27,126,124,120,35,159,124,20,0,125,128,0,0,3,44,1,0,96,57,
-0,0,128,57,28,0,130,65,104,0,3,129,28,0,40,129,166,3,41,125,
-33,4,128,78,120,27,107,124,120,35,140,124,64,96,31,124,120,99,132,125,
-120,91,99,125,24,0,129,65,12,0,128,65,64,88,30,124,12,0,128,64,
-120,243,195,127,120,251,228,127,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,176,255,33,148,
-40,0,193,146,44,0,225,146,48,0,1,147,52,0,33,147,60,0,97,147,
-64,0,129,147,68,0,161,147,72,0,193,147,76,0,225,147,166,2,8,124,
-84,0,1,144,56,0,65,147,16,0,196,128,8,0,36,129,120,27,122,124,
-12,0,250,168,12,0,68,129,28,0,4,128,14,0,122,169,20,0,100,171,
-4,0,164,128,10,0,58,171,20,0,65,145,24,0,132,169,0,0,132,131,
-36,0,1,144,56,56,32,125,80,88,224,127,0,248,27,124,16,0,33,145,
-12,0,161,144,32,0,129,177,32,0,25,56,24,0,193,144,32,0,121,32,
-48,204,40,125,48,204,94,125,48,24,75,125,120,91,8,125,48,4,70,125,
-120,67,221,124,104,0,129,65,80,0,122,128,8,0,129,147,120,219,127,127,
-0,0,96,59,120,219,124,127,120,243,198,127,120,235,165,127,120,219,103,127,
-28,0,225,179,141,77,1,72,8,0,225,131,120,27,118,124,181,255,0,72,
-8,0,227,147,40,0,195,146,134,0,26,168,0,0,0,44,132,0,26,169,
-9,0,224,60,8,0,97,144,20,66,218,124,176,108,231,56,4,0,227,144,
-196,0,128,64,116,0,0,72,129,255,0,72,120,27,121,124,10,0,0,60,
-36,119,0,48,4,0,3,144,8,0,131,147,80,0,122,128,8,0,33,147,
-120,251,252,127,120,243,198,127,120,235,165,127,0,0,224,56,28,0,225,179,
-25,77,1,72,8,0,225,131,120,27,118,124,65,255,0,72,8,0,227,147,
-40,0,195,146,134,0,26,168,0,0,0,44,132,0,26,169,9,0,224,60,
-8,0,97,144,20,66,218,124,176,108,231,56,4,0,227,144,80,0,128,64,
-136,0,26,128,166,3,9,124,8,0,129,56,120,51,195,124,33,4,128,78,
-8,0,161,128,166,0,0,124,94,4,6,84,36,1,192,124,0,0,197,168,
-0,128,7,112,21,26,198,124,0,0,197,176,166,0,0,125,94,4,8,85,
-120,59,8,125,36,1,0,125,160,0,130,64,140,0,0,72,136,0,58,169,
-20,74,70,125,191,7,75,85,56,24,0,84,12,0,130,64,0,0,138,129,
-36,0,0,72,80,80,75,125,0,0,170,128,4,0,138,129,56,24,107,85,
-48,92,165,124,32,0,107,33,48,88,140,125,120,43,140,125,20,2,76,125,
-4,0,10,128,120,51,195,124,8,0,129,56,166,3,9,124,33,4,128,78,
-8,0,161,128,166,0,0,124,94,4,6,84,36,1,192,124,0,0,197,168,
-0,128,7,112,21,26,198,124,0,0,197,176,166,0,0,125,94,4,8,85,
-120,59,8,125,36,1,0,125,20,0,130,64,4,0,37,129,120,43,163,124,
-166,3,41,125,33,4,128,78,9,0,224,63,176,108,255,59,81,216,124,127,
-8,0,1,59,1,0,224,58,40,2,129,64,12,0,152,129,8,0,120,129,
-16,0,56,129,4,0,120,128,16,0,3,128,112,254,133,127,20,224,203,124,
-80,0,73,125,20,41,236,124,44,72,140,87,81,96,138,125,8,0,216,144,
-12,0,248,144,24,0,128,65,36,0,67,129,81,96,138,125,0,0,32,57,
-20,0,99,56,240,255,128,64,14,0,154,171,0,224,27,124,20,82,9,125,
-4,0,120,144,1,0,247,58,20,98,8,124,16,0,24,144,84,0,129,64,
-80,0,122,128,20,0,152,179,0,0,224,56,1,0,189,51,120,235,165,127,
-148,1,222,127,120,243,198,127,89,75,1,72,120,27,118,124,133,253,0,72,
-8,0,35,147,40,0,195,146,134,0,26,168,0,0,0,44,132,0,186,168,
-0,0,120,144,20,42,154,125,4,0,227,147,208,0,128,64,128,0,0,72,
-166,0,160,124,94,4,167,84,36,1,224,124,0,0,25,169,20,186,8,125,
-0,128,169,112,0,0,25,177,166,0,0,124,94,4,0,84,120,75,0,124,
-36,1,0,124,80,0,122,128,120,219,124,127,0,0,224,56,20,0,152,179,
-1,0,189,51,120,235,165,127,148,1,222,127,120,243,198,127,217,74,1,72,
-120,27,118,124,5,253,0,72,8,0,35,147,40,0,195,146,134,0,26,168,
-0,0,0,44,132,0,186,168,0,0,120,144,20,42,154,125,4,0,227,147,
-80,0,128,64,136,0,26,128,166,3,9,124,120,195,4,127,120,99,131,125,
-33,4,128,78,0,0,216,128,166,0,0,124,94,4,12,84,36,1,128,125,
-0,0,6,169,0,128,5,112,21,26,8,125,0,0,6,177,166,0,64,125,
-94,4,74,85,120,43,74,125,36,1,64,125,160,0,130,64,140,0,0,72,
-136,0,58,169,20,74,236,124,191,7,235,84,56,24,0,84,12,0,130,64,
-0,0,167,128,36,0,0,72,80,56,235,124,4,0,167,128,0,0,231,128,
-56,24,107,85,48,92,231,124,32,0,107,33,48,88,165,124,120,59,165,124,
-20,2,165,124,4,0,5,128,120,99,131,125,120,195,4,127,166,3,9,124,
-33,4,128,78,0,0,216,128,166,0,0,124,94,4,12,84,36,1,128,125,
-0,0,6,169,0,128,5,112,21,26,8,125,0,0,6,177,166,0,64,125,
-94,4,74,85,120,43,74,125,36,1,64,125,20,0,130,64,4,0,6,128,
-120,51,195,124,166,3,9,124,33,4,128,78,81,216,124,127,224,253,129,65,
-68,0,161,131,52,0,33,131,56,0,65,131,72,0,193,131,64,0,129,131,
-48,0,1,131,60,0,97,131,76,0,225,131,84,0,1,128,44,0,225,130,
-40,0,193,130,166,3,8,124,80,0,33,56,32,0,128,78,126,0,3,168,
-0,0,0,44,124,0,35,169,20,74,131,125,20,0,128,64,128,0,67,129,
-166,3,73,125,120,99,131,125,32,4,128,78,128,0,99,169,20,90,44,125,
-191,7,42,85,56,24,0,84,12,0,130,64,0,0,105,129,36,0,0,72,
-80,72,42,125,0,0,9,129,4,0,105,129,56,24,74,85,48,84,8,125,
-32,0,74,33,48,80,107,125,120,67,107,125,20,2,235,124,4,0,71,129,
-120,99,131,125,166,3,73,125,32,4,128,78,108,0,3,136,116,7,0,124,
-52,0,0,124,126,217,3,84,32,0,128,78,7,0,3,136,239,255,128,57,
-116,7,0,124,120,98,0,124,255,255,128,49,16,1,108,124,32,0,128,78,
-104,0,131,129,4,1,12,128,166,3,9,124,32,4,128,78,255,255,96,56,
-32,0,128,78,100,0,131,128,96,0,99,128,32,0,128,78,44,1,96,56,
-32,0,128,78,1,0,96,56,32,0,128,78,104,0,131,129,20,0,12,128,
-166,3,9,124,32,4,128,78,104,0,131,129,20,0,12,128,166,3,9,124,
-32,4,128,78,104,0,131,129,12,0,12,128,166,3,9,124,32,4,128,78,
-104,0,131,129,20,0,12,128,166,3,9,124,32,4,128,78,0,0,96,56,
-120,27,100,124,32,0,128,78,4,0,3,168,4,0,0,44,38,0,0,124,
-254,23,0,84,1,0,3,104,32,0,128,78,240,255,33,148,8,0,193,147,
-166,2,8,124,20,0,1,144,12,0,225,147,120,51,223,124,120,59,230,124,
-118,0,227,136,128,0,99,128,120,35,158,124,53,17,1,72,0,0,3,44,
-124,0,130,64,0,0,31,44,56,0,130,65,120,251,227,127,160,1,128,56,
-225,255,0,72,120,251,227,127,255,255,128,56,33,0,1,72,12,0,225,131,
-20,0,1,128,8,0,193,131,160,1,96,56,166,3,8,124,16,0,33,56,
-32,0,128,78,0,0,158,129,0,0,236,131,160,1,128,56,120,251,227,127,
-165,255,0,72,120,251,227,127,255,255,128,56,229,255,0,72,12,0,225,131,
-20,0,1,128,8,0,193,131,160,1,96,56,166,3,8,124,16,0,33,56,
-32,0,128,78,12,0,126,144,12,0,225,131,20,0,1,128,8,0,193,131,
-0,0,96,56,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,58,16,140,84,20,98,99,125,
-16,0,107,128,104,0,131,129,52,0,12,128,120,43,191,124,120,251,228,127,
-8,0,161,56,166,3,9,124,33,4,128,78,0,0,127,129,40,0,139,129,
-0,0,12,44,16,0,130,64,40,0,107,144,8,0,97,128,40,0,0,72,
-12,0,108,129,0,0,11,44,20,0,130,65,120,91,108,125,12,0,108,129,
-0,0,11,44,244,255,130,64,12,0,108,144,8,0,97,128,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,108,0,131,169,
-64,96,4,124,0,0,0,56,8,0,130,65,100,255,255,75,120,3,3,124,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,58,16,128,84,
-20,2,99,125,16,0,107,128,104,0,131,129,20,0,12,128,120,43,164,124,
-166,3,9,124,33,4,128,78,12,0,1,128,8,0,33,56,166,3,8,124,
-1,0,96,56,32,0,128,78,168,255,33,148,44,0,161,146,48,0,193,146,
-52,0,225,146,56,0,1,147,60,0,33,147,64,0,65,147,68,0,97,147,
-72,0,129,147,76,0,161,147,84,0,225,147,166,2,8,124,92,0,1,144,
-80,0,193,147,120,35,158,124,0,0,30,129,4,0,232,128,120,43,191,124,
-28,0,168,128,0,0,8,128,16,0,200,128,24,0,193,144,12,0,225,144,
-8,0,1,144,36,0,161,144,4,0,126,129,8,0,158,129,20,0,94,163,
-112,254,74,127,20,88,154,124,20,97,170,124,20,0,161,144,16,0,129,144,
-20,0,136,171,2,0,31,168,0,0,0,44,24,0,136,169,32,0,129,177,
-32,0,225,128,0,0,159,169,120,27,125,124,184,7,231,84,32,0,225,144,
-8,0,29,169,23,0,126,139,20,98,125,124,80,64,122,125,28,0,97,177,
-96,0,128,64,4,0,31,128,120,219,100,127,166,3,9,124,8,0,161,56,
-120,243,198,127,33,4,128,78,8,0,190,128,0,0,158,129,4,0,204,130,
-4,0,158,128,20,0,161,144,16,0,129,144,4,0,191,130,2,0,255,170,
-28,0,33,169,0,0,255,168,8,0,1,59,81,224,137,127,20,58,61,127,
-56,24,250,86,120,27,127,124,164,1,129,64,156,0,0,72,4,0,191,168,
-20,42,227,124,191,7,232,84,56,24,0,84,12,0,130,64,0,0,39,129,
-36,0,0,72,80,56,232,124,0,0,71,129,4,0,39,129,56,24,8,85,
-48,68,74,125,32,0,8,33,48,64,41,125,120,83,41,125,20,2,201,124,
-4,0,6,128,120,219,100,127,120,243,198,127,8,0,161,56,166,3,9,124,
-33,4,128,78,8,0,190,128,0,0,158,129,4,0,204,130,4,0,158,128,
-20,0,161,144,16,0,129,144,4,0,191,130,2,0,255,170,28,0,33,169,
-0,0,255,168,8,0,1,59,81,224,137,127,20,58,61,127,56,24,250,86,
-120,27,127,124,8,1,129,64,16,0,184,128,16,0,22,129,44,72,39,85,
-80,64,197,124,81,56,230,124,24,0,128,65,36,0,214,128,81,56,230,124,
-0,0,160,56,20,0,214,58,240,255,128,64,8,0,93,169,0,80,28,124,
-20,50,37,125,4,0,216,146,20,58,105,125,16,0,120,145,28,0,129,65,
-22,0,158,137,1,0,123,59,64,96,27,124,20,0,152,179,32,0,130,64,
-24,0,0,72,22,0,158,137,1,0,123,59,64,96,27,124,20,0,88,177,
-8,0,130,64,1,0,123,59,0,0,23,44,120,203,35,127,32,0,128,64,
-120,219,100,127,120,195,5,127,120,243,198,127,166,3,169,126,33,4,128,78,
-20,26,255,127,92,0,0,72,52,7,160,126,20,2,163,124,191,7,166,84,
-12,0,130,64,0,0,229,128,36,0,0,72,80,40,166,124,0,0,5,128,
-4,0,229,128,56,24,198,84,48,52,0,124,32,0,198,32,48,48,231,124,
-120,3,231,124,20,210,135,125,4,0,12,128,120,219,100,127,120,195,5,127,
-120,243,198,127,166,3,9,124,33,4,128,78,20,26,255,127,20,0,56,169,
-81,224,137,127,0,255,129,65,56,0,1,131,72,0,129,131,68,0,97,131,
-52,0,225,130,60,0,33,131,76,0,161,131,120,251,227,127,84,0,225,131,
-64,0,65,131,80,0,193,131,92,0,1,128,48,0,193,130,44,0,161,130,
-166,3,8,124,88,0,33,56,32,0,128,78,224,255,33,148,28,0,225,147,
-16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,36,0,1,144,
-120,43,172,124,0,0,64,57,0,0,76,177,8,0,3,168,120,35,159,124,
-20,0,127,161,0,0,191,128,20,0,5,169,20,66,235,124,0,0,7,124,
-0,0,197,131,0,0,133,145,88,0,129,64,244,131,2,129,8,0,1,145,
-248,131,2,128,8,0,161,56,12,0,1,144,161,252,255,75,0,0,191,128,
-0,0,133,129,166,0,224,124,94,4,233,84,36,1,32,125,0,0,44,169,
-0,128,232,112,21,26,41,125,0,0,44,177,166,0,0,124,94,4,0,84,
-120,67,0,124,36,1,0,124,136,0,130,64,116,0,0,72,8,0,133,131,
-12,0,165,131,4,0,223,128,8,0,255,128,112,254,105,125,20,88,102,125,
-8,0,101,145,20,73,135,125,12,0,133,145,23,0,159,136,120,251,230,127,
-245,251,255,75,0,0,191,128,0,0,133,129,12,0,165,147,8,0,133,147,
-166,0,224,124,94,4,233,84,36,1,32,125,0,0,44,169,0,128,232,112,
-21,26,41,125,0,0,44,177,166,0,0,124,94,4,0,84,120,67,0,124,
-36,1,0,124,20,0,130,64,4,0,172,128,120,99,131,125,166,3,169,124,
-33,4,128,78,0,0,223,128,0,0,198,147,24,0,193,131,28,0,225,131,
-36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,
-32,0,128,78,120,255,33,148,120,0,129,147,128,0,193,147,132,0,225,147,
-166,2,8,124,140,0,1,144,124,0,161,147,120,35,157,124,0,0,157,129,
-0,0,108,129,12,0,157,129,120,27,124,124,24,0,108,128,0,0,0,56,
-120,43,191,124,120,51,222,124,32,0,1,176,24,0,1,144,40,0,161,56,
-8,0,97,145,120,243,196,127,120,251,230,127,12,0,161,144,13,0,128,57,
-36,0,129,145,29,213,254,75,4,0,3,44,24,0,129,64,120,27,101,124,
-11,0,96,60,188,12,99,56,247,17,128,56,33,4,248,75,8,0,221,128,
-4,0,189,128,112,254,200,127,20,240,37,125,20,65,70,125,20,0,65,145,
-22,0,221,136,58,16,198,84,16,0,33,145,20,50,252,124,16,0,103,128,
-104,0,3,129,12,0,40,129,8,0,129,56,28,0,225,179,166,3,41,125,
-33,4,128,78,132,0,225,131,128,0,193,131,124,0,161,131,140,0,1,128,
-120,0,129,131,1,0,96,56,166,3,8,124,136,0,33,56,32,0,128,78,
-128,255,33,148,124,0,225,147,120,51,223,124,166,2,8,124,132,0,1,144,
-120,0,193,147,120,35,158,124,12,0,222,128,24,0,102,128,0,0,126,129,
-0,0,139,129,8,0,129,145,120,43,160,124,15,0,32,57,0,0,128,57,
-40,0,161,56,28,0,1,176,120,3,6,124,36,0,33,145,120,251,228,127,
-12,0,161,144,24,0,129,145,32,0,129,177,57,212,254,75,120,27,101,124,
-4,0,5,44,20,0,129,64,11,0,96,60,208,12,99,56,57,18,128,56,
-61,3,248,75,16,0,222,128,24,0,134,128,120,251,229,127,0,0,96,56,
-8,0,193,56,161,151,254,75,0,0,254,128,0,0,135,128,137,149,252,75,
-132,0,1,128,124,0,225,131,120,0,193,131,166,3,8,124,128,0,33,56,
-32,0,128,78,96,255,33,148,124,0,225,146,128,0,1,147,132,0,33,147,
-136,0,65,147,140,0,97,147,144,0,129,147,148,0,161,147,156,0,225,147,
-166,2,8,124,164,0,1,144,152,0,193,147,120,35,158,124,0,0,158,128,
-24,0,4,168,120,43,169,124,0,0,128,57,32,0,1,176,24,0,129,145,
-40,0,97,57,12,0,97,145,13,0,0,56,36,0,1,144,4,0,190,128,
-20,0,158,163,8,0,222,128,20,224,69,125,148,1,102,125,20,0,97,145,
-12,0,126,129,120,27,125,124,16,0,65,145,24,0,107,128,20,0,196,168,
-40,0,161,56,28,0,193,176,8,0,33,145,120,227,132,127,69,211,254,75,
-4,0,3,44,24,0,129,64,120,27,101,124,11,0,96,60,228,12,99,56,
-166,23,128,56,73,2,248,75,4,0,253,168,0,0,32,59,0,56,25,124,
-22,0,94,139,8,0,225,59,120,203,60,127,254,255,103,59,72,0,128,64,
-64,208,25,124,48,0,130,65,108,0,29,168,64,0,25,124,36,0,130,65,
-20,226,253,124,16,0,103,128,104,0,3,129,12,0,40,129,120,251,228,127,
-166,3,41,125,33,4,128,78,4,0,253,168,1,0,57,59,0,56,25,124,
-4,0,156,59,192,255,128,65,8,0,65,129,0,0,254,130,0,0,55,131,
-28,0,23,131,12,0,126,129,24,0,139,128,56,24,11,87,12,0,139,61,
-116,7,12,128,20,0,190,160,1,0,96,56,120,187,230,126,0,0,87,145,
-28,0,23,144,37,150,254,75,0,0,151,128,17,148,252,75,16,0,190,128,
-0,0,5,44,1,0,224,59,20,26,123,127,24,0,130,65,18,0,5,160,
-8,0,189,160,64,40,0,124,8,0,130,64,0,0,224,59,20,0,158,163,
-0,0,28,44,62,6,255,87,80,0,130,65,0,0,31,44,120,227,133,127,
-0,0,192,56,120,243,196,127,120,235,163,127,44,0,130,65,173,252,255,75,
-8,0,29,168,0,0,254,128,20,0,7,169,20,0,158,163,20,66,220,124,
-81,0,166,124,20,26,123,127,172,0,129,64,40,0,0,72,113,253,255,75,
-20,0,158,163,20,26,123,127,0,0,254,128,20,0,7,169,8,0,29,168,
-20,66,220,124,81,0,166,124,132,0,129,64,0,0,31,44,120,243,196,127,
-120,235,163,127,108,0,130,65,81,252,255,75,0,0,55,147,28,0,23,147,
-11,0,0,56,36,0,1,144,20,26,123,127,120,235,163,127,120,211,68,127,
-120,243,198,127,8,0,161,56,249,246,255,75,8,0,129,129,20,26,123,127,
-166,0,0,124,94,4,11,84,36,1,96,125,0,0,172,168,0,128,0,112,
-21,218,165,124,0,0,172,176,166,0,192,124,94,4,198,84,120,3,198,124,
-36,1,192,124,124,0,130,64,104,0,0,72,213,252,255,75,20,26,123,127,
-0,0,55,147,28,0,23,147,11,0,0,56,36,0,1,144,120,235,163,127,
-120,211,68,127,120,243,198,127,8,0,161,56,145,246,255,75,8,0,129,129,
-20,26,123,127,166,0,0,124,94,4,11,84,36,1,96,125,0,0,172,168,
-0,128,0,112,21,218,165,124,0,0,172,176,166,0,192,124,94,4,198,84,
-120,3,198,124,36,1,192,124,20,0,130,64,4,0,12,128,120,99,131,125,
-166,3,9,124,33,4,128,78,136,0,65,131,148,0,161,131,152,0,193,131,
-140,0,97,131,132,0,33,131,144,0,129,131,156,0,225,131,164,0,1,128,
-128,0,1,131,124,0,225,130,166,3,8,124,160,0,33,56,32,0,128,78,
-104,255,33,148,124,0,33,147,128,0,65,147,132,0,97,147,136,0,129,147,
-140,0,161,147,144,0,193,147,148,0,225,147,166,2,8,124,156,0,1,144,
-0,0,4,129,24,0,8,168,32,0,1,176,20,0,4,160,13,0,32,57,
-36,0,33,145,0,0,224,56,24,0,225,144,40,0,65,57,12,0,65,145,
-4,0,36,129,8,0,68,129,120,43,191,124,20,0,105,125,16,0,97,145,
-148,1,138,125,20,0,129,145,20,0,168,168,120,35,158,124,120,251,230,127,
-28,0,161,176,120,27,125,124,1,0,224,56,193,244,255,75,0,0,3,44,
-192,1,130,64,128,0,125,131,12,0,158,131,41,239,0,72,0,0,28,44,
-9,0,160,60,192,109,165,56,0,0,128,57,120,27,107,124,8,0,235,147,
-32,0,107,147,36,0,139,147,40,0,139,145,44,0,139,145,4,0,171,144,
-20,0,130,65,23,0,220,136,49,6,198,84,8,0,130,65,1,0,128,57,
-12,0,190,128,24,0,101,128,2,0,235,160,62,4,140,85,164,108,135,81,
-2,0,235,176,2,0,11,161,0,2,8,97,2,0,11,177,28,0,193,168,
-0,0,128,56,40,0,161,56,8,0,97,145,177,207,254,75,120,27,101,124,
-4,0,5,44,20,0,129,64,11,0,96,60,248,12,99,56,59,23,128,56,
-181,254,247,75,4,0,221,168,0,0,96,59,0,48,27,124,22,0,62,139,
-8,0,225,59,120,219,124,127,254,255,70,59,72,0,128,64,64,200,27,124,
-48,0,130,65,108,0,29,168,64,0,27,124,36,0,130,65,20,226,93,125,
-16,0,106,128,104,0,99,129,12,0,139,129,120,251,228,127,166,3,137,125,
-33,4,128,78,4,0,221,168,1,0,123,59,0,48,27,124,4,0,156,59,
-192,255,128,65,0,0,126,131,28,0,155,131,56,24,135,87,12,0,7,61,
-116,7,40,129,12,0,190,128,24,0,133,128,0,0,251,131,8,0,1,128,
-0,0,160,56,1,0,96,56,120,219,102,127,0,0,27,144,28,0,59,145,
-145,146,254,75,0,0,155,128,125,144,252,75,0,0,251,147,28,0,155,147,
-11,0,64,57,36,0,65,145,20,26,90,127,120,235,163,127,120,203,36,127,
-120,243,198,127,8,0,161,56,21,244,255,75,8,0,1,129,20,26,90,127,
-166,0,32,125,94,4,32,85,36,1,0,124,0,0,72,169,20,210,74,125,
-0,128,44,113,0,0,72,177,166,0,160,124,94,4,165,84,120,99,165,124,
-36,1,160,124,0,0,10,44,20,0,130,64,4,0,8,128,120,67,3,125,
-166,3,9,124,33,4,128,78,144,0,193,131,136,0,129,131,132,0,97,131,
-140,0,161,131,148,0,225,131,156,0,1,128,128,0,65,131,124,0,33,131,
-166,3,8,124,152,0,33,56,32,0,128,78,64,255,33,148,176,0,129,147,
-140,0,97,146,144,0,129,146,148,0,161,146,152,0,193,146,156,0,225,146,
-160,0,1,147,164,0,33,147,168,0,65,147,172,0,97,147,184,0,193,147,
-188,0,225,147,166,2,8,124,196,0,1,144,180,0,161,147,120,35,157,124,
-12,0,61,129,0,0,9,44,120,27,124,124,120,67,31,125,120,59,254,124,
-120,43,187,124,120,51,217,124,244,0,130,64,8,0,188,168,120,219,102,127,
-1,0,224,56,93,242,255,75,0,0,3,44,216,9,130,64,128,0,28,131,
-12,0,93,131,197,236,0,72,0,0,26,44,9,0,128,61,192,109,140,57,
-0,0,0,57,8,0,99,147,32,0,3,147,36,0,67,147,40,0,3,145,
-44,0,3,145,4,0,131,145,20,0,130,65,23,0,26,136,49,6,0,84,
-8,0,130,65,1,0,0,57,2,0,227,160,62,4,8,85,164,108,7,81,
-2,0,227,176,2,0,3,161,0,2,8,97,2,0,3,177,0,0,29,129,
-8,0,97,144,24,0,8,168,0,0,192,56,56,0,161,56,13,0,96,57,
-24,0,193,144,12,0,161,144,36,0,97,145,32,0,1,176,4,0,125,129,
-8,0,157,129,12,0,61,129,11,0,96,63,12,13,123,59,112,254,198,127,
-20,240,235,124,16,0,225,144,20,49,12,125,20,0,1,145,24,0,105,128,
-120,243,196,127,80,248,94,127,52,7,70,127,28,0,193,176,5,205,254,75,
-4,0,3,44,116,0,129,65,128,0,0,72,0,0,29,129,8,0,97,147,
-24,0,8,168,0,0,192,56,56,0,161,56,13,0,96,57,36,0,97,145,
-24,0,193,144,32,0,1,176,12,0,161,144,4,0,125,129,8,0,157,129,
-11,0,96,63,12,13,123,59,112,254,198,127,20,240,235,124,16,0,225,144,
-20,49,12,125,20,0,1,145,24,0,105,128,120,243,196,127,80,248,94,127,
-52,7,70,127,28,0,193,176,149,204,254,75,4,0,3,44,20,0,129,64,
-120,219,99,127,175,24,128,56,0,0,160,56,157,251,247,75,4,0,28,169,
-1,0,153,58,0,64,20,124,22,0,253,138,8,0,65,59,0,0,192,58,
-58,16,153,86,64,0,128,64,64,184,20,124,40,0,130,65,20,202,156,125,
-16,0,108,128,104,0,163,128,12,0,197,128,120,211,68,127,166,3,201,124,
-33,4,128,78,4,0,28,169,1,0,214,58,1,0,148,58,0,64,20,124,
-4,0,57,59,200,255,128,65,23,0,29,136,0,0,128,58,64,0,20,124,
-8,0,65,59,120,163,153,126,64,0,130,65,64,184,20,124,40,0,130,65,
-20,202,252,124,16,0,103,128,104,0,3,129,12,0,8,128,120,211,68,127,
-166,3,9,124,33,4,128,78,23,0,29,136,1,0,214,58,1,0,148,58,
-64,0,20,124,4,0,57,59,200,255,130,64,0,0,157,129,20,0,108,169,
-0,0,108,130,8,0,28,168,0,0,11,124,8,0,65,129,38,0,160,124,
-255,23,184,84,0,0,76,145,100,1,130,65,8,0,157,129,4,0,125,129,
-0,0,30,44,48,0,130,64,120,251,232,127,112,254,10,125,20,64,171,124,
-16,0,161,144,20,81,204,124,80,0,72,127,53,7,90,127,28,0,65,179,
-20,0,193,144,236,0,129,64,28,0,0,72,0,0,0,57,16,0,97,145,
-53,7,218,127,28,0,65,179,20,0,129,145,208,0,129,64,16,0,253,128,
-0,0,7,44,100,0,130,65,18,0,231,160,62,4,0,84,64,0,7,124,
-84,0,130,64,120,227,131,127,120,235,164,127,120,211,69,127,120,67,6,125,
-141,246,255,75,8,0,220,168,8,0,157,129,4,0,125,129,20,0,129,145,
-12,0,253,128,20,26,214,126,16,0,97,145,24,0,103,128,0,0,128,56,
-56,0,161,56,28,0,193,176,241,202,254,75,4,0,3,44,148,0,129,65,
-164,0,0,72,12,0,221,128,24,0,102,128,120,67,4,125,56,0,161,56,
-120,211,70,127,205,202,254,75,4,0,3,44,20,0,129,64,120,219,99,127,
-9,25,128,56,0,0,160,56,213,249,247,75,58,16,224,86,20,2,92,125,
-16,0,106,128,104,0,131,129,12,0,172,128,8,0,129,56,166,3,169,124,
-33,4,128,78,8,0,157,129,8,0,28,168,4,0,125,129,1,0,214,58,
-20,0,129,145,12,0,253,128,16,0,97,145,24,0,103,128,28,0,1,176,
-120,3,6,124,0,0,128,56,56,0,161,56,97,202,254,75,4,0,3,44,
-24,0,129,64,120,219,99,127,27,25,128,56,0,0,160,56,105,249,247,75,
-0,0,3,44,11,0,224,56,36,0,225,144,120,227,131,127,120,187,228,126,
-120,235,166,127,8,0,161,56,121,239,255,75,23,0,157,138,108,0,92,169,
-64,80,20,124,20,0,157,160,13,0,32,57,20,26,214,126,36,0,33,145,
-40,0,130,64,0,0,157,129,20,0,172,170,8,0,28,168,20,34,21,125,
-81,64,160,126,56,0,65,59,8,0,33,59,44,3,129,64,88,2,0,72,
-0,248,4,124,120,251,250,127,8,0,128,64,120,35,154,124,53,7,90,127,
-28,0,65,179,108,0,129,64,12,0,125,129,24,0,107,128,120,211,70,127,
-0,0,128,56,56,0,161,56,177,201,254,75,4,0,3,44,20,0,129,64,
-120,219,99,127,135,25,128,56,0,0,160,56,185,248,247,75,8,0,157,129,
-4,0,125,129,58,16,134,86,20,50,252,124,20,0,129,145,16,0,97,145,
-16,0,103,128,104,0,3,129,12,0,8,128,8,0,129,56,166,3,9,124,
-33,4,128,78,20,0,157,160,1,0,214,58,8,0,28,168,64,0,31,124,
-172,1,130,65,0,248,4,124,80,0,129,65,80,0,95,127,52,7,90,127,
-28,0,65,179,8,0,29,129,4,0,253,128,120,251,228,127,112,254,138,124,
-20,32,103,125,20,81,136,125,20,0,129,145,12,0,221,128,16,0,97,145,
-24,0,102,128,56,0,161,56,120,211,70,127,13,201,254,75,4,0,3,44,
-76,0,129,65,88,0,0,72,80,0,68,127,52,7,90,127,28,0,65,179,
-8,0,29,129,4,0,253,128,112,254,138,124,20,32,103,125,20,81,136,125,
-20,0,129,145,12,0,221,128,16,0,97,145,24,0,102,128,56,0,161,56,
-120,211,70,127,197,200,254,75,4,0,3,44,20,0,129,64,120,219,99,127,
-171,25,128,56,0,0,160,56,205,247,247,75,58,16,133,86,20,42,220,124,
-16,0,102,128,104,0,227,128,12,0,7,128,8,0,129,56,166,3,9,124,
-33,4,128,78,8,0,28,168,0,0,24,44,1,0,214,58,40,0,130,65,
-0,0,157,129,20,0,172,170,20,0,157,160,20,34,21,125,81,64,160,126,
-56,0,65,59,8,0,33,59,160,1,129,64,204,0,0,72,16,0,253,128,
-0,0,7,44,80,0,191,124,92,0,130,65,18,0,39,161,62,4,0,84,
-64,0,9,124,76,0,130,64,120,227,131,127,120,235,164,127,120,251,230,127,
-149,243,255,75,11,0,0,56,36,0,1,144,20,26,214,126,120,227,131,127,
-120,187,228,126,120,235,166,127,8,0,161,56,89,237,255,75,20,0,157,160,
-8,0,28,168,13,0,96,57,20,26,214,126,36,0,97,145,72,0,0,72,
-120,227,131,127,120,235,164,127,120,251,230,127,97,242,255,75,11,0,0,56,
-36,0,1,144,20,26,214,126,120,227,131,127,120,187,228,126,120,235,166,127,
-8,0,161,56,17,237,255,75,20,0,157,160,8,0,28,168,13,0,96,57,
-20,26,214,126,36,0,97,145,0,0,157,129,20,0,172,170,20,34,21,125,
-81,64,160,126,56,0,65,59,8,0,33,59,212,0,129,64,22,0,189,136,
-1,0,148,58,64,40,20,124,8,0,130,64,1,0,148,58,0,0,21,124,
-176,0,129,64,8,0,93,129,4,0,61,129,0,0,30,44,48,0,130,64,
-120,251,236,127,80,0,108,125,53,7,107,125,20,0,121,177,112,254,134,125,
-20,96,233,124,8,0,249,144,20,49,10,125,12,0,25,145,120,0,129,64,
-28,0,0,72,0,0,128,57,53,7,203,127,20,0,121,177,8,0,57,145,
-12,0,89,145,92,0,129,64,12,0,29,129,24,0,104,128,120,99,132,125,
-120,211,69,127,120,91,102,125,9,199,254,75,4,0,3,44,20,0,129,64,
-120,219,99,127,253,25,128,56,0,0,160,56,17,246,247,75,58,16,134,86,
-20,50,28,125,16,0,104,128,104,0,35,129,12,0,73,129,120,203,36,127,
-166,3,73,125,33,4,128,78,8,0,28,168,1,0,214,58,81,168,160,126,
-52,255,129,65,108,0,124,169,64,88,20,124,208,0,53,127,32,2,130,65,
-0,0,30,44,80,0,249,127,64,1,129,64,0,240,31,124,120,243,218,127,
-8,0,128,64,120,251,250,127,52,7,90,127,28,0,65,179,8,0,253,128,
-4,0,221,128,20,0,225,144,12,0,125,129,16,0,193,144,24,0,107,128,
-0,0,128,56,56,0,161,56,120,211,70,127,101,198,254,75,4,0,3,44,
-20,0,129,64,120,219,99,127,96,26,128,56,0,0,160,56,109,245,247,75,
-58,16,128,86,20,2,124,125,16,0,107,128,104,0,131,129,12,0,12,128,
-8,0,129,56,166,3,9,124,33,4,128,78,0,0,24,44,1,0,214,58,
-20,0,130,65,8,0,28,168,64,0,31,124,132,1,130,65,180,0,0,72,
-16,0,253,128,0,0,7,44,92,0,130,65,8,0,188,160,18,0,7,160,
-64,40,0,124,76,0,130,64,120,227,131,127,120,235,164,127,120,243,197,127,
-0,0,192,56,77,241,255,75,11,0,224,56,36,0,225,144,20,26,214,126,
-120,227,131,127,120,187,228,126,120,235,166,127,8,0,161,56,17,235,255,75,
-8,0,28,168,13,0,0,57,20,26,214,126,36,0,1,145,72,0,0,72,
-120,227,131,127,120,235,164,127,120,243,197,127,0,0,192,56,25,240,255,75,
-11,0,224,56,36,0,225,144,20,26,214,126,120,227,131,127,120,187,228,126,
-120,235,166,127,8,0,161,56,201,234,255,75,8,0,28,168,13,0,0,57,
-20,26,214,126,36,0,1,145,64,0,31,124,208,0,130,65,0,240,31,124,
-76,0,128,65,52,7,58,127,28,0,65,179,8,0,93,129,4,0,61,129,
-112,254,236,127,20,248,201,124,20,97,234,124,20,0,225,144,12,0,29,129,
-16,0,193,144,24,0,104,128,120,251,228,127,56,0,161,56,120,211,70,127,
-29,197,254,75,4,0,3,44,80,0,129,65,92,0,0,72,80,0,94,127,
-52,7,90,127,28,0,65,179,8,0,93,129,4,0,61,129,112,254,204,127,
-20,240,201,124,20,97,234,124,20,0,225,144,12,0,29,129,16,0,193,144,
-24,0,104,128,120,243,196,127,56,0,161,56,120,211,70,127,209,196,254,75,
-4,0,3,44,20,0,129,64,120,219,99,127,159,26,128,56,0,0,160,56,
-217,243,247,75,58,16,128,86,20,2,188,124,16,0,101,128,104,0,195,128,
-12,0,6,128,8,0,129,56,166,3,9,124,33,4,128,78,1,0,214,58,
-220,131,34,129,40,0,33,145,224,131,2,128,40,0,161,56,120,235,164,127,
-120,227,131,127,44,0,1,144,173,234,255,75,236,131,162,128,48,0,161,144,
-240,131,194,128,120,235,164,127,20,26,214,126,48,0,161,56,120,227,131,127,
-52,0,193,144,137,234,255,75,8,0,129,129,20,26,214,126,166,0,0,125,
-94,4,0,85,36,1,0,124,0,0,108,169,20,178,107,125,0,128,5,113,
-0,0,108,177,166,0,224,124,94,4,231,84,120,43,231,124,36,1,224,124,
-0,0,11,44,20,0,130,64,4,0,12,128,120,99,131,125,166,3,9,124,
-33,4,128,78,0,0,93,129,0,0,106,146,156,0,225,130,176,0,129,131,
-180,0,161,131,160,0,1,131,152,0,193,130,172,0,97,131,184,0,193,131,
-164,0,33,131,148,0,161,130,168,0,65,131,188,0,225,131,196,0,1,128,
-144,0,129,130,140,0,97,130,166,3,8,124,192,0,33,56,32,0,128,78,
-120,255,33,148,128,0,193,147,132,0,225,147,166,2,8,124,140,0,1,144,
-124,0,161,147,120,27,125,124,8,0,221,168,120,35,158,124,12,0,62,129,
-24,0,105,128,0,0,128,56,120,43,191,124,40,0,161,56,125,195,254,75,
-120,27,101,124,4,0,5,44,20,0,129,64,11,0,96,60,32,13,99,56,
-171,17,128,56,129,242,247,75,0,0,126,129,0,0,11,128,24,0,139,169,
-0,0,64,57,40,0,1,57,11,0,224,56,24,0,65,145,12,0,1,145,
-36,0,225,144,32,0,129,177,8,0,1,144,8,0,190,128,4,0,158,128,
-16,0,129,144,20,0,161,144,8,0,29,168,22,0,254,136,58,16,231,84,
-20,58,29,125,16,0,104,128,104,0,35,129,52,0,73,129,8,0,129,56,
-28,0,1,176,120,251,229,127,166,3,73,125,33,4,128,78,140,0,1,128,
-124,0,161,131,132,0,225,131,128,0,193,131,166,3,8,124,136,0,33,56,
-32,0,128,78,104,255,33,148,124,0,33,147,128,0,65,147,132,0,97,147,
-136,0,129,147,144,0,193,147,148,0,225,147,166,2,8,124,156,0,1,144,
-140,0,161,147,120,35,157,124,0,0,61,129,0,0,105,131,24,0,9,168,
-36,0,1,176,20,0,201,168,16,0,137,129,28,0,129,145,120,43,190,124,
-0,0,201,147,11,0,0,56,40,0,1,144,32,0,193,176,12,0,193,147,
-8,0,93,131,20,0,157,160,4,0,61,131,20,32,89,125,20,0,65,145,
-148,1,122,125,24,0,97,145,12,0,93,129,120,27,124,124,24,0,106,128,
-44,0,161,56,73,194,254,75,120,27,101,124,4,0,5,44,20,0,129,64,
-11,0,96,60,52,13,99,56,243,15,128,56,77,241,247,75,22,0,29,137,
-16,0,252,59,58,16,8,85,46,248,104,124,104,0,35,129,52,0,73,129,
-44,0,1,56,0,0,32,59,12,0,129,56,8,0,161,56,16,0,1,144,
-28,0,33,147,166,3,73,125,33,4,128,78,0,0,61,129,16,0,9,128,
-23,0,253,136,120,27,122,124,58,16,231,84,46,248,103,124,104,0,3,129,
-44,0,72,129,28,0,137,129,4,0,105,129,120,203,38,127,44,0,161,56,
-28,0,1,144,16,0,97,145,12,0,129,56,40,0,129,145,166,3,73,125,
-33,4,128,78,120,27,127,124,40,0,254,147,20,0,189,160,0,0,221,128,
-28,0,38,131,12,0,128,61,116,7,140,57,56,24,32,87,46,0,236,124,
-12,0,93,129,24,0,138,128,1,0,96,56,28,0,230,144,17,133,254,75,
-0,0,29,129,0,0,136,128,249,130,252,75,8,0,188,168,16,0,93,129,
-0,0,10,44,8,0,97,144,60,0,130,64,120,227,131,127,120,235,164,127,
-0,0,192,56,197,235,255,75,12,0,31,129,0,0,8,44,8,0,193,128,
-0,0,61,129,28,0,41,147,0,0,105,147,20,26,198,124,8,0,193,144,
-148,0,130,65,128,0,0,72,18,0,106,161,62,4,170,84,64,80,11,124,
-60,0,130,65,120,227,131,127,120,235,164,127,0,0,192,56,125,235,255,75,
-12,0,31,129,0,0,8,44,8,0,193,128,0,0,61,129,28,0,41,147,
-0,0,105,147,20,26,198,124,8,0,193,144,76,0,130,65,56,0,0,72,
-120,227,131,127,120,235,164,127,0,0,192,56,49,236,255,75,12,0,31,129,
-0,0,8,44,8,0,193,128,0,0,61,129,28,0,41,147,0,0,105,147,
-20,26,198,124,8,0,193,144,20,0,130,65,120,67,31,125,12,0,31,129,
-0,0,8,44,244,255,130,64,12,0,95,147,1,0,102,57,166,0,0,124,
-94,4,12,84,36,1,128,125,0,0,222,168,0,128,0,112,21,90,198,124,
-0,0,222,176,166,0,224,124,94,4,231,84,120,3,231,124,36,1,224,124,
-20,0,130,64,4,0,30,128,120,243,195,127,166,3,9,124,33,4,128,78,
-144,0,193,131,136,0,129,131,132,0,97,131,140,0,161,131,148,0,225,131,
-156,0,1,128,128,0,65,131,124,0,33,131,166,3,8,124,152,0,33,56,
-32,0,128,78,216,255,33,148,20,0,97,147,24,0,129,147,28,0,161,147,
-32,0,193,147,166,2,8,124,44,0,1,144,36,0,225,147,120,27,127,124,
-14,0,31,168,120,35,155,124,0,0,219,128,20,0,198,171,64,0,30,124,
-120,43,188,124,24,0,130,64,120,243,197,127,11,0,96,60,72,13,99,56,
-238,13,128,56,233,238,247,75,20,0,155,161,8,0,31,169,20,242,236,124,
-0,64,7,124,120,251,227,127,120,219,100,127,232,1,129,64,0,0,155,129,
-0,0,172,131,8,0,161,56,0,0,140,147,229,251,255,75,40,0,124,144,
-16,0,59,129,0,0,9,44,8,0,191,168,128,0,130,64,120,251,227,127,
-120,219,100,127,0,0,192,56,245,233,255,75,8,0,193,131,20,26,222,127,
-8,0,193,147,196,131,2,128,12,0,1,144,200,131,162,128,120,219,100,127,
-120,251,227,127,16,0,161,144,12,0,161,56,129,229,255,75,20,26,222,127,
-8,0,193,147,166,0,64,125,94,4,71,85,36,1,224,124,0,0,156,169,
-20,242,140,125,0,128,73,113,0,0,156,177,166,0,0,124,94,4,0,84,
-120,75,0,124,36,1,0,124,0,0,12,44,28,1,130,64,8,1,0,72,
-18,0,9,160,62,4,170,84,64,80,0,124,128,0,130,65,120,251,227,127,
-120,219,100,127,0,0,192,56,105,233,255,75,8,0,193,131,20,26,222,127,
-8,0,193,147,196,131,2,128,12,0,1,144,200,131,162,128,120,219,100,127,
-120,251,227,127,16,0,161,144,12,0,161,56,245,228,255,75,20,26,222,127,
-8,0,193,147,166,0,64,125,94,4,71,85,36,1,224,124,0,0,156,169,
-20,242,140,125,0,128,73,113,0,0,156,177,166,0,0,124,94,4,0,84,
-120,75,0,124,36,1,0,124,0,0,12,44,144,0,130,64,124,0,0,72,
-120,251,227,127,120,219,100,127,0,0,192,56,217,233,255,75,8,0,193,131,
-20,26,222,127,8,0,193,147,196,131,2,128,12,0,1,144,200,131,162,128,
-120,219,100,127,120,251,227,127,16,0,161,144,12,0,161,56,121,228,255,75,
-20,26,222,127,8,0,193,147,166,0,64,125,94,4,71,85,36,1,224,124,
-0,0,156,169,20,242,140,125,0,128,73,113,0,0,156,177,166,0,0,124,
-94,4,0,84,120,75,0,124,36,1,0,124,0,0,12,44,20,0,130,64,
-4,0,28,128,120,227,131,127,166,3,9,124,33,4,128,78,0,0,219,128,
-0,0,166,147,28,0,161,131,32,0,193,131,36,0,225,131,44,0,1,128,
-24,0,129,131,20,0,97,131,166,3,8,124,40,0,33,56,32,0,128,78,
-120,227,133,127,237,250,255,75,28,0,161,131,32,0,193,131,36,0,225,131,
-44,0,1,128,24,0,129,131,20,0,97,131,166,3,8,124,40,0,33,56,
-32,0,128,78,224,255,33,148,12,0,97,147,16,0,129,147,20,0,161,147,
-28,0,225,147,166,2,8,124,36,0,1,144,24,0,193,147,120,27,125,124,
-108,0,157,169,120,35,158,124,23,0,126,139,22,0,158,139,64,96,28,124,
-120,43,191,124,48,0,130,64,120,227,133,127,11,0,96,60,92,13,99,56,
-249,21,128,56,105,236,247,75,108,0,157,169,0,0,3,44,16,0,130,65,
-0,96,27,124,16,0,129,64,76,0,0,72,0,96,27,124,68,0,129,65,
-8,0,29,168,0,0,94,129,20,0,170,168,20,0,222,160,80,0,102,125,
-81,40,43,125,120,3,10,124,28,0,129,64,1,0,123,59,64,224,27,124,
-8,0,130,64,1,0,123,59,81,72,42,125,236,255,129,65,0,96,27,124,
-56,0,128,64,120,235,163,127,120,243,196,127,120,251,229,127,193,252,255,75,
-20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,
-12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,64,96,27,124,
-0,0,224,56,120,3,8,124,8,0,130,64,20,74,8,125,23,0,126,137,
-64,96,11,124,8,0,130,64,120,51,199,124,20,42,134,125,0,0,12,124,
-120,243,196,127,120,251,229,127,120,235,163,127,48,0,129,64,120,219,102,127,
-41,238,255,75,20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,
-16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,
-109,232,255,75,20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,
-16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,
-192,255,33,148,40,0,65,147,44,0,97,147,48,0,129,147,52,0,161,147,
-60,0,225,147,166,2,8,124,68,0,1,144,56,0,193,147,120,35,158,124,
-0,0,254,128,0,0,135,131,12,0,158,129,0,0,12,44,120,43,191,124,
-120,27,125,124,184,0,130,64,8,0,189,168,120,251,230,127,1,0,224,56,
-85,224,255,75,0,0,3,44,208,1,130,64,128,0,93,131,12,0,126,131,
-189,218,0,72,0,0,27,44,9,0,64,61,192,109,74,57,0,0,0,56,
-8,0,227,147,32,0,67,147,36,0,99,147,40,0,3,144,44,0,3,144,
-4,0,67,145,20,0,130,65,23,0,155,137,49,6,140,85,8,0,130,65,
-1,0,0,56,2,0,163,160,62,4,0,84,164,108,5,80,2,0,163,176,
-2,0,195,160,0,0,254,128,120,243,196,127,120,27,127,124,0,0,231,147,
-8,0,161,56,0,2,198,96,2,0,195,176,120,235,163,127,149,247,255,75,
-40,0,127,144,117,0,253,136,0,0,7,44,120,235,163,127,120,243,196,127,
-168,0,130,65,40,0,0,72,0,0,231,147,8,0,161,56,109,247,255,75,
-40,0,127,144,117,0,253,136,0,0,7,44,120,235,163,127,120,243,196,127,
-128,0,130,65,0,0,254,128,28,0,167,131,56,24,168,87,12,0,40,61,
-112,7,73,129,28,0,71,145,212,131,2,128,12,0,1,144,216,131,162,128,
-16,0,161,144,12,0,161,56,17,225,255,75,8,0,1,129,0,0,254,128,
-0,0,135,147,28,0,167,147,20,26,8,125,8,0,1,145,166,0,224,124,
-94,4,224,84,36,1,0,124,0,0,127,169,0,128,233,112,21,66,107,125,
-0,0,127,177,166,0,0,124,94,4,0,84,120,75,0,124,36,1,0,124,
-152,0,130,64,132,0,0,72,220,131,2,129,20,0,1,145,224,131,2,128,
-20,0,161,56,24,0,1,144,173,224,255,75,8,0,65,129,20,26,74,125,
-8,0,65,145,228,131,2,128,28,0,1,144,232,131,162,128,120,243,196,127,
-120,235,163,127,32,0,161,144,28,0,161,56,129,224,255,75,8,0,1,129,
-0,0,254,128,0,0,135,147,166,0,224,124,94,4,224,84,36,1,0,124,
-0,0,127,169,0,128,233,112,21,66,107,125,0,0,127,177,166,0,0,124,
-94,4,0,84,120,75,0,124,36,1,0,124,20,0,130,64,4,0,127,129,
-120,251,227,127,166,3,105,125,33,4,128,78,56,0,193,131,48,0,129,131,
-52,0,161,131,60,0,225,131,68,0,1,128,44,0,97,131,40,0,65,131,
-166,3,8,124,64,0,33,56,32,0,128,78,88,255,33,148,124,0,161,146,
-128,0,193,146,136,0,1,147,140,0,33,147,144,0,65,147,148,0,97,147,
-152,0,129,147,156,0,161,147,160,0,193,147,164,0,225,147,166,2,8,124,
-172,0,1,144,132,0,225,146,120,35,151,124,0,0,55,129,0,0,105,129,
-120,27,118,124,8,0,214,168,12,0,23,129,24,0,104,128,0,0,128,56,
-40,0,161,56,24,0,129,144,32,0,129,176,12,0,161,144,8,0,97,145,
-13,0,0,57,36,0,1,145,93,185,254,75,120,27,101,124,4,0,5,44,
-20,0,129,64,11,0,96,60,112,13,99,56,23,21,128,56,97,232,247,75,
-8,0,119,129,4,0,87,129,16,0,65,145,20,0,97,145,8,0,22,168,
-28,0,1,176,4,0,22,168,0,0,224,59,120,251,245,127,0,0,21,124,
-23,0,55,139,22,0,23,139,40,0,129,59,8,0,97,59,120,251,253,127,
-120,251,254,127,120,243,218,127,128,1,128,64,64,192,21,124,104,1,130,65,
-64,200,21,124,116,0,130,64,20,0,23,160,0,0,0,44,32,0,130,64,
-0,0,151,129,20,0,236,168,8,0,118,169,20,2,199,127,81,240,203,127,
-140,0,128,64,152,0,0,72,20,210,246,124,16,0,103,128,104,0,35,129,
-12,0,105,129,20,0,27,176,120,219,100,127,166,3,105,125,33,4,128,78,
-8,0,118,169,0,0,151,129,20,0,123,177,20,0,236,168,20,0,23,160,
-20,2,199,127,81,240,203,127,1,0,255,59,68,0,128,64,80,0,0,72,
-0,0,30,44,44,0,130,64,20,210,86,125,16,0,106,128,104,0,131,129,
-12,0,108,129,120,219,100,127,166,3,105,125,33,4,128,78,4,0,22,168,
-1,0,255,59,192,0,0,72,8,0,118,169,81,240,203,127,20,0,128,65,
-4,0,22,168,1,0,181,58,4,0,90,59,172,0,0,72,208,0,30,124,
-20,0,27,176,8,0,87,129,4,0,55,129,4,0,187,128,16,0,197,128,
-20,242,11,124,112,254,8,124,20,0,105,125,20,65,138,125,12,0,155,145,
-44,72,12,84,81,96,134,125,8,0,123,145,20,0,128,65,36,0,197,128,
-81,96,134,125,20,0,165,56,244,255,128,64,20,210,22,125,16,0,104,128,
-104,0,35,129,12,0,73,129,20,98,230,124,4,0,187,144,0,0,192,59,
-120,219,100,127,16,0,251,144,166,3,73,125,33,4,128,78,8,0,22,168,
-8,0,151,129,4,0,119,129,20,0,27,176,4,0,22,168,1,0,255,59,
-12,0,155,145,8,0,123,145,4,0,155,147,16,0,187,147,4,0,90,59,
-1,0,181,58,0,0,21,124,136,254,128,65,136,0,1,131,152,0,129,131,
-148,0,97,131,132,0,225,130,140,0,33,131,156,0,161,131,120,251,227,127,
-164,0,225,131,144,0,65,131,160,0,193,131,172,0,1,128,128,0,193,130,
-124,0,161,130,166,3,8,124,168,0,33,56,32,0,128,78,88,255,33,148,
-128,0,193,146,132,0,225,146,136,0,1,147,140,0,33,147,144,0,65,147,
-148,0,97,147,152,0,129,147,160,0,193,147,164,0,225,147,166,2,8,124,
-172,0,1,144,156,0,161,147,120,35,157,124,0,0,61,129,120,43,190,124,
-20,0,169,168,120,27,124,124,1,0,224,56,120,243,198,127,109,219,255,75,
-0,0,3,44,104,2,130,64,0,0,157,129,0,0,108,131,128,0,60,131,
-12,0,93,131,205,213,0,72,0,0,26,44,9,0,192,60,192,109,198,56,
-0,0,128,57,120,27,127,124,8,0,223,147,32,0,63,147,36,0,95,147,
-40,0,159,145,44,0,159,145,4,0,223,144,20,0,130,65,23,0,250,136,
-49,6,231,84,8,0,130,65,1,0,128,57,2,0,31,161,62,4,140,85,
-164,108,136,81,0,0,157,129,2,0,31,177,2,0,31,160,0,2,0,96,
-2,0,31,176,20,0,204,168,12,0,29,129,24,0,104,128,0,0,128,56,
-44,0,161,56,0,0,236,147,81,182,254,75,120,27,101,124,4,0,5,44,
-20,0,129,64,11,0,96,60,132,13,99,56,145,20,128,56,85,229,247,75,
-0,0,157,129,24,0,12,168,36,0,1,176,20,0,29,160,0,0,192,59,
-44,0,97,57,11,0,64,57,28,0,193,147,16,0,97,145,12,0,225,147,
-40,0,65,145,8,0,189,128,4,0,157,128,20,0,36,125,148,1,69,125,
-24,0,65,145,22,0,189,136,20,0,33,145,16,0,92,59,58,16,165,84,
-46,208,101,124,104,0,195,128,52,0,230,128,20,0,12,168,32,0,1,176,
-12,0,129,56,8,0,161,56,166,3,233,124,33,4,128,78,40,0,127,144,
-13,0,0,57,40,0,1,145,4,0,28,169,120,243,214,127,0,64,22,124,
-23,0,29,139,8,0,225,58,12,0,33,59,80,0,128,64,22,0,29,136,
-64,0,22,124,52,0,130,65,64,192,22,124,44,0,130,65,46,240,122,124,
-104,0,67,129,12,0,10,128,120,203,36,127,166,3,9,124,33,4,128,78,
-0,0,183,128,4,0,28,169,1,0,165,56,0,0,183,144,1,0,214,58,
-0,64,22,124,4,0,222,59,184,255,128,65,0,0,221,128,28,0,230,130,
-12,0,224,60,116,7,231,56,56,24,224,86,46,0,7,124,12,0,29,129,
-24,0,136,128,1,0,96,56,0,0,160,56,28,0,6,144,185,120,254,75,
-0,0,93,129,0,0,138,128,161,118,252,75,8,0,193,131,0,0,189,128,
-20,26,222,127,8,0,193,147,8,0,37,131,28,0,229,146,20,0,97,129,
-12,0,69,131,24,0,129,129,120,235,166,127,120,195,4,127,120,227,131,127,
-12,0,133,145,8,0,101,145,37,218,255,75,0,0,157,129,20,26,222,127,
-0,0,108,147,12,0,76,147,8,0,44,147,8,0,193,147,166,0,64,125,
-94,4,64,85,36,1,0,124,0,0,127,169,0,128,64,113,21,242,107,125,
-0,0,127,177,166,0,192,124,94,4,198,84,120,3,198,124,36,1,192,124,
-20,0,130,64,4,0,31,128,120,251,227,127,166,3,9,124,33,4,128,78,
-156,0,161,131,140,0,33,131,144,0,65,131,160,0,193,131,152,0,129,131,
-136,0,1,131,148,0,97,131,164,0,225,131,172,0,1,128,132,0,225,130,
-128,0,193,130,166,3,8,124,168,0,33,56,32,0,128,78,200,255,33,148,
-32,0,65,147,36,0,97,147,40,0,129,147,44,0,161,147,48,0,193,147,
-52,0,225,147,166,2,8,124,60,0,1,144,0,0,228,128,20,0,135,169,
-14,0,35,169,64,72,12,124,120,27,126,124,120,35,159,124,120,43,188,124,
-48,0,130,64,221,247,255,75,48,0,193,131,40,0,129,131,44,0,161,131,
-52,0,225,131,60,0,1,128,36,0,97,131,32,0,65,131,166,3,8,124,
-56,0,33,56,32,0,128,78,20,0,31,161,8,0,190,168,20,98,8,124,
-0,40,0,124,128,1,129,64,120,227,134,127,1,0,224,56,57,216,255,75,
-0,0,3,44,116,1,130,64,0,0,31,129,0,0,168,131,128,0,94,131,
-12,0,127,131,153,210,0,72,0,0,27,44,9,0,96,61,192,109,107,57,
-0,0,0,56,120,27,102,124,8,0,134,147,32,0,70,147,36,0,102,147,
-40,0,6,144,44,0,6,144,4,0,102,145,20,0,130,65,23,0,155,137,
-49,6,140,85,8,0,130,65,1,0,0,56,2,0,6,161,62,4,0,84,
-164,108,8,80,2,0,6,177,2,0,6,160,0,0,127,129,8,0,161,56,
-120,251,228,127,120,51,220,124,120,243,195,127,0,0,139,147,0,2,0,96,
-2,0,6,176,109,239,255,75,40,0,124,144,120,243,195,127,120,251,228,127,
-65,249,255,75,8,0,97,131,20,26,123,127,8,0,97,147,220,131,226,128,
-12,0,225,144,224,131,2,129,120,251,228,127,12,0,161,56,120,243,195,127,
-16,0,1,145,29,217,255,75,20,26,123,127,8,0,97,147,228,131,98,129,
-20,0,97,145,232,131,2,128,20,0,161,56,24,0,1,144,120,243,195,127,
-120,251,228,127,245,216,255,75,0,0,255,128,20,26,123,127,0,0,167,147,
-8,0,97,147,166,0,0,124,94,4,9,84,36,1,32,125,0,0,252,168,
-0,128,10,112,21,218,231,124,0,0,252,176,166,0,0,124,94,4,0,84,
-120,83,0,124,36,1,0,124,68,0,130,64,4,0,156,129,120,227,131,127,
-166,3,137,125,33,4,128,78,48,0,193,131,40,0,129,131,44,0,161,131,
-52,0,225,131,60,0,1,128,36,0,97,131,32,0,65,131,166,3,8,124,
-56,0,33,56,32,0,128,78,120,227,133,127,5,251,255,75,48,0,193,131,
-40,0,129,131,44,0,161,131,52,0,225,131,60,0,1,128,36,0,97,131,
-32,0,65,131,166,3,8,124,56,0,33,56,32,0,128,78,104,255,33,148,
-124,0,33,147,128,0,65,147,132,0,97,147,136,0,129,147,144,0,193,147,
-148,0,225,147,166,2,8,124,156,0,1,144,140,0,161,147,120,35,157,124,
-0,0,29,129,120,43,190,124,20,0,168,168,120,27,124,124,1,0,224,56,
-120,243,198,127,81,214,255,75,0,0,3,44,16,2,130,64,0,0,221,128,
-0,0,102,131,128,0,60,131,12,0,93,131,177,208,0,72,0,0,26,44,
-9,0,32,61,192,109,41,57,0,0,0,56,120,27,127,124,8,0,223,147,
-32,0,63,147,36,0,95,147,40,0,31,144,44,0,31,144,4,0,63,145,
-20,0,130,65,23,0,90,137,49,6,74,85,8,0,130,65,1,0,0,56,
-2,0,127,161,62,4,0,84,164,108,11,80,2,0,127,177,2,0,159,161,
-0,0,93,129,0,2,140,97,2,0,159,177,24,0,10,168,32,0,1,176,
-20,0,202,168,0,0,234,147,11,0,0,56,36,0,1,144,28,0,193,176,
-8,0,225,147,4,0,253,128,8,0,29,129,20,0,29,160,20,0,39,125,
-148,1,72,125,16,0,33,145,20,0,65,145,12,0,61,129,24,0,105,128,
-40,0,161,56,0,0,128,56,1,177,254,75,120,27,101,124,4,0,5,44,
-20,0,129,64,11,0,96,60,152,13,99,56,179,16,128,56,5,224,247,75,
-22,0,253,136,16,0,220,59,58,16,231,84,46,240,103,124,104,0,3,129,
-44,0,8,128,40,0,161,56,0,0,192,56,8,0,129,56,12,0,161,144,
-24,0,193,144,166,3,9,124,33,4,128,78,0,0,93,129,16,0,138,129,
-28,0,106,129,23,0,253,136,4,0,74,129,120,27,124,124,58,16,231,84,
-46,240,103,124,104,0,3,129,44,0,8,128,40,0,161,56,0,0,192,56,
-36,0,97,145,12,0,65,145,24,0,129,145,8,0,129,56,166,3,9,124,
-33,4,128,78,120,27,126,124,40,0,223,147,0,0,221,128,28,0,38,131,
-56,24,43,87,12,0,139,61,116,7,12,128,12,0,61,129,24,0,137,128,
-1,0,96,56,0,0,160,56,28,0,6,144,209,115,254,75,0,0,253,128,
-0,0,135,128,185,113,252,75,12,0,30,128,0,0,0,44,0,0,93,129,
-28,0,42,147,0,0,106,147,20,0,130,65,120,3,30,124,12,0,30,128,
-0,0,0,44,244,255,130,64,12,0,158,147,2,0,67,57,166,0,96,125,
-94,4,96,85,36,1,0,124,0,0,159,169,0,128,105,113,21,82,140,125,
-0,0,159,177,166,0,0,124,94,4,0,84,120,75,0,124,36,1,0,124,
-20,0,130,64,4,0,127,129,120,251,227,127,166,3,105,125,33,4,128,78,
-144,0,193,131,136,0,129,131,132,0,97,131,140,0,161,131,148,0,225,131,
-156,0,1,128,128,0,65,131,124,0,33,131,166,3,8,124,152,0,33,56,
-32,0,128,78,208,255,33,148,40,0,193,147,24,0,65,147,28,0,97,147,
-32,0,129,147,44,0,225,147,166,2,8,124,52,0,1,144,36,0,161,147,
-120,27,125,124,14,0,157,169,120,35,158,124,0,0,126,129,20,0,107,169,
-64,96,11,124,120,43,191,124,48,0,130,64,37,243,255,75,40,0,193,131,
-32,0,129,131,36,0,161,131,44,0,225,131,52,0,1,128,28,0,97,131,
-24,0,65,131,166,3,8,124,48,0,33,56,32,0,128,78,110,0,29,168,
-0,0,11,124,112,0,29,136,38,0,224,124,254,15,231,84,116,7,0,124,
-1,0,229,104,121,2,170,124,84,0,130,65,7,0,29,137,116,7,8,125,
-239,255,8,44,68,0,130,65,223,255,8,44,60,0,130,65,120,235,163,127,
-120,243,196,127,120,251,229,127,145,250,255,75,40,0,193,131,32,0,129,131,
-36,0,161,131,44,0,225,131,52,0,1,128,28,0,97,131,24,0,65,131,
-166,3,8,124,48,0,33,56,32,0,128,78,20,0,158,161,8,0,189,168,
-20,90,76,125,0,40,10,124,120,235,163,127,120,243,196,127,96,1,129,64,
-120,251,230,127,1,0,224,56,5,211,255,75,0,0,3,44,84,1,130,64,
-0,0,126,129,0,0,139,131,128,0,93,131,12,0,126,131,101,205,0,72,
-0,0,27,44,9,0,160,60,192,109,165,56,0,0,0,56,120,27,108,124,
-8,0,236,147,32,0,76,147,36,0,108,147,40,0,12,144,44,0,12,144,
-4,0,172,144,20,0,130,65,23,0,219,136,49,6,198,84,8,0,130,65,
-1,0,0,56,2,0,236,160,62,4,0,84,164,108,7,80,2,0,236,176,
-2,0,12,161,0,0,62,129,8,0,161,56,120,243,196,127,120,99,155,125,
-120,235,163,127,0,0,105,147,0,2,8,97,2,0,12,177,57,234,255,75,
-40,0,123,144,8,0,189,168,120,235,163,127,0,0,192,56,120,243,196,127,
-85,216,255,75,8,0,225,131,20,26,255,127,8,0,225,147,196,131,130,129,
-12,0,129,145,200,131,2,128,120,243,196,127,12,0,161,56,120,235,163,127,
-16,0,1,144,225,211,255,75,20,26,255,127,8,0,225,147,166,0,0,125,
-94,4,0,85,36,1,0,124,0,0,59,169,0,128,6,113,21,250,41,125,
-0,0,59,177,166,0,224,124,94,4,231,84,120,51,231,124,36,1,224,124,
-20,0,130,64,4,0,27,128,120,219,99,127,166,3,9,124,33,4,128,78,
-0,0,94,129,0,0,138,147,40,0,193,131,32,0,129,131,36,0,161,131,
-44,0,225,131,52,0,1,128,28,0,97,131,24,0,65,131,166,3,8,124,
-48,0,33,56,32,0,128,78,120,251,229,127,25,251,255,75,40,0,193,131,
-32,0,129,131,36,0,161,131,44,0,225,131,52,0,1,128,28,0,97,131,
-24,0,65,131,166,3,8,124,48,0,33,56,32,0,128,78,240,255,33,148,
-8,0,193,147,12,0,225,147,166,2,8,124,20,0,1,144,108,0,227,171,
-22,0,228,136,64,248,7,124,23,0,100,137,120,91,102,125,32,0,130,64,
-5,214,255,75,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,0,248,6,124,68,0,129,65,8,0,67,169,
-0,0,132,129,20,0,204,171,20,0,36,161,80,80,9,124,81,240,128,125,
-120,83,72,125,28,0,129,64,1,0,198,56,64,56,6,124,8,0,130,64,
-1,0,198,56,81,96,136,125,236,255,129,65,0,248,6,124,32,0,128,64,
-229,252,255,75,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,64,248,6,124,0,0,224,56,120,83,72,125,
-8,0,130,64,20,98,8,125,64,248,11,124,8,0,130,64,120,75,39,125,
-20,242,9,124,0,80,0,124,32,0,129,64,221,221,255,75,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-73,219,255,75,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,216,255,33,148,12,0,33,147,16,0,65,147,
-24,0,129,147,28,0,161,147,32,0,193,147,36,0,225,147,166,2,8,124,
-44,0,1,144,20,0,97,147,120,27,123,124,2,0,91,137,118,0,219,136,
-254,207,72,85,56,64,192,124,255,255,0,49,16,1,8,125,14,0,27,168,
-120,35,156,124,118,0,27,153,0,0,220,128,20,0,134,169,120,43,189,124,
-120,2,133,125,52,0,160,124,126,217,10,84,1,0,71,105,56,56,0,125,
-255,255,64,49,17,1,106,125,24,0,6,160,254,215,0,84,0,0,224,59,
-1,0,7,104,62,6,231,84,56,56,5,125,255,255,5,48,16,41,0,124,
-118,0,27,152,244,1,130,65,8,0,166,128,12,0,198,128,128,0,123,128,
-221,229,0,72,121,27,122,124,1,0,224,59,24,0,130,64,0,0,124,129,
-24,0,139,161,255,223,128,85,8,0,130,64,0,0,224,59,63,6,255,87,
-92,0,130,64,0,0,220,128,0,0,224,56,12,0,252,144,16,0,252,144,
-8,0,166,128,12,0,198,128,80,0,123,128,3,0,224,56,193,23,1,72,
-0,0,156,129,0,0,140,131,120,27,126,124,229,201,0,72,120,27,106,124,
-1,0,32,57,9,0,224,60,176,108,231,56,8,0,131,147,40,0,195,147,
-4,0,227,144,0,0,35,177,180,1,0,72,8,0,187,168,0,0,26,44,
-0,0,0,57,12,0,130,64,1,0,192,59,36,0,0,72,18,0,218,160,
-62,4,160,84,120,2,199,124,52,0,232,124,63,222,8,85,1,0,192,59,
-8,0,130,65,120,211,94,127,128,0,123,128,120,227,132,127,120,243,198,127,
-1,0,224,56,85,224,0,72,121,27,121,124,48,0,130,64,11,0,96,60,
-172,13,99,56,93,56,254,75,128,0,123,128,8,0,187,168,120,227,132,127,
-120,243,198,127,1,0,224,56,41,224,0,72,121,27,121,124,216,255,130,65,
-0,0,26,44,12,0,60,147,16,0,92,147,36,0,130,65,0,0,57,129,
-64,72,26,124,24,0,130,65,11,0,96,60,192,13,99,56,110,15,128,56,
-0,0,160,56,49,217,247,75,0,0,124,129,8,0,171,128,12,0,203,128,
-80,0,123,128,3,0,224,56,197,22,1,72,0,0,156,129,0,0,140,131,
-120,27,126,124,233,200,0,72,8,0,131,147,40,0,195,147,128,0,155,131,
-9,0,160,60,120,27,126,124,1,0,224,56,176,108,165,56,4,0,163,144,
-0,0,254,176,193,200,0,72,9,0,96,61,192,109,107,57,120,27,106,124,
-8,0,202,147,32,0,138,147,36,0,42,147,0,0,0,56,40,0,10,144,
-44,0,10,144,4,0,106,145,23,0,153,137,49,6,140,85,8,0,130,65,
-1,0,0,56,2,0,170,160,62,4,0,84,164,108,5,80,2,0,170,176,
-2,0,202,160,120,251,227,127,0,2,198,96,2,0,202,176,0,0,93,145,
-92,0,0,72,0,0,224,56,16,0,252,144,12,0,252,144,8,0,166,128,
-12,0,198,128,80,0,123,128,3,0,224,56,13,22,1,72,0,0,156,129,
-0,0,140,131,120,27,126,124,49,200,0,72,120,27,106,124,1,0,32,57,
-9,0,224,60,176,108,231,56,8,0,131,147,40,0,195,147,4,0,227,144,
-0,0,35,177,0,0,93,145,120,251,227,127,32,0,193,131,24,0,129,131,
-20,0,97,131,28,0,161,131,36,0,225,131,44,0,1,128,16,0,65,131,
-12,0,33,131,166,3,8,124,40,0,33,56,32,0,128,78,232,255,33,148,
-20,0,225,147,16,0,193,147,166,2,8,124,28,0,1,144,108,0,3,168,
-22,0,68,137,120,35,159,124,8,0,161,56,120,27,126,124,120,2,76,125,
-255,255,12,48,16,97,0,124,118,0,3,152,181,252,255,75,8,0,161,128,
-0,0,3,44,120,243,195,127,120,251,228,127,32,0,130,65,241,234,255,75,
-28,0,1,128,20,0,225,131,16,0,193,131,166,3,8,124,24,0,33,56,
-32,0,128,78,113,251,255,75,28,0,1,128,20,0,225,131,16,0,193,131,
-166,3,8,124,24,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,58,16,140,84,20,98,67,125,16,0,106,128,12,0,70,129,
-120,43,160,124,24,0,170,128,104,0,99,129,60,0,139,129,166,3,137,125,
-120,3,4,124,0,0,192,56,33,4,128,78,12,0,1,128,8,0,33,56,
-166,3,8,124,1,0,96,56,32,0,128,78,232,255,33,148,16,0,193,147,
-20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,120,27,125,124,
-7,0,125,137,116,7,107,125,239,255,11,44,120,43,191,124,120,35,158,124,
-60,0,130,64,104,0,157,129,180,1,12,128,166,3,9,124,33,4,128,78,
-64,24,30,124,36,0,130,64,20,0,225,131,16,0,193,131,28,0,1,128,
-12,0,161,131,0,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-58,16,192,87,20,2,125,125,16,0,107,128,104,0,131,129,20,0,12,128,
-120,251,228,127,166,3,9,124,33,4,128,78,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,1,0,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-8,0,193,147,120,43,190,124,28,0,254,131,56,24,236,87,12,0,12,61,
-116,7,72,129,28,0,94,145,23,0,102,137,64,88,4,124,0,0,160,56,
-8,0,130,64,20,0,166,160,12,0,38,129,24,0,137,128,120,243,198,127,
-1,0,96,56,161,106,254,75,0,0,158,128,141,104,252,75,28,0,254,147,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,144,255,33,148,92,0,97,147,96,0,129,147,100,0,161,147,
-108,0,225,147,166,2,8,124,116,0,1,144,104,0,193,147,120,51,222,124,
-23,0,30,136,120,35,156,124,64,0,28,124,0,0,224,59,120,43,189,124,
-120,27,123,124,8,0,130,64,20,0,254,163,12,0,94,129,24,0,106,128,
-20,0,221,168,120,251,228,127,8,0,161,56,133,166,254,75,120,27,101,124,
-4,0,5,44,20,0,129,64,11,0,96,60,212,13,99,56,116,18,128,56,
-137,213,247,75,58,16,134,87,20,50,251,124,16,0,103,128,104,0,35,129,
-44,0,9,128,120,235,164,127,8,0,161,56,0,0,192,56,166,3,9,124,
-33,4,128,78,28,0,157,131,12,0,128,61,56,24,128,87,116,7,140,57,
-46,0,44,125,12,0,94,129,24,0,138,128,120,27,126,124,1,0,96,56,
-28,0,61,145,120,251,229,127,120,235,166,127,169,105,254,75,0,0,157,128,
-149,103,252,75,0,0,157,129,28,0,157,147,40,0,172,128,0,0,5,44,
-16,0,130,64,40,0,204,147,1,0,99,56,40,0,0,72,12,0,5,129,
-0,0,8,44,20,0,130,65,120,67,5,125,12,0,5,129,0,0,8,44,
-244,255,130,64,12,0,197,147,1,0,99,56,100,0,161,131,104,0,193,131,
-108,0,225,131,116,0,1,128,96,0,129,131,92,0,97,131,166,3,8,124,
-112,0,33,56,32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,
-1,0,0,56,16,0,193,147,20,0,225,147,118,0,3,152,120,27,126,124,
-120,35,159,124,8,0,161,56,133,249,255,75,0,0,3,44,44,0,130,65,
-8,0,161,128,120,243,195,127,120,251,228,127,65,229,255,75,28,0,1,128,
-20,0,225,131,16,0,193,131,166,3,8,124,24,0,33,56,32,0,128,78,
-112,0,30,136,117,7,0,124,16,0,130,65,2,0,126,137,49,6,107,85,
-44,0,130,64,8,0,161,128,120,243,195,127,120,251,228,127,217,240,255,75,
-28,0,1,128,20,0,225,131,16,0,193,131,166,3,8,124,24,0,33,56,
-32,0,128,78,8,0,161,128,120,243,195,127,120,251,228,127,105,245,255,75,
-28,0,1,128,20,0,225,131,16,0,193,131,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,1,0,0,56,
-16,0,193,147,20,0,225,147,118,0,3,152,120,27,126,124,120,35,159,124,
-8,0,161,56,193,248,255,75,8,0,161,128,0,0,3,44,120,243,195,127,
-120,251,228,127,32,0,130,65,125,228,255,75,28,0,1,128,20,0,225,131,
-16,0,193,131,166,3,8,124,24,0,33,56,32,0,128,78,241,244,255,75,
-28,0,1,128,20,0,225,131,16,0,193,131,166,3,8,124,24,0,33,56,
-32,0,128,78,224,255,33,148,28,0,225,147,16,0,129,147,20,0,161,147,
-24,0,193,147,166,2,8,124,36,0,1,144,108,0,35,169,22,0,132,137,
-120,35,159,124,8,0,161,56,120,27,126,124,120,74,139,125,255,255,11,48,
-16,89,0,124,118,0,3,152,49,248,255,75,166,0,128,125,94,4,135,85,
-36,1,224,124,92,0,190,131,88,0,158,131,0,128,136,113,166,0,32,125,
-94,4,41,85,120,67,41,125,36,1,32,125,0,0,127,129,8,0,139,128,
-12,0,171,128,0,0,3,44,120,243,195,127,120,234,167,124,16,40,93,125,
-52,0,232,124,16,81,138,125,208,0,12,124,126,217,6,85,16,32,92,125,
-16,81,106,125,208,0,43,125,56,72,204,124,120,99,0,124,62,6,0,84,
-120,251,228,127,88,0,130,65,8,0,161,128,0,0,0,44,40,0,130,65,
-129,227,255,75,24,0,193,131,28,0,225,131,36,0,1,128,20,0,161,131,
-16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,221,229,255,75,
-24,0,193,131,28,0,225,131,36,0,1,128,20,0,161,131,16,0,129,131,
-166,3,8,124,32,0,33,56,32,0,128,78,0,0,0,44,116,0,130,65,
-181,199,255,75,112,0,222,136,1,0,106,104,116,7,198,124,52,0,75,125,
-126,217,105,85,121,50,32,125,8,0,161,128,120,243,195,127,40,0,130,65,
-225,238,255,75,24,0,193,131,28,0,225,131,36,0,1,128,20,0,161,131,
-16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,117,243,255,75,
-24,0,193,131,28,0,225,131,36,0,1,128,20,0,161,131,16,0,129,131,
-166,3,8,124,32,0,33,56,32,0,128,78,8,0,161,128,217,245,255,75,
-24,0,193,131,28,0,225,131,36,0,1,128,20,0,161,131,16,0,129,131,
-166,3,8,124,32,0,33,56,32,0,128,78,216,255,33,148,20,0,97,147,
-24,0,129,147,28,0,161,147,32,0,193,147,166,2,8,124,44,0,1,144,
-36,0,225,147,120,27,126,124,8,0,62,169,120,35,159,124,0,0,191,131,
-20,0,157,169,20,0,31,160,120,3,10,124,20,98,10,125,0,72,8,124,
-188,0,129,64,0,0,189,131,101,193,0,72,0,0,159,129,10,0,0,60,
-36,119,0,48,4,0,3,144,8,0,163,147,0,0,108,144,180,131,34,129,
-8,0,33,145,184,131,2,128,8,0,161,56,120,251,228,127,120,243,195,127,
-12,0,1,144,101,200,255,75,0,0,127,129,0,0,107,129,166,0,0,124,
-94,4,12,84,36,1,128,125,0,0,11,169,20,26,8,125,0,128,0,112,
-0,0,11,177,166,0,224,124,94,4,231,84,120,3,231,124,36,1,224,124,
-0,0,8,44,20,0,130,64,4,0,11,128,120,91,99,125,166,3,9,124,
-33,4,128,78,0,0,95,129,0,0,170,147,28,0,161,131,32,0,193,131,
-36,0,225,131,44,0,1,128,24,0,129,131,20,0,97,131,166,3,8,124,
-40,0,33,56,32,0,128,78,8,0,125,131,12,0,157,131,4,0,63,129,
-8,0,95,129,20,72,96,125,8,0,125,145,148,1,138,125,12,0,157,145,
-23,0,255,136,58,16,231,84,20,58,30,125,16,0,104,128,104,0,35,129,
-12,0,73,129,120,235,164,127,166,3,73,125,33,4,128,78,8,0,125,147,
-12,0,157,147,28,0,161,131,32,0,193,131,36,0,225,131,44,0,1,128,
-24,0,129,131,20,0,97,131,166,3,8,124,40,0,33,56,32,0,128,78,
-104,255,33,148,136,0,129,147,124,0,33,147,128,0,65,147,132,0,97,147,
-144,0,193,147,148,0,225,147,166,2,8,124,156,0,1,144,140,0,161,147,
-120,35,157,124,0,0,125,129,12,0,203,128,120,43,190,124,8,0,171,128,
-120,27,124,124,80,0,124,128,3,0,224,56,197,13,1,72,0,0,221,128,
-0,0,38,131,128,0,92,131,12,0,253,131,120,27,123,124,225,191,0,72,
-0,0,31,44,0,0,128,57,8,0,35,147,9,0,32,61,192,109,41,57,
-32,0,67,147,36,0,227,147,40,0,131,145,44,0,131,145,4,0,35,145,
-20,0,130,65,23,0,95,137,49,6,74,85,8,0,130,65,1,0,128,57,
-2,0,99,161,62,4,140,85,164,108,139,81,2,0,99,177,2,0,3,160,
-120,27,127,124,0,2,0,96,2,0,3,176,129,191,0,72,8,0,227,147,
-40,0,99,147,4,0,252,168,255,255,199,56,9,0,160,60,176,108,165,56,
-4,0,163,144,0,0,195,176,8,0,97,144,2,0,3,161,13,0,32,57,
-36,0,33,145,0,0,0,56,40,0,65,57,24,0,1,144,0,2,8,97,
-12,0,65,145,2,0,3,177,32,0,1,176,4,0,157,128,8,0,189,128,
-0,0,30,44,56,0,130,64,20,0,161,144,12,0,189,128,16,0,129,144,
-24,0,101,128,8,0,220,168,28,0,193,176,0,0,128,56,120,83,69,125,
-1,160,254,75,120,27,101,124,4,0,5,44,96,0,129,64,72,0,0,72,
-20,0,29,160,20,0,36,125,148,1,69,125,20,0,65,145,12,0,189,128,
-16,0,33,145,24,0,101,128,0,0,157,129,20,0,204,168,0,0,224,56,
-120,59,228,124,28,0,193,176,40,0,161,56,185,159,254,75,120,27,101,124,
-4,0,5,44,24,0,129,64,11,0,96,60,232,13,99,56,236,12,128,56,
-189,206,247,75,0,0,3,44,4,0,28,168,0,0,96,59,0,0,27,124,
-8,0,193,59,120,219,125,127,64,0,128,64,108,0,188,168,64,40,27,124,
-36,0,130,65,20,234,220,124,16,0,102,128,104,0,3,129,12,0,8,128,
-120,243,196,127,166,3,9,124,33,4,128,78,4,0,28,168,1,0,123,59,
-0,0,27,124,4,0,189,59,200,255,128,65,132,0,97,131,140,0,161,131,
-120,251,227,127,148,0,225,131,136,0,129,131,144,0,193,131,156,0,1,128,
-128,0,65,131,124,0,33,131,166,3,8,124,152,0,33,56,32,0,128,78,
-224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,
-36,0,1,144,28,0,225,147,120,27,126,124,108,0,94,169,120,35,159,124,
-23,0,159,136,0,80,4,124,22,0,127,137,76,0,129,65,64,80,11,124,
-68,0,130,65,8,0,30,168,0,0,63,129,20,0,169,168,20,0,223,160,
-80,0,134,125,81,40,236,124,120,3,8,124,28,0,129,64,1,0,132,56,
-64,88,4,124,8,0,130,64,1,0,132,56,81,56,232,124,236,255,129,65,
-0,80,4,124,48,0,128,64,120,243,195,127,120,251,228,127,217,251,255,75,
-24,0,193,131,28,0,225,131,36,0,1,128,20,0,161,131,16,0,129,131,
-166,3,8,124,32,0,33,56,32,0,128,78,24,0,105,161,0,0,169,131,
-20,42,134,125,0,0,12,124,0,0,192,56,64,0,107,97,120,51,199,124,
-24,0,105,177,120,243,195,127,120,251,228,127,164,0,129,64,120,3,5,124,
-185,194,255,75,0,0,3,44,72,1,130,64,0,0,159,131,120,243,195,127,
-120,251,228,127,0,0,160,56,217,252,255,75,0,0,124,144,188,131,2,128,
-8,0,1,144,192,131,162,128,120,251,228,127,120,243,195,127,12,0,161,144,
-8,0,161,56,45,196,255,75,0,0,255,128,0,0,231,128,1,0,195,56,
-166,0,32,125,94,4,40,85,36,1,0,125,0,0,71,169,0,128,43,113,
-21,50,74,125,0,0,71,177,166,0,128,125,94,4,140,85,120,91,140,125,
-36,1,128,125,204,0,130,64,4,0,7,128,120,59,227,124,166,3,9,124,
-33,4,128,78,0,0,255,128,0,0,167,147,184,0,0,72,29,194,255,75,
-0,0,3,44,172,0,130,64,120,243,195,127,120,251,228,127,1,0,160,56,
-65,252,255,75,0,0,63,129,28,0,137,131,0,0,28,44,0,0,105,144,
-120,27,126,124,60,0,130,65,12,0,0,60,56,24,135,87,112,7,0,48,
-46,0,7,124,12,0,95,129,24,0,138,128,0,0,96,56,120,75,38,125,
-120,27,101,124,28,0,9,144,217,96,254,75,40,0,126,144,0,0,127,129,
-28,0,139,147,166,0,160,124,94,4,172,84,36,1,128,125,0,0,222,168,
-0,128,160,112,1,0,198,52,0,0,222,176,166,0,160,124,94,4,165,84,
-120,3,165,124,36,1,160,124,20,0,130,64,4,0,30,128,120,243,195,127,
-166,3,9,124,33,4,128,78,0,0,255,128,0,0,167,147,24,0,193,131,
-28,0,225,131,36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,
-32,0,33,56,32,0,128,78,166,0,0,124,94,4,12,84,36,1,128,125,
-92,0,3,129,88,0,227,128,0,128,9,112,166,0,64,125,94,4,74,85,
-120,75,74,125,36,1,64,125,0,0,100,129,12,0,139,129,8,0,107,129,
-64,64,12,124,20,0,129,65,12,0,128,65,64,56,11,124,8,0,128,64,
-204,249,255,75,104,253,255,75,96,255,33,148,136,0,65,147,128,0,1,147,
-132,0,33,147,144,0,129,147,148,0,161,147,152,0,193,147,156,0,225,147,
-166,2,8,124,164,0,1,144,140,0,97,147,120,35,155,124,0,0,155,131,
-12,0,220,128,8,0,188,128,120,27,122,124,80,0,122,128,3,0,224,56,
-249,8,1,72,0,0,188,131,120,27,127,124,33,187,0,72,9,0,224,60,
-176,108,231,56,8,0,163,147,40,0,227,147,4,0,227,144,0,0,124,144,
-128,0,122,128,8,0,188,128,12,0,220,128,0,0,0,59,5,212,0,72,
-120,27,126,124,52,0,192,127,127,217,31,84,236,1,130,64,7,0,26,136,
-116,7,0,124,239,255,0,44,36,0,130,64,104,0,250,128,180,1,7,129,
-120,211,67,127,166,3,9,125,33,4,128,78,22,0,59,137,64,24,9,124,
-188,1,130,65,18,0,222,160,8,0,26,160,64,0,6,124,0,0,224,59,
-8,0,130,65,16,0,254,163,24,0,126,128,0,0,128,56,48,0,161,56,
-141,155,254,75,4,0,3,44,24,0,129,64,120,27,101,124,11,0,96,60,
-252,13,99,56,182,14,128,56,145,202,247,75,24,0,28,168,0,0,220,128,
-11,0,96,57,36,0,97,145,48,0,129,57,32,0,1,176,8,0,193,144,
-12,0,129,145,0,0,0,56,24,0,1,144,8,0,27,129,4,0,251,128,
-112,254,234,127,20,248,103,125,20,81,136,125,20,0,129,145,22,0,219,136,
-16,0,97,145,58,16,198,84,16,0,58,59,46,200,102,124,104,0,227,128,
-20,0,7,128,18,0,94,161,28,0,65,177,8,0,129,56,166,3,9,124,
-33,4,128,78,20,0,220,171,8,0,90,169,20,0,27,160,120,3,31,124,
-20,242,63,125,0,80,9,124,1,0,0,59,56,0,129,64,204,131,162,128,
-40,0,161,144,208,131,2,128,120,219,100,127,120,211,67,127,40,0,161,56,
-44,0,1,144,249,192,255,75,1,0,131,56,0,0,124,128,169,191,0,72,
-0,0,188,147,212,0,0,72,23,0,251,139,22,0,251,136,64,56,31,124,
-180,0,130,65,7,0,26,137,116,7,8,125,239,255,8,44,40,0,130,64,
-104,0,58,129,180,1,9,128,120,211,67,127,166,3,9,124,33,4,128,78,
-64,24,31,124,136,0,130,65,20,0,27,160,23,0,251,139,24,0,124,169,
-32,0,97,177,28,0,193,179,8,0,155,129,4,0,123,129,20,0,203,124,
-148,1,236,124,16,0,193,144,20,0,225,144,28,0,92,129,16,0,28,128,
-4,0,60,129,58,16,255,87,46,200,127,124,104,0,131,129,20,0,172,128,
-8,0,129,56,24,0,1,144,166,3,169,124,36,0,65,145,12,0,33,145,
-33,4,128,78,0,0,124,128,2,0,128,56,249,190,0,72,0,0,188,147,
-36,0,0,72,116,0,26,136,0,0,0,44,8,0,130,64,116,0,250,155,
-0,0,124,128,120,195,4,127,213,190,0,72,0,0,188,147,140,0,97,131,
-152,0,193,131,148,0,161,131,136,0,65,131,144,0,129,131,156,0,225,131,
-164,0,1,128,132,0,33,131,128,0,1,131,166,3,8,124,160,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,58,16,128,84,
-20,2,99,125,16,0,107,128,104,0,131,129,12,0,12,128,120,43,164,124,
-166,3,9,124,33,4,128,78,12,0,1,128,8,0,33,56,166,3,8,124,
-1,0,96,56,32,0,128,78,232,255,33,148,12,0,161,147,16,0,193,147,
-20,0,225,147,166,2,8,124,28,0,1,144,108,0,3,169,64,64,4,124,
-120,43,189,124,44,0,130,65,0,0,192,56,149,255,255,75,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,1,0,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,23,0,70,137,64,80,4,124,0,0,160,56,
-8,0,130,64,20,0,166,160,28,0,221,131,0,0,30,44,52,0,130,65,
-12,0,38,129,24,0,137,128,56,24,203,87,12,0,139,61,112,7,12,128,
-0,0,253,131,0,0,96,56,120,235,166,127,28,0,29,144,113,92,254,75,
-40,0,127,144,28,0,221,147,20,0,225,131,16,0,193,131,28,0,1,128,
-12,0,161,131,0,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-136,255,33,148,68,0,97,146,72,0,129,146,84,0,225,146,88,0,1,147,
-92,0,33,147,96,0,65,147,100,0,97,147,104,0,129,147,108,0,161,147,
-112,0,193,147,116,0,225,147,166,2,8,124,124,0,1,144,76,0,161,146,
-120,35,149,124,80,0,193,146,120,43,182,124,28,0,181,128,16,0,149,129,
-24,0,21,168,4,0,117,129,32,0,65,57,56,0,1,176,8,0,65,145,
-60,0,161,144,36,0,97,145,48,0,129,145,8,0,53,131,12,0,85,131,
-0,0,224,56,120,27,125,124,121,211,232,124,14,0,157,170,148,0,130,65,
-120,203,35,127,120,211,68,127,120,163,133,126,112,254,134,126,113,65,254,75,
-40,0,97,144,44,0,129,144,4,0,125,170,112,254,102,126,120,155,101,126,
-120,35,152,124,120,27,119,124,125,64,254,75,62,6,106,84,30,0,65,153,
-10,0,125,168,48,24,254,126,48,24,6,127,32,0,163,32,48,44,231,126,
-120,59,192,124,255,255,211,56,214,49,126,127,12,0,193,147,32,0,3,57,
-48,64,233,126,120,3,63,125,16,0,225,147,16,200,155,125,48,28,135,125,
-0,80,7,124,12,0,125,169,56,88,128,125,28,0,1,176,104,0,128,65,
-96,0,0,72,150,163,25,125,40,0,1,145,0,0,0,59,44,0,1,147,
-4,0,125,170,150,155,72,125,214,153,74,125,80,64,74,125,62,6,74,85,
-30,0,65,153,10,0,125,168,48,24,0,125,255,255,19,57,214,65,192,124,
-80,200,134,125,48,28,135,125,0,80,7,124,16,0,1,147,12,0,1,144,
-12,0,125,169,56,88,128,125,28,0,1,176,8,0,128,65,1,0,231,56,
-0,0,149,131,20,0,245,171,80,160,204,127,0,248,30,124,31,0,225,152,
-36,0,128,65,2,0,118,171,0,0,214,168,4,0,86,131,52,0,225,179,
-32,0,129,147,1,0,32,59,20,50,157,127,64,0,0,72,245,181,0,72,
-10,0,0,60,36,119,0,48,4,0,3,144,4,0,86,131,0,0,214,168,
-2,0,118,171,8,0,131,147,56,0,1,128,1,0,32,59,20,50,157,127,
-52,0,193,179,32,0,97,144,184,7,0,84,56,0,1,144,0,0,27,44,
-120,227,131,127,28,0,128,64,8,0,129,56,166,3,73,127,33,4,128,78,
-81,248,254,127,96,0,129,65,128,1,0,72,52,7,69,127,20,42,99,125,
-191,7,108,85,56,24,102,87,12,0,130,64,0,0,171,128,36,0,0,72,
-80,88,108,125,0,0,11,128,4,0,171,128,56,24,140,85,48,100,0,124,
-32,0,140,33,48,96,165,124,120,3,165,124,20,50,133,125,4,0,12,128,
-8,0,129,56,166,3,9,124,33,4,128,78,81,248,254,127,40,1,129,64,
-40,0,225,128,44,0,1,129,1,0,57,59,1,0,71,49,40,0,65,145,
-148,1,104,125,44,0,97,145,8,0,29,168,16,0,225,128,12,0,193,128,
-112,254,10,124,20,0,134,124,20,81,167,124,30,0,65,137,0,0,96,57,
-28,0,97,177,12,0,129,144,16,0,161,144,4,0,125,169,255,255,43,57,
-0,72,10,124,52,0,128,65,48,0,225,128,36,0,1,129,0,0,128,57,
-30,0,129,153,1,0,0,56,31,0,1,152,16,0,200,128,44,72,204,87,
-80,48,71,125,81,96,138,125,72,0,128,65,48,0,0,72,48,0,225,128,
-36,0,1,129,1,0,10,56,30,0,1,152,0,0,0,56,31,0,1,152,
-16,0,200,128,44,72,204,87,80,48,71,125,81,96,138,125,24,0,128,65,
-36,0,72,129,81,96,138,125,0,0,224,56,20,0,8,57,240,255,128,64,
-14,0,221,171,0,248,30,124,20,82,231,124,36,0,1,145,20,98,7,125,
-48,0,1,145,60,0,128,65,166,0,160,124,94,4,169,84,36,1,32,125,
-32,0,225,128,0,0,71,169,0,128,171,112,20,202,74,125,0,0,71,177,
-166,0,128,125,94,4,140,85,120,91,140,125,36,1,128,125,52,0,225,179,
-108,254,255,75,52,0,193,179,100,254,255,75,84,0,225,130,104,0,129,131,
-108,0,161,131,88,0,1,131,80,0,193,130,100,0,97,131,112,0,193,131,
-92,0,33,131,76,0,161,130,96,0,65,131,116,0,225,131,124,0,1,128,
-72,0,129,130,68,0,97,130,166,3,8,124,120,0,33,56,32,0,128,78,
-232,255,33,148,16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,
-0,0,0,56,116,0,3,152,172,131,2,128,8,0,1,144,176,131,2,128,
-8,0,161,56,120,35,159,124,120,27,126,124,12,0,1,144,245,251,255,75,
-116,0,126,137,24,0,31,160,114,54,96,81,24,0,31,176,28,0,1,128,
-20,0,225,131,16,0,193,131,166,3,8,124,24,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,240,255,33,148,164,131,130,129,8,0,129,145,
-168,131,2,128,8,0,161,56,12,0,1,144,169,251,255,75,20,0,1,128,
-16,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,
-240,255,33,148,148,131,130,129,8,0,129,145,152,131,2,128,8,0,161,56,
-12,0,1,144,117,251,255,75,20,0,1,128,16,0,33,56,166,3,8,124,
-32,0,128,78,232,255,33,148,16,0,193,147,166,2,8,124,28,0,1,144,
-20,0,225,147,120,35,159,124,0,0,159,128,120,27,126,124,121,44,255,75,
-0,0,3,44,64,0,130,64,104,0,30,129,0,0,0,56,113,0,30,152,
-188,1,40,129,120,243,195,127,166,3,41,125,33,4,128,78,156,131,130,129,
-8,0,129,145,160,131,2,128,8,0,161,56,120,251,228,127,120,243,195,127,
-12,0,1,144,253,250,255,75,28,0,1,128,20,0,225,131,16,0,193,131,
-166,3,8,124,24,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,
-240,255,33,148,156,131,130,129,8,0,129,145,160,131,2,128,8,0,161,56,
-12,0,1,144,193,250,255,75,20,0,1,128,16,0,33,56,166,3,8,124,
-32,0,128,78,166,2,8,124,4,0,1,144,240,255,33,148,140,131,130,129,
-8,0,129,145,144,131,2,128,8,0,161,56,12,0,1,144,141,250,255,75,
-20,0,1,128,16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-12,0,225,147,8,0,193,147,166,2,8,124,20,0,1,144,2,0,227,136,
-120,35,159,124,0,0,159,128,120,27,126,124,2,0,231,96,2,0,227,152,
-133,43,255,75,0,0,3,44,152,0,130,64,104,0,62,129,0,0,0,57,
-114,0,30,153,188,1,73,129,120,243,195,127,166,3,73,125,33,4,128,78,
-142,0,30,168,0,0,0,44,140,0,126,169,20,90,126,124,24,0,128,64,
-144,0,222,128,166,3,201,124,120,251,228,127,33,4,128,78,84,0,0,72,
-144,0,158,169,20,98,35,125,191,7,42,85,56,24,0,84,12,0,130,64,
-0,0,105,129,36,0,0,72,80,72,42,125,0,0,169,128,4,0,105,129,
-56,24,74,85,48,84,165,124,32,0,74,33,48,80,107,125,120,43,107,125,
-20,2,139,125,4,0,204,128,120,251,228,127,166,3,201,124,33,4,128,78,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,240,255,33,148,132,131,130,129,
-8,0,129,145,136,131,2,128,8,0,161,56,12,0,1,144,117,249,255,75,
-20,0,1,128,16,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,
-4,0,1,144,240,255,33,148,124,131,130,129,8,0,129,145,128,131,2,128,
-8,0,161,56,12,0,1,144,65,249,255,75,20,0,1,128,16,0,33,56,
-166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,240,255,33,148,
-116,131,130,129,8,0,129,145,120,131,2,128,8,0,161,56,12,0,1,144,
-13,249,255,75,20,0,1,128,16,0,33,56,166,3,8,124,32,0,128,78,
-216,255,33,148,12,0,33,147,20,0,97,147,24,0,129,147,32,0,193,147,
-36,0,225,147,166,2,8,124,44,0,1,144,16,0,65,147,120,27,122,124,
-28,0,161,147,120,43,189,124,8,0,1,147,120,51,216,124,25,45,255,75,
-2,0,3,44,88,0,130,64,8,0,58,171,4,0,253,131,0,0,221,131,
-120,243,195,127,120,251,228,127,112,254,38,127,120,203,37,127,165,58,254,75,
-4,0,186,168,120,35,156,124,120,27,123,124,112,254,166,124,189,57,254,75,
-100,0,26,129,64,64,28,124,96,0,250,128,120,27,96,124,68,0,128,65,
-12,0,129,65,64,56,27,124,56,0,128,65,32,0,193,131,20,0,97,131,
-16,0,65,131,28,0,161,131,36,0,225,131,24,0,129,131,12,0,33,131,
-44,0,1,128,8,0,1,131,0,0,96,56,166,3,8,124,40,0,33,56,
-32,0,128,78,0,0,248,128,64,56,0,124,104,0,130,65,0,56,0,124,
-0,0,64,57,8,0,128,64,1,0,64,57,14,0,122,169,112,254,108,125,
-80,56,42,125,214,201,9,124,22,88,251,124,214,89,187,124,214,89,28,125,
-214,97,91,125,20,66,39,125,112,254,8,124,20,82,201,124,20,0,101,124,
-20,65,134,124,12,0,26,169,56,64,199,127,20,56,99,125,2,0,96,56,
-0,0,125,145,148,1,132,125,4,0,157,145,64,0,0,72,14,0,26,168,
-112,254,12,124,214,97,187,124,214,1,123,124,214,1,124,125,22,0,91,125,
-12,0,250,168,56,56,192,127,20,90,138,125,20,42,140,124,20,0,99,125,
-1,0,96,56,0,0,125,145,148,1,132,125,4,0,157,145,20,0,97,131,
-32,0,193,131,28,0,161,131,16,0,65,131,24,0,129,131,36,0,225,131,
-44,0,1,128,12,0,33,131,8,0,1,131,166,3,8,124,40,0,33,56,
-32,0,128,78,1,0,128,104,52,0,12,124,126,217,128,85,112,0,3,152,
-32,0,128,78,216,255,33,148,36,0,225,147,166,2,8,124,44,0,1,144,
-20,0,97,147,120,27,123,124,24,0,129,147,120,35,156,124,28,0,161,147,
-120,43,189,124,32,0,193,147,120,51,222,124,37,44,255,75,120,27,127,124,
-32,1,31,44,76,0,130,64,0,0,28,44,68,0,130,64,7,0,27,136,
-116,7,0,124,255,255,0,44,20,0,130,65,247,255,0,44,12,0,130,65,
-251,255,0,44,108,0,130,64,0,0,94,129,108,0,91,177,28,131,34,129,
-132,0,59,145,32,131,2,128,0,0,224,59,136,0,27,144,76,0,0,72,
-1,0,28,44,68,0,130,64,120,219,99,127,120,235,164,127,245,37,255,75,
-12,0,97,144,12,0,33,161,8,0,33,177,14,0,65,161,10,0,65,177,
-8,0,97,129,255,7,107,85,24,0,130,65,104,0,155,129,188,1,12,128,
-120,219,99,127,166,3,9,124,33,4,128,78,120,251,227,127,36,0,225,131,
-28,0,161,131,32,0,193,131,44,0,1,128,24,0,129,131,20,0,97,131,
-166,3,8,124,40,0,33,56,32,0,128,78,216,255,33,148,36,0,225,147,
-166,2,8,124,44,0,1,144,32,0,193,147,120,27,126,124,24,0,129,147,
-120,35,156,124,20,0,97,147,120,43,187,124,28,0,161,147,120,51,221,124,
-1,44,255,75,120,227,138,127,247,255,96,57,64,88,10,124,120,27,127,124,
-32,0,128,64,239,255,128,57,64,96,10,124,104,1,130,65,223,255,0,56,
-64,0,10,124,240,1,130,65,128,2,0,72,255,255,160,56,64,40,10,124,
-32,0,130,65,251,255,192,56,64,48,10,124,172,0,130,65,247,255,224,56,
-64,56,10,124,216,0,130,65,88,2,0,72,7,0,254,136,116,7,231,124,
-251,255,7,44,20,0,130,65,247,255,7,44,12,0,130,65,223,255,7,44,
-56,2,130,64,100,0,126,129,88,0,30,129,92,0,62,129,64,88,9,124,
-96,0,94,129,32,2,128,65,12,0,129,65,64,80,8,124,20,2,128,65,
-247,255,7,44,12,0,130,65,223,255,7,44,16,0,130,64,2,0,158,137,
-128,0,140,97,2,0,158,153,84,0,126,129,0,0,11,44,7,0,158,155,
-232,1,130,65,104,0,158,129,188,1,172,128,1,0,0,56,120,243,195,127,
-166,3,169,124,5,1,11,152,0,0,64,57,84,0,94,145,33,4,128,78,
-212,1,0,72,7,0,126,137,116,7,107,125,255,255,11,44,176,1,130,64,
-104,0,158,129,7,0,158,155,188,1,172,128,0,0,0,57,120,243,195,127,
-92,0,30,145,88,0,30,145,166,3,169,124,33,4,128,78,156,1,0,72,
-7,0,254,136,116,7,231,124,255,255,7,44,12,0,130,65,251,255,7,44,
-112,1,130,64,84,0,126,129,0,0,11,44,0,0,192,56,7,0,158,155,
-92,0,222,144,88,0,222,144,84,1,130,65,1,0,128,57,5,1,139,153,
-104,0,158,129,188,1,172,128,120,243,195,127,166,3,169,124,0,0,0,56,
-84,0,30,144,33,4,128,78,64,1,0,72,32,1,31,44,36,1,130,64,
-7,0,254,136,116,7,231,124,239,255,7,44,40,0,130,65,223,255,7,44,
-32,0,130,65,84,0,126,129,0,0,11,44,0,0,29,128,108,0,30,176,
-7,0,158,155,60,0,130,65,40,0,0,72,0,0,29,128,108,0,190,168,
-64,40,0,124,224,0,130,64,84,0,126,129,0,0,11,44,108,0,30,176,
-7,0,158,155,20,0,130,65,1,0,192,56,5,1,203,152,0,0,0,57,
-84,0,30,145,104,0,158,129,1,0,64,57,113,0,94,153,188,1,172,128,
-120,243,195,127,0,0,224,59,166,3,169,124,33,4,128,78,172,0,0,72,
-7,0,30,136,116,7,0,124,239,255,0,44,136,0,130,64,4,0,158,169,
-0,0,32,57,0,96,9,124,1,0,224,56,120,75,38,125,44,0,128,64,
-20,50,190,124,16,0,101,129,7,0,11,136,117,7,0,124,8,0,130,64,
-0,0,224,56,1,0,41,57,0,96,9,124,4,0,198,56,220,255,128,65,
-1,0,7,44,64,0,130,64,120,243,195,127,120,219,100,127,233,34,255,75,
-12,0,97,144,12,0,33,161,8,0,33,177,14,0,65,161,10,0,65,177,
-8,0,97,129,189,7,107,85,20,0,130,65,7,0,158,155,0,0,128,56,
-88,0,158,144,92,0,158,144,104,0,158,129,188,1,172,128,120,243,195,127,
-166,3,169,124,33,4,128,78,120,251,227,127,36,0,225,131,28,0,161,131,
-32,0,193,131,44,0,1,128,24,0,129,131,20,0,97,131,166,3,8,124,
-40,0,33,56,32,0,128,78,224,255,33,148,8,0,65,147,12,0,97,147,
-16,0,129,147,20,0,161,147,28,0,225,147,24,0,193,147,120,27,126,124,
-166,2,8,124,36,0,1,144,0,0,0,56,128,0,30,144,113,0,30,152,
-114,0,30,152,115,0,30,152,0,0,36,137,116,7,41,125,253,255,105,57,
-14,0,11,40,4,0,62,177,64,0,128,65,120,75,36,125,11,0,96,60,
-16,14,99,56,109,25,254,75,16,0,129,131,24,0,193,131,28,0,225,131,
-20,0,161,131,12,0,97,131,36,0,1,128,8,0,65,131,0,0,96,56,
-166,3,8,124,32,0,33,56,32,0,128,78,9,0,9,44,38,0,0,124,
-254,15,0,84,1,0,12,104,117,0,158,153,12,0,132,129,3,0,4,136,
-8,0,68,129,116,7,0,124,108,0,30,176,0,0,138,51,88,0,158,147,
-148,1,172,127,92,0,190,147,2,0,68,137,116,7,74,125,251,255,10,56,
-5,0,0,40,10,0,94,177,64,0,128,65,120,83,68,125,11,0,96,60,
-76,14,99,56,225,24,254,75,16,0,129,131,24,0,193,131,28,0,225,131,
-20,0,161,131,12,0,97,131,36,0,1,128,8,0,65,131,0,0,96,56,
-166,3,8,124,32,0,33,56,32,0,128,78,1,0,0,57,48,80,12,125,
-255,255,9,56,214,97,0,124,0,0,96,57,255,255,76,57,52,7,0,124,
-8,0,158,177,120,243,195,127,14,0,30,176,12,0,94,177,112,14,9,124,
-148,1,9,125,20,98,8,124,110,0,30,176,112,0,126,153,253,45,255,75,
-121,27,127,124,24,0,130,64,100,0,158,128,96,0,126,128,121,27,136,124,
-84,0,130,64,52,0,0,72,104,0,30,129,28,0,136,129,120,243,195,127,
-166,3,137,125,33,4,128,78,14,0,190,168,112,254,166,124,157,51,254,75,
-121,27,136,124,96,0,126,144,100,0,158,144,32,0,130,64,11,0,96,60,
-140,14,99,56,25,24,254,75,1,0,192,56,96,0,222,144,0,0,224,59,
-100,0,254,147,2,0,62,137,189,7,41,85,76,0,130,65,88,0,94,129,
-7,0,62,137,116,7,41,125,255,255,9,44,92,0,126,129,124,0,126,145,
-0,0,128,56,119,0,62,153,120,0,94,145,92,0,158,144,88,0,158,144,
-28,0,130,64,2,0,158,137,49,6,140,85,247,255,96,57,8,0,130,65,
-251,255,96,57,7,0,126,153,20,0,161,131,120,251,227,127,28,0,225,131,
-16,0,129,131,24,0,193,131,36,0,1,128,12,0,97,131,8,0,65,131,
-166,3,8,124,32,0,33,56,32,0,128,78,208,255,33,148,24,0,65,147,
-28,0,97,147,32,0,129,147,36,0,161,147,44,0,225,147,166,2,8,124,
-52,0,1,144,40,0,193,147,120,27,126,124,7,0,222,136,116,7,198,124,
-31,0,6,44,1,0,224,59,44,0,130,64,0,0,0,57,2,0,30,153,
-88,0,30,145,92,0,30,145,247,255,64,57,165,173,255,75,1,0,3,44,
-8,0,130,64,255,255,64,57,7,0,94,153,4,0,62,169,0,0,64,59,
-120,211,91,127,0,72,27,124,255,255,160,59,120,211,92,127,124,0,128,64,
-20,226,158,125,16,0,108,128,0,0,3,44,84,0,130,65,104,0,195,128,
-188,1,230,128,166,3,233,124,33,4,128,78,0,0,3,44,20,0,130,65,
-4,0,62,169,1,0,123,59,4,0,156,59,60,0,0,72,7,0,62,137,
-239,255,160,56,116,7,41,125,120,42,42,125,4,0,62,169,113,0,30,136,
-255,255,106,49,16,81,11,125,120,67,12,124,113,0,158,153,1,0,90,59,
-4,0,156,59,120,219,125,127,1,0,123,59,0,72,27,124,140,255,128,65,
-1,0,26,44,28,0,129,64,120,211,68,127,11,0,96,60,200,14,99,56,
-121,22,254,75,0,0,224,59,64,4,0,72,0,0,26,44,224,0,129,64,
-7,0,222,136,247,255,224,56,116,7,198,124,64,56,6,124,32,0,128,64,
-239,255,0,57,64,64,6,124,140,0,130,65,223,255,32,57,64,72,6,124,
-68,0,130,65,160,0,0,72,255,255,64,57,64,80,6,124,28,0,130,65,
-251,255,96,57,64,88,6,124,16,0,130,65,247,255,128,57,64,96,6,124,
-124,0,130,64,108,0,190,179,239,255,0,56,7,0,30,152,1,0,0,56,
-113,0,30,152,108,0,0,72,108,0,190,168,64,40,29,124,32,0,130,65,
-120,235,164,127,11,0,96,60,192,15,99,56,225,21,254,75,0,0,224,59,
-120,251,224,127,64,0,0,72,239,255,192,56,7,0,222,152,108,0,190,179,
-0,0,0,56,44,0,0,72,108,0,254,168,64,56,29,124,36,0,130,65,
-120,235,164,127,11,0,96,60,16,16,99,56,165,21,254,75,0,0,224,59,
-108,3,0,72,0,0,0,56,113,0,30,152,1,0,31,44,84,3,130,64,
-140,128,77,137,0,0,10,44,7,0,158,136,116,7,132,124,40,0,130,65,
-247,255,4,44,32,0,130,64,255,255,0,56,7,0,30,152,11,0,96,60,
-72,15,99,56,93,21,254,75,7,0,158,136,116,7,132,124,120,35,135,124,
-247,255,64,57,64,80,7,124,0,0,160,59,32,0,128,64,239,255,96,57,
-64,88,7,124,124,1,130,65,223,255,128,57,64,96,7,124,228,1,130,65,
-20,2,0,72,255,255,0,56,64,0,7,124,32,0,130,65,251,255,160,56,
-64,40,7,124,32,0,130,65,247,255,192,56,64,48,7,124,156,0,130,65,
-236,1,0,72,0,0,160,56,88,0,190,144,92,0,190,144,36,131,34,129,
-132,0,62,145,40,131,66,129,120,243,195,127,136,0,94,145,73,171,255,75,
-1,0,3,44,56,0,130,64,44,131,2,128,8,0,1,144,48,131,162,128,
-12,0,161,144,115,0,190,136,0,0,5,44,8,0,1,128,140,0,30,144,
-12,0,1,128,1,0,160,59,144,0,30,144,212,1,130,65,168,1,0,72,
-52,131,2,129,8,0,1,145,56,131,162,128,12,0,161,144,115,0,190,136,
-0,0,5,44,8,0,1,128,140,0,30,144,12,0,1,128,1,0,160,59,
-144,0,30,144,160,1,130,65,116,1,0,72,36,131,2,128,2,0,222,136,
-49,6,198,84,132,0,30,144,40,131,162,128,136,0,190,144,40,0,130,64,
-115,0,190,136,0,0,5,44,60,131,2,129,140,0,30,145,64,131,2,128,
-1,0,160,59,144,0,30,144,96,1,130,65,52,1,0,72,120,243,195,127,
-145,170,255,75,1,0,3,44,40,0,130,64,44,131,2,128,16,0,1,144,
-48,131,194,128,20,0,193,144,16,0,193,128,140,0,222,144,20,0,1,128,
-136,0,158,57,36,0,0,72,52,131,2,128,16,0,1,144,56,131,194,128,
-20,0,193,144,16,0,193,128,140,0,222,144,20,0,1,128,136,0,158,57,
-8,0,12,144,115,0,190,136,0,0,5,44,1,0,160,59,244,0,130,65,
-200,0,0,72,28,131,34,129,132,0,62,145,32,131,66,129,113,0,30,136,
-0,0,0,44,136,0,94,145,48,0,130,65,115,0,190,136,0,0,5,44,
-68,131,194,128,140,0,222,144,72,131,226,128,0,0,96,57,92,0,126,145,
-144,0,254,144,88,0,126,145,172,0,130,65,128,0,0,72,115,0,190,136,
-0,0,5,44,76,131,66,129,140,0,94,145,80,131,226,128,0,0,96,57,
-92,0,126,145,144,0,254,144,88,0,126,145,128,0,130,65,84,0,0,72,
-115,0,190,136,0,0,5,44,84,131,226,128,132,0,254,144,88,131,2,128,
-136,0,30,144,92,131,130,129,140,0,158,145,96,131,2,128,1,0,160,59,
-144,0,30,144,76,0,130,65,32,0,0,72,11,0,96,60,8,15,99,56,
-9,19,254,75,115,0,190,136,0,0,5,44,0,0,224,59,44,0,130,65,
-0,0,0,57,88,0,30,145,92,0,30,145,100,131,130,129,140,0,158,145,
-104,131,2,128,1,0,31,44,144,0,30,144,156,0,130,64,48,0,0,72,
-0,0,29,44,32,0,130,65,114,0,190,136,0,0,5,44,20,0,130,65,
-108,131,2,129,140,0,30,145,112,131,34,129,144,0,62,145,1,0,31,44,
-108,0,130,64,80,0,94,129,0,0,10,44,44,0,130,64,120,243,195,127,
-185,242,0,72,0,0,3,44,80,0,126,144,24,0,130,64,11,0,96,60,
-100,15,99,56,121,18,254,75,0,0,224,59,64,0,0,72,128,0,30,128,
-0,0,0,44,44,0,130,64,125,227,252,75,0,0,3,44,128,0,126,144,
-24,0,130,64,11,0,96,60,148,15,99,56,73,18,254,75,0,0,224,59,
-16,0,0,72,145,227,252,75,0,0,31,44,12,0,130,64,0,0,160,56,
-7,0,190,152,36,0,161,131,120,251,227,127,44,0,225,131,32,0,129,131,
-40,0,193,131,52,0,1,128,28,0,97,131,24,0,65,131,166,3,8,124,
-48,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-8,0,193,147,121,27,126,124,12,0,225,147,120,35,159,124,148,0,130,65,
-80,0,158,128,0,0,4,44,12,0,128,61,32,8,140,57,104,0,158,145,
-12,0,130,65,120,243,195,127,121,241,0,72,128,0,126,128,0,0,3,44,
-8,0,130,65,157,226,252,75,84,0,30,128,0,0,0,44,24,0,130,65,
-11,0,96,60,132,16,99,56,105,28,128,56,0,0,160,56,181,178,247,75,
-104,0,94,129,196,1,106,129,120,243,195,127,166,3,105,125,33,4,128,78,
-0,0,158,136,1,0,190,136,11,0,96,60,116,7,165,124,92,16,99,56,
-116,7,132,124,97,17,254,75,255,7,224,87,12,0,130,65,120,243,195,127,
-113,253,253,75,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,7,0,31,136,116,7,0,124,239,255,0,44,
-148,0,130,65,2,0,127,137,189,7,107,85,136,0,130,65,140,128,141,137,
-0,0,12,44,32,0,130,64,255,255,0,44,24,0,130,64,11,0,96,60,
-152,16,99,56,56,28,128,56,255,255,160,56,5,178,247,75,124,0,63,129,
-0,0,9,40,120,0,31,129,2,0,191,136,0,0,96,57,120,91,106,125,
-250,7,165,84,2,0,191,152,24,0,128,65,12,0,129,65,16,0,8,40,
-12,0,129,64,240,255,72,49,212,1,105,125,119,0,31,137,104,0,63,129,
-7,0,31,153,188,1,137,129,92,0,127,145,88,0,95,145,120,251,227,127,
-166,3,137,125,33,4,128,78,120,251,227,127,213,48,255,75,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,120,27,101,124,
-128,0,101,128,0,0,3,44,32,0,130,77,164,181,0,72,166,2,8,124,
-4,0,1,144,240,255,33,148,1,0,0,56,0,0,4,144,7,0,131,137,
-116,7,140,125,223,255,12,44,12,0,130,65,239,255,12,44,28,0,130,64,
-8,0,129,56,73,40,255,75,20,0,1,128,16,0,33,56,166,3,8,124,
-32,0,128,78,20,0,1,128,16,0,33,56,166,3,8,124,1,0,96,56,
-32,0,128,78,216,255,33,148,28,0,161,147,36,0,225,147,166,2,8,124,
-32,0,193,147,24,0,129,147,44,0,1,144,120,27,127,124,84,0,127,128,
-120,35,157,124,3,0,29,44,120,27,124,124,120,43,190,124,124,0,130,64,
-7,0,31,136,116,7,0,124,64,0,30,124,108,0,130,64,251,255,0,44,
-100,0,130,64,0,0,3,44,20,0,130,65,0,0,128,57,84,0,159,145,
-1,0,0,56,5,1,28,152,120,251,227,127,16,0,129,56,117,49,255,75,
-104,0,63,129,28,1,9,128,20,0,193,128,16,0,161,128,120,251,227,127,
-166,3,9,124,33,4,128,78,104,0,159,129,204,0,12,128,255,255,128,56,
-120,251,227,127,8,0,193,56,120,35,133,124,166,3,9,124,33,4,128,78,
-0,0,29,44,48,0,130,64,7,0,63,137,116,7,41,125,64,72,30,124,
-32,0,130,64,84,0,31,128,0,0,0,44,20,0,130,65,0,0,96,57,
-84,0,127,145,1,0,0,56,5,1,28,152,1,0,29,44,12,0,130,65,
-2,0,29,44,136,1,130,64,7,0,31,136,116,7,0,124,64,0,30,124,
-120,1,130,64,84,0,127,128,0,0,3,44,124,1,130,64,3,0,95,137,
-0,0,10,44,112,1,130,64,251,255,96,57,64,88,0,124,72,0,130,65,
-247,255,128,57,64,96,0,124,20,0,130,65,223,255,32,57,64,72,0,124,
-152,0,130,65,176,0,0,72,2,0,29,44,140,0,130,64,92,0,127,129,
-88,0,95,129,121,83,108,125,124,0,130,64,0,0,96,56,29,33,253,75,
-84,0,127,144,136,0,0,72,2,0,63,137,49,6,41,85,112,0,130,64,
-1,0,31,136,127,6,0,84,28,0,130,64,120,251,227,127,9,68,1,72,
-120,27,101,124,47,0,96,56,252,131,130,56,193,178,247,75,104,0,159,129,
-204,0,44,129,247,255,128,56,120,251,227,127,255,255,160,56,12,0,193,56,
-166,3,41,125,33,4,128,78,0,0,3,44,20,0,130,65,84,0,127,128,
-0,0,3,44,188,0,130,65,40,0,0,72,0,0,96,56,117,33,253,75,
-84,0,127,144,16,0,0,72,0,0,96,56,53,29,253,75,84,0,127,144,
-0,0,3,44,148,0,130,65,120,251,228,127,181,65,253,75,0,0,3,44,
-76,0,130,65,84,0,127,128,0,0,3,44,24,0,130,65,240,13,67,129,
-12,0,106,129,3,0,128,56,166,3,105,125,33,4,128,78,0,0,128,57,
-84,0,159,145,32,0,193,131,36,0,225,131,44,0,1,128,28,0,161,131,
-24,0,129,131,166,3,8,124,40,0,33,56,32,0,128,78,1,0,0,56,
-3,0,31,152,32,0,193,131,36,0,225,131,44,0,1,128,28,0,161,131,
-24,0,129,131,166,3,8,124,40,0,33,56,32,0,128,78,120,251,227,127,
-120,235,164,127,120,243,197,127,137,38,255,75,32,0,193,131,36,0,225,131,
-44,0,1,128,28,0,161,131,24,0,129,131,166,3,8,124,40,0,33,56,
-32,0,128,78,224,255,33,148,16,0,129,147,24,0,193,147,166,2,8,124,
-36,0,1,144,12,0,97,147,120,27,123,124,20,0,161,147,120,35,157,124,
-28,0,225,147,120,43,191,124,193,39,255,75,0,0,3,44,44,0,130,64,
-20,0,161,131,28,0,225,131,24,0,193,131,16,0,129,131,36,0,1,128,
-12,0,97,131,0,0,96,56,166,3,8,124,32,0,33,56,32,0,128,78,
-104,0,123,129,156,1,139,129,120,219,99,127,8,0,129,56,166,3,137,125,
-33,4,128,78,0,0,3,44,92,0,130,64,120,219,99,127,120,251,228,127,
-29,36,255,75,0,0,3,44,72,0,128,65,108,0,27,168,64,0,3,124,
-60,0,130,65,12,0,253,131,100,0,219,128,64,48,31,124,20,0,253,168,
-96,0,187,128,8,0,221,131,120,59,252,124,16,0,128,65,24,0,129,65,
-64,40,30,124,16,0,128,64,8,0,27,168,0,0,7,124,44,0,128,65,
-20,0,161,131,28,0,225,131,24,0,193,131,16,0,129,131,36,0,1,128,
-12,0,97,131,34,1,96,56,166,3,8,124,32,0,33,56,32,0,128,78,
-120,3,8,124,112,254,9,124,22,64,94,125,214,65,158,124,214,73,222,124,
-214,65,31,124,20,2,138,125,20,50,172,124,58,16,96,84,20,2,219,124,
-16,0,102,128,104,0,227,128,112,254,136,127,20,224,36,125,20,65,69,125,
-84,0,7,129,1,0,96,57,20,0,125,177,8,0,61,145,120,235,164,127,
-11,0,128,57,28,0,157,145,166,3,9,125,12,0,93,145,33,4,128,78,
-8,0,221,147,12,0,253,147,20,0,157,179,20,0,161,131,28,0,225,131,
-24,0,193,131,12,0,97,131,36,0,1,128,16,0,129,131,0,0,96,56,
-166,3,8,124,32,0,33,56,32,0,128,78,208,255,33,148,8,0,193,146,
-16,0,1,147,28,0,97,147,32,0,129,147,36,0,161,147,44,0,225,147,
-166,2,8,124,52,0,1,144,12,0,225,146,120,27,119,124,20,0,33,147,
-120,35,153,124,40,0,193,147,120,43,190,124,24,0,65,147,120,51,218,124,
-165,39,255,75,121,27,127,124,60,0,130,65,36,0,161,131,20,0,33,131,
-24,0,65,131,40,0,193,131,32,0,129,131,16,0,1,131,28,0,97,131,
-44,0,225,131,52,0,1,128,12,0,225,130,8,0,193,130,166,3,8,124,
-48,0,33,56,32,0,128,78,120,187,227,126,120,243,196,127,125,34,255,75,
-121,27,118,124,60,0,128,65,12,0,217,131,100,0,215,128,64,48,30,124,
-20,0,25,169,96,0,183,128,8,0,185,131,120,67,24,125,16,0,128,65,
-24,0,129,65,64,40,29,124,16,0,128,64,8,0,247,168,0,56,8,124,
-64,0,128,65,20,0,33,131,36,0,161,131,40,0,193,131,24,0,65,131,
-16,0,1,131,32,0,129,131,44,0,225,131,28,0,97,131,12,0,225,130,
-52,0,1,128,8,0,193,130,0,0,96,56,166,3,8,124,48,0,33,56,
-32,0,128,78,80,0,119,128,120,211,71,127,120,235,165,127,120,243,198,127,
-105,233,0,72,8,0,55,169,112,254,42,125,214,73,30,124,214,81,221,124,
-22,72,157,125,214,73,125,127,120,27,127,124,20,2,172,124,58,16,192,86,
-20,2,119,125,16,0,107,128,104,0,131,129,76,0,12,128,1,0,96,57,
-20,50,133,127,112,254,8,127,120,203,36,127,12,0,128,57,20,0,121,177,
-166,3,9,124,20,192,59,125,8,0,57,145,20,65,92,125,12,0,89,145,
-28,0,153,145,33,4,128,78,8,0,185,147,12,0,217,147,20,0,25,179,
-52,0,1,128,120,251,227,127,44,0,225,131,16,0,1,131,24,0,65,131,
-12,0,225,130,36,0,161,131,20,0,33,131,40,0,193,131,8,0,193,130,
-28,0,97,131,32,0,129,131,166,3,8,124,48,0,33,56,32,0,128,78,
-208,255,33,148,28,0,97,147,12,0,225,146,16,0,1,147,20,0,33,147,
-24,0,65,147,36,0,161,147,40,0,193,147,44,0,225,147,166,2,8,124,
-52,0,1,144,32,0,129,147,120,35,156,124,12,0,220,131,120,27,123,124,
-100,0,219,128,64,48,30,124,8,0,188,131,120,43,167,124,96,0,187,128,
-16,0,128,65,44,0,129,65,64,40,29,124,36,0,128,64,20,0,28,169,
-8,0,91,169,64,80,8,124,20,0,130,64,7,0,27,136,116,7,0,124,
-251,255,0,44,60,0,130,65,24,0,65,131,40,0,193,131,36,0,161,131,
-20,0,33,131,28,0,97,131,44,0,225,131,32,0,129,131,16,0,1,131,
-52,0,1,128,12,0,225,130,0,0,96,56,166,3,8,124,48,0,33,56,
-32,0,128,78,80,0,123,128,120,235,165,127,120,243,198,127,241,231,0,72,
-8,0,27,169,112,254,5,125,214,65,61,127,214,41,157,125,22,64,61,125,
-214,65,30,124,28,0,28,131,0,0,252,130,120,27,127,124,8,0,60,147,
-20,2,105,125,20,98,75,127,12,0,92,147,237,153,0,72,10,0,0,60,
-36,119,0,48,4,0,3,144,8,0,227,146,2,0,35,161,0,2,41,97,
-2,0,35,177,4,0,219,168,0,0,32,59,0,48,25,124,13,0,224,56,
-0,0,124,144,120,203,58,127,0,0,195,176,28,0,252,144,52,0,128,64,
-20,210,155,125,16,0,108,128,104,0,131,129,12,0,12,128,120,227,132,127,
-166,3,9,124,33,4,128,78,4,0,219,168,1,0,57,59,0,48,25,124,
-4,0,90,59,212,255,128,65,28,0,28,147,0,0,252,146,8,0,188,147,
-12,0,220,147,32,0,129,131,20,0,33,131,24,0,65,131,36,0,161,131,
-120,251,227,127,44,0,225,131,28,0,97,131,40,0,193,131,52,0,1,128,
-16,0,1,131,12,0,225,130,166,3,8,124,48,0,33,56,32,0,128,78,
-216,255,33,148,12,0,33,147,16,0,65,147,20,0,97,147,28,0,161,147,
-32,0,193,147,36,0,225,147,166,2,8,124,44,0,1,144,24,0,129,147,
-120,35,156,124,8,0,188,131,12,0,220,131,120,27,121,124,100,0,89,129,
-64,80,30,124,96,0,57,129,16,0,128,65,28,1,129,65,64,72,29,124,
-20,1,128,64,8,0,249,171,20,0,28,168,64,248,0,124,4,1,130,64,
-7,0,25,136,116,7,0,124,223,255,0,44,108,0,130,64,112,254,236,127,
-214,97,221,124,214,249,93,127,22,248,29,125,214,249,30,124,28,0,252,131,
-108,0,249,168,58,16,233,84,20,74,89,125,16,0,106,128,104,0,99,129,
-20,0,139,129,120,227,132,127,11,0,224,56,8,0,92,147,28,0,252,144,
-20,2,104,125,166,3,137,125,20,50,107,127,12,0,124,147,33,4,128,78,
-28,0,252,147,8,0,188,147,12,0,220,147,0,0,96,56,144,0,0,72,
-247,255,0,44,12,0,130,65,251,255,0,44,124,0,130,64,4,0,185,168,
-120,243,196,127,120,235,163,127,112,254,166,124,197,33,254,75,22,248,29,125,
-214,249,93,127,214,249,30,124,58,16,105,84,20,74,89,125,16,0,106,128,
-104,0,99,129,112,254,236,127,28,0,252,131,214,97,221,124,20,0,139,129,
-8,0,92,147,11,0,224,56,120,227,132,127,28,0,252,144,166,3,137,125,
-20,2,104,125,20,50,107,127,12,0,124,147,33,4,128,78,28,0,252,147,
-8,0,188,147,12,0,220,147,0,0,96,56,8,0,0,72,34,1,96,56,
-32,0,193,131,24,0,129,131,20,0,97,131,28,0,161,131,36,0,225,131,
-44,0,1,128,16,0,65,131,12,0,33,131,166,3,8,124,40,0,33,56,
-32,0,128,78,208,255,33,148,20,0,33,147,8,0,193,146,12,0,225,146,
-16,0,1,147,28,0,97,147,32,0,129,147,36,0,161,147,40,0,193,147,
-44,0,225,147,166,2,8,124,52,0,1,144,24,0,65,147,120,35,154,124,
-12,0,218,131,120,27,121,124,100,0,57,129,64,72,30,124,8,0,186,131,
-96,0,25,129,120,43,191,124,16,0,128,65,96,1,129,65,64,64,29,124,
-88,1,128,64,20,0,122,169,8,0,25,168,64,0,11,124,72,1,130,64,
-7,0,25,136,116,7,0,124,223,255,0,44,140,0,130,64,108,0,25,171,
-80,0,121,128,120,235,165,127,120,243,198,127,120,251,231,127,209,228,0,72,
-8,0,249,168,112,254,230,124,214,57,125,127,214,49,125,125,22,56,93,125,
-214,57,158,125,28,0,250,130,0,0,218,130,120,27,127,124,8,0,122,147,
-20,98,74,125,20,90,138,127,12,0,154,147,205,150,0,72,10,0,128,61,
-36,119,140,57,4,0,131,145,8,0,195,146,2,0,195,160,0,2,198,96,
-2,0,195,176,4,0,153,169,13,0,160,56,0,0,122,144,255,255,12,56,
-28,0,186,144,0,0,3,176,236,0,0,72,247,255,0,44,12,0,130,65,
-251,255,0,44,160,0,130,64,4,0,185,168,112,254,166,124,120,235,163,127,
-120,243,196,127,1,32,254,75,120,27,120,124,80,0,121,128,120,235,165,127,
-120,243,198,127,120,251,231,127,37,228,0,72,8,0,249,168,112,254,230,124,
-214,57,125,127,214,49,125,125,22,56,93,125,214,57,158,125,0,0,218,130,
-28,0,250,130,8,0,122,147,120,27,127,124,20,98,74,125,20,90,138,127,
-12,0,154,147,33,150,0,72,10,0,128,61,36,119,140,57,4,0,131,145,
-8,0,195,146,2,0,195,160,0,2,198,96,2,0,195,176,4,0,153,169,
-0,0,122,144,13,0,160,56,255,255,12,56,28,0,186,144,0,0,3,176,
-64,0,0,72,20,0,33,131,36,0,161,131,40,0,193,131,24,0,65,131,
-16,0,1,131,32,0,129,131,44,0,225,131,28,0,97,131,12,0,225,130,
-52,0,1,128,8,0,193,130,0,0,96,56,166,3,8,124,48,0,33,56,
-32,0,128,78,0,0,96,59,0,96,27,124,120,219,124,127,60,0,128,64,
-64,192,27,124,36,0,130,65,20,226,25,125,16,0,104,128,104,0,35,129,
-12,0,9,128,120,211,68,127,166,3,9,124,33,4,128,78,4,0,153,169,
-1,0,123,59,0,96,27,124,4,0,156,59,204,255,128,65,28,0,250,146,
-0,0,218,146,8,0,186,147,12,0,218,147,32,0,129,131,20,0,33,131,
-16,0,1,131,28,0,97,131,36,0,161,131,120,251,227,127,44,0,225,131,
-24,0,65,131,40,0,193,131,52,0,1,128,12,0,225,130,8,0,193,130,
-166,3,8,124,48,0,33,56,32,0,128,78,200,255,33,148,28,0,33,147,
-40,0,129,147,48,0,193,147,52,0,225,147,166,2,8,124,60,0,1,144,
-32,0,65,147,120,27,122,124,36,0,97,147,120,35,155,124,44,0,161,147,
-120,43,189,124,181,33,255,75,34,1,3,44,48,0,130,65,48,0,193,131,
-40,0,129,131,36,0,97,131,44,0,161,131,52,0,225,131,60,0,1,128,
-32,0,65,131,28,0,33,131,166,3,8,124,56,0,33,56,32,0,128,78,
-12,0,251,131,8,0,219,131,20,0,225,147,16,0,193,147,104,0,186,128,
-76,1,229,128,120,211,67,127,120,235,164,127,16,0,97,57,8,0,193,56,
-166,3,233,124,120,91,101,125,33,4,128,78,0,0,3,44,52,0,130,64,
-48,0,193,131,36,0,97,131,40,0,129,131,52,0,225,131,44,0,161,131,
-32,0,65,131,60,0,1,128,28,0,33,131,9,1,96,56,166,3,8,124,
-56,0,33,56,32,0,128,78,16,0,129,131,20,0,161,131,14,0,186,168,
-112,254,166,124,120,235,164,127,120,227,131,127,137,30,254,75,7,0,26,137,
-116,7,8,125,239,255,8,44,40,0,130,65,223,255,8,44,80,0,130,64,
-92,0,154,129,64,32,12,124,88,0,122,129,64,0,129,65,12,0,128,65,
-64,24,11,124,52,0,129,65,48,0,193,131,36,0,97,131,40,0,129,131,
-52,0,225,131,44,0,161,131,32,0,65,131,60,0,1,128,28,0,33,131,
-34,1,96,56,166,3,8,124,56,0,33,56,32,0,128,78,8,0,26,168,
-112,254,8,124,214,65,195,124,22,0,131,125,214,1,164,124,214,1,67,125,
-28,0,59,131,11,0,0,56,28,0,27,144,8,0,1,128,12,0,58,169,
-20,42,172,124,58,16,0,84,20,50,101,125,112,254,40,125,56,72,133,127,
-20,40,234,124,20,2,90,125,16,0,106,128,104,0,131,129,56,64,166,127,
-20,49,11,125,92,0,204,128,8,0,251,144,120,219,100,127,12,0,27,145,
-166,3,201,124,33,4,128,78,28,0,59,147,8,0,219,147,12,0,251,147,
-48,0,193,131,36,0,97,131,40,0,129,131,52,0,225,131,44,0,161,131,
-32,0,65,131,60,0,1,128,28,0,33,131,0,0,96,56,166,3,8,124,
-56,0,33,56,32,0,128,78,128,255,33,148,88,0,193,146,92,0,225,146,
-96,0,1,147,100,0,33,147,104,0,65,147,108,0,97,147,166,2,8,124,
-132,0,1,144,116,0,161,147,120,27,125,124,120,0,193,147,120,35,158,124,
-112,0,129,147,120,43,188,124,124,0,225,147,120,51,223,124,221,32,255,75,
-34,1,3,44,60,0,130,65,116,0,161,131,100,0,33,131,104,0,65,131,
-120,0,193,131,112,0,129,131,96,0,1,131,108,0,97,131,124,0,225,131,
-132,0,1,128,92,0,225,130,88,0,193,130,166,3,8,124,128,0,33,56,
-32,0,128,78,0,0,96,57,56,0,97,177,56,0,65,129,20,0,158,169,
-16,0,254,128,48,0,225,144,52,0,129,177,2,0,74,97,56,0,65,145,
-12,0,94,129,8,0,62,129,28,0,65,145,24,0,33,145,104,0,157,129,
-76,1,12,128,120,235,163,127,120,227,132,127,20,0,193,56,24,0,161,56,
-166,3,9,124,33,4,128,78,0,0,3,44,64,0,130,64,100,0,33,131,
-116,0,161,131,120,0,193,131,104,0,65,131,96,0,1,131,112,0,129,131,
-124,0,225,131,108,0,97,131,92,0,225,130,132,0,1,128,88,0,193,130,
-9,1,96,56,166,3,8,124,128,0,33,56,32,0,128,78,24,0,97,128,
-28,0,129,128,14,0,189,168,112,254,166,124,69,28,254,75,7,0,157,137,
-116,7,140,125,239,255,12,44,120,35,156,124,120,27,123,124,168,0,130,65,
-223,255,12,44,32,0,130,64,92,0,61,129,64,224,9,124,88,0,29,129,
-16,0,129,65,140,0,128,65,64,216,8,124,132,0,129,64,0,0,31,44,
-88,0,130,65,80,0,125,128,120,227,134,127,120,219,101,127,17,223,0,72,
-0,0,3,44,64,0,130,65,100,0,33,131,116,0,161,131,120,0,193,131,
-104,0,65,131,96,0,1,131,112,0,129,131,124,0,225,131,108,0,97,131,
-92,0,225,130,132,0,1,128,88,0,193,130,39,1,96,56,166,3,8,124,
-128,0,33,56,32,0,128,78,4,0,125,169,20,0,30,168,255,255,75,57,
-214,81,128,125,4,0,30,129,16,0,8,128,44,72,134,85,64,0,6,124,
-64,0,129,64,100,0,33,131,116,0,161,131,120,0,193,131,104,0,65,131,
-96,0,1,131,112,0,129,131,124,0,225,131,108,0,97,131,92,0,225,130,
-132,0,1,128,88,0,193,130,34,1,96,56,166,3,8,124,128,0,33,56,
-32,0,128,78,8,0,29,168,112,254,11,124,214,1,123,124,214,1,156,125,
-214,89,219,124,22,0,123,125,28,0,1,128,12,0,93,169,20,98,171,124,
-20,50,133,124,112,254,75,125,56,88,6,124,52,0,1,136,24,0,225,128,
-56,80,229,124,20,40,35,125,20,49,68,125,44,0,65,145,40,0,33,145,
-8,0,136,129,0,0,158,131,13,0,1,152,12,0,1,152,0,0,224,59,
-16,0,225,147,14,0,225,155,8,0,129,145,121,144,0,72,8,0,131,147,
-32,0,227,147,36,0,227,147,40,0,227,147,44,0,227,147,9,0,32,61,
-192,109,41,57,4,0,35,145,2,0,131,161,226,4,140,85,2,0,131,177,
-32,0,97,144,4,0,61,169,120,251,246,127,0,72,22,124,4,0,190,128,
-15,0,128,59,12,0,96,59,64,0,65,59,20,0,33,59,8,0,1,59,
-32,0,225,58,36,0,161,144,255,255,9,56,0,0,3,176,1,0,0,56,
-240,0,128,64,0,0,217,128,64,48,22,124,212,0,130,65,0,0,0,44,
-164,0,130,64,20,0,215,168,0,0,248,128,0,0,128,56,44,72,192,84,
-120,195,3,127,20,2,231,124,120,211,69,127,0,0,248,144,213,112,254,75,
-1,0,3,44,24,0,130,65,11,0,96,60,172,16,99,56,202,2,128,56,
-0,0,160,56,217,159,247,75,4,0,30,128,120,187,230,126,0,0,96,56,
-4,0,23,144,28,0,151,147,120,195,4,127,120,27,101,124,53,52,254,75,
-0,0,23,129,40,0,40,129,0,0,9,44,16,0,130,64,40,0,104,144,
-4,0,87,147,40,0,0,72,12,0,233,128,0,0,7,44,20,0,130,65,
-120,59,233,124,12,0,233,128,0,0,7,44,244,255,130,64,12,0,105,144,
-4,0,87,147,20,250,125,125,16,0,107,128,104,0,131,129,76,0,172,128,
-28,0,119,147,120,187,228,126,166,3,169,124,33,4,128,78,4,0,61,169,
-0,0,0,56,1,0,214,58,0,72,22,124,4,0,255,59,24,255,128,65,
-100,0,33,131,116,0,161,131,120,0,193,131,104,0,65,131,96,0,1,131,
-112,0,129,131,124,0,225,131,108,0,97,131,92,0,225,130,132,0,1,128,
-88,0,193,130,0,0,96,56,166,3,8,124,128,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-8,0,159,169,11,0,96,60,192,16,99,56,112,14,128,125,148,1,128,124,
-181,253,253,75,120,251,227,127,117,37,255,75,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,16,0,193,147,
-166,2,8,124,28,0,1,144,12,0,161,147,120,27,125,124,20,0,225,147,
-120,35,159,124,5,49,255,75,128,0,29,128,0,0,0,44,120,27,126,124,
-12,0,130,65,120,3,3,124,73,206,252,75,128,0,125,56,120,251,228,127,
-4,0,160,56,245,27,254,75,4,0,126,56,16,0,193,131,28,0,1,128,
-20,0,225,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-232,255,33,148,16,0,193,147,166,2,8,124,28,0,1,144,12,0,161,147,
-120,27,125,124,20,0,225,147,120,35,159,124,65,49,255,75,4,0,195,59,
-120,251,227,127,128,0,157,56,4,0,160,56,157,27,254,75,0,0,0,56,
-128,0,29,144,120,243,195,127,16,0,193,131,28,0,1,128,20,0,225,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,8,0,193,147,120,27,126,124,12,0,225,147,
-120,35,159,124,141,49,255,75,104,0,158,129,1,0,224,107,115,0,30,152,
-188,1,12,128,120,243,195,127,166,3,9,124,33,4,128,78,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,120,35,159,124,
-209,49,255,75,1,0,0,56,0,0,31,144,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,149,50,255,75,0,0,3,44,
-44,0,130,64,104,0,159,129,1,0,0,56,114,0,31,152,188,1,12,128,
-2,0,159,137,120,251,227,127,166,3,9,124,250,7,140,85,2,0,159,153,
-33,4,128,78,20,0,1,128,12,0,225,131,1,0,96,56,16,0,33,56,
-166,3,8,124,32,0,128,78,200,255,33,148,20,0,225,146,24,0,1,147,
-28,0,33,147,32,0,65,147,36,0,97,147,40,0,129,147,44,0,161,147,
-166,2,8,124,60,0,1,144,48,0,193,147,120,27,126,124,52,0,225,147,
-120,35,159,124,61,52,255,75,1,0,3,44,60,0,130,64,32,0,65,131,
-48,0,193,131,44,0,161,131,28,0,33,131,36,0,97,131,52,0,225,131,
-40,0,129,131,24,0,1,131,60,0,1,128,20,0,225,130,1,0,96,56,
-166,3,8,124,56,0,33,56,32,0,128,78,7,0,30,136,116,7,0,124,
-239,255,0,44,0,0,64,59,12,0,130,65,223,255,0,44,32,0,130,64,
-104,0,158,129,180,1,12,128,120,243,195,127,166,3,9,124,33,4,128,78,
-1,0,160,56,48,24,186,124,255,255,218,48,16,209,6,127,0,0,32,59,
-32,0,96,59,1,0,160,59,48,200,167,127,57,56,233,127,128,0,130,65,
-4,0,94,169,0,0,224,58,0,80,23,124,1,0,160,59,120,187,252,126,
-104,0,128,64,20,226,126,125,16,0,107,128,104,0,131,129,188,0,12,128,
-120,203,36,127,166,3,9,124,33,4,128,78,12,0,97,144,12,0,161,160,
-8,0,161,176,14,0,193,160,10,0,193,176,8,0,1,129,255,7,0,85,
-24,0,130,65,48,184,168,127,57,64,73,127,12,0,130,64,120,67,90,127,
-1,0,24,59,4,0,94,169,1,0,247,58,0,80,23,124,4,0,156,59,
-160,255,128,65,255,255,123,55,1,0,57,59,112,255,130,64,1,0,24,44,
-38,0,0,124,254,23,0,84,1,0,3,104,60,0,1,128,48,0,193,131,
-36,0,97,131,28,0,33,131,40,0,129,131,24,0,1,131,32,0,65,131,
-52,0,225,131,44,0,161,131,20,0,225,130,166,3,8,124,56,0,33,56,
-32,0,128,78,224,255,33,148,12,0,97,147,16,0,129,147,24,0,193,147,
-28,0,225,147,166,2,8,124,36,0,1,144,20,0,161,147,120,27,125,124,
-4,0,125,169,0,0,96,59,0,88,27,124,255,255,192,59,120,219,124,127,
-120,243,223,127,100,0,128,64,20,226,221,124,16,0,102,128,0,0,3,44,
-68,0,130,65,104,0,227,128,28,0,103,129,166,3,105,125,33,4,128,78,
-64,248,4,124,16,0,129,65,28,0,128,65,64,240,3,124,20,0,128,65,
-4,0,125,169,1,0,123,59,4,0,156,59,24,0,0,72,4,0,125,169,
-120,35,159,124,120,27,126,124,4,0,156,59,1,0,123,59,0,88,27,124,
-164,255,128,65,255,255,11,56,112,254,8,124,214,1,126,124,214,1,95,125,
-22,0,62,125,214,65,190,124,14,0,29,168,0,0,0,44,20,82,137,125,
-20,42,140,124,52,0,129,64,120,3,28,124,120,227,133,127,112,254,29,124,
-120,235,166,127,205,20,254,75,214,225,195,127,22,224,3,125,214,233,131,125,
-214,225,36,125,120,243,195,127,20,74,72,125,20,98,138,124,20,0,161,131,
-24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,
-166,3,8,124,32,0,33,56,32,0,128,78,128,255,33,148,76,0,97,146,
-80,0,129,146,84,0,161,146,88,0,193,146,92,0,225,146,96,0,1,147,
-100,0,33,147,104,0,65,147,108,0,97,147,112,0,129,147,116,0,161,147,
-166,2,8,124,132,0,1,144,120,0,193,147,124,0,225,147,120,35,159,124,
-8,0,225,147,120,27,126,124,14,0,158,170,12,0,127,131,0,0,96,57,
-121,219,96,125,8,0,95,131,120,43,181,124,128,0,130,65,120,211,67,127,
-120,219,100,127,120,163,133,126,112,254,134,126,17,20,254,75,4,0,126,170,
-112,254,102,126,120,155,101,126,120,35,151,124,120,27,118,124,37,19,254,75,
-62,6,96,84,30,0,1,152,10,0,30,169,32,0,104,33,48,64,229,126,
-48,64,216,126,48,92,199,126,120,59,165,124,255,255,243,56,214,57,152,127,
-32,0,40,57,12,0,1,147,48,72,203,126,120,43,121,125,16,0,33,147,
-17,208,188,124,0,0,0,57,28,0,1,177,192,1,130,64,72,0,0,72,
-4,0,126,170,150,163,218,126,150,155,22,124,214,153,0,124,80,176,0,124,
-62,6,0,84,30,0,1,152,10,0,126,169,255,255,19,57,48,88,202,126,
-214,65,202,124,0,0,224,58,16,0,225,146,81,208,134,125,12,0,65,145,
-28,0,225,178,120,1,130,64,20,0,159,169,64,160,12,124,108,1,130,64,
-113,0,190,136,0,0,5,44,96,1,130,64,114,0,222,136,0,0,6,44,
-84,1,130,64,80,0,126,128,120,187,230,126,120,179,197,126,52,0,9,124,
-126,217,39,85,31,0,225,152,3,0,224,56,137,214,0,72,0,0,159,131,
-120,27,125,124,177,136,0,72,9,0,0,60,176,108,0,48,8,0,131,147,
-40,0,163,147,4,0,3,144,0,0,127,144,20,131,162,128,64,0,161,144,
-24,131,194,128,8,0,129,56,120,243,195,127,64,0,161,56,68,0,193,144,
-177,143,255,75,7,0,254,136,116,7,231,124,239,255,7,44,120,27,125,124,
-36,0,130,64,104,0,30,129,180,1,40,129,120,243,195,127,166,3,41,125,
-33,4,128,78,30,0,33,137,64,24,9,124,104,0,130,65,16,0,161,128,
-24,0,159,169,0,0,31,128,32,0,1,144,56,0,129,177,8,0,30,168,
-52,0,1,176,30,0,1,136,12,0,129,128,44,0,161,144,40,0,129,144,
-58,16,0,84,20,2,94,125,16,0,106,128,11,0,128,57,60,0,129,145,
-104,0,131,129,20,0,12,128,0,0,96,57,36,0,161,146,48,0,97,145,
-32,0,129,56,166,3,9,124,33,4,128,78,1,0,189,59,0,0,127,128,
-120,235,164,127,201,141,0,72,0,0,159,147,92,0,225,130,112,0,129,131,
-116,0,161,131,96,0,1,131,88,0,193,130,108,0,97,131,120,0,193,131,
-100,0,33,131,84,0,161,130,104,0,65,131,124,0,225,131,132,0,1,128,
-80,0,129,130,76,0,97,130,166,3,8,124,128,0,33,56,32,0,128,78,
-142,0,30,168,0,0,0,44,140,0,30,169,20,66,126,124,24,0,128,64,
-144,0,30,128,166,3,9,124,120,251,228,127,33,4,128,78,84,0,0,72,
-144,0,94,169,20,82,227,124,191,7,232,84,56,24,0,84,12,0,130,64,
-0,0,71,129,36,0,0,72,80,56,232,124,0,0,103,129,4,0,71,129,
-56,24,8,85,48,68,107,125,32,0,8,33,48,64,74,125,120,91,74,125,
-20,2,234,124,4,0,7,128,120,251,228,127,166,3,9,124,33,4,128,78,
-92,0,225,130,112,0,129,131,116,0,161,131,96,0,1,131,88,0,193,130,
-108,0,97,131,120,0,193,131,100,0,33,131,84,0,161,130,104,0,65,131,
-124,0,225,131,132,0,1,128,80,0,129,130,76,0,97,130,166,3,8,124,
-128,0,33,56,32,0,128,78,142,0,3,168,0,0,0,44,140,0,35,169,
-20,74,131,125,20,0,128,64,144,0,67,129,166,3,73,125,120,99,131,125,
-32,4,128,78,144,0,99,169,20,90,44,125,191,7,42,85,56,24,0,84,
-12,0,130,64,0,0,105,129,36,0,0,72,80,72,42,125,0,0,9,129,
-4,0,105,129,56,24,74,85,48,84,8,125,32,0,74,33,48,80,107,125,
-120,67,107,125,20,2,235,124,4,0,71,129,120,99,131,125,166,3,73,125,
-32,4,128,78,134,0,3,168,0,0,0,44,132,0,35,169,20,74,131,125,
-20,0,128,64,136,0,67,129,166,3,73,125,120,99,131,125,32,4,128,78,
-136,0,99,169,20,90,44,125,191,7,42,85,56,24,0,84,12,0,130,64,
-0,0,105,129,36,0,0,72,80,72,42,125,0,0,9,129,4,0,105,129,
-56,24,74,85,48,84,8,125,32,0,74,33,48,80,107,125,120,67,107,125,
-20,2,235,124,4,0,71,129,120,99,131,125,166,3,73,125,32,4,128,78,
-14,0,99,168,32,0,128,78,8,0,99,168,32,0,128,78,108,0,99,168,
-32,0,128,78,1,0,96,56,32,0,128,78,1,0,96,56,32,0,128,78,
-0,0,96,56,32,0,128,78,0,0,96,56,32,0,128,78,104,0,131,129,
-4,1,12,128,166,3,9,124,32,4,128,78,42,1,96,56,32,0,128,78,
-255,255,96,56,32,0,128,78,100,0,131,128,96,0,99,128,32,0,128,78,
-44,1,96,56,32,0,128,78,1,0,96,56,32,0,128,78,104,0,131,129,
-20,0,12,128,166,3,9,124,32,4,128,78,104,0,131,129,20,0,12,128,
-166,3,9,124,32,4,128,78,104,0,131,129,12,0,12,128,166,3,9,124,
-32,4,128,78,0,0,96,56,120,27,100,124,32,0,128,78,224,255,33,148,
-166,2,8,124,36,0,1,144,28,0,225,147,120,27,127,124,16,0,129,147,
-120,35,156,124,20,0,161,147,120,43,189,124,24,0,193,147,120,51,222,124,
-121,2,255,75,32,1,3,44,48,0,130,64,0,0,28,44,40,0,130,64,
-7,0,95,137,116,7,74,125,255,255,10,44,12,0,130,65,251,255,10,44,
-76,0,130,64,0,0,32,57,156,8,63,145,64,0,0,72,1,0,28,44,
-56,0,130,64,120,251,227,127,120,235,164,127,105,252,254,75,12,0,97,144,
-12,0,1,160,8,0,1,176,14,0,129,161,10,0,129,177,8,0,1,128,
-255,7,0,84,12,0,130,65,1,0,32,57,156,8,63,145,120,251,227,127,
-120,227,132,127,120,235,165,127,120,243,198,127,245,94,255,75,24,0,193,131,
-28,0,225,131,36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,
-32,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,189,100,255,75,7,0,95,137,255,255,96,57,
-116,7,74,125,64,88,10,124,16,0,130,65,251,255,0,56,64,0,10,124,
-16,0,130,64,1,0,128,57,156,8,159,145,12,0,0,72,0,0,128,57,
-156,8,159,145,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,224,255,33,148,12,0,97,147,16,0,129,147,20,0,161,147,
-24,0,193,147,28,0,225,147,166,2,8,124,36,0,1,144,8,0,65,147,
-120,27,122,124,121,98,255,75,121,27,127,124,164,0,130,65,104,0,122,129,
-28,0,11,128,2,0,160,59,0,0,192,59,120,211,67,127,166,3,9,124,
-33,4,128,78,120,27,123,124,120,35,156,124,1,0,160,56,63,0,128,57,
-166,3,137,125,64,224,30,124,16,0,128,65,36,0,129,65,64,216,29,124,
-28,0,129,65,60,8,222,87,254,15,160,87,120,3,222,127,60,8,189,87,
-1,0,165,56,216,255,0,66,5,0,165,56,56,0,5,44,8,0,128,65,
-55,0,160,56,1,0,96,57,8,0,197,56,32,0,230,32,48,60,104,125,
-32,0,38,57,48,72,106,125,120,67,68,125,48,48,99,125,152,8,186,144,
-0,4,187,48,148,1,220,124,153,13,254,75,148,8,122,144,20,0,161,131,
-120,251,227,127,28,0,225,131,16,0,129,131,24,0,193,131,36,0,1,128,
-12,0,97,131,8,0,65,131,166,3,8,124,32,0,33,56,32,0,128,78,
-16,43,100,17,0,1,64,57,56,24,137,84,112,86,108,125,148,1,12,124,
-80,32,0,124,56,24,8,84,112,70,11,125,148,1,11,125,132,0,131,57,
-166,3,73,125,112,30,39,125,148,1,71,125,44,1,10,44,24,0,128,64,
-44,1,64,57,12,0,76,177,8,0,140,57,80,72,40,125,28,0,0,72,
-184,11,10,44,8,0,129,64,184,11,64,57,12,0,76,177,8,0,140,57,
-80,72,40,125,196,255,0,66,32,0,128,78,224,255,33,148,12,0,97,147,
-16,0,129,147,20,0,161,147,28,0,225,147,166,2,8,124,36,0,1,144,
-24,0,193,147,120,27,126,124,156,8,254,128,0,0,7,44,120,35,159,124,
-44,0,130,64,165,134,255,75,20,0,161,131,24,0,193,131,28,0,225,131,
-36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,
-32,0,128,78,8,0,223,128,12,0,255,128,148,8,94,129,214,81,135,127,
-22,80,102,127,214,81,102,125,152,8,62,129,32,0,9,56,48,76,101,125,
-32,0,73,33,20,226,251,124,48,80,232,124,120,67,168,124,48,4,230,124,
-120,67,219,124,0,1,27,44,24,0,128,65,11,0,96,60,212,16,99,56,
-132,0,128,56,0,0,160,56,1,146,247,75,56,24,108,87,20,98,190,124,
-140,0,5,172,6,0,133,169,2,0,197,168,140,8,254,128,144,8,62,129,
-81,56,73,125,4,0,37,169,80,0,102,125,24,0,130,64,60,8,32,85,
-0,0,10,124,120,99,134,125,164,0,128,64,52,0,0,72,0,0,10,44,
-28,0,128,64,208,0,74,125,60,8,32,85,0,0,10,124,0,0,192,56,
-132,0,128,64,20,0,0,72,60,8,32,85,0,0,10,124,1,0,192,56,
-112,0,128,64,0,0,11,44,104,0,130,65,0,0,12,44,76,0,130,64,
-20,0,255,168,0,72,11,124,38,0,0,124,254,23,6,84,166,0,0,125,
-94,4,0,85,36,1,0,124,140,8,62,57,58,16,221,84,46,232,105,125,
-20,58,107,125,60,8,202,84,46,233,105,125,174,82,133,125,20,58,12,124,
-255,127,0,44,92,0,128,64,80,0,0,72,208,0,203,124,0,72,6,124,
-38,0,224,124,254,23,231,84,1,0,230,104,20,0,255,168,166,0,0,125,
-94,4,0,85,36,1,0,124,140,8,62,57,58,16,221,84,46,232,105,125,
-20,58,107,125,60,8,202,84,46,233,105,125,174,82,133,125,20,58,12,124,
-255,127,0,44,12,0,128,64,46,83,5,124,6,0,197,176,0,128,8,113,
-166,0,0,124,94,4,0,84,120,67,0,124,36,1,0,124,0,0,159,131,
-120,227,131,127,120,243,196,127,120,219,101,127,21,130,0,72,0,0,127,144,
-1,0,0,56,0,0,3,176,20,234,158,125,16,0,108,128,104,0,163,128,
-12,0,197,128,120,251,228,127,166,3,201,124,33,4,128,78,0,0,159,147,
-20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,
-12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,121,27,127,124,166,2,8,124,20,0,1,144,20,0,130,64,
-160,8,96,56,165,217,253,75,121,27,127,124,84,0,130,65,120,251,227,127,
-61,1,255,75,12,0,64,61,24,10,74,57,104,0,95,145,132,0,159,57,
-0,0,96,57,0,1,0,56,166,3,9,124,8,0,108,181,2,0,108,177,
-6,0,108,177,244,255,0,66,0,0,0,56,140,8,31,144,144,8,31,144,
-120,251,227,127,176,4,128,56,0,3,160,56,213,252,255,75,20,0,1,128,
-120,251,227,127,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-108,0,3,136,116,7,0,124,52,0,0,124,126,217,3,84,32,0,128,78,
-7,0,3,136,239,255,128,57,116,7,0,124,120,98,0,124,255,255,128,49,
-16,1,108,124,32,0,128,78,104,0,131,129,4,1,12,128,166,3,9,124,
-32,4,128,78,255,255,96,56,32,0,128,78,100,0,131,128,96,0,99,128,
-32,0,128,78,44,1,96,56,32,0,128,78,1,0,96,56,32,0,128,78,
-104,0,131,129,20,0,12,128,166,3,9,124,32,4,128,78,104,0,131,129,
-20,0,12,128,166,3,9,124,32,4,128,78,104,0,131,129,12,0,12,128,
-166,3,9,124,32,4,128,78,104,0,131,129,20,0,12,128,166,3,9,124,
-32,4,128,78,0,0,96,56,120,27,100,124,32,0,128,78,104,0,131,129,
-4,1,12,128,166,3,9,124,32,4,128,78,0,0,96,56,32,0,128,78,
-42,1,96,56,32,0,128,78,100,0,131,128,96,0,99,128,32,0,128,78,
-1,0,96,56,32,0,128,78,104,0,131,129,20,0,12,128,166,3,9,124,
-32,4,128,78,104,0,131,129,20,0,12,128,166,3,9,124,32,4,128,78,
-104,0,131,129,12,0,12,128,166,3,9,124,32,4,128,78,104,0,131,129,
-20,0,12,128,166,3,9,124,32,4,128,78,0,0,96,56,32,0,128,78,
-34,1,96,56,32,0,128,78,0,0,96,56,32,0,128,78,42,1,96,56,
-32,0,128,78,255,255,96,56,32,0,128,78,100,0,131,128,96,0,99,128,
-32,0,128,78,104,0,131,129,20,0,12,128,166,3,9,124,32,4,128,78,
-104,0,131,129,20,0,12,128,166,3,9,124,32,4,128,78,104,0,131,129,
-12,0,12,128,166,3,9,124,32,4,128,78,104,0,131,129,20,0,12,128,
-166,3,9,124,32,4,128,78,0,0,96,56,120,27,100,124,32,0,128,78,
-16,0,131,129,36,0,3,128,20,2,108,124,32,0,128,78,166,0,32,125,
-94,4,32,85,36,1,0,124,16,0,99,129,152,134,77,129,0,128,44,113,
-255,255,107,57,16,0,99,145,4,0,68,145,152,134,141,144,166,0,0,124,
-94,4,0,84,120,99,0,124,36,1,0,124,32,0,128,78,166,2,8,124,
-4,0,1,144,248,255,33,148,120,27,101,124,4,0,101,128,0,0,3,44,
-20,0,130,64,0,0,101,128,0,0,3,44,40,1,130,65,12,0,0,72,
-0,0,3,44,28,1,130,65,12,0,3,129,0,0,8,44,20,0,130,65,
-120,67,3,125,12,0,3,129,0,0,8,44,244,255,130,64,0,0,5,128,
-64,0,3,124,8,0,131,129,120,99,139,125,124,0,130,64,0,0,11,44,
-0,0,101,145,72,0,130,65,12,0,139,129,0,0,12,44,0,0,192,56,
-4,0,203,144,20,0,130,65,120,99,139,125,12,0,139,129,0,0,12,44,
-244,255,130,64,0,0,227,128,4,0,101,145,12,0,229,144,120,27,100,124,
-120,43,163,124,29,255,255,75,12,0,101,128,160,0,0,72,0,0,227,128,
-0,0,96,57,4,0,101,145,12,0,229,144,120,27,100,124,8,0,101,145,
-120,43,163,124,245,254,255,75,12,0,101,128,120,0,0,72,4,0,67,129,
-0,0,12,44,12,0,106,145,68,0,130,65,12,0,12,128,0,0,0,44,
-4,0,76,145,20,0,130,65,120,3,12,124,12,0,12,128,0,0,0,44,
-244,255,130,64,0,0,227,128,4,0,133,145,12,0,229,144,120,27,100,124,
-120,43,163,124,165,254,255,75,12,0,101,128,40,0,0,72,0,0,227,128,
-4,0,69,145,12,0,229,144,120,27,100,124,120,43,163,124,133,254,255,75,
-12,0,101,128,8,0,0,72,12,0,101,144,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,40,0,159,129,0,0,12,44,112,0,130,64,
-16,0,95,129,36,0,127,129,0,88,10,124,38,0,0,124,254,23,0,84,
-1,0,0,104,117,7,11,124,20,0,159,57,50,0,31,152,20,0,130,65,
-36,0,127,128,0,0,3,44,36,0,130,64,12,0,0,72,121,83,67,125,
-24,0,130,64,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,117,7,0,124,12,0,130,65,40,0,159,145,12,0,0,72,
-120,251,236,127,40,0,159,145,120,99,131,125,17,254,255,75,0,0,3,44,
-100,0,130,64,50,0,95,137,1,0,74,57,255,7,64,85,117,7,12,124,
-50,0,31,152,20,0,130,65,36,0,159,129,0,0,12,44,60,0,130,65,
-16,0,0,72,16,0,159,129,0,0,12,44,44,0,130,65,117,7,0,124,
-20,0,130,65,20,0,127,56,40,0,127,144,193,253,255,75,24,0,0,72,
-120,251,227,127,40,0,127,144,177,253,255,75,8,0,0,72,40,0,159,145,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-51,0,3,137,117,7,12,125,24,0,130,65,48,0,99,161,0,0,11,44,
-20,0,67,57,84,0,130,65,20,0,0,72,48,0,99,161,0,0,11,44,
-120,27,106,124,64,0,130,65,248,191,45,129,44,0,131,129,64,96,9,124,
-48,0,129,64,1,0,8,57,255,7,8,85,51,0,3,153,20,0,130,65,
-20,0,67,57,20,90,137,125,44,0,131,145,16,0,0,72,120,27,106,124,
-20,90,137,125,44,0,131,145,166,0,128,125,94,4,139,85,36,1,96,125,
-152,134,109,129,0,0,11,44,40,0,130,64,166,0,96,125,0,128,107,97,
-36,1,96,125,166,0,96,125,94,4,107,85,36,1,96,125,152,134,109,129,
-0,0,11,44,224,255,130,65,152,134,109,128,152,134,109,129,4,0,11,129,
-16,0,42,129,1,0,41,57,16,0,42,145,0,128,139,113,152,134,13,145,
-0,0,128,57,8,0,131,145,12,0,131,145,166,0,128,125,94,4,140,85,
-120,91,140,125,36,1,128,125,0,0,106,129,121,91,108,125,0,0,131,144,
-36,0,130,64,4,0,131,145,152,134,141,129,0,0,106,144,52,0,140,125,
-8,0,106,144,4,0,106,144,62,222,131,85,32,0,128,78,0,0,228,128,
-8,0,138,129,0,0,44,129,4,0,201,128,0,0,169,128,4,0,4,129,
-64,48,8,124,16,0,129,65,28,0,128,65,64,40,7,124,20,0,128,65,
-0,0,12,44,8,0,106,144,68,0,130,64,172,0,0,72,4,0,138,129,
-0,0,44,129,0,0,169,128,4,0,201,128,64,48,8,124,16,0,128,65,
-28,0,129,65,64,40,7,124,20,0,128,64,0,0,12,44,4,0,106,144,
-16,0,130,64,120,0,0,72,121,91,108,125,112,0,130,65,0,0,108,129,
-0,0,75,129,4,0,107,129,64,88,8,124,16,0,129,65,48,0,128,65,
-64,80,7,124,40,0,128,65,8,0,108,129,0,0,11,44,12,0,130,65,
-120,91,108,125,52,0,0,72,4,0,131,145,8,0,108,144,0,0,128,57,
-36,0,0,72,12,0,108,129,0,0,11,44,12,0,130,65,120,91,108,125,
-16,0,0,72,4,0,131,145,12,0,108,144,0,0,128,57,0,0,12,44,
-152,255,130,64,152,134,141,129,52,0,140,125,62,222,131,85,32,0,128,78,
-0,0,128,57,12,0,131,145,16,0,131,145,32,0,128,78,240,255,33,148,
-12,0,225,147,120,35,159,124,255,255,31,40,166,2,8,124,20,0,1,144,
-8,0,193,147,120,27,126,124,24,0,129,64,120,251,229,127,11,0,96,60,
-136,24,99,56,27,2,128,56,45,137,247,75,48,0,254,179,0,0,0,56,
-44,0,30,144,50,0,30,152,51,0,30,152,120,243,195,127,161,255,255,75,
-20,0,126,56,153,255,255,75,40,0,30,144,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,120,251,228,127,
-29,0,96,60,172,164,99,56,0,96,160,56,73,6,254,75,0,96,159,56,
-152,134,109,56,4,0,160,56,57,6,254,75,20,0,1,128,12,0,225,131,
-4,96,96,56,16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,29,0,128,60,
-172,164,132,56,0,96,160,56,253,5,254,75,0,96,127,56,152,134,141,56,
-4,0,160,56,237,5,254,75,20,0,1,128,12,0,225,131,4,96,96,56,
-16,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,29,0,96,60,172,164,99,56,152,134,109,144,0,0,128,56,
-0,96,160,56,29,131,247,75,152,134,109,129,0,0,64,57,1,0,74,57,
-0,6,10,44,120,91,108,125,16,0,107,57,4,0,108,145,236,255,128,65,
-0,0,0,56,4,0,12,144,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,72,123,253,75,232,255,33,148,12,0,161,147,16,0,193,147,
-20,0,225,147,166,2,8,124,28,0,1,144,8,0,129,147,120,27,124,124,
-52,0,124,129,189,7,105,85,120,43,189,124,120,51,222,124,56,0,130,65,
-123,7,106,85,86,0,224,59,60,0,130,65,12,0,124,128,16,0,156,160,
-82,0,224,59,177,255,255,75,197,192,141,137,0,0,12,44,120,35,134,124,
-120,27,101,124,72,0,130,65,52,0,0,72,255,7,107,85,88,0,224,59,
-8,0,130,65,87,0,224,59,12,0,124,128,16,0,156,160,125,255,255,75,
-197,192,141,137,0,0,12,44,120,35,134,124,120,27,101,124,20,0,130,65,
-121,43,192,124,12,0,130,65,16,40,189,124,16,49,222,124,87,0,31,44,
-32,0,0,57,20,0,130,64,11,0,28,136,57,7,0,84,8,0,130,65,
-102,0,0,57,48,0,156,129,34,0,44,137,120,251,231,127,12,0,96,60,
-196,166,99,56,241,229,253,75,88,0,31,44,28,0,130,65,0,0,188,128,
-4,0,220,128,8,0,252,160,12,0,96,60,224,166,99,56,209,229,253,75,
-196,135,98,56,201,229,253,75,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,168,192,77,57,4,0,10,129,
-0,0,234,128,12,0,96,60,120,59,229,124,240,166,99,56,120,67,4,125,
-125,229,253,75,176,192,77,57,0,0,42,129,4,0,74,129,12,0,96,60,
-120,75,37,125,16,167,99,56,120,83,68,125,93,229,253,75,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,228,134,109,129,120,27,100,124,
-60,0,107,128,224,134,141,129,232,3,12,44,228,134,109,144,24,0,130,64,
-232,134,141,129,60,0,108,129,56,0,160,56,232,134,109,145,196,3,254,75,
-1,0,12,56,224,134,13,144,56,0,160,56,180,3,254,75,224,255,33,148,
-1,0,3,40,12,0,97,147,16,0,129,147,20,0,161,147,28,0,225,147,
-166,2,8,124,36,0,1,144,24,0,193,147,120,35,158,124,140,3,129,64,
-4,0,254,128,224,135,2,57,255,255,103,57,255,255,136,57,1,0,11,140,
-1,0,204,140,64,48,0,124,12,0,130,64,0,0,0,40,236,255,130,64,
-81,0,6,124,24,0,130,64,2,0,3,44,152,2,130,64,1,0,160,56,
-196,192,173,152,72,3,0,72,4,0,30,129,200,135,34,57,255,255,136,57,
-255,255,169,56,1,0,204,140,1,0,229,140,64,56,6,124,12,0,130,64,
-0,0,6,40,236,255,130,64,81,48,7,124,24,0,130,64,2,0,3,44,
-84,2,130,64,0,0,160,56,196,192,173,152,4,3,0,72,4,0,158,129,
-255,255,108,57,208,135,162,56,255,255,133,57,1,0,75,141,1,0,12,140,
-64,0,10,124,12,0,130,64,0,0,10,40,236,255,130,64,81,80,192,124,
-68,0,130,64,29,0,64,61,188,78,74,57,60,0,10,128,0,0,192,56,
-228,134,77,145,232,134,13,144,224,134,205,144,20,0,161,131,24,0,193,131,
-28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,
-32,0,33,56,32,0,128,78,4,0,158,129,204,135,162,56,255,255,12,57,
-255,255,37,57,1,0,72,141,1,0,9,140,64,0,10,124,12,0,130,64,
-0,0,10,40,236,255,130,64,81,80,192,124,48,0,130,64,1,0,224,56,
-197,192,237,152,20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,
-16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,
-4,0,158,129,216,135,162,56,255,255,12,57,255,255,37,57,1,0,72,141,
-1,0,9,140,64,0,10,124,12,0,130,64,0,0,10,40,236,255,130,64,
-81,80,0,124,48,0,130,64,0,0,192,56,197,192,205,152,20,0,161,131,
-24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,
-166,3,8,124,32,0,33,56,32,0,128,78,4,0,126,129,228,135,130,57,
-255,255,235,56,255,255,12,57,1,0,39,141,1,0,72,141,64,80,9,124,
-12,0,130,64,0,0,9,40,236,255,130,64,81,72,10,124,172,1,130,64,
-232,134,109,131,2,0,3,44,48,0,130,64,224,134,205,131,12,0,96,60,
-0,0,224,59,72,167,99,56,225,226,253,75,197,192,173,136,0,0,5,44,
-120,251,252,127,120,251,253,127,32,1,130,65,8,1,0,72,4,0,3,44,
-176,0,130,64,8,0,126,128,0,0,128,56,16,0,160,56,61,250,253,75,
-120,27,127,124,12,0,126,128,0,0,128,56,16,0,160,56,41,250,253,75,
-1,0,195,59,0,248,30,124,24,0,128,65,224,134,13,128,0,0,30,124,
-12,0,129,65,0,0,31,124,52,0,129,64,12,0,96,60,168,167,99,56,
-113,226,253,75,20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,
-16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,
-121,251,232,127,100,0,129,64,166,3,9,125,60,0,123,131,252,255,0,66,
-12,0,96,60,72,167,99,56,45,226,253,75,197,192,173,136,0,0,5,44,
-0,0,160,59,120,235,188,127,108,0,130,65,84,0,0,72,12,0,96,60,
-136,167,99,56,9,226,253,75,20,0,161,131,24,0,193,131,28,0,225,131,
-36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,
-32,0,128,78,12,0,96,60,72,167,99,56,217,225,253,75,197,192,173,136,
-0,0,5,44,0,0,160,59,120,235,188,127,24,0,130,65,12,0,123,128,
-16,0,155,160,237,250,255,75,120,27,124,124,120,35,157,124,81,240,223,127,
-200,0,129,64,120,251,228,127,236,135,98,56,157,225,253,75,120,219,99,127,
-120,227,133,127,120,235,166,127,197,250,255,75,255,255,222,55,60,0,123,131,
-1,0,255,59,216,255,130,64,20,0,161,131,24,0,193,131,28,0,225,131,
-36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,
-32,0,128,78,12,0,96,60,184,167,99,56,77,225,253,75,196,192,45,137,
-0,0,9,44,12,0,96,60,124,167,99,56,12,0,130,65,12,0,96,60,
-204,167,99,56,45,225,253,75,197,192,77,137,0,0,10,44,52,0,130,65,
-12,0,96,60,216,167,99,56,21,225,253,75,20,0,161,131,24,0,193,131,
-28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,
-32,0,33,56,32,0,128,78,12,0,96,60,48,167,99,56,229,224,253,75,
-20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,
-12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,108,134,141,128,120,27,127,124,
-104,134,109,128,29,0,160,60,28,0,192,56,160,78,165,56,245,170,0,72,
-12,0,96,56,9,203,253,75,108,134,141,129,204,136,13,136,0,0,0,44,
-104,134,109,129,0,0,255,128,120,27,127,124,8,0,191,56,8,0,255,144,
-40,0,130,65,24,0,43,49,148,1,76,125,8,0,105,48,148,1,138,124,
-4,0,192,56,177,170,0,72,120,251,227,127,105,204,253,75,36,0,0,72,
-24,0,43,49,148,1,76,125,4,0,105,48,148,1,138,124,4,0,192,56,
-141,170,0,72,120,251,227,127,69,204,253,75,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,12,0,161,147,
-20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,
-52,0,94,129,239,5,74,85,120,35,134,124,0,0,0,57,8,0,130,65,
-2,0,0,57,184,192,13,128,220,134,45,129,58,16,11,85,120,243,195,127,
-166,3,41,125,8,0,129,56,29,0,139,61,8,0,1,144,160,78,172,59,
-120,235,165,127,33,4,128,78,121,27,127,124,44,0,130,65,52,0,30,128,
-239,5,0,84,252,135,130,56,8,0,130,65,244,135,130,56,0,0,189,136,
-120,251,230,127,12,0,96,60,240,167,99,56,129,223,253,75,120,251,227,127,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,200,255,33,148,12,0,161,146,16,0,193,146,
-20,0,225,146,24,0,1,147,28,0,33,147,32,0,65,147,40,0,129,147,
-44,0,161,147,48,0,193,147,52,0,225,147,166,2,8,124,60,0,1,144,
-36,0,97,147,120,27,123,124,44,0,59,129,0,0,9,44,2,0,32,63,
-2,20,57,59,120,35,156,124,120,43,183,124,36,0,130,64,248,191,77,129,
-12,0,91,145,166,242,123,124,236,81,64,61,31,133,74,57,22,24,106,125,
-62,212,108,85,16,0,155,177,0,0,28,136,254,6,31,84,16,0,31,44,
-29,0,160,63,12,0,192,62,32,0,160,62,160,78,189,59,180,166,214,58,
-224,72,181,58,20,3,130,64,2,0,188,160,8,0,28,139,1,0,220,139,
-120,243,195,127,8,0,252,59,62,5,186,84,21,226,0,72,48,0,123,144,
-6,0,92,161,44,0,27,128,120,211,70,127,30,128,198,83,184,192,205,144,
-2,0,28,161,0,0,0,44,62,167,73,85,0,0,192,59,54,32,43,85,
-62,167,7,85,20,90,231,124,18,0,251,152,152,0,130,64,0,1,26,44,
-28,0,128,65,6,1,0,56,248,134,13,176,0,0,32,57,0,0,55,145,
-44,0,59,145,100,0,0,72,58,16,70,87,80,48,186,124,54,32,165,84,
-20,42,21,125,32,0,136,169,33,4,135,85,28,0,130,65,7,1,0,56,
-248,134,13,176,0,0,32,57,0,0,55,145,44,0,59,145,48,0,0,72,
-0,0,8,44,104,134,77,129,108,134,109,129,44,0,104,145,0,128,137,97,
-32,0,40,177,36,0,104,147,40,0,72,145,0,0,23,145,44,0,27,145,
-24,0,130,64,248,134,205,171,120,211,67,127,120,179,196,126,120,211,69,127,
-89,137,251,75,0,0,30,44,20,2,130,64,6,0,28,160,5,0,156,137,
-63,7,10,87,8,0,10,44,20,98,63,125,192,192,45,145,62,5,0,84,
-188,192,13,144,12,0,130,64,12,33,25,57,20,0,0,72,10,0,10,44,
-3,33,25,57,8,0,130,65,0,33,25,57,120,195,6,127,47,0,6,40,
-52,0,27,145,40,0,128,64,8,0,6,40,12,1,130,65,10,0,6,40,
-4,1,130,65,40,0,6,40,88,0,130,65,42,0,6,40,20,1,130,64,
-76,0,0,72,143,0,6,40,32,0,128,64,47,0,6,40,60,0,130,65,
-136,0,6,40,104,0,130,65,138,0,6,40,96,0,130,65,236,0,0,72,
-143,0,6,40,84,0,130,65,168,0,6,40,140,0,130,65,170,0,6,40,
-132,0,130,65,175,0,6,40,124,0,130,65,200,0,0,72,1,0,255,136,
-11,0,251,152,8,0,31,136,7,0,63,137,46,64,40,85,20,2,168,127,
-2,0,255,59,44,252,96,124,0,0,123,144,0,0,64,59,4,0,91,147,
-8,0,187,179,40,1,0,72,1,0,31,136,11,0,27,152,10,0,191,59,
-44,236,96,124,120,27,125,124,2,0,95,59,44,212,96,124,120,27,122,124,
-0,0,32,59,6,0,255,59,44,252,96,124,120,27,57,127,0,0,59,147,
-4,0,91,147,8,0,187,179,232,0,0,72,1,0,31,136,11,0,27,152,
-6,0,191,59,44,236,96,124,120,27,125,124,2,0,255,59,44,252,96,124,
-0,0,123,144,0,0,64,59,4,0,91,147,8,0,187,179,184,0,0,72,
-4,0,191,139,44,252,96,124,255,2,96,84,0,0,27,144,0,0,64,59,
-4,0,91,147,8,0,187,179,152,0,0,72,252,255,189,59,7,0,128,57,
-166,3,137,125,252,255,188,56,4,0,37,133,4,0,61,149,248,255,0,66,
-0,0,32,59,120,203,58,127,120,203,61,127,1,1,192,59,12,0,224,60,
-240,59,231,56,27,0,96,57,166,3,105,125,0,0,103,137,64,88,24,124,
-40,0,130,64,4,0,135,129,8,0,7,128,8,0,187,179,220,134,13,144,
-0,0,192,59,4,0,91,147,0,0,59,147,52,0,155,145,44,0,0,72,
-32,0,231,56,204,255,0,66,184,192,109,160,120,195,5,127,12,0,128,60,
-168,166,132,56,77,135,251,75,0,0,59,147,4,0,91,147,8,0,187,179,
-0,0,30,44,20,6,130,64,104,2,0,72,3,0,188,136,62,7,186,84,
-120,211,67,127,17,223,0,72,44,0,251,128,0,0,7,44,48,0,123,144,
-2,0,124,136,0,0,192,59,120,27,102,124,30,128,70,83,184,192,205,144,
-148,0,130,64,0,1,3,44,28,0,128,65,6,1,96,57,248,134,109,177,
-0,0,128,57,0,0,151,145,44,0,155,145,100,0,0,72,58,16,101,84,
-80,40,3,124,54,32,0,84,20,2,245,124,32,0,103,169,33,4,102,85,
-28,0,130,65,7,1,0,57,248,134,13,177,0,0,128,57,0,0,151,145,
-44,0,155,145,48,0,0,72,104,134,77,129,0,0,7,44,0,128,105,97,
-108,134,109,129,44,0,103,145,32,0,39,177,36,0,103,147,40,0,71,145,
-0,0,247,144,44,0,251,144,20,0,130,64,248,134,205,171,120,179,196,126,
-120,27,101,124,113,134,251,75,0,0,30,44,148,1,130,64,0,0,188,136,
-6,0,28,163,204,136,13,137,0,0,8,44,8,0,0,56,126,223,167,84,
-58,16,230,84,20,50,220,124,8,0,130,65,12,0,0,56,0,0,7,44,
-0,0,160,56,20,0,130,65,1,0,124,137,80,88,71,125,190,240,12,84,
-150,99,170,124,0,0,7,44,188,192,173,144,192,192,205,144,28,0,130,65,
-1,0,7,44,12,0,130,65,0,0,5,44,12,0,129,65,3,1,192,59,
-40,1,0,72,2,0,31,40,136,0,128,65,20,0,130,65,4,0,31,40,
-44,0,128,65,92,0,130,65,116,0,0,72,8,0,28,128,8,0,27,179,
-0,0,64,59,0,0,27,144,12,0,185,56,52,0,187,144,4,0,91,147,
-236,0,0,72,11,0,27,137,5,0,252,136,3,0,57,57,254,7,230,84,
-52,0,59,145,56,31,200,80,11,0,27,153,8,0,28,128,8,0,27,179,
-0,0,64,59,4,0,91,147,0,0,27,144,184,0,0,72,8,0,28,128,
-8,0,27,179,0,0,64,59,0,0,27,144,52,0,59,147,4,0,91,147,
-156,0,0,72,5,0,92,137,0,0,64,59,11,0,91,153,7,0,0,56,
-120,211,89,127,166,3,9,124,252,255,28,57,252,255,189,59,4,0,104,133,
-4,0,125,149,248,255,0,66,1,1,192,59,12,0,32,61,240,55,41,57,
-32,0,0,56,166,3,9,124,0,0,137,137,64,96,31,124,40,0,130,64,
-4,0,9,128,8,0,201,128,8,0,27,179,220,134,205,144,0,0,192,59,
-4,0,91,147,0,0,59,147,52,0,27,144,44,0,0,72,32,0,41,57,
-204,255,0,66,184,192,109,160,120,251,229,127,12,0,128,60,156,166,132,56,
-229,132,251,75,0,0,59,147,4,0,91,147,8,0,27,179,0,0,30,44,
-172,3,130,64,188,192,173,128,0,2,5,44,40,0,129,64,184,192,109,160,
-12,0,128,60,16,168,132,56,181,132,251,75,196,192,237,136,0,0,7,44,
-98,1,192,59,148,3,130,65,136,3,0,72,52,0,27,129,107,5,8,85,
-112,3,130,65,48,0,155,128,0,0,4,44,80,3,130,65,52,0,59,129,
-231,4,41,85,92,0,130,65,36,0,68,129,141,1,74,85,80,0,130,64,
-248,191,141,129,28,0,4,128,80,96,96,125,208,7,11,40,24,0,128,64,
-196,192,237,136,0,0,7,44,3,16,192,59,60,3,130,65,48,3,0,72,
-184,192,109,160,186,192,173,160,4,136,130,56,57,132,251,75,196,192,237,136,
-0,0,7,44,40,1,192,59,24,3,130,65,12,3,0,72,52,0,187,128,
-255,159,167,84,18,0,27,137,52,0,130,65,35,0,196,136,64,48,8,124,
-40,0,128,65,184,192,109,160,120,67,5,125,12,136,130,56,249,131,251,75,
-196,192,237,136,0,0,7,44,10,1,192,59,216,2,130,65,204,2,0,72,
-52,0,59,129,191,7,41,85,196,1,130,65,4,0,219,128,0,0,187,128,
-0,0,7,44,120,51,202,124,120,43,169,124,48,0,130,64,8,0,251,160,
-16,0,132,129,20,56,201,127,148,1,234,127,64,96,31,124,12,0,100,129,
-32,1,128,65,36,1,129,65,64,88,30,124,20,1,129,64,24,1,0,72,
-20,0,132,129,0,0,12,44,120,67,11,125,0,0,0,56,8,0,130,65,
-0,0,12,136,64,0,11,124,0,0,224,59,120,251,254,127,28,0,128,64,
-58,16,103,85,20,90,103,125,58,16,107,85,20,98,139,125,16,0,236,131,
-12,0,204,131,8,0,251,160,120,59,235,124,20,88,41,127,148,1,74,127,
-64,248,26,124,0,0,128,57,52,0,128,65,12,0,129,65,64,240,25,124,
-40,0,129,64,184,192,109,160,12,0,128,60,32,168,132,56,29,131,251,75,
-196,192,237,136,0,0,7,44,9,1,192,59,252,1,130,65,240,1,0,72,
-20,0,196,128,0,0,6,44,0,0,160,56,8,0,130,65,0,0,166,136,
-64,40,8,124,255,255,224,59,120,251,254,127,36,0,128,64,58,16,5,85,
-20,66,5,125,58,16,8,85,20,50,8,125,8,0,200,128,4,0,168,128,
-20,72,197,127,20,81,230,127,120,243,201,127,120,75,37,125,0,0,187,144,
-120,251,234,127,120,83,70,125,4,0,219,144,20,88,201,127,20,97,234,127,
-16,0,132,129,64,96,31,124,12,0,100,129,16,0,128,65,20,0,129,65,
-64,88,30,124,12,0,129,65,0,0,7,44,60,0,130,64,184,192,109,160,
-12,0,128,60,64,168,132,56,113,130,251,75,8,0,27,160,0,0,0,44,
-13,1,192,59,8,0,130,65,9,1,192,59,52,0,27,128,126,31,5,84,
-7,0,5,44,72,0,130,64,36,1,0,72,168,192,13,57,4,0,200,128,
-64,48,10,124,0,0,168,128,28,0,128,65,12,0,129,65,64,40,9,124,
-16,0,129,64,168,192,141,57,0,0,44,145,4,0,76,145,0,16,192,59,
-52,0,27,128,126,31,5,84,7,0,5,44,228,0,130,65,67,0,6,84,
-68,0,130,65,186,192,237,160,64,0,7,44,20,0,130,64,165,128,45,137,
-1,0,40,105,0,0,8,44,192,0,130,64,8,0,156,136,12,0,96,60,
-88,168,99,56,81,214,253,75,196,192,237,136,0,0,7,44,1,1,192,59,
-180,0,130,65,168,0,0,72,52,0,91,129,133,0,74,85,64,0,130,65,
-186,192,109,161,64,0,11,44,16,0,130,64,165,128,13,136,0,0,0,44,
-120,0,130,64,8,0,156,136,12,0,96,60,148,168,99,56,9,214,253,75,
-196,192,237,136,0,0,7,44,1,1,192,59,108,0,130,65,96,0,0,72,
-52,0,187,128,1,0,165,84,72,0,130,65,186,192,205,160,64,0,6,44,
-60,0,130,64,8,0,156,136,12,0,96,60,204,168,99,56,205,213,253,75,
-196,192,237,136,0,0,7,44,1,1,192,59,48,0,130,65,36,0,0,72,
-184,192,109,160,186,192,173,160,4,136,130,56,45,129,251,75,10,1,192,59,
-196,192,237,136,0,0,7,44,12,0,130,65,120,219,99,127,73,240,255,75,
-24,0,1,131,40,0,129,131,120,243,195,127,48,0,193,131,36,0,97,131,
-44,0,161,131,28,0,33,131,20,0,225,130,32,0,65,131,52,0,225,131,
-60,0,1,128,16,0,193,130,12,0,161,130,166,3,8,124,56,0,33,56,
-32,0,128,78,29,0,160,60,188,78,165,56,64,0,197,56,0,0,224,56,
-184,192,237,176,231,3,0,56,166,3,9,124,252,255,198,144,192,255,6,57,
-56,0,6,145,64,0,198,56,240,255,0,66,60,0,101,129,1,0,197,60,
-252,249,166,144,192,249,198,56,56,0,197,144,168,192,205,56,176,192,141,57,
-228,134,173,144,232,134,109,145,0,0,64,57,197,192,77,153,196,192,77,153,
-224,134,77,145,0,0,76,145,4,0,76,145,0,0,70,145,4,0,70,145,
-192,136,77,129,0,0,10,44,32,0,130,76,0,0,0,56,204,136,13,152,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,0,56,
-12,0,225,147,120,27,127,124,1,0,31,152,31,0,0,56,5,0,31,152,
-0,0,96,57,0,0,127,153,4,0,127,153,2,0,127,153,120,35,131,124,
-3,0,127,152,8,0,127,145,249,154,249,75,0,184,131,57,12,0,159,145,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-224,255,33,148,24,0,193,147,28,0,225,147,166,2,8,124,36,0,1,144,
-20,0,161,147,120,35,157,124,16,0,129,147,120,27,124,124,120,227,133,127,
-12,0,96,60,252,168,99,56,49,212,253,75,0,0,0,56,8,0,1,144,
-120,235,163,127,8,0,129,56,185,17,1,72,8,0,1,128,0,0,0,44,
-120,27,127,124,12,0,130,65,8,2,224,59,96,0,0,72,0,0,31,44,
-88,0,130,64,188,12,96,56,33,192,253,75,120,27,126,124,120,235,163,127,
-120,243,196,127,12,0,161,56,125,54,1,72,121,27,127,124,44,0,130,64,
-12,0,161,128,120,243,196,127,1,0,192,56,120,227,131,127,21,62,1,72,
-120,27,127,124,120,235,163,127,0,0,128,56,1,0,160,56,201,0,1,72,
-120,243,195,127,201,191,253,75,120,251,227,127,28,0,225,131,24,0,193,131,
-36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,
-32,0,128,78,216,255,33,148,12,0,33,147,16,0,65,147,20,0,97,147,
-36,0,225,147,166,2,8,124,44,0,1,144,28,0,161,147,120,35,157,124,
-32,0,193,147,120,43,190,124,24,0,129,147,120,27,124,124,188,12,96,56,
-117,191,253,75,120,27,121,124,188,12,96,56,105,191,253,75,0,0,25,44,
-120,27,122,124,12,0,130,65,0,0,26,44,68,0,130,64,120,203,35,127,
-81,191,253,75,120,211,67,127,73,191,253,75,32,0,193,131,20,0,97,131,
-24,0,129,131,36,0,225,131,28,0,161,131,16,0,65,131,44,0,1,128,
-12,0,33,131,16,1,96,56,166,3,8,124,40,0,33,56,32,0,128,78,
-52,0,160,127,126,217,4,84,12,0,96,60,32,169,99,56,213,210,253,75,
-120,227,131,127,120,203,36,127,120,211,69,127,113,58,1,72,121,27,127,124,
-96,1,130,64,0,0,29,44,28,0,130,64,120,203,35,127,120,211,91,127,
-185,9,255,75,121,27,125,124,68,1,130,65,24,0,0,72,120,211,67,127,
-120,203,59,127,161,9,255,75,121,27,125,124,44,1,130,65,120,219,99,127,
-0,0,128,56,217,70,1,72,16,0,3,40,0,0,126,144,20,1,128,64,
-244,1,96,56,149,190,253,75,121,27,127,124,136,0,130,65,0,0,128,56,
-244,1,160,56,105,110,247,75,120,227,131,127,120,251,228,127,244,1,160,56,
-241,75,252,75,0,0,126,128,120,251,228,127,57,76,252,75,12,0,96,60,
-64,169,99,56,45,210,253,75,0,0,126,128,20,0,160,56,58,16,107,84,
-43,0,128,61,56,34,140,57,20,26,11,124,58,16,0,84,20,2,140,124,
-137,243,0,72,0,0,158,128,36,0,96,60,240,179,99,56,97,75,252,75,
-0,0,3,44,16,0,130,65,12,0,96,60,96,169,99,56,229,209,253,75,
-120,251,227,127,13,190,253,75,0,0,126,128,0,0,128,56,69,216,248,75,
-121,27,127,124,60,0,130,65,0,0,126,128,0,0,128,56,1,0,160,56,
-209,254,0,72,120,227,131,127,0,0,128,56,33,216,248,75,255,255,0,56,
-0,0,30,144,120,203,35,127,205,189,253,75,120,211,67,127,197,189,253,75,
-68,0,0,72,120,227,131,127,120,235,164,127,161,53,1,72,121,27,127,124,
-20,0,130,64,120,227,131,127,0,0,128,56,229,215,248,75,120,27,127,124,
-0,0,126,128,0,0,128,56,21,1,1,72,120,203,35,127,137,189,253,75,
-120,211,67,127,129,189,253,75,20,0,97,131,28,0,161,131,120,251,227,127,
-36,0,225,131,24,0,129,131,32,0,193,131,44,0,1,128,16,0,65,131,
-12,0,33,131,166,3,8,124,40,0,33,56,32,0,128,78,184,255,33,148,
-28,0,161,146,32,0,193,146,36,0,225,146,40,0,1,147,44,0,33,147,
-52,0,97,147,56,0,129,147,60,0,161,147,64,0,193,147,68,0,225,147,
-166,2,8,124,76,0,1,144,48,0,65,147,0,0,3,139,120,51,219,124,
-121,43,186,124,116,7,24,127,120,35,153,124,32,7,130,65,0,0,192,59,
-8,0,225,58,0,0,224,56,174,241,247,124,120,243,195,127,113,145,249,75,
-0,0,3,44,44,0,130,65,1,0,224,59,120,243,195,127,65,149,249,75,
-255,255,3,44,20,0,130,65,62,6,9,87,255,255,38,85,8,0,130,64,
-120,51,223,124,174,241,247,127,1,0,222,59,16,0,30,44,184,255,128,65,
-1,0,57,137,116,7,41,125,15,0,9,44,80,0,130,64,152,129,77,137,
-0,0,10,44,68,0,130,64,60,0,161,131,40,0,1,131,44,0,33,131,
-64,0,193,131,56,0,129,131,36,0,225,130,48,0,65,131,68,0,225,131,
-52,0,97,131,32,0,193,130,76,0,1,128,28,0,161,130,93,2,96,56,
-166,3,8,124,72,0,33,56,32,0,128,78,255,255,224,56,62,6,12,87,
-255,223,139,85,0,0,251,144,0,0,0,57,4,0,27,145,120,67,0,125,
-32,0,130,64,12,0,9,44,24,0,130,65,13,0,9,44,16,0,130,65,
-15,0,9,44,8,0,130,65,1,0,0,56,120,203,54,127,58,16,73,87,
-20,210,201,124,58,16,198,84,20,50,89,125,0,80,22,124,62,6,21,84,
-192,5,128,64,0,0,182,136,9,128,205,136,116,7,198,124,116,7,165,124,
-64,48,5,124,220,2,129,65,0,0,5,44,244,1,130,65,1,0,22,136,
-116,7,0,124,5,0,0,40,24,0,128,64,0,0,0,40,124,0,130,65,
-2,0,0,40,24,1,129,64,200,4,0,72,5,0,0,40,24,0,130,65,
-32,0,0,40,252,0,130,65,64,0,0,40,244,0,130,65,172,4,0,72,
-1,0,128,56,0,40,4,124,236,0,129,65,58,16,134,84,20,34,6,124,
-58,16,0,84,174,0,54,125,117,7,41,125,124,0,130,64,20,2,118,125,
-1,0,75,137,116,7,74,125,10,0,10,40,12,0,130,65,12,0,10,40,
-96,0,130,64,1,0,132,56,0,40,4,124,196,255,129,64,168,0,0,72,
-20,0,22,136,117,7,0,124,156,0,130,64,21,0,22,136,1,0,128,57,
-116,7,0,124,120,0,0,72,58,16,137,85,20,98,201,124,58,16,198,84,
-20,50,86,125,1,0,74,137,116,7,74,125,64,0,10,124,20,0,130,64,
-10,0,10,40,76,0,130,65,12,0,10,40,68,0,130,65,60,0,161,131,
-40,0,1,131,44,0,33,131,64,0,193,131,56,0,129,131,36,0,225,130,
-48,0,65,131,68,0,225,131,52,0,97,131,32,0,193,130,76,0,1,128,
-28,0,161,130,88,2,96,56,166,3,8,124,72,0,33,56,32,0,128,78,
-1,0,140,57,0,40,12,124,136,255,129,64,12,0,0,72,255,7,12,87,
-184,3,130,65,2,0,22,136,116,7,0,124,9,0,0,44,68,0,129,64,
-60,0,161,131,40,0,1,131,44,0,33,131,64,0,193,131,56,0,129,131,
-36,0,225,130,48,0,65,131,68,0,225,131,52,0,97,131,32,0,193,130,
-76,0,1,128,28,0,161,130,92,2,96,56,166,3,8,124,72,0,33,56,
-32,0,128,78,255,7,6,87,248,3,130,64,3,0,54,137,117,7,41,125,
-60,1,129,65,4,0,86,137,117,7,74,125,48,1,130,64,5,0,118,137,
-117,7,107,125,36,1,130,64,6,0,150,161,127,4,140,85,24,1,130,64,
-12,0,22,128,0,0,0,44,12,1,130,64,8,0,214,128,0,0,6,44,
-0,1,130,64,16,0,54,169,0,0,9,44,244,0,130,64,18,0,86,137,
-117,7,74,125,152,3,130,65,228,0,0,72,1,0,118,137,116,7,107,125,
-10,0,11,40,236,2,128,65,13,0,11,40,20,0,129,64,15,0,11,40,
-220,2,130,64,64,200,22,124,212,2,130,64,3,0,118,136,116,7,99,124,
-64,48,3,124,16,0,128,64,174,24,151,125,0,0,12,44,68,0,130,64,
-60,0,161,131,40,0,1,131,44,0,33,131,64,0,193,131,56,0,129,131,
-36,0,225,130,48,0,65,131,68,0,225,131,52,0,97,131,32,0,193,130,
-76,0,1,128,28,0,161,130,14,1,96,56,166,3,8,124,72,0,33,56,
-32,0,128,78,2,0,22,136,117,7,0,124,84,0,130,64,5,0,214,136,
-117,7,198,124,72,0,130,64,6,0,246,160,127,4,231,84,60,0,130,64,
-16,0,22,169,0,0,8,44,48,0,130,64,18,0,54,137,117,7,41,125,
-36,0,130,64,255,7,10,87,92,0,130,64,4,0,118,137,117,7,107,125,
-16,0,130,64,19,0,150,137,117,7,140,125,68,0,130,65,60,0,161,131,
-40,0,1,131,44,0,33,131,64,0,193,131,56,0,129,131,36,0,225,130,
-48,0,65,131,68,0,225,131,52,0,97,131,32,0,193,130,76,0,1,128,
-28,0,161,130,82,2,96,56,166,3,8,124,72,0,33,56,32,0,128,78,
-62,6,6,87,255,247,199,84,0,0,0,56,174,25,23,124,8,0,130,64,
-8,0,246,144,241,146,249,75,0,0,21,44,120,27,105,124,254,77,36,85,
-44,72,35,85,0,0,64,57,1,0,192,59,120,83,95,125,40,0,130,65,
-244,128,205,128,0,0,6,44,240,128,173,128,24,0,128,65,12,0,129,65,
-0,0,5,40,12,0,129,64,120,43,190,124,120,51,223,124,10,0,4,44,
-54,122,224,60,0,130,231,56,56,0,129,65,12,0,128,65,64,56,3,124,
-44,0,128,64,0,0,31,44,155,59,96,61,0,202,107,57,28,0,128,65,
-12,0,129,65,64,88,30,124,16,0,129,64,155,59,192,63,0,202,222,59,
-0,0,224,59,0,248,4,124,80,0,128,65,12,0,129,65,64,240,3,124,
-68,0,128,65,120,243,197,127,120,251,230,127,53,233,253,75,214,241,131,127,
-22,240,67,125,214,249,195,124,214,241,4,124,0,2,160,56,20,2,138,125,
-20,50,172,127,255,1,124,48,148,1,157,124,0,0,192,56,9,233,253,75,
-120,27,105,124,120,35,138,124,1,0,22,137,116,7,8,125,10,0,8,40,
-8,0,22,128,16,72,32,125,212,1,74,125,200,0,128,65,24,0,130,65,
-13,0,8,40,164,0,129,64,15,0,8,40,244,0,130,65,176,0,0,72,
-16,62,0,61,225,131,8,57,22,0,136,125,254,232,140,85,52,40,134,85,
-20,98,134,125,81,0,12,124,68,0,130,65,60,0,161,131,40,0,1,131,
-44,0,33,131,64,0,193,131,56,0,129,131,36,0,225,130,48,0,65,131,
-68,0,225,131,52,0,97,131,32,0,193,130,76,0,1,128,28,0,161,130,
-91,2,96,56,166,3,8,124,72,0,33,56,32,0,128,78,0,184,105,48,
-212,1,138,124,33,0,160,56,0,0,192,56,89,232,253,75,52,40,140,84,
-254,46,96,84,120,3,138,125,12,0,150,129,0,0,12,44,52,40,105,84,
-140,0,130,65,104,0,0,72,12,0,150,129,0,0,12,44,0,184,41,49,
-212,1,74,125,116,0,130,65,80,0,0,72,60,0,161,131,40,0,1,131,
-44,0,33,131,64,0,193,131,56,0,129,131,36,0,225,130,48,0,65,131,
-68,0,225,131,52,0,97,131,32,0,193,130,76,0,1,128,28,0,161,130,
-90,2,96,56,166,3,8,124,72,0,33,56,32,0,128,78,12,0,150,129,
-0,0,12,44,36,0,130,65,0,0,0,57,0,80,8,124,24,0,129,65,
-12,0,128,65,64,72,12,124,12,0,128,64,120,99,137,125,0,0,64,57,
-4,0,27,129,64,64,10,124,0,0,251,128,32,0,129,65,12,0,128,65,
-64,56,9,124,20,0,128,64,120,75,39,125,0,0,251,144,120,83,72,125,
-4,0,27,145,20,0,214,58,58,16,73,87,20,210,201,124,58,16,198,84,
-20,50,89,125,0,80,22,124,72,250,128,65,0,0,8,40,80,0,129,65,
-12,0,128,65,0,10,7,40,68,0,128,64,60,0,161,131,40,0,1,131,
-44,0,33,131,64,0,193,131,56,0,129,131,36,0,225,130,48,0,65,131,
-68,0,225,131,52,0,97,131,32,0,193,130,76,0,1,128,28,0,161,130,
-83,2,96,56,166,3,8,124,72,0,33,56,32,0,128,78,60,0,161,131,
-40,0,1,131,44,0,33,131,64,0,193,131,56,0,129,131,36,0,225,130,
-48,0,65,131,68,0,225,131,52,0,97,131,32,0,193,130,76,0,1,128,
-28,0,161,130,0,0,96,56,166,3,8,124,72,0,33,56,32,0,128,78,
-224,255,33,148,12,0,192,60,144,169,6,132,8,0,1,144,4,0,230,128,
-12,0,225,144,8,0,6,128,16,0,1,144,12,0,198,160,120,27,107,124,
-2,16,75,57,120,91,108,125,0,80,12,124,20,0,193,176,100,0,128,64,
-255,255,44,57,7,0,193,56,14,0,0,57,166,3,9,125,1,0,73,141,
-1,0,230,140,81,80,7,124,16,0,130,64,0,0,10,44,8,0,130,65,
-232,255,0,66,0,0,0,44,32,0,130,64,12,0,35,129,6,0,9,44,
-52,7,3,124,36,0,130,65,50,2,96,56,32,0,33,56,32,0,128,78,
-1,0,140,57,2,16,75,57,0,80,12,124,164,255,128,65,51,2,96,56,
-32,0,33,56,32,0,128,78,0,0,224,56,120,59,230,124,64,32,6,124,
-120,59,232,124,32,0,128,64,58,16,201,84,1,0,198,56,64,32,6,124,
-46,24,41,125,20,72,231,124,148,1,8,125,232,255,128,65,20,66,103,124,
-32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,120,35,128,124,
-4,0,0,40,16,0,193,147,12,0,161,147,120,43,189,124,20,0,225,147,
-0,0,224,59,24,0,128,64,0,0,0,40,156,0,130,65,2,0,0,40,
-108,0,130,65,140,0,0,72,5,0,0,40,60,0,128,65,16,0,130,65,
-6,0,0,40,28,0,130,65,116,0,0,72,120,235,165,127,1,0,128,56,
-105,243,0,72,120,27,127,124,100,0,0,72,120,235,165,127,0,0,128,56,
-85,243,0,72,120,27,127,124,80,0,0,72,0,0,192,59,120,243,195,127,
-120,235,165,127,1,0,128,56,57,243,0,72,1,0,222,59,16,0,30,44,
-232,255,128,65,44,0,0,72,0,0,192,59,120,243,195,127,120,235,165,127,
-0,0,128,56,21,243,0,72,1,0,222,59,16,0,30,44,232,255,128,65,
-8,0,0,72,13,1,224,59,120,251,227,127,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-216,255,33,148,166,2,8,124,44,0,1,144,36,0,225,147,120,27,127,124,
-73,136,249,75,0,0,3,44,28,0,130,64,44,0,1,128,36,0,225,131,
-14,1,96,56,40,0,33,56,166,3,8,124,32,0,128,78,120,251,227,127,
-8,0,129,56,9,0,161,56,57,141,249,75,1,0,0,57,48,248,10,125,
-12,0,65,145,32,0,159,33,48,100,0,125,32,0,223,56,48,48,7,125,
-120,3,235,124,16,0,97,145,24,0,97,56,24,0,65,145,20,0,129,56,
-28,0,97,145,189,2,1,72,0,0,3,44,8,0,130,64,1,16,96,56,
-44,0,1,128,36,0,225,131,40,0,33,56,166,3,8,124,32,0,128,78,
-224,255,33,148,20,0,161,147,28,0,225,147,166,2,8,124,36,0,1,144,
-24,0,193,147,120,27,126,124,161,135,249,75,0,0,3,44,36,0,130,64,
-28,0,225,131,24,0,193,131,36,0,1,128,20,0,161,131,14,1,96,56,
-166,3,8,124,32,0,33,56,32,0,128,78,120,243,195,127,0,0,128,56,
-120,35,133,124,8,0,193,56,97,92,0,72,1,0,32,57,120,27,125,124,
-0,0,61,177,120,243,195,127,120,235,164,127,93,15,254,75,0,0,93,169,
-0,0,10,44,248,255,130,64,12,0,253,171,0,0,0,56,120,235,163,127,
-0,0,29,176,89,86,1,72,0,0,31,44,52,0,130,64,13,0,1,136,
-244,0,0,44,40,0,130,64,14,0,129,137,44,0,12,44,28,0,130,64,
-96,2,224,59,120,243,195,127,245,0,128,56,0,0,160,56,120,43,166,124,
-69,147,249,75,120,251,227,127,28,0,225,131,36,0,1,128,24,0,193,131,
-20,0,161,131,166,3,8,124,32,0,33,56,32,0,128,78,200,255,33,148,
-32,0,65,147,36,0,97,147,40,0,129,147,48,0,193,147,52,0,225,147,
-166,2,8,124,60,0,1,144,44,0,161,147,0,0,228,131,120,43,189,124,
-120,51,222,124,120,27,124,124,29,229,0,72,0,0,3,44,48,0,130,65,
-40,0,129,131,48,0,193,131,52,0,225,131,44,0,161,131,36,0,97,131,
-60,0,1,128,32,0,65,131,94,2,96,56,166,3,8,124,56,0,33,56,
-32,0,128,78,10,0,189,136,11,0,221,136,62,132,251,87,12,0,96,60,
-120,219,100,127,160,169,99,56,116,7,198,124,145,197,253,75,8,0,221,136,
-116,7,198,124,1,0,6,40,80,0,130,64,6,0,253,160,102,102,0,60,
-103,102,0,96,150,56,64,127,102,102,128,61,103,102,140,57,112,254,224,124,
-112,30,90,127,80,208,64,127,150,56,12,124,112,254,234,124,112,30,0,124,
-80,0,10,124,58,16,11,84,20,2,11,124,58,16,0,84,81,56,0,124,
-52,0,130,65,56,0,0,72,40,0,129,131,48,0,193,131,52,0,225,131,
-44,0,161,131,36,0,97,131,60,0,1,128,32,0,65,131,87,2,96,56,
-166,3,8,124,56,0,33,56,32,0,128,78,188,12,7,44,48,0,129,64,
-40,0,129,131,48,0,193,131,52,0,225,131,44,0,161,131,36,0,97,131,
-60,0,1,128,32,0,65,131,80,2,96,56,166,3,8,124,56,0,33,56,
-32,0,128,78,8,0,156,161,44,72,140,85,0,96,7,124,48,0,129,64,
-40,0,129,131,48,0,193,131,52,0,225,131,44,0,161,131,36,0,97,131,
-60,0,1,128,32,0,65,131,81,2,96,56,166,3,8,124,56,0,33,56,
-32,0,128,78,0,0,26,44,60,0,129,64,10,0,29,136,0,0,0,44,
-48,0,130,65,40,0,129,131,48,0,193,131,52,0,225,131,44,0,161,131,
-36,0,97,131,60,0,1,128,32,0,65,131,13,1,96,56,166,3,8,124,
-56,0,33,56,32,0,128,78,9,0,61,137,24,0,193,56,8,0,97,56,
-34,0,41,97,120,243,196,127,120,211,69,127,8,0,33,153,29,243,255,75,
-121,27,127,124,232,1,130,64,237,242,252,75,37,28,1,72,121,27,127,124,
-216,1,130,64,120,219,99,127,17,27,1,72,129,28,1,72,120,219,99,127,
-16,0,129,56,165,1,1,72,16,0,161,128,0,0,5,44,32,0,130,65,
-8,2,224,59,212,192,109,56,2,0,128,60,0,0,160,56,33,68,1,72,
-101,242,252,75,152,1,0,72,0,0,31,44,112,1,130,64,0,0,26,44,
-232,0,130,64,11,0,29,136,10,0,253,136,255,7,232,84,116,7,0,124,
-120,3,4,124,12,0,129,144,44,0,130,65,120,219,99,127,175,255,160,56,
-25,251,255,75,12,0,129,128,10,0,93,137,255,7,72,85,120,27,127,124,
-11,0,157,152,28,1,130,65,36,1,0,72,189,7,235,84,48,0,130,65,
-120,219,99,127,0,0,128,56,12,0,161,56,245,239,255,75,12,0,129,128,
-10,0,157,137,255,7,136,85,120,27,127,124,11,0,157,152,232,0,130,65,
-240,0,0,72,10,0,29,136,123,7,0,84,48,0,130,65,120,219,99,127,
-1,0,128,56,12,0,161,56,189,239,255,75,12,0,129,128,10,0,189,136,
-255,7,168,84,120,27,127,124,11,0,157,152,176,0,130,65,184,0,0,72,
-10,0,29,136,57,7,0,84,28,0,130,65,120,219,99,127,173,238,255,75,
-10,0,29,137,12,0,129,128,120,27,127,124,254,7,8,85,0,0,8,44,
-11,0,157,152,124,0,130,65,132,0,0,72,200,129,77,137,0,0,10,44,
-32,0,130,64,72,2,224,59,212,192,109,56,2,0,128,60,0,0,160,56,
-5,67,1,72,73,241,252,75,124,0,0,72,0,0,32,57,0,208,9,124,
-120,243,199,127,40,0,128,64,0,0,7,136,117,7,0,124,12,0,130,64,
-24,0,129,128,12,0,135,144,1,0,41,57,0,208,9,124,20,0,231,56,
-224,255,128,65,120,219,99,127,120,243,196,127,120,211,69,127,0,0,192,56,
-205,44,1,72,120,27,127,124,120,219,99,127,0,0,128,56,33,242,0,72,
-212,192,109,56,2,0,128,60,0,0,160,56,149,66,1,72,217,240,252,75,
-0,0,31,44,8,0,130,64,125,215,252,75,44,0,161,131,120,251,227,127,
-52,0,225,131,40,0,129,131,48,0,193,131,60,0,1,128,36,0,97,131,
-32,0,65,131,166,3,8,124,56,0,33,56,32,0,128,78,216,255,33,148,
-24,0,129,147,28,0,161,147,32,0,193,147,166,2,8,124,44,0,1,144,
-36,0,225,147,6,0,197,163,1,0,128,63,255,255,156,59,120,27,125,124,
-0,0,224,59,12,0,96,60,224,169,99,56,229,193,253,75,1,0,30,40,
-12,0,128,65,84,0,130,65,160,0,0,72,24,136,98,56,205,193,253,75,
-53,26,1,72,0,0,192,59,58,16,199,87,20,242,7,124,56,24,0,84,
-248,193,45,57,20,2,9,125,8,0,8,128,0,0,0,44,16,0,130,65,
-120,243,195,127,13,197,0,72,193,55,1,72,1,0,222,59,16,0,30,44,
-204,255,128,65,100,0,0,72,20,136,98,56,129,193,253,75,44,0,93,129,
-0,0,138,169,255,255,160,56,36,0,96,60,124,157,99,56,0,0,192,59,
-1,0,140,57,16,0,193,147,8,0,129,56,8,0,129,147,12,0,65,145,
-0,0,138,177,85,116,253,75,212,192,109,56,1,0,128,60,120,243,197,127,
-117,65,1,72,20,0,0,72,13,1,224,59,12,0,96,60,0,170,99,56,
-41,193,253,75,120,251,227,127,36,0,225,131,32,0,193,131,44,0,1,128,
-28,0,161,131,24,0,129,131,166,3,8,124,40,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,120,51,196,124,12,0,96,60,
-16,170,99,56,233,192,253,75,12,0,1,128,8,0,33,56,166,3,8,124,
-0,0,96,56,32,0,128,78,232,255,33,148,12,0,161,147,16,0,193,147,
-166,2,8,124,28,0,1,144,20,0,225,147,120,43,191,124,237,223,0,72,
-0,0,3,44,36,0,130,65,20,0,225,131,16,0,193,131,28,0,1,128,
-12,0,161,131,94,2,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-8,0,191,131,120,235,164,127,12,0,96,60,40,170,99,56,121,192,253,75,
-0,0,192,59,1,0,0,56,48,240,31,124,57,232,224,127,56,0,130,65,
-9,128,13,136,116,7,0,124,0,0,30,124,36,0,128,64,120,243,195,127,
-233,132,249,75,255,255,3,44,20,0,130,64,120,243,195,127,245,128,249,75,
-0,0,3,44,8,0,130,64,120,248,189,127,1,0,222,59,32,0,30,44,
-180,255,128,65,0,0,29,44,12,0,130,65,120,235,163,127,249,7,253,75,
-20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,0,0,96,56,
-166,3,8,124,24,0,33,56,32,0,128,78,224,255,33,148,28,0,225,147,
-166,2,8,124,36,0,1,144,8,0,133,128,120,27,127,124,8,0,129,144,
-12,0,96,60,80,170,99,56,205,191,253,75,8,0,97,129,44,0,223,128,
-12,0,193,144,0,0,128,57,16,0,129,145,1,0,32,57,48,96,40,125,
-57,88,10,125,28,0,130,65,9,128,13,136,116,7,0,124,0,0,12,124,
-12,0,128,65,120,64,107,125,8,0,97,145,1,0,140,57,32,0,12,44,
-208,255,128,65,0,0,70,169,255,255,160,56,36,0,96,60,1,0,74,57,
-8,0,129,56,124,157,99,56,0,0,70,177,109,114,253,75,212,192,109,56,
-1,0,128,60,0,0,160,56,141,63,1,72,36,0,1,128,28,0,225,131,
-0,0,96,56,32,0,33,56,166,3,8,124,32,0,128,78,216,255,33,148,
-12,0,33,147,16,0,65,147,20,0,97,147,24,0,129,147,28,0,161,147,
-32,0,193,147,36,0,225,147,166,2,8,124,44,0,1,144,19,0,128,61,
-128,177,140,137,116,7,140,125,6,0,12,44,120,51,222,124,24,0,130,64,
-32,0,193,131,40,0,33,56,166,3,8,124,140,3,96,56,32,0,128,78,
-6,0,101,163,212,135,13,168,64,0,27,124,52,0,130,65,32,0,193,131,
-20,0,97,131,24,0,129,131,36,0,225,131,28,0,161,131,16,0,65,131,
-44,0,1,128,12,0,33,131,13,1,96,56,166,3,8,124,40,0,33,56,
-32,0,128,78,120,219,100,127,12,0,96,60,116,170,99,56,153,190,253,75,
-0,0,128,59,120,227,157,127,0,216,29,124,160,0,128,64,174,232,254,127,
-120,235,164,127,116,7,255,127,32,136,98,56,120,251,229,127,113,190,253,75,
-1,0,0,56,48,248,0,124,57,0,135,127,44,0,130,64,16,0,31,40,
-36,0,128,64,58,16,232,87,20,250,136,125,56,24,140,85,0,0,108,61,
-96,66,75,57,8,0,106,129,0,0,11,44,64,0,130,64,12,0,96,60,
-156,170,99,56,45,190,253,75,32,0,193,131,20,0,97,131,24,0,129,131,
-36,0,225,131,28,0,161,131,16,0,65,131,44,0,1,128,12,0,33,131,
-10,1,96,56,166,3,8,124,40,0,33,56,32,0,128,78,1,0,189,59,
-0,216,29,124,120,3,156,127,104,255,128,65,40,136,98,56,229,189,253,75,
-0,0,224,59,1,0,96,56,37,30,1,72,120,251,253,127,0,216,29,124,
-255,255,128,59,92,0,128,64,174,232,62,127,116,7,57,127,120,227,132,127,
-120,203,35,127,13,210,0,72,120,27,124,124,120,203,35,127,255,255,128,56,
-245,191,248,75,121,27,122,124,36,0,130,65,120,211,68,127,120,203,37,127,
-12,0,96,60,172,170,99,56,137,189,253,75,0,0,31,44,8,0,130,64,
-120,211,95,127,1,0,189,59,0,216,29,124,172,255,128,65,0,0,96,56,
-181,29,1,72,40,136,98,56,97,189,253,75,20,0,97,131,28,0,161,131,
-120,251,227,127,36,0,225,131,24,0,129,131,32,0,193,131,44,0,1,128,
-16,0,65,131,12,0,33,131,166,3,8,124,40,0,33,56,32,0,128,78,
-72,255,33,148,164,0,97,147,168,0,129,147,176,0,193,147,180,0,225,147,
-166,2,8,124,188,0,1,144,172,0,161,147,0,0,196,131,120,27,125,124,
-120,43,191,124,12,0,96,60,8,171,99,56,249,188,253,75,6,0,127,163,
-120,219,100,127,12,0,96,60,24,171,99,56,229,188,253,75,8,0,223,56,
-166,0,128,127,94,4,136,87,36,1,0,125,120,219,105,127,37,0,9,40,
-176,0,128,64,9,0,128,61,172,41,140,57,58,16,32,85,46,0,76,125,
-166,3,73,125,32,4,128,78,92,42,9,0,168,42,9,0,244,42,9,0,
-64,43,9,0,140,43,9,0,216,43,9,0,36,44,9,0,112,44,9,0,
-188,44,9,0,8,45,9,0,84,45,9,0,160,45,9,0,236,45,9,0,
-56,46,9,0,132,46,9,0,208,46,9,0,28,47,9,0,104,47,9,0,
-180,47,9,0,0,48,9,0,76,48,9,0,64,49,9,0,140,49,9,0,
-216,49,9,0,36,50,9,0,112,50,9,0,188,50,9,0,8,51,9,0,
-84,51,9,0,160,51,9,0,236,51,9,0,56,52,9,0,132,52,9,0,
-208,52,9,0,28,53,9,0,104,53,9,0,180,53,9,0,38,0,9,40,
-188,11,129,64,154,0,9,40,76,6,130,65,155,0,9,40,152,6,130,65,
-248,11,0,72,8,0,193,147,120,235,164,127,0,0,96,56,8,0,161,56,
-65,120,249,75,120,27,127,124,2,0,96,60,160,134,99,56,233,80,253,75,
-48,0,255,128,20,0,7,128,120,251,227,127,166,3,9,124,33,4,128,78,
-121,27,126,124,12,0,96,60,80,171,99,56,4,12,130,65,248,11,0,72,
-12,0,193,147,120,235,164,127,0,0,96,56,12,0,161,56,9,117,249,75,
-120,27,127,124,2,0,96,60,160,134,99,56,157,80,253,75,48,0,255,128,
-20,0,7,128,120,251,227,127,166,3,9,124,33,4,128,78,121,27,126,124,
-12,0,96,60,80,171,99,56,184,11,130,65,172,11,0,72,16,0,193,147,
-120,235,164,127,0,0,96,56,16,0,161,56,17,114,249,75,120,27,127,124,
-2,0,96,60,160,134,99,56,81,80,253,75,48,0,255,128,20,0,7,128,
-120,251,227,127,166,3,9,124,33,4,128,78,121,27,126,124,12,0,96,60,
-80,171,99,56,108,11,130,65,96,11,0,72,20,0,193,147,120,235,164,127,
-0,0,96,56,20,0,161,56,53,111,249,75,120,27,127,124,2,0,96,60,
-160,134,99,56,5,80,253,75,48,0,255,128,20,0,7,128,120,251,227,127,
-166,3,9,124,33,4,128,78,121,27,126,124,12,0,96,60,80,171,99,56,
-32,11,130,65,20,11,0,72,24,0,193,147,120,235,164,127,0,0,96,56,
-24,0,161,56,125,108,249,75,120,27,127,124,2,0,96,60,160,134,99,56,
-185,79,253,75,48,0,255,128,20,0,7,128,120,251,227,127,166,3,9,124,
-33,4,128,78,121,27,126,124,12,0,96,60,80,171,99,56,212,10,130,65,
-200,10,0,72,28,0,193,147,120,235,164,127,0,0,96,56,28,0,161,56,
-113,106,249,75,120,27,127,124,2,0,96,60,160,134,99,56,109,79,253,75,
-48,0,255,128,20,0,7,128,120,251,227,127,166,3,9,124,33,4,128,78,
-121,27,126,124,12,0,96,60,80,171,99,56,136,10,130,65,124,10,0,72,
-32,0,193,147,120,235,164,127,0,0,96,56,32,0,161,56,105,102,249,75,
-120,27,127,124,2,0,96,60,160,134,99,56,33,79,253,75,48,0,255,128,
-20,0,7,128,120,251,227,127,166,3,9,124,33,4,128,78,121,27,126,124,
-12,0,96,60,80,171,99,56,60,10,130,65,48,10,0,72,36,0,193,147,
-120,235,164,127,0,0,96,56,36,0,161,56,49,99,249,75,120,27,127,124,
-2,0,96,60,160,134,99,56,213,78,253,75,48,0,255,128,20,0,7,128,
-120,251,227,127,166,3,9,124,33,4,128,78,121,27,126,124,12,0,96,60,
-80,171,99,56,240,9,130,65,228,9,0,72,40,0,193,147,120,235,164,127,
-0,0,96,56,40,0,161,56,85,94,249,75,120,27,127,124,2,0,96,60,
-160,134,99,56,137,78,253,75,48,0,255,128,20,0,7,128,120,251,227,127,
-166,3,9,124,33,4,128,78,121,27,126,124,12,0,96,60,80,171,99,56,
-164,9,130,65,152,9,0,72,44,0,193,147,120,235,164,127,0,0,96,56,
-44,0,161,56,105,90,249,75,120,27,127,124,2,0,96,60,160,134,99,56,
-61,78,253,75,48,0,255,128,20,0,7,128,120,251,227,127,166,3,9,124,
-33,4,128,78,121,27,126,124,12,0,96,60,80,171,99,56,88,9,130,65,
-76,9,0,72,48,0,193,147,120,235,164,127,0,0,96,56,48,0,161,56,
-97,80,249,75,120,27,127,124,2,0,96,60,160,134,99,56,241,77,253,75,
-48,0,255,128,20,0,7,128,120,251,227,127,166,3,9,124,33,4,128,78,
-121,27,126,124,12,0,96,60,80,171,99,56,12,9,130,65,0,9,0,72,
-52,0,193,147,120,235,164,127,0,0,96,56,52,0,161,56,85,78,249,75,
-120,27,127,124,2,0,96,60,160,134,99,56,165,77,253,75,48,0,255,128,
-20,0,7,128,120,251,227,127,166,3,9,124,33,4,128,78,121,27,126,124,
-12,0,96,60,80,171,99,56,192,8,130,65,180,8,0,72,56,0,193,147,
-120,235,164,127,0,0,96,56,56,0,161,56,173,73,249,75,120,27,127,124,
-2,0,96,60,160,134,99,56,89,77,253,75,48,0,255,128,20,0,7,128,
-120,251,227,127,166,3,9,124,33,4,128,78,121,27,126,124,12,0,96,60,
-80,171,99,56,116,8,130,65,104,8,0,72,60,0,193,147,120,235,164,127,
-0,0,96,56,60,0,161,56,45,69,249,75,120,27,127,124,2,0,96,60,
-160,134,99,56,13,77,253,75,48,0,255,128,20,0,7,128,120,251,227,127,
-166,3,9,124,33,4,128,78,121,27,126,124,12,0,96,60,80,171,99,56,
-40,8,130,65,28,8,0,72,64,0,193,147,120,235,164,127,0,0,96,56,
-64,0,161,56,69,66,249,75,120,27,127,124,2,0,96,60,160,134,99,56,
-193,76,253,75,48,0,255,128,20,0,7,128,120,251,227,127,166,3,9,124,
-33,4,128,78,121,27,126,124,12,0,96,60,80,171,99,56,220,7,130,65,
-208,7,0,72,68,0,193,147,120,235,164,127,0,0,96,56,68,0,161,56,
-193,61,249,75,120,27,127,124,2,0,96,60,160,134,99,56,117,76,253,75,
-48,0,255,128,20,0,7,128,120,251,227,127,166,3,9,124,33,4,128,78,
-121,27,126,124,12,0,96,60,80,171,99,56,144,7,130,65,132,7,0,72,
-72,0,193,147,120,235,164,127,0,0,96,56,72,0,161,56,105,55,249,75,
-120,27,127,124,2,0,96,60,160,134,99,56,41,76,253,75,48,0,255,128,
-20,0,7,128,120,251,227,127,166,3,9,124,33,4,128,78,121,27,126,124,
-12,0,96,60,80,171,99,56,68,7,130,65,56,7,0,72,76,0,193,147,
-120,235,164,127,0,0,96,56,76,0,161,56,65,52,249,75,120,27,127,124,
-2,0,96,60,160,134,99,56,221,75,253,75,48,0,255,128,20,0,7,128,
-120,251,227,127,166,3,9,124,33,4,128,78,121,27,126,124,12,0,96,60,
-80,171,99,56,248,6,130,65,236,6,0,72,80,0,193,147,120,235,164,127,
-0,0,96,56,80,0,161,56,65,49,249,75,120,27,127,124,2,0,96,60,
-160,134,99,56,145,75,253,75,48,0,255,128,20,0,7,128,120,251,227,127,
-166,3,9,124,33,4,128,78,121,27,126,124,12,0,96,60,80,171,99,56,
-172,6,130,65,160,6,0,72,84,0,193,147,120,235,164,127,0,0,96,56,
-84,0,161,56,5,46,249,75,120,27,127,124,2,0,96,60,160,134,99,56,
-69,75,253,75,48,0,255,128,20,0,7,128,120,251,227,127,166,3,9,124,
-33,4,128,78,121,27,126,124,12,0,96,60,80,171,99,56,96,6,130,65,
-84,6,0,72,88,0,193,147,120,235,164,127,0,0,96,56,88,0,161,56,
-225,42,249,75,120,27,127,124,2,0,96,60,160,134,99,56,249,74,253,75,
-48,0,255,128,20,0,7,128,120,251,227,127,166,3,9,124,33,4,128,78,
-121,27,126,124,12,0,96,60,80,171,99,56,20,6,130,65,8,6,0,72,
-52,0,96,56,57,160,253,75,121,27,127,124,20,0,130,65,193,251,248,75,
-12,0,0,60,208,16,0,48,48,0,31,144,2,0,96,60,160,134,99,56,
-165,74,253,75,48,0,255,128,20,0,7,128,120,251,227,127,166,3,9,124,
-33,4,128,78,121,27,126,124,12,0,96,60,80,171,99,56,192,5,130,65,
-180,5,0,72,52,0,96,56,229,159,253,75,121,27,127,124,20,0,130,65,
-109,251,248,75,12,0,224,60,232,16,231,56,48,0,255,144,2,0,96,60,
-160,134,99,56,81,74,253,75,48,0,255,128,20,0,7,128,120,251,227,127,
-166,3,9,124,33,4,128,78,121,27,126,124,12,0,96,60,80,171,99,56,
-108,5,130,65,96,5,0,72,92,0,193,147,120,235,164,127,0,0,96,56,
-92,0,161,56,173,36,249,75,120,27,127,124,2,0,96,60,160,134,99,56,
-5,74,253,75,48,0,255,128,20,0,7,128,120,251,227,127,166,3,9,124,
-33,4,128,78,121,27,126,124,12,0,96,60,80,171,99,56,32,5,130,65,
-20,5,0,72,96,0,193,147,120,235,164,127,0,0,96,56,96,0,161,56,
-117,34,249,75,120,27,127,124,2,0,96,60,160,134,99,56,185,73,253,75,
-48,0,255,128,20,0,7,128,120,251,227,127,166,3,9,124,33,4,128,78,
-121,27,126,124,12,0,96,60,80,171,99,56,212,4,130,65,200,4,0,72,
-100,0,193,147,120,235,164,127,0,0,96,56,100,0,161,56,69,32,249,75,
-120,27,127,124,2,0,96,60,160,134,99,56,109,73,253,75,48,0,255,128,
-20,0,7,128,120,251,227,127,166,3,9,124,33,4,128,78,121,27,126,124,
-12,0,96,60,80,171,99,56,136,4,130,65,124,4,0,72,104,0,193,147,
-120,235,164,127,0,0,96,56,104,0,161,56,29,30,249,75,120,27,127,124,
-2,0,96,60,160,134,99,56,33,73,253,75,48,0,255,128,20,0,7,128,
-120,251,227,127,166,3,9,124,33,4,128,78,121,27,126,124,12,0,96,60,
-80,171,99,56,60,4,130,65,48,4,0,72,108,0,193,147,120,235,164,127,
-0,0,96,56,108,0,161,56,61,27,249,75,120,27,127,124,2,0,96,60,
-160,134,99,56,213,72,253,75,48,0,255,128,20,0,7,128,120,251,227,127,
-166,3,9,124,33,4,128,78,121,27,126,124,12,0,96,60,80,171,99,56,
-240,3,130,65,228,3,0,72,112,0,193,147,120,235,164,127,0,0,96,56,
-112,0,161,56,237,22,249,75,120,27,127,124,2,0,96,60,160,134,99,56,
-137,72,253,75,48,0,255,128,20,0,7,128,120,251,227,127,166,3,9,124,
-33,4,128,78,121,27,126,124,12,0,96,60,80,171,99,56,164,3,130,65,
-152,3,0,72,116,0,193,147,120,235,164,127,0,0,96,56,116,0,161,56,
-253,17,249,75,120,27,127,124,2,0,96,60,160,134,99,56,61,72,253,75,
-48,0,255,128,20,0,7,128,120,251,227,127,166,3,9,124,33,4,128,78,
-121,27,126,124,12,0,96,60,80,171,99,56,88,3,130,65,76,3,0,72,
-120,0,193,147,120,235,164,127,0,0,96,56,120,0,161,56,9,15,249,75,
-120,27,127,124,2,0,96,60,160,134,99,56,241,71,253,75,48,0,255,128,
-20,0,7,128,120,251,227,127,166,3,9,124,33,4,128,78,121,27,126,124,
-12,0,96,60,80,171,99,56,12,3,130,65,0,3,0,72,124,0,193,147,
-120,235,164,127,0,0,96,56,124,0,161,56,45,12,249,75,120,27,127,124,
-2,0,96,60,160,134,99,56,165,71,253,75,48,0,255,128,20,0,7,128,
-120,251,227,127,166,3,9,124,33,4,128,78,121,27,126,124,12,0,96,60,
-80,171,99,56,192,2,130,65,180,2,0,72,128,0,193,147,120,235,164,127,
-0,0,96,56,128,0,161,56,193,8,249,75,120,27,127,124,2,0,96,60,
-160,134,99,56,89,71,253,75,48,0,255,128,20,0,7,128,120,251,227,127,
-166,3,9,124,33,4,128,78,121,27,126,124,12,0,96,60,80,171,99,56,
-116,2,130,65,104,2,0,72,132,0,193,147,120,235,164,127,0,0,96,56,
-132,0,161,56,229,5,249,75,120,27,127,124,2,0,96,60,160,134,99,56,
-13,71,253,75,48,0,255,128,20,0,7,128,120,251,227,127,166,3,9,124,
-33,4,128,78,121,27,126,124,12,0,96,60,80,171,99,56,40,2,130,65,
-28,2,0,72,136,0,193,147,120,235,164,127,0,0,96,56,136,0,161,56,
-245,2,249,75,120,27,127,124,2,0,96,60,160,134,99,56,193,70,253,75,
-48,0,255,128,20,0,7,128,120,251,227,127,166,3,9,124,33,4,128,78,
-121,27,126,124,12,0,96,60,80,171,99,56,220,1,130,65,208,1,0,72,
-140,0,193,147,120,235,164,127,0,0,96,56,140,0,161,56,133,0,249,75,
-120,27,127,124,2,0,96,60,160,134,99,56,117,70,253,75,48,0,255,128,
-20,0,7,128,120,251,227,127,166,3,9,124,33,4,128,78,121,27,126,124,
-12,0,96,60,80,171,99,56,144,1,130,65,132,1,0,72,144,0,193,147,
-120,235,164,127,0,0,96,56,144,0,161,56,73,254,248,75,120,27,127,124,
-2,0,96,60,160,134,99,56,41,70,253,75,48,0,255,128,20,0,7,128,
-120,251,227,127,166,3,9,124,33,4,128,78,121,27,126,124,12,0,96,60,
-80,171,99,56,68,1,130,65,56,1,0,72,148,0,193,147,120,235,164,127,
-0,0,96,56,148,0,161,56,17,250,248,75,120,27,127,124,2,0,96,60,
-160,134,99,56,221,69,253,75,48,0,255,128,20,0,7,128,120,251,227,127,
-166,3,9,124,33,4,128,78,121,27,126,124,12,0,96,60,80,171,99,56,
-248,0,130,65,236,0,0,72,152,0,193,147,120,235,164,127,0,0,96,56,
-152,0,161,56,193,251,248,75,120,27,127,124,2,0,96,60,160,134,99,56,
-145,69,253,75,48,0,255,128,20,0,7,128,120,251,227,127,166,3,9,124,
-33,4,128,78,121,27,126,124,12,0,96,60,80,171,99,56,172,0,130,65,
-160,0,0,72,156,0,193,147,120,235,164,127,120,219,103,127,0,0,96,56,
-156,0,161,56,177,245,248,75,120,27,127,124,2,0,96,60,160,134,99,56,
-65,69,253,75,48,0,255,128,20,0,7,128,120,251,227,127,166,3,9,124,
-33,4,128,78,121,27,126,124,12,0,96,60,80,171,99,56,92,0,130,65,
-80,0,0,72,0,128,140,115,166,0,0,124,94,4,0,84,120,99,0,124,
-36,1,0,124,120,219,100,127,12,0,96,60,228,170,99,56,233,175,253,75,
-172,0,161,131,180,0,225,131,176,0,193,131,168,0,129,131,188,0,1,128,
-164,0,97,131,20,48,96,56,166,3,8,124,184,0,33,56,32,0,128,78,
-12,0,96,60,44,171,99,56,181,175,253,75,0,0,31,44,28,0,130,65,
-48,0,63,129,12,0,73,129,120,251,227,127,3,0,128,56,166,3,73,125,
-33,4,128,78,0,128,139,115,166,0,128,125,94,4,140,85,120,91,140,125,
-36,1,128,125,44,136,98,56,121,175,253,75,172,0,161,131,120,243,195,127,
-176,0,193,131,180,0,225,131,188,0,1,128,168,0,129,131,164,0,97,131,
-166,3,8,124,184,0,33,56,32,0,128,78,240,255,33,148,8,0,193,147,
-12,0,225,147,166,2,8,124,20,0,1,144,6,0,229,163,255,143,230,87,
-8,0,197,131,16,0,130,64,0,0,31,44,8,0,130,64,3,0,224,59,
-94,4,224,87,0,0,224,56,120,59,236,124,1,0,32,57,48,96,40,125,
-57,64,10,124,8,0,130,65,1,0,231,56,1,0,140,57,16,0,12,44,
-228,255,128,65,191,7,235,87,64,0,11,124,13,1,96,56,24,0,130,64,
-62,4,224,87,255,143,12,84,92,0,130,65,1,0,7,44,32,0,130,65,
-12,0,225,131,20,0,1,128,8,0,193,131,13,1,96,56,166,3,8,124,
-16,0,33,56,32,0,128,78,255,7,224,87,24,0,130,65,120,243,195,127,
-1,231,255,75,1,16,3,44,8,0,130,64,0,0,96,56,62,4,255,87,
-255,255,224,87,28,0,130,65,120,243,195,127,129,231,255,75,16,0,0,72,
-120,3,3,124,5,60,248,75,0,0,96,56,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,192,255,33,148,
-48,0,129,147,52,0,161,147,56,0,193,147,60,0,225,147,166,2,8,124,
-68,0,1,144,6,0,133,163,62,198,157,87,12,0,96,60,156,171,99,56,
-120,235,164,127,41,174,253,75,9,128,13,136,116,7,0,124,64,0,29,124,
-108,0,128,64,63,6,136,87,0,0,224,59,20,0,130,65,3,0,8,40,
-72,0,128,65,100,1,130,65,112,1,0,72,120,235,163,127,0,0,128,56,
-120,35,133,124,129,231,0,72,121,27,127,124,12,0,130,65,10,1,31,44,
-96,1,130,64,120,235,163,127,0,0,128,56,1,0,160,56,120,43,166,124,
-209,122,249,75,0,0,224,59,68,1,0,72,120,235,163,127,113,110,249,75,
-0,0,3,44,40,0,130,65,60,0,225,131,56,0,193,131,52,0,161,131,
-68,0,1,128,48,0,129,131,14,1,96,56,166,3,8,124,64,0,33,56,
-32,0,128,78,16,0,97,144,1,0,192,59,48,232,192,127,8,0,1,144,
-125,62,0,72,8,0,129,56,255,255,160,56,12,0,97,144,232,3,0,56,
-9,0,96,61,248,112,107,57,0,0,224,59,8,0,227,147,4,0,99,145,
-36,0,227,147,40,0,227,147,20,0,3,144,0,0,195,179,36,0,96,60,
-124,157,99,56,65,96,253,75,212,192,109,56,1,0,128,60,120,251,229,127,
-97,45,1,72,12,0,97,128,0,0,67,169,0,0,10,44,16,0,130,65,
-5,0,96,56,53,112,253,75,232,255,255,75,0,0,0,56,0,0,3,176,
-229,60,1,72,120,235,163,127,177,109,249,75,0,0,3,44,76,0,130,65,
-120,235,164,127,24,0,97,56,37,216,255,75,62,6,140,87,2,0,12,44,
-12,0,130,64,13,0,0,56,25,0,1,152,24,0,97,56,0,0,128,56,
-33,33,1,72,161,189,248,75,120,27,127,124,212,192,109,56,64,0,128,56,
-0,0,160,56,229,44,1,72,44,0,0,72,14,1,224,59,36,0,0,72,
-12,0,96,60,184,171,99,56,149,172,253,75,20,0,0,72,62,6,132,87,
-12,0,96,60,108,171,99,56,129,172,253,75,120,251,227,127,60,0,225,131,
-56,0,193,131,68,0,1,128,52,0,161,131,48,0,129,131,166,3,8,124,
-64,0,33,56,32,0,128,78,240,255,33,148,8,0,193,147,12,0,225,147,
-166,2,8,124,20,0,1,144,0,0,196,131,12,0,96,60,236,171,99,56,
-57,172,253,75,245,218,252,75,177,8,1,72,0,0,3,44,28,0,130,65,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,0,32,224,63,0,0,255,59,0,0,31,128,165,4,0,84,
-248,255,130,65,101,4,1,72,62,4,204,87,48,0,159,145,0,0,31,128,
-165,4,0,84,248,255,130,65,4,0,96,56,53,60,248,75,161,173,254,75,
-12,0,225,131,20,0,1,128,8,0,193,131,0,0,96,56,166,3,8,124,
-16,0,33,56,32,0,128,78,160,255,33,148,92,0,225,147,120,43,191,124,
-88,0,193,147,120,51,222,124,12,0,96,61,0,172,107,57,44,0,129,57,
-166,2,8,124,100,0,1,144,10,0,0,56,166,3,9,124,4,0,11,132,
-4,0,12,148,248,255,0,66,6,0,159,137,10,0,12,40,140,0,129,65,
-58,16,140,85,48,0,65,57,46,80,140,124,12,0,97,56,185,120,251,75,
-12,0,97,56,45,150,251,75,0,0,3,44,32,0,130,64,92,0,225,131,
-100,0,1,128,88,0,193,131,198,1,96,56,166,3,8,124,96,0,33,56,
-32,0,128,78,7,0,159,136,12,0,97,56,8,0,161,56,1,149,251,75,
-0,0,3,44,28,0,130,65,100,0,1,128,92,0,225,131,88,0,193,131,
-166,3,8,124,96,0,33,56,32,0,128,78,12,0,223,128,8,0,129,129,
-8,0,31,128,80,96,166,124,64,40,0,124,32,0,128,64,92,0,225,131,
-100,0,1,128,88,0,193,131,13,1,96,56,166,3,8,124,96,0,33,56,
-32,0,128,78,7,0,255,136,12,0,97,56,120,243,196,127,8,0,191,144,
-9,117,251,75,100,0,1,128,92,0,225,131,88,0,193,131,166,3,8,124,
-96,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,8,0,193,147,0,0,4,128,120,27,126,124,62,132,4,84,
-120,43,191,124,12,0,96,60,44,172,99,56,117,170,253,75,6,0,31,160,
-190,215,11,84,2,0,11,44,190,6,31,84,36,0,130,64,48,0,62,129,
-34,0,105,136,62,198,5,84,223,255,128,56,209,239,0,72,0,0,3,44,
-28,0,130,64,113,191,252,75,48,0,158,129,34,0,108,136,120,251,228,127,
-223,255,160,56,157,225,255,75,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,8,0,193,147,
-12,0,225,147,166,2,8,124,20,0,1,144,3,0,5,136,6,0,229,139,
-120,27,126,124,62,7,4,84,12,0,96,60,120,251,229,127,68,172,99,56,
-225,169,253,75,48,0,94,129,34,0,106,136,120,251,228,127,255,255,160,56,
-53,219,0,72,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,232,255,33,148,16,0,193,147,20,0,225,147,
-166,2,8,124,28,0,1,144,12,0,161,147,0,0,4,128,120,27,125,124,
-62,132,4,84,120,43,191,124,12,0,96,60,116,172,99,56,129,169,253,75,
-6,0,223,163,0,0,30,44,0,0,224,59,48,0,130,64,196,136,13,160,
-181,6,0,84,13,1,224,59,104,0,130,64,48,0,29,129,34,0,104,136,
-2,0,128,56,247,255,160,56,133,212,0,72,120,27,127,124,76,0,0,72,
-255,199,199,87,36,0,130,65,48,0,157,129,34,0,108,136,247,255,128,56,
-255,255,160,56,173,238,0,72,121,27,127,124,8,0,130,64,77,190,252,75,
-0,0,31,44,116,7,196,127,24,0,130,64,48,0,125,129,34,0,107,136,
-247,255,160,56,113,224,255,75,120,27,127,124,120,251,227,127,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,12,0,161,147,20,0,225,147,166,2,8,124,
-28,0,1,144,16,0,193,147,0,0,4,128,120,43,191,124,62,132,4,84,
-120,27,126,124,12,0,96,60,140,172,99,56,169,168,253,75,6,0,255,163,
-48,0,62,129,255,143,236,87,34,0,169,139,0,0,192,59,56,0,130,65,
-120,235,163,127,3,0,128,56,251,255,160,56,185,211,0,72,121,27,126,124,
-68,0,130,64,120,235,163,127,255,255,128,56,189,170,248,75,121,27,126,124,
-116,7,228,127,72,0,130,64,52,0,0,72,255,199,224,87,32,0,130,65,
-120,235,163,127,251,255,128,56,255,255,160,56,201,237,0,72,121,27,126,124,
-8,0,130,64,105,189,252,75,0,0,30,44,116,7,228,127,20,0,130,64,
-120,235,163,127,251,255,160,56,145,223,255,75,120,27,126,124,120,243,195,127,
-16,0,193,131,28,0,1,128,20,0,225,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,168,255,33,148,76,0,161,147,56,0,1,147,
-60,0,33,147,64,0,65,147,68,0,97,147,72,0,129,147,80,0,193,147,
-84,0,225,147,166,2,8,124,92,0,1,144,9,128,45,137,0,0,228,128,
-62,132,251,84,116,7,41,125,0,72,27,124,120,27,125,124,120,43,185,124,
-120,51,222,124,8,0,249,59,40,0,128,65,68,0,97,131,80,0,193,131,
-84,0,225,131,76,0,161,131,60,0,33,131,166,3,8,124,13,1,96,56,
-88,0,33,56,32,0,128,78,6,0,153,139,8,0,89,161,8,0,65,177,
-12,0,121,161,11,0,157,137,254,255,154,85,63,6,96,85,0,0,26,44,
-16,0,57,137,10,0,153,161,18,0,25,139,14,0,217,136,116,7,156,127,
-30,128,42,85,46,64,199,84,120,59,8,124,120,83,10,125,10,0,129,177,
-12,0,65,145,132,0,130,65,11,0,63,137,8,0,193,56,14,128,103,85,
-0,0,128,56,55,6,8,87,17,0,33,153,40,0,129,177,24,0,193,147,
-120,219,99,127,16,0,1,153,36,0,129,144,44,0,129,176,120,59,69,125,
-12,0,161,144,120,35,133,124,169,60,0,72,0,0,25,136,20,0,97,144,
-2,0,35,161,32,0,41,97,2,0,35,177,1,0,185,136,15,0,28,44,
-126,223,10,84,30,0,0,60,80,40,138,125,188,72,0,48,120,3,24,124,
-112,14,134,125,148,1,38,127,216,0,130,64,128,0,0,72,11,0,63,137,
-8,0,193,56,14,193,7,87,0,0,128,56,55,6,8,87,17,0,33,153,
-40,0,129,177,24,0,193,147,120,219,99,127,16,0,1,153,36,0,129,144,
-44,0,129,176,120,59,69,125,12,0,161,144,120,35,133,124,41,60,0,72,
-0,0,25,136,20,0,97,144,2,0,35,161,32,0,41,97,2,0,35,177,
-1,0,185,136,15,0,28,44,126,223,10,84,30,0,0,60,80,40,138,125,
-188,72,0,48,120,3,24,124,112,14,134,125,148,1,38,127,88,0,130,64,
-24,0,1,129,16,0,200,128,8,0,8,144,12,0,8,144,4,0,136,128,
-0,0,104,128,120,195,5,127,225,113,0,72,24,0,1,129,36,0,200,128,
-255,255,57,55,58,0,192,84,20,0,8,57,24,0,1,145,20,2,24,127,
-212,255,129,65,40,0,225,168,0,0,7,44,12,0,130,64,1,0,192,56,
-40,0,193,176,24,0,193,147,120,219,99,127,120,211,68,127,120,227,133,127,
-120,195,8,127,8,0,193,56,20,0,225,56,173,232,253,75,20,0,97,128,
-6,0,28,44,20,0,130,64,12,0,195,171,0,0,30,44,104,0,130,64,
-32,0,0,72,120,27,104,124,0,0,104,169,0,0,11,44,248,255,130,64,
-12,0,195,171,0,0,30,44,72,0,130,64,13,0,28,44,64,0,130,64,
-24,0,1,129,16,0,200,128,4,0,136,128,0,0,104,128,120,195,5,127,
-205,111,0,72,24,0,1,129,36,0,200,128,255,255,57,55,58,0,192,84,
-20,0,8,57,24,0,1,145,20,2,24,127,212,255,129,65,20,0,97,128,
-0,0,160,56,0,0,163,176,33,53,1,72,52,0,221,128,8,0,1,160,
-0,0,31,176,10,0,1,160,2,0,31,176,12,0,97,137,4,0,127,177,
-13,0,129,137,6,0,159,177,14,0,65,137,0,0,26,44,0,2,198,96,
-52,0,221,144,8,0,95,177,32,0,130,65,12,0,1,129,46,132,10,85,
-120,83,96,125,4,0,31,176,17,0,1,137,11,0,31,153,24,0,0,72,
-17,0,1,137,16,0,1,136,255,6,5,84,11,0,31,153,10,0,191,152,
-120,243,195,127,80,0,193,131,76,0,161,131,72,0,129,131,64,0,65,131,
-68,0,97,131,84,0,225,131,92,0,1,128,60,0,33,131,56,0,1,131,
-166,3,8,124,88,0,33,56,32,0,128,78,232,255,33,148,8,0,129,147,
-12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,
-252,128,141,128,8,0,3,160,44,72,30,84,1,0,4,56,120,51,220,124,
-12,0,96,60,180,172,99,56,252,128,13,144,93,164,253,75,252,128,13,128,
-1,0,0,44,204,0,129,64,0,129,173,128,120,43,189,124,120,235,163,127,
-209,218,255,75,121,27,127,124,184,1,130,64,248,128,141,129,4,0,93,129,
-20,242,108,125,64,80,11,124,120,227,132,127,20,98,101,124,32,0,128,64,
-120,243,197,127,189,194,253,75,248,128,77,129,20,242,74,125,49,2,224,59,
-248,128,77,145,172,1,0,72,0,2,74,57,0,80,11,124,64,0,129,65,
-120,243,197,127,149,194,253,75,248,128,141,129,20,242,140,125,248,128,141,145,
-8,0,157,129,4,0,93,129,0,0,0,56,120,235,163,127,190,240,68,85,
-8,0,29,144,253,218,255,75,64,96,3,124,40,1,130,64,152,0,0,72,
-80,80,172,124,89,194,253,75,8,0,157,129,4,0,93,129,0,0,0,56,
-120,235,163,127,8,0,29,144,190,240,68,85,205,218,255,75,64,96,3,124,
-248,0,130,64,104,0,0,72,120,227,157,127,120,235,163,127,13,218,255,75,
-121,27,127,124,244,0,130,64,4,0,93,129,64,80,30,124,40,0,128,64,
-0,2,106,56,141,143,253,75,0,129,109,144,120,235,164,127,120,243,197,127,
-249,193,253,75,248,128,205,147,49,2,224,59,240,0,0,72,8,0,157,129,
-190,240,68,85,0,0,0,56,120,235,163,127,8,0,29,144,101,218,255,75,
-64,96,3,124,144,0,130,64,2,0,93,161,20,82,253,127,12,0,96,60,
-224,172,99,56,17,163,253,75,69,4,253,75,173,164,254,75,166,0,192,127,
-94,4,192,87,36,1,0,124,166,3,233,127,33,4,128,78,120,27,127,124,
-0,128,204,115,166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,
-125,164,254,75,0,0,31,44,32,0,130,65,120,251,228,127,12,0,96,60,
-164,172,99,56,193,162,253,75,49,2,31,44,100,0,130,65,60,0,0,72,
-12,0,96,60,4,173,99,56,169,162,253,75,0,129,173,128,0,0,5,44,
-56,0,130,65,44,0,0,72,0,129,173,128,0,0,5,44,52,2,224,59,
-36,0,130,65,24,0,0,72,49,2,31,44,40,0,130,65,0,129,173,128,
-0,0,5,44,12,0,130,65,120,43,163,124,153,142,253,75,0,0,64,57,
-252,128,77,145,248,128,77,145,0,129,77,145,120,251,227,127,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,224,255,33,148,12,0,97,147,16,0,129,147,
-20,0,161,147,24,0,193,147,28,0,225,147,166,2,8,124,36,0,1,144,
-0,0,100,129,62,132,126,85,120,27,125,124,120,43,191,124,193,208,252,75,
-120,243,195,127,8,0,129,56,145,223,0,72,48,0,125,128,197,165,0,72,
-0,0,96,59,120,219,125,127,120,235,163,127,121,102,249,75,64,240,3,124,
-16,0,130,64,1,0,0,56,48,232,0,124,120,3,123,127,1,0,189,59,
-16,0,29,44,220,255,128,65,8,0,1,128,6,0,255,160,120,0,123,127,
-120,243,195,127,0,128,233,104,52,0,42,125,126,217,95,85,0,192,7,48,
-16,1,0,124,208,0,128,127,105,192,0,72,120,243,196,127,120,251,229,127,
-120,227,134,127,120,27,125,124,120,235,167,127,12,0,96,60,28,173,99,56,
-113,161,253,75,0,0,31,44,20,0,130,64,8,0,129,129,0,0,12,44,
-8,0,130,64,197,249,0,72,0,0,28,44,0,0,128,56,16,0,130,65,
-0,0,29,44,8,0,130,65,1,0,128,56,120,243,195,127,62,6,132,84,
-1,0,160,56,73,206,0,72,0,0,31,44,120,27,127,124,20,0,130,65,
-0,0,31,44,12,0,130,64,120,219,99,127,201,159,248,75,0,0,29,44,
-28,0,130,65,0,0,28,44,20,0,130,64,62,6,196,87,19,0,96,60,
-112,177,99,56,229,241,247,75,113,207,252,75,120,251,227,127,28,0,225,131,
-20,0,161,131,24,0,193,131,36,0,1,128,16,0,129,131,12,0,97,131,
-166,3,8,124,32,0,33,56,32,0,128,78,96,255,33,148,128,0,1,147,
-132,0,33,147,136,0,65,147,140,0,97,147,152,0,193,147,166,2,8,124,
-164,0,1,144,144,0,129,147,120,27,124,124,148,0,161,147,120,43,189,124,
-156,0,225,147,120,51,223,124,197,191,0,72,0,0,3,44,56,0,130,65,
-152,0,193,131,140,0,97,131,136,0,65,131,148,0,161,131,156,0,225,131,
-144,0,129,131,132,0,33,131,164,0,1,128,128,0,1,131,94,2,96,56,
-166,3,8,124,160,0,33,56,32,0,128,78,255,255,0,56,3,0,29,152,
-10,0,220,136,2,0,6,44,0,0,192,59,12,0,130,65,8,0,221,139,
-116,7,222,127,9,0,189,136,120,243,196,127,12,0,96,60,128,173,99,56,
-29,160,253,75,1,0,30,40,68,0,130,64,6,0,29,160,102,102,128,61,
-103,102,140,57,150,0,204,127,20,0,128,56,12,0,96,60,88,173,99,56,
-112,254,8,124,112,30,222,127,80,240,200,127,120,243,197,127,229,159,253,75,
-0,0,96,59,0,240,27,124,212,0,128,64,56,0,0,72,152,0,193,131,
-140,0,97,131,136,0,65,131,148,0,161,131,156,0,225,131,144,0,129,131,
-132,0,33,131,164,0,1,128,128,0,1,131,87,2,96,56,166,3,8,124,
-160,0,33,56,32,0,128,78,58,16,106,87,20,218,42,125,58,16,41,85,
-20,74,159,124,1,0,196,136,3,0,4,137,2,0,228,136,6,0,132,161,
-0,0,164,136,5,0,68,137,4,0,36,137,126,4,139,85,8,0,97,145,
-8,0,4,128,12,0,1,144,12,0,100,129,16,0,97,145,16,0,132,169,
-20,0,129,145,18,0,4,136,116,7,0,124,24,0,1,144,19,0,4,136,
-12,0,96,60,116,7,74,125,116,7,8,125,116,7,198,124,116,7,231,124,
-116,7,165,124,116,7,41,125,116,174,99,56,116,7,0,124,120,219,100,127,
-28,0,1,144,21,159,253,75,1,0,123,59,0,240,27,124,108,255,128,65,
-6,0,253,160,102,102,0,60,103,102,0,96,150,56,96,125,112,254,224,124,
-112,30,107,125,80,88,96,125,58,16,101,85,20,90,101,125,58,16,107,85,
-81,56,75,125,20,0,130,64,0,0,7,44,12,0,130,65,188,12,7,44,
-56,0,129,64,152,0,193,131,140,0,97,131,136,0,65,131,148,0,161,131,
-156,0,225,131,144,0,129,131,132,0,33,131,164,0,1,128,128,0,1,131,
-80,2,96,56,166,3,8,124,160,0,33,56,32,0,128,78,8,0,220,160,
-44,72,198,84,0,48,7,124,56,0,129,64,152,0,193,131,140,0,97,131,
-136,0,65,131,148,0,161,131,156,0,225,131,144,0,129,131,132,0,33,131,
-164,0,1,128,128,0,1,131,81,2,96,56,166,3,8,124,160,0,33,56,
-32,0,128,78,9,0,29,136,96,0,193,56,32,0,97,56,32,0,1,152,
-120,251,228,127,120,243,197,127,25,205,255,75,0,0,3,44,52,0,130,65,
-140,0,97,131,152,0,193,131,148,0,161,131,136,0,65,131,144,0,129,131,
-156,0,225,131,164,0,1,128,132,0,33,131,128,0,1,131,166,3,8,124,
-160,0,33,56,32,0,128,78,120,251,232,127,58,16,199,87,20,242,7,124,
-58,16,0,84,20,2,191,124,0,40,8,124,128,0,128,64,0,0,8,136,
-117,7,0,124,31,0,32,57,5,0,40,153,96,0,130,64,100,0,65,129,
-0,0,224,56,64,80,7,124,96,0,33,129,12,0,136,129,68,0,128,65,
-12,0,129,65,64,72,12,124,56,0,129,64,152,0,193,131,140,0,97,131,
-136,0,65,131,148,0,161,131,156,0,225,131,144,0,129,131,132,0,33,131,
-164,0,1,128,128,0,1,131,83,2,96,56,166,3,8,124,160,0,33,56,
-32,0,128,78,12,0,40,145,20,0,8,57,0,40,8,124,136,255,128,65,
-255,255,0,56,1,0,5,152,12,0,96,60,184,173,99,56,81,157,253,75,
-0,0,128,59,0,240,28,124,72,0,128,64,58,16,134,87,20,226,6,124,
-58,16,0,84,20,2,191,124,0,0,229,136,117,7,231,124,32,0,130,64,
-12,0,197,128,3,0,165,136,120,227,132,127,12,0,96,60,212,173,99,56,
-116,7,165,124,13,157,253,75,1,0,156,59,0,240,28,124,192,255,128,65,
-120,251,227,127,0,0,128,56,81,17,1,72,120,27,123,124,255,255,27,44,
-56,0,130,64,152,0,193,131,140,0,97,131,136,0,65,131,148,0,161,131,
-156,0,225,131,144,0,129,131,132,0,33,131,164,0,1,128,128,0,1,131,
-84,2,96,56,166,3,8,124,160,0,33,56,32,0,128,78,16,0,27,40,
-0,0,224,59,28,0,128,64,58,16,106,87,20,218,10,124,56,24,0,84,
-248,193,141,57,20,2,108,125,8,0,235,131,0,0,31,44,12,0,128,63,
-20,0,130,64,252,173,124,56,130,3,128,56,0,0,160,56,153,61,247,75,
-104,0,223,128,228,0,230,128,120,251,227,127,166,3,233,124,33,4,128,78,
-64,240,3,124,120,219,99,127,68,0,130,65,0,0,128,56,1,0,160,56,
-97,201,0,72,152,0,193,131,140,0,97,131,136,0,65,131,148,0,161,131,
-156,0,225,131,144,0,129,131,132,0,33,131,164,0,1,128,128,0,1,131,
-89,2,96,56,166,3,8,124,160,0,33,56,32,0,128,78,84,0,129,56,
-169,217,0,72,121,27,126,124,72,0,130,65,120,219,99,127,0,0,128,56,
-1,0,160,56,13,201,0,72,120,243,195,127,152,0,193,131,148,0,161,131,
-144,0,129,131,136,0,65,131,140,0,97,131,156,0,225,131,164,0,1,128,
-132,0,33,131,128,0,1,131,166,3,8,124,160,0,33,56,32,0,128,78,
-9,0,29,137,247,6,8,85,88,0,130,64,120,219,99,127,141,172,248,75,
-121,27,126,124,72,0,130,65,120,219,99,127,0,0,128,56,1,0,160,56,
-173,200,0,72,120,243,195,127,152,0,193,131,148,0,161,131,144,0,129,131,
-136,0,65,131,140,0,97,131,156,0,225,131,164,0,1,128,132,0,33,131,
-128,0,1,131,166,3,8,124,160,0,33,56,32,0,128,78,36,0,96,60,
-240,179,99,56,120,219,100,127,185,20,252,75,0,0,3,44,16,0,130,65,
-12,0,96,60,16,174,99,56,61,155,253,75,9,0,61,137,255,239,32,85,
-3,0,125,155,132,1,130,64,40,0,1,144,1,0,96,56,36,0,129,56,
-88,0,161,56,40,0,193,56,237,13,254,75,0,0,32,59,120,219,99,127,
-121,158,0,72,35,0,3,136,64,0,25,124,72,1,128,64,36,0,97,128,
-65,247,247,75,0,0,3,44,32,1,130,64,36,0,97,128,0,0,128,56,
-104,0,161,56,1,0,192,56,221,12,254,75,1,0,3,44,20,0,130,65,
-252,173,124,56,193,3,128,56,0,0,160,56,229,59,247,75,193,43,0,72,
-1,0,128,56,120,27,120,124,232,3,160,56,9,0,96,61,248,112,107,57,
-0,0,64,59,8,0,67,147,4,0,99,145,36,0,67,147,40,0,67,147,
-20,0,163,144,133,49,0,72,120,219,99,127,245,157,0,72,20,0,3,129,
-0,0,8,44,120,203,32,127,8,0,130,65,0,0,72,139,64,208,0,124,
-255,255,192,59,120,243,221,127,28,0,128,64,58,16,7,84,20,2,199,124,
-58,16,198,84,20,66,70,125,8,0,202,131,4,0,170,131,120,203,36,127,
-120,235,165,127,120,243,198,127,12,0,96,60,56,174,99,56,49,154,253,75,
-60,0,161,147,64,0,193,147,104,0,31,129,20,0,40,129,0,0,64,59,
-68,0,65,147,52,0,1,147,104,0,1,56,56,0,1,144,1,0,0,56,
-72,0,1,176,64,0,128,57,120,251,227,127,52,0,129,56,76,0,129,177,
-166,3,41,125,11,0,0,56,80,0,1,144,33,4,128,78,120,195,3,127,
-213,44,0,72,0,0,88,179,120,195,3,127,181,41,1,72,1,0,57,59,
-120,219,99,127,53,157,0,72,35,0,3,136,64,0,25,124,192,254,128,65,
-36,0,97,128,1,0,128,56,33,0,254,75,120,219,100,127,12,0,96,60,
-96,174,99,56,157,153,253,75,120,219,99,127,0,0,128,56,69,201,0,72,
-2,0,128,57,48,0,129,145,0,0,224,59,44,0,225,147,44,0,129,56,
-36,0,96,60,180,157,99,56,255,255,160,56,117,76,253,75,212,192,109,56,
-64,0,128,56,120,251,229,127,149,25,1,72,164,0,1,128,152,0,193,131,
-132,0,33,131,140,0,97,131,144,0,129,131,148,0,161,131,136,0,65,131,
-128,0,1,131,120,251,227,127,156,0,225,131,166,3,8,124,160,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-0,0,132,129,120,27,127,124,62,132,132,85,12,0,96,60,4,175,99,56,
-1,153,253,75,48,0,127,128,209,156,0,72,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,12,0,96,60,28,175,99,56,205,152,253,75,12,0,1,128,
-8,0,33,56,166,3,8,124,0,0,96,56,32,0,128,78,192,255,33,148,
-44,0,97,147,48,0,129,147,24,0,193,146,28,0,225,146,32,0,1,147,
-36,0,33,147,40,0,65,147,52,0,161,147,60,0,225,147,166,2,8,124,
-68,0,1,144,56,0,193,147,0,0,164,131,120,43,190,124,6,0,254,163,
-1,0,96,63,255,255,123,59,120,27,124,124,12,0,96,60,120,251,228,127,
-248,175,99,56,93,152,253,75,0,1,31,44,64,0,129,64,36,0,33,131,
-52,0,161,131,56,0,193,131,40,0,65,131,32,0,1,131,48,0,129,131,
-60,0,225,131,44,0,97,131,28,0,225,130,68,0,1,128,24,0,193,130,
-13,1,96,56,166,3,8,124,64,0,33,56,32,0,128,78,1,0,31,44,
-148,1,129,64,0,0,224,59,16,0,225,147,8,0,225,147,5,41,0,72,
-9,128,205,136,116,7,198,124,0,48,31,124,12,0,97,144,1,0,96,57,
-208,7,64,57,9,0,0,60,248,112,0,48,8,0,227,147,4,0,3,144,
-36,0,227,147,40,0,227,147,20,0,67,145,0,0,99,177,60,0,128,64,
-120,251,227,127,117,88,249,75,0,0,3,44,24,0,130,65,8,0,161,128,
-1,0,0,56,48,248,12,124,120,99,165,124,8,0,161,144,9,128,205,136,
-116,7,198,124,1,0,255,59,0,48,31,124,204,255,128,65,8,0,129,56,
-36,0,96,60,124,157,99,56,255,255,160,56,129,74,253,75,212,192,109,56,
-1,0,128,60,0,0,160,56,161,23,1,72,12,0,97,128,120,27,108,124,
-0,0,12,169,0,0,8,44,248,255,130,64,0,0,32,57,0,0,35,177,
-45,39,1,72,196,136,77,161,181,6,74,85,124,0,130,64,120,219,99,127,
-157,238,0,72,0,0,224,59,120,251,227,127,161,234,0,72,0,0,3,44,
-20,0,130,64,120,251,229,127,8,0,96,56,52,136,130,56,113,59,247,75,
-120,251,227,127,109,236,0,72,0,0,3,44,16,0,130,64,120,251,227,127,
-255,255,128,56,69,153,248,75,120,251,227,127,193,169,0,72,1,0,3,44,
-20,0,130,65,120,251,229,127,6,0,96,56,52,136,130,56,53,59,247,75,
-1,0,255,59,16,0,31,44,156,255,128,65,201,205,247,75,255,127,96,56,
-5,238,0,72,57,197,252,75,196,136,109,161,32,0,107,97,0,0,96,56,
-196,136,109,177,101,42,253,75,212,192,109,56,64,0,128,56,0,0,160,56,
-205,22,1,72,1,14,1,72,1,0,190,136,2,0,5,40,208,2,129,64,
-60,0,0,72,61,197,252,75,196,136,141,161,32,0,140,97,196,136,141,177,
-217,238,0,72,5,0,96,56,173,237,0,72,205,13,1,72,196,136,13,160,
-242,6,0,84,196,136,13,176,1,0,190,136,2,0,5,40,148,2,129,64,
-8,0,158,128,59,0,128,84,8,0,94,59,84,0,130,65,62,4,163,87,
-120,35,133,124,12,0,128,60,172,175,132,56,169,65,251,75,36,0,33,131,
-52,0,161,131,56,0,193,131,40,0,65,131,32,0,1,131,48,0,129,131,
-60,0,225,131,44,0,97,131,28,0,225,130,68,0,1,128,24,0,193,130,
-13,1,96,56,166,3,8,124,64,0,33,56,32,0,128,78,12,0,96,60,
-188,175,99,56,221,149,253,75,8,0,30,128,255,255,7,84,220,1,130,65,
-1,0,190,136,6,0,5,40,80,0,128,64,62,4,163,87,12,0,128,60,
-208,175,132,56,57,65,251,75,36,0,33,131,52,0,161,131,56,0,193,131,
-40,0,65,131,32,0,1,131,48,0,129,131,60,0,225,131,44,0,97,131,
-28,0,225,130,68,0,1,128,24,0,193,130,13,1,96,56,166,3,8,124,
-64,0,33,56,32,0,128,78,12,0,186,128,0,0,5,44,80,0,130,65,
-62,4,163,87,12,0,128,60,160,175,132,56,225,64,251,75,36,0,33,131,
-52,0,161,131,56,0,193,131,40,0,65,131,32,0,1,131,48,0,129,131,
-60,0,225,131,44,0,97,131,28,0,225,130,68,0,1,128,24,0,193,130,
-13,1,96,56,166,3,8,124,64,0,33,56,32,0,128,78,10,0,58,171,
-4,0,250,162,30,0,23,44,38,0,0,125,254,23,8,85,1,0,9,105,
-0,0,9,44,6,0,218,162,8,0,26,171,1,0,128,57,20,0,130,65,
-232,255,23,56,7,0,0,40,8,0,128,65,0,0,128,57,6,0,22,44,
-0,0,0,56,16,0,130,64,24,0,23,44,8,0,128,65,1,0,0,56,
-0,0,0,44,0,0,224,56,24,0,130,65,8,0,24,44,12,0,130,64,
-4,0,25,44,8,0,129,64,1,0,224,56,12,0,122,129,30,0,96,59,
-4,0,122,179,6,0,160,59,6,0,186,179,8,0,192,59,8,0,218,179,
-12,0,96,60,220,175,99,56,254,7,43,81,4,0,224,59,10,0,250,179,
-188,15,139,81,122,23,11,80,56,31,235,80,12,0,122,145,105,148,253,75,
-120,187,228,126,12,0,96,60,48,175,99,56,120,219,101,127,85,148,253,75,
-120,179,196,126,12,0,96,60,72,175,99,56,120,235,165,127,65,148,253,75,
-120,195,4,127,12,0,96,60,96,175,99,56,120,243,197,127,45,148,253,75,
-120,203,36,127,12,0,96,60,120,175,99,56,120,251,229,127,25,148,253,75,
-12,0,154,128,12,0,96,60,144,175,99,56,9,148,253,75,52,0,28,129,
-0,2,8,97,52,0,28,145,0,0,26,128,255,7,0,84,32,0,130,65,
-12,0,96,60,20,176,99,56,229,147,253,75,1,0,64,57,204,136,77,153,
-0,0,96,56,48,0,0,72,12,0,96,60,40,176,99,56,201,147,253,75,
-0,0,0,56,204,136,13,152,120,3,3,124,20,0,0,72,12,0,96,60,
-60,176,99,56,173,147,253,75,0,0,96,56,52,0,161,131,36,0,33,131,
-40,0,65,131,56,0,193,131,48,0,129,131,32,0,1,131,44,0,97,131,
-60,0,225,131,68,0,1,128,28,0,225,130,24,0,193,130,166,3,8,124,
-64,0,33,56,32,0,128,78,1,1,96,56,32,0,128,78,224,255,33,148,
-16,0,129,147,166,2,8,124,36,0,1,144,24,0,193,147,120,35,158,124,
-28,0,225,147,120,43,191,124,12,0,97,147,120,51,219,124,20,0,161,147,
-120,27,125,124,244,0,96,56,93,127,253,75,120,27,124,124,32,0,128,56,
-4,0,160,56,53,47,247,75,120,251,227,127,120,227,132,127,120,219,102,127,
-244,0,160,56,13,183,0,72,120,27,127,124,0,240,31,124,120,227,132,127,
-120,243,197,127,120,235,163,127,8,0,128,64,120,251,229,127,149,177,253,75,
-120,227,131,127,21,127,253,75,120,251,227,127,28,0,225,131,20,0,161,131,
-24,0,193,131,36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,
-32,0,33,56,32,0,128,78,200,255,33,148,166,2,8,124,60,0,1,144,
-52,0,225,147,120,27,127,124,8,0,97,56,44,0,161,147,120,35,157,124,
-0,0,128,56,48,0,193,147,120,43,190,124,32,0,160,56,157,46,247,75,
-8,0,30,40,28,0,0,56,11,0,1,152,8,0,129,129,120,243,197,127,
-12,0,128,60,160,176,132,56,8,0,129,64,8,0,160,56,12,0,97,56,
-1,0,0,56,2,0,32,57,62,7,44,81,46,69,12,80,8,0,129,145,
-241,176,253,75,48,0,127,129,34,0,171,136,18,0,223,136,20,0,97,56,
-20,0,128,56,205,254,255,75,120,235,163,127,8,0,129,56,120,243,197,127,
-201,176,253,75,48,0,193,131,60,0,1,128,44,0,161,131,52,0,225,131,
-32,0,96,56,56,0,33,56,166,3,8,124,32,0,128,78,216,255,33,148,
-166,2,8,124,44,0,1,144,32,0,193,147,120,51,222,124,24,0,129,147,
-36,0,225,147,0,0,224,59,120,251,252,127,16,0,65,147,28,0,161,147,
-120,43,189,124,120,235,186,127,20,0,97,147,120,35,155,124,12,0,33,147,
-120,27,121,124,12,0,96,60,172,176,99,56,177,145,253,75,0,0,27,40,
-24,0,130,65,128,0,27,40,84,0,130,65,131,0,27,40,156,0,130,65,
-224,0,0,72,4,0,125,56,252,255,158,56,49,133,251,75,120,27,124,124,
-4,0,28,56,64,0,30,124,3,0,154,155,0,0,128,57,0,0,154,153,
-1,0,122,155,120,3,4,124,120,203,35,127,8,0,128,64,120,243,196,127,
-145,134,251,75,120,251,227,127,216,0,0,72,48,0,89,129,34,0,170,136,
-18,0,217,136,4,0,125,56,252,255,158,56,213,253,255,75,120,27,124,124,
-4,0,28,56,64,0,30,124,3,0,154,155,0,0,128,57,0,0,154,153,
-1,0,122,155,120,3,4,124,120,203,35,127,8,0,128,64,120,243,196,127,
-65,134,251,75,120,251,227,127,136,0,0,72,120,203,35,127,4,0,157,56,
-252,255,190,56,57,254,255,75,120,27,124,124,4,0,28,56,64,0,30,124,
-3,0,154,155,0,0,128,57,0,0,154,153,1,0,122,155,120,3,4,124,
-120,203,35,127,8,0,128,64,120,243,196,127,249,133,251,75,120,251,227,127,
-64,0,0,72,12,0,96,60,192,176,99,56,173,144,253,75,4,0,28,56,
-64,0,30,124,3,0,154,155,0,0,128,57,0,0,154,153,1,0,122,155,
-120,3,4,124,120,203,35,127,8,0,128,64,120,243,196,127,185,133,251,75,
-13,1,96,56,32,0,193,131,24,0,129,131,20,0,97,131,28,0,161,131,
-36,0,225,131,44,0,1,128,16,0,65,131,12,0,33,131,166,3,8,124,
-40,0,33,56,32,0,128,78,216,255,33,148,24,0,129,147,32,0,193,147,
-36,0,225,147,166,2,8,124,44,0,1,144,28,0,161,147,120,35,157,124,
-16,0,65,147,20,0,97,147,12,0,33,147,0,0,61,129,120,27,124,124,
-120,43,190,124,120,51,223,124,13,1,0,56,3,0,32,59,12,0,96,63,
-0,0,64,59,128,63,123,59,46,208,123,124,0,0,99,129,64,248,11,124,
-80,240,169,124,1,0,128,57,16,0,130,65,63,0,31,44,8,0,130,65,
-0,0,128,57,63,6,140,85,40,0,130,65,8,0,3,129,12,0,8,128,
-20,74,156,124,166,3,9,124,33,4,128,78,0,0,61,129,20,26,41,125,
-0,0,0,56,0,0,61,145,255,255,57,55,4,0,90,59,168,255,130,64,
-20,0,97,131,28,0,161,131,24,0,129,131,120,3,3,124,44,0,1,128,
-16,0,65,131,36,0,225,131,32,0,193,131,12,0,33,131,166,3,8,124,
-40,0,33,56,32,0,128,78,216,255,33,148,16,0,65,147,20,0,97,147,
-24,0,129,147,28,0,161,147,32,0,193,147,36,0,225,147,166,2,8,124,
-44,0,1,144,12,0,33,147,121,35,153,124,8,0,1,147,120,27,120,124,
-28,1,130,65,0,0,64,59,120,203,36,127,12,0,96,60,196,177,99,56,
-41,143,253,75,0,0,56,137,12,0,224,63,120,211,93,127,3,0,96,59,
-120,211,94,127,191,6,60,85,128,63,255,59,46,232,127,124,0,0,67,129,
-64,224,10,124,1,0,0,56,16,0,130,65,63,0,28,44,8,0,130,65,
-0,0,0,56,63,6,0,84,112,0,130,65,8,0,99,129,20,0,11,128,
-1,0,64,59,120,195,4,127,120,203,37,127,166,3,9,124,33,4,128,78,
-0,0,3,44,68,0,129,65,0,0,3,44,210,1,96,56,152,0,130,64,
-32,0,193,131,20,0,97,131,16,0,65,131,28,0,161,131,36,0,225,131,
-24,0,129,131,12,0,33,131,44,0,1,128,8,0,1,131,209,1,96,56,
-166,3,8,124,40,0,33,56,32,0,128,78,80,200,35,127,20,26,24,127,
-255,255,123,55,4,0,189,59,1,0,222,59,96,255,130,64,0,0,26,44,
-56,0,130,64,32,0,193,131,20,0,97,131,16,0,65,131,28,0,161,131,
-36,0,225,131,24,0,129,131,12,0,33,131,44,0,1,128,8,0,1,131,
-13,1,96,56,166,3,8,124,40,0,33,56,32,0,128,78,0,0,25,44,
-236,254,130,64,0,0,96,56,20,0,97,131,32,0,193,131,28,0,161,131,
-16,0,65,131,24,0,129,131,36,0,225,131,44,0,1,128,12,0,33,131,
-8,0,1,131,166,3,8,124,40,0,33,56,32,0,128,78,232,255,33,148,
-12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,
-18,0,163,139,48,0,67,129,34,0,138,136,120,43,190,124,120,235,165,127,
-12,0,96,60,120,51,223,124,220,177,99,56,181,141,253,75,3,0,126,137,
-4,0,30,136,0,0,223,139,12,0,96,60,46,64,105,85,4,178,99,56,
-120,75,5,124,120,243,196,127,8,0,161,144,141,141,253,75,2,0,30,40,
-24,0,130,64,120,251,227,127,120,235,165,127,8,0,129,56,201,154,249,75,
-24,0,0,72,120,243,196,127,12,0,96,60,44,178,99,56,97,141,253,75,
-208,1,96,56,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,224,255,33,148,12,0,97,147,
-16,0,129,147,24,0,193,147,28,0,225,147,166,2,8,124,36,0,1,144,
-20,0,161,147,120,27,125,124,18,0,125,139,48,0,61,129,34,0,137,136,
-120,43,190,124,120,219,101,127,120,51,223,124,12,0,96,60,184,178,99,56,
-249,140,253,75,4,0,158,139,3,0,30,136,2,0,222,139,12,0,96,60,
-236,178,99,56,46,64,10,84,120,83,156,127,120,227,133,127,120,243,196,127,
-209,140,253,75,120,251,227,127,120,227,133,127,0,0,128,56,213,40,247,75,
-1,0,30,40,8,0,129,147,156,0,128,65,16,0,130,65,2,0,30,40,
-76,0,130,65,208,0,0,72,120,251,227,127,120,219,101,127,8,0,129,56,
-145,154,249,75,8,0,129,128,120,27,127,124,12,0,96,60,160,178,99,56,
-129,140,253,75,8,0,1,128,64,0,28,124,120,3,4,124,8,0,128,64,
-120,227,132,127,64,32,28,124,216,0,130,65,204,0,0,72,120,251,227,127,
-120,219,101,127,8,0,129,56,249,153,249,75,8,0,129,128,120,27,127,124,
-12,0,96,60,160,178,99,56,61,140,253,75,8,0,1,128,64,0,28,124,
-120,3,4,124,8,0,128,64,120,227,132,127,64,32,28,124,148,0,130,65,
-136,0,0,72,120,251,227,127,120,219,101,127,8,0,129,56,93,154,249,75,
-8,0,129,128,120,27,127,124,12,0,96,60,160,178,99,56,249,139,253,75,
-8,0,1,128,64,0,28,124,120,3,4,124,8,0,128,64,120,227,132,127,
-64,32,28,124,80,0,130,65,68,0,0,72,120,243,196,127,12,0,96,60,
-96,178,99,56,201,139,253,75,8,0,129,128,13,1,224,59,12,0,96,60,
-160,178,99,56,181,139,253,75,8,0,1,128,64,0,28,124,120,3,4,124,
-8,0,128,64,120,227,132,127,64,32,28,124,12,0,130,65,120,235,163,127,
-201,128,251,75,120,251,227,127,28,0,225,131,20,0,161,131,24,0,193,131,
-36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,
-32,0,128,78,232,255,33,148,12,0,161,147,16,0,193,147,20,0,225,147,
-166,2,8,124,28,0,1,144,18,0,163,139,48,0,67,129,34,0,138,136,
-120,43,190,124,120,235,165,127,12,0,96,60,120,51,223,124,20,179,99,56,
-45,139,253,75,7,0,126,137,8,0,30,136,0,0,223,139,12,0,96,60,
-46,64,105,85,56,179,99,56,120,243,196,127,120,75,5,124,8,0,161,144,
-5,139,253,75,16,0,30,40,32,0,130,65,18,0,30,40,44,0,130,65,
-19,0,30,40,76,0,130,65,21,0,30,40,48,0,130,65,84,0,0,72,
-120,251,227,127,120,235,165,127,8,0,129,56,113,154,249,75,84,0,0,72,
-120,251,227,127,120,235,165,127,8,0,129,56,9,154,249,75,64,0,0,72,
-120,251,227,127,120,235,165,127,8,0,129,56,161,153,249,75,44,0,0,72,
-120,251,227,127,120,235,165,127,8,0,129,56,57,153,249,75,24,0,0,72,
-120,243,196,127,12,0,96,60,88,179,99,56,129,138,253,75,208,1,96,56,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,224,255,33,148,12,0,97,147,16,0,129,147,
-24,0,193,147,28,0,225,147,166,2,8,124,36,0,1,144,20,0,161,147,
-120,27,125,124,18,0,125,139,48,0,61,129,34,0,137,136,120,43,190,124,
-120,219,101,127,120,51,223,124,12,0,96,60,240,179,99,56,25,138,253,75,
-8,0,158,139,7,0,30,136,2,0,222,139,12,0,96,60,144,179,99,56,
-46,64,10,84,120,83,156,127,120,227,133,127,120,243,196,127,241,137,253,75,
-120,251,227,127,120,227,133,127,0,0,128,56,245,37,247,75,1,0,30,40,
-8,0,129,147,28,0,128,65,92,0,130,65,4,0,30,40,152,0,130,65,
-5,0,30,40,212,0,130,65,20,1,0,72,120,251,227,127,120,219,101,127,
-8,0,129,56,157,154,249,75,8,0,129,128,120,27,127,124,12,0,96,60,
-20,180,99,56,153,137,253,75,8,0,1,128,64,0,28,124,120,3,4,124,
-8,0,128,64,120,227,132,127,64,32,28,124,28,1,130,65,16,1,0,72,
-120,251,227,127,120,219,101,127,8,0,129,56,5,154,249,75,8,0,129,128,
-120,27,127,124,12,0,96,60,20,180,99,56,85,137,253,75,8,0,1,128,
-64,0,28,124,120,3,4,124,8,0,128,64,120,227,132,127,64,32,28,124,
-216,0,130,65,204,0,0,72,120,251,227,127,120,219,101,127,8,0,129,56,
-109,153,249,75,8,0,129,128,120,27,127,124,12,0,96,60,20,180,99,56,
-17,137,253,75,8,0,1,128,64,0,28,124,120,3,4,124,8,0,128,64,
-120,227,132,127,64,32,28,124,148,0,130,65,136,0,0,72,120,251,227,127,
-120,219,101,127,8,0,129,56,213,152,249,75,8,0,129,128,120,27,127,124,
-12,0,96,60,20,180,99,56,205,136,253,75,8,0,1,128,64,0,28,124,
-120,3,4,124,8,0,128,64,120,227,132,127,64,32,28,124,80,0,130,65,
-68,0,0,72,120,243,196,127,12,0,96,60,188,179,99,56,157,136,253,75,
-8,0,129,128,13,1,224,59,12,0,96,60,20,180,99,56,137,136,253,75,
-8,0,1,128,64,0,28,124,120,3,4,124,8,0,128,64,120,227,132,127,
-64,32,28,124,12,0,130,65,120,235,163,127,157,125,251,75,120,251,227,127,
-28,0,225,131,20,0,161,131,24,0,193,131,36,0,1,128,16,0,129,131,
-12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,
-12,0,97,147,16,0,129,147,24,0,193,147,166,2,8,124,36,0,1,144,
-20,0,161,147,120,27,125,124,28,0,225,147,120,51,223,124,48,0,221,128,
-34,0,134,136,12,0,96,60,60,180,99,56,120,43,187,124,253,135,253,75,
-48,0,221,128,35,0,134,139,9,0,219,139,6,0,27,136,7,0,251,136,
-8,0,155,137,14,192,9,84,46,64,128,85,120,3,222,127,30,128,230,84,
-120,51,222,127,120,75,222,127,4,0,30,40,180,0,128,65,0,2,30,40,
-120,243,197,127,120,251,227,127,8,0,129,64,0,2,160,56,0,0,128,56,
-189,35,247,75,56,24,140,87,0,0,159,145,120,235,163,127,8,0,140,56,
-205,124,251,75,120,251,227,127,89,128,251,75,16,0,30,40,116,0,128,65,
-248,255,158,57,254,232,136,85,64,0,8,40,8,0,159,59,64,0,192,59,
-8,0,129,65,120,67,30,125,0,0,30,44,0,0,224,59,76,0,129,64,
-48,0,29,129,20,0,72,129,0,0,10,44,0,0,32,57,8,0,130,65,
-0,0,42,137,62,6,224,87,64,72,0,124,28,0,128,64,1,0,252,155,
-120,251,228,127,12,0,96,60,44,180,99,56,37,135,253,75,8,0,156,59,
-255,255,222,55,1,0,255,59,188,255,130,64,20,0,161,131,28,0,225,131,
-24,0,193,131,16,0,129,131,36,0,1,128,12,0,97,131,0,0,96,56,
-166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,8,0,193,147,
-12,0,225,147,166,2,8,124,20,0,1,144,1,0,133,137,16,0,12,44,
-120,51,223,124,120,27,126,124,28,0,130,65,12,0,225,131,8,0,193,131,
-166,3,8,124,1,1,96,56,16,0,33,56,32,0,128,78,120,251,227,127,
-0,0,128,56,32,0,160,56,177,34,247,75,18,0,254,136,48,0,158,129,
-20,0,76,129,0,0,10,44,0,0,0,56,8,0,130,65,0,0,10,136,
-64,0,7,124,0,0,32,57,120,75,40,125,28,0,128,64,58,16,232,84,
-20,58,232,124,58,16,231,84,20,82,39,125,12,0,9,129,16,0,41,129,
-255,255,104,49,0,0,127,145,212,1,137,125,4,0,159,145,120,251,227,127,
-77,127,251,75,0,2,0,56,8,0,31,144,8,0,127,56,253,126,251,75,
-12,0,225,131,20,0,1,128,8,0,193,131,0,0,96,56,166,3,8,124,
-16,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,48,0,99,128,0,0,131,129,160,0,12,136,0,0,0,44,
-0,0,224,59,36,0,130,64,1,0,5,136,189,7,0,84,16,0,130,65,
-0,0,128,56,169,137,0,72,12,0,0,72,169,137,0,72,120,27,127,124,
-20,0,1,128,120,251,227,127,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,208,255,33,148,32,0,129,147,36,0,161,147,40,0,193,147,
-44,0,225,147,166,2,8,124,52,0,1,144,120,27,127,124,48,0,95,129,
-34,0,138,136,4,0,5,136,255,7,0,84,1,0,133,137,254,7,158,85,
-244,0,130,65,12,0,96,60,116,180,99,56,109,133,253,75,0,0,30,44,
-16,0,130,65,12,0,96,60,104,180,99,56,89,133,253,75,92,136,98,56,
-81,133,253,75,9,128,13,136,116,7,0,124,0,0,128,59,120,227,157,127,
-0,0,29,124,1,0,192,59,104,0,128,64,48,0,127,129,8,0,107,128,
-104,0,131,129,188,0,12,128,120,235,164,127,166,3,9,124,33,4,128,78,
-12,0,97,144,12,0,97,161,8,0,97,177,14,0,129,161,10,0,129,177,
-8,0,1,128,255,7,0,84,24,0,130,65,8,0,1,129,189,7,8,85,
-12,0,130,64,48,232,201,127,120,75,156,127,9,128,13,136,116,7,0,124,
-1,0,189,59,0,0,29,124,160,255,128,65,44,0,63,129,0,0,9,169,
-255,255,160,56,36,0,96,60,0,0,224,59,1,0,8,57,24,0,225,147,
-124,157,99,56,16,0,129,56,20,0,33,145,16,0,129,147,0,0,9,177,
-165,55,253,75,212,192,109,56,1,0,128,60,120,251,229,127,197,4,1,72,
-28,0,0,72,12,0,96,60,88,180,99,56,125,132,253,75,229,220,0,72,
-48,0,127,128,153,250,0,72,44,0,225,131,40,0,193,131,36,0,161,131,
-52,0,1,128,32,0,129,131,0,0,96,56,166,3,8,124,48,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-8,0,193,147,48,0,3,129,34,0,8,136,120,43,190,124,1,0,126,137,
-120,51,223,124,12,135,13,144,254,7,99,85,185,199,251,75,6,0,159,161,
-8,0,30,160,8,0,76,57,20,82,127,124,80,0,138,124,145,244,255,75,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-8,0,193,147,48,0,3,129,34,0,8,136,120,43,190,124,1,0,126,137,
-120,51,223,124,12,135,13,144,254,7,99,85,85,199,251,75,3,0,159,137,
-4,0,30,136,4,0,76,57,20,82,127,124,80,0,138,124,45,244,255,75,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,232,255,33,148,20,0,225,147,12,0,161,147,16,0,193,147,
-166,2,8,124,28,0,1,144,2,0,37,137,120,27,127,124,120,51,195,124,
-48,0,223,128,34,0,6,136,0,0,99,137,4,0,11,40,120,27,125,124,
-190,215,41,85,16,135,45,145,12,135,13,144,36,0,128,64,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,208,1,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,7,0,133,137,8,0,229,136,0,0,64,57,
-2,0,93,153,3,0,93,153,4,0,93,153,5,0,93,153,2,0,5,137,
-8,0,129,56,8,0,0,56,8,0,1,144,46,64,134,85,6,0,93,177,
-120,59,222,124,190,6,6,85,62,4,222,87,120,243,197,127,137,242,255,75,
-8,0,129,129,120,27,105,124,254,255,76,57,0,0,93,177,120,235,163,127,
-9,124,251,75,8,0,1,128,0,0,30,124,120,3,4,124,8,0,128,64,
-120,243,196,127,120,251,227,127,217,119,251,75,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,120,75,35,125,166,3,8,124,24,0,33,56,
-32,0,128,78,224,255,33,148,24,0,193,147,16,0,129,147,20,0,161,147,
-166,2,8,124,36,0,1,144,28,0,225,147,120,43,191,124,2,0,31,136,
-120,51,222,124,0,0,30,137,4,0,8,40,120,27,125,124,48,0,93,129,
-34,0,138,137,120,243,220,127,190,215,0,84,16,135,13,144,12,135,141,145,
-40,0,128,64,28,0,225,131,24,0,193,131,20,0,161,131,36,0,1,128,
-16,0,129,131,208,1,96,56,166,3,8,124,32,0,33,56,32,0,128,78,
-4,0,191,136,0,0,5,44,4,0,32,57,8,0,33,145,40,0,130,64,
-28,0,225,131,24,0,193,131,20,0,161,131,36,0,1,128,16,0,129,131,
-0,0,96,56,166,3,8,124,32,0,33,56,32,0,128,78,120,243,195,127,
-0,0,128,56,221,29,247,75,2,0,31,136,4,0,191,136,8,0,129,56,
-120,243,195,127,190,6,6,84,101,241,255,75,8,0,1,129,255,255,72,57,
-0,0,92,153,4,0,127,137,0,64,11,124,120,67,4,125,120,27,108,124,
-8,0,128,64,120,91,100,125,120,235,163,127,189,118,251,75,28,0,225,131,
-24,0,193,131,20,0,161,131,36,0,1,128,16,0,129,131,120,99,131,125,
-166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,8,0,193,147,120,27,126,124,12,0,225,147,120,51,223,124,
-120,251,227,127,0,0,128,56,8,0,160,56,73,29,247,75,18,0,94,137,
-48,0,62,129,20,0,233,128,0,0,7,44,0,0,0,56,8,0,130,65,
-0,0,7,136,64,0,10,124,0,0,128,57,120,99,139,125,28,0,128,64,
-58,16,70,85,20,82,134,125,58,16,140,85,20,58,236,124,16,0,135,129,
-12,0,103,129,255,255,64,57,64,96,10,124,40,0,130,64,64,88,10,124,
-32,0,130,64,12,0,225,131,20,0,1,128,8,0,193,131,10,1,96,56,
-166,3,8,124,16,0,33,56,32,0,128,78,255,255,11,48,212,1,204,124,
-0,0,6,40,255,255,0,57,16,0,129,65,16,0,128,65,64,64,0,124,
-8,0,128,65,255,255,0,56,0,0,31,144,120,251,227,127,93,121,251,75,
-0,2,0,56,4,0,31,144,4,0,127,56,77,121,251,75,120,243,195,127,
-8,0,128,56,173,117,251,75,12,0,225,131,20,0,1,128,8,0,193,131,
-0,0,96,56,166,3,8,124,16,0,33,56,32,0,128,78,166,2,8,124,
-4,0,1,144,240,255,33,148,48,0,35,129,34,0,73,137,64,0,10,44,
-0,0,4,128,36,0,130,64,165,128,141,137,1,0,139,105,0,0,11,44,
-20,0,130,65,8,0,1,144,8,0,129,56,105,117,251,75,16,0,0,72,
-12,0,1,144,12,0,129,56,145,118,251,75,20,0,1,128,16,0,33,56,
-166,3,8,124,32,0,128,78,112,255,33,148,136,0,193,147,140,0,225,147,
-166,2,8,124,148,0,1,144,4,0,165,136,0,0,128,56,120,27,126,124,
-120,51,223,124,120,251,227,127,229,27,247,75,8,0,97,56,25,35,247,75,
-19,0,129,137,120,243,195,127,8,0,97,57,12,0,1,56,20,0,65,57,
-80,80,0,124,20,2,140,124,225,116,251,75,120,251,227,127,12,0,129,56,
-124,0,160,56,65,158,253,75,140,0,225,131,136,0,193,131,148,0,1,128,
-166,3,8,124,0,0,96,56,144,0,33,56,32,0,128,78,0,0,96,56,
-32,0,128,78,200,255,33,148,20,0,225,146,24,0,1,147,32,0,65,147,
-36,0,97,147,40,0,129,147,44,0,161,147,48,0,193,147,52,0,225,147,
-166,2,8,124,60,0,1,144,28,0,33,147,120,27,121,124,44,0,185,128,
-0,0,5,44,120,35,154,124,72,0,130,65,40,0,101,131,32,0,69,169,
-44,0,133,131,12,0,192,56,252,255,187,51,212,1,220,127,120,235,163,127,
-8,0,161,56,120,243,196,127,127,4,87,85,205,74,0,72,8,0,225,139,
-191,7,224,87,2,0,0,56,16,0,1,152,68,0,130,65,72,0,0,72,
-108,134,141,131,104,134,109,131,184,192,237,162,12,0,192,56,8,0,161,56,
-252,255,187,51,120,235,163,127,212,1,220,127,120,243,196,127,141,74,0,72,
-8,0,225,139,191,7,224,87,2,0,0,56,16,0,1,152,12,0,130,64,
-32,0,31,40,52,0,128,64,0,0,224,59,3,0,0,56,16,0,1,152,
-120,235,163,127,120,243,196,127,8,0,161,56,12,0,192,56,233,72,0,72,
-48,0,217,128,0,0,6,44,88,0,130,65,44,0,0,72,18,0,96,57,
-11,0,97,153,120,235,163,127,120,243,196,127,8,0,161,56,12,0,192,56,
-189,72,0,72,48,0,217,128,0,0,6,44,44,0,130,65,34,0,6,139,
-12,0,96,60,120,195,4,127,184,180,99,56,61,126,253,75,124,0,96,56,
-177,104,253,75,121,27,121,124,44,0,130,65,60,0,0,72,186,192,13,163,
-12,0,96,60,120,195,4,127,184,180,99,56,21,126,253,75,124,0,96,56,
-137,104,253,75,121,27,121,124,24,0,130,64,12,0,96,60,204,180,99,56,
-178,0,128,56,0,0,160,56,21,31,247,75,120,203,35,127,0,0,128,56,
-124,0,160,56,245,25,247,75,120,203,35,127,120,211,68,127,120,187,229,126,
-120,251,230,127,113,45,251,75,0,0,31,44,16,216,127,127,212,1,156,127,
-48,0,130,65,20,250,121,125,0,0,128,57,251,255,139,153,120,219,99,127,
-120,227,132,127,120,203,37,127,252,255,223,56,253,71,0,72,120,203,35,127,
-181,105,253,75,56,0,0,72,120,195,4,127,120,211,69,127,12,0,96,60,
-12,181,99,56,125,125,253,75,8,0,129,136,120,243,198,127,120,235,165,127,
-12,0,96,60,228,180,99,56,101,125,253,75,120,203,35,127,125,105,253,75,
-32,0,65,131,44,0,161,131,48,0,193,131,36,0,97,131,28,0,33,131,
-40,0,129,131,52,0,225,131,60,0,1,128,24,0,1,131,20,0,225,130,
-166,3,8,124,56,0,33,56,32,0,128,78,32,0,128,78,232,255,33,148,
-8,0,129,147,12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,
-28,0,1,144,40,0,131,131,32,0,163,171,44,0,195,131,36,0,227,131,
-193,13,1,72,166,0,160,124,94,4,160,84,36,1,0,124,140,8,255,56,
-58,16,160,87,46,0,39,125,60,8,170,87,140,0,159,57,80,72,62,125,
-56,24,139,87,20,90,12,125,46,1,39,125,174,82,200,124,81,48,30,124,
-8,0,128,64,0,0,0,56,46,83,8,124,0,128,167,112,166,0,32,125,
-94,4,41,85,120,59,41,125,36,1,32,125,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-120,27,127,124,12,0,31,168,36,0,127,128,0,0,0,44,32,0,130,64,
-0,0,128,56,197,226,253,75,0,0,0,56,0,0,31,176,120,251,227,127,
-37,12,1,72,28,0,0,72,1,0,128,56,169,226,253,75,0,0,0,56,
-0,0,31,176,120,251,227,127,9,12,1,72,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,12,0,3,168,0,0,0,44,0,32,224,60,
-0,0,231,56,32,0,130,64,0,0,39,129,254,247,40,85,1,0,10,105,
-0,0,10,44,12,0,130,64,113,1,96,57,12,0,99,177,4,0,0,60,
-24,0,7,144,28,0,7,144,40,0,131,129,8,0,129,145,166,0,224,127,
-0,128,224,99,36,1,0,124,36,0,99,128,8,0,129,56,0,0,160,56,
-169,46,253,75,0,0,3,44,24,0,130,65,12,0,96,60,92,183,99,56,
-219,4,128,56,0,0,160,56,169,28,247,75,0,128,236,115,166,0,224,124,
-94,4,231,84,120,99,231,124,36,1,224,124,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,40,0,99,129,8,0,97,145,166,0,224,127,
-0,128,236,99,36,1,128,125,36,0,99,128,8,0,129,56,0,0,160,56,
-49,46,253,75,0,0,3,44,24,0,130,65,12,0,96,60,108,183,99,56,
-151,4,128,56,0,0,160,56,49,28,247,75,0,128,224,115,166,0,128,125,
-94,4,140,85,120,3,140,125,36,1,128,125,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,12,0,31,168,0,0,0,44,
-32,0,130,64,36,0,127,129,32,0,11,160,28,0,107,128,10,0,131,161,
-20,2,140,125,10,0,131,177,201,81,254,75,120,251,227,127,109,11,1,72,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-12,0,227,168,0,0,7,44,120,27,108,124,76,0,130,64,36,0,12,129,
-28,0,72,129,166,0,96,125,94,4,105,85,36,1,32,125,15,0,10,136,
-244,0,0,112,0,0,224,56,15,0,10,152,52,0,232,144,11,0,232,152,
-0,128,105,113,166,0,64,125,94,4,74,85,120,75,74,125,36,1,64,125,
-0,0,236,176,24,10,1,72,100,238,250,75,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,12,0,31,168,23,16,0,44,
-20,0,130,64,40,0,127,128,109,252,253,75,0,0,0,56,12,0,31,176,
-12,0,31,168,0,0,0,44,48,0,130,64,40,0,127,128,161,252,253,75,
-0,0,128,57,0,0,159,177,120,251,227,127,193,9,1,72,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,120,251,227,127,
-245,237,250,75,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-120,27,127,124,40,0,127,128,145,87,0,72,120,251,227,127,85,10,1,72,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,
-12,0,31,168,0,0,0,44,20,0,130,64,32,0,127,168,34,0,159,168,
-116,7,132,124,161,63,249,75,8,0,31,128,0,0,0,44,12,0,130,65,
-120,251,227,127,253,9,1,72,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,232,255,33,148,16,0,193,147,166,2,8,124,
-28,0,1,144,20,0,225,147,120,27,127,124,32,0,127,168,44,0,191,128,
-0,0,128,56,8,0,193,56,37,174,251,75,36,0,159,129,0,0,12,44,
-52,0,130,65,166,0,192,127,0,128,192,99,36,1,0,124,36,0,127,128,
-40,0,159,128,0,0,160,56,1,249,0,72,0,128,204,115,166,0,0,124,
-94,4,0,84,120,99,0,124,36,1,0,124,28,0,1,128,20,0,225,131,
-16,0,193,131,166,3,8,124,24,0,33,56,32,0,128,78,224,255,33,148,
-12,0,97,147,16,0,129,147,20,0,161,147,24,0,193,147,28,0,225,147,
-166,2,8,124,36,0,1,144,120,27,102,124,2,0,38,161,165,4,41,85,
-8,0,97,144,116,0,130,65,2,0,102,161,99,4,107,85,92,0,130,64,
-8,0,129,56,43,0,96,60,112,203,99,56,0,0,160,56,81,43,253,75,
-121,27,101,124,140,2,130,65,12,0,96,60,124,183,99,56,173,8,128,56,
-85,25,247,75,0,0,3,44,116,2,130,64,20,0,161,131,24,0,193,131,
-28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,
-32,0,33,56,32,0,128,78,2,0,38,161,160,4,41,85,2,0,38,177,
-166,0,192,127,94,4,202,87,36,1,64,125,8,0,193,128,40,0,102,131,
-44,0,134,131,0,0,27,44,0,0,160,59,132,1,130,65,0,0,128,57,
-40,0,134,145,12,0,6,168,36,0,230,131,0,0,0,44,176,0,130,64,
-0,0,31,44,40,0,130,65,23,0,31,136,118,7,0,84,23,0,31,152,
-23,0,255,136,49,6,231,84,16,0,130,65,120,251,227,127,177,66,252,75,
-8,0,193,128,2,0,6,161,234,5,8,85,2,0,6,177,2,0,70,161,
-120,219,99,127,120,51,196,124,36,5,74,85,2,0,70,177,1,171,251,75,
-0,0,31,44,120,27,125,124,36,0,130,64,8,0,193,128,0,0,230,168,
-20,234,231,124,0,0,230,176,0,0,6,168,0,0,0,44,124,1,130,64,
-44,1,0,72,8,0,129,129,32,0,108,128,120,251,228,127,157,27,0,72,
-8,0,193,128,0,0,230,168,20,234,231,124,0,0,230,176,0,0,6,168,
-0,0,0,44,76,1,130,64,252,0,0,72,0,0,31,44,88,0,130,65,
-23,0,31,136,16,0,0,96,23,0,31,152,23,0,31,137,176,6,8,85,
-23,0,31,153,23,0,63,137,184,7,41,85,23,0,63,153,23,0,95,137,
-118,7,74,85,23,0,95,153,23,0,31,136,49,6,0,84,16,0,130,65,
-120,251,227,127,225,65,252,75,8,0,193,128,32,0,102,128,120,251,228,127,
-33,27,0,72,120,219,99,127,125,196,253,75,0,0,28,44,36,0,130,64,
-8,0,193,128,0,0,230,168,20,234,231,124,0,0,230,176,0,0,6,168,
-0,0,0,44,192,0,130,64,112,0,0,72,120,227,131,127,77,196,253,75,
-8,0,193,128,0,0,0,56,44,0,6,144,0,0,230,168,20,234,231,124,
-0,0,230,176,0,0,6,168,0,0,0,44,144,0,130,64,64,0,0,72,
-0,0,28,44,32,0,130,65,0,0,0,56,44,0,6,144,120,227,131,127,
-120,51,196,124,205,169,251,75,8,0,193,128,120,27,125,124,0,0,230,168,
-20,234,231,124,0,0,230,176,0,0,6,168,0,0,0,44,80,0,130,64,
-36,0,38,129,0,0,9,44,60,0,130,65,12,0,70,169,0,0,10,44,
-28,0,130,64,36,0,102,128,32,0,134,128,221,74,252,75,8,0,97,128,
-185,6,1,72,32,0,0,72,24,0,166,128,36,0,102,128,32,0,134,128,
-129,75,252,75,8,0,193,128,120,51,195,124,153,6,1,72,0,128,199,115,
-166,0,0,125,94,4,8,85,120,59,8,125,36,1,0,125,20,0,161,131,
-24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,
-166,3,8,124,32,0,33,56,32,0,128,78,12,0,3,168,8,0,3,128,
-0,0,0,44,120,27,108,124,20,0,130,65,10,0,0,60,36,119,0,48,
-4,0,12,144,60,6,1,72,80,5,1,72,216,255,255,75,212,255,255,75,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,120,27,106,124,
-36,0,106,129,0,0,11,44,80,0,130,65,166,0,224,127,0,128,236,99,
-36,1,128,125,36,0,106,128,40,0,138,128,0,0,160,56,97,245,0,72,
-0,0,3,44,24,0,130,65,12,0,96,60,140,183,99,56,104,7,128,56,
-0,0,160,56,49,22,247,75,0,128,224,115,166,0,128,125,94,4,140,85,
-120,3,140,125,36,1,128,125,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-32,0,131,169,33,4,139,85,12,0,130,64,8,1,96,56,68,0,0,72,
-0,0,96,57,12,0,99,145,16,0,0,56,127,4,140,85,32,0,131,177,
-2,0,3,176,16,0,99,145,32,0,99,168,58,16,107,84,29,0,0,60,
-80,63,0,48,46,0,75,125,0,0,10,44,8,0,130,65,41,31,251,75,
-0,0,96,56,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-232,255,33,148,8,0,129,147,12,0,161,147,16,0,193,147,166,2,8,124,
-28,0,1,144,20,0,225,147,120,27,127,124,12,0,95,169,0,0,10,44,
-64,1,130,64,0,32,128,63,166,0,160,127,94,4,169,87,36,1,32,125,
-36,0,127,128,10,0,96,61,16,0,32,57,0,120,107,57,2,0,63,177,
-4,0,127,145,133,78,0,72,120,251,227,127,53,255,255,75,32,0,223,171,
-0,0,28,132,33,4,0,84,128,0,130,65,166,0,96,124,0,128,108,96,
-0,128,128,113,166,0,64,125,94,4,74,85,120,3,74,125,36,1,64,125,
-0,128,107,112,166,0,0,124,94,4,0,84,120,91,0,124,36,1,0,124,
-124,134,13,136,117,7,0,124,56,0,130,65,0,128,170,115,166,0,128,125,
-94,4,140,85,120,83,140,125,36,1,128,125,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,0,0,28,128,33,4,0,84,136,255,130,64,166,0,224,127,
-94,4,224,87,36,1,0,124,160,192,141,129,255,255,140,53,160,192,141,145,
-24,0,130,64,244,192,77,129,0,0,10,44,12,0,130,64,0,0,96,56,
-13,161,251,75,0,128,235,115,166,0,0,124,94,4,0,84,120,91,0,124,
-36,1,0,124,48,0,220,147,0,128,170,115,166,0,128,125,94,4,140,85,
-120,83,140,125,36,1,128,125,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-61,231,250,75,16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,224,255,33,148,
-12,0,97,147,16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,
-36,0,1,144,28,0,225,147,120,27,127,124,12,0,159,169,0,0,12,44,
-140,1,130,64,166,0,160,127,94,4,160,87,36,1,0,124,10,0,96,61,
-0,120,107,57,4,0,127,145,32,0,63,169,33,4,44,85,60,0,130,65,
-16,0,224,56,127,4,32,85,32,0,31,176,2,0,255,176,32,0,127,168,
-0,0,0,57,58,16,108,84,16,0,31,145,12,0,31,145,29,0,236,60,
-80,63,7,129,0,0,8,44,8,0,130,65,253,28,251,75,36,0,159,131,
-2,0,0,56,20,0,92,57,166,3,9,124,8,0,10,132,0,0,0,44,
-36,0,130,65,120,83,73,125,0,0,105,129,0,0,11,44,20,0,130,65,
-4,0,9,168,10,0,11,161,20,2,8,125,10,0,11,177,212,255,0,66,
-2,0,63,161,255,7,41,85,200,0,130,64,32,0,127,171,0,32,192,63,
-0,0,30,133,33,4,8,85,108,0,130,65,166,0,96,124,0,128,103,96,
-0,128,234,112,166,0,0,124,94,4,0,84,120,83,0,124,36,1,0,124,
-0,128,108,112,166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,
-124,134,237,136,117,7,231,124,36,0,130,65,120,227,131,127,33,76,0,72,
-0,128,167,115,166,0,0,125,94,4,8,85,120,59,8,125,36,1,0,125,
-116,0,0,72,0,0,30,129,33,4,8,85,156,255,130,64,166,0,224,127,
-94,4,233,87,36,1,32,125,160,192,77,129,255,255,74,53,160,192,77,145,
-24,0,130,64,244,192,109,129,0,0,11,44,12,0,130,64,0,0,96,56,
-25,159,251,75,0,128,236,115,166,0,0,124,94,4,0,84,120,99,0,124,
-36,1,0,124,48,0,126,147,120,227,131,127,173,75,0,72,0,128,167,115,
-166,0,0,125,94,4,8,85,120,59,8,125,36,1,0,125,20,0,161,131,
-24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,
-166,3,8,124,32,0,33,56,32,0,128,78,232,255,33,148,8,0,129,147,
-12,0,161,147,16,0,193,147,166,2,8,124,28,0,1,144,20,0,225,147,
-120,27,127,124,12,0,159,169,0,0,12,44,192,1,130,64,166,0,160,127,
-94,4,160,87,36,1,0,124,10,0,96,61,0,120,107,57,4,0,127,145,
-32,0,63,169,33,4,44,85,60,0,130,65,16,0,224,56,127,4,32,85,
-32,0,31,176,2,0,255,176,32,0,127,168,0,0,0,57,58,16,108,84,
-16,0,31,145,12,0,31,145,29,0,236,60,80,63,7,129,0,0,8,44,
-8,0,130,65,37,27,251,75,36,0,127,128,3,0,0,56,20,0,67,57,
-166,3,9,124,120,83,73,125,0,0,105,129,0,0,11,44,20,0,130,65,
-4,0,9,168,10,0,139,161,20,2,140,125,10,0,139,177,8,0,74,57,
-220,255,0,66,28,0,227,128,0,0,7,44,8,0,130,64,165,74,0,72,
-2,0,63,161,255,7,41,85,220,0,130,64,32,0,159,171,0,32,192,63,
-0,0,30,133,33,4,8,85,128,0,130,65,166,0,96,124,0,128,104,96,
-0,128,10,113,166,0,96,125,94,4,107,85,120,83,107,125,36,1,96,125,
-0,128,108,112,166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,
-124,134,237,136,117,7,231,124,56,0,130,65,0,128,167,115,166,0,0,125,
-94,4,8,85,120,59,8,125,36,1,0,125,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,0,0,30,129,33,4,8,85,136,255,130,64,166,0,224,127,
-94,4,233,87,36,1,32,125,160,192,77,129,255,255,74,53,160,192,77,145,
-24,0,130,64,244,192,109,129,0,0,11,44,12,0,130,64,0,0,96,56,
-37,157,251,75,0,128,236,115,166,0,0,124,94,4,0,84,120,99,0,124,
-36,1,0,124,48,0,158,147,0,128,167,115,166,0,0,125,94,4,8,85,
-120,59,8,125,36,1,0,125,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-85,227,250,75,16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,166,0,64,125,94,4,70,85,
-36,1,192,124,200,192,141,129,204,192,237,128,0,56,12,124,1,0,140,57,
-60,0,128,64,200,192,141,145,208,192,237,131,208,192,13,129,32,0,40,129,
-0,128,74,113,208,192,45,145,166,0,96,125,94,4,107,85,120,83,107,125,
-36,1,96,125,0,0,159,169,0,0,12,44,60,0,130,64,76,0,0,72,
-166,0,0,124,0,128,6,96,36,1,192,124,200,192,237,128,204,192,13,129,
-0,64,7,124,244,255,128,64,0,128,73,113,166,0,0,124,94,4,0,84,
-120,75,0,124,36,1,0,124,120,255,255,75,0,0,191,168,12,0,96,60,
-10,7,128,56,156,183,99,56,117,15,247,75,20,0,1,128,120,251,227,127,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,
-12,0,161,147,16,0,193,147,166,2,8,124,28,0,1,144,20,0,225,147,
-120,27,127,124,28,0,95,129,24,0,63,129,121,75,69,125,24,0,130,64,
-12,0,96,60,172,183,99,56,178,1,128,56,0,0,160,56,29,15,247,75,
-1,0,160,59,0,0,96,56,120,27,126,124,35,0,128,57,166,3,137,125,
-28,0,31,129,24,0,255,128,32,0,131,57,48,96,165,127,48,24,169,127,
-48,24,192,127,32,0,99,33,48,92,171,127,120,91,6,124,56,72,235,124,
-120,51,170,124,56,80,12,125,121,91,134,125,12,0,130,64,1,0,99,56,
-196,255,0,66,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,224,255,33,148,166,2,8,124,
-36,0,1,144,16,0,129,147,120,27,124,124,20,0,161,147,120,35,157,124,
-24,0,193,147,120,43,190,124,28,0,225,147,120,51,223,124,12,0,97,147,
-120,59,251,124,85,254,255,75,9,0,0,60,56,105,0,48,8,0,131,147,
-36,0,163,147,40,0,195,147,32,0,227,179,44,0,99,147,4,0,3,144,
-16,0,129,131,24,0,193,131,28,0,225,131,12,0,97,131,36,0,1,128,
-20,0,161,131,32,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,
-20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,
-36,0,158,129,0,0,12,44,120,0,130,65,36,0,158,129,0,0,12,128,
-86,68,128,61,78,68,140,57,64,96,0,124,96,0,130,64,166,0,224,127,
-0,128,224,99,36,1,0,124,36,0,126,128,40,0,158,128,3,0,160,56,
-8,0,193,56,255,255,224,56,1,241,0,72,0,0,3,44,24,0,130,65,
-12,0,96,60,188,183,99,56,173,6,128,56,0,0,160,56,181,13,247,75,
-0,128,236,115,166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,
-12,0,126,168,20,0,0,72,0,0,158,169,0,0,12,44,248,255,130,64,
-12,0,126,168,28,0,1,128,20,0,225,131,16,0,193,131,166,3,8,124,
-24,0,33,56,32,0,128,78,240,255,33,148,8,0,193,147,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,8,0,223,131,4,0,30,129,
-9,0,0,60,240,112,0,48,64,0,8,124,52,0,130,64,36,0,94,161,
-1,0,74,57,1,0,96,57,36,0,94,177,0,0,126,177,12,0,225,131,
-20,0,1,128,120,243,195,127,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,237,252,255,75,8,0,195,147,232,3,128,57,20,0,131,145,
-1,0,0,56,0,0,3,176,28,0,31,129,24,0,255,128,24,0,227,144,
-2,0,63,161,123,7,41,85,28,0,3,145,16,0,130,65,2,0,3,160,
-4,0,0,96,2,0,3,176,9,0,128,61,240,112,140,57,1,0,96,57,
-36,0,99,177,4,0,131,145,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,109,252,255,75,8,0,227,147,
-232,3,0,56,20,0,3,144,28,0,63,129,1,0,0,56,0,0,31,176,
-24,0,31,129,9,0,96,61,24,0,3,145,244,112,107,57,36,0,3,176,
-4,0,99,145,14,0,159,169,4,2,12,44,28,0,35,145,16,0,130,64,
-2,0,3,160,4,0,0,96,2,0,3,176,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,245,251,255,75,9,0,0,60,
-224,105,0,48,0,0,128,57,8,0,131,145,232,3,128,57,20,0,131,145,
-4,0,3,144,36,0,227,147,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,
-12,0,161,147,120,27,125,124,16,0,193,147,120,35,158,124,20,0,225,147,
-120,43,191,124,153,251,255,75,44,1,0,56,9,0,96,61,232,108,107,57,
-8,0,163,147,1,0,64,57,0,0,67,177,4,0,99,145,32,0,195,179,
-34,0,227,179,20,0,3,144,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-166,2,8,124,28,0,1,144,8,0,129,147,120,27,124,124,12,0,161,147,
-120,35,157,124,16,0,193,147,120,43,190,124,20,0,225,147,120,51,223,124,
-37,251,255,75,9,0,128,61,64,109,140,57,0,0,32,57,8,0,35,145,
-44,1,64,57,20,0,67,145,1,0,96,57,0,0,99,177,4,0,131,145,
-32,0,131,179,36,0,163,147,40,0,195,147,44,0,227,147,20,0,225,131,
-16,0,193,131,8,0,129,131,28,0,1,128,12,0,161,131,24,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-8,0,193,147,120,27,126,124,12,0,225,147,120,35,159,124,177,250,255,75,
-9,0,0,60,0,107,0,48,0,0,96,57,8,0,99,145,232,3,128,57,
-20,0,131,145,4,0,3,144,40,0,227,147,36,0,195,147,2,0,99,161,
-0,1,107,97,2,0,99,177,2,0,3,160,0,16,0,96,2,0,3,176,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,166,0,64,125,94,4,64,85,36,1,0,124,12,0,99,169,
-0,0,11,44,8,0,130,64,12,0,131,176,0,128,76,113,166,0,0,124,
-94,4,0,84,120,99,0,124,36,1,0,124,32,0,128,78,32,0,0,56,
-9,0,128,61,232,113,140,57,4,0,131,145,2,0,3,176,32,0,128,78,
-166,0,32,125,94,4,42,85,36,1,64,125,0,0,99,169,0,128,44,113,
-21,34,107,125,0,0,99,177,166,0,0,124,94,4,0,84,120,99,0,124,
-36,1,0,124,32,0,130,76,4,0,3,128,166,3,9,124,32,4,128,78,
-4,0,131,129,9,0,0,60,44,108,0,48,64,0,12,124,24,0,130,65,
-4,0,3,128,9,0,96,61,208,107,107,57,64,88,0,124,12,0,130,64,
-1,0,96,56,32,0,128,78,0,0,96,56,32,0,128,78,4,0,131,129,
-10,0,0,60,0,120,0,48,64,0,12,124,64,0,130,65,4,0,131,129,
-9,0,0,60,80,117,0,48,64,0,12,124,44,0,130,65,4,0,99,129,
-9,0,128,61,116,115,140,57,64,96,11,124,24,0,130,65,4,0,3,128,
-9,0,96,61,232,113,107,57,64,88,0,124,12,0,130,64,1,0,96,56,
-32,0,128,78,0,0,96,56,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,8,0,3,128,0,0,0,44,24,0,130,65,
-20,0,1,128,16,0,33,56,166,3,8,124,64,1,96,56,32,0,128,78,
-166,0,224,127,94,4,233,87,36,1,32,125,0,0,99,169,0,0,11,44,
-44,0,130,65,10,0,128,61,92,129,140,57,4,0,131,145,0,128,236,115,
-166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,0,0,96,56,
-40,0,0,72,0,0,0,56,0,0,3,176,161,247,0,72,0,128,236,115,
-166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,0,0,96,56,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,
-36,0,1,144,12,0,97,147,120,35,155,124,28,0,225,147,0,128,224,63,
-255,255,255,59,166,0,128,127,94,4,128,87,36,1,0,124,120,27,126,124,
-237,43,249,75,120,27,125,124,120,243,195,127,253,39,249,75,0,0,3,44,
-184,0,130,65,58,16,168,87,20,234,200,124,56,24,198,84,0,0,102,61,
-96,66,75,57,8,0,10,128,0,0,0,44,152,0,130,65,32,0,96,61,
-224,72,107,57,0,64,160,60,255,255,165,56,0,16,224,60,255,255,231,56,
-0,240,32,61,1,0,41,57,0,1,0,56,166,3,9,124,120,91,106,125,
-32,0,10,168,33,4,12,84,88,0,130,65,36,0,202,128,48,0,134,129,
-0,0,12,44,72,0,130,65,34,0,12,137,64,232,8,124,60,0,130,64,
-36,0,74,129,12,0,138,129,248,191,205,128,0,56,6,124,20,218,140,125,
-20,0,128,64,0,72,6,124,12,0,129,64,20,42,140,125,20,42,198,124,
-80,96,6,125,0,248,8,124,8,0,128,64,120,67,31,125,48,0,107,57,
-152,255,0,66,0,128,136,115,166,0,0,124,94,4,0,84,120,67,0,124,
-36,1,0,124,120,251,227,127,28,0,225,131,20,0,161,131,24,0,193,131,
-36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,
-32,0,128,78,0,0,96,56,166,0,0,125,94,4,11,85,36,1,96,125,
-32,0,128,61,176,72,140,57,0,1,0,56,166,3,9,124,80,0,44,169,
-33,4,32,85,48,0,140,57,8,0,130,65,1,0,99,56,236,255,0,66,
-0,128,10,113,166,0,128,125,94,4,140,85,120,83,140,125,36,1,128,125,
-32,0,128,78,166,0,0,124,94,4,12,84,36,1,128,125,204,192,77,129,
-80,80,35,125,255,255,105,57,192,16,11,40,8,0,128,64,204,192,45,145,
-0,128,12,112,166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,
-32,0,128,78,10,0,192,60,0,120,198,56,32,0,96,61,224,72,107,57,
-0,0,32,57,120,75,32,125,16,0,224,56,0,1,64,57,166,3,73,125,
-0,0,128,56,44,0,139,144,28,0,139,144,32,0,43,177,8,0,11,144,
-40,0,139,144,2,0,235,176,12,0,11,176,14,0,11,176,0,0,11,176,
-24,0,139,144,4,0,203,144,48,0,107,57,1,0,41,57,200,255,0,66,
-10,0,224,60,36,119,231,56,32,0,0,61,224,120,8,57,208,192,13,145,
-0,0,0,56,200,192,13,144,192,16,32,57,204,192,45,145,166,3,41,125,
-48,0,72,57,0,0,96,57,236,255,106,145,240,255,74,145,216,255,10,144,
-210,255,10,176,220,255,10,176,222,255,10,176,208,255,10,176,232,255,106,145,
-212,255,234,144,48,0,74,57,212,255,0,66,32,0,128,78,0,0,0,56,
-0,0,3,176,216,244,0,72,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,120,251,228,127,40,0,96,60,128,2,99,56,
-1,0,160,60,117,131,253,75,1,0,159,60,40,135,109,56,4,0,160,56,
-101,131,253,75,40,135,141,129,0,0,12,44,0,8,96,57,36,135,109,145,
-20,0,130,65,4,0,140,129,0,0,12,44,255,255,107,57,244,255,130,64,
-36,135,109,145,12,0,225,131,20,0,1,128,1,0,96,60,4,0,99,56,
-16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,40,0,128,60,128,2,132,56,
-1,0,160,60,253,130,253,75,1,0,127,60,40,135,141,56,4,0,160,56,
-237,130,253,75,12,0,225,131,20,0,1,128,1,0,96,60,4,0,99,56,
-16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,
-121,27,127,124,166,2,8,124,20,0,1,144,24,0,130,64,12,0,96,60,
-32,195,99,56,19,1,128,56,0,0,160,56,33,5,247,75,166,0,96,125,
-94,4,96,85,36,1,0,124,36,135,77,129,40,135,45,129,0,128,108,113,
-255,255,74,57,36,135,77,145,4,0,63,145,40,135,237,147,166,0,0,124,
-94,4,0,84,120,99,0,124,36,1,0,124,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,4,0,36,129,0,0,131,129,64,96,4,124,
-1,0,224,59,32,0,130,65,0,0,68,129,0,0,73,145,0,0,100,129,
-120,35,131,124,4,0,43,145,81,255,255,75,76,0,0,72,64,72,4,124,
-40,0,130,64,0,0,224,59,0,0,227,147,0,0,68,129,0,0,73,145,
-0,0,100,129,120,35,131,124,4,0,43,145,37,255,255,75,32,0,0,72,
-0,0,35,145,0,0,68,129,0,0,73,145,0,0,100,129,120,35,131,124,
-4,0,43,145,5,255,255,75,20,0,1,128,120,251,227,127,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,0,0,3,128,0,0,0,44,
-120,3,12,124,76,0,130,65,12,0,100,129,8,0,68,129,12,0,44,129,
-64,88,9,124,8,0,12,129,36,0,128,65,12,0,129,65,64,80,8,124,
-24,0,129,64,64,0,12,124,0,0,96,56,32,0,130,77,0,0,108,128,
-32,0,128,78,4,0,140,129,64,0,12,124,200,255,130,64,0,0,140,129,
-120,99,131,125,32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,
-12,0,161,147,120,27,125,124,16,0,193,147,121,35,158,124,20,0,225,147,
-120,43,191,124,24,0,130,64,12,0,96,60,64,195,99,56,64,1,128,56,
-0,0,160,56,153,3,247,75,0,0,157,129,0,0,12,44,112,0,130,65,
-0,0,31,44,52,0,130,65,4,0,159,129,0,0,254,147,4,0,223,147,
-4,0,158,145,0,0,204,147,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,0,0,236,131,
-0,0,221,147,0,0,254,147,4,0,223,147,4,0,158,145,0,0,204,147,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,0,0,222,147,4,0,222,147,0,0,221,147,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-120,27,103,124,181,254,255,75,120,27,101,124,120,59,227,124,9,255,255,75,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,0,0,3,128,
-0,0,0,44,120,3,3,124,32,0,130,77,12,0,131,129,64,48,12,124,
-8,0,99,129,12,0,130,64,64,40,11,124,32,0,130,77,4,0,99,128,
-64,0,3,124,224,255,130,64,0,0,96,56,32,0,128,78,166,0,128,125,
-94,4,139,85,36,1,96,125,40,135,13,128,0,0,0,44,80,0,130,64,
-0,0,3,44,44,0,130,65,166,0,0,124,0,128,10,96,36,1,64,125,
-166,0,96,125,94,4,96,85,36,1,0,124,40,135,13,128,0,0,0,44,
-216,255,130,65,32,0,0,72,0,128,138,113,166,0,96,125,94,4,107,85,
-120,83,107,125,36,1,96,125,0,0,96,56,32,0,128,78,40,135,109,128,
-4,0,67,129,36,135,109,129,1,0,107,57,0,128,128,113,36,135,109,145,
-40,135,77,145,166,0,64,125,94,4,74,85,120,3,74,125,36,1,64,125,
-32,0,128,78,240,255,33,148,8,0,193,147,12,0,225,147,166,2,8,124,
-20,0,1,144,40,135,13,129,120,27,126,124,64,64,30,124,40,135,237,131,
-28,0,130,64,4,0,159,129,36,135,77,129,1,0,202,56,36,135,205,144,
-40,135,141,145,120,0,0,72,36,135,77,129,255,7,42,33,0,0,9,44,
-1,0,160,56,32,0,129,64,166,3,41,125,4,0,31,128,64,0,30,124,
-16,0,130,65,120,3,31,124,1,0,165,56,236,255,0,66,0,8,10,32,
-0,0,5,124,44,0,128,65,12,0,96,60,80,195,99,56,207,2,128,56,
-109,1,247,75,36,135,77,129,0,0,3,44,16,0,130,65,4,0,254,128,
-4,0,255,144,12,0,0,72,4,0,254,128,4,0,255,144,1,0,202,56,
-36,135,205,144,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,40,0,64,61,128,2,74,57,40,135,77,145,
-32,0,106,57,0,0,0,56,36,135,13,144,255,7,128,57,166,3,137,125,
-228,255,107,145,224,255,11,144,32,0,107,57,244,255,0,66,52,40,140,85,
-20,98,42,125,0,0,0,56,4,0,9,144,0,0,9,144,32,0,128,78,
-224,255,33,148,12,0,97,147,20,0,161,147,28,0,225,147,166,2,8,124,
-36,0,1,144,24,0,193,147,16,0,129,147,120,35,156,124,58,16,137,87,
-20,74,195,127,0,0,126,131,0,0,27,44,12,0,224,63,252,0,130,65,
-0,0,126,129,0,0,11,44,0,0,160,56,8,0,130,65,0,0,171,128,
-8,0,155,129,196,78,0,60,79,236,0,96,22,96,0,124,190,240,0,84,
-58,16,8,84,80,0,8,124,58,16,8,85,20,2,8,124,80,96,192,124,
-64,48,28,124,120,42,96,127,52,0,0,124,126,217,29,84,20,0,130,65,
-96,195,127,56,120,227,133,127,124,4,128,56,73,0,247,75,4,0,59,129,
-8,0,137,129,196,78,0,60,79,236,0,96,22,96,0,124,190,240,0,84,
-58,16,8,84,80,0,8,124,58,16,8,85,20,2,8,124,80,96,192,124,
-64,48,28,124,48,0,130,65,96,195,127,56,120,227,133,127,125,4,128,56,
-5,0,247,75,4,0,59,129,0,0,3,44,20,0,130,65,0,0,29,44,
-120,75,59,125,56,0,130,65,16,0,0,72,0,0,29,44,120,75,59,125,
-40,0,130,65,20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,
-16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,
-0,0,27,44,12,255,130,64,20,0,161,131,24,0,193,131,28,0,225,131,
-36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,
-32,0,128,78,232,255,33,148,8,0,129,147,12,0,161,147,16,0,193,147,
-20,0,225,147,166,2,8,124,28,0,1,144,8,0,4,128,197,78,96,61,
-79,236,107,57,22,0,11,125,12,0,160,63,190,240,8,85,58,16,12,85,
-80,64,12,125,58,16,140,85,20,66,12,125,80,0,136,127,166,0,224,127,
-94,4,236,87,36,1,128,125,58,16,128,87,20,2,99,124,120,35,158,124,
-53,252,255,75,4,0,158,129,8,0,12,128,197,78,32,61,79,236,41,57,
-22,0,41,125,190,240,41,85,58,16,42,85,80,72,42,125,58,16,74,85,
-20,74,42,125,80,0,9,124,64,224,0,124,20,0,130,65,112,195,125,56,
-120,227,133,127,76,3,128,56,229,254,246,75,0,0,158,129,8,0,44,129,
-196,78,0,60,79,236,0,96,22,72,64,125,190,240,74,85,58,16,72,85,
-80,80,72,125,58,16,8,85,20,82,72,125,80,72,10,124,64,224,0,124,
-20,0,130,65,112,195,125,56,120,227,133,127,79,3,128,56,161,254,246,75,
-0,128,234,115,166,0,0,124,94,4,0,84,120,83,0,124,36,1,0,124,
-16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,
-166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,12,0,225,147,
-166,2,8,124,20,0,1,144,120,27,127,124,24,0,159,129,0,0,4,44,
-8,0,129,145,16,0,130,65,6,0,12,136,255,7,0,84,20,0,130,64,
-120,99,131,125,1,0,128,56,129,195,253,75,80,0,0,72,6,0,76,137,
-0,0,160,56,0,0,96,60,4,0,74,97,8,0,129,56,152,71,99,56,
-6,0,76,153,241,15,253,75,121,27,101,124,40,0,130,65,11,0,5,44,
-20,0,130,65,12,0,96,60,128,195,99,56,85,4,128,56,237,253,246,75,
-8,0,97,128,1,0,128,56,49,195,253,75,0,0,0,57,23,0,31,153,
-18,0,31,177,24,0,31,145,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,121,35,159,124,
-166,2,8,124,20,0,1,144,16,0,130,65,22,0,31,136,255,0,0,44,
-28,0,130,64,20,0,1,128,12,0,225,131,0,0,96,56,16,0,33,56,
-166,3,8,124,32,0,128,78,248,191,77,129,23,0,31,136,57,7,0,84,
-108,0,130,65,248,191,13,129,80,64,234,124,200,0,7,40,48,0,129,64,
-23,0,63,137,176,6,41,85,23,0,63,153,23,0,95,137,49,6,74,85,
-68,0,130,65,120,251,227,127,57,39,252,75,23,0,127,137,254,215,99,85,
-56,0,0,72,166,0,128,125,0,128,139,97,36,1,96,125,0,128,140,113,
-166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,23,0,31,136,
-57,7,0,84,156,255,130,64,23,0,127,137,254,215,99,85,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,
-4,0,1,144,248,255,33,148,68,0,99,136,197,186,0,72,255,255,3,48,
-16,25,96,124,12,0,1,128,8,0,33,56,166,3,8,124,62,6,99,84,
-32,0,128,78,240,255,33,148,8,0,193,147,12,0,225,147,166,2,8,124,
-20,0,1,144,22,0,4,136,0,0,0,44,120,27,126,124,172,0,130,65,
-0,0,228,131,12,0,63,129,12,0,100,129,64,88,9,124,8,0,68,129,
-8,0,31,129,144,0,130,64,64,80,8,124,136,0,130,64,23,0,31,136,
-115,6,0,84,124,0,130,65,23,0,31,137,181,6,8,85,96,0,130,64,
-120,251,227,127,1,0,128,56,233,253,255,75,8,0,95,129,197,78,128,61,
-79,236,140,57,22,80,108,125,120,251,228,127,190,240,107,85,58,16,108,85,
-80,88,108,125,58,16,140,85,20,90,108,125,80,80,139,125,58,16,128,85,
-20,2,126,124,73,247,255,75,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,23,0,127,137,23,0,63,137,
-176,6,41,85,23,0,63,153,20,0,1,128,12,0,225,131,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,208,255,33,148,12,0,225,146,
-16,0,1,147,20,0,33,147,24,0,65,147,36,0,161,147,40,0,193,147,
-44,0,225,147,166,2,8,124,52,0,1,144,32,0,129,147,121,35,156,124,
-28,0,97,147,120,27,123,124,16,0,130,65,120,43,163,124,9,144,0,72,
-68,0,123,152,0,0,64,59,13,0,160,59,252,255,59,59,166,0,224,127,
-94,4,231,87,36,1,224,124,4,0,25,135,0,0,24,44,120,203,62,127,
-28,1,130,65,0,0,222,128,0,0,6,44,0,0,96,57,8,0,130,65,
-0,0,102,129,23,0,24,136,181,6,0,84,120,90,0,127,52,0,9,124,
-126,217,55,85,16,0,130,64,23,0,24,136,115,6,0,84,12,0,130,65,
-0,0,28,44,120,0,130,65,23,0,24,136,49,6,0,84,12,0,130,65,
-120,195,3,127,181,38,252,75,23,0,24,136,49,6,0,84,0,0,128,56,
-16,0,130,64,0,0,28,44,8,0,130,64,1,0,128,56,120,195,3,127,
-62,6,132,84,133,252,255,75,120,195,4,127,4,0,24,131,120,243,195,127,
-13,246,255,75,0,0,3,44,96,0,130,64,0,0,23,44,128,0,130,64,
-0,128,236,115,166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,
-124,0,0,72,23,0,56,137,181,6,41,85,48,0,130,64,23,0,88,137,
-115,6,74,85,24,0,130,64,23,0,184,136,12,0,96,60,12,4,128,56,
-0,196,99,56,137,250,246,75,23,0,120,137,250,7,107,85,23,0,120,153,
-4,0,24,131,0,0,23,44,28,0,130,65,0,128,236,115,166,0,0,124,
-94,4,0,84,120,99,0,124,36,1,0,124,32,0,0,72,0,0,24,44,
-236,254,130,64,0,128,236,115,166,0,0,124,94,4,0,84,120,99,0,124,
-36,1,0,124,255,255,189,55,4,0,90,59,176,254,130,64,0,0,28,44,
-52,0,130,65,52,0,251,131,0,0,31,44,40,0,130,65,120,251,227,127,
-1,0,128,56,169,251,255,75,52,0,123,56,120,251,228,127,53,245,255,75,
-52,0,251,131,0,0,31,44,224,255,130,64,24,0,65,131,36,0,161,131,
-40,0,193,131,28,0,97,131,20,0,33,131,32,0,129,131,44,0,225,131,
-52,0,1,128,16,0,1,131,12,0,225,130,166,3,8,124,48,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-120,27,127,124,8,0,193,147,120,35,158,124,120,243,195,127,173,247,255,75,
-120,251,227,127,120,243,196,127,13,250,255,75,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,1,0,128,56,
-249,250,255,75,120,251,227,127,17,244,255,75,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,224,255,33,148,24,0,193,147,
-28,0,225,147,166,2,8,124,36,0,1,144,16,0,129,147,120,35,156,124,
-12,0,97,147,120,59,251,124,20,0,161,147,120,27,125,124,1,0,96,56,
-137,246,255,75,0,0,252,128,8,0,39,129,120,51,192,124,1,0,0,44,
-12,0,71,129,20,0,124,161,120,27,126,124,12,0,94,145,8,0,62,145,
-16,0,126,177,18,0,190,176,44,0,129,64,22,0,134,137,8,0,129,56,
-120,43,163,124,1,0,12,56,22,0,30,152,28,0,190,56,25,203,253,75,
-0,0,3,44,36,0,130,65,52,0,0,72,22,0,30,152,120,43,163,124,
-28,0,190,56,8,0,129,56,249,202,253,75,0,0,3,44,24,0,130,64,
-12,0,96,60,32,196,99,56,210,2,128,56,0,0,160,56,137,248,246,75,
-8,0,97,128,24,0,126,144,255,255,0,56,120,27,105,124,20,0,30,176,
-6,0,9,136,189,7,0,84,24,0,130,65,8,0,33,145,137,179,247,75,
-0,0,3,44,108,0,130,65,56,0,0,72,8,0,41,129,0,0,9,44,
-216,255,130,64,8,0,33,145,166,0,224,127,94,4,224,87,36,1,0,124,
-0,0,156,129,24,0,204,160,115,6,199,84,254,167,220,84,132,0,130,65,
-84,0,0,72,120,243,195,127,161,254,255,75,20,0,161,131,28,0,225,131,
-24,0,193,131,16,0,129,131,36,0,1,128,12,0,97,131,0,0,96,56,
-166,3,8,124,32,0,33,56,32,0,128,78,166,0,224,127,94,4,224,87,
-36,1,0,124,0,0,156,129,24,0,204,160,115,6,199,84,254,167,220,84,
-48,0,130,65,22,0,94,137,0,0,10,44,41,0,0,57,23,0,30,153,
-92,0,130,65,52,0,125,56,120,243,196,127,189,244,255,75,0,0,28,44,
-92,0,130,65,76,0,0,72,0,0,28,44,28,0,130,65,171,0,0,56,
-23,0,30,152,120,235,163,127,120,243,196,127,1,248,255,75,36,0,0,72,
-0,0,27,44,43,0,0,56,8,0,130,65,47,0,0,56,23,0,30,152,
-120,235,163,127,120,243,196,127,221,247,255,75,0,0,28,44,16,0,130,65,
-120,243,195,127,120,235,164,127,97,36,252,75,0,128,235,115,166,0,64,125,
-94,4,74,85,120,91,74,125,36,1,64,125,20,0,161,131,120,243,195,127,
-24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,
-166,3,8,124,32,0,33,56,32,0,128,78,240,255,33,148,8,0,193,147,
-12,0,225,147,166,2,8,124,20,0,1,144,120,27,100,124,120,51,202,124,
-166,0,192,127,94,4,203,87,36,1,96,125,197,78,192,60,79,236,198,56,
-22,40,6,124,190,240,0,84,120,83,70,125,120,43,169,124,58,16,7,84,
-80,0,7,124,58,16,231,84,20,2,7,124,80,40,96,125,58,16,104,85,
-20,66,4,125,120,67,3,125,237,243,255,75,121,27,127,124,28,1,130,65,
-0,0,168,128,88,0,0,72,4,0,255,131,64,40,31,124,28,0,130,65,
-12,0,31,129,64,80,8,124,8,0,255,128,12,0,130,64,64,72,7,124,
-52,0,130,65,0,128,201,115,166,0,64,125,94,4,74,85,120,75,74,125,
-36,1,64,125,12,0,225,131,20,0,1,128,8,0,193,131,0,0,96,56,
-166,3,8,124,16,0,33,56,32,0,128,78,23,0,127,137,57,7,107,85,
-164,255,130,64,23,0,159,137,247,6,140,85,152,255,130,64,23,0,31,136,
-189,7,0,84,140,255,130,65,22,0,31,137,0,0,8,44,128,255,130,65,
-120,251,230,127,120,51,223,124,4,0,198,128,64,40,6,124,64,0,130,65,
-12,0,134,129,64,80,12,124,8,0,102,129,48,0,130,64,64,72,11,124,
-40,0,130,64,23,0,6,136,57,7,0,84,28,0,130,64,23,0,230,136,
-247,6,231,84,16,0,130,64,23,0,6,137,189,7,8,85,184,255,130,64,
-22,0,255,136,0,0,7,44,196,0,130,64,0,128,204,115,166,0,0,124,
-94,4,0,84,120,99,0,124,36,1,0,124,12,0,225,131,20,0,1,128,
-8,0,193,131,0,0,96,56,166,3,8,124,16,0,33,56,32,0,128,78,
-52,0,100,56,197,242,255,75,121,27,127,124,204,0,130,65,52,0,4,129,
-88,0,0,72,4,0,255,131,64,64,31,124,28,0,130,65,12,0,255,128,
-64,80,7,124,8,0,223,128,12,0,130,64,64,72,6,124,52,0,130,65,
-0,128,192,115,166,0,128,125,94,4,140,85,120,3,140,125,36,1,128,125,
-12,0,225,131,20,0,1,128,8,0,193,131,0,0,96,56,166,3,8,124,
-16,0,33,56,32,0,128,78,23,0,31,136,57,7,0,84,164,255,130,64,
-23,0,255,136,247,6,231,84,152,255,130,64,22,0,255,136,0,0,7,44,
-140,255,130,65,0,0,31,44,68,0,130,65,120,75,37,125,120,83,70,125,
-12,0,96,60,64,196,99,56,193,83,253,75,24,0,31,128,0,0,0,44,
-24,0,130,64,12,0,96,60,48,196,99,56,63,2,128,56,0,0,160,56,
-197,244,246,75,22,0,159,137,255,255,140,57,22,0,159,153,0,128,198,115,
-166,0,0,124,94,4,0,84,120,51,0,124,36,1,0,124,20,0,1,128,
-120,251,227,127,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,
-28,0,225,147,166,2,8,124,36,0,1,144,12,0,97,147,120,27,123,124,
-166,0,192,127,94,4,200,87,36,1,0,125,196,78,0,60,79,236,0,96,
-22,40,32,125,190,240,41,85,120,51,221,124,120,43,188,124,58,16,44,85,
-80,72,44,125,58,16,140,85,20,74,44,125,80,40,9,124,58,16,9,84,
-20,74,91,125,120,83,67,125,89,241,255,75,121,27,127,124,192,0,130,65,
-23,0,31,137,123,7,8,85,0,0,10,128,60,0,130,64,4,0,255,131,
-64,0,31,124,28,0,130,65,12,0,159,129,64,232,12,124,8,0,127,129,
-12,0,130,64,64,224,11,124,12,0,130,65,0,0,224,59,132,0,0,72,
-23,0,31,137,123,7,8,85,204,255,130,65,0,0,31,44,112,0,130,65,
-0,0,7,44,23,0,255,136,68,0,130,65,64,0,233,96,23,0,63,153,
-23,0,159,137,184,7,140,85,23,0,159,153,23,0,31,136,49,6,0,84,
-68,0,130,65,120,251,227,127,137,29,252,75,120,219,99,127,120,251,228,127,
-205,245,255,75,0,0,3,44,96,0,130,65,56,0,0,72,184,7,231,84,
-23,0,255,152,23,0,63,137,49,6,41,85,12,0,130,65,120,251,227,127,
-85,29,252,75,0,0,224,59,120,219,99,127,120,251,228,127,149,245,255,75,
-0,0,3,44,40,0,130,65,60,0,27,129,1,0,8,57,60,0,27,145,
-0,128,200,115,166,0,64,125,94,4,74,85,120,67,74,125,36,1,64,125,
-40,0,0,72,64,0,123,129,0,128,200,115,1,0,107,57,0,0,224,59,
-64,0,123,145,166,0,64,125,94,4,74,85,120,67,74,125,36,1,64,125,
-120,251,227,127,28,0,225,131,20,0,161,131,24,0,193,131,36,0,1,128,
-16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,121,27,127,124,
-8,0,193,147,120,35,158,124,20,0,130,64,44,0,96,56,5,60,253,75,
-121,27,127,124,76,0,130,65,120,251,227,127,0,0,128,56,36,0,160,56,
-133,237,246,75,224,255,158,57,1,0,0,56,48,96,0,124,16,32,128,61,
-0,3,140,57,34,0,223,155,24,0,31,144,52,40,192,87,20,2,108,125,
-40,0,127,145,0,32,128,61,0,3,140,57,20,2,76,125,36,0,95,145,
-20,0,1,128,120,251,227,127,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,121,27,127,124,8,0,193,147,120,35,158,124,20,0,130,64,
-44,0,96,56,113,59,253,75,121,27,127,124,56,0,130,65,0,0,96,57,
-32,0,127,153,40,0,127,153,52,40,192,87,0,32,128,61,0,3,140,57,
-20,2,12,124,36,0,31,144,120,251,227,127,12,0,128,60,172,196,132,56,
-1,0,160,56,157,125,251,75,20,0,1,128,120,251,227,127,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,232,255,33,148,
-0,0,3,44,166,2,8,124,28,0,1,144,12,0,161,147,120,35,157,124,
-16,0,193,147,120,43,190,124,20,0,225,147,120,51,223,124,20,0,130,64,
-12,0,96,56,229,58,253,75,0,0,3,44,28,0,130,65,0,0,163,147,
-4,0,195,147,0,0,128,57,8,0,131,153,191,7,224,87,9,0,3,152,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,41,0,128,61,14,3,108,176,32,0,128,78,
-0,64,107,96,0,32,128,61,0,0,140,57,64,0,108,145,64,0,12,128,
-99,4,0,84,16,0,130,64,4,0,12,128,107,5,0,84,236,255,130,65,
-68,0,108,128,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-12,0,96,60,184,196,99,56,217,79,253,75,19,0,96,56,181,255,255,75,
-191,7,100,84,236,136,98,56,197,79,253,75,0,32,0,56,0,32,128,61,
-4,0,12,144,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,172,4,0,124,5,0,96,56,
-157,228,252,75,2,0,0,56,0,32,128,61,28,0,12,148,172,4,0,124,
-5,0,96,56,133,228,252,75,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,2,0,0,56,0,32,128,61,24,0,12,144,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,166,0,224,127,
-94,4,224,87,36,1,0,124,149,255,255,75,18,2,96,56,5,128,251,75,
-18,2,96,56,1,255,255,75,0,4,0,56,0,32,64,61,4,0,10,144,
-181,255,255,75,0,128,235,115,166,0,128,125,94,4,140,85,120,91,140,125,
-36,1,128,125,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,0,32,128,61,0,0,140,57,0,56,0,56,24,0,12,144,
-28,0,12,144,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,166,0,224,127,94,4,224,87,36,1,0,124,21,255,255,75,
-201,255,255,75,17,2,96,56,129,127,251,75,17,2,96,56,125,254,255,75,
-0,4,0,56,0,32,64,61,4,0,10,144,49,255,255,75,0,128,235,115,
-166,0,128,125,94,4,140,85,120,91,140,125,36,1,128,125,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,0,32,224,63,0,0,255,59,
-4,0,159,129,57,7,140,85,22,2,128,56,8,0,130,65,23,2,128,56,
-32,0,96,56,0,0,160,56,217,245,250,75,0,192,0,60,24,0,31,144,
-28,0,31,144,172,4,0,124,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-0,8,0,56,0,32,128,61,4,0,12,144,133,146,247,75,12,0,96,60,
-208,196,99,56,69,170,252,75,255,255,96,56,17,0,128,56,0,0,160,56,
-120,43,166,124,141,254,250,75,124,134,13,136,117,7,0,124,12,0,130,65,
-3,0,0,44,68,0,130,64,3,0,96,56,17,222,247,75,141,128,141,137,
-0,0,12,44,32,0,130,65,12,0,96,60,232,196,99,56,253,169,252,75,
-12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,212,192,109,56,
-0,32,128,56,0,0,160,56,185,205,0,72,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,
-20,0,1,144,0,32,64,61,0,0,74,57,166,0,224,127,94,4,224,87,
-36,1,0,124,80,0,234,128,72,0,128,57,15,0,0,56,2,0,32,57,
-80,0,10,144,84,0,42,145,80,0,138,145,80,0,10,144,80,0,234,144,
-172,4,0,124,0,128,232,115,166,0,96,125,94,4,107,85,120,67,107,125,
-36,1,96,125,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-0,32,224,63,0,0,255,59,172,4,0,124,113,255,255,75,0,0,128,57,
-88,0,159,145,15,0,0,56,80,0,31,144,41,0,0,57,80,0,31,145,
-25,0,32,57,80,0,63,145,80,0,31,144,1,0,64,57,80,0,95,145,
-32,0,127,129,24,0,107,97,32,0,127,145,172,4,0,124,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,166,2,8,124,
-4,0,1,144,248,255,33,148,19,0,128,61,128,177,140,137,116,7,140,125,
-5,0,12,44,1,0,0,56,16,0,130,65,6,0,12,44,8,0,130,65,
-0,0,0,56,63,6,0,84,12,0,130,65,173,252,255,75,85,255,255,75,
-2,0,96,56,157,220,247,75,12,0,96,60,252,196,99,56,149,168,252,75,
-255,255,96,56,18,0,128,56,0,0,160,56,120,43,166,124,221,252,250,75,
-212,192,109,56,0,64,128,56,0,0,160,56,77,204,0,72,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,172,4,0,124,36,0,159,129,
-28,0,12,128,231,4,0,84,36,0,130,65,42,0,95,169,0,0,10,44,
-12,0,130,65,42,0,127,168,20,0,0,72,28,0,12,128,231,4,0,84,
-228,255,130,64,42,0,127,168,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,
-12,0,225,147,120,27,127,124,141,255,255,75,0,0,3,44,80,0,130,64,
-36,0,127,129,0,0,0,56,0,2,64,57,16,0,11,144,24,0,75,145,
-172,4,0,124,36,0,159,129,24,0,0,72,42,0,31,168,0,0,0,44,
-12,0,130,65,42,0,127,168,32,0,0,72,28,0,12,128,165,4,0,84,
-228,255,130,64,252,192,109,137,0,0,11,44,216,255,130,64,42,0,127,168,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-208,255,33,148,12,0,225,146,16,0,1,147,20,0,33,147,32,0,129,147,
-36,0,161,147,40,0,193,147,44,0,225,147,166,2,8,124,52,0,1,144,
-28,0,97,147,120,27,123,124,24,0,65,147,120,51,218,124,40,0,219,136,
-0,0,6,44,120,43,188,124,120,35,153,124,24,0,130,64,120,219,99,127,
-255,255,128,56,61,210,0,72,0,0,3,44,240,255,130,64,4,11,72,111,
-0,0,160,59,42,0,187,179,1,0,0,56,41,0,27,152,255,255,72,49,
-16,65,202,127,4,3,64,111,255,255,128,49,16,1,236,127,44,72,156,87,
-141,1,87,87,25,3,88,87,120,219,99,127,133,254,255,75,0,0,3,44,
-44,1,130,64,36,0,155,129,28,0,12,128,41,5,0,84,228,255,130,64,
-166,0,160,124,94,4,160,84,36,1,0,124,204,136,13,136,120,251,230,127,
-120,243,199,127,16,0,25,129,0,0,23,44,20,66,189,127,80,224,136,127,
-16,0,76,147,132,0,130,65,0,0,24,44,44,0,130,65,8,0,57,129,
-8,0,44,145,12,0,57,129,0,0,28,44,20,0,57,59,0,193,45,145,
-12,0,44,145,24,0,12,145,136,0,129,65,152,0,0,72,0,0,7,44,
-12,0,130,65,0,0,6,44,12,0,130,64,8,0,89,129,8,0,76,145,
-12,0,57,129,0,0,0,44,12,0,44,145,20,0,12,145,12,0,130,65,
-4,0,121,129,4,0,108,145,0,0,28,44,0,0,25,129,20,0,57,59,
-0,0,12,145,0,193,45,145,56,0,129,65,72,0,0,72,8,0,57,129,
-0,0,0,44,8,0,44,145,20,0,12,145,12,0,130,65,4,0,89,129,
-4,0,76,145,0,0,28,44,0,0,121,129,20,0,57,59,0,0,108,145,
-24,0,129,64,255,5,168,87,16,0,130,65,28,0,44,129,231,4,41,85,
-40,255,130,65,0,128,170,112,166,0,96,125,94,4,107,85,120,83,107,125,
-36,1,96,125,0,0,28,44,212,254,129,65,120,219,99,127,181,253,255,75,
-40,0,27,136,0,0,0,44,0,0,128,57,41,0,155,153,40,0,130,64,
-120,219,99,127,89,207,0,72,0,0,3,44,24,0,130,65,12,0,96,60,
-20,197,99,56,185,1,128,56,0,0,160,56,65,234,246,75,24,0,65,131,
-40,0,193,131,36,0,161,131,42,0,123,168,28,0,97,131,20,0,33,131,
-32,0,129,131,44,0,225,131,52,0,1,128,16,0,1,131,12,0,225,130,
-166,3,8,124,48,0,33,56,32,0,128,78,224,255,33,148,24,0,193,147,
-20,0,161,147,0,0,160,59,120,235,190,127,166,2,8,124,36,0,1,144,
-12,0,97,147,120,35,155,124,58,16,96,87,80,0,27,124,0,0,30,124,
-28,0,225,147,120,27,127,124,16,0,129,147,120,43,188,124,76,0,128,64,
-120,251,228,127,120,219,101,127,120,227,134,127,41,0,96,60,228,2,99,56,
-109,253,255,75,0,0,3,44,44,0,130,65,120,27,125,124,1,0,190,56,
-12,0,128,60,32,197,132,56,205,236,246,75,1,0,222,59,58,16,96,87,
-80,0,27,124,0,0,30,124,188,255,128,65,24,0,193,131,208,0,125,124,
-20,0,161,131,28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,
-166,3,8,124,52,7,99,124,32,0,33,56,32,0,128,78,166,2,8,124,
-4,0,1,144,248,255,33,148,48,135,141,129,0,32,64,61,0,0,0,56,
-12,0,96,57,227,4,140,85,48,135,141,145,0,0,74,57,88,0,138,145,
-92,0,10,144,8,0,106,145,172,4,0,124,12,0,1,128,8,0,33,56,
-166,3,8,124,32,0,128,78,166,2,8,124,4,0,1,144,240,255,33,148,
-8,0,129,56,41,0,96,60,16,3,99,56,255,255,160,56,93,198,0,72,
-121,27,101,124,20,0,130,65,12,0,96,60,44,197,99,56,46,3,128,56,
-209,232,246,75,20,0,1,128,8,0,97,128,16,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-0,32,64,61,0,0,74,57,166,0,224,127,94,4,224,87,36,1,0,124,
-80,0,234,128,72,0,128,57,15,0,0,56,66,0,32,57,80,0,10,144,
-84,0,42,145,80,0,138,145,80,0,10,144,80,0,234,144,172,4,0,124,
-0,128,232,115,166,0,96,125,94,4,107,85,120,67,107,125,36,1,96,125,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-232,255,33,148,166,2,8,124,28,0,1,144,8,0,129,147,120,27,124,124,
-16,0,193,147,120,51,222,124,12,0,161,147,120,43,189,124,191,7,171,87,
-20,0,225,147,120,59,255,124,36,0,130,65,12,0,161,131,20,0,225,131,
-16,0,193,131,8,0,129,131,166,3,8,124,80,1,96,56,24,0,33,56,
-32,0,128,78,40,0,156,137,0,0,12,44,24,0,130,64,120,227,131,127,
-255,255,128,56,45,206,0,72,0,0,3,44,240,255,130,64,36,0,28,129,
-0,0,0,56,42,0,28,176,8,1,224,119,1,0,128,57,41,0,156,153,
-16,0,130,64,141,1,224,87,24,0,130,65,16,0,0,72,141,1,224,87,
-8,0,168,147,8,0,130,65,12,0,168,147,16,0,232,147,0,2,0,56,
-20,0,8,144,4,0,200,147,0,0,168,147,120,227,131,127,189,250,255,75,
-40,0,60,137,0,0,9,44,0,0,0,57,41,0,28,153,40,0,130,64,
-120,227,131,127,97,204,0,72,0,0,3,44,24,0,130,65,12,0,96,60,
-56,197,99,56,185,1,128,56,0,0,160,56,73,231,246,75,12,0,161,131,
-16,0,193,131,20,0,225,131,42,0,124,168,8,0,129,131,28,0,1,128,
-166,3,8,124,24,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,0,0,99,128,149,100,253,75,172,4,0,124,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,120,27,108,124,120,35,131,124,
-0,0,140,128,112,100,253,75,176,255,33,148,60,0,97,147,64,0,129,147,
-12,0,225,145,16,0,1,146,20,0,33,146,24,0,65,146,28,0,97,146,
-32,0,129,146,36,0,161,146,40,0,193,146,44,0,225,146,52,0,33,147,
-56,0,65,147,68,0,161,147,72,0,193,147,76,0,225,147,166,2,8,124,
-84,0,1,144,48,0,1,147,120,27,120,124,8,0,24,136,0,0,0,44,
-120,43,187,124,120,51,220,124,120,83,90,125,120,75,57,125,120,59,255,124,
-120,67,29,125,36,0,130,64,4,0,216,131,120,243,195,127,255,255,128,56,
-181,204,0,72,0,0,3,44,240,255,130,64,1,0,64,57,40,0,94,153,
-9,0,152,137,0,0,128,58,4,232,139,85,193,0,57,87,12,0,224,62,
-120,91,57,127,223,3,54,87,149,2,53,87,129,224,32,111,255,255,160,48,
-16,1,101,126,80,232,212,124,0,2,6,44,120,51,210,124,8,0,129,64,
-0,2,64,58,0,0,22,44,136,0,130,65,0,2,18,44,112,0,128,64,
-0,0,19,44,40,224,224,61,8,0,130,64,36,224,224,61,0,0,0,58,
-3,0,32,58,0,0,26,44,8,0,130,65,41,253,255,75,4,0,120,128,
-120,227,134,127,120,219,101,127,120,123,231,125,137,253,255,75,0,0,26,44,
-120,27,126,124,8,0,130,65,45,247,255,75,0,0,30,44,32,0,130,65,
-120,243,195,127,68,197,151,56,1,0,176,56,225,232,246,75,255,255,49,54,
-1,0,16,58,176,255,130,64,120,195,3,127,120,251,228,127,120,147,69,126,
-105,254,255,75,0,0,0,58,3,0,32,58,0,0,26,44,8,0,130,65,
-189,252,255,75,4,0,120,128,120,227,134,127,120,219,101,127,120,203,39,127,
-29,253,255,75,0,0,26,44,120,27,126,124,8,0,130,65,193,246,255,75,
-0,0,30,44,32,0,130,65,120,243,195,127,68,197,151,56,1,0,176,56,
-117,232,246,75,255,255,49,54,1,0,16,58,176,255,130,64,0,0,21,44,
-20,0,130,65,120,195,3,127,120,251,228,127,120,147,69,126,29,254,255,75,
-20,146,148,126,0,232,20,124,112,254,73,126,20,146,255,127,20,144,123,127,
-20,73,156,127,12,0,128,64,0,0,30,44,204,254,130,65,8,0,152,137,
-0,0,12,44,48,0,130,64,4,0,120,128,0,0,0,56,40,0,3,152,
-209,201,0,72,0,0,3,44,24,0,130,65,12,0,96,60,80,197,99,56,
-185,1,128,56,0,0,160,56,185,228,246,75,56,0,65,131,28,0,97,130,
-32,0,129,130,60,0,97,131,52,0,33,131,24,0,65,130,36,0,161,130,
-64,0,129,131,120,243,195,127,72,0,193,131,48,0,1,131,68,0,161,131,
-40,0,193,130,20,0,33,130,44,0,225,130,76,0,225,131,84,0,1,128,
-16,0,1,130,12,0,225,129,166,3,8,124,80,0,33,56,32,0,128,78,
-166,2,8,124,4,0,1,144,248,255,33,148,77,192,0,72,0,0,3,44,
-28,0,130,65,120,27,101,124,12,0,96,60,92,197,99,56,66,3,128,56,
-53,228,246,75,0,0,3,44,12,0,1,128,8,0,33,56,166,3,8,124,
-32,0,128,78,232,255,33,148,8,0,129,147,16,0,193,147,120,35,158,124,
-166,2,8,124,28,0,1,144,12,0,161,147,120,27,125,124,255,5,160,87,
-20,0,225,147,120,43,191,124,36,0,130,65,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,82,1,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,201,250,255,75,120,27,124,124,120,235,165,127,120,243,199,127,
-120,251,232,127,40,224,32,61,0,0,192,56,120,51,202,124,197,252,255,75,
-120,27,127,124,120,227,131,127,69,255,255,75,120,251,227,127,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,232,255,33,148,8,0,129,147,166,2,8,124,
-28,0,1,144,16,0,193,147,120,35,158,124,12,0,161,147,120,27,125,124,
-255,5,172,87,20,0,225,147,120,43,191,124,32,0,130,65,20,0,225,131,
-16,0,193,131,12,0,161,131,166,3,8,124,82,1,96,56,24,0,33,56,
-32,0,128,78,255,5,224,87,40,0,130,65,20,0,225,131,16,0,193,131,
-12,0,161,131,28,0,1,128,8,0,129,131,83,1,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,253,249,255,75,120,27,124,124,120,235,165,127,
-120,243,199,127,120,251,232,127,1,226,32,61,0,0,192,56,120,51,202,124,
-249,251,255,75,120,27,127,124,120,227,131,127,121,254,255,75,120,251,227,127,
-20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,8,0,129,131,
-166,3,8,124,24,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,48,135,109,129,0,192,128,61,0,32,32,61,12,0,0,56,
-2,0,64,57,0,32,107,97,48,135,109,145,0,0,41,57,88,0,105,145,
-24,0,137,145,28,0,137,145,4,0,9,144,12,0,9,144,92,0,73,145,
-172,4,0,124,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-200,255,33,148,20,0,225,146,24,0,1,147,36,0,97,147,40,0,129,147,
-44,0,161,147,48,0,193,147,52,0,225,147,166,2,8,124,60,0,1,144,
-28,0,33,147,120,43,185,124,32,0,65,147,120,51,218,124,12,0,161,146,
-120,59,245,124,16,0,193,146,120,27,118,124,0,2,96,56,17,45,253,75,
-121,27,119,124,28,1,130,65,2,0,128,59,41,0,224,63,140,2,255,59,
-0,0,0,59,120,195,30,127,20,242,191,127,32,0,29,168,0,0,0,44,
-0,0,96,59,36,0,129,64,100,0,27,44,1,0,123,59,232,0,129,65,
-232,3,96,56,173,213,252,75,32,0,29,168,0,0,0,44,228,255,129,65,
-255,255,156,55,44,0,222,59,1,0,24,59,192,255,130,64,166,0,192,127,
-94,4,204,87,36,1,128,125,0,0,96,56,73,150,253,75,69,248,255,75,
-0,0,21,44,28,0,130,65,48,135,141,129,0,32,160,60,0,32,140,97,
-48,135,141,145,88,0,133,149,172,4,0,124,45,0,195,86,120,187,228,126,
-0,2,160,56,69,253,255,75,190,238,192,86,56,24,0,84,20,2,247,127,
-4,0,223,128,0,0,191,128,120,211,72,127,120,203,39,127,12,0,96,60,
-120,179,196,126,104,197,99,56,17,64,253,75,0,0,255,128,4,0,31,129,
-0,2,160,56,120,202,231,124,0,0,255,144,120,210,8,125,120,187,228,126,
-45,0,195,86,4,0,31,145,149,253,255,75,93,254,255,75,93,150,253,75,
-0,128,201,115,166,0,0,124,94,4,0,84,120,75,0,124,36,1,0,124,
-120,187,227,126,245,43,253,75,44,0,161,131,28,0,33,131,24,0,1,131,
-40,0,129,131,48,0,193,131,32,0,65,131,20,0,225,130,36,0,97,131,
-52,0,225,131,60,0,1,128,16,0,193,130,12,0,161,130,166,3,8,124,
-56,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,
-1,0,96,56,89,239,255,75,120,27,100,124,12,0,96,60,156,197,99,56,
-101,63,253,75,12,0,1,128,8,0,33,56,166,3,8,124,32,0,128,78,
-0,32,64,61,4,0,138,129,43,5,139,85,255,255,11,48,16,89,0,124,
-4,0,106,129,254,175,108,85,0,0,131,153,120,3,3,124,32,0,128,78,
-30,0,0,56,0,32,128,61,0,0,140,57,68,2,12,144,68,2,12,128,
-49,6,11,84,248,255,130,64,32,0,108,129,217,3,107,85,32,0,108,145,
-212,0,12,128,0,128,0,100,212,0,12,144,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,30,0,0,56,12,0,225,147,0,32,224,63,
-0,0,255,59,68,2,31,144,68,2,127,129,49,6,106,85,248,255,130,64,
-2,0,96,60,160,134,99,56,201,211,252,75,31,0,128,57,68,2,159,145,
-68,2,159,129,49,6,128,85,248,255,130,65,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,224,255,33,148,12,0,97,147,
-16,0,129,147,20,0,161,147,24,0,193,147,28,0,225,147,0,32,224,63,
-0,0,255,59,166,2,8,124,36,0,1,144,0,64,0,56,8,0,65,147,
-60,0,31,144,0,16,64,59,28,2,95,147,252,1,159,128,12,0,96,60,
-216,197,99,56,73,62,253,75,1,16,96,59,28,2,127,147,252,1,159,128,
-12,0,96,60,236,197,99,56,49,62,253,75,2,16,128,59,28,2,159,147,
-252,1,159,128,12,0,96,60,0,198,99,56,25,62,253,75,3,16,160,59,
-28,2,191,147,252,1,159,128,12,0,96,60,20,198,99,56,1,62,253,75,
-0,32,192,59,28,2,223,147,252,1,159,128,12,0,96,60,40,198,99,56,
-233,61,253,75,0,8,0,56,28,2,31,144,252,1,159,128,12,0,96,60,
-68,198,99,56,209,61,253,75,1,8,160,56,28,2,191,144,252,1,159,128,
-12,0,96,60,88,198,99,56,185,61,253,75,2,8,192,56,28,2,223,144,
-252,1,159,128,12,0,96,60,108,198,99,56,161,61,253,75,3,8,0,56,
-28,2,31,144,252,1,159,128,12,0,96,60,128,198,99,56,137,61,253,75,
-1,0,64,61,1,128,74,57,60,0,95,145,252,1,159,128,12,0,96,60,
-176,197,99,56,109,61,253,75,60,0,95,147,252,1,159,128,12,0,96,60,
-148,198,99,56,89,61,253,75,60,0,127,147,252,1,159,128,12,0,96,60,
-168,198,99,56,69,61,253,75,60,0,159,147,252,1,159,128,12,0,96,60,
-188,198,99,56,49,61,253,75,60,0,191,147,252,1,159,128,12,0,96,60,
-208,198,99,56,29,61,253,75,60,0,223,147,252,1,159,128,12,0,96,60,
-200,197,99,56,9,61,253,75,244,136,98,56,1,61,253,75,24,0,193,131,
-16,0,129,131,20,0,161,131,28,0,225,131,36,0,1,128,8,0,65,131,
-12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,32,0,3,44,
-1,0,128,61,0,32,96,61,52,40,96,84,0,3,107,57,20,2,43,125,
-0,64,140,57,28,0,137,145,16,0,130,64,4,0,64,61,28,0,73,145,
-32,0,128,78,32,0,3,44,2,0,64,61,12,0,128,64,2,0,64,61,
-2,0,74,57,0,32,96,61,20,2,139,125,28,3,76,145,32,0,128,78,
-35,0,3,136,117,7,0,124,32,0,130,76,0,0,4,44,32,0,130,77,
-35,0,131,152,34,0,3,137,0,0,192,56,116,7,8,125,0,32,0,60,
-0,3,0,48,52,40,7,85,20,2,135,125,28,0,204,144,96,0,64,129,
-1,0,32,57,224,255,232,56,48,56,40,125,120,64,74,125,96,0,64,145,
-4,0,99,129,16,0,99,145,0,0,131,129,20,0,131,145,4,0,195,144,
-0,0,195,144,8,0,195,144,32,0,128,78,232,255,33,148,16,0,193,147,
-20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,120,27,104,124,
-120,67,29,125,34,0,125,136,116,7,99,124,120,35,133,124,17,255,255,75,
-32,0,29,168,0,0,0,44,100,0,130,65,4,0,29,128,0,0,0,44,
-88,0,130,65,32,0,93,169,255,255,74,57,32,0,93,177,4,0,221,131,
-8,0,158,129,0,0,29,128,64,0,12,124,0,0,192,56,8,0,130,65,
-4,0,204,128,4,0,221,144,0,0,224,59,28,0,253,147,120,67,3,125,
-1,0,128,56,13,255,255,75,34,0,125,136,120,243,196,127,120,251,230,127,
-116,7,99,124,217,109,251,75,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,120,251,234,127,
-32,0,106,169,0,0,11,44,64,0,130,65,4,0,138,129,0,0,12,44,
-52,0,130,65,12,0,170,128,80,32,5,124,100,0,0,44,36,0,128,65,
-4,0,106,128,1,0,128,56,233,107,251,75,0,0,3,44,16,0,130,65,
-120,251,227,127,4,2,128,56,237,254,255,75,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,232,255,33,148,8,0,129,147,
-12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,
-166,0,192,127,94,4,192,87,36,1,0,124,248,191,237,131,41,0,160,63,
-2,0,128,59,140,2,189,59,32,0,93,169,0,0,10,44,16,0,129,64,
-120,235,163,127,120,251,228,127,65,255,255,75,255,255,156,55,44,0,189,59,
-224,255,130,64,0,128,203,115,166,0,128,125,94,4,140,85,120,91,140,125,
-36,1,128,125,16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,0,32,128,61,
-0,0,140,57,68,0,140,144,0,32,96,96,64,0,12,144,64,0,12,128,
-165,4,0,84,32,0,130,76,4,0,12,128,107,5,0,84,236,255,130,65,
-32,0,128,78,0,32,128,61,28,7,108,144,32,0,128,78,232,255,33,148,
-166,2,8,124,28,0,1,144,12,0,161,147,120,35,157,124,16,0,193,147,
-120,43,190,124,20,0,225,147,120,27,127,124,20,0,96,56,109,36,253,75,
-0,0,0,56,4,0,3,144,8,0,163,147,12,0,3,144,16,0,195,147,
-0,0,227,147,120,27,127,124,1,0,128,56,4,2,160,60,233,240,255,75,
-120,27,126,124,120,251,227,127,221,37,253,75,28,0,1,128,20,0,225,131,
-12,0,161,131,120,243,195,127,16,0,193,131,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,20,0,225,147,
-120,35,159,124,12,0,161,147,120,43,189,124,16,0,193,147,120,27,126,124,
-20,0,96,56,237,35,253,75,0,0,195,147,0,0,0,56,4,0,3,144,
-12,0,3,144,16,0,163,147,8,0,227,147,120,27,127,124,1,0,128,56,
-136,0,160,60,105,240,255,75,120,27,126,124,120,251,227,127,93,37,253,75,
-28,0,1,128,20,0,225,131,12,0,161,131,120,243,195,127,16,0,193,131,
-166,3,8,124,24,0,33,56,32,0,128,78,208,255,33,148,16,0,1,147,
-20,0,33,147,24,0,65,147,28,0,97,147,32,0,129,147,40,0,193,147,
-44,0,225,147,166,2,8,124,52,0,1,144,36,0,161,147,120,43,189,124,
-12,0,225,146,120,67,23,125,0,0,183,128,0,0,5,44,120,75,57,125,
-120,59,255,124,120,27,124,124,120,51,222,124,12,0,130,65,4,0,5,44,
-60,0,129,64,24,0,65,131,40,0,193,131,36,0,161,131,20,0,33,131,
-28,0,97,131,44,0,225,131,32,0,129,131,16,0,1,131,52,0,1,128,
-12,0,225,130,81,1,96,56,166,3,8,124,48,0,33,56,32,0,128,78,
-191,7,186,87,1,0,26,40,12,0,96,63,24,0,128,65,40,0,130,65,
-3,0,26,40,52,0,128,65,68,0,130,65,84,0,0,72,20,42,26,124,
-4,0,0,44,15,0,0,59,108,0,129,64,96,0,0,72,20,42,26,124,
-4,0,0,44,14,0,0,59,88,0,129,64,76,0,0,72,20,42,26,124,
-4,0,0,44,12,0,0,59,68,0,129,64,56,0,0,72,20,42,26,124,
-4,0,0,44,8,0,0,59,48,0,129,64,36,0,0,72,228,198,123,56,
-120,211,69,127,245,5,128,56,41,217,246,75,0,0,183,128,20,42,26,124,
-4,0,0,44,12,0,129,64,4,0,186,32,0,0,183,144,1,0,5,40,
-188,0,128,65,28,0,130,65,3,0,5,40,60,0,128,65,96,0,130,65,
-4,0,5,40,128,0,130,65,160,0,0,72,40,0,28,136,0,0,0,44,
-15,0,0,56,1,0,96,57,48,208,104,125,56,64,24,127,120,192,9,124,
-38,96,56,85,168,0,130,65,184,0,0,72,40,0,28,136,0,0,0,44,
-15,0,0,56,3,0,96,57,48,208,104,125,56,64,24,127,120,192,9,124,
-38,96,56,85,128,0,130,65,144,0,0,72,40,0,28,136,0,0,0,44,
-15,0,0,56,7,0,96,57,48,208,104,125,56,64,24,127,120,192,9,124,
-38,96,56,85,88,0,130,65,104,0,0,72,40,0,28,136,0,0,0,44,
-15,0,96,57,48,208,104,125,56,64,24,127,120,192,105,125,38,96,56,85,
-52,0,130,65,68,0,0,72,228,198,123,56,9,6,128,56,69,216,246,75,
-40,0,28,136,0,0,0,44,48,208,104,125,15,0,0,56,56,64,24,127,
-120,192,9,124,38,96,56,85,24,0,130,64,120,227,131,127,255,255,128,56,
-105,190,0,72,0,0,3,44,240,255,130,64,0,0,160,56,42,0,188,176,
-1,0,192,56,41,0,220,152,120,227,131,127,213,234,255,75,0,0,3,44,
-188,0,130,64,36,0,220,128,0,0,25,44,0,2,0,56,128,16,224,60,
-20,0,6,144,8,0,130,65,4,16,224,60,0,0,25,44,16,0,230,144,
-0,7,0,56,8,0,130,65,0,6,0,56,0,0,25,44,120,3,10,127,
-12,0,70,145,20,0,130,64,0,0,191,128,56,24,76,87,48,96,160,124,
-8,0,6,144,4,0,198,147,59,0,171,87,0,0,102,145,40,0,0,72,
-42,0,28,168,0,0,0,44,28,0,130,65,40,0,188,136,0,0,5,44,
-0,0,0,56,41,0,28,152,80,0,130,65,112,0,0,72,41,0,60,137,
-0,0,9,44,212,255,130,64,252,192,77,137,0,0,10,44,200,255,130,64,
-0,0,25,44,24,0,130,65,0,32,128,61,104,0,140,129,56,24,75,87,
-48,92,140,125,0,0,159,145,40,0,188,136,0,0,5,44,0,0,0,56,
-41,0,28,152,40,0,130,64,120,227,131,127,25,188,0,72,0,0,3,44,
-24,0,130,65,12,0,96,60,240,198,99,56,185,1,128,56,0,0,160,56,
-1,215,246,75,24,0,65,131,40,0,193,131,36,0,161,131,20,0,33,131,
-28,0,97,131,42,0,124,168,32,0,129,131,44,0,225,131,52,0,1,128,
-16,0,1,131,12,0,225,130,166,3,8,124,48,0,33,56,32,0,128,78,
-200,255,33,148,166,2,8,124,60,0,1,144,24,0,1,147,120,51,216,124,
-36,0,97,147,120,27,123,124,191,7,106,87,255,5,0,87,0,0,10,44,
-20,0,225,146,28,0,33,147,32,0,65,147,44,0,161,147,48,0,193,147,
-40,0,129,147,120,35,156,124,52,0,225,147,120,43,191,124,12,0,130,64,
-0,0,0,44,172,0,130,65,0,0,24,44,8,0,225,58,12,0,161,59,
-0,0,64,59,41,0,32,63,196,0,129,64,4,0,24,44,120,195,10,127,
-0,0,93,147,8,0,129,64,4,0,64,57,121,83,76,125,0,0,87,145,
-255,255,234,56,44,0,129,64,120,211,64,127,166,3,137,125,20,58,191,124,
-1,0,165,56,46,64,0,84,0,0,29,144,255,255,197,140,120,51,0,124,
-0,0,29,144,236,255,0,66,228,2,121,56,120,219,101,127,120,227,134,127,
-120,235,167,127,120,187,232,126,0,0,32,57,181,251,255,75,121,27,126,124,
-84,0,130,64,0,0,87,129,81,192,10,127,20,82,255,127,112,254,73,125,
-20,80,123,127,20,73,156,127,120,255,129,65,52,0,0,72,193,236,255,75,
-120,27,125,124,120,219,101,127,120,227,134,127,120,251,231,127,120,195,8,127,
-129,224,32,61,0,0,64,57,189,238,255,75,120,27,126,124,120,235,163,127,
-61,241,255,75,120,243,195,127,48,0,193,131,40,0,129,131,44,0,161,131,
-32,0,65,131,28,0,33,131,36,0,97,131,52,0,225,131,60,0,1,128,
-24,0,1,131,20,0,225,130,166,3,8,124,56,0,33,56,32,0,128,78,
-224,255,33,148,24,0,193,147,166,2,8,124,36,0,1,144,12,0,97,147,
-120,27,123,124,16,0,129,147,120,35,156,124,20,0,161,147,120,43,189,124,
-28,0,225,147,120,51,223,124,41,236,255,75,120,27,126,124,120,219,101,127,
-120,227,134,127,120,235,167,127,120,251,232,127,36,224,32,61,0,0,64,57,
-37,238,255,75,120,27,127,124,120,243,195,127,165,240,255,75,120,251,227,127,
-28,0,225,131,16,0,129,131,24,0,193,131,36,0,1,128,12,0,97,131,
-20,0,161,131,166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,
-20,0,161,147,28,0,225,147,166,2,8,124,36,0,1,144,12,0,97,147,
-120,35,155,124,24,0,193,147,120,27,126,124,255,5,203,87,16,0,129,147,
-120,43,188,124,32,0,130,65,24,0,193,131,16,0,129,131,12,0,97,131,
-166,3,8,124,82,1,96,56,32,0,33,56,32,0,128,78,255,5,128,87,
-44,0,130,65,20,0,161,131,28,0,225,131,24,0,193,131,16,0,129,131,
-36,0,1,128,12,0,97,131,83,1,96,56,166,3,8,124,32,0,33,56,
-32,0,128,78,96,239,96,60,28,7,99,56,0,0,99,128,254,191,96,84,
-1,0,31,104,62,6,255,87,57,235,255,75,120,27,125,124,120,243,197,127,
-0,0,192,56,120,219,103,127,120,227,136,127,120,251,234,127,1,226,32,61,
-53,237,255,75,120,27,127,124,120,235,163,127,181,239,255,75,120,251,227,127,
-28,0,225,131,20,0,161,131,24,0,193,131,36,0,1,128,16,0,129,131,
-12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,232,255,33,148,
-0,0,3,44,8,0,129,147,12,0,161,147,16,0,193,147,20,0,225,147,
-166,2,8,124,28,0,1,144,164,1,130,65,22,2,3,40,32,0,128,64,
-17,2,3,40,136,0,130,65,18,2,3,40,164,0,130,65,21,2,3,40,
-80,0,130,65,128,1,0,72,23,2,3,40,180,0,128,65,32,1,130,65,
-32,16,3,40,108,1,130,64,166,0,192,124,94,4,200,84,36,1,0,125,
-1,0,96,56,197,127,247,75,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-1,0,160,56,252,192,173,152,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-53,227,255,75,16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,145,226,255,75,
-16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,
-166,3,8,124,24,0,33,56,32,0,128,78,5,76,253,75,0,193,45,129,
-1,0,128,59,112,254,106,124,248,29,104,84,20,66,41,125,0,193,45,145,
-191,6,75,85,20,26,139,125,51,0,128,85,80,24,160,124,32,0,69,57,
-48,80,139,127,120,75,35,125,32,0,229,32,48,60,137,127,120,75,102,125,
-48,40,133,127,120,227,135,127,69,240,255,75,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,149,75,253,75,0,193,45,129,1,0,160,56,112,254,106,124,
-248,29,96,84,20,2,41,125,0,193,45,145,255,6,75,85,20,26,139,125,
-53,0,128,85,80,24,224,124,120,75,35,125,32,0,39,33,48,76,171,124,
-32,0,135,57,48,96,160,124,120,91,31,124,48,56,165,124,120,251,166,124,
-1,0,224,56,209,239,255,75,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-224,255,33,148,12,0,97,147,166,2,8,124,36,0,1,144,16,0,129,147,
-0,32,128,63,0,0,156,59,20,0,161,147,4,0,160,63,24,0,193,147,
-4,0,192,63,158,46,222,59,28,0,225,147,128,0,224,59,188,0,0,72,
-255,183,106,87,48,0,130,65,0,4,0,56,4,0,28,144,44,135,205,168,
-0,0,6,44,20,0,130,64,253,227,255,75,255,175,108,87,28,0,130,65,
-20,0,0,72,1,0,96,57,61,135,109,153,255,175,108,87,8,0,130,65,
-89,226,255,75,255,199,96,87,12,0,130,65,0,1,160,56,8,0,188,144,
-255,119,96,87,16,0,130,65,3,0,224,56,88,2,252,144,4,0,188,147,
-255,207,104,87,12,0,130,65,189,144,253,75,4,0,252,147,255,231,105,87,
-8,0,130,65,13,75,251,75,255,191,107,87,8,0,130,65,197,224,255,75,
-255,255,108,87,8,0,130,65,57,225,255,75,255,247,103,87,12,0,130,64,
-255,239,96,87,8,0,130,65,145,225,255,75,255,159,105,87,8,0,130,65,
-1,224,255,75,4,0,124,131,57,216,192,127,64,255,130,64,172,4,0,124,
-20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,
-12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,28,0,132,129,
-8,1,135,117,40,0,99,129,16,0,130,64,141,1,128,85,36,0,130,65,
-20,0,0,72,16,0,4,129,141,1,128,85,8,0,11,145,16,0,130,65,
-20,0,4,128,12,0,11,144,0,193,13,144,24,0,4,128,28,0,67,129,
-132,0,135,117,20,2,74,125,28,0,67,145,16,0,139,145,40,0,130,65,
-204,136,13,137,0,0,8,44,20,0,11,144,12,0,130,65,12,0,36,129,
-4,0,43,145,8,0,68,129,0,0,75,145,32,0,128,78,24,0,11,144,
-32,0,128,78,232,255,33,148,8,0,129,147,16,0,193,147,166,2,8,124,
-28,0,1,144,12,0,161,147,20,0,225,147,120,27,127,124,120,251,253,127,
-8,0,221,131,34,0,189,136,0,0,128,59,172,4,0,124,36,0,191,128,
-28,0,165,128,6,0,0,57,254,198,165,84,166,3,9,125,1,0,0,56,
-0,0,224,56,48,56,12,124,57,96,166,124,12,0,130,65,1,0,231,56,
-240,255,0,66,5,0,199,32,0,0,61,129,64,72,30,124,44,1,130,65,
-4,0,222,131,38,0,94,137,2,0,10,44,16,1,130,64,1,0,6,44,
-152,0,130,64,172,4,0,124,36,0,127,129,28,0,43,129,6,0,192,56,
-0,0,64,57,254,198,41,85,166,3,201,124,1,0,96,57,48,80,108,125,
-57,96,32,125,12,0,130,65,1,0,74,57,240,255,0,66,5,0,202,32,
-1,0,6,44,88,0,130,64,28,0,253,128,24,0,94,129,20,82,167,124,
-255,5,172,84,68,0,130,65,40,0,223,128,4,0,32,61,2,0,41,57,
-28,0,38,145,96,0,224,128,24,0,31,129,120,67,231,124,96,0,224,144,
-16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,
-166,3,8,124,24,0,33,56,32,0,128,78,0,0,6,44,44,0,130,65,
-8,0,221,147,120,251,227,127,120,243,196,127,77,254,255,75,0,0,61,129,
-64,72,30,124,255,255,198,56,1,0,156,59,44,255,130,64,80,0,0,72,
-40,0,223,128,4,0,32,61,2,0,41,57,28,0,38,145,96,0,224,128,
-24,0,31,129,120,67,231,124,96,0,224,144,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,4,0,61,129,64,72,30,124,208,254,130,65,0,0,28,44,
-32,0,129,64,40,0,95,129,0,0,96,57,28,0,106,145,24,0,159,129,
-96,0,0,128,120,96,0,124,96,0,0,144,16,0,193,131,20,0,225,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-8,0,193,147,120,27,126,124,4,0,254,131,0,0,31,44,124,0,130,65,
-8,0,63,129,32,0,222,168,255,255,198,56,32,0,222,176,0,0,254,128,
-64,56,9,124,28,0,130,64,0,0,0,57,4,0,30,145,4,0,158,129,
-0,0,12,44,52,0,130,65,44,0,0,72,4,0,9,128,4,0,30,144,
-8,0,30,144,248,191,77,129,0,0,96,57,12,0,94,145,28,0,126,145,
-4,0,158,129,0,0,12,44,8,0,130,65,161,253,255,75,34,0,126,136,
-0,0,160,56,120,251,228,127,116,7,99,124,120,43,166,124,29,95,251,75,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,0,32,128,61,0,0,140,57,40,0,0,56,166,3,9,124,
-96,0,12,128,100,0,12,128,248,255,0,66,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,0,32,224,63,0,0,255,59,
-12,0,96,60,8,199,99,56,25,137,252,75,120,129,173,136,117,7,165,124,
-40,0,130,64,12,0,96,60,20,199,99,56,1,137,252,75,16,39,96,56,
-77,193,252,75,141,16,224,60,0,120,231,56,24,0,255,144,176,0,0,72,
-1,0,5,44,64,0,130,64,12,0,96,60,32,199,99,56,213,136,252,75,
-188,131,96,61,8,72,107,57,204,0,127,145,188,3,64,61,8,72,74,57,
-204,0,95,145,16,39,96,56,9,193,252,75,141,16,224,60,0,120,231,56,
-24,0,255,144,108,0,0,72,2,0,5,44,64,0,130,64,12,0,96,60,
-44,199,99,56,145,136,252,75,188,131,0,60,10,67,0,96,204,0,31,144,
-188,3,128,61,10,67,140,57,204,0,159,145,16,39,96,56,197,192,252,75,
-141,16,224,60,0,120,231,56,24,0,255,144,40,0,0,72,12,0,96,60,
-252,198,99,56,90,11,128,56,189,204,246,75,16,39,96,56,157,192,252,75,
-141,16,224,60,0,120,231,56,24,0,255,144,0,0,0,57,35,0,224,56,
-120,67,3,125,161,238,255,75,255,255,231,52,1,0,8,57,240,255,130,64,
-197,254,255,75,141,16,0,60,0,120,0,96,28,0,31,144,241,219,255,75,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,0,32,224,63,
-0,0,255,59,12,0,96,60,104,199,99,56,29,43,253,75,84,0,159,128,
-12,0,96,60,56,199,99,56,13,43,253,75,80,0,159,128,12,0,96,60,
-72,199,99,56,253,42,253,75,88,0,159,128,12,0,96,60,88,199,99,56,
-237,42,253,75,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,172,235,255,75,216,255,33,148,24,0,129,147,28,0,161,147,
-32,0,193,147,36,0,225,147,166,2,8,124,44,0,1,144,12,0,33,147,
-120,27,121,124,16,0,65,147,120,43,186,124,191,7,75,87,0,0,128,57,
-121,91,140,125,20,0,97,147,120,51,219,124,12,0,130,65,80,1,224,59,
-80,0,0,72,9,0,25,136,3,0,192,59,0,0,160,59,4,232,0,84,
-36,128,28,100,4,0,121,128,120,219,102,127,120,211,69,127,120,227,135,127,
-65,227,255,75,121,27,127,124,32,0,130,65,1,0,189,56,12,0,128,60,
-156,200,132,56,169,206,246,75,255,255,222,55,1,0,189,59,204,255,130,64,
-20,0,97,131,28,0,161,131,120,251,227,127,36,0,225,131,24,0,129,131,
-32,0,193,131,44,0,1,128,16,0,65,131,12,0,33,131,166,3,8,124,
-40,0,33,56,32,0,128,78,224,255,33,148,12,0,97,147,16,0,129,147,
-24,0,193,147,28,0,225,147,166,2,8,124,36,0,1,144,20,0,161,147,
-120,27,125,124,40,0,29,136,0,0,0,44,120,43,191,124,120,35,158,124,
-24,0,130,64,120,235,163,127,255,255,128,56,61,177,0,72,0,0,3,44,
-240,255,130,64,0,0,0,56,42,0,29,176,1,0,0,56,41,0,29,152,
-0,2,96,63,16,0,158,131,112,78,135,127,81,248,231,127,12,0,128,64,
-44,72,224,87,20,2,156,127,120,235,163,127,141,221,255,75,0,0,3,44,
-44,0,130,64,36,0,61,129,16,0,105,147,12,0,30,128,0,0,31,44,
-12,0,9,144,20,0,222,59,24,0,137,147,188,255,129,65,120,235,163,127,
-189,221,255,75,40,0,29,136,0,0,0,44,0,0,0,56,41,0,29,152,
-40,0,130,64,120,235,163,127,97,175,0,72,0,0,3,44,24,0,130,65,
-12,0,96,60,168,200,99,56,185,1,128,56,0,0,160,56,73,202,246,75,
-42,0,125,168,20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,
-16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,
-0,0,100,129,0,0,11,44,12,0,130,65,0,0,96,56,32,0,128,78,
-4,0,99,128,0,0,3,44,1,0,0,56,0,0,4,144,32,0,130,77,
-4,0,67,129,0,0,192,56,0,0,197,144,28,0,138,129,132,0,136,117,
-255,255,40,49,16,65,233,124,254,7,230,80,254,47,137,85,8,3,140,117,
-255,255,12,48,16,97,96,125,188,15,102,81,122,23,38,81,0,0,197,144,
-32,0,128,78,120,27,106,124,32,0,10,169,1,0,8,57,32,0,10,177,
-4,0,42,129,0,0,9,44,24,0,130,65,0,0,106,129,4,0,139,144,
-8,0,4,128,0,0,10,144,48,249,255,75,4,0,138,144,8,0,138,144,
-0,0,128,57,28,0,138,145,8,0,4,128,0,0,10,144,20,249,255,75,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,166,0,224,127,
-94,4,224,87,36,1,0,124,120,27,108,124,35,0,172,136,117,7,165,124,
-60,0,130,65,0,0,192,56,35,0,204,152,16,0,236,128,4,0,236,144,
-16,0,12,129,8,0,12,145,20,0,44,129,0,0,44,145,28,0,204,144,
-16,0,204,144,32,0,140,169,0,0,12,44,8,0,129,64,177,248,255,75,
-0,128,224,115,166,0,64,125,94,4,74,85,120,3,74,125,36,1,64,125,
-20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,8,0,36,129,
-28,0,73,129,120,27,104,124,0,16,74,101,28,0,73,145,166,0,224,127,
-94,4,235,87,36,1,96,125,35,0,40,137,117,7,41,125,32,0,104,169,
-100,0,130,65,1,0,11,56,32,0,8,176,16,0,72,129,0,0,10,44,
-44,0,130,65,20,0,136,129,4,0,140,144,8,0,68,129,0,128,224,115,
-20,0,72,145,166,0,32,125,94,4,41,85,120,3,41,125,36,1,32,125,
-216,0,0,72,16,0,136,144,8,0,68,129,0,128,224,115,20,0,72,145,
-166,0,32,125,94,4,41,85,120,3,41,125,36,1,32,125,180,0,0,72,
-0,0,11,44,1,0,107,57,32,0,104,177,76,0,130,64,8,0,4,128,
-0,0,8,144,4,0,136,144,4,0,100,129,8,0,104,145,248,191,141,129,
-0,0,0,56,12,0,136,145,28,0,8,144,8,0,136,128,45,247,255,75,
-169,247,255,75,0,128,224,115,166,0,32,125,94,4,41,85,120,3,41,125,
-36,1,32,125,92,0,0,72,34,0,136,137,4,0,8,128,0,0,0,44,
-36,0,130,64,4,0,136,144,8,0,136,144,0,0,64,57,28,0,72,145,
-8,0,36,129,0,0,40,145,101,247,255,75,24,0,0,72,0,0,136,129,
-4,0,140,144,8,0,36,129,0,0,40,145,77,247,255,75,0,128,224,115,
-166,0,32,125,94,4,41,85,120,3,41,125,36,1,32,125,20,0,1,128,
-12,0,225,131,16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,120,251,228,127,
-41,0,96,60,64,3,99,56,8,0,193,147,2,0,192,63,0,192,222,59,
-120,243,197,127,205,68,253,75,4,193,109,56,20,242,159,124,4,0,160,56,
-189,68,253,75,12,0,225,131,20,0,1,128,4,0,126,56,8,0,193,131,
-166,3,8,124,16,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,41,0,128,60,64,3,132,56,
-8,0,193,147,2,0,192,63,0,192,222,59,120,243,197,127,113,68,253,75,
-20,242,127,124,4,193,141,56,4,0,160,56,97,68,253,75,12,0,225,131,
-20,0,1,128,4,0,126,56,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,166,0,128,125,94,4,139,85,36,1,96,125,4,193,109,129,
-4,193,109,144,60,0,99,145,0,128,140,113,0,0,0,56,44,0,3,144,
-166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,41,0,224,63,
-64,3,255,59,120,251,227,127,0,0,128,56,2,0,160,60,0,192,165,56,
-77,193,246,75,64,0,159,57,255,6,0,56,166,3,9,124,252,255,140,145,
-64,0,140,57,248,255,0,66,2,0,159,61,0,0,64,57,252,191,76,145,
-4,193,237,147,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,166,0,128,125,94,4,128,85,36,1,0,124,8,0,67,169,
-255,255,74,57,53,7,74,125,8,0,67,177,100,0,130,65,0,0,99,129,
-64,88,4,124,32,0,130,64,60,0,4,128,0,0,3,144,56,0,100,129,
-60,0,11,144,60,0,68,129,56,0,106,145,60,0,0,72,4,0,3,128,
-64,0,4,124,56,0,100,129,24,0,130,65,60,0,4,128,60,0,11,144,
-60,0,68,129,56,0,106,145,24,0,0,72,4,0,99,145,60,0,4,128,
-60,0,11,144,60,0,68,129,56,0,106,145,0,128,128,113,166,0,64,125,
-94,4,74,85,120,3,74,125,36,1,64,125,32,0,128,78,166,0,192,124,
-94,4,202,84,36,1,64,125,8,0,131,169,0,0,12,44,52,0,130,64,
-0,0,131,144,4,0,131,144,56,0,132,144,60,0,132,144,1,0,12,56,
-8,0,3,176,0,128,199,112,166,0,32,125,94,4,41,85,120,59,41,125,
-36,1,32,125,32,0,128,78,4,0,99,129,60,0,11,129,64,88,4,124,
-20,0,130,65,56,0,100,145,60,0,139,144,60,0,4,145,56,0,136,144,
-4,0,131,144,1,0,12,56,8,0,3,176,0,128,199,112,166,0,32,125,
-94,4,41,85,120,59,41,125,36,1,32,125,32,0,128,78,0,0,128,57,
-0,0,131,145,4,0,131,145,8,0,131,177,32,0,128,78,216,255,33,148,
-166,2,8,124,44,0,1,144,20,0,97,147,120,27,123,124,28,0,161,147,
-120,43,189,124,32,0,193,147,120,51,222,124,24,0,129,147,120,59,252,124,
-16,0,65,147,8,0,65,59,36,0,225,147,0,0,224,63,208,71,127,56,
-120,211,68,127,255,255,160,56,17,162,0,72,0,0,3,44,236,255,130,64,
-197,78,0,61,79,236,8,57,22,232,8,124,8,0,97,128,0,0,96,57,
-190,240,0,84,12,0,99,145,58,16,7,84,80,0,7,124,58,16,231,84,
-20,2,7,124,80,232,160,124,166,0,224,127,94,4,224,87,36,1,0,124,
-58,16,169,84,46,72,155,125,0,0,12,44,140,0,130,65,4,0,108,129,
-64,240,11,124,0,0,76,129,104,0,130,64,64,232,10,124,96,0,130,64,
-16,0,12,136,116,7,0,124,64,0,28,124,12,0,130,64,3,0,28,44,
-72,0,130,64,17,160,0,72,0,128,229,115,166,0,192,124,94,4,198,84,
-120,43,198,124,36,1,192,124,24,0,129,131,32,0,193,131,36,0,225,131,
-28,0,161,131,20,0,97,131,44,0,1,128,16,0,65,131,0,0,96,56,
-166,3,8,124,40,0,33,56,32,0,128,78,12,0,12,128,0,0,0,44,
-72,0,130,65,121,3,12,124,124,255,130,64,46,73,123,124,0,0,128,57,
-8,0,131,145,0,0,163,147,16,0,131,155,58,0,251,168,18,0,227,152,
-0,128,233,115,4,0,195,147,19,0,163,152,166,0,64,125,94,4,74,85,
-120,75,74,125,36,1,64,125,56,0,0,72,12,0,108,144,8,0,131,145,
-0,0,163,147,16,0,131,155,58,0,251,168,18,0,227,152,0,128,233,115,
-4,0,195,147,19,0,163,152,166,0,64,125,94,4,74,85,120,75,74,125,
-36,1,64,125,32,0,193,131,24,0,129,131,28,0,161,131,36,0,225,131,
-44,0,1,128,20,0,97,131,16,0,65,131,166,3,8,124,40,0,33,56,
-32,0,128,78,166,0,96,125,94,4,106,85,36,1,64,125,8,0,131,129,
-12,0,195,128,0,0,12,44,72,0,130,64,18,0,3,136,19,0,163,136,
-0,0,6,44,116,7,0,124,0,0,64,61,54,32,9,84,0,72,74,57,
-80,72,0,124,116,7,165,124,58,16,165,84,58,16,0,84,20,2,42,125,
-46,73,197,124,32,0,130,65,0,0,128,57,8,0,134,145,20,0,0,72,
-0,0,6,44,12,0,204,144,8,0,130,65,8,0,134,145,0,128,103,113,
-166,0,0,125,94,4,8,85,120,59,8,125,36,1,0,125,156,158,0,72,
-166,2,8,124,4,0,1,144,248,255,33,148,3,0,224,56,169,253,255,75,
-0,0,3,44,24,0,130,64,12,0,1,128,8,0,33,56,166,3,8,124,
-1,0,96,56,32,0,128,78,73,255,255,75,12,0,1,128,8,0,33,56,
-166,3,8,124,0,0,96,56,32,0,128,78,192,255,33,148,60,0,225,147,
-166,2,8,124,68,0,1,144,44,0,97,147,120,27,123,124,48,0,129,147,
-120,43,188,124,52,0,161,147,120,51,221,124,56,0,193,147,120,59,254,124,
-65,253,255,75,0,0,3,44,140,0,130,64,124,196,109,128,36,0,65,57,
-32,0,33,57,28,0,1,57,12,0,225,56,24,0,193,56,20,0,161,56,
-40,0,97,57,16,0,129,56,8,0,97,145,157,197,252,75,0,0,3,44,
-24,0,130,65,12,0,96,60,164,216,99,56,58,1,128,56,0,0,160,56,
-213,193,246,75,12,0,225,59,120,219,99,127,120,227,133,127,120,235,166,127,
-120,243,199,127,217,252,255,75,0,0,3,44,36,0,130,64,0,0,31,128,
-13,0,0,44,16,0,130,65,1,0,96,56,161,227,252,75,208,255,255,75,
-105,169,0,72,200,255,255,75,52,0,161,131,56,0,193,131,60,0,225,131,
-68,0,1,128,48,0,129,131,44,0,97,131,166,3,8,124,64,0,33,56,
-32,0,128,78,52,0,132,129,64,24,12,124,12,0,130,65,51,1,96,56,
-32,0,128,78,58,0,4,168,36,0,0,44,12,0,128,65,48,1,96,56,
-32,0,128,78,56,0,132,169,0,0,12,44,12,0,130,65,49,1,96,56,
-32,0,128,78,252,255,100,57,13,0,0,56,166,3,9,124,4,0,11,132,
-0,0,0,44,12,0,130,65,50,1,96,56,32,0,128,78,236,255,0,66,
-1,0,96,57,56,0,100,177,0,0,96,56,32,0,128,78,120,27,96,124,
-0,0,96,56,166,0,192,124,94,4,204,84,36,1,128,125,120,27,104,124,
-0,0,64,61,0,72,74,57,120,27,107,124,120,83,73,125,56,0,137,169,
-1,0,12,44,64,0,130,64,120,75,35,125,0,0,0,57,252,255,233,56,
-56,0,105,177,52,0,9,144,13,0,0,56,166,3,9,124,4,0,7,149,
-252,255,0,66,0,128,192,112,166,0,224,124,94,4,231,84,120,3,231,124,
-36,1,224,124,32,0,128,78,1,0,8,57,36,0,8,44,60,0,74,57,
-168,255,128,65,0,128,192,112,166,0,224,124,94,4,231,84,120,3,231,124,
-36,1,224,124,32,0,128,78,0,0,96,57,0,0,128,61,0,72,140,57,
-1,0,64,57,36,0,0,56,166,3,9,124,56,0,76,177,58,0,108,177,
-60,0,140,57,1,0,107,57,240,255,0,66,32,0,128,78,240,255,33,148,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,212,192,109,56,
-8,0,128,56,0,0,160,56,41,159,0,72,20,0,1,128,1,0,127,136,
-12,0,225,131,116,7,99,124,166,3,8,124,16,0,33,56,32,0,128,78,
-224,255,33,148,20,0,161,147,24,0,193,147,28,0,225,147,166,2,8,124,
-36,0,1,144,220,168,237,128,1,0,231,56,220,168,237,144,201,227,255,75,
-9,128,141,137,0,0,192,59,116,7,140,125,0,96,30,124,248,191,173,131,
-18,0,224,63,48,113,255,59,40,0,128,64,120,251,227,127,120,235,164,127,
-209,18,247,75,9,128,141,137,116,7,140,125,1,0,222,59,0,96,30,124,
-4,4,255,59,224,255,128,65,220,168,237,131,189,120,0,72,0,0,3,44,
-20,0,130,65,160,193,109,56,4,0,128,56,0,0,160,56,129,158,0,72,
-237,119,0,72,0,0,3,44,20,0,130,65,212,192,109,56,128,0,128,60,
-0,0,160,56,101,158,0,72,205,204,96,61,205,204,107,57,22,248,107,125,
-190,240,107,85,58,16,108,85,20,90,108,125,81,248,11,124,140,0,130,64,
-166,0,192,124,94,4,192,84,36,1,0,124,216,168,141,129,246,110,64,61,
-77,222,74,57,5,0,12,57,22,64,234,124,9,0,0,60,128,58,0,96,
-190,116,231,84,214,1,231,124,228,168,109,129,5,0,107,57,0,128,201,112,
-228,168,109,145,80,64,7,124,216,168,13,144,166,0,0,124,94,4,0,84,
-120,75,0,124,36,1,0,124,5,0,96,56,21,117,0,72,1,0,3,44,
-36,0,130,64,2,0,96,57,12,0,97,145,0,0,160,56,8,0,161,144,
-8,0,129,56,36,0,96,60,180,157,99,56,141,208,252,75,129,128,32,61,
-129,128,41,57,22,248,201,124,254,201,198,84,46,64,199,84,80,56,198,124,
-81,248,6,124,64,0,130,64,196,136,13,161,190,231,9,85,3,0,9,44,
-44,0,130,64,224,168,77,129,0,0,10,44,24,0,130,65,212,192,109,56,
-1,0,128,60,16,128,132,56,0,0,160,56,109,157,0,72,0,1,96,56,
-237,176,252,75,89,187,250,75,46,194,0,61,7,69,8,57,22,248,136,125,
-62,132,140,85,1,0,0,60,128,81,0,96,214,1,140,125,81,248,108,125,
-20,0,130,64,196,136,13,160,181,6,0,84,8,0,130,65,157,91,247,75,
-28,0,225,131,36,0,1,128,24,0,193,131,20,0,161,131,166,3,8,124,
-32,0,33,56,32,0,128,78,224,255,33,148,24,0,193,147,28,0,225,147,
-166,2,8,124,36,0,1,144,20,0,161,147,120,27,125,124,0,0,125,137,
-36,0,224,63,12,0,193,59,117,7,107,125,0,0,0,56,1,0,29,152,
-156,0,130,64,8,0,193,56,212,192,109,56,40,0,128,56,1,0,160,56,
-255,255,224,56,221,160,0,72,8,0,33,129,181,6,39,85,108,0,130,65,
-68,157,127,56,120,243,196,127,0,0,160,56,177,202,252,75,0,0,3,44,
-84,0,130,64,4,0,30,136,116,7,0,124,1,0,0,40,40,0,130,64,
-0,0,126,128,0,0,3,44,52,0,130,65,240,13,131,129,12,0,12,128,
-3,0,128,56,166,3,9,124,33,4,128,78,184,255,255,75,12,0,96,60,
-124,219,99,56,51,11,128,56,0,0,160,56,65,189,246,75,0,0,3,44,
-156,255,255,75,0,0,125,137,117,7,107,125,108,255,130,65,2,0,128,57,
-1,0,157,153,28,0,225,131,36,0,1,128,24,0,193,131,20,0,161,131,
-166,3,8,124,32,0,33,56,32,0,128,78,208,252,255,75,232,255,33,148,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,
-120,27,125,124,0,0,157,137,0,0,64,57,16,0,224,63,117,7,140,125,
-8,0,193,59,1,0,93,153,8,0,255,59,56,0,130,64,120,243,198,127,
-212,192,109,56,120,251,228,127,1,0,160,56,255,255,224,56,225,159,0,72,
-0,0,30,128,215,2,0,84,8,0,130,65,209,98,247,75,0,0,157,137,
-117,7,140,125,208,255,130,65,2,0,0,56,1,0,29,152,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,16,0,193,147,20,0,225,147,166,2,8,124,
-28,0,1,144,12,0,161,147,120,27,125,124,0,0,157,137,0,1,224,63,
-8,0,193,59,117,7,140,125,0,0,64,57,1,0,93,153,56,0,130,64,
-120,243,198,127,212,192,109,56,120,251,228,127,1,0,160,56,255,255,224,56,
-81,159,0,72,0,0,30,128,207,1,0,84,8,0,130,65,129,23,249,75,
-0,0,157,137,117,7,140,125,208,255,130,65,2,0,0,56,1,0,29,152,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,160,255,33,148,40,0,65,146,44,0,97,146,
-48,0,129,146,52,0,161,146,84,0,161,147,88,0,193,147,166,2,8,124,
-100,0,1,144,76,0,97,147,120,27,123,124,80,0,129,147,120,35,156,124,
-60,0,225,146,0,0,224,58,56,0,193,146,16,0,192,58,64,0,1,147,
-248,193,13,59,68,0,33,147,32,0,33,59,92,0,225,147,0,0,224,63,
-72,0,65,147,36,0,65,59,68,71,127,56,255,255,128,56,61,149,0,72,
-0,0,3,44,240,255,130,64,16,0,23,40,0,0,192,59,8,0,128,64,
-8,0,216,131,0,0,30,44,0,0,128,58,0,0,153,146,160,1,130,65,
-104,0,62,129,156,1,105,129,120,243,195,127,120,203,36,127,166,3,105,125,
-33,4,128,78,12,0,28,44,120,27,116,124,255,255,160,58,12,0,130,65,
-15,0,28,44,124,0,130,64,0,0,96,58,16,0,160,59,104,0,158,129,
-188,0,12,128,120,243,195,127,120,155,100,126,166,3,9,124,33,4,128,78,
-20,0,97,144,20,0,97,161,8,0,97,177,22,0,129,161,10,0,129,177,
-8,0,1,128,189,7,0,84,28,0,130,65,120,155,117,126,68,71,127,56,
-29,145,0,72,0,0,3,44,44,1,130,64,60,1,0,72,255,255,189,55,
-1,0,115,58,168,255,130,64,68,71,127,56,253,144,0,72,0,0,3,44,
-12,1,130,64,28,1,0,72,0,0,96,59,120,219,125,127,16,0,64,58,
-1,0,96,58,104,0,30,129,188,0,8,128,120,243,195,127,120,235,164,127,
-166,3,9,124,33,4,128,78,24,0,97,144,24,0,1,160,12,0,1,176,
-26,0,1,160,14,0,1,176,12,0,1,128,255,7,0,84,164,0,130,65,
-104,0,158,129,188,0,12,129,120,243,195,127,120,235,164,127,166,3,9,125,
-33,4,128,78,28,0,97,144,28,0,97,161,16,0,97,177,30,0,129,161,
-18,0,129,177,16,0,1,128,189,7,0,84,108,0,130,65,120,235,163,127,
-121,220,248,75,0,0,3,44,48,0,130,64,120,235,181,127,48,168,123,126,
-120,171,164,126,12,0,96,60,140,219,99,56,213,24,253,75,68,71,127,56,
-65,144,0,72,0,0,3,44,80,0,130,64,96,0,0,72,120,235,164,127,
-12,0,96,60,156,219,99,56,177,24,253,75,255,255,160,58,0,0,96,59,
-68,71,127,56,21,144,0,72,0,0,3,44,36,0,130,64,52,0,0,72,
-255,255,82,54,1,0,189,59,32,255,130,64,68,71,127,56,245,143,0,72,
-0,0,3,44,24,0,130,65,12,0,96,60,196,219,99,56,6,1,128,56,
-0,0,160,56,137,185,246,75,0,0,20,44,120,0,130,64,0,0,89,129,
-1,0,10,44,108,0,130,64,120,187,227,126,120,211,68,127,217,99,0,72,
-0,0,3,44,72,0,130,64,120,187,227,126,120,171,164,126,120,219,101,127,
-120,227,134,127,57,88,0,72,120,27,126,124,36,1,30,44,28,0,130,65,
-35,1,30,44,20,0,130,65,212,192,109,56,64,0,128,56,0,0,160,56,
-61,152,0,72,0,0,30,44,24,0,130,64,36,0,0,72,212,192,109,56,
-64,0,128,56,0,0,160,56,33,152,0,72,255,255,214,54,40,0,24,59,
-1,0,247,58,132,253,130,64,80,0,129,131,56,0,193,130,60,0,225,130,
-84,0,161,131,76,0,97,131,52,0,161,130,64,0,1,131,88,0,193,131,
-72,0,65,131,48,0,129,130,68,0,33,131,92,0,225,131,100,0,1,128,
-44,0,97,130,40,0,65,130,166,3,8,124,96,0,33,56,32,0,128,78,
-224,255,33,148,16,0,129,147,24,0,193,147,28,0,225,147,166,2,8,124,
-36,0,1,144,20,0,161,147,120,27,125,124,0,0,93,137,43,0,128,63,
-8,0,225,59,117,7,74,125,0,0,0,56,1,0,29,152,100,0,130,64,
-112,203,124,56,120,251,228,127,255,255,160,56,137,197,252,75,0,0,127,128,
-0,0,3,44,60,0,130,65,166,0,192,127,94,4,192,87,36,1,0,124,
-2,0,195,160,0,64,198,96,2,0,195,176,4,0,227,128,166,3,233,124,
-33,4,128,78,0,128,192,115,166,0,32,125,94,4,41,85,120,3,41,125,
-36,1,32,125,0,0,93,137,117,7,74,125,164,255,130,65,2,0,96,57,
-1,0,125,153,24,0,193,131,28,0,225,131,36,0,1,128,20,0,161,131,
-16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,
-166,2,8,124,36,0,1,144,16,0,129,147,20,0,161,147,24,0,193,147,
-28,0,225,147,120,27,127,124,0,0,127,137,0,0,0,56,1,0,31,152,
-8,0,193,59,29,0,160,63,117,7,107,125,2,0,128,63,160,134,156,59,
-120,0,130,64,120,243,198,127,212,192,109,56,0,64,128,56,1,0,160,56,
-255,255,224,56,197,154,0,72,0,0,30,129,99,4,0,85,72,0,130,65,
-248,191,141,128,12,0,96,60,208,219,99,56,85,22,253,75,12,0,96,60,
-224,219,99,56,73,22,253,75,112,78,125,56,232,3,128,56,45,145,0,72,
-113,119,252,75,120,227,131,127,61,171,252,75,166,0,32,125,94,4,32,85,
-36,1,0,124,233,23,254,75,0,0,127,137,117,7,107,125,144,255,130,65,
-2,0,128,57,1,0,159,153,24,0,193,131,28,0,225,131,36,0,1,128,
-20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,
-224,255,33,148,16,0,129,147,20,0,161,147,24,0,193,147,166,2,8,124,
-36,0,1,144,28,0,225,147,120,27,127,124,0,0,31,136,117,7,0,124,
-0,0,128,57,1,0,159,153,236,0,130,64,8,0,193,56,212,192,109,56,
-0,32,128,56,1,0,160,56,255,255,224,56,245,153,0,72,8,0,97,129,
-165,4,106,85,188,0,130,65,248,191,141,128,12,0,96,60,0,220,99,56,
-133,21,253,75,12,0,96,60,16,220,99,56,121,21,253,75,232,3,192,59,
-166,0,128,125,94,4,128,85,36,1,0,124,10,128,45,169,0,0,128,59,
-120,227,157,127,0,72,29,124,40,0,128,64,120,235,163,127,193,70,251,75,
-120,235,163,127,17,74,251,75,10,128,45,169,1,0,189,59,0,72,29,124,
-20,26,156,127,224,255,128,65,166,0,64,125,0,128,75,97,36,1,96,125,
-0,0,28,44,20,0,130,65,16,39,96,56,33,170,252,75,255,255,222,55,
-156,255,130,64,29,0,96,60,112,78,99,56,232,3,128,56,237,143,0,72,
-166,0,0,124,94,4,9,84,36,1,32,125,0,0,0,56,252,192,13,152,
-101,232,255,75,65,93,247,75,165,22,254,75,0,0,31,136,117,7,0,124,
-28,255,130,65,2,0,0,56,1,0,31,152,24,0,193,131,28,0,225,131,
-36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,
-32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,1,0,0,56,
-12,0,1,144,0,0,160,56,8,0,161,144,8,0,129,56,20,0,225,147,
-120,27,127,124,36,0,96,60,180,157,99,56,125,199,252,75,28,0,1,128,
-1,0,127,136,20,0,225,131,116,7,99,124,166,3,8,124,24,0,33,56,
-32,0,128,78,200,255,33,148,24,0,1,147,28,0,33,147,36,0,97,147,
-40,0,129,147,44,0,161,147,48,0,193,147,52,0,225,147,166,2,8,124,
-60,0,1,144,32,0,65,147,120,27,122,124,0,0,26,136,117,7,0,124,
-0,0,224,56,1,0,250,152,176,1,130,64,0,0,0,57,12,0,1,145,
-12,0,129,56,36,0,96,60,180,157,99,56,255,255,160,56,61,194,252,75,
-16,0,129,129,1,0,12,44,124,1,130,65,196,136,13,160,181,6,0,84,
-92,1,130,65,0,0,0,59,20,0,225,59,16,0,160,59,120,195,3,127,
-21,104,0,72,0,0,3,44,48,1,130,65,120,195,3,127,120,251,228,127,
-33,100,0,72,0,0,159,128,120,27,121,124,5,2,25,44,24,0,130,64,
-120,195,3,127,177,114,0,72,0,0,3,44,104,0,130,65,120,0,0,72,
-0,0,4,44,196,0,130,65,100,0,96,56,169,214,252,75,120,195,3,127,
-8,0,129,56,13,95,0,72,2,16,3,44,20,0,130,65,0,0,159,128,
-8,0,1,128,64,0,4,124,28,0,130,65,120,195,3,127,81,106,0,72,
-255,255,189,55,1,0,24,59,124,255,130,64,192,0,0,72,5,2,32,59,
-120,195,3,127,77,114,0,72,0,0,3,44,24,0,130,64,120,195,3,127,
-37,106,0,72,0,0,25,44,144,0,130,64,96,0,0,72,0,0,32,59,
-120,203,59,127,16,0,128,59,1,0,192,59,0,0,223,128,48,216,192,127,
-57,48,0,124,44,0,130,65,120,219,99,127,1,0,128,56,65,74,0,72,
-120,219,100,127,120,27,121,124,12,0,96,60,64,220,99,56,225,18,253,75,
-0,0,25,44,68,0,130,64,255,255,156,55,1,0,123,59,192,255,130,64,
-0,0,25,44,48,0,130,64,120,195,3,127,33,104,0,72,0,0,3,44,
-32,0,130,64,120,195,4,127,12,0,96,60,48,220,99,56,165,18,253,75,
-120,195,3,127,255,255,128,56,233,20,248,75,255,255,189,55,1,0,24,59,
-188,254,130,64,37,49,0,72,12,0,97,128,0,0,3,44,12,0,130,65,
-255,255,128,56,109,169,255,75,0,0,26,136,117,7,0,124,88,254,130,65,
-2,0,32,57,1,0,58,153,36,0,97,131,48,0,193,131,44,0,161,131,
-32,0,65,131,40,0,129,131,52,0,225,131,60,0,1,128,28,0,33,131,
-24,0,1,131,166,3,8,124,56,0,33,56,32,0,128,78,168,255,33,148,
-28,0,33,146,32,0,65,146,36,0,97,146,40,0,129,146,44,0,161,146,
-48,0,193,146,52,0,225,146,56,0,1,147,60,0,33,147,64,0,65,147,
-68,0,97,147,72,0,129,147,76,0,161,147,80,0,193,147,166,2,8,124,
-92,0,1,144,84,0,225,147,0,0,224,63,68,71,127,56,255,255,128,56,
-201,140,0,72,0,0,3,44,240,255,130,64,0,0,160,58,16,0,128,58,
-248,193,173,59,16,0,21,40,0,0,96,56,8,0,128,64,8,0,125,128,
-0,0,3,44,48,1,130,65,6,0,227,136,13,0,7,44,36,1,130,64,
-104,0,3,129,28,0,40,129,166,3,41,125,33,4,128,78,120,27,120,124,
-120,35,153,124,0,0,192,58,16,0,192,59,248,193,77,58,16,0,97,58,
-12,0,225,58,8,0,129,59,16,0,22,40,0,0,32,58,8,0,128,64,
-8,0,50,130,0,0,17,44,204,0,130,65,120,195,26,127,120,203,59,127,
-120,179,195,126,77,12,248,75,0,0,3,44,96,0,130,64,120,171,163,126,
-120,227,132,127,120,187,229,126,213,57,0,72,0,0,252,128,32,0,0,56,
-1,0,32,57,0,0,96,56,120,27,108,124,166,3,9,124,48,96,40,125,
-57,64,234,124,24,0,130,65,120,99,131,125,125,215,248,75,0,248,67,59,
-0,0,96,59,24,0,0,72,1,0,140,57,220,255,0,66,101,215,248,75,
-0,248,67,59,0,0,96,59,104,0,145,129,20,1,12,128,120,139,35,126,
-120,155,100,126,166,3,9,124,33,4,128,78,0,0,3,44,56,0,130,64,
-4,0,147,129,64,96,27,124,0,0,115,129,40,0,129,65,12,0,128,65,
-64,88,26,124,28,0,128,64,120,171,165,126,120,179,198,126,50,0,96,56,
-12,0,128,60,108,220,132,56,241,180,246,75,255,255,222,55,40,0,82,58,
-1,0,214,58,20,255,130,64,255,255,148,54,40,0,189,59,1,0,181,58,
-176,254,130,64,68,71,127,56,221,135,0,72,0,0,3,44,28,0,130,65,
-12,0,96,60,136,220,99,56,6,1,128,56,0,0,160,56,113,177,246,75,
-0,0,3,44,72,0,129,131,48,0,193,130,44,0,161,130,68,0,97,131,
-76,0,161,131,52,0,225,130,40,0,129,130,64,0,65,131,80,0,193,131,
-56,0,1,131,36,0,97,130,60,0,33,131,84,0,225,131,92,0,1,128,
-32,0,65,130,28,0,33,130,166,3,8,124,88,0,33,56,32,0,128,78,
-232,240,255,75,136,255,33,148,60,0,33,146,64,0,65,146,68,0,97,146,
-72,0,129,146,76,0,161,146,80,0,193,146,84,0,225,146,88,0,1,147,
-92,0,33,147,96,0,65,147,100,0,97,147,108,0,161,147,112,0,193,147,
-116,0,225,147,166,2,8,124,124,0,1,144,104,0,129,147,120,27,124,124,
-0,0,188,136,0,0,224,59,117,7,165,124,12,0,96,63,1,0,252,155,
-240,4,130,64,44,0,193,56,212,192,109,56,72,0,128,56,1,0,160,56,
-255,255,224,56,209,147,0,72,44,0,97,129,115,6,108,85,192,4,130,65,
-57,7,96,85,184,4,130,64,196,136,173,160,181,6,165,84,172,4,130,65,
-40,0,225,147,0,0,128,58,60,0,160,59,40,0,193,59,120,243,198,127,
-212,192,109,56,72,0,128,56,0,0,160,56,100,0,224,56,137,147,0,72,
-0,0,3,44,12,0,130,65,255,255,189,55,220,255,130,64,40,0,193,128,
-72,0,192,112,104,4,130,64,0,0,96,58,16,0,192,58,248,193,237,58,
-48,0,1,59,0,0,192,63,52,0,65,59,68,71,126,56,255,255,128,56,
-229,137,0,72,0,0,3,44,240,255,130,64,16,0,19,40,0,0,160,59,
-8,0,128,64,8,0,183,131,0,0,29,44,0,0,248,147,0,0,32,58,
-136,0,130,65,104,0,253,128,156,1,7,129,120,235,163,127,120,195,4,127,
-166,3,9,125,33,4,128,78,120,27,113,124,255,255,32,59,0,0,64,58,
-16,0,160,58,104,0,61,129,188,0,9,128,120,235,163,127,120,147,68,126,
-166,3,9,124,33,4,128,78,24,0,97,144,24,0,161,160,8,0,161,176,
-26,0,1,160,10,0,1,176,8,0,225,128,189,7,231,84,28,0,130,65,
-120,147,89,126,68,71,126,56,213,133,0,72,0,0,3,44,36,0,130,64,
-48,0,0,72,255,255,181,54,1,0,82,58,168,255,130,64,68,71,126,56,
-181,133,0,72,0,0,3,44,20,0,130,65,208,220,123,56,6,1,128,56,
-0,0,160,56,77,175,246,75,0,0,17,44,124,0,130,64,0,0,24,129,
-1,0,8,44,112,0,130,64,120,155,99,126,120,211,68,127,157,89,0,72,
-0,0,3,44,76,0,130,64,120,155,99,126,120,203,36,127,249,75,0,72,
-120,27,125,124,38,1,29,44,36,0,130,65,36,1,29,44,28,0,130,65,
-35,1,29,44,20,0,130,65,212,192,109,56,64,0,128,56,0,0,160,56,
-1,142,0,72,0,0,29,44,28,0,130,64,145,251,255,75,8,3,0,72,
-212,192,109,56,64,0,128,56,0,0,160,56,225,141,0,72,255,255,214,54,
-40,0,247,58,1,0,115,58,156,254,130,64,105,251,255,75,0,0,20,44,
-220,2,130,64,136,134,77,137,255,7,73,85,12,0,130,64,189,7,64,85,
-180,2,130,65,73,206,248,75,120,27,119,124,120,187,228,126,12,0,96,60,
-220,220,99,56,97,13,253,75,0,0,160,58,16,0,192,58,248,193,13,59,
-1,0,64,59,68,71,190,59,120,235,163,127,255,255,128,56,49,136,0,72,
-0,0,3,44,240,255,130,64,16,0,21,40,0,0,160,59,8,0,128,64,
-8,0,184,131,0,0,29,44,184,1,130,65,6,0,29,136,13,0,0,44,
-128,0,130,64,104,0,157,129,228,0,172,128,120,235,163,127,166,3,169,124,
-33,4,128,78,58,16,102,84,20,26,102,124,58,16,99,84,29,249,252,75,
-104,0,253,128,236,0,7,129,120,27,116,124,120,163,132,126,120,235,163,127,
-166,3,9,125,33,4,128,78,3,0,52,137,116,7,41,125,12,0,96,60,
-164,220,99,56,48,72,68,127,189,12,253,75,3,0,20,136,68,71,126,56,
-116,7,0,124,48,0,74,127,120,82,247,126,25,132,0,72,0,0,3,44,
-68,1,130,64,84,1,0,72,0,0,64,58,120,147,83,126,16,0,128,58,
-1,0,64,59,104,0,157,129,188,0,172,128,120,235,163,127,120,155,100,126,
-166,3,169,124,33,4,128,78,28,0,97,144,28,0,1,160,12,0,1,176,
-30,0,33,161,14,0,33,177,12,0,65,129,255,7,74,85,12,0,130,65,
-48,152,64,127,120,3,82,126,255,255,148,54,1,0,115,58,184,255,130,64,
-120,147,68,126,12,0,96,60,176,220,99,56,45,12,253,75,0,0,18,44,
-8,0,130,65,120,146,247,126,0,0,64,58,120,147,83,126,16,0,128,58,
-1,0,64,59,104,0,157,129,188,0,172,128,120,235,163,127,120,155,100,126,
-166,3,169,124,33,4,128,78,32,0,97,144,32,0,33,161,16,0,33,177,
-34,0,1,160,18,0,1,176,16,0,1,128,181,6,0,84,60,0,130,64,
-104,0,157,129,188,0,12,128,120,235,163,127,120,155,100,126,166,3,9,124,
-33,4,128,78,36,0,97,144,36,0,225,160,20,0,225,176,38,0,1,160,
-22,0,1,176,20,0,1,128,123,7,0,84,16,0,130,65,48,152,74,127,
-63,4,64,85,120,3,82,126,255,255,148,54,1,0,115,58,124,255,130,64,
-120,147,68,126,12,0,96,60,196,220,99,56,121,11,253,75,57,144,224,126,
-8,0,130,65,120,2,247,126,68,71,126,56,217,130,0,72,0,0,3,44,
-24,0,130,65,208,220,123,56,6,1,128,56,0,0,160,56,113,172,246,75,
-0,0,3,44,255,255,214,54,40,0,24,59,1,0,181,58,236,253,130,64,
-0,0,64,59,16,0,160,59,1,0,192,59,120,211,67,127,221,206,248,75,
-0,0,3,44,36,0,130,65,48,208,204,127,57,96,224,126,24,0,130,65,
-120,98,247,126,120,211,68,127,12,0,96,60,240,220,99,56,253,10,253,75,
-255,255,189,55,1,0,90,59,200,255,130,64,120,187,228,126,12,0,96,60,
-148,220,99,56,225,10,253,75,0,0,23,44,16,0,130,65,120,187,227,126,
-12,0,128,56,21,240,255,75,136,134,77,137,123,7,64,85,16,0,130,65,
-0,0,96,56,18,0,128,56,253,239,255,75,0,0,188,136,117,7,165,124,
-24,251,130,65,101,57,252,75,2,0,0,56,1,0,28,152,104,0,129,131,
-80,0,193,130,76,0,161,130,100,0,97,131,108,0,161,131,84,0,225,130,
-72,0,129,130,96,0,65,131,112,0,193,131,88,0,1,131,68,0,97,130,
-92,0,33,131,116,0,225,131,124,0,1,128,64,0,65,130,60,0,33,130,
-166,3,8,124,120,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,0,0,160,56,8,0,161,144,8,0,129,56,12,0,225,147,
-120,27,127,124,192,193,109,56,49,189,252,75,20,0,1,128,1,0,127,136,
-12,0,225,131,116,7,99,124,166,3,8,124,16,0,33,56,32,0,128,78,
-232,255,33,148,20,0,225,147,16,0,193,147,120,27,126,124,166,2,8,124,
-28,0,1,144,0,0,0,56,1,0,30,152,0,0,30,136,117,7,0,124,
-8,0,225,59,48,0,130,64,120,251,228,127,192,193,109,56,255,255,160,56,
-17,184,252,75,0,0,127,128,0,0,3,44,8,0,130,65,33,136,253,75,
-0,0,30,136,117,7,0,124,216,255,130,65,2,0,0,56,1,0,30,152,
-28,0,1,128,20,0,225,131,16,0,193,131,166,3,8,124,24,0,33,56,
-32,0,128,78,124,234,255,75,232,255,33,148,20,0,225,147,166,2,8,124,
-28,0,1,144,16,0,193,147,120,27,126,124,0,0,30,136,0,0,96,57,
-117,7,0,124,8,0,225,59,1,0,126,153,72,0,130,64,120,251,230,127,
-212,192,109,56,8,4,128,56,1,0,160,56,255,255,224,56,153,141,0,72,
-0,0,159,129,107,5,128,85,24,0,130,65,60,0,96,56,205,104,252,75,
-37,172,250,75,0,0,3,44,248,255,130,64,0,0,30,136,117,7,0,124,
-192,255,130,65,2,0,96,57,1,0,126,153,28,0,1,128,20,0,225,131,
-16,0,193,131,166,3,8,124,24,0,33,56,32,0,128,78,228,233,255,75,
-232,255,33,148,166,2,8,124,28,0,1,144,12,0,161,147,20,0,225,147,
-16,0,193,147,120,27,126,124,0,0,62,137,0,0,0,56,8,0,225,59,
-117,7,41,125,128,0,160,63,1,0,30,152,8,8,189,59,88,0,130,64,
-120,251,230,127,212,192,109,56,120,235,164,127,1,0,160,56,255,255,224,56,
-245,140,0,72,0,0,95,129,41,5,70,85,20,0,130,65,25,171,250,75,
-0,0,3,44,248,255,130,64,0,0,95,129,17,2,71,85,16,0,130,65,
-177,172,250,75,0,0,3,44,248,255,130,64,0,0,62,137,117,7,41,125,
-176,255,130,65,2,0,0,56,1,0,30,152,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-240,255,33,148,166,2,8,124,20,0,1,144,0,0,160,56,8,0,161,144,
-8,0,129,56,12,0,225,147,120,27,127,124,0,0,96,60,152,71,99,56,
-29,187,252,75,20,0,1,128,1,0,127,136,12,0,225,131,116,7,99,124,
-166,3,8,124,16,0,33,56,32,0,128,78,168,255,33,148,0,0,32,57,
-16,0,33,145,24,0,33,145,32,0,33,177,64,0,65,147,68,0,97,147,
-76,0,161,147,80,0,193,147,84,0,225,147,166,2,8,124,92,0,1,144,
-72,0,129,147,120,27,124,124,20,0,33,145,1,0,60,153,0,0,60,137,
-17,0,64,57,60,0,65,59,117,7,41,125,40,0,129,57,36,0,65,145,
-12,0,129,145,220,0,130,64,120,211,68,127,0,0,96,60,152,71,99,56,
-255,255,160,56,201,181,252,75,0,0,122,128,0,0,3,44,176,0,130,65,
-113,156,255,75,0,0,122,131,0,0,160,59,40,0,193,59,8,0,225,59,
-8,0,97,144,4,0,219,136,0,0,128,56,20,0,223,176,120,219,99,127,
-120,243,197,127,77,121,253,75,1,0,3,44,24,0,130,65,12,0,96,60,
-4,221,99,56,113,8,128,56,0,0,160,56,81,168,246,75,120,251,229,127,
-33,0,96,56,12,0,128,56,133,83,253,75,8,0,123,131,0,0,27,44,
-1,0,189,59,176,255,130,64,8,0,97,128,166,0,0,125,94,4,0,85,
-36,1,0,124,0,0,35,169,0,128,12,113,21,234,41,125,0,0,35,177,
-166,0,0,125,94,4,8,85,120,99,8,125,36,1,0,125,16,0,130,64,
-4,0,3,128,166,3,9,124,33,4,128,78,0,0,60,137,117,7,41,125,
-44,255,130,65,2,0,96,57,1,0,124,153,80,0,193,131,72,0,129,131,
-76,0,161,131,84,0,225,131,92,0,1,128,68,0,97,131,64,0,65,131,
-166,3,8,124,88,0,33,56,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,12,0,225,147,120,27,127,124,160,193,109,56,8,0,128,56,
-0,0,160,56,165,134,0,72,20,0,1,128,1,0,127,136,12,0,225,131,
-116,7,99,124,166,3,8,124,16,0,33,56,32,0,128,78,224,255,33,148,
-20,0,161,147,28,0,225,147,166,2,8,124,36,0,1,144,0,0,128,57,
-24,0,193,147,120,27,126,124,1,0,158,153,255,255,96,56,13,1,254,75,
-244,192,13,128,0,0,0,44,12,0,130,64,0,0,96,56,197,51,251,75,
-0,0,30,136,0,32,160,63,117,7,0,124,16,0,225,59,0,0,189,59,
-128,0,130,64,120,251,230,127,160,193,109,56,14,0,128,56,1,0,160,56,
-0,0,224,56,53,138,0,72,0,0,3,44,36,0,130,64,0,0,31,129,
-189,7,5,85,12,0,130,65,213,1,254,75,0,0,31,129,123,7,6,85,
-8,0,130,65,93,96,0,72,124,134,237,136,117,7,231,124,40,0,130,64,
-4,0,29,128,99,4,0,84,24,0,130,65,213,251,253,75,0,0,30,136,
-117,7,0,124,156,255,130,65,20,0,0,72,125,142,0,72,0,0,30,136,
-117,7,0,124,136,255,130,65,253,255,253,75,113,93,0,72,1,0,96,60,
-255,255,99,56,209,92,0,72,2,0,224,59,12,0,225,147,0,0,160,56,
-8,0,161,144,8,0,129,56,36,0,96,60,180,157,99,56,81,184,252,75,
-1,0,254,155,28,0,225,131,36,0,1,128,24,0,193,131,20,0,161,131,
-166,3,8,124,32,0,33,56,32,0,128,78,20,230,255,75,232,255,33,148,
-20,0,225,147,166,2,8,124,28,0,1,144,16,0,193,147,120,27,126,124,
-0,0,158,137,8,0,225,59,117,7,140,125,0,0,64,57,1,0,94,153,
-64,0,130,64,120,251,230,127,212,192,109,56,8,2,128,56,1,0,160,56,
-255,255,224,56,49,137,0,72,0,0,127,129,173,5,96,85,16,0,130,65,
-108,135,109,136,116,7,99,124,29,113,252,75,0,0,158,137,117,7,140,125,
-200,255,130,65,2,0,0,56,1,0,30,152,28,0,1,128,20,0,225,131,
-16,0,193,131,166,3,8,124,24,0,33,56,32,0,128,78,132,229,255,75,
-168,255,33,148,56,0,1,147,60,0,33,147,64,0,65,147,68,0,97,147,
-72,0,129,147,76,0,161,147,80,0,193,147,84,0,225,147,166,2,8,124,
-92,0,1,144,124,134,77,139,1,0,0,56,116,7,90,127,120,27,123,124,
-172,129,13,152,233,59,247,75,120,27,126,124,249,221,251,75,122,134,237,171,
-0,0,31,44,68,0,130,65,64,2,31,40,32,0,130,64,56,0,96,56,
-192,137,130,56,137,168,246,75,196,136,173,160,57,7,165,84,168,0,130,65,
-124,0,0,72,55,0,96,56,192,137,130,56,109,168,246,75,196,136,173,160,
-57,7,165,84,140,0,130,65,96,0,0,72,0,0,30,44,64,0,130,64,
-97,97,247,75,121,27,127,124,64,0,130,65,196,136,13,160,12,0,128,60,
-80,221,132,56,8,0,0,96,36,0,96,56,120,251,229,127,196,136,13,176,
-41,168,246,75,196,136,173,160,57,7,165,84,72,0,130,65,28,0,0,72,
-12,0,96,60,92,221,99,56,173,3,253,75,196,136,173,160,57,7,165,84,
-44,0,130,65,120,251,227,127,237,124,247,75,109,187,255,75,36,0,192,63,
-124,157,222,59,205,91,247,75,196,136,237,160,57,7,231,84,36,0,130,65,
-92,1,0,72,237,193,255,75,36,0,192,63,124,157,222,59,173,91,247,75,
-196,136,237,160,57,7,231,84,64,1,130,64,173,76,247,75,1,0,26,44,
-24,0,130,64,12,0,96,60,136,221,99,56,69,3,253,75,200,0,96,56,
-97,198,252,75,85,87,252,75,16,0,225,59,120,243,195,127,120,251,228,127,
-0,0,160,56,105,177,252,75,0,0,3,44,236,255,130,65,212,192,109,56,
-1,0,128,60,1,0,160,56,32,0,193,56,0,0,224,56,89,135,0,72,
-165,79,247,75,0,0,32,59,248,193,141,59,16,0,160,59,120,203,35,127,
-165,251,247,75,120,203,35,127,205,42,0,72,0,0,3,44,140,0,130,65,
-124,134,13,136,116,7,0,124,3,0,0,44,124,0,130,64,0,0,224,63,
-68,71,127,56,255,255,128,56,173,125,0,72,0,0,3,44,240,255,130,64,
-16,0,25,40,0,0,96,56,8,0,128,64,8,0,124,128,0,0,3,44,
-36,0,130,65,104,0,67,129,36,1,106,129,166,3,105,125,33,4,128,78,
-120,203,36,127,12,0,96,60,176,221,99,56,125,2,253,75,68,71,127,56,
-233,121,0,72,0,0,3,44,28,0,130,65,12,0,96,60,236,218,99,56,
-6,1,128,56,0,0,160,56,125,163,246,75,0,0,3,44,120,203,35,127,
-0,0,128,56,120,35,133,124,120,35,134,124,65,38,0,72,255,255,189,55,
-40,0,156,59,1,0,57,59,64,255,130,64,77,100,0,72,69,107,0,72,
-45,76,247,75,73,20,249,75,0,32,224,63,0,0,255,59,0,0,96,56,
-105,146,247,75,232,129,141,129,0,0,12,44,16,0,130,65,16,0,0,60,
-24,0,31,144,28,0,31,144,196,136,13,160,239,5,0,84,16,0,130,64,
-63,0,96,56,192,137,130,56,65,166,246,75,3,0,26,44,40,0,130,64,
-192,136,173,128,1,0,96,56,12,0,128,60,52,221,132,56,37,166,246,75,
-15,0,224,59,12,0,160,63,112,83,189,59,108,0,0,72,4,0,26,44,
-88,0,130,65,12,0,96,60,20,221,99,56,161,1,253,75,0,0,191,128,
-239,5,165,84,28,0,130,65,188,137,98,56,141,1,253,75,16,39,96,56,
-145,150,252,75,253,193,255,75,40,0,0,72,4,0,223,128,99,4,198,84,
-212,255,130,65,12,0,96,60,196,221,99,56,101,1,253,75,16,39,96,56,
-105,150,252,75,213,193,255,75,15,0,224,59,12,0,160,63,112,83,189,59,
-84,0,29,128,0,0,0,44,48,0,189,59,40,0,130,64,0,0,125,128,
-13,200,252,75,0,0,3,44,24,0,130,65,12,0,96,60,64,221,99,56,
-14,10,128,56,0,0,160,56,61,162,246,75,255,255,255,55,200,255,130,64,
-0,0,123,137,0,0,224,59,40,0,65,59,16,0,161,59,117,7,107,125,
-36,0,1,59,1,0,251,155,228,1,130,64,120,195,6,127,212,192,109,56,
-68,4,128,60,24,128,132,56,1,0,160,56,255,255,224,56,41,133,0,72,
-0,0,24,128,247,6,8,84,16,0,130,65,0,0,96,56,77,142,247,75,
-0,0,24,128,75,1,9,84,12,0,130,65,209,94,252,75,0,0,24,128,
-33,4,10,84,56,0,130,65,247,6,11,84,40,0,130,65,212,192,109,56,
-1,0,128,60,0,128,132,56,0,0,160,56,193,128,0,72,0,0,24,128,
-223,3,12,84,8,1,130,65,20,0,0,72,181,47,252,75,0,0,24,128,
-223,3,12,84,244,0,130,65,120,243,220,127,120,227,131,127,120,211,68,127,
-0,0,160,56,153,174,252,75,0,0,3,44,20,0,130,65,0,0,24,128,
-157,3,12,84,220,0,130,65,208,0,0,72,4,0,26,128,0,0,0,44,
-120,0,130,64,16,0,33,59,120,227,131,127,120,203,36,127,0,0,160,56,
-97,174,252,75,0,0,3,44,92,0,130,64,4,0,185,128,0,0,5,44,
-20,0,130,64,8,0,217,128,8,0,26,128,64,0,6,124,44,0,130,65,
-120,227,131,127,120,203,36,127,0,0,160,56,53,165,252,75,0,0,122,128,
-5,80,252,75,8,0,122,129,0,0,11,44,56,0,130,65,44,0,0,72,
-0,0,58,129,0,0,89,129,120,83,41,125,0,0,58,145,148,255,255,75,
-0,0,122,128,217,79,252,75,8,0,122,129,0,0,11,44,12,0,130,65,
-0,0,122,128,29,74,252,75,4,0,122,128,0,0,3,44,12,0,130,65,
-255,255,128,56,133,150,255,75,212,192,109,56,1,0,128,60,0,0,160,56,
-181,127,0,72,0,0,24,128,157,3,12,84,12,0,130,65,141,92,0,72,
-0,0,24,128,83,2,5,84,72,0,130,65,239,0,0,56,0,0,29,152,
-4,0,253,147,36,0,128,63,236,157,124,56,120,235,164,127,0,0,160,56,
-133,173,252,75,0,0,3,44,32,0,130,64,0,0,61,129,8,0,33,145,
-4,0,93,129,8,0,97,56,12,0,65,145,185,66,247,75,208,255,255,75,
-0,0,123,137,117,7,107,125,36,254,130,65,2,0,128,57,1,0,155,153,
-68,0,97,131,80,0,193,131,76,0,161,131,64,0,65,131,72,0,129,131,
-84,0,225,131,92,0,1,128,60,0,33,131,56,0,1,131,166,3,8,124,
-88,0,33,56,32,0,128,78,216,255,33,148,166,2,8,124,44,0,1,144,
-32,0,193,147,12,0,192,63,28,0,161,147,0,0,160,59,24,0,129,147,
-15,0,128,59,20,0,97,147,43,0,96,63,72,212,123,59,36,0,225,147,
-2,0,224,59,16,0,65,147,12,0,64,63,112,83,90,59,48,0,122,132,
-24,0,58,129,4,0,154,128,20,0,26,129,28,0,90,129,8,0,186,128,
-16,0,250,128,32,0,26,128,0,0,187,155,1,0,251,155,8,0,1,144,
-36,0,26,128,120,219,102,127,12,0,1,144,33,195,252,75,0,0,3,44,
-20,0,130,65,208,221,126,56,1,2,128,56,0,0,160,56,101,159,246,75,
-255,255,156,55,2,0,123,59,164,255,130,64,2,0,160,59,12,0,224,63,
-228,221,255,59,8,0,127,132,4,0,159,128,45,170,252,75,0,0,3,44,
-20,0,130,65,208,221,126,56,13,2,128,56,0,0,160,56,41,159,246,75,
-255,255,189,55,216,255,130,64,4,0,160,59,12,0,224,63,224,221,255,59,
-28,0,127,132,20,0,31,129,12,0,223,128,4,0,159,128,8,0,191,128,
-16,0,255,128,24,0,63,129,145,187,252,75,0,0,3,44,20,0,130,65,
-208,221,126,56,30,2,128,56,0,0,160,56,221,158,246,75,255,255,189,55,
-196,255,130,64,10,0,96,59,12,0,128,63,92,222,156,59,28,0,252,131,
-16,0,156,59,120,251,227,127,193,233,252,75,121,27,125,124,20,0,130,64,
-208,221,126,56,41,2,128,56,0,0,160,56,161,158,246,75,0,0,124,128,
-4,0,156,128,8,0,188,128,120,235,166,127,120,251,231,127,129,182,252,75,
-0,0,3,44,24,0,130,65,208,221,126,56,49,2,128,56,0,0,160,56,
-113,158,246,75,0,0,3,44,255,255,123,55,160,255,130,64,12,0,224,63,
-12,223,255,59,12,0,191,131,120,235,163,127,89,233,252,75,121,27,124,124,
-20,0,130,64,208,221,126,56,60,2,128,56,0,0,160,56,57,158,246,75,
-0,0,127,128,4,0,159,128,8,0,191,128,120,227,134,127,120,235,167,127,
-253,167,252,75,0,0,3,44,24,0,130,65,208,221,126,56,68,2,128,56,
-0,0,160,56,9,158,246,75,0,0,3,44,43,0,96,60,36,212,99,56,
-12,0,128,60,224,221,132,56,0,0,160,56,173,41,251,75,0,0,0,56,
-196,135,13,144,32,0,193,131,24,0,129,131,28,0,161,131,36,0,225,131,
-44,0,1,128,20,0,97,131,16,0,65,131,166,3,8,124,40,0,33,56,
-32,0,128,78,32,0,128,78,64,0,3,44,36,0,130,64,43,0,128,61,
-120,35,140,57,36,0,12,128,141,1,0,84,0,0,0,56,8,0,130,65,
-120,99,128,125,52,0,0,72,16,0,3,40,0,0,0,56,40,0,128,64,
-58,16,107,84,20,26,139,125,56,24,140,85,0,0,108,61,96,66,139,57,
-8,0,108,129,0,0,11,44,8,0,130,65,120,99,128,125,120,3,3,124,
-32,0,128,78,0,0,99,128,48,143,253,75,184,255,33,148,40,0,1,147,
-44,0,33,147,48,0,65,147,52,0,97,147,56,0,129,147,60,0,161,147,
-68,0,225,147,166,2,8,124,76,0,1,144,64,0,193,147,120,27,126,124,
-36,0,126,129,255,63,96,85,28,0,130,64,76,0,1,128,64,0,193,131,
-0,0,96,56,72,0,33,56,166,3,8,124,32,0,128,78,0,0,128,56,
-161,255,255,75,9,0,128,63,248,112,156,59,12,0,160,63,0,0,0,59,
-120,195,25,127,0,0,96,63,8,0,65,59,68,71,251,59,120,251,227,127,
-255,255,128,56,149,118,0,72,0,0,3,44,240,255,130,64,8,0,30,128,
-0,0,0,44,52,0,130,64,10,1,224,59,68,71,123,56,249,114,0,72,
-0,0,3,44,232,0,130,65,28,223,125,56,6,1,128,56,0,0,160,56,
-145,156,246,75,0,0,3,44,208,0,130,64,204,0,0,72,0,0,192,56,
-8,0,218,144,12,0,218,144,20,0,58,179,81,140,255,75,0,0,24,44,
-232,3,0,56,0,0,160,56,8,0,35,147,8,0,128,57,4,0,131,147,
-36,0,35,147,40,0,163,144,20,0,3,144,0,0,122,144,8,0,130,64,
-0,0,128,57,8,0,126,128,104,0,67,129,196,0,42,129,24,0,154,177,
-120,211,68,127,166,3,41,125,33,4,128,78,120,27,127,124,68,71,123,56,
-105,114,0,72,0,0,3,44,20,0,130,65,28,223,125,56,6,1,128,56,
-0,0,160,56,1,156,246,75,0,0,122,128,120,251,228,127,201,145,255,75,
-0,0,58,129,120,75,43,125,0,0,11,168,0,0,0,44,248,255,130,64,
-12,0,233,171,0,0,41,179,120,75,35,125,145,138,0,72,1,0,24,59,
-2,0,24,44,12,0,128,64,0,0,31,44,232,254,130,65,48,0,65,131,
-56,0,129,131,60,0,161,131,120,251,227,127,68,0,225,131,52,0,97,131,
-64,0,193,131,76,0,1,128,44,0,33,131,40,0,1,131,166,3,8,124,
-72,0,33,56,32,0,128,78,184,255,33,148,60,0,161,147,64,0,193,147,
-166,2,8,124,76,0,1,144,44,0,33,147,120,35,153,124,48,0,65,147,
-120,43,186,124,52,0,97,147,120,51,219,124,68,0,225,147,10,1,224,59,
-56,0,129,147,120,27,124,124,193,190,248,75,255,255,3,44,124,1,130,65,
-16,0,3,40,0,0,192,59,28,0,128,64,58,16,103,84,20,26,7,124,
-56,24,0,84,248,193,45,57,20,2,9,125,8,0,200,131,0,0,224,59,
-32,0,225,179,32,0,1,129,1,0,160,59,28,0,161,179,16,0,33,147,
-20,0,225,147,2,0,8,97,12,0,65,147,24,0,225,147,32,0,1,145,
-205,138,255,75,9,0,64,61,248,112,74,57,8,0,227,147,4,0,67,145,
-36,0,227,147,40,0,227,147,104,0,126,129,244,1,0,56,20,0,3,144,
-84,1,11,128,8,0,97,144,0,0,163,179,2,0,67,161,120,227,133,127,
-166,3,9,124,8,0,129,56,120,219,102,127,32,0,74,97,2,0,67,177,
-120,243,195,127,33,4,128,78,121,27,127,124,8,0,97,128,16,0,130,65,
-0,0,3,44,192,0,130,65,176,0,0,72,248,191,109,129,120,27,106,124,
-0,0,234,168,0,0,7,44,20,0,130,64,12,0,234,171,0,0,31,44,
-136,0,130,64,40,0,0,72,248,191,45,129,80,72,11,125,244,1,8,44,
-216,255,129,64,241,144,255,75,0,0,96,56,8,0,97,144,22,16,224,59,
-96,0,0,72,104,0,158,129,92,1,12,128,1,0,64,57,120,227,133,127,
-8,0,129,56,0,0,67,177,166,3,9,124,120,243,195,127,33,4,128,78,
-121,27,127,124,8,0,97,128,16,0,130,65,0,0,3,44,60,0,130,65,
-44,0,0,72,120,27,108,124,0,0,236,168,0,0,7,44,248,255,130,64,
-12,0,3,169,0,0,8,44,8,0,130,65,22,16,224,59,0,0,3,44,
-16,0,130,65,0,0,0,56,0,0,3,176,137,136,0,72,52,0,97,131,
-60,0,161,131,120,251,227,127,68,0,225,131,56,0,129,131,64,0,193,131,
-76,0,1,128,48,0,65,131,44,0,33,131,166,3,8,124,72,0,33,56,
-32,0,128,78,232,255,33,148,0,0,4,44,20,0,225,147,16,0,193,147,
-0,0,192,59,120,243,223,127,12,0,161,147,8,0,129,147,120,243,220,127,
-120,227,157,127,108,0,129,64,1,0,128,57,166,3,137,124,0,0,99,137,
-117,7,107,125,80,0,130,64,19,0,99,137,255,7,107,85,32,0,130,64,
-12,0,161,131,16,0,193,131,20,0,225,131,8,0,129,131,114,2,96,56,
-24,0,33,56,32,0,128,78,12,0,99,129,0,8,203,51,0,0,96,57,
-148,1,235,127,3,0,99,137,1,0,189,59,116,7,107,125,48,88,139,125,
-120,91,156,127,20,0,99,56,164,255,0,66,0,0,6,44,0,0,128,56,
-120,35,135,124,140,0,129,64,1,0,64,57,31,0,96,57,166,3,201,124,
-0,0,133,137,117,7,140,125,5,0,101,153,104,0,130,64,3,0,133,137,
-116,7,140,125,48,96,76,125,57,96,137,127,120,99,132,124,1,0,231,56,
-36,0,130,65,8,0,131,129,0,0,31,40,12,0,5,129,8,0,133,145,
-28,0,129,65,12,0,128,65,64,64,30,124,16,0,128,64,12,0,197,147,
-20,0,165,56,36,0,0,72,12,0,161,131,16,0,193,131,20,0,225,131,
-8,0,129,131,83,2,96,56,24,0,33,56,32,0,128,78,20,0,165,56,
-136,255,0,66,64,56,29,124,16,0,130,64,64,32,28,124,72,0,130,65,
-40,0,0,72,0,56,29,124,20,0,128,64,56,32,140,127,64,224,12,124,
-48,0,130,65,16,0,0,72,56,224,140,124,64,32,12,124,32,0,130,65,
-12,0,161,131,16,0,193,131,20,0,225,131,8,0,129,131,113,2,96,56,
-24,0,33,56,32,0,128,78,12,0,161,131,16,0,193,131,20,0,225,131,
-8,0,129,131,0,0,96,56,24,0,33,56,32,0,128,78,192,255,33,148,
-52,0,161,147,60,0,225,147,166,2,8,124,68,0,1,144,56,0,193,147,
-120,27,126,124,6,0,30,136,1,0,0,44,120,35,159,124,12,0,130,65,
-2,0,0,44,76,0,130,64,104,0,158,129,156,1,12,128,120,243,195,127,
-8,0,129,56,166,3,9,124,0,0,0,56,8,0,1,144,33,4,128,78,
-0,0,3,44,36,0,130,64,12,0,97,56,52,51,128,60,221,221,132,56,
-197,195,250,75,12,0,97,56,57,225,250,75,0,0,3,44,36,0,130,64,
-60,0,225,131,56,0,193,131,68,0,1,128,52,0,161,131,0,0,96,56,
-166,3,8,124,64,0,33,56,32,0,128,78,0,0,96,56,101,142,252,75,
-121,27,125,124,24,0,130,64,12,0,96,60,216,223,99,56,161,18,128,56,
-0,0,160,56,61,151,246,75,120,235,164,127,12,0,97,56,68,2,160,56,
-0,0,192,56,120,51,199,124,77,192,250,75,2,0,157,168,12,0,96,60,
-232,223,99,56,241,245,252,75,120,235,163,127,13,141,252,75,0,0,3,44,
-136,0,130,65,120,235,163,127,120,251,228,127,201,139,252,75,2,0,29,168,
-120,27,127,124,64,0,31,124,128,0,130,65,12,0,96,60,172,223,99,56,
-185,245,252,75,120,243,195,127,189,247,247,75,0,0,3,44,40,0,130,64,
-120,235,163,127,120,251,228,127,5,140,252,75,120,235,164,127,12,0,97,56,
-68,2,160,56,0,0,192,56,120,51,199,124,189,213,250,75,120,235,163,127,
-157,225,252,75,60,0,225,131,56,0,193,131,68,0,1,128,52,0,161,131,
-1,0,96,56,166,3,8,124,64,0,33,56,32,0,128,78,12,0,96,60,
-24,224,99,56,81,245,252,75,12,0,97,56,61,201,250,75,120,235,163,127,
-97,225,252,75,60,0,225,131,56,0,193,131,68,0,1,128,52,0,161,131,
-0,0,96,56,166,3,8,124,64,0,33,56,32,0,128,78,200,255,33,148,
-40,0,129,147,12,0,161,146,16,0,193,146,20,0,225,146,24,0,1,147,
-28,0,33,147,32,0,65,147,36,0,97,147,44,0,161,147,48,0,193,147,
-52,0,225,147,166,2,8,124,60,0,1,144,212,135,141,168,120,27,124,124,
-12,0,96,60,80,224,99,56,213,244,252,75,12,0,96,60,152,224,99,56,
-201,244,252,75,16,0,192,59,255,255,252,59,240,168,109,59,1,0,31,141,
-116,7,8,125,54,32,8,85,46,218,136,124,212,137,98,56,165,244,252,75,
-255,255,222,55,228,255,130,64,12,0,96,60,128,224,99,56,145,244,252,75,
-16,0,192,59,255,255,252,59,1,0,159,140,204,137,98,56,116,7,132,124,
-121,244,252,75,255,255,222,55,236,255,130,64,12,0,96,60,140,224,99,56,
-101,244,252,75,0,0,192,59,16,0,224,59,120,243,196,127,204,137,98,56,
-81,244,252,75,255,255,255,55,1,0,222,59,236,255,130,64,208,137,98,56,
-61,244,252,75,0,0,32,59,12,0,224,63,16,0,64,59,1,0,192,59,
-255,255,188,59,1,0,29,140,116,7,0,124,16,0,0,40,56,0,128,65,
-164,224,127,56,13,21,128,56,0,0,160,56,45,149,246,75,0,0,29,136,
-0,0,3,44,116,7,0,124,24,0,130,65,255,255,90,55,48,0,201,127,
-120,75,57,127,196,255,130,64,20,0,0,72,255,255,90,55,48,0,201,127,
-120,75,57,127,176,255,130,64,255,255,25,40,20,0,130,65,164,224,127,56,
-16,21,128,56,0,0,160,56,225,148,246,75,0,0,192,63,68,71,126,56,
-255,255,128,56,157,110,0,72,0,0,3,44,240,255,130,64,7,0,192,60,
-224,130,198,56,40,0,160,56,16,0,128,56,0,0,96,56,177,221,252,75,
-120,27,118,124,0,1,96,56,173,223,252,75,120,27,119,124,166,0,160,127,
-94,4,160,87,36,1,0,124,16,0,160,58,248,193,237,59,240,255,55,59,
-240,255,27,59,216,255,86,59,0,0,127,129,8,0,31,128,4,0,159,129,
-40,0,122,149,8,0,26,144,4,0,154,145,12,0,223,128,16,0,255,128,
-20,0,159,56,20,0,122,56,16,0,250,144,12,0,218,144,141,48,251,75,
-24,0,31,129,24,0,26,145,28,0,63,129,32,0,95,169,32,0,90,177,
-28,0,58,145,34,0,127,137,34,0,122,153,35,0,159,137,35,0,154,153,
-36,0,31,136,36,0,26,152,37,0,191,136,37,0,186,152,38,0,223,136,
-38,0,218,152,36,0,58,129,36,0,31,128,254,71,7,84,206,193,233,80,
-36,0,58,145,36,0,127,129,254,63,106,85,140,201,73,81,36,0,58,145,
-36,0,31,128,254,55,12,84,74,209,137,81,36,0,58,145,36,0,223,128,
-254,47,197,84,8,217,169,80,36,0,58,145,16,0,56,133,16,0,57,149,
-4,0,88,129,4,0,89,145,8,0,120,129,8,0,121,145,12,0,152,129,
-255,255,181,54,40,0,255,59,12,0,153,145,32,255,130,64,0,0,0,59,
-16,0,32,59,43,0,224,63,104,212,255,59,255,255,156,59,240,255,123,59,
-0,0,64,63,56,66,90,59,1,0,28,140,116,7,0,124,58,16,5,84,
-20,2,5,124,56,24,0,84,20,2,182,126,0,0,213,128,40,0,218,148,
-4,0,245,128,8,0,21,129,8,0,26,145,4,0,250,144,16,0,85,129,
-12,0,53,129,20,0,149,56,20,0,122,56,16,0,90,145,12,0,58,145,
-113,47,251,75,24,0,117,129,24,0,122,145,28,0,149,129,32,0,21,168,
-32,0,26,176,28,0,154,145,34,0,181,136,34,0,186,152,35,0,213,136,
-35,0,218,152,36,0,21,136,36,0,26,152,37,0,21,136,37,0,26,152,
-38,0,21,136,38,0,26,152,36,0,21,128,36,0,154,129,254,71,0,84,
-206,193,12,80,36,0,154,145,36,0,213,128,254,63,197,84,140,201,172,80,
-36,0,154,145,36,0,21,129,254,55,7,85,74,209,236,80,36,0,154,145,
-36,0,21,128,16,0,24,40,254,47,9,84,34,0,26,155,0,0,0,57,
-8,217,44,81,36,0,154,145,8,0,128,64,120,251,232,127,0,0,26,145,
-0,0,124,137,116,7,107,125,54,32,107,85,20,186,203,124,0,0,230,128,
-16,0,251,148,4,0,6,128,4,0,27,144,8,0,6,128,8,0,27,144,
-12,0,70,129,1,0,24,59,255,255,57,55,168,4,255,59,12,0,91,145,
-220,254,130,64,7,0,192,60,140,130,198,56,120,179,195,126,0,0,0,57,
-1,0,224,56,40,0,160,56,255,255,128,56,181,217,252,75,120,187,227,126,
-57,221,252,75,0,128,171,115,166,0,0,124,94,4,0,84,120,91,0,124,
-36,1,0,124,68,71,126,56,97,104,0,72,0,0,3,44,28,0,130,65,
-12,0,96,60,28,223,99,56,6,1,128,56,0,0,160,56,245,145,246,75,
-0,0,3,44,44,0,161,131,28,0,33,131,24,0,1,131,40,0,129,131,
-48,0,193,131,32,0,65,131,20,0,225,130,36,0,97,131,52,0,225,131,
-60,0,1,128,16,0,193,130,12,0,161,130,166,3,8,124,56,0,33,56,
-32,0,128,78,120,27,105,124,0,0,96,56,16,0,64,57,232,168,205,56,
-248,255,102,57,28,0,139,129,0,0,12,44,16,0,107,57,104,0,130,65,
-0,0,9,128,4,0,235,128,64,0,7,124,88,0,130,64,8,0,11,129,
-4,0,233,128,64,56,8,124,72,0,130,64,121,3,8,124,7,0,233,56,
-255,255,140,57,32,0,130,77,1,0,0,40,120,3,6,124,8,0,128,64,
-1,0,192,56,166,3,201,124,1,0,204,140,1,0,7,140,81,48,0,124,
-12,0,130,64,255,255,8,57,236,255,0,66,0,0,0,44,32,0,130,77,
-255,255,74,53,1,0,99,56,132,255,130,64,255,255,96,56,32,0,128,78,
-176,255,33,148,40,0,193,146,44,0,225,146,52,0,33,147,56,0,65,147,
-60,0,97,147,64,0,129,147,72,0,193,147,76,0,225,147,166,2,8,124,
-84,0,1,144,48,0,1,147,120,27,120,124,68,0,161,147,0,0,160,63,
-68,71,125,56,255,255,128,56,157,106,0,72,0,0,3,44,240,255,130,64,
-0,0,192,59,24,0,193,147,120,243,223,127,28,0,225,147,8,0,120,128,
-0,0,3,44,140,0,130,65,16,0,192,58,1,0,32,59,0,0,224,58,
-120,187,250,126,104,0,35,129,188,0,9,128,120,187,228,126,166,3,9,124,
-33,4,128,78,12,0,97,144,12,0,161,160,8,0,161,176,14,0,193,160,
-10,0,193,176,8,0,225,128,255,7,231,84,44,0,130,65,48,184,59,127,
-120,219,222,127,48,184,73,127,32,0,23,32,48,4,42,127,120,83,32,125,
-32,0,119,57,48,88,44,127,120,3,156,125,120,227,255,127,255,255,214,54,
-1,0,247,58,12,0,130,65,8,0,120,128,148,255,255,75,24,0,193,147,
-28,0,225,147,24,0,1,129,32,0,1,145,28,0,33,129,68,71,125,56,
-36,0,33,145,93,102,0,72,0,0,3,44,24,0,130,65,12,0,96,60,
-28,223,99,56,6,1,128,56,0,0,160,56,241,143,246,75,68,0,161,131,
-52,0,33,131,56,0,65,131,72,0,193,131,64,0,129,131,48,0,1,131,
-60,0,97,131,76,0,225,131,32,0,97,128,16,0,97,144,36,0,129,128,
-44,0,225,130,40,0,193,130,84,0,1,128,166,3,8,124,20,0,129,144,
-80,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,240,255,33,148,
-58,16,108,84,20,26,12,124,56,24,0,84,248,193,141,57,20,2,108,124,
-113,254,255,75,20,0,1,128,16,0,33,56,166,3,8,124,32,0,128,78,
-240,168,141,57,16,0,0,56,166,3,9,124,54,38,96,84,20,2,108,125,
-12,0,107,129,0,0,11,44,32,0,130,77,1,0,99,56,232,255,0,66,
-255,255,96,56,32,0,128,78,232,168,205,56,15,23,6,57,80,64,70,125,
-112,22,76,125,1,0,44,53,0,0,96,56,32,0,129,76,166,3,41,125,
-252,255,198,56,4,0,6,132,20,2,99,124,248,255,0,66,32,0,128,78,
-240,255,33,148,8,0,193,147,12,0,225,147,166,2,8,124,20,0,1,144,
-166,0,224,127,94,4,232,87,36,1,0,125,240,169,13,128,232,168,141,57,
-54,32,104,84,20,66,44,125,20,0,9,144,240,169,109,128,0,0,196,131,
-12,0,201,147,4,0,68,129,120,243,197,127,16,0,73,145,8,0,132,56,
-65,12,253,75,240,169,109,129,20,242,107,125,240,169,109,145,109,255,255,75,
-244,191,237,128,244,191,77,57,0,80,11,124,80,56,227,124,244,191,237,144,
-24,0,129,64,12,0,96,60,180,224,99,56,26,19,128,56,0,0,160,56,
-129,142,246,75,0,128,235,115,166,0,0,124,94,4,0,84,120,91,0,124,
-36,1,0,124,20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,
-16,0,33,56,32,0,128,78,224,255,33,148,166,2,8,124,36,0,1,144,
-20,0,161,147,120,27,125,124,24,0,193,147,1,0,192,59,28,0,225,147,
-0,0,224,63,68,71,127,56,255,255,128,56,241,103,0,72,0,0,3,44,
-240,255,130,64,16,0,29,40,0,0,96,56,28,0,128,64,58,16,169,87,
-20,234,9,124,56,24,0,84,248,193,109,57,20,2,75,125,8,0,106,128,
-0,0,3,44,60,0,130,65,104,0,131,129,188,0,12,128,255,255,128,56,
-166,3,9,124,33,4,128,78,12,0,97,144,12,0,65,161,8,0,65,177,
-14,0,97,161,10,0,97,177,8,0,129,129,255,7,140,85,8,0,130,65,
-0,0,192,59,68,71,127,56,1,100,0,72,0,0,3,44,24,0,130,65,
-12,0,96,60,196,224,99,56,6,1,128,56,0,0,160,56,149,141,246,75,
-120,243,195,127,24,0,193,131,36,0,1,128,28,0,225,131,20,0,161,131,
-166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,166,2,8,124,
-36,0,1,144,24,0,193,147,120,27,126,124,28,0,225,147,0,0,224,59,
-20,0,161,147,16,0,160,59,104,0,254,128,188,0,7,129,120,243,195,127,
-120,251,228,127,166,3,9,125,33,4,128,78,12,0,97,144,12,0,97,161,
-8,0,97,177,14,0,129,161,10,0,129,177,8,0,1,128,255,7,0,84,
-16,0,130,64,255,255,189,55,1,0,255,59,192,255,130,64,16,0,31,44,
-24,0,128,65,12,0,96,60,208,224,99,56,196,19,128,56,0,0,160,56,
-241,140,246,75,120,251,227,127,28,0,225,131,36,0,1,128,24,0,193,131,
-20,0,161,131,166,3,8,124,32,0,33,56,32,0,128,78,232,255,33,148,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,
-120,27,125,124,58,16,172,87,20,234,12,124,56,24,0,84,248,193,45,57,
-20,2,233,124,8,0,7,128,0,0,0,44,120,35,158,124,76,0,130,64,
-255,15,96,57,166,0,224,124,94,4,224,84,36,1,0,124,232,168,77,57,
-54,32,166,87,20,50,10,125,8,0,104,177,45,253,255,75,244,191,13,128,
-80,0,3,124,0,128,233,112,244,191,13,144,166,0,64,125,94,4,74,85,
-120,75,74,125,36,1,64,125,212,0,0,72,16,0,29,40,0,0,224,59,
-8,0,128,64,120,3,31,124,0,0,31,44,24,0,130,64,12,0,96,60,
-224,224,99,56,252,19,128,56,0,0,160,56,29,140,246,75,6,0,159,137,
-15,0,12,44,88,0,130,64,120,251,227,127,153,254,255,75,50,48,102,84,
-64,0,102,57,166,0,224,124,94,4,224,84,36,1,0,124,232,168,77,57,
-54,32,166,87,20,50,10,125,8,0,104,177,161,252,255,75,244,191,13,128,
-80,0,3,124,0,128,233,112,244,191,13,144,166,0,64,125,94,4,74,85,
-120,75,74,125,36,1,64,125,72,0,0,72,1,0,126,57,166,0,224,124,
-94,4,224,84,36,1,0,124,232,168,77,57,54,32,166,87,20,50,10,125,
-8,0,104,177,89,252,255,75,244,191,13,128,80,0,3,124,0,128,233,112,
-244,191,13,144,166,0,64,125,94,4,74,85,120,75,74,125,36,1,64,125,
-20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,120,91,99,125,
-166,3,8,124,24,0,33,56,32,0,128,78,121,27,105,124,255,255,128,56,
-255,255,227,56,80,0,129,64,58,16,235,84,20,58,11,124,56,24,0,84,
-240,168,13,57,54,32,236,84,20,98,8,125,248,193,141,57,20,2,108,125,
-40,0,107,57,166,3,41,125,224,255,11,128,0,0,0,44,216,255,107,57,
-12,0,130,65,0,0,136,160,60,254,255,75,240,255,8,57,255,255,231,56,
-224,255,0,66,44,254,255,75,232,255,33,148,16,0,3,40,8,0,129,147,
-12,0,161,147,16,0,193,147,166,2,8,124,28,0,1,144,20,0,225,147,
-0,0,224,59,28,0,128,64,58,16,105,84,20,26,9,125,56,24,8,85,
-0,0,104,61,96,66,75,57,8,0,234,131,17,251,255,75,120,27,125,124,
-0,0,192,59,16,0,128,59,1,0,0,56,48,240,12,124,57,96,166,127,
-32,0,130,65,6,0,31,136,13,0,0,44,20,0,130,64,120,243,195,127,
-6,0,128,56,1,0,160,56,237,232,248,75,255,255,156,55,1,0,222,59,
-204,255,130,64,16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,216,255,33,148,
-12,0,33,147,16,0,65,147,36,0,225,147,166,2,8,124,44,0,1,144,
-24,0,129,147,120,27,124,124,20,0,97,147,120,35,155,124,32,0,193,147,
-120,43,190,124,28,0,161,147,0,0,160,63,68,71,125,56,255,255,128,56,
-217,99,0,72,0,0,3,44,240,255,130,64,12,0,64,63,120,227,131,127,
-120,219,100,127,253,241,255,75,0,0,3,44,116,0,130,65,0,0,28,44,
-28,0,130,65,104,0,220,128,164,1,230,128,120,227,131,127,3,0,128,56,
-166,3,233,124,33,4,128,78,68,71,125,56,21,96,0,72,0,0,3,44,
-108,2,130,65,28,223,122,56,6,1,128,56,0,0,160,56,173,137,246,75,
-32,0,193,131,20,0,97,131,24,0,129,131,36,0,225,131,28,0,161,131,
-16,0,65,131,44,0,1,128,12,0,33,131,255,255,96,56,166,3,8,124,
-40,0,33,56,32,0,128,78,0,0,32,59,120,219,99,127,193,247,255,75,
-120,27,127,124,255,255,31,44,8,0,130,65,1,0,32,59,0,0,30,44,
-48,0,130,64,19,0,128,61,128,177,140,137,116,7,140,125,5,0,12,44,
-1,0,0,56,16,0,130,65,6,0,12,44,8,0,130,65,0,0,0,56,
-63,6,0,84,124,0,130,65,255,255,31,44,20,1,130,64,0,0,28,44,
-28,0,130,65,104,0,28,129,164,1,40,129,120,227,131,127,3,0,128,56,
-166,3,41,125,33,4,128,78,68,71,125,56,77,95,0,72,0,0,3,44,
-164,1,130,65,28,223,122,56,6,1,128,56,0,0,160,56,229,136,246,75,
-32,0,193,131,20,0,97,131,24,0,129,131,36,0,225,131,28,0,161,131,
-16,0,65,131,44,0,1,128,12,0,33,131,255,255,96,56,166,3,8,124,
-40,0,33,56,32,0,128,78,255,255,31,44,156,0,130,64,0,0,96,56,
-53,249,255,75,120,27,127,124,255,255,31,44,128,0,130,64,12,0,96,60,
-240,224,99,56,105,231,252,75,0,0,28,44,28,0,130,65,104,0,92,129,
-164,1,106,129,120,227,131,127,3,0,128,56,166,3,105,125,33,4,128,78,
-68,71,125,56,181,94,0,72,0,0,3,44,12,1,130,65,28,223,122,56,
-6,1,128,56,0,0,160,56,77,136,246,75,32,0,193,131,20,0,97,131,
-24,0,129,131,36,0,225,131,28,0,161,131,16,0,65,131,44,0,1,128,
-12,0,33,131,255,255,96,56,166,3,8,124,40,0,33,56,32,0,128,78,
-120,219,100,127,9,249,255,75,248,193,109,57,58,16,236,87,20,250,44,125,
-56,24,41,85,20,74,107,127,8,0,123,128,0,0,3,44,212,0,130,65,
-6,0,3,136,64,0,0,44,64,0,130,64,0,0,25,44,56,0,130,65,
-120,251,227,127,137,249,255,75,0,0,3,44,8,0,123,128,36,0,130,65,
-0,0,3,44,24,0,130,65,104,0,195,128,164,1,230,128,3,0,128,56,
-166,3,233,124,33,4,128,78,140,0,0,72,64,224,3,124,52,0,130,65,
-120,251,228,127,12,0,96,60,40,225,99,56,113,230,252,75,0,0,28,44,
-28,0,130,65,104,0,28,129,164,1,8,128,120,227,131,127,3,0,128,56,
-166,3,9,124,33,4,128,78,68,71,125,56,189,93,0,72,0,0,3,44,
-20,0,130,65,28,223,122,56,6,1,128,56,0,0,160,56,85,135,246,75,
-32,0,193,131,20,0,97,131,24,0,129,131,36,0,225,131,28,0,161,131,
-16,0,65,131,44,0,1,128,12,0,33,131,255,255,96,56,166,3,8,124,
-40,0,33,56,32,0,128,78,0,0,192,59,36,0,219,155,37,0,219,155,
-104,0,156,129,28,0,12,128,32,0,219,179,120,227,131,127,166,3,9,124,
-33,4,128,78,104,0,220,128,100,0,230,128,12,0,123,144,16,0,155,144,
-120,227,131,127,166,3,233,124,33,4,128,78,36,0,27,128,212,135,77,169,
-62,6,104,84,140,201,0,81,120,251,227,127,1,0,74,57,8,0,155,147,
-212,135,77,177,36,0,27,144,105,251,255,75,120,251,227,127,6,0,128,56,
-1,0,160,56,255,255,192,56,201,236,248,75,120,251,227,127,173,251,255,75,
-104,0,220,128,132,0,230,128,1,0,128,56,120,227,131,127,166,3,233,124,
-33,4,128,78,120,251,227,127,221,246,255,75,120,27,121,124,16,0,96,59,
-1,0,128,59,48,240,136,127,57,64,32,127,16,0,130,65,120,243,195,127,
-1,0,128,56,97,166,248,75,255,255,123,55,1,0,222,59,224,255,130,64,
-68,71,125,56,153,92,0,72,0,0,3,44,20,0,130,65,28,223,122,56,
-6,1,128,56,0,0,160,56,49,134,246,75,20,0,97,131,28,0,161,131,
-120,251,227,127,36,0,225,131,24,0,129,131,32,0,193,131,44,0,1,128,
-16,0,65,131,12,0,33,131,166,3,8,124,40,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,196,136,77,161,
-192,136,141,129,0,0,12,44,12,0,224,63,64,0,74,97,208,225,255,59,
-196,136,77,177,48,0,130,64,232,168,109,56,0,0,128,56,16,23,160,56,
-177,128,246,75,232,168,109,56,120,251,228,127,8,0,160,56,53,3,253,75,
-244,169,205,56,240,169,205,144,172,0,0,72,97,246,255,75,255,255,3,48,
-16,25,0,124,63,6,0,84,16,0,130,65,0,0,0,44,104,0,130,65,
-76,0,0,72,232,168,205,56,255,255,70,57,255,255,255,56,8,0,32,57,
-166,3,41,125,1,0,106,141,1,0,135,141,80,88,172,124,255,255,5,49,
-17,41,8,124,16,0,130,64,0,0,11,44,8,0,130,65,224,255,0,66,
-63,6,0,84,152,0,130,65,0,0,0,44,28,0,130,65,12,0,96,60,
-108,225,99,56,13,228,252,75,65,0,96,56,220,137,130,56,97,136,246,75,
-232,168,109,56,0,0,128,56,16,23,160,56,5,128,246,75,232,168,109,56,
-120,251,228,127,8,0,160,56,137,2,253,75,244,169,205,56,240,169,205,144,
-232,168,13,57,248,255,72,57,255,15,0,56,16,0,32,57,166,3,41,125,
-16,0,10,180,252,255,0,66,157,245,255,75,244,191,45,129,196,136,109,161,
-12,0,224,60,176,6,107,85,220,225,231,56,196,136,109,177,80,72,35,125,
-244,191,45,145,120,59,227,124,145,227,252,75,20,0,0,72,12,0,224,60,
-164,225,231,56,120,59,227,124,125,227,252,75,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,216,255,33,148,12,0,33,147,
-16,0,65,147,20,0,97,147,24,0,129,147,28,0,161,147,36,0,225,147,
-166,2,8,124,44,0,1,144,32,0,193,147,12,0,192,63,166,0,224,127,
-94,4,235,87,36,1,96,125,240,168,173,59,54,32,102,84,20,50,157,125,
-12,0,108,131,0,0,0,57,12,0,12,145,240,169,173,128,4,0,140,131,
-20,226,91,127,0,40,26,124,4,0,12,145,8,0,12,145,224,0,128,64,
-0,0,32,59,240,255,221,56,16,0,0,56,166,3,9,124,28,0,166,128,
-64,208,5,124,16,0,198,56,12,0,130,65,1,0,57,59,236,255,0,66,
-16,0,25,44,20,0,128,65,248,225,126,56,67,19,128,56,0,0,160,56,
-225,131,246,75,54,32,40,87,20,66,253,124,4,0,199,128,121,51,192,124,
-120,3,11,124,12,0,103,147,112,0,130,65,120,219,103,127,120,211,72,127,
-80,56,40,125,64,88,9,124,52,0,129,65,1,0,0,40,20,90,8,125,
-20,90,231,124,8,0,128,64,1,0,0,56,166,3,9,124,255,255,72,141,
-255,255,71,157,248,255,0,66,20,50,90,127,20,50,123,127,52,0,0,72,
-1,0,0,40,255,255,8,57,120,3,11,124,255,255,231,56,8,0,128,64,
-1,0,96,57,166,3,105,125,1,0,136,141,1,0,135,157,248,255,0,66,
-20,50,90,127,20,50,123,127,240,169,173,128,0,40,26,124,40,255,128,65,
-80,40,188,124,240,169,173,144,249,243,255,75,244,191,237,128,244,169,45,57,
-0,72,5,124,80,56,227,124,244,191,237,144,20,0,128,64,248,225,126,56,
-77,19,128,56,0,0,160,56,17,131,246,75,0,128,224,115,166,0,128,125,
-94,4,140,85,120,3,140,125,36,1,128,125,32,0,193,131,24,0,129,131,
-20,0,97,131,28,0,161,131,36,0,225,131,44,0,1,128,16,0,65,131,
-12,0,33,131,166,3,8,124,40,0,33,56,32,0,128,78,0,0,4,44,
-35,0,131,152,0,0,64,57,8,0,129,64,1,0,64,57,36,0,99,129,
-208,135,13,56,64,0,128,57,140,201,75,81,36,0,99,145,34,0,131,153,
-4,0,3,144,32,0,128,78,120,27,100,124,43,0,96,60,120,35,99,56,
-192,255,255,75,0,0,96,57,248,193,45,57,16,0,0,56,166,3,9,124,
-120,75,44,125,8,0,12,128,0,0,0,44,16,0,130,65,32,0,76,169,
-254,255,10,44,32,0,130,76,40,0,41,57,1,0,107,57,220,255,0,66,
-48,24,247,75,166,0,0,124,94,4,9,84,36,1,32,125,248,193,237,56,
-58,16,106,84,20,26,74,125,56,24,74,85,20,82,103,125,8,0,139,129,
-0,0,12,44,0,0,0,57,24,0,130,65,46,80,135,125,152,0,44,129,
-0,0,9,44,8,0,130,65,1,0,0,57,62,6,3,85,0,128,0,112,
-166,0,192,124,94,4,198,84,120,3,198,124,36,1,192,124,32,0,128,78,
-166,0,0,124,94,4,10,84,36,1,64,125,0,0,96,56,248,193,13,57,
-16,0,128,57,166,3,137,125,8,0,104,129,0,0,11,44,36,0,130,65,
-36,0,136,129,141,1,140,85,24,0,130,64,0,0,40,129,152,0,41,129,
-0,0,9,44,8,0,130,65,1,0,99,56,40,0,8,57,208,255,0,66,
-0,128,10,112,166,0,0,124,94,4,0,84,120,83,0,124,36,1,0,124,
-32,0,128,78,208,255,33,148,20,0,33,147,24,0,65,147,28,0,97,147,
-32,0,129,147,36,0,161,147,166,2,8,124,52,0,1,144,44,0,225,147,
-120,27,127,124,40,0,193,147,0,0,192,63,68,71,126,56,255,255,128,56,
-25,91,0,72,0,0,3,44,240,255,130,64,248,193,237,56,58,16,234,87,
-20,250,202,124,56,24,198,84,20,50,103,124,8,0,3,128,0,0,0,44,
-0,0,224,59,88,0,130,65,9,240,255,75,8,0,97,144,12,0,129,144,
-120,27,124,124,120,35,157,124,0,0,96,59,1,0,64,59,16,0,32,59,
-48,216,64,127,56,0,139,127,112,254,10,124,56,80,172,127,121,91,128,125,
-20,0,130,65,120,219,99,127,65,163,248,75,120,27,255,127,62,6,255,87,
-255,255,57,55,1,0,123,59,208,255,130,64,68,71,126,56,21,87,0,72,
-0,0,3,44,24,0,130,65,12,0,96,60,28,223,99,56,6,1,128,56,
-0,0,160,56,169,128,246,75,28,0,97,131,36,0,161,131,120,251,227,127,
-44,0,225,131,32,0,129,131,40,0,193,131,52,0,1,128,24,0,65,131,
-20,0,33,131,166,3,8,124,48,0,33,56,32,0,128,78,232,255,33,148,
-166,2,8,124,28,0,1,144,8,0,129,147,120,27,124,124,20,0,225,147,
-16,0,193,147,0,0,192,59,120,243,223,127,12,0,161,147,0,0,160,63,
-68,71,125,56,255,255,128,56,13,90,0,72,0,0,3,44,240,255,130,64,
-16,0,28,40,0,0,96,56,28,0,128,64,58,16,138,87,20,226,10,124,
-56,24,0,84,248,193,141,57,20,2,108,125,8,0,107,128,0,0,3,44,
-28,0,130,65,104,0,227,128,36,0,7,129,166,3,9,125,33,4,128,78,
-120,27,126,124,120,35,159,124,68,71,125,56,61,86,0,72,0,0,3,44,
-24,0,130,65,12,0,96,60,28,223,99,56,6,1,128,56,0,0,160,56,
-209,127,246,75,120,251,228,127,20,0,225,131,120,243,195,127,16,0,193,131,
-28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,
-32,0,128,78,160,255,33,148,72,0,65,147,120,27,122,124,255,255,26,44,
-56,0,193,146,60,0,225,146,64,0,1,147,68,0,33,147,76,0,97,147,
-80,0,129,147,92,0,225,147,166,2,8,124,100,0,1,144,84,0,161,147,
-120,35,157,124,88,0,193,147,120,43,190,124,4,2,130,65,0,0,29,44,
-252,1,130,65,0,0,96,59,120,219,127,127,120,219,119,127,16,0,128,59,
-58,16,73,87,20,210,9,127,56,24,24,87,248,193,45,59,20,194,217,126,
-16,0,26,40,0,0,96,56,8,0,128,64,8,0,118,128,0,0,3,44,
-192,1,130,65,104,0,131,129,188,0,172,128,120,187,228,126,166,3,169,124,
-33,4,128,78,12,0,97,144,12,0,65,161,8,0,65,177,14,0,97,161,
-10,0,97,177,8,0,129,129,255,7,140,85,16,0,130,64,255,255,156,55,
-1,0,247,58,172,255,130,64,120,187,227,126,133,161,248,75,36,0,225,56,
-35,0,65,57,255,255,99,57,20,0,128,57,166,3,137,125,1,0,11,140,
-116,7,0,124,121,3,5,124,1,0,10,156,20,0,130,64,0,0,12,44,
-255,255,74,57,24,0,130,64,52,0,0,72,255,255,140,57,216,255,0,66,
-0,0,12,44,36,0,130,65,1,0,12,40,120,99,139,125,0,0,0,56,
-8,0,128,64,1,0,96,57,166,3,105,125,1,0,10,156,252,255,0,66,
-20,0,71,57,19,0,192,56,166,3,201,124,255,255,10,140,117,7,0,124,
-12,0,130,65,32,0,0,44,12,0,130,64,255,255,198,56,232,255,0,66,
-8,0,6,44,12,0,128,64,0,0,192,56,8,0,0,72,249,255,198,56,
-15,0,1,57,20,50,231,124,255,255,231,56,8,0,192,56,166,3,201,124,
-1,0,7,140,1,0,8,156,248,255,0,66,16,0,26,40,0,0,224,56,
-12,0,128,64,20,194,153,125,8,0,236,128,6,0,7,136,15,0,0,44,
-28,0,130,65,228,168,109,131,166,242,123,124,236,81,192,60,31,133,198,56,
-22,24,6,124,62,212,31,84,120,219,99,127,0,0,128,56,24,0,161,56,
-4,0,192,56,169,119,252,75,120,251,227,127,0,0,128,56,32,0,161,56,
-2,0,192,56,149,119,252,75,20,0,30,40,120,235,163,127,120,243,197,127,
-16,0,129,56,8,0,129,64,20,0,160,56,25,251,252,75,12,0,96,60,
-64,226,99,56,101,220,252,75,20,0,192,59,255,255,253,59,1,0,159,140,
-223,137,98,56,116,7,132,124,77,220,252,75,255,255,222,55,236,255,130,64,
-221,137,98,56,61,220,252,75,84,0,161,131,68,0,33,131,72,0,65,131,
-88,0,193,131,80,0,129,131,64,0,1,131,76,0,97,131,92,0,225,131,
-100,0,1,128,60,0,225,130,56,0,193,130,166,3,8,124,96,0,33,56,
-32,0,128,78,224,255,33,148,20,0,161,147,120,43,189,124,20,0,29,40,
-166,2,8,124,36,0,1,144,12,0,97,147,120,27,123,124,16,0,129,147,
-120,35,156,124,24,0,193,147,120,51,222,124,28,0,225,147,20,0,224,59,
-8,0,128,64,120,235,191,127,64,0,27,44,44,0,130,64,120,227,131,127,
-120,235,165,127,32,0,128,56,193,119,246,75,120,227,131,127,120,235,164,127,
-120,243,197,127,161,217,248,75,20,0,96,56,180,0,0,72,58,16,107,87,
-20,218,75,125,56,24,74,85,0,0,138,61,96,66,44,57,8,0,9,128,
-0,0,0,44,44,0,130,64,20,0,161,131,28,0,225,131,24,0,193,131,
-16,0,129,131,36,0,1,128,12,0,97,131,0,0,96,56,166,3,8,124,
-32,0,33,56,32,0,128,78,43,0,192,63,56,34,222,59,20,218,171,127,
-58,16,189,87,174,232,30,124,116,7,0,124,32,0,0,44,56,0,128,64,
-120,219,99,127,20,234,158,124,20,0,160,56,157,252,255,75,36,0,96,60,
-240,179,99,56,120,219,100,127,117,84,251,75,0,0,3,44,16,0,130,65,
-12,0,96,60,100,226,99,56,249,218,252,75,120,227,131,127,20,234,158,124,
-120,251,229,127,145,249,252,75,20,0,96,56,20,0,161,131,24,0,193,131,
-28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,
-32,0,33,56,32,0,128,78,0,0,96,56,120,27,106,124,248,193,237,56,
-1,0,128,57,16,0,0,56,166,3,9,124,8,0,7,129,0,0,8,44,
-24,0,130,65,36,0,39,129,141,1,41,85,12,0,130,65,48,80,139,125,
-120,91,99,124,40,0,231,56,1,0,74,57,62,6,74,85,212,255,0,66,
-32,0,128,78,232,255,33,148,12,0,161,147,166,2,8,124,28,0,1,144,
-16,0,193,147,120,27,126,124,20,0,225,147,0,0,224,63,68,71,127,56,
-255,255,128,56,57,85,0,72,0,0,3,44,240,255,130,64,58,16,204,87,
-20,242,12,124,56,24,0,84,248,193,13,57,20,2,168,127,8,0,29,128,
-0,0,0,44,96,0,130,65,62,6,196,87,19,0,96,60,112,177,99,56,
-133,44,247,75,0,0,3,44,72,0,130,65,8,0,125,128,104,0,67,129,
-180,0,10,128,52,40,203,87,43,0,128,61,166,3,9,124,232,30,140,57,
-20,90,140,124,33,4,128,78,120,27,101,124,32,0,5,40,24,0,129,64,
-12,0,96,60,140,226,99,56,109,25,128,56,237,122,246,75,0,0,3,44,
-68,71,127,56,49,81,0,72,0,0,3,44,28,0,130,65,12,0,96,60,
-28,223,99,56,6,1,128,56,0,0,160,56,197,122,246,75,0,0,3,44,
-20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,
-24,0,33,56,32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,
-20,0,225,147,120,27,127,124,12,0,161,147,16,0,160,59,16,0,193,147,
-43,0,192,63,104,212,222,59,120,243,195,127,120,251,228,127,53,126,253,75,
-255,255,189,55,20,26,255,127,168,4,222,59,232,255,130,64,232,168,109,56,
-120,251,228,127,16,23,160,56,213,247,252,75,16,23,159,56,43,0,96,60,
-232,30,99,56,0,2,160,56,193,247,252,75,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,144,99,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,12,0,161,147,16,0,193,147,166,2,8,124,
-28,0,1,144,20,0,225,147,120,27,127,124,43,0,128,60,104,212,132,56,
-128,74,160,56,117,247,252,75,128,74,191,59,120,235,163,127,232,168,141,56,
-16,23,160,56,97,247,252,75,16,23,189,59,16,0,192,59,248,193,237,59,
-8,0,127,128,0,0,3,44,72,0,130,65,104,0,131,129,172,0,12,128,
-120,235,164,127,166,3,9,124,33,4,128,78,120,27,101,124,32,0,5,40,
-56,0,129,64,12,0,96,60,156,226,99,56,24,25,128,56,149,121,246,75,
-255,255,222,55,32,0,189,59,40,0,255,59,184,255,130,64,36,0,0,72,
-120,235,163,127,0,0,128,56,32,0,160,56,97,116,246,75,255,255,222,55,
-32,0,189,59,40,0,255,59,148,255,130,64,20,0,225,131,16,0,193,131,
-28,0,1,128,12,0,161,131,144,99,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,20,0,225,147,166,2,8,124,28,0,1,144,
-12,0,161,147,120,27,125,124,16,0,193,147,0,0,192,63,68,71,126,56,
-255,255,128,56,225,82,0,72,0,0,3,44,240,255,130,64,16,0,29,40,
-0,0,224,59,120,251,227,127,28,0,128,64,58,16,170,87,20,234,10,124,
-56,24,0,84,248,193,141,57,20,2,108,125,8,0,107,128,0,0,3,44,
-24,0,130,65,104,0,131,129,100,0,12,129,166,3,9,125,33,4,128,78,
-120,27,127,124,68,71,126,56,17,79,0,72,0,0,3,44,24,0,130,65,
-12,0,96,60,28,223,99,56,6,1,128,56,0,0,160,56,165,120,246,75,
-120,251,227,127,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,200,255,33,148,44,0,161,147,
-120,27,125,124,40,0,129,147,120,43,188,124,24,0,1,147,28,0,33,147,
-32,0,65,147,52,0,225,147,36,0,97,147,166,2,8,124,60,0,1,144,
-0,0,0,56,48,0,193,147,0,0,28,176,120,35,155,124,0,0,27,144,
-0,0,192,63,68,71,126,56,255,255,128,56,253,81,0,72,0,0,3,44,
-240,255,130,64,16,0,29,40,12,0,64,63,88,0,128,65,68,71,126,56,
-101,78,0,72,0,0,3,44,148,0,130,65,28,223,122,56,6,1,128,56,
-0,0,160,56,253,119,246,75,48,0,193,131,36,0,97,131,32,0,65,131,
-44,0,161,131,52,0,225,131,40,0,129,131,28,0,33,131,60,0,1,128,
-24,0,1,131,10,1,96,56,166,3,8,124,56,0,33,56,32,0,128,78,
-16,0,29,40,0,0,224,59,28,0,128,64,58,16,168,87,20,234,8,124,
-56,24,0,84,248,193,77,57,20,2,42,125,8,0,233,131,0,0,31,44,
-88,0,130,64,68,71,126,56,229,77,0,72,0,0,3,44,20,0,130,65,
-28,223,122,56,6,1,128,56,0,0,160,56,125,119,246,75,48,0,193,131,
-36,0,97,131,32,0,65,131,44,0,161,131,52,0,225,131,40,0,129,131,
-28,0,33,131,60,0,1,128,24,0,1,131,10,1,96,56,166,3,8,124,
-56,0,33,56,32,0,128,78,104,0,127,129,188,0,139,129,120,251,227,127,
-255,255,128,56,166,3,137,125,33,4,128,78,20,0,97,144,20,0,1,161,
-16,0,1,177,22,0,33,161,18,0,33,177,16,0,65,129,255,7,74,85,
-16,0,130,65,0,0,124,161,2,0,107,97,0,0,124,177,0,0,32,59,
-16,0,160,59,1,0,0,59,104,0,159,129,188,0,12,128,120,251,227,127,
-120,203,36,127,166,3,9,124,33,4,128,78,12,0,97,144,12,0,225,160,
-8,0,225,176,14,0,1,161,10,0,1,177,8,0,1,128,255,7,0,84,
-32,0,130,65,0,0,156,169,0,0,123,129,120,59,140,125,48,200,10,127,
-120,83,107,125,0,0,123,145,0,0,156,177,255,255,189,55,1,0,57,59,
-164,255,130,64,68,71,126,56,225,76,0,72,0,0,3,44,20,0,130,65,
-28,223,122,56,6,1,128,56,0,0,160,56,121,118,246,75,48,0,193,131,
-36,0,97,131,32,0,65,131,44,0,161,131,52,0,225,131,40,0,129,131,
-28,0,33,131,60,0,1,128,24,0,1,131,0,0,96,56,166,3,8,124,
-56,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,240,255,33,148,
-12,0,129,56,8,0,161,56,173,253,255,75,0,0,3,44,36,0,130,64,
-8,0,1,128,181,6,0,84,24,0,130,65,20,0,1,128,16,0,33,56,
-166,3,8,124,1,0,96,56,32,0,128,78,20,0,1,128,16,0,33,56,
-166,3,8,124,0,0,96,56,32,0,128,78,224,255,33,148,28,0,225,147,
-166,2,8,124,36,0,1,144,12,0,97,147,120,27,123,124,16,0,129,147,
-120,35,156,124,20,0,161,147,120,43,189,124,24,0,193,147,0,0,192,63,
-68,71,126,56,255,255,128,56,129,79,0,72,0,0,3,44,240,255,130,64,
-16,0,27,40,0,0,96,56,28,0,128,64,58,16,107,87,20,218,11,124,
-56,24,0,84,248,193,237,56,20,2,135,125,8,0,108,128,0,0,3,44,
-10,1,224,59,64,0,130,65,104,0,3,129,148,1,8,128,120,227,132,127,
-120,235,165,127,166,3,9,124,33,4,128,78,1,0,28,44,0,0,224,59,
-20,0,130,65,3,0,28,44,20,0,130,64,251,255,29,44,12,0,130,64,
-120,219,99,127,125,223,248,75,68,71,126,56,137,75,0,72,0,0,3,44,
-24,0,130,65,12,0,96,60,28,223,99,56,6,1,128,56,0,0,160,56,
-29,117,246,75,120,251,227,127,28,0,225,131,20,0,161,131,24,0,193,131,
-36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,
-32,0,128,78,166,2,8,124,4,0,1,144,248,255,33,148,16,0,3,40,
-120,35,138,124,36,0,128,64,58,16,107,84,20,26,11,124,56,24,0,84,
-248,193,109,57,20,2,139,125,8,0,140,129,0,0,12,44,24,0,130,64,
-12,0,1,128,8,0,33,56,166,3,8,124,10,1,96,56,32,0,128,78,
-232,168,141,57,54,32,107,84,20,90,140,125,12,0,172,128,0,0,170,144,
-16,0,12,128,20,0,140,128,8,0,106,56,4,0,10,144,5,242,252,75,
-12,0,1,128,8,0,33,56,166,3,8,124,0,0,96,56,32,0,128,78,
-0,0,0,57,36,0,3,153,37,0,3,153,36,0,35,129,16,0,4,40,
-1,0,64,57,254,255,0,56,34,0,131,152,24,0,3,145,8,0,3,145,
-32,0,3,176,6,2,41,85,28,0,3,145,36,0,35,145,38,0,67,153,
-16,0,128,64,168,4,100,29,43,0,139,61,104,212,12,57,0,0,3,145,
-208,135,13,56,4,0,3,144,32,0,128,78,216,255,33,148,12,0,33,147,
-28,0,161,147,32,0,193,147,36,0,225,147,166,2,8,124,44,0,1,144,
-16,0,65,147,120,27,122,124,20,0,97,147,120,35,155,124,24,0,129,147,
-120,43,188,124,117,1,252,75,0,0,192,63,68,71,126,56,255,255,128,56,
-149,77,0,72,0,0,3,44,240,255,130,64,16,0,26,40,0,0,224,59,
-28,0,128,64,58,16,69,87,20,210,69,125,56,24,74,85,0,0,10,61,
-96,66,232,56,8,0,231,131,0,0,31,44,204,1,130,65,0,0,28,44,
-64,0,130,65,120,211,67,127,225,227,255,75,8,0,128,56,120,27,121,124,
-120,211,67,127,1,0,160,56,255,255,192,56,141,217,248,75,104,0,63,129,
-0,0,27,44,120,251,227,127,58,16,72,87,20,210,168,127,52,0,130,65,
-124,0,0,72,9,0,128,56,120,211,67,127,1,0,160,56,255,255,192,56,
-93,217,248,75,104,0,63,129,0,0,27,44,120,251,227,127,58,16,72,87,
-20,210,168,127,80,0,130,64,132,0,73,129,1,0,128,56,166,3,73,125,
-33,4,128,78,168,4,26,28,43,0,128,61,120,211,68,127,104,212,140,57,
-20,2,108,124,133,60,247,75,56,24,189,87,0,0,93,61,96,66,106,56,
-120,211,68,127,129,254,255,75,212,135,141,169,255,255,140,57,212,135,141,177,
-88,0,0,72,172,0,169,128,43,0,128,61,52,40,64,87,166,3,169,124,
-232,30,140,57,20,2,140,124,33,4,128,78,62,6,72,87,1,0,192,56,
-48,64,196,124,19,0,96,60,112,177,99,56,85,33,247,75,212,135,141,169,
-56,24,167,87,0,0,71,61,96,66,42,57,255,255,140,57,0,0,0,56,
-8,0,9,144,212,135,141,177,104,0,191,128,164,1,197,128,120,251,227,127,
-3,0,128,56,166,3,201,124,33,4,128,78,0,0,28,44,60,0,130,65,
-0,0,224,59,16,0,128,59,1,0,160,59,48,248,160,127,57,0,40,127,
-24,0,130,65,120,251,227,127,0,0,128,56,69,146,248,75,120,251,227,127,
-153,213,248,75,255,255,156,55,1,0,255,59,216,255,130,64,0,0,27,44,
-12,0,130,64,120,211,67,127,149,237,255,75,120,211,68,127,36,0,96,60,
-240,179,99,56,101,150,251,75,58,16,76,87,20,210,44,125,58,16,140,85,
-20,74,44,125,43,0,201,60,232,32,102,56,0,0,128,56,21,0,160,56,
-217,108,246,75,120,211,67,127,0,0,128,56,185,74,251,75,120,211,68,127,
-12,0,96,60,172,226,99,56,169,208,252,75,37,255,251,75,68,71,126,56,
-17,72,0,72,0,0,3,44,24,0,130,65,12,0,96,60,28,223,99,56,
-6,1,128,56,0,0,160,56,165,113,246,75,32,0,193,131,20,0,97,131,
-24,0,129,131,36,0,225,131,28,0,161,131,16,0,65,131,44,0,1,128,
-12,0,33,131,0,0,96,56,166,3,8,124,40,0,33,56,32,0,128,78,
-216,255,33,148,12,0,33,147,16,0,65,147,20,0,97,147,32,0,193,147,
-166,2,8,124,44,0,1,144,24,0,129,147,120,27,124,124,28,0,161,147,
-120,35,157,124,36,0,225,147,0,0,224,63,68,71,127,56,255,255,128,56,
-1,75,0,72,0,0,3,44,240,255,130,64,16,0,28,40,0,0,192,59,
-28,0,128,64,58,16,138,87,20,226,10,124,56,24,0,84,248,193,141,57,
-20,2,108,125,8,0,203,131,0,0,30,44,12,0,96,63,104,0,130,64,
-120,227,132,127,12,0,96,60,196,226,99,56,201,207,252,75,68,71,127,56,
-53,71,0,72,0,0,3,44,244,0,130,65,28,223,123,56,6,1,128,56,
-0,0,160,56,205,112,246,75,0,0,3,44,220,0,130,64,32,0,193,131,
-24,0,129,131,20,0,97,131,28,0,161,131,36,0,225,131,44,0,1,128,
-16,0,65,131,12,0,33,131,166,3,8,124,40,0,33,56,32,0,128,78,
-228,137,66,59,120,227,131,127,81,247,255,75,0,0,3,44,8,0,130,65,
-232,137,66,59,120,227,132,127,58,16,140,87,20,226,44,127,58,16,136,85,
-20,202,8,124,43,0,32,61,232,32,41,57,20,2,169,124,120,211,70,127,
-12,0,96,60,228,226,99,56,45,207,252,75,104,0,94,129,244,0,10,128,
-120,243,195,127,166,3,9,124,33,4,128,78,248,193,205,59,56,24,57,87,
-20,202,30,125,20,0,104,56,41,5,251,75,46,200,126,124,209,95,253,75,
-68,71,127,56,105,70,0,72,0,0,3,44,20,0,130,65,28,223,123,56,
-6,1,128,56,0,0,160,56,1,112,246,75,0,0,29,44,16,0,130,65,
-120,227,132,127,8,0,97,56,89,103,252,75,32,0,193,131,24,0,129,131,
-20,0,97,131,28,0,161,131,36,0,225,131,44,0,1,128,16,0,65,131,
-12,0,33,131,166,3,8,124,40,0,33,56,32,0,128,78,168,255,33,148,
-44,0,161,146,48,0,193,146,52,0,225,146,56,0,1,147,76,0,161,147,
-80,0,193,147,84,0,225,147,166,2,8,124,92,0,1,144,64,0,65,147,
-120,27,122,124,60,0,33,147,120,35,153,124,68,0,97,147,120,43,187,124,
-72,0,129,147,0,0,128,63,68,71,124,56,255,255,128,56,57,73,0,72,
-0,0,3,44,240,255,130,64,120,211,68,127,120,203,37,127,12,0,96,60,
-48,227,99,56,45,206,252,75,16,0,26,40,0,0,192,59,28,0,128,64,
-58,16,73,87,20,210,9,125,56,24,8,85,0,0,136,61,96,66,108,57,
-8,0,203,131,16,0,25,40,0,0,224,59,28,0,128,64,58,16,38,87,
-20,202,6,124,56,24,0,84,248,193,13,57,20,2,232,124,8,0,231,131,
-0,0,30,44,12,0,224,62,12,0,130,65,0,0,31,44,100,0,130,64,
-68,71,124,56,61,69,0,72,0,0,3,44,20,0,130,65,28,223,119,56,
-6,1,128,56,0,0,160,56,213,110,246,75,76,0,161,131,56,0,1,131,
-60,0,33,131,80,0,193,131,72,0,129,131,52,0,225,130,64,0,65,131,
-84,0,225,131,68,0,97,131,48,0,193,130,92,0,1,128,44,0,161,130,
-10,1,96,56,166,3,8,124,88,0,33,56,32,0,128,78,0,0,160,59,
-120,203,35,127,77,245,255,75,1,0,3,44,8,0,130,64,35,1,160,59,
-120,211,67,127,53,248,255,75,1,0,3,44,12,0,130,64,35,1,160,59,
-12,0,0,72,0,0,29,44,100,0,130,65,68,71,124,56,165,68,0,72,
-0,0,3,44,20,0,130,65,28,223,119,56,6,1,128,56,0,0,160,56,
-61,110,246,75,72,0,129,131,120,235,163,127,76,0,161,131,56,0,1,131,
-68,0,97,131,80,0,193,131,60,0,33,131,52,0,225,130,64,0,65,131,
-84,0,225,131,92,0,1,128,48,0,193,130,44,0,161,130,166,3,8,124,
-88,0,33,56,32,0,128,78,12,0,0,63,120,203,35,127,3,0,128,56,
-251,255,160,56,253,247,255,75,104,0,63,129,228,0,9,128,120,251,227,127,
-166,3,9,124,33,4,128,78,58,16,107,84,20,26,107,124,58,16,99,84,
-205,184,252,75,104,0,159,129,236,0,108,129,166,3,105,125,120,27,117,124,
-120,171,164,126,120,251,227,127,33,4,128,78,3,0,21,136,1,0,128,57,
-116,7,0,124,120,171,163,126,120,211,68,127,48,0,150,125,173,220,247,75,
-6,0,30,136,1,0,0,44,0,0,224,59,12,0,130,65,2,0,0,44,
-76,0,130,64,88,1,96,56,197,182,252,75,121,27,127,124,20,0,130,64,
-100,227,120,56,177,23,128,56,0,0,160,56,85,109,246,75,120,211,67,127,
-120,251,228,127,89,248,255,75,0,0,191,128,42,0,5,44,20,0,130,65,
-100,227,120,56,179,23,128,56,0,0,160,56,45,109,246,75,104,0,222,128,
-4,1,6,128,120,243,195,127,120,219,100,127,120,171,165,126,166,3,9,124,
-33,4,128,78,120,27,125,124,120,171,163,126,17,184,252,75,68,71,124,56,
-77,67,0,72,0,0,3,44,20,0,130,65,28,223,119,56,6,1,128,56,
-0,0,160,56,229,108,246,75,0,0,29,44,236,0,130,64,120,203,35,127,
-0,0,128,56,1,0,160,56,193,248,255,75,120,211,67,127,120,179,196,126,
-17,210,247,75,120,27,125,124,120,219,99,127,1,0,128,56,181,140,248,75,
-0,0,29,44,184,0,130,64,0,0,31,44,176,0,130,65,8,0,97,56,
-52,51,128,60,221,221,132,56,197,152,250,75,0,0,96,56,149,99,252,75,
-121,27,126,124,20,0,130,64,100,227,120,56,228,23,128,56,0,0,160,56,
-113,108,246,75,8,0,97,56,25,182,250,75,0,0,3,44,68,0,130,65,
-120,243,196,127,8,0,97,56,68,2,160,56,0,0,192,56,120,51,199,124,
-113,149,250,75,120,243,195,127,65,98,252,75,0,0,3,44,28,0,130,64,
-12,0,96,60,116,227,99,56,9,203,252,75,121,243,195,127,8,0,130,65,
-45,99,252,75,120,243,195,127,120,251,228,127,125,98,252,75,120,243,196,127,
-8,0,97,56,68,2,160,56,0,0,192,56,120,51,199,124,17,171,250,75,
-120,243,195,127,241,182,252,75,120,251,227,127,233,182,252,75,120,211,67,127,
-0,0,128,56,113,250,255,75,120,235,164,127,12,0,96,60,0,227,99,56,
-173,202,252,75,72,0,129,131,120,235,163,127,76,0,161,131,56,0,1,131,
-68,0,97,131,80,0,193,131,60,0,33,131,52,0,225,130,64,0,65,131,
-84,0,225,131,92,0,1,128,48,0,193,130,44,0,161,130,166,3,8,124,
-88,0,33,56,32,0,128,78,224,255,33,148,8,0,65,147,12,0,97,147,
-16,0,129,147,20,0,161,147,166,2,8,124,36,0,1,144,24,0,193,147,
-121,27,126,124,28,0,225,147,255,255,224,59,166,0,128,127,94,4,128,87,
-36,1,0,124,112,0,130,65,0,0,160,59,16,0,64,59,0,0,96,63,
-56,66,123,59,48,0,123,128,64,24,30,124,40,0,123,59,40,0,130,65,
-0,0,3,44,60,0,130,65,104,0,131,129,140,1,44,129,120,243,196,127,
-166,3,41,125,33,4,128,78,1,0,3,44,32,0,130,64,0,128,136,115,
-166,0,0,124,94,4,0,84,120,67,0,124,36,1,0,124,120,235,163,127,
-40,0,0,72,255,255,90,55,1,0,189,59,168,255,130,64,0,128,136,115,
-166,0,0,124,94,4,0,84,120,67,0,124,36,1,0,124,120,251,227,127,
-24,0,193,131,16,0,129,131,20,0,161,131,28,0,225,131,36,0,1,128,
-12,0,97,131,8,0,65,131,166,3,8,124,32,0,33,56,32,0,128,78,
-224,255,33,148,20,0,161,147,24,0,193,147,28,0,225,147,166,2,8,124,
-36,0,1,144,16,0,129,147,120,27,124,124,8,0,28,128,0,0,0,44,
-120,43,191,124,120,35,157,124,36,0,130,64,28,0,225,131,20,0,161,131,
-36,0,1,128,16,0,129,131,10,1,96,56,166,3,8,124,32,0,33,56,
-32,0,128,78,124,196,205,131,120,243,195,127,3,0,128,56,8,0,161,56,
-37,137,252,75,8,0,124,128,120,235,164,127,120,251,229,127,137,250,253,75,
-120,27,127,124,8,0,124,128,153,254,255,75,93,212,248,75,8,0,129,128,
-12,0,161,56,120,243,195,127,245,136,252,75,212,192,109,56,2,0,128,60,
-0,0,160,56,21,73,0,72,120,251,227,127,28,0,225,131,24,0,193,131,
-36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,
-32,0,128,78,216,255,33,148,20,0,97,147,32,0,193,147,166,2,8,124,
-44,0,1,144,28,0,161,147,120,35,157,124,36,0,225,147,10,1,224,59,
-24,0,129,147,120,27,124,124,37,141,248,75,120,27,123,124,255,255,27,44,
-40,1,130,65,0,0,192,63,68,71,126,56,255,255,128,56,93,67,0,72,
-0,0,3,44,240,255,130,64,16,0,27,40,0,0,96,56,28,0,128,64,
-58,16,107,87,20,218,43,125,56,24,41,85,0,0,9,61,96,66,136,57,
-8,0,108,128,0,0,3,44,124,0,130,65,104,0,35,129,188,0,9,128,
-120,227,132,127,166,3,9,124,33,4,128,78,12,0,97,144,12,0,1,160,
-8,0,1,176,14,0,193,160,239,255,128,56,120,227,133,127,58,16,104,87,
-20,218,232,124,10,0,193,176,56,24,231,84,0,0,71,61,96,66,106,56,
-113,254,255,75,8,0,1,128,189,7,0,84,120,27,127,124,36,0,130,64,
-0,0,31,44,28,0,130,64,120,219,101,127,120,227,134,127,2,0,96,56,
-12,0,128,60,224,227,132,56,33,108,246,75,68,71,126,56,45,63,0,72,
-0,0,3,44,24,0,130,65,12,0,96,60,28,223,99,56,6,1,128,56,
-0,0,160,56,193,104,246,75,120,227,132,127,120,251,229,127,12,0,96,60,
-176,227,99,56,137,199,252,75,0,0,31,44,44,0,130,64,212,192,109,56,
-64,0,128,56,0,0,160,56,169,71,0,72,0,0,29,44,20,0,130,64,
-120,219,99,127,255,255,128,56,173,201,247,75,120,27,127,124,120,251,227,127,
-36,0,225,131,28,0,161,131,32,0,193,131,44,0,1,128,24,0,129,131,
-20,0,97,131,166,3,8,124,40,0,33,56,32,0,128,78,232,255,33,148,
-16,0,193,147,166,2,8,124,28,0,1,144,20,0,225,147,0,0,224,59,
-166,0,192,127,94,4,204,87,36,1,128,125,16,0,3,40,120,251,224,127,
-28,0,128,64,58,16,108,84,20,26,44,125,56,24,41,85,0,0,73,61,
-96,66,10,57,8,0,8,128,121,3,3,124,60,0,130,65,104,0,131,129,
-188,0,76,129,166,3,73,125,33,4,128,78,12,0,97,144,12,0,1,160,
-8,0,1,176,14,0,1,161,10,0,1,177,8,0,97,129,255,7,107,85,
-12,0,130,65,8,0,1,128,254,255,31,84,0,128,201,115,166,0,0,124,
-94,4,0,84,120,75,0,124,36,1,0,124,28,0,1,128,120,251,227,127,
-20,0,225,131,16,0,193,131,166,3,8,124,24,0,33,56,32,0,128,78,
-0,0,99,128,84,115,253,75,216,255,33,148,12,0,33,147,28,0,161,147,
-32,0,193,147,36,0,225,147,166,2,8,124,44,0,1,144,24,0,129,147,
-120,43,188,124,16,0,65,147,120,27,122,124,20,0,97,147,120,35,155,124,
-133,253,255,75,121,27,127,124,12,0,130,65,32,1,31,44,140,1,130,64,
-120,211,67,127,189,138,248,75,120,27,121,124,16,0,25,40,108,1,128,64,
-120,211,68,127,225,254,255,75,0,0,3,44,36,0,130,65,0,0,27,44,
-28,0,130,64,1,0,32,57,48,208,35,125,165,196,247,75,120,211,67,127,
-0,0,128,56,13,135,248,75,0,0,160,63,68,71,125,56,255,255,128,56,
-197,64,0,72,0,0,3,44,240,255,130,64,120,203,39,127,16,0,7,40,
-0,0,192,59,28,0,128,64,58,16,236,84,20,58,76,125,56,24,74,85,
-0,0,202,60,96,66,166,56,8,0,197,131,6,0,30,136,13,0,0,44,
-40,0,130,64,120,203,35,127,0,0,128,56,1,0,160,56,161,242,255,75,
-68,71,125,56,245,60,0,72,0,0,3,44,208,0,130,65,180,0,0,72,
-104,0,30,129,252,0,40,129,120,243,195,127,120,211,68,127,166,3,41,125,
-33,4,128,78,120,211,68,127,120,27,127,124,120,251,229,127,12,0,96,60,
-244,227,99,56,69,197,252,75,104,0,94,129,244,0,106,129,120,243,195,127,
-166,3,105,125,33,4,128,78,0,0,31,44,88,0,130,64,104,0,158,129,
-100,0,12,128,120,243,195,127,166,3,9,124,33,4,128,78,58,16,44,87,
-255,255,3,48,17,25,0,125,20,202,12,124,56,24,0,84,248,193,173,56,
-20,2,197,127,36,0,222,128,140,201,6,81,36,0,222,144,24,0,130,64,
-120,243,195,127,109,254,255,75,0,0,28,44,8,0,130,65,28,0,158,147,
-68,71,125,56,65,60,0,72,0,0,3,44,28,0,130,65,12,0,96,60,
-28,223,99,56,6,1,128,56,0,0,160,56,213,101,246,75,0,0,3,44,
-0,0,31,44,8,0,130,64,0,0,27,44,20,0,97,131,28,0,161,131,
-120,251,227,127,36,0,225,131,24,0,129,131,32,0,193,131,44,0,1,128,
-16,0,65,131,12,0,33,131,166,3,8,124,40,0,33,56,32,0,128,78,
-160,255,33,148,28,0,225,145,32,0,1,146,36,0,33,146,40,0,65,146,
-44,0,97,146,52,0,161,146,56,0,193,146,60,0,225,146,68,0,33,147,
-72,0,65,147,76,0,97,147,80,0,129,147,84,0,161,147,88,0,193,147,
-166,2,8,124,100,0,1,144,92,0,225,147,120,27,127,124,64,0,1,147,
-120,35,152,124,48,0,129,146,0,0,128,58,21,85,255,75,232,3,64,57,
-120,27,114,124,9,0,192,60,248,112,198,56,8,0,131,146,4,0,195,144,
-36,0,131,146,40,0,131,146,20,0,67,145,0,0,152,146,0,0,127,131,
-4,0,159,131,120,163,150,126,16,0,32,59,12,0,65,59,3,0,160,58,
-239,0,96,58,120,163,157,126,9,0,193,59,8,0,1,58,36,0,32,58,
-1,0,224,59,1,0,0,56,48,176,23,124,56,216,235,126,0,0,128,57,
-121,91,128,125,156,0,130,65,120,179,195,126,120,131,4,126,120,243,197,127,
-105,137,248,75,0,0,30,136,117,7,0,124,120,27,111,124,16,0,130,64,
-117,7,239,125,104,0,130,65,12,0,0,72,121,3,15,124,92,0,130,65,
-120,147,67,126,120,179,196,126,120,123,229,125,165,88,255,75,120,27,100,124,
-0,0,228,179,0,0,186,178,4,0,186,147,8,0,186,155,9,0,122,154,
-10,0,58,178,120,179,195,126,64,0,175,56,2,0,186,176,120,211,69,127,
-0,0,192,56,173,247,252,75,255,255,57,55,1,0,148,58,1,0,214,58,
-100,255,130,64,28,0,0,72,0,0,216,128,120,187,198,124,0,0,216,144,
-255,255,57,55,1,0,214,58,72,255,130,64,120,147,67,126,120,163,132,126,
-233,89,255,75,0,0,18,168,0,0,0,44,248,255,130,64,0,0,88,129,
-12,0,242,171,24,0,114,129,0,0,0,56,120,91,72,125,0,0,18,176,
-120,147,67,126,0,0,24,145,165,82,0,72,72,0,65,131,44,0,97,130,
-48,0,129,130,76,0,97,131,68,0,33,131,40,0,65,130,52,0,161,130,
-80,0,129,131,64,0,1,131,36,0,33,130,56,0,193,130,84,0,161,131,
-120,251,227,127,92,0,225,131,60,0,225,130,88,0,193,131,100,0,1,128,
-32,0,1,130,28,0,225,129,166,3,8,124,96,0,33,56,32,0,128,78,
-216,255,33,148,166,2,8,124,44,0,1,144,36,0,225,147,120,35,159,124,
-8,0,129,56,12,0,161,56,237,234,255,75,8,0,129,129,0,0,3,44,
-0,0,96,57,20,0,97,145,16,0,129,145,32,0,130,64,16,0,97,129,
-24,0,97,145,20,0,1,128,24,0,97,56,120,251,228,127,28,0,1,144,
-169,253,255,75,44,0,1,128,36,0,225,131,40,0,33,56,166,3,8,124,
-32,0,128,78,168,255,33,148,32,0,65,146,36,0,97,146,40,0,129,146,
-52,0,225,146,56,0,1,147,60,0,33,147,64,0,65,147,68,0,97,147,
-72,0,129,147,76,0,161,147,80,0,193,147,84,0,225,147,166,2,8,124,
-92,0,1,144,44,0,161,146,120,27,117,124,48,0,193,146,120,35,150,124,
-1,0,0,57,11,0,225,56,16,0,96,57,166,3,105,125,1,0,7,157,
-252,255,0,66,120,171,164,126,12,0,96,60,36,228,99,56,141,193,252,75,
-38,1,224,59,12,0,225,58,0,0,64,62,8,0,161,59,255,255,0,59,
-120,195,26,127,120,195,27,127,68,71,210,59,120,243,195,127,255,255,128,56,
-81,60,0,72,0,0,3,44,240,255,130,64,16,0,128,59,248,193,205,59,
-0,0,32,59,120,203,52,127,255,255,119,58,1,0,147,141,116,7,140,125,
-1,0,12,44,112,0,130,64,16,0,25,40,0,0,96,56,8,0,128,64,
-8,0,126,128,0,0,3,44,16,0,130,65,6,0,3,136,13,0,0,44,
-28,0,130,65,0,0,147,154,255,255,156,55,40,0,222,59,1,0,57,59,
-188,255,130,64,68,0,0,72,104,0,131,129,28,0,204,128,166,3,201,124,
-33,4,128,78,64,216,4,124,28,0,129,65,12,0,128,65,64,208,3,124,
-16,0,128,64,120,203,56,127,120,27,122,124,120,35,155,124,255,255,156,55,
-40,0,222,59,1,0,57,59,120,255,130,64,68,71,114,56,37,56,0,72,
-0,0,3,44,24,0,130,65,12,0,96,60,84,228,99,56,6,1,128,56,
-0,0,160,56,185,97,246,75,255,255,24,44,68,0,130,65,0,0,0,56,
-174,193,23,124,120,195,3,127,120,235,164,127,21,254,255,75,121,27,127,124,
-24,0,130,64,120,171,163,126,120,195,4,127,120,179,197,126,201,241,255,75,
-120,27,127,124,36,1,31,44,220,254,130,65,38,1,31,44,212,254,130,65,
-12,0,96,60,96,228,99,56,65,192,252,75,68,0,97,131,48,0,193,130,
-44,0,161,130,64,0,65,131,72,0,129,131,52,0,225,130,40,0,129,130,
-60,0,33,131,76,0,161,131,120,251,227,127,84,0,225,131,56,0,1,131,
-80,0,193,131,92,0,1,128,36,0,97,130,32,0,65,130,166,3,8,124,
-88,0,33,56,32,0,128,78,152,255,33,148,44,0,33,146,48,0,65,146,
-52,0,97,146,56,0,129,146,60,0,161,146,64,0,193,146,72,0,1,147,
-76,0,33,147,166,2,8,124,108,0,1,144,80,0,65,147,120,27,122,124,
-84,0,97,147,120,35,155,124,88,0,129,147,120,51,220,124,100,0,225,147,
-121,43,191,124,92,0,161,147,68,0,225,146,255,255,224,58,120,187,253,126,
-96,0,193,147,120,187,254,126,96,0,130,64,12,0,96,60,232,228,99,56,
-129,191,252,75,88,0,129,131,60,0,161,130,64,0,193,130,92,0,161,131,
-84,0,97,131,56,0,129,130,68,0,225,130,96,0,193,131,80,0,65,131,
-52,0,97,130,72,0,1,131,100,0,225,131,76,0,33,131,48,0,65,130,
-108,0,1,128,44,0,33,130,35,1,96,56,166,3,8,124,104,0,33,56,
-32,0,128,78,58,16,70,87,20,210,198,126,56,24,214,86,1,0,32,59,
-0,0,0,59,9,128,13,136,0,0,160,58,116,7,0,124,0,0,21,124,
-1,0,32,59,92,0,128,64,48,168,39,127,57,248,232,124,68,0,130,65,
-120,171,163,126,105,133,248,75,0,0,30,40,16,0,128,65,28,0,129,65,
-64,24,29,124,20,0,129,65,9,128,13,136,1,0,181,58,116,7,0,124,
-28,0,0,72,9,128,13,136,0,0,192,59,120,27,125,124,120,171,183,126,
-116,7,0,124,1,0,181,58,0,0,21,124,172,255,128,65,255,255,23,44,
-84,0,130,64,88,0,129,131,60,0,161,130,64,0,193,130,92,0,161,131,
-84,0,97,131,56,0,129,130,68,0,225,130,96,0,193,131,80,0,65,131,
-52,0,97,130,72,0,1,131,100,0,225,131,76,0,33,131,48,0,65,130,
-108,0,1,128,44,0,33,130,35,1,96,56,166,3,8,124,104,0,33,56,
-32,0,128,78,120,187,228,126,120,235,181,127,120,171,165,126,12,0,96,60,
-120,228,99,56,61,190,252,75,0,0,160,63,68,71,125,56,255,255,128,56,
-29,57,0,72,0,0,3,44,240,255,130,64,16,0,26,40,0,0,192,59,
-16,0,128,64,0,0,22,61,96,66,232,56,8,0,199,131,20,0,96,56,
-49,170,252,75,116,7,224,126,120,27,115,124,3,0,19,152,1,0,147,155,
-0,0,128,58,0,0,147,154,104,0,126,129,4,1,139,129,0,184,53,57,
-120,243,195,127,48,0,49,127,120,219,100,127,120,155,101,126,166,3,137,125,
-12,0,51,145,8,0,19,147,33,4,128,78,6,0,30,136,1,0,0,44,
-120,27,126,124,120,163,146,126,12,0,130,65,2,0,0,44,8,0,130,64,
-1,0,64,58,120,155,99,126,201,169,252,75,68,71,125,56,5,53,0,72,
-0,0,3,44,24,0,130,65,12,0,96,60,28,223,99,56,6,1,128,56,
-0,0,160,56,153,94,246,75,36,1,30,44,148,0,130,64,48,184,32,127,
-120,0,255,127,12,0,96,60,136,228,99,56,89,189,252,75,120,187,229,126,
-120,171,166,126,46,0,96,56,12,0,128,60,160,228,132,56,161,97,246,75,
-0,0,31,44,84,0,130,64,88,0,129,131,60,0,161,130,64,0,193,130,
-92,0,161,131,84,0,97,131,56,0,129,130,68,0,225,130,96,0,193,131,
-80,0,65,131,52,0,97,130,72,0,1,131,100,0,225,131,76,0,33,131,
-48,0,65,130,108,0,1,128,44,0,33,130,36,1,96,56,166,3,8,124,
-104,0,33,56,32,0,128,78,255,255,160,59,120,235,190,127,196,253,255,75,
-0,0,30,44,84,0,130,65,60,0,161,130,84,0,97,131,80,0,65,131,
-56,0,129,130,64,0,193,130,88,0,129,131,120,243,195,127,96,0,193,131,
-76,0,33,131,92,0,161,131,68,0,225,130,52,0,97,130,72,0,1,131,
-100,0,225,131,108,0,1,128,48,0,65,130,44,0,33,130,166,3,8,124,
-104,0,33,56,32,0,128,78,1,0,18,44,12,0,224,63,76,0,130,64,
-88,1,96,56,237,166,252,75,121,27,116,124,20,0,130,64,252,228,127,56,
-186,22,128,56,0,0,160,56,125,93,246,75,120,211,67,127,120,163,132,126,
-129,232,255,75,0,0,20,128,42,0,0,44,20,0,130,65,252,228,127,56,
-188,22,128,56,0,0,160,56,85,93,246,75,120,211,67,127,120,139,36,126,
-153,194,247,75,120,27,126,124,120,219,99,127,1,0,128,56,61,125,248,75,
-0,0,30,44,184,0,130,64,0,0,20,44,176,0,130,65,8,0,97,56,
-52,51,128,60,221,221,132,56,77,137,250,75,0,0,96,56,29,84,252,75,
-121,27,125,124,20,0,130,64,252,228,127,56,216,22,128,56,0,0,160,56,
-249,92,246,75,8,0,97,56,161,166,250,75,0,0,3,44,68,0,130,65,
-120,235,164,127,8,0,97,56,68,2,160,56,0,0,192,56,120,51,199,124,
-249,133,250,75,120,235,163,127,201,82,252,75,0,0,3,44,28,0,130,64,
-12,0,96,60,12,229,99,56,145,187,252,75,121,235,163,127,8,0,130,65,
-181,83,252,75,120,235,163,127,120,163,132,126,5,83,252,75,120,235,164,127,
-8,0,97,56,68,2,160,56,0,0,192,56,120,51,199,124,153,155,250,75,
-120,235,163,127,121,167,252,75,120,163,131,126,113,167,252,75,120,211,67,127,
-0,0,128,56,249,234,255,75,120,243,196,127,12,0,96,60,184,228,99,56,
-53,187,252,75,60,0,161,130,84,0,97,131,80,0,65,131,56,0,129,130,
-64,0,193,130,88,0,129,131,120,243,195,127,96,0,193,131,76,0,33,131,
-92,0,161,131,68,0,225,130,52,0,97,130,72,0,1,131,100,0,225,131,
-108,0,1,128,48,0,65,130,44,0,33,130,166,3,8,124,104,0,33,56,
-32,0,128,78,240,255,33,148,166,2,8,124,20,0,1,144,12,0,225,147,
-120,27,127,124,0,0,128,56,223,255,160,56,253,229,255,75,120,251,227,127,
-0,0,128,56,247,255,160,56,237,229,255,75,120,251,227,127,0,0,128,56,
-251,255,160,56,221,229,255,75,120,251,227,127,0,0,128,56,175,255,160,56,
-205,229,255,75,20,0,1,128,12,0,225,131,16,0,33,56,166,3,8,124,
-32,0,128,78,232,255,33,148,8,0,129,147,120,27,124,124,16,0,28,40,
-20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,120,35,157,124,
-16,0,193,147,120,43,190,124,32,0,128,65,16,0,193,131,12,0,161,131,
-8,0,129,131,166,3,8,124,10,1,96,56,24,0,33,56,32,0,128,78,
-0,0,224,63,68,71,127,56,255,255,128,56,21,53,0,72,0,0,3,44,
-240,255,130,64,58,16,139,87,20,226,11,124,56,24,0,84,248,193,141,57,
-20,2,108,124,120,235,164,127,120,243,197,127,125,240,255,75,120,27,126,124,
-68,71,127,56,101,49,0,72,0,0,3,44,24,0,130,65,12,0,96,60,
-28,223,99,56,6,1,128,56,0,0,160,56,249,90,246,75,0,0,30,44,
-20,0,130,64,120,227,131,127,255,255,128,56,17,188,247,75,120,27,126,124,
-120,243,195,127,16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-166,2,8,124,28,0,1,144,20,0,225,147,120,27,127,124,12,0,161,147,
-120,35,157,124,16,0,193,147,0,0,192,63,68,71,126,56,255,255,128,56,
-89,52,0,72,0,0,3,44,240,255,130,64,16,0,31,40,0,0,96,56,
-28,0,128,64,58,16,235,87,20,250,11,124,56,24,0,84,248,193,77,57,
-20,2,138,125,8,0,108,128,0,0,3,44,10,1,224,59,28,0,130,65,
-104,0,99,129,212,0,11,128,120,235,164,127,166,3,9,124,33,4,128,78,
-0,0,224,59,68,71,126,56,133,48,0,72,0,0,3,44,24,0,130,65,
-12,0,96,60,72,229,99,56,6,1,128,56,0,0,160,56,25,90,246,75,
-120,251,227,127,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,12,0,161,147,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,8,0,129,147,
-120,27,124,124,77,125,248,75,120,27,125,124,255,255,29,44,40,0,130,64,
-20,0,225,131,16,0,193,131,12,0,161,131,28,0,1,128,8,0,129,131,
-10,1,96,56,166,3,8,124,24,0,33,56,32,0,128,78,0,0,224,63,
-68,71,127,56,255,255,128,56,97,51,0,72,0,0,3,44,240,255,130,64,
-16,0,29,40,10,1,192,59,0,0,96,56,28,0,128,64,58,16,170,87,
-20,234,10,124,56,24,0,84,248,193,141,57,20,2,108,125,8,0,107,128,
-0,0,3,44,16,0,130,65,120,227,132,127,61,233,253,75,120,27,126,124,
-68,71,127,56,153,47,0,72,0,0,3,44,24,0,130,65,12,0,96,60,
-84,229,99,56,6,1,128,56,0,0,160,56,45,89,246,75,120,243,195,127,
-16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,16,0,193,147,
-20,0,225,147,166,2,8,124,28,0,1,144,12,0,161,147,120,27,125,124,
-97,124,248,75,120,27,126,124,255,255,30,44,36,0,130,64,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,10,1,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,0,0,224,63,68,71,127,56,255,255,128,56,
-121,50,0,72,0,0,3,44,240,255,130,64,16,0,30,40,0,0,96,56,
-28,0,128,64,58,16,202,87,20,242,10,124,56,24,0,84,248,193,141,57,
-20,2,108,125,8,0,107,128,0,0,3,44,10,1,192,59,16,0,130,65,
-120,235,164,127,141,232,253,75,120,27,126,124,68,71,127,56,177,46,0,72,
-0,0,3,44,24,0,130,65,12,0,96,60,96,229,99,56,6,1,128,56,
-0,0,160,56,69,88,246,75,120,243,195,127,16,0,193,131,28,0,1,128,
-20,0,225,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-176,255,33,148,12,0,225,145,16,0,1,146,20,0,33,146,24,0,65,146,
-28,0,97,146,32,0,129,146,36,0,161,146,44,0,225,146,48,0,1,147,
-52,0,33,147,56,0,65,147,64,0,129,147,68,0,161,147,72,0,193,147,
-76,0,225,147,60,0,97,147,120,35,155,124,166,2,8,124,84,0,1,144,
-0,0,0,56,40,0,193,146,0,0,27,144,120,27,118,124,0,32,96,56,
-197,162,252,75,121,27,114,124,92,0,130,64,32,0,129,130,64,0,129,131,
-60,0,97,131,28,0,97,130,36,0,161,130,68,0,161,131,56,0,65,131,
-24,0,65,130,40,0,193,130,72,0,193,131,52,0,33,131,20,0,33,130,
-44,0,225,130,76,0,225,131,48,0,1,131,16,0,1,130,84,0,1,128,
-12,0,225,129,16,1,96,56,166,3,8,124,80,0,33,56,32,0,128,78,
-57,71,255,75,244,1,160,56,9,0,0,60,248,112,0,48,0,0,160,58,
-8,0,163,146,4,0,3,144,36,0,163,146,40,0,163,146,20,0,163,144,
-4,0,86,131,0,0,54,131,120,171,188,126,1,0,224,58,120,171,180,126,
-16,0,160,59,120,203,62,127,120,27,115,124,120,227,152,127,120,163,145,126,
-120,211,95,127,48,224,239,126,32,0,124,57,48,88,224,126,56,240,235,125,
-48,224,9,127,32,0,28,33,48,68,234,126,120,83,37,125,120,43,16,124,
-56,248,12,126,121,91,139,125,28,0,130,65,58,0,44,86,20,98,178,124,
-120,227,131,127,120,155,100,126,237,0,253,75,1,0,181,58,255,255,189,55,
-0,2,49,58,1,0,156,59,172,255,130,64,120,155,99,126,120,171,164,126,
-121,76,255,75,0,0,19,168,0,0,0,44,248,255,130,64,12,0,211,171,
-24,0,179,128,0,0,224,59,120,155,99,126,0,0,187,144,120,40,57,127,
-0,0,243,179,0,0,54,147,4,0,246,147,49,69,0,72,29,0,96,61,
-60,5,107,57,120,203,40,127,120,251,233,127,120,163,138,126,1,0,128,57,
-16,0,0,56,166,3,9,124,48,248,131,125,56,64,102,124,0,0,224,56,
-121,51,224,124,60,0,130,65,58,0,70,85,20,50,210,124,176,0,230,160,
-127,198,231,84,40,0,130,64,24,0,11,160,0,0,0,44,28,0,130,64,
-0,0,219,128,0,0,30,44,120,27,198,124,0,0,219,144,8,0,130,64,
-2,16,192,59,112,0,107,57,0,2,74,57,1,0,255,59,168,255,0,66,
-120,147,67,126,249,160,252,75,56,0,65,131,28,0,97,130,32,0,129,130,
-60,0,97,131,52,0,33,131,24,0,65,130,36,0,161,130,64,0,129,131,
-120,243,195,127,72,0,193,131,48,0,1,131,68,0,161,131,40,0,193,130,
-20,0,33,130,44,0,225,130,76,0,225,131,84,0,1,128,16,0,1,130,
-12,0,225,129,166,3,8,124,80,0,33,56,32,0,128,78,176,255,33,148,
-32,0,129,146,36,0,161,146,40,0,193,146,44,0,225,146,48,0,1,147,
-52,0,33,147,68,0,161,147,76,0,225,147,166,2,8,124,84,0,1,144,
-72,0,193,147,120,27,126,124,56,0,65,147,120,35,154,124,64,0,129,147,
-10,1,128,59,60,0,97,147,0,0,96,63,68,71,123,56,255,255,128,56,
-9,47,0,72,0,0,3,44,240,255,130,64,16,0,30,40,0,0,224,59,
-28,0,128,64,58,16,200,87,20,242,200,124,56,24,198,84,0,0,70,61,
-96,66,42,57,8,0,233,131,0,0,31,44,0,0,160,59,16,0,161,147,
-120,235,190,127,20,0,193,147,148,0,130,65,16,0,160,58,1,0,0,59,
-0,0,128,58,120,163,153,126,104,0,159,129,188,0,12,128,120,251,227,127,
-120,163,132,126,166,3,9,124,33,4,128,78,12,0,97,144,12,0,1,161,
-8,0,1,177,14,0,33,161,10,0,33,177,8,0,65,129,255,7,74,85,
-56,0,130,65,8,0,97,129,189,7,107,85,44,0,130,64,48,160,22,127,
-120,179,189,127,48,160,32,127,32,0,148,33,48,100,6,127,120,51,9,124,
-32,0,20,56,48,0,8,127,120,75,23,125,120,187,222,127,255,255,181,54,
-1,0,148,58,140,255,130,64,16,0,161,147,20,0,193,147,68,71,123,56,
-177,42,0,72,0,0,3,44,24,0,130,65,12,0,96,60,108,229,99,56,
-6,1,128,56,0,0,160,56,69,84,246,75,0,0,31,44,36,0,130,65,
-16,0,1,128,24,0,1,144,20,0,1,128,24,0,97,56,120,211,68,127,
-28,0,1,144,1,252,255,75,120,27,124,124,68,0,161,131,48,0,1,131,
-44,0,225,130,60,0,97,131,120,227,131,127,64,0,129,131,72,0,193,131,
-56,0,65,131,40,0,193,130,52,0,33,131,76,0,225,131,84,0,1,128,
-36,0,161,130,32,0,129,130,166,3,8,124,80,0,33,56,32,0,128,78,
-107,48,0,56,2,0,67,57,0,0,128,57,0,0,132,145,30,0,32,57,
-166,3,41,125,0,0,234,136,12,0,7,44,36,0,130,64,6,0,42,137,
-5,0,106,137,0,0,0,56,46,64,40,85,20,66,75,125,0,0,68,145,
-120,3,11,124,16,0,0,72,12,0,74,57,208,255,0,66,0,0,96,57,
-0,2,0,57,166,3,9,125,255,255,99,56,1,0,131,141,20,98,107,125,
-62,6,107,85,244,255,0,66,0,0,11,44,8,0,130,65,107,48,0,56,
-120,3,3,124,32,0,128,78,176,255,33,148,16,0,1,146,20,0,33,146,
-24,0,65,146,28,0,97,146,32,0,129,146,36,0,161,146,40,0,193,146,
-44,0,225,146,48,0,1,147,52,0,33,147,60,0,97,147,64,0,129,147,
-68,0,161,147,72,0,193,147,166,2,8,124,84,0,1,144,56,0,65,147,
-120,35,154,124,0,0,64,57,76,0,225,147,0,0,90,145,120,27,127,124,
-0,32,96,56,253,157,252,75,121,27,121,124,88,0,130,64,64,0,129,131,
-36,0,161,130,32,0,129,130,60,0,97,131,68,0,161,131,40,0,193,130,
-28,0,97,130,56,0,65,131,72,0,193,131,44,0,225,130,24,0,65,130,
-52,0,33,131,76,0,225,131,48,0,1,131,20,0,33,130,84,0,1,128,
-16,0,1,130,16,1,96,56,166,3,8,124,80,0,33,56,32,0,128,78,
-117,66,255,75,244,1,0,56,9,0,224,60,248,112,231,56,0,0,32,58,
-8,0,35,146,4,0,227,144,36,0,35,146,40,0,35,146,20,0,3,144,
-4,0,223,131,0,0,191,131,120,139,50,126,1,0,224,58,16,0,128,58,
-120,235,181,127,120,27,115,124,120,147,88,126,120,139,63,126,120,243,214,127,
-120,251,240,127,48,144,251,126,56,168,100,127,48,144,6,127,32,0,18,32,
-48,4,224,126,120,3,203,124,32,0,18,56,48,0,233,126,120,91,60,125,
-56,176,133,127,121,35,172,124,28,0,130,65,58,0,0,86,20,2,185,124,
-120,147,67,126,120,155,100,126,13,251,252,75,1,0,49,58,255,255,148,54,
-0,2,16,58,1,0,82,58,172,255,130,64,120,155,99,126,120,139,36,126,
-181,71,255,75,0,0,19,168,0,0,0,44,248,255,130,64,12,0,115,171,
-24,0,243,128,0,0,128,59,120,155,99,126,0,0,250,144,0,0,147,179,
-121,64,0,72,16,0,224,58,29,0,0,63,60,5,24,59,8,0,161,56,
-1,0,192,56,48,224,213,124,56,232,171,126,0,0,128,57,121,91,140,125,
-100,0,130,65,0,0,154,129,57,96,160,126,24,0,216,162,32,0,130,65,
-0,0,22,44,96,0,130,64,120,168,133,125,0,0,186,144,120,203,35,127,
-117,156,252,75,84,0,0,72,58,0,224,87,20,2,121,124,120,43,164,124,
-129,253,255,75,0,0,5,128,64,176,0,124,28,0,130,65,0,0,26,129,
-0,0,27,44,120,171,8,125,0,0,26,145,8,0,130,64,5,2,96,59,
-112,0,24,59,255,255,247,54,0,2,255,59,1,0,156,59,124,255,130,64,
-120,203,35,127,33,156,252,75,64,0,129,131,36,0,161,130,32,0,129,130,
-56,0,65,131,120,219,99,127,60,0,97,131,68,0,161,131,52,0,33,131,
-28,0,97,130,40,0,193,130,72,0,193,131,48,0,1,131,24,0,65,130,
-44,0,225,130,76,0,225,131,84,0,1,128,20,0,33,130,16,0,1,130,
-166,3,8,124,80,0,33,56,32,0,128,78,160,255,33,148,40,0,65,146,
-44,0,97,146,48,0,129,146,56,0,193,146,60,0,225,146,64,0,1,147,
-68,0,33,147,72,0,65,147,80,0,129,147,88,0,193,147,166,2,8,124,
-100,0,1,144,92,0,225,147,120,27,127,124,52,0,161,146,120,35,149,124,
-84,0,161,147,10,1,160,59,76,0,97,147,0,0,96,63,68,71,123,56,
-255,255,128,56,45,42,0,72,0,0,3,44,240,255,130,64,16,0,31,40,
-0,0,128,59,28,0,128,64,58,16,234,87,20,250,10,125,56,24,8,85,
-0,0,232,60,96,66,103,57,8,0,139,131,0,0,28,44,0,0,192,59,
-1,0,96,58,16,0,193,147,120,243,223,127,20,0,225,147,176,0,130,65,
-16,0,128,58,1,0,32,59,0,0,64,58,120,147,90,126,29,0,0,63,
-204,4,24,59,136,0,24,160,0,0,0,44,112,0,24,59,8,0,130,64,
-0,0,96,58,104,0,124,129,188,0,11,128,120,227,131,127,120,147,68,126,
-166,3,9,124,33,4,128,78,12,0,97,144,12,0,1,161,8,0,1,177,
-14,0,33,161,10,0,33,177,8,0,65,129,255,7,74,85,56,0,130,65,
-8,0,97,129,189,7,107,85,44,0,130,64,48,144,54,127,120,179,222,127,
-48,144,64,127,32,0,146,33,48,100,38,127,120,51,9,124,32,0,242,56,
-48,56,32,127,120,75,23,124,120,187,255,127,255,255,148,54,1,0,82,58,
-120,255,130,64,16,0,193,147,20,0,225,147,68,71,123,56,181,37,0,72,
-0,0,3,44,24,0,130,65,12,0,96,60,120,229,99,56,6,1,128,56,
-0,0,160,56,73,79,246,75,0,0,28,44,88,0,130,65,0,0,19,44,
-120,171,164,126,36,0,130,65,16,0,225,128,24,0,225,144,20,0,1,128,
-24,0,97,56,28,0,1,144,201,251,255,75,120,27,125,124,44,0,0,72,
-16,0,65,129,32,0,65,145,20,0,1,128,32,0,97,56,36,0,1,144,
-221,246,255,75,120,27,125,124,2,16,29,44,8,0,130,64,5,2,160,59,
-76,0,97,131,120,235,163,127,84,0,161,131,56,0,193,130,80,0,129,131,
-72,0,65,131,52,0,161,130,60,0,225,130,88,0,193,131,68,0,33,131,
-48,0,129,130,64,0,1,131,92,0,225,131,100,0,1,128,44,0,97,130,
-40,0,65,130,166,3,8,124,96,0,33,56,32,0,128,78,224,255,33,148,
-12,0,97,147,16,0,129,147,20,0,161,147,24,0,193,147,28,0,225,147,
-166,2,8,124,36,0,1,144,196,136,13,160,181,6,0,84,164,0,130,65,
-0,0,128,59,16,0,96,59,8,0,193,59,0,0,160,63,56,66,189,59,
-48,0,29,128,0,0,0,44,40,0,189,59,116,0,130,65,120,227,131,127,
-13,213,255,75,0,0,3,44,100,0,130,65,16,0,28,40,0,0,224,59,
-8,0,128,64,8,0,253,131,104,0,31,129,156,0,40,129,120,251,227,127,
-120,243,196,127,166,3,41,125,33,4,128,78,0,0,30,128,0,0,0,44,
-28,0,130,65,0,0,3,44,20,0,130,64,120,227,133,127,8,0,96,56,
-236,137,130,56,49,81,246,75,104,0,127,129,148,0,139,129,120,251,227,127,
-166,3,137,125,33,4,128,78,255,255,123,55,1,0,156,59,120,255,130,64,
-20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,
-12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,232,255,33,148,
-166,2,8,124,28,0,1,144,12,0,161,147,120,27,125,124,20,0,225,147,
-1,0,224,59,16,0,193,147,0,0,192,63,68,71,126,56,255,255,128,56,
-77,39,0,72,0,0,3,44,240,255,130,64,16,0,29,40,0,0,96,56,
-28,0,128,64,58,16,170,87,20,234,10,125,56,24,8,85,0,0,136,61,
-96,66,108,57,8,0,107,128,0,0,3,44,44,0,130,65,104,0,131,129,
-156,0,12,128,8,0,129,56,166,3,9,124,33,4,128,78,8,0,1,128,
-0,0,0,44,120,27,127,124,8,0,130,64,1,0,224,59,68,71,126,56,
-109,35,0,72,0,0,3,44,24,0,130,65,12,0,96,60,28,223,99,56,
-6,1,128,56,0,0,160,56,1,77,246,75,120,251,227,127,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,224,255,33,148,28,0,225,147,166,2,8,124,36,0,1,144,
-16,0,129,147,120,27,124,124,24,0,193,147,0,0,192,59,20,0,161,147,
-0,0,160,63,68,71,125,56,255,255,128,56,121,38,0,72,0,0,3,44,
-240,255,130,64,16,0,28,40,0,0,224,59,28,0,128,64,58,16,139,87,
-20,226,11,124,56,24,0,84,248,193,141,57,20,2,140,125,8,0,236,131,
-0,0,31,44,112,0,130,65,104,0,223,128,156,0,230,128,120,251,227,127,
-8,0,129,56,166,3,233,124,33,4,128,78,8,0,1,128,0,0,0,44,
-58,16,137,87,248,193,77,57,20,226,9,124,56,24,0,84,20,2,138,125,
-24,0,130,65,32,0,204,168,255,255,6,44,12,0,130,64,1,0,192,59,
-36,0,0,72,6,0,255,136,15,0,7,44,24,0,130,64,32,0,12,169,
-255,255,8,44,12,0,130,64,254,255,32,57,32,0,44,177,68,71,125,56,
-85,34,0,72,0,0,3,44,24,0,130,65,12,0,96,60,28,223,99,56,
-6,1,128,56,0,0,160,56,233,75,246,75,120,243,195,127,24,0,193,131,
-28,0,225,131,36,0,1,128,20,0,161,131,16,0,129,131,166,3,8,124,
-32,0,33,56,32,0,128,78,216,255,33,148,12,0,33,147,16,0,65,147,
-24,0,129,147,28,0,161,147,36,0,225,147,166,2,8,124,44,0,1,144,
-20,0,97,147,120,27,123,124,8,0,1,147,1,0,0,59,32,0,193,147,
-0,0,192,63,68,71,126,56,255,255,128,56,77,37,0,72,0,0,3,44,
-240,255,130,64,16,0,27,40,10,1,160,59,0,0,224,59,28,0,128,64,
-58,16,108,87,20,218,12,124,56,24,0,84,248,193,109,57,20,2,75,125,
-8,0,234,131,0,0,31,44,12,0,64,63,188,0,130,65,58,16,102,87,
-20,218,134,125,56,24,140,85,0,0,236,60,96,66,39,59,120,203,60,127,
-120,219,99,127,73,254,255,75,1,0,3,44,148,0,130,64,0,0,0,59,
-68,71,126,56,97,33,0,72,0,0,3,44,20,0,130,65,28,223,122,56,
-6,1,128,56,0,0,160,56,249,74,246,75,120,227,131,127,165,173,255,75,
-121,27,125,124,96,0,130,64,1,0,0,59,68,71,126,56,255,255,128,56,
-165,36,0,72,0,0,3,44,240,255,130,64,16,0,27,40,0,0,0,56,
-8,0,128,64,8,0,25,128,64,0,31,124,44,0,130,64,104,0,31,129,
-148,0,40,129,120,251,227,127,166,3,41,125,33,4,128,78,0,0,24,44,
-254,255,64,57,32,0,92,177,20,0,130,64,48,0,0,72,10,1,160,59,
-0,0,24,44,36,0,130,65,68,71,126,56,205,32,0,72,0,0,3,44,
-20,0,130,65,28,223,122,56,6,1,128,56,0,0,160,56,101,74,246,75,
-32,0,193,131,20,0,97,131,16,0,65,131,24,0,129,131,120,235,163,127,
-28,0,161,131,36,0,225,131,44,0,1,128,12,0,33,131,8,0,1,131,
-166,3,8,124,40,0,33,56,32,0,128,78,166,2,8,124,4,0,1,144,
-248,255,33,148,166,0,64,125,94,4,64,85,36,1,0,124,97,172,255,75,
-0,0,3,44,12,0,130,65,0,0,0,56,32,0,3,176,0,128,64,113,
-166,0,96,125,94,4,107,85,120,3,107,125,36,1,96,125,12,0,1,128,
-8,0,33,56,166,3,8,124,32,0,128,78,210,135,141,161,0,96,3,124,
-0,0,0,56,216,129,13,176,32,0,128,76,80,96,99,125,216,129,109,177,
-32,0,128,78,0,0,0,56,166,0,192,124,94,4,204,84,36,1,128,125,
-210,135,77,161,216,129,173,160,255,255,96,57,248,193,237,56,16,0,128,57,
-80,80,5,125,166,3,137,125,120,59,233,124,8,0,137,129,0,0,12,44,
-56,0,130,65,32,0,73,169,0,0,10,44,32,0,128,65,20,26,74,125,
-0,64,10,124,32,0,73,177,28,0,128,65,32,0,105,177,1,0,0,56,
-16,0,0,72,255,255,10,44,8,0,130,64,1,0,0,56,40,0,231,56,
-184,255,0,66,0,128,197,112,166,0,224,124,94,4,231,84,120,43,231,124,
-36,1,224,124,120,3,3,124,32,0,128,78,232,255,33,148,166,2,8,124,
-28,0,1,144,20,0,225,147,0,0,224,59,16,0,193,147,16,0,192,59,
-12,0,161,147,248,193,173,59,8,0,29,128,0,0,0,44,24,0,130,65,
-120,235,163,127,169,171,255,75,0,0,3,44,8,0,130,65,120,27,127,124,
-255,255,222,55,40,0,189,59,216,255,130,64,120,251,227,127,20,0,225,131,
-28,0,1,128,16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,
-32,0,128,78,232,255,33,148,20,0,225,147,166,2,8,124,28,0,1,144,
-129,255,255,75,1,0,96,60,255,255,99,56,225,254,255,75,2,0,0,56,
-12,0,1,144,113,56,255,75,8,0,129,56,255,255,160,56,8,0,97,144,
-1,0,0,56,232,3,128,57,9,0,96,61,248,112,107,57,0,0,64,57,
-8,0,67,145,4,0,99,145,36,0,67,145,40,0,67,145,20,0,131,145,
-0,0,3,176,36,0,96,60,180,157,99,56,49,90,252,75,8,0,129,129,
-0,0,76,169,0,0,10,44,8,0,225,59,28,0,130,65,10,0,96,56,
-49,106,252,75,0,0,159,129,0,0,76,169,0,0,10,44,236,255,130,64,
-8,0,97,128,0,0,96,57,0,0,99,177,209,54,0,72,28,0,1,128,
-20,0,225,131,24,0,33,56,166,3,8,124,32,0,128,78,4,0,131,129,
-4,0,4,128,64,0,12,124,96,0,130,64,0,0,3,128,0,0,196,128,
-64,48,0,124,80,0,130,64,0,0,0,44,80,0,129,64,121,3,8,124,
-7,0,228,56,7,0,195,56,64,0,130,65,1,0,0,40,120,3,12,124,
-8,0,128,64,1,0,128,57,166,3,137,125,1,0,38,141,1,0,103,141,
-81,72,75,125,12,0,130,64,255,255,8,57,236,255,0,66,0,0,10,44,
-12,0,130,65,0,0,96,56,32,0,128,78,1,0,96,56,32,0,128,78,
-224,255,33,148,166,2,8,124,36,0,1,144,20,0,161,147,28,0,225,147,
-0,0,224,59,120,251,253,127,12,0,97,147,16,0,96,59,16,0,129,147,
-248,193,141,59,24,0,193,147,120,251,254,127,8,0,28,128,0,0,0,44,
-64,0,130,65,28,0,124,129,0,0,11,44,52,0,130,65,248,191,13,128,
-80,0,139,125,208,7,12,40,36,0,128,65,120,235,163,127,89,177,248,75,
-120,235,165,127,30,0,96,56,244,137,130,56,73,74,246,75,28,0,220,147,
-1,0,255,59,255,255,123,55,40,0,156,59,1,0,189,59,172,255,130,64,
-120,251,227,127,28,0,225,131,20,0,161,131,24,0,193,131,36,0,1,128,
-16,0,129,131,12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,
-100,192,45,129,16,0,0,56,248,193,205,56,0,0,96,56,166,3,9,124,
-8,0,230,128,0,0,7,44,32,0,130,65,0,0,102,129,28,0,75,129,
-248,191,141,129,20,74,10,125,64,64,12,124,8,0,129,64,1,0,99,56,
-40,0,198,56,212,255,0,66,32,0,128,78,240,255,33,148,166,2,8,124,
-20,0,1,144,8,0,193,147,16,0,192,59,12,0,225,147,248,193,237,59,
-8,0,31,128,0,0,0,44,16,0,130,65,120,251,227,127,3,0,128,56,
-253,168,255,75,255,255,222,55,40,0,255,59,224,255,130,64,12,0,225,131,
-20,0,1,128,8,0,193,131,0,0,96,56,166,3,8,124,16,0,33,56,
-32,0,128,78,58,16,108,84,20,26,108,124,56,24,99,84,248,193,13,56,
-46,0,99,124,136,14,247,75,58,16,108,84,20,26,108,124,56,24,99,84,
-248,193,13,56,46,0,131,125,20,0,12,128,8,0,0,96,20,0,12,144,
-32,0,128,78,248,193,109,57,58,16,106,84,20,26,42,125,56,24,41,85,
-20,74,139,125,8,0,12,128,0,0,0,44,32,0,130,77,20,26,106,124,
-56,24,99,84,46,88,99,124,1,0,128,56,12,12,247,75,224,255,33,148,
-166,2,8,124,36,0,1,144,12,0,97,147,28,0,225,147,120,27,127,124,
-0,0,96,56,120,27,123,124,16,0,129,147,16,0,128,59,20,0,161,147,
-248,193,173,59,24,0,193,147,120,251,254,127,112,254,202,127,63,7,76,85,
-20,242,12,124,55,0,7,84,80,240,7,124,58,16,10,84,20,2,10,124,
-56,24,0,84,20,2,61,125,8,0,137,129,0,0,12,44,20,0,130,65,
-46,0,125,124,93,73,253,75,0,0,3,44,120,0,130,64,255,255,156,55,
-1,0,222,59,1,0,123,59,180,255,130,64,1,0,128,59,15,0,160,59,
-248,193,205,59,1,0,255,59,112,254,224,127,63,7,7,84,20,250,7,125,
-55,0,10,85,80,248,10,124,58,16,12,84,20,2,44,125,56,24,41,85,
-20,74,30,125,8,0,8,128,0,0,0,44,24,0,130,65,46,72,126,124,
-1,0,128,56,197,54,253,75,0,0,3,44,20,0,130,64,255,255,189,55,
-1,0,255,59,1,0,156,59,176,255,130,64,20,0,161,131,24,0,193,131,
-28,0,225,131,36,0,1,128,16,0,129,131,12,0,97,131,166,3,8,124,
-32,0,33,56,32,0,128,78,232,255,33,148,166,2,8,124,28,0,1,144,
-8,0,129,147,20,0,225,147,0,0,224,59,120,251,252,127,12,0,161,147,
-16,0,160,59,16,0,193,147,248,193,205,59,8,0,30,128,0,0,0,44,
-56,0,130,65,120,227,131,127,45,203,255,75,0,0,3,44,40,0,130,65,
-120,227,131,127,173,246,255,75,0,0,3,44,24,0,130,64,120,243,195,127,
-253,166,255,75,0,0,3,44,8,0,130,65,120,27,127,124,255,255,189,55,
-40,0,222,59,1,0,156,59,180,255,130,64,120,251,227,127,20,0,225,131,
-16,0,193,131,28,0,1,128,12,0,161,131,8,0,129,131,166,3,8,124,
-24,0,33,56,32,0,128,78,224,255,33,148,16,0,129,147,20,0,161,147,
-24,0,193,147,28,0,225,147,166,2,8,124,36,0,1,144,1,0,0,56,
-12,0,1,144,255,255,96,56,217,157,253,75,0,0,128,59,16,0,160,59,
-248,193,205,59,8,0,225,59,8,0,94,129,0,0,10,44,32,0,130,65,
-120,227,132,127,12,0,96,60,132,229,99,56,141,162,252,75,120,251,227,127,
-120,227,132,127,213,1,247,75,255,255,189,55,40,0,222,59,1,0,156,59,
-204,255,130,64,12,0,1,128,0,0,0,44,16,0,130,65,0,0,0,56,
-12,0,1,144,117,157,253,75,24,0,193,131,28,0,225,131,36,0,1,128,
-20,0,161,131,16,0,129,131,166,3,8,124,32,0,33,56,32,0,128,78,
-232,255,33,148,166,2,8,124,28,0,1,144,1,0,0,56,12,0,1,144,
-20,0,225,147,120,27,127,124,255,255,96,56,53,157,253,75,58,16,235,87,
-20,250,11,124,56,24,0,84,248,193,141,57,20,2,140,125,8,0,12,128,
-0,0,0,44,32,0,130,65,120,251,228,127,12,0,96,60,172,229,99,56,
-229,161,252,75,120,251,228,127,8,0,97,56,45,1,247,75,12,0,97,129,
-0,0,11,44,16,0,130,65,0,0,0,56,12,0,1,144,221,156,253,75,
-28,0,1,128,20,0,225,131,24,0,33,56,166,3,8,124,32,0,128,78,
-232,255,33,148,16,0,193,147,166,2,8,124,28,0,1,144,20,0,225,147,
-0,0,224,59,166,0,192,127,94,4,204,87,36,1,128,125,16,0,3,40,
-120,251,224,127,28,0,128,64,58,16,108,84,20,26,44,125,56,24,41,85,
-0,0,73,61,96,66,10,57,8,0,8,128,121,3,3,124,60,0,130,65,
-104,0,131,129,188,0,76,129,166,3,73,125,33,4,128,78,12,0,97,144,
-12,0,1,160,8,0,1,176,14,0,1,161,10,0,1,177,8,0,97,129,
-255,7,107,85,12,0,130,65,8,0,1,128,254,247,31,84,0,128,201,115,
-166,0,0,124,94,4,0,84,120,75,0,124,36,1,0,124,28,0,1,128,
-120,251,227,127,20,0,225,131,16,0,193,131,166,3,8,124,24,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-1,0,0,56,166,0,224,127,94,4,233,87,36,1,32,125,16,0,3,40,
-0,0,128,57,28,0,128,64,58,16,107,84,20,26,75,125,56,24,74,85,
-0,0,42,61,96,66,137,57,8,0,140,129,0,0,12,44,28,0,130,65,
-104,0,76,129,124,0,10,128,120,99,131,125,166,3,9,124,33,4,128,78,
-120,27,96,124,0,128,235,115,166,0,128,125,94,4,140,85,120,91,140,125,
-36,1,128,125,120,3,3,124,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,232,255,33,148,8,0,129,147,12,0,161,147,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,109,187,255,75,
-0,0,128,59,16,0,160,59,43,0,192,63,104,212,222,59,248,193,237,59,
-120,251,227,127,120,227,132,127,225,204,255,75,120,243,195,127,201,10,247,75,
-168,4,222,59,255,255,189,55,40,0,255,59,1,0,156,59,220,255,130,64,
-0,0,224,59,212,135,237,179,40,0,0,56,210,135,13,176,1,0,96,56,
-93,20,253,75,216,135,109,144,43,0,96,60,232,30,99,56,120,251,228,127,
-0,2,160,56,237,59,246,75,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-240,255,33,148,0,0,3,44,8,0,193,147,12,0,225,147,166,2,8,124,
-20,0,1,144,56,0,130,65,12,0,96,60,224,229,99,56,145,159,252,75,
-0,0,192,59,16,0,224,59,120,243,196,127,252,137,98,56,125,159,252,75,
-255,255,255,55,1,0,222,59,236,255,130,64,4,138,98,56,105,159,252,75,
-12,0,96,60,236,229,99,56,93,159,252,75,16,0,192,59,232,168,141,57,
-248,255,236,59,16,0,159,164,8,138,98,56,69,159,252,75,255,255,222,55,
-240,255,130,64,4,138,98,56,53,159,252,75,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,232,255,33,148,
-16,0,3,40,8,0,129,147,12,0,161,147,16,0,193,147,20,0,225,147,
-166,2,8,124,28,0,1,144,20,0,128,65,10,1,96,56,166,3,8,124,
-24,0,33,56,32,0,128,78,255,15,4,40,8,0,129,64,255,15,128,56,
-166,0,192,127,94,4,200,87,36,1,0,125,16,0,3,40,54,32,124,84,
-240,168,173,59,0,0,224,59,46,227,157,124,28,0,128,64,58,16,107,84,
-20,26,11,124,56,24,0,84,248,193,173,56,20,2,133,125,8,0,236,131,
-0,0,31,44,24,0,130,64,12,0,96,60,248,229,99,56,50,20,128,56,
-0,0,160,56,169,63,246,75,6,0,223,136,64,0,6,44,12,0,130,64,
-254,15,224,56,46,227,253,124,81,176,255,75,244,191,45,129,80,72,35,125,
-0,128,202,115,244,191,45,145,166,0,128,125,94,4,140,85,120,83,140,125,
-36,1,128,125,20,0,225,131,16,0,193,131,12,0,161,131,28,0,1,128,
-8,0,129,131,0,0,96,56,166,3,8,124,24,0,33,56,32,0,128,78,
-16,0,3,40,36,0,128,64,58,16,107,84,20,26,11,124,56,24,0,84,
-248,193,141,57,20,2,140,125,8,0,140,129,0,0,12,44,12,0,130,64,
-255,15,96,56,32,0,128,78,232,168,141,57,54,32,96,84,20,2,108,125,
-8,0,107,160,32,0,128,78,232,255,33,148,12,0,161,147,16,0,193,147,
-20,0,225,147,166,2,8,124,28,0,1,144,16,138,98,56,197,157,252,75,
-0,0,192,59,16,0,160,59,0,0,224,63,56,66,255,59,48,0,31,128,
-0,0,0,44,40,0,255,59,24,0,130,65,120,243,195,127,1,0,128,56,
-77,205,255,75,16,138,98,56,145,157,252,75,255,255,189,55,1,0,222,59,
-212,255,130,64,20,0,225,131,28,0,1,128,16,0,193,131,12,0,161,131,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,166,2,8,124,
-28,0,1,144,8,0,129,147,120,27,124,124,12,0,161,147,120,35,157,124,
-16,0,193,147,120,43,190,124,20,0,225,147,0,0,224,63,68,71,127,56,
-255,255,128,56,33,24,0,72,0,0,3,44,240,255,130,64,16,0,28,40,
-0,0,96,56,28,0,128,64,58,16,138,87,20,226,10,124,56,24,0,84,
-248,193,141,57,20,2,108,125,8,0,107,128,0,0,3,44,12,0,128,63,
-72,0,130,64,68,71,127,56,101,20,0,72,0,0,3,44,20,0,130,65,
-28,223,124,56,6,1,128,56,0,0,160,56,253,61,246,75,20,0,225,131,
-16,0,193,131,12,0,161,131,28,0,1,128,8,0,129,131,10,1,96,56,
-166,3,8,124,24,0,33,56,32,0,128,78,104,0,227,128,236,0,7,128,
-120,235,164,127,166,3,9,124,33,4,128,78,0,0,126,144,68,71,127,56,
-9,20,0,72,0,0,3,44,20,0,130,65,28,223,124,56,6,1,128,56,
-0,0,160,56,161,61,246,75,20,0,225,131,16,0,193,131,12,0,161,131,
-28,0,1,128,8,0,129,131,0,0,96,56,166,3,8,124,24,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-8,0,193,147,120,35,158,124,213,209,255,75,120,27,127,124,255,255,31,44,
-24,0,130,64,12,0,96,60,8,230,99,56,54,9,128,56,0,0,160,56,
-65,61,246,75,120,251,227,127,177,184,255,75,120,251,227,127,120,243,196,127,
-33,174,255,75,120,251,227,127,97,167,248,75,20,0,1,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,200,255,33,148,
-44,0,161,147,32,0,65,147,36,0,97,147,40,0,129,147,48,0,193,147,
-52,0,225,147,166,2,8,124,60,0,1,144,124,196,77,131,16,0,161,56,
-120,35,157,124,120,27,124,124,13,0,128,56,120,211,67,127,177,91,252,75,
-1,0,224,56,8,0,225,144,255,255,96,56,185,150,253,75,0,0,192,63,
-68,71,126,56,255,255,128,56,121,22,0,72,0,0,3,44,240,255,130,64,
-120,211,67,127,3,0,128,56,20,0,161,56,121,91,252,75,16,0,28,40,
-10,1,224,59,180,0,128,64,58,16,139,87,20,226,203,124,56,24,198,84,
-0,0,134,61,96,66,108,59,8,0,187,128,0,0,5,44,148,0,130,65,
-0,0,224,59,120,219,99,127,17,159,255,75,212,129,13,128,0,0,0,44,
-48,0,130,65,12,0,96,60,24,230,99,56,33,155,252,75,212,129,109,128,
-0,0,3,44,24,0,130,65,104,0,3,129,164,1,8,128,3,0,128,56,
-166,3,9,124,33,4,128,78,104,0,125,129,28,0,139,129,8,0,91,129,
-212,129,77,145,8,0,187,147,120,235,163,127,166,3,137,125,33,4,128,78,
-120,27,101,124,12,0,187,144,120,35,134,124,16,0,219,144,20,0,123,56,
-1,0,224,56,101,211,250,75,120,227,132,127,35,0,123,152,12,0,97,56,
-9,250,246,75,68,71,126,56,33,18,0,72,0,0,3,44,24,0,130,65,
-12,0,96,60,28,223,99,56,6,1,128,56,0,0,160,56,181,59,246,75,
-8,0,1,128,0,0,0,44,16,0,130,65,0,0,0,57,8,0,1,145,
-149,149,253,75,16,0,129,128,120,211,67,127,24,0,161,56,113,90,252,75,
-8,0,33,129,0,0,9,44,16,0,130,65,0,0,0,56,8,0,1,144,
-109,149,253,75,44,0,161,131,120,251,227,127,52,0,225,131,40,0,129,131,
-48,0,193,131,60,0,1,128,36,0,97,131,32,0,65,131,166,3,8,124,
-56,0,33,56,32,0,128,78,216,255,33,148,12,0,33,147,16,0,65,147,
-20,0,97,147,24,0,129,147,28,0,161,147,166,2,8,124,44,0,1,144,
-32,0,193,147,0,0,192,59,36,0,225,147,0,0,224,63,68,71,127,56,
-255,255,128,56,217,20,0,72,0,0,3,44,240,255,130,64,0,0,96,59,
-16,0,32,59,248,193,77,59,232,168,13,57,248,255,136,59,1,0,160,59,
-28,0,60,129,0,0,9,44,16,0,156,59,52,0,130,65,8,0,90,129,
-0,0,10,44,40,0,130,64,48,216,160,127,120,3,222,127,0,0,96,56,
-120,27,100,124,229,97,247,75,212,135,141,169,1,0,140,57,8,0,122,144,
-212,135,141,177,255,255,57,55,40,0,90,59,1,0,123,59,180,255,130,64,
-68,71,127,56,229,16,0,72,0,0,3,44,24,0,130,65,12,0,96,60,
-60,230,99,56,6,1,128,56,0,0,160,56,121,58,246,75,28,0,161,131,
-120,243,195,127,32,0,193,131,20,0,97,131,24,0,129,131,36,0,225,131,
-44,0,1,128,16,0,65,131,12,0,33,131,166,3,8,124,40,0,33,56,
-32,0,128,78,224,255,33,148,28,0,225,147,166,2,8,124,36,0,1,144,
-196,136,173,160,115,6,165,84,160,0,130,64,19,0,128,61,128,177,140,137,
-116,7,140,125,5,0,12,44,1,0,0,56,16,0,130,65,6,0,12,44,
-8,0,130,65,0,0,0,56,63,6,0,84,116,0,130,64,16,0,128,57,
-0,0,224,56,120,59,227,124,8,0,129,56,240,168,13,57,240,255,232,59,
-121,59,233,124,16,0,31,164,120,35,134,124,48,0,129,64,255,255,73,53,
-40,0,128,65,174,80,166,124,116,7,165,124,54,32,171,84,46,66,107,125,
-64,0,11,124,16,0,129,64,174,73,166,124,121,83,73,125,216,255,129,65,
-16,0,99,56,255,255,140,53,174,73,228,124,1,0,231,56,180,255,130,64,
-8,0,97,56,81,163,255,75,36,0,1,128,28,0,225,131,32,0,33,56,
-166,3,8,124,32,0,128,78,224,255,33,148,12,0,97,147,166,2,8,124,
-36,0,1,144,16,0,129,147,120,27,124,124,20,0,161,147,120,35,157,124,
-28,0,225,147,120,43,191,124,24,0,193,147,0,0,192,63,68,71,126,56,
-255,255,128,56,13,19,0,72,0,0,3,44,240,255,130,64,16,0,28,40,
-12,0,96,63,76,0,128,65,68,71,126,56,117,15,0,72,0,0,3,44,
-136,0,130,65,28,223,123,56,6,1,128,56,0,0,160,56,13,57,246,75,
-20,0,161,131,28,0,225,131,24,0,193,131,16,0,129,131,36,0,1,128,
-12,0,97,131,10,1,96,56,166,3,8,124,32,0,33,56,32,0,128,78,
-16,0,28,40,0,0,96,56,28,0,128,64,58,16,139,87,20,226,11,124,
-56,24,0,84,248,193,237,56,20,2,135,125,8,0,108,128,0,0,3,44,
-76,0,130,64,68,71,126,56,1,15,0,72,0,0,3,44,20,0,130,65,
-28,223,123,56,6,1,128,56,0,0,160,56,153,56,246,75,20,0,161,131,
-28,0,225,131,24,0,193,131,16,0,129,131,36,0,1,128,12,0,97,131,
-10,1,96,56,166,3,8,124,32,0,33,56,32,0,128,78,104,0,3,129,
-68,1,8,128,120,235,164,127,120,251,229,127,166,3,9,124,33,4,128,78,
-120,27,127,124,68,71,126,56,157,14,0,72,0,0,3,44,20,0,130,65,
-28,223,123,56,6,1,128,56,0,0,160,56,53,56,246,75,120,251,227,127,
-28,0,225,131,20,0,161,131,24,0,193,131,36,0,1,128,16,0,129,131,
-12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,224,255,33,148,
-16,0,129,147,28,0,225,147,166,2,8,124,36,0,1,144,12,0,97,147,
-12,0,96,63,8,0,65,147,0,0,64,59,20,0,161,147,16,0,160,59,
-24,0,193,147,248,193,205,59,8,0,158,129,0,0,12,44,192,0,130,65,
-36,0,30,128,207,1,0,84,180,0,130,65,120,211,67,127,255,255,128,56,
-225,152,247,75,0,0,3,44,160,0,130,64,120,211,68,127,12,0,96,60,
-72,230,99,56,121,150,252,75,36,0,30,128,12,2,0,84,0,0,224,59,
-124,1,96,56,36,0,30,144,221,128,252,75,121,27,124,124,12,0,130,65,
-77,31,252,75,120,227,159,127,0,0,31,44,20,0,130,64,120,230,123,56,
-68,6,128,56,0,0,160,56,93,55,246,75,88,1,96,56,173,128,252,75,
-121,27,124,124,20,0,130,64,120,230,123,56,72,6,128,56,0,0,160,56,
-61,55,246,75,120,211,67,127,120,227,132,127,65,194,255,75,120,251,227,127,
-120,227,132,127,189,24,252,75,120,227,131,127,25,130,252,75,120,251,227,127,
-3,0,128,56,117,25,252,75,255,255,189,55,40,0,222,59,1,0,90,59,
-44,255,130,64,24,0,193,131,16,0,129,131,20,0,161,131,28,0,225,131,
-36,0,1,128,12,0,97,131,8,0,65,131,166,3,8,124,32,0,33,56,
-32,0,128,78,168,255,33,148,32,0,65,146,36,0,97,146,40,0,129,146,
-44,0,161,146,48,0,193,146,52,0,225,146,68,0,97,147,80,0,193,147,
-84,0,225,147,166,2,8,124,92,0,1,144,64,0,65,147,120,27,122,124,
-72,0,129,147,120,35,156,124,56,0,1,147,120,43,184,124,60,0,33,147,
-120,51,217,124,76,0,161,147,0,0,160,63,68,71,125,56,255,255,128,56,
-65,16,0,72,0,0,3,44,240,255,130,64,12,0,96,63,120,211,67,127,
-28,0,129,56,24,0,161,56,217,189,255,75,121,27,126,124,112,0,130,65,
-68,71,125,56,153,12,0,72,0,0,3,44,20,0,130,65,28,223,123,56,
-6,1,128,56,0,0,160,56,49,54,246,75,68,0,97,131,48,0,193,130,
-44,0,161,130,64,0,65,131,72,0,129,131,120,243,195,127,80,0,193,131,
-52,0,225,130,76,0,161,131,60,0,33,131,40,0,129,130,56,0,1,131,
-84,0,225,131,92,0,1,128,36,0,97,130,32,0,65,130,166,3,8,124,
-88,0,33,56,32,0,128,78,24,0,1,168,62,4,8,84,255,207,7,85,
-44,0,130,65,255,255,9,85,36,0,130,64,62,4,11,84,255,239,106,85,
-24,0,130,64,255,247,108,85,16,0,130,64,62,4,0,84,255,223,5,84,
-112,0,130,65,68,71,125,56,245,11,0,72,0,0,3,44,20,0,130,65,
-28,223,123,56,6,1,128,56,0,0,160,56,141,53,246,75,48,0,193,130,
-72,0,129,131,76,0,161,131,52,0,225,130,44,0,161,130,68,0,97,131,
-80,0,193,131,56,0,1,131,40,0,129,130,64,0,65,131,84,0,225,131,
-60,0,33,131,36,0,97,130,92,0,1,128,32,0,65,130,112,2,96,56,
-166,3,8,124,88,0,33,56,32,0,128,78,16,0,26,40,0,0,224,59,
-28,0,128,64,58,16,69,87,20,210,5,124,56,24,0,84,248,193,237,56,
-20,2,199,124,8,0,230,131,0,0,31,44,112,0,130,64,68,71,125,56,
-93,11,0,72,0,0,3,44,20,0,130,65,28,223,123,56,6,1,128,56,
-0,0,160,56,245,52,246,75,48,0,193,130,72,0,129,131,76,0,161,131,
-52,0,225,130,44,0,161,130,68,0,97,131,80,0,193,131,56,0,1,131,
-40,0,129,130,64,0,65,131,84,0,225,131,60,0,33,131,36,0,97,130,
-92,0,1,128,32,0,65,130,10,1,96,56,166,3,8,124,88,0,33,56,
-32,0,128,78,104,0,31,129,228,0,40,129,120,251,227,127,166,3,41,125,
-33,4,128,78,120,27,115,124,20,194,243,126,10,0,23,56,58,16,11,84,
-20,2,107,124,58,16,99,84,129,127,252,75,120,27,116,124,0,0,128,56,
-20,0,160,56,89,47,246,75,104,0,159,129,236,0,12,128,120,251,227,127,
-20,0,212,58,120,179,196,126,166,3,9,124,33,4,128,78,58,16,102,86,
-20,154,70,126,58,16,82,86,20,146,182,126,120,171,163,126,120,227,132,127,
-58,16,7,87,20,194,135,127,58,16,133,87,169,177,252,75,0,0,25,44,
-2,0,96,57,255,255,32,57,58,16,156,87,20,146,84,125,20,0,42,59,
-20,226,181,126,1,0,53,153,120,179,213,126,0,0,116,153,128,1,130,65,
-2,0,128,57,1,0,148,153,223,255,32,57,5,0,52,153,1,0,64,57,
-3,0,84,153,7,0,96,57,2,0,116,153,12,0,149,128,1,0,25,136,
-116,7,0,124,11,0,0,44,0,0,160,56,12,0,130,65,12,0,0,44,
-20,0,130,64,1,0,21,136,116,7,0,124,11,0,0,44,112,0,130,65,
-68,71,125,56,241,9,0,72,0,0,3,44,20,0,130,65,28,223,123,56,
-6,1,128,56,0,0,160,56,137,51,246,75,48,0,193,130,72,0,129,131,
-76,0,161,131,52,0,225,130,44,0,161,130,68,0,97,131,80,0,193,131,
-56,0,1,131,40,0,129,130,64,0,65,131,84,0,225,131,60,0,33,131,
-36,0,97,130,92,0,1,128,32,0,65,130,43,1,96,56,166,3,8,124,
-88,0,33,56,32,0,128,78,0,0,213,136,117,7,198,124,12,0,130,64,
-12,0,224,56,1,0,245,152,0,0,25,137,117,7,8,125,204,0,130,64,
-0,0,96,57,64,40,11,124,12,0,153,129,12,0,32,57,1,0,57,153,
-32,0,128,65,12,0,129,65,64,32,12,124,20,0,128,65,0,0,30,44,
-12,0,153,144,44,1,130,64,160,0,0,72,68,71,125,56,49,9,0,72,
-0,0,3,44,20,0,130,65,28,223,123,56,6,1,128,56,0,0,160,56,
-201,50,246,75,48,0,193,130,72,0,129,131,76,0,161,131,52,0,225,130,
-44,0,161,130,68,0,97,131,80,0,193,131,56,0,1,131,40,0,129,130,
-64,0,65,131,84,0,225,131,60,0,33,131,36,0,97,130,92,0,1,128,
-32,0,65,130,36,1,96,56,166,3,8,124,88,0,33,56,32,0,128,78,
-32,0,0,56,1,0,20,152,120,179,195,126,120,155,100,126,31,0,160,56,
-5,0,180,152,120,203,37,127,120,195,6,127,197,152,255,75,120,27,126,124,
-0,0,30,44,140,0,130,64,120,203,35,127,49,200,253,75,121,27,124,124,
-20,0,130,64,82,2,192,59,120,163,131,126,45,125,252,75,116,0,0,72,
-104,0,223,128,28,0,230,128,120,251,227,127,166,3,233,124,33,4,128,78,
-104,0,28,129,28,0,40,129,120,27,120,124,120,35,153,124,120,227,131,127,
-166,3,41,125,33,4,128,78,64,32,25,124,20,0,128,65,12,0,129,65,
-64,24,24,124,8,0,129,64,36,1,192,59,104,0,92,129,164,1,10,128,
-120,227,131,127,3,0,128,56,166,3,9,124,33,4,128,78,0,0,30,44,
-120,0,130,65,120,163,131,126,185,124,252,75,68,71,125,56,5,8,0,72,
-0,0,3,44,20,0,130,65,28,223,123,56,6,1,128,56,0,0,160,56,
-157,49,246,75,68,0,97,131,48,0,193,130,44,0,161,130,64,0,65,131,
-72,0,129,131,120,243,195,127,80,0,193,131,52,0,225,130,76,0,161,131,
-60,0,33,131,40,0,129,130,56,0,1,131,84,0,225,131,92,0,1,128,
-36,0,97,130,32,0,65,130,166,3,8,124,88,0,33,56,32,0,128,78,
-120,163,131,126,53,199,253,75,120,27,118,124,120,163,131,126,57,124,252,75,
-0,0,22,44,52,0,130,65,104,0,150,129,228,0,172,128,120,179,195,126,
-166,3,169,124,33,4,128,78,1,0,215,56,64,48,3,124,8,0,130,65,
-89,2,192,59,7,0,246,136,117,7,231,124,20,0,130,64,0,0,22,44,
-84,2,192,59,40,0,130,65,12,0,0,72,0,0,30,44,136,0,130,65,
-104,0,22,129,164,1,40,129,120,179,195,126,3,0,128,56,166,3,41,125,
-33,4,128,78,68,71,125,56,29,7,0,72,0,0,3,44,20,0,130,65,
-28,223,123,56,6,1,128,56,0,0,160,56,181,48,246,75,68,0,97,131,
-48,0,193,130,44,0,161,130,64,0,65,131,72,0,129,131,120,243,195,127,
-80,0,193,131,52,0,225,130,76,0,161,131,60,0,33,131,40,0,129,130,
-56,0,1,131,84,0,225,131,92,0,1,128,36,0,97,130,32,0,65,130,
-166,3,8,124,88,0,33,56,32,0,128,78,0,0,224,58,120,187,255,126,
-16,0,0,59,58,16,74,87,20,210,10,124,56,24,0,84,248,193,109,57,
-20,2,43,127,1,0,128,59,104,0,150,129,188,0,12,128,120,179,195,126,
-120,251,228,127,166,3,9,124,33,4,128,78,16,0,97,144,16,0,225,160,
-8,0,225,176,18,0,1,161,10,0,1,177,8,0,33,129,255,7,41,85,
-96,0,130,65,16,0,26,40,0,0,0,57,8,0,128,64,8,0,25,129,
-16,0,26,40,0,0,96,56,8,0,128,64,8,0,121,128,104,0,72,129,
-188,0,10,128,120,251,228,127,166,3,9,124,33,4,128,78,20,0,97,144,
-20,0,225,160,12,0,225,176,22,0,1,160,14,0,1,176,12,0,33,129,
-255,7,41,85,12,0,130,64,48,248,138,127,120,83,247,126,255,255,24,55,
-1,0,255,59,100,255,130,64,0,0,23,44,16,0,130,65,120,187,227,126,
-37,141,247,75,120,27,126,124,0,0,30,44,20,0,130,64,120,211,67,127,
-120,179,196,126,117,242,255,75,120,27,126,124,68,71,125,56,193,5,0,72,
-0,0,3,44,20,0,130,65,28,223,123,56,6,1,128,56,0,0,160,56,
-89,47,246,75,0,0,30,44,48,0,130,64,0,0,23,44,120,211,67,127,
-20,0,130,65,120,187,228,126,141,148,247,75,120,27,126,124,44,0,0,72,
-255,255,128,56,89,144,247,75,120,27,126,124,28,0,0,72,104,0,118,129,
-164,1,11,128,120,179,195,126,3,0,128,56,166,3,9,124,33,4,128,78,
-68,0,97,131,48,0,193,130,44,0,161,130,64,0,65,131,72,0,129,131,
-120,243,195,127,80,0,193,131,52,0,225,130,76,0,161,131,60,0,33,131,
-40,0,129,130,56,0,1,131,84,0,225,131,92,0,1,128,36,0,97,130,
-32,0,65,130,166,3,8,124,88,0,33,56,32,0,128,78,224,255,33,148,
-20,0,161,147,166,2,8,124,36,0,1,144,12,0,97,147,120,35,155,124,
-16,0,129,147,120,43,188,124,28,0,225,147,255,255,224,59,24,0,193,147,
-120,27,126,124,121,196,253,75,121,27,125,124,24,0,130,64,12,0,96,60,
-136,230,99,56,85,141,252,75,255,255,96,56,132,1,0,72,7,0,93,137,
-117,7,74,125,224,0,130,64,104,0,125,129,228,0,139,129,120,235,163,127,
-166,3,137,125,33,4,128,78,10,0,3,56,58,16,11,84,20,2,107,124,
-58,16,99,84,69,121,252,75,121,27,127,124,176,0,130,65,104,0,157,129,
-44,1,12,128,120,235,163,127,120,219,100,127,166,3,9,124,33,4,128,78,
-0,0,3,44,144,0,130,64,104,0,61,129,236,0,9,128,120,235,163,127,
-120,251,228,127,166,3,9,124,33,4,128,78,104,0,125,129,164,1,11,128,
-120,235,163,127,3,0,128,56,166,3,9,124,33,4,128,78,120,251,227,127,
-201,195,253,75,120,27,125,124,120,251,227,127,205,120,252,75,120,235,163,127,
-120,219,100,127,120,227,133,127,117,163,255,75,120,27,127,124,16,0,31,40,
-80,0,128,64,0,0,29,44,58,16,233,87,20,250,9,125,56,24,8,85,
-0,0,72,61,96,66,138,57,36,0,12,128,0,1,0,100,36,0,12,144,
-156,0,130,65,44,0,0,72,120,235,163,127,120,219,100,127,120,227,133,127,
-45,163,255,75,120,27,127,124,255,255,31,44,124,0,130,65,20,0,0,72,
-0,0,29,44,112,0,130,65,255,255,31,44,104,0,130,65,104,0,157,129,
-228,0,12,129,120,235,163,127,166,3,9,125,33,4,128,78,104,0,125,129,
-28,0,139,129,58,16,106,84,20,26,42,125,166,3,137,125,58,16,41,85,
-20,74,222,127,120,235,163,127,33,4,128,78,120,35,134,124,120,27,101,124,
-58,16,232,87,20,250,8,124,56,24,0,84,248,193,45,57,20,2,169,127,
-20,0,125,56,120,243,199,127,9,195,250,75,35,0,125,152,120,251,227,127,
-20,0,161,131,24,0,193,131,28,0,225,131,36,0,1,128,16,0,129,131,
-12,0,97,131,166,3,8,124,32,0,33,56,32,0,128,78,232,255,33,148,
-12,0,161,147,16,0,193,147,166,2,8,124,28,0,1,144,8,0,129,147,
-120,35,156,124,20,0,225,147,255,255,224,59,145,194,253,75,121,27,125,124,
-20,0,130,64,12,0,96,60,196,230,99,56,109,139,252,75,184,0,0,72,
-88,1,96,56,221,117,252,75,120,27,126,124,120,235,163,127,120,243,196,127,
-129,136,247,75,6,0,29,136,15,0,0,44,12,0,130,64,0,0,0,57,
-4,0,30,145,120,235,163,127,120,243,196,127,120,227,133,127,5,162,255,75,
-120,27,127,124,120,243,195,127,65,119,252,75,120,251,227,127,58,16,234,87,
-20,250,10,124,58,16,0,84,43,0,96,61,56,34,107,57,20,2,139,124,
-20,0,160,56,125,172,255,75,255,255,31,44,68,0,130,65,104,0,157,129,
-28,0,12,128,120,235,163,127,166,3,9,124,33,4,128,78,120,35,134,124,
-120,27,101,124,58,16,235,87,20,250,11,124,56,24,0,84,248,193,141,57,
-20,2,204,127,20,0,126,56,0,0,224,56,89,195,250,75,35,0,126,152,
-120,251,227,127,20,0,225,131,16,0,193,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,34,0,3,137,
-64,0,8,44,40,0,130,64,165,128,77,137,1,0,73,105,0,0,9,44,
-28,138,2,57,24,0,130,65,121,43,172,124,20,138,2,57,20,0,130,64,
-128,0,0,72,36,138,2,57,121,43,172,124,116,0,130,65,1,0,5,40,
-255,255,100,57,120,43,169,124,255,255,232,56,8,0,128,64,1,0,32,57,
-166,3,41,125,1,0,7,140,116,7,0,124,121,3,10,124,1,0,11,156,
-20,0,130,64,0,0,12,44,255,255,107,57,24,0,130,64,52,0,0,72,
-255,255,140,57,216,255,0,66,0,0,12,44,36,0,130,65,1,0,12,40,
-120,99,135,125,0,0,0,56,8,0,128,64,1,0,224,56,166,3,233,124,
-1,0,11,156,252,255,0,66,120,35,131,124,32,0,128,78,200,255,33,148,
-40,0,129,147,48,0,193,147,166,2,8,124,60,0,1,144,44,0,161,147,
-120,27,125,124,52,0,225,147,0,0,224,63,68,71,127,56,255,255,128,56,
-157,4,0,72,0,0,3,44,240,255,130,64,8,0,221,128,0,0,6,44,
-12,0,128,63,10,1,192,59,176,0,130,65,145,26,255,75,232,3,128,57,
-9,0,0,61,248,112,8,57,0,0,0,56,8,0,3,144,4,0,3,145,
-36,0,3,144,40,0,3,144,20,0,131,145,2,0,3,160,32,0,0,96,
-2,0,3,176,8,0,97,144,8,0,125,128,104,0,67,129,220,0,106,129,
-8,0,129,56,166,3,105,125,33,4,128,78,120,27,126,124,68,71,127,56,
-169,0,0,72,0,0,3,44,20,0,130,65,252,230,124,56,6,1,128,56,
-0,0,160,56,65,42,246,75,8,0,97,128,120,243,196,127,9,32,255,75,
-8,0,65,129,120,83,69,125,0,0,133,169,0,0,12,44,248,255,130,64,
-12,0,202,171,0,0,0,56,120,83,67,125,0,0,10,176,205,24,0,72,
-36,0,0,72,68,71,127,56,81,0,0,72,0,0,3,44,20,0,130,65,
-252,230,124,56,6,1,128,56,0,0,160,56,233,41,246,75,120,243,195,127,
-48,0,193,131,52,0,225,131,60,0,1,128,44,0,161,131,40,0,129,131,
-166,3,8,124,56,0,33,56,32,0,128,78,0,0,96,56,32,0,128,78,
-32,0,128,78,32,0,128,78,224,255,33,148,12,0,97,147,16,0,129,147,
-20,0,161,147,28,0,225,147,166,2,8,124,36,0,1,144,24,0,193,147,
-120,27,126,124,166,0,160,124,94,4,166,84,36,1,192,124,8,0,254,128,
-0,0,7,44,8,3,130,65,12,0,30,129,124,196,45,129,64,72,8,124,
-248,2,130,64,255,255,231,52,8,0,254,144,64,0,130,65,0,128,170,112,
-166,0,96,125,94,4,107,85,120,83,107,125,36,1,96,125,20,0,161,131,
-28,0,225,131,24,0,193,131,16,0,129,131,36,0,1,128,12,0,97,131,
-0,0,96,56,166,3,8,124,32,0,33,56,32,0,128,78,16,0,158,129,
-0,0,12,44,24,198,109,129,20,0,130,64,28,0,254,131,0,0,31,44,
-36,1,130,64,132,0,0,72,28,0,30,128,0,0,0,44,48,0,130,64,
-1,0,75,57,24,198,77,145,0,128,171,112,166,0,128,125,94,4,140,85,
-120,91,140,125,36,1,128,125,16,0,30,128,0,0,0,44,160,0,130,65,
-116,0,0,72,1,0,203,56,24,198,205,144,0,128,160,112,166,0,0,125,
-94,4,8,85,120,3,8,125,36,1,0,125,120,243,195,127,105,91,252,75,
-166,0,160,124,94,4,169,84,36,1,32,125,28,0,254,131,0,0,31,44,
-24,198,109,129,255,255,107,57,24,198,109,145,160,0,130,64,1,0,75,57,
-24,198,77,145,0,128,171,112,166,0,128,125,94,4,140,85,120,91,140,125,
-36,1,128,125,16,0,30,128,0,0,0,44,44,0,130,65,124,196,109,129,
-0,0,11,44,32,0,130,65,20,0,158,128,44,0,203,128,64,32,6,124,
-16,0,130,65,12,0,126,128,24,0,190,128,213,88,252,75,166,0,160,124,
-94,4,167,84,36,1,224,124,24,198,13,129,255,255,8,57,0,128,169,112,
-24,198,13,145,166,0,64,125,94,4,74,85,120,75,74,125,36,1,64,125,
-124,196,109,129,128,196,141,129,64,96,11,124,92,1,130,65,220,129,13,128,
-0,0,0,44,80,1,130,64,72,1,0,72,16,0,222,128,0,0,6,44,
-32,0,130,65,20,0,158,131,24,0,190,131,44,0,255,128,20,0,254,144,
-60,0,31,129,12,0,126,131,24,0,30,145,12,0,254,147,112,0,31,129,
-64,64,31,124,1,0,32,57,8,0,62,145,76,0,130,64,32,0,62,129,
-0,0,64,57,1,0,11,56,0,0,128,57,255,255,41,57,28,0,94,145,
-0,128,170,112,32,0,62,145,104,0,159,145,24,198,13,144,166,0,0,124,
-94,4,0,84,120,83,0,124,36,1,0,124,100,0,223,128,0,0,6,44,
-120,0,130,65,84,0,0,72,28,0,30,145,116,0,31,128,116,0,8,144,
-116,0,159,129,32,0,62,129,255,255,41,57,0,128,170,112,1,0,11,56,
-112,0,12,145,32,0,62,145,0,0,128,57,104,0,159,145,24,198,13,144,
-166,0,0,124,94,4,0,84,120,83,0,124,36,1,0,124,100,0,223,128,
-0,0,6,44,36,0,130,65,76,0,127,56,125,68,252,75,0,0,32,57,
-132,0,63,145,16,0,94,129,0,0,10,44,68,0,130,65,28,0,0,72,
-0,0,0,56,132,0,31,144,16,0,94,129,0,0,10,44,76,0,31,144,
-40,0,130,65,0,0,27,44,32,0,130,65,44,0,155,129,64,224,12,124,
-20,0,130,65,120,219,99,127,120,227,132,127,120,235,165,127,85,87,252,75,
-120,251,227,127,1,15,0,72,0,0,3,44,8,0,130,65,157,83,252,75,
-20,0,161,131,28,0,225,131,24,0,193,131,16,0,129,131,36,0,1,128,
-12,0,97,131,0,0,96,56,166,3,8,124,32,0,33,56,32,0,128,78,
-0,128,160,112,166,0,224,124,94,4,231,84,120,3,231,124,36,1,224,124,
-20,0,161,131,28,0,225,131,24,0,193,131,16,0,129,131,36,0,1,128,
-12,0,97,131,30,0,96,56,166,3,8,124,32,0,33,56,32,0,128,78,
-240,255,33,148,8,0,193,147,166,2,8,124,20,0,1,144,12,0,225,147,
-120,35,159,124,166,0,192,124,94,4,192,84,36,1,0,124,8,0,131,129,
-0,0,12,44,84,0,130,64,16,0,3,128,124,196,77,129,0,0,0,44,
-1,0,128,57,8,0,131,145,12,0,67,145,28,0,130,65,0,0,10,44,
-20,0,130,65,44,0,234,128,20,0,227,144,60,0,10,128,24,0,3,144,
-0,0,96,56,0,128,202,112,166,0,128,125,94,4,140,85,120,83,140,125,
-36,1,128,125,156,1,0,72,124,196,77,129,12,0,35,129,64,80,9,124,
-40,0,130,64,1,0,108,57,8,0,99,145,0,0,96,56,0,128,202,112,
-166,0,128,125,94,4,140,85,120,83,140,125,36,1,128,125,104,1,0,72,
-0,0,31,44,72,1,130,65,120,83,94,125,108,0,126,144,28,0,99,129,
-0,0,11,44,7,0,0,60,164,182,0,48,104,0,30,144,108,0,130,65,
-24,198,141,129,112,0,126,145,116,0,235,128,116,0,254,144,116,0,11,129,
-32,0,35,129,1,0,41,57,13,0,64,57,32,0,35,145,1,0,140,57,
-0,128,192,112,48,0,94,145,76,0,254,147,24,198,141,145,112,0,200,147,
-116,0,203,147,1,0,96,57,56,0,126,145,166,0,224,124,94,4,231,84,
-120,3,231,124,36,1,224,124,16,0,3,129,0,0,8,44,144,0,130,65,
-92,0,0,72,24,198,141,129,32,0,35,129,28,0,195,147,112,0,222,147,
-116,0,222,147,13,0,64,57,48,0,94,145,1,0,140,57,1,0,41,57,
-1,0,96,57,0,128,192,112,56,0,126,145,24,198,141,145,32,0,35,145,
-76,0,254,147,166,0,224,124,94,4,231,84,120,3,231,124,36,1,224,124,
-16,0,3,129,0,0,8,44,52,0,130,65,12,0,99,128,0,0,3,44,
-40,0,130,65,124,196,77,129,0,0,10,44,28,0,130,65,44,0,170,128,
-44,0,3,128,64,40,0,124,12,0,129,64,120,43,164,124,17,85,252,75,
-255,255,31,44,12,0,130,65,76,0,126,56,53,71,252,75,120,243,195,127,
-149,14,0,72,12,0,225,131,132,0,126,128,8,0,193,131,20,0,1,128,
-166,3,8,124,16,0,33,56,32,0,128,78,29,0,96,56,0,128,202,112,
-166,0,128,125,94,4,140,85,120,83,140,125,36,1,128,125,20,0,1,128,
-12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,
-240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,166,0,96,125,
-94,4,108,85,36,1,128,125,252,255,3,129,32,0,232,131,0,0,31,44,
-252,255,131,57,8,1,130,65,112,0,63,129,64,72,31,124,88,0,130,64,
-36,0,40,129,0,0,224,56,32,0,232,144,24,198,237,128,0,128,106,113,
-255,255,41,57,1,0,231,56,36,0,40,145,0,0,0,56,104,0,31,144,
-24,198,237,144,166,0,0,124,94,4,0,84,120,83,0,124,36,1,0,124,
-100,0,31,129,0,0,8,44,124,0,255,128,0,0,103,144,136,0,130,65,
-96,0,0,72,32,0,40,145,116,0,95,129,116,0,73,145,116,0,159,129,
-112,0,44,145,36,0,40,129,24,198,237,128,1,0,231,56,0,0,0,56,
-24,198,237,144,104,0,31,144,0,128,106,113,255,255,41,57,36,0,40,145,
-166,0,0,124,94,4,0,84,120,83,0,124,36,1,0,124,100,0,31,129,
-0,0,8,44,124,0,255,128,0,0,103,144,40,0,130,65,76,0,127,56,
-141,64,252,75,0,0,96,57,132,0,127,145,120,251,227,127,93,11,0,72,
-0,0,3,44,88,0,130,65,32,0,0,72,0,0,64,57,76,0,95,145,
-132,0,95,145,120,251,227,127,61,11,0,72,0,0,3,44,56,0,130,65,
-217,79,252,75,48,0,0,72,16,0,8,128,8,0,200,128,0,128,105,113,
-1,0,198,56,8,0,200,144,252,255,3,144,16,0,136,145,166,0,0,124,
-94,4,0,84,120,75,0,124,36,1,0,124,20,0,1,128,12,0,225,131,
-0,0,96,56,16,0,33,56,166,3,8,124,32,0,128,78,240,255,33,148,
-12,0,225,147,166,2,8,124,20,0,1,144,120,27,108,124,166,0,192,124,
-94,4,200,84,36,1,0,125,8,0,236,128,0,0,7,44,64,0,130,65,
-16,0,76,129,4,0,10,56,0,0,4,144,0,0,106,129,0,128,201,112,
-0,0,96,56,16,0,108,145,255,255,7,56,8,0,12,144,0,0,138,145,
-166,0,64,125,94,4,74,85,120,75,74,125,36,1,64,125,40,1,0,72,
-0,0,5,44,8,1,130,65,124,196,237,131,108,0,159,145,124,0,159,144,
-32,0,108,129,0,0,11,44,7,0,224,60,128,187,231,56,104,0,255,144,
-104,0,130,65,112,0,127,145,116,0,11,128,24,198,13,129,116,0,31,144,
-116,0,43,129,112,0,233,147,116,0,235,147,36,0,108,129,1,0,224,56,
-1,0,8,57,56,0,255,144,8,0,0,56,48,0,31,144,0,128,201,112,
-1,0,107,57,24,198,13,145,36,0,108,145,76,0,191,144,166,0,0,124,
-94,4,0,84,120,75,0,124,36,1,0,124,255,255,5,44,100,0,130,65,
-88,0,0,72,24,198,13,129,36,0,108,129,32,0,236,147,1,0,8,57,
-1,0,107,57,112,0,255,147,116,0,255,147,8,0,0,56,1,0,224,56,
-0,128,201,112,48,0,31,144,56,0,255,144,24,198,13,145,36,0,108,145,
-76,0,191,144,166,0,0,124,94,4,0,84,120,75,0,124,36,1,0,124,
-255,255,5,44,12,0,130,65,76,0,127,56,21,68,252,75,120,251,227,127,
-117,11,0,72,132,0,127,128,12,0,225,131,20,0,1,128,166,3,8,124,
-16,0,33,56,32,0,128,78,16,0,96,56,0,128,201,112,166,0,64,125,
-94,4,74,85,120,75,74,125,36,1,64,125,20,0,1,128,12,0,225,131,
-16,0,33,56,166,3,8,124,32,0,128,78,224,255,33,148,12,0,97,147,
-16,0,129,147,20,0,161,147,24,0,193,147,28,0,225,147,166,2,8,124,
-36,0,1,144,166,0,192,127,94,4,201,87,36,1,32,125,189,7,170,84,
-8,0,3,128,36,0,130,65,56,32,11,124,8,0,99,145,0,128,204,115,
-166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,160,3,0,72,
-20,0,131,129,16,0,227,131,0,0,31,44,120,35,0,124,8,0,3,144,
-96,3,130,65,1,0,12,44,232,0,130,64,128,0,159,129,189,7,133,85,
-120,0,31,129,20,0,130,65,56,64,6,124,64,64,6,124,36,0,130,64,
-12,0,0,72,57,64,7,124,24,0,130,65,124,0,63,129,255,7,138,85,
-0,0,9,144,48,0,130,65,28,0,0,72,0,128,204,115,166,0,0,124,
-94,4,0,84,120,99,0,124,36,1,0,124,44,3,0,72,120,0,127,129,
-8,0,3,128,120,88,0,124,8,0,3,144,24,198,237,128,1,0,231,56,
-0,128,200,115,0,0,0,56,16,0,3,144,104,0,31,144,20,0,3,144,
-24,198,237,144,166,0,32,125,94,4,41,85,120,67,41,125,36,1,32,125,
-100,0,63,129,0,0,9,44,40,0,130,65,76,0,127,56,73,61,252,75,
-0,0,96,57,132,0,127,145,120,251,227,127,25,8,0,72,0,0,3,44,
-192,2,130,65,140,2,0,72,0,0,64,57,76,0,95,145,132,0,95,145,
-120,251,227,127,249,7,0,72,0,0,3,44,160,2,130,65,108,2,0,72,
-24,198,205,128,1,0,198,56,0,0,128,59,120,251,234,127,16,0,131,147,
-24,198,205,144,120,227,157,127,120,235,164,127,0,128,199,115,166,0,0,125,
-94,4,8,85,120,59,8,125,36,1,0,125,166,0,192,127,94,4,201,87,
-36,1,32,125,12,0,99,129,0,0,11,44,32,0,130,65,20,0,131,129,
-8,0,195,128,121,83,95,125,0,0,160,56,120,51,0,124,12,0,163,144,
-0,1,130,65,128,0,223,128,189,7,199,84,120,0,127,129,20,0,130,65,
-56,88,8,124,64,88,8,124,28,0,130,64,12,0,0,72,57,88,9,124,
-16,0,130,65,112,0,127,129,120,91,123,125,16,0,0,72,112,0,127,129,
-120,91,123,125,180,0,0,72,124,0,191,128,255,7,198,84,0,0,5,144,
-20,0,130,65,120,0,255,128,8,0,3,129,120,56,8,125,8,0,3,145,
-64,88,31,124,40,0,130,64,0,0,28,44,20,0,35,129,0,0,64,57,
-104,0,159,144,132,0,95,145,255,255,41,57,20,0,35,145,68,0,130,65,
-92,0,0,72,64,248,10,124,8,0,130,64,120,91,106,125,116,0,63,129,
-116,0,43,145,116,0,31,129,0,0,28,44,20,0,35,129,104,0,159,144,
-255,255,41,57,112,0,104,145,0,0,96,57,132,0,127,145,20,0,35,145,
-32,0,130,64,120,251,252,127,120,251,253,127,255,255,140,53,112,0,159,144,
-120,219,127,127,220,254,130,64,28,0,0,72,112,0,253,147,112,0,159,144,
-120,251,253,127,255,255,140,53,120,219,127,127,192,254,130,64,16,0,67,145,
-0,128,199,115,166,0,0,125,94,4,8,85,120,59,8,125,36,1,0,125,
-121,227,159,127,0,0,160,59,156,0,130,65,100,0,31,128,0,0,0,44,
-112,0,127,131,72,0,130,65,76,0,127,56,109,59,252,75,166,0,192,127,
-94,4,201,87,36,1,32,125,24,198,77,129,1,0,74,57,0,128,203,115,
-24,198,77,145,166,0,0,124,94,4,0,84,120,91,0,124,36,1,0,124,
-120,251,227,127,25,6,0,72,120,219,127,127,64,0,0,72,76,0,191,147,
-166,0,192,127,94,4,201,87,36,1,32,125,24,198,77,129,1,0,74,57,
-0,128,203,115,24,198,77,145,166,0,0,124,94,4,0,84,120,91,0,124,
-36,1,0,124,120,251,227,127,217,5,0,72,120,219,127,127,0,0,31,44,
-108,255,130,64,166,0,192,127,94,4,192,87,36,1,0,124,24,198,173,128,
-255,255,165,56,0,128,202,115,24,198,173,144,166,0,96,125,94,4,107,85,
-120,83,107,125,36,1,96,125,128,196,13,128,124,196,141,129,64,0,12,124,
-64,0,130,65,220,129,173,128,0,0,5,44,52,0,130,64,41,74,252,75,
-44,0,0,72,0,0,12,44,16,0,130,65,12,0,195,128,1,0,198,56,
-12,0,195,144,0,128,199,115,166,0,0,125,94,4,8,85,120,59,8,125,
-36,1,0,125,20,0,161,131,28,0,225,131,24,0,193,131,16,0,129,131,
-36,0,1,128,12,0,97,131,0,0,96,56,166,3,8,124,32,0,33,56,
-32,0,128,78,240,255,33,148,8,0,193,147,12,0,225,147,166,2,8,124,
-20,0,1,144,120,27,108,124,166,0,192,127,94,4,192,87,36,1,0,124,
-189,7,171,84,8,0,76,129,20,0,130,65,56,32,64,125,64,32,0,124,
-36,0,130,64,12,0,0,72,57,32,72,125,24,0,130,65,255,7,160,84,
-0,0,96,56,0,0,70,145,76,1,130,65,16,0,0,72,0,0,7,44,
-60,1,130,65,40,0,0,72,8,0,76,129,0,128,192,115,120,32,74,125,
-8,0,76,145,166,0,224,124,94,4,231,84,120,3,231,124,36,1,224,124,
-44,1,0,72,124,196,237,131,124,0,223,144,108,0,159,145,16,0,44,129,
-0,0,9,44,7,0,96,61,120,0,159,144,128,0,191,144,252,188,107,57,
-104,0,127,145,104,0,130,65,112,0,63,145,116,0,9,128,116,0,31,144,
-116,0,201,128,24,198,109,129,20,0,12,129,1,0,8,57,20,0,12,145,
-1,0,107,57,1,0,0,56,76,0,255,144,24,198,109,145,56,0,31,144,
-112,0,230,147,116,0,233,147,7,0,32,57,48,0,63,145,0,128,198,115,
-166,0,0,125,94,4,8,85,120,51,8,125,36,1,0,125,255,255,7,44,
-100,0,130,65,88,0,0,72,24,198,109,129,20,0,12,129,16,0,236,147,
-112,0,255,147,116,0,255,147,1,0,107,57,1,0,8,57,7,0,32,57,
-1,0,0,56,0,128,198,115,48,0,63,145,56,0,31,144,24,198,109,145,
-20,0,12,145,76,0,255,144,166,0,0,125,94,4,8,85,120,51,8,125,
-36,1,0,125,255,255,7,44,12,0,130,65,76,0,127,56,53,62,252,75,
-120,251,227,127,149,5,0,72,20,0,1,128,132,0,127,128,12,0,225,131,
-8,0,193,131,166,3,8,124,16,0,33,56,32,0,128,78,7,0,96,56,
-0,128,192,115,166,0,224,124,94,4,231,84,120,3,231,124,36,1,224,124,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-166,0,224,124,94,4,235,84,36,1,96,125,12,0,227,131,0,0,31,44,
-248,0,130,65,112,0,31,129,64,64,31,124,80,0,130,64,16,0,131,129,
-24,198,77,129,0,0,32,57,12,0,35,145,0,128,235,112,255,255,140,57,
-1,0,74,57,16,0,131,145,120,75,32,125,104,0,31,144,24,198,77,145,
-166,0,0,124,94,4,0,84,120,91,0,124,36,1,0,124,100,0,255,128,
-0,0,7,44,128,0,130,65,88,0,0,72,12,0,3,145,116,0,95,129,
-116,0,72,145,24,198,77,129,116,0,127,129,16,0,131,129,255,255,140,57,
-16,0,131,145,1,0,74,57,0,0,0,56,112,0,11,145,0,128,235,112,
-104,0,31,144,24,198,77,145,166,0,0,124,94,4,0,84,120,91,0,124,
-36,1,0,124,100,0,255,128,0,0,7,44,40,0,130,65,76,0,127,56,
-165,55,252,75,0,0,64,57,132,0,95,145,120,251,227,127,117,2,0,72,
-0,0,3,44,76,0,130,65,32,0,0,72,0,0,32,57,76,0,63,145,
-132,0,63,145,120,251,227,127,85,2,0,72,0,0,3,44,44,0,130,65,
-241,70,252,75,36,0,0,72,8,0,131,129,0,128,231,112,1,0,140,57,
-8,0,131,145,166,0,0,125,94,4,8,85,120,59,8,125,36,1,0,125,
-20,0,1,128,12,0,225,131,0,0,96,56,16,0,33,56,166,3,8,124,
-32,0,128,78,240,255,33,148,12,0,225,147,166,2,8,124,20,0,1,144,
-166,0,32,125,94,4,42,85,36,1,64,125,8,0,227,128,0,0,7,44,
-40,0,130,65,255,255,103,57,8,0,99,145,0,0,96,56,0,128,40,113,
-166,0,32,125,94,4,41,85,120,67,41,125,36,1,32,125,36,1,0,72,
-0,0,4,44,4,1,130,65,124,196,237,131,108,0,127,144,12,0,195,128,
-0,0,6,44,7,0,128,61,120,190,140,57,104,0,159,145,104,0,130,65,
-112,0,223,144,116,0,6,128,116,0,31,144,116,0,230,128,24,198,141,129,
-16,0,3,129,1,0,8,57,16,0,3,145,1,0,140,57,1,0,0,56,
-76,0,159,144,56,0,31,144,112,0,231,147,6,0,64,57,116,0,230,147,
-48,0,95,145,0,128,32,113,24,198,141,145,166,0,160,124,94,4,165,84,
-120,3,165,124,36,1,160,124,255,255,4,44,100,0,130,65,88,0,0,72,
-24,198,141,129,16,0,3,129,12,0,227,147,112,0,255,147,116,0,255,147,
-1,0,140,57,1,0,8,57,6,0,64,57,1,0,0,56,48,0,95,145,
-56,0,31,144,0,128,32,113,24,198,141,145,16,0,3,145,76,0,159,144,
-166,0,160,124,94,4,165,84,120,3,165,124,36,1,160,124,255,255,4,44,
-12,0,130,65,76,0,127,56,89,59,252,75,120,251,227,127,185,2,0,72,
-132,0,127,128,12,0,225,131,20,0,1,128,166,3,8,124,16,0,33,56,
-32,0,128,78,13,0,96,56,0,128,40,113,166,0,32,125,94,4,41,85,
-120,67,41,125,36,1,32,125,20,0,1,128,12,0,225,131,16,0,33,56,
-166,3,8,124,32,0,128,78,124,196,141,128,166,0,96,125,94,4,96,85,
-36,1,0,124,32,0,4,129,64,32,8,124,44,0,4,128,44,0,130,65,
-144,196,77,129,0,0,10,44,152,197,173,56,58,16,12,84,128,196,13,145,
-46,41,12,125,16,0,130,65,64,0,228,128,120,56,70,125,144,196,205,144,
-148,196,45,129,64,0,9,124,20,0,128,64,58,16,40,85,152,197,45,57,
-46,72,72,125,128,196,77,145,0,128,107,113,166,0,128,125,94,4,140,85,
-120,91,140,125,36,1,128,125,128,196,13,128,64,32,0,124,32,0,130,77,
-172,68,252,75,120,27,106,124,166,0,96,125,94,4,102,85,36,1,192,124,
-48,0,10,128,24,198,237,128,56,0,10,129,0,0,8,44,0,0,96,56,
-255,255,231,56,24,198,237,144,72,0,130,65,1,0,0,44,124,1,130,65,
-2,0,0,44,116,1,130,65,0,0,32,57,56,0,42,145,48,0,42,145,
-0,128,103,113,166,0,32,125,94,4,41,85,120,59,41,125,36,1,32,125,
-128,196,13,128,124,196,77,129,64,0,10,124,32,0,130,77,100,1,0,72,
-0,0,0,44,56,1,130,65,52,0,170,128,0,0,5,44,60,0,130,65,
-0,0,160,56,52,0,170,144,3,0,192,56,48,0,202,144,0,128,103,113,
-166,0,32,125,94,4,41,85,120,59,41,125,36,1,32,125,128,196,13,128,
-124,196,77,129,64,0,10,124,32,0,130,77,24,1,0,72,44,0,138,129,
-152,197,173,56,58,16,128,85,46,0,197,124,0,0,6,44,0,0,224,56,
-48,0,234,144,64,0,130,65,36,0,6,129,0,128,103,113,32,0,72,145,
-36,0,70,145,36,0,10,145,32,0,202,144,166,0,32,125,94,4,41,85,
-120,59,41,125,36,1,32,125,128,196,13,128,124,196,77,129,64,0,10,124,
-32,0,130,77,188,0,0,72,128,196,237,128,0,0,7,44,140,196,13,129,
-64,0,42,129,120,75,8,125,46,1,69,125,36,0,74,145,32,0,74,145,
-140,196,13,145,52,0,130,64,128,196,77,145,148,196,141,145,0,128,103,113,
-166,0,32,125,94,4,41,85,120,59,41,125,36,1,32,125,120,83,64,125,
-124,196,77,129,64,0,10,124,32,0,130,77,100,0,0,72,148,196,205,128,
-64,48,12,124,52,0,128,64,60,0,39,129,64,72,12,124,148,196,141,145,
-36,0,128,64,44,0,7,129,64,64,9,124,20,0,130,65,144,196,13,128,
-64,0,167,128,120,43,0,124,144,196,13,144,128,196,77,145,0,128,103,113,
-166,0,32,125,94,4,41,85,120,59,41,125,36,1,32,125,128,196,13,128,
-124,196,77,129,64,0,10,124,32,0,130,77,220,129,205,128,0,0,6,44,
-32,0,130,76,1,0,96,56,32,0,128,78,232,255,33,148,12,0,161,147,
-16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,166,0,224,127,
-94,4,230,87,36,1,192,124,56,0,227,128,0,0,7,44,24,198,205,131,
-255,255,222,59,24,198,205,147,200,2,130,65,44,0,35,129,32,0,227,128,
-64,24,7,124,0,0,0,57,56,0,3,145,58,16,44,85,132,0,130,65,
-36,0,3,128,36,0,7,144,36,0,67,129,152,197,141,56,32,0,234,144,
-46,96,100,125,64,24,11,124,140,2,130,64,144,196,173,131,0,0,29,44,
-32,0,3,128,46,97,4,124,16,0,130,65,64,0,195,128,120,48,165,127,
-144,196,173,144,128,196,237,128,64,56,3,124,96,2,130,64,148,196,13,129,
-58,16,8,85,46,32,8,124,0,128,234,115,128,196,13,144,166,0,96,125,
-94,4,107,85,120,83,107,125,36,1,96,125,124,196,141,129,64,0,12,124,
-100,2,130,65,80,2,0,72,140,196,13,128,144,196,173,131,0,0,29,44,
-64,0,99,129,0,0,64,57,152,197,141,56,46,33,76,125,248,88,105,125,
-120,88,0,124,140,196,13,144,12,0,130,65,56,72,189,127,144,196,173,147,
-63,6,5,84,36,0,130,65,128,196,205,128,152,196,141,57,63,6,0,84,
-174,0,12,124,64,48,3,124,148,196,13,144,212,1,130,64,196,0,0,72,
-47,4,6,84,44,0,130,65,62,194,0,84,128,196,205,128,152,196,141,57,
-63,6,0,84,174,0,172,124,64,48,3,124,8,0,5,56,148,196,13,144,
-164,1,130,64,148,0,0,72,31,2,7,84,44,0,130,65,62,132,0,84,
-128,196,205,128,152,196,141,57,63,6,0,84,174,0,172,124,64,48,3,124,
-16,0,5,56,148,196,13,144,116,1,130,64,100,0,0,72,15,0,8,84,
-40,0,130,65,62,70,0,84,152,196,141,57,174,0,172,124,128,196,205,128,
-64,48,3,124,24,0,5,56,148,196,13,144,72,1,130,64,56,0,0,72,
-32,0,32,57,148,196,45,145,0,0,64,57,128,196,77,145,0,128,235,115,
-166,0,128,125,94,4,140,85,120,91,140,125,36,1,128,125,220,129,173,128,
-0,0,5,44,72,1,130,64,64,1,0,72,58,16,7,84,46,32,7,125,
-0,0,29,44,128,196,13,145,252,0,130,65,0,128,233,115,166,0,64,125,
-94,4,74,85,120,75,74,125,36,1,64,125,166,0,224,127,94,4,235,87,
-36,1,96,125,144,196,173,131,120,235,160,127,63,6,7,84,24,198,205,147,
-40,0,130,65,63,6,11,84,174,88,12,124,58,16,12,84,46,96,196,124,
-60,0,230,128,148,196,173,128,64,56,5,124,168,0,128,65,148,0,0,72,
-47,4,8,84,48,0,130,65,62,198,11,84,174,88,12,124,8,0,32,57,
-20,2,41,125,58,16,44,85,46,96,196,124,60,0,230,128,148,196,173,128,
-64,56,5,124,116,0,128,65,96,0,0,72,31,2,10,84,48,0,130,65,
-62,134,11,84,174,88,12,124,16,0,32,57,20,2,41,125,58,16,44,85,
-46,96,196,124,60,0,230,128,148,196,173,128,64,56,5,124,64,0,128,65,
-44,0,0,72,62,70,11,84,174,88,12,124,24,0,32,57,20,2,41,125,
-58,16,44,85,46,96,196,124,60,0,230,128,148,196,173,128,64,56,5,124,
-20,0,128,65,64,0,38,129,120,72,168,127,128,196,205,144,144,196,13,145,
-0,128,234,115,166,0,96,125,94,4,107,85,120,83,107,125,36,1,96,125,
-128,196,13,128,124,196,141,129,64,0,12,124,20,0,130,65,220,129,173,128,
-0,0,5,44,8,0,130,64,145,63,252,75,20,0,225,131,28,0,1,128,
-16,0,193,131,12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,
-124,196,45,129,0,0,96,56,166,0,128,125,94,4,139,85,36,1,96,125,
-48,0,9,128,0,0,0,44,120,0,130,64,24,198,77,129,0,0,10,44,
-28,0,9,128,24,0,9,144,40,0,130,65,0,0,96,56,1,0,96,57,
-24,0,105,145,0,128,137,113,166,0,64,125,94,4,74,85,120,75,74,125,
-36,1,64,125,32,0,128,78,32,0,73,129,64,72,10,124,52,0,130,65,
-44,0,105,129,60,0,9,128,64,0,11,124,36,0,130,64,148,196,45,129,
-58,16,107,85,152,197,13,56,58,16,41,85,46,1,75,125,46,0,105,125,
-1,0,96,56,128,196,109,145,0,128,137,113,166,0,64,125,94,4,74,85,
-120,75,74,125,36,1,64,125,32,0,128,78,240,255,33,148,8,0,193,147,
-166,2,8,124,20,0,1,144,12,0,225,147,120,27,127,124,166,0,192,127,
-94,4,192,87,36,1,0,124,16,0,127,128,0,0,3,44,12,0,130,65,
-1,0,128,56,225,214,252,75,0,192,45,129,0,192,237,147,4,192,77,129,
-8,0,31,129,4,0,40,145,20,0,127,169,0,128,204,115,80,80,75,125,
-4,192,77,145,166,0,0,124,94,4,0,84,120,99,0,124,36,1,0,124,
-20,0,1,128,12,0,225,131,8,0,193,131,166,3,8,124,16,0,33,56,
-32,0,128,78,232,255,33,148,20,0,225,147,120,27,127,124,12,0,161,147,
-32,0,160,63,224,120,189,59,0,232,31,124,166,2,8,124,28,0,1,144,
-16,0,193,147,12,0,192,63,20,0,128,64,76,183,126,56,120,251,229,127,
-195,0,128,56,5,17,246,75,3,0,125,61,0,36,107,57,0,88,31,124,
-20,0,128,65,76,183,126,56,120,251,229,127,196,0,128,56,229,16,246,75,
-0,0,159,169,0,0,12,44,20,0,130,65,76,183,126,56,39,7,128,56,
-0,0,160,56,201,16,246,75,0,0,32,57,28,0,63,145,12,0,63,177,
-14,0,63,177,24,0,63,145,2,0,63,177,166,0,64,125,94,4,64,85,
-36,1,0,124,208,192,13,128,32,0,31,144,208,192,237,147,200,192,141,129,
-255,255,140,57,0,128,64,113,200,192,141,145,166,0,0,125,94,4,8,85,
-120,3,8,125,36,1,0,125,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,28,0,1,144,
-8,0,163,131,12,0,67,169,166,0,192,127,94,4,192,87,36,1,0,124,
-0,0,10,44,68,0,130,65,12,0,125,169,0,0,11,44,24,0,130,64,
-16,0,131,169,16,0,157,177,14,0,3,168,14,0,29,176,12,0,93,177,
-28,0,67,129,24,0,253,128,24,0,35,129,28,0,29,129,120,83,8,125,
-28,0,29,145,120,75,231,124,24,0,253,144,2,0,227,171,161,254,255,75,
-2,0,125,169,120,251,107,125,2,0,125,177,0,0,157,169,255,255,140,57,
-53,7,140,125,0,0,157,177,20,0,130,64,4,0,29,128,120,235,163,127,
-166,3,9,124,33,4,128,78,0,128,204,115,166,0,0,124,94,4,0,84,
-120,99,0,124,36,1,0,124,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-8,0,129,147,12,0,161,147,16,0,193,147,166,2,8,124,28,0,1,144,
-20,0,225,147,120,27,127,124,12,0,159,169,0,0,12,44,164,1,130,64,
-166,0,192,127,94,4,200,87,36,1,0,125,36,0,159,128,52,0,132,129,
-255,7,140,85,32,0,130,65,48,0,36,129,0,0,105,128,193,21,253,75,
-32,0,31,169,33,4,0,85,88,0,130,65,24,0,0,72,120,35,131,124,
-89,72,255,75,32,0,31,169,33,4,0,85,64,0,130,65,16,0,128,57,
-127,4,11,85,32,0,127,177,2,0,159,177,32,0,127,168,0,0,0,56,
-12,0,31,144,16,0,31,144,58,16,106,84,29,0,0,60,80,63,0,48,
-46,0,10,124,0,0,0,44,8,0,130,65,73,24,250,75,2,0,63,161,
-255,7,41,85,220,0,130,64,32,0,191,171,0,32,128,63,0,0,156,133,
-33,4,140,85,128,0,130,65,166,0,96,124,0,128,107,96,0,128,106,113,
-166,0,0,124,94,4,0,84,120,83,0,124,36,1,0,124,0,128,104,112,
-166,0,64,125,94,4,74,85,120,67,74,125,36,1,64,125,124,134,109,137,
-117,7,107,125,56,0,130,65,0,128,204,115,166,0,0,124,94,4,0,84,
-120,99,0,124,36,1,0,124,16,0,193,131,20,0,225,131,28,0,1,128,
-12,0,161,131,8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,
-0,0,156,129,33,4,140,85,136,255,130,64,166,0,224,127,94,4,224,87,
-36,1,0,124,160,192,13,129,255,255,8,53,160,192,13,145,24,0,130,64,
-244,192,45,129,0,0,9,44,12,0,130,64,0,0,96,56,145,154,250,75,
-0,128,234,115,166,0,96,125,94,4,107,85,120,83,107,125,36,1,96,125,
-48,0,188,147,0,128,204,115,166,0,0,124,94,4,0,84,120,99,0,124,
-36,1,0,124,16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,
-8,0,129,131,166,3,8,124,24,0,33,56,32,0,128,78,193,224,249,75,
-16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,
-166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,12,0,161,147,
-16,0,193,147,166,2,8,124,28,0,1,144,20,0,225,147,120,27,127,124,
-8,0,127,128,12,0,191,171,166,0,192,127,94,4,192,87,36,1,0,124,
-0,0,29,44,76,0,130,65,0,0,3,44,68,0,130,65,12,0,131,169,
-0,0,12,44,24,0,130,64,16,0,31,168,16,0,3,176,14,0,223,168,
-14,0,195,176,12,0,163,179,28,0,95,129,24,0,227,128,24,0,63,129,
-28,0,3,129,120,83,8,125,28,0,3,145,120,75,231,124,24,0,227,144,
-0,0,3,44,0,0,96,57,12,0,127,177,36,0,130,65,0,0,131,169,
-255,255,140,57,53,7,140,125,0,0,131,177,16,0,130,64,4,0,3,128,
-166,3,9,124,33,4,128,78,0,0,29,44,16,0,130,64,42,0,127,160,
-0,0,128,56,153,211,249,75,0,128,201,115,166,0,64,125,94,4,74,85,
-120,75,74,125,36,1,64,125,20,0,225,131,28,0,1,128,16,0,193,131,
-12,0,161,131,166,3,8,124,24,0,33,56,32,0,128,78,232,255,33,148,
-8,0,129,147,12,0,161,147,16,0,193,147,20,0,225,147,166,2,8,124,
-28,0,1,144,96,0,192,131,0,0,30,44,41,0,224,63,140,2,255,59,
-44,0,130,65,2,0,128,59,120,251,253,127,255,7,192,87,12,0,130,65,
-120,235,163,127,253,59,255,75,255,255,156,55,126,248,222,87,44,0,189,59,
-228,255,130,64,0,32,160,60,0,0,165,56,4,0,133,131,255,111,135,87,
-120,0,130,65,100,0,165,131,0,0,192,59,32,0,0,72,255,7,170,87,
-12,0,130,65,120,251,227,127,157,61,255,75,126,248,189,87,44,0,255,59,
-1,0,222,59,0,0,29,44,12,0,130,65,2,0,30,44,216,255,128,65,
-41,0,32,61,228,2,41,57,0,0,0,57,120,67,12,125,28,0,0,72,
-255,7,171,87,8,0,130,65,41,0,137,153,126,248,189,87,44,0,41,57,
-1,0,8,57,0,0,29,44,12,0,130,65,1,0,8,44,220,255,128,65,
-255,167,128,87,12,0,130,65,1,0,96,56,41,202,252,75,172,4,0,124,
-16,0,193,131,20,0,225,131,28,0,1,128,12,0,161,131,8,0,129,131,
-166,3,8,124,24,0,33,56,32,0,128,78,0,0,0,0,0,0,36,224,
-0,0,129,224,0,0,40,224,0,0,1,226,0,0,4,2,0,0,136,0,
-0,0,4,10,0,0,68,0,0,0,130,0,0,0,130,2,0,0,72,0,
-0,0,2,2,0,0,2,10,0,0,8,2,0,0,8,10,0,0,8,0,
-0,0,0,2,0,0,68,10,0,0,4,11,0,0,4,3,0,0,72,10,
-0,0,0,0,48,120,48,48,48,48,48,48,48,48,0,0,0,0,0,0,
-152,239,11,0,1,0,0,0,88,250,10,0,2,0,0,0,100,250,10,0,
-3,0,0,0,128,239,11,0,4,0,0,0,112,250,10,0,5,0,0,0,
-136,239,11,0,6,0,0,0,144,239,11,0,7,0,0,0,124,250,10,0,
-8,0,0,0,140,250,10,0,9,0,0,0,156,250,10,0,115,116,114,105,
-110,103,32,110,111,116,32,102,111,117,110,100,0,0,0,0,0,0,0,0,
-168,20,23,0,124,68,1,0,0,0,0,0,28,85,28,0,136,90,1,0,
-0,0,0,0,0,0,0,0,0,0,0,0,216,135,1,0,0,0,0,0,
-208,135,1,0,0,0,0,0,204,135,1,0,0,0,0,0,0,0,0,0,
-0,0,0,0,40,135,1,0,0,0,0,0,12,135,1,0,0,0,0,0,
-8,135,1,0,0,0,0,0,0,0,0,0,0,0,0,0,100,134,1,0,
-0,0,0,0,12,135,1,0,0,0,0,0,96,134,1,0,0,0,0,0,
-0,0,0,0,0,0,0,0,72,134,1,0,0,0,0,0,208,135,1,0,
-0,0,0,0,92,134,1,0,0,0,0,0,68,8,0,0,72,134,1,0,
-0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,64,2,0,0,
-2,0,0,0,66,2,0,0,3,0,0,0,198,1,0,0,4,0,0,0,
-67,2,0,0,5,0,0,0,19,48,0,0,6,0,0,0,192,1,0,0,
-7,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,20,0,0,0,
-0,0,0,0,30,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,
-50,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,70,0,0,0,
-0,0,0,0,80,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,
-116,85,28,0,20,136,1,0,0,0,0,0,180,85,28,0,236,135,1,0,
-0,0,0,0,76,85,28,0,0,136,1,0,0,0,0,0,240,85,28,0,
-40,136,1,0,0,0,0,0,68,71,0,0,80,140,1,0,0,0,0,0,
-116,71,0,0,60,140,1,0,0,0,0,0,0,0,0,0,0,0,0,0,
-204,208,6,0,0,0,0,0,204,208,6,0,0,0,0,0,204,208,6,0,
-0,0,0,0,240,34,8,0,0,0,0,0,204,208,6,0,0,0,0,0,
-204,208,6,0,0,0,0,0,40,33,8,0,0,0,0,0,224,34,8,0,
-0,0,0,0,208,34,8,0,0,0,0,0,192,34,8,0,0,0,0,0,
-176,34,8,0,0,0,0,0,168,34,8,0,0,0,0,0,112,32,8,0,
-0,0,0,0,184,31,8,0,0,0,0,0,236,30,8,0,0,0,0,0,
-92,30,8,0,0,0,0,0,228,251,7,0,0,0,0,0,192,28,8,0,
-0,0,0,0,200,27,8,0,0,0,0,0,56,27,8,0,0,0,0,0,
-144,26,8,0,0,0,0,0,232,25,8,0,0,0,0,0,4,239,7,0,
-0,0,0,0,144,24,8,0,0,0,0,0,160,245,7,0,0,0,0,0,
-212,22,8,0,0,0,0,0,124,21,8,0,0,0,0,0,232,20,8,0,
-0,0,0,0,172,19,8,0,0,0,0,0,32,14,8,0,0,0,0,0,
-168,12,8,0,0,0,0,0,212,10,8,0,0,0,0,0,72,34,8,0,
-0,0,0,0,84,9,8,0,0,0,0,0,184,7,8,0,0,0,0,0,
-176,6,8,0,0,0,0,0,160,34,8,0,0,0,0,0,148,34,8,0,
-0,0,0,0,140,34,8,0,0,0,0,0,132,34,8,0,0,0,0,0,
-12,244,7,0,0,0,0,0,108,5,8,0,0,0,0,0,48,4,8,0,
-0,0,0,0,124,34,8,0,0,0,0,0,116,34,8,0,0,0,0,0,
-108,34,8,0,0,0,0,0,136,2,8,0,0,0,0,0,244,0,8,0,
-0,0,0,0,44,0,8,0,0,0,0,0,108,255,7,0,0,0,0,0,
-128,254,7,0,0,0,0,0,88,34,8,0,0,0,0,0,204,208,6,0,
-0,0,0,0,204,208,6,0,0,0,0,0,204,208,6,0,0,0,0,0,
-196,247,7,0,0,0,0,0,28,247,7,0,0,0,0,0,116,246,7,0,
-0,0,0,0,204,244,7,0,0,0,0,0,24,243,7,0,0,0,0,0,
-80,242,7,0,0,0,0,0,0,0,0,0,0,0,0,0,136,53,8,0,
-0,0,0,0,60,37,8,0,0,0,0,0,96,53,8,0,0,0,0,0,
-112,55,8,0,0,0,0,0,148,52,8,0,0,0,0,0,108,52,8,0,
-0,0,0,0,116,51,8,0,0,0,0,0,96,55,8,0,0,0,0,0,
-80,55,8,0,0,0,0,0,64,55,8,0,0,0,0,0,240,50,8,0,
-0,0,0,0,56,55,8,0,0,0,0,0,244,54,8,0,0,0,0,0,
-236,54,8,0,0,0,0,0,44,52,8,0,0,0,0,0,188,54,8,0,
-0,0,0,0,76,45,8,0,0,0,0,0,216,54,8,0,0,0,0,0,
-192,54,8,0,0,0,0,0,184,54,8,0,0,0,0,0,176,54,8,0,
-0,0,0,0,168,54,8,0,0,0,0,0,244,37,8,0,0,0,0,0,
-136,50,8,0,0,0,0,0,116,44,8,0,0,0,0,0,96,54,8,0,
-0,0,0,0,76,50,8,0,0,0,0,0,160,54,8,0,0,0,0,0,
-152,49,8,0,0,0,0,0,8,49,8,0,0,0,0,0,80,48,8,0,
-0,0,0,0,120,54,8,0,0,0,0,0,152,42,8,0,0,0,0,0,
-112,54,8,0,0,0,0,0,184,7,8,0,0,0,0,0,108,54,8,0,
-0,0,0,0,48,55,8,0,0,0,0,0,36,55,8,0,0,0,0,0,
-28,55,8,0,0,0,0,0,20,55,8,0,0,0,0,0,16,44,8,0,
-0,0,0,0,152,54,8,0,0,0,0,0,144,54,8,0,0,0,0,0,
-12,55,8,0,0,0,0,0,4,55,8,0,0,0,0,0,252,54,8,0,
-0,0,0,0,136,54,8,0,0,0,0,0,128,54,8,0,0,0,0,0,
-144,46,8,0,0,0,0,0,160,46,8,0,0,0,0,0,132,46,8,0,
-0,0,0,0,252,34,8,0,0,0,0,0,52,238,7,0,0,0,0,0,
-100,54,8,0,0,0,0,0,72,38,8,0,0,0,0,0,60,54,8,0,
-0,0,0,0,72,54,8,0,0,0,0,0,64,54,8,0,0,0,0,0,
-80,44,8,0,0,0,0,0,80,54,8,0,0,0,0,0,56,54,8,0,
-0,0,0,0,52,238,7,0,0,0,0,0,0,0,0,0,0,0,0,0,
-136,53,8,0,0,0,0,0,60,37,8,0,0,0,0,0,96,53,8,0,
-0,0,0,0,112,55,8,0,0,0,0,0,148,52,8,0,0,0,0,0,
-108,52,8,0,0,0,0,0,116,51,8,0,0,0,0,0,96,55,8,0,
-0,0,0,0,80,55,8,0,0,0,0,0,64,55,8,0,0,0,0,0,
-240,50,8,0,0,0,0,0,180,144,1,0,0,0,0,0,244,54,8,0,
-0,0,0,0,236,54,8,0,0,0,0,0,44,52,8,0,0,0,0,0,
-188,54,8,0,0,0,0,0,76,45,8,0,0,0,0,0,216,54,8,0,
-0,0,0,0,192,54,8,0,0,0,0,0,184,54,8,0,0,0,0,0,
-176,54,8,0,0,0,0,0,168,54,8,0,0,0,0,0,60,142,1,0,
-0,0,0,0,136,50,8,0,0,0,0,0,116,44,8,0,0,0,0,0,
-96,54,8,0,0,0,0,0,76,50,8,0,0,0,0,0,160,54,8,0,
-0,0,0,0,152,49,8,0,0,0,0,0,140,142,1,0,0,0,0,0,
-80,48,8,0,0,0,0,0,120,54,8,0,0,0,0,0,152,42,8,0,
-0,0,0,0,112,54,8,0,0,0,0,0,184,7,8,0,0,0,0,0,
-108,54,8,0,0,0,0,0,48,55,8,0,0,0,0,0,36,55,8,0,
-0,0,0,0,28,55,8,0,0,0,0,0,20,55,8,0,0,0,0,0,
-16,44,8,0,0,0,0,0,152,54,8,0,0,0,0,0,144,54,8,0,
-0,0,0,0,12,55,8,0,0,0,0,0,4,55,8,0,0,0,0,0,
-252,54,8,0,0,0,0,0,136,54,8,0,0,0,0,0,128,54,8,0,
-0,0,0,0,144,46,8,0,0,0,0,0,160,46,8,0,0,0,0,0,
-132,46,8,0,0,0,0,0,100,144,1,0,0,0,0,0,8,140,1,0,
-0,0,0,0,100,54,8,0,0,0,0,0,252,142,1,0,0,0,0,0,
-60,54,8,0,0,0,0,0,72,54,8,0,0,0,0,0,64,54,8,0,
-0,0,0,0,80,44,8,0,0,0,0,0,80,54,8,0,0,0,0,0,
-56,54,8,0,0,0,0,0,8,140,1,0,0,0,0,0,8,140,1,0,
-0,0,0,0,0,0,0,0,0,0,0,0,136,53,8,0,0,0,0,0,
-152,140,1,0,0,0,0,0,96,53,8,0,0,0,0,0,112,55,8,0,
-0,0,0,0,148,52,8,0,0,0,0,0,108,52,8,0,0,0,0,0,
-116,51,8,0,0,0,0,0,96,55,8,0,0,0,0,0,80,55,8,0,
-0,0,0,0,64,55,8,0,0,0,0,0,240,50,8,0,0,0,0,0,
-12,144,1,0,0,0,0,0,244,54,8,0,0,0,0,0,236,54,8,0,
-0,0,0,0,44,52,8,0,0,0,0,0,188,54,8,0,0,0,0,0,
-76,45,8,0,0,0,0,0,124,140,1,0,0,0,0,0,100,140,1,0,
-0,0,0,0,184,54,8,0,0,0,0,0,176,54,8,0,0,0,0,0,
-168,54,8,0,0,0,0,0,60,142,1,0,0,0,0,0,136,50,8,0,
-0,0,0,0,116,44,8,0,0,0,0,0,96,54,8,0,0,0,0,0,
-76,50,8,0,0,0,0,0,160,54,8,0,0,0,0,0,152,49,8,0,
-0,0,0,0,8,141,1,0,0,0,0,0,80,48,8,0,0,0,0,0,
-120,54,8,0,0,0,0,0,152,42,8,0,0,0,0,0,112,54,8,0,
-0,0,0,0,184,7,8,0,0,0,0,0,252,143,1,0,0,0,0,0,
-48,55,8,0,0,0,0,0,36,55,8,0,0,0,0,0,28,55,8,0,
-0,0,0,0,20,55,8,0,0,0,0,0,16,44,8,0,0,0,0,0,
-152,54,8,0,0,0,0,0,144,54,8,0,0,0,0,0,12,55,8,0,
-0,0,0,0,4,55,8,0,0,0,0,0,252,54,8,0,0,0,0,0,
-136,54,8,0,0,0,0,0,128,54,8,0,0,0,0,0,144,46,8,0,
-0,0,0,0,160,46,8,0,0,0,0,0,132,46,8,0,0,0,0,0,
-172,143,1,0,0,0,0,0,160,139,1,0,0,0,0,0,100,54,8,0,
-0,0,0,0,252,142,1,0,0,0,0,0,60,54,8,0,0,0,0,0,
-72,54,8,0,0,0,0,0,64,54,8,0,0,0,0,0,80,44,8,0,
-0,0,0,0,80,54,8,0,0,0,0,0,56,54,8,0,0,0,0,0,
-160,139,1,0,0,0,0,0,160,139,1,0,0,0,0,0,160,139,1,0,
-0,0,0,0,0,0,0,0,0,0,0,0,136,53,8,0,0,0,0,0,
-60,37,8,0,0,0,0,0,96,53,8,0,0,0,0,0,112,55,8,0,
-0,0,0,0,148,52,8,0,0,0,0,0,108,52,8,0,0,0,0,0,
-116,51,8,0,0,0,0,0,96,55,8,0,0,0,0,0,80,55,8,0,
-0,0,0,0,64,55,8,0,0,0,0,0,240,50,8,0,0,0,0,0,
-180,144,1,0,0,0,0,0,244,54,8,0,0,0,0,0,236,54,8,0,
-0,0,0,0,44,52,8,0,0,0,0,0,188,54,8,0,0,0,0,0,
-76,45,8,0,0,0,0,0,216,54,8,0,0,0,0,0,192,54,8,0,
-0,0,0,0,184,54,8,0,0,0,0,0,176,54,8,0,0,0,0,0,
-168,54,8,0,0,0,0,0,60,142,1,0,0,0,0,0,136,50,8,0,
-0,0,0,0,116,44,8,0,0,0,0,0,96,54,8,0,0,0,0,0,
-76,50,8,0,0,0,0,0,160,54,8,0,0,0,0,0,152,49,8,0,
-0,0,0,0,172,141,1,0,0,0,0,0,80,48,8,0,0,0,0,0,
-120,54,8,0,0,0,0,0,152,42,8,0,0,0,0,0,112,54,8,0,
-0,0,0,0,184,7,8,0,0,0,0,0,108,54,8,0,0,0,0,0,
-48,55,8,0,0,0,0,0,36,55,8,0,0,0,0,0,28,55,8,0,
-0,0,0,0,20,55,8,0,0,0,0,0,16,44,8,0,0,0,0,0,
-152,54,8,0,0,0,0,0,144,54,8,0,0,0,0,0,12,55,8,0,
-0,0,0,0,4,55,8,0,0,0,0,0,252,54,8,0,0,0,0,0,
-136,54,8,0,0,0,0,0,128,54,8,0,0,0,0,0,144,46,8,0,
-0,0,0,0,160,46,8,0,0,0,0,0,132,46,8,0,0,0,0,0,
-20,144,1,0,0,0,0,0,212,139,1,0,0,0,0,0,100,54,8,0,
-0,0,0,0,252,142,1,0,0,0,0,0,60,54,8,0,0,0,0,0,
-72,54,8,0,0,0,0,0,64,54,8,0,0,0,0,0,80,44,8,0,
-0,0,0,0,80,54,8,0,0,0,0,0,56,54,8,0,0,0,0,0,
-212,139,1,0,0,0,0,0,212,139,1,0,0,0,0,0,212,139,1,0,
-0,0,0,0,0,0,0,0,0,0,0,0,228,78,8,0,0,0,0,0,
-220,78,8,0,0,0,0,0,204,75,8,0,0,0,0,0,192,79,8,0,
-0,0,0,0,68,79,8,0,0,0,0,0,60,79,8,0,0,0,0,0,
-40,33,8,0,0,0,0,0,44,77,8,0,0,0,0,0,176,79,8,0,
-0,0,0,0,160,79,8,0,0,0,0,0,144,79,8,0,0,0,0,0,
-136,79,8,0,0,0,0,0,112,32,8,0,0,0,0,0,184,31,8,0,
-0,0,0,0,236,30,8,0,0,0,0,0,92,30,8,0,0,0,0,0,
-120,67,8,0,0,0,0,0,72,72,8,0,0,0,0,0,20,72,8,0,
-0,0,0,0,56,27,8,0,0,0,0,0,144,26,8,0,0,0,0,0,
-232,25,8,0,0,0,0,0,4,239,7,0,0,0,0,0,144,24,8,0,
-0,0,0,0,40,66,8,0,0,0,0,0,212,22,8,0,0,0,0,0,
-124,21,8,0,0,0,0,0,232,20,8,0,0,0,0,0,68,75,8,0,
-0,0,0,0,132,75,8,0,0,0,0,0,168,12,8,0,0,0,0,0,
-136,72,8,0,0,0,0,0,36,79,8,0,0,0,0,0,84,9,8,0,
-0,0,0,0,184,7,8,0,0,0,0,0,176,6,8,0,0,0,0,0,
-128,79,8,0,0,0,0,0,116,79,8,0,0,0,0,0,108,79,8,0,
-0,0,0,0,100,79,8,0,0,0,0,0,112,64,8,0,0,0,0,0,
-108,5,8,0,0,0,0,0,48,4,8,0,0,0,0,0,92,79,8,0,
-0,0,0,0,84,79,8,0,0,0,0,0,76,79,8,0,0,0,0,0,
-136,2,8,0,0,0,0,0,244,0,8,0,0,0,0,0,44,0,8,0,
-0,0,0,0,100,73,8,0,0,0,0,0,128,254,7,0,0,0,0,0,
-48,71,8,0,0,0,0,0,208,238,7,0,0,0,0,0,52,79,8,0,
-0,0,0,0,48,70,8,0,0,0,0,0,196,247,7,0,0,0,0,0,
-240,65,8,0,0,0,0,0,156,65,8,0,0,0,0,0,204,244,7,0,
-0,0,0,0,24,243,7,0,0,0,0,0,236,78,8,0,0,0,0,0,
-208,238,7,0,0,0,0,0,0,0,0,0,0,0,0,0,164,123,8,0,
-0,0,0,0,204,118,8,0,0,0,0,0,24,118,8,0,0,0,0,0,
-188,124,8,0,0,0,0,0,104,115,8,0,0,0,0,0,52,113,8,0,
-0,0,0,0,40,33,8,0,0,0,0,0,172,124,8,0,0,0,0,0,
-156,124,8,0,0,0,0,0,140,124,8,0,0,0,0,0,124,124,8,0,
-0,0,0,0,116,124,8,0,0,0,0,0,44,124,8,0,0,0,0,0,
-184,31,8,0,0,0,0,0,148,111,8,0,0,0,0,0,92,30,8,0,
-0,0,0,0,252,85,8,0,0,0,0,0,52,111,8,0,0,0,0,0,
-0,111,8,0,0,0,0,0,56,27,8,0,0,0,0,0,144,26,8,0,
-0,0,0,0,232,25,8,0,0,0,0,0,4,239,7,0,0,0,0,0,
-144,24,8,0,0,0,0,0,204,82,8,0,0,0,0,0,212,22,8,0,
-0,0,0,0,124,21,8,0,0,0,0,0,232,20,8,0,0,0,0,0,
-172,19,8,0,0,0,0,0,32,14,8,0,0,0,0,0,168,12,8,0,
-0,0,0,0,212,10,8,0,0,0,0,0,72,124,8,0,0,0,0,0,
-84,9,8,0,0,0,0,0,184,7,8,0,0,0,0,0,152,92,8,0,
-0,0,0,0,108,124,8,0,0,0,0,0,96,124,8,0,0,0,0,0,
-88,124,8,0,0,0,0,0,92,93,8,0,0,0,0,0,12,244,7,0,
-0,0,0,0,136,108,8,0,0,0,0,0,40,106,8,0,0,0,0,0,
-124,104,8,0,0,0,0,0,20,103,8,0,0,0,0,0,32,101,8,0,
-0,0,0,0,40,99,8,0,0,0,0,0,72,97,8,0,0,0,0,0,
-44,0,8,0,0,0,0,0,200,94,8,0,0,0,0,0,112,94,8,0,
-0,0,0,0,224,91,8,0,0,0,0,0,156,238,7,0,0,0,0,0,
-24,124,8,0,0,0,0,0,204,87,8,0,0,0,0,0,196,247,7,0,
-0,0,0,0,28,247,7,0,0,0,0,0,116,246,7,0,0,0,0,0,
-204,81,8,0,0,0,0,0,24,243,7,0,0,0,0,0,80,242,7,0,
-0,0,0,0,156,238,7,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,7,0,0,0,
-6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,
-15,0,0,0,14,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,241,8,0,
-0,0,0,0,144,240,8,0,0,0,0,0,24,236,8,0,0,0,0,0,
-28,242,8,0,0,0,0,0,168,241,8,0,0,0,0,0,160,241,8,0,
-0,0,0,0,40,33,8,0,0,0,0,0,56,237,8,0,0,0,0,0,
-12,242,8,0,0,0,0,0,252,241,8,0,0,0,0,0,236,241,8,0,
-0,0,0,0,228,241,8,0,0,0,0,0,152,241,8,0,0,0,0,0,
-144,241,8,0,0,0,0,0,120,234,8,0,0,0,0,0,244,213,8,0,
-0,0,0,0,140,204,8,0,0,0,0,0,24,234,8,0,0,0,0,0,
-228,233,8,0,0,0,0,0,144,233,8,0,0,0,0,0,48,233,8,0,
-0,0,0,0,196,232,8,0,0,0,0,0,4,239,7,0,0,0,0,0,
-144,24,8,0,0,0,0,0,112,201,8,0,0,0,0,0,100,200,8,0,
-0,0,0,0,124,21,8,0,0,0,0,0,232,20,8,0,0,0,0,0,
-172,19,8,0,0,0,0,0,124,232,8,0,0,0,0,0,168,12,8,0,
-0,0,0,0,212,10,8,0,0,0,0,0,176,241,8,0,0,0,0,0,
-84,9,8,0,0,0,0,0,184,7,8,0,0,0,0,0,36,213,8,0,
-0,0,0,0,220,241,8,0,0,0,0,0,208,241,8,0,0,0,0,0,
-200,241,8,0,0,0,0,0,192,241,8,0,0,0,0,0,188,198,8,0,
-0,0,0,0,76,228,8,0,0,0,0,0,72,226,8,0,0,0,0,0,
-192,223,8,0,0,0,0,0,44,222,8,0,0,0,0,0,116,220,8,0,
-0,0,0,0,160,218,8,0,0,0,0,0,8,217,8,0,0,0,0,0,
-44,0,8,0,0,0,0,0,96,214,8,0,0,0,0,0,8,214,8,0,
-0,0,0,0,92,212,8,0,0,0,0,0,104,238,7,0,0,0,0,0,
-136,241,8,0,0,0,0,0,212,206,8,0,0,0,0,0,196,247,7,0,
-0,0,0,0,128,241,8,0,0,0,0,0,120,241,8,0,0,0,0,0,
-120,200,8,0,0,0,0,0,24,243,7,0,0,0,0,0,80,242,7,0,
-0,0,0,0,104,238,7,0,0,0,0,0,0,0,0,0,0,0,0,0,
-204,244,8,0,0,0,0,0,204,118,8,0,0,0,0,0,24,118,8,0,
-0,0,0,0,72,248,8,0,0,0,0,0,104,115,8,0,0,0,0,0,
-52,113,8,0,0,0,0,0,40,33,8,0,0,0,0,0,56,248,8,0,
-0,0,0,0,40,248,8,0,0,0,0,0,24,248,8,0,0,0,0,0,
-8,248,8,0,0,0,0,0,0,248,8,0,0,0,0,0,184,247,8,0,
-0,0,0,0,184,31,8,0,0,0,0,0,148,111,8,0,0,0,0,0,
-92,30,8,0,0,0,0,0,92,243,8,0,0,0,0,0,52,111,8,0,
-0,0,0,0,0,111,8,0,0,0,0,0,56,27,8,0,0,0,0,0,
-144,26,8,0,0,0,0,0,232,25,8,0,0,0,0,0,4,239,7,0,
-0,0,0,0,144,24,8,0,0,0,0,0,204,82,8,0,0,0,0,0,
-212,22,8,0,0,0,0,0,124,21,8,0,0,0,0,0,232,20,8,0,
-0,0,0,0,172,19,8,0,0,0,0,0,32,14,8,0,0,0,0,0,
-168,12,8,0,0,0,0,0,212,10,8,0,0,0,0,0,212,247,8,0,
-0,0,0,0,84,9,8,0,0,0,0,0,184,7,8,0,0,0,0,0,
-152,92,8,0,0,0,0,0,248,247,8,0,0,0,0,0,236,247,8,0,
-0,0,0,0,228,247,8,0,0,0,0,0,92,93,8,0,0,0,0,0,
-12,244,7,0,0,0,0,0,136,108,8,0,0,0,0,0,40,106,8,0,
-0,0,0,0,124,104,8,0,0,0,0,0,20,103,8,0,0,0,0,0,
-32,101,8,0,0,0,0,0,40,99,8,0,0,0,0,0,72,97,8,0,
-0,0,0,0,44,0,8,0,0,0,0,0,200,94,8,0,0,0,0,0,
-112,94,8,0,0,0,0,0,188,144,1,0,0,0,0,0,0,238,7,0,
-0,0,0,0,164,247,8,0,0,0,0,0,252,242,8,0,0,0,0,0,
-196,247,7,0,0,0,0,0,28,247,7,0,0,0,0,0,116,246,7,0,
-0,0,0,0,40,242,8,0,0,0,0,0,24,243,7,0,0,0,0,0,
-80,242,7,0,0,0,0,0,0,238,7,0,0,0,0,0,0,238,7,0,
-0,0,0,0,0,0,0,0,0,0,0,0,12,172,1,0,0,0,0,0,
-4,172,1,0,0,0,0,0,152,172,1,0,0,0,0,0,132,172,1,0,
-0,0,0,0,124,172,1,0,0,0,0,0,116,172,1,0,0,0,0,0,
-40,33,8,0,0,0,0,0,184,248,8,0,0,0,0,0,168,248,8,0,
-0,0,0,0,152,248,8,0,0,0,0,0,136,248,8,0,0,0,0,0,
-128,248,8,0,0,0,0,0,172,171,1,0,0,0,0,0,84,171,1,0,
-0,0,0,0,236,30,8,0,0,0,0,0,92,30,8,0,0,0,0,0,
-48,150,1,0,0,0,0,0,96,172,1,0,0,0,0,0,200,27,8,0,
-0,0,0,0,56,27,8,0,0,0,0,0,144,26,8,0,0,0,0,0,
-232,25,8,0,0,0,0,0,4,239,7,0,0,0,0,0,76,172,1,0,
-0,0,0,0,64,149,1,0,0,0,0,0,212,22,8,0,0,0,0,0,
-124,21,8,0,0,0,0,0,44,171,1,0,0,0,0,0,164,170,1,0,
-0,0,0,0,248,160,1,0,0,0,0,0,168,12,8,0,0,0,0,0,
-212,10,8,0,0,0,0,0,84,248,8,0,0,0,0,0,84,9,8,0,
-0,0,0,0,184,7,8,0,0,0,0,0,176,6,8,0,0,0,0,0,
-144,156,1,0,0,0,0,0,116,248,8,0,0,0,0,0,112,158,1,0,
-0,0,0,0,108,248,8,0,0,0,0,0,20,172,1,0,0,0,0,0,
-132,169,1,0,0,0,0,0,112,168,1,0,0,0,0,0,212,166,1,0,
-0,0,0,0,228,165,1,0,0,0,0,0,100,248,8,0,0,0,0,0,
-100,163,1,0,0,0,0,0,72,161,1,0,0,0,0,0,44,0,8,0,
-0,0,0,0,160,159,1,0,0,0,0,0,0,159,1,0,0,0,0,0,
-216,155,1,0,0,0,0,0,108,139,1,0,0,0,0,0,68,172,1,0,
-0,0,0,0,108,154,1,0,0,0,0,0,196,247,7,0,0,0,0,0,
-48,172,1,0,0,0,0,0,28,172,1,0,0,0,0,0,204,244,7,0,
-0,0,0,0,24,243,7,0,0,0,0,0,80,242,7,0,0,0,0,0,
-108,139,1,0,0,0,0,0,0,0,0,0,0,0,0,0,248,175,1,0,
-0,0,0,0,244,175,1,0,0,0,0,0,124,174,1,0,0,0,0,0,
-60,249,8,0,0,0,0,0,236,175,1,0,0,0,0,0,228,175,1,0,
-0,0,0,0,40,33,8,0,0,0,0,0,44,249,8,0,0,0,0,0,
-28,249,8,0,0,0,0,0,12,249,8,0,0,0,0,0,252,248,8,0,
-0,0,0,0,220,175,1,0,0,0,0,0,212,175,1,0,0,0,0,0,
-204,175,1,0,0,0,0,0,236,30,8,0,0,0,0,0,92,30,8,0,
-0,0,0,0,72,175,1,0,0,0,0,0,196,175,1,0,0,0,0,0,
-180,175,1,0,0,0,0,0,56,27,8,0,0,0,0,0,144,26,8,0,
-0,0,0,0,232,25,8,0,0,0,0,0,0,174,1,0,0,0,0,0,
-172,175,1,0,0,0,0,0,160,245,7,0,0,0,0,0,168,175,1,0,
-0,0,0,0,160,175,1,0,0,0,0,0,220,173,1,0,0,0,0,0,
-184,173,1,0,0,0,0,0,148,173,1,0,0,0,0,0,168,12,8,0,
-0,0,0,0,152,175,1,0,0,0,0,0,32,175,1,0,0,0,0,0,
-144,175,1,0,0,0,0,0,140,175,1,0,0,0,0,0,176,6,8,0,
-0,0,0,0,112,173,1,0,0,0,0,0,240,248,8,0,0,0,0,0,
-232,248,8,0,0,0,0,0,224,248,8,0,0,0,0,0,40,175,1,0,
-0,0,0,0,132,175,1,0,0,0,0,0,124,175,1,0,0,0,0,0,
-216,248,8,0,0,0,0,0,208,248,8,0,0,0,0,0,200,248,8,0,
-0,0,0,0,116,175,1,0,0,0,0,0,108,175,1,0,0,0,0,0,
-44,0,8,0,0,0,0,0,104,175,1,0,0,0,0,0,96,175,1,0,
-0,0,0,0,252,172,1,0,0,0,0,0,56,139,1,0,0,0,0,0,
-88,175,1,0,0,0,0,0,80,175,1,0,0,0,0,0,196,247,7,0,
-0,0,0,0,64,175,1,0,0,0,0,0,56,175,1,0,0,0,0,0,
-48,175,1,0,0,0,0,0,24,243,7,0,0,0,0,0,80,242,7,0,
-0,0,0,0,56,139,1,0,0,0,0,0,0,0,0,0,252,175,1,0,
-0,0,0,0,204,4,29,0,240,252,1,0,0,0,0,0,8,0,0,0,
-0,0,1,0,0,0,1,0,3,0,0,0,4,0,1,0,0,0,5,0,
-3,0,0,0,252,223,4,32,0,0,16,0,236,3,0,0,252,223,0,36,
-0,0,0,0,8,0,0,0,0,0,1,0,0,0,1,0,3,0,0,0,
-4,0,1,0,0,0,5,0,3,0,0,0,252,255,4,0,0,0,16,0,
-236,3,0,0,252,255,0,4,148,28,11,0,172,28,11,0,196,28,11,0,
-220,28,11,0,244,28,11,0,12,29,11,0,36,29,11,0,60,29,11,0,
-84,29,11,0,108,29,11,0,132,29,11,0,156,29,11,0,180,29,11,0,
-204,29,11,0,0,0,0,0,0,0,0,0,0,0,0,0,40,40,2,0,
-0,0,0,0,96,163,2,0,0,0,0,0,0,0,0,0,0,0,0,0,
-220,163,2,0,0,0,0,0,216,86,2,0,0,0,0,0,0,0,0,0,
-0,0,0,0,140,163,2,0,0,0,0,0,144,86,2,0,0,0,0,0,
-0,0,0,0,0,0,0,0,92,162,2,0,0,0,0,0,132,161,2,0,
-0,0,0,0,0,0,0,0,0,0,0,0,112,159,2,0,0,0,0,0,
-164,158,2,0,0,0,0,0,0,0,0,0,0,0,0,0,196,156,2,0,
-0,0,0,0,248,155,2,0,0,0,0,0,0,0,0,0,0,0,0,0,
-52,154,2,0,0,0,0,0,104,153,2,0,0,0,0,0,0,0,0,0,
-0,0,0,0,200,151,2,0,0,0,0,0,16,151,2,0,0,0,0,0,
-0,0,0,0,0,0,0,0,8,150,2,0,0,0,0,0,56,149,2,0,
-0,0,0,0,0,0,0,0,0,0,0,0,76,146,2,0,0,0,0,0,
-132,145,2,0,0,0,0,0,0,0,0,0,0,0,0,0,96,143,2,0,
-0,0,0,0,140,142,2,0,0,0,0,0,0,0,0,0,0,0,0,0,
-208,138,2,0,0,0,0,0,4,138,2,0,0,0,0,0,0,0,0,0,
-0,0,0,0,48,135,2,0,0,0,0,0,96,134,2,0,0,0,0,0,
-0,0,0,0,0,0,0,0,116,125,2,0,0,0,0,0,188,124,2,0,
-0,0,0,0,0,0,0,0,0,0,0,0,180,123,2,0,0,0,0,0,
-232,122,2,0,0,0,0,0,0,0,0,0,0,0,0,0,88,119,2,0,
-0,0,0,0,140,118,2,0,0,0,0,0,0,0,0,0,0,0,0,0,
-36,115,2,0,0,0,0,0,96,114,2,0,0,0,0,0,0,0,0,0,
-0,0,0,0,172,85,2,0,0,0,0,0,236,84,2,0,0,0,0,0,
-0,0,0,0,0,0,0,0,192,83,2,0,0,0,0,0,252,82,2,0,
-0,0,0,0,0,0,0,0,0,0,0,0,220,81,2,0,0,0,0,0,
-28,81,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,2,0,
-0,0,0,0,64,79,2,0,0,0,0,0,0,0,0,0,0,0,0,0,
-108,77,2,0,0,0,0,0,164,76,2,0,0,0,0,0,0,0,0,0,
-0,0,0,0,104,73,2,0,0,0,0,0,160,72,2,0,0,0,0,0,
-0,0,0,0,0,0,0,0,108,112,2,0,0,0,0,0,160,111,2,0,
-0,0,0,0,0,0,0,0,0,0,0,0,80,108,2,0,0,0,0,0,
-140,107,2,0,0,0,0,0,0,0,0,0,0,0,0,0,68,102,2,0,
-0,0,0,0,124,101,2,0,0,0,0,0,0,0,0,0,0,0,0,0,
-104,99,2,0,0,0,0,0,160,98,2,0,0,0,0,0,0,0,0,0,
-0,0,0,0,180,96,2,0,0,0,0,0,236,95,2,0,0,0,0,0,
-0,0,0,0,0,0,0,0,196,93,2,0,0,0,0,0,252,92,2,0,
-0,0,0,0,0,0,0,0,0,0,0,0,196,68,2,0,0,0,0,0,
-0,68,2,0,0,0,0,0,0,0,0,0,0,0,0,0,28,66,2,0,
-0,0,0,0,88,65,2,0,0,0,0,0,0,0,0,0,0,0,0,0,
-140,63,2,0,0,0,0,0,200,62,2,0,0,0,0,0,0,0,0,0,
-0,0,0,0,108,60,2,0,0,0,0,0,168,59,2,0,0,0,0,0,
-0,0,0,0,0,0,0,0,220,57,2,0,0,0,0,0,24,57,2,0,
-0,0,0,0,0,0,0,0,0,0,0,0,56,55,2,0,0,0,0,0,
-116,54,2,0,0,0,0,0,0,0,0,0,0,0,0,0,20,53,2,0,
-0,0,0,0,92,52,2,0,0,0,0,0,0,0,0,0,0,0,0,0,
-36,51,2,0,0,0,0,0,108,50,2,0,0,0,0,0,0,0,0,0,
-0,0,0,0,56,47,2,0,0,0,0,0,132,46,2,0,0,0,0,0,
-0,0,0,0,0,0,0,0,52,49,2,0,0,0,0,0,124,48,2,0,
-0,0,0,0,0,0,0,0,0,0,0,0,236,90,2,0,0,0,0,0,
-32,90,2,0,0,0,0,0,0,0,0,0,0,0,0,0,64,42,2,0,
-0,0,0,0,132,38,2,0,36,70,11,0,36,70,11,0,36,243,11,0,
-36,243,11,0,44,243,11,0,32,71,11,0,44,71,11,0,0,0,0,2,
-0,4,2,4,2,5,4,6,4,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,28,16,3,0,0,0,0,0,20,16,3,0,0,0,0,0,
-16,16,3,0,0,0,0,0,0,0,0,0,0,0,0,0,108,15,3,0,
-0,0,0,0,80,15,3,0,0,0,0,0,76,15,3,0,0,0,0,0,
-0,0,0,0,0,0,0,0,168,14,3,0,0,0,0,0,80,15,3,0,
-0,0,0,0,164,14,3,0,0,0,0,0,0,0,0,0,0,0,0,0,
-140,14,3,0,0,0,0,0,20,16,3,0,0,0,0,0,160,14,3,0,
-0,0,0,0,80,8,0,0,140,14,3,0,0,0,0,0,136,48,29,0,
-36,14,3,0,1,1,160,0,36,0,0,0,97,109,99,99,32,32,32,32,
-101,110,99,108,111,115,117,114,101,48,48,48,48,48,48,49,49,46,48,48,
-3,1,32,0,8,60,0,0,0,33,92,0,1,33,84,0,2,34,92,1,
-3,34,84,1,4,35,92,2,5,35,84,2,6,36,92,3,7,36,84,3,
-3,1,32,0,8,61,0,0,0,37,92,4,1,37,84,4,2,38,92,5,
-3,38,84,5,4,39,92,6,5,39,84,6,6,40,92,7,7,40,84,7,
-3,1,32,0,8,62,0,0,0,113,76,0,1,113,68,0,2,114,76,0,
-3,114,68,0,4,115,76,0,5,115,68,0,6,116,76,0,7,116,68,0,
-3,1,32,0,8,63,0,0,0,117,76,0,1,117,68,0,2,118,76,0,
-3,118,68,0,4,119,76,0,5,119,68,0,6,120,76,0,7,120,68,0,
-2,0,67,0,8,0,0,0,2,0,1,22,2,1,2,22,20,2,2,1,
-23,2,3,2,23,20,2,5,1,21,2,6,1,20,2,7,2,21,20,7,
-2,2,21,20,7,0,1,22,7,1,2,22,20,7,3,1,21,7,4,2,
-23,20,7,5,1,20,7,6,1,23,7,7,2,23,20,238,78,111,32,69,
-110,99,108,111,115,117,114,101,32,100,101,102,105,110,101,100,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,184,16,3,0,0,0,0,0,
-204,208,6,0,0,0,0,0,204,208,6,0,0,0,0,0,204,208,6,0,
-0,0,0,0,204,208,6,0,0,0,0,0,204,208,6,0,0,0,0,0,
-204,208,6,0,0,0,0,0,204,208,6,0,0,0,0,0,204,208,6,0,
-0,0,0,0,204,208,6,0,0,0,0,0,204,208,6,0,0,0,0,0,
-204,208,6,0,0,0,0,0,204,208,6,0,0,0,0,0,204,208,6,0,
-0,0,0,0,204,208,6,0,0,0,0,0,176,16,3,0,0,0,0,0,
-204,208,6,0,0,0,0,0,48,16,3,0,0,0,0,0,0,0,0,0,
-0,0,0,0,184,16,3,0,0,0,0,0,4,18,3,0,0,0,0,0,
-252,17,3,0,0,0,0,0,244,17,3,0,0,0,0,0,236,17,3,0,
-0,0,0,0,228,17,3,0,0,0,0,0,220,17,3,0,0,0,0,0,
-212,17,3,0,0,0,0,0,204,17,3,0,0,0,0,0,196,17,3,0,
-0,0,0,0,188,17,3,0,0,0,0,0,180,17,3,0,0,0,0,0,
-172,17,3,0,0,0,0,0,164,17,3,0,0,0,0,0,156,17,3,0,
-0,0,0,0,176,16,3,0,0,0,0,0,204,208,6,0,0,0,0,0,
-192,16,3,0,0,0,0,0,0,0,0,0,0,0,0,0,184,16,3,0,
-0,0,0,0,80,19,3,0,0,0,0,0,72,19,3,0,0,0,0,0,
-64,19,3,0,0,0,0,0,56,19,3,0,0,0,0,0,48,19,3,0,
-0,0,0,0,40,19,3,0,0,0,0,0,32,19,3,0,0,0,0,0,
-24,19,3,0,0,0,0,0,16,19,3,0,0,0,0,0,8,19,3,0,
-0,0,0,0,0,19,3,0,0,0,0,0,248,18,3,0,0,0,0,0,
-240,18,3,0,0,0,0,0,232,18,3,0,0,0,0,0,176,16,3,0,
-0,0,0,0,204,208,6,0,0,0,0,0,12,18,3,0,0,0,0,0,
-0,0,0,0,0,0,0,0,184,16,3,0,0,0,0,0,8,45,3,0,
-0,0,0,0,236,42,3,0,0,0,0,0,28,42,3,0,0,0,0,0,
-136,41,3,0,0,0,0,0,200,39,3,0,0,0,0,0,248,37,3,0,
-0,0,0,0,196,36,3,0,0,0,0,0,152,35,3,0,0,0,0,0,
-76,47,3,0,0,0,0,0,68,47,3,0,0,0,0,0,60,47,3,0,
-0,0,0,0,52,47,3,0,0,0,0,0,160,31,3,0,0,0,0,0,
-48,31,3,0,0,0,0,0,92,28,3,0,0,0,0,0,48,28,3,0,
-0,0,0,0,224,27,3,0,0,0,0,0,0,0,0,0,0,0,0,0,
-184,16,3,0,0,0,0,0,204,90,3,0,0,0,0,0,196,90,3,0,
-0,0,0,0,188,90,3,0,0,0,0,0,180,90,3,0,0,0,0,0,
-172,90,3,0,0,0,0,0,164,90,3,0,0,0,0,0,156,90,3,0,
-0,0,0,0,148,90,3,0,0,0,0,0,220,87,3,0,0,0,0,0,
-4,85,3,0,0,0,0,0,116,82,3,0,0,0,0,0,120,80,3,0,
-0,0,0,0,60,75,3,0,0,0,0,0,204,74,3,0,0,0,0,0,
-64,72,3,0,0,0,0,0,20,72,3,0,0,0,0,0,196,71,3,0,
-0,0,0,0,0,0,0,0,0,0,0,0,204,208,6,0,0,0,0,0,
-0,0,0,0,0,0,0,0,212,90,3,0,0,0,0,0,0,0,0,0,
-0,0,0,0,204,208,6,0,0,0,0,0,92,92,3,0,0,0,0,0,
-0,0,0,0,0,0,0,0,40,93,3,0,0,0,0,0,188,92,3,0,
-0,0,0,0,0,0,0,0,0,0,0,0,192,93,3,0,0,0,0,0,
-84,93,3,0,0,0,0,0,0,0,0,0,0,0,0,0,204,208,6,0,
-0,0,0,0,0,0,0,0,0,0,0,0,64,94,3,0,0,0,0,0,
-0,0,0,0,0,0,0,0,188,43,4,0,0,0,0,0,180,43,4,0,
-0,0,0,0,172,43,4,0,0,0,0,0,164,43,4,0,0,0,0,0,
-0,0,0,0,0,0,0,0,144,43,4,0,0,0,0,0,104,43,4,0,
-0,0,0,0,172,43,4,0,0,0,0,0,164,43,4,0,0,0,0,0,
-0,0,0,0,0,0,0,0,56,154,3,0,0,0,0,0,48,154,3,0,
-0,0,0,0,44,154,3,0,0,0,0,0,0,0,0,0,0,0,0,0,
-136,153,3,0,0,0,0,0,108,153,3,0,0,0,0,0,104,153,3,0,
-0,0,0,0,0,0,0,0,0,0,0,0,196,152,3,0,0,0,0,0,
-108,153,3,0,0,0,0,0,192,152,3,0,0,0,0,0,0,0,0,0,
-0,0,0,0,168,152,3,0,0,0,0,0,48,154,3,0,0,0,0,0,
-188,152,3,0,0,0,0,0,92,8,0,0,168,152,3,0,0,0,0,0,
-176,8,0,0,168,152,3,0,0,0,0,0,164,8,0,0,168,152,3,0,
-0,0,0,0,152,8,0,0,168,152,3,0,0,0,0,0,140,8,0,0,
-168,152,3,0,0,0,0,0,128,8,0,0,168,152,3,0,0,0,0,0,
-116,8,0,0,168,152,3,0,0,0,0,0,104,8,0,0,168,152,3,0,
-0,0,0,0,24,49,29,0,64,152,3,0,0,0,0,0,0,0,0,0,
-0,0,0,0,92,72,4,0,0,0,0,0,84,72,4,0,0,0,0,0,
-76,72,4,0,0,0,0,0,68,72,4,0,0,0,0,0,60,72,4,0,
-0,0,0,0,0,0,0,0,0,0,0,0,32,72,4,0,0,0,0,0,
-24,72,4,0,0,0,0,0,16,72,4,0,0,0,0,0,8,72,4,0,
-0,0,0,0,0,0,0,0,0,0,0,0,244,71,4,0,0,0,0,0,
-236,71,4,0,0,0,0,0,228,71,4,0,0,0,0,0,0,0,0,0,
-0,0,0,0,208,71,4,0,0,0,0,0,200,71,4,0,0,0,0,0,
-192,71,4,0,0,0,0,0,184,71,4,0,0,0,0,0,0,0,0,0,
-0,0,0,0,164,71,4,0,0,0,0,0,156,71,4,0,0,0,0,0,
-148,71,4,0,0,0,0,0,0,0,0,0,0,0,0,0,128,71,4,0,
-0,0,0,0,120,71,4,0,0,0,0,0,112,71,4,0,0,0,0,0,
-0,0,0,0,0,0,0,0,192,72,4,0,0,0,0,0,184,72,4,0,
-0,0,0,0,176,72,4,0,0,0,0,0,168,72,4,0,0,0,0,0,
-160,72,4,0,0,0,0,0,152,72,4,0,0,0,0,0,144,72,4,0,
-0,0,0,0,136,72,4,0,0,0,0,0,128,72,4,0,0,0,0,0,
-120,72,4,0,0,0,0,0,112,72,4,0,0,0,0,0,0,0,0,0,
-0,0,0,0,176,63,4,0,0,0,0,0,28,66,4,0,0,0,0,0,
-176,64,4,0,0,0,0,0,192,61,4,0,0,0,0,0,52,72,4,0,
-0,0,0,0,0,0,0,0,0,0,0,0,144,70,4,0,0,0,0,0,
-184,72,4,0,0,0,0,0,176,72,4,0,0,0,0,0,168,72,4,0,
-0,0,0,0,176,69,4,0,0,0,0,0,164,69,4,0,0,0,0,0,
-152,69,4,0,0,0,0,0,140,69,4,0,0,0,0,0,128,69,4,0,
-0,0,0,0,116,69,4,0,0,0,0,0,84,69,4,0,0,0,0,0,
-0,0,0,0,0,0,0,0,212,56,4,0,0,0,0,0,64,59,4,0,
-0,0,0,0,200,57,4,0,0,0,0,0,228,54,4,0,0,0,0,0,
-0,0,0,0,0,0,0,0,176,52,4,0,0,0,0,0,16,54,4,0,
-0,0,0,0,144,53,4,0,0,0,0,0,0,0,0,0,0,0,0,0,
-24,50,4,0,0,0,0,0,248,50,4,0,0,0,0,0,144,51,4,0,
-0,0,0,0,16,51,4,0,0,0,0,0,0,0,0,0,0,0,0,0,
-96,47,4,0,0,0,0,0,248,48,4,0,0,0,0,0,64,48,4,0,
-0,0,0,0,0,0,0,0,0,0,0,0,164,44,4,0,0,0,0,0,
-36,46,4,0,0,0,0,0,132,45,4,0,0,0,0,0,0,0,0,0,
-0,0,0,0,204,208,6,0,0,0,0,0,204,208,6,0,126,76,11,125,
-14,0,9,0,3,125,0,125,127,127,0,0,126,77,11,125,14,4,9,4,
-3,17,17,4,2,0,4,0,1,0,0,125,127,127,0,0,126,64,11,125,
-12,125,3,125,3,125,5,4,3,125,3,125,5,4,3,125,3,125,4,0,
-1,0,0,125,127,127,0,0,126,65,8,4,3,125,8,4,3,125,8,4,
-4,0,1,0,0,125,127,127,126,66,19,125,11,125,8,2,10,0,2,125,
-0,125,127,127,126,67,19,125,11,125,8,2,10,4,2,0,8,2,10,4,
-2,0,4,0,1,0,0,125,127,127,0,0,126,68,11,125,3,125,3,125,
-3,125,3,125,3,125,3,125,4,0,1,0,0,125,127,127,126,69,11,125,
-7,0,19,125,12,125,8,0,9,0,3,125,0,125,127,127,126,70,11,125,
-7,4,19,125,21,4,12,125,8,4,9,4,3,17,17,4,2,0,4,0,
-1,0,0,125,127,127,0,0,126,78,11,125,23,24,22,24,8,4,14,4,
-25,24,9,24,3,125,3,17,17,4,2,0,4,0,1,0,24,0,1,0,
-0,125,127,127,126,71,8,4,3,125,8,4,3,125,4,0,1,0,0,125,
-127,127,0,0,24,1,0,0,32,1,0,0,40,1,0,0,48,1,0,0,
-184,33,12,0,200,33,12,0,224,33,12,0,0,34,12,0,20,34,12,0,
-36,34,12,0,64,34,12,0,88,34,12,0,108,34,12,0,140,34,12,0,
-56,1,0,0,176,34,12,0,126,64,11,125,12,125,3,125,5,4,3,125,
-2,0,4,0,1,0,0,125,127,127,0,0,126,65,8,4,2,0,4,0,
-1,0,0,125,127,127,0,0,126,66,19,125,11,125,10,0,2,125,0,125,
-127,127,0,0,126,67,19,125,11,125,10,4,2,0,4,0,1,0,0,125,
-127,127,0,0,126,68,11,125,3,125,3,125,3,125,3,125,3,125,3,125,
-4,0,1,0,0,125,127,127,126,69,11,125,7,0,19,125,8,0,9,0,
-3,125,0,125,127,127,0,0,126,70,11,125,7,4,19,125,21,4,8,4,
-9,4,3,17,17,4,2,0,4,0,1,0,0,125,127,127,126,71,8,4,
-2,0,4,0,1,0,0,125,127,127,0,0,24,1,0,0,32,1,0,0,
-40,1,0,0,48,1,0,0,184,33,12,0,200,33,12,0,4,35,12,0,
-28,35,12,0,44,35,12,0,60,35,12,0,80,35,12,0,104,35,12,0,
-124,35,12,0,140,34,12,0,56,1,0,0,152,35,12,0,255,255,255,255,
-0,2,64,0,255,255,255,255,152,107,11,0,255,255,255,255,1,2,65,0,
-255,255,255,255,232,107,11,0,255,255,255,255,2,2,66,0,1,0,0,0,
-204,108,11,0,255,255,255,255,2,2,66,0,6,0,0,0,20,108,11,0,
-255,255,255,255,2,2,67,0,24,0,0,0,228,108,11,0,255,255,255,255,
-3,2,68,0,255,255,255,255,252,108,11,0,255,255,255,255,4,2,69,0,
-1,0,0,0,16,109,11,0,255,255,255,255,4,2,70,0,30,0,0,0,
-36,109,11,0,255,255,255,255,8,2,71,0,255,255,255,255,168,107,11,0,
-255,255,255,255,10,2,76,0,1,0,0,0,44,108,11,0,255,255,255,255,
-10,2,77,0,30,0,0,0,68,108,11,0,255,255,255,255,9,2,71,0,
-255,255,255,255,56,109,11,0,255,255,255,255,16,2,65,0,255,255,255,255,
-76,109,11,0,255,255,255,255,17,2,72,0,255,255,255,255,184,107,11,0,
-255,255,255,255,18,2,72,0,255,255,255,255,96,109,11,0,255,255,255,255,
-19,2,71,0,255,255,255,255,92,108,11,0,255,255,255,255,20,2,71,0,
-255,255,255,255,252,107,11,0,255,255,255,255,22,2,75,0,255,255,255,255,
-116,109,11,0,255,255,255,255,23,2,75,0,255,255,255,255,136,109,11,0,
-255,255,255,255,19,16,72,0,255,255,255,255,108,108,11,0,255,255,255,255,
-11,2,78,0,255,255,255,255,160,109,11,0,255,255,255,255,12,2,78,0,
-255,255,255,255,200,107,11,0,255,255,255,255,25,16,78,0,255,255,255,255,
-124,108,11,0,255,255,255,255,24,16,79,0,255,255,255,255,140,108,11,0,
-255,255,255,255,17,16,73,0,255,255,255,255,128,244,11,0,0,1,5,38,
-0,1,112,0,88,138,11,0,1,1,5,32,0,1,112,0,120,138,11,0,
-2,1,5,38,0,1,112,0,160,121,11,0,3,1,5,38,0,1,112,0,
-192,121,11,0,4,1,5,38,0,1,112,0,144,138,11,0,5,1,5,36,
-0,1,112,0,0,130,11,0,6,1,5,36,0,1,112,0,176,138,11,0,
-7,1,5,36,0,1,112,0,196,138,11,0,8,1,5,36,0,1,112,0,
-32,130,11,0,9,1,5,33,0,1,112,0,220,138,11,0,10,1,5,37,
-0,1,112,0,240,138,11,0,11,1,5,38,0,1,112,0,12,139,11,0,
-12,1,5,38,0,1,112,0,44,139,11,0,13,1,5,36,0,1,112,0,
-76,139,11,0,14,1,5,36,0,1,112,0,100,139,11,0,15,1,5,38,
-0,1,112,0,140,139,11,0,16,1,11,85,1,1,112,0,172,139,11,0,
-17,1,11,85,3,1,112,0,200,139,11,0,18,1,11,85,3,1,112,0,
-228,139,11,0,19,1,11,85,1,1,112,0,48,130,11,0,20,1,11,85,
-1,1,112,0,80,130,11,0,21,1,11,85,1,1,112,0,144,125,11,0,
-32,1,11,105,1,1,112,0,252,139,11,0,33,1,11,103,5,1,112,0,
-12,140,11,0,34,1,11,109,0,1,112,0,96,130,11,0,35,1,11,108,
-0,1,112,0,32,140,11,0,36,1,11,108,0,1,112,0,56,140,11,0,
-37,1,5,255,255,1,112,0,84,140,11,0,38,1,11,255,255,1,112,0,
-112,140,11,0,39,1,11,109,0,1,112,0,96,130,11,0,40,1,2,4,
-0,1,112,0,128,140,11,0,41,1,11,255,0,1,112,0,156,125,11,0,
-42,1,11,255,0,1,112,0,116,130,11,0,43,1,11,255,0,1,112,0,
-144,140,11,0,44,1,11,255,0,1,112,0,140,130,11,0,48,1,11,255,
-255,1,112,0,164,130,11,0,49,1,11,255,255,1,112,0,168,140,11,0,
-50,1,11,255,255,1,112,0,188,130,11,0,51,1,11,255,255,1,112,0,
-196,140,11,0,64,1,11,255,255,1,112,0,224,140,11,0,80,1,5,33,
-1,1,112,0,240,140,11,0,81,1,5,33,1,1,112,0,16,141,11,0,
-82,1,5,33,1,1,112,0,48,141,11,0,83,1,5,33,1,1,112,0,
-80,141,11,0,96,1,5,38,0,1,112,0,112,141,11,0,97,1,5,38,
-0,1,112,0,140,141,11,0,98,1,5,38,0,1,112,0,168,141,11,0,
-112,1,11,255,255,1,112,0,196,141,11,0,113,1,11,255,255,1,112,0,
-216,130,11,0,128,1,11,255,255,1,112,0,236,141,11,0,129,1,11,255,
-255,1,112,0,184,125,11,0,130,1,11,255,255,1,112,0,28,142,11,0,
-131,1,11,255,255,2,112,0,60,142,11,0,132,1,11,255,255,1,112,0,
-224,121,11,0,133,1,11,255,255,1,112,0,248,130,11,0,160,1,11,255,
-255,1,112,0,100,142,11,0,192,1,4,0,0,1,112,0,124,142,11,0,
-193,1,4,0,0,1,112,0,220,125,11,0,194,1,4,0,0,1,112,0,
-48,131,11,0,195,1,4,0,0,1,112,0,240,125,11,0,196,1,4,0,
-0,1,112,0,152,142,11,0,197,1,4,0,0,1,112,0,180,142,11,0,
-198,1,4,0,0,1,112,0,204,142,11,0,199,1,4,0,0,1,112,0,
-228,142,11,0,200,1,4,0,0,1,112,0,76,131,11,0,201,1,4,0,
-0,1,112,0,0,143,11,0,202,1,4,0,0,1,112,0,32,143,11,0,
-203,1,4,0,0,1,112,0,68,143,11,0,204,1,4,0,0,1,112,0,
-112,143,11,0,205,1,4,0,0,1,112,0,144,143,11,0,206,1,4,0,
-0,1,112,0,172,143,11,0,208,1,5,38,0,1,112,0,16,122,11,0,
-209,1,5,26,0,1,112,0,12,126,11,0,210,1,5,38,0,1,112,0,
-200,143,11,0,211,1,5,38,0,1,112,0,228,143,11,0,0,2,4,8,
-3,1,112,0,48,122,11,0,1,2,4,71,1,1,112,0,252,143,11,0,
-2,2,3,17,0,1,112,0,64,122,11,0,3,2,4,74,0,1,112,0,
-20,144,11,0,4,2,4,8,1,1,112,0,104,131,11,0,5,2,4,41,
-0,1,112,0,48,144,11,0,6,2,4,71,1,1,112,0,120,131,11,0,
-7,2,4,70,0,1,112,0,80,122,11,0,8,2,4,8,0,1,112,0,
-104,122,11,0,9,2,4,8,0,1,112,0,72,144,11,0,10,2,4,32,
-0,1,112,0,140,131,11,0,11,2,4,32,0,1,112,0,100,144,11,0,
-12,2,4,32,0,1,112,0,128,144,11,0,16,2,4,71,1,1,112,0,
-252,143,11,0,17,2,4,75,0,1,112,0,40,126,11,0,18,2,4,75,
-0,1,112,0,160,144,11,0,19,2,4,255,255,1,112,0,184,144,11,0,
-20,2,4,255,255,1,112,0,60,126,11,0,21,2,4,255,255,1,112,0,
-120,122,11,0,22,2,4,255,255,2,112,0,204,144,11,0,23,2,4,255,
-255,1,112,0,232,144,11,0,24,2,4,255,255,1,112,0,164,131,11,0,
-48,2,5,32,0,1,112,0,188,131,11,0,49,2,0,0,0,3,112,0,
-8,145,11,0,50,2,5,38,0,1,112,0,232,131,11,0,51,2,5,38,
-0,1,112,0,36,145,11,0,52,2,5,38,0,1,112,0,72,145,11,0,
-53,2,5,38,0,1,112,0,20,132,11,0,64,2,4,0,0,3,112,0,
-136,122,11,0,65,2,4,0,0,3,112,0,160,122,11,0,66,2,1,64,
-0,3,112,0,60,132,11,0,67,2,4,64,0,3,112,0,88,126,11,0,
-68,2,4,0,0,3,112,0,112,145,11,0,69,2,4,0,0,3,112,0,
-156,145,11,0,70,2,4,0,0,3,112,0,200,145,11,0,71,2,4,0,
-0,3,112,0,240,145,11,0,72,2,4,0,0,3,112,0,112,132,11,0,
-73,2,4,0,0,3,112,0,12,146,11,0,74,2,4,0,0,3,112,0,
-184,122,11,0,75,2,4,0,0,3,112,0,40,146,11,0,76,2,4,0,
-0,3,112,0,60,146,11,0,80,2,5,38,0,1,112,0,88,146,11,0,
-81,2,5,38,0,1,112,0,120,146,11,0,82,2,5,38,0,1,112,0,
-164,146,11,0,83,2,5,38,0,1,112,0,108,126,11,0,84,2,5,38,
-0,1,112,0,200,146,11,0,85,2,5,38,0,1,112,0,0,147,11,0,
-86,2,5,38,0,1,112,0,52,147,11,0,87,2,5,38,0,1,112,0,
-140,132,11,0,88,2,5,38,0,1,112,0,208,122,11,0,89,2,5,38,
-0,1,112,0,180,132,11,0,90,2,5,38,0,1,112,0,96,147,11,0,
-91,2,5,38,0,1,112,0,208,132,11,0,92,2,5,38,0,1,112,0,
-248,132,11,0,93,2,5,38,0,1,112,0,140,147,11,0,94,2,5,38,
-0,1,112,0,168,147,11,0,96,2,4,93,0,2,112,0,212,147,11,0,
-112,2,5,38,0,1,112,0,240,147,11,0,113,2,5,38,0,1,112,0,
-36,133,11,0,114,2,5,38,0,1,112,0,12,148,11,0,0,3,4,71,
-1,1,112,0,44,148,11,0,1,3,4,71,1,1,112,0,96,148,11,0,
-2,3,11,255,0,1,112,0,132,148,11,0,3,3,11,255,0,1,112,0,
-60,133,11,0,16,3,4,71,1,1,112,0,196,148,11,0,17,3,4,71,
-1,1,112,0,152,126,11,0,18,3,4,71,1,1,112,0,224,148,11,0,
-19,3,4,71,1,1,112,0,180,126,11,0,20,3,4,71,1,1,112,0,
-0,149,11,0,21,3,4,71,1,1,112,0,24,149,11,0,22,3,4,71,
-1,1,112,0,208,126,11,0,23,3,4,71,1,1,112,0,52,149,11,0,
-24,3,4,71,1,1,112,0,120,133,11,0,25,3,4,71,1,1,112,0,
-100,159,11,0,26,3,4,71,1,1,112,0,228,126,11,0,27,3,4,71,
-1,1,112,0,80,149,11,0,28,3,4,71,1,1,112,0,104,149,11,0,
-32,3,4,71,1,1,112,0,168,133,11,0,33,3,4,71,1,1,112,0,
-0,127,11,0,34,3,4,71,1,1,112,0,136,149,11,0,35,3,4,71,
-1,1,112,0,196,133,11,0,128,3,4,71,1,1,112,0,244,133,11,0,
-129,3,4,71,1,1,112,0,28,134,11,0,130,3,4,71,1,1,112,0,
-240,122,11,0,131,3,4,71,1,1,112,0,64,134,11,0,132,3,4,71,
-1,1,112,0,176,149,11,0,133,3,4,71,1,1,112,0,208,149,11,0,
-134,3,4,71,1,1,112,0,28,127,11,0,135,3,4,71,1,1,112,0,
-80,134,11,0,136,3,4,71,1,1,112,0,96,134,11,0,137,3,4,71,
-1,1,112,0,56,127,11,0,138,3,4,71,1,1,112,0,92,127,11,0,
-139,3,4,71,1,1,112,0,240,149,11,0,140,3,4,71,1,1,112,0,
-120,127,11,0,141,3,4,71,1,1,112,0,112,134,11,0,142,3,4,71,
-1,1,112,0,132,134,11,0,144,3,5,38,0,1,112,0,0,123,11,0,
-145,3,5,38,0,1,112,0,16,150,11,0,146,3,5,38,0,1,112,0,
-36,150,11,0,0,4,5,38,0,1,112,0,52,150,11,0,1,4,5,38,
-0,1,112,0,140,127,11,0,2,4,5,38,0,1,112,0,24,123,11,0,
-3,4,5,38,0,1,112,0,84,150,11,0,4,4,5,38,0,1,112,0,
-116,150,11,0,5,4,5,38,0,1,112,0,148,150,11,0,6,4,5,38,
-0,1,112,0,180,150,11,0,7,4,5,38,0,1,112,0,160,134,11,0,
-8,4,5,38,0,1,112,0,192,134,11,0,9,4,5,38,0,1,112,0,
-208,150,11,0,10,4,5,38,0,1,112,0,168,127,11,0,11,4,5,38,
-0,1,112,0,56,123,11,0,12,4,5,38,0,1,112,0,232,150,11,0,
-13,4,5,38,0,1,112,0,4,151,11,0,15,4,5,38,0,1,112,0,
-40,151,11,0,16,4,4,71,1,1,112,0,76,151,11,0,17,4,4,71,
-1,1,112,0,216,134,11,0,0,16,0,0,0,3,127,0,204,244,11,0,
-1,16,0,0,0,3,127,0,204,244,11,0,2,16,0,0,0,3,127,0,
-204,244,11,0,3,16,0,0,0,3,127,0,204,244,11,0,4,16,0,0,
-0,3,127,0,204,244,11,0,5,16,0,0,0,3,127,0,204,244,11,0,
-6,16,0,0,0,3,127,0,204,244,11,0,7,16,0,0,0,3,127,0,
-204,244,11,0,8,16,0,0,0,3,127,0,204,244,11,0,9,16,0,0,
-0,3,127,0,204,244,11,0,16,16,0,0,0,3,127,0,112,151,11,0,
-17,16,0,0,0,3,127,0,72,123,11,0,18,16,0,0,0,3,127,0,
-96,123,11,0,19,16,0,0,0,3,127,0,188,127,11,0,20,16,0,0,
-0,3,127,0,120,123,11,0,21,16,0,0,0,3,127,0,140,151,11,0,
-22,16,0,0,0,3,127,0,136,123,11,0,23,16,0,0,0,3,127,0,
-168,123,11,0,24,16,0,0,0,3,127,0,208,127,11,0,25,16,0,0,
-0,3,127,0,240,134,11,0,32,16,0,0,0,3,127,0,220,127,11,0,
-0,32,0,0,0,3,127,0,156,151,11,0,1,32,0,0,0,3,127,0,
-240,127,11,0,255,47,0,0,0,3,127,0,204,244,11,0,19,48,0,0,
-0,1,127,0,184,123,11,0,20,48,0,0,0,1,127,0,20,128,11,0,
-23,48,0,0,0,1,127,0,192,151,11,0,24,48,0,0,0,1,127,0,
-224,151,11,0,25,48,0,0,0,1,127,0,252,151,11,0,26,48,0,0,
-0,1,127,0,44,152,11,0,27,48,0,0,0,1,127,0,56,128,11,0,
-28,48,0,0,0,1,127,0,80,152,11,0,30,48,0,0,0,1,127,0,
-116,152,11,0,33,48,0,0,0,1,127,0,92,128,11,0,36,48,0,0,
-0,1,127,0,152,152,11,0,37,48,0,0,0,1,127,0,128,128,11,0,
-38,48,0,0,0,1,127,0,0,135,11,0,39,48,0,0,0,1,127,0,
-156,128,11,0,71,48,0,0,0,1,127,0,184,152,11,0,98,48,0,0,
-0,1,127,0,32,135,11,0,99,48,0,0,0,1,127,0,212,152,11,0,
-100,48,0,0,0,1,127,0,252,152,11,0,101,48,0,0,0,1,127,0,
-64,135,11,0,102,48,0,0,0,1,127,0,92,135,11,0,103,48,0,0,
-0,1,127,0,120,135,11,0,104,48,0,0,0,1,127,0,144,135,11,0,
-105,48,0,0,0,1,127,0,16,153,11,0,106,48,0,0,0,1,127,0,
-52,153,11,0,107,48,0,0,0,1,127,0,76,153,11,0,108,48,0,0,
-0,1,127,0,156,135,11,0,112,48,0,0,0,1,127,0,176,128,11,0,
-113,48,0,0,0,1,127,0,108,153,11,0,114,48,0,0,0,1,127,0,
-132,153,11,0,115,48,0,0,0,1,127,0,156,153,11,0,0,0,0,0,
-0,4,113,0,224,123,11,0,1,0,6,41,0,3,113,0,192,135,11,0,
-2,0,4,107,2,1,113,0,220,135,11,0,3,0,4,0,0,1,113,0,
-236,135,11,0,4,0,4,107,2,1,113,0,196,153,11,0,5,0,0,107,
-1,3,113,0,8,136,11,0,6,0,0,107,2,2,113,0,212,153,11,0,
-7,0,0,0,0,3,113,0,240,153,11,0,8,0,0,0,0,2,113,0,
-28,136,11,0,9,0,4,0,0,1,113,0,8,154,11,0,10,0,4,0,
-0,1,113,0,32,154,11,0,11,0,0,0,0,3,113,0,240,123,11,0,
-12,0,0,0,0,3,113,0,56,154,11,0,13,0,0,0,0,3,113,0,
-76,154,11,0,14,0,4,107,2,1,113,0,56,136,11,0,15,0,0,93,
-0,2,113,0,212,147,11,0,16,0,0,0,0,1,113,0,92,154,11,0,
-17,0,0,0,0,1,113,0,76,136,11,0,18,0,0,0,0,1,113,0,
-204,128,11,0,19,0,0,0,0,1,113,0,132,154,11,0,20,0,0,0,
-0,1,113,0,168,154,11,0,21,0,0,0,0,1,113,0,116,136,11,0,
-22,0,0,0,0,1,113,0,200,154,11,0,23,0,0,0,0,1,113,0,
-236,154,11,0,24,0,0,0,0,1,113,0,144,136,11,0,25,0,0,0,
-0,2,113,0,240,134,11,0,26,0,0,0,0,3,113,0,4,155,11,0,
-27,0,0,0,0,1,113,0,0,124,11,0,28,0,0,0,0,1,113,0,
-32,124,11,0,29,0,0,0,0,1,113,0,64,124,11,0,30,0,5,4,
-0,1,113,0,88,124,11,0,31,0,0,0,0,3,113,0,20,155,11,0,
-32,0,0,0,0,1,113,0,40,155,11,0,33,0,0,0,0,2,113,0,
-240,128,11,0,34,0,0,0,0,2,113,0,168,136,11,0,35,0,1,17,
-0,2,113,0,104,124,11,0,36,0,4,64,0,1,113,0,76,155,11,0,
-37,0,4,0,0,1,113,0,108,155,11,0,38,0,3,17,0,1,113,0,
-144,155,11,0,39,0,4,0,0,1,113,0,4,129,11,0,40,0,4,0,
-0,1,113,0,128,124,11,0,41,0,0,0,0,3,113,0,172,155,11,0,
-42,0,4,107,2,1,113,0,188,136,11,0,43,0,0,0,0,3,113,0,
-188,155,11,0,44,0,1,17,0,1,113,0,208,155,11,0,45,0,4,107,
-2,1,113,0,32,129,11,0,46,0,0,0,0,2,113,0,244,155,11,0,
-47,0,0,0,0,2,113,0,28,156,11,0,48,0,4,0,0,1,113,0,
-60,129,11,0,49,0,0,0,0,4,113,0,72,156,11,0,50,0,0,0,
-0,2,113,0,152,124,11,0,51,0,0,0,0,3,113,0,204,136,11,0,
-52,0,4,107,2,1,113,0,108,156,11,0,53,0,0,42,9,3,113,0,
-80,129,11,0,54,0,4,105,2,2,113,0,224,136,11,0,55,0,4,64,
-0,1,113,0,128,156,11,0,56,0,4,64,0,1,113,0,152,156,11,0,
-57,0,1,64,0,2,113,0,204,144,11,0,58,0,4,41,0,1,113,0,
-4,137,11,0,59,0,0,0,0,3,113,0,176,156,11,0,60,0,0,0,
-0,3,113,0,36,137,11,0,61,0,0,0,0,3,113,0,56,137,11,0,
-62,0,0,0,0,3,113,0,192,156,11,0,63,0,4,64,0,2,113,0,
-32,143,11,0,64,0,0,0,0,3,113,0,212,156,11,0,65,0,4,64,
-0,2,113,0,240,156,11,0,66,0,4,64,0,2,113,0,192,124,11,0,
-67,0,4,64,0,2,113,0,16,157,11,0,68,0,0,0,0,3,113,0,
-72,137,11,0,69,0,4,0,0,2,113,0,48,157,11,0,70,0,4,0,
-0,2,113,0,224,124,11,0,71,0,4,0,0,1,113,0,72,157,11,0,
-72,0,4,0,0,1,113,0,100,129,11,0,73,0,0,0,0,3,113,0,
-100,137,11,0,74,0,4,0,0,2,113,0,100,157,11,0,75,0,4,0,
-0,2,113,0,128,129,11,0,76,0,4,0,0,1,113,0,128,157,11,0,
-77,0,4,0,0,1,113,0,248,124,11,0,78,0,0,0,0,3,113,0,
-132,137,11,0,79,0,0,0,0,2,113,0,164,137,11,0,80,0,0,0,
-0,3,113,0,24,125,11,0,81,0,0,0,0,3,113,0,160,157,11,0,
-82,0,0,0,0,3,113,0,192,157,11,0,83,0,0,0,0,3,113,0,
-224,157,11,0,84,0,0,0,0,4,113,0,156,129,11,0,85,0,0,0,
-0,3,113,0,4,158,11,0,86,0,0,0,0,3,113,0,32,158,11,0,
-87,0,4,0,0,1,113,0,60,158,11,0,88,0,0,0,0,3,113,0,
-56,125,11,0,89,0,4,0,0,1,113,0,196,137,11,0,90,0,0,0,
-0,3,113,0,84,158,11,0,91,0,4,0,0,1,113,0,104,158,11,0,
-92,0,4,0,0,2,113,0,96,125,11,0,93,0,4,0,0,1,113,0,
-200,129,11,0,94,0,0,0,0,3,113,0,112,125,11,0,95,0,4,0,
-0,1,113,0,128,158,11,0,96,0,0,107,1,2,113,0,176,158,11,0,
-97,0,0,107,2,3,113,0,204,158,11,0,247,0,0,0,0,4,113,0,
-228,129,11,0,248,0,0,0,0,4,113,0,232,158,11,0,249,0,0,0,
-0,4,113,0,236,137,11,0,250,0,0,0,0,4,113,0,8,159,11,0,
-251,0,0,0,0,4,113,0,12,138,11,0,252,0,0,0,0,4,113,0,
-40,159,11,0,253,0,0,0,0,4,113,0,84,159,11,0,254,0,0,0,
-0,4,113,0,44,138,11,0,255,0,0,0,0,4,113,0,68,138,11,0,
-0,0,0,0,0,0,0,0,0,0,0,0,204,208,6,0,0,0,0,0,
-204,208,6,0,0,0,0,0,204,208,6,0,0,0,0,0,204,208,6,0,
-0,0,0,0,204,208,6,0,0,0,0,0,204,208,6,0,0,0,0,0,
-204,208,6,0,0,0,0,0,204,208,6,0,0,0,0,0,0,169,4,0,
-64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,
-64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,
-64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,
-32,0,0,0,8,0,0,0,8,0,0,0,16,0,0,0,64,0,0,0,
-64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,
-64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,
-64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,
-64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,
-64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,
-64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,64,0,0,0,
-32,0,0,0,8,0,0,0,8,0,0,0,16,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,28,166,4,0,0,0,0,0,160,165,4,0,
-0,0,0,0,152,165,4,0,0,0,0,0,144,165,4,0,0,0,0,0,
-84,165,4,0,0,0,0,0,12,165,4,0,0,0,0,0,112,164,4,0,
-0,0,0,0,228,163,4,0,0,0,0,0,0,169,4,0,0,0,0,0,
-0,0,0,0,0,0,0,0,104,154,4,0,0,0,0,0,160,165,4,0,
-0,0,0,0,152,165,4,0,0,0,0,0,144,165,4,0,0,0,0,0,
-84,165,4,0,0,0,0,0,12,165,4,0,0,0,0,0,112,164,4,0,
-0,0,0,0,228,163,4,0,0,0,0,0,0,169,4,0,0,0,0,0,
-112,78,29,0,104,217,4,0,220,244,11,0,228,244,11,0,236,244,11,0,
-244,244,11,0,252,244,11,0,4,245,11,0,12,245,11,0,20,245,11,0,
-28,245,11,0,2,0,0,0,14,20,2,0,0,0,0,0,82,101,97,100,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,
-5,20,2,0,0,0,0,0,87,114,105,116,101,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,4,0,0,0,2,20,2,0,0,0,0,0,
-82,101,97,100,86,101,114,105,102,121,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,120,77,9,0,78,111,112,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,
-164,77,9,0,73,110,105,116,67,111,110,110,101,99,116,0,0,0,0,0,
-0,0,0,0,5,0,0,0,0,4,0,0,128,61,9,0,86,101,114,105,
-102,121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,
-0,0,0,0,104,38,9,0,80,111,114,116,83,99,97,110,0,0,0,0,
-0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,136,37,9,0,
-73,109,112,111,114,116,85,110,105,116,0,0,0,0,0,0,0,0,0,0,
-8,0,0,0,0,4,0,0,168,60,9,0,90,101,114,111,85,110,105,116,
-0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,4,0,0,
-72,60,9,0,82,101,112,108,97,99,101,68,114,105,118,101,0,0,0,0,
-0,0,0,0,10,0,0,0,0,0,0,0,0,56,9,0,72,111,116,83,
-119,97,112,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,
-0,0,0,0,12,55,9,0,83,101,108,102,84,101,115,116,115,0,0,0,
-0,0,0,0,0,0,0,0,12,0,0,0,32,0,0,0,132,99,5,0,
-83,121,110,99,80,97,114,97,109,0,0,0,0,0,0,0,0,0,0,0,
-13,0,0,0,32,0,0,0,32,39,9,0,82,101,111,114,100,101,114,85,
-110,105,116,115,0,0,0,0,0,0,0,0,14,0,0,0,0,4,0,0,
-52,77,9,0,70,108,117,115,104,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,15,0,0,0,32,6,0,0,64,32,9,0,77,105,103,114,
-97,116,101,85,110,105,116,0,0,0,0,0,0,0,0,0,16,0,0,0,
-0,0,0,0,236,82,9,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,17,0,0,0,0,8,0,0,96,62,9,0,
-65,84,65,80,97,115,115,84,104,114,117,0,0,0,0,0,0,0,0,0,
-18,0,0,0,96,0,0,0,44,149,5,0,71,101,116,80,97,114,97,109,
-0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,32,0,0,0,
-144,114,5,0,83,101,116,80,97,114,97,109,0,0,0,0,0,0,0,0,
-0,0,0,0,20,0,0,0,32,2,0,0,148,69,9,0,67,114,101,97,
-116,101,85,110,105,116,0,0,0,0,0,0,0,0,0,0,21,0,0,0,
-0,4,0,0,40,68,9,0,68,101,108,101,116,101,85,110,105,116,0,0,
-0,0,0,0,0,0,0,0,22,0,0,0,32,0,0,0,192,65,9,0,
-68,111,119,110,108,111,97,100,70,87,0,0,0,0,0,0,0,0,0,0,
-23,0,0,0,0,4,0,0,184,59,9,0,82,101,98,117,105,108,100,85,
-110,105,116,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,
-60,36,9,0,80,119,114,77,97,110,97,103,101,109,101,110,116,0,0,0,
-0,0,0,0,25,0,0,0,64,2,0,0,160,58,9,0,82,101,97,100,
-80,114,111,109,70,105,108,101,0,0,0,0,0,0,0,0,26,0,0,0,
-0,0,0,0,236,82,9,0,87,114,105,116,101,67,102,103,0,0,0,0,
-0,0,0,0,0,0,0,0,27,0,0,0,32,0,0,0,88,37,9,0,
-82,101,109,111,116,101,80,114,105,110,116,0,0,0,0,0,0,0,0,0,
-28,0,0,0,0,0,0,0,0,58,9,0,82,101,115,101,116,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,
-236,82,9,0,82,101,115,101,114,118,101,100,55,0,0,0,0,0,0,0,
-0,0,0,0,30,0,0,0,0,0,0,0,248,43,1,0,66,66,85,67,
-111,110,116,114,111,108,0,0,0,0,0,0,0,0,0,0,31,0,0,0,
-0,0,0,0,44,41,9,0,68,105,97,103,110,111,115,116,105,99,0,0,
-0,0,0,0,0,0,0,0,40,0,0,0,14,53,2,128,0,0,0,0,
-82,101,97,100,49,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-42,0,0,0,5,53,2,128,0,0,0,0,87,114,105,116,101,49,48,0,
-0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,14,53,2,128,
-0,0,0,0,82,101,97,100,49,54,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,138,0,0,0,5,53,2,128,0,0,0,0,87,114,105,116,
-101,49,54,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,
-14,53,2,128,0,0,0,0,82,101,97,100,49,50,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,170,0,0,0,5,53,2,128,0,0,0,0,
-87,114,105,116,101,49,50,0,0,0,0,0,0,0,0,0,0,0,0,0,
-8,0,0,0,14,53,2,128,0,0,0,0,82,101,97,100,54,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,5,53,2,128,
-0,0,0,0,87,114,105,116,101,54,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,47,0,0,0,2,53,2,128,0,0,0,0,86,101,114,105,
-102,121,49,48,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,
-2,53,2,128,0,0,0,0,86,101,114,105,102,121,49,54,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,224,224,102,9,0,
-84,101,115,116,85,110,105,116,82,101,97,100,121,0,0,0,0,0,0,0,
-3,0,0,0,64,1,0,224,96,102,9,0,82,101,113,117,101,115,116,83,
-101,110,115,101,0,0,0,0,0,0,0,0,18,0,0,0,64,53,0,224,
-4,102,9,0,73,110,113,117,105,114,121,0,0,0,0,0,0,0,0,0,
-0,0,0,0,27,0,0,0,0,21,0,128,168,96,9,0,83,116,97,114,
-116,83,116,111,112,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,
-64,53,0,128,252,100,9,0,82,101,97,100,67,97,112,97,99,105,116,121,
-0,0,0,0,0,0,0,0,59,0,0,0,32,53,0,64,244,90,9,0,
-87,114,105,116,101,66,117,102,102,101,114,0,0,0,0,0,0,0,0,0,
-60,0,0,0,64,53,0,64,252,91,9,0,82,101,97,100,66,117,102,102,
-101,114,0,0,0,0,0,0,0,0,0,0,28,0,0,0,64,53,0,32,
-28,89,9,0,82,101,99,101,105,118,101,68,105,97,103,110,111,115,116,105,
-99,0,0,0,29,0,0,0,32,53,0,32,108,88,9,0,83,101,110,100,
-68,105,97,103,110,111,115,116,105,99,0,0,0,0,0,0,21,0,0,0,
-32,21,0,128,116,98,9,0,77,111,100,101,83,101,108,101,99,116,54,0,
-0,0,0,0,0,0,0,0,85,0,0,0,32,21,0,128,16,98,9,0,
-77,111,100,101,83,101,108,101,99,116,49,48,0,0,0,0,0,0,0,0,
-26,0,0,0,64,21,0,128,220,99,9,0,77,111,100,101,83,101,110,115,
-101,54,0,0,0,0,0,0,0,0,0,0,90,0,0,0,64,21,0,128,
-216,98,9,0,77,111,100,101,83,101,110,115,101,49,48,0,0,0,0,0,
-0,0,0,0,53,0,0,0,0,21,0,128,72,96,9,0,83,121,110,99,
-67,97,99,104,101,49,48,0,0,0,0,0,0,0,0,0,145,0,0,0,
-0,21,0,128,72,96,9,0,83,121,110,99,67,97,99,104,101,49,48,0,
-0,0,0,0,0,0,0,0,158,0,0,0,64,21,0,128,112,95,9,0,
-83,101,114,118,105,99,101,65,99,116,105,111,110,73,110,0,0,0,0,0,
-160,0,0,0,64,21,0,128,32,94,9,0,82,101,112,111,114,116,76,85,
-78,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,204,208,6,0,0,0,0,0,204,208,6,0,0,0,0,0,
-0,0,0,0,0,0,0,0,204,223,4,0,0,0,0,0,196,223,4,0,
-212,72,32,0,200,72,32,0,188,72,32,0,0,0,0,0,0,0,0,0,
-0,0,0,0,220,18,5,0,0,0,0,0,236,18,5,0,0,0,0,0,
-228,18,5,0,0,0,0,0,244,18,5,0,0,0,0,0,252,18,5,0,
-0,0,0,0,12,19,5,0,0,0,0,0,4,19,5,0,0,0,0,0,
-20,19,5,0,0,0,0,0,204,208,6,0,0,0,0,0,204,208,6,0,
-0,0,0,0,204,208,6,0,0,0,0,0,204,208,6,0,0,0,0,0,
-28,19,5,0,0,0,0,0,0,0,0,0,0,0,0,0,76,239,4,0,
-0,0,0,0,36,19,5,0,0,0,0,0,88,241,4,0,0,0,0,0,
-44,19,5,0,0,0,0,0,252,18,5,0,0,0,0,0,12,19,5,0,
-0,0,0,0,4,19,5,0,0,0,0,0,20,19,5,0,0,0,0,0,
-72,243,4,0,0,0,0,0,240,243,4,0,0,0,0,0,208,232,4,0,
-0,0,0,0,152,237,4,0,0,0,0,0,176,234,4,0,0,0,0,0,
-0,0,0,0,0,0,0,0,168,246,4,0,0,0,0,0,72,248,4,0,
-0,0,0,0,132,247,4,0,0,0,0,0,24,249,4,0,0,0,0,0,
-40,254,4,0,0,0,0,0,192,255,4,0,0,0,0,0,244,254,4,0,
-0,0,0,0,128,0,5,0,0,0,0,0,208,249,4,0,0,0,0,0,
-164,250,4,0,0,0,0,0,120,251,4,0,0,0,0,0,208,252,4,0,
-0,0,0,0,52,19,5,0,0,0,0,0,0,0,0,0,0,0,0,0,
-56,6,5,0,0,0,0,0,112,9,5,0,0,0,0,0,4,7,5,0,
-0,0,0,0,48,10,5,0,0,0,0,0,252,18,5,0,0,0,0,0,
-12,19,5,0,0,0,0,0,4,19,5,0,0,0,0,0,20,19,5,0,
-0,0,0,0,200,7,5,0,0,0,0,0,164,8,5,0,0,0,0,0,
-232,10,5,0,0,0,0,0,180,11,5,0,0,0,0,0,128,12,5,0,
-0,0,0,0,0,0,0,0,0,0,0,0,200,39,5,0,0,0,0,0,
-144,37,5,0,0,0,0,0,0,0,0,0,0,0,0,0,40,37,5,0,
-0,0,0,0,32,37,5,0,0,0,0,0,0,0,0,0,0,0,0,0,
-164,151,5,0,0,0,0,0,156,151,5,0,0,0,0,0,152,151,5,0,
-0,0,0,0,0,0,0,0,0,0,0,0,244,150,5,0,0,0,0,0,
-216,150,5,0,0,0,0,0,212,150,5,0,0,0,0,0,0,0,0,0,
-0,0,0,0,48,150,5,0,0,0,0,0,216,150,5,0,0,0,0,0,
-44,150,5,0,0,0,0,0,0,0,0,0,0,0,0,0,20,150,5,0,
-0,0,0,0,156,151,5,0,0,0,0,0,40,150,5,0,0,0,0,0,
-188,8,0,0,20,150,5,0,2,0,0,0,52,186,11,0,0,0,0,0,
-3,0,0,0,68,186,11,0,0,0,0,0,4,0,0,0,84,186,11,0,
-0,0,0,0,5,0,0,0,104,189,11,0,0,0,0,0,0,2,15,16,
-240,188,11,0,0,0,0,0,0,3,15,16,96,188,11,0,0,0,0,0,
-1,4,0,0,232,245,11,0,0,0,0,0,2,4,0,0,0,188,11,0,
-0,0,0,0,3,4,0,0,80,187,11,0,0,0,0,0,10,4,0,0,
-100,186,11,0,0,0,0,0,12,4,0,0,124,186,11,0,0,0,0,0,
-16,4,7,6,188,186,11,0,0,0,0,0,6,0,0,0,184,189,11,0,
-0,0,0,0,7,0,0,0,248,245,11,0,0,0,0,0,8,0,0,0,
-212,186,11,0,0,0,0,0,9,0,0,0,236,186,11,0,0,0,0,0,
-0,127,255,255,240,245,11,0,0,0,0,0,0,0,0,0,200,180,35,0,
-24,161,5,0,0,0,0,0,116,181,35,0,24,161,5,0,0,0,0,0,
-176,181,35,0,24,161,5,0,51,119,97,114,101,32,73,110,116,101,114,110,
-97,108,32,85,115,101,32,32,0,0,0,0,78,111,32,70,97,99,116,111,
-114,121,32,68,97,116,97,32,104,97,115,32,98,101,101,110,32,119,114,105,
-116,116,101,110,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,64,169,5,0,0,0,0,0,12,94,5,0,
-0,0,0,0,184,151,5,0,0,0,0,0,0,0,0,0,0,0,0,0,
-64,169,5,0,0,0,0,0,204,92,5,0,0,0,0,0,184,151,5,0,
-0,0,0,0,0,0,0,0,0,0,0,0,64,169,5,0,0,0,0,0,
-140,91,5,0,0,0,0,0,184,151,5,0,0,0,0,0,0,0,0,0,
-0,0,0,0,64,169,5,0,0,0,0,0,196,90,5,0,0,0,0,0,
-184,151,5,0,0,0,0,0,0,0,0,0,0,0,0,0,64,169,5,0,
-0,0,0,0,252,89,5,0,0,0,0,0,184,151,5,0,0,0,0,0,
-0,0,0,0,0,0,0,0,84,89,5,0,0,0,0,0,192,151,5,0,
-0,0,0,0,184,151,5,0,0,0,0,0,0,0,0,0,0,0,0,0,
-64,169,5,0,0,0,0,0,140,88,5,0,0,0,0,0,184,151,5,0,
-0,0,0,0,0,0,0,0,0,0,0,0,64,169,5,0,0,0,0,0,
-196,87,5,0,0,0,0,0,184,151,5,0,0,0,0,0,0,0,0,0,
-0,0,0,0,56,67,5,0,0,0,0,0,196,69,5,0,0,0,0,0,
-60,66,5,0,0,0,0,0,204,208,6,0,0,0,0,0,0,0,0,0,
-0,0,0,0,192,76,5,0,0,0,0,0,196,69,5,0,0,0,0,0,
-16,77,5,0,0,0,0,0,116,77,5,0,0,0,0,0,0,0,0,0,
-0,0,0,0,160,67,5,0,0,0,0,0,136,70,5,0,0,0,0,0,
-8,68,5,0,0,0,0,0,148,62,5,0,0,0,0,0,0,0,0,0,
-0,0,0,0,64,169,5,0,0,0,0,0,228,175,5,0,0,0,0,0,
-220,175,5,0,0,0,0,0,0,0,0,0,0,0,0,0,40,165,5,0,
-0,0,0,0,196,175,5,0,0,0,0,0,220,175,5,0,0,0,0,0,
-0,0,0,0,0,0,0,0,32,164,5,0,0,0,0,0,196,175,5,0,
-0,0,0,0,220,175,5,0,0,0,0,0,0,0,0,0,0,0,0,0,
-40,165,5,0,0,0,0,0,176,163,5,0,0,0,0,0,220,175,5,0,
-0,0,0,0,0,0,0,0,0,0,0,0,32,164,5,0,0,0,0,0,
-64,163,5,0,0,0,0,0,220,175,5,0,0,0,0,0,0,0,0,0,
-0,0,0,0,12,159,5,0,0,0,0,0,196,175,5,0,0,0,0,0,
-220,175,5,0,0,0,0,0,0,0,0,0,0,0,0,0,128,158,5,0,
-0,0,0,0,196,175,5,0,0,0,0,0,220,175,5,0,0,0,0,0,
-0,0,0,0,0,0,0,0,124,157,5,0,0,0,0,0,196,175,5,0,
-0,0,0,0,220,175,5,0,0,0,0,0,0,0,0,0,0,0,0,0,
-64,169,5,0,0,0,0,0,140,166,5,0,0,0,0,0,220,175,5,0,
-0,0,0,0,0,0,0,0,0,0,0,0,64,169,5,0,0,0,0,0,
-28,174,5,0,0,0,0,0,220,175,5,0,0,0,0,0,0,0,0,0,
-0,0,0,0,64,169,5,0,0,0,0,0,212,175,5,0,0,0,0,0,
-220,175,5,0,0,0,0,0,0,0,0,0,0,0,0,0,64,169,5,0,
-0,0,0,0,188,175,5,0,0,0,0,0,40,157,5,0,0,0,0,0,
-0,0,0,0,0,0,0,0,64,169,5,0,0,0,0,0,180,175,5,0,
-0,0,0,0,140,156,5,0,0,0,0,0,0,0,0,0,0,0,0,0,
-64,169,5,0,0,0,0,0,172,175,5,0,0,0,0,0,16,156,5,0,
-0,0,0,0,0,0,0,0,0,0,0,0,64,169,5,0,0,0,0,0,
-164,175,5,0,0,0,0,0,212,155,5,0,0,0,0,0,0,0,0,0,
-0,0,0,0,64,169,5,0,0,0,0,0,156,175,5,0,0,0,0,0,
-152,155,5,0,0,0,0,0,0,0,0,0,0,0,0,0,64,169,5,0,
-0,0,0,0,148,175,5,0,0,0,0,0,44,155,5,0,0,0,0,0,
-0,0,0,0,0,0,0,0,64,169,5,0,0,0,0,0,140,175,5,0,
-0,0,0,0,44,154,5,0,0,0,0,0,0,0,0,0,0,0,0,0,
-64,169,5,0,0,0,0,0,132,175,5,0,0,0,0,0,148,153,5,0,
-0,0,0,0,0,0,0,0,0,0,0,0,64,169,5,0,0,0,0,0,
-124,175,5,0,0,0,0,0,104,153,5,0,0,0,0,0,0,0,0,0,
-0,0,0,0,64,169,5,0,0,0,0,0,116,175,5,0,0,0,0,0,
-240,152,5,0,0,0,0,0,0,0,0,0,0,0,0,0,64,169,5,0,
-0,0,0,0,108,175,5,0,0,0,0,0,180,152,5,0,0,0,0,0,
-0,0,0,0,0,0,0,0,64,169,5,0,0,0,0,0,100,175,5,0,
-0,0,0,0,88,152,5,0,0,0,0,0,0,0,0,0,0,0,0,0,
-64,169,5,0,0,0,0,0,92,175,5,0,0,0,0,0,200,151,5,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,170,5,0,0,0,0,0,
-84,168,5,0,0,0,0,0,220,175,5,0,0,0,0,0,0,0,0,0,
-0,0,0,0,64,169,5,0,0,0,0,0,172,173,5,0,0,0,0,0,
-220,175,5,0,0,0,0,0,0,0,0,0,0,0,0,0,172,165,5,0,
-0,0,0,0,204,175,5,0,0,0,0,0,220,175,5,0,0,0,0,0,
-0,0,0,0,0,0,0,0,40,165,5,0,0,0,0,0,236,159,5,0,
-0,0,0,0,220,175,5,0,0,0,0,0,0,0,0,0,132,188,5,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,231,5,0,
-0,0,0,0,216,221,5,0,0,0,0,0,76,29,6,0,0,0,0,0,
-4,29,6,0,0,0,0,0,64,209,5,0,0,0,0,0,172,18,6,0,
-0,0,0,0,60,17,6,0,0,0,0,0,208,15,6,0,0,0,0,0,
-144,203,5,0,0,0,0,0,176,15,6,0,0,0,0,0,232,236,5,0,
-0,0,0,0,208,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,
-180,28,6,0,0,0,0,0,216,221,5,0,0,0,0,0,76,29,6,0,
-0,0,0,0,4,29,6,0,0,0,0,0,64,209,5,0,0,0,0,0,
-36,250,5,0,0,0,0,0,60,17,6,0,0,0,0,0,208,15,6,0,
-0,0,0,0,144,203,5,0,0,0,0,0,176,15,6,0,0,0,0,0,
-232,236,5,0,0,0,0,0,208,4,6,0,0,0,0,0,0,0,0,0,
-0,0,0,0,100,28,6,0,0,0,0,0,216,221,5,0,0,0,0,0,
-76,29,6,0,0,0,0,0,4,29,6,0,0,0,0,0,80,249,5,0,
-0,0,0,0,172,18,6,0,0,0,0,0,60,17,6,0,0,0,0,0,
-208,15,6,0,0,0,0,0,144,203,5,0,0,0,0,0,176,15,6,0,
-0,0,0,0,232,236,5,0,0,0,0,0,208,4,6,0,0,0,0,0,
-0,0,0,0,0,0,0,0,20,28,6,0,0,0,0,0,216,221,5,0,
-0,0,0,0,76,29,6,0,0,0,0,0,4,29,6,0,0,0,0,0,
-64,209,5,0,0,0,0,0,172,18,6,0,0,0,0,0,172,248,5,0,
-0,0,0,0,244,245,5,0,0,0,0,0,144,203,5,0,0,0,0,0,
-176,15,6,0,0,0,0,0,232,236,5,0,0,0,0,0,208,4,6,0,
-0,0,0,0,0,0,0,0,0,0,0,0,196,27,6,0,0,0,0,0,
-216,221,5,0,0,0,0,0,76,29,6,0,0,0,0,0,4,29,6,0,
-0,0,0,0,12,245,5,0,0,0,0,0,172,18,6,0,0,0,0,0,
-148,243,5,0,0,0,0,0,48,242,5,0,0,0,0,0,144,203,5,0,
-0,0,0,0,176,15,6,0,0,0,0,0,144,241,5,0,0,0,0,0,
-208,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,116,27,6,0,
-0,0,0,0,216,221,5,0,0,0,0,0,76,29,6,0,0,0,0,0,
-4,29,6,0,0,0,0,0,168,240,5,0,0,0,0,0,116,240,5,0,
-0,0,0,0,68,240,5,0,0,0,0,0,240,238,5,0,0,0,0,0,
-144,203,5,0,0,0,0,0,176,15,6,0,0,0,0,0,196,237,5,0,
-0,0,0,0,208,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,
-84,232,5,0,0,0,0,0,204,227,5,0,0,0,0,0,168,199,5,0,
-0,0,0,0,96,199,5,0,0,0,0,0,168,212,5,0,0,0,0,0,
-124,208,5,0,0,0,0,0,140,207,5,0,0,0,0,0,140,204,5,0,
-0,0,0,0,48,204,5,0,0,0,0,0,176,15,6,0,0,0,0,0,
-56,202,5,0,0,0,0,0,208,4,6,0,196,246,11,0,128,204,11,0,
-180,204,11,0,144,204,11,0,156,204,11,0,168,204,11,0,116,204,11,0,
-196,204,11,0,0,0,0,0,0,0,0,0,0,0,0,0,48,61,6,0,
-0,0,0,0,164,61,6,0,0,0,0,0,0,0,0,0,0,0,0,0,
-48,60,6,0,0,0,0,0,156,61,6,0,0,0,0,0,28,203,42,0,
-108,87,6,0,0,0,0,0,64,203,42,0,60,113,6,0,255,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,36,212,42,0,148,121,6,0,112,65,0,0,204,217,11,0,
-12,224,9,0,0,0,0,0,112,80,0,0,0,0,0,0,13,0,0,0,
-13,0,0,0,0,0,0,0,0,0,0,0,204,223,9,0,10,0,0,0,
-204,206,42,0,184,216,11,0,100,214,9,0,0,0,0,0,200,141,43,0,
-0,0,0,0,12,0,0,0,12,0,0,0,0,0,0,0,1,0,0,0,
-96,214,9,0,0,0,0,0,212,203,42,0,200,216,11,0,200,225,9,0,
-0,0,0,0,200,61,43,0,0,0,0,0,12,0,0,0,12,0,0,0,
-0,0,0,0,1,0,0,0,196,225,9,0,0,0,0,0,4,205,42,0,
-220,217,11,0,100,222,9,0,0,0,0,0,200,93,43,0,0,0,0,0,
-13,0,0,0,13,0,0,0,0,0,0,0,1,0,0,0,28,222,9,0,
-0,0,0,0,100,207,42,0,216,216,11,0,4,210,9,0,0,0,0,0,
-200,157,43,0,0,0,0,0,12,0,0,0,12,0,0,0,0,0,0,0,
-0,0,0,0,180,209,9,0,2,0,0,0,252,207,42,0,240,217,11,0,
-80,220,9,0,0,0,0,0,200,173,43,0,0,0,0,0,10,0,0,0,
-10,0,0,0,0,0,0,0,1,0,0,0,12,220,9,0,3,0,0,0,
-52,206,42,0,4,218,11,0,104,221,9,0,0,0,0,0,200,125,43,0,
-0,0,0,0,8,0,0,0,8,0,0,0,0,0,0,0,1,0,0,0,
-100,221,9,0,3,0,0,0,156,205,42,0,232,216,11,0,208,220,9,0,
-0,0,0,0,200,109,43,0,0,0,0,0,7,0,0,0,7,0,0,0,
-0,0,0,0,1,0,0,0,204,220,9,0,3,0,0,0,148,208,42,0,
-32,218,11,0,124,202,9,0,0,0,0,0,200,221,43,0,0,0,0,0,
-6,0,0,0,6,0,0,0,0,0,0,0,1,0,0,0,120,202,9,0,
-0,0,0,0,108,204,42,0,52,218,11,0,56,225,9,0,0,0,0,0,
-200,77,43,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,
-1,0,0,0,52,225,9,0,3,0,0,0,44,209,42,0,0,217,11,0,
-112,208,9,0,0,0,0,0,200,237,43,0,0,0,0,0,5,0,0,0,
-5,0,0,0,0,0,0,0,1,0,0,0,52,225,9,0,3,0,0,0,
-196,209,42,0,16,217,11,0,144,207,9,0,0,0,0,0,200,241,43,0,
-0,0,0,0,4,0,0,0,4,0,0,0,0,0,0,0,1,0,0,0,
-52,225,9,0,3,0,0,0,92,210,42,0,72,217,11,0,204,206,9,0,
-0,0,0,0,200,245,43,0,0,0,0,0,9,0,0,0,9,0,0,0,
-0,0,0,0,1,0,0,0,52,225,9,0,3,0,0,0,140,211,42,0,
-64,218,11,0,132,201,9,0,0,0,0,0,200,5,44,0,0,0,0,0,
-12,0,0,0,12,0,0,0,0,0,0,0,1,0,0,0,52,225,9,0,
-0,0,0,0,244,210,42,0,32,217,11,0,16,203,9,0,0,0,0,0,
-200,21,44,0,0,0,0,0,2,0,0,0,2,0,0,0,0,0,0,0,
-1,0,0,0,72,199,9,0,0,0,0,0,0,0,0,0,0,0,0,0,
-192,123,6,0,0,0,0,0,120,35,43,0,140,130,6,0,0,0,0,0,
-56,8,0,0,240,253,2,0,232,3,0,0,67,111,112,121,114,105,103,104,
-116,32,40,99,41,32,49,57,57,54,45,50,48,48,50,32,69,120,112,114,
-101,115,115,32,76,111,103,105,99,32,73,110,99,46,32,42,32,84,104,114,
-101,97,100,88,32,78,69,67,32,86,56,53,48,69,47,71,114,101,101,110,
-32,72,105,108,108,115,32,86,101,114,115,105,111,110,32,71,52,46,48,97,
-46,52,46,48,97,32,42,0,71,45,71,66,45,71,76,45,77,45,68,45,
-68,76,45,75,77,76,45,67,77,82,45,72,77,82,45,77,76,50,45,71,
-90,45,75,72,50,45,67,77,45,82,80,45,84,67,45,78,72,45,84,68,
-45,65,80,45,72,65,45,71,70,45,68,68,45,65,84,45,77,70,45,77,
-83,45,68,87,45,85,83,65,45,67,65,45,83,68,45,83,68,83,85,0,
-0,0,0,0,0,0,0,0,0,0,0,0,204,203,6,0,0,0,0,0,
-176,203,6,0,0,0,0,0,252,203,6,0,0,0,0,0,0,0,0,0,
-0,0,0,0,128,197,6,0,0,0,0,0,96,197,6,0,0,0,0,0,
-16,197,6,0,0,0,0,0,0,0,0,0,0,0,0,0,200,196,6,0,
-0,0,0,0,96,197,6,0,0,0,0,0,172,196,6,0,0,0,0,0,
-0,0,0,0,0,0,0,0,100,196,6,0,0,0,0,0,96,197,6,0,
-0,0,0,0,156,195,6,0,255,255,255,255,0,0,0,0,0,0,0,0,
-8,0,0,0,0,0,0,0,40,70,108,111,97,116,105,110,103,32,112,111,
-105,110,116,32,111,117,116,112,117,116,32,117,110,115,117,112,112,111,114,116,
-101,100,32,119,47,45,110,111,102,108,111,97,116,105,111,32,111,114,32,45,
-102,110,111,110,101,41,0,71,77,84,0,32,32,32,0,0,20,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,1,255,0,0,0,0,0,0,
-0,0,0,0,0,0,0,16,0,0,0,32,76,230,10,0,0,0,1,0,
-0,0,0,0,0,0,0,0,36,3,11,0,0,0,0,0,19,0,0,0,
-115,116,114,105,110,103,32,110,111,116,32,102,111,117,110,100,0,0,0,0,
-82,101,118,32,48,48,48,32,0,0,0,0,71,101,114,111,110,105,49,51,
-51,47,65,112,97,99,104,101,0,0,0,0,0,0,0,0,0,0,0,0,
-67,240,11,0,70,240,11,0,0,0,0,0,16,0,0,0,0,0,5,0,
-9,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,
-0,0,0,0,1,2,0,0,0,0,0,0,1,0,0,0,0,0,0,0,
-126,74,13,125,127,127,0,0,126,73,0,125,127,127,0,0,126,72,1,125,
-0,125,127,127,126,75,13,125,15,125,127,127,126,79,26,0,0,125,127,127,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,242,5,42,1,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,
-0,0,0,0,68,186,11,0,0,188,11,0,96,188,11,0,240,245,11,0,
-240,188,11,0,104,189,11,0,84,186,11,0,100,186,11,0,184,189,11,0,
-124,186,11,0,188,186,11,0,212,186,11,0,208,190,11,0,248,245,11,0,
-0,246,11,0,236,186,11,0,252,186,11,0,212,66,12,0,1,0,0,0,
-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,78,77,73,0,
-212,246,11,0,216,246,11,0,220,246,11,0,0,0,0,0,0,0,0,0,
-56,9,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-240,240,240,240,65,115,115,101,114,116,58,37,100,32,102,114,111,109,32,37,
-115,10,70,105,108,101,58,37,115,32,76,105,110,101,58,37,100,10,0,0,
-37,109,47,37,100,47,37,89,32,37,84,0,83,101,110,100,32,65,69,78,
-32,40,99,111,100,101,44,32,116,105,109,101,41,58,32,48,120,37,120,44,
-32,37,115,10,0,0,0,0,0,0,51,119,97,114,101,85,115,101,114,80,
-97,115,115,119,111,114,100,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-97,111,112,67,111,109,112,105,108,101,114,46,99,112,112,0,97,111,112,67,
-111,109,112,105,108,101,114,46,99,112,112,0,10,42,42,42,42,42,42,42,
-42,42,42,42,42,42,42,0,10,51,119,97,114,101,32,82,65,73,68,32,
-70,105,114,109,119,97,114,101,32,40,65,112,97,99,104,101,41,0,0,0,
-10,83,82,76,32,114,97,110,103,101,32,32,32,32,58,32,48,120,37,48,
-52,88,45,48,120,37,48,52,88,0,0,0,10,66,114,97,110,99,104,47,
-98,117,105,108,100,32,58,32,48,120,37,48,52,88,47,48,120,37,48,52,
-88,0,0,0,10,32,40,67,41,32,50,48,48,49,45,50,48,48,52,32,
-51,119,97,114,101,44,32,73,110,99,0,0,10,32,40,67,41,32,50,48,
-48,52,45,50,48,48,53,32,65,77,67,67,0,0,0,0,10,86,101,114,
-115,105,111,110,32,116,97,103,32,32,58,32,70,69,57,88,32,51,46,48,
-50,46,48,48,46,48,48,52,0,0,0,0,10,67,111,109,112,105,108,101,
-32,116,105,109,101,32,58,32,37,115,32,97,116,32,37,115,0,0,0,0,
-48,57,47,50,56,47,48,53,0,0,0,0,49,54,58,48,50,58,51,52,
-0,0,0,0,10,66,117,105,108,100,32,116,97,114,103,101,116,32,58,32,
-83,84,79,82,77,50,0,0,10,83,116,97,114,116,117,112,32,105,110,102,
-111,32,58,32,48,120,37,48,50,88,37,48,50,88,0,0,97,99,104,105,
-112,46,99,112,112,0,0,0,80,67,73,50,32,69,114,114,111,114,10,0,
-112,99,105,50,83,116,97,116,117,115,32,61,32,37,120,10,0,0,0,0,
-82,101,116,114,121,32,87,114,105,116,101,10,0,0,0,0,83,105,109,117,
-108,97,116,101,32,88,80,79,79,76,32,80,97,114,105,116,121,58,32,48,
-120,37,120,32,120,112,97,61,48,120,37,120,32,118,97,108,61,48,120,37,
-120,10,0,0,97,99,104,105,112,46,99,112,112,0,0,0,87,114,76,111,
-110,103,66,121,116,101,115,61,37,100,10,0,66,70,66,32,80,67,73,32,
-67,109,100,47,83,116,97,116,32,61,32,48,120,37,48,56,120,10,0,0,
-66,70,66,32,80,67,73,45,88,32,83,116,97,116,117,115,32,61,32,48,
-120,48,56,37,120,10,0,0,65,99,104,105,112,32,40,37,120,41,58,32,
-80,67,73,32,77,97,115,116,101,114,32,70,108,117,115,104,32,84,105,109,
-101,111,117,116,32,69,114,114,111,114,10,0,119,114,105,116,105,110,103,32,
-39,49,39,32,116,111,32,116,104,101,32,103,108,111,98,97,108,32,115,111,
-102,116,32,114,101,115,101,116,32,98,105,116,32,105,115,32,102,97,105,108,
-101,100,10,0,119,114,105,116,105,110,103,32,39,48,39,32,116,111,32,116,
-104,101,32,103,108,111,98,97,108,32,115,111,102,116,32,114,101,115,101,116,
-32,98,105,116,32,105,115,32,102,97,105,108,101,100,10,0,77,97,114,118,
-101,108,108,32,56,56,83,88,37,48,52,120,44,32,82,101,118,61,48,120,
-37,120,10,0,32,33,33,33,32,87,114,111,110,103,32,68,101,118,105,99,
-101,32,73,68,61,48,120,37,120,10,0,0,80,67,73,32,67,109,100,47,
-83,116,97,116,32,61,32,37,48,56,120,10,0,0,0,0,82,100,76,111,
-110,103,66,121,116,101,115,61,37,100,10,0,73,110,116,69,114,114,32,61,
-32,48,120,37,120,10,0,0,97,99,104,105,112,46,99,112,112,0,0,0,
-80,67,73,50,32,69,114,114,111,114,32,67,97,117,115,101,61,48,120,37,
-120,10,0,0,80,111,114,116,32,73,110,102,111,32,91,37,48,50,100,93,
-58,32,65,117,116,111,81,77,111,100,101,61,37,48,50,100,32,81,68,101,
-112,116,104,61,37,48,50,100,32,81,77,111,100,101,61,37,115,10,0,0,
-114,101,111,114,100,101,114,84,114,101,101,46,99,112,112,0,97,99,104,105,
-112,46,99,112,112,0,0,0,42,42,32,73,110,118,97,108,105,100,32,112,
-111,114,116,32,99,111,117,110,116,32,115,101,116,116,105,110,103,32,40,37,
-100,41,44,32,117,115,105,110,103,32,104,97,114,100,119,97,114,101,32,99,
-111,117,110,116,32,40,37,100,41,46,32,42,42,10,0,0,10,84,105,109,
-101,111,117,116,32,112,111,114,116,61,37,100,10,0,0,0,66,66,85,32,
-99,111,109,109,32,101,114,114,111,114,32,48,120,37,88,32,119,104,105,108,
-101,32,114,101,97,100,105,110,103,32,112,97,99,107,101,116,32,58,32,37,
-115,10,0,0,66,66,85,32,99,111,109,109,32,101,114,114,111,114,32,48,
-120,37,88,32,119,104,105,108,101,32,114,101,97,100,105,110,103,32,112,97,
-99,107,101,116,32,58,32,37,115,10,0,0,66,66,85,32,99,111,109,109,
-32,101,114,114,111,114,32,48,120,37,88,32,119,104,105,108,101,32,119,114,
-105,116,105,110,103,32,112,97,99,107,101,116,32,58,32,37,115,10,0,0,
-73,68,76,69,32,40,68,105,115,97,98,108,101,100,41,0,80,79,87,69,
-82,95,72,66,65,32,40,80,114,105,109,97,114,121,32,112,111,119,101,114,
-32,102,97,105,108,32,100,101,116,101,99,116,101,100,41,0,80,82,79,84,
-69,67,84,95,83,66,85,70,32,40,82,101,97,100,121,32,102,111,114,32,
-115,101,99,111,110,100,97,114,121,32,112,111,119,101,114,32,102,97,105,108,
-41,0,0,0,80,79,87,69,82,95,83,66,85,70,32,40,82,101,97,100,
-121,32,116,111,32,114,101,99,111,118,101,114,41,0,0,0,80,82,79,84,
-69,67,84,95,72,66,65,32,40,69,110,97,98,108,101,100,41,0,0,0,
-79,68,68,32,83,84,65,84,69,32,40,115,104,111,117,108,100,32,110,111,
-116,32,111,99,99,117,114,41,0,0,0,0,10,32,98,98,117,32,114,101,
-97,100,32,60,35,98,121,116,101,115,62,32,124,32,119,114,105,116,101,32,
-60,35,98,121,116,101,115,62,32,91,60,98,121,116,101,115,62,93,46,46,
-46,10,32,98,98,117,32,101,117,32,124,32,100,117,32,32,32,45,32,69,
-110,97,98,108,101,32,47,32,68,105,115,97,98,108,101,32,85,80,83,32,
-109,111,100,101,10,32,98,98,117,32,112,100,104,32,32,32,32,32,32,32,
-45,32,80,111,119,101,114,32,68,111,119,110,32,116,104,101,32,72,66,65,
-10,32,98,98,117,32,101,117,32,124,32,100,117,32,32,32,45,32,69,110,
-97,98,108,101,32,47,32,68,105,115,97,98,108,101,32,85,80,83,32,109,
-111,100,101,10,32,98,98,117,32,101,105,110,116,114,32,124,32,100,105,110,
-116,114,32,124,32,99,105,110,116,114,32,45,32,101,110,97,98,108,101,32,
-47,32,100,105,115,97,98,108,101,32,47,32,99,108,101,97,114,32,105,110,
-116,101,114,114,117,112,116,10,32,98,98,117,32,115,99,111,109,112,32,32,
-32,32,32,45,32,83,101,116,32,72,66,65,47,66,66,85,32,99,111,109,
-112,97,116,105,98,105,108,105,116,121,32,108,101,118,101,108,10,32,98,98,
-117,32,115,100,102,116,32,32,32,32,32,32,45,32,83,101,116,32,66,66,
-85,32,72,66,65,32,100,101,102,97,117,108,116,32,115,116,97,116,101,10,
-32,98,98,117,32,115,115,121,110,99,32,32,32,32,32,45,32,83,101,116,
-32,66,66,85,32,72,66,65,32,115,121,110,99,32,99,97,99,104,101,32,
-115,116,97,116,101,10,32,98,98,117,32,115,108,115,121,110,99,32,32,32,
-32,45,32,83,101,116,32,66,66,85,32,72,66,65,32,108,97,116,101,32,
-115,121,110,99,32,99,97,99,104,101,32,115,116,97,116,101,10,32,98,98,
-117,32,112,104,108,111,103,103,101,114,32,32,45,32,80,114,105,110,116,32,
-99,111,110,116,101,110,116,32,111,102,32,66,66,85,32,72,66,65,32,108,
-111,103,103,101,114,10,32,98,98,117,32,115,117,110,105,116,110,32,32,32,
-32,45,32,83,97,118,101,32,112,111,119,101,114,32,102,97,105,108,32,117,
-110,105,116,32,110,117,109,98,101,114,115,10,32,98,98,117,32,99,114,101,
-116,97,105,110,117,32,32,45,32,67,108,101,97,110,32,117,112,32,114,101,
-116,97,105,110,101,100,32,99,97,99,104,101,32,100,97,116,97,32,102,111,
-114,32,117,110,105,116,10,32,98,98,117,32,99,114,101,116,97,105,110,97,
-117,32,45,32,67,108,101,97,110,32,117,112,32,114,101,116,97,105,110,101,
-100,32,99,97,99,104,101,32,100,97,116,97,32,102,111,114,32,97,108,108,
-32,117,110,105,116,10,32,98,98,117,32,112,98,98,117,102,108,103,32,32,
-32,45,32,80,114,105,110,116,32,99,117,114,114,101,110,116,32,66,66,85,
-32,72,66,65,32,102,108,97,103,10,32,98,98,117,32,112,102,112,114,101,
-112,97,114,101,32,45,32,68,105,97,103,110,111,115,116,105,99,32,112,114,
-101,112,97,114,101,32,112,111,119,101,114,32,102,97,105,108,32,116,101,115,
-116,10,32,98,98,117,32,112,102,99,104,101,99,107,32,32,32,45,32,68,
-105,97,103,110,111,115,116,105,99,32,99,104,101,99,107,32,112,111,119,101,
-114,32,102,97,105,108,32,116,101,115,116,10,32,98,98,117,32,109,114,32,
-32,32,32,32,32,32,32,45,32,77,101,97,115,117,114,101,32,82,101,102,
-114,101,115,104,32,99,117,114,114,101,110,116,32,40,117,115,101,32,97,102,
-116,101,114,32,80,79,78,41,10,32,98,98,117,32,117,102,32,124,32,117,
-102,110,114,32,45,32,85,112,100,97,116,101,32,40,66,66,85,41,32,70,
-105,114,109,119,97,114,101,32,102,114,111,109,32,65,112,97,99,104,101,32,
-102,108,97,115,104,32,109,101,109,111,114,121,10,32,98,98,117,32,119,102,
-32,60,97,100,100,114,101,115,115,62,32,60,115,105,122,101,62,32,60,115,
-116,114,105,110,103,62,32,45,32,87,114,105,116,101,32,70,108,97,115,104,
-32,119,47,32,99,104,97,114,115,10,32,98,98,117,32,115,112,32,60,115,
-116,97,116,101,62,45,32,115,101,116,32,112,111,114,116,32,112,105,110,115,
-10,32,98,98,117,32,112,102,112,100,108,32,32,32,32,32,45,32,80,111,
-119,101,114,32,102,97,105,108,32,112,111,119,101,114,32,100,111,119,110,32,
-108,101,118,101,108,10,32,98,98,117,32,111,112,115,116,97,116,101,32,32,
-32,45,32,80,114,105,110,116,32,111,117,116,32,99,117,114,114,101,110,116,
-32,66,66,85,32,111,112,101,114,97,116,105,110,103,32,115,116,97,116,101,
-10,32,98,98,117,32,114,101,115,101,116,119,49,118,97,114,115,32,124,32,
-114,101,115,101,116,10,32,98,98,117,32,104,101,108,112,32,32,32,32,32,
-32,45,32,80,114,105,110,116,32,116,104,105,115,32,104,101,108,112,32,116,
-101,120,116,32,102,111,114,32,66,66,85,0,67,111,109,109,97,110,100,32,
-119,105,108,108,32,98,101,32,114,101,116,114,105,101,100,44,32,97,102,116,
-101,114,32,97,32,100,101,108,97,121,46,10,0,0,0,0,66,66,85,32,
-105,110,116,114,32,100,115,98,108,100,46,10,0,0,0,0,66,66,85,32,
-101,114,114,111,114,32,48,120,37,88,32,58,10,37,115,10,0,0,0,0,
-66,66,85,32,115,116,97,116,117,115,32,101,114,114,111,114,99,111,100,101,
-61,48,120,37,88,44,32,114,101,115,112,111,110,115,101,32,112,97,99,107,
-101,116,32,40,48,120,45,45,41,58,10,37,115,10,0,0,85,110,101,120,
-112,101,99,116,101,100,32,112,97,99,107,101,116,32,116,121,112,101,32,0,
-85,110,101,120,112,101,99,116,101,100,32,99,111,109,109,97,110,100,32,114,
-101,115,112,111,110,115,101,10,0,0,0,0,66,66,85,32,115,116,97,116,
-117,115,119,111,114,100,32,61,32,37,115,10,0,0,0,0,48,120,37,48,
-50,46,50,88,0,0,0,0,107,101,114,110,101,108,46,104,112,112,0,0,
-107,101,114,110,101,108,46,104,112,112,0,0,66,66,85,32,114,101,115,101,
-116,32,46,46,46,10,0,0,67,97,112,97,99,105,116,121,32,101,114,114,
-111,114,10,0,78,111,32,66,97,116,116,101,114,121,10,0,66,66,85,32,
-115,116,97,116,101,58,32,37,115,32,40,37,105,41,10,0,67,104,97,114,
-103,101,114,32,68,105,115,97,98,108,101,100,32,0,0,0,67,84,86,58,
-32,76,111,119,10,0,0,0,67,104,97,114,103,101,32,102,97,117,108,116,
-10,0,0,0,76,111,119,32,108,111,97,100,32,101,110,97,98,108,101,100,
-10,0,0,0,66,97,116,116,101,114,121,32,84,101,115,116,32,79,117,116,
-58,32,79,78,10,0,0,0,66,66,85,32,115,116,97,116,117,115,32,61,
-32,37,115,10,0,0,0,0,67,104,97,114,103,101,114,32,69,110,97,98,
-108,101,100,32,0,0,0,0,40,115,116,97,116,50,58,49,32,61,32,37,
-120,41,0,0,45,67,104,97,114,103,105,110,103,10,0,0,67,84,86,58,
-32,72,105,103,104,10,0,0,72,67,32,116,101,115,116,32,105,110,32,112,
-114,111,103,114,101,115,115,10,0,0,0,0,76,67,32,116,101,115,116,32,
-105,110,32,112,114,111,103,114,101,115,115,10,0,0,0,0,72,105,103,104,
-32,108,111,97,100,32,101,110,97,98,108,101,100,10,0,0,84,101,109,112,
-101,114,97,116,117,114,101,32,101,114,114,111,114,10,0,0,86,111,108,116,
-97,103,101,32,101,114,114,111,114,10,0,0,85,80,83,32,82,101,97,100,
-121,10,0,0,66,97,116,116,101,114,121,32,84,101,115,116,32,79,117,116,
-58,32,79,70,70,10,0,0,66,66,85,32,78,111,116,32,80,114,101,115,
-101,110,116,10,0,0,0,0,66,66,85,32,115,116,97,116,101,58,32,110,
-111,116,32,97,118,97,105,108,97,98,108,101,46,10,0,0,107,101,114,110,
-101,108,46,104,112,112,0,0,66,66,85,32,105,115,32,110,111,116,32,105,
-110,32,98,111,111,116,108,111,97,100,101,114,32,111,114,32,83,48,32,99,
-111,100,101,58,32,112,97,99,107,101,116,32,116,121,112,101,32,61,32,0,
-107,101,114,110,101,108,46,104,112,112,0,0,67,111,109,112,97,116,105,98,
-105,108,105,116,121,32,108,101,118,101,108,58,32,72,66,65,32,101,120,112,
-101,99,116,115,32,37,115,44,32,66,66,85,32,114,101,116,117,114,110,101,
-100,32,0,0,83,48,66,32,40,48,120,56,49,41,0,0,48,120,37,48,
-50,46,50,88,0,0,0,0,72,66,65,32,105,115,32,99,111,109,112,97,
-116,105,98,108,101,32,119,105,116,104,32,66,66,85,32,83,48,32,102,105,
-114,109,119,97,114,101,46,10,0,0,0,0,72,66,65,32,105,115,32,110,
-111,116,32,99,111,109,112,97,116,105,98,108,101,32,119,105,116,104,32,66,
-66,85,32,83,48,32,102,105,114,109,119,97,114,101,46,10,0,0,0,0,
-107,101,114,110,101,108,46,104,112,112,0,0,107,101,114,110,101,108,46,104,
-112,112,0,0,107,101,114,110,101,108,46,104,112,112,0,0,107,101,114,110,
-101,108,46,104,112,112,0,0,100,97,116,97,32,114,101,99,101,105,118,101,
-100,58,10,0,114,101,115,101,116,119,49,118,97,114,115,0,32,32,32,32,
-32,32,32,32,32,98,117,102,32,61,32,48,120,58,32,0,10,32,32,32,
-32,32,32,32,32,32,32,32,32,91,50,48,93,58,32,0,76,101,118,101,
-108,32,110,117,109,98,101,114,32,101,110,116,101,114,101,100,32,61,32,37,
-100,46,10,0,73,110,118,97,108,105,100,32,108,101,118,101,108,32,110,117,
-109,98,101,114,32,101,110,116,101,114,101,100,32,45,32,111,110,108,121,32,
-115,117,112,112,111,114,116,32,108,101,118,101,108,32,48,32,97,110,100,32,
-49,46,10,0,66,66,85,32,72,66,65,32,102,108,97,103,61,48,120,37,
-88,46,10,0,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,
-16,17,18,19,10,32,32,32,32,32,32,32,32,32,32,32,32,32,91,37,
-50,105,93,58,32,0,0,0,10,32,98,111,116,116,111,109,32,114,111,119,
-32,32,32,32,32,32,58,32,32,0,0,0,112,102,112,114,101,112,97,114,
-101,0,0,0,80,114,101,112,97,114,97,116,105,111,110,32,111,102,32,100,
-105,97,103,110,111,115,116,105,99,32,112,111,119,101,114,32,102,97,105,108,
-32,116,101,115,116,46,46,46,10,0,0,0,99,114,101,116,97,105,110,97,
-117,0,0,0,32,98,98,117,32,60,32,99,111,109,109,97,110,100,115,32,
-47,32,111,112,116,105,111,110,115,32,62,37,115,0,0,0,99,97,110,110,
-111,116,32,97,108,108,111,99,97,116,101,32,39,37,115,39,32,40,37,105,
-41,32,98,121,116,101,115,32,102,111,114,32,99,109,100,10,0,0,0,0,
-82,101,115,101,116,32,87,114,105,116,101,32,79,110,99,101,32,66,66,85,
-32,112,97,114,97,109,101,116,101,114,115,10,0,0,0,0,10,32,32,32,
-32,116,111,112,32,114,111,119,32,65,83,67,73,73,58,32,0,0,0,0,
-99,111,109,109,97,110,100,32,98,117,102,32,61,32,48,120,58,32,0,0,
-67,117,114,114,101,110,116,32,108,101,118,101,108,32,110,117,109,98,101,114,
-32,61,32,37,100,10,0,0,67,104,101,99,107,105,110,103,32,111,102,32,
-100,105,97,103,110,111,115,116,105,99,32,112,111,119,101,114,32,102,97,105,
-108,32,116,101,115,116,46,46,46,10,0,0,99,114,101,116,97,105,110,117,
-0,0,0,0,112,104,108,111,103,103,101,114,0,0,0,0,85,110,107,110,
-111,119,110,32,98,98,117,32,99,111,109,109,97,110,100,44,32,116,114,121,
-32,98,98,117,32,104,101,108,112,10,0,0,10,101,114,114,111,114,32,48,
-120,37,88,32,101,110,99,111,117,110,116,101,114,101,100,58,10,37,115,10,
-0,0,0,0,66,66,85,32,115,116,97,116,117,115,32,61,32,37,115,46,
-10,0,0,0,66,66,85,32,115,116,97,116,101,58,32,37,115,32,40,37,
-105,41,46,10,0,0,0,0,66,66,85,32,115,116,97,116,101,58,32,110,
-111,116,32,97,118,97,105,108,97,98,108,101,46,10,0,0,107,101,114,110,
-101,108,46,104,112,112,0,0,107,101,114,110,101,108,46,104,112,112,0,0,
-107,101,114,110,101,108,46,104,112,112,0,0,107,101,114,110,101,108,46,104,
-112,112,0,0,107,101,114,110,101,108,46,104,112,112,0,0,107,101,114,110,
-101,108,46,104,112,112,0,0,107,101,114,110,101,108,46,104,112,112,0,0,
-107,101,114,110,101,108,46,104,112,112,0,0,107,101,114,110,101,108,46,104,
-112,112,0,0,65,98,111,114,116,32,105,110,45,112,114,111,103,114,101,115,
-115,32,66,66,85,32,102,108,97,115,104,32,117,112,103,114,97,100,101,46,
-46,46,10,0,66,66,85,32,110,111,116,32,102,111,117,110,100,46,10,0,
-66,66,85,32,102,111,117,110,100,46,10,0,84,105,109,101,111,117,116,32,
-111,110,32,73,78,84,95,80,79,87,69,82,95,70,65,73,76,44,32,105,
-116,32,105,115,32,115,116,105,108,108,32,97,115,115,101,114,116,101,100,46,
-10,0,0,0,68,101,116,101,99,116,105,110,103,32,66,66,85,32,46,46,
-46,10,0,0,66,66,85,32,105,115,32,110,111,116,32,105,110,32,83,49,
-32,99,111,100,101,58,32,112,97,99,107,101,116,32,116,121,112,101,32,61,
-32,0,0,0,66,66,85,32,83,49,32,102,105,114,109,119,97,114,101,32,
-105,115,32,110,111,116,32,99,111,109,112,97,116,105,98,108,101,32,119,105,
-116,104,32,72,66,65,46,10,0,0,0,0,67,111,109,112,97,116,105,98,
-105,108,105,116,121,32,108,101,118,101,108,58,32,72,66,65,32,101,120,112,
-101,99,116,115,32,37,115,44,32,66,66,85,32,114,101,116,117,114,110,101,
-100,32,0,0,83,49,66,32,40,48,120,56,57,41,0,0,48,120,37,48,
-50,46,50,88,0,0,0,0,85,112,103,114,97,100,105,110,103,32,66,66,
-85,32,102,105,114,109,119,97,114,101,32,116,111,32,37,115,46,46,46,10,
-0,0,0,0,66,66,85,32,102,105,114,109,119,97,114,101,32,102,108,97,
-115,104,32,102,105,108,101,32,110,111,116,32,102,111,117,110,100,44,32,99,
-97,110,110,111,116,32,117,112,103,114,97,100,101,32,66,66,85,46,10,0,
-66,66,85,32,102,105,114,109,119,97,114,101,32,118,101,114,58,32,37,115,
-10,0,0,0,66,66,85,32,102,105,114,109,119,97,114,101,32,118,101,114,
-115,105,111,110,32,110,111,116,32,102,111,117,110,100,32,105,110,32,102,108,
-97,115,104,32,102,105,108,101,46,10,0,0,66,66,85,32,102,105,114,109,
-119,97,114,101,32,118,101,114,32,110,111,116,32,102,111,117,110,100,46,10,
-0,0,0,0,85,112,103,114,97,100,105,110,103,32,66,66,85,32,102,105,
-114,109,119,97,114,101,32,116,111,32,37,115,32,118,105,97,32,111,116,104,
-101,114,46,46,46,10,0,0,85,112,103,114,97,100,105,110,103,32,66,66,
-85,32,102,105,114,109,119,97,114,101,32,116,111,32,37,115,32,118,105,97,
-32,115,101,114,105,97,108,32,112,111,114,116,46,46,46,10,0,0,0,0,
-66,66,85,32,114,101,116,117,114,110,101,100,32,112,97,99,107,101,116,32,
-116,121,112,101,32,61,32,0,72,66,65,32,105,115,32,110,111,116,32,99,
-111,109,112,97,116,105,98,108,101,32,119,105,116,104,32,66,66,85,32,83,
-48,32,102,105,114,109,119,97,114,101,46,10,0,0,0,0,48,120,37,48,
-50,46,50,88,0,0,0,0,67,111,109,112,97,116,105,98,105,108,105,116,
-121,32,108,101,118,101,108,58,32,72,66,65,32,101,120,112,101,99,116,115,
-32,37,115,44,32,66,66,85,32,114,101,116,117,114,110,101,100,32,0,0,
-83,49,66,32,40,48,120,56,57,41,0,0,73,110,118,97,108,105,100,32,
-114,101,115,112,111,110,115,101,32,99,111,100,101,58,32,110,111,116,32,83,
-48,44,32,83,49,44,32,111,114,32,66,69,86,32,99,111,100,101,46,10,
-0,0,0,0,72,66,65,32,105,115,32,99,111,109,112,97,116,105,98,108,
-101,32,119,105,116,104,32,66,66,85,46,10,0,0,0,0,72,66,65,32,
-105,115,32,110,111,116,32,99,111,109,112,97,116,105,98,108,101,32,119,105,
-116,104,32,66,66,85,58,32,101,114,114,111,114,61,48,120,37,88,46,10,
-0,0,0,0,72,66,65,32,105,115,32,110,111,116,32,99,111,109,112,97,
-116,105,98,108,101,32,119,105,116,104,32,66,66,85,32,83,49,32,102,105,
-114,109,119,97,114,101,44,32,102,111,114,99,105,110,103,32,66,66,85,32,
-102,105,114,109,119,97,114,101,32,117,112,103,114,97,100,101,46,46,46,10,
-0,0,0,0,85,80,83,32,105,115,32,100,105,115,97,98,108,101,100,46,
-10,0,0,0,68,105,115,97,98,108,101,32,85,80,83,32,99,111,109,109,
-97,110,100,32,102,97,105,108,101,100,44,32,101,114,114,111,114,61,48,120,
-37,88,46,10,0,0,0,0,69,110,99,111,117,110,116,101,114,32,101,114,
-114,111,114,32,105,110,32,103,101,116,116,105,110,103,32,97,32,112,97,99,
-107,101,116,46,46,46,10,0,70,111,114,99,101,32,72,66,65,32,110,111,
-116,32,99,111,109,112,97,116,105,98,108,101,32,119,105,116,104,32,66,66,
-85,44,32,101,114,114,111,114,61,48,120,37,88,46,10,0,114,101,115,101,
-116,84,121,112,101,32,61,32,35,100,10,0,79,116,104,101,114,32,114,101,
-115,101,116,44,32,66,66,85,32,97,110,100,32,72,66,65,32,97,114,101,
-32,110,111,116,32,105,110,32,99,111,114,114,101,99,116,32,115,116,97,116,
-101,46,10,0,85,80,83,32,112,114,111,116,101,99,116,105,111,110,32,105,
-115,32,101,110,97,98,108,101,100,46,10,0,78,111,116,32,105,110,32,115,
-121,110,99,32,99,97,99,104,101,32,115,116,97,116,101,46,10,0,0,0,
-73,110,32,115,121,110,99,32,99,97,99,104,101,32,115,116,97,116,101,46,
-10,0,0,0,73,110,105,116,105,97,108,105,122,105,110,103,32,66,66,85,
-46,46,46,10,0,0,0,0,78,111,116,32,83,49,32,105,100,101,110,116,
-32,111,114,32,101,118,101,110,116,32,112,97,99,107,101,116,44,32,101,114,
-114,111,114,61,48,120,37,88,46,10,0,0,83,111,102,116,32,114,101,115,
-101,116,44,32,66,66,85,32,97,110,100,32,72,66,65,32,97,114,101,32,
-110,111,116,32,105,110,32,99,111,114,114,101,99,116,32,115,116,97,116,101,
-46,10,0,0,98,98,117,77,103,114,46,99,112,112,0,0,80,111,119,101,
-114,32,111,110,32,114,101,115,101,116,44,32,66,66,85,32,97,110,100,32,
-72,66,65,32,97,114,101,32,110,111,116,32,105,110,32,99,111,114,114,101,
-99,116,32,115,116,97,116,101,46,10,0,0,70,111,114,99,105,110,103,32,
-72,66,65,47,66,66,85,32,102,105,114,109,119,97,114,101,32,99,111,109,
-112,97,116,105,98,105,108,105,116,121,32,108,101,118,101,108,32,99,104,101,
-99,107,46,46,46,10,0,0,85,80,83,32,112,114,111,116,101,99,116,105,
-111,110,32,105,115,32,100,105,115,97,98,108,101,100,46,10,0,0,0,0,
-117,110,105,116,61,37,100,44,32,66,66,85,32,100,105,115,97,98,108,101,
-100,0,0,0,60,37,100,32,104,111,117,114,115,0,0,0,60,37,100,32,
-104,111,117,114,115,0,0,0,37,100,32,104,111,117,114,115,0,0,0,0,
-69,110,97,98,108,101,32,85,80,83,32,99,111,109,109,97,110,100,32,102,
-97,105,108,101,100,44,32,101,114,114,111,114,61,48,120,37,88,46,10,0,
-85,80,83,32,105,115,32,101,110,97,98,108,101,100,46,10,0,0,0,0,
-66,66,85,32,69,114,114,111,114,72,97,110,100,108,101,114,32,45,32,67,
-111,109,97,109,110,100,32,114,101,115,112,111,110,115,101,32,111,114,32,101,
-118,101,110,116,32,112,97,99,107,101,116,46,10,0,0,0,66,66,85,32,
-69,114,114,111,114,72,97,110,100,108,101,114,32,45,32,83,48,32,73,68,
-69,78,84,32,112,97,99,107,101,116,46,10,0,0,0,0,66,66,85,32,
-112,97,99,107,101,116,116,121,112,101,32,0,80,114,99,115,32,65,116,116,
-32,105,110,116,114,32,100,115,98,108,100,46,10,0,0,0,44,32,115,116,
-97,116,117,115,119,111,114,100,32,0,0,0,48,120,37,48,50,46,50,88,
-0,0,0,0,10,69,114,114,111,114,32,83,97,118,105,110,103,32,77,101,
-116,97,100,97,116,97,32,48,120,37,120,10,0,0,0,0,82,101,115,116,
-111,114,105,110,103,32,99,97,99,104,101,32,109,101,116,97,100,97,116,97,
-46,46,46,10,0,0,0,0,77,101,97,115,117,114,105,110,103,32,83,66,
-85,70,32,115,101,108,102,32,114,101,102,114,101,115,104,32,99,117,114,114,
-101,110,116,46,46,46,10,0,82,101,112,108,97,121,32,100,111,110,101,44,
-32,68,61,48,120,37,120,44,32,80,61,48,120,37,120,10,0,0,0,0,
-73,110,99,111,109,112,108,101,116,101,32,112,111,119,101,114,32,108,111,115,
-115,44,32,119,97,105,116,105,110,103,32,102,111,114,32,104,111,115,116,32,
-114,101,115,101,116,46,46,46,10,0,0,0,10,62,62,80,79,70,70,10,
-0,0,0,0,98,98,117,83,116,97,116,101,76,111,103,103,101,114,46,99,
-112,112,0,0,67,108,101,97,110,32,109,101,116,97,100,97,116,97,32,117,
-110,105,116,61,37,100,10,0,85,110,105,116,32,37,100,32,114,101,116,97,
-105,110,101,100,32,100,97,116,97,61,37,100,10,0,0,0,80,111,119,101,
-114,32,102,97,105,108,32,117,110,105,116,32,98,105,116,109,97,112,61,48,
-120,37,88,46,10,0,0,0,67,97,99,104,101,32,115,121,110,99,32,114,
-101,116,114,121,32,99,111,117,110,116,61,48,120,37,88,46,10,0,0,0,
-72,66,65,32,66,66,85,32,115,116,97,116,101,61,48,120,37,88,46,10,
-0,0,0,0,78,111,116,32,80,114,101,115,101,110,116,0,78,111,32,66,
-97,116,116,101,114,121,0,0,67,104,97,114,103,105,110,103,0,0,0,0,
-87,101,97,107,32,66,97,116,116,101,114,121,0,0,0,0,70,97,105,108,
-101,100,32,66,97,116,116,101,114,121,0,0,68,105,115,97,98,108,101,100,
-0,0,0,0,224,41,1,0,3,1,0,0,20,41,1,0,4,1,0,0,
-168,40,1,0,8,1,0,0,16,40,1,0,11,1,0,0,152,39,1,0,
-12,1,0,0,20,39,1,0,13,1,0,0,252,38,1,0,14,1,0,0,
-232,38,1,0,15,1,0,0,132,39,1,0,19,1,0,0,112,39,1,0,
-24,1,0,0,148,38,1,0,25,1,0,0,64,38,1,0,26,1,0,0,
-40,38,1,0,30,1,0,0,98,105,111,115,46,99,112,112,0,0,0,0,
-69,114,114,111,114,32,108,111,97,100,105,110,103,32,66,73,79,83,58,32,
-48,120,37,48,52,120,44,32,37,115,10,0,10,83,98,117,102,32,102,97,
-105,108,117,114,101,32,100,101,116,101,99,116,101,100,46,32,66,73,79,83,
-32,108,111,97,100,105,110,103,32,115,107,105,112,112,101,100,10,0,0,0,
-66,73,79,83,32,105,109,97,103,101,32,110,111,116,32,102,111,117,110,100,
-10,0,0,0,66,73,79,83,32,110,111,116,32,108,111,97,100,101,100,32,
-98,101,99,97,117,115,101,32,105,110,115,117,102,102,105,99,105,101,110,116,
-32,109,101,109,111,114,121,39,0,0,0,0,66,73,79,83,32,70,108,97,
-115,104,32,102,105,108,101,32,114,101,97,100,32,101,114,114,111,114,0,0,
-66,73,79,83,32,97,108,114,101,97,100,121,32,108,111,97,100,101,100,58,
-32,37,115,10,0,0,0,0,66,73,79,83,32,105,109,97,103,101,32,108,
-111,97,100,101,100,58,32,37,115,10,0,0,98,117,102,102,101,114,77,103,
-114,46,99,112,112,0,0,0,98,117,102,102,101,114,77,103,114,46,99,112,
-112,0,0,0,68,97,116,97,32,99,97,99,104,101,32,61,32,0,0,0,
-80,97,114,105,116,121,32,98,117,102,102,101,114,32,61,32,0,0,0,0,
-98,117,102,102,101,114,77,103,114,46,99,112,112,0,0,0,83,109,97,108,
-108,68,97,116,97,66,108,111,99,107,80,111,111,108,0,0,83,109,97,108,
-108,80,97,114,105,116,121,66,108,111,99,107,80,111,111,108,0,0,0,0,
-76,97,114,103,101,68,97,116,97,66,108,111,99,107,80,111,111,108,0,0,
-76,97,114,103,101,80,97,114,105,116,121,66,108,111,99,107,80,111,111,108,
-0,0,0,0,32,32,32,84,121,112,101,58,32,37,115,10,44,0,0,0,
-77,83,101,103,32,64,32,48,120,37,48,56,120,10,0,0,65,100,100,114,
-101,115,115,58,32,48,120,37,48,56,120,10,0,0,0,0,32,76,101,110,
-103,116,104,58,32,48,120,37,48,56,120,10,0,0,0,0,32,32,32,85,
-115,101,100,58,32,48,120,37,48,56,120,10,0,0,0,0,77,83,101,103,
-32,65,100,100,114,101,115,115,32,69,114,114,111,114,10,0,77,83,101,103,
-32,83,105,122,101,32,69,114,114,111,114,10,0,0,0,0,77,83,101,103,
-32,84,121,112,101,32,69,114,114,111,114,10,0,0,0,0,77,83,101,103,
-32,65,108,108,111,99,97,116,105,111,110,32,69,114,114,111,114,10,0,0,
-66,117,102,102,101,114,32,115,105,122,101,32,61,32,0,0,98,117,102,102,
-101,114,77,103,114,46,99,112,112,0,0,0,3,0,0,0,2,0,0,0,
-40,254,10,0,56,254,10,0,40,254,10,0,0,0,0,0,0,0,0,0,
-3,0,0,0,1,0,0,0,56,254,10,0,40,254,10,0,56,254,10,0,
-0,0,0,0,0,0,0,0,3,0,0,0,1,0,0,0,56,254,10,0,
-40,254,10,0,56,254,10,0,0,0,0,0,0,0,0,0,5,0,0,0,
-1,0,0,0,48,254,10,0,40,254,10,0,64,254,10,0,56,254,10,0,
-64,254,10,0,3,0,0,0,1,0,0,0,64,254,10,0,56,254,10,0,
-64,254,10,0,0,0,0,0,0,0,0,0,3,0,0,0,1,0,0,0,
-64,254,10,0,56,254,10,0,64,254,10,0,0,0,0,0,0,0,0,0,
-132,70,0,0,16,0,0,0,228,70,0,0,16,0,0,0,180,70,0,0,
-128,0,0,0,20,71,0,0,128,0,0,0,80,101,114,102,111,114,109,105,
-110,103,32,83,66,85,70,32,116,101,115,116,46,46,46,10,0,0,0,0,
-83,101,109,90,101,114,111,77,83,101,103,115,0,0,0,0,107,101,114,110,
-101,108,46,104,112,112,0,0,99,97,99,104,101,77,103,114,46,99,112,112,
-0,0,0,0,99,97,99,104,101,77,103,114,46,99,112,112,0,0,0,0,
-99,97,99,104,101,77,103,114,46,99,112,112,0,0,0,0,99,97,99,104,
-101,77,103,114,46,99,112,112,0,0,0,0,99,97,99,104,101,77,103,114,
-46,104,112,112,0,0,0,0,99,97,99,104,101,77,103,114,46,99,112,112,
-0,0,0,0,99,97,99,104,101,77,103,114,46,99,112,112,0,0,0,0,
-69,114,114,111,114,32,100,117,114,105,110,103,32,114,101,112,108,97,121,44,
-32,97,98,111,114,116,105,110,103,10,0,0,82,101,112,108,97,121,101,100,
-32,37,100,32,119,114,105,116,101,115,10,0,82,101,112,108,97,121,32,37,
-100,32,119,114,105,116,101,115,32,115,116,97,114,116,105,110,103,32,97,116,
-32,37,100,10,0,0,0,0,99,97,99,104,101,77,103,114,46,99,112,112,
-0,0,0,0,73,103,110,111,114,101,70,117,97,61,37,117,44,32,87,114,
-105,116,101,74,111,117,114,110,97,108,105,110,103,61,37,117,44,32,68,105,
-115,97,98,108,101,67,97,99,104,101,79,110,68,101,103,114,97,100,101,61,
-37,117,10,0,87,67,69,61,37,117,32,45,32,0,0,0,40,70,111,114,
-99,101,68,114,105,118,101,67,97,99,104,101,79,110,61,37,117,41,32,45,
-32,0,0,0,67,97,99,104,101,32,83,101,116,116,105,110,103,115,58,32,
-0,0,0,0,79,118,101,114,114,105,100,101,32,99,97,99,104,101,32,101,
-110,97,98,108,101,59,32,0,102,108,117,115,104,32,100,97,116,97,10,0,
-114,101,112,108,97,121,32,102,108,117,115,104,10,0,0,0,68,105,115,97,
-98,108,101,32,119,114,105,116,101,32,99,97,99,104,101,59,32,0,0,0,
-82,67,68,95,32,61,32,48,10,0,0,0,99,97,99,104,101,77,103,114,
-46,99,112,112,0,0,0,0,70,85,65,32,119,114,105,116,101,32,114,101,
-112,108,97,121,59,32,0,0,69,110,97,98,108,101,32,119,114,105,116,101,
-32,99,97,99,104,101,59,32,0,0,0,0,110,111,116,32,100,105,114,116,
-121,10,0,0,114,101,116,97,105,110,32,100,97,116,97,10,0,0,0,0,
-85,110,105,116,32,111,102,102,108,105,110,101,59,32,0,0,114,101,116,97,
-105,110,32,70,85,65,32,119,114,105,116,101,32,100,97,116,97,10,0,0,
-110,111,32,70,85,65,32,119,114,105,116,101,115,10,0,0,99,97,99,104,
-101,77,103,114,46,99,112,112,0,0,0,0,99,97,99,104,101,77,103,114,
-46,99,112,112,0,0,0,0,99,97,99,104,101,77,103,114,46,99,112,112,
-0,0,0,0,99,97,99,104,101,77,103,114,46,99,112,112,0,0,0,0,
-82,67,68,32,105,115,32,100,105,115,97,98,108,101,100,33,33,33,10,0,
-99,97,99,104,101,77,103,114,46,99,112,112,0,0,0,0,99,97,99,104,
-101,66,105,110,77,103,114,46,99,112,112,0,99,97,99,104,101,66,105,110,
-77,103,114,46,99,112,112,0,100,111,117,98,108,101,76,105,115,116,46,99,
-112,112,0,0,100,111,117,98,108,101,76,105,115,116,46,99,112,112,0,0,
-100,111,117,98,108,101,76,105,115,116,46,99,112,112,0,0,100,111,117,98,
-108,101,76,105,115,116,46,99,112,112,0,0,100,111,117,98,108,101,76,105,
-115,116,46,99,112,112,0,0,100,111,117,98,108,101,76,105,115,116,46,99,
-112,112,0,0,99,97,99,104,101,66,105,110,77,103,114,46,99,112,112,0,
-100,111,117,98,108,101,76,105,115,116,46,99,112,112,0,0,99,97,99,104,
-101,66,105,110,77,103,114,46,99,112,112,0,99,97,99,104,101,66,105,110,
-77,103,114,46,99,112,112,0,99,97,99,104,101,66,105,110,77,103,114,46,
-99,112,112,0,99,97,99,104,101,66,105,110,77,103,114,46,99,112,112,0,
-99,97,99,104,101,66,105,110,77,103,114,46,99,112,112,0,99,97,99,104,
-101,66,105,110,77,103,114,46,99,112,112,0,99,97,99,104,101,66,105,110,
-77,103,114,46,99,112,112,0,99,97,99,104,101,66,105,110,77,103,114,46,
-99,112,112,0,99,97,99,104,101,66,105,110,77,103,114,46,99,112,112,0,
-99,97,99,104,101,66,105,110,77,103,114,46,99,112,112,0,99,97,99,104,
-101,66,105,110,77,103,114,46,99,112,112,0,78,117,109,98,101,114,32,111,
-102,32,98,105,110,115,32,61,32,37,100,32,103,114,101,97,116,101,114,32,
-116,104,97,110,32,49,32,105,115,32,110,111,116,32,115,117,112,112,111,114,
-116,101,100,32,45,32,97,115,115,101,114,116,32,102,111,114,32,110,111,119,
-46,0,0,0,100,111,117,98,108,101,76,105,115,116,46,99,112,112,0,0,
-100,111,117,98,108,101,76,105,115,116,46,99,112,112,0,0,100,111,117,98,
-108,101,76,105,115,116,46,99,112,112,0,0,99,97,99,104,101,83,101,103,
-77,103,114,46,99,112,112,0,99,97,99,104,101,83,101,103,77,103,114,46,
-99,112,112,0,99,97,99,104,101,83,101,103,77,103,114,46,99,112,112,0,
-99,97,99,104,101,83,101,103,77,103,114,46,99,112,112,0,51,87,97,114,
-101,67,77,101,116,97,68,97,116,97,0,0,99,97,99,104,101,77,101,116,
-97,100,97,116,97,77,103,114,46,99,112,112,0,0,0,0,101,114,114,111,
-114,61,48,120,37,88,0,0,99,97,99,104,101,77,101,116,97,100,97,116,
-97,77,103,114,46,99,112,112,0,0,0,0,99,97,99,104,101,77,101,116,
-97,100,97,116,97,77,103,114,46,99,112,112,0,0,0,0,99,109,100,69,
-120,101,99,46,99,112,112,0,97,100,100,114,101,115,115,61,48,120,37,76,
-88,44,32,108,101,110,103,116,104,61,48,120,37,88,44,32,99,109,100,61,
-37,99,0,0,107,101,114,110,101,108,46,104,112,112,0,0,69,114,114,111,
-114,32,48,120,37,88,32,102,101,116,99,104,105,110,103,32,99,111,109,109,
-97,110,100,32,97,116,32,48,120,37,76,88,10,0,0,0,83,101,116,116,
-105,110,103,32,117,67,32,101,114,114,111,114,32,105,110,32,115,116,97,116,
-117,115,32,114,101,103,105,115,116,101,114,10,0,0,0,0,99,109,100,69,
-120,101,99,46,99,112,112,0,107,101,114,110,101,108,46,104,112,112,0,0,
-99,109,100,84,97,115,107,46,99,112,112,0,77,117,116,67,111,109,109,97,
-110,100,76,111,99,107,0,0,98,97,100,32,97,108,108,111,99,97,116,105,
-111,110,0,0,118,101,99,116,111,114,60,84,62,32,116,111,111,32,108,111,
-110,103,0,0,118,101,99,116,111,114,60,84,62,32,116,111,111,32,108,111,
-110,103,0,0,66,111,111,116,32,82,111,109,32,118,101,114,115,105,111,110,
-58,32,37,115,10,0,0,0,112,114,101,112,97,114,97,116,105,111,110,59,
-32,0,0,0,113,117,105,99,107,32,116,101,115,116,32,100,105,115,97,98,
-108,101,100,59,32,0,0,0,113,117,105,99,107,32,116,101,115,116,59,32,
-0,0,0,0,99,108,101,97,110,45,117,112,59,32,0,0,117,100,109,97,
-32,117,112,103,114,97,100,101,32,100,105,115,97,98,108,101,100,59,32,0,
-117,100,109,97,32,117,112,103,114,97,100,101,32,102,97,105,108,101,100,59,
-32,0,0,0,83,77,65,82,84,32,111,112,99,111,100,101,32,102,97,105,
-108,101,100,59,32,0,0,0,110,111,32,100,114,105,118,101,32,112,114,101,
-115,101,110,116,46,10,0,0,109,111,100,101,61,37,100,44,32,112,111,114,
-116,61,37,100,0,0,0,0,83,77,65,82,84,32,99,104,101,99,107,32,
-112,97,115,115,101,100,59,32,0,0,0,0,83,77,65,82,84,32,99,104,
-101,99,107,32,100,105,115,97,98,108,101,100,59,32,0,0,83,77,65,82,
-84,32,99,104,101,99,107,32,98,121,112,97,115,115,101,100,58,32,100,114,
-105,118,101,32,105,110,32,115,116,97,110,100,98,121,32,111,114,32,97,118,
-77,111,100,101,32,115,101,116,59,32,0,0,70,87,32,82,117,110,32,84,
-105,109,101,32,61,32,37,115,10,0,0,0,83,111,102,116,32,82,101,115,
-101,116,115,32,61,32,37,100,10,0,0,0,65,99,116,105,118,101,32,73,
-80,82,115,32,61,32,37,100,10,0,0,0,76,111,99,107,101,100,32,73,
-80,82,115,32,61,32,37,100,10,0,0,0,65,99,116,105,118,101,32,65,
-79,80,115,32,61,32,37,100,10,0,0,0,65,99,116,105,118,101,32,68,
-79,80,115,32,61,32,37,100,10,0,0,0,65,99,116,105,118,101,32,67,
-109,100,115,32,61,32,37,100,10,0,0,0,68,97,116,97,32,66,108,111,
-99,107,115,32,61,32,37,100,10,0,0,0,80,97,114,105,116,121,32,66,
-108,107,115,32,61,32,37,100,10,0,0,0,83,66,117,102,32,115,116,101,
-112,32,35,37,100,58,32,0,83,69,76,70,32,84,69,83,84,58,32,0,
-97,108,108,32,116,101,115,116,115,32,99,111,109,112,108,101,116,101,100,46,
-10,0,0,0,112,111,114,116,32,35,37,100,58,32,0,0,80,67,66,32,
-114,101,118,105,115,105,111,110,58,32,37,115,10,0,0,0,83,68,82,65,
-77,48,95,84,82,61,37,120,10,0,0,0,64,32,50,48,48,32,77,72,
-122,10,0,0,64,32,50,54,54,32,77,72,122,10,0,0,99,112,117,52,
-48,53,46,99,112,112,0,0,10,80,80,67,52,48,53,67,82,32,37,115,
-0,0,0,0,80,76,76,32,77,111,100,101,61,37,120,10,0,0,0,0,
-42,42,32,67,97,110,110,111,116,32,99,114,101,97,116,101,32,68,97,116,
-97,67,104,110,108,32,102,111,114,32,99,111,110,102,105,103,32,48,120,37,
-88,10,0,0,42,42,32,67,97,110,110,111,116,32,99,111,110,115,116,114,
-117,99,116,32,68,97,116,97,67,104,110,108,32,119,105,116,104,32,37,105,
-32,115,117,98,45,99,104,97,110,110,101,108,115,10,0,0,32,82,101,99,
-111,118,101,114,121,32,32,0,32,67,111,110,102,105,103,32,63,63,63,0,
-32,78,111,114,109,97,108,32,32,0,0,0,32,86,101,114,105,102,121,32,
-32,0,0,0,32,73,110,105,116,32,32,32,32,0,0,0,32,68,101,103,
-114,97,100,101,32,0,0,0,32,82,101,98,117,105,108,100,32,0,0,0,
-32,77,105,103,114,97,116,101,32,0,0,0,32,120,68,69,65,68,120,32,
-32,0,0,0,32,77,111,100,101,32,63,63,63,0,0,0,32,84,87,73,
-78,83,84,79,82,0,0,0,32,40,116,97,115,107,58,32,37,100,37,37,
-41,0,0,0,32,77,73,71,82,65,84,73,79,78,0,0,32,99,97,112,
-58,37,115,37,76,117,0,0,32,40,85,110,99,108,101,97,110,61,37,100,
-41,10,0,0,42,42,32,68,101,97,100,32,68,97,116,97,67,104,110,108,
-10,0,0,0,67,111,110,115,116,114,117,99,116,68,99,104,110,108,32,69,
-114,114,111,114,10,0,0,0,77,117,116,68,99,104,110,108,65,99,99,101,
-115,115,0,0,83,101,109,82,97,105,100,48,67,111,97,108,101,115,99,101,
-0,0,0,0,100,97,116,97,67,104,110,108,74,98,111,100,46,99,112,112,
-0,0,0,0,68,101,108,101,116,101,32,74,47,73,47,67,47,83,98,111,
-100,58,32,37,100,10,0,0,32,40,116,97,115,107,58,32,37,100,37,37,
-41,0,0,0,32,86,101,114,105,102,121,32,0,0,0,0,32,73,66,79,
-68,32,40,37,100,41,91,37,100,93,0,0,32,99,97,112,58,32,37,117,
-32,40,108,98,97,79,102,102,32,37,117,41,0,0,0,0,32,40,85,110,
-99,108,101,97,110,61,37,100,41,10,0,0,32,86,101,114,105,102,121,32,
-0,0,0,0,32,83,66,79,68,32,40,37,100,41,91,37,100,93,0,0,
-32,99,97,112,58,32,37,117,32,40,108,98,97,79,102,102,32,37,117,41,
-0,0,0,0,32,40,116,97,115,107,58,32,37,100,37,37,41,10,0,0,
-32,99,97,112,58,32,37,117,32,40,108,98,97,79,102,102,32,37,117,41,
-10,0,0,0,32,86,101,114,105,102,121,32,0,0,0,0,32,67,66,79,
-68,32,40,37,100,41,91,37,100,93,0,0,32,86,101,114,105,102,121,32,
-0,0,0,0,32,74,66,79,68,32,40,37,100,41,91,37,100,93,0,0,
-32,99,97,112,58,32,37,117,32,40,108,98,97,79,102,102,32,37,117,41,
-0,0,0,0,32,40,116,97,115,107,58,32,37,100,37,37,41,10,0,0,
-100,97,116,97,67,104,110,108,82,97,105,100,48,46,99,112,112,0,0,0,
-107,101,114,110,101,108,46,104,112,112,0,0,42,42,32,67,97,110,110,111,
-116,32,99,111,110,115,116,114,117,99,116,32,82,65,73,68,45,48,32,68,
-97,116,97,67,104,110,108,32,119,105,116,104,32,37,105,32,115,117,98,45,
-99,104,97,110,110,101,108,115,10,0,0,0,42,42,32,67,97,110,110,111,
-116,32,99,111,110,115,116,114,117,99,116,32,82,65,73,68,45,48,32,68,
-97,116,97,67,104,110,108,32,119,105,116,104,32,115,116,114,105,112,101,108,
-101,116,83,105,122,101,76,111,103,50,61,37,105,10,0,0,42,42,32,67,
-97,110,110,111,116,32,99,111,110,115,116,114,117,99,116,32,82,65,73,68,
-45,48,32,68,97,116,97,67,104,110,108,59,32,116,111,116,97,108,32,115,
-116,114,105,112,101,115,32,97,114,101,32,48,46,10,0,0,68,101,108,101,
-116,101,32,82,97,105,100,48,32,40,108,101,118,101,108,44,32,76,111,103,
-78,117,109,98,101,114,41,58,32,37,100,32,37,100,10,0,100,97,116,97,
-67,104,110,108,82,97,105,100,48,46,99,112,112,0,0,0,83,116,114,105,
-112,101,108,101,116,32,83,105,122,101,61,37,117,107,10,0,42,42,32,67,
-97,110,110,111,116,32,99,111,110,115,116,114,117,99,116,32,82,65,73,68,
-45,49,32,68,97,116,97,67,104,110,108,32,119,105,116,104,32,37,105,32,
-115,117,98,45,99,104,97,110,110,101,108,115,10,0,0,0,42,42,32,67,
-97,110,110,111,116,32,99,111,110,102,105,103,117,114,101,32,82,65,73,68,
-45,49,32,68,97,116,97,67,104,110,108,32,119,105,116,104,32,37,105,32,
-98,97,100,32,115,117,98,45,99,104,97,110,110,101,108,115,10,0,0,0,
-42,42,32,67,97,110,110,111,116,32,99,111,110,102,105,103,117,114,101,32,
-82,65,73,68,45,49,32,68,97,116,97,67,104,110,108,32,119,105,116,104,
-32,117,110,107,110,111,119,110,32,111,112,109,111,100,101,32,48,120,37,88,
-10,0,0,0,42,42,32,67,111,117,108,100,32,110,111,116,32,97,108,108,
-111,99,97,116,101,32,115,116,114,105,112,101,32,72,97,110,100,108,101,32,
-105,110,32,82,65,73,68,45,49,10,0,0,42,42,32,67,97,110,110,111,
-116,32,99,111,110,102,105,103,117,114,101,32,82,69,66,85,73,76,68,73,
-78,71,32,82,65,73,68,45,49,32,68,97,116,97,67,104,110,108,32,100,
-117,101,32,116,111,32,50,110,100,32,98,97,100,32,115,117,98,45,99,104,
-97,110,110,101,108,32,37,105,10,0,0,0,42,42,32,67,97,110,110,111,
-116,32,99,111,110,102,105,103,117,114,101,32,68,69,71,82,65,68,69,68,
-32,82,65,73,68,45,49,32,68,97,116,97,67,104,110,108,32,100,117,101,
-32,116,111,32,50,110,100,32,98,97,100,32,115,117,98,45,99,104,97,110,
-110,101,108,32,37,105,10,0,100,97,116,97,67,104,110,108,82,97,105,100,
-49,46,99,112,112,0,0,0,68,101,108,101,116,101,32,77,105,114,114,111,
-114,32,40,108,101,118,101,108,44,32,76,111,103,78,117,109,98,101,114,41,
-58,32,37,100,32,37,100,10,0,0,0,0,100,97,116,97,67,104,110,108,
-82,97,105,100,49,46,99,112,112,0,0,0,100,97,116,97,67,104,110,108,
-82,97,105,100,53,46,99,112,112,0,0,0,100,97,116,97,67,104,110,108,
-82,97,105,100,53,46,99,112,112,0,0,0,100,97,116,97,67,104,110,108,
-82,97,105,100,53,46,99,112,112,0,0,0,100,97,116,97,67,104,110,108,
-82,97,105,100,53,46,99,112,112,0,0,0,100,97,116,97,67,104,110,108,
-82,97,105,100,53,46,99,112,112,0,0,0,100,97,116,97,67,104,110,108,
-82,97,105,100,53,46,99,112,112,0,0,0,100,97,116,97,67,104,110,108,
-82,97,105,100,53,46,99,112,112,0,0,0,100,97,116,97,67,104,110,108,
-82,97,105,100,53,46,99,112,112,0,0,0,100,97,116,97,67,104,110,108,
-82,97,105,100,53,46,99,112,112,0,0,0,100,97,116,97,67,104,110,108,
-82,97,105,100,53,46,99,112,112,0,0,0,100,97,116,97,67,104,110,108,
-82,97,105,100,53,46,99,112,112,0,0,0,100,97,116,97,67,104,110,108,
-82,97,105,100,53,46,99,112,112,0,0,0,69,114,114,111,114,32,122,101,
-114,111,105,110,103,32,80,83,101,103,10,0,100,97,116,97,67,104,110,108,
-82,97,105,100,53,46,99,112,112,0,0,0,100,97,116,97,67,104,110,108,
-82,97,105,100,53,46,99,112,112,0,0,0,100,97,116,97,67,104,110,108,
-82,97,105,100,53,46,99,112,112,0,0,0,100,97,116,97,67,104,110,108,
-82,97,105,100,53,46,99,112,112,0,0,0,42,42,32,67,97,110,110,111,
-116,32,99,111,110,115,116,114,117,99,116,32,82,65,73,68,45,53,32,68,
-97,116,97,67,104,110,108,32,119,105,116,104,32,37,105,32,115,117,98,45,
-99,104,97,110,110,101,108,115,10,0,0,0,42,42,32,67,97,110,110,111,
-116,32,99,111,110,115,116,114,117,99,116,32,82,65,73,68,45,53,32,68,
-97,116,97,67,104,110,108,32,119,105,116,104,32,115,116,114,105,112,101,108,
-101,116,83,105,122,101,76,111,103,50,61,37,105,10,0,0,42,42,32,67,
-97,110,110,111,116,32,99,111,110,115,116,114,117,99,116,32,82,65,73,68,
-45,53,32,68,97,116,97,67,104,110,108,59,32,116,111,116,97,108,32,115,
-116,114,105,112,101,115,32,97,114,101,32,48,46,10,0,0,42,42,32,67,
-97,110,110,111,116,32,99,111,110,102,105,103,117,114,101,32,82,65,73,68,
-45,53,32,68,97,116,97,67,104,110,108,32,119,105,116,104,32,37,105,32,
-98,97,100,32,115,117,98,45,99,104,97,110,110,101,108,115,10,0,0,0,
-42,42,32,67,97,110,110,111,116,32,99,111,110,102,105,103,117,114,101,32,
-82,65,73,68,45,53,32,68,97,116,97,67,104,110,108,32,119,105,116,104,
-32,117,110,107,110,111,119,110,32,111,112,109,111,100,101,32,48,120,37,88,
-10,0,0,0,70,111,114,99,101,32,82,65,73,68,53,32,78,111,114,109,
-97,108,32,109,111,100,101,10,0,0,0,0,42,42,32,67,111,117,108,100,
-32,110,111,116,32,97,108,108,111,99,97,116,101,32,115,116,114,105,112,101,
-32,72,97,110,100,108,101,32,105,110,32,82,65,73,68,45,53,10,0,0,
-42,42,32,67,111,117,108,100,32,110,111,116,32,97,108,108,111,99,97,116,
-101,32,80,97,114,105,116,121,77,103,114,32,105,110,32,82,65,73,68,45,
-53,10,0,0,42,42,32,67,97,110,110,111,116,32,99,111,110,102,105,103,
-117,114,101,32,82,69,66,85,73,76,68,73,78,71,32,82,65,73,68,45,
-53,32,68,97,116,97,67,104,110,108,32,100,117,101,32,116,111,32,50,110,
-100,32,98,97,100,32,115,117,98,45,99,104,97,110,110,101,108,32,37,105,
-10,0,0,0,42,42,32,67,97,110,110,111,116,32,99,111,110,102,105,103,
-117,114,101,32,68,69,71,82,65,68,69,68,32,82,65,73,68,45,53,32,
-68,97,116,97,67,104,110,108,32,100,117,101,32,116,111,32,50,110,100,32,
-98,97,100,32,115,117,98,45,99,104,97,110,110,101,108,32,37,105,10,0,
-68,101,108,101,116,101,32,82,97,105,100,53,32,40,108,101,118,101,108,44,
-32,76,111,103,78,117,109,98,101,114,41,58,32,37,100,32,37,100,10,0,
-100,97,116,97,67,104,110,108,82,97,105,100,53,46,99,112,112,0,0,0,
-100,97,116,97,67,104,110,108,82,97,105,100,53,46,99,112,112,0,0,0,
-100,97,116,97,67,104,110,108,82,97,105,100,53,46,99,112,112,0,0,0,
-83,116,114,105,112,101,108,101,116,32,83,105,122,101,61,37,117,107,10,0,
-100,97,116,97,67,104,110,108,84,119,105,110,46,99,112,112,0,0,0,0,
-42,42,32,67,97,110,110,111,116,32,99,111,110,115,116,114,117,99,116,32,
-109,105,103,114,97,116,105,111,110,32,68,97,116,97,67,104,110,108,32,119,
-105,116,104,32,37,105,32,115,117,98,45,99,104,97,110,110,101,108,115,10,
-0,0,0,0,67,97,110,110,111,116,32,65,108,108,111,99,97,116,101,32,
-72,97,110,100,108,101,32,105,110,32,77,105,103,10,0,0,100,97,116,97,
-67,104,110,108,77,105,103,46,99,112,112,0,68,101,108,101,116,101,32,77,
-105,103,32,40,108,101,118,101,108,44,32,76,111,103,78,117,109,98,101,114,
-41,58,32,37,100,32,37,100,10,0,0,0,33,33,33,32,77,105,103,114,
-97,116,101,114,32,85,110,101,120,112,101,99,116,101,100,32,83,104,117,116,
-100,111,119,110,32,68,101,116,101,99,116,101,100,32,33,33,33,10,0,0,
-33,82,69,67,79,86,69,82,89,32,33,82,69,67,79,86,69,82,89,32,
-33,82,69,67,79,86,69,82,89,10,0,0,100,99,104,110,108,77,105,103,
-58,32,109,97,114,107,101,100,32,77,105,103,114,97,116,101,114,32,97,115,
-32,97,99,116,105,118,101,46,32,0,0,0,100,99,104,110,108,77,105,103,
-58,32,114,101,113,117,101,115,116,105,110,103,32,84,101,114,109,105,110,97,
-116,101,32,32,0,0,0,0,100,99,104,110,108,77,105,103,58,32,110,101,
-119,32,77,105,103,114,97,116,101,114,32,32,0,0,0,0,100,99,104,110,
-108,77,105,103,58,32,77,105,103,114,97,116,101,114,32,104,97,100,32,83,
-116,97,114,116,117,112,32,101,114,114,111,114,32,32,0,0,83,116,114,105,
-112,101,32,83,105,122,101,61,37,117,107,44,32,117,115,101,66,97,99,107,
-117,112,61,37,100,10,0,0,68,101,108,101,116,101,32,79,102,102,40,108,
-105,110,101,41,32,40,108,101,118,101,108,41,58,32,37,100,10,0,0,0,
-73,115,115,117,101,82,101,97,100,66,97,99,107,117,112,0,82,101,97,100,
-76,101,103,97,99,121,80,114,105,109,97,114,121,0,0,0,80,114,111,99,
-101,115,115,66,97,99,107,117,112,0,0,0,80,114,111,99,101,115,115,76,
-101,103,97,99,121,0,0,0,73,115,115,117,101,82,101,97,100,80,114,105,
-109,97,114,121,0,0,0,0,73,115,115,117,101,83,110,105,102,102,66,97,
-99,107,117,112,0,0,0,0,82,101,97,100,76,101,103,97,99,121,66,97,
-99,107,117,112,0,0,0,0,80,114,111,99,101,115,115,80,114,105,109,97,
-114,121,0,0,67,104,101,99,107,83,110,105,102,102,66,97,99,107,117,112,
-0,0,0,0,67,111,109,112,108,101,116,101,0,0,0,0,68,105,115,107,
-70,97,105,108,101,100,0,0,107,101,114,110,101,108,46,104,112,112,0,0,
-42,42,42,68,99,98,77,103,114,58,58,37,115,58,32,85,78,73,84,32,
-37,50,100,32,45,32,69,114,114,111,114,32,37,35,88,10,0,0,0,0,
-68,99,98,77,103,114,58,58,37,115,58,32,32,32,32,32,32,32,32,32,
-40,102,105,110,105,115,104,32,37,115,41,10,0,0,0,0,107,101,114,110,
-101,108,46,104,112,112,0,0,107,101,114,110,101,108,46,104,112,112,0,0,
-100,99,98,77,103,114,46,99,112,112,0,0,42,42,32,73,110,118,97,108,
-105,100,32,115,117,112,112,111,114,116,32,115,101,103,109,101,110,116,32,40,
-105,103,110,111,114,101,100,41,58,32,112,111,114,116,32,37,100,10,0,0,
-68,99,98,77,103,114,58,58,70,101,116,99,104,85,100,98,40,41,58,32,
-73,110,118,97,108,105,100,32,85,68,66,44,32,112,111,114,116,32,37,100,
-10,0,0,0,100,99,98,77,103,114,46,99,112,112,0,0,68,99,98,77,
-103,114,58,58,70,101,116,99,104,71,117,105,100,40,41,58,32,73,110,118,
-97,108,105,100,32,71,85,73,68,44,32,112,111,114,116,32,37,100,10,0,
-51,87,97,114,101,68,67,66,0,0,0,0,68,99,98,77,103,114,58,58,
-109,117,116,101,120,68,99,98,0,0,0,0,51,87,97,114,101,68,67,66,
-0,0,0,0,68,99,98,77,103,114,58,58,69,114,97,115,101,68,99,98,
-66,97,115,101,58,32,112,111,114,116,32,37,50,100,44,32,108,111,99,97,
-116,105,111,110,67,111,100,101,32,39,37,99,39,10,0,0,100,99,98,77,
-103,114,46,99,112,112,0,0,68,99,98,77,103,114,58,58,67,108,101,97,
-114,80,114,101,118,105,111,117,115,68,99,98,58,32,112,111,114,116,32,37,
-50,100,44,32,115,101,99,116,111,114,115,32,37,100,10,0,68,99,98,77,
-103,114,58,58,87,114,105,116,101,83,101,103,109,101,110,116,40,109,97,112,
-61,48,120,37,88,44,32,115,101,103,73,68,61,48,120,37,88,44,32,101,
-118,101,110,116,115,61,37,105,44,32,101,114,114,111,114,61,48,120,37,88,
-41,10,0,0,100,99,98,77,103,114,46,99,112,112,0,0,100,99,98,77,
-103,114,46,99,112,112,0,0,85,112,100,97,116,101,83,117,112,112,111,114,
-116,0,0,0,68,99,98,77,103,114,58,58,37,115,58,32,85,78,73,84,
-32,37,50,100,32,40,116,105,109,101,32,32,32,37,115,41,10,0,0,0,
-100,99,98,77,103,114,46,99,112,112,0,0,112,111,114,116,61,37,100,44,
-32,101,114,114,111,114,61,48,120,37,88,0,68,99,98,77,103,114,58,58,
-80,114,111,99,101,115,115,76,101,103,97,99,121,58,32,112,111,114,116,61,
-37,100,44,32,101,114,114,111,114,32,61,32,48,120,37,48,52,88,10,0,
-68,99,98,77,103,114,58,58,80,114,111,99,101,115,115,66,97,99,107,117,
-112,58,32,112,111,114,116,61,37,100,44,32,101,114,114,111,114,32,61,32,
-48,120,37,48,52,88,10,0,112,111,114,116,61,37,100,44,32,101,114,114,
-111,114,61,48,120,37,88,0,68,99,98,77,103,114,58,58,80,114,111,99,
-101,115,115,80,114,105,109,97,114,121,58,32,112,111,114,116,61,37,100,44,
-32,101,114,114,111,114,61,48,120,37,48,52,88,10,0,0,68,99,98,77,
-103,114,58,58,82,101,97,100,76,101,103,97,99,121,66,97,99,107,117,112,
-58,32,112,111,114,116,61,37,100,44,32,76,66,65,61,48,120,37,88,10,
-0,0,0,0,68,99,98,77,103,114,58,58,73,115,115,117,101,82,101,97,
-100,66,97,99,107,117,112,58,32,112,111,114,116,61,37,100,44,32,76,66,
-65,61,48,120,37,88,10,0,100,99,98,77,103,114,46,99,112,112,0,0,
-32,32,42,42,32,68,105,100,32,110,111,116,32,102,105,110,100,32,97,110,
-121,32,118,97,108,105,100,32,115,117,112,112,111,114,116,32,115,101,103,109,
-101,110,116,115,32,102,111,114,32,85,110,105,116,32,37,100,10,0,0,0,
-100,99,98,77,103,114,46,99,112,112,0,0,68,99,98,77,103,114,91,37,
-105,93,32,45,32,99,97,110,110,111,116,32,115,99,114,117,98,32,68,67,
-66,44,32,99,117,114,114,101,110,116,32,83,98,117,102,32,83,101,103,73,
-100,61,48,120,37,88,10,0,100,99,98,77,103,114,46,99,112,112,0,0,
-77,97,107,101,67,98,111,100,115,0,0,0,68,99,98,77,103,114,58,58,
-37,115,58,32,85,78,73,84,32,37,50,100,32,40,116,105,109,101,32,32,
-32,37,115,41,10,0,0,0,100,99,98,77,103,114,46,99,112,112,0,0,
-68,99,98,77,103,114,58,58,37,115,58,32,85,78,73,84,32,37,50,100,
-32,40,116,105,109,101,32,32,32,37,115,41,10,0,0,0,85,112,100,97,
-116,101,83,116,97,116,117,115,0,0,0,0,100,99,98,77,103,114,46,99,
-112,112,0,0,85,112,100,97,116,101,65,114,114,97,121,0,68,99,98,77,
-103,114,58,58,37,115,58,32,85,78,73,84,32,37,50,100,32,40,116,105,
-109,101,32,32,32,37,115,41,10,0,0,0,100,99,98,77,103,114,46,99,
-112,112,0,0,100,99,98,77,103,114,46,99,112,112,0,0,68,99,98,77,
-103,114,58,58,37,115,58,32,85,78,73,84,32,37,50,100,32,40,116,105,
-109,101,32,32,32,37,115,41,10,0,0,0,87,114,105,116,101,78,101,119,
-0,0,0,0,100,99,98,77,103,114,46,99,112,112,0,0,68,99,98,77,
-103,114,58,58,109,117,116,77,97,115,116,101,114,76,111,99,107,0,0,0,
-68,99,98,77,103,114,58,58,87,114,105,116,101,70,108,97,103,115,0,0,
-100,99,98,77,103,114,46,99,112,112,0,0,114,101,111,114,100,101,114,84,
-114,101,101,46,99,112,112,0,0,0,0,0,124,241,11,0,0,0,255,255,
-196,221,1,0,1,0,0,0,116,241,11,0,0,0,255,255,80,221,1,0,
-2,0,0,0,228,18,11,0,0,0,255,255,36,221,1,0,3,0,0,0,
-248,18,11,0,0,0,255,255,240,219,1,0,4,0,0,0,160,18,11,0,
-0,0,255,255,212,220,1,0,5,0,0,0,176,18,11,0,0,0,255,255,
-192,219,1,0,6,0,0,0,12,19,11,0,0,0,255,255,112,219,1,0,
-7,0,0,0,32,19,11,0,0,0,255,255,192,217,1,0,8,0,0,0,
-48,19,11,0,0,0,255,255,96,214,1,0,9,0,0,0,196,18,11,0,
-0,0,255,255,68,216,1,0,10,0,0,0,212,18,11,0,0,0,255,255,
-224,214,1,0,11,0,0,0,68,19,11,0,0,0,255,255,32,214,1,0,
-12,0,0,0,80,19,11,0,0,0,255,255,188,213,1,0,70,108,97,115,
-104,32,101,114,114,111,114,32,37,120,10,0,80,97,115,115,105,110,103,32,
-99,111,110,116,114,111,108,32,116,111,32,70,108,97,115,104,32,85,112,100,
-97,116,101,114,10,0,0,0,70,108,97,115,104,105,110,103,32,99,111,109,
-112,108,101,116,101,100,32,79,75,10,0,0,69,110,116,101,114,115,32,116,
-104,101,32,109,111,110,105,116,111,114,32,109,111,100,101,0,83,105,109,117,
-108,97,116,101,32,101,114,114,111,114,115,0,68,105,115,112,108,97,121,32,
-102,105,114,109,119,97,114,101,32,115,116,97,116,117,115,0,70,105,114,109,
-119,97,114,101,44,32,66,73,79,83,32,118,101,114,115,105,111,110,115,0,
-105,102,32,110,111,110,45,122,101,114,111,32,105,103,110,111,114,101,115,32,
-115,111,102,116,32,114,101,115,101,116,115,0,105,102,32,110,111,110,45,122,
-101,114,111,44,32,115,97,118,101,32,97,110,121,32,83,69,84,84,73,78,
-71,83,32,116,104,97,116,32,103,101,116,32,99,104,97,110,103,101,100,0,
-105,102,32,110,111,110,45,122,101,114,111,44,32,116,114,101,97,116,32,66,
-66,85,32,97,115,32,105,102,32,105,116,32,105,115,32,97,108,119,97,121,
-115,32,114,101,97,100,121,0,105,102,32,110,111,110,45,122,101,114,111,44,
-32,100,114,97,109,32,115,105,122,101,32,119,105,108,108,32,98,101,32,115,
-101,116,32,98,121,32,116,104,105,115,32,115,105,122,101,0,60,98,97,115,
-101,65,100,100,114,62,32,60,111,102,102,115,101,116,62,0,60,98,97,115,
-101,65,100,100,114,62,32,60,111,102,102,115,101,116,62,32,60,86,97,108,
-117,101,62,0,80,114,105,110,116,32,108,105,115,116,32,111,102,32,117,110,
-105,116,115,0,60,117,110,105,116,35,62,32,45,32,117,110,108,111,99,107,
-32,97,108,108,32,100,114,105,118,101,115,32,111,102,32,117,110,105,116,0,
-105,102,32,110,111,110,45,122,101,114,111,44,32,101,110,99,108,111,115,117,
-114,101,115,32,97,114,101,32,118,105,114,116,117,97,108,0,60,111,110,124,
-111,102,102,124,99,108,101,97,114,124,115,104,111,119,124,114,101,108,124,110,
-111,114,101,108,62,32,99,111,109,109,97,110,100,32,104,105,115,116,111,114,
-121,0,0,0,68,111,119,110,108,111,97,100,32,102,105,114,109,119,97,114,
-101,32,116,104,114,117,32,115,101,114,105,97,108,0,0,0,114,101,97,100,
-32,60,97,100,100,114,62,32,60,35,98,121,116,101,115,62,32,124,32,119,
-114,105,116,101,32,60,97,100,100,114,62,32,60,35,98,121,116,101,115,62,
-32,91,60,98,121,116,101,115,62,93,46,46,46,0,0,0,67,111,110,116,
-105,110,117,101,115,32,102,114,111,109,32,97,110,32,78,77,73,0,0,0,
-60,115,105,122,101,62,32,60,97,100,100,114,62,0,0,0,60,115,105,122,
-101,62,32,60,97,100,100,114,62,32,60,118,97,108,117,101,62,0,0,0,
-60,116,97,98,108,101,62,32,60,105,110,100,101,120,62,32,91,60,110,101,
-119,32,118,97,108,117,101,62,93,32,71,101,116,47,91,83,101,116,93,32,
-112,97,114,97,109,101,116,101,114,32,118,97,114,0,0,0,76,105,115,116,
-32,97,108,108,32,102,119,32,116,97,115,107,115,0,0,0,60,118,97,114,
-105,97,98,108,101,32,110,97,109,101,62,32,91,60,118,97,108,117,101,62,
-93,0,0,0,115,107,105,112,114,101,115,101,116,0,0,0,118,101,114,98,
-111,115,105,116,121,0,0,0,32,84,88,95,82,69,65,68,89,32,32,32,
-32,32,32,32,32,32,32,32,0,0,0,0,32,84,88,95,67,79,77,80,
-76,69,84,69,68,32,32,32,32,32,32,32,0,0,0,0,32,84,88,95,
-84,69,82,77,73,78,65,84,69,68,32,32,32,32,32,32,0,0,0,0,
-32,84,88,95,83,85,83,80,69,78,68,69,68,32,32,32,32,32,32,32,
-0,0,0,0,32,84,88,95,83,76,69,69,80,32,32,32,32,32,32,32,
-32,32,32,32,0,0,0,0,32,84,88,95,81,85,69,85,69,95,83,85,
-83,80,32,32,32,32,32,32,0,0,0,0,32,84,88,95,83,69,77,65,
-80,72,79,82,69,95,83,85,83,80,32,32,0,0,0,0,32,84,88,95,
-69,86,69,78,84,95,70,76,65,71,32,32,32,32,32,32,0,0,0,0,
-32,84,88,95,66,76,79,67,75,95,77,69,77,79,82,89,32,32,32,32,
-0,0,0,0,32,84,88,95,66,89,84,69,95,77,69,77,79,82,89,32,
-32,32,32,32,0,0,0,0,32,84,88,95,73,79,95,68,82,73,86,69,
-82,32,32,32,32,32,32,32,0,0,0,0,32,84,88,95,70,73,76,69,
-32,32,32,32,32,32,32,32,32,32,32,32,0,0,0,0,32,84,88,95,
-84,67,80,95,73,80,32,32,32,32,32,32,32,32,32,32,0,0,0,0,
-32,84,88,95,77,85,84,69,88,95,83,85,83,80,32,32,32,32,32,32,
-0,0,0,0,99,111,109,109,101,110,116,32,108,105,110,101,32,45,32,110,
-111,32,97,99,116,105,111,110,0,0,0,0,109,97,110,121,32,115,117,98,
-45,99,111,109,109,97,110,100,115,32,46,46,46,32,116,114,121,32,39,98,
-98,117,32,104,101,108,112,39,0,0,0,0,67,111,109,112,97,114,101,32,
-82,79,77,32,97,110,100,32,82,65,77,32,105,109,97,103,101,115,0,0,
-68,105,115,112,108,97,121,32,109,97,120,32,76,66,65,32,97,110,100,32,
-104,111,115,116,32,97,100,100,114,101,115,115,0,0,0,0,60,115,105,103,
-110,97,116,117,114,101,62,32,60,115,105,122,101,32,105,110,32,75,66,62,
-32,60,102,105,108,108,32,98,121,116,101,62,32,99,114,101,97,116,101,32,
-102,108,97,115,104,32,102,105,108,101,0,0,100,111,119,110,108,111,97,100,
-0,0,0,0,80,114,105,110,116,32,108,105,115,116,32,111,102,32,100,114,
-105,118,101,115,0,0,0,0,68,117,109,112,32,97,108,108,32,109,101,109,
-111,114,121,32,99,111,110,116,101,110,116,115,0,0,0,0,72,101,108,112,
-32,45,32,108,105,115,116,32,99,111,109,109,97,110,100,115,0,0,0,0,
-109,101,109,119,114,105,116,101,0,0,0,0,112,99,105,119,114,105,116,101,
-0,0,0,0,112,114,105,110,116,98,117,102,0,0,0,0,68,105,115,112,
-108,97,121,32,112,114,105,110,116,32,98,117,102,102,101,114,0,0,0,0,
-112,114,105,110,116,108,111,103,0,0,0,0,68,105,115,112,108,97,121,32,
-116,104,101,32,112,114,105,110,116,108,111,103,0,0,0,0,80,97,115,115,
-32,84,104,114,111,117,103,104,0,0,0,0,115,107,105,112,105,110,105,116,
-0,0,0,0,105,102,32,110,111,110,45,122,101,114,111,32,115,107,105,112,
-32,114,97,105,100,53,32,122,101,114,111,47,105,110,105,116,32,111,110,32,
-99,114,101,97,116,105,111,110,0,0,0,0,97,117,116,111,115,97,118,101,
-0,0,0,0,98,98,117,114,101,97,100,121,0,0,0,0,105,102,32,110,
-111,110,45,122,101,114,111,44,32,100,105,115,97,98,108,101,115,32,101,109,
-117,108,97,116,111,114,32,101,99,104,111,32,111,102,32,115,101,114,105,97,
-108,32,112,111,114,116,0,0,97,117,116,111,108,117,110,115,0,0,0,0,
-105,102,32,110,111,110,45,122,101,114,111,32,110,117,109,98,101,114,32,111,
-102,32,76,85,78,115,32,119,104,101,110,32,97,117,116,111,45,99,97,114,
-118,105,110,103,0,0,0,0,118,105,114,116,101,110,99,108,0,0,0,0,
-98,98,117,102,108,97,115,104,0,0,0,0,105,102,32,110,111,110,45,122,
-101,114,111,44,32,66,66,85,32,102,108,97,115,104,32,117,112,103,114,97,
-100,101,32,105,110,32,112,114,111,103,114,101,115,115,0,0,0,0,33,16,
-66,32,99,48,132,64,165,80,198,96,231,112,8,129,41,145,74,161,107,177,
-140,193,173,209,206,225,239,241,49,18,16,2,115,50,82,34,181,82,148,66,
-247,114,214,98,57,147,24,131,123,179,90,163,189,211,156,195,255,243,222,227,
-98,36,67,52,32,4,1,20,230,100,199,116,164,68,133,84,106,165,75,181,
-40,133,9,149,238,229,207,245,172,197,141,213,83,54,114,38,17,22,48,6,
-215,118,246,102,149,86,180,70,91,183,122,167,25,151,56,135,223,247,254,231,
-157,215,188,199,196,72,229,88,134,104,167,120,64,8,97,24,2,40,35,56,
-204,201,237,217,142,233,175,249,72,137,105,153,10,169,43,185,245,90,212,74,
-183,122,150,106,113,26,80,10,51,58,18,42,253,219,220,203,191,251,158,235,
-121,155,88,139,59,187,26,171,166,108,135,124,228,76,197,92,34,44,3,60,
-96,12,65,28,174,237,143,253,236,205,205,221,42,173,11,189,104,141,73,157,
-151,126,182,110,213,94,244,78,19,62,50,46,81,30,112,14,159,255,190,239,
-221,223,252,207,27,191,58,175,89,159,120,143,136,145,169,129,202,177,235,161,
-12,209,45,193,78,241,111,225,128,16,161,0,194,48,227,32,4,80,37,64,
-70,112,103,96,185,131,152,147,251,163,218,179,61,195,28,211,127,227,94,243,
-177,2,144,18,243,34,210,50,53,66,20,82,119,98,86,114,234,181,203,165,
-168,149,137,133,110,245,79,229,44,213,13,197,226,52,195,36,160,20,129,4,
-102,116,71,100,36,84,5,68,219,167,250,183,153,135,184,151,95,231,126,247,
-29,199,60,215,211,38,242,54,145,6,176,22,87,102,118,118,21,70,52,86,
-76,217,109,201,14,249,47,233,200,153,233,137,138,185,171,169,68,88,101,72,
-6,120,39,104,192,24,225,8,130,56,163,40,125,203,92,219,63,235,30,251,
-249,139,216,155,187,171,154,187,117,74,84,90,55,106,22,122,241,10,208,26,
-179,42,146,58,46,253,15,237,108,221,77,205,170,189,139,173,232,157,201,141,
-38,124,7,108,100,92,69,76,162,60,131,44,224,28,193,12,31,239,62,255,
-93,207,124,223,155,175,186,191,217,143,248,159,23,110,54,126,85,78,116,94,
-147,46,178,62,209,14,240,30,60,119,114,105,116,101,111,110,99,101,124,101,
-120,99,108,117,100,101,100,117,110,105,116,115,124,102,97,99,116,111,114,121,
-100,97,116,97,124,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,112,114,105,110,116,108,111,103,124,102,105,114,109,119,97,114,
-101,124,108,111,99,97,108,62,32,102,108,97,115,104,32,102,105,108,101,0,
-115,101,116,32,98,105,116,115,32,116,111,32,101,110,97,98,108,101,32,114,
-111,108,108,99,97,108,108,32,112,114,105,110,116,111,117,116,115,58,10,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,49,32,45,32,102,105,110,100,32,100,114,105,118,101,115,
-32,112,104,97,115,101,10,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,50,32,45,32,99,104,101,
-99,107,32,68,67,66,115,32,112,104,97,115,101,10,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-52,32,45,32,109,97,107,101,32,82,65,73,68,32,117,110,105,116,115,32,
-112,104,97,115,101,0,0,0,88,109,111,100,101,109,32,115,117,99,99,101,
-115,115,102,117,108,108,121,32,88,109,105,116,116,101,100,32,37,100,32,98,
-121,116,101,115,10,0,0,0,85,115,97,103,101,58,32,100,111,119,110,108,
-111,97,100,32,91,97,100,100,114,93,32,91,115,105,122,101,93,10,0,0,
-88,109,111,100,101,109,32,88,109,105,116,32,69,114,114,111,114,58,32,115,
-116,97,116,117,115,58,32,37,100,10,0,0,83,101,116,32,121,111,117,114,
-32,116,101,114,109,105,110,97,108,32,101,109,117,108,97,116,111,114,32,116,
-111,32,115,101,110,100,32,100,97,116,97,32,97,115,32,84,114,97,110,115,
-105,116,32,88,109,111,100,101,109,32,110,111,119,46,46,46,10,0,0,0,
-88,109,111,100,101,109,32,115,117,99,99,101,115,115,102,117,108,108,121,32,
-88,109,105,116,116,101,100,32,37,100,32,98,121,116,101,115,10,0,0,0,
-85,115,97,103,101,58,32,100,117,109,112,32,91,97,100,100,114,93,32,91,
-115,105,122,101,93,10,0,0,88,109,111,100,101,109,32,88,109,105,116,32,
-69,114,114,111,114,58,32,115,116,97,116,117,115,58,32,37,100,10,0,0,
-83,101,116,32,121,111,117,114,32,116,101,114,109,105,110,97,108,32,101,109,
-117,108,97,116,111,114,32,116,111,32,103,101,116,32,100,97,116,97,32,97,
-115,32,82,101,99,101,105,118,101,32,88,109,111,100,101,109,32,110,111,119,
-46,46,46,10,0,0,0,0,78,111,32,112,114,105,110,116,32,108,111,103,
-32,104,97,115,32,98,101,101,110,32,115,97,118,101,100,32,121,101,116,46,
-10,0,0,0,112,114,105,110,116,108,111,103,0,0,0,0,10,45,45,45,
-45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,
-45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,
-45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,10,0,0,
-37,115,32,61,32,37,117,32,40,48,120,37,88,41,10,0,84,104,101,32,
-102,111,108,108,111,119,105,110,103,32,118,97,114,105,97,98,108,101,115,32,
-97,114,101,32,115,117,112,112,111,114,116,101,100,58,10,0,42,42,32,84,
-104,105,114,100,32,97,114,103,117,109,101,110,116,32,109,117,115,116,32,98,
-101,32,110,117,109,101,114,105,99,59,32,99,97,110,110,111,116,32,115,101,
-116,32,37,115,10,0,0,0,37,49,50,115,61,48,120,37,120,32,40,37,
-105,32,98,121,116,101,115,41,58,32,37,115,10,0,0,0,42,42,32,69,
-114,114,111,114,32,48,120,37,88,32,102,114,111,109,32,71,101,116,80,97,
-114,97,109,10,0,0,0,0,85,110,107,110,111,119,110,32,118,97,114,105,
-97,98,108,101,58,32,37,115,46,32,0,0,111,102,102,115,101,116,32,32,
-48,32,32,49,32,32,50,32,32,51,32,32,52,32,32,53,32,32,54,32,
-32,55,32,32,56,32,32,57,32,32,97,32,32,98,32,32,99,32,32,100,
-32,32,101,32,32,102,10,0,37,48,50,120,32,37,48,50,120,32,37,48,
-50,120,32,37,48,50,120,32,37,48,50,120,32,37,48,50,120,32,37,48,
-50,120,10,0,102,105,108,108,32,112,97,116,116,101,114,110,10,0,0,0,
-101,114,32,115,99,32,115,110,32,99,108,32,99,104,32,100,104,32,115,116,
-10,0,0,0,85,115,97,103,101,58,32,112,116,32,91,112,111,114,116,93,
-32,91,116,121,112,101,93,32,91,99,109,100,93,32,91,102,101,97,93,32,
-91,115,101,99,67,110,116,93,32,91,108,98,97,93,32,91,102,108,97,103,
-115,93,32,91,100,105,115,32,111,110,124,111,102,102,93,10,0,0,0,0,
-85,115,97,103,101,58,32,112,99,105,119,114,105,116,101,32,60,66,97,115,
-101,65,100,100,114,62,32,60,111,102,102,115,101,116,62,32,60,118,97,108,
-117,101,62,10,0,0,0,0,85,115,97,103,101,58,32,112,99,105,114,101,
-97,100,32,60,98,97,115,101,65,100,100,114,62,32,60,111,102,102,115,101,
-116,62,10,0,86,97,108,117,101,61,37,120,10,0,0,0,73,110,118,97,
-108,105,100,32,115,105,122,101,10,0,0,0,85,115,97,103,101,58,32,109,
-101,109,119,114,105,116,101,32,60,115,105,122,101,62,32,60,97,100,100,114,
-62,32,60,118,97,108,117,101,62,10,0,0,86,97,108,117,101,32,61,32,
-48,120,37,48,50,88,10,0,86,97,108,117,101,32,61,32,48,120,37,48,
-52,88,10,0,86,97,108,117,101,32,61,32,48,120,37,48,56,88,10,0,
-111,102,102,115,101,116,32,32,32,32,32,32,32,32,48,32,32,32,32,32,
-32,32,32,49,32,32,32,32,32,32,32,32,50,32,32,32,32,32,32,32,
-32,51,10,0,85,115,97,103,101,58,32,109,101,109,114,101,97,100,32,60,
-115,105,122,101,62,32,60,97,100,100,114,62,10,0,0,0,73,110,118,97,
-108,105,100,32,115,105,122,101,10,0,0,0,32,33,61,32,40,38,48,120,
-37,48,56,88,41,32,48,120,37,48,56,88,10,0,0,0,35,35,32,109,
-105,115,99,111,109,112,97,114,101,32,40,38,48,120,37,48,56,88,41,32,
-48,120,37,48,56,88,0,0,85,115,97,103,101,58,32,99,114,101,97,116,
-101,32,60,115,105,103,110,97,116,117,114,101,62,32,60,115,105,122,101,32,
-105,110,32,75,66,62,32,60,102,105,108,108,32,98,121,116,101,62,10,0,
-70,108,97,115,104,32,102,105,108,101,32,99,114,101,97,116,105,111,110,32,
-101,114,111,114,10,0,0,0,70,108,97,115,104,32,102,105,108,101,32,48,
-120,37,48,56,88,32,97,108,114,101,97,100,121,32,112,114,101,115,101,110,
-116,44,32,115,105,122,101,32,61,32,37,35,88,10,0,0,70,108,97,115,
-104,32,102,105,108,101,32,48,120,37,48,56,88,32,99,114,101,97,116,101,
-100,10,0,0,102,97,99,116,111,114,121,100,97,116,97,0,70,108,97,115,
-104,70,105,108,101,32,100,101,108,101,116,101,100,58,32,37,115,32,45,32,
-48,120,37,88,32,98,121,116,101,115,10,0,68,101,108,101,116,101,32,119,
-104,97,116,63,10,0,0,0,119,114,105,116,101,111,110,99,101,0,0,0,
-101,120,99,108,117,100,101,100,117,110,105,116,115,0,0,0,112,114,105,110,
-116,108,111,103,0,0,0,0,102,105,114,109,119,97,114,101,0,0,0,0,
-70,108,97,115,104,70,105,108,101,32,110,111,116,32,112,114,101,115,101,110,
-116,58,32,37,115,10,0,0,37,49,50,115,32,61,61,62,32,37,115,10,
-0,0,0,0,32,32,32,32,66,66,85,32,58,32,37,115,10,0,0,0,
-70,105,114,109,119,97,114,101,32,58,32,37,115,10,0,0,70,69,57,88,
-32,51,46,48,50,46,48,48,46,48,48,52,0,0,0,0,32,32,32,66,
-117,105,108,100,32,58,32,83,82,76,32,37,100,45,37,100,44,32,66,85,
-73,76,68,32,37,100,44,32,66,82,65,78,67,72,32,37,100,10,0,0,
-32,32,32,66,117,105,108,116,32,58,32,37,115,32,64,32,37,115,32,98,
-121,32,77,117,108,116,105,32,118,37,115,10,0,0,0,0,48,57,47,50,
-56,47,48,53,0,0,0,0,49,54,58,48,50,58,51,52,0,0,0,0,
-32,32,32,32,66,105,111,115,32,58,32,37,115,10,0,0,68,101,98,117,
-103,32,67,111,109,109,97,110,100,32,110,111,116,32,70,111,117,110,100,46,
-32,65,118,97,105,108,97,98,108,101,32,99,111,109,109,97,110,100,115,32,
-97,114,101,58,10,0,0,0,73,110,115,117,102,102,105,99,105,101,110,116,
-32,97,114,103,117,109,101,110,116,115,10,0,99,97,110,110,111,116,32,97,
-108,108,111,99,97,116,101,32,39,37,115,39,32,40,37,105,41,32,98,121,
-116,101,115,32,102,111,114,32,99,109,100,10,0,0,0,0,100,97,116,97,
-32,114,101,99,101,105,118,101,100,58,0,0,85,110,107,110,111,119,110,32,
-99,111,109,109,97,110,100,10,0,0,0,0,69,110,99,111,117,110,116,101,
-114,101,100,32,101,114,114,111,114,32,48,120,37,120,32,58,32,37,115,10,
-0,0,0,0,73,110,118,97,108,105,100,32,117,110,105,116,32,110,117,109,
-98,101,114,58,32,37,115,10,0,0,0,0,69,114,114,111,114,32,48,120,
-37,88,32,100,117,114,105,110,103,32,85,110,108,111,99,107,32,111,102,32,
-117,110,105,116,32,37,100,10,0,0,0,0,42,42,32,84,104,105,114,100,
-32,97,114,103,117,109,101,110,116,32,109,117,115,116,32,98,101,32,110,117,
-109,101,114,105,99,32,116,111,32,115,101,116,32,112,97,114,97,109,10,0,
-116,97,98,108,101,32,48,120,37,120,91,37,117,93,32,61,32,37,100,32,
-40,48,120,37,88,41,10,0,42,42,32,69,114,114,111,114,58,32,116,97,
-98,108,101,32,110,117,109,98,101,114,32,97,110,100,32,105,110,100,101,120,
-32,109,117,115,116,32,98,101,32,110,117,109,101,114,105,99,10,0,0,0,
-42,42,32,69,114,114,111,114,32,48,120,37,88,32,102,114,111,109,32,71,
-101,116,47,83,101,116,32,80,97,114,97,109,10,0,0,0,42,42,32,69,
-114,114,111,114,32,48,120,37,88,32,102,114,111,109,32,71,101,116,80,97,
-114,97,109,10,0,0,0,0,42,42,42,32,116,120,95,116,104,114,101,97,
-100,95,105,110,102,111,95,103,101,116,32,114,101,116,117,114,110,101,100,32,
-101,114,114,111,114,32,37,100,10,0,0,0,37,51,48,115,32,58,37,115,
-10,0,0,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,115,116,97,99,107,32,112,116,114,32,58,32,48,120,37,
-120,10,0,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,115,116,97,99,107,32,101,110,100,32,58,32,48,120,37,
-120,10,0,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,70,87,32,84,97,115,107,115,32,58,32,84,88,32,
-83,84,65,84,69,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,45,45,45,45,45,45,45,45,32,32,32,45,
-45,45,45,45,45,45,45,10,0,0,0,0,20,242,11,0,228,29,11,0,
-104,38,2,0,48,242,11,0,228,29,11,0,104,38,2,0,0,242,11,0,
-0,30,11,0,236,36,1,0,200,241,11,0,40,30,11,0,152,24,2,0,
-208,241,11,0,72,27,11,0,80,1,9,0,52,242,11,0,68,30,11,0,
-180,0,9,0,60,242,11,0,104,30,11,0,132,25,2,0,68,242,11,0,
-112,34,11,0,252,26,2,0,160,30,11,0,120,27,11,0,244,5,2,0,
-76,242,11,0,172,30,11,0,60,35,2,0,84,242,11,0,196,30,11,0,
-204,10,2,0,92,242,11,0,152,27,11,0,168,31,2,0,100,242,11,0,
-212,27,11,0,48,35,2,0,22,242,11,0,224,30,11,0,208,29,2,0,
-216,241,11,0,236,27,11,0,240,22,2,0,248,30,11,0,252,27,11,0,
-232,21,2,0,4,242,11,0,180,25,11,0,180,29,2,0,24,242,11,0,
-20,28,11,0,72,35,2,0,224,241,11,0,188,26,11,0,76,21,2,0,
-4,31,11,0,208,26,11,0,156,20,2,0,16,31,11,0,28,31,11,0,
-148,11,2,0,52,31,11,0,64,31,11,0,148,11,2,0,103,242,11,0,
-88,31,11,0,92,15,2,0,108,242,11,0,204,25,11,0,64,133,4,0,
-116,242,11,0,220,25,11,0,4,115,1,0,8,242,11,0,76,28,11,0,
-180,36,2,0,124,242,11,0,76,28,11,0,180,36,2,0,32,242,11,0,
-76,28,11,0,180,36,2,0,132,242,11,0,76,28,11,0,180,36,2,0,
-232,241,11,0,76,28,11,0,180,36,2,0,40,242,11,0,236,26,11,0,
-204,29,2,0,136,242,11,0,0,27,11,0,128,34,2,0,12,242,11,0,
-96,28,11,0,52,13,2,0,16,242,11,0,244,25,11,0,44,30,2,0,
-124,28,11,0,12,26,11,0,116,189,35,0,104,31,11,0,116,31,11,0,
-168,189,35,0,136,28,11,0,204,34,11,0,92,180,35,0,164,31,11,0,
-44,26,11,0,232,170,35,0,176,31,11,0,92,26,11,0,64,188,35,0,
-240,241,11,0,188,31,11,0,168,188,35,0,240,31,11,0,252,31,11,0,
-248,176,35,0,44,32,11,0,36,27,11,0,148,177,35,0,248,241,11,0,
-140,26,11,0,12,189,35,0,56,32,11,0,68,32,11,0,116,188,35,0,
-69,110,99,108,111,115,117,114,101,32,82,101,97,100,32,67,111,109,109,97,
-110,100,10,0,100,97,116,97,32,116,111,32,98,101,32,119,114,105,116,116,
-101,110,58,0,32,116,101,115,116,73,50,67,45,62,98,121,116,101,67,111,
-117,110,116,32,61,32,37,100,10,0,0,0,32,116,101,115,116,73,50,67,
-45,62,101,110,99,108,65,100,100,114,32,61,32,37,100,10,0,0,0,0,
-69,110,99,108,111,115,117,114,101,32,87,114,105,116,101,32,67,111,109,109,
-97,110,100,10,0,0,0,0,100,97,116,97,32,114,101,99,101,105,118,101,
-100,58,0,0,67,111,117,108,100,110,39,116,32,105,110,105,116,105,97,108,
-105,122,101,32,100,105,97,103,110,111,115,116,105,99,32,116,101,115,116,32,
-102,111,114,32,114,101,113,32,73,68,32,61,32,37,48,52,88,46,10,0,
-100,101,116,97,105,108,115,32,111,102,32,101,114,114,111,114,115,58,10,0,
-32,32,69,114,114,111,114,32,105,110,32,105,110,105,116,105,97,108,105,122,
-105,110,103,32,116,101,115,116,58,32,48,120,37,48,52,120,10,0,0,0,
-32,116,101,115,116,37,105,32,69,114,114,61,37,48,52,120,10,0,0,0,
-32,32,32,32,116,101,115,116,32,37,45,51,105,58,32,32,69,114,114,111,
-114,67,111,100,101,32,61,32,37,48,52,120,10,0,0,0,45,45,45,45,
-45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,10,
-0,0,0,0,32,84,101,115,116,115,32,112,101,114,102,111,114,109,101,100,
-58,32,32,37,105,10,0,0,32,32,32,32,32,35,32,111,102,32,101,114,
-114,111,114,115,58,32,32,37,105,10,0,0,69,114,114,111,114,67,111,100,
-101,32,61,32,37,48,52,88,46,10,0,0,68,105,97,103,110,111,115,116,
-105,99,0,0,100,105,97,103,110,111,115,116,105,99,46,99,112,112,0,0,
-69,110,99,108,111,115,117,114,101,32,67,111,109,109,97,110,100,32,84,101,
-115,116,46,46,46,10,0,0,83,111,109,101,116,104,105,110,103,32,119,114,
-111,110,103,33,33,33,10,0,8,3,9,0,10,9,11,0,12,5,13,5,
-14,167,15,83,16,85,17,55,18,148,19,102,20,19,21,173,22,96,23,130,
-64,0,65,0,66,96,67,19,68,217,69,96,70,19,71,217,72,96,73,19,
-74,217,75,96,76,0,77,0,78,0,79,0,80,0,81,0,81,0,83,0,
-84,0,85,0,86,0,87,0,68,97,116,97,32,109,97,116,99,104,101,100,
-33,33,33,10,0,0,0,0,84,101,115,116,32,67,111,117,110,116,32,61,
-32,37,105,10,0,0,0,0,67,108,111,99,107,32,71,101,110,101,114,97,
-116,111,114,32,68,97,116,97,32,105,110,116,101,103,114,105,116,121,32,116,
-101,115,116,46,46,46,10,0,84,101,115,116,32,67,111,117,110,116,32,61,
-32,37,105,10,0,0,0,0,72,97,114,100,119,97,114,101,32,83,116,114,
-97,112,32,116,101,115,116,46,46,46,10,0,84,101,115,116,32,67,111,117,
-110,116,32,61,32,37,105,10,0,0,0,0,66,111,97,114,100,32,73,68,
-32,116,101,115,116,46,46,46,10,0,0,0,84,101,115,116,32,67,111,117,
-110,116,32,61,32,37,105,10,0,0,0,0,80,114,111,100,117,99,116,32,
-73,68,32,116,101,115,116,46,46,46,10,0,84,101,115,116,32,67,111,117,
-110,116,32,61,32,37,105,10,0,0,0,0,83,101,114,105,97,108,32,80,
-114,101,115,101,110,99,101,32,68,101,116,101,99,116,32,82,79,77,32,116,
-101,115,116,46,46,46,10,0,84,101,115,116,32,67,111,117,110,116,32,61,
-32,37,105,10,0,0,0,0,78,111,110,32,86,111,108,97,116,105,108,101,
-32,82,97,109,32,116,101,115,116,46,46,46,10,0,0,0,84,105,109,101,
-61,37,100,10,0,0,0,0,84,101,115,116,32,67,111,117,110,116,32,61,
-32,37,105,10,0,0,0,0,68,114,105,118,101,32,82,101,115,101,116,32,
-116,101,115,116,46,46,46,10,0,0,0,0,84,101,115,116,32,67,111,117,
-110,116,32,61,32,37,105,10,0,0,0,0,80,99,104,105,112,32,99,44,
-32,100,44,32,101,32,97,110,100,32,112,32,98,117,102,32,100,97,116,97,
-32,105,110,116,101,103,114,105,116,121,32,116,101,115,116,46,46,46,10,0,
-80,160,0,64,0,0,0,0,42,0,128,17,168,18,128,19,64,22,204,151,
-106,20,52,21,0,0,0,0,0,0,0,0,84,101,115,116,32,67,111,117,
-110,116,32,61,32,37,105,10,0,0,0,0,80,99,104,105,112,32,67,109,
-100,32,82,97,109,32,116,101,115,116,46,46,46,10,0,0,0,0,0,0,
-0,0,1,130,120,86,52,18,1,0,0,0,85,85,85,85,170,170,170,170,
-84,101,115,116,32,67,111,117,110,116,32,61,32,37,105,10,0,0,0,0,
-80,99,104,105,112,32,88,111,112,32,80,111,111,108,32,116,101,115,116,46,
-46,46,10,0,66,97,100,32,83,66,85,70,32,108,111,99,97,116,105,111,
-110,33,32,32,32,32,83,66,85,70,32,97,100,100,114,32,37,120,58,32,
-32,119,114,111,116,101,32,37,48,50,120,32,44,32,32,114,101,97,100,32,
-37,48,50,120,32,46,10,0,66,97,100,32,83,66,85,70,32,108,111,99,
-97,116,105,111,110,33,32,32,32,32,83,98,117,102,32,97,100,100,114,32,
-37,120,58,32,32,119,114,111,116,101,32,37,48,50,120,32,44,32,32,114,
-101,97,100,32,37,48,50,120,32,46,10,0,67,111,117,108,100,110,39,116,
-32,114,101,97,100,32,83,66,85,70,33,10,0,0,0,0,70,105,110,105,
-115,104,101,100,32,99,104,101,99,107,105,110,103,32,98,97,99,107,117,112,
-32,100,97,116,97,32,105,110,32,83,66,85,70,46,10,0,83,116,97,114,
-116,32,97,100,100,114,101,115,115,32,111,102,32,83,66,85,70,61,48,120,
-37,120,10,0,69,110,100,32,97,100,100,114,101,115,115,32,111,102,32,83,
-66,85,70,61,48,120,37,120,10,0,0,0,67,111,117,108,100,110,39,116,
-32,115,101,116,32,72,66,65,32,115,116,97,116,101,32,116,111,32,66,66,
-85,32,116,101,115,116,32,99,111,109,112,108,101,116,101,33,10,0,0,0,
-67,104,101,99,107,105,110,103,32,98,97,99,107,117,112,32,100,97,116,97,
-32,105,110,32,83,66,85,70,46,46,46,10,0,0,0,0,83,105,122,101,
-32,111,102,32,83,66,85,70,61,48,120,37,120,32,98,121,116,101,115,10,
-0,0,0,0,67,111,117,108,100,110,39,116,32,100,105,115,97,98,108,101,
-32,85,80,83,33,10,0,0,84,101,115,116,32,67,111,117,110,116,32,61,
-32,37,105,10,0,0,0,0,67,104,101,99,107,105,110,103,32,111,102,32,
-112,111,119,101,114,32,102,97,105,108,32,116,101,115,116,46,46,46,10,0,
-67,111,117,108,100,110,39,116,32,115,101,116,32,72,66,65,32,115,116,97,
-116,101,32,116,111,32,66,66,85,32,112,111,119,101,114,32,102,97,105,108,
-32,116,101,115,116,33,10,0,83,116,97,114,116,32,97,100,100,114,101,115,
-115,32,111,102,32,83,66,85,70,61,48,120,37,120,10,0,80,114,101,112,
-97,114,105,110,103,32,100,97,116,97,32,102,111,114,32,98,97,99,107,117,
-112,32,105,110,32,83,66,85,70,46,46,46,10,0,0,0,69,110,100,32,
-97,100,100,114,101,115,115,32,111,102,32,83,66,85,70,61,48,120,37,120,
-10,0,0,0,87,114,105,116,105,110,103,32,100,97,116,97,32,112,97,116,
-116,101,114,110,32,48,120,65,65,32,116,111,32,83,66,85,70,46,46,46,
-10,0,0,0,67,111,117,108,100,110,39,116,32,119,114,105,116,101,32,83,
-66,85,70,33,10,0,0,0,70,105,110,105,115,104,101,100,32,118,101,114,
-105,102,121,105,110,103,32,100,97,116,97,32,119,114,105,116,116,101,110,32,
-105,110,32,83,66,85,70,46,10,0,0,0,67,111,117,108,100,110,39,116,
-32,101,110,97,98,108,101,32,85,80,83,33,10,0,0,0,83,105,122,101,
-32,111,102,32,83,66,85,70,61,48,120,37,120,32,98,121,116,101,115,10,
-0,0,0,0,70,105,110,105,115,104,101,100,32,119,114,105,116,105,110,103,
-32,100,97,116,97,32,112,97,116,116,101,114,110,32,48,120,65,65,32,116,
-111,32,83,66,85,70,46,10,0,0,0,0,86,101,114,105,102,121,105,110,
-103,32,100,97,116,97,32,119,114,105,116,116,101,110,32,105,110,32,83,66,
-85,70,46,46,46,10,0,0,70,105,110,105,115,104,101,100,32,112,114,101,
-112,97,114,105,110,103,32,100,97,116,97,32,102,111,114,32,98,97,99,107,
-117,112,32,105,110,32,83,66,85,70,46,10,0,0,0,0,84,101,115,116,
-32,67,111,117,110,116,32,61,32,37,105,10,0,0,0,0,80,114,101,112,
-97,114,97,116,105,111,110,32,111,102,32,112,111,119,101,114,32,102,97,105,
-108,32,116,101,115,116,46,46,46,10,0,0,67,111,117,108,100,110,39,116,
-32,117,112,103,114,97,100,101,32,66,66,85,32,102,105,114,109,119,97,114,
-101,33,10,0,84,101,115,116,32,67,111,117,110,116,32,61,32,37,105,10,
-0,0,0,0,66,66,85,32,102,105,114,109,119,97,114,101,32,117,112,103,
-114,97,100,101,32,116,101,115,116,46,46,46,10,0,0,0,84,101,115,116,
-32,67,111,117,110,116,32,61,32,37,105,10,0,0,0,0,66,66,85,32,
-114,101,115,101,116,32,116,101,115,116,46,46,46,10,0,0,84,101,115,116,
-32,67,111,117,110,116,32,61,32,37,105,10,0,0,0,0,80,111,114,116,
-32,112,105,110,115,32,98,105,116,32,109,97,112,32,61,32,37,105,10,0,
-83,101,116,116,105,110,103,32,111,102,32,66,66,85,32,112,111,114,116,32,
-112,105,110,115,32,116,101,115,116,46,46,46,10,0,0,0,84,101,115,116,
-32,67,111,117,110,116,32,61,32,37,105,10,0,0,0,0,77,101,97,115,
-117,114,101,109,101,110,116,32,111,102,32,83,66,85,70,32,115,101,108,102,
-32,114,101,102,114,101,115,104,32,99,117,114,114,101,110,116,32,116,101,115,
-116,46,46,46,10,0,0,0,82,69,83,69,84,84,73,78,71,32,97,108,
-108,32,66,66,85,32,87,114,105,116,101,32,79,110,99,101,32,112,97,114,
-97,109,101,116,101,114,115,10,0,0,0,0,83,69,84,84,73,78,71,83,
-32,68,101,108,101,116,105,111,110,58,32,87,82,73,84,69,32,79,78,67,
-69,32,116,121,112,101,10,0,83,69,84,84,73,78,71,83,32,68,101,108,
-101,116,105,111,110,58,32,87,82,73,84,69,32,79,78,67,69,32,116,121,
-112,101,44,32,110,111,32,102,108,97,115,104,32,102,105,108,101,32,112,114,
-101,115,101,110,116,32,40,97,108,114,101,97,100,121,32,100,101,108,101,116,
-101,100,41,10,0,0,0,0,32,32,32,49,32,32,32,50,32,32,32,51,
-32,32,32,52,32,32,32,53,32,32,32,54,32,32,32,55,32,32,32,56,
-32,32,32,57,32,32,32,97,32,32,32,98,32,32,32,99,32,32,32,100,
-32,32,32,101,32,32,32,102,10,0,0,0,117,110,100,101,102,105,110,101,
-100,33,10,0,85,68,77,65,45,49,48,48,10,0,0,0,85,68,77,65,
-45,49,51,51,10,0,0,0,32,32,32,32,85,68,77,65,32,109,111,100,
-101,32,61,32,0,0,0,0,85,68,77,65,45,51,51,10,0,0,0,0,
-85,68,77,65,45,54,54,10,0,0,0,0,84,101,115,116,32,67,111,117,
-110,116,32,61,32,37,105,10,0,0,0,0,68,114,105,118,101,32,85,68,
-77,65,32,109,111,100,101,32,116,101,115,116,46,46,46,10,0,0,0,0,
-65,112,111,114,116,35,32,61,32,37,105,10,0,0,0,0,32,32,32,32,
-78,117,109,98,101,114,32,111,102,32,119,111,114,100,115,32,116,111,32,119,
-114,105,116,101,58,32,48,120,37,120,10,0,32,32,32,32,87,114,105,116,
-101,32,65,100,100,114,101,115,115,58,32,48,120,37,120,10,0,0,0,0,
-84,101,115,116,32,67,111,117,110,116,32,61,32,37,105,10,0,0,0,0,
-87,114,105,116,101,32,117,80,32,109,101,109,32,119,111,114,100,115,46,46,
-46,10,0,0,32,32,32,32,82,101,97,100,32,65,100,100,114,101,115,115,
-58,32,48,120,37,120,10,0,32,32,32,32,78,117,109,98,101,114,32,111,
-102,32,119,111,114,100,115,32,116,111,32,114,101,97,100,58,32,48,120,37,
-120,10,0,0,84,101,115,116,32,67,111,117,110,116,32,61,32,37,105,10,
-0,0,0,0,82,101,97,100,32,117,80,32,109,101,109,32,119,111,114,100,
-115,46,46,46,10,0,0,0,32,32,32,32,78,117,109,98,101,114,32,111,
-102,32,66,121,116,101,115,32,116,111,32,119,114,105,116,101,58,32,48,120,
-37,120,10,0,32,32,32,32,87,114,105,116,101,32,65,100,100,114,101,115,
-115,58,32,48,120,37,120,10,0,0,0,0,84,101,115,116,32,67,111,117,
-110,116,32,61,32,37,105,10,0,0,0,0,87,114,105,116,101,32,117,80,
-32,109,101,109,32,98,121,116,101,115,46,46,46,10,0,0,32,32,32,32,
-82,101,97,100,32,65,100,100,114,101,115,115,58,32,48,120,37,120,10,0,
-32,32,32,32,78,117,109,98,101,114,32,111,102,32,66,121,116,101,115,32,
-116,111,32,114,101,97,100,58,32,48,120,37,120,10,0,0,84,101,115,116,
-32,67,111,117,110,116,32,61,32,37,105,10,0,0,0,0,82,101,97,100,
-32,117,80,32,109,101,109,32,98,121,116,101,115,46,46,46,10,0,0,0,
-73,110,116,32,108,105,110,101,32,101,114,114,111,114,33,32,32,32,32,80,
-99,104,105,112,32,65,32,105,110,116,32,119,111,117,108,100,110,39,116,32,
-103,111,32,72,105,103,104,32,97,116,32,117,80,46,10,0,73,110,116,32,
-108,105,110,101,32,101,114,114,111,114,33,32,32,32,32,80,99,104,105,112,
-32,69,114,114,111,114,32,105,110,116,32,119,111,117,108,100,110,39,116,32,
-103,111,32,76,111,119,32,97,116,32,117,80,10,0,0,0,73,110,116,32,
-108,105,110,101,32,101,114,114,111,114,33,32,32,32,32,65,99,104,105,112,
-32,105,110,116,32,119,111,117,108,100,110,39,116,32,103,111,32,76,111,119,
-32,97,116,32,117,80,46,10,0,0,0,0,73,110,116,32,108,105,110,101,
-32,101,114,114,111,114,33,32,32,32,32,80,99,104,105,112,32,70,101,116,
-99,104,32,105,110,116,32,119,111,117,108,100,110,39,116,32,103,111,32,76,
-111,119,32,97,116,32,117,80,46,10,0,0,73,110,116,32,108,105,110,101,
-32,101,114,114,111,114,33,32,32,32,32,80,99,104,105,112,32,70,101,116,
-99,104,32,105,110,116,32,119,111,117,108,100,110,39,116,32,103,111,32,72,
-105,103,104,32,97,116,32,117,80,10,0,0,73,110,116,32,108,105,110,101,
-32,101,114,114,111,114,33,32,32,32,32,80,99,104,105,112,32,65,32,105,
-110,116,32,119,111,117,108,100,110,39,116,32,103,111,32,76,111,119,32,97,
-116,32,117,80,46,10,0,0,73,110,116,32,108,105,110,101,32,101,114,114,
-111,114,33,32,32,32,32,80,99,104,105,112,32,65,32,105,110,116,32,105,
-115,32,115,104,111,114,116,101,100,32,116,111,32,80,99,104,105,112,32,66,
-32,105,110,116,46,10,0,0,73,110,116,32,108,105,110,101,32,101,114,114,
-111,114,33,32,32,32,32,65,108,108,32,65,99,104,105,112,32,97,110,100,
-32,80,99,104,105,112,32,105,110,116,32,108,105,110,101,115,32,119,101,114,
-101,110,39,116,32,72,105,103,104,32,97,116,32,117,80,46,10,0,0,0,
-73,110,116,32,108,105,110,101,32,101,114,114,111,114,33,32,32,32,32,65,
-108,108,32,65,99,104,105,112,32,32,97,110,100,32,80,99,104,105,112,32,
-105,110,116,32,108,105,110,101,115,32,119,101,114,101,110,39,116,32,72,105,
-103,104,32,97,116,32,117,80,46,10,0,0,84,101,115,116,32,67,111,117,
-110,116,32,61,32,37,105,10,0,0,0,0,65,99,104,105,112,32,38,32,
-80,99,104,105,112,32,116,111,32,117,80,32,105,110,116,101,114,114,117,112,
-116,32,108,105,110,101,32,116,101,115,116,46,46,46,10,0,32,32,32,32,
-84,101,115,116,105,110,103,32,102,111,114,32,37,105,32,65,99,104,105,112,
-32,105,110,116,115,32,97,110,100,32,50,32,80,99,104,105,112,32,105,110,
-116,115,46,10,0,0,0,0,88,79,82,32,101,114,114,111,114,33,32,32,
-32,32,83,98,117,102,32,97,100,100,114,32,37,120,58,32,32,115,104,111,
-117,108,100,32,98,101,32,37,48,50,120,32,44,32,32,98,117,116,32,114,
-101,97,100,32,37,48,50,120,32,46,10,0,84,101,115,116,32,67,111,117,
-110,116,32,61,32,37,105,10,0,0,0,0,65,99,104,105,112,32,88,79,
-82,32,116,101,115,116,46,46,46,10,0,0,65,112,111,114,116,35,32,61,
-32,37,105,10,0,0,0,0,32,32,32,32,67,104,101,99,107,115,117,109,
-32,61,32,37,48,52,88,10,0,0,0,0,84,101,115,116,32,67,111,117,
-110,116,32,61,32,37,105,10,0,0,0,0,67,104,101,99,107,115,117,109,
-32,111,102,32,102,108,97,115,104,32,82,79,77,32,116,101,115,116,46,46,
-46,10,0,0,78,111,32,100,114,105,118,101,32,111,110,32,65,112,111,114,
-116,32,37,105,33,10,0,0,84,101,115,116,32,67,111,117,110,116,32,61,
-32,37,105,10,0,0,0,0,83,105,110,103,108,101,45,65,112,111,114,116,
-32,100,105,115,107,32,82,47,87,32,116,101,115,116,46,46,46,10,0,0,
-65,112,111,114,116,35,32,61,32,37,105,10,0,0,0,0,84,104,101,114,
-101,32,97,114,101,110,39,116,32,97,116,32,108,101,97,115,116,32,37,105,
-32,65,112,111,114,116,115,32,119,105,116,104,32,100,114,105,118,101,115,32,
-97,116,116,97,99,104,101,100,33,10,0,0,84,101,115,116,32,67,111,117,
-110,116,32,61,32,37,105,10,0,0,0,0,78,117,109,98,101,114,32,111,
-102,32,65,112,111,114,116,115,32,116,111,32,116,101,115,116,58,32,37,105,
-10,0,0,0,77,117,108,116,105,45,65,112,111,114,116,115,32,100,105,115,
-107,32,82,47,87,32,116,101,115,116,46,46,46,10,0,0,84,101,115,116,
-32,67,111,117,110,116,32,61,32,37,105,10,0,0,0,0,79,98,115,111,
-108,101,116,101,32,116,101,115,116,32,45,45,32,110,111,32,116,101,115,116,
-115,32,112,101,114,102,111,114,109,101,100,46,10,0,0,0,67,111,117,108,
-100,110,39,116,32,119,114,105,116,101,32,83,98,117,102,33,10,0,0,0,
-67,111,117,108,100,110,39,116,32,114,101,97,100,32,83,98,117,102,33,10,
-0,0,0,0,79,112,101,110,32,105,110,32,83,98,117,102,32,100,97,116,
-97,32,108,105,110,101,33,32,32,32,32,83,98,117,102,32,98,121,116,101,
-32,111,102,102,115,101,116,32,37,48,51,120,58,32,32,119,114,111,116,101,
-32,37,48,50,120,32,44,32,32,114,101,97,100,32,37,48,50,120,32,46,
-10,0,0,0,66,97,100,32,83,98,117,102,32,97,100,100,114,101,115,115,
-32,108,105,110,101,33,32,83,98,117,102,32,97,100,100,114,32,37,120,58,
-32,32,119,114,111,116,101,32,37,48,49,54,120,44,32,32,114,101,97,100,
-32,37,48,49,54,120,10,0,67,111,117,108,100,110,39,116,32,119,114,105,
-116,101,32,83,98,117,102,33,10,0,0,0,67,111,117,108,100,110,39,116,
-32,114,101,97,100,32,83,98,117,102,33,10,0,0,0,0,66,97,100,32,
-83,98,117,102,32,97,100,100,114,101,115,115,32,108,105,110,101,33,32,83,
-98,117,102,32,97,100,100,114,32,37,120,58,32,32,115,104,111,117,108,100,
-32,98,101,32,48,44,32,98,117,116,32,105,116,32,119,97,115,32,99,104,
-97,110,103,101,100,32,116,111,32,37,48,49,54,120,10,0,67,111,117,108,
-100,110,39,116,32,99,108,101,97,114,32,83,98,117,102,33,10,0,0,0,
-67,111,117,108,100,110,39,116,32,119,114,105,116,101,32,83,98,117,102,33,
-10,0,0,0,67,111,117,108,100,110,39,116,32,114,101,97,100,32,83,98,
-117,102,33,10,0,0,0,0,83,104,111,114,116,32,105,110,32,83,98,117,
-102,32,100,97,116,97,32,108,105,110,101,33,32,32,32,32,83,98,117,102,
-32,98,121,116,101,32,111,102,102,115,101,116,32,37,48,51,120,58,32,32,
-119,114,111,116,101,32,37,48,50,120,32,44,32,32,114,101,97,100,32,37,
-48,50,120,32,46,10,0,0,84,101,115,116,32,67,111,117,110,116,32,61,
-32,37,105,10,0,0,0,0,84,101,115,116,32,67,111,117,110,116,32,61,
-32,37,105,10,0,0,0,0,83,98,117,102,32,109,101,109,111,114,121,32,
-116,101,115,116,46,46,46,10,0,0,0,0,84,101,115,116,32,67,111,117,
-110,116,32,61,32,37,105,10,0,0,0,0,65,112,111,114,116,45,100,114,
-105,118,101,110,32,83,98,117,102,32,60,45,62,32,100,105,115,107,32,98,
-117,102,102,101,114,32,116,101,115,116,115,46,46,46,10,0,65,112,111,114,
-116,35,32,61,32,37,105,10,0,0,0,0,66,97,100,32,82,65,77,32,
-108,111,99,97,116,105,111,110,33,32,32,32,32,87,114,111,116,101,32,116,
-111,32,65,100,100,114,32,37,120,44,32,97,110,100,32,105,116,32,99,104,
-97,110,103,101,100,32,65,100,100,114,32,37,120,46,10,0,66,97,100,32,
-82,65,77,32,108,111,99,97,116,105,111,110,33,32,32,32,32,65,100,100,
-114,32,37,120,58,32,32,119,114,111,116,101,32,37,120,32,44,32,114,101,
-97,100,32,98,97,99,107,32,37,120,32,46,10,0,0,0,66,97,100,32,
-82,65,77,32,108,111,99,97,116,105,111,110,33,32,32,32,32,87,114,111,
-116,101,32,116,111,32,65,100,100,114,32,37,120,32,44,32,97,110,100,32,
-105,116,32,99,104,97,110,103,101,100,32,65,100,100,114,32,37,120,32,46,
-10,0,0,0,84,101,115,116,32,67,111,117,110,116,32,61,32,37,105,10,
-0,0,0,0,117,80,32,82,65,77,32,116,101,115,116,46,46,46,10,0,
-32,32,32,32,82,65,77,32,115,116,97,114,116,32,97,100,100,114,58,32,
-48,120,37,120,32,32,101,110,100,32,97,100,100,114,58,32,48,120,37,120,
-32,32,115,105,122,101,32,48,120,37,120,10,32,32,32,32,35,32,116,101,
-115,116,32,108,111,99,97,116,105,111,110,115,58,32,37,105,10,0,0,0,
-80,98,117,102,32,101,114,114,111,114,33,32,32,32,32,80,98,117,102,32,
-98,121,116,101,32,111,102,102,115,101,116,32,37,48,51,120,58,32,32,119,
-114,111,116,101,32,37,48,50,120,32,44,32,32,114,101,97,100,32,37,48,
-50,120,32,46,10,0,0,0,84,101,115,116,32,67,111,117,110,116,32,61,
-32,37,105,10,0,0,0,0,117,80,32,60,45,62,32,80,99,104,105,112,
-32,80,98,117,102,32,100,97,116,97,32,105,110,116,101,103,114,105,116,121,
-32,116,101,115,116,115,46,46,46,10,0,0,84,101,115,116,32,67,111,117,
-110,116,32,61,32,37,105,10,0,0,0,0,65,112,111,114,116,32,60,45,
-62,32,104,111,115,116,32,60,45,62,32,117,80,32,100,97,116,97,32,105,
-110,116,101,103,114,105,116,121,32,116,101,115,116,115,46,46,46,10,0,0,
-65,112,111,114,116,35,32,61,32,37,105,10,0,0,0,0,84,101,115,116,
-32,67,111,117,110,116,32,61,32,37,105,10,0,0,0,0,78,117,108,108,
-32,116,101,115,116,46,10,0,84,101,115,116,32,67,111,117,110,116,32,61,
-32,37,105,10,0,0,0,0,72,111,115,116,32,116,111,32,83,98,117,102,
-32,100,97,116,97,32,105,110,116,101,103,114,105,116,121,32,116,101,115,116,
-115,46,46,46,10,0,0,0,84,101,115,116,32,67,111,117,110,116,32,61,
-32,37,105,10,0,0,0,0,83,98,117,102,32,116,111,32,104,111,115,116,
-32,100,97,116,97,32,105,110,116,101,103,114,105,116,121,32,116,101,115,116,
-115,46,46,46,10,0,0,0,84,101,115,116,32,67,111,117,110,116,32,61,
-32,37,105,10,0,0,0,0,117,80,32,60,45,62,32,104,111,115,116,32,
-100,97,116,97,32,105,110,116,101,103,114,105,116,121,32,116,101,115,116,115,
-46,46,46,10,0,0,0,0,67,111,117,108,100,110,39,116,32,99,108,101,
-97,114,32,83,98,117,102,33,10,0,0,0,84,101,115,116,32,67,111,117,
-110,116,32,61,32,37,105,10,0,0,0,0,117,80,32,60,45,62,32,83,
-98,117,102,32,100,97,116,97,32,105,110,116,101,103,114,105,116,121,32,116,
-101,115,116,115,46,46,46,10,0,0,0,0,32,32,84,104,105,115,32,115,
-104,111,117,108,100,32,110,101,118,101,114,32,98,101,32,101,120,101,99,117,
-116,101,100,33,10,0,0,0,66,97,100,32,83,98,117,102,32,108,111,99,
-97,116,105,111,110,33,32,32,32,32,83,98,117,102,32,97,100,100,114,32,
-37,120,58,32,32,119,114,111,116,101,32,37,48,50,120,32,44,32,32,114,
-101,97,100,32,37,48,50,120,32,46,10,0,67,111,117,108,100,110,39,116,
-32,119,114,105,116,101,32,83,98,117,102,33,10,0,0,0,67,111,117,108,
-100,110,39,116,32,114,101,97,100,32,83,98,117,102,33,10,0,0,0,0,
-68,82,86,95,78,79,84,95,80,82,69,83,69,78,84,0,68,82,86,95,
-72,65,83,95,85,78,67,79,78,86,69,82,84,69,68,95,68,67,66,0,
-68,82,86,95,72,65,83,95,85,78,83,85,80,80,79,82,84,69,68,95,
-68,67,66,0,68,82,86,95,82,69,77,79,86,69,68,0,68,82,86,95,
-80,82,69,83,69,78,84,0,85,78,83,85,80,80,79,82,84,69,68,0,
-68,82,86,95,70,65,73,76,69,68,95,67,65,66,76,69,95,84,69,83,
-84,0,0,0,68,82,86,95,70,65,73,76,69,68,95,67,79,78,70,73,
-71,95,79,80,83,0,0,0,68,82,86,95,69,67,67,95,69,82,82,79,
-82,0,0,0,68,82,86,95,78,79,84,95,83,85,80,80,79,82,84,69,
-68,0,0,0,68,82,86,95,82,69,77,79,86,69,68,95,74,66,79,68,
-0,0,0,0,68,82,86,95,72,65,83,95,68,67,66,95,68,65,84,65,
-95,67,72,69,67,75,0,0,68,82,86,95,72,65,83,95,68,67,66,95,
-79,82,80,72,65,78,0,0,68,82,86,95,72,65,83,95,68,67,66,95,
-82,69,65,68,95,70,65,73,76,85,82,69,0,0,0,0,68,82,86,95,
-72,65,83,95,68,67,66,95,82,69,65,68,95,84,73,77,69,79,85,84,
-0,0,0,0,68,82,86,95,68,69,86,73,67,69,95,69,82,82,79,82,
-0,0,0,0,68,82,86,95,83,77,65,82,84,95,70,65,73,76,0,0,
-85,68,77,65,45,49,48,48,0,0,0,0,85,68,77,65,45,49,51,51,
-0,0,0,0,0,0,0,0,204,69,11,0,1,0,0,0,132,70,11,0,
-2,0,0,0,12,70,11,0,217,0,0,0,220,69,11,0,219,0,0,0,
-244,69,11,0,221,0,0,0,152,70,11,0,223,0,0,0,176,70,11,0,
-236,0,0,0,196,70,11,0,238,0,0,0,224,70,11,0,0,0,0,0,
-48,70,11,0,0,0,0,0,72,70,11,0,241,0,0,0,252,70,11,0,
-245,0,0,0,16,71,11,0,249,0,0,0,96,70,11,0,254,0,0,0,
-112,70,11,0,255,0,0,0,24,70,11,0,85,78,75,78,79,87,78,32,
-83,84,65,84,85,83,0,0,37,115,32,40,48,120,37,88,41,10,0,0,
-32,68,97,116,97,32,105,115,32,105,110,118,97,108,105,100,33,10,0,0,
-83,109,97,114,116,84,105,109,101,83,116,97,109,112,61,37,100,10,0,0,
-32,32,32,77,111,100,101,108,32,35,58,32,37,115,10,0,32,32,83,101,
-114,105,97,108,32,35,58,32,37,115,10,0,32,32,68,114,118,32,70,87,
-32,35,58,32,37,115,10,0,32,32,32,68,77,65,32,84,67,81,58,32,
-37,100,32,43,43,32,83,65,84,65,32,78,67,81,58,32,37,100,10,0,
-80,119,114,32,67,121,99,108,101,115,58,32,37,100,10,0,32,32,65,99,
-111,117,115,116,105,99,58,32,48,120,37,88,44,32,100,101,102,61,48,120,
-37,88,32,40,48,120,70,69,61,98,101,115,116,32,112,101,114,102,111,114,
-109,97,110,99,101,41,10,0,40,115,101,99,117,114,105,116,121,32,102,101,
-97,116,117,114,101,32,110,111,116,32,115,117,112,112,111,114,116,101,100,32,
-33,33,32,93,10,0,0,0,45,45,80,111,114,116,91,37,50,100,93,45,
-0,0,0,0,40,100,115,45,48,120,37,120,32,100,105,45,48,120,37,120,
-41,10,0,0,68,73,84,32,115,116,97,116,117,115,58,32,0,0,0,0,
-32,32,67,97,112,97,99,105,116,121,58,32,37,108,117,32,40,48,120,37,
-48,56,108,88,41,10,0,0,32,70,101,97,116,46,32,69,120,116,58,32,
-84,105,109,101,76,105,109,105,116,101,100,32,82,47,87,58,32,37,100,44,
-32,87,68,77,65,32,70,85,65,58,32,37,100,44,32,83,116,114,101,97,
-109,58,32,37,100,10,0,0,32,32,83,101,99,117,114,105,116,121,58,32,
-83,116,97,116,117,115,61,48,120,37,88,32,0,0,0,0,40,37,115,44,
-32,37,115,37,115,10,0,0,100,105,115,97,98,108,101,100,0,0,0,0,
-117,110,108,111,99,107,101,100,0,0,0,0,44,32,43,32,109,111,114,101,
-46,46,46,41,0,0,0,0,32,85,100,109,97,32,77,111,100,101,58,32,
-48,120,37,88,32,40,37,115,41,10,0,0,32,32,70,101,97,116,117,114,
-101,115,58,32,83,77,65,82,84,58,32,37,100,44,32,83,101,99,117,114,
-105,116,121,58,32,37,100,44,32,52,56,45,98,105,116,32,97,100,100,114,
-58,32,37,100,44,32,65,99,111,117,115,116,105,99,58,32,37,100,44,32,
-10,0,0,0,68,114,105,118,101,32,114,101,109,111,118,101,100,44,32,0,
-68,114,105,118,101,32,97,100,100,101,100,44,32,0,0,0,68,73,84,91,
-37,50,105,93,46,115,116,97,116,117,115,32,61,32,0,0,87,97,105,116,
-83,116,97,103,103,101,114,84,105,109,101,0,80,114,111,99,101,115,115,67,
-104,101,99,107,80,119,114,0,68,111,110,101,67,97,99,104,101,69,110,97,
-98,108,101,0,83,101,116,65,99,111,117,115,116,105,99,77,111,100,101,0,
-68,111,110,101,83,109,97,114,116,69,110,97,98,108,101,0,83,97,116,97,
-87,97,105,116,79,79,66,0,84,101,115,116,66,117,102,82,101,97,100,0,
-68,111,110,101,66,117,102,82,101,97,100,0,73,115,115,117,101,83,112,105,
-110,117,112,0,73,115,115,117,101,85,110,108,111,99,107,0,68,111,110,101,
-68,105,115,97,98,108,101,80,97,115,115,119,111,114,100,0,70,97,105,108,
-101,100,68,114,105,118,101,0,70,97,105,108,101,100,67,97,98,108,101,0,
-70,105,110,100,68,114,105,118,101,0,0,0,73,115,115,117,101,67,104,101,
-99,107,80,119,114,0,0,0,83,101,116,85,100,109,97,84,105,109,105,110,
-103,0,0,0,68,111,110,101,76,111,111,107,65,104,101,97,100,0,0,0,
-68,111,110,101,78,111,110,90,101,114,111,79,102,102,115,101,116,0,0,0,
-82,101,115,101,116,68,114,105,118,101,0,0,83,97,116,97,67,104,101,99,
-107,79,79,66,0,0,0,0,84,101,115,116,68,114,105,118,101,82,101,97,
-100,121,0,0,84,101,115,116,84,102,82,101,103,115,0,0,68,111,110,101,
-84,102,82,101,103,115,0,0,84,101,115,116,66,117,102,87,114,105,116,101,
-0,0,0,0,73,115,115,117,101,73,100,101,110,116,0,0,80,114,111,99,
-101,115,115,73,100,101,110,116,0,0,0,0,68,111,110,101,83,112,105,110,
-117,112,0,0,68,111,110,101,85,100,109,97,84,105,109,105,110,103,0,0,
-68,111,110,101,85,110,108,111,99,107,0,0,83,101,116,67,97,99,104,101,
-69,110,97,98,108,101,0,0,83,101,116,76,111,111,107,65,104,101,97,100,
-0,0,0,0,73,115,115,117,101,78,111,110,90,101,114,111,79,102,102,115,
-101,116,0,0,69,110,97,98,108,101,68,109,97,65,117,116,111,65,99,116,
-105,118,0,0,68,111,110,101,68,109,97,65,117,116,111,65,99,116,105,118,
-0,0,0,0,68,111,110,101,65,99,111,117,115,116,105,99,77,111,100,101,
-0,0,0,0,83,101,116,83,109,97,114,116,69,110,97,98,108,101,0,0,
-73,115,115,117,101,83,109,97,114,116,65,116,116,114,0,0,80,114,111,99,
-101,115,115,83,109,97,114,116,65,116,116,114,0,0,0,0,73,115,115,117,
-101,68,105,115,97,98,108,101,80,97,115,115,119,111,114,100,0,0,0,0,
-85,110,115,117,112,112,111,114,116,101,100,68,114,105,118,101,0,0,0,0,
-73,115,115,117,101,83,109,97,114,116,82,101,116,117,114,110,83,116,97,116,
-117,115,0,0,80,114,111,99,101,115,115,83,109,97,114,116,82,101,116,117,
-114,110,83,116,97,116,117,115,0,0,0,0,67,111,109,112,108,101,116,101,
-0,0,0,0,10,70,97,105,108,32,82,101,97,100,32,83,109,97,114,116,
-32,82,101,116,117,114,110,32,83,116,97,116,117,115,0,0,10,70,97,105,
-108,32,82,101,97,100,32,83,109,97,114,116,32,65,116,116,114,105,98,117,
-116,101,115,0,10,70,97,105,108,32,83,109,97,114,116,32,69,110,97,98,
-108,101,0,0,10,70,97,105,108,32,80,114,111,99,101,115,115,32,68,77,
-65,32,83,101,116,117,112,32,65,117,116,111,45,65,99,116,105,118,97,116,
-101,32,79,112,116,105,109,105,122,97,116,105,111,110,0,0,10,70,97,105,
-108,32,80,114,111,99,101,115,115,32,110,111,110,45,122,101,114,111,32,98,
-117,102,102,101,114,32,111,102,102,115,101,116,32,68,105,115,97,98,108,101,
-0,0,0,0,100,114,105,118,101,73,110,118,101,110,116,111,114,121,46,99,
-112,112,0,0,83,101,101,107,32,76,66,65,32,48,10,0,91,116,105,109,
-101,32,37,53,100,93,32,83,112,105,110,117,112,32,100,114,105,118,101,32,
-37,50,100,32,45,32,0,0,83,101,116,32,70,101,97,116,117,114,101,10,
-0,0,0,0,68,101,116,101,99,116,101,100,32,100,114,105,118,101,32,114,
-101,45,105,110,115,101,114,116,105,111,110,10,0,0,0,0,68,101,116,101,
-99,116,101,100,32,100,114,105,118,101,32,115,119,97,112,10,0,0,0,0,
-100,114,105,118,101,73,110,118,101,110,116,111,114,121,46,99,112,112,0,0,
-91,116,105,109,101,32,37,53,100,93,32,80,111,114,116,32,37,50,100,32,
-77,73,83,67,79,77,80,65,82,69,40,115,41,32,100,117,114,105,110,103,
-32,98,117,102,102,101,114,32,82,47,87,32,116,101,115,116,46,32,40,66,
-105,116,115,58,32,48,120,37,48,52,88,41,10,0,0,0,91,116,105,109,
-101,32,37,53,100,93,32,80,111,114,116,32,37,50,100,32,84,70,95,83,
-84,65,84,85,83,58,32,48,120,37,48,50,120,0,0,0,44,32,112,114,
-101,118,105,111,117,115,58,32,48,120,37,48,50,120,32,40,37,100,32,116,
-105,109,101,115,41,0,0,0,91,116,105,109,101,32,37,53,100,93,32,80,
-111,114,116,32,37,50,100,32,84,70,95,83,84,65,84,85,83,58,32,48,
-120,37,48,50,120,32,40,37,100,32,116,105,109,101,115,41,10,0,0,0,
-42,42,80,111,114,116,32,37,53,100,32,70,65,73,76,69,68,46,32,73,
-80,82,32,101,114,114,111,114,32,99,111,100,101,58,32,48,120,37,48,50,
-120,44,32,102,114,111,109,32,115,116,97,116,101,32,37,115,10,0,0,0,
-100,114,105,118,101,73,110,118,101,110,116,111,114,121,46,99,112,112,0,0,
-68,114,118,73,110,118,101,110,116,111,114,121,0,0,0,0,100,114,105,118,
-101,73,110,118,101,110,116,111,114,121,46,99,112,112,0,0,0,0,0,0,
-88,243,11,0,0,0,255,255,244,217,2,0,1,0,0,0,48,75,11,0,
-0,0,255,255,40,216,2,0,2,0,0,0,120,74,11,0,0,0,255,255,
-132,215,2,0,3,0,0,0,60,75,11,0,0,0,255,255,96,213,2,0,
-4,0,0,0,224,74,11,0,0,0,255,255,188,212,2,0,5,0,0,0,
-76,75,11,0,0,0,255,255,208,210,2,0,6,0,0,0,92,75,11,0,
-0,0,255,255,156,210,2,0,7,0,0,0,104,75,11,0,0,0,255,255,
-56,210,2,0,8,0,0,0,116,75,11,0,0,0,255,255,32,209,2,0,
-9,0,0,0,132,74,11,0,0,0,255,255,24,208,2,0,10,0,0,0,
-144,74,11,0,0,0,255,255,208,206,2,0,11,0,0,0,132,75,11,0,
-0,0,255,255,244,205,2,0,12,0,0,0,144,75,11,0,0,0,255,255,
-128,203,2,0,13,0,0,0,156,74,11,0,0,0,255,255,196,201,2,0,
-14,0,0,0,160,75,11,0,0,0,255,255,96,201,2,0,15,0,0,0,
-40,74,11,0,0,0,255,255,200,200,2,0,16,0,0,0,236,74,11,0,
-0,0,255,255,36,200,2,0,17,0,0,0,56,74,11,0,0,0,255,255,
-116,199,2,0,18,0,0,0,252,74,11,0,0,0,255,255,28,198,2,0,
-19,0,0,0,172,75,11,0,0,0,255,255,184,197,2,0,20,0,0,0,
-168,74,11,0,0,0,255,255,124,182,2,0,21,0,0,0,188,75,11,0,
-0,0,255,255,24,182,2,0,22,0,0,0,200,75,11,0,0,0,255,255,
-168,196,2,0,23,0,0,0,72,74,11,0,0,0,255,255,68,196,2,0,
-24,0,0,0,216,75,11,0,0,0,255,255,52,195,2,0,25,0,0,0,
-12,75,11,0,0,0,255,255,208,194,2,0,26,0,0,0,232,75,11,0,
-0,0,255,255,140,193,2,0,27,0,0,0,28,75,11,0,0,0,255,255,
-4,193,2,0,28,0,0,0,252,75,11,0,0,0,255,255,188,191,2,0,
-29,0,0,0,16,76,11,0,0,0,255,255,52,191,2,0,30,0,0,0,
-88,74,11,0,0,0,255,255,120,189,2,0,31,0,0,0,36,76,11,0,
-0,0,255,255,20,189,2,0,32,0,0,0,56,76,11,0,0,0,255,255,
-28,188,2,0,33,0,0,0,104,74,11,0,0,0,255,255,148,187,2,0,
-34,0,0,0,72,76,11,0,0,0,255,255,184,186,2,0,35,0,0,0,
-88,76,11,0,0,0,255,255,4,186,2,0,36,0,0,0,108,76,11,0,
-0,0,255,255,240,183,2,0,37,0,0,0,180,74,11,0,0,0,255,255,
-140,183,2,0,38,0,0,0,104,243,11,0,0,0,255,255,44,221,2,0,
-39,0,0,0,96,243,11,0,0,0,255,255,172,220,2,0,40,0,0,0,
-200,74,11,0,0,0,255,255,132,220,2,0,41,0,0,0,212,74,11,0,
-0,0,255,255,92,220,2,0,42,0,0,0,132,76,11,0,0,0,255,255,
-52,220,2,0,43,0,0,0,152,76,11,0,0,0,255,255,96,185,2,0,
-44,0,0,0,176,76,11,0,0,0,255,255,208,184,2,0,45,0,0,0,
-204,76,11,0,0,0,255,255,72,219,2,0,46,0,0,0,204,76,11,0,
-0,0,255,255,72,219,2,0,98,97,100,32,97,108,108,111,99,97,116,105,
-111,110,0,0,118,101,99,116,111,114,60,84,62,32,116,111,111,32,108,111,
-110,103,0,0,118,101,99,116,111,114,60,84,62,32,116,111,111,32,108,111,
-110,103,0,0,69,110,99,108,111,115,117,114,101,32,37,100,32,105,115,32,
-110,111,116,32,118,97,108,105,100,10,0,0,80,114,105,110,116,32,101,110,
-99,108,111,115,117,114,101,32,105,110,102,111,32,102,111,114,32,101,110,99,
-108,111,115,117,114,101,32,61,32,37,100,10,0,0,0,0,69,110,99,108,
-111,115,117,114,101,32,37,100,32,100,111,101,115,32,110,111,116,32,101,120,
-105,115,116,10,0,0,0,0,101,110,99,108,77,103,114,46,99,112,112,0,
-10,73,110,118,97,108,105,100,32,69,110,99,108,111,115,117,114,101,32,110,
-117,109,98,101,114,32,114,101,113,117,101,115,116,101,100,10,0,0,0,0,
-68,114,105,118,101,32,115,116,97,116,117,115,58,105,100,101,110,116,105,102,
-121,44,32,112,111,114,116,58,37,100,10,0,68,114,105,118,101,32,115,116,
-97,116,117,115,58,117,110,101,120,112,101,99,116,101,100,10,0,0,0,0,
-68,114,105,118,101,32,115,116,97,116,117,115,58,105,100,101,110,116,105,102,
-121,44,32,112,111,114,116,58,37,100,10,0,68,114,105,118,101,32,115,116,
-97,116,117,115,58,111,107,44,32,112,111,114,116,58,37,100,10,0,0,0,
-68,114,105,118,101,32,115,116,97,116,117,115,58,99,114,101,97,116,101,44,
-32,112,111,114,116,58,37,100,10,0,0,0,68,114,105,118,101,32,115,116,
-97,116,117,115,58,100,101,108,101,116,101,44,32,112,111,114,116,58,37,100,
-10,0,0,0,68,114,105,118,101,32,115,116,97,116,117,115,58,114,101,109,
-111,118,101,44,32,112,111,114,116,58,37,100,10,0,0,0,68,114,105,118,
-101,32,115,116,97,116,117,115,58,118,101,114,105,102,121,44,32,112,111,114,
-116,58,37,100,10,0,0,0,68,114,105,118,101,32,115,116,97,116,117,115,
-58,102,97,117,108,116,44,32,112,111,114,116,58,37,100,10,0,0,0,0,
-68,114,105,118,101,32,115,116,97,116,117,115,58,100,114,105,118,101,32,69,
-67,67,32,101,114,114,111,114,44,32,112,111,114,116,58,37,100,10,0,0,
-68,114,105,118,101,32,115,116,97,116,117,115,58,112,114,101,100,105,99,116,
-101,100,32,102,97,117,108,116,44,32,112,111,114,116,58,37,100,10,0,0,
-68,114,105,118,101,32,115,116,97,116,117,115,58,114,101,98,117,105,108,100,
-44,32,112,111,114,116,58,37,100,10,0,0,68,114,105,118,101,32,115,116,
-97,116,117,115,58,100,101,103,114,97,100,101,44,32,112,111,114,116,58,37,
-100,10,0,0,68,114,105,118,101,32,115,116,97,116,117,115,58,97,100,100,
-44,32,112,111,114,116,58,37,100,10,0,0,68,114,105,118,101,32,115,116,
-97,116,117,115,58,104,111,115,116,115,112,97,114,101,44,32,112,111,114,116,
-58,37,100,10,0,0,0,0,68,114,105,118,101,32,115,116,97,116,117,115,
-58,105,110,32,99,114,105,116,105,99,97,108,32,97,114,114,97,121,44,32,
-112,111,114,116,58,37,100,10,0,0,0,0,68,114,105,118,101,32,115,116,
-97,116,117,115,58,105,110,32,102,97,105,108,101,100,32,97,114,114,97,121,
-44,32,112,111,114,116,58,37,100,10,0,0,68,114,105,118,101,32,115,116,
-97,116,117,115,58,117,110,101,120,112,101,99,116,101,100,10,0,0,0,0,
-65,114,114,97,121,32,115,116,97,116,117,115,58,117,110,101,120,112,101,99,
-116,101,100,32,115,116,97,116,117,115,10,0,65,114,114,97,121,32,115,116,
-97,116,117,115,58,102,97,105,108,44,32,117,110,105,116,58,37,100,10,0,
-65,114,114,97,121,32,115,116,97,116,117,115,58,105,110,105,116,44,32,117,
-110,105,116,58,37,100,10,0,65,114,114,97,121,32,115,116,97,116,117,115,
-58,118,101,114,105,102,121,44,32,117,110,105,116,58,37,100,10,0,0,0,
-65,114,114,97,121,32,115,116,97,116,117,115,58,111,107,44,32,117,110,105,
-116,58,37,100,10,0,0,0,65,114,114,97,121,32,115,116,97,116,117,115,
-58,99,114,101,97,116,101,44,32,117,110,105,116,58,37,100,10,0,0,0,
-65,114,114,97,121,32,115,116,97,116,117,115,58,114,101,109,111,118,101,44,
-32,117,110,105,116,58,37,100,10,0,0,0,65,114,114,97,121,32,115,116,
-97,116,117,115,58,100,101,108,101,116,101,44,32,117,110,105,116,58,37,100,
-10,0,0,0,65,114,114,97,121,32,115,116,97,116,117,115,58,100,101,103,
-114,97,100,101,44,32,117,110,105,116,58,37,100,10,0,0,65,114,114,97,
-121,32,115,116,97,116,117,115,58,114,101,98,117,105,108,100,44,32,117,110,
-105,116,58,37,100,10,0,0,65,114,114,97,121,32,115,116,97,116,117,115,
-58,109,105,103,114,97,116,101,44,32,117,110,105,116,58,37,100,10,0,0,
-67,114,101,97,116,105,110,103,32,83,69,83,32,101,110,99,108,111,115,117,
-114,101,32,110,117,109,98,101,114,32,37,100,32,46,46,46,10,0,0,0,
-67,114,101,97,116,105,110,103,32,83,65,70,45,84,69,32,101,110,99,108,
-111,115,117,114,101,32,110,117,109,98,101,114,32,37,100,32,46,46,46,10,
-0,0,0,0,66,97,100,32,69,80,67,84,44,32,101,114,114,111,114,32,
-99,111,100,101,32,48,120,37,88,32,58,32,37,115,10,0,86,105,114,116,
-117,97,108,32,101,110,99,108,32,105,115,32,101,110,97,98,108,101,100,44,
-32,99,104,101,99,107,105,110,103,32,102,111,114,32,100,117,109,109,121,32,
-69,80,67,84,32,46,46,46,32,0,0,0,102,111,117,110,100,32,100,117,
-109,109,121,32,69,80,67,84,10,0,0,0,69,80,67,84,32,102,105,108,
-101,32,110,111,116,32,102,111,117,110,100,32,105,110,32,102,108,97,115,104,
-10,0,0,0,69,80,67,84,32,102,105,108,101,32,102,111,117,110,100,32,
-105,110,32,102,108,97,115,104,10,0,0,0,110,111,32,100,117,109,109,121,
-32,69,80,67,84,10,0,0,101,110,99,108,83,97,116,97,83,101,112,83,
-97,102,116,101,46,99,112,112,0,0,0,0,101,110,99,108,83,97,116,97,
-83,101,112,83,101,115,46,99,112,112,0,0,32,32,115,116,97,116,117,115,
-32,98,121,116,101,32,48,61,48,120,37,48,50,120,10,0,32,32,115,116,
-97,116,117,115,32,98,121,116,101,32,49,61,48,120,37,48,50,120,10,0,
-32,32,115,116,97,116,117,115,32,98,121,116,101,32,50,61,48,120,37,48,
-50,120,10,0,32,32,115,116,97,116,117,115,32,98,121,116,101,32,51,61,
-48,120,37,48,50,120,10,0,10,100,114,105,118,101,32,115,108,111,116,58,
-32,37,100,59,32,102,97,110,58,32,37,100,59,32,112,111,119,101,114,32,
-115,117,112,112,108,121,58,32,37,100,10,0,83,108,111,116,32,110,117,109,
-98,101,114,61,48,120,37,48,50,120,44,32,115,108,111,116,32,105,100,61,
-48,120,37,48,50,120,10,0,84,101,109,112,101,114,97,116,117,114,101,32,
-115,101,110,115,111,114,32,110,117,109,98,101,114,32,61,32,48,120,37,48,
-50,88,10,0,80,111,119,101,114,32,115,117,112,112,108,121,32,110,117,109,
-98,101,114,32,61,32,48,120,37,48,50,88,10,0,0,0,84,101,109,112,
-101,114,97,116,117,114,101,32,111,117,116,32,111,102,32,114,97,110,103,101,
-32,102,108,97,103,32,49,32,61,32,48,120,37,48,50,88,10,0,0,0,
-84,101,109,112,101,114,97,116,117,114,101,32,111,117,116,32,111,102,32,114,
-97,110,103,101,32,102,108,97,103,32,50,32,61,32,48,120,37,48,50,88,
-10,0,0,0,67,111,110,102,105,103,117,114,97,116,105,111,110,32,116,121,
-112,101,32,61,32,37,115,10,0,0,0,0,73,110,116,101,114,102,97,99,
-101,32,116,121,112,101,32,61,32,37,115,10,0,0,0,0,100,111,111,114,
-32,108,111,99,107,58,32,37,100,59,32,115,112,101,97,107,101,114,58,32,
-37,100,59,32,116,101,109,112,101,114,97,116,117,114,101,32,115,101,110,115,
-111,114,58,32,37,100,10,10,0,0,0,0,70,97,110,32,110,117,109,98,
-101,114,32,61,32,48,120,37,48,50,88,10,0,0,0,0,32,32,115,116,
-97,116,117,115,32,61,32,48,120,37,48,50,88,10,0,0,68,111,111,114,
-32,108,111,99,107,32,110,117,109,98,101,114,32,61,32,48,120,37,48,50,
-88,10,0,0,83,112,101,97,107,101,114,32,110,117,109,98,101,114,32,61,
-32,48,120,37,48,50,88,10,0,0,0,0,32,32,115,116,97,116,117,115,
-32,61,32,37,100,32,100,101,103,114,101,101,115,32,67,101,108,115,105,117,
-115,10,0,0,69,110,99,108,111,115,117,114,101,32,115,112,101,97,107,101,
-114,32,115,116,97,116,117,115,32,61,32,48,120,37,48,50,88,10,0,0,
-69,110,99,108,111,115,117,114,101,32,100,111,111,114,32,108,111,99,107,32,
-115,116,97,116,117,115,32,61,32,48,120,37,48,50,88,10,0,0,0,0,
-68,114,105,118,101,32,115,116,97,116,117,115,58,117,110,101,120,112,101,99,
-116,101,100,10,0,0,0,0,68,114,105,118,101,32,115,116,97,116,117,115,
-58,117,110,101,120,112,101,99,116,101,100,10,0,0,0,0,70,97,110,32,
-110,117,109,61,48,120,37,120,59,32,102,97,110,32,115,112,101,101,100,61,
-48,120,37,120,58,114,117,110,32,102,97,110,32,97,116,32,102,117,108,108,
-32,115,112,101,101,100,10,0,70,97,110,32,110,117,109,61,48,120,37,120,
-59,32,102,97,110,32,115,112,101,101,100,61,48,120,37,120,32,110,111,116,
-32,115,117,112,112,111,114,116,101,100,10,0,70,97,110,32,110,117,109,61,
-48,120,37,120,59,32,102,97,110,32,115,112,101,101,100,61,48,120,37,120,
-58,115,116,111,112,32,102,97,110,10,0,0,83,112,101,97,107,101,114,32,
-110,117,109,61,48,120,37,120,59,32,115,112,101,97,107,101,114,32,99,111,
-110,116,114,111,108,58,97,117,100,105,98,108,101,65,108,97,114,109,61,48,
-120,37,120,59,32,115,112,101,97,107,101,114,32,115,116,97,116,58,97,117,
-100,105,98,108,101,65,108,97,114,109,61,48,120,37,120,10,0,0,0,0,
-68,111,111,114,32,108,111,99,107,32,110,117,109,61,48,120,37,120,59,32,
-100,111,111,114,32,108,111,99,107,32,99,111,110,116,114,111,108,58,101,110,
-99,108,76,111,99,107,61,48,120,37,120,59,32,100,111,111,114,32,108,111,
-99,107,32,115,116,97,116,58,101,110,99,108,76,111,99,107,61,48,120,37,
-120,10,0,0,68,101,118,105,99,101,32,115,108,111,116,32,110,117,109,61,
-48,120,37,120,59,32,100,101,118,105,99,101,32,115,108,111,116,32,111,112,
-58,112,114,101,112,97,114,101,79,112,61,48,120,37,120,59,32,100,101,118,
-105,99,101,32,115,108,111,116,32,115,116,97,116,58,112,114,101,112,97,114,
-101,100,79,112,61,48,120,37,120,10,0,0,68,101,118,105,99,101,32,115,
-108,111,116,32,110,117,109,61,48,120,37,120,59,32,100,101,118,105,99,101,
-32,115,108,111,116,32,111,112,58,112,114,101,112,97,114,101,73,110,115,116,
-79,114,82,101,109,61,48,120,37,120,59,32,100,101,118,105,99,101,32,115,
-108,111,116,32,115,116,97,116,58,114,100,121,73,110,115,116,82,101,109,61,
-48,120,37,120,10,0,0,0,68,101,118,105,99,101,32,115,108,111,116,32,
-110,117,109,61,48,120,37,120,59,32,100,101,118,105,99,101,32,115,108,111,
-116,32,111,112,58,105,100,101,110,116,105,102,121,61,48,120,37,120,59,32,
-100,101,118,105,99,101,32,115,108,111,116,32,115,116,97,116,58,105,100,101,
-110,116,105,102,121,61,48,120,37,120,10,0,68,101,118,105,99,101,32,115,
-108,111,116,32,110,117,109,61,48,120,37,120,59,32,100,101,118,105,99,101,
-32,115,108,111,116,32,99,116,114,108,58,100,101,118,70,108,116,61,48,120,
-37,120,59,32,100,101,118,105,99,101,32,115,108,111,116,32,115,116,97,116,
-58,100,101,118,70,108,116,61,48,120,37,120,10,0,0,0,68,101,118,105,
-99,101,32,115,108,111,116,32,110,117,109,61,48,120,37,120,59,32,100,101,
-118,105,99,101,32,115,108,111,116,32,99,116,114,108,58,100,101,118,82,101,
-98,108,100,61,48,120,37,120,59,32,100,101,118,105,99,101,32,115,108,111,
-116,32,115,116,97,116,58,100,101,118,82,101,98,108,100,61,48,120,37,120,
-10,0,0,0,68,101,118,105,99,101,32,115,108,111,116,32,110,117,109,61,
-48,120,37,120,59,32,100,101,118,105,99,101,32,115,108,111,116,32,99,116,
-114,108,58,112,114,101,100,105,99,116,101,100,70,108,116,61,48,120,37,120,
-59,32,100,101,118,105,99,101,32,115,108,111,116,32,115,116,97,116,58,112,
-114,101,100,105,99,116,101,100,70,108,116,61,48,120,37,120,10,0,0,0,
-68,101,118,105,99,101,32,115,108,111,116,32,110,117,109,61,48,120,37,120,
-59,32,100,101,118,105,99,101,32,115,108,111,116,32,99,116,114,108,58,117,
-110,99,111,110,102,105,103,117,114,101,100,61,48,120,37,120,59,32,100,101,
-118,105,99,101,32,115,108,111,116,32,115,116,97,116,58,117,110,99,111,110,
-102,105,103,117,114,101,100,61,48,120,37,120,10,0,0,0,68,101,118,105,
-99,101,32,115,108,111,116,32,110,117,109,61,48,120,37,120,59,32,100,101,
-118,105,99,101,32,115,108,111,116,32,99,116,114,108,58,104,111,116,83,112,
-97,114,101,61,48,120,37,120,59,32,100,101,118,105,99,101,32,115,108,111,
-116,32,115,116,97,116,58,104,111,116,83,112,97,114,101,61,48,120,37,120,
-10,0,0,0,100,111,111,114,32,108,111,99,107,58,32,37,100,59,32,115,
-112,101,97,107,101,114,58,32,37,100,59,32,116,101,109,112,101,114,97,116,
-117,114,101,32,115,101,110,115,111,114,58,32,37,100,10,0,100,114,105,118,
-101,32,115,108,111,116,58,32,37,100,59,32,102,97,110,58,32,37,100,59,
-32,112,111,119,101,114,32,115,117,112,112,108,121,58,32,37,100,10,0,0,
-83,112,101,97,107,101,114,32,110,117,109,61,48,120,37,120,59,32,115,112,
-101,97,107,101,114,32,99,116,114,108,58,105,110,102,111,61,48,120,37,120,
-59,32,115,112,101,97,107,101,114,32,115,116,97,116,58,105,110,102,111,61,
-48,120,37,120,10,0,0,0,70,97,110,32,110,117,109,61,48,120,37,120,
-59,32,102,97,110,32,99,116,114,108,58,114,113,115,116,79,110,61,48,120,
-37,120,59,32,102,97,110,32,115,116,97,116,58,111,110,61,48,120,37,120,
-10,0,0,0,68,111,111,114,32,108,111,99,107,32,110,117,109,61,48,120,
-37,120,59,32,100,111,111,114,32,108,111,99,107,32,99,116,114,108,58,117,
-110,108,111,99,107,61,48,120,37,120,59,32,100,111,111,114,32,108,111,99,
-107,32,115,116,97,116,58,117,110,108,111,99,107,61,48,120,37,120,10,0,
-65,114,114,97,121,32,100,114,105,118,101,32,110,117,109,61,48,120,37,120,
-59,32,97,114,114,97,121,32,100,114,105,118,101,32,99,116,114,108,58,114,
-113,115,116,82,101,98,108,100,82,101,77,97,112,61,48,120,37,120,59,32,
-97,114,114,97,121,32,100,114,105,118,101,32,115,116,97,116,58,114,101,98,
-108,100,82,101,109,97,112,61,48,120,37,120,10,0,0,0,65,114,114,97,
-121,32,100,114,105,118,101,32,110,117,109,61,48,120,37,120,59,32,97,114,
-114,97,121,32,100,114,105,118,101,32,99,116,114,108,58,114,113,115,116,72,
-111,116,83,112,97,114,101,61,48,120,37,120,59,32,97,114,114,97,121,32,
-100,114,105,118,101,32,115,116,97,116,58,104,111,116,83,112,97,114,101,61,
-48,120,37,120,10,0,0,0,65,114,114,97,121,32,100,114,105,118,101,32,
-110,117,109,61,48,120,37,120,59,32,97,114,114,97,121,32,100,114,105,118,
-101,32,99,116,114,108,58,114,113,115,116,79,107,61,48,120,37,120,59,32,
-97,114,114,97,121,32,100,114,105,118,101,32,115,116,97,116,58,111,107,61,
-48,120,37,120,10,0,0,0,65,114,114,97,121,32,100,114,105,118,101,32,
-110,117,109,61,48,120,37,120,59,32,97,114,114,97,121,32,100,114,105,118,
-101,32,99,116,114,108,58,114,113,115,116,73,100,101,110,116,61,48,120,37,
-120,59,32,97,114,114,97,121,32,100,114,105,118,101,32,115,116,97,116,58,
-105,100,101,110,116,61,48,120,37,120,10,0,65,114,114,97,121,32,100,114,
-105,118,101,32,110,117,109,61,48,120,37,120,59,32,97,114,114,97,121,32,
-100,114,105,118,101,32,99,116,114,108,58,100,101,118,79,102,102,61,48,120,
-37,120,59,32,97,114,114,97,121,32,100,114,105,118,101,32,115,116,97,116,
-58,100,101,118,79,102,102,61,48,120,37,120,10,0,0,0,65,114,114,97,
-121,32,100,114,105,118,101,32,110,117,109,61,48,120,37,120,59,32,97,114,
-114,97,121,32,100,114,105,118,101,32,99,116,114,108,58,114,113,115,116,70,
-108,116,61,48,120,37,120,59,32,97,114,114,97,121,32,100,114,105,118,101,
-32,115,116,97,116,58,102,97,117,108,116,61,48,120,37,120,10,0,0,0,
-68,101,118,105,99,101,32,115,108,111,116,32,110,117,109,61,48,120,37,120,
-59,32,100,101,118,105,99,101,32,115,108,111,116,32,99,116,114,108,58,114,
-113,115,116,73,100,101,110,116,61,48,120,37,120,59,32,100,101,118,105,99,
-101,32,115,108,111,116,32,115,116,97,116,58,105,100,101,110,116,61,48,120,
-37,120,10,0,10,100,114,105,118,101,32,115,108,111,116,58,32,37,100,59,
-32,102,97,110,58,32,37,100,59,32,112,111,119,101,114,32,115,117,112,112,
-108,121,58,32,37,100,10,0,10,68,111,111,114,32,108,111,99,107,32,110,
-117,109,98,101,114,32,61,32,48,120,37,48,50,88,10,0,69,110,99,108,
-111,115,117,114,101,32,103,108,111,98,97,108,32,115,116,97,116,117,115,32,
-61,32,48,120,37,48,50,88,10,0,0,0,10,68,101,118,105,99,101,32,
-115,108,111,116,32,110,117,109,98,101,114,32,61,32,48,120,37,48,50,88,
-10,0,0,0,10,70,97,110,32,110,117,109,98,101,114,32,61,32,48,120,
-37,48,50,88,10,0,0,0,10,83,112,101,97,107,101,114,32,110,117,109,
-98,101,114,32,61,32,48,120,37,48,50,88,10,0,0,0,67,111,110,102,
-105,103,117,114,97,116,105,111,110,32,116,121,112,101,32,61,32,37,115,10,
-0,0,0,0,73,110,116,101,114,102,97,99,101,32,116,121,112,101,32,61,
-32,37,115,10,0,0,0,0,100,111,111,114,32,108,111,99,107,58,32,37,
-100,59,32,115,112,101,97,107,101,114,58,32,37,100,59,32,116,101,109,112,
-101,114,97,116,117,114,101,32,115,101,110,115,111,114,58,32,37,100,10,10,
-0,0,0,0,32,32,52,45,98,121,116,101,32,115,116,97,116,117,115,32,
-61,32,48,120,37,48,56,88,0,0,0,0,10,65,114,114,97,121,32,100,
-101,118,105,99,101,32,110,117,109,98,101,114,32,61,32,48,120,37,48,50,
-88,10,0,0,10,80,111,119,101,114,32,115,117,112,112,108,121,32,110,117,
-109,98,101,114,32,61,32,48,120,37,48,50,88,10,0,0,10,84,101,109,
-112,101,114,97,116,117,114,101,32,115,101,110,115,111,114,32,110,117,109,98,
-101,114,32,61,32,48,120,37,48,50,88,10,0,0,0,0,68,114,105,118,
-101,32,115,116,97,116,117,115,58,117,110,101,120,112,101,99,116,101,100,10,
-0,0,0,0,68,114,105,118,101,32,115,116,97,116,117,115,58,117,110,101,
-120,112,101,99,116,101,100,10,0,0,0,0,83,69,83,32,112,111,119,101,
-114,32,115,117,112,112,108,121,32,99,111,110,116,114,111,108,32,108,101,110,
-58,32,48,120,37,120,10,0,83,69,83,32,100,101,118,105,99,101,32,115,
-108,111,116,32,99,111,110,116,114,111,108,32,108,101,110,58,32,48,120,37,
-120,10,0,0,83,69,83,32,97,114,114,97,121,32,100,114,105,118,101,32,
-99,111,110,116,114,111,108,32,108,101,110,58,32,48,120,37,120,10,0,0,
-83,69,83,32,102,97,110,32,99,111,110,116,114,111,108,32,108,101,110,58,
-32,48,120,37,120,10,0,0,83,69,83,32,100,111,111,114,32,108,111,99,
-107,32,99,111,110,116,114,111,108,32,108,101,110,58,32,48,120,37,120,10,
-0,0,0,0,83,69,83,32,115,112,101,97,107,101,114,32,99,111,110,116,
-114,111,108,32,108,101,110,58,32,48,120,37,120,10,0,0,83,69,83,32,
-116,101,109,112,101,114,97,116,117,114,101,32,99,111,110,116,114,111,108,32,
-108,101,110,58,32,48,120,37,120,10,0,0,83,69,83,32,100,111,111,114,
-32,108,111,99,107,32,115,116,97,116,117,115,32,108,101,110,58,32,48,120,
-37,120,10,0,83,69,83,32,100,101,118,105,99,101,32,115,108,111,116,32,
-115,116,97,116,117,115,32,108,101,110,58,32,48,120,37,120,10,0,0,0,
-83,69,83,32,97,114,114,97,121,32,100,114,105,118,101,32,115,116,97,116,
-117,115,32,108,101,110,58,32,48,120,37,120,10,0,0,0,83,69,83,32,
-102,97,110,32,115,116,97,116,117,115,32,108,101,110,58,32,48,120,37,120,
-10,0,0,0,83,69,83,32,115,112,101,97,107,101,114,32,115,116,97,116,
-117,115,32,108,101,110,58,32,48,120,37,120,10,0,0,0,83,69,83,32,
-116,101,109,112,101,114,97,116,117,114,101,32,115,116,97,116,117,115,32,108,
-101,110,58,32,48,120,37,120,10,0,0,0,83,69,83,32,112,111,119,101,
-114,32,115,117,112,112,108,121,32,115,116,97,116,117,115,32,108,101,110,58,
-32,48,120,37,120,10,0,0,83,69,83,32,115,116,97,116,117,115,32,112,
-97,103,101,32,108,101,110,58,32,48,120,37,120,10,0,0,68,101,118,105,
-99,101,32,83,108,111,116,0,68,111,111,114,32,76,111,99,107,0,0,0,
-83,69,83,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,112,97,
-103,101,32,108,101,110,58,32,48,120,37,120,10,0,0,0,48,48,48,48,
-48,48,48,48,0,0,0,0,65,77,67,67,32,32,32,32,0,0,0,0,
-57,53,48,48,83,45,49,50,77,69,32,83,69,83,32,32,0,0,0,0,
-70,69,57,88,32,51,46,48,50,46,48,48,46,48,48,52,0,0,0,0,
-65,114,114,97,121,32,68,101,118,105,99,101,0,0,0,0,80,111,119,101,
-114,32,83,117,112,112,108,121,0,0,0,0,84,101,109,112,101,114,97,116,
-117,114,101,32,83,101,110,115,111,114,0,0,83,69,83,32,115,117,112,112,
-111,114,116,101,100,32,112,97,103,101,115,32,112,97,103,101,32,108,101,110,
-58,32,48,120,37,120,10,0,100,111,111,114,32,108,111,99,107,58,32,37,
-100,59,32,115,112,101,97,107,101,114,58,32,37,100,59,32,116,101,109,112,
-101,114,97,116,117,114,101,32,115,101,110,115,111,114,58,32,37,100,10,0,
-100,114,105,118,101,32,115,108,111,116,58,32,37,100,59,32,102,97,110,58,
-32,37,100,59,32,112,111,119,101,114,32,115,117,112,112,108,121,58,32,37,
-100,10,0,0,73,110,118,111,107,101,32,69,110,99,108,84,114,97,110,115,
-112,111,114,116,58,58,126,69,110,99,108,84,114,97,110,115,112,111,114,116,
-40,41,10,0,73,110,118,111,107,101,32,69,110,99,108,84,114,97,110,115,
-112,111,114,116,58,58,69,110,99,108,84,114,97,110,115,112,111,114,116,40,
-41,10,0,0,73,110,118,111,107,101,32,69,110,99,108,84,114,97,110,115,
-112,111,114,116,83,97,116,97,73,50,99,58,58,126,69,110,99,108,84,114,
-97,110,115,112,111,114,116,83,97,116,97,73,50,99,40,41,10,0,0,0,
-73,110,118,111,107,101,32,69,110,99,108,84,114,97,110,115,112,111,114,116,
-83,97,116,97,73,50,99,58,58,84,114,97,110,115,112,111,114,116,69,110,
-99,108,67,109,100,40,41,10,0,0,0,0,73,110,118,111,107,101,32,69,
-110,99,108,84,114,97,110,115,112,111,114,116,83,97,116,97,73,50,99,58,
-58,69,110,99,108,84,114,97,110,115,112,111,114,116,83,97,116,97,73,50,
-99,40,46,46,46,41,10,0,73,110,118,111,107,101,32,69,110,99,108,84,
-114,97,110,115,112,111,114,116,83,97,116,97,73,50,99,58,58,69,110,99,
-108,84,114,97,110,115,112,111,114,116,83,97,116,97,73,50,99,40,41,10,
-0,0,0,0,73,110,118,111,107,101,32,69,110,99,108,84,114,97,110,115,
-112,111,114,116,83,97,116,97,83,101,109,98,58,58,126,69,110,99,108,84,
-114,97,110,115,112,111,114,116,83,97,116,97,83,101,109,98,40,41,10,0,
-73,110,118,111,107,101,32,69,110,99,108,84,114,97,110,115,112,111,114,116,
-83,97,116,97,83,101,109,98,58,58,84,114,97,110,115,112,111,114,116,69,
-110,99,108,67,109,100,40,41,10,0,0,0,73,110,118,111,107,101,32,69,
-110,99,108,84,114,97,110,115,112,111,114,116,83,97,116,97,83,101,109,98,
-58,58,69,110,99,108,84,114,97,110,115,112,111,114,116,83,97,116,97,83,
-101,109,98,40,41,10,0,0,98,97,100,32,97,108,108,111,99,97,116,105,
-111,110,0,0,118,101,99,116,111,114,60,84,62,32,116,111,111,32,108,111,
-110,103,0,0,118,101,99,116,111,114,60,84,62,32,116,111,111,32,108,111,
-110,103,0,0,98,97,100,32,97,108,108,111,99,97,116,105,111,110,0,0,
-118,101,99,116,111,114,60,84,62,32,116,111,111,32,108,111,110,103,0,0,
-118,101,99,116,111,114,60,84,62,32,116,111,111,32,108,111,110,103,0,0,
-98,97,100,32,97,108,108,111,99,97,116,105,111,110,0,0,118,101,99,116,
-111,114,60,84,62,32,116,111,111,32,108,111,110,103,0,0,118,101,99,116,
-111,114,60,84,62,32,116,111,111,32,108,111,110,103,0,0,98,97,100,32,
-97,108,108,111,99,97,116,105,111,110,0,0,118,101,99,116,111,114,60,84,
-62,32,116,111,111,32,108,111,110,103,0,0,118,101,99,116,111,114,60,84,
-62,32,116,111,111,32,108,111,110,103,0,0,98,97,100,32,97,108,108,111,
-99,97,116,105,111,110,0,0,118,101,99,116,111,114,60,84,62,32,116,111,
-111,32,108,111,110,103,0,0,118,101,99,116,111,114,60,84,62,32,116,111,
-111,32,108,111,110,103,0,0,98,97,100,32,97,108,108,111,99,97,116,105,
-111,110,0,0,118,101,99,116,111,114,60,84,62,32,116,111,111,32,108,111,
-110,103,0,0,118,101,99,116,111,114,60,84,62,32,116,111,111,32,108,111,
-110,103,0,0,98,97,100,32,97,108,108,111,99,97,116,105,111,110,0,0,
-118,101,99,116,111,114,60,84,62,32,116,111,111,32,108,111,110,103,0,0,
-118,101,99,116,111,114,60,84,62,32,116,111,111,32,108,111,110,103,0,0,
-98,97,100,32,97,108,108,111,99,97,116,105,111,110,0,0,118,101,99,116,
-111,114,60,84,62,32,116,111,111,32,108,111,110,103,0,0,118,101,99,116,
-111,114,60,84,62,32,116,111,111,32,108,111,110,103,0,0,68,101,118,105,
-99,101,32,119,105,116,104,32,73,50,67,32,97,100,100,114,101,115,115,32,
-48,120,37,120,32,114,101,45,100,101,102,105,110,101,100,46,10,0,0,0,
-68,101,118,105,99,101,32,119,105,116,104,32,73,50,67,32,97,100,100,114,
-101,115,115,32,48,120,37,120,32,114,101,45,100,101,102,105,110,101,100,46,
-10,0,0,0,85,110,107,110,111,119,110,32,69,80,67,84,32,100,101,118,
-105,99,101,32,100,101,115,99,114,105,112,116,111,114,58,32,48,120,37,120,
-10,0,0,0,32,69,110,99,108,111,115,117,114,101,32,73,100,32,32,37,
-120,32,110,111,116,32,107,110,111,119,110,10,0,0,0,0,67,97,98,108,
-101,32,67,82,67,32,101,114,114,111,114,0,78,111,116,32,114,101,97,100,
-121,32,101,114,114,111,114,0,80,67,73,32,97,98,111,114,116,32,101,114,
-114,111,114,0,65,112,111,114,116,32,72,47,87,32,101,114,114,111,114,0,
-120,111,112,32,112,111,111,108,32,112,97,114,105,116,121,0,66,70,66,32,
-67,82,67,32,119,114,105,116,101,32,101,114,114,111,114,0,84,111,107,101,
-110,32,101,114,114,111,114,0,80,67,73,32,116,105,109,101,111,117,116,0,
-68,97,116,97,32,69,67,67,32,101,114,114,111,114,32,40,104,111,115,116,
-41,0,0,0,65,98,111,114,116,101,100,32,99,111,109,109,97,110,100,32,
-40,105,110,116,41,0,0,0,65,98,111,114,116,101,100,32,99,111,109,109,
-97,110,100,32,40,101,120,116,41,0,0,0,72,97,110,100,108,101,114,32,
-101,114,114,111,114,0,0,0,67,111,109,109,97,110,100,32,114,101,116,114,
-121,0,0,0,68,114,105,118,101,32,114,101,109,111,118,101,100,0,0,0,
-68,114,105,118,101,32,97,100,100,0,0,0,99,97,98,108,101,32,67,82,
-67,0,0,0,66,70,66,32,67,82,67,32,119,114,105,116,101,0,0,0,
-110,111,116,32,114,101,97,100,121,0,0,0,80,67,73,32,97,98,111,114,
-116,0,0,0,68,97,116,97,32,69,67,67,32,101,114,114,111,114,32,40,
-105,110,116,41,0,0,0,0,68,97,116,97,32,69,67,67,32,101,114,114,
-111,114,32,40,99,97,99,104,101,41,0,0,84,70,82,32,114,101,97,100,
-98,97,99,107,32,101,114,114,111,114,0,0,80,111,114,116,32,116,105,109,
-101,111,117,116,32,40,105,110,116,41,0,0,80,111,114,116,32,116,105,109,
-101,111,117,116,32,40,101,120,116,41,0,0,71,101,110,101,114,105,99,32,
-112,111,114,116,32,101,114,114,111,114,0,0,66,70,66,32,67,82,67,32,
-114,101,97,100,32,101,114,114,111,114,0,0,80,67,73,32,112,97,114,105,
-116,121,32,101,114,114,111,114,0,0,0,0,67,111,114,114,101,99,116,101,
-100,32,83,66,85,70,32,69,67,67,0,0,85,110,99,111,114,114,101,99,
-116,101,100,32,83,66,85,70,32,69,67,67,0,0,0,0,65,112,111,114,
-116,32,108,105,110,107,32,101,114,114,111,114,0,0,0,0,100,97,116,97,
-32,69,67,67,0,0,0,0,84,70,82,32,114,101,97,100,98,97,99,107,
-0,0,0,0,117,110,107,110,111,119,110,32,100,105,115,107,0,0,0,0,
-66,70,66,32,67,82,67,32,114,101,97,100,0,0,0,0,80,67,73,32,
-112,97,114,105,116,121,0,0,99,111,114,114,101,99,116,97,98,108,101,32,
-83,66,85,70,32,69,67,67,0,0,0,0,117,110,99,111,114,114,101,99,
-116,97,98,108,101,32,83,66,85,70,32,69,67,67,0,0,112,111,119,101,
-114,32,102,97,105,108,0,0,69,61,37,48,52,88,32,84,61,37,115,32,
-0,0,0,0,80,61,37,88,32,58,32,80,114,101,112,97,114,101,32,102,
-111,114,32,99,111,109,109,97,110,100,32,114,101,116,114,121,10,0,0,0,
-101,114,114,111,114,72,97,110,100,108,101,114,46,99,112,112,0,0,0,0,
-80,61,37,88,32,58,32,67,111,109,112,108,101,116,101,32,73,80,82,115,
-32,105,110,32,101,114,114,111,114,10,0,0,80,61,37,88,32,58,32,80,
-114,101,112,97,114,101,32,102,111,114,32,100,101,103,114,97,100,101,10,0,
-101,114,114,111,114,72,97,110,100,108,101,114,46,99,112,112,0,0,0,0,
-117,110,105,116,61,37,100,44,32,112,111,114,116,61,37,100,0,0,0,0,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,58,32,37,48,50,88,32,37,48,50,88,32,37,48,50,88,32,37,
-48,50,88,32,37,48,50,88,32,37,48,50,88,32,37,48,50,88,10,0,
-32,32,116,97,115,107,32,102,105,108,101,32,114,101,97,100,32,98,97,99,
-107,32,58,32,115,116,32,100,104,32,99,104,32,99,108,32,115,110,32,115,
-99,32,101,114,10,0,0,0,116,97,115,107,32,102,105,108,101,32,119,114,
-105,116,116,101,110,32,111,117,116,32,58,32,99,100,32,100,104,32,99,104,
-32,99,108,32,115,110,32,115,99,32,102,116,10,0,0,0,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,80,61,37,88,32,58,
-32,68,114,105,118,101,32,97,100,100,32,99,111,110,102,105,114,109,101,100,
-10,0,0,0,101,114,114,111,114,72,97,110,100,108,101,114,46,99,112,112,
-0,0,0,0,115,97,109,101,32,100,114,105,118,101,10,0,80,61,37,88,
-32,58,32,67,104,101,99,107,32,100,114,105,118,101,32,115,119,97,112,44,
-32,0,0,0,101,114,114,111,114,72,97,110,100,108,101,114,46,99,112,112,
-0,0,0,0,100,105,102,102,101,114,101,110,116,32,100,114,105,118,101,10,
-0,0,0,0,101,114,114,111,114,72,97,110,100,108,101,114,46,99,112,112,
-0,0,0,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,80,61,37,88,32,58,32,68,114,105,118,101,32,114,101,109,111,118,
-101,100,32,99,111,110,102,105,114,109,101,100,10,0,0,0,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,80,61,37,88,32,58,
-32,78,111,45,111,112,32,116,111,32,114,101,116,114,121,10,0,0,0,0,
-32,32,32,32,58,32,65,98,111,114,116,32,119,97,105,116,32,102,111,114,
-32,115,121,110,99,32,111,112,115,10,0,0,32,32,32,32,58,32,82,101,
-109,111,118,101,32,112,111,114,116,109,97,112,32,48,120,37,48,52,88,10,
-0,0,0,0,107,101,114,110,101,108,46,104,112,112,0,0,101,114,114,111,
-114,72,97,110,100,108,101,114,46,99,112,112,0,0,0,0,80,61,37,88,
-32,58,32,78,101,101,100,32,69,97,114,108,121,32,68,101,103,114,97,100,
-101,10,0,0,101,114,114,111,114,72,97,110,100,108,101,114,46,99,112,112,
-0,0,0,0,80,61,37,88,32,58,32,85,110,108,111,99,107,32,100,114,
-105,118,101,10,0,0,0,0,80,61,37,88,32,58,32,83,101,99,117,114,
-105,116,121,32,110,111,116,32,115,117,112,112,111,114,116,101,100,10,0,0,
-82,101,116,114,121,105,110,103,32,99,104,97,105,110,10,0,80,111,114,116,
-32,114,101,116,114,121,32,110,111,116,32,97,108,108,111,119,101,100,10,0,
-82,101,116,114,121,32,110,111,116,32,97,108,108,111,119,101,100,10,0,0,
-101,114,114,111,114,72,97,110,100,108,101,114,46,99,112,112,0,0,0,0,
-83,101,99,116,111,114,32,105,115,32,98,101,121,111,110,100,32,117,115,101,
-114,32,100,97,116,97,32,97,114,101,97,32,45,32,115,107,105,112,112,105,
-110,103,10,0,80,61,37,88,32,58,32,82,101,112,97,105,114,32,76,66,
-65,32,48,120,37,88,46,46,46,0,0,0,83,116,114,105,112,101,32,108,
-111,99,107,101,100,32,45,32,115,107,105,112,112,105,110,103,10,0,0,0,
-69,114,114,111,114,32,48,120,37,48,52,88,10,0,0,0,112,111,114,116,
-61,37,100,44,32,76,66,65,61,48,120,37,88,0,0,0,101,114,114,111,
-114,72,97,110,100,108,101,114,46,99,112,112,0,0,0,0,82,101,112,97,
-105,114,32,116,105,109,101,100,45,111,117,116,32,111,114,32,101,114,114,111,
-114,32,100,117,114,105,110,103,32,119,114,105,116,101,32,45,32,115,107,105,
-112,112,105,110,103,10,0,0,82,101,99,111,110,115,116,114,117,99,116,32,
-101,114,114,111,114,10,0,0,105,110,105,116,105,97,108,61,37,100,44,32,
-99,117,114,114,101,110,116,61,37,100,10,0,80,61,37,88,32,58,32,67,
-104,101,99,107,32,112,111,119,101,114,32,99,121,99,108,101,115,44,32,0,
-85,68,77,65,32,105,115,32,100,105,115,97,98,108,101,100,10,0,0,0,
-101,114,114,111,114,72,97,110,100,108,101,114,46,99,112,112,0,0,0,0,
-80,61,37,88,32,58,32,67,104,101,99,107,32,85,68,77,65,32,109,111,
-100,101,44,32,0,0,0,0,101,114,114,111,114,72,97,110,100,108,101,114,
-46,99,112,112,0,0,0,0,80,61,37,88,32,58,32,72,97,114,100,32,
-114,101,115,101,116,32,100,114,105,118,101,10,0,0,0,0,80,61,37,88,
-32,58,32,83,97,116,97,32,98,114,105,100,103,101,32,114,101,115,101,116,
-10,0,0,0,101,114,114,111,114,72,97,110,100,108,101,114,46,99,112,112,
-0,0,0,0,80,61,37,88,32,58,32,83,97,116,97,32,98,114,105,100,
-103,101,32,114,101,115,101,116,32,102,97,105,108,101,100,10,0,0,0,0,
-101,114,114,111,114,72,97,110,100,108,101,114,46,99,112,112,0,0,0,0,
-80,61,37,88,32,58,32,83,111,102,116,32,114,101,115,101,116,32,100,114,
-105,118,101,10,0,0,0,0,80,61,37,88,32,58,32,82,101,115,101,116,
-32,102,97,105,108,101,100,10,0,0,0,0,101,114,114,111,114,72,97,110,
-100,108,101,114,46,99,112,112,0,0,0,0,80,61,37,88,32,58,32,84,
-105,109,101,111,117,116,32,114,101,99,111,118,101,114,121,32,110,111,116,32,
-97,108,108,111,119,101,100,10,0,0,0,0,101,114,114,111,114,72,97,110,
-100,108,101,114,46,99,112,112,0,0,0,0,32,32,32,32,58,32,68,101,
-103,114,97,100,101,32,112,111,114,116,109,97,112,32,48,120,37,48,52,88,
-10,0,0,0,101,114,114,111,114,72,97,110,100,108,101,114,46,99,112,112,
-0,0,0,0,85,61,37,88,32,58,32,82,101,116,114,121,105,110,103,32,
-99,111,109,109,97,110,100,10,0,0,0,0,85,61,37,88,32,58,32,82,
-101,116,114,121,105,110,103,32,99,111,109,109,97,110,100,32,0,0,0,0,
-101,114,114,111,114,72,97,110,100,108,101,114,46,99,112,112,0,0,0,0,
-105,110,32,100,101,103,114,97,100,101,100,32,114,101,97,100,32,109,111,100,
-101,10,0,0,105,110,32,97,108,116,101,114,110,97,116,101,32,119,114,105,
-116,101,32,109,111,100,101,10,0,0,0,0,105,110,32,99,117,114,114,101,
-110,116,32,109,111,100,101,10,0,0,0,0,32,32,32,32,58,32,65,84,
-65,32,102,108,117,115,104,32,102,97,105,108,101,100,10,0,85,61,37,88,
-32,58,32,82,101,116,117,114,110,32,101,114,114,111,114,32,115,116,97,116,
-117,115,32,116,111,32,104,111,115,116,10,0,85,61,37,88,32,58,32,87,
-97,105,116,32,102,111,114,32,111,102,102,108,105,110,101,32,116,105,109,101,
-114,32,116,111,32,101,120,112,105,114,101,10,0,0,0,0,101,114,114,111,
-114,72,97,110,100,108,101,114,46,99,112,112,0,0,0,0,85,61,37,88,
-32,58,32,70,97,105,108,101,100,32,116,111,32,119,114,105,116,101,32,99,
-97,99,104,101,32,100,97,116,97,10,0,0,32,32,32,32,58,32,82,101,
-99,111,118,101,114,121,32,99,111,109,112,108,101,116,101,32,119,105,116,104,
-111,117,116,32,114,101,116,114,105,101,115,10,0,0,0,0,80,61,37,88,
-32,58,32,67,104,101,99,107,32,112,111,119,101,114,32,109,111,100,101,44,
-32,0,0,0,101,114,114,111,114,72,97,110,100,108,101,114,46,99,112,112,
-0,0,0,0,115,112,105,110,32,117,112,32,46,46,46,10,0,0,0,0,
-105,100,101,110,116,105,102,121,32,101,114,114,111,114,32,48,120,37,48,52,
-88,10,0,0,112,111,114,116,61,37,100,44,32,97,100,100,114,101,115,115,
-61,48,120,37,88,0,0,0,32,32,32,32,58,32,66,117,102,102,101,114,
-32,97,100,100,114,101,115,115,32,48,120,37,48,56,88,10,0,0,0,0,
-97,100,100,114,101,115,115,61,48,120,37,88,0,0,0,0,101,114,114,111,
-114,72,97,110,100,108,101,114,46,99,112,112,0,0,0,0,101,114,114,111,
-114,72,97,110,100,108,101,114,46,99,112,112,0,0,0,0,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,58,32,
-82,101,99,117,114,115,105,118,101,32,114,101,99,111,118,101,114,121,44,32,
-112,114,101,118,105,111,117,115,32,101,99,32,48,120,37,48,52,88,10,0,
-32,32,32,32,58,32,37,115,10,0,0,0,101,114,114,111,114,72,97,110,
-100,108,101,114,46,99,112,112,0,0,0,0,73,110,118,97,108,105,100,32,
-97,114,103,117,109,101,110,116,10,0,0,0,101,110,97,98,108,101,100,44,
-32,0,0,0,100,105,115,97,98,108,101,100,44,0,0,0,73,110,118,97,
-108,105,100,32,110,117,109,98,101,114,32,111,102,32,97,114,103,117,109,101,
-110,116,115,10,0,0,0,0,69,114,114,111,114,32,115,105,109,117,108,97,
-116,105,111,110,32,101,110,97,98,108,101,100,32,119,105,116,104,32,109,97,
-115,107,32,48,120,37,48,52,88,10,0,0,69,114,114,111,114,32,115,105,
-109,117,108,97,116,105,111,110,32,100,105,115,97,98,108,101,100,10,0,0,
-69,114,114,111,114,32,115,105,109,117,108,97,116,105,111,110,32,115,116,97,
-116,117,115,10,0,0,0,0,109,97,115,107,32,48,120,37,48,52,88,32,
-37,115,32,101,99,32,48,120,37,48,52,88,32,37,115,32,101,114,114,111,
-114,10,0,0,80,61,37,88,32,58,32,37,115,44,32,110,111,32,114,101,
-116,114,105,101,115,10,0,0,101,114,114,111,114,72,97,110,100,108,101,114,
-46,99,112,112,0,0,0,0,101,114,114,111,114,72,97,110,100,108,101,114,
-46,99,112,112,0,0,0,0,101,114,114,111,114,72,97,110,100,108,101,114,
-46,99,112,112,0,0,0,0,0,0,0,0,68,119,4,0,1,0,0,0,
-80,116,4,0,2,0,0,0,188,117,4,0,3,0,0,0,228,116,4,0,
-4,0,0,0,224,114,4,0,5,0,0,0,160,114,4,0,6,0,0,0,
-240,144,4,0,7,0,0,0,120,113,4,0,8,0,0,0,24,112,4,0,
-9,0,0,0,184,104,4,0,10,0,0,0,80,101,4,0,11,0,0,0,
-212,125,4,0,12,0,0,0,96,125,4,0,13,0,0,0,192,124,4,0,
-14,0,0,0,92,122,4,0,15,0,0,0,232,121,4,0,16,0,0,0,
-104,99,4,0,17,0,0,0,164,74,4,0,18,0,0,0,232,110,4,0,
-19,0,0,0,52,99,4,0,20,0,0,0,28,98,4,0,21,0,0,0,
-124,97,4,0,22,0,0,0,56,109,4,0,23,0,0,0,152,96,4,0,
-24,0,0,0,128,92,4,0,25,0,0,0,184,87,4,0,26,0,0,0,
-148,86,4,0,1,0,0,0,0,2,0,0,152,108,11,0,2,0,0,0,
-1,2,0,0,164,108,11,0,4,0,0,0,2,2,0,0,180,109,11,0,
-8,0,0,0,3,2,0,0,192,109,11,0,16,0,0,0,4,2,0,0,
-104,244,11,0,32,0,0,0,8,2,0,0,180,108,11,0,64,0,0,0,
-9,2,0,0,208,109,11,0,128,0,0,0,16,2,0,0,224,109,11,0,
-0,1,0,0,17,2,0,0,192,108,11,0,0,2,0,0,18,2,0,0,
-240,109,11,0,0,4,0,0,19,2,0,0,112,244,11,0,0,8,0,0,
-20,2,0,0,120,244,11,0,0,16,0,0,21,2,0,0,8,108,11,0,
-0,32,0,0,22,2,0,0,252,109,11,0,0,64,0,0,23,2,0,0,
-20,110,11,0,0,128,0,0,32,16,0,0,44,110,11,0,0,0,1,0,
-24,2,0,0,216,107,11,0,83,71,76,32,101,110,116,114,121,32,104,97,
-115,32,117,110,97,108,105,103,110,101,100,32,97,100,100,114,101,115,115,0,
-83,71,76,32,115,105,122,101,32,100,111,101,115,32,110,111,116,32,109,97,
-116,99,104,32,99,111,109,109,97,110,100,0,68,67,66,32,85,68,66,32,
-40,117,110,105,116,32,100,101,115,99,114,105,112,116,111,114,32,98,108,111,
-99,107,41,32,115,101,103,109,101,110,116,32,105,110,118,97,108,105,100,0,
-73,110,118,97,108,105,100,32,102,105,101,108,100,32,105,110,32,112,97,114,
-97,109,101,116,101,114,32,108,105,115,116,0,68,114,105,118,101,32,67,82,
-67,32,101,114,114,111,114,0,68,114,105,118,101,32,69,67,67,32,101,114,
-114,111,114,0,68,114,105,118,101,32,115,111,102,116,32,114,101,115,101,116,
-32,102,97,105,108,101,100,0,68,114,105,118,101,32,110,111,116,32,114,101,
-97,100,121,0,80,67,73,32,98,117,115,32,116,105,109,101,111,117,116,0,
-73,50,67,32,100,101,118,105,99,101,32,110,111,116,32,100,101,116,101,99,
-116,101,100,0,73,50,67,32,116,114,97,110,115,97,99,116,105,111,110,32,
-97,98,111,114,116,101,100,0,73,50,67,32,105,110,116,101,114,102,97,99,
-101,32,105,115,32,97,99,116,105,118,101,0,73,110,118,97,108,105,100,32,
-115,117,98,117,110,105,116,32,102,111,114,32,82,65,73,68,32,48,32,111,
-114,32,53,0,66,66,85,32,110,111,116,32,112,114,101,115,101,110,116,0,
-76,111,103,32,117,112,100,97,116,101,115,32,110,111,116,32,97,108,108,111,
-119,101,100,0,69,110,99,108,111,115,117,114,101,32,112,97,114,97,109,101,
-116,101,114,32,110,111,116,32,100,101,102,105,110,101,100,0,69,80,67,84,
-32,73,68,32,117,110,107,110,111,119,110,0,69,114,114,111,114,32,114,101,
-99,111,118,101,114,121,32,99,111,109,112,108,101,116,101,0,78,111,32,76,
-66,65,32,116,111,32,114,101,112,97,105,114,32,115,101,99,116,111,114,0,
-68,111,32,101,114,114,111,114,32,97,99,116,105,111,110,0,83,101,99,116,
-111,114,32,114,101,112,97,105,114,32,119,97,115,32,110,111,116,32,99,111,
-109,112,108,101,116,101,100,0,67,111,109,109,97,110,100,32,97,98,111,114,
-116,101,100,0,68,97,116,97,32,105,110,116,101,103,114,105,116,121,32,101,
-114,114,111,114,32,105,110,32,100,105,97,103,110,111,115,116,105,99,32,116,
-101,115,116,0,65,69,78,32,113,117,101,117,101,32,101,109,112,116,121,0,
-82,101,98,117,105,108,100,32,115,116,97,114,116,101,100,0,68,114,105,118,
-101,32,98,97,121,32,99,111,118,101,114,32,100,111,111,114,32,119,97,115,
-32,111,112,101,110,101,100,0,68,114,105,118,101,32,98,97,121,32,99,111,
-118,101,114,32,100,111,111,114,32,119,97,115,32,99,108,111,115,101,100,0,
-80,114,111,100,117,99,116,32,99,97,115,101,32,119,97,115,32,111,112,101,
-110,101,100,0,85,110,105,116,32,105,110,111,112,101,114,97,98,108,101,0,
-83,101,99,116,111,114,32,114,101,112,97,105,114,32,99,111,109,112,108,101,
-116,101,100,0,68,67,66,32,118,101,114,115,105,111,110,32,117,110,115,117,
-112,112,111,114,116,101,100,0,83,112,97,114,101,32,99,97,112,97,99,105,
-116,121,32,116,111,111,32,115,109,97,108,108,32,102,111,114,32,115,111,109,
-101,32,117,110,105,116,115,0,80,114,105,109,97,114,121,32,68,67,66,32,
-114,101,97,100,32,101,114,114,111,114,32,111,99,99,117,114,114,101,100,0,
-66,97,116,116,101,114,121,32,118,111,108,116,97,103,101,32,105,115,32,104,
-105,103,104,0,66,97,116,116,101,114,121,32,116,101,109,112,101,114,97,116,
-117,114,101,32,105,115,32,116,111,111,32,104,105,103,104,0,66,97,116,116,
-101,114,121,32,99,97,112,97,99,105,116,121,32,116,101,115,116,32,99,111,
-109,112,108,101,116,101,100,0,66,97,116,116,101,114,121,32,99,97,112,97,
-99,105,116,121,32,105,115,32,98,101,108,111,119,32,119,97,114,110,105,110,
-103,32,108,101,118,101,108,0,66,97,116,116,101,114,121,32,105,115,32,119,
-101,97,107,0,67,97,99,104,101,32,115,121,110,99,104,114,111,110,105,122,
-97,116,105,111,110,32,99,111,109,112,108,101,116,101,100,0,79,117,116,32,
-111,102,32,104,101,97,112,0,67,97,110,110,111,116,32,117,112,100,97,116,
-101,32,115,116,97,116,117,115,32,116,111,32,68,67,66,0,68,67,66,32,
-115,101,103,109,101,110,116,32,104,97,115,32,117,110,115,117,112,112,111,114,
-116,101,100,32,118,101,114,115,105,111,110,0,70,108,97,115,104,32,111,117,
-116,32,111,102,32,98,111,117,110,100,115,0,70,108,97,115,104,32,102,105,
-108,101,32,111,98,106,101,99,116,32,110,111,116,32,102,111,117,110,100,0,
-80,97,114,97,109,101,116,101,114,32,108,105,115,116,32,108,101,110,103,116,
-104,32,101,114,114,111,114,0,80,67,73,32,98,117,115,32,97,98,111,114,
-116,32,101,114,114,111,114,0,84,111,107,101,110,32,105,110,116,101,114,114,
-117,112,116,32,99,111,117,110,116,32,101,114,114,111,114,0,83,79,45,68,
-73,77,77,32,117,110,115,117,112,112,111,114,116,101,100,0,73,110,97,100,
-101,113,117,97,116,101,32,100,105,115,107,32,115,112,97,99,101,32,116,111,
-32,115,117,112,112,111,114,116,32,100,101,115,99,114,105,112,116,111,114,0,
-66,66,85,32,99,111,109,109,97,110,100,32,110,111,116,32,105,109,112,108,
-101,109,101,110,116,101,100,0,66,66,85,32,99,111,109,109,97,110,100,32,
-98,117,102,102,101,114,32,111,118,101,114,102,108,111,119,0,66,66,85,32,
-99,111,109,109,97,110,100,32,116,105,109,101,111,117,116,0,66,66,85,32,
-102,108,97,115,104,32,110,111,116,32,121,101,116,32,99,111,109,112,108,101,
-116,101,100,0,66,66,85,32,112,97,114,97,109,101,116,101,114,32,115,105,
-122,101,32,109,105,115,109,97,116,99,104,0,66,66,85,32,110,111,116,32,
-99,111,109,112,97,116,105,98,108,101,32,119,105,116,104,32,72,66,65,0,
-84,105,109,101,111,117,116,32,111,110,32,66,66,85,32,112,111,119,101,114,
-32,102,97,105,108,32,105,110,116,101,114,114,117,112,116,0,66,66,85,32,
-105,110,118,97,108,105,100,32,114,101,115,112,111,110,115,101,32,108,101,110,
-103,116,104,0,72,66,65,32,104,97,115,32,98,97,99,107,117,112,32,100,
-97,116,97,0,69,110,99,108,111,115,117,114,101,32,114,101,115,111,117,114,
-99,101,32,114,101,115,101,114,118,101,100,0,69,80,67,84,32,100,101,118,
-105,99,101,32,117,110,107,110,111,119,110,0,82,101,116,114,121,32,114,101,
-99,111,118,101,114,121,32,115,116,101,112,0,68,114,105,118,101,32,97,100,
-100,101,100,0,83,105,109,117,108,97,116,101,32,112,111,119,101,114,32,102,
-97,105,108,0,83,105,103,110,97,116,117,114,101,32,111,102,32,99,97,99,
-104,101,32,109,101,116,97,32,100,97,116,97,32,105,115,32,98,97,100,0,
-85,110,100,101,102,105,110,101,100,32,83,117,98,45,99,111,109,109,97,110,
-100,32,102,111,114,32,100,105,97,103,32,116,101,115,116,0,80,99,104,105,
-112,32,88,111,112,32,80,111,111,108,32,100,97,116,97,32,105,110,116,101,
-103,114,105,116,121,32,101,114,114,111,114,0,65,110,32,117,110,105,109,112,
-108,101,109,101,110,116,101,100,32,109,101,116,104,111,100,32,119,97,115,32,
-105,110,118,111,107,101,100,0,68,97,116,97,32,108,105,110,101,115,32,111,
-112,101,110,32,105,110,32,83,98,117,102,32,82,65,77,0,83,98,117,102,
-32,82,65,77,32,117,110,114,101,97,100,97,98,108,101,0,78,118,82,97,
-109,32,114,101,97,100,47,119,114,105,116,101,32,116,101,115,116,32,101,114,
-114,111,114,0,80,111,119,101,114,32,115,117,112,112,108,121,32,114,101,112,
-111,114,116,101,100,32,97,32,109,97,108,102,117,110,99,116,105,111,110,0,
-68,111,119,110,103,114,97,100,101,32,85,68,77,65,32,109,111,100,101,0,
-68,67,66,32,99,104,101,99,107,115,117,109,32,101,114,114,111,114,32,100,
-101,116,101,99,116,101,100,0,83,111,117,114,99,101,32,100,114,105,118,101,
-32,101,114,114,111,114,32,111,99,99,117,114,114,101,100,0,68,114,105,118,
-101,32,110,111,116,32,115,117,112,112,111,114,116,101,100,0,77,105,103,114,
-97,116,105,111,110,32,99,111,109,112,108,101,116,101,100,0,66,97,116,116,
-101,114,121,32,118,111,108,116,97,103,101,32,105,115,32,116,111,111,32,104,
-105,103,104,0,66,97,116,116,101,114,121,32,116,101,109,112,101,114,97,116,
-117,114,101,32,105,115,32,104,105,103,104,0,67,104,97,114,103,101,32,116,
-101,114,109,105,110,97,116,105,111,110,32,118,111,108,116,97,103,101,32,105,
-115,32,97,116,32,104,105,103,104,32,108,101,118,101,108,0,66,97,116,116,
-101,114,121,32,104,101,97,108,116,104,32,99,104,101,99,107,32,102,97,105,
-108,101,100,0,66,97,100,32,99,97,99,104,101,32,109,101,116,97,100,97,
-116,97,32,99,104,101,99,107,115,117,109,0,67,111,109,109,97,110,100,32,
-112,97,99,107,101,116,32,105,115,32,110,111,116,32,97,108,105,103,110,101,
-100,0,0,0,73,68,32,110,111,116,32,108,111,99,107,101,100,0,0,0,
-73,110,118,97,108,105,100,32,97,100,100,114,101,115,115,32,116,111,32,100,
-101,97,108,108,111,99,97,116,101,0,0,0,79,117,116,32,111,102,32,109,
-101,109,111,114,121,0,0,0,82,101,99,111,110,115,116,114,117,99,116,32,
-101,114,114,111,114,0,0,0,68,99,104,110,108,32,99,97,110,110,111,116,
-32,98,101,32,115,112,108,105,116,0,0,0,78,111,32,109,105,103,114,97,
-116,105,111,110,32,114,101,99,111,118,101,114,121,0,0,0,73,110,118,97,
-108,105,100,32,115,116,114,105,112,101,32,104,97,110,100,108,101,0,0,0,
-72,97,110,100,108,101,32,116,104,97,116,32,119,97,115,32,110,111,116,32,
-101,109,112,116,121,0,0,0,86,101,114,105,102,121,32,101,114,114,111,114,
-32,40,100,97,116,97,32,33,61,32,112,97,114,105,116,121,41,0,0,0,
-68,67,66,32,71,85,73,68,32,40,103,108,111,98,97,108,108,121,32,117,
-110,105,113,117,101,32,105,100,101,110,116,105,102,105,101,114,41,32,115,101,
-103,109,101,110,116,32,105,110,118,97,108,105,100,0,0,0,70,108,97,115,
-104,32,119,114,105,116,101,32,118,101,114,105,102,121,32,102,97,105,108,101,
-100,0,0,0,70,108,97,115,104,32,102,105,108,101,32,99,104,101,99,107,
-115,117,109,32,101,114,114,111,114,0,0,0,68,114,105,118,101,32,116,105,
-109,101,111,117,116,0,0,0,65,68,80,32,108,101,118,101,108,32,50,32,
-101,114,114,111,114,0,0,0,68,114,105,118,101,32,97,98,111,114,116,101,
-100,32,99,111,109,109,97,110,100,0,0,0,88,111,112,32,112,111,111,108,
-32,112,97,114,105,116,121,32,101,114,114,111,114,0,0,0,85,110,115,117,
-112,112,111,114,116,101,100,32,99,111,109,109,97,110,100,32,100,117,114,105,
-110,103,32,102,108,97,115,104,32,114,101,99,111,118,101,114,121,0,0,0,
-66,105,110,97,114,121,32,105,109,97,103,101,32,97,114,99,104,105,116,101,
-99,116,117,114,101,32,73,68,32,105,110,99,111,109,112,97,116,105,98,108,
-101,0,0,0,66,105,110,97,114,121,32,105,109,97,103,101,32,98,117,102,
-102,101,114,32,111,118,101,114,102,108,111,119,32,100,101,116,101,99,116,101,
-100,0,0,0,83,79,45,68,73,77,77,32,112,97,114,97,109,101,116,101,
-114,40,115,41,32,105,110,99,111,109,112,97,116,105,98,108,101,59,32,117,
-115,105,110,103,32,100,101,102,97,117,108,116,115,0,0,0,83,80,73,32,
-116,114,97,110,115,102,101,114,32,115,116,97,116,117,115,32,101,114,114,111,
-114,0,0,0,85,110,105,116,32,100,101,115,99,114,105,112,116,111,114,32,
-118,101,114,115,105,111,110,32,110,111,116,32,115,117,112,112,111,114,116,101,
-100,0,0,0,84,111,111,32,109,97,110,121,32,117,110,105,116,32,100,101,
-115,99,114,105,112,116,111,114,115,0,0,0,73,110,118,97,108,105,100,32,
-76,66,65,32,111,102,102,115,101,116,32,105,110,32,117,110,105,116,32,100,
-101,115,99,114,105,112,116,111,114,0,0,0,73,110,118,97,108,105,100,32,
-115,116,114,105,112,101,108,101,116,32,115,105,122,101,32,105,110,32,117,110,
-105,116,32,100,101,115,99,114,105,112,116,111,114,0,0,0,73,110,118,97,
-108,105,100,32,100,114,105,118,101,32,109,101,109,98,101,114,115,0,0,0,
-67,111,109,109,97,110,100,32,114,101,113,117,105,114,101,115,32,97,32,98,
-97,116,116,101,114,121,32,112,97,99,107,32,116,111,32,98,101,32,112,114,
-101,115,101,110,116,32,97,110,100,32,101,110,97,98,108,101,100,0,0,0,
-66,66,85,32,102,108,97,115,104,32,86,112,112,32,118,111,108,116,97,103,
-101,32,111,117,116,32,111,102,32,112,114,111,103,97,109,109,105,110,103,32,
-114,97,110,103,101,0,0,0,66,66,85,32,112,97,114,97,109,101,116,101,
-114,32,110,111,116,32,100,101,102,105,110,101,100,0,0,0,73,110,118,97,
-108,105,100,32,115,116,97,116,101,32,98,105,116,115,32,105,110,32,66,66,
-85,32,83,101,116,112,111,114,116,80,105,110,115,32,99,111,109,109,97,110,
-100,0,0,0,66,66,85,32,102,105,114,109,119,97,114,101,32,118,101,114,
-115,105,111,110,32,115,116,114,105,110,103,32,110,111,116,32,102,111,117,110,
-100,0,0,0,66,66,85,32,111,112,101,114,97,116,105,110,103,32,115,116,
-97,116,101,32,110,111,116,32,97,118,97,105,108,97,98,108,101,0,0,0,
-66,66,85,32,110,111,116,32,114,101,97,100,121,0,0,0,66,66,85,32,
-110,111,116,32,105,110,32,83,48,0,0,0,66,66,85,32,110,111,116,32,
-105,110,32,83,49,0,0,0,73,110,118,97,108,105,100,32,66,66,85,32,
-115,116,97,116,101,0,0,0,66,66,85,32,105,110,118,97,108,105,100,32,
-114,101,115,112,111,110,115,101,32,99,111,100,101,0,0,0,69,80,67,84,
-32,100,101,118,105,99,101,32,100,101,115,99,114,105,112,116,105,111,110,32,
-101,114,114,111,114,0,0,0,69,80,67,84,32,100,101,118,105,99,101,32,
-114,101,100,101,102,105,110,101,100,0,0,0,69,110,99,108,111,115,117,114,
-101,32,110,111,116,32,112,114,101,115,101,110,116,0,0,0,68,114,105,118,
-101,32,114,101,109,111,118,101,100,0,0,0,65,100,100,114,32,108,105,110,
-101,32,112,114,111,98,108,101,109,32,105,110,32,83,98,117,102,32,82,65,
-77,0,0,0,105,72,97,110,100,108,101,114,32,101,114,114,111,114,32,100,
-117,114,105,110,103,32,120,102,101,114,32,111,112,0,0,0,66,97,100,32,
-83,104,97,100,111,119,101,100,32,82,65,77,32,108,111,99,97,116,105,111,
-110,0,0,0,67,97,110,39,116,32,100,101,116,101,114,109,105,110,101,32,
-83,98,117,102,32,115,105,122,101,0,0,0,80,98,117,102,32,114,101,97,
-100,47,119,114,105,116,101,32,101,114,114,111,114,0,0,0,88,79,82,32,
-101,114,114,111,114,0,0,0,66,66,85,32,83,48,47,83,49,32,102,105,
-114,109,119,97,114,101,32,98,111,117,110,100,97,114,121,32,101,114,114,111,
-114,0,0,0,67,111,110,116,114,111,108,108,101,114,32,114,101,115,101,116,
-32,111,99,99,117,114,114,101,100,0,0,0,68,101,103,114,97,100,101,100,
-32,117,110,105,116,0,0,0,67,111,110,116,114,111,108,108,101,114,32,101,
-114,114,111,114,32,111,99,99,117,114,114,101,100,0,0,0,82,101,98,117,
-105,108,100,32,99,111,109,112,108,101,116,101,100,0,0,0,85,110,99,108,
-101,97,110,32,115,104,117,116,100,111,119,110,32,100,101,116,101,99,116,101,
-100,0,0,0,73,110,105,116,105,97,108,105,122,101,32,102,97,105,108,101,
-100,0,0,0,80,111,119,101,114,32,115,117,112,112,108,121,32,114,101,112,
-111,114,116,101,100,32,68,67,32,111,117,116,32,111,102,32,114,97,110,103,
-101,0,0,0,70,97,110,32,115,112,101,101,100,32,98,101,108,111,119,32,
-116,104,114,101,115,104,111,108,100,0,0,0,80,111,119,101,114,32,115,117,
-112,112,108,121,32,105,110,115,101,114,116,101,100,0,0,0,85,112,103,114,
-97,100,101,32,85,68,77,65,32,109,111,100,101,0,0,0,86,101,114,105,
-102,121,32,102,97,105,108,101,100,0,0,0,77,105,103,114,97,116,105,111,
-110,32,115,116,97,114,116,101,100,0,0,0,86,101,114,105,102,121,32,102,
-105,120,101,100,32,100,97,116,97,47,112,97,114,105,116,121,32,109,105,115,
-109,97,116,99,104,0,0,0,68,114,105,118,101,32,112,111,119,101,114,32,
-111,110,32,114,101,115,101,116,32,100,101,116,101,99,116,101,100,0,0,0,
-73,110,105,116,105,97,108,105,122,101,32,112,97,117,115,101,100,0,0,0,
-86,101,114,105,102,121,32,112,97,117,115,101,100,0,0,0,66,97,116,116,
-101,114,121,32,118,111,108,116,97,103,101,32,105,115,32,110,111,114,109,97,
-108,0,0,0,66,97,116,116,101,114,121,32,116,101,109,112,101,114,97,116,
-117,114,101,32,105,115,32,110,111,114,109,97,108,0,0,0,66,97,116,116,
-101,114,121,32,99,97,112,97,99,105,116,121,32,116,101,115,116,32,115,116,
-97,114,116,101,100,0,0,0,67,97,99,104,101,32,115,121,110,99,104,114,
-111,110,105,122,97,116,105,111,110,32,115,107,105,112,112,101,100,0,0,0,
-66,97,116,116,101,114,121,32,99,97,112,97,99,105,116,121,32,105,115,32,
-98,101,108,111,119,32,101,114,114,111,114,32,108,101,118,101,108,0,0,0,
-67,97,99,104,101,32,109,101,116,97,100,97,116,97,32,114,101,115,116,111,
-114,101,32,102,97,105,108,101,100,0,0,0,66,66,85,32,97,110,100,32,
-72,66,65,32,115,116,97,116,101,32,111,117,116,32,111,102,32,115,121,110,
-99,0,0,0,82,101,116,114,121,105,110,103,32,80,67,73,32,116,114,97,
-110,115,102,101,114,0,0,0,65,69,78,32,113,117,101,117,101,32,105,115,
-32,102,117,108,108,0,0,0,83,71,76,32,101,110,116,114,121,32,99,111,
-110,116,97,105,110,115,32,122,101,114,111,32,100,97,116,97,0,0,0,0,
-73,110,118,97,108,105,100,32,99,111,109,109,97,110,100,32,111,112,99,111,
-100,101,0,0,83,71,76,32,101,110,116,114,121,32,104,97,115,32,105,108,
-108,101,103,97,108,32,108,101,110,103,116,104,0,0,0,0,73,110,118,97,
-108,105,100,32,114,101,113,117,101,115,116,32,73,68,0,0,68,117,112,108,
-105,99,97,116,101,32,114,101,113,117,101,115,116,32,73,68,0,0,0,0,
-76,66,65,32,111,117,116,32,111,102,32,114,97,110,103,101,0,0,0,0,
-76,111,103,105,99,97,108,32,117,110,105,116,32,110,111,116,32,112,114,101,
-115,101,110,116,0,0,0,0,80,97,114,97,109,101,116,101,114,32,116,97,
-98,108,101,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,0,0,
-80,97,114,97,109,101,116,101,114,32,105,110,100,101,120,32,100,111,101,115,
-32,110,111,116,32,101,120,105,115,116,0,0,73,110,118,97,108,105,100,32,
-102,105,101,108,100,32,105,110,32,67,68,66,0,0,0,0,73,110,118,97,
-108,105,100,32,111,112,101,114,97,116,105,111,110,32,102,111,114,32,115,112,
-101,99,105,102,105,101,100,32,112,111,114,116,0,0,0,0,80,97,114,97,
-109,101,116,101,114,32,105,116,101,109,32,115,105,122,101,32,109,105,115,109,
-97,116,99,104,0,0,0,0,70,97,105,108,101,100,32,109,101,109,111,114,
-121,32,97,108,108,111,99,97,116,105,111,110,0,0,0,0,77,101,109,111,
-114,121,32,114,101,113,117,101,115,116,32,116,111,111,32,108,97,114,103,101,
-0,0,0,0,79,117,116,32,111,102,32,109,101,109,111,114,121,32,115,101,
-103,109,101,110,116,115,0,0,68,111,117,98,108,101,32,100,101,103,114,97,
-100,101,0,0,68,114,105,118,101,32,110,111,116,32,100,101,103,114,97,100,
-101,100,0,0,82,101,112,108,97,99,101,32,110,111,116,32,97,99,99,101,
-112,116,101,100,0,0,0,0,68,114,105,118,101,32,99,97,112,97,99,105,
-116,121,32,116,111,111,32,115,109,97,108,108,0,0,0,0,83,101,99,116,
-111,114,32,99,111,117,110,116,32,110,111,116,32,97,108,108,111,119,101,100,
-0,0,0,0,78,111,32,115,112,97,114,101,115,32,108,101,102,116,0,0,
-85,110,105,116,32,111,102,102,108,105,110,101,0,0,0,0,68,99,104,110,
-108,32,99,97,110,110,111,116,32,98,101,32,106,111,105,110,101,100,0,0,
-72,97,110,100,108,101,32,116,104,97,116,32,119,97,115,32,110,111,116,32,
-108,111,99,107,101,100,0,0,72,97,110,100,108,101,32,104,97,115,32,100,
-105,102,102,101,114,101,110,116,32,111,119,110,101,114,0,0,73,80,82,32,
-104,97,115,32,112,97,114,101,110,116,0,0,73,108,108,101,103,97,108,32,
-80,98,117,102,32,97,100,100,114,101,115,115,32,97,108,105,103,110,109,101,
-110,116,0,0,73,108,108,101,103,97,108,32,80,98,117,102,32,116,114,97,
-110,115,102,101,114,32,108,101,110,103,116,104,0,0,0,0,73,108,108,101,
-103,97,108,32,83,98,117,102,32,97,100,100,114,101,115,115,32,97,108,105,
-103,110,109,101,110,116,0,0,73,108,108,101,103,97,108,32,83,98,117,102,
-32,116,114,97,110,115,102,101,114,32,108,101,110,103,116,104,0,0,0,0,
-67,111,109,109,97,110,100,32,112,97,99,107,101,116,32,116,111,111,32,108,
-97,114,103,101,0,0,0,0,83,71,76,32,101,120,99,101,101,100,115,32,
-109,97,120,105,109,117,109,32,108,101,110,103,116,104,0,0,83,71,76,32,
-104,97,115,32,116,111,111,32,109,97,110,121,32,101,110,116,114,105,101,115,
-0,0,0,0,73,110,115,117,102,102,105,99,105,101,110,116,32,114,101,115,
-111,117,114,99,101,115,32,102,111,114,32,114,101,98,117,105,108,100,101,114,
-0,0,0,0,82,101,113,117,101,115,116,101,100,32,115,101,103,109,101,110,
-116,32,110,111,116,32,105,110,32,100,105,114,101,99,116,111,114,121,32,111,
-102,32,116,104,105,115,32,68,67,66,0,0,68,67,66,32,115,101,103,109,
-101,110,116,32,104,97,115,32,99,104,101,99,107,115,117,109,32,101,114,114,
-111,114,0,0,68,67,66,32,115,117,112,112,111,114,116,32,40,115,101,116,
-116,105,110,103,115,41,32,115,101,103,109,101,110,116,32,105,110,118,97,108,
-105,100,0,0,67,111,117,108,100,32,110,111,116,32,99,108,101,97,114,32,
-83,98,117,102,0,0,0,0,70,108,97,115,104,32,100,101,118,105,99,101,
-32,117,110,115,117,112,112,111,114,116,101,100,0,0,0,0,70,108,97,115,
-104,32,102,105,108,101,32,97,108,114,101,97,100,121,32,112,114,101,115,101,
-110,116,0,0,70,108,97,115,104,32,102,105,108,101,32,115,121,115,116,101,
-109,32,102,117,108,108,0,0,70,108,97,115,104,32,102,105,108,101,32,110,
-111,116,32,112,114,101,115,101,110,116,0,0,70,108,97,115,104,32,102,105,
-108,101,32,115,105,122,101,32,109,105,115,109,97,116,99,104,0,0,0,0,
-70,108,97,115,104,32,102,105,108,101,32,118,101,114,115,105,111,110,32,117,
-110,115,117,112,112,111,114,116,101,100,0,0,70,108,97,115,104,32,102,105,
-108,101,32,115,121,115,116,101,109,32,101,114,114,111,114,32,100,101,116,101,
-99,116,101,100,0,0,0,0,70,108,97,115,104,32,102,105,108,101,32,99,
-111,109,112,111,110,101,110,116,32,100,105,114,101,99,116,111,114,121,32,110,
-111,116,32,102,111,117,110,100,0,0,0,0,70,108,97,115,104,32,102,105,
-108,101,32,99,111,109,112,111,110,101,110,116,32,110,111,116,32,102,111,117,
-110,100,0,0,70,108,97,115,104,32,119,114,105,116,101,32,99,121,99,108,
-101,32,102,97,105,108,101,100,0,0,0,0,70,108,97,115,104,32,101,114,
-97,115,101,32,99,121,99,108,101,32,102,97,105,108,101,100,0,0,0,0,
-80,97,114,97,109,101,116,101,114,32,110,111,116,32,99,104,97,110,103,101,
-97,98,108,101,0,0,0,0,80,97,114,97,109,101,116,101,114,32,110,111,
-116,32,115,97,118,101,97,98,108,101,0,0,73,110,116,101,114,110,97,108,
-32,98,117,115,32,67,82,67,32,101,114,114,111,114,0,0,68,114,105,118,
-101,32,84,70,82,32,114,101,97,100,98,97,99,107,32,101,114,114,111,114,
-0,0,0,0,68,114,105,118,101,32,112,111,119,101,114,32,111,110,32,114,
-101,115,101,116,0,0,0,0,85,110,99,108,97,115,115,105,102,105,101,100,
-32,100,114,105,118,101,32,101,114,114,111,114,0,0,0,0,80,111,114,116,
-32,108,105,110,107,32,101,114,114,111,114,32,100,101,116,101,99,116,101,100,
-0,0,0,0,80,111,114,116,32,105,110,116,101,114,110,97,108,32,101,114,
-114,111,114,32,100,101,116,101,99,116,101,100,0,0,0,0,80,67,73,32,
-98,117,115,32,112,97,114,105,116,121,32,101,114,114,111,114,0,0,0,0,
-80,111,114,116,32,104,97,110,100,108,101,114,32,101,114,114,111,114,0,0,
-66,117,102,102,101,114,32,69,67,67,32,101,114,114,111,114,32,99,111,114,
-114,101,99,116,101,100,0,0,66,117,102,102,101,114,32,69,67,67,32,101,
-114,114,111,114,32,110,111,116,32,99,111,114,114,101,99,116,101,100,0,0,
-78,101,120,116,32,105,109,97,103,101,32,98,117,102,102,101,114,32,101,120,
-112,101,99,116,101,100,0,0,66,105,110,97,114,121,32,105,109,97,103,101,
-32,110,111,32,115,105,103,110,97,116,117,114,101,32,100,101,116,101,99,116,
-101,100,0,0,66,105,110,97,114,121,32,105,109,97,103,101,32,99,104,101,
-99,107,115,117,109,32,101,114,114,111,114,32,100,101,116,101,99,116,101,100,
-0,0,0,0,73,50,67,32,99,108,111,99,107,32,105,115,32,104,101,108,
-100,32,108,111,119,32,45,32,84,114,97,110,115,102,101,114,32,97,98,111,
-114,116,101,100,0,0,0,0,73,50,67,32,100,97,116,97,32,32,105,115,
-32,104,101,108,100,32,108,111,119,32,45,32,84,114,97,110,115,102,101,114,
-32,97,98,111,114,116,101,100,0,0,0,0,73,50,67,32,115,108,97,118,
-101,32,100,101,118,105,99,101,32,78,65,67,75,101,100,32,116,104,101,32,
-116,114,97,110,115,102,101,114,0,0,0,0,73,50,67,32,98,117,102,102,
-101,114,32,105,110,45,115,117,102,102,105,99,105,101,110,116,0,0,0,0,
-83,80,73,32,116,114,97,110,115,102,101,114,32,116,105,109,101,111,117,116,
-32,101,114,114,111,114,0,0,76,111,115,116,32,97,114,98,105,116,114,97,
-116,105,111,110,0,0,0,0,80,99,104,105,112,32,73,50,67,32,116,114,
-97,110,115,102,101,114,32,101,114,114,111,114,0,0,0,0,85,110,105,116,
-32,100,101,115,99,114,105,112,116,111,114,32,115,105,122,101,32,105,110,118,
-97,108,105,100,0,0,0,0,85,110,105,116,32,100,101,115,99,114,105,112,
-116,111,114,32,115,105,122,101,32,101,120,99,101,101,100,115,32,100,97,116,
-97,32,98,117,102,102,101,114,0,0,0,0,73,110,118,97,108,105,100,32,
-118,97,108,117,101,32,105,110,32,117,110,105,116,32,100,101,115,99,114,105,
-112,116,111,114,0,0,0,0,85,110,97,98,108,101,32,116,111,32,99,114,
-101,97,116,101,32,100,97,116,97,32,99,104,97,110,110,101,108,32,102,111,
-114,32,116,104,105,115,32,117,110,105,116,32,100,101,115,99,114,105,112,116,
-111,114,0,0,85,110,105,116,32,100,101,115,99,114,105,112,116,111,114,32,
-115,112,101,99,105,102,105,101,115,32,97,32,100,114,105,118,101,32,97,108,
-114,101,97,100,121,32,105,110,32,117,115,101,0,0,0,0,85,110,97,98,
-108,101,32,116,111,32,119,114,105,116,101,32,99,111,110,102,105,103,117,114,
-97,116,105,111,110,32,116,111,32,97,108,108,32,100,105,115,107,115,0,0,
-73,110,118,97,108,105,100,32,99,111,110,102,105,103,117,114,97,116,105,111,
-110,32,105,110,32,117,110,105,116,32,100,101,115,99,114,105,112,116,111,114,
-0,0,0,0,74,66,79,68,32,117,110,105,116,32,105,115,32,110,111,116,
-32,97,108,108,111,119,101,100,0,0,0,0,79,112,101,114,97,116,105,111,
-110,32,110,111,116,32,97,108,108,111,119,101,100,59,32,114,101,116,97,105,
-110,101,100,32,99,97,99,104,101,32,100,97,116,97,0,0,83,77,65,82,
-84,32,116,104,114,101,115,104,111,108,100,32,101,120,99,101,101,100,101,100,
-0,0,0,0,85,110,105,116,32,110,111,116,32,105,110,32,78,79,82,77,
-65,76,32,115,116,97,116,101,0,0,0,0,67,111,110,118,101,114,116,101,
-100,32,117,110,105,116,32,110,111,116,32,115,117,112,112,111,114,116,101,100,
-0,0,0,0,73,110,116,101,114,110,97,108,32,101,114,114,111,114,99,111,
-100,101,32,40,66,66,85,32,98,97,115,101,41,32,45,32,115,104,111,117,
-108,100,32,110,111,116,32,111,99,99,117,114,0,0,0,0,73,110,118,97,
-108,105,100,32,66,66,85,32,115,116,97,116,101,32,99,104,97,110,103,101,
-32,114,101,113,117,101,115,116,0,0,0,0,84,104,101,32,66,66,85,32,
-114,101,115,111,117,114,99,101,32,110,101,101,100,101,100,32,105,115,32,105,
-110,32,117,115,101,59,32,114,101,116,114,121,32,99,111,109,109,97,110,100,
-32,97,102,116,101,114,32,97,32,100,101,108,97,121,0,0,66,66,85,32,
-99,111,109,109,97,110,100,32,112,97,99,107,101,116,32,101,114,114,111,114,
-0,0,0,0,66,66,85,32,99,111,109,109,97,110,100,32,98,117,102,102,
-101,114,32,117,110,100,101,114,102,108,111,119,0,0,0,0,66,66,85,32,
-99,111,109,109,97,110,100,32,105,110,99,111,109,112,108,101,116,101,0,0,
-66,66,85,32,99,111,109,109,97,110,100,32,99,104,101,99,107,115,117,109,
-32,101,114,114,111,114,0,0,66,66,85,32,102,108,97,115,104,32,111,112,
-101,114,97,116,105,111,110,32,102,97,105,108,101,100,0,0,66,66,85,32,
-102,108,97,115,104,32,119,114,105,116,101,32,115,107,105,112,0,0,0,0,
-66,66,85,32,102,108,97,115,104,32,105,110,118,97,108,105,100,32,101,114,
-97,115,101,32,115,101,99,116,111,114,0,0,67,97,110,110,111,116,32,119,
-114,105,116,101,32,97,32,114,101,97,100,45,111,110,108,121,32,66,66,85,
-32,112,97,114,97,109,101,116,101,114,0,0,66,66,85,32,83,49,32,110,
-111,116,32,99,111,109,112,97,116,105,98,108,101,32,119,105,116,104,32,72,
-66,65,0,0,66,66,85,32,83,48,32,110,111,116,32,99,111,109,112,97,
-116,105,98,108,101,32,119,105,116,104,32,72,66,65,0,0,78,111,116,32,
-83,49,32,105,100,101,110,116,32,111,114,32,101,118,101,110,116,32,112,97,
-99,107,101,116,0,0,0,0,76,111,103,115,32,97,114,101,32,105,110,118,
-97,108,105,100,0,0,0,0,76,111,103,115,32,110,111,116,32,102,111,117,
-110,100,0,0,73,110,118,97,108,105,100,32,69,110,99,108,111,115,117,114,
-101,32,112,111,114,116,32,100,101,102,105,110,101,100,0,0,69,110,99,108,
-111,115,117,114,101,32,112,97,114,97,109,101,116,101,114,32,114,101,45,100,
-101,102,105,110,101,100,0,0,69,110,99,108,111,115,117,114,101,32,112,111,
-114,116,32,105,115,32,105,110,112,117,116,32,112,111,114,116,0,0,0,0,
-73,110,118,97,108,105,100,32,115,97,102,116,101,32,112,97,103,101,32,114,
-101,113,117,101,115,116,101,100,0,0,0,0,73,110,118,97,108,105,100,32,
-115,101,115,32,112,97,103,101,32,114,101,113,117,101,115,116,101,100,0,0,
-69,80,67,84,32,101,108,101,109,101,110,116,32,117,110,107,110,111,119,110,
-0,0,0,0,73,110,118,97,108,105,100,32,101,110,99,108,111,115,117,114,
-101,32,100,101,118,105,99,101,0,0,0,0,69,80,67,84,32,76,69,68,
-32,100,101,115,99,114,105,112,116,111,114,32,114,101,100,101,102,105,110,105,
-116,105,111,110,0,0,0,0,69,110,99,108,111,115,117,114,101,32,100,101,
-118,105,99,101,32,110,111,116,32,105,110,105,116,105,97,108,105,122,101,100,
-0,0,0,0,84,101,109,112,101,114,97,116,117,114,101,32,115,101,110,115,
-111,114,32,114,101,97,100,105,110,103,32,117,110,107,110,111,119,110,0,0,
-69,114,114,111,114,32,114,101,99,111,118,101,114,121,32,105,110,32,112,114,
-111,103,114,101,115,115,0,0,68,101,103,114,97,100,101,32,117,110,105,116,
-0,0,0,0,67,104,101,99,107,115,117,109,32,111,102,32,99,97,99,104,
-101,32,109,101,116,97,32,100,97,116,97,32,105,115,32,98,97,100,0,0,
-68,114,105,118,101,32,114,101,115,101,116,32,101,114,114,111,114,32,116,104,
-114,117,32,77,97,114,118,101,108,108,0,0,82,101,97,100,105,110,103,32,
-99,111,110,102,105,103,32,115,112,97,99,101,32,101,114,114,111,114,0,0,
-82,101,97,100,47,119,114,105,116,101,32,109,101,109,111,114,121,32,115,112,
-97,99,101,32,100,97,116,97,32,105,110,116,101,103,114,105,116,121,32,101,
-114,114,111,114,0,0,0,0,80,99,104,105,112,32,85,67,98,117,102,32,
-100,97,116,97,32,105,110,116,101,103,114,105,116,121,32,101,114,114,111,114,
-0,0,0,0,80,99,104,105,112,32,67,109,100,32,82,97,109,32,100,97,
-116,97,32,105,110,116,101,103,114,105,116,121,32,101,114,114,111,114,0,0,
-105,72,97,110,100,108,101,114,32,119,97,115,32,98,117,115,121,32,98,101,
-102,111,114,101,32,100,105,97,103,32,116,101,115,116,0,0,68,97,116,97,
-32,108,105,110,101,115,32,115,104,111,114,116,101,100,32,105,110,32,83,98,
-117,102,32,82,65,77,0,0,67,97,110,39,116,32,102,105,108,108,32,83,
-98,117,102,32,119,105,116,104,32,122,101,114,111,115,0,0,66,97,100,32,
-100,105,115,107,32,115,101,113,117,101,110,99,101,114,32,99,109,100,32,105,
-115,115,117,101,100,32,116,111,32,65,112,111,114,116,0,0,66,97,100,32,
-82,65,77,32,108,111,99,97,116,105,111,110,0,0,0,0,78,111,32,100,
-105,115,107,32,102,111,117,110,100,32,111,110,32,114,101,113,117,101,115,116,
-101,100,32,65,112,111,114,116,0,0,0,0,73,110,116,101,114,114,117,112,
-116,32,108,105,110,101,32,101,114,114,111,114,0,0,0,0,85,110,97,98,
-108,101,32,116,111,32,99,97,108,99,117,108,97,116,101,32,99,104,101,99,
-107,115,117,109,0,0,0,0,83,112,100,82,111,109,32,114,101,97,100,32,
-116,101,115,116,32,101,114,114,111,114,0,0,72,97,114,101,119,97,114,101,
-32,115,116,114,97,112,32,101,114,114,111,114,0,0,0,0,67,108,111,99,
-107,32,71,101,110,101,114,97,116,111,114,32,100,97,116,97,32,105,110,116,
-101,103,114,105,116,121,32,101,114,114,111,114,0,0,0,0,82,101,98,117,
-105,108,100,32,102,97,105,108,101,100,0,0,73,110,99,111,109,112,108,101,
-116,101,32,117,110,105,116,32,100,101,116,101,99,116,101,100,0,0,0,0,
-73,110,105,116,105,97,108,105,122,101,32,99,111,109,112,108,101,116,101,100,
-0,0,0,0,68,114,105,118,101,32,116,105,109,101,111,117,116,32,100,101,
-116,101,99,116,101,100,0,0,68,114,105,118,101,32,101,114,114,111,114,32,
-100,101,116,101,99,116,101,100,0,0,0,0,73,110,105,116,105,97,108,105,
-122,101,32,115,116,97,114,116,101,100,0,0,85,110,105,116,32,100,101,108,
-101,116,101,100,0,0,0,0,80,111,119,101,114,32,115,117,112,112,108,121,
-32,114,101,112,111,114,116,101,100,32,65,67,32,117,110,100,101,114,32,114,
-97,110,103,101,0,0,0,0,80,111,119,101,114,32,115,117,112,112,108,121,
-32,112,114,101,100,105,99,116,101,100,32,109,97,108,102,117,110,99,116,105,
-111,110,0,0,66,97,116,116,101,114,121,32,99,104,97,114,103,101,32,98,
-101,108,111,119,32,116,104,114,101,115,104,111,108,100,0,0,84,101,109,112,
-101,114,97,116,117,114,101,32,115,101,110,115,111,114,32,97,98,111,118,101,
-32,116,104,114,101,115,104,111,108,100,0,0,80,111,119,101,114,32,115,117,
-112,112,108,121,32,114,101,109,111,118,101,100,0,0,0,0,68,114,105,118,
-101,32,105,110,115,101,114,116,101,100,0,0,85,110,105,116,32,111,112,101,
-114,97,116,105,111,110,97,108,0,0,0,0,80,114,101,112,97,114,101,32,
-102,111,114,32,115,104,117,116,100,111,119,110,32,40,112,111,119,101,114,45,
-111,102,102,41,0,0,0,0,66,117,102,102,101,114,32,105,110,116,101,103,
-114,105,116,121,32,116,101,115,116,32,102,97,105,108,101,100,0,0,0,0,
-67,97,99,104,101,32,102,108,117,115,104,32,102,97,105,108,101,100,59,32,
-115,111,109,101,32,100,97,116,97,32,108,111,115,116,0,0,68,114,105,118,
-101,32,69,67,67,32,101,114,114,111,114,32,114,101,112,111,114,116,101,100,
-0,0,0,0,86,101,114,105,102,121,32,115,116,97,114,116,101,100,0,0,
-86,101,114,105,102,121,32,99,111,109,112,108,101,116,101,100,0,0,0,0,
-83,111,117,114,99,101,32,100,114,105,118,101,32,69,67,67,32,101,114,114,
-111,114,32,111,118,101,114,119,114,105,116,116,101,110,0,0,82,101,112,108,
-97,99,101,109,101,110,116,32,100,114,105,118,101,32,99,97,112,97,99,105,
-116,121,32,116,111,111,32,115,109,97,108,108,0,0,0,0,86,101,114,105,
-102,121,32,110,111,116,32,115,116,97,114,116,101,100,59,32,117,110,105,116,
-32,110,101,118,101,114,32,105,110,105,116,105,97,108,105,122,101,100,0,0,
-83,121,110,99,104,114,111,110,105,122,101,32,104,111,115,116,47,99,111,110,
-116,114,111,108,108,101,114,32,116,105,109,101,0,0,0,0,77,105,103,114,
-97,116,105,111,110,32,102,97,105,108,101,100,0,0,0,0,83,79,45,68,
-73,77,77,32,110,111,116,32,99,111,109,112,97,116,105,98,108,101,0,0,
-83,79,45,68,73,77,77,32,110,111,116,32,100,101,116,101,99,116,101,100,
-0,0,0,0,82,101,98,117,105,108,100,32,112,97,117,115,101,100,0,0,
-77,105,103,114,97,116,105,111,110,32,112,97,117,115,101,100,0,0,0,0,
-70,108,97,115,104,32,102,105,108,101,32,115,121,115,116,101,109,32,114,101,
-112,97,105,114,101,100,0,0,85,110,105,116,32,110,117,109,98,101,114,32,
-97,115,115,105,103,110,109,101,110,116,115,32,108,111,115,116,0,0,0,0,
-66,97,99,107,117,112,32,68,67,66,32,114,101,97,100,32,101,114,114,111,
-114,32,100,101,116,101,99,116,101,100,0,0,66,97,116,116,101,114,121,32,
-118,111,108,116,97,103,101,32,105,115,32,108,111,119,0,0,66,97,116,116,
-101,114,121,32,118,111,108,116,97,103,101,32,105,115,32,116,111,111,32,108,
-111,119,0,0,66,97,116,116,101,114,121,32,116,101,109,112,101,114,97,116,
-117,114,101,32,105,115,32,108,111,119,0,0,66,97,116,116,101,114,121,32,
-116,101,109,112,101,114,97,116,117,114,101,32,105,115,32,116,111,111,32,108,
-111,119,0,0,66,97,116,116,101,114,121,32,104,101,97,108,116,104,32,99,
-104,101,99,107,32,115,116,97,114,116,101,100,0,0,0,0,66,97,116,116,
-101,114,121,32,104,101,97,108,116,104,32,99,104,101,99,107,32,99,111,109,
-112,108,101,116,101,100,0,0,66,97,116,116,101,114,121,32,99,97,112,97,
-99,105,116,121,32,116,101,115,116,32,105,115,32,111,118,101,114,100,117,101,
-0,0,0,0,66,97,116,116,101,114,121,32,99,104,97,114,103,105,110,103,
-32,115,116,97,114,116,101,100,0,0,0,0,66,97,116,116,101,114,121,32,
-99,104,97,114,103,105,110,103,32,99,111,109,112,108,101,116,101,100,0,0,
-66,97,116,116,101,114,121,32,99,104,97,114,103,105,110,103,32,102,97,117,
-108,116,0,0,66,97,116,116,101,114,121,32,105,115,32,112,114,101,115,101,
-110,116,0,0,66,97,116,116,101,114,121,32,105,115,32,110,111,116,32,112,
-114,101,115,101,110,116,0,0,67,97,99,104,101,32,115,121,110,99,104,114,
-111,110,105,122,97,116,105,111,110,32,102,97,105,108,101,100,59,32,115,111,
-109,101,32,100,97,116,97,32,108,111,115,116,0,0,0,0,82,101,100,117,
-110,100,97,110,99,121,32,108,101,118,101,108,32,100,101,99,114,101,97,115,
-101,100,0,0,82,101,100,117,110,100,97,110,99,121,32,108,101,118,101,108,
-32,105,110,99,114,101,97,115,101,100,0,0,66,97,100,32,99,97,99,104,
-101,32,109,101,116,97,100,97,116,97,32,115,105,103,110,97,116,117,114,101,
-0,0,0,0,66,66,85,32,110,111,116,32,102,111,117,110,100,32,97,102,
-116,101,114,32,112,111,119,101,114,32,102,97,105,108,0,0,82,101,99,111,
-118,101,114,101,100,47,102,105,110,105,115,104,101,100,32,97,114,114,97,121,
-32,109,101,109,98,101,114,115,104,105,112,32,117,112,100,97,116,101,0,0,
-72,97,110,100,108,101,114,32,108,111,99,107,117,112,0,0,66,66,85,32,
-102,108,97,115,104,32,105,110,99,111,114,114,101,99,116,32,99,111,109,109,
-97,110,100,32,111,114,32,112,97,114,97,109,101,116,101,114,32,111,114,32,
-110,111,116,32,101,110,111,117,103,104,32,115,112,97,99,101,32,105,110,32,
-115,116,97,99,107,0,0,0,68,105,100,32,110,111,116,32,102,105,110,100,
-32,101,114,114,111,114,32,99,111,100,101,58,32,48,120,37,48,50,88,10,
-0,0,0,0,37,115,10,40,69,67,58,48,120,37,48,50,120,44,32,83,
-75,61,48,120,37,48,50,120,44,32,65,83,67,61,48,120,37,48,50,120,
-44,32,65,83,67,81,61,48,120,37,48,50,120,44,32,83,69,86,61,37,
-48,50,120,44,32,84,121,112,101,61,48,120,37,48,50,120,41,10,0,0,
-78,111,32,97,100,100,105,116,105,111,110,97,108,32,115,101,110,115,101,32,
-100,97,116,97,0,0,0,0,69,114,114,111,114,32,115,116,114,105,110,103,
-32,110,111,116,32,102,111,117,110,100,0,0,102,108,97,115,104,70,105,108,
-101,46,99,112,112,0,0,0,85,110,115,117,112,112,111,114,116,101,100,32,
-70,108,97,115,104,70,105,108,101,32,118,101,114,115,105,111,110,32,40,97,
-100,100,114,61,48,120,37,88,41,10,0,0,107,101,114,110,101,108,46,104,
-112,112,0,0,107,101,114,110,101,108,46,104,112,112,0,0,85,110,115,117,
-112,112,111,114,116,101,100,32,70,108,97,115,104,70,105,108,101,32,118,101,
-114,115,105,111,110,32,40,97,100,100,114,61,48,120,37,88,41,10,0,0,
-107,101,114,110,101,108,46,104,112,112,0,0,45,45,45,45,45,45,45,45,
-45,45,45,45,45,45,45,45,45,45,45,45,45,32,58,32,32,45,45,45,
-45,45,45,45,45,45,45,32,32,45,45,45,45,45,45,45,45,45,45,45,
-45,45,45,45,45,45,10,0,32,110,111,110,101,32,102,111,117,110,100,10,
-109,97,114,107,105,110,103,32,108,97,115,116,32,118,97,108,105,100,32,102,
-105,108,101,46,46,46,46,0,32,102,111,117,110,100,46,10,76,105,110,107,
-105,110,103,32,118,97,108,105,100,32,102,105,108,101,115,46,46,46,46,32,
-10,0,0,0,32,68,111,110,101,10,82,101,112,97,105,114,32,99,111,109,
-112,108,101,116,101,100,32,115,117,99,99,101,115,115,102,117,108,108,121,32,
-10,0,0,0,10,10,82,101,112,97,105,114,105,110,103,32,116,104,101,32,
-102,108,97,115,104,32,102,105,108,101,32,115,121,115,116,101,109,10,0,0,
-66,97,100,32,100,105,114,101,99,116,111,114,121,44,32,114,101,112,97,105,
-114,32,97,98,111,114,116,101,100,10,0,0,48,120,37,48,56,88,46,48,
-120,37,48,56,88,32,58,32,32,48,120,37,48,56,120,32,32,37,54,100,
-32,40,61,37,35,120,41,10,0,0,0,0,118,97,108,105,100,97,116,105,
-111,110,32,102,97,105,108,101,100,44,32,115,101,97,114,99,104,105,110,103,
-32,102,111,114,32,118,97,108,105,100,32,102,105,108,101,115,46,46,46,46,
-0,0,0,0,32,82,101,112,97,105,114,32,102,97,105,108,101,100,32,10,
-0,0,0,0,86,97,108,105,100,97,116,105,110,103,32,102,108,97,115,104,
-32,102,105,108,101,32,115,121,115,116,101,109,46,46,46,46,46,10,115,105,
-103,110,97,116,117,114,101,49,46,115,105,103,110,97,116,117,114,101,50,32,
-58,32,32,97,100,100,114,101,115,115,32,32,32,32,32,116,111,116,97,108,
-32,115,105,122,101,10,0,0,107,101,114,110,101,108,46,104,112,112,0,0,
-107,101,114,110,101,108,46,104,112,112,0,0,107,101,114,110,101,108,46,104,
-112,112,0,0,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,
-45,45,45,45,45,32,58,32,32,45,45,45,45,45,45,45,45,45,45,32,
-32,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,10,0,
-32,85,78,65,76,73,71,78,69,68,32,70,73,76,69,0,32,72,69,65,
-68,69,82,32,47,32,70,79,79,84,69,82,32,77,73,83,67,79,77,80,
-65,82,69,0,32,73,78,86,65,76,73,68,32,70,73,76,69,32,83,73,
-90,69,10,0,32,32,32,32,32,32,32,32,32,32,32,102,114,101,101,32,
-115,112,97,99,101,32,58,32,32,48,120,37,56,120,32,32,37,54,100,32,
-40,61,37,35,120,41,10,0,32,85,78,65,76,73,71,78,69,68,32,70,
-79,79,84,69,82,0,0,0,32,32,102,105,108,101,115,32,102,111,117,110,
-100,58,32,37,100,44,32,32,101,114,114,111,114,115,32,100,101,116,101,99,
-116,101,100,58,32,37,100,10,10,0,0,0,10,32,42,42,32,32,78,111,
-32,70,108,97,115,104,32,109,101,109,111,114,121,32,70,105,108,101,32,115,
-121,115,116,101,109,32,102,111,117,110,100,32,42,42,10,10,0,0,0,0,
-107,101,114,110,101,108,46,104,112,112,0,0,48,120,37,48,56,88,46,48,
-120,37,48,56,88,32,58,32,32,48,120,37,48,56,120,32,32,37,54,100,
-32,40,37,35,120,41,0,0,32,73,78,86,65,76,73,68,32,70,73,76,
-69,32,65,68,68,82,69,83,83,10,0,0,32,73,78,86,65,76,73,68,
-32,83,73,71,78,65,84,85,82,69,0,0,32,85,78,83,85,80,80,79,
-82,84,69,68,32,86,69,82,83,73,79,78,0,0,0,0,32,42,42,32,
-84,79,79,32,77,65,78,89,32,39,70,73,76,69,83,39,32,42,42,10,
-0,0,0,0,32,32,32,32,32,32,32,32,32,32,32,70,32,76,32,65,
-32,83,32,72,32,32,32,77,32,69,32,77,32,79,32,82,32,89,32,32,
-32,77,32,65,32,80,10,115,105,103,110,97,116,117,114,101,49,46,115,105,
-103,110,97,116,117,114,101,50,32,58,32,32,97,100,100,114,101,115,115,32,
-32,32,32,32,116,111,116,97,108,32,115,105,122,101,10,0,109,111,118,105,
-110,103,32,112,111,115,115,105,98,108,101,32,115,112,101,99,105,97,108,32,
-102,105,108,101,115,32,116,111,32,112,97,114,97,109,101,116,101,114,32,98,
-108,111,99,107,46,46,46,10,10,0,0,0,77,111,118,101,32,99,111,109,
-112,108,101,116,101,100,46,10,10,0,0,0,48,120,37,48,56,88,46,48,
-120,37,48,56,88,32,58,32,32,48,120,37,48,56,120,32,32,37,54,100,
-32,40,61,37,35,120,41,10,0,0,0,0,66,73,79,83,32,105,109,97,
-103,101,32,110,111,116,32,102,111,117,110,100,32,105,110,32,102,108,97,115,
-104,33,10,0,70,105,114,109,119,97,114,101,32,105,109,97,103,101,32,110,
-111,116,32,102,111,117,110,100,32,105,110,32,102,108,97,115,104,33,10,0,
-107,101,114,110,101,108,46,104,112,112,0,0,85,110,101,120,112,101,99,116,
-101,100,32,108,111,99,97,116,105,111,110,32,111,102,32,70,105,114,109,119,
-97,114,101,32,105,110,32,102,108,97,115,104,33,10,0,0,32,32,32,69,
-120,112,101,99,116,101,100,32,97,100,100,114,58,32,37,120,32,32,32,32,
-65,99,116,117,97,108,32,97,100,100,114,58,32,37,120,10,0,0,0,0,
-85,110,101,120,112,101,99,116,101,100,32,115,105,122,101,32,111,102,32,70,
-105,114,109,119,97,114,101,32,104,101,97,100,101,114,33,10,0,0,0,0,
-32,32,32,69,120,112,101,99,116,101,100,32,115,105,122,101,58,32,37,120,
-32,32,32,32,65,99,116,117,97,108,32,115,105,122,101,58,32,37,120,10,
-0,0,0,0,85,110,101,120,112,101,99,116,101,100,32,108,111,99,97,116,
-105,111,110,32,111,102,32,66,73,79,83,32,105,110,32,102,108,97,115,104,
-33,10,0,0,85,110,101,120,112,101,99,116,101,100,32,115,105,122,101,32,
-111,102,32,66,73,79,83,32,104,101,97,100,101,114,33,10,0,0,0,0,
-67,104,101,99,107,105,110,103,32,102,108,97,115,104,32,109,101,109,111,114,
-121,32,102,105,108,101,115,10,0,0,0,0,109,117,116,101,120,70,108,97,
-115,104,0,0,111,112,99,111,100,101,61,48,120,37,88,0,111,112,99,111,
-100,101,61,48,120,37,88,0,82,101,113,117,101,115,116,73,68,61,37,105,
-0,0,0,0,37,48,49,54,76,117,32,32,37,49,99,37,49,99,32,32,
-32,37,48,50,120,32,32,32,32,0,0,0,37,48,56,76,120,32,32,37,
-48,52,120,32,32,0,0,0,77,97,120,32,76,66,65,32,97,99,99,101,
-115,115,101,100,32,58,32,48,120,37,48,56,88,95,37,48,56,88,10,0,
-77,97,120,32,104,111,115,116,32,97,100,100,114,101,115,115,32,58,32,48,
-120,37,48,56,88,95,37,48,56,88,10,0,82,101,108,97,116,105,118,101,
-32,116,105,109,101,32,100,105,115,97,98,108,101,100,10,0,73,100,32,32,
-32,32,84,105,109,101,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-67,109,100,32,32,85,110,105,116,32,32,76,98,97,32,32,32,32,32,32,
-32,67,110,116,10,0,0,0,100,105,115,97,98,108,101,100,10,0,0,0,
-73,110,118,97,108,105,100,32,110,117,109,98,101,114,32,111,102,32,97,114,
-103,117,109,101,110,116,115,10,0,0,0,0,73,110,118,97,108,105,100,32,
-114,97,110,103,101,10,0,0,67,111,109,109,97,110,100,32,104,105,115,116,
-111,114,121,32,0,0,0,0,101,110,97,98,108,101,100,10,0,0,0,0,
-82,101,108,97,116,105,118,101,32,116,105,109,101,32,101,110,97,98,108,101,
-100,10,0,0,10,37,115,32,111,112,99,111,100,101,61,48,120,37,88,32,
-101,114,114,111,114,61,48,120,37,48,88,10,0,0,0,0,101,110,116,114,
-105,101,115,61,48,120,37,88,0,0,0,0,76,66,65,61,48,120,37,76,
-88,44,32,108,101,110,103,116,104,61,48,120,37,88,44,32,76,85,78,61,
-37,100,0,0,76,66,65,61,48,120,37,76,88,44,32,108,101,110,103,116,
-104,61,48,120,37,88,0,0,83,65,70,45,84,69,32,99,109,100,32,111,
-112,99,111,100,101,32,48,120,37,50,120,32,110,111,116,32,115,101,110,116,
-32,116,111,32,83,65,70,45,84,69,32,101,110,99,108,111,115,117,114,101,
-32,117,110,105,116,10,0,0,83,69,83,32,99,109,100,32,111,112,99,111,
-100,101,32,48,120,37,50,120,32,110,111,116,32,115,101,110,116,32,116,111,
-32,83,69,83,32,101,110,99,108,111,115,117,114,101,32,117,110,105,116,10,
-0,0,0,0,68,105,115,107,32,99,109,100,32,111,112,99,111,100,101,32,
-48,120,37,50,120,32,110,111,116,32,115,101,110,116,32,116,111,32,100,105,
-115,107,32,117,110,105,116,10,0,0,0,0,77,105,114,114,111,114,32,74,
-111,105,110,32,85,110,105,116,32,37,100,32,105,110,116,111,32,85,110,105,
-116,32,37,100,10,0,0,0,77,105,114,114,111,114,32,83,112,108,105,116,
-58,32,108,101,102,116,73,115,80,114,105,109,97,114,121,61,37,100,10,0,
-10,83,112,108,105,116,32,85,110,105,116,32,78,101,119,32,83,101,114,105,
-97,108,32,78,117,109,98,101,114,0,0,0,70,97,105,108,101,100,32,83,
-97,118,105,110,103,32,116,104,101,32,83,112,108,105,116,32,85,110,105,116,
-32,83,101,114,105,97,108,32,78,117,109,98,101,114,33,10,0,0,0,0,
-70,108,97,115,104,32,85,112,100,97,116,101,114,0,0,0,10,77,73,71,
-82,65,84,69,85,78,73,84,32,37,50,100,44,32,115,112,101,99,105,97,
-108,32,99,111,110,116,114,111,108,32,102,108,97,103,115,32,37,35,48,50,
-120,44,32,97,99,116,105,111,110,32,37,35,48,50,120,10,0,0,0,0,
-80,111,119,101,114,77,97,110,97,103,101,109,101,110,116,32,99,111,109,109,
-97,110,100,44,32,115,112,105,110,32,0,0,105,110,118,97,108,105,100,32,
-112,97,114,97,109,10,0,0,45,45,32,72,111,115,116,32,109,101,115,115,
-97,103,101,58,32,37,115,10,0,0,0,0,73,109,112,111,114,116,85,110,
-105,116,32,99,111,109,109,97,110,100,32,40,112,111,114,116,32,109,97,112,
-41,58,32,48,120,37,120,10,0,0,0,0,80,111,114,116,83,99,97,110,
-32,99,111,109,109,97,110,100,32,40,112,111,114,116,32,109,97,112,41,58,
-32,48,120,37,120,10,0,0,10,82,101,111,114,100,101,114,85,110,105,116,
-115,32,99,111,109,109,97,110,100,58,32,99,111,117,110,116,61,37,105,44,
-32,109,97,112,0,0,0,0,32,73,110,118,97,108,105,100,32,77,97,112,
-33,10,0,0,42,42,32,69,114,114,111,114,32,48,120,37,88,32,117,112,
-100,97,116,105,110,103,32,68,67,66,32,105,110,32,82,101,111,114,100,101,
-114,85,110,105,116,115,44,32,117,110,105,116,61,37,105,10,0,0,0,0,
-32,32,69,114,114,111,114,58,32,117,110,100,101,102,105,110,101,100,32,116,
-101,115,116,32,73,68,33,32,40,48,120,37,88,41,10,0,10,68,105,97,
-103,110,111,115,116,105,99,58,10,0,0,0,32,32,32,32,84,101,115,116,
-32,73,68,32,61,32,37,88,10,0,0,0,68,105,97,103,110,111,115,116,
-105,99,32,102,105,110,105,115,104,101,100,32,119,105,116,104,32,101,114,114,
-111,114,115,33,10,0,0,0,68,105,97,103,110,111,115,116,105,99,32,102,
-105,110,105,115,104,101,100,32,79,75,46,10,0,0,0,0,72,111,116,83,
-119,97,112,40,117,110,107,110,111,119,110,32,97,99,116,105,111,110,32,48,
-120,37,88,41,58,32,110,111,32,97,99,116,105,111,110,32,116,97,107,101,
-110,46,10,0,72,111,116,83,119,97,112,32,99,111,109,109,97,110,100,44,
-32,112,111,114,116,32,37,105,10,0,0,0,72,111,116,83,119,97,112,40,
-82,69,80,76,65,67,69,95,74,66,79,68,41,32,117,110,115,117,112,112,
-111,114,116,101,100,59,32,97,99,116,115,32,97,115,32,78,111,112,46,10,
-0,0,0,0,10,60,60,32,67,111,109,109,97,110,100,101,100,32,82,101,
-115,101,116,32,62,62,10,0,0,0,0,0,68,51,34,17,136,119,102,85,
-255,255,17,17,238,238,34,34,221,221,51,51,204,204,68,68,187,187,85,85,
-170,170,102,102,153,153,119,119,82,101,98,117,105,108,100,85,110,105,116,32,
-37,105,32,99,111,109,109,97,110,100,10,0,82,101,112,108,97,99,101,68,
-114,105,118,101,58,32,100,101,103,114,97,100,101,100,32,117,110,105,116,32,
-37,100,44,32,115,112,97,114,101,32,117,110,105,116,32,37,100,10,0,0,
-90,101,114,111,85,110,105,116,32,37,105,32,99,111,109,109,97,110,100,10,
-0,0,0,0,86,101,114,105,102,121,85,110,105,116,32,37,105,32,99,111,
-109,109,97,110,100,10,0,0,70,108,97,115,104,32,101,114,114,111,114,32,
-37,120,10,0,68,111,119,110,108,111,97,100,70,105,114,109,119,97,114,101,
-32,99,111,109,109,97,110,100,44,32,98,117,102,102,101,114,32,110,117,109,
-98,101,114,32,37,105,10,0,80,97,115,115,105,110,103,32,99,111,110,116,
-114,111,108,32,116,111,32,70,108,97,115,104,32,85,112,100,97,116,101,114,
-10,0,0,0,70,108,97,115,104,105,110,103,32,99,111,109,112,108,101,116,
-101,100,32,79,75,10,0,0,10,68,101,108,101,116,101,85,110,105,116,32,
-37,100,32,99,111,109,109,97,110,100,44,32,100,101,115,116,114,111,121,61,
-37,100,44,32,114,101,116,97,105,110,61,37,100,44,32,100,105,114,116,121,
-61,37,100,10,0,0,0,0,115,105,122,101,79,102,68,101,115,99,114,105,
-112,116,111,114,61,37,105,44,32,110,117,109,68,101,115,99,114,105,112,116,
-111,114,115,61,37,105,10,0,10,67,114,101,97,116,101,85,110,105,116,32,
-117,115,105,110,103,32,100,101,115,99,114,105,112,116,111,114,32,118,101,114,
-115,105,111,110,32,37,100,44,32,102,108,97,103,115,61,37,35,48,50,120,
-10,0,0,0,67,111,110,115,116,114,117,99,116,105,111,110,32,99,97,112,
-97,99,105,116,105,101,115,58,10,0,0,0,100,101,115,99,114,105,112,116,
-111,114,91,37,50,105,93,32,32,112,111,114,116,61,37,50,117,44,32,99,
-97,112,61,37,35,48,56,120,10,0,0,0,104,111,115,116,76,101,103,97,
-99,121,67,109,100,115,46,99,112,112,0,0,70,97,105,108,101,100,32,83,
-97,118,105,110,103,32,116,104,101,32,85,110,105,116,32,83,101,114,105,97,
-108,32,78,117,109,98,101,114,33,10,0,0,69,114,97,115,101,100,32,76,
-117,110,32,37,100,32,76,66,65,32,48,32,111,114,32,85,110,105,116,32,
-76,66,65,32,48,120,37,76,120,10,0,0,10,67,82,69,65,84,69,68,
-32,85,78,73,84,32,37,50,100,10,0,0,91,37,50,105,93,32,115,117,
-98,115,61,37,105,44,32,99,102,103,61,37,35,104,120,44,32,115,116,114,
-105,112,76,111,103,50,61,37,35,104,120,44,32,112,111,114,116,61,37,105,
-44,32,108,111,103,68,114,118,61,37,105,44,32,109,111,100,101,61,37,35,
-104,120,44,32,114,98,108,100,37,37,61,37,105,44,10,32,32,32,32,32,
-32,79,102,102,115,101,116,61,37,35,48,56,120,44,32,99,97,112,61,37,
-35,48,56,120,44,32,114,115,118,100,61,37,35,104,120,32,37,35,104,120,
-44,32,102,108,97,103,115,61,37,35,104,120,10,0,0,0,70,108,117,115,
-104,32,99,111,109,109,97,110,100,44,32,117,110,105,116,61,37,105,10,0,
-78,111,112,32,101,120,101,99,117,116,101,100,32,79,75,10,0,0,0,0,
-83,82,76,32,32,32,32,32,48,120,37,48,52,88,32,32,48,120,37,48,
-52,88,10,0,65,114,99,104,73,100,32,32,48,120,37,48,52,88,32,32,
-48,120,37,48,52,88,10,0,66,114,97,110,99,104,32,32,48,120,37,48,
-52,88,32,32,48,120,37,48,52,88,10,0,66,117,105,108,100,32,32,32,
-48,120,37,48,52,88,32,32,48,120,37,48,52,88,10,0,82,101,115,117,
-108,116,32,32,48,120,37,48,56,88,10,0,114,101,115,117,108,116,61,48,
-120,37,88,0,102,101,97,116,117,114,101,115,61,48,120,37,88,0,0,0,
-102,101,97,116,117,114,101,115,58,32,48,120,37,48,56,88,10,0,0,0,
-115,105,122,101,61,48,120,37,88,0,0,0,32,32,32,32,32,32,32,32,
-68,114,105,118,101,114,32,32,70,105,114,109,119,97,114,101,10,0,0,0,
-73,110,105,116,67,111,110,110,101,99,116,32,99,114,101,100,105,116,115,58,
-32,37,100,10,0,0,0,0,54,52,32,98,105,116,32,83,71,76,32,102,
-111,114,109,97,116,10,0,0,51,50,32,98,105,116,32,83,71,76,32,102,
-111,114,109,97,116,10,0,0,78,111,32,115,101,116,32,102,101,97,116,117,
-114,101,115,10,0,0,0,0,83,65,70,45,84,69,32,80,114,111,99,101,
-115,115,111,114,32,68,101,118,105,99,101,32,73,110,113,117,105,114,121,32,
-67,109,100,44,32,85,110,105,116,32,37,100,10,0,0,0,65,77,67,67,
-32,32,32,32,0,0,0,0,70,69,57,88,32,51,46,48,50,46,48,48,
-46,48,48,52,0,0,0,0,65,77,67,67,32,32,32,32,0,0,0,0,
-10,73,110,113,32,69,86,80,68,32,112,103,32,37,50,88,104,32,0,0,
-85,110,115,117,112,112,111,114,116,101,100,32,33,33,0,0,68,105,115,107,
-32,68,101,118,105,99,101,32,73,110,113,117,105,114,121,32,67,109,100,44,
-32,85,110,105,116,32,37,100,10,0,0,0,10,73,110,113,32,99,109,100,
-32,119,47,99,109,100,68,116,32,98,105,116,32,115,101,116,58,32,83,80,
-67,51,114,120,120,32,58,32,79,98,115,111,108,101,116,101,32,98,105,116,
-46,0,0,0,83,69,83,32,80,114,111,99,101,115,115,111,114,32,68,101,
-118,105,99,101,32,73,110,113,117,105,114,121,32,67,109,100,44,32,85,110,
-105,116,32,37,100,10,0,0,65,77,67,67,32,32,32,32,0,0,0,0,
-70,69,57,88,32,51,46,48,50,46,48,48,46,48,48,52,0,0,0,0,
-10,73,110,113,32,99,109,100,58,32,73,110,118,97,108,105,100,32,99,111,
-109,98,105,110,97,116,105,111,110,32,80,97,103,101,32,111,114,32,79,112,
-101,114,97,116,105,111,110,32,67,111,100,101,32,98,121,116,101,32,119,47,
-111,32,69,86,80,68,32,111,114,32,99,109,100,68,116,32,115,101,116,0,
-10,98,121,116,101,115,82,101,109,97,105,110,105,110,103,32,58,32,37,100,
-0,0,0,0,83,101,110,100,32,68,105,97,103,110,111,115,116,105,99,32,
-67,109,100,44,32,85,110,105,116,32,37,100,44,32,76,117,110,32,37,100,
-10,0,0,0,80,97,103,101,32,99,111,100,101,32,48,120,37,120,44,32,
-114,101,113,117,101,115,116,32,120,102,101,114,32,108,101,110,32,48,120,37,
-120,10,0,0,83,101,110,100,32,68,105,97,103,110,111,115,116,105,99,32,
-67,109,100,58,32,112,97,103,101,32,99,111,100,101,32,48,120,37,88,32,
-110,111,116,32,115,117,112,112,111,114,116,101,100,10,0,0,82,101,99,101,
-105,118,101,32,68,105,97,103,110,111,115,116,105,99,32,82,101,115,117,108,
-116,115,32,67,109,100,58,32,112,97,103,101,32,99,111,100,101,32,48,120,
-37,88,32,110,111,116,32,115,117,112,112,111,114,116,101,100,10,0,0,0,
-65,99,116,117,97,108,32,120,102,101,114,32,108,101,110,32,48,120,37,120,
-10,0,0,0,82,101,99,101,105,118,101,32,68,105,97,103,110,111,115,116,
-105,99,32,82,101,115,117,108,116,115,32,67,109,100,44,32,85,110,105,116,
-32,37,100,44,32,76,117,110,32,37,100,10,0,0,0,0,80,97,103,101,
-32,99,111,100,101,32,48,120,37,120,44,32,114,101,113,117,101,115,116,32,
-120,102,101,114,32,108,101,110,32,48,120,37,120,10,0,0,87,114,105,116,
-101,32,66,117,102,102,101,114,32,67,109,100,44,32,85,110,105,116,32,37,
-100,44,32,76,117,110,32,37,100,10,0,0,79,112,101,114,97,116,105,111,
-110,32,99,111,100,101,32,48,120,37,120,44,32,108,101,110,32,48,120,37,
-120,10,0,0,87,114,105,116,101,32,66,117,102,102,101,114,32,67,109,100,
-58,32,111,112,101,114,97,116,105,111,110,32,99,111,100,101,32,48,120,37,
-88,32,110,111,116,32,115,117,112,112,111,114,116,101,100,10,0,0,0,0,
-79,112,101,114,97,116,105,111,110,32,99,111,100,101,32,48,120,37,120,44,
-32,114,101,113,117,101,115,116,32,120,102,101,114,32,108,101,110,32,48,120,
-37,120,10,0,82,101,97,100,32,66,117,102,102,101,114,32,67,109,100,58,
-32,111,112,101,114,97,116,105,111,110,32,99,111,100,101,32,48,120,37,88,
-32,110,111,116,32,115,117,112,112,111,114,116,101,100,10,0,82,101,97,100,
-32,66,117,102,102,101,114,32,67,109,100,44,32,85,110,105,116,32,37,100,
-44,32,76,117,110,32,37,100,10,0,0,0,65,99,116,117,97,108,32,120,
-102,101,114,32,108,101,110,32,48,120,37,120,10,0,0,0,76,85,78,32,
-35,32,37,120,32,97,100,100,101,100,10,0,82,101,112,111,114,116,76,117,
-110,115,32,67,109,100,44,32,85,110,105,116,32,37,100,10,0,0,0,0,
-83,116,111,112,32,117,110,105,116,32,48,120,37,120,10,0,105,109,109,101,
-100,105,97,116,101,0,0,0,83,116,97,114,116,32,117,110,105,116,32,48,
-120,37,120,32,0,0,0,0,85,110,104,97,110,100,108,101,100,32,99,111,
-109,109,97,110,100,32,99,111,100,101,32,37,120,32,115,101,110,116,32,102,
-111,114,32,85,110,105,116,32,45,32,37,120,10,0,0,0,69,114,114,111,
-114,44,32,85,110,105,116,32,37,100,58,32,0,0,0,0,104,111,115,116,
-73,110,116,101,114,102,97,99,101,80,99,105,46,99,112,112,0,0,0,0,
-115,101,110,115,101,32,98,117,102,102,101,114,58,32,108,101,110,61,37,35,
-120,44,32,97,100,100,114,101,115,115,61,37,35,76,120,10,0,0,0,0,
-69,114,114,111,114,44,32,85,110,105,116,32,37,100,58,32,48,120,37,88,
-32,79,86,69,82,82,73,68,68,69,78,32,100,117,101,32,116,111,32,105,
-110,118,97,108,105,100,32,115,101,110,115,101,32,98,117,102,102,101,114,32,
-100,101,115,99,114,105,112,116,111,114,10,0,83,101,109,73,50,67,80,111,
-114,116,0,0,107,101,114,110,101,108,46,104,112,112,0,0,107,101,114,110,
-101,108,46,104,112,112,0,0,107,101,114,110,101,108,46,104,112,112,0,0,
-107,101,114,110,101,108,46,104,112,112,0,0,107,101,114,110,101,108,46,104,
-112,112,0,0,107,101,114,110,101,108,46,104,112,112,0,0,83,101,109,73,
-50,67,80,99,104,105,112,0,107,101,114,110,101,108,46,104,112,112,0,0,
-107,101,114,110,101,108,46,104,112,112,0,0,107,101,114,110,101,108,46,104,
-112,112,0,0,107,101,114,110,101,108,46,104,112,112,0,0,107,101,114,110,
-101,108,46,104,112,112,0,0,107,101,114,110,101,108,46,104,112,112,0,0,
-107,101,114,110,101,108,46,104,112,112,0,0,107,101,114,110,101,108,46,104,
-112,112,0,0,107,101,114,110,101,108,46,104,112,112,0,0,107,101,114,110,
-101,108,46,104,112,112,0,0,67,111,110,116,114,111,108,58,48,120,37,88,
-32,65,100,100,114,58,48,120,37,88,32,68,97,116,97,58,48,120,37,88,
-40,114,101,97,100,41,32,32,58,48,120,37,88,40,119,114,105,116,116,101,
-110,41,10,0,80,104,105,112,32,73,50,67,32,66,117,115,32,101,114,114,
-111,114,32,48,120,37,88,32,58,32,37,115,10,0,0,0,83,101,109,73,
-50,67,80,80,67,0,0,0,107,101,114,110,101,108,46,104,112,112,0,0,
-107,101,114,110,101,108,46,104,112,112,0,0,107,101,114,110,101,108,46,104,
-112,112,0,0,107,101,114,110,101,108,46,104,112,112,0,0,107,101,114,110,
-101,108,46,104,112,112,0,0,107,101,114,110,101,108,46,104,112,112,0,0,
-107,101,114,110,101,108,46,104,112,112,0,0,107,101,114,110,101,108,46,104,
-112,112,0,0,107,101,114,110,101,108,46,104,112,112,0,0,105,50,99,32,
-120,102,101,114,32,116,105,109,101,111,117,116,46,46,46,10,0,0,0,0,
-10,32,66,66,85,32,67,79,77,77,65,78,68,32,82,69,65,68,32,78,
-79,84,32,83,85,80,80,79,82,84,69,68,44,32,78,69,69,68,32,84,
-79,32,73,77,80,76,69,77,69,78,84,32,10,0,0,0,105,112,114,77,
-97,110,97,103,101,114,46,99,112,112,0,0,105,112,114,77,97,110,97,103,
-101,114,46,99,112,112,0,0,105,112,114,77,97,110,97,103,101,114,46,99,
-112,112,0,0,105,112,114,77,97,110,97,103,101,114,46,99,112,112,0,0,
-105,112,114,77,97,110,97,103,101,114,46,99,112,112,0,0,105,112,114,77,
-97,110,97,103,101,114,46,99,112,112,0,0,105,112,114,77,97,110,97,103,
-101,114,46,99,112,112,0,0,105,112,114,77,97,110,97,103,101,114,46,99,
-112,112,0,0,82,101,108,101,97,115,105,110,103,32,37,115,32,40,48,120,
-37,48,56,88,41,10,0,0,107,101,114,110,101,108,46,99,112,112,0,0,
-107,101,114,110,101,108,46,99,112,112,0,0,82,101,108,101,97,115,105,110,
-103,32,37,115,32,40,48,120,37,48,56,88,41,10,0,0,107,101,114,110,
-101,108,46,99,112,112,0,0,107,101,114,110,101,108,46,99,112,112,0,0,
-108,111,119,76,101,118,101,108,65,112,105,46,99,112,112,0,76,85,78,32,
-48,120,37,120,0,0,0,0,32,83,116,97,114,116,32,76,66,65,32,48,
-120,37,76,120,0,0,0,0,32,83,105,122,101,32,48,120,37,76,120,10,
-0,0,0,0,73,110,118,97,108,105,100,32,85,110,105,116,32,67,97,112,
-97,99,105,116,121,32,111,114,32,76,85,78,32,115,105,122,101,0,0,0,
-10,67,97,99,104,101,32,80,97,103,101,32,58,32,82,67,68,32,105,115,
-32,110,111,116,32,99,104,97,110,103,101,97,98,108,101,58,32,37,100,0,
-10,66,66,85,32,112,114,101,115,101,110,116,32,98,117,116,32,110,111,116,
-32,101,110,97,98,108,101,100,32,37,100,0,10,67,97,99,104,101,32,80,
-97,103,101,32,58,32,105,110,99,111,114,114,101,99,116,32,108,101,110,103,
-116,104,32,58,32,37,100,44,32,101,120,112,101,99,116,101,100,32,58,32,
-37,100,0,0,10,67,97,99,104,101,32,80,97,103,101,32,58,32,77,65,
-83,75,95,80,83,95,66,73,84,32,111,114,32,83,80,70,32,98,105,116,
-32,115,101,116,58,32,37,100,0,0,0,0,10,67,97,99,104,101,32,80,
-97,103,101,32,58,32,98,121,116,101,115,32,37,100,0,0,10,67,97,99,
-104,101,32,80,97,103,101,32,58,32,101,114,114,111,114,67,111,100,101,32,
-37,120,32,40,48,120,48,48,32,61,32,110,111,32,101,114,114,111,114,41,
-0,0,0,0,10,67,97,99,104,101,32,80,97,103,101,32,58,32,110,111,
-116,32,101,110,111,117,103,104,32,100,97,116,97,32,116,111,32,115,101,116,
-63,33,32,40,115,112,97,99,101,65,118,97,105,108,45,50,41,32,37,100,
-32,60,32,112,86,97,114,45,62,83,105,122,101,40,41,32,37,100,0,0,
-67,97,99,104,101,32,112,97,103,101,32,40,100,101,102,97,117,108,116,41,
-10,0,0,0,67,97,99,104,101,32,112,97,103,101,32,40,99,104,97,110,
-103,101,97,98,108,101,41,10,0,0,0,0,67,97,99,104,101,32,112,97,
-103,101,32,110,111,116,32,99,104,97,110,103,101,97,98,108,101,10,0,0,
-67,97,99,104,101,32,112,97,103,101,32,40,37,100,41,10,0,0,0,0,
-2,0,0,0,28,171,35,0,3,0,0,0,76,171,35,0,2,0,0,0,
-188,178,35,0,3,0,0,0,44,162,35,0,2,0,0,0,232,166,35,0,
-3,0,0,0,232,170,35,0,2,0,0,0,44,176,35,0,3,0,0,0,
-92,176,35,0,4,0,0,0,144,176,35,0,2,0,0,0,100,164,35,0,
-3,0,0,0,196,175,35,0,4,0,0,0,248,175,35,0,5,0,0,0,
-192,174,35,0,6,0,0,0,244,174,35,0,7,0,0,0,40,175,35,0,
-8,0,0,0,52,164,35,0,9,0,0,0,80,167,35,0,2,0,0,0,
-28,167,35,0,3,0,0,0,92,175,35,0,4,0,0,0,144,175,35,0,
-2,0,0,0,96,177,35,0,3,0,0,0,200,177,35,0,4,0,0,0,
-252,177,35,0,2,0,0,0,16,190,35,0,3,0,0,0,248,161,35,0,
-36,86,69,82,70,69,57,88,32,51,46,48,50,46,48,48,46,48,48,52,
-0,86,69,82,36,0,0,0,98,97,100,32,97,108,108,111,99,97,116,105,
-111,110,0,0,118,101,99,116,111,114,60,84,62,32,116,111,111,32,108,111,
-110,103,0,0,118,101,99,116,111,114,60,84,62,32,116,111,111,32,108,111,
-110,103,0,0,3,0,0,0,228,168,35,0,6,0,0,0,92,165,35,0,
-7,0,0,0,140,173,35,0,8,0,0,0,192,173,35,0,9,0,0,0,
-244,173,35,0,10,0,0,0,132,167,35,0,11,0,0,0,228,169,35,0,
-12,0,0,0,140,165,35,0,13,0,0,0,192,165,35,0,14,0,0,0,
-244,165,35,0,15,0,0,0,40,166,35,0,16,0,0,0,84,179,35,0,
-17,0,0,0,40,180,35,0,19,0,0,0,28,169,35,0,20,0,0,0,
-40,174,35,0,21,0,0,0,220,189,35,0,23,0,0,0,180,170,35,0,
-24,0,0,0,196,176,35,0,26,0,0,0,80,168,35,0,28,0,0,0,
-128,168,35,0,29,0,0,0,44,177,35,0,30,0,0,0,64,189,35,0,
-2,0,0,0,184,167,35,0,3,0,0,0,88,166,35,0,4,0,0,0,
-76,169,35,0,5,0,0,0,232,167,35,0,6,0,0,0,180,168,35,0,
-7,0,0,0,92,174,35,0,8,0,0,0,24,168,35,0,9,0,0,0,
-36,165,35,0,10,0,0,0,220,188,35,0,11,0,0,0,244,164,35,0,
-14,0,0,0,196,164,35,0,15,0,0,0,148,164,35,0,2,0,0,0,
-44,178,35,0,3,0,0,0,204,163,35,0,8,0,0,0,136,166,35,0,
-9,0,0,0,152,163,35,0,10,0,0,0,184,166,35,0,11,0,0,0,
-48,163,35,0,12,0,0,0,92,178,35,0,13,0,0,0,176,169,35,0,
-14,0,0,0,236,178,35,0,15,0,0,0,32,179,35,0,16,0,0,0,
-140,178,35,0,17,0,0,0,188,179,35,0,18,0,0,0,240,179,35,0,
-19,0,0,0,100,163,35,0,20,0,0,0,136,179,35,0,21,0,0,0,
-24,170,35,0,22,0,0,0,76,170,35,0,23,0,0,0,128,170,35,0,
-2,0,0,0,124,171,35,0,13,0,0,0,172,171,35,0,4,0,0,0,
-12,172,35,0,14,0,0,0,220,171,35,0,3,0,0,0,60,172,35,0,
-11,0,0,0,96,162,35,0,12,0,0,0,148,162,35,0,15,0,0,0,
-108,172,35,0,16,0,0,0,252,162,35,0,17,0,0,0,156,172,35,0,
-18,0,0,0,200,162,35,0,19,0,0,0,204,172,35,0,20,0,0,0,
-252,172,35,0,21,0,0,0,44,173,35,0,22,0,0,0,92,173,35,0,
-2,0,0,0,116,189,35,0,3,0,0,0,168,189,35,0,4,0,0,0,
-92,180,35,0,5,0,0,0,64,188,35,0,6,0,0,0,168,188,35,0,
-7,0,0,0,248,176,35,0,8,0,0,0,148,177,35,0,9,0,0,0,
-12,189,35,0,10,0,0,0,140,174,35,0,11,0,0,0,116,188,35,0,
-2,0,0,0,144,180,35,0,3,0,0,0,200,180,35,0,4,0,0,0,
-4,181,35,0,5,0,0,0,60,181,35,0,6,0,0,0,116,181,35,0,
-7,0,0,0,176,181,35,0,8,0,0,0,236,181,35,0,9,0,0,0,
-36,182,35,0,10,0,0,0,92,182,35,0,11,0,0,0,148,182,35,0,
-12,0,0,0,204,182,35,0,13,0,0,0,4,183,35,0,15,0,0,0,
-60,183,35,0,16,0,0,0,116,183,35,0,18,0,0,0,172,183,35,0,
-19,0,0,0,228,183,35,0,20,0,0,0,28,184,35,0,21,0,0,0,
-84,184,35,0,17,0,0,0,140,184,35,0,22,0,0,0,196,184,35,0,
-65,0,0,0,20,186,35,0,66,0,0,0,76,186,35,0,72,0,0,0,
-164,185,35,0,73,0,0,0,220,185,35,0,83,0,0,0,252,184,35,0,
-85,0,0,0,52,185,35,0,86,0,0,0,108,185,35,0,23,0,0,0,
-132,186,35,0,24,0,0,0,188,186,35,0,25,0,0,0,244,186,35,0,
-26,0,0,0,44,187,35,0,27,0,0,0,100,187,35,0,64,0,0,0,
-12,188,35,0,28,0,0,0,156,187,35,0,29,0,0,0,212,187,35,0,
-85,78,73,84,32,37,50,100,0,0,0,0,112,97,114,97,109,84,97,98,
-108,101,46,99,112,112,0,0,112,97,114,97,109,84,97,98,108,101,46,99,
-112,112,0,0,112,97,114,97,109,32,32,32,58,32,84,97,98,108,101,32,
-48,120,37,48,52,88,44,32,112,97,114,97,109,32,48,120,37,48,50,88,
-44,32,115,105,122,101,32,37,51,100,10,0,83,69,84,84,73,78,71,83,
-58,32,68,105,115,116,114,105,98,117,116,105,110,103,32,37,115,32,112,97,
-114,97,109,101,116,101,114,115,32,40,99,111,117,110,116,61,37,100,44,32,
-98,121,116,101,115,61,37,100,41,10,0,0,83,69,84,84,73,78,71,83,
-58,32,84,104,101,114,101,32,119,101,114,101,32,37,100,32,117,110,114,101,
-115,116,111,114,97,98,108,101,32,112,97,114,97,109,101,116,101,114,115,10,
-0,0,0,0,112,97,114,97,109,84,97,98,108,101,46,99,112,112,0,0,
-66,73,79,83,32,79,80,84,73,79,78,0,87,82,73,84,69,32,79,78,
-67,69,0,0,70,65,67,84,79,82,89,32,68,65,84,65,0,0,0,0,
-70,73,82,77,87,65,82,69,32,76,79,67,65,76,0,0,33,33,69,114,
-114,111,114,33,33,32,78,79,83,65,86,69,0,0,0,0,66,73,79,83,
-32,79,80,84,73,79,78,0,87,82,73,84,69,32,79,78,67,69,0,0,
-70,65,67,84,79,82,89,32,68,65,84,65,0,0,0,0,70,73,82,77,
-87,65,82,69,32,76,79,67,65,76,0,0,33,33,69,114,114,111,114,33,
-33,32,78,79,83,65,86,69,0,0,0,0,32,32,32,32,32,32,32,32,
-58,32,101,114,114,111,114,61,37,35,120,44,32,118,101,114,61,37,35,120,
-44,32,99,111,117,110,116,61,37,105,44,32,115,105,122,101,67,111,108,108,
-101,99,116,101,100,61,37,117,10,0,0,0,112,97,114,97,109,84,97,98,
-108,101,46,99,112,112,0,0,83,69,84,84,73,78,71,83,58,32,68,101,
-108,101,116,105,110,103,32,101,109,112,116,121,32,111,114,32,105,110,118,97,
-108,105,100,32,102,108,97,115,104,32,102,105,108,101,32,40,115,105,103,110,
-97,116,117,114,101,32,37,48,56,120,41,10,0,0,0,0,83,69,84,84,
-73,78,71,83,58,32,42,42,32,110,111,32,115,112,97,99,101,32,102,111,
-114,32,112,97,114,97,109,101,116,101,114,32,48,120,37,48,52,88,44,37,
-88,32,42,42,32,10,0,0,83,69,84,84,73,78,71,83,58,32,83,97,
-118,105,110,103,32,37,115,32,112,97,114,97,109,101,116,101,114,115,32,46,
-46,46,32,0,100,111,110,101,46,32,40,99,111,117,110,116,61,37,100,44,
-32,98,121,116,101,115,61,37,100,41,10,0,10,83,69,84,84,73,78,71,
-83,58,32,42,42,32,32,85,110,97,98,108,101,32,116,111,32,115,97,118,
-101,32,37,115,32,112,97,114,97,109,101,116,101,114,115,32,40,100,105,115,
-107,32,111,114,32,102,108,97,115,104,32,101,114,114,111,114,41,32,42,42,
-10,0,0,0,115,101,116,116,105,110,103,32,58,32,84,97,98,108,101,32,
-48,120,37,48,52,88,44,32,97,108,108,32,112,97,114,97,109,101,116,101,
-114,115,32,105,110,32,116,97,98,108,101,10,0,0,0,0,115,101,116,116,
-105,110,103,32,58,32,84,97,98,108,101,32,48,120,37,48,52,88,44,32,
-112,97,114,97,109,32,48,120,37,48,50,88,44,32,97,99,116,105,111,110,
-32,37,100,10,0,0,0,0,112,97,114,97,109,32,32,32,58,32,84,97,
-98,108,101,32,48,120,37,48,52,88,44,32,112,97,114,97,109,32,48,120,
-37,48,50,88,44,32,115,105,122,101,32,37,51,100,10,0,80,65,82,65,
-77,58,32,80,114,101,45,112,114,111,99,101,115,115,105,110,103,32,102,117,
-110,99,116,105,111,110,32,105,110,118,111,107,101,100,10,0,112,97,114,97,
-109,84,97,98,108,101,46,99,112,112,0,0,71,101,116,80,97,114,97,109,
-32,116,114,117,110,99,97,116,101,100,32,116,111,32,37,105,32,111,102,32,
-37,105,32,98,121,116,101,115,10,0,0,0,80,65,82,65,77,32,83,121,
-110,99,104,114,111,110,105,122,101,32,37,100,32,100,101,115,99,114,105,112,
-116,111,114,115,10,0,0,0,78,111,32,112,114,105,110,116,32,108,111,103,
-32,104,97,115,32,98,101,101,110,32,115,97,118,101,100,32,121,101,116,46,
-0,0,0,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,0,0,0,0,120,120,45,120,120,120,45,120,120,120,120,0,
-37,100,45,37,98,45,37,89,0,0,0,0,112,97,114,97,109,86,97,114,
-46,99,112,112,0,0,0,0,100,111,117,98,108,101,76,105,115,116,46,99,
-112,112,0,0,100,111,117,98,108,101,76,105,115,116,46,99,112,112,0,0,
-100,111,117,98,108,101,76,105,115,116,46,99,112,112,0,0,100,111,117,98,
-108,101,76,105,115,116,46,99,112,112,0,0,100,111,117,98,108,101,76,105,
-115,116,46,99,112,112,0,0,112,97,114,105,116,121,77,103,114,46,99,112,
-112,0,0,0,112,97,114,105,116,121,77,103,114,46,99,112,112,0,0,0,
-112,97,114,105,116,121,77,103,114,46,99,112,112,0,0,0,112,97,114,105,
-116,121,77,103,114,46,99,112,112,0,0,0,112,97,114,105,116,121,77,103,
-114,46,99,112,112,0,0,0,112,97,114,105,116,121,77,103,114,46,99,112,
-112,0,0,0,112,97,114,105,116,121,77,103,114,46,99,112,112,0,0,0,
-112,97,114,105,116,121,77,103,114,46,99,112,112,0,0,0,112,97,114,105,
-116,121,77,103,114,46,99,112,112,0,0,0,112,97,114,105,116,121,77,103,
-114,46,99,112,112,0,0,0,112,97,114,105,116,121,77,103,114,46,99,112,
-112,0,0,0,112,97,114,105,116,121,77,103,114,46,99,112,112,0,0,0,
-112,97,114,105,116,121,77,103,114,46,99,112,112,0,0,0,112,97,114,105,
-116,121,77,103,114,46,99,112,112,0,0,0,80,32,40,83,35,58,32,37,
-76,120,44,32,87,67,58,32,37,120,41,10,0,0,0,0,112,97,114,105,
-116,121,77,103,114,46,99,112,112,0,0,0,112,97,114,105,116,121,77,103,
-114,46,99,112,112,0,0,0,69,114,114,111,114,32,48,120,37,48,52,88,
-32,114,101,115,116,111,114,105,110,103,32,106,111,117,114,110,97,108,44,32,
-105,110,105,116,105,97,108,105,122,105,110,103,46,46,46,10,0,0,0,0,
-72,97,110,100,108,101,114,76,111,99,107,0,80,111,119,101,114,32,115,116,
-97,116,101,32,105,110,116,101,114,114,117,112,116,32,0,0,13,10,60,60,
-32,83,111,102,116,32,82,101,115,101,116,32,62,62,13,10,0,0,0,0,
-82,101,115,101,116,32,105,103,110,111,114,101,100,33,13,10,0,0,0,0,
-13,10,60,60,32,72,97,114,100,32,82,101,115,101,116,32,62,62,13,10,
-0,0,0,0,107,101,114,110,101,108,46,104,112,112,0,0,114,101,116,114,
-121,61,37,100,0,0,0,0,112,99,104,105,112,46,99,112,112,0,0,0,
-107,101,114,110,101,108,46,104,112,112,0,0,114,101,116,114,121,61,37,100,
-0,0,0,0,107,101,114,110,101,108,46,104,112,112,0,0,112,99,104,105,
-112,46,99,112,112,0,0,0,65,100,100,114,101,115,115,32,48,120,37,48,
-56,120,44,32,100,97,116,97,32,48,120,37,48,49,54,76,120,44,32,109,
-111,100,105,102,105,101,114,32,48,120,37,48,49,54,76,120,10,0,0,0,
-80,67,73,99,102,103,91,49,93,32,61,32,48,120,37,48,56,120,10,0,
-10,97,114,98,105,116,101,114,32,112,114,111,98,101,32,50,32,61,32,48,
-120,37,120,0,10,104,97,110,100,108,101,114,32,61,32,48,120,37,120,0,
-10,65,108,108,111,99,97,116,111,114,32,48,32,61,32,48,120,37,120,0,
-10,65,108,108,111,99,97,116,111,114,32,49,32,61,32,48,120,37,120,0,
-10,65,108,108,111,99,97,116,111,114,32,50,32,61,32,48,120,37,120,0,
-10,65,108,108,111,99,97,116,111,114,32,51,32,61,32,48,120,37,120,0,
-10,98,102,98,95,102,105,102,111,95,98,117,115,121,91,51,49,58,48,93,
-32,61,32,48,120,37,120,0,10,98,102,98,32,115,108,97,118,101,32,48,
-32,61,32,48,120,37,120,0,10,98,102,98,32,115,108,97,118,101,32,49,
-32,61,32,48,120,37,120,0,10,98,102,98,32,115,108,97,118,101,32,50,
-32,61,32,48,120,37,120,0,10,98,102,98,32,115,108,97,118,101,32,51,
-32,61,32,48,120,37,120,0,10,115,100,111,109,97,105,110,32,48,32,61,
-32,48,120,37,120,0,0,0,10,115,100,111,109,97,105,110,32,49,32,61,
-32,48,120,37,120,0,0,0,10,112,100,111,109,97,105,110,32,48,32,61,
-32,48,120,37,120,0,0,0,10,112,100,111,109,97,105,110,32,49,32,61,
-32,48,120,37,120,0,0,0,112,99,104,105,112,46,99,112,112,0,0,0,
-107,101,114,110,101,108,46,104,112,112,0,0,112,99,104,105,112,46,99,112,
-112,0,0,0,80,99,104,105,112,32,64,32,0,0,0,0,50,48,48,32,
-77,72,122,10,0,0,0,0,50,54,54,32,77,72,122,10,0,0,0,0,
-51,51,51,32,77,72,122,10,0,0,0,0,32,99,111,110,102,105,103,32,
-32,58,32,37,52,120,10,0,32,99,111,110,116,114,111,108,32,58,32,37,
-52,120,10,0,32,114,101,102,114,101,115,104,32,58,32,37,52,120,10,0,
-83,68,82,65,77,32,114,101,103,115,10,0,117,110,115,117,112,112,111,114,
-116,101,100,32,109,101,109,111,114,121,32,115,105,122,101,32,33,47,110,0,
-83,68,82,65,77,58,32,85,110,115,117,112,112,111,114,116,101,100,32,99,
-111,108,117,109,110,115,58,32,37,100,10,0,87,114,105,116,101,32,73,68,
-32,48,120,70,70,70,70,44,32,119,97,105,116,32,114,101,115,112,111,110,
-115,101,32,81,32,101,109,112,116,121,10,0,80,114,105,109,97,114,121,32,
-66,117,115,32,45,62,32,0,80,99,104,105,112,66,117,102,102,101,114,80,
-111,111,108,0,32,58,32,54,52,66,105,116,10,0,0,0,32,58,32,51,
-50,66,105,116,10,0,0,0,112,99,104,105,112,46,99,112,112,0,0,0,
-83,68,82,65,77,58,32,85,110,115,117,112,112,111,114,116,101,100,32,84,
-114,99,100,58,32,37,100,110,115,10,0,0,87,97,105,116,32,114,101,115,
-112,111,110,115,101,32,81,32,101,109,112,116,121,10,0,0,84,105,109,101,
-111,117,116,10,0,0,0,0,82,101,115,101,116,32,80,99,104,105,112,10,
-0,0,0,0,80,99,104,105,112,32,32,32,32,32,37,100,46,37,100,10,
-0,0,0,0,80,67,73,88,45,49,48,48,0,0,0,0,80,67,73,88,
-45,49,51,51,0,0,0,0,114,101,116,114,121,61,37,100,0,0,0,0,
-107,101,114,110,101,108,46,104,112,112,0,0,10,83,98,117,102,32,115,116,
-97,116,117,115,58,32,37,88,32,32,10,0,10,45,45,45,45,32,72,87,
-32,114,101,103,115,32,100,117,109,112,32,45,45,45,45,45,10,0,0,0,
-37,100,32,111,117,116,32,111,102,32,37,100,10,0,0,0,114,101,103,58,
-32,37,88,32,32,48,120,37,48,56,88,10,0,0,0,0,45,45,45,32,
-69,110,100,32,72,87,32,114,101,103,115,32,100,117,109,112,32,45,45,45,
-45,10,0,0,107,101,114,110,101,108,46,104,112,112,0,0,107,101,114,110,
-101,108,46,104,112,112,0,0,107,101,114,110,101,108,46,104,112,112,0,0,
-114,101,98,117,105,108,100,101,114,46,99,112,112,0,0,0,77,105,103,114,
-97,116,101,114,58,58,72,97,110,100,108,101,69,114,114,111,114,40,41,32,
-110,101,120,116,83,116,97,116,101,61,61,69,82,82,79,82,10,0,0,0,
-77,105,103,114,97,116,101,114,58,58,72,97,110,100,108,101,69,114,114,111,
-114,40,41,32,85,110,105,116,32,110,111,116,32,115,97,102,101,32,116,111,
-32,100,101,103,114,97,100,101,10,0,0,0,77,105,103,114,97,116,101,114,
-58,58,72,97,110,100,108,101,69,114,114,111,114,40,41,32,68,101,103,114,
-97,100,101,32,100,111,110,101,44,32,114,101,115,116,97,114,116,105,110,103,
-32,99,104,117,110,107,115,10,0,0,0,0,114,101,98,117,105,108,100,101,
-114,46,99,112,112,0,0,0,114,101,98,117,105,108,100,101,114,46,99,112,
-112,0,0,0,107,101,114,110,101,108,46,104,112,112,0,0,114,101,98,117,
-105,108,100,101,114,46,99,112,112,0,0,0,10,85,110,105,116,32,37,100,
-32,37,115,32,83,84,65,82,84,69,68,10,0,0,0,0,107,101,114,110,
-101,108,46,104,112,112,0,0,107,101,114,110,101,108,46,104,112,112,0,0,
-114,101,98,117,105,108,100,101,114,46,99,112,112,0,0,0,10,85,110,105,
-116,32,37,100,32,37,115,32,83,84,79,80,80,69,68,10,0,0,0,0,
-107,101,114,110,101,108,46,104,112,112,0,0,82,101,98,117,105,108,100,101,
-114,0,0,0,77,105,103,114,97,116,101,114,0,0,0,0,107,101,114,110,
-101,108,46,104,112,112,0,0,83,99,114,117,98,98,101,114,0,0,0,0,
-86,69,82,73,70,89,32,40,80,65,82,73,84,89,41,32,69,82,82,79,
-82,10,0,0,114,101,98,117,105,108,100,101,114,46,99,112,112,0,0,0,
-114,101,98,117,105,108,100,101,114,46,99,112,112,0,0,0,86,101,114,105,
-102,105,101,114,0,0,0,0,114,101,98,117,105,108,100,101,114,46,99,112,
-112,0,0,0,82,101,98,117,105,108,100,101,114,82,97,105,100,53,0,0,
-82,101,98,117,105,108,100,101,114,82,97,105,100,49,0,0,114,101,98,117,
-105,108,100,101,114,46,99,112,112,0,0,0,107,101,114,110,101,108,46,104,
-112,112,0,0,82,101,99,111,110,115,116,114,117,99,116,32,40,114,101,112,
-97,105,114,41,32,115,116,114,105,112,101,108,101,116,58,32,37,48,56,76,
-120,10,0,0,114,101,98,117,105,108,100,101,114,46,99,112,112,0,0,0,
-107,101,114,110,101,108,46,104,112,112,0,0,83,101,99,116,111,114,32,79,
-118,101,114,119,114,105,116,101,32,40,112,111,114,116,44,32,111,102,102,115,
-41,58,32,37,120,44,32,37,100,10,0,0,32,83,116,97,114,116,32,83,
-116,114,105,112,101,32,35,58,32,37,48,56,76,120,10,0,114,101,98,117,
-105,108,100,101,114,46,99,112,112,0,0,0,10,37,115,32,69,82,82,79,
-82,44,32,116,105,109,101,58,32,37,120,32,40,69,114,114,111,114,67,111,
-100,101,41,58,32,37,120,10,0,0,0,0,112,111,114,116,61,37,100,44,
-32,117,110,105,116,61,37,100,0,0,0,0,117,110,105,116,61,37,100,44,
-32,112,111,114,116,61,37,100,0,0,0,0,107,101,114,110,101,108,46,104,
-112,112,0,0,114,101,98,117,105,108,100,101,114,46,99,112,112,0,0,0,
-114,101,98,117,105,108,100,101,114,46,99,112,112,0,0,0,114,101,98,117,
-105,108,100,101,114,46,99,112,112,0,0,0,32,32,68,117,112,108,105,99,
-97,116,101,0,78,111,32,68,67,66,32,40,74,66,79,68,41,0,0,0,
-86,97,108,105,100,32,68,67,66,0,0,0,32,32,77,97,116,99,104,101,
-100,0,0,0,80,114,111,99,101,115,115,101,100,0,0,0,85,110,117,115,
-97,98,108,101,32,68,67,66,0,0,0,0,79,114,112,104,97,110,32,68,
-67,66,0,0,117,110,105,116,61,37,100,44,32,112,111,114,116,61,37,100,
-0,0,0,0,82,101,99,111,118,101,114,105,110,103,32,85,110,102,105,110,
-105,115,104,101,100,32,65,114,114,97,121,32,85,112,100,97,116,101,44,32,
-85,78,73,84,32,37,50,100,44,32,100,101,116,101,99,116,101,100,32,111,
-110,32,112,111,114,116,32,37,105,10,0,0,114,111,108,108,99,97,108,108,
-46,99,112,112,0,0,0,0,82,111,108,108,99,97,108,108,32,101,114,114,
-111,114,58,32,90,101,114,111,32,108,101,110,103,116,104,32,71,85,73,68,
-44,32,112,111,114,116,32,37,50,100,10,0,112,111,114,116,32,37,50,100,
-58,32,37,115,10,0,0,0,112,111,114,116,32,37,50,100,58,32,78,101,
-101,100,115,32,65,114,114,97,121,32,85,112,100,97,116,101,32,99,111,109,
-112,108,101,116,105,111,110,46,10,0,0,0,112,111,114,116,32,37,50,100,
-58,32,37,115,32,40,111,102,32,112,111,114,116,61,37,100,41,46,32,85,
-112,100,97,116,101,32,99,111,117,110,116,115,58,32,37,117,44,32,37,117,
-10,0,0,0,112,111,114,116,32,37,50,100,58,32,67,98,111,100,32,79,
-102,102,108,105,110,101,10,0,10,82,111,108,108,99,97,108,108,44,32,109,
-105,100,100,108,101,32,58,32,99,104,101,99,107,32,68,67,66,115,44,32,
-101,120,112,111,114,116,32,74,66,79,68,115,10,0,0,0,112,111,114,116,
-32,37,50,100,58,32,37,115,10,0,0,0,82,111,108,108,99,97,108,108,
-32,100,101,115,99,114,105,112,116,111,114,32,98,108,111,99,107,44,32,110,
-117,109,68,101,115,99,114,105,112,116,111,114,115,61,37,105,10,0,0,0,
-114,111,108,108,99,97,108,108,46,99,112,112,0,0,0,0,10,82,111,108,
-108,99,97,108,108,44,32,102,105,110,105,115,104,32,58,32,109,97,107,101,
-32,82,65,73,68,32,85,110,105,116,115,10,0,0,0,0,82,79,76,76,
-67,65,76,76,58,32,67,114,101,97,116,101,85,110,105,116,32,102,97,105,
-108,101,100,44,32,112,111,114,116,109,97,112,32,48,120,37,48,52,88,10,
-0,0,0,0,91,37,50,105,93,32,115,117,98,115,61,37,105,44,32,99,
-102,103,61,37,35,104,120,44,32,115,116,114,105,112,76,111,103,50,61,37,
-35,104,120,44,32,112,111,114,116,61,37,105,44,32,108,111,103,68,114,118,
-61,37,105,44,32,109,111,100,101,61,37,35,104,120,44,32,114,98,108,100,
-37,37,61,37,105,44,10,32,32,32,32,32,32,79,102,102,115,101,116,61,
-37,35,48,56,120,44,32,99,97,112,61,37,35,48,56,120,44,32,114,115,
-118,100,61,37,35,104,120,32,37,35,104,120,44,32,102,108,97,103,115,61,
-37,35,104,120,10,0,0,0,73,109,112,111,114,116,101,100,32,117,110,105,
-116,32,37,100,10,0,0,0,84,104,101,114,101,32,119,101,114,101,32,37,
-105,32,68,67,66,32,114,101,45,119,114,105,116,101,115,32,105,110,32,116,
-104,105,115,32,114,111,108,108,99,97,108,108,10,0,0,0,82,101,115,101,
-116,32,111,102,102,108,105,110,101,32,116,105,109,101,114,10,0,0,0,0,
-69,114,114,111,114,32,48,120,37,88,32,100,117,114,105,110,103,32,68,67,
-66,32,114,101,45,119,114,105,116,101,32,40,114,111,108,108,99,97,108,108,
-32,115,99,114,117,98,41,10,0,0,0,0,74,66,79,68,61,37,120,10,
-0,0,0,0,42,42,32,83,98,117,102,32,102,97,105,108,117,114,101,32,
-100,101,116,101,99,116,101,100,46,32,80,111,114,116,32,115,99,97,110,32,
-115,107,105,112,112,101,100,46,10,0,0,0,82,111,108,108,99,97,108,108,
-44,32,66,101,103,105,110,32,32,58,32,102,105,110,100,32,100,114,105,118,
-101,115,44,32,114,101,97,100,32,68,67,66,115,10,0,0,42,42,32,69,
-114,114,111,114,32,48,120,37,88,32,100,117,114,105,110,103,32,68,67,66,
-32,114,101,45,119,114,105,116,101,32,40,114,111,108,108,99,97,108,108,32,
-115,99,114,117,98,41,10,0,42,42,32,84,104,101,114,101,32,119,101,114,
-101,32,37,105,32,68,67,66,32,114,101,45,119,114,105,116,101,115,32,105,
-110,32,116,104,105,115,32,114,111,108,108,99,97,108,108,10,0,0,0,0,
-107,101,114,110,101,108,46,104,112,112,0,0,37,105,32,68,111,110,101,46,
-10,0,0,0,10,83,97,118,105,110,103,32,80,82,73,78,84,76,79,71,
-44,32,116,105,109,101,61,37,105,32,46,46,46,32,0,0,115,101,114,105,
-97,108,73,79,46,99,112,112,0,0,0,0,115,101,114,105,97,108,73,79,
-46,99,112,112,0,0,0,0,13,10,13,10,32,62,62,62,32,105,110,105,
-116,105,97,108,105,122,105,110,103,32,112,114,105,110,116,66,117,102,32,60,
-60,60,13,10,0,0,0,0,94,94,94,32,37,105,32,99,104,97,114,115,
-32,114,101,116,97,105,110,101,100,32,102,114,111,109,32,111,108,100,32,112,
-114,105,110,116,76,111,103,32,94,94,94,13,10,0,0,0,99,117,114,114,
-101,110,116,32,84,104,114,101,97,100,58,32,37,115,10,0,111,99,99,117,
-114,114,101,100,32,97,116,32,80,67,61,48,120,37,48,56,88,10,0,0,
-99,117,114,114,101,110,116,32,84,104,114,101,97,100,58,32,37,115,10,0,
-10,13,32,42,32,42,32,42,32,69,120,99,101,112,116,105,111,110,32,73,
-110,116,101,114,114,117,112,116,32,42,32,42,32,42,10,13,0,0,0,0,
-10,13,32,42,32,42,32,42,32,85,110,101,120,112,101,99,116,101,100,32,
-73,110,116,101,114,114,117,112,116,32,42,32,42,32,42,10,13,0,0,0,
-99,117,114,114,101,110,116,32,84,104,114,101,97,100,58,32,37,115,44,32,
-108,112,32,119,97,115,32,48,120,37,88,10,0,0,0,0,10,13,32,42,
-32,42,32,42,32,74,117,109,112,101,100,32,116,111,32,90,101,114,111,32,
-111,114,32,85,110,101,120,112,101,99,116,101,100,32,73,110,116,101,114,114,
-117,112,116,32,42,32,42,32,42,10,13,0,99,117,114,114,101,110,116,32,
-84,104,114,101,97,100,58,32,37,115,44,32,108,112,32,119,97,115,32,48,
-120,37,88,10,0,0,0,0,107,101,114,110,101,108,46,104,112,112,0,0,
-32,32,73,110,102,111,32,37,100,58,32,45,66,97,100,32,67,104,101,99,
-107,115,117,109,10,0,0,0,32,32,76,111,103,32,119,97,115,32,111,112,
-101,110,61,37,100,44,32,76,97,116,101,115,116,32,108,111,103,61,37,100,
-10,0,0,0,32,32,73,110,102,111,32,37,100,58,32,83,116,114,105,112,
-101,58,37,76,117,32,83,116,97,116,101,58,37,100,32,83,101,113,58,37,
-100,10,0,0,114,97,110,107,58,32,37,100,32,119,97,115,79,112,101,110,
-58,32,37,100,10,0,0,0,77,105,103,32,76,111,103,32,76,105,115,116,
-58,10,0,0,76,111,103,32,69,110,116,114,121,58,32,37,100,32,0,0,
-45,66,97,100,32,67,104,101,99,107,115,117,109,10,0,0,77,105,103,32,
-76,111,103,103,101,114,32,99,108,111,115,105,110,103,32,108,111,103,32,101,
-110,116,114,121,32,97,116,32,37,120,10,0,67,114,101,97,116,101,32,78,
-101,119,32,83,112,105,32,70,105,108,101,32,68,101,115,99,114,105,112,116,
-111,114,32,102,111,114,32,116,121,112,101,32,37,120,32,97,116,32,48,120,
-37,120,10,0,83,112,105,32,70,105,108,101,32,68,101,115,99,114,105,112,
-116,111,114,32,67,114,101,97,116,105,111,110,32,69,114,114,111,114,10,0,
-83,112,105,32,70,105,108,101,32,68,101,115,99,114,105,112,116,111,114,32,
-78,111,116,32,102,111,117,110,100,32,40,116,121,112,101,41,58,32,37,120,
-10,0,0,0,83,112,105,32,70,105,108,101,32,68,101,115,99,114,105,112,
-116,111,114,32,66,97,100,32,83,105,103,110,97,116,117,114,101,32,40,116,
-121,112,101,41,58,32,37,120,10,0,0,0,10,10,69,114,114,111,114,58,
-32,83,112,105,32,68,101,115,99,114,46,32,70,111,117,110,100,58,32,98,
-121,116,101,32,115,105,122,101,32,37,100,32,60,32,70,87,32,114,101,113,
-117,101,115,116,101,100,32,37,100,0,0,0,83,112,105,32,70,105,108,101,
-32,68,101,115,99,114,105,112,116,111,114,32,66,97,100,32,67,104,101,99,
-107,115,117,109,32,40,116,121,112,101,41,58,32,48,120,37,120,10,0,0,
-10,68,105,115,97,98,108,105,110,103,32,97,99,99,101,115,115,32,116,111,
-32,116,104,105,115,32,102,105,108,101,32,116,121,112,101,32,48,120,37,120,
-10,10,0,0,77,105,103,32,76,111,103,103,101,114,10,0,79,112,101,110,
-32,76,111,103,32,119,105,116,104,32,109,97,116,99,104,105,110,103,32,71,
-85,73,68,10,0,0,0,0,46,46,46,110,111,32,83,112,105,32,102,105,
-108,101,115,32,102,111,117,110,100,47,110,0,83,112,105,32,70,105,108,101,
-115,32,76,105,115,116,58,10,0,0,0,0,37,100,41,32,84,121,112,101,
-58,32,48,120,37,120,44,32,66,121,116,101,115,58,32,48,120,37,120,44,
-32,78,86,82,97,109,65,100,100,114,58,32,48,120,37,88,59,10,0,0,
-77,117,116,83,112,105,78,86,82,97,109,0,83,80,68,32,99,104,101,99,
-107,32,115,117,109,32,101,114,114,111,114,58,48,120,37,120,32,98,121,116,
-101,115,10,0,87,101,32,117,115,101,32,111,110,108,121,32,54,52,32,98,
-105,116,32,100,97,116,97,32,119,105,100,116,104,46,32,116,104,101,32,100,
-101,118,105,99,101,32,104,97,115,32,58,37,100,32,98,105,116,115,10,0,
-85,110,115,117,112,112,111,114,116,101,100,32,67,65,83,32,108,97,116,101,
-110,99,121,32,58,48,120,37,120,32,10,0,85,110,115,117,112,112,111,114,
-116,101,100,32,116,114,112,32,58,48,120,37,120,32,10,0,77,111,100,117,
-108,101,32,104,97,115,32,110,111,110,45,105,100,101,110,116,105,99,97,108,
-32,98,97,110,107,115,40,114,111,119,115,41,58,48,120,37,120,32,10,0,
-85,110,115,117,112,112,111,114,116,101,100,32,83,68,82,65,77,32,99,121,
-99,108,101,32,116,105,109,101,58,48,120,37,120,32,10,0,85,110,115,117,
-112,112,111,114,116,101,100,32,110,111,32,111,102,32,98,97,110,107,115,47,
-114,111,119,32,58,48,120,37,120,32,10,0,73,110,115,117,102,102,105,99,
-105,101,110,116,32,83,80,68,32,100,97,116,97,58,48,120,37,120,32,98,
-121,116,101,115,10,0,0,0,85,110,115,117,112,112,111,114,116,101,100,32,
-100,97,116,97,32,119,105,100,116,104,58,48,120,37,120,32,10,0,0,0,
-85,110,115,117,112,112,111,114,116,101,100,32,101,114,114,111,114,32,100,101,
-116,101,99,116,105,111,110,32,115,99,104,101,109,101,58,48,120,37,120,32,
-10,0,0,0,85,110,115,117,112,112,111,114,116,101,100,32,77,111,100,117,
-108,101,32,97,116,116,114,105,98,117,116,101,115,32,58,48,120,37,120,32,
-10,0,0,0,85,110,100,101,102,105,110,101,100,32,116,114,112,32,58,48,
-120,37,120,32,10,0,0,0,68,68,82,32,109,101,109,111,114,121,33,10,
-0,0,0,0,77,111,100,117,108,101,32,104,97,115,32,110,111,110,45,105,
-100,101,110,116,105,99,97,108,47,117,110,115,117,112,112,111,114,116,101,100,
-32,98,97,110,107,115,40,99,111,108,117,109,110,115,41,58,48,120,37,120,
-32,10,0,0,85,110,115,117,112,112,111,114,116,101,100,32,77,111,100,117,
-108,101,32,82,111,119,115,58,48,120,37,120,32,10,0,0,85,110,115,117,
-112,112,111,114,116,101,100,32,118,111,108,116,97,103,101,32,105,110,116,101,
-114,102,97,99,101,58,48,120,37,120,32,10,0,0,0,0,78,111,32,115,
-101,108,102,32,114,101,102,114,101,115,104,32,102,111,114,32,68,73,77,77,
-32,58,48,120,37,120,32,10,0,0,0,0,85,110,115,117,112,112,111,114,
-116,101,100,32,98,117,114,115,116,32,108,101,110,103,116,104,32,58,48,120,
-37,120,32,10,0,0,0,0,85,110,115,117,112,112,111,114,116,101,100,32,
-67,83,32,108,97,116,101,110,99,121,32,58,48,120,37,120,32,10,0,0,
-85,110,115,117,112,112,111,114,116,101,100,32,87,69,32,108,97,116,101,110,
-99,121,32,58,48,120,37,120,32,10,0,0,85,110,100,101,102,105,110,101,
-100,32,116,114,99,100,32,58,48,120,37,120,32,10,0,0,85,110,115,117,
-112,112,111,114,116,101,100,32,116,114,99,100,32,58,48,120,37,120,32,10,
-0,0,0,0,73,110,99,111,109,112,97,116,105,98,108,101,32,77,101,109,
-111,114,121,32,116,121,112,101,32,58,48,120,37,120,32,10,0,0,0,0,
-85,110,115,117,112,112,111,114,116,101,100,32,99,108,111,99,107,32,100,101,
-108,97,121,32,102,111,114,32,98,97,99,107,32,116,111,32,98,97,99,107,
-32,114,97,110,100,111,109,32,99,111,108,117,109,110,32,97,100,100,114,101,
-115,115,58,48,120,37,120,32,10,0,0,0,115,116,114,105,112,101,77,97,
-110,97,103,101,114,46,99,112,112,0,0,0,65,117,116,111,32,83,112,97,
-114,101,32,84,97,115,107,0,66,97,99,107,103,114,111,117,110,100,32,84,
-97,115,107,0,65,117,116,111,32,67,108,101,97,110,32,84,97,115,107,0,
-80,111,114,116,32,69,114,114,111,114,32,72,97,110,100,108,101,114,32,84,
-97,115,107,0,83,111,102,116,32,82,101,115,101,116,32,84,97,115,107,0,
-72,97,114,100,32,82,101,115,101,116,32,84,97,115,107,0,69,110,99,108,
-111,115,117,114,101,32,83,101,114,118,105,99,101,115,32,84,97,115,107,0,
-81,117,101,117,101,66,117,102,102,101,114,90,101,114,111,0,73,80,82,32,
-67,111,109,112,108,101,116,105,111,110,32,84,97,115,107,0,83,101,99,111,
-110,100,84,105,109,101,114,0,81,117,101,117,101,66,98,117,66,101,118,0,
-80,114,105,110,116,76,111,103,84,105,109,101,114,0,0,0,81,117,101,117,
-101,67,109,100,69,114,114,111,114,0,0,0,81,117,101,117,101,79,102,102,
-108,105,110,101,69,114,114,111,114,0,0,0,81,117,101,117,101,79,98,106,
-101,99,116,68,101,108,101,116,101,0,0,0,81,117,101,117,101,80,111,114,
-116,83,99,97,110,0,0,0,67,111,109,109,97,110,100,32,84,97,115,107,
-0,0,0,0,66,117,102,102,101,114,32,90,101,114,111,32,84,97,115,107,
-0,0,0,0,70,108,117,115,104,32,77,111,110,105,116,111,114,32,84,97,
-115,107,0,0,67,111,109,109,97,110,100,32,69,114,114,111,114,32,72,97,
-110,100,108,101,114,32,84,97,115,107,0,0,66,66,85,32,77,111,110,105,
-116,111,114,32,84,97,115,107,0,0,0,0,68,101,98,117,103,32,84,97,
-115,107,0,0,79,98,106,101,99,116,32,68,101,108,101,116,101,32,84,97,
-115,107,0,0,69,118,101,110,116,70,108,97,103,115,83,108,111,119,0,0,
-69,118,101,110,116,70,108,97,103,115,70,97,115,116,0,0,83,111,102,116,
-82,101,115,101,116,84,105,109,101,114,0,0,69,110,99,108,111,115,117,114,
-101,84,105,109,101,114,0,0,81,117,101,117,101,80,111,114,116,69,114,114,
-111,114,0,0,81,117,101,117,101,65,117,116,111,67,108,101,97,110,0,0,
-81,117,101,117,101,70,108,117,115,104,67,111,109,112,108,101,116,101,0,0,
-81,117,101,117,101,73,112,114,67,111,109,112,108,101,116,105,111,110,0,0,
-83,116,114,105,112,101,78,111,100,101,80,111,111,108,0,0,107,101,114,110,
-101,108,46,104,112,112,0,0,116,97,115,107,69,110,116,114,121,46,99,112,
-112,0,0,0,32,65,98,111,114,116,101,100,10,0,0,0,32,73,103,110,
-111,114,101,100,10,0,0,0,116,97,115,107,69,110,116,114,121,46,99,112,
-112,0,0,0,82,101,115,116,97,114,116,105,110,103,32,37,115,32,46,46,
-46,32,0,0,83,116,111,112,112,105,110,103,32,37,115,32,40,65,115,115,
-101,114,116,41,32,46,46,46,32,0,0,0,116,97,115,107,69,110,116,114,
-121,46,99,112,112,0,0,0,65,98,111,114,116,101,100,10,0,0,0,0,
-116,97,115,107,69,110,116,114,121,46,99,112,112,0,0,0,70,97,105,108,
-101,100,80,111,114,116,61,37,120,10,0,0,65,117,116,111,82,101,98,117,
-105,108,100,32,102,97,105,108,101,100,32,45,32,80,111,114,116,37,120,32,
-87,97,114,110,105,110,103,10,0,0,0,0,107,101,114,110,101,108,46,104,
-112,112,0,0,84,105,109,101,32,32,58,32,32,37,48,56,120,10,0,0,
-72,97,114,100,32,82,101,115,101,116,32,72,97,110,100,108,101,114,32,83,
-116,97,114,116,101,100,32,46,46,46,0,0,84,105,109,101,32,32,58,32,
-32,37,48,56,120,10,0,0,83,111,102,116,32,82,101,115,101,116,32,72,
-97,110,100,108,101,114,32,83,116,97,114,116,101,100,32,46,46,46,0,0,
-65,117,116,111,32,67,108,101,97,110,58,32,37,100,10,0,10,65,117,116,
-111,67,108,101,97,110,32,100,101,116,101,99,116,101,100,32,112,111,114,116,
-32,37,100,32,80,111,119,101,114,32,67,121,99,108,101,100,46,10,0,0,
-115,112,97,114,101,32,117,110,105,116,61,37,100,44,32,82,65,73,68,32,
-117,110,105,116,61,37,100,0,107,101,114,110,101,108,46,104,112,112,0,0,
-97,118,97,105,108,68,114,105,118,101,115,61,37,120,10,0,83,98,111,100,
-77,97,112,61,37,120,10,0,117,110,105,116,68,114,105,118,101,115,77,97,
-112,61,37,120,10,0,0,0,109,114,77,97,112,61,37,120,10,0,0,0,
-107,101,114,110,101,108,46,104,112,112,0,0,97,118,97,105,108,68,114,105,
-118,101,115,77,97,112,61,37,120,10,0,0,69,120,112,111,114,116,97,98,
-108,101,80,111,114,116,61,37,120,10,0,0,116,97,115,107,69,110,116,114,
-121,46,99,112,112,0,0,0,87,97,105,116,105,110,103,32,102,111,114,32,
-82,79,77,32,66,65,82,32,101,110,97,98,108,101,32,46,46,46,32,0,
-114,101,115,101,116,115,61,37,100,0,0,0,116,97,115,107,69,110,116,114,
-121,46,99,112,112,0,0,0,101,114,114,111,114,61,48,120,37,88,0,0,
-86,97,108,105,100,32,100,97,116,97,32,105,110,32,83,66,85,70,44,32,
-115,107,105,112,112,105,110,103,32,83,66,85,70,32,116,101,115,116,46,10,
-0,0,0,0,46,46,112,111,119,101,114,32,115,101,116,116,108,101,32,40,
-112,114,101,45,114,111,108,108,99,97,108,108,41,32,112,97,117,115,101,46,
-46,10,0,0,85,110,105,116,32,37,100,32,115,101,116,32,99,108,101,97,
-110,10,0,0,65,98,111,114,116,101,100,10,0,0,0,0,116,97,115,107,
-69,110,116,114,121,46,99,112,112,0,0,0,83,101,109,65,115,115,101,114,
-116,0,0,0,60,65,0,0,84,218,11,0,8,66,0,0,100,218,11,0,
-224,156,35,0,92,217,11,0,136,199,9,0,0,0,0,0,100,0,0,0,
-100,0,0,0,1,0,0,0,168,203,42,0,116,218,11,0,196,233,9,0,
-0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,176,202,42,0,
-116,217,11,0,228,69,6,0,1,0,0,0,1,0,0,0,0,0,0,0,
-0,0,0,0,92,48,29,0,132,218,11,0,76,228,2,0,1,0,0,0,
-1,0,0,0,0,0,0,0,0,0,0,0,164,49,29,0,148,218,11,0,
-1,0,0,0,32,1,0,0,220,49,29,0,132,217,11,0,1,0,0,0,
-0,71,0,0,20,50,29,0,148,217,11,0,1,0,0,0,0,4,0,0,
-152,71,0,0,56,217,11,0,1,0,0,0,64,0,0,0,68,157,35,0,
-168,217,11,0,2,0,0,0,128,0,0,0,124,157,35,0,188,217,11,0,
-4,0,0,0,0,4,0,0,236,157,35,0,104,217,11,0,2,0,0,0,
-32,0,0,0,180,157,35,0,164,218,11,0,2,0,0,0,8,0,0,0,
-40,66,0,0,180,218,11,0,1,0,0,0,192,0,0,0,112,203,42,0,
-200,218,11,0,1,0,0,0,0,67,0,0,208,71,0,0,220,218,11,0,
-20,0,0,0,96,111,0,0,107,101,114,110,101,108,46,104,112,112,0,0,
-85,65,58,32,69,110,100,32,111,102,32,82,97,105,100,49,32,69,120,99,
-108,117,115,105,111,110,32,76,105,115,116,32,101,120,99,101,101,100,101,100,
-32,109,97,120,105,109,117,109,44,32,110,111,119,32,99,111,114,114,101,99,
-116,101,100,10,0,0,0,0,85,65,58,32,65,100,100,105,110,103,32,116,
-111,32,82,97,105,100,49,32,69,120,99,108,117,115,105,111,110,32,76,105,
-115,116,59,32,108,105,115,116,32,110,111,119,32,104,97,115,32,37,100,32,
-101,110,116,114,105,101,115,46,10,0,0,0,85,65,58,32,69,120,99,108,
-117,100,105,110,103,32,97,32,115,116,97,108,101,47,100,101,103,114,97,100,
-101,100,32,82,97,105,100,49,32,100,114,105,118,101,10,0,117,110,105,116,
-65,99,99,101,115,115,46,99,112,112,0,0,85,65,58,32,67,104,101,99,
-107,105,110,103,32,82,97,105,100,49,32,69,120,99,108,117,115,105,111,110,
-32,76,105,115,116,32,40,99,111,117,110,116,32,37,100,41,46,10,0,0,
-85,65,58,32,68,101,108,101,116,105,110,103,32,105,110,118,97,108,105,100,
-32,111,114,32,101,109,112,116,121,32,82,97,105,100,49,32,69,120,99,108,
-117,115,105,111,110,32,76,105,115,116,46,10,0,0,0,0,82,101,45,110,
-117,109,98,101,114,105,110,103,32,117,110,105,116,115,58,32,40,116,104,101,
-114,101,32,97,114,101,32,37,100,32,118,97,108,105,100,32,117,110,105,116,
-115,41,10,0,10,111,108,100,32,117,110,105,116,35,58,0,10,110,101,119,
-32,117,110,105,116,35,58,0,114,97,110,107,32,35,32,48,120,58,0,0,
-117,110,105,116,65,99,99,101,115,115,46,99,112,112,0,0,117,110,105,116,
-65,99,99,101,115,115,46,99,112,112,0,0,107,101,114,110,101,108,46,104,
-112,112,0,0,117,110,105,116,65,99,99,101,115,115,46,99,112,112,0,0,
-117,110,105,116,65,99,99,101,115,115,46,99,112,112,0,0,32,42,32,42,
-32,42,32,67,114,101,97,116,101,32,117,110,105,116,32,102,97,105,108,101,
-100,58,32,78,111,32,117,110,105,116,32,110,117,109,98,101,114,32,97,118,
-97,105,108,97,98,108,101,10,0,0,0,0,32,42,32,42,32,42,32,85,
-110,105,116,32,37,50,100,32,97,108,114,101,97,100,121,32,101,120,105,115,
-116,115,44,32,100,101,108,101,116,105,110,103,32,100,117,112,108,105,99,97,
-116,101,32,100,97,116,97,32,99,104,97,110,110,101,108,40,115,41,10,0,
-32,32,42,42,32,85,71,84,47,80,85,78,32,116,97,98,108,101,32,119,
-97,115,32,99,111,114,114,117,112,116,101,100,59,32,114,101,45,105,110,105,
-116,105,97,108,105,122,105,110,103,32,42,42,10,0,0,0,85,71,84,47,
-80,85,78,32,84,97,98,108,101,32,114,101,116,97,105,110,101,100,32,97,
-99,114,111,115,115,32,115,111,102,116,32,114,101,115,101,116,10,0,0,0,
-51,87,97,114,101,68,67,66,0,0,0,0,85,71,84,47,80,85,78,32,
-84,97,98,108,101,32,105,110,105,116,105,97,108,105,122,101,100,10,0,0,
-117,110,105,116,65,99,99,101,115,115,46,99,112,112,0,0,10,88,50,65,
-83,67,32,115,105,122,101,32,99,104,103,100,32,37,100,32,116,111,32,37,
-100,0,0,0,10,88,50,65,83,67,58,32,98,117,102,102,114,32,112,116,
-114,32,61,32,37,88,32,33,63,0,0,0,10,85,110,105,116,32,83,101,
-114,105,97,108,32,78,117,109,98,101,114,32,71,101,110,101,114,97,116,101,
-100,32,58,10,0,0,0,0,70,97,105,108,101,100,32,83,97,118,105,110,
-103,32,116,104,101,32,85,110,105,116,32,83,101,114,105,97,108,32,78,117,
-109,98,101,114,33,10,0,0,117,110,105,116,65,99,99,101,115,115,46,99,
-112,112,0,0,117,110,105,116,65,99,99,101,115,115,46,99,112,112,0,0,
-85,78,73,84,58,32,37,50,100,32,32,100,101,108,101,116,101,100,46,10,
-0,0,0,0,85,78,73,84,58,32,37,50,100,32,45,32,78,111,116,32,
-97,32,118,97,108,105,100,32,117,110,105,116,10,0,0,0,85,78,73,84,
-58,32,37,100,32,40,37,115,41,32,105,115,32,37,115,108,105,110,101,10,
-0,0,0,0,85,65,58,82,101,112,108,97,99,101,85,110,105,116,80,111,
-114,116,32,99,111,109,112,108,101,116,101,32,40,101,114,114,111,114,67,111,
-100,101,41,58,32,37,35,120,10,0,0,0,85,65,58,58,82,101,112,108,
-97,99,101,85,110,105,116,80,111,114,116,32,40,112,97,114,101,110,116,44,
-32,114,101,112,108,97,99,101,109,101,110,116,41,58,32,37,120,44,32,37,
-120,10,0,0,117,110,105,116,65,99,99,101,115,115,46,99,112,112,0,0,
-70,111,117,110,100,32,105,110,118,97,108,105,100,32,82,97,105,100,49,32,
-69,120,99,108,117,115,105,111,110,32,76,105,115,116,59,32,119,105,108,108,
-32,98,101,32,111,118,101,114,119,114,105,116,116,101,110,10,0,0,0,0,
-85,65,58,68,101,103,114,97,100,101,80,111,114,116,32,40,112,111,114,116,
-78,117,109,98,101,114,44,32,101,114,114,111,114,67,111,100,101,41,58,32,
-37,120,44,32,37,120,10,0,117,110,105,116,61,37,100,44,32,112,111,114,
-116,61,37,100,0,0,0,0,85,65,58,82,101,109,111,118,101,80,111,114,
-116,32,40,112,111,114,116,78,117,109,98,101,114,44,32,101,114,114,111,114,
-67,111,100,101,41,58,32,37,120,44,32,37,120,10,0,0,85,65,58,58,
-83,112,97,114,101,85,110,105,116,40,37,105,41,32,99,104,101,99,107,105,
-110,103,32,102,111,114,32,115,112,97,114,101,32,110,101,101,100,101,100,10,
-0,0,0,0,107,101,114,110,101,108,46,104,112,112,0,0,85,65,58,58,
-83,112,97,114,101,85,110,105,116,32,100,111,110,101,46,10,0,0,0,0,
-80,111,114,116,61,37,120,32,67,97,112,61,37,120,10,0,73,78,83,85,
-70,70,73,67,73,69,78,84,95,67,65,80,65,67,73,84,89,33,10,0,
-112,111,114,116,32,78,111,61,37,100,44,32,67,97,112,97,99,105,116,121,
-61,37,100,0,85,65,58,82,101,112,108,97,99,101,85,110,105,116,80,111,
-114,116,32,99,111,109,112,108,101,116,101,32,40,101,114,114,111,114,67,111,
-100,101,41,58,32,37,35,120,10,0,0,0,78,111,32,114,101,112,108,97,
-99,101,109,101,110,116,33,10,0,0,0,0,117,110,105,116,65,99,99,101,
-115,115,46,99,112,112,0,0,70,111,117,110,100,32,105,110,118,97,108,105,
-100,32,82,97,105,100,49,32,69,120,99,108,117,115,105,111,110,32,76,105,
-115,116,59,32,119,105,108,108,32,98,101,32,111,118,101,114,119,114,105,116,
-116,101,110,10,0,0,0,0,107,101,114,110,101,108,46,104,112,112,0,0,
-107,101,114,110,101,108,46,104,112,112,0,0,107,101,114,110,101,108,46,104,
-112,112,0,0,107,101,114,110,101,108,46,104,112,112,0,0,107,101,114,110,
-101,108,46,104,112,112,0,0,85,112,100,97,116,105,110,103,32,99,97,99,
-104,101,32,115,101,116,116,105,110,103,115,32,102,111,114,32,117,110,105,116,
-58,32,37,100,10,0,0,0,85,112,100,97,116,105,110,103,32,99,97,99,
-104,101,32,115,101,116,116,105,110,103,115,32,102,111,114,32,117,110,105,116,
-58,32,37,100,10,0,0,0,107,101,114,110,101,108,46,104,112,112,0,0,
-32,32,32,91,117,110,105,116,93,58,0,0,114,97,110,107,32,35,32,48,
-120,58,0,0,117,110,105,116,65,99,99,101,115,115,46,99,112,112,0,0,
-117,110,105,116,65,99,99,101,115,115,46,99,112,112,0,0,68,101,108,101,
-116,105,110,103,32,112,114,101,118,105,111,117,115,108,121,32,114,101,112,108,
-97,99,101,100,32,100,99,104,110,108,10,0,107,101,114,110,101,108,46,104,
-112,112,0,0,77,105,103,114,97,116,105,111,110,32,82,101,99,111,118,101,
-114,121,32,67,108,101,97,110,117,112,32,68,111,110,101,32,102,111,114,32,
-85,110,105,116,32,37,100,10,0,0,0,0,117,110,105,116,65,99,99,101,
-115,115,46,99,112,112,0,0,32,42,32,42,32,42,32,67,114,101,97,116,
-101,32,117,110,105,116,32,102,97,105,108,101,100,58,32,68,97,116,97,32,
-99,104,97,110,110,101,108,32,110,111,116,32,99,111,110,115,116,114,117,99,
-116,101,100,10,0,0,0,0,32,42,32,42,32,42,32,67,114,101,97,116,
-101,32,117,110,105,116,32,102,97,105,108,101,100,58,32,68,97,116,97,32,
-99,104,97,110,110,101,108,32,110,111,116,32,99,111,110,115,116,117,99,116,
-101,100,10,0,107,101,114,110,101,108,46,104,112,112,0,0,83,121,115,116,
-101,109,32,84,105,109,101,114,32,84,104,114,101,97,100,0,95,95,103,104,
-76,111,99,107,77,117,116,101,120,0,0,0,117,110,107,110,111,119,110,0,
-10,0,0,0,101,120,99,101,112,116,105,111,110,58,32,0,117,110,107,110,
-111,119,110,0,105,110,118,97,108,105,100,32,115,116,114,105,110,103,32,112,
-111,115,105,116,105,111,110,0,117,110,107,110,111,119,110,0,115,116,114,105,
-110,103,32,116,111,111,32,108,111,110,103,0,69,114,114,111,114,58,32,100,
-101,116,101,99,116,101,100,32,109,105,115,109,97,116,99,104,32,105,110,32,
-116,104,101,32,115,116,97,116,105,99,32,100,101,115,116,114,117,99,116,111,
-114,32,111,114,100,101,114,105,110,103,32,115,116,114,97,116,101,103,121,10,
-0,0,0,0,69,114,114,111,114,58,32,100,101,116,101,99,116,101,100,32,
-109,105,115,109,97,116,99,104,32,105,110,32,116,104,101,32,115,116,97,116,
-105,99,32,100,101,115,116,114,117,99,116,111,114,32,111,114,100,101,114,105,
-110,103,32,115,116,114,97,116,101,103,121,10,0,67,43,43,32,114,117,110,
-116,105,109,101,32,97,98,111,114,116,0,0,0,102,114,101,101,105,110,103,
-32,97,114,114,97,121,32,110,111,116,32,97,108,108,111,99,97,116,101,100,
-32,98,121,32,97,110,32,97,114,114,97,121,32,110,101,119,32,111,112,101,
-114,97,116,105,111,110,0,0,0,116,101,114,109,105,110,97,116,101,40,41,
-32,99,97,108,108,101,100,32,98,121,32,116,104,101,32,101,120,99,101,112,
-116,105,111,110,32,104,97,110,100,108,105,110,103,32,109,101,99,104,97,110,
-105,115,109,0,0,114,101,116,117,114,110,101,100,32,102,114,111,109,32,97,
-32,117,115,101,114,45,100,101,102,105,110,101,100,32,116,101,114,109,105,110,
-97,116,101,40,41,32,114,111,117,116,105,110,101,0,0,0,0,109,97,105,
-110,40,41,32,99,97,108,108,101,100,32,109,111,114,101,32,116,104,97,110,
-32,111,110,99,101,0,0,0,0,97,32,112,117,114,101,32,118,105,114,116,
-117,97,108,32,102,117,110,99,116,105,111,110,32,119,97,115,32,99,97,108,
-108,101,100,0,0,105,110,118,97,108,105,100,32,100,121,110,97,109,105,99,
-32,99,97,115,116,0,0,0,0,105,110,118,97,108,105,100,32,116,121,112,
-101,105,100,32,111,112,101,114,97,116,105,111,110,0,0,0,0,105,110,116,
-101,114,110,97,108,32,101,114,114,111,114,58,32,115,116,97,116,105,99,32,
-111,98,106,101,99,116,32,109,97,114,107,101,100,32,102,111,114,32,100,101,
-115,116,114,117,99,116,105,111,110,32,109,111,114,101,32,116,104,97,110,32,
-111,110,99,101,0,37,115,58,32,37,115,10,0,94,32,9,10,13,11,12,
-93,0,40,110,117,108,108,41,0,0,48,49,50,51,52,53,54,55,56,57,
-65,66,67,68,69,70,65,77,0,80,77,0,0,0,83,117,110,77,111,110,
-84,117,101,87,101,100,84,104,117,70,114,105,83,97,116,0,0,0,74,97,
-110,70,101,98,77,97,114,65,112,114,77,97,121,74,117,110,74,117,108,65,
-117,103,83,101,112,79,99,116,78,111,118,68,101,99,0,0,0,0,83,117,
-110,100,97,121,0,77,111,110,100,97,121,0,84,117,101,115,100,97,121,0,
-87,101,100,110,101,115,100,97,121,0,84,104,117,114,115,100,97,121,0,70,
-114,105,100,97,121,0,83,97,116,117,114,100,97,121,0,0,0,0,74,97,
-110,117,97,114,121,0,70,101,98,114,117,97,114,121,0,77,97,114,99,104,
-0,65,112,114,105,108,0,77,97,121,0,74,117,110,101,0,74,117,108,121,
-0,65,117,103,117,115,116,0,83,101,112,116,101,109,98,101,114,0,79,99,
-116,111,98,101,114,0,78,111,118,101,109,98,101,114,0,68,101,99,101,109,
-98,101,114,0,0,0,87,69,84,0,32,32,32,0,32,32,32,0,32,32,
-32,0,65,83,84,0,69,83,84,0,67,83,84,0,77,83,84,0,80,83,
-84,0,32,32,32,0,32,32,32,0,32,32,32,0,32,32,32,0,32,32,
-32,0,32,32,32,0,32,32,32,0,32,32,32,0,32,32,32,0,32,32,
-32,0,32,32,32,0,32,32,32,0,32,32,32,0,32,32,32,0,77,69,
-84,0,69,69,84,0,32,32,32,0,0,0,31,0,59,0,90,0,120,0,
-151,0,181,0,212,0,243,0,17,1,48,1,78,1,31,28,31,30,31,30,
-31,31,30,31,30,31,31,28,31,30,31,30,31,31,30,31,30,0,0,0,
-152,16,1,0,140,66,1,0,112,90,1,0,156,90,1,0,232,138,1,0,
-32,176,1,0,212,224,2,0,20,96,3,0,20,169,4,0,124,217,4,0,
-0,20,5,0,0,42,5,0,168,188,5,0,172,61,6,0,128,87,6,0,
-76,119,6,0,224,123,6,0,0,0,0,0,0,0,0,96,32,0,128,78,
-52,88,12,0,0,0,0,0,145,213,30,0,72,2,0,0,0,0,0,0,
-216,6,0,0,104,64,0,0,0,0,0,0,28,6,0,0,132,70,0,0,
-0,0,0,0,236,9,0,0,112,80,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,8,0,0,0,100,0,0,0,0,0,0,0,
-0,0,0,0,164,247,11,0,84,124,10,0,144,96,0,0,104,0,0,0,
-228,220,10,0,224,1,0,0,112,237,11,0,196,222,10,0,0,0,0,0,
-112,80,0,0,196,222,10,0,0,0,0,0,100,0,0,0,196,222,10,0,
-0,0,0,0,132,70,0,0,196,222,10,0,0,0,0,0,8,0,0,0,
-248,123,10,0,92,0,0,0,96,87,12,0,104,87,12,0,112,87,12,0,
-128,87,12,0,136,87,12,0,144,87,12,0,160,87,12,0,168,87,12,0,
-176,87,12,0,192,87,12,0,200,87,12,0,208,87,12,0,48,88,12,0,
-49,49,49,49,49,49,49,49,49,49,49,49,177,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,
-16,0,0,0,0,1,0,0,0,1,0,0,0,2,0,0,7,0,0,0,
-32,187,6,0,48,9,7,0,0,0,0,0,180,8,7,0,10,0,0,0,
-84,67,81,0,78,67,81,0,78,111,110,101,0,0,0,0,10,0,0,0,
-37,48,50,88,32,0,0,0,10,0,0,0,37,48,50,88,32,0,0,0,
-10,0,0,0,37,48,50,88,32,0,0,0,48,120,37,48,56,88,0,0,
-10,0,0,0,48,120,37,48,56,88,0,0,46,10,0,0,37,48,50,46,
-50,88,32,0,112,102,99,104,101,99,107,0,111,112,115,116,97,116,101,0,
-112,111,108,108,105,50,99,0,112,98,98,117,102,108,103,0,32,32,100,111,
-110,101,10,0,101,98,108,0,112,100,104,0,119,112,51,0,114,112,51,0,
-37,100,32,0,119,114,105,116,101,0,0,0,37,48,50,88,32,0,0,0,
-10,0,0,0,112,102,112,100,108,0,0,0,114,101,115,101,116,0,0,0,
-115,99,111,109,112,0,0,0,115,115,121,110,99,0,0,0,101,105,110,116,
-114,0,0,0,100,105,110,116,114,0,0,0,99,105,110,116,114,0,0,0,
-114,101,97,100,0,0,0,0,114,98,117,102,0,0,0,0,114,120,0,0,
-37,99,32,32,0,0,0,0,99,98,117,102,0,0,0,0,116,101,115,116,
-0,0,0,0,114,101,115,101,116,50,0,0,101,117,0,100,117,0,115,112,
-0,101,102,0,106,102,0,0,115,100,102,116,0,0,0,0,115,108,115,121,
-110,99,0,0,115,117,110,105,116,110,0,0,109,114,0,119,102,0,117,102,
-0,0,0,0,117,102,110,114,0,0,0,0,104,101,108,112,0,0,0,0,
-98,121,116,101,58,32,0,0,48,120,37,48,56,88,0,0,83,101,109,66,
-98,117,0,0,187,253,10,0,117,102,0,0,111,116,104,101,114,0,0,0,
-109,97,105,110,0,0,0,0,111,116,104,101,114,0,0,0,46,10,0,0,
-109,97,105,110,0,0,0,0,85,80,83,32,105,115,32,0,102,111,114,99,
-101,100,32,0,114,101,97,100,121,46,10,0,0,0,0,0,110,111,116,32,
-0,0,0,0,0,0,0,0,48,120,37,88,0,0,0,0,0,0,0,0,
-0,0,10,0,48,120,37,48,56,88,0,0,0,0,0,0,117,110,105,116,
-61,37,100,0,84,101,115,116,105,110,103,0,70,97,117,108,116,0,0,0,
-69,114,114,111,114,0,0,0,79,75,0,0,85,110,107,110,111,119,110,0,
-13,0,0,0,36,86,69,82,86,69,82,36,37,100,37,115,10,0,0,0,
-75,66,0,77,66,0,0,0,80,97,114,105,116,121,0,0,68,97,116,97,
-0,0,0,0,82,67,68,61,37,117,10,0,117,110,105,116,61,37,100,0,
-0,0,0,0,117,110,107,110,111,119,110,0,117,110,107,110,111,119,110,0,
-36,86,69,82,86,69,82,36,10,0,0,0,112,111,114,116,61,37,100,0,
-10,0,37,84,0,0,0,0,37,48,51,100,32,0,0,0,32,77,73,82,
-82,79,82,0,32,68,69,65,68,0,0,0,32,40,37,120,41,0,0,0,
-32,82,65,73,68,48,0,0,32,82,65,73,68,53,0,0,37,115,0,43,
-62,0,32,32,0,0,0,0,0,0,255,255,148,81,8,0,0,0,255,255,
-184,81,8,0,0,0,255,255,204,79,8,0,0,0,255,255,196,80,8,0,
-0,0,255,255,80,81,8,0,0,0,255,255,48,80,8,0,117,110,105,116,
-61,37,100,0,0,0,255,255,92,176,8,0,0,0,255,255,8,197,8,0,
-0,0,255,255,136,198,8,0,0,0,255,255,32,198,8,0,0,0,255,255,
-84,198,8,0,0,0,255,255,32,198,8,0,0,0,255,255,84,196,8,0,
-0,0,255,255,212,196,8,0,0,0,255,255,32,196,8,0,0,0,255,255,
-236,195,8,0,0,0,255,255,136,195,8,0,0,0,255,255,60,197,8,0,
-0,0,255,255,172,181,8,0,0,0,255,255,136,179,8,0,0,0,255,255,
-196,178,8,0,0,0,255,255,76,185,8,0,0,0,255,255,152,187,8,0,
-0,0,255,255,132,175,8,0,0,0,255,255,0,180,8,0,0,0,255,255,
-232,187,8,0,0,0,255,255,180,190,8,0,0,0,255,255,244,190,8,0,
-0,0,255,255,128,177,8,0,0,0,255,255,92,176,8,0,0,0,255,255,
-12,176,8,0,0,0,255,255,8,177,8,0,0,0,255,255,172,125,8,0,
-0,0,255,255,56,126,8,0,0,0,255,255,84,126,8,0,117,110,105,116,
-61,37,100,0,73,110,105,116,105,97,108,0,73,100,108,101,0,0,0,0,
-37,84,0,0,112,111,114,116,115,0,0,0,112,111,114,116,0,0,0,0,
-37,99,37,105,0,0,0,0,37,115,37,115,37,99,0,0,37,84,0,0,
-84,87,77,72,0,0,0,0,37,84,0,37,84,0,37,84,0,37,84,0,
-8,0,0,0,8,0,0,0,99,104,101,99,107,102,119,0,99,109,100,104,
-105,115,116,0,109,101,109,114,101,97,100,0,112,99,105,114,101,97,100,0,
-116,104,114,101,97,100,115,0,100,105,115,101,99,104,111,0,115,101,116,115,
-105,122,101,0,98,98,117,0,109,111,110,0,116,97,115,0,118,97,114,0,
-118,101,114,0,35,0,104,0,112,97,114,97,109,0,0,0,116,97,115,107,
-115,0,0,0,117,110,105,116,115,0,0,0,47,47,0,0,99,109,100,108,
-111,103,0,0,99,114,101,97,116,101,0,0,100,101,108,101,116,101,0,0,
-100,114,105,118,101,115,0,0,100,117,109,112,0,0,0,0,101,110,99,108,
-0,0,0,0,103,111,0,112,116,0,0,0,115,105,109,101,114,114,0,0,
-115,116,97,116,117,115,0,0,116,97,115,107,0,0,0,0,116,104,0,0,
-117,110,108,111,99,107,0,0,37,105,0,0,37,48,54,120,32,0,0,0,
-37,48,50,120,32,0,0,0,46,0,10,0,37,99,0,0,37,48,54,120,
-32,0,0,0,37,48,56,120,32,0,0,0,10,0,0,0,108,111,99,97,
-108,0,0,0,52,46,48,46,55,0,0,0,37,48,50,46,50,88,32,0,
-112,114,116,101,110,99,108,0,10,0,0,0,119,114,105,116,101,0,0,0,
-114,101,97,100,0,0,0,0,37,105,0,0,34,0,0,0,10,0,0,0,
-37,48,50,46,50,88,32,0,10,0,0,0,37,48,50,46,50,88,0,0,
-67,111,100,101,115,58,10,0,109,97,105,110,0,0,0,0,85,68,77,65,
-45,51,51,0,85,68,77,65,45,54,54,0,69,78,65,66,76,69,68,0,
-32,37,115,44,32,0,0,0,41,0,0,0,76,79,67,75,69,68,0,0,
-112,111,114,116,61,37,100,0,73,110,105,116,105,97,108,0,78,111,68,114,
-105,118,101,0,78,111,80,111,114,116,0,0,10,0,0,0,117,110,107,110,
-111,119,110,0,117,110,107,110,111,119,110,0,68,111,110,101,10,0,0,0,
-0,0,0,0,66,0,67,0,83,65,70,45,84,69,0,0,83,69,83,0,
-66,0,67,0,10,0,0,0,78,111,45,111,112,10,0,0,78,111,45,111,
-112,10,0,0,65,0,0,0,83,65,70,45,84,69,0,0,78,111,45,111,
-112,10,0,0,10,0,0,0,83,112,101,97,107,101,114,0,70,97,110,0,
-0,1,2,0,83,69,83,0,65,0,0,0,117,110,107,110,111,119,110,0,
-117,110,107,110,111,119,110,0,117,110,107,110,111,119,110,0,117,110,107,110,
-111,119,110,0,117,110,107,110,111,119,110,0,117,110,107,110,111,119,110,0,
-117,110,107,110,111,119,110,0,117,110,107,110,111,119,110,0,117,110,107,110,
-111,119,110,0,117,110,107,110,111,119,110,0,117,110,107,110,111,119,110,0,
-117,110,107,110,111,119,110,0,117,110,107,110,111,119,110,0,117,110,107,110,
-111,119,110,0,117,110,107,110,111,119,110,0,117,110,107,110,111,119,110,0,
-116,105,109,101,111,117,116,0,104,97,110,100,108,101,114,0,116,111,107,101,
-110,0,0,0,0,37,84,0,80,61,37,88,32,58,32,0,79,75,10,0,
-112,111,114,116,61,37,100,0,117,110,105,116,61,37,100,0,112,111,114,116,
-61,37,100,0,112,111,114,116,61,37,100,0,117,110,105,116,61,37,100,0,
-97,99,116,105,118,101,10,0,10,0,0,0,111,102,102,0,111,110,0,0,
-0,0,0,0,37,115,10,0,238,238,34,34,187,187,85,85,73,78,86,65,
-76,73,68,0,68,73,82,72,69,65,68,0,68,73,82,84,65,73,76,0,
-67,79,77,80,95,48,51,0,67,79,77,80,95,48,52,0,67,79,77,80,
-95,48,53,0,67,79,77,80,95,48,54,0,67,79,77,80,95,48,55,0,
-67,79,77,80,95,48,56,0,0,0,10,0,0,0,0,0,36,86,69,82,
-86,69,82,36,10,0,0,0,111,102,102,0,114,101,108,0,99,108,101,97,
-114,0,0,0,110,111,114,101,108,0,0,0,111,110,0,0,115,104,111,119,
-0,0,0,0,37,48,52,120,32,32,0,0,83,67,83,73,0,0,0,0,
-76,101,103,97,99,121,0,0,117,110,105,116,61,37,105,0,76,85,78,61,
-37,100,0,0,117,112,10,0,100,111,119,110,10,0,0,0,32,37,105,60,
-45,37,105,0,10,0,0,0,68,111,110,101,46,10,10,0,117,110,105,116,
-61,37,100,0,0,128,131,0,48,48,48,48,48,48,48,0,48,0,0,0,
-83,65,70,45,84,69,0,0,49,46,48,48,0,0,0,0,10,0,0,0,
-108,117,110,46,99,112,112,0,108,117,110,46,99,112,112,0,108,117,110,46,
-99,112,112,0,2,0,0,0,0,164,35,0,0,0,0,0,92,165,35,0,
-2,0,0,0,124,169,35,0,117,110,107,110,111,119,110,0,117,110,107,110,
-111,119,110,0,1,0,0,0,6,0,0,0,30,0,0,0,24,0,0,0,
-0,0,0,0,20,0,0,0,3,0,7,0,69,65,82,76,89,0,0,0,
-85,83,69,82,0,0,0,0,69,80,67,84,0,0,0,0,69,65,82,76,
-89,0,0,0,85,83,69,82,0,0,0,0,69,80,67,84,0,0,0,0,
-48,120,37,48,50,88,10,0,10,0,0,0,80,67,73,88,45,54,54,0,
-80,67,73,45,51,51,0,0,80,67,73,45,54,54,0,0,91,37,99,58,
-37,120,93,0,10,0,0,0,117,110,105,116,61,37,100,0,117,110,105,116,
-61,37,100,0,117,110,105,116,61,37,100,0,90,101,114,111,101,114,0,0,
-117,110,105,116,61,37,100,0,112,111,114,116,61,37,100,0,117,110,105,116,
-61,37,100,0,0,0,0,0,117,110,105,116,61,37,100,0,10,0,0,0,
-27,91,67,0,27,91,68,0,27,91,50,75,13,0,0,0,0,0,0,0,
-32,44,9,10,0,0,0,0,0,13,10,0,83,101,109,68,77,65,0,0,
-68,69,66,85,71,0,0,0,0,0,0,32,69,114,114,0,69,114,114,95,
-0,0,0,0,69,114,114,95,0,0,0,0,115,112,105,46,99,112,112,0,
-181,53,125,145,79,75,10,0,79,75,10,0,0,0,0,0,15,0,0,0,
-0,0,0,0,37,52,100,0,10,0,0,0,37,52,104,88,0,0,0,0,
-0,10,0,37,99,0,0,0,79,70,70,0,79,78,0,0,117,110,105,116,
-61,37,100,0,117,110,105,116,61,37,100,0,91,37,50,100,93,0,0,0,
-10,0,0,0,37,52,104,88,0,0,0,0,10,0,0,0,83,65,70,84,
-69,0,0,0,83,69,83,32,32,0,0,0,68,73,83,75,32,0,0,0,
-0,0,0,0,0,0,0,0,64,48,32,16,68,51,34,17,3,0,24,0,
-216,119,11,0,21,22,185,207,216,119,11,0,128,112,96,80,136,119,102,85,
-3,0,24,0,0,129,1,0,214,137,8,200,0,129,1,0,1,68,73,82,
-72,69,65,68,0,0,0,0,96,0,0,0,3,67,79,77,80,95,48,51,
-96,0,0,0,0,16,0,0,4,67,79,77,80,95,48,52,96,16,0,0,
-0,112,0,0,6,67,79,77,80,95,48,54,96,128,0,0,231,16,0,0,
-7,67,79,77,80,95,48,55,71,145,0,0,95,239,0,0,2,68,73,82,
-84,65,73,76,96,0,0,0,0,0,0,0,85,170,64,233,188,21,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,28,0,
-36,80,110,80,1,2,0,0,0,3,1,16,19,39,91,0,96,0,1,0,
-0,68,83,0,90,0,0,0,0,0,187,21,0,0,0,0,0,80,78,80,
-32,72,111,111,107,85,112,32,99,97,108,108,101,100,0,144,144,144,232,85,
-20,203,203,65,77,67,67,0,51,119,97,114,101,32,83,116,111,114,97,103,
-101,32,67,111,110,116,114,111,108,108,101,114,0,0,0,0,80,67,73,82,
-193,19,3,16,0,0,24,0,0,0,0,16,64,0,1,0,0,128,0,0,
-0,0,0,0,0,0,0,0,0,36,86,69,82,66,69,57,88,32,51,46,
-48,49,46,48,48,46,48,50,52,0,86,69,82,36,233,9,21,0,0,0,
-0,0,0,0,16,11,16,11,133,2,201,3,66,2,9,11,9,11,9,11,
-19,5,16,11,9,11,9,11,16,11,16,11,9,11,9,11,16,11,16,11,
-16,11,16,11,16,11,70,5,111,5,133,5,228,6,111,9,9,11,9,11,
-16,11,82,8,9,11,1,102,85,102,86,30,15,160,80,83,140,216,139,222,
-232,38,19,137,132,7,6,137,156,9,6,91,88,46,58,22,153,0,114,64,
-46,58,22,154,0,119,57,87,81,191,187,21,46,15,182,14,155,0,131,199,
-13,87,46,128,125,25,0,117,6,95,129,199,199,1,87,46,56,85,25,117,
-14,137,188,205,6,95,131,239,13,137,188,203,6,235,5,131,199,26,226,218,
-89,95,235,41,246,194,128,116,18,102,139,172,0,6,15,161,31,102,94,156,
-14,104,126,1,102,85,203,15,161,31,102,94,205,64,102,93,202,2,0,180,
-1,249,233,175,0,128,252,21,119,2,235,18,46,128,62,254,0,0,116,235,
-128,252,73,119,230,128,252,65,114,225,137,132,15,6,156,88,137,132,21,6,
-250,137,164,11,6,140,208,137,132,13,6,184,124,1,3,198,139,224,140,216,
-142,208,139,132,21,6,80,157,139,132,15,6,128,252,21,119,18,86,139,240,
-129,230,0,255,193,238,7,46,255,148,192,0,94,235,42,128,236,65,30,86,
-80,83,139,132,7,6,139,156,9,6,142,216,139,243,91,88,87,139,248,129,
-231,0,255,193,239,7,128,196,65,46,255,149,236,0,95,94,31,102,137,132,
-17,6,137,132,15,6,156,88,137,132,21,6,250,139,132,11,6,139,224,139,
-132,13,6,142,208,139,132,21,6,80,157,102,139,132,17,6,139,132,15,6,
-15,161,31,102,94,102,93,202,2,0,102,15,200,80,102,15,200,83,82,81,
-87,232,229,17,139,188,205,6,136,132,5,6,232,244,11,46,138,117,24,178,
-4,51,201,138,140,5,6,179,3,232,10,8,114,6,138,132,5,6,235,2,
-176,0,232,157,8,95,89,90,91,102,15,200,88,102,15,200,195,102,15,200,
-80,102,15,200,30,86,6,87,102,83,102,81,102,82,30,86,232,154,17,199,
-132,177,6,0,0,199,132,175,6,0,0,199,132,37,6,1,0,199,132,187,
-6,0,0,199,132,185,6,0,0,94,31,232,19,9,115,27,128,252,0,117,
-3,248,235,1,249,102,90,102,89,102,91,95,7,94,31,102,15,200,88,102,
-15,200,195,30,86,232,85,17,131,188,189,6,2,116,33,87,139,188,205,6,
-136,132,5,6,46,138,117,24,178,2,232,40,7,114,6,138,132,5,6,235,
-2,176,0,95,94,31,235,179,131,196,4,136,132,6,6,136,132,4,6,102,
-80,102,83,102,51,192,140,192,102,193,224,4,102,15,183,219,102,3,195,102,
-169,255,1,0,0,102,91,102,88,117,5,232,94,0,235,131,87,81,82,83,
-83,6,30,138,132,6,6,60,1,114,2,176,1,30,7,187,0,4,3,222,
-232,65,0,31,7,91,114,45,156,81,86,252,139,251,129,198,0,4,15,182,
-200,193,225,8,243,165,94,89,157,40,132,6,6,116,18,50,228,80,80,232,
-65,7,131,196,2,88,193,224,9,3,216,235,183,138,132,4,6,42,132,6,
-6,91,90,89,95,233,39,255,102,81,102,82,87,232,153,16,136,132,5,6,
-232,172,10,139,188,205,6,46,138,117,24,178,2,51,201,138,140,5,6,232,
-0,6,114,6,138,132,5,6,235,2,176,0,232,83,7,95,102,90,102,89,
-195,102,15,200,80,102,15,200,30,86,6,87,102,83,102,81,102,82,30,86,
-232,86,16,199,132,177,6,0,0,199,132,175,6,0,0,199,132,37,6,1,
-0,199,132,187,6,0,0,199,132,185,6,0,0,94,31,232,207,7,115,27,
-128,252,0,117,3,248,235,1,249,102,90,102,89,102,91,95,7,94,31,102,
-15,200,88,102,15,200,195,30,86,232,17,16,131,188,189,6,2,116,33,87,
-139,188,205,6,136,132,5,6,46,138,117,24,178,3,232,228,5,114,6,138,
-132,5,6,235,2,176,0,95,94,31,235,179,131,196,4,136,132,6,6,136,
-132,4,6,102,80,102,83,102,51,192,140,192,102,193,224,4,102,15,183,219,
-102,3,195,102,169,255,1,0,0,102,91,102,88,117,5,232,100,0,235,131,
-87,81,82,83,83,6,30,138,132,6,6,60,1,114,2,176,1,139,254,140,
-198,30,30,7,142,222,139,243,129,199,0,4,87,156,81,252,15,182,200,193,
-225,8,243,165,89,157,91,31,232,47,0,31,7,91,114,27,232,126,15,40,
-132,6,6,116,18,50,228,80,80,232,247,5,131,196,2,88,193,224,9,3,
-216,235,177,138,132,4,6,42,132,6,6,91,90,89,95,233,33,255,102,81,
-102,82,87,232,79,15,136,132,5,6,232,98,9,139,188,205,6,46,138,117,
-24,178,3,51,201,138,140,5,6,232,182,4,114,6,138,132,5,6,235,2,
-176,0,232,9,6,95,102,90,102,89,195,87,232,30,15,139,188,205,6,46,
-139,21,138,234,42,210,193,234,2,46,138,77,14,10,202,46,138,117,2,254,
-206,86,30,190,64,0,142,222,190,117,0,138,20,31,94,51,192,232,210,5,
-95,195,86,87,232,234,14,139,188,205,6,46,139,77,20,227,7,51,201,73,
-139,209,235,8,46,139,77,18,46,139,85,16,50,228,232,173,5,180,3,248,
-95,94,195,129,251,170,85,117,12,185,1,0,184,0,33,187,85,170,248,235,
-3,180,1,249,195,102,15,200,80,102,15,200,30,86,6,87,102,83,102,81,
-102,82,30,86,232,154,14,199,132,177,6,0,0,199,132,175,6,0,0,199,
-132,37,6,1,0,199,132,187,6,0,0,199,132,185,6,0,0,94,31,30,
-7,139,254,232,15,6,115,27,128,252,0,117,3,248,235,1,249,102,90,102,
-89,102,91,95,7,94,31,102,15,200,88,102,15,200,195,30,86,30,7,139,
-254,232,77,14,140,132,207,6,137,188,209,6,131,188,189,6,2,116,27,87,
-139,188,205,6,46,138,117,24,178,2,232,28,4,95,94,31,115,177,38,199,
-69,2,0,0,235,169,131,196,4,102,38,139,85,8,38,139,69,2,137,132,
-6,6,137,132,4,6,38,139,93,4,80,38,139,69,6,142,192,88,102,80,
-102,83,102,51,192,140,192,102,193,224,4,102,15,183,219,102,3,195,102,169,
-255,1,0,0,102,91,102,88,117,6,232,88,0,233,99,255,83,6,30,184,
-1,0,30,7,187,0,4,3,222,80,232,68,0,88,31,7,91,115,2,235,
-49,156,81,86,252,139,251,129,198,0,4,139,200,193,225,8,243,165,94,89,
-157,41,132,6,6,117,5,180,0,248,235,18,102,80,102,37,255,255,0,0,
-102,3,208,102,88,232,0,5,235,182,138,132,4,6,42,132,6,6,233,14,
-255,102,81,102,82,87,232,128,13,139,188,205,6,139,200,102,139,194,46,138,
-117,24,178,2,232,239,2,115,18,6,87,142,132,207,6,139,188,209,6,38,
-199,69,2,0,0,95,7,232,56,4,95,102,90,102,89,195,102,15,200,80,
-102,15,200,30,86,6,87,102,83,102,81,102,82,30,86,232,59,13,199,132,
-177,6,0,0,199,132,175,6,0,0,199,132,37,6,1,0,199,132,187,6,
-0,0,199,132,185,6,0,0,94,31,30,7,139,254,232,176,4,115,27,128,
-252,0,117,3,248,235,1,249,102,90,102,89,102,91,95,7,94,31,102,15,
-200,88,102,15,200,195,30,86,30,7,139,254,232,238,12,140,132,207,6,137,
-188,209,6,131,188,189,6,2,116,27,87,139,188,205,6,46,138,117,24,178,
-3,232,189,2,95,94,31,115,177,38,199,69,2,0,0,235,169,131,196,4,
-102,38,139,85,8,38,139,69,2,137,132,6,6,137,132,4,6,38,139,93,
-4,80,38,139,69,6,142,192,88,102,80,102,83,102,51,192,140,192,102,193,
-224,4,102,15,183,219,102,3,195,102,169,255,1,0,0,102,91,102,88,117,
-6,232,103,0,233,99,255,83,6,30,139,132,6,6,131,248,1,114,3,184,
-1,0,139,254,140,198,30,30,7,142,222,139,243,129,199,0,4,87,156,81,
-252,139,200,193,225,8,243,165,89,157,91,31,80,232,51,0,88,31,7,91,
-115,2,235,32,232,66,12,41,132,6,6,117,5,180,0,248,235,18,102,80,
-102,37,255,255,0,0,102,3,208,102,88,232,146,3,235,167,138,132,4,6,
-42,132,6,6,233,255,254,102,81,102,82,87,232,18,12,139,188,205,6,139,
-200,102,139,194,46,138,117,24,178,3,232,129,1,115,18,6,87,142,132,207,
-6,139,188,209,6,38,199,69,2,0,0,95,7,232,202,2,95,102,90,102,
-89,195,30,86,6,87,83,102,82,81,102,80,30,86,232,212,11,139,188,205,
-6,102,46,139,69,16,102,46,139,85,20,94,31,139,12,131,249,26,15,130,
-231,0,199,68,2,0,0,199,68,4,0,0,199,68,6,0,0,199,68,8,
-0,0,199,68,10,0,0,199,68,12,0,0,199,68,14,0,0,102,137,68,
-16,102,137,84,20,199,68,24,0,2,131,60,30,15,130,164,0,102,199,68,
-26,255,255,255,255,233,159,0,198,68,30,190,198,68,31,221,198,68,32,36,
-198,68,33,0,199,68,34,0,0,198,68,36,80,198,68,37,67,198,68,38,
-73,199,68,40,83,67,199,68,42,83,73,30,86,87,232,72,11,139,188,203,
-6,46,138,69,2,46,138,93,3,46,138,77,4,95,94,31,136,68,48,136,
-92,49,136,76,50,198,68,51,0,102,199,68,52,0,0,0,0,82,129,234,
-128,0,136,84,56,90,198,68,57,0,199,68,58,0,0,102,199,68,60,0,
-0,0,0,198,68,64,0,50,192,185,35,0,139,222,131,195,30,2,7,67,
-226,251,246,216,136,68,65,102,88,180,0,89,102,90,91,95,7,94,31,248,
-195,199,4,26,0,235,236,199,4,30,0,235,230,102,88,180,1,89,102,90,
-91,95,7,94,31,249,195,102,15,200,80,102,15,200,6,83,82,81,87,86,
-30,7,139,254,232,178,10,102,38,139,69,8,38,139,77,2,87,139,188,205,
-6,46,138,117,24,178,4,179,3,232,218,0,95,115,6,38,199,69,2,0,
-0,232,110,1,94,95,89,90,91,7,102,15,200,88,102,15,200,195,30,87,
-102,81,102,82,102,83,191,0,2,3,254,198,69,252,128,128,202,96,136,21,
-198,69,1,5,198,69,2,0,136,117,3,198,69,4,0,198,69,5,0,42,
-237,137,77,6,102,137,69,8,102,51,192,140,192,102,193,224,4,102,15,183,
-219,102,3,195,102,137,69,12,102,15,183,201,102,193,225,9,102,137,77,16,
-232,26,1,232,32,1,138,101,4,10,228,116,3,180,32,249,102,91,102,90,
-102,89,95,31,195,30,87,102,83,81,191,0,2,3,254,198,69,252,128,128,
-202,96,136,21,198,69,1,3,198,69,2,0,136,117,3,198,69,4,0,198,
-69,5,0,139,140,183,6,137,77,6,102,139,156,179,6,102,137,93,8,139,
-132,177,6,209,224,1,69,1,232,194,0,232,200,0,138,101,4,10,228,116,
-3,180,32,249,89,102,91,95,31,195,30,87,102,81,102,82,102,83,191,0,
-2,3,254,198,69,252,128,136,21,136,93,1,198,69,2,0,136,117,3,198,
-69,4,0,198,69,5,0,137,77,6,102,137,69,8,232,128,0,232,134,0,
-138,101,4,10,228,116,3,180,16,249,102,91,102,90,102,89,95,31,195,85,
-139,236,80,139,70,4,131,248,0,116,6,232,6,0,72,235,245,88,93,195,
-80,87,138,193,36,63,254,192,139,188,205,6,46,58,69,14,118,31,176,1,
-254,198,46,58,117,2,114,21,50,246,138,229,193,225,2,129,225,255,3,138,
-204,65,138,225,193,233,2,138,236,128,225,192,10,200,95,88,195,180,1,232,
-8,0,249,195,51,192,232,1,0,195,30,86,190,64,0,142,222,190,116,0,
-136,36,94,31,195,139,215,232,250,8,232,16,0,195,232,45,0,102,37,0,
-64,0,0,117,245,232,67,0,195,87,139,188,203,6,46,131,61,0,116,10,
-82,46,139,85,7,102,239,90,95,195,86,46,139,117,7,102,100,137,4,94,
-95,195,87,139,188,203,6,46,131,61,0,116,10,82,46,139,85,5,102,237,
-90,95,195,86,46,139,117,5,102,100,139,4,94,95,195,87,139,188,203,6,
-46,131,61,0,116,10,82,46,139,85,9,102,237,90,95,195,86,46,139,117,
-9,102,100,139,4,94,95,195,102,80,102,81,82,139,208,193,226,9,102,51,
-192,102,51,201,139,195,139,203,3,194,102,59,193,127,14,139,195,131,227,15,
-193,232,4,140,193,3,200,142,193,3,218,90,102,89,102,88,195,30,86,87,
-6,232,93,8,131,188,185,6,0,116,32,128,188,196,6,21,118,9,38,131,
-125,2,0,116,16,235,4,60,0,116,10,139,132,185,6,1,132,187,6,235,
-70,235,86,137,132,195,6,137,156,197,6,137,140,199,6,137,148,201,6,128,
-252,21,118,30,102,38,139,69,8,102,137,132,191,6,102,38,15,183,85,2,
-80,38,139,93,4,38,139,69,6,142,192,88,235,57,232,26,2,102,137,132,
-191,6,102,51,210,138,148,195,6,235,40,139,132,175,6,59,132,37,6,117,
-30,51,192,138,132,187,6,180,0,139,156,197,6,139,140,199,6,139,148,201,
-6,232,178,254,232,60,2,249,233,139,1,30,106,64,31,246,6,123,0,32,
-31,117,33,199,132,177,6,1,0,137,148,185,6,139,148,201,6,139,132,195,
-6,131,132,175,6,1,199,132,189,6,2,0,248,233,94,1,247,132,126,1,
-1,0,117,17,102,193,226,9,232,84,1,114,2,235,6,180,2,176,0,235,
-164,102,80,81,87,139,132,175,6,193,224,3,139,254,129,199,39,6,3,248,
-199,132,177,6,0,0,102,139,5,102,169,255,1,0,0,117,22,131,132,177,
-6,1,139,140,175,6,3,140,177,6,131,199,8,59,140,37,6,114,223,95,
-89,102,88,131,188,177,6,0,15,132,136,0,6,87,86,81,30,7,191,0,
-2,3,254,131,199,12,139,140,177,6,193,225,3,139,132,175,6,193,224,3,
-129,198,39,6,3,240,243,164,89,94,95,7,81,102,82,51,201,102,51,210,
-59,140,177,6,116,24,139,132,175,6,3,193,193,224,3,86,129,198,39,6,
-3,240,102,3,84,4,94,65,235,226,102,193,234,9,137,148,183,6,102,81,
-102,51,201,102,139,132,191,6,139,140,187,6,102,3,193,102,137,132,179,6,
-102,89,139,132,177,6,1,132,175,6,137,148,185,6,139,194,102,90,89,199,
-132,189,6,3,0,248,235,118,102,83,139,156,175,6,193,227,3,86,129,198,
-39,6,3,243,102,139,92,4,102,193,235,9,94,128,188,196,6,21,118,37,
-102,81,102,51,201,102,139,132,191,6,139,140,187,6,102,3,193,102,38,137,
-69,8,102,89,38,137,93,2,137,156,185,6,102,91,7,235,35,139,140,199,
-6,139,148,201,6,255,180,187,6,232,231,252,131,196,2,137,156,185,6,102,
-91,139,132,195,6,138,132,185,6,131,196,2,199,132,189,6,2,0,131,132,
-175,6,1,248,235,1,7,95,94,31,195,102,80,102,82,137,148,23,6,102,
-193,234,16,137,148,25,6,137,156,27,6,199,132,29,6,0,0,140,192,137,
-132,31,6,199,132,33,6,0,0,199,132,35,6,17,0,199,132,37,6,0,
-0,6,87,30,7,139,254,129,199,23,6,51,210,184,5,129,205,75,95,7,
-115,2,235,6,131,140,126,1,1,248,102,90,102,88,195,102,81,102,82,86,
-87,139,188,205,6,82,81,102,51,192,46,138,69,2,46,138,85,14,246,226,
-102,51,210,138,209,193,226,2,138,213,102,15,183,202,102,51,210,102,247,225,
-89,90,102,80,42,228,138,198,46,138,85,14,246,226,102,15,183,208,102,131,
-225,63,102,88,102,3,194,102,3,193,102,72,95,94,102,90,102,89,195,6,
-80,82,87,247,132,126,1,1,0,116,22,140,216,142,192,139,254,129,199,23,
-6,51,210,184,6,129,205,75,131,164,126,1,254,95,90,88,7,195,0,0,
-0,0,0,0,0,0,96,180,1,205,22,97,195,232,246,255,117,38,83,86,
-38,139,54,208,17,131,238,9,139,92,7,11,219,116,17,46,137,30,8,15,
-140,219,46,137,30,10,15,46,255,30,8,15,94,91,235,213,232,5,0,195,
-0,0,0,0,30,83,81,140,200,142,216,180,0,205,22,46,139,14,208,14,
-227,4,255,209,115,241,89,91,31,195,128,62,3,0,1,117,21,80,83,140,
-219,184,6,0,193,232,4,3,195,131,192,1,163,161,18,91,88,195,199,6,
-161,18,0,184,205,17,36,48,60,48,117,6,199,6,161,18,0,176,195,30,
-80,184,64,0,142,216,102,139,30,108,0,88,31,195,30,102,80,102,81,250,
-102,3,203,184,64,0,142,216,102,161,108,0,102,59,195,115,6,102,5,178,
-0,24,0,102,59,200,251,102,89,102,88,31,195,80,81,82,85,180,2,205,
-26,139,234,180,2,205,26,114,4,59,234,116,246,93,90,89,88,195,180,1,
-205,22,116,6,180,0,205,22,235,244,195,15,160,87,191,176,18,6,15,161,
-232,20,0,95,15,161,195,15,160,86,6,15,161,190,176,18,232,50,0,94,
-15,161,195,6,30,86,87,81,83,80,179,160,254,200,246,227,139,240,138,193,
-246,227,139,200,38,139,30,161,18,142,219,156,252,209,233,15,160,7,243,165,
-157,88,91,89,95,94,31,7,195,6,30,86,87,81,83,80,15,160,31,38,
-139,30,161,18,142,195,179,160,254,200,246,227,139,248,138,193,246,227,139,200,
-209,233,156,252,243,165,157,88,91,89,95,94,31,7,195,80,81,176,1,177,
-25,232,123,255,89,88,10,192,116,14,83,81,139,203,138,252,232,52,84,89,
-91,232,104,84,6,15,168,7,232,48,85,7,195,80,81,176,1,177,25,232,
-101,255,89,88,195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-30,83,81,180,0,205,22,89,91,31,195,85,139,236,139,70,4,180,6,139,
-94,6,134,251,139,78,8,139,86,10,205,16,93,195,85,139,236,139,70,4,
-180,7,139,94,6,134,251,139,78,8,139,86,10,205,16,93,195,85,139,236,
-139,78,6,254,197,139,86,4,138,209,42,238,193,233,8,227,48,232,115,0,
-139,94,8,176,32,232,81,0,254,198,226,241,139,86,6,138,194,139,78,4,
-138,209,254,194,138,200,42,202,42,237,232,82,0,139,94,8,176,32,232,48,
-0,254,194,226,241,93,195,184,0,1,185,32,32,205,16,195,184,0,1,185,
-7,6,205,16,195,80,83,30,42,255,180,14,205,16,31,91,88,195,83,30,
-42,255,180,8,205,16,31,91,195,80,83,81,82,185,1,0,42,255,180,9,
-205,16,232,25,0,254,194,232,5,0,90,89,91,88,195,80,83,81,30,42,
-255,180,2,205,16,31,89,91,88,195,80,83,81,42,255,180,3,205,16,89,
-91,88,195,185,79,24,51,210,138,252,232,6,0,51,210,232,213,255,195,80,
-83,81,82,138,223,176,32,138,250,138,215,232,197,255,232,168,255,254,194,56,
-202,118,244,254,198,56,238,118,236,90,89,91,88,195,252,80,172,170,10,192,
-117,250,79,88,195,85,139,236,80,83,87,6,139,70,4,139,248,139,70,6,
-142,192,139,94,10,51,192,38,137,5,38,137,69,2,139,70,8,232,6,0,
-7,95,91,88,93,195,80,81,82,50,246,178,100,60,0,117,13,128,251,1,
-117,6,232,63,0,232,60,0,235,49,50,228,246,242,10,192,116,2,182,1,
-10,246,116,7,4,48,232,46,0,235,8,128,251,1,117,3,232,29,0,138,
-204,138,194,50,228,178,10,246,242,60,1,138,208,138,193,116,2,235,207,4,
-48,232,11,0,90,89,88,195,80,252,176,32,170,88,195,252,170,195,128,252,
-0,116,10,81,15,182,204,232,241,255,226,251,89,195,59,193,115,7,43,200,
-232,221,255,226,251,195,200,4,0,0,86,232,154,69,161,190,15,137,70,254,
-198,70,252,0,235,57,128,63,1,116,48,138,7,138,94,252,42,255,193,227,
-4,136,135,16,50,139,118,254,139,68,8,139,84,10,137,135,17,50,137,151,
-19,50,139,68,12,139,84,14,137,135,21,50,137,151,23,50,254,70,252,131,
-70,254,16,139,94,254,128,63,2,117,191,138,70,252,162,128,50,94,201,195,
-200,6,0,0,6,255,118,4,232,47,0,91,139,200,43,219,142,192,137,94,
-252,140,70,254,38,199,6,2,0,166,25,38,140,14,4,0,140,94,250,139,
-70,250,196,94,252,38,137,71,8,7,139,70,252,139,86,254,201,195,200,4,
-0,0,87,86,198,70,254,0,235,3,254,70,254,138,94,254,42,255,193,227,
-4,42,228,138,135,16,50,59,70,4,117,234,138,70,254,193,224,4,139,216,
-5,29,50,80,139,151,21,50,129,194,255,3,193,234,10,82,139,240,139,251,
-232,215,73,131,196,4,137,133,25,50,137,149,27,50,255,52,255,181,21,50,
-255,118,4,232,25,69,131,196,6,139,4,94,95,201,195,144,200,8,0,0,
-255,118,8,255,118,6,255,118,4,232,146,69,201,195,200,4,0,0,198,70,
-254,0,235,3,254,70,254,138,94,254,42,255,193,227,4,42,228,138,135,16,
-50,59,70,4,117,234,138,94,254,42,255,193,227,4,255,183,29,50,255,183,
-27,50,255,183,25,50,232,103,74,51,192,201,195,144,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,153,6,0,0,
-0,0,2,1,96,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,
-0,0,0,0,0,0,0,0,102,51,192,140,216,102,193,224,4,102,15,183,
-210,102,3,194,195,80,83,46,128,62,152,0,1,117,12,106,64,31,187,14,
-0,139,7,142,216,235,7,46,139,54,148,0,142,222,46,139,54,150,0,91,
-88,195,0,30,102,83,102,80,156,250,51,192,142,216,187,76,0,102,139,7,
-187,0,1,102,137,7,157,102,88,102,91,31,195,102,86,30,102,193,224,2,
-51,246,142,222,102,139,240,156,250,103,102,139,6,103,137,62,103,137,94,2,
-157,31,102,94,195,30,86,80,190,64,0,142,222,190,117,0,46,138,69,12,
-0,4,88,94,31,195,102,83,102,81,102,87,30,6,85,102,46,129,60,36,
-80,110,80,117,11,139,254,46,139,125,30,185,1,0,235,9,191,187,21,46,
-15,182,14,156,0,86,30,190,64,0,142,222,190,117,0,138,4,31,94,4,
-128,138,216,46,2,93,12,254,203,46,136,30,154,0,81,46,15,182,77,12,
-80,87,131,199,13,46,136,69,25,254,192,131,199,26,226,245,95,232,41,255,
-46,160,153,0,10,192,88,89,117,32,46,162,153,0,60,128,117,3,232,58,
-255,87,191,255,0,140,203,102,184,19,0,0,0,232,73,255,95,102,137,132,
-0,6,232,96,255,129,199,199,1,226,150,184,32,1,93,7,31,102,95,102,
-89,102,91,195,190,28,0,232,92,255,203,85,139,236,139,70,4,169,255,7,
-116,6,37,0,248,5,0,8,93,195,131,248,0,116,24,80,83,81,139,200,
-73,51,219,51,192,46,2,7,67,226,250,246,216,46,136,7,89,91,88,195,
-0,0,0,0,0,0,0,0,0,0,0,0,86,185,32,0,46,198,68,9,
-0,50,192,46,2,4,70,226,250,50,201,42,200,94,46,136,76,9,46,131,
-124,6,0,116,9,86,46,139,116,6,232,215,255,94,195,199,6,157,18,129,
-50,195,80,176,48,230,128,88,83,81,82,87,86,30,6,15,160,15,168,46,
-136,38,138,21,46,162,139,21,80,38,139,5,46,163,61,0,38,139,69,2,
-46,163,63,0,88,46,198,6,60,0,0,102,38,129,61,36,80,110,80,117,
-6,46,198,6,60,0,1,232,72,70,80,176,49,230,128,88,184,64,0,232,
-198,70,115,9,191,16,104,232,167,13,233,6,2,46,137,22,134,21,46,163,
-136,21,140,192,142,216,46,163,140,21,14,7,199,6,0,0,75,82,198,6,
-3,0,0,232,184,13,80,176,50,230,128,232,21,77,88,232,113,255,232,26,
-78,232,160,77,232,211,248,198,6,212,15,0,198,6,200,15,0,199,6,210,
-15,0,0,198,6,28,18,2,198,6,206,17,0,80,176,51,230,128,232,230,
-76,88,232,7,4,232,222,77,128,234,4,232,201,77,184,32,4,232,94,76,
-232,192,77,191,168,103,232,48,13,232,124,72,232,195,77,50,210,232,175,77,
-191,215,103,232,31,13,11,201,15,132,238,0,232,131,251,232,250,67,198,6,
-14,50,22,139,54,21,18,80,176,52,230,128,88,137,54,23,18,46,199,6,
-142,21,0,0,180,7,232,209,77,191,51,104,232,238,12,232,32,13,232,71,
-52,131,248,1,116,70,232,252,3,80,176,53,230,128,88,232,160,5,199,132,
-15,2,0,0,199,132,75,3,0,0,232,133,19,232,58,55,131,248,1,116,
-35,80,176,54,230,128,88,232,172,55,102,15,183,200,232,125,4,11,192,117,
-15,80,176,55,230,128,88,139,52,131,254,255,117,155,235,123,46,199,6,142,
-21,1,0,198,6,200,15,1,232,243,247,96,6,30,184,7,0,80,232,79,
-251,131,196,2,106,0,82,80,46,137,22,23,26,46,163,25,26,46,139,22,
-140,21,129,194,64,10,51,192,232,111,65,131,196,6,31,7,97,96,30,198,
-6,242,49,0,106,1,46,255,54,23,26,46,255,54,25,26,232,83,65,131,
-196,6,184,7,0,80,232,185,251,131,196,2,31,97,128,62,242,49,1,117,
-7,96,30,232,141,2,31,97,235,9,102,185,91,0,0,0,232,147,13,46,
-131,62,142,21,1,117,5,180,7,232,242,76,38,198,6,200,15,2,128,62,
-212,15,1,116,19,15,182,14,27,18,46,139,22,134,21,46,161,136,21,232,
-8,70,235,87,80,176,56,230,128,88,232,165,76,232,33,76,232,239,60,80,
-176,57,230,128,88,46,163,132,21,15,182,14,27,18,46,139,22,134,21,46,
-161,136,21,187,210,93,255,211,80,176,58,230,128,88,46,129,62,132,21,0,
-1,116,28,46,128,62,60,0,1,116,13,51,246,184,174,20,255,208,80,176,
-59,230,128,88,184,166,15,255,208,235,85,227,33,80,176,60,230,128,88,87,
-191,175,102,184,193,35,255,208,81,185,5,0,184,141,15,255,208,226,249,89,
-95,184,246,35,255,208,46,128,62,60,0,1,117,34,86,190,28,0,46,199,
-68,6,0,0,46,199,68,22,0,0,184,144,21,255,208,94,46,199,6,132,
-21,0,1,189,0,0,235,3,189,1,0,184,0,8,235,79,80,176,61,230,
-128,88,46,129,62,132,21,0,1,117,12,87,191,175,102,184,193,35,255,208,
-95,235,10,87,191,140,102,184,193,35,255,208,95,80,176,62,230,128,88,184,
-246,35,255,208,189,0,0,46,128,62,60,0,1,116,2,235,48,46,131,62,
-160,83,0,117,6,141,6,132,21,235,4,46,161,160,83,80,176,63,230,128,
-88,80,187,83,21,255,211,131,196,2,193,232,9,46,162,2,0,193,224,9,
-187,102,21,255,211,80,176,64,230,128,88,46,161,132,21,102,185,18,0,0,
-0,187,50,37,255,211,15,169,15,161,7,31,94,95,90,89,91,203,0,0,
-0,0,166,25,36,20,132,97,72,97,153,36,114,36,126,42,246,35,241,29,
-128,30,232,30,247,34,162,32,173,35,184,46,213,29,18,36,80,91,48,91,
-106,91,22,91,86,59,136,58,250,88,80,90,127,39,113,41,197,37,156,39,
-110,40,62,26,117,38,144,37,222,38,48,39,158,100,2,100,249,99,48,100,
-123,100,180,100,90,100,131,101,75,100,240,99,80,99,91,99,176,98,194,98,
-109,99,112,16,14,17,248,16,25,17,182,17,169,16,146,16,130,17,123,16,
-239,16,15,18,217,14,211,15,85,16,47,16,1,16,179,15,12,15,195,15,
-9,39,51,17,29,37,55,32,40,48,243,27,138,28,1,17,0,0,85,139,
-236,129,126,6,75,0,119,89,80,139,70,16,46,163,21,26,139,70,14,46,
-163,19,26,139,70,12,46,163,17,26,139,70,10,46,163,15,26,83,139,94,
-6,209,227,46,139,135,12,25,46,163,164,25,91,88,93,46,255,54,21,26,
-46,255,54,19,26,46,255,54,17,26,46,255,54,15,26,46,255,22,164,25,
-156,46,143,6,13,26,131,196,8,46,255,54,13,26,157,235,1,93,202,2,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,
-6,0,80,232,102,248,131,196,2,106,0,82,80,232,154,62,131,196,6,184,
-6,0,80,232,0,249,131,196,2,195,195,0,80,81,86,87,51,201,46,136,
-14,156,0,139,54,21,18,191,19,18,38,15,182,76,69,227,20,38,128,188,
-150,4,1,116,12,137,53,139,254,131,199,4,46,254,6,156,0,139,52,131,
-254,255,117,222,199,5,255,255,95,94,89,88,195,0,0,0,139,30,157,18,
-102,15,183,195,131,227,31,116,5,131,192,32,43,195,140,219,15,186,227,0,
-115,3,131,192,16,185,4,0,191,0,0,5,128,0,137,133,182,15,131,192,
-32,131,199,2,226,241,102,51,219,140,219,102,193,227,4,102,3,216,102,247,
-195,255,1,0,0,116,6,102,64,102,67,235,241,163,190,15,5,0,32,163,
-21,18,5,151,4,163,157,18,195,232,30,0,139,30,23,18,30,6,232,136,
-14,232,131,0,131,199,56,50,192,136,69,20,87,232,194,50,131,196,2,7,
-31,195,102,96,180,2,205,26,114,83,138,193,232,81,0,138,200,138,197,232,
-74,0,138,232,81,138,194,138,198,232,64,0,138,240,82,180,4,205,26,114,
-250,138,193,232,50,0,138,200,138,197,232,43,0,138,232,176,100,246,229,50,
-237,3,193,80,138,194,232,27,0,138,208,138,198,232,20,0,138,240,82,102,
-91,102,89,102,184,10,4,4,8,232,203,14,248,102,97,195,81,138,232,36,
-240,192,232,4,177,10,246,225,128,229,15,2,197,89,195,138,69,7,36,128,
-138,224,192,236,7,10,196,136,71,33,195,96,232,115,8,191,204,102,232,56,
-8,232,106,8,97,195,102,83,102,81,232,194,243,128,62,206,17,0,116,12,
-51,201,136,14,206,17,102,185,35,2,0,0,102,83,102,81,232,35,243,102,
-89,102,91,117,7,232,174,243,115,238,235,47,232,77,243,61,0,48,117,7,
-198,6,212,15,0,235,32,61,27,1,116,27,61,52,5,116,17,61,51,4,
-117,7,198,6,3,0,0,235,5,61,0,122,117,194,184,1,0,235,3,184,
-0,0,102,89,102,91,195,85,139,236,139,70,4,139,248,139,70,6,139,208,
-232,33,248,102,137,69,8,232,62,69,232,119,69,93,195,187,3,0,139,62,
-190,15,102,184,0,0,2,2,139,195,102,137,5,102,184,0,0,3,16,139,
-195,102,137,69,6,232,35,0,195,187,2,0,139,62,190,15,102,184,0,0,
-2,2,139,195,102,137,5,102,184,0,0,3,16,139,195,102,137,69,6,232,
-1,0,195,139,62,182,15,102,184,82,4,1,0,102,137,5,102,184,0,0,
-2,0,102,137,69,4,139,22,190,15,232,179,247,102,137,69,8,102,187,0,
-2,0,0,102,137,93,12,232,198,68,232,255,68,139,62,190,15,195,87,139,
-62,190,15,102,184,3,4,3,1,102,137,5,131,199,5,102,184,3,4,17,
-1,102,137,5,131,199,5,102,184,3,4,7,1,102,137,5,131,199,5,102,
-184,3,4,8,1,102,137,5,131,199,5,102,184,3,4,18,1,232,1,1,
-116,6,102,184,3,4,28,1,102,137,5,131,199,5,102,184,3,4,19,1,
-102,137,5,131,199,5,102,184,3,4,20,1,102,137,5,131,199,5,102,184,
-3,4,24,1,102,137,5,131,199,5,102,184,3,4,21,8,102,137,5,131,
-199,12,232,192,0,116,24,102,184,3,4,26,4,102,137,5,131,199,8,102,
-184,3,4,28,1,102,137,5,131,199,5,139,62,182,15,102,184,82,4,2,
-0,102,137,5,102,184,0,0,11,0,232,144,0,117,6,102,184,0,0,9,
-0,102,137,69,4,139,22,190,15,232,216,246,102,137,69,8,102,187,0,2,
-0,0,102,137,93,12,232,235,67,232,36,68,139,62,190,15,138,69,4,136,
-68,28,138,69,9,136,68,19,138,69,14,136,68,22,138,69,19,136,68,23,
-138,69,24,136,68,25,138,69,29,36,1,136,68,24,10,192,116,10,138,69,
-34,36,1,208,224,8,68,24,138,69,39,136,68,20,102,139,69,44,102,139,
-85,48,138,194,102,193,200,8,102,193,234,9,102,209,216,102,137,68,39,102,
-137,84,35,138,69,56,136,68,34,138,69,64,136,68,21,95,195,86,139,54,
-23,18,129,124,26,2,16,94,195,191,125,103,46,128,61,255,117,2,249,195,
-46,56,5,117,7,46,139,125,1,14,31,195,131,199,3,235,231,96,139,54,
-23,18,51,237,15,182,76,28,139,62,190,15,129,199,0,2,87,102,184,0,
-2,3,40,3,197,102,137,5,139,62,184,15,102,184,82,4,1,0,102,137,
-5,102,184,0,0,1,0,102,137,69,4,139,22,190,15,129,194,0,2,232,
-242,245,102,137,69,8,102,187,0,2,0,0,102,137,93,12,232,5,67,232,
-62,67,95,176,0,136,69,44,6,140,216,142,192,131,199,4,139,247,80,81,
-82,86,87,156,252,139,197,178,31,246,226,191,213,15,3,248,185,30,0,243,
-164,50,192,170,157,95,94,90,89,88,7,69,73,116,3,233,126,255,97,195,
-102,80,102,82,139,62,190,15,87,102,184,2,4,2,16,102,137,5,102,184,
-2,4,3,16,102,137,69,20,102,184,2,4,8,16,102,137,69,40,102,184,
-2,4,4,16,102,137,69,60,139,62,182,15,102,184,82,4,0,0,102,137,
-5,102,184,0,0,4,0,102,137,69,4,139,22,190,15,232,86,245,102,137,
-69,8,102,184,0,2,0,0,102,137,69,12,232,105,66,232,162,66,95,102,
-90,102,88,195,102,80,102,82,139,62,190,15,87,102,184,2,4,10,4,102,
-137,5,102,184,2,4,9,20,102,137,69,8,139,62,182,15,102,184,82,4,
-0,0,102,137,5,102,184,0,0,2,0,102,137,69,4,139,22,190,15,232,
-2,245,102,137,69,8,102,184,0,2,0,0,102,137,69,12,232,21,66,232,
-78,66,95,102,90,102,88,195,102,80,102,82,139,62,190,15,87,102,184,2,
-4,11,4,102,137,5,102,184,2,4,15,4,102,137,69,8,139,62,182,15,
-102,184,82,4,0,0,102,137,5,102,184,0,0,2,0,102,137,69,4,139,
-22,190,15,232,174,244,102,137,69,8,102,184,0,2,0,0,102,137,69,12,
-232,193,65,232,250,65,95,102,90,102,88,195,96,139,62,190,15,129,199,0,
-2,87,102,184,2,0,3,16,102,137,5,139,62,184,15,102,184,82,4,1,
-0,102,137,5,102,184,0,0,1,0,102,137,69,4,139,22,190,15,129,194,
-0,2,232,95,244,102,137,69,8,102,187,0,2,0,0,102,137,93,12,232,
-114,65,232,171,65,95,97,195,85,139,236,139,110,4,87,232,3,0,95,93,
-195,85,139,62,190,15,129,199,0,2,87,102,184,0,2,2,4,3,197,102,
-137,5,139,62,184,15,102,184,82,4,1,0,102,137,5,102,184,0,0,1,
-0,102,137,69,4,139,22,190,15,129,194,0,2,232,4,244,102,137,69,8,
-102,187,0,2,0,0,102,137,93,12,232,23,65,232,80,65,95,93,195,102,
-80,102,82,139,62,190,15,87,102,184,2,4,5,8,102,137,5,102,184,2,
-4,6,8,102,137,69,12,102,184,2,4,7,8,102,137,69,24,139,62,182,
-15,102,184,82,4,0,0,102,137,5,102,184,0,0,3,0,102,137,69,4,
-139,22,190,15,232,169,243,102,137,69,8,102,184,0,2,0,0,102,137,69,
-12,232,188,64,232,245,64,95,102,90,102,88,195,85,139,236,139,110,4,87,
-232,3,0,95,93,195,139,62,190,15,129,199,0,2,87,102,80,102,184,0,
-131,13,0,3,197,102,137,5,131,199,4,102,184,1,0,0,0,102,137,5,
-131,199,5,102,184,0,131,11,0,3,197,102,137,5,131,199,4,102,88,102,
-137,5,102,80,131,199,4,3,248,139,62,184,15,102,184,82,4,1,0,102,
-137,5,102,184,0,0,2,0,102,137,69,4,139,22,190,15,129,194,0,2,
-232,33,243,102,137,69,8,102,91,102,129,195,16,2,0,0,102,129,227,0,
-14,0,0,102,137,93,12,232,42,64,232,99,64,95,195,85,139,236,139,110,
-4,87,232,3,0,95,93,195,139,62,190,15,129,199,0,2,87,102,184,0,
-131,15,0,3,197,102,137,5,131,199,4,102,51,192,102,64,102,137,5,131,
-199,5,232,116,252,116,26,102,184,0,131,20,0,3,197,102,137,5,131,199,
-4,102,184,1,0,0,0,102,137,5,131,199,5,139,62,184,15,102,184,82,
-4,1,0,102,137,5,232,72,252,116,8,102,184,0,0,2,0,235,6,102,
-184,0,0,1,0,102,137,69,4,139,22,190,15,129,194,0,2,232,132,242,
-102,137,69,8,102,187,0,2,0,0,102,137,93,12,232,151,63,232,208,63,
-95,195,85,139,236,139,110,4,87,81,232,4,0,89,95,93,195,51,192,232,
-255,251,15,132,180,0,139,62,190,15,129,199,0,2,87,102,184,0,131,21,
-0,3,197,102,137,5,131,199,4,102,184,1,0,0,0,102,137,5,131,199,
-5,102,184,0,131,22,0,3,197,102,137,5,131,199,4,102,184,2,0,0,
-0,102,137,5,131,199,6,102,184,0,131,23,0,3,197,102,137,5,131,199,
-4,102,184,2,0,0,0,102,137,5,139,62,184,15,102,184,82,4,1,0,
-102,137,5,102,184,0,0,3,0,102,137,69,4,139,22,190,15,129,194,0,
-2,232,224,241,102,137,69,8,102,187,0,2,0,0,102,137,93,12,232,243,
-62,232,44,63,95,131,199,8,138,13,131,199,1,131,199,8,139,21,131,199,
-2,131,199,8,139,29,184,0,0,128,249,1,116,12,184,1,0,247,195,0,
-1,117,3,184,2,0,195,85,139,236,139,110,4,87,232,3,0,95,93,195,
-139,62,190,15,129,199,0,2,87,102,80,102,184,0,131,17,0,3,197,102,
-137,5,131,199,4,102,184,21,0,0,0,102,137,5,131,199,25,139,62,184,
-15,102,184,82,4,1,0,102,137,5,102,184,0,0,1,0,102,137,69,4,
-139,22,190,15,129,194,0,2,232,77,241,102,137,69,8,199,69,12,0,2,
-232,101,62,232,158,62,102,88,95,195,85,139,236,139,110,4,87,232,3,0,
-95,93,195,82,139,62,190,15,129,199,0,2,87,102,184,0,131,10,0,3,
-197,102,137,5,102,184,1,0,0,0,131,199,4,102,137,5,131,199,4,87,
-131,199,1,102,184,0,131,9,0,3,197,102,137,5,102,184,2,0,0,0,
-131,199,4,102,137,5,131,199,4,87,131,199,2,102,184,0,131,12,0,3,
-197,102,137,5,102,184,8,0,0,0,131,199,4,102,137,5,131,199,4,87,
-139,62,184,15,102,184,82,4,1,0,102,137,5,102,184,0,0,3,0,102,
-137,69,4,139,22,190,15,129,194,0,2,232,170,240,102,137,69,8,102,187,
-0,2,0,0,102,137,93,12,232,189,61,232,246,61,95,102,139,5,102,163,
-214,17,102,139,69,4,102,163,218,17,95,139,5,95,138,21,246,226,102,15,
-183,192,95,90,195,30,6,31,83,232,34,17,91,31,195,195,195,195,195,195,
-83,80,30,235,5,83,80,30,14,31,180,14,138,5,10,192,116,36,60,19,
-117,27,80,83,82,180,15,205,16,180,3,205,16,180,14,176,32,205,16,254,
-194,128,250,79,114,243,90,91,88,205,16,71,235,212,31,88,91,195,87,191,
-201,102,232,196,255,80,82,160,234,17,60,0,116,8,232,81,64,2,208,232,
-61,64,90,88,95,195,83,51,201,11,192,116,9,15,188,216,15,179,216,65,
-235,243,91,195,87,102,83,102,51,192,139,62,184,15,198,5,28,136,69,3,
-198,69,1,2,136,69,2,102,137,69,4,232,6,61,232,132,249,116,33,232,
-58,61,114,31,37,255,15,61,255,15,117,243,232,0,235,102,185,9,0,0,
-0,102,131,193,2,232,2,235,115,251,235,3,232,25,61,232,137,61,102,91,
-95,195,232,175,255,195,87,80,139,62,182,15,198,5,28,198,69,1,2,102,
-51,192,136,69,2,136,69,3,102,137,69,4,232,181,60,232,238,60,88,95,
-195,102,80,102,82,83,86,87,138,69,8,58,68,8,117,61,139,116,6,139,
-125,6,138,69,3,58,68,3,117,47,138,69,2,58,68,2,117,39,138,69,
-4,58,68,4,117,31,139,222,232,35,0,102,139,208,139,223,232,27,0,102,
-59,194,116,10,15,182,85,7,15,186,226,1,115,3,249,235,1,248,95,94,
-91,102,90,102,88,195,83,82,102,51,192,15,182,87,7,15,186,226,7,114,
-10,139,95,9,131,251,0,116,21,235,236,139,95,9,102,15,182,87,2,102,
-15,171,208,139,31,131,251,0,117,240,90,91,195,30,87,6,31,232,92,249,
-139,247,131,198,64,38,199,68,16,0,0,95,31,195,232,34,234,232,46,234,
-115,251,195,0,0,0,0,0,96,160,200,15,60,1,124,58,6,30,7,15,
-168,14,15,169,186,17,11,187,58,15,176,1,180,112,185,2,0,190,158,103,
-232,204,234,186,19,12,232,226,62,6,30,7,141,117,154,179,112,7,15,169,
-138,5,36,31,232,224,61,232,142,233,232,212,234,7,97,203,0,0,0,0,
-0,0,0,0,0,0,0,0,60,2,116,14,60,1,116,10,60,7,125,6,
-60,5,116,2,248,195,249,195,85,139,236,102,80,102,82,87,6,139,70,4,
-139,248,102,139,70,6,102,139,86,10,232,8,0,7,95,102,90,102,88,93,
-195,87,102,83,102,82,102,187,0,0,32,0,102,11,210,117,7,102,59,195,
-119,2,235,80,102,139,216,102,37,0,0,224,255,139,194,102,193,192,11,102,
-61,0,4,0,0,114,25,232,86,0,38,198,69,3,32,38,198,69,4,84,
-38,198,69,5,66,38,198,69,6,0,235,58,102,139,195,102,193,232,11,232,
-54,0,38,198,69,3,32,38,198,69,4,71,38,198,69,5,66,38,198,69,
-6,0,235,26,102,209,232,232,26,0,38,198,69,3,32,38,198,69,4,77,
-38,198,69,5,66,38,198,69,6,0,102,90,102,91,95,195,83,102,187,232,
-3,0,0,102,247,227,102,187,0,4,0,0,102,247,243,232,148,60,131,232,
-3,3,248,38,139,29,38,199,5,46,0,38,137,93,1,91,195,96,185,12,
-0,176,32,191,235,17,243,170,128,251,5,116,26,128,251,0,116,21,10,255,
-116,5,128,251,7,125,12,191,235,17,131,199,7,51,192,170,249,235,58,191,
-240,17,246,199,240,116,28,191,235,17,138,207,128,225,15,254,201,102,51,192,
-64,102,211,224,232,59,60,3,248,176,45,170,192,239,4,138,207,254,201,102,
-51,192,64,102,211,224,232,37,60,3,248,176,75,170,50,192,170,97,190,235,
-17,195,80,83,81,86,190,195,15,101,136,100,4,187,31,0,246,227,187,213,
-15,3,216,101,136,52,101,136,84,1,101,137,92,2,185,1,0,232,127,62,
-94,89,91,88,195,85,139,236,102,80,102,82,81,87,139,78,6,102,139,70,
-8,139,126,4,232,17,0,102,137,5,131,239,4,102,137,21,95,89,102,90,
-102,88,93,195,83,51,219,102,139,208,232,19,0,102,51,192,102,3,194,18,
-223,226,249,15,182,211,102,15,183,210,91,195,102,129,250,193,26,61,5,124,
-41,86,139,54,23,18,102,139,194,102,51,210,102,80,102,247,116,39,102,88,
-102,43,194,102,45,0,36,0,0,102,45,0,36,0,0,37,0,240,102,139,
-208,94,195,86,51,192,38,128,60,0,116,4,70,64,235,246,94,195,59,193,
-115,9,43,200,176,32,232,105,60,226,249,195,96,198,6,2,0,0,136,46,
-204,17,83,82,87,15,182,232,80,232,71,1,93,95,90,91,15,131,180,0,
-15,168,232,168,61,15,169,87,176,1,180,112,232,104,232,90,139,197,246,196,
-128,116,21,128,228,127,138,196,82,131,194,7,232,112,60,232,143,59,90,139,
-197,15,182,232,232,100,60,232,131,59,198,6,201,17,0,198,6,202,17,255,
-235,51,232,217,230,116,8,232,14,231,61,27,1,116,99,139,22,197,17,232,
-65,60,128,62,202,17,0,117,24,232,227,0,156,186,50,0,247,226,208,236,
-138,196,162,2,0,157,115,67,179,1,232,68,59,139,22,199,17,232,27,60,
-160,201,17,60,0,116,12,60,1,116,12,60,2,116,12,176,124,235,10,176,
-47,235,6,176,45,235,2,176,92,254,6,201,17,128,62,201,17,4,117,9,
-198,6,201,17,0,254,6,202,17,232,158,59,235,144,249,156,232,234,231,157,
-97,195,80,87,51,219,46,137,54,162,40,46,137,22,164,40,232,39,0,138,
-69,2,168,15,117,14,138,69,7,10,192,116,18,139,69,22,11,192,116,11,
-11,246,116,228,46,255,30,162,40,115,221,95,88,195,0,0,0,0,102,80,
-102,82,139,62,182,15,102,51,192,139,197,138,224,176,16,102,137,5,102,184,
-128,16,1,0,102,137,69,4,102,51,192,176,3,102,137,69,8,102,51,192,
-176,128,102,137,69,12,184,0,2,102,137,69,28,139,22,190,15,232,64,235,
-102,137,69,24,232,93,56,232,150,56,102,90,102,88,139,62,190,15,195,232,
-253,249,232,165,247,131,199,17,139,69,6,15,186,240,15,115,1,195,81,83,
-82,51,219,15,182,13,11,201,116,87,131,199,20,138,21,10,210,116,78,176,
-20,254,194,246,226,139,208,81,139,69,6,15,186,240,15,115,9,128,14,204,
-17,1,3,216,235,11,246,6,204,17,1,116,4,129,195,0,4,208,14,204,
-17,3,250,226,219,89,184,8,0,43,193,145,210,14,204,17,145,51,210,139,
-195,247,241,61,0,4,116,9,248,15,182,14,204,17,227,1,249,90,91,89,
-195,102,80,81,102,82,86,139,62,190,15,87,51,201,102,184,6,0,2,4,
-102,137,5,65,131,199,8,102,184,6,0,4,16,102,137,5,65,131,199,20,
-102,184,6,0,3,20,102,137,5,65,131,199,24,102,184,6,0,66,20,102,
-137,5,65,131,199,24,102,184,6,0,10,1,102,137,5,65,131,199,5,102,
-184,6,0,9,12,102,137,5,65,131,199,16,102,184,6,0,8,12,102,137,
-5,65,131,199,16,139,62,182,15,102,184,82,4,0,0,102,137,5,102,51,
-192,138,225,102,193,224,8,102,137,69,4,139,22,190,15,232,42,234,102,137,
-69,8,102,184,0,2,0,0,102,137,69,12,232,61,55,232,118,55,95,102,
-139,69,4,139,54,23,18,102,137,132,125,4,94,102,90,89,102,88,195,96,
-102,83,102,81,102,80,139,62,182,15,176,19,12,64,136,5,198,69,1,4,
-198,69,2,0,198,69,3,0,199,69,6,1,0,139,22,190,15,232,216,233,
-102,137,69,8,102,199,69,12,0,2,0,0,139,62,190,15,102,88,102,137,
-5,131,199,4,102,88,102,137,5,131,199,4,102,88,102,137,5,139,62,182,
-15,232,208,54,232,9,55,97,195,0,200,18,0,0,87,86,232,247,11,199,
-70,252,0,0,107,118,252,19,139,30,23,18,199,128,18,2,0,0,139,30,
-23,18,198,128,17,2,3,139,30,23,18,138,70,252,136,128,33,2,255,70,
-252,131,126,252,16,114,213,139,30,23,18,131,191,15,2,0,116,14,14,104,
-244,45,255,183,15,2,232,45,46,131,196,6,139,30,23,18,199,135,15,2,
-0,0,139,30,23,18,199,135,73,3,0,0,139,30,23,18,199,135,65,3,
-0,0,139,30,23,18,199,135,67,3,0,0,139,30,23,18,199,135,69,3,
-0,0,139,30,23,18,199,135,71,3,0,0,232,0,241,139,30,190,15,42,
-228,138,71,4,137,70,254,141,71,10,137,70,248,51,192,137,70,250,137,70,
-252,233,165,1,106,1,232,229,47,91,139,216,137,70,242,199,71,9,0,0,
-138,70,250,136,71,8,139,94,248,139,118,252,138,0,139,94,242,192,232,7,
-50,71,9,36,1,50,71,9,136,71,9,139,54,190,15,138,132,8,2,208,
-232,50,71,9,36,2,50,71,9,136,71,9,36,247,136,71,9,36,191,136,
-71,9,36,223,136,71,9,138,71,10,36,254,136,71,10,138,71,9,36,127,
-136,71,9,138,71,10,36,253,136,71,10,161,214,17,139,22,216,17,137,71,
-16,137,87,18,161,218,17,139,22,220,17,137,71,12,137,87,14,139,54,23,
-18,131,188,15,2,0,117,32,137,156,15,2,139,30,23,18,139,159,15,2,
-199,71,2,0,0,139,30,23,18,139,159,15,2,199,71,4,0,0,235,15,
-255,118,242,139,222,255,183,15,2,232,196,4,131,196,4,141,70,238,22,80,
-255,118,242,139,30,190,15,138,143,8,2,128,225,4,192,233,2,81,104,255,
-49,232,204,4,139,94,242,131,196,10,137,71,6,139,95,6,246,71,7,128,
-117,6,138,70,238,136,71,6,139,94,242,139,119,6,128,76,7,64,255,118,
-250,232,134,245,91,139,94,242,136,71,41,255,118,250,232,230,244,91,139,30,
-190,15,138,135,8,2,139,94,242,192,224,2,50,71,9,36,4,48,71,9,
-139,54,190,15,138,132,17,2,192,224,4,50,71,9,36,16,48,71,9,246,
-71,9,1,116,10,139,30,23,18,255,135,67,3,235,12,139,30,23,18,255,
-135,69,3,255,6,206,17,139,94,242,139,95,6,128,127,2,11,116,6,128,
-127,2,15,117,9,139,94,242,198,71,11,2,235,7,139,94,242,198,71,11,
-1,255,118,250,232,216,245,91,139,30,190,15,129,195,8,2,137,94,240,128,
-63,0,116,15,139,118,242,141,124,20,139,243,30,7,185,10,0,243,165,255,
-70,252,255,70,250,131,126,252,16,114,3,233,244,0,139,94,248,139,118,252,
-128,56,0,116,230,198,70,238,0,255,118,250,232,251,245,91,153,137,70,244,
-137,86,246,255,118,250,232,152,243,91,139,30,190,15,129,195,17,2,137,30,
-255,49,128,127,1,13,116,3,233,25,254,139,30,23,18,255,135,73,3,139,
-30,23,18,255,135,65,3,139,30,255,49,138,71,1,138,79,3,42,237,107,
-241,19,139,30,23,18,136,128,17,2,139,30,255,49,42,228,138,71,3,107,
-240,19,139,30,23,18,199,128,18,2,255,255,139,30,255,49,138,71,3,107,
-240,19,139,30,23,18,136,160,20,2,161,214,17,139,30,255,49,139,22,216,
-17,138,79,3,107,241,19,139,30,23,18,137,128,21,2,137,144,23,2,161,
-214,17,139,30,255,49,139,22,216,17,138,79,3,107,241,19,139,30,23,18,
-137,128,25,2,137,144,27,2,139,30,255,49,42,228,138,71,3,107,240,19,
-139,30,23,18,43,192,137,128,31,2,137,128,29,2,139,30,255,49,138,70,
-250,138,79,3,107,241,19,139,30,23,18,136,128,34,2,233,253,254,232,49,
-0,232,228,0,94,95,201,195,0,0,46,53,0,0,0,0,240,53,0,0,
-0,0,0,0,24,90,0,0,0,0,120,91,0,0,0,0,0,0,24,90,
-0,0,106,91,120,91,0,0,0,0,200,6,0,0,86,199,70,254,0,0,
-235,79,107,118,254,19,139,30,23,18,128,184,17,2,3,117,61,139,94,250,
-128,63,255,116,5,128,63,245,117,23,139,30,23,18,255,135,65,3,107,118,
-254,19,139,30,23,18,198,128,17,2,12,235,25,139,30,23,18,255,135,71,
-3,139,94,250,138,7,107,118,254,19,139,30,23,18,136,128,17,2,255,70,
-254,131,126,254,16,115,81,255,118,254,232,115,241,91,139,30,190,15,129,195,
-4,2,139,7,139,87,2,107,118,254,19,139,30,23,18,137,128,21,2,137,
-144,23,2,232,6,241,139,94,254,3,30,190,15,129,195,4,2,137,94,250,
-138,7,139,30,23,18,136,128,35,2,139,94,250,128,63,0,116,176,246,7,
-1,116,3,233,92,255,235,152,94,201,195,144,200,6,0,0,86,232,68,1,
-139,30,23,18,131,191,75,3,0,116,71,139,135,75,3,235,46,139,94,252,
-128,127,8,112,116,15,139,95,6,246,71,7,2,117,6,128,127,2,48,117,
-16,14,104,230,45,139,94,252,255,119,6,232,118,42,131,196,6,139,94,252,
-139,71,2,137,70,252,11,192,117,203,139,30,23,18,255,183,75,3,232,89,
-44,91,139,30,23,18,255,183,15,2,232,27,1,91,139,30,23,18,137,135,
-75,3,199,70,254,0,0,235,58,139,70,252,107,118,254,19,139,30,23,18,
-57,128,18,2,116,23,139,216,139,79,2,137,78,252,139,94,250,139,71,2,
-137,70,250,131,126,252,0,117,216,139,70,250,107,118,254,19,139,30,23,18,
-137,128,78,3,255,70,254,131,126,254,16,115,28,107,118,254,19,139,30,23,
-18,131,184,18,2,0,116,232,139,135,15,2,137,70,252,139,135,75,3,235,
-195,139,30,23,18,138,135,67,3,136,71,69,139,30,23,18,138,135,71,3,
-136,71,94,139,30,23,18,138,135,69,3,136,71,119,139,30,23,18,138,135,
-141,4,136,135,146,4,139,30,23,18,138,135,142,4,136,135,147,4,139,30,
-23,18,138,135,143,4,136,135,148,4,139,30,23,18,138,135,144,4,136,135,
-149,4,139,30,23,18,138,135,145,4,136,135,150,4,139,30,23,18,43,192,
-137,135,135,4,137,135,133,4,139,30,23,18,137,135,139,4,137,135,137,4,
-94,201,195,144,87,86,139,30,23,18,141,191,77,3,141,183,17,2,30,7,
-185,152,0,243,165,139,30,23,18,138,135,65,3,136,71,44,94,95,195,144,
-85,139,236,14,104,230,45,255,118,4,232,55,41,201,195,144,200,8,0,0,
-87,86,131,126,4,0,117,4,51,192,235,96,199,70,248,0,0,139,70,4,
-137,70,252,106,1,232,190,42,91,137,70,254,137,70,250,139,70,252,139,240,
-30,7,139,126,254,185,25,0,243,165,139,216,139,71,2,137,70,252,139,94,
-254,139,70,248,137,71,4,131,126,252,0,116,18,137,94,248,106,1,232,137,
-42,91,139,94,254,137,71,2,137,70,254,131,126,252,0,117,194,139,94,254,
-199,71,2,0,0,139,70,250,94,95,201,195,85,139,236,86,235,6,139,71,
-2,137,70,4,139,94,4,131,127,2,0,117,241,139,70,6,139,240,137,71,
-2,137,92,4,199,68,2,0,0,94,201,195,200,10,0,0,87,86,106,1,
-232,81,42,91,139,216,137,70,254,198,71,7,0,138,70,6,136,71,7,139,
-118,4,139,4,139,240,137,70,250,138,68,2,136,71,3,139,118,250,138,68,
-5,136,71,6,138,68,5,36,252,60,236,117,4,255,6,206,17,139,94,250,
-138,71,5,36,252,60,236,117,9,196,94,10,38,128,15,1,235,52,138,71,
-5,36,252,60,244,117,9,196,94,10,38,128,15,4,235,34,138,71,5,36,
-252,60,248,117,9,196,94,10,38,128,15,8,235,16,138,71,5,36,252,60,
-220,117,7,196,94,10,38,128,15,2,139,94,250,42,228,138,71,1,233,202,
-1,255,118,4,232,1,2,91,139,94,254,136,71,2,10,192,117,3,233,149,
-0,139,118,250,131,70,250,20,138,4,42,228,137,70,248,139,118,4,139,70,
-250,137,4,255,118,12,255,118,10,255,118,8,138,70,6,80,86,232,48,255,
-139,94,254,131,196,10,139,240,137,71,9,138,68,5,136,71,5,139,119,9,
-138,68,4,136,71,4,139,71,9,137,70,252,198,70,246,1,235,3,254,70,
-246,138,70,246,42,228,59,70,248,114,3,233,142,1,255,118,12,255,118,10,
-255,118,8,138,70,6,80,255,118,4,232,231,254,139,94,252,131,196,10,139,
-240,137,71,11,138,68,5,139,118,254,0,68,5,139,127,11,138,69,4,0,
-68,4,139,71,11,137,70,252,235,184,139,94,250,139,118,254,138,71,1,136,
-68,2,138,7,42,228,137,70,248,136,68,4,128,76,7,128,138,68,6,36,
-252,60,236,116,4,60,220,117,13,139,94,250,42,228,138,71,3,137,70,246,
-235,5,199,70,246,255,255,131,70,250,20,139,94,4,139,70,250,137,7,255,
-118,246,139,240,42,228,138,68,1,80,255,118,8,139,70,254,5,5,0,80,
-255,118,248,83,232,37,1,139,94,254,131,196,12,137,71,9,233,233,0,139,
-94,250,139,118,254,138,71,1,136,68,2,198,68,4,1,128,76,7,128,106,
-255,138,71,1,42,228,80,255,118,8,141,68,5,80,106,1,255,118,4,232,
-238,0,131,196,12,137,68,9,233,181,0,139,94,250,138,71,1,139,94,254,
-136,71,2,131,70,250,20,139,118,4,139,70,250,137,4,255,118,12,255,118,
-10,255,118,8,138,70,6,80,86,232,248,253,139,94,254,131,196,10,137,71,
-9,139,248,128,77,7,16,255,118,12,255,118,10,255,118,8,138,70,6,80,
-86,232,216,253,139,94,254,139,119,9,131,196,10,137,68,11,139,119,9,139,
-116,11,128,76,7,32,139,119,9,139,116,11,138,68,5,136,71,5,139,119,
-9,139,116,11,138,68,4,136,71,4,255,118,8,232,26,4,91,235,53,61,
-32,0,117,3,233,120,255,119,43,10,192,117,3,233,37,254,254,200,124,32,
-254,200,127,3,233,195,254,44,3,117,3,233,188,254,44,6,117,3,233,34,
-255,44,2,116,4,44,2,117,3,233,23,255,139,70,254,94,95,201,195,144,
-200,2,0,0,139,94,4,139,7,5,20,0,139,216,128,63,0,116,16,128,
-127,1,2,117,5,184,16,0,201,195,184,80,0,201,195,51,192,201,195,144,
-200,8,0,0,86,139,94,4,139,7,137,70,248,50,192,199,70,252,0,0,
-136,70,254,139,94,8,136,7,233,208,0,131,126,252,0,117,11,106,1,232,
-142,39,91,137,70,252,235,28,139,70,252,235,2,139,7,137,70,250,139,216,
-131,63,0,117,244,106,1,232,114,39,91,139,94,250,137,7,137,70,250,131,
-126,12,13,117,24,139,94,248,138,70,12,138,79,3,42,237,107,241,19,139,
-30,23,18,136,128,17,2,235,20,139,94,248,42,228,138,71,3,107,240,19,
-139,30,23,18,198,128,17,2,1,139,94,248,139,70,10,138,79,3,42,237,
-107,241,19,139,30,23,18,137,128,18,2,139,94,248,139,71,12,139,87,14,
-138,79,3,107,241,19,139,30,23,18,137,128,25,2,137,144,27,2,139,94,
-250,136,111,3,138,70,254,42,228,59,70,14,117,6,198,71,3,1,235,7,
-139,94,250,128,103,3,254,139,94,248,138,71,3,139,94,250,136,71,2,131,
-70,248,20,139,94,4,139,70,248,137,7,139,94,8,254,7,254,70,254,138,
-70,254,42,228,59,70,6,115,26,139,94,248,128,127,3,255,116,3,233,26,
-255,131,70,248,20,139,94,4,139,70,248,137,7,235,217,139,70,252,94,201,
-195,144,139,30,23,18,131,191,15,2,0,116,14,14,104,244,45,255,183,15,
-2,232,50,36,131,196,6,139,30,23,18,199,135,15,2,0,0,195,200,6,
-0,0,87,86,139,94,4,42,228,138,71,8,137,70,250,80,232,255,237,91,
-255,118,250,232,163,235,91,161,190,15,5,17,2,163,255,49,139,94,4,139,
-119,6,246,68,7,128,116,17,139,248,138,69,5,136,68,6,255,119,6,232,
-24,0,91,235,11,14,104,216,45,86,232,75,36,131,196,6,232,219,248,232,
-218,250,94,95,201,195,200,6,0,0,86,139,94,4,246,71,7,128,117,3,
-233,169,0,139,54,255,49,138,68,5,136,71,6,36,252,60,236,116,4,60,
-220,117,14,139,30,255,49,42,228,138,71,3,137,70,250,235,5,199,70,250,
-255,255,139,94,4,139,71,9,139,240,138,68,2,136,70,254,138,79,6,42,
-237,81,42,228,107,240,19,139,30,23,18,255,176,78,3,232,156,0,131,196,
-4,139,94,4,255,119,9,232,240,37,91,139,30,255,49,128,127,1,11,116,
-11,128,127,1,15,116,5,131,6,255,49,20,255,118,250,139,94,4,42,228,
-138,71,2,80,138,70,254,107,240,19,139,30,23,18,255,176,78,3,139,70,
-4,5,5,0,80,139,94,4,42,228,138,71,4,80,104,255,49,232,188,253,
-139,94,4,131,196,12,137,71,9,94,201,195,131,6,255,49,20,94,201,195,
-200,2,0,0,86,139,94,4,246,71,7,128,117,36,139,71,9,137,70,254,
-198,71,5,0,235,18,139,94,254,139,118,4,138,71,5,0,68,5,139,71,
-11,137,70,254,131,126,254,0,117,232,94,201,195,144,85,139,236,138,70,6,
-36,252,60,236,117,12,139,94,4,139,95,6,128,79,6,1,201,195,138,70,
-6,36,252,60,244,117,12,139,94,4,139,95,6,128,79,6,4,201,195,138,
-70,6,36,252,60,248,117,12,139,94,4,139,95,6,128,79,6,8,201,195,
-138,70,6,36,252,60,220,117,10,139,94,4,139,95,6,128,79,6,2,201,
-195,144,139,30,190,15,199,7,7,128,139,30,190,15,199,71,2,2,0,139,
-30,190,15,199,71,4,0,2,139,30,190,15,131,195,6,199,7,0,0,139,
-30,182,15,198,7,82,139,30,182,15,198,71,1,4,139,30,182,15,198,71,
-2,0,139,30,182,15,198,71,3,0,139,30,182,15,198,71,4,0,139,30,
-182,15,198,71,5,0,139,30,182,15,198,71,6,1,139,30,182,15,198,71,
-7,0,139,30,182,15,199,71,12,0,4,199,71,14,0,0,255,54,190,15,
-255,54,182,15,232,248,228,139,30,190,15,131,196,4,138,71,8,139,30,23,
-18,136,135,141,4,139,30,190,15,138,71,9,139,30,23,18,136,135,142,4,
-139,30,190,15,138,71,10,139,30,23,18,136,135,143,4,139,30,190,15,138,
-71,11,139,30,23,18,136,135,144,4,139,30,190,15,138,71,12,139,30,23,
-18,136,135,145,4,195,200,4,0,0,86,139,94,4,180,131,139,54,190,15,
-138,71,8,137,132,0,2,139,54,190,15,199,132,2,2,19,0,139,54,190,
-15,199,132,4,2,8,0,139,54,190,15,129,198,6,2,199,4,0,0,139,
-54,182,15,198,4,82,139,54,182,15,198,68,1,4,139,54,182,15,198,68,
-2,0,139,54,182,15,198,68,3,0,139,54,182,15,198,68,4,0,139,54,
-182,15,198,68,5,0,139,54,182,15,198,68,6,1,139,54,182,15,198,68,
-7,0,139,54,182,15,199,68,12,0,4,199,68,14,0,0,161,190,15,128,
-196,2,80,255,54,182,15,232,25,228,139,30,190,15,131,196,4,139,135,8,
-2,139,151,10,2,139,94,4,137,71,46,137,87,48,139,54,190,15,129,198,
-12,2,139,4,139,84,2,137,71,42,137,87,44,94,201,195,14,104,25,58,
-139,30,23,18,255,183,15,2,232,227,32,131,196,6,195,32,82,69,67,79,
-86,69,82,73,78,71,32,32,32,32,32,32,32,32,32,32,32,0,32,86,
-69,82,73,70,89,73,78,71,32,32,32,32,32,32,32,32,32,32,32,32,
-0,32,82,69,66,85,73,76,68,73,78,71,32,40,97,102,116,101,114,32,
-70,56,41,0,32,82,69,66,85,73,76,68,73,78,71,32,32,32,32,32,
-32,32,32,32,32,32,0,32,73,78,73,84,32,65,82,82,65,89,32,40,
-97,102,116,101,114,32,70,56,41,0,32,68,69,71,82,65,68,69,68,32,
-32,32,32,32,32,32,32,32,32,32,32,32,0,32,73,78,73,84,32,65,
-82,82,65,89,32,32,32,32,32,32,32,32,32,32,32,0,32,77,105,115,
-115,105,110,103,32,100,114,105,118,101,40,115,41,32,32,32,32,32,0,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,0,82,101,98,117,105,108,100,32,105,110,116,111,0,78,111,116,32,105,
-110,32,85,115,101,0,32,68,101,118,105,99,101,32,69,114,114,111,114,0,
-32,83,77,65,82,84,32,102,97,105,108,0,32,69,67,67,32,101,114,114,
-111,114,0,72,111,116,32,83,112,97,114,101,0,32,82,65,73,68,32,63,
-63,32,0,32,82,65,73,68,32,53,48,32,0,32,82,65,73,68,32,49,
-48,32,0,32,82,65,73,68,32,53,32,0,32,77,105,114,114,111,114,32,
-0,32,82,65,73,68,32,48,32,0,32,32,32,32,32,74,66,79,68,32,
-32,32,32,0,32,83,105,110,103,108,101,32,68,105,115,107,32,0,32,32,
-32,32,84,97,114,103,101,116,32,32,0,32,32,32,32,79,114,105,103,105,
-110,97,108,32,0,32,116,111,32,0,32,77,105,103,114,97,116,105,110,103,
-32,102,114,111,109,32,0,80,111,114,116,32,0,32,32,32,32,115,117,98,
-117,110,105,116,32,0,32,100,114,105,118,101,32,0,32,45,32,0,32,32,
-32,32,32,0,32,32,32,32,32,32,32,32,32,32,0,32,32,32,0,32,
-32,0,45,62,0,85,110,105,116,32,0,41,32,0,32,40,0,0,0,0,
-0,60,71,0,0,0,0,0,0,0,0,0,0,132,65,60,71,0,0,0,
-0,0,0,0,0,46,63,132,65,60,71,0,0,0,0,0,0,0,0,75,
-0,78,111,116,32,115,117,112,112,111,114,116,101,100,0,68,67,66,32,114,
-101,97,100,32,116,105,109,101,111,117,116,0,68,67,66,32,114,101,97,100,
-32,102,97,105,108,117,114,101,0,68,67,66,32,100,97,116,97,32,99,104,
-101,99,107,0,85,110,115,117,112,112,111,114,116,101,100,32,68,67,66,0,
-85,110,99,111,110,118,101,114,116,101,100,32,68,67,66,0,200,2,0,0,
-87,86,199,6,1,50,0,0,139,70,4,163,58,18,255,118,6,232,142,4,
-91,139,94,6,139,95,6,128,127,2,11,116,12,128,127,2,15,116,6,128,
-126,8,0,116,48,139,30,58,18,139,251,30,7,185,255,255,51,192,242,174,
-247,209,73,139,30,58,18,139,241,136,0,139,30,58,18,139,251,185,255,255,
-242,174,247,209,1,14,58,18,184,1,0,235,104,199,6,1,50,1,0,139,
-94,6,139,95,6,246,71,7,128,116,12,14,104,253,57,255,119,9,232,213,
-30,235,28,139,94,6,246,71,9,1,117,6,14,104,253,57,235,4,14,104,
-11,58,139,95,6,255,119,9,232,73,30,131,196,6,139,30,58,18,139,251,
-30,7,185,255,255,51,192,242,174,247,209,73,139,30,58,18,139,241,136,0,
-139,30,58,18,139,251,185,255,255,242,174,247,209,1,14,58,18,94,95,201,
-195,144,200,6,0,0,87,86,199,6,1,50,1,0,139,94,4,140,218,30,
-191,231,57,139,243,14,7,185,255,255,51,192,242,174,247,209,43,249,135,254,
-30,6,31,7,209,233,243,165,19,201,243,164,31,246,70,6,63,116,51,30,
-191,214,57,139,243,14,7,142,218,185,255,255,242,174,247,209,43,249,139,217,
-135,254,82,6,31,7,185,255,255,242,174,79,139,203,209,233,243,165,19,201,
-243,164,31,199,70,254,16,0,235,5,199,70,254,11,0,139,94,4,30,30,
-191,183,57,139,243,14,7,31,185,255,255,242,174,247,209,43,249,81,135,254,
-30,6,31,7,185,255,255,242,174,79,89,209,233,243,165,19,201,243,164,31,
-80,139,118,8,138,68,16,80,139,251,30,7,185,255,255,51,192,242,174,247,
-209,73,3,203,30,81,232,124,213,131,196,8,235,34,139,250,185,255,255,242,
-174,247,209,73,139,218,139,241,136,64,1,139,250,185,255,255,242,174,247,209,
-73,139,217,139,242,198,0,32,139,70,4,139,208,139,248,30,7,185,255,255,
-51,192,242,174,247,209,73,59,78,254,114,198,176,31,139,94,8,246,103,16,
-5,213,15,139,242,139,248,30,185,255,255,51,192,242,174,247,209,43,249,81,
-135,254,30,6,31,7,185,255,255,242,174,79,89,209,233,243,165,19,201,243,
-164,31,80,80,139,94,8,255,119,6,255,119,4,104,3,50,232,17,233,131,
-196,10,184,3,50,139,248,30,7,185,255,255,51,192,242,174,247,209,73,131,
-233,9,247,217,81,139,70,4,139,216,139,248,185,255,255,51,192,242,174,247,
-209,73,3,203,81,232,0,14,131,196,4,191,3,50,30,7,139,118,4,185,
-255,255,51,192,242,174,247,209,43,249,139,217,135,254,185,255,255,242,174,79,
-139,203,209,233,243,165,19,201,243,164,139,94,8,138,7,233,190,1,139,94,
-4,30,30,191,220,57,139,243,14,7,31,185,255,255,51,192,242,174,247,209,
-43,249,81,135,254,30,6,31,7,185,255,255,242,174,79,89,209,233,243,165,
-19,201,243,164,31,139,94,4,30,30,191,39,57,139,243,14,7,31,185,255,
-255,51,192,242,174,247,209,43,249,139,217,135,254,30,6,31,7,185,255,255,
-242,174,79,139,203,209,233,243,165,19,201,243,164,31,233,141,1,139,94,4,
-30,30,191,220,57,139,243,14,7,31,185,255,255,51,192,242,174,247,209,43,
-249,81,135,254,30,6,31,7,185,255,255,242,174,79,89,209,233,243,165,19,
-201,243,164,31,139,94,4,30,30,191,120,58,235,155,139,94,4,30,30,191,
-220,57,139,243,14,7,31,185,255,255,51,192,242,174,247,209,43,249,81,135,
-254,30,6,31,7,185,255,255,242,174,79,89,209,233,243,165,19,201,243,164,
-31,139,94,4,30,30,191,104,58,233,97,255,139,94,4,30,30,191,220,57,
-139,243,14,7,31,185,255,255,51,192,242,174,247,209,43,249,81,135,254,30,
-6,31,7,185,255,255,242,174,79,89,209,233,243,165,19,201,243,164,31,139,
-94,4,30,30,191,89,58,233,39,255,139,94,4,30,30,191,220,57,139,243,
-14,7,31,185,255,255,51,192,242,174,247,209,43,249,81,135,254,30,6,31,
-7,185,255,255,242,174,79,89,209,233,243,165,19,201,243,164,31,139,94,4,
-30,30,191,72,58,233,237,254,139,94,4,30,30,191,220,57,139,243,14,7,
-31,185,255,255,51,192,242,174,247,209,43,249,81,135,254,30,6,31,7,185,
-255,255,242,174,79,89,209,233,243,165,19,201,243,164,31,139,94,4,30,30,
-191,55,58,233,179,254,139,94,4,30,30,191,220,57,139,243,14,7,31,185,
-255,255,51,192,242,174,247,209,43,249,81,135,254,30,6,31,7,185,255,255,
-242,174,79,89,209,233,243,165,19,201,243,164,31,139,94,4,30,30,191,41,
-58,233,121,254,45,13,0,117,3,233,58,254,45,204,0,117,3,233,149,254,
-72,72,117,3,233,199,254,72,72,117,3,233,250,254,45,15,0,117,3,233,
-44,255,72,72,117,3,233,95,255,45,16,0,116,148,246,70,6,63,117,20,
-255,118,6,139,94,8,138,71,18,80,30,255,118,4,232,223,9,131,196,8,
-139,70,4,139,208,139,248,30,7,185,255,255,51,192,242,174,247,209,73,139,
-218,139,241,136,64,1,139,250,185,255,255,242,174,247,209,73,139,217,139,242,
-136,0,94,95,201,195,200,4,0,0,87,86,139,30,58,18,30,191,231,57,
-139,243,14,7,185,255,255,51,192,242,174,247,209,43,249,135,254,30,6,31,
-7,209,233,243,165,19,201,243,164,31,139,94,4,255,119,6,232,33,2,91,
-255,14,58,18,139,94,4,139,119,6,128,124,2,32,116,102,255,119,14,255,
-119,12,255,119,18,255,119,16,104,3,50,232,30,230,131,196,10,184,3,50,
-139,248,30,7,185,255,255,51,192,242,174,247,209,73,131,233,9,247,217,81,
-255,54,58,18,232,29,11,131,196,4,139,30,58,18,30,30,191,3,50,139,
-243,30,7,31,185,255,255,51,192,242,174,247,209,43,249,81,135,254,30,6,
-31,7,185,255,255,242,174,79,89,209,233,243,165,19,201,243,164,31,139,30,
-58,18,30,30,191,250,57,139,243,14,7,31,185,255,255,51,192,242,174,247,
-209,43,249,81,135,254,30,6,31,7,185,255,255,242,174,79,89,209,233,243,
-165,19,201,243,164,31,139,94,4,56,71,20,116,50,139,54,58,18,131,195,
-20,30,30,30,139,251,7,31,185,255,255,51,192,242,174,247,209,43,249,81,
-135,254,30,6,31,7,185,255,255,242,174,79,89,209,233,243,165,19,201,243,
-164,31,235,126,139,30,58,18,30,30,191,241,57,139,243,14,7,31,185,255,
-255,242,174,247,209,43,249,81,135,254,30,6,31,7,185,255,255,242,174,79,
-89,209,233,243,165,19,201,243,164,31,139,94,4,128,127,8,112,117,14,139,
-30,58,18,30,30,191,235,57,139,243,14,235,149,80,42,228,138,71,8,80,
-139,30,58,18,139,251,30,7,185,255,255,51,192,242,174,247,209,73,3,203,
-30,81,232,228,208,131,196,8,139,30,58,18,139,251,30,7,185,255,255,51,
-192,242,174,247,209,73,1,14,58,18,139,30,58,18,30,30,191,247,57,139,
-243,14,7,31,185,255,255,242,174,247,209,43,249,81,135,254,30,6,31,7,
-185,255,255,242,174,79,89,209,233,243,165,19,201,243,164,31,139,94,4,139,
-119,6,128,124,2,11,116,60,128,124,2,15,116,54,246,68,7,128,117,6,
-246,71,9,1,117,25,139,95,6,42,228,138,71,2,80,138,71,6,80,255,
-54,58,18,232,26,8,131,196,6,235,17,139,95,6,138,71,6,80,255,54,
-58,18,232,219,8,131,196,4,139,30,58,18,139,251,30,7,185,255,255,51,
-192,242,174,247,209,73,139,30,58,18,139,241,136,64,1,139,30,58,18,139,
-251,185,255,255,242,174,247,209,73,139,30,58,18,139,241,136,0,139,30,58,
-18,139,251,185,255,255,242,174,247,209,1,14,58,18,184,1,0,94,95,201,
-195,144,195,144,200,4,0,0,87,86,139,94,4,128,127,2,32,116,3,233,
-216,0,139,54,58,18,30,30,191,166,57,14,7,31,185,255,255,51,192,242,
-174,247,209,43,249,81,135,254,30,6,31,7,185,255,255,242,174,79,89,209,
-233,243,165,19,201,243,164,31,255,119,9,232,138,4,91,139,94,4,139,119,
-9,42,228,138,68,2,80,30,255,54,58,18,232,79,6,131,196,6,139,30,
-58,18,30,30,191,161,57,139,243,14,7,31,185,255,255,51,192,242,174,247,
-209,43,249,81,135,254,30,6,31,7,185,255,255,242,174,79,89,209,233,243,
-165,19,201,243,164,31,139,94,4,139,119,9,255,116,11,232,54,4,91,139,
-94,4,139,95,9,139,95,11,42,228,138,71,2,80,30,255,54,58,18,232,
-248,5,131,196,6,139,30,58,18,139,251,30,7,185,255,255,51,192,242,174,
-247,209,73,137,78,254,139,30,58,18,139,241,198,0,0,139,30,58,18,139,
-251,185,255,255,242,174,247,209,1,14,58,18,184,1,0,233,226,3,128,127,
-2,11,116,9,128,127,2,15,116,3,233,38,1,139,71,9,137,70,254,139,
-30,58,18,30,30,191,183,57,139,243,14,7,31,185,255,255,51,192,242,174,
-247,209,43,249,81,135,254,30,6,31,7,185,255,255,242,174,79,89,209,233,
-243,165,19,201,243,164,31,80,139,94,254,138,71,2,80,139,54,58,18,139,
-254,30,7,185,255,255,51,192,242,174,247,209,73,3,206,30,81,232,185,206,
-131,196,8,139,94,254,128,127,2,10,115,29,106,1,139,30,58,18,139,251,
-30,7,185,255,255,51,192,242,174,247,209,73,3,203,81,232,202,7,131,196,
-4,139,94,4,42,228,138,71,2,80,30,255,54,58,18,232,32,5,131,196,
-6,139,30,58,18,139,251,30,7,185,255,255,51,192,242,174,247,209,73,1,
-14,58,18,176,31,139,94,254,246,103,2,5,213,15,139,30,58,18,140,218,
-30,30,139,248,139,243,7,185,255,255,51,192,242,174,247,209,43,249,139,217,
-135,254,30,6,31,7,185,255,255,242,174,79,139,203,209,233,243,165,19,201,
-243,164,31,131,6,58,18,10,139,30,58,18,30,191,235,57,139,243,14,7,
-142,218,185,255,255,242,174,247,209,43,249,135,254,82,6,31,7,209,233,243,
-165,19,201,243,164,31,131,6,58,18,3,139,30,58,18,136,71,1,139,30,
-58,18,136,7,233,197,254,246,71,7,64,116,47,106,0,138,71,4,42,228,
-80,139,30,58,18,139,251,30,7,185,255,255,51,192,242,174,247,209,73,3,
-203,30,81,232,195,205,131,196,8,139,30,58,18,30,30,191,202,57,235,15,
-246,71,7,16,116,41,139,30,58,18,30,30,191,147,57,139,243,14,7,31,
-185,255,255,51,192,242,174,247,209,43,249,81,135,254,30,6,31,7,185,255,
-255,242,174,79,89,235,46,246,71,7,32,116,11,139,30,58,18,30,30,191,
-134,57,235,207,139,30,58,18,30,191,189,57,139,243,14,7,185,255,255,51,
-192,242,174,247,209,43,249,135,254,30,6,31,7,209,233,243,165,19,201,243,
-164,31,255,118,4,232,16,2,91,139,94,4,42,228,138,71,2,80,30,255,
-54,58,18,232,216,3,131,196,6,131,62,1,50,1,117,29,139,94,4,246,
-71,7,128,116,20,138,71,2,42,228,80,138,71,6,80,255,54,58,18,232,
-194,4,131,196,6,139,94,4,246,71,7,16,117,3,233,198,0,131,62,1,
-50,1,117,6,246,71,7,128,117,48,139,30,58,18,30,30,191,211,56,139,
-243,14,7,31,185,255,255,51,192,242,174,247,209,43,249,81,135,254,30,6,
-31,7,185,255,255,242,174,79,89,209,233,243,165,19,201,243,164,31,139,30,
-58,18,139,251,30,7,185,255,255,51,192,242,174,247,209,73,1,14,58,18,
-255,118,4,232,8,6,91,137,70,254,139,216,255,119,14,255,119,12,255,119,
-18,255,119,16,104,3,50,232,170,224,131,196,10,184,3,50,139,248,30,7,
-185,255,255,51,192,242,174,247,209,73,131,233,9,247,217,81,161,58,18,72,
-80,232,168,5,131,196,4,139,30,58,18,30,30,191,3,50,139,243,30,7,
-31,185,255,255,51,192,242,174,247,209,43,249,81,135,254,30,6,31,7,185,
-255,255,242,174,79,89,209,233,243,165,19,201,243,164,31,139,94,4,246,71,
-7,32,117,3,233,198,0,131,62,1,50,1,117,6,246,71,7,128,117,48,
-139,30,58,18,30,30,191,211,56,139,243,14,7,31,185,255,255,51,192,242,
-174,247,209,43,249,81,135,254,30,6,31,7,185,255,255,242,174,79,89,209,
-233,243,165,19,201,243,164,31,139,30,58,18,139,251,30,7,185,255,255,51,
-192,242,174,247,209,73,1,14,58,18,255,118,4,232,54,5,91,137,70,254,
-139,216,255,119,44,255,119,42,255,119,48,255,119,46,104,3,50,232,216,223,
-131,196,10,184,3,50,139,248,30,7,185,255,255,51,192,242,174,247,209,73,
-131,233,9,247,217,81,161,58,18,72,80,232,214,4,131,196,4,139,30,58,
-18,30,30,191,3,50,139,243,30,7,31,185,255,255,51,192,242,174,247,209,
-43,249,81,135,254,30,6,31,7,185,255,255,242,174,79,89,209,233,243,165,
-19,201,243,164,31,139,30,58,18,139,251,30,7,185,255,255,51,192,242,174,
-247,209,73,137,78,254,139,30,58,18,139,241,136,64,1,139,30,58,18,139,
-251,185,255,255,242,174,247,209,73,233,254,251,94,95,201,195,200,6,0,0,
-87,86,139,30,58,18,139,251,30,7,185,255,255,51,192,242,174,247,209,73,
-1,14,58,18,161,58,18,137,70,250,139,94,4,128,127,2,5,116,18,128,
-127,2,0,116,12,128,127,2,16,116,6,128,127,2,80,117,74,138,79,3,
-184,1,0,254,201,211,224,80,232,107,0,91,139,30,58,18,198,7,0,139,
-30,58,18,30,30,191,39,58,139,243,14,7,31,185,255,255,51,192,242,174,
-247,209,43,249,81,135,254,30,6,31,7,185,255,255,242,174,79,89,209,233,
-243,165,19,201,243,164,31,255,6,58,18,161,58,18,43,70,250,137,70,252,
-61,4,0,115,22,235,14,139,30,58,18,198,7,32,255,6,58,18,255,70,
-252,131,126,252,4,114,236,139,30,58,18,198,7,0,94,95,201,195,200,2,
-0,0,139,70,4,185,10,0,43,210,247,241,137,86,254,139,70,4,43,210,
-247,241,11,192,116,5,80,232,224,255,91,138,70,254,139,30,58,18,4,48,
-136,7,255,6,58,18,201,195,85,139,236,87,86,176,19,139,94,4,246,103,
-2,3,6,23,18,5,77,3,80,106,1,255,54,58,18,232,252,243,131,196,
-6,139,94,4,246,71,3,1,117,22,138,71,2,42,228,107,240,19,139,30,
-23,18,128,184,95,3,255,117,3,233,135,0,139,30,58,18,30,30,191,235,
-57,139,243,14,7,31,185,255,255,51,192,242,174,247,209,43,249,81,135,254,
-30,6,31,7,185,255,255,242,174,79,89,209,233,243,165,19,201,243,164,31,
-139,94,4,246,71,3,2,116,48,139,30,58,18,30,30,191,234,56,139,243,
-14,7,31,185,255,255,242,174,247,209,43,249,81,135,254,30,6,31,7,185,
-255,255,242,174,79,89,209,233,243,165,19,201,243,164,31,235,30,106,1,42,
-228,138,71,2,107,240,19,139,30,23,18,138,128,95,3,80,30,255,54,58,
-18,232,220,0,131,196,8,139,30,58,18,139,251,30,7,185,255,255,51,192,
-242,174,247,209,73,1,14,58,18,139,30,58,18,136,7,255,6,58,18,139,
-30,58,18,136,7,94,95,201,195,144,85,139,236,87,86,139,70,8,61,80,
-0,117,3,233,142,0,119,24,10,192,116,92,44,2,116,99,44,3,116,106,
-44,6,116,69,44,4,116,15,254,200,116,105,139,30,58,18,30,30,191,49,
-57,235,9,139,30,58,18,30,30,191,106,57,139,243,14,7,31,185,255,255,
-51,192,242,174,247,209,43,249,81,135,254,30,6,31,7,185,255,255,242,174,
-79,89,209,233,243,165,19,201,243,164,31,235,66,139,30,58,18,30,30,191,
-120,57,235,204,139,30,58,18,30,30,191,97,57,235,193,139,30,58,18,30,
-30,191,88,57,235,182,139,30,58,18,30,30,191,79,57,235,171,139,30,58,
-18,30,30,191,69,57,235,160,139,30,58,18,30,30,191,59,57,235,149,94,
-95,201,195,144,85,139,236,87,86,138,70,8,42,228,45,241,0,116,20,45,
-4,0,116,10,45,4,0,117,15,191,28,57,235,19,191,16,57,235,14,191,
-2,57,235,9,246,70,10,63,116,45,191,247,56,14,7,30,197,118,4,185,
-255,255,51,192,242,174,247,209,43,249,139,217,135,254,30,6,31,7,185,255,
-255,242,174,79,139,203,209,233,243,165,19,201,243,164,31,94,95,201,195,144,
-85,139,236,87,86,131,126,6,0,117,10,139,94,4,30,30,191,188,56,235,
-98,138,70,6,36,2,60,2,116,21,255,118,8,232,64,1,91,11,192,116,
-10,139,94,4,30,30,191,142,56,235,68,138,70,6,37,252,0,61,248,0,
-116,125,119,20,44,172,116,16,44,16,116,125,44,32,116,84,44,16,116,217,
-44,8,116,10,139,94,4,30,30,191,211,56,235,25,128,62,200,15,0,117,
-10,139,94,4,30,30,191,165,56,235,8,139,94,4,30,30,191,119,56,139,
-243,14,7,31,185,255,255,51,192,242,174,247,209,43,249,81,135,254,30,6,
-31,7,185,255,255,242,174,79,89,209,233,243,165,19,201,243,164,31,235,47,
-128,62,200,15,0,117,10,139,94,4,30,30,191,96,56,235,198,139,94,4,
-30,30,191,73,56,235,188,139,94,4,30,30,191,50,56,235,178,139,94,4,
-30,30,191,27,56,235,168,94,95,201,195,144,85,139,236,87,86,246,70,6,
-1,116,10,139,94,4,30,30,191,142,56,235,80,246,70,6,2,116,27,128,
-62,200,15,0,117,10,139,94,4,30,30,191,96,56,235,57,139,94,4,30,
-30,191,73,56,235,47,246,70,6,8,116,10,139,94,4,30,30,191,50,56,
-235,31,246,70,6,4,116,64,128,62,200,15,0,117,10,139,94,4,30,30,
-191,165,56,235,8,139,94,4,30,30,191,119,56,139,243,14,7,31,185,255,
-255,51,192,242,174,247,209,43,249,81,135,254,30,6,31,7,185,255,255,242,
-174,79,89,209,233,243,165,19,201,243,164,31,94,95,201,195,85,139,236,131,
-126,4,2,116,18,131,126,4,1,116,12,131,126,4,6,115,6,131,126,4,
-5,117,5,184,1,0,201,195,51,192,201,195,200,2,0,0,199,70,254,0,
-0,235,16,139,94,254,3,94,4,198,71,1,0,198,7,32,255,70,254,139,
-70,6,57,70,254,114,232,201,195,144,200,4,0,0,86,139,70,4,235,3,
-139,71,9,139,216,246,71,7,128,116,245,139,71,9,139,216,42,228,138,71,
-2,107,240,19,139,30,23,18,139,128,78,3,94,201,195,144,0,0,0,0,
-0,0,0,0,200,2,0,0,87,86,50,192,162,176,18,162,177,18,232,79,
-211,139,30,190,15,198,71,60,0,191,58,77,190,176,18,14,7,30,185,255,
-255,51,192,242,174,247,209,43,249,135,254,30,6,31,7,209,233,243,165,19,
-201,243,164,31,139,30,190,15,131,195,44,30,139,251,190,176,18,7,30,185,
-255,255,242,174,247,209,43,249,81,135,254,30,6,31,7,185,255,255,242,174,
-79,89,209,233,243,165,19,201,243,164,31,184,176,18,139,248,30,7,185,255,
-255,51,192,242,174,247,209,73,129,193,177,18,137,78,254,139,217,140,218,30,
-191,51,77,139,241,14,7,185,255,255,242,174,247,209,43,249,135,254,30,6,
-31,7,209,233,243,165,19,201,243,164,31,139,54,190,15,136,68,80,139,54,
-190,15,131,198,64,30,139,254,139,243,142,194,142,218,185,255,255,242,174,247,
-209,43,249,81,135,254,185,255,255,242,174,79,89,209,233,243,165,19,201,243,
-164,31,30,191,38,77,139,243,14,7,142,218,185,255,255,242,174,247,209,43,
-249,81,135,254,82,6,31,7,185,255,255,242,174,79,89,209,233,243,165,19,
-201,243,164,31,139,54,190,15,136,68,40,139,54,190,15,131,198,24,30,139,
-254,139,243,142,194,142,218,185,255,255,242,174,247,209,43,249,81,135,254,185,
-255,255,242,174,79,89,209,233,243,165,19,201,243,164,31,139,251,185,255,255,
-242,174,247,209,73,1,78,254,139,94,254,30,191,178,77,139,243,14,7,142,
-218,185,255,255,242,174,247,209,43,249,135,254,82,6,31,7,209,233,243,165,
-19,201,243,164,31,80,139,54,23,18,138,68,18,80,139,251,142,194,185,255,
-255,51,192,242,174,247,209,73,3,203,30,81,232,230,196,131,196,8,139,70,
-254,139,248,30,7,185,255,255,51,192,242,174,247,209,1,78,254,139,94,254,
-136,7,232,117,9,94,95,201,195,44,32,111,102,102,108,105,110,101,32,117,
-110,105,116,115,58,32,0,44,32,104,111,116,32,115,112,97,114,101,115,58,
-32,0,44,32,97,118,97,105,108,97,98,108,101,32,100,114,105,118,101,115,
-58,32,0,111,110,108,105,110,101,32,117,110,105,116,115,58,32,0,78,117,
-109,98,101,114,32,111,102,32,0,66,66,85,32,83,116,97,116,117,115,58,
-32,0,32,32,70,105,114,109,119,97,114,101,58,32,0,66,73,79,83,58,
-32,0,51,119,97,114,101,32,83,101,114,105,97,108,32,65,84,65,32,82,
-65,73,68,32,67,111,110,116,114,111,108,108,101,114,58,32,0,73,110,99,
-111,109,112,108,101,116,101,32,68,114,105,118,101,115,32,97,110,100,32,79,
-116,104,101,114,115,58,0,85,110,117,115,97,98,108,101,32,65,114,114,97,
-121,115,58,0,69,120,112,111,114,116,97,98,108,101,32,85,110,105,116,115,
-58,0,65,118,97,105,108,97,98,108,101,32,100,114,105,118,101,115,58,0,
-32,0,32,83,108,111,116,58,32,0,200,2,0,0,87,86,50,192,162,176,
-18,162,177,18,191,25,77,190,176,18,14,7,30,185,255,255,51,192,242,174,
-247,209,43,249,135,254,30,6,31,7,209,233,243,165,19,201,243,164,31,139,
-94,4,30,139,251,190,176,18,7,30,185,255,255,242,174,247,209,43,249,81,
-135,254,30,6,31,7,185,255,255,242,174,79,89,209,233,243,165,19,201,243,
-164,31,184,176,18,139,248,30,7,185,255,255,51,192,242,174,247,209,73,139,
-217,129,195,177,18,136,7,232,8,8,94,95,201,195,50,192,162,176,18,162,
-177,18,232,159,3,232,246,7,11,192,116,4,184,1,0,195,139,30,23,18,
-128,191,141,4,2,116,94,50,192,162,176,18,162,177,18,232,143,207,139,30,
-23,18,128,191,141,4,0,117,18,50,192,162,176,18,162,177,18,232,96,0,
-232,191,7,11,192,117,201,50,192,162,176,18,162,177,18,232,20,1,232,173,
-7,11,192,117,183,50,192,162,176,18,162,177,18,232,194,1,232,155,7,11,
-192,117,165,50,192,162,176,18,162,177,18,232,118,2,232,137,7,11,192,117,
-147,195,139,30,23,18,128,191,143,4,0,117,4,184,109,0,195,176,36,246,
-167,143,4,195,139,30,23,18,42,228,138,135,144,4,195,144,200,8,0,0,
-87,86,199,70,248,1,0,161,23,18,5,77,3,137,70,254,199,70,250,0,
-0,233,136,0,131,126,248,0,116,83,198,6,176,18,32,198,6,177,18,0,
-191,158,77,190,178,18,14,7,30,185,255,255,51,192,242,174,247,209,43,249,
-135,254,30,6,31,7,209,233,243,165,19,201,243,164,31,137,70,248,184,178,
-18,139,248,30,7,185,255,255,51,192,242,174,247,209,73,139,217,129,195,179,
-18,198,7,32,67,136,7,141,71,1,137,70,252,255,118,254,106,0,255,118,
-252,232,254,235,131,196,6,139,94,252,128,63,0,116,18,139,251,30,7,185,
-255,255,51,192,242,174,247,209,1,78,252,235,230,255,70,250,131,70,254,19,
-131,126,250,16,115,23,139,94,254,128,63,3,116,235,128,63,1,116,230,246,
-7,128,117,3,233,93,255,235,220,94,95,201,195,144,200,4,0,0,87,86,
-139,30,23,18,131,191,67,3,0,117,3,233,167,0,198,6,176,18,32,198,
-6,177,18,0,191,140,77,190,178,18,14,7,30,185,255,255,51,192,242,174,
-247,209,43,249,135,254,30,6,31,7,209,233,243,165,19,201,243,164,31,184,
-178,18,139,248,30,7,185,255,255,51,192,242,174,247,209,73,139,217,129,195,
-179,18,198,7,32,67,136,7,141,71,1,137,70,252,139,30,23,18,139,135,
-15,2,235,6,139,94,254,139,71,2,137,70,254,11,192,116,55,139,216,246,
-71,9,1,116,235,139,30,23,18,138,135,142,4,80,255,118,254,255,118,252,
-232,85,234,131,196,6,139,94,252,128,63,0,116,206,139,251,30,7,185,255,
-255,51,192,242,174,247,209,1,78,252,235,230,255,70,252,139,94,252,198,7,
-0,94,95,201,195,144,200,6,0,0,87,86,199,70,250,1,0,139,30,23,
-18,139,135,15,2,235,6,139,94,254,139,71,2,137,70,254,11,192,117,3,
-233,147,0,139,216,246,71,9,1,117,232,131,126,250,0,116,83,198,6,176,
-18,32,198,6,177,18,0,191,123,77,190,178,18,14,7,30,185,255,255,51,
-192,242,174,247,209,43,249,135,254,30,6,31,7,209,233,243,165,19,201,243,
-164,31,137,70,250,184,178,18,139,248,30,7,185,255,255,51,192,242,174,247,
-209,73,139,217,129,195,179,18,198,7,32,67,136,7,141,71,1,137,70,252,
-139,30,23,18,138,135,142,4,80,255,118,254,255,118,252,232,146,233,131,196,
-6,139,94,252,128,63,0,117,3,233,111,255,139,251,30,7,185,255,255,51,
-192,242,174,247,209,1,78,252,235,227,255,70,252,139,94,252,198,7,0,94,
-95,201,195,144,200,8,0,0,87,86,199,70,248,1,0,161,23,18,5,77,
-3,137,70,254,199,70,250,0,0,235,7,255,70,250,131,70,254,19,131,126,
-250,16,114,3,233,140,0,139,94,254,246,7,128,116,232,131,126,248,0,116,
-83,198,6,176,18,32,198,6,177,18,0,191,93,77,190,178,18,14,7,30,
-185,255,255,51,192,242,174,247,209,43,249,135,254,30,6,31,7,209,233,243,
-165,19,201,243,164,31,137,70,248,184,178,18,139,248,30,7,185,255,255,51,
-192,242,174,247,209,73,139,217,129,195,179,18,198,7,32,67,136,7,141,71,
-1,137,70,252,255,118,254,106,0,255,118,252,232,155,233,131,196,6,139,94,
-252,128,63,0,117,3,233,118,255,139,251,30,7,185,255,255,51,192,242,174,
-247,209,1,78,252,235,227,94,95,201,195,144,200,2,0,0,87,86,191,14,
-77,190,176,18,14,7,30,185,255,255,51,192,242,174,247,209,43,249,135,254,
-30,6,31,7,209,233,243,165,19,201,243,164,31,191,255,76,190,176,18,14,
-7,30,185,255,255,242,174,247,209,43,249,139,217,135,254,30,6,31,7,185,
-255,255,242,174,79,139,203,209,233,243,165,19,201,243,164,31,80,139,30,23,
-18,255,183,67,3,184,176,18,139,208,139,248,30,7,185,255,255,51,192,242,
-174,247,209,73,3,202,30,81,232,54,191,131,196,8,184,176,18,139,208,139,
-248,30,7,185,255,255,51,192,242,174,247,209,73,3,202,137,78,254,139,217,
-30,30,191,234,76,139,241,14,7,31,185,255,255,242,174,247,209,43,249,81,
-135,254,30,6,31,7,185,255,255,242,174,79,89,209,233,243,165,19,201,243,
-164,31,80,139,54,23,18,255,180,65,3,139,251,30,7,185,255,255,242,174,
-247,209,73,3,203,30,81,232,211,190,131,196,8,139,70,254,139,248,30,7,
-185,255,255,51,192,242,174,247,209,73,1,78,254,139,94,254,30,30,191,219,
-76,139,243,14,7,31,185,255,255,242,174,247,209,43,249,81,135,254,30,6,
-31,7,185,255,255,242,174,79,89,209,233,243,165,19,201,243,164,31,80,139,
-54,23,18,255,180,73,3,139,251,30,7,185,255,255,242,174,247,209,73,3,
-203,30,81,232,115,190,131,196,8,139,70,254,139,248,30,7,185,255,255,51,
-192,242,174,247,209,73,1,78,254,139,94,254,30,30,191,201,76,139,243,14,
-7,31,185,255,255,242,174,247,209,43,249,81,135,254,30,6,31,7,185,255,
-255,242,174,79,89,209,233,243,165,19,201,243,164,31,80,139,54,23,18,255,
-180,69,3,139,251,30,7,185,255,255,242,174,247,209,73,3,203,30,81,232,
-19,190,131,196,8,139,70,254,139,248,30,7,185,255,255,51,192,242,174,247,
-209,65,1,78,254,139,94,254,136,7,94,95,201,195,0,0,0,0,0,0,
-0,0,102,82,102,80,102,83,102,51,210,102,187,255,0,0,0,102,247,243,
-102,51,210,102,187,63,0,0,0,102,247,243,139,200,102,61,255,3,0,0,
-118,3,185,255,3,102,91,102,88,102,90,178,255,182,63,195,83,38,129,191,
-254,1,85,170,117,68,129,195,190,1,180,4,128,252,0,116,57,38,138,7,
-60,128,116,7,131,195,16,254,204,235,237,38,138,87,5,128,250,0,116,34,
-254,194,38,138,119,6,128,230,63,128,254,0,116,20,128,250,0,117,6,138,
-230,176,0,235,10,180,0,138,198,246,226,248,235,1,249,91,195,102,80,102,
-83,30,6,86,81,82,232,0,192,137,132,203,6,30,7,187,0,4,3,222,
-102,184,0,0,0,0,46,138,117,24,178,2,51,201,177,1,232,99,181,114,
-52,232,128,255,114,47,102,15,183,216,102,82,102,46,139,69,20,102,11,192,
-117,19,102,51,210,102,46,139,69,16,102,247,243,102,61,255,3,0,0,118,
-3,184,255,3,102,90,139,200,131,196,4,235,2,90,89,94,7,31,102,91,
-102,88,51,192,46,137,13,46,136,85,2,46,137,69,3,46,137,69,5,46,
-136,69,7,46,136,69,8,128,250,8,118,5,46,128,77,8,8,46,137,69,
-9,46,136,69,11,46,137,69,12,46,136,117,14,46,136,69,15,195,102,83,
-102,81,82,102,87,30,6,30,7,139,54,21,18,137,54,23,18,6,232,157,
-213,7,38,139,52,131,254,255,117,239,232,83,197,51,246,86,139,54,19,18,
-131,254,255,15,132,22,1,94,190,187,21,46,15,182,14,156,0,46,128,62,
-60,0,1,117,19,131,249,2,124,14,191,65,0,51,210,139,193,247,231,131,
-232,40,3,240,184,199,1,247,225,3,240,46,137,54,160,83,51,192,129,254,
-225,23,126,32,185,6,25,191,225,23,43,207,139,249,3,254,190,5,25,253,
-30,6,140,200,142,216,142,192,243,164,7,31,252,71,139,199,80,189,2,0,
-232,203,8,191,187,21,139,54,19,18,185,199,1,51,192,6,14,7,87,243,
-170,95,7,38,139,84,14,46,137,85,9,38,139,84,12,46,137,85,7,38,
-139,84,10,46,137,85,5,38,139,84,6,46,137,21,38,138,84,16,46,136,
-85,2,38,138,84,17,46,136,85,3,38,138,84,18,46,136,85,11,86,129,
-198,15,2,38,139,52,38,139,92,9,15,186,227,0,115,62,102,38,139,68,
-16,102,38,139,84,12,38,138,124,8,87,80,46,138,69,12,180,26,246,228,
-131,199,13,3,248,88,46,136,125,24,102,46,137,69,16,102,46,137,85,20,
-46,254,6,155,0,232,182,253,88,80,232,56,254,95,46,254,69,12,38,139,
-116,2,11,246,117,176,94,129,199,199,1,38,139,116,4,131,254,255,15,133,
-84,255,232,175,0,184,0,1,46,128,62,155,0,0,116,11,38,128,62,212,
-15,0,116,3,131,200,32,93,7,31,102,95,90,102,89,102,91,11,237,116,
-4,131,196,2,85,195,81,86,87,6,30,7,190,176,18,139,12,227,111,232,
-16,14,50,210,179,7,232,113,12,254,198,128,254,24,124,67,254,6,14,50,
-128,62,14,50,23,117,36,176,1,162,14,50,232,97,248,11,192,116,24,50,
-210,232,215,13,191,103,104,232,71,205,232,143,184,61,51,4,116,47,61,0,
-122,116,42,96,104,128,36,104,0,5,106,7,106,1,232,230,185,131,196,8,
-97,254,206,136,54,13,50,232,169,13,232,218,208,3,240,38,128,124,1,0,
-116,8,70,235,155,184,1,0,235,2,51,192,7,95,94,89,195,0,0,0,
-96,46,15,182,14,156,0,131,249,2,15,140,173,0,46,128,62,60,0,1,
-15,133,163,0,190,28,0,189,187,21,46,137,108,30,129,197,199,1,46,15,
-182,68,5,177,3,211,192,139,208,30,6,140,200,142,216,142,192,139,198,46,
-15,182,14,156,0,73,81,139,202,139,240,46,137,124,6,139,199,190,28,0,
-243,165,46,137,109,254,129,197,199,1,89,226,229,7,31,139,240,46,199,68,
-6,0,0,190,28,0,189,187,21,6,14,7,87,191,96,0,232,70,0,129,
-197,199,1,191,83,0,176,190,170,139,198,171,46,139,116,6,186,79,21,14,
-89,95,46,137,124,16,232,40,0,129,197,199,1,46,137,124,22,176,190,170,
-139,198,171,176,234,170,139,194,171,139,193,171,46,139,116,6,11,246,117,218,
-7,190,28,0,232,21,190,97,195,80,86,81,6,30,190,182,87,140,201,142,
-217,142,193,185,5,0,243,164,31,30,46,138,70,11,4,48,46,136,5,71,
-190,187,87,140,201,142,217,142,193,185,17,0,243,164,50,192,46,136,5,71,
-31,7,89,94,88,195,83,108,111,116,32,32,51,119,97,114,101,32,99,111,
-110,116,114,111,108,108,101,114,0,0,0,0,102,80,82,87,86,191,20,20,
-139,22,190,15,232,69,188,102,46,137,5,102,184,0,8,0,0,102,46,137,
-69,4,140,200,102,15,183,192,102,193,224,4,102,5,4,20,0,0,232,22,
-0,139,54,25,18,137,54,23,18,139,84,12,102,239,232,115,9,94,95,90,
-102,88,195,190,0,20,139,62,182,15,131,239,4,185,7,0,6,30,30,7,
-14,31,243,102,165,31,7,139,22,182,15,232,238,187,195,85,139,236,102,80,
-82,86,87,102,51,192,139,70,8,102,193,224,4,191,20,20,102,46,137,5,
-139,70,6,5,255,1,37,0,254,46,137,69,4,191,4,20,139,70,4,191,
-4,20,46,136,69,7,139,70,6,191,4,20,46,137,69,8,51,192,46,137,
-69,4,140,200,102,15,183,192,102,193,224,4,102,5,4,20,0,0,232,138,
-255,139,54,25,18,137,54,23,18,139,84,12,102,239,232,231,8,95,94,90,
-102,88,93,195,102,83,102,81,82,85,232,201,9,102,37,0,64,0,0,117,
-245,232,219,9,248,46,139,77,150,227,0,93,90,102,89,102,91,195,0,0,
-0,0,85,139,236,102,80,139,70,6,83,30,142,216,102,15,183,192,102,193,
-224,16,139,94,4,139,7,31,102,46,163,198,88,91,102,88,255,118,8,46,
-255,30,198,88,131,196,2,93,195,0,200,2,0,0,199,70,254,1,0,196,
-94,6,38,131,63,0,116,10,255,118,4,38,255,23,91,137,70,254,131,126,
-254,0,116,18,255,118,8,255,118,6,139,94,4,255,119,6,232,65,0,131,
-196,6,196,94,6,38,131,127,12,0,116,8,255,118,4,38,255,87,12,91,
-139,94,4,131,127,2,0,116,15,255,118,8,255,118,6,255,119,2,232,165,
-255,131,196,6,196,94,6,38,131,127,6,0,116,8,255,118,4,38,255,87,
-6,91,201,195,85,139,236,196,94,6,38,131,127,2,0,116,8,255,118,4,
-38,255,87,2,91,139,94,4,131,127,9,0,116,35,246,71,7,128,116,14,
-255,118,8,255,118,6,255,119,9,232,62,0,235,12,255,118,8,255,118,6,
-255,119,9,232,194,255,131,196,6,139,94,4,131,127,11,0,116,15,255,118,
-8,255,118,6,255,119,11,232,170,255,131,196,6,196,94,6,38,131,127,8,
-0,116,8,255,118,4,38,255,87,8,91,201,195,144,85,139,236,196,94,6,
-38,131,127,4,0,116,8,255,118,4,38,255,87,4,91,139,94,4,131,63,
-0,116,13,255,118,8,255,118,6,255,55,232,216,255,139,229,196,94,6,38,
-131,127,10,0,116,8,255,118,4,38,255,87,10,91,201,195,85,139,236,139,
-94,4,246,71,7,128,116,28,131,127,9,0,116,15,255,119,9,232,86,1,
-91,139,94,4,199,71,9,0,0,139,94,4,128,103,7,127,201,195,0,0,
-24,90,0,0,106,91,120,91,0,0,0,0,85,139,236,14,104,66,90,255,
-118,4,232,3,0,201,195,144,200,2,0,0,199,70,254,1,0,196,94,6,
-38,131,63,0,116,10,255,118,4,38,255,23,91,137,70,254,131,126,254,0,
-116,18,255,118,8,255,118,6,139,94,4,255,119,6,232,219,254,131,196,6,
-196,94,6,38,131,127,6,0,116,8,255,118,4,38,255,87,6,91,201,195,
-200,4,0,0,87,86,184,0,192,43,6,157,18,137,70,254,139,30,157,18,
-139,200,51,192,139,251,30,7,209,233,243,171,115,1,170,139,70,254,185,3,
-0,43,210,247,241,80,106,50,139,22,157,18,137,22,249,49,82,139,240,232,
-174,0,131,196,6,1,54,157,18,161,157,18,163,251,49,86,106,13,80,232,
-154,0,131,196,6,1,54,157,18,161,157,18,163,253,49,86,106,4,80,232,
-134,0,131,196,6,94,95,201,195,144,200,2,0,0,255,118,4,161,249,49,
-137,70,254,80,232,171,0,163,249,49,139,70,254,201,195,144,200,2,0,0,
-255,118,4,161,251,49,137,70,254,80,232,145,0,163,251,49,139,94,254,199,
-71,11,0,0,139,195,201,195,200,2,0,0,255,118,4,161,253,49,137,70,
-254,80,232,113,0,163,253,49,139,70,254,201,195,144,85,139,236,255,118,4,
-104,249,49,232,146,0,201,195,85,139,236,255,118,4,104,251,49,232,132,0,
-201,195,85,139,236,255,118,4,104,253,49,232,118,0,201,195,200,4,0,0,
-139,70,6,3,192,43,70,8,247,216,3,70,4,137,70,254,139,70,4,137,
-70,252,235,16,139,70,252,139,216,3,70,6,137,7,139,70,6,1,70,252,
-139,70,254,57,70,252,114,232,139,94,252,199,7,0,0,201,195,144,200,6,
-0,0,139,70,4,137,70,252,199,70,254,0,0,235,11,139,94,252,139,7,
-137,70,252,255,70,254,139,70,6,72,59,70,254,119,236,139,94,252,139,7,
-137,70,250,199,7,0,0,139,70,250,201,195,200,4,0,0,139,94,4,139,
-7,137,70,254,131,126,6,0,116,21,139,70,6,137,7,235,2,139,7,139,
-216,131,63,0,117,247,139,70,254,137,7,201,195,144,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,160,0,0,0,0,36,80,77,77,0,0,
-0,0,6,86,46,199,6,74,92,76,93,46,199,6,76,92,22,94,141,6,
-70,92,80,232,29,0,114,21,131,196,2,94,7,46,199,6,74,92,243,92,
-46,199,6,76,92,243,93,235,5,131,196,2,94,7,195,85,139,236,102,80,
-83,81,87,187,0,224,142,195,51,246,139,126,4,102,46,139,5,102,38,57,
-4,117,37,38,128,124,4,1,117,30,86,185,16,0,51,192,38,2,4,70,
-226,250,94,60,0,117,13,46,140,6,66,92,46,137,54,68,92,248,235,13,
-70,131,254,16,114,200,67,131,251,255,117,190,249,95,89,91,102,88,93,195,
-46,255,22,74,92,195,85,139,236,139,70,4,46,255,22,74,92,87,139,126,
-6,6,143,5,95,93,195,193,224,9,80,232,13,0,114,6,131,196,2,248,
-235,4,131,196,2,249,195,85,139,236,86,46,142,6,66,92,46,139,54,68,
-92,106,1,106,255,106,255,139,70,4,193,232,3,106,0,80,106,0,38,255,
-92,7,131,196,12,131,250,0,117,5,131,248,0,116,17,80,82,193,232,4,
-193,226,12,3,208,142,194,90,88,248,235,1,249,94,93,195,14,7,232,1,
-0,195,81,87,30,80,184,64,0,142,216,191,19,0,139,5,131,232,2,193,
-224,6,46,163,64,92,88,31,80,193,224,6,46,41,6,64,92,88,193,224,
-9,139,200,184,0,112,46,131,62,140,21,0,116,19,46,57,6,140,21,117,
-12,81,46,139,14,134,21,193,233,3,3,193,89,80,81,142,192,51,255,51,
-192,252,243,175,89,116,36,81,184,255,255,51,255,252,243,175,89,116,24,88,
-131,192,4,61,0,112,116,12,46,59,6,64,92,117,187,184,0,16,235,182,
-249,235,4,139,209,7,248,95,89,195,46,255,22,76,92,195,85,139,236,80,
-82,30,139,70,8,142,216,139,70,4,139,86,6,46,255,22,76,92,31,90,
-88,93,195,6,86,46,142,6,66,92,46,139,54,68,92,82,80,106,2,38,
-255,92,7,131,196,6,131,250,0,117,3,248,235,1,249,94,7,195,81,87,
-6,30,7,51,255,139,202,243,171,248,7,95,89,195,6,86,87,83,81,82,
-30,184,64,0,142,216,187,19,0,139,7,193,224,6,80,180,193,248,205,21,
-88,114,16,187,14,0,139,15,139,209,131,225,63,117,4,59,194,116,47,139,
-221,193,227,6,43,195,142,192,51,255,139,221,193,227,9,139,203,51,192,252,
-243,171,51,255,38,137,45,187,19,0,41,47,46,199,6,150,0,0,0,46,
-140,6,148,0,235,88,46,198,6,152,0,1,140,192,142,216,51,246,51,255,
-139,221,193,227,6,43,195,51,201,142,192,138,12,193,225,9,252,243,165,139,
-205,193,225,9,51,192,252,243,171,106,64,31,187,19,0,41,47,140,192,187,
-14,0,137,7,51,255,38,139,29,139,203,193,225,10,3,221,38,137,29,3,
-249,38,137,45,46,137,14,150,0,46,140,6,148,0,31,90,89,91,95,94,
-7,195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,16,16,0,
-29,0,0,0,2,16,16,0,29,0,0,0,3,16,32,0,30,0,0,0,
-255,255,255,0,255,255,255,255,85,87,51,201,137,14,25,18,136,14,27,18,
-46,138,62,138,21,46,138,30,139,21,191,2,0,232,6,2,191,240,94,46,
-59,5,116,18,131,199,8,46,131,61,255,117,242,191,133,104,232,126,196,233,
-61,1,137,62,197,17,232,109,1,131,224,254,131,192,40,139,208,237,11,192,
-15,133,39,1,139,46,21,18,139,241,191,240,94,137,62,197,17,139,62,197,
-17,46,139,61,232,19,1,128,252,0,116,20,131,6,197,17,8,51,246,139,
-62,197,17,46,131,61,255,117,224,233,226,0,232,43,1,169,1,0,15,132,
-212,0,131,224,254,80,82,131,192,40,139,208,237,11,192,90,88,15,133,193,
-0,62,136,126,16,62,136,94,17,46,58,62,138,21,117,11,46,58,30,139,
-21,117,4,137,46,25,18,232,208,0,232,7,1,62,136,70,18,140,200,62,
-137,70,31,62,199,70,29,64,37,87,81,139,62,197,17,46,139,5,62,137,
-70,26,62,138,126,16,62,138,94,17,191,4,0,232,62,1,169,4,0,117,
-14,62,138,126,16,62,138,94,17,131,200,4,232,54,1,86,139,245,137,46,
-23,18,232,230,1,139,62,197,17,102,82,102,46,139,85,4,232,0,2,102,
-90,115,35,62,138,126,16,46,58,62,138,21,117,57,62,138,94,17,46,58,
-30,139,21,117,46,191,97,102,232,130,195,51,201,94,89,95,235,61,80,87,
-82,62,139,86,6,131,194,40,191,161,0,131,199,14,46,139,5,239,90,95,
-88,254,6,27,18,129,197,151,4,137,44,94,89,95,70,233,251,254,15,182,
-14,27,18,227,14,137,46,157,18,129,237,151,4,62,199,70,0,255,255,95,
-93,195,81,82,180,177,176,2,139,207,186,193,19,205,26,90,89,195,139,208,
-62,137,70,6,139,216,62,137,70,8,131,192,12,62,137,70,14,139,195,131,
-192,8,62,137,70,12,131,195,4,62,137,94,10,195,139,62,197,17,46,139,
-125,2,87,131,199,2,232,105,0,139,208,95,232,99,0,195,87,30,6,83,
-161,190,15,46,163,46,97,140,216,46,163,48,97,184,0,240,142,216,180,177,
-176,14,187,0,0,14,7,191,44,97,205,26,114,45,46,139,30,44,97,46,
-161,48,97,142,216,46,139,62,46,97,62,138,70,16,62,138,102,17,128,228,
-248,57,5,116,11,131,199,16,131,235,16,117,244,249,235,3,138,69,14,115,
-2,176,255,91,7,31,95,195,0,2,0,0,0,0,81,180,177,176,9,205,
-26,139,193,89,195,81,139,200,180,177,176,12,205,26,89,195,232,32,0,81,
-6,30,7,129,239,128,0,185,32,0,102,51,192,243,102,171,7,89,198,69,
-252,128,139,215,232,189,178,232,239,0,195,102,80,102,83,102,81,232,2,1,
-102,37,0,32,0,0,116,245,248,102,89,102,91,102,88,195,102,83,102,81,
-82,85,86,232,201,173,102,185,53,3,0,0,232,223,0,232,204,173,115,56,
-160,200,15,60,16,124,28,186,9,18,187,70,23,176,1,180,112,185,2,0,
-190,225,108,232,121,174,232,83,173,232,153,174,249,235,38,191,206,105,232,252,
-193,232,46,194,191,247,105,232,243,193,232,59,173,249,235,17,102,37,0,64,
-0,0,117,184,232,180,0,248,139,77,150,227,10,156,139,46,23,18,62,255,
-94,29,157,94,93,90,102,89,102,91,195,102,80,82,86,139,54,23,18,102,
-184,0,0,219,0,232,52,0,232,107,0,102,37,0,64,0,0,117,7,139,
-84,14,102,237,235,238,94,90,102,88,195,102,80,87,232,23,189,139,62,190,
-15,102,59,85,4,116,3,249,235,6,198,6,212,15,1,248,95,102,88,195,
-86,139,54,23,18,131,124,6,0,116,9,82,139,84,8,102,239,90,94,195,
-139,116,8,102,100,137,4,94,195,86,139,54,23,18,131,124,6,0,116,9,
-82,139,84,12,102,239,90,94,195,139,116,12,102,100,137,4,94,195,86,139,
-54,23,18,131,124,6,0,116,9,82,139,84,10,102,237,90,94,195,139,116,
-10,102,100,139,4,94,195,86,139,54,23,18,131,124,6,0,116,9,82,139,
-84,14,102,237,90,94,195,139,116,14,102,100,139,4,94,195,85,51,237,38,
-138,2,60,0,116,6,232,69,1,69,235,243,93,195,96,51,237,232,131,1,
-38,138,2,60,0,116,8,232,94,1,69,254,194,235,241,97,195,82,232,125,
-1,254,198,178,0,232,103,1,90,195,128,252,0,116,10,81,15,182,204,232,
-16,1,226,251,89,195,87,102,86,85,83,81,102,82,51,201,65,102,51,210,
-102,190,10,0,0,0,102,247,246,102,80,138,194,232,179,0,102,88,83,102,
-131,248,0,117,227,139,236,139,217,138,86,1,38,136,21,131,197,2,71,226,
-244,38,199,5,0,0,3,227,3,227,139,195,102,90,89,91,93,102,94,95,
-195,139,216,83,102,193,232,16,232,5,0,88,232,1,0,195,80,138,196,232,
-5,0,88,232,1,0,195,83,232,104,0,83,138,195,232,157,0,91,138,199,
-232,151,0,91,195,80,81,82,50,246,178,100,60,0,117,13,128,251,1,117,
-6,232,63,0,232,60,0,235,49,50,228,246,242,10,192,116,2,182,1,10,
-246,116,7,4,48,232,106,0,235,8,128,251,1,117,3,232,29,0,138,204,
-138,194,50,228,178,10,246,242,60,1,138,208,138,193,116,2,235,207,4,48,
-232,71,0,90,89,88,195,80,176,32,232,61,0,88,195,232,9,0,138,251,
-192,232,4,232,1,0,195,80,36,15,138,216,60,10,125,5,128,195,48,88,
-195,128,235,10,128,195,65,88,195,0,0,0,0,0,0,0,184,0,1,185,
-32,32,205,16,195,184,0,1,185,7,6,205,16,195,82,232,84,0,60,13,
-117,7,178,0,232,60,0,90,195,60,10,117,12,128,254,24,115,5,254,198,
-232,44,0,90,195,90,80,83,30,42,255,180,14,205,16,31,91,88,195,195,
-80,83,81,82,185,1,0,42,255,180,9,232,105,1,232,25,0,254,194,232,
-5,0,90,89,91,88,195,80,83,81,30,42,255,180,2,205,16,31,89,91,
-88,195,80,83,81,42,255,180,3,205,16,89,91,88,195,180,15,205,16,136,
-62,241,49,180,7,232,59,0,198,6,234,17,0,195,195,80,83,81,82,138,
-223,176,32,138,250,138,215,232,193,255,232,163,255,254,194,56,202,118,244,254,
-198,56,238,118,236,90,89,91,88,195,181,24,177,79,51,210,138,252,232,210,
-255,51,210,232,157,255,195,136,38,240,49,195,80,83,81,82,86,30,85,30,
-46,255,54,140,21,31,190,235,108,128,62,3,0,0,116,3,190,247,108,10,
-192,116,20,190,241,108,128,62,3,0,0,116,3,190,253,108,60,2,117,3,
-190,3,109,31,232,96,255,46,138,4,83,138,220,232,60,255,91,42,237,138,
-203,254,201,42,202,139,233,46,138,68,4,83,138,220,232,39,255,226,251,46,
-138,68,1,232,30,255,91,138,207,42,206,254,201,46,138,68,5,138,250,254,
-198,138,215,232,37,255,83,138,220,232,4,255,91,138,211,232,25,255,83,138,
-220,232,248,254,91,226,228,254,198,138,215,46,138,68,2,232,5,255,138,220,
-232,229,254,139,205,46,138,68,4,232,220,254,226,251,46,138,68,3,232,211,
-254,93,31,94,90,89,91,88,195,96,6,30,6,31,180,31,232,47,255,140,
-200,142,232,142,192,185,2,0,141,54,9,109,232,4,0,31,7,97,195,83,
-81,82,86,81,101,138,52,101,138,84,1,101,138,92,4,86,101,139,116,2,
-232,39,253,94,131,198,5,89,226,229,94,90,89,91,195,30,80,46,161,140,
-21,142,216,88,128,62,3,0,1,116,4,205,16,235,0,31,195,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,51,
-119,97,114,101,32,66,73,79,83,32,109,97,110,97,103,101,114,32,73,110,
-105,116,105,97,108,105,122,105,110,103,32,85,110,105,116,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,0,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,69,115,99,32,67,97,110,99,101,108,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,
-0,84,104,101,32,102,105,114,109,119,97,114,101,32,105,115,32,105,110,99,
-111,109,112,97,116,105,98,108,101,32,119,105,116,104,32,66,73,79,83,46,
-13,10,0,0,51,119,97,114,101,32,66,73,79,83,32,105,110,115,116,97,
-108,108,101,100,32,115,117,99,99,101,115,115,102,117,108,108,121,0,0,51,
-119,97,114,101,32,66,73,79,83,32,110,111,116,32,105,110,115,116,97,108,
-108,101,100,0,0,13,10,0,13,10,87,65,82,78,73,78,71,58,32,51,
-119,97,114,101,32,71,105,103,97,80,97,116,104,32,67,111,110,116,114,111,
-108,108,101,114,32,110,111,116,32,102,111,117,110,100,13,10,0,0,32,32,
-68,114,105,118,101,32,0,0,32,32,85,110,105,116,32,0,0,32,32,99,
-97,112,97,99,105,116,121,32,0,0,32,98,108,111,99,107,115,46,0,0,
-78,117,109,98,101,114,32,111,102,32,117,110,105,116,115,32,102,111,117,110,
-100,58,32,0,0,32,82,65,73,68,32,48,32,0,0,32,82,65,73,68,
-32,49,32,0,0,32,77,105,114,114,111,114,32,0,0,32,82,65,73,68,
-32,49,48,0,0,32,82,65,73,68,32,53,32,0,0,32,82,65,73,68,
-32,53,48,0,0,0,65,103,1,75,103,2,85,103,7,95,103,5,105,103,
-80,115,103,11,253,104,82,115,103,83,115,103,84,115,103,255,0,0,14,23,
-22,106,112,14,29,50,106,126,87,97,105,116,105,110,103,32,102,111,114,32,
-51,119,97,114,101,32,67,111,110,116,114,111,108,108,101,114,32,116,111,32,
-73,110,105,116,105,97,108,105,122,101,46,46,46,0,0,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,0,0,79,112,101,114,97,116,105,111,
-110,32,109,101,109,111,114,121,32,97,108,108,111,99,97,116,105,111,110,32,
-102,97,105,108,46,0,0,236,236,236,32,80,114,101,115,115,32,60,65,108,
-116,45,51,62,32,116,111,32,97,99,99,101,115,115,32,51,119,97,114,101,
-32,66,73,79,83,32,77,97,110,97,103,101,114,32,236,236,236,0,0,80,
-114,101,115,115,32,97,110,121,32,107,101,121,32,116,111,32,99,111,110,116,
-105,110,117,101,46,46,46,0,0,84,104,101,32,100,101,118,105,99,101,32,
-73,68,32,105,115,32,110,111,116,32,115,117,112,112,111,114,116,101,100,44,
-32,112,108,101,97,115,101,32,110,111,116,105,102,121,32,66,73,79,83,32,
-103,114,111,117,112,46,13,10,0,0,82,69,67,79,86,69,82,73,78,71,
-0,0,32,32,32,45,32,0,0,32,100,114,105,118,101,32,0,0,73,110,
-99,111,109,112,108,101,116,101,0,0,72,111,116,32,83,112,97,114,101,32,
-32,32,32,32,32,32,32,0,0,83,105,110,103,108,101,32,68,105,115,107,
-32,0,0,32,32,32,32,74,66,79,68,32,32,32,32,0,0,32,32,32,
-32,32,32,32,32,32,32,32,32,0,0,32,32,32,32,32,32,32,32,32,
-32,32,32,0,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,0,0,67,111,110,102,105,103,117,114,101,100,32,68,105,115,107,32,
-40,111,102,102,108,105,110,101,41,0,0,32,0,0,32,0,0,85,110,99,
-111,110,118,101,114,116,101,100,32,68,67,66,0,0,85,110,115,117,112,112,
-111,114,116,101,100,32,68,67,66,0,0,68,67,66,32,100,97,116,97,32,
-99,104,101,99,107,0,0,68,67,66,32,114,101,97,100,32,102,97,105,108,
-117,114,101,0,0,68,67,66,32,114,101,97,100,32,116,105,109,101,111,117,
-116,0,0,78,111,116,32,115,117,112,112,111,114,116,101,100,0,0,84,104,
-101,114,101,32,105,115,32,110,111,32,114,101,115,112,111,110,115,101,32,102,
-114,111,109,32,116,104,101,32,102,105,114,109,119,97,114,101,46,0,0,80,
-108,101,97,115,101,32,104,105,116,32,97,32,107,101,121,32,116,111,32,99,
-111,110,116,105,110,117,101,46,0,0,80,114,101,115,115,32,97,110,121,32,
-107,101,121,32,116,111,32,99,111,110,116,105,110,117,101,46,0,0,97,110,
-121,32,107,101,121,0,0,45,32,0,0,80,111,114,116,32,0,0,32,32,
-80,111,114,116,32,0,0,85,110,105,116,32,0,0,32,32,0,0,32,32,
-32,32,32,32,32,32,32,32,0,0,32,83,117,98,117,110,105,116,32,32,
-0,0,70,111,108,108,111,119,105,110,103,32,100,114,105,118,101,115,32,119,
-105,108,108,32,110,111,116,32,98,101,32,101,120,112,111,114,116,101,100,32,
-116,111,32,79,83,58,0,0,83,108,111,116,32,35,58,32,0,0,32,73,
-110,111,112,101,114,97,98,108,101,32,65,114,114,97,121,32,45,32,84,111,
-111,32,109,97,110,121,32,109,105,115,115,105,110,103,32,100,114,105,118,101,
-115,32,0,0,84,104,101,114,101,32,105,115,32,97,32,109,105,115,99,111,
-109,112,97,114,101,32,101,114,114,111,114,46,0,0,84,104,101,32,117,110,
-105,116,32,104,97,115,32,73,47,79,32,101,114,114,111,114,46,0,0,67,
-111,114,114,101,99,116,101,100,32,32,32,32,32,101,114,114,111,114,115,46,
-0,0,84,104,101,114,101,32,119,101,114,101,32,110,111,32,109,105,115,99,
-111,109,112,97,114,101,115,46,0,0,82,69,66,85,73,76,68,73,78,71,
-32,40,97,102,116,101,114,32,70,56,41,0,0,82,69,66,85,73,76,68,
-73,78,71,0,0,77,105,115,115,105,110,103,32,100,114,105,118,101,115,0,
-0,86,69,82,73,70,89,73,78,71,0,0,68,69,71,82,65,68,69,68,
-0,0,78,111,116,32,105,110,32,85,115,101,0,0,82,101,98,117,105,108,
-100,32,105,110,116,111,0,0,73,78,73,84,32,65,82,82,65,89,32,40,
-97,102,116,101,114,32,70,56,41,0,0,73,78,73,84,32,65,82,82,65,
-89,0,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,0,0,73,78,67,79,77,80,76,69,84,69,0,0,32,
-32,78,47,65,32,32,0,0,32,79,82,80,72,65,78,32,32,32,32,32,
-32,32,32,32,32,32,32,32,74,66,79,68,32,32,32,78,79,32,68,82,
-73,86,69,32,86,101,114,105,102,121,32,85,110,105,116,32,0,0,80,101,
-114,99,101,110,116,97,103,101,32,100,111,110,101,32,58,32,32,32,32,37,
-0,0,32,0,0,32,32,32,0,0,68,111,32,121,111,117,32,119,97,110,
-116,32,116,111,32,115,97,118,101,32,99,111,110,102,105,103,117,114,97,116,
-105,111,110,0,0,97,110,100,32,101,120,105,116,63,32,91,89,47,78,93,
-32,0,0,89,111,117,32,109,97,100,101,32,99,104,97,110,103,101,32,116,
-111,32,97,114,114,97,121,32,97,116,116,114,105,98,117,116,101,44,32,117,
-110,105,116,32,115,101,113,117,101,110,99,101,44,0,0,97,110,100,47,111,
-114,32,99,111,110,116,114,111,108,108,101,114,32,112,111,108,105,99,121,46,
-32,32,83,97,118,101,32,97,110,100,32,101,120,105,116,63,32,91,89,47,
-78,93,32,0,0,20,14,206,105,112,21,14,247,105,112,218,191,192,217,196,
-179,201,187,200,188,205,186,20,21,22,23,24,25,26,27,28,19,30,31,32,
-32,32,32,32,32,0,0,189,101,48,24,0,15,102,48,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181,
-10,0,120,86,52,18,231,16,0,0,140,216,46,140,30,8,0,232,1,0,
-203,139,54,21,18,137,54,23,18,232,8,0,139,52,131,254,255,117,242,195,
-30,6,30,7,232,251,8,139,54,23,18,139,254,6,232,35,0,232,156,0,
-232,76,0,232,110,9,232,129,5,232,236,5,232,57,10,7,15,168,14,15,
-169,232,154,5,15,169,232,182,4,7,31,195,96,129,198,17,2,129,199,77,
-3,185,16,0,138,4,60,13,117,19,56,5,116,15,180,128,128,61,30,117,
-2,50,228,138,68,17,232,133,0,131,198,19,131,199,19,226,223,97,195,96,
-129,199,77,3,129,198,17,2,185,16,0,51,219,138,5,60,13,116,4,60,
-11,117,42,56,4,117,8,138,68,17,136,69,17,235,30,161,190,15,163,247,
-49,15,182,5,83,81,80,83,232,237,7,51,219,83,232,25,6,136,69,17,
-131,196,6,89,91,131,199,19,131,198,19,67,226,195,97,195,96,129,199,77,
-3,185,16,0,128,61,30,117,6,138,69,16,232,72,0,131,199,19,226,240,
-97,195,85,139,236,80,83,139,70,4,139,94,6,138,227,232,4,0,91,88,
-93,195,87,83,80,15,182,216,139,62,184,15,198,5,21,136,69,3,198,69,
-1,2,102,51,192,136,69,2,102,137,69,4,88,138,196,136,69,7,232,75,
-11,232,80,11,91,95,195,87,83,139,62,184,15,198,5,10,198,69,1,2,
-80,102,51,192,136,69,3,136,69,2,102,137,69,4,88,136,69,7,232,35,
-11,232,40,11,91,95,195,85,86,87,82,102,80,139,247,139,22,190,15,139,
-62,182,15,189,20,0,232,66,3,87,139,62,190,15,138,36,50,192,232,120,
-3,95,232,247,10,232,252,10,138,69,3,162,147,18,102,88,90,95,94,93,
-160,147,18,136,69,17,195,80,81,87,139,254,51,192,185,10,0,243,171,95,
-89,88,195,85,139,236,80,83,139,94,4,139,70,6,138,227,232,4,0,91,
-88,93,195,96,80,139,62,182,15,176,19,12,64,136,5,198,69,1,4,198,
-69,2,0,136,101,3,199,69,6,0,0,139,22,190,15,232,146,10,102,137,
-69,8,102,199,69,12,0,2,0,0,88,138,220,15,186,224,5,115,3,255,
-69,6,15,186,224,6,115,3,255,69,6,15,186,224,7,115,3,255,69,6,
-139,62,190,15,15,186,224,5,115,40,80,102,184,0,131,13,0,10,195,102,
-137,5,131,199,4,102,184,1,0,1,0,102,137,5,131,199,4,88,80,36,
-1,192,224,2,12,1,136,5,71,88,15,186,224,6,115,37,80,102,184,0,
-131,15,0,10,195,102,137,5,131,199,4,102,184,1,0,1,0,102,137,5,
-131,199,4,88,80,208,232,36,1,136,5,71,88,15,186,224,7,115,38,80,
-102,184,0,131,20,0,10,195,102,137,5,131,199,4,102,184,1,0,1,0,
-102,137,5,131,199,4,88,80,192,232,3,36,1,136,5,71,88,139,62,23,
-18,102,139,69,29,102,80,102,46,163,186,3,14,143,69,31,199,69,29,190,
-3,139,62,182,15,232,200,9,232,205,9,139,62,23,18,102,88,102,137,69,
-29,97,195,85,139,236,80,83,139,94,4,139,70,6,138,227,232,4,0,91,
-88,93,195,96,46,198,6,181,3,1,46,199,6,182,3,0,1,46,199,6,
-184,3,1,0,60,0,116,31,46,198,6,181,3,0,46,199,6,184,3,0,
-1,60,1,116,14,46,199,6,182,3,1,0,46,199,6,184,3,0,0,80,
-139,62,182,15,176,19,12,64,136,5,198,69,1,4,198,69,2,0,136,101,
-3,199,69,6,3,0,139,22,190,15,232,67,9,102,137,69,8,102,199,69,
-12,0,2,0,0,88,138,220,139,62,190,15,102,184,0,131,21,0,10,195,
-102,137,5,131,199,4,102,184,1,0,1,0,102,137,5,131,199,4,46,138,
-22,181,3,136,21,131,199,1,102,184,0,131,22,0,10,195,102,137,5,131,
-199,4,102,184,2,0,2,0,102,137,5,131,199,4,46,139,22,182,3,137,
-21,131,199,2,102,184,0,131,23,0,10,195,102,137,5,131,199,4,102,184,
-2,0,2,0,102,137,5,131,199,4,46,139,22,184,3,137,21,139,62,182,
-15,232,200,8,232,205,8,97,195,0,0,0,0,0,0,0,0,0,129,125,
-150,210,1,116,5,46,255,30,186,3,203,85,139,236,80,83,139,94,4,139,
-70,6,232,4,0,91,88,93,195,96,80,139,62,182,15,176,19,12,64,136,
-5,198,69,1,4,198,69,2,0,136,93,3,199,69,6,0,0,139,22,190,
-15,232,112,8,102,137,69,8,102,199,69,12,0,2,0,0,255,69,6,139,
-62,190,15,102,184,0,131,17,0,10,195,102,137,5,131,199,4,102,184,21,
-0,21,0,102,137,5,131,199,4,88,86,6,30,7,139,240,185,21,0,243,
-164,7,94,139,62,182,15,232,54,8,232,59,8,97,195,85,139,236,96,139,
-62,182,15,198,5,9,198,69,1,2,198,69,2,0,139,70,4,136,69,3,
-139,70,6,137,69,6,232,15,8,232,20,8,97,93,195,85,139,236,96,50,
-237,139,62,182,15,198,5,23,198,69,1,2,136,109,2,139,70,4,136,69,
-3,139,70,6,138,224,176,128,137,69,6,232,226,7,232,231,7,97,93,195,
-85,139,236,82,87,85,139,86,4,139,126,6,139,110,8,232,5,0,93,95,
-90,93,195,83,81,102,80,51,219,176,20,12,96,136,5,51,192,198,69,1,
-5,136,69,2,136,69,3,137,109,6,198,69,8,1,136,69,9,136,69,10,
-232,149,7,102,137,69,12,102,15,183,197,102,5,255,1,0,0,37,0,254,
-102,137,69,16,102,88,89,91,195,80,86,139,247,232,155,252,94,136,5,136,
-101,1,138,68,16,136,69,3,50,192,136,69,4,88,195,96,102,80,15,182,
-76,69,10,201,15,132,149,0,139,46,190,15,129,198,75,3,139,52,51,219,
-138,68,8,56,216,116,6,60,255,116,9,254,199,254,195,62,136,70,0,69,
-139,116,2,11,246,117,229,139,54,23,18,15,182,76,44,227,43,129,198,77,
-3,138,4,60,13,116,14,60,12,116,5,131,198,19,235,241,131,198,19,235,
-17,138,68,17,131,198,19,60,112,125,226,62,136,70,0,254,195,69,226,217,
-10,255,116,53,138,203,139,62,182,15,176,13,12,64,136,5,198,69,1,4,
-136,109,2,136,109,3,137,77,6,139,22,190,15,232,212,6,102,137,69,8,
-102,199,69,12,0,2,0,0,232,205,6,232,210,6,232,215,6,102,88,97,
-195,85,139,236,87,139,126,4,232,185,6,232,190,6,95,93,195,0,139,30,
-23,18,131,191,75,3,0,116,14,14,104,224,5,255,183,75,3,232,112,5,
-131,196,6,195,164,7,192,7,100,8,0,0,0,0,0,0,222,6,200,2,
-0,0,86,139,30,23,18,131,191,75,3,0,116,51,139,135,75,3,235,6,
-139,94,254,139,71,2,137,70,254,11,192,116,32,139,216,246,71,9,8,116,
-235,139,54,23,18,138,68,18,12,128,42,228,80,138,71,8,80,232,164,8,
-131,196,4,235,211,94,201,195,200,4,0,0,139,30,23,18,131,191,75,3,
-0,116,19,139,135,75,3,235,6,139,94,254,139,71,2,137,70,254,11,192,
-117,3,233,129,0,139,216,246,71,9,8,117,232,246,71,9,96,117,6,246,
-71,9,128,116,56,138,71,9,139,200,36,224,136,70,252,246,193,16,116,5,
-12,136,136,70,252,246,71,9,4,116,4,128,78,252,66,246,71,9,2,116,
-4,128,78,252,33,138,70,252,42,228,80,138,71,8,80,232,5,251,131,196,
-4,139,94,254,246,71,10,1,116,16,141,71,20,80,138,71,8,42,228,80,
-232,16,253,131,196,4,139,94,254,246,71,10,2,116,130,138,71,41,42,228,
-80,138,71,8,80,232,235,251,131,196,4,233,111,255,201,195,144,144,200,2,
-0,0,161,190,15,57,6,247,49,116,36,161,247,49,43,6,190,15,80,255,
-54,182,15,255,54,190,15,232,158,253,131,196,6,255,54,182,15,232,173,254,
-91,131,126,4,0,117,3,233,143,0,139,30,182,15,138,71,3,139,94,4,
-136,71,8,198,70,254,96,128,79,9,8,246,71,9,4,116,4,198,70,254,
-98,139,94,4,246,71,9,2,116,4,128,78,254,33,139,30,23,18,129,127,
-26,2,16,116,17,128,70,254,128,139,94,4,246,71,9,16,116,4,128,78,
-254,136,138,70,254,42,228,80,139,94,4,138,71,8,80,232,61,250,131,196,
-4,139,70,4,5,20,0,80,139,94,4,42,228,138,71,8,80,232,75,252,
-131,196,4,139,30,23,18,129,127,26,2,16,116,19,139,94,4,42,228,138,
-71,41,80,138,71,8,80,232,33,251,131,196,4,201,195,144,85,139,236,161,
-190,15,163,247,49,139,94,4,128,127,8,112,117,5,184,1,0,201,195,51,
-192,201,195,144,200,2,0,0,87,86,139,94,4,128,127,2,11,116,6,128,
-127,2,15,117,3,233,134,0,51,192,139,30,247,49,185,10,0,139,251,30,
-7,243,171,161,247,49,137,70,254,139,94,4,128,127,2,16,116,6,128,127,
-2,80,117,9,139,94,254,198,71,1,0,235,9,138,71,2,139,94,254,136,
-71,1,139,94,4,139,118,254,138,71,3,136,68,2,50,192,136,68,5,136,
-68,4,129,100,6,0,128,43,201,137,76,10,137,76,8,137,76,14,137,76,
-12,198,68,3,255,138,79,7,128,225,128,58,200,116,7,138,71,5,136,4,
-235,15,139,94,4,255,119,9,232,175,0,91,139,94,254,136,7,131,6,247,
-49,20,94,95,201,195,144,144,200,4,0,0,86,139,94,4,42,228,138,71,
-2,107,240,19,139,30,23,18,139,128,78,3,139,216,128,127,11,2,117,13,
-139,95,6,42,228,138,71,2,137,70,252,235,5,199,70,252,12,0,255,118,
-252,139,94,4,42,228,138,71,2,80,232,7,0,131,196,4,94,201,195,144,
-200,2,0,0,87,51,192,139,30,247,49,185,10,0,139,251,30,7,243,171,
-138,70,6,139,30,247,49,137,94,254,136,71,1,139,94,254,50,192,136,7,
-136,71,4,138,70,4,136,71,3,131,6,247,49,20,95,201,195,144,85,139,
-236,161,21,18,235,9,255,86,4,139,30,23,18,139,7,163,23,18,61,255,
-255,117,239,201,195,144,200,4,0,0,139,70,4,137,70,254,199,70,252,0,
-0,235,12,255,70,252,139,94,254,139,71,11,137,70,254,131,126,254,0,117,
-238,139,70,252,201,195,232,3,0,233,64,0,200,6,0,0,139,30,23,18,
-139,135,133,4,139,151,135,4,137,70,252,137,86,254,198,70,250,0,246,70,
-252,1,116,15,104,128,0,138,70,250,42,228,80,232,150,247,131,196,4,254,
-70,250,209,110,254,209,94,252,128,126,250,32,114,220,201,195,200,6,0,0,
-139,30,23,18,139,135,137,4,139,151,139,4,137,70,252,137,86,254,198,70,
-250,0,246,70,252,1,116,14,106,0,138,70,250,42,228,80,232,87,247,131,
-196,4,254,70,250,209,110,254,209,94,252,128,126,250,32,114,221,201,195,144,
-139,30,23,18,131,191,75,3,0,116,14,14,104,202,9,255,183,75,3,232,
-134,1,131,196,6,195,216,9,0,0,252,9,0,0,0,0,0,0,0,0,
-85,139,236,161,190,15,163,247,49,139,94,4,139,95,6,246,71,7,128,116,
-6,246,71,7,2,116,5,184,1,0,201,195,51,192,201,195,200,4,0,0,
-86,139,94,4,246,71,3,1,116,119,246,71,3,2,116,86,161,190,15,163,
-247,49,106,12,138,71,2,42,228,80,232,139,254,131,196,4,161,247,49,43,
-6,190,15,80,255,54,182,15,255,54,190,15,232,101,250,131,196,6,255,54,
-182,15,232,116,251,91,139,30,182,15,42,228,138,71,3,80,139,94,4,138,
-71,2,107,240,19,139,30,23,18,139,152,78,3,138,71,8,80,232,227,249,
-235,24,42,228,138,71,2,80,107,240,19,139,30,23,18,139,152,78,3,138,
-71,8,80,232,241,249,131,196,4,94,201,195,139,30,190,15,199,7,7,128,
-139,30,190,15,199,71,2,2,0,139,30,190,15,199,71,4,0,2,161,190,
-15,139,30,23,18,5,6,0,138,135,146,4,139,30,190,15,136,71,8,139,
-30,23,18,138,135,147,4,139,30,190,15,136,71,9,139,30,23,18,138,135,
-148,4,139,30,190,15,136,71,10,139,30,23,18,138,135,149,4,139,30,190,
-15,136,71,11,139,30,23,18,138,135,150,4,139,30,190,15,136,71,12,139,
-30,182,15,198,7,83,139,30,182,15,198,71,1,4,139,30,182,15,198,71,
-2,0,139,30,182,15,198,71,3,0,139,30,182,15,198,71,4,0,139,30,
-182,15,198,71,5,0,139,30,182,15,198,71,6,1,139,30,182,15,198,71,
-7,0,139,30,182,15,199,71,12,0,4,199,71,14,0,0,255,54,190,15,
-255,54,182,15,232,106,3,131,196,4,195,144,200,2,0,0,199,70,254,1,
-0,196,94,6,38,131,63,0,116,10,255,118,4,38,255,23,91,137,70,254,
-131,126,254,0,116,18,255,118,8,255,118,6,139,94,4,255,119,6,232,65,
-0,131,196,6,196,94,6,38,131,127,12,0,116,8,255,118,4,38,255,87,
-12,91,139,94,4,131,127,2,0,116,15,255,118,8,255,118,6,255,119,2,
-232,165,255,131,196,6,196,94,6,38,131,127,6,0,116,8,255,118,4,38,
-255,87,6,91,201,195,85,139,236,196,94,6,38,131,127,2,0,116,8,255,
-118,4,38,255,87,2,91,139,94,4,131,127,9,0,116,35,246,71,7,128,
-116,14,255,118,8,255,118,6,255,119,9,232,62,0,235,12,255,118,8,255,
-118,6,255,119,9,232,194,255,131,196,6,139,94,4,131,127,11,0,116,15,
-255,118,8,255,118,6,255,119,11,232,170,255,131,196,6,196,94,6,38,131,
-127,8,0,116,8,255,118,4,38,255,87,8,91,201,195,144,85,139,236,196,
-94,6,38,131,127,4,0,116,8,255,118,4,38,255,87,4,91,139,94,4,
-131,63,0,116,13,255,118,8,255,118,6,255,55,232,216,255,139,229,196,94,
-6,38,131,127,10,0,116,8,255,118,4,38,255,87,10,91,201,195,0,0,
-0,0,0,0,106,0,46,255,30,2,0,195,106,2,46,255,30,2,0,195,
-106,1,46,255,30,2,0,195,106,4,46,255,30,2,0,195,106,3,46,255,
-30,2,0,195,106,10,46,255,30,2,0,195,106,11,46,255,30,2,0,195,
-106,6,46,255,30,2,0,195,106,7,46,255,30,2,0,195,106,8,46,255,
-30,2,0,195,106,9,46,255,30,2,0,195,106,12,46,255,30,2,0,195,
-106,5,46,255,30,2,0,195,106,15,46,255,30,2,0,195,106,13,46,255,
-30,2,0,195,106,14,46,255,30,2,0,195,106,16,46,255,30,2,0,195,
-106,17,46,255,30,2,0,195,106,18,46,255,30,2,0,195,106,19,46,255,
-30,2,0,195,106,20,46,255,30,2,0,195,106,21,46,255,30,2,0,195,
-195,106,23,46,255,30,2,0,195,106,24,46,255,30,2,0,195,106,25,46,
-255,30,2,0,195,106,26,46,255,30,2,0,195,106,27,46,255,30,2,0,
-195,106,28,46,255,30,2,0,195,106,30,46,255,30,2,0,195,106,31,46,
-255,30,2,0,195,106,32,46,255,30,2,0,195,106,33,46,255,30,2,0,
-195,106,34,46,255,30,2,0,195,106,35,46,255,30,2,0,195,106,36,46,
-255,30,2,0,195,106,37,46,255,30,2,0,195,106,38,46,255,30,2,0,
-195,106,39,46,255,30,2,0,195,106,40,46,255,30,2,0,195,106,41,46,
-255,30,2,0,195,106,42,46,255,30,2,0,195,106,43,46,255,30,2,0,
-195,106,44,46,255,30,2,0,195,106,45,46,255,30,2,0,195,106,46,46,
-255,30,2,0,195,106,47,46,255,30,2,0,195,106,48,46,255,30,2,0,
-195,106,49,46,255,30,2,0,195,106,50,46,255,30,2,0,195,106,51,46,
-255,30,2,0,195,106,75,46,255,30,2,0,195,106,52,46,255,30,2,0,
-195,106,53,46,255,30,2,0,195,106,54,46,255,30,2,0,195,106,55,46,
-255,30,2,0,195,106,56,46,255,30,2,0,195,106,57,46,255,30,2,0,
-195,106,58,46,255,30,2,0,195,106,59,46,255,30,2,0,195,106,60,46,
-255,30,2,0,195,106,61,46,255,30,2,0,195,106,62,46,255,30,2,0,
-195,106,63,46,255,30,2,0,195,106,64,46,255,30,2,0,195,106,65,46,
-255,30,2,0,195,106,66,46,255,30,2,0,195,106,67,46,255,30,2,0,
-195,106,68,46,255,30,2,0,195,106,69,46,255,30,2,0,195,106,70,46,
-255,30,2,0,195,106,71,46,255,30,2,0,195,106,72,46,255,30,2,0,
-195,106,73,46,255,30,2,0,195,106,74,46,255,30,2,0,195,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,85,139,236,138,70,4,138,102,
-6,96,139,62,182,15,6,140,202,190,106,15,232,98,254,198,5,8,198,69,
-1,2,198,69,2,0,136,69,3,51,219,137,93,6,80,232,122,253,232,127,
-253,184,51,10,163,199,17,184,46,10,163,197,17,88,80,190,128,15,185,7,
-0,186,12,8,187,65,13,191,53,9,232,32,254,88,114,37,140,202,190,107,
-15,232,29,254,115,56,186,10,18,187,69,22,176,1,180,112,185,1,0,190,
-163,15,232,32,255,232,53,255,232,18,255,235,29,139,62,182,15,198,5,8,
-198,69,1,2,198,69,2,0,136,69,3,199,69,6,2,1,232,21,253,232,
-26,253,7,97,93,195,203,138,69,22,60,4,116,10,60,14,116,6,60,42,
-116,2,248,203,249,203,0,0,9,17,3,16,112,10,28,47,16,112,9,53,
-71,16,126,9,60,71,16,126,10,46,74,16,126,12,25,168,15,112,12,35,
-198,15,126,20,14,203,15,112,80,114,101,115,115,32,116,104,101,32,101,115,
-99,32,107,101,121,32,116,111,32,99,97,110,99,101,108,46,0,0,101,115,
-99,0,0,85,110,105,116,32,105,110,105,116,105,97,108,105,122,97,116,105,
-111,110,32,102,97,105,108,101,100,46,32,80,114,101,115,115,32,97,110,121,
-32,107,101,121,32,116,111,32,99,111,110,116,105,110,117,101,46,0,0,67,
-108,101,97,114,32,112,114,101,118,105,111,117,115,32,100,105,115,107,32,99,
-111,110,116,101,110,116,32,111,110,32,85,110,105,116,32,32,32,83,108,111,
-116,0,0,80,101,114,99,101,110,116,97,103,101,32,100,111,110,101,32,58,
-32,32,32,32,37,0,0,32,0,0,32,32,32,0,0,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,0,82,
-69,66,85,73,76,68,73,78,71,0,0,86,69,82,73,70,89,73,78,71,
-0,0,77,105,115,115,105,110,103,32,100,114,105,118,101,115,0,0,82,69,
-66,85,73,76,68,73,78,71,32,40,97,102,116,101,114,32,70,56,41,0,
-0,68,69,71,82,65,68,69,68,0,0,73,78,73,84,32,65,82,82,65,
-89,32,40,97,102,116,101,114,32,70,56,41,0,0,73,78,73,84,32,65,
-82,82,65,89,0,0,32,32,78,47,65,32,32,0,0,82,69,67,79,86,
-69,82,73,78,71,0,0,16,0,0,0,0,0,95,239,0,0,54,0,63,
-0,0,0,85,139,236,129,126,6,1,0,119,26,80,83,139,94,6,209,227,
-46,139,135,10,0,46,163,14,0,91,88,93,46,255,22,14,0,235,1,93,
-203,82,80,232,65,97,131,196,4,195,30,6,15,168,198,6,4,0,1,139,
-54,21,18,137,54,23,18,232,190,0,232,43,4,138,69,7,36,128,138,224,
-192,236,7,10,196,136,68,33,232,161,5,199,132,15,2,0,0,199,132,75,
-3,0,0,232,169,3,139,52,131,254,255,117,206,30,7,14,31,14,15,169,
-38,139,54,21,18,38,137,54,23,18,38,138,14,27,18,128,249,1,116,36,
-191,255,135,190,16,135,51,237,232,188,101,60,9,117,5,232,12,28,235,52,
-60,8,117,12,235,46,232,12,29,232,173,27,116,222,235,36,38,198,6,87,
-18,1,38,139,22,23,18,131,194,43,191,67,141,190,117,144,51,237,232,138,
-101,60,7,116,191,60,9,117,3,232,214,27,38,128,62,3,0,0,116,35,
-38,129,62,0,0,75,82,116,26,186,7,4,187,72,18,176,1,180,112,185,
-3,0,141,54,15,136,232,171,4,232,192,4,232,157,4,15,169,7,31,195,
-81,86,51,192,136,132,129,4,136,132,130,4,136,132,131,4,136,132,132,4,
-185,16,0,136,68,95,136,68,45,136,68,70,136,68,120,136,132,79,1,136,
-132,80,1,136,132,82,1,136,132,143,0,136,132,144,0,136,132,146,0,136,
-132,239,0,136,132,240,0,136,132,242,0,136,132,175,1,136,132,176,1,136,
-132,178,1,131,198,6,226,203,94,86,199,68,46,254,255,185,68,0,3,206,
-137,76,48,185,143,0,3,206,137,76,50,199,68,52,55,64,199,68,54,128,
-63,199,68,56,116,66,199,68,58,131,66,199,68,60,141,63,199,68,62,168,
-63,199,68,64,254,64,199,68,66,114,66,185,43,0,3,206,137,76,71,185,
-118,0,3,206,137,76,73,185,239,0,3,206,137,76,75,199,68,77,55,64,
-199,68,79,128,63,199,68,81,116,66,199,68,83,131,66,199,68,85,195,63,
-199,68,87,222,63,199,68,89,2,113,199,68,91,114,66,185,68,0,3,206,
-137,76,121,185,93,0,3,206,137,76,123,185,175,1,3,206,137,76,125,199,
-68,127,55,64,199,132,129,0,128,63,199,132,131,0,116,66,199,132,133,0,
-131,66,199,132,135,0,146,66,199,132,137,0,146,66,199,132,139,0,146,66,
-199,132,141,0,114,66,185,118,0,3,206,137,76,96,199,68,98,255,255,185,
-79,1,3,206,137,76,100,199,68,102,55,64,199,68,104,128,63,199,68,106,
-116,66,199,68,108,131,66,199,68,110,146,66,199,68,112,146,66,199,68,114,
-146,66,199,68,116,114,66,94,89,195,30,6,96,140,200,46,163,51,135,46,
-163,64,135,46,163,170,135,46,163,189,135,6,180,31,232,55,2,51,210,187,
-79,24,176,2,180,31,232,83,2,140,200,142,232,142,192,185,9,0,141,54,
-205,135,232,83,2,31,140,192,30,7,142,216,232,189,0,97,7,31,195,85,
-139,236,139,118,6,30,14,31,38,15,182,14,27,18,51,210,30,6,82,83,
-81,15,160,87,46,15,180,62,187,135,232,72,0,95,15,161,187,186,135,14,
-104,28,3,14,83,86,232,126,71,131,196,10,89,91,90,7,31,66,169,0,
-255,117,37,131,249,1,116,28,30,6,82,83,81,187,167,135,14,104,28,3,
-14,83,86,232,89,71,131,196,10,89,91,90,7,31,226,176,46,161,28,3,
-31,93,203,0,0,83,81,86,6,6,15,160,7,15,161,139,202,100,139,54,
-21,18,227,5,100,139,52,226,251,86,190,79,239,232,60,2,94,100,138,68,
-18,179,1,232,26,2,7,94,89,91,195,81,86,139,116,1,15,182,76,34,
-65,209,233,38,139,54,21,18,227,5,38,139,52,226,251,38,137,54,23,18,
-249,94,89,195,38,128,62,200,15,1,117,68,38,198,6,200,15,16,38,128,
-62,206,17,0,116,28,186,7,1,187,72,23,176,1,180,71,185,27,0,141,
-54,100,136,232,26,2,232,47,2,232,12,2,235,26,186,7,4,187,72,18,
-176,1,180,112,185,14,0,141,54,30,136,232,254,1,232,19,2,232,240,1,
-195,0,0,0,0,0,0,106,0,46,255,30,2,0,195,106,2,46,255,30,
-2,0,195,106,1,46,255,30,2,0,195,106,4,46,255,30,2,0,195,106,
-3,46,255,30,2,0,195,106,10,46,255,30,2,0,195,106,11,46,255,30,
-2,0,195,106,6,46,255,30,2,0,195,106,7,46,255,30,2,0,195,106,
-8,46,255,30,2,0,195,106,9,46,255,30,2,0,195,106,12,46,255,30,
-2,0,195,106,5,46,255,30,2,0,195,106,15,46,255,30,2,0,195,106,
-13,46,255,30,2,0,195,106,14,46,255,30,2,0,195,106,16,46,255,30,
-2,0,195,106,17,46,255,30,2,0,195,106,18,46,255,30,2,0,195,106,
-19,46,255,30,2,0,195,106,20,46,255,30,2,0,195,106,21,46,255,30,
-2,0,195,195,106,23,46,255,30,2,0,195,106,24,46,255,30,2,0,195,
-106,25,46,255,30,2,0,195,106,26,46,255,30,2,0,195,106,27,46,255,
-30,2,0,195,106,28,46,255,30,2,0,195,106,30,46,255,30,2,0,195,
-106,31,46,255,30,2,0,195,106,32,46,255,30,2,0,195,106,33,46,255,
-30,2,0,195,106,34,46,255,30,2,0,195,106,35,46,255,30,2,0,195,
-106,36,46,255,30,2,0,195,106,37,46,255,30,2,0,195,106,38,46,255,
-30,2,0,195,106,39,46,255,30,2,0,195,106,40,46,255,30,2,0,195,
-106,41,46,255,30,2,0,195,106,42,46,255,30,2,0,195,106,43,46,255,
-30,2,0,195,106,44,46,255,30,2,0,195,106,45,46,255,30,2,0,195,
-106,46,46,255,30,2,0,195,106,47,46,255,30,2,0,195,106,48,46,255,
-30,2,0,195,106,49,46,255,30,2,0,195,106,50,46,255,30,2,0,195,
-106,51,46,255,30,2,0,195,106,75,46,255,30,2,0,195,106,52,46,255,
-30,2,0,195,106,53,46,255,30,2,0,195,106,54,46,255,30,2,0,195,
-106,55,46,255,30,2,0,195,106,56,46,255,30,2,0,195,106,57,46,255,
-30,2,0,195,106,58,46,255,30,2,0,195,106,59,46,255,30,2,0,195,
-106,60,46,255,30,2,0,195,106,61,46,255,30,2,0,195,106,62,46,255,
-30,2,0,195,106,63,46,255,30,2,0,195,106,64,46,255,30,2,0,195,
-106,65,46,255,30,2,0,195,106,66,46,255,30,2,0,195,106,67,46,255,
-30,2,0,195,106,68,46,255,30,2,0,195,106,69,46,255,30,2,0,195,
-106,70,46,255,30,2,0,195,106,71,46,255,30,2,0,195,106,72,46,255,
-30,2,0,195,106,73,46,255,30,2,0,195,106,74,46,255,30,2,0,195,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,125,60,114,47,
-140,216,46,163,92,147,46,163,96,147,46,163,134,147,46,163,147,147,46,163,
-166,147,46,163,185,147,46,163,204,147,46,163,223,147,46,163,175,147,46,163,
-194,147,46,163,232,147,248,195,195,195,195,195,232,68,60,114,71,140,216,46,
-163,154,145,46,163,158,145,46,163,196,145,46,163,209,145,46,163,228,145,46,
-163,247,145,46,163,10,146,46,163,29,146,46,163,48,146,46,163,67,146,46,
-163,218,145,46,163,237,145,46,163,0,146,46,163,19,146,46,163,38,146,46,
-163,57,146,46,163,76,146,248,195,195,232,246,59,114,61,140,216,46,163,146,
-146,46,163,150,146,46,163,188,146,46,163,201,146,46,163,220,146,46,163,239,
-146,46,163,2,147,46,163,21,147,46,199,6,210,146,0,0,46,163,229,146,
-46,163,248,146,46,199,6,11,147,0,0,46,163,30,147,248,195,195,80,83,
-81,82,86,176,1,177,25,232,202,254,232,128,0,185,24,0,190,88,138,6,
-14,7,232,243,253,7,232,191,254,61,0,80,116,12,61,0,81,116,7,61,
-27,1,116,84,235,236,232,92,0,185,20,0,190,208,138,6,14,7,232,207,
-253,7,232,155,254,61,0,80,116,22,61,0,81,116,17,61,0,72,116,186,
-61,0,73,116,181,61,27,1,116,38,235,226,232,46,0,185,23,0,190,52,
-139,6,14,7,232,161,253,7,232,109,254,61,0,72,116,186,61,0,73,116,
-181,61,27,1,116,2,235,236,176,1,177,25,232,93,254,94,90,89,91,88,
-195,185,73,22,186,6,2,183,112,232,92,253,186,6,2,187,73,22,180,112,
-176,1,232,87,253,195,80,83,81,82,86,186,7,2,187,72,19,176,1,180,
-112,185,10,0,190,167,139,232,6,254,232,27,254,232,248,253,94,90,89,91,
-88,195,80,83,81,82,86,186,5,4,187,74,17,176,1,180,112,185,11,0,
-190,217,139,232,226,253,232,247,253,232,212,253,94,90,89,91,88,195,83,81,
-82,86,232,190,58,115,5,184,5,0,235,44,186,10,18,187,69,22,176,1,
-180,112,185,1,0,190,61,140,232,181,253,232,103,20,116,17,30,6,6,31,
-232,40,252,184,5,0,198,6,87,18,1,7,31,232,148,253,248,94,90,89,
-91,195,232,130,58,115,5,184,5,0,248,195,30,6,31,139,54,23,18,86,
-232,5,21,115,15,198,6,242,49,1,249,94,137,54,23,18,176,8,31,195,
-94,137,54,23,18,248,31,195,176,9,249,195,38,160,27,18,60,1,116,4,
-176,7,235,2,176,9,249,195,80,81,30,83,14,31,185,14,0,140,200,187,
-133,148,137,71,4,131,195,6,226,248,91,31,89,88,195,85,139,236,139,70,
-8,83,82,81,87,30,46,139,14,8,0,142,217,185,16,0,139,62,23,18,
-131,199,43,59,62,85,18,15,132,160,0,139,62,85,18,139,125,7,138,85,
-1,138,117,2,56,194,116,38,119,29,56,198,114,25,6,30,80,83,81,106,
-1,46,255,54,237,148,232,18,91,131,196,4,89,91,88,31,7,235,7,131,
-199,6,226,210,235,105,15,182,85,3,15,186,226,3,114,95,15,182,77,2,
-42,77,1,227,86,15,182,109,1,178,43,232,15,1,15,182,85,3,15,186,
-234,3,136,85,3,69,81,30,14,104,225,149,85,46,139,22,237,148,82,232,
-215,69,131,196,8,31,89,131,248,0,117,39,46,198,6,243,149,3,81,30,
-14,104,225,149,85,46,139,22,237,148,82,232,9,67,131,196,8,31,89,131,
-248,0,117,7,226,184,184,2,0,235,3,184,0,0,31,95,89,90,91,93,
-203,85,139,236,139,70,8,83,82,81,87,30,46,139,14,8,0,142,217,185,
-16,0,139,62,23,18,131,199,43,59,62,85,18,15,132,138,0,139,62,85,
-18,139,125,7,56,69,1,116,7,131,199,6,226,246,235,119,15,182,85,3,
-15,186,226,3,115,109,15,182,77,2,42,77,1,227,100,15,182,109,1,178,
-45,232,101,0,15,182,85,3,15,186,242,3,136,85,3,69,81,30,14,104,
-225,149,85,46,139,22,237,148,82,232,45,69,131,196,8,31,89,131,248,0,
-117,53,46,198,6,243,149,1,81,30,14,104,225,149,85,46,139,22,237,148,
-82,232,95,66,131,196,8,31,89,131,248,0,117,21,226,184,30,46,139,22,
-237,148,82,232,173,89,131,196,2,31,184,2,0,235,3,184,0,0,31,95,
-89,90,91,93,203,83,81,82,87,30,6,85,82,14,104,225,149,85,46,139,
-22,237,148,82,232,206,68,131,196,8,90,93,131,248,0,117,27,46,196,62,
-226,149,38,136,21,85,14,104,225,149,85,46,139,22,237,148,82,232,255,65,
-131,196,8,93,7,31,95,90,89,91,195,85,139,236,139,70,8,83,82,81,
-86,87,30,6,46,139,14,8,0,142,193,14,31,185,16,0,38,139,62,23,
-18,38,139,125,50,38,56,69,1,116,7,131,199,6,226,245,235,86,38,139,
-30,85,18,139,70,10,12,32,232,130,54,115,71,86,6,139,86,8,14,104,
-225,149,82,46,139,22,237,148,82,232,81,68,131,196,8,14,31,7,94,46,
-196,62,226,149,131,199,60,185,20,0,252,172,10,192,116,3,170,226,248,139,
-86,8,14,104,225,149,82,46,139,22,237,148,82,232,119,65,131,196,8,184,
-2,0,235,3,184,0,0,7,31,95,94,89,90,91,93,203,85,139,236,139,
-70,8,83,82,81,86,87,30,6,46,139,14,8,0,142,193,14,31,185,16,
-0,38,139,62,23,18,38,139,125,50,38,56,69,1,116,7,131,199,6,226,
-245,235,26,38,139,30,85,18,139,70,10,12,32,232,241,53,115,11,38,198,
-6,156,18,1,184,1,0,235,3,184,0,0,7,31,95,94,89,90,91,93,
-203,85,139,236,83,82,81,87,6,46,139,30,8,0,142,195,38,139,30,85,
-18,131,251,0,116,46,139,243,38,138,7,38,255,87,11,178,42,38,246,71,
-3,1,117,11,38,254,68,2,38,128,79,3,1,235,11,38,254,76,2,178,
-32,38,128,103,3,254,139,94,8,232,10,0,7,95,89,90,91,184,2,0,
-93,203,30,6,83,82,14,104,225,149,83,46,139,30,237,148,83,232,89,67,
-131,196,8,90,91,131,248,0,117,30,6,83,46,196,30,226,149,38,136,87,
-2,91,7,14,104,225,149,83,46,139,30,237,148,83,232,134,64,131,196,8,
-7,31,195,85,139,236,81,83,82,6,30,46,139,30,8,0,142,195,38,139,
-30,85,18,38,161,23,18,131,192,68,38,59,6,85,18,117,64,139,70,10,
-14,31,61,0,73,117,29,38,128,63,0,116,48,6,30,80,83,81,106,1,
-46,255,54,237,148,232,223,87,131,196,4,89,91,88,31,7,232,2,101,115,
-20,129,126,10,0,73,116,13,106,1,46,255,54,237,148,232,99,87,131,196,
-4,31,7,90,91,89,184,2,0,93,203,85,139,236,6,83,139,70,10,46,
-139,30,8,0,142,195,38,139,30,85,18,131,251,0,116,3,232,251,51,91,
-7,93,195,248,195,195,232,3,0,248,195,195,140,200,46,163,230,142,46,163,
-234,142,46,163,119,143,46,163,138,143,46,163,157,143,195,96,38,139,54,23,
-18,30,6,31,140,200,46,163,241,148,46,163,254,148,46,163,8,149,46,163,
-190,149,46,163,209,149,140,192,46,163,228,149,232,213,251,232,117,247,31,30,
-6,15,168,6,180,31,232,43,248,140,200,142,232,142,192,185,7,0,141,54,
-89,137,232,83,248,7,38,128,62,27,18,1,6,14,7,127,12,185,4,0,
-141,54,164,137,232,61,248,235,10,185,4,0,141,54,184,137,232,49,248,7,
-50,246,178,52,232,49,248,38,139,54,23,18,38,138,68,28,86,129,198,143,
-0,232,35,8,94,86,129,198,239,0,232,26,8,94,38,138,68,18,232,63,
-248,38,128,62,87,18,1,116,5,232,172,0,235,9,232,60,0,38,198,6,
-87,18,0,232,98,246,248,15,169,7,31,97,195,15,168,6,30,96,180,31,
-232,165,247,51,210,187,79,20,176,2,180,31,232,193,247,140,200,142,232,142,
-192,185,1,0,141,54,124,137,232,193,247,97,31,7,15,169,195,6,83,81,
-80,38,139,30,23,18,38,198,71,45,0,38,139,95,50,51,192,232,63,0,
-38,139,30,23,18,38,198,71,70,0,38,139,95,75,15,186,232,3,232,42,
-0,38,139,30,23,18,38,198,71,95,0,38,139,95,100,232,25,0,38,139,
-30,23,18,38,198,71,120,0,38,139,95,125,232,8,0,232,26,0,88,89,
-91,7,195,83,81,185,16,0,38,136,103,1,38,136,71,3,131,195,6,226,
-243,89,91,195,6,83,81,38,139,30,23,18,131,195,43,38,15,182,79,1,
-227,2,235,16,38,139,95,5,131,251,255,117,238,38,137,14,85,18,227,13,
-38,137,30,85,18,38,198,7,0,38,255,87,17,89,91,7,195,85,139,236,
-46,199,6,96,18,0,0,139,70,6,46,163,98,18,83,81,82,86,87,6,
-38,139,30,23,18,38,15,182,79,45,38,139,127,50,38,246,69,3,1,116,
-68,38,138,5,179,19,246,227,38,139,54,23,18,3,240,129,198,77,3,87,
-191,176,18,184,128,0,30,6,96,6,31,86,80,87,232,50,246,131,196,6,
-97,7,31,191,176,18,187,225,149,46,161,98,18,178,23,182,1,232,62,4,
-95,131,248,0,117,12,73,227,5,131,199,6,235,176,46,161,96,18,7,95,
-94,90,89,91,93,203,85,139,236,46,199,6,96,18,0,0,139,70,6,46,
-163,98,18,83,81,82,86,87,38,139,54,23,18,38,15,182,76,44,11,201,
-117,3,233,161,0,86,190,110,172,187,206,149,46,161,98,18,178,30,232,207,
-3,94,131,248,0,15,133,181,3,51,237,38,139,124,50,129,198,77,3,38,
-138,28,128,251,12,116,19,128,251,15,116,7,128,251,13,116,9,235,102,38,
-246,68,3,64,116,95,69,184,128,0,87,191,176,18,30,6,96,6,31,86,
-80,87,232,138,245,131,196,6,97,7,31,95,38,246,69,3,1,116,6,38,
-198,6,178,18,42,87,191,176,18,187,225,149,198,71,18,0,46,161,98,18,
-178,31,182,0,232,131,3,95,131,248,0,15,133,75,3,38,138,68,16,38,
-136,5,46,139,22,96,18,38,136,85,1,38,136,85,2,131,199,6,73,227,
-5,131,198,19,235,129,51,237,38,139,54,23,18,38,139,180,75,3,38,139,
-62,23,18,38,128,125,69,0,15,132,83,1,38,128,125,44,0,116,24,86,
-190,37,149,187,187,149,46,161,98,18,178,23,232,13,3,94,131,248,0,15,
-133,243,2,86,190,132,172,187,206,149,46,161,98,18,178,30,232,245,2,94,
-131,248,0,15,133,219,2,38,139,62,23,18,38,139,125,75,38,128,124,8,
-112,116,12,38,139,92,9,15,186,227,0,15,131,244,0,38,139,92,6,38,
-138,71,4,46,162,100,18,60,0,15,132,226,0,38,128,127,2,30,15,132,
-217,0,87,191,176,18,30,6,96,6,31,106,0,86,87,232,169,244,131,196,
-6,97,7,31,95,38,246,69,3,1,116,6,38,198,6,178,18,42,38,15,
-182,69,3,179,43,15,186,224,3,114,2,179,45,46,128,62,100,18,1,117,
-2,179,32,38,136,30,176,18,87,191,176,18,187,225,149,46,161,98,18,81,
-181,23,177,31,182,0,232,162,2,89,95,131,248,0,15,133,68,2,235,96,
-38,139,95,9,38,138,71,2,180,19,246,228,38,139,30,23,18,129,195,77,
-3,3,216,184,64,0,87,191,176,18,30,6,96,6,31,83,80,87,232,38,
-244,131,196,6,97,7,31,95,38,246,69,3,1,116,6,38,198,6,178,18,
-42,87,191,176,18,187,225,149,46,161,98,18,178,31,182,0,232,35,2,95,
-131,248,0,15,133,235,1,46,139,22,96,18,138,242,138,250,139,197,38,136,
-5,38,136,117,1,38,136,125,2,38,137,117,4,131,199,6,138,247,69,38,
-139,116,2,131,254,0,116,3,233,237,254,51,237,38,139,54,23,18,38,15,
-182,76,119,11,201,15,132,204,0,81,38,138,108,44,38,138,76,69,10,205,
-89,116,24,86,190,37,149,187,187,149,46,161,98,18,178,23,232,161,1,94,
-131,248,0,15,133,135,1,190,4,174,187,206,149,46,161,98,18,178,30,232,
-138,1,131,248,0,15,133,113,1,38,139,62,23,18,139,247,38,139,125,125,
-38,139,180,75,3,38,139,92,9,15,186,227,0,114,107,38,139,92,6,87,
-191,176,18,30,6,96,6,31,106,0,86,87,232,88,243,131,196,6,97,7,
-31,95,38,246,69,3,1,116,6,38,198,6,178,18,42,38,15,182,69,3,
-179,43,15,186,224,3,114,2,179,45,38,136,30,176,18,87,191,176,18,187,
-225,149,46,161,98,18,81,181,23,177,31,182,0,232,91,1,89,95,176,0,
-38,136,5,38,136,117,1,38,136,125,2,38,137,117,4,131,199,6,69,73,
-227,11,38,139,116,2,131,254,0,116,2,235,128,51,237,185,16,0,38,139,
-54,23,18,38,139,124,100,129,198,77,3,38,138,28,246,195,128,15,132,186,
-0,131,253,0,117,75,81,86,38,139,54,23,18,38,138,108,44,38,138,76,
-69,38,10,76,119,10,205,94,89,116,26,83,86,190,37,149,187,187,149,46,
-161,98,18,178,23,232,168,0,94,91,131,248,0,15,133,141,0,83,86,190,
-226,173,187,206,149,46,161,98,18,178,30,232,142,0,131,248,0,117,119,94,
-91,246,195,1,116,4,179,31,235,2,179,23,184,128,0,87,191,176,18,30,
-6,96,6,31,86,80,87,232,101,242,131,196,6,97,7,31,95,69,182,1,
-128,251,23,116,15,182,0,38,246,69,3,1,116,6,38,198,6,178,18,42,
-138,211,87,191,176,18,187,225,149,46,161,98,18,232,90,0,95,131,248,0,
-117,36,46,139,22,96,18,138,250,38,138,68,16,38,136,5,38,136,85,1,
-38,136,117,2,131,199,6,131,198,19,73,116,3,233,51,255,51,192,11,192,
-95,94,90,89,91,46,161,96,18,93,203,0,0,0,0,0,137,119,1,136,
-87,6,83,81,82,6,30,14,104,96,18,14,83,80,232,234,55,131,196,10,
-31,7,90,89,91,195,137,127,1,136,87,6,198,71,8,0,136,119,18,83,
-81,82,6,30,14,104,96,18,14,83,80,232,197,55,131,196,10,31,7,90,
-89,91,195,86,87,137,127,1,136,79,6,136,119,18,198,71,7,0,198,71,
-8,0,38,128,61,32,116,12,198,71,7,0,198,71,8,1,198,71,9,112,
-46,163,90,19,46,198,6,93,19,1,38,128,61,43,117,6,46,128,14,93,
-19,2,83,81,82,6,30,14,104,96,18,14,83,80,232,114,55,131,196,10,
-31,7,90,89,91,46,139,22,96,18,46,136,22,92,19,131,248,0,117,66,
-139,247,232,107,241,3,240,38,128,124,1,0,116,49,70,139,254,137,127,1,
-136,111,6,198,71,8,0,46,160,93,19,136,71,18,83,81,82,6,30,14,
-104,96,18,14,83,46,161,90,19,80,232,38,55,131,196,10,31,7,90,89,
-91,235,188,184,0,0,46,139,30,96,18,138,251,46,138,54,92,19,95,94,
-195,0,0,0,0,83,81,82,86,87,30,6,15,168,102,80,232,52,47,15,
-130,136,1,38,139,30,23,18,38,15,182,119,45,131,254,1,115,29,186,10,
-18,187,69,23,176,1,180,112,185,4,0,190,66,140,232,31,242,232,52,242,
-232,17,242,249,233,92,1,87,80,83,191,187,143,78,193,230,2,187,219,140,
-138,64,2,136,69,12,254,192,2,5,136,69,2,139,0,137,69,10,139,248,
-138,64,3,190,138,144,38,199,6,33,18,0,0,38,199,6,83,18,1,0,
-38,199,6,81,18,1,0,38,199,6,125,18,1,0,38,199,6,37,18,0,
-0,38,199,6,39,18,0,0,38,199,6,41,18,1,0,38,199,6,43,18,
-1,0,38,199,6,45,18,0,0,38,199,6,47,18,0,0,38,199,6,35,
-18,1,0,38,139,30,23,18,38,129,127,26,2,16,117,54,187,15,144,198,
-71,12,1,199,71,10,244,149,38,199,6,41,18,0,0,38,199,6,43,18,
-0,0,187,36,144,198,71,12,1,199,71,10,244,149,38,199,6,45,18,0,
-0,38,199,6,47,18,0,0,235,24,187,15,144,198,71,12,2,199,71,10,
-35,141,187,36,144,198,71,12,3,199,71,10,43,141,139,69,2,38,163,29,
-18,232,109,1,91,88,95,180,31,232,68,240,6,140,200,142,232,142,192,185,
-7,0,141,54,204,137,232,107,240,88,142,232,142,192,232,179,247,140,216,46,
-163,75,148,46,163,88,148,46,163,56,148,46,163,245,144,46,163,84,145,46,
-163,8,145,46,163,46,145,46,163,27,145,46,163,65,145,46,163,103,145,46,
-163,254,144,46,163,93,145,46,163,17,145,46,163,55,145,46,163,36,145,46,
-163,74,145,46,163,112,145,46,163,190,144,46,163,194,144,140,192,46,163,228,
-149,14,7,191,96,143,176,32,185,20,0,252,243,170,248,102,88,15,169,7,
-31,95,94,90,89,91,195,96,15,182,200,38,128,124,1,0,116,7,131,198,
-6,226,244,235,58,139,254,131,249,1,126,51,73,131,198,6,38,15,182,68,
-1,10,192,116,33,38,136,100,1,38,136,69,1,38,138,4,38,136,5,38,
-138,68,2,38,136,69,2,38,138,68,3,38,136,69,3,131,199,6,131,198,
-6,226,209,97,195,86,139,54,23,18,246,68,33,128,117,41,11,192,116,37,
-96,186,15,10,187,63,17,176,1,180,71,185,7,0,141,54,14,137,14,15,
-169,232,56,240,232,234,6,97,116,5,232,39,240,235,2,51,192,94,195,86,
-38,139,54,23,18,38,246,68,33,128,116,38,131,248,2,117,33,96,186,15,
-10,187,63,17,176,1,180,71,185,8,0,141,54,49,137,14,15,169,232,255,
-239,232,177,6,97,116,6,232,238,239,249,235,1,248,94,195,96,30,6,31,
-60,1,117,22,161,47,18,232,185,255,114,6,199,6,47,18,0,0,198,6,
-87,18,1,232,109,12,31,97,195,80,86,232,111,0,51,192,190,229,143,232,
-201,0,51,192,190,250,143,94,88,195,96,38,139,30,23,18,38,129,127,26,
-2,16,116,79,235,77,38,139,14,81,18,227,36,38,131,62,125,18,0,117,
-54,38,199,6,45,18,0,0,38,199,6,47,18,0,0,187,36,144,198,71,
-12,3,199,71,10,43,141,235,26,187,36,144,198,71,12,1,199,71,10,244,
-149,38,199,6,45,18,0,0,38,199,6,47,18,0,0,38,161,81,18,38,
-163,125,18,97,195,38,199,6,35,18,1,0,86,190,229,143,38,161,29,18,
-131,248,4,116,46,131,248,1,116,41,131,248,2,116,36,131,248,5,116,18,
-131,248,82,125,13,198,68,12,3,199,68,10,55,141,176,4,235,31,198,68,
-12,3,199,68,10,55,141,176,4,235,18,198,68,12,1,199,68,10,244,149,
-38,199,6,35,18,0,0,176,2,2,4,136,68,2,94,38,199,6,31,18,
-7,0,195,38,199,6,37,18,0,0,86,190,250,143,38,161,29,18,232,223,
-237,114,13,198,68,12,1,199,68,10,244,149,176,2,235,11,198,68,12,2,
-199,68,10,27,141,176,3,2,4,136,68,2,94,38,199,6,39,18,0,0,
-195,161,81,18,232,90,254,195,161,39,18,195,161,43,18,195,161,47,18,195,
-102,80,83,81,82,87,86,30,6,15,168,85,232,140,43,15,130,4,1,51,
-255,38,139,30,23,18,131,195,68,232,50,2,117,59,51,255,38,139,30,23,
-18,131,195,93,232,35,2,117,44,38,139,30,23,18,131,195,118,51,255,232,
-20,2,117,29,186,9,18,187,70,23,176,1,180,112,185,4,0,190,86,140,
-232,89,238,232,110,238,232,75,238,249,233,186,0,180,31,232,90,237,186,0,
-0,187,79,24,176,2,180,31,232,117,237,6,140,200,142,232,142,192,185,6,
-0,141,54,239,137,232,116,237,7,182,6,38,139,30,23,18,38,15,182,79,
-69,131,195,68,51,255,232,189,1,116,26,139,251,38,246,69,3,1,116,12,
-87,38,139,125,4,232,124,0,95,232,64,237,131,199,6,226,232,38,139,30,
-23,18,38,15,182,79,119,131,195,118,51,255,232,143,1,116,26,139,251,38,
-246,69,3,1,116,12,87,38,139,125,4,232,78,0,95,232,18,237,131,199,
-6,226,232,38,139,30,23,18,38,15,182,79,94,131,195,93,51,255,232,97,
-1,116,35,139,251,38,246,69,3,1,116,21,38,138,5,179,19,246,227,38,
-139,54,23,18,3,240,129,198,77,3,232,31,0,131,199,6,226,223,248,93,
-15,169,7,31,94,95,90,89,91,102,88,195,179,31,183,23,178,5,176,1,
-232,233,3,195,179,31,183,23,178,3,176,1,232,190,3,232,174,236,254,198,
-195,83,38,139,95,4,38,139,95,6,38,128,127,2,32,91,195,96,30,6,
-31,60,1,117,45,190,68,0,191,232,24,232,39,0,190,93,0,191,188,24,
-232,30,0,190,118,0,191,232,24,232,21,0,139,54,23,18,136,76,70,136,
-76,95,136,76,120,198,6,87,18,1,31,97,195,3,54,23,18,15,182,76,
-2,227,35,40,76,1,139,116,7,131,238,6,131,198,6,246,68,3,1,116,
-247,136,108,1,136,108,3,138,28,139,84,4,87,255,215,95,226,230,195,232,
-45,3,232,1,0,195,198,5,12,102,80,138,69,16,199,69,1,0,0,198,
-69,3,0,102,139,69,4,102,137,69,8,102,88,87,139,62,23,18,254,69,
-44,95,195,87,86,83,81,6,30,139,242,86,139,116,6,138,68,5,139,54,
-23,18,0,68,44,94,86,139,30,23,18,139,251,129,195,77,3,83,232,28,
-76,131,196,4,128,124,8,112,116,15,139,30,23,18,102,15,182,68,8,102,
-15,171,135,133,4,131,124,4,0,117,7,139,68,2,137,133,75,3,86,232,
-35,76,131,196,2,128,124,8,112,116,9,86,232,12,235,131,196,2,235,7,
-86,232,36,235,131,196,2,31,7,89,91,94,95,195,81,38,15,182,79,1,
-227,16,38,139,95,7,38,246,71,3,1,117,9,131,195,6,226,244,51,219,
-235,8,11,255,116,4,255,215,116,239,89,11,219,195,96,30,6,15,168,6,
-180,23,232,55,235,186,0,1,187,79,14,176,0,180,23,232,82,235,140,200,
-142,232,142,192,185,15,0,141,54,13,138,232,82,235,7,186,15,2,179,23,
-6,232,56,236,232,117,235,7,38,139,54,23,18,186,45,2,232,65,235,38,
-138,68,16,232,82,235,176,46,232,253,234,38,138,68,17,192,232,3,232,67,
-235,176,46,232,238,234,38,138,68,17,36,7,232,77,235,38,138,68,18,186,
-61,2,232,19,235,232,64,235,186,73,2,232,10,235,38,139,68,6,232,19,
-235,30,6,31,232,4,234,31,96,139,247,131,198,4,38,198,68,16,0,38,
-198,68,36,0,38,198,68,56,0,186,49,3,179,23,232,7,235,131,198,20,
-186,13,3,179,23,232,252,234,131,198,20,186,8,4,179,23,232,241,234,97,
-30,6,31,232,209,233,31,96,38,139,69,6,193,232,4,186,22,5,232,179,
-234,179,23,179,31,38,136,30,5,0,179,0,232,222,0,179,30,38,136,30,
-5,0,232,139,234,254,194,232,150,234,179,23,176,77,232,103,234,176,66,232,
-98,234,139,247,131,198,12,38,198,68,20,0,186,47,4,179,23,232,160,234,
-97,30,6,31,232,97,235,31,96,139,247,131,198,4,38,198,68,8,0,38,
-198,68,20,0,38,198,68,32,0,186,54,5,179,23,232,123,234,131,198,12,
-186,17,6,179,23,232,112,234,131,198,12,186,48,6,179,23,232,101,234,186,
-16,7,232,55,234,38,139,54,23,18,38,129,124,26,2,16,117,19,179,23,
-176,78,232,251,233,176,47,232,246,233,176,65,232,241,233,235,62,38,139,54,
-23,18,38,138,100,34,176,33,246,196,8,117,16,176,66,246,196,48,117,9,
-176,133,246,196,128,117,2,176,100,179,23,232,34,234,232,223,233,254,194,232,
-234,233,179,23,176,77,232,187,233,176,72,232,182,233,176,122,232,177,233,97,
-6,31,178,1,182,4,232,207,233,248,15,169,7,31,97,248,195,82,186,100,
-0,246,242,4,48,232,132,233,134,196,90,232,230,233,195,83,81,82,232,175,
-233,139,202,187,0,0,232,111,234,61,0,75,116,57,61,13,28,116,74,61,
-27,1,117,3,249,235,69,60,48,114,231,60,57,119,13,44,48,180,48,193,
-227,4,10,216,2,196,235,16,12,32,60,97,114,208,60,102,119,204,44,87,
-180,87,235,231,232,53,233,254,194,235,191,59,202,116,187,193,235,4,254,202,
-232,93,233,176,32,232,32,233,232,85,233,235,169,139,195,248,90,89,91,195,
-87,6,80,81,60,0,117,6,140,200,142,192,235,6,46,161,8,0,142,192,
-232,53,233,138,225,38,138,5,232,69,233,71,176,32,232,239,232,254,204,117,
-240,232,23,232,254,198,254,205,117,226,89,88,7,95,195,38,139,62,23,18,
-80,176,19,246,227,3,248,129,199,77,3,88,195,96,191,176,18,42,228,30,
-6,96,6,31,86,80,87,232,81,232,131,196,6,97,7,31,190,176,18,232,
-14,233,97,195,80,81,86,87,83,139,223,191,176,18,185,160,15,252,87,80,
-176,0,243,170,88,95,30,6,96,6,31,42,228,80,83,87,232,40,232,131,
-196,6,97,7,31,91,190,176,18,232,220,232,254,198,232,175,232,232,36,232,
-3,240,38,128,124,1,0,116,3,70,235,233,95,94,89,88,195,232,104,232,
-232,93,233,36,223,60,78,116,6,60,89,117,240,12,89,156,232,141,232,157,
-195,85,139,236,81,102,139,70,4,139,78,8,232,10,0,139,208,102,193,232,
-16,146,89,93,195,102,83,102,82,81,102,80,102,187,1,0,0,0,102,211,
-227,102,51,210,102,247,243,102,88,102,43,194,89,102,90,102,91,195,96,30,
-6,31,184,1,0,232,21,1,115,7,232,35,0,114,25,235,28,232,12,3,
-114,10,232,180,2,114,5,232,190,2,115,13,232,230,0,232,135,255,116,5,
-198,6,242,49,1,31,97,195,186,1,1,187,78,24,176,1,180,112,185,5,
-0,190,16,140,232,181,232,184,0,0,232,212,0,115,48,160,201,17,36,223,
-60,78,116,35,60,89,116,25,232,181,232,61,0,73,117,5,232,8,1,235,
-222,36,223,60,78,116,12,60,89,116,2,235,231,232,124,232,249,235,4,232,
-118,232,248,195,96,184,1,0,232,154,0,114,20,232,152,2,114,10,232,64,
-2,114,5,232,74,2,115,0,232,114,0,235,95,186,1,1,187,78,24,176,
-1,180,112,185,5,0,190,16,140,232,76,232,184,0,0,232,107,0,115,38,
-160,201,17,36,223,60,78,116,70,60,89,116,60,232,76,232,61,0,73,117,
-5,232,159,0,235,222,36,223,60,78,116,47,60,89,116,37,235,231,182,22,
-6,14,7,190,47,171,232,219,230,7,178,3,2,208,232,91,231,235,9,182,
-14,178,59,232,82,231,235,0,232,178,254,116,6,232,240,231,249,235,4,232,
-234,231,248,97,195,186,9,18,187,70,23,176,1,180,112,185,2,0,190,41,
-140,232,220,231,195,102,80,96,139,232,182,7,187,50,30,232,85,4,162,201,
-17,114,16,187,252,29,232,74,4,114,8,131,253,1,117,3,248,235,0,97,
-102,88,195,15,182,140,129,4,248,227,1,249,195,15,182,140,130,4,248,227,
-1,249,195,15,182,140,131,4,248,227,1,249,195,15,182,140,132,4,248,227,
-1,249,195,81,186,2,7,185,77,21,183,112,232,177,230,89,195,86,83,11,
-237,117,58,15,182,140,129,4,10,201,15,132,63,1,178,4,232,185,230,102,
-80,102,83,102,82,86,6,140,200,142,192,190,100,165,232,199,230,7,94,138,
-68,18,179,1,232,205,230,232,153,229,102,90,102,91,102,88,178,18,232,143,
-230,139,254,51,201,136,140,129,4,129,198,17,2,129,199,77,3,185,16,0,
-138,4,138,37,128,252,30,15,132,231,0,58,5,117,55,60,15,116,28,60,
-0,116,24,60,1,15,133,213,0,87,86,139,116,1,139,125,1,232,51,229,
-94,95,115,26,233,195,0,102,139,68,12,102,59,69,12,117,13,102,139,68,
-8,102,59,69,8,117,3,233,172,0,86,139,54,23,18,254,132,129,4,94,
-131,253,1,15,132,155,0,87,86,6,80,140,200,142,192,190,5,165,232,55,
-230,88,7,94,38,138,68,16,83,179,0,232,58,230,91,176,32,232,204,229,
-6,15,168,140,216,142,232,142,192,232,232,229,138,68,16,180,112,232,160,229,
-15,169,7,232,218,229,254,198,178,18,232,227,229,95,128,254,22,117,83,86,
-6,140,200,142,192,190,110,165,232,241,229,7,94,182,14,178,62,232,200,229,
-81,232,148,229,89,232,136,230,61,0,81,117,12,232,219,254,182,7,178,18,
-232,177,229,235,37,61,0,73,117,20,232,202,254,91,94,139,54,21,18,137,
-54,23,18,86,83,182,7,233,216,254,36,223,60,78,116,17,60,89,116,13,
-235,199,131,198,19,131,199,19,73,15,133,3,255,91,94,248,195,96,187,158,
-31,232,171,2,187,16,30,232,165,2,97,195,96,187,26,30,232,156,2,97,
-195,86,87,82,139,62,23,18,139,247,139,180,15,2,139,189,75,3,131,254,
-0,116,33,131,255,0,116,28,138,84,8,138,117,8,56,242,116,10,87,139,
-62,23,18,254,133,131,4,95,139,116,2,139,125,2,235,218,90,95,94,195,
-96,187,244,31,232,88,2,187,81,32,232,82,2,187,130,32,232,76,2,187,
-6,30,232,70,2,97,195,87,86,139,62,23,18,139,247,139,180,15,2,131,
-254,0,116,57,139,189,75,3,131,255,0,116,48,86,87,138,68,8,232,43,
-0,115,28,139,116,6,139,125,6,128,124,2,64,117,16,128,125,2,64,116,
-10,87,139,62,23,18,254,133,130,4,95,95,94,139,116,2,131,254,0,117,
-208,94,95,195,56,69,8,249,116,9,139,125,2,131,255,0,117,242,248,195,
-87,83,139,62,23,18,139,189,75,3,131,255,0,116,31,139,93,6,15,182,
-95,7,15,186,227,1,114,10,139,125,2,131,255,0,117,235,235,8,139,62,
-23,18,254,133,130,4,91,95,195,87,86,139,62,23,18,139,247,139,180,15,
-2,131,254,0,116,60,139,189,75,3,131,255,0,116,51,86,87,138,68,8,
-232,157,255,115,31,139,116,6,139,125,6,138,68,7,138,101,7,36,1,128,
-228,1,56,196,116,10,87,139,62,23,18,254,133,130,4,95,95,94,139,116,
-2,131,254,0,117,205,94,95,195,61,0,30,249,117,125,6,30,83,81,82,
-87,46,161,8,0,142,216,139,30,23,18,139,251,15,182,77,28,129,195,143,
-0,128,125,44,0,116,86,178,42,138,69,44,56,69,45,136,69,45,117,6,
-178,32,198,69,45,0,82,128,127,1,0,116,35,90,82,128,79,3,1,128,
-250,42,116,4,128,103,3,254,30,6,30,7,14,31,83,81,38,15,182,95,
-1,232,70,234,89,91,7,31,131,195,6,226,210,90,106,2,104,255,0,106,
-1,46,139,30,237,148,83,232,169,44,131,196,8,95,90,89,91,31,7,248,
-195,85,139,236,81,86,87,30,6,140,217,14,31,142,193,190,96,143,139,126,
-4,131,199,20,252,86,185,20,0,3,241,128,124,255,32,117,3,78,226,247,
-94,243,164,50,192,170,7,31,95,94,89,93,195,85,184,0,30,232,65,255,
-184,0,0,93,203,30,15,168,83,81,82,86,87,186,13,8,187,66,17,176,
-1,180,71,185,6,0,141,54,129,137,14,15,169,232,252,227,232,174,250,156,
-232,237,227,157,116,45,186,13,8,187,65,12,176,1,180,111,141,54,159,137,
-185,1,0,232,222,227,6,31,232,0,226,38,139,54,23,18,232,64,226,232,
-198,227,184,5,0,38,198,6,87,18,1,248,95,94,90,89,91,15,169,31,
-195,80,83,81,82,186,9,18,187,70,23,176,1,180,112,185,2,0,232,167,
-227,232,89,250,156,232,152,227,157,90,89,91,88,195,80,83,81,82,186,9,
-18,187,70,24,176,1,180,112,185,3,0,232,134,227,232,56,250,156,232,119,
-227,157,90,89,91,88,195,139,54,21,18,137,54,23,18,255,211,114,7,139,
-52,131,254,255,117,241,195,200,12,0,0,86,51,192,137,70,248,137,70,244,
-131,62,29,18,4,116,9,106,1,232,243,225,91,137,70,244,139,30,23,18,
-139,71,50,137,70,252,51,192,137,70,250,137,70,254,235,77,106,1,232,190,
-225,91,137,70,248,139,94,252,139,118,248,138,7,136,68,2,198,68,3,0,
-131,126,244,0,116,18,139,70,244,138,15,42,237,107,241,19,139,30,23,18,
-137,128,78,3,139,94,252,42,228,138,7,107,240,19,139,30,23,18,198,128,
-77,3,1,255,70,250,255,70,254,131,70,252,6,139,30,23,18,42,228,138,
-71,44,59,70,254,118,39,139,94,252,246,71,3,1,116,226,131,126,248,0,
-116,150,139,70,248,137,70,246,106,1,232,78,225,91,139,216,137,70,248,139,
-70,246,137,7,235,135,131,62,29,18,4,117,15,255,118,250,255,118,248,232,
-95,5,131,196,4,94,201,195,255,118,248,232,55,0,91,255,118,244,232,52,
-254,91,131,62,29,18,7,114,18,255,118,244,255,118,250,255,118,248,255,54,
-29,18,232,162,0,235,16,255,118,244,255,118,250,255,118,248,255,54,29,18,
-232,254,3,131,196,8,94,201,195,200,10,0,0,86,199,70,252,255,255,199,
-70,254,255,127,139,70,4,235,62,255,54,31,18,139,94,246,42,228,138,71,
-2,107,240,19,139,30,23,18,255,176,83,3,255,176,81,3,232,250,248,131,
-196,6,45,0,8,131,218,0,59,86,254,119,13,114,5,59,70,252,115,6,
-137,70,252,137,86,254,139,94,246,139,7,137,70,246,11,192,117,187,139,70,
-4,235,34,139,70,252,139,94,246,139,86,254,138,79,2,42,237,107,241,19,
-139,30,23,18,137,128,85,3,137,144,87,3,139,94,246,139,7,137,70,246,
-11,192,117,215,94,201,195,200,18,0,0,86,199,70,250,0,0,131,126,4,
-7,118,27,139,70,8,138,78,4,131,225,15,43,210,247,241,137,70,254,139,
-70,4,193,232,4,136,70,244,235,9,199,70,254,2,0,198,70,244,2,255,
-118,6,255,118,254,232,95,1,131,196,4,137,70,242,199,70,246,0,0,235,
-101,106,1,232,29,224,91,139,216,137,70,248,139,70,246,137,71,11,139,70,
-242,137,71,9,138,70,244,136,71,2,138,70,254,136,71,5,136,71,4,198,
-71,7,0,198,71,7,128,198,71,6,255,160,31,18,136,71,3,199,70,252,
-0,0,235,17,139,94,242,137,94,240,139,7,137,70,242,255,70,250,255,70,
-252,139,70,254,57,70,252,114,231,139,94,240,199,7,0,0,139,70,248,137,
-70,246,131,126,242,0,117,149,106,1,232,178,223,91,139,216,137,70,248,198,
-71,6,0,199,71,11,0,0,139,70,246,137,71,9,128,126,244,2,117,6,
-198,71,2,16,235,7,139,94,248,198,71,2,80,139,94,248,138,70,250,136,
-71,5,136,71,4,198,71,7,0,198,71,7,64,160,31,18,136,71,3,139,
-118,10,137,92,6,128,76,9,1,198,68,8,112,139,94,6,42,228,138,71,
-2,107,240,19,139,30,23,18,255,176,87,3,255,176,85,3,131,126,4,7,
-117,7,139,70,8,209,232,235,11,139,70,8,138,78,4,131,225,15,43,193,
-80,139,70,10,5,16,0,80,232,185,224,139,94,10,131,196,8,198,71,11,
-1,232,197,241,139,94,10,2,192,50,71,9,36,2,48,71,9,232,192,241,
-139,94,10,192,224,4,50,71,9,36,16,48,71,9,232,171,241,139,94,10,
-192,224,2,50,71,9,36,4,48,71,9,232,162,241,139,94,10,136,71,41,
-83,232,183,2,91,139,30,23,18,138,70,250,40,71,44,94,201,195,144,200,
-14,0,0,51,192,137,70,246,137,70,254,139,70,6,233,240,0,139,70,252,
-139,216,137,70,250,139,7,137,70,252,199,70,242,1,0,139,94,250,51,192,
-137,7,137,70,248,233,157,0,255,118,252,255,118,250,232,252,0,131,196,4,
-11,192,116,119,139,70,250,137,70,244,139,70,252,139,216,137,70,250,139,7,
-137,70,252,139,94,250,139,70,244,137,7,139,70,4,255,70,242,57,70,242,
-117,103,131,126,254,0,117,5,137,94,254,235,22,139,70,254,235,2,139,7,
-137,70,244,139,216,131,63,0,117,244,139,70,250,137,7,199,70,250,0,0,
-139,70,252,137,70,244,11,192,116,55,235,5,139,7,137,70,244,139,94,244,
-131,63,0,117,243,139,70,248,137,7,139,70,252,137,70,248,199,70,252,0,
-0,235,22,139,70,248,137,70,244,139,94,252,137,94,248,139,7,137,70,252,
-139,70,244,137,7,131,126,252,0,116,3,233,90,255,131,126,250,0,116,34,
-131,126,246,0,116,22,139,70,250,235,2,139,7,137,70,244,139,216,131,63,
-0,117,244,139,70,246,137,7,139,70,250,137,70,246,139,70,248,137,70,252,
-11,192,116,3,233,6,255,57,70,254,116,24,139,70,254,235,2,139,7,137,
-70,244,139,216,131,63,0,117,244,139,70,246,137,7,235,6,139,70,246,137,
-70,254,139,70,254,201,195,144,144,85,139,236,86,176,31,106,31,139,94,6,
-246,103,2,5,213,15,80,176,31,139,118,4,246,100,2,5,213,15,80,232,
-61,0,131,196,6,11,192,117,49,138,68,2,42,228,107,240,19,139,30,23,
-18,139,128,81,3,139,144,83,3,139,118,6,42,237,138,76,2,107,241,19,
-57,128,81,3,117,12,57,144,83,3,117,6,184,1,0,94,201,195,51,192,
-94,201,195,200,6,0,0,139,70,4,137,70,252,139,70,6,137,70,250,199,
-70,254,0,0,235,9,255,70,252,255,70,250,255,70,254,139,70,8,57,70,
-254,115,17,139,94,252,138,7,139,94,250,56,7,116,227,184,1,0,201,195,
-51,192,201,195,144,200,4,0,0,86,106,1,232,244,220,91,139,216,137,70,
-254,199,71,11,0,0,139,70,6,137,71,9,138,70,4,136,71,2,138,70,
-8,136,71,5,136,71,4,198,71,7,0,198,71,7,128,198,71,7,192,198,
-71,6,255,160,31,18,136,71,3,232,101,239,139,94,10,2,192,50,71,9,
-36,2,48,71,9,232,96,239,139,94,10,192,224,4,50,71,9,36,16,48,
-71,9,232,83,239,139,94,10,136,71,41,232,66,239,139,94,10,192,224,2,
-50,71,9,36,4,48,71,9,139,70,254,137,71,6,128,79,9,1,198,71,
-8,112,139,94,6,42,228,138,71,2,107,240,19,139,30,23,18,255,176,87,
-3,255,176,85,3,131,126,4,0,117,5,139,70,8,235,4,139,70,8,72,
-80,139,70,10,5,16,0,80,232,213,221,139,94,10,131,196,8,198,71,11,
-1,83,232,14,0,91,139,30,23,18,138,70,8,40,71,44,94,201,195,200,
-2,0,0,86,139,30,23,18,131,191,75,3,0,117,19,139,70,4,137,135,
-75,3,139,216,51,201,137,79,4,137,79,2,235,33,139,135,75,3,235,3,
-139,71,2,139,216,131,127,2,0,117,245,139,94,4,139,240,137,71,4,199,
-71,2,0,0,137,92,2,139,30,23,18,254,71,69,94,201,195,200,12,0,
-0,87,86,139,70,4,137,70,252,232,117,238,136,70,244,199,70,254,0,0,
-233,235,0,106,1,232,203,219,91,139,216,137,70,246,198,71,11,2,43,192,
-137,71,14,137,71,12,139,118,252,138,68,2,107,248,19,3,62,23,18,139,
-133,81,3,139,149,83,3,45,0,8,131,218,0,137,133,85,3,137,149,87,
-3,138,68,2,42,228,107,248,19,139,30,23,18,139,129,85,3,139,145,87,
-3,139,94,246,137,71,16,137,87,18,138,68,2,42,228,107,248,19,139,30,
-23,18,139,70,246,137,129,78,3,106,1,232,81,219,91,139,216,199,71,11,
-0,0,137,119,9,139,4,137,70,252,199,4,0,0,198,71,2,11,198,71,
-5,1,198,71,4,1,198,71,7,0,198,71,7,128,198,71,7,192,198,71,
-6,255,160,31,18,136,71,3,139,118,246,137,92,6,138,68,9,12,1,136,
-68,9,198,68,8,112,138,70,244,2,192,50,68,9,36,2,50,68,9,136,
-68,9,232,171,237,192,224,4,50,68,9,36,16,50,68,9,136,68,9,232,
-158,237,136,68,41,86,232,236,247,91,86,232,177,254,91,255,70,254,139,70,
-6,57,70,254,115,3,233,10,255,139,30,23,18,138,70,6,40,71,44,94,
-95,201,195,0,0,0,0,96,6,15,168,38,139,30,23,18,38,15,182,79,
-70,131,249,1,117,100,131,195,68,191,70,24,232,171,239,185,0,0,116,86,
-38,139,95,4,46,137,30,182,56,38,138,71,11,38,139,127,6,80,60,2,
-117,8,38,138,69,2,60,15,116,84,180,31,232,237,218,51,210,187,79,24,
-176,2,180,31,232,9,219,6,140,200,142,232,142,192,185,4,0,141,54,232,
-151,232,8,219,7,88,182,3,46,139,62,182,56,179,31,183,23,178,5,176,
-1,232,24,242,235,56,186,9,18,187,70,23,176,1,180,112,227,8,185,5,
-0,190,102,152,235,25,185,4,0,190,86,140,235,17,88,186,19,18,187,60,
-23,176,1,180,112,185,5,0,190,127,152,232,122,219,232,143,219,232,108,219,
-235,8,46,139,30,182,56,232,6,0,15,169,7,97,249,195,96,46,137,30,
-182,56,38,139,127,6,38,128,127,8,112,116,18,38,128,127,11,2,116,106,
-38,138,69,2,232,61,218,115,97,235,28,186,8,12,187,71,17,176,1,180,
-112,185,3,0,190,252,151,232,46,219,232,67,219,232,32,219,233,150,0,38,
-246,69,7,2,117,33,38,138,69,6,38,246,69,7,128,117,6,168,15,117,
-18,235,43,138,224,128,228,2,128,252,0,116,6,36,252,60,252,116,27,186,
-8,12,187,71,17,176,1,180,112,185,4,0,190,11,152,232,234,218,232,255,
-218,232,220,218,235,83,38,138,103,8,38,138,69,6,36,252,30,6,31,232,
-1,4,114,56,232,145,4,31,60,0,117,6,190,87,152,185,3,0,186,21,
-10,187,56,15,80,176,1,180,112,232,180,218,88,128,252,0,116,14,186,34,
-11,232,248,217,187,1,0,138,196,232,32,218,232,181,218,232,146,218,235,1,
-31,46,139,30,182,56,232,246,216,97,195,96,6,15,168,38,139,30,23,18,
-38,15,182,79,70,131,249,1,15,133,95,1,131,195,68,191,70,24,232,21,
-238,185,0,0,15,132,79,1,38,139,95,4,46,137,30,182,56,38,139,127,
-6,38,128,127,11,2,117,9,38,128,125,2,15,15,132,78,1,38,139,71,
-9,131,224,2,209,232,38,163,83,18,38,163,81,18,38,163,125,18,38,139,
-71,9,131,224,16,193,232,4,38,163,41,18,38,163,43,18,87,191,176,151,
-198,69,12,3,199,69,10,43,141,38,15,182,71,41,38,163,45,18,38,163,
-47,18,38,131,62,81,18,0,117,0,95,30,6,81,86,87,38,139,62,23,
-18,38,129,125,26,2,16,117,54,191,98,151,198,69,12,1,199,69,10,244,
-149,38,199,6,41,18,0,0,38,199,6,43,18,0,0,191,176,151,198,69,
-12,1,199,69,10,244,149,38,199,6,45,18,0,0,38,199,6,47,18,0,
-0,235,12,191,98,151,198,69,12,2,199,69,10,35,141,139,243,131,198,20,
-140,193,30,7,142,217,191,96,143,252,185,20,0,172,60,0,116,5,170,226,
-248,235,4,176,32,243,170,95,94,89,7,31,83,87,180,31,232,145,216,51,
-210,187,79,20,176,2,180,31,232,173,216,6,140,200,142,232,142,192,185,7,
-0,141,54,197,151,232,172,216,7,95,91,190,10,151,199,68,1,155,151,38,
-199,6,37,18,0,0,38,199,6,39,18,0,0,38,15,182,69,2,232,59,
-216,115,23,199,68,1,134,151,38,139,71,9,131,224,4,193,232,2,38,163,
-37,18,38,163,39,18,139,251,179,31,183,23,178,5,182,3,176,1,232,135,
-239,235,56,186,9,18,187,70,23,176,1,180,112,227,8,185,5,0,190,102,
-152,235,24,185,4,0,190,86,140,235,16,186,19,18,187,60,23,176,1,180,
-112,185,5,0,190,127,152,232,234,216,232,255,216,232,220,216,249,235,54,232,
-118,223,140,216,46,163,127,150,46,163,184,150,46,163,146,150,46,163,165,150,
-46,163,203,150,46,163,136,150,46,163,193,150,46,163,155,150,46,163,174,150,
-46,163,212,150,46,163,72,150,46,163,76,150,248,15,169,7,97,195,96,60,
-1,15,133,78,1,38,161,81,18,46,139,30,182,56,38,139,95,9,131,227,
-2,131,251,0,117,7,30,6,31,232,37,232,31,46,139,30,182,56,38,128,
-127,11,2,117,38,38,139,127,6,38,139,117,9,80,38,138,68,2,180,19,
-246,228,38,139,54,23,18,129,198,77,3,3,240,88,38,128,100,3,254,38,
-8,68,3,38,139,87,9,131,226,2,209,234,56,194,116,16,208,224,38,131,
-103,9,253,38,9,71,9,38,131,119,9,32,38,139,127,6,38,15,182,69,
-2,232,32,215,115,35,38,161,39,18,38,139,87,9,131,226,4,193,234,2,
-56,194,116,17,192,224,2,38,131,103,9,251,38,9,71,9,38,131,119,9,
-64,38,139,62,23,18,38,129,125,26,2,16,117,7,38,131,103,9,239,235,
-91,38,161,47,18,38,58,71,41,116,12,232,185,231,114,7,38,199,6,47,
-18,0,0,38,15,182,87,41,38,129,103,9,255,253,38,59,22,47,18,116,
-15,38,129,79,9,0,2,38,139,22,47,18,38,136,87,41,38,161,43,18,
-38,139,87,9,131,226,16,193,234,4,56,194,116,18,192,224,4,38,131,103,
-9,239,38,9,71,9,38,129,119,9,128,0,190,96,143,252,185,20,0,3,
-241,139,251,131,199,20,128,124,255,32,117,3,78,226,247,11,201,117,8,38,
-128,61,0,116,23,235,15,190,96,143,243,166,117,8,38,128,61,0,117,2,
-227,6,38,129,79,9,0,1,30,6,31,83,232,250,242,131,196,2,31,97,
-195,96,38,139,30,23,18,38,129,127,26,2,16,116,79,235,77,38,139,14,
-81,18,227,36,38,131,62,125,18,0,117,54,38,199,6,45,18,0,0,38,
-199,6,47,18,0,0,187,176,151,198,71,12,3,199,71,10,43,141,235,26,
-187,176,151,198,71,12,1,199,71,10,244,149,38,199,6,45,18,0,0,38,
-199,6,47,18,0,0,38,161,81,18,38,163,125,18,97,195,96,186,5,4,
-187,74,21,176,1,180,112,185,10,0,190,152,152,232,220,214,232,241,214,232,
-206,214,97,195,96,97,195,96,6,80,15,182,236,89,176,5,128,249,244,117,
-2,176,8,139,62,182,15,136,5,198,69,1,2,198,69,2,0,139,197,136,
-69,3,199,69,6,5,1,232,189,212,232,194,212,140,202,190,60,47,232,131,
-213,190,202,152,185,6,0,184,46,12,163,197,17,184,51,12,163,199,17,139,
-197,186,21,10,187,56,15,191,45,11,232,91,213,114,5,248,7,97,195,203,
-139,62,182,15,198,5,8,198,69,1,2,198,69,2,0,139,197,136,69,3,
-199,69,6,2,0,232,111,212,232,116,212,198,5,5,232,102,212,232,107,212,
-198,5,23,232,93,212,232,98,212,232,56,214,249,7,97,195,51,192,96,15,
-182,236,50,219,51,201,140,202,190,213,47,232,18,213,204,246,199,1,117,57,
-246,199,4,117,9,128,251,0,117,21,97,176,0,195,136,14,201,17,97,138,
-38,201,17,190,247,152,185,3,0,235,38,136,30,201,17,97,138,38,201,17,
-190,232,152,185,3,0,235,21,97,190,6,153,185,3,0,235,12,246,199,6,
-117,242,97,190,21,153,185,3,0,176,1,195,138,69,22,60,9,116,36,60,
-10,116,32,60,4,116,24,60,42,116,20,60,14,116,16,60,38,116,20,60,
-25,116,22,60,54,117,2,254,195,248,203,128,207,1,203,128,207,2,203,204,
-65,128,207,4,203,128,62,2,0,99,119,233,128,207,2,235,230,248,195,195,
-0,0,0,0,0,0,0,102,80,96,6,15,168,140,200,46,163,162,153,46,
-163,166,153,46,163,217,153,46,163,236,153,46,163,255,153,46,163,18,154,46,
-163,37,154,46,163,56,154,46,163,75,154,46,163,94,154,46,163,226,153,46,
-163,245,153,46,163,8,154,46,163,27,154,46,163,46,154,46,163,65,154,46,
-163,84,154,46,163,103,154,38,139,54,23,18,139,222,38,15,182,68,19,38,
-163,89,18,38,163,91,18,38,163,105,18,38,15,182,68,20,38,163,117,18,
-38,163,115,18,38,15,182,68,21,131,224,1,38,163,121,18,38,163,119,18,
-86,38,139,54,23,18,38,129,124,26,2,16,116,24,190,179,155,199,68,10,
-244,149,198,68,12,1,51,192,38,163,107,18,38,163,109,18,235,35,190,64,
-156,199,68,10,244,149,198,68,12,1,51,192,38,163,121,18,38,163,119,18,
-38,15,182,71,25,38,163,107,18,38,163,109,18,94,187,1,0,139,203,38,
-138,68,23,60,0,116,22,60,6,118,2,176,6,138,200,38,138,68,22,38,
-58,68,28,119,4,254,196,138,216,15,182,196,38,163,93,18,38,163,95,18,
-38,163,123,18,38,137,30,99,18,75,38,137,30,97,18,38,137,14,103,18,
-73,38,137,14,101,18,232,55,0,139,254,139,216,6,15,168,83,82,180,31,
-232,121,211,51,210,187,79,24,176,2,180,31,232,149,211,140,200,142,232,142,
-192,185,11,0,141,54,126,154,232,149,211,90,91,15,169,7,248,15,169,7,
-97,102,88,195,96,191,105,156,189,165,156,38,139,54,23,18,38,139,14,95,
-18,227,46,38,57,14,123,18,116,28,187,0,0,38,137,30,97,18,67,38,
-137,30,99,18,185,1,0,38,137,14,101,18,65,38,137,14,103,18,180,1,
-232,81,0,38,138,76,28,235,27,38,137,14,93,18,38,137,14,97,18,38,
-137,14,101,18,138,225,232,55,0,191,244,149,139,239,254,193,138,233,190,85,
-155,136,76,12,137,124,10,254,193,138,4,2,193,136,68,2,138,205,128,249,
-1,116,2,177,6,190,132,155,136,76,12,137,108,10,38,161,93,18,38,163,
-123,18,97,195,51,201,38,137,14,111,18,38,137,14,113,18,10,228,116,59,
-38,15,182,76,24,138,233,246,193,1,116,31,15,182,205,209,233,38,137,14,
-111,18,38,137,14,113,18,86,190,226,155,199,68,10,93,156,198,68,12,2,
-94,235,30,86,190,226,155,199,68,10,101,156,198,68,12,1,94,235,14,86,
-190,226,155,199,68,10,244,149,198,68,12,1,94,195,96,30,6,31,60,1,
-15,133,137,1,46,198,6,237,51,0,38,139,54,23,18,187,255,0,38,139,
-14,95,18,227,5,38,139,30,99,18,38,58,92,22,116,29,81,38,136,92,
-22,102,80,102,184,3,4,7,1,139,203,38,254,132,132,4,232,86,1,232,
-126,1,102,88,89,38,139,14,95,18,227,5,38,139,14,103,18,58,76,23,
-116,27,136,76,23,102,80,102,184,3,4,8,1,15,182,201,38,254,132,132,
-4,232,41,1,232,81,1,102,88,38,129,124,26,2,16,117,38,38,139,14,
-109,18,38,58,76,25,116,67,38,136,76,25,102,80,102,184,3,4,18,1,
-38,254,132,132,4,232,253,0,232,37,1,102,88,235,40,38,139,14,119,18,
-227,2,177,255,38,58,76,21,116,25,38,136,76,21,102,80,102,184,3,4,
-28,1,38,254,132,132,4,232,211,0,232,251,0,102,88,38,139,14,115,18,
-38,58,76,20,116,25,38,136,76,20,102,80,102,184,3,4,24,1,38,254,
-132,132,4,232,175,0,232,215,0,102,88,38,246,68,24,1,116,51,38,139,
-14,113,18,208,225,138,233,128,201,1,38,50,76,24,116,33,128,205,1,38,
-136,108,24,102,80,102,184,3,4,20,1,15,182,205,209,233,38,254,132,132,
-4,232,117,0,232,157,0,102,88,46,128,62,237,51,1,117,3,232,32,210,
-38,139,14,91,18,38,59,14,89,18,116,85,81,186,13,8,187,66,17,176,
-1,180,71,185,6,0,141,54,191,154,14,15,169,232,4,210,232,182,232,156,
-232,245,209,157,89,116,50,232,71,0,38,139,54,23,18,38,136,76,19,102,
-80,102,184,3,4,17,1,38,254,132,132,4,38,198,6,87,18,1,232,63,
-0,232,251,207,102,88,38,139,54,23,18,232,57,208,232,191,209,31,97,195,
-0,96,46,128,62,237,51,1,116,9,232,8,0,46,198,6,237,51,1,97,
-195,96,186,13,8,187,65,12,176,1,180,111,141,54,62,153,185,1,0,232,
-154,209,97,195,96,81,102,80,139,62,182,15,176,19,12,64,136,5,198,69,
-1,4,198,69,2,0,198,69,3,0,199,69,6,1,0,139,22,190,15,232,
-129,207,102,137,69,8,102,199,69,12,0,2,0,0,139,62,190,15,102,88,
-102,137,5,131,199,4,88,136,5,139,62,182,15,232,103,207,232,108,207,97,
-195,96,186,5,4,187,74,17,176,1,180,112,185,10,0,190,189,156,232,55,
-209,232,76,209,232,41,209,97,195,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,102,80,96,6,15,168,140,200,46,163,78,157,46,163,82,157,46,
-163,171,157,46,163,190,157,46,163,209,157,46,163,228,157,46,163,133,157,46,
-163,152,157,46,163,247,157,46,163,10,158,46,163,29,158,46,163,48,158,46,
-163,180,157,46,163,199,157,46,163,218,157,46,163,237,157,46,163,57,158,38,
-139,54,23,18,38,15,182,132,146,4,38,163,129,18,38,138,132,147,4,38,
-163,133,18,38,138,132,148,4,60,0,117,2,176,3,254,200,38,163,137,18,
-38,138,132,149,4,38,163,141,18,38,15,182,132,150,4,38,163,143,18,38,
-163,145,18,6,15,168,83,82,180,31,232,155,207,51,210,187,79,24,176,2,
-180,31,232,183,207,140,200,142,232,142,192,185,9,0,141,54,84,158,232,183,
-207,90,91,15,169,7,248,15,169,7,97,102,88,195,96,30,6,31,60,1,
-117,118,38,139,54,23,18,38,161,129,18,38,58,132,141,4,116,5,38,254,
-132,132,4,38,136,132,146,4,38,161,133,18,38,58,132,142,4,116,5,38,
-254,132,132,4,38,136,132,147,4,38,161,145,18,38,58,132,145,4,116,5,
-38,254,132,132,4,38,136,132,150,4,38,161,137,18,60,2,117,2,176,255,
-254,192,38,58,132,143,4,116,5,38,254,132,132,4,38,136,132,148,4,38,
-161,141,18,38,58,132,144,4,116,5,38,254,132,132,4,38,136,132,149,4,
-31,97,195,96,186,5,4,187,74,17,176,1,180,112,185,9,0,190,164,159,
-232,205,207,232,226,207,232,191,207,97,195,195,0,0,0,102,80,96,6,15,
-168,140,200,46,163,204,160,46,163,217,160,46,199,6,185,160,0,0,46,199,
-6,183,160,0,0,46,163,138,160,46,163,157,160,140,192,46,163,227,159,46,
-199,6,81,57,0,0,38,139,30,23,18,38,15,182,79,70,128,249,1,15,
-133,199,0,38,139,95,75,38,246,71,3,1,116,9,232,4,226,15,132,181,
-0,235,5,131,195,6,235,235,38,139,95,4,46,137,30,182,56,38,128,127,
-11,1,15,133,156,0,38,139,95,6,46,137,30,184,56,38,138,71,2,232,
-58,206,15,131,136,0,6,30,6,31,83,232,215,79,131,196,2,46,139,30,
-182,56,137,71,6,139,216,31,7,232,214,2,114,52,83,38,139,95,9,38,
-139,127,9,38,138,71,6,138,224,36,252,60,236,116,8,128,228,2,128,252,
-0,117,3,232,142,2,38,139,95,11,131,251,0,117,224,91,46,131,62,81,
-57,0,116,58,235,27,38,138,71,6,138,224,36,252,60,236,116,8,128,228,
-2,128,252,0,117,36,232,99,2,38,139,127,9,42,210,38,15,182,79,4,
-38,42,79,5,117,3,233,203,0,38,139,54,23,18,38,138,84,45,56,202,
-116,29,186,9,18,187,70,23,176,1,180,112,185,2,0,190,23,161,232,163,
-206,232,184,206,232,149,206,249,233,205,0,38,138,69,2,15,182,202,102,87,
-102,80,86,180,19,246,228,139,254,129,199,77,3,87,3,248,102,38,139,125,
-8,102,38,137,62,149,18,91,38,139,116,50,38,246,68,3,1,116,30,38,
-138,4,180,19,246,228,83,3,216,102,38,139,71,4,91,102,45,0,8,0,
-0,102,59,199,114,15,73,227,5,131,198,6,235,214,94,102,88,102,95,235,
-71,94,102,88,102,95,186,10,8,187,67,12,176,1,180,112,185,4,0,190,
-33,161,232,39,206,102,51,210,102,38,161,149,18,191,235,17,102,38,161,149,
-18,232,236,204,190,235,17,186,48,10,179,126,232,129,205,176,46,232,44,205,
-232,25,206,232,246,205,232,103,1,249,235,44,6,15,168,83,82,180,31,232,
-254,204,51,210,187,79,24,176,2,180,31,232,26,205,140,200,142,232,142,192,
-185,6,0,141,54,249,160,232,26,205,90,91,15,169,7,248,15,169,7,97,
-102,88,195,85,139,236,96,46,199,6,96,18,0,0,139,70,6,46,163,180,
-56,38,139,30,23,18,38,138,87,45,128,250,0,116,106,232,171,0,131,248,
-0,15,133,151,0,15,182,202,38,139,30,23,18,38,139,95,50,38,246,71,
-3,1,117,5,131,195,6,235,244,38,138,7,180,19,246,228,38,139,54,23,
-18,3,240,129,198,77,3,96,191,176,18,184,0,0,30,6,6,31,86,80,
-87,232,15,204,131,196,6,7,31,97,96,191,176,18,187,224,159,46,161,180,
-56,178,31,182,1,232,26,218,131,248,0,97,117,62,131,195,6,226,174,235,
-0,232,106,0,131,248,0,117,47,96,191,176,18,46,139,54,182,56,30,6,
-6,31,106,0,86,87,232,214,203,131,196,6,7,31,97,191,176,18,187,224,
-159,46,161,180,56,181,31,177,31,182,1,232,253,217,51,192,97,46,161,96,
-18,93,203,0,0,0,0,0,0,83,81,82,86,87,190,147,208,187,154,160,
-46,161,180,56,178,30,232,151,217,190,243,159,187,135,160,46,161,180,56,178,
-23,232,136,217,95,94,90,89,91,195,83,81,82,86,87,30,190,243,159,187,
-135,160,46,161,180,56,178,23,232,109,217,190,172,208,187,154,160,46,161,180,
-56,178,30,232,94,217,190,243,159,187,135,160,46,161,180,56,178,23,232,79,
-217,31,95,94,90,89,91,195,96,30,6,6,31,46,139,30,182,56,139,71,
-6,46,139,22,184,56,137,87,6,80,232,195,204,131,196,2,7,31,97,195,
-86,46,139,54,81,57,209,230,46,137,156,83,57,46,255,6,81,57,94,195,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,38,
-15,182,95,7,15,186,227,7,91,195,96,30,6,31,60,1,116,6,232,163,
-255,233,159,0,139,30,23,18,254,79,70,131,195,68,191,70,24,232,202,223,
-128,103,3,254,139,95,4,139,235,139,95,6,232,199,255,114,8,128,103,6,
-253,128,79,7,2,46,139,14,81,57,51,246,83,46,139,156,83,57,198,71,
-6,223,15,182,71,7,15,186,232,1,136,71,7,70,70,226,232,91,138,71,
-4,56,71,5,116,77,139,30,23,18,15,182,79,44,227,67,139,127,50,51,
-246,246,69,3,1,116,51,254,79,44,254,79,45,50,192,136,69,3,136,69,
-1,87,138,37,176,19,246,228,139,62,23,18,3,248,198,133,77,3,1,137,
-173,78,3,95,138,5,86,46,139,180,83,57,232,11,0,94,70,70,131,199,
-6,226,194,31,97,195,96,6,30,83,81,80,106,1,232,22,202,131,196,2,
-139,248,88,89,91,31,7,199,5,0,0,136,69,2,198,69,3,3,139,116,
-9,131,60,0,116,4,139,52,235,247,137,60,97,195,96,186,5,4,187,74,
-17,176,1,180,112,185,10,0,190,109,161,232,78,203,232,99,203,232,64,203,
-97,195,0,0,0,0,0,102,80,96,6,15,168,140,200,46,163,224,161,46,
-163,237,161,46,199,6,205,161,0,0,46,199,6,203,161,0,0,140,192,46,
-163,177,161,38,139,30,23,18,38,15,182,79,70,128,249,1,117,47,38,139,
-95,75,38,246,71,3,1,116,7,232,149,221,116,44,235,5,131,195,6,235,
-237,38,139,95,4,46,137,30,182,56,38,128,127,8,112,117,49,185,1,0,
-190,179,162,235,19,128,249,0,116,8,185,2,0,190,53,162,235,6,185,2,
-0,190,43,162,186,9,18,187,70,23,176,1,180,112,232,191,202,232,212,202,
-232,177,202,249,235,44,6,15,168,83,82,180,31,232,188,201,51,210,187,79,
-24,176,2,180,31,232,216,201,140,200,142,232,142,192,185,6,0,141,54,13,
-162,232,216,201,90,91,15,169,7,248,15,169,7,97,102,88,195,85,139,236,
-96,46,199,6,96,18,0,0,139,70,6,46,163,157,59,38,139,30,23,18,
-96,191,176,18,252,185,74,0,176,32,87,243,170,95,187,174,161,46,161,157,
-59,178,23,182,1,232,34,215,131,248,0,97,117,47,96,191,176,18,46,139,
-54,182,56,30,6,6,31,106,0,86,87,232,237,200,131,196,6,7,31,97,
-191,176,18,187,174,161,46,161,157,59,181,31,177,31,182,1,232,20,215,51,
-192,97,46,161,96,18,93,203,0,0,96,30,6,31,60,1,15,133,132,0,
-139,30,23,18,139,243,131,195,68,191,70,24,232,159,221,254,76,70,254,76,
-69,128,103,3,254,198,71,1,0,139,95,4,83,102,80,86,102,15,182,71,
-8,139,54,23,18,102,15,171,132,137,4,94,102,88,139,95,6,83,232,108,
-74,131,196,2,91,137,71,6,139,216,198,71,2,30,246,71,7,128,117,3,
-139,95,9,198,71,2,30,139,119,9,139,62,23,18,129,199,77,3,86,87,
-138,68,2,180,19,246,228,3,248,198,5,30,95,94,139,52,131,254,0,117,
-233,131,127,11,0,116,5,139,95,11,235,211,31,97,195,96,186,5,4,187,
-74,17,176,1,180,112,185,8,0,190,139,162,232,109,201,232,130,201,232,95,
-201,97,195,0,0,0,0,102,80,96,38,139,54,23,18,6,15,168,102,38,
-247,132,125,4,0,0,0,128,117,18,38,139,62,190,15,102,38,139,132,125,
-4,102,38,137,69,4,235,7,30,6,31,232,2,200,31,232,67,0,87,139,
-254,139,216,6,15,168,83,82,180,31,232,47,200,51,210,187,79,24,176,2,
-180,31,232,75,200,140,200,142,232,142,192,185,15,0,141,54,197,162,232,75,
-200,90,91,15,169,7,95,30,6,31,232,128,0,232,96,2,31,248,15,169,
-7,97,102,88,195,38,138,69,7,36,192,117,44,81,86,87,131,199,12,232,
-36,0,95,87,131,199,32,232,28,0,95,87,131,199,56,232,20,0,95,87,
-131,199,85,232,12,0,95,87,131,199,101,232,4,0,95,94,89,195,185,11,
-0,190,183,231,243,164,170,195,195,102,80,96,6,15,168,38,139,54,23,18,
-30,6,31,232,106,199,31,232,171,255,30,6,31,183,23,178,44,182,4,177,
-79,181,12,232,182,199,232,12,0,232,236,1,31,248,15,169,7,97,102,88,
-195,179,23,178,44,182,4,190,126,163,131,199,4,138,69,3,80,193,232,7,
-131,224,1,232,212,0,254,198,88,102,255,53,193,232,6,131,224,3,11,192,
-117,10,102,88,37,143,248,13,80,5,102,80,131,199,8,50,192,136,69,16,
-139,247,179,23,232,173,199,254,198,131,199,20,50,192,136,69,20,139,247,179,
-23,232,156,199,254,198,131,199,24,102,88,80,190,116,163,131,224,8,193,232,
-3,232,134,0,254,198,50,192,136,69,20,139,247,232,124,199,254,198,131,199,
-24,88,193,232,4,80,131,224,7,190,136,163,232,103,0,254,198,88,193,232,
-4,131,224,7,190,136,163,232,88,0,254,198,232,45,199,138,5,38,136,30,
-5,0,198,6,4,0,1,179,0,232,76,199,6,14,7,190,161,230,179,23,
-232,1,199,254,194,232,52,199,7,50,219,136,30,4,0,38,138,30,5,0,
-131,199,5,254,198,50,192,136,69,12,139,247,178,44,232,23,199,254,198,131,
-199,16,50,192,136,69,12,139,247,232,8,199,254,198,131,199,16,195,46,59,
-4,125,22,131,198,2,193,224,2,3,240,6,14,7,38,138,92,2,38,139,
-52,232,232,198,7,195,96,186,5,4,187,74,17,176,1,180,112,185,7,0,
-190,81,163,232,90,199,232,111,199,232,76,199,97,195,86,38,139,54,23,18,
-102,38,247,132,125,4,0,0,0,64,117,29,96,186,10,18,187,69,22,176,
-1,180,112,185,1,0,190,162,163,232,44,199,232,65,199,232,30,199,97,235,
-14,190,167,163,232,131,227,116,6,184,1,0,232,3,0,249,94,195,30,82,
-6,31,139,62,184,15,80,102,184,30,2,0,0,102,137,5,88,102,193,224,
-16,102,137,69,4,232,11,197,232,16,197,90,31,195,96,102,83,102,81,102,
-80,139,62,182,15,176,19,12,64,136,5,198,69,1,4,198,69,2,0,198,
-69,3,0,199,69,6,1,0,139,22,190,15,232,212,196,102,137,69,8,102,
-199,69,12,0,2,0,0,139,62,190,15,102,88,102,137,5,131,199,4,102,
-88,102,137,5,131,199,4,102,88,102,137,5,139,62,182,15,232,176,196,232,
-181,196,97,195,30,102,80,184,64,0,142,216,102,161,108,0,102,38,163,243,
-49,102,88,31,195,30,102,80,102,83,250,102,38,139,30,243,49,102,3,203,
-184,64,0,142,216,102,161,108,0,102,59,195,115,6,102,5,178,0,24,0,
-102,59,200,251,102,91,102,88,31,195,102,81,102,185,35,2,0,0,232,200,
-255,115,3,232,151,253,102,89,203,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,38,139,95,7,83,179,6,246,227,91,3,216,195,6,15,168,81,
-86,140,200,142,232,142,192,185,2,0,141,54,202,163,232,87,197,94,89,15,
-169,7,195,6,15,168,81,86,140,200,142,232,142,192,185,1,0,141,54,197,
-163,232,60,197,94,89,15,169,7,195,6,15,168,81,86,140,200,142,232,142,
-192,185,2,0,141,54,187,163,232,33,197,94,89,15,169,7,195,6,15,168,
-81,86,140,200,142,232,142,192,185,1,0,141,54,182,163,232,6,197,94,89,
-15,169,7,195,80,81,82,30,6,31,138,71,1,254,192,182,2,185,78,0,
-178,48,232,152,48,31,90,89,88,195,80,81,82,30,6,31,138,71,1,254,
-192,182,2,185,78,0,246,71,3,2,117,4,178,31,235,2,178,23,232,116,
-48,31,90,89,88,195,81,61,0,15,116,10,61,0,75,116,5,61,0,72,
-117,65,38,138,7,10,192,116,6,38,254,15,233,128,0,38,131,127,3,254,
-116,9,232,120,0,115,4,38,255,87,19,38,139,95,3,131,251,254,116,103,
-38,128,127,1,0,116,240,38,137,30,85,18,38,138,71,1,254,200,38,136,
-7,38,255,87,17,235,76,61,9,15,116,10,61,0,77,116,5,61,0,80,
-117,61,38,138,7,254,192,38,56,71,1,116,5,38,136,7,235,45,38,131,
-127,5,255,116,9,232,57,0,115,4,38,255,87,19,38,139,95,5,131,251,
-255,116,20,38,128,127,1,0,116,240,38,137,30,85,18,38,198,7,0,38,
-255,87,17,89,195,83,38,139,95,3,131,251,254,116,8,38,128,127,1,0,
-116,240,249,91,195,83,38,139,95,5,131,251,255,116,8,38,128,127,1,0,
-116,240,249,91,195,61,115,31,116,7,61,106,36,15,133,240,0,83,81,139,
-200,38,138,7,38,255,87,11,83,38,138,7,179,19,246,227,139,216,129,195,
-77,3,38,3,30,23,18,102,80,129,249,106,36,117,119,38,128,63,15,15,
-132,187,0,38,139,54,23,18,38,128,124,19,1,15,133,173,0,38,198,7,
-15,102,38,139,71,8,102,5,0,8,0,0,102,38,137,71,8,38,198,71,
-17,112,38,128,103,3,191,30,83,81,6,31,15,182,71,16,80,232,23,36,
-131,196,2,89,91,31,38,139,54,23,18,38,254,68,69,38,254,76,44,102,
-88,91,38,15,182,79,3,128,225,1,116,8,38,136,111,3,38,254,76,45,
-38,136,111,1,184,5,0,235,78,190,91,164,235,68,38,138,7,60,13,117,
-6,38,198,7,12,235,238,232,69,0,131,249,2,116,20,227,10,190,222,163,
-232,50,224,116,45,235,8,190,212,163,232,40,224,116,35,60,15,117,16,102,
-38,139,71,8,102,45,0,8,0,0,102,38,137,71,8,38,198,7,13,190,
-30,164,102,88,91,51,192,249,235,4,248,102,88,91,89,91,195,248,195,80,
-87,30,6,31,139,54,23,18,139,180,75,3,51,201,128,124,11,1,117,36,
-139,124,6,138,69,2,232,143,194,115,25,15,182,69,7,15,186,224,7,114,
-10,139,125,9,131,255,0,117,238,235,5,139,125,9,235,10,139,116,2,131,
-254,0,116,49,235,204,102,139,71,4,86,80,138,69,2,139,54,23,18,180,
-19,246,228,3,240,129,198,77,3,88,102,59,68,8,94,114,5,185,2,0,
-235,11,177,1,139,61,131,255,0,116,201,235,213,31,95,88,195,248,195,83,
-80,38,138,7,38,255,87,11,88,232,120,253,91,195,83,80,38,138,7,38,
-255,87,11,88,232,131,253,91,195,195,0,0,0,0,0,0,0,0,0,0,
-0,0,0,96,6,30,38,198,6,153,18,0,140,202,190,25,67,30,6,31,
-232,229,193,31,38,160,153,18,208,216,115,10,38,198,6,153,18,0,232,5,
-0,249,31,7,97,195,30,15,168,186,13,8,187,66,17,176,1,180,71,185,
-6,0,141,54,232,163,14,15,169,232,204,194,232,81,194,232,190,194,186,13,
-8,187,65,12,176,1,180,111,141,54,6,164,185,1,0,232,178,194,6,31,
-232,212,192,38,139,54,23,18,232,20,193,232,154,194,38,198,6,87,18,1,
-15,169,31,195,138,69,22,60,25,116,4,60,26,117,5,198,6,153,18,1,
-248,203,0,0,0,0,0,200,34,0,0,106,0,141,70,222,22,80,232,174,
-30,131,196,6,129,126,226,144,144,117,12,129,126,228,144,144,117,5,184,253,
-255,201,195,131,126,224,4,117,5,184,255,255,201,195,199,70,252,1,0,199,
-70,254,0,0,235,3,255,70,254,131,126,254,4,115,66,131,126,254,0,116,
-3,209,102,252,139,70,252,133,70,222,117,230,9,70,222,255,70,224,106,1,
-141,70,222,22,80,232,87,30,131,196,6,255,118,254,232,16,1,91,137,70,
-248,137,86,250,105,70,254,160,15,3,70,230,139,86,232,137,70,244,137,86,
-246,139,70,248,139,86,250,137,70,240,137,86,242,139,70,4,139,86,6,137,
-70,236,137,86,238,199,70,234,0,0,196,94,236,255,70,236,38,138,7,196,
-94,240,255,70,240,38,136,7,255,70,234,131,126,234,22,114,229,139,70,244,
-139,86,246,196,94,248,38,137,135,108,4,38,137,151,110,4,51,192,38,137,
-135,112,4,38,137,135,114,4,38,137,135,116,4,38,137,135,122,4,38,137,
-135,120,4,38,199,135,118,4,255,255,38,198,135,124,4,255,38,199,135,125,
-4,255,255,38,198,135,127,4,255,38,199,135,128,4,255,255,38,138,15,128,
-193,2,38,136,143,131,4,38,137,135,132,4,38,137,135,134,4,38,136,135,
-142,4,38,136,135,143,4,38,199,135,138,4,255,255,38,198,135,146,4,255,
-38,199,135,140,4,2,0,139,78,254,38,137,143,144,4,38,138,79,2,38,
-42,15,254,201,38,136,143,130,4,6,83,232,119,0,131,196,4,196,94,248,
-38,128,127,9,0,116,8,6,83,232,13,3,131,196,4,255,118,250,255,118,
-248,232,197,2,139,70,254,201,195,200,18,0,0,106,0,141,70,238,22,80,
-232,48,29,131,196,6,129,126,242,144,144,117,12,129,126,244,144,144,117,5,
-51,192,153,201,195,131,126,240,0,116,245,131,126,4,4,115,239,138,78,4,
-184,1,0,211,224,137,70,250,133,70,238,116,223,105,70,4,54,5,3,70,
-242,139,86,244,137,70,252,137,86,254,201,195,144,200,36,0,0,86,176,213,
-136,70,222,136,70,233,176,184,136,70,223,136,70,234,176,212,136,70,224,136,
-70,235,176,190,136,70,225,136,70,236,176,205,136,70,226,136,70,227,136,70,
-237,136,70,238,176,179,136,70,228,136,70,239,176,178,136,70,229,136,70,240,
-176,24,136,70,230,136,70,241,176,25,136,70,231,136,70,242,176,32,136,70,
-232,136,70,243,196,94,4,38,138,71,8,136,70,248,38,138,71,6,136,70,
-250,168,15,116,6,36,15,60,2,118,3,233,240,1,246,70,250,32,116,17,
-42,228,38,138,135,130,4,38,59,135,134,4,114,3,233,217,1,138,70,250,
-36,15,254,200,136,70,244,38,138,79,3,38,42,79,1,254,193,136,78,252,
-38,138,79,1,81,38,138,15,81,137,70,220,232,156,29,131,196,4,138,70,
-248,80,138,70,220,42,228,107,240,11,138,66,222,80,232,152,29,131,196,4,
-198,70,254,0,235,25,138,70,248,80,138,70,244,42,228,107,240,11,138,66,
-226,80,232,124,29,131,196,4,254,70,254,138,70,252,42,228,72,72,138,78,
-254,42,237,59,193,127,215,138,70,248,80,138,70,244,42,228,107,240,11,138,
-66,223,80,232,83,29,131,196,4,198,70,254,1,235,74,128,126,254,1,117,
-15,106,113,138,70,244,42,228,107,240,11,138,66,230,235,43,138,70,254,196,
-94,4,38,56,135,130,4,117,15,106,113,138,70,244,42,228,107,240,11,138,
-66,231,235,15,138,70,248,80,138,70,244,42,228,107,240,11,138,66,229,80,
-232,6,29,131,196,4,254,70,254,138,70,254,196,94,4,38,56,135,130,4,
-114,108,38,138,79,1,81,38,2,7,80,232,213,28,131,196,4,138,70,248,
-80,138,70,244,42,228,107,240,11,138,66,228,80,232,209,28,131,196,4,196,
-94,4,38,138,71,3,80,38,138,7,2,70,254,80,232,170,28,131,196,4,
-246,70,250,64,117,26,246,70,250,128,116,17,196,94,4,42,228,38,138,135,
-130,4,38,59,135,134,4,115,3,233,79,255,138,70,248,80,138,70,244,42,
-228,107,240,11,138,66,228,233,125,255,38,138,71,1,80,38,138,71,2,80,
-232,104,28,131,196,4,138,70,248,80,138,70,244,42,228,107,240,11,138,66,
-224,80,232,100,28,131,196,4,198,70,254,0,235,25,138,70,248,80,138,70,
-244,42,228,107,240,11,138,66,227,80,232,72,28,131,196,4,254,70,254,138,
-70,252,42,228,72,72,138,78,254,42,237,59,193,127,215,138,70,248,42,228,
-80,138,70,244,107,240,11,138,66,225,80,232,31,28,131,196,4,196,94,4,
-38,139,71,12,38,11,71,10,116,8,6,83,232,148,0,131,196,4,255,118,
-6,255,118,4,232,254,0,131,196,4,94,201,195,200,8,0,0,196,94,4,
-42,228,38,138,71,1,38,138,47,42,201,11,193,38,138,111,2,128,237,2,
-38,138,87,3,42,246,74,74,11,202,38,138,87,7,42,246,81,80,82,38,
-138,135,130,4,42,228,72,80,232,217,189,201,195,200,6,0,0,196,94,4,
-42,228,38,138,71,1,38,138,47,42,201,11,193,137,70,254,38,138,71,2,
-42,228,137,70,252,38,138,79,3,42,237,38,246,71,6,15,117,5,72,137,
-70,252,73,193,102,252,8,106,0,9,78,252,255,118,252,255,118,254,232,123,
-189,201,195,200,16,0,0,196,94,4,38,139,71,10,38,139,87,12,137,70,
-244,137,86,246,82,80,232,104,1,131,196,4,136,70,252,196,94,4,38,138,
-71,3,38,42,71,1,254,192,208,232,38,2,71,1,138,78,252,208,233,42,
-193,80,38,138,7,80,232,34,27,131,196,4,199,70,248,0,0,235,29,196,
-94,4,42,228,38,138,71,14,80,196,94,244,255,70,244,38,138,7,80,232,
-19,27,131,196,4,255,70,248,138,70,252,42,228,59,70,248,119,217,201,195,
-144,200,2,0,0,196,94,4,38,138,71,6,136,70,254,168,15,116,61,246,
-70,254,64,117,55,246,70,254,128,116,14,42,228,38,138,135,130,4,38,59,
-135,134,4,115,35,38,138,71,3,80,38,138,135,131,4,80,232,180,26,131,
-196,4,196,94,4,42,228,38,138,71,16,80,38,138,71,15,80,232,177,26,
-201,195,144,200,28,0,0,86,176,213,136,70,228,136,70,239,176,184,136,70,
-229,136,70,240,176,212,136,70,230,136,70,241,176,190,136,70,231,136,70,242,
-176,205,136,70,232,136,70,233,136,70,243,136,70,244,176,179,136,70,234,136,
-70,245,176,178,136,70,235,136,70,246,176,24,136,70,236,136,70,247,176,25,
-136,70,237,136,70,248,176,32,136,70,238,136,70,249,196,94,4,38,138,71,
-8,136,70,252,38,138,71,6,136,70,254,168,15,116,70,246,70,254,64,117,
-64,246,70,254,128,116,14,42,228,38,138,135,130,4,38,59,135,134,4,115,
-44,38,138,71,3,80,38,138,135,131,4,80,232,4,26,131,196,4,138,70,
-252,42,228,80,138,70,254,36,15,136,70,250,107,240,11,138,66,235,80,232,
-251,25,131,196,4,94,201,195,144,200,8,0,0,199,70,254,0,0,235,3,
-255,70,254,129,126,254,0,1,115,15,196,94,4,255,70,4,38,128,63,0,
-117,234,139,70,254,201,195,200,20,0,0,255,118,4,232,12,251,91,137,70,
-250,137,86,252,11,208,117,5,184,251,255,201,195,106,0,141,70,236,22,80,
-232,48,24,131,196,6,138,78,4,184,1,0,211,224,137,70,254,247,208,33,
-70,236,255,78,238,106,1,141,70,236,22,80,232,16,24,51,192,201,195,200,
-4,0,0,255,118,4,232,196,250,91,137,70,252,137,86,254,11,208,117,5,
-184,251,255,201,195,138,70,6,196,94,252,38,136,71,7,51,192,201,195,200,
-4,0,0,255,118,4,232,156,250,91,137,70,252,137,86,254,11,208,117,5,
-184,251,255,201,195,138,70,6,196,94,252,38,136,71,8,51,192,201,195,200,
-4,0,0,255,118,4,232,116,250,91,137,70,252,137,86,254,11,208,117,5,
-184,251,255,201,195,139,70,6,139,86,8,196,94,252,38,137,71,10,38,137,
-87,12,138,70,10,38,136,71,14,201,195,200,24,0,0,86,255,118,4,232,
-63,250,91,137,70,250,137,86,252,11,208,117,6,184,251,255,94,201,195,196,
-94,6,38,128,127,5,80,118,6,184,254,255,94,201,195,38,128,63,0,117,
-244,196,94,250,38,131,191,132,4,50,117,6,184,255,255,94,201,195,38,139,
-135,132,4,137,70,254,107,192,19,140,193,3,216,131,195,22,137,94,238,140,
-70,240,139,70,6,139,86,8,137,70,234,137,86,236,199,70,232,0,0,196,
-94,234,255,70,234,38,138,7,196,94,238,255,70,238,38,136,7,255,70,232,
-131,126,232,19,114,229,196,94,250,38,139,135,108,4,38,139,151,110,4,107,
-78,254,80,3,193,137,70,246,137,86,248,137,70,242,137,86,244,107,118,254,
-19,38,137,64,23,38,137,80,25,196,94,6,38,139,71,1,38,139,87,3,
-137,70,234,137,86,236,199,70,232,0,0,196,94,242,255,70,242,38,198,7,
-32,255,70,232,131,126,232,80,114,237,199,70,232,0,0,235,18,255,70,234,
-38,138,7,196,94,246,255,70,246,38,136,7,255,70,232,196,94,6,42,228,
-38,138,71,5,59,70,232,118,8,196,94,234,38,56,39,117,216,196,94,250,
-38,139,135,132,4,38,137,135,114,4,196,94,6,38,138,71,18,36,2,60,
-2,116,31,196,94,250,38,255,135,134,4,38,139,135,132,4,38,137,135,122,
-4,38,131,191,138,4,255,117,5,38,137,135,138,4,196,94,250,38,131,191,
-118,4,255,117,45,38,128,127,17,0,116,12,196,94,6,38,246,71,18,1,
-117,28,235,13,196,94,6,38,138,71,18,36,2,60,2,116,13,196,94,250,
-38,139,135,114,4,38,137,135,118,4,196,94,250,38,139,135,120,4,38,57,
-135,114,4,118,45,38,128,127,17,0,116,12,196,94,6,38,246,71,18,1,
-117,28,235,13,196,94,6,38,138,71,18,36,2,60,2,116,13,196,94,250,
-38,139,135,114,4,38,137,135,120,4,196,94,250,38,255,135,132,4,38,139,
-135,132,4,196,94,10,38,137,7,51,192,94,201,195,144,200,20,0,0,86,
-255,118,4,232,111,248,91,137,70,252,137,86,254,11,208,117,6,184,251,255,
-94,201,195,139,70,6,196,94,252,38,57,135,132,4,115,6,184,254,255,94,
-201,195,196,94,8,38,128,127,5,80,119,240,72,137,70,248,38,138,79,18,
-128,225,2,128,249,2,117,21,107,240,19,196,94,252,38,138,64,40,34,193,
-58,193,116,5,38,255,143,134,4,196,94,8,38,138,71,18,36,2,60,2,
-116,22,107,118,248,19,196,94,252,38,138,64,40,36,2,60,2,117,5,38,
-255,135,134,4,139,70,248,196,94,252,38,57,135,120,4,117,31,196,94,8,
-38,246,71,18,1,116,21,255,118,254,255,118,252,80,232,164,16,131,196,6,
-196,94,252,38,137,135,120,4,139,70,248,196,94,252,38,57,135,120,4,115,
-22,196,94,8,38,138,79,18,128,225,1,254,201,116,8,196,94,252,38,137,
-135,120,4,139,70,248,196,94,252,38,57,135,122,4,117,31,196,94,8,38,
-246,71,18,2,116,21,255,118,254,255,118,252,80,232,29,16,131,196,6,196,
-94,252,38,137,135,122,4,139,70,248,196,94,252,38,57,135,122,4,115,23,
-196,94,8,38,138,79,18,128,225,2,128,249,2,116,8,196,94,252,38,137,
-135,122,4,107,70,248,19,3,70,252,139,86,254,5,22,0,137,70,244,137,
-86,246,139,70,8,139,86,10,137,70,240,137,86,242,198,70,250,0,196,94,
-240,255,70,240,38,138,7,196,94,244,255,70,244,38,136,7,254,70,250,128,
-126,250,19,114,229,196,94,252,38,139,135,108,4,38,139,151,110,4,107,78,
-248,80,3,193,137,70,236,137,86,238,107,118,248,19,38,137,64,23,38,137,
-80,25,196,94,8,38,139,71,1,38,139,87,3,137,70,240,137,86,242,198,
-70,250,0,235,21,196,94,240,255,70,240,38,138,7,196,94,236,255,70,236,
-38,136,7,254,70,250,138,70,250,196,94,8,38,56,71,5,119,223,51,192,
-94,201,195,200,16,0,0,255,118,4,232,176,246,91,137,70,252,137,86,254,
-11,208,117,5,184,254,255,201,195,128,126,10,4,116,6,128,126,10,6,117,
-10,255,118,254,80,232,225,246,131,196,4,128,126,10,4,117,4,51,192,201,
-195,138,70,8,196,94,252,38,56,135,130,4,119,8,6,83,232,46,249,131,
-196,4,196,94,252,38,131,191,134,4,0,116,220,38,138,135,130,4,42,228,
-137,70,244,38,139,135,138,4,137,70,248,38,138,7,254,192,136,70,242,38,
-138,71,1,254,192,199,70,250,0,0,235,15,6,83,80,232,55,15,131,196,
-6,137,70,248,255,70,250,139,70,250,57,70,244,118,32,2,70,242,80,255,
-118,248,255,118,254,255,118,252,232,220,15,131,196,8,139,70,248,196,94,252,
-38,57,135,122,4,117,201,255,118,254,255,118,252,232,115,16,131,196,4,233,
-111,255,144,200,4,0,0,255,118,4,232,232,245,91,137,70,252,137,86,254,
-11,208,117,5,184,254,255,201,195,196,94,252,38,139,135,125,4,64,201,195,
-144,200,14,0,0,255,118,4,232,194,245,91,137,70,252,137,86,254,11,208,
-117,5,184,254,255,201,195,196,94,252,38,131,191,132,4,0,116,240,139,70,
-6,38,57,135,132,4,114,230,139,70,8,139,86,10,137,70,248,137,86,250,
-107,70,6,19,3,195,5,3,0,137,70,244,140,70,246,199,70,242,0,0,
-196,94,244,255,70,244,38,138,7,196,94,248,255,70,248,38,136,7,255,70,
-242,131,126,242,19,114,229,51,192,201,195,200,2,0,0,87,86,196,94,4,
-38,139,135,125,4,137,70,254,38,128,127,20,0,116,118,107,240,19,38,139,
-64,34,38,11,64,32,116,105,38,128,191,146,4,255,116,18,141,135,147,4,
-6,80,38,138,135,146,4,80,232,134,19,131,196,6,107,94,254,19,3,94,
-4,142,70,6,139,118,4,38,138,71,37,38,136,132,146,4,141,132,147,4,
-6,80,38,138,71,37,80,139,243,140,199,232,33,19,131,196,6,142,199,38,
-138,68,39,80,38,138,68,36,80,38,255,116,34,38,255,116,32,38,138,68,
-38,80,38,138,68,37,80,232,67,16,131,196,12,94,95,201,195,85,139,236,
-196,94,4,38,128,127,20,0,116,23,38,128,191,146,4,255,116,15,141,135,
-147,4,6,80,38,138,135,146,4,80,232,12,19,201,195,200,4,0,0,255,
-118,4,232,156,244,91,137,70,252,137,86,254,11,208,117,5,184,251,255,201,
-195,128,126,8,1,118,5,184,254,255,201,195,196,94,252,38,198,71,17,1,
-138,70,6,38,136,71,18,138,70,8,38,136,71,19,51,192,201,195,144,200,
-4,0,0,255,118,4,232,92,244,91,137,70,252,137,86,254,11,208,117,5,
-184,251,255,201,195,196,94,252,51,192,38,136,71,17,201,195,144,200,8,0,
-0,86,255,118,4,232,53,244,91,137,70,250,137,86,252,11,208,117,6,184,
-251,255,94,201,195,128,126,6,0,116,32,138,70,6,80,196,94,250,38,138,
-71,2,38,42,7,254,200,80,38,138,7,254,192,80,255,118,4,232,71,253,
-131,196,8,196,94,250,38,128,191,124,4,255,116,3,233,129,0,38,139,135,
-134,4,5,5,0,38,138,79,2,42,237,38,138,23,42,246,43,202,73,43,
-210,247,241,38,137,135,136,4,11,192,117,7,38,199,135,136,4,1,0,198,
-70,248,0,235,3,254,70,248,138,70,248,42,228,196,94,250,38,57,135,132,
-4,118,27,107,240,19,38,246,64,40,3,117,228,38,138,15,2,200,254,193,
-38,136,143,124,4,38,137,135,125,4,196,94,250,38,131,191,132,4,0,116,
-25,38,128,191,124,4,255,117,17,38,138,7,254,192,38,136,135,124,4,38,
-199,135,125,4,0,0,196,94,250,38,107,183,125,4,19,38,246,64,40,4,
-116,109,232,247,179,196,94,250,38,107,183,125,4,19,38,138,64,29,38,2,
-71,1,254,192,38,136,135,51,5,38,107,183,125,4,19,38,138,64,29,38,
-136,135,52,5,38,107,183,125,4,19,38,128,120,30,0,116,13,38,138,64,
-30,38,2,135,51,5,254,200,235,16,196,94,250,38,138,71,3,38,42,71,
-1,38,2,135,51,5,38,136,135,53,5,196,94,250,38,138,135,51,5,80,
-38,138,135,124,4,80,232,154,17,235,12,232,202,179,255,118,252,255,118,250,
-232,96,13,131,196,4,255,118,252,255,118,250,232,124,253,131,196,4,255,118,
-252,255,118,250,255,118,4,232,7,0,131,196,6,94,201,195,144,200,8,0,
-0,86,198,70,248,0,255,118,8,255,118,6,232,61,179,137,70,254,80,232,
-43,5,131,196,6,11,192,116,3,233,15,1,255,118,8,255,118,6,255,118,
-254,232,109,5,131,196,6,137,70,252,11,192,116,55,61,2,0,117,42,106,
-6,196,94,6,38,138,71,2,38,42,7,254,200,80,38,138,7,254,192,80,
-255,118,4,232,177,251,131,196,8,255,118,8,255,118,6,232,217,12,233,163,
-0,61,1,0,117,3,233,194,0,139,70,254,45,8,14,116,122,45,248,0,
-117,3,233,145,0,45,9,0,117,3,233,212,0,45,247,56,117,3,233,168,
-0,45,0,1,117,3,233,113,255,45,0,2,116,70,45,0,2,116,24,45,
-0,3,117,3,233,222,0,45,0,1,117,3,233,87,255,45,0,2,116,75,
-233,243,0,196,94,6,38,107,183,125,4,19,38,246,64,40,4,116,81,38,
-138,135,53,5,38,56,135,51,5,116,69,38,254,135,51,5,38,254,135,52,
-5,233,143,1,255,118,8,255,118,6,232,154,1,131,196,4,233,19,255,255,
-118,8,255,118,6,232,139,1,131,196,4,198,70,248,0,255,118,8,255,118,
-6,232,201,1,131,196,4,233,248,254,196,94,6,38,246,71,21,1,117,3,
-233,235,254,38,139,135,125,4,38,57,135,116,4,117,14,6,83,232,201,252,
-131,196,4,139,70,254,94,201,195,196,94,6,38,246,71,21,1,116,19,38,
-139,135,125,4,38,57,135,116,4,117,7,199,70,254,0,15,235,201,6,83,
-232,176,2,235,175,196,94,6,38,246,71,21,1,117,3,233,160,254,38,139,
-135,125,4,38,57,135,122,4,117,19,6,83,232,126,252,131,196,4,196,94,
-6,38,198,135,124,4,255,235,170,196,94,6,38,246,71,21,1,116,19,38,
-139,135,125,4,38,57,135,122,4,117,7,199,70,254,9,15,235,196,6,83,
-232,138,2,233,94,255,196,94,6,38,107,183,125,4,19,38,246,64,40,4,
-117,3,233,73,254,138,70,254,42,228,61,32,0,114,5,61,127,0,114,3,
-233,55,254,38,246,64,40,8,116,12,80,232,253,1,91,11,192,117,3,233,
-36,254,128,126,248,0,116,8,176,7,232,119,177,233,22,254,196,94,6,38,
-138,135,52,5,38,107,183,125,4,19,38,196,88,23,42,228,139,240,138,70,
-254,38,136,0,196,94,6,38,107,183,125,4,19,3,243,38,56,100,30,116,
-6,38,138,68,31,235,10,38,107,183,125,4,19,38,138,64,28,80,138,70,
-254,80,232,68,15,131,196,4,196,94,6,38,138,135,51,5,80,38,138,135,
-124,4,80,232,29,15,131,196,4,196,94,6,38,138,135,53,5,38,56,135,
-51,5,117,6,198,70,248,1,235,10,38,254,135,51,5,38,254,135,52,5,
-196,94,6,38,138,135,51,5,80,38,138,135,124,4,80,232,233,14,233,135,
-254,144,144,85,139,236,86,196,94,4,38,107,183,125,4,19,3,243,38,246,
-68,40,4,116,52,38,138,68,29,42,228,38,138,143,51,5,42,237,43,193,
-38,138,79,1,3,193,64,116,28,38,254,143,51,5,38,254,143,52,5,38,
-138,135,51,5,80,38,138,135,124,4,80,232,157,14,131,196,4,94,201,195,
-144,200,6,0,0,86,196,94,4,38,107,183,125,4,19,38,246,64,40,4,
-117,3,233,235,0,38,138,135,51,5,136,70,252,38,138,135,52,5,136,70,
-250,235,30,138,70,250,42,228,38,107,183,125,4,19,38,196,88,23,3,216,
-38,138,71,1,38,136,7,254,70,252,254,70,250,138,70,252,196,94,4,38,
-56,135,53,5,117,213,38,107,183,125,4,19,38,196,88,23,139,118,250,129,
-230,255,0,38,198,0,32,196,94,4,38,138,135,51,5,136,70,252,38,138,
-135,52,5,136,70,250,38,107,183,125,4,19,3,243,38,128,124,30,0,116,
-9,38,138,68,31,136,70,254,235,18,38,107,183,125,4,19,38,138,64,28,
-235,239,254,70,252,254,70,250,196,94,4,42,228,38,138,135,53,5,138,78,
-252,42,237,43,193,64,116,54,138,70,254,80,38,107,183,125,4,19,38,196,
-88,23,139,118,250,129,230,255,0,38,138,0,80,232,209,13,131,196,4,138,
-70,252,254,192,80,196,94,4,38,138,135,124,4,80,232,170,13,131,196,4,
-235,176,38,138,135,51,5,80,38,138,135,124,4,80,232,150,13,131,196,4,
-94,201,195,85,139,236,128,126,4,48,114,11,128,126,4,57,119,5,184,1,
-0,201,195,128,126,4,65,114,6,128,126,4,90,118,239,128,126,4,97,114,
-6,128,126,4,122,118,227,51,192,201,195,85,139,236,86,235,16,196,94,4,
-38,107,183,125,4,19,38,246,64,40,1,116,16,255,118,6,255,118,4,232,
-197,1,131,196,4,11,192,116,224,94,201,195,144,200,6,0,0,86,198,70,
-254,0,196,94,4,38,139,135,125,4,38,57,135,120,4,117,12,38,138,135,
-124,4,136,70,254,198,70,252,0,6,83,232,169,4,131,196,4,137,70,250,
-196,94,4,38,128,127,17,0,117,3,233,183,0,38,139,135,125,4,38,57,
-135,120,4,115,9,131,126,250,0,116,3,254,70,252,38,139,135,125,4,38,
-57,135,122,4,116,3,233,137,0,128,126,254,0,116,46,38,139,135,120,4,
-38,137,135,125,4,138,70,254,42,70,252,38,136,135,124,4,38,136,135,127,
-4,6,83,232,17,6,131,196,4,255,118,6,255,118,4,232,161,248,131,196,
-4,196,94,4,38,138,135,124,4,38,56,71,2,114,12,42,228,38,138,15,
-42,237,65,59,200,126,36,38,139,135,138,4,38,137,135,125,4,38,138,7,
-254,192,38,136,135,124,4,38,198,135,127,4,255,38,199,135,128,4,255,255,
-94,201,195,38,139,135,125,4,38,57,135,118,4,117,46,6,83,232,41,5,
-131,196,4,94,201,195,38,57,135,120,4,119,3,233,22,255,38,139,135,125,
-4,38,57,135,122,4,116,13,107,240,19,38,246,64,40,1,116,3,233,253,
-254,94,201,195,144,200,2,0,0,86,129,126,4,9,15,117,15,196,94,6,
-38,246,71,21,1,116,5,51,192,94,201,195,129,126,4,0,15,117,10,196,
-94,6,38,246,71,21,1,117,234,198,70,254,0,235,3,254,70,254,138,70,
-254,196,94,6,38,56,135,143,4,118,212,42,228,139,240,3,240,139,70,4,
-38,57,128,68,4,117,224,184,1,0,94,201,195,200,4,0,0,86,199,70,
-252,0,0,198,70,254,0,235,3,254,70,254,138,70,254,196,94,6,38,56,
-135,142,4,118,44,42,228,107,240,6,3,243,139,70,4,38,57,132,204,3,
-117,223,80,38,139,135,125,4,64,80,38,138,135,124,4,42,228,80,38,255,
-156,206,3,131,196,6,137,70,252,139,70,252,94,201,195,200,4,0,0,86,
-196,94,4,38,139,135,125,4,38,57,135,116,4,117,6,184,1,0,94,201,
-195,6,83,232,53,1,131,196,4,11,192,117,238,196,94,4,42,228,38,138,
-7,38,138,143,124,4,42,237,43,193,64,116,79,38,255,183,125,4,6,83,
-232,206,5,131,196,6,11,192,116,12,255,118,6,255,118,4,232,196,6,131,
-196,4,196,94,4,38,254,143,124,4,6,83,38,255,183,125,4,232,1,5,
-131,196,6,196,94,4,38,137,135,125,4,107,240,19,38,246,64,40,1,116,
-3,233,182,0,6,83,232,202,6,233,171,0,38,255,183,125,4,6,83,232,
-127,5,131,196,6,11,192,116,12,255,118,6,255,118,4,232,117,6,131,196,
-4,196,94,4,42,228,38,138,71,1,38,138,47,42,201,11,193,38,138,111,
-2,128,237,2,38,138,87,3,42,246,74,74,11,202,81,80,38,138,71,7,
-42,228,80,106,1,232,196,172,131,196,8,196,94,4,6,83,38,255,183,125,
-4,232,133,4,131,196,6,196,94,4,38,137,135,125,4,38,137,135,138,4,
-38,138,135,124,4,80,38,255,183,125,4,6,83,232,155,5,131,196,8,196,
-94,4,38,107,183,125,4,19,38,246,64,40,1,117,8,6,83,232,51,6,
-131,196,4,196,94,4,38,139,135,125,4,38,57,135,118,4,117,8,6,83,
-232,32,0,131,196,4,255,118,6,255,118,4,232,18,3,131,196,4,255,118,
-6,255,118,4,232,44,246,131,196,4,51,192,94,201,195,200,8,0,0,199,
-70,248,0,0,196,94,4,38,128,127,17,0,117,4,51,192,201,195,38,255,
-183,125,4,6,83,232,157,4,131,196,6,11,192,117,235,196,94,4,38,139,
-135,138,4,38,57,135,116,4,117,5,184,1,0,201,195,42,228,38,138,71,
-1,38,138,47,42,201,11,193,137,70,254,38,138,103,2,128,236,2,42,192,
-38,138,79,3,42,237,73,73,11,193,137,70,252,38,139,135,125,4,137,70,
-250,255,118,252,255,118,254,196,94,4,42,228,38,138,71,7,80,106,1,232,
-198,171,131,196,8,255,118,6,255,118,4,255,118,250,232,136,3,131,196,6,
-137,70,250,196,94,4,38,138,7,254,192,80,255,118,250,6,83,232,167,4,
-131,196,8,255,70,248,139,70,250,196,94,4,38,57,135,116,4,117,27,139,
-70,250,196,94,4,38,137,135,138,4,138,70,248,38,0,135,124,4,38,0,
-135,127,4,233,100,255,80,6,83,232,229,3,131,196,6,11,192,117,138,235,
-214,200,8,0,0,198,70,248,0,196,94,4,38,128,127,17,0,117,4,51,
-192,201,195,38,255,183,125,4,6,83,232,6,4,131,196,6,11,192,117,235,
-196,94,4,38,139,135,125,4,38,57,135,120,4,117,5,184,1,0,201,195,
-42,228,38,138,71,1,38,138,47,42,201,11,193,137,70,254,38,138,103,2,
-128,236,2,42,192,38,138,79,3,42,237,73,73,11,193,137,70,252,38,139,
-135,125,4,137,70,250,255,118,252,255,118,254,196,94,4,42,228,38,138,71,
-7,80,106,1,232,229,170,131,196,8,255,118,6,255,118,4,255,118,250,232,
-167,2,131,196,6,137,70,250,196,94,4,38,138,7,254,192,80,255,118,250,
-6,83,232,198,3,131,196,8,254,70,248,139,70,250,196,94,4,38,57,135,
-116,4,117,27,139,70,250,196,94,4,38,137,135,138,4,138,70,248,38,0,
-135,124,4,38,0,135,127,4,233,100,255,80,6,83,232,4,3,131,196,6,
-11,192,117,138,235,214,144,200,6,0,0,86,199,70,250,0,0,196,94,4,
-38,139,135,125,4,38,57,135,122,4,117,5,51,192,94,201,195,42,228,38,
-138,71,2,38,138,143,124,4,42,237,43,193,72,116,64,38,255,183,125,4,
-6,83,232,10,3,131,196,6,11,192,116,12,255,118,6,255,118,4,232,182,
-3,131,196,4,196,94,4,38,254,135,124,4,6,83,38,255,183,125,4,232,
-99,2,131,196,6,196,94,4,38,137,135,125,4,107,240,19,233,157,0,38,
-255,183,125,4,6,83,232,202,2,131,196,6,11,192,116,12,255,118,6,255,
-118,4,232,118,3,131,196,4,196,94,4,42,228,38,138,71,1,38,138,47,
-42,201,11,193,38,138,111,2,128,237,2,38,138,87,3,42,246,74,74,11,
-202,81,80,38,138,71,7,42,228,80,106,1,232,213,169,131,196,8,199,70,
-250,1,0,196,94,4,6,83,38,255,183,125,4,232,241,1,131,196,6,196,
-94,4,38,137,135,125,4,6,83,38,255,183,138,4,232,220,1,131,196,6,
-196,94,4,38,137,135,138,4,38,138,135,124,4,80,38,255,183,125,4,6,
-83,232,135,2,131,196,8,196,94,4,38,107,183,125,4,19,38,246,64,40,
-1,117,8,6,83,232,31,3,131,196,4,255,118,6,255,118,4,232,159,0,
-131,196,4,255,118,6,255,118,4,232,47,243,131,196,4,139,70,250,94,201,
-195,85,139,236,196,94,4,42,228,38,138,7,38,138,143,131,4,42,237,43,
-193,61,253,255,117,12,38,139,135,125,4,38,57,135,118,4,117,99,38,139,
-135,125,4,38,57,135,118,4,117,29,6,83,232,88,236,139,229,196,94,4,
-38,138,7,4,2,38,136,135,131,4,6,83,232,242,235,139,229,201,195,38,
-131,191,136,4,0,116,50,43,210,38,247,183,136,4,11,210,117,39,38,138,
-7,42,228,38,138,143,131,4,42,237,43,193,61,254,255,116,20,6,83,232,
-21,236,139,229,196,94,4,38,254,143,131,4,6,83,232,180,235,201,195,85,
-139,236,196,94,4,42,228,38,138,71,2,38,138,143,131,4,42,237,43,193,
-61,3,0,117,12,38,139,135,125,4,38,57,135,120,4,117,101,38,139,135,
-125,4,38,57,135,120,4,117,30,6,83,232,205,235,139,229,196,94,4,38,
-138,71,2,44,2,38,136,135,131,4,6,83,232,102,235,139,229,201,195,38,
-131,191,136,4,0,116,51,43,210,38,247,183,136,4,11,210,117,40,38,138,
-71,2,42,228,38,138,143,131,4,42,237,43,193,61,2,0,116,20,6,83,
-232,136,235,139,229,196,94,4,38,254,135,131,4,6,83,232,39,235,201,195,
-144,200,2,0,0,86,139,70,4,72,137,70,254,235,3,255,78,254,139,70,
-254,196,94,6,38,57,135,116,4,116,18,107,240,19,38,138,72,40,128,225,
-2,128,249,2,116,225,94,201,195,38,139,135,116,4,94,201,195,200,2,0,
-0,86,139,70,4,72,137,70,254,235,3,255,78,254,139,70,254,196,94,6,
-38,57,135,116,4,116,17,107,240,19,38,138,72,40,128,225,1,254,201,116,
-226,94,201,195,38,139,135,116,4,94,201,195,144,200,2,0,0,86,139,70,
-4,64,137,70,254,235,3,255,70,254,139,70,254,196,94,6,38,57,135,122,
-4,116,18,107,240,19,38,138,72,40,128,225,2,128,249,2,116,225,94,201,
-195,38,139,135,122,4,94,201,195,200,2,0,0,86,139,70,8,72,137,70,
-254,235,9,131,126,254,0,116,49,255,78,254,139,70,254,196,94,4,38,57,
-135,116,4,119,33,107,240,19,38,138,64,40,36,2,60,2,116,227,107,118,
-254,19,38,138,64,40,36,1,254,200,116,207,184,1,0,94,201,195,51,192,
-94,201,195,200,2,0,0,86,139,70,8,64,137,70,254,235,3,255,70,254,
-139,70,254,196,94,4,38,57,135,122,4,114,33,107,240,19,38,138,64,40,
-36,2,60,2,116,227,107,118,254,19,38,138,64,40,36,1,254,200,116,213,
-184,1,0,94,201,195,51,192,94,201,195,200,4,0,0,87,86,107,94,8,
-19,3,94,4,142,70,6,38,138,71,28,80,38,138,71,27,80,38,255,119,
-25,38,255,119,23,139,118,4,38,138,76,1,254,193,81,138,78,10,81,140,
-199,139,243,232,111,1,131,196,12,142,199,38,128,124,30,0,116,48,38,138,
-68,29,139,200,42,228,38,3,68,23,38,139,84,25,38,138,92,31,83,38,
-138,92,30,83,82,80,196,94,4,38,2,79,1,254,193,81,138,70,10,80,
-232,54,1,131,196,12,94,95,201,195,144,200,12,0,0,196,94,4,38,139,
-135,128,4,137,70,244,38,128,127,17,0,116,32,38,131,191,128,4,255,116,
-24,38,138,135,127,4,80,255,118,244,6,83,232,92,255,196,94,4,38,199,
-135,128,4,255,255,201,195,200,14,0,0,86,196,94,4,38,128,191,124,4,
-255,116,40,38,107,183,125,4,19,38,139,64,23,38,139,80,25,137,70,242,
-137,86,244,38,128,127,17,0,116,13,38,107,183,125,4,19,38,246,64,40,
-1,116,3,233,160,0,38,138,71,3,38,42,71,1,254,200,136,70,250,38,
-138,71,1,254,192,136,70,252,198,70,248,0,235,101,196,94,4,38,128,127,
-19,1,117,40,196,94,242,38,128,63,32,117,31,42,228,138,78,248,42,237,
-43,200,65,116,64,56,102,248,116,59,38,128,127,1,32,116,52,38,128,127,
-255,32,116,45,138,70,248,2,70,252,80,196,94,4,38,138,135,124,4,80,
-232,68,0,131,196,4,137,70,254,196,94,4,42,228,38,138,71,18,80,138,
-70,254,80,232,139,3,131,196,4,254,70,248,255,70,242,138,70,250,56,70,
-248,114,147,196,94,4,38,138,135,124,4,38,136,135,127,4,38,139,135,125,
-4,38,137,135,128,4,94,201,195,144,144,85,139,236,138,118,4,138,86,6,
-254,202,254,206,232,201,165,232,38,165,201,195,144,200,6,0,0,138,70,6,
-80,138,70,4,80,232,39,3,131,196,4,198,70,254,0,235,32,196,94,8,
-38,128,63,0,116,20,255,70,8,138,70,14,42,228,80,38,138,7,152,80,
-232,22,3,131,196,4,254,70,254,138,70,12,56,70,254,114,216,201,195,200,
-4,0,0,86,255,118,4,232,67,228,91,137,70,252,137,86,254,11,208,117,
-6,184,251,255,94,201,195,196,94,252,38,128,191,143,4,20,117,6,184,255,
-255,94,201,195,139,70,6,42,237,38,138,143,143,4,139,241,3,241,38,137,
-128,68,4,38,254,135,143,4,51,192,94,201,195,200,4,0,0,86,255,118,
-4,232,249,227,91,137,70,252,137,86,254,11,208,117,6,184,251,255,94,201,
-195,196,94,252,38,128,191,142,4,20,117,6,184,255,255,94,201,195,139,70,
-6,42,237,38,138,143,142,4,107,241,6,38,137,128,204,3,139,70,8,139,
-86,10,38,138,143,142,4,107,241,6,38,137,128,206,3,38,137,144,208,3,
-38,254,135,142,4,51,192,94,201,195,144,200,4,0,0,255,118,4,232,152,
-227,91,137,70,252,137,86,254,11,208,117,5,184,251,255,201,195,196,94,252,
-38,131,191,132,4,0,117,5,184,254,255,201,195,139,70,18,38,57,135,132,
-4,114,241,128,126,16,80,119,235,139,70,6,139,86,8,107,94,18,19,3,
-94,252,38,137,71,13,38,137,87,15,138,70,16,38,136,71,17,138,70,10,
-38,136,71,18,138,70,12,38,136,71,19,138,70,14,38,136,71,20,51,192,
-201,195,144,200,12,0,0,106,0,141,70,244,22,80,232,98,0,131,196,6,
-129,126,248,144,144,117,7,129,126,250,144,144,116,5,184,250,255,201,195,139,
-70,4,139,86,6,137,70,248,137,86,250,5,216,20,137,70,252,137,86,254,
-51,192,137,70,244,137,70,246,106,1,141,78,244,22,81,232,37,0,131,196,
-6,43,192,137,70,250,137,70,248,137,70,254,137,70,252,137,70,244,137,70,
-246,80,141,78,244,22,81,232,5,0,51,192,201,195,144,200,12,0,0,86,
-196,94,4,38,139,71,4,38,139,87,6,137,70,252,137,86,254,38,139,71,
-8,38,139,87,10,137,70,248,137,86,250,38,139,7,137,70,246,38,139,71,
-2,137,70,244,128,126,8,1,117,64,6,83,86,196,94,252,141,54,205,98,
-46,137,28,140,195,46,137,92,2,196,94,248,141,54,209,98,46,137,28,140,
-195,46,137,92,2,141,54,201,98,139,94,246,46,137,28,141,54,203,98,139,
-94,244,46,137,28,94,91,7,51,192,153,94,201,195,6,83,86,141,54,205,
-98,46,139,28,137,94,252,46,139,92,2,137,94,254,141,54,209,98,46,139,
-28,137,94,248,46,139,92,2,137,94,250,46,139,30,201,98,137,94,246,46,
-139,30,203,98,137,94,244,94,91,7,139,70,252,139,86,254,196,94,4,38,
-137,71,4,38,137,87,6,139,70,248,139,86,250,38,137,71,8,38,137,87,
-10,139,70,246,38,137,7,139,70,244,38,137,71,2,235,148,144,144,144,144,
-144,144,144,144,144,144,144,144,94,201,195,200,4,0,0,198,70,254,1,138,
-70,254,80,138,70,4,80,232,29,253,131,196,4,137,70,252,196,94,6,255,
-70,6,38,136,7,138,70,253,196,94,6,255,70,6,38,136,7,254,70,254,
-128,126,254,80,118,209,201,195,144,200,8,0,0,198,70,254,1,138,70,254,
-80,138,70,4,80,232,47,0,131,196,4,196,94,6,255,70,6,38,138,7,
-136,70,250,139,94,6,255,70,6,38,138,7,80,138,70,250,80,232,33,0,
-131,196,4,254,70,254,128,126,254,80,118,201,201,195,144,85,139,236,138,118,
-4,138,86,6,254,202,254,206,232,125,162,201,195,85,139,236,138,70,4,138,
-94,6,232,231,161,201,195,195,144,200,4,0,0,255,118,4,232,46,225,91,
-137,86,254,11,208,117,5,184,251,255,201,195,255,118,254,80,232,138,242,51,
-192,201,195,200,4,0,0,255,118,4,232,12,225,91,137,70,252,137,86,254,
-11,208,117,5,184,251,255,201,195,196,94,252,38,255,183,125,4,6,83,232,
-117,250,131,196,6,11,192,117,9,255,118,254,255,118,252,232,79,242,51,192,
-201,195,144,200,4,0,0,255,118,4,232,208,224,91,137,86,254,11,208,117,
-5,184,251,255,201,195,255,118,254,80,232,2,242,51,192,201,195,200,4,0,
-0,255,118,4,232,174,224,91,137,70,252,137,86,254,11,208,117,5,184,251,
-255,201,195,131,126,8,0,117,32,131,126,6,0,116,13,139,70,6,196,94,
-252,38,57,135,132,4,115,5,184,254,255,201,195,72,38,137,135,125,4,235,
-82,131,126,8,1,117,21,196,94,252,6,83,38,255,183,125,4,232,249,248,
-131,196,6,196,94,252,235,222,131,126,8,2,117,15,196,94,252,6,83,38,
-255,183,125,4,232,22,249,235,227,131,126,8,3,117,28,196,94,252,38,139,
-135,125,4,38,43,135,132,4,61,255,255,117,5,184,249,255,201,195,38,255,
-135,125,4,51,192,201,195,195,144,195,144,200,10,0,0,86,139,94,4,139,
-118,6,139,71,4,139,76,4,137,78,252,139,79,2,137,78,250,139,76,2,
-137,78,248,11,192,116,5,139,216,137,119,2,139,70,4,57,70,252,116,6,
-139,94,252,137,71,2,139,94,4,139,71,4,137,70,246,139,118,6,139,68,
-4,137,71,4,139,70,246,137,68,4,57,119,2,116,20,139,71,2,137,70,
-246,139,68,2,137,71,2,139,70,246,137,68,2,235,18,139,94,6,139,118,
-4,139,71,2,137,68,2,137,119,2,137,92,4,139,70,6,57,70,250,116,
-6,139,94,250,137,71,4,131,126,248,0,116,9,139,94,248,139,70,4,137,
-71,4,94,201,195,200,2,0,0,199,70,254,0,0,139,70,6,139,94,4,
-57,71,1,117,12,198,71,3,0,199,71,1,0,0,198,7,12,255,70,254,
-131,70,4,19,131,126,254,16,114,220,201,195,144,200,4,0,0,139,94,4,
-139,71,4,139,79,2,137,78,252,11,192,116,5,139,216,137,79,2,131,126,
-252,0,116,12,139,94,4,139,71,4,139,94,252,137,71,4,201,195,144,200,
-10,0,0,87,86,184,1,0,80,232,171,158,91,137,70,254,139,216,138,70,
-4,136,71,2,198,71,3,0,106,1,232,174,158,91,139,216,137,70,248,198,
-71,11,2,139,118,254,42,228,138,68,2,107,248,19,139,30,23,18,139,70,
-248,137,129,78,3,139,216,43,201,137,79,14,137,79,12,138,76,2,107,249,
-19,3,62,23,18,139,141,81,3,139,149,83,3,137,141,85,3,137,149,87,
-3,138,76,2,42,237,107,249,19,139,30,23,18,139,137,81,3,139,145,83,
-3,139,216,137,79,16,137,87,18,106,1,232,57,158,91,139,216,199,71,11,
-0,0,137,119,9,139,4,199,4,0,0,198,71,2,15,198,71,5,1,198,
-71,4,1,198,71,7,0,198,71,7,128,198,71,7,192,198,71,6,255,198,
-71,3,0,139,118,248,137,92,6,138,68,9,12,1,136,68,9,198,68,8,
-112,86,232,202,193,91,94,95,201,195,144,0,0,0,0,83,86,87,139,28,
-255,211,15,130,150,1,139,76,5,15,182,76,4,131,198,9,38,137,54,208,
-17,81,86,51,219,86,139,52,138,4,60,0,116,38,168,64,116,8,232,47,
-4,232,119,1,235,15,60,16,116,4,60,3,117,7,232,2,2,60,16,116,
-11,50,192,59,221,117,2,176,1,232,114,7,94,131,198,2,67,226,202,94,
-89,184,1,0,87,86,139,221,209,227,139,48,246,4,64,116,5,232,2,2,
-235,10,128,60,0,117,60,139,92,3,255,211,115,10,131,248,5,15,133,144,
-0,233,1,1,94,86,139,221,209,227,139,48,232,28,1,114,243,128,60,0,
-116,21,128,60,3,117,11,86,139,116,1,128,124,12,1,94,126,40,176,1,
-232,23,7,94,95,235,173,128,60,16,15,132,134,0,232,131,158,61,9,15,
-116,10,61,0,80,116,5,61,0,77,117,24,184,1,0,232,109,1,3,232,
-131,253,255,117,3,139,233,77,59,233,117,168,51,237,235,164,61,0,15,116,
-10,61,0,72,116,5,61,0,75,117,17,131,253,0,116,5,184,255,255,235,
-210,139,233,184,255,255,235,203,61,13,28,117,112,128,60,1,116,5,128,60,
-2,117,21,138,4,38,139,54,208,17,131,238,9,131,124,2,0,116,3,255,
-84,2,235,126,128,60,6,117,9,139,116,1,139,52,255,214,235,15,128,60,
-16,116,5,128,60,3,117,16,138,4,139,116,1,232,21,7,131,249,1,116,
-198,233,95,255,128,60,4,117,36,81,85,139,124,9,139,116,7,51,237,38,
-255,54,208,17,232,160,254,38,143,6,208,17,93,89,94,95,95,94,91,232,
-13,6,233,142,254,232,145,0,114,40,11,219,116,11,131,248,5,15,133,38,
-255,94,95,235,227,232,153,0,117,3,233,26,255,232,70,0,15,131,19,255,
-85,139,232,232,157,0,93,233,226,254,94,95,95,94,91,232,213,5,195,6,
-87,86,80,246,4,64,116,32,139,116,1,246,68,4,32,116,23,138,68,15,
-196,124,7,38,138,101,2,254,204,38,42,37,56,224,119,4,69,249,235,1,
-248,88,94,95,7,195,83,81,86,82,38,139,54,208,17,51,210,139,28,131,
-127,11,0,116,16,57,71,11,116,5,57,71,13,117,6,139,194,149,249,235,
-7,66,131,198,2,226,226,248,90,94,89,91,195,139,223,11,219,116,21,131,
-63,0,116,14,57,7,117,5,255,87,2,235,7,131,195,4,235,237,51,219,
-195,61,0,59,116,5,61,0,104,117,11,131,124,5,0,116,5,255,84,5,
-51,192,195,80,176,0,232,129,5,88,195,80,86,87,139,116,1,139,124,14,
-38,139,5,180,4,246,228,139,124,10,3,248,139,69,2,139,124,16,38,137,
-5,139,124,19,11,255,116,2,255,215,95,94,88,195,83,81,82,86,87,30,
-6,38,198,6,156,18,0,139,214,139,116,1,184,0,0,235,3,184,6,0,
-81,82,30,6,80,139,68,5,80,232,125,231,131,196,4,7,31,90,89,232,
-58,1,61,9,15,117,25,131,249,1,116,216,69,59,233,114,2,51,237,82,
-86,50,192,232,61,1,94,90,248,233,20,1,61,0,15,117,18,131,249,1,
-116,186,131,253,0,116,3,77,235,225,139,233,77,235,220,38,128,62,156,18,
-1,117,6,184,5,0,233,238,0,82,86,139,242,232,33,255,94,90,15,130,
-225,0,131,251,0,116,9,131,248,5,15,132,213,0,235,132,61,27,1,117,
-3,233,201,0,82,86,139,242,232,26,255,94,90,15,132,116,255,139,216,232,
-196,254,115,8,59,197,15,132,98,255,235,143,139,195,61,13,28,15,133,164,
-0,128,124,4,69,117,6,232,208,2,233,152,0,138,68,34,139,124,16,131,
-255,0,116,15,82,178,2,246,226,90,3,248,139,61,131,255,0,117,12,128,
-124,4,67,116,120,139,124,2,233,37,255,85,81,82,30,6,86,138,68,34,
-139,76,18,227,6,178,2,246,226,3,200,137,124,35,139,247,139,249,227,2,
-139,61,176,1,232,224,3,51,237,232,114,6,38,255,54,208,17,232,119,252,
-38,143,6,208,17,232,140,6,94,7,31,90,89,93,128,124,4,66,117,11,
-87,83,86,139,222,232,50,2,94,91,95,86,139,116,35,80,176,255,232,170,
-3,232,199,3,88,94,128,124,4,67,117,10,60,1,117,6,246,68,38,1,
-117,3,233,184,254,51,192,249,7,31,95,94,90,89,91,195,80,83,81,82,
-30,6,139,68,5,80,232,122,228,131,196,2,7,31,72,136,68,34,90,89,
-91,88,195,83,81,82,86,87,30,6,139,124,5,185,23,0,60,0,116,3,
-185,31,0,128,124,4,67,116,18,30,80,81,87,232,151,223,131,196,4,88,
-31,128,124,4,66,117,39,60,1,116,11,30,87,232,195,229,131,196,2,31,
-235,24,86,30,197,116,7,15,182,76,19,81,15,182,76,18,81,87,232,106,
-229,131,196,6,31,94,185,6,0,81,15,182,76,15,81,106,1,87,232,66,
-227,131,196,8,7,31,95,94,90,89,91,195,15,160,6,83,81,82,87,86,
-38,161,208,17,46,163,53,108,46,137,14,51,108,139,92,1,129,127,5,255,
-0,15,133,74,1,137,55,137,127,2,6,30,83,196,127,7,6,87,232,66,
-216,131,196,4,91,31,7,169,0,255,15,133,45,1,137,71,5,139,240,15,
-182,79,15,227,47,102,131,127,20,0,117,40,15,180,127,11,30,6,81,83,
-14,104,49,108,15,160,87,86,232,68,223,131,196,10,91,89,7,31,169,0,
-255,15,133,250,0,131,199,19,226,222,235,19,30,83,86,255,95,20,94,91,
-31,169,0,255,15,133,227,0,136,71,15,128,127,4,66,117,3,232,230,0,
-15,182,79,24,227,21,196,127,25,38,139,5,232,25,2,169,0,255,15,133,
-193,0,131,199,2,226,238,184,27,1,232,7,2,169,0,255,15,133,175,0,
-184,9,15,232,250,1,169,0,255,15,133,162,0,184,0,15,232,237,1,169,
-0,255,15,133,149,0,184,0,59,232,224,1,169,0,255,15,133,136,0,184,
-0,104,232,211,1,169,0,255,117,125,128,127,4,66,116,12,128,127,4,69,
-116,6,128,127,4,67,117,11,184,13,28,232,182,1,169,0,255,117,96,139,
-127,2,131,255,0,116,20,131,61,0,116,15,139,5,232,159,1,169,0,255,
-117,73,131,199,4,235,236,46,139,62,53,108,46,139,14,51,108,232,153,1,
-169,0,255,117,50,15,182,79,29,227,42,196,127,30,30,6,81,83,38,139,
-69,4,80,38,139,69,2,80,38,139,5,80,86,232,149,244,131,196,8,91,
-89,7,31,169,0,255,117,7,131,199,6,226,217,51,192,94,95,90,89,91,
-7,15,161,195,0,0,0,0,0,0,96,30,6,191,1,0,15,182,79,15,
-139,119,16,131,60,0,116,12,86,139,52,131,198,9,139,52,232,107,0,94,
-131,198,2,71,226,233,7,31,97,195,96,30,6,15,160,139,84,5,30,82,
-82,232,79,226,131,196,2,90,31,30,14,104,102,109,80,82,232,102,226,131,
-196,8,31,139,222,46,15,180,54,103,109,46,15,182,22,109,109,3,242,196,
-127,11,15,182,79,15,38,246,69,18,4,117,7,131,199,19,226,244,235,20,
-38,196,125,1,3,250,46,15,182,14,110,109,227,6,15,160,31,252,243,164,
-15,161,7,31,97,195,83,81,82,86,87,6,30,139,87,5,14,104,102,109,
-87,82,232,16,226,131,196,8,31,7,95,94,90,89,91,83,81,82,86,87,
-15,160,6,30,46,15,180,62,103,109,46,15,182,22,109,109,3,250,46,15,
-182,14,110,109,227,97,128,60,16,116,42,128,60,69,117,87,81,139,92,1,
-15,182,79,15,197,119,11,246,68,18,4,117,5,131,198,19,226,245,89,15,
-182,84,7,197,116,1,3,242,15,160,7,235,22,87,15,160,139,124,1,139,
-117,14,38,139,28,193,227,2,139,117,10,139,48,7,95,227,26,252,81,87,
-176,32,243,170,95,89,172,60,32,117,5,226,249,235,8,172,10,192,116,3,
-170,226,248,31,7,15,161,95,94,90,89,91,195,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,30,6,81,83,80,86,232,222,
-242,131,196,4,91,89,7,31,195,83,81,86,82,139,29,131,127,11,0,116,
-11,139,71,11,232,221,255,131,248,0,117,22,131,127,13,0,116,11,139,71,
-13,232,204,255,131,248,0,117,5,131,199,2,226,215,90,94,89,91,195,81,
-86,15,182,76,4,131,198,9,86,139,52,246,4,64,116,6,139,116,1,0,
-68,37,94,131,198,2,226,236,94,89,195,96,30,6,15,182,76,4,227,54,
-131,198,9,86,139,52,246,4,64,116,37,139,116,1,128,124,37,0,117,28,
-139,84,5,129,250,255,0,116,19,81,82,232,145,219,131,196,2,89,131,248,
-0,117,5,199,68,5,255,0,94,131,198,2,226,205,7,31,97,195,86,87,
-139,254,128,61,6,117,9,139,117,1,139,52,255,214,235,23,139,117,1,246,
-5,64,116,5,232,20,252,235,18,128,61,16,116,5,128,61,3,117,5,232,
-8,0,235,3,232,116,1,95,94,195,30,6,86,87,80,83,81,82,85,156,
-252,191,163,18,86,87,185,10,0,243,164,95,94,157,138,36,128,196,2,38,
-136,101,2,139,92,14,38,139,23,50,246,254,194,58,84,12,126,3,138,84,
-12,254,202,193,226,2,139,92,10,3,218,101,139,31,38,137,93,11,138,100,
-9,38,136,101,10,138,100,18,38,136,101,9,6,31,139,247,232,24,1,93,
-90,89,91,88,95,94,7,31,195,83,81,82,87,85,86,46,162,195,111,176,
-1,185,25,0,232,249,150,138,52,138,84,1,138,108,2,138,76,3,82,81,
-138,124,8,232,6,150,138,68,4,138,124,2,138,92,3,138,100,5,232,255,
-149,89,90,254,197,254,193,254,194,254,198,96,106,0,81,82,232,109,150,131,
-196,6,97,139,254,15,182,77,12,139,117,10,139,93,14,38,139,7,138,117,
-6,138,85,7,82,80,81,86,101,139,52,138,93,8,56,196,117,3,138,93,
-18,6,15,168,7,80,232,251,149,88,7,254,196,94,131,198,4,254,198,226,
-222,89,91,90,73,117,2,235,82,139,247,38,137,30,154,18,232,125,150,61,
-0,72,116,42,61,0,80,116,50,61,27,1,116,29,61,13,28,117,233,139,
-117,14,38,137,28,139,117,10,193,227,2,139,88,2,139,117,16,38,137,28,
-248,235,28,249,235,25,131,251,0,116,201,139,235,75,232,151,0,235,193,59,
-217,116,189,139,235,67,232,139,0,235,181,94,86,80,156,176,1,185,25,0,
-232,49,150,46,128,62,195,111,16,116,5,176,1,232,166,254,157,88,94,38,
-161,154,18,139,92,19,11,219,116,2,255,211,93,95,90,89,91,195,0,83,
-81,82,86,87,85,80,138,52,138,84,1,138,108,2,138,76,3,138,124,8,
-232,5,149,88,80,138,100,5,60,0,116,3,138,100,10,138,124,2,138,92,
-3,138,68,4,232,245,148,139,254,139,117,11,138,117,6,138,85,7,88,82,
-86,138,93,8,60,0,116,3,138,93,9,6,15,168,7,232,22,149,7,94,
-90,93,95,94,90,89,91,195,30,80,82,81,254,198,254,194,138,198,42,228,
-3,197,138,242,42,237,138,76,13,138,84,8,30,6,31,232,107,0,31,59,
-235,114,4,254,200,235,2,254,192,138,84,18,6,31,232,88,0,89,90,88,
-31,195,80,81,87,15,160,176,1,185,25,0,191,80,34,46,128,62,124,112,
-0,116,3,191,176,18,6,15,161,232,48,149,15,161,95,89,88,46,254,6,
-124,112,195,0,80,81,86,15,160,176,1,185,25,0,190,80,34,6,15,161,
-46,128,62,124,112,1,116,3,190,176,18,232,30,149,15,161,94,89,88,46,
-254,14,124,112,195,80,83,81,82,87,6,82,232,65,148,137,22,197,17,90,
-80,82,254,200,254,206,138,214,138,240,232,63,148,90,88,139,30,161,18,142,
-195,187,160,0,254,200,246,227,139,248,138,222,254,203,209,227,3,251,138,218,
-232,17,148,38,138,5,232,243,147,254,194,232,22,148,131,199,2,226,240,139,
-22,197,17,232,10,148,7,95,90,89,91,88,195,0,0,195,195,61,0,73,
-116,26,61,0,81,116,2,117,55,38,138,7,254,192,38,58,71,1,116,44,
-38,138,7,38,254,7,235,12,38,138,7,10,192,116,29,38,254,15,254,200,
-232,24,0,46,138,38,109,114,46,160,111,114,46,138,22,112,114,46,138,54,
-113,114,249,195,248,195,195,96,38,255,87,11,139,243,131,198,6,38,138,71,
-3,38,134,68,3,38,136,71,3,38,139,71,4,38,139,84,4,83,87,86,
-38,139,54,23,18,139,216,139,250,38,131,127,4,0,117,7,38,137,148,75,
-3,235,12,38,131,125,4,0,117,5,38,137,132,75,3,94,95,91,30,6,
-96,6,31,82,80,232,247,242,131,196,4,97,7,31,38,137,87,4,38,137,
-68,4,38,15,182,68,2,254,192,38,42,71,1,80,38,15,182,87,1,82,
-38,15,182,84,1,38,15,182,76,2,65,42,202,46,199,6,80,134,0,0,
-191,250,114,232,159,0,38,15,182,87,1,38,15,182,79,2,65,42,202,232,
-143,0,90,89,191,250,114,232,230,0,38,138,71,1,38,138,103,2,254,196,
-42,224,46,162,108,114,46,136,38,109,114,38,138,68,1,38,138,100,2,254,
-196,42,224,46,162,110,114,46,136,38,111,114,46,160,108,114,46,2,6,111,
-114,254,200,38,136,71,2,46,160,108,114,46,2,6,111,114,38,136,68,1,
-46,2,6,109,114,254,200,38,136,68,2,46,198,6,113,114,0,38,15,182,
-87,3,15,186,226,3,115,6,46,198,6,113,114,1,46,198,6,112,114,0,
-38,15,182,84,3,15,186,226,3,115,6,46,198,6,112,114,1,97,195,0,
-0,0,0,0,0,83,82,6,30,82,81,6,87,82,46,255,54,237,148,232,
-95,220,131,196,8,232,21,0,89,90,131,248,0,116,3,204,235,6,66,131,
-199,19,226,221,31,7,90,91,195,80,81,86,30,6,87,38,197,117,1,14,
-7,191,176,118,46,3,62,80,134,87,252,185,80,0,243,164,88,95,7,38,
-137,69,1,14,88,38,137,69,3,46,131,6,80,134,80,31,94,89,88,195,
-83,82,6,30,82,81,6,87,82,46,255,54,237,148,232,82,217,131,196,8,
-89,90,131,248,0,116,3,204,235,6,66,131,199,19,226,224,31,7,90,91,
-195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,200,2,0,0,87,86,106,
-1,232,235,125,91,137,70,254,139,70,4,139,240,30,7,139,126,254,185,6,
-0,243,165,164,139,216,131,127,9,0,116,27,246,71,7,128,116,8,255,119,
-9,232,45,0,235,6,255,119,9,232,197,255,91,139,94,254,137,71,9,139,
-94,4,131,127,11,0,116,13,255,119,11,232,175,255,91,139,94,254,137,71,
-11,139,70,254,94,95,201,195,144,200,8,0,0,199,70,248,0,0,139,70,
-4,235,16,139,94,250,139,70,252,137,7,137,70,250,139,94,254,139,7,137,
-70,254,11,192,116,39,106,1,232,100,125,91,137,70,252,139,94,254,139,7,
-139,87,2,139,94,252,137,7,137,87,2,131,126,248,0,117,202,137,94,248,
-137,94,250,235,205,139,94,250,199,7,0,0,139,70,248,201,195,0,0,0,
-0,0,0,111,2,0,0,1,0,0,0,0,27,135,65,42,135,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,65,255,0,81,135,0,0,
-0,0,0,0,0,0,0,0,0,180,2,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,3,2,23,35,0,0,0,23,0,0,0,0,
-0,0,0,32,0,1,48,0,0,0,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,103,135,0,0,32,
-23,0,0,0,0,0,0,0,0,0,0,0,1,0,135,135,0,0,32,23,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,237,48,23,0,74,
-238,63,23,18,156,238,48,23,63,171,238,48,23,42,188,238,48,24,0,215,
-238,63,24,5,41,239,48,24,36,65,239,48,24,60,73,239,48,20,14,25,
-166,112,13,28,76,3,0,66,27,8,27,1,73,8,0,0,0,0,12,13,
-142,184,112,16,13,26,170,112,16,19,54,170,126,6,13,10,186,126,8,13,
-165,184,112,9,13,222,184,112,9,18,37,186,126,10,13,255,184,112,10,30,
-65,186,126,11,13,54,185,112,12,13,108,185,112,13,13,162,185,112,13,57,
-71,186,126,14,13,214,185,112,14,37,79,186,126,16,13,26,170,112,16,19,
-54,170,126,2,10,100,186,71,2,47,159,186,79,3,10,180,186,71,4,10,
-240,186,71,5,10,45,187,71,5,59,105,187,79,6,10,116,187,79,8,10,
-133,187,71,9,10,189,187,71,9,14,253,187,79,10,10,53,188,71,11,10,
-116,188,71,12,10,179,188,71,12,14,237,188,79,13,10,25,189,71,14,10,
-76,189,71,14,18,137,189,79,15,10,173,189,71,16,10,228,189,71,17,10,
-27,190,71,17,18,89,190,79,18,10,127,190,71,19,10,163,190,71,19,14,
-225,190,79,20,10,237,190,71,22,13,26,170,71,22,19,54,170,79,12,18,
-247,191,71,12,36,30,192,79,13,18,51,192,71,14,18,94,192,71,14,18,
-139,192,79,14,47,153,192,79,16,21,168,192,71,12,18,247,191,71,12,36,
-30,192,79,13,18,51,192,71,14,18,94,192,71,14,18,139,192,79,14,47,
-153,192,79,16,18,200,192,71,11,18,246,192,71,11,50,24,193,79,12,18,
-37,193,71,12,46,82,193,79,13,18,99,193,71,13,18,132,193,79,15,18,
-140,193,71,16,18,182,193,71,0,0,28,172,48,23,0,154,172,63,23,7,
-236,172,48,23,15,242,172,48,23,68,253,172,48,23,55,29,173,48,23,31,
-37,173,48,10,10,147,174,48,9,15,53,226,71,10,15,104,226,71,11,15,
-153,226,71,11,45,190,226,79,12,15,196,226,71,14,15,239,226,71,10,29,
-30,227,111,24,0,65,174,63,24,5,138,173,48,24,33,162,173,48,24,53,
-170,173,48,24,0,65,174,63,24,5,138,173,48,24,33,176,173,48,24,53,
-170,173,48,0,0,102,194,48,1,5,184,194,23,24,0,38,195,63,24,9,
-120,195,48,24,24,126,195,48,24,49,141,195,48,24,72,155,195,48,0,0,
-218,204,48,2,5,44,205,23,4,5,110,205,30,24,0,147,205,63,24,9,
-229,205,48,24,72,235,205,48,0,0,124,236,48,2,1,206,236,30,2,32,
-221,236,30,2,55,235,236,30,2,65,242,236,30,3,1,251,236,30,3,32,
-8,237,30,4,1,26,237,30,4,32,79,237,30,5,1,34,237,30,5,32,
-56,237,30,6,1,116,237,30,6,32,133,237,30,7,1,150,237,30,24,0,
-166,237,48,3,8,173,174,112,5,8,239,174,112,5,16,146,177,126,6,8,
-43,175,112,7,8,108,175,112,7,12,158,177,126,9,8,175,175,112,9,11,
-168,177,126,10,8,238,175,112,11,8,45,176,112,13,8,83,176,112,13,11,
-185,177,126,14,8,148,176,112,15,8,213,176,112,17,8,222,176,112,17,11,
-202,177,126,18,8,25,177,112,18,37,219,177,126,19,8,84,177,112,19,8,
-249,177,126,20,7,249,183,112,21,8,61,184,112,21,14,124,184,126,21,52,
-137,184,126,3,8,7,178,112,5,8,73,178,112,5,18,213,180,126,6,8,
-136,178,112,7,8,196,178,112,9,8,6,179,112,9,11,249,180,126,10,8,
-70,179,112,11,8,133,179,112,12,8,193,179,112,13,8,254,179,112,15,8,
-5,180,112,15,11,11,181,126,16,8,67,180,112,17,8,131,180,112,18,8,
-193,180,112,20,7,249,183,112,21,8,61,184,112,21,14,124,184,126,21,52,
-137,184,126,3,8,27,181,112,5,8,93,181,112,5,11,150,183,126,6,8,
-158,181,112,7,8,223,181,112,9,8,251,181,112,9,11,167,183,126,10,8,
-60,182,112,11,8,125,182,112,13,8,153,182,112,13,11,184,183,126,14,8,
-213,182,112,14,30,235,183,126,14,39,242,183,126,15,8,23,183,112,17,8,
-62,183,112,17,18,199,183,126,17,41,220,183,126,18,8,123,183,112,20,7,
-249,183,112,21,8,61,184,112,21,14,124,184,126,21,52,137,184,126,3,10,
-217,201,112,5,10,7,202,112,6,10,68,202,112,6,67,29,203,126,8,10,
-130,202,112,9,10,190,202,112,10,10,250,202,112,10,34,34,203,126,17,10,
-26,170,112,17,16,54,170,126,5,8,243,205,112,7,8,35,206,112,8,8,
-100,206,112,9,8,158,206,112,9,16,70,207,126,11,8,171,206,112,12,8,
-231,206,112,13,8,35,207,112,13,32,75,207,126,15,8,26,170,112,15,14,
-54,170,126,2,3,98,170,112,3,3,169,170,112,4,3,238,170,112,6,3,
-254,170,126,23,3,47,171,112,20,15,129,171,112,21,15,164,171,112,20,15,
-182,171,112,21,15,234,171,112,20,14,226,165,112,20,15,35,167,112,20,22,
-120,167,126,21,15,86,167,112,21,37,128,167,126,20,14,135,167,112,20,25,
-223,167,126,21,14,189,167,112,21,36,230,167,126,20,22,87,168,7,120,203,
-2,0,99,203,0,0,162,203,5,0,141,203,7,0,183,203,82,0,99,203,
-0,0,162,203,5,0,183,203,83,0,99,203,0,0,162,203,5,0,141,203,
-7,0,204,203,82,0,32,204,83,0,74,204,84,0,78,203,4,0,99,203,
-0,0,162,203,5,0,141,203,7,0,225,203,82,0,99,203,0,0,162,203,
-5,0,53,204,83,0,99,203,0,0,162,203,5,0,141,203,7,0,246,203,
-82,0,95,204,84,0,167,140,1,0,111,140,2,0,115,140,2,0,115,140,
-3,0,115,140,2,0,115,140,4,1,115,140,2,0,115,140,4,1,131,140,
-3,1,115,140,4,1,115,140,2,0,143,140,6,1,115,140,2,0,171,140,
-4,1,187,140,3,1,199,140,5,1,16,234,0,0,2,234,1,0,16,234,
-0,0,2,234,1,0,44,234,0,0,58,234,1,0,72,234,2,0,146,204,
-5,0,164,204,7,0,182,204,9,0,0,64,219,7,0,66,27,8,51,4,
-27,8,27,1,77,8,0,30,210,32,0,19,150,33,0,0,0,0,27,1,
-73,8,0,0,0,0,20,3,22,15,0,23,21,4,23,31,31,197,193,20,
-18,22,30,0,23,21,19,23,31,31,210,193,20,33,22,47,0,23,21,34,
-23,31,31,223,193,20,50,22,59,0,23,21,51,23,31,31,238,193,20,62,
-22,74,0,23,21,63,23,31,31,248,193,20,27,22,36,0,23,21,28,23,
-31,31,82,194,20,44,22,53,0,23,21,45,23,31,31,92,194,15,66,17,
-75,0,23,16,67,23,31,31,82,194,18,66,20,75,0,23,19,67,23,31,
-31,92,194,4,103,141,0,0,235,6,138,144,95,141,0,46,0,0,4,116,
-141,0,0,235,6,120,148,95,141,0,32,0,0,4,129,141,0,0,235,6,
-119,145,95,141,0,50,0,0,4,142,141,0,0,235,6,111,146,95,141,0,
-31,0,0,4,155,141,0,0,235,6,57,147,95,141,0,23,0,0,64,12,
-66,12,1,0,0,0,0,50,142,16,250,143,0,0,147,7,0,0,0,0,
-0,0,0,0,64,12,66,12,1,0,0,0,0,76,142,16,15,144,0,0,
-147,7,0,0,0,0,0,0,0,0,64,12,66,12,1,0,0,0,0,102,
-142,16,36,144,0,0,147,7,0,0,0,0,0,0,0,0,64,12,66,12,
-1,0,0,0,0,128,142,16,187,143,0,0,147,7,0,0,0,0,0,0,
-0,0,64,12,66,12,1,0,0,0,0,154,142,16,208,143,0,0,147,7,
-0,0,0,0,0,0,0,0,64,12,66,12,1,0,0,0,0,180,142,16,
-229,143,0,0,147,7,0,0,0,0,0,0,0,0,67,12,72,12,1,0,
-0,0,0,206,142,69,221,142,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,69,255,0,4,143,0,0,116,143,0,0,3,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,
-15,21,62,3,0,65,31,31,1,0,0,0,0,0,32,0,0,0,0,0,
-0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,69,110,116,101,114,32,65,114,114,97,121,32,
-78,97,109,101,58,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,0,26,143,0,0,46,28,0,0,
-0,0,0,0,0,0,0,0,0,1,0,72,143,0,0,46,31,24,20,48,
-0,0,0,0,0,0,0,0,12,0,26,143,0,0,46,28,0,0,0,0,
-0,0,0,0,0,0,0,1,195,142,117,142,169,142,143,142,65,142,39,142,
-91,142,15,39,20,59,0,23,16,40,23,31,0,0,4,19,33,18,29,18,
-48,226,21,17,39,20,54,0,23,18,40,23,31,27,141,2,12,83,18,81,
-18,48,247,21,16,39,20,47,0,23,17,40,23,31,55,141,3,7,35,18,
-31,18,48,0,0,19,39,22,54,0,23,20,40,23,31,27,141,2,12,37,
-18,39,18,48,0,0,18,39,21,54,0,23,19,40,23,31,35,141,2,12,
-41,18,43,18,48,0,0,19,39,23,54,0,23,20,40,23,31,43,141,3,
-12,45,18,47,18,48,0,0,1,194,141,0,0,147,7,0,0,0,0,0,
-0,0,0,2,207,141,0,0,147,7,0,0,0,0,0,0,0,0,1,168,
-141,0,0,183,7,0,0,0,0,0,0,0,0,2,181,141,0,0,183,7,
-0,0,0,0,0,0,0,0,96,12,0,0,6,0,0,0,0,217,148,220,
-141,235,141,250,141,9,142,24,142,94,19,193,21,4,0,0,0,0,105,148,
-166,144,57,144,72,144,18,13,0,0,1,0,0,0,0,57,144,66,181,144,
-0,0,147,7,0,0,0,0,0,0,0,0,0,0,0,0,66,255,0,220,
-144,0,0,242,144,0,0,7,173,143,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,0,14,2,22,65,7,0,0,23,0,
-0,0,0,0,0,30,32,0,1,31,1,1,1,0,245,195,0,0,59,23,
-37,20,23,146,197,0,0,19,24,33,111,0,0,107,196,0,0,59,23,37,
-20,23,216,197,0,0,27,24,29,111,0,0,225,196,0,0,59,23,37,20,
-23,23,198,0,0,20,24,32,111,0,0,166,196,0,0,59,23,37,20,23,
-243,197,0,0,36,24,28,111,0,0,28,197,0,0,59,23,37,20,23,43,
-198,0,0,40,24,20,111,0,0,48,196,0,0,59,23,37,20,23,165,197,
-0,0,51,24,16,111,0,0,87,197,0,0,59,23,37,20,23,83,198,0,
-0,28,24,26,111,0,89,6,166,6,1,0,0,0,0,130,145,67,145,145,
-0,0,87,6,0,0,0,0,0,0,0,0,0,0,0,0,67,255,0,184,
-145,0,0,206,145,0,0,7,83,146,97,146,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,0,1,10,50,18,71,7,0,65,120,120,
-1,182,198,0,0,79,32,0,1,48,0,1,0,0,111,198,0,0,20,120,
-0,0,0,0,0,0,0,0,0,0,0,1,0,114,198,0,0,20,120,0,
-0,0,73,199,0,0,54,20,14,111,0,0,124,198,0,0,20,120,0,0,
-0,127,199,0,0,54,20,15,111,0,0,133,198,0,0,20,120,0,0,0,
-181,199,0,0,63,20,9,111,0,0,145,198,0,0,20,120,0,0,0,244,
-199,0,0,58,20,12,111,0,0,154,198,0,0,20,120,0,0,0,0,0,
-0,0,0,0,0,0,1,0,174,198,0,0,20,120,0,0,0,46,200,0,
-0,26,20,32,111,0,0,0,209,159,248,149,3,150,159,161,0,0,0,0,
-0,0,95,141,95,141,95,141,95,141,0,0,0,0,167,6,234,6,1,0,
-0,0,0,122,146,67,137,146,0,0,86,6,0,0,0,0,0,0,0,0,
-0,0,0,0,67,255,0,176,146,0,0,198,146,0,0,5,37,147,47,147,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,10,
-50,17,73,5,0,65,120,120,1,13,199,0,0,79,32,0,1,48,0,1,
-0,0,192,198,0,0,22,120,0,0,0,0,0,0,0,0,0,0,0,1,
-0,195,198,0,0,22,120,0,0,0,72,200,0,0,55,20,14,111,0,0,
-217,198,0,0,22,120,0,0,0,127,200,0,0,53,20,15,111,0,0,239,
-198,0,0,22,120,0,0,0,0,0,0,0,0,0,0,0,1,0,5,199,
-0,0,22,120,0,0,0,180,200,0,0,26,20,28,111,0,0,0,123,153,
-39,157,0,0,0,0,0,0,95,141,95,141,0,0,0,0,32,6,85,6,
-1,0,0,0,0,68,147,67,83,147,0,0,88,6,0,0,0,0,0,0,
-0,0,0,0,0,0,67,255,0,122,147,0,0,144,147,0,0,5,239,147,
-249,147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,10,49,17,70,5,0,65,120,120,1,111,201,0,0,79,32,0,1,48,
-0,1,0,0,111,198,0,0,20,120,0,0,0,0,0,0,0,0,0,0,
-0,1,0,23,199,0,0,20,120,0,0,0,206,200,0,0,39,20,20,111,
-0,0,37,199,0,0,20,120,0,0,0,245,200,0,0,43,20,18,111,0,
-0,154,198,0,0,20,120,0,0,0,0,0,0,0,0,0,0,0,1,0,
-174,198,0,0,20,120,0,0,0,82,201,0,0,29,20,28,111,0,0,0,
-5,148,184,162,0,0,0,0,0,0,95,141,95,141,95,141,0,0,0,0,
-127,25,0,0,1,0,0,0,0,16,148,1,31,148,0,0,0,0,0,0,
-0,0,0,0,0,0,11,26,13,35,0,23,12,27,23,31,31,82,194,4,
-2,13,78,20,0,129,23,23,0,253,194,0,0,30,32,0,0,31,0,0,
-0,0,0,0,0,97,255,0,44,148,0,0,0,0,0,0,0,0,0,0,
-0,222,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-65,66,148,0,0,147,7,0,0,0,0,0,0,0,0,5,23,86,24,2,
-0,0,0,0,87,144,102,144,45,12,120,8,0,0,45,74,120,8,0,0,
-43,13,70,9,0,0,43,78,70,9,0,0,13,28,38,11,0,0,32,57,
-38,11,0,0,0,72,32,12,0,0,0,80,32,12,0,0,106,36,209,10,
-0,0,74,36,209,10,0,0,115,31,64,10,0,0,83,31,64,10,0,0,
-0,81,180,11,0,0,0,73,180,11,0,0,65,232,148,0,0,235,6,0,
-0,0,0,0,0,0,0,0,0,0,0,65,255,0,15,149,0,0,0,0,
-0,0,0,0,0,0,0,95,14,0,0,0,0,0,0,0,14,133,148,0,
-0,0,0,0,0,0,2,2,20,78,0,0,1,23,23,0,0,0,0,0,
-0,32,0,1,48,0,0,0,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,37,
-149,0,0,75,23,0,0,0,0,0,0,0,0,0,0,0,1,0,112,149,
-0,0,75,30,0,0,0,0,0,0,0,0,0,0,0,1,0,112,149,0,
-0,75,23,0,0,0,0,0,0,0,0,0,0,0,0,209,204,0,0,144,
-41,0,0,1,0,0,0,0,46,152,36,43,11,45,3,0,0,0,0,48,
-150,31,152,46,152,1,194,141,0,0,0,0,0,0,0,0,0,0,0,0,
-2,207,141,0,0,0,0,0,0,0,0,0,0,0,0,66,63,150,0,0,
-193,46,0,0,0,0,0,0,0,0,0,0,0,0,66,255,0,102,150,0,
-0,124,150,0,0,5,219,150,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,0,0,10,2,16,65,5,0,0,23,0,0,0,
-0,0,0,30,32,0,1,31,1,1,1,0,245,195,0,0,59,23,37,20,
-23,146,197,0,0,19,24,33,111,0,0,166,196,0,0,59,23,37,20,23,
-243,197,0,0,36,24,28,111,0,0,28,197,0,0,59,23,37,20,23,43,
-198,0,0,40,24,28,111,0,0,48,196,0,0,59,23,37,20,23,165,197,
-0,0,51,24,16,111,0,0,87,197,0,0,59,23,37,20,23,83,198,0,
-0,28,24,26,111,0,195,142,25,151,72,151,255,150,229,150,22,48,24,48,
-1,0,0,0,0,240,150,16,176,151,0,0,193,46,0,0,0,0,0,0,
-0,0,22,48,24,48,1,0,0,0,0,10,151,16,134,151,0,0,0,0,
-0,0,0,0,0,0,0,0,22,48,24,48,1,0,0,0,0,36,151,16,
-51,151,0,0,0,0,0,0,0,0,0,0,0,0,11,39,14,54,0,23,
-12,41,23,31,27,141,2,12,83,18,81,18,48,98,46,22,48,24,48,1,
-0,0,0,0,83,151,16,98,151,0,0,0,0,0,0,0,0,0,0,0,
-0,12,39,15,54,0,23,13,41,23,31,35,141,2,12,41,18,43,18,48,
-0,0,3,134,151,0,0,193,46,0,0,0,0,0,0,0,0,13,39,16,
-52,0,23,14,40,23,31,27,141,2,12,37,18,39,18,48,0,0,13,39,
-16,52,0,23,14,40,23,31,244,149,1,12,37,18,39,18,48,0,0,14,
-39,18,54,0,23,15,40,23,31,43,141,3,12,45,18,47,18,48,0,0,
-0,0,195,231,48,1,5,20,232,23,24,0,38,195,63,24,9,120,195,48,
-24,24,126,195,48,24,49,141,195,48,24,72,155,195,48,0,0,230,232,48,
-1,5,54,233,23,2,5,115,233,23,24,0,156,233,48,13,14,95,234,112,
-15,14,26,170,112,15,20,54,170,126,13,14,136,234,112,14,14,187,234,112,
-16,14,26,170,112,16,20,54,170,126,1,61,152,0,0,193,46,0,0,0,
-0,0,0,0,0,2,74,152,0,0,193,46,0,0,0,0,0,0,0,0,
-17,19,19,28,0,23,18,20,23,31,31,82,194,17,40,19,49,0,23,18,
-41,23,31,31,92,194,11,26,227,169,112,14,26,26,170,112,14,32,54,170,
-126,20,14,232,168,112,20,14,43,169,126,21,14,26,169,112,21,14,53,169,
-126,21,24,58,169,126,20,24,64,169,112,20,24,107,169,126,20,37,117,169,
-126,21,24,98,169,112,21,26,122,169,126,5,8,204,234,112,7,8,253,234,
-112,9,8,64,235,112,11,8,95,235,112,13,8,137,235,112,14,8,203,235,
-112,16,8,251,235,112,17,8,62,236,112,19,8,26,170,112,19,14,54,170,
-126,11,32,83,171,112,11,45,121,171,126,12,28,97,171,112,12,46,124,171,
-126,14,25,63,170,112,14,35,93,170,126,11,24,177,169,112,14,26,26,170,
-112,14,32,54,170,126,11,24,200,169,112,14,26,26,170,112,14,32,54,170,
-126,11,26,152,169,112,14,26,26,170,112,14,32,54,170,126,11,26,128,169,
-112,14,26,26,170,112,14,32,54,170,126,20,24,22,34,0,23,21,25,23,
-31,31,82,194,20,44,22,53,0,23,21,45,23,31,31,92,194,10,29,29,
-226,111,12,66,14,75,0,23,13,67,23,31,31,82,194,15,66,17,75,0,
-23,16,67,23,31,31,92,194,1,67,153,0,0,102,52,0,0,0,0,0,
-0,0,0,2,80,153,0,0,102,52,0,0,0,0,0,0,0,0,32,48,
-87,50,3,0,0,0,0,138,153,93,153,108,153,66,153,153,0,0,102,52,
-0,0,0,0,0,0,0,0,0,0,0,0,66,255,0,192,153,0,0,214,
-153,0,0,8,110,154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,11,0,20,53,8,0,0,23,0,0,0,0,0,
-0,30,32,0,1,31,1,1,1,0,230,215,0,0,54,23,42,10,23,150,
-217,0,0,35,24,23,111,0,0,28,216,0,0,54,23,42,10,23,185,217,
-0,0,52,24,14,111,0,0,82,216,0,0,54,23,42,10,23,237,217,0,
-0,36,24,22,111,0,0,136,216,0,0,54,23,42,10,23,17,218,0,0,
-34,24,24,111,0,0,190,216,0,0,54,23,42,10,23,51,218,0,0,60,
-24,10,111,0,0,244,216,0,0,54,23,42,10,23,111,218,0,0,29,24,
-24,111,0,0,42,217,0,0,54,23,42,10,23,140,218,0,0,33,24,24,
-111,0,0,96,217,0,0,54,23,42,10,23,173,218,0,0,29,24,24,111,
-0,221,154,12,155,59,155,106,155,153,155,200,155,247,155,38,156,0,0,192,
-213,48,2,3,194,214,112,3,3,11,215,112,4,3,84,215,112,5,3,157,
-215,112,9,1,18,214,71,24,0,38,195,63,24,9,120,195,48,24,24,126,
-195,48,24,49,141,195,48,24,72,155,195,48,20,14,125,168,112,21,14,176,
-168,112,10,15,36,225,71,11,15,85,225,71,11,60,137,225,79,12,15,143,
-225,71,13,15,191,225,71,15,17,237,225,71,64,12,66,12,1,0,0,0,
-0,232,154,16,247,154,0,0,102,52,0,0,0,0,0,0,0,0,11,42,
-14,52,0,23,12,43,23,31,85,156,2,8,105,18,91,18,48,0,0,64,
-12,66,12,1,0,0,0,0,23,155,16,38,155,0,0,102,52,0,0,0,
-0,0,0,0,0,12,42,15,55,0,23,13,43,23,31,27,141,2,12,93,
-18,95,18,48,113,49,64,12,66,12,1,0,0,0,0,70,155,16,85,155,
-0,0,102,52,0,0,0,0,0,0,0,0,7,42,22,48,0,23,8,43,
-23,31,105,156,15,5,97,18,99,18,48,0,0,64,12,66,12,1,0,0,
-0,0,117,155,16,132,155,0,0,102,52,0,0,0,0,0,0,0,0,14,
-42,21,53,0,23,15,43,23,31,165,156,15,10,101,18,103,18,48,0,0,
-64,12,66,12,1,0,0,0,0,164,155,16,179,155,0,0,102,52,0,0,
-0,0,0,0,0,0,15,42,18,52,0,23,16,43,23,31,85,156,2,8,
-107,18,109,18,48,0,0,64,12,66,12,1,0,0,0,0,211,155,16,226,
-155,0,0,102,52,0,0,0,0,0,0,0,0,16,42,19,52,0,23,17,
-43,23,31,244,149,1,11,111,18,113,18,48,0,0,64,12,66,12,1,0,
-0,0,0,2,156,16,17,156,0,0,102,52,0,0,0,0,0,0,0,0,
-16,42,19,55,0,23,17,43,23,31,27,141,2,12,117,18,115,18,48,0,
-0,64,12,66,12,1,0,0,0,0,49,156,16,64,156,0,0,102,52,0,
-0,0,0,0,0,0,0,17,42,20,55,0,23,18,43,23,31,27,141,2,
-12,121,18,119,18,48,0,0,238,233,0,0,248,233,1,0,90,213,0,0,
-99,213,1,0,90,213,0,0,234,212,1,0,241,212,2,0,248,212,3,0,
-255,212,4,0,6,213,5,0,13,213,6,0,20,213,7,0,27,213,8,0,
-34,213,9,0,41,213,10,0,48,213,11,0,55,213,12,0,62,213,13,0,
-69,213,14,0,76,213,15,0,138,212,1,0,150,212,2,0,162,212,3,0,
-174,212,4,0,186,212,5,0,198,212,6,0,5,8,156,222,112,7,8,203,
-222,112,7,66,11,223,126,8,8,17,223,112,8,55,80,223,126,9,8,85,
-223,112,11,8,128,223,126,12,8,177,223,126,15,8,26,170,112,15,14,54,
-170,126,19,19,21,28,0,23,20,20,23,31,31,82,194,19,38,21,47,0,
-23,20,39,23,31,31,92,194,1,239,156,0,0,208,53,0,0,0,0,0,
-0,0,0,2,252,156,0,0,208,53,0,0,0,0,0,0,0,0,144,52,
-79,53,3,0,0,0,0,54,157,9,157,24,157,66,69,157,0,0,208,53,
-0,0,0,0,0,0,0,0,0,0,0,0,66,255,0,108,157,0,0,130,
-157,0,0,10,64,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,0,0,0,0,0,0,6,1,17,56,10,0,0,23,0,0,0,0,0,
-0,30,32,0,1,31,1,1,1,0,9,220,0,0,54,30,0,0,0,0,
-0,0,0,0,0,0,0,1,0,4,220,0,0,54,23,0,0,0,0,0,
-0,0,0,0,0,0,1,0,63,220,0,0,54,23,40,10,23,131,221,0,
-0,55,24,13,111,0,0,117,220,0,0,54,23,40,10,23,186,221,0,0,
-56,24,13,111,0,0,171,220,0,0,54,23,40,10,23,242,221,0,0,54,
-24,13,111,0,0,225,220,0,0,54,23,40,10,23,40,222,0,0,61,24,
-11,111,0,0,4,220,0,0,54,23,0,0,0,0,0,0,0,0,0,0,
-0,1,0,77,221,0,0,54,30,0,0,0,0,0,0,0,0,0,0,0,
-1,0,4,220,0,0,54,23,0,0,0,0,0,0,0,0,0,0,0,1,
-0,23,221,0,0,54,23,40,10,23,101,222,0,0,55,24,14,111,0,0,
-0,0,0,129,158,188,158,243,158,54,159,0,0,0,0,0,0,109,159,0,
-0,202,218,48,2,6,28,219,112,3,6,98,219,112,4,6,168,219,112,24,
-0,38,195,63,24,9,120,195,48,24,24,126,195,48,24,49,141,195,48,24,
-72,155,195,48,64,12,66,12,1,0,0,0,0,140,158,16,155,158,0,0,
-208,53,0,0,0,0,0,0,0,0,8,40,12,52,0,23,9,41,23,31,
-176,158,3,10,129,18,127,18,48,0,0,108,213,0,0,120,213,1,0,132,
-213,2,0,64,12,66,12,1,0,0,0,0,199,158,16,214,158,0,0,208,
-53,0,0,0,0,0,0,0,0,9,40,12,52,0,23,10,41,23,31,235,
-158,2,10,133,18,131,18,48,0,0,144,213,0,0,156,213,1,0,64,12,
-66,12,1,0,0,0,0,254,158,16,13,159,0,0,208,53,0,0,0,0,
-0,0,0,0,10,40,16,52,0,23,11,41,23,31,34,159,5,10,137,18,
-135,18,48,0,0,150,212,0,0,174,212,1,0,198,212,2,0,210,212,3,
-0,222,212,4,0,64,12,66,12,1,0,0,0,0,65,159,16,80,159,0,
-0,208,53,0,0,0,0,0,0,0,0,11,40,14,52,0,23,12,41,23,
-31,101,159,2,10,141,18,139,18,48,0,0,168,213,0,0,180,213,1,0,
-64,12,66,12,1,0,0,0,0,120,159,16,135,159,0,0,208,53,0,0,
-0,0,0,0,0,0,15,40,18,54,0,23,16,41,23,31,156,159,2,12,
-145,18,143,18,48,0,0,2,234,0,0,16,234,1,0,5,8,218,223,112,
-7,8,9,224,112,8,8,74,224,112,10,8,117,224,112,11,8,180,224,112,
-11,50,30,225,126,12,8,243,224,112,15,8,26,170,112,15,14,54,170,126,
-240,53,111,57,3,0,0,0,0,234,160,53,161,68,161,0,0,0,0,0,
-74,23,0,0,0,0,0,0,0,0,0,0,0,0,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,0,243,159,0,0,74,23,0,0,0,0,0,0,0,0,0,0,0,
-1,0,61,160,0,0,74,30,0,0,0,0,0,0,0,0,0,0,0,1,
-5,2,21,77,20,0,161,23,23,0,253,194,0,0,30,32,0,0,31,0,
-0,0,0,0,0,0,97,255,0,173,160,0,0,0,0,0,0,0,0,0,
-0,0,236,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-0,65,195,160,0,0,79,58,0,0,0,0,0,0,0,0,0,0,81,207,
-48,2,2,163,207,23,3,2,237,207,23,24,0,51,208,63,24,9,133,208,
-48,24,72,139,208,48,20,14,125,168,112,21,14,176,168,112,9,12,124,201,
-112,10,12,180,201,112,11,12,26,170,112,11,18,54,170,126,1,83,161,0,
-0,79,58,0,0,0,0,0,0,0,0,2,96,161,0,0,79,58,0,0,
-0,0,0,0,0,0,21,27,23,36,0,23,22,28,23,31,31,82,194,21,
-44,23,53,0,23,22,45,23,31,31,92,194,5,8,255,209,112,7,8,48,
-210,112,8,8,109,210,112,9,8,174,210,112,9,23,224,210,126,9,35,234,
-210,126,11,8,246,210,112,12,8,53,211,112,15,8,26,170,112,15,14,54,
-170,126,112,58,159,59,3,0,0,0,0,254,161,83,162,98,162,0,0,0,
-0,0,74,23,0,0,0,0,0,0,0,0,0,0,0,0,5,2,21,77,
-20,0,161,23,23,0,253,194,0,0,30,32,0,0,31,0,0,0,0,0,
-0,0,97,255,0,193,161,0,0,0,0,0,0,0,0,0,0,0,46,59,
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,215,161,
-0,0,48,60,0,0,0,0,0,0,0,0,0,0,193,208,48,2,2,18,
-209,23,3,2,89,209,23,24,0,159,209,63,24,9,241,209,48,24,72,247,
-209,48,20,14,135,167,112,21,14,189,167,112,20,14,237,167,112,21,14,34,
-168,112,9,12,124,201,112,10,12,180,201,112,11,12,26,170,112,11,18,54,
-170,126,1,113,162,0,0,48,60,0,0,0,0,0,0,0,0,2,126,162,
-0,0,48,60,0,0,0,0,0,0,0,0,21,27,23,36,0,23,22,28,
-23,31,31,82,194,21,44,23,53,0,23,22,45,23,31,31,92,194,5,8,
-82,211,112,7,8,130,211,112,8,8,191,211,112,9,8,252,211,112,11,8,
-46,212,112,12,8,103,212,112,15,8,26,170,112,15,14,54,170,126,20,14,
-169,165,112,80,60,5,61,2,0,0,95,63,16,163,31,163,0,0,31,228,
-48,4,16,113,228,23,5,19,136,228,23,6,22,156,228,23,7,26,173,228,
-23,8,25,186,228,23,9,20,200,228,23,10,16,219,228,23,11,10,242,228,
-23,12,17,15,229,23,13,10,37,229,23,16,2,66,229,23,24,0,145,229,
-63,24,9,227,229,48,24,72,233,229,48,1,59,163,0,0,67,62,0,0,
-0,0,0,0,0,0,4,46,163,0,0,67,62,72,163,0,0,0,0,0,
-0,19,20,21,44,0,23,20,21,23,31,31,218,230,19,50,21,59,0,23,
-20,51,23,31,31,82,194,95,62,80,60,0,0,0,0,0,5,8,241,229,
-112,7,8,24,230,112,7,49,90,230,126,7,65,103,230,126,8,8,111,230,
-112,15,8,26,170,112,15,14,54,170,126,2,0,86,234,23,0,90,234,23,
-0,2,0,127,231,23,0,140,231,23,0,6,0,149,231,23,0,153,231,23,
-0,158,231,23,0,164,231,23,0,173,231,23,0,183,231,23,0,20,14,168,
-230,112,20,14,243,230,112,21,14,30,231,112,22,14,75,231,112,24,59,42,
-174,48,24,59,29,174,63,24,71,193,173,48,24,59,42,174,48,24,59,25,
-174,63,24,61,11,173,48,20,14,149,166,112,21,14,192,166,112,20,14,238,
-166,112,21,14,192,166,112,9,15,54,227,71,10,15,105,227,71,11,15,155,
-227,71,12,15,198,227,71,12,45,241,227,79,14,15,247,227,71,10,29,30,
-227,111,85,110,105,116,32,0,0,73,110,99,111,109,112,108,101,116,101,0,
-0,72,111,116,32,83,112,97,114,101,32,32,32,32,32,32,32,32,0,0,
-83,105,110,103,108,101,32,68,105,115,107,32,0,0,32,32,32,32,74,66,
-79,68,32,32,32,32,0,0,32,32,32,32,32,32,32,32,32,32,32,32,
-0,0,32,32,32,32,32,32,32,32,32,32,32,32,0,0,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,0,0,32,0,0,32,0,
-0,32,0,0,85,110,99,111,110,118,101,114,116,101,100,32,68,67,66,0,
-0,85,110,115,117,112,112,111,114,116,101,100,32,68,67,66,0,0,68,67,
-66,32,100,97,116,97,32,99,104,101,99,107,0,0,68,67,66,32,114,101,
-97,100,32,102,97,105,108,117,114,101,0,0,68,67,66,32,114,101,97,100,
-32,116,105,109,101,111,117,116,0,0,78,111,116,32,115,117,112,112,111,114,
-116,101,100,0,0,32,32,32,45,32,0,0,32,100,114,105,118,101,32,0,
-0,45,32,0,0,80,111,114,116,32,0,0,32,32,80,111,114,116,32,0,
-0,85,110,105,116,32,0,0,32,45,32,0,0,32,32,0,0,32,32,32,
-32,32,32,32,32,32,32,0,0,32,83,117,98,117,110,105,116,32,32,0,
-0,70,111,108,108,111,119,105,110,103,32,100,114,105,118,101,115,32,119,105,
-108,108,32,110,111,116,32,98,101,32,101,120,112,111,114,116,101,100,32,116,
-111,32,79,83,58,0,0,83,108,111,116,32,35,58,32,0,0,80,114,101,
-115,115,32,112,97,103,101,32,100,111,119,110,32,107,101,121,32,116,111,32,
-110,101,120,116,32,112,97,103,101,44,32,112,97,103,101,32,117,112,32,116,
-111,32,102,105,114,115,116,32,112,97,103,101,46,46,0,0,78,101,119,32,
-117,110,105,116,115,32,99,97,110,110,111,116,32,98,101,32,114,101,109,111,
-118,101,100,46,32,80,114,101,115,115,32,97,110,121,32,107,101,121,32,116,
-111,32,99,111,110,116,105,110,117,101,46,0,0,85,110,100,111,32,97,108,
-108,32,99,104,97,110,103,101,115,32,97,110,100,32,114,101,115,116,111,114,
-101,32,105,110,105,116,105,97,108,32,115,101,116,116,105,110,103,115,63,32,
-91,89,47,78,93,32,0,0,68,111,32,121,111,117,32,119,97,110,116,32,
-116,111,32,108,101,97,118,101,32,99,111,110,102,105,103,117,114,97,116,105,
-111,110,32,117,116,105,108,105,116,121,63,32,91,89,47,78,93,32,0,0,
-84,104,101,114,101,32,105,115,32,110,111,32,114,101,115,112,111,110,115,101,
-32,102,114,111,109,32,116,104,101,32,102,105,114,109,119,97,114,101,46,0,
-0,80,108,101,97,115,101,32,104,105,116,32,97,32,107,101,121,32,116,111,
-32,99,111,110,116,105,110,117,101,46,0,0,84,104,101,114,101,32,105,115,
-32,110,111,32,114,101,100,117,110,100,97,110,116,32,97,114,114,97,121,32,
-111,110,32,116,104,101,32,98,111,97,114,100,46,0,0,68,111,32,121,111,
-117,32,115,116,105,108,108,32,119,97,110,116,32,116,111,32,109,97,107,101,
-32,97,32,104,111,116,32,115,112,97,114,101,63,32,91,89,47,78,93,0,
-0,84,104,101,32,100,114,105,118,101,32,121,111,117,32,115,101,108,101,99,
-116,32,105,115,32,116,111,32,115,109,97,108,108,32,116,111,32,98,101,32,
-97,32,104,111,116,32,115,112,97,114,101,46,0,0,83,101,108,101,99,116,
-32,100,114,105,118,101,115,32,102,105,114,115,116,32,98,121,32,109,111,118,
-105,110,103,32,116,104,101,32,99,117,114,115,111,114,32,111,118,101,114,32,
-116,104,101,0,0,100,114,105,118,101,32,97,110,100,32,104,105,116,116,105,
-110,103,32,116,104,101,32,69,110,116,101,114,32,107,101,121,46,0,0,100,
-114,105,118,101,115,0,0,69,110,116,101,114,0,0,83,101,108,101,99,116,
-32,116,104,101,32,97,114,114,97,121,32,102,105,114,115,116,32,98,121,32,
-109,111,118,105,110,103,32,116,104,101,32,99,117,114,115,111,114,32,111,118,
-101,114,32,116,104,101,0,0,97,114,114,97,121,32,97,110,100,32,104,105,
-116,116,105,110,103,32,116,104,101,32,69,110,116,101,114,32,107,101,121,46,
-0,0,97,114,114,97,121,0,0,69,110,116,101,114,0,0,83,101,108,101,
-99,116,32,110,111,32,109,111,114,101,32,116,104,97,110,32,111,110,101,32,
-97,114,114,97,121,46,32,70,111,114,32,109,117,108,116,105,112,108,101,32,
-97,114,114,97,121,115,32,0,0,112,101,114,102,111,114,109,32,116,104,105,
-115,32,111,112,101,114,97,116,105,111,110,32,111,110,32,97,32,115,105,110,
-103,108,101,32,97,114,114,97,121,32,97,116,32,97,32,116,105,109,101,46,
-0,0,32,32,32,32,32,32,32,85,112,100,97,116,105,110,103,32,67,111,
-110,102,105,103,117,114,97,116,105,111,110,46,46,46,32,32,32,32,0,0,
-83,101,108,101,99,116,32,49,32,100,101,103,114,97,100,101,100,32,97,114,
-114,97,121,46,32,73,102,32,116,104,101,32,100,101,103,114,97,100,101,100,
-32,97,114,114,97,121,32,105,115,0,0,109,105,115,115,105,110,103,32,100,
-114,105,118,101,115,44,32,116,104,101,110,32,97,108,115,111,32,115,101,108,
-101,99,116,32,102,114,111,109,32,97,118,97,105,108,97,98,108,101,32,100,
-114,105,118,101,46,0,0,77,97,105,110,116,97,105,110,32,99,97,110,32,
-111,110,108,121,32,98,101,32,100,111,110,101,32,111,110,101,32,97,116,32,
-97,32,116,105,109,101,46,32,32,83,101,108,101,99,116,0,0,111,110,101,
-32,97,114,114,97,121,32,111,110,108,121,46,0,0,77,97,105,110,116,97,
-105,110,0,0,111,110,101,0,0,111,110,108,121,0,0,77,97,105,110,116,
-97,105,110,32,99,97,110,32,110,111,116,32,98,101,32,112,101,114,102,111,
-114,109,101,100,32,111,110,0,0,97,32,74,66,79,68,46,0,0,77,97,
-105,110,116,97,105,110,0,0,110,111,116,0,0,74,66,79,68,0,0,86,
-101,114,105,102,121,32,101,114,114,111,114,32,111,99,99,117,114,114,101,100,
-46,0,0,84,104,101,32,117,110,105,116,32,104,97,115,32,73,47,79,32,
-101,114,114,111,114,46,0,0,67,111,114,114,101,99,116,101,100,32,32,32,
-32,32,101,114,114,111,114,115,46,0,0,32,68,101,116,101,99,116,101,100,
-32,32,32,32,32,69,67,67,32,101,114,114,111,114,115,46,0,0,86,101,
-114,105,102,121,32,99,111,109,112,108,101,116,101,100,46,0,0,32,79,82,
-80,72,65,78,32,32,32,32,32,32,32,32,32,32,32,32,32,74,66,79,
-68,32,32,32,78,79,32,68,82,73,86,69,32,80,114,101,115,115,32,97,
-110,121,32,107,101,121,32,116,111,32,99,111,110,116,105,110,117,101,46,0,
-0,97,110,121,32,107,101,121,0,0,80,114,101,115,115,32,116,104,101,32,
-101,115,99,32,107,101,121,32,116,111,32,99,97,110,99,101,108,46,0,0,
-101,115,99,0,0,67,114,101,97,116,105,110,103,32,111,114,32,100,101,115,
-116,114,111,121,105,110,103,32,97,114,114,97,121,115,32,119,105,108,108,32,
-100,101,115,116,114,111,121,32,97,108,108,32,101,120,105,115,116,105,110,103,
-32,100,97,116,97,32,111,110,32,116,104,101,105,114,0,0,109,101,109,98,
-101,114,32,100,105,115,107,32,100,114,105,118,101,115,46,32,85,115,105,110,
-103,32,97,32,100,114,105,118,101,32,102,111,114,32,97,32,114,101,98,117,
-105,108,100,32,119,105,108,108,32,111,118,101,114,119,114,105,116,101,32,100,
-97,116,97,0,0,111,110,32,116,104,97,116,32,100,114,105,118,101,46,0,
-0,68,97,116,97,32,111,110,32,116,104,101,32,102,111,108,108,111,119,105,
-110,103,32,100,114,105,118,101,115,32,119,105,108,108,32,98,101,32,100,101,
-115,116,114,111,121,101,100,58,0,0,83,97,118,101,32,99,111,110,102,105,
-103,117,114,97,116,105,111,110,32,97,110,100,32,101,120,105,116,63,32,91,
-89,47,78,93,0,0,86,101,114,105,102,121,32,85,110,105,116,32,0,0,
-80,101,114,99,101,110,116,97,103,101,32,100,111,110,101,32,58,32,32,32,
-32,37,0,0,32,0,0,32,32,32,0,0,68,111,32,121,111,117,32,119,
-97,110,116,32,116,111,32,115,97,118,101,32,99,111,110,102,105,103,117,114,
-97,116,105,111,110,0,0,97,110,100,32,101,120,105,116,63,32,91,89,47,
-78,93,32,0,0,89,111,117,32,109,97,100,101,32,99,104,97,110,103,101,
-32,116,111,32,97,114,114,97,121,32,97,116,116,114,105,98,117,116,101,44,
-32,117,110,105,116,32,115,101,113,117,101,110,99,101,44,0,0,97,110,100,
-47,111,114,32,99,111,110,116,114,111,108,108,101,114,32,112,111,108,105,99,
-121,46,32,32,83,97,118,101,32,97,110,100,32,101,120,105,116,63,32,91,
-89,47,78,93,32,0,0,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,51,119,97,114,101,
-32,66,73,79,83,32,109,97,110,97,103,101,114,32,40,115,108,111,116,32,
-32,32,41,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,0,0,32,32,32,65,118,97,105,108,97,98,108,
-101,32,68,114,105,118,101,115,58,0,0,32,32,32,69,120,112,111,114,116,
-97,98,108,101,32,85,110,105,116,115,58,0,0,65,108,116,45,70,49,32,
-72,101,108,112,32,18,29,32,80,114,101,118,47,78,101,120,116,32,65,108,
-116,45,97,32,83,101,108,101,99,116,32,65,108,108,32,68,114,105,118,101,
-115,32,65,108,116,45,114,32,82,101,115,99,97,110,32,69,110,116,101,114,
-32,83,101,108,101,99,116,47,68,101,115,101,108,0,0,72,101,108,112,0,
-0,80,114,101,118,47,78,101,120,116,0,0,83,101,108,101,99,116,47,68,
-101,115,101,108,0,0,84,111,103,103,108,101,32,72,111,116,32,83,112,97,
-114,101,0,0,82,101,115,99,97,110,0,0,83,101,108,101,99,116,32,65,
-108,108,32,68,114,105,118,101,115,0,0,32,32,70,54,32,82,101,115,116,
-111,114,101,32,73,110,105,116,105,97,108,32,86,97,108,117,101,115,32,32,
-69,115,99,32,66,111,97,114,100,32,83,101,108,101,99,116,105,111,110,32,
-32,70,56,32,68,111,110,101,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,0,0,82,101,115,116,111,114,101,
-32,73,110,105,116,105,97,108,32,86,97,108,117,101,115,0,0,67,97,110,
-99,101,108,0,0,68,111,110,101,0,0,66,111,97,114,100,32,83,101,108,
-101,99,116,105,111,110,0,0,82,101,111,114,100,101,114,0,0,32,32,32,
-85,110,115,117,112,112,111,114,116,101,100,32,68,114,105,118,101,115,58,0,
-0,32,32,32,73,110,99,111,109,112,108,101,116,101,32,68,114,105,118,101,
-115,32,97,110,100,32,79,116,104,101,114,115,58,0,0,32,32,32,85,110,
-117,115,97,98,108,101,32,65,114,114,97,121,115,58,0,0,115,32,0,0,
-80,71,85,80,32,80,71,68,79,87,78,0,0,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,0,32,32,70,54,
-32,82,101,115,116,111,114,101,32,73,110,105,116,105,97,108,32,86,97,108,
-117,101,115,32,32,69,115,99,32,67,97,110,99,101,108,32,32,32,32,32,
-32,32,32,32,32,32,70,56,32,68,111,110,101,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,0,32,32,
-32,32,78,111,116,32,73,109,112,108,101,109,101,110,116,101,100,32,89,101,
-116,32,0,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,77,97,105,110,32,72,101,108,112,32,83,99,
-114,101,101,110,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,49,32,111,102,32,51,0,0,85,115,101,32,116,104,101,32,97,114,
-114,111,119,32,107,101,121,115,32,116,111,32,110,97,118,105,103,97,116,101,
-32,116,104,114,111,117,103,104,32,116,104,101,32,100,114,105,118,101,32,108,
-105,115,116,44,32,116,104,101,0,0,97,114,114,97,121,32,108,105,115,116,
-44,32,97,110,100,32,116,104,101,32,97,99,116,105,111,110,32,98,117,116,
-116,111,110,115,32,97,116,32,116,104,101,32,98,111,116,116,111,109,32,111,
-102,32,116,104,101,32,115,99,114,101,101,110,46,0,0,85,115,101,32,84,
-97,98,32,107,101,121,115,32,116,111,32,109,111,118,101,32,98,101,116,119,
-101,101,110,32,100,114,105,118,101,47,97,114,114,97,121,32,108,105,115,116,
-32,119,105,110,100,111,119,32,97,110,100,32,98,117,116,116,111,110,115,46,
-0,0,84,111,32,99,114,101,97,116,101,32,97,110,32,97,114,114,97,121,
-44,32,102,105,114,115,116,32,115,101,108,101,99,116,32,116,104,101,32,100,
-114,105,118,101,115,32,116,111,32,105,110,99,108,117,100,101,32,105,110,32,
-116,104,101,0,0,97,114,114,97,121,32,98,121,32,109,111,118,105,110,103,
-32,116,104,101,32,99,117,114,115,111,114,32,111,118,101,114,32,116,104,101,
-32,100,114,105,118,101,32,97,110,100,32,112,114,101,115,115,105,110,103,32,
-69,110,116,101,114,46,0,0,84,104,101,110,32,115,101,108,101,99,116,32,
-116,104,101,32,99,114,101,97,116,101,32,97,114,114,97,121,32,98,117,116,
-116,111,110,46,0,0,84,111,32,100,101,108,101,116,101,32,97,110,32,97,
-114,114,97,121,44,32,102,105,114,115,116,32,115,101,108,101,99,116,32,116,
-104,101,32,97,114,114,97,121,32,98,121,32,109,111,118,105,110,103,32,116,
-104,101,32,99,117,114,115,111,114,0,0,111,118,101,114,32,116,104,101,32,
-97,114,114,97,121,32,97,110,100,32,112,114,101,115,115,105,110,103,32,69,
-110,116,101,114,46,32,84,104,101,110,32,115,101,108,101,99,116,32,116,104,
-101,32,68,101,108,101,116,101,32,65,114,114,97,121,0,0,98,117,116,116,
-111,110,46,0,0,84,111,32,109,111,100,105,102,121,32,97,110,32,97,114,
-114,97,121,44,32,98,121,32,97,100,100,105,110,103,32,111,114,32,100,101,
-108,101,116,105,110,103,32,100,114,105,118,101,115,32,116,111,32,105,116,32,
-111,114,0,0,99,104,97,110,103,105,110,103,32,105,116,115,32,97,114,114,
-97,121,32,115,116,114,97,116,101,103,121,44,32,100,101,108,101,116,101,32,
-116,104,101,32,97,114,114,97,121,32,102,105,114,115,116,44,32,116,104,101,
-110,0,0,114,101,45,99,114,101,97,116,101,32,105,116,32,119,105,116,104,
-32,116,104,101,32,112,114,111,112,101,114,32,100,114,105,118,101,115,32,97,
-110,100,47,111,114,32,97,114,114,97,121,32,112,97,114,97,109,101,116,101,
-114,115,46,0,0,97,114,114,111,119,32,107,101,121,115,0,0,84,97,98,
-32,107,101,121,115,0,0,99,114,101,97,116,101,32,97,110,32,97,114,114,
-97,121,0,0,100,101,108,101,116,101,32,97,110,32,97,114,114,97,121,0,
-0,109,111,100,105,102,121,32,97,110,32,97,114,114,97,121,0,0,100,101,
-108,101,116,101,32,116,104,101,32,97,114,114,97,121,32,102,105,114,115,116,
-44,32,116,104,101,110,0,0,114,101,45,99,114,101,97,116,101,32,105,116,
-0,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,77,97,105,110,32,72,101,108,112,32,83,99,114,101,
-101,110,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-50,32,111,102,32,51,0,0,84,111,32,99,104,97,110,103,101,32,119,114,
-105,116,101,32,99,97,99,104,101,32,115,101,116,116,105,110,103,115,32,111,
-114,32,111,116,104,101,114,32,111,112,116,105,111,110,115,44,32,102,105,114,
-115,116,32,115,101,108,101,99,116,0,0,116,104,101,32,97,114,114,97,121,
-32,98,121,32,109,111,118,105,110,103,32,116,104,101,32,99,117,114,115,111,
-114,32,111,118,101,114,32,116,104,101,32,97,114,114,97,121,32,97,110,100,
-32,112,114,101,115,115,105,110,103,0,0,69,110,116,101,114,46,32,84,104,
-101,110,32,115,101,108,101,99,116,32,67,111,110,102,105,103,117,114,101,32,
-102,114,111,109,32,116,104,101,32,77,97,105,110,116,97,105,110,32,85,110,
-105,116,32,98,117,116,116,111,110,32,109,101,110,117,46,0,0,84,111,32,
-114,101,98,117,105,108,100,32,97,110,32,97,114,114,97,121,44,32,102,105,
-114,115,116,32,115,101,108,101,99,116,32,116,104,101,32,100,101,103,114,97,
-100,101,100,32,97,114,114,97,121,32,98,121,32,109,111,118,105,110,103,0,
-0,116,104,101,32,99,117,114,115,111,114,32,111,118,101,114,32,116,104,101,
-32,97,114,114,97,121,32,97,110,100,32,112,114,101,115,115,105,110,103,32,
-69,110,116,101,114,46,32,73,102,32,116,104,101,32,100,101,103,114,97,100,
-101,100,0,0,97,114,114,97,121,32,105,115,32,109,105,115,115,105,110,103,
-32,97,32,100,114,105,118,101,40,115,41,44,32,116,104,101,110,32,97,108,
-115,111,32,115,101,108,101,99,116,32,97,110,32,97,118,97,105,108,97,98,
-108,101,0,0,100,114,105,118,101,40,115,41,46,32,84,104,101,110,32,115,
-101,108,101,99,116,32,82,101,98,117,105,108,100,32,102,114,111,109,32,116,
-104,101,32,77,97,105,110,116,97,105,110,32,85,110,105,116,32,98,117,116,
-116,111,110,0,0,109,101,110,117,46,0,0,84,111,32,99,114,101,97,116,
-101,32,97,32,115,112,97,114,101,44,32,115,101,108,101,99,116,32,97,32,
-100,114,105,118,101,32,102,114,111,109,32,116,104,101,32,97,118,97,105,108,
-97,98,108,101,32,100,114,105,118,101,115,46,0,0,78,79,84,69,58,32,
-83,112,97,114,101,32,100,114,105,118,101,115,32,119,105,108,108,32,98,101,
-32,117,115,101,100,32,111,110,108,121,32,111,110,32,97,114,114,97,121,115,
-32,119,104,101,114,101,32,116,104,101,32,115,112,97,114,101,0,0,100,114,
-105,118,101,39,115,32,99,97,112,97,99,105,116,121,32,105,115,32,103,114,
-101,97,116,101,114,32,111,114,32,101,113,117,97,108,32,116,111,32,116,104,
-101,32,97,114,114,97,121,39,115,32,115,109,97,108,108,101,115,116,0,0,
-109,101,109,98,101,114,39,115,32,99,97,112,97,99,105,116,121,46,0,0,
-119,114,105,116,101,32,99,97,99,104,101,32,115,101,116,116,105,110,103,115,
-0,0,118,101,114,105,102,121,32,97,114,114,97,121,0,0,114,101,98,117,
-105,108,100,32,97,110,32,97,114,114,97,121,0,0,99,114,101,97,116,101,
-32,97,32,115,112,97,114,101,0,0,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,77,97,105,110,32,72,
-101,108,112,32,83,99,114,101,101,110,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,51,32,111,102,32,51,0,0,84,111,32,118,
-101,114,105,102,121,32,97,110,32,97,114,114,97,121,44,32,102,105,114,115,
-116,32,115,101,108,101,99,116,32,116,104,101,32,97,114,114,97,121,32,98,
-121,32,109,111,118,105,110,103,32,116,104,101,32,99,117,114,115,111,114,0,
-0,111,118,101,114,32,116,104,101,32,97,114,114,97,121,32,97,110,100,32,
-112,114,101,115,115,105,110,103,32,69,110,116,101,114,46,32,84,104,101,110,
-32,115,101,108,101,99,116,32,86,101,114,105,102,121,32,102,114,111,109,32,
-116,104,101,32,0,0,77,97,105,110,116,97,105,110,32,85,110,105,116,32,
-98,117,116,116,111,110,32,109,101,110,117,46,0,0,84,111,32,114,101,109,
-111,118,101,32,97,110,32,97,114,114,97,121,44,32,102,105,114,115,116,32,
-115,101,108,101,99,116,32,116,104,101,32,97,114,114,97,121,32,98,121,32,
-109,111,118,105,110,103,32,116,104,101,32,99,117,114,115,111,114,0,0,111,
-118,101,114,32,116,104,101,32,97,114,114,97,121,32,97,110,100,32,112,114,
-101,115,115,105,110,103,32,69,110,116,101,114,46,32,84,104,101,110,32,115,
-101,108,101,99,116,32,82,101,109,111,118,101,32,102,114,111,109,32,116,104,
-101,32,0,0,77,97,105,110,116,97,105,110,32,85,110,105,116,32,98,117,
-116,116,111,110,32,109,101,110,117,46,0,0,84,111,32,114,101,111,114,100,
-101,114,32,117,110,105,116,115,44,32,112,111,115,105,116,105,111,110,32,116,
-104,101,32,99,117,114,115,111,114,32,111,118,101,114,32,116,104,101,32,97,
-114,114,97,121,32,116,111,32,98,101,0,0,114,101,111,114,100,101,114,101,
-100,32,97,110,100,32,117,115,101,32,116,104,101,32,80,71,32,85,112,32,
-111,114,32,80,71,32,68,110,32,107,101,121,115,32,116,111,32,99,104,97,
-110,103,101,32,105,116,115,32,112,111,115,105,116,105,111,110,0,0,105,110,
-32,116,104,101,32,69,120,112,111,114,116,97,98,108,101,32,85,110,105,116,
-115,32,108,105,115,116,46,32,32,32,32,32,32,32,32,0,0,84,111,32,
-99,104,97,110,103,101,32,99,111,110,116,114,111,108,108,101,114,32,112,111,
-108,105,99,105,101,115,32,111,114,32,66,73,79,83,32,115,101,116,116,105,
-110,103,115,44,32,115,101,108,101,99,116,32,102,114,111,109,0,0,116,104,
-101,32,83,101,116,116,105,110,103,115,32,98,117,116,116,111,110,32,109,101,
-110,117,46,0,0,118,101,114,105,102,121,32,97,110,32,97,114,114,97,121,
-0,0,114,101,109,111,118,101,32,97,110,32,97,114,114,97,121,0,0,114,
-101,111,114,100,101,114,32,117,110,105,116,115,0,0,99,111,110,116,114,111,
-108,108,101,114,32,112,111,108,105,99,105,101,115,0,0,66,73,79,83,32,
-115,101,116,116,105,110,103,115,0,0,80,103,32,85,112,0,0,80,103,32,
-68,110,0,0,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,
-45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,
-45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,
-45,45,45,45,45,45,45,45,45,45,0,0,80,114,101,115,115,32,80,103,
-85,112,32,38,32,80,103,68,110,32,116,111,32,115,119,105,116,99,104,32,
-104,101,108,112,32,115,99,114,101,101,110,115,32,111,114,32,69,115,99,32,
-116,111,32,101,120,105,116,32,104,101,108,112,46,0,0,80,103,85,112,32,
-38,32,80,103,68,110,0,0,69,115,99,0,0,78,117,108,108,32,112,111,
-105,110,116,101,114,32,100,101,116,101,99,116,101,100,0,0,87,104,101,110,
-32,121,111,117,32,99,111,110,102,105,103,117,114,101,32,121,111,117,114,32,
-100,105,115,107,32,97,114,114,97,121,40,115,41,44,32,101,120,105,115,116,
-105,110,103,32,100,97,116,97,32,111,110,0,0,115,111,109,101,32,100,114,
-105,118,101,115,32,109,97,121,32,98,101,32,111,118,101,114,119,114,105,116,
-116,101,110,46,0,0,87,104,101,110,32,121,111,117,32,104,105,116,32,116,
-104,101,32,68,111,110,101,32,107,101,121,44,32,121,111,117,32,119,105,108,
-108,32,98,101,32,110,111,116,105,102,105,101,100,32,119,104,105,99,104,0,
-0,100,114,105,118,101,115,32,119,105,108,108,32,98,101,32,111,118,101,114,
-119,114,105,116,116,101,110,32,97,110,100,32,111,102,102,101,114,101,100,32,
-116,104,101,32,111,112,116,105,111,110,32,111,102,0,0,97,98,97,110,100,
-111,110,105,110,103,32,116,104,101,32,110,101,119,32,115,101,116,116,105,110,
-103,115,32,98,101,102,111,114,101,32,97,110,121,32,100,97,116,97,32,105,
-115,32,108,111,115,116,46,0,0,73,102,32,121,111,117,32,97,114,101,32,
-99,111,110,99,101,114,110,101,100,32,97,98,111,117,116,32,108,111,115,105,
-110,103,32,100,97,116,97,44,32,104,105,116,32,69,115,99,97,112,101,0,
-0,116,111,32,115,116,111,112,32,99,111,110,102,105,103,117,114,105,110,103,
-32,97,110,100,32,98,97,99,107,32,117,112,32,121,111,117,114,32,100,114,
-105,118,101,115,32,102,105,114,115,116,46,0,0,68,105,115,107,115,32,104,
-97,118,101,32,101,120,105,115,116,105,110,103,32,100,97,116,97,63,0,0,
-100,114,105,118,101,115,32,109,97,121,32,98,101,32,111,118,101,114,119,114,
-105,116,116,101,110,46,0,0,68,111,110,101,0,0,69,115,99,97,112,101,
-0,0,98,97,99,107,32,117,112,32,121,111,117,114,32,100,114,105,118,101,
-115,0,0,89,111,117,114,32,51,119,97,114,101,32,99,111,110,116,114,111,
-108,108,101,114,32,99,117,114,114,101,110,116,108,121,32,104,97,115,32,97,
-32,100,101,103,114,97,100,101,100,32,100,105,115,107,32,97,114,114,97,121,
-0,0,100,101,103,114,97,100,101,100,32,100,105,115,107,32,97,114,114,97,
-121,0,0,105,110,115,116,97,108,108,101,100,46,32,70,97,117,108,116,32,
-116,111,108,101,114,97,110,116,32,100,105,115,107,32,97,114,114,97,121,115,
-32,98,101,99,111,109,101,32,100,101,103,114,97,100,101,100,32,119,104,101,
-110,0,0,116,104,101,121,32,97,114,101,32,109,105,115,115,105,110,103,32,
-97,32,109,101,109,98,101,114,32,100,114,105,118,101,46,32,87,104,105,108,
-101,32,116,104,101,32,97,114,114,97,121,39,115,32,100,97,116,97,32,109,
-97,121,0,0,98,101,32,114,101,97,100,32,97,110,100,32,110,101,119,32,
-100,97,116,97,32,109,97,121,32,98,101,32,119,114,105,116,116,101,110,32,
-116,111,32,105,116,44,32,105,116,32,105,115,32,110,111,32,108,111,110,103,
-101,114,0,0,110,111,32,108,111,110,103,101,114,0,0,102,97,117,108,116,
-32,116,111,108,101,114,97,110,116,46,0,0,87,105,116,104,32,97,32,100,
-101,103,114,97,100,101,100,32,97,114,114,97,121,32,121,111,117,32,104,97,
-118,101,32,102,111,117,114,32,99,111,117,114,115,101,115,32,111,102,32,97,
-99,116,105,111,110,58,0,0,40,49,41,32,73,102,32,116,104,101,32,97,
-114,114,97,121,32,104,97,115,32,97,32,100,114,105,118,101,32,116,104,97,
-116,32,105,115,32,108,105,115,116,101,100,32,97,115,32,78,111,116,32,73,
-110,32,85,115,101,44,32,116,114,121,0,0,73,102,32,116,104,101,32,97,
-114,114,97,121,32,104,97,115,32,97,32,100,114,105,118,101,32,116,104,97,
-116,32,105,115,32,108,105,115,116,101,100,32,97,115,32,78,111,116,32,73,
-110,32,85,115,101,44,0,0,114,101,98,117,105,108,100,105,110,103,32,116,
-104,101,32,97,114,114,97,121,32,102,105,114,115,116,46,32,73,102,32,105,
-116,32,115,116,105,108,108,32,100,111,101,115,32,110,111,116,32,119,111,114,
-107,44,32,114,101,109,111,118,101,0,0,116,104,101,32,78,111,116,32,105,
-110,32,85,115,101,32,100,114,105,118,101,32,97,110,100,32,114,101,98,117,
-105,108,100,32,116,104,101,32,97,114,114,97,121,32,117,115,105,110,103,32,
-97,32,110,101,119,32,100,114,105,118,101,46,0,0,40,50,41,32,73,102,
-32,111,110,101,32,111,102,32,116,104,101,32,109,101,109,98,101,114,32,100,
-114,105,118,101,115,32,105,115,32,110,111,116,32,108,105,115,116,101,100,44,
-32,105,116,32,109,97,121,32,98,101,0,0,73,102,32,111,110,101,32,111,
-102,32,116,104,101,32,109,101,109,98,101,114,32,100,114,105,118,101,115,32,
-105,115,32,110,111,116,32,108,105,115,116,101,100,44,0,0,117,110,112,108,
-117,103,103,101,100,32,111,114,32,105,116,32,109,97,121,32,98,101,32,98,
-114,111,107,101,110,32,98,101,121,111,110,100,32,114,101,99,111,103,110,105,
-116,105,111,110,46,0,0,32,32,32,32,40,97,41,32,73,102,32,116,104,
-101,32,100,114,105,118,101,32,119,97,115,32,115,105,109,112,108,121,32,117,
-110,112,108,117,103,103,101,100,44,32,114,101,99,111,110,110,101,99,116,32,
-105,116,32,97,110,100,0,0,73,102,32,116,104,101,32,100,114,105,118,101,
-32,119,97,115,32,115,105,109,112,108,121,32,117,110,112,108,117,103,103,101,
-100,44,0,0,32,32,32,32,114,101,98,111,111,116,46,32,73,102,32,100,
-97,116,97,32,119,97,115,32,119,114,105,116,116,101,110,32,116,111,32,116,
-104,101,32,97,114,114,97,121,32,119,104,105,108,101,32,105,116,0,0,32,
-32,32,32,119,97,115,32,100,101,103,114,97,100,101,100,44,32,121,111,117,
-32,119,105,108,108,32,98,101,32,114,101,113,117,105,114,101,100,32,116,111,
-32,114,101,98,117,105,108,100,32,105,116,46,0,0,32,32,32,32,40,98,
-41,32,82,101,98,117,105,108,100,32,116,104,101,32,97,114,114,97,121,32,
-117,115,105,110,103,32,97,32,110,101,119,32,100,114,105,118,101,46,32,65,
-110,121,32,100,97,116,97,32,111,110,32,116,104,101,0,0,82,101,98,117,
-105,108,100,32,116,104,101,32,97,114,114,97,121,32,117,115,105,110,103,32,
-97,32,110,101,119,32,100,114,105,118,101,46,0,0,32,32,32,32,110,101,
-119,32,100,114,105,118,101,32,119,105,108,108,32,98,101,32,111,118,101,114,
-119,114,105,116,116,101,110,46,0,0,40,52,41,32,68,111,32,110,111,116,
-104,105,110,103,32,97,110,100,32,114,117,110,32,119,105,116,104,32,116,104,
-101,32,97,114,114,97,121,32,97,115,32,102,117,110,99,116,105,111,110,97,
-108,44,32,98,117,116,32,110,111,116,0,0,68,111,32,110,111,116,104,105,
-110,103,0,0,102,97,117,108,116,32,116,111,108,101,114,97,110,116,46,0,
-0,89,111,117,114,32,104,97,118,101,32,115,101,108,101,99,116,101,100,32,
-115,111,109,101,32,97,118,97,105,108,97,98,108,101,32,100,114,105,118,101,
-115,32,116,111,0,0,97,118,97,105,108,97,98,108,101,32,100,114,105,118,
-101,115,0,0,99,114,101,97,116,101,32,101,120,112,111,114,116,97,98,108,
-101,32,117,110,105,116,46,32,32,84,104,105,115,32,119,105,108,108,32,100,
-101,115,116,114,111,121,0,0,97,108,108,32,101,120,105,115,116,105,110,103,
-32,100,97,116,97,32,111,110,32,116,104,111,115,101,32,100,114,105,118,101,
-115,46,0,0,79,110,99,101,32,110,101,119,32,117,110,105,116,115,32,97,
-114,101,32,99,114,101,97,116,101,100,44,32,116,104,111,115,101,32,100,97,
-116,97,32,97,114,101,0,0,78,79,84,32,114,101,99,111,118,101,114,97,
-98,108,101,46,0,0,78,79,84,0,0,68,111,32,121,111,117,32,119,97,
-110,116,32,116,111,32,99,114,101,97,116,101,32,116,104,101,32,117,110,105,
-116,63,32,91,89,47,78,93,0,0,89,111,117,32,100,111,32,110,111,116,
-32,104,97,118,101,32,97,32,98,97,116,116,101,114,121,32,98,97,99,107,
-117,112,32,117,110,105,116,0,0,98,97,116,116,101,114,121,32,98,97,99,
-107,117,112,32,117,110,105,116,0,0,105,110,115,116,97,108,108,101,100,44,
-32,101,110,97,98,108,105,110,103,32,119,114,105,116,101,32,99,97,99,104,
-101,32,109,97,121,32,99,97,117,115,101,0,0,108,111,115,115,32,111,102,
-32,100,97,116,97,32,105,110,32,116,104,101,32,101,118,101,110,116,32,111,
-102,32,112,111,119,101,114,32,102,97,105,108,117,114,101,46,0,0,108,111,
-115,115,32,111,102,32,100,97,116,97,0,0,112,111,119,101,114,32,102,97,
-105,108,117,114,101,0,0,68,111,32,121,111,117,32,119,105,115,104,32,116,
-111,32,99,111,110,116,105,110,117,101,63,32,91,89,47,78,93,0,0,68,
-111,32,121,111,117,32,119,97,110,116,32,119,114,105,116,101,32,99,97,99,
-104,101,32,116,111,32,98,101,32,101,110,97,98,108,101,100,63,32,91,89,
-47,78,93,0,0,87,97,114,110,105,110,103,58,32,115,101,108,101,99,116,
-105,110,103,32,116,104,101,32,83,116,111,114,83,97,118,101,32,0,0,80,
-101,114,102,111,114,109,97,110,99,101,0,0,115,101,116,116,105,110,103,32,
-119,105,108,108,32,99,111,109,112,114,111,109,105,115,101,32,116,104,101,32,
-98,97,116,116,101,114,121,32,98,97,99,107,117,112,32,0,0,98,97,116,
-116,101,114,121,32,98,97,99,107,117,112,32,0,0,117,110,105,116,39,115,
-32,97,98,105,108,105,116,121,32,116,111,32,112,114,111,116,101,99,116,32,
-100,97,116,97,46,0,0,117,110,105,116,39,115,0,0,68,111,32,121,111,
-117,32,115,116,105,108,108,32,119,97,110,116,32,116,111,32,117,115,101,32,
-116,104,101,32,80,101,114,102,111,114,109,97,110,99,101,0,0,115,101,116,
-116,105,110,103,32,91,89,47,78,93,0,0,67,114,101,97,116,101,32,85,
-110,105,116,0,0,68,101,108,101,116,101,32,85,110,105,116,0,0,77,97,
-105,110,116,97,105,110,32,85,110,105,116,0,0,83,101,116,116,105,110,103,
-115,0,0,73,110,102,111,114,109,97,116,105,111,110,0,0,32,73,110,111,
-112,101,114,97,98,108,101,32,65,114,114,97,121,32,45,32,84,111,111,32,
-109,97,110,121,32,109,105,115,115,105,110,103,32,100,114,105,118,101,115,32,
-0,0,32,40,102,114,111,109,41,32,0,0,32,40,116,111,41,32,0,0,
-32,77,105,103,114,97,116,105,110,103,32,0,0,32,32,32,79,75,32,32,
-32,0,0,32,67,97,110,99,101,108,32,0,0,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,67,114,101,97,116,101,32,68,105,115,107,32,65,114,114,
-97,121,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,0,0,78,111,116,101,58,
-32,67,114,101,97,116,105,110,103,32,97,110,32,97,114,114,97,121,32,119,
-105,108,108,32,111,118,101,114,119,114,105,116,101,32,101,120,105,115,116,105,
-110,103,32,100,97,116,97,32,111,110,32,105,116,115,32,100,114,105,118,101,
-115,46,0,0,32,67,114,101,97,116,101,32,97,32,100,105,115,107,32,97,
-114,114,97,121,32,102,114,111,109,32,116,104,101,115,101,32,100,114,105,118,
-101,115,32,0,0,32,32,65,108,116,45,70,49,32,72,101,108,112,32,32,
-32,32,32,32,32,32,18,29,32,80,114,101,118,105,111,117,115,47,78,101,
-120,116,32,32,32,32,32,32,69,110,116,101,114,32,67,104,97,110,103,101,
-32,86,97,108,117,101,32,32,32,32,32,32,32,69,115,99,32,67,97,110,
-99,101,108,32,32,0,0,72,101,108,112,0,0,80,114,101,118,105,111,117,
-115,47,78,101,120,116,0,0,67,104,97,110,103,101,32,86,97,108,117,101,
-0,0,67,97,110,99,101,108,0,0,32,32,65,108,116,45,70,49,32,72,
-101,108,112,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,69,115,
-99,32,67,97,110,99,101,108,32,32,0,0,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,65,114,114,97,121,32,78,97,
-109,101,58,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,0,0,67,111,110,116,105,110,117,101,32,
-79,110,32,69,114,114,111,114,32,87,104,101,110,32,82,101,98,117,105,108,
-100,58,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,0,0,32,32,32,32,32,32,32,32,32,32,
-32,32,82,65,73,68,32,67,111,110,102,105,103,117,114,97,116,105,111,110,
-58,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,0,0,32,32,32,32,32,32,32,32,32,32,32,
-87,114,105,116,101,32,67,97,99,104,101,32,83,101,116,116,105,110,103,58,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,0,0,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,83,116,114,105,112,101,32,83,105,122,101,58,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,0,0,32,32,32,32,32,32,32,32,32,32,32,32,68,
-114,105,118,101,32,81,117,101,117,105,110,103,32,77,111,100,101,58,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,0,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-83,116,111,114,83,97,118,101,32,80,114,111,102,105,108,101,58,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,0,0,67,104,97,110,103,101,32,97,114,114,97,121,32,110,97,
-109,101,0,0,67,104,97,110,103,101,32,119,104,101,116,104,101,114,32,114,
-101,98,117,105,108,100,115,32,99,111,110,116,105,110,117,101,32,111,110,32,
-115,111,117,114,99,101,32,101,114,114,111,114,115,0,0,67,104,97,110,103,
-101,32,82,65,73,68,32,99,111,110,102,105,103,117,114,97,116,105,111,110,
-0,0,69,110,97,98,108,101,47,68,105,115,97,98,108,101,32,119,114,105,
-116,101,32,99,97,99,104,101,32,115,101,116,116,105,110,103,0,0,67,104,
-97,110,103,101,32,115,116,114,105,112,101,32,115,105,122,101,0,0,69,110,
-97,98,108,101,47,68,105,115,97,98,108,101,32,113,117,101,117,105,110,103,
-32,111,102,32,68,77,65,32,99,111,109,109,97,110,100,115,0,0,67,111,
-110,102,105,103,117,114,101,32,83,116,111,114,83,97,118,101,32,80,114,111,
-102,105,108,101,0,0,32,0,0,32,82,101,98,117,105,108,100,0,0,32,
-86,101,114,105,102,121,0,0,32,67,111,110,102,105,103,117,114,101,0,0,
-32,82,101,109,111,118,101,0,0,32,45,45,45,45,45,45,45,45,45,45,
-45,45,45,45,45,45,32,0,0,32,69,120,105,116,32,0,0,77,97,105,
-110,116,97,105,110,0,0,32,0,0,32,67,111,110,116,114,111,108,108,101,
-114,32,80,111,108,105,99,105,101,115,0,0,32,66,73,79,83,32,79,112,
-116,105,111,110,115,32,32,32,32,32,32,32,0,0,32,45,45,45,45,45,
-45,45,45,45,45,45,45,45,45,45,45,45,45,45,0,0,32,69,120,105,
-116,32,0,0,83,101,116,116,105,110,103,115,0,0,32,67,111,110,116,114,
-111,108,108,101,114,32,0,0,32,66,97,116,116,101,114,121,32,66,97,99,
-107,117,112,32,0,0,32,69,120,116,101,110,100,101,100,32,68,114,105,118,
-101,32,0,0,32,86,105,97,32,82,101,98,117,105,108,100,44,32,121,111,
-117,32,99,97,110,32,114,101,103,101,110,101,114,97,116,101,32,100,101,103,
-114,97,100,101,100,32,82,65,73,68,32,117,110,105,116,115,0,0,32,86,
-101,114,105,102,121,32,97,108,108,111,119,115,32,121,111,117,32,116,111,32,
-99,104,101,99,107,32,105,110,116,101,103,114,105,116,121,32,111,102,32,97,
-32,82,65,73,68,32,117,110,105,116,0,0,32,67,111,110,102,105,103,117,
-114,101,32,97,108,108,111,119,115,32,121,111,117,32,116,111,32,99,104,97,
-110,103,101,32,116,104,101,32,112,97,114,97,109,101,116,101,114,115,32,111,
-102,32,97,32,82,65,73,68,32,117,110,105,116,0,0,32,85,115,101,32,
-116,104,105,115,32,111,112,116,105,111,110,32,112,114,105,111,114,32,116,111,
-32,112,104,121,115,105,99,97,108,108,121,32,114,101,109,111,118,105,110,103,
-32,82,65,73,68,32,117,110,105,116,115,0,0,32,69,120,105,116,32,116,
-104,105,115,32,77,97,105,110,116,97,105,110,32,109,101,110,117,0,0,32,
-85,115,101,32,116,104,105,115,32,111,112,116,105,111,110,32,116,111,32,99,
-104,97,110,103,101,32,99,111,110,116,114,111,108,108,101,114,32,112,111,108,
-105,99,121,32,115,101,116,116,105,110,103,115,0,0,32,85,115,101,32,116,
-104,105,115,32,111,112,116,105,111,110,32,116,111,32,99,111,110,102,105,103,
-117,114,101,32,118,97,114,105,111,117,115,32,66,73,79,83,32,115,101,116,
-116,105,110,103,115,0,0,32,69,120,105,116,32,116,104,105,115,32,83,101,
-116,116,105,110,103,115,32,109,101,110,117,0,0,32,86,105,101,119,32,100,
-101,116,97,105,108,101,100,32,99,111,110,116,114,111,108,108,101,114,32,105,
-110,102,111,114,109,97,116,105,111,110,0,0,32,86,105,101,119,32,100,101,
-116,97,105,108,101,100,32,98,97,116,116,101,114,121,32,98,97,99,107,117,
-112,32,105,110,102,111,114,109,97,116,105,111,110,0,0,32,86,105,101,119,
-32,101,120,116,101,110,100,101,100,32,105,110,102,111,114,109,97,116,105,111,
-110,32,114,101,103,97,114,100,105,110,103,32,100,105,115,107,32,100,114,105,
-118,101,115,0,0,32,69,120,105,116,32,116,104,105,115,32,73,110,102,111,
-114,109,97,116,105,111,110,32,109,101,110,117,0,0,73,110,102,111,114,109,
-97,116,105,111,110,0,0,82,101,98,117,105,108,100,32,100,101,115,116,105,
-110,97,116,105,111,110,32,99,97,112,97,99,105,116,121,32,110,101,101,100,
-115,32,116,111,32,109,97,116,99,104,32,116,104,101,32,115,111,117,114,99,
-101,0,0,73,110,115,116,97,108,108,32,97,110,100,32,115,101,108,101,99,
-116,32,97,32,100,114,105,118,101,32,97,116,32,108,101,97,115,116,0,0,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,67,114,101,97,116,
-101,32,68,105,115,107,32,65,114,114,97,121,32,72,101,108,112,32,83,99,
-114,101,101,110,0,0,84,104,101,32,108,105,115,116,101,100,32,100,114,105,
-118,101,115,32,119,105,108,108,32,98,101,32,99,111,109,98,105,110,101,100,
-32,105,110,116,111,32,97,32,100,105,115,107,32,97,114,114,97,121,46,32,
-67,104,101,99,107,0,0,116,104,97,116,32,121,111,117,32,104,97,118,101,
-32,115,101,108,101,99,116,101,100,32,116,104,101,32,99,111,114,114,101,99,
-116,32,100,114,105,118,101,115,32,98,101,102,111,114,101,32,104,105,116,116,
-105,110,103,32,79,75,46,0,0,78,111,116,101,32,116,104,97,116,32,116,
-104,101,32,100,97,116,97,32,111,110,32,116,104,101,32,100,114,105,118,101,
-115,32,105,110,32,116,104,101,32,100,105,115,107,32,97,114,114,97,121,32,
-119,105,108,108,32,98,101,0,0,111,118,101,114,119,114,105,116,116,101,110,
-32,111,110,108,121,32,97,102,116,101,114,32,121,111,117,32,99,111,109,112,
-108,101,116,101,32,97,108,108,32,121,111,117,114,32,99,111,110,102,105,103,
-117,114,97,116,105,111,110,0,0,115,101,116,116,105,110,103,115,32,97,110,
-100,32,115,101,108,101,99,116,32,116,104,101,32,68,111,110,101,32,107,101,
-121,46,0,0,79,75,46,0,0,68,111,110,101,0,0,78,111,116,32,105,
-110,32,85,115,101,0,0,82,101,98,117,105,108,100,32,105,110,116,111,0,
-0,73,78,67,79,77,80,76,69,84,69,0,0,32,32,83,105,110,103,108,
-101,32,68,114,105,118,101,32,32,32,32,32,0,0,32,32,83,116,114,105,
-112,101,32,40,82,65,73,68,32,48,41,32,32,0,0,32,32,77,105,114,
-114,111,114,32,40,82,65,73,68,32,49,41,32,32,0,0,32,32,32,32,
-32,82,65,73,68,32,49,48,32,32,32,32,32,32,32,0,0,32,32,32,
-32,32,82,65,73,68,32,53,32,32,32,32,32,32,32,32,0,0,32,32,
-32,32,32,82,65,73,68,32,53,48,32,32,32,32,32,32,32,0,0,32,
-32,32,32,32,82,65,73,68,32,53,48,32,32,50,88,54,32,32,0,0,
-32,32,32,32,32,82,65,73,68,32,53,48,32,32,50,88,55,32,32,0,
-0,32,32,32,32,32,82,65,73,68,32,53,48,32,32,50,88,56,32,32,
-0,0,32,32,32,32,32,82,65,73,68,32,53,48,32,32,51,88,51,32,
-32,0,0,32,32,32,32,32,82,65,73,68,32,53,48,32,32,51,88,52,
-32,32,0,0,32,32,32,32,32,82,65,73,68,32,53,48,32,32,51,88,
-53,32,32,0,0,32,32,32,32,32,82,65,73,68,32,53,48,32,32,52,
-88,51,32,32,0,0,32,32,32,32,32,82,65,73,68,32,53,48,32,32,
-52,88,52,32,32,0,0,32,32,32,32,32,82,65,73,68,32,53,48,32,
-32,53,88,51,32,32,0,0,32,32,56,32,75,66,32,0,0,32,49,54,
-32,75,66,32,0,0,32,51,50,32,75,66,32,0,0,32,54,52,32,75,
-66,32,0,0,32,49,50,56,75,66,32,0,0,32,50,53,54,75,66,32,
-0,0,32,53,49,50,75,66,32,0,0,32,32,49,32,77,66,32,0,0,
-32,32,78,47,65,32,32,0,0,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,68,101,108,101,116,101,32,68,105,115,107,32,65,114,114,97,121,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,0,0,78,111,116,101,58,32,79,110,99,
-101,32,97,110,32,97,114,114,97,121,32,105,115,32,100,101,108,101,116,101,
-100,44,32,105,116,115,32,100,97,116,97,32,119,105,108,108,32,98,101,99,
-111,109,101,32,117,110,114,101,97,100,97,98,108,101,46,0,0,68,101,108,
-101,116,101,32,116,104,101,32,102,111,108,108,111,119,105,110,103,32,100,105,
-115,107,32,97,114,114,97,121,40,115,41,58,0,0,32,32,65,108,116,45,
-70,49,32,72,101,108,112,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,69,115,99,32,67,97,110,99,101,108,32,32,0,0,72,101,108,112,
-0,0,67,97,110,99,101,108,0,0,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,68,101,108,101,116,101,32,68,105,115,107,32,65,
-114,114,97,121,32,72,101,108,112,32,83,99,114,101,101,110,0,0,84,104,
-101,32,108,105,115,116,101,100,32,100,105,115,107,32,97,114,114,97,121,40,
-115,41,32,119,105,108,108,32,98,101,32,98,114,111,107,101,110,32,105,110,
-116,111,32,105,110,100,105,118,105,100,117,97,108,32,100,114,105,118,101,115,
-46,0,0,67,104,101,99,107,32,116,104,97,116,32,121,111,117,32,104,97,
-118,101,32,115,101,108,101,99,116,101,100,32,116,104,101,32,99,111,114,114,
-101,99,116,32,97,114,114,97,121,40,115,41,32,98,101,102,111,114,101,0,
-0,104,105,116,116,105,110,103,32,79,75,46,0,0,78,111,116,101,32,116,
-104,97,116,32,116,104,101,32,100,97,116,97,32,111,110,32,116,104,101,32,
-100,114,105,118,101,115,32,105,110,32,116,104,101,32,100,105,115,107,32,97,
-114,114,97,121,32,119,105,108,108,32,98,101,0,0,111,118,101,114,119,114,
-105,116,116,101,110,32,111,110,108,121,32,97,102,116,101,114,32,121,111,117,
-32,99,111,109,112,108,101,116,101,32,97,108,108,32,121,111,117,114,32,99,
-111,110,102,105,103,117,114,97,116,105,111,110,0,0,115,101,116,116,105,110,
-103,115,32,97,110,100,32,115,101,108,101,99,116,32,116,104,101,32,68,111,
-110,101,32,107,101,121,46,0,0,79,75,46,0,0,68,111,110,101,0,0,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,82,101,98,117,105,108,100,32,68,
-105,115,107,32,65,114,114,97,121,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-0,0,78,111,116,101,58,32,82,101,98,117,105,108,100,105,110,103,32,119,
-105,108,108,32,111,99,99,117,114,32,97,102,116,101,114,32,97,108,108,32,
-99,111,110,102,105,103,117,114,97,116,105,111,110,32,99,104,97,110,103,101,
-115,32,97,114,101,32,99,111,109,112,108,101,116,101,0,0,97,110,100,32,
-121,111,117,32,104,97,118,101,32,101,120,105,116,101,100,32,116,104,101,32,
-51,119,97,114,101,32,68,105,115,107,32,65,114,114,97,121,32,67,111,110,
-102,105,103,117,114,97,116,105,111,110,32,85,116,105,108,105,116,121,32,40,
-70,56,41,46,0,0,32,32,65,108,116,45,70,49,32,72,101,108,112,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,69,115,99,32,67,97,
-110,99,101,108,32,32,0,0,72,101,108,112,0,0,67,97,110,99,101,108,
-0,0,68,114,105,118,101,32,116,111,32,85,115,101,32,105,110,32,82,101,
-98,117,105,108,100,0,0,65,114,114,97,121,32,66,101,105,110,103,32,82,
-101,98,117,105,108,116,0,0,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,82,
-101,109,111,118,101,32,68,105,115,107,32,65,114,114,97,121,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,0,0,78,111,116,101,58,32,82,101,109,111,118,
-97,108,32,119,105,108,108,32,111,99,99,117,114,32,97,102,116,101,114,32,
-97,108,108,32,99,111,110,102,105,103,117,114,97,116,105,111,110,32,99,104,
-97,110,103,101,115,32,97,114,101,32,99,111,109,112,108,101,116,101,0,0,
-97,110,100,32,121,111,117,32,104,97,118,101,32,101,120,105,116,101,100,32,
-116,104,101,32,51,119,97,114,101,32,68,105,115,107,32,65,114,114,97,121,
-32,67,111,110,102,105,103,117,114,97,116,105,111,110,32,85,116,105,108,105,
-116,121,32,40,70,56,41,46,0,0,32,32,65,108,116,45,70,49,32,72,
-101,108,112,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,69,115,
-99,32,67,97,110,99,101,108,32,32,0,0,72,101,108,112,0,0,67,97,
-110,99,101,108,0,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,82,101,98,117,105,108,100,32,68,105,115,107,32,65,114,114,97,
-121,32,72,101,108,112,32,83,99,114,101,101,110,0,0,84,104,101,32,115,
-101,108,101,99,116,101,100,32,97,114,114,97,121,32,119,105,108,108,32,98,
-101,32,114,101,98,117,105,108,116,46,32,65,102,116,101,114,32,116,104,101,
-32,99,111,109,112,108,101,116,105,111,110,32,111,102,0,0,114,101,98,117,
-105,108,100,44,32,116,104,101,32,97,114,114,97,121,32,119,105,108,108,32,
-98,101,99,111,109,101,32,102,97,117,108,116,32,116,111,108,101,114,97,110,
-116,32,97,103,97,105,110,46,32,84,104,101,32,115,116,97,116,117,115,0,
-0,119,105,108,108,32,109,111,118,101,32,102,114,111,109,32,100,101,103,114,
-97,100,101,100,32,116,111,32,114,101,98,117,105,108,100,105,110,103,32,116,
-111,32,110,111,114,109,97,108,46,0,0,100,101,103,114,97,100,101,100,0,
-0,114,101,98,117,105,108,100,105,110,103,0,0,78,111,116,101,32,116,104,
-97,116,32,116,104,101,32,114,101,98,117,105,108,100,32,119,105,108,108,32,
-110,111,116,32,97,99,116,117,97,108,108,121,32,98,101,103,105,110,32,117,
-110,116,105,108,32,97,102,116,101,114,32,116,104,101,0,0,111,112,101,114,
-97,116,105,110,103,32,115,121,115,116,101,109,32,105,115,32,108,111,97,100,
-101,100,46,0,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,82,101,109,111,118,101,32,68,105,115,107,32,65,114,114,97,121,32,
-72,101,108,112,32,83,99,114,101,101,110,0,0,84,104,101,32,115,101,108,
-101,99,116,101,100,32,97,114,114,97,121,32,119,105,108,108,32,98,101,32,
-114,101,109,111,118,101,100,46,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,0,0,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,0,0,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,0,0,78,111,116,101,32,116,104,97,116,32,116,104,101,32,114,
-101,109,111,118,101,32,119,105,108,108,32,110,111,116,32,97,99,116,117,97,
-108,108,121,32,98,101,99,111,109,101,32,101,102,102,101,99,116,105,118,101,
-0,0,117,110,116,105,108,32,111,112,101,114,97,116,105,110,103,32,115,121,
-115,116,101,109,32,105,115,32,108,111,97,100,101,100,46,0,0,32,49,32,
-115,101,99,111,110,100,32,0,0,32,50,32,115,101,99,111,110,100,115,0,
-0,32,51,32,115,101,99,111,110,100,115,0,0,32,52,32,115,101,99,111,
-110,100,115,0,0,32,53,32,115,101,99,111,110,100,115,0,0,32,54,32,
-115,101,99,111,110,100,115,0,0,32,56,32,115,101,99,111,110,100,115,0,
-0,49,48,32,115,101,99,111,110,100,115,0,0,32,32,49,32,32,0,0,
-32,32,50,32,32,0,0,32,32,51,32,32,0,0,32,32,52,32,32,0,
-0,32,32,53,32,32,0,0,32,32,54,32,32,0,0,32,32,55,32,32,
-0,0,32,32,56,32,32,0,0,32,32,57,32,32,0,0,32,49,48,32,
-32,0,0,32,49,49,32,32,0,0,32,49,50,32,32,0,0,32,49,51,
-32,32,0,0,32,49,52,32,32,0,0,32,49,53,32,32,0,0,32,49,
-54,32,32,0,0,32,65,84,65,45,54,32,0,0,83,65,84,65,79,79,
-66,0,0,32,32,32,70,117,108,108,32,32,32,0,0,32,85,110,105,116,
-32,79,110,108,121,0,0,32,32,83,117,109,109,97,114,121,32,0,0,32,
-69,120,112,97,110,100,101,100,32,0,0,32,67,111,108,108,97,112,115,101,
-100,0,0,32,32,78,111,32,75,101,121,32,32,0,0,32,87,97,105,116,
-32,75,101,121,32,0,0,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-80,111,108,105,99,121,32,67,111,110,116,114,111,108,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,0,0,40,67,104,97,110,103,105,110,103,32,74,
-66,79,68,32,112,111,108,105,99,121,32,119,105,108,108,32,99,97,117,115,
-101,32,97,108,108,32,114,101,99,101,110,116,32,99,111,110,102,105,103,117,
-114,97,116,105,111,110,32,99,104,97,110,103,101,115,32,116,111,32,98,101,
-32,108,111,115,116,46,41,0,0,32,32,65,108,116,45,70,49,32,72,101,
-108,112,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,69,115,99,
-32,67,97,110,99,101,108,32,32,0,0,72,101,108,112,0,0,67,97,110,
-99,101,108,0,0,86,105,97,32,116,104,101,32,111,112,116,105,111,110,115,
-32,98,101,108,111,119,44,32,121,111,117,32,99,97,110,32,115,101,116,32,
-118,97,114,105,111,117,115,32,112,111,108,105,99,105,101,115,32,116,104,97,
-116,32,116,104,101,32,99,111,110,116,114,111,108,108,101,114,0,0,98,111,
-97,114,100,32,119,105,108,108,32,117,115,101,32,119,104,101,110,32,112,114,
-111,99,101,115,115,105,110,103,32,97,114,114,97,121,115,32,97,110,100,32,
-100,105,115,107,115,46,32,40,84,104,101,115,101,32,115,101,116,116,105,110,
-103,115,32,97,112,112,108,121,32,0,0,116,111,32,116,104,101,32,99,117,
-114,114,101,110,116,108,121,32,115,101,108,101,99,116,101,100,32,98,111,97,
-114,100,32,111,110,108,121,32,97,110,100,32,119,105,108,108,32,112,101,114,
-115,105,115,116,32,116,104,114,111,117,103,104,32,112,111,119,101,114,32,32,
-32,32,0,0,99,121,99,108,101,115,46,41,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,0,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,69,120,112,111,114,
-116,32,74,66,79,68,32,68,105,115,107,115,58,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,0,0,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,83,116,97,103,103,101,114,101,100,32,
-83,112,105,110,117,112,58,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,0,0,32,32,32,32,32,32,32,32,78,117,109,98,101,114,32,
-111,102,32,68,114,105,118,101,115,32,80,101,114,32,83,112,105,110,117,112,
-58,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,0,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,68,101,108,97,121,32,66,
-101,116,119,101,101,110,32,83,112,105,110,117,112,115,58,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,0,0,32,32,32,32,68,105,115,
-97,98,108,101,32,67,97,99,104,101,32,111,110,32,68,101,103,114,97,100,
-101,100,32,65,114,114,97,121,58,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,0,0,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,83,116,97,103,103,101,114,101,100,32,77,101,116,104,
-111,100,58,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,
-0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-50,84,66,32,65,117,116,111,45,67,97,114,118,105,110,103,58,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,0,0,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,65,117,
-116,111,45,82,101,98,117,105,108,100,58,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,0,0,67,104,97,110,103,101,32,119,104,101,116,
-104,101,114,32,74,66,79,68,115,32,97,114,101,32,101,120,112,111,114,116,
-101,100,0,0,67,104,97,110,103,101,32,115,116,97,103,103,101,114,101,100,
-32,115,112,105,110,117,112,32,40,100,114,105,118,101,115,32,109,117,115,116,
-32,115,117,112,112,111,114,116,32,116,104,105,115,41,0,0,67,104,97,110,
-103,101,32,110,117,109,98,101,114,32,111,102,32,100,114,105,118,101,115,32,
-112,101,114,32,115,112,105,110,117,112,0,0,67,104,97,110,103,101,32,116,
-104,101,32,100,101,108,97,121,32,98,101,116,119,101,101,110,32,115,112,105,
-110,117,112,115,0,0,67,104,97,110,103,101,32,119,104,101,116,104,101,114,
-32,119,114,105,116,101,32,99,97,99,104,101,32,105,115,32,100,105,115,97,
-98,108,101,100,32,102,111,114,32,100,101,103,114,97,100,101,100,32,97,114,
-114,97,121,115,0,0,83,101,108,101,99,116,32,116,104,101,32,83,116,97,
-103,103,101,114,101,100,32,77,101,116,104,111,100,0,0,69,110,97,98,108,
-101,47,68,105,115,97,98,108,101,32,50,84,66,32,65,117,116,111,45,67,
-97,114,118,105,110,103,0,0,69,110,97,98,108,101,47,68,105,115,97,98,
-108,101,32,65,117,116,111,45,82,101,98,117,105,108,100,0,0,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,66,73,79,83,32,79,112,116,105,111,110,32,83,101,
-116,116,105,110,103,115,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,0,86,
-105,97,32,116,104,101,32,111,112,116,105,111,110,115,32,98,101,108,111,119,
-44,32,121,111,117,32,99,97,110,32,115,101,116,32,118,97,114,105,111,117,
-115,32,112,97,114,97,109,101,116,101,114,115,32,116,104,97,116,32,99,117,
-115,116,111,109,105,122,101,0,0,66,73,79,83,32,98,101,104,97,118,105,
-111,114,46,32,40,84,104,101,115,101,32,115,101,116,116,105,110,103,115,32,
-97,112,112,108,121,32,116,111,32,116,104,101,32,99,117,114,114,101,110,116,
-108,121,32,115,101,108,101,99,116,101,100,32,32,32,32,32,32,0,0,98,
-111,97,114,100,32,111,110,108,121,32,97,110,100,32,119,105,108,108,32,112,
-101,114,115,105,115,116,32,116,104,114,111,117,103,104,32,112,111,119,101,114,
-32,99,121,99,108,101,115,46,41,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,0,0,80,79,83,84,32,68,105,115,112,108,97,
-121,32,79,112,116,105,111,110,115,0,0,32,32,32,0,0,32,32,32,32,
-32,32,32,32,32,80,79,83,84,32,68,105,115,112,108,97,121,32,79,112,
-116,105,111,110,115,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,0,0,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,68,105,115,112,108,97,121,32,67,111,110,116,114,111,108,
-58,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,0,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,65,114,114,97,121,32,86,105,101,119,58,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,0,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,80,97,
-117,115,101,32,84,105,109,101,58,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,0,0,32,32,32,32,32,32,32,32,
-32,32,32,70,117,108,108,32,83,99,114,101,101,110,32,67,111,110,116,114,
-111,108,58,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,0,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,76,111,97,100,32,67,111,110,116,114,111,108,58,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,0,
-32,32,32,32,32,32,32,32,32,66,73,79,83,32,76,111,97,100,105,110,
-103,32,79,112,116,105,111,110,115,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,0,0,83,101,108,101,99,116,
-32,102,117,108,108,32,100,101,116,97,105,108,115,44,32,117,110,105,116,115,
-32,111,110,108,121,44,32,111,114,32,97,32,115,117,109,109,97,114,121,32,
-100,105,115,112,108,97,121,0,0,83,101,108,101,99,116,32,119,104,101,116,
-104,101,114,32,97,114,114,97,121,115,32,97,114,101,32,100,105,115,112,108,
-97,121,101,100,32,119,105,116,104,32,109,101,109,98,101,114,32,100,114,105,
-118,101,115,0,0,67,104,97,110,103,101,32,116,105,109,101,32,117,115,101,
-100,32,102,111,114,32,112,97,117,115,105,110,103,32,105,110,32,98,101,116,
-119,101,101,110,32,102,117,108,108,32,115,99,114,101,101,110,115,0,0,83,
-101,108,101,99,116,32,119,104,101,116,104,101,114,32,116,111,32,119,97,105,
-116,32,102,111,114,32,97,32,107,101,121,32,115,116,114,111,107,101,32,119,
-104,101,110,32,115,99,114,101,101,110,32,105,115,32,102,117,108,108,0,0,
-68,105,115,97,98,108,101,32,116,104,105,115,32,111,112,116,105,111,110,32,
-116,111,32,98,121,112,97,115,115,32,98,111,111,116,105,110,103,32,102,114,
-111,109,32,99,111,110,116,114,111,108,108,101,114,0,0,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,80,111,108,105,99,121,
-32,67,111,110,116,114,111,108,32,72,101,108,112,32,83,99,114,101,101,110,
-0,0,84,104,105,115,32,115,99,114,101,101,110,32,97,108,108,111,119,115,
-32,109,111,100,105,102,105,99,97,116,105,111,110,32,111,102,32,115,111,109,
-101,32,112,111,108,105,99,121,32,115,101,116,116,105,110,103,32,111,102,32,
-116,104,105,115,0,0,116,104,105,115,0,0,98,111,97,114,100,46,32,32,
-84,104,101,32,99,104,97,110,103,101,115,32,119,105,108,108,32,98,101,32,
-115,97,118,101,100,32,119,104,101,110,32,104,105,116,116,105,110,103,32,79,
-75,46,32,32,84,104,101,32,115,97,118,101,100,0,0,79,75,46,0,0,
-118,97,108,117,101,115,32,119,105,108,108,32,112,101,114,115,105,115,116,32,
-116,104,114,111,117,103,104,32,112,111,119,101,114,32,99,121,99,108,101,115,
-46,0,0,78,111,116,101,32,116,104,97,116,32,99,104,97,110,103,105,110,
-103,32,116,104,101,32,69,120,112,111,114,116,32,74,66,79,68,32,115,101,
-116,116,105,110,103,32,119,105,108,108,0,0,114,101,115,117,108,116,32,105,
-110,32,108,111,115,105,110,103,32,99,111,110,102,105,103,117,114,97,116,105,
-111,110,32,99,104,97,110,103,101,115,46,0,0,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,66,73,79,83,32,79,
-112,116,105,111,110,115,32,72,101,108,112,32,83,99,114,101,101,110,0,0,
-84,104,105,115,32,115,99,114,101,101,110,32,101,110,97,98,108,101,115,32,
-121,111,117,32,116,111,32,99,104,97,110,103,101,32,118,97,114,105,111,117,
-115,32,66,73,79,83,32,115,101,116,116,105,110,103,115,32,115,117,99,104,
-32,97,115,0,0,104,111,119,32,105,110,102,111,114,109,97,116,105,111,110,
-32,105,115,32,100,105,115,112,108,97,121,101,100,32,100,117,114,105,110,103,
-32,80,79,83,84,46,0,0,78,111,116,101,32,116,104,101,32,99,104,97,
-110,103,101,115,32,119,105,108,108,32,98,101,32,115,97,118,101,100,32,111,
-110,108,121,32,97,102,116,101,114,32,121,111,117,32,99,111,109,112,108,101,
-116,101,32,97,108,108,32,111,102,0,0,121,111,117,114,32,99,111,110,102,
-105,103,117,114,97,116,105,111,110,32,99,104,97,110,103,101,115,32,97,110,
-100,32,115,101,108,101,99,116,32,116,104,101,32,68,111,110,101,32,107,101,
-121,46,32,84,104,101,32,115,97,118,101,100,0,0,118,97,108,117,101,115,
-32,119,105,108,108,32,112,101,114,115,105,115,116,32,116,104,114,111,117,103,
-104,32,112,111,119,101,114,32,99,121,99,108,101,115,46,0,0,68,111,110,
-101,0,0,67,104,97,110,103,105,110,103,32,112,111,108,105,99,121,32,111,
-110,32,101,120,112,111,114,116,105,110,103,32,111,102,32,74,66,79,68,32,
-100,105,115,107,115,32,119,105,108,108,0,0,99,97,117,115,101,32,97,108,
-108,32,114,101,99,101,110,116,32,99,111,110,102,105,103,117,114,97,116,105,
-111,110,32,99,104,97,110,103,101,115,32,116,111,32,98,101,32,108,111,115,
-116,46,0,0,108,111,115,116,0,0,73,102,32,116,104,97,116,32,105,115,
-32,110,111,116,32,105,110,116,101,110,100,101,100,44,32,112,108,101,97,115,
-101,32,112,114,101,115,115,32,78,46,32,32,84,104,101,110,0,0,116,104,
-101,32,109,111,100,105,102,105,101,100,32,99,111,110,102,105,103,117,114,97,
-116,105,111,110,32,119,105,108,108,32,110,111,116,32,98,101,32,108,111,115,
-116,46,0,0,68,111,32,121,111,117,32,119,97,110,116,32,116,111,32,99,
-111,109,109,105,116,32,116,104,101,32,112,111,108,105,99,121,32,99,104,97,
-110,103,101,63,32,91,89,47,78,93,0,0,85,112,100,97,116,105,110,103,
-32,67,111,110,116,114,111,108,108,101,114,46,46,46,0,0,82,101,115,99,
-97,110,110,105,110,103,32,116,104,101,32,99,111,110,116,114,111,108,108,101,
-114,32,119,105,108,108,32,99,97,117,115,101,32,116,104,101,32,104,97,114,
-100,119,97,114,101,0,0,99,111,110,102,105,103,117,114,97,116,105,111,110,
-32,116,111,32,97,103,97,105,110,32,98,101,32,114,101,116,114,105,101,118,
-101,100,46,32,65,110,121,32,114,101,99,101,110,116,0,0,99,111,110,102,
-105,103,117,114,97,116,105,111,110,32,99,104,97,110,103,101,115,32,119,105,
-108,108,32,98,101,32,108,111,115,116,46,0,0,108,111,115,116,0,0,73,
-102,32,116,104,97,116,32,105,115,32,110,111,116,32,105,110,116,101,110,100,
-101,100,44,32,112,108,101,97,115,101,32,112,114,101,115,115,32,78,46,32,
-0,0,68,111,32,121,111,117,32,119,97,110,116,32,116,111,32,112,114,111,
-99,101,101,100,32,119,105,116,104,32,116,104,101,32,114,101,115,99,97,110,
-63,32,91,89,47,78,93,0,0,83,99,97,110,110,105,110,103,32,67,111,
-110,116,114,111,108,108,101,114,46,46,46,0,0,73,116,32,104,97,115,32,
-98,101,101,110,32,100,101,116,101,99,116,101,100,32,116,104,97,116,32,100,
-105,115,107,40,115,41,32,119,101,114,101,32,97,100,100,101,100,32,111,114,
-32,32,0,0,114,101,109,111,118,101,100,32,102,114,111,109,32,116,104,101,
-32,99,111,110,116,114,111,108,108,101,114,46,32,65,32,110,101,119,32,99,
-111,110,102,105,103,117,114,97,116,105,111,110,0,0,109,117,115,116,32,110,
-111,119,32,98,101,32,114,101,116,114,105,101,118,101,100,46,32,40,78,111,
-116,101,58,32,97,110,121,32,114,101,99,101,110,116,32,0,0,99,111,110,
-102,105,103,117,114,97,116,105,111,110,32,99,104,97,110,103,101,115,32,119,
-105,108,108,32,98,101,32,108,111,115,116,46,41,32,32,32,32,32,0,0,
-108,111,115,116,0,0,32,32,32,32,32,32,32,32,32,32,32,32,80,114,
-101,115,115,32,97,110,121,32,107,101,121,32,116,111,32,99,111,110,116,105,
-110,117,101,46,0,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,66,97,116,
-116,101,114,121,32,66,97,99,107,117,112,32,85,110,105,116,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,0,0,66,97,116,116,101,114,121,32,66,97,99,107,
-117,112,32,85,110,105,116,32,58,0,0,70,105,114,109,119,97,114,101,32,
-86,101,114,115,105,111,110,32,58,0,0,83,101,114,105,97,108,32,78,117,
-109,98,101,114,32,58,0,0,66,66,85,32,82,101,97,100,121,32,58,0,
-0,66,66,85,32,83,116,97,116,117,115,32,58,0,0,66,97,116,116,101,
-114,121,32,86,111,108,116,97,103,101,32,58,0,0,66,97,116,116,101,114,
-121,32,84,101,109,112,101,114,97,116,117,114,101,32,58,0,0,69,115,116,
-105,109,97,116,101,100,32,66,97,99,107,117,112,32,67,97,112,97,99,105,
-116,121,32,58,0,0,76,97,115,116,32,67,97,112,97,99,105,116,121,32,
-116,101,115,116,32,58,0,0,66,97,116,116,101,114,121,32,73,110,115,116,
-97,108,108,97,116,105,111,110,32,68,97,116,101,32,58,0,0,78,111,116,
-101,58,32,84,104,105,115,32,115,99,114,101,101,110,32,119,105,108,108,32,
-114,101,102,114,101,115,104,32,101,118,101,114,121,32,51,48,32,115,101,99,
-111,110,100,115,32,116,111,32,114,101,102,108,101,99,116,32,116,104,101,32,
-108,97,116,101,115,116,32,115,116,97,116,117,115,46,0,0,32,32,65,108,
-116,45,70,49,32,72,101,108,112,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,69,115,99,32,67,97,110,99,101,108,32,32,0,0,72,101,
-108,112,0,0,67,97,110,99,101,108,0,0,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,66,66,85,32,72,101,
-108,112,32,83,99,114,101,101,110,0,0,84,104,105,115,32,115,99,114,101,
-101,110,32,100,105,115,112,108,97,121,115,32,98,97,116,116,101,114,121,32,
-98,97,99,107,117,112,32,117,110,105,116,32,105,110,102,111,114,109,97,116,
-105,111,110,32,97,110,100,32,115,116,97,116,117,115,46,0,0,105,110,102,
-111,114,109,97,116,105,111,110,0,0,115,116,97,116,117,115,0,0,73,116,
-32,97,108,115,111,32,97,108,108,111,119,115,32,105,110,105,116,105,97,116,
-105,110,103,32,98,97,116,116,101,114,121,32,99,97,112,97,99,105,116,121,
-32,116,101,115,116,46,0,0,72,111,117,114,115,0,0,78,111,32,98,97,
-116,116,101,114,121,32,99,111,110,110,101,99,116,101,100,46,32,80,114,101,
-115,115,32,97,110,121,32,107,101,121,32,116,111,32,99,111,110,116,105,110,
-117,101,46,0,0,32,84,101,115,116,32,66,97,116,116,101,114,121,32,67,
-97,112,97,99,105,116,121,32,0,0,84,101,115,116,105,110,103,32,116,104,
-101,32,98,97,116,116,101,114,121,32,99,97,112,97,99,105,116,121,32,119,
-105,108,108,32,100,105,115,97,98,108,101,0,0,116,104,101,32,98,97,116,
-116,101,114,121,32,98,97,99,107,117,112,32,117,110,105,116,32,102,111,114,
-32,117,112,32,116,111,32,50,52,32,104,111,117,114,115,46,0,0,65,114,
-101,32,121,111,117,32,115,117,114,101,32,121,111,117,32,119,97,110,116,32,
-116,111,32,115,116,97,114,116,32,116,104,101,32,116,101,115,116,32,110,111,
-119,63,32,91,89,47,78,93,0,0,78,111,116,32,80,114,101,115,101,110,
-116,0,0,80,114,101,115,101,110,116,0,0,79,75,0,0,76,111,119,0,
-0,72,105,103,104,0,0,84,111,111,32,76,111,119,0,0,84,111,111,32,
-72,105,103,104,0,0,45,45,32,32,32,32,32,32,32,32,0,0,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,67,111,110,102,105,103,117,114,101,32,68,105,115,107,
-32,65,114,114,97,121,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,0,67,
-111,110,102,105,103,117,114,97,116,105,111,110,32,111,112,116,105,111,110,115,
-32,99,97,110,32,98,101,32,99,104,97,110,103,101,100,32,102,111,114,32,
-116,104,101,32,102,111,108,108,111,119,105,110,103,32,97,114,114,97,121,46,
-0,0,86,101,114,105,102,121,32,99,104,101,99,107,115,32,116,104,101,32,
-100,97,116,97,32,105,110,116,101,103,114,105,116,121,32,111,102,32,97,32,
-102,97,117,108,116,32,116,111,108,101,114,97,110,116,32,97,114,114,97,121,
-46,0,0,86,101,114,105,102,121,32,65,114,114,97,121,58,0,0,67,111,
-110,116,105,110,117,101,32,111,110,32,115,111,117,114,99,101,32,101,114,114,
-111,114,0,0,100,117,114,105,110,103,32,114,101,98,117,105,108,100,58,0,
-0,65,114,114,97,121,39,115,32,87,114,105,116,101,32,67,97,99,104,101,
-32,83,116,97,116,101,58,0,0,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,86,
-101,114,105,102,121,32,68,105,115,107,32,65,114,114,97,121,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,0,0,86,101,114,105,102,121,32,99,104,101,99,
-107,115,32,116,104,101,32,100,97,116,97,32,105,110,116,101,103,114,105,116,
-121,32,111,102,32,97,32,102,97,117,108,116,32,116,111,108,101,114,97,110,
-116,32,97,114,114,97,121,46,0,0,84,104,101,32,97,114,114,97,121,32,
-108,105,115,116,101,100,32,98,101,108,111,119,32,119,105,108,108,32,98,101,
-32,99,104,101,99,107,101,100,46,0,0,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,69,
-115,99,32,67,97,110,99,101,108,32,32,0,0,32,32,32,78,111,32,32,
-32,0,0,32,32,89,101,115,32,32,32,0,0,32,69,110,97,98,108,101,
-100,32,32,32,32,0,0,32,68,105,115,97,98,108,101,100,32,32,32,0,
-0,32,32,32,65,117,116,111,32,32,32,32,32,0,0,32,80,114,111,116,
-101,99,116,105,111,110,32,0,0,32,66,97,108,97,110,99,101,100,32,32,
-32,0,0,32,80,101,114,102,111,114,109,97,110,99,101,0,0,110,111,0,
-0,121,101,115,0,0,78,101,119,108,121,32,99,114,101,97,116,101,100,32,
-117,110,105,116,32,99,97,110,32,110,111,116,32,98,101,32,118,101,114,105,
-102,105,101,100,46,0,0,84,104,105,115,32,97,114,114,97,121,32,119,105,
-108,108,32,110,111,116,32,98,101,32,118,101,114,105,102,105,101,100,32,98,
-101,99,97,117,115,101,32,105,116,32,105,115,32,110,111,116,0,0,105,110,
-32,110,111,114,109,97,108,32,109,111,100,101,46,0,0,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,67,111,110,102,105,103,117,114,101,32,
-68,105,115,107,32,65,114,114,97,121,32,72,101,108,112,32,83,99,114,101,
-101,110,0,0,70,111,114,32,116,104,101,32,115,101,108,101,99,116,101,100,
-32,97,114,114,97,121,44,32,105,116,39,115,32,112,111,115,115,105,98,108,
-101,32,116,111,32,99,104,97,110,103,101,32,118,97,114,105,111,117,115,32,
-111,112,116,105,111,110,115,46,32,0,0,84,104,101,32,97,114,114,97,121,
-32,110,97,109,101,32,99,97,110,32,98,101,32,101,100,105,116,101,100,46,
-0,0,84,104,101,32,119,114,105,116,101,32,99,97,99,104,101,32,99,97,
-110,32,98,101,32,101,110,97,98,108,101,100,47,100,105,115,97,98,108,101,
-100,46,0,0,73,102,32,97,112,112,108,105,99,97,98,108,101,32,116,111,
-32,121,111,117,114,32,104,97,114,100,119,97,114,101,44,32,116,104,101,32,
-100,114,105,118,101,32,99,111,109,109,97,110,100,32,113,117,101,117,105,110,
-103,32,109,111,100,101,32,32,0,0,99,97,110,32,98,101,32,115,101,116,
-32,102,111,114,32,97,117,116,111,109,97,116,105,99,32,104,97,110,100,108,
-105,110,103,32,111,114,32,100,105,115,97,98,108,101,100,46,0,0,65,100,
-100,105,116,105,111,110,97,108,108,121,44,32,102,111,114,32,102,97,117,108,
-116,32,116,111,108,101,114,97,110,116,32,97,114,114,97,121,115,44,32,121,
-111,117,32,99,97,110,32,115,112,101,99,105,102,121,32,119,104,101,116,104,
-101,114,32,0,0,114,101,98,117,105,108,100,32,111,112,101,114,97,116,105,
-111,110,115,32,99,111,110,116,105,110,117,101,32,119,104,101,110,32,115,111,
-117,114,99,101,32,101,114,114,111,114,115,32,97,114,101,32,100,101,116,101,
-99,116,101,100,46,0,0,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,67,111,110,116,
-114,111,108,108,101,114,32,73,110,102,111,114,109,97,116,105,111,110,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,0,0,66,73,79,83,32,86,101,114,115,105,111,
-110,58,0,0,66,117,115,46,68,101,118,46,70,117,110,58,0,0,83,108,
-111,116,35,0,0,66,97,115,101,73,79,58,0,0,70,87,32,86,101,114,
-115,105,111,110,58,0,0,77,111,110,105,116,111,114,32,86,101,114,115,105,
-111,110,58,0,0,77,111,100,101,108,58,0,0,79,110,98,111,97,114,100,
-32,77,101,109,111,114,121,32,115,105,122,101,58,0,0,80,67,66,32,65,
-115,115,101,109,98,108,121,32,86,101,114,115,105,111,110,58,0,0,83,101,
-114,105,97,108,32,78,117,109,98,101,114,58,0,0,83,121,115,116,101,109,
-32,66,66,83,32,83,117,112,112,111,114,116,58,0,0,65,45,67,104,105,
-112,32,86,101,114,115,105,111,110,58,0,0,80,45,67,104,105,112,32,86,
-101,114,115,105,111,110,58,0,0,80,67,73,32,66,117,115,32,83,112,101,
-101,100,58,0,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,0,0,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,51,119,97,
-114,101,32,66,111,97,114,100,115,32,115,101,108,101,99,116,105,111,110,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,0,0,32,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,18,29,32,80,114,101,118,105,111,117,115,47,78,101,120,116,
-32,32,32,32,32,69,110,116,101,114,32,71,111,32,105,110,116,111,32,104,
-105,103,104,108,105,103,104,116,101,100,32,98,111,97,114,100,32,32,32,32,
-32,32,32,32,32,32,32,32,32,0,0,80,114,101,118,105,111,117,115,47,
-78,101,120,116,0,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,0,0,71,111,32,105,110,116,111,32,104,105,103,104,108,105,103,104,116,
-101,100,32,98,111,97,114,100,0,0,32,32,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,
-32,32,69,115,99,32,67,97,110,99,101,108,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,70,56,32,68,111,110,101,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,0,0,32,32,32,32,32,32,32,32,
-32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,0,67,97,110,99,
-101,108,0,0,68,111,110,101,0,0,66,111,97,114,100,32,97,116,32,115,
-108,111,116,58,0,0,55,55,55,10,10,10,101,108,0,0,68,111,110,101,
-0,0,66,111,97,114,100,32,97,116,32,115,66,69,57,88,32,51,46,48,
-49,46,48,48,46,48,50,52,128,112,96,80,136,119,102,85,3,0,24,0,
-0,129,1,0,214,137,8,200,0,129,1,0,64,48,32,16,136,136,136,136,
-3,0,24,0,20,29,0,0,244,47,187,234,0,0,0,0,16,64,0,0,
-35,157,28,220,204,73,227,157,204,79,157,157,204,73,227,157,204,73,227,157,
-204,73,227,157,204,73,227,157,204,73,227,157,204,73,227,157,204,73,227,157,
-204,73,141,157,204,73,227,157,204,73,227,157,204,78,205,157,204,73,227,157,
-204,73,227,157,204,89,190,157,155,204,89,190,0,0,72,215,0,0,0,0,
-1,255,0,3,64,106,0,0,64,132,64,118,64,122,0,200,0,39,2,76,
-0,35,3,0,0,33,89,155,0,0,255,255,0,0,0,0,0,0,0,0,
-0,6,0,155,143,145,147,149,151,153,0,1,0,216,40,0,4,3,0,255,
-255,255,254,0,1,3,31,129,0,0,198,2,76,38,3,166,255,129,63,168,
-63,167,32,14,190,167,144,147,182,168,147,219,2,76,183,168,60,167,182,167,
-144,151,95,79,205,90,8,37,231,38,7,144,159,193,2,76,37,222,182,168,
-129,206,2,76,79,215,2,75,206,2,76,137,173,192,67,76,133,215,2,75,
-129,182,235,199,2,82,182,234,199,2,83,166,10,199,2,76,182,229,199,2,
-77,166,4,183,169,58,169,190,169,230,200,190,169,215,2,78,93,38,242,166,
-137,183,229,173,192,166,1,199,0,217,63,218,129,166,208,174,0,129,166,78,
-174,2,129,205,71,72,183,187,161,31,34,110,161,29,35,3,204,66,10,161,
-23,37,48,161,29,34,44,160,23,77,38,3,204,65,218,74,38,3,204,65,
-226,74,38,3,204,66,10,74,38,3,204,65,234,74,38,3,204,65,242,74,
-38,3,204,65,250,74,38,3,204,66,2,174,0,205,92,130,0,10,0,0,
-65,158,0,1,65,158,0,2,65,161,0,4,65,170,0,12,65,178,0,14,
-65,158,0,15,65,186,0,18,65,194,0,19,65,202,0,20,65,210,0,0,
-66,10,166,224,129,166,200,183,186,79,63,185,32,109,166,70,183,186,166,89,
-32,99,166,212,183,186,63,185,32,93,166,24,183,186,166,3,32,83,166,31,
-183,186,166,3,32,75,166,208,183,186,166,0,32,67,166,2,183,186,166,3,
-32,59,166,33,183,186,166,89,32,51,166,32,183,186,166,89,32,43,166,19,
-183,186,166,3,32,35,166,31,183,186,166,89,32,27,166,32,183,186,166,3,
-32,19,166,0,183,186,166,3,32,11,190,187,88,214,89,92,183,186,214,89,
-91,183,185,182,186,186,185,38,3,204,65,158,190,187,214,89,34,171,2,183,
-218,214,89,34,183,184,32,16,58,184,190,184,146,214,185,58,218,190,218,144,
-151,215,2,76,182,184,38,236,79,129,63,197,63,196,205,71,72,161,29,35,
-3,204,67,6,174,0,205,92,130,0,9,0,0,66,131,0,1,66,131,0,
-13,66,131,0,14,66,131,0,15,66,134,0,18,66,154,0,19,66,166,0,
-20,66,225,0,29,66,244,0,0,67,6,166,224,129,205,67,115,174,1,146,
-214,194,199,3,25,146,198,194,199,3,24,204,67,110,205,67,115,146,198,194,
-199,3,31,204,67,110,205,67,115,174,3,146,214,194,199,0,211,90,146,214,
-194,199,0,210,90,146,214,194,199,0,209,146,198,194,199,0,208,205,84,214,
-77,39,19,198,6,127,202,6,126,202,6,125,202,6,124,38,5,166,8,205,
-67,212,204,67,110,205,67,115,174,1,146,214,194,199,3,3,146,198,194,199,
-3,2,32,122,173,125,174,1,146,214,194,199,3,1,146,198,194,199,3,0,
-32,104,205,71,72,151,88,214,89,92,183,197,214,89,91,183,196,182,197,190,
-196,163,239,37,45,38,4,161,0,37,39,166,32,183,193,182,230,180,193,39,
-3,166,254,129,173,74,191,186,151,182,192,183,187,182,196,183,189,182,197,183,
-190,144,147,144,214,89,34,204,68,125,163,6,37,34,38,4,161,0,37,28,
-173,38,191,184,151,182,192,183,185,182,196,183,186,182,197,183,187,144,147,144,
-214,89,34,205,67,135,79,129,166,222,129,166,78,183,195,166,2,183,194,129,
-205,65,34,183,192,137,205,71,72,133,129,183,188,32,38,182,187,190,186,191,
-135,183,136,76,38,1,92,183,187,191,186,182,185,190,184,191,133,183,134,76,
-38,1,92,183,185,191,184,146,198,133,146,199,135,182,188,151,74,183,188,93,
-38,209,129,183,190,191,189,182,189,183,184,182,190,183,185,166,6,183,186,166,
-119,183,187,198,89,44,32,179,183,189,205,65,29,144,147,190,189,88,183,161,
-214,89,92,183,134,214,89,91,147,191,184,151,182,161,183,185,191,186,182,134,
-183,187,190,189,214,89,34,32,138,183,189,63,184,174,189,191,185,166,6,183,
-186,166,118,183,187,198,89,45,204,67,135,183,193,63,192,63,191,63,190,63,
-189,63,184,174,189,191,185,190,193,88,214,89,92,144,151,214,89,91,183,186,
-144,159,183,187,190,193,214,89,34,204,67,135,183,191,191,190,182,190,183,184,
-182,191,183,185,190,189,88,214,89,92,144,151,214,89,91,183,186,144,159,183,
-187,190,189,214,89,34,204,67,135,166,22,173,174,166,21,173,170,166,9,173,
-166,166,10,173,162,166,16,173,158,166,11,173,154,166,8,32,150,183,191,182,
-190,164,31,187,191,183,188,151,166,32,205,90,8,35,8,182,188,160,32,183,
-188,32,2,63,188,182,190,199,0,129,182,189,199,0,128,182,187,199,0,131,
-182,186,199,0,130,182,191,176,188,173,47,182,188,39,40,182,185,38,36,182,
-132,203,0,129,199,0,129,198,0,128,169,0,199,0,128,182,132,203,0,131,
-199,0,131,198,0,130,169,0,199,0,130,182,188,173,3,182,185,129,183,132,
-205,69,38,205,68,237,183,185,129,9,255,4,166,233,32,19,11,255,4,166,
-232,32,12,13,255,4,166,231,32,5,15,255,6,166,230,183,184,32,2,63,
-184,182,184,129,183,186,161,1,38,11,182,186,183,132,205,69,44,173,206,32,
-2,166,228,183,185,129,155,205,240,17,154,129,155,205,240,21,154,129,155,205,
-240,25,154,79,129,79,199,0,40,199,0,40,129,155,166,23,183,5,166,255,
-199,0,40,79,199,0,40,154,129,155,166,23,183,5,166,255,199,0,40,79,
-199,0,40,154,129,155,79,199,0,40,166,32,199,0,40,74,183,5,154,129,
-155,79,199,0,40,199,0,40,166,31,183,5,154,129,183,174,191,173,79,199,
-0,51,182,174,160,5,183,174,36,2,58,173,182,173,199,0,54,198,0,51,
-182,174,199,0,55,79,199,0,57,198,0,51,165,68,39,249,166,4,199,0,
-51,129,183,175,191,174,79,199,0,51,166,3,199,0,54,198,0,51,166,227,
-199,0,55,32,13,198,0,51,165,68,39,249,206,0,51,198,0,55,79,199,
-0,57,182,175,190,174,191,173,144,151,77,38,1,90,74,183,175,191,174,144,
-159,186,173,38,216,166,4,199,0,51,129,7,3,4,205,69,112,142,204,69,
-97,198,64,97,183,191,198,64,96,183,190,198,64,95,183,189,198,64,94,183,
-188,32,66,174,3,146,214,190,183,187,90,146,214,190,183,186,90,146,214,190,
-183,185,146,198,190,183,184,79,146,199,184,60,185,38,2,60,184,61,187,38,
-2,58,186,58,187,182,187,186,186,38,232,182,191,171,4,183,191,36,2,60,
-190,61,189,38,2,58,188,58,189,182,189,186,188,38,184,129,198,64,101,183,
-189,198,64,100,183,188,32,59,174,3,146,214,188,183,187,90,146,214,188,183,
-186,182,189,171,4,183,189,36,2,60,188,146,198,188,146,199,186,60,187,38,
-2,60,186,182,189,171,1,183,189,36,2,60,188,61,185,38,2,58,184,58,
-185,182,185,186,184,38,220,174,1,146,214,188,183,185,146,198,188,183,184,182,
-185,186,184,38,179,129,182,6,164,32,129,183,184,190,184,214,89,34,129,198,
-2,76,161,35,35,9,166,3,199,2,76,166,238,32,67,182,218,161,2,36,
-9,79,199,0,217,63,218,166,240,129,198,2,76,161,3,36,9,166,3,199,
-2,76,166,236,32,36,177,218,38,10,205,64,162,77,39,34,166,235,32,22,
-198,2,76,95,77,38,1,90,74,183,188,182,218,93,38,4,177,188,39,10,
-166,236,199,0,219,205,72,8,32,8,198,2,76,160,3,199,0,220,198,0,
-219,129,198,2,77,183,184,15,184,3,166,31,129,13,184,11,11,184,4,166,
-5,32,2,166,4,183,184,182,184,164,15,129,198,2,77,164,31,129,198,2,
-78,129,198,2,78,129,198,0,217,161,3,38,3,205,70,195,198,0,217,161,
-3,39,3,204,71,252,166,3,199,2,76,173,185,161,10,34,127,161,11,36,
-123,77,39,33,74,39,59,74,39,61,74,39,63,74,39,65,74,39,67,74,
-39,69,74,39,99,74,39,78,74,39,80,74,39,85,74,39,87,5,228,5,
-205,74,13,32,81,205,70,182,77,39,6,205,84,214,77,38,4,166,253,32,
-3,205,74,13,32,60,205,74,20,32,55,205,72,62,32,50,205,74,28,32,
-45,205,72,185,32,40,205,72,173,32,35,205,76,4,77,38,5,205,82,156,
-32,2,166,255,32,20,205,72,78,32,15,205,71,82,205,69,16,32,7,205,
-69,50,32,2,166,239,199,0,219,205,72,8,129,183,184,198,2,76,187,184,
-199,2,76,129,198,2,77,160,136,151,79,162,0,161,0,34,11,38,4,163,
-7,34,5,166,31,199,2,77,198,0,219,199,2,77,205,64,213,166,4,199,
-0,217,63,218,205,84,118,166,4,183,187,182,221,186,187,183,221,129,205,74,
-36,183,194,39,1,129,205,86,200,205,74,44,79,129,205,71,78,183,184,76,
-38,2,32,81,1,184,6,5,184,3,166,221,129,16,228,1,184,6,22,6,
-19,3,32,2,18,3,3,184,4,20,3,32,2,21,3,5,184,6,18,3,
-23,6,32,2,22,6,7,184,4,30,6,32,2,31,6,9,184,4,24,15,
-32,2,25,15,11,184,4,24,3,32,2,25,3,13,184,4,26,6,32,2,
-27,6,4,228,2,20,228,79,129,205,71,72,205,70,187,205,71,253,204,65,
-39,205,71,72,183,198,151,198,0,220,209,89,34,39,3,166,223,129,182,198,
-161,31,35,3,166,224,129,205,66,70,129,166,8,199,0,49,205,84,160,21,
-228,205,79,95,205,85,1,205,80,101,205,69,57,205,78,245,154,16,228,205,
-69,97,166,137,183,229,205,76,74,7,3,3,205,68,97,198,0,217,161,3,
-38,3,205,71,86,182,232,39,3,205,79,8,11,221,3,205,85,44,3,221,
-3,205,80,132,7,221,3,205,82,57,9,221,3,205,82,225,5,221,3,205,
-76,74,13,221,3,205,76,56,1,221,3,205,73,70,182,232,164,1,183,232,
-32,189,205,78,253,63,221,25,9,25,3,27,6,198,0,225,38,2,17,12,
-21,15,17,3,21,6,79,199,0,112,166,4,199,0,67,205,69,243,205,87,
-169,16,3,205,80,107,205,85,1,198,0,225,38,2,16,12,26,6,95,166,
-100,205,69,174,205,78,245,205,79,95,204,80,149,144,137,182,161,136,182,134,
-136,182,133,136,182,136,136,182,135,136,198,0,40,165,32,39,32,205,69,65,
-198,0,223,76,199,0,223,23,0,28,15,29,15,28,15,29,15,31,6,25,
-15,205,80,177,205,74,52,32,12,205,69,81,198,0,222,76,199,0,222,22,
-0,132,183,135,132,183,136,132,183,133,132,183,134,132,183,161,144,133,128,144,
-137,182,161,136,182,134,136,182,133,136,182,136,136,182,135,136,198,0,224,76,
-199,0,224,132,183,135,132,183,136,132,183,133,132,183,134,132,183,161,144,133,
-128,79,199,0,226,204,75,172,166,1,199,0,226,204,75,172,166,2,199,0,
-226,204,75,172,166,3,199,0,226,204,75,172,166,4,199,0,226,204,75,172,
-166,5,199,0,226,204,75,172,198,0,226,38,5,205,75,77,32,51,161,1,
-38,5,205,75,64,32,42,161,4,38,5,205,75,64,32,33,161,5,38,15,
-205,75,64,166,1,183,176,182,221,186,176,183,221,32,14,161,3,38,12,22,
-6,19,3,95,166,21,205,69,174,79,129,166,255,129,198,0,226,161,5,38,
-16,205,75,91,198,3,1,202,3,0,38,20,205,86,73,32,15,161,1,38,
-5,205,75,64,32,6,77,38,5,205,75,77,79,129,166,255,129,198,0,226,
-161,1,38,7,205,75,64,166,1,32,21,161,2,38,27,205,75,128,166,1,
-183,175,182,221,186,175,183,221,17,228,166,2,183,175,182,221,186,175,183,221,
-79,129,166,255,129,198,0,226,161,1,38,5,205,75,64,32,35,161,3,38,
-5,205,75,128,32,26,161,4,38,5,205,75,160,32,17,161,5,38,15,205,
-75,128,166,1,183,175,182,221,186,175,183,221,79,129,166,255,129,198,0,226,
-161,1,38,5,205,75,64,32,23,161,5,38,21,95,166,50,205,69,126,205,
-75,128,166,1,183,175,182,221,186,175,183,221,79,129,166,255,129,205,75,64,
-79,129,166,255,129,166,255,129,79,199,0,225,23,6,18,3,18,12,27,0,
-129,166,1,199,0,225,23,6,18,3,26,0,19,12,129,24,0,95,166,50,
-205,69,126,20,3,95,166,100,205,69,126,166,2,199,0,225,166,60,199,0,
-227,166,64,183,175,182,221,186,175,183,221,129,166,3,199,0,225,19,3,22,
-6,95,166,100,205,69,126,18,12,21,3,95,166,100,205,69,126,25,0,27,
-0,29,221,129,166,4,199,0,225,21,3,18,3,23,6,129,138,155,198,0,
-225,161,7,34,71,161,8,36,67,77,39,24,74,39,26,74,39,28,74,39,
-30,74,39,32,74,39,34,74,39,36,74,39,38,74,39,40,205,74,60,32,
-37,205,74,126,32,32,205,74,169,32,27,205,74,217,32,22,205,75,13,32,
-17,205,75,53,32,12,205,75,58,32,7,205,75,61,32,2,166,255,183,183,
-134,182,183,129,198,0,225,161,4,34,11,161,1,37,7,161,4,34,3,166,
-1,129,79,129,182,12,67,165,2,39,7,182,0,67,165,32,39,3,79,32,
-2,166,1,129,182,3,67,164,2,129,182,6,67,164,8,129,5,232,14,198,
-0,227,39,9,74,199,0,227,38,3,205,74,28,129,63,199,63,198,63,207,
-182,207,183,206,183,205,183,204,30,204,205,84,214,77,39,10,28,204,12,200,
-50,205,78,198,32,45,13,200,3,205,78,178,198,6,123,202,6,122,202,6,
-121,202,6,120,38,19,198,6,127,202,6,126,202,6,125,202,6,124,38,5,
-198,6,119,39,3,205,68,97,205,78,171,11,6,4,26,204,32,3,205,78,
-171,6,3,2,24,204,2,15,2,22,204,198,6,119,39,65,95,79,205,90,
-8,34,46,38,8,198,6,119,193,89,33,36,36,79,205,90,8,34,23,38,
-8,198,6,119,193,89,32,36,13,20,204,4,200,3,205,78,178,205,78,171,
-32,19,18,204,2,200,14,32,9,5,200,3,205,78,164,3,200,3,205,78,
-164,205,78,185,39,18,198,6,118,165,8,39,11,16,204,0,200,3,205,78,
-178,205,78,171,3,6,2,24,205,1,6,2,26,205,11,9,2,28,205,205,
-78,185,39,15,198,6,118,165,4,39,8,22,205,6,201,3,205,78,164,9,
-3,2,20,205,15,6,2,16,205,9,15,2,18,205,182,233,161,3,38,13,
-30,206,14,202,3,205,78,178,205,78,171,32,6,15,202,3,205,78,164,5,
-6,2,26,206,7,221,7,24,206,8,202,8,32,3,9,202,3,205,78,164,
-9,221,13,22,206,6,202,3,205,78,164,205,78,171,32,6,7,202,3,205,
-78,164,205,87,109,183,197,151,182,206,186,197,183,206,163,5,39,37,182,197,
-161,3,37,3,205,78,171,182,202,164,7,177,197,39,20,182,197,39,10,161,
-3,37,6,182,231,170,146,32,4,182,231,170,144,183,231,205,76,50,77,39,
-2,30,207,205,87,35,183,196,151,78,164,240,186,207,183,207,163,5,39,51,
-182,196,161,3,37,3,205,78,171,166,16,190,196,66,183,195,182,203,164,112,
-191,194,95,179,194,38,4,177,195,39,20,182,196,39,10,161,3,37,6,182,
-231,170,146,32,4,182,231,170,144,183,231,182,199,186,198,39,5,4,228,2,
-17,228,1,228,10,22,207,6,203,33,205,78,198,32,28,7,203,3,205,78,
-198,182,199,186,198,38,16,182,233,74,39,11,198,0,225,39,3,74,38,3,
-205,80,188,182,233,74,38,7,28,206,12,202,7,32,3,13,202,2,173,96,
-205,76,4,77,39,2,20,207,205,76,24,77,39,2,18,207,205,76,44,77,
-39,2,16,207,182,231,38,4,166,137,32,11,95,43,10,38,4,161,145,35,
-4,166,146,183,231,138,155,182,204,183,200,182,205,183,201,182,206,183,202,182,
-207,183,203,182,231,95,43,24,38,4,161,144,37,18,182,229,161,137,38,4,
-182,231,183,229,198,0,217,38,5,205,84,118,63,231,134,129,182,231,170,144,
-183,231,129,166,1,183,199,63,198,129,182,231,170,146,183,231,129,198,6,115,
-202,6,114,202,6,113,202,6,112,129,182,231,170,145,183,231,129,144,137,182,
-161,136,182,134,136,182,133,136,182,136,136,182,135,136,16,232,198,0,44,132,
-183,135,132,183,136,132,183,133,132,183,134,132,183,161,144,133,128,63,232,166,
-14,199,0,44,129,166,12,199,0,44,206,0,44,63,232,129,182,232,164,1,
-183,232,1,232,68,17,232,18,232,198,0,216,74,199,0,216,38,32,166,40,
-199,0,216,22,232,174,0,166,208,205,92,216,198,0,211,165,3,38,18,24,
-232,13,15,4,29,15,32,2,28,15,198,0,216,165,3,38,2,20,232,5,
-232,4,166,34,173,8,7,232,4,166,4,173,1,129,183,184,182,221,186,184,
-183,221,129,166,34,199,0,24,79,199,0,24,199,0,30,166,128,199,0,27,
-198,92,235,199,0,28,79,199,0,29,166,32,199,0,24,166,37,199,0,24,
-129,166,34,199,0,24,79,199,0,24,67,199,0,30,166,32,199,0,24,166,
-37,199,0,24,129,144,137,182,161,136,182,134,136,182,133,136,182,136,136,182,
-135,136,205,79,195,132,183,135,132,183,136,132,183,133,132,183,134,132,183,161,
-144,133,128,198,0,25,183,172,151,198,0,26,183,171,83,159,165,128,39,2,
-32,175,5,172,19,198,0,30,165,1,39,8,198,0,217,38,122,204,64,233,
-166,2,32,110,7,172,64,11,172,35,8,171,77,198,0,217,161,3,39,20,
-182,218,161,35,37,4,166,255,32,8,190,218,214,2,76,92,191,218,32,1,
-79,199,0,30,129,198,0,30,183,170,198,0,217,161,3,39,62,190,218,182,
-170,215,2,76,163,35,36,51,60,218,129,7,171,13,198,0,217,161,2,38,
-32,166,3,199,0,217,129,9,171,20,198,0,24,170,2,199,0,24,164,253,
-199,0,24,166,255,199,0,30,32,3,205,79,133,79,199,0,217,63,218,129,
-166,2,174,3,129,205,80,107,204,80,149,198,6,118,38,14,198,6,115,202,
-6,114,202,6,113,202,6,112,38,3,20,6,129,21,6,129,19,221,205,80,
-190,182,233,74,39,6,9,232,3,205,81,71,129,4,228,24,205,80,177,11,
-6,18,205,84,214,77,39,12,95,166,2,205,69,174,24,3,166,1,183,233,
-129,63,233,25,3,166,255,183,235,63,234,129,32,215,8,3,3,63,233,129,
-182,235,183,192,56,235,56,234,2,6,2,16,235,0,6,2,16,234,182,235,
-38,67,182,234,161,255,38,56,182,233,74,38,47,182,230,164,248,183,230,166,
-22,205,67,212,198,6,117,206,6,116,76,38,1,92,183,191,191,190,63,184,
-166,190,183,185,166,6,183,186,166,116,183,187,198,89,50,205,67,135,16,228,
-166,2,32,44,77,38,43,32,37,76,39,21,182,192,184,235,183,192,74,180,
-192,39,27,182,234,39,19,161,255,38,19,32,13,182,234,38,4,166,1,183,
-233,182,234,76,38,4,166,3,183,233,129,166,1,183,190,182,230,180,190,39,
-3,204,82,16,182,233,161,3,38,3,204,82,16,198,6,111,171,128,183,189,
-198,6,110,169,58,183,188,198,6,109,169,9,183,187,198,6,108,169,0,183,
-186,190,186,195,0,208,35,3,204,82,16,38,28,190,187,195,0,209,35,3,
-204,82,16,38,16,190,188,195,0,210,34,120,38,7,190,189,195,0,211,36,
-111,198,0,211,176,189,183,161,198,0,210,178,188,144,151,198,0,209,178,187,
-151,198,0,208,178,186,161,0,37,25,38,19,163,9,37,19,38,13,147,163,
-58,37,12,38,6,182,161,161,128,35,4,17,228,32,54,198,6,115,198,6,
-114,171,234,144,151,198,6,113,169,36,151,198,6,112,169,0,193,0,208,34,
-28,38,23,195,0,209,34,21,38,16,147,195,0,210,34,13,38,8,198,6,
-115,193,0,211,36,3,204,82,17,205,80,149,129,166,2,183,185,182,230,180,
-185,38,29,166,8,183,184,182,221,186,184,183,221,166,39,183,185,182,230,186,
-185,183,230,166,35,183,237,205,80,177,30,6,129,5,232,86,58,237,182,237,
-38,80,31,6,182,230,164,216,183,230,23,221,205,80,96,144,151,166,17,183,
-189,144,159,205,68,60,173,55,34,19,38,4,161,112,36,13,17,228,5,6,
-4,166,8,32,23,166,2,32,19,173,32,34,18,38,4,161,212,36,12,5,
-6,4,166,4,32,2,166,1,205,67,253,166,21,205,67,212,205,80,107,205,
-80,149,129,198,6,107,206,6,106,163,13,129,198,3,25,202,3,24,38,3,
-166,255,129,11,6,6,205,84,214,77,38,3,166,253,129,31,6,25,15,166,
-16,183,185,182,221,186,185,183,221,166,6,183,184,182,230,186,184,183,230,205,
-80,177,17,228,205,80,149,166,1,183,236,63,215,63,214,63,213,63,212,79,
-129,182,236,74,38,17,182,233,74,38,3,204,84,93,166,60,183,237,166,2,
-183,236,129,205,80,177,24,15,166,7,183,199,182,230,186,199,183,230,6,232,
-3,204,84,93,58,237,182,237,39,3,204,84,93,166,60,183,237,198,3,20,
-183,198,206,3,19,191,197,63,196,63,195,137,182,198,136,205,92,122,205,84,
-94,183,134,166,13,136,182,134,205,90,146,205,84,94,190,161,191,195,174,195,
-205,92,202,52,195,54,196,54,197,54,198,182,215,187,198,183,215,182,214,185,
-197,183,214,182,213,185,196,183,213,182,212,185,195,183,212,198,3,3,206,3,
-2,163,11,35,3,204,84,93,38,7,161,184,35,3,204,84,93,31,6,25,
-15,25,221,182,230,164,248,183,230,166,9,205,67,212,182,212,136,190,213,137,
-190,214,137,182,215,136,166,255,174,1,144,95,63,161,205,90,200,205,84,102,
-166,11,136,182,134,190,133,205,90,146,205,84,102,166,9,136,182,134,190,133,
-205,90,173,205,84,94,191,134,190,161,137,144,137,190,134,137,136,198,3,25,
-206,3,24,144,95,63,161,205,91,173,205,84,94,191,134,190,161,137,144,137,
-191,194,190,134,137,136,183,136,198,89,31,95,144,191,135,144,95,63,161,205,
-90,200,191,133,190,161,137,144,137,190,133,137,136,166,100,95,144,95,63,161,
-205,91,173,183,193,182,136,176,193,183,198,191,193,182,134,178,193,183,197,144,
-191,192,182,135,178,192,183,196,182,194,178,161,183,195,182,198,183,191,182,195,
-161,0,37,28,38,22,182,196,161,0,37,20,38,14,182,197,161,0,37,12,
-38,6,182,198,161,255,35,4,166,255,183,191,95,166,191,205,67,187,205,80,
-149,129,183,198,191,197,144,191,196,129,183,215,191,214,144,191,213,191,133,190,
-161,191,212,183,134,129,138,155,182,17,183,186,182,15,164,253,183,185,170,2,
-183,184,183,15,19,17,18,16,18,17,182,185,190,184,183,15,191,15,19,17,
-19,16,182,186,183,17,134,129,63,0,166,56,183,1,183,2,166,3,183,3,
-166,23,183,4,183,5,166,32,183,6,166,172,183,7,183,8,166,16,183,9,
-183,10,183,11,166,3,183,12,183,13,183,14,74,183,15,166,212,183,16,183,
-17,129,5,228,3,166,1,129,182,9,67,164,32,129,183,174,191,173,79,174,
-1,146,215,173,146,199,173,67,174,3,146,215,173,166,7,90,146,215,173,79,
-88,146,215,173,129,24,9,79,199,0,238,166,32,183,194,182,221,186,194,183,
-221,166,8,199,0,65,68,199,0,67,166,227,183,193,174,4,191,192,174,25,
-191,189,95,166,192,204,68,60,198,0,238,39,3,204,85,182,166,1,205,86,
-154,174,3,191,176,166,19,183,177,166,8,205,87,221,174,3,166,19,205,88,
-243,77,39,62,198,3,20,183,193,206,3,19,191,192,63,191,63,190,137,182,
-193,136,198,6,105,206,6,104,205,92,122,183,193,191,192,144,191,191,190,161,
-191,190,182,192,183,193,182,191,183,192,182,190,183,191,63,190,182,193,199,3,
-3,182,192,199,3,2,4,232,3,204,86,72,166,1,183,189,182,230,180,189,
-39,3,204,86,72,166,39,199,0,70,166,16,199,0,71,79,199,0,73,199,
-0,67,76,204,86,69,161,1,38,15,198,0,67,165,64,39,8,166,4,199,
-0,67,68,32,124,198,0,238,161,2,38,120,9,3,113,166,2,205,86,154,
-174,3,191,176,166,9,183,177,166,8,205,87,221,79,205,86,154,166,3,183,
-176,174,4,191,177,166,8,205,87,221,174,3,166,9,205,88,243,77,39,72,
-174,3,166,4,205,88,243,77,39,62,174,174,137,174,90,137,198,3,10,206,
-3,9,205,92,122,191,134,190,161,137,144,137,190,134,137,136,198,3,5,206,
-3,4,63,161,144,95,205,91,212,183,188,166,162,176,188,183,187,166,87,191,
-188,178,188,183,186,199,3,31,79,199,0,238,129,166,1,205,86,154,166,3,
-183,176,174,19,191,177,166,8,205,87,221,198,3,20,183,182,206,3,19,191,
-181,63,180,63,179,137,182,182,136,198,6,105,206,6,104,205,92,122,183,182,
-191,181,144,191,180,190,161,191,179,182,181,183,182,182,180,183,181,182,179,183,
-180,63,179,182,182,199,3,1,182,181,199,3,0,129,183,173,79,199,0,112,
-182,173,199,0,112,170,32,199,0,112,129,198,0,112,165,128,39,249,198,0,
-114,164,3,206,0,113,144,147,95,183,173,144,159,72,89,72,89,186,173,129,
-166,3,173,206,166,3,183,176,174,14,191,177,166,50,205,87,221,206,3,14,
-137,198,3,15,136,166,89,95,205,90,69,199,3,25,207,3,24,166,8,173,
-169,166,3,183,176,174,26,191,177,166,50,205,87,221,79,136,166,4,136,174,
-196,137,95,137,198,3,27,206,3,26,144,95,63,161,205,91,212,183,193,191,
-192,166,25,183,189,95,166,192,204,68,60,205,84,214,77,38,3,166,5,129,
-198,3,3,206,3,2,163,255,34,53,38,4,161,248,34,47,163,17,34,9,
-38,4,161,148,34,3,10,6,8,27,6,205,80,177,166,4,129,163,13,34,
-9,38,4,161,72,34,3,166,3,129,163,13,34,9,38,4,161,122,34,3,
-166,1,129,79,129,205,84,214,77,38,3,166,5,129,206,3,31,166,240,205,
-90,8,37,39,166,50,205,90,8,37,3,166,4,129,166,45,205,90,8,37,
-3,166,2,129,79,205,90,8,34,3,166,3,129,166,5,205,90,8,34,3,
-166,1,129,79,129,166,2,205,86,154,166,3,183,176,174,9,191,177,166,8,
-205,87,221,206,3,9,137,198,3,10,136,166,53,95,205,90,69,183,186,166,
-162,176,186,183,185,166,87,191,186,178,186,183,184,199,3,32,129,183,178,174,
-4,146,214,176,72,204,88,208,205,86,171,183,175,191,174,174,1,146,208,176,
-144,151,182,174,146,194,176,92,146,209,176,37,43,38,8,92,144,159,146,209,
-176,37,33,174,1,146,214,176,176,175,144,151,146,198,176,178,174,92,146,209,
-176,35,3,204,88,162,38,8,92,144,159,146,209,176,36,118,182,175,174,1,
-146,219,176,146,215,176,182,174,146,201,176,146,199,176,68,146,199,176,146,214,
-176,70,146,215,176,174,4,146,214,176,170,1,146,215,176,205,88,234,90,205,
-88,224,161,0,37,22,38,6,144,159,161,8,35,14,146,214,176,68,146,215,
-176,92,146,214,176,70,32,92,92,173,105,161,0,37,88,38,6,144,159,161,
-2,35,80,92,146,214,133,90,183,161,146,214,176,144,151,182,161,38,2,144,
-90,74,183,161,144,159,146,215,176,92,182,161,32,46,174,3,146,214,176,72,
-146,215,176,90,146,214,176,73,146,215,176,144,151,173,51,92,146,214,133,147,
-163,7,37,19,38,4,161,255,35,13,166,255,174,3,146,215,176,166,7,90,
-146,215,176,182,178,151,74,183,178,93,39,3,204,87,232,129,146,214,133,90,
-144,151,146,214,176,129,182,177,183,134,182,176,183,133,129,183,185,191,184,182,
-185,183,134,182,184,183,133,174,3,146,214,133,90,144,151,146,214,184,38,13,
-144,159,161,2,38,7,88,146,214,184,76,39,3,79,32,2,166,1,129,15,
-24,48,0,0,4,20,16,16,1,32,4,4,1,1,4,1,0,2,2,2,
-1,4,2,4,4,1,1,2,2,1,1,2,2,0,36,86,69,82,66,66,
-85,58,32,49,46,48,49,46,48,48,46,48,49,48,0,86,69,82,36,0,
-0,0,0,0,0,239,236,0,0,240,0,239,235,239,203,6,124,6,120,6,
-119,6,118,0,0,240,16,0,0,0,0,6,116,6,106,0,0,0,0,0,
-0,6,112,6,108,0,0,0,0,6,104,0,0,0,0,0,0,0,0,0,
-0,0,0,174,3,166,19,205,84,226,174,3,166,4,205,84,226,174,3,166,
-9,205,84,226,174,3,166,14,205,84,226,174,3,166,26,204,84,226,155,156,
-205,69,253,205,70,92,198,64,103,183,194,198,64,102,183,193,32,25,174,1,
-146,214,193,183,134,146,198,193,183,133,146,205,133,182,194,171,2,183,194,36,
-2,60,193,174,1,146,214,193,146,206,193,191,192,186,192,38,217,198,64,87,
-183,134,206,64,86,191,133,146,205,133,32,183,144,137,144,147,174,143,44,1,
-92,136,247,144,159,248,43,5,248,241,132,32,9,132,77,43,4,161,255,153,
-33,152,147,144,133,129,136,166,143,183,155,166,145,183,156,166,147,183,157,166,
-149,183,158,166,151,183,159,166,153,183,160,132,129,205,90,42,144,147,133,44,
-13,60,155,60,156,60,157,191,141,133,191,142,32,5,191,137,133,191,138,133,
-146,191,155,133,146,183,156,66,146,183,157,146,182,155,144,66,146,187,157,146,
-183,157,146,182,155,146,190,156,66,136,159,146,187,157,151,132,44,9,58,155,
-58,156,58,157,146,204,141,146,204,137,191,143,133,191,137,133,191,138,133,93,
-39,10,52,161,144,86,54,143,70,90,38,246,190,143,146,204,137,191,143,133,
-191,137,133,191,138,133,93,39,10,72,57,143,144,89,57,161,90,38,246,190,
-143,146,204,137,183,143,132,183,137,132,183,138,132,183,145,132,183,147,132,183,
-149,132,183,151,79,183,153,183,162,183,163,183,164,166,32,152,54,161,144,86,
-86,54,143,36,26,136,182,145,187,153,183,153,182,147,185,162,183,162,182,149,
-185,163,183,163,182,151,185,164,183,164,132,54,164,54,163,54,162,54,153,74,
-38,210,182,143,54,161,144,86,86,70,146,204,137,51,161,144,83,83,64,38,
-9,92,38,6,144,92,38,2,60,161,129,51,143,51,145,51,147,48,149,38,
-10,60,147,38,6,60,145,38,2,60,143,129,63,163,63,162,63,153,63,151,
-144,191,164,191,165,183,166,144,174,32,152,57,149,57,147,57,145,57,143,57,
-163,57,162,57,153,57,151,182,161,177,151,34,47,38,20,182,164,177,153,34,
-39,38,12,179,162,34,33,38,6,182,166,177,163,34,25,182,163,176,166,183,
-163,182,162,178,165,183,162,182,153,178,164,183,153,182,151,178,161,183,151,153,
-144,90,38,183,57,149,57,147,57,145,57,143,129,183,151,132,183,137,132,183,
-138,132,183,149,132,183,147,132,183,145,132,183,143,182,151,205,91,72,182,143,
-183,161,144,190,145,190,147,182,149,146,204,137,183,151,191,153,95,132,183,137,
-132,183,138,132,183,149,132,183,147,132,183,145,132,183,143,42,4,83,205,91,
-51,15,161,11,83,137,190,153,182,151,205,91,33,32,5,137,190,153,182,151,
-205,91,72,182,143,183,161,144,190,145,190,147,132,77,39,8,182,149,205,91,
-33,146,204,137,182,149,146,204,137,129,144,147,133,191,139,133,191,140,133,191,
-137,133,191,138,133,191,143,133,191,145,183,147,190,143,66,183,151,191,153,182,
-143,144,191,149,144,66,187,153,183,153,144,159,169,0,183,162,79,169,0,183,
-163,182,145,190,147,66,187,153,183,153,159,185,162,183,162,36,2,60,163,182,
-145,190,149,66,187,162,144,151,159,185,163,183,161,190,153,146,204,139,205,92,
-34,182,151,146,204,137,144,147,133,191,133,133,191,134,147,173,54,145,206,133,
-173,49,146,195,133,38,20,173,42,146,193,133,38,15,173,35,174,1,146,222,
-133,137,146,206,133,137,129,173,22,136,182,134,171,3,183,134,36,2,60,133,
-132,144,90,38,213,173,4,173,2,32,221,60,134,38,2,60,133,129,108,3,
-38,9,108,2,38,5,108,1,38,1,124,129,191,133,183,134,174,3,146,214,
-133,76,146,215,133,38,3,90,42,244,129,44,64,48,32,16,136,136,136,136,
-3,0,24,0,20,29,0,0,244,47,187,234,0,0,0,0,0
-};
-
-TW_INT32 tw_cli_fw_img_size = sizeof(tw_cli_fw_img);
-
-#endif /* TW_OSL_FLASH_FIRMWARE */
diff --git a/sys/dev/twa/tw_cl_init.c b/sys/dev/twa/tw_cl_init.c
index b1da0af..c7ac898 100644
--- a/sys/dev/twa/tw_cl_init.c
+++ b/sys/dev/twa/tw_cl_init.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-05 Applied Micro Circuits Corporation.
+ * Copyright (c) 2004-07 Applied Micro Circuits Corporation.
* Copyright (c) 2004-05 Vinod Kashyap
* All rights reserved.
*
@@ -31,6 +31,7 @@
* AMCC'S 3ware driver for 9000 series storage controllers.
*
* Author: Vinod Kashyap
+ * Modifications by: Adam Radford
*/
@@ -63,7 +64,8 @@ tw_cl_ctlr_supported(TW_INT32 vendor_id, TW_INT32 device_id)
{
if ((vendor_id == TW_CL_VENDOR_ID) &&
((device_id == TW_CL_DEVICE_ID_9K) ||
- (device_id == TW_CL_DEVICE_ID_9K_X)))
+ (device_id == TW_CL_DEVICE_ID_9K_X) ||
+ (device_id == TW_CL_DEVICE_ID_9K_E)))
return(TW_CL_TRUE);
return(TW_CL_FALSE);
}
@@ -113,6 +115,7 @@ tw_cl_get_pci_bar_info(TW_INT32 device_id, TW_INT32 bar_type,
break;
case TW_CL_DEVICE_ID_9K_X:
+ case TW_CL_DEVICE_ID_9K_E:
switch(bar_type) {
case TW_CL_BAR_TYPE_IO:
*bar_num = 2;
@@ -162,8 +165,6 @@ tw_cl_get_pci_bar_info(TW_INT32 device_id, TW_INT32 bar_type,
* non_dma_mem_size -- # of bytes of memory needed for
* non-DMA purposes
* dma_mem_size -- # of bytes of DMA'able memory needed
- * flash_dma_mem_size -- # of bytes of DMA'able memory
- * needed for firmware flash, if applicable
* per_req_dma_mem_size -- # of bytes of DMA'able memory
* needed per request, if applicable
* per_req_non_dma_mem_size -- # of bytes of memory needed
@@ -178,15 +179,6 @@ tw_cl_get_mem_requirements(struct tw_cl_ctlr_handle *ctlr_handle,
TW_UINT32 flags, TW_INT32 device_id, TW_INT32 max_simult_reqs,
TW_INT32 max_aens, TW_UINT32 *alignment, TW_UINT32 *sg_size_factor,
TW_UINT32 *non_dma_mem_size, TW_UINT32 *dma_mem_size
-#ifdef TW_OSL_FLASH_FIRMWARE
- , TW_UINT32 *flash_dma_mem_size
-#endif /* TW_OSL_FLASH_FIRMWARE */
-#ifdef TW_OSL_DMA_MEM_ALLOC_PER_REQUEST
- , TW_UINT32 *per_req_dma_mem_size
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
- , TW_UINT32 *per_req_non_dma_mem_size
-#endif /* TW_OSL_N0N_DMA_MEM_ALLOC_PER_REQUEST */
)
{
if (device_id == 0)
@@ -211,20 +203,11 @@ tw_cl_get_mem_requirements(struct tw_cl_ctlr_handle *ctlr_handle,
* the controller context, request packets (including the 1 needed for
* CL internal requests), and event packets.
*/
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
-
- *non_dma_mem_size = sizeof(struct tw_cli_ctlr_context) +
- (sizeof(struct tw_cli_req_context)) +
- (sizeof(struct tw_cl_event_packet) * max_aens);
- *per_req_non_dma_mem_size = sizeof(struct tw_cli_req_context);
-
-#else /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
*non_dma_mem_size = sizeof(struct tw_cli_ctlr_context) +
(sizeof(struct tw_cli_req_context) * (max_simult_reqs + 1)) +
(sizeof(struct tw_cl_event_packet) * max_aens);
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
/*
* Total DMA'able memory needed is the sum total of memory needed for
@@ -232,31 +215,10 @@ tw_cl_get_mem_requirements(struct tw_cl_ctlr_handle *ctlr_handle,
* requests), and memory needed to hold the payload for internal
* requests.
*/
-#ifdef TW_OSL_DMA_MEM_ALLOC_PER_REQUEST
-
- *dma_mem_size = sizeof(struct tw_cl_command_packet) +
- TW_CLI_SECTOR_SIZE;
- *per_req_dma_mem_size = sizeof(struct tw_cl_command_packet);
-
-#else /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
*dma_mem_size = (sizeof(struct tw_cl_command_packet) *
(max_simult_reqs + 1)) + (TW_CLI_SECTOR_SIZE);
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
-
-
-#ifdef TW_OSL_FLASH_FIRMWARE
-
- /* Memory needed to hold the firmware image while flashing. */
- *flash_dma_mem_size =
- ((tw_cli_fw_img_size / TW_CLI_NUM_FW_IMAGE_CHUNKS) +
- 511) & ~511;
-/* (TWA_SG_ELEMENT_SIZE_FACTOR(device_id) - 1)) &
- ~(TWA_SG_ELEMENT_SIZE_FACTOR(device_id) - 1); */
-
-#endif /* TW_OSL_FLASH_FIRMWARE */
-
return(0);
}
@@ -276,9 +238,6 @@ tw_cl_get_mem_requirements(struct tw_cl_ctlr_handle *ctlr_handle,
* non_dma_mem -- ptr to allocated non-DMA memory
* dma_mem -- ptr to allocated DMA'able memory
* dma_mem_phys -- physical address of dma_mem
- * flash_dma_mem -- ptr to allocated DMA'able memory
- * needed for firmware flash, if applicable
- * flash_dma_mem_phys -- physical address of flash_dma_mem
* Output: None
* Return value: 0 -- success
* non-zero-- failure
@@ -287,10 +246,6 @@ TW_INT32
tw_cl_init_ctlr(struct tw_cl_ctlr_handle *ctlr_handle, TW_UINT32 flags,
TW_INT32 device_id, TW_INT32 max_simult_reqs, TW_INT32 max_aens,
TW_VOID *non_dma_mem, TW_VOID *dma_mem, TW_UINT64 dma_mem_phys
-#ifdef TW_OSL_FLASH_FIRMWARE
- , TW_VOID *flash_dma_mem,
- TW_UINT64 flash_dma_mem_phys
-#endif /* TW_OSL_FLASH_FIRMWARE */
)
{
struct tw_cli_ctlr_context *ctlr;
@@ -319,10 +274,6 @@ tw_cl_init_ctlr(struct tw_cl_ctlr_handle *ctlr_handle, TW_UINT32 flags,
}
if ((non_dma_mem == TW_CL_NULL) || (dma_mem == TW_CL_NULL)
-#ifdef TW_OSL_FLASH_FIRMWARE
- || ((flags & TW_CL_FLASH_FIRMWARE) ?
- (flash_dma_mem == TW_CL_NULL) : TW_CL_FALSE)
-#endif /* TW_OSL_FLASH_FIRMWARE */
) {
tw_cl_create_event(ctlr_handle, TW_CL_FALSE,
TW_CL_MESSAGE_SOURCE_COMMON_LAYER_ERROR,
@@ -332,27 +283,14 @@ tw_cl_init_ctlr(struct tw_cl_ctlr_handle *ctlr_handle, TW_UINT32 flags,
return(TW_OSL_ENOMEM);
}
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
- tw_osl_memzero(non_dma_mem, sizeof(struct tw_cli_ctlr_context) +
- sizeof(struct tw_cli_req_context) +
- (sizeof(struct tw_cl_event_packet) * max_aens));
-#else /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
tw_osl_memzero(non_dma_mem, sizeof(struct tw_cli_ctlr_context) +
(sizeof(struct tw_cli_req_context) * (max_simult_reqs + 1)) +
(sizeof(struct tw_cl_event_packet) * max_aens));
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
-#ifdef TW_OSL_DMA_MEM_ALLOC_PER_REQUEST
- tw_osl_memzero(dma_mem,
- sizeof(struct tw_cl_command_packet) +
- TW_CLI_SECTOR_SIZE);
-#else /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
tw_osl_memzero(dma_mem,
(sizeof(struct tw_cl_command_packet) *
(max_simult_reqs + 1)) +
TW_CLI_SECTOR_SIZE);
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
-
free_non_dma_mem = (TW_UINT8 *)non_dma_mem;
@@ -369,11 +307,6 @@ tw_cl_init_ctlr(struct tw_cl_ctlr_handle *ctlr_handle, TW_UINT32 flags,
ctlr->max_simult_reqs = max_simult_reqs + 1;
ctlr->max_aens_supported = max_aens;
-#ifdef TW_OSL_FLASH_FIRMWARE
- ctlr->flash_dma_mem = flash_dma_mem;
- ctlr->flash_dma_mem_phys = flash_dma_mem_phys;
-#endif /* TW_OSL_FLASH_FIRMWARE */
-
/* Initialize queues of CL internal request context packets. */
tw_cli_req_q_init(ctlr, TW_CLI_FREE_Q);
tw_cli_req_q_init(ctlr, TW_CLI_BUSY_Q);
@@ -397,7 +330,9 @@ tw_cl_init_ctlr(struct tw_cl_ctlr_handle *ctlr_handle, TW_UINT32 flags,
* with command register writes.
*/
if ((ctlr->flags & TW_CL_64BIT_ADDRESSES) &&
- (ctlr->device_id == TW_CL_DEVICE_ID_9K)) {
+ ((ctlr->device_id == TW_CL_DEVICE_ID_9K) ||
+ (ctlr->device_id == TW_CL_DEVICE_ID_9K_X) ||
+ (ctlr->device_id == TW_CL_DEVICE_ID_9K_E))) {
ctlr->state |= TW_CLI_CTLR_STATE_G66_WORKAROUND_NEEDED;
ctlr->intr_lock = ctlr->io_lock;
} else {
@@ -410,9 +345,7 @@ tw_cl_init_ctlr(struct tw_cl_ctlr_handle *ctlr_handle, TW_UINT32 flags,
ctlr->req_ctxt_buf = (struct tw_cli_req_context *)free_non_dma_mem;
free_non_dma_mem += (sizeof(struct tw_cli_req_context) *
(
-#ifndef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
max_simult_reqs +
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
1));
ctlr->cmd_pkt_buf = (struct tw_cl_command_packet *)dma_mem;
@@ -421,59 +354,31 @@ tw_cl_init_ctlr(struct tw_cl_ctlr_handle *ctlr_handle, TW_UINT32 flags,
ctlr->internal_req_data = (TW_UINT8 *)
(ctlr->cmd_pkt_buf +
(
-#ifndef TW_OSL_DMA_MEM_ALLOC_PER_REQUEST
max_simult_reqs +
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
1));
ctlr->internal_req_data_phys = ctlr->cmd_pkt_phys +
(sizeof(struct tw_cl_command_packet) *
(
-#ifndef TW_OSL_DMA_MEM_ALLOC_PER_REQUEST
max_simult_reqs +
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
1));
for (i = 0;
i < (
-#ifndef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
max_simult_reqs +
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
1); i++) {
req = &(ctlr->req_ctxt_buf[i]);
-#ifndef TW_OSL_DMA_MEM_ALLOC_PER_REQUEST
-
req->cmd_pkt = &(ctlr->cmd_pkt_buf[i]);
req->cmd_pkt_phys = ctlr->cmd_pkt_phys +
(i * sizeof(struct tw_cl_command_packet));
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
-
req->request_id = i;
req->ctlr = ctlr;
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
- req->flags |= TW_CLI_REQ_FLAGS_INTERNAL;
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
-
/* Insert request into the free queue. */
tw_cli_req_q_insert_tail(req, TW_CLI_FREE_Q);
}
-
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
-
- ctlr->free_req_head = i - 1;
- ctlr->free_req_tail = i - 1;
-
- for (; i < (max_simult_reqs + 1); i++)
- ctlr->free_req_ids[i - 1] = i;
-
- ctlr->num_free_req_ids = max_simult_reqs;
-
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
-
-
/* Initialize the AEN queue. */
ctlr->aen_queue = (struct tw_cl_event_packet *)free_non_dma_mem;
@@ -517,317 +422,12 @@ start_ctlr:
return(error);
}
-
-
-#ifdef TW_OSL_FLASH_FIRMWARE
-/*
- * Function name: tw_cli_flash_firmware
- * Description: Flashes bundled firmware image onto controller.
- *
- * Input: ctlr -- ptr to per ctlr structure
- * Output: None
- * Return value: 0 -- success
- * non-zero-- failure
- */
-TW_INT32
-tw_cli_flash_firmware(struct tw_cli_ctlr_context *ctlr)
-{
- struct tw_cli_req_context *req;
- struct tw_cl_command_header *cmd_hdr;
- struct tw_cl_command_download_firmware *cmd;
- TW_UINT32 fw_img_chunk_size;
- TW_UINT32 num_chunks;
- TW_UINT32 this_chunk_size = 0;
- TW_INT32 remaining_img_size = 0;
- TW_INT32 hard_reset_needed = TW_CL_FALSE;
- TW_INT32 error = TW_OSL_EGENFAILURE;
- TW_UINT32 i;
-
- tw_cli_dbg_printf(3, ctlr->ctlr_handle, tw_osl_cur_func(), "entered");
- if ((req = tw_cli_get_request(ctlr
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
- , TW_CL_NULL
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
- )) == TW_CL_NULL) {
- /* No free request packets available. Can't proceed. */
- error = TW_OSL_EBUSY;
- goto out;
- }
-
-#ifdef TW_OSL_DMA_MEM_ALLOC_PER_REQUEST
-
- req->cmd_pkt = ctlr->cmd_pkt_buf;
- req->cmd_pkt_phys = ctlr->cmd_pkt_phys;
- tw_osl_memzero(req->cmd_pkt,
- sizeof(struct tw_cl_command_header) +
- 28 /* max bytes before sglist */);
-
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
-
- req->flags |= TW_CLI_REQ_FLAGS_INTERNAL;
-
- /*
- * Determine amount of memory needed to hold a chunk of the
- * firmware image. As yet, the Download_Firmware command does not
- * support SG elements that are ctlr->sg_size_factor multiples. It
- * requires them to be 512-byte multiples.
- */
- fw_img_chunk_size = ((tw_cli_fw_img_size / TW_CLI_NUM_FW_IMAGE_CHUNKS) +
- 511) & ~511;
-/* (ctlr->sg_size_factor - 1)) &
- ~(ctlr->sg_size_factor - 1); */
-
- /* Calculate the actual number of chunks needed. */
- num_chunks = (tw_cli_fw_img_size / fw_img_chunk_size) +
- ((tw_cli_fw_img_size % fw_img_chunk_size) ? 1 : 0);
-
- req->data = ctlr->flash_dma_mem;
- req->data_phys = ctlr->flash_dma_mem_phys;
-
- remaining_img_size = tw_cli_fw_img_size;
-
- cmd_hdr = &(req->cmd_pkt->cmd_hdr);
- cmd = &(req->cmd_pkt->command.cmd_pkt_7k.download_fw);
-
- for (i = 0; i < num_chunks; i++) {
- /* Build a cmd pkt for downloading firmware. */
- tw_osl_memzero(req->cmd_pkt,
- sizeof(struct tw_cl_command_packet));
-
- cmd_hdr->header_desc.size_header = 128;
-
- /* sgl_offset (offset in dwords, to sg list) is 2. */
- cmd->sgl_off__opcode =
- BUILD_SGL_OFF__OPCODE(2, TWA_FW_CMD_DOWNLOAD_FIRMWARE);
- cmd->request_id = (TW_UINT8)(TW_CL_SWAP16(req->request_id));
- cmd->unit = 0;
- cmd->status = 0;
- cmd->flags = 0;
- cmd->param = TW_CL_SWAP16(8); /* prom image */
-
- if (i != (num_chunks - 1))
- this_chunk_size = fw_img_chunk_size;
- else /* last chunk */
- this_chunk_size = remaining_img_size;
-
- remaining_img_size -= this_chunk_size;
-
- tw_osl_memcpy(req->data, tw_cli_fw_img + (i * fw_img_chunk_size),
- this_chunk_size);
-
- /*
- * The next line will effect only the last chunk.
- */
- req->length = (this_chunk_size + 511) & ~511;
-/* (ctlr->sg_size_factor - 1)) &
- ~(ctlr->sg_size_factor - 1); */
-
- if (ctlr->flags & TW_CL_64BIT_ADDRESSES) {
- ((struct tw_cl_sg_desc64 *)(cmd->sgl))[0].address =
- TW_CL_SWAP64(req->data_phys);
- ((struct tw_cl_sg_desc64 *)(cmd->sgl))[0].length =
- TW_CL_SWAP32(req->length);
- cmd->size = 2 + 3;
- } else {
- ((struct tw_cl_sg_desc32 *)(cmd->sgl))[0].address =
- TW_CL_SWAP32(req->data_phys);
- ((struct tw_cl_sg_desc32 *)(cmd->sgl))[0].length =
- TW_CL_SWAP32(req->length);
- cmd->size = 2 + 2;
- }
-
- error = tw_cli_submit_and_poll_request(req,
- TW_CLI_REQUEST_TIMEOUT_PERIOD);
- if (error) {
- tw_cl_create_event(ctlr->ctlr_handle, TW_CL_FALSE,
- TW_CL_MESSAGE_SOURCE_COMMON_LAYER_ERROR,
- 0x1005, 0x1, TW_CL_SEVERITY_ERROR_STRING,
- "Firmware flash request could not be posted",
- "error = %d\n", error);
- if (error == TW_OSL_ETIMEDOUT)
- /* clean-up done by tw_cli_submit_and_poll_request */
- return(error);
- break;
- }
- error = cmd->status;
-
- if (((i == (num_chunks - 1)) && (error)) ||
- ((i != (num_chunks - 1)) &&
- ((error = cmd_hdr->status_block.error) !=
- TWA_ERROR_MORE_DATA))) {
- /*
- * It's either that download of the last chunk
- * failed, or the download of one of the earlier
- * chunks failed with an error other than
- * TWA_ERROR_MORE_DATA. Report the error.
- */
- tw_cli_create_ctlr_event(ctlr,
- TW_CL_MESSAGE_SOURCE_CONTROLLER_ERROR,
- cmd_hdr);
- tw_cl_create_event(ctlr->ctlr_handle, TW_CL_FALSE,
- TW_CL_MESSAGE_SOURCE_COMMON_LAYER_ERROR,
- 0x1006, 0x1, TW_CL_SEVERITY_ERROR_STRING,
- "Firmware flash failed",
- "cmd = 0x%x, chunk # %d, cmd status = %d",
- GET_OPCODE(cmd->sgl_off__opcode),
- i, cmd->status);
- /*
- * Make a note to hard reset the controller,
- * so that it doesn't wait for the remaining
- * chunks. Don't call the hard reset function
- * right here, since we have committed to having
- * only 1 active internal request at a time, and
- * this request has not yet been freed.
- */
- hard_reset_needed = TW_CL_TRUE;
- break;
- }
- } /* for */
-
-out:
- if (req)
- tw_cli_req_q_insert_tail(req, TW_CLI_FREE_Q);
-
- if (hard_reset_needed)
- tw_cli_hard_reset(ctlr);
-
- return(error);
-}
-
-
-
-/*
- * Function name: tw_cli_hard_reset
- * Description: Hard resets the controller.
- *
- * Input: ctlr -- ptr to per ctlr structure
- * Output: None
- * Return value: 0 -- success
- * non-zero-- failure
- */
-TW_INT32
-tw_cli_hard_reset(struct tw_cli_ctlr_context *ctlr)
-{
- struct tw_cli_req_context *req;
- struct tw_cl_command_reset_firmware *cmd;
- TW_INT32 error;
-
- tw_cli_dbg_printf(3, ctlr->ctlr_handle, tw_osl_cur_func(), "entered");
-
- if ((req = tw_cli_get_request(ctlr
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
- , TW_CL_NULL
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
- )) == TW_CL_NULL)
- return(TW_OSL_EBUSY);
-
-#ifdef TW_OSL_DMA_MEM_ALLOC_PER_REQUEST
-
- req->cmd_pkt = ctlr->cmd_pkt_buf;
- req->cmd_pkt_phys = ctlr->cmd_pkt_phys;
- tw_osl_memzero(req->cmd_pkt,
- sizeof(struct tw_cl_command_header) +
- 28 /* max bytes before sglist */);
-
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
-
- req->flags |= TW_CLI_REQ_FLAGS_INTERNAL;
-
- /* Build a cmd pkt for sending down the hard reset command. */
- req->cmd_pkt->cmd_hdr.header_desc.size_header = 128;
-
- cmd = &(req->cmd_pkt->command.cmd_pkt_7k.reset_fw);
- cmd->res1__opcode =
- BUILD_RES__OPCODE(0, TWA_FW_CMD_HARD_RESET_FIRMWARE);
- cmd->size = 2;
- cmd->request_id = (TW_UINT8)(TW_CL_SWAP16(req->request_id));
- cmd->unit = 0;
- cmd->status = 0;
- cmd->flags = 0;
- cmd->param = 0; /* don't reload FPGA logic */
-
- req->data = TW_CL_NULL;
- req->length = 0;
-
- tw_cl_create_event(ctlr->ctlr_handle, TW_CL_FALSE,
- TW_CL_MESSAGE_SOURCE_COMMON_LAYER_ERROR,
- 0x1017, 0x3, TW_CL_SEVERITY_INFO_STRING,
- "Issuing hard (commanded) reset to the controller...",
- " ");
-
- error = tw_cli_submit_and_poll_request(req,
- TW_CLI_REQUEST_TIMEOUT_PERIOD);
- if (error) {
- tw_cl_create_event(ctlr->ctlr_handle, TW_CL_FALSE,
- TW_CL_MESSAGE_SOURCE_COMMON_LAYER_ERROR,
- 0x1007, 0x1, TW_CL_SEVERITY_ERROR_STRING,
- "Hard reset request could not be posted",
- "error = %d", error);
- if (error == TW_OSL_ETIMEDOUT)
- /* clean-up done by tw_cli_submit_and_poll_request */
- return(error);
- goto out;
- }
- if ((error = cmd->status)) {
- tw_cli_create_ctlr_event(ctlr,
- TW_CL_MESSAGE_SOURCE_CONTROLLER_ERROR,
- &(req->cmd_pkt->cmd_hdr));
- tw_cl_create_event(ctlr->ctlr_handle, TW_CL_FALSE,
- TW_CL_MESSAGE_SOURCE_COMMON_LAYER_ERROR,
- 0x1008, 0x1, TW_CL_SEVERITY_ERROR_STRING,
- "Hard reset request failed",
- "error = %d", error);
- }
-
- if (ctlr->device_id == TW_CL_DEVICE_ID_9K_X) {
- /*
- * There's a hardware bug in the G133 ASIC, which can lead to
- * PCI parity errors and hangs, if the host accesses any
- * registers when the firmware is resetting the hardware, as
- * part of a hard/soft reset. The window of time when the
- * problem can occur is about 10 ms. Here, we will handshake
- * with the firmware to find out when the firmware is pulling
- * down the hardware reset pin, and wait for about 500 ms to
- * make sure we don't access any hardware registers (for
- * polling) during that window.
- */
- ctlr->state |= TW_CLI_CTLR_STATE_RESET_PHASE1_IN_PROGRESS;
- while (tw_cli_find_response(ctlr,
- TWA_RESET_PHASE1_NOTIFICATION_RESPONSE) != TW_OSL_ESUCCESS)
- tw_osl_delay(10);
- tw_osl_delay(TWA_RESET_PHASE1_WAIT_TIME_MS * 1000);
- ctlr->state &= ~TW_CLI_CTLR_STATE_RESET_PHASE1_IN_PROGRESS;
- }
-
- /* Wait for the MC_RDY bit to get set. */
- if ((error = tw_cli_poll_status(ctlr, TWA_STATUS_MICROCONTROLLER_READY,
- TW_CLI_RESET_TIMEOUT_PERIOD))) {
- tw_cl_create_event(ctlr->ctlr_handle, TW_CL_FALSE,
- TW_CL_MESSAGE_SOURCE_COMMON_LAYER_EVENT,
- 0x1018, 0x1, TW_CL_SEVERITY_ERROR_STRING,
- "Micro-ctlr not ready following hard reset",
- "error = %d", error);
- }
-
-out:
- if (req)
- tw_cli_req_q_insert_tail(req, TW_CLI_FREE_Q);
- return(error);
-}
-
-#endif /* TW_OSL_FLASH_FIRMWARE */
-
-
-
/*
* Function name: tw_cli_start_ctlr
* Description: Establishes a logical connection with the controller.
- * If bundled with firmware, determines whether or not
- * to flash firmware, based on arch_id, fw SRL (Spec.
- * Revision Level), branch & build #'s. Also determines
- * whether or not the driver is compatible with the
- * firmware on the controller, before proceeding to work
- * with it.
+ * Determines whether or not the driver is compatible
+ * with the firmware on the controller, before proceeding
+ * to work with it.
*
* Input: ctlr -- ptr to per ctlr structure
* Output: None
@@ -843,10 +443,6 @@ tw_cli_start_ctlr(struct tw_cli_ctlr_context *ctlr)
TW_UINT16 fw_on_ctlr_build = 0;
TW_UINT32 init_connect_result = 0;
TW_INT32 error = TW_OSL_ESUCCESS;
-#ifdef TW_OSL_FLASH_FIRMWARE
- TW_INT8 fw_flashed = TW_CL_FALSE;
- TW_INT8 fw_flash_failed = TW_CL_FALSE;
-#endif /* TW_OSL_FLASH_FIRMWARE */
tw_cli_dbg_printf(3, ctlr->ctlr_handle, tw_osl_cur_func(), "entered");
@@ -887,67 +483,9 @@ tw_cli_start_ctlr(struct tw_cli_ctlr_context *ctlr)
"error = %d", error);
return(error);
}
-
-#ifdef TW_OSL_FLASH_FIRMWARE
-
- if ((ctlr->flags & TW_CL_FLASH_FIRMWARE) &&
- (init_connect_result & TWA_BUNDLED_FW_SAFE_TO_FLASH) &&
- (init_connect_result & TWA_CTLR_FW_RECOMMENDS_FLASH)) {
- /*
- * The bundled firmware is safe to flash, and the firmware
- * on the controller recommends a flash. So, flash!
- */
- tw_cl_create_event(ctlr->ctlr_handle, TW_CL_FALSE,
- TW_CL_MESSAGE_SOURCE_COMMON_LAYER_ERROR,
- 0x100C, 0x3, TW_CL_SEVERITY_INFO_STRING,
- "Flashing bundled firmware...",
- " ");
- if ((error = tw_cli_flash_firmware(ctlr))) {
- fw_flash_failed = TW_CL_TRUE;
- tw_cl_create_event(ctlr->ctlr_handle, TW_CL_FALSE,
- TW_CL_MESSAGE_SOURCE_COMMON_LAYER_ERROR,
- 0x100D, 0x2, TW_CL_SEVERITY_WARNING_STRING,
- "Unable to flash bundled firmware. "
- "Attempting to work with fw on ctlr...",
- " ");
- } else {
- tw_cl_create_event(ctlr->ctlr_handle, TW_CL_FALSE,
- TW_CL_MESSAGE_SOURCE_COMMON_LAYER_ERROR,
- 0x100E, 0x3, TW_CL_SEVERITY_INFO_STRING,
- "Successfully flashed bundled firmware",
- " ");
- fw_flashed = TW_CL_TRUE;
- }
- }
-
- if (fw_flashed) {
- /* The firmware was flashed. Have the new image loaded */
- error = tw_cli_hard_reset(ctlr);
- if (error)
- tw_cl_create_event(ctlr->ctlr_handle, TW_CL_FALSE,
- TW_CL_MESSAGE_SOURCE_COMMON_LAYER_ERROR,
- 0x100F, 0x1, TW_CL_SEVERITY_ERROR_STRING,
- "Could not reset controller after flash!",
- " ");
- else /* Go through initialization again. */
- error = tw_cli_start_ctlr(ctlr);
- /*
- * If hard reset of controller failed, we need to return.
- * Otherwise, the above recursive call to tw_cli_start_ctlr
- * will have completed the rest of the initialization (starting
- * from tw_cli_drain_aen_queue below). Don't do it again.
- * Just return.
- */
- return(error);
- } else
-#endif /* TW_OSL_FLASH_FIRMWARE */
{
- /*
- * Either we are not bundled with a firmware image, or
- * the bundled firmware is not safe to flash,
- * or flash failed for some reason. See if we can at
- * least work with the firmware on the controller in the
- * current mode.
+ /* See if we can at least work with the firmware on the
+ * controller in the current mode.
*/
if (init_connect_result & TWA_CTLR_FW_COMPATIBLE) {
/* Yes, we can. Make note of the operating mode. */
@@ -965,8 +503,7 @@ tw_cli_start_ctlr(struct tw_cli_ctlr_context *ctlr)
} else {
/*
* No, we can't. See if we can at least work with
- * it in the base mode. We should never come here
- * if firmware has just been flashed.
+ * it in the base mode.
*/
tw_cl_create_event(ctlr->ctlr_handle, TW_CL_FALSE,
TW_CL_MESSAGE_SOURCE_COMMON_LAYER_ERROR,
@@ -999,28 +536,6 @@ tw_cli_start_ctlr(struct tw_cli_ctlr_context *ctlr)
* compatible with our base mode. We cannot
* work with it. Bail...
*/
-#ifdef TW_OSL_FLASH_FIRMWARE
- if (fw_flash_failed)
- tw_cl_create_event(ctlr->ctlr_handle,
- TW_CL_FALSE,
- TW_CL_MESSAGE_SOURCE_COMMON_LAYER_ERROR,
- 0x1012, 0x1,
- TW_CL_SEVERITY_ERROR_STRING,
- "Incompatible firmware on controller"
- "...and could not flash bundled "
- "firmware",
- " ");
- else
- tw_cl_create_event(ctlr->ctlr_handle,
- TW_CL_FALSE,
- TW_CL_MESSAGE_SOURCE_COMMON_LAYER_ERROR,
- 0x1013, 0x1,
- TW_CL_SEVERITY_ERROR_STRING,
- "Incompatible firmware on controller"
- "...and bundled firmware not safe to "
- "flash",
- " ");
-#endif /* TW_OSL_FLASH_FIRMWARE */
return(1);
}
/*
@@ -1156,22 +671,9 @@ tw_cli_init_connection(struct tw_cli_ctlr_context *ctlr,
/* Get a request packet. */
if ((req = tw_cli_get_request(ctlr
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
- , TW_CL_NULL
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
)) == TW_CL_NULL)
goto out;
-#ifdef TW_OSL_DMA_MEM_ALLOC_PER_REQUEST
-
- req->cmd_pkt = ctlr->cmd_pkt_buf;
- req->cmd_pkt_phys = ctlr->cmd_pkt_phys;
- tw_osl_memzero(req->cmd_pkt,
- sizeof(struct tw_cl_command_header) +
- 28 /* max bytes before sglist */);
-
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
-
req->flags |= TW_CLI_REQ_FLAGS_INTERNAL;
/* Build the cmd pkt. */
diff --git a/sys/dev/twa/tw_cl_intr.c b/sys/dev/twa/tw_cl_intr.c
index 818e4ee..864af35 100644
--- a/sys/dev/twa/tw_cl_intr.c
+++ b/sys/dev/twa/tw_cl_intr.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-05 Applied Micro Circuits Corporation.
+ * Copyright (c) 2004-07 Applied Micro Circuits Corporation.
* Copyright (c) 2004-05 Vinod Kashyap
* All rights reserved.
*
@@ -31,6 +31,7 @@
* AMCC'S 3ware driver for 9000 series storage controllers.
*
* Author: Vinod Kashyap
+ * Modifications by: Adam Radford
*/
@@ -69,6 +70,10 @@ tw_cl_interrupt(struct tw_cl_ctlr_handle *ctlr_handle)
tw_cli_dbg_printf(10, ctlr_handle, tw_osl_cur_func(), "entered");
+ /* If we don't have controller context, bail */
+ if (ctlr == NULL)
+ goto out;
+
/*
* Synchronize access between writes to command and control registers
* in 64-bit environments, on G66.
@@ -79,7 +84,7 @@ tw_cl_interrupt(struct tw_cl_ctlr_handle *ctlr_handle)
/* Read the status register to determine the type of interrupt. */
status_reg = TW_CLI_READ_STATUS_REGISTER(ctlr_handle);
if (tw_cli_check_ctlr_state(ctlr, status_reg))
- goto out;
+ goto out_unlock;
/* Clear the interrupt. */
if (status_reg & TWA_STATUS_HOST_INTERRUPT) {
@@ -114,10 +119,10 @@ tw_cl_interrupt(struct tw_cl_ctlr_handle *ctlr_handle)
ctlr->resp_intr_pending = 1;
rc |= TW_CL_TRUE; /* request for a deferred isr call */
}
-out:
+out_unlock:
if (ctlr->state & TW_CLI_CTLR_STATE_G66_WORKAROUND_NEEDED)
tw_osl_free_lock(ctlr_handle, ctlr->io_lock);
-
+out:
return(rc);
}
@@ -290,11 +295,6 @@ tw_cli_process_resp_intr(struct tw_cli_ctlr_context *ctlr)
/* Response queue is not empty. */
resp = TW_CLI_READ_RESPONSE_QUEUE(ctlr->ctlr_handle);
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
- if (GET_RESP_ID(resp) >= 1)
- req = ctlr->busy_reqs[GET_RESP_ID(resp)];
- else
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
{
req = &(ctlr->req_ctxt_buf[GET_RESP_ID(resp)]);
}
@@ -322,13 +322,6 @@ tw_cli_process_resp_intr(struct tw_cli_ctlr_context *ctlr)
req->state = TW_CLI_REQ_STATE_COMPLETE;
tw_cli_req_q_insert_tail(req, TW_CLI_COMPLETE_Q);
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
- tw_osl_free_lock(ctlr->ctlr_handle, ctlr->intr_lock);
- /* Call the CL internal callback, if there's one. */
- if (req->tw_cli_callback)
- req->tw_cli_callback(req);
- tw_osl_get_lock(ctlr->ctlr_handle, ctlr->intr_lock);
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
}
/* Unmask the response interrupt. */
@@ -337,10 +330,8 @@ tw_cli_process_resp_intr(struct tw_cli_ctlr_context *ctlr)
tw_osl_free_lock(ctlr->ctlr_handle, ctlr->intr_lock);
-#ifndef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
/* Complete this, and other requests in the complete queue. */
tw_cli_process_complete_queue(ctlr);
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
return(error);
}
diff --git a/sys/dev/twa/tw_cl_io.c b/sys/dev/twa/tw_cl_io.c
index 09064dd..49ffbe3 100644
--- a/sys/dev/twa/tw_cl_io.c
+++ b/sys/dev/twa/tw_cl_io.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-05 Applied Micro Circuits Corporation.
+ * Copyright (c) 2004-07 Applied Micro Circuits Corporation.
* Copyright (c) 2004-05 Vinod Kashyap
* All rights reserved.
*
@@ -31,6 +31,7 @@
* AMCC'S 3ware driver for 9000 series storage controllers.
*
* Author: Vinod Kashyap
+ * Modifications by: Adam Radford
*/
@@ -96,9 +97,6 @@ tw_cl_start_io(struct tw_cl_ctlr_handle *ctlr_handle,
}
if ((req = tw_cli_get_request(ctlr
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
- , req_pkt
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
)) == TW_CL_NULL) {
tw_cli_dbg_printf(2, ctlr_handle, tw_osl_cur_func(),
"Out of request context packets: returning busy");
@@ -107,17 +105,6 @@ tw_cl_start_io(struct tw_cl_ctlr_handle *ctlr_handle,
}
req_handle->cl_req_ctxt = req;
-
-#ifdef TW_OSL_DMA_MEM_ALLOC_PER_REQUEST
-
- req->cmd_pkt = req_pkt->dma_mem;
- req->cmd_pkt_phys = req_pkt->dma_mem_phys;
- tw_osl_memzero(req->cmd_pkt,
- sizeof(struct tw_cl_command_header) +
- 28 /* max bytes before sglist */);
-
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
-
req->req_handle = req_handle;
req->orig_req = req_pkt;
req->tw_cli_callback = tw_cli_complete_io;
@@ -184,23 +171,17 @@ tw_cli_submit_cmd(struct tw_cli_req_context *req)
TW_UINT32 status_reg;
TW_INT32 error;
TW_UINT8 notify_osl_of_ctlr_busy = TW_CL_FALSE;
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
- TW_SYNC_HANDLE sync_handle;
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
tw_cli_dbg_printf(10, ctlr_handle, tw_osl_cur_func(), "entered");
/* Serialize access to the controller cmd queue. */
tw_osl_get_lock(ctlr_handle, ctlr->io_lock);
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
- if (req->flags & TW_CLI_REQ_FLAGS_EXTERNAL) {
- if (!(ctlr->flags & TW_CL_DEFERRED_INTR_USED))
- tw_osl_sync_isr_block(ctlr_handle, &sync_handle);
- } else {
- if (ctlr->flags & TW_CL_DEFERRED_INTR_USED)
- tw_osl_sync_io_block(ctlr_handle, &sync_handle);
- }
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
+
+ /* For 9650SE first write low 4 bytes */
+ if (ctlr->device_id == TW_CL_DEVICE_ID_9K_E)
+ tw_osl_write_reg(ctlr_handle,
+ TWA_COMMAND_QUEUE_OFFSET_LOW,
+ (TW_UINT32)(req->cmd_pkt_phys + sizeof(struct tw_cl_command_header)), 4);
/* Check to see if we can post a command. */
status_reg = TW_CLI_READ_STATUS_REGISTER(ctlr_handle);
@@ -215,10 +196,8 @@ tw_cli_submit_cmd(struct tw_cli_req_context *req)
"Cmd queue full");
if ((req->flags & TW_CLI_REQ_FLAGS_INTERNAL)
-#ifndef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
|| ((req_pkt) &&
(req_pkt->flags & TW_CL_REQ_RETRY_ON_BUSY))
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
) {
if (req->state != TW_CLI_REQ_STATE_PENDING) {
tw_cli_dbg_printf(2, ctlr_handle,
@@ -237,28 +216,31 @@ tw_cli_submit_cmd(struct tw_cli_req_context *req)
tw_cli_dbg_printf(10, ctlr_handle, tw_osl_cur_func(),
"Submitting command");
- /*
- * The controller cmd queue is not full. Mark the request as
- * currently being processed by the firmware, and move it into
- * the busy queue. Then submit the cmd.
- */
+ /* Insert command into busy queue */
req->state = TW_CLI_REQ_STATE_BUSY;
tw_cli_req_q_insert_tail(req, TW_CLI_BUSY_Q);
- TW_CLI_WRITE_COMMAND_QUEUE(ctlr_handle,
- req->cmd_pkt_phys +
- sizeof(struct tw_cl_command_header));
- }
-out:
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
- if (req->flags & TW_CLI_REQ_FLAGS_EXTERNAL) {
- if (!(ctlr->flags & TW_CL_DEFERRED_INTR_USED))
- tw_osl_sync_isr_unblock(ctlr_handle, &sync_handle);
- } else {
- if (ctlr->flags & TW_CL_DEFERRED_INTR_USED)
- tw_osl_sync_io_unblock(ctlr_handle, &sync_handle);
+ if (ctlr->device_id == TW_CL_DEVICE_ID_9K_E) {
+ /* Now write the high 4 bytes */
+ tw_osl_write_reg(ctlr_handle,
+ TWA_COMMAND_QUEUE_OFFSET_HIGH,
+ (TW_UINT32)(((TW_UINT64)(req->cmd_pkt_phys + sizeof(struct tw_cl_command_header)))>>32), 4);
+ } else {
+ if (ctlr->flags & TW_CL_64BIT_ADDRESSES) {
+ /* First write the low 4 bytes, then the high 4. */
+ tw_osl_write_reg(ctlr_handle,
+ TWA_COMMAND_QUEUE_OFFSET_LOW,
+ (TW_UINT32)(req->cmd_pkt_phys + sizeof(struct tw_cl_command_header)), 4);
+ tw_osl_write_reg(ctlr_handle,
+ TWA_COMMAND_QUEUE_OFFSET_HIGH,
+ (TW_UINT32)(((TW_UINT64)(req->cmd_pkt_phys + sizeof(struct tw_cl_command_header)))>>32), 4);
+ } else
+ tw_osl_write_reg(ctlr_handle,
+ TWA_COMMAND_QUEUE_OFFSET,
+ (TW_UINT32)(req->cmd_pkt_phys + sizeof(struct tw_cl_command_header)), 4);
+ }
}
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
+out:
tw_osl_free_lock(ctlr_handle, ctlr->io_lock);
if (status_reg & TWA_STATUS_COMMAND_QUEUE_FULL) {
@@ -324,9 +306,6 @@ tw_cl_fw_passthru(struct tw_cl_ctlr_handle *ctlr_handle,
}
if ((req = tw_cli_get_request(ctlr
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
- , req_pkt
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
)) == TW_CL_NULL) {
tw_cli_dbg_printf(2, ctlr_handle, tw_osl_cur_func(),
"Out of request context packets: returning busy");
@@ -335,17 +314,6 @@ tw_cl_fw_passthru(struct tw_cl_ctlr_handle *ctlr_handle,
}
req_handle->cl_req_ctxt = req;
-
-#ifdef TW_OSL_DMA_MEM_ALLOC_PER_REQUEST
-
- req->cmd_pkt = req_pkt->dma_mem;
- req->cmd_pkt_phys = req_pkt->dma_mem_phys;
- tw_osl_memzero(req->cmd_pkt,
- sizeof(struct tw_cl_command_header) +
- 28 /* max bytes before sglist */);
-
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
-
req->req_handle = req_handle;
req->orig_req = req_pkt;
req->tw_cli_callback = tw_cli_complete_io;
@@ -725,7 +693,7 @@ tw_cl_ioctl(struct tw_cl_ctlr_handle *ctlr_handle, TW_INT32 cmd, TW_VOID *buf)
TWA_CURRENT_FW_BUILD(ctlr->arch_id);
comp_pkt.driver_srl_low = TWA_BASE_FW_SRL;
comp_pkt.driver_branch_low = TWA_BASE_FW_BRANCH;
- comp_pkt.driver_build_high = TWA_BASE_FW_BUILD;
+ comp_pkt.driver_build_low = TWA_BASE_FW_BUILD;
comp_pkt.fw_on_ctlr_srl = ctlr->fw_on_ctlr_srl;
comp_pkt.fw_on_ctlr_branch = ctlr->fw_on_ctlr_branch;
comp_pkt.fw_on_ctlr_build = ctlr->fw_on_ctlr_build;
@@ -781,9 +749,6 @@ tw_cli_get_param(struct tw_cli_ctlr_context *ctlr, TW_INT32 table_id,
/* Get a request packet. */
if ((req = tw_cli_get_request(ctlr
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
- , TW_CL_NULL
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
)) == TW_CL_NULL)
goto out;
@@ -793,17 +758,6 @@ tw_cli_get_param(struct tw_cli_ctlr_context *ctlr, TW_INT32 table_id,
goto out;
}
ctlr->state |= TW_CLI_CTLR_STATE_INTERNAL_REQ_BUSY;
-
-#ifdef TW_OSL_DMA_MEM_ALLOC_PER_REQUEST
-
- req->cmd_pkt = ctlr->cmd_pkt_buf;
- req->cmd_pkt_phys = ctlr->cmd_pkt_phys;
- tw_osl_memzero(req->cmd_pkt,
- sizeof(struct tw_cl_command_header) +
- 28 /* max bytes before sglist */);
-
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
-
req->data = ctlr->internal_req_data;
req->data_phys = ctlr->internal_req_data_phys;
req->length = TW_CLI_SECTOR_SIZE;
@@ -914,9 +868,6 @@ tw_cli_set_param(struct tw_cli_ctlr_context *ctlr, TW_INT32 table_id,
/* Get a request packet. */
if ((req = tw_cli_get_request(ctlr
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
- , TW_CL_NULL
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
)) == TW_CL_NULL)
goto out;
@@ -926,17 +877,6 @@ tw_cli_set_param(struct tw_cli_ctlr_context *ctlr, TW_INT32 table_id,
goto out;
}
ctlr->state |= TW_CLI_CTLR_STATE_INTERNAL_REQ_BUSY;
-
-#ifdef TW_OSL_DMA_MEM_ALLOC_PER_REQUEST
-
- req->cmd_pkt = ctlr->cmd_pkt_buf;
- req->cmd_pkt_phys = ctlr->cmd_pkt_phys;
- tw_osl_memzero(req->cmd_pkt,
- sizeof(struct tw_cl_command_header) +
- 28 /* max bytes before sglist */);
-
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
-
req->data = ctlr->internal_req_data;
req->data_phys = ctlr->internal_req_data_phys;
req->length = TW_CLI_SECTOR_SIZE;
@@ -1232,7 +1172,8 @@ tw_cli_soft_reset(struct tw_cli_ctlr_context *ctlr)
TW_CLI_SOFT_RESET(ctlr_handle);
- if (ctlr->device_id == TW_CL_DEVICE_ID_9K_X) {
+ if ((ctlr->device_id == TW_CL_DEVICE_ID_9K_X) ||
+ (ctlr->device_id == TW_CL_DEVICE_ID_9K_E)) {
/*
* There's a hardware bug in the G133 ASIC, which can lead to
* PCI parity errors and hangs, if the host accesses any
@@ -1406,22 +1347,9 @@ tw_cli_get_aen(struct tw_cli_ctlr_context *ctlr)
tw_cli_dbg_printf(4, ctlr->ctlr_handle, tw_osl_cur_func(), "entered");
if ((req = tw_cli_get_request(ctlr
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
- , TW_CL_NULL
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
)) == TW_CL_NULL)
return(TW_OSL_EBUSY);
-#ifdef TW_OSL_DMA_MEM_ALLOC_PER_REQUEST
-
- req->cmd_pkt = ctlr->cmd_pkt_buf;
- req->cmd_pkt_phys = ctlr->cmd_pkt_phys;
- tw_osl_memzero(req->cmd_pkt,
- sizeof(struct tw_cl_command_header) +
- 28 /* max bytes before sglist */);
-
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
-
req->flags |= TW_CLI_REQ_FLAGS_INTERNAL;
req->flags |= TW_CLI_REQ_FLAGS_9K;
req->tw_cli_callback = tw_cli_aen_callback;
diff --git a/sys/dev/twa/tw_cl_ioctl.h b/sys/dev/twa/tw_cl_ioctl.h
index df2bd34..aab7fd9 100644
--- a/sys/dev/twa/tw_cl_ioctl.h
+++ b/sys/dev/twa/tw_cl_ioctl.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-05 Applied Micro Circuits Corporation.
+ * Copyright (c) 2004-07 Applied Micro Circuits Corporation.
* Copyright (c) 2004-05 Vinod Kashyap
* All rights reserved.
*
@@ -31,6 +31,7 @@
* AMCC'S 3ware driver for 9000 series storage controllers.
*
* Author: Vinod Kashyap
+ * Modifications by: Adam Radford
*/
diff --git a/sys/dev/twa/tw_cl_misc.c b/sys/dev/twa/tw_cl_misc.c
index 772e463..5948b1d 100644
--- a/sys/dev/twa/tw_cl_misc.c
+++ b/sys/dev/twa/tw_cl_misc.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-05 Applied Micro Circuits Corporation.
+ * Copyright (c) 2004-07 Applied Micro Circuits Corporation.
* Copyright (c) 2004-05 Vinod Kashyap
* All rights reserved.
*
@@ -31,6 +31,7 @@
* AMCC'S 3ware driver for 9000 series storage controllers.
*
* Author: Vinod Kashyap
+ * Modifications by: Adam Radford
*/
@@ -314,24 +315,11 @@ tw_cli_drain_aen_queue(struct tw_cli_ctlr_context *ctlr)
for (;;) {
if ((req = tw_cli_get_request(ctlr
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
- , TW_CL_NULL
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
)) == TW_CL_NULL) {
error = TW_OSL_EBUSY;
break;
}
-#ifdef TW_OSL_DMA_MEM_ALLOC_PER_REQUEST
-
- req->cmd_pkt = ctlr->cmd_pkt_buf;
- req->cmd_pkt_phys = ctlr->cmd_pkt_phys;
- tw_osl_memzero(req->cmd_pkt,
- sizeof(struct tw_cl_command_header) +
- 28 /* max bytes before sglist */);
-
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
-
req->flags |= TW_CLI_REQ_FLAGS_INTERNAL;
req->tw_cli_callback = TW_CL_NULL;
if ((error = tw_cli_send_scsi_cmd(req,
@@ -601,31 +589,12 @@ tw_cl_create_event(struct tw_cl_ctlr_handle *ctlr_handle,
*/
struct tw_cli_req_context *
tw_cli_get_request(struct tw_cli_ctlr_context *ctlr
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
- , struct tw_cl_req_packet *req_pkt
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
)
{
struct tw_cli_req_context *req;
tw_cli_dbg_printf(4, ctlr->ctlr_handle, tw_osl_cur_func(), "entered");
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
-
- if (req_pkt) {
- if (ctlr->num_free_req_ids == 0)
- return(TW_CL_NULL);
-
- ctlr->num_free_req_ids--;
- req = (struct tw_cli_req_context *)(req_pkt->non_dma_mem);
- req->ctlr = ctlr;
- req->request_id = ctlr->free_req_ids[ctlr->free_req_head];
- ctlr->busy_reqs[req->request_id] = req;
- ctlr->free_req_head = (ctlr->free_req_head + 1) %
- (ctlr->max_simult_reqs - 1);
- } else
-
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
{
/* Get a free request packet. */
req = tw_cli_req_q_remove_head(ctlr, TW_CLI_FREE_Q);
@@ -643,8 +612,6 @@ tw_cli_get_request(struct tw_cli_ctlr_context *ctlr
req->orig_req = TW_CL_NULL;
req->tw_cli_callback = TW_CL_NULL;
-#ifndef TW_OSL_DMA_MEM_ALLOC_PER_REQUEST
-
/*
* Look at the status field in the command packet to see how
* it completed the last time it was used, and zero out only
@@ -659,7 +626,6 @@ tw_cli_get_request(struct tw_cli_ctlr_context *ctlr
tw_osl_memzero(&(req->cmd_pkt->command),
28 /* max bytes before sglist */);
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
}
return(req);
}
@@ -843,13 +809,14 @@ tw_cli_check_ctlr_state(struct tw_cli_ctlr_context *ctlr, TW_UINT32 status_reg)
}
if (status_reg & TWA_STATUS_QUEUE_ERROR_INTERRUPT) {
- tw_cl_create_event(ctlr_handle, TW_CL_TRUE,
- TW_CL_MESSAGE_SOURCE_COMMON_LAYER_EVENT,
- 0x1305, 0x1, TW_CL_SEVERITY_ERROR_STRING,
- "Controller queue error: clearing... ",
- "status reg = 0x%x %s",
- status_reg,
- tw_cli_describe_bits(status_reg, desc));
+ if (ctlr->device_id != TW_CL_DEVICE_ID_9K_E)
+ tw_cl_create_event(ctlr_handle, TW_CL_TRUE,
+ TW_CL_MESSAGE_SOURCE_COMMON_LAYER_EVENT,
+ 0x1305, 0x1, TW_CL_SEVERITY_ERROR_STRING,
+ "Controller queue error: clearing... ",
+ "status reg = 0x%x %s",
+ status_reg,
+ tw_cli_describe_bits(status_reg, desc));
TW_CLI_WRITE_CONTROL_REGISTER(ctlr->ctlr_handle,
TWA_CONTROL_CLEAR_QUEUE_ERROR);
}
diff --git a/sys/dev/twa/tw_cl_share.h b/sys/dev/twa/tw_cl_share.h
index ecc895b..bb9daa4 100644
--- a/sys/dev/twa/tw_cl_share.h
+++ b/sys/dev/twa/tw_cl_share.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-05 Applied Micro Circuits Corporation.
+ * Copyright (c) 2004-07 Applied Micro Circuits Corporation.
* Copyright (c) 2004-05 Vinod Kashyap
* All rights reserved.
*
@@ -31,6 +31,7 @@
* AMCC'S 3ware driver for 9000 series storage controllers.
*
* Author: Vinod Kashyap
+ * Modifications by: Adam Radford
*/
@@ -45,9 +46,6 @@
* and defined by CL.
*/
-
-#define TW_CL_VERSION_STRING "1.00.01.011"
-
#define TW_CL_NULL ((TW_VOID *)0)
#define TW_CL_TRUE 1
#define TW_CL_FALSE 0
@@ -55,6 +53,7 @@
#define TW_CL_VENDOR_ID 0x13C1 /* 3ware vendor id */
#define TW_CL_DEVICE_ID_9K 0x1002 /* 9000 PCI series device id */
#define TW_CL_DEVICE_ID_9K_X 0x1003 /* 9000 PCI-X series device id */
+#define TW_CL_DEVICE_ID_9K_E 0x1004 /* 9000 PCIe series device id */
#define TW_CL_BAR_TYPE_IO 1 /* I/O base address */
#define TW_CL_BAR_TYPE_MEM 2 /* memory base address */
@@ -64,7 +63,7 @@
#define TW_CL_MAX_NUM_UNITS 65 /* max # of units we support
-- enclosure target id is 64 */
#else /* TW_OSL_ENCLOSURE_SUPPORT */
-#define TW_CL_MAX_NUM_UNITS 16 /* max # of units we support */
+#define TW_CL_MAX_NUM_UNITS 32 /* max # of units we support */
#endif /* TW_OSL_ENCLOSURE_SUPPORT */
#define TW_CL_MAX_NUM_LUNS 16 /* max # of LUN's we support */
@@ -86,7 +85,6 @@
#define TW_CL_64BIT_SG_LENGTH (1<<1) /* 64 bit SG length */
#define TW_CL_START_CTLR_ONLY (1<<2) /* Start ctlr only */
#define TW_CL_STOP_CTLR_ONLY (1<<3) /* Stop ctlr only */
-#define TW_CL_FLASH_FIRMWARE (1<<4) /* Flash firmware */
#define TW_CL_DEFERRED_INTR_USED (1<<5) /* OS Layer uses deferred intr */
/* Possible error values from the Common Layer. */
@@ -101,9 +99,7 @@
/* Possible values of req_pkt->flags */
-#ifndef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
#define TW_CL_REQ_RETRY_ON_BUSY (1<<0)
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
#define TW_CL_REQ_CALLBACK_FOR_SGLIST (1<<1)
@@ -184,19 +180,6 @@ struct tw_cl_req_packet {
TW_UINT32 *num_sgl_entries);
/* OSL callback to get SG list. */
-#ifdef TW_OSL_DMA_MEM_ALLOC_PER_REQUEST
-
- TW_VOID *dma_mem;
- TW_UINT64 dma_mem_phys;
-
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
-
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
-
- TW_VOID *non_dma_mem;
-
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
-
union {
struct tw_cl_scsi_req_packet scsi_req; /* SCSI req */
struct tw_cl_passthru_req_packet pt_req;/*Passthru req*/
@@ -496,39 +479,6 @@ extern TW_INT8 *tw_osl_strcpy(TW_INT8 *dest, TW_INT8 *src);
extern TW_INT32 tw_osl_strlen(TW_VOID *str);
#endif
-
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
-
-#ifndef tw_osl_sync_io_block
-/* Block new I/O requests from being sent by the OS Layer. */
-extern TW_VOID tw_osl_sync_io_block(struct tw_cl_ctlr_handle *ctlr_handle,
- TW_SYNC_HANDLE *sync_handle);
-#endif
-
-
-#ifndef tw_osl_sync_io_unblock
-/* Allow new I/O requests from the OS Layer. */
-extern TW_VOID tw_osl_sync_io_unblock(struct tw_cl_ctlr_handle *ctlr_handle,
- TW_SYNC_HANDLE *sync_handle);
-#endif
-
-
-#ifndef tw_osl_sync_isr_block
-/* Block the ISR from being called by the OS Layer. */
-extern TW_VOID tw_osl_sync_isr_block(struct tw_cl_ctlr_handle *ctlr_handle,
- TW_SYNC_HANDLE *sync_handle);
-#endif
-
-
-#ifndef tw_osl_sync_isr_unblock
-/* Allow calls to the ISR from the OS Layer. */
-extern TW_VOID tw_osl_sync_isr_unblock(struct tw_cl_ctlr_handle *ctlr_handle,
- TW_SYNC_HANDLE *sync_handle);
-#endif
-
-#endif /* TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST */
-
-
#ifndef tw_osl_vsprintf
/* Standard vsprintf. */
extern TW_INT32 tw_osl_vsprintf(TW_INT8 *dest, const TW_INT8 *fmt, va_list ap);
@@ -591,15 +541,6 @@ extern TW_INT32 tw_cl_get_mem_requirements(
TW_INT32 device_id, TW_INT32 max_simult_reqs, TW_INT32 max_aens,
TW_UINT32 *alignment, TW_UINT32 *sg_size_factor,
TW_UINT32 *non_dma_mem_size, TW_UINT32 *dma_mem_size
-#ifdef TW_OSL_FLASH_FIRMWARE
- , TW_UINT32 *flash_dma_mem_size
-#endif /* TW_OSL_FLASH_FIRMWARE */
-#ifdef TW_OSL_DMA_MEM_ALLOC_PER_REQUEST
- , TW_UINT32 *per_req_dma_mem_size
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
-#ifdef TW_OSL_NON_DMA_MEM_ALLOC_PER_REQUEST
- , TW_UINT32 *per_req_non_dma_mem_size
-#endif /* TW_OSL_N0N_DMA_MEM_ALLOC_PER_REQUEST */
);
@@ -613,9 +554,6 @@ extern TW_INT32 tw_cl_init_ctlr(struct tw_cl_ctlr_handle *ctlr_handle,
TW_UINT32 flags, TW_INT32 device_id, TW_INT32 max_simult_reqs,
TW_INT32 max_aens, TW_VOID *non_dma_mem, TW_VOID *dma_mem,
TW_UINT64 dma_mem_phys
-#ifdef TW_OSL_FLASH_FIRMWARE
- , TW_VOID *flash_dma_mem, TW_UINT64 flash_dma_mem_phys
-#endif /* TW_OSL_FLASH_FIRMWARE */
);
diff --git a/sys/dev/twa/tw_osl.h b/sys/dev/twa/tw_osl.h
index cee79f6..25c35cb 100644
--- a/sys/dev/twa/tw_osl.h
+++ b/sys/dev/twa/tw_osl.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-05 Applied Micro Circuits Corporation.
+ * Copyright (c) 2004-07 Applied Micro Circuits Corporation.
* Copyright (c) 2004-05 Vinod Kashyap.
* All rights reserved.
*
@@ -31,6 +31,7 @@
* AMCC'S 3ware driver for 9000 series storage controllers.
*
* Author: Vinod Kashyap
+ * Modifications by: Adam Radford
*/
@@ -133,11 +134,6 @@ struct twa_softc {
TW_VOID *non_dma_mem;
TW_VOID *dma_mem;
TW_UINT64 dma_mem_phys;
-#ifdef TW_OSL_FLASH_FIRMWARE
- TW_VOID *flash_dma_mem;
- TW_UINT64 flash_dma_mem_phys;
-#endif /* TW_OSL_FLASH_FIRMWARE */
-
/* Request queues and arrays. */
struct tw_cl_link req_q_head[TW_OSLI_Q_COUNT];
@@ -164,10 +160,6 @@ struct twa_softc {
bus_dma_tag_t ioctl_tag; /* ioctl data buffer DMA tag */
bus_dmamap_t cmd_map; /* DMA map for CL's DMA'able mem */
bus_dmamap_t ioctl_map; /* DMA map for ioctl data buffers */
-#ifdef TW_OSL_FLASH_FIRMWARE
- bus_dma_tag_t flash_tag;/* DMA tag for CL's fw flash mem */
- bus_dmamap_t flash_map;/* DMA map for CL's fw flash mem */
-#endif /* TW_OSL_FLASH_FIRMWARE */
struct resource *irq_res; /* interrupt resource */
TW_INT32 irq_res_id; /* register resource id */
TW_VOID *intr_handle; /* interrupt handle */
diff --git a/sys/dev/twa/tw_osl_cam.c b/sys/dev/twa/tw_osl_cam.c
index e5a1143..eb3c57a 100644
--- a/sys/dev/twa/tw_osl_cam.c
+++ b/sys/dev/twa/tw_osl_cam.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-05 Applied Micro Circuits Corporation.
+ * Copyright (c) 2004-07 Applied Micro Circuits Corporation.
* Copyright (c) 2004-05 Vinod Kashyap.
* All rights reserved.
*
@@ -31,6 +31,7 @@
* AMCC'S 3ware driver for 9000 series storage controllers.
*
* Author: Vinod Kashyap
+ * Modifications by: Adam Radford
*/
@@ -129,6 +130,7 @@ tw_osli_cam_attach(struct twa_softc *sc)
0x2102,
"Failed to register the bus",
ENXIO);
+ mtx_unlock(&Giant);
return(ENXIO);
}
@@ -146,6 +148,7 @@ tw_osli_cam_attach(struct twa_softc *sc)
0x2103,
"Failed to create path",
ENXIO);
+ mtx_unlock(&Giant);
return(ENXIO);
}
@@ -594,8 +597,11 @@ tw_osli_request_bus_scan(struct twa_softc *sc)
bzero(ccb, sizeof(union ccb));
mtx_lock(&Giant);
if (xpt_create_path(&path, xpt_periph, cam_sim_path(sc->sim),
- CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD) != CAM_REQ_CMP)
+ CAM_TARGET_WILDCARD, CAM_LUN_WILDCARD) != CAM_REQ_CMP) {
+ free(ccb, M_TEMP);
+ mtx_unlock(&Giant);
return(EIO);
+ }
xpt_setup_ccb(&ccb->ccb_h, path, 5);
ccb->ccb_h.func_code = XPT_SCAN_BUS;
diff --git a/sys/dev/twa/tw_osl_externs.h b/sys/dev/twa/tw_osl_externs.h
index 2e726b3..e46c2d2 100644
--- a/sys/dev/twa/tw_osl_externs.h
+++ b/sys/dev/twa/tw_osl_externs.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-05 Applied Micro Circuits Corporation.
+ * Copyright (c) 2004-07 Applied Micro Circuits Corporation.
* Copyright (c) 2004-05 Vinod Kashyap.
* All rights reserved.
*
@@ -31,6 +31,7 @@
* AMCC'S 3ware driver for 9000 series storage controllers.
*
* Author: Vinod Kashyap
+ * Modifications by: Adam Radford
*/
diff --git a/sys/dev/twa/tw_osl_freebsd.c b/sys/dev/twa/tw_osl_freebsd.c
index 1bf3b7a..979228e 100644
--- a/sys/dev/twa/tw_osl_freebsd.c
+++ b/sys/dev/twa/tw_osl_freebsd.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-05 Applied Micro Circuits Corporation.
+ * Copyright (c) 2004-07 Applied Micro Circuits Corporation.
* Copyright (c) 2004-05 Vinod Kashyap.
* Copyright (c) 2000 Michael Smith
* Copyright (c) 2000 BSDi
@@ -33,6 +33,7 @@
* AMCC'S 3ware driver for 9000 series storage controllers.
*
* Author: Vinod Kashyap
+ * Modifications by: Adam Radford
*/
@@ -209,9 +210,8 @@ static driver_t twa_pci_driver = {
};
DRIVER_MODULE(twa, pci, twa_pci_driver, twa_devclass, 0, 0);
-
-MODULE_DEPEND(twa, pci, 1, 1, 1);
MODULE_DEPEND(twa, cam, 1, 1, 1);
+MODULE_DEPEND(twa, pci, 1, 1, 1);
/*
@@ -396,9 +396,6 @@ twa_attach(device_t dev)
TW_OSLI_MAX_NUM_IOS, TW_OSLI_MAX_NUM_AENS,
sc->non_dma_mem, sc->dma_mem,
sc->dma_mem_phys
-#ifdef TW_OSL_FLASH_FIRMWARE
- , sc->flash_dma_mem, sc->flash_dma_mem_phys
-#endif /* TW_OSL_FLASH_FIRMWARE */
))) {
tw_osli_printf(sc, "error = %d",
TW_CL_SEVERITY_ERROR_STRING,
@@ -410,23 +407,6 @@ twa_attach(device_t dev)
return(error);
}
-#ifdef TW_OSL_FLASH_FIRMWARE
- /* Free any memory allocated for firmware flashing. */
- if (sc->flash_dma_mem) {
- bus_dmamap_unload(sc->flash_tag, sc->flash_map);
- bus_dmamem_free(sc->flash_tag, sc->flash_dma_mem,
- sc->flash_map);
- }
- if (sc->flash_tag)
- bus_dma_tag_destroy(sc->flash_tag);
- /*
- * Set flash_tag and flash_dma_mem to 0, so we don't try freeing them
- * again, later.
- */
- sc->flash_tag = 0;
- sc->flash_dma_mem = 0;
-#endif /* TW_OSL_FLASH_FIRMWARE */
-
/* Create the control device. */
sc->ctrl_dev = make_dev(&twa_cdevsw, device_get_unit(sc->bus_dev),
UID_ROOT, GID_OPERATOR, S_IRUSR | S_IWUSR,
@@ -465,12 +445,6 @@ tw_osli_alloc_mem(struct twa_softc *sc)
TW_UINT32 max_sg_elements;
TW_UINT32 non_dma_mem_size;
TW_UINT32 dma_mem_size;
-#ifdef TW_OSL_FLASH_FIRMWARE
- TW_UINT32 flash_dma_mem_size;
-#endif /* TW_OSL_FLASH_FIRMWARE */
-#ifdef TW_OSL_DMA_MEM_ALLOC_PER_REQUEST
- TW_UINT32 per_req_dma_mem_size;
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
TW_INT32 error;
TW_INT32 i;
@@ -478,9 +452,6 @@ tw_osli_alloc_mem(struct twa_softc *sc)
sc->flags |= (sizeof(bus_addr_t) == 8) ? TW_CL_64BIT_ADDRESSES : 0;
sc->flags |= (sizeof(bus_size_t) == 8) ? TW_CL_64BIT_SG_LENGTH : 0;
-#ifdef TW_OSL_FLASH_FIRMWARE
- sc->flags |= TW_CL_FLASH_FIRMWARE;
-#endif /* TW_OSL_FLASH_FIRMWARE */
#ifdef TW_OSLI_DEFERRED_INTR_USED
sc->flags |= TW_CL_DEFERRED_INTR_USED;
#endif /* TW_OSLI_DEFERRED_INTR_USED */
@@ -492,12 +463,6 @@ tw_osli_alloc_mem(struct twa_softc *sc)
sc->device_id, TW_OSLI_MAX_NUM_IOS, TW_OSLI_MAX_NUM_AENS,
&(sc->alignment), &(sc->sg_size_factor),
&non_dma_mem_size, &dma_mem_size
-#ifdef TW_OSL_FLASH_FIRMWARE
- , &flash_dma_mem_size
-#endif /* TW_OSL_FLASH_FIRMWARE */
-#ifdef TW_OSL_DMA_MEM_ALLOC_PER_REQUEST
- , &per_req_dma_mem_size
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
))) {
tw_osli_printf(sc, "error = %d",
TW_CL_SEVERITY_ERROR_STRING,
@@ -549,10 +514,6 @@ tw_osli_alloc_mem(struct twa_softc *sc)
BUS_SPACE_MAXADDR, /* lowaddr */
BUS_SPACE_MAXADDR, /* highaddr */
NULL, NULL, /* filter, filterarg */
-#ifdef TW_OSL_DMA_MEM_ALLOC_PER_REQUEST
- (TW_OSLI_MAX_NUM_IOS *
- per_req_dma_mem_size) +
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
dma_mem_size, /* maxsize */
1, /* nsegments */
BUS_SPACE_MAXSIZE, /* maxsegsize */
@@ -590,53 +551,6 @@ tw_osli_alloc_mem(struct twa_softc *sc)
dma_mem_size, twa_map_load_callback,
&sc->dma_mem_phys, 0);
-
-#ifdef TW_OSL_FLASH_FIRMWARE
- /*
- * Create a dma tag for Common Layer's DMA'able memory,
- * used to flash firmware (flash_dma_mem).
- */
- if (bus_dma_tag_create(sc->parent_tag, /* parent */
- sc->alignment, /* alignment */
- 0, /* boundary */
- BUS_SPACE_MAXADDR, /* lowaddr */
- BUS_SPACE_MAXADDR, /* highaddr */
- NULL, NULL, /* filter, filterarg */
- flash_dma_mem_size, /* maxsize */
- 1, /* nsegments */
- flash_dma_mem_size, /* maxsegsize */
- 0, /* flags */
- NULL, /* lockfunc */
- NULL, /* lockfuncarg */
- &sc->flash_tag /* tag */)) {
- tw_osli_printf(sc, "error = %d",
- TW_CL_SEVERITY_ERROR_STRING,
- TW_CL_MESSAGE_SOURCE_FREEBSD_DRIVER,
- 0x200D,
- "Can't allocate DMA tag for Common Layer's "
- "firmware flash memory",
- ENOMEM);
- return(ENOMEM);
- }
-
- if (bus_dmamem_alloc(sc->flash_tag, &sc->flash_dma_mem,
- BUS_DMA_NOWAIT, &sc->flash_map)) {
- tw_osli_printf(sc, "error = %d",
- TW_CL_SEVERITY_ERROR_STRING,
- TW_CL_MESSAGE_SOURCE_FREEBSD_DRIVER,
- 0x200E,
- "Can't allocate DMA'able memory for Common Layer's "
- "firmware flash",
- ENOMEM);
- return(ENOMEM);
- }
-
- bus_dmamap_load(sc->flash_tag, sc->flash_map, sc->flash_dma_mem,
- flash_dma_mem_size, twa_map_load_callback,
- &sc->flash_dma_mem_phys, 0);
-
-#endif /* TW_OSL_FLASH_FIRMWARE */
-
/*
* Create a dma tag for data buffers; size will be the maximum
* possible I/O size (128kB).
@@ -733,27 +647,10 @@ tw_osli_alloc_mem(struct twa_softc *sc)
return(ENOMEM);
}
-#ifdef TW_OSL_DMA_MEM_ALLOC_PER_REQUEST
-
- req->req_pkt.dma_mem = ((TW_INT8 *)(sc->dma_mem)) +
- (i * per_req_dma_mem_size);
- req->req_pkt.dma_mem_phys = sc->dma_mem_phys +
- (i * per_req_dma_mem_size);
-
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
-
/* Insert request into the free queue. */
tw_osli_req_q_insert_tail(req, TW_OSLI_FREE_Q);
}
-#ifdef TW_OSL_DMA_MEM_ALLOC_PER_REQUEST
-
- sc->dma_mem = ((TW_INT8 *)(sc->dma_mem)) +
- (TW_OSLI_MAX_NUM_IOS * per_req_dma_mem_size);
- sc->dma_mem_phys += (TW_OSLI_MAX_NUM_IOS * per_req_dma_mem_size);
-
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
-
return(0);
}
@@ -809,22 +706,6 @@ tw_osli_free_resources(struct twa_softc *sc)
tw_osli_dbg_dprintf(1, sc,
"dma_tag_destroy(cmd) returned %d", error);
-
-#ifdef TW_OSL_FLASH_FIRMWARE
-
- if (sc->flash_dma_mem) {
- /* In case this piece of memory has already been freed. */
- bus_dmamap_unload(sc->flash_tag, sc->flash_map);
- bus_dmamem_free(sc->flash_tag, sc->flash_dma_mem,
- sc->flash_map);
- }
- if (sc->flash_tag)
- if ((error = bus_dma_tag_destroy(sc->flash_tag)))
- tw_osli_dbg_dprintf(1, sc,
- "dma_tag_destroy(flash) returned %d", error);
-
-#endif /* TW_OSL_FLASH_FIRMWARE */
-
if (sc->dma_tag)
if ((error = bus_dma_tag_destroy(sc->dma_tag)))
tw_osli_dbg_dprintf(1, sc,
@@ -1330,21 +1211,8 @@ tw_osli_get_request(struct twa_softc *sc)
req->error_code = 0;
req->orig_req = NULL;
-#ifdef TW_OSL_DMA_MEM_ALLOC_PER_REQUEST
-
- /* Don't zero dma_mem & dma_mem_phys in req_pkt. */
- req->req_pkt.cmd = 0;
- req->req_pkt.flags = 0;
- req->req_pkt.status = 0;
- req->req_pkt.tw_osl_callback = NULL;
- bzero(&(req->req_pkt.gen_req_pkt),
- sizeof(req->req_pkt.gen_req_pkt));
-
-#else /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
-
bzero(&(req->req_pkt), sizeof(struct tw_cl_req_packet));
-#endif /* TW_OSL_DMA_MEM_ALLOC_PER_REQUEST */
}
return(req);
}
diff --git a/sys/dev/twa/tw_osl_includes.h b/sys/dev/twa/tw_osl_includes.h
index c2c77b7..21f662e 100644
--- a/sys/dev/twa/tw_osl_includes.h
+++ b/sys/dev/twa/tw_osl_includes.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-05 Applied Micro Circuits Corporation.
+ * Copyright (c) 2004-07 Applied Micro Circuits Corporation.
* Copyright (c) 2004-05 Vinod Kashyap.
* All rights reserved.
*
@@ -31,6 +31,7 @@
* AMCC'S 3ware driver for 9000 series storage controllers.
*
* Author: Vinod Kashyap
+ * Modifications by: Adam Radford
*/
diff --git a/sys/dev/twa/tw_osl_inline.h b/sys/dev/twa/tw_osl_inline.h
index f9b1c6a..ad7ece5 100644
--- a/sys/dev/twa/tw_osl_inline.h
+++ b/sys/dev/twa/tw_osl_inline.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-05 Applied Micro Circuits Corporation.
+ * Copyright (c) 2004-07 Applied Micro Circuits Corporation.
* Copyright (c) 2004-05 Vinod Kashyap.
* All rights reserved.
*
@@ -31,6 +31,7 @@
* AMCC'S 3ware driver for 9000 series storage controllers.
*
* Author: Vinod Kashyap
+ * Modifications by: Adam Radford
*/
diff --git a/sys/dev/twa/tw_osl_ioctl.h b/sys/dev/twa/tw_osl_ioctl.h
index dc11f8c..10066a7 100644
--- a/sys/dev/twa/tw_osl_ioctl.h
+++ b/sys/dev/twa/tw_osl_ioctl.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-05 Applied Micro Circuits Corporation.
+ * Copyright (c) 2004-07 Applied Micro Circuits Corporation.
* Copyright (c) 2004-05 Vinod Kashyap.
* All rights reserved.
*
@@ -31,6 +31,7 @@
* AMCC'S 3ware driver for 9000 series storage controllers.
*
* Author: Vinod Kashyap
+ * Modifications by: Adam Radford
*/
diff --git a/sys/dev/twa/tw_osl_share.h b/sys/dev/twa/tw_osl_share.h
index f17d49d..2bb28a3 100644
--- a/sys/dev/twa/tw_osl_share.h
+++ b/sys/dev/twa/tw_osl_share.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-05 Applied Micro Circuits Corporation.
+ * Copyright (c) 2004-07 Applied Micro Circuits Corporation.
* Copyright (c) 2004-05 Vinod Kashyap.
* All rights reserved.
*
@@ -31,6 +31,7 @@
* AMCC'S 3ware driver for 9000 series storage controllers.
*
* Author: Vinod Kashyap
+ * Modifications by: Adam Radford
*/
@@ -70,15 +71,11 @@
#define TW_OSL_DEBUG TWA_DEBUG
#endif
-#ifdef TWA_FLASH_FIRMWARE
-#define TW_OSL_FLASH_FIRMWARE
-#endif
-
#ifdef TWA_ENCLOSURE_SUPPORT
#define TW_OSL_ENCLOSURE_SUPPORT
#endif
-#define TW_OSL_DRIVER_VERSION_STRING "3.70.02.012"
+#define TW_OSL_DRIVER_VERSION_STRING "3.60.03.006"
#define TW_OSL_CAN_SLEEP
@@ -86,7 +83,6 @@
typedef TW_VOID *TW_SLEEP_HANDLE;
#endif /* TW_OSL_CAN_SLEEP */
-/*#define TW_OSL_DMA_MEM_ALLOC_PER_REQUEST*/
#define TW_OSL_PCI_CONFIG_ACCESSIBLE
#if _BYTE_ORDER == _BIG_ENDIAN
diff --git a/sys/dev/twa/tw_osl_types.h b/sys/dev/twa/tw_osl_types.h
index 5eeb5e2..7fcfd4c 100644
--- a/sys/dev/twa/tw_osl_types.h
+++ b/sys/dev/twa/tw_osl_types.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-05 Applied Micro Circuits Corporation.
+ * Copyright (c) 2004-07 Applied Micro Circuits Corporation.
* Copyright (c) 2004-05 Vinod Kashyap.
* All rights reserved.
*
@@ -31,6 +31,7 @@
* AMCC'S 3ware driver for 9000 series storage controllers.
*
* Author: Vinod Kashyap
+ * Modifications by: Adam Radford
*/
OpenPOWER on IntegriCloud