max_stars_repo_path stringlengths 4 261 | max_stars_repo_name stringlengths 6 106 | max_stars_count int64 0 38.8k | id stringlengths 1 6 | text stringlengths 7 1.05M |
|---|---|---|---|---|
yasm-1.3.0/modules/parsers/gas/tests/bin/gas-intel_syntax-noprefix.asm | xu5343/ffmpegtoolkit_CentOS7 | 2,151 | 174055 | .intel_syntax noprefix
.section .rodata
.LC0:
.string "Hello"
.text
lea ecx, 4 [esp]
and esp, -16
push DWORD PTR [ecx-4]
push ebp
fstp st(0)
ffree st(1)
mov ebp, esp
push ecx
sub esp, 4
mov DWORD PTR [esp], OFFSET FLAT:.LC0
add esp, 4
pop ebp
lea esp, [ecx-4]
ret
|
programs/oeis/074/A074099.asm | karttu/loda | 1 | 95912 | ; A074099: Duplicate of A006788.
; 1,1,1,2,3,5,9,16,28,51,93,170,315,585,1092,2048,3855,7281,13797,26214,49932
mov $1,2
pow $1,$0
add $0,1
div $1,$0
|
org.alloytools.alloy.extra/extra/models/book/appendixA/addressBook1.als | Kaixi26/org.alloytools.alloy | 527 | 5290 | <reponame>Kaixi26/org.alloytools.alloy
module appendixA/addressBook1
abstract sig Name {
address: set Addr+Name
}
sig Alias, Group extends Name { }
sig Addr { }
fact {
// the invariants should go here
}
pred show {
// simulation constraints should go here
}
run show for 3
|
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/ce/ce2201l.ada | best08618/asylo | 7 | 9338 | -- CE2201L.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025, the U.S. Government obtained
-- unlimited rights in the software and documentation contained herein.
-- Unlimited rights are defined in DFAR 252.227-7013(a)(19). By making
-- this public release, the Government intends to confer upon all
-- recipients unlimited rights equal to those held by the Government.
-- These rights include rights to use, duplicate, release or disclose the
-- released technical data and computer software in whole or in part, in
-- any manner and for any purpose whatsoever, and to have or permit others
-- to do so.
--
-- DISCLAIMER
--
-- ALL MATERIALS OR INFORMATION HEREIN RELEASED, MADE AVAILABLE OR
-- DISCLOSED ARE AS IS. THE GOVERNMENT MAKES NO EXPRESS OR IMPLIED
-- WARRANTY AS TO ANY MATTER WHATSOEVER, INCLUDING THE CONDITIONS OF THE
-- SOFTWARE, DOCUMENTATION OR OTHER INFORMATION RELEASED, MADE AVAILABLE
-- OR DISCLOSED, OR THE OWNERSHIP, MERCHANTABILITY, OR FITNESS FOR A
-- PARTICULAR PURPOSE OF SAID MATERIAL.
--*
-- OBJECTIVE:
-- CHECK THAT READ, WRITE, AND END_OF_FILE ARE SUPPORTED FOR
-- SEQUENTIAL FILES WITH ELEMENT TYPE FIXED.
-- APPLICABILITY CRITERIA:
-- THIS TEST IS APPLICABLE ONLY TO IMPLEMENTATIONS WHICH SUPPORT
-- SEQUENTIAL FILES.
-- HISTORY:
-- JLH 08/03/87 CREATED ORIGINAL TEST.
WITH REPORT; USE REPORT;
WITH SEQUENTIAL_IO;
PROCEDURE CE2201L IS
BEGIN
TEST ("CE2201L", "CHECK THAT READ, WRITE, AND END_OF_FILE " &
"ARE SUPPORTED FOR SEQUENTIAL FILES - FIXED");
DECLARE
TYPE FIX IS DELTA 0.5 RANGE -10.0 .. 255.0;
PACKAGE SEQ_FIX IS NEW SEQUENTIAL_IO (FIX);
USE SEQ_FIX;
FILE_FIX : FILE_TYPE;
INCOMPLETE : EXCEPTION;
FX : FIX := -8.5;
ITEM_FIX : FIX;
BEGIN
BEGIN
CREATE (FILE_FIX, OUT_FILE, LEGAL_FILE_NAME);
EXCEPTION
WHEN USE_ERROR | NAME_ERROR =>
NOT_APPLICABLE ("CREATE OF SEQUENTIAL FILE WITH " &
"MODE OUT_FILE NOT SUPPORTED");
RAISE INCOMPLETE;
END;
WRITE (FILE_FIX, FX);
CLOSE (FILE_FIX);
BEGIN
OPEN (FILE_FIX, IN_FILE, LEGAL_FILE_NAME);
EXCEPTION
WHEN USE_ERROR =>
NOT_APPLICABLE ("OPEN OF SEQUENTIAL FILE WITH " &
"MODE IN_FILE NOT SUPPORTED");
RAISE INCOMPLETE;
END;
IF END_OF_FILE (FILE_FIX) THEN
FAILED ("WRONG END_OF_FILE VALUE FOR FIXED POINT");
END IF;
READ (FILE_FIX, ITEM_FIX);
IF NOT END_OF_FILE (FILE_FIX) THEN
FAILED ("END OF FILE NOT TRUE - FIXED");
END IF;
IF ITEM_FIX /= -8.5 THEN
FAILED ("READ WRONG VALUE - STRING");
END IF;
BEGIN
DELETE (FILE_FIX);
EXCEPTION
WHEN USE_ERROR =>
NULL;
END;
EXCEPTION
WHEN INCOMPLETE =>
NULL;
END;
RESULT;
END CE2201L;
|
tests/nonsmoke/functional/CompileTests/experimental_ada_tests/tests/variable_declaration.ads | ouankou/rose | 488 | 16314 | <reponame>ouankou/rose
package Variable_Declaration is
The_Variable : Integer;
end Variable_Declaration;
|
libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sdcc/atan2_callee.asm | ahjelm/z88dk | 640 | 165958 |
SECTION code_fp_am9511
PUBLIC _atan2_callee
EXTERN cam32_sdcc_atan2_callee
defc _atan2_callee = cam32_sdcc_atan2_callee
|
oeis/098/A098249.asm | neoneye/loda-programs | 11 | 161612 | ; A098249: Chebyshev polynomials S(n,291) + S(n-1,291) with Diophantine property.
; Submitted by <NAME>
; 1,292,84971,24726269,7195259308,2093795732359,609287362857161,177300528795701492,51593844592186277011,15013631475797410908709,4368915165612454388157308,1271339299561748429542867919,369955367257303180542586407121,107655740532575663789463101604292,31327450539612260859553219980441851,9116180451286635334466197551206974349,2652777183873871270068803934181249093708,771949044326845252954687478649192279294679,224634519121928094738543987482980772025657881,65367873115436748723663345670068755467187148692
lpb $0
mov $2,$0
sub $0,1
mul $2,2
seq $2,90306 ; a(n) = 17*a(n-1) + a(n-2), starting with a(0) = 2 and a(1) = 17.
add $1,$2
lpe
mov $0,$1
add $0,1
|
Task/Man-or-boy-test/AppleScript/man-or-boy-test.applescript | LaudateCorpus1/RosettaCodeData | 1 | 4482 | <reponame>LaudateCorpus1/RosettaCodeData<filename>Task/Man-or-boy-test/AppleScript/man-or-boy-test.applescript
on a(k, x1, x2, x3, x4, x5)
script b
set k to k - 1
return a(k, b, x1, x2, x3, x4)
end script
if k ≤ 0 then
return (run x4) + (run x5)
else
return (run b)
end if
end a
on int(x)
script s
return x
end script
return s
end int
a(10, int(1), int(-1), int(-1), int(1), int(0))
|
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_421.asm | ljhsiun2/medusa | 9 | 82420 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_421.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x53f9, %rsi
lea addresses_D_ht+0x1e15d, %rdi
nop
sub $6804, %rax
mov $44, %rcx
rep movsb
and $12591, %r14
pop %rsi
pop %rdi
pop %rcx
pop %rax
pop %r14
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r13
push %r14
push %r8
push %r9
push %rax
push %rdi
// Store
lea addresses_WT+0x641, %rax
nop
nop
nop
nop
nop
add $63481, %rdi
mov $0x5152535455565758, %r14
movq %r14, %xmm4
movups %xmm4, (%rax)
nop
nop
nop
cmp %r13, %r13
// Store
lea addresses_WC+0x88f9, %r13
and %r8, %r8
mov $0x5152535455565758, %rax
movq %rax, %xmm2
vmovups %ymm2, (%r13)
nop
inc %r14
// Load
lea addresses_US+0x61a9, %rdi
nop
nop
nop
cmp $18194, %r13
vmovups (%rdi), %ymm0
vextracti128 $0, %ymm0, %xmm0
vpextrq $0, %xmm0, %r12
cmp $43327, %rax
// Store
lea addresses_normal+0x2d59, %r9
nop
nop
and $64658, %r14
mov $0x5152535455565758, %r12
movq %r12, (%r9)
nop
nop
nop
nop
nop
sub $52184, %r8
// Store
mov $0xabfbd0000000ac9, %r13
nop
nop
nop
nop
nop
xor $5565, %r8
movw $0x5152, (%r13)
nop
nop
nop
add $50830, %rax
// Store
lea addresses_WC+0x76d, %rdi
nop
nop
cmp $46400, %r12
mov $0x5152535455565758, %r13
movq %r13, (%rdi)
nop
xor $51731, %rdi
// Load
lea addresses_WT+0x198b9, %r8
nop
nop
nop
nop
nop
sub $50676, %r9
movups (%r8), %xmm4
vpextrq $1, %xmm4, %r13
nop
nop
nop
sub $10196, %rdi
// Faulty Load
lea addresses_normal+0x1af9, %r8
inc %r14
movups (%r8), %xmm2
vpextrq $1, %xmm2, %r9
lea oracles, %r14
and $0xff, %r9
shlq $12, %r9
mov (%r14,%r9,1), %r9
pop %rdi
pop %rax
pop %r9
pop %r8
pop %r14
pop %r13
pop %r12
ret
/*
<gen_faulty_load>
[REF]
{'OP': 'LOAD', 'src': {'same': False, 'type': 'addresses_normal', 'NT': False, 'AVXalign': True, 'size': 32, 'congruent': 0}}
{'OP': 'STOR', 'dst': {'same': False, 'type': 'addresses_WT', 'NT': False, 'AVXalign': False, 'size': 16, 'congruent': 1}}
{'OP': 'STOR', 'dst': {'same': False, 'type': 'addresses_WC', 'NT': False, 'AVXalign': False, 'size': 32, 'congruent': 7}}
{'OP': 'LOAD', 'src': {'same': False, 'type': 'addresses_US', 'NT': False, 'AVXalign': False, 'size': 32, 'congruent': 4}}
{'OP': 'STOR', 'dst': {'same': False, 'type': 'addresses_normal', 'NT': False, 'AVXalign': False, 'size': 8, 'congruent': 2}}
{'OP': 'STOR', 'dst': {'same': False, 'type': 'addresses_NC', 'NT': False, 'AVXalign': False, 'size': 2, 'congruent': 4}}
{'OP': 'STOR', 'dst': {'same': False, 'type': 'addresses_WC', 'NT': False, 'AVXalign': False, 'size': 8, 'congruent': 1}}
{'OP': 'LOAD', 'src': {'same': False, 'type': 'addresses_WT', 'NT': False, 'AVXalign': False, 'size': 16, 'congruent': 6}}
[Faulty Load]
{'OP': 'LOAD', 'src': {'same': True, 'type': 'addresses_normal', 'NT': False, 'AVXalign': False, 'size': 16, 'congruent': 0}}
<gen_prepare_buffer>
{'OP': 'REPM', 'src': {'same': False, 'congruent': 5, 'type': 'addresses_normal_ht'}, 'dst': {'same': False, 'congruent': 1, 'type': 'addresses_D_ht'}}
{'34': 21829}
34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34 34
*/
|
tests/tcl-commands-test_data-tests-argv_pointer.ads | thindil/tashy2 | 2 | 19752 | package Tcl.Commands.Test_Data.Tests.Argv_Pointer is
end Tcl.Commands.Test_Data.Tests.Argv_Pointer;
|
src/misc/audio.asm | gbcompo21/shock-lobster | 7 | 90418 | <reponame>gbcompo21/shock-lobster<filename>src/misc/audio.asm
;
; Sound effects driver for GB
;
; Copyright 2018, 2019 <NAME>
;
; This software is provided 'as-is', without any express or implied
; warranty. In no event will the authors 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.
;
; Alterations made by <NAME>:
; - New sound effect data for Shock Lobster, replacing Libbet sounds
; - Additional comments regarding the structure of the sfx_table
; - Additional comments detailing the quick/deep/pitch paramters for
; sound effects
; - Addition of duty and volume envelope defines to streamline effect
; definition
; - Muting/unmuting of hUGEDriver channels during sound effect playback
; - Change from using Libbet's pitch_table to hUGEDriver's note_table
; - Removal of global.inc import (used for sharing of local HRAM variables)
; - Commented out unused wavebank data
include "hardware.inc/hardware.inc"
;include "src/global.inc"
LOG_SIZEOF_CHANNEL equ 3
LOG_SIZEOF_SFX equ 2
NUM_CHANNELS equ 4
ENVB_DPAR equ 5
ENVB_PITCH equ 4
ENVF_QPAR equ $C0
ENVF_DPAR equ $20
ENVF_PITCH equ $10
ENVF_DURATION equ $0F
section "audio_wram", WRAM0, ALIGN[LOG_SIZEOF_CHANNEL]
audio_channels: ds NUM_CHANNELS << LOG_SIZEOF_CHANNEL
Channel_envseg_cd = 0
Channel_envptr = 1
Channel_envpitch = 3
section "wavebank", ROM0, ALIGN[4]
wavebank:
; DVE: Commented out since it's unused
;db $FF,$EE,$DD,$CC,$BB,$AA,$99,$88,$77,$66,$55,$44,$33,$22,$11,$00
; Notes on sfx_table:
; - First byte is the channel to use for the effect (0-4)
; - Second byte is currently padding so each table entry is 4 bytes
; - Final word is the address of the effect segments
SECTION "Sound Effect Index", ROM0
; The battle music tries to leave ch0 open as much as possible so we can
; use it for SFX without clobbering the music. In cases where we want SFX
; to not clobber each other we resort to ch1 for them, giving up music
; to ensure the SFX is heard (clarity being the main example).
sfx_table:
db 0, 0
dw fx_jet
db 0, 0
dw fx_jet_upgraded
db 0, 0
dw fx_zap
db 3, 0
dw fx_discharge
db 0, 0
dw fx_shock
db 0, 0
dw fx_empower
db 3, 0
dw fx_electrify
db 0, 0
dw fx_focus
db 0, 0
dw fx_invigorate
db 1, 0 ; played on channel 1 since it's uncommon and shouldn't overlap skill FX
dw fx_clarity
db 0, 0
dw fx_first_strike
db 0, 0
dw fx_blitz
db 3, 0
dw fx_final_word
db 0, 0
dw fx_second_wind
db 0, 0
dw fx_pearl
db 1, 0 ; played on channel 1 since it's uncommon and shouldn't overlap skill FX
dw fx_enemy_defeated
db 0, 0
dw fx_venture_forth
db 0, 0
dw fx_start_battle
db 0, 0
dw fx_descr_show
db 0, 0
dw fx_descr_hide
db 0, 0
dw fx_cursor_move
db 0, 0
dw fx_confirm
db 0, 0
dw fx_cancel
db 0, 0
dw fx_unlock
db 0, 0
dw fx_error
db 0, 0
dw fx_pause
db 0, 0
dw fx_unpause
SECTION "Sound Effect Data", ROM0
sgb_sfx_table:
; To be filled in later
; Notes on FX:
; - Each sound effect is comprised of segments
; - There are up to 3 possible bytes for a segment:
; - The first byte contains the 'quick parameter' as well as flags
; indicating if deep paramter and/or pitch bytes are present
; - The second/third bytes are the deep parameter and pitch, in that
; order, if their flags are set (ENVF_DPAR and ENVF_PITCH)
; - Segment events with values from $F0-$FF are 'special', but all of them
; just end the effect right now and act like $FF
; - The noise channel has no quick parameter (only a deep parameter and pitch),
; although the duration is still used to decide when to advance segments
; - Although pulse 1 & 2 channels allow for 6 bits of length in the sound
; registers, only 4 bits are exposed in this sound effect driver
; - The sweep feature is disabled for channel, making channel 1 & 2
; essentially identical.
; Pulse 1 channel:
; - Quick parameter: Duty (rNR11)
; 7654 3210
; ||||-++++- Sound length data
; |||+------ Pitch flag (ENVF_PITCH)
; ||+------- Deep parameter flag (ENVF_DPAR)
; ++-------- Wave pattern duty (12.5%, 25%, 50%, 75%)
; - Deep parameter: Volume envelope (rNR12)
; 7654 3210
; ||||-|+++- Envelope sweep speed
; ||||-+---- Envelope direction
; ++++------ Initial envelope volume
; - Pitch:
; Pulse 2 channel:
; - Quick parameter: Duty (rNR21)
; 7654 3210
; ||||-++++- Sound length data
; |||+------ Pitch flag (ENVF_PITCH)
; ||+------- Deep parameter flag (ENVF_DPAR)
; ++-------- Wave pattern duty (12.5%, 25%, 50%, 75%)
; - Deep parameter: Volume envelope (rNR22)
; 7654 3210
; ||||-|+++- Envelope sweep speed
; ||||-+---- Envelope direction
; ++++------ Initial envelope volume
; - Pitch:
; Wave channel:
; - Quick parameter: Volume
; 7654 3210
; ||||-||++- Volume level (0%, 100%, 50%, 25%) (NR32 bits 6-5)
; ||||-++--- Unused (???)
; |||+------ Pitch flag (ENVF_PITCH)
; ||+------- Deep parameter flag (ENVF_DPAR)
; - Deep parameter: New wave data to copy (index, I think?)
; - Pitch: Lower 8 bits of 11 bit frequency (rNR33)
; Noise channel:
; - Quick parameter: Duration only
; 7654 3210
; ||||-++++- Sound length data
; ++++------ Unused
; - Deep parameter: Volume envelope sweep + shift clock frequency (rNR42)
; 7654 3210
; ||||-|+++- Frequency dividing ratio
; ||||-+---- Width (7bit or 16bit)
; ++++------ Shift clock frequency
; - Pitch: (rNR43)
; Defines to help with effect creation (added by <NAME>)
; Pulse Channels
DEF DUTY_12_5 EQU $00
DEF DUTY_25 EQU $40
DEF DUTY_50 EQU $80
DEF DUTY_75 EQU $C0
DEF VOLUME_ENVELOPE_DECREASE EQU $00
DEF VOLUME_ENVELOPE_INCREASE EQU $08
DEF VOLUME_ENVELOPE_SPEED_0 EQU $00
DEF VOLUME_ENVELOPE_SPEED_1 EQU $01
DEF VOLUME_ENVELOPE_SPEED_2 EQU $02
DEF VOLUME_ENVELOPE_SPEED_3 EQU $03
DEF VOLUME_ENVELOPE_SPEED_4 EQU $04
DEF VOLUME_ENVELOPE_SPEED_5 EQU $05
DEF VOLUME_ENVELOPE_SPEED_6 EQU $06
DEF VOLUME_ENVELOPE_SPEED_7 EQU $07
; Wave Channel
; Noise Channel
; Shock Lobster sounds
; These are sorted by which channel they're used with to make
; understanding the values easier.
; channel 1&2 (pulse)
fx_jet:
DEF BASE_PITCH EQU 19
db ENVF_DPAR|ENVF_PITCH|DUTY_50|0, $59, BASE_PITCH
db ENVF_PITCH|DUTY_50|0, BASE_PITCH+2
db ENVF_PITCH|DUTY_50|0, BASE_PITCH+3
db ENVF_DPAR|ENVF_PITCH|DUTY_50|0, $81, BASE_PITCH+4
db ENVF_PITCH|DUTY_50|0, BASE_PITCH+5
db ENVF_PITCH|DUTY_50|0, BASE_PITCH+7
PURGE BASE_PITCH
db $FF
fx_jet_upgraded:
DEF BASE_PITCH EQU 24
db ENVF_DPAR|ENVF_PITCH|DUTY_50|0, $59, BASE_PITCH
db ENVF_PITCH|DUTY_50|0, BASE_PITCH+2
db ENVF_PITCH|DUTY_50|0, BASE_PITCH+3
db ENVF_DPAR|ENVF_PITCH|DUTY_50|0, $81, BASE_PITCH+4
db ENVF_PITCH|DUTY_50|0, BASE_PITCH+5
db ENVF_PITCH|DUTY_50|0, BASE_PITCH+7
db ENVF_PITCH|DUTY_50|0, BASE_PITCH+9
db ENVF_PITCH|DUTY_50|0, BASE_PITCH+11
PURGE BASE_PITCH
db $FF
fx_zap:
DEF BASE_PITCH EQU 38
db ENVF_DPAR|ENVF_PITCH|DUTY_50|3, $78, BASE_PITCH
db ENVF_PITCH|DUTY_50|2, BASE_PITCH+1
db ENVF_PITCH|DUTY_50|1, BASE_PITCH-2
db ENVF_DPAR|ENVF_PITCH|DUTY_50|4, $7B, BASE_PITCH+5
PURGE BASE_PITCH
db $FF
fx_shock:
DEF BASE_PITCH EQU 80
db ENVF_DPAR|ENVF_PITCH|DUTY_50|1, $59, BASE_PITCH
db ENVF_PITCH|DUTY_50|1, BASE_PITCH-10
db ENVF_PITCH|DUTY_50|1, BASE_PITCH-6
db ENVF_PITCH|DUTY_50|1, BASE_PITCH-16
db ENVF_PITCH|DUTY_50|1, BASE_PITCH-12
db ENVF_PITCH|DUTY_50|1, BASE_PITCH-22
PURGE BASE_PITCH
db $FF
fx_empower:
DEF BASE_PITCH EQU 20
db ENVF_DPAR|ENVF_PITCH|DUTY_50|3, $59, BASE_PITCH
db ENVF_PITCH|DUTY_50|3, BASE_PITCH+10
db ENVF_PITCH|DUTY_50|3, BASE_PITCH+15
db ENVF_PITCH|DUTY_50|3, BASE_PITCH+20
db ENVF_PITCH|DUTY_50|3, BASE_PITCH+15
db ENVF_PITCH|DUTY_50|3, BASE_PITCH+20
db ENVF_PITCH|DUTY_50|3, BASE_PITCH+25
db ENVF_PITCH|DUTY_50|3, BASE_PITCH+20
db ENVF_PITCH|DUTY_50|3, BASE_PITCH+25
db ENVF_PITCH|DUTY_50|3, BASE_PITCH+30
PURGE BASE_PITCH
db $FF
fx_focus:
DEF BASE_PITCH EQU 40
db ENVF_DPAR|ENVF_PITCH|DUTY_25|1, $F1, BASE_PITCH
db ENVF_DPAR|ENVF_PITCH|DUTY_25|1, $F1, BASE_PITCH+9
db ENVF_DPAR|ENVF_PITCH|DUTY_25|1, $F1, BASE_PITCH-4
db ENVF_DPAR|ENVF_PITCH|DUTY_25|1, $F1, BASE_PITCH-5
db ENVF_DPAR|ENVF_PITCH|DUTY_25|1, $F1, BASE_PITCH-5+9
db ENVF_DPAR|ENVF_PITCH|DUTY_25|1, $F1, BASE_PITCH-5-4
db ENVF_DPAR|ENVF_PITCH|DUTY_25|1, $F1, BASE_PITCH+7
db ENVF_DPAR|ENVF_PITCH|DUTY_25|1, $F1, BASE_PITCH+7+9
db ENVF_DPAR|ENVF_PITCH|DUTY_25|1, $F1, BASE_PITCH+7-4
PURGE BASE_PITCH
db $FF
fx_invigorate:
DEF BASE_PITCH EQU 50
db ENVF_DPAR|ENVF_PITCH|DUTY_50|4, $E3, BASE_PITCH
db ENVF_PITCH|DUTY_50|4, BASE_PITCH+2
db ENVF_PITCH|DUTY_50|4, BASE_PITCH+4
db ENVF_PITCH|DUTY_50|4, BASE_PITCH+2
db ENVF_PITCH|DUTY_50|4, BASE_PITCH+4
db ENVF_PITCH|DUTY_50|4, BASE_PITCH+6
PURGE BASE_PITCH
db $FF
fx_clarity:
db ENVF_DPAR|ENVF_PITCH|DUTY_50|$0, $F1, 45
db ENVF_PITCH|DUTY_50|$0, 49
db ENVF_PITCH|DUTY_50|$2, 60
db ENVF_PITCH|DUTY_50|$3, 55
db ENVF_PITCH|DUTY_50|$3, 55
db $FF
fx_first_strike:
DEF BASE_PITCH EQU 25
db ENVF_DPAR|ENVF_PITCH|DUTY_25|3, $F1, BASE_PITCH
db ENVF_DPAR|ENVF_PITCH|DUTY_25|3, $F1, BASE_PITCH+9
db ENVF_DPAR|ENVF_PITCH|DUTY_25|3, $F1, BASE_PITCH+4
db ENVF_DPAR|ENVF_PITCH|DUTY_25|3, $F1, BASE_PITCH+3
db ENVF_DPAR|ENVF_PITCH|DUTY_25|3, $F1, BASE_PITCH+3+9
db ENVF_DPAR|ENVF_PITCH|DUTY_25|3, $F1, BASE_PITCH+3+4
PURGE BASE_PITCH
db $FF
fx_blitz:
DEF BASE_PITCH EQU 25
db ENVF_DPAR|ENVF_PITCH|DUTY_25|2, $F1, BASE_PITCH
db ENVF_DPAR|ENVF_PITCH|DUTY_25|2, $F1, BASE_PITCH+9
db ENVF_DPAR|ENVF_PITCH|DUTY_25|2, $F1, BASE_PITCH+4
db ENVF_DPAR|ENVF_PITCH|DUTY_25|2, $F1, BASE_PITCH-3
db ENVF_DPAR|ENVF_PITCH|DUTY_25|2, $F1, BASE_PITCH-3+9
db ENVF_DPAR|ENVF_PITCH|DUTY_25|2, $F1, BASE_PITCH-3+4
db ENVF_DPAR|ENVF_PITCH|DUTY_25|2, $F1, BASE_PITCH+6
db ENVF_DPAR|ENVF_PITCH|DUTY_25|2, $F1, BASE_PITCH+6+9
db ENVF_DPAR|ENVF_PITCH|DUTY_25|2, $F1, BASE_PITCH+6+4
PURGE BASE_PITCH
db $FF
fx_second_wind:
DEF BASE_PITCH EQU 27
db ENVF_DPAR|ENVF_PITCH|DUTY_50|5, $F9, BASE_PITCH
db ENVF_DPAR|DUTY_50|1, 0
db ENVF_DPAR|ENVF_PITCH|DUTY_50|5, $F9, BASE_PITCH
db ENVF_DPAR|DUTY_50|1, 0
db ENVF_DPAR|ENVF_PITCH|DUTY_50|3, $F9, BASE_PITCH+5
db ENVF_PITCH|DUTY_50|3, BASE_PITCH+7
db ENVF_PITCH|DUTY_50|3, BASE_PITCH+10
db ENVF_PITCH|DUTY_50|3, BASE_PITCH+14
db ENVF_PITCH|DUTY_50|3, BASE_PITCH+19
db ENVF_PITCH|DUTY_50|2, BASE_PITCH+1
db ENVF_PITCH|DUTY_50|2, BASE_PITCH+5
db ENVF_PITCH|DUTY_50|2, BASE_PITCH+11
db ENVF_PITCH|DUTY_50|2, BASE_PITCH+19
db ENVF_PITCH|DUTY_50|2, BASE_PITCH+27
PURGE BASE_PITCH
db $FF
fx_pearl:
DEF BASE_PITCH EQU 35
db ENVF_DPAR|ENVF_PITCH|DUTY_50|4, $71, BASE_PITCH
db ENVF_DPAR|ENVF_PITCH|DUTY_50|8, $71, BASE_PITCH+5
PURGE BASE_PITCH
db $FF
fx_enemy_defeated:
DEF BASE_PITCH EQU 15
db ENVF_DPAR|ENVF_PITCH|DUTY_50|5, $F9, BASE_PITCH
db ENVF_PITCH|DUTY_50|4, BASE_PITCH+4
db ENVF_PITCH|DUTY_50|3, BASE_PITCH+8
db ENVF_PITCH|DUTY_50|5, BASE_PITCH+2
db ENVF_PITCH|DUTY_50|4, BASE_PITCH+6
db ENVF_PITCH|DUTY_50|3, BASE_PITCH+10
db ENVF_PITCH|DUTY_50|5, BASE_PITCH+4
db ENVF_PITCH|DUTY_50|4, BASE_PITCH+8
db ENVF_PITCH|DUTY_50|5, BASE_PITCH+12
PURGE BASE_PITCH
db $FF
fx_venture_forth:
DEF BASE_PITCH EQU 20
db ENVF_DPAR|ENVF_PITCH|DUTY_50|6, $59, BASE_PITCH
db ENVF_PITCH|DUTY_50|6, BASE_PITCH+5
db ENVF_PITCH|DUTY_50|4, BASE_PITCH+0
db ENVF_PITCH|DUTY_50|4, BASE_PITCH+2
db ENVF_PITCH|DUTY_50|10, BASE_PITCH+10
PURGE BASE_PITCH
db $FF
fx_start_battle:
DEF BASE_PITCH EQU 25
db ENVF_DPAR|ENVF_PITCH|DUTY_50|6, $59, BASE_PITCH
db ENVF_PITCH|DUTY_50|6, BASE_PITCH+5
db ENVF_PITCH|DUTY_50|4, BASE_PITCH+0
db ENVF_PITCH|DUTY_50|4, BASE_PITCH+2
db ENVF_PITCH|DUTY_50|10, BASE_PITCH+10
PURGE BASE_PITCH
db $FF
fx_descr_show:
DEF BASE_PITCH EQU 33
db ENVF_DPAR|ENVF_PITCH|DUTY_50|4, $C1, BASE_PITCH
db ENVF_DPAR|ENVF_PITCH|DUTY_50|4, $C1, BASE_PITCH+3
db ENVF_DPAR|ENVF_PITCH|DUTY_50|4, $C1, BASE_PITCH+4
PURGE BASE_PITCH
db $FF
fx_descr_hide:
DEF BASE_PITCH EQU 33
db ENVF_DPAR|ENVF_PITCH|DUTY_50|4, $C1, BASE_PITCH+4
db ENVF_DPAR|ENVF_PITCH|DUTY_50|4, $C1, BASE_PITCH+3
db ENVF_DPAR|ENVF_PITCH|DUTY_50|4, $C1, BASE_PITCH
PURGE BASE_PITCH
db $FF
fx_cursor_move:
DEF BASE_PITCH EQU 33
db ENVF_DPAR|ENVF_PITCH|DUTY_50|4, $C1, BASE_PITCH
PURGE BASE_PITCH
db $FF
fx_confirm:
DEF BASE_PITCH EQU 30
db ENVF_DPAR|ENVF_PITCH|DUTY_50|4, $A1, BASE_PITCH
db ENVF_DPAR|ENVF_PITCH|DUTY_50|8, $A1, BASE_PITCH+5
PURGE BASE_PITCH
db $FF
fx_cancel:
db ENVF_DPAR|ENVF_PITCH|DUTY_50|4, $C1, 22
db ENVF_DPAR|ENVF_PITCH|DUTY_50|4, $C1, 24
db $FF
fx_unlock:
DEF BASE_PITCH EQU 30
db ENVF_DPAR|ENVF_PITCH|DUTY_50|4, $F1, BASE_PITCH
db ENVF_DPAR|ENVF_PITCH|DUTY_50|4, $F1, BASE_PITCH-10
db ENVF_DPAR|ENVF_PITCH|DUTY_50|4, $F1, BASE_PITCH+9
db ENVF_DPAR|ENVF_PITCH|DUTY_50|4, $F1, BASE_PITCH-7
db ENVF_DPAR|ENVF_PITCH|DUTY_50|4, $F1, BASE_PITCH+12
PURGE BASE_PITCH
db $FF
fx_error:
db ENVF_DPAR|ENVF_PITCH|DUTY_50|4, $C1, 30
db ENVF_DPAR|ENVF_PITCH|DUTY_50|4, $C1, 25
db ENVF_DPAR|ENVF_PITCH|DUTY_50|8, $C1, 20
db $FF
fx_pause:
DEF BASE_PITCH EQU 40
db ENVF_DPAR|ENVF_PITCH|DUTY_50|4, $C3, BASE_PITCH
db ENVF_PITCH|DUTY_50|4, BASE_PITCH-5
db ENVF_PITCH|DUTY_50|6, BASE_PITCH+2
PURGE BASE_PITCH
db $FF
fx_unpause:
DEF BASE_PITCH EQU 40
db ENVF_DPAR|ENVF_PITCH|DUTY_50|4, $C3, BASE_PITCH
db ENVF_PITCH|DUTY_50|4, BASE_PITCH-5
db ENVF_PITCH|DUTY_50|6, BASE_PITCH-7
PURGE BASE_PITCH
db $FF
; channel 3 (noise)
fx_electrify:
db ENVF_DPAR|ENVF_PITCH|3, $94, $53
db ENVF_PITCH|6, $59
db ENVF_DPAR|ENVF_PITCH|2, $A6, $58
db ENVF_DPAR|ENVF_PITCH|4, $93, $2A
db ENVF_DPAR|ENVF_PITCH|2, $82, $58
db ENVF_DPAR|ENVF_PITCH|1, $71, $38
db ENVF_PITCH|7, $64
db ENVF_PITCH|5, $57
db $FF
fx_final_word:
db ENVF_DPAR|ENVF_PITCH|$04, $F2, $81
db ENVF_DPAR|ENVF_PITCH|$0F, $F2, $91
; fall through to discharge sound, so sneaky
fx_discharge:
db ENVF_DPAR|ENVF_PITCH|$06, $F2, $71
db ENVF_DPAR|ENVF_PITCH|$04, $F2, $81
db ENVF_DPAR|ENVF_PITCH|$0F, $F2, $91
db $FF
section "audioengine", ROM0
; Starting sequences ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
audio_init::
; Init PSG
ld a,$80
ldh [rNR52],a ; bring audio out of reset
ld a,$FF
ldh [rNR51],a ; set panning
ld a,$77
ldh [rNR50],a
ld a,$08
ldh [rNR10],a ; disable sweep
; Silence all channels
xor a
ldh [rNR12],a
ldh [rNR22],a
ldh [rNR32],a
ldh [rNR42],a
ld a,$80
ldh [rNR14],a
ldh [rNR24],a
ldh [rNR34],a
ldh [rNR44],a
; Clear sound effect state
xor a
ld hl,audio_channels
ld c,NUM_CHANNELS << LOG_SIZEOF_CHANNEL
jp MemsetSmall
;;
; Plays sound effect A.
; Trashes ABCHLE
audio_play_fx::
ld h,high(sfx_table >> 2)
add low(sfx_table >> 2)
jr nc,.nohlwrap
inc h
.nohlwrap:
ld l,a
add hl,hl
add hl,hl
ld a,[hl+] ; channel ID
inc l
; Mute channel for hUGEDriver music playback
ld b, a ; channel to update
ld c, 1 ; 1=mute channel
push af ; protect A (channel)
push hl ; protect HL (pointer to effect)
call hUGE_mute_channel ; also trashes E
pop hl
pop af
ld c,[hl] ; ptr lo
inc l
ld b,[hl] ; ptr hi
; Get pointer to channel
rept LOG_SIZEOF_CHANNEL
add a
endr
add low(audio_channels+Channel_envseg_cd)
ld l,a
ld a,0
adc high(audio_channels)
ld h,a
xor a ; begin effect immediately
ld [hl+],a
ld a,c
ld [hl+],a
ld [hl],b
ret
; Sequence reading ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
audio_update::
ld a,0
call audio_update_ch_a
ld a,1
call audio_update_ch_a
ld a,2
call audio_update_ch_a
ld a,3
audio_update_ch_a:
; Get pointer to current position in effect
ld l,a
ld h,0
rept LOG_SIZEOF_CHANNEL
add hl,hl
endr
ld de,audio_channels+Channel_envseg_cd
add hl,de
; Each segment has a duration in frames. If this segment's
; duration has not expired, do nothing.
ld a,[hl]
or a
jr z,.read_next_segment
dec [hl]
ret
.read_next_segment:
inc l
ld e,[hl]
inc l
ld a,[hl-]
ld d,a
or e
ret z ; address $0000: no playback
; HL points at low byte of effect position
; DE = effect pointer
ld a,[de]
cp $F0
jr c,.not_special
; Currently all specials mean stop playback
xor a
ld [hl+],a
ld [hl+],a ; Clear pointer to sound sequence
ld d,a
; Unmute channel for hUGEDriver
; To do so we need the channel ID, which would normally be calculated
; in .call_updater. Instead we duplicate that code here, unmute the
; channel, and jump past it to continue.
; Seek to the appropriate audio channel's updater
ld a,l
sub low(audio_channels)
; rgbasm's nightmare of a parser can't subtract.
; Parallels to lack of "sub hl,*"?
rept LOG_SIZEOF_CHANNEL + (-1)
rra
endr
and $06
push af ; preserve A for .call_updater_late_entry
rrca
ld b, a ; channel to update
ld c, 0 ; 0=unmute channel
call hUGE_mute_channel
pop af
ld bc,($C0 | ENVF_DPAR) << 8
jr .call_updater_late_entry
.not_special:
inc de
; Save this envelope segment's duration
ld b,a
and ENVF_DURATION
dec l
ld [hl+],a
; Is there a deep parameter?
bit ENVB_DPAR,b
jr z,.nodeep
ld a,[de]
inc de
ld c,a
.nodeep:
bit ENVB_PITCH,b
jr z,.nopitch
ld a,[de]
inc de
inc l
inc l
ld [hl-],a
dec l
.nopitch:
; Write back envelope position
ld [hl],e
inc l
ld [hl],d
inc l
ld d,[hl]
; Regmap:
; B: quick parameter and flags
; C: deep parameter valid if BIT 5, B
; D: pitch, which changed if BIT 4, B
.call_updater:
; Seek to the appropriate audio channel's updater
ld a,l
sub low(audio_channels)
; rgbasm's nightmare of a parser can't subtract.
; Parallels to lack of "sub hl,*"?
rept LOG_SIZEOF_CHANNEL + (-1)
rra
endr
and $06
.call_updater_late_entry:
ld hl,channel_writing_jumptable
add l
jr nc,.nohlwrap
inc h
.nohlwrap:
ld l,a
jp hl
; Channel hardware updaters ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
update_noise:
; Noise has no quick parameter. Change pitch and timbre first
ld a,d
ldh [rNR43],a
; If no deep parameter, return quickly
bit ENVB_DPAR,b
ret z
; New deep parameter
ld a,c
ldh [rNR42],a
; See note below about turning off the DAC
ld a,8
cp c
jr c,.no_vol8fix
ldh [rNR42],a
.no_vol8fix:
ld a,$80
ldh [rNR44],a
ret
update_pulse1:
ld hl,rNR11
jr update_pulse_hl
update_pulse2:
ld hl,rNR21
update_pulse_hl:
ld [hl],b ; Quick parameter is duty
inc l
bit ENVB_DPAR,b
jr z,.no_new_volume
; Deep parameter is volume envelope
; APU turns off the DAC if the starting volume (bit 7-4) is 0
; and increase mode (bit 3) is off, which corresponds to NRx2
; values $00-$07. Turning off the DAC makes a clicking sound as
; the level gradually returns to 7.5 as the current leaks out.
; But LIJI32 in gbdev Discord pointed out that if the DAC is off
; for only a few microseconds, it doesn't have time to leak out
; appreciably.
ld a,8
cp c
ld [hl],c
jr c,.no_vol8fix
ld [hl],a
.no_vol8fix:
.no_new_volume:
inc l
set_pitch_hl_to_d:
; Write pitch
ld a,d
add a
ld de,note_table
add e
ld e,a
jr nc,.nodewrap
inc d
.nodewrap:
ld a,[de]
inc de
ld [hl+],a
ld a,[de]
bit ENVB_DPAR,b
jr z,.no_restart_note
set 7,a
.no_restart_note:
ld [hl+],a
ret
;;
; @param B quick parameter and flags
; @param C deep parameter if valid
; @param D current pitch
channel_writing_jumptable:
jr update_pulse1
jr update_pulse2
jr update_wave
jr update_noise
update_wave:
; First update volume (quick parameter)
ld a,b
add $40
rra
ldh [rNR32],a
; Update wave 9
bit ENVB_DPAR,b
jr z,.no_new_wave
; Get address of wave C
ld h,high(wavebank >> 4)
ld a,low(wavebank >> 4)
add c
ld l,a
add hl,hl
add hl,hl
add hl,hl
add hl,hl
; Copy wave
xor a
ldh [rNR30],a ; give CPU access to waveram
WAVEPTR set _AUD3WAVERAM
rept 16
ld a,[hl+]
ldh [WAVEPTR],a
WAVEPTR set WAVEPTR+1
endr
ld a,$80
ldh [rNR30],a ; give APU access to waveram
.no_new_wave:
ld hl,rNR33
jr set_pitch_hl_to_d |
src/tests/histogramtests.adb | sebsgit/textproc | 0 | 11429 | <filename>src/tests/histogramtests.adb<gh_stars>0
with AUnit.Assertions; use AUnit.Assertions;
with Interfaces.C.Strings;
with Ada.Text_IO;
with ImageIO;
with PixelArray;
with ImageRegions;
with Histogram;
with HistogramGenerator;
use PixelArray;
package body HistogramTests is
procedure Register_Tests (T: in out TestCase) is
use AUnit.Test_Cases.Registration;
begin
Register_Routine (T, testBasicHistograms'Access, "basic histograms");
Register_Routine (T, testRescale'Access, "resizing histograms");
Register_Routine (T, testMultiplication'Access, "multiplication");
Register_Routine (T, testProjections'Access, "projecting images");
Register_Routine (T, testDistance'Access, "histogram distances");
end Register_Tests;
function Name(T: TestCase) return Test_String is
begin
return Format("Histogram Tests");
end Name;
procedure testBasicHistograms(T : in out Test_Cases.Test_Case'Class) is
d: Histogram.Data(5);
d1: Histogram.Data(5);
begin
Assert(d.sum = 0.0, "test 1");
Assert(d.size = 5, "test size");
d.set(0, 5.0);
d.set(1, 4.0);
d.set(2, 3.0);
d.set(3, 2.0);
d.set(4, 1.0);
Assert(d.get(3) = 2.0, "get");
Assert(d.sum = 15.0, "test sum");
Assert(d.average = 3.0, "avg");
d1 := d.normalized;
Assert(d1.sum = 1.0, "test normalized sum");
Assert(d.sum = 15.0, "control sum");
d.normalize;
Assert(d.sum = 1.0, "test normalized sum");
end testBasicHistograms;
procedure testRescale(T : in out Test_Cases.Test_Case'Class) is
d: Histogram.Data(3);
resized: Histogram.Data(4);
begin
d.set(0, 7.0);
d.set(1, 3.0);
d.set(2, 1.0);
resized := d.resized(4);
Assert(resized.get(0) = d.get(0), "0");
Assert(resized.get(1) < d.get(0) and resized.get(1) > d.get(1), "1");
Assert(resized.get(2) < d.get(1) and resized.get(2) > d.get(2), "2");
Assert(resized.get(3) = d.get(2), "3");
resized.set(0, 4.0);
resized.set(1, 1.0);
resized.set(2, 0.0);
resized.set(3, 4.0);
d := resized.resized(3);
Assert(d.get(0) = resized.get(0), "0");
Assert(d.get(1) < resized.get(0) and d.get(1) > resized.get(2), "1");
Assert(d.get(2) = resized.get(3), "2");
end testRescale;
procedure testMultiplication(T: in out Test_Cases.Test_Case'Class) is
h0, h1: Histogram.Data(3);
begin
h0.set(0, 1.0);
h0.set(1, 2.0);
h0.set(2, 3.0);
h1 := h0;
h1.multiply(1.5);
Assert(h1.get(0) = 1.5, "0");
Assert(h1.get(1) = 3.0, "1");
Assert(h1.get(2) = 4.5, "2");
Assert(h1.compare(h0, Histogram.ChiSquare) /= 0.0, "distance not equal");
Assert(h1.compare(h0.multiplied(1.5), Histogram.ChiSquare) = 0.0, "distance equal");
h1 := h0.add(h0);
Assert(h1.compare(h0.multiplied(2.0), Histogram.ChiSquare) = 0.0, "distance equal");
end testMultiplication;
procedure testProjections(T: in out Test_Cases.Test_Case'Class) is
image: PixelArray.ImagePlane := PixelArray.allocate(width => 5, height => 5);
r: ImageRegions.Rect;
begin
r.x := 0;
r.y := 0;
r.width := 5;
r.height := 5;
image.set(Pixel(255));
image.set(2, 0, 0);
image.set(2, 1, 0);
image.set(2, 2, 0);
image.set(2, 3, 0);
image.set(2, 4, 0);
-- horizontal and vertical projections of a straight vertical line
declare
hist: Histogram.Data := HistogramGenerator.horizontalProjection(image, r);
begin
Assert(hist.size = r.width, "hist w");
Assert(hist.sum = 5.0, "hist sum");
Assert(hist.get(0) = 0.0, "hist 0");
Assert(hist.get(1) = 0.0, "hist 1");
Assert(hist.get(2) = 5.0, "hist 2");
Assert(hist.get(3) = 0.0, "hist 3");
Assert(hist.get(4) = 0.0, "hist 4");
hist := HistogramGenerator.verticalProjection(image, r);
Assert(hist.size = r.height, "hist w");
Assert(hist.sum = 5.0, "hist sum");
Assert(hist.get(0) = 1.0, "hist 0");
Assert(hist.get(1) = 1.0, "hist 1");
Assert(hist.get(2) = 1.0, "hist 2");
Assert(hist.get(3) = 1.0, "hist 3");
Assert(hist.get(4) = 1.0, "hist 4");
end;
-- projections of y = x
image.set(Pixel(255));
image.set(0, 0, 0);
image.set(1, 1, 0);
image.set(2, 2, 0);
image.set(3, 3, 0);
image.set(4, 4, 0);
declare
hist: Histogram.Data := HistogramGenerator.horizontalProjection(image, r);
begin
Assert(hist.size = r.width, "hist w");
Assert(hist.sum = 5.0, "hist sum");
Assert(hist.get(0) = 1.0, "hist 0");
Assert(hist.get(1) = 1.0, "hist 1");
Assert(hist.get(2) = 1.0, "hist 2");
Assert(hist.get(3) = 1.0, "hist 3");
Assert(hist.get(4) = 1.0, "hist 4");
hist := HistogramGenerator.verticalProjection(image, r);
Assert(hist.size = r.height, "hist w");
Assert(hist.sum = 5.0, "hist sum");
Assert(hist.get(0) = 1.0, "hist 0");
Assert(hist.get(1) = 1.0, "hist 1");
Assert(hist.get(2) = 1.0, "hist 2");
Assert(hist.get(3) = 1.0, "hist 3");
Assert(hist.get(4) = 1.0, "hist 4");
end;
end testProjections;
procedure testDistance(T: in out Test_Cases.Test_Case'Class) is
h0, h1: Histogram.Data(5);
dist, dist2: Float := 0.0;
method: Histogram.CompareMethod;
begin
method := Histogram.Bhattacharyya;
dist := h0.compare(h1, method);
Assert(dist = 0.0, "compare id");
h0.set(0, 1.0);
h0.set(1, 2.0);
h0.set(2, 3.0);
h0.set(3, 4.0);
h0.set(4, 5.0);
dist := h0.compare(h1, method);
Assert(dist > 0.0, "compare different");
h1.set(0, 10.0);
h1.set(1, 10.0);
h1.set(2, 30.0);
h1.set(3, 40.0);
h1.set(4, 50.0);
dist2 := h0.compare(h1, method);
Assert(dist2 < dist, "similarity");
end testDistance;
end HistogramTests;
|
tools/scitools/conf/understand/ada/ada12/a-stwima.ads | brucegua/moocos | 1 | 18358 | ------------------------------------------------------------------------------
-- --
-- GNAT RUN-TIME COMPONENTS --
-- --
-- A D A . S T R I N G S . W I D E _ M A P S --
-- --
-- S p e c --
-- --
-- Copyright (C) 1992-2011, Free Software Foundation, Inc. --
-- --
-- This specification is derived from the Ada Reference Manual for use with --
-- GNAT. The copyright notice above, and the license provisions that follow --
-- apply solely to the contents of the part following the private keyword. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
-- ware Foundation; either version 3, or (at your option) any later ver- --
-- sion. GNAT is distributed in the hope that it will be useful, but WITH- --
-- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY --
-- or FITNESS FOR A PARTICULAR PURPOSE. --
-- --
-- --
-- --
-- --
-- --
-- You should have received a copy of the GNU General Public License and --
-- a copy of the GCC Runtime Library Exception along with this program; --
-- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see --
-- <http://www.gnu.org/licenses/>. --
-- --
-- GNAT was originally developed by the GNAT team at New York University. --
-- Extensive contributions were provided by Ada Core Technologies Inc. --
-- --
------------------------------------------------------------------------------
with Ada.Finalization;
package Ada.Strings.Wide_Maps is
pragma Preelaborate;
-------------------------------------
-- Wide Character Set Declarations --
-------------------------------------
type Wide_Character_Set is private;
pragma Preelaborable_Initialization (Wide_Character_Set);
-- Representation for a set of Wide_Character values:
Null_Set : constant Wide_Character_Set;
------------------------------------------
-- Constructors for Wide Character Sets --
------------------------------------------
type Wide_Character_Range is record
Low : Wide_Character;
High : Wide_Character;
end record;
-- Represents Wide_Character range Low .. High
type Wide_Character_Ranges is
array (Positive range <>) of Wide_Character_Range;
function To_Set
(Ranges : Wide_Character_Ranges) return Wide_Character_Set;
function To_Set
(Span : Wide_Character_Range) return Wide_Character_Set;
function To_Ranges
(Set : Wide_Character_Set) return Wide_Character_Ranges;
---------------------------------------
-- Operations on Wide Character Sets --
---------------------------------------
function "=" (Left, Right : Wide_Character_Set) return Boolean;
function "not"
(Right : Wide_Character_Set) return Wide_Character_Set;
function "and"
(Left, Right : Wide_Character_Set) return Wide_Character_Set;
function "or"
(Left, Right : Wide_Character_Set) return Wide_Character_Set;
function "xor"
(Left, Right : Wide_Character_Set) return Wide_Character_Set;
function "-"
(Left, Right : Wide_Character_Set) return Wide_Character_Set;
function Is_In
(Element : Wide_Character;
Set : Wide_Character_Set) return Boolean;
function Is_Subset
(Elements : Wide_Character_Set;
Set : Wide_Character_Set) return Boolean;
function "<="
(Left : Wide_Character_Set;
Right : Wide_Character_Set) return Boolean
renames Is_Subset;
subtype Wide_Character_Sequence is Wide_String;
-- Alternative representation for a set of character values
function To_Set
(Sequence : Wide_Character_Sequence) return Wide_Character_Set;
function To_Set
(Singleton : Wide_Character) return Wide_Character_Set;
function To_Sequence
(Set : Wide_Character_Set) return Wide_Character_Sequence;
-----------------------------------------
-- Wide Character Mapping Declarations --
-----------------------------------------
type Wide_Character_Mapping is private;
pragma Preelaborable_Initialization (Wide_Character_Mapping);
-- Representation for a wide character to wide character mapping:
function Value
(Map : Wide_Character_Mapping;
Element : Wide_Character) return Wide_Character;
Identity : constant Wide_Character_Mapping;
---------------------------------
-- Operations on Wide Mappings --
---------------------------------
function To_Mapping
(From, To : Wide_Character_Sequence) return Wide_Character_Mapping;
function To_Domain
(Map : Wide_Character_Mapping) return Wide_Character_Sequence;
function To_Range
(Map : Wide_Character_Mapping) return Wide_Character_Sequence;
type Wide_Character_Mapping_Function is
access function (From : Wide_Character) return Wide_Character;
private
package AF renames Ada.Finalization;
------------------------------------------
-- Representation of Wide_Character_Set --
------------------------------------------
-- A wide character set is represented as a sequence of wide character
-- ranges (i.e. an object of type Wide_Character_Ranges) in which the
-- following hold:
-- The lower bound is 1
-- The ranges are in order by increasing Low values
-- The ranges are non-overlapping and discontigous
-- A character value is in the set if it is contained in one of the
-- ranges. The actual Wide_Character_Set value is a controlled pointer
-- to this Wide_Character_Ranges value. The use of a controlled type
-- is necessary to prevent storage leaks.
type Wide_Character_Ranges_Access is access all Wide_Character_Ranges;
type Wide_Character_Set is new AF.Controlled with record
Set : Wide_Character_Ranges_Access;
end record;
pragma Finalize_Storage_Only (Wide_Character_Set);
-- This avoids useless finalizations, and, more importantly avoids
-- incorrect attempts to finalize constants that are statically
-- declared here and in Ada.Strings.Wide_Maps, which is incorrect.
overriding procedure Initialize (Object : in out Wide_Character_Set);
overriding procedure Adjust (Object : in out Wide_Character_Set);
overriding procedure Finalize (Object : in out Wide_Character_Set);
Null_Range : aliased constant Wide_Character_Ranges :=
(1 .. 0 => (Low => ' ', High => ' '));
Null_Set : constant Wide_Character_Set :=
(AF.Controlled with
Set => Null_Range'Unrestricted_Access);
----------------------------------------------
-- Representation of Wide_Character_Mapping --
----------------------------------------------
-- A wide character mapping is represented as two strings of equal
-- length, where any character appearing in Domain is mapped to the
-- corresponding character in Rangev. A character not appearing in
-- Domain is mapped to itself. The characters in Domain are sorted
-- in ascending order.
-- The actual Wide_Character_Mapping value is a controlled record
-- that contains a pointer to a discriminated record containing the
-- range and domain values.
-- Note: this representation is canonical, and the values stored in
-- Domain and Rangev are exactly the values that are returned by the
-- functions To_Domain and To_Range. The use of a controlled type is
-- necessary to prevent storage leaks.
type Wide_Character_Mapping_Values (Length : Natural) is record
Domain : Wide_Character_Sequence (1 .. Length);
Rangev : Wide_Character_Sequence (1 .. Length);
end record;
type Wide_Character_Mapping_Values_Access is
access all Wide_Character_Mapping_Values;
type Wide_Character_Mapping is new AF.Controlled with record
Map : Wide_Character_Mapping_Values_Access;
end record;
pragma Finalize_Storage_Only (Wide_Character_Mapping);
-- This avoids useless finalizations, and, more importantly avoids
-- incorrect attempts to finalize constants that are statically
-- declared here and in Ada.Strings.Wide_Maps, which is incorrect.
overriding procedure Initialize (Object : in out Wide_Character_Mapping);
overriding procedure Adjust (Object : in out Wide_Character_Mapping);
overriding procedure Finalize (Object : in out Wide_Character_Mapping);
Null_Map : aliased constant Wide_Character_Mapping_Values :=
(Length => 0,
Domain => "",
Rangev => "");
Identity : constant Wide_Character_Mapping :=
(AF.Controlled with
Map => Null_Map'Unrestricted_Access);
end Ada.Strings.Wide_Maps;
|
gcc-gcc-7_3_0-release/gcc/ada/sem_elab.ads | best08618/asylo | 7 | 29659 | ------------------------------------------------------------------------------
-- --
-- GNAT COMPILER COMPONENTS --
-- --
-- S E M _ E L A B --
-- --
-- S p e c --
-- --
-- Copyright (C) 1997-2015, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
-- ware Foundation; either version 3, or (at your option) any later ver- --
-- sion. GNAT is distributed in the hope that it will be useful, but WITH- --
-- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY --
-- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License --
-- for more details. You should have received a copy of the GNU General --
-- Public License distributed with GNAT; see file COPYING3. If not, go to --
-- http://www.gnu.org/licenses for a complete copy of the license. --
-- --
-- GNAT was originally developed by the GNAT team at New York University. --
-- Extensive contributions were provided by Ada Core Technologies Inc. --
-- --
------------------------------------------------------------------------------
-- This package contains the routines used to deal with issuing warnings
-- for cases of calls that may require warnings about possible access
-- before elaboration.
with Types; use Types;
package Sem_Elab is
-----------------------------
-- Description of Approach --
-----------------------------
-- Every non-static call that is encountered by Sem_Res results in a call
-- to Check_Elab_Call, with N being the call node, and Outer set to its
-- default value of True. In addition X'Access is treated like a call
-- for the access-to-procedure case, and in SPARK mode only we also
-- check variable references.
-- The goal of Check_Elab_Call is to determine whether or not the reference
-- in question can generate an access before elaboration error (raising
-- Program_Error) either by directly calling a subprogram whose body
-- has not yet been elaborated, or indirectly, by calling a subprogram
-- whose body has been elaborated, but which contains a call to such a
-- subprogram.
-- In addition, in SPARK mode, we are checking for a variable reference in
-- another package, which requires an explicit Elaborate_All pragma.
-- The only references that we need to look at the outer level are
-- references that occur in elaboration code. There are two cases. The
-- reference can be at the outer level of elaboration code, or it can
-- be within another unit, e.g. the elaboration code of a subprogram.
-- In the case of an elaboration call at the outer level, we must trace
-- all calls to outer level routines either within the current unit or to
-- other units that are with'ed. For calls within the current unit, we can
-- determine if the body has been elaborated or not, and if it has not,
-- then a warning is generated.
-- Note that there are two subcases. If the original call directly calls a
-- subprogram whose body has not been elaborated, then we know that an ABE
-- will take place, and we replace the call by a raise of Program_Error.
-- If the call is indirect, then we don't know that the PE will be raised,
-- since the call might be guarded by a conditional. In this case we set
-- Do_Elab_Check on the call so that a dynamic check is generated, and
-- output a warning.
-- For calls to a subprogram in a with'ed unit or a 'Access or variable
-- refernece (SPARK mode case), we require that a pragma Elaborate_All
-- or pragma Elaborate be present, or that the referenced unit have a
-- pragma Preelaborate, pragma Pure, or pragma Elaborate_Body. If none
-- of these conditions is met, then a warning is generated that a pragma
-- Elaborate_All may be needed (error in the SPARK case), or an implicit
-- pragma is generated.
-- For the case of an elaboration call at some inner level, we are
-- interested in tracing only calls to subprograms at the same level,
-- i.e. those that can be called during elaboration. Any calls to
-- outer level routines cannot cause ABE's as a result of the original
-- call (there might be an outer level call to the subprogram from
-- outside that causes the ABE, but that gets analyzed separately).
-- Note that we never trace calls to inner level subprograms, since
-- these cannot result in ABE's unless there is an elaboration problem
-- at a lower level, which will be separately detected.
-- Note on pragma Elaborate. The checking here assumes that a pragma
-- Elaborate on a with'ed unit guarantees that subprograms within the
-- unit can be called without causing an ABE. This is not in fact the
-- case since pragma Elaborate does not guarantee the transitive
-- coverage guaranteed by Elaborate_All. However, we decide to trust
-- the user in this case.
--------------------------------------
-- Instantiation Elaboration Errors --
--------------------------------------
-- A special case arises when an instantiation appears in a context
-- that is known to be before the body is elaborated, e.g.
-- generic package x is ...
-- ...
-- package xx is new x;
-- ...
-- package body x is ...
-- In this situation it is certain that an elaboration error will
-- occur, and an unconditional raise Program_Error statement is
-- inserted before the instantiation, and a warning generated.
-- The problem is that in this case we have no place to put the
-- body of the instantiation. We can't put it in the normal place,
-- because it is too early, and will cause errors to occur as a
-- result of referencing entities before they are declared.
-- Our approach in this case is simply to avoid creating the body
-- of the instantiation in such a case. The instantiation spec is
-- modified to include dummy bodies for all subprograms, so that
-- the resulting code does not contain subprogram specs with no
-- corresponding bodies.
procedure Check_Elab_Call
(N : Node_Id;
Outer_Scope : Entity_Id := Empty;
In_Init_Proc : Boolean := False);
-- Check a call for possible elaboration problems. The node N is either an
-- N_Function_Call or N_Procedure_Call_Statement node or an access
-- attribute reference whose prefix is a subprogram.
--
-- If SPARK_Mode is On, then N can also be a variablr reference, since
-- SPARK requires the use of Elaborate_All for references to variables
-- in other packages.
-- The Outer_Scope argument indicates whether this is an outer level
-- call from Sem_Res (Outer_Scope set to Empty), or an internal recursive
-- call (Outer_Scope set to entity of outermost call, see body). The flag
-- In_Init_Proc should be set whenever the current context is a type
-- init proc.
-- Note: this might better be called Check_Elab_Reference (to recognize
-- the SPARK case), but we prefer to keep the original name, since this
-- is primarily used for checking for calls that could generate an ABE).
procedure Check_Elab_Calls;
-- Not all the processing for Check_Elab_Call can be done at the time
-- of calls to Check_Elab_Call. This is because for internal calls, we
-- need to wait to complete the check until all generic bodies have been
-- instantiated. The Check_Elab_Calls procedure cleans up these waiting
-- checks. It is called once after the completion of instantiation.
procedure Check_Elab_Assign (N : Node_Id);
-- N is either the left side of an assignment, or a procedure argument for
-- a mode OUT or IN OUT formal. This procedure checks for a possible case
-- of access to an entity from elaboration code before the entity has been
-- initialized, and issues appropriate warnings.
procedure Check_Elab_Instantiation
(N : Node_Id;
Outer_Scope : Entity_Id := Empty);
-- Check an instantiation for possible elaboration problems. N is an
-- instantiation node (N_Package_Instantiation, N_Function_Instantiation,
-- or N_Procedure_Instantiation), and Outer_Scope indicates if this is
-- an outer level call from Sem_Ch12 (Outer_Scope set to Empty), or an
-- internal recursive call (Outer_Scope set to scope of outermost call,
-- see body for further details). The returned value is relevant only
-- for an outer level call, and is set to False if an elaboration error
-- is bound to occur on the instantiation, and True otherwise. This is
-- used by the caller to signal that the body of the instance should
-- not be generated (see detailed description in body).
procedure Check_Task_Activation (N : Node_Id);
-- Tt the point at which tasks are activated in a package body, check
-- that the bodies of the tasks are elaborated.
end Sem_Elab;
|
programs/oeis/080/A080526.asm | neoneye/loda | 22 | 4238 | <filename>programs/oeis/080/A080526.asm
; A080526: Final entry in n-th row of triangle in A080524.
; 1,3,10,67,627,7781,117652,2097159,43046725,1000000009,25937424606,743008370699,23298085122487,793714773254157,29192926025390632,1152921504606846991,48661191875666868489,2185911559738696531985
mov $1,$0
add $0,1
pow $0,$1
dif $1,2
add $1,$0
mov $0,$1
|
45/beef/cw/kernel/gmemory5.asm | minblock/msdos | 0 | 160897 | <reponame>minblock/msdos<filename>45/beef/cw/kernel/gmemory5.asm
;*
;* COW : Character Oriented Windows
;*
;* gmemory5.asm : Global memory for DOS 5
TITLE GMEMORY - Windows interface to DOS memory management DOS 5
.xlist
include kernel.inc
.list
externFP <DosAllocSeg, DosReallocSeg, DosFreeSeg>
sBegin KERNEL
assumes CS,KERNEL
assumes DS,DATA
cProc GlobalAlloc,<PUBLIC,FAR,ATOMIC>
parmW flags
parmD lcb
localW sd ;* segment descriptor - returned as handle
cBegin GlobalAlloc
;* * Assume size < 64 K
mov dx,word ptr (lcb+2) ;* HI_cb
or dx,dx
jnz alloc_fail ;* too big
mov ax,word ptr (lcb) ;* LO_cb
lea bx,sd
cCall DosAllocSeg,<ax, ss, bx, 0> ;* don't share
or ax,ax
mov ax,sd
jz alloc_ok
alloc_fail:
xor ax,ax ;* return NULL handle
alloc_ok: ;* ax = hgmem (actually a sd (segment descriptor))
cEnd GlobalAlloc
cProc GlobalReAlloc,<PUBLIC,FAR,ATOMIC>
parmW hgmem
parmD lcb
parmW flags
cBegin GlobalReAlloc
;* * Assume size < 64 K
mov dx,word ptr (lcb+2) ;* HI_cb
or dx,dx
jnz realloc_fail ;* too big
mov ax,word ptr (lcb) ;* LO_cb
cCall DosReallocSeg,<ax, hgmem>
or ax,ax
mov ax,hgmem ;* return old handle
jz realloc_ok
realloc_fail:
xor ax,ax ;* return NULL handle
realloc_ok: ;* ax = hgmem (actually a sd (segment descriptor))
cEnd GlobalReAlloc
cProc GlobalFree,<PUBLIC,FAR,ATOMIC>
parmW hgmem
cBegin GlobalFree
cCall DosFreeSeg,<hgmem>
;* * return VOID (Lock state not used).
cEnd GlobalFree
cProc GlobalLock,<PUBLIC,FAR,ATOMIC>
parmW hgmem
cBegin GlobalLock
mov dx,hgmem
xor ax,ax ;* dx:ax => block
cEnd GlobalLock
cProc GlobalUnlock,<PUBLIC,FAR,ATOMIC>
parmW hgmem
cBegin GlobalUnlock
;* * Do nothing
cEnd GlobalUnlock
cProc GlobalHandle,<PUBLIC,FAR,ATOMIC>
parmW hgmem
cBegin GlobalHandle
mov ax,hgmem ;* return handle/address
mov dx,ax ;* in both parts
cEnd GlobalHandle
cProc GetCodeHandle,<PUBLIC,FAR,ATOMIC>
parmW ps
parmW ib
cBegin GetCodeHandle
mov ax,ps ;* return handle/address
cEnd GetCodeHandle
cProc ThrowStack,<PUBLIC,FAR,ATOMIC>
parmW bpNew
cBegin ThrowStack
cEnd ThrowStack
sEnd KERNEL
END
|
Appl/Startup/JStartup/jsWelcome.asm | steakknife/pcgeos | 504 | 93209 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1994 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: jsWelcome.asm
AUTHOR: <NAME>, Jul 15, 1993
ROUTINES:
Name Description
---- -----------
MTD MSG_META_START_SELECT Make ourselves go away!
MTD MSG_META_END_SELECT Make ourselves go away!
MTD MSG_VIS_DRAW Draw the picture (if any) and welcome
string.
INT DrawCenteredString Draw a string centered horizontally
REVISION HISTORY:
Name Date Description
---- ---- -----------
stevey 7/15/93 Initial revision
DESCRIPTION:
************************ NOTE ******************************
This file is no longer in use! Notice the "if 0" at the start!
************************ NOTE ******************************
$Id: jsWelcome.asm,v 1.1 97/04/04 16:53:13 newdeal Exp $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
if 0
WelcomeCode segment resource
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
WelcomeStartSelect
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SYNOPSIS: Make ourselves go away!
CALLED BY: MSG_META_START_SELECT
PASS: *ds:si = WelcomeContentClass object
ds:di = WelcomeContentClass instance data
RETURN: ax = MouseReturnFlags
DESTROYED: nothing
PSEUDO CODE/STRATEGY:
REVISION HISTORY:
Name Date Description
---- ---- -----------
stevey 7/15/93 Initial version
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
WelcomeStartSelect method dynamic WelcomeContentClass,
MSG_META_START_SELECT,
MSG_META_KBD_CHAR
uses cx, dx, bp
.enter
;
; Get the block our view is in (this is the same block
; as the main dialog). Tell ourselves to disappear.
;
if 0
mov ax, MSG_GEN_GUP_INTERACTION_COMMAND
mov bx, ds:[di].VCNI_view.handle
mov si, offset WelcomeDialog
mov dl, VUM_DELAYED_VIA_APP_QUEUE
call ObjMessage
else
mov ax, MSG_GEN_SET_NOT_USABLE
mov dl, VUM_DELAYED_VIA_APP_QUEUE
mov bx, ds:[di].VCNI_view.handle
mov si, offset WelcomeScreen
mov cx, IC_DISMISS
mov di, mask MF_FORCE_QUEUE
call ObjMessage
endif
;
; Put up calibration screen.
;
mov ax, MSG_JS_PRIMARY_DO_CALIBRATION
mov bx, handle MyJSPrimary
mov si, offset MyJSPrimary
mov di, mask MF_FORCE_QUEUE
call ObjMessage
done:
mov ax, mask MRF_PROCESSED
.leave
ret
WelcomeStartSelect endm
if 0
WelcomeEndSelect method dynamic WelcomeContentClass,
MSG_META_END_SELECT,
MSG_META_PTR
ret
WelcomeEndSelect endp
endif
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
WelcomeVisDraw
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SYNOPSIS: Draw the picture (if any) and welcome string.
CALLED BY: MSG_VIS_DRAW
PASS: *ds:si = WelcomeContentClass object
ds:di = WelcomeContentClass instance data
^hbp = gstate to draw through
RETURN: nothing
DESTROYED: nothing
PSEUDO CODE/STRATEGY:
REVISION HISTORY:
Name Date Description
---- ---- -----------
stevey 7/15/93 Initial version
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
WelcomeVisDraw method dynamic WelcomeContentClass, MSG_VIS_DRAW
uses ax, cx, dx, bp
.enter
if 0
;
; Draw the hello-there string.
;
mov di, bp ; gstate
mov bp, TRUE
mov bx, WELCOME_STRING_TOP
mov si, offset WelcomeString
call DrawCenteredString
;
; Draw the touch-me string. Touch me, touch me.
;
mov bx, TOUCH_SCREEN_STRING1_TOP
mov si, offset TouchAnywhere1String
call DrawCenteredString
mov bx, TOUCH_SCREEN_STRING2_TOP
mov si, offset TouchAnywhere2String
call DrawCenteredString
else
;
; fake entry into calibration screen
;
mov ax, MSG_META_START_SELECT
clr cx, dx, bp ; fake press
mov bx, handle JSWelcomeContent
mov si, offset JSWelcomeContent
mov di, mask MF_FORCE_QUEUE
call ObjMessage
endif
.leave
ret
WelcomeVisDraw endm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DrawCenteredString
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SYNOPSIS: Draw a string centered horizontally
CALLED BY: UTILITY
PASS: SI = Chunk handle of string
DI = GState handle
BP = TRUE (draw) or FALSE (don't draw)
BX = Top of string
RETURN: AX = Left
CX = Right
DX = Top
DESTROYED: Nothing
PSEUDO CODE/STRATEGY:
REVISION HISTORY:
Name Date Description
---- ---- -----------
Don 12/15/92 Initial version
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%@
DrawCenteredString proc far
uses si, ds
.enter
;
; Lock the done string
;
push bx
mov bx, handle Strings
call MemLock
mov ds, ax
mov si, ds:[si] ; string => DS:SI
pop bx
;
; Set the GState state properly
;
mov cx, FID_BERKELEY
mov dx, SCREEN_FONT_SIZE
clr ah
call GrSetFont
;
; Calculate the text width
;
clr cx ; NULL-terminated
call GrTextWidth
mov ax, SCREEN_WIDTH
mov cx, ax
sub ax, dx
sar ax, 1 ; left => AX
sub cx, ax ; right => CX
mov dx, bx
add dx, SCREEN_FONT_SIZE ; bottom => DX
;
; Now draw the sucker
;
cmp bp, TRUE
jne done ; don't draw if not TRUE
push cx, dx
clr cx ; NULL-terminated
call GrDrawText ; draw the text
pop cx, dx
done:
;
; Clean up
;
push bx
mov bx, handle Strings
call MemUnlock
pop bx
.leave
ret
DrawCenteredString endp
WelcomeCode ends
endif
|
programs/oeis/070/A070497.asm | neoneye/loda | 22 | 25090 | ; A070497: a(n) = n^3 mod 35.
; 0,1,8,27,29,20,6,28,22,29,20,1,13,27,14,15,1,13,22,34,20,21,8,22,34,15,6,13,7,29,15,6,8,27,34,0,1,8,27,29,20,6,28,22,29,20,1,13,27,14,15,1,13,22,34,20,21,8,22,34,15,6,13,7,29,15,6,8,27,34,0,1,8,27,29,20,6,28,22,29,20,1,13,27,14,15,1,13,22,34,20,21,8,22,34,15,6,13,7,29
pow $0,3
mod $0,35
|
oeis/041/A041049.asm | neoneye/loda-programs | 11 | 95926 | <filename>oeis/041/A041049.asm<gh_stars>10-100
; A041049: Denominators of continued fraction convergents to sqrt(30).
; Submitted by <NAME>(s3)
; 1,2,21,44,461,966,10121,21208,222201,465610,4878301,10222212,107100421,224423054,2351330961,4927084976,51622180721,108171446418,1133336644901,2374844736220,24881784007101,52138412750422,546265911511321,1144670235773064,11992968269241961,25130606774256986,263299036011811821,551728678797880628,5780585823990618101,12112900326779116830,126909589091781786401,265932078510342689632,2786230374195208682721,5838392826900760055074,61170158643202809233461,128178710113306378521996,1342957259776266594453421
add $0,1
mov $3,1
lpb $0
sub $0,1
add $2,$3
mov $3,$1
mov $1,$2
dif $2,5
mul $2,10
lpe
mov $0,$2
div $0,10
|
programs/oeis/138/A138428.asm | jmorken/loda | 1 | 177800 | ; A138428: a(n) = (prime(n)^5 - prime(n))/10.
; 3,24,312,1680,16104,37128,141984,247608,643632,2051112,2862912,6934392,11585616,14700840,22934496,41819544,71492424,84459624,135012504,180422928,207307152,307705632,393904056,558405936,858734016,1051010040
cal $0,40 ; The prime numbers.
add $1,$0
mov $2,$0
mul $0,13
div $0,$1
sub $0,2
pow $1,5
sub $1,$2
mul $1,$0
div $1,22
sub $1,24
mul $1,2
add $1,32
div $1,30
mul $1,3
add $1,3
|
nes-test-roms/scanline/scanline.asm | joebentley/ones | 1,461 | 163841 | <filename>nes-test-roms/scanline/scanline.asm
text_loc:
text_lo: .block 1
text_hi: .block 1
vramaddy: .block 1
scanline: .block 1
carry: .block 1
ctr: .block 1
tmp: .block 1
.org $C000
text:
.db " "
.db " This is a test for | Stars "
.db " proper mid-scanline | Below "
.db " PPU write emulation | Denote "
.db " | Errors "
.db " "
.db " This first area | ****** "
.db " toggles D3 of $2001 | ****** "
.db " to toggle background | ****** "
.db " rendering at the | ****** "
.db " appropriate times | ****** "
.db " and locations. | ****** "
.db " "
.db " "
.db " "
.db " This second area | ****** "
.db " toggles D4 of $2000 | ****** "
.db " to toggle the address | ****** "
.db " of the background | ****** "
.db " pattern table at the | ****** "
.db " proper locations. | ****** "
.db " "
.db " "
.db " "
.db " This third area uses | ****** "
.db " $2005/$2006 to update | ****** "
.db " the VRAM address at | ****** "
.db " the proper locations. | ****** "
.db " "
.db " "
.db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
.db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
waitframe: JMP waitframe
reset: SEI
CLD
LDX #$00
STX $2000
STX $2001
INX
ppuinit: LDA $2002
BPL ppuinit
DEX
BPL ppuinit
TXS
LDA #$80
STA text_hi
LDA #$00
STA text_lo
LDA $2002
LDX #$20
STX $2006
LDY #$00
STY $2006
init_vram1: LDA (text_loc),y
STA $2007
CLC
LDA text_lo
ADC #$01
STA text_lo
LDA text_hi
ADC #$00
STA text_hi
CMP #$84
BNE init_vram1
LDY #$04
LDX #$00
LDA #$00
init_vram2: STA $2007
DEX
BNE init_vram2
DEY
BNE init_vram2 ;clear 2nd nametable
LDA #$FF
init_spr: STA $0200,X
DEX
BNE init_spr ;clear sprite buffer
LDA #$3F
STA $2006
LDA #$00
STA $2006
LDA #$00
STA $2007 ;palette 0 color 0 == $00
LDA #$30
STA $2007 ;palette 0 color 1 == $30
STA $2007 ;palette 0 color 2 == $30
STA $2007 ;palette 0 color 3 == $30
LDA #$00
STA $4015 ;kill sound
LDA #$C0
STA $4017 ;disable frame IRQs
LDA #$90
STA $2000
LDA #$00
STA $2005
STA $2005 ;clear scroll regs
JMP waitframe
.fill $C500-*,$FF ;wait 21 scanlines for vblank, 48 scanlines for title text
;counter: 7833 (69 scanlines - 7 cycles for NMI - 3 latency)
nmi: LDA #$90 ;2
STA $2000 ;4
LDA $2002 ;4
LDX #$00 ;2
STX $2005 ;4
STX $2005 ;4
STX $2003 ;4
LDA #$1E ;2
STA $2001 ;4
LDA #$02 ;2
STA $4014 ;4+512
wait1: DEX ;512
BNE wait1 ;767
wait2: DEX ;512
BNE wait2 ;767
wait3: DEX ;512
BNE wait3 ;767
wait4: DEX ;512
BNE wait4 ;767
wait5: DEX ;512
BNE wait5 ;767
;counter: 890
LDX #$B0 ;2 (num: 176)
wait6: DEX ;352
BNE wait6 ;527
STX carry ;3
SEC ;2
LDA #$1E ;2 - written to $2001, XORed with $08
LDY #$30 ;2 - 48 scanlines worth of stuff here
;counter: 0
test1: ;counter += 64
;counter == 64
LDX #$0B ;2
t1a: DEX ;22
BNE t1a ;31
NOP ;2
EOR #$08 ;2
STA $2001 ;4
;counter: 0
;counter += 22
;counter == 22
LDX #$03 ;2
t1b: DEX ;6
BNE t1b ;8
EOR #$08 ;2
STA $2001 ;4
;counter: 0
;counter += 27+2/3
;counter == 27+2/3
NOP ;2
PHA ;3
LDA carry ;3
LDA carry ;3
ADC #$55 ;2
BCC t1c ;2+2/3
t1c: STA carry ;3
PLA ;4
DEY ;2
BNE test1 ;3[/2]
;counter: 0
;counter: 1
;counter += 2728 (24 scanlines minus 1 cycle)
;counter == 2729
LDX #$00 ;2
m1_1: DEX ;512
BNE m1_1 ;767
m1_2: DEX ;512
BNE m1_2 ;767
;counter: 169
LDX #$20 ;2 (num: 32)
m1_3: DEX ;64
BNE m1_3 ;95
NOP ;2
NOP ;2
LDA #$90 ;2 - written to $2000, XORed with #$10 in various places
LDY #$30 ;2 - 48 scanlines worth of stuff here
test2: ;counter += 58+2/3
;counter == 58+2/3
LDX #$09 ;2
t2a: DEX ;18
BNE t2a ;26
NOP ;2
NOP ;2
NOP ;2
EOR #$10 ;2
STA $2000 ;4
;counter: 2/3
;counter += 26+2/3
;counter == 27+1/3
LDX #$04 ;2
t2b: DEX ;8
BNE t2b ;11
EOR #$10 ;2
STA $2000 ;4
;counter: 1/3
;counter += 28+1/3
;counter == 28+2/3
NOP ;2
NOP ;2
NOP ;2
PHA ;3
LDA carry ;3
ADC #$55 ;2
BCC t2c ;2+2/3
t2c: STA carry ;3
PLA ;4
DEY ;2
BNE test2 ;3[/2]
;counter: 0
;counter: 1
;counter += 2728 (24 scanlines)
;counter == 2729
m2: LDX #$00 ;2
m2_1: DEX ;512
BNE m2_1 ;767
m2_2: DEX ;512
BNE m2_2 ;767
;counter: 169
LDX #$1D ;2 (num: 29; eff: 30)
m2_3: DEX ;62
BPL m2_3 ;92
STX carry ;3
LDA #$C1 ;2
STA scanline ;3
LDA #$20 ;2 - 32 scanlines worth of stuff here
STA ctr ;3
LDA #$55 ;2
STA tmp ;3
;counter: 0
test3: ;counter += 58+2/3
;counter == 58+2/3
LDX #$09 ;2
t3a: DEX ;18
BNE t3a ;26
NOP ;2
LDA #$04 ;2
STA $2006 ;4
STA $2006 ;4
;counter: 2/3
;counter += 29
;counter == 29+2/3
LDY scanline ;3
TYA ;2
ASL A ;2
ASL A ;2
AND #$E0 ;2
NOP ;2
STX $2006 ;4
STY $2005 ;4
STX $2005 ;4
STA $2006 ;4
;counter: 2/3
;counter += 26
;counter == 26+2/3
INC scanline ;5
LDA carry ;3
CLC ;2
ADC tmp ;3
BCC t3b ;2+2/3
t3b: STA carry ;3
DEC ctr ;5
BNE test3 ;3[/2]
;counter: 0
irq: RTI ;done!
.fill $FFFA-*,$00
.org $FFFA ;interrupt vectors
.dw nmi, reset, irq
.end
|
applescript/playPlaylist.applescript | SoloUnity/Alfred-Spotify-Commands | 15 | 3360 | on alfred_script(q)
tell application "Spotify"
-- Paste IN BETWEEN quotations on the line below
play track "spotify:playlist:66AeDiMrDqXStAK0DnrcYA"
end tell
end alfred_script |
virus/evasion.asm | roguematter/malware-csg513 | 0 | 87871 | mov ebp,esp
;disable process accounting
mov eax,51
xor ebx,ebx
int 0x80
;open("/proc/sys/kernel/randomize_va_space","r");
mov eax,5
jmp __CONF__
X__CONF__:
pop ebx
xor ecx,ecx
xor edx,edx
int 0x80
cmp eax,0
jle __noASLR1
mov ebx,eax
mov eax,3
push dword 0
mov ecx,esp
mov edx,1
int 0x80
pop eax
cmp eax,0x30
je __noASLR0
mov eax,6
int 0x80
jmp __enASLR
__noASLR0:
mov eax,6
int 0x80
__noASLR1:
mov edi,1
jmp __checkIDT
__enASLR:
xor edi,edi
jmp __checkIDT
__CONF__:
call X__CONF__
db "/proc/sys/kernel/randomize_va_space",0
__checkIDT:
push dword 0
sidt [esp]
pop eax
and eax,0xFF0000
cmp eax,0
jne __virtualized
jmp __checkTiming
__virtualized:
inc edi
__checkTiming:
;TODO: implement this
__checkPorts:
;TODO: implement this
cmp edi,2
jne __continue
mov eax,10
mov ebx,[ebp+4]
int 0x80
__continue:
nop
|
programs/forth.asm | CH-Electronics/chos | 312 | 243675 | ; *****************************************************************************
; *
; * Forth operating system for an IBM Compatible PC
; * Copyright (C) 1993-2011 <NAME>
; * Copyright (C) 2014 MikeOS Developers -- see doc/LICENSE.TXT
; *
; * For the most part it follows the FIG model, Forth-79 standard
; * There are differences, however
; *
; *****************************************************************************
; Some machines use subroutine threading (use SP for R stack) - this is
; considered Forth-like, and not true Forth. Also, the 8086 does not support
; [SP] and there are many more PUSH (1 byte) than RPUSH (4 bytes) instructions.
; This would be a poor choice for this processor.
; CFA = Compilation (or Code) Field Address.
; A Forth header =
; LFA address of previous word in chain, last one = 0
; NFA count(b4-0)/flags(b7=immediate, b5=smudge) + name
; CFA points to executable code for this definition
; PFA may contain parameters or code
; converted to nasm's macro processor
bits 16 ; nasm, 8086
%include "mikedev.inc"
cr equ 13 ; carriage return
lf equ 10 ; line feed
bell equ 7 ; bell (sort of)
spc equ 32 ; space
bs equ 8 ; back space
del equ 127 ; 'delete' character
%macro NEXT 0 ; mov di,[si] + inc si (twice) => couple extra bytes & many cycles
lodsw
xchg ax,di ; less bytes than mov, just as fast
jmp [di] ; 4 bytes
%endmacro
%macro RPUSH 1
dec bp
dec bp
mov word [bp+0],%1
%endmacro
%macro RPOP 1
mov word %1,[bp+0]
inc bp
inc bp
%endmacro
; A vocabulary is specified by a number between 1 and 15. See 'vocabulary' for a short
; discussion. A minimum of (2* highest vocabulary) dictionary threads are needed to
; prevent 'collisions' among the vocabularies. Initial compilation is entirely in the
; 'FORTH' vocabulary.
VOC EQU 1 ; specify FORTH part of Dictionary for this build
%assign IMM 0 ; next word is not IMMEDIATE
%macro IMMEDIATE 0 ; the following word is immediate
%assign IMM 080h
%endmacro
%assign defn 0 ; definition counter to create unique label
%define @def0 0 ; no definitions yet, mark as end of chain
%macro HEADING 1
%assign t1 defn ; unique label for chaining definitions
%assign defn defn+1 ; increment label
%strlen lenstrng %1 ; get length of name
@def %+ defn: dw @def %+ t1 ; temporary LFA -- first startup rearranges into chains
db IMM+lenstrng, %1 ; turn name into counted string with immediate indicator
%assign IMM 0 ; next word is not immediate, by default
%endmacro
org 0x8000 ; Start 1/2 way through segment for MikeOS
size EQU 65536
first EQU size & 0xffff ; 65536 or memory end for single segment 8086
stack0 EQU size - 128 ; R Stack & text input buffer
jmp do_startup ; maximize use-once code that will be "forgotten"
; Nucleus / Core -- ground 0
; Single precision (16-bit) Arithmetic operators
; CODE used extensively for speed
HEADING '*' ; ( n1 n2 -- n )
mult: dw $ + 2
pop di
pop ax
mul di
push ax
NEXT
HEADING '*/' ; ( n1 n2 n3 -- n )
dw $ + 2
pop di
pop dx
pop ax
imul dx
idiv di
push ax
NEXT
HEADING '*/MOD' ; ( u1 u2 u3 -- r q )
dw $ + 2
pop di
pop dx
pop ax
mul dx
div di
push dx
push ax
NEXT
HEADING '+' ; ( n1 n2 -- n )
plus: dw $ + 2
pop dx
pop ax
add ax,dx
push ax
NEXT
HEADING '-' ; ( n1 n2 -- n )
minus: dw $ + 2
pop dx
pop ax
sub ax,dx
push ax
NEXT
HEADING '/' ; ( n1 n2 -- n )
divide: dw $ + 2
pop di
pop ax
CWD
idiv di ; use di register for all divisions
push ax ; so that div_0 interrupt will work
NEXT
HEADING '/MOD' ; ( u1 u2 -- r q )
dw $ + 2
pop di
pop ax
sub dx,dx
div di
push dx
push ax
NEXT
HEADING '1+' ; ( n -- n+1 )
one_plus: dw $ + 2
pop ax
inc ax
push ax
NEXT
HEADING '1+!' ; ( a -- )
one_plus_store: dw $ + 2
pop di
inc word [di]
NEXT
HEADING '1-' ; ( n -- n-1 )
one_minus: dw $ + 2
pop ax
dec ax
push ax
NEXT
HEADING '1-!' ; ( a -- )
dw $ + 2
pop di
dec word [di]
NEXT
HEADING '2*' ; ( n -- 2n )
two_times: dw $ + 2
pop ax
shl ax,1
push ax
NEXT
HEADING '2**' ; ( n -- 2**N )
dw $ + 2
mov ax,1
pop cx
and cx,0Fh
shl ax,cl
push ax
NEXT
HEADING '2+' ; ( n -- n+2 )
two_plus: dw $ + 2
pop ax
inc ax
inc ax
push ax
NEXT
HEADING '2-' ; ( n -- n-2 )
two_minus: dw $ + 2
pop ax
dec ax
dec ax
push ax
NEXT
HEADING '2/' ; ( n -- n/2 )
dw $ + 2
pop ax
sar ax,1
push ax
NEXT
HEADING '4*' ; ( n -- 4n )
dw $ + 2
pop ax
shl ax,1
shl ax,1
push ax
NEXT
HEADING '4/' ; ( n -- n/4 )
dw $ + 2
pop ax
sar ax,1
sar ax,1
push ax
NEXT
HEADING 'MOD' ; ( u1 u2 -- r )
dw $ + 2
pop di
pop ax
sub dx,dx
div di
push dx
NEXT
HEADING 'NEGATE' ; ( n -- -n )
dw $ + 2
pop ax
negate1:
neg ax
push ax
NEXT
HEADING 'ABS' ; ( n -- |n| )
dw $ + 2
pop ax
or ax,ax
jl negate1 ; not alphabetical, allow short jump
push ax
NEXT
; Bit and Logical operators
HEADING 'AND' ; ( n1 n2 -- n )
cfa_and: dw $ + 2
pop dx
pop ax
and ax,dx
push ax
NEXT
HEADING 'COM' ; ( n -- !n >> ones complement )
dw $ + 2
pop ax
not ax
push ax
NEXT
HEADING 'LSHIFT' ; ( n c -- n<<c )
dw $ + 2
pop cx
pop ax
and cx,0Fh ; 16-bit word => max of 15 shifts
shl ax,cl
push ax
NEXT
HEADING 'NOT' ; ( f -- \f )
cfa_not: dw zero_eq + 2 ; similar to an alias
HEADING 'OR' ; ( n1 n2 -- n )
cfa_or: dw $ + 2
pop dx
pop ax
or ax,dx
push ax
NEXT
HEADING 'RSHIFT' ; ( n c -- n>>c )
dw $ + 2
pop cx
pop ax
and cx,0Fh
sar ax,cl
push ax
NEXT
HEADING 'XOR' ; ( n1 n2 -- n )
cfa_xor: dw $ + 2
pop dx
pop ax
xor ax,dx
push ax
NEXT
; Number comparison
HEADING '0<' ; ( n -- f )
zero_less: dw $ + 2
pop cx
or cx,cx
do_less:
mov ax,0
jge dl1
inc ax ; '79 true = 1
; dec ax ; '83 true = -1
dl1:
push ax
NEXT
HEADING '<' ; ( n1 n2 -- f )
less: dw $ + 2
pop dx
pop cx
cmp cx,dx
JMP do_less
HEADING '>' ; ( n1 n2 -- f )
greater: dw $ + 2
pop cx
pop dx
cmp cx,dx
JMP do_less
HEADING '0=' ; ( n -- f )
zero_eq: dw $ + 2
pop cx
test0:
mov ax,1 ; '79 true
jcxz z2
dec ax ; 1-1 = 0 = FALSE
z2:
push ax
NEXT
HEADING '=' ; ( n1 n2 -- f )
cfa_eq: dw $ + 2
pop dx
pop cx
sub cx,dx
JMP test0
HEADING 'MAX' ; ( n1 n2 -- n )
dw $ + 2
pop ax
pop dx
CMP dx,ax
jge max1
xchg ax,dx
max1:
push dx
NEXT
HEADING 'MIN' ; ( n1 n2 -- n )
cfa_min: dw $ + 2
pop ax
pop dx
CMP ax,dx
jge min1
xchg ax,dx
min1:
push dx
NEXT
HEADING 'U<' ; ( u1 u2 -- f )
u_less: dw $ + 2
sub cx,cx
pop dx
pop ax
cmp ax,dx
jnc ul1
inc cx
ul1:
push cx
NEXT
HEADING 'WITHIN' ; ( n nl nh -- f >> true if nl <= n < nh )
WITHIN: dw $ + 2
sub cx,cx ; flag, default is false
pop dx ; high limit
pop di ; low limit
pop ax ; variable
cmp ax,dx ; less than (lt) high, continue
jge w1
cmp ax,di ; ge low
jl w1
inc cx
w1:
push cx
NEXT
; Memory reference, 16 bit
HEADING '!' ; ( n a -- )
store: dw $ + 2
pop di
pop ax
stosw ; less bytes and just as fast as move
NEXT
HEADING '+!' ; ( n a -- )
plus_store: dw $ + 2
pop di
pop ax
add [di],ax
NEXT
HEADING '@' ; ( a -- n )
fetch: dw $ + 2
pop di
push word [di]
NEXT
HEADING 'C!' ; ( c a -- )
c_store: dw $ + 2
pop di
pop ax
stosb ; less bytes and just as fast as move
NEXT
HEADING 'C+!' ; ( c a -- )
dw $ + 2
pop di
pop ax
add [di],al
NEXT
HEADING 'C@' ; ( a -- zxc >> zero extend )
c_fetch: dw $ + 2
pop di
sub ax,ax
mov al,[di]
push ax
NEXT
HEADING 'FALSE!' ; ( a -- >> stores 0 in address )
false_store: dw $ + 2
sub ax,ax
pop di
stosw
NEXT
HEADING 'XFER' ; ( a1 a2 -- >> transfers contents of 1 to 2 )
XFER: dw $ + 2
pop dx
pop di
mov ax,[di]
mov di,dx
stosw
NEXT
; 16-bit Parameter Stack operators
HEADING '-ROT' ; ( n1 n2 n3 -- n3 n1 n2 )
m_ROT: dw $ + 2
pop di
pop dx
pop ax
push di
push ax
push dx
NEXT
HEADING '?DUP' ; ( n -- 0, n n )
q_DUP: dw $ + 2
pop ax
or ax,ax
jz qdu1
push ax
qdu1:
push ax
NEXT
HEADING 'DROP' ; ( n -- )
DROP: dw $ + 2
pop ax
NEXT
HEADING 'DUP' ; ( n -- n n )
cfa_dup: dw $ + 2
pop ax
push ax
push ax
NEXT
HEADING 'OVER' ; ( n1 n2 -- n1 n2 n1 )
OVER: dw $ + 2
mov di,sp
push word [di+2]
NEXT
HEADING 'PICK' ; ( ... n1 c -- ... nc )
PICK: dw $ + 2
pop di
dec di
shl di,1
add di,sp
push word [di]
NEXT
HEADING 'ROT' ; ( n1 n2 n3 -- n2 n3 n1 )
ROT: dw $ + 2
pop di
pop dx
pop ax
push dx
push di
push ax
NEXT
; Note: 'push sp' results vary by processor
HEADING 'SP@' ; ( -- a )
sp_fetch: dw $ + 2
mov ax,sp
push ax
NEXT
HEADING 'SWAP' ; ( n1 n2 -- n2 n1 )
SWAP: dw $ + 2
pop dx
pop ax
push dx
push ax
NEXT
; Return stack manipulation
HEADING 'I' ; ( -- n >> [RP] )
eye: dw $ + 2
mov ax,[bp+0]
push ax
NEXT
HEADING "I'" ; ( -- n >> [RP+2] )
eye_prime: dw $ + 2
mov ax,[bp+2]
push ax
NEXT
HEADING 'J' ; ( -- n >> [RP+4] )
dw $ + 2
mov ax,[bp+4]
push ax
NEXT
HEADING "J'" ; ( -- n >> [RP+6] )
dw $ + 2
mov ax,[bp+6]
push ax
NEXT
HEADING 'K' ; ( -- n >> [RP+8] )
dw $ + 2
mov ax,[bp+8]
push ax
NEXT
HEADING '>R' ; ( n -- >> S stack to R stack )
to_r: dw $ + 2
pop ax
RPUSH ax
NEXT
HEADING 'R>' ; ( -- n >> R stack to S stack )
r_from: dw $ + 2
RPOP ax
push ax
NEXT
; Constant replacements
; CONSTANT takes 66 cycles (8086) to execute
HEADING '0' ; ( -- 0 )
zero: dw $ + 2
xor ax,ax
push ax
NEXT
HEADING '1' ; ( -- 1 )
one: dw $ + 2
mov ax,1
push ax
NEXT
HEADING 'FALSE' ; ( -- 0 )
dw zero + 2
HEADING 'TRUE' ; ( -- t )
truu: dw $ + 2
mov ax,1 ; '79 value
push ax
NEXT
; 32-bit (double cell) - standard option
HEADING '2!' ; ( d a -- )
two_store: dw $ + 2
pop di
pop dx ; TOS = high word
pop ax ; variable low address => low word
stosw
mov ax,dx
stosw
NEXT
HEADING '2>R' ; ( n n -- >> transfer to R stack )
two_to_r: dw $ + 2
pop ax
pop dx
RPUSH dx
RPUSH ax
NEXT
HEADING '2@' ; ( a -- d )
two_fetch: dw $ + 2
pop di
push word [di] ; low variable address => low word
push word [di+2] ; low param stack address (TOS) => high word
NEXT
HEADING '2DROP' ; ( d -- )
two_drop: dw $ + 2
pop ax
pop ax
NEXT
HEADING '2DUP' ; ( d -- d d )
two_dup: dw $ + 2
pop dx
pop ax
push ax
push dx
push ax
push dx
NEXT
HEADING '2OVER' ; ( d1 d2 -- d1 d2 d1 )
two_over: dw $ + 2
mov di,sp
push word [di+6]
push word [di+4]
NEXT
HEADING '2R>' ; ( -- n1 n2 )
two_r_from: dw $ + 2
RPOP ax
RPOP dx
push dx
push ax
NEXT
HEADING '2SWAP' ; ( d1 d2 -- d2 d1 )
two_swap: dw $ + 2
pop dx
pop di
pop ax
pop cx
push di
push dx
push cx
push ax
NEXT
HEADING 'D+' ; ( d1 d2 -- d )
d_plus: dw $ + 2
pop dx
pop ax
dplus:
mov di,sp
add [di+2],ax
adc [di],dx
NEXT
HEADING 'D+!' ; ( d a -- )
dw $ + 2
pop di
pop dx
pop ax
add [di+2],ax
adc [di],dx
NEXT
HEADING 'D-' ; ( d1 d2 -- d )
d_minus: dw $ + 2
pop cx
pop di
pop ax
pop dx
sub dx,di
sbb ax,cx
push dx
push ax
NEXT
HEADING 'D0=' ; ( d -- f )
d_zero_eq: dw $ + 2
pop ax
pop dx
sub cx,cx
or ax,dx
jnz dz1
inc cx ; 1, F79
; dec cx ; -1, F83
dz1:
push cx
NEXT
HEADING 'DNEGATE' ; ( d -- -d )
DNEGATE: dw $ + 2
pop dx
pop ax
neg ax
adc dx,0
neg dx
push ax
push dx
NEXT
HEADING 'S>D' ; ( n -- d )
s_to_d: dw $ + 2
pop ax
CWD
push ax
push dx
NEXT
HEADING 'M*' ; ( n1 n2 -- d )
dw $ + 2
pop ax
pop dx
imul dx
push ax
push dx
NEXT
HEADING 'M+' ; ( d1 n -- d )
dw $ + 2
pop ax
CWD
jmp dplus
HEADING 'M/' ; ( d n1 -- n )
dw $ + 2
pop di
pop dx
pop ax
idiv di
push ax
NEXT
HEADING 'U*' ; ( u1 u2 -- d )
dw $ + 2
pop ax
pop dx
mul dx
push ax
push dx
NEXT
HEADING 'U/MOD' ; ( d u -- r q )
dw $ + 2
pop di
pop dx
pop ax
div di
push dx
push ax
NEXT
; Long Structures - more efficient code, but extra byte
; These use a stored address rather than a byte offset
do_branch: dw $ + 2
branch:
lodsw ; ax = goto address
mov si,ax ; XP = goto
NEXT
; jump on opposite condition, ie NE IF compiles JE
q_branch: dw $ + 2 ; ( f -- )
pop ax
or ax,ax
je branch ; ignore conditional execution if flag false
no_branch:
inc si ; bypass jump address
inc si
NEXT ; and then execute conditional words
do_loop: dw $ + 2
mov cx,1 ; normal increment
lp1:
add cx,[bp+0] ; update counter
mov [bp+0],cx ; save for next round
cmp cx,[bp+2] ; (signed, Forth-79) compare to limit
jl branch ; not at end of loop count, go again
lp2:
add bp,4 ; at end, drop cntr & limit from R stack
inc si ; skip jump/loop address & continue
inc si
NEXT
plus_loop: dw $ + 2 ; ( n -- )
pop cx
JMP lp1
slant_loop: dw $ + 2 ; ( n -- )
pop dx
add [bp+0],dx ; (Forth-83) crossed boundary from below?
mov ax,[bp+0]
sub ax,[bp+2]
xor ax,dx
jge lp2 ; end of loop, exit
jmp branch ; no, branch back to loop beginning
c_switch: dw $ + 2 ; ( xx c.input -- xx | xx c.input )
pop dx
RPUSH si
ADD si,4
sub cx,cx
c_s1: ; BEGIN
lodsw ; inc si, get address of byte
mov di,ax
MOV cl,[di] ; byte to match
lodsw ; inc si, get possible link
CMP dl,cl
je c_s3 ; input match this entry ?
CMP ax,0 ; WHILE not last link = 0
jz c_s2
mov si,ax
JMP c_s1 ; REPEAT, try next entry
c_s2:
push dx ; no matches
c_s3:
NEXT
do_switch: dw $ + 2 ; ( xx n.input -- xx | xx n.input )
pop dx ; switch input
RPUSH si
ADD si,4 ; skip forth branch
sw1:
lodsw
MOV cx,ax ; number to match
lodsw ; increment I; get possible link
CMP dx,cx
je sw3 ; input match this entry
CMP ax,0
je sw2
mov si,ax
JMP sw1 ; try next entry
sw2:
push dx ; no matches
sw3:
NEXT
; Runtime for literals
bite: dw $ + 2
lodsb ; get data byte
cbw ; sign extend to word
push ax
NEXT
cell: dw $ + 2 ; code def with no header/ only cfa.
lodsw ; used by literal
push ax ; push data word on param stack
NEXT
dclit: dw $ + 2 ; ( -- sxc1 sxc2 )
lodsb ; get first byte
cbw
push ax
lodsb ; get second byte
cbw
push ax
NEXT
dblwd: dw $ + 2 ; ( -- d )
lodsw
mov dx,ax ; low address => high word when inline
lodsw
push ax
push dx ; lower stack address (TOS) => high word
NEXT
; Program execution
HEADING 'EXECUTE'
EXECUTE: dw $ + 2
pop di ; ( cfa -- >> runtime )
exec1:
or di,di
jz e001 ; no address was given, cannot be 0
jmp [di]
e001:
NEXT
HEADING '@EXECUTE'
@EXECUTE: dw $ + 2
pop di ; ( a -- >> runtime )
mov di,[di]
JMP exec1
HEADING 'EXIT' ; LFA + NFA
EXIT: dw $ + 2 ; CFA
exit1: ; R = BP, return stack pointer ( PFA )
RPOP si
NEXT
HEADING 'LEAVE-EXIT'
leave_exit: dw $ + 2
add bp,4 ; 2RDROP - count & limit
jmp exit1
HEADING '2LEAVE-EXIT'
dw $ + 2
add bp,8 ; 4RDROP - both counts & limits
jmp exit1
HEADING 'LEAVE'
leave_lp: dw $ + 2
mov ax,[bp+0] ; next test will => done, count = limit
mov [bp+2],ax
NEXT
HEADING 'STAY' ; ( f -- >> exit if false )
STAY: dw $ + 2
pop ax
or ax,ax
jz exit1
NEXT
; Defining words -- define & execution
HEADING ':'
dw colon
dw cfa_create, r_bracket
dw sem_cod ; sets CFA of daughter to 'colon'
colon:
inc di ; cfa -> pfa
inc di
RPUSH si ; rpush si = execute ptr => current pfa
mov si,di ; exec ptr = new pfa
NEXT
; Note - word copies input to here + 2, in case of a new definition
HEADING 'CREATE'
cfa_create dw colon ; ( -- )
dw blnk, cfa_word, cfa_dup ; word adr = string adr = na
dw c_fetch, cfa_dup ; ( na count count )
dw zero_eq, abortq
db ct001 - $ - 1
db 'No name'
ct001:
dw bite ; ( na count )
db 31
dw greater, abortq
db ct002 - $ - 1
db 'Name too long!'
ct002:
dw CURRENT, c_fetch, HASH, FIND_WD ; ( na v -- na lfa,0 )
dw q_DUP, q_branch ; IF name exists in current vocab,
dw ct005 ; print redefinition 'warning'
dw CR, OVER, COUNT, cfa_type
dw dotq
db ct003 - $ - 1
db ' Redefinition of: '
ct003:
dw cfa_dup, id_dot, dotq
db ct004 - $ - 1
db 'at '
ct004:
dw u_dot
ct005: ; THEN
dw CURRENT, c_fetch, HASH ; ( na link )
dw HEADS, plus, HERE ; ( nfa hdx lfa=here )
dw cfa_dup, LAST, store ; ( nfa hdx lfa )
dw OVER, fetch, comma ; set link field
dw SWAP, store ; update heads
dw c_fetch ; ( count )
dw one_plus, ALLOT ; allot name and count/flags
dw SMUDGE
dw zero, comma ; code field = 0, ;code will update
dw sem_cod
create: ; ( -- pfa )
inc di ; cfa -> pfa
inc di
push di ; standard def => leave pfa on stack
NEXT
does:
RPUSH si ; rpush current (word uses parent) execute ptr
pop si ; get new (parent) execute ptr
inc di ; daughter cfa -> pfa
inc di
push di ; leave daughter pfa on stack
NEXT
HEADING 'CONSTANT'
cfa_constant: dw colon ; ( n -- >> compile time )
dw cfa_create, comma
dw UNSMUDGE, sem_cod
constant: ; ( -- n >> run time )
push word [di+2]
NEXT
HEADING '2CONSTANT'
dw colon ; ( d -- )
dw SWAP, cfa_constant
dw comma, sem_cod
two_con: ; ( -- d )
push word [di+2]
push word [di+4]
NEXT
; System-wide constants
HEADING '0.' ; ( -- 0 0 >> code def is alternative )
zero_dot: dw two_con
dw 0, 0
HEADING '1.'
dw two_con
dw 1, 0
HEADING '2'
two: dw constant, 2
HEADING 'BL'
blnk: dw constant, spc ; <space>
B_HDR: dw constant ; bytes in header, ie, hash lists * 2
dw 32 ; see HEADS and FENCE
L_WIDTH: dw constant
dw 80
HEADING 'S0'
SP0: dw constant, stack0
; String, text operators
HEADING '-TEXT' ; ( a1 n a2 -- f,t=different )
dw $ + 2
pop di
pop cx
pop ax
xchg ax,si
REP CMPSB
je txt1
mov cx,1
jnc txt1
neg cx
txt1:
push cx
mov si,ax
NEXT
HEADING '-TRAILING' ; ( a n -- a n' )
m_TRAILING: dw $ + 2
pop cx
pop di
push di
jcxz trl1
mov al,' '
add di,cx
dec di
STD
REP scasb
cld
je trl1
inc cx
trl1:
push cx
NEXT
HEADING '<CMOVE' ; ( s d n -- )
backwards_cmove: dw $ + 2
pop cx
pop di
pop ax
jcxz bmv1
xchg ax,si
add di,cx
dec di
add si,cx
dec si
STD
REP movsb
cld
mov si,ax
bmv1:
NEXT
HEADING 'CMOVE' ; ( s d n -- )
front_cmove: dw $ + 2
pop cx ; count
pop di
pop ax
xchg ax,si
rep movsb
mov si,ax
NEXT
HEADING 'COUNT' ; ( a -- a+1 n )
COUNT: dw $ + 2
pop di
sub ax,ax
mov al,[di]
inc di
push di
push ax
NEXT
; Memory fills
HEADING 'FILL' ; ( a n c -- )
dw $ + 2
pop ax
mem_fill:
pop cx
pop di
REP stosb
NEXT
HEADING 'BLANK' ; ( a n -- )
BLANK: dw $ + 2
mov al,' '
JMP mem_fill
HEADING 'ERASE' ; ( a n -- )
ERASE: dw $ + 2
sub ax,ax
JMP mem_fill
; Intersegment data moves
HEADING 'L!' ; ( n seg off -- )
dw $ + 2
pop di
pop ds
pop ax
mov [di],ax
mov dx,cs
mov ds,dx
NEXT
HEADING 'L@' ; ( seg off -- n )
dw $ + 2
pop di
pop ds
mov ax,[di]
mov dx,cs
mov ds,dx
push ax
NEXT
HEADING 'LC!' ; ( c seg off -- )
dw $ + 2
pop di
pop ds
pop ax
mov [di],al
mov dx,cs
mov ds,dx
NEXT
HEADING 'LC@' ; ( seg off -- c >> zero extended byte )
dw $ + 2
pop di
pop ds
sub ax,ax
mov al,[di]
mov dx,cs
mov ds,dx
push ax
NEXT
HEADING 'FORTHSEG' ; ( -- seg )
FORTHSEG: dw $ + 2 ; not a constant in a PC system
push cs ; changes each time the program is run
NEXT
HEADING 'STACKSEG' ; ( -- seg )
dw $ + 2
mov ax,cs ; 64K (4K segs) above FORTHSEG
add ax,4096
push ax
NEXT
HEADING 'FIRSTSEG' ; ( -- seg )
dw $ + 2
mov ax,cs ; 128K (8K segs) above FORTHSEG, 64k above stack/buffer seg
add ax,8192
push ax
NEXT
HEADING 'SEGMOVE' ; ( fs fa ts ta #byte -- )
dw $ + 2
pop cx
pop di
pop es
pop ax
pop ds
xchg ax,si
shr cx,1
jcxz segmv1
REP MOVSw
segmv1:
jnc segmv2
movsb
segmv2:
mov dx,cs
mov ds,dx
mov es,dx
mov si,ax
NEXT
; Miscellaneous Stuff
HEADING '><' ; ( n -- n' >> bytes interchanged )
dw $ + 2
pop ax
xchg al,ah
push ax
NEXT
HEADING '+@' ; ( a1 a2 -- n )
plus_fetch: dw $ + 2
pop ax
pop di
add di,ax
push word [di]
NEXT
HEADING '@+' ; ( n1 a -- n )
fetch_plus: dw $ + 2
pop di
pop ax
add ax,[di]
push ax
NEXT
HEADING '@-' ; ( n1 a -- n )
fetch_minus: dw $ + 2
pop di
pop ax
sub ax,[di]
push ax
NEXT
HEADING 'CFA' ; ( pfa -- cfa )
CFA: dw two_minus + 2 ; similar to an alias
HEADING '>BODY' ; ( cfa -- pfa )
to_body: dw two_plus + 2 ; similar to an alias
HEADING 'L>CFA' ; ( lfa -- cfa )
l_to_cfa: dw $ + 2
pop di
inc di
inc di
mov al,[di]
AND ax,1Fh ; count only, no flags such as immediate
add di,ax
inc di
push di
NEXT
HEADING 'L>NFA' ; ( lfa -- nfa )
l_to_nfa: dw two_plus + 2
HEADING 'L>PFA' ; ( lfa -- pfa )
dw colon
dw l_to_cfa, to_body, EXIT
; 15-bit Square Root of a 31-bit integer
HEADING 'SQRT' ; ( d -- n )
dw $ + 2
pop dx
pop ax
push si
sub di,di
mov si,di
mov cx,16
lr1:
shl ax,1
rcl dx,1
rcl si,1
shl ax,1
rcl dx,1
rcl si,1
shl di,1
shl di,1
inc di
CMP si,di
jc lr2
sub si,di
inc di
lr2:
shr di,1
LOOP lr1
pop si
push di
NEXT
; Start Colon Definitions -- non-defining words
; Best for FORTH compiler to create defining words first -- minimizes forward references
; Most of these are used in the base dictionary
HEADING 'D<' ; ( d1 d2 -- f )
d_less: dw colon ; CFA
dw d_minus ; PFA
dw zero_less, SWAP, DROP
dw EXIT ; semicolon
HEADING 'D=' ; ( d1 d2 -- f )
dw colon
dw d_minus
dw d_zero_eq
dw EXIT
HEADING 'DABS' ; ( d -- |d| )
DABS: dw colon
dw cfa_dup, zero_less, q_branch ; IF <0 THEN NEGATE
dw dab1
dw DNEGATE
dab1:
dw EXIT
HEADING 'DMAX' ; ( d1 d2 -- d )
dw colon
dw two_over, two_over, d_less
dw q_branch ; IF 1st < THEN SWAP
dw dmax1
dw two_swap
dmax1:
dw two_drop
dw EXIT
HEADING 'DMIN' ; ( d1 d2 -- d )
DMIN: dw colon
dw two_over, two_over, d_less
dw zero_eq, q_branch ; IF 1st >= THEN SWAP
dw dmin1
dw two_swap
dmin1:
dw two_drop
dw EXIT
HEADING '-LEADING' ; ( addr cnt -- addr' cnt' )
m_LEADING: dw colon
dw cfa_dup, zero, two_to_r
mld1:
dw OVER, c_fetch, blnk
dw cfa_eq, q_branch ; IF leading = space
dw mld2
dw SWAP, one_plus
dw SWAP, one_minus, do_branch
dw mld3
mld2:
dw leave_lp
mld3:
dw do_loop
dw mld1
dw EXIT
HEADING '0>' ; ( n -- f )
zero_greater: dw colon
dw zero, greater
dw EXIT
HEADING '3DUP' ; ( n1 n2 n3 -- n1 n2 n3 n1 n2 n3 )
three_dup: dw colon
dw cfa_dup, two_over, ROT
dw EXIT
HEADING 'ROLL' ; ( ... c -- ... )
dw colon
dw two_times, to_r, sp_fetch
dw eye, two_minus, plus_fetch
dw sp_fetch, cfa_dup, two_plus
dw r_from, backwards_cmove, DROP
dw EXIT
HEADING 'T*' ; ( d n -- t )
tr_times: dw $ + 2
mov [bp-2],si ; save thread pointer above 'R'
mov [bp-4],bx ; save user pointer - in case implemented
pop bx ; n
pop si ; d hi
pop di ; d lo
mov ax,di
mul bx ; n * lo
push ax ; bottom (lo) of tripple result
mov cx,dx
mov ax,si
mul bx ; n * hi
add cx,ax ; middle terms
adc dx,0
or si,si
jge tt1 ; correct unsigned mul by n
sub dx,bx
tt1:
or bx,bx
jge tt2 ; correct unsigned mul by d
sub cx,di
sbb dx,si
tt2:
push cx ; result mid
push dx ; result hi
mov bx,[bp-4] ; restore registers
mov si,[bp-2]
NEXT
HEADING 'T/' ; ( t n -- d )
tr_div: dw $ + 2
pop di ; n
pop dx ; hi
pop ax ; med
pop cx ; lo
push si
sub si,si
or di,di
jge td11
neg di ; |n|
inc si
td11:
or dx,dx
jge td12
dec si ; poor man's negate
neg cx ; |t|
adc ax,0
adc dx,0
neg ax
adc dx,0
neg dx
td12:
div di
xchg ax,cx
div di
or si,si ; sign of results
jz td13 ; 0 or 2 negatives => positive
neg ax ; dnegate
adc cx,0
neg cx
td13:
pop si
push ax
push cx
NEXT
HEADING 'M*/' ; ( d1 n1 n2 -- d )
dw colon
dw to_r, tr_times, r_from, tr_div
dw EXIT
; No User variables -- all treated as normal variables for single user system
HEADING 'SPAN' ; actual # chrs rcvd.
SPAN: dw create ; Normal variable
span1: dw 0
HEADING 'TIB' ; Text input starts at top of parameter stack
TIB: dw create
tib1: dw stack0
HEADING '#TIB'
num_tib: dw create
n_tib1: dw 0
HEADING 'T_FLG' ; serial transmit flags
dw create ; cvariable
tflg1: db 0
HEADING 'R_FLG' ; serial receive flags
rcv_flg: dw create ; cvariable
rflg1: db 0
; User / System variables
HEADING 'CONTEXT' ; ( -- a >> 2variable )
CONTEXT: dw create
dw VOC, 0
HEADING 'CURRENT' ; ( -- a >> 2variable )
CURRENT: dw create
dw VOC, 0
; Kept variable storage together to make PROTECT and EMPTY easier
HEADING 'HEADS'
HEADS: dw create ; 'Links to remember'
hds: times 16 dw 0
h1: dw very_end
last1: dw 0 ; LFA of last word defined
HEADING 'FENCE'
FENCE: dw create ; GOLDEN (protected)
links: times 16 dw 0
goldh: dw addr_end
goldl: dw GOLDEN_LAST
; Now setup access to array elements as a variable
HEADING 'H'
H: dw constant
dw h1
HEADING 'LAST'
LAST: dw constant
dw last1
HEADING 'BUF0' ; only disk buffer(s), for now
BUF0: dw create
buf0a: times 1024 db spc ; currently in FORTH seg
HEADING 'BUF1' ; break buffer into 2 pieces for IBM
dw constant
dw BUF0 + 512 + 2
HEADING 'PATH'
PATH: dw create
path1: db 'a:\' ; drive
path2: times 62 db spc ; path
db 0
HEADING 'FNAME'
FNAME: dw create
fname1: times 64 db spc ; name
db 0
HEADING "'ABORT"
dw create
abrt_ptr: dw QUT1
HEADING 'BASE'
BASE: dw create
base1: dw 10 ; decimal
T_BASE: dw create ; headerless variable
t_ba: dw 10
HEADING '>IN'
tin: dw create
tin1: dw 0
hndl1: dw 0 ; temporary store before transfer to handle
; used like BLK in normal systems
; minimum value should be 5, max = FILES - 1
qend1: dw 0 ; at end of file for loading
HEADING 'STATE'
STATE: dw create
state1: dw 0
HEADING 'HLD'
HLD: dw create
hld1 dw 0
HEADING 'RMD'
RMD: dw create
dw 0
HEADING 'ROWS'
dw create
max_rows: dw 0
; Include stored interrupt vector(s) for convenience
HEADING 'LINES'
dw create
max_col: dw 0
_mode: dw 0 ; video setup information
_page: dw 0
d_off: dw 0 ; save divide 0 vector here
d_seg: dw 0
sp_save: dw 0 ; save original SP
ss_save: dw 0
HEADING 'D_VER' ; DOS version for .com generate
D_VER: dw create
dver1: dw 0
HEADING 'ABORT'
ABORT: dw $ + 2 ; ( x ... x -- )
abrt: MOV sp,stack0 ; clear parameter stack
mov ax,[base1] ; reset temporary base to current
mov [t_ba],ax
sub ax,ax ; mark disk file as ended
mov [qend1],ax
push ax ; for parameter stack underflow
MOV si,[abrt_ptr] ; goto 'quit'
NEXT
HEADING 'SYSTEM'
SYSTEM: dw $ + 2
push es
mov cx,[d_seg] ; restore div 0 vector
mov dx,[d_off]
xor ax,ax ; interrupt segment and address of vector 0
mov es,ax
mov di,ax
mov [es:di],dx
mov [es:di+2],cx
mov dx,[sp_save]
mov ax,[ss_save]
pop es
cli ; restore original SP
mov sp,dx
mov ss,ax
sti
ret ; return to MikeOS
HEADING '!CURSOR' ; ( row col -- )
dw $ + 2
pop dx
pop ax
mov dh,al
call os_move_cursor
NEXT
HEADING '@CURSOR' ; ( -- row col )
get_cursor: dw $ + 2
call os_get_cursor_pos
sub ax,ax
mov al,dh
push ax
mov al,dl
push ax
NEXT
HEADING 'CLS' ; ( -- )
CLS: dw $ + 2
call os_clear_screen
NEXT
; Polled 'type'
; Bits 0-3 of T_FLG control transmission; Bit 0 => XON
HEADING 'TYPE' ; ( a n -- )
cfa_type: dw $ + 2
pop cx ; character count
pop di ; ds:di = data pointer
push bx ; some BIOS destroy BX, DX and/or BP
push bp
or cx,cx ; normally 1 to 255 characters, always < 1025
jle short ty2 ; bad data or nothing to print
ty1:
test byte [tflg1],0Fh ; output allowed? XON-XOFF
jne ty1
mov al,[di] ; get character
inc di
mov ah,0x0E ; print to screen, TTY mode
mov bh,[_page] ; ignored on newer BIOSs
mov bl,7 ; foreground, usually ignored
int 10h
loop ty1 ; do for input count
ty2:
pop bp
pop bx
NEXT
HEADING 'EMIT' ; ( c -- )
EMIT: dw $ + 2
pop ax
push bx ; some BIOS destroy BX, DX and/or BP
push bp
mov ah,0x0E
mov bh,[_page]
mov bl,7 ; foreground, usually ignored
int 10h
pop bp
pop bx
NEXT
HEADING '/0' ; heading for generate
dw $ + 2
div_0: ; divide zero interrupt
sub ax,ax
cwd
mov di,1 ; 80286 will repeat division !
iret
; TERMINAL -- NON-VECTORED
; Note: buffer must be able to contain one more than expected characters.
HEADING 'EXPECT' ; ( a n -- )
EXPECT: dw $ + 2
pop cx ; count
pop di ; buffer address
push bx ; some BIOS destroy BX, DX and/or BP
push bp
sub ax,ax
MOV [span1],ax
or cx,cx ; > 0, normally < 1025
jg exp_loop
jmp exp_end
exp_loop:
and byte [rflg1],7Fh ; clear special, b7
xor ax,ax ; BIOS input, no echo
int 16h
cmp al,0 ; extended/special ?
je exp1 ; yes
cmp al,0xE0
jne exp2
exp1:
or byte [rflg1],80h ; set special
mov al,1 ; get extended scan code in al
xchg al,ah
jmp short exp_store ; special cannot be a control
exp2: ; normal input, limited control processing
TEST byte [rflg1],1 ; (b0=raw) skip test specials ?
jnz exp_store
CMP al,bs ; <back space> ?
je exp5
CMP al,del ; <delete> ?
jne exp7
exp5:
TEST word [span1],7FFFh ; any chr in buffer ?
jnz exp6
mov dl,bell ; echo (warning) bell
jmp short exp_echo
exp6:
DEC word [span1]
INC cx
dec di
test byte [rflg1],10h ; b4, echo allowed ?
jnz exp10
mov bh,[_page]
mov bl,7 ; foreground, usually ignored
mov ax,0x0E08 ; BS
int 10h
mov ax,0x0E20 ; space
int 10h
mov ax,0x0E08 ; BS
int 10h
jmp short exp10
exp7:
CMP al,cr ; <cr> ?
jne exp9
sub cx,cx ; no more needed
mov dl,' ' ; echo space
jmp short exp_echo
exp9:
cmp al,lf ; <lf> ?
jne exp_store
mov al,' ' ; echo & store space
exp_store:
mov dl,al ; echo input
stosb
INC word [span1]
DEC cx
exp_echo:
test byte [rflg1],10h ; b4, echo allowed ?
jnz exp10
mov al,dl
mov ah,0x0E ; send to monitor
mov bh,[_page]
mov bl,7 ; foreground, usually ignored
int 10h
exp10:
jcxz exp_end
jmp exp_loop
exp_end:
sub ax,ax ; end input marker
stosb
pop bp
pop bx
NEXT
HEADING 'KEY' ; ( -- c >> high byte = end marker = 0 )
KEY: dw colon
dw rcv_flg, c_fetch, cfa_dup, one, cfa_or, rcv_flg, c_store ; set special
dw zero, sp_fetch, one, EXPECT ; ( rflg c )
dw rcv_flg, c_fetch, bite
db 80h
dw cfa_and, ROT, cfa_or ; extended receive &
dw rcv_flg, c_store ; echo flag maintained
dw EXIT
cfa_msg: dw colon
dw cfa_create, UNSMUDGE, sem_cod
msg:
db 232 ; call pushes execute PFA on parameter stack
dw does - $ - 2
dw COUNT, cfa_type
dw EXIT
; Generic CRT Terminal
HEADING 'BELL'
BELL: dw msg
db 1, bell
HEADING 'CR'
CR: dw msg
db 2, cr, lf
HEADING 'OK'
OK: dw msg
db 2, 'ok'
HEADING 'SPACE'
SPACE: dw msg
db 1, ' '
HEADING 'SPACES' ; ( n -- >> n=0 to 32767 )
SPACES: dw colon
dw cfa_dup, zero_greater, q_branch ; IF number positive
dw sp2
dw cfa_dup, zero, two_to_r
sp1:
dw SPACE, do_loop
dw sp1
sp2:
dw DROP
dw EXIT
HEADING 'HERE' ; ( -- h )
HERE: dw $ + 2
PUSH word [h1]
NEXT
h_p_2: dw colon ; ( -- h+2 )
dw HERE, two_plus
dw EXIT
HEADING 'PAD' ; ( -- a >> a=here+34, assumes full header )
PAD: dw $ + 2
mov ax,[h1]
ADD ax,34 ; max NFA size + LFA
push ax
NEXT
; Pictured Number output
HEADING 'HOLD' ; ( n -- )
HOLD: dw $ + 2
DEC word [hld1]
MOV di,[hld1]
pop ax
stosb
NEXT
dgt1: dw $ + 2 ; ( d -- d' c )
pop ax
pop cx
sub dx,dx
mov di,[base1] ; no overflow should be possible
DIV di ; just in case base cleared
xchg ax,cx
DIV di
push ax
push cx
CMP dl,10 ; dx = Rmd: 0 to Base
jc dgt2 ; U<
add dl,7 ; 'A' - '9'
dgt2:
add dl,'0' ; to ASCII
push dx
NEXT
HEADING '<#' ; ( d -- d )
st_num: dw colon
dw PAD, HLD, store
dw EXIT
HEADING '#' ; ( d -- d' )
add_num: dw colon
dw dgt1, HOLD
dw EXIT
HEADING '#>' ; ( d -- a n )
nd_num: dw colon
dw two_drop, HLD, fetch
dw PAD, OVER, minus
dw EXIT
HEADING 'SIGN' ; ( n d -- d )
SIGN: dw colon
dw ROT, zero_less, q_branch ; IF negative
dw si1
dw bite
db '-'
dw HOLD
si1:
dw EXIT
HEADING '#S' ; ( d -- 0 0 )
nums: dw colon
nums1:
dw add_num, two_dup, d_zero_eq
dw q_branch ; UNTIL nothing left
dw nums1
dw EXIT
HEADING '(D.)' ; ( d -- a n )
paren_d: dw colon
dw SWAP, OVER, DABS
dw st_num, nums
dw SIGN, nd_num
dw EXIT
HEADING 'D.R' ; ( d n -- )
d_dot_r: dw colon
dw to_r, paren_d, r_from, OVER, minus, SPACES, cfa_type
dw EXIT
HEADING 'U.R' ; ( u n -- )
u_dot_r: dw colon
dw zero, SWAP, d_dot_r
dw EXIT
HEADING '.R' ; ( n n -- )
dw colon
dw to_r, s_to_d, r_from, d_dot_r
dw EXIT
HEADING 'D.' ; ( d -- )
d_dot: dw colon
dw paren_d, cfa_type, SPACE
dw EXIT
HEADING 'U.' ; ( u -- )
u_dot: dw colon
dw zero, d_dot
dw EXIT
HEADING '.' ; ( n -- )
dot: dw colon
dw s_to_d, d_dot
dw EXIT
; String output
; ( f -- a n >> return to caller if true )
; ( f -- >> skip caller if false )
q_COUNT: dw $ + 2
MOV di,[bp+0] ; get pointer to forth stream
sub ax,ax
mov al,[di]
inc ax
ADD [bp+0],ax ; bump pointer past string
pop dx
or dx,dx
jnz cnt_1
JMP exit1
cnt_1:
dec ax ; restore count
inc di ; get address
push di
push ax
NEXT
; ( f -- >> return to caller if false )
abortq: dw colon
dw q_COUNT, h_p_2, COUNT, cfa_type
dw SPACE, cfa_type, CR
dw ABORT
dotq: dw colon
dw one, q_COUNT, cfa_type
dw EXIT
; 32-bit Number input
q_DIGIT: dw $ + 2 ; ( d a -- d a' n f )
sub dx,dx
pop di ; get addr
inc di ; next chr
push di ; save
mov al,[di] ; get this chr
cmp al,58 ; chr U< '9'+ 1
jc dgt4
cmp al,65
jc bad_dgt
SUB al,7 ; 'A' - '9'
dgt4:
SUB al,'0'
jc bad_dgt
CMP al,[t_ba]
jnc bad_dgt
cbw
push ax
INC dx
bad_dgt:
push dx
NEXT
D_SUM: dw $ + 2 ; ( d a n -- d' a )
pop di
pop dx
pop ax
pop cx
push dx
MUL word [t_ba]
xchg ax,cx
MUL word [t_ba]
ADD ax,di
ADC cx,dx
pop dx
push ax
push cx
push dx
NEXT
HEADING 'CONVERT' ; ( d a -- d' a' )
CONVERT: dw colon
dgt8:
dw q_DIGIT, q_branch ; IF
dw dgt9
dw D_SUM, HLD, one_plus_store
dw do_branch
dw dgt8
dgt9:
dw EXIT
HEADING 'NUMBER' ; ( a -- n, d )
NUMBER: dw colon
dw cell, -513, HLD, store ; max length * -1
dw cfa_dup, one_plus, c_fetch, bite ; 1st chr '-' ?
db '-'
dw cfa_eq, cfa_dup, to_r, q_branch ; IF, save sign & pass up
dw num1
dw one_plus
num1:
dw zero, cfa_dup, ROT ; ( 0. a' )
num2:
dw CONVERT, cfa_dup, c_fetch, cfa_dup ; ( d end chr[end] )
dw dclit
db 43, 48 ; chr[end] '+' to '/'
dw WITHIN, SWAP, bite
db 58 ; or ':' ?
dw cfa_eq, cfa_or, q_branch
dw num3
dw HLD, false_store, do_branch ; yes = double
dw num2
num3:
dw c_fetch, abortq ; word ends zero
db 1,'?'
dw r_from, q_branch ; IF negative, NEGATE
dw num4
dw DNEGATE
num4:
dw HLD, fetch, zero_less, q_branch
dw num5
dw RMD, store ; single = store high cell
num5:
dw BASE, T_BASE, XFER
dw EXIT
; Floppy variables
; Do NOT support DOS functions: Delete or Rename
; This construct turns a memory location into a "variable" that fits in other definitions
HEADING 'HNDL'
HNDL: dw constant
dw hndl1
HEADING '?END'
q_END: dw constant
dw qend1
HEADING 'FDSTAT'
FDSTAT: dw create
fdst1: dw 0 ; error flag, may be extended later
HEADING 'FDWORK'
FDWORK: dw create
fdwk1: dw 0 ; error, handle, or count low
fdwk2: dw 0 ; high word of count when applicable
HEADING ".AZ" ; ( a -- )
dot_az: dw colon
dw dclit ; print ASCII zero terminated string
db 64, 0
dw two_to_r ; DO
dp1:
dw cfa_dup, c_fetch, q_DUP
dw q_branch, dp2 ; IF
dw EMIT, one_plus
dw do_branch, dp3 ; ELSE
dp2:
dw leave_lp
dp3: ; THEN
dw do_loop, dp1 ; LOOP
dw DROP
dw EXIT
del_lf: dw $ + 2 ; ( a n -- )
pop cx
pop di
mov dx,di
jcxz dlf3
inc cx ; results of last comparison not checked
push cx
mov ax,200Ah ; ah = replacement = space, al = search = LineFeed
dl001:
repne scasb
jcxz dlf1
mov [di-1],ah
jmp dl001
dlf1:
pop cx
mov di,dx
mov al,09 ; remove tab characters
dl002:
repne scasb
jcxz dlf2
mov [di-1],ah
jmp dl002
dlf2:
cmp byte [di-1],26 ; eof marker
jne dlf3
mov [di-1],ah
dlf3:
NEXT
GET_DISK: dw colon ; ( a n -- )
dw BLANK, SPACE, ABORT
; Interpreter
do_wrd01: dw $ + 2 ; ( c a n -- a=here+2 )
pop cx
pop di
do_wrd02: ; Entry with just ( c -- ), DI & CX set
pop ax ; chr
push ax
push si ; execute pointer
ADD di,[tin1]
SUB cx,[tin1] ; number of chrs left
ADD [tin1],cx ; set pointer to end of input
SUB si,si ; set z flag
REP scasb ; del leading chrs
mov si,di ; save beginning
je wrd01 ; cx = 0 = no significant chrs
dec si ; back up to 1st significant chr
REPne scasb
jne wrd01 ; input ended in significant chr
dec di ; back up to last significant chr
wrd01:
SUB [tin1],cx ; back pointer to end this word
cmp byte [di-1],cr ; ends in <cr> ?
jne wrd02 ; yes = do not include in word
dec di
wrd02:
SUB di,si ; number chr in this word
MOV cx,di
MOV di,[h1]
inc di
inc di
mov dx,di ; adr = here + 2
push cx ; save count
MOV ax,cx
stosb ; counted string format
REP movsb ; count = 0 = do not move anything
sub ax,ax ; terminate with bytes 0, 0
stosw
pop cx
pop si ; retrieve Forth execute pointer
or cx,cx ; any chrs ?
jnz wrd03 ; yes = exit WORD
mov cx,[n_tib1] ; may be empty disk line
cmp cx,[tin1] ; any more ?
jg strm2 ; yes = try next word
wrd03:
pop ax ; remove test chr
push dx ; set here+2
JMP exit1
STREAM: dw $ + 2 ; ( c -- c )
MOV cx,[n_tib1]
mov di,[hndl1]
or di,di
jnz strm2 ; disk is active source
MOV di,[tib1] ; text input buffer [TIB]
strm1:
jmp do_wrd02 ; Skip GET DISK buffer & go directly to WORD
strm2:
mov di, buf0a ; disk buffer
mov ax,[tin1] ; still in buf0 ?
cmp ax,512
jl strm1 ; yes = get next word
test byte [qend1],0xff ; at end of file ?
jne strm1
mov dx,512
sub ax,dx ; fix pointers
mov [tin1],ax ; >IN
sub cx,dx
mov [n_tib1],cx ; #TIB
push di ; BUF0 for do_wrd01
push cx ; n=ctr, position
mov ax,di
add ax,512 ; buf1 = buf0 + 512
push ax ; BUF1 for get_disk
push dx ; count = 512
xchg si,ax
mov cx,256
rep movsw ; move 512 bytes from buf1 to buf0
mov si,ax ; restore FORTH exec pointer
NEXT ; ( c a=buf0 n=#tib a=buf1 cnt=512 )
HEADING 'WORD' ; ( c -- a )
cfa_word: dw colon
dw STREAM ; will go directly to do_wrd02
dw GET_DISK ; may abort ( c a0 n )
dw do_wrd01 ; EXIT not needed
; Dictionary search
HASH: ; ( na v -- na offset )
dw $ + 2
pop ax
AND ax,0Fh ; must have a vocabulary (1-15) to search, v <> 0
shl ax,1 ; 2* vocab, different chains for each
pop di
push di ; hash = 2 * vocab + 1st char of word
ADD al,[di+1] ; 1st char (not count)
AND al,1Eh ; (B_HDR - 2) even, mod 32 => 16 chains
push ax
NEXT
; Note - no address can be less than 0100h
FIND_WD: ; ( na offset -- na lfa,0 )
dw $ + 2
mov [bp-2],si ; temporary save XP - below return
pop di ; chain offset
pop ax ; address of counted string to match
push ax
ADD di, hds ; address of beginning of hash chain
push di
fnd1:
pop di ;
mov di,[di] ; get next link
push di ; last link in chain = 0
or di,di
jz fnd2 ; end of chain, not found
inc di ; goto count/flags byte
inc di
MOV cx,[di]
AND cx,3Fh ; count (1F) + smudge (20)
mov si,ax
CMP cl,[si]
jne fnd1 ; wrong count, try next word
inc di ; to beginning of text
inc si
REP CMPSB ; compare the two strings
jne fnd1 ; not matched, try next word
fnd2: ; exit - found or chain exhausted
mov si,[bp-2] ; restore execution pointer
NEXT
; LFA > 0100h (current lowest value is 0103h), can be used as "found" flag
; HEADING 'FIND' ; ( na -- cfa lfa/f if found || na 0 if not )
FIND: dw colon
dw CONTEXT, two_fetch ; ( na v.d )
find1: ; BEGIN
dw two_dup, d_zero_eq, cfa_not, q_branch ; WHILE, still vocab to search
dw find3
dw two_dup, zero, bite
db 16
dw tr_div, two_to_r, DROP, HASH, FIND_WD
dw two_r_from, ROT, q_DUP
dw q_branch, find2 ; IF found
dw m_ROT, two_drop, SWAP, DROP
dw cfa_dup, l_to_cfa, SWAP, EXIT
find2: ; THEN
dw do_branch ; REPEAT, not found yet
dw find1
find3:
dw two_drop, zero, EXIT ; not found anywhere
HEADING 'DEPTH' ; ( -- n )
DEPTH: dw $ + 2
mov ax,stack0
SUB ax,sp
sar ax,1
dec ax ; 0 for underflow protection
push ax
NEXT
q_STACK: dw colon
dw DEPTH, zero_less, abortq
db qsk2 - $ - 1
db 'Stack Empty'
qsk2:
dw EXIT
; Interpreter control - notice that this is not reentrant
; uses variables - #TIB, >IN & HNDL - to manipulate input (text or disk)
HEADING 'INTERPRET'
INTERPRET: dw colon
ntrp1: ; BEGIN
dw blnk, cfa_word
dw cfa_dup, c_fetch, q_branch ; WHILE - text left in input buffer
dw ntrp6
dw FIND, q_DUP, q_branch ; IF found in context vocabulary, process it
dw ntrp3
dw one_plus, fetch, zero_less ; Immediate flag in high byte for test
dw STATE, fetch, cfa_not, cfa_or
dw q_branch, nrtp2 ; IF Immediate or not compiling ( cfa )
dw EXECUTE, q_STACK, do_branch
dw ntrp5 ; ELSE compiling => put into current word
nrtp2:
dw comma, do_branch
dw ntrp5 ; THEN
ntrp3: ; ELSE try a number - may abort ( na )
dw NUMBER
dw STATE, fetch, q_branch ; IF compiling => put into current word
dw ntrp5
dw HLD, fetch, zero_less ; IF single precision (includes byte)
dw q_branch
dw ntrp4
dw LITERAL, do_branch ; ELSE double precision
dw ntrp5
ntrp4:
dw cell, dblwd, comma, comma, comma ; COMPILE dblwd
; THEN ; THEN
ntrp5: ; THEN
dw do_branch, ntrp1 ; REPEAT until stream exhausted
ntrp6:
dw DROP, EXIT ; Exit and get more input
HEADING 'QUERY'
QUERY: dw colon ; get input from keyboard or disk stream
dw TIB, fetch, L_WIDTH, EXPECT
dw SPAN, num_tib, XFER
dw zero_dot, tin, two_store
dw EXIT
R_RESET: dw $ + 2
MOV bp,first
NEXT
HEADING 'QUIT' ; ( -- )
QUIT: dw colon
QUT1: dw STATE, false_store ; start by interpreting user input
qt02: ; BEGIN
dw R_RESET, QUERY, INTERPRET
dw OK, CR
dw do_branch, qt02 ; AGAIN => Endless loop
; Note no Exit needed
; Vocabulary lists
HEADING 'ID.' ; ( lfa -- >> prints name of word at link addr )
id_dot: dw colon
dw l_to_nfa, cfa_dup, c_fetch, bite
db 1Fh
dw cfa_and, zero
dw two_to_r ; DO for len of word (some versions do not store whole word)
id1:
dw one_plus, cfa_dup, c_fetch ; ( adr chr )
dw cfa_dup, blnk, less, q_branch ; IF control character, print caret
dw id2
dw dotq
db 1,'^'
dw bite
db 64
dw plus
id2: ; THEN
dw EMIT
dw do_loop
dw id1 ; LOOP
dw DROP, SPACE, SPACE
dw EXIT
; Compiler
HEADING 'IMMEDIATE'
dw colon
dw LAST, fetch, l_to_nfa
dw cfa_dup, c_fetch, cell, 80h ; set bit 7 of the count-flag byte
dw cfa_or, SWAP, c_store
dw EXIT
HEADING 'ALLOT' ; ( n -- )
ALLOT: dw colon
dw SP0, OVER, HERE, plus, bite
db 178 ; full head(34) + pad(80) + min stack(64)
dw plus, u_less, abortq
db alt3 - $ - 1
db 'Dictionary full'
alt3:
dw H, plus_store, EXIT
HEADING 'C,' ; ( uc -- )
c_comma: dw colon
dw HERE, c_store, one, ALLOT
dw EXIT
HEADING ',' ; ( u -- )
comma: dw colon
dw HERE, store, two, ALLOT
dw EXIT
HEADING '?CELL' ; ( n -- n f,t=word )
q_CELL: dw colon
dw cfa_dup, bite
db -128
dw cell, 128
dw WITHIN, zero_eq
dw EXIT
IMMEDIATE
HEADING 'LITERAL' ; ( n -- )
LITERAL: dw colon
dw q_CELL, q_branch, lit1 ; IF
dw cell, cell, comma, comma ; COMPILE cell
dw do_branch, lit2 ; ELSE
lit1:
dw cell, bite, comma, c_comma ; COMPILE byte
lit2: ; THEN
dw EXIT
IMMEDIATE
HEADING 'COMPILE'
dw colon
dw blnk, cfa_word, FIND ; (cfa t || na 0)
dw cfa_not, abortq
db cmp1 - $ - 1
db '?'
cmp1:
dw LITERAL, sem_cod
COMPILE:
db 232 ; call executes comma (below)
dw does - $ - 2
dw comma ; puts CFA of next word into dictionary
dw EXIT
IMMEDIATE
HEADING "'" ; ( return or compile CFA as literal )
tic: dw colon
dw blnk, cfa_word, FIND ; ( na 0 || cfa lfa )
dw cfa_not, abortq
db 1,'?'
dw STATE, fetch, STAY
dw LITERAL, EXIT ; ( compiling => put in-line )
HEADING ']' ; ( -- >> set STATE for compiling )
r_bracket: dw $ + 2
mov ax,1
mov [state1],ax ; compiling
NEXT
IMMEDIATE
HEADING '[' ; ( -- )
l_bracket: dw $ + 2
sub ax,ax
mov [state1],ax ; interpreting
NEXT
HEADING 'SMUDGE'
SMUDGE: dw colon
dw LAST, fetch, l_to_nfa, cfa_dup
dw c_fetch, blnk ; set bit 5
dw cfa_or, SWAP, c_store
dw EXIT
HEADING 'UNSMUDGE'
UNSMUDGE: dw colon
dw LAST, fetch, l_to_nfa, cfa_dup
dw c_fetch, bite ; clear bit 5
db 0DFh
dw cfa_and, SWAP, c_store
dw EXIT
IMMEDIATE
HEADING ';'
dw colon
dw cell, EXIT, comma ; COMPILE EXIT
dw l_bracket, UNSMUDGE
dw EXIT
; Chains increase speed of compilation and
; allow multiple vocabularies without special code.
; User vocabularies can also have separate chains to keep definitions separate.
; 4 chains would be sufficient for a minimum kernel,
; but vocabularies would be limited to max. of 4
; 8 chains => maximum of 8 vocabularies, good for small systems
; 16 chains best choice for medium to large systems and for cross compiling
; 32 chains are marginally better for larger systems, but more is not always best
; Each vocabulary = nibble size => maximum number of 7 vocabularies,
; 15 (if pre-multiply*2)
; nibble in cell => maximum search path of 4 vocabularies
; dword => 8 nibbles => 8 search vocabularies
; Note: can "seal" portion of dictionary by eliminating FORTH from search string
HEADING 'VOCABULARY' ; ( d -- )
dw colon
dw cfa_create, SWAP, comma, comma, UNSMUDGE, sem_cod
vocabulary:
db 232 ; call
dw does - $ - 2
dw two_fetch, CONTEXT, two_store
dw EXIT
HEADING 'ASSEMBLER'
ASSEMBLER: dw vocabulary, 0012h, 0 ; search order is low adr lsb to high adr msb
HEADING 'EDITOR'
dw vocabulary, 0013h, 0
HEADING 'FORTH'
dw vocabulary, VOC, 0 ; VOC = 00000001
HEADING 'DEFINITIONS'
dw colon
dw CONTEXT, two_fetch, CURRENT, two_store
dw EXIT
HEADING ';code'
sem_cod: dw colon
dw r_from
dw LAST, fetch, l_to_cfa, store
dw EXIT
IMMEDIATE
HEADING ';CODE'
dw colon
dw cell, sem_cod, comma ; COMPILE ;code
dw r_from, DROP, ASSEMBLER
dw l_bracket, UNSMUDGE
dw EXIT
HEADING 'CVARIABLE'
dw colon
dw cfa_create, zero, c_comma, UNSMUDGE
dw EXIT
HEADING 'VARIABLE'
VARIABLE: dw colon
dw cfa_create, zero, comma, UNSMUDGE
dw EXIT
HEADING '2VARIABLE'
dw colon
dw VARIABLE, zero, comma
dw EXIT
IMMEDIATE
HEADING 'DCLIT' ; ( c1 c2 -- )
dw colon
dw cell, dclit, comma ; COMPILE dclit
dw SWAP, c_comma, c_comma ; reverse bytes here instead of
dw EXIT ; execution time!
HEADING 'ARRAY' ; ( #bytes -- )
dw colon
dw cfa_create, HERE, OVER
dw ERASE, ALLOT, UNSMUDGE
dw EXIT
; Compiler directives - conditionals
; Absolute [long] structures
; Short structures did not save that much space, longer execution time
; Note: the code contains 47 Forth ?branch (IF) statements
; 19 do_branch -- other conditionals such as THEN and REPEAT
; 9 normal loops, 3 /loops and 1 +loop
IMMEDIATE
HEADING 'IF' ; ( -- a )
cfa_if: dw colon
dw cell, q_branch, comma ; COMPILE ?branch
dw HERE, zero, comma
dw EXIT
IMMEDIATE
HEADING 'THEN' ; ( a -- )
THEN: dw colon
dw HERE, SWAP, store
dw EXIT
IMMEDIATE
HEADING 'ELSE' ; ( a1 -- a2 )
dw colon
dw cell, do_branch, comma ; COMPILE branch
dw HERE, zero, comma
dw SWAP, THEN, EXIT
IMMEDIATE
HEADING 'BEGIN' ; ( -- a )
dw colon
dw HERE
dw EXIT
IMMEDIATE
HEADING 'UNTIL' ; ( a -- | f -- )
dw colon
dw cell, q_branch, comma ; COMPILE ?branch
dw comma, EXIT
IMMEDIATE
HEADING 'AGAIN' ; ( a -- )
AGAIN: dw colon
dw cell, do_branch, comma ; COMPILE branch
dw comma, EXIT
IMMEDIATE
HEADING 'WHILE'
dw colon
dw cfa_if, SWAP
dw EXIT
IMMEDIATE
HEADING 'REPEAT'
dw colon
dw AGAIN, THEN
dw EXIT
; Switch Support - part 2 (compiling)
IMMEDIATE
HEADING 'SWITCH'
dw colon
dw cell, do_switch, comma ; COMPILE switch
dw cell, do_branch, comma ; COMPILE branch
dw HERE, cfa_dup, zero, comma
dw EXIT
IMMEDIATE
HEADING 'C@SWITCH'
dw colon
dw cell, c_switch, comma ; COMPILE c_switch
dw cell, do_branch, comma ; COMPILE branch
dw HERE, cfa_dup, zero, comma
dw EXIT
IMMEDIATE
HEADING '{' ; ( a1 a2 n -- a1 h[0] )
dw colon
dw comma, HERE, zero
dw comma, cfa_dup, two_minus, ROT
dw store, r_bracket
dw EXIT
IMMEDIATE
HEADING '}'
dw colon
dw cell, EXIT, comma ; COMPILE EXIT
dw EXIT
IMMEDIATE
HEADING 'ENDSWITCH'
dw colon
dw DROP, THEN
dw EXIT
; Compiler directives - looping
IMMEDIATE
HEADING 'DO' ; ( -- a )
dw colon
dw cell, two_to_r, comma ; COMPILE 2>R
dw HERE, EXIT
IMMEDIATE
HEADING 'LOOP' ; ( a -- )
dw colon
dw cell, do_loop, comma ; COMPILE loop
dw comma, EXIT
IMMEDIATE
HEADING '+LOOP' ; ( a -- )
dw colon
dw cell, plus_loop, comma ; COMPILE +loop
dw comma, EXIT
IMMEDIATE
HEADING '/LOOP' ; ( a -- )
dw colon
dw cell, slant_loop, comma ; COMPILE /loop
dw comma, EXIT
; Miscellaneous
IMMEDIATE
HEADING 'DOES>'
dw colon
dw cell, sem_cod, comma ; COMPILE ;code
dw cell, 232, c_comma ; CALL does - leaves PFA on stack
dw cell, does - 2, HERE
dw minus, comma
dw EXIT
HEADING 'EMPTY' ; ( -- )
EMPTY: dw colon
dw FENCE, HEADS, bite
db 36
dw front_cmove
dw EXIT
; Updates HERE and HEADS, but not LAST
HEADING 'FORGET'
dw colon
dw blnk, cfa_word, CURRENT, c_fetch, HASH, FIND_WD ; ( na v -- na lfa,0 )
dw q_DUP, cfa_not, abortq
db 1,'?'
dw SWAP, DROP, cfa_dup ; (lfa lfa)
dw cell, goldh, fetch
dw u_less ; ( protected from deletion )
dw abortq
db 5,"Can't"
dw H, store ; new HERE = LFA
dw H, HEADS, two_to_r ; DO for 16 chains
fgt1:
dw eye, fetch
fgt2: ; BEGIN
dw cfa_dup, HERE, u_less
dw cfa_not, q_branch, fgt3 ; WHILE defined after this word, go down chain
dw fetch, do_branch, fgt2 ; REPEAT
fgt3:
dw eye, store, two, slant_loop, fgt1 ; /LOOP update top of chain, do next
dw EXIT
HEADING 'PROTECT' ; ( -- )
PROTECT: dw colon
dw HEADS, FENCE, bite
db 36
dw front_cmove
dw EXIT
HEADING 'STRING' ; ( -- )
STRING: dw colon
dw bite
db -2
dw ALLOT, bite
db '"'
dw cfa_word, c_fetch, two_plus
dw one_plus, ALLOT
dw EXIT
HEADING 'MSG'
dw colon
dw cfa_msg, STRING
dw EXIT
IMMEDIATE
HEADING 'ABORT"'
dw colon
dw STATE, fetch, q_branch, abtq1 ; IF ( -- ) compiling
dw cell, abortq, comma ; COMPILE abort" and put string into dictionary
dw STRING, do_branch, abtq3
abtq1:
dw bite ; ELSE ( f -- ), interpret must have flag
db '"'
dw cfa_word, SWAP, q_branch, abtq2 ; IF flag is true, print string and abort
dw COUNT, cfa_type, ABORT
dw do_branch, abtq3
abtq2: ; ELSE drop string address
dw DROP
abtq3: ; THEN THEN
dw EXIT
IMMEDIATE
HEADING '."'
dw colon
dw STATE, fetch, q_branch, dq1 ; IF compiling
dw cell, dotq, comma ; COMPILE ." and put string into dictionary
dw STRING, do_branch, dq2
dq1: ; ELSE print following string
dw bite
db '"'
dw cfa_word, COUNT, cfa_type
dq2: ; THEN
dw EXIT
HEADING '?' ; ( a -- )
question: dw colon
dw fetch, dot
dw EXIT
; Set operating bases
HEADING 'BASE!' ; ( n -- )
base_store: dw colon
dw cfa_dup, BASE, store
dw T_BASE, store
dw EXIT
HEADING '.BASE' ; ( -- >> print current base in decimal )
dw colon
dw BASE, fetch, cfa_dup, bite
db 10
dw BASE, store, dot
dw BASE, store
dw EXIT
HEADING 'DECIMAL'
DECIMAL: dw colon
dw bite
db 10
dw base_store
dw EXIT
HEADING 'HEX'
HEX: dw colon
dw bite
db 16
dw base_store
dw EXIT
HEADING 'OCTAL'
dw colon
dw bite
db 8
dw base_store
dw EXIT
HEADING 'BINARY'
dw colon
dw bite
db 2
dw base_store
dw EXIT
IMMEDIATE
HEADING '$'
dw colon
dw bite
db 16
dw T_BASE, store
dw EXIT
IMMEDIATE
HEADING 'Q'
dw colon
dw bite
db 8
dw T_BASE, store
dw EXIT
IMMEDIATE
HEADING '%'
dw colon
dw bite
db 2
dw T_BASE, store
dw EXIT
IMMEDIATE
HEADING '('
dw colon
dw bite
db ')'
dw cfa_word, DROP
dw EXIT
; String operators, help with Screen Editor
HEADING '-MATCH' ; ( a n s n -- a t )
dw $ + 2
pop dx
pop ax
pop cx
pop di
PUSH bx
push si
mov bx,ax
MOV al,[bx]
DEC dx
SUB cx,dx
jle mat3
INC bx
mat1:
REP scasb
jne mat3 ; 1st match
push cx
push di
MOV si,bx
mov cx,dx
REP CMPSB
je mat2
pop di ; No match
pop cx
JMP mat1
mat2:
pop ax ; Match
pop ax
sub ax,ax
mat3:
pop si
pop bx
push di
push ax
NEXT
HEADING '?PRINTABLE' ; ( c -- f,t=printable )
q_PRINTABLE: dw colon
dw dclit
db spc, '~'+1
dw WITHIN
dw EXIT
IMMEDIATE
HEADING '\'
dw colon
dw bite
db cr
dw cfa_word, DROP
dw EXIT
; Vocabulary lists
HEADING 'H-LIST' ; ( n -- )
hlist: dw colon
dw two_times, HEADS, plus_fetch ; ( list head )
dw CR
hlst1: ; BEGIN
dw q_DUP, q_branch, hlst3 ; WHILE
dw cfa_dup, id_dot, fetch
dw get_cursor, bite ; test column
db 64
dw greater, q_branch, hlst2 ; IF
dw CR
hlst2: ; THEN
dw DROP ; drop row/line
dw do_branch, hlst1 ; REPEAT
hlst3:
dw EXIT
; Headerless, only used by WORDS below
; returns highest lfa contained in copy of HEADS at PAD
MAX_HEADER: dw colon ; ( -- index max.lfa )
dw zero_dot
dw B_HDR, zero, two_to_r
mh1:
dw cfa_dup, PAD, eye, plus_fetch
dw u_less, q_branch ; ( new max lfa )
dw mh2
dw two_drop, eye, PAD
dw eye, plus_fetch
mh2:
dw two, slant_loop
dw mh1
dw EXIT
HEADING 'VLIST' ; ( -- >> lists the words in the context vocabulary )
dw colon
dw HEADS, PAD, B_HDR ; copy HEADS to PAD
dw front_cmove, CR
wds1: ; BEGIN
dw MAX_HEADER, cfa_dup, q_branch ; WHILE a valid lfa exists at PAD
dw wds4
dw two_dup, two_plus ; ( index lfa index nfa )
dw CONTEXT, fetch, HASH ; just first vocab
dw SWAP, DROP ; ( index lfa index index' )
dw cfa_eq, q_branch ; IF in this vocab, display name
dw wds2
dw cfa_dup, id_dot
wds2: ; THEN
dw fetch, SWAP, PAD
dw plus, store ; update PAD, working header
dw get_cursor, bite
db 64
dw greater, q_branch ; IF near end of line, send new line
dw wds3
dw CR
wds3: ; THEN
dw DROP, do_branch
dw wds1
wds4: ; REPEAT
dw two_drop
dw EXIT
; Miscellaneous extensions
HEADING '.S'
dot_s: dw colon
dw q_STACK, DEPTH, CR, q_branch ; IF
dw dots2
dw sp_fetch, cell, stack0 - 4, two_to_r
dots1:
dw eye, fetch, u_dot, bite
db -2
dw slant_loop
dw dots1
dots2:
dw dotq
db dots3 - $ - 1
db ' <--Top '
dots3:
dw EXIT
HEADING 'LOWER>UPPER' ; ( k -- k' )
dw colon
dw cfa_dup, dclit
db 'a', 'z'+1
dw WITHIN, q_branch
dw l_u1
dw blnk, minus ; if lower case ASCII clear bit 5
l_u1:
dw EXIT
HEADING 'R-DEPTH'
dw $ + 2
MOV ax,first
SUB ax,bp
SHR ax,1
push ax
NEXT
HEADING 'R>S'
dw $ + 2
MOV cx,first
SUB cx,bp
shr cx,1
MOV ax,cx
rs1:
MOV di,cx
shl di,1
NEG di
ADD di,first
push word [di]
LOOP rs1
push ax
NEXT
HEADING 'DUMP' ; ( a n -- )
DUMP: dw colon
dw zero, two_to_r ; DO
du1:
dw eye, bite
db 15
dw cfa_and, cfa_not, q_branch ; IF, new line
dw du2
dw CR, cfa_dup, eye, plus, bite
db 5
dw u_dot_r, SPACE
du2: ; THEN
dw eye, bite
db 7
dw cfa_and, cfa_not, q_branch ; IF, 3 more spaces
dw du3
dw bite
db 3
dw SPACES
du3: ; THEN
dw cfa_dup, eye
dw plus, c_fetch, bite
db 4
dw u_dot_r, do_loop
dw du1 ; LOOP
dw CR, DROP
dw EXIT
HEADING 'WDUMP' ; ( a n -- )
dw colon
dw zero, two_to_r
wdp1:
dw eye, bite
db 7
dw cfa_and, cfa_not, q_branch
dw wdp2
dw CR, cfa_dup, eye, two_times, plus, bite
db 5
dw u_dot_r, SPACE
wdp2:
dw cfa_dup, eye, two_times
dw plus_fetch, bite
db 7
dw u_dot_r, do_loop
dw wdp1
dw CR, DROP
dw EXIT
HEADING '.LINE' ; ( adr n -- )
dot_line: dw colon
dw to_r, PAD, eye, front_cmove
dw PAD, eye, zero, two_to_r
dln1:
dw cfa_dup, eye, plus, c_fetch, q_PRINTABLE
dw cfa_not, q_branch
dw dln2
dw bite
db 94
dw OVER, eye, plus, c_store
dln2:
dw do_loop
dw dln1
dw r_from, cfa_type
dw EXIT
HEADING 'A-DUMP' ; ( a n -- )
a_dump: dw colon
dw zero, two_to_r
ad1:
dw eye, bite
db 63
dw cfa_and, cfa_not, q_branch
dw ad2
dw CR, cfa_dup, eye, plus, bite
db 5
dw u_dot_r, bite
db 3
dw SPACES
ad2:
dw cfa_dup, eye, plus, bite
db 64
dw eye_prime, cfa_min, dot_line, bite
db 64
dw slant_loop
dw ad1
dw CR, DROP
dw EXIT
IMMEDIATE
HEADING 'ASCII' ; ( -- n )
dw colon
dw blnk, cfa_word, one_plus
dw c_fetch ; ( ASCII value of next word )
dw STATE, fetch
dw STAY, LITERAL
dw EXIT
HEADING '?MEM' ; ( -- left )
dw colon
dw sp_fetch, PAD
dw two_plus, minus
dw EXIT
msec: dw $ + 2
mov al,06 ; latch counter 0
out 43h,al
in al,40h
mov dl,al
in al,40h
mov dh,al
sub dx,2366 ; (1193.2 - 10 setup)*2/msec
ms1:
mov al,06 ; latch counter 0
out 43h,al
in al,40h
mov cl,al
in al,40h
mov ch,al
sub cx,dx
cmp cx,12 ; uncertainty
ja ms1 ; U>
HEADING 'MS' ; ( n -- )
dw colon
dw zero, two_to_r
ms01:
dw msec, do_loop
dw ms01
dw EXIT
NEXT
; End of the dictionary (lfa) that will be retained (PROTECTED)
GOLDEN_LAST: ; dictionary 'protected' below this definition
addr_end: ; Used for EMPTY after startup
; Initial program entry and start up code
; If startup modified, modify the GEN.4th script
do_startup:
mov ax,cs ; init segments
mov ds,ax
mov es,ax
cli
mov dx,sp ; save original SP
mov cx,ss
mov ss,ax ; init stack
mov sp,stack0
sti
mov [ss_save],cx
mov [sp_save],dx
mov ah,0Fh ; get current display mode from BIOS
int 10h
sub dx,dx
mov dl,ah
mov [max_col],dx
mov dl,al
mov [_mode],dx
mov dl,bh
mov [_page],dx
push ds
mov ax,40h ; BIOS data segment, ah = 0
mov ds,ax
mov si,84h ; rows - 1
lodsb
inc ax
mov [es:max_rows],ax
mov si,17h ; caps lock on (most BIOS)
mov al,[si]
or al,40h
mov [si],al
pop ds
call os_get_api_version
mov ah,al
xor al,al
mov [dver1],ax
mov al,'a' ; get/save current disk
mov [path1],al
xor ax,ax ; set current directory
mov [path2],ax
push es
xor ax,ax ; get current, set new div 0 vector
mov es,ax ; interrupt segment and offset = 0
mov di,ax
mov bx,[es:di]
mov dx,[es:di+2]
mov [d_off],bx
mov [d_seg],dx
mov bx,div_0
mov dx,ds
mov [es:di],bx
mov [es:di+2],dx
pop es
mov bp,first ; R at end of mem - see r_reset
sub ax,ax ; Top of parameter stack (for underflow)
push ax
MOV si, start_forth ; forward reference, may be modified when new GEN.4th
NEXT ; goto FORTH start, begin following pointers
; When generating a new file, VERSION may be FORGOTTEN and new created
; Set address of new start_forth in above script
LAST_HERE: ; Last definition that will be 'remembered' (with a header)
HEADING 'VERSION'
VERSION: dw colon
dw dotq
db vr01 - $ - 1
db 'V1.5.1, 2011/01/15 '
vr01:
dw EXIT
; Break a long, single chain of definitions into separate hash lists
; Generate can save modified dictionary for faster startup
N_HASH: dw colon ; create hash lists
dw PAD, B_HDR, ERASE ; temporary buffer for pointers
dw cell, LAST_HERE, cfa_dup ; set last link field to VERSION
dw LAST, store
nh1: ; BEGIN ( lfa )
dw q_DUP, q_branch, nh05 ; WHILE not start of dictionary
dw cfa_dup, fetch, SWAP
dw zero, OVER, store ; set chain end, just in case
dw cfa_dup, l_to_nfa, bite
db VOC ; ( lfa' lfa nfa v )
dw HASH, SWAP, DROP ; ( lfa' lfa lnk )
dw cfa_dup, HEADS, plus_fetch
dw cfa_not, q_branch, nh2 ; set end of normal chain IF not already
dw two_dup, HEADS, plus, store
nh2: ; THEN
dw two_dup, FENCE, plus_fetch, cfa_not
dw SWAP, cell, GOLDEN_LAST + 1
dw u_less, cfa_and
dw q_branch, nh03 ; set end of GOLDEN chain IF not already
dw two_dup, FENCE, plus, store
nh03: ; THEN
dw PAD, plus, cfa_dup, fetch ; update individual chains
dw q_branch, nh04 ; IF not first, update chain
; ( lfa' lfa padx )
dw two_dup, fetch, store
nh04: ; THEN
dw store ; update pad buffer
dw do_branch, nh1 ; REPEAT
nh05:
dw EXIT
; High level Start-up
; Headerless. Will be FORGOTTEN. GEN.4th must create a replacement
start_forth:
dw CR, CR, dotq
db sf01 - $ - 1
db 'Copyright (C) 2014 MikeOS Developers -- see doc/LICENSE.TXT'
sf01:
dw CR, dotq
db sf02 - $ - 1
db 'FORTH version '
sf02:
dw VERSION
dw CR, dotq
db sf03 - $ - 1
db 'DOS version '
sf03:
dw D_VER, one_plus, c_fetch, zero, st_num
dw add_num, add_num, cell, 46, HOLD, two_drop
dw D_VER, c_fetch, zero, nums, nd_num, cfa_type
dw CR, PATH, dot_az
dw CR, OK, CR
dw N_HASH
dw ABORT ; no print on abort
very_end: dw 0, 0
|
programs/oeis/191/A191522.asm | karttu/loda | 1 | 101660 | ; A191522: Number of valleys in all left factors of Dyck paths of length n. A valley is a (1,-1)-step followed by a (1,1)-step.
; 0,0,0,1,3,8,20,45,105,224,504,1050,2310,4752,10296,21021,45045,91520,194480,393822,831402,1679600,3527160,7113106,14872858,29953728,62403600,125550100,260757900,524190240,1085822640,2181340125,4508102925,9051563520,18668849760,37467344310,77138650050,154754938800,318107374200,637982011590,1309542023790,2625648168000,5382578744400,10789623755820,22093039119060,44277560801760,90567738003600,181478535620850,370847442355650,742984788858624,1516927277253024,3038716500907500,6198981661851300
mov $1,2
mov $2,$0
sub $2,1
add $1,$2
sub $1,2
div $2,2
mov $3,1
add $3,$2
bin $1,$3
mul $1,$2
|
helper/tools/RDFDoctor/sourceCode/src/core/Turtle.g4 | ashishp98/vocol | 90 | 3854 | <filename>helper/tools/RDFDoctor/sourceCode/src/core/Turtle.g4
grammar Turtle;
@parser::members { // add members to check Namespace declaration
public List<String> symbols = new ArrayList<String>();
boolean isExistNS(String in ) { // custom constructor
boolean foundNS = false ;
for(String s : symbols ){
if(s.contains(in.split(":")[0])){
foundNS = true;
break;
}
}
return foundNS;
}
}
start
: statement* EOF
;
statement
: directive
| triples '.'
| triples ',' {notifyErrorListeners("Bad end of a triple with ','");}
| triples ';' {notifyErrorListeners("Bad end of a triple with ';'");}
| triples {notifyErrorListeners("Missing '.' at the end of a triple");}
| triples ('.')+ ('.')+ {notifyErrorListeners("Too many DOT");}
| errors
;
directive
// /* List of symbols defined within this block */
// locals [
// ]
: sparqlPrefix
| sparqlBase
| prefixID //{System.out.println("symbols="+$symbols);}
| base
| unkonwnDecl
| sparqlPrefix '.' {notifyErrorListeners("Extraneous '.' at the end of SPARQL prefix directive");}
| sparqlBase '.' {notifyErrorListeners("Extraneous '.' at the end of SPARQL base directive");}
;
errors
: iri '=' iri '.' {notifyErrorListeners("'=' sign cannot be used in Turtle");}
| iri '<=' iri '.' {notifyErrorListeners("'<=' symbol cannot be used in Turtle");}
| iri '=>' iri '.' {notifyErrorListeners("'=>' symbol cannot be used in Turtle");}
////TODO:time much time
//// | subject predicate object graphLabel? '.' {notifyErrorListeners("Turtle is not NQOUDS");}
////TODO
//// | BAD_PNAME_LN_ENDS_WITH_DOT BAD_PNAME_LN_ENDS_WITH_DOT BAD_PNAME_LN_ENDS_WITH_DOT {notifyErrorListeners("'IRI' as a Subject or a Predicate cannot be followed by '.' in Turtle");}
| (iri '.')+ (iri '.')+ triples '.' {notifyErrorListeners("N3 paths cannot be used in Turtle");}
| (iri '.')+ (iri '.')+ triples {notifyErrorListeners("N3 paths cannot be used in Turtle");}
| '@forAll' iri '.' {notifyErrorListeners(" '@forAll' cannot be used in Turtle ");}
| '@forSome' iri '.' {notifyErrorListeners(" '@forSome' cannot be used in Turtle ");}
| ('a'|CHARS)* '@a' ('a'|CHARS)* '.' {notifyErrorListeners(" '@a' cannot be used in Turtle ");}
;
graphLabel
: IRIREF | BLANK_NODE_LABEL
;
unkonwnDecl :
'@keywords' ('a'|CHARS)* '.' {notifyErrorListeners("@keywords is unkown directive in Turtle");}
;
prefixID
:
'@prefix' CHARS '.' ':' IRIREF '.' {notifyErrorListeners("Prefix Namespace cannot end with '.' ");}
| '@prefix' '.' CHARS ':' IRIREF '.' {notifyErrorListeners("Prefix Namespace cannot start with '.' ");}
| '@prefix' ':' IRIREF '.'
| '@prefix' PNAME_NS IRIREF '.' {symbols.add($PNAME_NS.text);} // { System.out.println($PNAME_NS.text + $IRIREF.text);}
// | '@prefix' (PN_PREFIX)? ':' IRIREF '.' { System.out.println($PN_PREFIX.text + $IRIREF.text);}
| '@prefix' PNAME_NS IRIREF ('.')+ ('.')+ {notifyErrorListeners("Too many DOT ");}
| PNAME_NS IRIREF '.' {notifyErrorListeners("Missing Prefix keyword, use '@prefix'");}
| '@prefix' IRIREF '.' {notifyErrorListeners("Missing NameSpace in Prefix directive");}
| '@prefix' CHARS* IRIREF '.' {notifyErrorListeners("Missing ':' in Prefix directive");}
;
// | '@prefix' PNAME_NS IRIREF {notifyErrorListeners("Missing '.' at the end of Prefix directive");}
// | '@prefix' PNAME_NS '.' {notifyErrorListeners("Missing IRI in Prefix directive");}
// | '@prefix' PNAME_NS {notifyErrorListeners("Missing IRI and dot at Prefix directive");}
base
: '@base' IRIREF '.'
| '@base' IRIREF ('.')+ ('.')+ {notifyErrorListeners("Too many DOT ");}
;
sparqlBase
: KW_BASE IRIREF
| '@BASE' IRIREF '.' {notifyErrorListeners("incorrect syntax form of base directive");}
;
sparqlPrefix
: KW_PREFIX CHARS '.' ':' IRIREF {notifyErrorListeners("Prefix Namespace cannot end with '.' ");}
| KW_PREFIX '.' CHARS ':' IRIREF {notifyErrorListeners("Prefix Namespace cannot start with '.' ");}
| KW_PREFIX PNAME_NS IRIREF
| KW_PREFIX ':' IRIREF
| PNAME_NS IRIREF {notifyErrorListeners("Missing Prefix keyword, use 'PREFIX'");}
| KW_PREFIX IRIREF {notifyErrorListeners("Missing NameSpace in Prefix directive");}
;
KW_BASE : B A S E ;
KW_PREFIX : P R E F I X ;
triples
:
subject predicateObjectList
| blankNodePropertyList predicateObjectList?
| subject ':' object
| subject verb {notifyErrorListeners("Object of a triple is missing");}
;
predicateObjectList
: verb objectList (';' (verb objectList)?)*
;
objectList
: object (',' object)*
;
verb
: predicate
| 'is' predicate 'of' {notifyErrorListeners("'is .. of' pattern is not used in Turtle");}
| 'a'
| 'A' {notifyErrorListeners("'A' cannot be used as predicate, it should be repalced with 'a'");}
| BooleanLiteral {notifyErrorListeners("Predicate cannot be a boolean value");}
| NumericLiteral {notifyErrorListeners("Predicate cannot be a number");}
| literal {notifyErrorListeners("Predicate cannot be a literal");}
| BlankNode {notifyErrorListeners("Predicate cannot be a blank node");}
;
subject
: iri
| BlankNode
| BlankNode '.' {notifyErrorListeners("Blank Node cannot be followed by '.'");}
| 'a' {notifyErrorListeners("'a' cannot be used as a subject");}
| BooleanLiteral {notifyErrorListeners("Subject cannot be a boolean value");}
| NumericLiteral {notifyErrorListeners("Subject cannot be a number");}
| rdfLiteral {notifyErrorListeners("Subject cannot be a string");}
| collection
| '{' triples '.' '}' {notifyErrorListeners("{ } pattern cannot be used in Turtle");}
| '{' triples '}' {notifyErrorListeners("{ } pattern cannot be used in Turtle");}
// todo
// | rdfLiteral {notifyErrorListeners("Subject cannot be a string");}
;
predicate
: iri
;
object
: iri
| BlankNode
| collection
| blankNodePropertyList
| badBlankNodePropertyList {notifyErrorListeners("incorrect form of a blank node list");}
| literal
| 'a' {notifyErrorListeners("'a' cannot be used as an object");}
;
literal
: rdfLiteral
| NumericLiteral
| BooleanLiteral
| BadLiteral {notifyErrorListeners("incorrect form of a Literal");}
;
blankNodePropertyList
: '[' predicateObjectList ']'
;
//TODO: if this only for number or for every object
badBlankNodePropertyList
: '[' predicateObjectList '.' ']'
;
collection
: '(' object* ')'
;
NumericLiteral
: INTEGER | DECIMAL | DOUBLE
;
rdfLiteral
:
BAD_STRING_LITERAL_LONG_QUOTE_TOO_MANY (LANGTAG | '^^' iri)? {notifyErrorListeners("incorrect form of long literal with 4 qoutes");}
| BAD_STRING_LITERAL_LONG_SINGLE_QUOTE_TOO_MANY (LANGTAG | '^^' iri)? {notifyErrorListeners("incorrect form of long literal with 4 qoutes");}
| String (LANGTAG | '^^' iri)?
| String BAD_LANGTAG_AS_NUMBER {notifyErrorListeners("Language tag cannot be a numeric value");}
| String '^' iri {notifyErrorListeners("Missing '^' Character");}
| String LANGTAG '^^' iri {notifyErrorListeners("incorrect form of a Literal");}
| String '^^' iri LANGTAG {notifyErrorListeners("incorrect form of a Literal");}
| (BAD_STRING_LITERAL_LONG_SINGLE_QUOTE | BAD_STRING_LITERAL_LONG_QUOTE ) (LANGTAG | '^^' iri)? {notifyErrorListeners("incorrect quotes of a literal");}
| BAD_STRING_LITERAL_SINGLE_QUOTE (LANGTAG | '^^' iri)? {notifyErrorListeners("incorrect quotes of a literal");}
| BAD_STRING_LITERAL_QUOTE (LANGTAG | '^^' iri)? {notifyErrorListeners("incorrect quotes of a literal");}
| (BAD_STRING_LITERAL_QUOTE_WITH_BAD_UCHAR | BAD_STRING_LITERAL_SINGLE_QUOTE_WITH_BAD_UCHAR | BAD_STRING_LITERAL_LONG_SINGLE_QUOTE_WITH_BAD_UCHAR | BAD_STRING_LITERAL_LONG_QUOTE_WITH_BAD_UCHAR) {notifyErrorListeners("Bad Unicode Characters, Only HEX Characters are allowed");}
| (BAD_STRING_LITERAL_QUOTE_WITH_BAD_ESCAPE | BAD_STRING_LITERAL_SINGLE_QUOTE_WITH_BAD_ESCAPE | BAD_STRING_LITERAL_LONG_SINGLE_QUOTE_WITH_BAD_ESCAPE | BAD_STRING_LITERAL_LONG_QUOTE_WITH_BAD_ESCAPE) {notifyErrorListeners("Bad Literal Escape");}
// | {notifyErrorListeners("Uncorrect form of long literal with 4 qoutes");}
;
BooleanLiteral
: 'true' | 'false'
;
BadLiteral
: NumericLiteral ('.')+ CHARS
| NumericLiteral CHARS
;
String
:
STRING_LITERAL_QUOTE | STRING_LITERAL_SINGLE_QUOTE | STRING_LITERAL_LONG_SINGLE_QUOTE | STRING_LITERAL_LONG_QUOTE
;
iri
:
IRIREF
| PrefixedName { if(!isExistNS($PrefixedName.text))notifyErrorListeners($PrefixedName.text.split(":")[0] +" prefix is undefined ");}
// | PNAME_LN | (PN_PREFIX)? ':'
// {
// if ( !$directive:symbols.contains($PN_PREFIX.text) ) {
// System.err.println("Undefined prefix: "+PN_PREFIX.text);
// }
// }
//ToDO
// | PNAME_NS PN_LOCAL_BAD_WITH_DASH {notifyErrorListeners("Bad syntax of Prefixed IRI, the local prefix namespace cannot start with dash");}
| PNAME_NS BAD_PN_LOCAL_STARTS_WITH_PERCENT {notifyErrorListeners("Bad syntax of Prefixed IRI, the local prefix namespace cannot contain '%'");}
// | PNAME_NS PN_LOCAL_BAD_WITH_PERCENT {notifyErrorListeners("Bad syntax of Prefixed IRI, the local prefix namespace cannot contain '%'");}
| BAD_PNAME_LN_STARTS_WITH_DOT {notifyErrorListeners("incorrect form of Prefixed Namespace, it cannot start with '.'");}
| BAD_PNAME_LN_ENDS_WITH_DOT {notifyErrorListeners("incorrect form of Prefixed Namespace, it cannot end with '.'");}
| BAD_IRIREF_WITH_SPACE {notifyErrorListeners("Bad syntax of IRI, IRI cannot contain space or newline");}
| BAD_IRIREF_WITH_MULTIPLE_ANGLE_BRACKETS {notifyErrorListeners("Bad syntax of IRI, Too many angle brackets in IRI");}
| BAD_IRIREF_WITH_PARENTHESES {notifyErrorListeners("Bad syntax of IRI, IRI cannot contain parentheses");}
;
BlankNode
: BLANK_NODE_LABEL
| ANON
;
CHARS:
[a-zA-Z]+ [0-9]*
;
WS
: ([\t\r\n\u000C] | ' ') + -> skip
;
COMMENT
: '#' ~[\r\n]* -> skip;
// LEXER
PN_PREFIX
: PN_CHARS_BASE ((PN_CHARS | '.')* PN_CHARS)?
;
//IRIREF : '<' (~(['\u0000'..'\u0020']|'<'|'>'|'"'|'{'|'}'|'|'|'^'|'`'|'\\') | UCHAR)* '>'; /* \u00=NULL #01-\u1F=control codes \u20=space */
IRIREF
:
'<' (~[\u0000-\u0020<>"{}|^`\\] | UCHAR)* '>'
;
PNAME_NS
: PN_PREFIX? ':'
;
PrefixedName
: PNAME_LN | PNAME_NS
;
PNAME_LN
: PNAME_NS PN_LOCAL?
;
BAD_PNAME_LN_STARTS_WITH_DOT
: '.' PN_PREFIX ':' PN_LOCAL
;
BAD_PNAME_LN_ENDS_WITH_DOT
: PN_PREFIX '.:' PN_LOCAL
;
BLANK_NODE_LABEL
: '_:' (PN_CHARS_U | [0-9]) ((PN_CHARS | '.')* PN_CHARS)?
;
LANGTAG
: '@' [a-zA-Z] + ('-' [a-zA-Z0-9] +)*
;
BAD_LANGTAG_AS_NUMBER
: '@' [0-9]+
;
INTEGER
: [+-]? [0-9] +
;
DECIMAL
: [+-]? [0-9]* '.' [0-9] +
;
DOUBLE
: [+-]? ([0-9] + '.' [0-9]* EXPONENT | '.' [0-9] + EXPONENT | [0-9] + EXPONENT)
;
EXPONENT
: [eE] [+-]? [0-9] +
;
STRING_LITERAL_LONG_SINGLE_QUOTE
: '\'\'\'' (~[\u0027\u005C\u000A\u000D] | ECHAR | UCHAR | '\n' )* ('\'' | '\'\'')? (~[\u0027\u005C\u000A\u000D] | ECHAR | UCHAR)* '\'\'\''
;
STRING_LITERAL_LONG_QUOTE
: '"""' ((~ ["\\] | ECHAR | UCHAR | '\'') ('"' | '""')? (~ ["\\] | ECHAR | UCHAR | '\''))* '"""'
;
STRING_LITERAL_QUOTE
: '"' (~[\u0022\u005C\u000A\u000D] | ECHAR | UCHAR)* '"'
;
STRING_LITERAL_SINGLE_QUOTE
: '\'' (~ [\u0027\u005C\u000A\u000D] | ECHAR | UCHAR | '"')* '\''
;
BAD_STRING_LITERAL_QUOTE_WITH_BAD_UCHAR
: '"' (~[\u0022\u005C\u000A\u000D] | ECHAR | UCHAR)* BAD_UCHAR (~[\u0022\u005C\u000A\u000D] | ECHAR | UCHAR)* '"'
;
BAD_STRING_LITERAL_SINGLE_QUOTE_WITH_BAD_UCHAR
: '\'' (~ [\u0027\u005C\u000A\u000D] | ECHAR | UCHAR | '"')* BAD_UCHAR (~ [\u0027\u005C\u000A\u000D] | ECHAR | UCHAR | '"')* '\''
;
BAD_STRING_LITERAL_LONG_SINGLE_QUOTE_WITH_BAD_UCHAR
: '\'\'\'' (~[\u0027\u005C\u000A\u000D] | ECHAR | UCHAR | '\n' )* ('\'' | '\'\'')? (~[\u0027\u005C\u000A\u000D] | ECHAR | UCHAR)* BAD_UCHAR (~[\u0027\u005C\u000A\u000D] | ECHAR | UCHAR | '\n' )* ('\'' | '\'\'')? (~[\u0027\u005C\u000A\u000D] | ECHAR | UCHAR)*'\'\'\''
;
BAD_STRING_LITERAL_LONG_QUOTE_WITH_BAD_UCHAR
: '"""' (~[\u0022\u005C\u000A\u000D] | ECHAR | UCHAR)* BAD_UCHAR (~[\u0022\u005C\u000A\u000D] | ECHAR | UCHAR)* '"""'
;
BAD_STRING_LITERAL_QUOTE_WITH_BAD_ESCAPE
: '"' (~[\u0022\u005C\u000A\u000D] | ECHAR | UCHAR)* ILLEGAL_ESCAPE (~[\u0022\u005C\u000A\u000D] | ECHAR | UCHAR)* '"'
;
BAD_STRING_LITERAL_SINGLE_QUOTE_WITH_BAD_ESCAPE
: '\'' (~ [\u0027\u005C\u000A\u000D] | ECHAR | UCHAR | '"')* ILLEGAL_ESCAPE (~ [\u0027\u005C\u000A\u000D] | ECHAR | UCHAR | '"')* '\''
;
BAD_STRING_LITERAL_LONG_SINGLE_QUOTE_WITH_BAD_ESCAPE
: '\'\'\'' (~[\u0027\u005C\u000A\u000D] | ECHAR | UCHAR | '\n' )* ('\'' | '\'\'')? (~[\u0027\u005C\u000A\u000D] | ECHAR | UCHAR)* ILLEGAL_ESCAPE (~[\u0027\u005C\u000A\u000D] | ECHAR | UCHAR | '\n' )* ('\'' | '\'\'')? (~[\u0027\u005C\u000A\u000D] | ECHAR | UCHAR)*'\'\'\''
;
BAD_STRING_LITERAL_LONG_QUOTE_WITH_BAD_ESCAPE
: '"""' (~[\u0022\u005C\u000A\u000D] | ECHAR | UCHAR)* ILLEGAL_ESCAPE (~[\u0022\u005C\u000A\u000D] | ECHAR | UCHAR)* '"""'
;
fragment UCHAR
: '\\u' HEX HEX HEX HEX | '\\U' HEX HEX HEX HEX HEX HEX HEX HEX
;
BAD_UCHAR
: '\\u' HEX* NONHEX+ | '\\U' HEX* NONHEX+
;
ECHAR
: '\\' [tbnrf"'\\]
;
ANON_WS
: ' ' | '\t' | '\r' | '\n'
;
ANON
: '[' ANON_WS* ']'
;
PN_CHARS_BASE
: [A-Z] | [a-z] | [\u00C0-\u00D6] | [\u00D8-\u00F6] | [\u00F8-\u02FF] | [\u0370-\u037D]
| [\u037F-\u1FFF] | [\u200C-\u200D] | [\u2070-\u218F] | [\u2C00-\u2FEF] | [\u3001-\uD7FF]
| [\uF900-\uFDCF] | [\uFDF0-\uFFFD]
;
PN_CHARS_U
: PN_CHARS_BASE | '_'
;
PN_CHARS
: PN_CHARS_U | '-' | [0-9] | '\u00B7' | [\u0300-\u036F] | [\u203F-\u2040]
;
PN_LOCAL
: (PN_CHARS_U | ':' | [0-9] | PLX) ((PN_CHARS | '.' | ':' | PLX)* (PN_CHARS | ':' | PLX))?
;
BAD_PN_LOCAL_STARTS_WITH_PERCENT
: '%' PN_LOCAL
;
PLX
: PERCENT | PN_LOCAL_ESC
;
PERCENT
: '%' HEX HEX
;
HEX
: [0-9] | [A-F] | [a-f]
;
NONHEX
: [g-zG-Z]
;
PN_LOCAL_ESC
: '\\' ('_' | '~' | '.' | '-' | '!' | '$' | '&' | '\'' | '(' | ')' | '*' | '+' | ',' | ';' | '=' | '/' | '?' | '#' | '@' | '%')
;
// check if the IRI has a newline or space
BAD_IRIREF_WITH_SPACE
: '<' (PN_CHARS | '.' | ':' | '/' | '\\' | '#' | '@' | '%' | '&' | UCHAR)* '\n>'
| '<' (PN_CHARS | '.' | ':' | '/' | '\\' | '#' | '@' | '%' | '&' | UCHAR)* '\u0020>'
| '<' (PN_CHARS | '.' | ':' | '/' | '\\' | '#' | '@' | '%' | '&' | UCHAR)* ANON_WS+ (PN_CHARS | '.' | ':' | '/' | '\\' | '#' | '@' | '%' | '&' | UCHAR)*'>'
;
BAD_IRIREF_WITH_MULTIPLE_ANGLE_BRACKETS
:'<' (PN_CHARS | '.' | ':' | '/' | '\\' | '#' | '@' | '%' | '&' | UCHAR)* '\u003C>'
| '<' (PN_CHARS | '.' | ':' | '/' | '\\' | '#' | '@' | '%' | '&' | UCHAR)* '\u003E>'
;
BAD_IRIREF_WITH_PARENTHESES
: '<' (PN_CHARS | '.' | ':' | '/' | '{'| '}' | '\\' | '#' | '@' | '%' | '&' | UCHAR)* '>'
;
BAD_STRING_LITERAL_SINGLE_QUOTE
: '\'\'\'' (~[\u0027\u005C\u000A\u000D] | ECHAR | UCHAR)* '\''
| '\'' (~[\u0027\u005C\u000A\u000D] | ECHAR | UCHAR)* '\'\'\''
;
BAD_STRING_LITERAL_QUOTE
: '"""' (~[\u0022\u005C\u000A\u000D] | ECHAR | UCHAR)* '"'
| '"' (~[\u0022\u005C\u000A\u000D] | ECHAR | UCHAR)* '"""'
| '"' (~[\u0022\u005C\u000A\u000D] | ECHAR | UCHAR)* '\''
| '\'' (~[\u0022\u005C\u000A\u000D] | ECHAR | UCHAR)* '"'
;
BAD_STRING_LITERAL_LONG_SINGLE_QUOTE
: '\'\'\'' (('\'' | '\'\'')? ([^'\\] | ECHAR | UCHAR | '"'))* '"""'
;
BAD_STRING_LITERAL_LONG_QUOTE
: '"""' (('"' | '""')? (~ ["\\] | ECHAR | UCHAR | '\''))* '\'\'\''
;
BAD_STRING_LITERAL_LONG_QUOTE_TOO_MANY
: '"""' (('"' | '""')? (~ ["\\] | ECHAR | UCHAR ))* '""""'
| '""""' (('"' | '""')? (~ ["\\] | ECHAR | UCHAR ))* '"""'
;
BAD_STRING_LITERAL_LONG_SINGLE_QUOTE_TOO_MANY
: '\'\'\'' (~[\u0027\u005C\u000A\u000D] | ECHAR | UCHAR)* '\'\'\'\''
| '\'\'\'\''(~[\u0027\u005C\u000A\u000D] | ECHAR | UCHAR)* '\'\'\''
;
ILLEGAL_ESCAPE
: ('\\' ~[ubtnfr"'\\] ) [a-zA-Z]+
;
fragment A:('a'|'A');
fragment B:('b'|'B');
fragment C:('c'|'C');
fragment D:('d'|'D');
fragment E:('e'|'E');
fragment F:('f'|'F');
fragment G:('g'|'G');
fragment H:('h'|'H');
fragment I:('i'|'I');
fragment J:('j'|'J');
fragment K:('k'|'K');
fragment L:('l'|'L');
fragment M:('m'|'M');
fragment N:('n'|'N');
fragment O:('o'|'O');
fragment P:('p'|'P');
fragment Q:('q'|'Q');
fragment R:('r'|'R');
fragment S:('s'|'S');
fragment T:('t'|'T');
fragment U:('u'|'U');
fragment V:('v'|'V');
fragment W:('w'|'W');
fragment X:('x'|'X');
fragment Y:('y'|'Y');
fragment Z:('z'|'Z'); |
oeis/080/A080726.asm | neoneye/loda-programs | 11 | 169252 | <gh_stars>10-100
; A080726: a(0) = 0; for n>0, a(n) is taken to be the smallest positive integer greater than a(n-1) which is consistent with the condition "n is a member of the sequence if and only if a(n) == 2 mod 3".
; Submitted by <NAME>
; 0,3,4,5,8,11,12,13,14,15,16,17,20,23,26,29,32,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,56,59,62,65,68,71,74,77,80,83,86,89,92,95,98,101,104,107,108,109,110,111,112,113,114,115,116,117,118,119
mov $3,$0
mov $6,$0
lpb $3
mov $0,$6
sub $3,1
sub $0,$3
lpb $0
mov $2,3
lpb $0
sub $0,2
mul $0,2
mov $7,$4
cmp $7,0
add $4,$7
mod $2,$4
lpe
mov $7,$2
cmp $7,0
add $2,$7
div $0,$2
lpe
add $5,$2
lpe
mov $0,$5
|
src/Algebra/Module/Normed.agda | cspollard/reals | 0 | 17032 | module Algebra.Module.Normed where
open import Assume using (assume)
open import Algebra.Bundles using (CommutativeRing)
open import Algebra.Module.Bundles using (Module)
open import Level using (_⊔_; suc)
open import Relation.Nullary using (¬_)
open import Relation.Binary using (Rel)
open import Function.Metric using (IsGeneralMetric)
module _
{r ℓr} {CR : CommutativeRing r ℓr}
{m ℓm} (M : Module CR m ℓm)
where
private
module CR = CommutativeRing CR
module M = Module M
module _
{rel} (_≤_ : Rel CR.Carrier rel)
(∥_∥ : M.Carrierᴹ → CR.Carrier)
where
record IsNormedModule : Set (r ⊔ ℓr ⊔ m ⊔ ℓm ⊔ rel) where
open CommutativeRing CR public
open M public
field
triangle-norm : ∀ x y → (∥ x +ᴹ y ∥) ≤ (∥ x ∥ + ∥ y ∥)
homogeneity : ∀ s x → ∥ s *ₗ x ∥ ≈ s * ∥ x ∥
positive-definite : ∀ x → ∥ x ∥ ≈ 0# → x ≈ᴹ 0ᴹ
infixl 6 _-ᴹ_
_-ᴹ_ : Carrierᴹ → Carrierᴹ → Carrierᴹ
x -ᴹ y = x +ᴹ (-ᴹ y)
⟨_,_⟩ : Carrierᴹ → Carrierᴹ → Carrier
⟨ x , y ⟩ = ∥ x -ᴹ y ∥
isGeneralMetric : IsGeneralMetric _≈ᴹ_ _≈_ _≤_ 0# _+_ ⟨_,_⟩
isGeneralMetric = assume
open IsGeneralMetric isGeneralMetric public hiding (refl; reflexive)
module _
{r ℓr} (CR : CommutativeRing r ℓr)
(open CommutativeRing CR using () renaming (Carrier to X))
{rel} (_≤_ : Rel X rel)
m ℓm
where
record NormedModule : Set (suc (r ⊔ ℓr ⊔ m ⊔ ℓm ⊔ rel)) where
module CR = CommutativeRing CR
field
M : Module CR m ℓm
module M = Module M
field
∥_∥ : M.Carrierᴹ → CR.Carrier
isNormedModule : IsNormedModule M _≤_ ∥_∥
open IsNormedModule isNormedModule public
module _
{r ℓr} {CR : CommutativeRing r ℓr}
(open CommutativeRing CR using () renaming (Carrier to X))
{rel} {_≤_ : Rel X rel}
{ma ℓma} (MA : NormedModule CR _≤_ ma ℓma)
{mb ℓmb} (MB : NormedModule CR _≤_ mb ℓmb)
where
private
module CR = CommutativeRing CR
module MA = NormedModule MA
module MB = NormedModule MB
directProduct : NormedModule CR _≤_ (ma ⊔ mb) (ℓma ⊔ ℓmb)
directProduct =
record
{ M = ⟨module⟩ MA.M MB.M
; ∥_∥ = (uncurry CR._+_) ∘ (map MA.∥_∥ MB.∥_∥)
; isNormedModule = assume
}
where
open import Algebra.Module.Construct.DirectProduct
open import Function using (_∘_)
open import Data.Product using (uncurry; map)
module _
{r ℓr} {CR : CommutativeRing r ℓr}
(open CommutativeRing CR using () renaming (Carrier to X))
{rel} {_≤_ : Rel X rel}
(∥_∥ : X → X)
where
tensorUnit : NormedModule CR _≤_ r ℓr
tensorUnit =
record
{ M = ⟨module⟩
; ∥_∥ = ∥_∥
; isNormedModule = assume
}
where open import Algebra.Module.Construct.TensorUnit
module _
{r ℓr} {CR : CommutativeRing r ℓr}
(open CommutativeRing CR using () renaming (Carrier to X))
{rel} {_≤_ : Rel X rel}
where
null : ∀ {c l} → NormedModule CR _≤_ c l
null =
record
{ M = ⟨module⟩
; ∥_∥ = λ _ → 0#
; isNormedModule = assume
}
where
open import Algebra.Module.Construct.Zero
open CommutativeRing CR
-- TODO
-- →NormedModule |
kv-avm-tuples.ads | davidkristola/vole | 4 | 17238 | <filename>kv-avm-tuples.ads
with Interfaces;
with Ada.Finalization;
with Ada.Streams;
with kv.avm.references; use kv.avm.references;
limited with kv.avm.Memories;
limited with kv.avm.Registers;
with kv.avm.Actor_References.Sets;
package kv.avm.Tuples is
use Interfaces;
Immutability_Error : exception;
-- A (constant) register map used to create a tuple
type Map_Type is new Ada.Finalization.Controlled with private;
overriding
procedure Adjust
(Self : in out Map_Type);
overriding
procedure Finalize
(Self : in out Map_Type);
not overriding
procedure Set
(Self : in out Map_Type;
Data : access constant kv.avm.References.Reference_Array_Type);
not overriding
function Get(Self : Map_Type) return access constant kv.avm.References.Reference_Array_Type;
procedure Tuple_Map_Write(Stream : not null access Ada.Streams.Root_Stream_Type'CLASS; Item : in Map_Type);
for Map_Type'WRITE use Tuple_Map_Write;
procedure Tuple_Map_Read(Stream : not null access Ada.Streams.Root_Stream_Type'CLASS; Item : out Map_Type);
for Map_Type'READ use Tuple_Map_Read;
overriding
function "="(L, R: Map_Type) return Boolean;
type Tuple_Type is new Ada.Finalization.Controlled with private;
overriding
procedure Initialize
(Self : in out Tuple_Type);
overriding
procedure Adjust
(Self : in out Tuple_Type);
overriding
procedure Finalize
(Self : in out Tuple_Type);
not overriding
procedure Fold
(Self : in out Tuple_Type;
Data : in kv.avm.Memories.Register_Array_Type);
not overriding
procedure Fold_Empty
(Self : in out Tuple_Type);
not overriding
procedure Fold_One
(Self : in out Tuple_Type;
Data : access kv.avm.Registers.Register_Type);
not overriding
procedure Fold
(Self : in out Tuple_Type;
Data : in kv.avm.Memories.Memory_Type;
Map : in Map_Type'CLASS);
not overriding
function Peek
(Self : in Tuple_Type;
Index : in Interfaces.Unsigned_32) return access constant kv.avm.Registers.Register_Type;
not overriding
function Unfolded(Self : Tuple_Type) return access constant kv.avm.Memories.Register_Set_Type;
not overriding
function To_String(Self : Tuple_Type) return String;
not overriding
function Reachable(Self : Tuple_Type) return kv.avm.Actor_References.Sets.Set;
not overriding
function Length(Self : Tuple_Type) return Natural;
overriding
function "="(L, R: Tuple_Type) return Boolean;
procedure Tuple_Write(Stream : not null access Ada.Streams.Root_Stream_Type'CLASS; Item : in Tuple_Type);
for Tuple_Type'WRITE use Tuple_Write;
procedure Tuple_Read(Stream : not null access Ada.Streams.Root_Stream_Type'CLASS; Item : out Tuple_Type);
for Tuple_Type'READ use Tuple_Read;
-- A (constant) abstract ("definition" because "abstract" is a reserved word)
-- of a tuple.
type Definition_Type is new Ada.Finalization.Controlled with private;
overriding
procedure Initialize
(Self : in out Definition_Type);
overriding
procedure Adjust
(Self : in out Definition_Type);
overriding
procedure Finalize
(Self : in out Definition_Type);
overriding
function "="(L, R: Definition_Type) return Boolean;
not overriding
procedure Make
(Self : in out Definition_Type;
Tuple : in Tuple_Type'CLASS);
not overriding
function To_String(Self : Definition_Type) return String;
not overriding
function Length(Self : Definition_Type) return Natural;
private
type Tuple_Reference_Counter_Type;
type Tuple_Reference_Counter_Access is access all Tuple_Reference_Counter_Type;
type Tuple_Type is new Ada.Finalization.Controlled with
record
Ref : Tuple_Reference_Counter_Access;
end record;
type Map_Reference_Counter_Type;
type Map_Reference_Counter_Access is access all Map_Reference_Counter_Type;
type Map_Type is new Ada.Finalization.Controlled with
record
Ref : Map_Reference_Counter_Access;
end record;
type Definition_Reference_Counter_Type;
type Definition_Reference_Counter_Access is access all Definition_Reference_Counter_Type;
type Definition_Type is new Ada.Finalization.Controlled with
record
Ref : Definition_Reference_Counter_Access;
end record;
end kv.avm.Tuples;
|
src/main/java/com/db/xpathgrammar.g4 | a55660988/XQuery-Processor | 0 | 967 | /*
(absolute path) ap → doc(fileName)/rp
| doc(fileName)//rp
(relative path) rp → tagName | ∗ | . | .. | text() | @attName
| (rp) | rp1/rp2 | rp1//rp2 | rp[f] | rp1, rp2
(path filter) f → rp | rp1 = rp2 | rp1 eq rp2 | rp1 == rp2 | rp1 is rp2
| (f) | f1 and f2 | f1 or f2 | not f
*/
grammar xpathgrammar;
// parser (lowercase)
ap : DOC LPAREN filename RPAREN SLASH SLASH? rp #ap_ap
;
rp : tagName #rp_tagName
| STAR #rp_star
| DOT DOT? #rp_dot_dot
| TEXT LPAREN RPAREN #rp_text
| AT attName #rp_at
| LPAREN rp RPAREN #rp_rp
| rp SLASH SLASH? rp #rp_slash_rp
| rp LBRACKET f RBRACKET #rp_filter
| rp COMMA rp #rp_comma_rp
;
f : rp #f_rp
| rp (EQUAL | EQ) rp #f_eq
| rp (EQUAL EQUAL | IS) rp #f_is
| LPAREN f RPAREN #f_f
| f AND f #f_and_f
| f OR f #f_or_f
| NOT f #f_not_f
;
filename : FILEPATHNAME
;
tagName : NAME
;
attName : NAME
;
// milestone 2
xq : var #xq_var
| stringConstant #xq_stringcon
| ap #xq_ap
| LPAREN xq RPAREN #xq_xq
| xq COMMA xq #xq_comma_xq
| xq SLASH SLASH? rp #xq_slash_rp
| LESS tagName GREAT LCBRACKET xq RCBRACKET LESS SLASH tagName GREAT #xq_t_xq_t
| LESS tagName GREAT xq LESS SLASH tagName GREAT #xq_t_xq_t_no_bracket
| forClause letClause? whereClause? returnClause #xq_for_let_where_return
| letClause xq #xq_let
| joinClause #xq_join
;
var : '$' NAME
;
stringConstant: STRING | FILEPATHNAME
;
forClause : FOR (var IN xq COMMA)* var IN xq
;
letClause : LET (var ASSIGN xq COMMA)* var ASSIGN xq
;
whereClause : WHERE cond
;
returnClause: RETURN xq
;
cond : xq (EQUAL | EQ) xq #cond_eq
| xq (EQUAL EQUAL | IS) xq #cond_is
| EMPTY LPAREN xq RPAREN #cond_empty
| SOME (var IN xq COMMA)* var IN xq SATISFIES cond #cond_some
| LPAREN cond RPAREN #cond_cond
| cond AND cond #cond_and_cond
| cond OR cond #cond_or_cond
| NOT cond #cond_not_cond
;
joinClause : JOIN LPAREN xq COMMA xq COMMA joinAtt COMMA joinAtt RPAREN #join_clause
;
joinAtt : LBRACKET (varName COMMA)* varName RBRACKET #join_attr
;
varName : NAME
;
// lexer (uppercase)
DOC : 'doc' ;
IS : 'is' ;
EQ : 'eq' ;
AND : 'and' ;
OR : 'or' ;
NOT : 'not';
TEXT : 'text' ;
FOR : 'for' ;
IN : 'in' ;
LET : 'let' ;
WHERE : 'where' ;
RETURN : 'return' ;
EMPTY : 'empty' ;
SOME : 'some' ;
SATISFIES : 'satisfies' ;
JOIN : 'join' ;
ASSIGN : ':=' ;
AT : '@' ;
LPAREN : '(' ;
RPAREN : ')' ;
SLASH : '/' ;
STAR : '*' ;
DOT : '.' ;
LBRACKET : '[' ;
RBRACKET : ']' ;
LCBRACKET : '{' ;
RCBRACKET : '}' ;
LESS : '<' ;
GREAT : '>' ;
COMMA : ',' ;
EQUAL : '=' ;
WS : [ \t\r\n]+ -> skip ;
NAME : [a-zA-Z0-9_]+ ;
FILEPATHNAME: '"' [a-zA-Z0-9./_]+ '"' ;
STRING : '"' (~["\r\n])* '"'; |
smsq/recent/version.asm | olifink/smsqe | 0 | 168399 | ; Recent thing versions
section version
xdef rcnt_vers
; 1.00 2015-12-01 initial version (wl)
rcnt_vers equ '1.00'
end
|
Semester/7.asm | ShruKin/Microprocessor-and-Microcontroller-Lab | 0 | 16807 | <gh_stars>0
MOV R0, #20H
MOV R1, #30H
MOV A, @R0
MOV R5,A
INC R0
MOV A,@R0
ADD A,R5
DA A
MOV @R1, A
HALT: SJMP HALT |
OutsideIn/Expressions.agda | liamoc/outside-in | 2 | 12831 | <reponame>liamoc/outside-in<filename>OutsideIn/Expressions.agda
open import OutsideIn.Prelude
open import OutsideIn.X
module OutsideIn.Expressions(x : X) where
import OutsideIn.TypeSchema as TS
open TS(x)
open X(x)
{- SYNTAX -}
data Name (n : Set) : NameType → Set where
N : n → Name n Regular
DC : ∀ {x} → dc x → Name n (Datacon x)
mutual
data Alternative (ev tv : Set) : Shape → Set where
_→′_ : ∀ {n : ℕ}{r : Shape}→ Name ev (Datacon n) → Expression (ev ⨁ n) tv r
→ Alternative ev tv (Unary r)
infixr 5 _∣_
data Alternatives (ev tv : Set) : Shape → Set where
esac : Alternatives ev tv Nullary
_∣_ : ∀ {r₁ r₂} → Alternative ev tv r₁ → Alternatives ev tv r₂
→ Alternatives ev tv (Binary r₁ r₂)
data Expression (ev tv : Set) : Shape → Set where
Var : ∀ {x} → Name ev x → Expression ev tv Nullary
λ′_ : ∀ {a} → Expression (Ⓢ ev) tv a → Expression ev tv (Unary a)
_·_ : ∀ {a a′} → Expression ev tv a → Expression ev tv a′ → Expression ev tv (Binary a a′)
let₁_in′_ : ∀ {a a′} → Expression ev tv a → Expression (Ⓢ ev) tv a′
→ Expression ev tv (Binary a a′)
let₂_∷_in′_ : ∀ {a a′} → Expression ev tv a → Type tv → Expression (Ⓢ ev) tv a′
→ Expression ev tv (Binary a a′)
let₃_·_∷_⇒_in′_ : ∀ {a a′} → (n : ℕ) → Expression ev (tv ⨁ n) a
→ QConstraint (tv ⨁ n)
→ Type (tv ⨁ n)
→ Expression (Ⓢ ev) tv a′
→ Expression ev tv (Binary a a′)
case_of_ : ∀ {r₁ r₂} → Expression ev tv r₁ → Alternatives ev tv r₂
→ Expression ev tv (Binary r₁ r₂)
private
module PlusN-f n = Functor (Monad.is-functor (PlusN-is-monad {n}))
module Ⓢ-f = Functor Ⓢ-is-functor
module Type-f = Functor (type-is-functor)
module TypeSchema-f {n} = Functor (type-schema-is-functor {n})
module QC-f = Functor (qconstraint-is-functor)
private
fmap-alt₁ : ∀ {a b tv}{r} → (a → b) → Alternative a tv r → Alternative b tv r
fmap-exp₁ : ∀ {a b tv}{r} → (a → b) → Expression a tv r → Expression b tv r
map-fmap-alt₁ : ∀ {a b tv}{r} → (a → b) → Alternatives a tv r → Alternatives b tv r
fmap-alt₁ f (_→′_ {n} (DC c) expr) = DC c →′ fmap-exp₁ (pn.map f) expr
where module pn = PlusN-f n
fmap-exp₁ f (Var (DC c)) = Var (DC c)
fmap-exp₁ f (Var (N x)) = Var (N (f x))
fmap-exp₁ f (λ′ x) = λ′ (fmap-exp₁ (Ⓢ-f.map f) x)
fmap-exp₁ f (x · y) = (fmap-exp₁ f x) · (fmap-exp₁ f y)
fmap-exp₁ f (let₁ x in′ y) = let₁ (fmap-exp₁ f x) in′ (fmap-exp₁ (Ⓢ-f.map f) y)
fmap-exp₁ f (let₂ x ∷ τ in′ y) = let₂ (fmap-exp₁ f x) ∷ τ in′ (fmap-exp₁ (Ⓢ-f.map f) y)
fmap-exp₁ f (let₃ n · x ∷ Q ⇒ τ in′ y) = let₃ n · fmap-exp₁ f x ∷ Q ⇒ τ
in′ fmap-exp₁ (Ⓢ-f.map f) y
fmap-exp₁ f (case x of alts) = case (fmap-exp₁ f x) of map-fmap-alt₁ f alts
map-fmap-alt₁ f esac = esac
map-fmap-alt₁ f (x ∣ xs) = fmap-alt₁ f x ∣ map-fmap-alt₁ f xs
private
fmap-alt₂ : ∀ {a b ev}{r} → (a → b) → Alternative ev a r → Alternative ev b r
fmap-exp₂ : ∀ {a b ev}{r} → (a → b) → Expression ev a r → Expression ev b r
map-fmap-alt₂ : ∀ {a b ev}{r} → (a → b) → Alternatives ev a r → Alternatives ev b r
fmap-alt₂ f (p →′ expr) = p →′ fmap-exp₂ f expr
fmap-exp₂ f (Var x) = Var x
fmap-exp₂ f (λ′ x) = λ′ (fmap-exp₂ f x)
fmap-exp₂ f (x · y) = fmap-exp₂ f x · fmap-exp₂ f y
fmap-exp₂ f (let₁ x in′ y) = let₁ fmap-exp₂ f x in′ fmap-exp₂ f y
fmap-exp₂ f (let₂ x ∷ τ in′ y) = let₂ fmap-exp₂ f x ∷ Type-f.map f τ in′ fmap-exp₂ f y
fmap-exp₂ f (let₃ n · x ∷ Q ⇒ τ in′ y) = let₃ n · fmap-exp₂ (pn.map f) x
∷ QC-f.map (pn.map f) Q ⇒ Type-f.map (pn.map f) τ
in′ fmap-exp₂ f y
where module pn = PlusN-f n
fmap-exp₂ f (case x of alts) = case (fmap-exp₂ f x) of map-fmap-alt₂ f alts
map-fmap-alt₂ f esac = esac
map-fmap-alt₂ f (x ∣ xs) = fmap-alt₂ f x ∣ map-fmap-alt₂ f xs
private
fmap-alt-id₁ : {A tv : Set} {f : A → A}{r : Shape}
→ isIdentity f → isIdentity (fmap-alt₁ {A}{A}{tv}{r} f)
map-fmap-alt-id₁ : ∀ {a}{tv}{f : a → a}{r : Shape}
→ isIdentity f → isIdentity (map-fmap-alt₁ {a}{a}{tv}{r} f)
fmap-exp-id₁ : ∀{A tv : Set}{r : Shape} {f : A → A} → isIdentity f
→ isIdentity (fmap-exp₁ {A}{A}{tv}{r} f)
fmap-alt-id₁ {A}{f} f-is-id {_→′_ {n} (DC p) x} = cong (_→′_ (DC p)) (fmap-exp-id₁ (pn.identity f-is-id))
where module pn = PlusN-f n
map-fmap-alt-id₁ {r = Unary _} f-is-id {}
map-fmap-alt-id₁ {r = Nullary} f-is-id {esac} = refl
map-fmap-alt-id₁ {r = Binary r₁ r₂} f-is-id {x ∣ xs} = cong₂ _∣_ (fmap-alt-id₁ f-is-id)
(map-fmap-alt-id₁ f-is-id)
fmap-exp-id₁ {r = Nullary} f-is-id {Var (DC x)} = refl
fmap-exp-id₁ {r = Nullary} f-is-id {Var (N x)} = cong Var (cong N f-is-id)
fmap-exp-id₁ {r = Unary r′} f-is-id {λ′ x} = cong λ′_ (fmap-exp-id₁ (Ⓢ-f.identity f-is-id))
fmap-exp-id₁ {r = Binary r₁ r₂} f-is-id {x · y} = cong₂ _·_ (fmap-exp-id₁ f-is-id)
(fmap-exp-id₁ f-is-id)
fmap-exp-id₁ {r = Binary r₁ r₂} f-is-id {let₁ x in′ y}
= cong₂ let₁_in′_ (fmap-exp-id₁ f-is-id) (fmap-exp-id₁ (Ⓢ-f.identity f-is-id))
fmap-exp-id₁ {r = Binary r₁ r₂} f-is-id {let₂ x ∷ τ in′ y}
= cong₂ (λ a b → let₂ a ∷ τ in′ b) (fmap-exp-id₁ f-is-id)
(fmap-exp-id₁ (Ⓢ-f.identity f-is-id))
fmap-exp-id₁ {r = Binary r₁ r₂} f-is-id {let₃ n · x ∷ Q ⇒ τ in′ y}
= cong₂ (λ a b → let₃ n · a ∷ Q ⇒ τ in′ b) (fmap-exp-id₁ f-is-id)
(fmap-exp-id₁ (Ⓢ-f.identity f-is-id))
fmap-exp-id₁ {r = Binary r₁ r₂} f-is-id {case x of alts}
= cong₂ case_of_ (fmap-exp-id₁ f-is-id) (map-fmap-alt-id₁ f-is-id)
private
fmap-alt-id₂ : {A ev : Set}{r : Shape}{f : A → A}
→ isIdentity f → isIdentity (fmap-alt₂ {A}{A}{ev}{r} f)
map-fmap-alt-id₂ : ∀ {a}{ev}{r : Shape}{f : a → a}
→ isIdentity f → isIdentity (map-fmap-alt₂ {a}{a}{ev}{r} f)
fmap-exp-id₂ : ∀{A ev : Set}{r : Shape} {f : A → A}
→ isIdentity f → isIdentity (fmap-exp₂ {A}{A}{ev}{r} f)
fmap-alt-id₂ f-is-id {_→′_ {n} p x} = cong (_→′_ p) (fmap-exp-id₂ f-is-id)
map-fmap-alt-id₂ f-is-id {esac} = refl
map-fmap-alt-id₂ f-is-id {x ∣ xs} = cong₂ _∣_ (fmap-alt-id₂ f-is-id) (map-fmap-alt-id₂ f-is-id)
fmap-exp-id₂ {r = Nullary} f-is-id {Var x} = refl
fmap-exp-id₂ {r = Unary r′} f-is-id {λ′ x} = cong λ′_ (fmap-exp-id₂ f-is-id)
fmap-exp-id₂ {r = Binary r₁ r₂} f-is-id {x · y} = cong₂ _·_ (fmap-exp-id₂ f-is-id)
(fmap-exp-id₂ f-is-id)
fmap-exp-id₂ {r = Binary r₁ r₂} f-is-id {let₁ x in′ y} = cong₂ let₁_in′_ (fmap-exp-id₂ f-is-id)
(fmap-exp-id₂ f-is-id)
fmap-exp-id₂ {r = Binary r₁ r₂} f-is-id {let₂ x ∷ τ in′ y} = cong₃ let₂_∷_in′_
(fmap-exp-id₂ f-is-id)
(Type-f.identity f-is-id)
(fmap-exp-id₂ f-is-id)
fmap-exp-id₂ {r = Binary r₁ r₂} f-is-id {let₃ n · x ∷ Q ⇒ τ in′ y}
= cong₄ (let₃_·_∷_⇒_in′_ n) (fmap-exp-id₂ (pn.identity f-is-id))
(QC-f.identity (pn.identity f-is-id))
(Type-f.identity (pn.identity f-is-id))
(fmap-exp-id₂ f-is-id)
where module pn = PlusN-f n
fmap-exp-id₂ {r = Binary r₁ r₂} f-is-id {case x of alts}
= cong₂ case_of_ (fmap-exp-id₂ f-is-id) (map-fmap-alt-id₂ f-is-id)
private
fmap-alt-comp₁ : {r : Shape} {A B C tv : Set} {f : A → B}{g : B → C} {x : Alternative A tv r}
→ fmap-alt₁ (g ∘ f) x ≡ fmap-alt₁ g (fmap-alt₁ f x)
fmap-exp-comp₁ : {r : Shape}{tv A B C : Set} {f : A → B} {g : B → C} {x : Expression A tv r}
→ fmap-exp₁ (g ∘ f) x ≡ fmap-exp₁ g (fmap-exp₁ f x)
map-fmap-alt-comp₁ : {r : Shape}{A B C tv : Set}{f : A → B}{g : B → C}{l : Alternatives A tv r}
→ map-fmap-alt₁ (g ∘ f) l ≡ map-fmap-alt₁ g (map-fmap-alt₁ f l)
fmap-alt-comp₁ {Nullary} {x = ()}
fmap-alt-comp₁ {Binary _ _}{x = ()}
fmap-alt-comp₁ {Unary r}{f = f}{g}{x = _→′_ {n} (DC p) expr}
= cong (_→′_ (DC p))
(combine-composite′ ⦃ Monad.is-functor (PlusN-is-monad {n}) ⦄ {expr}
fmap-exp₁
(fmap-exp-comp₁ {f = pn.map f}{g = pn.map g}{expr}))
where module pn = PlusN-f n
map-fmap-alt-comp₁ {l = esac} = refl
map-fmap-alt-comp₁ {Binary a b}{A}{B}{C}{tv}{l = x ∣ xs} = cong₂ _∣_ (fmap-alt-comp₁ {x = x}) (map-fmap-alt-comp₁)
fmap-exp-comp₁ {x = Var (N x)} = cong Var (cong N (refl))
fmap-exp-comp₁ {x = Var (DC x)} = refl
fmap-exp-comp₁ {f = f}{g}{x = λ′ x }
= cong λ′_ (combine-composite′ ⦃ Monad.is-functor (Ⓢ-is-monad) ⦄ {x}
fmap-exp₁
(fmap-exp-comp₁ {f = Ⓢ-f.map f}{g = Ⓢ-f.map g}{x}))
fmap-exp-comp₁ {f = f}{g}{x = x · y } = cong₂ _·_ (fmap-exp-comp₁ {f = f}{g}{x})
(fmap-exp-comp₁ {f = f}{g}{y})
fmap-exp-comp₁ {f = f}{g}{x = let₁ x in′ y }
= cong₂ let₁_in′_ (fmap-exp-comp₁ {f = f}{g}{x})
(combine-composite′ ⦃ Monad.is-functor (Ⓢ-is-monad) ⦄ {y}
fmap-exp₁
(fmap-exp-comp₁ {f = Ⓢ-f.map f}{g = Ⓢ-f.map g}{y}))
fmap-exp-comp₁ {f = f}{g}{x = let₂ x ∷ τ in′ y}
= cong₂ (λ a b → let₂ a ∷ τ in′ b) (fmap-exp-comp₁ {f = f}{g}{x})
(combine-composite′ ⦃ Monad.is-functor (Ⓢ-is-monad) ⦄ {y}
fmap-exp₁
(fmap-exp-comp₁ {f = Ⓢ-f.map f}
{g = Ⓢ-f.map g}{y}))
fmap-exp-comp₁ {f = f}{g}{x = let₃ n · x ∷ Q ⇒ τ in′ y}
= cong₂ (λ a b → let₃ n · a ∷ Q ⇒ τ in′ b)
(fmap-exp-comp₁ {f = f}{g}{x})
(combine-composite′ ⦃ Monad.is-functor (Ⓢ-is-monad) ⦄ {y}
fmap-exp₁
(fmap-exp-comp₁ {f = Ⓢ-f.map f}{g = Ⓢ-f.map g}{y}))
fmap-exp-comp₁ {f = f}{g}{x = case x of alts } = cong₂ case_of_
(fmap-exp-comp₁ {f = f}{g}{x})
map-fmap-alt-comp₁
private
fmap-alt-comp₂ : {A B C ev : Set}{r : Shape} {f : A → B} {g : B → C} {x : Alternative ev A r}
→ fmap-alt₂ (g ∘ f) x ≡ fmap-alt₂ g (fmap-alt₂ f x)
fmap-exp-comp₂ : {A B C ev : Set}{r : Shape} {f : A → B} {g : B → C} {x : Expression ev A r}
→ fmap-exp₂ (g ∘ f) x ≡ fmap-exp₂ g (fmap-exp₂ f x)
map-fmap-alt-comp₂ : ∀{r}{A B C ev : Set} {f : A → B} {g : B → C} {alts : Alternatives ev A r}
→ map-fmap-alt₂ (g ∘ f) alts ≡ map-fmap-alt₂ g (map-fmap-alt₂ f alts)
fmap-alt-comp₂ {x = _→′_ {n} p expr} = cong (_→′_ p) fmap-exp-comp₂
map-fmap-alt-comp₂ {alts = esac} = refl
map-fmap-alt-comp₂ {alts = x ∣ xs} = cong₂ _∣_ fmap-alt-comp₂ map-fmap-alt-comp₂
fmap-exp-comp₂ {x = Var a} = refl
fmap-exp-comp₂ {x = λ′ x } = cong λ′_ fmap-exp-comp₂
fmap-exp-comp₂ {x = x · y } = cong₂ _·_ fmap-exp-comp₂ fmap-exp-comp₂
fmap-exp-comp₂ {x = let₁ x in′ y } = cong₂ let₁_in′_ fmap-exp-comp₂ fmap-exp-comp₂
fmap-exp-comp₂ {x = let₂ x ∷ τ in′ y } = cong₃ let₂_∷_in′_ fmap-exp-comp₂ Type-f.composite fmap-exp-comp₂
fmap-exp-comp₂ {x = let₃ n · x ∷ Q ⇒ τ in′ y }
= cong₄ (λ a b c d → let₃ n · a ∷ b ⇒ c in′ d)
(combine-composite′ ⦃ pnf ⦄ fmap-exp₂ fmap-exp-comp₂)
(combine-composite ⦃ qconstraint-is-functor ⦄ ⦃ pnf ⦄)
(combine-composite ⦃ type-is-functor ⦄ ⦃ pnf ⦄)
fmap-exp-comp₂
where pnf = Monad.is-functor (PlusN-is-monad {n})
fmap-exp-comp₂ {x = case x of alts } = cong₂ case_of_ fmap-exp-comp₂ map-fmap-alt-comp₂
alternatives-is-functor₁ : ∀{tv}{r} → Functor (λ x → Alternatives x tv r)
alternatives-is-functor₁ = record { map = map-fmap-alt₁
; identity = map-fmap-alt-id₁
; composite = map-fmap-alt-comp₁
}
alternatives-is-functor₂ : ∀{ev}{r} → Functor (λ x → Alternatives ev x r)
alternatives-is-functor₂ = record { map = map-fmap-alt₂
; identity = map-fmap-alt-id₂
; composite = map-fmap-alt-comp₂
}
alternative-is-functor₁ : ∀{tv}{r} → Functor (λ x → Alternative x tv r)
alternative-is-functor₁ = record { map = fmap-alt₁
; identity = fmap-alt-id₁
; composite = λ { {x = x} → fmap-alt-comp₁ {x = x} }
}
alternative-is-functor₂ : ∀{ev}{r} → Functor (λ x → Alternative ev x r)
alternative-is-functor₂ = record { map = fmap-alt₂
; identity = fmap-alt-id₂
; composite = fmap-alt-comp₂
}
expression-is-functor₁ : ∀{tv}{r} → Functor (λ x → Expression x tv r)
expression-is-functor₁ {tv}{r} = record { map = fmap-exp₁
; identity = fmap-exp-id₁
; composite = λ {A}{B}{C}{f}{g}{x}
→ fmap-exp-comp₁ {r}{tv}{A}{B}{C}{f}{g}{x}
}
expression-is-functor₂ : ∀{ev}{r} → Functor (λ x → Expression ev x r)
expression-is-functor₂ = record { map = fmap-exp₂
; identity = fmap-exp-id₂
; composite = fmap-exp-comp₂
}
|
oeis/115/A115032.asm | neoneye/loda-programs | 11 | 11240 | <reponame>neoneye/loda-programs
; A115032: Expansion of (5-14*x+x^2)/((1-x)*(x^2-18*x+1)).
; Submitted by <NAME>(s1.)
; 5,81,1445,25921,465125,8346321,149768645,2687489281,48225038405,865363202001,15528312597605,278644263554881,5000068431390245,89722587501469521,1610006506595061125,28890394531209630721,518417095055178291845,9302617316461999622481,166928694601260814912805,2995413885506232668808001,53750521244510927223631205,964513968515690457356553681,17307500912037917305194335045,310570502448166821036141477121,5572961543154964861345352253125,100002737274341200683180199079121,1794476309394986647435898231171045
mov $3,1
lpb $0
sub $0,$3
add $2,2
add $4,1
mov $1,$4
mul $1,16
add $2,$1
add $4,$2
lpe
mov $0,$4
mul $0,4
add $0,5
|
libkdump/src/libkdump.asm | DrPizza/haunted-icecream | 3 | 7400 | .code
END
|
src/apsepp-test_event_class-impl-abbrev.ads | thierr26/ada-apsepp | 0 | 23480 | -- Copyright (C) 2019 <NAME> <<EMAIL>>
-- MIT license. Please refer to the LICENSE file.
package Apsepp.Test_Event_Class.Impl.Abbrev is
use Derivation,
R_Index_Mixin,
Assert_Num_Mixin,
Exception_Mixin,
Timestamp_Mixin;
----------------------------------------------------------------------------
subtype Ev_FCTNA is FCTNA_Ex_Mixin.Child_W_Exception;
-----------------------------------------------------
subtype Ev_FCTNA_Ti is FCTNA_Ex_Ti_Mixin.Child_W_Timestamp;
----------------------------------------------------------------------------
subtype Ev_UNCCE is UNCCE_Ex_Mixin.Child_W_Exception;
-----------------------------------------------------
subtype Ev_UNCCE_Ti is UNCCE_Ex_Ti_Mixin.Child_W_Timestamp;
----------------------------------------------------------------------------
subtype Ev_UNRE is UNRE_Ex_Mixin.Child_W_Exception;
-----------------------------------------------------
subtype Ev_UNRE_Ti is UNRE_Ex_Ti_Mixin.Child_W_Timestamp;
----------------------------------------------------------------------------
subtype Ev_NCCS is Test_Event_NCCS;
-----------------------------------------------------
subtype Ev_NCCS_Ti is NCCS_Ti_Mixin.Child_W_Timestamp;
----------------------------------------------------------------------------
subtype Ev_PNCC is Test_Event_PNCC;
-----------------------------------------------------
subtype Ev_PNCC_Ti is PNCC_Ti_Mixin.Child_W_Timestamp;
----------------------------------------------------------------------------
subtype Ev_FNCC is Test_Event_FNCC;
-----------------------------------------------------
subtype Ev_FNCC_Ti is FNCC_Ti_Mixin.Child_W_Timestamp;
----------------------------------------------------------------------------
subtype Ev_PNCA is Test_Event_PNCA;
-----------------------------------------------------
subtype Ev_PNCA_Ti is PNCA_Ti_Mixin.Child_W_Timestamp;
----------------------------------------------------------------------------
subtype Ev_FNCA is Test_Event_FNCA;
-----------------------------------------------------
subtype Ev_FNCA_Ti is FNCA_Ti_Mixin.Child_W_Timestamp;
----------------------------------------------------------------------------
subtype Ev_NRS is Test_Event_NRS;
-----------------------------------------------------
subtype Ev_NRS_Ti is NRS_Ti_Mixin.Child_W_Timestamp;
----------------------------------------------------------------------------
subtype Ev_TRS is TRS_R_Mixin.Child_W_R_Index;
-----------------------------------------------------
subtype Ev_TRS_Ti is TRS_R_Ti_Mixin.Child_W_Timestamp;
----------------------------------------------------------------------------
subtype Ev_TRC is Test_Event_TRC;
-----------------------------------------------------
subtype Ev_TRC_Ti is TRC_Ti_Mixin.Child_W_Timestamp;
----------------------------------------------------------------------------
subtype Ev_FTRA is FTRA_R_Ex_Mixin.Child_W_Exception;
-----------------------------------------------------
subtype Ev_FTRA_Ti is FTRA_R_Ex_Ti_Mixin.Child_W_Timestamp;
----------------------------------------------------------------------------
subtype Ev_FTRS is FTRS_R_Ex_Mixin.Child_W_Exception;
-----------------------------------------------------
subtype Ev_FTRS_Ti is FTRS_R_Ex_Ti_Mixin.Child_W_Timestamp;
----------------------------------------------------------------------------
subtype Ev_PTA is PTA_R_Mixin.Child_W_R_Index;
-----------------------------------------------------
subtype Ev_PTA_Ti is PTA_R_Ti_Mixin.Child_W_Timestamp;
-----------------------------------------------------
subtype Ev_PTA_A is PTA_R_A_Mixin.Child_W_Assert_Num;
-----------------------------------------------------
subtype Ev_PTA_A_Ti is PTA_R_A_Ti_Mixin.Child_W_Timestamp;
----------------------------------------------------------------------------
subtype Ev_FTA is FTA_R_Ex_Mixin.Child_W_Exception;
-----------------------------------------------------
subtype Ev_FTA_Ti is FTA_R_Ex_Ti_Mixin.Child_W_Timestamp;
-----------------------------------------------------
subtype Ev_FTA_A is FTA_R_A_Ex_Mixin.Child_W_Exception;
-----------------------------------------------------
subtype Ev_FTA_A_Ti is FTA_R_A_Ex_Ti_Mixin.Child_W_Timestamp;
----------------------------------------------------------------------------
subtype Ev_URE is URE_R_Ex_Mixin.Child_W_Exception;
-----------------------------------------------------
subtype Ev_URE_Ti is URE_R_Ex_Ti_Mixin.Child_W_Timestamp;
----------------------------------------------------------------------------
subtype Ev_PTR is PTR_R_Mixin.Child_W_R_Index;
-----------------------------------------------------
subtype Ev_PTR_Ti is PTR_R_Ti_Mixin.Child_W_Timestamp;
----------------------------------------------------------------------------
subtype Ev_FTR is FTR_R_Mixin.Child_W_R_Index;
-----------------------------------------------------
subtype Ev_FTR_Ti is FTR_R_Ti_Mixin.Child_W_Timestamp;
----------------------------------------------------------------------------
subtype Ev_PNR is Test_Event_PNR;
-----------------------------------------------------
subtype Ev_PNR_Ti is PNR_Ti_Mixin.Child_W_Timestamp;
----------------------------------------------------------------------------
subtype Ev_FNR is Test_Event_FNR;
-----------------------------------------------------
subtype Ev_FNR_Ti is FNR_Ti_Mixin.Child_W_Timestamp;
----------------------------------------------------------------------------
end Apsepp.Test_Event_Class.Impl.Abbrev;
|
oeis/078/A078365.asm | neoneye/loda-programs | 11 | 81300 | ; A078365: A Chebyshev T-sequence with Diophantine property.
; Submitted by <NAME>
; 2,15,223,3330,49727,742575,11088898,165590895,2472774527,36926027010,551417630623,8234338432335,122963658854402,1836220544383695,27420344506901023,409468947059131650
mov $3,1
lpb $0
sub $0,1
mul $1,13
add $3,$1
add $2,$3
mov $1,$2
add $3,2
lpe
mov $0,$1
mul $0,13
add $0,2
|
models/tests/test64d.als | transclosure/Amalgam | 4 | 930 | module tests/test
let a[x] = x+x
run { 4->4=a[4->4] 4=a[2] } expect 1
let apply2 [a,b] = a[b]
let inc [x] = x+1
run { some p:Int | p = apply2[inc,3] } expect 1
let apply3 [a,b,c] = a[b,c]
let add [x,y] = x+y
run { some p:Int | p = apply3[add,2,3] } expect 1
|
Transynther/x86/_processed/AVXALIGN/_st_un_sm_/i9-9900K_12_0xca.log_21829_1321.asm | ljhsiun2/medusa | 9 | 97755 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xddcf, %rsi
lea addresses_WT_ht+0x1209f, %rdi
clflush (%rsi)
nop
nop
nop
nop
sub $58809, %r9
mov $79, %rcx
rep movsq
nop
nop
nop
nop
nop
sub $16813, %r15
lea addresses_WC_ht+0xe9af, %rsi
lea addresses_normal_ht+0xa4d4, %rdi
nop
nop
nop
cmp $736, %r8
mov $46, %rcx
rep movsw
nop
nop
nop
nop
nop
cmp $2277, %r8
lea addresses_UC_ht+0xedcf, %rsi
lea addresses_A_ht+0xbef9, %rdi
clflush (%rdi)
nop
cmp %r15, %r15
mov $41, %rcx
rep movsw
nop
nop
add %r15, %r15
lea addresses_UC_ht+0x1ce4f, %rsi
lea addresses_normal_ht+0x96cf, %rdi
clflush (%rsi)
nop
add $7976, %r12
mov $93, %rcx
rep movsw
add %rcx, %rcx
lea addresses_WT_ht+0x18d4f, %rcx
nop
nop
nop
nop
nop
xor $43902, %rdi
vmovups (%rcx), %ymm1
vextracti128 $1, %ymm1, %xmm1
vpextrq $0, %xmm1, %r15
nop
and $33809, %r9
lea addresses_WT_ht+0x15383, %r12
nop
nop
nop
and %rsi, %rsi
movups (%r12), %xmm6
vpextrq $0, %xmm6, %r8
nop
nop
nop
nop
nop
cmp $50124, %rdi
pop %rsi
pop %rdi
pop %rcx
pop %r9
pop %r8
pop %r15
pop %r12
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r13
push %r14
push %r15
push %r8
push %rax
push %rbp
// Store
lea addresses_US+0xa6cf, %rax
nop
nop
nop
nop
and $48042, %rbp
movw $0x5152, (%rax)
nop
nop
nop
nop
sub %rbp, %rbp
// Store
lea addresses_normal+0x105cf, %r13
nop
add $61725, %r11
movb $0x51, (%r13)
xor $14876, %r13
// Faulty Load
lea addresses_US+0xa6cf, %rax
nop
nop
nop
nop
cmp $39686, %r14
mov (%rax), %r8
lea oracles, %r11
and $0xff, %r8
shlq $12, %r8
mov (%r11,%r8,1), %r8
pop %rbp
pop %rax
pop %r8
pop %r15
pop %r14
pop %r13
pop %r11
ret
/*
<gen_faulty_load>
[REF]
{'OP': 'LOAD', 'src': {'size': 32, 'NT': False, 'type': 'addresses_US', 'same': False, 'AVXalign': False, 'congruent': 0}}
{'OP': 'STOR', 'dst': {'size': 2, 'NT': False, 'type': 'addresses_US', 'same': True, 'AVXalign': False, 'congruent': 0}}
{'OP': 'STOR', 'dst': {'size': 1, 'NT': False, 'type': 'addresses_normal', 'same': False, 'AVXalign': False, 'congruent': 7}}
[Faulty Load]
{'OP': 'LOAD', 'src': {'size': 8, 'NT': True, 'type': 'addresses_US', 'same': True, 'AVXalign': False, 'congruent': 0}}
<gen_prepare_buffer>
{'OP': 'REPM', 'src': {'same': False, 'type': 'addresses_A_ht', 'congruent': 6}, 'dst': {'same': False, 'type': 'addresses_WT_ht', 'congruent': 4}}
{'OP': 'REPM', 'src': {'same': False, 'type': 'addresses_WC_ht', 'congruent': 5}, 'dst': {'same': False, 'type': 'addresses_normal_ht', 'congruent': 0}}
{'OP': 'REPM', 'src': {'same': True, 'type': 'addresses_UC_ht', 'congruent': 8}, 'dst': {'same': False, 'type': 'addresses_A_ht', 'congruent': 1}}
{'OP': 'REPM', 'src': {'same': False, 'type': 'addresses_UC_ht', 'congruent': 6}, 'dst': {'same': False, 'type': 'addresses_normal_ht', 'congruent': 10}}
{'OP': 'LOAD', 'src': {'size': 32, 'NT': False, 'type': 'addresses_WT_ht', 'same': True, 'AVXalign': False, 'congruent': 7}}
{'OP': 'LOAD', 'src': {'size': 16, 'NT': False, 'type': 'addresses_WT_ht', 'same': False, 'AVXalign': False, 'congruent': 2}}
{'52': 21822, '5f': 7}
52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52
*/
|
src/buildutil/test/boot.asm | PatrickDropbox/abc | 0 | 18685 | <filename>src/buildutil/test/boot.asm
; Basic boot sector
[org 0x7c00]
mov bx, msg
call print_string
sleep:
hlt
jmp sleep
%include "src/buildutil/test/print_string.asm"
msg:
db "OK",0
times 510-($-$$) db 0
dw 0xaa55
|
oeis/001/A001864.asm | neoneye/loda-programs | 11 | 97617 | ; A001864: Total height of rooted trees with n labeled nodes.
; Submitted by <NAME>(s1)
; 0,2,24,312,4720,82800,1662024,37665152,952401888,26602156800,813815035000,27069937855488,972940216546896,37581134047987712,1552687346633913000,68331503866677657600,3191386068123595166656,157663539876436721860608,8214786578132297274396888,450214975085047978557440000,25891448229321444813802071600,1559027368562549862218265526272,98094002308282036769180760709384,6437612500483245711873718785933312,439912915539265293077681357146500000,31252891471848716845844895097683968000
add $0,1
mov $2,$0
mov $3,-1
mov $4,1
lpb $0
sub $0,1
add $3,$4
mul $3,$2
mul $4,$0
lpe
mov $0,$3
|
programs/oeis/286/A286927.asm | jmorken/loda | 1 | 17058 | <filename>programs/oeis/286/A286927.asm
; A286927: Positions of 1 in A286925; complement of A286926.
; 6,12,20,26,34,40,46,54,60,68,74,80,88,94,102,108,116,122,128,136,142,150,156,162,170,176,184,190,198,204,210,218,224,232,238,244,252,258,266,272,278,286,292,300,306,314,320,326,334,340,348,354,360,368,374,382,388,396,402,408,416,422,430,436,442,450,456,464,470,476,484,490,498,504,512,518,524,532,538,546,552,558,566,572,580,586,594,600,606,614,620,628,634,640,648,654,662,668,676,682,688,696,702,710,716,722,730,736,744,750,756,764,770,778,784,792,798,804,812,818,826,832,838,846,852,860,866,874,880,886,894,900,908,914,920,928,934,942,948,954,962,968,976,982,990,996,1002,1010,1016,1024,1030,1036,1044,1050,1058,1064,1072,1078,1084,1092,1098,1106,1112,1118,1126,1132,1140,1146,1154,1160,1166,1174,1180,1188,1194,1200,1208,1214,1222,1228,1234,1242,1248,1256,1262,1270,1276,1282,1290,1296,1304,1310,1316,1324,1330,1338,1344,1352,1358,1364,1372,1378,1386,1392,1398,1406,1412,1420,1426,1432,1440,1446,1454,1460,1468,1474,1480,1488,1494,1502,1508,1514,1522,1528,1536,1542,1550,1556,1562,1570,1576,1584,1590,1596,1604,1610,1618,1624,1630,1638,1644,1652,1658,1666,1672,1678,1686,1692,1700,1706
mov $2,$0
add $2,1
mov $5,$0
lpb $2
mov $0,$5
sub $2,1
sub $0,$2
mov $7,$0
mov $9,2
lpb $9
mov $0,$7
sub $9,1
add $0,$9
sub $0,1
mov $11,$0
add $0,1
add $6,$0
pow $0,2
mul $0,2
trn $3,$6
lpb $0
add $3,2
sub $0,$3
trn $0,1
lpe
mov $4,$3
mov $12,$11
mul $12,2
add $4,$12
mov $8,$9
lpb $8
sub $8,1
mov $10,$4
lpe
lpe
lpb $7
mov $7,0
sub $10,$4
lpe
mov $4,$10
trn $4,4
add $4,6
add $1,$4
lpe
|
examples/stm32f40x/src/aco-drivers-stm32f40x.adb | jonashaggstrom/ada-canopen | 6 | 3875 | <gh_stars>1-10
with HAL;
with STM32.GPIO;
with STM32.Device;
with Ada.Interrupts.Names;
with Ada.Unchecked_Conversion;
package body ACO.Drivers.Stm32f40x is
function Convert (D : STM32.CAN.Message_Data)
return ACO.Messages.Data_Array
is
subtype From is STM32.CAN.Message_Data (D'Range);
subtype To is ACO.Messages.Data_Array (D'Range);
function To_Data_Array is new Ada.Unchecked_Conversion (From, To);
begin
return To_Data_Array (D);
end Convert;
function Convert (D : ACO.Messages.Data_Array)
return STM32.CAN.Message_Data
is
subtype From is ACO.Messages.Data_Array (D'Range);
subtype To is STM32.CAN.Message_Data (D'Range);
function To_Message_Data is new Ada.Unchecked_Conversion (From, To);
begin
return To_Message_Data (D);
end Convert;
overriding
procedure Receive_Message_Blocking
(This : in out CAN_Driver;
Msg : out ACO.Messages.Message)
is
Rx_Msg : CAN_Message;
begin
-- Suspend until new CAN message is received
This.Controller.Receive_Message (Rx_Msg);
Msg := ACO.Messages.Create
(CAN_Id => ACO.Messages.Id_Type (Rx_Msg.Std_ID),
RTR => Rx_Msg.Rtr,
DLC => ACO.Messages.Data_Length (Rx_Msg.Dlc),
Data => Convert (Rx_Msg.Data));
end Receive_Message_Blocking;
overriding
procedure Send_Message
(This : in out CAN_Driver;
Msg : in ACO.Messages.Message)
is
Success : Boolean;
Tx_Msg : constant CAN_Message :=
(Std_ID => Standard_Id (ACO.Messages.CAN_Id (Msg)),
Ext_ID => 0,
Ide => False,
Rtr => Msg.RTR,
Dlc => Data_Length_Type (Msg.Length),
Data => Convert (Msg.Data));
begin
This.Controller.Transmit_Message
(Message => Tx_Msg,
Success => Success);
end Send_Message;
overriding
procedure Initialize (This : in out CAN_Driver)
is
use STM32.GPIO;
use STM32.Device;
Tx_Pin : GPIO_Point renames PD1;
Rx_Pin : GPIO_Point renames PD0;
Fifo_X : constant Fifo_Nr := FIFO_0;
-- For now, set to 125 kbit/s
-- see http://www.bittiming.can-wiki.info/#bxCAN
Bit_Timing : constant Bit_Timing_Config :=
(Resynch_Jump_Width => 1,
Time_Segment_1 => 13,
Time_Segment_2 => 2,
Quanta_Prescaler => 21);
Mask_Allow_All : constant Filter_32 :=
(Std_ID => 0,
Ext_ID => 0,
Ide => False,
Rtr => False);
Bank_Config : constant CAN_Filter_Bank :=
(Bank_Nr => 0,
Activated => True,
Fifo_Assignment => Fifo_X,
Filters => (Mask32, (Mask_Allow_All, Mask_Allow_All)));
begin
Enable_Clock (Points => (Tx_Pin, Rx_Pin));
Configure_IO (Rx_Pin, (Mode_AF, Pull_Up, Push_Pull, Speed_50MHz, GPIO_AF_CAN1_9));
Configure_IO (Tx_Pin, (Mode_AF, Floating, Push_Pull, Speed_50MHz, GPIO_AF_CAN1_9));
Enable_Clock (This.Device.all);
Reset (This.Device.all);
Configure
(This => This.Device.all,
Mode => Normal,
Time_Triggered => False,
Auto_Bus_Off => False,
Auto_Wakeup => False,
Auto_Retransmission => False,
Rx_FIFO_Locked => False,
Tx_FIFO_Prio => False,
Timing_Config => Bit_Timing);
Set_Slave_Start_Bank (14);
Configure_Filter
(This => This.Device.all,
Bank_Config => Bank_Config);
This.Controller.Enable_Receiver (Fifo_X);
end Initialize;
overriding
function Is_Message_Pending
(This : CAN_Driver)
return Boolean
is
begin
return This.Controller.Is_Message_Pending;
end Is_Message_Pending;
overriding
function Current_Time
(This : CAN_Driver)
return Ada.Real_Time.Time
is
pragma Unreferenced (This);
begin
return Ada.Real_Time.Clock;
end Current_Time;
package body CAN_ISR is
function Tx_Interrupt_Id
(Device : not null access CAN_Controller)
return Ada.Interrupts.Interrupt_ID
is
begin
if Device = STM32.Device.CAN_1'Access then
return Ada.Interrupts.Names.CAN1_TX_Interrupt;
elsif Device = STM32.Device.CAN_2'Access then
return Ada.Interrupts.Names.CAN2_TX_Interrupt;
else
raise Constraint_Error;
end if;
end Tx_Interrupt_Id;
function Rx0_Interrupt_Id
(Device : not null access CAN_Controller)
return Ada.Interrupts.Interrupt_ID
is
begin
if Device = STM32.Device.CAN_1'Access then
return Ada.Interrupts.Names.CAN1_RX0_Interrupt;
elsif Device = STM32.Device.CAN_2'Access then
return Ada.Interrupts.Names.CAN2_RX0_Interrupt;
else
raise Constraint_Error;
end if;
end Rx0_Interrupt_Id;
function Rx1_Interrupt_Id
(Device : not null access CAN_Controller)
return Ada.Interrupts.Interrupt_ID
is
begin
if Device = STM32.Device.CAN_1'Access then
return Ada.Interrupts.Names.CAN1_RX1_Interrupt;
elsif Device = STM32.Device.CAN_2'Access then
return Ada.Interrupts.Names.CAN2_RX1_Interrupt;
else
raise Constraint_Error;
end if;
end Rx1_Interrupt_Id;
function SCE_Interrupt_Id
(Device : not null access CAN_Controller)
return Ada.Interrupts.Interrupt_ID
is
begin
if Device = STM32.Device.CAN_1'Access then
return Ada.Interrupts.Names.CAN1_SCE_Interrupt;
elsif Device = STM32.Device.CAN_2'Access then
return Ada.Interrupts.Names.CAN2_SCE_Interrupt;
else
raise Constraint_Error;
end if;
end SCE_Interrupt_Id;
function Nof_Messages (This : Message_Buffer) return Natural
is
begin
if This.Idx_New >= This.Idx_Old then
return This.Idx_New - This.Idx_Old;
else
return Index'Last - This.Idx_Old + 1 + This.Idx_New - Index'First;
end if;
end Nof_Messages;
procedure Get_Next_Message
(This : in out Message_Buffer;
Message : out CAN_Message)
is
begin
Message := This.Buffer (This.Idx_Old);
This.Idx_Old := (This.Idx_Old + 1) mod (Index'Last + 1);
end Get_Next_Message;
procedure Put_Message
(This : in out Message_Buffer;
Message : in CAN_Message)
is
Idx_Next : constant Index := (This.Idx_New + 1) mod (Index'Last + 1);
begin
This.Buffer (This.Idx_New) := Message;
This.Idx_New := Idx_Next;
end Put_Message;
protected body Controller is
procedure Transmit_Message
(Message : in CAN_Message;
Success : out Boolean)
is
begin
Success := Nof_Messages (Tx_Buffer) < Max_Nof_Messages;
if Success then
Put_Message (Tx_Buffer, Message);
Send;
end if;
end Transmit_Message;
entry Receive_Message
(Message : out CAN_Message) when Is_Rx_Pending
is
begin
Get_Next_Message (Rx_Buffer, Message);
Is_Rx_Pending := (Nof_Messages (Rx_Buffer) > 0);
end Receive_Message;
procedure Enable_Receiver
(Fifo : in Fifo_Nr)
is
CAN : CAN_Controller renames Device.all;
begin
case Fifo is
when FIFO_0 =>
Enable_Interrupts (CAN, FIFO_0_Message_Pending);
when FIFO_1 =>
Enable_Interrupts (CAN, FIFO_1_Message_Pending);
end case;
end Enable_Receiver;
procedure Send is
CAN : CAN_Controller renames Device.all;
begin
while Nof_Messages (Tx_Buffer) > 0 loop
declare
Message : CAN_Message;
Empty_Found : Boolean;
Mailbox : Mailbox_Type;
begin
Get_Empty_Mailbox (CAN, Mailbox, Empty_Found);
exit when not Empty_Found;
Get_Next_Message (Tx_Buffer, Message);
Write_Tx_Message (CAN, Message, Mailbox);
Enable_Interrupts (CAN, Transmit_Mailbox_Empty);
Transmission_Request (CAN, Mailbox);
end;
end loop;
end Send;
function Is_Message_Pending
return Boolean
is
begin
return Is_Rx_Pending;
end Is_Message_Pending;
procedure IRQ_Handler is
use HAL;
CAN : CAN_Controller renames Device.all;
begin
if Interrupt_Enabled (CAN, Transmit_Mailbox_Empty) then
if Transmission_Completed (CAN, Mailbox_0) or else
Transmission_Completed (CAN, Mailbox_1) or else
Transmission_Completed (CAN, Mailbox_2)
then
-- Either successful or aborted or failed
Disable_Interrupts (CAN, Transmit_Mailbox_Empty);
Send;
end if;
end if;
if Interrupt_Enabled (CAN, FIFO_0_Message_Pending) and then
Nof_Msg_In_Fifo (CAN, FIFO_0) > 0
then
-- Get message from fifo 0
if Nof_Messages (Rx_Buffer) < Max_Nof_Messages then
Put_Message (Rx_Buffer, Read_Rx_Message (CAN, FIFO_0));
Release_Fifo (CAN, FIFO_0);
Is_Rx_Pending := True;
end if;
elsif Interrupt_Enabled (CAN, FIFO_1_Message_Pending) and then
Nof_Msg_In_Fifo (CAN, FIFO_1) > 0
then
-- Get message from fifo 1
if Nof_Messages (Rx_Buffer) < Max_Nof_Messages then
Put_Message (Rx_Buffer, Read_Rx_Message (CAN, FIFO_1));
Release_Fifo (CAN, FIFO_0);
Is_Rx_Pending := True;
end if;
end if;
end IRQ_Handler;
end Controller;
end CAN_ISR;
end ACO.Drivers.Stm32f40x;
|
examples/outdated-and-incorrect/clowns/Zipper.agda | asr/agda-kanso | 1 | 6950 | <reponame>asr/agda-kanso
module Zipper where
import Derivative
import Functor
import Sets
open Functor
open Derivative
open Semantics
open Recursive
open Sets
Zipper : U -> Set
Zipper F = List (⟦ ∂ F ⟧ (μ F))
-- Plugging a zipper
unzip : {F : U} -> Zipper F -> μ F -> μ F
unzip [] t = t
unzip {F} (c :: γ) t = inn (plug-∂ F c (unzip γ t))
|
VIC-20/reorg.asm | hansliss/atari_keypad | 1 | 84343 | ; This uses the poller to poll a keypad and then
; unpacks the bitfields generated. See "poller.asm".
* = $1a00
KEY2$ BYTE 0,0,0,0,0,0,0,0,0,0,0,0
REORG$
JSR POLL$
LDA KEY$
LDY #$00
TAX
ROLOOP1
TXA
AND #$01
STA KEY2$,Y
INY
TXA
LSR
TAX
TYA
CMP #$08
BMI ROLOOP1
LDA KEY$+1
LDY #$00
TAX
ROLOOP2
TXA
AND #$01
STA KEY2$+8,Y
INY
TXA
LSR
TAX
TYA
CMP #$04
BMI ROLOOP2
RTS
Incasm "poller.asm" |
test/Succeed/Erased-cubical/Cubical-again.agda | cruhland/agda | 0 | 17111 | <reponame>cruhland/agda
{-# OPTIONS --safe --cubical #-}
module Erased-cubical.Cubical-again where
open import Agda.Builtin.Cubical.Path
open import Erased-cubical.Erased public
-- Code defined using --erased-cubical can be imported and used by
-- regular Cubical Agda code.
_ : {A : Set} → A → ∥ A ∥
_ = ∣_∣
-- The constructor trivialᶜ is defined in a module that uses --cubical
-- and re-exported from a module that uses --erased-cubical. Because
-- the current module uses --cubical it is fine to use trivialᶜ in a
-- non-erased setting.
_ : {A : Set} (x y : ∥ A ∥ᶜ) → x ≡ y
_ = trivialᶜ
|
oeis/102/A102147.asm | neoneye/loda-programs | 11 | 6907 | ; A102147: Second Eulerian transform of 1, 2, 3, 4, 5, ... (A000027).
; Submitted by <NAME>(s3)
; 1,1,5,35,315,3465,45045,675675,11486475,218243025,4583103525,105411381075,2635284526875,71152682225625,2063427784543125,63966261320836875,2110886623587616875,73881031825566590625
lpb $0
mov $0,$2
seq $0,10225 ; Continued fraction for sqrt(183).
seq $0,203016 ; Numbers congruent to {1, 2, 3, 4} mod 6, multiplied by 3.
div $0,3
sub $0,1
mul $0,2
lpe
add $0,1
seq $0,1147 ; Double factorial of odd numbers: a(n) = (2*n-1)!! = 1*3*5*...*(2*n-1).
div $0,6
mul $0,2
add $0,1
|
smallest_and_largest_of_an_array.asm | sekharkaredla/8085 | 1 | 179142 | <filename>smallest_and_largest_of_an_array.asm
LXI H,4000
MOV C,M
MOV B,M
INX H
TYPE: LDA 4000
MOV B,A
LXI H,4001
ZONE: MOV A,M
INX H
CMP M
JC TEST
JZ TEST
MOV D,M // SWAP
MOV M,A
DCX H
MOV M,D
INX H
TEST: DCR B
JNZ ZONE
DCR C
JNZ TYPE
// ------------------------------------------------------------
LDA 4001
STA 5000 ; smallest
LDA 4000
MOV C,A
LXI H,4000
REPT: INX H
DCR C
JNZ REPT
MOV A,M
STA 5001 ; largest
RST 1
|
Programs/header.asm | bestm80eva/blacklight-os | 0 | 99322 | ;; Blacklight OS system call table and program defines
;; (c) 2011 <NAME>
; Blacklight OS is licensed under the Simplified BSD License (see license.txt)
; http://www.opensource.org/licenses/bsd-license.php
;; Include this file at the beginning of your program's source code.
bits 16
org 0
%macro dprint 1+
section .data
%%string db %1, 0
section .text
mov si,%%string
call direct_print
%endmacro
; Disk constants
disk_buffer equ 24576 ; Internal disk buffer
file_buffer equ 32768 ; Internal file loading buffer
; Direct screen output
%define direct_print 1000h:0004h
%define direct_print_dec 1000h:000Eh
%define direct_print_db 1000h:0013h
%define direct_print_dw 1000h:001Ch
; Video functions
%define vga_clear_screen 1000h:0025h
; String and math functions
%define string_chomp 1000h:002Ah
%define string_tokenize 1000h:00EEh
%define string_strcmp 1000h:00F3h
%define string_strncmp 1000h:00F8h
%define string_strlen 1000h:00FDh
%define string_strlower 1000h:0102h
%define string_strupper 1000h:0107h
; Keyboard functions
%define direct_input 1000h:002Fh
; Misc. kernel functions
%define kernel_get_version 1000h:0034h
; FAT12 routines - Make sure to set FS to CS before using!
%define fat12_read_root_dir 1000h:0042h
%define fat12_load_file 1000h:0051h
%define fat12_write_file 1000h:0074h
%define fat12_file_exists 1000h:008Fh
%define fat12_create_file 1000h:00A0h
%define fat12_delete_file 1000h:00B1h
%define fat12_rename_file 1000h:00C2h
%define fat12_get_file_size 1000h:00D3h
%define disk_get_bootdev 1000h:00E4h |
Task/Even-or-odd/Agda/even-or-odd.agda | LaudateCorpus1/RosettaCodeData | 1 | 13496 | <gh_stars>1-10
even : ℕ → Bool
odd : ℕ → Bool
even zero = true
even (suc n) = odd n
odd zero = false
odd (suc n) = even n
|
src/annotation_processor/implementation/yaml-transformator-annotation-identity.ads | robdaemon/AdaYaml | 32 | 3481 | <filename>src/annotation_processor/implementation/yaml-transformator-annotation-identity.ads
-- part of AdaYaml, (c) 2017 <NAME>
-- released under the terms of the MIT license, see the file "copying.txt"
package Yaml.Transformator.Annotation.Identity is
type Instance is limited new Transformator.Instance with private;
overriding procedure Put (Object : in out Instance; E : Event);
overriding function Has_Next (Object : Instance) return Boolean;
overriding function Next (Object : in out Instance) return Event;
function New_Identity return not null Pointer;
private
type Instance is limited new Transformator.Instance with record
Current_Exists : Boolean := False;
Current : Event;
end record;
end Yaml.Transformator.Annotation.Identity;
|
data/examples/N64/Super Mario 64/armips - examples/07_SuperShop.asm | DavidSM64/SimpleArmipsGui | 10 | 174895 | <reponame>DavidSM64/SimpleArmipsGui
// [ARMIPS 0.9+] Super Shop Example by Davideesk
// When the player presses the L button, a HUD shop will appear allowing Mario to buy stuff.
// The player can buy 5 items: Wing Cap, Metal Cap, Vanish Cap, Star Shell, and 1-Up.
// While the shop is open, the player can look through the list of items by pressing
// DPAD-Left or DPAD-Right. The player will pay for the item with DPAD-DOWN if they
// have enough coins to spend.
// Button flags
.defineLabel BTN_L, 0x20
.defineLabel BTN_DPAD_RIGHT, 0x100
.defineLabel BTN_DPAD_LEFT, 0x200
.defineLabel BTN_DPAD_DOWN, 0x400
// Model IDs
.defineLabel modelID_WingCap, 0x87
.defineLabel modelID_MetalCap, 0x86
.defineLabel modelID_VanishCap, 0x88
.defineLabel modelID_Star, 0x7A
.defineLabel modelID_1UP, 0xD4
// Behaviors
.defineLabel behavior_WingCap, 0x13003DB8
.defineLabel behavior_MetalCap, 0x13003DD8
.defineLabel behavior_VanishCap, 0x13003E1C
.defineLabel behavior_Shell, 0x13001F3C
.defineLabel behavior_1UP, 0x13003FDC
// Item Costs
.defineLabel cost_WingCap, 15
.defineLabel cost_MetalCap, 20
.defineLabel cost_VanishCap, 10
.defineLabel cost_StarShell, 15
.defineLabel cost_1UP, 40
// Misc
.defineLabel totalNumOfShopItems, 5
.defineLabel marioObject, 0x80361158
// SM64 function addresses
.defineLabel func_osViBlack, 0x80323340
.defineLabel func_DMACopy, 0x80278504
.defineLabel func_printXY, 0x802D66C0
.defineLabel func_printInt, 0x802D62D8
.defineLabel func_spawnOBJ, 0x8029EDCC
// Custom function addresses
.defineLabel func_SuperShopLoop, 0x80370000
.defineLabel func_ShopCheckBuyItem, 0x80370200
// Custom ROM addresses
.defineLabel func_SuperShopLoop_ROM_start, 0x7F0000
.defineLabel data_ROM_end, 0x7F0340
// Call our custom function with DMACopy from the top-most levelscript.
.orga 0x108A18
.word 0x11080000, 0x8024B940
//************** Copy data from ROM into RAM **************//
.orga 0x6940 ; Overwrite the unused function 0x8024B940
.area 0x64 ; Set data import limit to 0x64 bytes
addiu sp, sp, -0x18
sw ra, 0x14 (sp)
sw a0, 0x10 (sp) ; lvl cmd 0x11 safeguard
// These three are nessecary because of what we overwrote at 0x108A18.
jal func_osViBlack ; call osViBlack
move a0, r0
sw r0, 0x8038BE24 ; Set level accumulator to 0
// Copies 0x10 bytes from ROM addr 0x7F0000 to RAM addr 0x80370000
la a0, func_SuperShopLoop ; RAM address to copy to
la a1, func_SuperShopLoop_ROM_start ; ROM address start to copy from
la.u a2, data_ROM_end ; ROM address end point (determines copy size)
jal func_DMACopy ; call DMACopy function
la.l a2, data_ROM_end ; ROM address end point
lw v0, 0x10 (sp) ; lvl cmd 0x11 safeguard
lw ra, 0x14 (sp)
jr ra
addiu sp, sp, 0x18
.endarea
//************** Mario loop function **************//
.orga 0x861C0 ; Set ROM address (RAM Address: 0x802CB1C0)
.area 0x20, 0xFF ; Set data import limit to 0x20 bytes
addiu sp, sp, -0x18
sw ra, 0x14 (sp)
jal func_SuperShopLoop ; Call our custom shop loop function
nop
lw ra, 0x14 (sp)
jr ra
addiu sp, sp, 0x18
.endarea
//******************* ASCII Text & Shop Variables *******************//
.orga 0x861E0
.defineLabel text_SuperShop, 0x802CB1E0
.area 0x10, 0x00
.ascii "Super Shop"
.endarea
// The main reason for calling the vanish cap "Ghost Cap" is due to the
// North American version of the game missing the 'V' character in the GUI text.
// We can easily add the 'V' back in, but that is a tutorial for another time.
.defineLabel text_VanishCap, 0x802CB1F0
.area 0x10, 0x00
.ascii "Ghost Cap"
.endarea
.defineLabel text_MetalCap, 0x802CB200
.area 0x10, 0x00
.ascii "Metal Cap"
.endarea
.defineLabel text_WingCap, 0x802CB210
.area 0x10, 0x00
.ascii "Wing Cap"
.endarea
.defineLabel text_StarShell, 0x802CB220
.area 0x10, 0x00
.ascii "Star Shell"
.endarea
.defineLabel text_1UP, 0x802CB230
.area 0x10, 0x00
.ascii "1up"
.endarea
.defineLabel text_CoinAmount, 0x802CB240
.area 0x10, 0x00
.ascii "+%d"
.endarea
.defineLabel shouldShowShop, 0x802CB250
.byte 0x00
.defineLabel shopItem, 0x802CB251
.byte 0x00
//******************* Custom Functions & Macros *******************//
.macro .printXY, x, y, text_address
li a0, x
li a1, y
la.u a2, text_address
jal func_printXY ; call printXY function
la.l a2, text_address
.endmacro
.macro .printImm, x, y, text_address, immediate
li a0, x
li a1, y
li a3, immediate
la.u a2, text_address
jal func_printInt
la.l a2, text_address
.endmacro
.macro .printShopItem, text_name, coin_amount_imm
.printXY 0x48, 0x80, text_name
.printImm 0x38, 0x70, text_CoinAmount, coin_amount_imm
.endmacro
//**** func_SuperShopLoop ****//
.orga func_SuperShopLoop_ROM_start ; Set ROM address
.area 0x200, 0xFF ; Set data import limit to 0x200 bytes, and fill empty space with 0xFF
addiu sp, sp, -0x18
sw ra, 0x14 (sp)
lw t9, 0x8033AFA0
// Tests if the player pressed the L button
andi at, t9, BTN_L
li a0, BTN_L
bne at, a0, func_SuperShopLoop_showShop
nop
lbu t0, shouldShowShop
xori t0, t0, 0x1 ; XOR is used to toggle shouldShowShop between 0 and 1
sb t0, shouldShowShop
func_SuperShopLoop_showShop:
lbu t0, shouldShowShop
beqz t0, func_SuperShopLoop_end
nop
// Tests if the player pressed the DPAD-Left button
func_SuperShopLoop_testLeft:
andi at, t9, BTN_DPAD_LEFT
li a0, BTN_DPAD_LEFT
bne at, a0, func_SuperShopLoop_testRight
nop
lbu t0, shopItem
beqz t0, func_SuperShopLoop_testRight
nop
subiu t0, t0, 1
sb t0, shopItem ; if shopItem > 0, then subtract value by 1
// Tests if the player pressed the DPAD-Right button
func_SuperShopLoop_testRight:
andi at, t9, BTN_DPAD_RIGHT
li a0, BTN_DPAD_RIGHT
bne at, a0, func_SuperShopLoop_shopGUI
nop
lbu t0, shopItem
li t1, totalNumOfShopItems - 1
beq t0, t1, func_SuperShopLoop_shopGUI
nop
addiu t0, t0, 1 ; if shopItem < (totalNumOfShopItems - 1), then add value by 1
sb t0, shopItem
func_SuperShopLoop_shopGUI:
.printXY 0x48, 0xA0, text_SuperShop
lbu t0, shopItem
li t1, 0x1
beq t0, t1, func_SuperShopLoop_showMetalCap
nop
li t1, 0x2
beq t0, t1, func_SuperShopLoop_showVanishCap
nop
li t1, 0x3
beq t0, t1, func_SuperShopLoop_showStarShell
nop
li t1, 0x4
beq t0, t1, func_SuperShopLoop_show1UP
nop
func_SuperShopLoop_showWingCap:
.printShopItem text_WingCap, cost_WingCap
b func_SuperShopLoop_checkBuy
nop
func_SuperShopLoop_showMetalCap:
.printShopItem text_MetalCap, cost_MetalCap
b func_SuperShopLoop_checkBuy
nop
func_SuperShopLoop_showVanishCap:
.printShopItem text_VanishCap, cost_VanishCap
b func_SuperShopLoop_checkBuy
nop
func_SuperShopLoop_showStarShell:
.printShopItem text_StarShell, cost_StarShell
b func_SuperShopLoop_checkBuy
nop
func_SuperShopLoop_show1UP:
.printShopItem text_1UP, cost_1UP
func_SuperShopLoop_checkBuy:
jal func_ShopCheckBuyItem
nop
func_SuperShopLoop_end:
lw ra, 0x14 (sp)
jr ra
addiu sp, sp, 0x18
.endarea
.macro .setupBuyItem, modelID, behaviorAddress, subtractCoinAmount
lw a0, marioObject ; We want to spawn the item at Mario's location
li a1, modelID
la a2, behaviorAddress
b func_ShopCheckBuyItem_buyItem
li.l s0, subtractCoinAmount
.endmacro
.macro .buyItem
// Note: 0x8033B218 = Number coins Mario has, and 0x8033B262 = Number coins in HUD display
lui t0, 0x8034
lh t1, 0xB218(t0) ; Get number of coins mario has
subu t1, t1, s0 ; Subtract coin value by item cost
slti t2, t1, 0x00 ; Check to see if subtracted value is smaller than zero
bnez t2, func_ShopCheckBuyItem_end
nop
sh t1, 0xB218(t0) ; Store new amount of coins
sb r0, shouldShowShop ; Hide the shop GUI after purchase.
jal func_spawnOBJ ; Call function to spawn new item.
sh t1, 0xB262(t0) ; Store new amount of coins to HUD display
.endmacro
//****** func_ShopCheckBuyItem ******//
.area 0x140, 0xFF
addiu sp, sp, -0x18
sw ra, 0x14 (sp)
sw s0, 0x10 (sp) ; Save s0 in stack so we can use it in the function
lw at, 0x8033AFA0
andi at, at, BTN_DPAD_DOWN
li a0, BTN_DPAD_DOWN
bne at, a0, func_ShopCheckBuyItem_end
nop
lbu t0, shopItem
li t1, 0x1
beq t0, t1, func_ShopCheckBuyItem_buyMetal
nop
li t1, 0x2
beq t0, t1, func_ShopCheckBuyItem_buyVanish
nop
li t1, 0x3
beq t0, t1, func_ShopCheckBuyItem_buyStarShell
nop
li t1, 0x4
beq t0, t1, func_ShopCheckBuyItem_buy1UP
nop
func_ShopCheckBuyItem_buyWing:
.setupBuyItem modelID_WingCap, behavior_WingCap, cost_WingCap
func_ShopCheckBuyItem_buyMetal:
.setupBuyItem modelID_MetalCap, behavior_MetalCap, cost_MetalCap
func_ShopCheckBuyItem_buyVanish:
.setupBuyItem modelID_VanishCap, behavior_VanishCap, cost_VanishCap
func_ShopCheckBuyItem_buyStarShell:
.setupBuyItem modelID_Star, behavior_Shell, cost_StarShell
func_ShopCheckBuyItem_buy1UP:
.setupBuyItem modelID_1UP, behavior_1UP, cost_1UP
func_ShopCheckBuyItem_buyItem:
.buyItem
func_ShopCheckBuyItem_end:
lw s0, 0x10 (sp) ; Restore s0 to what value it was before
lw ra, 0x14 (sp)
jr ra
addiu sp, sp, 0x18
.endarea
|
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_f_seek_callee.asm | jpoikela/z88dk | 640 | 163592 | <filename>libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_f_seek_callee.asm
; uint32_t esx_f_seek(unsigned char handle, uint32_t distance, unsigned char whence)
SECTION code_esxdos
PUBLIC esx_f_seek_callee
EXTERN asm_esx_f_seek
esx_f_seek_callee:
pop ix
pop hl
pop de
pop bc
ex (sp),ix
ld a,ixl
jp asm_esx_f_seek
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _esx_f_seek_callee
defc _esx_f_seek_callee = esx_f_seek_callee
ENDIF
|
programs/oeis/243/A243759.asm | jmorken/loda | 1 | 168977 | ; A243759: Triangle T(m,k): exponent of the highest power of 3 dividing the binomial coefficient binomial(m,k).
; 0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,1,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,2,1,2,2,1,2,2,0,0,0,2,1,1,2,1,1,2,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,1,1,0,2,2,1,2,2,0,1,1,0,0,0,1,0,0,2,1,1,2,0,0,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,1,1,0,1,1,0,2,2,0,1,1,0,1,1,0,0,0,1,0,0,1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,1,2,2,1,2,2,0,2,2,1,2,2,1,2,2,0,0,0,2,1,1,2,1,1,2,0,0,2,1,1,2,1,1,2,0,0,0,0,0,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,0,0,0,0,1,1,0,2,2,1,2,2,0,1,1,0,2,2,1,2,2,0
cal $0,7318 ; Pascal's triangle read by rows: C(n,k) = binomial(n,k) = n!/(k!*(n-k)!), 0 <= k <= n.
lpb $0
dif $0,3
add $1,1
lpe
|
test/interaction/GiveSize.agda | np/agda-git-experiment | 1 | 15974 | {-# OPTIONS --sized-types #-}
module GiveSize where
postulate Size : Set
{-# BUILTIN SIZE Size #-}
id : Size → Size
id i = {!i!}
|
1A/S5/PIM/tps/tp5/integer_io.ads | MOUDDENEHamza/ENSEEIHT | 4 | 24622 | <reponame>MOUDDENEHamza/ENSEEIHT
-- Entrées/Sorties sur les entiers.
-- Remarque : on refait, de manière simplifiée, le Put et le Get de
-- Integer_Text_IO.
package Integer_IO is
-- Afficher un entier naturel sur la sortie standard.
procedure Afficher (N : in Integer) with
Pre => N >= 0;
-- Saisir un entier naturel au clavier. Sa valeur est mise dans N.
-- Il peut y avoir des caractères blancs (ignorés) devant l'entier.
-- N vaut -1 si les caractères de l'entrée ne correspondent pas à un entier.
procedure Saisir (N : out Integer) with
Post => N = -1 or else N >= 0;
end Integer_IO;
|
hook.asm | AltimorTASDK/SFVNetcodeFix | 178 | 87381 | <gh_stars>100-1000
EXTERN UpdateTimestampsOrig: QWORD
_TEXT SEGMENT
UpdateTimestampsOrigWrapper PROC
; Overwritten instructions
mov [rsp+18h], rbx
push rdi
sub rsp, 30h
mov rbx, rcx
mov rax, UpdateTimestampsOrig
add rax, 0Dh
jmp rax
UpdateTimestampsOrigWrapper ENDP
_TEXT ENDS
END |
programs/oeis/033/A033431.asm | karttu/loda | 1 | 176064 | ; A033431: a(n) = 2*n^3.
; 0,2,16,54,128,250,432,686,1024,1458,2000,2662,3456,4394,5488,6750,8192,9826,11664,13718,16000,18522,21296,24334,27648,31250,35152,39366,43904,48778,54000,59582,65536,71874,78608,85750,93312,101306,109744,118638,128000,137842,148176,159014,170368,182250,194672,207646,221184,235298,250000,265302,281216,297754,314928,332750,351232,370386,390224,410758,432000,453962,476656,500094,524288,549250,574992,601526,628864,657018,686000,715822,746496,778034,810448,843750,877952,913066,949104,986078,1024000,1062882,1102736,1143574,1185408,1228250,1272112,1317006,1362944,1409938,1458000,1507142,1557376,1608714,1661168,1714750,1769472,1825346,1882384,1940598,2000000,2060602,2122416,2185454,2249728,2315250,2382032,2450086,2519424,2590058,2662000,2735262,2809856,2885794,2963088,3041750,3121792,3203226,3286064,3370318,3456000,3543122,3631696,3721734,3813248,3906250,4000752,4096766,4194304,4293378,4394000,4496182,4599936,4705274,4812208,4920750,5030912,5142706,5256144,5371238,5488000,5606442,5726576,5848414,5971968,6097250,6224272,6353046,6483584,6615898,6750000,6885902,7023616,7163154,7304528,7447750,7592832,7739786,7888624,8039358,8192000,8346562,8503056,8661494,8821888,8984250,9148592,9314926,9483264,9653618,9826000,10000422,10176896,10355434,10536048,10718750,10903552,11090466,11279504,11470678,11664000,11859482,12057136,12256974,12459008,12663250,12869712,13078406,13289344,13502538,13718000,13935742,14155776,14378114,14602768,14829750,15059072,15290746,15524784,15761198,16000000,16241202,16484816,16730854,16979328,17230250,17483632,17739486,17997824,18258658,18522000,18787862,19056256,19327194,19600688,19876750,20155392,20436626,20720464,21006918,21296000,21587722,21882096,22179134,22478848,22781250,23086352,23394166,23704704,24017978,24334000,24652782,24974336,25298674,25625808,25955750,26288512,26624106,26962544,27303838,27648000,27995042,28344976,28697814,29053568,29412250,29773872,30138446,30505984,30876498
pow $0,3
mul $0,2
mov $1,$0
|
data/pokemon/dex_entries/buneary.asm | AtmaBuster/pokeplat-gen2 | 6 | 245066 | <filename>data/pokemon/dex_entries/buneary.asm<gh_stars>1-10
db "RABBIT@" ; species name
db "You can tell how"
next "it feels by the"
next "way it rolls its"
page "ears. When it is"
next "scared, both its"
next "ears are rolled.@"
|
MdePkg/Library/BaseMemoryLibRepStr/Ia32/ScanMem64.nasm | nicklela/edk2 | 3,861 | 20084 | ;------------------------------------------------------------------------------
;
; Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
; SPDX-License-Identifier: BSD-2-Clause-Patent
;
; Module Name:
;
; ScanMem64.Asm
;
; Abstract:
;
; ScanMem64 function
;
; Notes:
;
; The following BaseMemoryLib instances contain the same copy of this file:
;
; BaseMemoryLibRepStr
; BaseMemoryLibMmx
; BaseMemoryLibSse2
; BaseMemoryLibOptDxe
; BaseMemoryLibOptPei
;
;------------------------------------------------------------------------------
SECTION .text
;------------------------------------------------------------------------------
; CONST VOID *
; EFIAPI
; InternalMemScanMem64 (
; IN CONST VOID *Buffer,
; IN UINTN Length,
; IN UINT64 Value
; );
;------------------------------------------------------------------------------
global ASM_PFX(InternalMemScanMem64)
ASM_PFX(InternalMemScanMem64):
push edi
mov ecx, [esp + 12]
mov eax, [esp + 16]
mov edx, [esp + 20]
mov edi, [esp + 8]
.0:
cmp eax, [edi]
lea edi, [edi + 8]
loopne .0
jne .1
cmp edx, [edi - 4]
jecxz .1
jne .0
.1:
lea eax, [edi - 8]
jz .2
mov eax, ecx
.2:
pop edi
ret
|
kernel/arch/x86_64/syscall_handler.asm | aiuno/WingOS | 549 | 91845 |
[BITS 64]
%macro push_all 0
cld
push rax
push rbx
push rcx
push rdx
push rsi
push rdi
push rbp
push r8
push r9
push r10
push r11
push r12
push r13
push r14
push r15
%endmacro
%macro pop_all_syscall 0
pop r15
pop r14
pop r13
pop r12
pop r11
pop r10
pop r9
pop r8
pop rbp
pop rdi
pop rsi
pop rdx
pop rcx
pop rbx
%endmacro
ALIGN 4096
extern syscall_higher_handler
global syscall_handle
syscall_handle:
swapgs
mov [gs:0x8], rsp
mov rsp, [gs:0x0]
push qword 0x1b ; user data
push qword [gs:0x8] ; saved stack
push r11 ; saved rflags
push qword 0x23 ; user code
push rcx ; current IP
push_all
mov rdi, rsp
mov rbp, 0
call syscall_higher_handler
pop_all_syscall
mov rsp, [gs:0x8]
swapgs
sti
o64 sysret
|
research/deficon/def_tool-icon_36_214.asm | nicodex/HelloAmi | 16 | 11072 | <gh_stars>10-100
; vasmm68k_mot[_<HOST>] -Fbin -o icon_36_214/def_tool.info def_tool-icon_36_214.asm
;
; Default "ENV:def_tool.info" data included in "icon 36.214 (11 Dec 1989)".
; Note that this icon data is never used (GetDefDiskObject returns NULL).
;
include deficon.inc
ifne DEFICON_MEM
align 1
endif
defIconTool:
dc.w $E310 ; do_Magic = WB_DISKMAGIC
dc.w $0001 ; do_Version = WB_DISKVERSION
dc.l 0 ; do_Gadget+gg_NextGadget
dc.w 36,53 ; do_Gadget+gg_LeftEdge/gg_TopEdge
dc.w 31,18 ; do_Gadget+gg_Width/gg_Height
dc.w $0005 ; do_Gadget+gg_Flags =
; GFLG_GADGBACKFILL
; GFLG_GADGIMAGE
dc.w $0003 ; do_Gadget+gg_Activation =
; GACT_RELVERIFY
; GACT_IMMEDIATE
dc.w $0001 ; do_Gadget+gg_GadgetType =
; GTYP_BOOLGADGET
DEFICON_PTR .GadgetRender ; do_Gadget+gg_GadgetRender
dc.l 0 ; do_Gadget+gg_SelectRender
dc.l 0 ; do_Gadget+gg_GadgetText
dc.l 0 ; do_Gadget+gg_MutualExclude
dc.l 0 ; do_Gadget+gg_SpecialInfo
dc.w 0 ; do_Gadget+gg_GadgetID
dc.l 0 ; do_Gadget+gg_UserData
dc.b 3 ; do_Type = WBTOOL
dc.b 0 ; do_PAD_BYTE
dc.l 0 ; do_DefaultTool
dc.l 0 ; do_ToolTypes
dc.l $80000000 ; do_CurrentX = NO_ICON_POSITION
dc.l $80000000 ; do_CurrentY = NO_ICON_POSITION
dc.l 0 ; do_DrawerData
dc.l 0 ; do_ToolWindow
dc.l 0 ; do_StackSize
.GadgetRender:
dc.w 0,0 ; ig_LeftEdge/ig_TopEdge
dc.w 31,17 ; ig_Width/ig_Height
dc.w 2 ; ig_Depth
DEFICON_PTR .GadgetImage ; ig_ImageData
dc.b (1<<2)-1,0 ; ig_PlanePick/ig_PlaneOnOff
dc.l 0 ; ig_NextImage
.GadgetImage:
dc.w %0000000000000000,%0000000000000000
dc.w %0000000000000000,%0000000000000000
dc.w %0000000000000110,%0000011000000000
dc.w %0000000000000110,%0000011000000000
dc.w %0000000000000110,%0000011000000000
dc.w %0000000000000000,%0000000000000000
dc.w %0011111111111111,%1111111111001000
dc.w %0011111111111111,%1111111111001000
dc.w %0011111111111111,%1111111111001000
dc.w %0011111111111111,%1111111111001000
dc.w %0011111111111111,%1111111111001000
dc.w %0011111111111111,%1111111111001000
dc.w %0011111111111111,%1111111111001000
dc.w %0011111111111111,%1111111111001000
dc.w %0011111111111111,%1111111111001000
dc.w %0011111111111111,%1111111111000000
dc.w %0000000000000000,%0000000000000000
dc.w %0000011000000110,%0000011000000000
dc.w %0000111100001111,%0000111100000000
dc.w %0001100110011001,%1001111110000000
dc.w %0001100110011001,%1001111110000000
dc.w %0001100110011001,%1001111110000000
dc.w %1111111111111111,%1111111111111110
dc.w %1100000000000000,%0000000000110110
dc.w %1100000000000000,%0000000000110110
dc.w %1100000000000000,%0000000000110110
dc.w %1100000000000000,%0000000000110110
dc.w %1100000000000000,%0000000000110110
dc.w %1100000000000000,%0000000000110110
dc.w %1100000000000000,%0000000000110110
dc.w %1100000000000000,%0000000000110110
dc.w %1100000000000000,%0000000000110110
dc.w %1100000000000000,%0000000000111100
dc.w %1111111111111111,%1111111111110000
|
Cubical/ZCohomology/Groups/Torus.agda | ayberkt/cubical | 0 | 14926 | <reponame>ayberkt/cubical
{-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.ZCohomology.Groups.Torus where
open import Cubical.ZCohomology.Base
open import Cubical.ZCohomology.Properties
open import Cubical.ZCohomology.Groups.Connected
open import Cubical.ZCohomology.MayerVietorisUnreduced
open import Cubical.ZCohomology.Groups.Unit
open import Cubical.ZCohomology.Groups.Sn
open import Cubical.ZCohomology.Groups.Prelims
open import Cubical.ZCohomology.KcompPrelims
open import Cubical.Foundations.HLevels
open import Cubical.Foundations.Function
open import Cubical.Foundations.Univalence
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Pointed
open import Cubical.Foundations.Isomorphism
open import Cubical.Foundations.GroupoidLaws
open import Cubical.Data.Sigma
open import Cubical.Data.Int renaming (_+_ to _+ℤ_; +-comm to +ℤ-comm ; +-assoc to +ℤ-assoc)
open import Cubical.Data.Nat
open import Cubical.Data.Unit
open import Cubical.Algebra.Group
open import Cubical.HITs.Pushout
open import Cubical.HITs.S1
open import Cubical.HITs.Sn
open import Cubical.HITs.Susp
open import Cubical.HITs.SetTruncation renaming (rec to sRec ; elim to sElim ; elim2 to sElim2) hiding (map)
open import Cubical.HITs.PropositionalTruncation renaming (rec to pRec ; elim2 to pElim2 ; ∣_∣ to ∣_∣₁) hiding (map)
open import Cubical.HITs.Nullification
open import Cubical.HITs.Truncation renaming (elim to trElim ; elim2 to trElim2 ; map to trMap ; rec to trRec)
open GroupHom
open GroupIso
private
module congLemma (key : Unit') where
module K = lockedCohom key
main : (n : ℕ) (p : Path (coHomK n) (0ₖ n) (0ₖ n))
→ Path (K.+K n (0ₖ n) (0ₖ n) ≡ K.+K n (0ₖ n) (0ₖ n))
(cong (K.+K n (0ₖ n)) p) (cong (λ x → K.+K n x (0ₖ n)) p)
main n = congIdLeft≡congIdRight (K.+K n) (K.-K n) (0ₖ n) (K.rUnitK n) (K.lUnitK n) (rUnitlUnit0K key n)
--------- H⁰(T²) ------------
H⁰-T²≅ℤ : GroupIso (coHomGr 0 (S₊ 1 × S₊ 1)) intGroup
H⁰-T²≅ℤ =
H⁰-connected (base , base)
λ (a , b) → pRec propTruncIsProp
(λ id1 → pRec propTruncIsProp
(λ id2 → ∣ ΣPathP (id1 , id2) ∣₁)
(Sn-connected 0 b) )
(Sn-connected 0 a)
--------- H¹(T²) -------------------------------
H¹-T²≅ℤ×ℤ : GroupIso (coHomGr 1 ((S₊ 1) × (S₊ 1))) (dirProd intGroup intGroup)
H¹-T²≅ℤ×ℤ = theIso □ dirProdGroupIso (invGroupIso (Hⁿ-Sⁿ≅ℤ 0)) (H⁰-Sⁿ≅ℤ 0)
where
helper : (x : hLevelTrunc 3 (S₊ 1)) → ∣ (S¹map x) ∣ ≡ x
helper = trElim (λ _ → isOfHLevelPath 3 (isOfHLevelTrunc 3) _ _)
λ a → refl
typIso : Iso _ _
typIso = setTruncIso (curryIso ⋄ codomainIso S1→K₁≡S1×Int ⋄ toProdIso)
⋄ setTruncOfProdIso
theIso : GroupIso _ _
fun (map theIso) = Iso.fun (typIso)
isHom (map theIso) =
sElim2 (λ _ _ → isOfHLevelPath 2 (isOfHLevelΣ 2 setTruncIsSet (λ _ → setTruncIsSet)) _ _)
λ f g → ΣPathP ((cong ∣_∣₂
(funExt (λ x → helper (f (x , base) +ₖ g (x , base))
∙ sym (cong₂ (λ x y → x +ₖ y)
(helper (f (x , base)))
(helper (g (x , base))))))) ,
(cong ∣_∣₂
(funExt
(toPropElim
(λ _ → isSetInt _ _)
(cong winding
(basechange-lemma2
(λ x → f (base , x))
(λ x → g (base , x))
λ x → S¹map x)
∙∙ winding-hom
(basechange2⁻
(S¹map (f (base , base)))
(λ i → S¹map (f (base , (loop i)))))
(basechange2⁻
(S¹map (g (base , base)))
(λ i → S¹map (g (base , (loop i)))))
∙∙ sym (addLemma
(winding
(basechange2⁻
(S¹map (f (base , base)))
(λ i → S¹map (f (base , (loop i))))))
(winding
(basechange2⁻
(S¹map (g (base , base)))
(λ i → S¹map (g (base , (loop i))))))))))))
inv theIso = Iso.inv typIso
rightInv theIso = Iso.rightInv typIso
leftInv theIso = Iso.leftInv typIso
----------------------- H²(T²) ------------------------------
open import Cubical.Foundations.Equiv
H²-T²≅ℤ : GroupIso (coHomGr 2 (S₊ 1 × S₊ 1)) intGroup
H²-T²≅ℤ = invGroupIso (ℤ≅H²-T² unlock)
where
module _ (key : Unit') where
module K = lockedCohom key
private
_+K_ : {n : ℕ} → coHomK n → coHomK n → coHomK n
_+K_ {n = n} = K.+K n
-K_ : {n : ℕ} → coHomK n → coHomK n
-K_ {n = n} = K.-K n
-H_ : {A : Type₀} {n : ℕ} → coHom n A → coHom n A
-H_ {n = n} = K.-H n
_+H_ : {A : Type₀} {n : ℕ} → coHom n A → coHom n A → coHom n A
_+H_ {n = n} = K.+H n
typIso : Iso _ _
typIso = helper
⋄ (invIso (prodIso (GroupIso→Iso (Hⁿ-S¹≅0 0))
(invIso (GroupIso→Iso (Hⁿ-Sⁿ≅ℤ 0))))
⋄ ((invIso setTruncOfProdIso)
⋄ (invIso (setTruncIso (curryIso
⋄ codomainIso (S1→K2≡K2×K1' key)
⋄ toProdIso)))))
where
helper : Iso Int (Unit × Int)
Iso.inv helper = snd
Iso.fun helper x = tt , x
Iso.leftInv helper _ = refl
Iso.rightInv helper _ = refl
mapIsHom : (x y : Int)
→ Iso.fun typIso (x +ℤ y) ≡ ((Iso.fun typIso x) +H Iso.fun typIso y)
mapIsHom a b =
(cong f ((GroupHom.isHom (GroupIso.map (invGroupIso (dirProdGroupIso (Hⁿ-S¹≅0 0) (invGroupIso (Hⁿ-Sⁿ≅ℤ 0)))))
(_ , a) (_ , b))
∙ λ i → guyId i , +H≡+ₕ key _ (~ i) (g a) (g b)))
∙∙ helper (g a) (g b)
∙∙ cong₂ (_+H_) (λ i → f (guyId2 (~ i) , g a)) λ i → f (guyId2 (~ i) , g b)
where
f = Iso.fun (((invIso setTruncOfProdIso ⋄ invIso (setTruncIso (curryIso ⋄ codomainIso (S1→K2≡K2×K1' key) ⋄ toProdIso)))))
g = GroupIso.inv (invGroupIso (Hⁿ-Sⁿ≅ℤ 0))
isPropH²-S¹ : isProp (coHom 2 (S₊ 1))
isPropH²-S¹ = isPropRetract (fun (map (Hⁿ-S¹≅0 0)))
(inv (Hⁿ-S¹≅0 0))
(leftInv (Hⁿ-S¹≅0 0))
isPropUnit
guyId : ∣ _ ∣₂ ≡ 0ₕ 2
guyId = isPropH²-S¹ _ _
guyId2 : ∣ _ ∣₂ ≡ 0ₕ 2
guyId2 = isPropH²-S¹ _ _
helper : (x y : ∥ ((S₊ 1) → (hLevelTrunc 3 (S₊ 1) )) ∥₂) →
f ((0ₕ 2) , (x +H y)) ≡ f ((0ₕ 2) , x) +H f (0ₕ 2 , y)
helper =
sElim2 (λ _ _ → isOfHLevelPath 2 setTruncIsSet _ _)
λ f g i → ∣ (λ x → helper2 (f (fst x)) (g (fst x)) (snd x) i) ∣₂
where
helper2 : (x y : coHomK 1) (s : S₊ 1)
→ Iso.inv (S1→K2≡K2×K1' key) (0ₖ 2 , x +K y) s ≡ (Iso.inv (S1→K2≡K2×K1' key) (0ₖ 2 , x)) s +K (Iso.inv (S1→K2≡K2×K1' key) (0ₖ 2 , y)) s
helper2 =
trElim2 (λ _ _ → isOfHLevelΠ 3 λ _ → isOfHLevelTrunc 4 _ _)
λ a b → λ {base → cong₂ (_+K_) (sym (K.lUnitK _ 0₂)) (sym (K.lUnitK _ 0₂))
; (loop i) j → hcomp (λ k → λ{ (i = i0) → cong₂ (_+K_) (sym (K.lUnitK _ 0₂)) (sym (K.lUnitK _ 0₂)) (j ∧ k)
; (i = i1) → cong₂ (_+K_) (sym (K.lUnitK _ 0₂)) (sym (K.lUnitK _ 0₂)) (j ∧ k)
; (j = i0) → 0₂ +K (Kn→ΩKn+1 1 (∣ a ∣ +K ∣ b ∣) i)
; (j = i1) → cong₂ (_+K_) (sym (K.lUnitK _ (Kn→ΩKn+1 1 ∣ a ∣ i)))
(sym (K.lUnitK _ (Kn→ΩKn+1 1 ∣ b ∣ i))) k})
(helper3 ∣ a ∣ ∣ b ∣ j i)}
where
helper3 : (a b : coHomK 1) → cong (0₂ +K_) (Kn→ΩKn+1 1 (a +K b)) ≡ cong₂ (_+K_) (Kn→ΩKn+1 1 a) (Kn→ΩKn+1 1 b)
helper3 a b = cong (cong (0₂ +K_)) (+K→∙ key 1 a b)
∙ (congFunct (0₂ +K_) (Kn→ΩKn+1 1 a) (Kn→ΩKn+1 1 b)
∙∙ (λ i → congLemma.main key 2 (Kn→ΩKn+1 1 a) i ∙ cong (_+K_ ∣ north ∣) (λ i → Kn→ΩKn+1 1 b i))
∙∙ sym (cong₂Funct (_+K_) (Kn→ΩKn+1 1 a) (Kn→ΩKn+1 1 b)))
ℤ≅H²-T² : GroupIso intGroup (coHomGr 2 (S₊ 1 × S₊ 1))
fun (map ℤ≅H²-T²) = Iso.fun typIso
isHom (map ℤ≅H²-T²) = pm key mapIsHom
where
pm : (t : Unit')
→ ((x y : Int)
→ Iso.fun typIso (x +ℤ y) ≡ (lockedCohom.+H t _ (Iso.fun typIso x) (Iso.fun typIso y)))
→ isGroupHom intGroup (coHomGr 2 (S₊ 1 × S₊ 1)) (Iso.fun typIso)
pm unlock p = p
inv ℤ≅H²-T² = Iso.inv typIso
rightInv ℤ≅H²-T² = Iso.rightInv typIso
leftInv ℤ≅H²-T² = Iso.leftInv typIso
private
to₂ : coHom 2 (S₊ 1 × S₊ 1) → Int
to₂ = fun (map H²-T²≅ℤ)
from₂ : Int → coHom 2 (S₊ 1 × S₊ 1)
from₂ = inv H²-T²≅ℤ
to₁ : coHom 1 (S₊ 1 × S₊ 1) → Int × Int
to₁ = fun (map H¹-T²≅ℤ×ℤ)
from₁ : Int × Int → coHom 1 (S₊ 1 × S₊ 1)
from₁ = inv H¹-T²≅ℤ×ℤ
to₀ : coHom 0 (S₊ 1 × S₊ 1) → Int
to₀ = fun (map H⁰-T²≅ℤ)
from₀ : Int → coHom 0 (S₊ 1 × S₊ 1)
from₀ = inv H⁰-T²≅ℤ
{-
-- Compute fast:
test : to₁ (from₁ (0 , 1) +ₕ from₁ (1 , 0)) ≡ (1 , 1)
test = refl
test2 : to₁ (from₁ (5 , 1) +ₕ from₁ (-2 , 3)) ≡ (3 , 4)
test2 = refl
-- Will not compute:
test3 : to₂ (from₂ 0) ≡ 0
test3 = refl
-}
|
test/Fail/Issue822.agda | redfish64/autonomic-agda | 3 | 7127 | <reponame>redfish64/autonomic-agda
-- {-# OPTIONS -v tc.lhs:40 #-} {-# OPTIONS -v scope.pat:40 #-}
module Issue822 where
module M₁ where
postulate [_] : Set
module M₂ where
data D : Set₁ where
[_] : Set → D
module M₃ where
data D : Set₁ where
[_] : Set → D
open M₁
open M₂
open M₃
Foo : _ → Set
Foo [ A ] = A
-- Strange error message:
-- Bug.agda:16,1-14
-- Left hand side gives too many arguments to a function of type
-- D → Set
-- when checking that the clause Foo [ A ] = A has type D → Set
-- If the two open statements are swapped, then we get a more
-- reasonable error message:
-- Bug.agda:16,1-10
-- Ambiguous name [_]. It could refer to any one of
-- M₂.[_] bound at /home/nad/research/dtp/pretty/Bug.agda:10,5-8
-- M₁.[_] bound at /home/nad/research/dtp/pretty/Bug.agda:5,13-16
-- when scope checking the left-hand side Foo [ A ] in the definition
-- of Foo
-- One could perhaps also argue that the code above should be
-- syntactically correct, because M₁.[_] can't be used in the pattern
-- (except for under a dot).
-- Andreas, 2013-03-21
-- To reproduce an error, one now needs ambiguous constructors.
|
programs/oeis/084/A084637.asm | karttu/loda | 0 | 83670 | <filename>programs/oeis/084/A084637.asm
; A084637: Binomial transform of (1,0,1,0,1,0,1,1,1,1,1,....).
; 1,1,2,4,8,16,32,65,136,293,642,1410,3072,6606,14004,29295,60592,124187,252742,511672,1031912,2075452,4166408,8353165,16732664,33498977,67040458,134134046,268333872,536748474,1073595228,2147309211,4294760928,8589691767,17179584910,34359407156,68719092568,137438509768,274877396528,549755228953,1099510959848,2199022495453,4398045648914,8796092047226,17592184945120,35184370852838,70368742791684,140737486805127,281474974981008,562949951495955,1125899904704214,2251799811315312,4503599624749384,9007199251847828
sub $0,1
lpb $0,1
mov $2,$0
cal $2,84636 ; Binomial transform of (1,0,1,0,1,0,2,0,2,0,2,0....).
sub $0,1
add $1,$2
lpe
add $1,1
|
tests/misc/dir_opt.asm | NEO-SPECTRUMAN/sjasmplus | 1 | 95296 | ; requires --dirbol on command line (for testing purposes of last OPT pop restoring it)
OPT pop ; warn about no previous syntax in stack
ld hl,bc,de,bc
mirror a ; error (Z80N instruction)
; try all possible options
OPT push reset --nofakes --syntax=a --zxnext=cspect --reversepop --dirbol
ld hl,bc,,de,bc ; error because --nofakes (!)
sub a,b,,c
mirror a : break ; next enabled, including CSpect emulator extras
pop hl,,bc ; pop bc : pop hl (--reversepop)
pop bc ; validation
OPT push reset --syntax=aBfl ; this one can be at beggining of line (--dirbol)
OPT = 1 : nop : OPT --dirbol ; first is label, instruction, adding --dirbol back (no push/reset)
ld hl,bc,,de,bc ; 2x warning about fAkEs (suppression is case sensitive)
ld hl,bc ; fake with suppressed warning
mirror a ; error (Z80N instruction)
pop hl,,bc ; pop hl : pop bc
pop hl ; validation
OPT pop : OPT pop ; pop syntax two times (and verify --dirbol works)
ld hl,bc,de,bc
OPT pop : OPT reset ; warn about no previous syntax in stack, then reset (but no options)
OPT = 2 : nop ; this one is no more dirbol, but just a label
OPT --nologo 1 2 3 4 5 6 7 8 9 A B C D E F G ; invalid option(s) and many of them
OPT unknown ; error about invalid command
OPT reset push ; warn about pushing default syntax
; verify if -Wfake/Wno-fake works similarly to --syntax=f
ld bc,hl ; no warning in default syntax
OPT push -Wfake
ld bc,hl ; warning
ld bc,hl ; warning suppressed by fake-ok
OPT push -Wno-fake
ld bc,hl ; no warning
OPT pop
ld bc,hl ; warning from previous state
OPT pop
ld bc,hl ; no warning in default
|
Transynther/x86/_processed/NONE/_ht_st_zr_un_/i9-9900K_12_0xa0.log_21829_224.asm | ljhsiun2/medusa | 9 | 94066 | <filename>Transynther/x86/_processed/NONE/_ht_st_zr_un_/i9-9900K_12_0xa0.log_21829_224.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1b59a, %rsi
lea addresses_UC_ht+0x1864a, %rdi
clflush (%rsi)
cmp $42664, %r12
mov $13, %rcx
rep movsl
nop
cmp $40136, %r9
lea addresses_WT_ht+0x1624a, %rsi
lea addresses_D_ht+0x149fa, %rdi
clflush (%rdi)
nop
dec %r8
mov $104, %rcx
rep movsl
nop
nop
nop
nop
dec %r9
pop %rsi
pop %rdi
pop %rcx
pop %r9
pop %r8
pop %r12
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r13
push %r14
push %r15
push %rcx
push %rdx
push %rsi
// Store
lea addresses_WC+0x17e4a, %r12
clflush (%r12)
nop
nop
nop
nop
dec %r13
movb $0x51, (%r12)
and $14761, %r14
// Load
mov $0xa52, %rsi
nop
add $62232, %r15
mov (%rsi), %ecx
nop
nop
nop
nop
cmp $8160, %rcx
// Load
lea addresses_WT+0x1f8d2, %r12
sub %rdx, %rdx
mov (%r12), %r14w
nop
nop
nop
nop
nop
xor %rdx, %rdx
// Faulty Load
lea addresses_A+0x7e4a, %r12
nop
nop
nop
nop
cmp $46582, %rdx
movups (%r12), %xmm5
vpextrq $1, %xmm5, %r13
lea oracles, %r12
and $0xff, %r13
shlq $12, %r13
mov (%r12,%r13,1), %r13
pop %rsi
pop %rdx
pop %rcx
pop %r15
pop %r14
pop %r13
pop %r12
ret
/*
<gen_faulty_load>
[REF]
{'src': {'NT': False, 'same': True, 'congruent': 0, 'type': 'addresses_A', 'AVXalign': False, 'size': 1}, 'OP': 'LOAD'}
{'OP': 'STOR', 'dst': {'NT': False, 'same': False, 'congruent': 10, 'type': 'addresses_WC', 'AVXalign': False, 'size': 1}}
{'src': {'NT': False, 'same': False, 'congruent': 3, 'type': 'addresses_P', 'AVXalign': False, 'size': 4}, 'OP': 'LOAD'}
{'src': {'NT': False, 'same': False, 'congruent': 3, 'type': 'addresses_WT', 'AVXalign': True, 'size': 2}, 'OP': 'LOAD'}
[Faulty Load]
{'src': {'NT': False, 'same': True, 'congruent': 0, 'type': 'addresses_A', 'AVXalign': False, 'size': 16}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'src': {'same': False, 'congruent': 3, 'type': 'addresses_D_ht'}, 'OP': 'REPM', 'dst': {'same': False, 'congruent': 11, 'type': 'addresses_UC_ht'}}
{'src': {'same': False, 'congruent': 10, 'type': 'addresses_WT_ht'}, 'OP': 'REPM', 'dst': {'same': False, 'congruent': 4, 'type': 'addresses_D_ht'}}
{'20': 70, 'ab': 138, '3b': 35, '56': 4, 'e5': 1, '67': 52, '44': 26, 'fb': 36, '5b': 1287, '5e': 4, 'fd': 32, '00': 2228, '42': 395, 'f3': 1, 'c5': 1, '0e': 5, '61': 5, 'b3': 1104, '0f': 6, '8b': 83, 'fa': 33, '96': 1, '6c': 8, '5c': 407, '41': 222, 'd2': 22, 'c7': 7, '25': 9, 'fc': 18, 'f7': 11, '8f': 746, '68': 30, 'ed': 13, '22': 15, '46': 5873, 'e1': 83, '14': 28, '1c': 14, 'df': 108, '40': 129, 'e4': 70, 'ff': 6388, 'e9': 163, 'bc': 1, 'ac': 12, '98': 1, '08': 16, 'ce': 29, 'a7': 502, 'e3': 23, '37': 24, '77': 8, '2a': 10, 'cc': 533, '48': 28, 'a5': 1, '49': 59, '93': 1, '17': 11, 'af': 237, '81': 55, '66': 328, '1b': 1, '9b': 1, '76': 30, 'ba': 7}
00 00 25 00 25 00 25 00 25 00 25 00 25 00 25 00 25 00 25 00 00 00 fb 00 fb 00 fb 00 fb 00 fb 00 fb 00 fb 00 fb 00 fb 00 fb 00 fb 00 fb 5c 00 fb 00 fb 00 fb 00 fb 00 fb 5c 00 fb 00 fb 00 fb 5c 00 fb 00 fb 00 fb 00 fb 00 fb 00 fb 00 fb 5c 5c 00 5c 00 fb 00 fb 00 fb 00 fb 00 46 00 fb 00 fb 00 fb 00 fb 00 fb 00 00 00 00 00 00 00 00 00 00 fa 00 00 00 00 fa 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 fa 00 00 00 00 00 00 00 00 00 00 fa 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 42 42 ff fa ff fa ff fa ff fa ff fa ff fa ff fa ff fa ff fa ff fa ff fa ff fa ff fa ff fa ff fa ff fa ff fa ff fa ff fa ff fa ff fa ff fa ff fa ff fa ff fa ff fa ff fa fa ff fa ff ff ff ff ff ff ff ff ff ff ff ff 46 ff 46 ff 46 ff 46 ff ff 46 ff 46 ff 46 ff ff 46 ff 46 ff ff ff 46 ff ff 46 ff 46 ff 46 ff 46 ff 46 46 ff 46 ff ff 46 ff 46 ff 46 ff 46 ff 46 42 42 42 42 46 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 46 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 46 42 46 42 42 42 42 42 42 42 42 42 46 46 42 42 42 46 42 42 42 42 42 42 42 42 42 42 42 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 46 ff 46 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 46 ff 46 ff 46 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff b3 ff b3 ff b3 b3 ff b3 ff b3 ff b3 ff b3 ff b3 ff b3 ff b3 ff b3 b3 ff b3 ff b3 ff b3 ff b3 ff b3 ff b3 ff b3 ff 46 ff 46 ff 46 ff 46 ff 46 46 ff 46 ff 46 ff 46 ff 46 ff 46 42 46 b3 46 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 46 b3 b3 b3 b3 b3 b3 46 b3 b3 b3 b3 b3 46 b3 b3 b3 b3 b3 b3 b3 b3 b3 46 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 46 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 42 42 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 46 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 46 b3 b3 46 b3 b3 00 00 00 00 00 00 00 00 00 00 00 00 00 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 46 ff 46 ff 46 ff 46 ff 46 ff 46 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 46 ff 42 46 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 46 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 b3 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46
*/
|
programs/oeis/327/A327721.asm | jmorken/loda | 1 | 103138 | ; A327721: Dimension of quantum lens space needed for non-uniqueness.
; 4,6,6,4,8,6,4,6,12,4,14,8,4,6,18,4,20,6,4,12,24,4,6,14,4,6,30,4,32,6,4,18,6,4,38,20,4,6,42,4,44,6,4,24,48,4,8,6,4,6,54,4,6,6,4,30,60,4,62,32,4,6,6,4,68,6,4,6,72,4,74,38,4,6,8,4,80,6,4,42,84,4,6
cal $0,90370 ; Least m > 3 such that gcd(n-1, m*n - 1) = m-1.
add $0,1
div $0,2
mov $1,$0
mul $1,2
|
src/tar/tar.ads | stcarrez/babel | 1 | 16310 | -----------------------------------------------------------------------
-- tar -- TAR file
-- Copyright (C) 2015 Stephane.Carrez
-- Written by Stephane.Carrez (<EMAIL>)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by applicable law or agreed to in writing, software
-- distributed under the License is distributed on an "AS IS" BASIS,
-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-- See the License for the specific language governing permissions and
-- limitations under the License.
-----------------------------------------------------------------------
with Ada.Finalization;
with Ada.Streams;
with Ada.Strings.Unbounded;
with Util.Systems.Types;
with Util.Streams;
package Tar is
-- The <tt>File_Info_Type</tt> describes a file entry stored in the TAR file.
type File_Info_Type is record
Name : Ada.Strings.Unbounded.Unbounded_String;
Mode : Util.Systems.Types.mode_t;
Uid : Util.Systems.Types.uid_t;
Gid : Util.Systems.Types.gid_t;
Size : Util.Systems.Types.off_t;
Mtime : Util.Systems.Types.Time_Type;
Chksum : Natural;
Typeflag : Natural;
Linkname : Ada.Strings.Unbounded.Unbounded_String;
Uname : Ada.Strings.Unbounded.Unbounded_String;
Gname : Ada.Strings.Unbounded.Unbounded_String;
Devmajor : Util.Systems.Types.dev_t;
Devminor : Util.Systems.Types.dev_t;
Prefix : Ada.Strings.Unbounded.Unbounded_String;
end record;
type File_Type is limited private;
-- Open the tar file for reading and use the given input stream to read the tar blocks.
procedure Open (File : in out File_Type;
Input : in Util.Streams.Input_Stream_Access);
-- Returns true if the tar file contains another file entry.
function Has_Element (File : in File_Type) return Boolean;
-- Read the next file entry in the tar file.
procedure Next (File : in out File_Type);
-- Get the current file entry information.
function Element (File : in File_Type) return File_Info_Type;
-- Read the data for the current file entry.
procedure Read (File : in out File_Type;
Into : out Ada.Streams.Stream_Element_Array;
Last : out Ada.Streams.Stream_Element_Offset);
private
type File_Type is limited new Ada.Finalization.Limited_Controlled with record
Input : Util.Streams.Input_Stream_Access;
Output : Util.Streams.Output_Stream_Access;
Current : File_Info_Type;
Has_Current : Boolean := False;
Remain : Ada.Streams.Stream_Element_Count;
Padding : Ada.Streams.Stream_Element_Count;
end record;
end Tar;
|
programs/oeis/340/A340375.asm | neoneye/loda | 22 | 96927 | ; A340375: a(n) = 1 if n is of the form 2^i - 2^j with i >= j, and 0 otherwise.
; 1,1,1,1,1,0,1,1,1,0,0,0,1,0,1,1,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0
lpb $0
add $2,$0
dif $0,2
mod $2,2
sub $0,$2
lpe
add $0,1
mod $0,2
|
llvm-gcc-4.2-2.9/gcc/ada/prj-ext.adb | vidkidz/crossbridge | 1 | 9358 | ------------------------------------------------------------------------------
-- --
-- GNAT COMPILER COMPONENTS --
-- --
-- P R J . E X T --
-- --
-- B o d y --
-- --
-- Copyright (C) 2000-2005, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
-- ware Foundation; either version 2, or (at your option) any later ver- --
-- sion. GNAT is distributed in the hope that it will be useful, but WITH- --
-- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY --
-- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License --
-- for more details. You should have received a copy of the GNU General --
-- Public License distributed with GNAT; see file COPYING. If not, write --
-- to the Free Software Foundation, 51 Franklin Street, Fifth Floor, --
-- Boston, MA 02110-1301, USA. --
-- --
-- GNAT was originally developed by the GNAT team at New York University. --
-- Extensive contributions were provided by Ada Core Technologies Inc. --
-- --
------------------------------------------------------------------------------
with Namet; use Namet;
with Output; use Output;
with Osint; use Osint;
with Sdefault;
with GNAT.HTable;
package body Prj.Ext is
Gpr_Project_Path : constant String := "GPR_PROJECT_PATH";
Ada_Project_Path : constant String := "ADA_PROJECT_PATH";
-- Name of the env. variables that contain path name(s) of directories
-- where project files may reside. GPR_PROJECT_PATH has precedence over
-- ADA_PROJECT_PATH.
Gpr_Prj_Path : constant String_Access := Getenv (Gpr_Project_Path);
Ada_Prj_Path : constant String_Access := Getenv (Ada_Project_Path);
-- The path name(s) of directories where project files may reside.
-- May be empty.
No_Project_Default_Dir : constant String := "-";
Current_Project_Path : String_Access;
-- The project path. Initialized during elaboration of package Contains at
-- least the current working directory.
package Htable is new GNAT.HTable.Simple_HTable
(Header_Num => Header_Num,
Element => Name_Id,
No_Element => No_Name,
Key => Name_Id,
Hash => Hash,
Equal => "=");
-- External references are stored in this hash table, either by procedure
-- Add (directly or through a call to function Check) or by function
-- Value_Of when an environment variable is found non empty. Value_Of
-- first for external reference in this table, before checking the
-- environment. Htable is emptied (reset) by procedure Reset.
---------
-- Add --
---------
procedure Add
(External_Name : String;
Value : String)
is
The_Key : Name_Id;
The_Value : Name_Id;
begin
Name_Len := Value'Length;
Name_Buffer (1 .. Name_Len) := Value;
The_Value := Name_Find;
Name_Len := External_Name'Length;
Name_Buffer (1 .. Name_Len) := External_Name;
Canonical_Case_File_Name (Name_Buffer (1 .. Name_Len));
The_Key := Name_Find;
Htable.Set (The_Key, The_Value);
end Add;
-----------
-- Check --
-----------
function Check (Declaration : String) return Boolean is
begin
for Equal_Pos in Declaration'Range loop
if Declaration (Equal_Pos) = '=' then
exit when Equal_Pos = Declaration'First;
exit when Equal_Pos = Declaration'Last;
Add
(External_Name =>
Declaration (Declaration'First .. Equal_Pos - 1),
Value =>
Declaration (Equal_Pos + 1 .. Declaration'Last));
return True;
end if;
end loop;
return False;
end Check;
------------------
-- Project_Path --
------------------
function Project_Path return String is
begin
return Current_Project_Path.all;
end Project_Path;
-----------
-- Reset --
-----------
procedure Reset is
begin
Htable.Reset;
end Reset;
----------------------
-- Set_Project_Path --
----------------------
procedure Set_Project_Path (New_Path : String) is
begin
Free (Current_Project_Path);
Current_Project_Path := new String'(New_Path);
end Set_Project_Path;
--------------
-- Value_Of --
--------------
function Value_Of
(External_Name : Name_Id;
With_Default : Name_Id := No_Name)
return Name_Id
is
The_Value : Name_Id;
Name : String := Get_Name_String (External_Name);
begin
Canonical_Case_File_Name (Name);
Name_Len := Name'Length;
Name_Buffer (1 .. Name_Len) := Name;
The_Value := Htable.Get (Name_Find);
if The_Value /= No_Name then
return The_Value;
end if;
-- Find if it is an environment, if it is, put value in the hash table
declare
Env_Value : String_Access := Getenv (Name);
begin
if Env_Value /= null and then Env_Value'Length > 0 then
Name_Len := Env_Value'Length;
Name_Buffer (1 .. Name_Len) := Env_Value.all;
The_Value := Name_Find;
Htable.Set (External_Name, The_Value);
Free (Env_Value);
return The_Value;
else
Free (Env_Value);
return With_Default;
end if;
end;
end Value_Of;
begin
-- Initialize Current_Project_Path during package elaboration
declare
Add_Default_Dir : Boolean := True;
First : Positive;
Last : Positive;
New_Len : Positive;
New_Last : Positive;
Prj_Path : String_Access := Gpr_Prj_Path;
begin
if Gpr_Prj_Path.all /= "" then
-- Warn if both environment variables are defined
if Ada_Prj_Path.all /= "" then
Write_Line ("Warning: ADA_PROJECT_PATH is not taken into account");
Write_Line (" when GPR_PROJECT_PATH is defined");
end if;
else
Prj_Path := Ada_Prj_Path;
end if;
-- The current directory is always first
Name_Len := 1;
Name_Buffer (Name_Len) := '.';
-- If environment variable is defined and not empty, add its content
if Prj_Path.all /= "" then
Name_Len := Name_Len + 1;
Name_Buffer (Name_Len) := Path_Separator;
Add_Str_To_Name_Buffer (Prj_Path.all);
-- Scan the directory path to see if "-" is one of the directories.
-- Remove each occurence of "-" and set Add_Default_Dir to False.
-- Also resolve relative paths and symbolic links.
First := 3;
loop
while First <= Name_Len
and then (Name_Buffer (First) = Path_Separator)
loop
First := First + 1;
end loop;
exit when First > Name_Len;
Last := First;
while Last < Name_Len
and then Name_Buffer (Last + 1) /= Path_Separator
loop
Last := Last + 1;
end loop;
-- If the directory is "-", set Add_Default_Dir to False and
-- remove from path.
if Name_Buffer (First .. Last) = No_Project_Default_Dir then
Add_Default_Dir := False;
for J in Last + 1 .. Name_Len loop
Name_Buffer (J - No_Project_Default_Dir'Length - 1) :=
Name_Buffer (J);
end loop;
Name_Len := Name_Len - No_Project_Default_Dir'Length - 1;
else
declare
New_Dir : constant String :=
Normalize_Pathname (Name_Buffer (First .. Last));
begin
-- If the absolute path was resolved and is different from
-- the original, replace original with the resolved path.
if New_Dir /= Name_Buffer (First .. Last)
and then New_Dir'Length /= 0
then
New_Len := Name_Len + New_Dir'Length - (Last - First + 1);
New_Last := First + New_Dir'Length - 1;
Name_Buffer (New_Last + 1 .. New_Len) :=
Name_Buffer (Last + 1 .. Name_Len);
Name_Buffer (First .. New_Last) := New_Dir;
Name_Len := New_Len;
Last := New_Last;
end if;
end;
end if;
First := Last + 1;
end loop;
end if;
-- Set the initial value of Current_Project_Path
if Add_Default_Dir then
Current_Project_Path :=
new String'(Name_Buffer (1 .. Name_Len) & Path_Separator &
Sdefault.Search_Dir_Prefix.all & ".." &
Directory_Separator & ".." & Directory_Separator &
".." & Directory_Separator & "gnat");
else
Current_Project_Path := new String'(Name_Buffer (1 .. Name_Len));
end if;
end;
end Prj.Ext;
|
Transynther/x86/_processed/NC/_zr_/i3-7100_9_0xca_notsx.log_21829_47.asm | ljhsiun2/medusa | 9 | 166384 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r14
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x9a66, %rbx
nop
nop
xor $5125, %rbp
mov $0x6162636465666768, %r10
movq %r10, %xmm5
movups %xmm5, (%rbx)
nop
nop
nop
nop
sub $33021, %r10
lea addresses_A_ht+0x12596, %r11
nop
add $23111, %r13
mov $0x6162636465666768, %rbp
movq %rbp, (%r11)
nop
nop
nop
nop
nop
add %r10, %r10
lea addresses_WC_ht+0x1bc48, %rbx
nop
and %r14, %r14
mov $0x6162636465666768, %rbp
movq %rbp, (%rbx)
nop
nop
nop
nop
sub $39221, %r11
lea addresses_UC_ht+0x18cf6, %r13
nop
cmp $9979, %rbp
mov (%r13), %r11w
nop
add %r13, %r13
lea addresses_A_ht+0xb112, %rbx
nop
nop
add %r11, %r11
movw $0x6162, (%rbx)
nop
xor %r14, %r14
lea addresses_A_ht+0xbd42, %rsi
lea addresses_WT_ht+0x3cf6, %rdi
nop
nop
nop
nop
sub $40502, %r13
mov $25, %rcx
rep movsw
nop
nop
add %rbp, %rbp
pop %rsi
pop %rdi
pop %rcx
pop %rbx
pop %rbp
pop %r14
pop %r13
pop %r11
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r13
push %r8
push %r9
push %rax
push %rbx
push %rdi
// Faulty Load
mov $0x32fed50000000cf6, %r9
xor $21626, %rdi
mov (%r9), %rbx
lea oracles, %rdi
and $0xff, %rbx
shlq $12, %rbx
mov (%rdi,%rbx,1), %rbx
pop %rdi
pop %rbx
pop %rax
pop %r9
pop %r8
pop %r13
ret
/*
<gen_faulty_load>
[REF]
{'src': {'same': False, 'congruent': 0, 'NT': False, 'type': 'addresses_NC', 'size': 2, 'AVXalign': False}, 'OP': 'LOAD'}
[Faulty Load]
{'src': {'same': True, 'congruent': 0, 'NT': False, 'type': 'addresses_NC', 'size': 8, 'AVXalign': False}, 'OP': 'LOAD'}
<gen_prepare_buffer>
{'OP': 'STOR', 'dst': {'same': False, 'congruent': 4, 'NT': False, 'type': 'addresses_WC_ht', 'size': 16, 'AVXalign': False}}
{'OP': 'STOR', 'dst': {'same': False, 'congruent': 4, 'NT': False, 'type': 'addresses_A_ht', 'size': 8, 'AVXalign': True}}
{'OP': 'STOR', 'dst': {'same': False, 'congruent': 1, 'NT': False, 'type': 'addresses_WC_ht', 'size': 8, 'AVXalign': False}}
{'src': {'same': False, 'congruent': 9, 'NT': False, 'type': 'addresses_UC_ht', 'size': 2, 'AVXalign': False}, 'OP': 'LOAD'}
{'OP': 'STOR', 'dst': {'same': False, 'congruent': 2, 'NT': False, 'type': 'addresses_A_ht', 'size': 2, 'AVXalign': False}}
{'src': {'type': 'addresses_A_ht', 'congruent': 2, 'same': False}, 'OP': 'REPM', 'dst': {'type': 'addresses_WT_ht', 'congruent': 11, 'same': False}}
{'00': 21829}
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
*/
|
arbitrary/extended_real-e_rand.ads | jscparker/math_packages | 30 | 15135 |
-- PACKAGE E_Rand
--
-- Minimal random number generator, mainly for basic test of
-- extended arithmetic.
--
-- Outputs extended precision pseudo-random numbers on [0.0 .. 1.0)
generic
package Extended_Real.E_Rand is
function Random return E_Real;
-- returns E_Reals in [0, 1)
procedure Reset (Initiator : in Positive := 7777777);
-- Resets both function Random and function Next_Random_Int.
type Random_Int is mod 2**64;
function Next_Random_Int return Random_Int;
-- 61 bit generator, period 2**61-1.
end Extended_Real.E_Rand;
|
Assembly Data Package/Assembly Data Package/main.asm | idoheinemann/Assembly-Data-Package | 2 | 95651 | <gh_stars>1-10
include string_functions.inc
.data
buffer byte 100 dup(?)
endl byte 13,10,0
gap byte " ",0
li List<>
.code
linedown macro
invoke StdOut,offset endl
endm
main PROC
mov ecx,6
some_loop_tag:
push ecx
invoke StdIn,offset buffer,100
invoke parse_int,offset buffer
invoke list_insert,offset li,eax
pop ecx
loop some_loop_tag
mov ecx,li.count
some_label:
push ecx
dec ecx
invoke list_get_item,offset li, ecx
invoke int_to_string,eax
invoke StdOut,eax
linedown
pop ecx
loop some_label
invoke list_delete_at,offset li,4
linedown
mov ecx,li.count
some_label2:
push ecx
dec ecx
invoke list_get_item,offset li, ecx
invoke int_to_string,eax
invoke StdOut,eax
linedown
pop ecx
loop some_label2
linedown
invoke list_index_of,offset li,15
invoke int_to_string,eax
invoke StdOut,eax
ret
main ENDP
end main
|
src/audio.asm | Q-Bert-Reynolds/gun-hockey-gb | 1 | 104991 | IF !DEF(AUDIO_ASM)
AUDIO_ASM SET 1
INCLUDE "src/gbt_player/gbt_player.inc"
INCLUDE "src/gbt_player/gbt_player.asm"
INCLUDE "src/gbt_player/gbt_player_bank1.asm"
;INCLUDE "music/file_name.asm"; file_name_data is address to load with PLAY_SONG
INCLUDE "music/tessie.asm";tessie_data
;PLAY_SONG file_name_data, 1; loops a song called file_name
PLAY_SONG: MACRO ;\1 load address, \2 loop
di
ld a, BANK(\1)
ld hl, \1
call PlaySong
ei
ld a, \2
ld [gbt_loop_enabled], a
ENDM
PLAY_SFX: MACRO ;\1 load address
di
push hl
push af
ld a, BANK(\1)
ld hl, \1
call PlaySFX
pop af
pop hl
ei
ENDM
; INCLUDE "music/name_of_song.asm"
INCLUDE "src/sfx.asm"
SECTION "Audio", ROM0
UpdateAudio::
ld a, [loaded_bank]
push af
call UpdateSFX
call gbt_update
pop af
call SetBank
ret
FinishSFX:
.testChannel1
ld a, [sfx_disable_mask]
bit 0, a
jr z, .testChannel2
xor a
ld [rNR12], a ; volume 0
.testChannel2
ld a, [sfx_disable_mask]
bit 1, a
jr z, .testChannel3
xor a
ld [rNR22], a ; volume 0
.testChannel3
ld a, [sfx_disable_mask]
bit 2, a
jr z, .testChannel4
xor a
ld [rNR32], a ; volume 0
.testChannel4
ld a, [sfx_disable_mask]
bit 3, a
ret z
xor a
ld [rNR42], a ; volume 0
ret
UpdateSFX:
ld a, [sfx_step_count]
ld b, a
ld a, [sfx_step]
cp a, b
ret z
ld a, [sfx_ticks]
dec a
ld [sfx_ticks], a
ret nz
ld a, [sfx_step]
inc a
ld [sfx_step], a
cp a, b;step count
jr nz, .notDone
call FinishSFX
ld a, %1111
ld [gbt_channels_enabled], a
ret
.notDone
ld de, 8
call math_Multiply
ld b, 0
ld c, l
inc c
inc c
ld a, [rCurrentSFX]
ld h, a
ld a, [rCurrentSFX+1]
ld l, a
add hl, bc;current step
ld a, [loaded_bank]
push af
ld a, [current_sfx_bank]
call SetBank
ld a, [hli]
ld [sfx_ticks], a
ld a, [hli]
ld [gbt_channels_enabled], a
ld a, [hli]
ld b, $FF
ld c, a
REPT 4
ld a, [hli]
ld [bc], a
inc bc
ENDR
ld a, AUDENA_ON
ld [rAUDENA], a
ld a, [hl]
or AUDHIGH_RESTART
ld [bc], a
pop af;restore bank
call SetBank
reti
PlaySFX:: ; a = bank, hl = sfx address
di
push af
push hl
call FinishSFX
pop hl
pop af
ld [current_sfx_bank], a
ld a, h
ld [rCurrentSFX], a
ld a, l
ld [rCurrentSFX+1], a
xor a
ld [sfx_step_count], a
ld a, -1
ld [sfx_step], a
ld a, 1
ld [sfx_ticks], a
ld a, [loaded_bank]
push af;bank
ld a, [current_sfx_bank]
call SetBank
ld a, [hli];step count
ld [sfx_step_count], a
ld a, [hl];channels to disable on finish
ld [sfx_disable_mask], a
pop af;bank
call SetBank
ld a, AUDENA_ON
ld [rAUDENA], a
ld a,$FF
ld [rAUDVOL], a
ld [rAUDTERM], a
ei
ret
PlaySong:: ; a = bank, hl = song address
ld d, h
ld e, l ;de = pointer to song data
ld b, 0
ld c, a ;data bank
ld a, [loaded_bank]
push af;bank
ld a, 1 ;song speed
call gbt_play
pop af;bank
call SetBank
ret
ENDC ;AUDIO_ASM
|
oeis/253/A253121.asm | neoneye/loda-programs | 11 | 173281 | <reponame>neoneye/loda-programs<filename>oeis/253/A253121.asm<gh_stars>10-100
; A253121: Numbers n such that the hexagonal number H(n) is equal to the sum of the octagonal numbers O(m), O(m+1), O(m+2) and O(m+3) for some m.
; Submitted by <NAME>
; 18,1730,169498,16609050,1627517378,159480093970,15627421691658,1531327845688490,150054501455780338,14703809814820784610,1440823307350981111418,141185980310581328134330,13834785247129619176052898,1355667768238392097925049650,132841606502115295977478812778,13017121769439060613694998602570,1275545091798525824846132384239058,124990401874486091774307278656825090,12247783838607838468057267175984619738,1200157825781693683777837875967835909210,117603219142767373171760054577671934482818
mul $0,2
add $0,1
mov $1,8
mov $2,3
lpb $0
sub $0,1
add $2,$1
add $1,$2
add $1,2
add $2,$1
add $1,$2
add $2,$1
lpe
mov $0,$1
div $0,24
mul $0,8
add $0,2
|
programs/oeis/328/A328827.asm | neoneye/loda | 22 | 81756 | ; A328827: a(n) is the largest prime factor of n + n*(n+1)/2 = n*(n+3)/2.
; 2,5,3,7,5,3,7,11,3,13,11,5,13,17,5,19,17,7,19,23,7,11,23,3,7,29,5,31,29,11,31,7,11,37,19,13,37,41,13,43,41,7,43,47,5,23,47,17,13,53,17,13,53,19,29,59,19,61,59,7,61,31,11,67,17,23,67,71,23,73,71,5,73,37,13,79,11,13,79,83,7,41,83,29,17,89,29,13,89,31,47,23,31,97,19,11,97,101,17,103
add $0,1
mov $2,$0
add $0,3
mul $0,$2
sub $0,1
seq $0,6530 ; Gpf(n): greatest prime dividing n, for n >= 2; a(1)=1.
|
Spotify/spotify.scpt | kasraprime/Scripts | 0 | 1430 | set MusicVolume to 100
tell application "Spotify"
launch
set sound volume to (MusicVolume)
play track "spotify:track:3jrZAadvoynrHoZJJlYDCM" in context "spotify:user:KasraPrime:playlist:6fhRnONnlBwamIaMn84pSc"
end tell
|
TP3/mips1.asm | ITWhiteRaccoon/OrgArq-TP3 | 0 | 95785 | .text
main:
lui $20, 0x1001
ori $8, $20, 0
ori $9, $20, 4
lw $8, 0($8)
lw $9, 0($9)
addu $10, $8, $9
ori $20, $20, 8
sw $10, 0($20) #guardar 5 na memoria
lw $13, 0($20) #ler 5
j jump
teste:slt $14, $8, $9
slt $14, $9, $8
and $15, $8, $9
sll $16, $15, 2
jump:beq $0, $16, teste
.data
a: .word 2
b: .word 3
c: .word 0
|
programs/oeis/048/A048050.asm | jmorken/loda | 1 | 104053 | ; A048050: Chowla's function: sum of divisors of n except 1 and n.
; 0,0,0,2,0,5,0,6,3,7,0,15,0,9,8,14,0,20,0,21,10,13,0,35,5,15,12,27,0,41,0,30,14,19,12,54,0,21,16,49,0,53,0,39,32,25,0,75,7,42,20,45,0,65,16,63,22,31,0,107,0,33,40,62,18,77,0,57,26,73,0,122,0,39,48,63,18,89,0,105,39,43,0,139,22,45,32,91,0,143,20,75,34,49,24,155,0,72,56,116,0,113,0,105,86,55,0,171,0,105,40,135,0,125,28,93,64,61,24,239,11,63,44,99,30,185,0,126,46,121,0,203,26,69,104,133,0,149,0,195,50,73,24,258,34,75,80,117,0,221,0,147,80,133,36,235,0,81,56,217,30,200,0,129,122,85,0,311,13,153,88,135,0,185,72,195,62,91,0,365,0,153,64,175,42,197,28,147,130,169,0,315,0,99,140,202,0,269,0,264,70,103,36,299,46,105,104,225,30,365,0,165,74,109,48,383,38,111,76,283,30,233,0,279,177,115,0,331,0,201,152,217,0,311,52,183,82,193,0,503,0,156,120,189,96,257,32,231,86,217
mov $3,2
mov $5,$0
lpb $3
mov $0,$5
sub $3,1
add $0,$3
sub $0,1
cal $0,244049 ; Sum of all proper divisors of all positive integers <= n.
mov $2,$3
mov $4,$0
mul $4,2
mov $6,$4
lpb $2
mov $1,$6
sub $2,1
lpe
lpe
lpb $5
sub $1,$6
mov $5,0
lpe
div $1,2
|
src/crtc_patch.asm | sikorama/still_scrolling | 0 | 11188 | <reponame>sikorama/still_scrolling
; 0: Test VBL
; 1: Test Reg12/13
TEST034 EQU 0
; http://quasar.cpcscene.net/doku.php?id=coding:test_crtc
; Il faudrait tester le CRTC4 aussi, car il faudrait le patcher aussi
; Pour le CRTC2 par contre...
TestCRTC:
if PATCH_MODE==2
print "Pas de Patch CRTC"
else
if PATCH_MODE==0
; Test si CRTC 1 ou 2
if TEST034==2
TestLongueurVBL
print "Test VBL"
ld b,#f5 ; Boucle d'attente de la VBL
SyncTLV1
in a,(c)
rra
jr nc,synctlv1
NoSyncTLV1
in a,(c) ; Pre-Synchronisation
rra ; Attente de la fin de la VBL
jr c,nosynctlv1
SyncTLV2
in a,(c) ; Deuxième boucle d'attente
rra ; de la VBL
jr nc,synctlv2
ld hl,140 ; Boucle d'attente de
WaitTLV dec hl ; 983 micro-secondes
ld a,h
or l
jr nz,waittlv
in a,(c) ; Test de la VBL
rra ; Si elle est encore en cours
ret NC ; type 0,3,4 = On ne fait rien, c'est sensé marcher
endif
; Autres test possible
if TEST034==1
TestBFxx
print "Test BFXX"
ld bc,#bc0c ; On sélectionne le reg12
out (c),c
ld b,#bf ; On lit sa valeur
in a,(c)
ld c,a ; si les bits 6 ou 7 sont
and #3f ; non nuls alors on a un
cp c ; problème
ret nz ; emulateur alien => on ne fait rien
ld a,c
or a ; si la valeur est non nulle
ret nz ; alors on a un type 0,3,4
ld bc,#bc0d
out (c),c ; On sélectionne le reg13
ld b,#bf
in a,(c) ; On lit sa valeur
or a ; Si la valeur est non nulle
ret nz ; alors on a un type 0,3,4
endif
; Sinon on a un type 1,2... si c'est 1 on devrait pouvoir patcher
; Si c'est 2, on doit désactiver les split CRTC, rester en raster
; Ou quitter...
; Test CRTC 1
; Test basé sur la détection du balayage des lignes hors border
; Permet d'identifier le type 1
; Bug connu rarissime: si reg6=0 ou reg6>reg4+1 alors le test est faussé !
TestBorder:
print "Test Border"
ld b,#f5
NoSyncTDB1
in a,(c) ; On attend un peu pour etre
rra ; sur d'etre sortis de la VBL
jr c,nosynctdb1 ; en cours du test précédent
SyncTDB1
in a,(c) ; On attend le début d'une
rra ; nouvelle VBL
jr nc,synctdb1
NoSyncTDB2
in a,(c) ; On attend la fin de la VBL
rra
jr c,nosynctdb2
ld ix,0 ; On met @ zéro les compteurs
ld hl,0 ; de changement de valeur (IX),
ld d,l ; de ligne hors VBL (HL) et
ld e,d ; de ligne hors border (DE)
ld b,#be
in a,(c)
and 32
ld c,a
SyncTDB2
inc de ; On attend la VBL suivante
ld b,#be ; en mettant @ jour les divers
in a,(c) ; compteurs
and 32
jr nz,border
inc hl ; Ligne de paper !
jr noborder
Border ds 4
NoBorder
cp c
jr z,nochange
inc ix ; Transition paper/border !
jr change
NoChange
ds 5
Change ld c,a
ds 27
ld b,#f5
in a,(c)
rra
jr nc,synctdb2 ; On boucle en attendant la VBL
db #dd: ld a,l ; Si on n'a pas eu juste deux transitions alors ce n'est
cp 2 ;
ret nz ; pas un type 1
endif
; Type 1: on patche le code split CRTC
; => il faudrait tester si c'est pas un type2
; auquel cas, on arrete (ou on fait que du split raster)
patch_crtc1:
; c = Numero du registre
ld bc,#0B06 ; b = 11 entrées dans la table
ld de,4 ; Pas
ld HL,scr_bloc+3
patch_tab:
ld (hl),c
add hl,de
djnz patch_tab
; 2 octets pour les valeur a envoyer au reg
;ld a,e ; e=4
ld a,#7f
ld (CRTC_PATCH2+1),a
xor a
ld (CRTC_PATCH1+1),a
; Valeur a rétablir?
ret
endif
|
src/examples/06_print_int/print_int.asm | vladimir-kazan/asm | 0 | 242345 | <filename>src/examples/06_print_int/print_int.asm
%include '../../lib/syscall.asm'
%include '../../lib/functions.asm'
SECTION .text
global start
default rel
start:
lea rdi, [msg]
call sprintLF
mov rcx, 0 ; counter of how many bytes we need to print in the end
; divideLoop:
; inc rcx
xor rdx, rdx
mov rax, 250
mov rdi, 100
idiv rdi ; value in rax, and the remainder in rdx
; iprint
mov rax, 731
mov rcx, 0 ; counter
divideLoop:
inc rcx
mov rdx, 0 ; empty rdx before division operations
mov rsi, 0Ah ; divide by 10
idiv rsi
add rdx, 30h ; 48 or '0' or 30h
push rdx
cmp rax, 0
jnz divideLoop
printLoop:
dec rcx
mov rdi, rsp
push rcx
call sprint
pop rcx
pop rax
cmp rcx, 0
jnz printLoop
mov rdi, 0Ah
call printChar
mov rdi, 0
call exit
SECTION .data
msg db 'Print integers:', 0h
|
programs/oeis/247/A247842.asm | neoneye/loda | 22 | 90698 | ; A247842: Sum(9^k, k=2..n).
; 0,81,810,7371,66420,597861,5380830,48427551,435848040,3922632441,35303692050,317733228531,2859599056860,25736391511821,231627523606470,2084647712458311,18761829412124880,168856464709124001,1519708182382116090,13677373641439044891,123096362772951404100,1107867264956562636981,9970805384609063732910,89737248461481573596271,807635236153334162366520,7268717125380007461298761,65418454128420067151688930,588766087155780604365200451,5298894784402025439286804140,47690053059618228953581237341,429210477536564060582231136150,3862894297829076545240080225431,34766048680461688907160722028960,312894438124155200164446498260721,2816049943117396801480018484346570,25344449488056571213320166359119211,228100045392509140919881497232072980
mov $1,9
pow $1,$0
div $1,8
mul $1,81
mov $0,$1
|
_maps/A.asm | vladjester2020/Sonic1TMR | 0 | 166567 | <gh_stars>0
; --------------------------------------------------------------------------------
; Sprite mappings - output from SonMapEd - Sonic 1 format
; --------------------------------------------------------------------------------
SME_V5bn1:
dc.w SME_V5bn1_30-SME_V5bn1, SME_V5bn1_36-SME_V5bn1
dc.w SME_V5bn1_3C-SME_V5bn1, SME_V5bn1_42-SME_V5bn1
dc.w SME_V5bn1_48-SME_V5bn1, SME_V5bn1_4E-SME_V5bn1
dc.w SME_V5bn1_54-SME_V5bn1, SME_V5bn1_5A-SME_V5bn1
dc.w SME_V5bn1_60-SME_V5bn1, SME_V5bn1_66-SME_V5bn1
dc.w SME_V5bn1_6C-SME_V5bn1, SME_V5bn1_72-SME_V5bn1
dc.w SME_V5bn1_78-SME_V5bn1, SME_V5bn1_7E-SME_V5bn1
dc.w SME_V5bn1_84-SME_V5bn1, SME_V5bn1_8A-SME_V5bn1
dc.w SME_V5bn1_90-SME_V5bn1, SME_V5bn1_96-SME_V5bn1
dc.w SME_V5bn1_9C-SME_V5bn1, SME_V5bn1_A2-SME_V5bn1
dc.w SME_V5bn1_A8-SME_V5bn1, SME_V5bn1_AE-SME_V5bn1
dc.w SME_V5bn1_B4-SME_V5bn1, SME_V5bn1_BA-SME_V5bn1
SME_V5bn1_30: dc.b 1
dc.b $EE, 6, 0, 0, $F8
SME_V5bn1_36: dc.b 1
dc.b $EE, 6, 0, 0, $F8
SME_V5bn1_3C: dc.b 1
dc.b $EE, 6, 0, 0, $F8
SME_V5bn1_42: dc.b 1
dc.b $EE, 6, 0, 0, $F8
SME_V5bn1_48: dc.b 1
dc.b $EE, 6, 0, 0, $F8
SME_V5bn1_4E: dc.b 1
dc.b $EE, 6, 0, 0, $F8
SME_V5bn1_54: dc.b 1
dc.b $EE, 6, 0, 0, $F8
SME_V5bn1_5A: dc.b 1
dc.b $EE, 6, 0, 0, $F8
SME_V5bn1_60: dc.b 1
dc.b $F6, 5, 0, $C, $F4
SME_V5bn1_66: dc.b 1
dc.b $F6, 5, 0, $C, $F4
SME_V5bn1_6C: dc.b 1
dc.b $F6, 5, 0, $C, $F4
SME_V5bn1_72: dc.b 1
dc.b $F6, 5, 0, $C, $F4
SME_V5bn1_78: dc.b 1
dc.b $F6, 5, 0, $C, $F4
SME_V5bn1_7E: dc.b 1
dc.b $F6, 5, 0, $C, $F4
SME_V5bn1_84: dc.b 1
dc.b $F6, 5, 0, $C, $F4
SME_V5bn1_8A: dc.b 1
dc.b $F6, 5, 0, $C, $F4
SME_V5bn1_90: dc.b 1
dc.b $F0, 6, 0, 6, $F8
SME_V5bn1_96: dc.b 1
dc.b $F0, 6, 0, 6, $F8
SME_V5bn1_9C: dc.b 1
dc.b $F0, 6, 0, 6, $F8
SME_V5bn1_A2: dc.b 1
dc.b $F0, 6, 0, 6, $F8
SME_V5bn1_A8: dc.b 1
dc.b $F0, 6, 0, 6, $F8
SME_V5bn1_AE: dc.b 1
dc.b $F0, 6, 0, 6, $F8
SME_V5bn1_B4: dc.b 1
dc.b $F0, 6, 0, 6, $F8
SME_V5bn1_BA: dc.b 1
dc.b $F0, 6, 0, 6, $F8
even |
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/sync1.adb | best08618/asylo | 7 | 325 | <reponame>best08618/asylo
-- { dg-do compile }
package body sync1 is
protected body Chopstick is
entry Pick_Up when not Busy is
begin
Busy := True;
end Pick_Up;
procedure Put_Down is
begin
Busy := False;
end Put_Down;
end Chopstick;
end sync1;
|
src/main/java/cn/edu/thssdb/parser/SQL.g4 | thss-cercis/ThssDB | 0 | 1549 | grammar SQL;
parse :
sql_stmt_list ;
sql_stmt_list :
';'* sql_stmt ( ';'+ sql_stmt )* ';'* ;
sql_stmt :
create_table_stmt
| create_db_stmt
| create_user_stmt
| drop_db_stmt
| drop_user_stmt
| delete_stmt
| drop_table_stmt
| insert_stmt
| select_stmt
| create_view_stmt
| drop_view_stmt
| grant_stmt
| revoke_stmt
| use_db_stmt
| show_db_stmt
| show_table_stmt
| show_meta_stmt
| quit_stmt
| update_stmt
| shutdown_stmt
| begin_stmt
| commit_stmt ;
create_db_stmt :
K_CREATE K_DATABASE database_name ;
drop_db_stmt :
K_DROP K_DATABASE ( K_IF K_EXISTS )? database_name ;
create_user_stmt :
K_CREATE K_USER user_name K_IDENTIFIED K_BY password ;
drop_user_stmt :
K_DROP K_USER ( K_IF K_EXISTS )? user_name ;
create_table_stmt :
K_CREATE K_TABLE table_name
'(' column_def ( ',' column_def )* ( ',' table_constraint )? ')' ;
show_meta_stmt :
K_SHOW K_TABLE table_name ;
grant_stmt :
K_GRANT auth_level ( ',' auth_level )* K_ON table_name K_TO user_name ;
revoke_stmt :
K_REVOKE auth_level ( ',' auth_level )* K_ON table_name K_FROM user_name ;
use_db_stmt :
K_USE database_name;
delete_stmt :
K_DELETE K_FROM table_name ( K_WHERE multiple_condition )? ;
drop_table_stmt :
K_DROP K_TABLE ( K_IF K_EXISTS )? table_name ;
show_db_stmt :
K_SHOW K_DATABASES;
quit_stmt :
K_QUIT;
show_table_stmt :
K_SHOW K_TABLES;
insert_stmt :
K_INSERT K_INTO table_name ( '(' column_name ( ',' column_name )* ')' )?
K_VALUES value_entry ( ',' value_entry )* ;
value_entry :
'(' literal_value ( ',' literal_value )* ')' ;
select_stmt :
K_SELECT ( K_DISTINCT | K_ALL )? result_column ( ',' result_column )*
K_FROM table_query ( ',' table_query )* ( K_WHERE multiple_condition )? ;
create_view_stmt :
K_CREATE K_VIEW view_name K_AS select_stmt ;
drop_view_stmt :
K_DROP K_VIEW ( K_IF K_EXISTS )? view_name ;
update_stmt :
K_UPDATE table_name
K_SET column_name '=' expression ( K_WHERE multiple_condition )? ;
shutdown_stmt :
K_SHUTDOWN ;
begin_stmt :
K_BEGIN ;
commit_stmt :
K_COMMIT ;
column_def :
column_name type_name column_constraint* ;
type_name :
T_INT
| T_LONG
| T_FLOAT
| T_DOUBLE
| T_STRING '(' NUMERIC_LITERAL ')' ;
// CHANGE SOMETHING
column_constraint :
// K_PRIMARY K_KEY
// | K_NOT K_NULL ;
K_NOT K_NULL;
multiple_condition :
condition
| multiple_condition AND multiple_condition
| multiple_condition OR multiple_condition ;
condition :
expression comparator expression;
comparer :
column_full_name
| literal_value ;
comparator :
EQ | NE | LE | GE | LT | GT ;
expression :
comparer
| expression ( MUL | DIV ) expression
| expression ( ADD | SUB ) expression
| '(' expression ')';
table_constraint :
K_PRIMARY K_KEY '(' column_name (',' column_name)* ')' ;
result_column
: '*'
| table_name '.' '*'
| column_full_name;
table_query :
table_name
| table_name ( K_JOIN table_name )+ K_ON multiple_condition ;
auth_level :
K_SELECT | K_INSERT | K_UPDATE | K_DELETE | K_DROP ;
literal_value :
NUMERIC_LITERAL
| STRING_LITERAL
| K_NULL ;
column_full_name:
( table_name '.' )? column_name ;
database_name :
IDENTIFIER ;
table_name :
IDENTIFIER ;
user_name :
IDENTIFIER ;
column_name :
IDENTIFIER ;
view_name :
IDENTIFIER;
password :
STRING_LITERAL ;
EQ : '=';
NE : '<>';
LT : '<';
GT : '>';
LE : '<=';
GE : '>=';
ADD : '+';
SUB : '-';
MUL : '*';
DIV : '/';
AND : '&&';
OR : '||';
T_INT : I N T;
T_LONG : L O N G;
T_FLOAT : F L O A T;
T_DOUBLE : D O U B L E;
T_STRING : S T R I N G;
K_ADD : A D D;
K_ALL : A L L;
K_AS : A S;
K_BY : B Y;
K_COLUMN : C O L U M N;
K_CREATE : C R E A T E;
K_DATABASE : D A T A B A S E;
K_DATABASES : D A T A B A S E S;
K_DELETE : D E L E T E;
K_DISTINCT : D I S T I N C T;
K_DROP : D R O P;
K_EXISTS : E X I S T S;
K_FROM : F R O M;
K_GRANT : G R A N T;
K_IF : I F;
K_IDENTIFIED : I D E N T I F I E D;
K_INSERT : I N S E R T;
K_INTO : I N T O;
K_JOIN : J O I N;
K_KEY : K E Y;
K_NOT : N O T;
K_NULL : N U L L;
K_ON : O N;
K_PRIMARY : P R I M A R Y;
K_QUIT : Q U I T;
K_REVOKE : R E V O K E;
K_SELECT : S E L E C T;
K_SET : S E T;
K_SHOW : S H O W;
K_TABLE : T A B L E;
K_TABLES : T A B L E S;
K_TO : T O;
K_UPDATE : U P D A T E;
K_USE : U S E;
K_USER : U S E R;
K_VALUES : V A L U E S;
K_VIEW : V I E W;
K_WHERE : W H E R E;
// 加入额外 token
K_SHUTDOWN : S H U T D O W N;
K_BEGIN : B E G I N;
K_COMMIT : C O M M I T;
IDENTIFIER :
[a-zA-Z_] [a-zA-Z_0-9]* ;
NUMERIC_LITERAL :
DIGIT+ EXPONENT?
| DIGIT+ '.' DIGIT* EXPONENT?
| '.' DIGIT+ EXPONENT? ;
EXPONENT :
E [-+]? DIGIT+ ;
STRING_LITERAL :
'\'' ( ~'\'' | '\'\'' )* '\'' ;
SINGLE_LINE_COMMENT :
'--' ~[\r\n]* -> channel(HIDDEN) ;
MULTILINE_COMMENT :
'/*' .*? ( '*/' | EOF ) -> channel(HIDDEN) ;
SPACES :
[ \u000B\t\r\n] -> channel(HIDDEN) ;
fragment DIGIT : [0-9] ;
fragment A : [aA] ;
fragment B : [bB] ;
fragment C : [cC] ;
fragment D : [dD] ;
fragment E : [eE] ;
fragment F : [fF] ;
fragment G : [gG] ;
fragment H : [hH] ;
fragment I : [iI] ;
fragment J : [jJ] ;
fragment K : [kK] ;
fragment L : [lL] ;
fragment M : [mM] ;
fragment N : [nN] ;
fragment O : [oO] ;
fragment P : [pP] ;
fragment Q : [qQ] ;
fragment R : [rR] ;
fragment S : [sS] ;
fragment T : [tT] ;
fragment U : [uU] ;
fragment V : [vV] ;
fragment W : [wW] ;
fragment X : [xX] ;
fragment Y : [yY] ;
fragment Z : [zZ] ;
|
programs/oeis/051/A051263.asm | neoneye/loda | 22 | 1744 | ; A051263: Expansion of 1/((1-x)*(1-x^3)^2*(1-x^5)).
; 1,1,1,3,3,4,7,7,9,13,14,17,22,24,28,35,38,43,52,56,63,74,79,88,101,108,119,134,143,156,174,185,200,221,234,252,276,291,312,339,357,381,411,432,459,493,517,547,585,612,646,688,718,756,802,836,878,928,966
mul $0,2
lpb $0
mov $2,$0
sub $0,6
seq $2,25781 ; Expansion of 1/((1-x)(1-x^5)(1-x^12)).
add $1,$2
lpe
add $1,1
mov $0,$1
|
test/asm/GT.asm | renatocf/MAC0242-PROJECT | 1 | 174457 | PUSH 0
PUSH 1
GT
JIF test
PUSH maior
PRN
END
|
programs/oeis/011/A011866.asm | jmorken/loda | 1 | 93562 | <reponame>jmorken/loda<gh_stars>1-10
; A011866: [ n(n-1)/13 ].
; 0,0,0,0,0,1,2,3,4,5,6,8,10,12,14,16,18,20,23,26,29,32,35,38,42,46,50,54,58,62,66,71,76,81,86,91,96,102,108,114,120,126,132,138,145,152,159,166,173,180,188,196,204,212,220,228,236,245,254,263,272,281,290,300,310,320,330,340,350,360,371,382,393,404,415,426,438,450,462,474,486,498,510,523,536,549,562,575,588,602,616,630,644,658,672,686,701,716,731,746,761,776,792,808,824,840,856,872,888,905,922,939,956,973,990,1008,1026,1044,1062,1080,1098,1116,1135,1154,1173,1192,1211,1230,1250,1270,1290,1310,1330,1350,1370,1391,1412,1433,1454,1475,1496,1518,1540,1562,1584,1606,1628,1650,1673,1696,1719,1742,1765,1788,1812,1836,1860,1884,1908,1932,1956,1981,2006,2031,2056,2081,2106,2132,2158,2184,2210,2236,2262,2288,2315,2342,2369,2396,2423,2450,2478,2506,2534,2562,2590,2618,2646,2675,2704,2733,2762,2791,2820,2850,2880,2910,2940,2970,3000,3030,3061,3092,3123,3154,3185,3216,3248,3280,3312,3344,3376,3408,3440,3473,3506,3539,3572,3605,3638,3672,3706,3740,3774,3808,3842,3876,3911,3946,3981,4016,4051,4086,4122,4158,4194,4230,4266,4302,4338,4375,4412,4449,4486,4523,4560,4598,4636,4674,4712,4750
bin $0,2
mov $1,$0
add $1,$0
div $1,13
|
discovery-frontend/src/app/data-preparation/dataflow/dataflow-detail/component/edit-dataflow-rule/rule/antlr4/Rule.g4 | mondeique/metatron-discovery | 2 | 6934 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
grammar Rule ;
ruleset : RULE_NAME args*
;
args : ARG_NAME ':' expr
;
expr : ('-'|'!') expr # unaryOpExpr
| <assoc=right> expr '^' expr # powOpExpr
| expr ('*'|'/'|'%') expr # mulDivModuloExpr
| expr ('+'|'-') expr # addSubExpr
| expr ('<'|'<='|'>'|'>='|'=='|'!=' | '=') expr # logicalOpExpr
| expr ('&&'|'||') expr # logicalAndOrExpr
| expr ('&'|'|') expr # logicalAndOrExpr2
| expr '=' expr # assignExpr
| '(' expr ')' # nestedExpr
| fn # functionExpr
| fn (',' fn)+ # functionArrayExpr
| IDENTIFIER # identifierExpr
| NULL # nullExpr
| DOUBLE # doubleExpr
| LONG # longExpr
| BOOLEAN # booleanExpr
| STRING # stringExpr
| REGEX # regularExpr
| IDENTIFIER (',' IDENTIFIER)+ # identifierArrayExpr
| STRING (',' STRING)+ # stringArrayExpr
| LONG (',' LONG)+ # longArrayExpr
| DOUBLE (',' DOUBLE)+ # doubleArrayExpr
| expr (',' expr)+ # exprArrayExpr
;
fn : IDENTIFIER '(' fnArgs? ')'
;
fnArgs : expr (',' expr)* # functionArgs
;
WS : [ \t\r\n]+ -> skip ;
RULE_NAME : ('drop' | 'header' | 'settype' | 'rename' | 'keep' | 'set' | 'derive' | 'replace' | 'countpattern' | 'split' | 'delete' | 'pivot' | 'unpivot' | 'extract' | 'flatten' | 'merge' | 'nest' | 'unnest' | 'join' | 'aggregate' | 'splitrows' | 'move' | 'sort' | 'union' | 'window' | 'setformat');
ARG_NAME : ('col' | 'row' | 'type' | 'rownum' | 'to' | 'value' | 'as' | 'on' | 'after' | 'before' | 'global' | 'with' | 'ignoreCase' | 'limit' | 'quote' | 'group' | 'groupEvery' | 'into' | 'markLineage' | 'pluck' | 'leftSelectCol' | 'rightSelectCol' | 'condition' | 'joinType' | 'idx' | 'dataset2' | 'order' | 'masterCol' | 'slaveCol' | 'totalCol' | 'partition' | 'rowsBetween' | 'pattern' | 'format');
BOOLEAN : ('true' | 'false');
IDENTIFIER : [_$a-zA-Z\u0080-\uFFFF][._$a-zA-Z0-9[\]\u0080-\uFFFF]* [~]* [_$a-zA-Z\u0080-\uFFFF]*[._$a-zA-Z0-9[\]\u0080-\uFFFF]* | '`' ~[`]+ '`';
/*
IDENTIFIER : [_$a-zA-Z\uAC00-\uD7AF][._$a-zA-Z0-9\[\]\uAC00-\uD7AF]* [~]* [_$a-zA-Z\uAC00-\uD7AF]*[._$a-zA-Z0-9\[\]\uAC00-\uD7AF]* | '"' ~["]+ '"';
*/
NULL : 'null';
LONG : [0-9]+ ;
DOUBLE : [0-9]+ '.' [0-9]* ;
STRING : '\'' (ESC | ~ ['\\])* '\'';
REGEX : ':' [ ]* '/' (ESC | ~ ['/])* '/';
fragment ESC : '\\' (['\\/bfnrt] | UNICODE) ;
fragment UNICODE : 'u' HEX HEX HEX HEX ;
fragment HEX : [0-9a-fA-F] ;
MINUS : '-' ;
NOT : '!' ;
POW : '^' ;
MUL : '*' ;
DIV : '/' ;
MODULO : '%' ;
PLUS : '+' ;
LT : '<' ;
LEQ : '<=' ;
GT : '>' ;
GEQ : '>=' ;
EQ : '==' ;
NEQ : '!=' ;
AND : '&&' ;
OR : '||' ;
ASSIGN : '=' ;
|
iod/con2/sprite/cf4.asm | olifink/smsqe | 0 | 176910 | * Sprite cf4
*
* Mode 4
* +|----------+
* - gg ggg g -
* |g g gg |
* |g g g g |
* |g gg g g |
* |g g ggggg|
* |g g g |
* | gg g g |
* +|----------+
*
section sprite
xdef sp_cf4
xref sp_zero
sp_cf4
dc.w $0100,$0000
dc.w 11,7,0,0
dc.l sc4_cf4-*
dc.l sp_zero-*
dc.l 0
sc4_cf4
dc.w $6e00,$4000
dc.w $8800,$c000
dc.w $8900,$4000
dc.w $8d00,$4000
dc.w $8b00,$e000
dc.w $8800,$4000
dc.w $6800,$4000
*
end
|
test/interaction/Issue2174.agda | cruhland/agda | 1,989 | 13256 | <gh_stars>1000+
postulate
F : Set → Set
G : Set
G = {!F ?!}
-- KEEP COMMENTS AT THE END to not mess with the ranges in Issue2174.sh
-- Andreas, 2016-09-10, issue #2174 reported by Nisse
-- First infer, then give should goalify the questionmark
|
sertest.asm | WA6YDQ/nano80 | 2 | 3685 | ; sertest.asm
; test serial read/write of nano80
; <NAME> 2019
; this program reads from the serial port. When a character
; is available, is returns it on the serial port ans sends it to
;the LED display port as well.
org 0
STATUS equ 2 ; serial status 0=not ready, n=# of chars
SIN equ 1 ; serial in
SOUT equ 1 ; serial out
LED equ 0 ; LED output port
start in STATUS
cpi 0
jz start
mov c,a ; save char count to receive
loop in SIN
out SOUT
out LED
dcr c
jnz loop
jmp start ; continue forever
|
ASM/helloworld.asm | TravorLZH/various-code | 0 | 17997 | ; Disassembly of file: helloworld.o
; Mon Sep 18 07:52:06 2017
; Mode: 32 bits
; Syntax: YASM/NASM
; Instruction set: 80386
global _main: function
extern _printf ; near
extern __alloca ; near
extern ___main ; near
SECTION .text align=1 execute ; section number 1, code
.text: ; Local function
_main:
push ebp ; 0000 _ 55
mov ebp, esp ; 0001 _ 89. E5
sub esp, 8 ; 0003 _ 83. EC, 08
and esp, 0FFFFFFF0H ; 0006 _ 83. E4, F0
mov eax, 0 ; 0009 _ B8, 00000000
add eax, 15 ; 000E _ 83. C0, 0F
add eax, 15 ; 0011 _ 83. C0, 0F
shr eax, 4 ; 0014 _ C1. E8, 04
shl eax, 4 ; 0017 _ C1. E0, 04
mov dword [ebp-4H], eax ; 001A _ 89. 45, FC
mov eax, dword [ebp-4H] ; 001D _ 8B. 45, FC
call __alloca ; 0020 _ E8, 00000000(rel)
call ___main ; 0025 _ E8, 00000000(rel)
mov dword [esp], ?_001 ; 002A _ C7. 04 24, 00000000(d)
call _printf ; 0031 _ E8, 00000000(rel)
mov eax, 0 ; 0036 _ B8, 00000000
leave ; 003B _ C9
ret ; 003C _ C3
nop ; 003D _ 90
nop ; 003E _ 90
nop ; 003F _ 90
SECTION .data align=1 noexecute ; section number 2, data
SECTION .bss align=1 noexecute ; section number 3, bss
SECTION .rdata align=1 noexecute ; section number 4, const
?_001: ; byte
db 48H, 65H, 6CH, 6CH, 6FH, 20H, 77H, 6FH ; 0000 _ Hello wo
db 72H, 6CH, 64H, 21H, 0AH, 00H, 00H, 00H ; 0008 _ rld!....
|
test/Succeed/Issue4429Injectivity.agda | shlevy/agda | 1,989 | 1832 | -- Andreas, 2020-02-10, issue 4429, reported by Nisse
--
-- Injectivity analysis can make type checker loop (or slow down)
-- since it reduces the rhs of definitions.
--
-- Try to be smarter and do not needlessly invoke the injectivity
-- analysis. For instance, do not consider a projection pattern
-- a proper match for the sake of injectivity, since a metavariable
-- cannot occupy its position (unlike for constructor and literal patterns).
-- {-# OPTIONS -v tc.inj.check:45 #-}
record _⇔_ (A B : Set) : Set where
field
to : A → B
from : B → A
postulate
A : Set
{-# TERMINATING #-}
to : A → A
to = to -- An approximation of slow but terminating code.
{-# TERMINATING #-}
from : A → A
from = from -- An approximation of slow but terminating code.
works : A ⇔ A
works = record
{ to = to
; from = from
}
test : A ⇔ A
test ._⇔_.to = to
test ._⇔_.from = from
-- WAS: Definition by copatterns loops, because the injectivity
-- checker tries to reduce the rhs.
-- Should pass, since now injectivity checker does not consider
-- a projection pattern as proper match.
-- Thus, injectivity for this function would be pointless.
|
eater-6502/snakeGame/lcd.asm | willgames-afk/code_stuff | 0 | 240941 | ;LCD SUBROUTINES
;Include labels.s
lcd_wait:
;Checks the LCD busy flag until it's not set.
pha ;don't overwrite the A register
lda #%00000000 ;set PORTB to input
sta DDRB
lcd_busy:
lda #RW ;Send Instruction
sta PORTA
lda #(RW | E)
sta PORTA
lda PORTB
and #%10000000 ; We only care about the busy flag
bne lcd_busy ;if it's set, keep looping. Otherwise, the LCD is ready.
lda #RW ;Clear E bit
sta PORTA
lda #%11111111 ;set PORTB to output
sta DDRB
pla
rts
lcd_instruction:
;Sends an Instruction to the LCD
jsr lcd_wait ;wait until the LCD is available
sta PORTB
;Clear RS/RW/E, then Set E bit, then clear all.
lda #0
sta PORTA
lda #E
sta PORTA
lda #0
sta PORTA
rts
lcd_char:
;Sends a Character to the LCD
jsr lcd_wait ;wait until the LCD is available
sta PORTB
;Set RS, Clear RW/E, then Set E bit, then clear E bit.
lda #RS
STA PORTA
lda #(RS | E)
sta PORTA
lda #RS
sta PORTA
rts
lcd_initNormal:
;Sets up LCD
LDA #%00111000 ;8-bit mode, 2-line display, 5x8 font
jsr lcd_instruction
lda #%00001110 ;Display on, Cursor on, blink off
jsr lcd_instruction
lda #%00000110 ;Increment and shift cursor but not display
jsr lcd_instruction
lda #%00000001 ;Clear the display
jsr lcd_instruction |
mouse.applescript | kaushikb1996/mac-inverse-click | 1 | 286 | try
tell application "System Preferences"
(run)
set current pane to pane "com.apple.preference.trackpad"
end tell
tell application "System Events"
tell process "System Preferences"
delay 0.6
click radio button "Scroll & Zoom" of tab group 1 of window "Trackpad"
click checkbox 1 of tab group 1 of window "Trackpad"
end tell
tell application "System Preferences" to quit
end tell
end try |
Assembly Files/Basic Test Files/IO_Test.asm | bgmichelsen/6502-Computer | 0 | 164057 | START:
LDA #$01 ; Load the accumulator with 1
STA $B402 ; Store that at the Direction Control B register in the 65C22
STA $B400 ; Output a "1" to the PORTB register to turn on an LED
END:
JMP END ; Endless loop |
archived/0v3/hardware/Gerbers/Lime_RFE-SIG2.g4 | mfkiwl/LimeRFE | 17 | 5213 | <reponame>mfkiwl/LimeRFE<gh_stars>10-100
G04 #@! TF.FileFunction,Copper,L4,Inr,Signal*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 4.0.7) date Tue Jun 4 16:27:16 2019*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.150000*%
%ADD11C,0.500000*%
%ADD12C,5.000000*%
%ADD13C,3.000000*%
%ADD14R,4.000000X1.300000*%
%ADD15R,1.300000X4.000000*%
%ADD16R,1.750000X4.250000*%
%ADD17C,0.700000*%
%ADD18C,0.200000*%
%ADD19C,0.300000*%
%ADD20C,0.500000*%
%ADD21C,1.000000*%
%ADD22C,0.600000*%
%ADD23C,0.100000*%
G04 APERTURE END LIST*
D10*
D11*
X122137860Y-50857020D03*
D12*
X71326540Y-163471680D03*
X71326540Y-117751680D03*
X71326540Y-72031680D03*
X124666540Y-72031680D03*
X124666540Y-163471680D03*
X124666540Y-117751680D03*
D11*
X146699660Y-59122180D03*
X136693720Y-98363520D03*
X136693720Y-97474520D03*
X136719120Y-96113920D03*
X136719120Y-95213920D03*
X136719120Y-94324920D03*
X138866300Y-94108140D03*
X139181260Y-84466300D03*
X139790860Y-85147020D03*
X140588420Y-85837900D03*
X138668180Y-86691340D03*
X138007780Y-86025860D03*
X136529500Y-84557740D03*
X135894500Y-83917660D03*
X139928020Y-78202660D03*
X134473400Y-75578920D03*
X132103760Y-78809360D03*
X132084500Y-79965420D03*
X142427380Y-57994420D03*
X144261260Y-58568460D03*
X146003700Y-58487180D03*
X145414420Y-56455180D03*
X140283620Y-55540780D03*
X138421800Y-53818660D03*
X134289220Y-58741180D03*
X132475660Y-60641100D03*
X127893500Y-55769380D03*
X129387020Y-56953020D03*
X130226080Y-57695440D03*
X138324960Y-65441280D03*
X49820640Y-152111620D03*
X51977100Y-152149720D03*
X137250320Y-59178640D03*
X135178220Y-60966220D03*
X135188380Y-58741180D03*
X132003220Y-59396500D03*
X143423060Y-52949980D03*
X143417980Y-51857780D03*
X141746660Y-52101620D03*
X141721260Y-53117620D03*
X143697380Y-55296940D03*
X143702460Y-54321580D03*
X141924460Y-54255540D03*
X151098940Y-70750300D03*
X147817260Y-68819900D03*
X147837580Y-64781300D03*
X149894980Y-68570980D03*
X149849260Y-66615180D03*
X149859420Y-65604260D03*
X149879740Y-64542540D03*
X149239660Y-72802620D03*
X152998860Y-73803380D03*
X150712860Y-73777980D03*
X151779660Y-73793220D03*
X148503060Y-86615140D03*
X144751000Y-76127040D03*
X145360600Y-76584240D03*
X140860200Y-88365200D03*
X139376840Y-87415240D03*
X141373280Y-86221440D03*
X145350600Y-79448000D03*
X145360600Y-78448000D03*
X145360600Y-77458000D03*
X145399180Y-80397220D03*
X145348380Y-83722080D03*
X138830740Y-77285720D03*
X144332380Y-72314940D03*
X145506640Y-71171800D03*
X143459400Y-69754480D03*
X134492400Y-65507040D03*
X135077400Y-68631800D03*
X134502560Y-66319840D03*
X134492560Y-67199840D03*
X134452560Y-68189840D03*
X141786760Y-60987120D03*
X137214760Y-60971880D03*
X86552460Y-72774680D03*
X87949460Y-72774680D03*
X83758460Y-72774680D03*
X85155460Y-72774680D03*
X106674340Y-89843480D03*
X105277340Y-89843480D03*
X99689340Y-89843480D03*
X101086340Y-89843480D03*
X102483340Y-89843480D03*
X103880340Y-89843480D03*
X92704340Y-89843480D03*
X91307340Y-89843480D03*
X89910340Y-89843480D03*
X88513340Y-89843480D03*
X94101340Y-89843480D03*
X95498340Y-89843480D03*
X96895340Y-89843480D03*
X98292340Y-89843480D03*
X75940340Y-89843480D03*
X74543340Y-89843480D03*
X73146340Y-89843480D03*
X81528340Y-89843480D03*
X80131340Y-89843480D03*
X78734340Y-89843480D03*
X77337340Y-89843480D03*
X82925340Y-89843480D03*
X84322340Y-89843480D03*
X85719340Y-89843480D03*
X87116340Y-89843480D03*
X87116340Y-89830780D03*
X110250660Y-86508460D03*
X111647660Y-86508460D03*
X108536160Y-86559260D03*
X113174200Y-86477980D03*
X116285700Y-86427180D03*
X114888700Y-86427180D03*
X126224320Y-79890360D03*
X126249720Y-78920080D03*
X124090720Y-79936080D03*
X124080560Y-78955640D03*
X120044900Y-72223500D03*
X120060140Y-70117840D03*
X117504900Y-72281920D03*
X113313900Y-72281920D03*
X114710900Y-72281920D03*
X116107900Y-72281920D03*
X117443940Y-70148320D03*
X116046940Y-70148320D03*
X114649940Y-70148320D03*
X118840940Y-70148320D03*
X122865040Y-122410920D03*
X124358560Y-122563320D03*
X127660560Y-122446480D03*
X108654900Y-126131200D03*
X109654900Y-126131200D03*
X92586860Y-127523120D03*
X93586860Y-127523120D03*
X91573660Y-127523120D03*
X95165220Y-123398160D03*
X97178420Y-123398160D03*
X96178420Y-123398160D03*
X90473580Y-117652680D03*
X91473580Y-117652680D03*
X89460380Y-117652680D03*
X93692020Y-115707040D03*
X95705220Y-115707040D03*
X94705220Y-115707040D03*
X96523860Y-114812960D03*
X97523860Y-114812960D03*
X95510660Y-114812960D03*
X90415420Y-108188640D03*
X92428620Y-108188640D03*
X91428620Y-108188640D03*
X91489580Y-106928800D03*
X92489580Y-106928800D03*
X90476380Y-106928800D03*
X82043580Y-106217600D03*
X84056780Y-106217600D03*
X83056780Y-106217600D03*
X81532780Y-107660320D03*
X82532780Y-107660320D03*
X80519580Y-107660320D03*
X78519580Y-107660320D03*
X79519580Y-107660320D03*
X76781460Y-106207440D03*
X75781460Y-106207440D03*
X77781460Y-106207440D03*
X79794660Y-106207440D03*
X78794660Y-106207440D03*
D13*
X94776980Y-43297980D03*
X84616980Y-43297980D03*
X74456980Y-43297980D03*
X64296980Y-43297980D03*
X59216980Y-43297980D03*
X69376980Y-43297980D03*
X79536980Y-43297980D03*
X89696980Y-43347980D03*
X46288380Y-43348780D03*
X51368380Y-43348780D03*
D14*
X150302580Y-166653680D03*
D15*
X153552580Y-171453680D03*
D16*
X147302580Y-171453680D03*
D11*
X125673540Y-43399580D03*
X126963860Y-43399580D03*
X125434780Y-40305860D03*
X129356540Y-40244900D03*
X130646860Y-40244900D03*
X153811660Y-36790500D03*
X132991280Y-50892580D03*
X132991280Y-53089680D03*
X131594280Y-53089680D03*
X131594280Y-50892580D03*
X128800280Y-50892580D03*
X128800280Y-53089680D03*
X130197280Y-53089680D03*
X130197280Y-50892580D03*
X135785280Y-50892580D03*
X135785280Y-53089680D03*
X134388280Y-53089680D03*
X134388280Y-50892580D03*
X137182280Y-50892580D03*
X137182280Y-53089680D03*
X120359860Y-49185700D03*
X115853900Y-53412260D03*
X116930860Y-53422420D03*
X114830280Y-50892580D03*
X112036280Y-50892580D03*
X114263860Y-53752620D03*
X109387060Y-55317260D03*
X113433280Y-50892580D03*
X120283660Y-50862100D03*
X122148020Y-53097300D03*
X120314140Y-53082060D03*
X119033980Y-49774980D03*
X117916380Y-53417340D03*
X119021280Y-53089680D03*
X119039060Y-50582700D03*
X124609280Y-50892580D03*
X124609280Y-53089680D03*
X123212280Y-53089680D03*
X123212280Y-50892580D03*
X126006280Y-50892580D03*
X126006280Y-53089680D03*
X127403280Y-53089680D03*
X127403280Y-50892580D03*
X128040820Y-40270300D03*
X126750500Y-40270300D03*
X124672780Y-38929180D03*
X142305460Y-39203500D03*
X140436020Y-38258620D03*
X135203620Y-39081580D03*
X134261280Y-38687880D03*
X133257980Y-34725480D03*
X135328080Y-34776280D03*
X154065660Y-35799900D03*
X154936880Y-34369880D03*
X149475880Y-34026980D03*
X147139080Y-34026980D03*
X139567340Y-52015260D03*
X128056060Y-53590060D03*
X128076380Y-50143280D03*
X123580580Y-49279680D03*
X126666680Y-50181380D03*
X129752780Y-49533680D03*
X126717480Y-49254280D03*
X125320480Y-49254280D03*
X52532440Y-97820680D03*
X52532440Y-96820680D03*
X52607020Y-90798040D03*
X52625680Y-91646880D03*
X52607020Y-89798040D03*
X52607020Y-88784840D03*
X52607020Y-87784840D03*
X52563840Y-95859500D03*
X52612980Y-93424880D03*
X52570540Y-102753880D03*
X52570540Y-103769880D03*
X52570540Y-104769880D03*
X52570540Y-105769880D03*
X52570540Y-106769880D03*
X53044780Y-109312580D03*
X54594180Y-110836580D03*
X53908380Y-110150780D03*
X56081980Y-112003720D03*
X58081980Y-112003720D03*
X57081980Y-112003720D03*
X59081980Y-112003720D03*
X60081980Y-112003720D03*
X61044380Y-112003720D03*
X120646880Y-160785680D03*
X122894780Y-158906080D03*
X141360580Y-46066580D03*
X141360580Y-48263680D03*
X139963580Y-48263680D03*
X139963580Y-46066580D03*
X137169580Y-46066580D03*
X137169580Y-48263680D03*
X138566580Y-48263680D03*
X138566580Y-46066580D03*
X144078380Y-48263680D03*
X142757580Y-48263680D03*
X142757580Y-46066580D03*
X124596580Y-46066580D03*
X124596580Y-48263680D03*
X123199580Y-48263680D03*
X123199580Y-46066580D03*
X120786580Y-46053880D03*
X120786580Y-48250980D03*
X130184580Y-46066580D03*
X130184580Y-48263680D03*
X128787580Y-48263680D03*
X128787580Y-46066580D03*
X125993580Y-46066580D03*
X125993580Y-48263680D03*
X127390580Y-48263680D03*
X127390580Y-46066580D03*
X132978580Y-46066580D03*
X132978580Y-48263680D03*
X131581580Y-48263680D03*
X131581580Y-46066580D03*
X134375580Y-46066580D03*
X134375580Y-48263680D03*
X135772580Y-48263680D03*
X135772580Y-46066580D03*
X141081180Y-57115580D03*
X138917140Y-159801480D03*
X138917140Y-161801480D03*
X138917140Y-160801480D03*
X142554380Y-153559380D03*
X143113180Y-161369880D03*
X143108140Y-160667880D03*
X140606240Y-163588880D03*
X141571440Y-163636380D03*
X66265480Y-55642380D03*
X140757720Y-105536640D03*
X139894120Y-104736540D03*
X139424220Y-103872940D03*
X139424220Y-102872940D03*
X139424220Y-98013840D03*
X139424220Y-100815540D03*
X139424220Y-99815540D03*
X139424220Y-101815540D03*
X139424220Y-98915540D03*
X139450540Y-139543680D03*
X139450540Y-136543680D03*
X139450540Y-135543680D03*
X139450540Y-137543680D03*
X139450540Y-138543680D03*
X139450540Y-134426080D03*
X139437840Y-131521580D03*
X139437840Y-130521580D03*
X139437840Y-129521580D03*
X139437840Y-126371980D03*
X139437840Y-127371980D03*
X139437840Y-128371980D03*
X142592480Y-80483580D03*
X142020980Y-75924280D03*
X142020500Y-76950000D03*
X142020500Y-77940000D03*
X142010500Y-78940000D03*
X142000500Y-79940000D03*
X133926740Y-146446980D03*
X133829480Y-149711280D03*
X133926740Y-145446980D03*
X133926740Y-144446980D03*
X133926740Y-143446980D03*
X136714040Y-150332380D03*
X136079040Y-151891180D03*
X136066340Y-145872380D03*
X136066340Y-144872380D03*
X136066340Y-143872380D03*
X136066340Y-147872380D03*
X136066340Y-146872380D03*
X136066340Y-148872380D03*
X136066340Y-149872380D03*
X130185340Y-125491580D03*
X131188640Y-125834480D03*
X131188640Y-126609180D03*
X136701340Y-137830980D03*
X136701340Y-136830980D03*
X136701340Y-134830980D03*
X136701340Y-135830980D03*
X136701340Y-139830980D03*
X136701340Y-138830980D03*
X136701340Y-133830980D03*
X136701340Y-132830980D03*
X136701340Y-130830980D03*
X136701340Y-131830980D03*
X136701340Y-127830980D03*
X136701340Y-126830980D03*
X136701340Y-128830980D03*
X136701340Y-129830980D03*
X135467780Y-124616080D03*
X136701340Y-125930980D03*
X133939440Y-140386780D03*
X133926740Y-134408880D03*
X133926740Y-133408880D03*
X133926740Y-131408880D03*
X133926740Y-132408880D03*
X133926740Y-136408880D03*
X133926740Y-135408880D03*
X133926740Y-137408880D03*
X133926740Y-138408880D03*
X133926740Y-130408880D03*
X133926740Y-129408880D03*
X133926740Y-127408880D03*
X133926740Y-128408880D03*
X133926740Y-126408880D03*
X133926740Y-139408880D03*
X131162480Y-143704180D03*
X131158140Y-142913580D03*
X87830080Y-69129780D03*
X98396480Y-67161280D03*
X90979680Y-68634480D03*
X88579380Y-66805680D03*
X89227080Y-72241280D03*
X89950980Y-72241280D03*
X80806980Y-71923780D03*
X80083080Y-71923780D03*
X103946380Y-111992280D03*
X60385380Y-90084780D03*
X60372680Y-91024580D03*
X109371180Y-89931120D03*
X111885780Y-90108920D03*
X116590880Y-91003000D03*
X63255580Y-79238980D03*
X105470380Y-71872980D03*
X103768580Y-64062480D03*
X82673880Y-70056880D03*
X89709680Y-67148580D03*
X129633020Y-93502360D03*
X59036110Y-76852330D03*
X58147110Y-76852330D03*
X58147110Y-77868330D03*
X58147110Y-78868330D03*
X58528110Y-80900330D03*
X58528110Y-79900330D03*
X59036110Y-78868330D03*
X59036110Y-77868330D03*
X114830280Y-66297680D03*
X106346680Y-70183880D03*
X104449400Y-68988100D03*
X113268180Y-84166580D03*
X114665180Y-84166580D03*
X108759680Y-84217380D03*
X108759680Y-82020280D03*
X107362680Y-82020280D03*
X107362680Y-84217380D03*
X111553680Y-84217380D03*
X111553680Y-82020280D03*
X110156680Y-82020280D03*
X110156680Y-84217380D03*
X105635480Y-87405080D03*
X102574780Y-83595080D03*
X101634980Y-84522180D03*
X99958580Y-81893280D03*
X99209280Y-82591780D03*
X101901680Y-70602980D03*
X100504680Y-70602980D03*
X103298680Y-70602980D03*
X98977900Y-74661200D03*
X98297900Y-75371200D03*
X100273300Y-73340400D03*
X99593300Y-74050400D03*
X101725300Y-72772000D03*
X100413000Y-74127800D03*
X101103000Y-73457800D03*
X99733000Y-74837800D03*
X97535900Y-73097900D03*
X98905900Y-71717900D03*
X98215900Y-72387900D03*
X63839780Y-86820880D03*
X82965980Y-87773380D03*
X84362980Y-74603480D03*
X84362980Y-76800580D03*
X84362980Y-85588980D03*
X84362980Y-78997680D03*
X84362980Y-83391880D03*
X84362980Y-81194780D03*
X82965980Y-87786080D03*
X82965980Y-81194780D03*
X82965980Y-83391880D03*
X82965980Y-78997680D03*
X82965980Y-85588980D03*
X82965980Y-76800580D03*
X82965980Y-74603480D03*
X81568980Y-87786080D03*
X80171980Y-74603480D03*
X80171980Y-76800580D03*
X80171980Y-85588980D03*
X80171980Y-78997680D03*
X80171980Y-83391880D03*
X80171980Y-81194780D03*
X80171980Y-87786080D03*
X81568980Y-81194780D03*
X81568980Y-83391880D03*
X81568980Y-78997680D03*
X81568980Y-85588980D03*
X81568980Y-76800580D03*
X81568980Y-74603480D03*
X78774980Y-87786080D03*
X73186980Y-87786080D03*
X75980980Y-74603480D03*
X75980980Y-76800580D03*
X75980980Y-85588980D03*
X75980980Y-78997680D03*
X75980980Y-83391880D03*
X75980980Y-81194780D03*
X74583980Y-87786080D03*
X74583980Y-81194780D03*
X74583980Y-83391880D03*
X74583980Y-78997680D03*
X74583980Y-85588980D03*
X74583980Y-76800580D03*
X74583980Y-74603480D03*
X75980980Y-87786080D03*
X77377980Y-74603480D03*
X77377980Y-76800580D03*
X77377980Y-85588980D03*
X77377980Y-78997680D03*
X77377980Y-83391880D03*
X77377980Y-81194780D03*
X77377980Y-87786080D03*
X78774980Y-81194780D03*
X78774980Y-83391880D03*
X78774980Y-78997680D03*
X78774980Y-85588980D03*
X78774980Y-76800580D03*
X78774980Y-74603480D03*
X67598980Y-74603480D03*
X66671880Y-83391880D03*
X66392480Y-78794480D03*
X66201980Y-85588980D03*
X66201980Y-74603480D03*
X64843080Y-87709880D03*
X63712780Y-75543280D03*
X62963480Y-77181580D03*
X62645980Y-84522180D03*
X62645980Y-83391880D03*
X63407980Y-81194780D03*
X63001580Y-85931880D03*
X64868480Y-80432780D03*
X65160580Y-77206980D03*
X70392980Y-74603480D03*
X70392980Y-76800580D03*
X70392980Y-85588980D03*
X70392980Y-78997680D03*
X70392980Y-83391880D03*
X70392980Y-81194780D03*
X68995980Y-87786080D03*
X68995980Y-81194780D03*
X68995980Y-83391880D03*
X68995980Y-78997680D03*
X68995980Y-85588980D03*
X68995980Y-76800580D03*
X68995980Y-74603480D03*
X70392980Y-87786080D03*
X71789980Y-74603480D03*
X71789980Y-76800580D03*
X71789980Y-85588980D03*
X71789980Y-78997680D03*
X71789980Y-83391880D03*
X71789980Y-81194780D03*
X71789980Y-87786080D03*
X73186980Y-81194780D03*
X73186980Y-83391880D03*
X73186980Y-78997680D03*
X73186980Y-85588980D03*
X73186980Y-76800580D03*
X73186980Y-74603480D03*
X95538980Y-76800580D03*
X95538980Y-85588980D03*
X95538980Y-78997680D03*
X95538980Y-83391880D03*
X95538980Y-81194780D03*
X94141980Y-87786080D03*
X94141980Y-81194780D03*
X94141980Y-83391880D03*
X94141980Y-78997680D03*
X94141980Y-85588980D03*
X94141980Y-76800580D03*
X94141980Y-74603480D03*
X92744980Y-87786080D03*
X91347980Y-74603480D03*
X91347980Y-76800580D03*
X91347980Y-85588980D03*
X91347980Y-78997680D03*
X91347980Y-83391880D03*
X91347980Y-81194780D03*
X91347980Y-87786080D03*
X92744980Y-81194780D03*
X92744980Y-83391880D03*
X92744980Y-78997680D03*
X92744980Y-85588980D03*
X92744980Y-76800580D03*
X92744980Y-74603480D03*
X89950980Y-87786080D03*
X84362980Y-87786080D03*
X87156980Y-74603480D03*
X87156980Y-76800580D03*
X87156980Y-85588980D03*
X87156980Y-78997680D03*
X87156980Y-83391880D03*
X87156980Y-81194780D03*
X85759980Y-87786080D03*
X85759980Y-81194780D03*
X85759980Y-83391880D03*
X85759980Y-78997680D03*
X85759980Y-85588980D03*
X85759980Y-76800580D03*
X85759980Y-74603480D03*
X87156980Y-87786080D03*
X88553980Y-74603480D03*
X88553980Y-76800580D03*
X88553980Y-85588980D03*
X88553980Y-78997680D03*
X88553980Y-83391880D03*
X88553980Y-81194780D03*
X88553980Y-87786080D03*
X89950980Y-81194780D03*
X89950980Y-83391880D03*
X89950980Y-78997680D03*
X89950980Y-85588980D03*
X89950980Y-76800580D03*
X89950980Y-74603480D03*
X101126980Y-76800580D03*
X101126980Y-85588980D03*
X101126980Y-78997680D03*
X101800080Y-81118580D03*
X99729980Y-87786080D03*
X100199880Y-82883880D03*
X99729980Y-78997680D03*
X99729980Y-85588980D03*
X99107680Y-75479780D03*
X98332980Y-87786080D03*
X96935980Y-76800580D03*
X96935980Y-85588980D03*
X96935980Y-78997680D03*
X96935980Y-83391880D03*
X96935980Y-87786080D03*
X98332980Y-83391880D03*
X98332980Y-78997680D03*
X98332980Y-85588980D03*
X98447280Y-76127480D03*
X95538980Y-87786080D03*
X101126980Y-87786080D03*
X103324080Y-74705080D03*
X101050780Y-81969480D03*
X103501880Y-84903180D03*
X103920980Y-78997680D03*
X103489180Y-83417280D03*
X102523980Y-87786080D03*
X102523980Y-78997680D03*
X102523980Y-85588980D03*
X102257280Y-75771880D03*
X103920980Y-87786080D03*
X100174480Y-77803880D03*
X100707880Y-81118580D03*
X105660880Y-86249380D03*
X105648180Y-83595080D03*
X105648180Y-84890480D03*
X97647180Y-81245580D03*
X96008880Y-74743180D03*
X105474750Y-80323310D03*
X155432180Y-45749080D03*
X154132200Y-33817800D03*
X109043540Y-149790780D03*
X80896800Y-53466500D03*
X81087300Y-52450500D03*
X48176340Y-51408780D03*
X48138240Y-47459080D03*
X46004640Y-49529180D03*
X144738780Y-83264880D03*
X147451180Y-80649420D03*
X144759100Y-79970500D03*
X147441340Y-83262340D03*
X147461660Y-84964140D03*
X147474360Y-75517880D03*
X148630060Y-70978900D03*
X148071260Y-70013700D03*
X147760900Y-72301800D03*
X145307740Y-72304780D03*
X144979600Y-74702100D03*
X117408500Y-47203420D03*
X154327280Y-64684780D03*
X151685680Y-65167380D03*
X152498480Y-65192780D03*
X152739780Y-71664700D03*
X151672980Y-71649460D03*
X153958980Y-71674860D03*
X154962280Y-94097980D03*
X152879480Y-94097980D03*
X153844680Y-94123380D03*
X153882780Y-101616380D03*
X152917580Y-101590980D03*
X150834780Y-101590980D03*
X151799980Y-101616380D03*
X151926980Y-96104580D03*
X150961780Y-96079180D03*
X153044580Y-96079180D03*
X154009780Y-96104580D03*
X151380880Y-96676080D03*
X152346080Y-96701480D03*
X152422280Y-102289480D03*
X151457080Y-102264080D03*
X153539880Y-108931580D03*
X152574680Y-108906180D03*
X151126880Y-116538880D03*
X152092080Y-116564280D03*
X152447680Y-114773580D03*
X151482480Y-114748180D03*
X138840940Y-127889380D03*
X138840940Y-126889380D03*
X138840940Y-125889380D03*
X141898830Y-126830570D03*
X154136780Y-88601420D03*
X154995300Y-87773380D03*
X147507380Y-86610060D03*
X153003940Y-88703020D03*
X150626500Y-86610060D03*
X149585100Y-86584660D03*
X133760900Y-103739820D03*
X133776140Y-104720260D03*
X75130080Y-130089780D03*
X74087280Y-127408820D03*
X75087280Y-127408820D03*
X73087280Y-127408820D03*
X62889180Y-130596520D03*
X66797480Y-130101220D03*
X65797480Y-130101220D03*
X65606980Y-127396120D03*
X67606980Y-127396120D03*
X66606980Y-127396120D03*
X70456480Y-127384680D03*
X71396280Y-127397380D03*
X64593780Y-127396120D03*
X62593780Y-127396120D03*
X63593780Y-127396120D03*
X108532220Y-102265360D03*
X107532220Y-102265360D03*
X105544420Y-102257740D03*
X106544420Y-102257740D03*
X102544680Y-102250120D03*
X101544680Y-102250120D03*
X103544680Y-102250120D03*
X104544680Y-102250120D03*
X111693380Y-102276780D03*
X112734780Y-102264080D03*
X113699980Y-102264080D03*
X116032080Y-102300920D03*
X119229180Y-102275520D03*
X117924380Y-102262820D03*
X122362520Y-105008560D03*
X121362520Y-105008560D03*
X119374720Y-105000940D03*
X120374720Y-105000940D03*
X116374980Y-104993320D03*
X115374980Y-104993320D03*
X117374980Y-104993320D03*
X118374980Y-104993320D03*
X123460820Y-105000940D03*
X124448620Y-105008560D03*
X113471380Y-105070780D03*
X112443820Y-105033960D03*
X111443820Y-105033960D03*
X110456020Y-105026340D03*
X105370180Y-105018720D03*
X104370180Y-105018720D03*
X102370180Y-105018720D03*
X103370180Y-105018720D03*
X107369920Y-105026340D03*
X106369920Y-105026340D03*
X108357720Y-105033960D03*
X109357720Y-105033960D03*
X99666480Y-101108380D03*
X101012680Y-99876480D03*
X98485380Y-98492180D03*
X97570980Y-99381180D03*
X92200280Y-112308520D03*
X91200280Y-112308520D03*
X97583680Y-112134520D03*
X96542280Y-112147220D03*
X95564380Y-112198020D03*
X92922780Y-109591980D03*
X91500380Y-109566580D03*
X95526280Y-109843440D03*
X96478780Y-109830740D03*
X97520180Y-109818040D03*
X96351780Y-107953680D03*
X96364480Y-106836080D03*
X96351780Y-102987980D03*
X96377180Y-105426380D03*
X96377180Y-104169080D03*
X107822900Y-68906900D03*
X109192900Y-67526900D03*
X108502900Y-68196900D03*
X51977980Y-93907480D03*
X51966940Y-95313400D03*
X52021160Y-92086300D03*
X52010120Y-87238740D03*
X52010120Y-88238740D03*
X52010120Y-89251940D03*
X52010120Y-91251940D03*
X52010120Y-90251940D03*
X43477340Y-67731840D03*
X45296900Y-70496840D03*
X43483340Y-70512080D03*
X54451200Y-77761580D03*
X147898540Y-56871740D03*
X140598580Y-59426980D03*
X141322480Y-58550680D03*
X140669700Y-52975380D03*
X140989740Y-51563140D03*
X140979580Y-50491260D03*
X138376080Y-50892580D03*
X138922180Y-57509280D03*
X119308300Y-48784380D03*
X122757620Y-43450380D03*
X123326580Y-42866180D03*
X96053540Y-170756480D03*
X117219200Y-65003600D03*
X117209200Y-66003600D03*
X117209200Y-67013600D03*
X118428400Y-67013600D03*
X118428400Y-66003600D03*
X118438400Y-65003600D03*
X121537200Y-65003600D03*
X121527200Y-66003600D03*
X121527200Y-67013600D03*
X120308000Y-67013600D03*
X120308000Y-66003600D03*
X120318000Y-65003600D03*
X119403600Y-65003600D03*
X119393600Y-66003600D03*
X119393600Y-67013600D03*
X119393600Y-63000400D03*
X119393600Y-61990400D03*
X119403600Y-60990400D03*
X120318000Y-60990400D03*
X120308000Y-61990400D03*
X120308000Y-63000400D03*
X121527200Y-63000400D03*
X121527200Y-61990400D03*
X121537200Y-60990400D03*
X118438400Y-60990400D03*
X118428400Y-61990400D03*
X118428400Y-63000400D03*
X118449780Y-64024380D03*
X119364180Y-64024380D03*
X117209200Y-63000400D03*
X117209200Y-61990400D03*
X117219200Y-60990400D03*
X120278580Y-64024380D03*
X106359380Y-97145980D03*
X103300000Y-94112000D03*
X103290000Y-95112000D03*
X103290000Y-96122000D03*
X105444980Y-97145980D03*
X104530580Y-97145980D03*
X104509200Y-96122000D03*
X104509200Y-95112000D03*
X104519200Y-94112000D03*
X107618000Y-94112000D03*
X107608000Y-95112000D03*
X107608000Y-96122000D03*
X106388800Y-96122000D03*
X106388800Y-95112000D03*
X106398800Y-94112000D03*
X105484400Y-94112000D03*
X105474400Y-95112000D03*
X105474400Y-96122000D03*
X105474400Y-100135200D03*
X105474400Y-99125200D03*
X105484400Y-98125200D03*
X106398800Y-98125200D03*
X106388800Y-99125200D03*
X106388800Y-100135200D03*
X107608000Y-100135200D03*
X107608000Y-99125200D03*
X107618000Y-98125200D03*
X104519200Y-98125200D03*
X104509200Y-99125200D03*
X104509200Y-100135200D03*
X103290000Y-100135200D03*
X103290000Y-99125200D03*
X103300000Y-98125200D03*
X117219200Y-83037600D03*
X117209200Y-84037600D03*
X117209200Y-85047600D03*
X118428400Y-85047600D03*
X118428400Y-84037600D03*
X118438400Y-83037600D03*
X121537200Y-83037600D03*
X121527200Y-84037600D03*
X121527200Y-85047600D03*
X120308000Y-85047600D03*
X120308000Y-84037600D03*
X120318000Y-83037600D03*
X119403600Y-83037600D03*
X119393600Y-84037600D03*
X119393600Y-85047600D03*
X119393600Y-81034400D03*
X119393600Y-80024400D03*
X119403600Y-79024400D03*
X120318000Y-79024400D03*
X120308000Y-80024400D03*
X120308000Y-81034400D03*
X121527200Y-81034400D03*
X121527200Y-80024400D03*
X121537200Y-79024400D03*
X118438400Y-79024400D03*
X118428400Y-80024400D03*
X118428400Y-81034400D03*
X118449780Y-82058380D03*
X119364180Y-82058380D03*
X117209200Y-81034400D03*
X117209200Y-80024400D03*
X117219200Y-79024400D03*
X120278580Y-82058380D03*
X57642180Y-174514380D03*
X56880180Y-174514380D03*
X56270580Y-171618780D03*
X147509040Y-109449780D03*
X49437980Y-50460780D03*
X123555180Y-34026980D03*
X144281580Y-36439980D03*
X130377200Y-65628800D03*
X130387780Y-66335780D03*
X57123600Y-49586800D03*
X56053600Y-49586800D03*
X109978000Y-47050000D03*
X112348000Y-47050000D03*
X47775940Y-84205980D03*
X145068980Y-139690980D03*
X137232600Y-71055200D03*
X39989180Y-89703780D03*
X39972140Y-88641880D03*
X40048340Y-78880680D03*
X40048340Y-79880680D03*
X40099140Y-73495880D03*
X40099140Y-74495880D03*
X40099140Y-63691480D03*
X40099140Y-64691480D03*
X147816880Y-42153720D03*
X146978680Y-41315520D03*
X148604280Y-42991920D03*
X150560080Y-47640120D03*
X150560080Y-46293920D03*
X147816880Y-51475520D03*
X147723280Y-48733580D03*
X147588280Y-45938320D03*
X145530880Y-43804720D03*
X144641880Y-42890320D03*
X143702080Y-41950520D03*
X144337080Y-38673920D03*
X135315380Y-36947980D03*
X139049180Y-36922580D03*
X125739580Y-36922580D03*
X137931580Y-36897180D03*
X127644580Y-36947980D03*
X132318180Y-36871780D03*
X140319180Y-36897180D03*
X117548000Y-39820000D03*
X118218000Y-40510000D03*
X37880980Y-100193980D03*
X42910180Y-152771980D03*
X41502140Y-146127880D03*
X118221180Y-36058980D03*
X138840940Y-134921380D03*
X142325780Y-134280780D03*
X142325780Y-133467980D03*
X144408580Y-130572380D03*
X144408580Y-129556380D03*
X145881780Y-134585580D03*
X151723780Y-135855580D03*
X152485780Y-135855580D03*
X152079380Y-136617580D03*
X144726080Y-172876080D03*
X139544480Y-158499680D03*
X140433480Y-158499680D03*
X149386980Y-153279980D03*
X148523380Y-153279980D03*
X143468780Y-152568780D03*
X146186580Y-153330780D03*
X153806580Y-133112380D03*
X153044580Y-132959980D03*
X153552580Y-132350380D03*
X141957480Y-128743580D03*
X148574180Y-128591180D03*
X146948580Y-137735180D03*
X146948580Y-136769980D03*
X146948580Y-135804780D03*
X146719980Y-133315580D03*
X149640980Y-133925180D03*
X144408580Y-131385180D03*
X144433980Y-132401180D03*
X151622180Y-133518780D03*
X148726580Y-127067180D03*
X149818780Y-129099180D03*
X151545980Y-130115180D03*
X147507380Y-134687180D03*
X149590180Y-138344780D03*
X145386480Y-172876080D03*
X53757640Y-83253980D03*
X68791700Y-39045800D03*
X58441200Y-39045800D03*
X56257540Y-168227180D03*
X37550780Y-157534480D03*
X41716040Y-162448680D03*
X41716040Y-161448680D03*
X38884280Y-148834980D03*
X37868280Y-38979980D03*
X51114040Y-165036680D03*
X39074780Y-153597480D03*
X51431540Y-161306180D03*
X142797230Y-125903470D03*
X141893980Y-125873380D03*
X144797230Y-125903470D03*
X143797230Y-125903470D03*
X141982880Y-122012580D03*
X142497230Y-123103470D03*
X143497230Y-123103470D03*
X146545230Y-123103470D03*
X145545230Y-123103470D03*
X144545230Y-123103470D03*
X148545230Y-123103470D03*
X147545230Y-123103470D03*
X149545230Y-123103470D03*
X149845230Y-125903470D03*
X148845230Y-125903470D03*
X146845230Y-125903470D03*
X147845230Y-125903470D03*
X145845230Y-125903470D03*
X51966940Y-127115980D03*
X51966940Y-125115980D03*
X51966940Y-126115980D03*
X51966940Y-124115980D03*
X51966940Y-129119780D03*
X51966940Y-128119780D03*
X51966940Y-131119780D03*
X51966940Y-130119780D03*
X51966940Y-132119780D03*
X51966940Y-133119780D03*
X51939880Y-133925180D03*
X51966940Y-136119780D03*
X51966940Y-137081680D03*
X51966940Y-149184780D03*
X51966940Y-148184780D03*
X51966940Y-146184780D03*
X51966940Y-147184780D03*
X51966940Y-145184780D03*
X51966940Y-144184780D03*
X51966940Y-143184780D03*
X51965280Y-140046580D03*
X51965280Y-141189580D03*
X51965280Y-138090780D03*
X51965280Y-139094080D03*
X51966940Y-150169280D03*
X51966940Y-151169280D03*
X49452340Y-155204580D03*
X49452340Y-154204580D03*
X41614780Y-153597480D03*
X49820640Y-141203580D03*
X49820640Y-144207380D03*
X49820640Y-143207380D03*
X49820640Y-146207380D03*
X49820640Y-145207380D03*
X49820640Y-147207380D03*
X49820640Y-148207380D03*
X49820640Y-150207380D03*
X49820640Y-149207380D03*
X49820640Y-151207380D03*
X123277000Y-39098500D03*
X122297000Y-40058500D03*
X121307000Y-41008500D03*
X103888000Y-60530000D03*
X52851740Y-79416780D03*
X52291140Y-84393480D03*
X52291140Y-82393480D03*
X54824440Y-86793480D03*
X54824440Y-85793480D03*
X55091140Y-81793480D03*
X52291140Y-80388680D03*
X52291140Y-81277680D03*
X54824440Y-88797280D03*
X54824440Y-87797280D03*
X54824440Y-90797280D03*
X54824440Y-89797280D03*
X49820640Y-140078880D03*
X49820640Y-139078880D03*
X49820640Y-137078880D03*
X49820640Y-138078880D03*
X49820640Y-136078880D03*
X49820640Y-133078880D03*
X49820640Y-134078880D03*
X49820640Y-131078880D03*
X49820640Y-132078880D03*
X49820640Y-124070280D03*
X49820640Y-127075080D03*
X49820640Y-126075080D03*
X49820640Y-125075080D03*
X49820640Y-129075080D03*
X49820640Y-128075080D03*
X49820640Y-130075080D03*
X49820640Y-105056080D03*
X49820640Y-103056080D03*
X49820640Y-104056080D03*
X49820640Y-101056080D03*
X49820640Y-102056080D03*
X49795240Y-97063980D03*
X49795240Y-96063980D03*
X49795240Y-94063980D03*
X49795240Y-95063980D03*
X49820640Y-99051280D03*
X49769840Y-90038580D03*
X49769840Y-91038580D03*
X49769840Y-89038580D03*
X49820640Y-107059880D03*
X49820640Y-106059880D03*
X49820640Y-109059880D03*
X49820640Y-108059880D03*
X49820640Y-110059880D03*
X49820640Y-111059880D03*
X49820640Y-116059880D03*
X49820640Y-117059880D03*
X49820640Y-112059880D03*
X49820640Y-114059880D03*
X49820640Y-115059880D03*
X49820640Y-120064680D03*
X49820640Y-119064680D03*
X49820640Y-118064680D03*
X49820640Y-122064680D03*
X49820640Y-121064680D03*
X49820640Y-123064680D03*
X49769840Y-88025380D03*
X49769840Y-87025380D03*
X45382340Y-64716880D03*
X48182340Y-54227880D03*
X48182340Y-52227880D03*
X48182340Y-56227880D03*
X48182340Y-55227880D03*
X48182340Y-57227880D03*
X48182340Y-58227880D03*
X48182340Y-63227880D03*
X48182340Y-64227880D03*
X48182340Y-59227880D03*
X48182340Y-62227880D03*
X45382340Y-63827880D03*
X45382340Y-62827880D03*
X45382340Y-51827880D03*
X45780380Y-53965980D03*
X45382340Y-58827880D03*
X45382340Y-55827880D03*
X45382340Y-54827880D03*
X45382340Y-56827880D03*
X45382340Y-57827880D03*
X48182340Y-67232680D03*
X48182340Y-66232680D03*
X48182340Y-65232680D03*
X48182340Y-68232680D03*
X45382340Y-65832680D03*
X45382340Y-66832680D03*
X94281940Y-120717860D03*
X62050980Y-107977820D03*
X52282780Y-99050980D03*
X151952380Y-120234580D03*
X150987180Y-120209180D03*
X153069980Y-120209180D03*
X154035180Y-120234580D03*
X154085980Y-128794380D03*
X153120780Y-128768980D03*
X151037980Y-128768980D03*
X152003180Y-128794380D03*
X151774580Y-149749380D03*
X150809380Y-149723980D03*
X152892180Y-149723980D03*
X153857380Y-149749380D03*
X154085980Y-141214980D03*
X153120780Y-141189580D03*
X151037980Y-141189580D03*
X152003180Y-141214980D03*
X111923780Y-48183980D03*
X113023780Y-48183980D03*
X114373780Y-48183980D03*
X152421800Y-48070200D03*
X145195980Y-55403620D03*
X146313580Y-55337580D03*
X147240200Y-55334600D03*
X147214800Y-54496400D03*
X148459400Y-54928200D03*
X149424600Y-54953600D03*
X146288180Y-54499380D03*
X145211220Y-54545100D03*
X117306780Y-52436900D03*
X117306780Y-51451380D03*
X149513980Y-36693980D03*
X153268600Y-36103800D03*
X146393200Y-67521800D03*
X52011740Y-106261880D03*
X52011740Y-108150880D03*
X54824440Y-93787280D03*
X54824440Y-96687280D03*
X54824440Y-94687280D03*
X54824440Y-95687280D03*
X55091140Y-98687280D03*
X55091140Y-100687280D03*
X55091140Y-101687280D03*
X55091140Y-106687280D03*
X55091140Y-107687280D03*
X55091140Y-103687280D03*
X55091140Y-102687280D03*
X55091140Y-104687280D03*
X55091140Y-105687280D03*
X51935540Y-96274580D03*
X51935540Y-97274580D03*
X52011740Y-105261880D03*
X52011740Y-104261880D03*
X52011740Y-102261880D03*
X52011740Y-103261880D03*
X52011740Y-101261880D03*
X112010000Y-76469400D03*
X110765400Y-76469400D03*
X65338380Y-69358380D03*
X65338380Y-68469380D03*
X141462180Y-148047580D03*
X151073540Y-69637780D03*
X151241180Y-65345180D03*
X67497400Y-48670000D03*
X61144200Y-49838400D03*
X152467600Y-42339000D03*
X61147380Y-54296180D03*
X153336200Y-76365800D03*
X153336200Y-77355800D03*
X153326200Y-78355800D03*
X153316200Y-79355800D03*
X147489280Y-79315920D03*
X147499280Y-78270200D03*
X147461660Y-77283180D03*
X144751000Y-77000800D03*
X144751000Y-77990800D03*
X144741000Y-78990800D03*
X106968980Y-58207780D03*
X107578580Y-57598180D03*
X109064480Y-58398280D03*
X118271980Y-58436380D03*
X52573800Y-49332800D03*
X52599200Y-47173800D03*
X102178000Y-54010000D03*
X106118000Y-47250000D03*
X107309100Y-66291900D03*
X107999100Y-65621900D03*
X109548000Y-64140000D03*
X106629100Y-67001900D03*
X105859100Y-67641900D03*
X116728000Y-39410000D03*
X119288000Y-41710000D03*
X119238000Y-43470000D03*
X104998000Y-41050000D03*
X106168000Y-40000000D03*
X104538000Y-44680000D03*
X104588000Y-45560000D03*
X104528000Y-42710000D03*
X69208000Y-45980000D03*
X70358000Y-45980000D03*
X65858000Y-45980000D03*
X66928000Y-45980000D03*
X67988000Y-45980000D03*
X72598000Y-46000000D03*
X71538000Y-45970000D03*
X84858000Y-45980000D03*
X86008000Y-45980000D03*
X81508000Y-45980000D03*
X82578000Y-45980000D03*
X83638000Y-45980000D03*
X88318000Y-45920000D03*
X87168000Y-45950000D03*
X79248000Y-45960000D03*
X80338000Y-45930000D03*
X75698000Y-45970000D03*
X74638000Y-45970000D03*
X73568000Y-45970000D03*
X78068000Y-45970000D03*
X76918000Y-45970000D03*
X92598000Y-45840000D03*
X93748000Y-45840000D03*
X89248000Y-45840000D03*
X90318000Y-45840000D03*
X91378000Y-45840000D03*
X95988000Y-45860000D03*
X94928000Y-45830000D03*
X110008000Y-39490000D03*
X109991580Y-42586780D03*
X107828000Y-39460000D03*
X108898000Y-39460000D03*
X113598000Y-39410000D03*
X113598380Y-42789980D03*
X114708000Y-39410000D03*
X115768000Y-39410000D03*
X114766780Y-42840780D03*
X115985980Y-42840780D03*
X108924780Y-42662980D03*
X107832580Y-42637580D03*
X116036780Y-43628180D03*
X114715980Y-43602780D03*
X112528000Y-43220000D03*
X113649180Y-43551980D03*
X108924780Y-43424980D03*
X107807180Y-43399580D03*
X111348000Y-43230000D03*
X109966180Y-43475780D03*
X105168000Y-57850000D03*
X106738000Y-56480000D03*
X110898000Y-58080000D03*
X110042380Y-58080780D03*
X114778000Y-55300000D03*
X115838000Y-55330000D03*
X111228000Y-55310000D03*
X110168000Y-55310000D03*
X113598000Y-55310000D03*
X112448000Y-55310000D03*
X108888000Y-47810000D03*
X111198000Y-46230000D03*
X112348000Y-46230000D03*
X108908000Y-50870000D03*
X108918000Y-46230000D03*
X109978000Y-46230000D03*
X114588000Y-46250000D03*
X113528000Y-46220000D03*
X103895580Y-51400580D03*
X102838000Y-45900000D03*
X103898000Y-45930000D03*
X99288000Y-45910000D03*
X98228000Y-45910000D03*
X97158000Y-45910000D03*
X101658000Y-45910000D03*
X100508000Y-45910000D03*
X109588000Y-51510000D03*
X92648000Y-48700000D03*
X91588000Y-48700000D03*
X90518000Y-48700000D03*
X82438000Y-48660000D03*
X83588000Y-48660000D03*
X79088000Y-48660000D03*
X80158000Y-48660000D03*
X81218000Y-48660000D03*
X85888000Y-48680000D03*
X84818000Y-48680000D03*
X89318000Y-48680000D03*
X88168000Y-48680000D03*
X76498000Y-48690000D03*
X77648000Y-48690000D03*
X73148000Y-48690000D03*
X74218000Y-48690000D03*
X75278000Y-48690000D03*
X107808000Y-53630000D03*
X106358000Y-52140000D03*
X107168000Y-53000000D03*
X73288000Y-50860000D03*
X73298000Y-49850000D03*
X75568000Y-53350000D03*
X76528000Y-53530000D03*
X86598000Y-52460000D03*
X79738000Y-60430000D03*
X78728000Y-60440000D03*
X77508000Y-60510000D03*
X76288000Y-60510000D03*
X75128000Y-60490000D03*
X74008000Y-60480000D03*
X66176580Y-61941580D03*
X70318000Y-60400000D03*
X71398000Y-60430000D03*
X72708000Y-60450000D03*
X113599900Y-66285200D03*
X115350980Y-57547380D03*
X117941780Y-57547380D03*
X69548000Y-48670000D03*
X68488000Y-48670000D03*
X66608380Y-48657380D03*
X114848000Y-54270000D03*
X113618000Y-54280000D03*
X112248000Y-54320000D03*
X111058000Y-54330000D03*
X94726180Y-53165880D03*
X112639900Y-66285200D03*
X111669900Y-66275200D03*
X102538000Y-57770000D03*
X93811780Y-51502180D03*
X100248000Y-51540000D03*
X99278000Y-57740000D03*
X100418000Y-57770000D03*
X101548000Y-57760000D03*
X98038000Y-57740000D03*
X96838000Y-57730000D03*
X95738000Y-57750000D03*
X94578000Y-57750000D03*
X93438000Y-57750000D03*
X92258000Y-57730000D03*
X89688000Y-57690000D03*
X90978000Y-57710000D03*
X88348000Y-57700000D03*
X87008000Y-57710000D03*
X90308000Y-60530000D03*
X88648000Y-60660000D03*
X84368000Y-60580000D03*
X85848000Y-60610000D03*
X82828000Y-60590000D03*
X91462280Y-63719580D03*
X96528000Y-60490000D03*
X94788000Y-60550000D03*
X98028000Y-60530000D03*
X100798000Y-60550000D03*
X91928000Y-60530000D03*
X102478000Y-60530000D03*
X96528000Y-62720000D03*
X100568000Y-62780000D03*
X124358000Y-55950000D03*
X124342580Y-56658380D03*
X127065460Y-57735340D03*
X120678000Y-59170000D03*
X130997380Y-58466860D03*
X133039540Y-61834900D03*
X129208000Y-61620000D03*
X128358000Y-61580000D03*
X128348000Y-60730000D03*
X130438580Y-61743460D03*
X129874700Y-60610620D03*
X128955220Y-59741940D03*
X128274500Y-59137420D03*
X147812180Y-63262380D03*
X141068480Y-69205980D03*
X141068000Y-67770000D03*
X141058000Y-66630000D03*
X112926400Y-64100200D03*
X112926400Y-64100200D03*
X115648000Y-61990000D03*
X115608000Y-63050000D03*
X111846400Y-64100200D03*
X110686400Y-64100200D03*
X123068000Y-65190000D03*
X123208000Y-66230000D03*
X123208000Y-67270000D03*
X124068000Y-61670000D03*
X125328000Y-61630000D03*
X130468000Y-64510000D03*
X130468000Y-64510000D03*
X129388000Y-64510000D03*
X128228000Y-64510000D03*
X127088000Y-64510000D03*
X125828000Y-64550000D03*
X116068000Y-66310000D03*
X70768000Y-48670000D03*
X133828000Y-62710000D03*
X125160460Y-79437100D03*
X118825700Y-72253980D03*
X114500080Y-82007580D03*
X113188000Y-79920000D03*
X134400980Y-81956780D03*
X125838000Y-65380000D03*
X125808000Y-66350000D03*
X131478000Y-64560000D03*
X131688000Y-65380000D03*
X131698000Y-66340000D03*
X131728000Y-67260000D03*
X131708000Y-68150000D03*
X131738000Y-69160000D03*
X131768000Y-70260000D03*
X132088520Y-74616680D03*
X132098520Y-75676680D03*
X132088520Y-76676680D03*
X132088520Y-77686680D03*
X113168000Y-80730000D03*
X113166580Y-82020280D03*
X132088520Y-74616680D03*
X142584700Y-79457400D03*
X142594700Y-78457400D03*
X142604700Y-77457400D03*
X142604700Y-76467400D03*
X136698000Y-79100000D03*
X136688000Y-78230000D03*
X136658000Y-77340000D03*
X138840900Y-76353540D03*
X144128000Y-68260000D03*
X144158000Y-67090000D03*
X144129180Y-69307580D03*
X141058000Y-65610000D03*
X139608000Y-63010000D03*
X139228000Y-67410000D03*
X140738000Y-72310000D03*
X137658000Y-81030000D03*
X144648000Y-85820000D03*
X133248000Y-72610000D03*
X143958000Y-62890000D03*
X127588700Y-58263660D03*
X136658000Y-76360000D03*
X134448000Y-77600000D03*
X134448000Y-76600000D03*
X134448000Y-74650000D03*
X135046920Y-67778360D03*
X135086920Y-66788360D03*
X135096920Y-65908360D03*
X135193460Y-61789180D03*
X137738000Y-61600000D03*
X137230540Y-58177300D03*
X137778000Y-57520000D03*
X137798000Y-64640000D03*
D17*
X142198000Y-83420000D03*
X144848000Y-87400000D03*
X139778000Y-77250000D03*
X137698000Y-66550000D03*
X136318680Y-58995180D03*
X146888000Y-65630000D03*
X101338000Y-55810000D03*
X97408000Y-52650000D03*
X82388000Y-50020000D03*
X79888000Y-50150000D03*
X71548000Y-50000000D03*
X69978000Y-49950000D03*
X113858000Y-56710000D03*
X65638000Y-50460000D03*
D11*
X136331380Y-118608980D03*
X136280580Y-117427880D03*
X136280580Y-114862480D03*
X136280580Y-113617880D03*
X136294940Y-112345880D03*
X137113700Y-108677580D03*
X136294940Y-111050480D03*
X138576210Y-118441270D03*
X138576210Y-116441270D03*
X138576210Y-117441270D03*
X138593640Y-110437580D03*
X138593640Y-115437580D03*
X138593640Y-112437580D03*
X138593640Y-113437580D03*
X138593640Y-114437580D03*
X135277280Y-173193580D03*
X134375580Y-173168180D03*
X131193240Y-170400880D03*
X136700260Y-87589360D03*
X135157900Y-86147780D03*
X137335260Y-88224360D03*
X137970260Y-88859360D03*
X138605260Y-89494360D03*
X141595920Y-103136340D03*
X141583220Y-101120340D03*
X141583220Y-100120340D03*
X141583220Y-102120340D03*
X141583220Y-98320340D03*
X141583220Y-99220340D03*
X149666380Y-93704280D03*
X145474240Y-92121280D03*
X140090580Y-108461680D03*
X140738280Y-109147480D03*
X139468280Y-107737780D03*
X138939080Y-107099000D03*
X139709580Y-96510980D03*
X141030380Y-95202880D03*
X141665380Y-94542480D03*
X143706400Y-92451480D03*
X143071400Y-93086480D03*
X142436400Y-93721480D03*
X154461900Y-93226760D03*
X154461900Y-91718000D03*
X154446660Y-90453080D03*
X145419500Y-103178480D03*
X154070740Y-105789600D03*
X138903520Y-106160460D03*
X138903520Y-105260460D03*
X146455820Y-89185620D03*
X147248300Y-88789380D03*
X151876180Y-88718260D03*
X151756800Y-86584660D03*
X152798200Y-86610060D03*
X138871380Y-98454080D03*
X138858680Y-97539680D03*
X138903520Y-102358340D03*
X138909480Y-101324280D03*
X138871380Y-99355780D03*
X138884080Y-100320980D03*
X138903520Y-104358340D03*
X138903520Y-103358340D03*
X138523400Y-124285880D03*
X139666400Y-122190380D03*
X65239540Y-171961680D03*
X63239540Y-171961680D03*
X64239540Y-171961680D03*
X67424540Y-169271680D03*
X68424540Y-169271680D03*
X63306040Y-167449180D03*
X63306040Y-166449180D03*
X63306040Y-164449180D03*
X63306040Y-165449180D03*
X63306040Y-162449180D03*
X63306040Y-163449180D03*
X63306040Y-161417180D03*
X63306040Y-160417180D03*
X63306040Y-168608180D03*
X64328040Y-169270680D03*
X60639040Y-169544680D03*
X60639040Y-168544680D03*
X60639040Y-160353680D03*
X60639040Y-161353680D03*
X60639040Y-163385680D03*
X60639040Y-162385680D03*
X60639040Y-165385680D03*
X60639040Y-164385680D03*
X60639040Y-166385680D03*
X60639040Y-167385680D03*
X136146540Y-173207680D03*
X138891740Y-163118980D03*
X138891740Y-164118980D03*
X138891740Y-165118980D03*
X136720040Y-162369680D03*
X136720040Y-163369680D03*
X136720040Y-164369680D03*
X136720040Y-165369680D03*
X131201340Y-140546180D03*
X131201340Y-139546180D03*
X131201340Y-138546180D03*
X70106540Y-143915180D03*
X70106540Y-144915180D03*
X115739980Y-97226000D03*
X114739980Y-97226000D03*
X99105520Y-94764740D03*
X97105780Y-94757120D03*
X98105780Y-94757120D03*
X66182240Y-130726180D03*
X62613540Y-153903680D03*
X59940540Y-150383680D03*
X59940540Y-151383680D03*
X58545540Y-153306680D03*
X58545540Y-152544680D03*
X63943040Y-121810680D03*
X62927040Y-121810680D03*
X60690180Y-171313980D03*
X61274380Y-170831380D03*
X61770500Y-157849300D03*
X62850000Y-157849300D03*
X62850000Y-156833300D03*
X61770500Y-156833300D03*
X66546540Y-93934180D03*
X65911540Y-94632680D03*
X66229040Y-102697180D03*
X65594040Y-102062180D03*
X64074040Y-168000680D03*
X64895540Y-167975180D03*
X113866660Y-161148780D03*
X113866660Y-160148780D03*
X113866660Y-159148780D03*
X113871740Y-156146000D03*
X113871740Y-155146000D03*
X113871740Y-158146000D03*
X113871740Y-157146000D03*
X114697240Y-157654000D03*
X114697240Y-158654000D03*
X114697240Y-155654000D03*
X114697240Y-156654000D03*
X114692160Y-159656780D03*
X114692160Y-160656780D03*
X114175540Y-162222180D03*
X115390660Y-161148780D03*
X115390660Y-160148780D03*
X115390660Y-159148780D03*
X115395740Y-156146000D03*
X115395740Y-155146000D03*
X115395740Y-158146000D03*
X115395740Y-157146000D03*
X114683540Y-154665680D03*
X109159040Y-152633680D03*
X106678720Y-153345880D03*
X105678720Y-153345880D03*
X108678720Y-153345880D03*
X107678720Y-153345880D03*
X104675940Y-153340800D03*
X103675940Y-153340800D03*
X102675940Y-153340800D03*
X102167940Y-152642300D03*
X103167940Y-152642300D03*
X104167940Y-152642300D03*
X107170720Y-152647380D03*
X108170720Y-152647380D03*
X105170720Y-152647380D03*
X106170720Y-152647380D03*
X106678720Y-151821880D03*
X105678720Y-151821880D03*
X108678720Y-151821880D03*
X107678720Y-151821880D03*
X104675940Y-151816800D03*
X103675940Y-151816800D03*
X102675940Y-151816800D03*
X111944310Y-121683330D03*
X111944310Y-122683330D03*
X111436310Y-123715330D03*
X111436310Y-124715330D03*
X111055310Y-122683330D03*
X111055310Y-121683330D03*
X111055310Y-120667330D03*
X111944310Y-120667330D03*
X80511810Y-125429830D03*
X79622810Y-125429830D03*
X79622810Y-126445830D03*
X79622810Y-127445830D03*
X80003810Y-129477830D03*
X80003810Y-128477830D03*
X80511810Y-127445830D03*
X80511810Y-126445830D03*
X78987810Y-151972830D03*
X78987810Y-152972830D03*
X78479810Y-154004830D03*
X78479810Y-155004830D03*
X78098810Y-152972830D03*
X78098810Y-151972830D03*
X78098810Y-150956830D03*
X78987810Y-150956830D03*
X90481310Y-157433830D03*
X89592310Y-157433830D03*
X89592310Y-158449830D03*
X89592310Y-159449830D03*
X89973310Y-161481830D03*
X89973310Y-160481830D03*
X90481310Y-159449830D03*
X90481310Y-158449830D03*
X85274310Y-169371830D03*
X90735310Y-169117830D03*
X90735310Y-170117830D03*
X90227310Y-171149830D03*
X90227310Y-172149830D03*
X89846310Y-170117830D03*
X89846310Y-169117830D03*
X89846310Y-168101830D03*
X90735310Y-168101830D03*
X81654810Y-166641330D03*
X80765810Y-166641330D03*
X80765810Y-167657330D03*
X80765810Y-168657330D03*
X81146810Y-170689330D03*
X81146810Y-169689330D03*
X81654810Y-168657330D03*
X81654810Y-167657330D03*
X133664380Y-169561380D03*
X132673780Y-169612180D03*
X66169540Y-146280180D03*
X63625540Y-136352180D03*
X67083940Y-122750580D03*
X63625540Y-114317680D03*
X65975040Y-117238680D03*
X62863540Y-114317680D03*
X65975040Y-116413180D03*
X132459540Y-103205180D03*
X132459540Y-102570180D03*
X129284540Y-111587180D03*
X129284540Y-110888680D03*
X129669540Y-163809680D03*
X129669540Y-164508180D03*
X130171880Y-168329480D03*
X129435280Y-168329480D03*
X129606040Y-121518680D03*
X131195540Y-151877180D03*
X131703540Y-151496180D03*
X129606040Y-122471180D03*
X130544540Y-145111680D03*
X130534540Y-144411680D03*
X130368040Y-157459680D03*
X90426540Y-165460680D03*
X91476040Y-165191680D03*
X95561040Y-152381180D03*
X96577040Y-152381180D03*
X120335040Y-140632180D03*
X124483040Y-130498180D03*
X124469580Y-128629280D03*
X126476180Y-128692780D03*
X132019040Y-122153680D03*
X121644720Y-122432960D03*
X119644720Y-122432960D03*
X120644720Y-122432960D03*
X117723720Y-122369460D03*
X116723720Y-122369460D03*
X118723720Y-122369460D03*
X124168720Y-114431960D03*
X123168720Y-114431960D03*
X123105220Y-112272960D03*
X124105220Y-112272960D03*
X130898740Y-110184240D03*
X130898740Y-109184240D03*
X130898740Y-107184240D03*
X130898740Y-108184240D03*
X136719120Y-99262680D03*
X140739940Y-114158180D03*
X140739940Y-113158180D03*
X140739940Y-115158180D03*
X140739940Y-110158180D03*
X136719120Y-107951680D03*
X136719120Y-105951680D03*
X136719120Y-106951680D03*
X136719120Y-102951680D03*
X136719120Y-101951680D03*
X136719120Y-103951680D03*
X136719120Y-104951680D03*
X136719120Y-100151680D03*
X136719120Y-101051680D03*
X132557520Y-95737680D03*
X133289040Y-96436180D03*
X133987540Y-97071180D03*
X133598740Y-107987240D03*
X133598740Y-108987240D03*
X133598740Y-106987240D03*
X93846810Y-108205330D03*
X113277810Y-109491330D03*
X112388810Y-109491330D03*
X112388810Y-110507330D03*
X112388810Y-111507330D03*
X112769810Y-113539330D03*
X112769810Y-112539330D03*
X113277810Y-111507330D03*
X113277810Y-110507330D03*
X121342310Y-100728330D03*
X121342310Y-101728330D03*
X120834310Y-102760330D03*
X120834310Y-103760330D03*
X120453310Y-101728330D03*
X120453310Y-100728330D03*
X120453310Y-99712330D03*
X121342310Y-99712330D03*
X88893810Y-107078330D03*
X88004810Y-107078330D03*
X88004810Y-108094330D03*
X88004810Y-109094330D03*
X88385810Y-111126330D03*
X88385810Y-110126330D03*
X88893810Y-109094330D03*
X88893810Y-108094330D03*
X99942810Y-110999330D03*
X72848780Y-104523420D03*
X71578780Y-105031420D03*
X70578780Y-105031420D03*
X111088480Y-99321500D03*
X110088480Y-99321500D03*
X81568980Y-104791380D03*
X91823540Y-99420680D03*
X125794820Y-102265360D03*
X127794820Y-102265360D03*
X126794820Y-102265360D03*
X128794820Y-102265360D03*
X127167640Y-104607360D03*
X132617900Y-99437060D03*
X131828540Y-98785680D03*
X130304540Y-97515680D03*
X133755820Y-100666420D03*
X133548120Y-102824280D03*
X131320540Y-102468680D03*
X123569280Y-94757120D03*
X122569280Y-94757120D03*
X120569280Y-94757120D03*
X121569280Y-94757120D03*
X119569280Y-94757120D03*
X117581480Y-94749500D03*
X118581480Y-94749500D03*
X125569020Y-94764740D03*
X124569020Y-94764740D03*
X126556820Y-94772360D03*
X128556820Y-94772360D03*
X127556820Y-94772360D03*
X129556820Y-94772360D03*
X130556820Y-94772360D03*
X74353420Y-98452940D03*
X75336400Y-98463100D03*
X81663540Y-95610680D03*
X68429180Y-100967420D03*
X70442380Y-100967420D03*
X71442380Y-100967420D03*
X69442380Y-100967420D03*
X104269540Y-127868680D03*
X101049000Y-126959700D03*
X99844860Y-127208280D03*
X103136880Y-126083400D03*
X106301540Y-125963680D03*
X104648680Y-140252460D03*
X105648680Y-140252460D03*
X107648680Y-140252460D03*
X106648680Y-140252460D03*
X115233880Y-140221980D03*
X116233880Y-140221980D03*
X114233880Y-140221980D03*
X113233880Y-140221980D03*
X81415380Y-162672760D03*
X128554640Y-143055820D03*
X130454560Y-143076140D03*
X99487880Y-158190160D03*
X127929640Y-105242360D03*
X65488820Y-154426920D03*
X129156300Y-110120480D03*
X122905840Y-146202600D03*
X77680820Y-149580600D03*
X78694280Y-140177520D03*
X79220060Y-139453620D03*
X78221840Y-139423140D03*
X68948300Y-154848560D03*
X91282520Y-98772980D03*
X92265500Y-98783140D03*
X89306400Y-96177100D03*
X88323420Y-96166940D03*
X82844640Y-94917260D03*
X80438680Y-104791380D03*
X80298980Y-101108380D03*
X80324380Y-103114980D03*
X78175160Y-96847540D03*
X79206780Y-104829480D03*
X129159820Y-97439360D03*
X128159820Y-97439360D03*
X126159820Y-97439360D03*
X127159820Y-97439360D03*
X125159820Y-97439360D03*
X123172020Y-97431740D03*
X124172020Y-97431740D03*
X117184480Y-97416500D03*
X114739980Y-95067000D03*
X115739980Y-95067000D03*
X118172280Y-97424120D03*
X120172280Y-97424120D03*
X119172280Y-97424120D03*
X121172280Y-97424120D03*
X122172280Y-97424120D03*
X98939510Y-104227430D03*
X98939510Y-107227430D03*
X98904480Y-105312080D03*
X86231780Y-116235360D03*
X86183520Y-114444660D03*
X86196480Y-115300640D03*
X80958940Y-157849300D03*
X81958940Y-157849300D03*
X82958940Y-157849300D03*
X87961720Y-157854380D03*
X85961720Y-157854380D03*
X86961720Y-157854380D03*
X83961720Y-157854380D03*
X84961720Y-157854380D03*
X74526140Y-157868620D03*
X76065880Y-157874700D03*
X78065880Y-157874700D03*
X79065880Y-157874700D03*
X80065880Y-157874700D03*
X73063100Y-157869620D03*
X72063100Y-157869620D03*
X71063100Y-157869620D03*
X69063100Y-157869620D03*
X70063100Y-157869620D03*
X66215500Y-160643300D03*
X70215500Y-160643300D03*
X69215500Y-160643300D03*
X71215500Y-160643300D03*
X72215500Y-160643300D03*
X73215500Y-160643300D03*
X82659220Y-161057320D03*
X81659220Y-161057320D03*
X78659220Y-161057320D03*
X79659220Y-161057320D03*
X75973940Y-161137600D03*
X73939400Y-161091880D03*
X74889360Y-161137600D03*
X105227120Y-118656100D03*
X107132820Y-114901260D03*
X106132820Y-114901260D03*
X108130020Y-114901260D03*
X104137140Y-114901260D03*
X105137140Y-114901260D03*
X102139940Y-114901260D03*
X101139940Y-114901260D03*
X103139940Y-114901260D03*
X109235940Y-114878400D03*
X115895060Y-115668340D03*
X114804640Y-114753940D03*
X115107560Y-116506040D03*
X118003160Y-114418160D03*
X121317860Y-115218260D03*
X103146860Y-121843800D03*
X106677460Y-120652540D03*
X108953300Y-110756700D03*
X101279380Y-106594780D03*
X121755720Y-112209460D03*
X120755720Y-112209460D03*
X118755720Y-112209460D03*
X119755720Y-112209460D03*
X117755720Y-112209460D03*
X117323920Y-108706800D03*
X119323920Y-108706800D03*
X118323920Y-108706800D03*
X120323920Y-108706800D03*
X116255800Y-108699300D03*
X130271520Y-102595680D03*
X130881120Y-103205280D03*
X133098540Y-105389680D03*
X131429760Y-103814880D03*
X129816280Y-106074080D03*
X128978660Y-105249980D03*
X140722510Y-117161870D03*
X140722510Y-116161870D03*
X140722510Y-118161870D03*
X140763680Y-119497980D03*
X128175860Y-118525600D03*
X128175860Y-117525600D03*
X128175860Y-115525600D03*
X128175860Y-116525600D03*
X130898740Y-113518240D03*
X130898740Y-112518240D03*
X130921180Y-114887880D03*
X130933880Y-117440580D03*
X130933880Y-116132480D03*
X133598740Y-116908240D03*
X133598740Y-115908240D03*
X133598740Y-114908240D03*
X133598740Y-109908240D03*
X133598740Y-112908240D03*
X67769740Y-132948680D03*
X73154540Y-134955280D03*
X67751380Y-132020180D03*
X75999340Y-132313680D03*
X66194940Y-123830080D03*
X86695280Y-123215400D03*
X72138540Y-126065280D03*
X84686140Y-121645680D03*
X78459380Y-109895520D03*
X80459380Y-109895520D03*
X79459380Y-109895520D03*
X81459380Y-109895520D03*
X82459380Y-109895520D03*
X85421780Y-109895520D03*
X83421780Y-109895520D03*
X84421780Y-109895520D03*
X68470580Y-109895520D03*
X69470580Y-109895520D03*
X66508180Y-109895520D03*
X63509580Y-109871380D03*
X64538280Y-109871380D03*
X62493580Y-109871380D03*
X70483780Y-109895520D03*
X72483780Y-109895520D03*
X71483780Y-109895520D03*
X73483780Y-109895520D03*
X74483780Y-109895520D03*
X77446180Y-109895520D03*
X75446180Y-109895520D03*
X76446180Y-109895520D03*
X75938180Y-112003720D03*
X74938180Y-112003720D03*
X76938180Y-112003720D03*
X73975780Y-112003720D03*
X72975780Y-112003720D03*
X70975780Y-112003720D03*
X71975780Y-112003720D03*
X69975780Y-112003720D03*
X62000180Y-112003720D03*
X64000180Y-112003720D03*
X63000180Y-112003720D03*
X65000180Y-112003720D03*
X66000180Y-112003720D03*
X68962580Y-112003720D03*
X83913780Y-112003720D03*
X82913780Y-112003720D03*
X84913780Y-112003720D03*
X81951380Y-112003720D03*
X80951380Y-112003720D03*
X78951380Y-112003720D03*
X79951380Y-112003720D03*
X77951380Y-112003720D03*
X85926980Y-112003720D03*
X87926980Y-112295820D03*
X86926980Y-112295820D03*
X88926980Y-112295820D03*
X89926980Y-112295820D03*
X76050140Y-133075680D03*
X69244540Y-130083680D03*
X64703380Y-130089780D03*
X75256540Y-131881680D03*
X75288140Y-131094480D03*
X71681340Y-131983480D03*
X72570340Y-131983480D03*
X131201340Y-133561680D03*
X131201340Y-132561680D03*
X131201340Y-130561680D03*
X131201340Y-131561680D03*
X131201340Y-135561680D03*
X131201340Y-134561680D03*
X131201340Y-136561680D03*
X131201340Y-137561680D03*
X131201340Y-129561680D03*
X131201340Y-128561680D03*
X131201340Y-127561680D03*
X129786540Y-146001680D03*
X129786540Y-147001680D03*
X96396540Y-172859580D03*
X93291080Y-173142780D03*
X94396540Y-172859580D03*
X95396540Y-172859580D03*
X123827540Y-143807180D03*
X118636540Y-143891680D03*
X117326540Y-143851680D03*
X120886540Y-146461680D03*
X111016540Y-146371680D03*
X110186540Y-146001680D03*
X103866540Y-147961680D03*
X113223040Y-144061180D03*
X120016540Y-147611680D03*
X109176540Y-143711680D03*
X110186540Y-146831680D03*
X106716540Y-143711680D03*
X103665020Y-165422580D03*
X102836540Y-165381680D03*
X102846540Y-164391680D03*
X83186540Y-165581680D03*
X82186540Y-165581680D03*
X81186540Y-165581680D03*
X80186540Y-165581680D03*
X79186540Y-165581680D03*
X71456540Y-169271680D03*
X70456540Y-169271680D03*
X65407540Y-169270680D03*
X69456540Y-169271680D03*
X73456540Y-169271680D03*
X72456540Y-169271680D03*
X74456540Y-169271680D03*
X75456540Y-169271680D03*
X76456540Y-169271680D03*
X77456540Y-169271680D03*
X77446540Y-171961680D03*
X76446540Y-171961680D03*
X75446540Y-171961680D03*
X74446540Y-171961680D03*
X72446540Y-171961680D03*
X73446540Y-171961680D03*
X69446540Y-171961680D03*
X68446540Y-171961680D03*
X70446540Y-171961680D03*
X71446540Y-171961680D03*
X78546540Y-175481680D03*
X73745780Y-175568480D03*
X131296540Y-146951680D03*
X131306540Y-147651680D03*
X129288540Y-150855680D03*
X129288540Y-150284180D03*
X133746540Y-153111680D03*
X133576540Y-151791680D03*
X112171540Y-152326680D03*
X112146540Y-151401680D03*
X114111540Y-152086680D03*
X115111540Y-152086680D03*
X116111540Y-152086680D03*
X91621540Y-133676680D03*
X91621540Y-132676680D03*
X72194420Y-151592280D03*
X72179180Y-150784560D03*
X103314500Y-168666160D03*
X93976880Y-162728780D03*
X120321540Y-164101680D03*
X112471540Y-167001680D03*
X110446540Y-166676680D03*
X107696540Y-165951680D03*
X105846540Y-166051680D03*
X107696540Y-165051680D03*
X108596540Y-165951680D03*
X130696540Y-159951680D03*
X134996540Y-159251680D03*
X134996540Y-160051680D03*
X126596540Y-156151680D03*
X127111180Y-158664780D03*
X132696540Y-166401680D03*
X133651680Y-166411780D03*
X90396540Y-162651680D03*
X89596540Y-162651680D03*
X92395040Y-162730180D03*
X99696540Y-163551680D03*
X98496540Y-163551680D03*
X100896540Y-163551680D03*
X102096540Y-163551680D03*
X103296540Y-163551680D03*
X100196540Y-157651680D03*
X107896540Y-161751680D03*
X118196540Y-125351680D03*
X115896540Y-125351680D03*
X132196540Y-170388180D03*
X127196540Y-170451680D03*
X126196540Y-170451680D03*
X128196540Y-170451680D03*
X113196540Y-170731080D03*
X112196540Y-170731080D03*
X110196540Y-170731080D03*
X111196540Y-170731080D03*
X116196540Y-170451680D03*
X117196540Y-170451680D03*
X125196540Y-170451680D03*
X124196540Y-170451680D03*
X122196540Y-170451680D03*
X123196540Y-170451680D03*
X119196540Y-170451680D03*
X118196540Y-170451680D03*
X120196540Y-170451680D03*
X121196540Y-170451680D03*
X109196540Y-170731080D03*
X106196540Y-170731080D03*
X107196540Y-170731080D03*
X108196540Y-170731080D03*
X104196540Y-170756480D03*
X103196540Y-170756480D03*
X101196540Y-170756480D03*
X102196540Y-170756480D03*
X98196540Y-170756480D03*
X97196540Y-170756480D03*
X99196540Y-170756480D03*
X100196540Y-170756480D03*
X100396540Y-172859580D03*
X99396540Y-172859580D03*
X97396540Y-172859580D03*
X98396540Y-172859580D03*
X102396540Y-172859580D03*
X101396540Y-172859580D03*
X103396540Y-172859580D03*
X104396540Y-172859580D03*
X108396540Y-172859580D03*
X107396540Y-172859580D03*
X105396540Y-172859580D03*
X106396540Y-172859580D03*
X109396540Y-172859580D03*
X121396540Y-172859580D03*
X120396540Y-172859580D03*
X118396540Y-172859580D03*
X119396540Y-172859580D03*
X123396540Y-172859580D03*
X122396540Y-172859580D03*
X124396540Y-172859580D03*
X125396540Y-172859580D03*
X117396540Y-172859580D03*
X116396540Y-172859580D03*
X114396540Y-172859580D03*
X115396540Y-172859580D03*
X111396540Y-172859580D03*
X110396540Y-172859580D03*
X112396540Y-172859580D03*
X113396540Y-172859580D03*
X128396540Y-172859580D03*
X126396540Y-172859580D03*
X127396540Y-172859580D03*
X131396540Y-173151680D03*
X132396540Y-173151680D03*
X133396540Y-173151680D03*
X59940540Y-137351680D03*
X59940540Y-136351680D03*
X59940540Y-134351680D03*
X59940540Y-135351680D03*
X59940540Y-139351680D03*
X59940540Y-138351680D03*
X59940540Y-140351680D03*
X59940540Y-141351680D03*
X59940540Y-148351680D03*
X59940540Y-146351680D03*
X59940540Y-147351680D03*
X59940540Y-143351680D03*
X59940540Y-144351680D03*
X59940540Y-145351680D03*
X62740540Y-145851680D03*
X62740540Y-144851680D03*
X62740540Y-143851680D03*
X62740540Y-147851680D03*
X62740540Y-146851680D03*
X62740540Y-148851680D03*
X62730380Y-150558500D03*
X62740540Y-140851680D03*
X62740540Y-138851680D03*
X62740540Y-139851680D03*
X62740540Y-134851680D03*
X62740540Y-136851680D03*
X62740540Y-137851680D03*
X137930260Y-123501680D03*
X136214540Y-120801680D03*
X135214540Y-120801680D03*
X137214540Y-120801680D03*
X138165260Y-120816240D03*
X138891740Y-167138980D03*
X138891740Y-166138980D03*
X138896780Y-168215180D03*
X138891740Y-169138980D03*
X136714040Y-160351680D03*
X136714040Y-159351680D03*
X136714040Y-158351680D03*
X136714040Y-166451680D03*
X136714040Y-161351680D03*
X136714040Y-167451680D03*
X136561640Y-168616780D03*
X136714040Y-169451680D03*
X136091740Y-126451680D03*
X136091740Y-125551680D03*
X136714040Y-153351680D03*
X136714040Y-152351680D03*
X136714040Y-155351680D03*
X136714040Y-154351680D03*
X136714040Y-156351680D03*
X136714040Y-157351680D03*
X136688640Y-149364380D03*
X136688640Y-148364380D03*
X136688640Y-146364380D03*
X136688640Y-147364380D03*
X136688640Y-143364380D03*
X136688640Y-144364380D03*
X136688640Y-145364380D03*
X136091740Y-130351680D03*
X136091740Y-129351680D03*
X136091740Y-127351680D03*
X136091740Y-128351680D03*
X136091740Y-132351680D03*
X136091740Y-131351680D03*
X136091740Y-133351680D03*
X136091740Y-134351680D03*
X136091740Y-139351680D03*
X136091740Y-140351680D03*
X136091740Y-136351680D03*
X136091740Y-135351680D03*
X136091740Y-137351680D03*
X136091740Y-138351680D03*
X133304440Y-139951680D03*
X133304440Y-138951680D03*
X133304440Y-142951680D03*
X133304440Y-143951680D03*
X133304440Y-144951680D03*
X133304440Y-146951680D03*
X133304440Y-145951680D03*
X133596540Y-147951680D03*
X133596540Y-148951680D03*
X119096540Y-124451680D03*
X138840940Y-139038980D03*
X138840940Y-138038980D03*
X138840940Y-136038980D03*
X138840940Y-137038980D03*
X138840940Y-140038980D03*
X138891740Y-143038980D03*
X138840940Y-132038980D03*
X138840940Y-129038980D03*
X138840940Y-130038980D03*
X138840940Y-131038980D03*
X139214280Y-147120480D03*
X138891740Y-146038980D03*
X138891740Y-144038980D03*
X138891740Y-145038980D03*
X139138080Y-148961980D03*
X138891740Y-150038980D03*
X139595280Y-156556580D03*
X138891740Y-156051680D03*
X138891740Y-157051680D03*
X138884080Y-153000580D03*
X138891740Y-152038980D03*
X139074580Y-154080080D03*
X138891740Y-155051680D03*
X133304440Y-125951680D03*
X133304440Y-127951680D03*
X133304440Y-126951680D03*
X133304440Y-128951680D03*
X133304440Y-129951680D03*
X133304440Y-137951680D03*
X133304440Y-136951680D03*
X133304440Y-134951680D03*
X133304440Y-135951680D03*
X133304440Y-131951680D03*
X133304440Y-130951680D03*
X133304440Y-132951680D03*
X133304440Y-133951680D03*
D12*
X39553780Y-35938980D03*
X39553780Y-173338980D03*
X108953780Y-35938980D03*
D11*
X130781480Y-90846780D03*
X153349380Y-137735180D03*
X147786780Y-89322780D03*
X60334580Y-52721380D03*
X121243780Y-53864380D03*
X66487040Y-166794180D03*
X66296540Y-171874180D03*
X92458000Y-49950000D03*
X148218000Y-39550000D03*
X152379100Y-106058840D03*
X135081700Y-44913420D03*
X147913780Y-66452620D03*
X145297580Y-46142780D03*
X139150780Y-54423180D03*
X115323780Y-46083980D03*
X135366180Y-54677180D03*
X62087180Y-79023080D03*
X65909880Y-79543780D03*
X55965780Y-83023580D03*
X63026980Y-71314180D03*
X130806880Y-76381480D03*
X127796980Y-72495280D03*
X133821860Y-91974540D03*
X133816780Y-85703280D03*
X52104980Y-66411980D03*
X138948000Y-82340000D03*
X103260580Y-50435380D03*
X110397980Y-47793780D03*
X44180180Y-161407980D03*
X47532980Y-162627180D03*
X141893980Y-120183780D03*
X150174380Y-119599580D03*
X150174380Y-120361580D03*
X130565580Y-114189380D03*
X141058000Y-62780000D03*
X129788000Y-70180000D03*
X65033580Y-108931580D03*
X135289980Y-71898380D03*
X144968000Y-65980000D03*
X92858000Y-55530000D03*
X101858000Y-51620000D03*
X139548000Y-71040000D03*
X129606040Y-120185180D03*
X129415540Y-107231180D03*
X62010980Y-65675380D03*
X151947780Y-61077980D03*
X145089300Y-106978320D03*
X144860700Y-111154080D03*
X144576220Y-112210720D03*
X147583580Y-101669720D03*
X147319420Y-100074600D03*
X149138060Y-107354240D03*
X149818780Y-109320200D03*
X148924700Y-110305720D03*
X151363100Y-103381680D03*
X151114180Y-104207180D03*
X145109620Y-105759120D03*
X155305180Y-104397680D03*
X148691020Y-93699200D03*
X144007260Y-102030400D03*
X151510420Y-107664120D03*
X45907380Y-113122580D03*
X45602580Y-111014380D03*
X141639980Y-109668180D03*
X64157280Y-132324980D03*
X129803580Y-133950580D03*
X66194940Y-136580880D03*
X148660540Y-112810160D03*
X150575700Y-98926520D03*
X139211740Y-141750920D03*
X144814980Y-68520180D03*
X151251340Y-105850560D03*
X146984140Y-102010080D03*
X155574420Y-107064680D03*
X147507380Y-106922440D03*
X152744860Y-103991280D03*
X149468260Y-103381680D03*
X150108340Y-97524440D03*
X147065420Y-110336200D03*
X143793900Y-98073080D03*
X123161480Y-55388380D03*
X121657580Y-57770000D03*
X45348580Y-81905980D03*
X45348580Y-71644380D03*
X43265780Y-86731980D03*
X55660980Y-76013180D03*
X56321380Y-70323580D03*
X43265780Y-76013180D03*
X51774780Y-66945380D03*
X63018000Y-46430000D03*
X51571580Y-46422180D03*
X51723980Y-69485380D03*
X63018000Y-49930000D03*
X51038180Y-47057180D03*
X139658780Y-91204920D03*
X142107340Y-88776680D03*
X144713380Y-146145120D03*
X58251780Y-61306580D03*
X145908000Y-60210000D03*
X58099380Y-71390380D03*
X58327980Y-72876280D03*
X60791780Y-55439180D03*
X150225180Y-60214380D03*
X53324180Y-165217980D03*
X144948000Y-67540000D03*
X136229780Y-42891580D03*
X48320380Y-40757980D03*
X137880780Y-40910380D03*
X49615780Y-38573580D03*
X54441780Y-162347780D03*
X144958000Y-66740000D03*
X140827180Y-153419680D03*
X47075780Y-167199180D03*
X135010580Y-86884380D03*
X137296580Y-111141380D03*
X56473780Y-160290380D03*
X55965780Y-152771980D03*
X61452180Y-67123180D03*
X61426780Y-63795780D03*
X53501980Y-63795780D03*
X52968580Y-44618780D03*
X96123180Y-40072180D03*
X61426780Y-92446980D03*
X61426780Y-91126180D03*
X53451180Y-60646180D03*
X147100980Y-38471980D03*
X134807380Y-92446980D03*
X56372180Y-108423580D03*
X56905580Y-92954980D03*
X155127380Y-54296180D03*
X152663580Y-82591780D03*
X60512380Y-60646180D03*
X135914820Y-87199340D03*
X136072300Y-92345380D03*
X62315780Y-91989780D03*
X55686380Y-91989780D03*
X52917780Y-107407580D03*
X41182980Y-159579180D03*
X55203780Y-160188780D03*
X45297780Y-60569980D03*
X94395980Y-34153980D03*
X94395980Y-40021380D03*
X112379180Y-36668580D03*
X59369380Y-33671380D03*
X137245780Y-109490380D03*
X55229180Y-164430580D03*
X60766380Y-36414580D03*
X62468180Y-64379980D03*
X155584580Y-45075980D03*
X151698380Y-83887180D03*
X59376380Y-62823580D03*
X60461580Y-61916180D03*
X52917780Y-51883180D03*
X52917780Y-58004580D03*
X107638000Y-47830000D03*
X107648000Y-46520000D03*
X50174580Y-55489980D03*
X50174580Y-46930180D03*
X107908000Y-47230000D03*
X52358980Y-56709180D03*
X52358980Y-51324380D03*
X90484380Y-50536980D03*
X97408000Y-50100000D03*
X152848000Y-37650000D03*
X139709580Y-153508580D03*
X60563180Y-175403380D03*
X138795180Y-173879380D03*
X59547180Y-172914180D03*
X60893380Y-105086020D03*
X127428680Y-116373780D03*
X64906580Y-122926980D03*
X63992180Y-104575480D03*
X56245180Y-172710980D03*
X133638980Y-165497380D03*
X130921180Y-165497380D03*
X138058580Y-173930180D03*
X60898460Y-101540180D03*
X63484180Y-101971980D03*
X64665280Y-120679080D03*
X61350580Y-68291580D03*
X57883480Y-83734780D03*
X44027780Y-126838580D03*
X44009380Y-56759980D03*
X141385980Y-122393580D03*
X152120020Y-106810680D03*
X145018180Y-101116000D03*
X149188860Y-101842440D03*
X152942980Y-91735780D03*
X151190380Y-77867380D03*
X136966380Y-92091380D03*
X137245780Y-119447180D03*
X130514780Y-116780180D03*
X60796860Y-102413940D03*
X66550540Y-99674680D03*
X64391540Y-99674680D03*
X60994980Y-103308020D03*
X129727380Y-98009580D03*
X64017580Y-103280080D03*
X60989900Y-104146220D03*
X64004880Y-103927780D03*
X129308280Y-109210980D03*
X135924980Y-168964480D03*
X136839380Y-173523780D03*
X59445580Y-171606080D03*
X54086180Y-172685580D03*
X56753180Y-134864980D03*
X59496380Y-175060480D03*
X129422580Y-90033980D03*
X129388000Y-78090000D03*
X66550540Y-105262680D03*
X129250440Y-98874580D03*
X129954020Y-100937060D03*
X129996540Y-141751680D03*
X131548000Y-72610000D03*
X60309180Y-173345980D03*
X56994480Y-168989880D03*
X137398180Y-173904780D03*
X133207180Y-167808780D03*
X56702380Y-169637580D03*
X57565980Y-150282780D03*
X57172280Y-170323380D03*
X57388180Y-124628780D03*
X66379780Y-124628780D03*
X56232480Y-170945680D03*
X56778580Y-167707180D03*
X41043280Y-166614980D03*
X151495180Y-94047180D03*
X42376780Y-58029980D03*
X43062580Y-92624780D03*
X145589680Y-166386380D03*
X61172780Y-109642780D03*
X65490780Y-156480380D03*
X52333580Y-109668180D03*
X52663780Y-101794180D03*
X55889580Y-165243380D03*
X51546180Y-165802180D03*
X55940380Y-157089980D03*
X50987380Y-173269780D03*
X112368000Y-58350000D03*
X129408000Y-89150000D03*
X129898000Y-77180000D03*
X129408000Y-88290000D03*
X122564580Y-55032780D03*
X66709980Y-59782580D03*
X66811580Y-70653780D03*
X106549880Y-57267980D03*
X65998780Y-57572780D03*
X61020380Y-57521980D03*
X63915980Y-88662380D03*
X55902280Y-88662380D03*
X56143580Y-58106180D03*
X58937580Y-108779180D03*
X62290380Y-108779180D03*
X59623380Y-165802180D03*
X63077780Y-101514780D03*
X60182180Y-167910380D03*
X58226380Y-59363480D03*
X58708980Y-86668480D03*
X148358280Y-78794480D03*
X134788000Y-73100000D03*
X154733680Y-48403380D03*
X138538000Y-70460000D03*
X154720980Y-47234980D03*
X138478000Y-71680000D03*
X154543180Y-49673380D03*
X138658000Y-71060000D03*
X139028000Y-81670000D03*
X150301380Y-81321780D03*
X139008000Y-81010000D03*
X150428380Y-80077180D03*
X150250580Y-77549880D03*
X141233580Y-63529080D03*
X143684680Y-74336780D03*
X153603380Y-74362180D03*
X154974980Y-51425980D03*
X152815980Y-78807180D03*
X139418000Y-71680000D03*
X151698380Y-81245580D03*
X139388000Y-72900000D03*
X152257180Y-80077180D03*
X139328000Y-72300000D03*
X57464380Y-101336980D03*
X41640180Y-160391980D03*
X37830180Y-75276580D03*
X87537980Y-49292380D03*
X102879580Y-39106980D03*
X150301380Y-76749780D03*
X148726580Y-36592380D03*
X150504580Y-52670580D03*
X148726580Y-34738180D03*
X53489280Y-163376480D03*
X55178380Y-154499180D03*
X56245180Y-99508180D03*
X49082380Y-174895380D03*
X137271180Y-118672480D03*
X133600880Y-118037480D03*
X60855280Y-100003480D03*
X58211140Y-106132500D03*
X58185740Y-104867580D03*
X58079060Y-102322500D03*
X58109540Y-103592500D03*
X53425780Y-173041180D03*
X53476580Y-172253780D03*
X54136980Y-171098080D03*
X53463880Y-170945680D03*
X51050880Y-168380280D03*
X53476580Y-169015280D03*
X50987380Y-169662980D03*
X49907880Y-171479080D03*
X58061280Y-157026480D03*
X66544880Y-157013780D03*
X60740980Y-159287080D03*
X65744780Y-157674180D03*
X130590980Y-123066680D03*
X130463980Y-122380880D03*
X130489380Y-121758580D03*
X129092380Y-106277280D03*
X73288000Y-53500000D03*
X74710980Y-57445780D03*
X66938580Y-58868180D03*
X73288000Y-52230000D03*
X67344980Y-57610880D03*
X68843580Y-51019580D03*
X66633780Y-60646180D03*
X86318780Y-53115080D03*
X96605780Y-35906580D03*
X95196080Y-52543580D03*
X75752380Y-51857780D03*
X75930180Y-40148380D03*
X97240780Y-39183180D03*
X75748000Y-52560000D03*
X78393980Y-40605580D03*
X99145780Y-41113580D03*
X84972580Y-55616980D03*
X85810780Y-45075980D03*
X97875780Y-35855780D03*
X97672580Y-45101380D03*
X115923780Y-46483980D03*
X145627780Y-45507780D03*
X144967380Y-37252780D03*
X86471180Y-38065580D03*
X155051180Y-43577380D03*
X40446380Y-165548180D03*
X42554580Y-39056180D03*
X154720980Y-41545380D03*
X56575380Y-53407180D03*
X56321380Y-70933180D03*
X55914980Y-53407180D03*
X55762580Y-69409180D03*
X55813380Y-67935980D03*
X55660980Y-52848380D03*
X88426980Y-55820180D03*
X86293380Y-49444780D03*
X68030780Y-58182380D03*
X100898380Y-37532180D03*
X99704580Y-49368580D03*
X61071180Y-56048780D03*
X152180980Y-36008180D03*
X62112580Y-51832380D03*
X61401380Y-36058980D03*
X43189580Y-54245380D03*
X146872380Y-36490780D03*
X115325580Y-39894380D03*
X63738180Y-55718580D03*
X58150180Y-55566180D03*
X59394780Y-41164380D03*
X101482580Y-42789980D03*
X101685780Y-38852980D03*
X130057580Y-106772580D03*
X136255180Y-116780180D03*
X130514780Y-96917380D03*
X63560380Y-101057580D03*
X135721780Y-112157380D03*
X95043680Y-50168680D03*
X91138000Y-55500000D03*
X100415780Y-35931980D03*
X102678000Y-51080000D03*
X58505780Y-148098380D03*
X43456280Y-150739980D03*
X43837280Y-168202480D03*
X58708980Y-129251580D03*
X41868780Y-150485980D03*
X115808180Y-38446580D03*
X128609780Y-37125780D03*
X70316780Y-34153980D03*
X58442280Y-36249480D03*
X58251780Y-33747580D03*
X45170780Y-40757980D03*
X80476780Y-36122480D03*
X47710780Y-39551480D03*
X154124080Y-58817380D03*
X144421280Y-37849680D03*
X154847980Y-38637080D03*
X44688180Y-116856380D03*
X44637380Y-107255180D03*
X39912980Y-113554380D03*
X153069980Y-63160780D03*
X43621380Y-36160580D03*
X40090780Y-98288980D03*
X119135580Y-38319580D03*
X117230580Y-36135180D03*
X148828180Y-152365580D03*
X41690980Y-159172780D03*
X41843380Y-122952380D03*
X43214980Y-93843980D03*
X43519780Y-125339980D03*
X44789780Y-105223180D03*
X47278980Y-159528380D03*
X47786980Y-154651580D03*
X54543380Y-131842380D03*
X47736180Y-131181980D03*
X49564980Y-157750380D03*
X55813380Y-156175580D03*
X56168980Y-129200780D03*
X54848180Y-125289180D03*
X54949780Y-153533980D03*
X46262980Y-154803980D03*
X43113380Y-132756780D03*
X44027780Y-157801180D03*
X48548980Y-156531180D03*
X55356180Y-140986380D03*
X47901280Y-134864980D03*
X48396580Y-155007180D03*
X47837780Y-139005180D03*
X150733180Y-55845580D03*
X43037180Y-131258180D03*
X43037180Y-101565580D03*
X54695780Y-101159180D03*
X55203780Y-44237780D03*
X55178380Y-54829580D03*
X122666180Y-53610380D03*
X121751780Y-35347780D03*
X104352780Y-40427780D03*
X105648180Y-39386380D03*
X56778580Y-36236780D03*
X150656980Y-59655580D03*
X55000580Y-139513180D03*
X55457780Y-116602380D03*
X56549980Y-44364780D03*
X47329780Y-116576980D03*
X57057980Y-116780180D03*
X40116180Y-129530980D03*
X39912980Y-110557180D03*
X60664780Y-44644180D03*
X49564980Y-45228380D03*
X42071980Y-111293780D03*
X52790780Y-112182780D03*
X112099780Y-33976180D03*
X131378380Y-34839780D03*
X122920180Y-35779580D03*
X49945980Y-36160580D03*
X66836980Y-73727180D03*
X48117180Y-75390880D03*
X47736180Y-128489580D03*
X47812380Y-108169580D03*
X138185580Y-35550980D03*
X99983980Y-41646980D03*
X99780780Y-34128580D03*
X66684580Y-44771180D03*
X41335380Y-134001380D03*
X40674980Y-164608380D03*
X44370680Y-134039480D03*
X46110580Y-164252780D03*
X45069180Y-54042180D03*
X45297780Y-93691580D03*
X150783980Y-54169180D03*
X45958180Y-61382780D03*
X154136780Y-59553980D03*
X149691780Y-61103380D03*
X45297780Y-98339780D03*
X47075780Y-36135180D03*
X46948780Y-90770580D03*
X132953180Y-36490780D03*
X48091780Y-34026980D03*
X140979580Y-36389180D03*
X46974180Y-96434780D03*
X54670380Y-36287580D03*
X62315780Y-36249480D03*
X44662780Y-167313480D03*
X45361280Y-164328980D03*
X39011280Y-167948480D03*
X39011280Y-146294980D03*
X39773280Y-168583480D03*
X39773280Y-151438480D03*
X45488280Y-148199980D03*
X45488280Y-146104480D03*
X119135580Y-39818180D03*
X45881980Y-142230980D03*
X39709780Y-39335580D03*
X38973180Y-142230980D03*
X45881980Y-141545180D03*
X114792180Y-38471980D03*
X38947780Y-39310180D03*
X38973180Y-141570580D03*
X144891180Y-48403380D03*
X132191180Y-48530380D03*
X131937180Y-40224580D03*
X132978580Y-37176580D03*
X147735980Y-45228380D03*
X147405780Y-49851180D03*
X136636180Y-43551980D03*
X145424580Y-49851180D03*
X136051980Y-37125780D03*
X140979580Y-37125780D03*
X135416980Y-40351580D03*
X150707780Y-54981980D03*
X149971180Y-41062780D03*
X143646580Y-41113580D03*
X140420780Y-40326180D03*
X141665380Y-39538780D03*
X154670180Y-63186180D03*
X152612780Y-40554780D03*
X41106780Y-156200980D03*
X56219780Y-72152380D03*
X56321380Y-98161980D03*
X41030580Y-151959180D03*
X41792580Y-96079180D03*
X42935580Y-72279380D03*
X42960980Y-55489980D03*
X56397580Y-69510780D03*
X48777580Y-70729980D03*
X62010980Y-69637780D03*
X53400380Y-64913380D03*
X61985580Y-64913380D03*
X49336380Y-64303780D03*
X60893380Y-72177780D03*
X60944180Y-64329180D03*
X49336380Y-54219980D03*
X44840580Y-152314780D03*
X42694280Y-158067880D03*
X51850980Y-157750380D03*
X42694280Y-162360480D03*
X45094580Y-154499180D03*
X44472280Y-169345480D03*
X52600280Y-159502980D03*
X40789280Y-161344480D03*
X45615280Y-144834480D03*
X41678280Y-148072980D03*
X147278780Y-156912180D03*
X46212180Y-135804780D03*
X124621980Y-36719380D03*
X47837780Y-156073980D03*
X49564980Y-165116380D03*
X48599780Y-138649580D03*
X147075580Y-44694980D03*
X149996580Y-63109980D03*
X52587580Y-59680980D03*
X48752180Y-77968980D03*
X48752180Y-88586180D03*
X53273380Y-77968980D03*
X67776780Y-56607580D03*
X136712380Y-35652580D03*
X151571380Y-58029980D03*
X46059780Y-131512180D03*
X54695780Y-135144380D03*
X47901280Y-169574080D03*
X46428080Y-163236780D03*
X44408780Y-159312480D03*
X48701380Y-157343980D03*
X45450180Y-157343980D03*
X49044280Y-164328980D03*
X142986180Y-33950780D03*
X145373780Y-155515180D03*
X142986180Y-151171780D03*
X53247980Y-122672980D03*
X53374980Y-149647780D03*
X151063380Y-140198980D03*
X152333380Y-137735180D03*
X151266580Y-138700380D03*
X40801980Y-163008180D03*
X38896980Y-142942180D03*
X142249580Y-139640180D03*
X153362080Y-166005380D03*
X60105980Y-160823780D03*
X153654180Y-140325980D03*
X115873780Y-47183980D03*
X144992780Y-38548180D03*
X144662580Y-45964980D03*
X65211380Y-151489280D03*
X66235580Y-156298900D03*
X149077140Y-108456120D03*
X132648380Y-94529780D03*
X52092280Y-67605780D03*
X52320880Y-94631380D03*
X146440580Y-96183320D03*
X147583580Y-104580560D03*
X132826180Y-93513780D03*
X147857900Y-103970960D03*
X144540660Y-94613600D03*
X68056180Y-55820180D03*
X62468180Y-56074180D03*
X66760780Y-80089880D03*
X147253380Y-51034820D03*
X147024780Y-45533180D03*
X109432780Y-45609380D03*
X104860780Y-54067580D03*
X63369880Y-56264680D03*
X65693980Y-56023380D03*
X66341680Y-80585180D03*
X66481380Y-81245580D03*
X63458780Y-58106180D03*
X150199780Y-48314480D03*
X130971980Y-49139980D03*
X129016180Y-70463280D03*
X128978080Y-73612880D03*
X132749980Y-49647980D03*
X150860180Y-48875820D03*
X131073580Y-69739380D03*
X128889180Y-72749280D03*
X133753280Y-51159280D03*
X147901080Y-50397280D03*
X131479980Y-73638280D03*
X128965380Y-71923780D03*
X127873180Y-71618980D03*
X142084480Y-58512580D03*
X132559480Y-55324880D03*
X132559480Y-58855480D03*
X143011580Y-55020080D03*
X135785280Y-55439180D03*
X127047680Y-55312180D03*
X44103980Y-61776480D03*
X45437480Y-168570780D03*
X108010380Y-58512580D03*
D18*
X146567580Y-60884940D02*
X147746140Y-59706380D01*
X147603900Y-57740420D02*
X145749700Y-55886220D01*
X147746140Y-57740420D02*
X147603900Y-57740420D01*
X147746140Y-59706380D02*
X147746140Y-57740420D01*
D19*
X135124880Y-44956600D02*
X135081700Y-44913420D01*
X135124880Y-44956600D02*
X135124880Y-47539780D01*
D18*
X146567580Y-64268220D02*
X147913780Y-65614420D01*
X147913780Y-65614420D02*
X147913780Y-66452620D01*
X146567580Y-63638300D02*
X146567580Y-64268220D01*
X145297580Y-46142780D02*
X145297580Y-47631220D01*
X145297580Y-47631220D02*
X145927500Y-48261140D01*
X145927500Y-48261140D02*
X145927500Y-53625620D01*
X145927500Y-53625620D02*
X145749700Y-53803420D01*
X145749700Y-53803420D02*
X145749700Y-55886220D01*
X146567580Y-60884940D02*
X146567580Y-63638300D01*
D19*
X141058000Y-61156400D02*
X139760380Y-59858780D01*
X139760380Y-59858780D02*
X139760380Y-55032780D01*
X139760380Y-55032780D02*
X139150780Y-54423180D01*
X141058000Y-62780000D02*
X141058000Y-61156400D01*
X135124880Y-54435880D02*
X135366180Y-54677180D01*
X135124880Y-47539780D02*
X135124880Y-54435880D01*
X135124880Y-46739680D02*
X135124880Y-47539780D01*
D20*
X104797280Y-67694680D02*
X101990580Y-64887980D01*
X129788000Y-73895160D02*
X128304980Y-75378180D01*
X128304980Y-75378180D02*
X122462980Y-75378180D01*
X122462980Y-75378180D02*
X120405580Y-73320780D01*
X120405580Y-73320780D02*
X110423380Y-73320780D01*
X110423380Y-73320780D02*
X104797280Y-67694680D01*
X103209780Y-61166880D02*
X103209780Y-52971780D01*
X103209780Y-52971780D02*
X101858000Y-51620000D01*
X129788000Y-70180000D02*
X129788000Y-73895160D01*
X101990580Y-64887980D02*
X101990580Y-62386080D01*
X101990580Y-62386080D02*
X103209780Y-61166880D01*
X92858000Y-55530000D02*
X99664560Y-55530000D01*
X101858000Y-53336560D02*
X101858000Y-51620000D01*
X99664560Y-55530000D02*
X101858000Y-53336560D01*
X149818780Y-109320200D02*
X149818780Y-108034960D01*
X149818780Y-108034960D02*
X149138060Y-107354240D01*
X154911480Y-104791380D02*
X151698380Y-104791380D01*
X151698380Y-104791380D02*
X151114180Y-104207180D01*
X155305180Y-104397680D02*
X154911480Y-104791380D01*
X144007260Y-102030400D02*
X144007260Y-104656760D01*
X144007260Y-104656760D02*
X145109620Y-105759120D01*
X148691020Y-93699200D02*
X148691020Y-94291020D01*
X155305180Y-95926780D02*
X155305180Y-104397680D01*
X154111380Y-94732980D02*
X155305180Y-95926780D01*
X149132980Y-94732980D02*
X154111380Y-94732980D01*
X148691020Y-94291020D02*
X149132980Y-94732980D01*
X149468260Y-103381680D02*
X149468260Y-102601900D01*
X149869580Y-97763200D02*
X150108340Y-97524440D01*
X149869580Y-102200580D02*
X149869580Y-97763200D01*
X149468260Y-102601900D02*
X149869580Y-102200580D01*
D18*
X147065420Y-110336200D02*
X144111400Y-110336200D01*
X144111400Y-110336200D02*
X143265580Y-109490380D01*
X143793900Y-98073080D02*
X143265580Y-98601400D01*
X143265580Y-98601400D02*
X143265580Y-109490380D01*
D20*
X121657580Y-56892280D02*
X123161480Y-55388380D01*
X121657580Y-56892280D02*
X121657580Y-57770000D01*
D18*
X45348580Y-81905980D02*
X45348580Y-71644380D01*
X56016580Y-70323580D02*
X55660980Y-70679180D01*
X55660980Y-70679180D02*
X55660980Y-76013180D01*
X56321380Y-70323580D02*
X56016580Y-70323580D01*
X43265780Y-86731980D02*
X43265780Y-76013180D01*
X51571580Y-66742180D02*
X51774780Y-66945380D01*
X51571580Y-46422180D02*
X51571580Y-66742180D01*
X51038180Y-68799580D02*
X51723980Y-69485380D01*
X51038180Y-47057180D02*
X51038180Y-68799580D01*
X58251780Y-61306580D02*
X58251780Y-71237980D01*
X58251780Y-71237980D02*
X58099380Y-71390380D01*
X58251780Y-71237980D02*
X58099380Y-71390380D01*
X58327980Y-72876280D02*
X59216980Y-71987280D01*
X59216980Y-71987280D02*
X59216980Y-71187180D01*
X60055180Y-64227580D02*
X60055180Y-62424180D01*
X59775780Y-60214380D02*
X60537780Y-59452380D01*
X59775780Y-62144780D02*
X59775780Y-60214380D01*
X60055180Y-62424180D02*
X59775780Y-62144780D01*
X59216980Y-67732780D02*
X60055180Y-66894580D01*
X59216980Y-71187180D02*
X59216980Y-67732780D01*
X60537780Y-55693180D02*
X60537780Y-59452380D01*
X60791780Y-55439180D02*
X60537780Y-55693180D01*
X60055180Y-64227580D02*
X60055180Y-66894580D01*
X142605180Y-61118620D02*
X142605180Y-59086620D01*
X143224658Y-56846058D02*
X142605180Y-56226580D01*
X143224658Y-58467142D02*
X143224658Y-56846058D01*
X142605180Y-59086620D02*
X143224658Y-58467142D01*
X142147980Y-55159780D02*
X142147980Y-54722900D01*
X142605180Y-54265700D02*
X142605180Y-52911880D01*
X142147980Y-54722900D02*
X142605180Y-54265700D01*
X50022180Y-81524980D02*
X50022180Y-85715980D01*
X49285580Y-152378280D02*
X50022180Y-153114880D01*
X49285580Y-86452580D02*
X49285580Y-152378280D01*
X50022180Y-85715980D02*
X49285580Y-86452580D01*
X142147980Y-55769380D02*
X142147980Y-55159780D01*
X142605180Y-56226580D02*
X142147980Y-55769380D01*
X142605180Y-61118620D02*
X142605180Y-67377180D01*
X141843180Y-47565180D02*
X141843180Y-43883590D01*
X142605180Y-50054380D02*
X142605180Y-52911880D01*
X53324180Y-165217980D02*
X53984580Y-164557580D01*
X53984580Y-164557580D02*
X53984580Y-159045780D01*
X142605180Y-49724180D02*
X141843180Y-48962180D01*
X141843180Y-48962180D02*
X141843180Y-47565180D01*
X142605180Y-50054380D02*
X142605180Y-49724180D01*
X50022180Y-153114880D02*
X50022180Y-155083380D01*
X50022180Y-155083380D02*
X53984580Y-159045780D01*
X142909980Y-67681980D02*
X144806020Y-67681980D01*
X142605180Y-67377180D02*
X142909980Y-67681980D01*
X144806020Y-67681980D02*
X144948000Y-67540000D01*
X144948000Y-67540000D02*
X144806020Y-67681980D01*
X141843180Y-43883590D02*
X140851170Y-42891580D01*
X48485480Y-74832080D02*
X47126580Y-73473180D01*
X47126580Y-73473180D02*
X47126580Y-46041180D01*
X47126580Y-46041180D02*
X48320380Y-44847380D01*
X48320380Y-44847380D02*
X48320380Y-40757980D01*
X136229780Y-42891580D02*
X140851170Y-42891580D01*
X50022180Y-76368780D02*
X50022180Y-81524980D01*
X48485480Y-74832080D02*
X50022180Y-76368780D01*
X142960780Y-60763020D02*
X142960780Y-59350780D01*
X143524660Y-56511060D02*
X142960780Y-55947180D01*
X143524660Y-58786900D02*
X143524660Y-56511060D01*
X142960780Y-59350780D02*
X143524660Y-58786900D01*
X142960780Y-49881660D02*
X142960780Y-54372380D01*
X139531780Y-40910380D02*
X137880780Y-40910380D01*
X142960780Y-49368580D02*
X142249580Y-48657380D01*
X142249580Y-48657380D02*
X142249580Y-47857280D01*
X142960780Y-49881660D02*
X142960780Y-49368580D01*
X50428580Y-76165580D02*
X47558380Y-73295380D01*
X50428580Y-154727780D02*
X50428580Y-76165580D01*
X54441780Y-158740980D02*
X50428580Y-154727780D01*
X47558380Y-73295380D02*
X47558380Y-46168180D01*
X47558380Y-46168180D02*
X49056980Y-44669580D01*
X49056980Y-44669580D02*
X49056980Y-39132380D01*
X49056980Y-39132380D02*
X49615780Y-38573580D01*
X54441780Y-162347780D02*
X54441780Y-158740980D01*
X142249580Y-43628180D02*
X139531780Y-40910380D01*
X142249580Y-47857280D02*
X142249580Y-43628180D01*
X142447982Y-55434382D02*
X142447982Y-55068340D01*
X142960780Y-55947180D02*
X142447982Y-55434382D01*
X142447982Y-55068340D02*
X142447982Y-54885178D01*
X142960780Y-54372380D02*
X142447982Y-54885178D01*
X143494180Y-66538980D02*
X142960780Y-66005580D01*
X144756980Y-66538980D02*
X143494180Y-66538980D01*
X144958000Y-66740000D02*
X144756980Y-66538980D01*
X142960780Y-66005580D02*
X142960780Y-60763020D01*
X140827180Y-153419680D02*
X140827180Y-156086680D01*
X142224180Y-174654080D02*
X141246280Y-175631980D01*
X142224180Y-157483680D02*
X142224180Y-174654080D01*
X140827180Y-156086680D02*
X142224180Y-157483680D01*
X123723780Y-175631980D02*
X122671780Y-175631980D01*
X122671780Y-175631980D02*
X122223780Y-175183980D01*
X116423780Y-175631980D02*
X117475780Y-175631980D01*
X50834980Y-175682780D02*
X48955380Y-175682780D01*
X52562180Y-175682780D02*
X50834980Y-175682780D01*
X116423780Y-175631980D02*
X81010180Y-175631980D01*
X81010180Y-175631980D02*
X79790980Y-174412780D01*
X79790980Y-174412780D02*
X58861380Y-174412780D01*
X58861380Y-174412780D02*
X57591380Y-175682780D01*
X57591380Y-175682780D02*
X52562180Y-175682780D01*
X117475780Y-175631980D02*
X117923780Y-175183980D01*
X117923780Y-175183980D02*
X122223780Y-175183980D01*
X141246280Y-175631980D02*
X123723780Y-175631980D01*
X47075780Y-173803180D02*
X47075780Y-167199180D01*
X47075780Y-173803180D02*
X48955380Y-175682780D01*
X48955380Y-175682780D02*
X47075780Y-173803180D01*
X48955380Y-175682780D02*
X47075780Y-173803180D01*
X134807380Y-92446980D02*
X134807380Y-91207460D01*
X134340020Y-87554940D02*
X135010580Y-86884380D01*
X134340020Y-90740100D02*
X134340020Y-87554940D01*
X134807380Y-91207460D02*
X134340020Y-90740100D01*
X134807380Y-94067500D02*
X134807380Y-92446980D01*
X134807380Y-111217580D02*
X135239180Y-111649380D01*
X135239180Y-111649380D02*
X136788580Y-111649380D01*
X136788580Y-111649380D02*
X137296580Y-111141380D01*
X134807380Y-94067500D02*
X134807380Y-111217580D01*
X56372180Y-113605180D02*
X56575380Y-113401980D01*
X56575380Y-110658780D02*
X56372180Y-110455580D01*
X56575380Y-113401980D02*
X56575380Y-110658780D01*
X61858580Y-72965180D02*
X61858580Y-70628380D01*
X61858580Y-70628380D02*
X61426780Y-70196580D01*
X57032580Y-131232780D02*
X57032580Y-128489580D01*
X57032580Y-128489580D02*
X56372180Y-127829180D01*
X56118180Y-135499980D02*
X56118180Y-134737980D01*
X57032580Y-133823580D02*
X57032580Y-131232780D01*
X56118180Y-134737980D02*
X57032580Y-133823580D01*
X55965780Y-138446380D02*
X55965780Y-137227180D01*
X56118180Y-137074780D02*
X56118180Y-135499980D01*
X55965780Y-137227180D02*
X56118180Y-137074780D01*
X55965780Y-153838780D02*
X56626180Y-154499180D01*
X56626180Y-154499180D02*
X56626180Y-160137980D01*
X56626180Y-160137980D02*
X56473780Y-160290380D01*
X55965780Y-153838780D02*
X55965780Y-152771980D01*
X56372180Y-127829180D02*
X56372180Y-113605180D01*
X56372180Y-110455580D02*
X56372180Y-108423580D01*
X55965780Y-138446380D02*
X55965780Y-152771980D01*
X61426780Y-63795780D02*
X61426780Y-63440180D01*
X61147380Y-61281180D02*
X60512380Y-60646180D01*
X61147380Y-63160780D02*
X61147380Y-61281180D01*
X61426780Y-63440180D02*
X61147380Y-63160780D01*
X61426780Y-74184380D02*
X61426780Y-73396980D01*
X61426780Y-73396980D02*
X61858580Y-72965180D01*
X61426780Y-70196580D02*
X61426780Y-69485380D01*
X62112580Y-67783580D02*
X61452180Y-67123180D01*
X62112580Y-68799580D02*
X62112580Y-67783580D01*
X61426780Y-69485380D02*
X62112580Y-68799580D01*
X61426780Y-67148580D02*
X61452180Y-67123180D01*
X61426780Y-66107180D02*
X61426780Y-67097780D01*
X61426780Y-67097780D02*
X61452180Y-67123180D01*
X61426780Y-67148580D02*
X61452180Y-67123180D01*
X53451180Y-61992380D02*
X53451180Y-45761780D01*
X53451180Y-63744980D02*
X53501980Y-63795780D01*
X61426780Y-63795780D02*
X61426780Y-66107180D01*
X53451180Y-61992380D02*
X53451180Y-63744980D01*
X52968580Y-44618780D02*
X53451180Y-45101380D01*
X53451180Y-45101380D02*
X53451180Y-45736380D01*
X53451180Y-45736380D02*
X53425780Y-45761780D01*
X53425780Y-45761780D02*
X53451180Y-45761780D01*
X61426780Y-67097780D02*
X61452180Y-67123180D01*
X61426780Y-91126180D02*
X61426780Y-74184380D01*
X56372180Y-108423580D02*
X56372180Y-100549580D01*
X56905580Y-100016180D02*
X56905580Y-92954980D01*
X56372180Y-100549580D02*
X56905580Y-100016180D01*
X136072300Y-87356820D02*
X135914820Y-87199340D01*
X136072300Y-87356820D02*
X136072300Y-92345380D01*
X135442380Y-94128460D02*
X135442380Y-92975300D01*
X135442380Y-92975300D02*
X136072300Y-92345380D01*
X62315780Y-91989780D02*
X62315780Y-85677880D01*
X61960180Y-81105880D02*
X62620580Y-80445480D01*
X61960180Y-85322280D02*
X61960180Y-81105880D01*
X62315780Y-85677880D02*
X61960180Y-85322280D01*
X135442380Y-108652180D02*
X135772580Y-108982380D01*
X135772580Y-108982380D02*
X136737780Y-108982380D01*
X136737780Y-108982380D02*
X137245780Y-109490380D01*
X135442380Y-108652180D02*
X135442380Y-94128460D01*
X55686380Y-99914580D02*
X55686380Y-91989780D01*
X55940380Y-100168580D02*
X55686380Y-99914580D01*
X55940380Y-106569380D02*
X55940380Y-100168580D01*
X53882980Y-111687480D02*
X53362280Y-111166780D01*
X53362280Y-109807880D02*
X53882980Y-109287180D01*
X53362280Y-111166780D02*
X53362280Y-109807880D01*
X62226880Y-72012680D02*
X62226880Y-77702280D01*
X62226880Y-77702280D02*
X62620580Y-78095980D01*
X62620580Y-79251680D02*
X62620580Y-78095980D01*
X62620580Y-80445480D02*
X62620580Y-79251680D01*
X62226880Y-70425180D02*
X62620580Y-70031480D01*
X62620580Y-70031480D02*
X62620580Y-64532380D01*
X62620580Y-64532380D02*
X62468180Y-64379980D01*
X62226880Y-72012680D02*
X62226880Y-70425180D01*
X54086180Y-137531980D02*
X54086180Y-136878778D01*
X53882980Y-136675578D02*
X53882980Y-135601580D01*
X54086180Y-136878778D02*
X53882980Y-136675578D01*
X54086180Y-138903580D02*
X54086180Y-137531980D01*
X53882980Y-108372780D02*
X52917780Y-107407580D01*
X53882980Y-135601580D02*
X53882980Y-111687480D01*
X53882980Y-109287180D02*
X53882980Y-108372780D01*
X55203780Y-155972380D02*
X54086180Y-154854780D01*
X55203780Y-160188780D02*
X55203780Y-155972380D01*
X94395980Y-34153980D02*
X94395980Y-40021380D01*
X52917780Y-107407580D02*
X54289380Y-107407580D01*
X55305380Y-107204380D02*
X55940380Y-106569380D01*
X54492580Y-107204380D02*
X55305380Y-107204380D01*
X54289380Y-107407580D02*
X54492580Y-107204380D01*
X55229180Y-155997780D02*
X54086180Y-154854780D01*
X54086180Y-154854780D02*
X54086180Y-138903580D01*
X55229180Y-164430580D02*
X55229180Y-155997780D01*
X62468180Y-64379980D02*
X62468180Y-63643380D01*
X61604580Y-39208580D02*
X60766380Y-38370380D01*
X61604580Y-62779780D02*
X61604580Y-39208580D01*
X62468180Y-63643380D02*
X61604580Y-62779780D01*
X60766380Y-38370380D02*
X60766380Y-36414580D01*
X60766380Y-38370380D02*
X60766380Y-36414580D01*
X52917780Y-51883180D02*
X52917780Y-58004580D01*
X50174580Y-46930180D02*
X50174580Y-55489980D01*
X52358980Y-51324380D02*
X52358980Y-56709180D01*
X139417480Y-153508580D02*
X138757080Y-153508580D01*
X138388780Y-173472980D02*
X138795180Y-173879380D01*
X138388780Y-153876880D02*
X138388780Y-173472980D01*
X138757080Y-153508580D02*
X138388780Y-153876880D01*
X139417480Y-153508580D02*
X139709580Y-153508580D01*
X63992180Y-104575480D02*
X63992180Y-111065180D01*
X65236780Y-122596780D02*
X64906580Y-122926980D01*
X65236780Y-113706780D02*
X65236780Y-122596780D01*
X64500180Y-112970180D02*
X65236780Y-113706780D01*
X64500180Y-111573180D02*
X64500180Y-112970180D01*
X63992180Y-111065180D02*
X64500180Y-111573180D01*
X138058580Y-167656380D02*
X137372780Y-166970580D01*
X137372780Y-166970580D02*
X135112180Y-166970580D01*
X135112180Y-166970580D02*
X133638980Y-165497380D01*
X138058580Y-173930180D02*
X138058580Y-167656380D01*
X63509580Y-112665380D02*
X63509580Y-111217580D01*
X63026980Y-108652180D02*
X63484180Y-108194980D01*
X63026980Y-110734980D02*
X63026980Y-108652180D01*
X63509580Y-111217580D02*
X63026980Y-110734980D01*
X63484180Y-101971980D02*
X63484180Y-108194980D01*
X64665280Y-114430680D02*
X64665280Y-120679080D01*
X63509580Y-113274980D02*
X64665280Y-114430680D01*
X63509580Y-112665380D02*
X63509580Y-113274980D01*
X61464880Y-72546080D02*
X61464880Y-71504680D01*
X61464880Y-71504680D02*
X60740980Y-70780780D01*
X57883480Y-83734780D02*
X59077280Y-83734780D01*
X60994980Y-81817080D02*
X60994980Y-73015980D01*
X59077280Y-83734780D02*
X60994980Y-81817080D01*
X60740980Y-68901180D02*
X60740980Y-70780780D01*
X61350580Y-68291580D02*
X60740980Y-68901180D01*
X61464880Y-72546080D02*
X60994980Y-73015980D01*
X44009380Y-67199380D02*
X44009380Y-66241180D01*
X44009380Y-126820180D02*
X44027780Y-126838580D01*
X44009380Y-109515780D02*
X44009380Y-126820180D01*
X44009380Y-67199380D02*
X44009380Y-105584480D01*
X44009380Y-108003578D02*
X43680082Y-107674280D01*
X43680082Y-107674280D02*
X43680082Y-105913778D01*
X43680082Y-105913778D02*
X44009380Y-105584480D01*
X44009380Y-109515780D02*
X44009380Y-108003578D01*
X44009380Y-66241180D02*
X43570580Y-65802380D01*
X43570580Y-65802380D02*
X43570580Y-57198780D01*
X43570580Y-57198780D02*
X44009380Y-56759980D01*
X137753780Y-109134780D02*
X137753780Y-108271180D01*
X137200060Y-92325060D02*
X136966380Y-92091380D01*
X137200060Y-107717460D02*
X137200060Y-92325060D01*
X137753780Y-108271180D02*
X137200060Y-107717460D01*
X151190380Y-89983180D02*
X152942980Y-91735780D01*
X151190380Y-89983180D02*
X151190380Y-87214580D01*
X151190380Y-77867380D02*
X151190380Y-87214580D01*
X137753780Y-109134780D02*
X137753780Y-118939180D01*
X137753780Y-118939180D02*
X137245780Y-119447180D01*
X136839380Y-170983780D02*
X135924980Y-170069380D01*
X135924980Y-170069380D02*
X135924980Y-168964480D01*
X136839380Y-173523780D02*
X136839380Y-170983780D01*
X54746580Y-172025180D02*
X54086180Y-172685580D01*
X54746580Y-170628180D02*
X54746580Y-172025180D01*
X56524580Y-161814380D02*
X56524580Y-161052380D01*
X57032580Y-154245180D02*
X56524580Y-153737180D01*
X57032580Y-160544380D02*
X57032580Y-154245180D01*
X56524580Y-161052380D02*
X57032580Y-160544380D01*
X54746580Y-167249980D02*
X56524580Y-165471980D01*
X54746580Y-170628180D02*
X54746580Y-167249980D01*
X56524580Y-165471980D02*
X56524580Y-161814380D01*
X56524580Y-153737180D02*
X56524580Y-149495380D01*
X56524580Y-149495380D02*
X56753180Y-149266780D01*
X56753180Y-149266780D02*
X56753180Y-134864980D01*
D21*
X113242780Y-59807980D02*
X110220180Y-59807980D01*
X110220180Y-59807980D02*
X109064480Y-58652280D01*
X109064480Y-58652280D02*
X109064480Y-58398280D01*
X109064480Y-58410980D02*
X109064480Y-58652280D01*
X118271980Y-58436380D02*
X118271980Y-58563380D01*
X118271980Y-58563380D02*
X117027380Y-59807980D01*
X117027380Y-59807980D02*
X113242780Y-59807980D01*
D18*
X56702380Y-173066580D02*
X56702380Y-172456980D01*
X57032580Y-170907580D02*
X55940380Y-169815380D01*
X57032580Y-172126780D02*
X57032580Y-170907580D01*
X56702380Y-172456980D02*
X57032580Y-172126780D01*
X60182180Y-173472980D02*
X58861380Y-173472980D01*
X60182180Y-173472980D02*
X60309180Y-173345980D01*
X56994480Y-168989880D02*
X56232480Y-168989880D01*
X55940380Y-169281980D02*
X55940380Y-169815380D01*
X56232480Y-168989880D02*
X55940380Y-169281980D01*
X56702380Y-173066580D02*
X57108780Y-173472980D01*
X57108780Y-173472980D02*
X58861380Y-173472980D01*
X58861380Y-173472980D02*
X60258380Y-173472980D01*
X137398180Y-173904780D02*
X137398180Y-168646980D01*
X133384980Y-167986580D02*
X133207180Y-167808780D01*
X136737780Y-167986580D02*
X133384980Y-167986580D01*
X137398180Y-168646980D02*
X136737780Y-167986580D01*
X57565980Y-163744780D02*
X57565980Y-161585780D01*
X58861380Y-154753180D02*
X57565980Y-153457780D01*
X58861380Y-160290380D02*
X58861380Y-154753180D01*
X57565980Y-161585780D02*
X58861380Y-160290380D01*
X57172280Y-170323380D02*
X57565980Y-169929680D01*
X57565980Y-169929680D02*
X57565980Y-163744780D01*
X57565980Y-153457780D02*
X57565980Y-150282780D01*
X57032580Y-152416380D02*
X57032580Y-153533980D01*
X57032580Y-164201980D02*
X57032580Y-161255580D01*
X57438980Y-153940380D02*
X57032580Y-153533980D01*
X57438980Y-160849180D02*
X57438980Y-153940380D01*
X57032580Y-161255580D02*
X57438980Y-160849180D01*
X57032580Y-165700580D02*
X57032580Y-164201980D01*
X55927680Y-170945680D02*
X55330780Y-170348780D01*
X55330780Y-170348780D02*
X55330780Y-167427780D01*
X55330780Y-167427780D02*
X57032580Y-165725980D01*
X57032580Y-165725980D02*
X56981780Y-165725980D01*
X56981780Y-165725980D02*
X56956380Y-165700580D01*
X56956380Y-165700580D02*
X57032580Y-165700580D01*
X55927680Y-170945680D02*
X56232480Y-170945680D01*
X57388180Y-149419180D02*
X57388180Y-124628780D01*
X57032580Y-149774780D02*
X57388180Y-149419180D01*
X57032580Y-152416380D02*
X57032580Y-149774780D01*
X42376780Y-64278380D02*
X42376780Y-62894080D01*
X41957680Y-58449080D02*
X42376780Y-58029980D01*
X41957680Y-62474980D02*
X41957680Y-58449080D01*
X42376780Y-62894080D02*
X41957680Y-62474980D01*
X42376780Y-64278380D02*
X42376780Y-91938980D01*
X42376780Y-91938980D02*
X43062580Y-92624780D01*
X145589680Y-166386380D02*
X145386480Y-166589580D01*
X145386480Y-166589580D02*
X145386480Y-172876080D01*
X61198180Y-114138580D02*
X61502980Y-113833780D01*
X61502980Y-111369980D02*
X61198180Y-111065180D01*
X61502980Y-113833780D02*
X61502980Y-111369980D01*
X65490780Y-156480380D02*
X65490780Y-156429580D01*
X61198180Y-109668180D02*
X61172780Y-109642780D01*
X61198180Y-130902580D02*
X61198180Y-114138580D01*
X61198180Y-111065180D02*
X61198180Y-109668180D01*
X64093780Y-133798180D02*
X61198180Y-130902580D01*
X64093780Y-137049380D02*
X64093780Y-133798180D01*
X63814380Y-137328780D02*
X64093780Y-137049380D01*
X63814380Y-154753180D02*
X63814380Y-137328780D01*
X65490780Y-156429580D02*
X63814380Y-154753180D01*
X52663780Y-101794180D02*
X51800180Y-101794180D01*
X52333580Y-109668180D02*
X51469980Y-108804580D01*
X51469980Y-108804580D02*
X51469980Y-102124380D01*
X51800180Y-101794180D02*
X51469980Y-102124380D01*
X50987380Y-173269780D02*
X50987380Y-171491780D01*
X55940380Y-165192580D02*
X55940380Y-164760780D01*
X55889580Y-165243380D02*
X55940380Y-165192580D01*
X51546180Y-170932980D02*
X51546180Y-165802180D01*
X50987380Y-171491780D02*
X51546180Y-170932980D01*
X55940380Y-157089980D02*
X55940380Y-164760780D01*
D21*
X130398000Y-65620000D02*
X130398000Y-66380000D01*
X130398000Y-66380000D02*
X127876820Y-68901180D01*
X106968980Y-63008380D02*
X106968980Y-58207780D01*
X112861780Y-68901180D02*
X106968980Y-63008380D01*
X127876820Y-68901180D02*
X112861780Y-68901180D01*
X106968980Y-58207780D02*
X108213580Y-56963180D01*
X112368000Y-57739400D02*
X112368000Y-58350000D01*
X111591780Y-56963180D02*
X112368000Y-57739400D01*
X108213580Y-56963180D02*
X111591780Y-56963180D01*
D18*
X66811580Y-65141980D02*
X66811580Y-63783080D01*
X65160580Y-58410980D02*
X65998780Y-57572780D01*
X65160580Y-62132080D02*
X65160580Y-58410980D01*
X66811580Y-63783080D02*
X65160580Y-62132080D01*
X66811580Y-65141980D02*
X66811580Y-70653780D01*
X56143580Y-67072380D02*
X56331497Y-67260297D01*
X56331497Y-67260297D02*
X56331497Y-68129063D01*
X56331497Y-68129063D02*
X55836197Y-68624363D01*
X55836197Y-68624363D02*
X55747297Y-68624363D01*
X55747297Y-68624363D02*
X55089480Y-69282180D01*
X55089480Y-69282180D02*
X55089480Y-80534380D01*
X55089480Y-80534380D02*
X55749880Y-81194780D01*
X55749880Y-81194780D02*
X55749880Y-82248880D01*
X55749880Y-82248880D02*
X55381580Y-82617180D01*
X55381580Y-82617180D02*
X55381580Y-85093680D01*
X55381580Y-85093680D02*
X55902280Y-85614380D01*
X55902280Y-85614380D02*
X55902280Y-88662380D01*
X56143580Y-67072380D02*
X56143580Y-58106180D01*
X58937580Y-114087780D02*
X58569280Y-113719480D01*
X58569280Y-110646080D02*
X58937580Y-110277780D01*
X58569280Y-113719480D02*
X58569280Y-110646080D01*
X58937580Y-136058780D02*
X58937580Y-134153780D01*
X60080580Y-129099180D02*
X58937580Y-127956180D01*
X60080580Y-133010780D02*
X60080580Y-129099180D01*
X58937580Y-134153780D02*
X60080580Y-133010780D01*
X58937580Y-110277780D02*
X58937580Y-108779180D01*
X62290380Y-108499780D02*
X62899980Y-107890180D01*
X62899980Y-107890180D02*
X62899980Y-101692580D01*
X62899980Y-101692580D02*
X63077780Y-101514780D01*
X62290380Y-108779180D02*
X62290380Y-108499780D01*
X59623380Y-165802180D02*
X59623380Y-159223580D01*
X59623380Y-159223580D02*
X59267780Y-158867980D01*
X59267780Y-158867980D02*
X59267780Y-138090780D01*
X59267780Y-138090780D02*
X58937580Y-137760580D01*
X58937580Y-137760580D02*
X58937580Y-136058780D01*
X58937580Y-127956180D02*
X58937580Y-114087780D01*
X58708980Y-86668480D02*
X57413580Y-85373080D01*
X58823280Y-59960380D02*
X58823280Y-71466580D01*
X58226380Y-59363480D02*
X58823280Y-59960380D01*
X57413580Y-85373080D02*
X57413580Y-72876280D01*
X57413580Y-72876280D02*
X58823280Y-71466580D01*
X141233580Y-63529080D02*
X141843180Y-64138680D01*
X141843180Y-72495280D02*
X143684680Y-74336780D01*
X141843180Y-64138680D02*
X141843180Y-72495280D01*
D20*
X150301380Y-75713460D02*
X150301380Y-74931140D01*
X150032140Y-70161020D02*
X149056780Y-69185660D01*
X150032140Y-74661900D02*
X150032140Y-70161020D01*
X150301380Y-74931140D02*
X150032140Y-74661900D01*
X149056780Y-66696460D02*
X149056780Y-69185660D01*
X149056780Y-66696460D02*
X149056780Y-58080780D01*
X149056780Y-58080780D02*
X150098180Y-57039380D01*
X150098180Y-57039380D02*
X150961780Y-57039380D01*
X150961780Y-57039380D02*
X151799980Y-56201180D01*
X151799980Y-56201180D02*
X151799980Y-53965980D01*
X151799980Y-53965980D02*
X150504580Y-52670580D01*
X150301380Y-76749780D02*
X150301380Y-75713460D01*
D18*
X74710980Y-57445780D02*
X74710980Y-54922980D01*
X74710980Y-54922980D02*
X73288000Y-53500000D01*
X74710980Y-54922980D02*
X73288000Y-53500000D01*
X67344980Y-57610880D02*
X71243880Y-57610880D01*
X71243880Y-57610880D02*
X72247180Y-56607580D01*
X73288000Y-52230000D02*
X72763960Y-52230000D01*
X72247180Y-52746780D02*
X72247180Y-56607580D01*
X72763960Y-52230000D02*
X72247180Y-52746780D01*
X96605780Y-35906580D02*
X96605780Y-49266980D01*
X96605780Y-51133880D02*
X96605780Y-49266980D01*
X96605780Y-51133880D02*
X95196080Y-52543580D01*
X75930180Y-40148380D02*
X76336580Y-40554780D01*
X75879380Y-51730780D02*
X75752380Y-51857780D01*
X75879380Y-48301780D02*
X75879380Y-51730780D01*
X76336580Y-47844580D02*
X75879380Y-48301780D01*
X76336580Y-40554780D02*
X76336580Y-47844580D01*
X76361980Y-40580180D02*
X75930180Y-40148380D01*
X76361980Y-40580180D02*
X75930180Y-40148380D01*
X75748000Y-52560000D02*
X76497960Y-52560000D01*
X76497960Y-52560000D02*
X77123980Y-51933980D01*
X77123980Y-51933980D02*
X77123980Y-46904780D01*
X77123980Y-46904780D02*
X77581180Y-46447580D01*
X77581180Y-46447580D02*
X77581180Y-41418380D01*
X77581180Y-41418380D02*
X78393980Y-40605580D01*
X77581180Y-41418380D02*
X77581180Y-46447580D01*
X78393980Y-40605580D02*
X77581180Y-41418380D01*
X84566180Y-55616980D02*
X84972580Y-55616980D01*
X84566180Y-55616980D02*
X84108980Y-55159780D01*
X97875780Y-35855780D02*
X97875780Y-44898180D01*
X97875780Y-44898180D02*
X97672580Y-45101380D01*
X97647180Y-45075980D02*
X97672580Y-45101380D01*
X84769380Y-45075980D02*
X85810780Y-45075980D01*
X84108980Y-45736380D02*
X84769380Y-45075980D01*
X84108980Y-55159780D02*
X84108980Y-45736380D01*
X145627780Y-44999780D02*
X146313580Y-44313980D01*
X145627780Y-45507780D02*
X145627780Y-44999780D01*
X146313580Y-44313980D02*
X146313580Y-37659180D01*
X146313580Y-37659180D02*
X145907180Y-37252780D01*
X145907180Y-37252780D02*
X144967380Y-37252780D01*
X41894180Y-55698260D02*
X41894180Y-53793260D01*
X42955900Y-49358420D02*
X41894180Y-48296700D01*
X42955900Y-52731540D02*
X42955900Y-49358420D01*
X41894180Y-53793260D02*
X42955900Y-52731540D01*
X41894180Y-64405380D02*
X41894180Y-63173480D01*
X41538580Y-56632980D02*
X41894180Y-56277380D01*
X41538580Y-62817880D02*
X41538580Y-56632980D01*
X41894180Y-63173480D02*
X41538580Y-62817880D01*
X40446380Y-165548180D02*
X40878180Y-165548180D01*
X41894180Y-39716580D02*
X42554580Y-39056180D01*
X41894180Y-92700980D02*
X41894180Y-64405380D01*
X41894180Y-56277380D02*
X41894180Y-55698260D01*
X41894180Y-48296700D02*
X41894180Y-39716580D01*
X42554580Y-93361380D02*
X41894180Y-92700980D01*
X42554580Y-151247980D02*
X42554580Y-93361380D01*
X42198980Y-151603580D02*
X42554580Y-151247980D01*
X42198980Y-164227380D02*
X42198980Y-151603580D01*
X40878180Y-165548180D02*
X42198980Y-164227380D01*
X57235780Y-54067580D02*
X57235780Y-70272780D01*
X56575380Y-53407180D02*
X57235780Y-54067580D01*
X57235780Y-70272780D02*
X56575380Y-70933180D01*
X56575380Y-70933180D02*
X56321380Y-70933180D01*
X55914980Y-53407180D02*
X56778580Y-54270780D01*
X55762580Y-69409180D02*
X55787980Y-69409180D01*
X56778580Y-68418580D02*
X56778580Y-67783580D01*
X55787980Y-69409180D02*
X56778580Y-68418580D01*
X56778580Y-54270780D02*
X56778580Y-67783580D01*
X55508580Y-67631180D02*
X55813380Y-67935980D01*
X55254580Y-53254780D02*
X55254580Y-53661180D01*
X55254580Y-53661180D02*
X55864180Y-54270780D01*
X55864180Y-54270780D02*
X55864180Y-57115580D01*
X55864180Y-57115580D02*
X55508580Y-57471180D01*
X55508580Y-57471180D02*
X55508580Y-67631180D01*
X55660980Y-52848380D02*
X55254580Y-53254780D01*
X86293380Y-49444780D02*
X86293380Y-51019580D01*
X88426980Y-53153180D02*
X88426980Y-55820180D01*
X86293380Y-51019580D02*
X88426980Y-53153180D01*
X99704580Y-47031780D02*
X99983980Y-46752380D01*
X99983980Y-46752380D02*
X99983980Y-42891580D01*
X99983980Y-42891580D02*
X100720580Y-42154980D01*
X100720580Y-42154980D02*
X100720580Y-37709980D01*
X100720580Y-37709980D02*
X100898380Y-37532180D01*
X99704580Y-49368580D02*
X99704580Y-47031780D01*
X61401380Y-36058980D02*
X61401380Y-38344980D01*
X61401380Y-38344980D02*
X62112580Y-39056180D01*
X62112580Y-39056180D02*
X62112580Y-51832380D01*
X81123780Y-33645980D02*
X81685780Y-33645980D01*
X81685780Y-33645980D02*
X82023780Y-33983980D01*
X87323780Y-33983980D02*
X87661780Y-33645980D01*
X82023780Y-33983980D02*
X87323780Y-33983980D01*
X80923780Y-33645980D02*
X81123780Y-33645980D01*
X87223780Y-34083980D02*
X87661780Y-33645980D01*
X82123780Y-34083980D02*
X87223780Y-34083980D01*
X81685780Y-33645980D02*
X82123780Y-34083980D01*
X108696180Y-40249980D02*
X107400780Y-40249980D01*
X100695180Y-34357180D02*
X99983980Y-33645980D01*
X100695180Y-35246180D02*
X100695180Y-34357180D01*
X106257780Y-40808780D02*
X100695180Y-35246180D01*
X106841980Y-40808780D02*
X106257780Y-40808780D01*
X107400780Y-40249980D02*
X106841980Y-40808780D01*
X115325580Y-39894380D02*
X114969980Y-40249980D01*
X99983980Y-33645980D02*
X87661780Y-33645980D01*
X114969980Y-40249980D02*
X108696180Y-40249980D01*
X80923780Y-33645980D02*
X65693980Y-33645980D01*
X63738180Y-52441980D02*
X63738180Y-55718580D01*
X62468180Y-51171980D02*
X63738180Y-52441980D01*
X62468180Y-36871780D02*
X62468180Y-51171980D01*
X65693980Y-33645980D02*
X62468180Y-36871780D01*
X60258380Y-41164380D02*
X61147380Y-42053380D01*
X61147380Y-42053380D02*
X61147380Y-48733580D01*
X61147380Y-48733580D02*
X59775780Y-50105180D01*
X59775780Y-50105180D02*
X59775780Y-54829580D01*
X59775780Y-54829580D02*
X59039180Y-55566180D01*
X59039180Y-55566180D02*
X58150180Y-55566180D01*
X59394780Y-41164380D02*
X60258380Y-41164380D01*
X101685780Y-42586780D02*
X101482580Y-42789980D01*
X101685780Y-38852980D02*
X101685780Y-42586780D01*
X91855980Y-49470180D02*
X93151380Y-49470180D01*
X91855980Y-49470180D02*
X91138000Y-50188160D01*
X94345180Y-49470180D02*
X95043680Y-50168680D01*
X93151380Y-49470180D02*
X94345180Y-49470180D01*
X91138000Y-50638580D02*
X91138000Y-50188160D01*
X91138000Y-51146580D02*
X91138000Y-50638580D01*
X91138000Y-55500000D02*
X91138000Y-51146580D01*
X91138000Y-50188160D02*
X91728980Y-49597180D01*
X102678000Y-46931800D02*
X102295380Y-46549180D01*
X102295380Y-46549180D02*
X102295380Y-37811580D01*
X102295380Y-37811580D02*
X100415780Y-35931980D01*
X102678000Y-46931800D02*
X102678000Y-51080000D01*
X57997780Y-147590380D02*
X58505780Y-148098380D01*
X57997780Y-134483980D02*
X57997780Y-147590380D01*
X58708980Y-133772780D02*
X57997780Y-134483980D01*
D19*
X43456280Y-150739980D02*
X43456280Y-167821480D01*
X43456280Y-167821480D02*
X43837280Y-168202480D01*
D18*
X58708980Y-129251580D02*
X58708980Y-133772780D01*
D20*
X58442280Y-36249480D02*
X58442280Y-33938080D01*
X58442280Y-33938080D02*
X58251780Y-33747580D01*
X58442280Y-33938080D02*
X58251780Y-33747580D01*
X40928980Y-56246900D02*
X40928980Y-53762780D01*
X41960220Y-50028980D02*
X40928980Y-48997740D01*
X41960220Y-52731540D02*
X41960220Y-50028980D01*
X40928980Y-53762780D02*
X41960220Y-52731540D01*
X40090780Y-91507180D02*
X40928980Y-90668980D01*
X40090780Y-91507180D02*
X40090780Y-98288980D01*
X43621380Y-36871780D02*
X43621380Y-36160580D01*
X40928980Y-39564180D02*
X43621380Y-36871780D01*
X40928980Y-90668980D02*
X40928980Y-56246900D01*
X40928980Y-48997740D02*
X40928980Y-39564180D01*
D18*
X41843380Y-135449180D02*
X42148180Y-135753980D01*
X42148180Y-135753980D02*
X42148180Y-148707980D01*
X42148180Y-148707980D02*
X41386180Y-149469980D01*
X41386180Y-149469980D02*
X41386180Y-151146380D01*
X41386180Y-151146380D02*
X41690980Y-151451180D01*
X41690980Y-151451180D02*
X41690980Y-152416380D01*
X41690980Y-152416380D02*
X40928980Y-153178380D01*
X40928980Y-153178380D02*
X40928980Y-154753180D01*
X40928980Y-154753180D02*
X41690980Y-155515180D01*
X41690980Y-155515180D02*
X41690980Y-159172780D01*
X41843380Y-122952380D02*
X41843380Y-135449180D01*
X43672180Y-109071280D02*
X43672180Y-108436280D01*
X43380080Y-105642280D02*
X43672180Y-105350180D01*
X43380080Y-108144180D02*
X43380080Y-105642280D01*
X43672180Y-108436280D02*
X43380080Y-108144180D01*
X43214980Y-100600380D02*
X43672180Y-101057580D01*
X43214980Y-93843980D02*
X43214980Y-100600380D01*
X43672180Y-101057580D02*
X43672180Y-105350180D01*
X43672180Y-109071280D02*
X43672180Y-125187580D01*
X43672180Y-125187580D02*
X43519780Y-125339980D01*
X45145380Y-119129680D02*
X45145380Y-118761380D01*
X45843880Y-115941980D02*
X45145380Y-115243480D01*
X45843880Y-118062880D02*
X45843880Y-115941980D01*
X45145380Y-118761380D02*
X45843880Y-118062880D01*
X47278980Y-153381580D02*
X47278980Y-140681580D01*
X47278980Y-140681580D02*
X45145380Y-138547980D01*
X44789780Y-106188380D02*
X45145380Y-106543980D01*
X45145380Y-106543980D02*
X45145380Y-115243480D01*
X44789780Y-105223180D02*
X44789780Y-106188380D01*
X45145380Y-119129680D02*
X45145380Y-138547980D01*
X47278980Y-153381580D02*
X47278980Y-159528380D01*
X47786980Y-153686380D02*
X47786980Y-154651580D01*
X47786980Y-153686380D02*
X47786980Y-140122780D01*
X47228180Y-131689980D02*
X47736180Y-131181980D01*
X47228180Y-139563980D02*
X47228180Y-131689980D01*
X47786980Y-140122780D02*
X47228180Y-139563980D01*
X55813380Y-154194380D02*
X55813380Y-156175580D01*
X55813380Y-154194380D02*
X55508580Y-153889580D01*
X55508580Y-153432380D02*
X55508580Y-153889580D01*
X56168980Y-133010780D02*
X55660980Y-133518780D01*
X55660980Y-133518780D02*
X55660980Y-136820780D01*
X55660980Y-136820780D02*
X55508580Y-136973180D01*
X55508580Y-136973180D02*
X55508580Y-139817980D01*
X55508580Y-139817980D02*
X54848180Y-140478380D01*
X54848180Y-140478380D02*
X54848180Y-152721180D01*
X54848180Y-152721180D02*
X55508580Y-153381580D01*
X55508580Y-153381580D02*
X55508580Y-153432380D01*
X56168980Y-129200780D02*
X56168980Y-133010780D01*
X55508580Y-153889580D02*
X55559380Y-153940380D01*
X54441780Y-137735180D02*
X54441780Y-136520778D01*
X55152980Y-131994780D02*
X55152980Y-131334380D01*
X54238580Y-132909180D02*
X55152980Y-131994780D01*
X54238580Y-136317578D02*
X54238580Y-132909180D01*
X54441780Y-136520778D02*
X54238580Y-136317578D01*
X54848180Y-131029580D02*
X55152980Y-131334380D01*
X54848180Y-125289180D02*
X54848180Y-131029580D01*
X54441780Y-137735180D02*
X54441780Y-153025980D01*
X54441780Y-153025980D02*
X54949780Y-153533980D01*
X44027780Y-157801180D02*
X43900780Y-157674180D01*
X43900780Y-151616280D02*
X44078580Y-151438480D01*
X43900780Y-157674180D02*
X43900780Y-151616280D01*
X43113380Y-135271380D02*
X43113380Y-147895180D01*
X44078580Y-150231980D02*
X44078580Y-151438480D01*
X43113380Y-149266780D02*
X44078580Y-150231980D01*
X43113380Y-147895180D02*
X43113380Y-149266780D01*
X43113380Y-135271380D02*
X43113380Y-132756780D01*
X47901280Y-134864980D02*
X47901280Y-138941680D01*
X47901280Y-138941680D02*
X47837780Y-139005180D01*
X48396580Y-153432380D02*
X48396580Y-155007180D01*
X48396580Y-153432380D02*
X48396580Y-139563980D01*
X48396580Y-139563980D02*
X47837780Y-139005180D01*
X54467180Y-84077680D02*
X54467180Y-84865080D01*
X54175080Y-100638480D02*
X54695780Y-101159180D01*
X54175080Y-85157180D02*
X54175080Y-100638480D01*
X54467180Y-84865080D02*
X54175080Y-85157180D01*
X55178380Y-67974080D02*
X55178380Y-68393180D01*
X53844880Y-79099280D02*
X54467180Y-79721580D01*
X53844880Y-69726680D02*
X53844880Y-79099280D01*
X55178380Y-68393180D02*
X53844880Y-69726680D01*
X43037180Y-130165980D02*
X43037180Y-131258180D01*
X55178380Y-54829580D02*
X55178380Y-54245380D01*
X54848180Y-51781580D02*
X55178380Y-51451380D01*
X54848180Y-53915180D02*
X54848180Y-51781580D01*
X55178380Y-54245380D02*
X54848180Y-53915180D01*
X43037180Y-130165980D02*
X43037180Y-101565580D01*
X55178380Y-67974080D02*
X55178380Y-54829580D01*
X54467180Y-79721580D02*
X54467180Y-84077680D01*
X55178380Y-44263180D02*
X55203780Y-44237780D01*
X55178380Y-51451380D02*
X55178380Y-44263180D01*
X114715980Y-35347780D02*
X111261580Y-38802180D01*
X111261580Y-38802180D02*
X108213580Y-38802180D01*
X122666180Y-53610380D02*
X122666180Y-45959900D01*
X121294580Y-35804980D02*
X121751780Y-35347780D01*
X121294580Y-40122980D02*
X121294580Y-35804980D01*
X121965140Y-40793540D02*
X121294580Y-40122980D01*
X121751780Y-35347780D02*
X114715980Y-35347780D01*
X57311980Y-36770180D02*
X57311980Y-44593380D01*
X108213580Y-38802180D02*
X106232380Y-38802180D01*
X106232380Y-38802180D02*
X105648180Y-39386380D01*
X56778580Y-36236780D02*
X57311980Y-36770180D01*
X121965140Y-43882180D02*
X121965140Y-40793540D01*
X121965140Y-45258860D02*
X122666180Y-45959900D01*
X121965140Y-43882180D02*
X121965140Y-45258860D01*
X57057980Y-114748180D02*
X57565980Y-114240180D01*
X57565980Y-110709580D02*
X57057980Y-110201580D01*
X57565980Y-114240180D02*
X57565980Y-110709580D01*
X57337380Y-88268680D02*
X56981780Y-87913080D01*
X58581980Y-53889780D02*
X57616780Y-54854980D01*
X58581980Y-47717580D02*
X58581980Y-53889780D01*
X57311980Y-46447580D02*
X58581980Y-47717580D01*
X57311980Y-44593380D02*
X57311980Y-46447580D01*
X57616780Y-54854980D02*
X57616780Y-70806180D01*
X57337380Y-88268680D02*
X57337380Y-92345380D01*
X57337380Y-92345380D02*
X57540580Y-92548580D01*
X57540580Y-92548580D02*
X57540580Y-100041580D01*
X57540580Y-100041580D02*
X56803980Y-100778180D01*
X56803980Y-100778180D02*
X56803980Y-107966380D01*
X56803980Y-107966380D02*
X57057980Y-108220380D01*
X57057980Y-108220380D02*
X57057980Y-110201580D01*
X56981780Y-87913080D02*
X56981780Y-71441180D01*
X56981780Y-71441180D02*
X57616780Y-70806180D01*
X55000580Y-138801980D02*
X55000580Y-136109580D01*
X55254580Y-132604380D02*
X55711780Y-132147180D01*
X55254580Y-135855580D02*
X55254580Y-132604380D01*
X55000580Y-136109580D02*
X55254580Y-135855580D01*
X55711780Y-116856380D02*
X55457780Y-116602380D01*
X55711780Y-132147180D02*
X55711780Y-116856380D01*
X55000580Y-139513180D02*
X55000580Y-138801980D01*
X57311980Y-44593380D02*
X56778580Y-44593380D01*
X56778580Y-44593380D02*
X56549980Y-44364780D01*
X57057980Y-114748180D02*
X57057980Y-116780180D01*
X40370180Y-128387980D02*
X40370180Y-129276980D01*
X40370180Y-129276980D02*
X40116180Y-129530980D01*
X40370180Y-111014380D02*
X40370180Y-128387980D01*
X39912980Y-110557180D02*
X40370180Y-111014380D01*
X50733380Y-75479780D02*
X49806280Y-74552680D01*
X51774780Y-112182780D02*
X52790780Y-112182780D01*
X50733380Y-111141380D02*
X51774780Y-112182780D01*
X50733380Y-75479780D02*
X50733380Y-111141380D01*
X49945980Y-36160580D02*
X50225380Y-36439980D01*
X50225380Y-36439980D02*
X50225380Y-39945180D01*
X50225380Y-39945180D02*
X49564980Y-40605580D01*
X49564980Y-40605580D02*
X49564980Y-45228380D01*
X49564980Y-45228380D02*
X49564980Y-46041180D01*
X49564980Y-46041180D02*
X48828380Y-46777780D01*
X48828380Y-46777780D02*
X48828380Y-69307580D01*
X48828380Y-69307580D02*
X49387180Y-69866380D01*
X49387180Y-69866380D02*
X49387180Y-74133580D01*
X49387180Y-74133580D02*
X49806280Y-74552680D01*
X122920180Y-34280980D02*
X122615380Y-33976180D01*
X122615380Y-33976180D02*
X112099780Y-33976180D01*
X122920180Y-35779580D02*
X122920180Y-34280980D01*
X49806280Y-74552680D02*
X49895180Y-74641580D01*
X66367080Y-56417080D02*
X66367080Y-56213880D01*
X66875080Y-54905780D02*
X66367080Y-54397780D01*
X66875080Y-55705880D02*
X66875080Y-54905780D01*
X66367080Y-56213880D02*
X66875080Y-55705880D01*
X66836980Y-73727180D02*
X67395780Y-73168380D01*
X67395780Y-73168380D02*
X67395780Y-72342880D01*
X47812380Y-96574480D02*
X48079080Y-96307780D01*
X48079080Y-96307780D02*
X48079080Y-85576280D01*
X48079080Y-85576280D02*
X47151980Y-84649180D01*
X47151980Y-84649180D02*
X47151980Y-82680680D01*
X47151980Y-82680680D02*
X48117180Y-81715480D01*
X48117180Y-81715480D02*
X48117180Y-75390880D01*
X47812380Y-108169580D02*
X47812380Y-96574480D01*
X66405180Y-45050580D02*
X66405180Y-48009680D01*
X66405180Y-48009680D02*
X66113080Y-48301780D01*
X66113080Y-48301780D02*
X66113080Y-49901980D01*
X66113080Y-49901980D02*
X66367080Y-50155980D01*
X66367080Y-50155980D02*
X66367080Y-54397780D01*
X66405180Y-45050580D02*
X66684580Y-44771180D01*
X67395780Y-62246380D02*
X67395780Y-72342880D01*
X65655880Y-60506480D02*
X67395780Y-62246380D01*
X65655880Y-58728480D02*
X65655880Y-60506480D01*
X66468680Y-57915680D02*
X65655880Y-58728480D01*
X66468680Y-57039380D02*
X66468680Y-57915680D01*
X66367080Y-56937780D02*
X66468680Y-57039380D01*
X66367080Y-56417080D02*
X66367080Y-56937780D01*
X47736180Y-128489580D02*
X47736180Y-117770780D01*
X48142580Y-108499780D02*
X47812380Y-108169580D01*
X48142580Y-117364380D02*
X48142580Y-108499780D01*
X47736180Y-117770780D02*
X48142580Y-117364380D01*
X99983980Y-41646980D02*
X99983980Y-37430580D01*
X99780780Y-37227380D02*
X99780780Y-34128580D01*
X99983980Y-37430580D02*
X99780780Y-37227380D01*
X45704180Y-150397080D02*
X45704180Y-149393780D01*
X44675480Y-134344280D02*
X44370680Y-134039480D01*
X44675480Y-148365080D02*
X44675480Y-134344280D01*
X45704180Y-149393780D02*
X44675480Y-148365080D01*
X45704180Y-152111580D02*
X45704180Y-150397080D01*
X46110580Y-164252780D02*
X45805780Y-163947980D01*
X45704180Y-155375480D02*
X45704180Y-152111580D01*
X46059780Y-155731080D02*
X45704180Y-155375480D01*
X46059780Y-157940880D02*
X46059780Y-155731080D01*
X45805780Y-158194880D02*
X46059780Y-157940880D01*
X45805780Y-163947980D02*
X45805780Y-158194880D01*
X44738980Y-69815580D02*
X44738980Y-69294880D01*
X45323180Y-67694680D02*
X44738980Y-67110480D01*
X45323180Y-68710680D02*
X45323180Y-67694680D01*
X44738980Y-69294880D02*
X45323180Y-68710680D01*
X44738980Y-55108980D02*
X44738980Y-67110480D01*
X44738980Y-55108980D02*
X44738980Y-54372380D01*
X44738980Y-54372380D02*
X45069180Y-54042180D01*
X44738980Y-93132780D02*
X45297780Y-93691580D01*
X44738980Y-69815580D02*
X44738980Y-93132780D01*
X152130180Y-59604780D02*
X151952380Y-59604780D01*
X154085980Y-59604780D02*
X152130180Y-59604780D01*
X154136780Y-59553980D02*
X154085980Y-59604780D01*
X151952380Y-59604780D02*
X150453780Y-61103380D01*
X150453780Y-61103380D02*
X149691780Y-61103380D01*
X45958180Y-61382780D02*
X45958180Y-97679380D01*
X45958180Y-97679380D02*
X45297780Y-98339780D01*
X46948780Y-88421080D02*
X46377280Y-87849580D01*
X46377280Y-81893280D02*
X46948780Y-81321780D01*
X46377280Y-87849580D02*
X46377280Y-81893280D01*
X46948780Y-90770580D02*
X46948780Y-88421080D01*
X46948780Y-81321780D02*
X46948780Y-74539980D01*
X45373980Y-36135180D02*
X47075780Y-36135180D01*
X44205580Y-37303580D02*
X45373980Y-36135180D01*
X44205580Y-45177580D02*
X44205580Y-37303580D01*
X46516980Y-47488980D02*
X44205580Y-45177580D01*
X46516980Y-74108180D02*
X46516980Y-47488980D01*
X46948780Y-74539980D02*
X46516980Y-74108180D01*
X47571080Y-89640280D02*
X47571080Y-88306780D01*
X46796380Y-82058380D02*
X47558380Y-81296380D01*
X46796380Y-87532080D02*
X46796380Y-82058380D01*
X47571080Y-88306780D02*
X46796380Y-87532080D01*
X46974180Y-96434780D02*
X47571080Y-95837880D01*
X47571080Y-95837880D02*
X47571080Y-89640280D01*
X48091780Y-36135180D02*
X47507580Y-36719380D01*
X47507580Y-36719380D02*
X45602580Y-36719380D01*
X45602580Y-36719380D02*
X44561180Y-37760780D01*
X44561180Y-37760780D02*
X44561180Y-44720380D01*
X44561180Y-44720380D02*
X46816982Y-46976182D01*
X46816982Y-46976182D02*
X46816982Y-73747782D01*
X46816982Y-73747782D02*
X47558380Y-74489180D01*
X47558380Y-74489180D02*
X47558380Y-81296380D01*
X48091780Y-34026980D02*
X48091780Y-36135180D01*
D19*
X39011280Y-156772480D02*
X39011280Y-155121480D01*
X38185780Y-147120480D02*
X39011280Y-146294980D01*
X38185780Y-154295980D02*
X38185780Y-147120480D01*
X39011280Y-155121480D02*
X38185780Y-154295980D01*
X39011280Y-167948480D02*
X39011280Y-156772480D01*
X39773280Y-168583480D02*
X39773280Y-151438480D01*
D18*
X39709780Y-39335580D02*
X39455780Y-39589580D01*
X39049380Y-142230980D02*
X38973180Y-142230980D01*
X39455780Y-141824580D02*
X39049380Y-142230980D01*
X39455780Y-39589580D02*
X39455780Y-141824580D01*
X38947780Y-39310180D02*
X38947780Y-140935580D01*
X38947780Y-141545180D02*
X38973180Y-141570580D01*
X38947780Y-140935580D02*
X38947780Y-141545180D01*
X131937180Y-40224580D02*
X131937180Y-38217980D01*
X131937180Y-38217980D02*
X132978580Y-37176580D01*
X148167780Y-45660180D02*
X148167780Y-47488980D01*
X148167780Y-47488980D02*
X147151780Y-48504980D01*
X147151780Y-48504980D02*
X147151780Y-49597180D01*
X147151780Y-49597180D02*
X147405780Y-49851180D01*
X147735980Y-45228380D02*
X148167780Y-45660180D01*
X145424580Y-49851180D02*
X145399180Y-49851180D01*
X136051980Y-37125780D02*
X136051980Y-39970580D01*
X135670980Y-40351580D02*
X135416980Y-40351580D01*
X136051980Y-39970580D02*
X135670980Y-40351580D01*
X150352180Y-54981980D02*
X150707780Y-54981980D01*
X149539380Y-54169180D02*
X150352180Y-54981980D01*
X149539380Y-41494580D02*
X149539380Y-54169180D01*
X149971180Y-41062780D02*
X149539380Y-41494580D01*
X154670180Y-63186180D02*
X154670180Y-54829580D01*
X152612780Y-40630980D02*
X152612780Y-40554780D01*
X153730380Y-41748580D02*
X152612780Y-40630980D01*
X153730380Y-53889780D02*
X153730380Y-41748580D01*
X154670180Y-54829580D02*
X153730380Y-53889780D01*
X56727780Y-88941780D02*
X56511880Y-88725880D01*
X56219780Y-72152380D02*
X56219780Y-79810480D01*
X56219780Y-98060380D02*
X56321380Y-98161980D01*
X56219780Y-92573980D02*
X56219780Y-98060380D01*
X56727780Y-92065980D02*
X56219780Y-92573980D01*
X56727780Y-88941780D02*
X56727780Y-92065980D01*
X56511880Y-80102580D02*
X56219780Y-79810480D01*
X56511880Y-88725880D02*
X56511880Y-80102580D01*
X41792580Y-110607980D02*
X41386180Y-111014380D01*
X41386180Y-111014380D02*
X41386180Y-111725580D01*
X41386180Y-111725580D02*
X40827380Y-112284380D01*
X40827380Y-112284380D02*
X40827380Y-151755980D01*
X40827380Y-151755980D02*
X41030580Y-151959180D01*
X41792580Y-96079180D02*
X41792580Y-110607980D01*
X42960980Y-64024380D02*
X42960980Y-62741680D01*
X42338680Y-58906280D02*
X42960980Y-58283980D01*
X42338680Y-62119380D02*
X42338680Y-58906280D01*
X42960980Y-62741680D02*
X42338680Y-62119380D01*
X42960980Y-72253980D02*
X42935580Y-72279380D01*
X42960980Y-55489980D02*
X42960980Y-58283980D01*
X42960980Y-64024380D02*
X42960980Y-72253980D01*
X56397580Y-69510780D02*
X56397580Y-69485380D01*
X60893380Y-72177780D02*
X59775780Y-71060180D01*
X59775780Y-68139180D02*
X60944180Y-66970780D01*
X59775780Y-71060180D02*
X59775780Y-68139180D01*
X49336380Y-64303780D02*
X49336380Y-61941580D01*
X60944180Y-66970780D02*
X60944180Y-64329180D01*
X49336380Y-61941580D02*
X49336380Y-54219980D01*
D19*
X44840580Y-154245180D02*
X44840580Y-152314780D01*
X44840580Y-154245180D02*
X45094580Y-154499180D01*
D22*
X53273380Y-77968980D02*
X53273380Y-66564380D01*
X53273380Y-66564380D02*
X52587580Y-65878580D01*
X52587580Y-65878580D02*
X52587580Y-59680980D01*
X48752180Y-77968980D02*
X48752180Y-88586180D01*
X52587580Y-59680980D02*
X52587580Y-65878580D01*
X52587580Y-65878580D02*
X53273380Y-66564380D01*
D18*
X46428080Y-163236780D02*
X47901280Y-164709980D01*
X47901280Y-164709980D02*
X47901280Y-169574080D01*
D20*
X144952140Y-60275340D02*
X144952140Y-57557540D01*
X144952140Y-57557540D02*
X144566060Y-57171460D01*
X144566060Y-51471700D02*
X143417980Y-50323620D01*
X143417980Y-50323620D02*
X143417980Y-48885980D01*
X144566060Y-57171460D02*
X144566060Y-51471700D01*
X143417980Y-43424980D02*
X142986180Y-42993180D01*
X142986180Y-35347780D02*
X142986180Y-33950780D01*
X142986180Y-42993180D02*
X142986180Y-35347780D01*
X143417980Y-48885980D02*
X143417980Y-43424980D01*
X144713380Y-154854780D02*
X145373780Y-155515180D01*
X144713380Y-154854780D02*
X144713380Y-152822780D01*
X144713380Y-148504780D02*
X140700180Y-144491580D01*
X140700180Y-144491580D02*
X140700180Y-120920380D01*
X140700180Y-120920380D02*
X139633380Y-119853580D01*
X139633380Y-119853580D02*
X139633380Y-109464980D01*
X139633380Y-109464980D02*
X137855380Y-107686980D01*
X137855380Y-107686980D02*
X137855380Y-96460180D01*
X137855380Y-96460180D02*
X146389780Y-87925780D01*
X146389780Y-87925780D02*
X146389780Y-69993380D01*
X146389780Y-69993380D02*
X145627780Y-69231380D01*
X145627780Y-69231380D02*
X145627780Y-60950980D01*
X145627780Y-60950980D02*
X144952140Y-60275340D01*
X144713380Y-148504780D02*
X144713380Y-152822780D01*
X53374980Y-122799980D02*
X53247980Y-122672980D01*
X53374980Y-149647780D02*
X53374980Y-122799980D01*
D19*
X39938380Y-142942180D02*
X40446380Y-143450180D01*
X40446380Y-143450180D02*
X40446380Y-160576082D01*
X40446380Y-160576082D02*
X40268580Y-160753882D01*
X40268580Y-160753882D02*
X40268580Y-162474780D01*
X40268580Y-162474780D02*
X40801980Y-163008180D01*
X38896980Y-142942180D02*
X39938380Y-142942180D01*
D18*
X153362080Y-166005380D02*
X154276480Y-166005380D01*
X154276480Y-166005380D02*
X155152780Y-165129080D01*
X153654180Y-140325980D02*
X154517780Y-140325980D01*
X154517780Y-140325980D02*
X155152780Y-140960980D01*
X155152780Y-140960980D02*
X155152780Y-165129080D01*
X144662580Y-45964980D02*
X144662580Y-43729780D01*
X144662580Y-43729780D02*
X145424580Y-42967780D01*
X145424580Y-38979980D02*
X144992780Y-38548180D01*
X145424580Y-42967780D02*
X145424580Y-38979980D01*
X51838280Y-94631380D02*
X51228680Y-94021780D01*
X51228680Y-94021780D02*
X51228680Y-79531080D01*
X51228680Y-79531080D02*
X52358980Y-78400780D01*
X52358980Y-78400780D02*
X52358980Y-67872480D01*
X52358980Y-67872480D02*
X52092280Y-67605780D01*
X52320880Y-94631380D02*
X51838280Y-94631380D01*
D20*
X147857900Y-103970960D02*
X147194960Y-103970960D01*
X147194960Y-103970960D02*
X145729380Y-102505380D01*
X145729380Y-102505380D02*
X145729380Y-95802320D01*
X145729380Y-95802320D02*
X144540660Y-94613600D01*
D18*
X67459280Y-80089880D02*
X68310180Y-79238980D01*
X66805230Y-56486930D02*
X66805230Y-57845830D01*
X66805230Y-57845830D02*
X68310180Y-59350780D01*
X67459280Y-80089880D02*
X66760780Y-80089880D01*
X67471980Y-55820180D02*
X68056180Y-55820180D01*
X66805230Y-56486930D02*
X67471980Y-55820180D01*
X68310180Y-79238980D02*
X68310180Y-59350780D01*
X146719980Y-49480340D02*
X146719980Y-50501420D01*
X146719980Y-50501420D02*
X147253380Y-51034820D01*
X146719980Y-49165380D02*
X146719980Y-49480340D01*
X147024780Y-46777780D02*
X146719980Y-47082580D01*
X146719980Y-47082580D02*
X146719980Y-49165380D01*
X147024780Y-45533180D02*
X147024780Y-46777780D01*
X104860780Y-54067580D02*
X104860780Y-46574580D01*
X104860780Y-46574580D02*
X105825980Y-45609380D01*
X105825980Y-45609380D02*
X109432780Y-45609380D01*
X66151180Y-64506980D02*
X66151180Y-63719580D01*
X64754180Y-56963180D02*
X65693980Y-56023380D01*
X64754180Y-62322580D02*
X64754180Y-56963180D01*
X66151180Y-63719580D02*
X64754180Y-62322580D01*
X66341680Y-80585180D02*
X66176580Y-80420080D01*
X66151180Y-73904980D02*
X66151180Y-64506980D01*
X66913180Y-74666980D02*
X66151180Y-73904980D01*
X66913180Y-79226280D02*
X66913180Y-74666980D01*
X66176580Y-79962880D02*
X66913180Y-79226280D01*
X66176580Y-80420080D02*
X66176580Y-79962880D01*
X64741480Y-81245580D02*
X66481380Y-81245580D01*
X64246180Y-58893580D02*
X63458780Y-58106180D01*
X64246180Y-80750280D02*
X64246180Y-58893580D01*
X64741480Y-81245580D02*
X64246180Y-80750280D01*
X130971980Y-64237740D02*
X130971980Y-63907540D01*
X130555420Y-62505460D02*
X130971980Y-62088900D01*
X130555420Y-63490980D02*
X130555420Y-62505460D01*
X130971980Y-63907540D02*
X130555420Y-63490980D01*
X130971980Y-60945900D02*
X130971980Y-59579380D01*
X131627300Y-58029980D02*
X130971980Y-57374660D01*
X131627300Y-58924060D02*
X131627300Y-58029980D01*
X130971980Y-59579380D02*
X131627300Y-58924060D01*
X130971980Y-49139980D02*
X130971980Y-51324380D01*
X129016180Y-70463280D02*
X129016180Y-69256780D01*
X129016180Y-69256780D02*
X131137080Y-67135880D01*
X131137080Y-67135880D02*
X131137080Y-65154680D01*
X131137080Y-65154680D02*
X130971980Y-64989580D01*
X130971980Y-64989580D02*
X130971980Y-64237740D01*
X130971980Y-62088900D02*
X130971980Y-60945900D01*
X130971980Y-57374660D02*
X130971980Y-51324380D01*
X128825680Y-73612880D02*
X128355780Y-73142980D01*
X128355780Y-73142980D02*
X128355780Y-71123680D01*
X128355780Y-71123680D02*
X129016180Y-70463280D01*
X128978080Y-73612880D02*
X128825680Y-73612880D01*
X132445180Y-63287780D02*
X132445180Y-61712980D01*
X131937180Y-60379480D02*
X133118280Y-59198380D01*
X131937180Y-61204980D02*
X131937180Y-60379480D01*
X132445180Y-61712980D02*
X131937180Y-61204980D01*
X132749980Y-49647980D02*
X132302940Y-50095020D01*
X132302940Y-53757700D02*
X133118280Y-54573040D01*
X132302940Y-50095020D02*
X132302940Y-53757700D01*
X133118280Y-59198380D02*
X133118280Y-54573040D01*
X132165780Y-69739380D02*
X132445180Y-69459980D01*
X131073580Y-69739380D02*
X132165780Y-69739380D01*
X132445180Y-69459980D02*
X132445180Y-63287780D01*
X132826180Y-64136140D02*
X132826180Y-62855980D01*
X133710100Y-61972060D02*
X133710100Y-59178060D01*
X132826180Y-62855980D02*
X133710100Y-61972060D01*
X133753280Y-51159280D02*
X133710100Y-51202460D01*
X133710100Y-51202460D02*
X133710100Y-59178060D01*
X132826180Y-64136140D02*
X132826180Y-70196580D01*
X132826180Y-70196580D02*
X132280080Y-70742680D01*
X132280080Y-70742680D02*
X132280080Y-72838180D01*
X132280080Y-72838180D02*
X131479980Y-73638280D01*
X132559480Y-55324880D02*
X132559480Y-58855480D01*
X44611980Y-107966380D02*
X44154780Y-107509180D01*
X44154780Y-107509180D02*
X44154780Y-106239180D01*
X44154780Y-106239180D02*
X44319880Y-106074080D01*
X44319880Y-106074080D02*
X44319880Y-69434580D01*
X44611980Y-109198280D02*
X44611980Y-107966380D01*
X44319880Y-69434580D02*
X44319880Y-68380480D01*
X44319880Y-61992380D02*
X44103980Y-61776480D01*
X44319880Y-68380480D02*
X44319880Y-61992380D01*
X44611980Y-118850280D02*
X44611980Y-118380380D01*
X44611980Y-108144180D02*
X44599280Y-108131480D01*
X44611980Y-115446680D02*
X44611980Y-109198280D01*
X44611980Y-109198280D02*
X44611980Y-108144180D01*
X45412080Y-116246780D02*
X44611980Y-115446680D01*
X45412080Y-117580280D02*
X45412080Y-116246780D01*
X44611980Y-118380380D02*
X45412080Y-117580280D01*
X45437480Y-168570780D02*
X45437480Y-165827580D01*
X44611980Y-117846980D02*
X44764380Y-117694580D01*
X44611980Y-127765680D02*
X44611980Y-118850280D01*
X44611980Y-118850280D02*
X44611980Y-117846980D01*
X43570580Y-128807080D02*
X44611980Y-127765680D01*
X43570580Y-148365080D02*
X43570580Y-128807080D01*
X44548480Y-149342980D02*
X43570580Y-148365080D01*
X44548480Y-151616280D02*
X44548480Y-149342980D01*
X44269080Y-151895680D02*
X44548480Y-151616280D01*
X44269080Y-156924880D02*
X44269080Y-151895680D01*
X44980280Y-157636080D02*
X44269080Y-156924880D01*
X44980280Y-159795080D02*
X44980280Y-157636080D01*
X44726280Y-160049080D02*
X44980280Y-159795080D01*
X44726280Y-165116380D02*
X44726280Y-160049080D01*
X45437480Y-165827580D02*
X44726280Y-165116380D01*
D23*
G36*
X59072747Y-174776883D02*
X58996467Y-174960587D01*
X58996293Y-175159500D01*
X59072253Y-175343337D01*
X59212783Y-175484113D01*
X59396487Y-175560393D01*
X59595400Y-175560567D01*
X59779237Y-175484607D01*
X59920013Y-175344077D01*
X59996293Y-175160373D01*
X59996467Y-174961460D01*
X59920507Y-174777623D01*
X59905690Y-174762780D01*
X79646006Y-174762780D01*
X80617206Y-175733980D01*
X66590664Y-175733980D01*
X66559969Y-175659694D01*
X66349175Y-175448532D01*
X66073619Y-175334111D01*
X65775250Y-175333850D01*
X65499494Y-175447791D01*
X65336291Y-175610710D01*
X65185925Y-175460082D01*
X64910369Y-175345661D01*
X64612000Y-175345400D01*
X64336244Y-175459341D01*
X64172820Y-175622480D01*
X63999175Y-175448532D01*
X63723619Y-175334111D01*
X63425250Y-175333850D01*
X63149494Y-175447791D01*
X62973658Y-175623320D01*
X62799175Y-175448532D01*
X62523619Y-175334111D01*
X62225250Y-175333850D01*
X61949494Y-175447791D01*
X61738332Y-175658585D01*
X61707025Y-175733980D01*
X60939728Y-175733980D01*
X60986813Y-175686977D01*
X61063093Y-175503273D01*
X61063267Y-175304360D01*
X60987307Y-175120523D01*
X60846777Y-174979747D01*
X60663073Y-174903467D01*
X60464160Y-174903293D01*
X60280323Y-174979253D01*
X60139547Y-175119783D01*
X60063267Y-175303487D01*
X60063093Y-175502400D01*
X60139053Y-175686237D01*
X60186713Y-175733980D01*
X58035154Y-175733980D01*
X59006355Y-174762780D01*
X59086875Y-174762780D01*
X59072747Y-174776883D01*
X59072747Y-174776883D01*
G37*
X59072747Y-174776883D02*
X58996467Y-174960587D01*
X58996293Y-175159500D01*
X59072253Y-175343337D01*
X59212783Y-175484113D01*
X59396487Y-175560393D01*
X59595400Y-175560567D01*
X59779237Y-175484607D01*
X59920013Y-175344077D01*
X59996293Y-175160373D01*
X59996467Y-174961460D01*
X59920507Y-174777623D01*
X59905690Y-174762780D01*
X79646006Y-174762780D01*
X80617206Y-175733980D01*
X66590664Y-175733980D01*
X66559969Y-175659694D01*
X66349175Y-175448532D01*
X66073619Y-175334111D01*
X65775250Y-175333850D01*
X65499494Y-175447791D01*
X65336291Y-175610710D01*
X65185925Y-175460082D01*
X64910369Y-175345661D01*
X64612000Y-175345400D01*
X64336244Y-175459341D01*
X64172820Y-175622480D01*
X63999175Y-175448532D01*
X63723619Y-175334111D01*
X63425250Y-175333850D01*
X63149494Y-175447791D01*
X62973658Y-175623320D01*
X62799175Y-175448532D01*
X62523619Y-175334111D01*
X62225250Y-175333850D01*
X61949494Y-175447791D01*
X61738332Y-175658585D01*
X61707025Y-175733980D01*
X60939728Y-175733980D01*
X60986813Y-175686977D01*
X61063093Y-175503273D01*
X61063267Y-175304360D01*
X60987307Y-175120523D01*
X60846777Y-174979747D01*
X60663073Y-174903467D01*
X60464160Y-174903293D01*
X60280323Y-174979253D01*
X60139547Y-175119783D01*
X60063267Y-175303487D01*
X60063093Y-175502400D01*
X60139053Y-175686237D01*
X60186713Y-175733980D01*
X58035154Y-175733980D01*
X59006355Y-174762780D01*
X59086875Y-174762780D01*
X59072747Y-174776883D01*
G36*
X57751867Y-33647687D02*
X57751693Y-33846600D01*
X57827653Y-34030437D01*
X57942280Y-34145265D01*
X57942280Y-36249044D01*
X57942193Y-36348500D01*
X58018153Y-36532337D01*
X58158683Y-36673113D01*
X58342387Y-36749393D01*
X58541300Y-36749567D01*
X58725137Y-36673607D01*
X58865913Y-36533077D01*
X58942193Y-36349373D01*
X58942367Y-36150460D01*
X58942280Y-36150249D01*
X58942280Y-33947042D01*
X58945253Y-33954237D01*
X59085783Y-34095013D01*
X59269487Y-34171293D01*
X59468400Y-34171467D01*
X59652237Y-34095507D01*
X59793013Y-33954977D01*
X59869293Y-33771273D01*
X59869467Y-33572360D01*
X59832949Y-33483980D01*
X65361006Y-33483980D01*
X62780389Y-36064597D01*
X62739907Y-35966623D01*
X62599377Y-35825847D01*
X62415673Y-35749567D01*
X62216760Y-35749393D01*
X62032923Y-35825353D01*
X61900478Y-35957567D01*
X61825507Y-35776123D01*
X61684977Y-35635347D01*
X61501273Y-35559067D01*
X61302360Y-35558893D01*
X61118523Y-35634853D01*
X60977747Y-35775383D01*
X60912023Y-35933664D01*
X60866273Y-35914667D01*
X60667360Y-35914493D01*
X60483523Y-35990453D01*
X60342747Y-36130983D01*
X60266467Y-36314687D01*
X60266293Y-36513600D01*
X60342253Y-36697437D01*
X60416380Y-36771694D01*
X60416380Y-38370380D01*
X60438198Y-38480067D01*
X60443022Y-38504319D01*
X60518893Y-38617867D01*
X61254580Y-39353555D01*
X61254580Y-41665606D01*
X60505867Y-40916893D01*
X60392319Y-40841022D01*
X60258380Y-40814380D01*
X59751881Y-40814380D01*
X59678377Y-40740747D01*
X59494673Y-40664467D01*
X59295760Y-40664293D01*
X59111923Y-40740253D01*
X58971147Y-40880783D01*
X58894867Y-41064487D01*
X58894693Y-41263400D01*
X58970653Y-41447237D01*
X59071091Y-41547851D01*
X58870411Y-41547676D01*
X58226979Y-41813537D01*
X57734267Y-42305390D01*
X57661980Y-42479476D01*
X57661980Y-36770180D01*
X57635338Y-36636241D01*
X57613149Y-36603033D01*
X57559468Y-36522693D01*
X57278576Y-36241802D01*
X57278667Y-36137760D01*
X57202707Y-35953923D01*
X57062177Y-35813147D01*
X56878473Y-35736867D01*
X56679560Y-35736693D01*
X56495723Y-35812653D01*
X56354947Y-35953183D01*
X56278667Y-36136887D01*
X56278493Y-36335800D01*
X56354453Y-36519637D01*
X56494983Y-36660413D01*
X56678687Y-36736693D01*
X56783610Y-36736785D01*
X56961980Y-36915155D01*
X56961980Y-44069775D01*
X56833577Y-43941147D01*
X56649873Y-43864867D01*
X56450960Y-43864693D01*
X56267123Y-43940653D01*
X56126347Y-44081183D01*
X56050067Y-44264887D01*
X56049893Y-44463800D01*
X56125853Y-44647637D01*
X56266383Y-44788413D01*
X56450087Y-44864693D01*
X56566903Y-44864795D01*
X56644640Y-44916738D01*
X56666862Y-44921158D01*
X56778580Y-44943380D01*
X56961980Y-44943380D01*
X56961980Y-46447580D01*
X56983798Y-46557267D01*
X56988622Y-46581519D01*
X57064493Y-46695067D01*
X58231980Y-47862555D01*
X58231980Y-53744806D01*
X57585780Y-54391006D01*
X57585780Y-54067580D01*
X57559138Y-53933641D01*
X57551155Y-53921693D01*
X57483268Y-53820093D01*
X57075376Y-53412202D01*
X57075467Y-53308160D01*
X56999507Y-53124323D01*
X56858977Y-52983547D01*
X56675273Y-52907267D01*
X56476360Y-52907093D01*
X56292523Y-52983053D01*
X56245221Y-53030272D01*
X56198577Y-52983547D01*
X56153942Y-52965013D01*
X56160893Y-52948273D01*
X56161067Y-52749360D01*
X56085107Y-52565523D01*
X55944577Y-52424747D01*
X55760873Y-52348467D01*
X55561960Y-52348293D01*
X55378123Y-52424253D01*
X55237347Y-52564783D01*
X55198180Y-52659108D01*
X55198180Y-51926554D01*
X55425867Y-51698868D01*
X55501738Y-51585320D01*
X55509005Y-51548783D01*
X55528380Y-51451380D01*
X55528380Y-44620237D01*
X55627413Y-44521377D01*
X55703693Y-44337673D01*
X55703867Y-44138760D01*
X55627907Y-43954923D01*
X55487377Y-43814147D01*
X55303673Y-43737867D01*
X55104760Y-43737693D01*
X54920923Y-43813653D01*
X54780147Y-43954183D01*
X54703867Y-44137887D01*
X54703693Y-44336800D01*
X54779653Y-44520637D01*
X54828380Y-44569449D01*
X54828380Y-51306405D01*
X54600693Y-51534093D01*
X54524822Y-51647641D01*
X54498180Y-51781580D01*
X54498180Y-53915180D01*
X54519685Y-54023293D01*
X54524822Y-54049119D01*
X54600693Y-54162667D01*
X54828380Y-54390355D01*
X54828380Y-54472479D01*
X54754747Y-54545983D01*
X54678467Y-54729687D01*
X54678293Y-54928600D01*
X54754253Y-55112437D01*
X54828380Y-55186694D01*
X54828380Y-68248205D01*
X53823380Y-69253206D01*
X53823380Y-66564385D01*
X53823381Y-66564380D01*
X53781514Y-66353904D01*
X53764832Y-66328938D01*
X53662289Y-66175471D01*
X53662286Y-66175469D01*
X53137580Y-65650762D01*
X53137580Y-65345649D01*
X53300487Y-65413293D01*
X53499400Y-65413467D01*
X53683237Y-65337507D01*
X53824013Y-65196977D01*
X53900293Y-65013273D01*
X53900467Y-64814360D01*
X53824507Y-64630523D01*
X53683977Y-64489747D01*
X53500273Y-64413467D01*
X53301360Y-64413293D01*
X53137580Y-64480966D01*
X53137580Y-64138469D01*
X53218383Y-64219413D01*
X53402087Y-64295693D01*
X53601000Y-64295867D01*
X53784837Y-64219907D01*
X53925613Y-64079377D01*
X54001893Y-63895673D01*
X54002067Y-63696760D01*
X53926107Y-63512923D01*
X53801180Y-63387777D01*
X53801180Y-61003281D01*
X53874813Y-60929777D01*
X53951093Y-60746073D01*
X53951267Y-60547160D01*
X53875307Y-60363323D01*
X53801180Y-60289066D01*
X53801180Y-45761780D01*
X53798654Y-45749080D01*
X53801180Y-45736380D01*
X53801180Y-45101380D01*
X53774538Y-44967441D01*
X53728259Y-44898180D01*
X53698667Y-44853892D01*
X53468576Y-44623801D01*
X53468667Y-44519760D01*
X53392707Y-44335923D01*
X53252177Y-44195147D01*
X53068473Y-44118867D01*
X52943530Y-44118758D01*
X53118076Y-43698404D01*
X53118684Y-43002211D01*
X52852823Y-42358779D01*
X52360970Y-41866067D01*
X51718004Y-41599084D01*
X51021811Y-41598476D01*
X50378379Y-41864337D01*
X49914980Y-42326928D01*
X49914980Y-40750554D01*
X50472868Y-40192667D01*
X50548738Y-40079119D01*
X50575380Y-39945180D01*
X50575380Y-36439980D01*
X50564763Y-36386600D01*
X54170293Y-36386600D01*
X54246253Y-36570437D01*
X54386783Y-36711213D01*
X54570487Y-36787493D01*
X54769400Y-36787667D01*
X54953237Y-36711707D01*
X55094013Y-36571177D01*
X55170293Y-36387473D01*
X55170467Y-36188560D01*
X55094507Y-36004723D01*
X54953977Y-35863947D01*
X54770273Y-35787667D01*
X54571360Y-35787493D01*
X54387523Y-35863453D01*
X54246747Y-36003983D01*
X54170467Y-36187687D01*
X54170293Y-36386600D01*
X50564763Y-36386600D01*
X50553158Y-36328262D01*
X50548738Y-36306040D01*
X50472867Y-36192492D01*
X50445976Y-36165601D01*
X50446067Y-36061560D01*
X50370107Y-35877723D01*
X50229577Y-35736947D01*
X50045873Y-35660667D01*
X49846960Y-35660493D01*
X49663123Y-35736453D01*
X49522347Y-35876983D01*
X49446067Y-36060687D01*
X49445893Y-36259600D01*
X49521853Y-36443437D01*
X49662383Y-36584213D01*
X49846087Y-36660493D01*
X49875380Y-36660519D01*
X49875380Y-38139983D01*
X49715673Y-38073667D01*
X49516760Y-38073493D01*
X49332923Y-38149453D01*
X49192147Y-38289983D01*
X49115867Y-38473687D01*
X49115775Y-38578610D01*
X48809493Y-38884893D01*
X48733622Y-38998441D01*
X48706980Y-39132380D01*
X48706980Y-40437530D01*
X48603977Y-40334347D01*
X48420273Y-40258067D01*
X48221360Y-40257893D01*
X48037523Y-40333853D01*
X47896747Y-40474383D01*
X47820467Y-40658087D01*
X47820293Y-40857000D01*
X47896253Y-41040837D01*
X47970380Y-41115094D01*
X47970380Y-44702406D01*
X46879093Y-45793693D01*
X46803222Y-45907241D01*
X46776580Y-46041180D01*
X46776580Y-46440805D01*
X44911180Y-44575406D01*
X44911180Y-41191577D01*
X45070887Y-41257893D01*
X45269800Y-41258067D01*
X45453637Y-41182107D01*
X45594413Y-41041577D01*
X45670693Y-40857873D01*
X45670867Y-40658960D01*
X45594907Y-40475123D01*
X45454377Y-40334347D01*
X45270673Y-40258067D01*
X45071760Y-40257893D01*
X44911180Y-40324243D01*
X44911180Y-39650500D01*
X47210693Y-39650500D01*
X47286653Y-39834337D01*
X47427183Y-39975113D01*
X47610887Y-40051393D01*
X47809800Y-40051567D01*
X47993637Y-39975607D01*
X48134413Y-39835077D01*
X48210693Y-39651373D01*
X48210867Y-39452460D01*
X48134907Y-39268623D01*
X47994377Y-39127847D01*
X47810673Y-39051567D01*
X47611760Y-39051393D01*
X47427923Y-39127353D01*
X47287147Y-39267883D01*
X47210867Y-39451587D01*
X47210693Y-39650500D01*
X44911180Y-39650500D01*
X44911180Y-37905754D01*
X45747554Y-37069380D01*
X47507580Y-37069380D01*
X47641519Y-37042738D01*
X47755067Y-36966867D01*
X48339268Y-36382667D01*
X48415138Y-36269119D01*
X48441780Y-36135180D01*
X48441780Y-34384081D01*
X48515413Y-34310577D01*
X48591693Y-34126873D01*
X48591867Y-33927960D01*
X48515907Y-33744123D01*
X48375377Y-33603347D01*
X48191673Y-33527067D01*
X47992760Y-33526893D01*
X47808923Y-33602853D01*
X47668147Y-33743383D01*
X47591867Y-33927087D01*
X47591693Y-34126000D01*
X47667653Y-34309837D01*
X47741780Y-34384094D01*
X47741780Y-35990205D01*
X47575762Y-36156223D01*
X47575867Y-36036160D01*
X47499907Y-35852323D01*
X47359377Y-35711547D01*
X47175673Y-35635267D01*
X46976760Y-35635093D01*
X46792923Y-35711053D01*
X46718666Y-35785180D01*
X45373980Y-35785180D01*
X45265857Y-35806687D01*
X45240040Y-35811822D01*
X45126493Y-35887693D01*
X44116159Y-36898027D01*
X44121380Y-36871780D01*
X44121380Y-36160580D01*
X44121467Y-36061560D01*
X44045507Y-35877723D01*
X43904977Y-35736947D01*
X43721273Y-35660667D01*
X43522360Y-35660493D01*
X43338523Y-35736453D01*
X43197747Y-35876983D01*
X43121467Y-36060687D01*
X43121293Y-36259600D01*
X43121380Y-36259811D01*
X43121380Y-36664673D01*
X40575427Y-39210627D01*
X40467040Y-39372838D01*
X40428980Y-39564180D01*
X40428980Y-48997740D01*
X40463899Y-49173293D01*
X40467040Y-49189082D01*
X40575427Y-49351293D01*
X41460220Y-50236087D01*
X41460220Y-52524433D01*
X40575427Y-53409227D01*
X40467040Y-53571438D01*
X40428980Y-53762780D01*
X40428980Y-90461873D01*
X39805780Y-91085074D01*
X39805780Y-39835664D01*
X39808800Y-39835667D01*
X39992637Y-39759707D01*
X40133413Y-39619177D01*
X40209693Y-39435473D01*
X40209867Y-39236560D01*
X40133907Y-39052723D01*
X39993377Y-38911947D01*
X39809673Y-38835667D01*
X39610760Y-38835493D01*
X39426923Y-38911453D01*
X39341432Y-38996795D01*
X39231377Y-38886547D01*
X39047673Y-38810267D01*
X38848760Y-38810093D01*
X38664923Y-38886053D01*
X38524147Y-39026583D01*
X38447867Y-39210287D01*
X38447693Y-39409200D01*
X38523653Y-39593037D01*
X38597780Y-39667294D01*
X38597780Y-141238834D01*
X38549547Y-141286983D01*
X38473267Y-141470687D01*
X38473093Y-141669600D01*
X38549053Y-141853437D01*
X38596272Y-141900739D01*
X38549547Y-141947383D01*
X38473267Y-142131087D01*
X38473093Y-142330000D01*
X38549053Y-142513837D01*
X38583639Y-142548484D01*
X38473347Y-142658583D01*
X38397067Y-142842287D01*
X38396893Y-143041200D01*
X38472853Y-143225037D01*
X38613383Y-143365813D01*
X38797087Y-143442093D01*
X38996000Y-143442267D01*
X39179837Y-143366307D01*
X39204006Y-143342180D01*
X39772694Y-143342180D01*
X40046380Y-143615865D01*
X40046380Y-151010488D01*
X39873173Y-150938567D01*
X39674260Y-150938393D01*
X39490423Y-151014353D01*
X39349647Y-151154883D01*
X39273367Y-151338587D01*
X39273193Y-151537500D01*
X39349153Y-151721337D01*
X39373280Y-151745506D01*
X39373280Y-154957105D01*
X39294123Y-154838637D01*
X38585780Y-154130294D01*
X38585780Y-147286166D01*
X39076908Y-146795038D01*
X39110300Y-146795067D01*
X39294137Y-146719107D01*
X39434913Y-146578577D01*
X39511193Y-146394873D01*
X39511367Y-146195960D01*
X39435407Y-146012123D01*
X39294877Y-145871347D01*
X39111173Y-145795067D01*
X38912260Y-145794893D01*
X38728423Y-145870853D01*
X38587647Y-146011383D01*
X38511367Y-146195087D01*
X38511337Y-146229237D01*
X37902937Y-146837637D01*
X37816228Y-146967406D01*
X37816228Y-146967407D01*
X37785780Y-147120480D01*
X37785780Y-154295980D01*
X37816228Y-154449054D01*
X37902937Y-154578823D01*
X38611280Y-155287166D01*
X38611280Y-167641291D01*
X38587647Y-167664883D01*
X38511367Y-167848587D01*
X38511193Y-168047500D01*
X38587153Y-168231337D01*
X38727683Y-168372113D01*
X38911387Y-168448393D01*
X39110300Y-168448567D01*
X39294137Y-168372607D01*
X39337370Y-168329450D01*
X39273367Y-168483587D01*
X39273193Y-168682500D01*
X39349153Y-168866337D01*
X39489683Y-169007113D01*
X39673387Y-169083393D01*
X39872300Y-169083567D01*
X40056137Y-169007607D01*
X40196913Y-168867077D01*
X40273193Y-168683373D01*
X40273367Y-168484460D01*
X40197407Y-168300623D01*
X40173280Y-168276454D01*
X40173280Y-166714000D01*
X40543193Y-166714000D01*
X40619153Y-166897837D01*
X40759683Y-167038613D01*
X40943387Y-167114893D01*
X41142300Y-167115067D01*
X41326137Y-167039107D01*
X41466913Y-166898577D01*
X41543193Y-166714873D01*
X41543367Y-166515960D01*
X41467407Y-166332123D01*
X41326877Y-166191347D01*
X41143173Y-166115067D01*
X40944260Y-166114893D01*
X40760423Y-166190853D01*
X40619647Y-166331383D01*
X40543367Y-166515087D01*
X40543193Y-166714000D01*
X40173280Y-166714000D01*
X40173280Y-165976172D01*
X40346487Y-166048093D01*
X40545400Y-166048267D01*
X40729237Y-165972307D01*
X40803494Y-165898180D01*
X40878180Y-165898180D01*
X41012119Y-165871538D01*
X41125667Y-165795667D01*
X42446467Y-164474868D01*
X42522338Y-164361320D01*
X42529605Y-164324783D01*
X42548980Y-164227380D01*
X42548980Y-162841539D01*
X42594387Y-162860393D01*
X42793300Y-162860567D01*
X42977137Y-162784607D01*
X43056280Y-162705602D01*
X43056280Y-167821480D01*
X43086728Y-167974554D01*
X43173437Y-168104323D01*
X43337222Y-168268108D01*
X43337193Y-168301500D01*
X43413153Y-168485337D01*
X43553683Y-168626113D01*
X43737387Y-168702393D01*
X43936300Y-168702567D01*
X44120137Y-168626607D01*
X44260913Y-168486077D01*
X44337193Y-168302373D01*
X44337367Y-168103460D01*
X44261407Y-167919623D01*
X44120877Y-167778847D01*
X43937173Y-167702567D01*
X43903023Y-167702537D01*
X43856280Y-167655794D01*
X43856280Y-161791239D01*
X43896583Y-161831613D01*
X44080287Y-161907893D01*
X44279200Y-161908067D01*
X44376280Y-161867954D01*
X44376280Y-165116380D01*
X44401542Y-165243380D01*
X44402922Y-165250319D01*
X44478793Y-165363867D01*
X45087480Y-165972555D01*
X45087480Y-167032010D01*
X45086907Y-167030623D01*
X44946377Y-166889847D01*
X44762673Y-166813567D01*
X44563760Y-166813393D01*
X44379923Y-166889353D01*
X44239147Y-167029883D01*
X44162867Y-167213587D01*
X44162693Y-167412500D01*
X44238653Y-167596337D01*
X44379183Y-167737113D01*
X44562887Y-167813393D01*
X44761800Y-167813567D01*
X44945637Y-167737607D01*
X45086413Y-167597077D01*
X45087480Y-167594507D01*
X45087480Y-168213679D01*
X45013847Y-168287183D01*
X44937567Y-168470887D01*
X44937393Y-168669800D01*
X45013353Y-168853637D01*
X45153883Y-168994413D01*
X45337587Y-169070693D01*
X45536500Y-169070867D01*
X45720337Y-168994907D01*
X45861113Y-168854377D01*
X45937393Y-168670673D01*
X45937567Y-168471760D01*
X45861607Y-168287923D01*
X45787480Y-168213666D01*
X45787480Y-165827580D01*
X45760838Y-165693641D01*
X45735273Y-165655380D01*
X45684968Y-165580093D01*
X45076280Y-164971406D01*
X45076280Y-164751208D01*
X45077683Y-164752613D01*
X45261387Y-164828893D01*
X45460300Y-164829067D01*
X45644137Y-164753107D01*
X45774067Y-164623404D01*
X45826983Y-164676413D01*
X46010687Y-164752693D01*
X46209600Y-164752867D01*
X46393437Y-164676907D01*
X46534213Y-164536377D01*
X46610493Y-164352673D01*
X46610667Y-164153760D01*
X46534707Y-163969923D01*
X46394177Y-163829147D01*
X46210473Y-163752867D01*
X46155780Y-163752819D01*
X46155780Y-163665104D01*
X46328187Y-163736693D01*
X46433111Y-163736785D01*
X47551280Y-164854955D01*
X47551280Y-167040655D01*
X47499907Y-166916323D01*
X47359377Y-166775547D01*
X47175673Y-166699267D01*
X46976760Y-166699093D01*
X46792923Y-166775053D01*
X46652147Y-166915583D01*
X46575867Y-167099287D01*
X46575693Y-167298200D01*
X46651653Y-167482037D01*
X46725780Y-167556294D01*
X46725780Y-173803180D01*
X46751042Y-173930180D01*
X46752422Y-173937119D01*
X46828293Y-174050667D01*
X48511605Y-175733980D01*
X37123780Y-175733980D01*
X37123780Y-169444500D01*
X43972193Y-169444500D01*
X44048153Y-169628337D01*
X44188683Y-169769113D01*
X44372387Y-169845393D01*
X44571300Y-169845567D01*
X44755137Y-169769607D01*
X44895913Y-169629077D01*
X44972193Y-169445373D01*
X44972367Y-169246460D01*
X44896407Y-169062623D01*
X44755877Y-168921847D01*
X44572173Y-168845567D01*
X44373260Y-168845393D01*
X44189423Y-168921353D01*
X44048647Y-169061883D01*
X43972367Y-169245587D01*
X43972193Y-169444500D01*
X37123780Y-169444500D01*
X37123780Y-126350864D01*
X37198066Y-126320169D01*
X37409228Y-126109375D01*
X37523649Y-125833819D01*
X37523910Y-125535450D01*
X37409969Y-125259694D01*
X37219105Y-125068496D01*
X37392478Y-124895425D01*
X37506899Y-124619869D01*
X37507160Y-124321500D01*
X37393219Y-124045744D01*
X37233025Y-123885271D01*
X37409228Y-123709375D01*
X37523649Y-123433819D01*
X37523910Y-123135450D01*
X37409969Y-122859694D01*
X37234440Y-122683858D01*
X37409228Y-122509375D01*
X37523649Y-122233819D01*
X37523910Y-121935450D01*
X37409969Y-121659694D01*
X37199175Y-121448532D01*
X37123780Y-121417225D01*
X37123780Y-100293000D01*
X37380893Y-100293000D01*
X37456853Y-100476837D01*
X37597383Y-100617613D01*
X37781087Y-100693893D01*
X37980000Y-100694067D01*
X38163837Y-100618107D01*
X38304613Y-100477577D01*
X38380893Y-100293873D01*
X38381067Y-100094960D01*
X38305107Y-99911123D01*
X38164577Y-99770347D01*
X37980873Y-99694067D01*
X37781960Y-99693893D01*
X37598123Y-99769853D01*
X37457347Y-99910383D01*
X37381067Y-100094087D01*
X37380893Y-100293000D01*
X37123780Y-100293000D01*
X37123780Y-75375600D01*
X37330093Y-75375600D01*
X37406053Y-75559437D01*
X37546583Y-75700213D01*
X37730287Y-75776493D01*
X37929200Y-75776667D01*
X38113037Y-75700707D01*
X38253813Y-75560177D01*
X38330093Y-75376473D01*
X38330267Y-75177560D01*
X38254307Y-74993723D01*
X38113777Y-74852947D01*
X37930073Y-74776667D01*
X37731160Y-74776493D01*
X37547323Y-74852453D01*
X37406547Y-74992983D01*
X37330267Y-75176687D01*
X37330093Y-75375600D01*
X37123780Y-75375600D01*
X37123780Y-55750864D01*
X37198066Y-55720169D01*
X37409228Y-55509375D01*
X37523649Y-55233819D01*
X37523910Y-54935450D01*
X37409969Y-54659694D01*
X37219455Y-54468847D01*
X37392478Y-54296125D01*
X37506899Y-54020569D01*
X37507160Y-53722200D01*
X37393219Y-53446444D01*
X37207675Y-53260576D01*
X37409228Y-53059375D01*
X37523649Y-52783819D01*
X37523910Y-52485450D01*
X37409969Y-52209694D01*
X37234440Y-52033858D01*
X37409228Y-51859375D01*
X37523649Y-51583819D01*
X37523910Y-51285450D01*
X37409969Y-51009694D01*
X37199175Y-50798532D01*
X37123780Y-50767225D01*
X37123780Y-39079000D01*
X37368193Y-39079000D01*
X37444153Y-39262837D01*
X37584683Y-39403613D01*
X37768387Y-39479893D01*
X37967300Y-39480067D01*
X38151137Y-39404107D01*
X38291913Y-39263577D01*
X38368193Y-39079873D01*
X38368367Y-38880960D01*
X38292407Y-38697123D01*
X38151877Y-38556347D01*
X37968173Y-38480067D01*
X37769260Y-38479893D01*
X37585423Y-38555853D01*
X37444647Y-38696383D01*
X37368367Y-38880087D01*
X37368193Y-39079000D01*
X37123780Y-39079000D01*
X37123780Y-33483980D01*
X57819844Y-33483980D01*
X57751867Y-33647687D01*
X57751867Y-33647687D01*
G37*
X57751867Y-33647687D02*
X57751693Y-33846600D01*
X57827653Y-34030437D01*
X57942280Y-34145265D01*
X57942280Y-36249044D01*
X57942193Y-36348500D01*
X58018153Y-36532337D01*
X58158683Y-36673113D01*
X58342387Y-36749393D01*
X58541300Y-36749567D01*
X58725137Y-36673607D01*
X58865913Y-36533077D01*
X58942193Y-36349373D01*
X58942367Y-36150460D01*
X58942280Y-36150249D01*
X58942280Y-33947042D01*
X58945253Y-33954237D01*
X59085783Y-34095013D01*
X59269487Y-34171293D01*
X59468400Y-34171467D01*
X59652237Y-34095507D01*
X59793013Y-33954977D01*
X59869293Y-33771273D01*
X59869467Y-33572360D01*
X59832949Y-33483980D01*
X65361006Y-33483980D01*
X62780389Y-36064597D01*
X62739907Y-35966623D01*
X62599377Y-35825847D01*
X62415673Y-35749567D01*
X62216760Y-35749393D01*
X62032923Y-35825353D01*
X61900478Y-35957567D01*
X61825507Y-35776123D01*
X61684977Y-35635347D01*
X61501273Y-35559067D01*
X61302360Y-35558893D01*
X61118523Y-35634853D01*
X60977747Y-35775383D01*
X60912023Y-35933664D01*
X60866273Y-35914667D01*
X60667360Y-35914493D01*
X60483523Y-35990453D01*
X60342747Y-36130983D01*
X60266467Y-36314687D01*
X60266293Y-36513600D01*
X60342253Y-36697437D01*
X60416380Y-36771694D01*
X60416380Y-38370380D01*
X60438198Y-38480067D01*
X60443022Y-38504319D01*
X60518893Y-38617867D01*
X61254580Y-39353555D01*
X61254580Y-41665606D01*
X60505867Y-40916893D01*
X60392319Y-40841022D01*
X60258380Y-40814380D01*
X59751881Y-40814380D01*
X59678377Y-40740747D01*
X59494673Y-40664467D01*
X59295760Y-40664293D01*
X59111923Y-40740253D01*
X58971147Y-40880783D01*
X58894867Y-41064487D01*
X58894693Y-41263400D01*
X58970653Y-41447237D01*
X59071091Y-41547851D01*
X58870411Y-41547676D01*
X58226979Y-41813537D01*
X57734267Y-42305390D01*
X57661980Y-42479476D01*
X57661980Y-36770180D01*
X57635338Y-36636241D01*
X57613149Y-36603033D01*
X57559468Y-36522693D01*
X57278576Y-36241802D01*
X57278667Y-36137760D01*
X57202707Y-35953923D01*
X57062177Y-35813147D01*
X56878473Y-35736867D01*
X56679560Y-35736693D01*
X56495723Y-35812653D01*
X56354947Y-35953183D01*
X56278667Y-36136887D01*
X56278493Y-36335800D01*
X56354453Y-36519637D01*
X56494983Y-36660413D01*
X56678687Y-36736693D01*
X56783610Y-36736785D01*
X56961980Y-36915155D01*
X56961980Y-44069775D01*
X56833577Y-43941147D01*
X56649873Y-43864867D01*
X56450960Y-43864693D01*
X56267123Y-43940653D01*
X56126347Y-44081183D01*
X56050067Y-44264887D01*
X56049893Y-44463800D01*
X56125853Y-44647637D01*
X56266383Y-44788413D01*
X56450087Y-44864693D01*
X56566903Y-44864795D01*
X56644640Y-44916738D01*
X56666862Y-44921158D01*
X56778580Y-44943380D01*
X56961980Y-44943380D01*
X56961980Y-46447580D01*
X56983798Y-46557267D01*
X56988622Y-46581519D01*
X57064493Y-46695067D01*
X58231980Y-47862555D01*
X58231980Y-53744806D01*
X57585780Y-54391006D01*
X57585780Y-54067580D01*
X57559138Y-53933641D01*
X57551155Y-53921693D01*
X57483268Y-53820093D01*
X57075376Y-53412202D01*
X57075467Y-53308160D01*
X56999507Y-53124323D01*
X56858977Y-52983547D01*
X56675273Y-52907267D01*
X56476360Y-52907093D01*
X56292523Y-52983053D01*
X56245221Y-53030272D01*
X56198577Y-52983547D01*
X56153942Y-52965013D01*
X56160893Y-52948273D01*
X56161067Y-52749360D01*
X56085107Y-52565523D01*
X55944577Y-52424747D01*
X55760873Y-52348467D01*
X55561960Y-52348293D01*
X55378123Y-52424253D01*
X55237347Y-52564783D01*
X55198180Y-52659108D01*
X55198180Y-51926554D01*
X55425867Y-51698868D01*
X55501738Y-51585320D01*
X55509005Y-51548783D01*
X55528380Y-51451380D01*
X55528380Y-44620237D01*
X55627413Y-44521377D01*
X55703693Y-44337673D01*
X55703867Y-44138760D01*
X55627907Y-43954923D01*
X55487377Y-43814147D01*
X55303673Y-43737867D01*
X55104760Y-43737693D01*
X54920923Y-43813653D01*
X54780147Y-43954183D01*
X54703867Y-44137887D01*
X54703693Y-44336800D01*
X54779653Y-44520637D01*
X54828380Y-44569449D01*
X54828380Y-51306405D01*
X54600693Y-51534093D01*
X54524822Y-51647641D01*
X54498180Y-51781580D01*
X54498180Y-53915180D01*
X54519685Y-54023293D01*
X54524822Y-54049119D01*
X54600693Y-54162667D01*
X54828380Y-54390355D01*
X54828380Y-54472479D01*
X54754747Y-54545983D01*
X54678467Y-54729687D01*
X54678293Y-54928600D01*
X54754253Y-55112437D01*
X54828380Y-55186694D01*
X54828380Y-68248205D01*
X53823380Y-69253206D01*
X53823380Y-66564385D01*
X53823381Y-66564380D01*
X53781514Y-66353904D01*
X53764832Y-66328938D01*
X53662289Y-66175471D01*
X53662286Y-66175469D01*
X53137580Y-65650762D01*
X53137580Y-65345649D01*
X53300487Y-65413293D01*
X53499400Y-65413467D01*
X53683237Y-65337507D01*
X53824013Y-65196977D01*
X53900293Y-65013273D01*
X53900467Y-64814360D01*
X53824507Y-64630523D01*
X53683977Y-64489747D01*
X53500273Y-64413467D01*
X53301360Y-64413293D01*
X53137580Y-64480966D01*
X53137580Y-64138469D01*
X53218383Y-64219413D01*
X53402087Y-64295693D01*
X53601000Y-64295867D01*
X53784837Y-64219907D01*
X53925613Y-64079377D01*
X54001893Y-63895673D01*
X54002067Y-63696760D01*
X53926107Y-63512923D01*
X53801180Y-63387777D01*
X53801180Y-61003281D01*
X53874813Y-60929777D01*
X53951093Y-60746073D01*
X53951267Y-60547160D01*
X53875307Y-60363323D01*
X53801180Y-60289066D01*
X53801180Y-45761780D01*
X53798654Y-45749080D01*
X53801180Y-45736380D01*
X53801180Y-45101380D01*
X53774538Y-44967441D01*
X53728259Y-44898180D01*
X53698667Y-44853892D01*
X53468576Y-44623801D01*
X53468667Y-44519760D01*
X53392707Y-44335923D01*
X53252177Y-44195147D01*
X53068473Y-44118867D01*
X52943530Y-44118758D01*
X53118076Y-43698404D01*
X53118684Y-43002211D01*
X52852823Y-42358779D01*
X52360970Y-41866067D01*
X51718004Y-41599084D01*
X51021811Y-41598476D01*
X50378379Y-41864337D01*
X49914980Y-42326928D01*
X49914980Y-40750554D01*
X50472868Y-40192667D01*
X50548738Y-40079119D01*
X50575380Y-39945180D01*
X50575380Y-36439980D01*
X50564763Y-36386600D01*
X54170293Y-36386600D01*
X54246253Y-36570437D01*
X54386783Y-36711213D01*
X54570487Y-36787493D01*
X54769400Y-36787667D01*
X54953237Y-36711707D01*
X55094013Y-36571177D01*
X55170293Y-36387473D01*
X55170467Y-36188560D01*
X55094507Y-36004723D01*
X54953977Y-35863947D01*
X54770273Y-35787667D01*
X54571360Y-35787493D01*
X54387523Y-35863453D01*
X54246747Y-36003983D01*
X54170467Y-36187687D01*
X54170293Y-36386600D01*
X50564763Y-36386600D01*
X50553158Y-36328262D01*
X50548738Y-36306040D01*
X50472867Y-36192492D01*
X50445976Y-36165601D01*
X50446067Y-36061560D01*
X50370107Y-35877723D01*
X50229577Y-35736947D01*
X50045873Y-35660667D01*
X49846960Y-35660493D01*
X49663123Y-35736453D01*
X49522347Y-35876983D01*
X49446067Y-36060687D01*
X49445893Y-36259600D01*
X49521853Y-36443437D01*
X49662383Y-36584213D01*
X49846087Y-36660493D01*
X49875380Y-36660519D01*
X49875380Y-38139983D01*
X49715673Y-38073667D01*
X49516760Y-38073493D01*
X49332923Y-38149453D01*
X49192147Y-38289983D01*
X49115867Y-38473687D01*
X49115775Y-38578610D01*
X48809493Y-38884893D01*
X48733622Y-38998441D01*
X48706980Y-39132380D01*
X48706980Y-40437530D01*
X48603977Y-40334347D01*
X48420273Y-40258067D01*
X48221360Y-40257893D01*
X48037523Y-40333853D01*
X47896747Y-40474383D01*
X47820467Y-40658087D01*
X47820293Y-40857000D01*
X47896253Y-41040837D01*
X47970380Y-41115094D01*
X47970380Y-44702406D01*
X46879093Y-45793693D01*
X46803222Y-45907241D01*
X46776580Y-46041180D01*
X46776580Y-46440805D01*
X44911180Y-44575406D01*
X44911180Y-41191577D01*
X45070887Y-41257893D01*
X45269800Y-41258067D01*
X45453637Y-41182107D01*
X45594413Y-41041577D01*
X45670693Y-40857873D01*
X45670867Y-40658960D01*
X45594907Y-40475123D01*
X45454377Y-40334347D01*
X45270673Y-40258067D01*
X45071760Y-40257893D01*
X44911180Y-40324243D01*
X44911180Y-39650500D01*
X47210693Y-39650500D01*
X47286653Y-39834337D01*
X47427183Y-39975113D01*
X47610887Y-40051393D01*
X47809800Y-40051567D01*
X47993637Y-39975607D01*
X48134413Y-39835077D01*
X48210693Y-39651373D01*
X48210867Y-39452460D01*
X48134907Y-39268623D01*
X47994377Y-39127847D01*
X47810673Y-39051567D01*
X47611760Y-39051393D01*
X47427923Y-39127353D01*
X47287147Y-39267883D01*
X47210867Y-39451587D01*
X47210693Y-39650500D01*
X44911180Y-39650500D01*
X44911180Y-37905754D01*
X45747554Y-37069380D01*
X47507580Y-37069380D01*
X47641519Y-37042738D01*
X47755067Y-36966867D01*
X48339268Y-36382667D01*
X48415138Y-36269119D01*
X48441780Y-36135180D01*
X48441780Y-34384081D01*
X48515413Y-34310577D01*
X48591693Y-34126873D01*
X48591867Y-33927960D01*
X48515907Y-33744123D01*
X48375377Y-33603347D01*
X48191673Y-33527067D01*
X47992760Y-33526893D01*
X47808923Y-33602853D01*
X47668147Y-33743383D01*
X47591867Y-33927087D01*
X47591693Y-34126000D01*
X47667653Y-34309837D01*
X47741780Y-34384094D01*
X47741780Y-35990205D01*
X47575762Y-36156223D01*
X47575867Y-36036160D01*
X47499907Y-35852323D01*
X47359377Y-35711547D01*
X47175673Y-35635267D01*
X46976760Y-35635093D01*
X46792923Y-35711053D01*
X46718666Y-35785180D01*
X45373980Y-35785180D01*
X45265857Y-35806687D01*
X45240040Y-35811822D01*
X45126493Y-35887693D01*
X44116159Y-36898027D01*
X44121380Y-36871780D01*
X44121380Y-36160580D01*
X44121467Y-36061560D01*
X44045507Y-35877723D01*
X43904977Y-35736947D01*
X43721273Y-35660667D01*
X43522360Y-35660493D01*
X43338523Y-35736453D01*
X43197747Y-35876983D01*
X43121467Y-36060687D01*
X43121293Y-36259600D01*
X43121380Y-36259811D01*
X43121380Y-36664673D01*
X40575427Y-39210627D01*
X40467040Y-39372838D01*
X40428980Y-39564180D01*
X40428980Y-48997740D01*
X40463899Y-49173293D01*
X40467040Y-49189082D01*
X40575427Y-49351293D01*
X41460220Y-50236087D01*
X41460220Y-52524433D01*
X40575427Y-53409227D01*
X40467040Y-53571438D01*
X40428980Y-53762780D01*
X40428980Y-90461873D01*
X39805780Y-91085074D01*
X39805780Y-39835664D01*
X39808800Y-39835667D01*
X39992637Y-39759707D01*
X40133413Y-39619177D01*
X40209693Y-39435473D01*
X40209867Y-39236560D01*
X40133907Y-39052723D01*
X39993377Y-38911947D01*
X39809673Y-38835667D01*
X39610760Y-38835493D01*
X39426923Y-38911453D01*
X39341432Y-38996795D01*
X39231377Y-38886547D01*
X39047673Y-38810267D01*
X38848760Y-38810093D01*
X38664923Y-38886053D01*
X38524147Y-39026583D01*
X38447867Y-39210287D01*
X38447693Y-39409200D01*
X38523653Y-39593037D01*
X38597780Y-39667294D01*
X38597780Y-141238834D01*
X38549547Y-141286983D01*
X38473267Y-141470687D01*
X38473093Y-141669600D01*
X38549053Y-141853437D01*
X38596272Y-141900739D01*
X38549547Y-141947383D01*
X38473267Y-142131087D01*
X38473093Y-142330000D01*
X38549053Y-142513837D01*
X38583639Y-142548484D01*
X38473347Y-142658583D01*
X38397067Y-142842287D01*
X38396893Y-143041200D01*
X38472853Y-143225037D01*
X38613383Y-143365813D01*
X38797087Y-143442093D01*
X38996000Y-143442267D01*
X39179837Y-143366307D01*
X39204006Y-143342180D01*
X39772694Y-143342180D01*
X40046380Y-143615865D01*
X40046380Y-151010488D01*
X39873173Y-150938567D01*
X39674260Y-150938393D01*
X39490423Y-151014353D01*
X39349647Y-151154883D01*
X39273367Y-151338587D01*
X39273193Y-151537500D01*
X39349153Y-151721337D01*
X39373280Y-151745506D01*
X39373280Y-154957105D01*
X39294123Y-154838637D01*
X38585780Y-154130294D01*
X38585780Y-147286166D01*
X39076908Y-146795038D01*
X39110300Y-146795067D01*
X39294137Y-146719107D01*
X39434913Y-146578577D01*
X39511193Y-146394873D01*
X39511367Y-146195960D01*
X39435407Y-146012123D01*
X39294877Y-145871347D01*
X39111173Y-145795067D01*
X38912260Y-145794893D01*
X38728423Y-145870853D01*
X38587647Y-146011383D01*
X38511367Y-146195087D01*
X38511337Y-146229237D01*
X37902937Y-146837637D01*
X37816228Y-146967406D01*
X37816228Y-146967407D01*
X37785780Y-147120480D01*
X37785780Y-154295980D01*
X37816228Y-154449054D01*
X37902937Y-154578823D01*
X38611280Y-155287166D01*
X38611280Y-167641291D01*
X38587647Y-167664883D01*
X38511367Y-167848587D01*
X38511193Y-168047500D01*
X38587153Y-168231337D01*
X38727683Y-168372113D01*
X38911387Y-168448393D01*
X39110300Y-168448567D01*
X39294137Y-168372607D01*
X39337370Y-168329450D01*
X39273367Y-168483587D01*
X39273193Y-168682500D01*
X39349153Y-168866337D01*
X39489683Y-169007113D01*
X39673387Y-169083393D01*
X39872300Y-169083567D01*
X40056137Y-169007607D01*
X40196913Y-168867077D01*
X40273193Y-168683373D01*
X40273367Y-168484460D01*
X40197407Y-168300623D01*
X40173280Y-168276454D01*
X40173280Y-166714000D01*
X40543193Y-166714000D01*
X40619153Y-166897837D01*
X40759683Y-167038613D01*
X40943387Y-167114893D01*
X41142300Y-167115067D01*
X41326137Y-167039107D01*
X41466913Y-166898577D01*
X41543193Y-166714873D01*
X41543367Y-166515960D01*
X41467407Y-166332123D01*
X41326877Y-166191347D01*
X41143173Y-166115067D01*
X40944260Y-166114893D01*
X40760423Y-166190853D01*
X40619647Y-166331383D01*
X40543367Y-166515087D01*
X40543193Y-166714000D01*
X40173280Y-166714000D01*
X40173280Y-165976172D01*
X40346487Y-166048093D01*
X40545400Y-166048267D01*
X40729237Y-165972307D01*
X40803494Y-165898180D01*
X40878180Y-165898180D01*
X41012119Y-165871538D01*
X41125667Y-165795667D01*
X42446467Y-164474868D01*
X42522338Y-164361320D01*
X42529605Y-164324783D01*
X42548980Y-164227380D01*
X42548980Y-162841539D01*
X42594387Y-162860393D01*
X42793300Y-162860567D01*
X42977137Y-162784607D01*
X43056280Y-162705602D01*
X43056280Y-167821480D01*
X43086728Y-167974554D01*
X43173437Y-168104323D01*
X43337222Y-168268108D01*
X43337193Y-168301500D01*
X43413153Y-168485337D01*
X43553683Y-168626113D01*
X43737387Y-168702393D01*
X43936300Y-168702567D01*
X44120137Y-168626607D01*
X44260913Y-168486077D01*
X44337193Y-168302373D01*
X44337367Y-168103460D01*
X44261407Y-167919623D01*
X44120877Y-167778847D01*
X43937173Y-167702567D01*
X43903023Y-167702537D01*
X43856280Y-167655794D01*
X43856280Y-161791239D01*
X43896583Y-161831613D01*
X44080287Y-161907893D01*
X44279200Y-161908067D01*
X44376280Y-161867954D01*
X44376280Y-165116380D01*
X44401542Y-165243380D01*
X44402922Y-165250319D01*
X44478793Y-165363867D01*
X45087480Y-165972555D01*
X45087480Y-167032010D01*
X45086907Y-167030623D01*
X44946377Y-166889847D01*
X44762673Y-166813567D01*
X44563760Y-166813393D01*
X44379923Y-166889353D01*
X44239147Y-167029883D01*
X44162867Y-167213587D01*
X44162693Y-167412500D01*
X44238653Y-167596337D01*
X44379183Y-167737113D01*
X44562887Y-167813393D01*
X44761800Y-167813567D01*
X44945637Y-167737607D01*
X45086413Y-167597077D01*
X45087480Y-167594507D01*
X45087480Y-168213679D01*
X45013847Y-168287183D01*
X44937567Y-168470887D01*
X44937393Y-168669800D01*
X45013353Y-168853637D01*
X45153883Y-168994413D01*
X45337587Y-169070693D01*
X45536500Y-169070867D01*
X45720337Y-168994907D01*
X45861113Y-168854377D01*
X45937393Y-168670673D01*
X45937567Y-168471760D01*
X45861607Y-168287923D01*
X45787480Y-168213666D01*
X45787480Y-165827580D01*
X45760838Y-165693641D01*
X45735273Y-165655380D01*
X45684968Y-165580093D01*
X45076280Y-164971406D01*
X45076280Y-164751208D01*
X45077683Y-164752613D01*
X45261387Y-164828893D01*
X45460300Y-164829067D01*
X45644137Y-164753107D01*
X45774067Y-164623404D01*
X45826983Y-164676413D01*
X46010687Y-164752693D01*
X46209600Y-164752867D01*
X46393437Y-164676907D01*
X46534213Y-164536377D01*
X46610493Y-164352673D01*
X46610667Y-164153760D01*
X46534707Y-163969923D01*
X46394177Y-163829147D01*
X46210473Y-163752867D01*
X46155780Y-163752819D01*
X46155780Y-163665104D01*
X46328187Y-163736693D01*
X46433111Y-163736785D01*
X47551280Y-164854955D01*
X47551280Y-167040655D01*
X47499907Y-166916323D01*
X47359377Y-166775547D01*
X47175673Y-166699267D01*
X46976760Y-166699093D01*
X46792923Y-166775053D01*
X46652147Y-166915583D01*
X46575867Y-167099287D01*
X46575693Y-167298200D01*
X46651653Y-167482037D01*
X46725780Y-167556294D01*
X46725780Y-173803180D01*
X46751042Y-173930180D01*
X46752422Y-173937119D01*
X46828293Y-174050667D01*
X48511605Y-175733980D01*
X37123780Y-175733980D01*
X37123780Y-169444500D01*
X43972193Y-169444500D01*
X44048153Y-169628337D01*
X44188683Y-169769113D01*
X44372387Y-169845393D01*
X44571300Y-169845567D01*
X44755137Y-169769607D01*
X44895913Y-169629077D01*
X44972193Y-169445373D01*
X44972367Y-169246460D01*
X44896407Y-169062623D01*
X44755877Y-168921847D01*
X44572173Y-168845567D01*
X44373260Y-168845393D01*
X44189423Y-168921353D01*
X44048647Y-169061883D01*
X43972367Y-169245587D01*
X43972193Y-169444500D01*
X37123780Y-169444500D01*
X37123780Y-126350864D01*
X37198066Y-126320169D01*
X37409228Y-126109375D01*
X37523649Y-125833819D01*
X37523910Y-125535450D01*
X37409969Y-125259694D01*
X37219105Y-125068496D01*
X37392478Y-124895425D01*
X37506899Y-124619869D01*
X37507160Y-124321500D01*
X37393219Y-124045744D01*
X37233025Y-123885271D01*
X37409228Y-123709375D01*
X37523649Y-123433819D01*
X37523910Y-123135450D01*
X37409969Y-122859694D01*
X37234440Y-122683858D01*
X37409228Y-122509375D01*
X37523649Y-122233819D01*
X37523910Y-121935450D01*
X37409969Y-121659694D01*
X37199175Y-121448532D01*
X37123780Y-121417225D01*
X37123780Y-100293000D01*
X37380893Y-100293000D01*
X37456853Y-100476837D01*
X37597383Y-100617613D01*
X37781087Y-100693893D01*
X37980000Y-100694067D01*
X38163837Y-100618107D01*
X38304613Y-100477577D01*
X38380893Y-100293873D01*
X38381067Y-100094960D01*
X38305107Y-99911123D01*
X38164577Y-99770347D01*
X37980873Y-99694067D01*
X37781960Y-99693893D01*
X37598123Y-99769853D01*
X37457347Y-99910383D01*
X37381067Y-100094087D01*
X37380893Y-100293000D01*
X37123780Y-100293000D01*
X37123780Y-75375600D01*
X37330093Y-75375600D01*
X37406053Y-75559437D01*
X37546583Y-75700213D01*
X37730287Y-75776493D01*
X37929200Y-75776667D01*
X38113037Y-75700707D01*
X38253813Y-75560177D01*
X38330093Y-75376473D01*
X38330267Y-75177560D01*
X38254307Y-74993723D01*
X38113777Y-74852947D01*
X37930073Y-74776667D01*
X37731160Y-74776493D01*
X37547323Y-74852453D01*
X37406547Y-74992983D01*
X37330267Y-75176687D01*
X37330093Y-75375600D01*
X37123780Y-75375600D01*
X37123780Y-55750864D01*
X37198066Y-55720169D01*
X37409228Y-55509375D01*
X37523649Y-55233819D01*
X37523910Y-54935450D01*
X37409969Y-54659694D01*
X37219455Y-54468847D01*
X37392478Y-54296125D01*
X37506899Y-54020569D01*
X37507160Y-53722200D01*
X37393219Y-53446444D01*
X37207675Y-53260576D01*
X37409228Y-53059375D01*
X37523649Y-52783819D01*
X37523910Y-52485450D01*
X37409969Y-52209694D01*
X37234440Y-52033858D01*
X37409228Y-51859375D01*
X37523649Y-51583819D01*
X37523910Y-51285450D01*
X37409969Y-51009694D01*
X37199175Y-50798532D01*
X37123780Y-50767225D01*
X37123780Y-39079000D01*
X37368193Y-39079000D01*
X37444153Y-39262837D01*
X37584683Y-39403613D01*
X37768387Y-39479893D01*
X37967300Y-39480067D01*
X38151137Y-39404107D01*
X38291913Y-39263577D01*
X38368193Y-39079873D01*
X38368367Y-38880960D01*
X38292407Y-38697123D01*
X38151877Y-38556347D01*
X37968173Y-38480067D01*
X37769260Y-38479893D01*
X37585423Y-38555853D01*
X37444647Y-38696383D01*
X37368367Y-38880087D01*
X37368193Y-39079000D01*
X37123780Y-39079000D01*
X37123780Y-33483980D01*
X57819844Y-33483980D01*
X57751867Y-33647687D01*
G36*
X111816923Y-33552053D02*
X111676147Y-33692583D01*
X111599867Y-33876287D01*
X111599693Y-34075200D01*
X111675653Y-34259037D01*
X111816183Y-34399813D01*
X111999887Y-34476093D01*
X112198800Y-34476267D01*
X112382637Y-34400307D01*
X112456894Y-34326180D01*
X122470406Y-34326180D01*
X122570180Y-34425955D01*
X122570180Y-35422479D01*
X122496547Y-35495983D01*
X122420267Y-35679687D01*
X122420093Y-35878600D01*
X122496053Y-36062437D01*
X122636583Y-36203213D01*
X122820287Y-36279493D01*
X123019200Y-36279667D01*
X123203037Y-36203707D01*
X123343813Y-36063177D01*
X123420093Y-35879473D01*
X123420204Y-35751600D01*
X136212293Y-35751600D01*
X136288253Y-35935437D01*
X136428783Y-36076213D01*
X136612487Y-36152493D01*
X136811400Y-36152667D01*
X136995237Y-36076707D01*
X137136013Y-35936177D01*
X137212293Y-35752473D01*
X137212382Y-35650000D01*
X137685493Y-35650000D01*
X137761453Y-35833837D01*
X137901983Y-35974613D01*
X138085687Y-36050893D01*
X138284600Y-36051067D01*
X138468437Y-35975107D01*
X138609213Y-35834577D01*
X138685493Y-35650873D01*
X138685667Y-35451960D01*
X138609707Y-35268123D01*
X138469177Y-35127347D01*
X138285473Y-35051067D01*
X138086560Y-35050893D01*
X137902723Y-35126853D01*
X137761947Y-35267383D01*
X137685667Y-35451087D01*
X137685493Y-35650000D01*
X137212382Y-35650000D01*
X137212467Y-35553560D01*
X137136507Y-35369723D01*
X136995977Y-35228947D01*
X136812273Y-35152667D01*
X136613360Y-35152493D01*
X136429523Y-35228453D01*
X136288747Y-35368983D01*
X136212467Y-35552687D01*
X136212293Y-35751600D01*
X123420204Y-35751600D01*
X123420267Y-35680560D01*
X123344307Y-35496723D01*
X123270180Y-35422466D01*
X123270180Y-34938800D01*
X130878293Y-34938800D01*
X130954253Y-35122637D01*
X131094783Y-35263413D01*
X131278487Y-35339693D01*
X131477400Y-35339867D01*
X131661237Y-35263907D01*
X131802013Y-35123377D01*
X131878293Y-34939673D01*
X131878467Y-34740760D01*
X131802507Y-34556923D01*
X131661977Y-34416147D01*
X131478273Y-34339867D01*
X131279360Y-34339693D01*
X131095523Y-34415653D01*
X130954747Y-34556183D01*
X130878467Y-34739887D01*
X130878293Y-34938800D01*
X123270180Y-34938800D01*
X123270180Y-34280980D01*
X123243538Y-34147041D01*
X123243538Y-34147040D01*
X123167667Y-34033492D01*
X122862867Y-33728693D01*
X122749319Y-33652822D01*
X122723503Y-33647687D01*
X122615380Y-33626180D01*
X112456881Y-33626180D01*
X112383377Y-33552547D01*
X112218248Y-33483980D01*
X142806599Y-33483980D01*
X142703323Y-33526653D01*
X142562547Y-33667183D01*
X142486267Y-33850887D01*
X142486093Y-34049800D01*
X142486180Y-34050011D01*
X142486180Y-42993180D01*
X142502946Y-43077467D01*
X142524240Y-43184522D01*
X142632627Y-43346733D01*
X142917980Y-43632087D01*
X142917980Y-48830805D01*
X142599580Y-48512406D01*
X142599580Y-43628180D01*
X142572938Y-43494241D01*
X142545355Y-43452960D01*
X142497068Y-43380693D01*
X139779267Y-40662893D01*
X139665719Y-40587022D01*
X139531780Y-40560380D01*
X138237881Y-40560380D01*
X138164377Y-40486747D01*
X138016155Y-40425200D01*
X139920693Y-40425200D01*
X139996653Y-40609037D01*
X140137183Y-40749813D01*
X140320887Y-40826093D01*
X140519800Y-40826267D01*
X140703637Y-40750307D01*
X140844413Y-40609777D01*
X140920693Y-40426073D01*
X140920867Y-40227160D01*
X140844907Y-40043323D01*
X140704377Y-39902547D01*
X140520673Y-39826267D01*
X140321760Y-39826093D01*
X140137923Y-39902053D01*
X139997147Y-40042583D01*
X139920867Y-40226287D01*
X139920693Y-40425200D01*
X138016155Y-40425200D01*
X137980673Y-40410467D01*
X137781760Y-40410293D01*
X137597923Y-40486253D01*
X137457147Y-40626783D01*
X137380867Y-40810487D01*
X137380693Y-41009400D01*
X137456653Y-41193237D01*
X137597183Y-41334013D01*
X137780887Y-41410293D01*
X137979800Y-41410467D01*
X138163637Y-41334507D01*
X138237894Y-41260380D01*
X139386806Y-41260380D01*
X140668005Y-42541580D01*
X136586881Y-42541580D01*
X136513377Y-42467947D01*
X136329673Y-42391667D01*
X136130760Y-42391493D01*
X135946923Y-42467453D01*
X135806147Y-42607983D01*
X135729867Y-42791687D01*
X135729693Y-42990600D01*
X135805653Y-43174437D01*
X135946183Y-43315213D01*
X136129887Y-43391493D01*
X136161416Y-43391521D01*
X136136267Y-43452087D01*
X136136093Y-43651000D01*
X136212053Y-43834837D01*
X136352583Y-43975613D01*
X136536287Y-44051893D01*
X136735200Y-44052067D01*
X136919037Y-43976107D01*
X137059813Y-43835577D01*
X137136093Y-43651873D01*
X137136267Y-43452960D01*
X137060307Y-43269123D01*
X137032812Y-43241580D01*
X140706196Y-43241580D01*
X141493180Y-44028564D01*
X141493180Y-48962180D01*
X141516083Y-49077322D01*
X141519822Y-49096119D01*
X141595693Y-49209667D01*
X142255180Y-49869155D01*
X142255180Y-54120725D01*
X141900493Y-54475413D01*
X141824622Y-54588961D01*
X141797980Y-54722900D01*
X141797980Y-55769380D01*
X141823929Y-55899837D01*
X141824622Y-55903319D01*
X141900493Y-56016867D01*
X142357692Y-56474067D01*
X142357695Y-56474069D01*
X142874658Y-56991033D01*
X142874658Y-58322167D01*
X142584393Y-58612433D01*
X142584567Y-58413560D01*
X142508607Y-58229723D01*
X142368077Y-58088947D01*
X142184373Y-58012667D01*
X141985460Y-58012493D01*
X141801623Y-58088453D01*
X141660847Y-58228983D01*
X141584567Y-58412687D01*
X141584393Y-58611600D01*
X141660353Y-58795437D01*
X141800883Y-58936213D01*
X141984587Y-59012493D01*
X142183500Y-59012667D01*
X142277626Y-58973775D01*
X142255180Y-59086620D01*
X142255180Y-67377180D01*
X142276685Y-67485293D01*
X142281822Y-67511119D01*
X142357693Y-67624667D01*
X142662492Y-67929467D01*
X142776040Y-68005338D01*
X142798262Y-68009758D01*
X142909980Y-68031980D01*
X144687191Y-68031980D01*
X144532123Y-68096053D01*
X144391347Y-68236583D01*
X144315067Y-68420287D01*
X144314893Y-68619200D01*
X144390853Y-68803037D01*
X144531383Y-68943813D01*
X144715087Y-69020093D01*
X144914000Y-69020267D01*
X145097837Y-68944307D01*
X145127780Y-68914416D01*
X145127780Y-69231380D01*
X145152207Y-69354183D01*
X145165840Y-69422722D01*
X145274227Y-69584933D01*
X145889780Y-70200487D01*
X145889780Y-87718673D01*
X137550060Y-96058394D01*
X137550060Y-92325060D01*
X137523418Y-92191121D01*
X137523418Y-92191120D01*
X137466368Y-92105739D01*
X137466467Y-91992360D01*
X137390507Y-91808523D01*
X137249977Y-91667747D01*
X137066273Y-91591467D01*
X136867360Y-91591293D01*
X136683523Y-91667253D01*
X136542747Y-91807783D01*
X136466467Y-91991487D01*
X136466431Y-92032475D01*
X136422300Y-91988266D01*
X136422300Y-91303940D01*
X139158693Y-91303940D01*
X139234653Y-91487777D01*
X139375183Y-91628553D01*
X139558887Y-91704833D01*
X139757800Y-91705007D01*
X139941637Y-91629047D01*
X140082413Y-91488517D01*
X140158693Y-91304813D01*
X140158867Y-91105900D01*
X140082907Y-90922063D01*
X139942377Y-90781287D01*
X139758673Y-90705007D01*
X139559760Y-90704833D01*
X139375923Y-90780793D01*
X139235147Y-90921323D01*
X139158867Y-91105027D01*
X139158693Y-91303940D01*
X136422300Y-91303940D01*
X136422300Y-88875700D01*
X141607253Y-88875700D01*
X141683213Y-89059537D01*
X141823743Y-89200313D01*
X142007447Y-89276593D01*
X142206360Y-89276767D01*
X142390197Y-89200807D01*
X142530973Y-89060277D01*
X142607253Y-88876573D01*
X142607427Y-88677660D01*
X142531467Y-88493823D01*
X142390937Y-88353047D01*
X142207233Y-88276767D01*
X142008320Y-88276593D01*
X141824483Y-88352553D01*
X141683707Y-88493083D01*
X141607427Y-88676787D01*
X141607253Y-88875700D01*
X136422300Y-88875700D01*
X136422300Y-87518824D01*
X144247896Y-87518824D01*
X144339048Y-87739429D01*
X144507683Y-87908359D01*
X144728129Y-87999896D01*
X144966824Y-88000104D01*
X145187429Y-87908952D01*
X145356359Y-87740317D01*
X145447896Y-87519871D01*
X145448104Y-87281176D01*
X145356952Y-87060571D01*
X145188317Y-86891641D01*
X144967871Y-86800104D01*
X144729176Y-86799896D01*
X144508571Y-86891048D01*
X144339641Y-87059683D01*
X144248104Y-87280129D01*
X144247896Y-87518824D01*
X136422300Y-87518824D01*
X136422300Y-87356820D01*
X136412104Y-87305563D01*
X136414733Y-87299233D01*
X136414907Y-87100320D01*
X136338947Y-86916483D01*
X136198417Y-86775707D01*
X136014713Y-86699427D01*
X135815800Y-86699253D01*
X135631963Y-86775213D01*
X135510570Y-86896394D01*
X135510667Y-86785360D01*
X135434707Y-86601523D01*
X135294177Y-86460747D01*
X135110473Y-86384467D01*
X134911560Y-86384293D01*
X134727723Y-86460253D01*
X134586947Y-86600783D01*
X134510667Y-86784487D01*
X134510575Y-86889411D01*
X134092533Y-87307453D01*
X134016662Y-87421001D01*
X133990020Y-87554940D01*
X133990020Y-90740100D01*
X133998213Y-90781287D01*
X134016662Y-90874039D01*
X134092533Y-90987587D01*
X134457380Y-91352434D01*
X134457380Y-92089879D01*
X134383747Y-92163383D01*
X134307467Y-92347087D01*
X134307293Y-92546000D01*
X134383253Y-92729837D01*
X134457380Y-92804094D01*
X134457380Y-111217580D01*
X134481281Y-111337737D01*
X134484022Y-111351519D01*
X134559893Y-111465067D01*
X134991692Y-111896867D01*
X135105240Y-111972738D01*
X135127462Y-111977158D01*
X135239180Y-111999380D01*
X135245995Y-111999380D01*
X135221867Y-112057487D01*
X135221693Y-112256400D01*
X135297653Y-112440237D01*
X135438183Y-112581013D01*
X135621887Y-112657293D01*
X135820800Y-112657467D01*
X136004637Y-112581507D01*
X136145413Y-112440977D01*
X136221693Y-112257273D01*
X136221867Y-112058360D01*
X136197497Y-111999380D01*
X136788580Y-111999380D01*
X136922519Y-111972738D01*
X137036067Y-111896867D01*
X137291559Y-111641376D01*
X137395600Y-111641467D01*
X137403780Y-111638087D01*
X137403780Y-118186148D01*
X137371073Y-118172567D01*
X137172160Y-118172393D01*
X136988323Y-118248353D01*
X136847547Y-118388883D01*
X136771267Y-118572587D01*
X136771093Y-118771500D01*
X136847053Y-118955337D01*
X136938745Y-119047189D01*
X136822147Y-119163583D01*
X136745867Y-119347287D01*
X136745693Y-119546200D01*
X136821653Y-119730037D01*
X136962183Y-119870813D01*
X137145887Y-119947093D01*
X137344800Y-119947267D01*
X137528637Y-119871307D01*
X137669413Y-119730777D01*
X137745693Y-119547073D01*
X137745785Y-119442150D01*
X138001267Y-119186668D01*
X138059515Y-119099493D01*
X138077138Y-119073119D01*
X138103780Y-118939180D01*
X138103780Y-108642486D01*
X139133380Y-109672087D01*
X139133380Y-119853580D01*
X139167122Y-120023213D01*
X139171440Y-120044922D01*
X139279827Y-120207133D01*
X140200180Y-121127486D01*
X140200180Y-144491580D01*
X140238240Y-144682922D01*
X140346627Y-144845133D01*
X144213380Y-148711886D01*
X144213380Y-154854780D01*
X144242120Y-154999267D01*
X144251440Y-155046122D01*
X144359827Y-155208333D01*
X145019918Y-155868425D01*
X145090183Y-155938813D01*
X145273887Y-156015093D01*
X145472800Y-156015267D01*
X145656637Y-155939307D01*
X145797413Y-155798777D01*
X145873693Y-155615073D01*
X145873867Y-155416160D01*
X145797907Y-155232323D01*
X145657377Y-155091547D01*
X145657166Y-155091460D01*
X145213380Y-154647674D01*
X145213380Y-153379000D01*
X148023293Y-153379000D01*
X148099253Y-153562837D01*
X148239783Y-153703613D01*
X148423487Y-153779893D01*
X148622400Y-153780067D01*
X148806237Y-153704107D01*
X148947013Y-153563577D01*
X148955106Y-153544087D01*
X148962853Y-153562837D01*
X149103383Y-153703613D01*
X149287087Y-153779893D01*
X149486000Y-153780067D01*
X149669837Y-153704107D01*
X149810613Y-153563577D01*
X149886893Y-153379873D01*
X149887067Y-153180960D01*
X149811107Y-152997123D01*
X149670577Y-152856347D01*
X149486873Y-152780067D01*
X149287960Y-152779893D01*
X149104123Y-152855853D01*
X148963347Y-152996383D01*
X148955254Y-153015873D01*
X148947507Y-152997123D01*
X148816184Y-152865570D01*
X148927200Y-152865667D01*
X149111037Y-152789707D01*
X149251813Y-152649177D01*
X149328093Y-152465473D01*
X149328267Y-152266560D01*
X149252307Y-152082723D01*
X149111777Y-151941947D01*
X148928073Y-151865667D01*
X148729160Y-151865493D01*
X148545323Y-151941453D01*
X148404547Y-152081983D01*
X148328267Y-152265687D01*
X148328093Y-152464600D01*
X148404053Y-152648437D01*
X148535376Y-152779990D01*
X148424360Y-152779893D01*
X148240523Y-152855853D01*
X148099747Y-152996383D01*
X148023467Y-153180087D01*
X148023293Y-153379000D01*
X145213380Y-153379000D01*
X145213380Y-148504780D01*
X145175320Y-148313438D01*
X145066933Y-148151227D01*
X143159846Y-146244140D01*
X144213293Y-146244140D01*
X144289253Y-146427977D01*
X144429783Y-146568753D01*
X144613487Y-146645033D01*
X144812400Y-146645207D01*
X144996237Y-146569247D01*
X145137013Y-146428717D01*
X145213293Y-146245013D01*
X145213467Y-146046100D01*
X145137507Y-145862263D01*
X144996977Y-145721487D01*
X144813273Y-145645207D01*
X144614360Y-145645033D01*
X144430523Y-145720993D01*
X144289747Y-145861523D01*
X144213467Y-146045227D01*
X144213293Y-146244140D01*
X143159846Y-146244140D01*
X141200180Y-144284474D01*
X141200180Y-140298000D01*
X150563293Y-140298000D01*
X150639253Y-140481837D01*
X150779783Y-140622613D01*
X150963487Y-140698893D01*
X151162400Y-140699067D01*
X151346237Y-140623107D01*
X151487013Y-140482577D01*
X151563293Y-140298873D01*
X151563467Y-140099960D01*
X151487507Y-139916123D01*
X151346977Y-139775347D01*
X151163273Y-139699067D01*
X150964360Y-139698893D01*
X150780523Y-139774853D01*
X150639747Y-139915383D01*
X150563467Y-140099087D01*
X150563293Y-140298000D01*
X141200180Y-140298000D01*
X141200180Y-139739200D01*
X141749493Y-139739200D01*
X141825453Y-139923037D01*
X141965983Y-140063813D01*
X142149687Y-140140093D01*
X142348600Y-140140267D01*
X142532437Y-140064307D01*
X142673213Y-139923777D01*
X142749493Y-139740073D01*
X142749667Y-139541160D01*
X142673707Y-139357323D01*
X142533177Y-139216547D01*
X142349473Y-139140267D01*
X142150560Y-139140093D01*
X141966723Y-139216053D01*
X141825947Y-139356583D01*
X141749667Y-139540287D01*
X141749493Y-139739200D01*
X141200180Y-139739200D01*
X141200180Y-138799400D01*
X150766493Y-138799400D01*
X150842453Y-138983237D01*
X150982983Y-139124013D01*
X151166687Y-139200293D01*
X151365600Y-139200467D01*
X151549437Y-139124507D01*
X151690213Y-138983977D01*
X151766493Y-138800273D01*
X151766667Y-138601360D01*
X151690707Y-138417523D01*
X151550177Y-138276747D01*
X151366473Y-138200467D01*
X151167560Y-138200293D01*
X150983723Y-138276253D01*
X150842947Y-138416783D01*
X150766667Y-138600487D01*
X150766493Y-138799400D01*
X141200180Y-138799400D01*
X141200180Y-137834200D01*
X151833293Y-137834200D01*
X151909253Y-138018037D01*
X152049783Y-138158813D01*
X152233487Y-138235093D01*
X152432400Y-138235267D01*
X152616237Y-138159307D01*
X152757013Y-138018777D01*
X152833293Y-137835073D01*
X152833293Y-137834200D01*
X152849293Y-137834200D01*
X152925253Y-138018037D01*
X153065783Y-138158813D01*
X153249487Y-138235093D01*
X153448400Y-138235267D01*
X153632237Y-138159307D01*
X153773013Y-138018777D01*
X153849293Y-137835073D01*
X153849467Y-137636160D01*
X153773507Y-137452323D01*
X153632977Y-137311547D01*
X153449273Y-137235267D01*
X153250360Y-137235093D01*
X153066523Y-137311053D01*
X152925747Y-137451583D01*
X152849467Y-137635287D01*
X152849293Y-137834200D01*
X152833293Y-137834200D01*
X152833467Y-137636160D01*
X152757507Y-137452323D01*
X152616977Y-137311547D01*
X152433273Y-137235267D01*
X152234360Y-137235093D01*
X152050523Y-137311053D01*
X151909747Y-137451583D01*
X151833467Y-137635287D01*
X151833293Y-137834200D01*
X141200180Y-137834200D01*
X141200180Y-135954600D01*
X151223693Y-135954600D01*
X151299653Y-136138437D01*
X151440183Y-136279213D01*
X151623887Y-136355493D01*
X151646807Y-136355513D01*
X151579467Y-136517687D01*
X151579293Y-136716600D01*
X151655253Y-136900437D01*
X151795783Y-137041213D01*
X151979487Y-137117493D01*
X152178400Y-137117667D01*
X152362237Y-137041707D01*
X152503013Y-136901177D01*
X152579293Y-136717473D01*
X152579467Y-136518560D01*
X152512135Y-136355603D01*
X152584800Y-136355667D01*
X152768637Y-136279707D01*
X152909413Y-136139177D01*
X152985693Y-135955473D01*
X152985867Y-135756560D01*
X152909907Y-135572723D01*
X152769377Y-135431947D01*
X152585673Y-135355667D01*
X152386760Y-135355493D01*
X152202923Y-135431453D01*
X152104732Y-135529472D01*
X152007377Y-135431947D01*
X151823673Y-135355667D01*
X151624760Y-135355493D01*
X151440923Y-135431453D01*
X151300147Y-135571983D01*
X151223867Y-135755687D01*
X151223693Y-135954600D01*
X141200180Y-135954600D01*
X141200180Y-133567000D01*
X141825693Y-133567000D01*
X141901653Y-133750837D01*
X142025072Y-133874472D01*
X141902147Y-133997183D01*
X141825867Y-134180887D01*
X141825693Y-134379800D01*
X141901653Y-134563637D01*
X142042183Y-134704413D01*
X142225887Y-134780693D01*
X142424800Y-134780867D01*
X142608637Y-134704907D01*
X142749413Y-134564377D01*
X142825693Y-134380673D01*
X142825867Y-134181760D01*
X142749907Y-133997923D01*
X142626488Y-133874288D01*
X142749413Y-133751577D01*
X142825693Y-133567873D01*
X142825867Y-133368960D01*
X142749907Y-133185123D01*
X142624005Y-133059000D01*
X152544493Y-133059000D01*
X152620453Y-133242837D01*
X152760983Y-133383613D01*
X152944687Y-133459893D01*
X153143600Y-133460067D01*
X153327437Y-133384107D01*
X153363131Y-133348475D01*
X153382453Y-133395237D01*
X153522983Y-133536013D01*
X153706687Y-133612293D01*
X153905600Y-133612467D01*
X154089437Y-133536507D01*
X154230213Y-133395977D01*
X154306493Y-133212273D01*
X154306667Y-133013360D01*
X154230707Y-132829523D01*
X154090177Y-132688747D01*
X153970943Y-132639237D01*
X153976213Y-132633977D01*
X154052493Y-132450273D01*
X154052667Y-132251360D01*
X153976707Y-132067523D01*
X153836177Y-131926747D01*
X153652473Y-131850467D01*
X153453560Y-131850293D01*
X153269723Y-131926253D01*
X153128947Y-132066783D01*
X153052667Y-132250487D01*
X153052493Y-132449400D01*
X153056869Y-132459990D01*
X152945560Y-132459893D01*
X152761723Y-132535853D01*
X152620947Y-132676383D01*
X152544667Y-132860087D01*
X152544493Y-133059000D01*
X142624005Y-133059000D01*
X142609377Y-133044347D01*
X142425673Y-132968067D01*
X142226760Y-132967893D01*
X142042923Y-133043853D01*
X141902147Y-133184383D01*
X141825867Y-133368087D01*
X141825693Y-133567000D01*
X141200180Y-133567000D01*
X141200180Y-122857822D01*
X141286087Y-122893493D01*
X141485000Y-122893667D01*
X141668837Y-122817707D01*
X141809613Y-122677177D01*
X141885893Y-122493473D01*
X141886067Y-122294560D01*
X141810107Y-122110723D01*
X141669577Y-121969947D01*
X141485873Y-121893667D01*
X141286960Y-121893493D01*
X141200180Y-121929350D01*
X141200180Y-120920380D01*
X141162120Y-120729038D01*
X141053733Y-120566827D01*
X140769706Y-120282800D01*
X141393893Y-120282800D01*
X141469853Y-120466637D01*
X141610383Y-120607413D01*
X141794087Y-120683693D01*
X141993000Y-120683867D01*
X142176837Y-120607907D01*
X142317613Y-120467377D01*
X142393893Y-120283673D01*
X142394067Y-120084760D01*
X142318107Y-119900923D01*
X142177577Y-119760147D01*
X142029355Y-119698600D01*
X149674293Y-119698600D01*
X149750253Y-119882437D01*
X149848272Y-119980628D01*
X149750747Y-120077983D01*
X149674467Y-120261687D01*
X149674293Y-120460600D01*
X149750253Y-120644437D01*
X149890783Y-120785213D01*
X150074487Y-120861493D01*
X150273400Y-120861667D01*
X150457237Y-120785707D01*
X150598013Y-120645177D01*
X150674293Y-120461473D01*
X150674467Y-120262560D01*
X150598507Y-120078723D01*
X150500488Y-119980532D01*
X150598013Y-119883177D01*
X150674293Y-119699473D01*
X150674467Y-119500560D01*
X150598507Y-119316723D01*
X150457977Y-119175947D01*
X150274273Y-119099667D01*
X150075360Y-119099493D01*
X149891523Y-119175453D01*
X149750747Y-119315983D01*
X149674467Y-119499687D01*
X149674293Y-119698600D01*
X142029355Y-119698600D01*
X141993873Y-119683867D01*
X141794960Y-119683693D01*
X141611123Y-119759653D01*
X141470347Y-119900183D01*
X141394067Y-120083887D01*
X141393893Y-120282800D01*
X140769706Y-120282800D01*
X140133380Y-119646474D01*
X140133380Y-112909180D01*
X148160453Y-112909180D01*
X148236413Y-113093017D01*
X148376943Y-113233793D01*
X148560647Y-113310073D01*
X148759560Y-113310247D01*
X148943397Y-113234287D01*
X149084173Y-113093757D01*
X149160453Y-112910053D01*
X149160627Y-112711140D01*
X149084667Y-112527303D01*
X148944137Y-112386527D01*
X148760433Y-112310247D01*
X148561520Y-112310073D01*
X148377683Y-112386033D01*
X148236907Y-112526563D01*
X148160627Y-112710267D01*
X148160453Y-112909180D01*
X140133380Y-112909180D01*
X140133380Y-109767200D01*
X141139893Y-109767200D01*
X141215853Y-109951037D01*
X141356383Y-110091813D01*
X141540087Y-110168093D01*
X141739000Y-110168267D01*
X141922837Y-110092307D01*
X142063613Y-109951777D01*
X142139893Y-109768073D01*
X142140067Y-109569160D01*
X142064107Y-109385323D01*
X141923577Y-109244547D01*
X141739873Y-109168267D01*
X141540960Y-109168093D01*
X141357123Y-109244053D01*
X141216347Y-109384583D01*
X141140067Y-109568287D01*
X141139893Y-109767200D01*
X140133380Y-109767200D01*
X140133380Y-109464980D01*
X140095320Y-109273638D01*
X140024913Y-109168267D01*
X139986934Y-109111427D01*
X138355380Y-107479874D01*
X138355380Y-98601400D01*
X142915580Y-98601400D01*
X142915580Y-109490380D01*
X142935276Y-109589400D01*
X142942222Y-109624319D01*
X143018093Y-109737867D01*
X143863913Y-110583687D01*
X143977460Y-110659558D01*
X143999682Y-110663978D01*
X144111400Y-110686200D01*
X146708319Y-110686200D01*
X146781823Y-110759833D01*
X146965527Y-110836113D01*
X147164440Y-110836287D01*
X147348277Y-110760327D01*
X147489053Y-110619797D01*
X147565333Y-110436093D01*
X147565360Y-110404740D01*
X148424613Y-110404740D01*
X148500573Y-110588577D01*
X148641103Y-110729353D01*
X148824807Y-110805633D01*
X149023720Y-110805807D01*
X149207557Y-110729847D01*
X149348333Y-110589317D01*
X149424613Y-110405613D01*
X149424787Y-110206700D01*
X149348827Y-110022863D01*
X149208297Y-109882087D01*
X149024593Y-109805807D01*
X148825680Y-109805633D01*
X148641843Y-109881593D01*
X148501067Y-110022123D01*
X148424787Y-110205827D01*
X148424613Y-110404740D01*
X147565360Y-110404740D01*
X147565507Y-110237180D01*
X147489547Y-110053343D01*
X147349017Y-109912567D01*
X147165313Y-109836287D01*
X146966400Y-109836113D01*
X146782563Y-109912073D01*
X146708306Y-109986200D01*
X144256374Y-109986200D01*
X143615580Y-109345406D01*
X143615580Y-108555140D01*
X148577053Y-108555140D01*
X148653013Y-108738977D01*
X148793543Y-108879753D01*
X148977247Y-108956033D01*
X149176160Y-108956207D01*
X149318780Y-108897278D01*
X149318780Y-109319422D01*
X149318693Y-109419220D01*
X149394653Y-109603057D01*
X149535183Y-109743833D01*
X149718887Y-109820113D01*
X149917800Y-109820287D01*
X150101637Y-109744327D01*
X150242413Y-109603797D01*
X150318693Y-109420093D01*
X150318867Y-109221180D01*
X150318780Y-109220969D01*
X150318780Y-108034960D01*
X150280720Y-107843618D01*
X150239201Y-107781481D01*
X150226946Y-107763140D01*
X151010333Y-107763140D01*
X151086293Y-107946977D01*
X151226823Y-108087753D01*
X151410527Y-108164033D01*
X151609440Y-108164207D01*
X151793277Y-108088247D01*
X151934053Y-107947717D01*
X152010333Y-107764013D01*
X152010507Y-107565100D01*
X151934547Y-107381263D01*
X151794017Y-107240487D01*
X151610313Y-107164207D01*
X151411400Y-107164033D01*
X151227563Y-107239993D01*
X151086787Y-107380523D01*
X151010507Y-107564227D01*
X151010333Y-107763140D01*
X150226946Y-107763140D01*
X150172333Y-107681406D01*
X149492493Y-107001567D01*
X149421657Y-106930607D01*
X149371307Y-106909700D01*
X151619933Y-106909700D01*
X151695893Y-107093537D01*
X151836423Y-107234313D01*
X152020127Y-107310593D01*
X152219040Y-107310767D01*
X152402877Y-107234807D01*
X152543653Y-107094277D01*
X152619933Y-106910573D01*
X152620107Y-106711660D01*
X152545496Y-106531088D01*
X152661957Y-106482967D01*
X152802733Y-106342437D01*
X152879013Y-106158733D01*
X152879187Y-105959820D01*
X152803227Y-105775983D01*
X152662697Y-105635207D01*
X152478993Y-105558927D01*
X152280080Y-105558753D01*
X152096243Y-105634713D01*
X151955467Y-105775243D01*
X151879187Y-105958947D01*
X151879013Y-106157860D01*
X151953624Y-106338432D01*
X151837163Y-106386553D01*
X151696387Y-106527083D01*
X151620107Y-106710787D01*
X151619933Y-106909700D01*
X149371307Y-106909700D01*
X149237953Y-106854327D01*
X149039040Y-106854153D01*
X148855203Y-106930113D01*
X148714427Y-107070643D01*
X148638147Y-107254347D01*
X148637973Y-107453260D01*
X148713933Y-107637097D01*
X148854463Y-107777873D01*
X148854675Y-107777961D01*
X149032794Y-107956081D01*
X148978120Y-107956033D01*
X148794283Y-108031993D01*
X148653507Y-108172523D01*
X148577227Y-108356227D01*
X148577053Y-108555140D01*
X143615580Y-108555140D01*
X143615580Y-107021460D01*
X147007293Y-107021460D01*
X147083253Y-107205297D01*
X147223783Y-107346073D01*
X147407487Y-107422353D01*
X147606400Y-107422527D01*
X147790237Y-107346567D01*
X147931013Y-107206037D01*
X148007293Y-107022333D01*
X148007467Y-106823420D01*
X147931507Y-106639583D01*
X147790977Y-106498807D01*
X147607273Y-106422527D01*
X147408360Y-106422353D01*
X147224523Y-106498313D01*
X147083747Y-106638843D01*
X147007467Y-106822547D01*
X147007293Y-107021460D01*
X143615580Y-107021460D01*
X143615580Y-104953252D01*
X143653707Y-105010313D01*
X144755758Y-106112365D01*
X144826023Y-106182753D01*
X145009727Y-106259033D01*
X145208640Y-106259207D01*
X145392477Y-106183247D01*
X145533253Y-106042717D01*
X145571926Y-105949580D01*
X150751253Y-105949580D01*
X150827213Y-106133417D01*
X150967743Y-106274193D01*
X151151447Y-106350473D01*
X151350360Y-106350647D01*
X151534197Y-106274687D01*
X151674973Y-106134157D01*
X151751253Y-105950453D01*
X151751427Y-105751540D01*
X151675467Y-105567703D01*
X151534937Y-105426927D01*
X151351233Y-105350647D01*
X151152320Y-105350473D01*
X150968483Y-105426433D01*
X150827707Y-105566963D01*
X150751427Y-105750667D01*
X150751253Y-105949580D01*
X145571926Y-105949580D01*
X145609533Y-105859013D01*
X145609707Y-105660100D01*
X145533747Y-105476263D01*
X145393217Y-105335487D01*
X145393007Y-105335400D01*
X144507260Y-104449654D01*
X144507260Y-102030400D01*
X144507347Y-101931380D01*
X144431387Y-101747543D01*
X144290857Y-101606767D01*
X144107153Y-101530487D01*
X143908240Y-101530313D01*
X143724403Y-101606273D01*
X143615580Y-101714906D01*
X143615580Y-98746374D01*
X143788879Y-98573076D01*
X143892920Y-98573167D01*
X144076757Y-98497207D01*
X144217533Y-98356677D01*
X144293813Y-98172973D01*
X144293987Y-97974060D01*
X144218027Y-97790223D01*
X144077497Y-97649447D01*
X143893793Y-97573167D01*
X143694880Y-97572993D01*
X143511043Y-97648953D01*
X143370267Y-97789483D01*
X143293987Y-97973187D01*
X143293895Y-98078110D01*
X143018093Y-98353913D01*
X142942222Y-98467461D01*
X142915580Y-98601400D01*
X138355380Y-98601400D01*
X138355380Y-96667286D01*
X140310046Y-94712620D01*
X144040573Y-94712620D01*
X144116533Y-94896457D01*
X144257063Y-95037233D01*
X144257275Y-95037321D01*
X145229380Y-96009426D01*
X145229380Y-100662305D01*
X145118073Y-100616087D01*
X144919160Y-100615913D01*
X144735323Y-100691873D01*
X144594547Y-100832403D01*
X144518267Y-101016107D01*
X144518093Y-101215020D01*
X144594053Y-101398857D01*
X144734583Y-101539633D01*
X144918287Y-101615913D01*
X145117200Y-101616087D01*
X145229380Y-101569735D01*
X145229380Y-102505380D01*
X145247835Y-102598160D01*
X145267440Y-102696722D01*
X145375827Y-102858933D01*
X146841407Y-104324513D01*
X147003618Y-104432900D01*
X147095881Y-104451252D01*
X147083667Y-104480667D01*
X147083493Y-104679580D01*
X147159453Y-104863417D01*
X147299983Y-105004193D01*
X147483687Y-105080473D01*
X147682600Y-105080647D01*
X147866437Y-105004687D01*
X148007213Y-104864157D01*
X148083493Y-104680453D01*
X148083667Y-104481540D01*
X148061480Y-104427844D01*
X148140757Y-104395087D01*
X148281533Y-104254557D01*
X148357813Y-104070853D01*
X148357987Y-103871940D01*
X148282027Y-103688103D01*
X148141497Y-103547327D01*
X147957793Y-103471047D01*
X147758880Y-103470873D01*
X147758669Y-103470960D01*
X147402066Y-103470960D01*
X146229380Y-102298274D01*
X146229380Y-102109100D01*
X146484053Y-102109100D01*
X146560013Y-102292937D01*
X146700543Y-102433713D01*
X146884247Y-102509993D01*
X147083160Y-102510167D01*
X147266997Y-102434207D01*
X147407773Y-102293677D01*
X147484053Y-102109973D01*
X147484200Y-101941460D01*
X148688773Y-101941460D01*
X148764733Y-102125297D01*
X148905263Y-102266073D01*
X149059946Y-102330302D01*
X149006320Y-102410558D01*
X148968260Y-102601900D01*
X148968260Y-103381244D01*
X148968173Y-103480700D01*
X149044133Y-103664537D01*
X149184663Y-103805313D01*
X149368367Y-103881593D01*
X149567280Y-103881767D01*
X149751117Y-103805807D01*
X149891893Y-103665277D01*
X149968173Y-103481573D01*
X149968347Y-103282660D01*
X149968260Y-103282449D01*
X149968260Y-102809006D01*
X150223133Y-102554134D01*
X150331520Y-102391922D01*
X150341380Y-102342353D01*
X150369580Y-102200580D01*
X150369580Y-99382324D01*
X150475807Y-99426433D01*
X150674720Y-99426607D01*
X150858557Y-99350647D01*
X150999333Y-99210117D01*
X151075613Y-99026413D01*
X151075787Y-98827500D01*
X150999827Y-98643663D01*
X150859297Y-98502887D01*
X150675593Y-98426607D01*
X150476680Y-98426433D01*
X150369580Y-98470686D01*
X150369580Y-97970307D01*
X150461584Y-97878303D01*
X150531973Y-97808037D01*
X150608253Y-97624333D01*
X150608427Y-97425420D01*
X150532467Y-97241583D01*
X150391937Y-97100807D01*
X150208233Y-97024527D01*
X150009320Y-97024353D01*
X149825483Y-97100313D01*
X149684707Y-97240843D01*
X149684619Y-97241054D01*
X149516027Y-97409647D01*
X149407640Y-97571858D01*
X149369580Y-97763200D01*
X149369580Y-101376089D01*
X149288753Y-101342527D01*
X149089840Y-101342353D01*
X148906003Y-101418313D01*
X148765227Y-101558843D01*
X148688947Y-101742547D01*
X148688773Y-101941460D01*
X147484200Y-101941460D01*
X147484227Y-101911060D01*
X147408267Y-101727223D01*
X147267737Y-101586447D01*
X147084033Y-101510167D01*
X146885120Y-101509993D01*
X146701283Y-101585953D01*
X146560507Y-101726483D01*
X146484227Y-101910187D01*
X146484053Y-102109100D01*
X146229380Y-102109100D01*
X146229380Y-96637015D01*
X146340687Y-96683233D01*
X146539600Y-96683407D01*
X146723437Y-96607447D01*
X146864213Y-96466917D01*
X146940493Y-96283213D01*
X146940667Y-96084300D01*
X146864707Y-95900463D01*
X146724177Y-95759687D01*
X146540473Y-95683407D01*
X146341560Y-95683233D01*
X146216011Y-95735109D01*
X146191320Y-95610978D01*
X146082933Y-95448767D01*
X144895093Y-94260927D01*
X144824257Y-94189967D01*
X144640553Y-94113687D01*
X144441640Y-94113513D01*
X144257803Y-94189473D01*
X144117027Y-94330003D01*
X144040747Y-94513707D01*
X144040573Y-94712620D01*
X140310046Y-94712620D01*
X145600866Y-89421800D01*
X147286693Y-89421800D01*
X147362653Y-89605637D01*
X147503183Y-89746413D01*
X147686887Y-89822693D01*
X147885800Y-89822867D01*
X148069637Y-89746907D01*
X148210413Y-89606377D01*
X148286693Y-89422673D01*
X148286867Y-89223760D01*
X148210907Y-89039923D01*
X148070377Y-88899147D01*
X147886673Y-88822867D01*
X147687760Y-88822693D01*
X147503923Y-88898653D01*
X147363147Y-89039183D01*
X147286867Y-89222887D01*
X147286693Y-89421800D01*
X145600866Y-89421800D01*
X146743333Y-88279334D01*
X146851720Y-88117122D01*
X146870801Y-88021193D01*
X146889780Y-87925780D01*
X146889780Y-81420800D01*
X149801293Y-81420800D01*
X149877253Y-81604637D01*
X150017783Y-81745413D01*
X150201487Y-81821693D01*
X150400400Y-81821867D01*
X150584237Y-81745907D01*
X150725013Y-81605377D01*
X150801293Y-81421673D01*
X150801467Y-81222760D01*
X150725507Y-81038923D01*
X150584977Y-80898147D01*
X150401273Y-80821867D01*
X150202360Y-80821693D01*
X150018523Y-80897653D01*
X149877747Y-81038183D01*
X149801467Y-81221887D01*
X149801293Y-81420800D01*
X146889780Y-81420800D01*
X146889780Y-78893500D01*
X147858193Y-78893500D01*
X147934153Y-79077337D01*
X148074683Y-79218113D01*
X148258387Y-79294393D01*
X148457300Y-79294567D01*
X148641137Y-79218607D01*
X148781913Y-79078077D01*
X148858193Y-78894373D01*
X148858367Y-78695460D01*
X148782407Y-78511623D01*
X148641877Y-78370847D01*
X148458173Y-78294567D01*
X148259260Y-78294393D01*
X148075423Y-78370353D01*
X147934647Y-78510883D01*
X147858367Y-78694587D01*
X147858193Y-78893500D01*
X146889780Y-78893500D01*
X146889780Y-69993380D01*
X146851720Y-69802038D01*
X146782925Y-69699080D01*
X146743334Y-69639827D01*
X146127780Y-69024274D01*
X146127780Y-60950980D01*
X146089720Y-60759638D01*
X146085931Y-60753967D01*
X146045882Y-60694030D01*
X146190857Y-60634127D01*
X146331633Y-60493597D01*
X146407913Y-60309893D01*
X146408087Y-60110980D01*
X146332127Y-59927143D01*
X146191597Y-59786367D01*
X146007893Y-59710087D01*
X145808980Y-59709913D01*
X145625143Y-59785873D01*
X145484367Y-59926403D01*
X145452140Y-60004015D01*
X145452140Y-57557540D01*
X145414080Y-57366198D01*
X145361072Y-57286867D01*
X145305694Y-57203987D01*
X145066060Y-56964354D01*
X145066060Y-51471700D01*
X145028000Y-51280358D01*
X145018705Y-51266447D01*
X144919613Y-51118146D01*
X143917980Y-50116514D01*
X143917980Y-43424980D01*
X143879920Y-43233638D01*
X143866540Y-43213613D01*
X143771533Y-43071426D01*
X143486180Y-42786074D01*
X143486180Y-41588368D01*
X143546687Y-41613493D01*
X143745600Y-41613667D01*
X143929437Y-41537707D01*
X144070213Y-41397177D01*
X144146493Y-41213473D01*
X144146667Y-41014560D01*
X144070707Y-40830723D01*
X143930177Y-40689947D01*
X143746473Y-40613667D01*
X143547560Y-40613493D01*
X143486180Y-40638855D01*
X143486180Y-37948700D01*
X143921193Y-37948700D01*
X143997153Y-38132537D01*
X144137683Y-38273313D01*
X144321387Y-38349593D01*
X144520300Y-38349767D01*
X144536567Y-38343046D01*
X144492867Y-38448287D01*
X144492693Y-38647200D01*
X144568653Y-38831037D01*
X144709183Y-38971813D01*
X144892887Y-39048093D01*
X144997810Y-39048185D01*
X145074580Y-39124955D01*
X145074580Y-42822805D01*
X144415093Y-43482293D01*
X144339222Y-43595841D01*
X144312580Y-43729780D01*
X144312580Y-45607879D01*
X144238947Y-45681383D01*
X144162667Y-45865087D01*
X144162493Y-46064000D01*
X144238453Y-46247837D01*
X144378983Y-46388613D01*
X144562687Y-46464893D01*
X144761600Y-46465067D01*
X144871058Y-46419840D01*
X144873453Y-46425637D01*
X144947580Y-46499894D01*
X144947580Y-47631220D01*
X144968515Y-47736467D01*
X144974222Y-47765159D01*
X145050093Y-47878707D01*
X145134344Y-47962958D01*
X144991073Y-47903467D01*
X144792160Y-47903293D01*
X144608323Y-47979253D01*
X144467547Y-48119783D01*
X144391267Y-48303487D01*
X144391093Y-48502400D01*
X144467053Y-48686237D01*
X144607583Y-48827013D01*
X144791287Y-48903293D01*
X144990200Y-48903467D01*
X145174037Y-48827507D01*
X145314813Y-48686977D01*
X145391093Y-48503273D01*
X145391267Y-48304360D01*
X145331783Y-48160397D01*
X145577500Y-48406115D01*
X145577500Y-49373286D01*
X145524473Y-49351267D01*
X145325560Y-49351093D01*
X145141723Y-49427053D01*
X145000947Y-49567583D01*
X144924667Y-49751287D01*
X144924493Y-49950200D01*
X145000453Y-50134037D01*
X145140983Y-50274813D01*
X145324687Y-50351093D01*
X145523600Y-50351267D01*
X145577500Y-50328996D01*
X145577500Y-53480646D01*
X145502213Y-53555933D01*
X145426342Y-53669481D01*
X145399700Y-53803420D01*
X145399700Y-55886220D01*
X145422618Y-56001437D01*
X145426342Y-56020159D01*
X145502213Y-56133707D01*
X147356413Y-57987908D01*
X147396140Y-58014453D01*
X147396140Y-59561405D01*
X146320093Y-60637453D01*
X146244222Y-60751001D01*
X146217580Y-60884940D01*
X146217580Y-64268220D01*
X146240536Y-64383627D01*
X146244222Y-64402159D01*
X146320093Y-64515707D01*
X146834338Y-65029953D01*
X146769176Y-65029896D01*
X146548571Y-65121048D01*
X146379641Y-65289683D01*
X146288104Y-65510129D01*
X146287896Y-65748824D01*
X146379048Y-65969429D01*
X146547683Y-66138359D01*
X146768129Y-66229896D01*
X147006824Y-66230104D01*
X147227429Y-66138952D01*
X147396359Y-65970317D01*
X147487896Y-65749871D01*
X147487954Y-65683569D01*
X147563780Y-65759395D01*
X147563780Y-66095519D01*
X147490147Y-66169023D01*
X147413867Y-66352727D01*
X147413693Y-66551640D01*
X147489653Y-66735477D01*
X147630183Y-66876253D01*
X147813887Y-66952533D01*
X148012800Y-66952707D01*
X148196637Y-66876747D01*
X148337413Y-66736217D01*
X148413693Y-66552513D01*
X148413867Y-66353600D01*
X148337907Y-66169763D01*
X148263780Y-66095506D01*
X148263780Y-65614420D01*
X148237138Y-65480481D01*
X148237138Y-65480480D01*
X148161267Y-65366932D01*
X146917580Y-64123246D01*
X146917580Y-61029914D01*
X147993628Y-59953867D01*
X148069498Y-59840319D01*
X148096140Y-59706380D01*
X148096140Y-58080780D01*
X148556780Y-58080780D01*
X148556780Y-69185660D01*
X148589756Y-69351441D01*
X148594840Y-69377002D01*
X148703227Y-69539213D01*
X149532140Y-70368127D01*
X149532140Y-74661900D01*
X149556788Y-74785813D01*
X149570200Y-74853242D01*
X149678587Y-75015453D01*
X149801380Y-75138246D01*
X149801380Y-76749344D01*
X149801293Y-76848800D01*
X149877253Y-77032637D01*
X149969481Y-77125027D01*
X149967723Y-77125753D01*
X149826947Y-77266283D01*
X149750667Y-77449987D01*
X149750493Y-77648900D01*
X149826453Y-77832737D01*
X149966983Y-77973513D01*
X150150687Y-78049793D01*
X150349600Y-78049967D01*
X150533437Y-77974007D01*
X150674213Y-77833477D01*
X150690443Y-77794389D01*
X150690293Y-77966400D01*
X150766253Y-78150237D01*
X150840380Y-78224494D01*
X150840380Y-79782175D01*
X150711977Y-79653547D01*
X150528273Y-79577267D01*
X150329360Y-79577093D01*
X150145523Y-79653053D01*
X150004747Y-79793583D01*
X149928467Y-79977287D01*
X149928293Y-80176200D01*
X150004253Y-80360037D01*
X150144783Y-80500813D01*
X150328487Y-80577093D01*
X150527400Y-80577267D01*
X150711237Y-80501307D01*
X150840380Y-80372390D01*
X150840380Y-89983180D01*
X150867022Y-90117119D01*
X150942893Y-90230667D01*
X152442984Y-91730759D01*
X152442893Y-91834800D01*
X152518853Y-92018637D01*
X152659383Y-92159413D01*
X152843087Y-92235693D01*
X153042000Y-92235867D01*
X153225837Y-92159907D01*
X153366613Y-92019377D01*
X153442893Y-91835673D01*
X153443067Y-91636760D01*
X153367107Y-91452923D01*
X153226577Y-91312147D01*
X153042873Y-91235867D01*
X152937950Y-91235775D01*
X151540380Y-89838206D01*
X151540380Y-84362965D01*
X151598487Y-84387093D01*
X151797400Y-84387267D01*
X151981237Y-84311307D01*
X152122013Y-84170777D01*
X152198293Y-83987073D01*
X152198467Y-83788160D01*
X152122507Y-83604323D01*
X151981977Y-83463547D01*
X151798273Y-83387267D01*
X151599360Y-83387093D01*
X151540380Y-83411463D01*
X151540380Y-82690800D01*
X152163493Y-82690800D01*
X152239453Y-82874637D01*
X152379983Y-83015413D01*
X152563687Y-83091693D01*
X152762600Y-83091867D01*
X152946437Y-83015907D01*
X153087213Y-82875377D01*
X153163493Y-82691673D01*
X153163667Y-82492760D01*
X153087707Y-82308923D01*
X152947177Y-82168147D01*
X152763473Y-82091867D01*
X152564560Y-82091693D01*
X152380723Y-82167653D01*
X152239947Y-82308183D01*
X152163667Y-82491887D01*
X152163493Y-82690800D01*
X151540380Y-82690800D01*
X151540380Y-81721365D01*
X151598487Y-81745493D01*
X151797400Y-81745667D01*
X151981237Y-81669707D01*
X152122013Y-81529177D01*
X152198293Y-81345473D01*
X152198467Y-81146560D01*
X152122507Y-80962723D01*
X151981977Y-80821947D01*
X151798273Y-80745667D01*
X151599360Y-80745493D01*
X151540380Y-80769863D01*
X151540380Y-80176200D01*
X151757093Y-80176200D01*
X151833053Y-80360037D01*
X151973583Y-80500813D01*
X152157287Y-80577093D01*
X152356200Y-80577267D01*
X152540037Y-80501307D01*
X152680813Y-80360777D01*
X152757093Y-80177073D01*
X152757267Y-79978160D01*
X152681307Y-79794323D01*
X152540777Y-79653547D01*
X152357073Y-79577267D01*
X152158160Y-79577093D01*
X151974323Y-79653053D01*
X151833547Y-79793583D01*
X151757267Y-79977287D01*
X151757093Y-80176200D01*
X151540380Y-80176200D01*
X151540380Y-78906200D01*
X152315893Y-78906200D01*
X152391853Y-79090037D01*
X152532383Y-79230813D01*
X152716087Y-79307093D01*
X152915000Y-79307267D01*
X153098837Y-79231307D01*
X153239613Y-79090777D01*
X153315893Y-78907073D01*
X153316067Y-78708160D01*
X153240107Y-78524323D01*
X153099577Y-78383547D01*
X152915873Y-78307267D01*
X152716960Y-78307093D01*
X152533123Y-78383053D01*
X152392347Y-78523583D01*
X152316067Y-78707287D01*
X152315893Y-78906200D01*
X151540380Y-78906200D01*
X151540380Y-78224481D01*
X151614013Y-78150977D01*
X151690293Y-77967273D01*
X151690467Y-77768360D01*
X151614507Y-77584523D01*
X151473977Y-77443747D01*
X151290273Y-77367467D01*
X151091360Y-77367293D01*
X150907523Y-77443253D01*
X150766747Y-77583783D01*
X150750517Y-77622871D01*
X150750667Y-77450860D01*
X150674707Y-77267023D01*
X150582479Y-77174633D01*
X150584237Y-77173907D01*
X150725013Y-77033377D01*
X150801293Y-76849673D01*
X150801467Y-76650760D01*
X150801380Y-76650549D01*
X150801380Y-74931140D01*
X150763320Y-74739798D01*
X150654933Y-74577587D01*
X150538546Y-74461200D01*
X153103293Y-74461200D01*
X153179253Y-74645037D01*
X153319783Y-74785813D01*
X153503487Y-74862093D01*
X153702400Y-74862267D01*
X153886237Y-74786307D01*
X154027013Y-74645777D01*
X154103293Y-74462073D01*
X154103467Y-74263160D01*
X154027507Y-74079323D01*
X153886977Y-73938547D01*
X153703273Y-73862267D01*
X153504360Y-73862093D01*
X153320523Y-73938053D01*
X153179747Y-74078583D01*
X153103467Y-74262287D01*
X153103293Y-74461200D01*
X150538546Y-74461200D01*
X150532140Y-74454794D01*
X150532140Y-70161020D01*
X150494080Y-69969678D01*
X150470847Y-69934907D01*
X150385693Y-69807466D01*
X149556780Y-68978554D01*
X149556780Y-63354905D01*
X149572453Y-63392837D01*
X149712983Y-63533613D01*
X149896687Y-63609893D01*
X150095600Y-63610067D01*
X150279437Y-63534107D01*
X150420213Y-63393577D01*
X150475761Y-63259800D01*
X152569893Y-63259800D01*
X152645853Y-63443637D01*
X152786383Y-63584413D01*
X152970087Y-63660693D01*
X153169000Y-63660867D01*
X153352837Y-63584907D01*
X153493613Y-63444377D01*
X153569893Y-63260673D01*
X153570067Y-63061760D01*
X153494107Y-62877923D01*
X153353577Y-62737147D01*
X153169873Y-62660867D01*
X152970960Y-62660693D01*
X152787123Y-62736653D01*
X152646347Y-62877183D01*
X152570067Y-63060887D01*
X152569893Y-63259800D01*
X150475761Y-63259800D01*
X150496493Y-63209873D01*
X150496667Y-63010960D01*
X150420707Y-62827123D01*
X150280177Y-62686347D01*
X150096473Y-62610067D01*
X149897560Y-62609893D01*
X149713723Y-62685853D01*
X149572947Y-62826383D01*
X149556780Y-62865318D01*
X149556780Y-61588715D01*
X149591887Y-61603293D01*
X149790800Y-61603467D01*
X149974637Y-61527507D01*
X150048894Y-61453380D01*
X150453780Y-61453380D01*
X150587719Y-61426738D01*
X150701267Y-61350867D01*
X152097355Y-59954780D01*
X153830390Y-59954780D01*
X153853183Y-59977613D01*
X154036887Y-60053893D01*
X154235800Y-60054067D01*
X154320180Y-60019202D01*
X154320180Y-62829079D01*
X154246547Y-62902583D01*
X154170267Y-63086287D01*
X154170093Y-63285200D01*
X154246053Y-63469037D01*
X154386583Y-63609813D01*
X154570287Y-63686093D01*
X154769200Y-63686267D01*
X154953037Y-63610307D01*
X155093813Y-63469777D01*
X155170093Y-63286073D01*
X155170267Y-63087160D01*
X155094307Y-62903323D01*
X155020180Y-62829066D01*
X155020180Y-54829580D01*
X155012262Y-54789771D01*
X155027487Y-54796093D01*
X155226400Y-54796267D01*
X155410237Y-54720307D01*
X155551013Y-54579777D01*
X155627293Y-54396073D01*
X155627467Y-54197160D01*
X155551507Y-54013323D01*
X155410977Y-53872547D01*
X155227273Y-53796267D01*
X155028360Y-53796093D01*
X154844523Y-53872053D01*
X154703747Y-54012583D01*
X154627467Y-54196287D01*
X154627383Y-54291809D01*
X154080380Y-53744806D01*
X154080380Y-51525000D01*
X154474893Y-51525000D01*
X154550853Y-51708837D01*
X154691383Y-51849613D01*
X154875087Y-51925893D01*
X155074000Y-51926067D01*
X155257837Y-51850107D01*
X155398613Y-51709577D01*
X155474893Y-51525873D01*
X155475067Y-51326960D01*
X155399107Y-51143123D01*
X155258577Y-51002347D01*
X155074873Y-50926067D01*
X154875960Y-50925893D01*
X154692123Y-51001853D01*
X154551347Y-51142383D01*
X154475067Y-51326087D01*
X154474893Y-51525000D01*
X154080380Y-51525000D01*
X154080380Y-49862641D01*
X154119053Y-49956237D01*
X154259583Y-50097013D01*
X154443287Y-50173293D01*
X154642200Y-50173467D01*
X154826037Y-50097507D01*
X154966813Y-49956977D01*
X155043093Y-49773273D01*
X155043267Y-49574360D01*
X154967307Y-49390523D01*
X154826777Y-49249747D01*
X154643073Y-49173467D01*
X154444160Y-49173293D01*
X154260323Y-49249253D01*
X154119547Y-49389783D01*
X154080380Y-49484108D01*
X154080380Y-48502400D01*
X154233593Y-48502400D01*
X154309553Y-48686237D01*
X154450083Y-48827013D01*
X154633787Y-48903293D01*
X154832700Y-48903467D01*
X155016537Y-48827507D01*
X155157313Y-48686977D01*
X155233593Y-48503273D01*
X155233767Y-48304360D01*
X155157807Y-48120523D01*
X155017277Y-47979747D01*
X154833573Y-47903467D01*
X154634660Y-47903293D01*
X154450823Y-47979253D01*
X154310047Y-48119783D01*
X154233767Y-48303487D01*
X154233593Y-48502400D01*
X154080380Y-48502400D01*
X154080380Y-47334000D01*
X154220893Y-47334000D01*
X154296853Y-47517837D01*
X154437383Y-47658613D01*
X154621087Y-47734893D01*
X154820000Y-47735067D01*
X155003837Y-47659107D01*
X155144613Y-47518577D01*
X155220893Y-47334873D01*
X155221067Y-47135960D01*
X155145107Y-46952123D01*
X155004577Y-46811347D01*
X154820873Y-46735067D01*
X154621960Y-46734893D01*
X154438123Y-46810853D01*
X154297347Y-46951383D01*
X154221067Y-47135087D01*
X154220893Y-47334000D01*
X154080380Y-47334000D01*
X154080380Y-43676400D01*
X154551093Y-43676400D01*
X154627053Y-43860237D01*
X154767583Y-44001013D01*
X154951287Y-44077293D01*
X155150200Y-44077467D01*
X155334037Y-44001507D01*
X155474813Y-43860977D01*
X155551093Y-43677273D01*
X155551267Y-43478360D01*
X155475307Y-43294523D01*
X155334777Y-43153747D01*
X155151073Y-43077467D01*
X154952160Y-43077293D01*
X154768323Y-43153253D01*
X154627547Y-43293783D01*
X154551267Y-43477487D01*
X154551093Y-43676400D01*
X154080380Y-43676400D01*
X154080380Y-41748580D01*
X154059658Y-41644400D01*
X154220893Y-41644400D01*
X154296853Y-41828237D01*
X154437383Y-41969013D01*
X154621087Y-42045293D01*
X154820000Y-42045467D01*
X155003837Y-41969507D01*
X155144613Y-41828977D01*
X155220893Y-41645273D01*
X155221067Y-41446360D01*
X155145107Y-41262523D01*
X155004577Y-41121747D01*
X154820873Y-41045467D01*
X154621960Y-41045293D01*
X154438123Y-41121253D01*
X154297347Y-41261783D01*
X154221067Y-41445487D01*
X154220893Y-41644400D01*
X154059658Y-41644400D01*
X154058158Y-41636862D01*
X154053738Y-41614640D01*
X153977867Y-41501093D01*
X153112709Y-40635935D01*
X153112867Y-40455760D01*
X153036907Y-40271923D01*
X152896377Y-40131147D01*
X152712673Y-40054867D01*
X152513760Y-40054693D01*
X152329923Y-40130653D01*
X152189147Y-40271183D01*
X152112867Y-40454887D01*
X152112693Y-40653800D01*
X152188653Y-40837637D01*
X152329183Y-40978413D01*
X152512887Y-41054693D01*
X152541544Y-41054718D01*
X153380380Y-41893554D01*
X153380380Y-53889780D01*
X153403336Y-54005187D01*
X153407022Y-54023719D01*
X153482893Y-54137267D01*
X154320180Y-54974554D01*
X154320180Y-58357415D01*
X154223973Y-58317467D01*
X154025060Y-58317293D01*
X153841223Y-58393253D01*
X153700447Y-58533783D01*
X153624167Y-58717487D01*
X153623993Y-58916400D01*
X153699953Y-59100237D01*
X153791611Y-59192056D01*
X153728777Y-59254780D01*
X151952380Y-59254780D01*
X151818441Y-59281422D01*
X151816578Y-59282667D01*
X151704892Y-59357293D01*
X150708889Y-60353297D01*
X150725093Y-60314273D01*
X150725232Y-60155640D01*
X150756000Y-60155667D01*
X150939837Y-60079707D01*
X151080613Y-59939177D01*
X151156893Y-59755473D01*
X151157067Y-59556560D01*
X151081107Y-59372723D01*
X150940577Y-59231947D01*
X150756873Y-59155667D01*
X150557960Y-59155493D01*
X150374123Y-59231453D01*
X150233347Y-59371983D01*
X150157067Y-59555687D01*
X150156928Y-59714320D01*
X150126160Y-59714293D01*
X149942323Y-59790253D01*
X149801547Y-59930783D01*
X149725267Y-60114487D01*
X149725093Y-60313400D01*
X149801053Y-60497237D01*
X149941583Y-60638013D01*
X150125287Y-60714293D01*
X150324200Y-60714467D01*
X150364279Y-60697907D01*
X150308806Y-60753380D01*
X150048881Y-60753380D01*
X149975377Y-60679747D01*
X149791673Y-60603467D01*
X149592760Y-60603293D01*
X149556780Y-60618160D01*
X149556780Y-58287886D01*
X149715666Y-58129000D01*
X151071293Y-58129000D01*
X151147253Y-58312837D01*
X151287783Y-58453613D01*
X151471487Y-58529893D01*
X151670400Y-58530067D01*
X151854237Y-58454107D01*
X151995013Y-58313577D01*
X152071293Y-58129873D01*
X152071467Y-57930960D01*
X151995507Y-57747123D01*
X151854977Y-57606347D01*
X151671273Y-57530067D01*
X151472360Y-57529893D01*
X151288523Y-57605853D01*
X151147747Y-57746383D01*
X151071467Y-57930087D01*
X151071293Y-58129000D01*
X149715666Y-58129000D01*
X150305286Y-57539380D01*
X150961780Y-57539380D01*
X151153122Y-57501320D01*
X151315333Y-57392933D01*
X152153534Y-56554733D01*
X152261920Y-56392522D01*
X152299980Y-56201180D01*
X152299980Y-53965980D01*
X152261920Y-53774638D01*
X152249360Y-53755841D01*
X152153533Y-53612426D01*
X150859013Y-52317907D01*
X150788177Y-52246947D01*
X150604473Y-52170667D01*
X150405560Y-52170493D01*
X150221723Y-52246453D01*
X150080947Y-52386983D01*
X150004667Y-52570687D01*
X150004493Y-52769600D01*
X150080453Y-52953437D01*
X150220983Y-53094213D01*
X150221195Y-53094301D01*
X150796084Y-53669190D01*
X150684960Y-53669093D01*
X150501123Y-53745053D01*
X150360347Y-53885583D01*
X150284067Y-54069287D01*
X150283893Y-54268200D01*
X150359853Y-54452037D01*
X150453639Y-54545988D01*
X150424923Y-54557853D01*
X150423975Y-54558800D01*
X149889380Y-54024206D01*
X149889380Y-48711263D01*
X149916183Y-48738113D01*
X150099887Y-48814393D01*
X150298800Y-48814567D01*
X150360255Y-48789174D01*
X150360093Y-48974840D01*
X150436053Y-49158677D01*
X150576583Y-49299453D01*
X150760287Y-49375733D01*
X150959200Y-49375907D01*
X151143037Y-49299947D01*
X151283813Y-49159417D01*
X151360093Y-48975713D01*
X151360267Y-48776800D01*
X151284307Y-48592963D01*
X151143777Y-48452187D01*
X150960073Y-48375907D01*
X150761160Y-48375733D01*
X150699705Y-48401126D01*
X150699867Y-48215460D01*
X150623907Y-48031623D01*
X150483377Y-47890847D01*
X150299673Y-47814567D01*
X150100760Y-47814393D01*
X149916923Y-47890353D01*
X149889380Y-47917848D01*
X149889380Y-41639554D01*
X149966158Y-41562776D01*
X150070200Y-41562867D01*
X150254037Y-41486907D01*
X150394813Y-41346377D01*
X150471093Y-41162673D01*
X150471267Y-40963760D01*
X150395307Y-40779923D01*
X150254777Y-40639147D01*
X150071073Y-40562867D01*
X149872160Y-40562693D01*
X149688323Y-40638653D01*
X149547547Y-40779183D01*
X149471267Y-40962887D01*
X149471175Y-41067810D01*
X149291893Y-41247093D01*
X149216022Y-41360641D01*
X149189380Y-41494580D01*
X149189380Y-54169180D01*
X149214410Y-54295016D01*
X149216022Y-54303119D01*
X149291893Y-54416667D01*
X150104693Y-55229468D01*
X150218241Y-55305338D01*
X150350307Y-55331607D01*
X150424183Y-55405613D01*
X150456341Y-55418966D01*
X150450323Y-55421453D01*
X150309547Y-55561983D01*
X150233267Y-55745687D01*
X150233093Y-55944600D01*
X150309053Y-56128437D01*
X150449583Y-56269213D01*
X150633287Y-56345493D01*
X150832200Y-56345667D01*
X151016037Y-56269707D01*
X151156813Y-56129177D01*
X151233093Y-55945473D01*
X151233267Y-55746560D01*
X151157307Y-55562723D01*
X151016777Y-55421947D01*
X150984619Y-55408594D01*
X150990637Y-55406107D01*
X151131413Y-55265577D01*
X151207693Y-55081873D01*
X151207867Y-54882960D01*
X151131907Y-54699123D01*
X151038121Y-54605172D01*
X151066837Y-54593307D01*
X151207613Y-54452777D01*
X151283893Y-54269073D01*
X151283991Y-54157098D01*
X151299980Y-54173087D01*
X151299980Y-55994073D01*
X150754674Y-56539380D01*
X150098180Y-56539380D01*
X149923665Y-56574093D01*
X149906838Y-56577440D01*
X149744627Y-56685827D01*
X148703227Y-57727227D01*
X148594840Y-57889438D01*
X148556780Y-58080780D01*
X148096140Y-58080780D01*
X148096140Y-57740420D01*
X148069498Y-57606481D01*
X147993627Y-57492933D01*
X147880079Y-57417062D01*
X147749554Y-57391099D01*
X146099700Y-55741246D01*
X146099700Y-53948394D01*
X146174987Y-53873107D01*
X146250858Y-53759560D01*
X146258289Y-53722200D01*
X146277500Y-53625620D01*
X146277500Y-48261140D01*
X146250858Y-48127201D01*
X146250858Y-48127200D01*
X146174987Y-48013652D01*
X145647580Y-47486246D01*
X145647580Y-46499881D01*
X145721213Y-46426377D01*
X145797493Y-46242673D01*
X145797667Y-46043760D01*
X145774664Y-45988090D01*
X145910637Y-45931907D01*
X146051413Y-45791377D01*
X146127693Y-45607673D01*
X146127867Y-45408760D01*
X146051907Y-45224923D01*
X145977780Y-45150666D01*
X145977780Y-45144754D01*
X146561068Y-44561467D01*
X146636510Y-44448559D01*
X146575667Y-44595087D01*
X146575493Y-44794000D01*
X146651453Y-44977837D01*
X146770608Y-45097201D01*
X146741923Y-45109053D01*
X146601147Y-45249583D01*
X146524867Y-45433287D01*
X146524693Y-45632200D01*
X146600653Y-45816037D01*
X146674780Y-45890294D01*
X146674780Y-46632805D01*
X146472493Y-46835093D01*
X146396622Y-46948641D01*
X146369980Y-47082580D01*
X146369980Y-50501420D01*
X146391716Y-50610693D01*
X146396622Y-50635359D01*
X146472493Y-50748907D01*
X146753384Y-51029799D01*
X146753293Y-51133840D01*
X146829253Y-51317677D01*
X146969783Y-51458453D01*
X147153487Y-51534733D01*
X147352400Y-51534907D01*
X147536237Y-51458947D01*
X147677013Y-51318417D01*
X147753293Y-51134713D01*
X147753467Y-50935800D01*
X147724328Y-50865279D01*
X147801187Y-50897193D01*
X148000100Y-50897367D01*
X148183937Y-50821407D01*
X148324713Y-50680877D01*
X148400993Y-50497173D01*
X148401167Y-50298260D01*
X148325207Y-50114423D01*
X148184677Y-49973647D01*
X148000973Y-49897367D01*
X147905740Y-49897284D01*
X147905867Y-49752160D01*
X147829907Y-49568323D01*
X147689377Y-49427547D01*
X147505673Y-49351267D01*
X147501780Y-49351264D01*
X147501780Y-48649954D01*
X148415267Y-47736467D01*
X148491138Y-47622919D01*
X148494084Y-47608107D01*
X148517780Y-47488980D01*
X148517780Y-45660180D01*
X148494143Y-45541347D01*
X148491138Y-45526240D01*
X148415267Y-45412692D01*
X148235976Y-45233401D01*
X148236067Y-45129360D01*
X148160107Y-44945523D01*
X148019577Y-44804747D01*
X147835873Y-44728467D01*
X147636960Y-44728293D01*
X147575529Y-44753676D01*
X147575667Y-44595960D01*
X147499707Y-44412123D01*
X147359177Y-44271347D01*
X147175473Y-44195067D01*
X146976560Y-44194893D01*
X146792723Y-44270853D01*
X146651947Y-44411383D01*
X146637087Y-44447170D01*
X146663580Y-44313980D01*
X146663580Y-39649020D01*
X147717913Y-39649020D01*
X147793873Y-39832857D01*
X147934403Y-39973633D01*
X148118107Y-40049913D01*
X148317020Y-40050087D01*
X148500857Y-39974127D01*
X148641633Y-39833597D01*
X148717913Y-39649893D01*
X148718087Y-39450980D01*
X148642127Y-39267143D01*
X148501597Y-39126367D01*
X148317893Y-39050087D01*
X148118980Y-39049913D01*
X147935143Y-39125873D01*
X147794367Y-39266403D01*
X147718087Y-39450107D01*
X147717913Y-39649020D01*
X146663580Y-39649020D01*
X146663580Y-38722714D01*
X146676853Y-38754837D01*
X146817383Y-38895613D01*
X147001087Y-38971893D01*
X147200000Y-38972067D01*
X147383837Y-38896107D01*
X147524613Y-38755577D01*
X147532700Y-38736100D01*
X154347893Y-38736100D01*
X154423853Y-38919937D01*
X154564383Y-39060713D01*
X154748087Y-39136993D01*
X154947000Y-39137167D01*
X155130837Y-39061207D01*
X155271613Y-38920677D01*
X155347893Y-38736973D01*
X155348067Y-38538060D01*
X155272107Y-38354223D01*
X155131577Y-38213447D01*
X154947873Y-38137167D01*
X154748960Y-38136993D01*
X154565123Y-38212953D01*
X154424347Y-38353483D01*
X154348067Y-38537187D01*
X154347893Y-38736100D01*
X147532700Y-38736100D01*
X147600893Y-38571873D01*
X147601067Y-38372960D01*
X147525107Y-38189123D01*
X147384577Y-38048347D01*
X147200873Y-37972067D01*
X147001960Y-37971893D01*
X146818123Y-38047853D01*
X146677347Y-38188383D01*
X146663580Y-38221538D01*
X146663580Y-37749020D01*
X152347913Y-37749020D01*
X152423873Y-37932857D01*
X152564403Y-38073633D01*
X152748107Y-38149913D01*
X152947020Y-38150087D01*
X153130857Y-38074127D01*
X153271633Y-37933597D01*
X153347913Y-37749893D01*
X153348087Y-37550980D01*
X153272127Y-37367143D01*
X153131597Y-37226367D01*
X152947893Y-37150087D01*
X152748980Y-37149913D01*
X152565143Y-37225873D01*
X152424367Y-37366403D01*
X152348087Y-37550107D01*
X152347913Y-37749020D01*
X146663580Y-37749020D01*
X146663580Y-37659180D01*
X146636938Y-37525241D01*
X146636938Y-37525240D01*
X146561067Y-37411692D01*
X146154667Y-37005293D01*
X146041119Y-36929422D01*
X146039465Y-36929093D01*
X145907180Y-36902780D01*
X145324481Y-36902780D01*
X145250977Y-36829147D01*
X145067273Y-36752867D01*
X144868360Y-36752693D01*
X144684523Y-36828653D01*
X144543747Y-36969183D01*
X144467467Y-37152887D01*
X144467295Y-37349720D01*
X144322260Y-37349593D01*
X144138423Y-37425553D01*
X143997647Y-37566083D01*
X143921367Y-37749787D01*
X143921193Y-37948700D01*
X143486180Y-37948700D01*
X143486180Y-36589800D01*
X146372293Y-36589800D01*
X146448253Y-36773637D01*
X146588783Y-36914413D01*
X146772487Y-36990693D01*
X146971400Y-36990867D01*
X147155237Y-36914907D01*
X147296013Y-36774377D01*
X147330467Y-36691400D01*
X148226493Y-36691400D01*
X148302453Y-36875237D01*
X148442983Y-37016013D01*
X148626687Y-37092293D01*
X148825600Y-37092467D01*
X149009437Y-37016507D01*
X149150213Y-36875977D01*
X149226493Y-36692273D01*
X149226667Y-36493360D01*
X149150707Y-36309523D01*
X149010177Y-36168747D01*
X148861955Y-36107200D01*
X151680893Y-36107200D01*
X151756853Y-36291037D01*
X151897383Y-36431813D01*
X152081087Y-36508093D01*
X152280000Y-36508267D01*
X152463837Y-36432307D01*
X152604613Y-36291777D01*
X152680893Y-36108073D01*
X152681067Y-35909160D01*
X152605107Y-35725323D01*
X152464577Y-35584547D01*
X152280873Y-35508267D01*
X152081960Y-35508093D01*
X151898123Y-35584053D01*
X151757347Y-35724583D01*
X151681067Y-35908287D01*
X151680893Y-36107200D01*
X148861955Y-36107200D01*
X148826473Y-36092467D01*
X148627560Y-36092293D01*
X148443723Y-36168253D01*
X148302947Y-36308783D01*
X148226667Y-36492487D01*
X148226493Y-36691400D01*
X147330467Y-36691400D01*
X147372293Y-36590673D01*
X147372467Y-36391760D01*
X147296507Y-36207923D01*
X147155977Y-36067147D01*
X146972273Y-35990867D01*
X146773360Y-35990693D01*
X146589523Y-36066653D01*
X146448747Y-36207183D01*
X146372467Y-36390887D01*
X146372293Y-36589800D01*
X143486180Y-36589800D01*
X143486180Y-34837200D01*
X148226493Y-34837200D01*
X148302453Y-35021037D01*
X148442983Y-35161813D01*
X148626687Y-35238093D01*
X148825600Y-35238267D01*
X149009437Y-35162307D01*
X149150213Y-35021777D01*
X149226493Y-34838073D01*
X149226667Y-34639160D01*
X149150707Y-34455323D01*
X149010177Y-34314547D01*
X148826473Y-34238267D01*
X148627560Y-34238093D01*
X148443723Y-34314053D01*
X148302947Y-34454583D01*
X148226667Y-34638287D01*
X148226493Y-34837200D01*
X143486180Y-34837200D01*
X143486180Y-33950780D01*
X143486267Y-33851760D01*
X143410307Y-33667923D01*
X143269777Y-33527147D01*
X143165819Y-33483980D01*
X155673780Y-33483980D01*
X155673780Y-33574460D01*
X155611144Y-33600341D01*
X155399982Y-33811135D01*
X155285561Y-34086691D01*
X155285300Y-34385060D01*
X155399241Y-34660816D01*
X155567680Y-34829549D01*
X155388332Y-35008585D01*
X155273911Y-35284141D01*
X155273650Y-35582510D01*
X155387591Y-35858266D01*
X155563120Y-36034102D01*
X155388332Y-36208585D01*
X155273911Y-36484141D01*
X155273650Y-36782510D01*
X155387591Y-37058266D01*
X155563120Y-37234102D01*
X155388332Y-37408585D01*
X155273911Y-37684141D01*
X155273650Y-37982510D01*
X155387591Y-38258266D01*
X155598385Y-38469428D01*
X155673780Y-38500735D01*
X155673780Y-44576058D01*
X155485560Y-44575893D01*
X155301723Y-44651853D01*
X155160947Y-44792383D01*
X155084667Y-44976087D01*
X155084493Y-45175000D01*
X155160453Y-45358837D01*
X155300983Y-45499613D01*
X155484687Y-45575893D01*
X155673780Y-45576058D01*
X155673780Y-89167096D01*
X155599494Y-89197791D01*
X155388332Y-89408585D01*
X155273911Y-89684141D01*
X155273650Y-89982510D01*
X155387591Y-90258266D01*
X155554743Y-90425710D01*
X155361882Y-90618235D01*
X155247461Y-90893791D01*
X155247200Y-91192160D01*
X155361141Y-91467916D01*
X155520091Y-91627143D01*
X155338332Y-91808585D01*
X155223911Y-92084141D01*
X155223650Y-92382510D01*
X155337591Y-92658266D01*
X155538076Y-92859101D01*
X155388332Y-93008585D01*
X155273911Y-93284141D01*
X155273650Y-93582510D01*
X155387591Y-93858266D01*
X155598385Y-94069428D01*
X155673780Y-94100735D01*
X155673780Y-95595746D01*
X155658733Y-95573227D01*
X154464933Y-94379427D01*
X154302722Y-94271040D01*
X154293808Y-94269267D01*
X154111380Y-94232980D01*
X151959422Y-94232980D01*
X151995093Y-94147073D01*
X151995267Y-93948160D01*
X151919307Y-93764323D01*
X151778777Y-93623547D01*
X151595073Y-93547267D01*
X151396160Y-93547093D01*
X151212323Y-93623053D01*
X151071547Y-93763583D01*
X150995267Y-93947287D01*
X150995093Y-94146200D01*
X151030950Y-94232980D01*
X149340087Y-94232980D01*
X149191020Y-94083914D01*
X149191020Y-93699200D01*
X149191107Y-93600180D01*
X149115147Y-93416343D01*
X148974617Y-93275567D01*
X148790913Y-93199287D01*
X148592000Y-93199113D01*
X148408163Y-93275073D01*
X148267387Y-93415603D01*
X148191107Y-93599307D01*
X148190933Y-93798220D01*
X148191020Y-93798431D01*
X148191020Y-94291020D01*
X148226783Y-94470813D01*
X148229080Y-94482362D01*
X148337467Y-94644573D01*
X148779427Y-95086534D01*
X148848620Y-95132767D01*
X148941638Y-95194920D01*
X149132980Y-95232980D01*
X153904274Y-95232980D01*
X154805180Y-96133886D01*
X154805180Y-104190574D01*
X154704374Y-104291380D01*
X153151961Y-104291380D01*
X153168493Y-104274877D01*
X153244773Y-104091173D01*
X153244947Y-103892260D01*
X153168987Y-103708423D01*
X153028457Y-103567647D01*
X152844753Y-103491367D01*
X152645840Y-103491193D01*
X152462003Y-103567153D01*
X152321227Y-103707683D01*
X152244947Y-103891387D01*
X152244773Y-104090300D01*
X152320733Y-104274137D01*
X152337946Y-104291380D01*
X151905487Y-104291380D01*
X151486004Y-103871898D01*
X151645957Y-103805807D01*
X151786733Y-103665277D01*
X151863013Y-103481573D01*
X151863187Y-103282660D01*
X151787227Y-103098823D01*
X151646697Y-102958047D01*
X151462993Y-102881767D01*
X151264080Y-102881593D01*
X151080243Y-102957553D01*
X150939467Y-103098083D01*
X150863187Y-103281787D01*
X150863013Y-103480700D01*
X150938973Y-103664537D01*
X150991297Y-103716953D01*
X150831323Y-103783053D01*
X150690547Y-103923583D01*
X150614267Y-104107287D01*
X150614093Y-104306200D01*
X150690053Y-104490037D01*
X150830583Y-104630813D01*
X150830795Y-104630901D01*
X151344827Y-105144934D01*
X151406157Y-105185913D01*
X151507038Y-105253320D01*
X151698380Y-105291380D01*
X154911480Y-105291380D01*
X155102822Y-105253320D01*
X155265033Y-105144933D01*
X155657853Y-104752113D01*
X155673780Y-104736214D01*
X155673780Y-106564767D01*
X155475400Y-106564593D01*
X155291563Y-106640553D01*
X155150787Y-106781083D01*
X155074507Y-106964787D01*
X155074333Y-107163700D01*
X155150293Y-107347537D01*
X155290823Y-107488313D01*
X155474527Y-107564593D01*
X155673440Y-107564767D01*
X155673780Y-107564627D01*
X155673780Y-175733980D01*
X141639254Y-175733980D01*
X142471667Y-174901568D01*
X142522362Y-174825697D01*
X142547538Y-174788019D01*
X142574180Y-174654080D01*
X142574180Y-172975100D01*
X144225993Y-172975100D01*
X144301953Y-173158937D01*
X144442483Y-173299713D01*
X144626187Y-173375993D01*
X144825100Y-173376167D01*
X145008937Y-173300207D01*
X145056239Y-173252988D01*
X145102883Y-173299713D01*
X145286587Y-173375993D01*
X145485500Y-173376167D01*
X145669337Y-173300207D01*
X145810113Y-173159677D01*
X145886393Y-172975973D01*
X145886567Y-172777060D01*
X145810607Y-172593223D01*
X145736480Y-172518966D01*
X145736480Y-169328680D01*
X146172683Y-169328680D01*
X146172683Y-173578680D01*
X146190115Y-173671324D01*
X146244868Y-173756412D01*
X146328411Y-173813495D01*
X146427580Y-173833577D01*
X148177580Y-173833577D01*
X148270224Y-173816145D01*
X148355312Y-173761392D01*
X148412395Y-173677849D01*
X148432477Y-173578680D01*
X148432477Y-169328680D01*
X148415045Y-169236036D01*
X148360292Y-169150948D01*
X148276749Y-169093865D01*
X148177580Y-169073783D01*
X146427580Y-169073783D01*
X146334936Y-169091215D01*
X146249848Y-169145968D01*
X146192765Y-169229511D01*
X146172683Y-169328680D01*
X145736480Y-169328680D01*
X145736480Y-166866725D01*
X145872537Y-166810507D01*
X146013313Y-166669977D01*
X146089593Y-166486273D01*
X146089767Y-166287360D01*
X146014170Y-166104400D01*
X152861993Y-166104400D01*
X152937953Y-166288237D01*
X153078483Y-166429013D01*
X153262187Y-166505293D01*
X153461100Y-166505467D01*
X153644937Y-166429507D01*
X153719194Y-166355380D01*
X154276480Y-166355380D01*
X154410419Y-166328738D01*
X154523967Y-166252867D01*
X155400267Y-165376568D01*
X155476138Y-165263020D01*
X155485784Y-165214523D01*
X155502780Y-165129080D01*
X155502780Y-140960980D01*
X155476138Y-140827041D01*
X155459166Y-140801641D01*
X155400268Y-140713493D01*
X154765267Y-140078493D01*
X154651719Y-140002622D01*
X154517780Y-139975980D01*
X154011281Y-139975980D01*
X153937777Y-139902347D01*
X153754073Y-139826067D01*
X153555160Y-139825893D01*
X153371323Y-139901853D01*
X153230547Y-140042383D01*
X153154267Y-140226087D01*
X153154093Y-140425000D01*
X153230053Y-140608837D01*
X153370583Y-140749613D01*
X153554287Y-140825893D01*
X153753200Y-140826067D01*
X153937037Y-140750107D01*
X154011294Y-140675980D01*
X154372806Y-140675980D01*
X154802780Y-141105955D01*
X154802780Y-164984105D01*
X154131506Y-165655380D01*
X153719181Y-165655380D01*
X153645677Y-165581747D01*
X153461973Y-165505467D01*
X153263060Y-165505293D01*
X153079223Y-165581253D01*
X152938447Y-165721783D01*
X152862167Y-165905487D01*
X152861993Y-166104400D01*
X146014170Y-166104400D01*
X146013807Y-166103523D01*
X145873277Y-165962747D01*
X145689573Y-165886467D01*
X145490660Y-165886293D01*
X145306823Y-165962253D01*
X145166047Y-166102783D01*
X145089767Y-166286487D01*
X145089654Y-166415934D01*
X145063122Y-166455641D01*
X145036480Y-166589580D01*
X145036480Y-172479297D01*
X145009677Y-172452447D01*
X144825973Y-172376167D01*
X144627060Y-172375993D01*
X144443223Y-172451953D01*
X144302447Y-172592483D01*
X144226167Y-172776187D01*
X144225993Y-172975100D01*
X142574180Y-172975100D01*
X142574180Y-160766900D01*
X142608053Y-160766900D01*
X142684013Y-160950737D01*
X142754548Y-161021396D01*
X142689547Y-161086283D01*
X142613267Y-161269987D01*
X142613093Y-161468900D01*
X142689053Y-161652737D01*
X142829583Y-161793513D01*
X143013287Y-161869793D01*
X143212200Y-161869967D01*
X143396037Y-161794007D01*
X143536813Y-161653477D01*
X143613093Y-161469773D01*
X143613267Y-161270860D01*
X143537307Y-161087023D01*
X143466772Y-161016364D01*
X143531773Y-160951477D01*
X143608053Y-160767773D01*
X143608227Y-160568860D01*
X143532267Y-160385023D01*
X143391737Y-160244247D01*
X143208033Y-160167967D01*
X143009120Y-160167793D01*
X142825283Y-160243753D01*
X142684507Y-160384283D01*
X142608227Y-160567987D01*
X142608053Y-160766900D01*
X142574180Y-160766900D01*
X142574180Y-157483680D01*
X142547538Y-157349741D01*
X142547538Y-157349740D01*
X142471667Y-157236192D01*
X142246675Y-157011200D01*
X146778693Y-157011200D01*
X146854653Y-157195037D01*
X146995183Y-157335813D01*
X147178887Y-157412093D01*
X147377800Y-157412267D01*
X147561637Y-157336307D01*
X147702413Y-157195777D01*
X147778693Y-157012073D01*
X147778867Y-156813160D01*
X147702907Y-156629323D01*
X147562377Y-156488547D01*
X147378673Y-156412267D01*
X147179760Y-156412093D01*
X146995923Y-156488053D01*
X146855147Y-156628583D01*
X146778867Y-156812287D01*
X146778693Y-157011200D01*
X142246675Y-157011200D01*
X141177180Y-155941706D01*
X141177180Y-153776781D01*
X141250813Y-153703277D01*
X141327093Y-153519573D01*
X141327267Y-153320660D01*
X141251307Y-153136823D01*
X141110777Y-152996047D01*
X140927073Y-152919767D01*
X140728160Y-152919593D01*
X140544323Y-152995553D01*
X140403547Y-153136083D01*
X140327267Y-153319787D01*
X140327093Y-153518700D01*
X140403053Y-153702537D01*
X140477180Y-153776794D01*
X140477180Y-156086680D01*
X140496159Y-156182093D01*
X140503822Y-156220619D01*
X140579693Y-156334167D01*
X141874180Y-157628655D01*
X141874180Y-174509105D01*
X141101306Y-175281980D01*
X122816755Y-175281980D01*
X122471267Y-174936493D01*
X122357719Y-174860622D01*
X122223780Y-174833980D01*
X117923780Y-174833980D01*
X117789841Y-174860622D01*
X117676293Y-174936492D01*
X117330806Y-175281980D01*
X81155154Y-175281980D01*
X80038467Y-174165293D01*
X79924919Y-174089422D01*
X79790980Y-174062780D01*
X58861380Y-174062780D01*
X58749662Y-174085002D01*
X58727440Y-174089422D01*
X58613892Y-174165293D01*
X57446406Y-175332780D01*
X49333114Y-175332780D01*
X49365237Y-175319507D01*
X49506013Y-175178977D01*
X49582293Y-174995273D01*
X49582467Y-174796360D01*
X49506507Y-174612523D01*
X49365977Y-174471747D01*
X49182273Y-174395467D01*
X48983360Y-174395293D01*
X48799523Y-174471253D01*
X48658747Y-174611783D01*
X48582467Y-174795487D01*
X48582450Y-174814875D01*
X47425780Y-173658206D01*
X47425780Y-171578100D01*
X49407793Y-171578100D01*
X49483753Y-171761937D01*
X49624283Y-171902713D01*
X49807987Y-171978993D01*
X50006900Y-171979167D01*
X50190737Y-171903207D01*
X50331513Y-171762677D01*
X50407793Y-171578973D01*
X50407967Y-171380060D01*
X50332007Y-171196223D01*
X50191477Y-171055447D01*
X50007773Y-170979167D01*
X49808860Y-170978993D01*
X49625023Y-171054953D01*
X49484247Y-171195483D01*
X49407967Y-171379187D01*
X49407793Y-171578100D01*
X47425780Y-171578100D01*
X47425780Y-169732605D01*
X47477153Y-169856937D01*
X47617683Y-169997713D01*
X47801387Y-170073993D01*
X48000300Y-170074167D01*
X48184137Y-169998207D01*
X48324913Y-169857677D01*
X48364641Y-169762000D01*
X50487293Y-169762000D01*
X50563253Y-169945837D01*
X50703783Y-170086613D01*
X50887487Y-170162893D01*
X51086400Y-170163067D01*
X51196180Y-170117707D01*
X51196180Y-170788005D01*
X50739893Y-171244293D01*
X50664022Y-171357841D01*
X50637380Y-171491780D01*
X50637380Y-172912679D01*
X50563747Y-172986183D01*
X50487467Y-173169887D01*
X50487293Y-173368800D01*
X50563253Y-173552637D01*
X50703783Y-173693413D01*
X50887487Y-173769693D01*
X51086400Y-173769867D01*
X51270237Y-173693907D01*
X51411013Y-173553377D01*
X51487293Y-173369673D01*
X51487467Y-173170760D01*
X51411507Y-172986923D01*
X51337380Y-172912666D01*
X51337380Y-171636754D01*
X51793668Y-171180467D01*
X51869538Y-171066919D01*
X51896180Y-170932980D01*
X51896180Y-169114300D01*
X52976493Y-169114300D01*
X53052453Y-169298137D01*
X53192983Y-169438913D01*
X53376687Y-169515193D01*
X53575600Y-169515367D01*
X53759437Y-169439407D01*
X53900213Y-169298877D01*
X53976493Y-169115173D01*
X53976667Y-168916260D01*
X53900707Y-168732423D01*
X53760177Y-168591647D01*
X53576473Y-168515367D01*
X53377560Y-168515193D01*
X53193723Y-168591153D01*
X53052947Y-168731683D01*
X52976667Y-168915387D01*
X52976493Y-169114300D01*
X51896180Y-169114300D01*
X51896180Y-166159281D01*
X51969813Y-166085777D01*
X52046093Y-165902073D01*
X52046267Y-165703160D01*
X51970307Y-165519323D01*
X51829777Y-165378547D01*
X51646073Y-165302267D01*
X51447160Y-165302093D01*
X51263323Y-165378053D01*
X51122547Y-165518583D01*
X51046267Y-165702287D01*
X51046093Y-165901200D01*
X51122053Y-166085037D01*
X51196180Y-166159294D01*
X51196180Y-167899221D01*
X51150773Y-167880367D01*
X50951860Y-167880193D01*
X50768023Y-167956153D01*
X50627247Y-168096683D01*
X50550967Y-168280387D01*
X50550793Y-168479300D01*
X50626753Y-168663137D01*
X50767283Y-168803913D01*
X50950987Y-168880193D01*
X51149900Y-168880367D01*
X51196180Y-168861244D01*
X51196180Y-169208289D01*
X51087273Y-169163067D01*
X50888360Y-169162893D01*
X50704523Y-169238853D01*
X50563747Y-169379383D01*
X50487467Y-169563087D01*
X50487293Y-169762000D01*
X48364641Y-169762000D01*
X48401193Y-169673973D01*
X48401367Y-169475060D01*
X48325407Y-169291223D01*
X48251280Y-169216966D01*
X48251280Y-164709980D01*
X48229058Y-164598262D01*
X48224638Y-164576040D01*
X48148767Y-164462492D01*
X48114275Y-164428000D01*
X48544193Y-164428000D01*
X48620153Y-164611837D01*
X48760683Y-164752613D01*
X48944387Y-164828893D01*
X49143300Y-164829067D01*
X49146319Y-164827819D01*
X49141347Y-164832783D01*
X49065067Y-165016487D01*
X49064893Y-165215400D01*
X49140853Y-165399237D01*
X49281383Y-165540013D01*
X49465087Y-165616293D01*
X49664000Y-165616467D01*
X49847837Y-165540507D01*
X49988613Y-165399977D01*
X50064893Y-165216273D01*
X50065067Y-165017360D01*
X49989107Y-164833523D01*
X49848577Y-164692747D01*
X49664873Y-164616467D01*
X49465960Y-164616293D01*
X49462941Y-164617541D01*
X49467913Y-164612577D01*
X49544193Y-164428873D01*
X49544367Y-164229960D01*
X49468407Y-164046123D01*
X49327877Y-163905347D01*
X49144173Y-163829067D01*
X48945260Y-163828893D01*
X48761423Y-163904853D01*
X48620647Y-164045383D01*
X48544367Y-164229087D01*
X48544193Y-164428000D01*
X48114275Y-164428000D01*
X46928076Y-163241802D01*
X46928167Y-163137760D01*
X46852207Y-162953923D01*
X46711677Y-162813147D01*
X46527973Y-162736867D01*
X46329060Y-162736693D01*
X46155780Y-162808291D01*
X46155780Y-162726200D01*
X47032893Y-162726200D01*
X47108853Y-162910037D01*
X47249383Y-163050813D01*
X47433087Y-163127093D01*
X47632000Y-163127267D01*
X47815837Y-163051307D01*
X47956613Y-162910777D01*
X48032893Y-162727073D01*
X48033067Y-162528160D01*
X47957107Y-162344323D01*
X47816577Y-162203547D01*
X47632873Y-162127267D01*
X47433960Y-162127093D01*
X47250123Y-162203053D01*
X47109347Y-162343583D01*
X47033067Y-162527287D01*
X47032893Y-162726200D01*
X46155780Y-162726200D01*
X46155780Y-158339854D01*
X46307267Y-158188368D01*
X46383138Y-158074820D01*
X46391409Y-158033237D01*
X46409780Y-157940880D01*
X46409780Y-155731080D01*
X46383138Y-155597141D01*
X46383138Y-155597140D01*
X46307267Y-155483592D01*
X46102346Y-155278671D01*
X46163087Y-155303893D01*
X46362000Y-155304067D01*
X46545837Y-155228107D01*
X46686613Y-155087577D01*
X46762893Y-154903873D01*
X46763067Y-154704960D01*
X46687107Y-154521123D01*
X46546577Y-154380347D01*
X46362873Y-154304067D01*
X46163960Y-154303893D01*
X46054180Y-154349253D01*
X46054180Y-149393780D01*
X46027538Y-149259841D01*
X45952719Y-149147867D01*
X45951667Y-149146292D01*
X45505370Y-148699995D01*
X45587300Y-148700067D01*
X45771137Y-148624107D01*
X45911913Y-148483577D01*
X45988193Y-148299873D01*
X45988367Y-148100960D01*
X45912407Y-147917123D01*
X45771877Y-147776347D01*
X45588173Y-147700067D01*
X45389260Y-147699893D01*
X45205423Y-147775853D01*
X45064647Y-147916383D01*
X45025480Y-148010708D01*
X45025480Y-146293741D01*
X45064153Y-146387337D01*
X45204683Y-146528113D01*
X45388387Y-146604393D01*
X45587300Y-146604567D01*
X45771137Y-146528607D01*
X45911913Y-146388077D01*
X45988193Y-146204373D01*
X45988367Y-146005460D01*
X45912407Y-145821623D01*
X45771877Y-145680847D01*
X45588173Y-145604567D01*
X45389260Y-145604393D01*
X45205423Y-145680353D01*
X45064647Y-145820883D01*
X45025480Y-145915208D01*
X45025480Y-144933500D01*
X45115193Y-144933500D01*
X45191153Y-145117337D01*
X45331683Y-145258113D01*
X45515387Y-145334393D01*
X45714300Y-145334567D01*
X45898137Y-145258607D01*
X46038913Y-145118077D01*
X46115193Y-144934373D01*
X46115367Y-144735460D01*
X46039407Y-144551623D01*
X45898877Y-144410847D01*
X45715173Y-144334567D01*
X45516260Y-144334393D01*
X45332423Y-144410353D01*
X45191647Y-144550883D01*
X45115367Y-144734587D01*
X45115193Y-144933500D01*
X45025480Y-144933500D01*
X45025480Y-141644200D01*
X45381893Y-141644200D01*
X45457853Y-141828037D01*
X45517772Y-141888061D01*
X45458347Y-141947383D01*
X45382067Y-142131087D01*
X45381893Y-142330000D01*
X45457853Y-142513837D01*
X45598383Y-142654613D01*
X45782087Y-142730893D01*
X45981000Y-142731067D01*
X46164837Y-142655107D01*
X46305613Y-142514577D01*
X46381893Y-142330873D01*
X46382067Y-142131960D01*
X46306107Y-141948123D01*
X46246188Y-141888099D01*
X46305613Y-141828777D01*
X46381893Y-141645073D01*
X46382067Y-141446160D01*
X46306107Y-141262323D01*
X46165577Y-141121547D01*
X45981873Y-141045267D01*
X45782960Y-141045093D01*
X45599123Y-141121053D01*
X45458347Y-141261583D01*
X45382067Y-141445287D01*
X45381893Y-141644200D01*
X45025480Y-141644200D01*
X45025480Y-138923054D01*
X46928980Y-140826554D01*
X46928980Y-159171279D01*
X46855347Y-159244783D01*
X46779067Y-159428487D01*
X46778893Y-159627400D01*
X46854853Y-159811237D01*
X46995383Y-159952013D01*
X47179087Y-160028293D01*
X47378000Y-160028467D01*
X47561837Y-159952507D01*
X47702613Y-159811977D01*
X47778893Y-159628273D01*
X47778915Y-159602000D01*
X52100193Y-159602000D01*
X52176153Y-159785837D01*
X52316683Y-159926613D01*
X52500387Y-160002893D01*
X52699300Y-160003067D01*
X52883137Y-159927107D01*
X53023913Y-159786577D01*
X53100193Y-159602873D01*
X53100367Y-159403960D01*
X53024407Y-159220123D01*
X52883877Y-159079347D01*
X52700173Y-159003067D01*
X52501260Y-159002893D01*
X52317423Y-159078853D01*
X52176647Y-159219383D01*
X52100367Y-159403087D01*
X52100193Y-159602000D01*
X47778915Y-159602000D01*
X47779067Y-159429360D01*
X47703107Y-159245523D01*
X47628980Y-159171266D01*
X47628980Y-156528671D01*
X47737887Y-156573893D01*
X47936800Y-156574067D01*
X48048983Y-156527714D01*
X48048893Y-156630200D01*
X48124853Y-156814037D01*
X48265383Y-156954813D01*
X48348803Y-156989452D01*
X48277747Y-157060383D01*
X48201467Y-157244087D01*
X48201293Y-157443000D01*
X48277253Y-157626837D01*
X48417783Y-157767613D01*
X48601487Y-157843893D01*
X48800400Y-157844067D01*
X48984237Y-157768107D01*
X49065035Y-157687451D01*
X49064893Y-157849400D01*
X49140853Y-158033237D01*
X49281383Y-158174013D01*
X49465087Y-158250293D01*
X49664000Y-158250467D01*
X49847837Y-158174507D01*
X49988613Y-158033977D01*
X50064893Y-157850273D01*
X50065067Y-157651360D01*
X49989107Y-157467523D01*
X49848577Y-157326747D01*
X49664873Y-157250467D01*
X49465960Y-157250293D01*
X49282123Y-157326253D01*
X49201325Y-157406909D01*
X49201467Y-157244960D01*
X49125507Y-157061123D01*
X48984977Y-156920347D01*
X48901557Y-156885708D01*
X48972613Y-156814777D01*
X49048893Y-156631073D01*
X49049067Y-156432160D01*
X48973107Y-156248323D01*
X48832577Y-156107547D01*
X48648873Y-156031267D01*
X48449960Y-156031093D01*
X48337777Y-156077446D01*
X48337867Y-155974960D01*
X48261907Y-155791123D01*
X48121377Y-155650347D01*
X47937673Y-155574067D01*
X47738760Y-155573893D01*
X47628980Y-155619253D01*
X47628980Y-155127365D01*
X47687087Y-155151493D01*
X47886000Y-155151667D01*
X47911010Y-155141333D01*
X47972453Y-155290037D01*
X48112983Y-155430813D01*
X48296687Y-155507093D01*
X48495600Y-155507267D01*
X48679437Y-155431307D01*
X48820213Y-155290777D01*
X48896493Y-155107073D01*
X48896667Y-154908160D01*
X48820707Y-154724323D01*
X48746580Y-154650066D01*
X48746580Y-139563980D01*
X48719938Y-139430041D01*
X48680206Y-139370578D01*
X48644068Y-139316493D01*
X48460864Y-139133289D01*
X48499887Y-139149493D01*
X48698800Y-139149667D01*
X48882637Y-139073707D01*
X48935580Y-139020857D01*
X48935580Y-152378280D01*
X48954559Y-152473693D01*
X48962222Y-152512219D01*
X49038093Y-152625767D01*
X49672180Y-153259855D01*
X49672180Y-153754473D01*
X49552233Y-153704667D01*
X49353320Y-153704493D01*
X49169483Y-153780453D01*
X49028707Y-153920983D01*
X48952427Y-154104687D01*
X48952253Y-154303600D01*
X49028213Y-154487437D01*
X49168743Y-154628213D01*
X49352447Y-154704493D01*
X49551360Y-154704667D01*
X49672180Y-154654745D01*
X49672180Y-155083380D01*
X49696328Y-155204780D01*
X49698822Y-155217319D01*
X49774693Y-155330867D01*
X51711030Y-157267205D01*
X51568123Y-157326253D01*
X51427347Y-157466783D01*
X51351067Y-157650487D01*
X51350893Y-157849400D01*
X51426853Y-158033237D01*
X51567383Y-158174013D01*
X51751087Y-158250293D01*
X51950000Y-158250467D01*
X52133837Y-158174507D01*
X52274613Y-158033977D01*
X52334229Y-157890404D01*
X53634580Y-159190755D01*
X53634580Y-162895421D01*
X53589173Y-162876567D01*
X53390260Y-162876393D01*
X53206423Y-162952353D01*
X53065647Y-163092883D01*
X52989367Y-163276587D01*
X52989193Y-163475500D01*
X53065153Y-163659337D01*
X53205683Y-163800113D01*
X53389387Y-163876393D01*
X53588300Y-163876567D01*
X53634580Y-163857444D01*
X53634580Y-164412605D01*
X53329202Y-164717984D01*
X53225160Y-164717893D01*
X53041323Y-164793853D01*
X52900547Y-164934383D01*
X52824267Y-165118087D01*
X52824093Y-165317000D01*
X52900053Y-165500837D01*
X53040583Y-165641613D01*
X53224287Y-165717893D01*
X53423200Y-165718067D01*
X53607037Y-165642107D01*
X53747813Y-165501577D01*
X53824093Y-165317873D01*
X53824185Y-165212950D01*
X54232068Y-164805067D01*
X54307938Y-164691519D01*
X54334580Y-164557580D01*
X54334580Y-162844659D01*
X54341887Y-162847693D01*
X54540800Y-162847867D01*
X54724637Y-162771907D01*
X54865413Y-162631377D01*
X54879180Y-162598222D01*
X54879180Y-164073479D01*
X54805547Y-164146983D01*
X54729267Y-164330687D01*
X54729093Y-164529600D01*
X54805053Y-164713437D01*
X54945583Y-164854213D01*
X55129287Y-164930493D01*
X55328200Y-164930667D01*
X55512037Y-164854707D01*
X55590380Y-164776501D01*
X55590380Y-164835567D01*
X55465947Y-164959783D01*
X55389667Y-165143487D01*
X55389493Y-165342400D01*
X55465453Y-165526237D01*
X55605983Y-165667013D01*
X55767504Y-165734082D01*
X54499093Y-167002493D01*
X54423222Y-167116041D01*
X54396580Y-167249980D01*
X54396580Y-170664483D01*
X54236873Y-170598167D01*
X54037960Y-170597993D01*
X53885978Y-170660791D01*
X53747477Y-170522047D01*
X53563773Y-170445767D01*
X53364860Y-170445593D01*
X53181023Y-170521553D01*
X53040247Y-170662083D01*
X52963967Y-170845787D01*
X52963793Y-171044700D01*
X53039753Y-171228537D01*
X53180283Y-171369313D01*
X53363987Y-171445593D01*
X53562900Y-171445767D01*
X53714882Y-171382969D01*
X53853383Y-171521713D01*
X54037087Y-171597993D01*
X54236000Y-171598167D01*
X54396580Y-171531817D01*
X54396580Y-171880205D01*
X54091202Y-172185584D01*
X53987160Y-172185493D01*
X53976636Y-172189841D01*
X53976667Y-172154760D01*
X53900707Y-171970923D01*
X53760177Y-171830147D01*
X53576473Y-171753867D01*
X53377560Y-171753693D01*
X53193723Y-171829653D01*
X53052947Y-171970183D01*
X52976667Y-172153887D01*
X52976493Y-172352800D01*
X53052453Y-172536637D01*
X53137817Y-172622150D01*
X53002147Y-172757583D01*
X52925867Y-172941287D01*
X52925693Y-173140200D01*
X53001653Y-173324037D01*
X53142183Y-173464813D01*
X53325887Y-173541093D01*
X53524800Y-173541267D01*
X53708637Y-173465307D01*
X53849413Y-173324777D01*
X53918872Y-173157500D01*
X53986287Y-173185493D01*
X54185200Y-173185667D01*
X54369037Y-173109707D01*
X54509813Y-172969177D01*
X54586093Y-172785473D01*
X54586185Y-172680550D01*
X54994068Y-172272667D01*
X55069938Y-172159119D01*
X55096580Y-172025180D01*
X55096580Y-170609554D01*
X55680193Y-171193167D01*
X55793740Y-171269038D01*
X55815962Y-171273458D01*
X55862420Y-171282699D01*
X55948883Y-171369313D01*
X56132587Y-171445593D01*
X56331500Y-171445767D01*
X56515337Y-171369807D01*
X56656113Y-171229277D01*
X56682580Y-171165537D01*
X56682580Y-171981805D01*
X56454893Y-172209493D01*
X56430218Y-172246422D01*
X56345073Y-172211067D01*
X56146160Y-172210893D01*
X55962323Y-172286853D01*
X55821547Y-172427383D01*
X55745267Y-172611087D01*
X55745093Y-172810000D01*
X55821053Y-172993837D01*
X55961583Y-173134613D01*
X56145287Y-173210893D01*
X56344200Y-173211067D01*
X56378316Y-173196970D01*
X56379022Y-173200519D01*
X56454893Y-173314067D01*
X56861292Y-173720467D01*
X56974840Y-173796338D01*
X56997062Y-173800758D01*
X57108780Y-173822980D01*
X60154106Y-173822980D01*
X60209287Y-173845893D01*
X60408200Y-173846067D01*
X60592037Y-173770107D01*
X60732813Y-173629577D01*
X60809093Y-173445873D01*
X60809267Y-173246960D01*
X60733307Y-173063123D01*
X60592777Y-172922347D01*
X60409073Y-172846067D01*
X60210160Y-172845893D01*
X60047181Y-172913235D01*
X60047267Y-172815160D01*
X59971307Y-172631323D01*
X59830777Y-172490547D01*
X59647073Y-172414267D01*
X59448160Y-172414093D01*
X59264323Y-172490053D01*
X59123547Y-172630583D01*
X59047267Y-172814287D01*
X59047093Y-173013200D01*
X59092453Y-173122980D01*
X57253755Y-173122980D01*
X57052380Y-172921606D01*
X57052380Y-172601954D01*
X57280067Y-172374268D01*
X57355938Y-172260720D01*
X57366127Y-172209493D01*
X57382580Y-172126780D01*
X57382580Y-171705100D01*
X58945493Y-171705100D01*
X59021453Y-171888937D01*
X59161983Y-172029713D01*
X59345687Y-172105993D01*
X59544600Y-172106167D01*
X59728437Y-172030207D01*
X59785543Y-171973200D01*
X65796453Y-171973200D01*
X65872413Y-172157037D01*
X66012943Y-172297813D01*
X66196647Y-172374093D01*
X66395560Y-172374267D01*
X66579397Y-172298307D01*
X66720173Y-172157777D01*
X66796453Y-171974073D01*
X66796627Y-171775160D01*
X66720667Y-171591323D01*
X66580137Y-171450547D01*
X66396433Y-171374267D01*
X66197520Y-171374093D01*
X66013683Y-171450053D01*
X65872907Y-171590583D01*
X65796627Y-171774287D01*
X65796453Y-171973200D01*
X59785543Y-171973200D01*
X59869213Y-171889677D01*
X59945493Y-171705973D01*
X59945667Y-171507060D01*
X59906803Y-171413000D01*
X60190093Y-171413000D01*
X60266053Y-171596837D01*
X60406583Y-171737613D01*
X60590287Y-171813893D01*
X60789200Y-171814067D01*
X60973037Y-171738107D01*
X61113813Y-171597577D01*
X61190093Y-171413873D01*
X61190165Y-171331307D01*
X61373400Y-171331467D01*
X61557237Y-171255507D01*
X61698013Y-171114977D01*
X61774293Y-170931273D01*
X61774467Y-170732360D01*
X61698507Y-170548523D01*
X61557977Y-170407747D01*
X61374273Y-170331467D01*
X61175360Y-170331293D01*
X60991523Y-170407253D01*
X60850747Y-170547783D01*
X60774467Y-170731487D01*
X60774395Y-170814053D01*
X60591160Y-170813893D01*
X60407323Y-170889853D01*
X60266547Y-171030383D01*
X60190267Y-171214087D01*
X60190093Y-171413000D01*
X59906803Y-171413000D01*
X59869707Y-171323223D01*
X59729177Y-171182447D01*
X59545473Y-171106167D01*
X59346560Y-171105993D01*
X59162723Y-171181953D01*
X59021947Y-171322483D01*
X58945667Y-171506187D01*
X58945493Y-171705100D01*
X57382580Y-171705100D01*
X57382580Y-170907580D01*
X57358668Y-170787367D01*
X57455137Y-170747507D01*
X57595913Y-170606977D01*
X57672193Y-170423273D01*
X57672285Y-170318349D01*
X57813467Y-170177167D01*
X57889338Y-170063619D01*
X57915980Y-169929680D01*
X57915980Y-169711200D01*
X132173693Y-169711200D01*
X132249653Y-169895037D01*
X132390183Y-170035813D01*
X132573887Y-170112093D01*
X132772800Y-170112267D01*
X132956637Y-170036307D01*
X133097413Y-169895777D01*
X133173693Y-169712073D01*
X133173718Y-169683211D01*
X133240253Y-169844237D01*
X133380783Y-169985013D01*
X133564487Y-170061293D01*
X133763400Y-170061467D01*
X133947237Y-169985507D01*
X134088013Y-169844977D01*
X134164293Y-169661273D01*
X134164467Y-169462360D01*
X134088507Y-169278523D01*
X133947977Y-169137747D01*
X133764273Y-169061467D01*
X133565360Y-169061293D01*
X133381523Y-169137253D01*
X133240747Y-169277783D01*
X133164467Y-169461487D01*
X133164442Y-169490349D01*
X133097907Y-169329323D01*
X132957377Y-169188547D01*
X132773673Y-169112267D01*
X132574760Y-169112093D01*
X132390923Y-169188053D01*
X132250147Y-169328583D01*
X132173867Y-169512287D01*
X132173693Y-169711200D01*
X57915980Y-169711200D01*
X57915980Y-168009400D01*
X59682093Y-168009400D01*
X59758053Y-168193237D01*
X59898583Y-168334013D01*
X60082287Y-168410293D01*
X60281200Y-168410467D01*
X60465037Y-168334507D01*
X60605813Y-168193977D01*
X60644959Y-168099700D01*
X63573953Y-168099700D01*
X63649913Y-168283537D01*
X63790443Y-168424313D01*
X63974147Y-168500593D01*
X64173060Y-168500767D01*
X64356897Y-168424807D01*
X64497640Y-168284310D01*
X64611943Y-168398813D01*
X64795647Y-168475093D01*
X64994560Y-168475267D01*
X65107744Y-168428500D01*
X128935193Y-168428500D01*
X129011153Y-168612337D01*
X129151683Y-168753113D01*
X129335387Y-168829393D01*
X129534300Y-168829567D01*
X129718137Y-168753607D01*
X129803606Y-168668288D01*
X129888283Y-168753113D01*
X130071987Y-168829393D01*
X130270900Y-168829567D01*
X130454737Y-168753607D01*
X130595513Y-168613077D01*
X130671793Y-168429373D01*
X130671967Y-168230460D01*
X130596007Y-168046623D01*
X130455477Y-167905847D01*
X130271773Y-167829567D01*
X130072860Y-167829393D01*
X129889023Y-167905353D01*
X129803554Y-167990672D01*
X129718877Y-167905847D01*
X129535173Y-167829567D01*
X129336260Y-167829393D01*
X129152423Y-167905353D01*
X129011647Y-168045883D01*
X128935367Y-168229587D01*
X128935193Y-168428500D01*
X65107744Y-168428500D01*
X65178397Y-168399307D01*
X65319173Y-168258777D01*
X65395453Y-168075073D01*
X65395627Y-167876160D01*
X65319667Y-167692323D01*
X65179137Y-167551547D01*
X64995433Y-167475267D01*
X64796520Y-167475093D01*
X64612683Y-167551053D01*
X64471940Y-167691550D01*
X64357637Y-167577047D01*
X64173933Y-167500767D01*
X63975020Y-167500593D01*
X63791183Y-167576553D01*
X63650407Y-167717083D01*
X63574127Y-167900787D01*
X63573953Y-168099700D01*
X60644959Y-168099700D01*
X60682093Y-168010273D01*
X60682267Y-167811360D01*
X60606307Y-167627523D01*
X60465777Y-167486747D01*
X60282073Y-167410467D01*
X60083160Y-167410293D01*
X59899323Y-167486253D01*
X59758547Y-167626783D01*
X59682267Y-167810487D01*
X59682093Y-168009400D01*
X57915980Y-168009400D01*
X57915980Y-166893200D01*
X65986953Y-166893200D01*
X66062913Y-167077037D01*
X66203443Y-167217813D01*
X66387147Y-167294093D01*
X66586060Y-167294267D01*
X66769897Y-167218307D01*
X66910673Y-167077777D01*
X66986953Y-166894073D01*
X66987127Y-166695160D01*
X66911167Y-166511323D01*
X66900563Y-166500700D01*
X132196453Y-166500700D01*
X132272413Y-166684537D01*
X132412943Y-166825313D01*
X132596647Y-166901593D01*
X132795560Y-166901767D01*
X132979397Y-166825807D01*
X133120173Y-166685277D01*
X133172057Y-166560326D01*
X133227553Y-166694637D01*
X133368083Y-166835413D01*
X133551787Y-166911693D01*
X133750700Y-166911867D01*
X133934537Y-166835907D01*
X134075313Y-166695377D01*
X134151593Y-166511673D01*
X134151599Y-166504973D01*
X134864692Y-167218067D01*
X134978240Y-167293938D01*
X134999668Y-167298200D01*
X135112180Y-167320580D01*
X137227806Y-167320580D01*
X137708580Y-167801355D01*
X137708580Y-168493648D01*
X137645668Y-168399493D01*
X136985267Y-167739093D01*
X136871719Y-167663222D01*
X136737780Y-167636580D01*
X133677030Y-167636580D01*
X133631307Y-167525923D01*
X133490777Y-167385147D01*
X133307073Y-167308867D01*
X133108160Y-167308693D01*
X132924323Y-167384653D01*
X132783547Y-167525183D01*
X132707267Y-167708887D01*
X132707093Y-167907800D01*
X132783053Y-168091637D01*
X132923583Y-168232413D01*
X133107287Y-168308693D01*
X133249363Y-168308817D01*
X133251040Y-168309938D01*
X133273262Y-168314358D01*
X133384980Y-168336580D01*
X136592806Y-168336580D01*
X137048180Y-168791955D01*
X137048180Y-170697606D01*
X136274980Y-169924406D01*
X136274980Y-169321581D01*
X136348613Y-169248077D01*
X136424893Y-169064373D01*
X136425067Y-168865460D01*
X136349107Y-168681623D01*
X136208577Y-168540847D01*
X136024873Y-168464567D01*
X135825960Y-168464393D01*
X135642123Y-168540353D01*
X135501347Y-168680883D01*
X135425067Y-168864587D01*
X135424893Y-169063500D01*
X135500853Y-169247337D01*
X135574980Y-169321594D01*
X135574980Y-170069380D01*
X135596420Y-170177167D01*
X135601622Y-170203319D01*
X135677493Y-170316867D01*
X136489380Y-171128754D01*
X136489380Y-173166679D01*
X136415747Y-173240183D01*
X136339467Y-173423887D01*
X136339293Y-173622800D01*
X136415253Y-173806637D01*
X136555783Y-173947413D01*
X136739487Y-174023693D01*
X136906373Y-174023839D01*
X136974053Y-174187637D01*
X137114583Y-174328413D01*
X137298287Y-174404693D01*
X137497200Y-174404867D01*
X137681037Y-174328907D01*
X137715639Y-174294365D01*
X137774983Y-174353813D01*
X137958687Y-174430093D01*
X138157600Y-174430267D01*
X138341437Y-174354307D01*
X138452306Y-174243632D01*
X138511583Y-174303013D01*
X138695287Y-174379293D01*
X138894200Y-174379467D01*
X139078037Y-174303507D01*
X139218813Y-174162977D01*
X139295093Y-173979273D01*
X139295267Y-173780360D01*
X139219307Y-173596523D01*
X139078777Y-173455747D01*
X138895073Y-173379467D01*
X138790150Y-173379375D01*
X138738780Y-173328006D01*
X138738780Y-163687900D01*
X140106153Y-163687900D01*
X140182113Y-163871737D01*
X140322643Y-164012513D01*
X140506347Y-164088793D01*
X140705260Y-164088967D01*
X140889097Y-164013007D01*
X141029873Y-163872477D01*
X141106153Y-163688773D01*
X141106327Y-163489860D01*
X141030367Y-163306023D01*
X140889837Y-163165247D01*
X140706133Y-163088967D01*
X140507220Y-163088793D01*
X140323383Y-163164753D01*
X140182607Y-163305283D01*
X140106327Y-163488987D01*
X140106153Y-163687900D01*
X138738780Y-163687900D01*
X138738780Y-158598700D01*
X139044393Y-158598700D01*
X139120353Y-158782537D01*
X139260883Y-158923313D01*
X139444587Y-158999593D01*
X139643500Y-158999767D01*
X139827337Y-158923807D01*
X139968113Y-158783277D01*
X139988937Y-158733127D01*
X140009353Y-158782537D01*
X140149883Y-158923313D01*
X140333587Y-158999593D01*
X140532500Y-158999767D01*
X140716337Y-158923807D01*
X140857113Y-158783277D01*
X140933393Y-158599573D01*
X140933567Y-158400660D01*
X140857607Y-158216823D01*
X140717077Y-158076047D01*
X140533373Y-157999767D01*
X140334460Y-157999593D01*
X140150623Y-158075553D01*
X140009847Y-158216083D01*
X139989023Y-158266233D01*
X139968607Y-158216823D01*
X139828077Y-158076047D01*
X139644373Y-157999767D01*
X139445460Y-157999593D01*
X139261623Y-158075553D01*
X139120847Y-158216083D01*
X139044567Y-158399787D01*
X139044393Y-158598700D01*
X138738780Y-158598700D01*
X138738780Y-154021854D01*
X138902054Y-153858580D01*
X139352479Y-153858580D01*
X139425983Y-153932213D01*
X139609687Y-154008493D01*
X139808600Y-154008667D01*
X139992437Y-153932707D01*
X140133213Y-153792177D01*
X140209493Y-153608473D01*
X140209667Y-153409560D01*
X140133707Y-153225723D01*
X139993177Y-153084947D01*
X139809473Y-153008667D01*
X139610560Y-153008493D01*
X139426723Y-153084453D01*
X139352466Y-153158580D01*
X138757080Y-153158580D01*
X138623141Y-153185222D01*
X138509593Y-153261093D01*
X138141293Y-153629393D01*
X138065422Y-153742941D01*
X138038780Y-153876880D01*
X138038780Y-167141605D01*
X137620267Y-166723093D01*
X137506719Y-166647222D01*
X137372780Y-166620580D01*
X135257155Y-166620580D01*
X134138976Y-165502402D01*
X134139067Y-165398360D01*
X134063107Y-165214523D01*
X133922577Y-165073747D01*
X133738873Y-164997467D01*
X133539960Y-164997293D01*
X133356123Y-165073253D01*
X133215347Y-165213783D01*
X133139067Y-165397487D01*
X133138893Y-165596400D01*
X133214853Y-165780237D01*
X133355383Y-165921013D01*
X133442528Y-165957199D01*
X133368823Y-165987653D01*
X133228047Y-166128183D01*
X133176163Y-166253134D01*
X133120667Y-166118823D01*
X132980137Y-165978047D01*
X132796433Y-165901767D01*
X132597520Y-165901593D01*
X132413683Y-165977553D01*
X132272907Y-166118083D01*
X132196627Y-166301787D01*
X132196453Y-166500700D01*
X66900563Y-166500700D01*
X66770637Y-166370547D01*
X66586933Y-166294267D01*
X66388020Y-166294093D01*
X66204183Y-166370053D01*
X66063407Y-166510583D01*
X65987127Y-166694287D01*
X65986953Y-166893200D01*
X57915980Y-166893200D01*
X57915980Y-161730754D01*
X59108867Y-160537868D01*
X59184738Y-160424320D01*
X59189644Y-160399653D01*
X59211380Y-160290380D01*
X59211380Y-159306555D01*
X59273380Y-159368555D01*
X59273380Y-165445079D01*
X59199747Y-165518583D01*
X59123467Y-165702287D01*
X59123293Y-165901200D01*
X59199253Y-166085037D01*
X59339783Y-166225813D01*
X59523487Y-166302093D01*
X59722400Y-166302267D01*
X59906237Y-166226307D01*
X60047013Y-166085777D01*
X60123293Y-165902073D01*
X60123467Y-165703160D01*
X60079355Y-165596400D01*
X130421093Y-165596400D01*
X130497053Y-165780237D01*
X130637583Y-165921013D01*
X130821287Y-165997293D01*
X131020200Y-165997467D01*
X131204037Y-165921507D01*
X131344813Y-165780977D01*
X131421093Y-165597273D01*
X131421267Y-165398360D01*
X131345307Y-165214523D01*
X131204777Y-165073747D01*
X131021073Y-164997467D01*
X130822160Y-164997293D01*
X130638323Y-165073253D01*
X130497547Y-165213783D01*
X130421267Y-165397487D01*
X130421093Y-165596400D01*
X60079355Y-165596400D01*
X60047507Y-165519323D01*
X59973380Y-165445066D01*
X59973380Y-163908700D01*
X129169453Y-163908700D01*
X129245413Y-164092537D01*
X129311682Y-164158922D01*
X129245907Y-164224583D01*
X129169627Y-164408287D01*
X129169453Y-164607200D01*
X129245413Y-164791037D01*
X129385943Y-164931813D01*
X129569647Y-165008093D01*
X129768560Y-165008267D01*
X129952397Y-164932307D01*
X130093173Y-164791777D01*
X130169453Y-164608073D01*
X130169627Y-164409160D01*
X130093667Y-164225323D01*
X130027398Y-164158938D01*
X130093173Y-164093277D01*
X130169453Y-163909573D01*
X130169627Y-163710660D01*
X130093667Y-163526823D01*
X129953137Y-163386047D01*
X129769433Y-163309767D01*
X129570520Y-163309593D01*
X129386683Y-163385553D01*
X129245907Y-163526083D01*
X129169627Y-163709787D01*
X129169453Y-163908700D01*
X59973380Y-163908700D01*
X59973380Y-161310112D01*
X60006087Y-161323693D01*
X60205000Y-161323867D01*
X60388837Y-161247907D01*
X60529613Y-161107377D01*
X60605893Y-160923673D01*
X60606067Y-160724760D01*
X60530107Y-160540923D01*
X60389577Y-160400147D01*
X60205873Y-160323867D01*
X60006960Y-160323693D01*
X59973380Y-160337568D01*
X59973380Y-159386100D01*
X60240893Y-159386100D01*
X60316853Y-159569937D01*
X60457383Y-159710713D01*
X60641087Y-159786993D01*
X60840000Y-159787167D01*
X61023837Y-159711207D01*
X61164613Y-159570677D01*
X61240893Y-159386973D01*
X61240924Y-159350700D01*
X134496453Y-159350700D01*
X134572413Y-159534537D01*
X134689432Y-159651761D01*
X134572907Y-159768083D01*
X134496627Y-159951787D01*
X134496453Y-160150700D01*
X134572413Y-160334537D01*
X134712943Y-160475313D01*
X134896647Y-160551593D01*
X135095560Y-160551767D01*
X135279397Y-160475807D01*
X135420173Y-160335277D01*
X135496453Y-160151573D01*
X135496627Y-159952660D01*
X135420667Y-159768823D01*
X135303648Y-159651599D01*
X135420173Y-159535277D01*
X135496453Y-159351573D01*
X135496627Y-159152660D01*
X135420667Y-158968823D01*
X135280137Y-158828047D01*
X135096433Y-158751767D01*
X134897520Y-158751593D01*
X134713683Y-158827553D01*
X134572907Y-158968083D01*
X134496627Y-159151787D01*
X134496453Y-159350700D01*
X61240924Y-159350700D01*
X61241067Y-159188060D01*
X61165107Y-159004223D01*
X61024577Y-158863447D01*
X60840873Y-158787167D01*
X60641960Y-158786993D01*
X60458123Y-158862953D01*
X60317347Y-159003483D01*
X60241067Y-159187187D01*
X60240893Y-159386100D01*
X59973380Y-159386100D01*
X59973380Y-159223580D01*
X59949743Y-159104747D01*
X59946738Y-159089640D01*
X59870867Y-158976092D01*
X59617780Y-158723006D01*
X59617780Y-157773200D01*
X65244693Y-157773200D01*
X65320653Y-157957037D01*
X65461183Y-158097813D01*
X65644887Y-158174093D01*
X65843800Y-158174267D01*
X66027637Y-158098307D01*
X66168413Y-157957777D01*
X66244693Y-157774073D01*
X66244867Y-157575160D01*
X66168907Y-157391323D01*
X66028377Y-157250547D01*
X65844673Y-157174267D01*
X65645760Y-157174093D01*
X65461923Y-157250053D01*
X65321147Y-157390583D01*
X65244867Y-157574287D01*
X65244693Y-157773200D01*
X59617780Y-157773200D01*
X59617780Y-138090780D01*
X59591138Y-137956841D01*
X59591138Y-137956840D01*
X59515267Y-137843292D01*
X59287580Y-137615606D01*
X59287580Y-134298754D01*
X60328067Y-133258267D01*
X60403938Y-133144720D01*
X60408358Y-133122498D01*
X60430580Y-133010780D01*
X60430580Y-129099180D01*
X60404631Y-128968723D01*
X60403938Y-128965240D01*
X60328067Y-128851693D01*
X59287580Y-127811206D01*
X59287580Y-114087780D01*
X59260938Y-113953841D01*
X59185067Y-113840293D01*
X58919280Y-113574506D01*
X58919280Y-110791054D01*
X59185067Y-110525267D01*
X59260938Y-110411719D01*
X59287580Y-110277780D01*
X59287580Y-109741800D01*
X60672693Y-109741800D01*
X60748653Y-109925637D01*
X60848180Y-110025338D01*
X60848180Y-111065180D01*
X60869336Y-111171537D01*
X60874822Y-111199119D01*
X60950693Y-111312667D01*
X61152980Y-111514955D01*
X61152980Y-113688805D01*
X60950693Y-113891093D01*
X60874822Y-114004641D01*
X60848180Y-114138580D01*
X60848180Y-130902580D01*
X60869998Y-131012267D01*
X60874822Y-131036519D01*
X60950693Y-131150067D01*
X63743780Y-133943155D01*
X63743780Y-135859885D01*
X63725433Y-135852267D01*
X63526520Y-135852093D01*
X63342683Y-135928053D01*
X63201907Y-136068583D01*
X63125627Y-136252287D01*
X63125453Y-136451200D01*
X63201413Y-136635037D01*
X63341943Y-136775813D01*
X63525647Y-136852093D01*
X63724560Y-136852267D01*
X63743780Y-136844325D01*
X63743780Y-136904405D01*
X63566893Y-137081293D01*
X63491022Y-137194841D01*
X63464380Y-137328780D01*
X63464380Y-154753180D01*
X63485970Y-154861719D01*
X63491022Y-154887119D01*
X63566893Y-155000667D01*
X64990828Y-156424603D01*
X64990693Y-156579400D01*
X65066653Y-156763237D01*
X65207183Y-156904013D01*
X65390887Y-156980293D01*
X65589800Y-156980467D01*
X65773637Y-156904507D01*
X65914413Y-156763977D01*
X65937603Y-156708128D01*
X65951983Y-156722533D01*
X66099064Y-156783606D01*
X66044967Y-156913887D01*
X66044793Y-157112800D01*
X66120753Y-157296637D01*
X66261283Y-157437413D01*
X66444987Y-157513693D01*
X66643900Y-157513867D01*
X66827737Y-157437907D01*
X66968513Y-157297377D01*
X67044793Y-157113673D01*
X67044967Y-156914760D01*
X66969007Y-156730923D01*
X66828477Y-156590147D01*
X66681396Y-156529074D01*
X66735493Y-156398793D01*
X66735667Y-156199880D01*
X66659707Y-156016043D01*
X66519177Y-155875267D01*
X66335473Y-155798987D01*
X66136560Y-155798813D01*
X65952723Y-155874773D01*
X65811947Y-156015303D01*
X65788757Y-156071152D01*
X65774377Y-156056747D01*
X65590673Y-155980467D01*
X65536595Y-155980420D01*
X64164380Y-154608206D01*
X64164380Y-151588300D01*
X64711293Y-151588300D01*
X64787253Y-151772137D01*
X64927783Y-151912913D01*
X65111487Y-151989193D01*
X65310400Y-151989367D01*
X65342266Y-151976200D01*
X130695453Y-151976200D01*
X130771413Y-152160037D01*
X130911943Y-152300813D01*
X131095647Y-152377093D01*
X131294560Y-152377267D01*
X131478397Y-152301307D01*
X131619173Y-152160777D01*
X131687525Y-151996166D01*
X131802560Y-151996267D01*
X131986397Y-151920307D01*
X132127173Y-151779777D01*
X132203453Y-151596073D01*
X132203627Y-151397160D01*
X132151417Y-151270800D01*
X142486093Y-151270800D01*
X142562053Y-151454637D01*
X142702583Y-151595413D01*
X142886287Y-151671693D01*
X143085200Y-151671867D01*
X143269037Y-151595907D01*
X143409813Y-151455377D01*
X143486093Y-151271673D01*
X143486267Y-151072760D01*
X143410307Y-150888923D01*
X143269777Y-150748147D01*
X143086073Y-150671867D01*
X142887160Y-150671693D01*
X142703323Y-150747653D01*
X142562547Y-150888183D01*
X142486267Y-151071887D01*
X142486093Y-151270800D01*
X132151417Y-151270800D01*
X132127667Y-151213323D01*
X131987137Y-151072547D01*
X131803433Y-150996267D01*
X131604520Y-150996093D01*
X131420683Y-151072053D01*
X131279907Y-151212583D01*
X131211555Y-151377194D01*
X131096520Y-151377093D01*
X130912683Y-151453053D01*
X130771907Y-151593583D01*
X130695627Y-151777287D01*
X130695453Y-151976200D01*
X65342266Y-151976200D01*
X65494237Y-151913407D01*
X65635013Y-151772877D01*
X65711293Y-151589173D01*
X65711467Y-151390260D01*
X65635507Y-151206423D01*
X65494977Y-151065647D01*
X65311273Y-150989367D01*
X65112360Y-150989193D01*
X64928523Y-151065153D01*
X64787747Y-151205683D01*
X64711467Y-151389387D01*
X64711293Y-151588300D01*
X64164380Y-151588300D01*
X64164380Y-150383200D01*
X128788453Y-150383200D01*
X128864413Y-150567037D01*
X128867183Y-150569811D01*
X128864907Y-150572083D01*
X128788627Y-150755787D01*
X128788453Y-150954700D01*
X128864413Y-151138537D01*
X129004943Y-151279313D01*
X129188647Y-151355593D01*
X129387560Y-151355767D01*
X129571397Y-151279807D01*
X129712173Y-151139277D01*
X129788453Y-150955573D01*
X129788627Y-150756660D01*
X129712667Y-150572823D01*
X129709897Y-150570049D01*
X129712173Y-150567777D01*
X129788453Y-150384073D01*
X129788627Y-150185160D01*
X129712667Y-150001323D01*
X129572137Y-149860547D01*
X129388433Y-149784267D01*
X129189520Y-149784093D01*
X129005683Y-149860053D01*
X128864907Y-150000583D01*
X128788627Y-150184287D01*
X128788453Y-150383200D01*
X64164380Y-150383200D01*
X64164380Y-147050700D01*
X130796453Y-147050700D01*
X130872413Y-147234537D01*
X130944424Y-147306674D01*
X130882907Y-147368083D01*
X130806627Y-147551787D01*
X130806453Y-147750700D01*
X130882413Y-147934537D01*
X131022943Y-148075313D01*
X131206647Y-148151593D01*
X131405560Y-148151767D01*
X131418065Y-148146600D01*
X140962093Y-148146600D01*
X141038053Y-148330437D01*
X141178583Y-148471213D01*
X141362287Y-148547493D01*
X141561200Y-148547667D01*
X141745037Y-148471707D01*
X141885813Y-148331177D01*
X141962093Y-148147473D01*
X141962267Y-147948560D01*
X141886307Y-147764723D01*
X141745777Y-147623947D01*
X141562073Y-147547667D01*
X141363160Y-147547493D01*
X141179323Y-147623453D01*
X141038547Y-147763983D01*
X140962267Y-147947687D01*
X140962093Y-148146600D01*
X131418065Y-148146600D01*
X131589397Y-148075807D01*
X131730173Y-147935277D01*
X131806453Y-147751573D01*
X131806627Y-147552660D01*
X131730667Y-147368823D01*
X131658656Y-147296686D01*
X131720173Y-147235277D01*
X131796453Y-147051573D01*
X131796627Y-146852660D01*
X131720667Y-146668823D01*
X131580137Y-146528047D01*
X131396433Y-146451767D01*
X131197520Y-146451593D01*
X131013683Y-146527553D01*
X130872907Y-146668083D01*
X130796627Y-146851787D01*
X130796453Y-147050700D01*
X64164380Y-147050700D01*
X64164380Y-144510700D01*
X130034453Y-144510700D01*
X130110413Y-144694537D01*
X130182424Y-144766674D01*
X130120907Y-144828083D01*
X130044627Y-145011787D01*
X130044453Y-145210700D01*
X130120413Y-145394537D01*
X130260943Y-145535313D01*
X130444647Y-145611593D01*
X130643560Y-145611767D01*
X130827397Y-145535807D01*
X130968173Y-145395277D01*
X131044453Y-145211573D01*
X131044627Y-145012660D01*
X130968667Y-144828823D01*
X130896656Y-144756686D01*
X130958173Y-144695277D01*
X131034453Y-144511573D01*
X131034627Y-144312660D01*
X130958667Y-144128823D01*
X130818137Y-143988047D01*
X130634433Y-143911767D01*
X130435520Y-143911593D01*
X130251683Y-143987553D01*
X130110907Y-144128083D01*
X130034627Y-144311787D01*
X130034453Y-144510700D01*
X64164380Y-144510700D01*
X64164380Y-141850700D01*
X129496453Y-141850700D01*
X129572413Y-142034537D01*
X129712943Y-142175313D01*
X129896647Y-142251593D01*
X130095560Y-142251767D01*
X130279397Y-142175807D01*
X130420173Y-142035277D01*
X130496453Y-141851573D01*
X130496454Y-141849940D01*
X138711653Y-141849940D01*
X138787613Y-142033777D01*
X138928143Y-142174553D01*
X139111847Y-142250833D01*
X139310760Y-142251007D01*
X139494597Y-142175047D01*
X139635373Y-142034517D01*
X139711653Y-141850813D01*
X139711827Y-141651900D01*
X139635867Y-141468063D01*
X139495337Y-141327287D01*
X139311633Y-141251007D01*
X139112720Y-141250833D01*
X138928883Y-141326793D01*
X138788107Y-141467323D01*
X138711827Y-141651027D01*
X138711653Y-141849940D01*
X130496454Y-141849940D01*
X130496627Y-141652660D01*
X130420667Y-141468823D01*
X130280137Y-141328047D01*
X130096433Y-141251767D01*
X129897520Y-141251593D01*
X129713683Y-141327553D01*
X129572907Y-141468083D01*
X129496627Y-141651787D01*
X129496453Y-141850700D01*
X64164380Y-141850700D01*
X64164380Y-137473754D01*
X64341267Y-137296868D01*
X64417138Y-137183320D01*
X64421558Y-137161098D01*
X64443780Y-137049380D01*
X64443780Y-136679900D01*
X65694853Y-136679900D01*
X65770813Y-136863737D01*
X65911343Y-137004513D01*
X66095047Y-137080793D01*
X66293960Y-137080967D01*
X66477797Y-137005007D01*
X66618573Y-136864477D01*
X66694853Y-136680773D01*
X66695027Y-136481860D01*
X66619067Y-136298023D01*
X66478537Y-136157247D01*
X66294833Y-136080967D01*
X66095920Y-136080793D01*
X65912083Y-136156753D01*
X65771307Y-136297283D01*
X65695027Y-136480987D01*
X65694853Y-136679900D01*
X64443780Y-136679900D01*
X64443780Y-133798180D01*
X64417138Y-133664241D01*
X64409439Y-133652719D01*
X64341268Y-133550693D01*
X63214575Y-132424000D01*
X63657193Y-132424000D01*
X63733153Y-132607837D01*
X63873683Y-132748613D01*
X64057387Y-132824893D01*
X64256300Y-132825067D01*
X64440137Y-132749107D01*
X64580913Y-132608577D01*
X64657193Y-132424873D01*
X64657367Y-132225960D01*
X64581407Y-132042123D01*
X64440877Y-131901347D01*
X64257173Y-131825067D01*
X64058260Y-131824893D01*
X63874423Y-131900853D01*
X63733647Y-132041383D01*
X63657367Y-132225087D01*
X63657193Y-132424000D01*
X63214575Y-132424000D01*
X61548180Y-130757606D01*
X61548180Y-127482600D01*
X105199700Y-127482600D01*
X105202240Y-127495370D01*
X105202240Y-139034450D01*
X105199700Y-139047220D01*
X105226342Y-139181159D01*
X105302213Y-139294707D01*
X105415761Y-139370578D01*
X105549700Y-139397220D01*
X122936000Y-139397220D01*
X123069939Y-139370578D01*
X123183487Y-139294707D01*
X123259358Y-139181159D01*
X123286000Y-139047220D01*
X123286000Y-134049600D01*
X129303493Y-134049600D01*
X129379453Y-134233437D01*
X129519983Y-134374213D01*
X129703687Y-134450493D01*
X129902600Y-134450667D01*
X130086437Y-134374707D01*
X130227213Y-134234177D01*
X130303493Y-134050473D01*
X130303667Y-133851560D01*
X130227707Y-133667723D01*
X130087177Y-133526947D01*
X129903473Y-133450667D01*
X129704560Y-133450493D01*
X129520723Y-133526453D01*
X129379947Y-133666983D01*
X129303667Y-133850687D01*
X129303493Y-134049600D01*
X123286000Y-134049600D01*
X123286000Y-127482600D01*
X123259358Y-127348661D01*
X123183487Y-127235113D01*
X123069939Y-127159242D01*
X122936000Y-127132600D01*
X105549700Y-127132600D01*
X105415761Y-127159242D01*
X105302213Y-127235113D01*
X105226342Y-127348661D01*
X105199700Y-127482600D01*
X61548180Y-127482600D01*
X61548180Y-124727800D01*
X65879693Y-124727800D01*
X65955653Y-124911637D01*
X66096183Y-125052413D01*
X66279887Y-125128693D01*
X66478800Y-125128867D01*
X66662637Y-125052907D01*
X66803413Y-124912377D01*
X66879693Y-124728673D01*
X66879867Y-124529760D01*
X66803907Y-124345923D01*
X66663377Y-124205147D01*
X66479673Y-124128867D01*
X66280760Y-124128693D01*
X66096923Y-124204653D01*
X65956147Y-124345183D01*
X65879867Y-124528887D01*
X65879693Y-124727800D01*
X61548180Y-124727800D01*
X61548180Y-121909700D01*
X62426953Y-121909700D01*
X62502913Y-122093537D01*
X62643443Y-122234313D01*
X62827147Y-122310593D01*
X63026060Y-122310767D01*
X63209897Y-122234807D01*
X63350673Y-122094277D01*
X63426953Y-121910573D01*
X63426953Y-121909700D01*
X63442953Y-121909700D01*
X63518913Y-122093537D01*
X63659443Y-122234313D01*
X63843147Y-122310593D01*
X64042060Y-122310767D01*
X64225897Y-122234807D01*
X64366673Y-122094277D01*
X64442953Y-121910573D01*
X64443127Y-121711660D01*
X64367167Y-121527823D01*
X64226637Y-121387047D01*
X64042933Y-121310767D01*
X63844020Y-121310593D01*
X63660183Y-121386553D01*
X63519407Y-121527083D01*
X63443127Y-121710787D01*
X63442953Y-121909700D01*
X63426953Y-121909700D01*
X63427127Y-121711660D01*
X63351167Y-121527823D01*
X63210637Y-121387047D01*
X63026933Y-121310767D01*
X62828020Y-121310593D01*
X62644183Y-121386553D01*
X62503407Y-121527083D01*
X62427127Y-121710787D01*
X62426953Y-121909700D01*
X61548180Y-121909700D01*
X61548180Y-114283554D01*
X61750467Y-114081268D01*
X61826338Y-113967720D01*
X61830758Y-113945498D01*
X61852980Y-113833780D01*
X61852980Y-111369980D01*
X61826338Y-111236041D01*
X61826338Y-111236040D01*
X61750467Y-111122492D01*
X61548180Y-110920206D01*
X61548180Y-109974526D01*
X61596413Y-109926377D01*
X61672693Y-109742673D01*
X61672867Y-109543760D01*
X61596907Y-109359923D01*
X61456377Y-109219147D01*
X61272673Y-109142867D01*
X61073760Y-109142693D01*
X60889923Y-109218653D01*
X60749147Y-109359183D01*
X60672867Y-109542887D01*
X60672693Y-109741800D01*
X59287580Y-109741800D01*
X59287580Y-109136281D01*
X59361213Y-109062777D01*
X59437493Y-108879073D01*
X59437493Y-108878200D01*
X61790293Y-108878200D01*
X61866253Y-109062037D01*
X62006783Y-109202813D01*
X62190487Y-109279093D01*
X62389400Y-109279267D01*
X62573237Y-109203307D01*
X62676980Y-109099745D01*
X62676980Y-110734980D01*
X62701407Y-110857783D01*
X62703622Y-110868919D01*
X62779493Y-110982467D01*
X63159580Y-111362555D01*
X63159580Y-113274980D01*
X63183677Y-113396122D01*
X63186222Y-113408919D01*
X63262093Y-113522467D01*
X63557246Y-113817620D01*
X63526520Y-113817593D01*
X63342683Y-113893553D01*
X63244492Y-113991572D01*
X63147137Y-113894047D01*
X62963433Y-113817767D01*
X62764520Y-113817593D01*
X62580683Y-113893553D01*
X62439907Y-114034083D01*
X62363627Y-114217787D01*
X62363453Y-114416700D01*
X62439413Y-114600537D01*
X62579943Y-114741313D01*
X62763647Y-114817593D01*
X62962560Y-114817767D01*
X63146397Y-114741807D01*
X63244588Y-114643788D01*
X63341943Y-114741313D01*
X63525647Y-114817593D01*
X63724560Y-114817767D01*
X63908397Y-114741807D01*
X64049173Y-114601277D01*
X64125453Y-114417573D01*
X64125481Y-114385855D01*
X64315280Y-114575655D01*
X64315280Y-120321979D01*
X64241647Y-120395483D01*
X64165367Y-120579187D01*
X64165193Y-120778100D01*
X64241153Y-120961937D01*
X64381683Y-121102713D01*
X64565387Y-121178993D01*
X64764300Y-121179167D01*
X64886780Y-121128559D01*
X64886780Y-122426962D01*
X64807560Y-122426893D01*
X64623723Y-122502853D01*
X64482947Y-122643383D01*
X64406667Y-122827087D01*
X64406493Y-123026000D01*
X64482453Y-123209837D01*
X64622983Y-123350613D01*
X64806687Y-123426893D01*
X65005600Y-123427067D01*
X65189437Y-123351107D01*
X65330213Y-123210577D01*
X65406493Y-123026873D01*
X65406585Y-122921950D01*
X65484267Y-122844268D01*
X65560138Y-122730720D01*
X65571623Y-122672980D01*
X65586780Y-122596780D01*
X65586780Y-121617700D01*
X129105953Y-121617700D01*
X129181913Y-121801537D01*
X129322443Y-121942313D01*
X129449245Y-121994965D01*
X129323183Y-122047053D01*
X129182407Y-122187583D01*
X129106127Y-122371287D01*
X129105953Y-122570200D01*
X129181913Y-122754037D01*
X129322443Y-122894813D01*
X129506147Y-122971093D01*
X129705060Y-122971267D01*
X129888897Y-122895307D01*
X130029673Y-122754777D01*
X130059361Y-122683279D01*
X130164892Y-122788995D01*
X130091067Y-122966787D01*
X130090893Y-123165700D01*
X130166853Y-123349537D01*
X130307383Y-123490313D01*
X130491087Y-123566593D01*
X130690000Y-123566767D01*
X130873837Y-123490807D01*
X131014613Y-123350277D01*
X131090893Y-123166573D01*
X131091067Y-122967660D01*
X131015107Y-122783823D01*
X130890068Y-122658565D01*
X130963893Y-122480773D01*
X130964067Y-122281860D01*
X130888107Y-122098023D01*
X130872615Y-122082504D01*
X130913013Y-122042177D01*
X130989293Y-121858473D01*
X130989467Y-121659560D01*
X130913507Y-121475723D01*
X130772977Y-121334947D01*
X130589273Y-121258667D01*
X130390360Y-121258493D01*
X130206523Y-121334453D01*
X130106114Y-121434687D01*
X130106127Y-121419660D01*
X130030167Y-121235823D01*
X129889637Y-121095047D01*
X129705933Y-121018767D01*
X129507020Y-121018593D01*
X129323183Y-121094553D01*
X129182407Y-121235083D01*
X129106127Y-121418787D01*
X129105953Y-121617700D01*
X65586780Y-121617700D01*
X65586780Y-120284200D01*
X129105953Y-120284200D01*
X129181913Y-120468037D01*
X129322443Y-120608813D01*
X129506147Y-120685093D01*
X129705060Y-120685267D01*
X129888897Y-120609307D01*
X130029673Y-120468777D01*
X130105953Y-120285073D01*
X130106127Y-120086160D01*
X130030167Y-119902323D01*
X129889637Y-119761547D01*
X129705933Y-119685267D01*
X129507020Y-119685093D01*
X129323183Y-119761053D01*
X129182407Y-119901583D01*
X129106127Y-120085287D01*
X129105953Y-120284200D01*
X65586780Y-120284200D01*
X65586780Y-118136500D01*
X133100793Y-118136500D01*
X133176753Y-118320337D01*
X133317283Y-118461113D01*
X133500987Y-118537393D01*
X133699900Y-118537567D01*
X133883737Y-118461607D01*
X134024513Y-118321077D01*
X134100793Y-118137373D01*
X134100967Y-117938460D01*
X134025007Y-117754623D01*
X133884477Y-117613847D01*
X133700773Y-117537567D01*
X133501860Y-117537393D01*
X133318023Y-117613353D01*
X133177247Y-117753883D01*
X133100967Y-117937587D01*
X133100793Y-118136500D01*
X65586780Y-118136500D01*
X65586780Y-117557467D01*
X65691443Y-117662313D01*
X65875147Y-117738593D01*
X66074060Y-117738767D01*
X66257897Y-117662807D01*
X66398673Y-117522277D01*
X66474953Y-117338573D01*
X66475127Y-117139660D01*
X66399167Y-116955823D01*
X66322679Y-116879200D01*
X130014693Y-116879200D01*
X130090653Y-117063037D01*
X130231183Y-117203813D01*
X130414887Y-117280093D01*
X130613800Y-117280267D01*
X130797637Y-117204307D01*
X130938413Y-117063777D01*
X131014693Y-116880073D01*
X131014693Y-116879200D01*
X135755093Y-116879200D01*
X135831053Y-117063037D01*
X135971583Y-117203813D01*
X136155287Y-117280093D01*
X136354200Y-117280267D01*
X136538037Y-117204307D01*
X136678813Y-117063777D01*
X136755093Y-116880073D01*
X136755267Y-116681160D01*
X136679307Y-116497323D01*
X136538777Y-116356547D01*
X136355073Y-116280267D01*
X136156160Y-116280093D01*
X135972323Y-116356053D01*
X135831547Y-116496583D01*
X135755267Y-116680287D01*
X135755093Y-116879200D01*
X131014693Y-116879200D01*
X131014867Y-116681160D01*
X130938907Y-116497323D01*
X130798377Y-116356547D01*
X130614673Y-116280267D01*
X130415760Y-116280093D01*
X130231923Y-116356053D01*
X130091147Y-116496583D01*
X130014867Y-116680287D01*
X130014693Y-116879200D01*
X66322679Y-116879200D01*
X66269398Y-116825826D01*
X66398673Y-116696777D01*
X66474953Y-116513073D01*
X66474988Y-116472800D01*
X126928593Y-116472800D01*
X127004553Y-116656637D01*
X127145083Y-116797413D01*
X127328787Y-116873693D01*
X127527700Y-116873867D01*
X127711537Y-116797907D01*
X127852313Y-116657377D01*
X127928593Y-116473673D01*
X127928767Y-116274760D01*
X127852807Y-116090923D01*
X127712277Y-115950147D01*
X127528573Y-115873867D01*
X127329660Y-115873693D01*
X127145823Y-115949653D01*
X127005047Y-116090183D01*
X126928767Y-116273887D01*
X126928593Y-116472800D01*
X66474988Y-116472800D01*
X66475127Y-116314160D01*
X66399167Y-116130323D01*
X66258637Y-115989547D01*
X66074933Y-115913267D01*
X65876020Y-115913093D01*
X65692183Y-115989053D01*
X65586780Y-116094272D01*
X65586780Y-114288400D01*
X130065493Y-114288400D01*
X130141453Y-114472237D01*
X130281983Y-114613013D01*
X130465687Y-114689293D01*
X130664600Y-114689467D01*
X130848437Y-114613507D01*
X130989213Y-114472977D01*
X131065493Y-114289273D01*
X131065667Y-114090360D01*
X130989707Y-113906523D01*
X130849177Y-113765747D01*
X130665473Y-113689467D01*
X130466560Y-113689293D01*
X130282723Y-113765253D01*
X130141947Y-113905783D01*
X130065667Y-114089487D01*
X130065493Y-114288400D01*
X65586780Y-114288400D01*
X65586780Y-113706780D01*
X65560138Y-113572841D01*
X65535468Y-113535920D01*
X65484268Y-113459293D01*
X64850180Y-112825206D01*
X64850180Y-111573180D01*
X64823538Y-111439241D01*
X64777259Y-111369980D01*
X64747667Y-111325692D01*
X64409675Y-110987700D01*
X128784453Y-110987700D01*
X128860413Y-111171537D01*
X128926682Y-111237922D01*
X128860907Y-111303583D01*
X128784627Y-111487287D01*
X128784453Y-111686200D01*
X128860413Y-111870037D01*
X129000943Y-112010813D01*
X129184647Y-112087093D01*
X129383560Y-112087267D01*
X129567397Y-112011307D01*
X129708173Y-111870777D01*
X129784453Y-111687073D01*
X129784627Y-111488160D01*
X129708667Y-111304323D01*
X129642398Y-111237938D01*
X129708173Y-111172277D01*
X129784453Y-110988573D01*
X129784627Y-110789660D01*
X129708667Y-110605823D01*
X129568137Y-110465047D01*
X129384433Y-110388767D01*
X129185520Y-110388593D01*
X129001683Y-110464553D01*
X128860907Y-110605083D01*
X128784627Y-110788787D01*
X128784453Y-110987700D01*
X64409675Y-110987700D01*
X64342180Y-110920206D01*
X64342180Y-109030600D01*
X64533493Y-109030600D01*
X64609453Y-109214437D01*
X64749983Y-109355213D01*
X64933687Y-109431493D01*
X65132600Y-109431667D01*
X65316437Y-109355707D01*
X65362224Y-109310000D01*
X128808193Y-109310000D01*
X128884153Y-109493837D01*
X129024683Y-109634613D01*
X129208387Y-109710893D01*
X129407300Y-109711067D01*
X129591137Y-109635107D01*
X129731913Y-109494577D01*
X129808193Y-109310873D01*
X129808367Y-109111960D01*
X129732407Y-108928123D01*
X129591877Y-108787347D01*
X129408173Y-108711067D01*
X129209260Y-108710893D01*
X129025423Y-108786853D01*
X128884647Y-108927383D01*
X128808367Y-109111087D01*
X128808193Y-109310000D01*
X65362224Y-109310000D01*
X65457213Y-109215177D01*
X65533493Y-109031473D01*
X65533667Y-108832560D01*
X65457707Y-108648723D01*
X65317177Y-108507947D01*
X65133473Y-108431667D01*
X64934560Y-108431493D01*
X64750723Y-108507453D01*
X64609947Y-108647983D01*
X64533667Y-108831687D01*
X64533493Y-109030600D01*
X64342180Y-109030600D01*
X64342180Y-107330200D01*
X128915453Y-107330200D01*
X128991413Y-107514037D01*
X129131943Y-107654813D01*
X129315647Y-107731093D01*
X129514560Y-107731267D01*
X129698397Y-107655307D01*
X129839173Y-107514777D01*
X129915453Y-107331073D01*
X129915520Y-107254984D01*
X129957687Y-107272493D01*
X130156600Y-107272667D01*
X130340437Y-107196707D01*
X130481213Y-107056177D01*
X130557493Y-106872473D01*
X130557667Y-106673560D01*
X130481707Y-106489723D01*
X130341177Y-106348947D01*
X130157473Y-106272667D01*
X129958560Y-106272493D01*
X129774723Y-106348453D01*
X129633947Y-106488983D01*
X129557667Y-106672687D01*
X129557600Y-106748776D01*
X129515433Y-106731267D01*
X129316520Y-106731093D01*
X129132683Y-106807053D01*
X128991907Y-106947583D01*
X128915627Y-107131287D01*
X128915453Y-107330200D01*
X64342180Y-107330200D01*
X64342180Y-106376300D01*
X128592293Y-106376300D01*
X128668253Y-106560137D01*
X128808783Y-106700913D01*
X128992487Y-106777193D01*
X129191400Y-106777367D01*
X129375237Y-106701407D01*
X129516013Y-106560877D01*
X129592293Y-106377173D01*
X129592467Y-106178260D01*
X129516507Y-105994423D01*
X129375977Y-105853647D01*
X129192273Y-105777367D01*
X128993360Y-105777193D01*
X128809523Y-105853153D01*
X128668747Y-105993683D01*
X128592467Y-106177387D01*
X128592293Y-106376300D01*
X64342180Y-106376300D01*
X64342180Y-105361700D01*
X66050453Y-105361700D01*
X66126413Y-105545537D01*
X66266943Y-105686313D01*
X66450647Y-105762593D01*
X66649560Y-105762767D01*
X66833397Y-105686807D01*
X66974173Y-105546277D01*
X67050453Y-105362573D01*
X67050627Y-105163660D01*
X66974667Y-104979823D01*
X66834137Y-104839047D01*
X66650433Y-104762767D01*
X66451520Y-104762593D01*
X66267683Y-104838553D01*
X66126907Y-104979083D01*
X66050627Y-105162787D01*
X66050453Y-105361700D01*
X64342180Y-105361700D01*
X64342180Y-104932581D01*
X64415813Y-104859077D01*
X64492093Y-104675373D01*
X64492267Y-104476460D01*
X64416307Y-104292623D01*
X64381776Y-104258032D01*
X64428513Y-104211377D01*
X64504793Y-104027673D01*
X64504967Y-103828760D01*
X64429007Y-103644923D01*
X64394476Y-103610332D01*
X64441213Y-103563677D01*
X64517493Y-103379973D01*
X64517667Y-103181060D01*
X64441707Y-102997223D01*
X64301177Y-102856447D01*
X64117473Y-102780167D01*
X63918560Y-102779993D01*
X63834180Y-102814858D01*
X63834180Y-102329081D01*
X63907813Y-102255577D01*
X63947001Y-102161200D01*
X65093953Y-102161200D01*
X65169913Y-102345037D01*
X65310443Y-102485813D01*
X65494147Y-102562093D01*
X65693060Y-102562267D01*
X65754150Y-102537025D01*
X65729127Y-102597287D01*
X65728953Y-102796200D01*
X65804913Y-102980037D01*
X65945443Y-103120813D01*
X66129147Y-103197093D01*
X66328060Y-103197267D01*
X66511897Y-103121307D01*
X66652673Y-102980777D01*
X66728953Y-102797073D01*
X66729064Y-102669200D01*
X131959453Y-102669200D01*
X132035413Y-102853037D01*
X132069933Y-102887617D01*
X132035907Y-102921583D01*
X131959627Y-103105287D01*
X131959453Y-103304200D01*
X132035413Y-103488037D01*
X132175943Y-103628813D01*
X132359647Y-103705093D01*
X132558560Y-103705267D01*
X132742397Y-103629307D01*
X132883173Y-103488777D01*
X132959453Y-103305073D01*
X132959627Y-103106160D01*
X132883667Y-102922323D01*
X132849147Y-102887743D01*
X132883173Y-102853777D01*
X132959453Y-102670073D01*
X132959627Y-102471160D01*
X132883667Y-102287323D01*
X132743137Y-102146547D01*
X132559433Y-102070267D01*
X132360520Y-102070093D01*
X132176683Y-102146053D01*
X132035907Y-102286583D01*
X131959627Y-102470287D01*
X131959453Y-102669200D01*
X66729064Y-102669200D01*
X66729127Y-102598160D01*
X66653167Y-102414323D01*
X66512637Y-102273547D01*
X66328933Y-102197267D01*
X66130020Y-102197093D01*
X66068930Y-102222335D01*
X66093953Y-102162073D01*
X66094127Y-101963160D01*
X66018167Y-101779323D01*
X65877637Y-101638547D01*
X65693933Y-101562267D01*
X65495020Y-101562093D01*
X65311183Y-101638053D01*
X65170407Y-101778583D01*
X65094127Y-101962287D01*
X65093953Y-102161200D01*
X63947001Y-102161200D01*
X63984093Y-102071873D01*
X63984267Y-101872960D01*
X63908307Y-101689123D01*
X63767777Y-101548347D01*
X63724972Y-101530573D01*
X63843237Y-101481707D01*
X63984013Y-101341177D01*
X64060293Y-101157473D01*
X64060399Y-101036080D01*
X129453933Y-101036080D01*
X129529893Y-101219917D01*
X129670423Y-101360693D01*
X129854127Y-101436973D01*
X130053040Y-101437147D01*
X130236877Y-101361187D01*
X130377653Y-101220657D01*
X130453933Y-101036953D01*
X130454107Y-100838040D01*
X130378147Y-100654203D01*
X130237617Y-100513427D01*
X130053913Y-100437147D01*
X129855000Y-100436973D01*
X129671163Y-100512933D01*
X129530387Y-100653463D01*
X129454107Y-100837167D01*
X129453933Y-101036080D01*
X64060399Y-101036080D01*
X64060467Y-100958560D01*
X63984507Y-100774723D01*
X63843977Y-100633947D01*
X63660273Y-100557667D01*
X63461360Y-100557493D01*
X63277523Y-100633453D01*
X63136747Y-100773983D01*
X63060467Y-100957687D01*
X63060417Y-101014764D01*
X62978760Y-101014693D01*
X62794923Y-101090653D01*
X62654147Y-101231183D01*
X62577867Y-101414887D01*
X62577743Y-101556964D01*
X62576622Y-101558641D01*
X62549980Y-101692580D01*
X62549980Y-107745205D01*
X62042894Y-108252292D01*
X62042893Y-108252293D01*
X61967022Y-108365841D01*
X61959665Y-108402827D01*
X61866747Y-108495583D01*
X61790467Y-108679287D01*
X61790293Y-108878200D01*
X59437493Y-108878200D01*
X59437667Y-108680160D01*
X59361707Y-108496323D01*
X59221177Y-108355547D01*
X59037473Y-108279267D01*
X58838560Y-108279093D01*
X58654723Y-108355053D01*
X58513947Y-108495583D01*
X58437667Y-108679287D01*
X58437493Y-108878200D01*
X58513453Y-109062037D01*
X58587580Y-109136294D01*
X58587580Y-110132806D01*
X58321793Y-110398593D01*
X58245922Y-110512141D01*
X58219280Y-110646080D01*
X58219280Y-113719480D01*
X58243311Y-113840293D01*
X58245922Y-113853419D01*
X58321793Y-113966967D01*
X58587580Y-114232754D01*
X58587580Y-127956180D01*
X58609316Y-128065453D01*
X58614222Y-128090119D01*
X58690093Y-128203667D01*
X59730580Y-129244154D01*
X59730580Y-132865806D01*
X59058980Y-133537406D01*
X59058980Y-129608681D01*
X59132613Y-129535177D01*
X59208893Y-129351473D01*
X59209067Y-129152560D01*
X59133107Y-128968723D01*
X58992577Y-128827947D01*
X58808873Y-128751667D01*
X58609960Y-128751493D01*
X58426123Y-128827453D01*
X58285347Y-128967983D01*
X58209067Y-129151687D01*
X58208893Y-129350600D01*
X58284853Y-129534437D01*
X58358980Y-129608694D01*
X58358980Y-133627805D01*
X57750293Y-134236493D01*
X57738180Y-134254621D01*
X57738180Y-124985881D01*
X57811813Y-124912377D01*
X57888093Y-124728673D01*
X57888267Y-124529760D01*
X57812307Y-124345923D01*
X57671777Y-124205147D01*
X57488073Y-124128867D01*
X57289160Y-124128693D01*
X57105323Y-124204653D01*
X56964547Y-124345183D01*
X56888267Y-124528887D01*
X56888093Y-124727800D01*
X56964053Y-124911637D01*
X57038180Y-124985894D01*
X57038180Y-128000205D01*
X56722180Y-127684206D01*
X56722180Y-117151519D01*
X56774383Y-117203813D01*
X56958087Y-117280093D01*
X57157000Y-117280267D01*
X57340837Y-117204307D01*
X57481613Y-117063777D01*
X57557893Y-116880073D01*
X57558067Y-116681160D01*
X57482107Y-116497323D01*
X57407980Y-116423066D01*
X57407980Y-114893154D01*
X57813467Y-114487668D01*
X57873261Y-114398180D01*
X57889338Y-114374119D01*
X57915980Y-114240180D01*
X57915980Y-110709580D01*
X57889338Y-110575641D01*
X57855394Y-110524840D01*
X57813467Y-110462092D01*
X57407980Y-110056606D01*
X57407980Y-108220380D01*
X57385758Y-108108662D01*
X57381338Y-108086440D01*
X57305467Y-107972892D01*
X57153980Y-107821406D01*
X57153980Y-106231520D01*
X57711053Y-106231520D01*
X57787013Y-106415357D01*
X57927543Y-106556133D01*
X58111247Y-106632413D01*
X58310160Y-106632587D01*
X58493997Y-106556627D01*
X58634773Y-106416097D01*
X58711053Y-106232393D01*
X58711227Y-106033480D01*
X58635267Y-105849643D01*
X58494737Y-105708867D01*
X58311033Y-105632587D01*
X58112120Y-105632413D01*
X57928283Y-105708373D01*
X57787507Y-105848903D01*
X57711227Y-106032607D01*
X57711053Y-106231520D01*
X57153980Y-106231520D01*
X57153980Y-104966600D01*
X57685653Y-104966600D01*
X57761613Y-105150437D01*
X57902143Y-105291213D01*
X58085847Y-105367493D01*
X58284760Y-105367667D01*
X58468597Y-105291707D01*
X58609373Y-105151177D01*
X58685653Y-104967473D01*
X58685827Y-104768560D01*
X58609867Y-104584723D01*
X58469337Y-104443947D01*
X58285633Y-104367667D01*
X58086720Y-104367493D01*
X57902883Y-104443453D01*
X57762107Y-104583983D01*
X57685827Y-104767687D01*
X57685653Y-104966600D01*
X57153980Y-104966600D01*
X57153980Y-103691520D01*
X57609453Y-103691520D01*
X57685413Y-103875357D01*
X57825943Y-104016133D01*
X58009647Y-104092413D01*
X58208560Y-104092587D01*
X58392397Y-104016627D01*
X58533173Y-103876097D01*
X58609453Y-103692393D01*
X58609627Y-103493480D01*
X58533667Y-103309643D01*
X58393137Y-103168867D01*
X58209433Y-103092587D01*
X58010520Y-103092413D01*
X57826683Y-103168373D01*
X57685907Y-103308903D01*
X57609627Y-103492607D01*
X57609453Y-103691520D01*
X57153980Y-103691520D01*
X57153980Y-102421520D01*
X57578973Y-102421520D01*
X57654933Y-102605357D01*
X57795463Y-102746133D01*
X57979167Y-102822413D01*
X58178080Y-102822587D01*
X58361917Y-102746627D01*
X58502693Y-102606097D01*
X58541366Y-102512960D01*
X60296773Y-102512960D01*
X60372733Y-102696797D01*
X60513263Y-102837573D01*
X60686475Y-102909496D01*
X60571347Y-103024423D01*
X60495067Y-103208127D01*
X60494893Y-103407040D01*
X60570853Y-103590877D01*
X60704437Y-103724695D01*
X60566267Y-103862623D01*
X60489987Y-104046327D01*
X60489813Y-104245240D01*
X60565773Y-104429077D01*
X60706303Y-104569853D01*
X60769633Y-104596150D01*
X60610523Y-104661893D01*
X60469747Y-104802423D01*
X60393467Y-104986127D01*
X60393293Y-105185040D01*
X60469253Y-105368877D01*
X60609783Y-105509653D01*
X60793487Y-105585933D01*
X60992400Y-105586107D01*
X61176237Y-105510147D01*
X61317013Y-105369617D01*
X61393293Y-105185913D01*
X61393467Y-104987000D01*
X61317507Y-104803163D01*
X61176977Y-104662387D01*
X61113647Y-104636090D01*
X61272757Y-104570347D01*
X61413533Y-104429817D01*
X61489813Y-104246113D01*
X61489987Y-104047200D01*
X61414027Y-103863363D01*
X61280443Y-103729545D01*
X61418613Y-103591617D01*
X61494893Y-103407913D01*
X61495067Y-103209000D01*
X61419107Y-103025163D01*
X61278577Y-102884387D01*
X61105365Y-102812464D01*
X61220493Y-102697537D01*
X61296773Y-102513833D01*
X61296947Y-102314920D01*
X61220987Y-102131083D01*
X61091535Y-102001404D01*
X61181317Y-101964307D01*
X61322093Y-101823777D01*
X61398373Y-101640073D01*
X61398547Y-101441160D01*
X61322587Y-101257323D01*
X61182057Y-101116547D01*
X60998353Y-101040267D01*
X60799440Y-101040093D01*
X60615603Y-101116053D01*
X60474827Y-101256583D01*
X60398547Y-101440287D01*
X60398373Y-101639200D01*
X60474333Y-101823037D01*
X60603785Y-101952716D01*
X60514003Y-101989813D01*
X60373227Y-102130343D01*
X60296947Y-102314047D01*
X60296773Y-102512960D01*
X58541366Y-102512960D01*
X58578973Y-102422393D01*
X58579147Y-102223480D01*
X58503187Y-102039643D01*
X58362657Y-101898867D01*
X58178953Y-101822587D01*
X57980040Y-101822413D01*
X57796203Y-101898373D01*
X57655427Y-102038903D01*
X57579147Y-102222607D01*
X57578973Y-102421520D01*
X57153980Y-102421520D01*
X57153980Y-101733763D01*
X57180783Y-101760613D01*
X57364487Y-101836893D01*
X57563400Y-101837067D01*
X57747237Y-101761107D01*
X57888013Y-101620577D01*
X57964293Y-101436873D01*
X57964467Y-101237960D01*
X57888507Y-101054123D01*
X57747977Y-100913347D01*
X57564273Y-100837067D01*
X57365360Y-100836893D01*
X57181523Y-100912853D01*
X57153980Y-100940348D01*
X57153980Y-100923154D01*
X57788068Y-100289067D01*
X57863938Y-100175519D01*
X57878462Y-100102500D01*
X60355193Y-100102500D01*
X60431153Y-100286337D01*
X60571683Y-100427113D01*
X60755387Y-100503393D01*
X60954300Y-100503567D01*
X61138137Y-100427607D01*
X61278913Y-100287077D01*
X61355193Y-100103373D01*
X61355367Y-99904460D01*
X61301338Y-99773700D01*
X63891453Y-99773700D01*
X63967413Y-99957537D01*
X64107943Y-100098313D01*
X64291647Y-100174593D01*
X64490560Y-100174767D01*
X64674397Y-100098807D01*
X64815173Y-99958277D01*
X64891453Y-99774573D01*
X64891453Y-99773700D01*
X66050453Y-99773700D01*
X66126413Y-99957537D01*
X66266943Y-100098313D01*
X66450647Y-100174593D01*
X66649560Y-100174767D01*
X66833397Y-100098807D01*
X66974173Y-99958277D01*
X67050453Y-99774573D01*
X67050627Y-99575660D01*
X66974667Y-99391823D01*
X66834137Y-99251047D01*
X66650433Y-99174767D01*
X66451520Y-99174593D01*
X66267683Y-99250553D01*
X66126907Y-99391083D01*
X66050627Y-99574787D01*
X66050453Y-99773700D01*
X64891453Y-99773700D01*
X64891627Y-99575660D01*
X64815667Y-99391823D01*
X64675137Y-99251047D01*
X64491433Y-99174767D01*
X64292520Y-99174593D01*
X64108683Y-99250553D01*
X63967907Y-99391083D01*
X63891627Y-99574787D01*
X63891453Y-99773700D01*
X61301338Y-99773700D01*
X61279407Y-99720623D01*
X61138877Y-99579847D01*
X60955173Y-99503567D01*
X60756260Y-99503393D01*
X60572423Y-99579353D01*
X60431647Y-99719883D01*
X60355367Y-99903587D01*
X60355193Y-100102500D01*
X57878462Y-100102500D01*
X57890580Y-100041580D01*
X57890580Y-98973600D01*
X128750353Y-98973600D01*
X128826313Y-99157437D01*
X128966843Y-99298213D01*
X129150547Y-99374493D01*
X129349460Y-99374667D01*
X129533297Y-99298707D01*
X129674073Y-99158177D01*
X129750353Y-98974473D01*
X129750527Y-98775560D01*
X129674567Y-98591723D01*
X129567697Y-98484666D01*
X129627487Y-98509493D01*
X129826400Y-98509667D01*
X130010237Y-98433707D01*
X130151013Y-98293177D01*
X130227293Y-98109473D01*
X130227467Y-97910560D01*
X130151507Y-97726723D01*
X130010977Y-97585947D01*
X129827273Y-97509667D01*
X129628360Y-97509493D01*
X129444523Y-97585453D01*
X129303747Y-97725983D01*
X129227467Y-97909687D01*
X129227293Y-98108600D01*
X129303253Y-98292437D01*
X129410123Y-98399494D01*
X129350333Y-98374667D01*
X129151420Y-98374493D01*
X128967583Y-98450453D01*
X128826807Y-98590983D01*
X128750527Y-98774687D01*
X128750353Y-98973600D01*
X57890580Y-98973600D01*
X57890580Y-97016400D01*
X130014693Y-97016400D01*
X130090653Y-97200237D01*
X130231183Y-97341013D01*
X130414887Y-97417293D01*
X130613800Y-97417467D01*
X130797637Y-97341507D01*
X130938413Y-97200977D01*
X131014693Y-97017273D01*
X131014867Y-96818360D01*
X130938907Y-96634523D01*
X130798377Y-96493747D01*
X130614673Y-96417467D01*
X130415760Y-96417293D01*
X130231923Y-96493253D01*
X130091147Y-96633783D01*
X130014867Y-96817487D01*
X130014693Y-97016400D01*
X57890580Y-97016400D01*
X57890580Y-94731700D01*
X65411453Y-94731700D01*
X65487413Y-94915537D01*
X65627943Y-95056313D01*
X65811647Y-95132593D01*
X66010560Y-95132767D01*
X66194397Y-95056807D01*
X66335173Y-94916277D01*
X66411453Y-94732573D01*
X66411543Y-94628800D01*
X132148293Y-94628800D01*
X132224253Y-94812637D01*
X132364783Y-94953413D01*
X132548487Y-95029693D01*
X132747400Y-95029867D01*
X132931237Y-94953907D01*
X133072013Y-94813377D01*
X133148293Y-94629673D01*
X133148467Y-94430760D01*
X133072507Y-94246923D01*
X132931977Y-94106147D01*
X132748273Y-94029867D01*
X132549360Y-94029693D01*
X132365523Y-94105653D01*
X132224747Y-94246183D01*
X132148467Y-94429887D01*
X132148293Y-94628800D01*
X66411543Y-94628800D01*
X66411627Y-94533660D01*
X66354714Y-94395919D01*
X66446647Y-94434093D01*
X66645560Y-94434267D01*
X66829397Y-94358307D01*
X66970173Y-94217777D01*
X67046453Y-94034073D01*
X67046627Y-93835160D01*
X66970667Y-93651323D01*
X66920812Y-93601380D01*
X129132933Y-93601380D01*
X129208893Y-93785217D01*
X129349423Y-93925993D01*
X129533127Y-94002273D01*
X129732040Y-94002447D01*
X129915877Y-93926487D01*
X130056653Y-93785957D01*
X130128553Y-93612800D01*
X132326093Y-93612800D01*
X132402053Y-93796637D01*
X132542583Y-93937413D01*
X132726287Y-94013693D01*
X132925200Y-94013867D01*
X133109037Y-93937907D01*
X133249813Y-93797377D01*
X133326093Y-93613673D01*
X133326267Y-93414760D01*
X133250307Y-93230923D01*
X133109777Y-93090147D01*
X132926073Y-93013867D01*
X132727160Y-93013693D01*
X132543323Y-93089653D01*
X132402547Y-93230183D01*
X132326267Y-93413887D01*
X132326093Y-93612800D01*
X130128553Y-93612800D01*
X130132933Y-93602253D01*
X130133107Y-93403340D01*
X130057147Y-93219503D01*
X129916617Y-93078727D01*
X129732913Y-93002447D01*
X129534000Y-93002273D01*
X129350163Y-93078233D01*
X129209387Y-93218763D01*
X129133107Y-93402467D01*
X129132933Y-93601380D01*
X66920812Y-93601380D01*
X66830137Y-93510547D01*
X66646433Y-93434267D01*
X66447520Y-93434093D01*
X66263683Y-93510053D01*
X66122907Y-93650583D01*
X66046627Y-93834287D01*
X66046453Y-94033200D01*
X66103366Y-94170941D01*
X66011433Y-94132767D01*
X65812520Y-94132593D01*
X65628683Y-94208553D01*
X65487907Y-94349083D01*
X65411627Y-94532787D01*
X65411453Y-94731700D01*
X57890580Y-94731700D01*
X57890580Y-92548580D01*
X57868358Y-92436862D01*
X57863938Y-92414640D01*
X57788067Y-92301092D01*
X57687380Y-92200405D01*
X57687380Y-91123600D01*
X59872593Y-91123600D01*
X59948553Y-91307437D01*
X60089083Y-91448213D01*
X60272787Y-91524493D01*
X60471700Y-91524667D01*
X60655537Y-91448707D01*
X60796313Y-91308177D01*
X60872593Y-91124473D01*
X60872767Y-90925560D01*
X60796807Y-90741723D01*
X60656277Y-90600947D01*
X60551140Y-90557291D01*
X60668237Y-90508907D01*
X60809013Y-90368377D01*
X60885293Y-90184673D01*
X60885467Y-89985760D01*
X60809507Y-89801923D01*
X60668977Y-89661147D01*
X60485273Y-89584867D01*
X60286360Y-89584693D01*
X60102523Y-89660653D01*
X59961747Y-89801183D01*
X59885467Y-89984887D01*
X59885293Y-90183800D01*
X59961253Y-90367637D01*
X60101783Y-90508413D01*
X60206920Y-90552069D01*
X60089823Y-90600453D01*
X59949047Y-90740983D01*
X59872767Y-90924687D01*
X59872593Y-91123600D01*
X57687380Y-91123600D01*
X57687380Y-88268680D01*
X57660738Y-88134741D01*
X57660738Y-88134740D01*
X57584867Y-88021192D01*
X57331780Y-87768106D01*
X57331780Y-85786254D01*
X58208984Y-86663459D01*
X58208893Y-86767500D01*
X58284853Y-86951337D01*
X58425383Y-87092113D01*
X58609087Y-87168393D01*
X58808000Y-87168567D01*
X58991837Y-87092607D01*
X59132613Y-86952077D01*
X59208893Y-86768373D01*
X59209067Y-86569460D01*
X59133107Y-86385623D01*
X58992577Y-86244847D01*
X58808873Y-86168567D01*
X58703950Y-86168475D01*
X57763580Y-85228106D01*
X57763580Y-84226385D01*
X57783587Y-84234693D01*
X57982500Y-84234867D01*
X58166337Y-84158907D01*
X58240594Y-84084780D01*
X59077280Y-84084780D01*
X59211219Y-84058138D01*
X59324767Y-83982267D01*
X61076780Y-82230255D01*
X61076780Y-90769079D01*
X61003147Y-90842583D01*
X60926867Y-91026287D01*
X60926693Y-91225200D01*
X61002653Y-91409037D01*
X61143183Y-91549813D01*
X61326887Y-91626093D01*
X61525800Y-91626267D01*
X61709637Y-91550307D01*
X61850413Y-91409777D01*
X61926693Y-91226073D01*
X61926867Y-91027160D01*
X61850907Y-90843323D01*
X61776780Y-90769066D01*
X61776780Y-85633854D01*
X61965780Y-85822855D01*
X61965780Y-91632679D01*
X61892147Y-91706183D01*
X61815867Y-91889887D01*
X61815693Y-92088800D01*
X61843927Y-92157130D01*
X61710377Y-92023347D01*
X61526673Y-91947067D01*
X61327760Y-91946893D01*
X61143923Y-92022853D01*
X61003147Y-92163383D01*
X60926867Y-92347087D01*
X60926693Y-92546000D01*
X61002653Y-92729837D01*
X61143183Y-92870613D01*
X61326887Y-92946893D01*
X61525800Y-92947067D01*
X61709637Y-92871107D01*
X61850413Y-92730577D01*
X61926693Y-92546873D01*
X61926867Y-92347960D01*
X61898633Y-92279630D01*
X62032183Y-92413413D01*
X62215887Y-92489693D01*
X62414800Y-92489867D01*
X62598637Y-92413907D01*
X62739413Y-92273377D01*
X62815693Y-92089673D01*
X62815707Y-92073560D01*
X133321773Y-92073560D01*
X133397733Y-92257397D01*
X133538263Y-92398173D01*
X133721967Y-92474453D01*
X133920880Y-92474627D01*
X134104717Y-92398667D01*
X134245493Y-92258137D01*
X134321773Y-92074433D01*
X134321947Y-91875520D01*
X134245987Y-91691683D01*
X134105457Y-91550907D01*
X133921753Y-91474627D01*
X133722840Y-91474453D01*
X133539003Y-91550413D01*
X133398227Y-91690943D01*
X133321947Y-91874647D01*
X133321773Y-92073560D01*
X62815707Y-92073560D01*
X62815867Y-91890760D01*
X62739907Y-91706923D01*
X62665780Y-91632666D01*
X62665780Y-90945800D01*
X130281393Y-90945800D01*
X130357353Y-91129637D01*
X130497883Y-91270413D01*
X130681587Y-91346693D01*
X130880500Y-91346867D01*
X131064337Y-91270907D01*
X131205113Y-91130377D01*
X131281393Y-90946673D01*
X131281567Y-90747760D01*
X131205607Y-90563923D01*
X131065077Y-90423147D01*
X130881373Y-90346867D01*
X130682460Y-90346693D01*
X130498623Y-90422653D01*
X130357847Y-90563183D01*
X130281567Y-90746887D01*
X130281393Y-90945800D01*
X62665780Y-90945800D01*
X62665780Y-88761400D01*
X63415893Y-88761400D01*
X63491853Y-88945237D01*
X63632383Y-89086013D01*
X63816087Y-89162293D01*
X64015000Y-89162467D01*
X64198837Y-89086507D01*
X64339613Y-88945977D01*
X64415893Y-88762273D01*
X64416067Y-88563360D01*
X64344032Y-88389020D01*
X128907913Y-88389020D01*
X128983873Y-88572857D01*
X129124403Y-88713633D01*
X129139547Y-88719921D01*
X129125143Y-88725873D01*
X128984367Y-88866403D01*
X128908087Y-89050107D01*
X128907913Y-89249020D01*
X128983873Y-89432857D01*
X129124403Y-89573633D01*
X129175766Y-89594960D01*
X129139723Y-89609853D01*
X128998947Y-89750383D01*
X128922667Y-89934087D01*
X128922493Y-90133000D01*
X128998453Y-90316837D01*
X129138983Y-90457613D01*
X129322687Y-90533893D01*
X129521600Y-90534067D01*
X129705437Y-90458107D01*
X129846213Y-90317577D01*
X129922493Y-90133873D01*
X129922667Y-89934960D01*
X129846707Y-89751123D01*
X129706177Y-89610347D01*
X129654814Y-89589020D01*
X129690857Y-89574127D01*
X129831633Y-89433597D01*
X129907913Y-89249893D01*
X129908087Y-89050980D01*
X129832127Y-88867143D01*
X129691597Y-88726367D01*
X129676453Y-88720079D01*
X129690857Y-88714127D01*
X129831633Y-88573597D01*
X129907913Y-88389893D01*
X129908087Y-88190980D01*
X129832127Y-88007143D01*
X129691597Y-87866367D01*
X129507893Y-87790087D01*
X129308980Y-87789913D01*
X129125143Y-87865873D01*
X128984367Y-88006403D01*
X128908087Y-88190107D01*
X128907913Y-88389020D01*
X64344032Y-88389020D01*
X64340107Y-88379523D01*
X64199577Y-88238747D01*
X64015873Y-88162467D01*
X63816960Y-88162293D01*
X63633123Y-88238253D01*
X63492347Y-88378783D01*
X63416067Y-88562487D01*
X63415893Y-88761400D01*
X62665780Y-88761400D01*
X62665780Y-85802300D01*
X133316693Y-85802300D01*
X133392653Y-85986137D01*
X133533183Y-86126913D01*
X133716887Y-86203193D01*
X133915800Y-86203367D01*
X134099637Y-86127407D01*
X134240413Y-85986877D01*
X134316693Y-85803173D01*
X134316867Y-85604260D01*
X134240907Y-85420423D01*
X134100377Y-85279647D01*
X133916673Y-85203367D01*
X133717760Y-85203193D01*
X133533923Y-85279153D01*
X133393147Y-85419683D01*
X133316867Y-85603387D01*
X133316693Y-85802300D01*
X62665780Y-85802300D01*
X62665780Y-85677880D01*
X62639138Y-85543941D01*
X62639138Y-85543940D01*
X62563267Y-85430392D01*
X62310180Y-85177306D01*
X62310180Y-83538824D01*
X141597896Y-83538824D01*
X141689048Y-83759429D01*
X141857683Y-83928359D01*
X142078129Y-84019896D01*
X142316824Y-84020104D01*
X142537429Y-83928952D01*
X142706359Y-83760317D01*
X142797896Y-83539871D01*
X142798104Y-83301176D01*
X142706952Y-83080571D01*
X142538317Y-82911641D01*
X142317871Y-82820104D01*
X142079176Y-82819896D01*
X141858571Y-82911048D01*
X141689641Y-83079683D01*
X141598104Y-83300129D01*
X141597896Y-83538824D01*
X62310180Y-83538824D01*
X62310180Y-82439020D01*
X138447913Y-82439020D01*
X138523873Y-82622857D01*
X138664403Y-82763633D01*
X138848107Y-82839913D01*
X139047020Y-82840087D01*
X139230857Y-82764127D01*
X139371633Y-82623597D01*
X139447913Y-82439893D01*
X139448087Y-82240980D01*
X139372127Y-82057143D01*
X139360038Y-82045032D01*
X139451633Y-81953597D01*
X139527913Y-81769893D01*
X139528087Y-81570980D01*
X139452127Y-81387143D01*
X139395125Y-81330041D01*
X139431633Y-81293597D01*
X139507913Y-81109893D01*
X139508087Y-80910980D01*
X139432127Y-80727143D01*
X139291597Y-80586367D01*
X139107893Y-80510087D01*
X138908980Y-80509913D01*
X138725143Y-80585873D01*
X138584367Y-80726403D01*
X138508087Y-80910107D01*
X138507913Y-81109020D01*
X138583873Y-81292857D01*
X138640875Y-81349959D01*
X138604367Y-81386403D01*
X138528087Y-81570107D01*
X138527913Y-81769020D01*
X138603873Y-81952857D01*
X138615962Y-81964968D01*
X138524367Y-82056403D01*
X138448087Y-82240107D01*
X138447913Y-82439020D01*
X62310180Y-82439020D01*
X62310180Y-81250854D01*
X62868068Y-80692967D01*
X62943938Y-80579419D01*
X62970580Y-80445480D01*
X62970580Y-78095980D01*
X62943938Y-77962041D01*
X62868067Y-77848493D01*
X62576880Y-77557306D01*
X62576880Y-71534178D01*
X62602853Y-71597037D01*
X62743383Y-71737813D01*
X62927087Y-71814093D01*
X63126000Y-71814267D01*
X63309837Y-71738307D01*
X63450613Y-71597777D01*
X63526893Y-71414073D01*
X63527067Y-71215160D01*
X63451107Y-71031323D01*
X63310577Y-70890547D01*
X63126873Y-70814267D01*
X62927960Y-70814093D01*
X62744123Y-70890053D01*
X62603347Y-71030583D01*
X62576880Y-71094323D01*
X62576880Y-70570154D01*
X62868067Y-70278967D01*
X62943938Y-70165419D01*
X62970580Y-70031480D01*
X62970580Y-64532380D01*
X62962713Y-64492830D01*
X62968093Y-64479873D01*
X62968267Y-64280960D01*
X62892307Y-64097123D01*
X62818180Y-64022866D01*
X62818180Y-63643380D01*
X62791538Y-63509441D01*
X62715667Y-63395893D01*
X61954580Y-62634806D01*
X61954580Y-58205200D01*
X62958693Y-58205200D01*
X63034653Y-58389037D01*
X63175183Y-58529813D01*
X63358887Y-58606093D01*
X63463810Y-58606185D01*
X63896180Y-59038555D01*
X63896180Y-80750280D01*
X63920277Y-80871422D01*
X63922822Y-80884219D01*
X63998693Y-80997767D01*
X64493993Y-81493067D01*
X64607541Y-81568938D01*
X64741480Y-81595580D01*
X66124279Y-81595580D01*
X66197783Y-81669213D01*
X66381487Y-81745493D01*
X66580400Y-81745667D01*
X66764237Y-81669707D01*
X66905013Y-81529177D01*
X66981293Y-81345473D01*
X66981467Y-81146560D01*
X66905507Y-80962723D01*
X66778947Y-80835942D01*
X66841593Y-80685073D01*
X66841676Y-80589951D01*
X66859800Y-80589967D01*
X67043637Y-80514007D01*
X67117894Y-80439880D01*
X67459280Y-80439880D01*
X67593219Y-80413238D01*
X67706767Y-80337367D01*
X68557667Y-79486468D01*
X68633538Y-79372920D01*
X68646597Y-79307267D01*
X68660180Y-79238980D01*
X68660180Y-78189020D01*
X128887913Y-78189020D01*
X128963873Y-78372857D01*
X129104403Y-78513633D01*
X129288107Y-78589913D01*
X129487020Y-78590087D01*
X129670857Y-78514127D01*
X129811633Y-78373597D01*
X129887913Y-78189893D01*
X129888087Y-77990980D01*
X129812127Y-77807143D01*
X129671597Y-77666367D01*
X129487893Y-77590087D01*
X129288980Y-77589913D01*
X129105143Y-77665873D01*
X128964367Y-77806403D01*
X128888087Y-77990107D01*
X128887913Y-78189020D01*
X68660180Y-78189020D01*
X68660180Y-77279020D01*
X129397913Y-77279020D01*
X129473873Y-77462857D01*
X129614403Y-77603633D01*
X129798107Y-77679913D01*
X129997020Y-77680087D01*
X130180857Y-77604127D01*
X130321633Y-77463597D01*
X130360985Y-77368824D01*
X139177896Y-77368824D01*
X139269048Y-77589429D01*
X139437683Y-77758359D01*
X139658129Y-77849896D01*
X139896824Y-77850104D01*
X140117429Y-77758952D01*
X140286359Y-77590317D01*
X140377896Y-77369871D01*
X140378104Y-77131176D01*
X140286952Y-76910571D01*
X140118317Y-76741641D01*
X139897871Y-76650104D01*
X139659176Y-76649896D01*
X139438571Y-76741048D01*
X139269641Y-76909683D01*
X139178104Y-77130129D01*
X139177896Y-77368824D01*
X130360985Y-77368824D01*
X130397913Y-77279893D01*
X130398087Y-77080980D01*
X130322127Y-76897143D01*
X130181597Y-76756367D01*
X129997893Y-76680087D01*
X129798980Y-76679913D01*
X129615143Y-76755873D01*
X129474367Y-76896403D01*
X129398087Y-77080107D01*
X129397913Y-77279020D01*
X68660180Y-77279020D01*
X68660180Y-76480500D01*
X130306793Y-76480500D01*
X130382753Y-76664337D01*
X130523283Y-76805113D01*
X130706987Y-76881393D01*
X130905900Y-76881567D01*
X131089737Y-76805607D01*
X131230513Y-76665077D01*
X131306793Y-76481373D01*
X131306967Y-76282460D01*
X131231007Y-76098623D01*
X131090477Y-75957847D01*
X130906773Y-75881567D01*
X130707860Y-75881393D01*
X130524023Y-75957353D01*
X130383247Y-76097883D01*
X130306967Y-76281587D01*
X130306793Y-76480500D01*
X68660180Y-76480500D01*
X68660180Y-59350780D01*
X68633538Y-59216841D01*
X68621203Y-59198380D01*
X68557668Y-59103293D01*
X68134783Y-58680408D01*
X68313637Y-58606507D01*
X68454413Y-58465977D01*
X68530693Y-58282273D01*
X68530867Y-58083360D01*
X68480259Y-57960880D01*
X71243880Y-57960880D01*
X71377819Y-57934238D01*
X71491367Y-57858367D01*
X72494667Y-56855068D01*
X72552915Y-56767893D01*
X72570538Y-56741519D01*
X72597180Y-56607580D01*
X72597180Y-53599020D01*
X72787913Y-53599020D01*
X72863873Y-53782857D01*
X73004403Y-53923633D01*
X73188107Y-53999913D01*
X73293031Y-54000005D01*
X74360980Y-55067955D01*
X74360980Y-57088679D01*
X74287347Y-57162183D01*
X74211067Y-57345887D01*
X74210893Y-57544800D01*
X74286853Y-57728637D01*
X74427383Y-57869413D01*
X74611087Y-57945693D01*
X74810000Y-57945867D01*
X74993837Y-57869907D01*
X75134613Y-57729377D01*
X75210893Y-57545673D01*
X75211067Y-57346760D01*
X75135107Y-57162923D01*
X75060980Y-57088666D01*
X75060980Y-54922980D01*
X75034338Y-54789041D01*
X74958468Y-54675493D01*
X73787996Y-53505022D01*
X73788087Y-53400980D01*
X73712127Y-53217143D01*
X73571597Y-53076367D01*
X73387893Y-53000087D01*
X73188980Y-52999913D01*
X73005143Y-53075873D01*
X72864367Y-53216403D01*
X72788087Y-53400107D01*
X72787913Y-53599020D01*
X72597180Y-53599020D01*
X72597180Y-52891754D01*
X72908935Y-52580000D01*
X72930899Y-52580000D01*
X73004403Y-52653633D01*
X73188107Y-52729913D01*
X73387020Y-52730087D01*
X73570857Y-52654127D01*
X73711633Y-52513597D01*
X73787913Y-52329893D01*
X73788087Y-52130980D01*
X73712127Y-51947143D01*
X73571597Y-51806367D01*
X73387893Y-51730087D01*
X73188980Y-51729913D01*
X73005143Y-51805873D01*
X72930886Y-51880000D01*
X72763960Y-51880000D01*
X72652242Y-51902222D01*
X72630020Y-51906642D01*
X72516472Y-51982513D01*
X71999693Y-52499293D01*
X71923822Y-52612841D01*
X71897180Y-52746780D01*
X71897180Y-56462605D01*
X71098906Y-57260880D01*
X67702081Y-57260880D01*
X67628577Y-57187247D01*
X67444873Y-57110967D01*
X67245960Y-57110793D01*
X67155230Y-57148282D01*
X67155230Y-56631904D01*
X67276865Y-56510269D01*
X67276693Y-56706600D01*
X67352653Y-56890437D01*
X67493183Y-57031213D01*
X67676887Y-57107493D01*
X67875800Y-57107667D01*
X68059637Y-57031707D01*
X68200413Y-56891177D01*
X68276693Y-56707473D01*
X68276867Y-56508560D01*
X68200907Y-56324723D01*
X68184410Y-56308198D01*
X68339037Y-56244307D01*
X68479813Y-56103777D01*
X68556093Y-55920073D01*
X68556267Y-55721160D01*
X68480307Y-55537323D01*
X68339777Y-55396547D01*
X68156073Y-55320267D01*
X67957160Y-55320093D01*
X67773323Y-55396053D01*
X67699066Y-55470180D01*
X67471980Y-55470180D01*
X67338041Y-55496822D01*
X67225080Y-55572301D01*
X67225080Y-54905780D01*
X67198438Y-54771841D01*
X67164004Y-54720307D01*
X67122567Y-54658292D01*
X66717080Y-54252806D01*
X66717080Y-51118600D01*
X68343493Y-51118600D01*
X68419453Y-51302437D01*
X68559983Y-51443213D01*
X68743687Y-51519493D01*
X68942600Y-51519667D01*
X69126437Y-51443707D01*
X69267213Y-51303177D01*
X69343493Y-51119473D01*
X69343667Y-50920560D01*
X69267707Y-50736723D01*
X69127177Y-50595947D01*
X68943473Y-50519667D01*
X68744560Y-50519493D01*
X68560723Y-50595453D01*
X68419947Y-50735983D01*
X68343667Y-50919687D01*
X68343493Y-51118600D01*
X66717080Y-51118600D01*
X66717080Y-50155980D01*
X66699744Y-50068824D01*
X69377896Y-50068824D01*
X69469048Y-50289429D01*
X69637683Y-50458359D01*
X69858129Y-50549896D01*
X70096824Y-50550104D01*
X70317429Y-50458952D01*
X70486359Y-50290317D01*
X70557568Y-50118824D01*
X70947896Y-50118824D01*
X71039048Y-50339429D01*
X71207683Y-50508359D01*
X71428129Y-50599896D01*
X71666824Y-50600104D01*
X71887429Y-50508952D01*
X72056359Y-50340317D01*
X72147896Y-50119871D01*
X72148104Y-49881176D01*
X72056952Y-49660571D01*
X71888317Y-49491641D01*
X71667871Y-49400104D01*
X71429176Y-49399896D01*
X71208571Y-49491048D01*
X71039641Y-49659683D01*
X70948104Y-49880129D01*
X70947896Y-50118824D01*
X70557568Y-50118824D01*
X70577896Y-50069871D01*
X70578104Y-49831176D01*
X70486952Y-49610571D01*
X70318317Y-49441641D01*
X70097871Y-49350104D01*
X69859176Y-49349896D01*
X69638571Y-49441048D01*
X69469641Y-49609683D01*
X69378104Y-49830129D01*
X69377896Y-50068824D01*
X66699744Y-50068824D01*
X66693392Y-50036893D01*
X66690438Y-50022040D01*
X66614567Y-49908492D01*
X66463080Y-49757006D01*
X66463080Y-48446754D01*
X66652668Y-48257167D01*
X66728538Y-48143619D01*
X66755180Y-48009680D01*
X66755180Y-45271242D01*
X66783600Y-45271267D01*
X66967437Y-45195307D01*
X67108213Y-45054777D01*
X67184493Y-44871073D01*
X67184667Y-44672160D01*
X67108707Y-44488323D01*
X66968177Y-44347547D01*
X66784473Y-44271267D01*
X66585560Y-44271093D01*
X66401723Y-44347053D01*
X66260947Y-44487583D01*
X66184667Y-44671287D01*
X66184575Y-44776211D01*
X66157693Y-44803093D01*
X66081822Y-44916641D01*
X66055180Y-45050580D01*
X66055180Y-47864705D01*
X65865593Y-48054293D01*
X65789722Y-48167841D01*
X65763080Y-48301780D01*
X65763080Y-49862267D01*
X65757871Y-49860104D01*
X65519176Y-49859896D01*
X65298571Y-49951048D01*
X65129641Y-50119683D01*
X65038104Y-50340129D01*
X65037896Y-50578824D01*
X65129048Y-50799429D01*
X65297683Y-50968359D01*
X65518129Y-51059896D01*
X65756824Y-51060104D01*
X65977429Y-50968952D01*
X66017080Y-50929370D01*
X66017080Y-54397780D01*
X66041228Y-54519180D01*
X66043722Y-54531719D01*
X66119593Y-54645267D01*
X66525080Y-55050755D01*
X66525080Y-55560905D01*
X66184582Y-55901404D01*
X66118107Y-55740523D01*
X65977577Y-55599747D01*
X65793873Y-55523467D01*
X65594960Y-55523293D01*
X65411123Y-55599253D01*
X65270347Y-55739783D01*
X65194067Y-55923487D01*
X65193975Y-56028411D01*
X64506693Y-56715693D01*
X64430822Y-56829241D01*
X64404180Y-56963180D01*
X64404180Y-58556605D01*
X63958776Y-58111202D01*
X63958867Y-58007160D01*
X63882907Y-57823323D01*
X63742377Y-57682547D01*
X63558673Y-57606267D01*
X63359760Y-57606093D01*
X63175923Y-57682053D01*
X63035147Y-57822583D01*
X62958867Y-58006287D01*
X62958693Y-58205200D01*
X61954580Y-58205200D01*
X61954580Y-52308165D01*
X62012687Y-52332293D01*
X62211600Y-52332467D01*
X62395437Y-52256507D01*
X62536213Y-52115977D01*
X62612493Y-51932273D01*
X62612599Y-51811373D01*
X63388180Y-52586955D01*
X63388180Y-55361479D01*
X63314547Y-55434983D01*
X63238267Y-55618687D01*
X63238128Y-55778118D01*
X63087023Y-55840553D01*
X62963569Y-55963791D01*
X62892307Y-55791323D01*
X62751777Y-55650547D01*
X62568073Y-55574267D01*
X62369160Y-55574093D01*
X62185323Y-55650053D01*
X62044547Y-55790583D01*
X61968267Y-55974287D01*
X61968093Y-56173200D01*
X62044053Y-56357037D01*
X62184583Y-56497813D01*
X62368287Y-56574093D01*
X62567200Y-56574267D01*
X62751037Y-56498307D01*
X62874491Y-56375069D01*
X62945753Y-56547537D01*
X63086283Y-56688313D01*
X63269987Y-56764593D01*
X63468900Y-56764767D01*
X63652737Y-56688807D01*
X63793513Y-56548277D01*
X63869793Y-56364573D01*
X63869932Y-56205142D01*
X64021037Y-56142707D01*
X64161813Y-56002177D01*
X64238093Y-55818473D01*
X64238267Y-55619560D01*
X64162307Y-55435723D01*
X64088180Y-55361466D01*
X64088180Y-52441980D01*
X64065711Y-52329020D01*
X64061538Y-52308040D01*
X63985667Y-52194492D01*
X62818180Y-51027006D01*
X62818180Y-50388420D01*
X62918107Y-50429913D01*
X63117020Y-50430087D01*
X63300857Y-50354127D01*
X63441633Y-50213597D01*
X63517913Y-50029893D01*
X63518087Y-49830980D01*
X63442127Y-49647143D01*
X63301597Y-49506367D01*
X63117893Y-49430087D01*
X62918980Y-49429913D01*
X62818180Y-49471563D01*
X62818180Y-46888420D01*
X62918107Y-46929913D01*
X63117020Y-46930087D01*
X63300857Y-46854127D01*
X63441633Y-46713597D01*
X63517913Y-46529893D01*
X63518087Y-46330980D01*
X63442127Y-46147143D01*
X63301597Y-46006367D01*
X63117893Y-45930087D01*
X62918980Y-45929913D01*
X62818180Y-45971563D01*
X62818180Y-44293634D01*
X63304390Y-44780693D01*
X63947356Y-45047676D01*
X64643549Y-45048284D01*
X65286981Y-44782423D01*
X65779693Y-44290570D01*
X66046676Y-43647604D01*
X66046678Y-43644549D01*
X67626676Y-43644549D01*
X67892537Y-44287981D01*
X68384390Y-44780693D01*
X69027356Y-45047676D01*
X69723549Y-45048284D01*
X70366981Y-44782423D01*
X70859693Y-44290570D01*
X71126676Y-43647604D01*
X71126678Y-43644549D01*
X72706676Y-43644549D01*
X72972537Y-44287981D01*
X73464390Y-44780693D01*
X74107356Y-45047676D01*
X74803549Y-45048284D01*
X75446981Y-44782423D01*
X75939693Y-44290570D01*
X75986580Y-44177654D01*
X75986580Y-47699605D01*
X75631893Y-48054293D01*
X75556022Y-48167841D01*
X75529380Y-48301780D01*
X75529380Y-51408921D01*
X75469523Y-51433653D01*
X75328747Y-51574183D01*
X75252467Y-51757887D01*
X75252293Y-51956800D01*
X75328253Y-52140637D01*
X75394196Y-52206696D01*
X75324367Y-52276403D01*
X75248087Y-52460107D01*
X75247913Y-52659020D01*
X75323873Y-52842857D01*
X75464403Y-52983633D01*
X75648107Y-53059913D01*
X75847020Y-53060087D01*
X76030857Y-52984127D01*
X76105114Y-52910000D01*
X76497960Y-52910000D01*
X76631899Y-52883358D01*
X76745447Y-52807487D01*
X77371467Y-52181467D01*
X77447338Y-52067919D01*
X77450079Y-52054138D01*
X77473980Y-51933980D01*
X77473980Y-50268824D01*
X79287896Y-50268824D01*
X79379048Y-50489429D01*
X79547683Y-50658359D01*
X79768129Y-50749896D01*
X80006824Y-50750104D01*
X80227429Y-50658952D01*
X80396359Y-50490317D01*
X80487896Y-50269871D01*
X80488010Y-50138824D01*
X81787896Y-50138824D01*
X81879048Y-50359429D01*
X82047683Y-50528359D01*
X82268129Y-50619896D01*
X82506824Y-50620104D01*
X82727429Y-50528952D01*
X82896359Y-50360317D01*
X82987896Y-50139871D01*
X82988104Y-49901176D01*
X82896952Y-49680571D01*
X82728317Y-49511641D01*
X82507871Y-49420104D01*
X82269176Y-49419896D01*
X82048571Y-49511048D01*
X81879641Y-49679683D01*
X81788104Y-49900129D01*
X81787896Y-50138824D01*
X80488010Y-50138824D01*
X80488104Y-50031176D01*
X80396952Y-49810571D01*
X80228317Y-49641641D01*
X80007871Y-49550104D01*
X79769176Y-49549896D01*
X79548571Y-49641048D01*
X79379641Y-49809683D01*
X79288104Y-50030129D01*
X79287896Y-50268824D01*
X77473980Y-50268824D01*
X77473980Y-47049754D01*
X77828667Y-46695068D01*
X77902835Y-46584067D01*
X77904538Y-46581519D01*
X77931180Y-46447580D01*
X77931180Y-43994275D01*
X78052537Y-44287981D01*
X78544390Y-44780693D01*
X79187356Y-45047676D01*
X79883549Y-45048284D01*
X80526981Y-44782423D01*
X81019693Y-44290570D01*
X81286676Y-43647604D01*
X81286678Y-43644549D01*
X82866676Y-43644549D01*
X83132537Y-44287981D01*
X83624390Y-44780693D01*
X84267356Y-45047676D01*
X84302678Y-45047707D01*
X83861493Y-45488893D01*
X83785622Y-45602441D01*
X83758980Y-45736380D01*
X83758980Y-55159780D01*
X83781497Y-55272980D01*
X83785622Y-55293719D01*
X83861493Y-55407267D01*
X84318692Y-55864467D01*
X84392245Y-55913613D01*
X84432241Y-55940338D01*
X84566180Y-55966980D01*
X84615479Y-55966980D01*
X84688983Y-56040613D01*
X84872687Y-56116893D01*
X85071600Y-56117067D01*
X85255437Y-56041107D01*
X85396213Y-55900577D01*
X85472493Y-55716873D01*
X85472667Y-55517960D01*
X85396707Y-55334123D01*
X85256177Y-55193347D01*
X85072473Y-55117067D01*
X84873560Y-55116893D01*
X84689723Y-55192853D01*
X84663352Y-55219178D01*
X84458980Y-55014806D01*
X84458980Y-53214100D01*
X85818693Y-53214100D01*
X85894653Y-53397937D01*
X86035183Y-53538713D01*
X86218887Y-53614993D01*
X86417800Y-53615167D01*
X86601637Y-53539207D01*
X86742413Y-53398677D01*
X86818693Y-53214973D01*
X86818867Y-53016060D01*
X86742907Y-52832223D01*
X86602377Y-52691447D01*
X86418673Y-52615167D01*
X86219760Y-52614993D01*
X86035923Y-52690953D01*
X85895147Y-52831483D01*
X85818867Y-53015187D01*
X85818693Y-53214100D01*
X84458980Y-53214100D01*
X84458980Y-49543800D01*
X85793293Y-49543800D01*
X85869253Y-49727637D01*
X85943380Y-49801894D01*
X85943380Y-51019580D01*
X85966108Y-51133840D01*
X85970022Y-51153519D01*
X86045893Y-51267067D01*
X88076980Y-53298154D01*
X88076980Y-55463079D01*
X88003347Y-55536583D01*
X87927067Y-55720287D01*
X87926893Y-55919200D01*
X88002853Y-56103037D01*
X88143383Y-56243813D01*
X88327087Y-56320093D01*
X88526000Y-56320267D01*
X88709837Y-56244307D01*
X88850613Y-56103777D01*
X88926893Y-55920073D01*
X88927067Y-55721160D01*
X88851107Y-55537323D01*
X88776980Y-55463066D01*
X88776980Y-53153180D01*
X88750338Y-53019241D01*
X88674467Y-52905693D01*
X86643380Y-50874606D01*
X86643380Y-50636000D01*
X89984293Y-50636000D01*
X90060253Y-50819837D01*
X90200783Y-50960613D01*
X90384487Y-51036893D01*
X90583400Y-51037067D01*
X90767237Y-50961107D01*
X90788000Y-50940380D01*
X90788000Y-55142899D01*
X90714367Y-55216403D01*
X90638087Y-55400107D01*
X90637913Y-55599020D01*
X90713873Y-55782857D01*
X90854403Y-55923633D01*
X91038107Y-55999913D01*
X91237020Y-56000087D01*
X91420857Y-55924127D01*
X91561633Y-55783597D01*
X91637913Y-55599893D01*
X91638087Y-55400980D01*
X91562127Y-55217143D01*
X91488000Y-55142886D01*
X91488000Y-50333134D01*
X91958076Y-49863058D01*
X91957913Y-50049020D01*
X92033873Y-50232857D01*
X92174403Y-50373633D01*
X92358107Y-50449913D01*
X92557020Y-50450087D01*
X92740857Y-50374127D01*
X92881633Y-50233597D01*
X92957913Y-50049893D01*
X92958087Y-49850980D01*
X92945361Y-49820180D01*
X94200206Y-49820180D01*
X94543684Y-50163658D01*
X94543593Y-50267700D01*
X94619553Y-50451537D01*
X94760083Y-50592313D01*
X94943787Y-50668593D01*
X95142700Y-50668767D01*
X95326537Y-50592807D01*
X95467313Y-50452277D01*
X95543593Y-50268573D01*
X95543767Y-50069660D01*
X95467807Y-49885823D01*
X95327277Y-49745047D01*
X95143573Y-49668767D01*
X95038649Y-49668675D01*
X94592667Y-49222693D01*
X94479119Y-49146822D01*
X94345180Y-49120180D01*
X91855980Y-49120180D01*
X91722041Y-49146822D01*
X91608493Y-49222693D01*
X90890513Y-49940673D01*
X90814642Y-50054221D01*
X90797082Y-50142503D01*
X90767977Y-50113347D01*
X90584273Y-50037067D01*
X90385360Y-50036893D01*
X90201523Y-50112853D01*
X90060747Y-50253383D01*
X89984467Y-50437087D01*
X89984293Y-50636000D01*
X86643380Y-50636000D01*
X86643380Y-49801881D01*
X86717013Y-49728377D01*
X86793293Y-49544673D01*
X86793427Y-49391400D01*
X87037893Y-49391400D01*
X87113853Y-49575237D01*
X87254383Y-49716013D01*
X87438087Y-49792293D01*
X87637000Y-49792467D01*
X87820837Y-49716507D01*
X87961613Y-49575977D01*
X88037893Y-49392273D01*
X88038067Y-49193360D01*
X87962107Y-49009523D01*
X87821577Y-48868747D01*
X87637873Y-48792467D01*
X87438960Y-48792293D01*
X87255123Y-48868253D01*
X87114347Y-49008783D01*
X87038067Y-49192487D01*
X87037893Y-49391400D01*
X86793427Y-49391400D01*
X86793467Y-49345760D01*
X86717507Y-49161923D01*
X86576977Y-49021147D01*
X86393273Y-48944867D01*
X86194360Y-48944693D01*
X86010523Y-49020653D01*
X85869747Y-49161183D01*
X85793467Y-49344887D01*
X85793293Y-49543800D01*
X84458980Y-49543800D01*
X84458980Y-45881354D01*
X84914355Y-45425980D01*
X85453679Y-45425980D01*
X85527183Y-45499613D01*
X85710887Y-45575893D01*
X85909800Y-45576067D01*
X86093637Y-45500107D01*
X86234413Y-45359577D01*
X86310693Y-45175873D01*
X86310867Y-44976960D01*
X86234907Y-44793123D01*
X86094377Y-44652347D01*
X85910673Y-44576067D01*
X85813782Y-44575982D01*
X86099693Y-44290570D01*
X86347182Y-43694549D01*
X87946676Y-43694549D01*
X88212537Y-44337981D01*
X88704390Y-44830693D01*
X89347356Y-45097676D01*
X90043549Y-45098284D01*
X90686981Y-44832423D01*
X91179693Y-44340570D01*
X91446676Y-43697604D01*
X91446722Y-43644549D01*
X93026676Y-43644549D01*
X93292537Y-44287981D01*
X93784390Y-44780693D01*
X94427356Y-45047676D01*
X95123549Y-45048284D01*
X95766981Y-44782423D01*
X96255780Y-44294476D01*
X96255780Y-50988906D01*
X95201102Y-52043584D01*
X95097060Y-52043493D01*
X94913223Y-52119453D01*
X94772447Y-52259983D01*
X94696167Y-52443687D01*
X94695993Y-52642600D01*
X94771953Y-52826437D01*
X94912483Y-52967213D01*
X95096187Y-53043493D01*
X95295100Y-53043667D01*
X95478937Y-52967707D01*
X95619713Y-52827177D01*
X95643943Y-52768824D01*
X96807896Y-52768824D01*
X96899048Y-52989429D01*
X97067683Y-53158359D01*
X97288129Y-53249896D01*
X97526824Y-53250104D01*
X97747429Y-53158952D01*
X97916359Y-52990317D01*
X98007896Y-52769871D01*
X98008104Y-52531176D01*
X97916952Y-52310571D01*
X97748317Y-52141641D01*
X97527871Y-52050104D01*
X97289176Y-52049896D01*
X97068571Y-52141048D01*
X96899641Y-52309683D01*
X96808104Y-52530129D01*
X96807896Y-52768824D01*
X95643943Y-52768824D01*
X95695993Y-52643473D01*
X95696085Y-52538549D01*
X96853267Y-51381367D01*
X96929138Y-51267819D01*
X96955780Y-51133880D01*
X96955780Y-50314867D01*
X96983873Y-50382857D01*
X97124403Y-50523633D01*
X97308107Y-50599913D01*
X97507020Y-50600087D01*
X97690857Y-50524127D01*
X97831633Y-50383597D01*
X97907913Y-50199893D01*
X97908087Y-50000980D01*
X97832127Y-49817143D01*
X97691597Y-49676367D01*
X97507893Y-49600087D01*
X97308980Y-49599913D01*
X97125143Y-49675873D01*
X96984367Y-49816403D01*
X96955780Y-49885249D01*
X96955780Y-39605408D01*
X96957183Y-39606813D01*
X97140887Y-39683093D01*
X97339800Y-39683267D01*
X97523637Y-39607307D01*
X97525780Y-39605168D01*
X97525780Y-44621035D01*
X97389723Y-44677253D01*
X97248947Y-44817783D01*
X97172667Y-45001487D01*
X97172493Y-45200400D01*
X97248453Y-45384237D01*
X97388983Y-45525013D01*
X97572687Y-45601293D01*
X97771600Y-45601467D01*
X97955437Y-45525507D01*
X98096213Y-45384977D01*
X98172493Y-45201273D01*
X98172606Y-45071827D01*
X98199138Y-45032120D01*
X98205571Y-44999780D01*
X98225780Y-44898180D01*
X98225780Y-36212881D01*
X98299413Y-36139377D01*
X98375693Y-35955673D01*
X98375867Y-35756760D01*
X98299907Y-35572923D01*
X98159377Y-35432147D01*
X97975673Y-35355867D01*
X97776760Y-35355693D01*
X97592923Y-35431653D01*
X97452147Y-35572183D01*
X97375867Y-35755887D01*
X97375693Y-35954800D01*
X97451653Y-36138637D01*
X97525780Y-36212894D01*
X97525780Y-38760952D01*
X97524377Y-38759547D01*
X97340673Y-38683267D01*
X97141760Y-38683093D01*
X96957923Y-38759053D01*
X96955780Y-38761192D01*
X96955780Y-36263681D01*
X97029413Y-36190177D01*
X97105693Y-36006473D01*
X97105867Y-35807560D01*
X97029907Y-35623723D01*
X96889377Y-35482947D01*
X96705673Y-35406667D01*
X96506760Y-35406493D01*
X96322923Y-35482453D01*
X96182147Y-35622983D01*
X96105867Y-35806687D01*
X96105693Y-36005600D01*
X96181653Y-36189437D01*
X96255780Y-36263694D01*
X96255780Y-39585848D01*
X96223073Y-39572267D01*
X96024160Y-39572093D01*
X95840323Y-39648053D01*
X95699547Y-39788583D01*
X95623267Y-39972287D01*
X95623093Y-40171200D01*
X95699053Y-40355037D01*
X95839583Y-40495813D01*
X96023287Y-40572093D01*
X96222200Y-40572267D01*
X96255780Y-40558392D01*
X96255780Y-42302326D01*
X95769570Y-41815267D01*
X95126604Y-41548284D01*
X94430411Y-41547676D01*
X93786979Y-41813537D01*
X93294267Y-42305390D01*
X93027284Y-42948356D01*
X93026676Y-43644549D01*
X91446722Y-43644549D01*
X91447284Y-43001411D01*
X91181423Y-42357979D01*
X90689570Y-41865267D01*
X90046604Y-41598284D01*
X89350411Y-41597676D01*
X88706979Y-41863537D01*
X88214267Y-42355390D01*
X87947284Y-42998356D01*
X87946676Y-43694549D01*
X86347182Y-43694549D01*
X86366676Y-43647604D01*
X86367284Y-42951411D01*
X86101423Y-42307979D01*
X85609570Y-41815267D01*
X84966604Y-41548284D01*
X84270411Y-41547676D01*
X83626979Y-41813537D01*
X83134267Y-42305390D01*
X82867284Y-42948356D01*
X82866676Y-43644549D01*
X81286678Y-43644549D01*
X81287284Y-42951411D01*
X81021423Y-42307979D01*
X80529570Y-41815267D01*
X79886604Y-41548284D01*
X79190411Y-41547676D01*
X78546979Y-41813537D01*
X78054267Y-42305390D01*
X77931180Y-42601816D01*
X77931180Y-41563354D01*
X78388959Y-41105576D01*
X78493000Y-41105667D01*
X78676837Y-41029707D01*
X78817613Y-40889177D01*
X78893893Y-40705473D01*
X78894067Y-40506560D01*
X78818107Y-40322723D01*
X78677577Y-40181947D01*
X78493873Y-40105667D01*
X78294960Y-40105493D01*
X78111123Y-40181453D01*
X77970347Y-40321983D01*
X77894067Y-40505687D01*
X77893975Y-40610610D01*
X77333693Y-41170893D01*
X77257822Y-41284441D01*
X77231180Y-41418380D01*
X77231180Y-46302605D01*
X76876493Y-46657293D01*
X76800622Y-46770841D01*
X76773980Y-46904780D01*
X76773980Y-51789006D01*
X76352986Y-52210000D01*
X76107270Y-52210000D01*
X76176013Y-52141377D01*
X76252293Y-51957673D01*
X76252467Y-51758760D01*
X76229380Y-51702885D01*
X76229380Y-48446754D01*
X76584067Y-48092068D01*
X76659117Y-47979747D01*
X76659938Y-47978519D01*
X76686580Y-47844580D01*
X76686580Y-40707875D01*
X76711979Y-40580180D01*
X76685338Y-40446240D01*
X76609467Y-40332692D01*
X76430176Y-40153401D01*
X76430267Y-40049360D01*
X76354307Y-39865523D01*
X76213777Y-39724747D01*
X76030073Y-39648467D01*
X75831160Y-39648293D01*
X75647323Y-39724253D01*
X75506547Y-39864783D01*
X75430267Y-40048487D01*
X75430093Y-40247400D01*
X75506053Y-40431237D01*
X75646583Y-40572013D01*
X75830287Y-40648293D01*
X75935210Y-40648385D01*
X75986580Y-40699755D01*
X75986580Y-42417267D01*
X75941423Y-42307979D01*
X75449570Y-41815267D01*
X74806604Y-41548284D01*
X74110411Y-41547676D01*
X73466979Y-41813537D01*
X72974267Y-42305390D01*
X72707284Y-42948356D01*
X72706676Y-43644549D01*
X71126678Y-43644549D01*
X71127284Y-42951411D01*
X70861423Y-42307979D01*
X70369570Y-41815267D01*
X69726604Y-41548284D01*
X69030411Y-41547676D01*
X68386979Y-41813537D01*
X67894267Y-42305390D01*
X67627284Y-42948356D01*
X67626676Y-43644549D01*
X66046678Y-43644549D01*
X66047284Y-42951411D01*
X65781423Y-42307979D01*
X65289570Y-41815267D01*
X64646604Y-41548284D01*
X63950411Y-41547676D01*
X63306979Y-41813537D01*
X62818180Y-42301484D01*
X62818180Y-38164600D01*
X85971093Y-38164600D01*
X86047053Y-38348437D01*
X86187583Y-38489213D01*
X86371287Y-38565493D01*
X86570200Y-38565667D01*
X86754037Y-38489707D01*
X86894813Y-38349177D01*
X86971093Y-38165473D01*
X86971267Y-37966560D01*
X86895307Y-37782723D01*
X86754777Y-37641947D01*
X86571073Y-37565667D01*
X86372160Y-37565493D01*
X86188323Y-37641453D01*
X86047547Y-37781983D01*
X85971267Y-37965687D01*
X85971093Y-38164600D01*
X62818180Y-38164600D01*
X62818180Y-37016754D01*
X63613434Y-36221500D01*
X79976693Y-36221500D01*
X80052653Y-36405337D01*
X80193183Y-36546113D01*
X80376887Y-36622393D01*
X80575800Y-36622567D01*
X80759637Y-36546607D01*
X80900413Y-36406077D01*
X80976693Y-36222373D01*
X80976867Y-36023460D01*
X80900907Y-35839623D01*
X80760377Y-35698847D01*
X80576673Y-35622567D01*
X80377760Y-35622393D01*
X80193923Y-35698353D01*
X80053147Y-35838883D01*
X79976867Y-36022587D01*
X79976693Y-36221500D01*
X63613434Y-36221500D01*
X65838954Y-33995980D01*
X69840995Y-33995980D01*
X69816867Y-34054087D01*
X69816693Y-34253000D01*
X69892653Y-34436837D01*
X70033183Y-34577613D01*
X70216887Y-34653893D01*
X70415800Y-34654067D01*
X70599637Y-34578107D01*
X70740413Y-34437577D01*
X70816693Y-34253873D01*
X70816867Y-34054960D01*
X70792497Y-33995980D01*
X81540806Y-33995980D01*
X81654945Y-34110119D01*
X81876293Y-34331468D01*
X81958459Y-34386369D01*
X81989841Y-34407338D01*
X82123780Y-34433980D01*
X87223780Y-34433980D01*
X87357719Y-34407338D01*
X87471267Y-34331467D01*
X87806755Y-33995980D01*
X93920195Y-33995980D01*
X93896067Y-34054087D01*
X93895893Y-34253000D01*
X93971853Y-34436837D01*
X94045980Y-34511094D01*
X94045980Y-39664279D01*
X93972347Y-39737783D01*
X93896067Y-39921487D01*
X93895893Y-40120400D01*
X93971853Y-40304237D01*
X94112383Y-40445013D01*
X94296087Y-40521293D01*
X94495000Y-40521467D01*
X94678837Y-40445507D01*
X94819613Y-40304977D01*
X94895893Y-40121273D01*
X94896067Y-39922360D01*
X94820107Y-39738523D01*
X94745980Y-39664266D01*
X94745980Y-34511081D01*
X94819613Y-34437577D01*
X94895893Y-34253873D01*
X94896067Y-34054960D01*
X94871697Y-33995980D01*
X99294448Y-33995980D01*
X99280867Y-34028687D01*
X99280693Y-34227600D01*
X99356653Y-34411437D01*
X99430780Y-34485694D01*
X99430780Y-37227380D01*
X99455090Y-37349593D01*
X99457422Y-37361319D01*
X99533293Y-37474867D01*
X99633980Y-37575554D01*
X99633980Y-40985791D01*
X99569907Y-40830723D01*
X99429377Y-40689947D01*
X99245673Y-40613667D01*
X99046760Y-40613493D01*
X98862923Y-40689453D01*
X98722147Y-40829983D01*
X98645867Y-41013687D01*
X98645693Y-41212600D01*
X98721653Y-41396437D01*
X98862183Y-41537213D01*
X99045887Y-41613493D01*
X99244800Y-41613667D01*
X99428637Y-41537707D01*
X99529962Y-41436559D01*
X99484067Y-41547087D01*
X99483893Y-41746000D01*
X99559853Y-41929837D01*
X99700383Y-42070613D01*
X99884087Y-42146893D01*
X100083000Y-42147067D01*
X100266837Y-42071107D01*
X100370580Y-41967545D01*
X100370580Y-42010005D01*
X99736493Y-42644093D01*
X99660622Y-42757641D01*
X99633980Y-42891580D01*
X99633980Y-46607405D01*
X99457093Y-46784293D01*
X99381222Y-46897841D01*
X99354580Y-47031780D01*
X99354580Y-49011479D01*
X99280947Y-49084983D01*
X99204667Y-49268687D01*
X99204493Y-49467600D01*
X99280453Y-49651437D01*
X99420983Y-49792213D01*
X99604687Y-49868493D01*
X99803600Y-49868667D01*
X99987437Y-49792707D01*
X100128213Y-49652177D01*
X100204493Y-49468473D01*
X100204667Y-49269560D01*
X100128707Y-49085723D01*
X100054580Y-49011466D01*
X100054580Y-47176754D01*
X100231467Y-46999868D01*
X100307338Y-46886320D01*
X100317527Y-46835093D01*
X100333980Y-46752380D01*
X100333980Y-43036554D01*
X100968068Y-42402467D01*
X101043938Y-42288919D01*
X101070580Y-42154980D01*
X101070580Y-38002030D01*
X101181237Y-37956307D01*
X101322013Y-37815777D01*
X101398293Y-37632073D01*
X101398467Y-37433160D01*
X101381907Y-37393082D01*
X101945380Y-37956555D01*
X101945380Y-38419383D01*
X101785673Y-38353067D01*
X101586760Y-38352893D01*
X101402923Y-38428853D01*
X101262147Y-38569383D01*
X101185867Y-38753087D01*
X101185693Y-38952000D01*
X101261653Y-39135837D01*
X101335780Y-39210094D01*
X101335780Y-42309635D01*
X101199723Y-42365853D01*
X101058947Y-42506383D01*
X100982667Y-42690087D01*
X100982493Y-42889000D01*
X101058453Y-43072837D01*
X101198983Y-43213613D01*
X101382687Y-43289893D01*
X101581600Y-43290067D01*
X101765437Y-43214107D01*
X101906213Y-43073577D01*
X101945380Y-42979252D01*
X101945380Y-46549180D01*
X101964209Y-46643841D01*
X101972022Y-46683119D01*
X102047893Y-46796667D01*
X102328000Y-47076775D01*
X102328000Y-50722899D01*
X102254367Y-50796403D01*
X102178087Y-50980107D01*
X102177913Y-51179020D01*
X102215786Y-51270680D01*
X102212173Y-51267067D01*
X102141597Y-51196367D01*
X101957893Y-51120087D01*
X101758980Y-51119913D01*
X101575143Y-51195873D01*
X101434367Y-51336403D01*
X101358087Y-51520107D01*
X101357913Y-51719020D01*
X101358000Y-51719231D01*
X101358000Y-53129453D01*
X99457454Y-55030000D01*
X92858436Y-55030000D01*
X92758980Y-55029913D01*
X92575143Y-55105873D01*
X92434367Y-55246403D01*
X92358087Y-55430107D01*
X92357913Y-55629020D01*
X92433873Y-55812857D01*
X92574403Y-55953633D01*
X92758107Y-56029913D01*
X92957020Y-56030087D01*
X92957231Y-56030000D01*
X99664560Y-56030000D01*
X99855902Y-55991940D01*
X99950360Y-55928824D01*
X100737896Y-55928824D01*
X100829048Y-56149429D01*
X100997683Y-56318359D01*
X101218129Y-56409896D01*
X101456824Y-56410104D01*
X101677429Y-56318952D01*
X101846359Y-56150317D01*
X101937896Y-55929871D01*
X101938104Y-55691176D01*
X101846952Y-55470571D01*
X101678317Y-55301641D01*
X101457871Y-55210104D01*
X101219176Y-55209896D01*
X100998571Y-55301048D01*
X100829641Y-55469683D01*
X100738104Y-55690129D01*
X100737896Y-55928824D01*
X99950360Y-55928824D01*
X100018113Y-55883553D01*
X102211554Y-53690113D01*
X102290850Y-53571438D01*
X102319940Y-53527902D01*
X102358000Y-53336560D01*
X102358000Y-52827107D01*
X102709780Y-53178887D01*
X102709780Y-60959773D01*
X101637027Y-62032527D01*
X101528640Y-62194738D01*
X101490580Y-62386080D01*
X101490580Y-64887980D01*
X101515502Y-65013273D01*
X101528640Y-65079322D01*
X101637027Y-65241533D01*
X104443726Y-68048233D01*
X104443729Y-68048235D01*
X110069827Y-73674333D01*
X110232038Y-73782720D01*
X110423380Y-73820780D01*
X120198474Y-73820780D01*
X122109427Y-75731733D01*
X122271638Y-75840120D01*
X122462980Y-75878180D01*
X128304980Y-75878180D01*
X128496322Y-75840120D01*
X128658533Y-75731733D01*
X130141553Y-74248713D01*
X130249940Y-74086502D01*
X130256420Y-74053923D01*
X130288000Y-73895160D01*
X130288000Y-70180000D01*
X130288087Y-70080980D01*
X130212127Y-69897143D01*
X130153487Y-69838400D01*
X130573493Y-69838400D01*
X130649453Y-70022237D01*
X130789983Y-70163013D01*
X130973687Y-70239293D01*
X131172600Y-70239467D01*
X131356437Y-70163507D01*
X131430694Y-70089380D01*
X132165780Y-70089380D01*
X132299719Y-70062738D01*
X132413267Y-69986867D01*
X132476180Y-69923954D01*
X132476180Y-70051606D01*
X132032593Y-70495193D01*
X131956722Y-70608741D01*
X131930080Y-70742680D01*
X131930080Y-72285022D01*
X131831597Y-72186367D01*
X131647893Y-72110087D01*
X131448980Y-72109913D01*
X131265143Y-72185873D01*
X131124367Y-72326403D01*
X131048087Y-72510107D01*
X131047913Y-72709020D01*
X131123873Y-72892857D01*
X131264403Y-73033633D01*
X131448107Y-73109913D01*
X131513316Y-73109970D01*
X131485002Y-73138284D01*
X131380960Y-73138193D01*
X131197123Y-73214153D01*
X131056347Y-73354683D01*
X130980067Y-73538387D01*
X130979893Y-73737300D01*
X131055853Y-73921137D01*
X131196383Y-74061913D01*
X131380087Y-74138193D01*
X131579000Y-74138367D01*
X131762837Y-74062407D01*
X131903613Y-73921877D01*
X131979893Y-73738173D01*
X131979985Y-73633250D01*
X132414215Y-73199020D01*
X134287913Y-73199020D01*
X134363873Y-73382857D01*
X134504403Y-73523633D01*
X134688107Y-73599913D01*
X134887020Y-73600087D01*
X135070857Y-73524127D01*
X135211633Y-73383597D01*
X135287913Y-73199893D01*
X135288087Y-73000980D01*
X135212127Y-72817143D01*
X135071597Y-72676367D01*
X134887893Y-72600087D01*
X134688980Y-72599913D01*
X134505143Y-72675873D01*
X134364367Y-72816403D01*
X134288087Y-73000107D01*
X134287913Y-73199020D01*
X132414215Y-73199020D01*
X132527567Y-73085668D01*
X132603438Y-72972120D01*
X132608756Y-72945381D01*
X132630080Y-72838180D01*
X132630080Y-71997400D01*
X134789893Y-71997400D01*
X134865853Y-72181237D01*
X135006383Y-72322013D01*
X135190087Y-72398293D01*
X135389000Y-72398467D01*
X135572837Y-72322507D01*
X135713613Y-72181977D01*
X135789893Y-71998273D01*
X135790067Y-71799360D01*
X135781663Y-71779020D01*
X137977913Y-71779020D01*
X138053873Y-71962857D01*
X138194403Y-72103633D01*
X138378107Y-72179913D01*
X138577020Y-72180087D01*
X138760857Y-72104127D01*
X138901633Y-71963597D01*
X138948020Y-71851884D01*
X138983399Y-71937509D01*
X138904367Y-72016403D01*
X138828087Y-72200107D01*
X138827913Y-72399020D01*
X138903873Y-72582857D01*
X138956433Y-72635509D01*
X138888087Y-72800107D01*
X138887913Y-72999020D01*
X138963873Y-73182857D01*
X139104403Y-73323633D01*
X139288107Y-73399913D01*
X139487020Y-73400087D01*
X139670857Y-73324127D01*
X139811633Y-73183597D01*
X139887913Y-72999893D01*
X139888087Y-72800980D01*
X139812127Y-72617143D01*
X139759567Y-72564491D01*
X139827913Y-72399893D01*
X139828087Y-72200980D01*
X139762601Y-72042491D01*
X139841633Y-71963597D01*
X139917913Y-71779893D01*
X139918087Y-71580980D01*
X139858431Y-71436601D01*
X139971633Y-71323597D01*
X140047913Y-71139893D01*
X140048087Y-70940980D01*
X139972127Y-70757143D01*
X139831597Y-70616367D01*
X139647893Y-70540087D01*
X139448980Y-70539913D01*
X139265143Y-70615873D01*
X139124367Y-70756403D01*
X139098900Y-70817736D01*
X139082127Y-70777143D01*
X138987193Y-70682042D01*
X139037913Y-70559893D01*
X139038087Y-70360980D01*
X138962127Y-70177143D01*
X138821597Y-70036367D01*
X138637893Y-69960087D01*
X138438980Y-69959913D01*
X138255143Y-70035873D01*
X138114367Y-70176403D01*
X138038087Y-70360107D01*
X138037913Y-70559020D01*
X138113873Y-70742857D01*
X138208807Y-70837958D01*
X138158087Y-70960107D01*
X138157913Y-71159020D01*
X138197525Y-71254889D01*
X138195143Y-71255873D01*
X138054367Y-71396403D01*
X137978087Y-71580107D01*
X137977913Y-71779020D01*
X135781663Y-71779020D01*
X135714107Y-71615523D01*
X135573577Y-71474747D01*
X135389873Y-71398467D01*
X135190960Y-71398293D01*
X135007123Y-71474253D01*
X134866347Y-71614783D01*
X134790067Y-71798487D01*
X134789893Y-71997400D01*
X132630080Y-71997400D01*
X132630080Y-70887654D01*
X133073667Y-70444067D01*
X133149538Y-70330519D01*
X133154444Y-70305853D01*
X133176180Y-70196580D01*
X133176180Y-66668824D01*
X137097896Y-66668824D01*
X137189048Y-66889429D01*
X137357683Y-67058359D01*
X137578129Y-67149896D01*
X137816824Y-67150104D01*
X138037429Y-67058952D01*
X138206359Y-66890317D01*
X138297896Y-66669871D01*
X138298104Y-66431176D01*
X138206952Y-66210571D01*
X138038317Y-66041641D01*
X137817871Y-65950104D01*
X137579176Y-65949896D01*
X137358571Y-66041048D01*
X137189641Y-66209683D01*
X137098104Y-66430129D01*
X137097896Y-66668824D01*
X133176180Y-66668824D01*
X133176180Y-63000954D01*
X133957588Y-62219547D01*
X134033458Y-62105999D01*
X134060100Y-61972060D01*
X134060100Y-59114004D01*
X135718576Y-59114004D01*
X135809728Y-59334609D01*
X135978363Y-59503539D01*
X136198809Y-59595076D01*
X136437504Y-59595284D01*
X136658109Y-59504132D01*
X136827039Y-59335497D01*
X136918576Y-59115051D01*
X136918784Y-58876356D01*
X136827632Y-58655751D01*
X136658997Y-58486821D01*
X136438551Y-58395284D01*
X136199856Y-58395076D01*
X135979251Y-58486228D01*
X135810321Y-58654863D01*
X135718784Y-58875309D01*
X135718576Y-59114004D01*
X134060100Y-59114004D01*
X134060100Y-51559486D01*
X134176913Y-51442877D01*
X134253193Y-51259173D01*
X134253367Y-51060260D01*
X134177407Y-50876423D01*
X134036877Y-50735647D01*
X133853173Y-50659367D01*
X133654260Y-50659193D01*
X133470423Y-50735153D01*
X133329647Y-50875683D01*
X133253367Y-51059387D01*
X133253193Y-51258300D01*
X133329153Y-51442137D01*
X133360100Y-51473138D01*
X133360100Y-54319886D01*
X132652940Y-53612726D01*
X132652940Y-50239994D01*
X132744958Y-50147976D01*
X132849000Y-50148067D01*
X133032837Y-50072107D01*
X133173613Y-49931577D01*
X133249893Y-49747873D01*
X133250067Y-49548960D01*
X133174107Y-49365123D01*
X133033577Y-49224347D01*
X132849873Y-49148067D01*
X132650960Y-49147893D01*
X132467123Y-49223853D01*
X132326347Y-49364383D01*
X132250067Y-49548087D01*
X132249975Y-49653011D01*
X132055453Y-49847533D01*
X131979582Y-49961081D01*
X131952940Y-50095020D01*
X131952940Y-53757700D01*
X131975896Y-53873107D01*
X131979582Y-53891639D01*
X132055453Y-54005187D01*
X132768280Y-54718014D01*
X132768280Y-54870189D01*
X132659373Y-54824967D01*
X132460460Y-54824793D01*
X132276623Y-54900753D01*
X132135847Y-55041283D01*
X132059567Y-55224987D01*
X132059393Y-55423900D01*
X132135353Y-55607737D01*
X132209480Y-55681994D01*
X132209480Y-58498379D01*
X132135847Y-58571883D01*
X132059567Y-58755587D01*
X132059393Y-58954500D01*
X132135353Y-59138337D01*
X132275883Y-59279113D01*
X132459587Y-59355393D01*
X132466286Y-59355399D01*
X131689693Y-60131993D01*
X131613822Y-60245541D01*
X131587180Y-60379480D01*
X131587180Y-61204980D01*
X131607965Y-61309474D01*
X131613822Y-61338919D01*
X131689693Y-61452467D01*
X132095180Y-61857955D01*
X132095180Y-69315005D01*
X132020806Y-69389380D01*
X131430681Y-69389380D01*
X131357177Y-69315747D01*
X131173473Y-69239467D01*
X130974560Y-69239293D01*
X130790723Y-69315253D01*
X130649947Y-69455783D01*
X130573667Y-69639487D01*
X130573493Y-69838400D01*
X130153487Y-69838400D01*
X130071597Y-69756367D01*
X129887893Y-69680087D01*
X129688980Y-69679913D01*
X129505143Y-69755873D01*
X129366180Y-69894593D01*
X129366180Y-69401754D01*
X131384568Y-67383367D01*
X131460438Y-67269819D01*
X131487080Y-67135880D01*
X131487080Y-65154680D01*
X131460438Y-65020741D01*
X131439617Y-64989580D01*
X131384568Y-64907193D01*
X131321980Y-64844605D01*
X131321980Y-63907540D01*
X131295338Y-63773601D01*
X131259242Y-63719580D01*
X131219468Y-63660053D01*
X130905420Y-63346006D01*
X130905420Y-62650434D01*
X131219468Y-62336387D01*
X131295338Y-62222839D01*
X131321980Y-62088900D01*
X131321980Y-59724354D01*
X131874787Y-59171548D01*
X131950658Y-59058000D01*
X131959675Y-59012667D01*
X131977300Y-58924060D01*
X131977300Y-58029980D01*
X131952649Y-57906050D01*
X131950658Y-57896040D01*
X131874787Y-57782492D01*
X131321980Y-57229686D01*
X131321980Y-49497081D01*
X131395613Y-49423577D01*
X131471893Y-49239873D01*
X131472067Y-49040960D01*
X131396107Y-48857123D01*
X131255577Y-48716347D01*
X131071873Y-48640067D01*
X130872960Y-48639893D01*
X130689123Y-48715853D01*
X130548347Y-48856383D01*
X130472067Y-49040087D01*
X130471893Y-49239000D01*
X130547853Y-49422837D01*
X130621980Y-49497094D01*
X130621980Y-57374660D01*
X130647174Y-57501320D01*
X130648622Y-57508599D01*
X130724493Y-57622147D01*
X131277300Y-58174955D01*
X131277300Y-58779085D01*
X130724493Y-59331893D01*
X130648622Y-59445441D01*
X130621980Y-59579380D01*
X130621980Y-61943925D01*
X130307933Y-62257973D01*
X130232062Y-62371521D01*
X130205420Y-62505460D01*
X130205420Y-63490980D01*
X130223959Y-63584182D01*
X130232062Y-63624919D01*
X130307933Y-63738467D01*
X130621980Y-64052515D01*
X130621980Y-64914552D01*
X130398000Y-64870000D01*
X130110987Y-64927090D01*
X129867670Y-65089670D01*
X129705090Y-65332987D01*
X129648000Y-65620000D01*
X129648000Y-66069340D01*
X127566160Y-68151180D01*
X113172440Y-68151180D01*
X107718980Y-62697720D01*
X107718980Y-58928396D01*
X107726783Y-58936213D01*
X107910487Y-59012493D01*
X108109400Y-59012667D01*
X108293237Y-58936707D01*
X108358164Y-58871894D01*
X108371570Y-58939293D01*
X108534150Y-59182610D01*
X109689850Y-60338310D01*
X109933167Y-60500890D01*
X110220180Y-60557980D01*
X117027380Y-60557980D01*
X117314393Y-60500890D01*
X117557710Y-60338310D01*
X118802310Y-59093710D01*
X118964890Y-58850393D01*
X119021980Y-58563380D01*
X119021980Y-58436380D01*
X118964890Y-58149367D01*
X118802310Y-57906050D01*
X118746891Y-57869020D01*
X121157493Y-57869020D01*
X121233453Y-58052857D01*
X121373983Y-58193633D01*
X121557687Y-58269913D01*
X121756600Y-58270087D01*
X121940437Y-58194127D01*
X122081213Y-58053597D01*
X122157493Y-57869893D01*
X122157667Y-57670980D01*
X122157580Y-57670769D01*
X122157580Y-57099386D01*
X123514725Y-55742242D01*
X123585113Y-55671977D01*
X123661393Y-55488273D01*
X123661460Y-55411200D01*
X126547593Y-55411200D01*
X126623553Y-55595037D01*
X126764083Y-55735813D01*
X126947787Y-55812093D01*
X127146700Y-55812267D01*
X127330537Y-55736307D01*
X127471313Y-55595777D01*
X127547593Y-55412073D01*
X127547767Y-55213160D01*
X127471807Y-55029323D01*
X127331277Y-54888547D01*
X127147573Y-54812267D01*
X126948660Y-54812093D01*
X126764823Y-54888053D01*
X126624047Y-55028583D01*
X126547767Y-55212287D01*
X126547593Y-55411200D01*
X123661460Y-55411200D01*
X123661567Y-55289360D01*
X123585607Y-55105523D01*
X123445077Y-54964747D01*
X123261373Y-54888467D01*
X123062460Y-54888293D01*
X123048298Y-54894145D01*
X122988707Y-54749923D01*
X122848177Y-54609147D01*
X122664473Y-54532867D01*
X122465560Y-54532693D01*
X122281723Y-54608653D01*
X122140947Y-54749183D01*
X122064667Y-54932887D01*
X122064493Y-55131800D01*
X122140453Y-55315637D01*
X122280983Y-55456413D01*
X122355428Y-55487325D01*
X121304027Y-56538727D01*
X121195640Y-56700938D01*
X121157580Y-56892280D01*
X121157580Y-57769138D01*
X121157493Y-57869020D01*
X118746891Y-57869020D01*
X118558993Y-57743470D01*
X118271980Y-57686380D01*
X117984967Y-57743470D01*
X117741650Y-57906050D01*
X117579070Y-58149367D01*
X117567583Y-58207117D01*
X116716720Y-59057980D01*
X112579250Y-59057980D01*
X112655013Y-59042910D01*
X112898330Y-58880330D01*
X113060910Y-58637013D01*
X113118000Y-58350000D01*
X113118000Y-57739400D01*
X113060910Y-57452387D01*
X112898330Y-57209070D01*
X112518084Y-56828824D01*
X113257896Y-56828824D01*
X113349048Y-57049429D01*
X113517683Y-57218359D01*
X113738129Y-57309896D01*
X113976824Y-57310104D01*
X114197429Y-57218952D01*
X114366359Y-57050317D01*
X114457896Y-56829871D01*
X114458104Y-56591176D01*
X114366952Y-56370571D01*
X114198317Y-56201641D01*
X113977871Y-56110104D01*
X113739176Y-56109896D01*
X113518571Y-56201048D01*
X113349641Y-56369683D01*
X113258104Y-56590129D01*
X113257896Y-56828824D01*
X112518084Y-56828824D01*
X112122110Y-56432850D01*
X111878793Y-56270270D01*
X111591780Y-56213180D01*
X108213580Y-56213180D01*
X107926567Y-56270270D01*
X107683250Y-56432850D01*
X107019902Y-57096198D01*
X106974007Y-56985123D01*
X106833477Y-56844347D01*
X106649773Y-56768067D01*
X106450860Y-56767893D01*
X106267023Y-56843853D01*
X106126247Y-56984383D01*
X106049967Y-57168087D01*
X106049793Y-57367000D01*
X106125753Y-57550837D01*
X106266283Y-57691613D01*
X106393805Y-57744564D01*
X106276070Y-57920767D01*
X106218980Y-58207780D01*
X106218980Y-63008380D01*
X106276070Y-63295393D01*
X106438650Y-63538710D01*
X112331450Y-69431510D01*
X112574767Y-69594090D01*
X112861780Y-69651180D01*
X127876820Y-69651180D01*
X128163833Y-69594090D01*
X128407150Y-69431510D01*
X128687112Y-69151548D01*
X128666180Y-69256780D01*
X128666180Y-70106179D01*
X128592547Y-70179683D01*
X128516267Y-70363387D01*
X128516175Y-70468310D01*
X128108293Y-70876193D01*
X128032422Y-70989741D01*
X128005780Y-71123680D01*
X128005780Y-71132648D01*
X127973073Y-71119067D01*
X127774160Y-71118893D01*
X127590323Y-71194853D01*
X127449547Y-71335383D01*
X127373267Y-71519087D01*
X127373093Y-71718000D01*
X127449053Y-71901837D01*
X127587718Y-72040744D01*
X127514123Y-72071153D01*
X127373347Y-72211683D01*
X127297067Y-72395387D01*
X127296893Y-72594300D01*
X127372853Y-72778137D01*
X127513383Y-72918913D01*
X127697087Y-72995193D01*
X127896000Y-72995367D01*
X128005780Y-72950007D01*
X128005780Y-73142980D01*
X128029662Y-73263041D01*
X128032422Y-73276919D01*
X128108293Y-73390467D01*
X128511979Y-73794153D01*
X128553953Y-73895737D01*
X128694483Y-74036513D01*
X128867640Y-74108414D01*
X128097874Y-74878180D01*
X122670086Y-74878180D01*
X120759133Y-72967227D01*
X120596922Y-72858840D01*
X120405580Y-72820780D01*
X110630486Y-72820780D01*
X105150835Y-67341129D01*
X105150833Y-67341126D01*
X102490580Y-64680874D01*
X102490580Y-62593186D01*
X103563333Y-61520434D01*
X103671720Y-61358222D01*
X103673183Y-61350867D01*
X103709780Y-61166880D01*
X103709780Y-54166600D01*
X104360693Y-54166600D01*
X104436653Y-54350437D01*
X104577183Y-54491213D01*
X104760887Y-54567493D01*
X104959800Y-54567667D01*
X105143637Y-54491707D01*
X105284413Y-54351177D01*
X105360693Y-54167473D01*
X105360867Y-53968560D01*
X105358735Y-53963400D01*
X120743693Y-53963400D01*
X120819653Y-54147237D01*
X120960183Y-54288013D01*
X121143887Y-54364293D01*
X121342800Y-54364467D01*
X121526637Y-54288507D01*
X121667413Y-54147977D01*
X121743693Y-53964273D01*
X121743867Y-53765360D01*
X121667907Y-53581523D01*
X121527377Y-53440747D01*
X121343673Y-53364467D01*
X121144760Y-53364293D01*
X120960923Y-53440253D01*
X120820147Y-53580783D01*
X120743867Y-53764487D01*
X120743693Y-53963400D01*
X105358735Y-53963400D01*
X105284907Y-53784723D01*
X105210780Y-53710466D01*
X105210780Y-47929020D01*
X107137913Y-47929020D01*
X107213873Y-48112857D01*
X107354403Y-48253633D01*
X107538107Y-48329913D01*
X107737020Y-48330087D01*
X107920857Y-48254127D01*
X108061633Y-48113597D01*
X108137913Y-47929893D01*
X108137945Y-47892800D01*
X109897893Y-47892800D01*
X109973853Y-48076637D01*
X110114383Y-48217413D01*
X110298087Y-48293693D01*
X110497000Y-48293867D01*
X110680837Y-48217907D01*
X110821613Y-48077377D01*
X110897893Y-47893673D01*
X110898067Y-47694760D01*
X110822107Y-47510923D01*
X110681577Y-47370147D01*
X110497873Y-47293867D01*
X110298960Y-47293693D01*
X110115123Y-47369653D01*
X109974347Y-47510183D01*
X109898067Y-47693887D01*
X109897893Y-47892800D01*
X108137945Y-47892800D01*
X108138087Y-47730980D01*
X108118658Y-47683959D01*
X108190857Y-47654127D01*
X108331633Y-47513597D01*
X108407913Y-47329893D01*
X108408087Y-47130980D01*
X108332127Y-46947143D01*
X108191597Y-46806367D01*
X108088294Y-46763472D01*
X108147913Y-46619893D01*
X108148087Y-46420980D01*
X108072127Y-46237143D01*
X108018079Y-46183000D01*
X114823693Y-46183000D01*
X114899653Y-46366837D01*
X115040183Y-46507613D01*
X115223887Y-46583893D01*
X115422800Y-46584067D01*
X115423939Y-46583596D01*
X115499653Y-46766837D01*
X115541716Y-46808974D01*
X115450147Y-46900383D01*
X115373867Y-47084087D01*
X115373693Y-47283000D01*
X115449653Y-47466837D01*
X115590183Y-47607613D01*
X115773887Y-47683893D01*
X115972800Y-47684067D01*
X116156637Y-47608107D01*
X116297413Y-47467577D01*
X116373693Y-47283873D01*
X116373867Y-47084960D01*
X116297907Y-46901123D01*
X116255844Y-46858986D01*
X116347413Y-46767577D01*
X116423693Y-46583873D01*
X116423867Y-46384960D01*
X116347907Y-46201123D01*
X116207377Y-46060347D01*
X116023673Y-45984067D01*
X115824760Y-45983893D01*
X115823621Y-45984364D01*
X115747907Y-45801123D01*
X115607377Y-45660347D01*
X115423673Y-45584067D01*
X115224760Y-45583893D01*
X115040923Y-45659853D01*
X114900147Y-45800383D01*
X114823867Y-45984087D01*
X114823693Y-46183000D01*
X108018079Y-46183000D01*
X107931597Y-46096367D01*
X107747893Y-46020087D01*
X107548980Y-46019913D01*
X107365143Y-46095873D01*
X107224367Y-46236403D01*
X107148087Y-46420107D01*
X107147913Y-46619020D01*
X107223873Y-46802857D01*
X107364403Y-46943633D01*
X107467706Y-46986528D01*
X107408087Y-47130107D01*
X107407913Y-47329020D01*
X107427342Y-47376041D01*
X107355143Y-47405873D01*
X107214367Y-47546403D01*
X107138087Y-47730107D01*
X107137913Y-47929020D01*
X105210780Y-47929020D01*
X105210780Y-46719554D01*
X105970954Y-45959380D01*
X109075679Y-45959380D01*
X109149183Y-46033013D01*
X109332887Y-46109293D01*
X109531800Y-46109467D01*
X109715637Y-46033507D01*
X109856413Y-45892977D01*
X109932693Y-45709273D01*
X109932867Y-45510360D01*
X109856907Y-45326523D01*
X109716377Y-45185747D01*
X109532673Y-45109467D01*
X109333760Y-45109293D01*
X109149923Y-45185253D01*
X109075666Y-45259380D01*
X105825980Y-45259380D01*
X105692041Y-45286022D01*
X105578493Y-45361893D01*
X104613293Y-46327093D01*
X104537422Y-46440641D01*
X104510780Y-46574580D01*
X104510780Y-53710479D01*
X104437147Y-53783983D01*
X104360867Y-53967687D01*
X104360693Y-54166600D01*
X103709780Y-54166600D01*
X103709780Y-52971780D01*
X103671720Y-52780438D01*
X103612258Y-52691447D01*
X103563334Y-52618227D01*
X102487322Y-51542216D01*
X102578107Y-51579913D01*
X102777020Y-51580087D01*
X102960857Y-51504127D01*
X103101633Y-51363597D01*
X103177913Y-51179893D01*
X103178087Y-50980980D01*
X103158903Y-50934552D01*
X103160687Y-50935293D01*
X103359600Y-50935467D01*
X103543437Y-50859507D01*
X103684213Y-50718977D01*
X103760493Y-50535273D01*
X103760667Y-50336360D01*
X103684707Y-50152523D01*
X103544177Y-50011747D01*
X103360473Y-49935467D01*
X103161560Y-49935293D01*
X103028000Y-49990479D01*
X103028000Y-46931800D01*
X103001358Y-46797861D01*
X103001358Y-46797860D01*
X102925487Y-46684312D01*
X102645380Y-46404206D01*
X102645380Y-40526800D01*
X103852693Y-40526800D01*
X103928653Y-40710637D01*
X104069183Y-40851413D01*
X104252887Y-40927693D01*
X104451800Y-40927867D01*
X104635637Y-40851907D01*
X104776413Y-40711377D01*
X104852693Y-40527673D01*
X104852867Y-40328760D01*
X104776907Y-40144923D01*
X104636377Y-40004147D01*
X104452673Y-39927867D01*
X104253760Y-39927693D01*
X104069923Y-40003653D01*
X103929147Y-40144183D01*
X103852867Y-40327887D01*
X103852693Y-40526800D01*
X102645380Y-40526800D01*
X102645380Y-39551124D01*
X102779687Y-39606893D01*
X102978600Y-39607067D01*
X103162437Y-39531107D01*
X103303213Y-39390577D01*
X103379493Y-39206873D01*
X103379667Y-39007960D01*
X103303707Y-38824123D01*
X103163177Y-38683347D01*
X102979473Y-38607067D01*
X102780560Y-38606893D01*
X102645380Y-38662748D01*
X102645380Y-37811580D01*
X102618738Y-37677641D01*
X102594558Y-37641453D01*
X102592704Y-37638679D01*
X106010292Y-41056267D01*
X106123840Y-41132138D01*
X106146062Y-41136558D01*
X106257780Y-41158780D01*
X106841980Y-41158780D01*
X106975919Y-41132138D01*
X107089467Y-41056267D01*
X107545755Y-40599980D01*
X114969980Y-40599980D01*
X115103919Y-40573338D01*
X115217467Y-40497467D01*
X115320558Y-40394376D01*
X115424600Y-40394467D01*
X115608437Y-40318507D01*
X115749213Y-40177977D01*
X115825493Y-39994273D01*
X115825560Y-39917200D01*
X118635493Y-39917200D01*
X118711453Y-40101037D01*
X118851983Y-40241813D01*
X119035687Y-40318093D01*
X119234600Y-40318267D01*
X119418437Y-40242307D01*
X119559213Y-40101777D01*
X119635493Y-39918073D01*
X119635667Y-39719160D01*
X119559707Y-39535323D01*
X119419177Y-39394547D01*
X119235473Y-39318267D01*
X119036560Y-39318093D01*
X118852723Y-39394053D01*
X118711947Y-39534583D01*
X118635667Y-39718287D01*
X118635493Y-39917200D01*
X115825560Y-39917200D01*
X115825667Y-39795360D01*
X115749707Y-39611523D01*
X115609177Y-39470747D01*
X115425473Y-39394467D01*
X115226560Y-39394293D01*
X115042723Y-39470253D01*
X114901947Y-39610783D01*
X114825667Y-39794487D01*
X114825575Y-39899410D01*
X114825006Y-39899980D01*
X107400780Y-39899980D01*
X107266841Y-39926622D01*
X107153293Y-40002492D01*
X106697006Y-40458780D01*
X106402755Y-40458780D01*
X105806103Y-39862129D01*
X105931037Y-39810507D01*
X106071813Y-39669977D01*
X106148093Y-39486273D01*
X106148185Y-39381350D01*
X106377355Y-39152180D01*
X111261580Y-39152180D01*
X111395519Y-39125538D01*
X111509067Y-39049667D01*
X111987734Y-38571000D01*
X114292093Y-38571000D01*
X114368053Y-38754837D01*
X114508583Y-38895613D01*
X114692287Y-38971893D01*
X114891200Y-38972067D01*
X115075037Y-38896107D01*
X115215813Y-38755577D01*
X115292093Y-38571873D01*
X115292115Y-38545600D01*
X115308093Y-38545600D01*
X115384053Y-38729437D01*
X115524583Y-38870213D01*
X115708287Y-38946493D01*
X115907200Y-38946667D01*
X116091037Y-38870707D01*
X116231813Y-38730177D01*
X116308093Y-38546473D01*
X116308204Y-38418600D01*
X118635493Y-38418600D01*
X118711453Y-38602437D01*
X118851983Y-38743213D01*
X119035687Y-38819493D01*
X119234600Y-38819667D01*
X119418437Y-38743707D01*
X119559213Y-38603177D01*
X119635493Y-38419473D01*
X119635667Y-38220560D01*
X119559707Y-38036723D01*
X119419177Y-37895947D01*
X119235473Y-37819667D01*
X119036560Y-37819493D01*
X118852723Y-37895453D01*
X118711947Y-38035983D01*
X118635667Y-38219687D01*
X118635493Y-38418600D01*
X116308204Y-38418600D01*
X116308267Y-38347560D01*
X116232307Y-38163723D01*
X116091777Y-38022947D01*
X115908073Y-37946667D01*
X115709160Y-37946493D01*
X115525323Y-38022453D01*
X115384547Y-38162983D01*
X115308267Y-38346687D01*
X115308093Y-38545600D01*
X115292115Y-38545600D01*
X115292267Y-38372960D01*
X115216307Y-38189123D01*
X115075777Y-38048347D01*
X114892073Y-37972067D01*
X114693160Y-37971893D01*
X114509323Y-38047853D01*
X114368547Y-38188383D01*
X114292267Y-38372087D01*
X114292093Y-38571000D01*
X111987734Y-38571000D01*
X114860955Y-35697780D01*
X116979846Y-35697780D01*
X116947723Y-35711053D01*
X116806947Y-35851583D01*
X116730667Y-36035287D01*
X116730493Y-36234200D01*
X116806453Y-36418037D01*
X116946983Y-36558813D01*
X117130687Y-36635093D01*
X117329600Y-36635267D01*
X117513437Y-36559307D01*
X117654213Y-36418777D01*
X117730493Y-36235073D01*
X117730667Y-36036160D01*
X117654707Y-35852323D01*
X117514177Y-35711547D01*
X117481022Y-35697780D01*
X120965903Y-35697780D01*
X120944580Y-35804980D01*
X120944580Y-40122980D01*
X120968217Y-40241813D01*
X120971222Y-40256919D01*
X121047093Y-40370467D01*
X121615140Y-40938514D01*
X121615140Y-45258860D01*
X121635719Y-45362319D01*
X121641782Y-45392799D01*
X121717653Y-45506347D01*
X122316180Y-46104875D01*
X122316180Y-53253279D01*
X122242547Y-53326783D01*
X122166267Y-53510487D01*
X122166093Y-53709400D01*
X122242053Y-53893237D01*
X122382583Y-54034013D01*
X122566287Y-54110293D01*
X122765200Y-54110467D01*
X122949037Y-54034507D01*
X123089813Y-53893977D01*
X123166093Y-53710273D01*
X123166267Y-53511360D01*
X123090307Y-53327523D01*
X123016180Y-53253266D01*
X123016180Y-48629400D01*
X131691093Y-48629400D01*
X131767053Y-48813237D01*
X131907583Y-48954013D01*
X132091287Y-49030293D01*
X132290200Y-49030467D01*
X132474037Y-48954507D01*
X132614813Y-48813977D01*
X132691093Y-48630273D01*
X132691267Y-48431360D01*
X132615307Y-48247523D01*
X132474777Y-48106747D01*
X132291073Y-48030467D01*
X132092160Y-48030293D01*
X131908323Y-48106253D01*
X131767547Y-48246783D01*
X131691267Y-48430487D01*
X131691093Y-48629400D01*
X123016180Y-48629400D01*
X123016180Y-45959900D01*
X122989538Y-45825961D01*
X122989538Y-45825960D01*
X122913667Y-45712412D01*
X122315140Y-45113886D01*
X122315140Y-45012440D01*
X134581613Y-45012440D01*
X134657573Y-45196277D01*
X134724880Y-45263702D01*
X134724880Y-54435880D01*
X134755328Y-54588954D01*
X134842037Y-54718723D01*
X134866122Y-54742808D01*
X134866093Y-54776200D01*
X134942053Y-54960037D01*
X135082583Y-55100813D01*
X135266287Y-55177093D01*
X135352684Y-55177169D01*
X135285367Y-55339287D01*
X135285193Y-55538200D01*
X135361153Y-55722037D01*
X135501683Y-55862813D01*
X135685387Y-55939093D01*
X135884300Y-55939267D01*
X136068137Y-55863307D01*
X136208913Y-55722777D01*
X136285193Y-55539073D01*
X136285367Y-55340160D01*
X136209407Y-55156323D01*
X136068877Y-55015547D01*
X135885173Y-54939267D01*
X135798776Y-54939191D01*
X135866093Y-54777073D01*
X135866267Y-54578160D01*
X135843145Y-54522200D01*
X138650693Y-54522200D01*
X138726653Y-54706037D01*
X138867183Y-54846813D01*
X139050887Y-54923093D01*
X139085037Y-54923123D01*
X139360380Y-55198465D01*
X139360380Y-59858780D01*
X139390828Y-60011854D01*
X139477537Y-60141623D01*
X140658000Y-61322086D01*
X140658000Y-62472811D01*
X140634367Y-62496403D01*
X140558087Y-62680107D01*
X140557913Y-62879020D01*
X140633873Y-63062857D01*
X140774403Y-63203633D01*
X140829113Y-63226350D01*
X140809947Y-63245483D01*
X140733667Y-63429187D01*
X140733493Y-63628100D01*
X140809453Y-63811937D01*
X140949983Y-63952713D01*
X141133687Y-64028993D01*
X141238610Y-64029085D01*
X141493180Y-64283655D01*
X141493180Y-72495280D01*
X141514555Y-72602738D01*
X141519822Y-72629219D01*
X141595693Y-72742767D01*
X143184684Y-74331759D01*
X143184593Y-74435800D01*
X143260553Y-74619637D01*
X143401083Y-74760413D01*
X143584787Y-74836693D01*
X143783700Y-74836867D01*
X143967537Y-74760907D01*
X144108313Y-74620377D01*
X144184593Y-74436673D01*
X144184767Y-74237760D01*
X144108807Y-74053923D01*
X143968277Y-73913147D01*
X143784573Y-73836867D01*
X143679650Y-73836775D01*
X142193180Y-72350306D01*
X142193180Y-64138680D01*
X142166538Y-64004741D01*
X142156857Y-63990253D01*
X142090668Y-63891193D01*
X141733576Y-63534102D01*
X141733667Y-63430060D01*
X141657707Y-63246223D01*
X141517177Y-63105447D01*
X141462467Y-63082730D01*
X141481633Y-63063597D01*
X141557913Y-62879893D01*
X141558087Y-62680980D01*
X141482127Y-62497143D01*
X141458000Y-62472974D01*
X141458000Y-61156405D01*
X141458001Y-61156400D01*
X141427552Y-61003326D01*
X141340843Y-60873557D01*
X140160380Y-59693094D01*
X140160380Y-55032785D01*
X140160381Y-55032780D01*
X140129932Y-54879707D01*
X140113410Y-54854980D01*
X140043223Y-54749937D01*
X140043220Y-54749935D01*
X139650838Y-54357552D01*
X139650867Y-54324160D01*
X139574907Y-54140323D01*
X139434377Y-53999547D01*
X139250673Y-53923267D01*
X139051760Y-53923093D01*
X138867923Y-53999053D01*
X138727147Y-54139583D01*
X138650867Y-54323287D01*
X138650693Y-54522200D01*
X135843145Y-54522200D01*
X135790307Y-54394323D01*
X135649777Y-54253547D01*
X135524880Y-54201686D01*
X135524880Y-45149942D01*
X135581613Y-45013313D01*
X135581787Y-44814400D01*
X135505827Y-44630563D01*
X135365297Y-44489787D01*
X135181593Y-44413507D01*
X134982680Y-44413333D01*
X134798843Y-44489293D01*
X134658067Y-44629823D01*
X134581787Y-44813527D01*
X134581613Y-45012440D01*
X122315140Y-45012440D01*
X122315140Y-40793540D01*
X122288498Y-40659601D01*
X122212627Y-40546053D01*
X121990174Y-40323600D01*
X131437093Y-40323600D01*
X131513053Y-40507437D01*
X131653583Y-40648213D01*
X131837287Y-40724493D01*
X132036200Y-40724667D01*
X132220037Y-40648707D01*
X132360813Y-40508177D01*
X132384720Y-40450600D01*
X134916893Y-40450600D01*
X134992853Y-40634437D01*
X135133383Y-40775213D01*
X135317087Y-40851493D01*
X135516000Y-40851667D01*
X135699837Y-40775707D01*
X135799753Y-40675966D01*
X135804919Y-40674938D01*
X135918467Y-40599067D01*
X136299467Y-40218068D01*
X136375338Y-40104520D01*
X136385249Y-40054693D01*
X136401980Y-39970580D01*
X136401980Y-39637800D01*
X141165293Y-39637800D01*
X141241253Y-39821637D01*
X141381783Y-39962413D01*
X141565487Y-40038693D01*
X141764400Y-40038867D01*
X141948237Y-39962907D01*
X142089013Y-39822377D01*
X142165293Y-39638673D01*
X142165467Y-39439760D01*
X142089507Y-39255923D01*
X141948977Y-39115147D01*
X141765273Y-39038867D01*
X141566360Y-39038693D01*
X141382523Y-39114653D01*
X141241747Y-39255183D01*
X141165467Y-39438887D01*
X141165293Y-39637800D01*
X136401980Y-39637800D01*
X136401980Y-37482881D01*
X136475613Y-37409377D01*
X136551893Y-37225673D01*
X136552067Y-37026760D01*
X136476107Y-36842923D01*
X136335577Y-36702147D01*
X136151873Y-36625867D01*
X135952960Y-36625693D01*
X135769123Y-36701653D01*
X135628347Y-36842183D01*
X135552067Y-37025887D01*
X135551893Y-37224800D01*
X135627853Y-37408637D01*
X135701980Y-37482894D01*
X135701980Y-39825605D01*
X135629254Y-39898331D01*
X135516873Y-39851667D01*
X135317960Y-39851493D01*
X135134123Y-39927453D01*
X134993347Y-40067983D01*
X134917067Y-40251687D01*
X134916893Y-40450600D01*
X132384720Y-40450600D01*
X132437093Y-40324473D01*
X132437267Y-40125560D01*
X132361307Y-39941723D01*
X132287180Y-39867466D01*
X132287180Y-38362954D01*
X132973558Y-37676576D01*
X133077600Y-37676667D01*
X133261437Y-37600707D01*
X133402213Y-37460177D01*
X133478493Y-37276473D01*
X133478667Y-37077560D01*
X133402707Y-36893723D01*
X133330110Y-36820999D01*
X133376813Y-36774377D01*
X133453093Y-36590673D01*
X133453182Y-36488200D01*
X140479493Y-36488200D01*
X140555453Y-36672037D01*
X140640772Y-36757506D01*
X140555947Y-36842183D01*
X140479667Y-37025887D01*
X140479493Y-37224800D01*
X140555453Y-37408637D01*
X140695983Y-37549413D01*
X140879687Y-37625693D01*
X141078600Y-37625867D01*
X141262437Y-37549907D01*
X141403213Y-37409377D01*
X141479493Y-37225673D01*
X141479667Y-37026760D01*
X141403707Y-36842923D01*
X141318388Y-36757454D01*
X141403213Y-36672777D01*
X141479493Y-36489073D01*
X141479667Y-36290160D01*
X141403707Y-36106323D01*
X141263177Y-35965547D01*
X141079473Y-35889267D01*
X140880560Y-35889093D01*
X140696723Y-35965053D01*
X140555947Y-36105583D01*
X140479667Y-36289287D01*
X140479493Y-36488200D01*
X133453182Y-36488200D01*
X133453267Y-36391760D01*
X133377307Y-36207923D01*
X133236777Y-36067147D01*
X133053073Y-35990867D01*
X132854160Y-35990693D01*
X132670323Y-36066653D01*
X132529547Y-36207183D01*
X132453267Y-36390887D01*
X132453093Y-36589800D01*
X132529053Y-36773637D01*
X132601650Y-36846361D01*
X132554947Y-36892983D01*
X132478667Y-37076687D01*
X132478575Y-37181611D01*
X131689693Y-37970493D01*
X131613822Y-38084041D01*
X131587180Y-38217980D01*
X131587180Y-39867479D01*
X131513547Y-39940983D01*
X131437267Y-40124687D01*
X131437093Y-40323600D01*
X121990174Y-40323600D01*
X121644580Y-39978006D01*
X121644580Y-37224800D01*
X128109693Y-37224800D01*
X128185653Y-37408637D01*
X128326183Y-37549413D01*
X128509887Y-37625693D01*
X128708800Y-37625867D01*
X128892637Y-37549907D01*
X129033413Y-37409377D01*
X129109693Y-37225673D01*
X129109867Y-37026760D01*
X129033907Y-36842923D01*
X128893377Y-36702147D01*
X128709673Y-36625867D01*
X128510760Y-36625693D01*
X128326923Y-36701653D01*
X128186147Y-36842183D01*
X128109867Y-37025887D01*
X128109693Y-37224800D01*
X121644580Y-37224800D01*
X121644580Y-36818400D01*
X124121893Y-36818400D01*
X124197853Y-37002237D01*
X124338383Y-37143013D01*
X124522087Y-37219293D01*
X124721000Y-37219467D01*
X124904837Y-37143507D01*
X125045613Y-37002977D01*
X125121893Y-36819273D01*
X125122067Y-36620360D01*
X125046107Y-36436523D01*
X124905577Y-36295747D01*
X124721873Y-36219467D01*
X124522960Y-36219293D01*
X124339123Y-36295253D01*
X124198347Y-36435783D01*
X124122067Y-36619487D01*
X124121893Y-36818400D01*
X121644580Y-36818400D01*
X121644580Y-35949954D01*
X121746758Y-35847776D01*
X121850800Y-35847867D01*
X122034637Y-35771907D01*
X122175413Y-35631377D01*
X122251693Y-35447673D01*
X122251867Y-35248760D01*
X122175907Y-35064923D01*
X122035377Y-34924147D01*
X121851673Y-34847867D01*
X121652760Y-34847693D01*
X121468923Y-34923653D01*
X121394666Y-34997780D01*
X114715980Y-34997780D01*
X114604262Y-35020002D01*
X114582040Y-35024422D01*
X114468492Y-35100293D01*
X112879162Y-36689623D01*
X112879267Y-36569560D01*
X112803307Y-36385723D01*
X112662777Y-36244947D01*
X112479073Y-36168667D01*
X112280160Y-36168493D01*
X112096323Y-36244453D01*
X111955547Y-36384983D01*
X111879267Y-36568687D01*
X111879093Y-36767600D01*
X111955053Y-36951437D01*
X112095583Y-37092213D01*
X112279287Y-37168493D01*
X112400187Y-37168599D01*
X111116606Y-38452180D01*
X106232380Y-38452180D01*
X106098441Y-38478822D01*
X105984893Y-38554692D01*
X105653202Y-38886384D01*
X105549160Y-38886293D01*
X105365323Y-38962253D01*
X105224547Y-39102783D01*
X105172383Y-39228408D01*
X101045180Y-35101206D01*
X101045180Y-34357180D01*
X101018538Y-34223241D01*
X100984104Y-34171707D01*
X100942668Y-34109693D01*
X100316954Y-33483980D01*
X111981672Y-33483980D01*
X111816923Y-33552053D01*
X111816923Y-33552053D01*
G37*
X111816923Y-33552053D02*
X111676147Y-33692583D01*
X111599867Y-33876287D01*
X111599693Y-34075200D01*
X111675653Y-34259037D01*
X111816183Y-34399813D01*
X111999887Y-34476093D01*
X112198800Y-34476267D01*
X112382637Y-34400307D01*
X112456894Y-34326180D01*
X122470406Y-34326180D01*
X122570180Y-34425955D01*
X122570180Y-35422479D01*
X122496547Y-35495983D01*
X122420267Y-35679687D01*
X122420093Y-35878600D01*
X122496053Y-36062437D01*
X122636583Y-36203213D01*
X122820287Y-36279493D01*
X123019200Y-36279667D01*
X123203037Y-36203707D01*
X123343813Y-36063177D01*
X123420093Y-35879473D01*
X123420204Y-35751600D01*
X136212293Y-35751600D01*
X136288253Y-35935437D01*
X136428783Y-36076213D01*
X136612487Y-36152493D01*
X136811400Y-36152667D01*
X136995237Y-36076707D01*
X137136013Y-35936177D01*
X137212293Y-35752473D01*
X137212382Y-35650000D01*
X137685493Y-35650000D01*
X137761453Y-35833837D01*
X137901983Y-35974613D01*
X138085687Y-36050893D01*
X138284600Y-36051067D01*
X138468437Y-35975107D01*
X138609213Y-35834577D01*
X138685493Y-35650873D01*
X138685667Y-35451960D01*
X138609707Y-35268123D01*
X138469177Y-35127347D01*
X138285473Y-35051067D01*
X138086560Y-35050893D01*
X137902723Y-35126853D01*
X137761947Y-35267383D01*
X137685667Y-35451087D01*
X137685493Y-35650000D01*
X137212382Y-35650000D01*
X137212467Y-35553560D01*
X137136507Y-35369723D01*
X136995977Y-35228947D01*
X136812273Y-35152667D01*
X136613360Y-35152493D01*
X136429523Y-35228453D01*
X136288747Y-35368983D01*
X136212467Y-35552687D01*
X136212293Y-35751600D01*
X123420204Y-35751600D01*
X123420267Y-35680560D01*
X123344307Y-35496723D01*
X123270180Y-35422466D01*
X123270180Y-34938800D01*
X130878293Y-34938800D01*
X130954253Y-35122637D01*
X131094783Y-35263413D01*
X131278487Y-35339693D01*
X131477400Y-35339867D01*
X131661237Y-35263907D01*
X131802013Y-35123377D01*
X131878293Y-34939673D01*
X131878467Y-34740760D01*
X131802507Y-34556923D01*
X131661977Y-34416147D01*
X131478273Y-34339867D01*
X131279360Y-34339693D01*
X131095523Y-34415653D01*
X130954747Y-34556183D01*
X130878467Y-34739887D01*
X130878293Y-34938800D01*
X123270180Y-34938800D01*
X123270180Y-34280980D01*
X123243538Y-34147041D01*
X123243538Y-34147040D01*
X123167667Y-34033492D01*
X122862867Y-33728693D01*
X122749319Y-33652822D01*
X122723503Y-33647687D01*
X122615380Y-33626180D01*
X112456881Y-33626180D01*
X112383377Y-33552547D01*
X112218248Y-33483980D01*
X142806599Y-33483980D01*
X142703323Y-33526653D01*
X142562547Y-33667183D01*
X142486267Y-33850887D01*
X142486093Y-34049800D01*
X142486180Y-34050011D01*
X142486180Y-42993180D01*
X142502946Y-43077467D01*
X142524240Y-43184522D01*
X142632627Y-43346733D01*
X142917980Y-43632087D01*
X142917980Y-48830805D01*
X142599580Y-48512406D01*
X142599580Y-43628180D01*
X142572938Y-43494241D01*
X142545355Y-43452960D01*
X142497068Y-43380693D01*
X139779267Y-40662893D01*
X139665719Y-40587022D01*
X139531780Y-40560380D01*
X138237881Y-40560380D01*
X138164377Y-40486747D01*
X138016155Y-40425200D01*
X139920693Y-40425200D01*
X139996653Y-40609037D01*
X140137183Y-40749813D01*
X140320887Y-40826093D01*
X140519800Y-40826267D01*
X140703637Y-40750307D01*
X140844413Y-40609777D01*
X140920693Y-40426073D01*
X140920867Y-40227160D01*
X140844907Y-40043323D01*
X140704377Y-39902547D01*
X140520673Y-39826267D01*
X140321760Y-39826093D01*
X140137923Y-39902053D01*
X139997147Y-40042583D01*
X139920867Y-40226287D01*
X139920693Y-40425200D01*
X138016155Y-40425200D01*
X137980673Y-40410467D01*
X137781760Y-40410293D01*
X137597923Y-40486253D01*
X137457147Y-40626783D01*
X137380867Y-40810487D01*
X137380693Y-41009400D01*
X137456653Y-41193237D01*
X137597183Y-41334013D01*
X137780887Y-41410293D01*
X137979800Y-41410467D01*
X138163637Y-41334507D01*
X138237894Y-41260380D01*
X139386806Y-41260380D01*
X140668005Y-42541580D01*
X136586881Y-42541580D01*
X136513377Y-42467947D01*
X136329673Y-42391667D01*
X136130760Y-42391493D01*
X135946923Y-42467453D01*
X135806147Y-42607983D01*
X135729867Y-42791687D01*
X135729693Y-42990600D01*
X135805653Y-43174437D01*
X135946183Y-43315213D01*
X136129887Y-43391493D01*
X136161416Y-43391521D01*
X136136267Y-43452087D01*
X136136093Y-43651000D01*
X136212053Y-43834837D01*
X136352583Y-43975613D01*
X136536287Y-44051893D01*
X136735200Y-44052067D01*
X136919037Y-43976107D01*
X137059813Y-43835577D01*
X137136093Y-43651873D01*
X137136267Y-43452960D01*
X137060307Y-43269123D01*
X137032812Y-43241580D01*
X140706196Y-43241580D01*
X141493180Y-44028564D01*
X141493180Y-48962180D01*
X141516083Y-49077322D01*
X141519822Y-49096119D01*
X141595693Y-49209667D01*
X142255180Y-49869155D01*
X142255180Y-54120725D01*
X141900493Y-54475413D01*
X141824622Y-54588961D01*
X141797980Y-54722900D01*
X141797980Y-55769380D01*
X141823929Y-55899837D01*
X141824622Y-55903319D01*
X141900493Y-56016867D01*
X142357692Y-56474067D01*
X142357695Y-56474069D01*
X142874658Y-56991033D01*
X142874658Y-58322167D01*
X142584393Y-58612433D01*
X142584567Y-58413560D01*
X142508607Y-58229723D01*
X142368077Y-58088947D01*
X142184373Y-58012667D01*
X141985460Y-58012493D01*
X141801623Y-58088453D01*
X141660847Y-58228983D01*
X141584567Y-58412687D01*
X141584393Y-58611600D01*
X141660353Y-58795437D01*
X141800883Y-58936213D01*
X141984587Y-59012493D01*
X142183500Y-59012667D01*
X142277626Y-58973775D01*
X142255180Y-59086620D01*
X142255180Y-67377180D01*
X142276685Y-67485293D01*
X142281822Y-67511119D01*
X142357693Y-67624667D01*
X142662492Y-67929467D01*
X142776040Y-68005338D01*
X142798262Y-68009758D01*
X142909980Y-68031980D01*
X144687191Y-68031980D01*
X144532123Y-68096053D01*
X144391347Y-68236583D01*
X144315067Y-68420287D01*
X144314893Y-68619200D01*
X144390853Y-68803037D01*
X144531383Y-68943813D01*
X144715087Y-69020093D01*
X144914000Y-69020267D01*
X145097837Y-68944307D01*
X145127780Y-68914416D01*
X145127780Y-69231380D01*
X145152207Y-69354183D01*
X145165840Y-69422722D01*
X145274227Y-69584933D01*
X145889780Y-70200487D01*
X145889780Y-87718673D01*
X137550060Y-96058394D01*
X137550060Y-92325060D01*
X137523418Y-92191121D01*
X137523418Y-92191120D01*
X137466368Y-92105739D01*
X137466467Y-91992360D01*
X137390507Y-91808523D01*
X137249977Y-91667747D01*
X137066273Y-91591467D01*
X136867360Y-91591293D01*
X136683523Y-91667253D01*
X136542747Y-91807783D01*
X136466467Y-91991487D01*
X136466431Y-92032475D01*
X136422300Y-91988266D01*
X136422300Y-91303940D01*
X139158693Y-91303940D01*
X139234653Y-91487777D01*
X139375183Y-91628553D01*
X139558887Y-91704833D01*
X139757800Y-91705007D01*
X139941637Y-91629047D01*
X140082413Y-91488517D01*
X140158693Y-91304813D01*
X140158867Y-91105900D01*
X140082907Y-90922063D01*
X139942377Y-90781287D01*
X139758673Y-90705007D01*
X139559760Y-90704833D01*
X139375923Y-90780793D01*
X139235147Y-90921323D01*
X139158867Y-91105027D01*
X139158693Y-91303940D01*
X136422300Y-91303940D01*
X136422300Y-88875700D01*
X141607253Y-88875700D01*
X141683213Y-89059537D01*
X141823743Y-89200313D01*
X142007447Y-89276593D01*
X142206360Y-89276767D01*
X142390197Y-89200807D01*
X142530973Y-89060277D01*
X142607253Y-88876573D01*
X142607427Y-88677660D01*
X142531467Y-88493823D01*
X142390937Y-88353047D01*
X142207233Y-88276767D01*
X142008320Y-88276593D01*
X141824483Y-88352553D01*
X141683707Y-88493083D01*
X141607427Y-88676787D01*
X141607253Y-88875700D01*
X136422300Y-88875700D01*
X136422300Y-87518824D01*
X144247896Y-87518824D01*
X144339048Y-87739429D01*
X144507683Y-87908359D01*
X144728129Y-87999896D01*
X144966824Y-88000104D01*
X145187429Y-87908952D01*
X145356359Y-87740317D01*
X145447896Y-87519871D01*
X145448104Y-87281176D01*
X145356952Y-87060571D01*
X145188317Y-86891641D01*
X144967871Y-86800104D01*
X144729176Y-86799896D01*
X144508571Y-86891048D01*
X144339641Y-87059683D01*
X144248104Y-87280129D01*
X144247896Y-87518824D01*
X136422300Y-87518824D01*
X136422300Y-87356820D01*
X136412104Y-87305563D01*
X136414733Y-87299233D01*
X136414907Y-87100320D01*
X136338947Y-86916483D01*
X136198417Y-86775707D01*
X136014713Y-86699427D01*
X135815800Y-86699253D01*
X135631963Y-86775213D01*
X135510570Y-86896394D01*
X135510667Y-86785360D01*
X135434707Y-86601523D01*
X135294177Y-86460747D01*
X135110473Y-86384467D01*
X134911560Y-86384293D01*
X134727723Y-86460253D01*
X134586947Y-86600783D01*
X134510667Y-86784487D01*
X134510575Y-86889411D01*
X134092533Y-87307453D01*
X134016662Y-87421001D01*
X133990020Y-87554940D01*
X133990020Y-90740100D01*
X133998213Y-90781287D01*
X134016662Y-90874039D01*
X134092533Y-90987587D01*
X134457380Y-91352434D01*
X134457380Y-92089879D01*
X134383747Y-92163383D01*
X134307467Y-92347087D01*
X134307293Y-92546000D01*
X134383253Y-92729837D01*
X134457380Y-92804094D01*
X134457380Y-111217580D01*
X134481281Y-111337737D01*
X134484022Y-111351519D01*
X134559893Y-111465067D01*
X134991692Y-111896867D01*
X135105240Y-111972738D01*
X135127462Y-111977158D01*
X135239180Y-111999380D01*
X135245995Y-111999380D01*
X135221867Y-112057487D01*
X135221693Y-112256400D01*
X135297653Y-112440237D01*
X135438183Y-112581013D01*
X135621887Y-112657293D01*
X135820800Y-112657467D01*
X136004637Y-112581507D01*
X136145413Y-112440977D01*
X136221693Y-112257273D01*
X136221867Y-112058360D01*
X136197497Y-111999380D01*
X136788580Y-111999380D01*
X136922519Y-111972738D01*
X137036067Y-111896867D01*
X137291559Y-111641376D01*
X137395600Y-111641467D01*
X137403780Y-111638087D01*
X137403780Y-118186148D01*
X137371073Y-118172567D01*
X137172160Y-118172393D01*
X136988323Y-118248353D01*
X136847547Y-118388883D01*
X136771267Y-118572587D01*
X136771093Y-118771500D01*
X136847053Y-118955337D01*
X136938745Y-119047189D01*
X136822147Y-119163583D01*
X136745867Y-119347287D01*
X136745693Y-119546200D01*
X136821653Y-119730037D01*
X136962183Y-119870813D01*
X137145887Y-119947093D01*
X137344800Y-119947267D01*
X137528637Y-119871307D01*
X137669413Y-119730777D01*
X137745693Y-119547073D01*
X137745785Y-119442150D01*
X138001267Y-119186668D01*
X138059515Y-119099493D01*
X138077138Y-119073119D01*
X138103780Y-118939180D01*
X138103780Y-108642486D01*
X139133380Y-109672087D01*
X139133380Y-119853580D01*
X139167122Y-120023213D01*
X139171440Y-120044922D01*
X139279827Y-120207133D01*
X140200180Y-121127486D01*
X140200180Y-144491580D01*
X140238240Y-144682922D01*
X140346627Y-144845133D01*
X144213380Y-148711886D01*
X144213380Y-154854780D01*
X144242120Y-154999267D01*
X144251440Y-155046122D01*
X144359827Y-155208333D01*
X145019918Y-155868425D01*
X145090183Y-155938813D01*
X145273887Y-156015093D01*
X145472800Y-156015267D01*
X145656637Y-155939307D01*
X145797413Y-155798777D01*
X145873693Y-155615073D01*
X145873867Y-155416160D01*
X145797907Y-155232323D01*
X145657377Y-155091547D01*
X145657166Y-155091460D01*
X145213380Y-154647674D01*
X145213380Y-153379000D01*
X148023293Y-153379000D01*
X148099253Y-153562837D01*
X148239783Y-153703613D01*
X148423487Y-153779893D01*
X148622400Y-153780067D01*
X148806237Y-153704107D01*
X148947013Y-153563577D01*
X148955106Y-153544087D01*
X148962853Y-153562837D01*
X149103383Y-153703613D01*
X149287087Y-153779893D01*
X149486000Y-153780067D01*
X149669837Y-153704107D01*
X149810613Y-153563577D01*
X149886893Y-153379873D01*
X149887067Y-153180960D01*
X149811107Y-152997123D01*
X149670577Y-152856347D01*
X149486873Y-152780067D01*
X149287960Y-152779893D01*
X149104123Y-152855853D01*
X148963347Y-152996383D01*
X148955254Y-153015873D01*
X148947507Y-152997123D01*
X148816184Y-152865570D01*
X148927200Y-152865667D01*
X149111037Y-152789707D01*
X149251813Y-152649177D01*
X149328093Y-152465473D01*
X149328267Y-152266560D01*
X149252307Y-152082723D01*
X149111777Y-151941947D01*
X148928073Y-151865667D01*
X148729160Y-151865493D01*
X148545323Y-151941453D01*
X148404547Y-152081983D01*
X148328267Y-152265687D01*
X148328093Y-152464600D01*
X148404053Y-152648437D01*
X148535376Y-152779990D01*
X148424360Y-152779893D01*
X148240523Y-152855853D01*
X148099747Y-152996383D01*
X148023467Y-153180087D01*
X148023293Y-153379000D01*
X145213380Y-153379000D01*
X145213380Y-148504780D01*
X145175320Y-148313438D01*
X145066933Y-148151227D01*
X143159846Y-146244140D01*
X144213293Y-146244140D01*
X144289253Y-146427977D01*
X144429783Y-146568753D01*
X144613487Y-146645033D01*
X144812400Y-146645207D01*
X144996237Y-146569247D01*
X145137013Y-146428717D01*
X145213293Y-146245013D01*
X145213467Y-146046100D01*
X145137507Y-145862263D01*
X144996977Y-145721487D01*
X144813273Y-145645207D01*
X144614360Y-145645033D01*
X144430523Y-145720993D01*
X144289747Y-145861523D01*
X144213467Y-146045227D01*
X144213293Y-146244140D01*
X143159846Y-146244140D01*
X141200180Y-144284474D01*
X141200180Y-140298000D01*
X150563293Y-140298000D01*
X150639253Y-140481837D01*
X150779783Y-140622613D01*
X150963487Y-140698893D01*
X151162400Y-140699067D01*
X151346237Y-140623107D01*
X151487013Y-140482577D01*
X151563293Y-140298873D01*
X151563467Y-140099960D01*
X151487507Y-139916123D01*
X151346977Y-139775347D01*
X151163273Y-139699067D01*
X150964360Y-139698893D01*
X150780523Y-139774853D01*
X150639747Y-139915383D01*
X150563467Y-140099087D01*
X150563293Y-140298000D01*
X141200180Y-140298000D01*
X141200180Y-139739200D01*
X141749493Y-139739200D01*
X141825453Y-139923037D01*
X141965983Y-140063813D01*
X142149687Y-140140093D01*
X142348600Y-140140267D01*
X142532437Y-140064307D01*
X142673213Y-139923777D01*
X142749493Y-139740073D01*
X142749667Y-139541160D01*
X142673707Y-139357323D01*
X142533177Y-139216547D01*
X142349473Y-139140267D01*
X142150560Y-139140093D01*
X141966723Y-139216053D01*
X141825947Y-139356583D01*
X141749667Y-139540287D01*
X141749493Y-139739200D01*
X141200180Y-139739200D01*
X141200180Y-138799400D01*
X150766493Y-138799400D01*
X150842453Y-138983237D01*
X150982983Y-139124013D01*
X151166687Y-139200293D01*
X151365600Y-139200467D01*
X151549437Y-139124507D01*
X151690213Y-138983977D01*
X151766493Y-138800273D01*
X151766667Y-138601360D01*
X151690707Y-138417523D01*
X151550177Y-138276747D01*
X151366473Y-138200467D01*
X151167560Y-138200293D01*
X150983723Y-138276253D01*
X150842947Y-138416783D01*
X150766667Y-138600487D01*
X150766493Y-138799400D01*
X141200180Y-138799400D01*
X141200180Y-137834200D01*
X151833293Y-137834200D01*
X151909253Y-138018037D01*
X152049783Y-138158813D01*
X152233487Y-138235093D01*
X152432400Y-138235267D01*
X152616237Y-138159307D01*
X152757013Y-138018777D01*
X152833293Y-137835073D01*
X152833293Y-137834200D01*
X152849293Y-137834200D01*
X152925253Y-138018037D01*
X153065783Y-138158813D01*
X153249487Y-138235093D01*
X153448400Y-138235267D01*
X153632237Y-138159307D01*
X153773013Y-138018777D01*
X153849293Y-137835073D01*
X153849467Y-137636160D01*
X153773507Y-137452323D01*
X153632977Y-137311547D01*
X153449273Y-137235267D01*
X153250360Y-137235093D01*
X153066523Y-137311053D01*
X152925747Y-137451583D01*
X152849467Y-137635287D01*
X152849293Y-137834200D01*
X152833293Y-137834200D01*
X152833467Y-137636160D01*
X152757507Y-137452323D01*
X152616977Y-137311547D01*
X152433273Y-137235267D01*
X152234360Y-137235093D01*
X152050523Y-137311053D01*
X151909747Y-137451583D01*
X151833467Y-137635287D01*
X151833293Y-137834200D01*
X141200180Y-137834200D01*
X141200180Y-135954600D01*
X151223693Y-135954600D01*
X151299653Y-136138437D01*
X151440183Y-136279213D01*
X151623887Y-136355493D01*
X151646807Y-136355513D01*
X151579467Y-136517687D01*
X151579293Y-136716600D01*
X151655253Y-136900437D01*
X151795783Y-137041213D01*
X151979487Y-137117493D01*
X152178400Y-137117667D01*
X152362237Y-137041707D01*
X152503013Y-136901177D01*
X152579293Y-136717473D01*
X152579467Y-136518560D01*
X152512135Y-136355603D01*
X152584800Y-136355667D01*
X152768637Y-136279707D01*
X152909413Y-136139177D01*
X152985693Y-135955473D01*
X152985867Y-135756560D01*
X152909907Y-135572723D01*
X152769377Y-135431947D01*
X152585673Y-135355667D01*
X152386760Y-135355493D01*
X152202923Y-135431453D01*
X152104732Y-135529472D01*
X152007377Y-135431947D01*
X151823673Y-135355667D01*
X151624760Y-135355493D01*
X151440923Y-135431453D01*
X151300147Y-135571983D01*
X151223867Y-135755687D01*
X151223693Y-135954600D01*
X141200180Y-135954600D01*
X141200180Y-133567000D01*
X141825693Y-133567000D01*
X141901653Y-133750837D01*
X142025072Y-133874472D01*
X141902147Y-133997183D01*
X141825867Y-134180887D01*
X141825693Y-134379800D01*
X141901653Y-134563637D01*
X142042183Y-134704413D01*
X142225887Y-134780693D01*
X142424800Y-134780867D01*
X142608637Y-134704907D01*
X142749413Y-134564377D01*
X142825693Y-134380673D01*
X142825867Y-134181760D01*
X142749907Y-133997923D01*
X142626488Y-133874288D01*
X142749413Y-133751577D01*
X142825693Y-133567873D01*
X142825867Y-133368960D01*
X142749907Y-133185123D01*
X142624005Y-133059000D01*
X152544493Y-133059000D01*
X152620453Y-133242837D01*
X152760983Y-133383613D01*
X152944687Y-133459893D01*
X153143600Y-133460067D01*
X153327437Y-133384107D01*
X153363131Y-133348475D01*
X153382453Y-133395237D01*
X153522983Y-133536013D01*
X153706687Y-133612293D01*
X153905600Y-133612467D01*
X154089437Y-133536507D01*
X154230213Y-133395977D01*
X154306493Y-133212273D01*
X154306667Y-133013360D01*
X154230707Y-132829523D01*
X154090177Y-132688747D01*
X153970943Y-132639237D01*
X153976213Y-132633977D01*
X154052493Y-132450273D01*
X154052667Y-132251360D01*
X153976707Y-132067523D01*
X153836177Y-131926747D01*
X153652473Y-131850467D01*
X153453560Y-131850293D01*
X153269723Y-131926253D01*
X153128947Y-132066783D01*
X153052667Y-132250487D01*
X153052493Y-132449400D01*
X153056869Y-132459990D01*
X152945560Y-132459893D01*
X152761723Y-132535853D01*
X152620947Y-132676383D01*
X152544667Y-132860087D01*
X152544493Y-133059000D01*
X142624005Y-133059000D01*
X142609377Y-133044347D01*
X142425673Y-132968067D01*
X142226760Y-132967893D01*
X142042923Y-133043853D01*
X141902147Y-133184383D01*
X141825867Y-133368087D01*
X141825693Y-133567000D01*
X141200180Y-133567000D01*
X141200180Y-122857822D01*
X141286087Y-122893493D01*
X141485000Y-122893667D01*
X141668837Y-122817707D01*
X141809613Y-122677177D01*
X141885893Y-122493473D01*
X141886067Y-122294560D01*
X141810107Y-122110723D01*
X141669577Y-121969947D01*
X141485873Y-121893667D01*
X141286960Y-121893493D01*
X141200180Y-121929350D01*
X141200180Y-120920380D01*
X141162120Y-120729038D01*
X141053733Y-120566827D01*
X140769706Y-120282800D01*
X141393893Y-120282800D01*
X141469853Y-120466637D01*
X141610383Y-120607413D01*
X141794087Y-120683693D01*
X141993000Y-120683867D01*
X142176837Y-120607907D01*
X142317613Y-120467377D01*
X142393893Y-120283673D01*
X142394067Y-120084760D01*
X142318107Y-119900923D01*
X142177577Y-119760147D01*
X142029355Y-119698600D01*
X149674293Y-119698600D01*
X149750253Y-119882437D01*
X149848272Y-119980628D01*
X149750747Y-120077983D01*
X149674467Y-120261687D01*
X149674293Y-120460600D01*
X149750253Y-120644437D01*
X149890783Y-120785213D01*
X150074487Y-120861493D01*
X150273400Y-120861667D01*
X150457237Y-120785707D01*
X150598013Y-120645177D01*
X150674293Y-120461473D01*
X150674467Y-120262560D01*
X150598507Y-120078723D01*
X150500488Y-119980532D01*
X150598013Y-119883177D01*
X150674293Y-119699473D01*
X150674467Y-119500560D01*
X150598507Y-119316723D01*
X150457977Y-119175947D01*
X150274273Y-119099667D01*
X150075360Y-119099493D01*
X149891523Y-119175453D01*
X149750747Y-119315983D01*
X149674467Y-119499687D01*
X149674293Y-119698600D01*
X142029355Y-119698600D01*
X141993873Y-119683867D01*
X141794960Y-119683693D01*
X141611123Y-119759653D01*
X141470347Y-119900183D01*
X141394067Y-120083887D01*
X141393893Y-120282800D01*
X140769706Y-120282800D01*
X140133380Y-119646474D01*
X140133380Y-112909180D01*
X148160453Y-112909180D01*
X148236413Y-113093017D01*
X148376943Y-113233793D01*
X148560647Y-113310073D01*
X148759560Y-113310247D01*
X148943397Y-113234287D01*
X149084173Y-113093757D01*
X149160453Y-112910053D01*
X149160627Y-112711140D01*
X149084667Y-112527303D01*
X148944137Y-112386527D01*
X148760433Y-112310247D01*
X148561520Y-112310073D01*
X148377683Y-112386033D01*
X148236907Y-112526563D01*
X148160627Y-112710267D01*
X148160453Y-112909180D01*
X140133380Y-112909180D01*
X140133380Y-109767200D01*
X141139893Y-109767200D01*
X141215853Y-109951037D01*
X141356383Y-110091813D01*
X141540087Y-110168093D01*
X141739000Y-110168267D01*
X141922837Y-110092307D01*
X142063613Y-109951777D01*
X142139893Y-109768073D01*
X142140067Y-109569160D01*
X142064107Y-109385323D01*
X141923577Y-109244547D01*
X141739873Y-109168267D01*
X141540960Y-109168093D01*
X141357123Y-109244053D01*
X141216347Y-109384583D01*
X141140067Y-109568287D01*
X141139893Y-109767200D01*
X140133380Y-109767200D01*
X140133380Y-109464980D01*
X140095320Y-109273638D01*
X140024913Y-109168267D01*
X139986934Y-109111427D01*
X138355380Y-107479874D01*
X138355380Y-98601400D01*
X142915580Y-98601400D01*
X142915580Y-109490380D01*
X142935276Y-109589400D01*
X142942222Y-109624319D01*
X143018093Y-109737867D01*
X143863913Y-110583687D01*
X143977460Y-110659558D01*
X143999682Y-110663978D01*
X144111400Y-110686200D01*
X146708319Y-110686200D01*
X146781823Y-110759833D01*
X146965527Y-110836113D01*
X147164440Y-110836287D01*
X147348277Y-110760327D01*
X147489053Y-110619797D01*
X147565333Y-110436093D01*
X147565360Y-110404740D01*
X148424613Y-110404740D01*
X148500573Y-110588577D01*
X148641103Y-110729353D01*
X148824807Y-110805633D01*
X149023720Y-110805807D01*
X149207557Y-110729847D01*
X149348333Y-110589317D01*
X149424613Y-110405613D01*
X149424787Y-110206700D01*
X149348827Y-110022863D01*
X149208297Y-109882087D01*
X149024593Y-109805807D01*
X148825680Y-109805633D01*
X148641843Y-109881593D01*
X148501067Y-110022123D01*
X148424787Y-110205827D01*
X148424613Y-110404740D01*
X147565360Y-110404740D01*
X147565507Y-110237180D01*
X147489547Y-110053343D01*
X147349017Y-109912567D01*
X147165313Y-109836287D01*
X146966400Y-109836113D01*
X146782563Y-109912073D01*
X146708306Y-109986200D01*
X144256374Y-109986200D01*
X143615580Y-109345406D01*
X143615580Y-108555140D01*
X148577053Y-108555140D01*
X148653013Y-108738977D01*
X148793543Y-108879753D01*
X148977247Y-108956033D01*
X149176160Y-108956207D01*
X149318780Y-108897278D01*
X149318780Y-109319422D01*
X149318693Y-109419220D01*
X149394653Y-109603057D01*
X149535183Y-109743833D01*
X149718887Y-109820113D01*
X149917800Y-109820287D01*
X150101637Y-109744327D01*
X150242413Y-109603797D01*
X150318693Y-109420093D01*
X150318867Y-109221180D01*
X150318780Y-109220969D01*
X150318780Y-108034960D01*
X150280720Y-107843618D01*
X150239201Y-107781481D01*
X150226946Y-107763140D01*
X151010333Y-107763140D01*
X151086293Y-107946977D01*
X151226823Y-108087753D01*
X151410527Y-108164033D01*
X151609440Y-108164207D01*
X151793277Y-108088247D01*
X151934053Y-107947717D01*
X152010333Y-107764013D01*
X152010507Y-107565100D01*
X151934547Y-107381263D01*
X151794017Y-107240487D01*
X151610313Y-107164207D01*
X151411400Y-107164033D01*
X151227563Y-107239993D01*
X151086787Y-107380523D01*
X151010507Y-107564227D01*
X151010333Y-107763140D01*
X150226946Y-107763140D01*
X150172333Y-107681406D01*
X149492493Y-107001567D01*
X149421657Y-106930607D01*
X149371307Y-106909700D01*
X151619933Y-106909700D01*
X151695893Y-107093537D01*
X151836423Y-107234313D01*
X152020127Y-107310593D01*
X152219040Y-107310767D01*
X152402877Y-107234807D01*
X152543653Y-107094277D01*
X152619933Y-106910573D01*
X152620107Y-106711660D01*
X152545496Y-106531088D01*
X152661957Y-106482967D01*
X152802733Y-106342437D01*
X152879013Y-106158733D01*
X152879187Y-105959820D01*
X152803227Y-105775983D01*
X152662697Y-105635207D01*
X152478993Y-105558927D01*
X152280080Y-105558753D01*
X152096243Y-105634713D01*
X151955467Y-105775243D01*
X151879187Y-105958947D01*
X151879013Y-106157860D01*
X151953624Y-106338432D01*
X151837163Y-106386553D01*
X151696387Y-106527083D01*
X151620107Y-106710787D01*
X151619933Y-106909700D01*
X149371307Y-106909700D01*
X149237953Y-106854327D01*
X149039040Y-106854153D01*
X148855203Y-106930113D01*
X148714427Y-107070643D01*
X148638147Y-107254347D01*
X148637973Y-107453260D01*
X148713933Y-107637097D01*
X148854463Y-107777873D01*
X148854675Y-107777961D01*
X149032794Y-107956081D01*
X148978120Y-107956033D01*
X148794283Y-108031993D01*
X148653507Y-108172523D01*
X148577227Y-108356227D01*
X148577053Y-108555140D01*
X143615580Y-108555140D01*
X143615580Y-107021460D01*
X147007293Y-107021460D01*
X147083253Y-107205297D01*
X147223783Y-107346073D01*
X147407487Y-107422353D01*
X147606400Y-107422527D01*
X147790237Y-107346567D01*
X147931013Y-107206037D01*
X148007293Y-107022333D01*
X148007467Y-106823420D01*
X147931507Y-106639583D01*
X147790977Y-106498807D01*
X147607273Y-106422527D01*
X147408360Y-106422353D01*
X147224523Y-106498313D01*
X147083747Y-106638843D01*
X147007467Y-106822547D01*
X147007293Y-107021460D01*
X143615580Y-107021460D01*
X143615580Y-104953252D01*
X143653707Y-105010313D01*
X144755758Y-106112365D01*
X144826023Y-106182753D01*
X145009727Y-106259033D01*
X145208640Y-106259207D01*
X145392477Y-106183247D01*
X145533253Y-106042717D01*
X145571926Y-105949580D01*
X150751253Y-105949580D01*
X150827213Y-106133417D01*
X150967743Y-106274193D01*
X151151447Y-106350473D01*
X151350360Y-106350647D01*
X151534197Y-106274687D01*
X151674973Y-106134157D01*
X151751253Y-105950453D01*
X151751427Y-105751540D01*
X151675467Y-105567703D01*
X151534937Y-105426927D01*
X151351233Y-105350647D01*
X151152320Y-105350473D01*
X150968483Y-105426433D01*
X150827707Y-105566963D01*
X150751427Y-105750667D01*
X150751253Y-105949580D01*
X145571926Y-105949580D01*
X145609533Y-105859013D01*
X145609707Y-105660100D01*
X145533747Y-105476263D01*
X145393217Y-105335487D01*
X145393007Y-105335400D01*
X144507260Y-104449654D01*
X144507260Y-102030400D01*
X144507347Y-101931380D01*
X144431387Y-101747543D01*
X144290857Y-101606767D01*
X144107153Y-101530487D01*
X143908240Y-101530313D01*
X143724403Y-101606273D01*
X143615580Y-101714906D01*
X143615580Y-98746374D01*
X143788879Y-98573076D01*
X143892920Y-98573167D01*
X144076757Y-98497207D01*
X144217533Y-98356677D01*
X144293813Y-98172973D01*
X144293987Y-97974060D01*
X144218027Y-97790223D01*
X144077497Y-97649447D01*
X143893793Y-97573167D01*
X143694880Y-97572993D01*
X143511043Y-97648953D01*
X143370267Y-97789483D01*
X143293987Y-97973187D01*
X143293895Y-98078110D01*
X143018093Y-98353913D01*
X142942222Y-98467461D01*
X142915580Y-98601400D01*
X138355380Y-98601400D01*
X138355380Y-96667286D01*
X140310046Y-94712620D01*
X144040573Y-94712620D01*
X144116533Y-94896457D01*
X144257063Y-95037233D01*
X144257275Y-95037321D01*
X145229380Y-96009426D01*
X145229380Y-100662305D01*
X145118073Y-100616087D01*
X144919160Y-100615913D01*
X144735323Y-100691873D01*
X144594547Y-100832403D01*
X144518267Y-101016107D01*
X144518093Y-101215020D01*
X144594053Y-101398857D01*
X144734583Y-101539633D01*
X144918287Y-101615913D01*
X145117200Y-101616087D01*
X145229380Y-101569735D01*
X145229380Y-102505380D01*
X145247835Y-102598160D01*
X145267440Y-102696722D01*
X145375827Y-102858933D01*
X146841407Y-104324513D01*
X147003618Y-104432900D01*
X147095881Y-104451252D01*
X147083667Y-104480667D01*
X147083493Y-104679580D01*
X147159453Y-104863417D01*
X147299983Y-105004193D01*
X147483687Y-105080473D01*
X147682600Y-105080647D01*
X147866437Y-105004687D01*
X148007213Y-104864157D01*
X148083493Y-104680453D01*
X148083667Y-104481540D01*
X148061480Y-104427844D01*
X148140757Y-104395087D01*
X148281533Y-104254557D01*
X148357813Y-104070853D01*
X148357987Y-103871940D01*
X148282027Y-103688103D01*
X148141497Y-103547327D01*
X147957793Y-103471047D01*
X147758880Y-103470873D01*
X147758669Y-103470960D01*
X147402066Y-103470960D01*
X146229380Y-102298274D01*
X146229380Y-102109100D01*
X146484053Y-102109100D01*
X146560013Y-102292937D01*
X146700543Y-102433713D01*
X146884247Y-102509993D01*
X147083160Y-102510167D01*
X147266997Y-102434207D01*
X147407773Y-102293677D01*
X147484053Y-102109973D01*
X147484200Y-101941460D01*
X148688773Y-101941460D01*
X148764733Y-102125297D01*
X148905263Y-102266073D01*
X149059946Y-102330302D01*
X149006320Y-102410558D01*
X148968260Y-102601900D01*
X148968260Y-103381244D01*
X148968173Y-103480700D01*
X149044133Y-103664537D01*
X149184663Y-103805313D01*
X149368367Y-103881593D01*
X149567280Y-103881767D01*
X149751117Y-103805807D01*
X149891893Y-103665277D01*
X149968173Y-103481573D01*
X149968347Y-103282660D01*
X149968260Y-103282449D01*
X149968260Y-102809006D01*
X150223133Y-102554134D01*
X150331520Y-102391922D01*
X150341380Y-102342353D01*
X150369580Y-102200580D01*
X150369580Y-99382324D01*
X150475807Y-99426433D01*
X150674720Y-99426607D01*
X150858557Y-99350647D01*
X150999333Y-99210117D01*
X151075613Y-99026413D01*
X151075787Y-98827500D01*
X150999827Y-98643663D01*
X150859297Y-98502887D01*
X150675593Y-98426607D01*
X150476680Y-98426433D01*
X150369580Y-98470686D01*
X150369580Y-97970307D01*
X150461584Y-97878303D01*
X150531973Y-97808037D01*
X150608253Y-97624333D01*
X150608427Y-97425420D01*
X150532467Y-97241583D01*
X150391937Y-97100807D01*
X150208233Y-97024527D01*
X150009320Y-97024353D01*
X149825483Y-97100313D01*
X149684707Y-97240843D01*
X149684619Y-97241054D01*
X149516027Y-97409647D01*
X149407640Y-97571858D01*
X149369580Y-97763200D01*
X149369580Y-101376089D01*
X149288753Y-101342527D01*
X149089840Y-101342353D01*
X148906003Y-101418313D01*
X148765227Y-101558843D01*
X148688947Y-101742547D01*
X148688773Y-101941460D01*
X147484200Y-101941460D01*
X147484227Y-101911060D01*
X147408267Y-101727223D01*
X147267737Y-101586447D01*
X147084033Y-101510167D01*
X146885120Y-101509993D01*
X146701283Y-101585953D01*
X146560507Y-101726483D01*
X146484227Y-101910187D01*
X146484053Y-102109100D01*
X146229380Y-102109100D01*
X146229380Y-96637015D01*
X146340687Y-96683233D01*
X146539600Y-96683407D01*
X146723437Y-96607447D01*
X146864213Y-96466917D01*
X146940493Y-96283213D01*
X146940667Y-96084300D01*
X146864707Y-95900463D01*
X146724177Y-95759687D01*
X146540473Y-95683407D01*
X146341560Y-95683233D01*
X146216011Y-95735109D01*
X146191320Y-95610978D01*
X146082933Y-95448767D01*
X144895093Y-94260927D01*
X144824257Y-94189967D01*
X144640553Y-94113687D01*
X144441640Y-94113513D01*
X144257803Y-94189473D01*
X144117027Y-94330003D01*
X144040747Y-94513707D01*
X144040573Y-94712620D01*
X140310046Y-94712620D01*
X145600866Y-89421800D01*
X147286693Y-89421800D01*
X147362653Y-89605637D01*
X147503183Y-89746413D01*
X147686887Y-89822693D01*
X147885800Y-89822867D01*
X148069637Y-89746907D01*
X148210413Y-89606377D01*
X148286693Y-89422673D01*
X148286867Y-89223760D01*
X148210907Y-89039923D01*
X148070377Y-88899147D01*
X147886673Y-88822867D01*
X147687760Y-88822693D01*
X147503923Y-88898653D01*
X147363147Y-89039183D01*
X147286867Y-89222887D01*
X147286693Y-89421800D01*
X145600866Y-89421800D01*
X146743333Y-88279334D01*
X146851720Y-88117122D01*
X146870801Y-88021193D01*
X146889780Y-87925780D01*
X146889780Y-81420800D01*
X149801293Y-81420800D01*
X149877253Y-81604637D01*
X150017783Y-81745413D01*
X150201487Y-81821693D01*
X150400400Y-81821867D01*
X150584237Y-81745907D01*
X150725013Y-81605377D01*
X150801293Y-81421673D01*
X150801467Y-81222760D01*
X150725507Y-81038923D01*
X150584977Y-80898147D01*
X150401273Y-80821867D01*
X150202360Y-80821693D01*
X150018523Y-80897653D01*
X149877747Y-81038183D01*
X149801467Y-81221887D01*
X149801293Y-81420800D01*
X146889780Y-81420800D01*
X146889780Y-78893500D01*
X147858193Y-78893500D01*
X147934153Y-79077337D01*
X148074683Y-79218113D01*
X148258387Y-79294393D01*
X148457300Y-79294567D01*
X148641137Y-79218607D01*
X148781913Y-79078077D01*
X148858193Y-78894373D01*
X148858367Y-78695460D01*
X148782407Y-78511623D01*
X148641877Y-78370847D01*
X148458173Y-78294567D01*
X148259260Y-78294393D01*
X148075423Y-78370353D01*
X147934647Y-78510883D01*
X147858367Y-78694587D01*
X147858193Y-78893500D01*
X146889780Y-78893500D01*
X146889780Y-69993380D01*
X146851720Y-69802038D01*
X146782925Y-69699080D01*
X146743334Y-69639827D01*
X146127780Y-69024274D01*
X146127780Y-60950980D01*
X146089720Y-60759638D01*
X146085931Y-60753967D01*
X146045882Y-60694030D01*
X146190857Y-60634127D01*
X146331633Y-60493597D01*
X146407913Y-60309893D01*
X146408087Y-60110980D01*
X146332127Y-59927143D01*
X146191597Y-59786367D01*
X146007893Y-59710087D01*
X145808980Y-59709913D01*
X145625143Y-59785873D01*
X145484367Y-59926403D01*
X145452140Y-60004015D01*
X145452140Y-57557540D01*
X145414080Y-57366198D01*
X145361072Y-57286867D01*
X145305694Y-57203987D01*
X145066060Y-56964354D01*
X145066060Y-51471700D01*
X145028000Y-51280358D01*
X145018705Y-51266447D01*
X144919613Y-51118146D01*
X143917980Y-50116514D01*
X143917980Y-43424980D01*
X143879920Y-43233638D01*
X143866540Y-43213613D01*
X143771533Y-43071426D01*
X143486180Y-42786074D01*
X143486180Y-41588368D01*
X143546687Y-41613493D01*
X143745600Y-41613667D01*
X143929437Y-41537707D01*
X144070213Y-41397177D01*
X144146493Y-41213473D01*
X144146667Y-41014560D01*
X144070707Y-40830723D01*
X143930177Y-40689947D01*
X143746473Y-40613667D01*
X143547560Y-40613493D01*
X143486180Y-40638855D01*
X143486180Y-37948700D01*
X143921193Y-37948700D01*
X143997153Y-38132537D01*
X144137683Y-38273313D01*
X144321387Y-38349593D01*
X144520300Y-38349767D01*
X144536567Y-38343046D01*
X144492867Y-38448287D01*
X144492693Y-38647200D01*
X144568653Y-38831037D01*
X144709183Y-38971813D01*
X144892887Y-39048093D01*
X144997810Y-39048185D01*
X145074580Y-39124955D01*
X145074580Y-42822805D01*
X144415093Y-43482293D01*
X144339222Y-43595841D01*
X144312580Y-43729780D01*
X144312580Y-45607879D01*
X144238947Y-45681383D01*
X144162667Y-45865087D01*
X144162493Y-46064000D01*
X144238453Y-46247837D01*
X144378983Y-46388613D01*
X144562687Y-46464893D01*
X144761600Y-46465067D01*
X144871058Y-46419840D01*
X144873453Y-46425637D01*
X144947580Y-46499894D01*
X144947580Y-47631220D01*
X144968515Y-47736467D01*
X144974222Y-47765159D01*
X145050093Y-47878707D01*
X145134344Y-47962958D01*
X144991073Y-47903467D01*
X144792160Y-47903293D01*
X144608323Y-47979253D01*
X144467547Y-48119783D01*
X144391267Y-48303487D01*
X144391093Y-48502400D01*
X144467053Y-48686237D01*
X144607583Y-48827013D01*
X144791287Y-48903293D01*
X144990200Y-48903467D01*
X145174037Y-48827507D01*
X145314813Y-48686977D01*
X145391093Y-48503273D01*
X145391267Y-48304360D01*
X145331783Y-48160397D01*
X145577500Y-48406115D01*
X145577500Y-49373286D01*
X145524473Y-49351267D01*
X145325560Y-49351093D01*
X145141723Y-49427053D01*
X145000947Y-49567583D01*
X144924667Y-49751287D01*
X144924493Y-49950200D01*
X145000453Y-50134037D01*
X145140983Y-50274813D01*
X145324687Y-50351093D01*
X145523600Y-50351267D01*
X145577500Y-50328996D01*
X145577500Y-53480646D01*
X145502213Y-53555933D01*
X145426342Y-53669481D01*
X145399700Y-53803420D01*
X145399700Y-55886220D01*
X145422618Y-56001437D01*
X145426342Y-56020159D01*
X145502213Y-56133707D01*
X147356413Y-57987908D01*
X147396140Y-58014453D01*
X147396140Y-59561405D01*
X146320093Y-60637453D01*
X146244222Y-60751001D01*
X146217580Y-60884940D01*
X146217580Y-64268220D01*
X146240536Y-64383627D01*
X146244222Y-64402159D01*
X146320093Y-64515707D01*
X146834338Y-65029953D01*
X146769176Y-65029896D01*
X146548571Y-65121048D01*
X146379641Y-65289683D01*
X146288104Y-65510129D01*
X146287896Y-65748824D01*
X146379048Y-65969429D01*
X146547683Y-66138359D01*
X146768129Y-66229896D01*
X147006824Y-66230104D01*
X147227429Y-66138952D01*
X147396359Y-65970317D01*
X147487896Y-65749871D01*
X147487954Y-65683569D01*
X147563780Y-65759395D01*
X147563780Y-66095519D01*
X147490147Y-66169023D01*
X147413867Y-66352727D01*
X147413693Y-66551640D01*
X147489653Y-66735477D01*
X147630183Y-66876253D01*
X147813887Y-66952533D01*
X148012800Y-66952707D01*
X148196637Y-66876747D01*
X148337413Y-66736217D01*
X148413693Y-66552513D01*
X148413867Y-66353600D01*
X148337907Y-66169763D01*
X148263780Y-66095506D01*
X148263780Y-65614420D01*
X148237138Y-65480481D01*
X148237138Y-65480480D01*
X148161267Y-65366932D01*
X146917580Y-64123246D01*
X146917580Y-61029914D01*
X147993628Y-59953867D01*
X148069498Y-59840319D01*
X148096140Y-59706380D01*
X148096140Y-58080780D01*
X148556780Y-58080780D01*
X148556780Y-69185660D01*
X148589756Y-69351441D01*
X148594840Y-69377002D01*
X148703227Y-69539213D01*
X149532140Y-70368127D01*
X149532140Y-74661900D01*
X149556788Y-74785813D01*
X149570200Y-74853242D01*
X149678587Y-75015453D01*
X149801380Y-75138246D01*
X149801380Y-76749344D01*
X149801293Y-76848800D01*
X149877253Y-77032637D01*
X149969481Y-77125027D01*
X149967723Y-77125753D01*
X149826947Y-77266283D01*
X149750667Y-77449987D01*
X149750493Y-77648900D01*
X149826453Y-77832737D01*
X149966983Y-77973513D01*
X150150687Y-78049793D01*
X150349600Y-78049967D01*
X150533437Y-77974007D01*
X150674213Y-77833477D01*
X150690443Y-77794389D01*
X150690293Y-77966400D01*
X150766253Y-78150237D01*
X150840380Y-78224494D01*
X150840380Y-79782175D01*
X150711977Y-79653547D01*
X150528273Y-79577267D01*
X150329360Y-79577093D01*
X150145523Y-79653053D01*
X150004747Y-79793583D01*
X149928467Y-79977287D01*
X149928293Y-80176200D01*
X150004253Y-80360037D01*
X150144783Y-80500813D01*
X150328487Y-80577093D01*
X150527400Y-80577267D01*
X150711237Y-80501307D01*
X150840380Y-80372390D01*
X150840380Y-89983180D01*
X150867022Y-90117119D01*
X150942893Y-90230667D01*
X152442984Y-91730759D01*
X152442893Y-91834800D01*
X152518853Y-92018637D01*
X152659383Y-92159413D01*
X152843087Y-92235693D01*
X153042000Y-92235867D01*
X153225837Y-92159907D01*
X153366613Y-92019377D01*
X153442893Y-91835673D01*
X153443067Y-91636760D01*
X153367107Y-91452923D01*
X153226577Y-91312147D01*
X153042873Y-91235867D01*
X152937950Y-91235775D01*
X151540380Y-89838206D01*
X151540380Y-84362965D01*
X151598487Y-84387093D01*
X151797400Y-84387267D01*
X151981237Y-84311307D01*
X152122013Y-84170777D01*
X152198293Y-83987073D01*
X152198467Y-83788160D01*
X152122507Y-83604323D01*
X151981977Y-83463547D01*
X151798273Y-83387267D01*
X151599360Y-83387093D01*
X151540380Y-83411463D01*
X151540380Y-82690800D01*
X152163493Y-82690800D01*
X152239453Y-82874637D01*
X152379983Y-83015413D01*
X152563687Y-83091693D01*
X152762600Y-83091867D01*
X152946437Y-83015907D01*
X153087213Y-82875377D01*
X153163493Y-82691673D01*
X153163667Y-82492760D01*
X153087707Y-82308923D01*
X152947177Y-82168147D01*
X152763473Y-82091867D01*
X152564560Y-82091693D01*
X152380723Y-82167653D01*
X152239947Y-82308183D01*
X152163667Y-82491887D01*
X152163493Y-82690800D01*
X151540380Y-82690800D01*
X151540380Y-81721365D01*
X151598487Y-81745493D01*
X151797400Y-81745667D01*
X151981237Y-81669707D01*
X152122013Y-81529177D01*
X152198293Y-81345473D01*
X152198467Y-81146560D01*
X152122507Y-80962723D01*
X151981977Y-80821947D01*
X151798273Y-80745667D01*
X151599360Y-80745493D01*
X151540380Y-80769863D01*
X151540380Y-80176200D01*
X151757093Y-80176200D01*
X151833053Y-80360037D01*
X151973583Y-80500813D01*
X152157287Y-80577093D01*
X152356200Y-80577267D01*
X152540037Y-80501307D01*
X152680813Y-80360777D01*
X152757093Y-80177073D01*
X152757267Y-79978160D01*
X152681307Y-79794323D01*
X152540777Y-79653547D01*
X152357073Y-79577267D01*
X152158160Y-79577093D01*
X151974323Y-79653053D01*
X151833547Y-79793583D01*
X151757267Y-79977287D01*
X151757093Y-80176200D01*
X151540380Y-80176200D01*
X151540380Y-78906200D01*
X152315893Y-78906200D01*
X152391853Y-79090037D01*
X152532383Y-79230813D01*
X152716087Y-79307093D01*
X152915000Y-79307267D01*
X153098837Y-79231307D01*
X153239613Y-79090777D01*
X153315893Y-78907073D01*
X153316067Y-78708160D01*
X153240107Y-78524323D01*
X153099577Y-78383547D01*
X152915873Y-78307267D01*
X152716960Y-78307093D01*
X152533123Y-78383053D01*
X152392347Y-78523583D01*
X152316067Y-78707287D01*
X152315893Y-78906200D01*
X151540380Y-78906200D01*
X151540380Y-78224481D01*
X151614013Y-78150977D01*
X151690293Y-77967273D01*
X151690467Y-77768360D01*
X151614507Y-77584523D01*
X151473977Y-77443747D01*
X151290273Y-77367467D01*
X151091360Y-77367293D01*
X150907523Y-77443253D01*
X150766747Y-77583783D01*
X150750517Y-77622871D01*
X150750667Y-77450860D01*
X150674707Y-77267023D01*
X150582479Y-77174633D01*
X150584237Y-77173907D01*
X150725013Y-77033377D01*
X150801293Y-76849673D01*
X150801467Y-76650760D01*
X150801380Y-76650549D01*
X150801380Y-74931140D01*
X150763320Y-74739798D01*
X150654933Y-74577587D01*
X150538546Y-74461200D01*
X153103293Y-74461200D01*
X153179253Y-74645037D01*
X153319783Y-74785813D01*
X153503487Y-74862093D01*
X153702400Y-74862267D01*
X153886237Y-74786307D01*
X154027013Y-74645777D01*
X154103293Y-74462073D01*
X154103467Y-74263160D01*
X154027507Y-74079323D01*
X153886977Y-73938547D01*
X153703273Y-73862267D01*
X153504360Y-73862093D01*
X153320523Y-73938053D01*
X153179747Y-74078583D01*
X153103467Y-74262287D01*
X153103293Y-74461200D01*
X150538546Y-74461200D01*
X150532140Y-74454794D01*
X150532140Y-70161020D01*
X150494080Y-69969678D01*
X150470847Y-69934907D01*
X150385693Y-69807466D01*
X149556780Y-68978554D01*
X149556780Y-63354905D01*
X149572453Y-63392837D01*
X149712983Y-63533613D01*
X149896687Y-63609893D01*
X150095600Y-63610067D01*
X150279437Y-63534107D01*
X150420213Y-63393577D01*
X150475761Y-63259800D01*
X152569893Y-63259800D01*
X152645853Y-63443637D01*
X152786383Y-63584413D01*
X152970087Y-63660693D01*
X153169000Y-63660867D01*
X153352837Y-63584907D01*
X153493613Y-63444377D01*
X153569893Y-63260673D01*
X153570067Y-63061760D01*
X153494107Y-62877923D01*
X153353577Y-62737147D01*
X153169873Y-62660867D01*
X152970960Y-62660693D01*
X152787123Y-62736653D01*
X152646347Y-62877183D01*
X152570067Y-63060887D01*
X152569893Y-63259800D01*
X150475761Y-63259800D01*
X150496493Y-63209873D01*
X150496667Y-63010960D01*
X150420707Y-62827123D01*
X150280177Y-62686347D01*
X150096473Y-62610067D01*
X149897560Y-62609893D01*
X149713723Y-62685853D01*
X149572947Y-62826383D01*
X149556780Y-62865318D01*
X149556780Y-61588715D01*
X149591887Y-61603293D01*
X149790800Y-61603467D01*
X149974637Y-61527507D01*
X150048894Y-61453380D01*
X150453780Y-61453380D01*
X150587719Y-61426738D01*
X150701267Y-61350867D01*
X152097355Y-59954780D01*
X153830390Y-59954780D01*
X153853183Y-59977613D01*
X154036887Y-60053893D01*
X154235800Y-60054067D01*
X154320180Y-60019202D01*
X154320180Y-62829079D01*
X154246547Y-62902583D01*
X154170267Y-63086287D01*
X154170093Y-63285200D01*
X154246053Y-63469037D01*
X154386583Y-63609813D01*
X154570287Y-63686093D01*
X154769200Y-63686267D01*
X154953037Y-63610307D01*
X155093813Y-63469777D01*
X155170093Y-63286073D01*
X155170267Y-63087160D01*
X155094307Y-62903323D01*
X155020180Y-62829066D01*
X155020180Y-54829580D01*
X155012262Y-54789771D01*
X155027487Y-54796093D01*
X155226400Y-54796267D01*
X155410237Y-54720307D01*
X155551013Y-54579777D01*
X155627293Y-54396073D01*
X155627467Y-54197160D01*
X155551507Y-54013323D01*
X155410977Y-53872547D01*
X155227273Y-53796267D01*
X155028360Y-53796093D01*
X154844523Y-53872053D01*
X154703747Y-54012583D01*
X154627467Y-54196287D01*
X154627383Y-54291809D01*
X154080380Y-53744806D01*
X154080380Y-51525000D01*
X154474893Y-51525000D01*
X154550853Y-51708837D01*
X154691383Y-51849613D01*
X154875087Y-51925893D01*
X155074000Y-51926067D01*
X155257837Y-51850107D01*
X155398613Y-51709577D01*
X155474893Y-51525873D01*
X155475067Y-51326960D01*
X155399107Y-51143123D01*
X155258577Y-51002347D01*
X155074873Y-50926067D01*
X154875960Y-50925893D01*
X154692123Y-51001853D01*
X154551347Y-51142383D01*
X154475067Y-51326087D01*
X154474893Y-51525000D01*
X154080380Y-51525000D01*
X154080380Y-49862641D01*
X154119053Y-49956237D01*
X154259583Y-50097013D01*
X154443287Y-50173293D01*
X154642200Y-50173467D01*
X154826037Y-50097507D01*
X154966813Y-49956977D01*
X155043093Y-49773273D01*
X155043267Y-49574360D01*
X154967307Y-49390523D01*
X154826777Y-49249747D01*
X154643073Y-49173467D01*
X154444160Y-49173293D01*
X154260323Y-49249253D01*
X154119547Y-49389783D01*
X154080380Y-49484108D01*
X154080380Y-48502400D01*
X154233593Y-48502400D01*
X154309553Y-48686237D01*
X154450083Y-48827013D01*
X154633787Y-48903293D01*
X154832700Y-48903467D01*
X155016537Y-48827507D01*
X155157313Y-48686977D01*
X155233593Y-48503273D01*
X155233767Y-48304360D01*
X155157807Y-48120523D01*
X155017277Y-47979747D01*
X154833573Y-47903467D01*
X154634660Y-47903293D01*
X154450823Y-47979253D01*
X154310047Y-48119783D01*
X154233767Y-48303487D01*
X154233593Y-48502400D01*
X154080380Y-48502400D01*
X154080380Y-47334000D01*
X154220893Y-47334000D01*
X154296853Y-47517837D01*
X154437383Y-47658613D01*
X154621087Y-47734893D01*
X154820000Y-47735067D01*
X155003837Y-47659107D01*
X155144613Y-47518577D01*
X155220893Y-47334873D01*
X155221067Y-47135960D01*
X155145107Y-46952123D01*
X155004577Y-46811347D01*
X154820873Y-46735067D01*
X154621960Y-46734893D01*
X154438123Y-46810853D01*
X154297347Y-46951383D01*
X154221067Y-47135087D01*
X154220893Y-47334000D01*
X154080380Y-47334000D01*
X154080380Y-43676400D01*
X154551093Y-43676400D01*
X154627053Y-43860237D01*
X154767583Y-44001013D01*
X154951287Y-44077293D01*
X155150200Y-44077467D01*
X155334037Y-44001507D01*
X155474813Y-43860977D01*
X155551093Y-43677273D01*
X155551267Y-43478360D01*
X155475307Y-43294523D01*
X155334777Y-43153747D01*
X155151073Y-43077467D01*
X154952160Y-43077293D01*
X154768323Y-43153253D01*
X154627547Y-43293783D01*
X154551267Y-43477487D01*
X154551093Y-43676400D01*
X154080380Y-43676400D01*
X154080380Y-41748580D01*
X154059658Y-41644400D01*
X154220893Y-41644400D01*
X154296853Y-41828237D01*
X154437383Y-41969013D01*
X154621087Y-42045293D01*
X154820000Y-42045467D01*
X155003837Y-41969507D01*
X155144613Y-41828977D01*
X155220893Y-41645273D01*
X155221067Y-41446360D01*
X155145107Y-41262523D01*
X155004577Y-41121747D01*
X154820873Y-41045467D01*
X154621960Y-41045293D01*
X154438123Y-41121253D01*
X154297347Y-41261783D01*
X154221067Y-41445487D01*
X154220893Y-41644400D01*
X154059658Y-41644400D01*
X154058158Y-41636862D01*
X154053738Y-41614640D01*
X153977867Y-41501093D01*
X153112709Y-40635935D01*
X153112867Y-40455760D01*
X153036907Y-40271923D01*
X152896377Y-40131147D01*
X152712673Y-40054867D01*
X152513760Y-40054693D01*
X152329923Y-40130653D01*
X152189147Y-40271183D01*
X152112867Y-40454887D01*
X152112693Y-40653800D01*
X152188653Y-40837637D01*
X152329183Y-40978413D01*
X152512887Y-41054693D01*
X152541544Y-41054718D01*
X153380380Y-41893554D01*
X153380380Y-53889780D01*
X153403336Y-54005187D01*
X153407022Y-54023719D01*
X153482893Y-54137267D01*
X154320180Y-54974554D01*
X154320180Y-58357415D01*
X154223973Y-58317467D01*
X154025060Y-58317293D01*
X153841223Y-58393253D01*
X153700447Y-58533783D01*
X153624167Y-58717487D01*
X153623993Y-58916400D01*
X153699953Y-59100237D01*
X153791611Y-59192056D01*
X153728777Y-59254780D01*
X151952380Y-59254780D01*
X151818441Y-59281422D01*
X151816578Y-59282667D01*
X151704892Y-59357293D01*
X150708889Y-60353297D01*
X150725093Y-60314273D01*
X150725232Y-60155640D01*
X150756000Y-60155667D01*
X150939837Y-60079707D01*
X151080613Y-59939177D01*
X151156893Y-59755473D01*
X151157067Y-59556560D01*
X151081107Y-59372723D01*
X150940577Y-59231947D01*
X150756873Y-59155667D01*
X150557960Y-59155493D01*
X150374123Y-59231453D01*
X150233347Y-59371983D01*
X150157067Y-59555687D01*
X150156928Y-59714320D01*
X150126160Y-59714293D01*
X149942323Y-59790253D01*
X149801547Y-59930783D01*
X149725267Y-60114487D01*
X149725093Y-60313400D01*
X149801053Y-60497237D01*
X149941583Y-60638013D01*
X150125287Y-60714293D01*
X150324200Y-60714467D01*
X150364279Y-60697907D01*
X150308806Y-60753380D01*
X150048881Y-60753380D01*
X149975377Y-60679747D01*
X149791673Y-60603467D01*
X149592760Y-60603293D01*
X149556780Y-60618160D01*
X149556780Y-58287886D01*
X149715666Y-58129000D01*
X151071293Y-58129000D01*
X151147253Y-58312837D01*
X151287783Y-58453613D01*
X151471487Y-58529893D01*
X151670400Y-58530067D01*
X151854237Y-58454107D01*
X151995013Y-58313577D01*
X152071293Y-58129873D01*
X152071467Y-57930960D01*
X151995507Y-57747123D01*
X151854977Y-57606347D01*
X151671273Y-57530067D01*
X151472360Y-57529893D01*
X151288523Y-57605853D01*
X151147747Y-57746383D01*
X151071467Y-57930087D01*
X151071293Y-58129000D01*
X149715666Y-58129000D01*
X150305286Y-57539380D01*
X150961780Y-57539380D01*
X151153122Y-57501320D01*
X151315333Y-57392933D01*
X152153534Y-56554733D01*
X152261920Y-56392522D01*
X152299980Y-56201180D01*
X152299980Y-53965980D01*
X152261920Y-53774638D01*
X152249360Y-53755841D01*
X152153533Y-53612426D01*
X150859013Y-52317907D01*
X150788177Y-52246947D01*
X150604473Y-52170667D01*
X150405560Y-52170493D01*
X150221723Y-52246453D01*
X150080947Y-52386983D01*
X150004667Y-52570687D01*
X150004493Y-52769600D01*
X150080453Y-52953437D01*
X150220983Y-53094213D01*
X150221195Y-53094301D01*
X150796084Y-53669190D01*
X150684960Y-53669093D01*
X150501123Y-53745053D01*
X150360347Y-53885583D01*
X150284067Y-54069287D01*
X150283893Y-54268200D01*
X150359853Y-54452037D01*
X150453639Y-54545988D01*
X150424923Y-54557853D01*
X150423975Y-54558800D01*
X149889380Y-54024206D01*
X149889380Y-48711263D01*
X149916183Y-48738113D01*
X150099887Y-48814393D01*
X150298800Y-48814567D01*
X150360255Y-48789174D01*
X150360093Y-48974840D01*
X150436053Y-49158677D01*
X150576583Y-49299453D01*
X150760287Y-49375733D01*
X150959200Y-49375907D01*
X151143037Y-49299947D01*
X151283813Y-49159417D01*
X151360093Y-48975713D01*
X151360267Y-48776800D01*
X151284307Y-48592963D01*
X151143777Y-48452187D01*
X150960073Y-48375907D01*
X150761160Y-48375733D01*
X150699705Y-48401126D01*
X150699867Y-48215460D01*
X150623907Y-48031623D01*
X150483377Y-47890847D01*
X150299673Y-47814567D01*
X150100760Y-47814393D01*
X149916923Y-47890353D01*
X149889380Y-47917848D01*
X149889380Y-41639554D01*
X149966158Y-41562776D01*
X150070200Y-41562867D01*
X150254037Y-41486907D01*
X150394813Y-41346377D01*
X150471093Y-41162673D01*
X150471267Y-40963760D01*
X150395307Y-40779923D01*
X150254777Y-40639147D01*
X150071073Y-40562867D01*
X149872160Y-40562693D01*
X149688323Y-40638653D01*
X149547547Y-40779183D01*
X149471267Y-40962887D01*
X149471175Y-41067810D01*
X149291893Y-41247093D01*
X149216022Y-41360641D01*
X149189380Y-41494580D01*
X149189380Y-54169180D01*
X149214410Y-54295016D01*
X149216022Y-54303119D01*
X149291893Y-54416667D01*
X150104693Y-55229468D01*
X150218241Y-55305338D01*
X150350307Y-55331607D01*
X150424183Y-55405613D01*
X150456341Y-55418966D01*
X150450323Y-55421453D01*
X150309547Y-55561983D01*
X150233267Y-55745687D01*
X150233093Y-55944600D01*
X150309053Y-56128437D01*
X150449583Y-56269213D01*
X150633287Y-56345493D01*
X150832200Y-56345667D01*
X151016037Y-56269707D01*
X151156813Y-56129177D01*
X151233093Y-55945473D01*
X151233267Y-55746560D01*
X151157307Y-55562723D01*
X151016777Y-55421947D01*
X150984619Y-55408594D01*
X150990637Y-55406107D01*
X151131413Y-55265577D01*
X151207693Y-55081873D01*
X151207867Y-54882960D01*
X151131907Y-54699123D01*
X151038121Y-54605172D01*
X151066837Y-54593307D01*
X151207613Y-54452777D01*
X151283893Y-54269073D01*
X151283991Y-54157098D01*
X151299980Y-54173087D01*
X151299980Y-55994073D01*
X150754674Y-56539380D01*
X150098180Y-56539380D01*
X149923665Y-56574093D01*
X149906838Y-56577440D01*
X149744627Y-56685827D01*
X148703227Y-57727227D01*
X148594840Y-57889438D01*
X148556780Y-58080780D01*
X148096140Y-58080780D01*
X148096140Y-57740420D01*
X148069498Y-57606481D01*
X147993627Y-57492933D01*
X147880079Y-57417062D01*
X147749554Y-57391099D01*
X146099700Y-55741246D01*
X146099700Y-53948394D01*
X146174987Y-53873107D01*
X146250858Y-53759560D01*
X146258289Y-53722200D01*
X146277500Y-53625620D01*
X146277500Y-48261140D01*
X146250858Y-48127201D01*
X146250858Y-48127200D01*
X146174987Y-48013652D01*
X145647580Y-47486246D01*
X145647580Y-46499881D01*
X145721213Y-46426377D01*
X145797493Y-46242673D01*
X145797667Y-46043760D01*
X145774664Y-45988090D01*
X145910637Y-45931907D01*
X146051413Y-45791377D01*
X146127693Y-45607673D01*
X146127867Y-45408760D01*
X146051907Y-45224923D01*
X145977780Y-45150666D01*
X145977780Y-45144754D01*
X146561068Y-44561467D01*
X146636510Y-44448559D01*
X146575667Y-44595087D01*
X146575493Y-44794000D01*
X146651453Y-44977837D01*
X146770608Y-45097201D01*
X146741923Y-45109053D01*
X146601147Y-45249583D01*
X146524867Y-45433287D01*
X146524693Y-45632200D01*
X146600653Y-45816037D01*
X146674780Y-45890294D01*
X146674780Y-46632805D01*
X146472493Y-46835093D01*
X146396622Y-46948641D01*
X146369980Y-47082580D01*
X146369980Y-50501420D01*
X146391716Y-50610693D01*
X146396622Y-50635359D01*
X146472493Y-50748907D01*
X146753384Y-51029799D01*
X146753293Y-51133840D01*
X146829253Y-51317677D01*
X146969783Y-51458453D01*
X147153487Y-51534733D01*
X147352400Y-51534907D01*
X147536237Y-51458947D01*
X147677013Y-51318417D01*
X147753293Y-51134713D01*
X147753467Y-50935800D01*
X147724328Y-50865279D01*
X147801187Y-50897193D01*
X148000100Y-50897367D01*
X148183937Y-50821407D01*
X148324713Y-50680877D01*
X148400993Y-50497173D01*
X148401167Y-50298260D01*
X148325207Y-50114423D01*
X148184677Y-49973647D01*
X148000973Y-49897367D01*
X147905740Y-49897284D01*
X147905867Y-49752160D01*
X147829907Y-49568323D01*
X147689377Y-49427547D01*
X147505673Y-49351267D01*
X147501780Y-49351264D01*
X147501780Y-48649954D01*
X148415267Y-47736467D01*
X148491138Y-47622919D01*
X148494084Y-47608107D01*
X148517780Y-47488980D01*
X148517780Y-45660180D01*
X148494143Y-45541347D01*
X148491138Y-45526240D01*
X148415267Y-45412692D01*
X148235976Y-45233401D01*
X148236067Y-45129360D01*
X148160107Y-44945523D01*
X148019577Y-44804747D01*
X147835873Y-44728467D01*
X147636960Y-44728293D01*
X147575529Y-44753676D01*
X147575667Y-44595960D01*
X147499707Y-44412123D01*
X147359177Y-44271347D01*
X147175473Y-44195067D01*
X146976560Y-44194893D01*
X146792723Y-44270853D01*
X146651947Y-44411383D01*
X146637087Y-44447170D01*
X146663580Y-44313980D01*
X146663580Y-39649020D01*
X147717913Y-39649020D01*
X147793873Y-39832857D01*
X147934403Y-39973633D01*
X148118107Y-40049913D01*
X148317020Y-40050087D01*
X148500857Y-39974127D01*
X148641633Y-39833597D01*
X148717913Y-39649893D01*
X148718087Y-39450980D01*
X148642127Y-39267143D01*
X148501597Y-39126367D01*
X148317893Y-39050087D01*
X148118980Y-39049913D01*
X147935143Y-39125873D01*
X147794367Y-39266403D01*
X147718087Y-39450107D01*
X147717913Y-39649020D01*
X146663580Y-39649020D01*
X146663580Y-38722714D01*
X146676853Y-38754837D01*
X146817383Y-38895613D01*
X147001087Y-38971893D01*
X147200000Y-38972067D01*
X147383837Y-38896107D01*
X147524613Y-38755577D01*
X147532700Y-38736100D01*
X154347893Y-38736100D01*
X154423853Y-38919937D01*
X154564383Y-39060713D01*
X154748087Y-39136993D01*
X154947000Y-39137167D01*
X155130837Y-39061207D01*
X155271613Y-38920677D01*
X155347893Y-38736973D01*
X155348067Y-38538060D01*
X155272107Y-38354223D01*
X155131577Y-38213447D01*
X154947873Y-38137167D01*
X154748960Y-38136993D01*
X154565123Y-38212953D01*
X154424347Y-38353483D01*
X154348067Y-38537187D01*
X154347893Y-38736100D01*
X147532700Y-38736100D01*
X147600893Y-38571873D01*
X147601067Y-38372960D01*
X147525107Y-38189123D01*
X147384577Y-38048347D01*
X147200873Y-37972067D01*
X147001960Y-37971893D01*
X146818123Y-38047853D01*
X146677347Y-38188383D01*
X146663580Y-38221538D01*
X146663580Y-37749020D01*
X152347913Y-37749020D01*
X152423873Y-37932857D01*
X152564403Y-38073633D01*
X152748107Y-38149913D01*
X152947020Y-38150087D01*
X153130857Y-38074127D01*
X153271633Y-37933597D01*
X153347913Y-37749893D01*
X153348087Y-37550980D01*
X153272127Y-37367143D01*
X153131597Y-37226367D01*
X152947893Y-37150087D01*
X152748980Y-37149913D01*
X152565143Y-37225873D01*
X152424367Y-37366403D01*
X152348087Y-37550107D01*
X152347913Y-37749020D01*
X146663580Y-37749020D01*
X146663580Y-37659180D01*
X146636938Y-37525241D01*
X146636938Y-37525240D01*
X146561067Y-37411692D01*
X146154667Y-37005293D01*
X146041119Y-36929422D01*
X146039465Y-36929093D01*
X145907180Y-36902780D01*
X145324481Y-36902780D01*
X145250977Y-36829147D01*
X145067273Y-36752867D01*
X144868360Y-36752693D01*
X144684523Y-36828653D01*
X144543747Y-36969183D01*
X144467467Y-37152887D01*
X144467295Y-37349720D01*
X144322260Y-37349593D01*
X144138423Y-37425553D01*
X143997647Y-37566083D01*
X143921367Y-37749787D01*
X143921193Y-37948700D01*
X143486180Y-37948700D01*
X143486180Y-36589800D01*
X146372293Y-36589800D01*
X146448253Y-36773637D01*
X146588783Y-36914413D01*
X146772487Y-36990693D01*
X146971400Y-36990867D01*
X147155237Y-36914907D01*
X147296013Y-36774377D01*
X147330467Y-36691400D01*
X148226493Y-36691400D01*
X148302453Y-36875237D01*
X148442983Y-37016013D01*
X148626687Y-37092293D01*
X148825600Y-37092467D01*
X149009437Y-37016507D01*
X149150213Y-36875977D01*
X149226493Y-36692273D01*
X149226667Y-36493360D01*
X149150707Y-36309523D01*
X149010177Y-36168747D01*
X148861955Y-36107200D01*
X151680893Y-36107200D01*
X151756853Y-36291037D01*
X151897383Y-36431813D01*
X152081087Y-36508093D01*
X152280000Y-36508267D01*
X152463837Y-36432307D01*
X152604613Y-36291777D01*
X152680893Y-36108073D01*
X152681067Y-35909160D01*
X152605107Y-35725323D01*
X152464577Y-35584547D01*
X152280873Y-35508267D01*
X152081960Y-35508093D01*
X151898123Y-35584053D01*
X151757347Y-35724583D01*
X151681067Y-35908287D01*
X151680893Y-36107200D01*
X148861955Y-36107200D01*
X148826473Y-36092467D01*
X148627560Y-36092293D01*
X148443723Y-36168253D01*
X148302947Y-36308783D01*
X148226667Y-36492487D01*
X148226493Y-36691400D01*
X147330467Y-36691400D01*
X147372293Y-36590673D01*
X147372467Y-36391760D01*
X147296507Y-36207923D01*
X147155977Y-36067147D01*
X146972273Y-35990867D01*
X146773360Y-35990693D01*
X146589523Y-36066653D01*
X146448747Y-36207183D01*
X146372467Y-36390887D01*
X146372293Y-36589800D01*
X143486180Y-36589800D01*
X143486180Y-34837200D01*
X148226493Y-34837200D01*
X148302453Y-35021037D01*
X148442983Y-35161813D01*
X148626687Y-35238093D01*
X148825600Y-35238267D01*
X149009437Y-35162307D01*
X149150213Y-35021777D01*
X149226493Y-34838073D01*
X149226667Y-34639160D01*
X149150707Y-34455323D01*
X149010177Y-34314547D01*
X148826473Y-34238267D01*
X148627560Y-34238093D01*
X148443723Y-34314053D01*
X148302947Y-34454583D01*
X148226667Y-34638287D01*
X148226493Y-34837200D01*
X143486180Y-34837200D01*
X143486180Y-33950780D01*
X143486267Y-33851760D01*
X143410307Y-33667923D01*
X143269777Y-33527147D01*
X143165819Y-33483980D01*
X155673780Y-33483980D01*
X155673780Y-33574460D01*
X155611144Y-33600341D01*
X155399982Y-33811135D01*
X155285561Y-34086691D01*
X155285300Y-34385060D01*
X155399241Y-34660816D01*
X155567680Y-34829549D01*
X155388332Y-35008585D01*
X155273911Y-35284141D01*
X155273650Y-35582510D01*
X155387591Y-35858266D01*
X155563120Y-36034102D01*
X155388332Y-36208585D01*
X155273911Y-36484141D01*
X155273650Y-36782510D01*
X155387591Y-37058266D01*
X155563120Y-37234102D01*
X155388332Y-37408585D01*
X155273911Y-37684141D01*
X155273650Y-37982510D01*
X155387591Y-38258266D01*
X155598385Y-38469428D01*
X155673780Y-38500735D01*
X155673780Y-44576058D01*
X155485560Y-44575893D01*
X155301723Y-44651853D01*
X155160947Y-44792383D01*
X155084667Y-44976087D01*
X155084493Y-45175000D01*
X155160453Y-45358837D01*
X155300983Y-45499613D01*
X155484687Y-45575893D01*
X155673780Y-45576058D01*
X155673780Y-89167096D01*
X155599494Y-89197791D01*
X155388332Y-89408585D01*
X155273911Y-89684141D01*
X155273650Y-89982510D01*
X155387591Y-90258266D01*
X155554743Y-90425710D01*
X155361882Y-90618235D01*
X155247461Y-90893791D01*
X155247200Y-91192160D01*
X155361141Y-91467916D01*
X155520091Y-91627143D01*
X155338332Y-91808585D01*
X155223911Y-92084141D01*
X155223650Y-92382510D01*
X155337591Y-92658266D01*
X155538076Y-92859101D01*
X155388332Y-93008585D01*
X155273911Y-93284141D01*
X155273650Y-93582510D01*
X155387591Y-93858266D01*
X155598385Y-94069428D01*
X155673780Y-94100735D01*
X155673780Y-95595746D01*
X155658733Y-95573227D01*
X154464933Y-94379427D01*
X154302722Y-94271040D01*
X154293808Y-94269267D01*
X154111380Y-94232980D01*
X151959422Y-94232980D01*
X151995093Y-94147073D01*
X151995267Y-93948160D01*
X151919307Y-93764323D01*
X151778777Y-93623547D01*
X151595073Y-93547267D01*
X151396160Y-93547093D01*
X151212323Y-93623053D01*
X151071547Y-93763583D01*
X150995267Y-93947287D01*
X150995093Y-94146200D01*
X151030950Y-94232980D01*
X149340087Y-94232980D01*
X149191020Y-94083914D01*
X149191020Y-93699200D01*
X149191107Y-93600180D01*
X149115147Y-93416343D01*
X148974617Y-93275567D01*
X148790913Y-93199287D01*
X148592000Y-93199113D01*
X148408163Y-93275073D01*
X148267387Y-93415603D01*
X148191107Y-93599307D01*
X148190933Y-93798220D01*
X148191020Y-93798431D01*
X148191020Y-94291020D01*
X148226783Y-94470813D01*
X148229080Y-94482362D01*
X148337467Y-94644573D01*
X148779427Y-95086534D01*
X148848620Y-95132767D01*
X148941638Y-95194920D01*
X149132980Y-95232980D01*
X153904274Y-95232980D01*
X154805180Y-96133886D01*
X154805180Y-104190574D01*
X154704374Y-104291380D01*
X153151961Y-104291380D01*
X153168493Y-104274877D01*
X153244773Y-104091173D01*
X153244947Y-103892260D01*
X153168987Y-103708423D01*
X153028457Y-103567647D01*
X152844753Y-103491367D01*
X152645840Y-103491193D01*
X152462003Y-103567153D01*
X152321227Y-103707683D01*
X152244947Y-103891387D01*
X152244773Y-104090300D01*
X152320733Y-104274137D01*
X152337946Y-104291380D01*
X151905487Y-104291380D01*
X151486004Y-103871898D01*
X151645957Y-103805807D01*
X151786733Y-103665277D01*
X151863013Y-103481573D01*
X151863187Y-103282660D01*
X151787227Y-103098823D01*
X151646697Y-102958047D01*
X151462993Y-102881767D01*
X151264080Y-102881593D01*
X151080243Y-102957553D01*
X150939467Y-103098083D01*
X150863187Y-103281787D01*
X150863013Y-103480700D01*
X150938973Y-103664537D01*
X150991297Y-103716953D01*
X150831323Y-103783053D01*
X150690547Y-103923583D01*
X150614267Y-104107287D01*
X150614093Y-104306200D01*
X150690053Y-104490037D01*
X150830583Y-104630813D01*
X150830795Y-104630901D01*
X151344827Y-105144934D01*
X151406157Y-105185913D01*
X151507038Y-105253320D01*
X151698380Y-105291380D01*
X154911480Y-105291380D01*
X155102822Y-105253320D01*
X155265033Y-105144933D01*
X155657853Y-104752113D01*
X155673780Y-104736214D01*
X155673780Y-106564767D01*
X155475400Y-106564593D01*
X155291563Y-106640553D01*
X155150787Y-106781083D01*
X155074507Y-106964787D01*
X155074333Y-107163700D01*
X155150293Y-107347537D01*
X155290823Y-107488313D01*
X155474527Y-107564593D01*
X155673440Y-107564767D01*
X155673780Y-107564627D01*
X155673780Y-175733980D01*
X141639254Y-175733980D01*
X142471667Y-174901568D01*
X142522362Y-174825697D01*
X142547538Y-174788019D01*
X142574180Y-174654080D01*
X142574180Y-172975100D01*
X144225993Y-172975100D01*
X144301953Y-173158937D01*
X144442483Y-173299713D01*
X144626187Y-173375993D01*
X144825100Y-173376167D01*
X145008937Y-173300207D01*
X145056239Y-173252988D01*
X145102883Y-173299713D01*
X145286587Y-173375993D01*
X145485500Y-173376167D01*
X145669337Y-173300207D01*
X145810113Y-173159677D01*
X145886393Y-172975973D01*
X145886567Y-172777060D01*
X145810607Y-172593223D01*
X145736480Y-172518966D01*
X145736480Y-169328680D01*
X146172683Y-169328680D01*
X146172683Y-173578680D01*
X146190115Y-173671324D01*
X146244868Y-173756412D01*
X146328411Y-173813495D01*
X146427580Y-173833577D01*
X148177580Y-173833577D01*
X148270224Y-173816145D01*
X148355312Y-173761392D01*
X148412395Y-173677849D01*
X148432477Y-173578680D01*
X148432477Y-169328680D01*
X148415045Y-169236036D01*
X148360292Y-169150948D01*
X148276749Y-169093865D01*
X148177580Y-169073783D01*
X146427580Y-169073783D01*
X146334936Y-169091215D01*
X146249848Y-169145968D01*
X146192765Y-169229511D01*
X146172683Y-169328680D01*
X145736480Y-169328680D01*
X145736480Y-166866725D01*
X145872537Y-166810507D01*
X146013313Y-166669977D01*
X146089593Y-166486273D01*
X146089767Y-166287360D01*
X146014170Y-166104400D01*
X152861993Y-166104400D01*
X152937953Y-166288237D01*
X153078483Y-166429013D01*
X153262187Y-166505293D01*
X153461100Y-166505467D01*
X153644937Y-166429507D01*
X153719194Y-166355380D01*
X154276480Y-166355380D01*
X154410419Y-166328738D01*
X154523967Y-166252867D01*
X155400267Y-165376568D01*
X155476138Y-165263020D01*
X155485784Y-165214523D01*
X155502780Y-165129080D01*
X155502780Y-140960980D01*
X155476138Y-140827041D01*
X155459166Y-140801641D01*
X155400268Y-140713493D01*
X154765267Y-140078493D01*
X154651719Y-140002622D01*
X154517780Y-139975980D01*
X154011281Y-139975980D01*
X153937777Y-139902347D01*
X153754073Y-139826067D01*
X153555160Y-139825893D01*
X153371323Y-139901853D01*
X153230547Y-140042383D01*
X153154267Y-140226087D01*
X153154093Y-140425000D01*
X153230053Y-140608837D01*
X153370583Y-140749613D01*
X153554287Y-140825893D01*
X153753200Y-140826067D01*
X153937037Y-140750107D01*
X154011294Y-140675980D01*
X154372806Y-140675980D01*
X154802780Y-141105955D01*
X154802780Y-164984105D01*
X154131506Y-165655380D01*
X153719181Y-165655380D01*
X153645677Y-165581747D01*
X153461973Y-165505467D01*
X153263060Y-165505293D01*
X153079223Y-165581253D01*
X152938447Y-165721783D01*
X152862167Y-165905487D01*
X152861993Y-166104400D01*
X146014170Y-166104400D01*
X146013807Y-166103523D01*
X145873277Y-165962747D01*
X145689573Y-165886467D01*
X145490660Y-165886293D01*
X145306823Y-165962253D01*
X145166047Y-166102783D01*
X145089767Y-166286487D01*
X145089654Y-166415934D01*
X145063122Y-166455641D01*
X145036480Y-166589580D01*
X145036480Y-172479297D01*
X145009677Y-172452447D01*
X144825973Y-172376167D01*
X144627060Y-172375993D01*
X144443223Y-172451953D01*
X144302447Y-172592483D01*
X144226167Y-172776187D01*
X144225993Y-172975100D01*
X142574180Y-172975100D01*
X142574180Y-160766900D01*
X142608053Y-160766900D01*
X142684013Y-160950737D01*
X142754548Y-161021396D01*
X142689547Y-161086283D01*
X142613267Y-161269987D01*
X142613093Y-161468900D01*
X142689053Y-161652737D01*
X142829583Y-161793513D01*
X143013287Y-161869793D01*
X143212200Y-161869967D01*
X143396037Y-161794007D01*
X143536813Y-161653477D01*
X143613093Y-161469773D01*
X143613267Y-161270860D01*
X143537307Y-161087023D01*
X143466772Y-161016364D01*
X143531773Y-160951477D01*
X143608053Y-160767773D01*
X143608227Y-160568860D01*
X143532267Y-160385023D01*
X143391737Y-160244247D01*
X143208033Y-160167967D01*
X143009120Y-160167793D01*
X142825283Y-160243753D01*
X142684507Y-160384283D01*
X142608227Y-160567987D01*
X142608053Y-160766900D01*
X142574180Y-160766900D01*
X142574180Y-157483680D01*
X142547538Y-157349741D01*
X142547538Y-157349740D01*
X142471667Y-157236192D01*
X142246675Y-157011200D01*
X146778693Y-157011200D01*
X146854653Y-157195037D01*
X146995183Y-157335813D01*
X147178887Y-157412093D01*
X147377800Y-157412267D01*
X147561637Y-157336307D01*
X147702413Y-157195777D01*
X147778693Y-157012073D01*
X147778867Y-156813160D01*
X147702907Y-156629323D01*
X147562377Y-156488547D01*
X147378673Y-156412267D01*
X147179760Y-156412093D01*
X146995923Y-156488053D01*
X146855147Y-156628583D01*
X146778867Y-156812287D01*
X146778693Y-157011200D01*
X142246675Y-157011200D01*
X141177180Y-155941706D01*
X141177180Y-153776781D01*
X141250813Y-153703277D01*
X141327093Y-153519573D01*
X141327267Y-153320660D01*
X141251307Y-153136823D01*
X141110777Y-152996047D01*
X140927073Y-152919767D01*
X140728160Y-152919593D01*
X140544323Y-152995553D01*
X140403547Y-153136083D01*
X140327267Y-153319787D01*
X140327093Y-153518700D01*
X140403053Y-153702537D01*
X140477180Y-153776794D01*
X140477180Y-156086680D01*
X140496159Y-156182093D01*
X140503822Y-156220619D01*
X140579693Y-156334167D01*
X141874180Y-157628655D01*
X141874180Y-174509105D01*
X141101306Y-175281980D01*
X122816755Y-175281980D01*
X122471267Y-174936493D01*
X122357719Y-174860622D01*
X122223780Y-174833980D01*
X117923780Y-174833980D01*
X117789841Y-174860622D01*
X117676293Y-174936492D01*
X117330806Y-175281980D01*
X81155154Y-175281980D01*
X80038467Y-174165293D01*
X79924919Y-174089422D01*
X79790980Y-174062780D01*
X58861380Y-174062780D01*
X58749662Y-174085002D01*
X58727440Y-174089422D01*
X58613892Y-174165293D01*
X57446406Y-175332780D01*
X49333114Y-175332780D01*
X49365237Y-175319507D01*
X49506013Y-175178977D01*
X49582293Y-174995273D01*
X49582467Y-174796360D01*
X49506507Y-174612523D01*
X49365977Y-174471747D01*
X49182273Y-174395467D01*
X48983360Y-174395293D01*
X48799523Y-174471253D01*
X48658747Y-174611783D01*
X48582467Y-174795487D01*
X48582450Y-174814875D01*
X47425780Y-173658206D01*
X47425780Y-171578100D01*
X49407793Y-171578100D01*
X49483753Y-171761937D01*
X49624283Y-171902713D01*
X49807987Y-171978993D01*
X50006900Y-171979167D01*
X50190737Y-171903207D01*
X50331513Y-171762677D01*
X50407793Y-171578973D01*
X50407967Y-171380060D01*
X50332007Y-171196223D01*
X50191477Y-171055447D01*
X50007773Y-170979167D01*
X49808860Y-170978993D01*
X49625023Y-171054953D01*
X49484247Y-171195483D01*
X49407967Y-171379187D01*
X49407793Y-171578100D01*
X47425780Y-171578100D01*
X47425780Y-169732605D01*
X47477153Y-169856937D01*
X47617683Y-169997713D01*
X47801387Y-170073993D01*
X48000300Y-170074167D01*
X48184137Y-169998207D01*
X48324913Y-169857677D01*
X48364641Y-169762000D01*
X50487293Y-169762000D01*
X50563253Y-169945837D01*
X50703783Y-170086613D01*
X50887487Y-170162893D01*
X51086400Y-170163067D01*
X51196180Y-170117707D01*
X51196180Y-170788005D01*
X50739893Y-171244293D01*
X50664022Y-171357841D01*
X50637380Y-171491780D01*
X50637380Y-172912679D01*
X50563747Y-172986183D01*
X50487467Y-173169887D01*
X50487293Y-173368800D01*
X50563253Y-173552637D01*
X50703783Y-173693413D01*
X50887487Y-173769693D01*
X51086400Y-173769867D01*
X51270237Y-173693907D01*
X51411013Y-173553377D01*
X51487293Y-173369673D01*
X51487467Y-173170760D01*
X51411507Y-172986923D01*
X51337380Y-172912666D01*
X51337380Y-171636754D01*
X51793668Y-171180467D01*
X51869538Y-171066919D01*
X51896180Y-170932980D01*
X51896180Y-169114300D01*
X52976493Y-169114300D01*
X53052453Y-169298137D01*
X53192983Y-169438913D01*
X53376687Y-169515193D01*
X53575600Y-169515367D01*
X53759437Y-169439407D01*
X53900213Y-169298877D01*
X53976493Y-169115173D01*
X53976667Y-168916260D01*
X53900707Y-168732423D01*
X53760177Y-168591647D01*
X53576473Y-168515367D01*
X53377560Y-168515193D01*
X53193723Y-168591153D01*
X53052947Y-168731683D01*
X52976667Y-168915387D01*
X52976493Y-169114300D01*
X51896180Y-169114300D01*
X51896180Y-166159281D01*
X51969813Y-166085777D01*
X52046093Y-165902073D01*
X52046267Y-165703160D01*
X51970307Y-165519323D01*
X51829777Y-165378547D01*
X51646073Y-165302267D01*
X51447160Y-165302093D01*
X51263323Y-165378053D01*
X51122547Y-165518583D01*
X51046267Y-165702287D01*
X51046093Y-165901200D01*
X51122053Y-166085037D01*
X51196180Y-166159294D01*
X51196180Y-167899221D01*
X51150773Y-167880367D01*
X50951860Y-167880193D01*
X50768023Y-167956153D01*
X50627247Y-168096683D01*
X50550967Y-168280387D01*
X50550793Y-168479300D01*
X50626753Y-168663137D01*
X50767283Y-168803913D01*
X50950987Y-168880193D01*
X51149900Y-168880367D01*
X51196180Y-168861244D01*
X51196180Y-169208289D01*
X51087273Y-169163067D01*
X50888360Y-169162893D01*
X50704523Y-169238853D01*
X50563747Y-169379383D01*
X50487467Y-169563087D01*
X50487293Y-169762000D01*
X48364641Y-169762000D01*
X48401193Y-169673973D01*
X48401367Y-169475060D01*
X48325407Y-169291223D01*
X48251280Y-169216966D01*
X48251280Y-164709980D01*
X48229058Y-164598262D01*
X48224638Y-164576040D01*
X48148767Y-164462492D01*
X48114275Y-164428000D01*
X48544193Y-164428000D01*
X48620153Y-164611837D01*
X48760683Y-164752613D01*
X48944387Y-164828893D01*
X49143300Y-164829067D01*
X49146319Y-164827819D01*
X49141347Y-164832783D01*
X49065067Y-165016487D01*
X49064893Y-165215400D01*
X49140853Y-165399237D01*
X49281383Y-165540013D01*
X49465087Y-165616293D01*
X49664000Y-165616467D01*
X49847837Y-165540507D01*
X49988613Y-165399977D01*
X50064893Y-165216273D01*
X50065067Y-165017360D01*
X49989107Y-164833523D01*
X49848577Y-164692747D01*
X49664873Y-164616467D01*
X49465960Y-164616293D01*
X49462941Y-164617541D01*
X49467913Y-164612577D01*
X49544193Y-164428873D01*
X49544367Y-164229960D01*
X49468407Y-164046123D01*
X49327877Y-163905347D01*
X49144173Y-163829067D01*
X48945260Y-163828893D01*
X48761423Y-163904853D01*
X48620647Y-164045383D01*
X48544367Y-164229087D01*
X48544193Y-164428000D01*
X48114275Y-164428000D01*
X46928076Y-163241802D01*
X46928167Y-163137760D01*
X46852207Y-162953923D01*
X46711677Y-162813147D01*
X46527973Y-162736867D01*
X46329060Y-162736693D01*
X46155780Y-162808291D01*
X46155780Y-162726200D01*
X47032893Y-162726200D01*
X47108853Y-162910037D01*
X47249383Y-163050813D01*
X47433087Y-163127093D01*
X47632000Y-163127267D01*
X47815837Y-163051307D01*
X47956613Y-162910777D01*
X48032893Y-162727073D01*
X48033067Y-162528160D01*
X47957107Y-162344323D01*
X47816577Y-162203547D01*
X47632873Y-162127267D01*
X47433960Y-162127093D01*
X47250123Y-162203053D01*
X47109347Y-162343583D01*
X47033067Y-162527287D01*
X47032893Y-162726200D01*
X46155780Y-162726200D01*
X46155780Y-158339854D01*
X46307267Y-158188368D01*
X46383138Y-158074820D01*
X46391409Y-158033237D01*
X46409780Y-157940880D01*
X46409780Y-155731080D01*
X46383138Y-155597141D01*
X46383138Y-155597140D01*
X46307267Y-155483592D01*
X46102346Y-155278671D01*
X46163087Y-155303893D01*
X46362000Y-155304067D01*
X46545837Y-155228107D01*
X46686613Y-155087577D01*
X46762893Y-154903873D01*
X46763067Y-154704960D01*
X46687107Y-154521123D01*
X46546577Y-154380347D01*
X46362873Y-154304067D01*
X46163960Y-154303893D01*
X46054180Y-154349253D01*
X46054180Y-149393780D01*
X46027538Y-149259841D01*
X45952719Y-149147867D01*
X45951667Y-149146292D01*
X45505370Y-148699995D01*
X45587300Y-148700067D01*
X45771137Y-148624107D01*
X45911913Y-148483577D01*
X45988193Y-148299873D01*
X45988367Y-148100960D01*
X45912407Y-147917123D01*
X45771877Y-147776347D01*
X45588173Y-147700067D01*
X45389260Y-147699893D01*
X45205423Y-147775853D01*
X45064647Y-147916383D01*
X45025480Y-148010708D01*
X45025480Y-146293741D01*
X45064153Y-146387337D01*
X45204683Y-146528113D01*
X45388387Y-146604393D01*
X45587300Y-146604567D01*
X45771137Y-146528607D01*
X45911913Y-146388077D01*
X45988193Y-146204373D01*
X45988367Y-146005460D01*
X45912407Y-145821623D01*
X45771877Y-145680847D01*
X45588173Y-145604567D01*
X45389260Y-145604393D01*
X45205423Y-145680353D01*
X45064647Y-145820883D01*
X45025480Y-145915208D01*
X45025480Y-144933500D01*
X45115193Y-144933500D01*
X45191153Y-145117337D01*
X45331683Y-145258113D01*
X45515387Y-145334393D01*
X45714300Y-145334567D01*
X45898137Y-145258607D01*
X46038913Y-145118077D01*
X46115193Y-144934373D01*
X46115367Y-144735460D01*
X46039407Y-144551623D01*
X45898877Y-144410847D01*
X45715173Y-144334567D01*
X45516260Y-144334393D01*
X45332423Y-144410353D01*
X45191647Y-144550883D01*
X45115367Y-144734587D01*
X45115193Y-144933500D01*
X45025480Y-144933500D01*
X45025480Y-141644200D01*
X45381893Y-141644200D01*
X45457853Y-141828037D01*
X45517772Y-141888061D01*
X45458347Y-141947383D01*
X45382067Y-142131087D01*
X45381893Y-142330000D01*
X45457853Y-142513837D01*
X45598383Y-142654613D01*
X45782087Y-142730893D01*
X45981000Y-142731067D01*
X46164837Y-142655107D01*
X46305613Y-142514577D01*
X46381893Y-142330873D01*
X46382067Y-142131960D01*
X46306107Y-141948123D01*
X46246188Y-141888099D01*
X46305613Y-141828777D01*
X46381893Y-141645073D01*
X46382067Y-141446160D01*
X46306107Y-141262323D01*
X46165577Y-141121547D01*
X45981873Y-141045267D01*
X45782960Y-141045093D01*
X45599123Y-141121053D01*
X45458347Y-141261583D01*
X45382067Y-141445287D01*
X45381893Y-141644200D01*
X45025480Y-141644200D01*
X45025480Y-138923054D01*
X46928980Y-140826554D01*
X46928980Y-159171279D01*
X46855347Y-159244783D01*
X46779067Y-159428487D01*
X46778893Y-159627400D01*
X46854853Y-159811237D01*
X46995383Y-159952013D01*
X47179087Y-160028293D01*
X47378000Y-160028467D01*
X47561837Y-159952507D01*
X47702613Y-159811977D01*
X47778893Y-159628273D01*
X47778915Y-159602000D01*
X52100193Y-159602000D01*
X52176153Y-159785837D01*
X52316683Y-159926613D01*
X52500387Y-160002893D01*
X52699300Y-160003067D01*
X52883137Y-159927107D01*
X53023913Y-159786577D01*
X53100193Y-159602873D01*
X53100367Y-159403960D01*
X53024407Y-159220123D01*
X52883877Y-159079347D01*
X52700173Y-159003067D01*
X52501260Y-159002893D01*
X52317423Y-159078853D01*
X52176647Y-159219383D01*
X52100367Y-159403087D01*
X52100193Y-159602000D01*
X47778915Y-159602000D01*
X47779067Y-159429360D01*
X47703107Y-159245523D01*
X47628980Y-159171266D01*
X47628980Y-156528671D01*
X47737887Y-156573893D01*
X47936800Y-156574067D01*
X48048983Y-156527714D01*
X48048893Y-156630200D01*
X48124853Y-156814037D01*
X48265383Y-156954813D01*
X48348803Y-156989452D01*
X48277747Y-157060383D01*
X48201467Y-157244087D01*
X48201293Y-157443000D01*
X48277253Y-157626837D01*
X48417783Y-157767613D01*
X48601487Y-157843893D01*
X48800400Y-157844067D01*
X48984237Y-157768107D01*
X49065035Y-157687451D01*
X49064893Y-157849400D01*
X49140853Y-158033237D01*
X49281383Y-158174013D01*
X49465087Y-158250293D01*
X49664000Y-158250467D01*
X49847837Y-158174507D01*
X49988613Y-158033977D01*
X50064893Y-157850273D01*
X50065067Y-157651360D01*
X49989107Y-157467523D01*
X49848577Y-157326747D01*
X49664873Y-157250467D01*
X49465960Y-157250293D01*
X49282123Y-157326253D01*
X49201325Y-157406909D01*
X49201467Y-157244960D01*
X49125507Y-157061123D01*
X48984977Y-156920347D01*
X48901557Y-156885708D01*
X48972613Y-156814777D01*
X49048893Y-156631073D01*
X49049067Y-156432160D01*
X48973107Y-156248323D01*
X48832577Y-156107547D01*
X48648873Y-156031267D01*
X48449960Y-156031093D01*
X48337777Y-156077446D01*
X48337867Y-155974960D01*
X48261907Y-155791123D01*
X48121377Y-155650347D01*
X47937673Y-155574067D01*
X47738760Y-155573893D01*
X47628980Y-155619253D01*
X47628980Y-155127365D01*
X47687087Y-155151493D01*
X47886000Y-155151667D01*
X47911010Y-155141333D01*
X47972453Y-155290037D01*
X48112983Y-155430813D01*
X48296687Y-155507093D01*
X48495600Y-155507267D01*
X48679437Y-155431307D01*
X48820213Y-155290777D01*
X48896493Y-155107073D01*
X48896667Y-154908160D01*
X48820707Y-154724323D01*
X48746580Y-154650066D01*
X48746580Y-139563980D01*
X48719938Y-139430041D01*
X48680206Y-139370578D01*
X48644068Y-139316493D01*
X48460864Y-139133289D01*
X48499887Y-139149493D01*
X48698800Y-139149667D01*
X48882637Y-139073707D01*
X48935580Y-139020857D01*
X48935580Y-152378280D01*
X48954559Y-152473693D01*
X48962222Y-152512219D01*
X49038093Y-152625767D01*
X49672180Y-153259855D01*
X49672180Y-153754473D01*
X49552233Y-153704667D01*
X49353320Y-153704493D01*
X49169483Y-153780453D01*
X49028707Y-153920983D01*
X48952427Y-154104687D01*
X48952253Y-154303600D01*
X49028213Y-154487437D01*
X49168743Y-154628213D01*
X49352447Y-154704493D01*
X49551360Y-154704667D01*
X49672180Y-154654745D01*
X49672180Y-155083380D01*
X49696328Y-155204780D01*
X49698822Y-155217319D01*
X49774693Y-155330867D01*
X51711030Y-157267205D01*
X51568123Y-157326253D01*
X51427347Y-157466783D01*
X51351067Y-157650487D01*
X51350893Y-157849400D01*
X51426853Y-158033237D01*
X51567383Y-158174013D01*
X51751087Y-158250293D01*
X51950000Y-158250467D01*
X52133837Y-158174507D01*
X52274613Y-158033977D01*
X52334229Y-157890404D01*
X53634580Y-159190755D01*
X53634580Y-162895421D01*
X53589173Y-162876567D01*
X53390260Y-162876393D01*
X53206423Y-162952353D01*
X53065647Y-163092883D01*
X52989367Y-163276587D01*
X52989193Y-163475500D01*
X53065153Y-163659337D01*
X53205683Y-163800113D01*
X53389387Y-163876393D01*
X53588300Y-163876567D01*
X53634580Y-163857444D01*
X53634580Y-164412605D01*
X53329202Y-164717984D01*
X53225160Y-164717893D01*
X53041323Y-164793853D01*
X52900547Y-164934383D01*
X52824267Y-165118087D01*
X52824093Y-165317000D01*
X52900053Y-165500837D01*
X53040583Y-165641613D01*
X53224287Y-165717893D01*
X53423200Y-165718067D01*
X53607037Y-165642107D01*
X53747813Y-165501577D01*
X53824093Y-165317873D01*
X53824185Y-165212950D01*
X54232068Y-164805067D01*
X54307938Y-164691519D01*
X54334580Y-164557580D01*
X54334580Y-162844659D01*
X54341887Y-162847693D01*
X54540800Y-162847867D01*
X54724637Y-162771907D01*
X54865413Y-162631377D01*
X54879180Y-162598222D01*
X54879180Y-164073479D01*
X54805547Y-164146983D01*
X54729267Y-164330687D01*
X54729093Y-164529600D01*
X54805053Y-164713437D01*
X54945583Y-164854213D01*
X55129287Y-164930493D01*
X55328200Y-164930667D01*
X55512037Y-164854707D01*
X55590380Y-164776501D01*
X55590380Y-164835567D01*
X55465947Y-164959783D01*
X55389667Y-165143487D01*
X55389493Y-165342400D01*
X55465453Y-165526237D01*
X55605983Y-165667013D01*
X55767504Y-165734082D01*
X54499093Y-167002493D01*
X54423222Y-167116041D01*
X54396580Y-167249980D01*
X54396580Y-170664483D01*
X54236873Y-170598167D01*
X54037960Y-170597993D01*
X53885978Y-170660791D01*
X53747477Y-170522047D01*
X53563773Y-170445767D01*
X53364860Y-170445593D01*
X53181023Y-170521553D01*
X53040247Y-170662083D01*
X52963967Y-170845787D01*
X52963793Y-171044700D01*
X53039753Y-171228537D01*
X53180283Y-171369313D01*
X53363987Y-171445593D01*
X53562900Y-171445767D01*
X53714882Y-171382969D01*
X53853383Y-171521713D01*
X54037087Y-171597993D01*
X54236000Y-171598167D01*
X54396580Y-171531817D01*
X54396580Y-171880205D01*
X54091202Y-172185584D01*
X53987160Y-172185493D01*
X53976636Y-172189841D01*
X53976667Y-172154760D01*
X53900707Y-171970923D01*
X53760177Y-171830147D01*
X53576473Y-171753867D01*
X53377560Y-171753693D01*
X53193723Y-171829653D01*
X53052947Y-171970183D01*
X52976667Y-172153887D01*
X52976493Y-172352800D01*
X53052453Y-172536637D01*
X53137817Y-172622150D01*
X53002147Y-172757583D01*
X52925867Y-172941287D01*
X52925693Y-173140200D01*
X53001653Y-173324037D01*
X53142183Y-173464813D01*
X53325887Y-173541093D01*
X53524800Y-173541267D01*
X53708637Y-173465307D01*
X53849413Y-173324777D01*
X53918872Y-173157500D01*
X53986287Y-173185493D01*
X54185200Y-173185667D01*
X54369037Y-173109707D01*
X54509813Y-172969177D01*
X54586093Y-172785473D01*
X54586185Y-172680550D01*
X54994068Y-172272667D01*
X55069938Y-172159119D01*
X55096580Y-172025180D01*
X55096580Y-170609554D01*
X55680193Y-171193167D01*
X55793740Y-171269038D01*
X55815962Y-171273458D01*
X55862420Y-171282699D01*
X55948883Y-171369313D01*
X56132587Y-171445593D01*
X56331500Y-171445767D01*
X56515337Y-171369807D01*
X56656113Y-171229277D01*
X56682580Y-171165537D01*
X56682580Y-171981805D01*
X56454893Y-172209493D01*
X56430218Y-172246422D01*
X56345073Y-172211067D01*
X56146160Y-172210893D01*
X55962323Y-172286853D01*
X55821547Y-172427383D01*
X55745267Y-172611087D01*
X55745093Y-172810000D01*
X55821053Y-172993837D01*
X55961583Y-173134613D01*
X56145287Y-173210893D01*
X56344200Y-173211067D01*
X56378316Y-173196970D01*
X56379022Y-173200519D01*
X56454893Y-173314067D01*
X56861292Y-173720467D01*
X56974840Y-173796338D01*
X56997062Y-173800758D01*
X57108780Y-173822980D01*
X60154106Y-173822980D01*
X60209287Y-173845893D01*
X60408200Y-173846067D01*
X60592037Y-173770107D01*
X60732813Y-173629577D01*
X60809093Y-173445873D01*
X60809267Y-173246960D01*
X60733307Y-173063123D01*
X60592777Y-172922347D01*
X60409073Y-172846067D01*
X60210160Y-172845893D01*
X60047181Y-172913235D01*
X60047267Y-172815160D01*
X59971307Y-172631323D01*
X59830777Y-172490547D01*
X59647073Y-172414267D01*
X59448160Y-172414093D01*
X59264323Y-172490053D01*
X59123547Y-172630583D01*
X59047267Y-172814287D01*
X59047093Y-173013200D01*
X59092453Y-173122980D01*
X57253755Y-173122980D01*
X57052380Y-172921606D01*
X57052380Y-172601954D01*
X57280067Y-172374268D01*
X57355938Y-172260720D01*
X57366127Y-172209493D01*
X57382580Y-172126780D01*
X57382580Y-171705100D01*
X58945493Y-171705100D01*
X59021453Y-171888937D01*
X59161983Y-172029713D01*
X59345687Y-172105993D01*
X59544600Y-172106167D01*
X59728437Y-172030207D01*
X59785543Y-171973200D01*
X65796453Y-171973200D01*
X65872413Y-172157037D01*
X66012943Y-172297813D01*
X66196647Y-172374093D01*
X66395560Y-172374267D01*
X66579397Y-172298307D01*
X66720173Y-172157777D01*
X66796453Y-171974073D01*
X66796627Y-171775160D01*
X66720667Y-171591323D01*
X66580137Y-171450547D01*
X66396433Y-171374267D01*
X66197520Y-171374093D01*
X66013683Y-171450053D01*
X65872907Y-171590583D01*
X65796627Y-171774287D01*
X65796453Y-171973200D01*
X59785543Y-171973200D01*
X59869213Y-171889677D01*
X59945493Y-171705973D01*
X59945667Y-171507060D01*
X59906803Y-171413000D01*
X60190093Y-171413000D01*
X60266053Y-171596837D01*
X60406583Y-171737613D01*
X60590287Y-171813893D01*
X60789200Y-171814067D01*
X60973037Y-171738107D01*
X61113813Y-171597577D01*
X61190093Y-171413873D01*
X61190165Y-171331307D01*
X61373400Y-171331467D01*
X61557237Y-171255507D01*
X61698013Y-171114977D01*
X61774293Y-170931273D01*
X61774467Y-170732360D01*
X61698507Y-170548523D01*
X61557977Y-170407747D01*
X61374273Y-170331467D01*
X61175360Y-170331293D01*
X60991523Y-170407253D01*
X60850747Y-170547783D01*
X60774467Y-170731487D01*
X60774395Y-170814053D01*
X60591160Y-170813893D01*
X60407323Y-170889853D01*
X60266547Y-171030383D01*
X60190267Y-171214087D01*
X60190093Y-171413000D01*
X59906803Y-171413000D01*
X59869707Y-171323223D01*
X59729177Y-171182447D01*
X59545473Y-171106167D01*
X59346560Y-171105993D01*
X59162723Y-171181953D01*
X59021947Y-171322483D01*
X58945667Y-171506187D01*
X58945493Y-171705100D01*
X57382580Y-171705100D01*
X57382580Y-170907580D01*
X57358668Y-170787367D01*
X57455137Y-170747507D01*
X57595913Y-170606977D01*
X57672193Y-170423273D01*
X57672285Y-170318349D01*
X57813467Y-170177167D01*
X57889338Y-170063619D01*
X57915980Y-169929680D01*
X57915980Y-169711200D01*
X132173693Y-169711200D01*
X132249653Y-169895037D01*
X132390183Y-170035813D01*
X132573887Y-170112093D01*
X132772800Y-170112267D01*
X132956637Y-170036307D01*
X133097413Y-169895777D01*
X133173693Y-169712073D01*
X133173718Y-169683211D01*
X133240253Y-169844237D01*
X133380783Y-169985013D01*
X133564487Y-170061293D01*
X133763400Y-170061467D01*
X133947237Y-169985507D01*
X134088013Y-169844977D01*
X134164293Y-169661273D01*
X134164467Y-169462360D01*
X134088507Y-169278523D01*
X133947977Y-169137747D01*
X133764273Y-169061467D01*
X133565360Y-169061293D01*
X133381523Y-169137253D01*
X133240747Y-169277783D01*
X133164467Y-169461487D01*
X133164442Y-169490349D01*
X133097907Y-169329323D01*
X132957377Y-169188547D01*
X132773673Y-169112267D01*
X132574760Y-169112093D01*
X132390923Y-169188053D01*
X132250147Y-169328583D01*
X132173867Y-169512287D01*
X132173693Y-169711200D01*
X57915980Y-169711200D01*
X57915980Y-168009400D01*
X59682093Y-168009400D01*
X59758053Y-168193237D01*
X59898583Y-168334013D01*
X60082287Y-168410293D01*
X60281200Y-168410467D01*
X60465037Y-168334507D01*
X60605813Y-168193977D01*
X60644959Y-168099700D01*
X63573953Y-168099700D01*
X63649913Y-168283537D01*
X63790443Y-168424313D01*
X63974147Y-168500593D01*
X64173060Y-168500767D01*
X64356897Y-168424807D01*
X64497640Y-168284310D01*
X64611943Y-168398813D01*
X64795647Y-168475093D01*
X64994560Y-168475267D01*
X65107744Y-168428500D01*
X128935193Y-168428500D01*
X129011153Y-168612337D01*
X129151683Y-168753113D01*
X129335387Y-168829393D01*
X129534300Y-168829567D01*
X129718137Y-168753607D01*
X129803606Y-168668288D01*
X129888283Y-168753113D01*
X130071987Y-168829393D01*
X130270900Y-168829567D01*
X130454737Y-168753607D01*
X130595513Y-168613077D01*
X130671793Y-168429373D01*
X130671967Y-168230460D01*
X130596007Y-168046623D01*
X130455477Y-167905847D01*
X130271773Y-167829567D01*
X130072860Y-167829393D01*
X129889023Y-167905353D01*
X129803554Y-167990672D01*
X129718877Y-167905847D01*
X129535173Y-167829567D01*
X129336260Y-167829393D01*
X129152423Y-167905353D01*
X129011647Y-168045883D01*
X128935367Y-168229587D01*
X128935193Y-168428500D01*
X65107744Y-168428500D01*
X65178397Y-168399307D01*
X65319173Y-168258777D01*
X65395453Y-168075073D01*
X65395627Y-167876160D01*
X65319667Y-167692323D01*
X65179137Y-167551547D01*
X64995433Y-167475267D01*
X64796520Y-167475093D01*
X64612683Y-167551053D01*
X64471940Y-167691550D01*
X64357637Y-167577047D01*
X64173933Y-167500767D01*
X63975020Y-167500593D01*
X63791183Y-167576553D01*
X63650407Y-167717083D01*
X63574127Y-167900787D01*
X63573953Y-168099700D01*
X60644959Y-168099700D01*
X60682093Y-168010273D01*
X60682267Y-167811360D01*
X60606307Y-167627523D01*
X60465777Y-167486747D01*
X60282073Y-167410467D01*
X60083160Y-167410293D01*
X59899323Y-167486253D01*
X59758547Y-167626783D01*
X59682267Y-167810487D01*
X59682093Y-168009400D01*
X57915980Y-168009400D01*
X57915980Y-166893200D01*
X65986953Y-166893200D01*
X66062913Y-167077037D01*
X66203443Y-167217813D01*
X66387147Y-167294093D01*
X66586060Y-167294267D01*
X66769897Y-167218307D01*
X66910673Y-167077777D01*
X66986953Y-166894073D01*
X66987127Y-166695160D01*
X66911167Y-166511323D01*
X66900563Y-166500700D01*
X132196453Y-166500700D01*
X132272413Y-166684537D01*
X132412943Y-166825313D01*
X132596647Y-166901593D01*
X132795560Y-166901767D01*
X132979397Y-166825807D01*
X133120173Y-166685277D01*
X133172057Y-166560326D01*
X133227553Y-166694637D01*
X133368083Y-166835413D01*
X133551787Y-166911693D01*
X133750700Y-166911867D01*
X133934537Y-166835907D01*
X134075313Y-166695377D01*
X134151593Y-166511673D01*
X134151599Y-166504973D01*
X134864692Y-167218067D01*
X134978240Y-167293938D01*
X134999668Y-167298200D01*
X135112180Y-167320580D01*
X137227806Y-167320580D01*
X137708580Y-167801355D01*
X137708580Y-168493648D01*
X137645668Y-168399493D01*
X136985267Y-167739093D01*
X136871719Y-167663222D01*
X136737780Y-167636580D01*
X133677030Y-167636580D01*
X133631307Y-167525923D01*
X133490777Y-167385147D01*
X133307073Y-167308867D01*
X133108160Y-167308693D01*
X132924323Y-167384653D01*
X132783547Y-167525183D01*
X132707267Y-167708887D01*
X132707093Y-167907800D01*
X132783053Y-168091637D01*
X132923583Y-168232413D01*
X133107287Y-168308693D01*
X133249363Y-168308817D01*
X133251040Y-168309938D01*
X133273262Y-168314358D01*
X133384980Y-168336580D01*
X136592806Y-168336580D01*
X137048180Y-168791955D01*
X137048180Y-170697606D01*
X136274980Y-169924406D01*
X136274980Y-169321581D01*
X136348613Y-169248077D01*
X136424893Y-169064373D01*
X136425067Y-168865460D01*
X136349107Y-168681623D01*
X136208577Y-168540847D01*
X136024873Y-168464567D01*
X135825960Y-168464393D01*
X135642123Y-168540353D01*
X135501347Y-168680883D01*
X135425067Y-168864587D01*
X135424893Y-169063500D01*
X135500853Y-169247337D01*
X135574980Y-169321594D01*
X135574980Y-170069380D01*
X135596420Y-170177167D01*
X135601622Y-170203319D01*
X135677493Y-170316867D01*
X136489380Y-171128754D01*
X136489380Y-173166679D01*
X136415747Y-173240183D01*
X136339467Y-173423887D01*
X136339293Y-173622800D01*
X136415253Y-173806637D01*
X136555783Y-173947413D01*
X136739487Y-174023693D01*
X136906373Y-174023839D01*
X136974053Y-174187637D01*
X137114583Y-174328413D01*
X137298287Y-174404693D01*
X137497200Y-174404867D01*
X137681037Y-174328907D01*
X137715639Y-174294365D01*
X137774983Y-174353813D01*
X137958687Y-174430093D01*
X138157600Y-174430267D01*
X138341437Y-174354307D01*
X138452306Y-174243632D01*
X138511583Y-174303013D01*
X138695287Y-174379293D01*
X138894200Y-174379467D01*
X139078037Y-174303507D01*
X139218813Y-174162977D01*
X139295093Y-173979273D01*
X139295267Y-173780360D01*
X139219307Y-173596523D01*
X139078777Y-173455747D01*
X138895073Y-173379467D01*
X138790150Y-173379375D01*
X138738780Y-173328006D01*
X138738780Y-163687900D01*
X140106153Y-163687900D01*
X140182113Y-163871737D01*
X140322643Y-164012513D01*
X140506347Y-164088793D01*
X140705260Y-164088967D01*
X140889097Y-164013007D01*
X141029873Y-163872477D01*
X141106153Y-163688773D01*
X141106327Y-163489860D01*
X141030367Y-163306023D01*
X140889837Y-163165247D01*
X140706133Y-163088967D01*
X140507220Y-163088793D01*
X140323383Y-163164753D01*
X140182607Y-163305283D01*
X140106327Y-163488987D01*
X140106153Y-163687900D01*
X138738780Y-163687900D01*
X138738780Y-158598700D01*
X139044393Y-158598700D01*
X139120353Y-158782537D01*
X139260883Y-158923313D01*
X139444587Y-158999593D01*
X139643500Y-158999767D01*
X139827337Y-158923807D01*
X139968113Y-158783277D01*
X139988937Y-158733127D01*
X140009353Y-158782537D01*
X140149883Y-158923313D01*
X140333587Y-158999593D01*
X140532500Y-158999767D01*
X140716337Y-158923807D01*
X140857113Y-158783277D01*
X140933393Y-158599573D01*
X140933567Y-158400660D01*
X140857607Y-158216823D01*
X140717077Y-158076047D01*
X140533373Y-157999767D01*
X140334460Y-157999593D01*
X140150623Y-158075553D01*
X140009847Y-158216083D01*
X139989023Y-158266233D01*
X139968607Y-158216823D01*
X139828077Y-158076047D01*
X139644373Y-157999767D01*
X139445460Y-157999593D01*
X139261623Y-158075553D01*
X139120847Y-158216083D01*
X139044567Y-158399787D01*
X139044393Y-158598700D01*
X138738780Y-158598700D01*
X138738780Y-154021854D01*
X138902054Y-153858580D01*
X139352479Y-153858580D01*
X139425983Y-153932213D01*
X139609687Y-154008493D01*
X139808600Y-154008667D01*
X139992437Y-153932707D01*
X140133213Y-153792177D01*
X140209493Y-153608473D01*
X140209667Y-153409560D01*
X140133707Y-153225723D01*
X139993177Y-153084947D01*
X139809473Y-153008667D01*
X139610560Y-153008493D01*
X139426723Y-153084453D01*
X139352466Y-153158580D01*
X138757080Y-153158580D01*
X138623141Y-153185222D01*
X138509593Y-153261093D01*
X138141293Y-153629393D01*
X138065422Y-153742941D01*
X138038780Y-153876880D01*
X138038780Y-167141605D01*
X137620267Y-166723093D01*
X137506719Y-166647222D01*
X137372780Y-166620580D01*
X135257155Y-166620580D01*
X134138976Y-165502402D01*
X134139067Y-165398360D01*
X134063107Y-165214523D01*
X133922577Y-165073747D01*
X133738873Y-164997467D01*
X133539960Y-164997293D01*
X133356123Y-165073253D01*
X133215347Y-165213783D01*
X133139067Y-165397487D01*
X133138893Y-165596400D01*
X133214853Y-165780237D01*
X133355383Y-165921013D01*
X133442528Y-165957199D01*
X133368823Y-165987653D01*
X133228047Y-166128183D01*
X133176163Y-166253134D01*
X133120667Y-166118823D01*
X132980137Y-165978047D01*
X132796433Y-165901767D01*
X132597520Y-165901593D01*
X132413683Y-165977553D01*
X132272907Y-166118083D01*
X132196627Y-166301787D01*
X132196453Y-166500700D01*
X66900563Y-166500700D01*
X66770637Y-166370547D01*
X66586933Y-166294267D01*
X66388020Y-166294093D01*
X66204183Y-166370053D01*
X66063407Y-166510583D01*
X65987127Y-166694287D01*
X65986953Y-166893200D01*
X57915980Y-166893200D01*
X57915980Y-161730754D01*
X59108867Y-160537868D01*
X59184738Y-160424320D01*
X59189644Y-160399653D01*
X59211380Y-160290380D01*
X59211380Y-159306555D01*
X59273380Y-159368555D01*
X59273380Y-165445079D01*
X59199747Y-165518583D01*
X59123467Y-165702287D01*
X59123293Y-165901200D01*
X59199253Y-166085037D01*
X59339783Y-166225813D01*
X59523487Y-166302093D01*
X59722400Y-166302267D01*
X59906237Y-166226307D01*
X60047013Y-166085777D01*
X60123293Y-165902073D01*
X60123467Y-165703160D01*
X60079355Y-165596400D01*
X130421093Y-165596400D01*
X130497053Y-165780237D01*
X130637583Y-165921013D01*
X130821287Y-165997293D01*
X131020200Y-165997467D01*
X131204037Y-165921507D01*
X131344813Y-165780977D01*
X131421093Y-165597273D01*
X131421267Y-165398360D01*
X131345307Y-165214523D01*
X131204777Y-165073747D01*
X131021073Y-164997467D01*
X130822160Y-164997293D01*
X130638323Y-165073253D01*
X130497547Y-165213783D01*
X130421267Y-165397487D01*
X130421093Y-165596400D01*
X60079355Y-165596400D01*
X60047507Y-165519323D01*
X59973380Y-165445066D01*
X59973380Y-163908700D01*
X129169453Y-163908700D01*
X129245413Y-164092537D01*
X129311682Y-164158922D01*
X129245907Y-164224583D01*
X129169627Y-164408287D01*
X129169453Y-164607200D01*
X129245413Y-164791037D01*
X129385943Y-164931813D01*
X129569647Y-165008093D01*
X129768560Y-165008267D01*
X129952397Y-164932307D01*
X130093173Y-164791777D01*
X130169453Y-164608073D01*
X130169627Y-164409160D01*
X130093667Y-164225323D01*
X130027398Y-164158938D01*
X130093173Y-164093277D01*
X130169453Y-163909573D01*
X130169627Y-163710660D01*
X130093667Y-163526823D01*
X129953137Y-163386047D01*
X129769433Y-163309767D01*
X129570520Y-163309593D01*
X129386683Y-163385553D01*
X129245907Y-163526083D01*
X129169627Y-163709787D01*
X129169453Y-163908700D01*
X59973380Y-163908700D01*
X59973380Y-161310112D01*
X60006087Y-161323693D01*
X60205000Y-161323867D01*
X60388837Y-161247907D01*
X60529613Y-161107377D01*
X60605893Y-160923673D01*
X60606067Y-160724760D01*
X60530107Y-160540923D01*
X60389577Y-160400147D01*
X60205873Y-160323867D01*
X60006960Y-160323693D01*
X59973380Y-160337568D01*
X59973380Y-159386100D01*
X60240893Y-159386100D01*
X60316853Y-159569937D01*
X60457383Y-159710713D01*
X60641087Y-159786993D01*
X60840000Y-159787167D01*
X61023837Y-159711207D01*
X61164613Y-159570677D01*
X61240893Y-159386973D01*
X61240924Y-159350700D01*
X134496453Y-159350700D01*
X134572413Y-159534537D01*
X134689432Y-159651761D01*
X134572907Y-159768083D01*
X134496627Y-159951787D01*
X134496453Y-160150700D01*
X134572413Y-160334537D01*
X134712943Y-160475313D01*
X134896647Y-160551593D01*
X135095560Y-160551767D01*
X135279397Y-160475807D01*
X135420173Y-160335277D01*
X135496453Y-160151573D01*
X135496627Y-159952660D01*
X135420667Y-159768823D01*
X135303648Y-159651599D01*
X135420173Y-159535277D01*
X135496453Y-159351573D01*
X135496627Y-159152660D01*
X135420667Y-158968823D01*
X135280137Y-158828047D01*
X135096433Y-158751767D01*
X134897520Y-158751593D01*
X134713683Y-158827553D01*
X134572907Y-158968083D01*
X134496627Y-159151787D01*
X134496453Y-159350700D01*
X61240924Y-159350700D01*
X61241067Y-159188060D01*
X61165107Y-159004223D01*
X61024577Y-158863447D01*
X60840873Y-158787167D01*
X60641960Y-158786993D01*
X60458123Y-158862953D01*
X60317347Y-159003483D01*
X60241067Y-159187187D01*
X60240893Y-159386100D01*
X59973380Y-159386100D01*
X59973380Y-159223580D01*
X59949743Y-159104747D01*
X59946738Y-159089640D01*
X59870867Y-158976092D01*
X59617780Y-158723006D01*
X59617780Y-157773200D01*
X65244693Y-157773200D01*
X65320653Y-157957037D01*
X65461183Y-158097813D01*
X65644887Y-158174093D01*
X65843800Y-158174267D01*
X66027637Y-158098307D01*
X66168413Y-157957777D01*
X66244693Y-157774073D01*
X66244867Y-157575160D01*
X66168907Y-157391323D01*
X66028377Y-157250547D01*
X65844673Y-157174267D01*
X65645760Y-157174093D01*
X65461923Y-157250053D01*
X65321147Y-157390583D01*
X65244867Y-157574287D01*
X65244693Y-157773200D01*
X59617780Y-157773200D01*
X59617780Y-138090780D01*
X59591138Y-137956841D01*
X59591138Y-137956840D01*
X59515267Y-137843292D01*
X59287580Y-137615606D01*
X59287580Y-134298754D01*
X60328067Y-133258267D01*
X60403938Y-133144720D01*
X60408358Y-133122498D01*
X60430580Y-133010780D01*
X60430580Y-129099180D01*
X60404631Y-128968723D01*
X60403938Y-128965240D01*
X60328067Y-128851693D01*
X59287580Y-127811206D01*
X59287580Y-114087780D01*
X59260938Y-113953841D01*
X59185067Y-113840293D01*
X58919280Y-113574506D01*
X58919280Y-110791054D01*
X59185067Y-110525267D01*
X59260938Y-110411719D01*
X59287580Y-110277780D01*
X59287580Y-109741800D01*
X60672693Y-109741800D01*
X60748653Y-109925637D01*
X60848180Y-110025338D01*
X60848180Y-111065180D01*
X60869336Y-111171537D01*
X60874822Y-111199119D01*
X60950693Y-111312667D01*
X61152980Y-111514955D01*
X61152980Y-113688805D01*
X60950693Y-113891093D01*
X60874822Y-114004641D01*
X60848180Y-114138580D01*
X60848180Y-130902580D01*
X60869998Y-131012267D01*
X60874822Y-131036519D01*
X60950693Y-131150067D01*
X63743780Y-133943155D01*
X63743780Y-135859885D01*
X63725433Y-135852267D01*
X63526520Y-135852093D01*
X63342683Y-135928053D01*
X63201907Y-136068583D01*
X63125627Y-136252287D01*
X63125453Y-136451200D01*
X63201413Y-136635037D01*
X63341943Y-136775813D01*
X63525647Y-136852093D01*
X63724560Y-136852267D01*
X63743780Y-136844325D01*
X63743780Y-136904405D01*
X63566893Y-137081293D01*
X63491022Y-137194841D01*
X63464380Y-137328780D01*
X63464380Y-154753180D01*
X63485970Y-154861719D01*
X63491022Y-154887119D01*
X63566893Y-155000667D01*
X64990828Y-156424603D01*
X64990693Y-156579400D01*
X65066653Y-156763237D01*
X65207183Y-156904013D01*
X65390887Y-156980293D01*
X65589800Y-156980467D01*
X65773637Y-156904507D01*
X65914413Y-156763977D01*
X65937603Y-156708128D01*
X65951983Y-156722533D01*
X66099064Y-156783606D01*
X66044967Y-156913887D01*
X66044793Y-157112800D01*
X66120753Y-157296637D01*
X66261283Y-157437413D01*
X66444987Y-157513693D01*
X66643900Y-157513867D01*
X66827737Y-157437907D01*
X66968513Y-157297377D01*
X67044793Y-157113673D01*
X67044967Y-156914760D01*
X66969007Y-156730923D01*
X66828477Y-156590147D01*
X66681396Y-156529074D01*
X66735493Y-156398793D01*
X66735667Y-156199880D01*
X66659707Y-156016043D01*
X66519177Y-155875267D01*
X66335473Y-155798987D01*
X66136560Y-155798813D01*
X65952723Y-155874773D01*
X65811947Y-156015303D01*
X65788757Y-156071152D01*
X65774377Y-156056747D01*
X65590673Y-155980467D01*
X65536595Y-155980420D01*
X64164380Y-154608206D01*
X64164380Y-151588300D01*
X64711293Y-151588300D01*
X64787253Y-151772137D01*
X64927783Y-151912913D01*
X65111487Y-151989193D01*
X65310400Y-151989367D01*
X65342266Y-151976200D01*
X130695453Y-151976200D01*
X130771413Y-152160037D01*
X130911943Y-152300813D01*
X131095647Y-152377093D01*
X131294560Y-152377267D01*
X131478397Y-152301307D01*
X131619173Y-152160777D01*
X131687525Y-151996166D01*
X131802560Y-151996267D01*
X131986397Y-151920307D01*
X132127173Y-151779777D01*
X132203453Y-151596073D01*
X132203627Y-151397160D01*
X132151417Y-151270800D01*
X142486093Y-151270800D01*
X142562053Y-151454637D01*
X142702583Y-151595413D01*
X142886287Y-151671693D01*
X143085200Y-151671867D01*
X143269037Y-151595907D01*
X143409813Y-151455377D01*
X143486093Y-151271673D01*
X143486267Y-151072760D01*
X143410307Y-150888923D01*
X143269777Y-150748147D01*
X143086073Y-150671867D01*
X142887160Y-150671693D01*
X142703323Y-150747653D01*
X142562547Y-150888183D01*
X142486267Y-151071887D01*
X142486093Y-151270800D01*
X132151417Y-151270800D01*
X132127667Y-151213323D01*
X131987137Y-151072547D01*
X131803433Y-150996267D01*
X131604520Y-150996093D01*
X131420683Y-151072053D01*
X131279907Y-151212583D01*
X131211555Y-151377194D01*
X131096520Y-151377093D01*
X130912683Y-151453053D01*
X130771907Y-151593583D01*
X130695627Y-151777287D01*
X130695453Y-151976200D01*
X65342266Y-151976200D01*
X65494237Y-151913407D01*
X65635013Y-151772877D01*
X65711293Y-151589173D01*
X65711467Y-151390260D01*
X65635507Y-151206423D01*
X65494977Y-151065647D01*
X65311273Y-150989367D01*
X65112360Y-150989193D01*
X64928523Y-151065153D01*
X64787747Y-151205683D01*
X64711467Y-151389387D01*
X64711293Y-151588300D01*
X64164380Y-151588300D01*
X64164380Y-150383200D01*
X128788453Y-150383200D01*
X128864413Y-150567037D01*
X128867183Y-150569811D01*
X128864907Y-150572083D01*
X128788627Y-150755787D01*
X128788453Y-150954700D01*
X128864413Y-151138537D01*
X129004943Y-151279313D01*
X129188647Y-151355593D01*
X129387560Y-151355767D01*
X129571397Y-151279807D01*
X129712173Y-151139277D01*
X129788453Y-150955573D01*
X129788627Y-150756660D01*
X129712667Y-150572823D01*
X129709897Y-150570049D01*
X129712173Y-150567777D01*
X129788453Y-150384073D01*
X129788627Y-150185160D01*
X129712667Y-150001323D01*
X129572137Y-149860547D01*
X129388433Y-149784267D01*
X129189520Y-149784093D01*
X129005683Y-149860053D01*
X128864907Y-150000583D01*
X128788627Y-150184287D01*
X128788453Y-150383200D01*
X64164380Y-150383200D01*
X64164380Y-147050700D01*
X130796453Y-147050700D01*
X130872413Y-147234537D01*
X130944424Y-147306674D01*
X130882907Y-147368083D01*
X130806627Y-147551787D01*
X130806453Y-147750700D01*
X130882413Y-147934537D01*
X131022943Y-148075313D01*
X131206647Y-148151593D01*
X131405560Y-148151767D01*
X131418065Y-148146600D01*
X140962093Y-148146600D01*
X141038053Y-148330437D01*
X141178583Y-148471213D01*
X141362287Y-148547493D01*
X141561200Y-148547667D01*
X141745037Y-148471707D01*
X141885813Y-148331177D01*
X141962093Y-148147473D01*
X141962267Y-147948560D01*
X141886307Y-147764723D01*
X141745777Y-147623947D01*
X141562073Y-147547667D01*
X141363160Y-147547493D01*
X141179323Y-147623453D01*
X141038547Y-147763983D01*
X140962267Y-147947687D01*
X140962093Y-148146600D01*
X131418065Y-148146600D01*
X131589397Y-148075807D01*
X131730173Y-147935277D01*
X131806453Y-147751573D01*
X131806627Y-147552660D01*
X131730667Y-147368823D01*
X131658656Y-147296686D01*
X131720173Y-147235277D01*
X131796453Y-147051573D01*
X131796627Y-146852660D01*
X131720667Y-146668823D01*
X131580137Y-146528047D01*
X131396433Y-146451767D01*
X131197520Y-146451593D01*
X131013683Y-146527553D01*
X130872907Y-146668083D01*
X130796627Y-146851787D01*
X130796453Y-147050700D01*
X64164380Y-147050700D01*
X64164380Y-144510700D01*
X130034453Y-144510700D01*
X130110413Y-144694537D01*
X130182424Y-144766674D01*
X130120907Y-144828083D01*
X130044627Y-145011787D01*
X130044453Y-145210700D01*
X130120413Y-145394537D01*
X130260943Y-145535313D01*
X130444647Y-145611593D01*
X130643560Y-145611767D01*
X130827397Y-145535807D01*
X130968173Y-145395277D01*
X131044453Y-145211573D01*
X131044627Y-145012660D01*
X130968667Y-144828823D01*
X130896656Y-144756686D01*
X130958173Y-144695277D01*
X131034453Y-144511573D01*
X131034627Y-144312660D01*
X130958667Y-144128823D01*
X130818137Y-143988047D01*
X130634433Y-143911767D01*
X130435520Y-143911593D01*
X130251683Y-143987553D01*
X130110907Y-144128083D01*
X130034627Y-144311787D01*
X130034453Y-144510700D01*
X64164380Y-144510700D01*
X64164380Y-141850700D01*
X129496453Y-141850700D01*
X129572413Y-142034537D01*
X129712943Y-142175313D01*
X129896647Y-142251593D01*
X130095560Y-142251767D01*
X130279397Y-142175807D01*
X130420173Y-142035277D01*
X130496453Y-141851573D01*
X130496454Y-141849940D01*
X138711653Y-141849940D01*
X138787613Y-142033777D01*
X138928143Y-142174553D01*
X139111847Y-142250833D01*
X139310760Y-142251007D01*
X139494597Y-142175047D01*
X139635373Y-142034517D01*
X139711653Y-141850813D01*
X139711827Y-141651900D01*
X139635867Y-141468063D01*
X139495337Y-141327287D01*
X139311633Y-141251007D01*
X139112720Y-141250833D01*
X138928883Y-141326793D01*
X138788107Y-141467323D01*
X138711827Y-141651027D01*
X138711653Y-141849940D01*
X130496454Y-141849940D01*
X130496627Y-141652660D01*
X130420667Y-141468823D01*
X130280137Y-141328047D01*
X130096433Y-141251767D01*
X129897520Y-141251593D01*
X129713683Y-141327553D01*
X129572907Y-141468083D01*
X129496627Y-141651787D01*
X129496453Y-141850700D01*
X64164380Y-141850700D01*
X64164380Y-137473754D01*
X64341267Y-137296868D01*
X64417138Y-137183320D01*
X64421558Y-137161098D01*
X64443780Y-137049380D01*
X64443780Y-136679900D01*
X65694853Y-136679900D01*
X65770813Y-136863737D01*
X65911343Y-137004513D01*
X66095047Y-137080793D01*
X66293960Y-137080967D01*
X66477797Y-137005007D01*
X66618573Y-136864477D01*
X66694853Y-136680773D01*
X66695027Y-136481860D01*
X66619067Y-136298023D01*
X66478537Y-136157247D01*
X66294833Y-136080967D01*
X66095920Y-136080793D01*
X65912083Y-136156753D01*
X65771307Y-136297283D01*
X65695027Y-136480987D01*
X65694853Y-136679900D01*
X64443780Y-136679900D01*
X64443780Y-133798180D01*
X64417138Y-133664241D01*
X64409439Y-133652719D01*
X64341268Y-133550693D01*
X63214575Y-132424000D01*
X63657193Y-132424000D01*
X63733153Y-132607837D01*
X63873683Y-132748613D01*
X64057387Y-132824893D01*
X64256300Y-132825067D01*
X64440137Y-132749107D01*
X64580913Y-132608577D01*
X64657193Y-132424873D01*
X64657367Y-132225960D01*
X64581407Y-132042123D01*
X64440877Y-131901347D01*
X64257173Y-131825067D01*
X64058260Y-131824893D01*
X63874423Y-131900853D01*
X63733647Y-132041383D01*
X63657367Y-132225087D01*
X63657193Y-132424000D01*
X63214575Y-132424000D01*
X61548180Y-130757606D01*
X61548180Y-127482600D01*
X105199700Y-127482600D01*
X105202240Y-127495370D01*
X105202240Y-139034450D01*
X105199700Y-139047220D01*
X105226342Y-139181159D01*
X105302213Y-139294707D01*
X105415761Y-139370578D01*
X105549700Y-139397220D01*
X122936000Y-139397220D01*
X123069939Y-139370578D01*
X123183487Y-139294707D01*
X123259358Y-139181159D01*
X123286000Y-139047220D01*
X123286000Y-134049600D01*
X129303493Y-134049600D01*
X129379453Y-134233437D01*
X129519983Y-134374213D01*
X129703687Y-134450493D01*
X129902600Y-134450667D01*
X130086437Y-134374707D01*
X130227213Y-134234177D01*
X130303493Y-134050473D01*
X130303667Y-133851560D01*
X130227707Y-133667723D01*
X130087177Y-133526947D01*
X129903473Y-133450667D01*
X129704560Y-133450493D01*
X129520723Y-133526453D01*
X129379947Y-133666983D01*
X129303667Y-133850687D01*
X129303493Y-134049600D01*
X123286000Y-134049600D01*
X123286000Y-127482600D01*
X123259358Y-127348661D01*
X123183487Y-127235113D01*
X123069939Y-127159242D01*
X122936000Y-127132600D01*
X105549700Y-127132600D01*
X105415761Y-127159242D01*
X105302213Y-127235113D01*
X105226342Y-127348661D01*
X105199700Y-127482600D01*
X61548180Y-127482600D01*
X61548180Y-124727800D01*
X65879693Y-124727800D01*
X65955653Y-124911637D01*
X66096183Y-125052413D01*
X66279887Y-125128693D01*
X66478800Y-125128867D01*
X66662637Y-125052907D01*
X66803413Y-124912377D01*
X66879693Y-124728673D01*
X66879867Y-124529760D01*
X66803907Y-124345923D01*
X66663377Y-124205147D01*
X66479673Y-124128867D01*
X66280760Y-124128693D01*
X66096923Y-124204653D01*
X65956147Y-124345183D01*
X65879867Y-124528887D01*
X65879693Y-124727800D01*
X61548180Y-124727800D01*
X61548180Y-121909700D01*
X62426953Y-121909700D01*
X62502913Y-122093537D01*
X62643443Y-122234313D01*
X62827147Y-122310593D01*
X63026060Y-122310767D01*
X63209897Y-122234807D01*
X63350673Y-122094277D01*
X63426953Y-121910573D01*
X63426953Y-121909700D01*
X63442953Y-121909700D01*
X63518913Y-122093537D01*
X63659443Y-122234313D01*
X63843147Y-122310593D01*
X64042060Y-122310767D01*
X64225897Y-122234807D01*
X64366673Y-122094277D01*
X64442953Y-121910573D01*
X64443127Y-121711660D01*
X64367167Y-121527823D01*
X64226637Y-121387047D01*
X64042933Y-121310767D01*
X63844020Y-121310593D01*
X63660183Y-121386553D01*
X63519407Y-121527083D01*
X63443127Y-121710787D01*
X63442953Y-121909700D01*
X63426953Y-121909700D01*
X63427127Y-121711660D01*
X63351167Y-121527823D01*
X63210637Y-121387047D01*
X63026933Y-121310767D01*
X62828020Y-121310593D01*
X62644183Y-121386553D01*
X62503407Y-121527083D01*
X62427127Y-121710787D01*
X62426953Y-121909700D01*
X61548180Y-121909700D01*
X61548180Y-114283554D01*
X61750467Y-114081268D01*
X61826338Y-113967720D01*
X61830758Y-113945498D01*
X61852980Y-113833780D01*
X61852980Y-111369980D01*
X61826338Y-111236041D01*
X61826338Y-111236040D01*
X61750467Y-111122492D01*
X61548180Y-110920206D01*
X61548180Y-109974526D01*
X61596413Y-109926377D01*
X61672693Y-109742673D01*
X61672867Y-109543760D01*
X61596907Y-109359923D01*
X61456377Y-109219147D01*
X61272673Y-109142867D01*
X61073760Y-109142693D01*
X60889923Y-109218653D01*
X60749147Y-109359183D01*
X60672867Y-109542887D01*
X60672693Y-109741800D01*
X59287580Y-109741800D01*
X59287580Y-109136281D01*
X59361213Y-109062777D01*
X59437493Y-108879073D01*
X59437493Y-108878200D01*
X61790293Y-108878200D01*
X61866253Y-109062037D01*
X62006783Y-109202813D01*
X62190487Y-109279093D01*
X62389400Y-109279267D01*
X62573237Y-109203307D01*
X62676980Y-109099745D01*
X62676980Y-110734980D01*
X62701407Y-110857783D01*
X62703622Y-110868919D01*
X62779493Y-110982467D01*
X63159580Y-111362555D01*
X63159580Y-113274980D01*
X63183677Y-113396122D01*
X63186222Y-113408919D01*
X63262093Y-113522467D01*
X63557246Y-113817620D01*
X63526520Y-113817593D01*
X63342683Y-113893553D01*
X63244492Y-113991572D01*
X63147137Y-113894047D01*
X62963433Y-113817767D01*
X62764520Y-113817593D01*
X62580683Y-113893553D01*
X62439907Y-114034083D01*
X62363627Y-114217787D01*
X62363453Y-114416700D01*
X62439413Y-114600537D01*
X62579943Y-114741313D01*
X62763647Y-114817593D01*
X62962560Y-114817767D01*
X63146397Y-114741807D01*
X63244588Y-114643788D01*
X63341943Y-114741313D01*
X63525647Y-114817593D01*
X63724560Y-114817767D01*
X63908397Y-114741807D01*
X64049173Y-114601277D01*
X64125453Y-114417573D01*
X64125481Y-114385855D01*
X64315280Y-114575655D01*
X64315280Y-120321979D01*
X64241647Y-120395483D01*
X64165367Y-120579187D01*
X64165193Y-120778100D01*
X64241153Y-120961937D01*
X64381683Y-121102713D01*
X64565387Y-121178993D01*
X64764300Y-121179167D01*
X64886780Y-121128559D01*
X64886780Y-122426962D01*
X64807560Y-122426893D01*
X64623723Y-122502853D01*
X64482947Y-122643383D01*
X64406667Y-122827087D01*
X64406493Y-123026000D01*
X64482453Y-123209837D01*
X64622983Y-123350613D01*
X64806687Y-123426893D01*
X65005600Y-123427067D01*
X65189437Y-123351107D01*
X65330213Y-123210577D01*
X65406493Y-123026873D01*
X65406585Y-122921950D01*
X65484267Y-122844268D01*
X65560138Y-122730720D01*
X65571623Y-122672980D01*
X65586780Y-122596780D01*
X65586780Y-121617700D01*
X129105953Y-121617700D01*
X129181913Y-121801537D01*
X129322443Y-121942313D01*
X129449245Y-121994965D01*
X129323183Y-122047053D01*
X129182407Y-122187583D01*
X129106127Y-122371287D01*
X129105953Y-122570200D01*
X129181913Y-122754037D01*
X129322443Y-122894813D01*
X129506147Y-122971093D01*
X129705060Y-122971267D01*
X129888897Y-122895307D01*
X130029673Y-122754777D01*
X130059361Y-122683279D01*
X130164892Y-122788995D01*
X130091067Y-122966787D01*
X130090893Y-123165700D01*
X130166853Y-123349537D01*
X130307383Y-123490313D01*
X130491087Y-123566593D01*
X130690000Y-123566767D01*
X130873837Y-123490807D01*
X131014613Y-123350277D01*
X131090893Y-123166573D01*
X131091067Y-122967660D01*
X131015107Y-122783823D01*
X130890068Y-122658565D01*
X130963893Y-122480773D01*
X130964067Y-122281860D01*
X130888107Y-122098023D01*
X130872615Y-122082504D01*
X130913013Y-122042177D01*
X130989293Y-121858473D01*
X130989467Y-121659560D01*
X130913507Y-121475723D01*
X130772977Y-121334947D01*
X130589273Y-121258667D01*
X130390360Y-121258493D01*
X130206523Y-121334453D01*
X130106114Y-121434687D01*
X130106127Y-121419660D01*
X130030167Y-121235823D01*
X129889637Y-121095047D01*
X129705933Y-121018767D01*
X129507020Y-121018593D01*
X129323183Y-121094553D01*
X129182407Y-121235083D01*
X129106127Y-121418787D01*
X129105953Y-121617700D01*
X65586780Y-121617700D01*
X65586780Y-120284200D01*
X129105953Y-120284200D01*
X129181913Y-120468037D01*
X129322443Y-120608813D01*
X129506147Y-120685093D01*
X129705060Y-120685267D01*
X129888897Y-120609307D01*
X130029673Y-120468777D01*
X130105953Y-120285073D01*
X130106127Y-120086160D01*
X130030167Y-119902323D01*
X129889637Y-119761547D01*
X129705933Y-119685267D01*
X129507020Y-119685093D01*
X129323183Y-119761053D01*
X129182407Y-119901583D01*
X129106127Y-120085287D01*
X129105953Y-120284200D01*
X65586780Y-120284200D01*
X65586780Y-118136500D01*
X133100793Y-118136500D01*
X133176753Y-118320337D01*
X133317283Y-118461113D01*
X133500987Y-118537393D01*
X133699900Y-118537567D01*
X133883737Y-118461607D01*
X134024513Y-118321077D01*
X134100793Y-118137373D01*
X134100967Y-117938460D01*
X134025007Y-117754623D01*
X133884477Y-117613847D01*
X133700773Y-117537567D01*
X133501860Y-117537393D01*
X133318023Y-117613353D01*
X133177247Y-117753883D01*
X133100967Y-117937587D01*
X133100793Y-118136500D01*
X65586780Y-118136500D01*
X65586780Y-117557467D01*
X65691443Y-117662313D01*
X65875147Y-117738593D01*
X66074060Y-117738767D01*
X66257897Y-117662807D01*
X66398673Y-117522277D01*
X66474953Y-117338573D01*
X66475127Y-117139660D01*
X66399167Y-116955823D01*
X66322679Y-116879200D01*
X130014693Y-116879200D01*
X130090653Y-117063037D01*
X130231183Y-117203813D01*
X130414887Y-117280093D01*
X130613800Y-117280267D01*
X130797637Y-117204307D01*
X130938413Y-117063777D01*
X131014693Y-116880073D01*
X131014693Y-116879200D01*
X135755093Y-116879200D01*
X135831053Y-117063037D01*
X135971583Y-117203813D01*
X136155287Y-117280093D01*
X136354200Y-117280267D01*
X136538037Y-117204307D01*
X136678813Y-117063777D01*
X136755093Y-116880073D01*
X136755267Y-116681160D01*
X136679307Y-116497323D01*
X136538777Y-116356547D01*
X136355073Y-116280267D01*
X136156160Y-116280093D01*
X135972323Y-116356053D01*
X135831547Y-116496583D01*
X135755267Y-116680287D01*
X135755093Y-116879200D01*
X131014693Y-116879200D01*
X131014867Y-116681160D01*
X130938907Y-116497323D01*
X130798377Y-116356547D01*
X130614673Y-116280267D01*
X130415760Y-116280093D01*
X130231923Y-116356053D01*
X130091147Y-116496583D01*
X130014867Y-116680287D01*
X130014693Y-116879200D01*
X66322679Y-116879200D01*
X66269398Y-116825826D01*
X66398673Y-116696777D01*
X66474953Y-116513073D01*
X66474988Y-116472800D01*
X126928593Y-116472800D01*
X127004553Y-116656637D01*
X127145083Y-116797413D01*
X127328787Y-116873693D01*
X127527700Y-116873867D01*
X127711537Y-116797907D01*
X127852313Y-116657377D01*
X127928593Y-116473673D01*
X127928767Y-116274760D01*
X127852807Y-116090923D01*
X127712277Y-115950147D01*
X127528573Y-115873867D01*
X127329660Y-115873693D01*
X127145823Y-115949653D01*
X127005047Y-116090183D01*
X126928767Y-116273887D01*
X126928593Y-116472800D01*
X66474988Y-116472800D01*
X66475127Y-116314160D01*
X66399167Y-116130323D01*
X66258637Y-115989547D01*
X66074933Y-115913267D01*
X65876020Y-115913093D01*
X65692183Y-115989053D01*
X65586780Y-116094272D01*
X65586780Y-114288400D01*
X130065493Y-114288400D01*
X130141453Y-114472237D01*
X130281983Y-114613013D01*
X130465687Y-114689293D01*
X130664600Y-114689467D01*
X130848437Y-114613507D01*
X130989213Y-114472977D01*
X131065493Y-114289273D01*
X131065667Y-114090360D01*
X130989707Y-113906523D01*
X130849177Y-113765747D01*
X130665473Y-113689467D01*
X130466560Y-113689293D01*
X130282723Y-113765253D01*
X130141947Y-113905783D01*
X130065667Y-114089487D01*
X130065493Y-114288400D01*
X65586780Y-114288400D01*
X65586780Y-113706780D01*
X65560138Y-113572841D01*
X65535468Y-113535920D01*
X65484268Y-113459293D01*
X64850180Y-112825206D01*
X64850180Y-111573180D01*
X64823538Y-111439241D01*
X64777259Y-111369980D01*
X64747667Y-111325692D01*
X64409675Y-110987700D01*
X128784453Y-110987700D01*
X128860413Y-111171537D01*
X128926682Y-111237922D01*
X128860907Y-111303583D01*
X128784627Y-111487287D01*
X128784453Y-111686200D01*
X128860413Y-111870037D01*
X129000943Y-112010813D01*
X129184647Y-112087093D01*
X129383560Y-112087267D01*
X129567397Y-112011307D01*
X129708173Y-111870777D01*
X129784453Y-111687073D01*
X129784627Y-111488160D01*
X129708667Y-111304323D01*
X129642398Y-111237938D01*
X129708173Y-111172277D01*
X129784453Y-110988573D01*
X129784627Y-110789660D01*
X129708667Y-110605823D01*
X129568137Y-110465047D01*
X129384433Y-110388767D01*
X129185520Y-110388593D01*
X129001683Y-110464553D01*
X128860907Y-110605083D01*
X128784627Y-110788787D01*
X128784453Y-110987700D01*
X64409675Y-110987700D01*
X64342180Y-110920206D01*
X64342180Y-109030600D01*
X64533493Y-109030600D01*
X64609453Y-109214437D01*
X64749983Y-109355213D01*
X64933687Y-109431493D01*
X65132600Y-109431667D01*
X65316437Y-109355707D01*
X65362224Y-109310000D01*
X128808193Y-109310000D01*
X128884153Y-109493837D01*
X129024683Y-109634613D01*
X129208387Y-109710893D01*
X129407300Y-109711067D01*
X129591137Y-109635107D01*
X129731913Y-109494577D01*
X129808193Y-109310873D01*
X129808367Y-109111960D01*
X129732407Y-108928123D01*
X129591877Y-108787347D01*
X129408173Y-108711067D01*
X129209260Y-108710893D01*
X129025423Y-108786853D01*
X128884647Y-108927383D01*
X128808367Y-109111087D01*
X128808193Y-109310000D01*
X65362224Y-109310000D01*
X65457213Y-109215177D01*
X65533493Y-109031473D01*
X65533667Y-108832560D01*
X65457707Y-108648723D01*
X65317177Y-108507947D01*
X65133473Y-108431667D01*
X64934560Y-108431493D01*
X64750723Y-108507453D01*
X64609947Y-108647983D01*
X64533667Y-108831687D01*
X64533493Y-109030600D01*
X64342180Y-109030600D01*
X64342180Y-107330200D01*
X128915453Y-107330200D01*
X128991413Y-107514037D01*
X129131943Y-107654813D01*
X129315647Y-107731093D01*
X129514560Y-107731267D01*
X129698397Y-107655307D01*
X129839173Y-107514777D01*
X129915453Y-107331073D01*
X129915520Y-107254984D01*
X129957687Y-107272493D01*
X130156600Y-107272667D01*
X130340437Y-107196707D01*
X130481213Y-107056177D01*
X130557493Y-106872473D01*
X130557667Y-106673560D01*
X130481707Y-106489723D01*
X130341177Y-106348947D01*
X130157473Y-106272667D01*
X129958560Y-106272493D01*
X129774723Y-106348453D01*
X129633947Y-106488983D01*
X129557667Y-106672687D01*
X129557600Y-106748776D01*
X129515433Y-106731267D01*
X129316520Y-106731093D01*
X129132683Y-106807053D01*
X128991907Y-106947583D01*
X128915627Y-107131287D01*
X128915453Y-107330200D01*
X64342180Y-107330200D01*
X64342180Y-106376300D01*
X128592293Y-106376300D01*
X128668253Y-106560137D01*
X128808783Y-106700913D01*
X128992487Y-106777193D01*
X129191400Y-106777367D01*
X129375237Y-106701407D01*
X129516013Y-106560877D01*
X129592293Y-106377173D01*
X129592467Y-106178260D01*
X129516507Y-105994423D01*
X129375977Y-105853647D01*
X129192273Y-105777367D01*
X128993360Y-105777193D01*
X128809523Y-105853153D01*
X128668747Y-105993683D01*
X128592467Y-106177387D01*
X128592293Y-106376300D01*
X64342180Y-106376300D01*
X64342180Y-105361700D01*
X66050453Y-105361700D01*
X66126413Y-105545537D01*
X66266943Y-105686313D01*
X66450647Y-105762593D01*
X66649560Y-105762767D01*
X66833397Y-105686807D01*
X66974173Y-105546277D01*
X67050453Y-105362573D01*
X67050627Y-105163660D01*
X66974667Y-104979823D01*
X66834137Y-104839047D01*
X66650433Y-104762767D01*
X66451520Y-104762593D01*
X66267683Y-104838553D01*
X66126907Y-104979083D01*
X66050627Y-105162787D01*
X66050453Y-105361700D01*
X64342180Y-105361700D01*
X64342180Y-104932581D01*
X64415813Y-104859077D01*
X64492093Y-104675373D01*
X64492267Y-104476460D01*
X64416307Y-104292623D01*
X64381776Y-104258032D01*
X64428513Y-104211377D01*
X64504793Y-104027673D01*
X64504967Y-103828760D01*
X64429007Y-103644923D01*
X64394476Y-103610332D01*
X64441213Y-103563677D01*
X64517493Y-103379973D01*
X64517667Y-103181060D01*
X64441707Y-102997223D01*
X64301177Y-102856447D01*
X64117473Y-102780167D01*
X63918560Y-102779993D01*
X63834180Y-102814858D01*
X63834180Y-102329081D01*
X63907813Y-102255577D01*
X63947001Y-102161200D01*
X65093953Y-102161200D01*
X65169913Y-102345037D01*
X65310443Y-102485813D01*
X65494147Y-102562093D01*
X65693060Y-102562267D01*
X65754150Y-102537025D01*
X65729127Y-102597287D01*
X65728953Y-102796200D01*
X65804913Y-102980037D01*
X65945443Y-103120813D01*
X66129147Y-103197093D01*
X66328060Y-103197267D01*
X66511897Y-103121307D01*
X66652673Y-102980777D01*
X66728953Y-102797073D01*
X66729064Y-102669200D01*
X131959453Y-102669200D01*
X132035413Y-102853037D01*
X132069933Y-102887617D01*
X132035907Y-102921583D01*
X131959627Y-103105287D01*
X131959453Y-103304200D01*
X132035413Y-103488037D01*
X132175943Y-103628813D01*
X132359647Y-103705093D01*
X132558560Y-103705267D01*
X132742397Y-103629307D01*
X132883173Y-103488777D01*
X132959453Y-103305073D01*
X132959627Y-103106160D01*
X132883667Y-102922323D01*
X132849147Y-102887743D01*
X132883173Y-102853777D01*
X132959453Y-102670073D01*
X132959627Y-102471160D01*
X132883667Y-102287323D01*
X132743137Y-102146547D01*
X132559433Y-102070267D01*
X132360520Y-102070093D01*
X132176683Y-102146053D01*
X132035907Y-102286583D01*
X131959627Y-102470287D01*
X131959453Y-102669200D01*
X66729064Y-102669200D01*
X66729127Y-102598160D01*
X66653167Y-102414323D01*
X66512637Y-102273547D01*
X66328933Y-102197267D01*
X66130020Y-102197093D01*
X66068930Y-102222335D01*
X66093953Y-102162073D01*
X66094127Y-101963160D01*
X66018167Y-101779323D01*
X65877637Y-101638547D01*
X65693933Y-101562267D01*
X65495020Y-101562093D01*
X65311183Y-101638053D01*
X65170407Y-101778583D01*
X65094127Y-101962287D01*
X65093953Y-102161200D01*
X63947001Y-102161200D01*
X63984093Y-102071873D01*
X63984267Y-101872960D01*
X63908307Y-101689123D01*
X63767777Y-101548347D01*
X63724972Y-101530573D01*
X63843237Y-101481707D01*
X63984013Y-101341177D01*
X64060293Y-101157473D01*
X64060399Y-101036080D01*
X129453933Y-101036080D01*
X129529893Y-101219917D01*
X129670423Y-101360693D01*
X129854127Y-101436973D01*
X130053040Y-101437147D01*
X130236877Y-101361187D01*
X130377653Y-101220657D01*
X130453933Y-101036953D01*
X130454107Y-100838040D01*
X130378147Y-100654203D01*
X130237617Y-100513427D01*
X130053913Y-100437147D01*
X129855000Y-100436973D01*
X129671163Y-100512933D01*
X129530387Y-100653463D01*
X129454107Y-100837167D01*
X129453933Y-101036080D01*
X64060399Y-101036080D01*
X64060467Y-100958560D01*
X63984507Y-100774723D01*
X63843977Y-100633947D01*
X63660273Y-100557667D01*
X63461360Y-100557493D01*
X63277523Y-100633453D01*
X63136747Y-100773983D01*
X63060467Y-100957687D01*
X63060417Y-101014764D01*
X62978760Y-101014693D01*
X62794923Y-101090653D01*
X62654147Y-101231183D01*
X62577867Y-101414887D01*
X62577743Y-101556964D01*
X62576622Y-101558641D01*
X62549980Y-101692580D01*
X62549980Y-107745205D01*
X62042894Y-108252292D01*
X62042893Y-108252293D01*
X61967022Y-108365841D01*
X61959665Y-108402827D01*
X61866747Y-108495583D01*
X61790467Y-108679287D01*
X61790293Y-108878200D01*
X59437493Y-108878200D01*
X59437667Y-108680160D01*
X59361707Y-108496323D01*
X59221177Y-108355547D01*
X59037473Y-108279267D01*
X58838560Y-108279093D01*
X58654723Y-108355053D01*
X58513947Y-108495583D01*
X58437667Y-108679287D01*
X58437493Y-108878200D01*
X58513453Y-109062037D01*
X58587580Y-109136294D01*
X58587580Y-110132806D01*
X58321793Y-110398593D01*
X58245922Y-110512141D01*
X58219280Y-110646080D01*
X58219280Y-113719480D01*
X58243311Y-113840293D01*
X58245922Y-113853419D01*
X58321793Y-113966967D01*
X58587580Y-114232754D01*
X58587580Y-127956180D01*
X58609316Y-128065453D01*
X58614222Y-128090119D01*
X58690093Y-128203667D01*
X59730580Y-129244154D01*
X59730580Y-132865806D01*
X59058980Y-133537406D01*
X59058980Y-129608681D01*
X59132613Y-129535177D01*
X59208893Y-129351473D01*
X59209067Y-129152560D01*
X59133107Y-128968723D01*
X58992577Y-128827947D01*
X58808873Y-128751667D01*
X58609960Y-128751493D01*
X58426123Y-128827453D01*
X58285347Y-128967983D01*
X58209067Y-129151687D01*
X58208893Y-129350600D01*
X58284853Y-129534437D01*
X58358980Y-129608694D01*
X58358980Y-133627805D01*
X57750293Y-134236493D01*
X57738180Y-134254621D01*
X57738180Y-124985881D01*
X57811813Y-124912377D01*
X57888093Y-124728673D01*
X57888267Y-124529760D01*
X57812307Y-124345923D01*
X57671777Y-124205147D01*
X57488073Y-124128867D01*
X57289160Y-124128693D01*
X57105323Y-124204653D01*
X56964547Y-124345183D01*
X56888267Y-124528887D01*
X56888093Y-124727800D01*
X56964053Y-124911637D01*
X57038180Y-124985894D01*
X57038180Y-128000205D01*
X56722180Y-127684206D01*
X56722180Y-117151519D01*
X56774383Y-117203813D01*
X56958087Y-117280093D01*
X57157000Y-117280267D01*
X57340837Y-117204307D01*
X57481613Y-117063777D01*
X57557893Y-116880073D01*
X57558067Y-116681160D01*
X57482107Y-116497323D01*
X57407980Y-116423066D01*
X57407980Y-114893154D01*
X57813467Y-114487668D01*
X57873261Y-114398180D01*
X57889338Y-114374119D01*
X57915980Y-114240180D01*
X57915980Y-110709580D01*
X57889338Y-110575641D01*
X57855394Y-110524840D01*
X57813467Y-110462092D01*
X57407980Y-110056606D01*
X57407980Y-108220380D01*
X57385758Y-108108662D01*
X57381338Y-108086440D01*
X57305467Y-107972892D01*
X57153980Y-107821406D01*
X57153980Y-106231520D01*
X57711053Y-106231520D01*
X57787013Y-106415357D01*
X57927543Y-106556133D01*
X58111247Y-106632413D01*
X58310160Y-106632587D01*
X58493997Y-106556627D01*
X58634773Y-106416097D01*
X58711053Y-106232393D01*
X58711227Y-106033480D01*
X58635267Y-105849643D01*
X58494737Y-105708867D01*
X58311033Y-105632587D01*
X58112120Y-105632413D01*
X57928283Y-105708373D01*
X57787507Y-105848903D01*
X57711227Y-106032607D01*
X57711053Y-106231520D01*
X57153980Y-106231520D01*
X57153980Y-104966600D01*
X57685653Y-104966600D01*
X57761613Y-105150437D01*
X57902143Y-105291213D01*
X58085847Y-105367493D01*
X58284760Y-105367667D01*
X58468597Y-105291707D01*
X58609373Y-105151177D01*
X58685653Y-104967473D01*
X58685827Y-104768560D01*
X58609867Y-104584723D01*
X58469337Y-104443947D01*
X58285633Y-104367667D01*
X58086720Y-104367493D01*
X57902883Y-104443453D01*
X57762107Y-104583983D01*
X57685827Y-104767687D01*
X57685653Y-104966600D01*
X57153980Y-104966600D01*
X57153980Y-103691520D01*
X57609453Y-103691520D01*
X57685413Y-103875357D01*
X57825943Y-104016133D01*
X58009647Y-104092413D01*
X58208560Y-104092587D01*
X58392397Y-104016627D01*
X58533173Y-103876097D01*
X58609453Y-103692393D01*
X58609627Y-103493480D01*
X58533667Y-103309643D01*
X58393137Y-103168867D01*
X58209433Y-103092587D01*
X58010520Y-103092413D01*
X57826683Y-103168373D01*
X57685907Y-103308903D01*
X57609627Y-103492607D01*
X57609453Y-103691520D01*
X57153980Y-103691520D01*
X57153980Y-102421520D01*
X57578973Y-102421520D01*
X57654933Y-102605357D01*
X57795463Y-102746133D01*
X57979167Y-102822413D01*
X58178080Y-102822587D01*
X58361917Y-102746627D01*
X58502693Y-102606097D01*
X58541366Y-102512960D01*
X60296773Y-102512960D01*
X60372733Y-102696797D01*
X60513263Y-102837573D01*
X60686475Y-102909496D01*
X60571347Y-103024423D01*
X60495067Y-103208127D01*
X60494893Y-103407040D01*
X60570853Y-103590877D01*
X60704437Y-103724695D01*
X60566267Y-103862623D01*
X60489987Y-104046327D01*
X60489813Y-104245240D01*
X60565773Y-104429077D01*
X60706303Y-104569853D01*
X60769633Y-104596150D01*
X60610523Y-104661893D01*
X60469747Y-104802423D01*
X60393467Y-104986127D01*
X60393293Y-105185040D01*
X60469253Y-105368877D01*
X60609783Y-105509653D01*
X60793487Y-105585933D01*
X60992400Y-105586107D01*
X61176237Y-105510147D01*
X61317013Y-105369617D01*
X61393293Y-105185913D01*
X61393467Y-104987000D01*
X61317507Y-104803163D01*
X61176977Y-104662387D01*
X61113647Y-104636090D01*
X61272757Y-104570347D01*
X61413533Y-104429817D01*
X61489813Y-104246113D01*
X61489987Y-104047200D01*
X61414027Y-103863363D01*
X61280443Y-103729545D01*
X61418613Y-103591617D01*
X61494893Y-103407913D01*
X61495067Y-103209000D01*
X61419107Y-103025163D01*
X61278577Y-102884387D01*
X61105365Y-102812464D01*
X61220493Y-102697537D01*
X61296773Y-102513833D01*
X61296947Y-102314920D01*
X61220987Y-102131083D01*
X61091535Y-102001404D01*
X61181317Y-101964307D01*
X61322093Y-101823777D01*
X61398373Y-101640073D01*
X61398547Y-101441160D01*
X61322587Y-101257323D01*
X61182057Y-101116547D01*
X60998353Y-101040267D01*
X60799440Y-101040093D01*
X60615603Y-101116053D01*
X60474827Y-101256583D01*
X60398547Y-101440287D01*
X60398373Y-101639200D01*
X60474333Y-101823037D01*
X60603785Y-101952716D01*
X60514003Y-101989813D01*
X60373227Y-102130343D01*
X60296947Y-102314047D01*
X60296773Y-102512960D01*
X58541366Y-102512960D01*
X58578973Y-102422393D01*
X58579147Y-102223480D01*
X58503187Y-102039643D01*
X58362657Y-101898867D01*
X58178953Y-101822587D01*
X57980040Y-101822413D01*
X57796203Y-101898373D01*
X57655427Y-102038903D01*
X57579147Y-102222607D01*
X57578973Y-102421520D01*
X57153980Y-102421520D01*
X57153980Y-101733763D01*
X57180783Y-101760613D01*
X57364487Y-101836893D01*
X57563400Y-101837067D01*
X57747237Y-101761107D01*
X57888013Y-101620577D01*
X57964293Y-101436873D01*
X57964467Y-101237960D01*
X57888507Y-101054123D01*
X57747977Y-100913347D01*
X57564273Y-100837067D01*
X57365360Y-100836893D01*
X57181523Y-100912853D01*
X57153980Y-100940348D01*
X57153980Y-100923154D01*
X57788068Y-100289067D01*
X57863938Y-100175519D01*
X57878462Y-100102500D01*
X60355193Y-100102500D01*
X60431153Y-100286337D01*
X60571683Y-100427113D01*
X60755387Y-100503393D01*
X60954300Y-100503567D01*
X61138137Y-100427607D01*
X61278913Y-100287077D01*
X61355193Y-100103373D01*
X61355367Y-99904460D01*
X61301338Y-99773700D01*
X63891453Y-99773700D01*
X63967413Y-99957537D01*
X64107943Y-100098313D01*
X64291647Y-100174593D01*
X64490560Y-100174767D01*
X64674397Y-100098807D01*
X64815173Y-99958277D01*
X64891453Y-99774573D01*
X64891453Y-99773700D01*
X66050453Y-99773700D01*
X66126413Y-99957537D01*
X66266943Y-100098313D01*
X66450647Y-100174593D01*
X66649560Y-100174767D01*
X66833397Y-100098807D01*
X66974173Y-99958277D01*
X67050453Y-99774573D01*
X67050627Y-99575660D01*
X66974667Y-99391823D01*
X66834137Y-99251047D01*
X66650433Y-99174767D01*
X66451520Y-99174593D01*
X66267683Y-99250553D01*
X66126907Y-99391083D01*
X66050627Y-99574787D01*
X66050453Y-99773700D01*
X64891453Y-99773700D01*
X64891627Y-99575660D01*
X64815667Y-99391823D01*
X64675137Y-99251047D01*
X64491433Y-99174767D01*
X64292520Y-99174593D01*
X64108683Y-99250553D01*
X63967907Y-99391083D01*
X63891627Y-99574787D01*
X63891453Y-99773700D01*
X61301338Y-99773700D01*
X61279407Y-99720623D01*
X61138877Y-99579847D01*
X60955173Y-99503567D01*
X60756260Y-99503393D01*
X60572423Y-99579353D01*
X60431647Y-99719883D01*
X60355367Y-99903587D01*
X60355193Y-100102500D01*
X57878462Y-100102500D01*
X57890580Y-100041580D01*
X57890580Y-98973600D01*
X128750353Y-98973600D01*
X128826313Y-99157437D01*
X128966843Y-99298213D01*
X129150547Y-99374493D01*
X129349460Y-99374667D01*
X129533297Y-99298707D01*
X129674073Y-99158177D01*
X129750353Y-98974473D01*
X129750527Y-98775560D01*
X129674567Y-98591723D01*
X129567697Y-98484666D01*
X129627487Y-98509493D01*
X129826400Y-98509667D01*
X130010237Y-98433707D01*
X130151013Y-98293177D01*
X130227293Y-98109473D01*
X130227467Y-97910560D01*
X130151507Y-97726723D01*
X130010977Y-97585947D01*
X129827273Y-97509667D01*
X129628360Y-97509493D01*
X129444523Y-97585453D01*
X129303747Y-97725983D01*
X129227467Y-97909687D01*
X129227293Y-98108600D01*
X129303253Y-98292437D01*
X129410123Y-98399494D01*
X129350333Y-98374667D01*
X129151420Y-98374493D01*
X128967583Y-98450453D01*
X128826807Y-98590983D01*
X128750527Y-98774687D01*
X128750353Y-98973600D01*
X57890580Y-98973600D01*
X57890580Y-97016400D01*
X130014693Y-97016400D01*
X130090653Y-97200237D01*
X130231183Y-97341013D01*
X130414887Y-97417293D01*
X130613800Y-97417467D01*
X130797637Y-97341507D01*
X130938413Y-97200977D01*
X131014693Y-97017273D01*
X131014867Y-96818360D01*
X130938907Y-96634523D01*
X130798377Y-96493747D01*
X130614673Y-96417467D01*
X130415760Y-96417293D01*
X130231923Y-96493253D01*
X130091147Y-96633783D01*
X130014867Y-96817487D01*
X130014693Y-97016400D01*
X57890580Y-97016400D01*
X57890580Y-94731700D01*
X65411453Y-94731700D01*
X65487413Y-94915537D01*
X65627943Y-95056313D01*
X65811647Y-95132593D01*
X66010560Y-95132767D01*
X66194397Y-95056807D01*
X66335173Y-94916277D01*
X66411453Y-94732573D01*
X66411543Y-94628800D01*
X132148293Y-94628800D01*
X132224253Y-94812637D01*
X132364783Y-94953413D01*
X132548487Y-95029693D01*
X132747400Y-95029867D01*
X132931237Y-94953907D01*
X133072013Y-94813377D01*
X133148293Y-94629673D01*
X133148467Y-94430760D01*
X133072507Y-94246923D01*
X132931977Y-94106147D01*
X132748273Y-94029867D01*
X132549360Y-94029693D01*
X132365523Y-94105653D01*
X132224747Y-94246183D01*
X132148467Y-94429887D01*
X132148293Y-94628800D01*
X66411543Y-94628800D01*
X66411627Y-94533660D01*
X66354714Y-94395919D01*
X66446647Y-94434093D01*
X66645560Y-94434267D01*
X66829397Y-94358307D01*
X66970173Y-94217777D01*
X67046453Y-94034073D01*
X67046627Y-93835160D01*
X66970667Y-93651323D01*
X66920812Y-93601380D01*
X129132933Y-93601380D01*
X129208893Y-93785217D01*
X129349423Y-93925993D01*
X129533127Y-94002273D01*
X129732040Y-94002447D01*
X129915877Y-93926487D01*
X130056653Y-93785957D01*
X130128553Y-93612800D01*
X132326093Y-93612800D01*
X132402053Y-93796637D01*
X132542583Y-93937413D01*
X132726287Y-94013693D01*
X132925200Y-94013867D01*
X133109037Y-93937907D01*
X133249813Y-93797377D01*
X133326093Y-93613673D01*
X133326267Y-93414760D01*
X133250307Y-93230923D01*
X133109777Y-93090147D01*
X132926073Y-93013867D01*
X132727160Y-93013693D01*
X132543323Y-93089653D01*
X132402547Y-93230183D01*
X132326267Y-93413887D01*
X132326093Y-93612800D01*
X130128553Y-93612800D01*
X130132933Y-93602253D01*
X130133107Y-93403340D01*
X130057147Y-93219503D01*
X129916617Y-93078727D01*
X129732913Y-93002447D01*
X129534000Y-93002273D01*
X129350163Y-93078233D01*
X129209387Y-93218763D01*
X129133107Y-93402467D01*
X129132933Y-93601380D01*
X66920812Y-93601380D01*
X66830137Y-93510547D01*
X66646433Y-93434267D01*
X66447520Y-93434093D01*
X66263683Y-93510053D01*
X66122907Y-93650583D01*
X66046627Y-93834287D01*
X66046453Y-94033200D01*
X66103366Y-94170941D01*
X66011433Y-94132767D01*
X65812520Y-94132593D01*
X65628683Y-94208553D01*
X65487907Y-94349083D01*
X65411627Y-94532787D01*
X65411453Y-94731700D01*
X57890580Y-94731700D01*
X57890580Y-92548580D01*
X57868358Y-92436862D01*
X57863938Y-92414640D01*
X57788067Y-92301092D01*
X57687380Y-92200405D01*
X57687380Y-91123600D01*
X59872593Y-91123600D01*
X59948553Y-91307437D01*
X60089083Y-91448213D01*
X60272787Y-91524493D01*
X60471700Y-91524667D01*
X60655537Y-91448707D01*
X60796313Y-91308177D01*
X60872593Y-91124473D01*
X60872767Y-90925560D01*
X60796807Y-90741723D01*
X60656277Y-90600947D01*
X60551140Y-90557291D01*
X60668237Y-90508907D01*
X60809013Y-90368377D01*
X60885293Y-90184673D01*
X60885467Y-89985760D01*
X60809507Y-89801923D01*
X60668977Y-89661147D01*
X60485273Y-89584867D01*
X60286360Y-89584693D01*
X60102523Y-89660653D01*
X59961747Y-89801183D01*
X59885467Y-89984887D01*
X59885293Y-90183800D01*
X59961253Y-90367637D01*
X60101783Y-90508413D01*
X60206920Y-90552069D01*
X60089823Y-90600453D01*
X59949047Y-90740983D01*
X59872767Y-90924687D01*
X59872593Y-91123600D01*
X57687380Y-91123600D01*
X57687380Y-88268680D01*
X57660738Y-88134741D01*
X57660738Y-88134740D01*
X57584867Y-88021192D01*
X57331780Y-87768106D01*
X57331780Y-85786254D01*
X58208984Y-86663459D01*
X58208893Y-86767500D01*
X58284853Y-86951337D01*
X58425383Y-87092113D01*
X58609087Y-87168393D01*
X58808000Y-87168567D01*
X58991837Y-87092607D01*
X59132613Y-86952077D01*
X59208893Y-86768373D01*
X59209067Y-86569460D01*
X59133107Y-86385623D01*
X58992577Y-86244847D01*
X58808873Y-86168567D01*
X58703950Y-86168475D01*
X57763580Y-85228106D01*
X57763580Y-84226385D01*
X57783587Y-84234693D01*
X57982500Y-84234867D01*
X58166337Y-84158907D01*
X58240594Y-84084780D01*
X59077280Y-84084780D01*
X59211219Y-84058138D01*
X59324767Y-83982267D01*
X61076780Y-82230255D01*
X61076780Y-90769079D01*
X61003147Y-90842583D01*
X60926867Y-91026287D01*
X60926693Y-91225200D01*
X61002653Y-91409037D01*
X61143183Y-91549813D01*
X61326887Y-91626093D01*
X61525800Y-91626267D01*
X61709637Y-91550307D01*
X61850413Y-91409777D01*
X61926693Y-91226073D01*
X61926867Y-91027160D01*
X61850907Y-90843323D01*
X61776780Y-90769066D01*
X61776780Y-85633854D01*
X61965780Y-85822855D01*
X61965780Y-91632679D01*
X61892147Y-91706183D01*
X61815867Y-91889887D01*
X61815693Y-92088800D01*
X61843927Y-92157130D01*
X61710377Y-92023347D01*
X61526673Y-91947067D01*
X61327760Y-91946893D01*
X61143923Y-92022853D01*
X61003147Y-92163383D01*
X60926867Y-92347087D01*
X60926693Y-92546000D01*
X61002653Y-92729837D01*
X61143183Y-92870613D01*
X61326887Y-92946893D01*
X61525800Y-92947067D01*
X61709637Y-92871107D01*
X61850413Y-92730577D01*
X61926693Y-92546873D01*
X61926867Y-92347960D01*
X61898633Y-92279630D01*
X62032183Y-92413413D01*
X62215887Y-92489693D01*
X62414800Y-92489867D01*
X62598637Y-92413907D01*
X62739413Y-92273377D01*
X62815693Y-92089673D01*
X62815707Y-92073560D01*
X133321773Y-92073560D01*
X133397733Y-92257397D01*
X133538263Y-92398173D01*
X133721967Y-92474453D01*
X133920880Y-92474627D01*
X134104717Y-92398667D01*
X134245493Y-92258137D01*
X134321773Y-92074433D01*
X134321947Y-91875520D01*
X134245987Y-91691683D01*
X134105457Y-91550907D01*
X133921753Y-91474627D01*
X133722840Y-91474453D01*
X133539003Y-91550413D01*
X133398227Y-91690943D01*
X133321947Y-91874647D01*
X133321773Y-92073560D01*
X62815707Y-92073560D01*
X62815867Y-91890760D01*
X62739907Y-91706923D01*
X62665780Y-91632666D01*
X62665780Y-90945800D01*
X130281393Y-90945800D01*
X130357353Y-91129637D01*
X130497883Y-91270413D01*
X130681587Y-91346693D01*
X130880500Y-91346867D01*
X131064337Y-91270907D01*
X131205113Y-91130377D01*
X131281393Y-90946673D01*
X131281567Y-90747760D01*
X131205607Y-90563923D01*
X131065077Y-90423147D01*
X130881373Y-90346867D01*
X130682460Y-90346693D01*
X130498623Y-90422653D01*
X130357847Y-90563183D01*
X130281567Y-90746887D01*
X130281393Y-90945800D01*
X62665780Y-90945800D01*
X62665780Y-88761400D01*
X63415893Y-88761400D01*
X63491853Y-88945237D01*
X63632383Y-89086013D01*
X63816087Y-89162293D01*
X64015000Y-89162467D01*
X64198837Y-89086507D01*
X64339613Y-88945977D01*
X64415893Y-88762273D01*
X64416067Y-88563360D01*
X64344032Y-88389020D01*
X128907913Y-88389020D01*
X128983873Y-88572857D01*
X129124403Y-88713633D01*
X129139547Y-88719921D01*
X129125143Y-88725873D01*
X128984367Y-88866403D01*
X128908087Y-89050107D01*
X128907913Y-89249020D01*
X128983873Y-89432857D01*
X129124403Y-89573633D01*
X129175766Y-89594960D01*
X129139723Y-89609853D01*
X128998947Y-89750383D01*
X128922667Y-89934087D01*
X128922493Y-90133000D01*
X128998453Y-90316837D01*
X129138983Y-90457613D01*
X129322687Y-90533893D01*
X129521600Y-90534067D01*
X129705437Y-90458107D01*
X129846213Y-90317577D01*
X129922493Y-90133873D01*
X129922667Y-89934960D01*
X129846707Y-89751123D01*
X129706177Y-89610347D01*
X129654814Y-89589020D01*
X129690857Y-89574127D01*
X129831633Y-89433597D01*
X129907913Y-89249893D01*
X129908087Y-89050980D01*
X129832127Y-88867143D01*
X129691597Y-88726367D01*
X129676453Y-88720079D01*
X129690857Y-88714127D01*
X129831633Y-88573597D01*
X129907913Y-88389893D01*
X129908087Y-88190980D01*
X129832127Y-88007143D01*
X129691597Y-87866367D01*
X129507893Y-87790087D01*
X129308980Y-87789913D01*
X129125143Y-87865873D01*
X128984367Y-88006403D01*
X128908087Y-88190107D01*
X128907913Y-88389020D01*
X64344032Y-88389020D01*
X64340107Y-88379523D01*
X64199577Y-88238747D01*
X64015873Y-88162467D01*
X63816960Y-88162293D01*
X63633123Y-88238253D01*
X63492347Y-88378783D01*
X63416067Y-88562487D01*
X63415893Y-88761400D01*
X62665780Y-88761400D01*
X62665780Y-85802300D01*
X133316693Y-85802300D01*
X133392653Y-85986137D01*
X133533183Y-86126913D01*
X133716887Y-86203193D01*
X133915800Y-86203367D01*
X134099637Y-86127407D01*
X134240413Y-85986877D01*
X134316693Y-85803173D01*
X134316867Y-85604260D01*
X134240907Y-85420423D01*
X134100377Y-85279647D01*
X133916673Y-85203367D01*
X133717760Y-85203193D01*
X133533923Y-85279153D01*
X133393147Y-85419683D01*
X133316867Y-85603387D01*
X133316693Y-85802300D01*
X62665780Y-85802300D01*
X62665780Y-85677880D01*
X62639138Y-85543941D01*
X62639138Y-85543940D01*
X62563267Y-85430392D01*
X62310180Y-85177306D01*
X62310180Y-83538824D01*
X141597896Y-83538824D01*
X141689048Y-83759429D01*
X141857683Y-83928359D01*
X142078129Y-84019896D01*
X142316824Y-84020104D01*
X142537429Y-83928952D01*
X142706359Y-83760317D01*
X142797896Y-83539871D01*
X142798104Y-83301176D01*
X142706952Y-83080571D01*
X142538317Y-82911641D01*
X142317871Y-82820104D01*
X142079176Y-82819896D01*
X141858571Y-82911048D01*
X141689641Y-83079683D01*
X141598104Y-83300129D01*
X141597896Y-83538824D01*
X62310180Y-83538824D01*
X62310180Y-82439020D01*
X138447913Y-82439020D01*
X138523873Y-82622857D01*
X138664403Y-82763633D01*
X138848107Y-82839913D01*
X139047020Y-82840087D01*
X139230857Y-82764127D01*
X139371633Y-82623597D01*
X139447913Y-82439893D01*
X139448087Y-82240980D01*
X139372127Y-82057143D01*
X139360038Y-82045032D01*
X139451633Y-81953597D01*
X139527913Y-81769893D01*
X139528087Y-81570980D01*
X139452127Y-81387143D01*
X139395125Y-81330041D01*
X139431633Y-81293597D01*
X139507913Y-81109893D01*
X139508087Y-80910980D01*
X139432127Y-80727143D01*
X139291597Y-80586367D01*
X139107893Y-80510087D01*
X138908980Y-80509913D01*
X138725143Y-80585873D01*
X138584367Y-80726403D01*
X138508087Y-80910107D01*
X138507913Y-81109020D01*
X138583873Y-81292857D01*
X138640875Y-81349959D01*
X138604367Y-81386403D01*
X138528087Y-81570107D01*
X138527913Y-81769020D01*
X138603873Y-81952857D01*
X138615962Y-81964968D01*
X138524367Y-82056403D01*
X138448087Y-82240107D01*
X138447913Y-82439020D01*
X62310180Y-82439020D01*
X62310180Y-81250854D01*
X62868068Y-80692967D01*
X62943938Y-80579419D01*
X62970580Y-80445480D01*
X62970580Y-78095980D01*
X62943938Y-77962041D01*
X62868067Y-77848493D01*
X62576880Y-77557306D01*
X62576880Y-71534178D01*
X62602853Y-71597037D01*
X62743383Y-71737813D01*
X62927087Y-71814093D01*
X63126000Y-71814267D01*
X63309837Y-71738307D01*
X63450613Y-71597777D01*
X63526893Y-71414073D01*
X63527067Y-71215160D01*
X63451107Y-71031323D01*
X63310577Y-70890547D01*
X63126873Y-70814267D01*
X62927960Y-70814093D01*
X62744123Y-70890053D01*
X62603347Y-71030583D01*
X62576880Y-71094323D01*
X62576880Y-70570154D01*
X62868067Y-70278967D01*
X62943938Y-70165419D01*
X62970580Y-70031480D01*
X62970580Y-64532380D01*
X62962713Y-64492830D01*
X62968093Y-64479873D01*
X62968267Y-64280960D01*
X62892307Y-64097123D01*
X62818180Y-64022866D01*
X62818180Y-63643380D01*
X62791538Y-63509441D01*
X62715667Y-63395893D01*
X61954580Y-62634806D01*
X61954580Y-58205200D01*
X62958693Y-58205200D01*
X63034653Y-58389037D01*
X63175183Y-58529813D01*
X63358887Y-58606093D01*
X63463810Y-58606185D01*
X63896180Y-59038555D01*
X63896180Y-80750280D01*
X63920277Y-80871422D01*
X63922822Y-80884219D01*
X63998693Y-80997767D01*
X64493993Y-81493067D01*
X64607541Y-81568938D01*
X64741480Y-81595580D01*
X66124279Y-81595580D01*
X66197783Y-81669213D01*
X66381487Y-81745493D01*
X66580400Y-81745667D01*
X66764237Y-81669707D01*
X66905013Y-81529177D01*
X66981293Y-81345473D01*
X66981467Y-81146560D01*
X66905507Y-80962723D01*
X66778947Y-80835942D01*
X66841593Y-80685073D01*
X66841676Y-80589951D01*
X66859800Y-80589967D01*
X67043637Y-80514007D01*
X67117894Y-80439880D01*
X67459280Y-80439880D01*
X67593219Y-80413238D01*
X67706767Y-80337367D01*
X68557667Y-79486468D01*
X68633538Y-79372920D01*
X68646597Y-79307267D01*
X68660180Y-79238980D01*
X68660180Y-78189020D01*
X128887913Y-78189020D01*
X128963873Y-78372857D01*
X129104403Y-78513633D01*
X129288107Y-78589913D01*
X129487020Y-78590087D01*
X129670857Y-78514127D01*
X129811633Y-78373597D01*
X129887913Y-78189893D01*
X129888087Y-77990980D01*
X129812127Y-77807143D01*
X129671597Y-77666367D01*
X129487893Y-77590087D01*
X129288980Y-77589913D01*
X129105143Y-77665873D01*
X128964367Y-77806403D01*
X128888087Y-77990107D01*
X128887913Y-78189020D01*
X68660180Y-78189020D01*
X68660180Y-77279020D01*
X129397913Y-77279020D01*
X129473873Y-77462857D01*
X129614403Y-77603633D01*
X129798107Y-77679913D01*
X129997020Y-77680087D01*
X130180857Y-77604127D01*
X130321633Y-77463597D01*
X130360985Y-77368824D01*
X139177896Y-77368824D01*
X139269048Y-77589429D01*
X139437683Y-77758359D01*
X139658129Y-77849896D01*
X139896824Y-77850104D01*
X140117429Y-77758952D01*
X140286359Y-77590317D01*
X140377896Y-77369871D01*
X140378104Y-77131176D01*
X140286952Y-76910571D01*
X140118317Y-76741641D01*
X139897871Y-76650104D01*
X139659176Y-76649896D01*
X139438571Y-76741048D01*
X139269641Y-76909683D01*
X139178104Y-77130129D01*
X139177896Y-77368824D01*
X130360985Y-77368824D01*
X130397913Y-77279893D01*
X130398087Y-77080980D01*
X130322127Y-76897143D01*
X130181597Y-76756367D01*
X129997893Y-76680087D01*
X129798980Y-76679913D01*
X129615143Y-76755873D01*
X129474367Y-76896403D01*
X129398087Y-77080107D01*
X129397913Y-77279020D01*
X68660180Y-77279020D01*
X68660180Y-76480500D01*
X130306793Y-76480500D01*
X130382753Y-76664337D01*
X130523283Y-76805113D01*
X130706987Y-76881393D01*
X130905900Y-76881567D01*
X131089737Y-76805607D01*
X131230513Y-76665077D01*
X131306793Y-76481373D01*
X131306967Y-76282460D01*
X131231007Y-76098623D01*
X131090477Y-75957847D01*
X130906773Y-75881567D01*
X130707860Y-75881393D01*
X130524023Y-75957353D01*
X130383247Y-76097883D01*
X130306967Y-76281587D01*
X130306793Y-76480500D01*
X68660180Y-76480500D01*
X68660180Y-59350780D01*
X68633538Y-59216841D01*
X68621203Y-59198380D01*
X68557668Y-59103293D01*
X68134783Y-58680408D01*
X68313637Y-58606507D01*
X68454413Y-58465977D01*
X68530693Y-58282273D01*
X68530867Y-58083360D01*
X68480259Y-57960880D01*
X71243880Y-57960880D01*
X71377819Y-57934238D01*
X71491367Y-57858367D01*
X72494667Y-56855068D01*
X72552915Y-56767893D01*
X72570538Y-56741519D01*
X72597180Y-56607580D01*
X72597180Y-53599020D01*
X72787913Y-53599020D01*
X72863873Y-53782857D01*
X73004403Y-53923633D01*
X73188107Y-53999913D01*
X73293031Y-54000005D01*
X74360980Y-55067955D01*
X74360980Y-57088679D01*
X74287347Y-57162183D01*
X74211067Y-57345887D01*
X74210893Y-57544800D01*
X74286853Y-57728637D01*
X74427383Y-57869413D01*
X74611087Y-57945693D01*
X74810000Y-57945867D01*
X74993837Y-57869907D01*
X75134613Y-57729377D01*
X75210893Y-57545673D01*
X75211067Y-57346760D01*
X75135107Y-57162923D01*
X75060980Y-57088666D01*
X75060980Y-54922980D01*
X75034338Y-54789041D01*
X74958468Y-54675493D01*
X73787996Y-53505022D01*
X73788087Y-53400980D01*
X73712127Y-53217143D01*
X73571597Y-53076367D01*
X73387893Y-53000087D01*
X73188980Y-52999913D01*
X73005143Y-53075873D01*
X72864367Y-53216403D01*
X72788087Y-53400107D01*
X72787913Y-53599020D01*
X72597180Y-53599020D01*
X72597180Y-52891754D01*
X72908935Y-52580000D01*
X72930899Y-52580000D01*
X73004403Y-52653633D01*
X73188107Y-52729913D01*
X73387020Y-52730087D01*
X73570857Y-52654127D01*
X73711633Y-52513597D01*
X73787913Y-52329893D01*
X73788087Y-52130980D01*
X73712127Y-51947143D01*
X73571597Y-51806367D01*
X73387893Y-51730087D01*
X73188980Y-51729913D01*
X73005143Y-51805873D01*
X72930886Y-51880000D01*
X72763960Y-51880000D01*
X72652242Y-51902222D01*
X72630020Y-51906642D01*
X72516472Y-51982513D01*
X71999693Y-52499293D01*
X71923822Y-52612841D01*
X71897180Y-52746780D01*
X71897180Y-56462605D01*
X71098906Y-57260880D01*
X67702081Y-57260880D01*
X67628577Y-57187247D01*
X67444873Y-57110967D01*
X67245960Y-57110793D01*
X67155230Y-57148282D01*
X67155230Y-56631904D01*
X67276865Y-56510269D01*
X67276693Y-56706600D01*
X67352653Y-56890437D01*
X67493183Y-57031213D01*
X67676887Y-57107493D01*
X67875800Y-57107667D01*
X68059637Y-57031707D01*
X68200413Y-56891177D01*
X68276693Y-56707473D01*
X68276867Y-56508560D01*
X68200907Y-56324723D01*
X68184410Y-56308198D01*
X68339037Y-56244307D01*
X68479813Y-56103777D01*
X68556093Y-55920073D01*
X68556267Y-55721160D01*
X68480307Y-55537323D01*
X68339777Y-55396547D01*
X68156073Y-55320267D01*
X67957160Y-55320093D01*
X67773323Y-55396053D01*
X67699066Y-55470180D01*
X67471980Y-55470180D01*
X67338041Y-55496822D01*
X67225080Y-55572301D01*
X67225080Y-54905780D01*
X67198438Y-54771841D01*
X67164004Y-54720307D01*
X67122567Y-54658292D01*
X66717080Y-54252806D01*
X66717080Y-51118600D01*
X68343493Y-51118600D01*
X68419453Y-51302437D01*
X68559983Y-51443213D01*
X68743687Y-51519493D01*
X68942600Y-51519667D01*
X69126437Y-51443707D01*
X69267213Y-51303177D01*
X69343493Y-51119473D01*
X69343667Y-50920560D01*
X69267707Y-50736723D01*
X69127177Y-50595947D01*
X68943473Y-50519667D01*
X68744560Y-50519493D01*
X68560723Y-50595453D01*
X68419947Y-50735983D01*
X68343667Y-50919687D01*
X68343493Y-51118600D01*
X66717080Y-51118600D01*
X66717080Y-50155980D01*
X66699744Y-50068824D01*
X69377896Y-50068824D01*
X69469048Y-50289429D01*
X69637683Y-50458359D01*
X69858129Y-50549896D01*
X70096824Y-50550104D01*
X70317429Y-50458952D01*
X70486359Y-50290317D01*
X70557568Y-50118824D01*
X70947896Y-50118824D01*
X71039048Y-50339429D01*
X71207683Y-50508359D01*
X71428129Y-50599896D01*
X71666824Y-50600104D01*
X71887429Y-50508952D01*
X72056359Y-50340317D01*
X72147896Y-50119871D01*
X72148104Y-49881176D01*
X72056952Y-49660571D01*
X71888317Y-49491641D01*
X71667871Y-49400104D01*
X71429176Y-49399896D01*
X71208571Y-49491048D01*
X71039641Y-49659683D01*
X70948104Y-49880129D01*
X70947896Y-50118824D01*
X70557568Y-50118824D01*
X70577896Y-50069871D01*
X70578104Y-49831176D01*
X70486952Y-49610571D01*
X70318317Y-49441641D01*
X70097871Y-49350104D01*
X69859176Y-49349896D01*
X69638571Y-49441048D01*
X69469641Y-49609683D01*
X69378104Y-49830129D01*
X69377896Y-50068824D01*
X66699744Y-50068824D01*
X66693392Y-50036893D01*
X66690438Y-50022040D01*
X66614567Y-49908492D01*
X66463080Y-49757006D01*
X66463080Y-48446754D01*
X66652668Y-48257167D01*
X66728538Y-48143619D01*
X66755180Y-48009680D01*
X66755180Y-45271242D01*
X66783600Y-45271267D01*
X66967437Y-45195307D01*
X67108213Y-45054777D01*
X67184493Y-44871073D01*
X67184667Y-44672160D01*
X67108707Y-44488323D01*
X66968177Y-44347547D01*
X66784473Y-44271267D01*
X66585560Y-44271093D01*
X66401723Y-44347053D01*
X66260947Y-44487583D01*
X66184667Y-44671287D01*
X66184575Y-44776211D01*
X66157693Y-44803093D01*
X66081822Y-44916641D01*
X66055180Y-45050580D01*
X66055180Y-47864705D01*
X65865593Y-48054293D01*
X65789722Y-48167841D01*
X65763080Y-48301780D01*
X65763080Y-49862267D01*
X65757871Y-49860104D01*
X65519176Y-49859896D01*
X65298571Y-49951048D01*
X65129641Y-50119683D01*
X65038104Y-50340129D01*
X65037896Y-50578824D01*
X65129048Y-50799429D01*
X65297683Y-50968359D01*
X65518129Y-51059896D01*
X65756824Y-51060104D01*
X65977429Y-50968952D01*
X66017080Y-50929370D01*
X66017080Y-54397780D01*
X66041228Y-54519180D01*
X66043722Y-54531719D01*
X66119593Y-54645267D01*
X66525080Y-55050755D01*
X66525080Y-55560905D01*
X66184582Y-55901404D01*
X66118107Y-55740523D01*
X65977577Y-55599747D01*
X65793873Y-55523467D01*
X65594960Y-55523293D01*
X65411123Y-55599253D01*
X65270347Y-55739783D01*
X65194067Y-55923487D01*
X65193975Y-56028411D01*
X64506693Y-56715693D01*
X64430822Y-56829241D01*
X64404180Y-56963180D01*
X64404180Y-58556605D01*
X63958776Y-58111202D01*
X63958867Y-58007160D01*
X63882907Y-57823323D01*
X63742377Y-57682547D01*
X63558673Y-57606267D01*
X63359760Y-57606093D01*
X63175923Y-57682053D01*
X63035147Y-57822583D01*
X62958867Y-58006287D01*
X62958693Y-58205200D01*
X61954580Y-58205200D01*
X61954580Y-52308165D01*
X62012687Y-52332293D01*
X62211600Y-52332467D01*
X62395437Y-52256507D01*
X62536213Y-52115977D01*
X62612493Y-51932273D01*
X62612599Y-51811373D01*
X63388180Y-52586955D01*
X63388180Y-55361479D01*
X63314547Y-55434983D01*
X63238267Y-55618687D01*
X63238128Y-55778118D01*
X63087023Y-55840553D01*
X62963569Y-55963791D01*
X62892307Y-55791323D01*
X62751777Y-55650547D01*
X62568073Y-55574267D01*
X62369160Y-55574093D01*
X62185323Y-55650053D01*
X62044547Y-55790583D01*
X61968267Y-55974287D01*
X61968093Y-56173200D01*
X62044053Y-56357037D01*
X62184583Y-56497813D01*
X62368287Y-56574093D01*
X62567200Y-56574267D01*
X62751037Y-56498307D01*
X62874491Y-56375069D01*
X62945753Y-56547537D01*
X63086283Y-56688313D01*
X63269987Y-56764593D01*
X63468900Y-56764767D01*
X63652737Y-56688807D01*
X63793513Y-56548277D01*
X63869793Y-56364573D01*
X63869932Y-56205142D01*
X64021037Y-56142707D01*
X64161813Y-56002177D01*
X64238093Y-55818473D01*
X64238267Y-55619560D01*
X64162307Y-55435723D01*
X64088180Y-55361466D01*
X64088180Y-52441980D01*
X64065711Y-52329020D01*
X64061538Y-52308040D01*
X63985667Y-52194492D01*
X62818180Y-51027006D01*
X62818180Y-50388420D01*
X62918107Y-50429913D01*
X63117020Y-50430087D01*
X63300857Y-50354127D01*
X63441633Y-50213597D01*
X63517913Y-50029893D01*
X63518087Y-49830980D01*
X63442127Y-49647143D01*
X63301597Y-49506367D01*
X63117893Y-49430087D01*
X62918980Y-49429913D01*
X62818180Y-49471563D01*
X62818180Y-46888420D01*
X62918107Y-46929913D01*
X63117020Y-46930087D01*
X63300857Y-46854127D01*
X63441633Y-46713597D01*
X63517913Y-46529893D01*
X63518087Y-46330980D01*
X63442127Y-46147143D01*
X63301597Y-46006367D01*
X63117893Y-45930087D01*
X62918980Y-45929913D01*
X62818180Y-45971563D01*
X62818180Y-44293634D01*
X63304390Y-44780693D01*
X63947356Y-45047676D01*
X64643549Y-45048284D01*
X65286981Y-44782423D01*
X65779693Y-44290570D01*
X66046676Y-43647604D01*
X66046678Y-43644549D01*
X67626676Y-43644549D01*
X67892537Y-44287981D01*
X68384390Y-44780693D01*
X69027356Y-45047676D01*
X69723549Y-45048284D01*
X70366981Y-44782423D01*
X70859693Y-44290570D01*
X71126676Y-43647604D01*
X71126678Y-43644549D01*
X72706676Y-43644549D01*
X72972537Y-44287981D01*
X73464390Y-44780693D01*
X74107356Y-45047676D01*
X74803549Y-45048284D01*
X75446981Y-44782423D01*
X75939693Y-44290570D01*
X75986580Y-44177654D01*
X75986580Y-47699605D01*
X75631893Y-48054293D01*
X75556022Y-48167841D01*
X75529380Y-48301780D01*
X75529380Y-51408921D01*
X75469523Y-51433653D01*
X75328747Y-51574183D01*
X75252467Y-51757887D01*
X75252293Y-51956800D01*
X75328253Y-52140637D01*
X75394196Y-52206696D01*
X75324367Y-52276403D01*
X75248087Y-52460107D01*
X75247913Y-52659020D01*
X75323873Y-52842857D01*
X75464403Y-52983633D01*
X75648107Y-53059913D01*
X75847020Y-53060087D01*
X76030857Y-52984127D01*
X76105114Y-52910000D01*
X76497960Y-52910000D01*
X76631899Y-52883358D01*
X76745447Y-52807487D01*
X77371467Y-52181467D01*
X77447338Y-52067919D01*
X77450079Y-52054138D01*
X77473980Y-51933980D01*
X77473980Y-50268824D01*
X79287896Y-50268824D01*
X79379048Y-50489429D01*
X79547683Y-50658359D01*
X79768129Y-50749896D01*
X80006824Y-50750104D01*
X80227429Y-50658952D01*
X80396359Y-50490317D01*
X80487896Y-50269871D01*
X80488010Y-50138824D01*
X81787896Y-50138824D01*
X81879048Y-50359429D01*
X82047683Y-50528359D01*
X82268129Y-50619896D01*
X82506824Y-50620104D01*
X82727429Y-50528952D01*
X82896359Y-50360317D01*
X82987896Y-50139871D01*
X82988104Y-49901176D01*
X82896952Y-49680571D01*
X82728317Y-49511641D01*
X82507871Y-49420104D01*
X82269176Y-49419896D01*
X82048571Y-49511048D01*
X81879641Y-49679683D01*
X81788104Y-49900129D01*
X81787896Y-50138824D01*
X80488010Y-50138824D01*
X80488104Y-50031176D01*
X80396952Y-49810571D01*
X80228317Y-49641641D01*
X80007871Y-49550104D01*
X79769176Y-49549896D01*
X79548571Y-49641048D01*
X79379641Y-49809683D01*
X79288104Y-50030129D01*
X79287896Y-50268824D01*
X77473980Y-50268824D01*
X77473980Y-47049754D01*
X77828667Y-46695068D01*
X77902835Y-46584067D01*
X77904538Y-46581519D01*
X77931180Y-46447580D01*
X77931180Y-43994275D01*
X78052537Y-44287981D01*
X78544390Y-44780693D01*
X79187356Y-45047676D01*
X79883549Y-45048284D01*
X80526981Y-44782423D01*
X81019693Y-44290570D01*
X81286676Y-43647604D01*
X81286678Y-43644549D01*
X82866676Y-43644549D01*
X83132537Y-44287981D01*
X83624390Y-44780693D01*
X84267356Y-45047676D01*
X84302678Y-45047707D01*
X83861493Y-45488893D01*
X83785622Y-45602441D01*
X83758980Y-45736380D01*
X83758980Y-55159780D01*
X83781497Y-55272980D01*
X83785622Y-55293719D01*
X83861493Y-55407267D01*
X84318692Y-55864467D01*
X84392245Y-55913613D01*
X84432241Y-55940338D01*
X84566180Y-55966980D01*
X84615479Y-55966980D01*
X84688983Y-56040613D01*
X84872687Y-56116893D01*
X85071600Y-56117067D01*
X85255437Y-56041107D01*
X85396213Y-55900577D01*
X85472493Y-55716873D01*
X85472667Y-55517960D01*
X85396707Y-55334123D01*
X85256177Y-55193347D01*
X85072473Y-55117067D01*
X84873560Y-55116893D01*
X84689723Y-55192853D01*
X84663352Y-55219178D01*
X84458980Y-55014806D01*
X84458980Y-53214100D01*
X85818693Y-53214100D01*
X85894653Y-53397937D01*
X86035183Y-53538713D01*
X86218887Y-53614993D01*
X86417800Y-53615167D01*
X86601637Y-53539207D01*
X86742413Y-53398677D01*
X86818693Y-53214973D01*
X86818867Y-53016060D01*
X86742907Y-52832223D01*
X86602377Y-52691447D01*
X86418673Y-52615167D01*
X86219760Y-52614993D01*
X86035923Y-52690953D01*
X85895147Y-52831483D01*
X85818867Y-53015187D01*
X85818693Y-53214100D01*
X84458980Y-53214100D01*
X84458980Y-49543800D01*
X85793293Y-49543800D01*
X85869253Y-49727637D01*
X85943380Y-49801894D01*
X85943380Y-51019580D01*
X85966108Y-51133840D01*
X85970022Y-51153519D01*
X86045893Y-51267067D01*
X88076980Y-53298154D01*
X88076980Y-55463079D01*
X88003347Y-55536583D01*
X87927067Y-55720287D01*
X87926893Y-55919200D01*
X88002853Y-56103037D01*
X88143383Y-56243813D01*
X88327087Y-56320093D01*
X88526000Y-56320267D01*
X88709837Y-56244307D01*
X88850613Y-56103777D01*
X88926893Y-55920073D01*
X88927067Y-55721160D01*
X88851107Y-55537323D01*
X88776980Y-55463066D01*
X88776980Y-53153180D01*
X88750338Y-53019241D01*
X88674467Y-52905693D01*
X86643380Y-50874606D01*
X86643380Y-50636000D01*
X89984293Y-50636000D01*
X90060253Y-50819837D01*
X90200783Y-50960613D01*
X90384487Y-51036893D01*
X90583400Y-51037067D01*
X90767237Y-50961107D01*
X90788000Y-50940380D01*
X90788000Y-55142899D01*
X90714367Y-55216403D01*
X90638087Y-55400107D01*
X90637913Y-55599020D01*
X90713873Y-55782857D01*
X90854403Y-55923633D01*
X91038107Y-55999913D01*
X91237020Y-56000087D01*
X91420857Y-55924127D01*
X91561633Y-55783597D01*
X91637913Y-55599893D01*
X91638087Y-55400980D01*
X91562127Y-55217143D01*
X91488000Y-55142886D01*
X91488000Y-50333134D01*
X91958076Y-49863058D01*
X91957913Y-50049020D01*
X92033873Y-50232857D01*
X92174403Y-50373633D01*
X92358107Y-50449913D01*
X92557020Y-50450087D01*
X92740857Y-50374127D01*
X92881633Y-50233597D01*
X92957913Y-50049893D01*
X92958087Y-49850980D01*
X92945361Y-49820180D01*
X94200206Y-49820180D01*
X94543684Y-50163658D01*
X94543593Y-50267700D01*
X94619553Y-50451537D01*
X94760083Y-50592313D01*
X94943787Y-50668593D01*
X95142700Y-50668767D01*
X95326537Y-50592807D01*
X95467313Y-50452277D01*
X95543593Y-50268573D01*
X95543767Y-50069660D01*
X95467807Y-49885823D01*
X95327277Y-49745047D01*
X95143573Y-49668767D01*
X95038649Y-49668675D01*
X94592667Y-49222693D01*
X94479119Y-49146822D01*
X94345180Y-49120180D01*
X91855980Y-49120180D01*
X91722041Y-49146822D01*
X91608493Y-49222693D01*
X90890513Y-49940673D01*
X90814642Y-50054221D01*
X90797082Y-50142503D01*
X90767977Y-50113347D01*
X90584273Y-50037067D01*
X90385360Y-50036893D01*
X90201523Y-50112853D01*
X90060747Y-50253383D01*
X89984467Y-50437087D01*
X89984293Y-50636000D01*
X86643380Y-50636000D01*
X86643380Y-49801881D01*
X86717013Y-49728377D01*
X86793293Y-49544673D01*
X86793427Y-49391400D01*
X87037893Y-49391400D01*
X87113853Y-49575237D01*
X87254383Y-49716013D01*
X87438087Y-49792293D01*
X87637000Y-49792467D01*
X87820837Y-49716507D01*
X87961613Y-49575977D01*
X88037893Y-49392273D01*
X88038067Y-49193360D01*
X87962107Y-49009523D01*
X87821577Y-48868747D01*
X87637873Y-48792467D01*
X87438960Y-48792293D01*
X87255123Y-48868253D01*
X87114347Y-49008783D01*
X87038067Y-49192487D01*
X87037893Y-49391400D01*
X86793427Y-49391400D01*
X86793467Y-49345760D01*
X86717507Y-49161923D01*
X86576977Y-49021147D01*
X86393273Y-48944867D01*
X86194360Y-48944693D01*
X86010523Y-49020653D01*
X85869747Y-49161183D01*
X85793467Y-49344887D01*
X85793293Y-49543800D01*
X84458980Y-49543800D01*
X84458980Y-45881354D01*
X84914355Y-45425980D01*
X85453679Y-45425980D01*
X85527183Y-45499613D01*
X85710887Y-45575893D01*
X85909800Y-45576067D01*
X86093637Y-45500107D01*
X86234413Y-45359577D01*
X86310693Y-45175873D01*
X86310867Y-44976960D01*
X86234907Y-44793123D01*
X86094377Y-44652347D01*
X85910673Y-44576067D01*
X85813782Y-44575982D01*
X86099693Y-44290570D01*
X86347182Y-43694549D01*
X87946676Y-43694549D01*
X88212537Y-44337981D01*
X88704390Y-44830693D01*
X89347356Y-45097676D01*
X90043549Y-45098284D01*
X90686981Y-44832423D01*
X91179693Y-44340570D01*
X91446676Y-43697604D01*
X91446722Y-43644549D01*
X93026676Y-43644549D01*
X93292537Y-44287981D01*
X93784390Y-44780693D01*
X94427356Y-45047676D01*
X95123549Y-45048284D01*
X95766981Y-44782423D01*
X96255780Y-44294476D01*
X96255780Y-50988906D01*
X95201102Y-52043584D01*
X95097060Y-52043493D01*
X94913223Y-52119453D01*
X94772447Y-52259983D01*
X94696167Y-52443687D01*
X94695993Y-52642600D01*
X94771953Y-52826437D01*
X94912483Y-52967213D01*
X95096187Y-53043493D01*
X95295100Y-53043667D01*
X95478937Y-52967707D01*
X95619713Y-52827177D01*
X95643943Y-52768824D01*
X96807896Y-52768824D01*
X96899048Y-52989429D01*
X97067683Y-53158359D01*
X97288129Y-53249896D01*
X97526824Y-53250104D01*
X97747429Y-53158952D01*
X97916359Y-52990317D01*
X98007896Y-52769871D01*
X98008104Y-52531176D01*
X97916952Y-52310571D01*
X97748317Y-52141641D01*
X97527871Y-52050104D01*
X97289176Y-52049896D01*
X97068571Y-52141048D01*
X96899641Y-52309683D01*
X96808104Y-52530129D01*
X96807896Y-52768824D01*
X95643943Y-52768824D01*
X95695993Y-52643473D01*
X95696085Y-52538549D01*
X96853267Y-51381367D01*
X96929138Y-51267819D01*
X96955780Y-51133880D01*
X96955780Y-50314867D01*
X96983873Y-50382857D01*
X97124403Y-50523633D01*
X97308107Y-50599913D01*
X97507020Y-50600087D01*
X97690857Y-50524127D01*
X97831633Y-50383597D01*
X97907913Y-50199893D01*
X97908087Y-50000980D01*
X97832127Y-49817143D01*
X97691597Y-49676367D01*
X97507893Y-49600087D01*
X97308980Y-49599913D01*
X97125143Y-49675873D01*
X96984367Y-49816403D01*
X96955780Y-49885249D01*
X96955780Y-39605408D01*
X96957183Y-39606813D01*
X97140887Y-39683093D01*
X97339800Y-39683267D01*
X97523637Y-39607307D01*
X97525780Y-39605168D01*
X97525780Y-44621035D01*
X97389723Y-44677253D01*
X97248947Y-44817783D01*
X97172667Y-45001487D01*
X97172493Y-45200400D01*
X97248453Y-45384237D01*
X97388983Y-45525013D01*
X97572687Y-45601293D01*
X97771600Y-45601467D01*
X97955437Y-45525507D01*
X98096213Y-45384977D01*
X98172493Y-45201273D01*
X98172606Y-45071827D01*
X98199138Y-45032120D01*
X98205571Y-44999780D01*
X98225780Y-44898180D01*
X98225780Y-36212881D01*
X98299413Y-36139377D01*
X98375693Y-35955673D01*
X98375867Y-35756760D01*
X98299907Y-35572923D01*
X98159377Y-35432147D01*
X97975673Y-35355867D01*
X97776760Y-35355693D01*
X97592923Y-35431653D01*
X97452147Y-35572183D01*
X97375867Y-35755887D01*
X97375693Y-35954800D01*
X97451653Y-36138637D01*
X97525780Y-36212894D01*
X97525780Y-38760952D01*
X97524377Y-38759547D01*
X97340673Y-38683267D01*
X97141760Y-38683093D01*
X96957923Y-38759053D01*
X96955780Y-38761192D01*
X96955780Y-36263681D01*
X97029413Y-36190177D01*
X97105693Y-36006473D01*
X97105867Y-35807560D01*
X97029907Y-35623723D01*
X96889377Y-35482947D01*
X96705673Y-35406667D01*
X96506760Y-35406493D01*
X96322923Y-35482453D01*
X96182147Y-35622983D01*
X96105867Y-35806687D01*
X96105693Y-36005600D01*
X96181653Y-36189437D01*
X96255780Y-36263694D01*
X96255780Y-39585848D01*
X96223073Y-39572267D01*
X96024160Y-39572093D01*
X95840323Y-39648053D01*
X95699547Y-39788583D01*
X95623267Y-39972287D01*
X95623093Y-40171200D01*
X95699053Y-40355037D01*
X95839583Y-40495813D01*
X96023287Y-40572093D01*
X96222200Y-40572267D01*
X96255780Y-40558392D01*
X96255780Y-42302326D01*
X95769570Y-41815267D01*
X95126604Y-41548284D01*
X94430411Y-41547676D01*
X93786979Y-41813537D01*
X93294267Y-42305390D01*
X93027284Y-42948356D01*
X93026676Y-43644549D01*
X91446722Y-43644549D01*
X91447284Y-43001411D01*
X91181423Y-42357979D01*
X90689570Y-41865267D01*
X90046604Y-41598284D01*
X89350411Y-41597676D01*
X88706979Y-41863537D01*
X88214267Y-42355390D01*
X87947284Y-42998356D01*
X87946676Y-43694549D01*
X86347182Y-43694549D01*
X86366676Y-43647604D01*
X86367284Y-42951411D01*
X86101423Y-42307979D01*
X85609570Y-41815267D01*
X84966604Y-41548284D01*
X84270411Y-41547676D01*
X83626979Y-41813537D01*
X83134267Y-42305390D01*
X82867284Y-42948356D01*
X82866676Y-43644549D01*
X81286678Y-43644549D01*
X81287284Y-42951411D01*
X81021423Y-42307979D01*
X80529570Y-41815267D01*
X79886604Y-41548284D01*
X79190411Y-41547676D01*
X78546979Y-41813537D01*
X78054267Y-42305390D01*
X77931180Y-42601816D01*
X77931180Y-41563354D01*
X78388959Y-41105576D01*
X78493000Y-41105667D01*
X78676837Y-41029707D01*
X78817613Y-40889177D01*
X78893893Y-40705473D01*
X78894067Y-40506560D01*
X78818107Y-40322723D01*
X78677577Y-40181947D01*
X78493873Y-40105667D01*
X78294960Y-40105493D01*
X78111123Y-40181453D01*
X77970347Y-40321983D01*
X77894067Y-40505687D01*
X77893975Y-40610610D01*
X77333693Y-41170893D01*
X77257822Y-41284441D01*
X77231180Y-41418380D01*
X77231180Y-46302605D01*
X76876493Y-46657293D01*
X76800622Y-46770841D01*
X76773980Y-46904780D01*
X76773980Y-51789006D01*
X76352986Y-52210000D01*
X76107270Y-52210000D01*
X76176013Y-52141377D01*
X76252293Y-51957673D01*
X76252467Y-51758760D01*
X76229380Y-51702885D01*
X76229380Y-48446754D01*
X76584067Y-48092068D01*
X76659117Y-47979747D01*
X76659938Y-47978519D01*
X76686580Y-47844580D01*
X76686580Y-40707875D01*
X76711979Y-40580180D01*
X76685338Y-40446240D01*
X76609467Y-40332692D01*
X76430176Y-40153401D01*
X76430267Y-40049360D01*
X76354307Y-39865523D01*
X76213777Y-39724747D01*
X76030073Y-39648467D01*
X75831160Y-39648293D01*
X75647323Y-39724253D01*
X75506547Y-39864783D01*
X75430267Y-40048487D01*
X75430093Y-40247400D01*
X75506053Y-40431237D01*
X75646583Y-40572013D01*
X75830287Y-40648293D01*
X75935210Y-40648385D01*
X75986580Y-40699755D01*
X75986580Y-42417267D01*
X75941423Y-42307979D01*
X75449570Y-41815267D01*
X74806604Y-41548284D01*
X74110411Y-41547676D01*
X73466979Y-41813537D01*
X72974267Y-42305390D01*
X72707284Y-42948356D01*
X72706676Y-43644549D01*
X71126678Y-43644549D01*
X71127284Y-42951411D01*
X70861423Y-42307979D01*
X70369570Y-41815267D01*
X69726604Y-41548284D01*
X69030411Y-41547676D01*
X68386979Y-41813537D01*
X67894267Y-42305390D01*
X67627284Y-42948356D01*
X67626676Y-43644549D01*
X66046678Y-43644549D01*
X66047284Y-42951411D01*
X65781423Y-42307979D01*
X65289570Y-41815267D01*
X64646604Y-41548284D01*
X63950411Y-41547676D01*
X63306979Y-41813537D01*
X62818180Y-42301484D01*
X62818180Y-38164600D01*
X85971093Y-38164600D01*
X86047053Y-38348437D01*
X86187583Y-38489213D01*
X86371287Y-38565493D01*
X86570200Y-38565667D01*
X86754037Y-38489707D01*
X86894813Y-38349177D01*
X86971093Y-38165473D01*
X86971267Y-37966560D01*
X86895307Y-37782723D01*
X86754777Y-37641947D01*
X86571073Y-37565667D01*
X86372160Y-37565493D01*
X86188323Y-37641453D01*
X86047547Y-37781983D01*
X85971267Y-37965687D01*
X85971093Y-38164600D01*
X62818180Y-38164600D01*
X62818180Y-37016754D01*
X63613434Y-36221500D01*
X79976693Y-36221500D01*
X80052653Y-36405337D01*
X80193183Y-36546113D01*
X80376887Y-36622393D01*
X80575800Y-36622567D01*
X80759637Y-36546607D01*
X80900413Y-36406077D01*
X80976693Y-36222373D01*
X80976867Y-36023460D01*
X80900907Y-35839623D01*
X80760377Y-35698847D01*
X80576673Y-35622567D01*
X80377760Y-35622393D01*
X80193923Y-35698353D01*
X80053147Y-35838883D01*
X79976867Y-36022587D01*
X79976693Y-36221500D01*
X63613434Y-36221500D01*
X65838954Y-33995980D01*
X69840995Y-33995980D01*
X69816867Y-34054087D01*
X69816693Y-34253000D01*
X69892653Y-34436837D01*
X70033183Y-34577613D01*
X70216887Y-34653893D01*
X70415800Y-34654067D01*
X70599637Y-34578107D01*
X70740413Y-34437577D01*
X70816693Y-34253873D01*
X70816867Y-34054960D01*
X70792497Y-33995980D01*
X81540806Y-33995980D01*
X81654945Y-34110119D01*
X81876293Y-34331468D01*
X81958459Y-34386369D01*
X81989841Y-34407338D01*
X82123780Y-34433980D01*
X87223780Y-34433980D01*
X87357719Y-34407338D01*
X87471267Y-34331467D01*
X87806755Y-33995980D01*
X93920195Y-33995980D01*
X93896067Y-34054087D01*
X93895893Y-34253000D01*
X93971853Y-34436837D01*
X94045980Y-34511094D01*
X94045980Y-39664279D01*
X93972347Y-39737783D01*
X93896067Y-39921487D01*
X93895893Y-40120400D01*
X93971853Y-40304237D01*
X94112383Y-40445013D01*
X94296087Y-40521293D01*
X94495000Y-40521467D01*
X94678837Y-40445507D01*
X94819613Y-40304977D01*
X94895893Y-40121273D01*
X94896067Y-39922360D01*
X94820107Y-39738523D01*
X94745980Y-39664266D01*
X94745980Y-34511081D01*
X94819613Y-34437577D01*
X94895893Y-34253873D01*
X94896067Y-34054960D01*
X94871697Y-33995980D01*
X99294448Y-33995980D01*
X99280867Y-34028687D01*
X99280693Y-34227600D01*
X99356653Y-34411437D01*
X99430780Y-34485694D01*
X99430780Y-37227380D01*
X99455090Y-37349593D01*
X99457422Y-37361319D01*
X99533293Y-37474867D01*
X99633980Y-37575554D01*
X99633980Y-40985791D01*
X99569907Y-40830723D01*
X99429377Y-40689947D01*
X99245673Y-40613667D01*
X99046760Y-40613493D01*
X98862923Y-40689453D01*
X98722147Y-40829983D01*
X98645867Y-41013687D01*
X98645693Y-41212600D01*
X98721653Y-41396437D01*
X98862183Y-41537213D01*
X99045887Y-41613493D01*
X99244800Y-41613667D01*
X99428637Y-41537707D01*
X99529962Y-41436559D01*
X99484067Y-41547087D01*
X99483893Y-41746000D01*
X99559853Y-41929837D01*
X99700383Y-42070613D01*
X99884087Y-42146893D01*
X100083000Y-42147067D01*
X100266837Y-42071107D01*
X100370580Y-41967545D01*
X100370580Y-42010005D01*
X99736493Y-42644093D01*
X99660622Y-42757641D01*
X99633980Y-42891580D01*
X99633980Y-46607405D01*
X99457093Y-46784293D01*
X99381222Y-46897841D01*
X99354580Y-47031780D01*
X99354580Y-49011479D01*
X99280947Y-49084983D01*
X99204667Y-49268687D01*
X99204493Y-49467600D01*
X99280453Y-49651437D01*
X99420983Y-49792213D01*
X99604687Y-49868493D01*
X99803600Y-49868667D01*
X99987437Y-49792707D01*
X100128213Y-49652177D01*
X100204493Y-49468473D01*
X100204667Y-49269560D01*
X100128707Y-49085723D01*
X100054580Y-49011466D01*
X100054580Y-47176754D01*
X100231467Y-46999868D01*
X100307338Y-46886320D01*
X100317527Y-46835093D01*
X100333980Y-46752380D01*
X100333980Y-43036554D01*
X100968068Y-42402467D01*
X101043938Y-42288919D01*
X101070580Y-42154980D01*
X101070580Y-38002030D01*
X101181237Y-37956307D01*
X101322013Y-37815777D01*
X101398293Y-37632073D01*
X101398467Y-37433160D01*
X101381907Y-37393082D01*
X101945380Y-37956555D01*
X101945380Y-38419383D01*
X101785673Y-38353067D01*
X101586760Y-38352893D01*
X101402923Y-38428853D01*
X101262147Y-38569383D01*
X101185867Y-38753087D01*
X101185693Y-38952000D01*
X101261653Y-39135837D01*
X101335780Y-39210094D01*
X101335780Y-42309635D01*
X101199723Y-42365853D01*
X101058947Y-42506383D01*
X100982667Y-42690087D01*
X100982493Y-42889000D01*
X101058453Y-43072837D01*
X101198983Y-43213613D01*
X101382687Y-43289893D01*
X101581600Y-43290067D01*
X101765437Y-43214107D01*
X101906213Y-43073577D01*
X101945380Y-42979252D01*
X101945380Y-46549180D01*
X101964209Y-46643841D01*
X101972022Y-46683119D01*
X102047893Y-46796667D01*
X102328000Y-47076775D01*
X102328000Y-50722899D01*
X102254367Y-50796403D01*
X102178087Y-50980107D01*
X102177913Y-51179020D01*
X102215786Y-51270680D01*
X102212173Y-51267067D01*
X102141597Y-51196367D01*
X101957893Y-51120087D01*
X101758980Y-51119913D01*
X101575143Y-51195873D01*
X101434367Y-51336403D01*
X101358087Y-51520107D01*
X101357913Y-51719020D01*
X101358000Y-51719231D01*
X101358000Y-53129453D01*
X99457454Y-55030000D01*
X92858436Y-55030000D01*
X92758980Y-55029913D01*
X92575143Y-55105873D01*
X92434367Y-55246403D01*
X92358087Y-55430107D01*
X92357913Y-55629020D01*
X92433873Y-55812857D01*
X92574403Y-55953633D01*
X92758107Y-56029913D01*
X92957020Y-56030087D01*
X92957231Y-56030000D01*
X99664560Y-56030000D01*
X99855902Y-55991940D01*
X99950360Y-55928824D01*
X100737896Y-55928824D01*
X100829048Y-56149429D01*
X100997683Y-56318359D01*
X101218129Y-56409896D01*
X101456824Y-56410104D01*
X101677429Y-56318952D01*
X101846359Y-56150317D01*
X101937896Y-55929871D01*
X101938104Y-55691176D01*
X101846952Y-55470571D01*
X101678317Y-55301641D01*
X101457871Y-55210104D01*
X101219176Y-55209896D01*
X100998571Y-55301048D01*
X100829641Y-55469683D01*
X100738104Y-55690129D01*
X100737896Y-55928824D01*
X99950360Y-55928824D01*
X100018113Y-55883553D01*
X102211554Y-53690113D01*
X102290850Y-53571438D01*
X102319940Y-53527902D01*
X102358000Y-53336560D01*
X102358000Y-52827107D01*
X102709780Y-53178887D01*
X102709780Y-60959773D01*
X101637027Y-62032527D01*
X101528640Y-62194738D01*
X101490580Y-62386080D01*
X101490580Y-64887980D01*
X101515502Y-65013273D01*
X101528640Y-65079322D01*
X101637027Y-65241533D01*
X104443726Y-68048233D01*
X104443729Y-68048235D01*
X110069827Y-73674333D01*
X110232038Y-73782720D01*
X110423380Y-73820780D01*
X120198474Y-73820780D01*
X122109427Y-75731733D01*
X122271638Y-75840120D01*
X122462980Y-75878180D01*
X128304980Y-75878180D01*
X128496322Y-75840120D01*
X128658533Y-75731733D01*
X130141553Y-74248713D01*
X130249940Y-74086502D01*
X130256420Y-74053923D01*
X130288000Y-73895160D01*
X130288000Y-70180000D01*
X130288087Y-70080980D01*
X130212127Y-69897143D01*
X130153487Y-69838400D01*
X130573493Y-69838400D01*
X130649453Y-70022237D01*
X130789983Y-70163013D01*
X130973687Y-70239293D01*
X131172600Y-70239467D01*
X131356437Y-70163507D01*
X131430694Y-70089380D01*
X132165780Y-70089380D01*
X132299719Y-70062738D01*
X132413267Y-69986867D01*
X132476180Y-69923954D01*
X132476180Y-70051606D01*
X132032593Y-70495193D01*
X131956722Y-70608741D01*
X131930080Y-70742680D01*
X131930080Y-72285022D01*
X131831597Y-72186367D01*
X131647893Y-72110087D01*
X131448980Y-72109913D01*
X131265143Y-72185873D01*
X131124367Y-72326403D01*
X131048087Y-72510107D01*
X131047913Y-72709020D01*
X131123873Y-72892857D01*
X131264403Y-73033633D01*
X131448107Y-73109913D01*
X131513316Y-73109970D01*
X131485002Y-73138284D01*
X131380960Y-73138193D01*
X131197123Y-73214153D01*
X131056347Y-73354683D01*
X130980067Y-73538387D01*
X130979893Y-73737300D01*
X131055853Y-73921137D01*
X131196383Y-74061913D01*
X131380087Y-74138193D01*
X131579000Y-74138367D01*
X131762837Y-74062407D01*
X131903613Y-73921877D01*
X131979893Y-73738173D01*
X131979985Y-73633250D01*
X132414215Y-73199020D01*
X134287913Y-73199020D01*
X134363873Y-73382857D01*
X134504403Y-73523633D01*
X134688107Y-73599913D01*
X134887020Y-73600087D01*
X135070857Y-73524127D01*
X135211633Y-73383597D01*
X135287913Y-73199893D01*
X135288087Y-73000980D01*
X135212127Y-72817143D01*
X135071597Y-72676367D01*
X134887893Y-72600087D01*
X134688980Y-72599913D01*
X134505143Y-72675873D01*
X134364367Y-72816403D01*
X134288087Y-73000107D01*
X134287913Y-73199020D01*
X132414215Y-73199020D01*
X132527567Y-73085668D01*
X132603438Y-72972120D01*
X132608756Y-72945381D01*
X132630080Y-72838180D01*
X132630080Y-71997400D01*
X134789893Y-71997400D01*
X134865853Y-72181237D01*
X135006383Y-72322013D01*
X135190087Y-72398293D01*
X135389000Y-72398467D01*
X135572837Y-72322507D01*
X135713613Y-72181977D01*
X135789893Y-71998273D01*
X135790067Y-71799360D01*
X135781663Y-71779020D01*
X137977913Y-71779020D01*
X138053873Y-71962857D01*
X138194403Y-72103633D01*
X138378107Y-72179913D01*
X138577020Y-72180087D01*
X138760857Y-72104127D01*
X138901633Y-71963597D01*
X138948020Y-71851884D01*
X138983399Y-71937509D01*
X138904367Y-72016403D01*
X138828087Y-72200107D01*
X138827913Y-72399020D01*
X138903873Y-72582857D01*
X138956433Y-72635509D01*
X138888087Y-72800107D01*
X138887913Y-72999020D01*
X138963873Y-73182857D01*
X139104403Y-73323633D01*
X139288107Y-73399913D01*
X139487020Y-73400087D01*
X139670857Y-73324127D01*
X139811633Y-73183597D01*
X139887913Y-72999893D01*
X139888087Y-72800980D01*
X139812127Y-72617143D01*
X139759567Y-72564491D01*
X139827913Y-72399893D01*
X139828087Y-72200980D01*
X139762601Y-72042491D01*
X139841633Y-71963597D01*
X139917913Y-71779893D01*
X139918087Y-71580980D01*
X139858431Y-71436601D01*
X139971633Y-71323597D01*
X140047913Y-71139893D01*
X140048087Y-70940980D01*
X139972127Y-70757143D01*
X139831597Y-70616367D01*
X139647893Y-70540087D01*
X139448980Y-70539913D01*
X139265143Y-70615873D01*
X139124367Y-70756403D01*
X139098900Y-70817736D01*
X139082127Y-70777143D01*
X138987193Y-70682042D01*
X139037913Y-70559893D01*
X139038087Y-70360980D01*
X138962127Y-70177143D01*
X138821597Y-70036367D01*
X138637893Y-69960087D01*
X138438980Y-69959913D01*
X138255143Y-70035873D01*
X138114367Y-70176403D01*
X138038087Y-70360107D01*
X138037913Y-70559020D01*
X138113873Y-70742857D01*
X138208807Y-70837958D01*
X138158087Y-70960107D01*
X138157913Y-71159020D01*
X138197525Y-71254889D01*
X138195143Y-71255873D01*
X138054367Y-71396403D01*
X137978087Y-71580107D01*
X137977913Y-71779020D01*
X135781663Y-71779020D01*
X135714107Y-71615523D01*
X135573577Y-71474747D01*
X135389873Y-71398467D01*
X135190960Y-71398293D01*
X135007123Y-71474253D01*
X134866347Y-71614783D01*
X134790067Y-71798487D01*
X134789893Y-71997400D01*
X132630080Y-71997400D01*
X132630080Y-70887654D01*
X133073667Y-70444067D01*
X133149538Y-70330519D01*
X133154444Y-70305853D01*
X133176180Y-70196580D01*
X133176180Y-66668824D01*
X137097896Y-66668824D01*
X137189048Y-66889429D01*
X137357683Y-67058359D01*
X137578129Y-67149896D01*
X137816824Y-67150104D01*
X138037429Y-67058952D01*
X138206359Y-66890317D01*
X138297896Y-66669871D01*
X138298104Y-66431176D01*
X138206952Y-66210571D01*
X138038317Y-66041641D01*
X137817871Y-65950104D01*
X137579176Y-65949896D01*
X137358571Y-66041048D01*
X137189641Y-66209683D01*
X137098104Y-66430129D01*
X137097896Y-66668824D01*
X133176180Y-66668824D01*
X133176180Y-63000954D01*
X133957588Y-62219547D01*
X134033458Y-62105999D01*
X134060100Y-61972060D01*
X134060100Y-59114004D01*
X135718576Y-59114004D01*
X135809728Y-59334609D01*
X135978363Y-59503539D01*
X136198809Y-59595076D01*
X136437504Y-59595284D01*
X136658109Y-59504132D01*
X136827039Y-59335497D01*
X136918576Y-59115051D01*
X136918784Y-58876356D01*
X136827632Y-58655751D01*
X136658997Y-58486821D01*
X136438551Y-58395284D01*
X136199856Y-58395076D01*
X135979251Y-58486228D01*
X135810321Y-58654863D01*
X135718784Y-58875309D01*
X135718576Y-59114004D01*
X134060100Y-59114004D01*
X134060100Y-51559486D01*
X134176913Y-51442877D01*
X134253193Y-51259173D01*
X134253367Y-51060260D01*
X134177407Y-50876423D01*
X134036877Y-50735647D01*
X133853173Y-50659367D01*
X133654260Y-50659193D01*
X133470423Y-50735153D01*
X133329647Y-50875683D01*
X133253367Y-51059387D01*
X133253193Y-51258300D01*
X133329153Y-51442137D01*
X133360100Y-51473138D01*
X133360100Y-54319886D01*
X132652940Y-53612726D01*
X132652940Y-50239994D01*
X132744958Y-50147976D01*
X132849000Y-50148067D01*
X133032837Y-50072107D01*
X133173613Y-49931577D01*
X133249893Y-49747873D01*
X133250067Y-49548960D01*
X133174107Y-49365123D01*
X133033577Y-49224347D01*
X132849873Y-49148067D01*
X132650960Y-49147893D01*
X132467123Y-49223853D01*
X132326347Y-49364383D01*
X132250067Y-49548087D01*
X132249975Y-49653011D01*
X132055453Y-49847533D01*
X131979582Y-49961081D01*
X131952940Y-50095020D01*
X131952940Y-53757700D01*
X131975896Y-53873107D01*
X131979582Y-53891639D01*
X132055453Y-54005187D01*
X132768280Y-54718014D01*
X132768280Y-54870189D01*
X132659373Y-54824967D01*
X132460460Y-54824793D01*
X132276623Y-54900753D01*
X132135847Y-55041283D01*
X132059567Y-55224987D01*
X132059393Y-55423900D01*
X132135353Y-55607737D01*
X132209480Y-55681994D01*
X132209480Y-58498379D01*
X132135847Y-58571883D01*
X132059567Y-58755587D01*
X132059393Y-58954500D01*
X132135353Y-59138337D01*
X132275883Y-59279113D01*
X132459587Y-59355393D01*
X132466286Y-59355399D01*
X131689693Y-60131993D01*
X131613822Y-60245541D01*
X131587180Y-60379480D01*
X131587180Y-61204980D01*
X131607965Y-61309474D01*
X131613822Y-61338919D01*
X131689693Y-61452467D01*
X132095180Y-61857955D01*
X132095180Y-69315005D01*
X132020806Y-69389380D01*
X131430681Y-69389380D01*
X131357177Y-69315747D01*
X131173473Y-69239467D01*
X130974560Y-69239293D01*
X130790723Y-69315253D01*
X130649947Y-69455783D01*
X130573667Y-69639487D01*
X130573493Y-69838400D01*
X130153487Y-69838400D01*
X130071597Y-69756367D01*
X129887893Y-69680087D01*
X129688980Y-69679913D01*
X129505143Y-69755873D01*
X129366180Y-69894593D01*
X129366180Y-69401754D01*
X131384568Y-67383367D01*
X131460438Y-67269819D01*
X131487080Y-67135880D01*
X131487080Y-65154680D01*
X131460438Y-65020741D01*
X131439617Y-64989580D01*
X131384568Y-64907193D01*
X131321980Y-64844605D01*
X131321980Y-63907540D01*
X131295338Y-63773601D01*
X131259242Y-63719580D01*
X131219468Y-63660053D01*
X130905420Y-63346006D01*
X130905420Y-62650434D01*
X131219468Y-62336387D01*
X131295338Y-62222839D01*
X131321980Y-62088900D01*
X131321980Y-59724354D01*
X131874787Y-59171548D01*
X131950658Y-59058000D01*
X131959675Y-59012667D01*
X131977300Y-58924060D01*
X131977300Y-58029980D01*
X131952649Y-57906050D01*
X131950658Y-57896040D01*
X131874787Y-57782492D01*
X131321980Y-57229686D01*
X131321980Y-49497081D01*
X131395613Y-49423577D01*
X131471893Y-49239873D01*
X131472067Y-49040960D01*
X131396107Y-48857123D01*
X131255577Y-48716347D01*
X131071873Y-48640067D01*
X130872960Y-48639893D01*
X130689123Y-48715853D01*
X130548347Y-48856383D01*
X130472067Y-49040087D01*
X130471893Y-49239000D01*
X130547853Y-49422837D01*
X130621980Y-49497094D01*
X130621980Y-57374660D01*
X130647174Y-57501320D01*
X130648622Y-57508599D01*
X130724493Y-57622147D01*
X131277300Y-58174955D01*
X131277300Y-58779085D01*
X130724493Y-59331893D01*
X130648622Y-59445441D01*
X130621980Y-59579380D01*
X130621980Y-61943925D01*
X130307933Y-62257973D01*
X130232062Y-62371521D01*
X130205420Y-62505460D01*
X130205420Y-63490980D01*
X130223959Y-63584182D01*
X130232062Y-63624919D01*
X130307933Y-63738467D01*
X130621980Y-64052515D01*
X130621980Y-64914552D01*
X130398000Y-64870000D01*
X130110987Y-64927090D01*
X129867670Y-65089670D01*
X129705090Y-65332987D01*
X129648000Y-65620000D01*
X129648000Y-66069340D01*
X127566160Y-68151180D01*
X113172440Y-68151180D01*
X107718980Y-62697720D01*
X107718980Y-58928396D01*
X107726783Y-58936213D01*
X107910487Y-59012493D01*
X108109400Y-59012667D01*
X108293237Y-58936707D01*
X108358164Y-58871894D01*
X108371570Y-58939293D01*
X108534150Y-59182610D01*
X109689850Y-60338310D01*
X109933167Y-60500890D01*
X110220180Y-60557980D01*
X117027380Y-60557980D01*
X117314393Y-60500890D01*
X117557710Y-60338310D01*
X118802310Y-59093710D01*
X118964890Y-58850393D01*
X119021980Y-58563380D01*
X119021980Y-58436380D01*
X118964890Y-58149367D01*
X118802310Y-57906050D01*
X118746891Y-57869020D01*
X121157493Y-57869020D01*
X121233453Y-58052857D01*
X121373983Y-58193633D01*
X121557687Y-58269913D01*
X121756600Y-58270087D01*
X121940437Y-58194127D01*
X122081213Y-58053597D01*
X122157493Y-57869893D01*
X122157667Y-57670980D01*
X122157580Y-57670769D01*
X122157580Y-57099386D01*
X123514725Y-55742242D01*
X123585113Y-55671977D01*
X123661393Y-55488273D01*
X123661460Y-55411200D01*
X126547593Y-55411200D01*
X126623553Y-55595037D01*
X126764083Y-55735813D01*
X126947787Y-55812093D01*
X127146700Y-55812267D01*
X127330537Y-55736307D01*
X127471313Y-55595777D01*
X127547593Y-55412073D01*
X127547767Y-55213160D01*
X127471807Y-55029323D01*
X127331277Y-54888547D01*
X127147573Y-54812267D01*
X126948660Y-54812093D01*
X126764823Y-54888053D01*
X126624047Y-55028583D01*
X126547767Y-55212287D01*
X126547593Y-55411200D01*
X123661460Y-55411200D01*
X123661567Y-55289360D01*
X123585607Y-55105523D01*
X123445077Y-54964747D01*
X123261373Y-54888467D01*
X123062460Y-54888293D01*
X123048298Y-54894145D01*
X122988707Y-54749923D01*
X122848177Y-54609147D01*
X122664473Y-54532867D01*
X122465560Y-54532693D01*
X122281723Y-54608653D01*
X122140947Y-54749183D01*
X122064667Y-54932887D01*
X122064493Y-55131800D01*
X122140453Y-55315637D01*
X122280983Y-55456413D01*
X122355428Y-55487325D01*
X121304027Y-56538727D01*
X121195640Y-56700938D01*
X121157580Y-56892280D01*
X121157580Y-57769138D01*
X121157493Y-57869020D01*
X118746891Y-57869020D01*
X118558993Y-57743470D01*
X118271980Y-57686380D01*
X117984967Y-57743470D01*
X117741650Y-57906050D01*
X117579070Y-58149367D01*
X117567583Y-58207117D01*
X116716720Y-59057980D01*
X112579250Y-59057980D01*
X112655013Y-59042910D01*
X112898330Y-58880330D01*
X113060910Y-58637013D01*
X113118000Y-58350000D01*
X113118000Y-57739400D01*
X113060910Y-57452387D01*
X112898330Y-57209070D01*
X112518084Y-56828824D01*
X113257896Y-56828824D01*
X113349048Y-57049429D01*
X113517683Y-57218359D01*
X113738129Y-57309896D01*
X113976824Y-57310104D01*
X114197429Y-57218952D01*
X114366359Y-57050317D01*
X114457896Y-56829871D01*
X114458104Y-56591176D01*
X114366952Y-56370571D01*
X114198317Y-56201641D01*
X113977871Y-56110104D01*
X113739176Y-56109896D01*
X113518571Y-56201048D01*
X113349641Y-56369683D01*
X113258104Y-56590129D01*
X113257896Y-56828824D01*
X112518084Y-56828824D01*
X112122110Y-56432850D01*
X111878793Y-56270270D01*
X111591780Y-56213180D01*
X108213580Y-56213180D01*
X107926567Y-56270270D01*
X107683250Y-56432850D01*
X107019902Y-57096198D01*
X106974007Y-56985123D01*
X106833477Y-56844347D01*
X106649773Y-56768067D01*
X106450860Y-56767893D01*
X106267023Y-56843853D01*
X106126247Y-56984383D01*
X106049967Y-57168087D01*
X106049793Y-57367000D01*
X106125753Y-57550837D01*
X106266283Y-57691613D01*
X106393805Y-57744564D01*
X106276070Y-57920767D01*
X106218980Y-58207780D01*
X106218980Y-63008380D01*
X106276070Y-63295393D01*
X106438650Y-63538710D01*
X112331450Y-69431510D01*
X112574767Y-69594090D01*
X112861780Y-69651180D01*
X127876820Y-69651180D01*
X128163833Y-69594090D01*
X128407150Y-69431510D01*
X128687112Y-69151548D01*
X128666180Y-69256780D01*
X128666180Y-70106179D01*
X128592547Y-70179683D01*
X128516267Y-70363387D01*
X128516175Y-70468310D01*
X128108293Y-70876193D01*
X128032422Y-70989741D01*
X128005780Y-71123680D01*
X128005780Y-71132648D01*
X127973073Y-71119067D01*
X127774160Y-71118893D01*
X127590323Y-71194853D01*
X127449547Y-71335383D01*
X127373267Y-71519087D01*
X127373093Y-71718000D01*
X127449053Y-71901837D01*
X127587718Y-72040744D01*
X127514123Y-72071153D01*
X127373347Y-72211683D01*
X127297067Y-72395387D01*
X127296893Y-72594300D01*
X127372853Y-72778137D01*
X127513383Y-72918913D01*
X127697087Y-72995193D01*
X127896000Y-72995367D01*
X128005780Y-72950007D01*
X128005780Y-73142980D01*
X128029662Y-73263041D01*
X128032422Y-73276919D01*
X128108293Y-73390467D01*
X128511979Y-73794153D01*
X128553953Y-73895737D01*
X128694483Y-74036513D01*
X128867640Y-74108414D01*
X128097874Y-74878180D01*
X122670086Y-74878180D01*
X120759133Y-72967227D01*
X120596922Y-72858840D01*
X120405580Y-72820780D01*
X110630486Y-72820780D01*
X105150835Y-67341129D01*
X105150833Y-67341126D01*
X102490580Y-64680874D01*
X102490580Y-62593186D01*
X103563333Y-61520434D01*
X103671720Y-61358222D01*
X103673183Y-61350867D01*
X103709780Y-61166880D01*
X103709780Y-54166600D01*
X104360693Y-54166600D01*
X104436653Y-54350437D01*
X104577183Y-54491213D01*
X104760887Y-54567493D01*
X104959800Y-54567667D01*
X105143637Y-54491707D01*
X105284413Y-54351177D01*
X105360693Y-54167473D01*
X105360867Y-53968560D01*
X105358735Y-53963400D01*
X120743693Y-53963400D01*
X120819653Y-54147237D01*
X120960183Y-54288013D01*
X121143887Y-54364293D01*
X121342800Y-54364467D01*
X121526637Y-54288507D01*
X121667413Y-54147977D01*
X121743693Y-53964273D01*
X121743867Y-53765360D01*
X121667907Y-53581523D01*
X121527377Y-53440747D01*
X121343673Y-53364467D01*
X121144760Y-53364293D01*
X120960923Y-53440253D01*
X120820147Y-53580783D01*
X120743867Y-53764487D01*
X120743693Y-53963400D01*
X105358735Y-53963400D01*
X105284907Y-53784723D01*
X105210780Y-53710466D01*
X105210780Y-47929020D01*
X107137913Y-47929020D01*
X107213873Y-48112857D01*
X107354403Y-48253633D01*
X107538107Y-48329913D01*
X107737020Y-48330087D01*
X107920857Y-48254127D01*
X108061633Y-48113597D01*
X108137913Y-47929893D01*
X108137945Y-47892800D01*
X109897893Y-47892800D01*
X109973853Y-48076637D01*
X110114383Y-48217413D01*
X110298087Y-48293693D01*
X110497000Y-48293867D01*
X110680837Y-48217907D01*
X110821613Y-48077377D01*
X110897893Y-47893673D01*
X110898067Y-47694760D01*
X110822107Y-47510923D01*
X110681577Y-47370147D01*
X110497873Y-47293867D01*
X110298960Y-47293693D01*
X110115123Y-47369653D01*
X109974347Y-47510183D01*
X109898067Y-47693887D01*
X109897893Y-47892800D01*
X108137945Y-47892800D01*
X108138087Y-47730980D01*
X108118658Y-47683959D01*
X108190857Y-47654127D01*
X108331633Y-47513597D01*
X108407913Y-47329893D01*
X108408087Y-47130980D01*
X108332127Y-46947143D01*
X108191597Y-46806367D01*
X108088294Y-46763472D01*
X108147913Y-46619893D01*
X108148087Y-46420980D01*
X108072127Y-46237143D01*
X108018079Y-46183000D01*
X114823693Y-46183000D01*
X114899653Y-46366837D01*
X115040183Y-46507613D01*
X115223887Y-46583893D01*
X115422800Y-46584067D01*
X115423939Y-46583596D01*
X115499653Y-46766837D01*
X115541716Y-46808974D01*
X115450147Y-46900383D01*
X115373867Y-47084087D01*
X115373693Y-47283000D01*
X115449653Y-47466837D01*
X115590183Y-47607613D01*
X115773887Y-47683893D01*
X115972800Y-47684067D01*
X116156637Y-47608107D01*
X116297413Y-47467577D01*
X116373693Y-47283873D01*
X116373867Y-47084960D01*
X116297907Y-46901123D01*
X116255844Y-46858986D01*
X116347413Y-46767577D01*
X116423693Y-46583873D01*
X116423867Y-46384960D01*
X116347907Y-46201123D01*
X116207377Y-46060347D01*
X116023673Y-45984067D01*
X115824760Y-45983893D01*
X115823621Y-45984364D01*
X115747907Y-45801123D01*
X115607377Y-45660347D01*
X115423673Y-45584067D01*
X115224760Y-45583893D01*
X115040923Y-45659853D01*
X114900147Y-45800383D01*
X114823867Y-45984087D01*
X114823693Y-46183000D01*
X108018079Y-46183000D01*
X107931597Y-46096367D01*
X107747893Y-46020087D01*
X107548980Y-46019913D01*
X107365143Y-46095873D01*
X107224367Y-46236403D01*
X107148087Y-46420107D01*
X107147913Y-46619020D01*
X107223873Y-46802857D01*
X107364403Y-46943633D01*
X107467706Y-46986528D01*
X107408087Y-47130107D01*
X107407913Y-47329020D01*
X107427342Y-47376041D01*
X107355143Y-47405873D01*
X107214367Y-47546403D01*
X107138087Y-47730107D01*
X107137913Y-47929020D01*
X105210780Y-47929020D01*
X105210780Y-46719554D01*
X105970954Y-45959380D01*
X109075679Y-45959380D01*
X109149183Y-46033013D01*
X109332887Y-46109293D01*
X109531800Y-46109467D01*
X109715637Y-46033507D01*
X109856413Y-45892977D01*
X109932693Y-45709273D01*
X109932867Y-45510360D01*
X109856907Y-45326523D01*
X109716377Y-45185747D01*
X109532673Y-45109467D01*
X109333760Y-45109293D01*
X109149923Y-45185253D01*
X109075666Y-45259380D01*
X105825980Y-45259380D01*
X105692041Y-45286022D01*
X105578493Y-45361893D01*
X104613293Y-46327093D01*
X104537422Y-46440641D01*
X104510780Y-46574580D01*
X104510780Y-53710479D01*
X104437147Y-53783983D01*
X104360867Y-53967687D01*
X104360693Y-54166600D01*
X103709780Y-54166600D01*
X103709780Y-52971780D01*
X103671720Y-52780438D01*
X103612258Y-52691447D01*
X103563334Y-52618227D01*
X102487322Y-51542216D01*
X102578107Y-51579913D01*
X102777020Y-51580087D01*
X102960857Y-51504127D01*
X103101633Y-51363597D01*
X103177913Y-51179893D01*
X103178087Y-50980980D01*
X103158903Y-50934552D01*
X103160687Y-50935293D01*
X103359600Y-50935467D01*
X103543437Y-50859507D01*
X103684213Y-50718977D01*
X103760493Y-50535273D01*
X103760667Y-50336360D01*
X103684707Y-50152523D01*
X103544177Y-50011747D01*
X103360473Y-49935467D01*
X103161560Y-49935293D01*
X103028000Y-49990479D01*
X103028000Y-46931800D01*
X103001358Y-46797861D01*
X103001358Y-46797860D01*
X102925487Y-46684312D01*
X102645380Y-46404206D01*
X102645380Y-40526800D01*
X103852693Y-40526800D01*
X103928653Y-40710637D01*
X104069183Y-40851413D01*
X104252887Y-40927693D01*
X104451800Y-40927867D01*
X104635637Y-40851907D01*
X104776413Y-40711377D01*
X104852693Y-40527673D01*
X104852867Y-40328760D01*
X104776907Y-40144923D01*
X104636377Y-40004147D01*
X104452673Y-39927867D01*
X104253760Y-39927693D01*
X104069923Y-40003653D01*
X103929147Y-40144183D01*
X103852867Y-40327887D01*
X103852693Y-40526800D01*
X102645380Y-40526800D01*
X102645380Y-39551124D01*
X102779687Y-39606893D01*
X102978600Y-39607067D01*
X103162437Y-39531107D01*
X103303213Y-39390577D01*
X103379493Y-39206873D01*
X103379667Y-39007960D01*
X103303707Y-38824123D01*
X103163177Y-38683347D01*
X102979473Y-38607067D01*
X102780560Y-38606893D01*
X102645380Y-38662748D01*
X102645380Y-37811580D01*
X102618738Y-37677641D01*
X102594558Y-37641453D01*
X102592704Y-37638679D01*
X106010292Y-41056267D01*
X106123840Y-41132138D01*
X106146062Y-41136558D01*
X106257780Y-41158780D01*
X106841980Y-41158780D01*
X106975919Y-41132138D01*
X107089467Y-41056267D01*
X107545755Y-40599980D01*
X114969980Y-40599980D01*
X115103919Y-40573338D01*
X115217467Y-40497467D01*
X115320558Y-40394376D01*
X115424600Y-40394467D01*
X115608437Y-40318507D01*
X115749213Y-40177977D01*
X115825493Y-39994273D01*
X115825560Y-39917200D01*
X118635493Y-39917200D01*
X118711453Y-40101037D01*
X118851983Y-40241813D01*
X119035687Y-40318093D01*
X119234600Y-40318267D01*
X119418437Y-40242307D01*
X119559213Y-40101777D01*
X119635493Y-39918073D01*
X119635667Y-39719160D01*
X119559707Y-39535323D01*
X119419177Y-39394547D01*
X119235473Y-39318267D01*
X119036560Y-39318093D01*
X118852723Y-39394053D01*
X118711947Y-39534583D01*
X118635667Y-39718287D01*
X118635493Y-39917200D01*
X115825560Y-39917200D01*
X115825667Y-39795360D01*
X115749707Y-39611523D01*
X115609177Y-39470747D01*
X115425473Y-39394467D01*
X115226560Y-39394293D01*
X115042723Y-39470253D01*
X114901947Y-39610783D01*
X114825667Y-39794487D01*
X114825575Y-39899410D01*
X114825006Y-39899980D01*
X107400780Y-39899980D01*
X107266841Y-39926622D01*
X107153293Y-40002492D01*
X106697006Y-40458780D01*
X106402755Y-40458780D01*
X105806103Y-39862129D01*
X105931037Y-39810507D01*
X106071813Y-39669977D01*
X106148093Y-39486273D01*
X106148185Y-39381350D01*
X106377355Y-39152180D01*
X111261580Y-39152180D01*
X111395519Y-39125538D01*
X111509067Y-39049667D01*
X111987734Y-38571000D01*
X114292093Y-38571000D01*
X114368053Y-38754837D01*
X114508583Y-38895613D01*
X114692287Y-38971893D01*
X114891200Y-38972067D01*
X115075037Y-38896107D01*
X115215813Y-38755577D01*
X115292093Y-38571873D01*
X115292115Y-38545600D01*
X115308093Y-38545600D01*
X115384053Y-38729437D01*
X115524583Y-38870213D01*
X115708287Y-38946493D01*
X115907200Y-38946667D01*
X116091037Y-38870707D01*
X116231813Y-38730177D01*
X116308093Y-38546473D01*
X116308204Y-38418600D01*
X118635493Y-38418600D01*
X118711453Y-38602437D01*
X118851983Y-38743213D01*
X119035687Y-38819493D01*
X119234600Y-38819667D01*
X119418437Y-38743707D01*
X119559213Y-38603177D01*
X119635493Y-38419473D01*
X119635667Y-38220560D01*
X119559707Y-38036723D01*
X119419177Y-37895947D01*
X119235473Y-37819667D01*
X119036560Y-37819493D01*
X118852723Y-37895453D01*
X118711947Y-38035983D01*
X118635667Y-38219687D01*
X118635493Y-38418600D01*
X116308204Y-38418600D01*
X116308267Y-38347560D01*
X116232307Y-38163723D01*
X116091777Y-38022947D01*
X115908073Y-37946667D01*
X115709160Y-37946493D01*
X115525323Y-38022453D01*
X115384547Y-38162983D01*
X115308267Y-38346687D01*
X115308093Y-38545600D01*
X115292115Y-38545600D01*
X115292267Y-38372960D01*
X115216307Y-38189123D01*
X115075777Y-38048347D01*
X114892073Y-37972067D01*
X114693160Y-37971893D01*
X114509323Y-38047853D01*
X114368547Y-38188383D01*
X114292267Y-38372087D01*
X114292093Y-38571000D01*
X111987734Y-38571000D01*
X114860955Y-35697780D01*
X116979846Y-35697780D01*
X116947723Y-35711053D01*
X116806947Y-35851583D01*
X116730667Y-36035287D01*
X116730493Y-36234200D01*
X116806453Y-36418037D01*
X116946983Y-36558813D01*
X117130687Y-36635093D01*
X117329600Y-36635267D01*
X117513437Y-36559307D01*
X117654213Y-36418777D01*
X117730493Y-36235073D01*
X117730667Y-36036160D01*
X117654707Y-35852323D01*
X117514177Y-35711547D01*
X117481022Y-35697780D01*
X120965903Y-35697780D01*
X120944580Y-35804980D01*
X120944580Y-40122980D01*
X120968217Y-40241813D01*
X120971222Y-40256919D01*
X121047093Y-40370467D01*
X121615140Y-40938514D01*
X121615140Y-45258860D01*
X121635719Y-45362319D01*
X121641782Y-45392799D01*
X121717653Y-45506347D01*
X122316180Y-46104875D01*
X122316180Y-53253279D01*
X122242547Y-53326783D01*
X122166267Y-53510487D01*
X122166093Y-53709400D01*
X122242053Y-53893237D01*
X122382583Y-54034013D01*
X122566287Y-54110293D01*
X122765200Y-54110467D01*
X122949037Y-54034507D01*
X123089813Y-53893977D01*
X123166093Y-53710273D01*
X123166267Y-53511360D01*
X123090307Y-53327523D01*
X123016180Y-53253266D01*
X123016180Y-48629400D01*
X131691093Y-48629400D01*
X131767053Y-48813237D01*
X131907583Y-48954013D01*
X132091287Y-49030293D01*
X132290200Y-49030467D01*
X132474037Y-48954507D01*
X132614813Y-48813977D01*
X132691093Y-48630273D01*
X132691267Y-48431360D01*
X132615307Y-48247523D01*
X132474777Y-48106747D01*
X132291073Y-48030467D01*
X132092160Y-48030293D01*
X131908323Y-48106253D01*
X131767547Y-48246783D01*
X131691267Y-48430487D01*
X131691093Y-48629400D01*
X123016180Y-48629400D01*
X123016180Y-45959900D01*
X122989538Y-45825961D01*
X122989538Y-45825960D01*
X122913667Y-45712412D01*
X122315140Y-45113886D01*
X122315140Y-45012440D01*
X134581613Y-45012440D01*
X134657573Y-45196277D01*
X134724880Y-45263702D01*
X134724880Y-54435880D01*
X134755328Y-54588954D01*
X134842037Y-54718723D01*
X134866122Y-54742808D01*
X134866093Y-54776200D01*
X134942053Y-54960037D01*
X135082583Y-55100813D01*
X135266287Y-55177093D01*
X135352684Y-55177169D01*
X135285367Y-55339287D01*
X135285193Y-55538200D01*
X135361153Y-55722037D01*
X135501683Y-55862813D01*
X135685387Y-55939093D01*
X135884300Y-55939267D01*
X136068137Y-55863307D01*
X136208913Y-55722777D01*
X136285193Y-55539073D01*
X136285367Y-55340160D01*
X136209407Y-55156323D01*
X136068877Y-55015547D01*
X135885173Y-54939267D01*
X135798776Y-54939191D01*
X135866093Y-54777073D01*
X135866267Y-54578160D01*
X135843145Y-54522200D01*
X138650693Y-54522200D01*
X138726653Y-54706037D01*
X138867183Y-54846813D01*
X139050887Y-54923093D01*
X139085037Y-54923123D01*
X139360380Y-55198465D01*
X139360380Y-59858780D01*
X139390828Y-60011854D01*
X139477537Y-60141623D01*
X140658000Y-61322086D01*
X140658000Y-62472811D01*
X140634367Y-62496403D01*
X140558087Y-62680107D01*
X140557913Y-62879020D01*
X140633873Y-63062857D01*
X140774403Y-63203633D01*
X140829113Y-63226350D01*
X140809947Y-63245483D01*
X140733667Y-63429187D01*
X140733493Y-63628100D01*
X140809453Y-63811937D01*
X140949983Y-63952713D01*
X141133687Y-64028993D01*
X141238610Y-64029085D01*
X141493180Y-64283655D01*
X141493180Y-72495280D01*
X141514555Y-72602738D01*
X141519822Y-72629219D01*
X141595693Y-72742767D01*
X143184684Y-74331759D01*
X143184593Y-74435800D01*
X143260553Y-74619637D01*
X143401083Y-74760413D01*
X143584787Y-74836693D01*
X143783700Y-74836867D01*
X143967537Y-74760907D01*
X144108313Y-74620377D01*
X144184593Y-74436673D01*
X144184767Y-74237760D01*
X144108807Y-74053923D01*
X143968277Y-73913147D01*
X143784573Y-73836867D01*
X143679650Y-73836775D01*
X142193180Y-72350306D01*
X142193180Y-64138680D01*
X142166538Y-64004741D01*
X142156857Y-63990253D01*
X142090668Y-63891193D01*
X141733576Y-63534102D01*
X141733667Y-63430060D01*
X141657707Y-63246223D01*
X141517177Y-63105447D01*
X141462467Y-63082730D01*
X141481633Y-63063597D01*
X141557913Y-62879893D01*
X141558087Y-62680980D01*
X141482127Y-62497143D01*
X141458000Y-62472974D01*
X141458000Y-61156405D01*
X141458001Y-61156400D01*
X141427552Y-61003326D01*
X141340843Y-60873557D01*
X140160380Y-59693094D01*
X140160380Y-55032785D01*
X140160381Y-55032780D01*
X140129932Y-54879707D01*
X140113410Y-54854980D01*
X140043223Y-54749937D01*
X140043220Y-54749935D01*
X139650838Y-54357552D01*
X139650867Y-54324160D01*
X139574907Y-54140323D01*
X139434377Y-53999547D01*
X139250673Y-53923267D01*
X139051760Y-53923093D01*
X138867923Y-53999053D01*
X138727147Y-54139583D01*
X138650867Y-54323287D01*
X138650693Y-54522200D01*
X135843145Y-54522200D01*
X135790307Y-54394323D01*
X135649777Y-54253547D01*
X135524880Y-54201686D01*
X135524880Y-45149942D01*
X135581613Y-45013313D01*
X135581787Y-44814400D01*
X135505827Y-44630563D01*
X135365297Y-44489787D01*
X135181593Y-44413507D01*
X134982680Y-44413333D01*
X134798843Y-44489293D01*
X134658067Y-44629823D01*
X134581787Y-44813527D01*
X134581613Y-45012440D01*
X122315140Y-45012440D01*
X122315140Y-40793540D01*
X122288498Y-40659601D01*
X122212627Y-40546053D01*
X121990174Y-40323600D01*
X131437093Y-40323600D01*
X131513053Y-40507437D01*
X131653583Y-40648213D01*
X131837287Y-40724493D01*
X132036200Y-40724667D01*
X132220037Y-40648707D01*
X132360813Y-40508177D01*
X132384720Y-40450600D01*
X134916893Y-40450600D01*
X134992853Y-40634437D01*
X135133383Y-40775213D01*
X135317087Y-40851493D01*
X135516000Y-40851667D01*
X135699837Y-40775707D01*
X135799753Y-40675966D01*
X135804919Y-40674938D01*
X135918467Y-40599067D01*
X136299467Y-40218068D01*
X136375338Y-40104520D01*
X136385249Y-40054693D01*
X136401980Y-39970580D01*
X136401980Y-39637800D01*
X141165293Y-39637800D01*
X141241253Y-39821637D01*
X141381783Y-39962413D01*
X141565487Y-40038693D01*
X141764400Y-40038867D01*
X141948237Y-39962907D01*
X142089013Y-39822377D01*
X142165293Y-39638673D01*
X142165467Y-39439760D01*
X142089507Y-39255923D01*
X141948977Y-39115147D01*
X141765273Y-39038867D01*
X141566360Y-39038693D01*
X141382523Y-39114653D01*
X141241747Y-39255183D01*
X141165467Y-39438887D01*
X141165293Y-39637800D01*
X136401980Y-39637800D01*
X136401980Y-37482881D01*
X136475613Y-37409377D01*
X136551893Y-37225673D01*
X136552067Y-37026760D01*
X136476107Y-36842923D01*
X136335577Y-36702147D01*
X136151873Y-36625867D01*
X135952960Y-36625693D01*
X135769123Y-36701653D01*
X135628347Y-36842183D01*
X135552067Y-37025887D01*
X135551893Y-37224800D01*
X135627853Y-37408637D01*
X135701980Y-37482894D01*
X135701980Y-39825605D01*
X135629254Y-39898331D01*
X135516873Y-39851667D01*
X135317960Y-39851493D01*
X135134123Y-39927453D01*
X134993347Y-40067983D01*
X134917067Y-40251687D01*
X134916893Y-40450600D01*
X132384720Y-40450600D01*
X132437093Y-40324473D01*
X132437267Y-40125560D01*
X132361307Y-39941723D01*
X132287180Y-39867466D01*
X132287180Y-38362954D01*
X132973558Y-37676576D01*
X133077600Y-37676667D01*
X133261437Y-37600707D01*
X133402213Y-37460177D01*
X133478493Y-37276473D01*
X133478667Y-37077560D01*
X133402707Y-36893723D01*
X133330110Y-36820999D01*
X133376813Y-36774377D01*
X133453093Y-36590673D01*
X133453182Y-36488200D01*
X140479493Y-36488200D01*
X140555453Y-36672037D01*
X140640772Y-36757506D01*
X140555947Y-36842183D01*
X140479667Y-37025887D01*
X140479493Y-37224800D01*
X140555453Y-37408637D01*
X140695983Y-37549413D01*
X140879687Y-37625693D01*
X141078600Y-37625867D01*
X141262437Y-37549907D01*
X141403213Y-37409377D01*
X141479493Y-37225673D01*
X141479667Y-37026760D01*
X141403707Y-36842923D01*
X141318388Y-36757454D01*
X141403213Y-36672777D01*
X141479493Y-36489073D01*
X141479667Y-36290160D01*
X141403707Y-36106323D01*
X141263177Y-35965547D01*
X141079473Y-35889267D01*
X140880560Y-35889093D01*
X140696723Y-35965053D01*
X140555947Y-36105583D01*
X140479667Y-36289287D01*
X140479493Y-36488200D01*
X133453182Y-36488200D01*
X133453267Y-36391760D01*
X133377307Y-36207923D01*
X133236777Y-36067147D01*
X133053073Y-35990867D01*
X132854160Y-35990693D01*
X132670323Y-36066653D01*
X132529547Y-36207183D01*
X132453267Y-36390887D01*
X132453093Y-36589800D01*
X132529053Y-36773637D01*
X132601650Y-36846361D01*
X132554947Y-36892983D01*
X132478667Y-37076687D01*
X132478575Y-37181611D01*
X131689693Y-37970493D01*
X131613822Y-38084041D01*
X131587180Y-38217980D01*
X131587180Y-39867479D01*
X131513547Y-39940983D01*
X131437267Y-40124687D01*
X131437093Y-40323600D01*
X121990174Y-40323600D01*
X121644580Y-39978006D01*
X121644580Y-37224800D01*
X128109693Y-37224800D01*
X128185653Y-37408637D01*
X128326183Y-37549413D01*
X128509887Y-37625693D01*
X128708800Y-37625867D01*
X128892637Y-37549907D01*
X129033413Y-37409377D01*
X129109693Y-37225673D01*
X129109867Y-37026760D01*
X129033907Y-36842923D01*
X128893377Y-36702147D01*
X128709673Y-36625867D01*
X128510760Y-36625693D01*
X128326923Y-36701653D01*
X128186147Y-36842183D01*
X128109867Y-37025887D01*
X128109693Y-37224800D01*
X121644580Y-37224800D01*
X121644580Y-36818400D01*
X124121893Y-36818400D01*
X124197853Y-37002237D01*
X124338383Y-37143013D01*
X124522087Y-37219293D01*
X124721000Y-37219467D01*
X124904837Y-37143507D01*
X125045613Y-37002977D01*
X125121893Y-36819273D01*
X125122067Y-36620360D01*
X125046107Y-36436523D01*
X124905577Y-36295747D01*
X124721873Y-36219467D01*
X124522960Y-36219293D01*
X124339123Y-36295253D01*
X124198347Y-36435783D01*
X124122067Y-36619487D01*
X124121893Y-36818400D01*
X121644580Y-36818400D01*
X121644580Y-35949954D01*
X121746758Y-35847776D01*
X121850800Y-35847867D01*
X122034637Y-35771907D01*
X122175413Y-35631377D01*
X122251693Y-35447673D01*
X122251867Y-35248760D01*
X122175907Y-35064923D01*
X122035377Y-34924147D01*
X121851673Y-34847867D01*
X121652760Y-34847693D01*
X121468923Y-34923653D01*
X121394666Y-34997780D01*
X114715980Y-34997780D01*
X114604262Y-35020002D01*
X114582040Y-35024422D01*
X114468492Y-35100293D01*
X112879162Y-36689623D01*
X112879267Y-36569560D01*
X112803307Y-36385723D01*
X112662777Y-36244947D01*
X112479073Y-36168667D01*
X112280160Y-36168493D01*
X112096323Y-36244453D01*
X111955547Y-36384983D01*
X111879267Y-36568687D01*
X111879093Y-36767600D01*
X111955053Y-36951437D01*
X112095583Y-37092213D01*
X112279287Y-37168493D01*
X112400187Y-37168599D01*
X111116606Y-38452180D01*
X106232380Y-38452180D01*
X106098441Y-38478822D01*
X105984893Y-38554692D01*
X105653202Y-38886384D01*
X105549160Y-38886293D01*
X105365323Y-38962253D01*
X105224547Y-39102783D01*
X105172383Y-39228408D01*
X101045180Y-35101206D01*
X101045180Y-34357180D01*
X101018538Y-34223241D01*
X100984104Y-34171707D01*
X100942668Y-34109693D01*
X100316954Y-33483980D01*
X111981672Y-33483980D01*
X111816923Y-33552053D01*
G36*
X64150180Y-111718155D02*
X64150180Y-112970180D01*
X64174614Y-113093017D01*
X64176822Y-113104119D01*
X64252693Y-113217667D01*
X64886780Y-113851755D01*
X64886780Y-114157205D01*
X63859580Y-113130006D01*
X63859580Y-111427554D01*
X64150180Y-111718155D01*
X64150180Y-111718155D01*
G37*
X64150180Y-111718155D02*
X64150180Y-112970180D01*
X64174614Y-113093017D01*
X64176822Y-113104119D01*
X64252693Y-113217667D01*
X64886780Y-113851755D01*
X64886780Y-114157205D01*
X63859580Y-113130006D01*
X63859580Y-111427554D01*
X64150180Y-111718155D01*
G36*
X63642180Y-110855205D02*
X63376980Y-110590006D01*
X63376980Y-108797154D01*
X63642180Y-108531955D01*
X63642180Y-110855205D01*
X63642180Y-110855205D01*
G37*
X63642180Y-110855205D02*
X63376980Y-110590006D01*
X63376980Y-108797154D01*
X63642180Y-108531955D01*
X63642180Y-110855205D01*
G36*
X65801180Y-63864555D02*
X65801180Y-68280119D01*
X65762507Y-68186523D01*
X65621977Y-68045747D01*
X65438273Y-67969467D01*
X65239360Y-67969293D01*
X65055523Y-68045253D01*
X64914747Y-68185783D01*
X64838467Y-68369487D01*
X64838293Y-68568400D01*
X64914253Y-68752237D01*
X65054783Y-68893013D01*
X65104933Y-68913837D01*
X65055523Y-68934253D01*
X64914747Y-69074783D01*
X64838467Y-69258487D01*
X64838293Y-69457400D01*
X64914253Y-69641237D01*
X65054783Y-69782013D01*
X65238487Y-69858293D01*
X65437400Y-69858467D01*
X65621237Y-69782507D01*
X65762013Y-69641977D01*
X65801180Y-69547652D01*
X65801180Y-73904980D01*
X65819140Y-73995269D01*
X65827822Y-74038919D01*
X65903693Y-74152467D01*
X66563180Y-74811955D01*
X66563180Y-79081305D01*
X66348496Y-79295989D01*
X66334007Y-79260923D01*
X66193477Y-79120147D01*
X66009773Y-79043867D01*
X65810860Y-79043693D01*
X65627023Y-79119653D01*
X65486247Y-79260183D01*
X65409967Y-79443887D01*
X65409793Y-79642800D01*
X65485753Y-79826637D01*
X65626283Y-79967413D01*
X65809987Y-80043693D01*
X65826580Y-80043708D01*
X65826580Y-80420080D01*
X65841757Y-80496382D01*
X65841593Y-80684200D01*
X65917553Y-80868037D01*
X65945048Y-80895580D01*
X64886454Y-80895580D01*
X64596180Y-80605306D01*
X64596180Y-62659554D01*
X65801180Y-63864555D01*
X65801180Y-63864555D01*
G37*
X65801180Y-63864555D02*
X65801180Y-68280119D01*
X65762507Y-68186523D01*
X65621977Y-68045747D01*
X65438273Y-67969467D01*
X65239360Y-67969293D01*
X65055523Y-68045253D01*
X64914747Y-68185783D01*
X64838467Y-68369487D01*
X64838293Y-68568400D01*
X64914253Y-68752237D01*
X65054783Y-68893013D01*
X65104933Y-68913837D01*
X65055523Y-68934253D01*
X64914747Y-69074783D01*
X64838467Y-69258487D01*
X64838293Y-69457400D01*
X64914253Y-69641237D01*
X65054783Y-69782013D01*
X65238487Y-69858293D01*
X65437400Y-69858467D01*
X65621237Y-69782507D01*
X65762013Y-69641977D01*
X65801180Y-69547652D01*
X65801180Y-73904980D01*
X65819140Y-73995269D01*
X65827822Y-74038919D01*
X65903693Y-74152467D01*
X66563180Y-74811955D01*
X66563180Y-79081305D01*
X66348496Y-79295989D01*
X66334007Y-79260923D01*
X66193477Y-79120147D01*
X66009773Y-79043867D01*
X65810860Y-79043693D01*
X65627023Y-79119653D01*
X65486247Y-79260183D01*
X65409967Y-79443887D01*
X65409793Y-79642800D01*
X65485753Y-79826637D01*
X65626283Y-79967413D01*
X65809987Y-80043693D01*
X65826580Y-80043708D01*
X65826580Y-80420080D01*
X65841757Y-80496382D01*
X65841593Y-80684200D01*
X65917553Y-80868037D01*
X65945048Y-80895580D01*
X64886454Y-80895580D01*
X64596180Y-80605306D01*
X64596180Y-62659554D01*
X65801180Y-63864555D01*
G36*
X67960180Y-59495755D02*
X67960180Y-79094005D01*
X67314306Y-79739880D01*
X67117881Y-79739880D01*
X67044377Y-79666247D01*
X66990542Y-79643893D01*
X67160668Y-79473767D01*
X67236538Y-79360219D01*
X67263180Y-79226280D01*
X67263180Y-74666980D01*
X67236538Y-74533041D01*
X67160668Y-74419493D01*
X66958956Y-74217782D01*
X67119837Y-74151307D01*
X67260613Y-74010777D01*
X67336893Y-73827073D01*
X67336985Y-73722150D01*
X67643268Y-73415867D01*
X67719138Y-73302319D01*
X67745780Y-73168380D01*
X67745780Y-62246380D01*
X67721899Y-62126320D01*
X67719138Y-62112440D01*
X67643267Y-61998893D01*
X66773729Y-61129355D01*
X66916637Y-61070307D01*
X67057413Y-60929777D01*
X67133693Y-60746073D01*
X67133867Y-60547160D01*
X67057907Y-60363323D01*
X66928218Y-60233407D01*
X66992837Y-60206707D01*
X67133613Y-60066177D01*
X67209893Y-59882473D01*
X67210067Y-59683560D01*
X67134107Y-59499723D01*
X67002850Y-59368237D01*
X67037600Y-59368267D01*
X67221437Y-59292307D01*
X67362213Y-59151777D01*
X67436734Y-58972309D01*
X67960180Y-59495755D01*
X67960180Y-59495755D01*
G37*
X67960180Y-59495755D02*
X67960180Y-79094005D01*
X67314306Y-79739880D01*
X67117881Y-79739880D01*
X67044377Y-79666247D01*
X66990542Y-79643893D01*
X67160668Y-79473767D01*
X67236538Y-79360219D01*
X67263180Y-79226280D01*
X67263180Y-74666980D01*
X67236538Y-74533041D01*
X67160668Y-74419493D01*
X66958956Y-74217782D01*
X67119837Y-74151307D01*
X67260613Y-74010777D01*
X67336893Y-73827073D01*
X67336985Y-73722150D01*
X67643268Y-73415867D01*
X67719138Y-73302319D01*
X67745780Y-73168380D01*
X67745780Y-62246380D01*
X67721899Y-62126320D01*
X67719138Y-62112440D01*
X67643267Y-61998893D01*
X66773729Y-61129355D01*
X66916637Y-61070307D01*
X67057413Y-60929777D01*
X67133693Y-60746073D01*
X67133867Y-60547160D01*
X67057907Y-60363323D01*
X66928218Y-60233407D01*
X66992837Y-60206707D01*
X67133613Y-60066177D01*
X67209893Y-59882473D01*
X67210067Y-59683560D01*
X67134107Y-59499723D01*
X67002850Y-59368237D01*
X67037600Y-59368267D01*
X67221437Y-59292307D01*
X67362213Y-59151777D01*
X67436734Y-58972309D01*
X67960180Y-59495755D01*
G36*
X67045780Y-62391354D02*
X67045780Y-63522305D01*
X65510580Y-61987106D01*
X65510580Y-60856154D01*
X67045780Y-62391354D01*
X67045780Y-62391354D01*
G37*
X67045780Y-62391354D02*
X67045780Y-63522305D01*
X65510580Y-61987106D01*
X65510580Y-60856154D01*
X67045780Y-62391354D01*
G36*
X133360100Y-61827085D02*
X132795180Y-62392006D01*
X132795180Y-61712980D01*
X132768538Y-61579041D01*
X132710414Y-61492053D01*
X132692667Y-61465492D01*
X132287180Y-61060006D01*
X132287180Y-60524454D01*
X133360100Y-59451535D01*
X133360100Y-61827085D01*
X133360100Y-61827085D01*
G37*
X133360100Y-61827085D02*
X132795180Y-62392006D01*
X132795180Y-61712980D01*
X132768538Y-61579041D01*
X132710414Y-61492053D01*
X132692667Y-61465492D01*
X132287180Y-61060006D01*
X132287180Y-60524454D01*
X133360100Y-59451535D01*
X133360100Y-61827085D01*
G36*
X147636087Y-45728293D02*
X147741010Y-45728385D01*
X147817780Y-45805155D01*
X147817780Y-47344006D01*
X147069980Y-48091806D01*
X147069980Y-47227554D01*
X147272267Y-47025268D01*
X147348138Y-46911720D01*
X147353190Y-46886319D01*
X147374780Y-46777780D01*
X147374780Y-45890281D01*
X147448413Y-45816777D01*
X147507351Y-45674838D01*
X147636087Y-45728293D01*
X147636087Y-45728293D01*
G37*
X147636087Y-45728293D02*
X147741010Y-45728385D01*
X147817780Y-45805155D01*
X147817780Y-47344006D01*
X147069980Y-48091806D01*
X147069980Y-47227554D01*
X147272267Y-47025268D01*
X147348138Y-46911720D01*
X147353190Y-46886319D01*
X147374780Y-46777780D01*
X147374780Y-45890281D01*
X147448413Y-45816777D01*
X147507351Y-45674838D01*
X147636087Y-45728293D01*
G36*
X145963580Y-37804155D02*
X145963580Y-44169005D01*
X145380293Y-44752293D01*
X145304422Y-44865841D01*
X145277780Y-44999780D01*
X145277780Y-45150679D01*
X145204147Y-45224183D01*
X145127867Y-45407887D01*
X145127693Y-45606800D01*
X145150696Y-45662470D01*
X145089102Y-45687920D01*
X145086707Y-45682123D01*
X145012580Y-45607866D01*
X145012580Y-43874754D01*
X145672068Y-43215267D01*
X145747938Y-43101719D01*
X145774580Y-42967780D01*
X145774580Y-38979980D01*
X145747938Y-38846041D01*
X145747938Y-38846040D01*
X145672067Y-38732492D01*
X145492776Y-38553201D01*
X145492867Y-38449160D01*
X145416907Y-38265323D01*
X145276377Y-38124547D01*
X145092673Y-38048267D01*
X144893760Y-38048093D01*
X144877493Y-38054814D01*
X144921193Y-37949573D01*
X144921365Y-37752740D01*
X145066400Y-37752867D01*
X145250237Y-37676907D01*
X145324494Y-37602780D01*
X145762206Y-37602780D01*
X145963580Y-37804155D01*
X145963580Y-37804155D01*
G37*
X145963580Y-37804155D02*
X145963580Y-44169005D01*
X145380293Y-44752293D01*
X145304422Y-44865841D01*
X145277780Y-44999780D01*
X145277780Y-45150679D01*
X145204147Y-45224183D01*
X145127867Y-45407887D01*
X145127693Y-45606800D01*
X145150696Y-45662470D01*
X145089102Y-45687920D01*
X145086707Y-45682123D01*
X145012580Y-45607866D01*
X145012580Y-43874754D01*
X145672068Y-43215267D01*
X145747938Y-43101719D01*
X145774580Y-42967780D01*
X145774580Y-38979980D01*
X145747938Y-38846041D01*
X145747938Y-38846040D01*
X145672067Y-38732492D01*
X145492776Y-38553201D01*
X145492867Y-38449160D01*
X145416907Y-38265323D01*
X145276377Y-38124547D01*
X145092673Y-38048267D01*
X144893760Y-38048093D01*
X144877493Y-38054814D01*
X144921193Y-37949573D01*
X144921365Y-37752740D01*
X145066400Y-37752867D01*
X145250237Y-37676907D01*
X145324494Y-37602780D01*
X145762206Y-37602780D01*
X145963580Y-37804155D01*
G36*
X57215980Y-167456446D02*
X57202707Y-167424323D01*
X57062177Y-167283547D01*
X56878473Y-167207267D01*
X56679560Y-167207093D01*
X56495723Y-167283053D01*
X56354947Y-167423583D01*
X56278667Y-167607287D01*
X56278493Y-167806200D01*
X56354453Y-167990037D01*
X56494983Y-168130813D01*
X56678687Y-168207093D01*
X56877600Y-168207267D01*
X57061437Y-168131307D01*
X57202213Y-167990777D01*
X57215980Y-167957622D01*
X57215980Y-168540462D01*
X57094373Y-168489967D01*
X56895460Y-168489793D01*
X56711623Y-168565753D01*
X56637366Y-168639880D01*
X56232480Y-168639880D01*
X56098541Y-168666522D01*
X55984993Y-168742392D01*
X55692893Y-169034493D01*
X55680780Y-169052621D01*
X55680780Y-167572754D01*
X57215980Y-166037555D01*
X57215980Y-167456446D01*
X57215980Y-167456446D01*
G37*
X57215980Y-167456446D02*
X57202707Y-167424323D01*
X57062177Y-167283547D01*
X56878473Y-167207267D01*
X56679560Y-167207093D01*
X56495723Y-167283053D01*
X56354947Y-167423583D01*
X56278667Y-167607287D01*
X56278493Y-167806200D01*
X56354453Y-167990037D01*
X56494983Y-168130813D01*
X56678687Y-168207093D01*
X56877600Y-168207267D01*
X57061437Y-168131307D01*
X57202213Y-167990777D01*
X57215980Y-167957622D01*
X57215980Y-168540462D01*
X57094373Y-168489967D01*
X56895460Y-168489793D01*
X56711623Y-168565753D01*
X56637366Y-168639880D01*
X56232480Y-168639880D01*
X56098541Y-168666522D01*
X55984993Y-168742392D01*
X55692893Y-169034493D01*
X55680780Y-169052621D01*
X55680780Y-167572754D01*
X57215980Y-166037555D01*
X57215980Y-167456446D01*
G36*
X40899383Y-160002813D02*
X41083087Y-160079093D01*
X41245746Y-160079235D01*
X41216547Y-160108383D01*
X41140267Y-160292087D01*
X41140093Y-160491000D01*
X41216053Y-160674837D01*
X41356583Y-160815613D01*
X41540287Y-160891893D01*
X41739200Y-160892067D01*
X41848980Y-160846707D01*
X41848980Y-164082405D01*
X41140653Y-164790733D01*
X41174893Y-164708273D01*
X41175067Y-164509360D01*
X41099107Y-164325523D01*
X40958577Y-164184747D01*
X40774873Y-164108467D01*
X40575960Y-164108293D01*
X40392123Y-164184253D01*
X40251347Y-164324783D01*
X40175067Y-164508487D01*
X40174893Y-164707400D01*
X40250853Y-164891237D01*
X40391383Y-165032013D01*
X40430283Y-165048166D01*
X40347360Y-165048093D01*
X40173280Y-165120021D01*
X40173280Y-162945166D01*
X40301922Y-163073808D01*
X40301893Y-163107200D01*
X40377853Y-163291037D01*
X40518383Y-163431813D01*
X40702087Y-163508093D01*
X40901000Y-163508267D01*
X41084837Y-163432307D01*
X41225613Y-163291777D01*
X41301893Y-163108073D01*
X41302067Y-162909160D01*
X41226107Y-162725323D01*
X41085577Y-162584547D01*
X40901873Y-162508267D01*
X40867723Y-162508237D01*
X40668580Y-162309094D01*
X40668580Y-161835753D01*
X40689387Y-161844393D01*
X40888300Y-161844567D01*
X41072137Y-161768607D01*
X41212913Y-161628077D01*
X41289193Y-161444373D01*
X41289367Y-161245460D01*
X41213407Y-161061623D01*
X41072877Y-160920847D01*
X40889173Y-160844567D01*
X40738905Y-160844436D01*
X40815932Y-160729156D01*
X40846380Y-160576082D01*
X40846380Y-159949717D01*
X40899383Y-160002813D01*
X40899383Y-160002813D01*
G37*
X40899383Y-160002813D02*
X41083087Y-160079093D01*
X41245746Y-160079235D01*
X41216547Y-160108383D01*
X41140267Y-160292087D01*
X41140093Y-160491000D01*
X41216053Y-160674837D01*
X41356583Y-160815613D01*
X41540287Y-160891893D01*
X41739200Y-160892067D01*
X41848980Y-160846707D01*
X41848980Y-164082405D01*
X41140653Y-164790733D01*
X41174893Y-164708273D01*
X41175067Y-164509360D01*
X41099107Y-164325523D01*
X40958577Y-164184747D01*
X40774873Y-164108467D01*
X40575960Y-164108293D01*
X40392123Y-164184253D01*
X40251347Y-164324783D01*
X40175067Y-164508487D01*
X40174893Y-164707400D01*
X40250853Y-164891237D01*
X40391383Y-165032013D01*
X40430283Y-165048166D01*
X40347360Y-165048093D01*
X40173280Y-165120021D01*
X40173280Y-162945166D01*
X40301922Y-163073808D01*
X40301893Y-163107200D01*
X40377853Y-163291037D01*
X40518383Y-163431813D01*
X40702087Y-163508093D01*
X40901000Y-163508267D01*
X41084837Y-163432307D01*
X41225613Y-163291777D01*
X41301893Y-163108073D01*
X41302067Y-162909160D01*
X41226107Y-162725323D01*
X41085577Y-162584547D01*
X40901873Y-162508267D01*
X40867723Y-162508237D01*
X40668580Y-162309094D01*
X40668580Y-161835753D01*
X40689387Y-161844393D01*
X40888300Y-161844567D01*
X41072137Y-161768607D01*
X41212913Y-161628077D01*
X41289193Y-161444373D01*
X41289367Y-161245460D01*
X41213407Y-161061623D01*
X41072877Y-160920847D01*
X40889173Y-160844567D01*
X40738905Y-160844436D01*
X40815932Y-160729156D01*
X40846380Y-160576082D01*
X40846380Y-159949717D01*
X40899383Y-160002813D01*
G36*
X52723380Y-66792197D02*
X52723380Y-77968980D01*
X52765246Y-78179456D01*
X52884471Y-78357889D01*
X53062904Y-78477114D01*
X53273380Y-78518980D01*
X53483856Y-78477114D01*
X53494880Y-78469748D01*
X53494880Y-79099280D01*
X53518517Y-79218113D01*
X53521522Y-79233219D01*
X53597393Y-79346767D01*
X54117180Y-79866554D01*
X54117180Y-84720105D01*
X53927593Y-84909693D01*
X53851722Y-85023241D01*
X53825080Y-85157180D01*
X53825080Y-100638480D01*
X53844388Y-100735547D01*
X53851722Y-100772419D01*
X53927593Y-100885967D01*
X54195784Y-101154158D01*
X54195693Y-101258200D01*
X54271653Y-101442037D01*
X54412183Y-101582813D01*
X54595887Y-101659093D01*
X54794800Y-101659267D01*
X54978637Y-101583307D01*
X55119413Y-101442777D01*
X55195693Y-101259073D01*
X55195867Y-101060160D01*
X55119907Y-100876323D01*
X54979377Y-100735547D01*
X54795673Y-100659267D01*
X54690749Y-100659175D01*
X54525080Y-100493506D01*
X54525080Y-85302154D01*
X54714668Y-85112567D01*
X54790538Y-84999019D01*
X54817180Y-84865080D01*
X54817180Y-80744732D01*
X54841993Y-80781867D01*
X55399880Y-81339755D01*
X55399880Y-82103906D01*
X55134093Y-82369693D01*
X55058222Y-82483241D01*
X55031580Y-82617180D01*
X55031580Y-85093680D01*
X55053398Y-85203367D01*
X55058222Y-85227619D01*
X55134093Y-85341167D01*
X55552280Y-85759354D01*
X55552280Y-88305279D01*
X55478647Y-88378783D01*
X55402367Y-88562487D01*
X55402193Y-88761400D01*
X55478153Y-88945237D01*
X55618683Y-89086013D01*
X55802387Y-89162293D01*
X56001300Y-89162467D01*
X56185137Y-89086507D01*
X56281419Y-88990393D01*
X56377780Y-89086755D01*
X56377780Y-91921005D01*
X56170089Y-92128696D01*
X56186293Y-92089673D01*
X56186467Y-91890760D01*
X56110507Y-91706923D01*
X55969977Y-91566147D01*
X55786273Y-91489867D01*
X55587360Y-91489693D01*
X55403523Y-91565653D01*
X55262747Y-91706183D01*
X55186467Y-91889887D01*
X55186293Y-92088800D01*
X55262253Y-92272637D01*
X55336380Y-92346894D01*
X55336380Y-99914580D01*
X55360261Y-100034640D01*
X55363022Y-100048519D01*
X55438893Y-100162067D01*
X55590380Y-100313555D01*
X55590380Y-106424405D01*
X55160406Y-106854380D01*
X54492580Y-106854380D01*
X54380862Y-106876602D01*
X54358640Y-106881022D01*
X54245092Y-106956893D01*
X54144405Y-107057580D01*
X53274881Y-107057580D01*
X53201377Y-106983947D01*
X53017673Y-106907667D01*
X52818760Y-106907493D01*
X52634923Y-106983453D01*
X52494147Y-107123983D01*
X52417867Y-107307687D01*
X52417693Y-107506600D01*
X52493653Y-107690437D01*
X52634183Y-107831213D01*
X52817887Y-107907493D01*
X52922811Y-107907585D01*
X53532980Y-108517754D01*
X53532980Y-109142206D01*
X53114793Y-109560393D01*
X53038922Y-109673941D01*
X53012280Y-109807880D01*
X53012280Y-111166780D01*
X53017846Y-111194760D01*
X53038922Y-111300719D01*
X53114793Y-111414267D01*
X53532980Y-111832454D01*
X53532980Y-122250752D01*
X53531577Y-122249347D01*
X53347873Y-122173067D01*
X53148960Y-122172893D01*
X52965123Y-122248853D01*
X52824347Y-122389383D01*
X52748067Y-122573087D01*
X52747893Y-122772000D01*
X52823853Y-122955837D01*
X52874980Y-123007053D01*
X52874980Y-149647344D01*
X52874893Y-149746800D01*
X52950853Y-149930637D01*
X53091383Y-150071413D01*
X53275087Y-150147693D01*
X53474000Y-150147867D01*
X53657837Y-150071907D01*
X53736180Y-149993701D01*
X53736180Y-154854780D01*
X53746798Y-154908160D01*
X53762822Y-154988719D01*
X53838693Y-155102267D01*
X54853780Y-156117354D01*
X54853780Y-159831679D01*
X54791780Y-159893570D01*
X54791780Y-158740980D01*
X54765138Y-158607041D01*
X54689267Y-158493493D01*
X50778580Y-154582806D01*
X50778580Y-111681554D01*
X51527293Y-112430267D01*
X51640841Y-112506138D01*
X51774780Y-112532780D01*
X52433679Y-112532780D01*
X52507183Y-112606413D01*
X52690887Y-112682693D01*
X52889800Y-112682867D01*
X53073637Y-112606907D01*
X53214413Y-112466377D01*
X53290693Y-112282673D01*
X53290867Y-112083760D01*
X53214907Y-111899923D01*
X53074377Y-111759147D01*
X52890673Y-111682867D01*
X52691760Y-111682693D01*
X52507923Y-111758653D01*
X52433666Y-111832780D01*
X51919754Y-111832780D01*
X51083380Y-110996406D01*
X51083380Y-102124380D01*
X51119980Y-102124380D01*
X51119980Y-108804580D01*
X51138894Y-108899667D01*
X51146622Y-108938519D01*
X51222493Y-109052067D01*
X51833584Y-109663158D01*
X51833493Y-109767200D01*
X51909453Y-109951037D01*
X52049983Y-110091813D01*
X52233687Y-110168093D01*
X52432600Y-110168267D01*
X52616437Y-110092307D01*
X52757213Y-109951777D01*
X52833493Y-109768073D01*
X52833667Y-109569160D01*
X52757707Y-109385323D01*
X52617177Y-109244547D01*
X52433473Y-109168267D01*
X52328549Y-109168175D01*
X51819980Y-108659606D01*
X51819980Y-102269354D01*
X51945155Y-102144180D01*
X52306679Y-102144180D01*
X52380183Y-102217813D01*
X52563887Y-102294093D01*
X52762800Y-102294267D01*
X52946637Y-102218307D01*
X53087413Y-102077777D01*
X53163693Y-101894073D01*
X53163867Y-101695160D01*
X53087907Y-101511323D01*
X52947377Y-101370547D01*
X52763673Y-101294267D01*
X52564760Y-101294093D01*
X52380923Y-101370053D01*
X52306666Y-101444180D01*
X51800180Y-101444180D01*
X51692057Y-101465687D01*
X51666240Y-101470822D01*
X51552692Y-101546693D01*
X51222493Y-101876893D01*
X51146622Y-101990441D01*
X51119980Y-102124380D01*
X51083380Y-102124380D01*
X51083380Y-94371454D01*
X51590793Y-94878868D01*
X51704341Y-94954738D01*
X51838280Y-94981380D01*
X51963779Y-94981380D01*
X52037283Y-95055013D01*
X52220987Y-95131293D01*
X52419900Y-95131467D01*
X52603737Y-95055507D01*
X52744513Y-94914977D01*
X52820793Y-94731273D01*
X52820967Y-94532360D01*
X52745007Y-94348523D01*
X52604477Y-94207747D01*
X52420773Y-94131467D01*
X52221860Y-94131293D01*
X52038023Y-94207253D01*
X51973519Y-94271644D01*
X51578680Y-93876806D01*
X51578680Y-79676054D01*
X52606468Y-78648267D01*
X52682338Y-78534719D01*
X52708980Y-78400780D01*
X52708980Y-67872480D01*
X52682338Y-67738541D01*
X52644545Y-67681980D01*
X52606468Y-67624993D01*
X52592276Y-67610801D01*
X52592367Y-67506760D01*
X52516407Y-67322923D01*
X52375877Y-67182147D01*
X52241097Y-67126182D01*
X52274693Y-67045273D01*
X52274835Y-66882798D01*
X52387837Y-66836107D01*
X52528613Y-66695577D01*
X52557409Y-66626227D01*
X52723380Y-66792197D01*
X52723380Y-66792197D01*
G37*
X52723380Y-66792197D02*
X52723380Y-77968980D01*
X52765246Y-78179456D01*
X52884471Y-78357889D01*
X53062904Y-78477114D01*
X53273380Y-78518980D01*
X53483856Y-78477114D01*
X53494880Y-78469748D01*
X53494880Y-79099280D01*
X53518517Y-79218113D01*
X53521522Y-79233219D01*
X53597393Y-79346767D01*
X54117180Y-79866554D01*
X54117180Y-84720105D01*
X53927593Y-84909693D01*
X53851722Y-85023241D01*
X53825080Y-85157180D01*
X53825080Y-100638480D01*
X53844388Y-100735547D01*
X53851722Y-100772419D01*
X53927593Y-100885967D01*
X54195784Y-101154158D01*
X54195693Y-101258200D01*
X54271653Y-101442037D01*
X54412183Y-101582813D01*
X54595887Y-101659093D01*
X54794800Y-101659267D01*
X54978637Y-101583307D01*
X55119413Y-101442777D01*
X55195693Y-101259073D01*
X55195867Y-101060160D01*
X55119907Y-100876323D01*
X54979377Y-100735547D01*
X54795673Y-100659267D01*
X54690749Y-100659175D01*
X54525080Y-100493506D01*
X54525080Y-85302154D01*
X54714668Y-85112567D01*
X54790538Y-84999019D01*
X54817180Y-84865080D01*
X54817180Y-80744732D01*
X54841993Y-80781867D01*
X55399880Y-81339755D01*
X55399880Y-82103906D01*
X55134093Y-82369693D01*
X55058222Y-82483241D01*
X55031580Y-82617180D01*
X55031580Y-85093680D01*
X55053398Y-85203367D01*
X55058222Y-85227619D01*
X55134093Y-85341167D01*
X55552280Y-85759354D01*
X55552280Y-88305279D01*
X55478647Y-88378783D01*
X55402367Y-88562487D01*
X55402193Y-88761400D01*
X55478153Y-88945237D01*
X55618683Y-89086013D01*
X55802387Y-89162293D01*
X56001300Y-89162467D01*
X56185137Y-89086507D01*
X56281419Y-88990393D01*
X56377780Y-89086755D01*
X56377780Y-91921005D01*
X56170089Y-92128696D01*
X56186293Y-92089673D01*
X56186467Y-91890760D01*
X56110507Y-91706923D01*
X55969977Y-91566147D01*
X55786273Y-91489867D01*
X55587360Y-91489693D01*
X55403523Y-91565653D01*
X55262747Y-91706183D01*
X55186467Y-91889887D01*
X55186293Y-92088800D01*
X55262253Y-92272637D01*
X55336380Y-92346894D01*
X55336380Y-99914580D01*
X55360261Y-100034640D01*
X55363022Y-100048519D01*
X55438893Y-100162067D01*
X55590380Y-100313555D01*
X55590380Y-106424405D01*
X55160406Y-106854380D01*
X54492580Y-106854380D01*
X54380862Y-106876602D01*
X54358640Y-106881022D01*
X54245092Y-106956893D01*
X54144405Y-107057580D01*
X53274881Y-107057580D01*
X53201377Y-106983947D01*
X53017673Y-106907667D01*
X52818760Y-106907493D01*
X52634923Y-106983453D01*
X52494147Y-107123983D01*
X52417867Y-107307687D01*
X52417693Y-107506600D01*
X52493653Y-107690437D01*
X52634183Y-107831213D01*
X52817887Y-107907493D01*
X52922811Y-107907585D01*
X53532980Y-108517754D01*
X53532980Y-109142206D01*
X53114793Y-109560393D01*
X53038922Y-109673941D01*
X53012280Y-109807880D01*
X53012280Y-111166780D01*
X53017846Y-111194760D01*
X53038922Y-111300719D01*
X53114793Y-111414267D01*
X53532980Y-111832454D01*
X53532980Y-122250752D01*
X53531577Y-122249347D01*
X53347873Y-122173067D01*
X53148960Y-122172893D01*
X52965123Y-122248853D01*
X52824347Y-122389383D01*
X52748067Y-122573087D01*
X52747893Y-122772000D01*
X52823853Y-122955837D01*
X52874980Y-123007053D01*
X52874980Y-149647344D01*
X52874893Y-149746800D01*
X52950853Y-149930637D01*
X53091383Y-150071413D01*
X53275087Y-150147693D01*
X53474000Y-150147867D01*
X53657837Y-150071907D01*
X53736180Y-149993701D01*
X53736180Y-154854780D01*
X53746798Y-154908160D01*
X53762822Y-154988719D01*
X53838693Y-155102267D01*
X54853780Y-156117354D01*
X54853780Y-159831679D01*
X54791780Y-159893570D01*
X54791780Y-158740980D01*
X54765138Y-158607041D01*
X54689267Y-158493493D01*
X50778580Y-154582806D01*
X50778580Y-111681554D01*
X51527293Y-112430267D01*
X51640841Y-112506138D01*
X51774780Y-112532780D01*
X52433679Y-112532780D01*
X52507183Y-112606413D01*
X52690887Y-112682693D01*
X52889800Y-112682867D01*
X53073637Y-112606907D01*
X53214413Y-112466377D01*
X53290693Y-112282673D01*
X53290867Y-112083760D01*
X53214907Y-111899923D01*
X53074377Y-111759147D01*
X52890673Y-111682867D01*
X52691760Y-111682693D01*
X52507923Y-111758653D01*
X52433666Y-111832780D01*
X51919754Y-111832780D01*
X51083380Y-110996406D01*
X51083380Y-102124380D01*
X51119980Y-102124380D01*
X51119980Y-108804580D01*
X51138894Y-108899667D01*
X51146622Y-108938519D01*
X51222493Y-109052067D01*
X51833584Y-109663158D01*
X51833493Y-109767200D01*
X51909453Y-109951037D01*
X52049983Y-110091813D01*
X52233687Y-110168093D01*
X52432600Y-110168267D01*
X52616437Y-110092307D01*
X52757213Y-109951777D01*
X52833493Y-109768073D01*
X52833667Y-109569160D01*
X52757707Y-109385323D01*
X52617177Y-109244547D01*
X52433473Y-109168267D01*
X52328549Y-109168175D01*
X51819980Y-108659606D01*
X51819980Y-102269354D01*
X51945155Y-102144180D01*
X52306679Y-102144180D01*
X52380183Y-102217813D01*
X52563887Y-102294093D01*
X52762800Y-102294267D01*
X52946637Y-102218307D01*
X53087413Y-102077777D01*
X53163693Y-101894073D01*
X53163867Y-101695160D01*
X53087907Y-101511323D01*
X52947377Y-101370547D01*
X52763673Y-101294267D01*
X52564760Y-101294093D01*
X52380923Y-101370053D01*
X52306666Y-101444180D01*
X51800180Y-101444180D01*
X51692057Y-101465687D01*
X51666240Y-101470822D01*
X51552692Y-101546693D01*
X51222493Y-101876893D01*
X51146622Y-101990441D01*
X51119980Y-102124380D01*
X51083380Y-102124380D01*
X51083380Y-94371454D01*
X51590793Y-94878868D01*
X51704341Y-94954738D01*
X51838280Y-94981380D01*
X51963779Y-94981380D01*
X52037283Y-95055013D01*
X52220987Y-95131293D01*
X52419900Y-95131467D01*
X52603737Y-95055507D01*
X52744513Y-94914977D01*
X52820793Y-94731273D01*
X52820967Y-94532360D01*
X52745007Y-94348523D01*
X52604477Y-94207747D01*
X52420773Y-94131467D01*
X52221860Y-94131293D01*
X52038023Y-94207253D01*
X51973519Y-94271644D01*
X51578680Y-93876806D01*
X51578680Y-79676054D01*
X52606468Y-78648267D01*
X52682338Y-78534719D01*
X52708980Y-78400780D01*
X52708980Y-67872480D01*
X52682338Y-67738541D01*
X52644545Y-67681980D01*
X52606468Y-67624993D01*
X52592276Y-67610801D01*
X52592367Y-67506760D01*
X52516407Y-67322923D01*
X52375877Y-67182147D01*
X52241097Y-67126182D01*
X52274693Y-67045273D01*
X52274835Y-66882798D01*
X52387837Y-66836107D01*
X52528613Y-66695577D01*
X52557409Y-66626227D01*
X52723380Y-66792197D01*
G36*
X41848980Y-155178205D02*
X41278980Y-154608206D01*
X41278980Y-153323354D01*
X41848980Y-152753355D01*
X41848980Y-155178205D01*
X41848980Y-155178205D01*
G37*
X41848980Y-155178205D02*
X41278980Y-154608206D01*
X41278980Y-153323354D01*
X41848980Y-152753355D01*
X41848980Y-155178205D01*
G36*
X50078580Y-152676305D02*
X49635580Y-152233306D01*
X49635580Y-86597554D01*
X50078580Y-86154555D01*
X50078580Y-152676305D01*
X50078580Y-152676305D01*
G37*
X50078580Y-152676305D02*
X49635580Y-152233306D01*
X49635580Y-86597554D01*
X50078580Y-86154555D01*
X50078580Y-152676305D01*
G36*
X41493380Y-135449180D02*
X41509898Y-135532222D01*
X41520022Y-135583119D01*
X41595893Y-135696667D01*
X41798180Y-135898955D01*
X41798180Y-147581375D01*
X41778173Y-147573067D01*
X41579260Y-147572893D01*
X41395423Y-147648853D01*
X41254647Y-147789383D01*
X41178367Y-147973087D01*
X41178193Y-148172000D01*
X41254153Y-148355837D01*
X41394683Y-148496613D01*
X41578387Y-148572893D01*
X41777300Y-148573067D01*
X41795736Y-148565450D01*
X41177380Y-149183806D01*
X41177380Y-134477165D01*
X41235487Y-134501293D01*
X41434400Y-134501467D01*
X41493380Y-134477097D01*
X41493380Y-135449180D01*
X41493380Y-135449180D01*
G37*
X41493380Y-135449180D02*
X41509898Y-135532222D01*
X41520022Y-135583119D01*
X41595893Y-135696667D01*
X41798180Y-135898955D01*
X41798180Y-147581375D01*
X41778173Y-147573067D01*
X41579260Y-147572893D01*
X41395423Y-147648853D01*
X41254647Y-147789383D01*
X41178367Y-147973087D01*
X41178193Y-148172000D01*
X41254153Y-148355837D01*
X41394683Y-148496613D01*
X41578387Y-148572893D01*
X41777300Y-148573067D01*
X41795736Y-148565450D01*
X41177380Y-149183806D01*
X41177380Y-134477165D01*
X41235487Y-134501293D01*
X41434400Y-134501467D01*
X41493380Y-134477097D01*
X41493380Y-135449180D01*
G36*
X56022180Y-108066479D02*
X55948547Y-108139983D01*
X55872267Y-108323687D01*
X55872093Y-108522600D01*
X55948053Y-108706437D01*
X56022180Y-108780694D01*
X56022180Y-110455580D01*
X56046061Y-110575640D01*
X56048822Y-110589519D01*
X56124693Y-110703067D01*
X56225380Y-110803754D01*
X56225380Y-113257006D01*
X56124693Y-113357693D01*
X56048822Y-113471241D01*
X56022180Y-113605180D01*
X56022180Y-116703047D01*
X55959267Y-116608892D01*
X55957776Y-116607401D01*
X55957867Y-116503360D01*
X55881907Y-116319523D01*
X55741377Y-116178747D01*
X55557673Y-116102467D01*
X55358760Y-116102293D01*
X55174923Y-116178253D01*
X55034147Y-116318783D01*
X54957867Y-116502487D01*
X54957693Y-116701400D01*
X55033653Y-116885237D01*
X55174183Y-117026013D01*
X55357887Y-117102293D01*
X55361780Y-117102296D01*
X55361780Y-131048205D01*
X55198180Y-130884606D01*
X55198180Y-125646281D01*
X55271813Y-125572777D01*
X55348093Y-125389073D01*
X55348267Y-125190160D01*
X55272307Y-125006323D01*
X55131777Y-124865547D01*
X54948073Y-124789267D01*
X54749160Y-124789093D01*
X54565323Y-124865053D01*
X54424547Y-125005583D01*
X54348267Y-125189287D01*
X54348093Y-125388200D01*
X54424053Y-125572037D01*
X54498180Y-125646294D01*
X54498180Y-131029580D01*
X54511957Y-131098841D01*
X54524822Y-131163519D01*
X54600693Y-131277067D01*
X54682297Y-131358671D01*
X54643273Y-131342467D01*
X54444360Y-131342293D01*
X54260523Y-131418253D01*
X54232980Y-131445748D01*
X54232980Y-111687480D01*
X54206338Y-111553541D01*
X54130467Y-111439993D01*
X53712280Y-111021806D01*
X53712280Y-109952854D01*
X54130467Y-109534667D01*
X54206338Y-109421119D01*
X54214151Y-109381841D01*
X54232980Y-109287180D01*
X54232980Y-108372780D01*
X54206338Y-108238841D01*
X54130467Y-108125293D01*
X53762754Y-107757580D01*
X54289380Y-107757580D01*
X54423319Y-107730938D01*
X54536867Y-107655067D01*
X54637554Y-107554380D01*
X55305380Y-107554380D01*
X55439319Y-107527738D01*
X55552867Y-107451867D01*
X56022180Y-106982555D01*
X56022180Y-108066479D01*
X56022180Y-108066479D01*
G37*
X56022180Y-108066479D02*
X55948547Y-108139983D01*
X55872267Y-108323687D01*
X55872093Y-108522600D01*
X55948053Y-108706437D01*
X56022180Y-108780694D01*
X56022180Y-110455580D01*
X56046061Y-110575640D01*
X56048822Y-110589519D01*
X56124693Y-110703067D01*
X56225380Y-110803754D01*
X56225380Y-113257006D01*
X56124693Y-113357693D01*
X56048822Y-113471241D01*
X56022180Y-113605180D01*
X56022180Y-116703047D01*
X55959267Y-116608892D01*
X55957776Y-116607401D01*
X55957867Y-116503360D01*
X55881907Y-116319523D01*
X55741377Y-116178747D01*
X55557673Y-116102467D01*
X55358760Y-116102293D01*
X55174923Y-116178253D01*
X55034147Y-116318783D01*
X54957867Y-116502487D01*
X54957693Y-116701400D01*
X55033653Y-116885237D01*
X55174183Y-117026013D01*
X55357887Y-117102293D01*
X55361780Y-117102296D01*
X55361780Y-131048205D01*
X55198180Y-130884606D01*
X55198180Y-125646281D01*
X55271813Y-125572777D01*
X55348093Y-125389073D01*
X55348267Y-125190160D01*
X55272307Y-125006323D01*
X55131777Y-124865547D01*
X54948073Y-124789267D01*
X54749160Y-124789093D01*
X54565323Y-124865053D01*
X54424547Y-125005583D01*
X54348267Y-125189287D01*
X54348093Y-125388200D01*
X54424053Y-125572037D01*
X54498180Y-125646294D01*
X54498180Y-131029580D01*
X54511957Y-131098841D01*
X54524822Y-131163519D01*
X54600693Y-131277067D01*
X54682297Y-131358671D01*
X54643273Y-131342467D01*
X54444360Y-131342293D01*
X54260523Y-131418253D01*
X54232980Y-131445748D01*
X54232980Y-111687480D01*
X54206338Y-111553541D01*
X54130467Y-111439993D01*
X53712280Y-111021806D01*
X53712280Y-109952854D01*
X54130467Y-109534667D01*
X54206338Y-109421119D01*
X54214151Y-109381841D01*
X54232980Y-109287180D01*
X54232980Y-108372780D01*
X54206338Y-108238841D01*
X54130467Y-108125293D01*
X53762754Y-107757580D01*
X54289380Y-107757580D01*
X54423319Y-107730938D01*
X54536867Y-107655067D01*
X54637554Y-107554380D01*
X55305380Y-107554380D01*
X55439319Y-107527738D01*
X55552867Y-107451867D01*
X56022180Y-106982555D01*
X56022180Y-108066479D01*
G36*
X57215980Y-110854555D02*
X57215980Y-114095205D01*
X56810493Y-114500693D01*
X56734622Y-114614241D01*
X56722180Y-114676791D01*
X56722180Y-113750155D01*
X56822867Y-113649468D01*
X56898738Y-113535920D01*
X56909109Y-113483781D01*
X56925380Y-113401980D01*
X56925380Y-110658780D01*
X56901835Y-110540409D01*
X57215980Y-110854555D01*
X57215980Y-110854555D01*
G37*
X57215980Y-110854555D02*
X57215980Y-114095205D01*
X56810493Y-114500693D01*
X56734622Y-114614241D01*
X56722180Y-114676791D01*
X56722180Y-113750155D01*
X56822867Y-113649468D01*
X56898738Y-113535920D01*
X56909109Y-113483781D01*
X56925380Y-113401980D01*
X56925380Y-110658780D01*
X56901835Y-110540409D01*
X57215980Y-110854555D01*
G36*
X135194893Y-108899667D02*
X135525092Y-109229867D01*
X135638640Y-109305738D01*
X135660068Y-109310000D01*
X135772580Y-109332380D01*
X136592806Y-109332380D01*
X136745784Y-109485359D01*
X136745693Y-109589400D01*
X136821653Y-109773237D01*
X136962183Y-109914013D01*
X137145887Y-109990293D01*
X137344800Y-109990467D01*
X137403780Y-109966097D01*
X137403780Y-110644501D01*
X137396473Y-110641467D01*
X137197560Y-110641293D01*
X137013723Y-110717253D01*
X136872947Y-110857783D01*
X136796667Y-111041487D01*
X136796575Y-111146410D01*
X136643606Y-111299380D01*
X135384155Y-111299380D01*
X135157380Y-111072606D01*
X135157380Y-108843525D01*
X135194893Y-108899667D01*
X135194893Y-108899667D01*
G37*
X135194893Y-108899667D02*
X135525092Y-109229867D01*
X135638640Y-109305738D01*
X135660068Y-109310000D01*
X135772580Y-109332380D01*
X136592806Y-109332380D01*
X136745784Y-109485359D01*
X136745693Y-109589400D01*
X136821653Y-109773237D01*
X136962183Y-109914013D01*
X137145887Y-109990293D01*
X137344800Y-109990467D01*
X137403780Y-109966097D01*
X137403780Y-110644501D01*
X137396473Y-110641467D01*
X137197560Y-110641293D01*
X137013723Y-110717253D01*
X136872947Y-110857783D01*
X136796667Y-111041487D01*
X136796575Y-111146410D01*
X136643606Y-111299380D01*
X135384155Y-111299380D01*
X135157380Y-111072606D01*
X135157380Y-108843525D01*
X135194893Y-108899667D01*
G36*
X136682783Y-92515013D02*
X136850060Y-92584472D01*
X136850060Y-107717460D01*
X136865321Y-107794181D01*
X136876702Y-107851399D01*
X136952573Y-107964947D01*
X137403780Y-108416155D01*
X137403780Y-109014595D01*
X137345673Y-108990467D01*
X137240750Y-108990375D01*
X136985267Y-108734893D01*
X136871719Y-108659022D01*
X136737780Y-108632380D01*
X135917555Y-108632380D01*
X135792380Y-108507206D01*
X135792380Y-93120274D01*
X136067279Y-92845376D01*
X136171320Y-92845467D01*
X136355157Y-92769507D01*
X136495933Y-92628977D01*
X136572213Y-92445273D01*
X136572249Y-92404285D01*
X136682783Y-92515013D01*
X136682783Y-92515013D01*
G37*
X136682783Y-92515013D02*
X136850060Y-92584472D01*
X136850060Y-107717460D01*
X136865321Y-107794181D01*
X136876702Y-107851399D01*
X136952573Y-107964947D01*
X137403780Y-108416155D01*
X137403780Y-109014595D01*
X137345673Y-108990467D01*
X137240750Y-108990375D01*
X136985267Y-108734893D01*
X136871719Y-108659022D01*
X136737780Y-108632380D01*
X135917555Y-108632380D01*
X135792380Y-108507206D01*
X135792380Y-93120274D01*
X136067279Y-92845376D01*
X136171320Y-92845467D01*
X136355157Y-92769507D01*
X136495933Y-92628977D01*
X136572213Y-92445273D01*
X136572249Y-92404285D01*
X136682783Y-92515013D01*
G36*
X43323093Y-66049867D02*
X43659380Y-66386154D01*
X43659380Y-75699743D01*
X43549377Y-75589547D01*
X43365673Y-75513267D01*
X43166760Y-75513093D01*
X42982923Y-75589053D01*
X42842147Y-75729583D01*
X42765867Y-75913287D01*
X42765693Y-76112200D01*
X42841653Y-76296037D01*
X42915780Y-76370294D01*
X42915780Y-86374879D01*
X42842147Y-86448383D01*
X42765867Y-86632087D01*
X42765693Y-86831000D01*
X42841653Y-87014837D01*
X42982183Y-87155613D01*
X43165887Y-87231893D01*
X43364800Y-87232067D01*
X43548637Y-87156107D01*
X43659380Y-87045558D01*
X43659380Y-93610187D01*
X43639107Y-93561123D01*
X43498577Y-93420347D01*
X43314873Y-93344067D01*
X43115960Y-93343893D01*
X42932123Y-93419853D01*
X42904580Y-93447348D01*
X42904580Y-93361380D01*
X42877938Y-93227441D01*
X42872634Y-93219503D01*
X42802068Y-93113893D01*
X42244180Y-92556006D01*
X42244180Y-92301354D01*
X42562584Y-92619759D01*
X42562493Y-92723800D01*
X42638453Y-92907637D01*
X42778983Y-93048413D01*
X42962687Y-93124693D01*
X43161600Y-93124867D01*
X43345437Y-93048907D01*
X43486213Y-92908377D01*
X43562493Y-92724673D01*
X43562667Y-92525760D01*
X43486707Y-92341923D01*
X43346177Y-92201147D01*
X43162473Y-92124867D01*
X43057550Y-92124775D01*
X42726780Y-91794006D01*
X42726780Y-72734071D01*
X42835687Y-72779293D01*
X43034600Y-72779467D01*
X43218437Y-72703507D01*
X43359213Y-72562977D01*
X43435493Y-72379273D01*
X43435667Y-72180360D01*
X43359707Y-71996523D01*
X43310980Y-71947711D01*
X43310980Y-66031739D01*
X43323093Y-66049867D01*
X43323093Y-66049867D01*
G37*
X43323093Y-66049867D02*
X43659380Y-66386154D01*
X43659380Y-75699743D01*
X43549377Y-75589547D01*
X43365673Y-75513267D01*
X43166760Y-75513093D01*
X42982923Y-75589053D01*
X42842147Y-75729583D01*
X42765867Y-75913287D01*
X42765693Y-76112200D01*
X42841653Y-76296037D01*
X42915780Y-76370294D01*
X42915780Y-86374879D01*
X42842147Y-86448383D01*
X42765867Y-86632087D01*
X42765693Y-86831000D01*
X42841653Y-87014837D01*
X42982183Y-87155613D01*
X43165887Y-87231893D01*
X43364800Y-87232067D01*
X43548637Y-87156107D01*
X43659380Y-87045558D01*
X43659380Y-93610187D01*
X43639107Y-93561123D01*
X43498577Y-93420347D01*
X43314873Y-93344067D01*
X43115960Y-93343893D01*
X42932123Y-93419853D01*
X42904580Y-93447348D01*
X42904580Y-93361380D01*
X42877938Y-93227441D01*
X42872634Y-93219503D01*
X42802068Y-93113893D01*
X42244180Y-92556006D01*
X42244180Y-92301354D01*
X42562584Y-92619759D01*
X42562493Y-92723800D01*
X42638453Y-92907637D01*
X42778983Y-93048413D01*
X42962687Y-93124693D01*
X43161600Y-93124867D01*
X43345437Y-93048907D01*
X43486213Y-92908377D01*
X43562493Y-92724673D01*
X43562667Y-92525760D01*
X43486707Y-92341923D01*
X43346177Y-92201147D01*
X43162473Y-92124867D01*
X43057550Y-92124775D01*
X42726780Y-91794006D01*
X42726780Y-72734071D01*
X42835687Y-72779293D01*
X43034600Y-72779467D01*
X43218437Y-72703507D01*
X43359213Y-72562977D01*
X43435493Y-72379273D01*
X43435667Y-72180360D01*
X43359707Y-71996523D01*
X43310980Y-71947711D01*
X43310980Y-66031739D01*
X43323093Y-66049867D01*
G36*
X48202180Y-85204405D02*
X47501980Y-84504206D01*
X47501980Y-82825654D01*
X48202180Y-82125454D01*
X48202180Y-85204405D01*
X48202180Y-85204405D01*
G37*
X48202180Y-85204405D02*
X47501980Y-84504206D01*
X47501980Y-82825654D01*
X48202180Y-82125454D01*
X48202180Y-85204405D01*
G36*
X60393384Y-72172758D02*
X60393293Y-72276800D01*
X60469253Y-72460637D01*
X60609783Y-72601413D01*
X60793487Y-72677693D01*
X60838254Y-72677732D01*
X60747493Y-72768493D01*
X60671622Y-72882041D01*
X60644980Y-73015980D01*
X60644980Y-81672105D01*
X58932306Y-83384780D01*
X58240581Y-83384780D01*
X58167077Y-83311147D01*
X57983373Y-83234867D01*
X57784460Y-83234693D01*
X57763580Y-83243320D01*
X57763580Y-73021254D01*
X57827909Y-72956925D01*
X57827893Y-72975300D01*
X57903853Y-73159137D01*
X58044383Y-73299913D01*
X58228087Y-73376193D01*
X58427000Y-73376367D01*
X58610837Y-73300407D01*
X58751613Y-73159877D01*
X58827893Y-72976173D01*
X58827985Y-72871249D01*
X59464467Y-72234767D01*
X59540338Y-72121219D01*
X59566980Y-71987280D01*
X59566980Y-71346354D01*
X60393384Y-72172758D01*
X60393384Y-72172758D01*
G37*
X60393384Y-72172758D02*
X60393293Y-72276800D01*
X60469253Y-72460637D01*
X60609783Y-72601413D01*
X60793487Y-72677693D01*
X60838254Y-72677732D01*
X60747493Y-72768493D01*
X60671622Y-72882041D01*
X60644980Y-73015980D01*
X60644980Y-81672105D01*
X58932306Y-83384780D01*
X58240581Y-83384780D01*
X58167077Y-83311147D01*
X57983373Y-83234867D01*
X57784460Y-83234693D01*
X57763580Y-83243320D01*
X57763580Y-73021254D01*
X57827909Y-72956925D01*
X57827893Y-72975300D01*
X57903853Y-73159137D01*
X58044383Y-73299913D01*
X58228087Y-73376193D01*
X58427000Y-73376367D01*
X58610837Y-73300407D01*
X58751613Y-73159877D01*
X58827893Y-72976173D01*
X58827985Y-72871249D01*
X59464467Y-72234767D01*
X59540338Y-72121219D01*
X59566980Y-71987280D01*
X59566980Y-71346354D01*
X60393384Y-72172758D01*
G36*
X54739480Y-79511228D02*
X54714667Y-79474093D01*
X54194880Y-78954306D01*
X54194880Y-69871654D01*
X54739480Y-69327054D01*
X54739480Y-79511228D01*
X54739480Y-79511228D01*
G37*
X54739480Y-79511228D02*
X54714667Y-79474093D01*
X54194880Y-78954306D01*
X54194880Y-69871654D01*
X54739480Y-69327054D01*
X54739480Y-79511228D01*
G36*
X49064893Y-45327400D02*
X49140853Y-45511237D01*
X49214980Y-45585494D01*
X49214980Y-45896205D01*
X48580893Y-46530293D01*
X48505022Y-46643841D01*
X48478380Y-46777780D01*
X48478380Y-69307580D01*
X48499970Y-69416119D01*
X48505022Y-69441519D01*
X48580893Y-69555067D01*
X49037180Y-70011355D01*
X49037180Y-70296383D01*
X48877473Y-70230067D01*
X48678560Y-70229893D01*
X48494723Y-70305853D01*
X48353947Y-70446383D01*
X48277667Y-70630087D01*
X48277493Y-70829000D01*
X48353453Y-71012837D01*
X48493983Y-71153613D01*
X48677687Y-71229893D01*
X48876600Y-71230067D01*
X49037180Y-71163717D01*
X49037180Y-74133580D01*
X49056224Y-74229322D01*
X49063822Y-74267519D01*
X49139693Y-74381067D01*
X49558793Y-74800167D01*
X49647693Y-74889068D01*
X49647696Y-74889070D01*
X50383380Y-75624755D01*
X50383380Y-75625405D01*
X47908380Y-73150406D01*
X47908380Y-46313154D01*
X49065043Y-45156492D01*
X49064893Y-45327400D01*
X49064893Y-45327400D01*
G37*
X49064893Y-45327400D02*
X49140853Y-45511237D01*
X49214980Y-45585494D01*
X49214980Y-45896205D01*
X48580893Y-46530293D01*
X48505022Y-46643841D01*
X48478380Y-46777780D01*
X48478380Y-69307580D01*
X48499970Y-69416119D01*
X48505022Y-69441519D01*
X48580893Y-69555067D01*
X49037180Y-70011355D01*
X49037180Y-70296383D01*
X48877473Y-70230067D01*
X48678560Y-70229893D01*
X48494723Y-70305853D01*
X48353947Y-70446383D01*
X48277667Y-70630087D01*
X48277493Y-70829000D01*
X48353453Y-71012837D01*
X48493983Y-71153613D01*
X48677687Y-71229893D01*
X48876600Y-71230067D01*
X49037180Y-71163717D01*
X49037180Y-74133580D01*
X49056224Y-74229322D01*
X49063822Y-74267519D01*
X49139693Y-74381067D01*
X49558793Y-74800167D01*
X49647693Y-74889068D01*
X49647696Y-74889070D01*
X50383380Y-75624755D01*
X50383380Y-75625405D01*
X47908380Y-73150406D01*
X47908380Y-46313154D01*
X49065043Y-45156492D01*
X49064893Y-45327400D01*
G36*
X45608180Y-71210783D02*
X45448473Y-71144467D01*
X45249560Y-71144293D01*
X45088980Y-71210643D01*
X45088980Y-69439854D01*
X45570668Y-68958167D01*
X45608180Y-68902026D01*
X45608180Y-71210783D01*
X45608180Y-71210783D01*
G37*
X45608180Y-71210783D02*
X45448473Y-71144467D01*
X45249560Y-71144293D01*
X45088980Y-71210643D01*
X45088980Y-69439854D01*
X45570668Y-68958167D01*
X45608180Y-68902026D01*
X45608180Y-71210783D01*
G36*
X43855580Y-45177580D02*
X43879546Y-45298067D01*
X43882222Y-45311519D01*
X43958093Y-45425067D01*
X46166980Y-47633955D01*
X46166980Y-60928089D01*
X46058073Y-60882867D01*
X45859160Y-60882693D01*
X45675323Y-60958653D01*
X45534547Y-61099183D01*
X45458267Y-61282887D01*
X45458093Y-61481800D01*
X45534053Y-61665637D01*
X45608180Y-61739894D01*
X45608180Y-67503334D01*
X45570668Y-67447193D01*
X45088980Y-66965506D01*
X45088980Y-61024671D01*
X45197887Y-61069893D01*
X45396800Y-61070067D01*
X45580637Y-60994107D01*
X45721413Y-60853577D01*
X45797693Y-60669873D01*
X45797867Y-60470960D01*
X45721907Y-60287123D01*
X45581377Y-60146347D01*
X45397673Y-60070067D01*
X45198760Y-60069893D01*
X45088980Y-60115253D01*
X45088980Y-54542198D01*
X45168200Y-54542267D01*
X45352037Y-54466307D01*
X45492813Y-54325777D01*
X45569093Y-54142073D01*
X45569267Y-53943160D01*
X45493307Y-53759323D01*
X45352777Y-53618547D01*
X45169073Y-53542267D01*
X44970160Y-53542093D01*
X44786323Y-53618053D01*
X44645547Y-53758583D01*
X44569267Y-53942287D01*
X44569175Y-54047211D01*
X44491493Y-54124893D01*
X44415622Y-54238441D01*
X44388980Y-54372380D01*
X44388980Y-56432518D01*
X44292977Y-56336347D01*
X44109273Y-56260067D01*
X43910360Y-56259893D01*
X43726523Y-56335853D01*
X43585747Y-56476383D01*
X43509467Y-56660087D01*
X43509375Y-56765011D01*
X43323093Y-56951293D01*
X43310980Y-56969421D01*
X43310980Y-55847081D01*
X43384613Y-55773577D01*
X43460893Y-55589873D01*
X43461067Y-55390960D01*
X43385107Y-55207123D01*
X43244577Y-55066347D01*
X43060873Y-54990067D01*
X42861960Y-54989893D01*
X42678123Y-55065853D01*
X42537347Y-55206383D01*
X42461067Y-55390087D01*
X42460893Y-55589000D01*
X42536853Y-55772837D01*
X42610980Y-55847094D01*
X42610980Y-57585836D01*
X42476673Y-57530067D01*
X42277760Y-57529893D01*
X42093923Y-57605853D01*
X41953147Y-57746383D01*
X41888580Y-57901879D01*
X41888580Y-56777954D01*
X42141667Y-56524868D01*
X42217538Y-56411320D01*
X42227010Y-56363700D01*
X42244180Y-56277380D01*
X42244180Y-54344400D01*
X42689493Y-54344400D01*
X42765453Y-54528237D01*
X42905983Y-54669013D01*
X43089687Y-54745293D01*
X43288600Y-54745467D01*
X43472437Y-54669507D01*
X43613213Y-54528977D01*
X43689493Y-54345273D01*
X43689667Y-54146360D01*
X43613707Y-53962523D01*
X43473177Y-53821747D01*
X43289473Y-53745467D01*
X43090560Y-53745293D01*
X42906723Y-53821253D01*
X42765947Y-53961783D01*
X42689667Y-54145487D01*
X42689493Y-54344400D01*
X42244180Y-54344400D01*
X42244180Y-53938234D01*
X43203387Y-52979027D01*
X43279258Y-52865479D01*
X43305900Y-52731540D01*
X43305900Y-49358420D01*
X43279258Y-49224481D01*
X43203387Y-49110933D01*
X42244180Y-48151726D01*
X42244180Y-39861554D01*
X42549559Y-39556176D01*
X42653600Y-39556267D01*
X42837437Y-39480307D01*
X42978213Y-39339777D01*
X43054493Y-39156073D01*
X43054667Y-38957160D01*
X42978707Y-38773323D01*
X42838177Y-38632547D01*
X42654473Y-38556267D01*
X42644009Y-38556258D01*
X43855580Y-37344687D01*
X43855580Y-45177580D01*
X43855580Y-45177580D01*
G37*
X43855580Y-45177580D02*
X43879546Y-45298067D01*
X43882222Y-45311519D01*
X43958093Y-45425067D01*
X46166980Y-47633955D01*
X46166980Y-60928089D01*
X46058073Y-60882867D01*
X45859160Y-60882693D01*
X45675323Y-60958653D01*
X45534547Y-61099183D01*
X45458267Y-61282887D01*
X45458093Y-61481800D01*
X45534053Y-61665637D01*
X45608180Y-61739894D01*
X45608180Y-67503334D01*
X45570668Y-67447193D01*
X45088980Y-66965506D01*
X45088980Y-61024671D01*
X45197887Y-61069893D01*
X45396800Y-61070067D01*
X45580637Y-60994107D01*
X45721413Y-60853577D01*
X45797693Y-60669873D01*
X45797867Y-60470960D01*
X45721907Y-60287123D01*
X45581377Y-60146347D01*
X45397673Y-60070067D01*
X45198760Y-60069893D01*
X45088980Y-60115253D01*
X45088980Y-54542198D01*
X45168200Y-54542267D01*
X45352037Y-54466307D01*
X45492813Y-54325777D01*
X45569093Y-54142073D01*
X45569267Y-53943160D01*
X45493307Y-53759323D01*
X45352777Y-53618547D01*
X45169073Y-53542267D01*
X44970160Y-53542093D01*
X44786323Y-53618053D01*
X44645547Y-53758583D01*
X44569267Y-53942287D01*
X44569175Y-54047211D01*
X44491493Y-54124893D01*
X44415622Y-54238441D01*
X44388980Y-54372380D01*
X44388980Y-56432518D01*
X44292977Y-56336347D01*
X44109273Y-56260067D01*
X43910360Y-56259893D01*
X43726523Y-56335853D01*
X43585747Y-56476383D01*
X43509467Y-56660087D01*
X43509375Y-56765011D01*
X43323093Y-56951293D01*
X43310980Y-56969421D01*
X43310980Y-55847081D01*
X43384613Y-55773577D01*
X43460893Y-55589873D01*
X43461067Y-55390960D01*
X43385107Y-55207123D01*
X43244577Y-55066347D01*
X43060873Y-54990067D01*
X42861960Y-54989893D01*
X42678123Y-55065853D01*
X42537347Y-55206383D01*
X42461067Y-55390087D01*
X42460893Y-55589000D01*
X42536853Y-55772837D01*
X42610980Y-55847094D01*
X42610980Y-57585836D01*
X42476673Y-57530067D01*
X42277760Y-57529893D01*
X42093923Y-57605853D01*
X41953147Y-57746383D01*
X41888580Y-57901879D01*
X41888580Y-56777954D01*
X42141667Y-56524868D01*
X42217538Y-56411320D01*
X42227010Y-56363700D01*
X42244180Y-56277380D01*
X42244180Y-54344400D01*
X42689493Y-54344400D01*
X42765453Y-54528237D01*
X42905983Y-54669013D01*
X43089687Y-54745293D01*
X43288600Y-54745467D01*
X43472437Y-54669507D01*
X43613213Y-54528977D01*
X43689493Y-54345273D01*
X43689667Y-54146360D01*
X43613707Y-53962523D01*
X43473177Y-53821747D01*
X43289473Y-53745467D01*
X43090560Y-53745293D01*
X42906723Y-53821253D01*
X42765947Y-53961783D01*
X42689667Y-54145487D01*
X42689493Y-54344400D01*
X42244180Y-54344400D01*
X42244180Y-53938234D01*
X43203387Y-52979027D01*
X43279258Y-52865479D01*
X43305900Y-52731540D01*
X43305900Y-49358420D01*
X43279258Y-49224481D01*
X43203387Y-49110933D01*
X42244180Y-48151726D01*
X42244180Y-39861554D01*
X42549559Y-39556176D01*
X42653600Y-39556267D01*
X42837437Y-39480307D01*
X42978213Y-39339777D01*
X43054493Y-39156073D01*
X43054667Y-38957160D01*
X42978707Y-38773323D01*
X42838177Y-38632547D01*
X42654473Y-38556267D01*
X42644009Y-38556258D01*
X43855580Y-37344687D01*
X43855580Y-45177580D01*
G36*
X143246693Y-66786468D02*
X143360241Y-66862338D01*
X143494180Y-66888980D01*
X144478556Y-66888980D01*
X144533873Y-67022857D01*
X144645901Y-67135081D01*
X144524367Y-67256403D01*
X144492985Y-67331980D01*
X143054955Y-67331980D01*
X142955180Y-67232206D01*
X142955180Y-66494954D01*
X143246693Y-66786468D01*
X143246693Y-66786468D01*
G37*
X143246693Y-66786468D02*
X143360241Y-66862338D01*
X143494180Y-66888980D01*
X144478556Y-66888980D01*
X144533873Y-67022857D01*
X144645901Y-67135081D01*
X144524367Y-67256403D01*
X144492985Y-67331980D01*
X143054955Y-67331980D01*
X142955180Y-67232206D01*
X142955180Y-66494954D01*
X143246693Y-66786468D01*
G36*
X144066060Y-51678807D02*
X144066060Y-57171460D01*
X144100851Y-57346367D01*
X144104120Y-57362802D01*
X144212507Y-57525013D01*
X144452140Y-57764647D01*
X144452140Y-60275340D01*
X144487077Y-60450980D01*
X144490200Y-60466682D01*
X144598587Y-60628893D01*
X145127780Y-61158087D01*
X145127780Y-65504954D01*
X145067893Y-65480087D01*
X144868980Y-65479913D01*
X144685143Y-65555873D01*
X144544367Y-65696403D01*
X144468087Y-65880107D01*
X144467913Y-66079020D01*
X144513348Y-66188980D01*
X143639155Y-66188980D01*
X143310780Y-65860606D01*
X143310780Y-59495754D01*
X143772148Y-59034387D01*
X143848018Y-58920839D01*
X143874660Y-58786900D01*
X143874660Y-56511060D01*
X143848018Y-56377121D01*
X143826885Y-56345493D01*
X143772148Y-56263573D01*
X143208267Y-55699693D01*
X143028669Y-55520095D01*
X143110600Y-55520167D01*
X143294437Y-55444207D01*
X143435213Y-55303677D01*
X143511493Y-55119973D01*
X143511667Y-54921060D01*
X143435707Y-54737223D01*
X143295177Y-54596447D01*
X143239393Y-54573284D01*
X143284138Y-54506319D01*
X143310780Y-54372380D01*
X143310780Y-50923526D01*
X144066060Y-51678807D01*
X144066060Y-51678807D01*
G37*
X144066060Y-51678807D02*
X144066060Y-57171460D01*
X144100851Y-57346367D01*
X144104120Y-57362802D01*
X144212507Y-57525013D01*
X144452140Y-57764647D01*
X144452140Y-60275340D01*
X144487077Y-60450980D01*
X144490200Y-60466682D01*
X144598587Y-60628893D01*
X145127780Y-61158087D01*
X145127780Y-65504954D01*
X145067893Y-65480087D01*
X144868980Y-65479913D01*
X144685143Y-65555873D01*
X144544367Y-65696403D01*
X144468087Y-65880107D01*
X144467913Y-66079020D01*
X144513348Y-66188980D01*
X143639155Y-66188980D01*
X143310780Y-65860606D01*
X143310780Y-59495754D01*
X143772148Y-59034387D01*
X143848018Y-58920839D01*
X143874660Y-58786900D01*
X143874660Y-56511060D01*
X143848018Y-56377121D01*
X143826885Y-56345493D01*
X143772148Y-56263573D01*
X143208267Y-55699693D01*
X143028669Y-55520095D01*
X143110600Y-55520167D01*
X143294437Y-55444207D01*
X143435213Y-55303677D01*
X143511493Y-55119973D01*
X143511667Y-54921060D01*
X143435707Y-54737223D01*
X143295177Y-54596447D01*
X143239393Y-54573284D01*
X143284138Y-54506319D01*
X143310780Y-54372380D01*
X143310780Y-50923526D01*
X144066060Y-51678807D01*
G36*
X61254580Y-53799301D02*
X61247273Y-53796267D01*
X61048360Y-53796093D01*
X60864523Y-53872053D01*
X60723747Y-54012583D01*
X60647467Y-54196287D01*
X60647293Y-54395200D01*
X60723253Y-54579037D01*
X60863783Y-54719813D01*
X61047487Y-54796093D01*
X61246400Y-54796267D01*
X61254580Y-54792887D01*
X61254580Y-55249919D01*
X61215907Y-55156323D01*
X61075377Y-55015547D01*
X60891673Y-54939267D01*
X60692760Y-54939093D01*
X60508923Y-55015053D01*
X60368147Y-55155583D01*
X60291867Y-55339287D01*
X60291775Y-55444211D01*
X60290293Y-55445693D01*
X60214422Y-55559241D01*
X60187780Y-55693180D01*
X60187780Y-59307405D01*
X59528293Y-59966893D01*
X59452422Y-60080441D01*
X59425780Y-60214380D01*
X59425780Y-62144780D01*
X59448376Y-62258380D01*
X59452422Y-62278719D01*
X59484830Y-62327220D01*
X59476273Y-62323667D01*
X59277360Y-62323493D01*
X59173280Y-62366498D01*
X59173280Y-59960380D01*
X59151058Y-59848662D01*
X59146638Y-59826440D01*
X59070767Y-59712893D01*
X58726376Y-59368502D01*
X58726467Y-59264460D01*
X58650507Y-59080623D01*
X58509977Y-58939847D01*
X58326273Y-58863567D01*
X58127360Y-58863393D01*
X57966780Y-58929743D01*
X57966780Y-56031418D01*
X58050287Y-56066093D01*
X58249200Y-56066267D01*
X58433037Y-55990307D01*
X58507294Y-55916180D01*
X59039180Y-55916180D01*
X59173119Y-55889538D01*
X59286667Y-55813667D01*
X60023268Y-55077067D01*
X60099138Y-54963519D01*
X60125780Y-54829580D01*
X60125780Y-53176071D01*
X60234687Y-53221293D01*
X60433600Y-53221467D01*
X60617437Y-53145507D01*
X60758213Y-53004977D01*
X60834493Y-52821273D01*
X60834667Y-52622360D01*
X60758707Y-52438523D01*
X60618177Y-52297747D01*
X60434473Y-52221467D01*
X60235560Y-52221293D01*
X60125780Y-52266653D01*
X60125780Y-50250154D01*
X61254580Y-49121355D01*
X61254580Y-53799301D01*
X61254580Y-53799301D01*
G37*
X61254580Y-53799301D02*
X61247273Y-53796267D01*
X61048360Y-53796093D01*
X60864523Y-53872053D01*
X60723747Y-54012583D01*
X60647467Y-54196287D01*
X60647293Y-54395200D01*
X60723253Y-54579037D01*
X60863783Y-54719813D01*
X61047487Y-54796093D01*
X61246400Y-54796267D01*
X61254580Y-54792887D01*
X61254580Y-55249919D01*
X61215907Y-55156323D01*
X61075377Y-55015547D01*
X60891673Y-54939267D01*
X60692760Y-54939093D01*
X60508923Y-55015053D01*
X60368147Y-55155583D01*
X60291867Y-55339287D01*
X60291775Y-55444211D01*
X60290293Y-55445693D01*
X60214422Y-55559241D01*
X60187780Y-55693180D01*
X60187780Y-59307405D01*
X59528293Y-59966893D01*
X59452422Y-60080441D01*
X59425780Y-60214380D01*
X59425780Y-62144780D01*
X59448376Y-62258380D01*
X59452422Y-62278719D01*
X59484830Y-62327220D01*
X59476273Y-62323667D01*
X59277360Y-62323493D01*
X59173280Y-62366498D01*
X59173280Y-59960380D01*
X59151058Y-59848662D01*
X59146638Y-59826440D01*
X59070767Y-59712893D01*
X58726376Y-59368502D01*
X58726467Y-59264460D01*
X58650507Y-59080623D01*
X58509977Y-58939847D01*
X58326273Y-58863567D01*
X58127360Y-58863393D01*
X57966780Y-58929743D01*
X57966780Y-56031418D01*
X58050287Y-56066093D01*
X58249200Y-56066267D01*
X58433037Y-55990307D01*
X58507294Y-55916180D01*
X59039180Y-55916180D01*
X59173119Y-55889538D01*
X59286667Y-55813667D01*
X60023268Y-55077067D01*
X60099138Y-54963519D01*
X60125780Y-54829580D01*
X60125780Y-53176071D01*
X60234687Y-53221293D01*
X60433600Y-53221467D01*
X60617437Y-53145507D01*
X60758213Y-53004977D01*
X60834493Y-52821273D01*
X60834667Y-52622360D01*
X60758707Y-52438523D01*
X60618177Y-52297747D01*
X60434473Y-52221467D01*
X60235560Y-52221293D01*
X60125780Y-52266653D01*
X60125780Y-50250154D01*
X61254580Y-49121355D01*
X61254580Y-53799301D01*
G36*
X111618000Y-58050060D02*
X111618000Y-58350000D01*
X111675090Y-58637013D01*
X111837670Y-58880330D01*
X112080987Y-59042910D01*
X112156750Y-59057980D01*
X110530840Y-59057980D01*
X109800411Y-58327551D01*
X109757390Y-58111267D01*
X109594810Y-57867950D01*
X109363181Y-57713180D01*
X111281120Y-57713180D01*
X111618000Y-58050060D01*
X111618000Y-58050060D01*
G37*
X111618000Y-58050060D02*
X111618000Y-58350000D01*
X111675090Y-58637013D01*
X111837670Y-58880330D01*
X112080987Y-59042910D01*
X112156750Y-59057980D01*
X110530840Y-59057980D01*
X109800411Y-58327551D01*
X109757390Y-58111267D01*
X109594810Y-57867950D01*
X109363181Y-57713180D01*
X111281120Y-57713180D01*
X111618000Y-58050060D01*
G36*
X50375790Y-44831493D02*
X51018756Y-45098476D01*
X51714949Y-45099084D01*
X52358381Y-44833223D01*
X52470103Y-44721696D01*
X52544453Y-44901637D01*
X52684983Y-45042413D01*
X52868687Y-45118693D01*
X52973610Y-45118785D01*
X53101180Y-45246355D01*
X53101180Y-45634085D01*
X53075780Y-45761780D01*
X53101180Y-45889475D01*
X53101180Y-51417942D01*
X53017673Y-51383267D01*
X52858929Y-51383128D01*
X52859067Y-51225360D01*
X52783107Y-51041523D01*
X52642577Y-50900747D01*
X52458873Y-50824467D01*
X52259960Y-50824293D01*
X52076123Y-50900253D01*
X51935347Y-51040783D01*
X51921580Y-51073938D01*
X51921580Y-46779281D01*
X51995213Y-46705777D01*
X52071493Y-46522073D01*
X52071667Y-46323160D01*
X51995707Y-46139323D01*
X51855177Y-45998547D01*
X51671473Y-45922267D01*
X51472560Y-45922093D01*
X51288723Y-45998053D01*
X51147947Y-46138583D01*
X51071667Y-46322287D01*
X51071493Y-46521200D01*
X51086377Y-46557222D01*
X50939160Y-46557093D01*
X50755323Y-46633053D01*
X50640268Y-46747907D01*
X50598707Y-46647323D01*
X50458177Y-46506547D01*
X50274473Y-46430267D01*
X50075560Y-46430093D01*
X49891723Y-46506053D01*
X49750947Y-46646583D01*
X49674667Y-46830287D01*
X49674493Y-47029200D01*
X49750453Y-47213037D01*
X49824580Y-47287294D01*
X49824580Y-50140330D01*
X49721577Y-50037147D01*
X49537873Y-49960867D01*
X49338960Y-49960693D01*
X49178380Y-50027043D01*
X49178380Y-46922754D01*
X49812468Y-46288667D01*
X49888338Y-46175119D01*
X49914980Y-46041180D01*
X49914980Y-45585481D01*
X49988613Y-45511977D01*
X50064893Y-45328273D01*
X50065067Y-45129360D01*
X49989107Y-44945523D01*
X49914980Y-44871266D01*
X49914980Y-44369878D01*
X50375790Y-44831493D01*
X50375790Y-44831493D01*
G37*
X50375790Y-44831493D02*
X51018756Y-45098476D01*
X51714949Y-45099084D01*
X52358381Y-44833223D01*
X52470103Y-44721696D01*
X52544453Y-44901637D01*
X52684983Y-45042413D01*
X52868687Y-45118693D01*
X52973610Y-45118785D01*
X53101180Y-45246355D01*
X53101180Y-45634085D01*
X53075780Y-45761780D01*
X53101180Y-45889475D01*
X53101180Y-51417942D01*
X53017673Y-51383267D01*
X52858929Y-51383128D01*
X52859067Y-51225360D01*
X52783107Y-51041523D01*
X52642577Y-50900747D01*
X52458873Y-50824467D01*
X52259960Y-50824293D01*
X52076123Y-50900253D01*
X51935347Y-51040783D01*
X51921580Y-51073938D01*
X51921580Y-46779281D01*
X51995213Y-46705777D01*
X52071493Y-46522073D01*
X52071667Y-46323160D01*
X51995707Y-46139323D01*
X51855177Y-45998547D01*
X51671473Y-45922267D01*
X51472560Y-45922093D01*
X51288723Y-45998053D01*
X51147947Y-46138583D01*
X51071667Y-46322287D01*
X51071493Y-46521200D01*
X51086377Y-46557222D01*
X50939160Y-46557093D01*
X50755323Y-46633053D01*
X50640268Y-46747907D01*
X50598707Y-46647323D01*
X50458177Y-46506547D01*
X50274473Y-46430267D01*
X50075560Y-46430093D01*
X49891723Y-46506053D01*
X49750947Y-46646583D01*
X49674667Y-46830287D01*
X49674493Y-47029200D01*
X49750453Y-47213037D01*
X49824580Y-47287294D01*
X49824580Y-50140330D01*
X49721577Y-50037147D01*
X49537873Y-49960867D01*
X49338960Y-49960693D01*
X49178380Y-50027043D01*
X49178380Y-46922754D01*
X49812468Y-46288667D01*
X49888338Y-46175119D01*
X49914980Y-46041180D01*
X49914980Y-45585481D01*
X49988613Y-45511977D01*
X50064893Y-45328273D01*
X50065067Y-45129360D01*
X49989107Y-44945523D01*
X49914980Y-44871266D01*
X49914980Y-44369878D01*
X50375790Y-44831493D01*
M02*
|
Sources/Globe_3d/unzip/unzip.ads | ForYouEyesOnly/Space-Convoy | 1 | 22572 | <filename>Sources/Globe_3d/unzip/unzip.ads
-- ________ ___ ______ ______ ___
-- /___ .. ._/ |.| |.___.\ /. __ .\ __|.| ____
-- / .. / |.| |.____/ |.|__|.| / .. ..| __\ .. \
-- _/ .. /___ |.| |.| === | .. __ .. ||. = .| | = .. |
-- /_______/ |_| /__| /__| |_| \__\_| \__\_|
-- UnZip
--------
-- This library allows to uncompress deflated, enhanced deflated, bzip2 - ed,
-- imploded, reduced, shrunk and stored streams from a Zip archive stream.
--
-- Pure Ada 95 code, 100% portable : OS - , CPU - and compiler - independent.
-- Ada translation and substantial rewriting by <NAME>
-- On the web : see the Zip.web constant below.
-- based on Pascal version 2.10 by <NAME>,
-- http://www.greatchief.plus.com/
-- itself based on Pascal version by <NAME>,
-- itself based on C code by Info - Zip group (Mark Adler et al.)
-- http://www.info - zip.org/UnZip.html
-- Technical documentation : read appnote.txt
-- Legal licensing note:
-- Copyright (c) 1999 .. 2010 <NAME>
-- Permission is hereby granted, free of charge, to any person obtaining a copy
-- of this software and associated documentation files (the "Software"), to deal
-- in the Software without restriction, including without limitation the rights
-- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-- copies of the Software, and to permit persons to whom the Software is
-- furnished to do so, subject to the following conditions:
-- The above copyright notice and this permission notice shall be included in
-- all copies or substantial portions of the Software.
-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-- THE SOFTWARE.
-- NB : this is the MIT License, as found 12 - Sep - 2007 on the site
-- http://www.opensource.org/licenses/mit - license.php
with Zip;
with Ada.Calendar, Ada.Streams, Ada.Strings.Unbounded;
package UnZip is
type option is (
test_only, -- test .zip file integrity, no write
junk_directories, -- ignore directory info - > extract to current one
case_sensitive_match, -- case sensitive name matching
extract_as_text -- files will be written with native line endings
);
type Option_set is array (option) of Boolean;
no_option : constant Option_set := (others => False);
-- Ada 2005's Ada.Directories.Create_Path.
-- For Ada 95 compatibility we pass it as an optional procedure access.
type Create_Path_proc is access
procedure (New_Directory : String;
Form : String := "");
-- This is system - dependent (or in a future Ada)
type Set_Time_Stamp_proc is access
procedure (file_name : String; stamp : Ada.Calendar.Time);
-- Alternatively, you can use Zip.Time to set file time stamps
type Set_ZTime_Stamp_proc is access
procedure (file_name : String; stamp : Zip.Time);
-- NB : you can use Zip.Convert to change Ada.Calendar.Time from/to Zip.Time
-- or use our Split to avoid using Ada.Calendar at all.
-- This is for modifying output file names (e.g. adding a
-- work directory, modifying the archived path, etc.)
type Compose_func is access function (File_Name : String) return String;
-- File System dependent settings
type FS_routines_type is record
Create_Path : Create_Path_proc;
Set_Time_Stamp : Set_Time_Stamp_proc;
Compose_File_Name : Compose_func;
Set_ZTime_Stamp : Set_ZTime_Stamp_proc; -- alt. to Set_Time_Stamp
end record;
null_routines : constant FS_routines_type := (null, null, null, null);
----------------------------------
-- Simple extraction procedures --
----------------------------------
-- Extract all files from an archive (from)
procedure Extract (from : String;
options : Option_set := no_option;
password : String := "";
file_system_routines : FS_routines_type := null_routines
);
-- Extract one precise file (what) from an archive (from)
procedure Extract (from : String;
what : String;
options : Option_set := no_option;
password : String := "";
file_system_routines : FS_routines_type := null_routines
);
-- Extract one precise file (what) from an archive (from),
-- but save under a new name (rename)
procedure Extract (from : String;
what : String;
rename : String;
options : Option_set := no_option;
password : String := "";
file_system_routines : FS_routines_type := null_routines
);
-------------------------------------------------------------------------
-- Simple extraction procedures without re - searching central directory --
-------------------------------------------------------------------------
-- Extract all files from an archive (from)
-- Needs Zip.Load (from, . .. ) prior to the extraction
procedure Extract (from : Zip.Zip_info;
options : Option_set := no_option;
password : String := "";
file_system_routines : FS_routines_type := null_routines
);
-- Extract one precise file (what) from an archive (from)
-- Needs Zip.Load (from, . .. ) prior to the extraction
procedure Extract (from : Zip.Zip_info;
what : String;
options : Option_set := no_option;
password : String := "";
file_system_routines : FS_routines_type := null_routines
);
-- Extract one precise file (what) from an archive (from),
-- but save under a new name (rename)
-- Needs Zip.Load (from, . .. ) prior to the extraction
procedure Extract (from : Zip.Zip_info;
what : String;
rename : String;
options : Option_set := no_option;
password : String := "";
file_system_routines : FS_routines_type := null_routines
);
subtype PKZip_method is Zip.PKZip_method;
----------------------------------------------
-- Extraction procedures for user interface --
----------------------------------------------
-- NB : the *_proc types are accesses to procedures - their usage
-- may require the non - standard attribute "unrestricted_access",
-- or some changes.
-- Read unzipada.adb for details and examples.
type Name_conflict_intervention is
(yes, no, yes_to_all, none, rename_it, abort_now);
current_user_attitude : Name_conflict_intervention := yes;
-- reset to "yes" for a new session (in case of yes_to_all / none state!)
type Resolve_conflict_proc is access
procedure (name : String;
action : out Name_conflict_intervention;
new_name : out String;
new_name_length : out Natural);
type Get_password_proc is access
procedure (password : out Ada.Strings.Unbounded.Unbounded_String);
-- Data sizes in archive
subtype File_size_type is Zip.File_size_type;
-- Inform user about some archive data
type Tell_data_proc is access
procedure (name : String;
compressed_bytes : File_size_type;
uncompressed_bytes : File_size_type;
method : PKZip_method);
-- Extract all files from an archive (from)
procedure Extract (from : String;
feedback : Zip.Feedback_proc;
help_the_file_exists : Resolve_conflict_proc;
tell_data : Tell_data_proc;
get_pwd : Get_password_proc;
options : Option_set := no_option;
password : String := "";
file_system_routines : FS_routines_type := null_routines
);
-- Extract one precise file (what) from an archive (from)
procedure Extract (from : String;
what : String;
feedback : Zip.Feedback_proc;
help_the_file_exists : Resolve_conflict_proc;
tell_data : Tell_data_proc;
get_pwd : Get_password_proc;
options : Option_set := no_option;
password : String := "";
file_system_routines : FS_routines_type := null_routines
);
-- Extract one precise file (what) from an archive (from),
-- but save under a new name (rename)
procedure Extract (from : String;
what : String;
rename : String;
feedback : Zip.Feedback_proc;
tell_data : Tell_data_proc;
get_pwd : Get_password_proc;
options : Option_set := no_option;
password : String := "";
file_system_routines : FS_routines_type := null_routines
);
-- Using Zip_info structure:
-- Extract all files from an archive (from)
-- Needs Zip.Load (from, . .. ) prior to the extraction
procedure Extract (from : Zip.Zip_info;
feedback : Zip.Feedback_proc;
help_the_file_exists : Resolve_conflict_proc;
tell_data : Tell_data_proc;
get_pwd : Get_password_proc;
options : Option_set := no_option;
password : String := "";
file_system_routines : FS_routines_type := null_routines
);
-- Extract one precise file (what) from an archive (from)
-- Needs Zip.Load (from, . .. ) prior to the extraction
procedure Extract (from : Zip.Zip_info;
what : String;
feedback : Zip.Feedback_proc;
help_the_file_exists : Resolve_conflict_proc;
tell_data : Tell_data_proc;
get_pwd : Get_password_proc;
options : Option_set := no_option;
password : String := "";
file_system_routines : FS_routines_type := null_routines
);
-- Extract one precise file (what) from an archive (from),
-- but save under a new name (rename)
-- Needs Zip.Load (from, . .. ) prior to the extraction
procedure Extract (from : Zip.Zip_info;
what : String;
rename : String;
feedback : Zip.Feedback_proc;
tell_data : Tell_data_proc;
get_pwd : Get_password_proc;
options : Option_set := no_option;
password : String := "";
file_system_routines : FS_routines_type := null_routines
);
-- Errors
CRC_Error,
Uncompressed_size_Error,
Write_Error,
Read_Error,
Wrong_password,
User_abort,
Not_supported,
Unsupported_method,
Wrong_or_no_password,
Internal_Error : exception;
private
type Write_mode is
(write_to_binary_file,
write_to_text_file,
write_to_memory,
just_test
);
subtype Write_to_file is Write_mode
range write_to_binary_file .. write_to_text_file;
type p_Stream_Element_Array is access all Ada.Streams.Stream_Element_Array;
end UnZip;
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.