Messages in this thread |  | | From | 柳菁峰 <> | | Subject | GPF and null-ptr-deref caused by uninitialization of jfs module | | Date | Tue, 14 Jan 2025 15:29:24 +0800 |
| |
There is a gpf and null-ptr-deref reported by kasan with syzkaller in txEnd function,it was found by syzkaller when I tested it with linux-6.8(commit: e8f897f4afef0031fe618a8e94127a0934896aba),and it should be reproducible in the latest code.
If this issue can be verified and fixed, can you help me apply for a CVE number?
When the jfs_create function (in fs/jfs/namei. c) calls txBegin(in fs/jfs/jfs_txnmgr.c) but txBegin reports jfs_error in line 358,it returns 0 and tid=0.Then jfs_create function calls txEnd(in fs/jfs/jfs_txnmgr.c),it tries to get and use the TxBlock[tid=0],but txInit doesn’t initial TxBlock[0].
Here is crash info:
[ 187.063571] ERROR: (device loop7): txBegin: read-only filesystem [ 187.063571] [ 187.076060] INFO: trying to register non-static key. [ 187.077084] The code is fine but needs lockdep annotation, or maybe [ 187.078354] you didn't initialize this object before use? [ 187.079407] turning off the locking correctness validator. [ 187.080454] CPU: 1 PID: 6752 Comm: syz-executor.7 Not tainted 6.8.0 #20 [ 187.081694] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/01/2014 [ 187.083310] Call Trace: [ 187.083713] <TASK> [ 187.084150] dump_stack_lvl+0x65/0xb0 [ 187.084733] register_lock_class+0x11e6/0x1770 [ 187.085650] ? lock_acquire+0x1a4/0x4f0 [ 187.086396] ? __pfx_register_lock_class+0x10/0x10 [ 187.087330] ? __lock_acquire+0x1926/0x6190 [ 187.088008] __lock_acquire+0x101/0x6190 [ 187.088781] ? __pfx___lock_acquire+0x10/0x10 [ 187.089470] ? __pfx___lock_acquire+0x10/0x10 [ 187.090162] ? inode_set_ctime_current+0x76/0x2b0 [ 187.090945] ? lock_release+0x3c3/0x6a0 [ 187.091549] lock_acquire+0x1a4/0x4f0 [ 187.092144] ? __wake_up+0x18/0x50 [ 187.092801] ? __pfx_lock_acquire+0x10/0x10 [ 187.093637] ? lock_acquire+0x1b4/0x4f0 [ 187.094409] ? __pfx_lock_acquire+0x10/0x10 [ 187.095217] ? ktime_get_coarse_real_ts64+0xc5/0x190 [ 187.096176] ? __pfx_txCommit+0x10/0x10 [ 187.096799] ? _raw_spin_lock_irqsave+0x52/0x60 [ 187.097713] _raw_spin_lock_irqsave+0x39/0x60 [ 187.098411] ? __wake_up+0x18/0x50 [ 187.099100] __wake_up+0x18/0x50 [ 187.099632] txEnd+0x45/0x320 [ 187.100249] jfs_create.part.0+0x71e/0x840 [ 187.100881] ? _raw_spin_unlock+0x24/0x40 [ 187.101688] ? __pfx_jfs_create.part.0+0x10/0x10 [ 187.102416] ? jfs_lookup+0xac/0x1a0 [ 187.103132] ? __dquot_initialize+0x247/0xbb0 [ 187.103808] ? __d_lookup+0x21c/0x420 [ 187.104532] ? make_vfsuid+0x91/0xd0 [ 187.105091] ? __pfx___dquot_initialize+0x10/0x10 [ 187.106021] ? make_vfsgid+0x91/0xd0 [ 187.106595] ? generic_permission+0x1c8/0x590 [ 187.107281] ? security_inode_permission+0xb3/0xf0 [ 187.108035] jfs_create+0x35/0x50 [ 187.108665] ? __pfx_jfs_create+0x10/0x10 [ 187.109292] lookup_open.isra.0+0x884/0x10c0 [ 187.110114] ? __pfx_lookup_open.isra.0+0x10/0x10 [ 187.110854] ? mnt_get_write_access+0x50/0x2a0 [ 187.111710] ? __pfx_down_write+0x10/0x10 [ 187.112337] path_openat+0x70a/0x1bd0 [ 187.113027] ? __pfx_path_openat+0x10/0x10 [ 187.113672] ? lock_acquire+0x1a4/0x4f0 [ 187.114387] do_filp_open+0x1c5/0x410 [ 187.114970] ? __pfx_do_filp_open+0x10/0x10 [ 187.115723] ? find_held_lock+0x2c/0x110 [ 187.116358] ? lock_release+0x3c3/0x6a0 [ 187.117046] ? do_raw_spin_lock+0x129/0x270 [ 187.117696] ? __pfx_do_raw_spin_lock+0x10/0x10 [ 187.118401] ? __virt_addr_valid+0x3e/0x480 [ 187.119054] ? _raw_spin_unlock+0x24/0x40 [ 187.119803] ? alloc_fd+0x23a/0x6a0 [ 187.120455] do_sys_openat2+0x139/0x190 [ 187.121081] ? __pfx_do_sys_openat2+0x10/0x10 [ 187.121760] ? xfd_validate_state+0x23/0x150 [ 187.122484] __x64_sys_openat+0x13d/0x1f0 [ 187.123136] ? __pfx___x64_sys_openat+0x10/0x10 [ 187.124046] ? syscall_exit_to_user_mode+0xa7/0x1c0 [ 187.124806] do_syscall_64+0x6a/0x140 [ 187.125545] entry_SYSCALL_64_after_hwframe+0x6e/0x76 [ 187.126379] RIP: 0033:0x7f49a0eb802d [ 187.126995] Code: c3 e8 97 2b 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 b0 ff ff ff f7 d8 64 89 01 48 [ 187.130581] RSP: 002b:00007f49a0227028 EFLAGS: 00000246 ORIG_RAX: 0000000000000101 [ 187.131717] RAX: ffffffffffffffda RBX: 00007f49a0ff3f80 RCX: 00007f49a0eb802d [ 187.133088] RDX: 0000000000189b41 RSI: 0000000020000100 RDI: ffffffffffffff9c [ 187.134151] RBP: 00007f49a0f194a6 R08: 0000000000000000 R09: 0000000000000000 [ 187.135533] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000 [ 187.136660] R13: 0000000000000006 R14: 00007f49a0ff3f80 R15: 00007f49a0207000 [ 187.137999] </TASK> [ 187.138399] general protection fault, probably for non-canonical address 0xdffffc0000000000: 0000 [#1] PREEMPT SMP KASAN PTI [ 187.140462] KASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007] [ 187.141771] CPU: 1 PID: 6752 Comm: syz-executor.7 Not tainted 6.8.0 #20 [ 187.142965] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/01/2014 [ 187.144347] RIP: 0010:__wake_up_common+0xa0/0x1e0 [ 187.145156] Code: 00 0f 85 54 01 00 00 48 8b 5b 40 4c 8d 43 e8 48 3b 1c 24 0f 84 ad 00 00 00 48 b8 00 00 00 00 00 fc ff df 48 89 da 48 c1 ea 03 <80> 3c 02 00 0f 85 10 01 00 00 48 bd 00 00 00 00 00 fc ff df 4c 8b [ 187.148122] RSP: 0018:ffff88810b077650 EFLAGS: 00010046 [ 187.149019] RAX: dffffc0000000000 RBX: 0000000000000000 RCX: 1ffffffff11b945b [ 187.150510] RDX: 0000000000000000 RSI: 0000000000000003 RDI: ffffc90000c03030 [ 187.153119] RBP: ffffc90000c03030 R08: ffffffffffffffe8 R09: ffffed102160eec2 [ 187.154845] R10: 0000000000000003 R11: 0000000000000001 R12: 0000000000000003 [ 187.156108] R13: 0000000000000000 R14: 0000000000000000 R15: ffff88810bc6ad38 [ 187.157372] FS: 00007f49a0227640(0000) GS:ffff88811a900000(0000) knlGS:0000000000000000 [ 187.158832] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 187.160066] CR2: 00007fd24c250000 CR3: 000000010a3ec005 CR4: 0000000000370ef0 [ 187.161390] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 187.162652] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
Here is the c reproduce code was generated by syzkaller,just use gcc compile it:
// autogenerated by syzkaller (https://github.com/google/syzkaller)
#define _GNU_SOURCE
#include <dirent.h> #include <endian.h> #include <errno.h> #include <fcntl.h> #include <setjmp.h> #include <signal.h> #include <stdarg.h> #include <stdbool.h> #include <stddef.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <sys/mount.h> #include <sys/prctl.h> #include <sys/stat.h> #include <sys/syscall.h> #include <sys/types.h> #include <sys/wait.h> #include <time.h> #include <unistd.h>
#include <linux/loop.h>
#ifndef __NR_memfd_create #define __NR_memfd_create 319 #endif
static unsigned long long procid;
static void sleep_ms(uint64_t ms) { usleep(ms * 1000); }
static uint64_t current_time_ms(void) { struct timespec ts; if (clock_gettime(CLOCK_MONOTONIC, &ts)) exit(1); return (uint64_t)ts.tv_sec * 1000 + (uint64_t)ts.tv_nsec / 1000000; }
static bool write_file(const char* file, const char* what, ...) { char buf[1024]; va_list args; va_start(args, what); vsnprintf(buf, sizeof(buf), what, args); va_end(args); buf[sizeof(buf) - 1] = 0; int len = strlen(buf); int fd = open(file, O_WRONLY | O_CLOEXEC); if (fd == -1) return false; if (write(fd, buf, len) != len) { int err = errno; close(fd); errno = err; return false; } close(fd); return true; }
//% This code is derived from puff.{c,h}, found in the zlib development. The //% original files come with the following copyright notice:
//% Copyright (C) 2002-2013 Mark Adler, all rights reserved //% version 2.3, 21 Jan 2013 //% This software is provided 'as-is', without any express or implied //% warranty. In no event will the author be held liable for any damages //% arising from the use of this software. //% Permission is granted to anyone to use this software for any purpose, //% including commercial applications, and to alter it and redistribute it //% freely, subject to the following restrictions: //% 1. The origin of this software must not be misrepresented; you must not //% claim that you wrote the original software. If you use this software //% in a product, an acknowledgment in the product documentation would be //% appreciated but is not required. //% 2. Altered source versions must be plainly marked as such, and must not be //% misrepresented as being the original software. //% 3. This notice may not be removed or altered from any source distribution. //% Mark Adler madler@alumni.caltech.edu
//% BEGIN CODE DERIVED FROM puff.{c,h}
#define MAXBITS 15 #define MAXLCODES 286 #define MAXDCODES 30 #define MAXCODES (MAXLCODES + MAXDCODES) #define FIXLCODES 288
struct puff_state { unsigned char* out; unsigned long outlen; unsigned long outcnt; const unsigned char* in; unsigned long inlen; unsigned long incnt; int bitbuf; int bitcnt; jmp_buf env; }; static int puff_bits(struct puff_state* s, int need) { long val = s->bitbuf; while (s->bitcnt < need) { if (s->incnt == s->inlen) longjmp(s->env, 1); val |= (long)(s->in[s->incnt++]) << s->bitcnt; s->bitcnt += 8; } s->bitbuf = (int)(val >> need); s->bitcnt -= need; return (int)(val & ((1L << need) - 1)); } static int puff_stored(struct puff_state* s) { s->bitbuf = 0; s->bitcnt = 0; if (s->incnt + 4 > s->inlen) return 2; unsigned len = s->in[s->incnt++]; len |= s->in[s->incnt++] << 8; if (s->in[s->incnt++] != (~len & 0xff) || s->in[s->incnt++] != ((~len >> 8) & 0xff)) return -2; if (s->incnt + len > s->inlen) return 2; if (s->outcnt + len > s->outlen) return 1; for (; len--; s->outcnt++, s->incnt++) { if (s->in[s->incnt]) s->out[s->outcnt] = s->in[s->incnt]; } return 0; } struct puff_huffman { short* count; short* symbol; }; static int puff_decode(struct puff_state* s, const struct puff_huffman* h) { int first = 0; int index = 0; int bitbuf = s->bitbuf; int left = s->bitcnt; int code = first = index = 0; int len = 1; short* next = h->count + 1; while (1) { while (left--) { code |= bitbuf & 1; bitbuf >>= 1; int count = *next++; if (code - count < first) { s->bitbuf = bitbuf; s->bitcnt = (s->bitcnt - len) & 7; return h->symbol[index + (code - first)]; } index += count; first += count; first <<= 1; code <<= 1; len++; } left = (MAXBITS + 1) - len; if (left == 0) break; if (s->incnt == s->inlen) longjmp(s->env, 1); bitbuf = s->in[s->incnt++]; if (left > 8) left = 8; } return -10; } static int puff_construct(struct puff_huffman* h, const short* length, int n) { int len; for (len = 0; len <= MAXBITS; len++) h->count[len] = 0; int symbol; for (symbol = 0; symbol < n; symbol++) (h->count[length[symbol]])++; if (h->count[0] == n) return 0; int left = 1; for (len = 1; len <= MAXBITS; len++) { left <<= 1; left -= h->count[len]; if (left < 0) return left; } short offs[MAXBITS + 1]; offs[1] = 0; for (len = 1; len < MAXBITS; len++) offs[len + 1] = offs[len] + h->count[len]; for (symbol = 0; symbol < n; symbol++) if (length[symbol] != 0) h->symbol[offs[length[symbol]]++] = symbol; return left; } static int puff_codes(struct puff_state* s, const struct puff_huffman* lencode, const struct puff_huffman* distcode) { static const short lens[29] = { 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17, 19, 23, 27, 31, 35, 43, 51, 59, 67, 83, 99, 115, 131, 163, 195, 227, 258}; static const short lext[29] = { 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 0}; static const short dists[30] = { 1, 2, 3, 4, 5, 7, 9, 13, 17, 25, 33, 49, 65, 97, 129, 193, 257, 385, 513, 769, 1025, 1537, 2049, 3073, 4097, 6145, 8193, 12289, 16385, 24577}; static const short dext[30] = { 0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13}; int symbol; do { symbol = puff_decode(s, lencode); if (symbol < 0) return symbol; if (symbol < 256) { if (s->outcnt == s->outlen) return 1; if (symbol) s->out[s->outcnt] = symbol; s->outcnt++; } else if (symbol > 256) { symbol -= 257; if (symbol >= 29) return -10; int len = lens[symbol] + puff_bits(s, lext[symbol]); symbol = puff_decode(s, distcode); if (symbol < 0) return symbol; unsigned dist = dists[symbol] + puff_bits(s, dext[symbol]); if (dist > s->outcnt) return -11; if (s->outcnt + len > s->outlen) return 1; while (len--) { if (dist <= s->outcnt && s->out[s->outcnt - dist]) s->out[s->outcnt] = s->out[s->outcnt - dist]; s->outcnt++; } } } while (symbol != 256); return 0; } static int puff_fixed(struct puff_state* s) { static int virgin = 1; static short lencnt[MAXBITS + 1], lensym[FIXLCODES]; static short distcnt[MAXBITS + 1], distsym[MAXDCODES]; static struct puff_huffman lencode, distcode; if (virgin) { lencode.count = lencnt; lencode.symbol = lensym; distcode.count = distcnt; distcode.symbol = distsym; short lengths[FIXLCODES]; int symbol; for (symbol = 0; symbol < 144; symbol++) lengths[symbol] = 8; for (; symbol < 256; symbol++) lengths[symbol] = 9; for (; symbol < 280; symbol++) lengths[symbol] = 7; for (; symbol < FIXLCODES; symbol++) lengths[symbol] = 8; puff_construct(&lencode, lengths, FIXLCODES); for (symbol = 0; symbol < MAXDCODES; symbol++) lengths[symbol] = 5; puff_construct(&distcode, lengths, MAXDCODES); virgin = 0; } return puff_codes(s, &lencode, &distcode); } static int puff_dynamic(struct puff_state* s) { static const short order[19] = {16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15}; int nlen = puff_bits(s, 5) + 257; int ndist = puff_bits(s, 5) + 1; int ncode = puff_bits(s, 4) + 4; if (nlen > MAXLCODES || ndist > MAXDCODES) return -3; short lengths[MAXCODES]; int index; for (index = 0; index < ncode; index++) lengths[order[index]] = puff_bits(s, 3); for (; index < 19; index++) lengths[order[index]] = 0; short lencnt[MAXBITS + 1], lensym[MAXLCODES]; struct puff_huffman lencode = {lencnt, lensym}; int err = puff_construct(&lencode, lengths, 19); if (err != 0) return -4; index = 0; while (index < nlen + ndist) { int symbol; int len; symbol = puff_decode(s, &lencode); if (symbol < 0) return symbol; if (symbol < 16) lengths[index++] = symbol; else { len = 0; if (symbol == 16) { if (index == 0) return -5; len = lengths[index - 1]; symbol = 3 + puff_bits(s, 2); } else if (symbol == 17) symbol = 3 + puff_bits(s, 3); else symbol = 11 + puff_bits(s, 7); if (index + symbol > nlen + ndist) return -6; while (symbol--) lengths[index++] = len; } } if (lengths[256] == 0) return -9; err = puff_construct(&lencode, lengths, nlen); if (err && (err < 0 || nlen != lencode.count[0] + lencode.count[1])) return -7; short distcnt[MAXBITS + 1], distsym[MAXDCODES]; struct puff_huffman distcode = {distcnt, distsym}; err = puff_construct(&distcode, lengths + nlen, ndist); if (err && (err < 0 || ndist != distcode.count[0] + distcode.count[1])) return -8; return puff_codes(s, &lencode, &distcode); } static int puff( unsigned char* dest, unsigned long* destlen, const unsigned char* source, unsigned long sourcelen) { struct puff_state s = { .out = dest, .outlen = *destlen, .outcnt = 0, .in = source, .inlen = sourcelen, .incnt = 0, .bitbuf = 0, .bitcnt = 0, }; int err; if (setjmp(s.env) != 0) err = 2; else { int last; do { last = puff_bits(&s, 1); int type = puff_bits(&s, 2); err = type == 0 ? puff_stored(&s) : (type == 1 ? puff_fixed(&s) : (type == 2 ? puff_dynamic(&s) : -1)); if (err != 0) break; } while (!last); } *destlen = s.outcnt; return err; }
//% END CODE DERIVED FROM puff.{c,h}
#define ZLIB_HEADER_WIDTH 2
static int puff_zlib_to_file(const unsigned char* source, unsigned long sourcelen, int dest_fd) { if (sourcelen < ZLIB_HEADER_WIDTH) return 0; source += ZLIB_HEADER_WIDTH; sourcelen -= ZLIB_HEADER_WIDTH; const unsigned long max_destlen = 132 << 20; void* ret = mmap(0, max_destlen, PROT_WRITE | PROT_READ, MAP_PRIVATE | MAP_ANON, -1, 0); if (ret == MAP_FAILED) return -1; unsigned char* dest = (unsigned char*)ret; unsigned long destlen = max_destlen; int err = puff(dest, &destlen, source, sourcelen); if (err) { munmap(dest, max_destlen); errno = -err; return -1; } if (write(dest_fd, dest, destlen) != (ssize_t)destlen) { munmap(dest, max_destlen); return -1; } return munmap(dest, max_destlen); }
static int setup_loop_device(unsigned char* data, unsigned long size, const char* loopname, int* loopfd_p) { int err = 0, loopfd = -1; int memfd = syscall(__NR_memfd_create, "syzkaller", 0); if (memfd == -1) { err = errno; goto error; } if (puff_zlib_to_file(data, size, memfd)) { err = errno; goto error_close_memfd; } loopfd = open(loopname, O_RDWR); if (loopfd == -1) { err = errno; goto error_close_memfd; } if (ioctl(loopfd, LOOP_SET_FD, memfd)) { if (errno != EBUSY) { err = errno; goto error_close_loop; } ioctl(loopfd, LOOP_CLR_FD, 0); usleep(1000); if (ioctl(loopfd, LOOP_SET_FD, memfd)) { err = errno; goto error_close_loop; } } close(memfd); *loopfd_p = loopfd; return 0;
error_close_loop: close(loopfd); error_close_memfd: close(memfd); error: errno = err; return -1; }
static void reset_loop_device(const char* loopname) { int loopfd = open(loopname, O_RDWR); if (loopfd == -1) { return; } if (ioctl(loopfd, LOOP_CLR_FD, 0)) { } close(loopfd); }
static long syz_mount_image( volatile long fsarg, volatile long dir, volatile long flags, volatile long optsarg, volatile long change_dir, volatile unsigned long size, volatile long image) { unsigned char* data = (unsigned char*)image; int res = -1, err = 0, need_loop_device = !!size; char* mount_opts = (char*)optsarg; char* target = (char*)dir; char* fs = (char*)fsarg; char* source = NULL; char loopname[64]; if (need_loop_device) { int loopfd; memset(loopname, 0, sizeof(loopname)); snprintf(loopname, sizeof(loopname), "/dev/loop%llu", procid); if (setup_loop_device(data, size, loopname, &loopfd) == -1) return -1; close(loopfd); source = loopname; } mkdir(target, 0777); char opts[256]; memset(opts, 0, sizeof(opts)); if (strlen(mount_opts) > (sizeof(opts) - 32)) { } strncpy(opts, mount_opts, sizeof(opts) - 32); if (strcmp(fs, "iso9660") == 0) { flags |= MS_RDONLY; } else if (strncmp(fs, "ext", 3) == 0) { bool has_remount_ro = false; char* remount_ro_start = strstr(opts, "errors=remount-ro"); if (remount_ro_start != NULL) { char after = *(remount_ro_start + strlen("errors=remount-ro")); char before = remount_ro_start == opts ? '\0' : *(remount_ro_start - 1); has_remount_ro = ((before == '\0' || before == ',') && (after == '\0' || after == ',')); } if (strstr(opts, "errors=panic") || !has_remount_ro) strcat(opts, ",errors=continue"); } else if (strcmp(fs, "xfs") == 0) { strcat(opts, ",nouuid"); } res = mount(source, target, fs, flags, opts); if (res == -1) { err = errno; goto error_clear_loop; } res = open(target, O_RDONLY | O_DIRECTORY); if (res == -1) { err = errno; goto error_clear_loop; } if (change_dir) { res = chdir(target); if (res == -1) { err = errno; } }
error_clear_loop: if (need_loop_device) reset_loop_device(loopname); errno = err; return res; }
static void kill_and_wait(int pid, int* status) { kill(-pid, SIGKILL); kill(pid, SIGKILL); for (int i = 0; i < 100; i++) { if (waitpid(-1, status, WNOHANG | __WALL) == pid) return; usleep(1000); } DIR* dir = opendir("/sys/fs/fuse/connections"); if (dir) { for (;;) { struct dirent* ent = readdir(dir); if (!ent) break; if (strcmp(ent->d_name, ".") == 0 || strcmp(ent->d_name, "..") == 0) continue; char abort[300]; snprintf(abort, sizeof(abort), "/sys/fs/fuse/connections/%s/abort", ent->d_name); int fd = open(abort, O_WRONLY); if (fd == -1) { continue; } if (write(fd, abort, 1) < 0) { } close(fd); } closedir(dir); } else { } while (waitpid(-1, status, __WALL) != pid) { } }
static void reset_loop() { char buf[64]; snprintf(buf, sizeof(buf), "/dev/loop%llu", procid); int loopfd = open(buf, O_RDWR); if (loopfd != -1) { ioctl(loopfd, LOOP_CLR_FD, 0); close(loopfd); } }
static void setup_test() { prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0); setpgrp(); write_file("/proc/self/oom_score_adj", "1000"); }
static void execute_one(void);
#define WAIT_FLAGS __WALL
static void loop(void) { int iter = 0; for (;; iter++) { reset_loop(); int pid = fork(); if (pid < 0) exit(1); if (pid == 0) { setup_test(); execute_one(); exit(0); } int status = 0; uint64_t start = current_time_ms(); for (;;) { if (waitpid(-1, &status, WNOHANG | WAIT_FLAGS) == pid) break; sleep_ms(1); if (current_time_ms() - start < 5000) continue; kill_and_wait(pid, &status); break; } } }
void execute_one(void) { memcpy((void*)0x20005dc0, "jfs\000", 4); memcpy((void*)0x200000c0, "./file0\000", 8); memcpy((void*)0x20005e00, "\x78\x9c\xec\xdd\x4b\x8f\x14\xd7\xd9\x07\xf0\xa7\x2f\xd3\x73\xe1\x35\x20\x4 b\xaf\x65\xa1\x2c\xc6\xd8\xb9\x10\x0c\x0c\x17\x43\xee\xb6\x37\x89\x94\x55\xa 4\x88\x4d\x56\xa0\xf1\xd8\x42\xc1\x49\x04\x24\x8a\x2d\x14\xc6\x9a\x45\xbe\x4 1\x94\x2c\x12\x25\xfb\xac\xf2\x09\xb2\x87\x0f\xe1\x45\x96\x41\x82\x64\xe3\x5 5\x2a\xaa\x99\x73\x86\x9a\xa2\x87\x1e\x02\xd3\xd5\x33\xe7\xf7\x93\x86\xaa\xa 7\x4f\x55\xf7\x29\xfe\x5d\xd3\xdd\x53\x55\x7d\x02\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x88\x1f\x7e\xff\xc7\xe7\x7b\x11\x71\xed\x57\xe9\x86\xe 3\x11\xff\x17\x83\x88\x7e\xc4\x62\x5d\x2f\x47\xd4\x65\x36\x8c\x88\xd7\x63\xb 3\x39\x5e\xab\x17\x9f\x8f\xa8\xd7\xdf\xfc\xe7\x58\xc4\xa5\x88\x78\x70\x34\xe 2\xd1\xe3\xbb\xab\xf5\xcd\x17\xf6\xd8\x8f\x7f\x1f\xf9\xff\x63\xff\xfc\xeb\x0 f\xce\xfc\xfe\x6f\xbf\xbb\x7f\xea\x8f\xa7\xdf\x6e\xb7\xff\x69\xed\x1f\xf7\x7 f\x72\x2f\x3d\x16\x00\x00\x00\xf0\x5c\xaa\xaa\xaa\x7a\xe9\x63\xfe\x89\xf4\xf 9\xbe\xdf\x75\xa7\x00\x80\xa9\xc8\xaf\xff\x55\x92\x6f\x57\xab\xd5\x6a\xb5\x5 a\x7d\xf8\xea\xa6\x6a\xbc\x7b\xcd\x22\x22\xd6\x9b\xeb\xd4\xef\x19\xee\x8d\xb b\x33\x00\x60\x76\xad\xc7\x17\x5d\x77\x81\x0e\xc9\xbf\x68\xc3\x88\x38\xd2\x7 5\x27\x80\x99\xe6\xbc\xfb\xc3\xe9\xd1\xe3\xbb\xab\xbd\x94\x6f\xaf\xf9\x7a\xb 0\xbc\xd5\x9e\xcf\x05\xd9\x91\xff\x7a\x6f\xfb\xfa\x8e\xdd\xa6\x93\xb4\xcf\x3 1\x99\xd6\xf3\x6b\x23\x06\xf1\xea\x2e\xfd\x59\x9c\x52\x1f\x66\x49\xce\xbf\xd f\xce\xff\xda\x56\xfb\x28\x2d\xb7\xdf\xf9\x4f\xcb\x6e\xf9\x8f\xb6\x2e\x7d\x2 a\x4e\xce\x7f\xd0\xce\xbf\xe5\xf0\xe4\xdf\x1f\x9b\x7f\xa9\x72\xfe\xc3\xe7\xc a\x7f\x20\x7f\x00\x00\x00\x00\x00\x98\x61\xf9\xef\xff\xc7\x3b\x3e\xfe\x3b\xf f\xe2\x9b\xb2\x27\xcf\x3a\xfe\xbb\x3c\xa5\x3e\x00\x00\x00\x00\x00\x00\x00\xc 0\xcb\xb6\xa7\xf1\xff\x16\x97\xb7\x2f\x8d\x6d\x8f\xff\xb7\xcd\xf8\x7f\x00\x0 0\x00\x30\xb3\xea\xcf\xea\xb5\x3f\x1f\x7d\x72\xdb\x6e\x9f\xb1\xeb\xdb\xaf\xf 6\x22\x5e\x69\x2d\x0f\x14\x26\x5d\x2c\xb3\xd4\x75\x3f\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\xa0\x24\xc3\xad\x73\x78\xaf\xf6\x22\xe6\x22\xe2\x95\xa5\xa 5\xaa\xaa\xea\x9f\xa6\x76\xfd\xbc\x5e\x74\xfd\x83\xae\xf4\xed\x87\x92\x75\xf d\x4b\x1e\x00\x00\xb6\x3c\x38\xda\xba\x96\xbf\x17\xb1\x10\x11\x57\xd3\x77\xf d\xcd\x2d\x2d\x2d\x55\xd5\xc2\xe2\x52\xb5\x54\x2d\xce\xe7\xf7\xb3\xa3\xf9\x8 5\x6a\xb1\xf1\xb9\x36\x4f\xeb\xdb\xe6\x47\x7b\x78\x43\x3c\x1c\x55\xf5\x9d\x2 d\x34\xd6\x6b\x9a\xf4\x79\x79\x52\x7b\xfb\xfe\xea\xc7\x1a\x55\x83\x3d\x74\x6 c\x3a\x3a\x0c\x1c\x00\x22\x62\xeb\xd5\xe8\x91\x57\xa4\x43\xa6\xaa\x8e\x45\xd 7\xef\x72\x38\x18\xec\xff\x87\x8f\xfd\x9f\xbd\xe8\xfa\x79\x0a\x00\x00\x00\xe c\xbf\xaa\xaa\xaa\x5e\xfa\x3a\xef\x13\xe9\x98\x7f\xbf\xeb\x4e\x01\x00\x53\x9 1\x5f\xff\xdb\xc7\x05\xd4\x6a\xb5\x5a\xad\x56\x1f\xbe\xba\xa9\x1a\xef\x5e\xb 3\x88\x88\xf5\xe6\x3a\xf5\x7b\x86\x7b\xe3\xee\x0c\x00\x98\x5d\xeb\xf1\x45\xd 7\x5d\xa0\x43\xf2\x2f\xda\x30\x22\x5e\xef\xba\x13\xc0\x4c\xeb\x75\xdd\x01\xf 6\xc5\xa3\xc7\x77\x57\x7b\x29\xdf\x5e\xf3\xf5\x20\x8d\xef\x9e\xcf\x05\xd9\x9 1\xff\x7a\x6f\x73\xbd\xbc\xfe\xb8\xe9\x24\xed\x73\x4c\xa6\xf5\xfc\xda\x88\x4 1\xbc\xba\x4b\x7f\x5e\x9b\x52\x1f\x66\x49\xce\xbf\xdf\xce\xff\xda\x56\xfb\x2 8\x2d\xb7\xdf\xf9\x4f\xcb\x6e\xf9\xd7\xdb\x79\xbc\x83\xfe\x74\x2d\xe7\x3f\x6 8\xe7\xdf\x72\x78\xf2\xef\x8f\xcd\xbf\x54\x39\xff\xe1\x73\xe5\x3f\x90\x3f\x0 0\x00\x00\x00\x00\xcc\xb0\xfc\xf7\xff\xe3\x8e\xff\xe6\x4d\x06\x00\x00\x00\x0 0\x00\x00\x80\x03\xe7\xd1\xe3\xbb\xab\xf9\xba\xd7\x7c\xfc\xff\x4b\x63\x96\x7 3\xfd\xe7\xe1\x94\xf3\xef\xc9\xbf\x48\x39\xff\x7e\x2b\xff\xaf\xb5\x96\x1b\x3 4\xe6\x1f\xbe\xff\x24\xff\x7f\x3d\xbe\xbb\xfa\xa3\x3f\x7c\x7e\x22\x4f\xf7\x9 a\xff\x7c\x9e\xe9\xa5\x67\x56\x2f\x3d\x23\x7a\xe9\x91\x7a\xc3\x34\x7d\x91\xa d\x7b\xda\xc6\xdc\x60\x54\x3f\xd2\x5c\xaf\x3f\x18\xa6\x73\x7e\xaa\xb9\x0f\xe 3\x46\xdc\x8c\xb5\x58\xd9\xb1\x6c\x3f\xfd\x7f\x3c\x69\x3f\xbf\xa3\xbd\xee\xe 9\xdc\x8e\xf6\x0b\x3b\xda\x87\x4f\xb5\x5f\xdc\xd1\x3e\x97\xbe\x77\xa0\x5a\xc c\xed\x67\x63\x35\x7e\x1e\x37\xe3\x83\xcd\xf6\xba\x6d\x7e\xc2\xf6\x2f\x4c\x6 8\xaf\x26\xb4\xe7\xfc\x07\xf6\xff\x22\xe5\xfc\x87\x8d\x9f\x3a\xff\xa5\xd4\xd e\x6b\x4d\x6b\x0f\x3f\xeb\x3f\xb5\xdf\x37\xa7\xe3\x1e\xe7\xbd\xdf\xde\x7f\xb 0\xb2\xff\x9b\x33\xd1\x46\x0c\xb6\xb7\xad\xa9\xde\xbe\x93\x1d\xf4\x67\xf3\xf f\xe4\xc8\x28\x7e\x79\x7b\xed\xd6\xd9\x5f\x5f\xbf\x73\xe7\xd6\xf9\x48\x93\x1 d\xb7\x5e\x88\x34\x79\xc9\x72\xfe\x73\xe9\x67\xfb\xf7\xff\x9b\x5b\xed\xf9\xf 7\x7e\x73\x7f\x7d\xf8\xd9\xe8\xb9\xf3\x9f\x15\x1b\x31\xdc\x35\xff\x37\x1b\xf 3\xf5\xf6\x9e\x9a\x72\xdf\xba\x90\xf3\x1f\xa5\x9f\x9c\xff\x07\xa9\x7d\xfc\xf e\x7f\x90\xf3\xdf\x7d\xff\x3f\xdd\x41\x7f\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\xe0\x59\xaa\xaa\xda\xbc\x44\xf4\xbd\x88\xb8\x9c\xae\xff\xe9\xe a\xda\x4c\x00\x60\xba\xf2\xeb\x7f\x95\xe4\xdb\xd5\x6a\xb5\x5a\xad\x56\x1f\xb e\xba\xa9\x1a\xef\xdd\x66\x11\x11\x7f\x6f\xae\x53\xbf\x67\xf8\xcd\xb8\x3b\x0 3\x00\x66\xd9\x7f\x22\xe2\xf3\xae\x3b\x41\x67\xe4\x5f\xb0\xfc\x7d\x7f\xf5\xf 4\xad\xae\x3b\x03\x4c\xd5\xed\x4f\x3e\xfd\xe9\xf5\x9b\x37\xd7\x6e\xdd\xee\xb a\x27\x00\x00\x00\x00\x00\x00\x00\xc0\xff\x2a\x8f\xff\xb9\xdc\x18\xff\xf9\xa d\x88\x38\xde\x5a\x6e\xc7\xf8\xaf\xef\xc7\xf2\x8b\x8e\xff\x39\xcc\x33\xdb\x0 3\x8c\xbe\xe4\x81\xbe\x77\xb1\xd1\x1f\x0d\xfa\x8d\xe1\xc6\xdf\x88\x67\x8f\xf f\x7d\x32\x9e\x3d\xfe\xf7\x70\xc2\xe3\xcd\x4d\x68\x1f\x4d\x68\x9f\x9f\xd0\xb e\x30\xa1\x7d\xec\x85\x1e\x0d\x39\xff\x37\x1a\xe3\x9d\xd7\xf9\x9f\x68\x0d\xb f\x5e\xc2\xf8\xaf\xed\x31\xef\x4b\x90\xf3\x3f\xd9\x78\x3e\xd7\xf9\x7f\xb5\xb 5\x5c\x33\xff\xea\x2f\x07\x39\xff\xfe\x8e\xfc\xcf\xdd\xf9\xf8\x17\xe7\x6e\x7 f\xf2\xe9\x99\x1b\x1f\x5f\xff\x68\xed\xa3\xb5\x9f\x5d\x5a\x59\xb9\x7c\xf1\xc a\x3b\x2b\x57\x56\xce\x7d\x78\xe3\xe6\x5a\xfa\xb7\xc3\x1e\xef\xaf\x9c\x7f\x1 e\xfb\xda\x79\xa0\x65\xc9\xf9\xe7\xcc\xe5\x5f\x96\x9c\xff\x97\x53\x2d\xff\xb 2\xe4\xfc\xbf\x92\x6a\xf9\x97\x25\xe7\x9f\xdf\xef\xc9\xbf\x2c\x39\xff\xfc\xd 9\x47\xfe\x65\xc9\xf9\x9f\x4a\xb5\xfc\xcb\x92\xf3\xff\x7a\xaa\xe5\x5f\x96\x9 c\xff\xe9\x54\xcb\xbf\x2c\x39\xff\xb7\x53\x2d\xff\xb2\xe4\xfc\xcf\xa4\x5a\xf e\x65\xc9\xf9\x9f\x4d\xf5\x70\x0f\xc7\xb4\x38\x3c\x72\xfe\xe7\x52\x6d\xff\x2 f\x4b\xce\x3f\x1f\xe1\x92\x7f\x59\x72\xfe\xf9\xcc\x06\xf9\x97\x25\xe7\x7f\x2 1\xd5\xf2\x2f\x4b\xce\xff\x62\xaa\xe5\x5f\x96\x9c\xff\xa5\x54\xcb\xbf\x2c\x3 9\xff\x77\x52\x2d\xff\xb2\xe4\xfc\x2f\xa7\x5a\xfe\x65\xc9\xf9\x5f\x49\xb5\xf c\xcb\x92\xf3\xff\x46\xaa\xe5\x5f\x96\x9c\xff\x37\x53\x2d\xff\xb2\xe4\xfc\xb f\x95\x6a\xf9\x97\x25\xe7\xff\xed\x54\xcb\xbf\x2c\x39\xff\xef\xa4\x5a\xfe\x6 5\xc9\xf9\x7f\x37\xd5\xf2\x2f\x4b\xce\xff\x7b\xa9\x96\x7f\x59\x72\xfe\xef\xa 6\x5a\xfe\x65\x79\xf2\xfd\xff\x66\xcc\x98\x31\x93\x67\xba\xfe\xcd\x04\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\xb4\x4d\xe3\x74\xe2\xae\xb7\x11\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xe 0\xbf\xec\xc0\x81\x00\x00\x00\x00\x00\x90\xff\x6b\x23\x54\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x55\x5 5\x55\x55\x55\x55\x55\x61\x07\x0e\x04\x00\x00\x00\x00\x80\xfc\x5f\x1b\xa1\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xa a\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\xaa\x0a\x7b\xf7\x16\x23\xd7\x5d\xdf\x01\xf c\xec\x7a\xd7\x5e\x3b\x5c\xb6\x10\x82\x1b\x02\x59\x3b\x26\x98\x64\xc9\xae\xe f\x31\xad\xc1\xdc\x4a\x9a\x90\x96\x02\xa1\x2d\xbd\x18\xd7\x5e\x1b\x83\x6f\xf 5\xda\xdc\x14\x29\x46\xa1\x25\x52\xa3\x36\x52\x79\x80\x87\x72\x6b\xa4\xe6\xa 5\x22\x02\x54\xa5\x2a\x45\xae\xd4\x0a\x24\x90\xc8\x13\xad\xd4\x36\xa4\x4a\xa 8\x22\x4a\x5a\x43\xfb\x00\x2d\x61\xab\x99\xf9\xff\xfe\x3b\x33\xde\x9b\xcf\x6 c\x9c\x99\x73\x3e\x1f\x29\xfe\x79\x67\xce\xcc\xfc\xe7\xcc\x39\xb3\xfb\x5d\xf 3\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\xda\x6d\x7a\xd3\xcc\x27\x86\x8a\xa2\x68\xfc\xd7\xfc\x63\xbc\x28\x9 e\xd7\xf8\xfb\xfa\x89\xf1\xc6\x97\x5b\x5e\xfb\x5c\xaf\x10\x00\x00\x00\xe8\xd 5\x33\xcd\x3f\x2f\xbe\x30\x5f\xb0\x7f\x05\x37\x6a\xdb\xe6\xeb\xaf\xf8\xf6\x5 7\xe6\xe6\xe6\xe6\x8a\xc7\xbe\xf7\xea\x97\x7e\x72\x6e\x2e\x5f\x31\x51\x14\xe 3\xeb\x8a\xa2\x79\x5d\x78\xea\xce\xbf\xd9\xd2\xbe\x4d\x72\x6f\x31\x36\x34\xd c\xf6\xf5\xf0\x32\x0f\xbf\x66\x99\xeb\x47\x96\xb9\x7e\x74\x99\xeb\xd7\x2e\x7 3\xfd\xba\x65\xae\x1f\x5b\xe6\xfa\x4b\x76\xc0\x25\xd6\xb7\x7e\x1f\xd3\xbc\xb 3\x2d\xcd\xbf\x8e\xb7\x76\x69\x71\x75\x31\xda\xbc\x6e\xcb\x02\xb7\xba\x77\x6 8\xdd\xf0\x70\xfc\x2e\xa7\x69\xa8\x79\x9b\xb9\xd1\x23\xc5\xb1\xe2\x78\x31\x5 3\x4c\x77\x6c\xdf\xda\x76\xa8\xb9\xfd\x57\x37\x35\x1e\xeb\xb6\x22\x1e\x6b\xb 8\xed\xb1\xae\x6b\x1c\x21\x3f\xbc\xfb\x50\xac\x61\x28\xed\xe3\x2d\x1d\x8f\x3 5\x7f\x9f\xe1\xe9\x37\x14\x13\x3f\xfa\xe1\xdd\x87\xde\xfe\xe9\xc7\xaf\x5d\x6 8\x2e\xbb\x1b\x3a\xee\xaf\xb5\xce\xad\x9b\x1b\xeb\xfc\x78\xba\xa4\xb5\xd6\xa 1\x62\x5d\xde\x27\xb1\xce\xe1\xb6\x75\x5e\xb7\xc0\x6b\xb2\xa6\x63\x9d\x43\xc d\xdb\x35\xfe\xde\xbd\xce\x8b\x2b\x5c\xe7\x9a\xf9\x65\x5e\x51\xdd\xaf\xf9\x5 8\x31\xdc\xfc\xfb\xa3\xcd\xfd\x34\xd2\xfe\x6b\xbd\xbc\x9f\xae\x4b\x97\xfd\xf 8\x86\xa2\x28\xce\xcf\x2f\xbb\x7b\x9b\x4b\x1e\xab\x18\x2e\x36\x74\x5c\x32\x3 c\xff\xfa\x8c\xb5\x8e\xc8\xc6\x7d\x34\x0e\xa5\x17\x15\x23\xad\xd7\xe4\xfa\xe 5\xd7\xdc\xf8\xdb\xa6\x15\x1c\xa7\x8d\x79\x78\x4b\xe7\x71\xda\x7d\x4e\xc4\xe b\xbf\x29\xdd\x6e\x64\x91\x73\xa5\xfd\x65\x7a\xfa\x63\x6b\x2f\x79\xdd\x2f\xf 7\x38\x0d\x8d\x67\xbd\xd8\xb9\xd2\x7d\x0c\xae\xf6\xb9\xd2\x2f\xc7\x60\x1c\x1 7\x8f\x36\x9f\xf4\x7d\x0b\x1e\x83\x5b\xd2\xf3\xbf\xfb\xc6\xc5\x8f\xc1\x05\xd f\xe3\xda\x8e\xc1\xe1\xf4\x67\x7e\xde\x6d\xc7\xe0\xe6\xf6\x63\x70\xa1\xfb\x1 9\x5e\xbb\xa6\xb9\xe6\xfc\x22\x0c\x35\x6f\x33\x7f\x0c\x6e\xeb\xd8\x7e\x4d\xf 3\x91\x86\x9a\xf3\xa9\x1b\x97\x3e\x06\xa7\xce\x9e\x38\x3d\x35\xfb\x91\x8f\xb e\xe6\xd8\x89\x83\x47\x67\x8e\xce\x9c\xdc\x39\x3d\xbd\x7b\xc7\x9e\x5d\xd3\x7 b\xa6\xa7\x8e\x1c\x3b\x3e\x93\xfe\xec\x61\x8f\xf7\xb7\x0d\xc5\x70\x3e\x07\x3 6\xa7\x7d\x17\xe7\xc0\xab\xba\xb6\x6d\x3f\x54\xe7\x3e\xbf\x7a\xe7\xe1\xd8\x1 2\xe7\xe1\x78\xd7\xb6\xab\x7d\x1e\x8e\x74\x3f\xb9\xa1\x2b\x73\x42\x5e\x7a\x4 c\xb7\xce\x8d\x77\x35\x76\xfa\xd8\xfd\xc3\xc5\x22\xe7\x58\xf3\xf5\xb9\xa9\xf c\x79\x18\x8f\x95\x9f\x77\xdb\x79\x38\xd2\x76\x1e\x2e\xf8\x3d\x65\x81\xf3\x7 0\x64\x05\xe7\x61\x63\x9b\xd3\x37\xad\xec\x67\x96\x91\xb6\xff\x16\x5a\xc3\xb 3\xf5\xbd\x60\xbc\xed\x18\xec\xfe\x79\xa4\xfb\x18\x5c\xed\x9f\x47\xfa\xe5\x1 8\x1c\x4b\xc7\xc5\xbf\xdc\xb4\xf8\xf7\x82\xeb\xd2\x7a\xef\x9b\xbc\xdc\x9f\x4 7\xd6\x5c\x72\x0c\xe6\xa7\x9b\xde\x7b\x1a\x97\xe4\x9f\xf7\xc7\x6e\x6d\x8e\x8 5\x8e\xcb\x6b\x1b\x57\x5c\xb5\xb6\x38\x37\x3b\x73\xe6\x96\x0f\x1f\x3c\x7b\xf 6\xcc\xb6\x22\x8d\x2b\xe2\xc5\x6d\xc7\x4a\xf7\xf1\xba\xa1\xed\x39\x15\x97\x1 c\xaf\xc3\x97\x7d\xbc\xee\xff\xc4\x37\xbf\x75\xed\x02\x97\x8f\xa7\x7d\x35\xf 6\x9a\xc6\x1f\x63\x8b\xbe\x56\x8d\x6d\x76\xde\xb2\xf4\x6b\xd5\xfc\xee\xb6\xf 0\xfe\xec\xb8\x74\x7b\x91\xc6\x2a\xbb\xd2\xfb\x73\xa1\xef\xe6\x8d\xfd\x99\xb 3\xe4\x12\xfb\xb3\xb1\xcd\xc7\xa7\x7a\xff\x59\x3c\xe7\xd2\xb6\xf7\xdf\xd1\x4 5\xde\x7f\x23\xf7\xff\xac\xf9\x38\x5b\xf2\x5d\xdd\xbb\x66\x74\xa4\x75\xfe\xa e\xc9\x7b\x67\xb4\xe3\xfd\xb8\xf3\xa5\x1a\x69\xbe\x77\x0d\x35\x1f\xfb\xe2\xd 4\xca\xde\x8f\x47\xd3\x7f\x57\xfa\xfd\xf8\xea\x25\xde\x8f\x37\x76\x6d\xbb\xd a\xef\xc7\xa3\xdd\x4f\x2e\xde\x8f\x87\x96\xfb\x6d\x47\x6f\xba\x5f\xcf\xb1\x7 4\x9c\x1c\x9f\x5e\xfa\xfd\xb8\xb1\xcd\xc6\xed\x97\x7b\x4c\x8e\x2c\xf9\x7e\x7 c\x43\x9a\x43\x69\xff\xbf\x3a\x25\x85\x9c\x8b\xda\x8e\x9d\xc5\x8e\xdb\xfc\x5 8\x23\x23\xa3\xe9\x79\x8d\xc4\x23\x74\x1e\xa7\x3b\x3a\xb6\x1f\x4d\xd9\xac\xf 1\x58\x0f\x6d\x2f\x77\x9c\x6e\xbd\xa1\x75\x5f\x6b\xf2\xb3\x9b\x77\xa5\x8e\xd 3\x89\xae\x6d\x57\xfb\x38\xcd\xef\x57\x8b\x1d\xa7\x43\xcb\xfd\xf6\xad\x9c\xe e\xd7\x73\x2c\x1d\x17\x57\xef\x58\xfa\x38\x6d\x6c\x73\x61\x67\xef\xef\x9d\xe b\xe3\xaf\x6d\xef\x9d\x6b\x97\x3b\x06\x47\xd7\xac\x6d\xac\x79\x34\x1f\x84\xa d\xf7\xfb\xb9\xf5\x71\x0c\xde\x52\x1c\x2a\x4e\x15\xc7\x8b\xc3\xcd\x6b\xd7\x3 6\x8f\xa7\xa1\xe6\x63\x4d\xee\x5a\xd9\x31\xb8\x36\xfd\x77\xa5\xdf\x2b\x37\x2 e\x71\x0c\x6e\xed\xda\x76\xb5\x8f\xc1\xfc\x7d\x6c\xb1\x63\x6f\x68\xe4\xd2\x2 7\xbf\x0a\xba\x5f\xcf\xb1\x74\x5c\x7c\x6a\xd7\xd2\xc7\x60\x63\x9b\x37\xef\x5 9\xdd\x9f\x5d\xb7\xa6\x4b\xf2\x36\x6d\x3f\xbb\x6e\xea\xfa\xdd\xc6\x62\xbf\xf 3\xba\xb6\x6b\x37\x3d\x9b\xbf\xf3\x6a\xac\xf3\xef\xf7\x2c\xfd\xbb\xd9\xc6\x3 6\xc7\x6f\xbd\xdc\x9c\xb9\xf4\x7e\xba\x39\x5d\x72\xd5\x02\xfb\xa9\xfb\xfc\x5 d\xec\x9c\x3a\x5c\x5c\x99\xfd\xb4\x31\xad\xf3\x07\xb7\x2e\xbe\x9f\x1a\xeb\x6 9\x6c\xf3\xc9\xbd\x2b\x3c\x9e\xf6\x17\x45\xf1\xe5\x3b\xf6\x37\x7f\xdf\x9b\xf e\x7d\xe5\x4b\xe7\xbe\xf3\x95\x8e\x7f\x77\xd9\xdf\xba\xee\x91\xbd\xf3\xf7\x7 5\xc9\x4f\x1d\x0b\xfd\xbb\xcf\x97\xef\xd8\x7f\xe1\x9f\x6e\xff\xc9\xe5\x3c\x4 7\x00\xfa\xdb\xcf\x9a\x7f\x6e\xd9\xd0\xfa\x5e\xd7\xf6\x2f\x53\x2b\xf9\xf7\x7 f\x00\x00\x00\x60\x20\x44\xee\x1f\x4e\x33\x93\xff\x01\x00\x00\xa0\x32\x22\xf 7\xc7\xff\x2a\x3c\x93\xff\x01\x00\x00\xa0\x32\x22\xf7\x8f\xa4\x99\xd5\x24\xf f\xdf\xf7\xaf\x2f\xf9\xc0\x4f\xef\x29\x72\x33\x7f\x2e\x89\xeb\x63\x37\x9c\x7 e\xa2\xb5\x5d\x74\x5c\x3f\x97\xbe\x9e\x98\x9b\xd7\xb8\xfc\x8d\x0f\xfe\xc3\x3 7\xdf\x73\xcf\xca\x1e\x7b\xb8\x28\x8a\x9f\xde\xfe\xcf\x0b\x6e\x7f\xdf\x13\xb 1\xae\x96\x07\xd2\x3a\x27\xbe\xdb\x79\xf9\x25\x36\x7e\x77\x45\x8f\xff\xde\xb b\xe6\xb7\x6b\xef\x00\x8e\xa7\xfb\x8f\xe7\xd3\x7d\x18\x7c\xf5\xbf\x9e\x68\xd e\x6e\x62\x6f\x6b\x5e\xb8\xfd\x42\x73\xbe\xe3\xfc\x7d\xf7\x36\xae\xbf\xb8\xb 7\xf5\x75\x74\x27\x9f\xfa\xef\xd6\x76\x7f\x96\xca\xbc\xfb\x8f\xfc\x5d\xc7\xe d\xb7\x3e\xd6\x7a\xbc\x2d\x8f\x2d\xfd\xbc\xe2\x76\x5f\x7c\xdb\xfa\x3b\x5e\xf 6\xee\xf9\xc7\x8b\xdb\x0d\x6d\x7e\x41\xf3\x69\x7c\xea\x75\xad\xfb\x8d\xcf\xb d\x79\xe0\x4d\xad\xed\x2f\xa6\xed\x16\x5b\xff\xdf\xfe\xd1\x43\x5f\x6c\x6c\xf f\xe1\x57\x2e\xbc\xfe\x7b\x86\x17\x5e\xff\x53\xe9\x7e\x9f\x6c\xcc\xa1\xa2\xf 8\xc9\x33\xad\xcb\xdb\xf7\x69\xe3\xeb\xb8\xdd\x1f\xa4\xf5\xc7\xe3\x3d\x99\x6 e\x7f\xcb\x17\xbe\xb6\xe0\xfa\x1f\x7e\x6b\x6b\xfb\x87\xd3\xeb\xf2\xb9\x34\xb b\xd7\xff\x86\x3f\x79\xf9\x33\xed\xfb\x2b\xd6\x1f\x8f\xb3\xff\xf1\xd6\xed\xe 2\xf1\xa7\xff\xea\xdf\x9b\xb7\x8b\xfb\x8b\xfb\xef\x5e\xff\xd8\xeb\x9f\xe8\xd 8\x1f\xdd\xf7\x7f\xe1\x4b\xad\xfb\xd9\xf7\xc1\xff\x59\xd3\xbe\x7d\x5c\x1e\x8 f\x93\x8f\xbb\xc7\x3b\x5f\xe7\xc6\xfd\xc4\xf1\xb6\xbe\xed\xfe\x1f\xfa\xc3\x0 b\x1d\xfb\xb9\xf8\xb7\xd6\xed\xfe\xba\x6b\xfd\x71\x7f\xa7\x1f\x5f\x78\xfd\x3 7\x77\xad\xf3\xf4\xb6\x0d\xcd\xdb\x2f\x56\x19\xff\xcc\xcc\x93\x0b\x3e\xdf\x5 8\xcf\xfe\xbf\x7c\xb4\xe3\xf9\x3c\xfc\xfd\xb4\xff\xde\x78\x67\xf3\x7e\xc7\x7 e\x9c\x8e\xc7\x74\xfd\xff\x3e\xd0\xba\xbf\xee\x4f\x4b\x78\xf4\xfb\x9d\xef\x2 7\xb1\xfd\xe7\xc6\x5b\xe7\x65\xdc\xdf\x54\xd7\xfa\x1f\xe8\x5a\xff\xf9\xeb\x1 b\xfb\x6e\xf9\xf5\xdf\xf6\xa3\xd6\xfa\x1f\x7e\xfd\xd7\x3b\x5f\x8f\xff\x68\xa d\x63\xff\xd3\xad\xb9\xdc\xfa\x8f\x7e\xf6\xdb\x1d\xb7\xff\xfc\x77\x5a\xaf\xc 7\x99\x0f\x4d\x9e\x3c\x35\x7b\xee\x58\x74\xa8\xc7\xd3\x67\xff\x9c\xfe\x5e\xe b\xfe\xd6\x8d\xad\xdf\x70\xd5\xf3\x9e\xff\x82\x17\xa6\xf7\xca\xee\xaf\x0f\x9 c\x3a\xfb\xbe\x99\x33\x13\xd3\x13\xd3\x45\x31\x31\x80\x1f\x89\xf7\x6c\xaf\xf f\x0b\x69\xfe\x67\x6b\x9c\x5f\xed\xfb\xbf\xbb\x28\x8a\x0f\xb5\x7d\x5f\xbb\xe 9\x2d\xad\xe3\xaf\x78\xc5\xc5\x3f\xbe\xfe\xb6\x07\xdf\x17\xdb\xfd\xe3\x9b\x5 b\x97\xdf\x7f\x47\xeb\xfb\xd6\xab\xd2\x76\x0f\xa4\xcb\xcf\xa7\xd7\x3b\xee\xe 7\x33\x9f\x6e\x7d\x3f\xec\x75\xfd\xf1\x38\x8b\xcd\xbc\xde\x15\x3a\xf7\x8d\x4 f\xec\x5e\xd1\x86\xe9\xf9\x7f\x6a\xd3\x35\xcd\xb3\x6c\xe8\x42\xeb\xe2\x8e\x5 e\x7d\x0f\xe2\x3c\x7f\xfc\x25\x9d\xe7\xfd\x63\xef\x6a\xcd\x47\xd2\x7e\x9d\x4 b\x9f\xcc\xbc\xf9\x9a\x6f\x34\xb7\xeb\x7e\xfc\xf8\x6c\x84\xfb\xdf\xd9\x3a\xb f\xe3\x27\xb9\xb8\x7d\xaf\xeb\xff\x8b\xf4\x7a\xdf\xf9\x64\xeb\xfe\xe3\x7e\xf 3\x7a\xd3\xcf\x31\x5f\xdb\xd8\xf9\xfe\x18\xaf\xcf\x23\xf7\x74\x7d\xd2\xc0\x7 8\xeb\x53\x3c\xce\xa7\xf7\x8f\xe2\x7c\x7c\x8a\xe7\xfc\xfa\x1a\xee\xbf\x78\xc d\xe5\x2c\x73\x51\xb3\x1f\x99\x9d\x3a\x7e\xec\xe4\xb9\x0f\x4f\x9d\x9d\x99\x3 d\x3b\x35\xfb\x91\x8f\x1e\x38\x71\xea\xdc\xc9\xb3\x07\x9a\x9f\xcd\x79\xe0\xf d\xcb\xdd\x7e\xfe\xfc\xde\xd0\x3c\xbf\x0f\xcf\xec\xde\x59\x34\xcf\xf6\x53\xa d\xf1\x2c\x7b\xae\xd7\x7f\xfa\xae\x43\x87\xf7\x4c\xdf\x78\x78\xe6\xc8\xc1\x7 3\x47\xce\xde\x75\x7a\xe6\xcc\xd1\x43\xb3\xb3\x87\x66\x0e\xcf\xde\x78\xf0\xc 8\x91\x99\x0f\x2d\x77\xfb\x63\x87\xf7\x6d\xdb\xbe\x77\xc7\x9e\xed\x93\x47\x8 f\x1d\xde\x77\xeb\xde\xbd\x3b\xf6\x4e\x1e\x3b\x79\xaa\xb1\x8c\xd6\xa2\x96\xb 1\x7b\xfa\x03\x93\x27\xcf\x1c\x68\xde\x64\x76\xdf\xce\xbd\xdb\x76\xed\xda\x3 9\x3d\x79\xe2\xd4\xe1\x99\x7d\x7b\xa6\xa7\x27\xcf\x2d\x77\xfb\xe6\xf7\xa6\xc 9\xc6\xad\x3f\x38\x79\x66\xe6\xf8\xc1\xb3\xc7\x4e\xcc\x4c\xce\x1e\xfb\xe8\xc c\xbe\x6d\x7b\x77\xef\xde\xbe\xec\xa7\xfb\x9d\x38\x7d\x64\x76\x62\xea\xcc\xb 9\x93\x53\xe7\x66\x67\xce\x4c\xb5\x9e\xcb\xc4\xd9\xe6\xc5\x8d\xef\x7d\xcb\xd d\x1e\x1a\x66\x3f\xbb\x7e\xc1\xef\x53\x43\xe9\xa7\xf7\x6d\x37\xef\xce\x9f\xc f\xda\xf0\xe0\xc7\x16\xbd\xab\xd6\x26\x5d\x1f\x20\xfa\x83\xf4\x59\x34\xdf\xf a\xf3\x3f\xdd\xb5\x92\xaf\x23\xf7\x8f\xa6\x99\xd5\x24\xff\x03\x00\x00\x40\x1 d\x44\xee\x5f\x9b\x66\x26\xff\x03\x00\x00\x40\x65\x44\xee\x5f\x97\x66\x26\xf f\x03\x00\x00\x40\x65\x44\xee\x1f\x4b\x33\xab\x49\xfe\xd7\xff\xd7\xff\x5f\xb 5\xfe\xff\x02\xfd\xf3\x42\xff\x7f\xc5\xfd\xff\xf6\xfb\xd7\xff\xd7\xff\x1f\x2 4\xfa\xff\xfa\xff\x65\xe8\xff\xeb\xff\x0f\xc2\xfa\xf5\xff\xf5\xff\xe9\x5d\xb f\xf5\xff\x23\xf7\xaf\x2f\x8a\x5a\xe6\x7f\x00\x00\x00\xa8\x83\xc8\xfd\x1b\xd 2\xcc\xe4\x7f\x00\x00\x00\xa8\x8c\xc8\xfd\x57\xa5\x99\xc9\xff\x00\x00\x00\x5 0\x19\x91\xfb\x9f\x97\x66\x56\x93\xfc\xaf\xff\xaf\xff\xaf\xff\xaf\xff\x1f\xf 4\xff\xf5\xff\xcb\xd0\xff\xd7\xff\x2f\x43\xff\x5f\xff\x7f\x10\xd6\xaf\xff\xa f\xff\x4f\xef\xfa\xad\xff\x1f\xb9\xff\xf9\x69\x66\x35\xc9\xff\x00\x00\x00\x5 0\x07\x91\xfb\x5f\x90\x66\x16\xf9\xff\xff\xba\xfe\x41\x1c\x00\x00\x00\x18\x3 8\x91\xfb\x5f\x98\x66\xe6\xdf\xff\x01\x00\x00\xa0\x32\x22\xf7\x8f\xa7\x99\xd 5\x24\xff\xeb\xff\xeb\xff\xeb\xff\xeb\xff\x07\xfd\x7f\xfd\xff\x32\xf4\xff\xf 5\xff\xcb\xd0\xff\xd7\xff\x1f\x84\xf5\xeb\xff\xeb\xff\xd3\xbb\x7e\xeb\xff\x4 7\xee\xff\xb9\x34\xb3\x9a\xe4\x7f\x00\x00\x00\xa8\x83\xc8\xfd\x2f\x4a\x33\x9 3\xff\x01\x00\x00\xa0\x32\x22\xf7\xbf\x38\xcd\x4c\xfe\x07\x00\x00\x80\xca\x8 8\xdc\x7f\x75\x9a\x59\x4d\xf2\xbf\xfe\xbf\xfe\xbf\xfe\xbf\xfe\x7f\xd0\xff\xd 7\xff\x2f\x43\xff\x5f\xff\xbf\x0c\xfd\x7f\xfd\xff\x41\x58\xff\x73\xdc\xff\x6 f\xfc\x70\xae\xff\xcf\xc0\xeb\xb7\xfe\x7f\xe4\xfe\x97\xa4\x99\xd5\x24\xff\x0 3\x00\x00\x40\x1d\x44\xee\xbf\x26\xcd\x4c\xfe\x07\x00\x00\x80\xca\x88\xdc\xf f\xd2\x34\x33\xf9\x1f\x00\x00\x00\x2a\x23\x72\xff\xc6\x34\xb3\x9a\xe4\x7f\xf d\x7f\xfd\x7f\xfd\x7f\xfd\xff\xa0\xff\xaf\xff\x5f\x86\xfe\xbf\xfe\x7f\x19\xf a\xff\xfa\xff\x83\xb0\x7e\xff\xff\xff\xfa\xff\xf4\xae\xdf\xfa\xff\x91\xfb\x7 f\x3e\xcd\xac\x26\xf9\x1f\x00\x00\x00\xea\x20\x72\xff\xb5\x69\x66\xf2\x3f\x0 0\x00\x00\x54\x46\xe4\xfe\x97\xa5\x99\xc9\xff\x00\x00\x00\x50\x19\x91\xfb\xa f\x4b\x33\xab\x49\xfe\xd7\xff\xd7\xff\xd7\xff\xd7\xff\x0f\xfa\xff\xfa\xff\x6 5\xe8\xff\xeb\xff\x97\xa1\xff\xaf\xff\x3f\x08\xeb\xd7\xff\xd7\xff\xa7\x77\xf d\xd6\xff\x8f\xdc\xff\xf2\x34\xb3\x9a\xe4\x7f\x00\x00\x00\xa8\x83\xc8\xfd\xa f\x48\x33\x93\xff\x01\x00\x00\xa0\x32\x22\xf7\x5f\x9f\x66\x26\xff\x03\x00\x0 0\x40\x65\x44\xee\x9f\x48\x33\xab\x49\xfe\xd7\xff\xd7\xff\xd7\xff\xd7\xff\x0 f\xfa\xff\xfa\xff\x65\xe8\xff\xeb\xff\x97\xa1\xff\xaf\xff\x3f\x08\xeb\xd7\xf f\xd7\xff\xa7\x77\xfd\xd6\xff\x8f\xdc\xbf\x29\xcd\xac\x26\xf9\x1f\x00\x00\x0 0\xea\x20\x72\xff\xe6\x34\x33\xf9\x1f\x00\x00\x00\x2a\x23\x72\xff\x0d\x69\x6 6\xf2\x3f\x00\x00\x00\x54\x46\xe4\xfe\x2d\x69\x66\x35\xc9\xff\xfa\xff\xfa\xf f\xfa\xff\xfa\xff\x41\xff\x5f\xff\xbf\x0c\xfd\x7f\xfd\xff\x32\xf4\xff\xf5\xf f\x07\x61\xfd\xfa\xff\xfa\xff\xf4\xae\xdf\xfa\xff\x91\xfb\x5f\x99\x66\x56\x9 3\xfc\x0f\x00\x00\x00\x75\x10\xb9\xff\xc6\x34\x33\xf9\x1f\x00\x00\x00\x2a\x2 3\x72\xff\xab\xd2\xcc\xe4\x7f\x00\x00\x00\xa8\x8c\xc8\xfd\x5b\xd3\xcc\x6a\x9 2\xff\xf5\xff\xf5\xff\xf5\xff\xf5\xff\x83\xfe\xbf\xfe\x7f\x19\xfa\xff\xfa\xf f\x65\xe8\xff\xeb\xff\x0f\xc2\xfa\xf5\xff\xf5\xff\xe9\x5d\xbf\xf5\xff\x23\xf 7\xbf\x3a\xcd\xac\x26\xf9\x1f\x00\x00\x00\xea\x20\x72\xff\x4d\x69\x66\xf2\x3 f\x00\x00\x00\x54\x46\xe4\xfe\x9b\xd3\xcc\xe4\x7f\x00\x00\x00\xa8\x8c\xc8\xf d\x93\x69\x66\x35\xc9\xff\xfa\xff\xfa\xff\xfa\xff\xfa\xff\x41\xff\x5f\xff\xb f\x0c\xfd\x7f\xfd\xff\x32\xf4\xff\xf5\xff\x07\x61\xfd\xfa\xff\xfa\xff\xf4\xa e\xdf\xfa\xff\x91\xfb\x5f\x93\x66\x56\x93\xfc\x0f\x00\x00\x00\x75\x10\xb9\xf f\x96\x34\x33\xf9\x1f\x00\x00\x00\x2a\x23\x72\xff\x54\x9a\x99\xfc\x0f\x00\x0 0\x00\x95\x11\xb9\x7f\x3a\xcd\xac\x26\xf9\x5f\xff\x5f\xff\x5f\xff\x5f\xff\x3 f\xe8\xff\xeb\xff\x97\xa1\xff\xaf\xff\x5f\x86\xfe\xbf\xfe\xff\x20\xac\x5f\xf f\x5f\xff\x9f\xde\xf5\x5b\xff\x3f\x72\xff\xb6\x34\xb3\x9a\xe4\x7f\x00\x00\x0 0\xa8\x83\xc8\xfd\xdb\xd3\xcc\xe4\x7f\x00\x00\x00\xa8\x8c\xc8\xfd\x3b\xd2\xc c\xe4\x7f\x00\x00\x00\xa8\x8c\xc8\xfd\x3b\xd3\xcc\x6a\x92\xff\xf5\xff\xf5\xf f\xf5\xff\xf5\xff\x83\xfe\xbf\xfe\x7f\x19\xfa\xff\xfa\xff\x65\xe8\xff\xeb\xf f\x0f\xc2\xfa\xf5\xff\xf5\xff\xe9\x5d\xbf\xf5\xff\x23\xf7\xef\x4a\x33\xab\x4 9\xfe\x07\x00\x00\x80\x3a\x88\xdc\xbf\x3b\xcd\x4c\xfe\x07\x00\x00\x80\xca\x8 8\xdc\xbf\x27\xcd\x4c\xfe\x07\x00\x00\x80\xca\x88\xdc\x7f\x6b\x9a\x59\x4d\xf 2\xbf\xfe\xbf\xfe\xbf\xfe\xbf\xfe\x7f\xd0\xff\xd7\xff\x2f\x43\xff\x5f\xff\xb f\x0c\xfd\x7f\xfd\xff\x41\x58\xbf\xfe\xbf\xfe\x3f\xbd\xeb\xb7\xfe\x7f\xe4\xf e\xbd\x69\x66\x35\xc9\xff\x00\x00\x00\x50\x07\x91\xfb\x5f\x9b\x66\x26\xff\x0 3\x00\x00\x40\x65\x44\xee\xff\x85\x34\x33\xf9\x1f\x00\x00\x00\x2a\x23\x72\xf f\x2f\xa6\x99\xd5\x24\xff\xeb\xff\xeb\xff\xeb\xff\xeb\xff\x07\xfd\x7f\xfd\xf f\x32\xf4\xff\xf5\xff\xcb\xd0\xff\xd7\xff\x1f\x84\xf5\xeb\xff\xeb\xff\xd3\xb b\x7e\xeb\xff\x47\xee\xdf\x97\x66\x56\x93\xfc\x0f\x00\x00\x00\x75\x10\xb9\xf f\x75\x69\x66\xf2\x3f\x00\x00\x00\x54\x46\xe4\xfe\xd7\xa7\x99\xc9\xff\x00\x0 0\x00\x50\x19\x91\xfb\xf7\xa7\x99\xd5\x24\xff\xeb\xff\xeb\xff\xeb\xff\xeb\xf f\x07\xfd\x7f\xfd\xff\x32\xf4\xff\xf5\xff\xcb\xd0\xff\xd7\xff\x1f\x84\xf5\xe b\xff\xeb\xff\xd3\xbb\x3e\xe9\xff\x5f\x55\x14\x45\xf3\xeb\xc8\xfd\x6f\x48\x3 3\xab\x49\xfe\x07\x00\x00\x80\x3a\x88\xdc\xff\xc6\x34\x33\xf9\x1f\x00\x00\x0 0\x2a\x23\x72\xff\x9b\xd2\xcc\xe4\x7f\x00\x00\x00\xa8\x8c\xc8\xfd\x6f\x4e\x3 3\xab\x49\xfe\xd7\xff\xd7\xff\xd7\xff\xd7\xff\x0f\xfa\xff\xfa\xff\x65\xe8\xf f\xeb\xff\x97\xa1\xff\xaf\xff\x3f\x08\xeb\xd7\xff\xd7\xff\xa7\x77\x7d\xd2\xf f\xcf\x5f\x47\xee\x7f\x4b\x9a\x59\x4d\xf2\x3f\x00\x00\x00\xd4\x41\xe4\xfe\x5 f\x4a\x33\x93\xff\x01\x00\x00\xa0\x32\x22\xf7\xbf\x35\xcd\x4c\xfe\x07\x00\x0 0\x80\xca\x88\xdc\x7f\x5b\x9a\x59\x4d\xf2\xbf\xfe\xbf\xfe\xbf\xfe\xbf\xfe\x7 f\xd0\xff\xd7\xff\x2f\x43\xff\x5f\xff\xbf\x0c\xfd\x7f\xfd\xff\x41\x58\xbf\xf e\xbf\xfe\x3f\xbd\xeb\xb7\xfe\x7f\xe4\xfe\x5f\x4e\x33\xab\x49\xfe\x07\x00\x0 0\x80\x3a\x88\xdc\x7f\x7b\x9a\x99\xfc\x0f\x00\x00\x00\x95\x11\xb9\xff\x8e\x3 4\x33\xf9\x1f\x00\x00\x00\x2a\x23\x72\xff\xdb\xd2\xcc\x6a\x92\xff\xf5\xff\xf 5\xff\xf5\xff\xf5\xff\x83\xfe\xbf\xfe\x7f\x19\xfa\xff\xfa\xff\x65\xe8\xff\xe b\xff\x0f\xc2\xfa\xf5\xff\xf5\xff\xe9\x5d\xbf\xf5\xff\x23\xf7\xdf\x99\x66\x5 6\x93\xfc\x0f\x00\x00\x00\x75\x10\xb9\xff\x57\xd2\xcc\xe4\x7f\x00\x00\x00\xa 8\x8c\xc8\xfd\xbf\x9a\x66\x26\xff\x03\x00\x00\x40\x65\x44\xee\x7f\x7b\x9a\x5 9\x4d\xf2\xbf\xfe\xbf\xfe\xbf\xfe\xbf\xfe\x7f\xd0\xff\xd7\xff\x2f\x43\xff\x5 f\xff\xbf\x0c\xfd\x7f\xfd\xff\x41\x58\xbf\xfe\xbf\xfe\x3f\xbd\xeb\xb7\xfe\x7 f\xe4\xfe\x5f\x4b\x33\xab\x49\xfe\x07\x00\x00\x80\x3a\x88\xdc\xff\x8e\x34\x3 3\xf9\x1f\x00\x00\x00\x2a\x23\x72\xff\x3b\xd3\xcc\xe4\x7f\x00\x00\x00\xa8\x8 c\xc8\xfd\xef\x4a\x33\xab\x49\xfe\xd7\xff\xd7\xff\xd7\xff\xd7\xff\x0f\xfa\xf f\xfa\xff\x65\xe8\xff\xeb\xff\x97\xa1\xff\xaf\xff\x3f\x08\xeb\xd7\xff\xd7\xf f\xa7\x77\xfd\xd6\xff\x8f\xdc\x7f\x57\x9a\x59\x4d\xf2\x3f\x00\x00\x00\xd4\x4 1\xe4\xfe\x77\xa7\x99\xc9\xff\x00\x00\x00\x50\x19\x91\xfb\x7f\x3d\xcd\x4c\xf e\x07\x00\x00\x80\xca\x88\xdc\xff\x1b\x69\x66\x35\xc9\xff\xfa\xff\xfa\xff\xf a\xff\xfa\xff\x41\xff\x5f\xff\xbf\x0c\xfd\x7f\xfd\xff\x32\xf4\xff\xf5\xff\x0 7\x61\xfd\xfa\xff\xfa\xff\xf4\xae\xdf\xfa\xff\x91\xfb\x7f\x33\xcd\xac\x26\xf 9\x1f\x00\x00\x00\xea\x20\x72\xff\x7b\xd2\xcc\xe4\x7f\x00\x00\x00\xa8\x8c\xc 8\xfd\xbf\x95\x66\x26\xff\x03\x00\x00\x40\x65\x44\xee\xff\xed\x34\xb3\x9a\xe 4\x7f\xfd\x7f\xfd\x7f\xfd\x7f\xfd\xff\xa0\xff\xaf\xff\x5f\x86\xfe\xbf\xfe\x7 f\x19\xfa\xff\xfa\xff\x83\xb0\x7e\xfd\x7f\xfd\x7f\x7a\xd7\x6f\xfd\xff\xc8\xf d\xbf\x93\x66\x56\x93\xfc\x0f\x00\x00\x00\x75\x10\xb9\xff\x77\xd3\xcc\xe4\x7 f\x00\x00\x00\xa8\x8c\xc8\xfd\x07\xd2\xcc\xe4\x7f\x00\x00\x00\xa8\x8c\xc8\xf d\xef\x4d\x33\xab\x49\xfe\xd7\xff\xd7\xff\xd7\xff\xd7\xff\x0f\xfa\xff\xfa\xf f\x65\xe8\xff\xeb\xff\x97\xa1\xff\xaf\xff\x3f\x08\xeb\xd7\xff\xd7\xff\xa7\x7 7\xfd\xd6\xff\x8f\xdc\x7f\x30\xcd\xac\x26\xf9\x1f\x00\x00\x00\xea\x20\x72\xf f\xef\xa5\x99\xc9\xff\x00\x00\x00\x50\x19\x91\xfb\x0f\xa5\x99\xc9\xff\x00\x0 0\x00\x50\x19\x91\xfb\x0f\xa7\x99\xd5\x24\xff\xeb\xff\xeb\xff\xeb\xff\xeb\xf f\x07\xfd\x7f\xfd\xff\x32\xf4\xff\xf5\xff\xcb\xd0\xff\xd7\xff\x1f\x84\xf5\xe b\xff\xeb\xff\xd3\xbb\x7e\xeb\xff\x47\xee\x9f\x49\x33\xab\x49\xfe\x07\x00\x0 0\x80\x3a\x88\xdc\x7f\x24\xcd\x4c\xfe\x07\x00\x00\x80\xca\x88\xdc\x7f\x34\xc d\x4c\xfe\x07\x00\x00\x80\xca\x88\xdc\xff\xbe\x34\xb3\x9a\xe4\x7f\xfd\x7f\xf d\x7f\xfd\x7f\xfd\xff\xa0\xff\xaf\xff\x5f\x86\xfe\xbf\xfe\x7f\x19\xfa\xff\xf a\xff\x83\xb0\x7e\xfd\x7f\xfd\x7f\x7a\xd7\x6f\xfd\xff\xc8\xfd\xc7\xd2\xcc\x6 a\x92\xff\x01\x00\x00\xa0\x0e\x22\xf7\xbf\x3f\xcd\x4c\xfe\x07\x00\x00\x80\xc a\x88\xdc\xff\x81\x34\x33\xf9\x1f\x00\x00\x00\x2a\x23\x72\xff\xf1\x34\xb3\x9 a\xe4\x7f\xfd\x7f\xfd\x7f\xfd\x7f\xfd\xff\xa0\xff\xaf\xff\x5f\x86\xfe\xbf\xf e\x7f\x19\xfa\xff\xfa\xff\x83\xb0\x7e\xfd\x7f\xfd\x7f\x7a\xd7\x6f\xfd\xff\xc 8\xfd\x27\xd2\xcc\x6a\x92\xff\x01\x00\x00\xa0\x0e\x22\xf7\x9f\x4c\x33\x93\xf f\x01\x00\x00\xa0\x32\x22\xf7\x9f\x4a\x33\x93\xff\x01\x00\x00\xa0\x32\x22\xf 7\x9f\x4e\x33\xab\x49\xfe\xd7\xff\xd7\xff\xd7\xff\xd7\xff\x0f\xfa\xff\xfa\xf f\x65\xe8\xff\xeb\xff\x97\xa1\xff\xaf\xff\x3f\x08\xeb\xd7\xff\xd7\xff\xa7\x7 7\xfd\xd6\xff\x8f\xdc\xff\xfb\x69\x66\x35\xc9\xff\x00\x00\x00\x50\x07\x91\xf b\xcf\xa4\x99\xc9\xff\x00\x00\x00\x50\x19\x91\xfb\x67\xd3\xcc\xe4\x7f\x00\x0 0\x00\xa8\x8c\xc8\xfd\x67\xd3\xcc\x6a\x92\xff\xf5\xff\xf5\xff\xf5\xff\xf5\xf f\x83\xfe\xbf\xfe\x7f\x19\xfa\xff\xfa\xff\x65\xe8\xff\xeb\xff\x0f\xc2\xfa\xf 5\xff\xf5\xff\xf9\x7f\xf6\xee\x1a\x09\x9f\xac\x0a\xe3\x30\xc5\x9e\xd8\x04\x1 9\x0b\x20\x65\x07\xb8\xbb\xfb\xe0\xee\xee\xee\xee\xee\xee\xee\xee\x04\x04\x9 c\xf7\x14\xc9\x14\x70\x7b\xa6\xfe\xdd\xf7\x3c\x4f\x72\x92\xaf\xea\xbb\xe9\x1 b\xfc\xaa\x8f\x3b\x5b\xff\x9f\xdd\x7f\xe7\xba\x6d\xc8\xfe\x07\x00\x00\x80\x0 9\xb2\xfb\xef\x52\xb7\xd9\xff\x00\x00\x00\xb0\x8d\xec\xfe\xbb\xd6\x6d\xf6\x3 f\x00\x00\x00\x6c\x23\xbb\xff\x6e\x75\xdb\x90\xfd\xaf\xff\xd7\xff\xeb\xff\xf 5\xff\xa1\xff\xd7\xff\xaf\xd0\xff\xeb\xff\x57\xe8\xff\xf5\xff\x57\x78\xbf\xf e\x5f\xff\xcf\x71\x67\xeb\xff\xb3\xfb\xef\x5e\xb7\x0d\xd9\xff\x00\x00\x00\x3 0\x41\x76\xff\x3d\xea\x36\xfb\x1f\x00\x00\x00\xb6\x91\xdd\x7f\xcf\xba\xcd\xf e\x07\x00\x00\x80\x6d\x64\xf7\xdf\xab\x6e\x1b\xb2\xff\xf5\xff\xfa\x7f\xfd\xb f\xfe\x3f\xf4\xff\xfa\xff\x15\xfa\x7f\xfd\xff\x0a\xfd\xbf\xfe\xff\x0a\xef\xd 7\xff\xeb\xff\x39\xee\x6c\xfd\x7f\x76\xff\xbd\xeb\xb6\x21\xfb\x1f\x00\x00\x0 0\x26\xc8\xee\xbf\x4f\xdd\x66\xff\x03\x00\x00\xc0\x36\xb2\xfb\xef\x5b\xb7\xd 9\xff\x00\x00\x00\xb0\x8d\xec\xfe\xfb\xd5\x6d\x43\xf6\xbf\xfe\x5f\xff\xaf\xf f\xd7\xff\x87\xfe\x5f\xff\xbf\x42\xff\xaf\xff\x5f\xa1\xff\xd7\xff\x5f\xe1\xf d\xfa\x7f\xfd\x3f\xc7\x9d\xad\xff\xcf\xee\xbf\x7f\xdd\x36\x64\xff\x03\x00\x0 0\xc0\x04\xd9\xfd\x0f\xa8\xdb\xec\x7f\x00\x00\x00\xd8\x46\x76\xff\x03\xeb\x3 6\xfb\x1f\x00\x00\x00\xb6\x91\xdd\xff\xa0\xba\x6d\xc8\xfe\xd7\xff\xeb\xff\xf 5\xff\xfa\xff\xd0\xff\xeb\xff\x57\xe8\xff\xf5\xff\x2b\xf4\xff\xfa\xff\x2b\xb c\x5f\xff\xaf\xff\xe7\xb8\xb3\xf5\xff\xd9\xfd\x0f\xae\xdb\x86\xec\x7f\x00\x0 0\x00\x98\x20\xbb\xff\x21\x75\x9b\xfd\x0f\x00\x00\x00\xdb\xc8\xee\x7f\x68\xd d\x66\xff\x03\x00\x00\xc0\x36\xb2\xfb\x1f\x56\xb7\x0d\xd9\xff\xfa\x7f\xfd\xb f\xfe\x5f\xff\x1f\xfa\x7f\xfd\xff\x0a\xfd\xbf\xfe\x7f\x85\xfe\x5f\xff\x7f\x8 5\xf7\xeb\xff\xf5\xff\x1c\x77\xb6\xfe\x3f\xbb\xff\xe1\x75\xdb\x90\xfd\x0f\x0 0\x00\x00\x13\x64\xf7\x3f\xa2\x6e\xb3\xff\x01\x00\x00\xe0\xf4\x6e\xfb\x3f\xf e\x2e\xbb\xff\x91\x75\x9b\xfd\x0f\x00\x00\x00\xdb\xc8\xee\x7f\x54\xdd\x36\x6 4\xff\xeb\xff\xf5\xff\xfa\x7f\xfd\x7f\xe8\xff\x97\xfb\xff\x3b\xfd\xe7\xff\xe 9\xff\x6f\x59\xfa\x7f\xfd\xff\x6d\xf4\xff\xcb\x6e\x74\x3f\x7f\xf5\xf7\xeb\xf f\xf5\xff\x1c\x77\xb6\xfe\x3f\xbb\xff\xd1\x75\xdb\x90\xfd\x0f\x00\x00\x00\x1 3\x64\xf7\x3f\xa6\x6e\xb3\xff\x01\x00\x00\x60\x1b\xd9\xfd\x8f\xad\xdb\xec\x7 f\x00\x00\x00\xd8\x46\x76\xff\xe3\xea\xb6\x21\xfb\x5f\xff\xaf\xff\xd7\xff\xe b\xff\x43\xff\xef\xfb\xff\x2b\xf4\xff\xfa\xff\x15\xfa\x7f\xfd\xff\x15\xde\xa f\xff\xd7\xff\x73\xdc\xd9\xfa\xff\xec\xfe\xc7\xd7\x6d\x43\xf6\x3f\x00\x00\x0 0\x4c\x90\xdd\xff\x84\xba\xcd\xfe\x07\x00\x00\x80\x6d\x64\xf7\x3f\xb1\x6e\xb 3\xff\x01\x00\x00\x60\x1b\xd9\xfd\x37\xd5\x6d\x43\xf6\xbf\xfe\x5f\xff\xaf\xf f\xd7\xff\x87\xfe\x5f\xff\xbf\x42\xff\xaf\xff\x5f\xa1\xff\xd7\xff\x5f\xe1\xf d\xfa\x7f\xfd\x3f\xc7\x9d\xad\xff\xcf\xee\x7f\x52\xdd\x36\x64\xff\x03\x00\x0 0\xc0\x04\xd9\xfd\x4f\xae\xdb\xec\x7f\x00\x00\x00\xd8\x46\x76\xff\x53\xea\x3 6\xfb\x1f\x00\x00\x00\xb6\x91\xdd\xff\xd4\xba\x6d\xc8\xfe\xd7\xff\xeb\xff\xf 5\xff\xfa\xff\xd0\xff\xeb\xff\x57\xe8\xff\xf5\xff\x2b\xf4\xff\xfa\xff\x2b\xb c\x5f\xff\xaf\xff\xe7\xb8\xb3\xf5\xff\xd9\xfd\x4f\xab\xdb\x86\xec\x7f\x00\x0 0\x00\x98\x20\xbb\xff\xe9\x75\x9b\xfd\x0f\x00\x00\x00\xdb\xc8\xee\x7f\x46\xd d\x66\xff\x03\x00\x00\xc0\x36\xb2\xfb\x9f\x59\xb7\x0d\xd9\xff\xfa\x7f\xfd\xb f\xfe\x5f\xff\x1f\xfa\x7f\xfd\xff\x0a\xfd\xbf\xfe\x7f\x85\xfe\x5f\xff\x7f\x8 5\xf7\xeb\xff\xf5\xff\x1c\x77\xb6\xfe\x3f\xbb\xff\x59\x75\xdb\x90\xfd\x0f\x0 0\x00\x00\x13\x64\xf7\x3f\xbb\x6e\xb3\xff\x01\x00\x00\x60\x1b\xd9\xfd\xcf\xa 9\xdb\xec\x7f\x00\x00\x00\xd8\x46\x76\xff\x73\xeb\xb6\x21\xfb\x5f\xff\xaf\xf f\xd7\xff\xeb\xff\x43\xff\xaf\xff\x5f\xa1\xff\xd7\xff\xaf\xd0\xff\xeb\xff\xa f\xf0\x7e\xfd\xbf\xfe\x9f\xe3\xce\xd6\xff\x67\xf7\x3f\xaf\x6e\x1b\xb2\xff\x0 1\x00\x00\x60\x82\xec\xfe\xe7\xd7\x6d\xf6\x3f\x00\x00\x00\x6c\x23\xbb\xff\x0 5\x75\x9b\xfd\x0f\x00\x00\x00\xdb\xc8\xee\x7f\x61\xdd\x36\x64\xff\xeb\xff\xf 5\xff\xfa\x7f\xfd\x7f\xe8\xff\xf5\xff\x2b\xf4\xff\xfa\xff\x15\xfa\x7f\xfd\xf f\x15\xde\xaf\xff\xd7\xff\x73\xdc\xd9\xfa\xff\xec\xfe\x17\xd5\x6d\x43\xf6\x3 f\x00\x00\x00\x4c\x90\xdd\xff\xe2\xba\xcd\xfe\x07\x00\x00\x80\x6d\x64\xf7\xb f\xa4\x6e\xb3\xff\x01\x00\x00\x60\x1b\xd9\xfd\x2f\xad\xdb\x86\xec\x7f\xfd\xb f\xfe\x5f\xff\xaf\xff\x0f\xfd\xbf\xfe\x7f\x85\xfe\x5f\xff\xbf\x42\xff\xaf\xf f\xbf\xc2\xfb\xf5\xff\xfa\x7f\x8e\x3b\x5b\xff\x9f\xdd\xff\xb2\xba\x6d\xc8\xf e\x07\x00\x00\x80\x09\xb2\xfb\x5f\x5e\xb7\xd9\xff\x00\x00\x00\xb0\x8d\xec\xf e\x57\xd4\x6d\xf6\x3f\x00\x00\x00\x6c\x23\xbb\xff\x95\x75\xdb\x90\xfd\xaf\xf f\xd7\xff\xeb\xff\xf5\xff\xa1\xff\xd7\xff\xaf\xd0\xff\xeb\xff\x57\xe8\xff\xf 5\xff\x57\x78\xbf\xfe\x5f\xff\xcf\x71\x67\xeb\xff\xb3\xfb\x5f\x55\xb7\x0d\xd 9\xff\x00\x00\x00\x30\x41\x76\xff\xab\xeb\x36\xfb\x1f\x00\x00\x00\xb6\x91\xd d\xff\x9a\xba\xcd\xfe\x07\x00\x00\x80\x6d\x64\xf7\xbf\xb6\x6e\x1b\xb2\xff\xf 5\xff\xfa\x7f\xfd\xbf\xfe\x3f\xf4\xff\xfa\xff\x15\xfa\x7f\xfd\xff\x0a\xfd\xb f\xfe\xff\x0a\xef\xd7\xff\xeb\xff\x39\xee\x6c\xfd\x7f\x76\xff\xeb\xea\xb6\x2 1\xfb\x1f\x00\x00\x00\x26\xc8\xee\x7f\x7d\xdd\x66\xff\x03\x00\x00\xc0\x36\xb 2\xfb\xdf\x50\xb7\xd9\xff\x00\x00\x00\xb0\x8d\xec\xfe\x37\xd6\x6d\x43\xf6\xb f\xfe\x5f\xff\xaf\xff\xd7\xff\x87\xfe\x5f\xff\xbf\x42\xff\xaf\xff\x5f\xa1\xf f\xd7\xff\x5f\xe1\xfd\xfa\x7f\xfd\x3f\xc7\x9d\xad\xff\xcf\xee\x7f\x53\xdd\x3 6\x64\xff\x03\x00\x00\xc0\x04\xd9\xfd\x6f\xae\xdb\xec\x7f\x00\x00\x00\xd8\x4 6\x76\xff\x5b\xea\x36\xfb\x1f\x00\x00\x00\xb6\x91\xdd\xff\xd6\xba\x6d\xc8\xf e\xd7\xff\xeb\xff\xf5\xff\xfa\xff\xd0\xff\xeb\xff\x57\xe8\xff\xf5\xff\x2b\xf 4\xff\xfa\xff\x2b\xbc\x5f\xff\xaf\xff\xe7\xb8\xb3\xf5\xff\xd9\xfd\x6f\xab\xd b\x86\xec\x7f\x00\x00\x00\x98\x20\xbb\xff\xed\x75\x9b\xfd\x0f\x00\x00\x00\xd b\xc8\xee\x7f\x47\xdd\x66\xff\x03\x00\x00\xc0\x36\xb2\xfb\xdf\x59\xb7\x0d\xd 9\xff\xfa\x7f\xfd\xbf\xfe\x5f\xff\x1f\xfa\x7f\xfd\xff\x0a\xfd\xbf\xfe\x7f\x8 5\xfe\x5f\xff\x7f\x85\xf7\xeb\xff\xf5\xff\x1c\x77\xb6\xfe\x3f\xbb\xff\x5d\x7 5\xdb\x90\xfd\x0f\x00\x00\x00\x13\x64\xf7\xbf\xbb\x6e\xb3\xff\x01\x00\x00\x6 0\x1b\xd9\xfd\xef\xa9\xdb\xec\x7f\x00\x00\x00\xd8\x46\x76\xff\x7b\xeb\xb6\x2 1\xfb\x5f\xff\xaf\xff\xd7\xff\xeb\xff\x43\xff\xaf\xff\x5f\xa1\xff\xd7\xff\xa f\xd0\xff\xeb\xff\xaf\xf0\x7e\xfd\xbf\xfe\x9f\xe3\xce\xd6\xff\x67\xf7\xbf\xa f\x6e\x1b\xb2\xff\x01\x00\x00\x60\x82\xec\xfe\xf7\xd7\x6d\xf6\x3f\x00\x00\x0 0\x6c\x23\xbb\xff\x03\x75\x9b\xfd\x0f\x00\x00\x00\xdb\xc8\xee\xff\x60\xdd\x3 6\x64\xff\xeb\xff\xf5\xff\xfa\x7f\xfd\x7f\xe8\xff\xf5\xff\x2b\xf4\xff\xfa\xf f\x15\xfa\x7f\xfd\xff\xff\xf5\xfe\x9b\x6e\xaf\xff\xd7\xff\x73\x51\x67\xeb\xf f\xb3\xfb\x3f\x54\xb7\x0d\xd9\xff\x00\x00\x00\x30\x41\x76\xff\x87\xeb\x36\xf b\x1f\x00\x00\x00\xb6\x91\xdd\xff\x91\xba\xcd\xfe\x07\x00\x00\x80\x6d\x64\xf 7\x7f\xb4\x6e\x1b\xb2\xff\xf5\xff\xfa\x7f\xfd\xbf\xfe\x3f\xf4\xff\xfa\xff\x1 5\xfa\x7f\xfd\xff\x0a\xfd\xbf\xfe\xff\x0a\xef\xd7\xff\xeb\xff\x39\xee\x6c\xf d\x7f\x76\xff\xc7\xea\xb6\x21\xfb\x1f\x00\x00\x00\x26\xc8\xee\xff\x78\xdd\x6 6\xff\x03\x00\x00\xc0\x36\xb2\xfb\x3f\x51\xb7\xd9\xff\x00\x00\x00\xb0\x8d\xe c\xfe\x4f\xd6\x6d\x43\xf6\xbf\xfe\x5f\xff\xaf\xff\xd7\xff\x87\xfe\x5f\xff\xb f\x42\xff\xaf\xff\x5f\xa1\xff\xd7\xff\x5f\xe1\xfd\xfa\x7f\xfd\x3f\xc7\x9d\xa d\xff\xcf\xee\xff\x54\xdd\x36\x64\xff\x03\x00\x00\xc0\x04\xd9\xfd\x9f\xae\xd b\xec\x7f\x00\x00\x00\xd8\x46\x76\xff\x67\xea\x36\xfb\x1f\x00\x00\x00\xb6\x9 1\xdd\xff\xd9\xba\x6d\xc8\xfe\xd7\xff\xeb\xff\xf5\xff\xfa\xff\xd0\xff\xeb\xf f\x57\xe8\xff\xf5\xff\x2b\xf4\xff\xfa\xff\x2b\xbc\x5f\xff\xaf\xff\xe7\xb8\xb 3\xf5\xff\xd9\xfd\x9f\xab\xdb\x86\xec\x7f\x00\x00\x00\x98\x20\xbb\xff\xf3\x7 5\x9b\xfd\x0f\x00\x00\x00\xdb\xc8\xee\xff\x42\xdd\x66\xff\x03\x00\x00\xc0\x3 6\xb2\xfb\xbf\x58\xb7\x0d\xd9\xff\xfa\x7f\xfd\xbf\xfe\x5f\xff\x1f\xfa\x7f\xf d\xff\x0a\xfd\xbf\xfe\x7f\x85\xfe\x5f\xff\x7f\x85\xf7\xeb\xff\xf5\xff\x1c\x7 7\xb6\xfe\x3f\xbb\xff\x4b\x75\xdb\x90\xfd\x0f\x00\x00\x00\x13\x64\xf7\x7f\xb 9\x6e\xb3\xff\x01\x00\x00\x60\x1b\xd9\xfd\x5f\xa9\xdb\xec\x7f\x00\x00\x00\xd 8\x46\x76\xff\x57\xeb\xb6\x21\xfb\x5f\xff\xaf\xff\xd7\xff\xeb\xff\x43\xff\xa f\xff\x5f\xa1\xff\xd7\xff\xaf\xd0\xff\xeb\xff\xaf\xf0\x7e\xfd\xbf\xfe\x9f\xe 3\xce\xd6\xff\x67\xf7\x7f\xad\x6e\x1b\xb2\xff\x01\x00\x00\x60\x82\xec\xfe\xa f\xd7\x6d\xf6\x3f\x00\x00\x00\x6c\x23\xbb\xff\x1b\x75\x9b\xfd\x0f\x00\x00\x0 0\xdb\xc8\xee\xff\x66\xdd\x36\x64\xff\xeb\xff\xf5\xff\xfa\x7f\xfd\x7f\xe8\xf f\xf5\xff\x2b\xf4\xff\xfa\xff\x15\xfa\x7f\xfd\xff\x15\xde\xaf\xff\xd7\xff\x7 3\xdc\xd9\xfa\xff\xec\xfe\x6f\xd5\x6d\x43\xf6\x3f\x00\x00\x00\x4c\x90\xdd\xf f\xed\xba\xcd\xfe\x07\x00\x00\x80\x6d\x64\xf7\x7f\xa7\x6e\xb3\xff\x01\x00\x0 0\x60\x1b\xd9\xfd\xdf\xad\xdb\x86\xec\x7f\xfd\xff\xb9\xfa\xff\x3b\xdc\xcc\x7 b\xf5\xff\xfa\x7f\xfd\xbf\xfe\xff\xac\xf4\xff\xfa\xff\x15\xfa\x7f\xfd\xff\x1 5\xde\xaf\xff\xd7\xff\x73\xdc\xd9\xfa\xff\xec\xfe\xef\xd5\x6d\x43\xf6\x3f\x0 0\x00\x00\x4c\x90\xdd\xff\xfd\xba\xcd\xfe\x07\x00\x00\x80\x6d\x64\xf7\xff\xa 0\x6e\xb3\xff\x01\x00\x00\x60\x1b\xd9\xfd\x3f\xac\xdb\x86\xec\x7f\xfd\xff\xb 9\xfa\xff\x9b\xa3\xff\xd7\xff\xeb\xff\xf5\xff\x67\xa5\xff\xd7\xff\xaf\xd0\xf f\xeb\xff\xaf\xf0\x7e\xfd\xbf\xfe\x9f\xe3\xce\xd6\xff\x67\xf7\xff\xa8\x6e\x1 b\xb2\xff\x01\x00\x00\x60\x82\xec\xfe\x1f\xd7\x6d\xf6\x3f\x00\x00\x00\x6c\x2 3\xbb\xff\x27\x75\x9b\xfd\x0f\x00\x00\x00\xdb\xc8\xee\xff\x69\xdd\x36\x64\xf f\xeb\xff\xf5\xff\x17\xef\xff\xf3\x57\xfa\x7f\xfd\xbf\xfe\xff\x06\xd1\xff\xe b\xff\x57\xe8\xff\xf5\xff\x57\x78\xbf\xfe\x5f\xff\xcf\x71\x67\xeb\xff\xb3\xf b\x7f\x56\xb7\x0d\xd9\xff\x00\x00\x00\x30\x41\x76\xff\xcf\xeb\x36\xfb\x1f\x0 0\x00\x00\xb6\x91\xdd\xff\x8b\xba\xcd\xfe\x07\x00\x00\x80\x6d\x64\xf7\xff\xb 2\x6e\x1b\xb2\xff\xf5\xff\xfa\xff\x8b\xf7\xff\xbe\xff\xaf\xff\xff\xaf\xef\xd 7\xff\xdf\xba\xf4\xff\xfa\xff\x15\xfa\x7f\xfd\xff\x15\xde\xaf\xff\xd7\xff\x7 3\xdc\xd9\xfa\xff\xec\xfe\x5f\xd5\x6d\x43\xf6\x3f\x00\x00\x00\x4c\x90\xdd\xf f\xeb\xba\xcd\xfe\x07\x00\x00\x80\x6d\x64\xf7\xff\xa6\x6e\xb3\xff\x01\x00\x0 0\x60\x1b\xd9\xfd\xbf\xad\xdb\x86\xec\x7f\xfd\xbf\xfe\x5f\xff\xaf\xff\x0f\xf d\xbf\xfe\x7f\x85\xfe\x5f\xff\xbf\x42\xff\xaf\xff\xbf\xc2\xfb\xf5\xff\xfa\x7 f\x8e\x3b\x5b\xff\x9f\xdd\xff\xbb\xba\x6d\xc8\xfe\x07\x00\x00\x80\x09\xb2\xf b\x7f\x5f\xb7\xd9\xff\x00\x00\x00\xb0\x8d\xec\xfe\x3f\xd4\x6d\xf6\x3f\x00\x0 0\x00\x6c\x23\xbb\xff\x8f\x75\xdb\x90\xfd\xaf\xff\xd7\xff\xeb\xff\xf5\xff\xa 1\xff\xd7\xff\xaf\xd0\xff\xeb\xff\x57\xe8\xff\x6f\xfd\xfe\xff\x76\x77\xfc\xf 7\xd5\xff\xeb\xff\xf5\xff\xdc\x48\x67\xeb\xff\xb3\xfb\xff\x54\xb7\x0d\xd9\xf f\x00\x00\x00\x30\x41\x76\xff\x9f\xeb\x36\xfb\x1f\x00\x00\x00\xb6\x91\xdd\xf f\x97\xba\xcd\xfe\x07\x00\x00\x80\x6d\x64\xf7\xff\xb5\x6e\x1b\xb2\xff\xf5\xf f\xfa\x7f\xfd\xbf\xfe\x3f\xf4\xff\xfa\xff\x15\xfa\x7f\xfd\xff\x0a\xfd\xbf\xe f\xff\x5f\xe1\xfd\xfa\x7f\xfd\x3f\xc7\x9d\xad\xff\xcf\xee\xff\x5b\xdd\x36\x6 4\xff\x03\x00\x00\xc0\x04\xd9\xfd\x7f\xaf\xdb\xec\x7f\x00\x00\x00\xd8\x46\x7 6\xff\x3f\xea\x36\xfb\x1f\x00\x00\x00\xb6\x91\xdd\xff\xcf\xba\x6d\xc8\xfe\xd 7\xff\xeb\xff\xf5\xff\xfa\xff\xd0\xff\xeb\xff\x57\xe8\xff\xf5\xff\x2b\xf4\xf f\xfa\xff\x2b\xbc\x5f\xff\xaf\xff\xe7\xb8\xb3\xf5\xff\xd9\xfd\xff\x0a\x00\x0 0\xff\xff\x20\xfd\x70\xb2", 24117); syz_mount_image(/*fs=*/0x20005dc0, /*dir=*/0x200000c0, /*flags=MS_RDONLY*/1, /*opts=*/0x20000200, /*chdir=*/1, /*size=*/0x5e35, /*img=*/0x20005e00); memcpy((void*)0x20000000, ".\000", 2); syscall(__NR_mount, /*src=*/0ul, /*dst=*/0x20000000ul, /*type=*/0ul, /*flags=MS_REMOUNT*/0x20ul, /*opts=*/0ul); memcpy((void*)0x20000000, ".\000", 2); syscall(__NR_mount, /*src=*/0ul, /*dst=*/0x20000000ul, /*type=*/0ul, /*flags=MS_REMOUNT*/0x20ul, /*opts=*/0ul); memcpy((void*)0x20000100, ".pending_reads\000", 15); syscall(__NR_openat, /*fd=*/0xffffff9c, /*file=*/0x20000100ul, /*flags=O_TRUNC|O_SYNC|O_NONBLOCK|O_NOCTTY|O_LARGEFILE|O_CREAT|0x80001*/0x18 9b41ul, /*mode=*/0ul);
} int main(void) { syscall(__NR_mmap, /*addr=*/0x1ffff000ul, /*len=*/0x1000ul, /*prot=*/0ul, /*flags=MAP_FIXED|MAP_ANONYMOUS|MAP_PRIVATE*/0x32ul, /*fd=*/-1, /*offset=*/0ul); syscall(__NR_mmap, /*addr=*/0x20000000ul, /*len=*/0x1000000ul, /*prot=PROT_WRITE|PROT_READ|PROT_EXEC*/7ul, /*flags=MAP_FIXED|MAP_ANONYMOUS|MAP_PRIVATE*/0x32ul, /*fd=*/-1, /*offset=*/0ul); syscall(__NR_mmap, /*addr=*/0x21000000ul, /*len=*/0x1000ul, /*prot=*/0ul, /*flags=MAP_FIXED|MAP_ANONYMOUS|MAP_PRIVATE*/0x32ul, /*fd=*/-1, /*offset=*/0ul); loop(); return 0; }
|  |